@ironsource/shared-ui 2.1.12-test.1 → 2.1.12-test.3

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 (69) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_adb49e50_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +1 -0
  3. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +1 -0
  4. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +1 -0
  6. package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +1 -0
  7. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +1 -0
  8. package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +1 -0
  9. package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +1 -0
  10. package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +1 -0
  11. package/OptionV4.vue_vue_type_style_index_0_scoped_7d287ee5_lang.css +1 -0
  12. package/components/button/v4/ButtonV4.vue.d.ts +1 -0
  13. package/components/button/v4/ButtonV4.vue.js +3 -3
  14. package/components/button/v4/ButtonV4.vue2.js +22 -21
  15. package/components/chart/Chart.vue.d.ts +5 -0
  16. package/components/chart/Chart.vue.js +3 -3
  17. package/components/chart/Chart.vue2.js +9 -7
  18. package/components/chart/ChartHeader.vue.d.ts +5 -0
  19. package/components/chart/ChartHeader.vue.js +2 -2
  20. package/components/chart/ChartHeader.vue2.js +42 -34
  21. package/components/chart/ChartPlane.vue.d.ts +5 -0
  22. package/components/chart/ChartPlane.vue.js +4 -4
  23. package/components/chart/ChartPlane.vue2.js +14 -12
  24. package/components/chart/ChartTooltip.vue.js +2 -2
  25. package/components/chart/ChartTooltip.vue2.js +3 -3
  26. package/components/chart/index.d.ts +15 -0
  27. package/components/dateRange/common/DateRange.common.js +81 -75
  28. package/components/dateRange/common/DateServices.common.d.ts +1 -1
  29. package/components/dateRange/common/DateServices.common.js +1 -0
  30. package/components/dropdown/common/Dropdown.common.js +83 -79
  31. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -0
  32. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  33. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +15 -12
  34. package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
  35. package/components/dropdown/v4/ConditionalDropdown.vue2.js +105 -96
  36. package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -0
  37. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  38. package/components/dropdown/v4/DropdownV4.vue2.js +56 -54
  39. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -5
  40. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  41. package/components/dropdown/v4/OptionV4.vue2.js +3 -3
  42. package/components/dropdown/v4/index.d.ts +30 -15
  43. package/components/link/Link.vue.d.ts +70 -0
  44. package/components/link/Link.vue.js +7 -0
  45. package/components/link/Link.vue2.js +43 -0
  46. package/components/link/index.d.ts +140 -0
  47. package/components/link/index.js +6 -0
  48. package/components/table/v4/DataGrid.vue.d.ts +2 -0
  49. package/components/table/v4/DataGrid.vue.js +3 -3
  50. package/components/table/v4/DataGrid.vue2.js +5 -4
  51. package/components/table/v4/index.d.ts +2 -0
  52. package/composables/useDateService.d.ts +7 -0
  53. package/composables/useDateService.js +10 -0
  54. package/index.d.ts +68 -30
  55. package/index.js +111 -105
  56. package/mocks/optionsWithIcons.d.ts +1 -0
  57. package/package.json +11 -3
  58. package/testids/index.d.ts +4 -0
  59. package/testids/index.js +31 -30
  60. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_0123c361_lang.css +0 -1
  61. package/ButtonV4.vue_vue_type_style_index_0_scoped_d7948c77_lang.css +0 -1
  62. package/Chart.vue_vue_type_style_index_0_scoped_03771fa3_lang.css +0 -1
  63. package/ChartHeader.vue_vue_type_style_index_0_scoped_da34b108_lang.css +0 -1
  64. package/ChartPlane.vue_vue_type_style_index_0_scoped_ff7e556e_lang.css +0 -1
  65. package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +0 -1
  66. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css +0 -1
  67. package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +0 -1
  68. package/DropdownV4.vue_vue_type_style_index_0_scoped_dd86e387_lang.css +0 -1
  69. package/OptionV4.vue_vue_type_style_index_0_scoped_b9724567_lang.css +0 -1
@@ -1,21 +1,21 @@
1
- import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css"; import { defineComponent as G, computed as w, ref as u, watch as g, onMounted as H, openBlock as D, createBlock as J, unref as y, createSlots as X, withCtx as p, createVNode as h, mergeProps as Y, createElementVNode as Z, normalizeProps as _, guardReactiveProps as x, createElementBlock as ee, createTextVNode as oe, toDisplayString as le, createCommentVNode as ae, renderSlot as te } from "vue";
1
+ import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css"; import { defineComponent as H, computed as b, ref as r, watch as v, onMounted as J, openBlock as L, createBlock as X, unref as h, createSlots as Y, withCtx as p, createVNode as S, mergeProps as Z, createElementVNode as _, normalizeProps as x, guardReactiveProps as ee, createElementBlock as oe, createTextVNode as le, toDisplayString as ae, createCommentVNode as te, renderSlot as ne } from "vue";
2
2
  import F from "./DropdownV4.vue.js";
3
3
  import "./DefaultDropdownTrigger.vue.js";
4
4
  import "./IconButtonDropdownTrigger.vue.js";
5
- import ne from "./ChipDropdownTrigger.vue.js";
5
+ import ie from "./ChipDropdownTrigger.vue.js";
6
6
  import "./AppDropdownTrigger.vue.js";
7
7
  import "./ButtonDropdownTrigger.vue.js";
8
- import ie from "./ButtonFilterDropdownTrigger.vue.js";
8
+ import ue from "./ButtonFilterDropdownTrigger.vue.js";
9
9
  import "./TreeDropdown.vue.js";
10
10
  import "./OptionV4.vue.js";
11
11
  import "./ConditionalDropdown.vue.js";
12
12
  import re from "../../search/v4/SearchV4.vue.js";
13
- import ue from "../../typography/v4/Typography.vue.js";
14
- import { useDebounceFn as se } from "@vueuse/core";
15
- const de = { class: "conditional-container" }, pe = {
13
+ import se from "../../typography/v4/Typography.vue.js";
14
+ import { useDebounceFn as de } from "@vueuse/core";
15
+ const pe = { class: "conditional-container" }, ce = {
16
16
  key: 0,
17
17
  class: "custom-list-area"
18
- }, Ae = /* @__PURE__ */ G({
18
+ }, Ne = /* @__PURE__ */ H({
19
19
  __name: "ConditionalDropdown",
20
20
  props: {
21
21
  selectedCondition: {},
@@ -42,47 +42,56 @@ const de = { class: "conditional-container" }, pe = {
42
42
  triggerShownValuesCount: { default: 1 }
43
43
  },
44
44
  emits: ["update:selectedCondition", "update:appliedSelections", "clear", "closed"],
45
- setup(L, { emit: B }) {
46
- const o = L, S = B, v = w({
45
+ setup(B, { emit: U }) {
46
+ const o = B, f = U, m = b({
47
47
  get: () => o.appliedSelections,
48
48
  set: (e) => {
49
- S("update:appliedSelections", e);
49
+ f("update:appliedSelections", e);
50
50
  }
51
- }), r = w({
52
- get: () => o.selectedCondition || o.conditionalOptions[0],
51
+ }), k = r(
52
+ o.selectedCondition || o.conditionalOptions[0]
53
+ ), n = b({
54
+ get: () => k.value || o.conditionalOptions[0],
53
55
  set: (e) => {
54
- S("update:selectedCondition", e);
56
+ k.value = e;
55
57
  }
56
- }), K = () => {
58
+ });
59
+ v(
60
+ () => o.selectedCondition,
61
+ (e) => {
62
+ e && e.value !== n.value?.value && (n.value = e, K());
63
+ }
64
+ );
65
+ const T = () => {
57
66
  const { appliedSelections: e } = o;
58
67
  return e ? Array.isArray(e) ? e : [e] : [];
59
- }, k = u(null), d = u(!0), t = u([]), n = u(K()), T = u(!0), s = u(!1), C = u(!1), i = u(o.searchQuery), U = u(""), f = u(o.label), O = u([]), I = w(() => (!i.value || i.value?.length < o.minCharsToStart) && !t.value.length ? `Enter at least ${o.minCharsToStart} characters to begin` : "No results found"), M = w(() => {
68
+ }, A = r(null), d = r(!0), t = r([]), i = r(T()), N = r(!0), s = r(!1), C = r(!1), u = r(o.searchQuery), I = r(""), g = r(o.label), w = r([]), M = b(() => (!u.value || u.value?.length < o.minCharsToStart) && !t.value.length ? `Enter at least ${o.minCharsToStart} characters to begin` : "No results found"), E = b(() => {
60
69
  const e = d.value ? 4 : 4.5, a = t.value.length > 4 ? t.value.length : e;
61
70
  if (o.groupedOptions) {
62
71
  let l = 0;
63
- return t.value.forEach((m) => {
64
- m.options && (l = l + m.options.length);
72
+ return t.value.forEach((y) => {
73
+ y.options && (l = l + y.options.length);
65
74
  }), l > 4 ? l : e;
66
75
  }
67
76
  return a > e ? a : e;
68
- }), E = (e, a) => {
69
- if (o.infiniteLoading && r.value.multi && Array.isArray(n.value) && n.value.length && e && a.length) {
70
- const l = [], m = n.value.filter(
77
+ }), Q = (e, a) => {
78
+ if (o.infiniteLoading && n.value.multi && Array.isArray(i.value) && i.value.length && e && a.length) {
79
+ const l = [], y = i.value.filter(
71
80
  (c) => c[o.optionNameKey].includes(e)
72
81
  );
73
82
  return a.forEach((c) => {
74
- m.find(
75
- (q) => q[o.comparingKey] === c[o.comparingKey]
83
+ y.find(
84
+ (G) => G[o.comparingKey] === c[o.comparingKey]
76
85
  ) && l.push(c[o.comparingKey]);
77
- }), m.filter(
86
+ }), y.filter(
78
87
  (c) => !l.includes(c[o.comparingKey])
79
88
  );
80
89
  }
81
90
  return [];
82
- }, A = async (e) => {
91
+ }, D = async (e) => {
83
92
  try {
84
93
  s.value = !0;
85
- const a = await o.fetchFnCallback(e), l = E(
94
+ const a = await o.fetchFnCallback(e), l = Q(
86
95
  e,
87
96
  a
88
97
  );
@@ -90,7 +99,7 @@ const de = { class: "conditional-container" }, pe = {
90
99
  } catch (a) {
91
100
  s.value = !1, console.error("Error fetching data:", a);
92
101
  }
93
- }, P = async () => {
102
+ }, V = async () => {
94
103
  if (o.infiniteLoading)
95
104
  try {
96
105
  C.value = !0;
@@ -99,115 +108,115 @@ const de = { class: "conditional-container" }, pe = {
99
108
  } catch (e) {
100
109
  C.value = !1, console.error("Error fetching data:", e);
101
110
  }
102
- }, Q = se(
103
- A,
111
+ }, $ = de(
112
+ D,
104
113
  o.fetchDataDebounceTime
105
- ), b = (e) => {
106
- e.length >= o.minCharsToStart ? (Q(e), k.value?.scrollTo(0)) : o.infiniteLoading && r.value.multi ? t.value = O.value || [] : t.value = [];
107
- }, V = () => {
108
- i.value && t.value.length && !s.value && !r.value.multi ? t.value[0].conditionalOptions ? t.value[0] = {
109
- [o.optionNameKey]: i.value,
114
+ ), O = (e) => {
115
+ e.length >= o.minCharsToStart ? ($(e), A.value?.scrollTo(0)) : o.infiniteLoading && n.value.multi ? t.value = w.value || [] : t.value = [];
116
+ }, P = () => {
117
+ u.value && t.value.length && !s.value && !n.value.multi ? t.value[0].conditionalOptions ? t.value[0] = {
118
+ [o.optionNameKey]: u.value,
110
119
  conditionalOptions: !0,
111
- conditionalName: r.value.label,
112
- [o.comparingKey]: i.value
120
+ conditionalName: n.value.label,
121
+ [o.comparingKey]: u.value
113
122
  } : t.value = [
114
123
  {
115
- [o.optionNameKey]: i.value,
124
+ [o.optionNameKey]: u.value,
116
125
  conditionalOptions: !0,
117
- conditionalName: r.value.label,
118
- [o.comparingKey]: i.value
126
+ conditionalName: n.value.label,
127
+ [o.comparingKey]: u.value
119
128
  },
120
129
  ...t.value
121
130
  ] : t.value.length && t.value[0].conditionalOptions && t.value.shift();
122
- }, N = () => {
123
- d.value && n.value.length === 0 ? f.value = o.label : f.value = `${o.label} ${r.value.label.toLowerCase()}`;
131
+ }, K = () => {
132
+ d.value && i.value.length === 0 ? g.value = o.label : g.value = `${o.label} ${n.value.label.toLowerCase()}`;
124
133
  };
125
- g(i, () => {
126
- b(i.value);
127
- }), g([r, t], () => {
128
- V();
129
- }), g(
134
+ v(u, () => {
135
+ O(u.value);
136
+ }), v([n, t], () => {
137
+ P();
138
+ }), v(
130
139
  () => o.loadingOverride,
131
140
  (e, a) => {
132
- !e && a && !o.infiniteLoading && A(o.searchQuery);
141
+ !e && a && !o.infiniteLoading && D(o.searchQuery);
133
142
  }
134
143
  );
135
- const $ = () => {
136
- d.value && n.value.length === 0 ? (r.value = null, v.value = [], r.value = null) : (U.value = i.value, v.value = d.value ? [...n.value] : { ...n.value }, T.value = d.value), N();
144
+ const z = () => {
145
+ d.value && i.value.length === 0 ? (m.value = [], n.value = null) : (I.value = u.value, m.value = d.value ? [...i.value] : { ...i.value }, N.value = d.value), f("update:selectedCondition", n.value), K();
137
146
  };
138
- g(r, (e, a) => {
139
- r.value.multi ? (s.value = !0, !a.multi && e.multi && (Array.isArray(o.appliedSelections) ? n.value = o.appliedSelections : n.value = [o.appliedSelections]), setTimeout(() => {
147
+ v(n, (e, a) => {
148
+ n.value.multi ? (s.value = !0, !a.multi && e.multi && (Array.isArray(o.appliedSelections) ? i.value = o.appliedSelections : i.value = [o.appliedSelections]), setTimeout(() => {
140
149
  s.value = !1, d.value = !0;
141
150
  }, 100)) : (!a.multi && !e.multi && (s.value = !0), setTimeout(() => {
142
151
  !a.multi && !e.multi && (s.value = !1), d.value = !1;
143
152
  }, 100));
144
- }), g(v, () => {
145
- n.value = K();
153
+ }), v(m, () => {
154
+ i.value = T();
146
155
  });
147
- const z = (e) => {
148
- O.value = e;
149
- }, R = () => {
150
- n.value = [], v.value = [], r.value = null, f.value = o.label, i.value = "", S("clear");
151
- }, j = (e) => {
152
- e && r.value.multi && o.infiniteLoading && n.value && (t.value = n.value, i.value && b(i.value));
156
+ const R = (e) => {
157
+ w.value = e;
158
+ }, j = () => {
159
+ i.value = [], m.value = [], n.value = null, f("update:selectedCondition", null), g.value = o.label, u.value = "", f("clear");
160
+ }, W = (e) => {
161
+ n.value === null && (n.value = o.conditionalOptions[0]), e && n.value.multi && o.infiniteLoading && i.value && (t.value = i.value, u.value && O(u.value));
153
162
  };
154
- H(() => {
155
- (o.searchQuery || !o.infiniteLoading || o.minCharsToStart === 0) && b(o.searchQuery), o.appliedSelections && Array.isArray(o.appliedSelections) && (t.value = o.appliedSelections, n.value = o.appliedSelections, O.value = o.appliedSelections), N();
163
+ J(() => {
164
+ (o.searchQuery || !o.infiniteLoading || o.minCharsToStart === 0) && O(o.searchQuery), o.appliedSelections && Array.isArray(o.appliedSelections) && (t.value = o.appliedSelections, i.value = o.appliedSelections, w.value = o.appliedSelections), K();
156
165
  });
157
- const W = () => {
158
- S("closed");
166
+ const q = () => {
167
+ f("closed");
159
168
  };
160
- return (e, a) => (D(), J(y(F), {
169
+ return (e, a) => (L(), X(h(F), {
161
170
  ref_key: "dropdownRef",
162
- ref: k,
163
- selected: n.value,
164
- "onUpdate:selected": a[2] || (a[2] = (l) => n.value = l),
171
+ ref: A,
172
+ selected: i.value,
173
+ "onUpdate:selected": a[2] || (a[2] = (l) => i.value = l),
165
174
  "predefined-trigger": "chip",
166
175
  "display-value": (l) => l?.[e.optionNameKey],
167
176
  multi: d.value,
168
177
  options: t.value,
169
- placeholder: f.value,
178
+ placeholder: g.value,
170
179
  "search-placeholder": "Search",
171
180
  "option-name-key": e.optionNameKey,
172
181
  "with-conditions": "",
173
182
  "inline-search": "",
174
- "custom-number-of-displayed-options": M.value,
183
+ "custom-number-of-displayed-options": E.value,
175
184
  "options-list-width": "330px",
176
185
  loading: s.value || e.loadingOverride,
177
186
  "load-more-loading": C.value,
178
187
  "comparing-key": e.comparingKey,
179
188
  "is-open": e.isOpen,
180
189
  "infinite-loading": e.infiniteLoading,
181
- "show-select-all": !e.infiniteLoading && !i.value,
190
+ "show-select-all": !e.infiniteLoading && !u.value,
182
191
  "grouped-options": e.groupedOptions,
183
192
  "option-flag-key": e.optionFlagKey,
184
193
  "option-image-key": e.optionImageKey,
185
194
  "option-icon-key": e.optionIconKey,
186
195
  "option-icon-type": e.optionIconType,
187
196
  "trigger-shown-values-count": e.triggerShownValuesCount,
188
- "onUpdate:isOpen": j,
189
- onOnsearch: b,
190
- onApply: $,
191
- onLoadMore: P,
192
- onUnsavedSelectionUpdate: z,
193
- onClosed: W
194
- }, X({
197
+ "onUpdate:isOpen": W,
198
+ onOnsearch: O,
199
+ onApply: z,
200
+ onLoadMore: V,
201
+ onUnsavedSelectionUpdate: R,
202
+ onClosed: q
203
+ }, Y({
195
204
  "dropdown-trigger": p(({ defaultTriggerProps: l }) => [
196
- h(y(ne), Y(l, {
197
- label: f.value,
198
- "selected-option": v.value,
199
- multi: T.value,
205
+ S(h(ie), Z(l, {
206
+ label: g.value,
207
+ "selected-option": m.value,
208
+ multi: N.value,
200
209
  "cancel-all-selected-display": "",
201
- "display-value-in-quotes": !Array.isArray(n.value) && n.value.conditionalOptions,
210
+ "display-value-in-quotes": !Array.isArray(i.value) && i.value.conditionalOptions,
202
211
  "shown-values-count": e.triggerShownValuesCount,
203
- onClear: R
212
+ onClear: j
204
213
  }), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes", "shown-values-count"])
205
214
  ]),
206
215
  "dropdown-conditions": p(() => [
207
- Z("div", de, [
208
- h(y(F), {
209
- selected: r.value,
210
- "onUpdate:selected": a[0] || (a[0] = (l) => r.value = l),
216
+ _("div", pe, [
217
+ S(h(F), {
218
+ selected: n.value,
219
+ "onUpdate:selected": a[0] || (a[0] = (l) => n.value = l),
211
220
  options: e.conditionalOptions,
212
221
  "option-name-key": "label",
213
222
  "display-value": (l) => l?.label,
@@ -215,16 +224,16 @@ const de = { class: "conditional-container" }, pe = {
215
224
  size: "small"
216
225
  }, {
217
226
  "dropdown-trigger": p(({ buttonTriggerProps: l }) => [
218
- h(y(ie), _(x(l)), null, 16)
227
+ S(h(ue), x(ee(l)), null, 16)
219
228
  ]),
220
229
  _: 1
221
230
  }, 8, ["selected", "options", "display-value"])
222
231
  ])
223
232
  ]),
224
233
  "inline-search": p(() => [
225
- h(y(re), {
226
- modelValue: i.value,
227
- "onUpdate:modelValue": a[1] || (a[1] = (l) => i.value = l),
234
+ S(h(re), {
235
+ modelValue: u.value,
236
+ "onUpdate:modelValue": a[1] || (a[1] = (l) => u.value = l),
228
237
  class: "inline-search",
229
238
  placeholder: "Search",
230
239
  variant: "transparent",
@@ -233,21 +242,21 @@ const de = { class: "conditional-container" }, pe = {
233
242
  }, null, 8, ["modelValue", "auto-focus"])
234
243
  ]),
235
244
  "custom-list-area": p(() => [
236
- !t.value.length && !s.value ? (D(), ee("div", pe, [
237
- h(ue, { variant: "body1" }, {
245
+ !t.value.length && !s.value ? (L(), oe("div", ce, [
246
+ S(se, { variant: "body1" }, {
238
247
  default: p(() => [
239
- oe(le(I.value), 1)
248
+ le(ae(M.value), 1)
240
249
  ]),
241
250
  _: 1
242
251
  })
243
- ])) : ae("", !0)
252
+ ])) : te("", !0)
244
253
  ]),
245
254
  _: 2
246
255
  }, [
247
256
  e.$slots["option-end"] ? {
248
257
  name: "option-end",
249
258
  fn: p(({ option: l }) => [
250
- te(e.$slots, "option-end", { option: l }, void 0, !0)
259
+ ne(e.$slots, "option-end", { option: l }, void 0, !0)
251
260
  ]),
252
261
  key: "0"
253
262
  } : void 0
@@ -255,5 +264,5 @@ const de = { class: "conditional-container" }, pe = {
255
264
  }
256
265
  });
257
266
  export {
258
- Ae as default
267
+ Ne as default
259
268
  };
@@ -60,6 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
60
60
  groupedOptions?: boolean;
61
61
  comparingKey?: string;
62
62
  customNumberOfDisplayedOptions?: number;
63
+ optionTooltipPosition?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
63
64
  theme?: string;
64
65
  fullWidth?: boolean;
65
66
  optionsListWidth?: string;
@@ -124,6 +125,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
124
125
  groupedOptions: boolean;
125
126
  comparingKey: any;
126
127
  customNumberOfDisplayedOptions: any;
128
+ optionTooltipPosition: string;
127
129
  fullWidth: boolean;
128
130
  optionsListWidth: any;
129
131
  statusType: any;
@@ -208,6 +210,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
208
210
  groupedOptions?: boolean;
209
211
  comparingKey?: string;
210
212
  customNumberOfDisplayedOptions?: number;
213
+ optionTooltipPosition?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
211
214
  theme?: string;
212
215
  fullWidth?: boolean;
213
216
  optionsListWidth?: string;
@@ -272,6 +275,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
272
275
  groupedOptions: boolean;
273
276
  comparingKey: any;
274
277
  customNumberOfDisplayedOptions: any;
278
+ optionTooltipPosition: string;
275
279
  fullWidth: boolean;
276
280
  optionsListWidth: any;
277
281
  statusType: any;
@@ -349,6 +353,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
349
353
  groupedOptions: boolean;
350
354
  comparingKey: string;
351
355
  customNumberOfDisplayedOptions: number;
356
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
352
357
  fullWidth: boolean;
353
358
  optionsListWidth: string;
354
359
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -1,8 +1,8 @@
1
1
  import o from "./DropdownV4.vue2.js";
2
- /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_dd86e387_lang.css"; //*');
2
+ /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css"; //*');
4
4
  // import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const d = /* @__PURE__ */ e(o, [["__scopeId", "data-v-dd86e387"]]);
5
+ const d = /* @__PURE__ */ _(o, [["__scopeId", "data-v-55dd36a7"]]);
6
6
  export {
7
7
  d as default
8
8
  };