@ironsource/shared-ui 2.1.10-rc.1 → 2.1.10-rc.3
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/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_9cab3826_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_899679d0_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_69c40021_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_f61be399_lang.css +1 -0
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +165 -158
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
- package/components/dropdown/v4/DropdownV4.vue.d.ts +12 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +173 -167
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/index.d.ts +111 -3
- package/components/table/v4/DataGrid.vue.d.ts +3 -3
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +42 -42
- package/components/table/v4/MultipleDataGrid.vue.d.ts +18 -2
- package/components/table/v4/MultipleDataGrid.vue.js +4 -4
- package/components/table/v4/MultipleDataGrid.vue2.js +65 -58
- package/components/table/v4/index.d.ts +66 -8
- package/consts/configs.d.ts +1 -0
- package/consts/configs.js +4 -0
- package/index.d.ts +354 -22
- package/index.js +1 -1
- package/package.json +1 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_62a620ee_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ChipDropdownTrigger.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ChipDropdownTrigger.
|
|
4
|
-
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-49bd7193"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../../../ChipDropdownTrigger.
|
|
1
|
+
import "../../../ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css"; import { defineComponent as V, ref as b, computed as p, openBlock as _, createElementBlock as C, mergeProps as n, unref as t, createElementVNode as d, createVNode as c, withCtx as w, createTextVNode as B, toDisplayString as k, withDirectives as u, vShow as f, withModifiers as v } from "vue";
|
|
2
2
|
import m from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import "../../icon/v4/IconFlag.vue.js";
|
|
4
|
-
import
|
|
4
|
+
import x from "../../typography/v4/Typography.vue.js";
|
|
5
5
|
import { DropdownTestIdModifiers as o } from "../../../testids/index.js";
|
|
6
|
-
import { useTestIdAttrs as
|
|
6
|
+
import { useTestIdAttrs as A } from "../../../utils/testIds.js";
|
|
7
7
|
const N = { class: "chip-trigger--content" }, I = { class: "chip-trigger--icon" }, $ = ["onClick"], M = /* @__PURE__ */ V({
|
|
8
8
|
__name: "ChipDropdownTrigger",
|
|
9
9
|
props: {
|
|
@@ -13,6 +13,7 @@ const N = { class: "chip-trigger--content" }, I = { class: "chip-trigger--icon"
|
|
|
13
13
|
disabled: { type: Boolean, default: !1 },
|
|
14
14
|
feedbackVariant: { default: "" },
|
|
15
15
|
displayedValue: { default: "" },
|
|
16
|
+
allSelected: { type: Boolean, default: !1 },
|
|
16
17
|
options: null,
|
|
17
18
|
selectedOption: null,
|
|
18
19
|
displayValue: null,
|
|
@@ -22,48 +23,48 @@ const N = { class: "chip-trigger--content" }, I = { class: "chip-trigger--icon"
|
|
|
22
23
|
setup(r, { emit: h }) {
|
|
23
24
|
const e = r, y = () => {
|
|
24
25
|
h("clear");
|
|
25
|
-
},
|
|
26
|
-
let
|
|
27
|
-
return Array.isArray(l) && (l.length > 1 ?
|
|
28
|
-
},
|
|
26
|
+
}, i = b(!0), g = (l) => {
|
|
27
|
+
let a = l;
|
|
28
|
+
return Array.isArray(l) && (l.length > 1 ? a = `${l[0]}, +${l[1]}` : a = l[0] ? `${l[0]}` : ""), i.value = !!a, a ? `${e.label}: ${a}` : e.label;
|
|
29
|
+
}, T = p(
|
|
29
30
|
() => e.feedbackVariant ? `state-${e.feedbackVariant}` : ""
|
|
30
|
-
),
|
|
31
|
+
), s = A(e.testId, o), O = p(() => {
|
|
31
32
|
if (!e.multi)
|
|
32
33
|
return e.selectedOption ? e.displayValue(e.selectedOption) : "";
|
|
33
34
|
if (Array.isArray(e.selectedOption))
|
|
34
|
-
return e.selectedOption.length ? e.
|
|
35
|
+
return e.selectedOption.length ? e.allSelected ? ["All"] : e.selectedOption.length == 1 && e.displayValue ? [e.displayValue(e.selectedOption[0])] : [
|
|
35
36
|
e.displayValue(e.selectedOption[0]),
|
|
36
37
|
e.selectedOption.length - 1
|
|
37
38
|
] : [];
|
|
38
39
|
});
|
|
39
|
-
return (l,
|
|
40
|
-
class: ["chip-trigger", [t(
|
|
41
|
-
}, t(
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
return (l, a) => (_(), C("div", n({
|
|
41
|
+
class: ["chip-trigger", [t(T), { active: i.value, disabled: r.disabled, open: r.open }]]
|
|
42
|
+
}, t(s)[t(o).BUTTON]), [
|
|
43
|
+
d("div", N, [
|
|
44
|
+
c(t(x), n({ variant: "chipLabel" }, t(s)[t(o).BUTTON_CONTENT]), {
|
|
44
45
|
default: w(() => [
|
|
45
|
-
k(
|
|
46
|
+
B(k(g(t(O))), 1)
|
|
46
47
|
]),
|
|
47
48
|
_: 1
|
|
48
49
|
}, 16),
|
|
49
|
-
u(
|
|
50
|
-
|
|
50
|
+
u(d("div", I, [
|
|
51
|
+
c(t(m), {
|
|
51
52
|
name: "caret-down",
|
|
52
53
|
size: "16px"
|
|
53
54
|
})
|
|
54
55
|
], 512), [
|
|
55
|
-
[f, !
|
|
56
|
+
[f, !i.value]
|
|
56
57
|
]),
|
|
57
|
-
u(
|
|
58
|
-
onClick:
|
|
58
|
+
u(d("div", n({ class: "x-circle-wrapper" }, t(s)[t(o).BUTTON_CLEAR], {
|
|
59
|
+
onClick: v(y, ["stop"])
|
|
59
60
|
}), [
|
|
60
|
-
|
|
61
|
+
c(t(m), {
|
|
61
62
|
name: "x-circle",
|
|
62
63
|
size: "16px",
|
|
63
64
|
type: "fill"
|
|
64
65
|
})
|
|
65
66
|
], 16, $), [
|
|
66
|
-
[f,
|
|
67
|
+
[f, i.value]
|
|
67
68
|
])
|
|
68
69
|
])
|
|
69
70
|
], 16));
|
|
@@ -23,6 +23,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
optionIconKey?: string;
|
|
24
24
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
25
25
|
showAllSelectedText?: boolean;
|
|
26
|
+
allSelected?: boolean;
|
|
27
|
+
optionFlagKey?: string;
|
|
26
28
|
statusDotType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
27
29
|
}>, {
|
|
28
30
|
placeholder: string;
|
|
@@ -48,6 +50,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
48
50
|
optionIconKey: any;
|
|
49
51
|
optionIconType: any;
|
|
50
52
|
showAllSelectedText: boolean;
|
|
53
|
+
allSelected: boolean;
|
|
54
|
+
optionFlagKey: any;
|
|
51
55
|
statusDotType: any;
|
|
52
56
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
53
57
|
click: () => void;
|
|
@@ -76,6 +80,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
76
80
|
optionIconKey?: string;
|
|
77
81
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
78
82
|
showAllSelectedText?: boolean;
|
|
83
|
+
allSelected?: boolean;
|
|
84
|
+
optionFlagKey?: string;
|
|
79
85
|
statusDotType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
80
86
|
}>, {
|
|
81
87
|
placeholder: string;
|
|
@@ -101,6 +107,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
101
107
|
optionIconKey: any;
|
|
102
108
|
optionIconType: any;
|
|
103
109
|
showAllSelectedText: boolean;
|
|
110
|
+
allSelected: boolean;
|
|
111
|
+
optionFlagKey: any;
|
|
104
112
|
statusDotType: any;
|
|
105
113
|
}>>> & {
|
|
106
114
|
onClick?: () => any;
|
|
@@ -124,6 +132,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
124
132
|
optionIconKey: string;
|
|
125
133
|
optionImageKey: string;
|
|
126
134
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
135
|
+
optionFlagKey: string;
|
|
136
|
+
allSelected: boolean;
|
|
127
137
|
selectedOption: any;
|
|
128
138
|
showFeedbackIcon: boolean;
|
|
129
139
|
brandIconType: "android" | "ios";
|
|
@@ -131,6 +141,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
131
141
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
132
142
|
}>, {
|
|
133
143
|
image?(_: {}): any;
|
|
144
|
+
flag?(_: {}): any;
|
|
134
145
|
"icon-start"?(_: {}): any;
|
|
135
146
|
"displayed-value"?(_: {}): any;
|
|
136
147
|
"end-icon"?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DefaultDropdownTrigger.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DefaultDropdownTrigger.
|
|
4
|
-
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9fa84b26"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,21 +1,25 @@
|
|
|
1
|
-
import "../../../DefaultDropdownTrigger.
|
|
2
|
-
import
|
|
3
|
-
import { DropdownTestIdModifiers as
|
|
4
|
-
import
|
|
1
|
+
import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css"; import { defineComponent as I, computed as r, openBlock as a, createElementBlock as n, createBlock as O, createCommentVNode as s, createElementVNode as c, mergeProps as h, unref as l, renderSlot as i, createVNode as u, withCtx as $, createTextVNode as A, toDisplayString as B } from "vue";
|
|
2
|
+
import w from "../../typography/v4/Typography.vue.js";
|
|
3
|
+
import { DropdownTestIdModifiers as f } from "../../../testids/index.js";
|
|
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
|
|
9
|
-
|
|
6
|
+
import D from "../../shared/FieldLabel.vue.js";
|
|
7
|
+
import { useTestIdAttrs as S } from "../../../utils/testIds.js";
|
|
8
|
+
import K from "../../statusDot/StatusDot.vue.js";
|
|
9
|
+
import { SHARED_ASSETS_CDN_DOMAIN as V } from "../../../consts/configs.js";
|
|
10
|
+
const N = { class: "default-dropdown-wrapper" }, C = { class: "content" }, x = {
|
|
10
11
|
key: 0,
|
|
11
12
|
class: "image"
|
|
12
|
-
},
|
|
13
|
+
}, E = ["src"], F = {
|
|
13
14
|
key: 1,
|
|
14
|
-
class: "
|
|
15
|
-
}, P = {
|
|
15
|
+
class: "flag"
|
|
16
|
+
}, H = ["src"], P = {
|
|
16
17
|
key: 2,
|
|
18
|
+
class: "start-icon"
|
|
19
|
+
}, z = {
|
|
20
|
+
key: 3,
|
|
17
21
|
class: "status-dot"
|
|
18
|
-
},
|
|
22
|
+
}, R = { key: 0 }, U = { class: "caret-down" }, Z = /* @__PURE__ */ I({
|
|
19
23
|
__name: "DefaultDropdownTrigger",
|
|
20
24
|
props: {
|
|
21
25
|
placeholder: { default: "Select" },
|
|
@@ -42,24 +46,26 @@ const D = { class: "default-dropdown-wrapper" }, N = { class: "content" }, K = {
|
|
|
42
46
|
optionIconKey: { default: null },
|
|
43
47
|
optionIconType: { default: null },
|
|
44
48
|
showAllSelectedText: { type: Boolean, default: !0 },
|
|
49
|
+
allSelected: { type: Boolean, default: !1 },
|
|
50
|
+
optionFlagKey: { default: null },
|
|
45
51
|
statusDotType: { default: null }
|
|
46
52
|
},
|
|
47
53
|
emits: ["click"],
|
|
48
|
-
setup(t, { emit:
|
|
49
|
-
const e = t,
|
|
54
|
+
setup(t, { emit: v }) {
|
|
55
|
+
const e = t, T = r(
|
|
50
56
|
() => e.feedbackVariant ? `state-${e.feedbackVariant}` : ""
|
|
51
|
-
),
|
|
52
|
-
|
|
53
|
-
},
|
|
57
|
+
), b = () => {
|
|
58
|
+
v("click");
|
|
59
|
+
}, p = S(e.testId, f), k = r(() => e.multi ? !Array.isArray(e.selectedOption) || !e.selectedOption?.length ? e.placeholder : e.showAllSelectedText && e.allSelected ? `All selected (${e.selectedOption.length})` : e.selectedOption?.length === 1 && e.displayValue ? e.displayValue(e.selectedOption[0]) : `${e.selectedOption.length} selected` : e.selectedOption ? e.displayValue(e.selectedOption) : e.placeholder), d = r(() => {
|
|
54
60
|
if (!e.selectedOption)
|
|
55
61
|
return null;
|
|
56
62
|
if (!e.multi)
|
|
57
63
|
return e.selectedOption;
|
|
58
64
|
if (Array.isArray(e.selectedOption))
|
|
59
65
|
return e.selectedOption.length === 1 ? e.selectedOption[0] : null;
|
|
60
|
-
});
|
|
61
|
-
return (o,
|
|
62
|
-
t.label ? (a(),
|
|
66
|
+
}), y = r(() => e.optionFlagKey && d.value ? `${V}/assets/flags/v4/${d.value[e.optionFlagKey]?.toLowerCase()}.svg` : null);
|
|
67
|
+
return (o, m) => (a(), n("div", N, [
|
|
68
|
+
t.label ? (a(), O(D, {
|
|
63
69
|
key: 0,
|
|
64
70
|
label: t.label,
|
|
65
71
|
mandatory: t.mandatory,
|
|
@@ -68,47 +74,55 @@ const D = { class: "default-dropdown-wrapper" }, N = { class: "content" }, K = {
|
|
|
68
74
|
disabled: t.disabled,
|
|
69
75
|
"test-id": t.testId,
|
|
70
76
|
class: "dropdown-field-label"
|
|
71
|
-
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) :
|
|
72
|
-
|
|
73
|
-
class: ["dropdown-trigger", [t.size, l(
|
|
74
|
-
}, l(
|
|
75
|
-
onClick:
|
|
77
|
+
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : s("", !0),
|
|
78
|
+
c("div", h({
|
|
79
|
+
class: ["dropdown-trigger", [t.size, l(T), { open: t.open, disabled: t.disabled }]]
|
|
80
|
+
}, l(p)[l(f).BUTTON_WRAPPER], {
|
|
81
|
+
onClick: m[0] || (m[0] = (L) => b())
|
|
76
82
|
}), [
|
|
77
|
-
|
|
78
|
-
o.$slots.image || l(
|
|
83
|
+
c("div", C, [
|
|
84
|
+
o.$slots.image || l(d) && t.optionImageKey ? (a(), n("div", x, [
|
|
79
85
|
i(o.$slots, "image", {}, () => [
|
|
80
86
|
t.optionImageKey ? (a(), n("img", {
|
|
81
87
|
key: 0,
|
|
82
|
-
src: l(
|
|
83
|
-
}, null, 8,
|
|
88
|
+
src: l(d)[t.optionImageKey]
|
|
89
|
+
}, null, 8, E)) : s("", !0)
|
|
90
|
+
], !0)
|
|
91
|
+
])) : s("", !0),
|
|
92
|
+
o.$slots.flag || l(d) && t.optionFlagKey ? (a(), n("div", F, [
|
|
93
|
+
i(o.$slots, "flag", {}, () => [
|
|
94
|
+
l(y) ? (a(), n("img", {
|
|
95
|
+
key: 0,
|
|
96
|
+
src: l(y)
|
|
97
|
+
}, null, 8, H)) : s("", !0)
|
|
84
98
|
], !0)
|
|
85
|
-
])) :
|
|
86
|
-
o.$slots["icon-start"] || l(
|
|
99
|
+
])) : s("", !0),
|
|
100
|
+
o.$slots["icon-start"] || l(d) && t.optionIconKey ? (a(), n("div", P, [
|
|
87
101
|
i(o.$slots, "icon-start", {}, () => [
|
|
88
|
-
|
|
102
|
+
u(l(g), {
|
|
89
103
|
type: t.optionIconType,
|
|
90
|
-
name: l(
|
|
104
|
+
name: l(d)[t.optionIconKey],
|
|
91
105
|
size: "20px"
|
|
92
106
|
}, null, 8, ["type", "name"])
|
|
93
107
|
], !0)
|
|
94
|
-
])) :
|
|
95
|
-
t.statusDotType ? (a(), n("div",
|
|
96
|
-
|
|
97
|
-
])) :
|
|
108
|
+
])) : s("", !0),
|
|
109
|
+
t.statusDotType ? (a(), n("div", z, [
|
|
110
|
+
u(l(K), { type: t.statusDotType }, null, 8, ["type"])
|
|
111
|
+
])) : s("", !0),
|
|
98
112
|
i(o.$slots, "displayed-value", {}, () => [
|
|
99
|
-
|
|
100
|
-
default:
|
|
101
|
-
B(
|
|
113
|
+
u(l(w), h({ variant: "body1" }, l(p)[l(f).BUTTON_CONTENT], { class: "displayed-value" }), {
|
|
114
|
+
default: $(() => [
|
|
115
|
+
A(B(l(k)), 1)
|
|
102
116
|
]),
|
|
103
117
|
_: 1
|
|
104
118
|
}, 16)
|
|
105
119
|
], !0)
|
|
106
120
|
]),
|
|
107
|
-
o.$slots["end-icon"] ? (a(), n("div",
|
|
121
|
+
o.$slots["end-icon"] ? (a(), n("div", R, [
|
|
108
122
|
i(o.$slots, "end-icon", {}, void 0, !0)
|
|
109
|
-
])) :
|
|
110
|
-
|
|
111
|
-
|
|
123
|
+
])) : s("", !0),
|
|
124
|
+
c("div", U, [
|
|
125
|
+
u(l(g), {
|
|
112
126
|
name: "caret-down",
|
|
113
127
|
size: "20px"
|
|
114
128
|
})
|
|
@@ -118,5 +132,5 @@ const D = { class: "default-dropdown-wrapper" }, N = { class: "content" }, K = {
|
|
|
118
132
|
}
|
|
119
133
|
});
|
|
120
134
|
export {
|
|
121
|
-
|
|
135
|
+
Z as default
|
|
122
136
|
};
|
|
@@ -43,11 +43,13 @@ 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
|
+
optionFlagKey?: string;
|
|
46
47
|
valueToCopy?: string;
|
|
47
48
|
disabledOptionKey?: string;
|
|
48
49
|
optionTwoLinesVariant?: "horizontal" | "vertical";
|
|
49
50
|
optionTwoLinesKey?: string;
|
|
50
51
|
groupedOptions?: boolean;
|
|
52
|
+
comparingKey?: string;
|
|
51
53
|
theme?: string;
|
|
52
54
|
fullWidth?: boolean;
|
|
53
55
|
optionsListWidth?: string;
|
|
@@ -96,11 +98,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
96
98
|
optionIconType: any;
|
|
97
99
|
optionEndIconKey: string;
|
|
98
100
|
optionEndIconType: any;
|
|
101
|
+
optionFlagKey: any;
|
|
99
102
|
valueToCopy: any;
|
|
100
103
|
disabledOptionKey: string;
|
|
101
104
|
optionTwoLinesVariant: any;
|
|
102
105
|
optionTwoLinesKey: any;
|
|
103
106
|
groupedOptions: boolean;
|
|
107
|
+
comparingKey: any;
|
|
104
108
|
fullWidth: boolean;
|
|
105
109
|
optionsListWidth: any;
|
|
106
110
|
statusType: any;
|
|
@@ -163,11 +167,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
163
167
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
164
168
|
optionEndIconKey?: string;
|
|
165
169
|
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
170
|
+
optionFlagKey?: string;
|
|
166
171
|
valueToCopy?: string;
|
|
167
172
|
disabledOptionKey?: string;
|
|
168
173
|
optionTwoLinesVariant?: "horizontal" | "vertical";
|
|
169
174
|
optionTwoLinesKey?: string;
|
|
170
175
|
groupedOptions?: boolean;
|
|
176
|
+
comparingKey?: string;
|
|
171
177
|
theme?: string;
|
|
172
178
|
fullWidth?: boolean;
|
|
173
179
|
optionsListWidth?: string;
|
|
@@ -216,11 +222,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
216
222
|
optionIconType: any;
|
|
217
223
|
optionEndIconKey: string;
|
|
218
224
|
optionEndIconType: any;
|
|
225
|
+
optionFlagKey: any;
|
|
219
226
|
valueToCopy: any;
|
|
220
227
|
disabledOptionKey: string;
|
|
221
228
|
optionTwoLinesVariant: any;
|
|
222
229
|
optionTwoLinesKey: any;
|
|
223
230
|
groupedOptions: boolean;
|
|
231
|
+
comparingKey: any;
|
|
224
232
|
fullWidth: boolean;
|
|
225
233
|
optionsListWidth: any;
|
|
226
234
|
statusType: any;
|
|
@@ -277,11 +285,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
277
285
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
278
286
|
optionEndIconKey: string;
|
|
279
287
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
288
|
+
optionFlagKey: string;
|
|
280
289
|
valueToCopy: string;
|
|
281
290
|
disabledOptionKey: string;
|
|
282
291
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
283
292
|
optionTwoLinesKey: string;
|
|
284
293
|
groupedOptions: boolean;
|
|
294
|
+
comparingKey: string;
|
|
285
295
|
fullWidth: boolean;
|
|
286
296
|
optionsListWidth: string;
|
|
287
297
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -314,11 +324,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
314
324
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
315
325
|
optionAndIconKey: string;
|
|
316
326
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
327
|
+
optionFlagKey: string;
|
|
317
328
|
feedbackVariant: "success" | "warning" | "error";
|
|
318
329
|
valueToCopy: string;
|
|
319
330
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
320
331
|
size: "small" | "medium" | "large";
|
|
321
332
|
showAllSelectedText: boolean;
|
|
333
|
+
allSelected: boolean;
|
|
322
334
|
onKeydown: (event: any) => void;
|
|
323
335
|
onClick: () => void;
|
|
324
336
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
|
-
/* empty css *//* empty css */import
|
|
3
|
-
// import "../../../DropdownV4.
|
|
2
|
+
/* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_899679d0_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */
|
|
5
|
+
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-899679d0"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|