@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.
Files changed (41) hide show
  1. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +1 -0
  2. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_cce87267_lang.css +1 -0
  3. package/DropdownV4.vue_vue_type_style_index_0_scoped_92ead583_lang.css +1 -0
  4. package/OptionV4.vue_vue_type_style_index_0_scoped_3dc741c1_lang.css +1 -0
  5. package/SwitchV4.vue_vue_type_style_index_0_scoped_fa120cf6_lang.css +1 -0
  6. package/components/dateRange/common/DateServices.common.d.ts +6 -0
  7. package/components/dateRange/common/DateServices.common.js +87 -92
  8. package/components/dateRange/common/consts.common.d.ts +5 -0
  9. package/components/dateRange/common/consts.common.js +9 -3
  10. package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
  11. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  12. package/components/dateRange/v3/index.d.ts +7 -7
  13. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  14. package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
  15. package/components/dateRange/v4/index.d.ts +7 -7
  16. package/components/dropdown/common/Dropdown.common.d.ts +1 -0
  17. package/components/dropdown/common/Dropdown.common.js +44 -43
  18. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
  19. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  20. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +64 -54
  21. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +5 -0
  22. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  23. package/components/dropdown/v4/ConditionalDropdown.vue2.js +94 -91
  24. package/components/dropdown/v4/DropdownV4.vue.d.ts +15 -0
  25. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  26. package/components/dropdown/v4/DropdownV4.vue2.js +226 -195
  27. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  28. package/components/dropdown/v4/OptionV4.vue2.js +71 -68
  29. package/components/dropdown/v4/index.d.ts +76 -1
  30. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  31. package/components/switch/v4/SwitchV4.vue.js +3 -3
  32. package/components/switch/v4/SwitchV4.vue2.js +25 -23
  33. package/components/switch/v4/index.d.ts +11 -0
  34. package/index.d.ts +188 -16
  35. package/index.js +1 -1
  36. package/package.json +1 -1
  37. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +0 -1
  38. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8d5521da_lang.css +0 -1
  39. package/DropdownV4.vue_vue_type_style_index_0_scoped_08cb822e_lang.css +0 -1
  40. package/OptionV4.vue_vue_type_style_index_0_scoped_9cdf3a94_lang.css +0 -1
  41. package/SwitchV4.vue_vue_type_style_index_0_scoped_c2e356f5_lang.css +0 -1
@@ -1,11 +1,11 @@
1
- import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_8d5521da_lang.css"; import { defineComponent as W, computed as O, ref as s, watch as K, onMounted as q, openBlock as D, createBlock as G, unref as c, withCtx as f, createVNode as g, 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";
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 ae from "./ChipDropdownTrigger.vue.js";
5
+ import te from "./ChipDropdownTrigger.vue.js";
6
6
  import "./AppDropdownTrigger.vue.js";
7
7
  import "./ButtonDropdownTrigger.vue.js";
8
- import te from "./ButtonFilterDropdownTrigger.vue.js";
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
- }, Te = /* @__PURE__ */ W({
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(r, { emit: h }) {
45
- const e = r, S = O({
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
- }), i = O({
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
- }, T = s(null), p = s(!0), t = s([]), n = s(L()), A = s(!0), d = s(!1), C = s(!1), u = s(e.searchQuery), B = s(""), m = s(e.label), k = s([]), U = O(() => (!u.value || u.value?.length < e.minCharsToStart) && !t.value.length ? `Enter at least ${e.minCharsToStart} characters to begin` : "No results found"), I = O(() => {
59
- const l = p.value ? 4 : 4.5, o = t.value.length > 4 ? t.value.length : l;
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 a = 0;
62
- return t.value.forEach((y) => {
63
- y.options && (a = a + y.options.length);
64
- }), a > 4 ? a : l;
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 && i.value.multi && Array.isArray(n.value) && n.value.length && l && o.length) {
69
- const a = [], y = n.value.filter(
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
- y.find(
74
+ g.find(
74
75
  (j) => j[e.comparingKey] === v[e.comparingKey]
75
- ) && a.push(v[e.comparingKey]);
76
- }), y.filter(
77
- (v) => !a.includes(v[e.comparingKey])
76
+ ) && t.push(v[e.comparingKey]);
77
+ }), g.filter(
78
+ (v) => !t.includes(v[e.comparingKey])
78
79
  );
79
80
  }
80
81
  return [];
81
- }, w = async (l) => {
82
+ }, A = async (l) => {
82
83
  try {
83
84
  d.value = !0;
84
- const o = await e.fetchFnCallback(l), a = M(
85
+ const o = await e.fetchFnCallback(l), t = M(
85
86
  l,
86
87
  o
87
88
  );
88
- t.value = [...a, ...o], d.value = !1;
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) && (t.value = [...t.value, ...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
- w,
103
+ A,
103
104
  e.fetchDataDebounceTime
104
105
  ), b = (l) => {
105
- l.length >= e.minCharsToStart ? (x(l), T.value?.scrollTo(0)) : e.infiniteLoading && i.value.multi ? t.value = k.value || [] : t.value = [];
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
- u.value && t.value.length && !d.value && !i.value.multi ? t.value[0].conditionalOptions ? t.value[0] = {
108
- [e.optionNameKey]: u.value,
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: i.value.label,
111
- [e.comparingKey]: u.value
112
- } : t.value = [
111
+ conditionalName: u.value.label,
112
+ [e.comparingKey]: r.value
113
+ } : a.value = [
113
114
  {
114
- [e.optionNameKey]: u.value,
115
+ [e.optionNameKey]: r.value,
115
116
  conditionalOptions: !0,
116
- conditionalName: i.value.label,
117
- [e.comparingKey]: u.value
117
+ conditionalName: u.value.label,
118
+ [e.comparingKey]: r.value
118
119
  },
119
- ...t.value
120
- ] : t.value.length && t.value[0].conditionalOptions && t.value.shift();
120
+ ...a.value
121
+ ] : a.value.length && a.value[0].conditionalOptions && a.value.shift();
121
122
  }, N = () => {
122
- p.value && n.value.length === 0 ? m.value = e.label : m.value = `${e.label} ${i.value.label.toLowerCase()}`;
123
+ p.value && i.value.length === 0 ? m.value = e.label : m.value = `${e.label} ${u.value.label.toLowerCase()}`;
123
124
  };
124
- K(u, () => {
125
- b(u.value);
126
- }), K([i, t], () => {
125
+ O(r, () => {
126
+ b(r.value);
127
+ }), O([u, a], () => {
127
128
  P();
128
- }), K(
129
+ }), O(
129
130
  () => e.loadingOverride,
130
131
  (l, o) => {
131
- !l && o && !e.infiniteLoading && w(e.searchQuery);
132
+ !l && o && !e.infiniteLoading && A(e.searchQuery);
132
133
  }
133
134
  );
134
135
  const Q = () => {
135
- p.value && n.value.length === 0 ? (i.value = null, S.value = [], i.value = null) : (B.value = u.value, S.value = p.value ? [...n.value] : { ...n.value }, A.value = p.value), N();
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
- K(i, (l, o) => {
138
- i.value.multi ? (d.value = !0, !o.multi && l.multi && (Array.isArray(e.appliedSelections) ? n.value = e.appliedSelections : n.value = [e.appliedSelections]), setTimeout(() => {
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 R = (l) => {
145
- k.value = l;
146
- }, z = () => {
147
- n.value = [], S.value = [], i.value = null, m.value = e.label, u.value = "", h("clear");
148
- }, V = (l) => {
149
- l && i.value.multi && e.infiniteLoading && n.value && (t.value = n.value, u.value && b(u.value));
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) && (t.value = e.appliedSelections, n.value = e.appliedSelections, k.value = e.appliedSelections), N();
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: T,
160
- selected: n.value,
161
- "onUpdate:selected": o[2] || (o[2] = (a) => n.value = a),
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": (a) => a?.[r.optionNameKey],
164
+ "display-value": (t) => t?.[n.optionNameKey],
164
165
  multi: p.value,
165
- options: t.value,
166
+ options: a.value,
166
167
  placeholder: m.value,
167
168
  "search-placeholder": "Search",
168
- "option-name-key": r.optionNameKey,
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 || r.loadingOverride,
174
+ loading: d.value || n.loadingOverride,
174
175
  "load-more-loading": C.value,
175
- "comparing-key": r.comparingKey,
176
- "is-open": r.isOpen,
177
- "infinite-loading": r.infiniteLoading,
178
- "show-select-all": !r.infiniteLoading && !u.value,
179
- "grouped-options": r.groupedOptions,
180
- "option-flag-key": r.optionFlagKey,
181
- "option-image-key": r.optionImageKey,
182
- "option-icon-key": r.optionIconKey,
183
- "option-icon-type": r.optionIconType,
184
- "onUpdate:isOpen": V,
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: R,
190
+ onUnsavedSelectionUpdate: V,
189
191
  onClosed: $
190
192
  }, {
191
- "dropdown-trigger": f(({ defaultTriggerProps: a }) => [
192
- g(c(ae), H(a, {
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: A.value,
197
+ multi: T.value,
196
198
  "cancel-all-selected-display": "",
197
- "display-value-in-quotes": !Array.isArray(n.value) && n.value.conditionalOptions,
198
- onClear: z
199
- }), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes"])
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
- g(c(F), {
204
- selected: c(i),
205
- "onUpdate:selected": o[0] || (o[0] = (a) => X(i) ? i.value = a : null),
206
- options: r.conditionalOptions,
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": (a) => a?.label,
211
+ "display-value": (t) => t?.label,
209
212
  container: ".conditional-container",
210
213
  size: "small"
211
214
  }, {
212
- "dropdown-trigger": f(({ buttonTriggerProps: a }) => [
213
- g(c(te), Y(Z(a)), null, 16)
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
- g(c(ne), {
221
- modelValue: u.value,
222
- "onUpdate:modelValue": o[1] || (o[1] = (a) => u.value = a),
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": r.autoFocusSearch
230
+ "auto-focus": n.autoFocusSearch
228
231
  }, null, 8, ["modelValue", "auto-focus"])
229
232
  ]),
230
233
  "custom-list-area": f(() => [
231
- !t.value.length && !d.value ? (D(), _("div", se, [
232
- g(ie, { variant: "body1" }, {
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
- Te as default
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.vue_vue_type_style_index_0_scoped_08cb822e_lang.css"; //*');
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-08cb822e"]]);
5
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-92ead583"]]);
6
6
  export {
7
7
  r as default
8
8
  };