File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 43
43
? 'minimal'
44
44
: 'primary'
45
45
"
46
+ :link-target =" linkTarget"
46
47
/>
47
48
<ItemsGridImageTokenEntity
48
49
v-else
51
52
:hide-action =" hideNFTHoverAction"
52
53
:hide-listing =" hideListing"
53
54
hide-video-controls
55
+ :link-target =" linkTarget"
54
56
:lazy-loading ="
55
57
shouldLazyLoad({
56
58
cols: slotProps.cols,
@@ -148,6 +150,7 @@ const props = defineProps<{
148
150
hideHoverAction? : boolean
149
151
collectionPopoverHide? : boolean
150
152
hideListing? : boolean
153
+ linkTarget? : string
151
154
}>()
152
155
153
156
const emit = defineEmits ([' total' , ' loading' ])
Original file line number Diff line number Diff line change 16
16
bind-key =" to"
17
17
:media-static-video =" hideVideoControls"
18
18
media-hover-on-cover-play
19
+ :link-target =" linkTarget"
19
20
>
20
21
<template
21
22
v-if =" ! hideAction "
@@ -106,6 +107,7 @@ const props = defineProps<{
106
107
collectionPopoverHide? : boolean
107
108
lazyLoading? : boolean
108
109
skeletonVariant: string
110
+ linkTarget? : string
109
111
}>()
110
112
111
113
const {
Original file line number Diff line number Diff line change 20
20
:media-static-video =" hideVideoControls"
21
21
:lazy-loading =" lazyLoading"
22
22
media-hover-on-cover-play
23
+ :link-target =" linkTarget"
23
24
>
24
25
<template
25
26
v-if =" ! hideAction "
@@ -123,6 +124,7 @@ const props = defineProps<{
123
124
lazyLoading? : boolean
124
125
skeletonVariant: string
125
126
hideListing? : boolean
127
+ linkTarget? : string
126
128
}>()
127
129
128
130
const {
Original file line number Diff line number Diff line change 6
6
<component
7
7
:is =" link"
8
8
v-if =" !isLoading && nft"
9
+ :target =" linkTarget"
9
10
:[bindKey] =" href"
10
11
>
11
12
<img
@@ -142,6 +143,7 @@ const props = withDefaults(
142
143
hideMediaInfo ?: boolean
143
144
linkTo ?: string
144
145
lazyLoading ?: boolean
146
+ linkTarget ?: string
145
147
}>(),
146
148
{
147
149
collectionPopoverShowDelay: 500 ,
Original file line number Diff line number Diff line change 10
10
:search =" query"
11
11
grid-size =" medium"
12
12
:grid-section =" gridSection"
13
+ link-target =" _blank"
13
14
:hide-hover-action =" !selectable"
14
15
>
15
16
<template
You can’t perform that action at this time.
0 commit comments