@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,4 +1,4 @@
1
- import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_dd86e387_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as we, computed as E, watch as he, toRaw as I, openBlock as a, createElementBlock as d, mergeProps as y, unref as o, renderSlot as u, createElementVNode as m, createVNode as i, withCtx as r, Transition as be, normalizeClass as B, normalizeStyle as Ie, createTextVNode as T, createCommentVNode as s, isRef as ve, toDisplayString as q, withModifiers as j, Fragment as Se, renderList as Ce, createSlots as Ke, createBlock as F, resolveDynamicComponent as Ae } from "vue";
1
+ import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as he, computed as E, watch as we, toRaw as I, openBlock as a, createElementBlock as d, mergeProps as y, unref as o, renderSlot as u, createElementVNode as m, createVNode as n, withCtx as r, Transition as be, normalizeClass as B, normalizeStyle as Ie, createTextVNode as T, createCommentVNode as s, isRef as ve, toDisplayString as q, withModifiers as j, Fragment as Se, renderList as Ce, createSlots as Ke, createBlock as F, resolveDynamicComponent as Ae } from "vue";
2
2
  import N from "../../button/v4/ButtonV4.vue.js";
3
3
  import "../../button/v4/IconButtonV4.vue.js";
4
4
  import "../../button/v4/ButtonGroup.vue.js";
@@ -20,7 +20,7 @@ import { DropdownTestIdModifiers as f } from "../../../testids/index.js";
20
20
  import { dropdownCommon as Ve } from "../common/Dropdown.common.js";
21
21
  import C from "../../skeleton/v4/SkeletonV4.vue.js";
22
22
  import { useTestIdAttrs as De } from "../../../utils/testIds.js";
23
- import { TRIGGERS as w } from "./Dropdown.types.js";
23
+ import { TRIGGERS as h } from "./Dropdown.types.js";
24
24
  import { useElementSize as Pe } from "@vueuse/core";
25
25
  import $e from "../../shared/FieldHelpText.vue.js";
26
26
  import Me from "./GroupOption.vue.js";
@@ -36,7 +36,7 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
36
36
  }, Je = {
37
37
  key: 1,
38
38
  class: "actions-wrapper"
39
- }, Qe = { class: "actions-clear-all" }, Ze = { class: "actions-apply-cancel" }, _e = 4, Ko = /* @__PURE__ */ we({
39
+ }, Qe = { class: "actions-clear-all" }, Ze = { class: "actions-apply-cancel" }, _e = 4, Ko = /* @__PURE__ */ he({
40
40
  __name: "DropdownV4",
41
41
  props: {
42
42
  modelValue: { default: null },
@@ -75,7 +75,7 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
75
75
  triggerShownValuesCount: { default: 1 },
76
76
  size: { default: "medium" },
77
77
  mandatory: { type: Boolean, default: !1 },
78
- predefinedTrigger: { default: w.DEFAULT },
78
+ predefinedTrigger: { default: h.DEFAULT },
79
79
  inlineSearch: { type: Boolean, default: !1 },
80
80
  inlineSearchPlaceholder: { default: "Search" },
81
81
  onSearch: { type: Function, default: null },
@@ -99,6 +99,7 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
99
99
  groupedOptions: { type: Boolean, default: !1 },
100
100
  comparingKey: { default: null },
101
101
  customNumberOfDisplayedOptions: { default: null },
102
+ optionTooltipPosition: { default: "right" },
102
103
  theme: { default: "light-theme-v4" },
103
104
  fullWidth: { type: Boolean, default: !0 },
104
105
  optionsListWidth: { default: null },
@@ -125,11 +126,11 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
125
126
  containerProps: ee,
126
127
  calculateTableHeight: oe,
127
128
  wrapperProps: te,
128
- filteredOptions: ne,
129
+ filteredOptions: ie,
129
130
  allSelected: $,
130
131
  allSelectedApplied: K,
131
132
  isIndeterminate: le,
132
- onSelectAll: ie,
133
+ onSelectAll: ne,
133
134
  virtualOptions: M,
134
135
  isSelected: A,
135
136
  selectedOption: c,
@@ -149,8 +150,8 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
149
150
  clearAll: fe,
150
151
  isGroup: ge,
151
152
  flattenAndMarkGroupOptions: ce
152
- } = Ve(t, V, D), g = De(t.testId, f), H = E(() => !t.predefinedTrigger || t.predefinedTrigger === w.DEFAULT ? Oe : t.predefinedTrigger === w.APP ? Be : null), { width: U } = Pe(W), ke = E(() => t.optionsListWidth ? t.optionsListWidth : !t.predefinedTrigger || t.predefinedTrigger === w.DEFAULT || t.predefinedTrigger === w.APP ? U.value - 2 > 240 ? `${U.value - 2}px` : `${D.DROPLIST_MIN_WIDTH}px` : "auto");
153
- he(
153
+ } = Ve(t, V, D), g = De(t.testId, f), H = E(() => !t.predefinedTrigger || t.predefinedTrigger === h.DEFAULT ? Oe : t.predefinedTrigger === h.APP ? Be : null), { width: U } = Pe(W), ke = E(() => t.optionsListWidth ? t.optionsListWidth : !t.predefinedTrigger || t.predefinedTrigger === h.DEFAULT || t.predefinedTrigger === h.APP ? U.value - 2 > 240 ? `${U.value - 2}px` : `${D.DROPLIST_MIN_WIDTH}px` : "auto");
154
+ we(
154
155
  () => t.optionsListWidth,
155
156
  () => {
156
157
  t.optionsListWidth && document.documentElement.style.setProperty(
@@ -167,19 +168,19 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
167
168
  selections: []
168
169
  };
169
170
  if (t.multi && t.comparingKey) {
170
- const n = I(c.value);
171
+ const i = I(c.value);
171
172
  if (t.minSelections || t.maxSelections) {
172
- if (Array.isArray(n) && n.length <= t.minSelections)
173
- return e.tooltipMessage = `You need to select at least ${t.minSelections} item${t.minSelections > 1 ? "s" : ""}`, e.selections = n.map(
173
+ if (Array.isArray(i) && i.length <= t.minSelections)
174
+ return e.tooltipMessage = `You need to select at least ${t.minSelections} item${t.minSelections > 1 ? "s" : ""}`, e.selections = i.map(
174
175
  (l) => l[t.comparingKey]
175
176
  ), e;
176
- if (t.maxSelections && Array.isArray(n) && n.length >= t.maxSelections) {
177
- const l = n.map(
178
- (h) => h[t.comparingKey]
177
+ if (t.maxSelections && Array.isArray(i) && i.length >= t.maxSelections) {
178
+ const l = i.map(
179
+ (w) => w[t.comparingKey]
179
180
  ), k = t.groupedOptions ? ce(t.options) : t.options;
180
- return e.tooltipMessage = `You can only select up to ${t.maxSelections} items`, e.selections = k.map((h) => {
181
- if (!l.includes(h[t.comparingKey]))
182
- return h[t.comparingKey];
181
+ return e.tooltipMessage = `You can only select up to ${t.maxSelections} items`, e.selections = k.map((w) => {
182
+ if (!l.includes(w[t.comparingKey]))
183
+ return w[t.comparingKey];
183
184
  }), e;
184
185
  }
185
186
  }
@@ -194,18 +195,18 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
194
195
  return _({
195
196
  selectItem: R,
196
197
  scrollTo: re
197
- }), (e, n) => (a(), d("div", y({
198
+ }), (e, i) => (a(), d("div", y({
198
199
  ref_key: "el",
199
200
  ref: me,
200
201
  class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
201
202
  tabindex: e.disabled ? -1 : 0
202
203
  }, o(g)[o(f).WRAPPER], {
203
- onKeydown: n[8] || (n[8] = //@ts-ignore
204
+ onKeydown: i[8] || (i[8] = //@ts-ignore
204
205
  (...l) => o(b) && o(b)(...l))
205
206
  }), [
206
207
  u(e.$slots, "label", {}, void 0, !0),
207
208
  m("div", ze, [
208
- i(o(Ne), y({
209
+ n(o(Ne), y({
209
210
  theme: e.theme,
210
211
  "popper-class": [
211
212
  e.popperClass,
@@ -224,7 +225,7 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
224
225
  "auto-size": e.autoSize
225
226
  }, o(g)[o(f).TRIGGER]), {
226
227
  popper: r(() => [
227
- i(be, null, {
228
+ n(be, null, {
228
229
  default: r(() => [
229
230
  o(p) ? (a(), d("div", {
230
231
  key: 0,
@@ -239,14 +240,14 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
239
240
  o(p) ? (a(), d("div", {
240
241
  key: 0,
241
242
  class: B(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
242
- onKeydown: n[7] || (n[7] = //@ts-ignore
243
+ onKeydown: i[7] || (i[7] = //@ts-ignore
243
244
  (...l) => o(b) && o(b)(...l))
244
245
  }, [
245
246
  o(p) && e.inlineSearch ? (a(), d("div", Ue, [
246
247
  e.withConditions ? u(e.$slots, "dropdown-conditions", { key: 0 }, () => [
247
248
  m("div", Ye, [
248
- i(o(Q), { variant: "body2" }, {
249
- default: r(() => n[9] || (n[9] = [
249
+ n(o(Q), { variant: "body2" }, {
250
+ default: r(() => i[9] || (i[9] = [
250
251
  T("Conditions")
251
252
  ])),
252
253
  _: 1
@@ -254,10 +255,10 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
254
255
  ])
255
256
  ], !0) : s("", !0),
256
257
  u(e.$slots, "inline-search", {}, () => [
257
- i(o(Fe), {
258
+ n(o(Fe), {
258
259
  modelValue: o(S),
259
260
  "onUpdate:modelValue": [
260
- n[4] || (n[4] = (l) => ve(S) ? S.value = l : null),
261
+ i[4] || (i[4] = (l) => ve(S) ? S.value = l : null),
261
262
  e.onClearSearch
262
263
  ],
263
264
  placeholder: e.inlineSearchPlaceholder,
@@ -285,8 +286,8 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
285
286
  "list--with-conditions": e.withConditions
286
287
  }]
287
288
  }), [
288
- !o(ne).length && !e.loading && !e.withConditions ? (a(), d("li", Xe, [
289
- i(o(Q), y({ variant: "body2" }, o(g)[o(f).NO_RESULT]), {
289
+ !o(ie).length && !e.loading && !e.withConditions ? (a(), d("li", Xe, [
290
+ n(o(Q), y({ variant: "body2" }, o(g)[o(f).NO_RESULT]), {
290
291
  default: r(() => [
291
292
  T(q(e.noResultsText), 1)
292
293
  ]),
@@ -295,7 +296,7 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
295
296
  ])) : s("", !0),
296
297
  e.showSelectAll !== !1 && e.multi && !o(S) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ? u(e.$slots, "select-all", { key: 1 }, () => [
297
298
  m("li", null, [
298
- i(o(J), y(
299
+ n(o(J), y(
299
300
  {
300
301
  "aria-selected": o($),
301
302
  "aria-disabled": !!e.disabled,
@@ -306,10 +307,10 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
306
307
  },
307
308
  o(g)[o(f).SELECT_ALL],
308
309
  {
309
- onClick: n[5] || (n[5] = j((l) => o(ie)(), ["stop"]))
310
+ onClick: i[5] || (i[5] = j((l) => o(ne)(), ["stop"]))
310
311
  }
311
312
  ), {
312
- default: r(() => n[10] || (n[10] = [
313
+ default: r(() => i[10] || (i[10] = [
313
314
  T(" Select all ")
314
315
  ])),
315
316
  _: 1
@@ -326,7 +327,7 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
326
327
  )
327
328
  }, [
328
329
  e.groupedOptions && o(ge)(l) ? u(e.$slots, "group-option", { key: 0 }, () => [
329
- i(Me, null, {
330
+ n(Me, null, {
330
331
  default: r(() => [
331
332
  T(q(e.displayValue(l) || l[e.optionNameKey]), 1)
332
333
  ]),
@@ -340,7 +341,7 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
340
341
  active: I(o(z)) === k,
341
342
  disabled: L(l)
342
343
  }, () => [
343
- i(o(J), {
344
+ n(o(J), {
344
345
  option: l,
345
346
  "selected-prop": o(A)(o(c), l),
346
347
  active: I(o(z)) === k,
@@ -356,24 +357,25 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
356
357
  "warning-key": e.optionWarningKey,
357
358
  "option-two-lines-variant": e.optionTwoLinesVariant,
358
359
  "option-two-lines-key": e.optionTwoLinesKey,
360
+ "tooltip-placement": e.optionTooltipPosition,
359
361
  "is-multi": e.multi,
360
362
  "min-max-selection-tooltip-message": X.value?.tooltipMessage
361
363
  }, Ke({ _: 2 }, [
362
364
  e.$slots["option-end"] ? {
363
365
  name: "option-end",
364
- fn: r(({ option: h }) => [
365
- u(e.$slots, "option-end", { option: h }, void 0, !0)
366
+ fn: r(({ option: w }) => [
367
+ u(e.$slots, "option-end", { option: w }, void 0, !0)
366
368
  ]),
367
369
  key: "0"
368
370
  } : void 0
369
- ]), 1032, ["option", "selected-prop", "active", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "end-text-icon-key", "option-flag-key", "warning-key", "option-two-lines-variant", "option-two-lines-key", "is-multi", "min-max-selection-tooltip-message"])
371
+ ]), 1032, ["option", "selected-prop", "active", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "end-text-icon-key", "option-flag-key", "warning-key", "option-two-lines-variant", "option-two-lines-key", "tooltip-placement", "is-multi", "min-max-selection-tooltip-message"])
370
372
  ], !0)
371
373
  ], 8, qe))), 128)) : s("", !0),
372
374
  e.loading || e.loadMoreLoading ? (a(), d("li", je, [
373
- i(o(C), { round: "" }),
374
- i(o(C), { round: "" }),
375
- i(o(C), { round: "" }),
376
- i(o(C), { round: "" })
375
+ n(o(C), { round: "" }),
376
+ n(o(C), { round: "" }),
377
+ n(o(C), { round: "" }),
378
+ n(o(C), { round: "" })
377
379
  ])) : s("", !0)
378
380
  ], 16)
379
381
  ], 16),
@@ -390,17 +392,17 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
390
392
  },
391
393
  o(g)[o(f).ACTION_CLEAR_ALL],
392
394
  {
393
- onClick: n[6] || (n[6] = () => o(G)(!1))
395
+ onClick: i[6] || (i[6] = () => o(G)(!1))
394
396
  }
395
397
  ), {
396
- default: r(() => n[11] || (n[11] = [
398
+ default: r(() => i[11] || (i[11] = [
397
399
  T(" Clear all ")
398
400
  ])),
399
401
  _: 1
400
402
  }, 16)) : s("", !0)
401
403
  ]),
402
404
  m("div", Ze, [
403
- i(o(N), y(
405
+ n(o(N), y(
404
406
  {
405
407
  ref_key: "cancel",
406
408
  ref: ye,
@@ -411,19 +413,19 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
411
413
  o(g)[o(f).ACTION_CANCEL],
412
414
  { onClick: o(se) }
413
415
  ), {
414
- default: r(() => n[12] || (n[12] = [
416
+ default: r(() => i[12] || (i[12] = [
415
417
  T(" Cancel ")
416
418
  ])),
417
419
  _: 1
418
420
  }, 16, ["onClick"]),
419
- i(o(N), y({
421
+ n(o(N), y({
420
422
  ref_key: "apply",
421
423
  ref: ue,
422
424
  "data-testid": "mutli-apply",
423
425
  size: "small",
424
426
  class: "apply-button"
425
427
  }, o(g)[o(f).ACTION_APPLY], { onClick: o(de) }), {
426
- default: r(() => n[13] || (n[13] = [
428
+ default: r(() => i[13] || (i[13] = [
427
429
  T(" Apply ")
428
430
  ])),
429
431
  _: 1
@@ -514,16 +516,16 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
514
516
  "all-selected": o(K),
515
517
  onKeydown: o(P),
516
518
  onClick: Y,
517
- onCopyToClipboard: n[0] || (n[0] = (l) => V("copyToClipboard"))
519
+ onCopyToClipboard: i[0] || (i[0] = (l) => V("copyToClipboard"))
518
520
  }, null, 40, ["placeholder", "open", "label", "show-feedback-icon", "mandatory", "test-id", "multi", "disabled", "selected-option", "display-value", "options", "option-name-key", "option-image-key", "option-icon-key", "option-icon-type", "option-end-icon-key", "option-end-icon-type", "options-end-text-icon-key", "option-flag-key", "feedback-variant", "value-to-copy", "status-dot-type", "size", "show-all-selected-text", "all-selected", "onKeydown"]))
519
521
  ])) : s("", !0),
520
- e.predefinedTrigger === o(w).ICON_BUTTON ? (a(), d("div", Ge, [
521
- i(o(Le), {
522
- onClick: n[1] || (n[1] = (l) => o(v)())
522
+ e.predefinedTrigger === o(h).ICON_BUTTON ? (a(), d("div", Ge, [
523
+ n(o(Le), {
524
+ onClick: i[1] || (i[1] = (l) => o(v)())
523
525
  })
524
526
  ])) : s("", !0),
525
- e.predefinedTrigger === o(w).CHIP ? (a(), d("div", He, [
526
- i(o(Ee), {
527
+ e.predefinedTrigger === o(h).CHIP ? (a(), d("div", He, [
528
+ n(o(Ee), {
527
529
  open: o(p),
528
530
  label: e.placeholder,
529
531
  "test-id": e.testId,
@@ -533,8 +535,8 @@ const Re = ["tabindex"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge
533
535
  multi: e.multi,
534
536
  "all-selected": o(K),
535
537
  "shown-values-count": e.triggerShownValuesCount,
536
- onClick: n[2] || (n[2] = (l) => o(v)()),
537
- onClear: n[3] || (n[3] = (l) => o(G)())
538
+ onClick: i[2] || (i[2] = (l) => o(v)()),
539
+ onClear: i[3] || (i[3] = (l) => o(G)())
538
540
  }, null, 8, ["open", "label", "test-id", "options", "selected-option", "display-value", "multi", "all-selected", "shown-values-count"])
539
541
  ])) : s("", !0)
540
542
  ], !0)
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
14
14
  endIconKey?: string;
15
15
  endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16
16
  endTextIconKey?: string;
17
- toolTipPlacement?: "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";
17
+ tooltipPlacement?: "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";
18
18
  treeMainOption?: boolean;
19
19
  treeMainOptionExpanded?: boolean;
20
20
  stopOptionClickEventPropagation?: boolean;
@@ -39,7 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
39
39
  endIconKey: any;
40
40
  endIconType: string;
41
41
  endTextIconKey: any;
42
- toolTipPlacement: string;
42
+ tooltipPlacement: string;
43
43
  treeMainOption: boolean;
44
44
  treeMainOptionExpanded: boolean;
45
45
  stopOptionClickEventPropagation: boolean;
@@ -67,7 +67,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
67
67
  endIconKey?: string;
68
68
  endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
69
69
  endTextIconKey?: string;
70
- toolTipPlacement?: "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";
70
+ tooltipPlacement?: "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";
71
71
  treeMainOption?: boolean;
72
72
  treeMainOptionExpanded?: boolean;
73
73
  stopOptionClickEventPropagation?: boolean;
@@ -92,7 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
92
92
  endIconKey: any;
93
93
  endIconType: string;
94
94
  endTextIconKey: any;
95
- toolTipPlacement: string;
95
+ tooltipPlacement: string;
96
96
  treeMainOption: boolean;
97
97
  treeMainOptionExpanded: boolean;
98
98
  stopOptionClickEventPropagation: boolean;
@@ -106,6 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
106
106
  onToggleTreeCollapse?: (option: unknown) => any;
107
107
  }>, {
108
108
  option: any;
109
+ tooltipPlacement: "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";
109
110
  disabled: boolean;
110
111
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
111
112
  active: boolean;
@@ -122,7 +123,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
122
123
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
123
124
  endIconKey: string;
124
125
  endTextIconKey: string;
125
- toolTipPlacement: "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";
126
126
  treeMainOption: boolean;
127
127
  treeMainOptionExpanded: boolean;
128
128
  stopOptionClickEventPropagation: boolean;
@@ -1,7 +1,7 @@
1
1
  import o from "./OptionV4.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_b9724567_lang.css"; //*');
4
- const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-b9724567"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_7d287ee5_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-7d287ee5"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../OptionV4.vue_vue_type_style_index_0_scoped_b9724567_lang.css"; import { defineComponent as L, ref as w, watch as N, computed as j, openBlock as t, createBlock as y, unref as o, createSlots as R, withCtx as s, createElementVNode as p, normalizeClass as v, createCommentVNode as n, createElementBlock as i, renderSlot as d, createVNode as a, toDisplayString as u, createTextVNode as f, withModifiers as C, Fragment as D, renderList as q } from "vue";
1
+ import "../../../OptionV4.vue_vue_type_style_index_0_scoped_7d287ee5_lang.css"; import { defineComponent as L, ref as w, watch as N, computed as j, openBlock as t, createBlock as y, unref as o, createSlots as R, withCtx as s, createElementVNode as p, normalizeClass as v, createCommentVNode as n, createElementBlock as i, renderSlot as d, createVNode as a, toDisplayString as u, createTextVNode as f, withModifiers as C, Fragment as D, renderList as q } from "vue";
2
2
  import "../../typography/Heading.vue.js";
3
3
  import G from "../../typography/Text.vue.js";
4
4
  import H from "../../checkbox/v4/CheckboxV4.vue.js";
@@ -55,7 +55,7 @@ const X = { class: "multiline-tooltip" }, Y = {
55
55
  endIconKey: { default: null },
56
56
  endIconType: { default: "regular" },
57
57
  endTextIconKey: { default: null },
58
- toolTipPlacement: { default: "right" },
58
+ tooltipPlacement: { default: "right" },
59
59
  treeMainOption: { type: Boolean, default: !1 },
60
60
  treeMainOptionExpanded: { type: Boolean, default: !1 },
61
61
  stopOptionClickEventPropagation: { type: Boolean, default: !1 },
@@ -85,7 +85,7 @@ const X = { class: "multiline-tooltip" }, Y = {
85
85
  return (e, r) => (t(), y(o(O), {
86
86
  text: K.value,
87
87
  "test-id": V(e.option),
88
- placement: e.toolTipPlacement,
88
+ placement: e.tooltipPlacement,
89
89
  class: "tooltip-option"
90
90
  }, R({
91
91
  default: s(() => [
@@ -830,6 +830,10 @@ declare const DropdownTypes: () => (({
830
830
  type: import("vue").PropType<unknown>;
831
831
  default: any;
832
832
  };
833
+ tooltipPlacement: {
834
+ type: import("vue").PropType<"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">;
835
+ default: string;
836
+ };
833
837
  disabled: {
834
838
  type: import("vue").PropType<boolean>;
835
839
  default: boolean;
@@ -894,10 +898,6 @@ declare const DropdownTypes: () => (({
894
898
  type: import("vue").PropType<string>;
895
899
  default: any;
896
900
  };
897
- toolTipPlacement: {
898
- type: import("vue").PropType<"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">;
899
- default: string;
900
- };
901
901
  treeMainOption: {
902
902
  type: import("vue").PropType<boolean>;
903
903
  default: boolean;
@@ -931,6 +931,7 @@ declare const DropdownTypes: () => (({
931
931
  toggleTreeCollapse: (option: unknown) => void;
932
932
  }, import("vue").PublicProps, {
933
933
  option: any;
934
+ tooltipPlacement: "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";
934
935
  disabled: boolean;
935
936
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
936
937
  active: boolean;
@@ -947,7 +948,6 @@ declare const DropdownTypes: () => (({
947
948
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
948
949
  endIconKey: string;
949
950
  endTextIconKey: string;
950
- toolTipPlacement: "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";
951
951
  treeMainOption: boolean;
952
952
  treeMainOptionExpanded: boolean;
953
953
  stopOptionClickEventPropagation: boolean;
@@ -966,6 +966,10 @@ declare const DropdownTypes: () => (({
966
966
  type: import("vue").PropType<unknown>;
967
967
  default: any;
968
968
  };
969
+ tooltipPlacement: {
970
+ type: import("vue").PropType<"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">;
971
+ default: string;
972
+ };
969
973
  disabled: {
970
974
  type: import("vue").PropType<boolean>;
971
975
  default: boolean;
@@ -1030,10 +1034,6 @@ declare const DropdownTypes: () => (({
1030
1034
  type: import("vue").PropType<string>;
1031
1035
  default: any;
1032
1036
  };
1033
- toolTipPlacement: {
1034
- type: import("vue").PropType<"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">;
1035
- default: string;
1036
- };
1037
1037
  treeMainOption: {
1038
1038
  type: import("vue").PropType<boolean>;
1039
1039
  default: boolean;
@@ -1065,6 +1065,7 @@ declare const DropdownTypes: () => (({
1065
1065
  onToggleTreeCollapse?: (option: unknown) => any;
1066
1066
  }>, {}, {}, {}, {}, {
1067
1067
  option: any;
1068
+ tooltipPlacement: "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";
1068
1069
  disabled: boolean;
1069
1070
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1070
1071
  active: boolean;
@@ -1081,7 +1082,6 @@ declare const DropdownTypes: () => (({
1081
1082
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1082
1083
  endIconKey: string;
1083
1084
  endTextIconKey: string;
1084
- toolTipPlacement: "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";
1085
1085
  treeMainOption: boolean;
1086
1086
  treeMainOptionExpanded: boolean;
1087
1087
  stopOptionClickEventPropagation: boolean;
@@ -1097,6 +1097,10 @@ declare const DropdownTypes: () => (({
1097
1097
  type: import("vue").PropType<unknown>;
1098
1098
  default: any;
1099
1099
  };
1100
+ tooltipPlacement: {
1101
+ type: import("vue").PropType<"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">;
1102
+ default: string;
1103
+ };
1100
1104
  disabled: {
1101
1105
  type: import("vue").PropType<boolean>;
1102
1106
  default: boolean;
@@ -1161,10 +1165,6 @@ declare const DropdownTypes: () => (({
1161
1165
  type: import("vue").PropType<string>;
1162
1166
  default: any;
1163
1167
  };
1164
- toolTipPlacement: {
1165
- type: import("vue").PropType<"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">;
1166
- default: string;
1167
- };
1168
1168
  treeMainOption: {
1169
1169
  type: import("vue").PropType<boolean>;
1170
1170
  default: boolean;
@@ -1198,6 +1198,7 @@ declare const DropdownTypes: () => (({
1198
1198
  toggleTreeCollapse: (option: unknown) => void;
1199
1199
  }, string, {
1200
1200
  option: any;
1201
+ tooltipPlacement: "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";
1201
1202
  disabled: boolean;
1202
1203
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1203
1204
  active: boolean;
@@ -1214,7 +1215,6 @@ declare const DropdownTypes: () => (({
1214
1215
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1215
1216
  endIconKey: string;
1216
1217
  endTextIconKey: string;
1217
- toolTipPlacement: "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";
1218
1218
  treeMainOption: boolean;
1219
1219
  treeMainOptionExpanded: boolean;
1220
1220
  stopOptionClickEventPropagation: boolean;
@@ -1640,6 +1640,10 @@ declare const DropdownTypes: () => (({
1640
1640
  type: import("vue").PropType<number>;
1641
1641
  default: any;
1642
1642
  };
1643
+ optionTooltipPosition: {
1644
+ type: import("vue").PropType<"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">;
1645
+ default: string;
1646
+ };
1643
1647
  fullWidth: {
1644
1648
  type: import("vue").PropType<boolean>;
1645
1649
  default: boolean;
@@ -1750,6 +1754,7 @@ declare const DropdownTypes: () => (({
1750
1754
  groupedOptions: boolean;
1751
1755
  comparingKey: string;
1752
1756
  customNumberOfDisplayedOptions: number;
1757
+ 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";
1753
1758
  fullWidth: boolean;
1754
1759
  optionsListWidth: string;
1755
1760
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -2005,6 +2010,10 @@ declare const DropdownTypes: () => (({
2005
2010
  type: import("vue").PropType<number>;
2006
2011
  default: any;
2007
2012
  };
2013
+ optionTooltipPosition: {
2014
+ type: import("vue").PropType<"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">;
2015
+ default: string;
2016
+ };
2008
2017
  fullWidth: {
2009
2018
  type: import("vue").PropType<boolean>;
2010
2019
  default: boolean;
@@ -2102,6 +2111,7 @@ declare const DropdownTypes: () => (({
2102
2111
  groupedOptions: boolean;
2103
2112
  comparingKey: string;
2104
2113
  customNumberOfDisplayedOptions: number;
2114
+ 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";
2105
2115
  fullWidth: boolean;
2106
2116
  optionsListWidth: string;
2107
2117
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -2354,6 +2364,10 @@ declare const DropdownTypes: () => (({
2354
2364
  type: import("vue").PropType<number>;
2355
2365
  default: any;
2356
2366
  };
2367
+ optionTooltipPosition: {
2368
+ type: import("vue").PropType<"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">;
2369
+ default: string;
2370
+ };
2357
2371
  fullWidth: {
2358
2372
  type: import("vue").PropType<boolean>;
2359
2373
  default: boolean;
@@ -2464,6 +2478,7 @@ declare const DropdownTypes: () => (({
2464
2478
  groupedOptions: boolean;
2465
2479
  comparingKey: string;
2466
2480
  customNumberOfDisplayedOptions: number;
2481
+ 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";
2467
2482
  fullWidth: boolean;
2468
2483
  optionsListWidth: string;
2469
2484
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";