@ironsource/shared-ui 2.1.11-rc.4 → 2.1.11-rc.6
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/DropdownV4.vue_vue_type_style_index_0_scoped_111642c6_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_985779f7_lang.css +1 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/dropdown/v4/DropdownV4.vue.d.ts +7 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +130 -124
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +78 -67
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +5 -0
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +151 -116
- package/components/dropdown/v4/index.d.ts +62 -3
- package/components/popover/v4/PopoverV4.vue.d.ts +3 -1
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +22 -20
- package/components/popover/v4/index.d.ts +9 -3
- package/index.d.ts +160 -18
- package/index.js +1 -1
- package/mocks/options.d.ts +29 -2
- package/package.json +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.v-enter-active[data-v-111642c6],.v-leave-active[data-v-111642c6]{transition:opacity .25s ease}ol[data-v-111642c6],ul[data-v-111642c6],menu[data-v-111642c6]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-111642c6],.dropdown.full-width .button__container[data-v-111642c6]{width:100%}.dropdown-list-wrapper[data-v-111642c6]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-111642c6]{padding:.5rem}.list-container--multi[data-v-111642c6]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-111642c6]{padding-bottom:.25rem}.inline-search .list-container[data-v-111642c6]{padding-top:0}.no-result-container[data-v-111642c6]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-111642c6]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-111642c6]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-111642c6]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.image-slot[data-v-111642c6]{margin-right:.5rem}.actions-wrapper[data-v-111642c6]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-111642c6]{margin-left:.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.label[data-v-da829544]{color:#41454d}.item-container[data-v-da829544]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-da829544]{cursor:initial;color:var(--text-disabled)}.item-container[data-v-da829544]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-da829544],.item-container[data-v-da829544]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-da829544]{background-color:var(--action-selected)}.subtitle[data-v-da829544]{color:#7b838c;line-height:1rem}.clear-button[data-v-da829544]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-da829544]:hover{color:#3083ff}.item[data-v-da829544]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-da829544],.item--multi[data-v-da829544]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-da829544]{width:20px;height:20px;flex:none}.item .image img[data-v-da829544]{width:20px;height:20px;border-radius:4px}.item .flag[data-v-da829544]{width:16px;height:16px}.item .flag img[data-v-da829544]{width:16px;height:16px;border-radius:50%}.item .start-icon[data-v-da829544],.item .end-icon[data-v-da829544]{display:flex;color:var(--action-active)}.item .end-text-icon[data-v-da829544]{display:inline-flex}.item .option-text[data-v-da829544]{line-height:1.1875rem}.text-container[data-v-da829544]{width:100%;text-overflow:ellipsis;overflow:hidden}.tooltip-option[data-v-da829544]{display:block}.tooltip-option[data-v-da829544] .container{width:100%}.app-trigger--icon[data-v-da829544]{color:var(--action-active);transform:rotate(-90deg);transition:transform .2s}.app-trigger--icon.expanded[data-v-da829544]{transform:rotate(0)}.option-content[data-v-da829544]{display:flex}.option-content[data-v-da829544]:not(.option-content-vertical){gap:.5rem;align-items:center}.option-content-horizontal[data-v-da829544]{justify-content:space-between;gap:.5rem}.option-content-vertical[data-v-da829544]{flex-direction:column}.option-text .main-text[data-v-da829544]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.option-text .caption-text[data-v-da829544]{color:var(--text-secondary)}.multiline-tooltip[data-v-da829544]{display:flex;flex-direction:column}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
div[data-v-43b5cba4]{display:block}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.group-button-wrapper[data-v-c81a7d3e]{display:flex}.group-button-wrapper[data-v-c81a7d3e] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-c81a7d3e]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-c81a7d3e]{background:var(--default-light)}.group-button-wrapper .primary[data-v-c81a7d3e]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e]:hover{background-color:var(--abb);color:var(--common-inverse-white)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.child-options[data-v-985779f7]{padding-left:1rem}
|
|
@@ -15,7 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
};
|
|
16
16
|
}>, {
|
|
17
17
|
testId: string;
|
|
18
|
-
}>, {
|
|
18
|
+
}>, {
|
|
19
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
20
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
21
|
"update:modelValue": (...args: any[]) => void;
|
|
20
22
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
23
|
modelValue: "a" | "b";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ToggleButtonGroupAB.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ToggleButtonGroupAB.
|
|
4
|
-
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-c81a7d3e"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import "../../../ToggleButtonGroupAB.
|
|
2
|
-
import
|
|
3
|
-
import { useVModel as
|
|
4
|
-
import
|
|
1
|
+
import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; import { defineComponent as A, ref as s, onMounted as C, computed as y, openBlock as f, createElementBlock as N, createVNode as a, mergeProps as p, unref as e, withCtx as r, createTextVNode as B, createBlock as w, createElementVNode as O, renderSlot as R, createCommentVNode as x } from "vue";
|
|
2
|
+
import i from "./ButtonV4.vue.js";
|
|
3
|
+
import { useVModel as E } from "@vueuse/core";
|
|
4
|
+
import G from "../../icon/v4/IconV4.vue.js";
|
|
5
5
|
import "../../icon/v4/IconFlag.vue.js";
|
|
6
|
-
import
|
|
7
|
-
import { useTestIdAttrs as
|
|
8
|
-
import { ToggleButtonGroupABTestIdModifiers as
|
|
9
|
-
const
|
|
6
|
+
import M from "../../popover/v4/PopoverV4.vue.js";
|
|
7
|
+
import { useTestIdAttrs as $ } from "../../../utils/testIds.js";
|
|
8
|
+
import { ToggleButtonGroupABTestIdModifiers as u } from "../../../testids/index.js";
|
|
9
|
+
const h = { class: "group-button-wrapper" }, U = { class: "popover-trigger" }, K = /* @__PURE__ */ A({
|
|
10
10
|
__name: "ToggleButtonGroupAB",
|
|
11
11
|
props: {
|
|
12
12
|
modelValue: null,
|
|
@@ -15,81 +15,86 @@ const G = { class: "group-button-wrapper" }, M = { class: "popover-trigger" }, D
|
|
|
15
15
|
popoverProps: null
|
|
16
16
|
},
|
|
17
17
|
emits: ["update:modelValue"],
|
|
18
|
-
setup(d, { emit:
|
|
19
|
-
const t = d, m =
|
|
20
|
-
|
|
21
|
-
},
|
|
18
|
+
setup(d, { expose: T, emit: P }) {
|
|
19
|
+
const t = d, m = s(null), v = s(!1), _ = (o) => {
|
|
20
|
+
v.value = o;
|
|
21
|
+
}, c = $(
|
|
22
22
|
t.testId,
|
|
23
|
-
|
|
23
|
+
u,
|
|
24
24
|
!0
|
|
25
|
-
),
|
|
25
|
+
), V = s(
|
|
26
26
|
t.popoverProps ? { ...t.popoverProps } : {}
|
|
27
|
-
), l =
|
|
28
|
-
|
|
27
|
+
), l = s(), k = E(t, "modelValue", P);
|
|
28
|
+
C(() => {
|
|
29
29
|
l.value = t.modelValue;
|
|
30
30
|
});
|
|
31
|
-
const
|
|
32
|
-
l.value = o,
|
|
33
|
-
};
|
|
34
|
-
return (
|
|
35
|
-
|
|
31
|
+
const g = (o) => {
|
|
32
|
+
l.value = o, k.value = o;
|
|
33
|
+
}, I = y(() => m.value?.toggle);
|
|
34
|
+
return T({
|
|
35
|
+
toggle: I
|
|
36
|
+
}), (o, n) => (f(), N("div", h, [
|
|
37
|
+
a(i, p({
|
|
36
38
|
class: ["toggle-button", { "selected-a": l.value === "a" }],
|
|
37
39
|
color: "primary",
|
|
38
40
|
variant: "outlined"
|
|
39
|
-
}, e(
|
|
40
|
-
onClick:
|
|
41
|
+
}, e(c)[e(u).BUTTON_A], {
|
|
42
|
+
onClick: n[0] || (n[0] = (b) => g("a"))
|
|
41
43
|
}), {
|
|
42
44
|
default: r(() => [
|
|
43
|
-
|
|
45
|
+
B(" A ")
|
|
44
46
|
]),
|
|
45
47
|
_: 1
|
|
46
48
|
}, 16, ["class"]),
|
|
47
|
-
|
|
49
|
+
a(i, p({
|
|
48
50
|
class: ["toggle-button", { "selected-b": l.value === "b" }],
|
|
49
51
|
color: "primary",
|
|
50
52
|
variant: "outlined"
|
|
51
|
-
}, e(
|
|
52
|
-
onClick:
|
|
53
|
+
}, e(c)[e(u).BUTTON_B], {
|
|
54
|
+
onClick: n[1] || (n[1] = (b) => g("b"))
|
|
53
55
|
}), {
|
|
54
56
|
default: r(() => [
|
|
55
|
-
|
|
57
|
+
B(" B ")
|
|
56
58
|
]),
|
|
57
59
|
_: 1
|
|
58
60
|
}, 16, ["class"]),
|
|
59
|
-
d.withPopover ? (
|
|
61
|
+
d.withPopover ? (f(), w(i, p({
|
|
60
62
|
key: 0,
|
|
61
63
|
class: [
|
|
62
64
|
"toggle-button",
|
|
63
65
|
{
|
|
64
|
-
"trigger-active":
|
|
66
|
+
"trigger-active": v.value
|
|
65
67
|
}
|
|
66
68
|
],
|
|
67
69
|
color: "primary",
|
|
68
70
|
variant: "outlined"
|
|
69
|
-
}, e(
|
|
71
|
+
}, e(c)[e(u).POPOVER_TRIGGER]), {
|
|
70
72
|
default: r(() => [
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
a(e(M), p({
|
|
74
|
+
ref_key: "popoverRef",
|
|
75
|
+
ref: m
|
|
76
|
+
}, {
|
|
77
|
+
...V.value
|
|
78
|
+
}, { onIsOpen: _ }), {
|
|
74
79
|
trigger: r(() => [
|
|
75
|
-
|
|
76
|
-
|
|
80
|
+
O("div", U, [
|
|
81
|
+
a(e(G), {
|
|
77
82
|
name: "caret-down",
|
|
78
83
|
size: "16px"
|
|
79
84
|
})
|
|
80
85
|
])
|
|
81
86
|
]),
|
|
82
87
|
content: r(() => [
|
|
83
|
-
|
|
88
|
+
R(o.$slots, "popover-content", {}, void 0, !0)
|
|
84
89
|
]),
|
|
85
90
|
_: 3
|
|
86
91
|
}, 16)
|
|
87
92
|
]),
|
|
88
93
|
_: 3
|
|
89
|
-
}, 16, ["class"])) :
|
|
94
|
+
}, 16, ["class"])) : x("", !0)
|
|
90
95
|
]));
|
|
91
96
|
}
|
|
92
97
|
});
|
|
93
98
|
export {
|
|
94
|
-
|
|
99
|
+
K as default
|
|
95
100
|
};
|
|
@@ -374,7 +374,9 @@ declare const ButtonTypes: () => (({
|
|
|
374
374
|
};
|
|
375
375
|
}>> & {
|
|
376
376
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
377
|
-
}, {
|
|
377
|
+
}, {
|
|
378
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
379
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
378
380
|
"update:modelValue": (...args: any[]) => void;
|
|
379
381
|
}, string, {
|
|
380
382
|
testId: string;
|
|
@@ -426,7 +428,9 @@ declare const ButtonTypes: () => (({
|
|
|
426
428
|
};
|
|
427
429
|
}>> & {
|
|
428
430
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
429
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
431
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
432
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
433
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
430
434
|
__isFragment?: never;
|
|
431
435
|
__isTeleport?: never;
|
|
432
436
|
__isSuspense?: never;
|
|
@@ -458,7 +462,9 @@ declare const ButtonTypes: () => (({
|
|
|
458
462
|
};
|
|
459
463
|
}>> & {
|
|
460
464
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
461
|
-
}, {
|
|
465
|
+
}, {
|
|
466
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
467
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
462
468
|
"update:modelValue": (...args: any[]) => void;
|
|
463
469
|
}, string, {
|
|
464
470
|
testId: string;
|
|
@@ -43,6 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
43
43
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
44
44
|
optionEndIconKey?: string;
|
|
45
45
|
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
46
|
+
optionsEndTextIconKey?: string;
|
|
46
47
|
optionFlagKey?: string;
|
|
47
48
|
valueToCopy?: string;
|
|
48
49
|
disabledOptionKey?: string;
|
|
@@ -99,6 +100,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
100
|
optionIconType: any;
|
|
100
101
|
optionEndIconKey: string;
|
|
101
102
|
optionEndIconType: any;
|
|
103
|
+
optionsEndTextIconKey: any;
|
|
102
104
|
optionFlagKey: any;
|
|
103
105
|
valueToCopy: any;
|
|
104
106
|
disabledOptionKey: string;
|
|
@@ -169,6 +171,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
169
171
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
170
172
|
optionEndIconKey?: string;
|
|
171
173
|
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
174
|
+
optionsEndTextIconKey?: string;
|
|
172
175
|
optionFlagKey?: string;
|
|
173
176
|
valueToCopy?: string;
|
|
174
177
|
disabledOptionKey?: string;
|
|
@@ -225,6 +228,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
225
228
|
optionIconType: any;
|
|
226
229
|
optionEndIconKey: string;
|
|
227
230
|
optionEndIconType: any;
|
|
231
|
+
optionsEndTextIconKey: any;
|
|
228
232
|
optionFlagKey: any;
|
|
229
233
|
valueToCopy: any;
|
|
230
234
|
disabledOptionKey: string;
|
|
@@ -289,6 +293,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
289
293
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
290
294
|
optionEndIconKey: string;
|
|
291
295
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
296
|
+
optionsEndTextIconKey: string;
|
|
292
297
|
optionFlagKey: string;
|
|
293
298
|
valueToCopy: string;
|
|
294
299
|
disabledOptionKey: string;
|
|
@@ -329,6 +334,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
329
334
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
330
335
|
optionAndIconKey: string;
|
|
331
336
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
337
|
+
optionsEndTextIconKey: string;
|
|
332
338
|
optionFlagKey: string;
|
|
333
339
|
feedbackVariant: "success" | "warning" | "error";
|
|
334
340
|
valueToCopy: string;
|
|
@@ -344,6 +350,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
344
350
|
"input-list"?(_: {
|
|
345
351
|
open: true;
|
|
346
352
|
}): any;
|
|
353
|
+
"select-all"?(_: {}): any;
|
|
347
354
|
"group-option"?(_: {}): any;
|
|
348
355
|
default?(_: {
|
|
349
356
|
option: unknown;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
2
|
/* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DropdownV4.
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_111642c6_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const
|
|
5
|
+
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-111642c6"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
r as default
|
|
8
8
|
};
|