@ironsource/shared-ui 2.1.11-test.99 → 2.1.12-rc.0
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/Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css +1 -0
- package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8e026669_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +116 -108
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +64 -54
- package/components/chart/ChartLoader.vue.js +5 -23
- package/components/chart/ChartLoader.vue2.js +15 -0
- package/components/chart/index.d.ts +20 -1
- package/components/chart/mockData.d.ts +8 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +86 -81
- package/components/dropdown/common/Dropdown.common.js +65 -65
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +5 -3
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +106 -100
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +97 -98
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +86 -86
- package/components/dropdown/v4/index.d.ts +5 -3
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +184 -164
- package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
- package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
- package/components/sortableList/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +76 -61
- package/components/sortableList/SortableList.vue.d.ts +16 -0
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +100 -87
- package/components/sortableList/index.d.ts +59 -1
- package/components/table/v4/DataGrid.vue.d.ts +1 -1
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +40 -40
- package/components/table-cells/common/Editable.common.js +8 -7
- 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 +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +11 -10
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/index.d.ts +248 -90
- package/index.js +1 -1
- package/mocks/apps.d.ts +1 -0
- package/mocks/randomValue.d.ts +1 -0
- package/package.json +3 -3
- package/testids/index.d.ts +1 -0
- package/testids/index.js +13 -13
- package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +0 -1
- package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_b2684c5f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
- package/consts/configs.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../TreeDropdown.
|
|
1
|
+
import "../../../TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css"; import { defineComponent as ee, provide as ne, ref as c, computed as K, onMounted as le, watch as g, openBlock as C, createBlock as D, unref as d, withCtx as f, createVNode as I, mergeProps as z, createSlots as te, renderSlot as oe, createElementVNode as M, withModifiers as S, createTextVNode as ie, createElementBlock as B, withDirectives as de, Fragment as ae, renderList as re, vShow as se, createCommentVNode as ce } from "vue";
|
|
2
2
|
import ue from "./DropdownV4.vue.js";
|
|
3
3
|
import pe from "./DefaultDropdownTrigger.vue.js";
|
|
4
4
|
import "./IconButtonDropdownTrigger.vue.js";
|
|
@@ -7,11 +7,11 @@ import "./AppDropdownTrigger.vue.js";
|
|
|
7
7
|
import "./ButtonDropdownTrigger.vue.js";
|
|
8
8
|
import "./ButtonFilterDropdownTrigger.vue.js";
|
|
9
9
|
import "./TreeDropdown.vue.js";
|
|
10
|
-
import
|
|
10
|
+
import w from "./OptionV4.vue.js";
|
|
11
11
|
import "./ConditionalDropdown.vue.js";
|
|
12
12
|
import { useChildOptions as ye } from "../composables/useChildOptions.js";
|
|
13
|
-
import
|
|
14
|
-
import { useTestIdAttrs as
|
|
13
|
+
import fe from "../../search/v4/SearchV4.vue.js";
|
|
14
|
+
import { useTestIdAttrs as he } from "../../../utils/testIds.js";
|
|
15
15
|
import { DropdownTestIdModifiers as $ } from "../../../testids/index.js";
|
|
16
16
|
const ve = {
|
|
17
17
|
key: 0,
|
|
@@ -43,18 +43,18 @@ const ve = {
|
|
|
43
43
|
},
|
|
44
44
|
emits: ["update:selected", "update:isOpen"],
|
|
45
45
|
setup(t, { emit: b }) {
|
|
46
|
-
const
|
|
47
|
-
|
|
48
|
-
const m = c([]), u = c([]), T = c({}),
|
|
46
|
+
const n = t;
|
|
47
|
+
ne("isTreeDropdown", !0);
|
|
48
|
+
const m = c([]), u = c([]), T = c({}), O = c(!1), i = c([...n.selected]), p = c(""), x = c(!0), N = K(() => u.value.reduce((e, o) => (o[n.optionChildrenKey] && o[n.optionChildrenKey].length && o[n.optionChildrenKey].forEach(() => {
|
|
49
49
|
e = e + 1;
|
|
50
|
-
}), o[
|
|
51
|
-
|
|
52
|
-
e[
|
|
53
|
-
...e[
|
|
50
|
+
}), o[n.optionChildrenKey] || (e = e + 1), e), 0)), U = () => {
|
|
51
|
+
n.options.forEach((e) => {
|
|
52
|
+
e[n.optionChildrenKey] && e[n.optionChildrenKey].length && (T.value[e[n.optionUniqueIdKey]] = [
|
|
53
|
+
...e[n.optionChildrenKey]
|
|
54
54
|
]);
|
|
55
|
-
}), m.value = [...
|
|
56
|
-
}, { hasChildren:
|
|
57
|
-
if (
|
|
55
|
+
}), m.value = [...n.options], u.value = [...n.options];
|
|
56
|
+
}, { hasChildren: h, getChildren: v, allChildrenSelected: k, someChildrenSelected: P } = ye(i, n.optionChildrenKey), q = (e) => {
|
|
57
|
+
if (h(e)) {
|
|
58
58
|
k(e) ? i.value = i.value.filter(
|
|
59
59
|
(o) => !v(e).includes(o)
|
|
60
60
|
) : i.value = [
|
|
@@ -66,72 +66,72 @@ const ve = {
|
|
|
66
66
|
i.value.includes(e) ? i.value = i.value.filter(
|
|
67
67
|
(o) => o !== e
|
|
68
68
|
) : i.value = [...i.value, e];
|
|
69
|
-
}, A = (e) => i.value.includes(e),
|
|
69
|
+
}, A = (e) => i.value.includes(e), J = (e) => 1 + (h(e) ? v(e).length : 0), j = () => {
|
|
70
70
|
b("update:selected", i.value), L.value = y.value;
|
|
71
|
-
},
|
|
71
|
+
}, F = () => {
|
|
72
72
|
i.value = [];
|
|
73
|
-
},
|
|
73
|
+
}, G = () => {
|
|
74
74
|
const e = /* @__PURE__ */ new Set([]);
|
|
75
|
-
u.value.forEach((
|
|
76
|
-
if (
|
|
77
|
-
e.add(
|
|
78
|
-
else if (n
|
|
79
|
-
for (const
|
|
80
|
-
if (
|
|
81
|
-
e.add(
|
|
75
|
+
u.value.forEach((l) => {
|
|
76
|
+
if (n.selected?.includes(l))
|
|
77
|
+
e.add(l);
|
|
78
|
+
else if (l[n.optionChildrenKey] && l[n.optionChildrenKey].length) {
|
|
79
|
+
for (const r of l[n.optionChildrenKey])
|
|
80
|
+
if (n.selected?.includes(r)) {
|
|
81
|
+
e.add(l);
|
|
82
82
|
break;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
});
|
|
86
86
|
const o = Array.from(e);
|
|
87
|
-
return u.value.forEach((
|
|
88
|
-
!
|
|
87
|
+
return u.value.forEach((l) => {
|
|
88
|
+
!n.selected.includes(l) && !e.has(l) && o.push(l);
|
|
89
89
|
}), o;
|
|
90
90
|
};
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
le(() => {
|
|
92
|
+
O.value || (U(), O.value = !0, n.preExpandedOptions && n.preExpandedOptions.forEach((e) => {
|
|
93
93
|
a.value[e] = 1;
|
|
94
94
|
}));
|
|
95
95
|
}), g(
|
|
96
|
-
() =>
|
|
96
|
+
() => n.options,
|
|
97
97
|
() => {
|
|
98
98
|
U();
|
|
99
99
|
}
|
|
100
100
|
), g(
|
|
101
|
-
() =>
|
|
102
|
-
() => {
|
|
103
|
-
i.value = [...
|
|
101
|
+
() => n.selected,
|
|
102
|
+
(e, o) => {
|
|
103
|
+
JSON.stringify(e) !== JSON.stringify(o) && (i.value = [...n.selected]);
|
|
104
104
|
}
|
|
105
105
|
);
|
|
106
|
-
const y = K(() => i.value.length < N.value ? !1 : i.value.length === N.value),
|
|
106
|
+
const y = K(() => i.value.length < N.value ? !1 : i.value.length === N.value), H = K(() => !y.value && i.value.length > 0), L = c(y.value);
|
|
107
107
|
g(
|
|
108
|
-
() =>
|
|
108
|
+
() => n.isOpen,
|
|
109
109
|
() => {
|
|
110
|
-
|
|
110
|
+
n.isOpen ? m.value = G() : (i.value = [...n.selected], p.value = "");
|
|
111
111
|
}
|
|
112
112
|
);
|
|
113
113
|
const a = c({}), Q = (e) => {
|
|
114
|
-
a.value[e[
|
|
114
|
+
a.value[e[n.optionUniqueIdKey]] ? delete a.value[e[n.optionUniqueIdKey]] : a.value[e[n.optionUniqueIdKey]] = 1;
|
|
115
115
|
};
|
|
116
116
|
function R(e, o) {
|
|
117
|
-
const
|
|
118
|
-
return o.value.forEach((
|
|
119
|
-
const E =
|
|
120
|
-
(_) => _[
|
|
117
|
+
const l = e.toLowerCase(), r = [];
|
|
118
|
+
return o.value.forEach((s) => {
|
|
119
|
+
const E = s[n.optionNameKey].toLowerCase().includes(l), V = T.value[s[n.optionUniqueIdKey]]?.filter(
|
|
120
|
+
(_) => _[n.optionNameKey].toLowerCase().includes(l)
|
|
121
121
|
) || [];
|
|
122
|
-
(E || V.length > 0) && (
|
|
123
|
-
}),
|
|
122
|
+
(E || V.length > 0) && (s[n.optionChildrenKey] = V, r.push(s));
|
|
123
|
+
}), r;
|
|
124
124
|
}
|
|
125
125
|
const W = (e) => {
|
|
126
126
|
const o = R(e, u);
|
|
127
|
-
e && (Object.keys(a.value).forEach((
|
|
128
|
-
delete a.value[
|
|
129
|
-
}), o.forEach((
|
|
130
|
-
Array.isArray(n
|
|
127
|
+
e && (Object.keys(a.value).forEach((l) => {
|
|
128
|
+
delete a.value[l];
|
|
129
|
+
}), o.forEach((l) => {
|
|
130
|
+
Array.isArray(l[n.optionChildrenKey]) && l[n.optionChildrenKey].length && (a.value[l[n.optionUniqueIdKey]] = 1);
|
|
131
131
|
})), m.value = o;
|
|
132
132
|
}, X = K(() => {
|
|
133
|
-
const e =
|
|
134
|
-
(
|
|
133
|
+
const e = n.options.length, o = n.options.reduce(
|
|
134
|
+
(l, r) => (a.value[r[n.optionUniqueIdKey]] && (l = l + r[n.optionChildrenKey].length), l),
|
|
135
135
|
0
|
|
136
136
|
);
|
|
137
137
|
return e + o;
|
|
@@ -139,22 +139,22 @@ const ve = {
|
|
|
139
139
|
g(
|
|
140
140
|
() => p.value,
|
|
141
141
|
() => {
|
|
142
|
-
W(p.value),
|
|
142
|
+
W(p.value), x.value = !p.value;
|
|
143
143
|
}
|
|
144
144
|
);
|
|
145
145
|
const Y = () => {
|
|
146
146
|
y.value ? i.value = [] : (i.value = [], u.value.forEach((e) => {
|
|
147
|
-
if (e[
|
|
148
|
-
for (const o of e[
|
|
147
|
+
if (e[n.optionChildrenKey] && e[n.optionChildrenKey].length)
|
|
148
|
+
for (const o of e[n.optionChildrenKey])
|
|
149
149
|
i.value = [o, ...i.value];
|
|
150
150
|
else
|
|
151
151
|
i.value = [e, ...i.value];
|
|
152
152
|
}));
|
|
153
|
-
}, Z =
|
|
153
|
+
}, Z = he(n.testId, $);
|
|
154
154
|
return (e, o) => (C(), D(d(ue), {
|
|
155
155
|
multi: "",
|
|
156
156
|
class: "tree-dropdown",
|
|
157
|
-
"show-select-all":
|
|
157
|
+
"show-select-all": x.value,
|
|
158
158
|
"is-open": t.isOpen,
|
|
159
159
|
options: m.value,
|
|
160
160
|
selected: t.selected,
|
|
@@ -167,32 +167,32 @@ const ve = {
|
|
|
167
167
|
"test-id": t.testId,
|
|
168
168
|
disabled: t.disabled,
|
|
169
169
|
"disable-virtual-scroll": "",
|
|
170
|
-
"override-option-count-calculation":
|
|
170
|
+
"override-option-count-calculation": J,
|
|
171
171
|
"trigger-show-all-selected-text": !1,
|
|
172
172
|
"predefined-trigger": "default",
|
|
173
173
|
"custom-number-of-displayed-options": d(X),
|
|
174
|
-
"onUpdate:isOpen": o[2] || (o[2] = (
|
|
175
|
-
onApply:
|
|
176
|
-
onClear:
|
|
174
|
+
"onUpdate:isOpen": o[2] || (o[2] = (l) => b("update:isOpen", l)),
|
|
175
|
+
onApply: j,
|
|
176
|
+
onClear: F
|
|
177
177
|
}, {
|
|
178
|
-
"dropdown-trigger":
|
|
179
|
-
I(d(pe), z(
|
|
178
|
+
"dropdown-trigger": f(({ defaultTriggerProps: l }) => [
|
|
179
|
+
I(d(pe), z(l, {
|
|
180
180
|
"all-selected": L.value,
|
|
181
181
|
"show-all-selected-text": ""
|
|
182
182
|
}), te({ _: 2 }, [
|
|
183
183
|
e.$slots["trigger-end-icon"] ? {
|
|
184
184
|
name: "end-icon",
|
|
185
|
-
fn:
|
|
185
|
+
fn: f(() => [
|
|
186
186
|
oe(e.$slots, "trigger-end-icon", {}, void 0, !0)
|
|
187
187
|
]),
|
|
188
188
|
key: "0"
|
|
189
189
|
} : void 0
|
|
190
190
|
]), 1040, ["all-selected"])
|
|
191
191
|
]),
|
|
192
|
-
"inline-search":
|
|
193
|
-
I(d(
|
|
192
|
+
"inline-search": f(() => [
|
|
193
|
+
I(d(fe), {
|
|
194
194
|
modelValue: p.value,
|
|
195
|
-
"onUpdate:modelValue": o[0] || (o[0] = (
|
|
195
|
+
"onUpdate:modelValue": o[0] || (o[0] = (l) => p.value = l),
|
|
196
196
|
class: "tree-search",
|
|
197
197
|
placeholder: t.inlineSearchPlaceholder,
|
|
198
198
|
variant: "transparent",
|
|
@@ -201,31 +201,31 @@ const ve = {
|
|
|
201
201
|
"test-id": t.testId
|
|
202
202
|
}, null, 8, ["modelValue", "placeholder", "test-id"])
|
|
203
203
|
]),
|
|
204
|
-
"select-all":
|
|
204
|
+
"select-all": f(() => [
|
|
205
205
|
M("li", null, [
|
|
206
|
-
I(d(
|
|
206
|
+
I(d(w), z({
|
|
207
207
|
"aria-selected": d(y),
|
|
208
208
|
"aria-disabled": !!t.disabled,
|
|
209
209
|
"selected-prop": d(y),
|
|
210
|
-
"is-indeterminate": d(
|
|
210
|
+
"is-indeterminate": d(H),
|
|
211
211
|
"is-multi": "",
|
|
212
212
|
"select-all-option": ""
|
|
213
213
|
}, d(Z)[d($).SELECT_ALL], {
|
|
214
|
-
onClick: o[1] || (o[1] =
|
|
214
|
+
onClick: o[1] || (o[1] = S((l) => Y(), ["stop"]))
|
|
215
215
|
}), {
|
|
216
|
-
default:
|
|
216
|
+
default: f(() => [
|
|
217
217
|
ie(" Select all ")
|
|
218
218
|
]),
|
|
219
219
|
_: 1
|
|
220
220
|
}, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
|
|
221
221
|
])
|
|
222
222
|
]),
|
|
223
|
-
default:
|
|
224
|
-
I(d(
|
|
225
|
-
option:
|
|
226
|
-
"selected-prop": d(
|
|
227
|
-
"is-indeterminate": !d(k)(
|
|
228
|
-
disabled:
|
|
223
|
+
default: f(({ option: l, index: r }) => [
|
|
224
|
+
I(d(w), {
|
|
225
|
+
option: l,
|
|
226
|
+
"selected-prop": d(h)(l) ? d(k)(l) : A(l),
|
|
227
|
+
"is-indeterminate": !d(k)(l) && d(P)(l),
|
|
228
|
+
disabled: l[t.disabledOptionKey],
|
|
229
229
|
"name-key": t.optionNameKey,
|
|
230
230
|
"image-key": t.optionImageKey,
|
|
231
231
|
"icon-key": t.optionIconKey,
|
|
@@ -233,20 +233,20 @@ const ve = {
|
|
|
233
233
|
"end-icon-key": t.optionEndIconKey,
|
|
234
234
|
"end-icon-type": t.optionEndIconType,
|
|
235
235
|
"end-text-icon-key": t.optionEndTextIconKey,
|
|
236
|
-
"tree-main-option": d(
|
|
237
|
-
"tree-main-option-expanded": a.value[
|
|
236
|
+
"tree-main-option": d(h)(l),
|
|
237
|
+
"tree-main-option-expanded": a.value[l[t.optionUniqueIdKey]],
|
|
238
238
|
"stop-option-click-event-propagation": "",
|
|
239
239
|
"is-multi": "",
|
|
240
|
-
onClick:
|
|
240
|
+
onClick: S(() => q(l), ["stop"]),
|
|
241
241
|
onToggleTreeCollapse: Q
|
|
242
242
|
}, null, 8, ["option", "selected-prop", "is-indeterminate", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "end-text-icon-key", "tree-main-option", "tree-main-option-expanded", "onClick"]),
|
|
243
|
-
d(
|
|
243
|
+
d(h)(l) ? (C(), B("div", ve, [
|
|
244
244
|
de(M("div", null, [
|
|
245
|
-
(C(!0), B(ae, null,
|
|
246
|
-
key: `${
|
|
247
|
-
option:
|
|
248
|
-
"selected-prop": A(
|
|
249
|
-
disabled:
|
|
245
|
+
(C(!0), B(ae, null, re(d(v)(l), (s, E) => (C(), D(d(w), {
|
|
246
|
+
key: `${r}-${E}`,
|
|
247
|
+
option: s,
|
|
248
|
+
"selected-prop": A(s),
|
|
249
|
+
disabled: s[t.disabledOptionKey],
|
|
250
250
|
"name-key": t.optionNameKey,
|
|
251
251
|
"image-key": t.optionImageKey,
|
|
252
252
|
"icon-key": t.optionIconKey,
|
|
@@ -254,13 +254,13 @@ const ve = {
|
|
|
254
254
|
"end-icon-key": t.optionEndIconKey,
|
|
255
255
|
"end-icon-type": t.optionEndIconType,
|
|
256
256
|
"end-text-icon-key": t.optionEndTextIconKey,
|
|
257
|
-
"tree-child-shown": a.value[
|
|
257
|
+
"tree-child-shown": a.value[l[t.optionUniqueIdKey]],
|
|
258
258
|
"stop-option-click-event-propagation": "",
|
|
259
259
|
"is-multi": "",
|
|
260
|
-
onClick:
|
|
260
|
+
onClick: S(() => q(s), ["stop"])
|
|
261
261
|
}, null, 8, ["option", "selected-prop", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "end-text-icon-key", "tree-child-shown", "onClick"]))), 128))
|
|
262
262
|
], 512), [
|
|
263
|
-
[
|
|
263
|
+
[se, a.value[l[t.optionUniqueIdKey]]]
|
|
264
264
|
])
|
|
265
265
|
])) : ce("", !0)
|
|
266
266
|
]),
|
|
@@ -3640,7 +3640,7 @@ declare const DropdownTypes: () => (({
|
|
|
3640
3640
|
default: string;
|
|
3641
3641
|
};
|
|
3642
3642
|
loadMoreFn: {
|
|
3643
|
-
type: import("vue").PropType<() => Promise<
|
|
3643
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
3644
3644
|
default: any;
|
|
3645
3645
|
};
|
|
3646
3646
|
fetchDataDebounceTime: {
|
|
@@ -3663,6 +3663,7 @@ declare const DropdownTypes: () => (({
|
|
|
3663
3663
|
}) => void;
|
|
3664
3664
|
"update:appliedSelections": (value: unknown) => void;
|
|
3665
3665
|
clear: () => void;
|
|
3666
|
+
closed: () => void;
|
|
3666
3667
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3667
3668
|
label: {
|
|
3668
3669
|
type: import("vue").PropType<string>;
|
|
@@ -3744,7 +3745,7 @@ declare const DropdownTypes: () => (({
|
|
|
3744
3745
|
default: string;
|
|
3745
3746
|
};
|
|
3746
3747
|
loadMoreFn: {
|
|
3747
|
-
type: import("vue").PropType<() => Promise<
|
|
3748
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
3748
3749
|
default: any;
|
|
3749
3750
|
};
|
|
3750
3751
|
fetchDataDebounceTime: {
|
|
@@ -3761,6 +3762,7 @@ declare const DropdownTypes: () => (({
|
|
|
3761
3762
|
};
|
|
3762
3763
|
}>> & {
|
|
3763
3764
|
onClear?: () => any;
|
|
3765
|
+
onClosed?: () => any;
|
|
3764
3766
|
"onUpdate:selectedCondition"?: (value: {
|
|
3765
3767
|
label: string;
|
|
3766
3768
|
value: string;
|
|
@@ -3781,7 +3783,7 @@ declare const DropdownTypes: () => (({
|
|
|
3781
3783
|
comparingKey: string;
|
|
3782
3784
|
minCharsToStart: number;
|
|
3783
3785
|
searchQuery: string;
|
|
3784
|
-
loadMoreFn: () => Promise<
|
|
3786
|
+
loadMoreFn: () => Promise<any[]>;
|
|
3785
3787
|
fetchDataDebounceTime: number;
|
|
3786
3788
|
autoFocusSearch: boolean;
|
|
3787
3789
|
loadingOverride: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./IconFlag.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../IconFlag.
|
|
4
|
-
const t = /* @__PURE__ */
|
|
2
|
+
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-6526c390"]]);
|
|
5
5
|
export {
|
|
6
6
|
t as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../IconFlag.
|
|
1
|
+
import "../../../IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css"; import { defineComponent as n, computed as a, openBlock as e, createElementBlock as t, createElementVNode as c, unref as l } from "vue";
|
|
2
2
|
import { ASSETS_BASE_URL as i } from "./consts.js";
|
|
3
3
|
const d = { class: "icon-flag" }, u = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextField.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextField.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fce3948c"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|