@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.
Files changed (49) hide show
  1. package/ChartPlane.vue_vue_type_style_index_0_scoped_ff7e556e_lang.css +1 -0
  2. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +1 -0
  3. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css +1 -0
  4. package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +1 -0
  5. package/DropdownV4.vue_vue_type_style_index_0_scoped_1f7f7f9c_lang.css +1 -0
  6. package/OptionV4.vue_vue_type_style_index_0_scoped_9560a062_lang.css +1 -0
  7. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +1 -0
  8. package/components/chart/Chart.vue.d.ts +1 -1
  9. package/components/chart/ChartPlane.vue.d.ts +1 -1
  10. package/components/chart/ChartPlane.vue.js +3 -3
  11. package/components/chart/ChartPlane.vue2.js +141 -141
  12. package/components/chart/index.d.ts +24 -24
  13. package/components/chart/utils/utils.d.ts +1 -2
  14. package/components/chart/utils/utils.js +13 -19
  15. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
  16. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  17. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +64 -54
  18. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +22 -9
  19. package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
  20. package/components/dropdown/v4/ConditionalDropdown.vue2.js +144 -131
  21. package/components/dropdown/v4/DropdownV4.vue.d.ts +10 -0
  22. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  23. package/components/dropdown/v4/DropdownV4.vue2.js +78 -74
  24. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  25. package/components/dropdown/v4/OptionV4.vue2.js +41 -39
  26. package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
  27. package/components/dropdown/v4/index.d.ts +485 -103
  28. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  29. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  30. package/components/includeExclude/index.d.ts +40 -40
  31. package/components/switch/v4/SwitchV4.vue.d.ts +11 -0
  32. package/components/switch/v4/SwitchV4.vue.js +2 -2
  33. package/components/switch/v4/SwitchV4.vue2.js +39 -26
  34. package/components/switch/v4/index.d.ts +18 -0
  35. package/components/table/v4/DataGrid.vue.js +2 -2
  36. package/components/table/v4/DataGrid.vue2.js +5 -5
  37. package/index.d.ts +1010 -210
  38. package/index.js +1 -1
  39. package/mocks/optionsWithIcons.d.ts +1 -0
  40. package/package.json +1 -1
  41. package/ChartPlane.vue_vue_type_style_index_0_scoped_903fc6ae_lang.css +0 -1
  42. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +0 -1
  43. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8d5521da_lang.css +0 -1
  44. package/DataGrid.vue_vue_type_style_index_0_scoped_086c5b0d_lang.css +0 -1
  45. package/DropdownV4.vue_vue_type_style_index_0_scoped_86b82f0c_lang.css +0 -1
  46. package/OptionV4.vue_vue_type_style_index_0_scoped_3dc741c1_lang.css +0 -1
  47. package/SwitchV4.vue_vue_type_style_index_0_scoped_fa120cf6_lang.css +0 -1
  48. package/components/chart/composables/useChartValues.d.ts +0 -12
  49. package/components/chart/composables/useChartValues.js +0 -32
@@ -1,21 +1,21 @@
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";
2
- import F from "./DropdownV4.vue.js";
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 ae from "./ChipDropdownTrigger.vue.js";
5
+ import ne 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 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 ne from "../../search/v4/SearchV4.vue.js";
13
- import ie from "../../typography/v4/Typography.vue.js";
14
- import { useDebounceFn as ue } from "@vueuse/core";
15
- const re = { class: "conditional-container" }, se = {
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
- }, Te = /* @__PURE__ */ W({
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(r, { emit: h }) {
45
- const e = r, S = O({
45
+ setup(i, { emit: C }) {
46
+ const e = i, m = O({
46
47
  get: () => e.appliedSelections,
47
48
  set: (l) => {
48
- h("update:appliedSelections", l);
49
+ C("update:appliedSelections", l);
49
50
  }
50
- }), i = O({
51
+ }), u = O({
51
52
  get: () => e.selectedCondition || e.conditionalOptions[0],
52
53
  set: (l) => {
53
- h("update:selectedCondition", l);
54
+ C("update:selectedCondition", l);
54
55
  }
55
- }), L = () => {
56
+ }), k = () => {
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
+ }, 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 a = 0;
62
- return t.value.forEach((y) => {
63
- y.options && (a = a + y.options.length);
64
- }), a > 4 ? a : l;
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 o > l ? o : l;
67
- }), 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(
70
- (v) => v[e.optionNameKey].includes(l)
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 o.forEach((v) => {
73
+ return t.forEach((f) => {
73
74
  y.find(
74
- (j) => j[e.comparingKey] === v[e.comparingKey]
75
- ) && a.push(v[e.comparingKey]);
75
+ (j) => j[e.comparingKey] === f[e.comparingKey]
76
+ ) && o.push(f[e.comparingKey]);
76
77
  }), y.filter(
77
- (v) => !a.includes(v[e.comparingKey])
78
+ (f) => !o.includes(f[e.comparingKey])
78
79
  );
79
80
  }
80
81
  return [];
81
- }, w = async (l) => {
82
+ }, N = async (l) => {
82
83
  try {
83
84
  d.value = !0;
84
- const o = await e.fetchFnCallback(l), a = M(
85
+ const t = await e.fetchFnCallback(l), o = M(
85
86
  l,
86
- o
87
+ t
87
88
  );
88
- t.value = [...a, ...o], d.value = !1;
89
- } catch (o) {
90
- d.value = !1, console.error("Error fetching data:", o);
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
- C.value = !0;
96
+ b.value = !0;
96
97
  const l = await e.loadMoreFn();
97
- C.value = !1, Array.isArray(l) && (t.value = [...t.value, ...l]);
98
+ b.value = !1, Array.isArray(l) && (a.value = [...a.value, ...l]);
98
99
  } catch (l) {
99
- C.value = !1, console.error("Error fetching data:", l);
100
+ b.value = !1, console.error("Error fetching data:", l);
100
101
  }
101
- }, x = ue(
102
- w,
102
+ }, P = se(
103
+ N,
103
104
  e.fetchDataDebounceTime
104
- ), 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
- }, P = () => {
107
- u.value && t.value.length && !d.value && !i.value.multi ? t.value[0].conditionalOptions ? t.value[0] = {
108
- [e.optionNameKey]: u.value,
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: 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();
121
- }, N = () => {
122
- p.value && n.value.length === 0 ? m.value = e.label : m.value = `${e.label} ${i.value.label.toLowerCase()}`;
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
- K(u, () => {
125
- b(u.value);
126
- }), K([i, t], () => {
127
- P();
128
- }), K(
125
+ h(r, () => {
126
+ w(r.value);
127
+ }), h([u, a], () => {
128
+ Q();
129
+ }), h(
129
130
  () => e.loadingOverride,
130
- (l, o) => {
131
- !l && o && !e.infiniteLoading && w(e.searchQuery);
131
+ (l, t) => {
132
+ !l && t && !e.infiniteLoading && N(e.searchQuery);
132
133
  }
133
134
  );
134
- 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();
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
- 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
+ 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)) : (!o.multi && !l.multi && (d.value = !0), setTimeout(() => {
141
- !o.multi && !l.multi && (d.value = !1), p.value = !1;
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 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));
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) && b(e.searchQuery), e.appliedSelections && Array.isArray(e.appliedSelections) && (t.value = e.appliedSelections, n.value = e.appliedSelections, k.value = e.appliedSelections), N();
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
- h("closed");
157
+ const z = () => {
158
+ C("closed");
156
159
  };
157
- return (l, o) => (D(), G(c(F), {
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": o[2] || (o[2] = (a) => n.value = a),
164
+ "onUpdate:selected": t[2] || (t[2] = (o) => n.value = o),
162
165
  "predefined-trigger": "chip",
163
- "display-value": (a) => a?.[r.optionNameKey],
166
+ "display-value": (o) => o?.[i.optionNameKey],
164
167
  multi: p.value,
165
- options: t.value,
166
- placeholder: m.value,
168
+ options: a.value,
169
+ placeholder: g.value,
167
170
  "search-placeholder": "Search",
168
- "option-name-key": r.optionNameKey,
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 || r.loadingOverride,
174
- "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,
185
- onOnsearch: b,
186
- onApply: Q,
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: R,
189
- onClosed: $
190
- }, {
191
- "dropdown-trigger": f(({ defaultTriggerProps: a }) => [
192
- g(c(ae), H(a, {
193
- label: m.value,
194
- "selected-option": c(S),
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
- onClear: z
199
- }), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes"])
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": f(() => [
202
- 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
+ "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": (a) => a?.label,
213
+ "display-value": (o) => o?.label,
209
214
  container: ".conditional-container",
210
215
  size: "small"
211
216
  }, {
212
- "dropdown-trigger": f(({ buttonTriggerProps: a }) => [
213
- g(c(te), Y(Z(a)), null, 16)
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": f(() => [
220
- g(c(ne), {
221
- modelValue: u.value,
222
- "onUpdate:modelValue": o[1] || (o[1] = (a) => u.value = a),
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": r.autoFocusSearch
232
+ "auto-focus": i.autoFocusSearch
228
233
  }, null, 8, ["modelValue", "auto-focus"])
229
234
  ]),
230
- "custom-list-area": f(() => [
231
- !t.value.length && !d.value ? (D(), _("div", se, [
232
- g(ie, { variant: "body1" }, {
233
- default: f(() => [
234
- ee(le(c(U)), 1)
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
- ])) : oe("", !0)
243
+ ])) : te("", !0)
239
244
  ]),
240
- _: 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"]));
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
- Te as default
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.vue_vue_type_style_index_0_scoped_86b82f0c_lang.css"; //*');
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-86b82f0c"]]);
5
+ const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-1f7f7f9c"]]);
6
6
  export {
7
7
  r as default
8
8
  };