@ironsource/shared-ui 2.1.12-rc.24 → 2.1.12-rc.26
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/ChartPlane.vue_vue_type_style_index_0_scoped_ff7e556e_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_1f7f7f9c_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_9560a062_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +1 -1
- package/components/chart/ChartPlane.vue.d.ts +1 -1
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +141 -141
- package/components/chart/index.d.ts +24 -24
- package/components/chart/utils/utils.d.ts +1 -2
- package/components/chart/utils/utils.js +13 -19
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +64 -54
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +22 -9
- package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +144 -131
- package/components/dropdown/v4/DropdownV4.vue.d.ts +10 -0
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +78 -74
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +41 -39
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
- package/components/dropdown/v4/index.d.ts +485 -103
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/index.d.ts +40 -40
- package/components/switch/v4/SwitchV4.vue.d.ts +11 -0
- package/components/switch/v4/SwitchV4.vue.js +2 -2
- package/components/switch/v4/SwitchV4.vue2.js +39 -26
- package/components/switch/v4/index.d.ts +18 -0
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +5 -5
- package/index.d.ts +1010 -210
- package/index.js +1 -1
- package/mocks/optionsWithIcons.d.ts +1 -0
- package/package.json +1 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_903fc6ae_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8d5521da_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_086c5b0d_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_86b82f0c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_3dc741c1_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_fa120cf6_lang.css +0 -1
- package/components/chart/composables/useChartValues.d.ts +0 -12
- package/components/chart/composables/useChartValues.js +0 -32
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import "../../../ConditionalDropdown.
|
|
2
|
-
import
|
|
1
|
+
import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css"; import { defineComponent as W, computed as O, ref as s, watch as h, onMounted as q, openBlock as F, createBlock as G, unref as c, createSlots as H, withCtx as v, createVNode as S, mergeProps as J, createElementVNode as X, isRef as Y, normalizeProps as Z, guardReactiveProps as _, createElementBlock as ee, createTextVNode as le, toDisplayString as oe, createCommentVNode as te, renderSlot as ae } from "vue";
|
|
2
|
+
import L from "./DropdownV4.vue.js";
|
|
3
3
|
import "./DefaultDropdownTrigger.vue.js";
|
|
4
4
|
import "./IconButtonDropdownTrigger.vue.js";
|
|
5
|
-
import
|
|
5
|
+
import ne from "./ChipDropdownTrigger.vue.js";
|
|
6
6
|
import "./AppDropdownTrigger.vue.js";
|
|
7
7
|
import "./ButtonDropdownTrigger.vue.js";
|
|
8
|
-
import
|
|
8
|
+
import ie from "./ButtonFilterDropdownTrigger.vue.js";
|
|
9
9
|
import "./TreeDropdown.vue.js";
|
|
10
10
|
import "./OptionV4.vue.js";
|
|
11
11
|
import "./ConditionalDropdown.vue.js";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import { useDebounceFn as
|
|
15
|
-
const
|
|
12
|
+
import ue from "../../search/v4/SearchV4.vue.js";
|
|
13
|
+
import re from "../../typography/v4/Typography.vue.js";
|
|
14
|
+
import { useDebounceFn as se } from "@vueuse/core";
|
|
15
|
+
const de = { class: "conditional-container" }, ce = {
|
|
16
16
|
key: 0,
|
|
17
17
|
class: "custom-list-area"
|
|
18
|
-
},
|
|
18
|
+
}, Ae = /* @__PURE__ */ W({
|
|
19
19
|
__name: "ConditionalDropdown",
|
|
20
20
|
props: {
|
|
21
21
|
selectedCondition: null,
|
|
@@ -38,209 +38,222 @@ const re = { class: "conditional-container" }, se = {
|
|
|
38
38
|
optionIconKey: { default: "" },
|
|
39
39
|
optionImageKey: { default: "" },
|
|
40
40
|
optionIconType: { default: null },
|
|
41
|
-
loadingOverride: { type: Boolean, default: !1 }
|
|
41
|
+
loadingOverride: { type: Boolean, default: !1 },
|
|
42
|
+
triggerShownValuesCount: { default: 1 }
|
|
42
43
|
},
|
|
43
44
|
emits: ["update:selectedCondition", "update:appliedSelections", "clear", "closed"],
|
|
44
|
-
setup(
|
|
45
|
-
const e =
|
|
45
|
+
setup(i, { emit: C }) {
|
|
46
|
+
const e = i, m = O({
|
|
46
47
|
get: () => e.appliedSelections,
|
|
47
48
|
set: (l) => {
|
|
48
|
-
|
|
49
|
+
C("update:appliedSelections", l);
|
|
49
50
|
}
|
|
50
|
-
}),
|
|
51
|
+
}), u = O({
|
|
51
52
|
get: () => e.selectedCondition || e.conditionalOptions[0],
|
|
52
53
|
set: (l) => {
|
|
53
|
-
|
|
54
|
+
C("update:selectedCondition", l);
|
|
54
55
|
}
|
|
55
|
-
}),
|
|
56
|
+
}), k = () => {
|
|
56
57
|
const { appliedSelections: l } = e;
|
|
57
58
|
return l ? Array.isArray(l) ? l : [l] : [];
|
|
58
|
-
}, T = s(null), p = s(!0),
|
|
59
|
-
const l = p.value ? 4 : 4.5,
|
|
59
|
+
}, T = s(null), p = s(!0), a = s([]), n = s(k()), A = s(!0), d = s(!1), b = s(!1), r = s(e.searchQuery), B = s(""), g = s(e.label), K = s([]), U = O(() => (!r.value || r.value?.length < e.minCharsToStart) && !a.value.length ? `Enter at least ${e.minCharsToStart} characters to begin` : "No results found"), I = O(() => {
|
|
60
|
+
const l = p.value ? 4 : 4.5, t = a.value.length > 4 ? a.value.length : l;
|
|
60
61
|
if (e.groupedOptions) {
|
|
61
|
-
let
|
|
62
|
-
return
|
|
63
|
-
y.options && (
|
|
64
|
-
}),
|
|
62
|
+
let o = 0;
|
|
63
|
+
return a.value.forEach((y) => {
|
|
64
|
+
y.options && (o = o + y.options.length);
|
|
65
|
+
}), o > 4 ? o : l;
|
|
65
66
|
}
|
|
66
|
-
return
|
|
67
|
-
}), M = (l,
|
|
68
|
-
if (e.infiniteLoading &&
|
|
69
|
-
const
|
|
70
|
-
(
|
|
67
|
+
return t > l ? t : l;
|
|
68
|
+
}), M = (l, t) => {
|
|
69
|
+
if (e.infiniteLoading && u.value.multi && Array.isArray(n.value) && n.value.length && l && t.length) {
|
|
70
|
+
const o = [], y = n.value.filter(
|
|
71
|
+
(f) => f[e.optionNameKey].includes(l)
|
|
71
72
|
);
|
|
72
|
-
return
|
|
73
|
+
return t.forEach((f) => {
|
|
73
74
|
y.find(
|
|
74
|
-
(j) => j[e.comparingKey] ===
|
|
75
|
-
) &&
|
|
75
|
+
(j) => j[e.comparingKey] === f[e.comparingKey]
|
|
76
|
+
) && o.push(f[e.comparingKey]);
|
|
76
77
|
}), y.filter(
|
|
77
|
-
(
|
|
78
|
+
(f) => !o.includes(f[e.comparingKey])
|
|
78
79
|
);
|
|
79
80
|
}
|
|
80
81
|
return [];
|
|
81
|
-
},
|
|
82
|
+
}, N = async (l) => {
|
|
82
83
|
try {
|
|
83
84
|
d.value = !0;
|
|
84
|
-
const
|
|
85
|
+
const t = await e.fetchFnCallback(l), o = M(
|
|
85
86
|
l,
|
|
86
|
-
|
|
87
|
+
t
|
|
87
88
|
);
|
|
88
|
-
|
|
89
|
-
} catch (
|
|
90
|
-
d.value = !1, console.error("Error fetching data:",
|
|
89
|
+
a.value = [...o, ...t], d.value = !1;
|
|
90
|
+
} catch (t) {
|
|
91
|
+
d.value = !1, console.error("Error fetching data:", t);
|
|
91
92
|
}
|
|
92
93
|
}, E = async () => {
|
|
93
94
|
if (e.infiniteLoading)
|
|
94
95
|
try {
|
|
95
|
-
|
|
96
|
+
b.value = !0;
|
|
96
97
|
const l = await e.loadMoreFn();
|
|
97
|
-
|
|
98
|
+
b.value = !1, Array.isArray(l) && (a.value = [...a.value, ...l]);
|
|
98
99
|
} catch (l) {
|
|
99
|
-
|
|
100
|
+
b.value = !1, console.error("Error fetching data:", l);
|
|
100
101
|
}
|
|
101
|
-
},
|
|
102
|
-
|
|
102
|
+
}, P = se(
|
|
103
|
+
N,
|
|
103
104
|
e.fetchDataDebounceTime
|
|
104
|
-
),
|
|
105
|
-
l.length >= e.minCharsToStart ? (
|
|
106
|
-
},
|
|
107
|
-
|
|
108
|
-
[e.optionNameKey]:
|
|
105
|
+
), w = (l) => {
|
|
106
|
+
l.length >= e.minCharsToStart ? (P(l), T.value?.scrollTo(0)) : e.infiniteLoading && u.value.multi ? a.value = K.value || [] : a.value = [];
|
|
107
|
+
}, Q = () => {
|
|
108
|
+
r.value && a.value.length && !d.value && !u.value.multi ? a.value[0].conditionalOptions ? a.value[0] = {
|
|
109
|
+
[e.optionNameKey]: r.value,
|
|
109
110
|
conditionalOptions: !0,
|
|
110
|
-
conditionalName:
|
|
111
|
-
[e.comparingKey]:
|
|
112
|
-
} :
|
|
111
|
+
conditionalName: u.value.label,
|
|
112
|
+
[e.comparingKey]: r.value
|
|
113
|
+
} : a.value = [
|
|
113
114
|
{
|
|
114
|
-
[e.optionNameKey]:
|
|
115
|
+
[e.optionNameKey]: r.value,
|
|
115
116
|
conditionalOptions: !0,
|
|
116
|
-
conditionalName:
|
|
117
|
-
[e.comparingKey]:
|
|
117
|
+
conditionalName: u.value.label,
|
|
118
|
+
[e.comparingKey]: r.value
|
|
118
119
|
},
|
|
119
|
-
...
|
|
120
|
-
] :
|
|
121
|
-
},
|
|
122
|
-
p.value && n.value.length === 0 ?
|
|
120
|
+
...a.value
|
|
121
|
+
] : a.value.length && a.value[0].conditionalOptions && a.value.shift();
|
|
122
|
+
}, D = () => {
|
|
123
|
+
p.value && n.value.length === 0 ? g.value = e.label : g.value = `${e.label} ${u.value.label.toLowerCase()}`;
|
|
123
124
|
};
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}),
|
|
127
|
-
|
|
128
|
-
}),
|
|
125
|
+
h(r, () => {
|
|
126
|
+
w(r.value);
|
|
127
|
+
}), h([u, a], () => {
|
|
128
|
+
Q();
|
|
129
|
+
}), h(
|
|
129
130
|
() => e.loadingOverride,
|
|
130
|
-
(l,
|
|
131
|
-
!l &&
|
|
131
|
+
(l, t) => {
|
|
132
|
+
!l && t && !e.infiniteLoading && N(e.searchQuery);
|
|
132
133
|
}
|
|
133
134
|
);
|
|
134
|
-
const
|
|
135
|
-
p.value && n.value.length === 0 ? (
|
|
135
|
+
const V = () => {
|
|
136
|
+
p.value && n.value.length === 0 ? (u.value = null, m.value = [], u.value = null) : (B.value = r.value, m.value = p.value ? [...n.value] : { ...n.value }, A.value = p.value), D();
|
|
136
137
|
};
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
h(u, (l, t) => {
|
|
139
|
+
u.value.multi ? (d.value = !0, !t.multi && l.multi && (Array.isArray(e.appliedSelections) ? n.value = e.appliedSelections : n.value = [e.appliedSelections]), setTimeout(() => {
|
|
139
140
|
d.value = !1, p.value = !0;
|
|
140
|
-
}, 100)) : (!
|
|
141
|
-
!
|
|
141
|
+
}, 100)) : (!t.multi && !l.multi && (d.value = !0), setTimeout(() => {
|
|
142
|
+
!t.multi && !l.multi && (d.value = !1), p.value = !1;
|
|
142
143
|
}, 100));
|
|
144
|
+
}), h(m, () => {
|
|
145
|
+
n.value = k();
|
|
143
146
|
});
|
|
144
|
-
const
|
|
145
|
-
|
|
146
|
-
},
|
|
147
|
-
n.value = [],
|
|
148
|
-
},
|
|
149
|
-
l &&
|
|
147
|
+
const $ = (l) => {
|
|
148
|
+
K.value = l;
|
|
149
|
+
}, x = () => {
|
|
150
|
+
n.value = [], m.value = [], u.value = null, g.value = e.label, r.value = "", C("clear");
|
|
151
|
+
}, R = (l) => {
|
|
152
|
+
l && u.value.multi && e.infiniteLoading && n.value && (a.value = n.value, r.value && w(r.value));
|
|
150
153
|
};
|
|
151
154
|
q(() => {
|
|
152
|
-
(e.searchQuery || !e.infiniteLoading || e.minCharsToStart === 0) &&
|
|
155
|
+
(e.searchQuery || !e.infiniteLoading || e.minCharsToStart === 0) && w(e.searchQuery), e.appliedSelections && Array.isArray(e.appliedSelections) && (a.value = e.appliedSelections, n.value = e.appliedSelections, K.value = e.appliedSelections), D();
|
|
153
156
|
});
|
|
154
|
-
const
|
|
155
|
-
|
|
157
|
+
const z = () => {
|
|
158
|
+
C("closed");
|
|
156
159
|
};
|
|
157
|
-
return (l,
|
|
160
|
+
return (l, t) => (F(), G(c(L), {
|
|
158
161
|
ref_key: "dropdownRef",
|
|
159
162
|
ref: T,
|
|
160
163
|
selected: n.value,
|
|
161
|
-
"onUpdate:selected":
|
|
164
|
+
"onUpdate:selected": t[2] || (t[2] = (o) => n.value = o),
|
|
162
165
|
"predefined-trigger": "chip",
|
|
163
|
-
"display-value": (
|
|
166
|
+
"display-value": (o) => o?.[i.optionNameKey],
|
|
164
167
|
multi: p.value,
|
|
165
|
-
options:
|
|
166
|
-
placeholder:
|
|
168
|
+
options: a.value,
|
|
169
|
+
placeholder: g.value,
|
|
167
170
|
"search-placeholder": "Search",
|
|
168
|
-
"option-name-key":
|
|
171
|
+
"option-name-key": i.optionNameKey,
|
|
169
172
|
"with-conditions": "",
|
|
170
173
|
"inline-search": "",
|
|
171
174
|
"custom-number-of-displayed-options": c(I),
|
|
172
175
|
"options-list-width": "330px",
|
|
173
|
-
loading: d.value ||
|
|
174
|
-
"load-more-loading":
|
|
175
|
-
"comparing-key":
|
|
176
|
-
"is-open":
|
|
177
|
-
"infinite-loading":
|
|
178
|
-
"show-select-all": !
|
|
179
|
-
"grouped-options":
|
|
180
|
-
"option-flag-key":
|
|
181
|
-
"option-image-key":
|
|
182
|
-
"option-icon-key":
|
|
183
|
-
"option-icon-type":
|
|
184
|
-
"
|
|
185
|
-
|
|
186
|
-
|
|
176
|
+
loading: d.value || i.loadingOverride,
|
|
177
|
+
"load-more-loading": b.value,
|
|
178
|
+
"comparing-key": i.comparingKey,
|
|
179
|
+
"is-open": i.isOpen,
|
|
180
|
+
"infinite-loading": i.infiniteLoading,
|
|
181
|
+
"show-select-all": !i.infiniteLoading && !r.value,
|
|
182
|
+
"grouped-options": i.groupedOptions,
|
|
183
|
+
"option-flag-key": i.optionFlagKey,
|
|
184
|
+
"option-image-key": i.optionImageKey,
|
|
185
|
+
"option-icon-key": i.optionIconKey,
|
|
186
|
+
"option-icon-type": i.optionIconType,
|
|
187
|
+
"trigger-shown-values-count": i.triggerShownValuesCount,
|
|
188
|
+
"onUpdate:isOpen": R,
|
|
189
|
+
onOnsearch: w,
|
|
190
|
+
onApply: V,
|
|
187
191
|
onLoadMore: E,
|
|
188
|
-
onUnsavedSelectionUpdate:
|
|
189
|
-
onClosed:
|
|
190
|
-
}, {
|
|
191
|
-
"dropdown-trigger":
|
|
192
|
-
|
|
193
|
-
label:
|
|
194
|
-
"selected-option": c(
|
|
192
|
+
onUnsavedSelectionUpdate: $,
|
|
193
|
+
onClosed: z
|
|
194
|
+
}, H({
|
|
195
|
+
"dropdown-trigger": v(({ defaultTriggerProps: o }) => [
|
|
196
|
+
S(c(ne), J(o, {
|
|
197
|
+
label: g.value,
|
|
198
|
+
"selected-option": c(m),
|
|
195
199
|
multi: A.value,
|
|
196
200
|
"cancel-all-selected-display": "",
|
|
197
201
|
"display-value-in-quotes": !Array.isArray(n.value) && n.value.conditionalOptions,
|
|
198
|
-
|
|
199
|
-
|
|
202
|
+
"shown-values-count": i.triggerShownValuesCount,
|
|
203
|
+
onClear: x
|
|
204
|
+
}), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes", "shown-values-count"])
|
|
200
205
|
]),
|
|
201
|
-
"dropdown-conditions":
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
selected: c(
|
|
205
|
-
"onUpdate:selected":
|
|
206
|
-
options:
|
|
206
|
+
"dropdown-conditions": v(() => [
|
|
207
|
+
X("div", de, [
|
|
208
|
+
S(c(L), {
|
|
209
|
+
selected: c(u),
|
|
210
|
+
"onUpdate:selected": t[0] || (t[0] = (o) => Y(u) ? u.value = o : null),
|
|
211
|
+
options: i.conditionalOptions,
|
|
207
212
|
"option-name-key": "label",
|
|
208
|
-
"display-value": (
|
|
213
|
+
"display-value": (o) => o?.label,
|
|
209
214
|
container: ".conditional-container",
|
|
210
215
|
size: "small"
|
|
211
216
|
}, {
|
|
212
|
-
"dropdown-trigger":
|
|
213
|
-
|
|
217
|
+
"dropdown-trigger": v(({ buttonTriggerProps: o }) => [
|
|
218
|
+
S(c(ie), Z(_(o)), null, 16)
|
|
214
219
|
]),
|
|
215
220
|
_: 1
|
|
216
221
|
}, 8, ["selected", "options", "display-value"])
|
|
217
222
|
])
|
|
218
223
|
]),
|
|
219
|
-
"inline-search":
|
|
220
|
-
|
|
221
|
-
modelValue:
|
|
222
|
-
"onUpdate:modelValue":
|
|
224
|
+
"inline-search": v(() => [
|
|
225
|
+
S(c(ue), {
|
|
226
|
+
modelValue: r.value,
|
|
227
|
+
"onUpdate:modelValue": t[1] || (t[1] = (o) => r.value = o),
|
|
223
228
|
class: "inline-search",
|
|
224
229
|
placeholder: "Search",
|
|
225
230
|
variant: "transparent",
|
|
226
231
|
size: "md",
|
|
227
|
-
"auto-focus":
|
|
232
|
+
"auto-focus": i.autoFocusSearch
|
|
228
233
|
}, null, 8, ["modelValue", "auto-focus"])
|
|
229
234
|
]),
|
|
230
|
-
"custom-list-area":
|
|
231
|
-
!
|
|
232
|
-
|
|
233
|
-
default:
|
|
234
|
-
|
|
235
|
+
"custom-list-area": v(() => [
|
|
236
|
+
!a.value.length && !d.value ? (F(), ee("div", ce, [
|
|
237
|
+
S(re, { variant: "body1" }, {
|
|
238
|
+
default: v(() => [
|
|
239
|
+
le(oe(c(U)), 1)
|
|
235
240
|
]),
|
|
236
241
|
_: 1
|
|
237
242
|
})
|
|
238
|
-
])) :
|
|
243
|
+
])) : te("", !0)
|
|
239
244
|
]),
|
|
240
|
-
_:
|
|
241
|
-
},
|
|
245
|
+
_: 2
|
|
246
|
+
}, [
|
|
247
|
+
l.$slots["option-end"] ? {
|
|
248
|
+
name: "option-end",
|
|
249
|
+
fn: v(({ option: o }) => [
|
|
250
|
+
ae(l.$slots, "option-end", { option: o }, void 0, !0)
|
|
251
|
+
]),
|
|
252
|
+
key: "0"
|
|
253
|
+
} : void 0
|
|
254
|
+
]), 1032, ["selected", "display-value", "multi", "options", "placeholder", "option-name-key", "custom-number-of-displayed-options", "loading", "load-more-loading", "comparing-key", "is-open", "infinite-loading", "show-select-all", "grouped-options", "option-flag-key", "option-image-key", "option-icon-key", "option-icon-type", "trigger-shown-values-count"]));
|
|
242
255
|
}
|
|
243
256
|
});
|
|
244
257
|
export {
|
|
245
|
-
|
|
258
|
+
Ae as default
|
|
246
259
|
};
|
|
@@ -13,6 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
13
|
isOpen?: boolean;
|
|
14
14
|
options: unknown[];
|
|
15
15
|
showSelectAll?: boolean;
|
|
16
|
+
showClearAll?: boolean;
|
|
16
17
|
defaultOpen?: boolean;
|
|
17
18
|
keepOpen?: boolean;
|
|
18
19
|
autoSize?: boolean;
|
|
@@ -32,6 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
32
33
|
triggerFeedbackVariant?: "success" | "warning" | "error";
|
|
33
34
|
triggerFeedbackShowIcon?: boolean;
|
|
34
35
|
triggerShowAllSelectedText?: boolean;
|
|
36
|
+
triggerShownValuesCount?: number;
|
|
35
37
|
size?: "small" | "medium" | "large";
|
|
36
38
|
mandatory?: boolean;
|
|
37
39
|
predefinedTrigger?: "default" | "icon-button" | "chip" | "app";
|
|
@@ -93,6 +95,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
93
95
|
disableKeyboardEvents: boolean;
|
|
94
96
|
testId: string;
|
|
95
97
|
showSelectAll: boolean;
|
|
98
|
+
showClearAll: boolean;
|
|
96
99
|
dynamicFilterMode: boolean;
|
|
97
100
|
minSelections: number;
|
|
98
101
|
maxSelections: any;
|
|
@@ -102,6 +105,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
102
105
|
triggerFeedbackVariant: any;
|
|
103
106
|
triggerFeedbackShowIcon: boolean;
|
|
104
107
|
triggerShowAllSelectedText: boolean;
|
|
108
|
+
triggerShownValuesCount: number;
|
|
105
109
|
searchAutoFocus: boolean;
|
|
106
110
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
107
111
|
optionNameKey: string;
|
|
@@ -157,6 +161,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
157
161
|
isOpen?: boolean;
|
|
158
162
|
options: unknown[];
|
|
159
163
|
showSelectAll?: boolean;
|
|
164
|
+
showClearAll?: boolean;
|
|
160
165
|
defaultOpen?: boolean;
|
|
161
166
|
keepOpen?: boolean;
|
|
162
167
|
autoSize?: boolean;
|
|
@@ -176,6 +181,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
176
181
|
triggerFeedbackVariant?: "success" | "warning" | "error";
|
|
177
182
|
triggerFeedbackShowIcon?: boolean;
|
|
178
183
|
triggerShowAllSelectedText?: boolean;
|
|
184
|
+
triggerShownValuesCount?: number;
|
|
179
185
|
size?: "small" | "medium" | "large";
|
|
180
186
|
mandatory?: boolean;
|
|
181
187
|
predefinedTrigger?: "default" | "icon-button" | "chip" | "app";
|
|
@@ -237,6 +243,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
237
243
|
disableKeyboardEvents: boolean;
|
|
238
244
|
testId: string;
|
|
239
245
|
showSelectAll: boolean;
|
|
246
|
+
showClearAll: boolean;
|
|
240
247
|
dynamicFilterMode: boolean;
|
|
241
248
|
minSelections: number;
|
|
242
249
|
maxSelections: any;
|
|
@@ -246,6 +253,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
246
253
|
triggerFeedbackVariant: any;
|
|
247
254
|
triggerFeedbackShowIcon: boolean;
|
|
248
255
|
triggerShowAllSelectedText: boolean;
|
|
256
|
+
triggerShownValuesCount: number;
|
|
249
257
|
searchAutoFocus: boolean;
|
|
250
258
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
251
259
|
optionNameKey: string;
|
|
@@ -303,6 +311,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
303
311
|
multi: boolean;
|
|
304
312
|
infiniteLoading: boolean;
|
|
305
313
|
showSelectAll: boolean;
|
|
314
|
+
showClearAll: boolean;
|
|
306
315
|
defaultOpen: boolean;
|
|
307
316
|
keepOpen: boolean;
|
|
308
317
|
autoSize: boolean;
|
|
@@ -317,6 +326,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
317
326
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
318
327
|
triggerFeedbackShowIcon: boolean;
|
|
319
328
|
triggerShowAllSelectedText: boolean;
|
|
329
|
+
triggerShownValuesCount: number;
|
|
320
330
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
321
331
|
inlineSearch: boolean;
|
|
322
332
|
inlineSearchPlaceholder: string;
|
|
@@ -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_1f7f7f9c_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
5
|
+
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-1f7f7f9c"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|