@ironsource/shared-ui 2.1.7-rc.9 → 2.1.7-test.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DataGrid.vue_vue_type_style_index_0_scoped_706b324e_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_98819e5a_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_00ccab6b_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_82ba0e12_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +1 -0
- package/README.md +1 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_f9433b11_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_dbd80d49_lang.css +1 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +5 -5
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/dropdown/common/Dropdown.common.js +89 -89
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +1 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +32 -29
- package/components/dropdown/v4/DropdownV4.vue.d.ts +29 -0
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +186 -158
- package/components/dropdown/v4/OptionV4.vue.d.ts +26 -2
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +94 -71
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +21 -16
- package/components/dropdown/v4/TreeDropdown.vue.js +3 -3
- package/components/dropdown/v4/TreeDropdown.vue2.js +170 -74
- package/components/dropdown/v4/index.d.ts +451 -82
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +29 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/sortableList/SortableList.vue.d.ts +25 -0
- package/components/sortableList/SortableList.vue.js +4 -4
- package/components/sortableList/SortableList.vue2.js +129 -89
- package/components/sortableList/index.d.ts +88 -2
- package/components/table/v3/Table.vue.d.ts +2 -2
- package/components/table/v3/index.d.ts +39 -39
- package/components/table/v4/DataGrid.vue.d.ts +6 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +131 -122
- package/components/table/v4/MultipleDataGrid.vue.d.ts +16 -3
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +112 -69
- package/components/table/v4/index.d.ts +92 -75
- package/components/table-cells/common/Editable.common.js +37 -26
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +5 -5
- package/components/table-cells/v4/EditableV4.vue2.js +18 -17
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tabs/v4/TabsV4.vue.js +4 -4
- package/components/tabs/v4/TabsV4.vue2.js +37 -40
- package/design-foundation.stories/icons/iconsData.d.ts +6 -2
- package/index.d.ts +1694 -674
- package/mocks/options.d.ts +12 -0
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_63aaf3be_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_0345d6b1_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_938772ee_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_31bfb722_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_1eea7671_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_1bdca43d_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_b6a06f00_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_21842d59_lang.css +0 -1
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_eb472aa3_lang.css +0 -1
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_b62ee695_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_142eab98_lang.css +0 -1
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
import "../../../OptionV4.
|
|
1
|
+
import "../../../OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css"; import { defineComponent as V, ref as x, watch as M, openBlock as i, createBlock as g, unref as o, withCtx as u, createElementVNode as s, normalizeClass as m, createCommentVNode as n, createElementBlock as l, renderSlot as f, createVNode as c, toDisplayString as k, createTextVNode as b, withModifiers as K } from "vue";
|
|
2
2
|
import "../../typography/Heading.vue.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import S from "../../typography/Text.vue.js";
|
|
4
|
+
import L from "../../checkbox/v4/CheckboxV4.vue.js";
|
|
5
|
+
import y from "../../icon/v4/IconV4.vue.js";
|
|
6
6
|
import "../../icon/v4/IconFlag.vue.js";
|
|
7
|
-
import { NOOP as
|
|
8
|
-
import { optionCommon as
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import { isElementTruncated as
|
|
12
|
-
|
|
7
|
+
import { NOOP as N } from "@vue/shared";
|
|
8
|
+
import { optionCommon as j } from "../common/Option.common.js";
|
|
9
|
+
import w from "../../typography/v4/Typography.vue.js";
|
|
10
|
+
import R from "../../tooltip/v4/TooltipV4.vue.js";
|
|
11
|
+
import { isElementTruncated as A } from "../../../utils/text.js";
|
|
12
|
+
import { promiseTimeout as D } from "@vueuse/core";
|
|
13
|
+
const q = {
|
|
13
14
|
key: 1,
|
|
14
15
|
class: "image"
|
|
15
|
-
},
|
|
16
|
+
}, F = ["src"], G = {
|
|
16
17
|
key: 2,
|
|
17
18
|
class: "start-icon"
|
|
18
|
-
},
|
|
19
|
+
}, H = { class: "main-text" }, J = {
|
|
19
20
|
key: 0,
|
|
20
21
|
class: "caption-text"
|
|
21
|
-
},
|
|
22
|
+
}, Q = {
|
|
22
23
|
key: 3,
|
|
23
24
|
class: "end-icon"
|
|
24
|
-
},
|
|
25
|
+
}, U = ["onClick"], W = { key: 0 }, ce = /* @__PURE__ */ V({
|
|
25
26
|
__name: "OptionV4",
|
|
26
27
|
props: {
|
|
27
28
|
option: { default: null },
|
|
@@ -38,122 +39,144 @@ const M = {
|
|
|
38
39
|
endIconKey: { default: null },
|
|
39
40
|
endIconType: { default: "regular" },
|
|
40
41
|
toolTipPlacement: { default: "right" },
|
|
42
|
+
treeMainOption: { type: Boolean, default: !1 },
|
|
43
|
+
treeMainOptionExpanded: { type: Boolean, default: !1 },
|
|
44
|
+
stopOptionClickEventPropagation: { type: Boolean, default: !1 },
|
|
41
45
|
optionTwoLinesVariant: { default: void 0 },
|
|
42
|
-
optionTwoLinesKey: { default: void 0 }
|
|
46
|
+
optionTwoLinesKey: { default: void 0 },
|
|
47
|
+
treeChildShown: { type: Boolean, default: !1 }
|
|
43
48
|
},
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
emits: ["toggleTreeCollapse"],
|
|
50
|
+
setup(e, { emit: I }) {
|
|
51
|
+
const a = e, { selected: p, isMulti: T, id: B, onClick: O, api: v } = j(a), $ = (t) => {
|
|
52
|
+
a.stopOptionClickEventPropagation && t.stopPropagation(), a.disabled ? N() : O(t);
|
|
53
|
+
}, d = x(null), h = x(!1);
|
|
54
|
+
M([() => a.treeChildShown, d], async () => {
|
|
55
|
+
await D(100), h.value = d.value && A(d.value);
|
|
56
|
+
});
|
|
57
|
+
const z = (t) => t && typeof t == "object" && "optionTooltipText" in t ? t.optionTooltipText : h.value ? t[a.nameKey] : "", E = (t) => t && typeof t == "object" && "optionTooltipTestId" in t ? t.optionTooltipTestId : null, P = () => {
|
|
58
|
+
I("toggleTreeCollapse", a.option);
|
|
59
|
+
};
|
|
60
|
+
return (t, r) => (i(), g(o(R), {
|
|
61
|
+
text: z(e.option),
|
|
62
|
+
"test-id": E(e.option),
|
|
51
63
|
placement: e.toolTipPlacement,
|
|
52
64
|
class: "tooltip-option"
|
|
53
65
|
}, {
|
|
54
|
-
default:
|
|
55
|
-
|
|
66
|
+
default: u(() => [
|
|
67
|
+
s("div", {
|
|
56
68
|
ref: "el",
|
|
57
|
-
class:
|
|
69
|
+
class: m(["item-container", {
|
|
58
70
|
"item-container--disabled": e.disabled,
|
|
59
71
|
"item-container--active": e.nameKey ? !1 : e.active,
|
|
60
|
-
"item-container--selected":
|
|
61
|
-
"item-container--multi":
|
|
72
|
+
"item-container--selected": o(p),
|
|
73
|
+
"item-container--multi": o(T)
|
|
62
74
|
}])
|
|
63
75
|
}, [
|
|
64
|
-
|
|
65
|
-
class:
|
|
66
|
-
"item--multi":
|
|
76
|
+
s("div", {
|
|
77
|
+
class: m(["item", {
|
|
78
|
+
"item--multi": o(T),
|
|
67
79
|
"item--with-icon": t.$slots["icon-start"] || t.$slots.image
|
|
68
80
|
}])
|
|
69
81
|
}, [
|
|
70
|
-
|
|
82
|
+
o(T) ? (i(), g(o(L), {
|
|
71
83
|
key: 0,
|
|
72
|
-
id:
|
|
84
|
+
id: o(B).toString(),
|
|
73
85
|
tabindex: "-1",
|
|
74
86
|
class: "checkbox",
|
|
75
|
-
"is-checked":
|
|
87
|
+
"is-checked": o(p),
|
|
76
88
|
"is-indeterminate": e.isIndeterminate,
|
|
77
|
-
onClick:
|
|
78
|
-
}, null, 8, ["id", "is-checked", "is-indeterminate"])) :
|
|
79
|
-
t.$slots.image || e.imageKey ? (
|
|
80
|
-
|
|
81
|
-
e.imageKey ? (
|
|
89
|
+
onClick: r[0] || (r[0] = (C) => $(C))
|
|
90
|
+
}, null, 8, ["id", "is-checked", "is-indeterminate"])) : n("", !0),
|
|
91
|
+
t.$slots.image || e.imageKey ? (i(), l("div", q, [
|
|
92
|
+
f(t.$slots, "image", {}, () => [
|
|
93
|
+
e.imageKey ? (i(), l("img", {
|
|
82
94
|
key: 0,
|
|
83
95
|
src: e.option[e.imageKey]
|
|
84
|
-
}, null, 8,
|
|
96
|
+
}, null, 8, F)) : n("", !0)
|
|
85
97
|
], !0)
|
|
86
|
-
])) :
|
|
87
|
-
t.$slots["icon-start"] || e.iconKey ? (
|
|
88
|
-
|
|
89
|
-
|
|
98
|
+
])) : n("", !0),
|
|
99
|
+
t.$slots["icon-start"] || e.iconKey ? (i(), l("div", G, [
|
|
100
|
+
f(t.$slots, "icon-start", {}, () => [
|
|
101
|
+
c(o(y), {
|
|
90
102
|
type: e.iconType,
|
|
91
103
|
name: e.option[e.iconKey],
|
|
92
104
|
size: e.iconType === "regular" ? "20px" : "16px"
|
|
93
105
|
}, null, 8, ["type", "name", "size"])
|
|
94
106
|
], !0)
|
|
95
|
-
])) :
|
|
96
|
-
|
|
107
|
+
])) : n("", !0),
|
|
108
|
+
s("div", {
|
|
97
109
|
ref_key: "textContainerRef",
|
|
98
|
-
ref:
|
|
110
|
+
ref: d,
|
|
99
111
|
class: "text-container"
|
|
100
112
|
}, [
|
|
101
|
-
|
|
113
|
+
c(o(w), {
|
|
102
114
|
class: "option-text",
|
|
103
115
|
variant: "body2"
|
|
104
116
|
}, {
|
|
105
|
-
default:
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
class:
|
|
117
|
+
default: u(() => [
|
|
118
|
+
f(t.$slots, "default", {}, () => [
|
|
119
|
+
s("div", {
|
|
120
|
+
class: m(`option-content-${e.optionTwoLinesVariant || "horizontal"}`)
|
|
109
121
|
}, [
|
|
110
|
-
|
|
111
|
-
e.optionTwoLinesKey ? (
|
|
112
|
-
|
|
113
|
-
default:
|
|
114
|
-
|
|
122
|
+
s("div", H, k(e.option[e.nameKey]), 1),
|
|
123
|
+
e.optionTwoLinesKey ? (i(), l("div", J, [
|
|
124
|
+
c(o(w), { variant: "caption" }, {
|
|
125
|
+
default: u(() => [
|
|
126
|
+
b(k(e.option[e.optionTwoLinesKey]), 1)
|
|
115
127
|
]),
|
|
116
128
|
_: 1
|
|
117
129
|
})
|
|
118
|
-
])) :
|
|
130
|
+
])) : n("", !0)
|
|
119
131
|
], 2)
|
|
120
132
|
], !0)
|
|
121
133
|
]),
|
|
122
134
|
_: 3
|
|
123
135
|
}),
|
|
124
|
-
e.subtitle ? (
|
|
136
|
+
e.subtitle ? (i(), g(o(S), {
|
|
125
137
|
key: 0,
|
|
126
138
|
class: "subtitle",
|
|
127
139
|
size: "xs"
|
|
128
140
|
}, {
|
|
129
|
-
default:
|
|
130
|
-
|
|
141
|
+
default: u(() => [
|
|
142
|
+
b(k(e.subtitle), 1)
|
|
131
143
|
]),
|
|
132
144
|
_: 1
|
|
133
|
-
})) :
|
|
145
|
+
})) : n("", !0)
|
|
134
146
|
], 512),
|
|
135
|
-
t.$slots["icon-end"] || e.endIconKey && e.option[e.endIconKey] ? (
|
|
136
|
-
|
|
137
|
-
|
|
147
|
+
t.$slots["icon-end"] || e.endIconKey && e.option[e.endIconKey] ? (i(), l("div", Q, [
|
|
148
|
+
f(t.$slots, "icon-end", {}, () => [
|
|
149
|
+
c(o(y), {
|
|
138
150
|
type: e.endIconType,
|
|
139
151
|
name: e.option[e.endIconKey],
|
|
140
152
|
size: e.endIconType === "regular" || e.endIconType === "ab-test" ? "20px" : "16px"
|
|
141
153
|
}, null, 8, ["type", "name", "size"])
|
|
142
154
|
], !0)
|
|
143
|
-
])) :
|
|
155
|
+
])) : n("", !0),
|
|
156
|
+
e.treeMainOption ? (i(), l("div", {
|
|
157
|
+
key: 4,
|
|
158
|
+
class: "tree-main-arrow-wrapper",
|
|
159
|
+
onClick: K(P, ["stop"])
|
|
160
|
+
}, [
|
|
161
|
+
c(o(y), {
|
|
162
|
+
name: "caret-down",
|
|
163
|
+
size: "16px",
|
|
164
|
+
class: m(`app-trigger--icon ${e.treeMainOptionExpanded && "expanded"}`)
|
|
165
|
+
}, null, 8, ["class"])
|
|
166
|
+
], 8, U)) : n("", !0)
|
|
144
167
|
], 2),
|
|
145
|
-
|
|
146
|
-
|
|
168
|
+
o(v).clearable && o(p) ? (i(), l("div", W, [
|
|
169
|
+
s("button", {
|
|
147
170
|
class: "clear-button",
|
|
148
|
-
onClick:
|
|
171
|
+
onClick: r[1] || (r[1] = K((C) => o(v).clearSelection(), ["prevent", "stop"]))
|
|
149
172
|
}, [
|
|
150
|
-
|
|
173
|
+
c(o(y), {
|
|
151
174
|
name: "close",
|
|
152
175
|
width: "8",
|
|
153
176
|
height: "8"
|
|
154
177
|
})
|
|
155
178
|
])
|
|
156
|
-
])) :
|
|
179
|
+
])) : n("", !0)
|
|
157
180
|
], 2)
|
|
158
181
|
]),
|
|
159
182
|
_: 3
|
|
@@ -161,5 +184,5 @@ const M = {
|
|
|
161
184
|
}
|
|
162
185
|
});
|
|
163
186
|
export {
|
|
164
|
-
|
|
187
|
+
ce as default
|
|
165
188
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
2
|
options: unknown[];
|
|
4
3
|
selected?: unknown[];
|
|
5
4
|
isOpen?: boolean;
|
|
6
5
|
placeholder?: string;
|
|
7
6
|
inlineSearchPlaceholder?: string;
|
|
8
|
-
size?:
|
|
7
|
+
size?: "small" | "medium" | "large";
|
|
9
8
|
disabled?: boolean;
|
|
10
9
|
testId?: string;
|
|
11
10
|
displayValue: (option: unknown) => string;
|
|
12
11
|
optionNameKey?: string;
|
|
13
12
|
optionIconKey?: string;
|
|
14
13
|
optionImageKey?: string;
|
|
15
|
-
optionIconType?:
|
|
14
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16
15
|
optionEndIconKey?: string;
|
|
17
|
-
optionEndIconType?:
|
|
16
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18
17
|
valueToCopy?: string;
|
|
19
18
|
disabledOptionKey?: string;
|
|
20
|
-
optionChildrenKey
|
|
19
|
+
optionChildrenKey: string;
|
|
20
|
+
optionUniqueIdKey: string;
|
|
21
21
|
}>, {
|
|
22
22
|
selected: any;
|
|
23
23
|
placeholder: string;
|
|
@@ -33,7 +33,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
33
33
|
optionEndIconType: any;
|
|
34
34
|
valueToCopy: any;
|
|
35
35
|
disabledOptionKey: string;
|
|
36
|
-
optionChildrenKey: string;
|
|
37
36
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
37
|
"update:selected": (value: unknown) => void;
|
|
39
38
|
"update:isOpen": (value: unknown) => void;
|
|
@@ -43,19 +42,20 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
42
|
isOpen?: boolean;
|
|
44
43
|
placeholder?: string;
|
|
45
44
|
inlineSearchPlaceholder?: string;
|
|
46
|
-
size?:
|
|
45
|
+
size?: "small" | "medium" | "large";
|
|
47
46
|
disabled?: boolean;
|
|
48
47
|
testId?: string;
|
|
49
48
|
displayValue: (option: unknown) => string;
|
|
50
49
|
optionNameKey?: string;
|
|
51
50
|
optionIconKey?: string;
|
|
52
51
|
optionImageKey?: string;
|
|
53
|
-
optionIconType?:
|
|
52
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
54
53
|
optionEndIconKey?: string;
|
|
55
|
-
optionEndIconType?:
|
|
54
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
56
55
|
valueToCopy?: string;
|
|
57
56
|
disabledOptionKey?: string;
|
|
58
|
-
optionChildrenKey
|
|
57
|
+
optionChildrenKey: string;
|
|
58
|
+
optionUniqueIdKey: string;
|
|
59
59
|
}>, {
|
|
60
60
|
selected: any;
|
|
61
61
|
placeholder: string;
|
|
@@ -71,13 +71,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
71
71
|
optionEndIconType: any;
|
|
72
72
|
valueToCopy: any;
|
|
73
73
|
disabledOptionKey: string;
|
|
74
|
-
optionChildrenKey: string;
|
|
75
74
|
}>>> & {
|
|
76
75
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
77
76
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
78
77
|
}, {
|
|
79
78
|
disabled: boolean;
|
|
80
|
-
size:
|
|
79
|
+
size: "small" | "medium" | "large";
|
|
81
80
|
testId: string;
|
|
82
81
|
selected: unknown[];
|
|
83
82
|
placeholder: string;
|
|
@@ -85,12 +84,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
85
84
|
optionNameKey: string;
|
|
86
85
|
optionIconKey: string;
|
|
87
86
|
optionImageKey: string;
|
|
88
|
-
optionIconType:
|
|
87
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
89
88
|
optionEndIconKey: string;
|
|
90
|
-
optionEndIconType:
|
|
89
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
91
90
|
valueToCopy: string;
|
|
92
91
|
disabledOptionKey: string;
|
|
93
|
-
|
|
92
|
+
}>, {
|
|
93
|
+
"trigger-end-icon"?(_: {}): any;
|
|
94
94
|
}>;
|
|
95
95
|
export default _default;
|
|
96
96
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -110,3 +110,8 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
110
110
|
type __VLS_Prettify<T> = {
|
|
111
111
|
[K in keyof T]: T[K];
|
|
112
112
|
} & {};
|
|
113
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
114
|
+
new (): {
|
|
115
|
+
$slots: S;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./TreeDropdown.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TreeDropdown.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TreeDropdown.vue_vue_type_style_index_0_scoped_dbd80d49_lang.css"; //*');
|
|
4
|
+
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-dbd80d49"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
r as default
|
|
7
7
|
};
|