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