@ironsource/shared-ui 2.1.12-test.73 → 2.1.12-test.75

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.
@@ -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";
2
- import F from "./DropdownV4.vue.js";
1
+ import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_acd8417d_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, withCtx as f, createVNode as S, 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 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 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,198 +38,203 @@ 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, 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((y) => {
64
+ y.options && (t = t + y.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(n.value) && n.value.length && l && o.length) {
70
+ const t = [], y = n.value.filter(
70
71
  (v) => v[e.optionNameKey].includes(l)
71
72
  );
72
73
  return o.forEach((v) => {
73
74
  y.find(
74
75
  (j) => j[e.comparingKey] === v[e.comparingKey]
75
- ) && a.push(v[e.comparingKey]);
76
+ ) && t.push(v[e.comparingKey]);
76
77
  }), y.filter(
77
- (v) => !a.includes(v[e.comparingKey])
78
+ (v) => !t.includes(v[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 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
  }
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
102
  }, x = ue(
102
- w,
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 = [];
105
+ ), w = (l) => {
106
+ l.length >= e.minCharsToStart ? (x(l), T.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();
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], () => {
125
+ h(r, () => {
126
+ w(r.value);
127
+ }), h([u, a], () => {
127
128
  P();
128
- }), K(
129
+ }), h(
129
130
  () => e.loadingOverride,
130
131
  (l, o) => {
131
- !l && o && !e.infiniteLoading && w(e.searchQuery);
132
+ !l && o && !e.infiniteLoading && N(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 && 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, o) => {
139
+ u.value.multi ? (d.value = !0, !o.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
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));
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 V = (l) => {
148
+ K.value = l;
149
+ }, R = () => {
150
+ n.value = [], m.value = [], u.value = null, g.value = e.label, r.value = "", C("clear");
151
+ }, z = (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
157
  const $ = () => {
155
- h("closed");
158
+ C("closed");
156
159
  };
157
- return (l, o) => (D(), G(c(F), {
160
+ return (l, o) => (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": o[2] || (o[2] = (t) => n.value = t),
162
165
  "predefined-trigger": "chip",
163
- "display-value": (a) => a?.[r.optionNameKey],
166
+ "display-value": (t) => t?.[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,
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": z,
189
+ onOnsearch: w,
186
190
  onApply: Q,
187
191
  onLoadMore: E,
188
- onUnsavedSelectionUpdate: R,
192
+ onUnsavedSelectionUpdate: V,
189
193
  onClosed: $
190
194
  }, {
191
- "dropdown-trigger": f(({ defaultTriggerProps: a }) => [
192
- g(c(ae), H(a, {
193
- label: m.value,
194
- "selected-option": c(S),
195
+ "dropdown-trigger": f(({ defaultTriggerProps: t }) => [
196
+ S(c(te), H(t, {
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: R
204
+ }), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes", "shown-values-count"])
200
205
  ]),
201
206
  "dropdown-conditions": f(() => [
202
207
  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,
208
+ S(c(L), {
209
+ selected: c(u),
210
+ "onUpdate:selected": o[0] || (o[0] = (t) => X(u) ? u.value = t : null),
211
+ options: i.conditionalOptions,
207
212
  "option-name-key": "label",
208
- "display-value": (a) => a?.label,
213
+ "display-value": (t) => t?.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": f(({ buttonTriggerProps: t }) => [
218
+ S(c(ae), Y(Z(t)), null, 16)
214
219
  ]),
215
220
  _: 1
216
221
  }, 8, ["selected", "options", "display-value"])
217
222
  ])
218
223
  ]),
219
224
  "inline-search": f(() => [
220
- g(c(ne), {
221
- modelValue: u.value,
222
- "onUpdate:modelValue": o[1] || (o[1] = (a) => u.value = a),
225
+ S(c(ne), {
226
+ modelValue: r.value,
227
+ "onUpdate:modelValue": o[1] || (o[1] = (t) => r.value = t),
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
235
  "custom-list-area": f(() => [
231
- !t.value.length && !d.value ? (D(), _("div", se, [
232
- g(ie, { variant: "body1" }, {
236
+ !a.value.length && !d.value ? (F(), _("div", se, [
237
+ S(ie, { variant: "body1" }, {
233
238
  default: f(() => [
234
239
  ee(le(c(U)), 1)
235
240
  ]),
@@ -238,9 +243,9 @@ const re = { class: "conditional-container" }, se = {
238
243
  ])) : oe("", !0)
239
244
  ]),
240
245
  _: 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"]));
246
+ }, 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
247
  }
243
248
  });
244
249
  export {
245
- Te as default
250
+ ke as default
246
251
  };
@@ -301,8 +301,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
301
301
  mandatory: boolean;
302
302
  skidding: number;
303
303
  modelValue: any;
304
- selected: any;
305
304
  valueToCopy: string;
305
+ selected: any;
306
306
  placeholder: string;
307
307
  multi: boolean;
308
308
  infiniteLoading: boolean;
@@ -84,8 +84,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
84
84
  testId: string;
85
85
  disabled: boolean;
86
86
  size: "small" | "medium" | "large";
87
- selected: unknown[];
88
87
  valueToCopy: string;
88
+ selected: unknown[];
89
89
  placeholder: string;
90
90
  inlineSearchPlaceholder: string;
91
91
  optionNameKey: string;
@@ -1775,8 +1775,8 @@ declare const DropdownTypes: () => (({
1775
1775
  mandatory: boolean;
1776
1776
  skidding: number;
1777
1777
  modelValue: any;
1778
- selected: any;
1779
1778
  valueToCopy: string;
1779
+ selected: any;
1780
1780
  placeholder: string;
1781
1781
  multi: boolean;
1782
1782
  infiniteLoading: boolean;
@@ -1879,14 +1879,14 @@ declare const DropdownTypes: () => (({
1879
1879
  type: import("vue").PropType<unknown>;
1880
1880
  default: any;
1881
1881
  };
1882
- selected: {
1883
- type: import("vue").PropType<unknown>;
1884
- default: any;
1885
- };
1886
1882
  valueToCopy: {
1887
1883
  type: import("vue").PropType<string>;
1888
1884
  default: any;
1889
1885
  };
1886
+ selected: {
1887
+ type: import("vue").PropType<unknown>;
1888
+ default: any;
1889
+ };
1890
1890
  options: {
1891
1891
  type: import("vue").PropType<unknown[]>;
1892
1892
  required: true;
@@ -2099,7 +2099,7 @@ declare const DropdownTypes: () => (({
2099
2099
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2100
2100
  onOpened?: () => any;
2101
2101
  onClosed?: () => any;
2102
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
2102
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
2103
2103
  $attrs: {
2104
2104
  [x: string]: unknown;
2105
2105
  };
@@ -2168,14 +2168,14 @@ declare const DropdownTypes: () => (({
2168
2168
  type: import("vue").PropType<unknown>;
2169
2169
  default: any;
2170
2170
  };
2171
- selected: {
2172
- type: import("vue").PropType<unknown>;
2173
- default: any;
2174
- };
2175
2171
  valueToCopy: {
2176
2172
  type: import("vue").PropType<string>;
2177
2173
  default: any;
2178
2174
  };
2175
+ selected: {
2176
+ type: import("vue").PropType<unknown>;
2177
+ default: any;
2178
+ };
2179
2179
  options: {
2180
2180
  type: import("vue").PropType<unknown[]>;
2181
2181
  required: true;
@@ -2417,8 +2417,8 @@ declare const DropdownTypes: () => (({
2417
2417
  mandatory: boolean;
2418
2418
  skidding: number;
2419
2419
  modelValue: any;
2420
- selected: any;
2421
2420
  valueToCopy: string;
2421
+ selected: any;
2422
2422
  placeholder: string;
2423
2423
  multi: boolean;
2424
2424
  infiniteLoading: boolean;
@@ -2541,14 +2541,14 @@ declare const DropdownTypes: () => (({
2541
2541
  type: import("vue").PropType<unknown>;
2542
2542
  default: any;
2543
2543
  };
2544
- selected: {
2545
- type: import("vue").PropType<unknown>;
2546
- default: any;
2547
- };
2548
2544
  valueToCopy: {
2549
2545
  type: import("vue").PropType<string>;
2550
2546
  default: any;
2551
2547
  };
2548
+ selected: {
2549
+ type: import("vue").PropType<unknown>;
2550
+ default: any;
2551
+ };
2552
2552
  options: {
2553
2553
  type: import("vue").PropType<unknown[]>;
2554
2554
  required: true;
@@ -2823,14 +2823,14 @@ declare const DropdownTypes: () => (({
2823
2823
  type: import("vue").PropType<unknown>;
2824
2824
  default: any;
2825
2825
  };
2826
- selected: {
2827
- type: import("vue").PropType<unknown>;
2828
- default: any;
2829
- };
2830
2826
  valueToCopy: {
2831
2827
  type: import("vue").PropType<string>;
2832
2828
  default: any;
2833
2829
  };
2830
+ selected: {
2831
+ type: import("vue").PropType<unknown>;
2832
+ default: any;
2833
+ };
2834
2834
  options: {
2835
2835
  type: import("vue").PropType<unknown[]>;
2836
2836
  required: true;
@@ -3072,8 +3072,8 @@ declare const DropdownTypes: () => (({
3072
3072
  mandatory: boolean;
3073
3073
  skidding: number;
3074
3074
  modelValue: any;
3075
- selected: any;
3076
3075
  valueToCopy: string;
3076
+ selected: any;
3077
3077
  placeholder: string;
3078
3078
  multi: boolean;
3079
3079
  infiniteLoading: boolean;
@@ -3266,8 +3266,8 @@ declare const DropdownTypes: () => (({
3266
3266
  testId: string;
3267
3267
  disabled: boolean;
3268
3268
  size: "small" | "medium" | "large";
3269
- selected: unknown[];
3270
3269
  valueToCopy: string;
3270
+ selected: unknown[];
3271
3271
  placeholder: string;
3272
3272
  inlineSearchPlaceholder: string;
3273
3273
  optionNameKey: string;
@@ -3294,14 +3294,14 @@ declare const DropdownTypes: () => (({
3294
3294
  isOpen: {
3295
3295
  type: import("vue").PropType<boolean>;
3296
3296
  };
3297
- selected: {
3298
- type: import("vue").PropType<unknown[]>;
3299
- default: any;
3300
- };
3301
3297
  valueToCopy: {
3302
3298
  type: import("vue").PropType<string>;
3303
3299
  default: any;
3304
3300
  };
3301
+ selected: {
3302
+ type: import("vue").PropType<unknown[]>;
3303
+ default: any;
3304
+ };
3305
3305
  options: {
3306
3306
  type: import("vue").PropType<unknown[]>;
3307
3307
  required: true;
@@ -3365,7 +3365,7 @@ declare const DropdownTypes: () => (({
3365
3365
  }>> & {
3366
3366
  "onUpdate:selected"?: (value: unknown) => any;
3367
3367
  "onUpdate:isOpen"?: (value: unknown) => any;
3368
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3368
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3369
3369
  $attrs: {
3370
3370
  [x: string]: unknown;
3371
3371
  };
@@ -3395,14 +3395,14 @@ declare const DropdownTypes: () => (({
3395
3395
  isOpen: {
3396
3396
  type: import("vue").PropType<boolean>;
3397
3397
  };
3398
- selected: {
3399
- type: import("vue").PropType<unknown[]>;
3400
- default: any;
3401
- };
3402
3398
  valueToCopy: {
3403
3399
  type: import("vue").PropType<string>;
3404
3400
  default: any;
3405
3401
  };
3402
+ selected: {
3403
+ type: import("vue").PropType<unknown[]>;
3404
+ default: any;
3405
+ };
3406
3406
  options: {
3407
3407
  type: import("vue").PropType<unknown[]>;
3408
3408
  required: true;
@@ -3473,8 +3473,8 @@ declare const DropdownTypes: () => (({
3473
3473
  testId: string;
3474
3474
  disabled: boolean;
3475
3475
  size: "small" | "medium" | "large";
3476
- selected: unknown[];
3477
3476
  valueToCopy: string;
3477
+ selected: unknown[];
3478
3478
  placeholder: string;
3479
3479
  inlineSearchPlaceholder: string;
3480
3480
  optionNameKey: string;
@@ -3521,14 +3521,14 @@ declare const DropdownTypes: () => (({
3521
3521
  isOpen: {
3522
3522
  type: import("vue").PropType<boolean>;
3523
3523
  };
3524
- selected: {
3525
- type: import("vue").PropType<unknown[]>;
3526
- default: any;
3527
- };
3528
3524
  valueToCopy: {
3529
3525
  type: import("vue").PropType<string>;
3530
3526
  default: any;
3531
3527
  };
3528
+ selected: {
3529
+ type: import("vue").PropType<unknown[]>;
3530
+ default: any;
3531
+ };
3532
3532
  options: {
3533
3533
  type: import("vue").PropType<unknown[]>;
3534
3534
  required: true;
@@ -3612,14 +3612,14 @@ declare const DropdownTypes: () => (({
3612
3612
  isOpen: {
3613
3613
  type: import("vue").PropType<boolean>;
3614
3614
  };
3615
- selected: {
3616
- type: import("vue").PropType<unknown[]>;
3617
- default: any;
3618
- };
3619
3615
  valueToCopy: {
3620
3616
  type: import("vue").PropType<string>;
3621
3617
  default: any;
3622
3618
  };
3619
+ selected: {
3620
+ type: import("vue").PropType<unknown[]>;
3621
+ default: any;
3622
+ };
3623
3623
  options: {
3624
3624
  type: import("vue").PropType<unknown[]>;
3625
3625
  required: true;
@@ -3690,8 +3690,8 @@ declare const DropdownTypes: () => (({
3690
3690
  testId: string;
3691
3691
  disabled: boolean;
3692
3692
  size: "small" | "medium" | "large";
3693
- selected: unknown[];
3694
3693
  valueToCopy: string;
3694
+ selected: unknown[];
3695
3695
  placeholder: string;
3696
3696
  inlineSearchPlaceholder: string;
3697
3697
  optionNameKey: string;
@@ -3724,6 +3724,10 @@ declare const DropdownTypes: () => (({
3724
3724
  type: import("vue").PropType<boolean>;
3725
3725
  default: boolean;
3726
3726
  };
3727
+ triggerShownValuesCount: {
3728
+ type: import("vue").PropType<number>;
3729
+ default: number;
3730
+ };
3727
3731
  optionNameKey: {
3728
3732
  type: import("vue").PropType<string>;
3729
3733
  required: true;
@@ -3829,6 +3833,10 @@ declare const DropdownTypes: () => (({
3829
3833
  type: import("vue").PropType<boolean>;
3830
3834
  default: boolean;
3831
3835
  };
3836
+ triggerShownValuesCount: {
3837
+ type: import("vue").PropType<number>;
3838
+ default: number;
3839
+ };
3832
3840
  optionNameKey: {
3833
3841
  type: import("vue").PropType<string>;
3834
3842
  required: true;
@@ -3921,6 +3929,7 @@ declare const DropdownTypes: () => (({
3921
3929
  testId: string;
3922
3930
  isOpen: boolean;
3923
3931
  infiniteLoading: boolean;
3932
+ triggerShownValuesCount: number;
3924
3933
  optionNameKey: string;
3925
3934
  optionIconKey: string;
3926
3935
  optionImageKey: string;
@@ -1,7 +1,7 @@
1
1
  import o from "./DataGrid.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_086c5b0d_lang.css"; //*');
4
- const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-086c5b0d"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_5b72e35a_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-5b72e35a"]]);
5
5
  export {
6
- a as default
6
+ s as default
7
7
  };