@ironsource/shared-ui 2.1.12-rc.13 → 2.1.12-rc.15

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 (94) hide show
  1. package/ButtonV4.vue_vue_type_style_index_0_scoped_d7948c77_lang.css +1 -0
  2. package/Chart.vue_vue_type_style_index_0_scoped_de950ffe_lang.css +1 -0
  3. package/ChartHeader.vue_vue_type_style_index_0_scoped_1ff0e54f_lang.css +1 -0
  4. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_21ce0774_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_ae87f435_lang.css +1 -0
  6. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +1 -0
  7. package/DropdownV4.vue_vue_type_style_index_0_scoped_4de6dfb8_lang.css +1 -0
  8. package/FieldLabel.vue_vue_type_style_index_0_scoped_921d4087_lang.css +1 -0
  9. package/FormRow.vue_vue_type_style_index_0_scoped_2d5a3057_lang.css +1 -0
  10. package/OptionV4.vue_vue_type_style_index_0_scoped_8ba7e191_lang.css +1 -0
  11. package/SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css +1 -0
  12. package/Tooltip.vue_vue_type_style_index_0_scoped_20630944_lang.css +1 -0
  13. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +1 -0
  14. package/components/appIcon/index.d.ts +3 -3
  15. package/components/banner/Banner.vue.d.ts +3 -3
  16. package/components/banner/index.d.ts +7 -7
  17. package/components/button/common/consts.d.ts +1 -0
  18. package/components/button/v3/Button.vue.d.ts +3 -3
  19. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  20. package/components/button/v3/IconButton.vue.d.ts +3 -3
  21. package/components/button/v3/index.d.ts +14 -14
  22. package/components/button/v4/ButtonV4.vue.d.ts +4 -3
  23. package/components/button/v4/ButtonV4.vue.js +3 -3
  24. package/components/button/v4/ButtonV4.vue2.js +1 -1
  25. package/components/chart/Chart.vue.d.ts +36 -0
  26. package/components/chart/Chart.vue.js +5 -5
  27. package/components/chart/Chart.vue2.js +89 -74
  28. package/components/chart/ChartHeader.vue.d.ts +24 -0
  29. package/components/chart/ChartHeader.vue.js +3 -3
  30. package/components/chart/ChartHeader.vue2.js +70 -50
  31. package/components/chart/ChartHeaderTrend.vue.d.ts +13 -0
  32. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  33. package/components/chart/ChartHeaderTrend.vue2.js +80 -18
  34. package/components/chart/ChartPlane.vue.d.ts +35 -2
  35. package/components/chart/ChartPlane.vue.js +4 -4
  36. package/components/chart/ChartPlane.vue2.js +115 -103
  37. package/components/chart/SettingsHeader.vue.d.ts +1 -0
  38. package/components/chart/SettingsHeader.vue.js +3 -3
  39. package/components/chart/SettingsHeader.vue2.js +17 -16
  40. package/components/chart/index.d.ts +106 -1
  41. package/components/checkbox/v3/Checkbox.vue.d.ts +3 -3
  42. package/components/checkbox/v3/index.d.ts +7 -7
  43. package/components/dialog/v4/DialogV4.vue.d.ts +4 -3
  44. package/components/dialog/v4/DialogV4.vue.js +4 -4
  45. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  46. package/components/dialog/v4/index.d.ts +7 -7
  47. package/components/dropdown/v4/DropdownV4.vue.d.ts +3 -0
  48. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  49. package/components/dropdown/v4/DropdownV4.vue2.js +93 -88
  50. package/components/dropdown/v4/OptionV4.vue.d.ts +3 -0
  51. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  52. package/components/dropdown/v4/OptionV4.vue2.js +38 -35
  53. package/components/dropdown/v4/index.d.ts +6 -0
  54. package/components/forms/FormRow.vue.d.ts +9 -2
  55. package/components/forms/FormRow.vue.js +3 -3
  56. package/components/forms/FormRow.vue2.js +25 -14
  57. package/components/forms/index.d.ts +25 -5
  58. package/components/search/v3/index.d.ts +3 -3
  59. package/components/shared/FieldLabel.vue.d.ts +19 -7
  60. package/components/shared/FieldLabel.vue.js +3 -3
  61. package/components/shared/FieldLabel.vue2.js +50 -37
  62. package/components/tabs/v3/Tabs.vue.d.ts +3 -3
  63. package/components/tabs/v3/index.d.ts +7 -7
  64. package/components/tooltip/common/Tooltip.types.d.ts +1 -0
  65. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  66. package/components/tooltip/v3/Tooltip.vue.js +2 -2
  67. package/components/tooltip/v3/Tooltip.vue2.js +1 -1
  68. package/components/tooltip/v3/index.d.ts +7 -7
  69. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  70. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  71. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  72. package/components/tooltip/v4/index.d.ts +7 -7
  73. package/components/typography/Text.vue.d.ts +3 -3
  74. package/components/typography/index.d.ts +7 -7
  75. package/composables/useFormValidation.d.ts +1 -0
  76. package/composables/useFormValidation.js +29 -26
  77. package/index.d.ts +47 -35
  78. package/index.js +1 -1
  79. package/package.json +1 -1
  80. package/utils/totals.d.ts +5 -0
  81. package/utils/totals.js +9 -0
  82. package/ButtonV4.vue_vue_type_style_index_0_scoped_bdfce3aa_lang.css +0 -1
  83. package/Chart.vue_vue_type_style_index_0_scoped_a0b89669_lang.css +0 -1
  84. package/ChartHeader.vue_vue_type_style_index_0_scoped_32001725_lang.css +0 -1
  85. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_e4c673e7_lang.css +0 -1
  86. package/ChartPlane.vue_vue_type_style_index_0_scoped_0f3a67d5_lang.css +0 -1
  87. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +0 -1
  88. package/DropdownV4.vue_vue_type_style_index_0_scoped_d154c5da_lang.css +0 -1
  89. package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +0 -1
  90. package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +0 -1
  91. package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +0 -1
  92. package/SettingsHeader.vue_vue_type_style_index_0_scoped_0875167b_lang.css +0 -1
  93. package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +0 -1
  94. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
@@ -1,42 +1,42 @@
1
- import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_d154c5da_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as fe, computed as H, watch as me, openBlock as a, createElementBlock as s, mergeProps as y, unref as t, renderSlot as f, createElementVNode as m, createVNode as i, withCtx as u, Transition as pe, normalizeClass as E, normalizeStyle as ge, createTextVNode as T, createCommentVNode as d, isRef as Te, toDisplayString as U, withModifiers as G, Fragment as ke, renderList as he, toRaw as C, createBlock as X, resolveDynamicComponent as be } from "vue";
1
+ import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_4de6dfb8_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as me, computed as H, watch as pe, openBlock as a, createElementBlock as s, mergeProps as f, unref as t, renderSlot as y, createElementVNode as m, createVNode as i, withCtx as r, Transition as ge, normalizeClass as E, normalizeStyle as Te, createTextVNode as T, createCommentVNode as d, isRef as ke, toDisplayString as U, withModifiers as G, Fragment as he, renderList as be, toRaw as C, createBlock as X, resolveDynamicComponent as we } from "vue";
2
2
  import O from "../../button/v4/ButtonV4.vue.js";
3
3
  import "../../button/v4/IconButtonV4.vue.js";
4
4
  import "../../button/v4/ButtonGroup.vue.js";
5
5
  import "../../button/v4/ToggleButtonGroupAB.vue.js";
6
6
  import "./DropdownV4.vue.js";
7
- import we from "./DefaultDropdownTrigger.vue.js";
8
- import Ie from "./IconButtonDropdownTrigger.vue.js";
9
- import ve from "./ChipDropdownTrigger.vue.js";
10
- import Ce from "./AppDropdownTrigger.vue.js";
7
+ import Ie from "./DefaultDropdownTrigger.vue.js";
8
+ import ve from "./IconButtonDropdownTrigger.vue.js";
9
+ import Ce from "./ChipDropdownTrigger.vue.js";
10
+ import Se from "./AppDropdownTrigger.vue.js";
11
11
  import "./ButtonDropdownTrigger.vue.js";
12
12
  import "./ButtonFilterDropdownTrigger.vue.js";
13
13
  import "./TreeDropdown.vue.js";
14
14
  import q from "./OptionV4.vue.js";
15
15
  import "./ConditionalDropdown.vue.js";
16
- import Se from "../../search/v4/SearchV4.vue.js";
16
+ import Ke from "../../search/v4/SearchV4.vue.js";
17
17
  import Y from "../../typography/v4/Typography.vue.js";
18
- import { Dropdown as Ke } from "floating-vue";
18
+ import { Dropdown as Ae } from "floating-vue";
19
19
  import { DropdownTestIdModifiers as p } from "../../../testids/index.js";
20
- import { dropdownCommon as Ae } from "../common/Dropdown.common.js";
20
+ import { dropdownCommon as Le } from "../common/Dropdown.common.js";
21
21
  import S from "../../skeleton/v4/SkeletonV4.vue.js";
22
- import { useTestIdAttrs as Le } from "../../../utils/testIds.js";
22
+ import { useTestIdAttrs as Ee } from "../../../utils/testIds.js";
23
23
  import { TRIGGERS as k } from "./Dropdown.types.js";
24
- import { useElementSize as Ee } from "@vueuse/core";
25
- import Oe from "../../shared/FieldHelpText.vue.js";
26
- import Be from "./GroupOption.vue.js";
27
- const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe = { key: 1 }, De = { key: 2 }, Pe = {
24
+ import { useElementSize as Oe } from "@vueuse/core";
25
+ import Be from "../../shared/FieldHelpText.vue.js";
26
+ import Fe from "./GroupOption.vue.js";
27
+ const Ne = ["tabindex"], Ve = { style: { width: "100%" } }, De = { key: 0 }, Pe = { key: 1 }, xe = { key: 2 }, Re = {
28
28
  key: 0,
29
29
  class: "inline-search-wrapper"
30
- }, Re = { class: "dropdown-conditions" }, ze = {
30
+ }, ze = { class: "dropdown-conditions" }, $e = {
31
31
  key: 0,
32
32
  class: "no-result-container"
33
- }, $e = ["aria-selected", "aria-disabled", "onClick"], Me = {
33
+ }, Me = ["aria-selected", "aria-disabled", "onClick"], We = {
34
34
  key: 3,
35
35
  class: "loader"
36
- }, We = {
36
+ }, He = {
37
37
  key: 1,
38
38
  class: "actions-wrapper"
39
- }, He = { class: "actions-clear-all" }, Ue = { class: "actions-apply-cancel" }, kt = /* @__PURE__ */ fe({
39
+ }, Ue = { class: "actions-clear-all" }, Ge = { class: "actions-apply-cancel" }, ht = /* @__PURE__ */ me({
40
40
  __name: "DropdownV4",
41
41
  props: {
42
42
  modelValue: { default: null },
@@ -113,7 +113,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
113
113
  VERSION: 4
114
114
  }, {
115
115
  onKeydown: b,
116
- open: r,
116
+ open: u,
117
117
  toggleMenu: I,
118
118
  onButtonKeydown: N,
119
119
  query: v,
@@ -125,13 +125,13 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
125
125
  allSelectedApplied: K,
126
126
  isIndeterminate: ee,
127
127
  onSelectAll: te,
128
- virtualOptions: x,
128
+ virtualOptions: D,
129
129
  isSelected: A,
130
130
  selectedOption: h,
131
131
  selectedOptionPrevious: L,
132
132
  selectedValue: oe,
133
- onSelect: D,
134
- activeIndex: P,
133
+ onSelect: P,
134
+ activeIndex: x,
135
135
  onCancel: le,
136
136
  onApply: ie,
137
137
  scrollTo: ne,
@@ -143,8 +143,8 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
143
143
  onClearAllSelections: z,
144
144
  clearAll: ue,
145
145
  isGroup: ce
146
- } = Ae(n, B, F), g = Le(n.testId, p), $ = H(() => !n.predefinedTrigger || n.predefinedTrigger === k.DEFAULT ? we : n.predefinedTrigger === k.APP ? Ce : null), { width: M } = Ee(R), ye = H(() => n.optionsListWidth ? n.optionsListWidth : !n.predefinedTrigger || n.predefinedTrigger === k.DEFAULT || n.predefinedTrigger === k.APP ? M.value - 2 > 240 ? `${M.value - 2}px` : `${F.DROPLIST_MIN_WIDTH}px` : "auto");
147
- me(
146
+ } = Le(n, B, F), g = Ee(n.testId, p), $ = H(() => !n.predefinedTrigger || n.predefinedTrigger === k.DEFAULT ? Ie : n.predefinedTrigger === k.APP ? Se : null), { width: M } = Oe(R), ye = H(() => n.optionsListWidth ? n.optionsListWidth : !n.predefinedTrigger || n.predefinedTrigger === k.DEFAULT || n.predefinedTrigger === k.APP ? M.value - 2 > 240 ? `${M.value - 2}px` : `${F.DROPLIST_MIN_WIDTH}px` : "auto");
147
+ pe(
148
148
  () => n.optionsListWidth,
149
149
  () => {
150
150
  n.optionsListWidth && document.documentElement.style.setProperty(
@@ -157,9 +157,9 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
157
157
  I();
158
158
  };
159
159
  return j({
160
- selectItem: D,
160
+ selectItem: P,
161
161
  scrollTo: ne
162
- }), (c, l) => (a(), s("div", y({
162
+ }), (c, l) => (a(), s("div", f({
163
163
  ref_key: "el",
164
164
  ref: re,
165
165
  class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
@@ -168,9 +168,9 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
168
168
  onKeydown: l[8] || (l[8] = //@ts-ignore
169
169
  (...o) => t(b) && t(b)(...o))
170
170
  }), [
171
- f(c.$slots, "label", {}, void 0, !0),
172
- m("div", Ne, [
173
- i(t(Ke), y({
171
+ y(c.$slots, "label", {}, void 0, !0),
172
+ m("div", Ve, [
173
+ i(t(Ae), f({
174
174
  theme: e.theme,
175
175
  "popper-class": [
176
176
  e.popperClass,
@@ -183,15 +183,15 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
183
183
  distance: e.distance,
184
184
  flip: e.flip,
185
185
  triggers: [],
186
- shown: !!t(r),
186
+ shown: !!t(u),
187
187
  "auto-hide": !1,
188
188
  container: e.container,
189
189
  "auto-size": e.autoSize
190
190
  }, t(g)[t(p).TRIGGER]), {
191
- popper: u(() => [
192
- i(pe, null, {
193
- default: u(() => [
194
- t(r) ? (a(), s("div", {
191
+ popper: r(() => [
192
+ i(ge, null, {
193
+ default: r(() => [
194
+ t(u) ? (a(), s("div", {
195
195
  key: 0,
196
196
  ref_key: "listRef",
197
197
  ref: ae,
@@ -199,30 +199,30 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
199
199
  "dropdown--disabled": e.disabled,
200
200
  "inline-search": e.inlineSearch
201
201
  }]),
202
- style: ge({ width: t(ye) })
202
+ style: Te({ width: t(ye) })
203
203
  }, [
204
- t(r) ? (a(), s("div", {
204
+ t(u) ? (a(), s("div", {
205
205
  key: 0,
206
206
  class: E(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
207
207
  onKeydown: l[7] || (l[7] = //@ts-ignore
208
208
  (...o) => t(b) && t(b)(...o))
209
209
  }, [
210
- t(r) && e.inlineSearch ? (a(), s("div", Pe, [
211
- e.withConditions ? f(c.$slots, "dropdown-conditions", { key: 0 }, () => [
212
- m("div", Re, [
210
+ t(u) && e.inlineSearch ? (a(), s("div", Re, [
211
+ e.withConditions ? y(c.$slots, "dropdown-conditions", { key: 0 }, () => [
212
+ m("div", ze, [
213
213
  i(t(Y), { variant: "body2" }, {
214
- default: u(() => [
214
+ default: r(() => [
215
215
  T("Conditions")
216
216
  ]),
217
217
  _: 1
218
218
  })
219
219
  ])
220
220
  ], !0) : d("", !0),
221
- f(c.$slots, "inline-search", {}, () => [
222
- i(t(Se), {
221
+ y(c.$slots, "inline-search", {}, () => [
222
+ i(t(Ke), {
223
223
  modelValue: t(v),
224
224
  "onUpdate:modelValue": [
225
- l[4] || (l[4] = (o) => Te(v) ? v.value = o : null),
225
+ l[4] || (l[4] = (o) => ke(v) ? v.value = o : null),
226
226
  e.onClearSearch
227
227
  ],
228
228
  placeholder: e.inlineSearchPlaceholder,
@@ -234,33 +234,33 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
234
234
  }, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
235
235
  ], !0)
236
236
  ])) : d("", !0),
237
- f(c.$slots, "input-list", { open: t(r) }, void 0, !0),
238
- m("div", y({
237
+ y(c.$slots, "input-list", { open: t(u) }, void 0, !0),
238
+ m("div", f({
239
239
  class: ["list-container", { "list-container--multi": e.multi }],
240
240
  style: { height: `${t(Q)}rem` }
241
241
  }, {
242
242
  ...t(J),
243
243
  ...t(g)[t(p).LIST_CONTAINER]
244
244
  }), [
245
- f(c.$slots, "custom-list-area", {}, void 0, !0),
246
- m("ul", y(t(Z), {
245
+ y(c.$slots, "custom-list-area", {}, void 0, !0),
246
+ m("ul", f(t(Z), {
247
247
  role: "listbox",
248
248
  class: ["list", {
249
249
  "list--multi": e.multi,
250
250
  "list--with-conditions": e.withConditions
251
251
  }]
252
252
  }), [
253
- !t(_).length && !e.loading && !e.withConditions ? (a(), s("li", ze, [
254
- i(t(Y), y({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
255
- default: u(() => [
253
+ !t(_).length && !e.loading && !e.withConditions ? (a(), s("li", $e, [
254
+ i(t(Y), f({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
255
+ default: r(() => [
256
256
  T(U(e.noResultsText), 1)
257
257
  ]),
258
258
  _: 1
259
259
  }, 16)
260
260
  ])) : d("", !0),
261
- e.showSelectAll !== !1 && e.multi && !t(v) && !e.loading && e.options.length ? f(c.$slots, "select-all", { key: 1 }, () => [
261
+ e.showSelectAll !== !1 && e.multi && !t(v) && !e.loading && e.options.length ? y(c.$slots, "select-all", { key: 1 }, () => [
262
262
  m("li", null, [
263
- i(t(q), y(
263
+ i(t(q), f(
264
264
  {
265
265
  "aria-selected": t(V),
266
266
  "aria-disabled": !!e.disabled,
@@ -274,38 +274,38 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
274
274
  onClick: l[5] || (l[5] = G((o) => t(te)(), ["stop"]))
275
275
  }
276
276
  ), {
277
- default: u(() => [
277
+ default: r(() => [
278
278
  T(" Select all ")
279
279
  ]),
280
280
  _: 1
281
281
  }, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate", "is-multi"])
282
282
  ])
283
283
  ], !0) : d("", !0),
284
- t(x).length && !e.loading ? (a(!0), s(ke, { key: 2 }, he(t(x), ({ data: o, index: w }) => (a(), s("li", {
284
+ t(D).length && !e.loading ? (a(!0), s(he, { key: 2 }, be(t(D), ({ data: o, index: w }) => (a(), s("li", {
285
285
  key: w,
286
286
  "aria-selected": t(A)(C(t(h)), o),
287
287
  "aria-disabled": !!e.disabled,
288
- onClick: G(() => t(D)(o, w), ["stop"])
288
+ onClick: G(() => t(P)(o, w), ["stop"])
289
289
  }, [
290
- e.groupedOptions && t(ce)(o) ? f(c.$slots, "group-option", { key: 0 }, () => [
291
- i(Be, null, {
292
- default: u(() => [
290
+ e.groupedOptions && t(ce)(o) ? y(c.$slots, "group-option", { key: 0 }, () => [
291
+ i(Fe, null, {
292
+ default: r(() => [
293
293
  T(U(e.displayValue(o) || o[e.optionNameKey]), 1)
294
294
  ]),
295
295
  _: 2
296
296
  }, 1024)
297
- ], !0) : f(c.$slots, "default", {
297
+ ], !0) : y(c.$slots, "default", {
298
298
  key: 1,
299
299
  option: o,
300
300
  index: w,
301
301
  selected: t(A)(C(t(h)), o),
302
- active: C(t(P)) === w,
302
+ active: C(t(x)) === w,
303
303
  disabled: o[n.disabledOptionKey]
304
304
  }, () => [
305
305
  i(t(q), {
306
306
  option: o,
307
307
  "selected-prop": t(A)(t(h), o),
308
- active: C(t(P)) === w,
308
+ active: C(t(x)) === w,
309
309
  disabled: o[n.disabledOptionKey],
310
310
  "name-key": e.optionNameKey,
311
311
  "image-key": e.optionImageKey,
@@ -318,10 +318,15 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
318
318
  "option-two-lines-variant": e.optionTwoLinesVariant,
319
319
  "option-two-lines-key": e.optionTwoLinesKey,
320
320
  "is-multi": e.multi
321
- }, null, 8, ["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", "option-two-lines-variant", "option-two-lines-key", "is-multi"])
321
+ }, {
322
+ "option-end": r(({ option: fe }) => [
323
+ y(c.$slots, "option-end", { option: fe }, void 0, !0)
324
+ ]),
325
+ _: 2
326
+ }, 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", "option-two-lines-variant", "option-two-lines-key", "is-multi"])
322
327
  ], !0)
323
- ], 8, $e))), 128)) : d("", !0),
324
- e.loading || e.loadMoreLoading ? (a(), s("li", Me, [
328
+ ], 8, Me))), 128)) : d("", !0),
329
+ e.loading || e.loadMoreLoading ? (a(), s("li", We, [
325
330
  i(t(S), { round: "" }),
326
331
  i(t(S), { round: "" }),
327
332
  i(t(S), { round: "" }),
@@ -329,9 +334,9 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
329
334
  ])) : d("", !0)
330
335
  ], 16)
331
336
  ], 16),
332
- e.multi ? (a(), s("div", We, [
333
- m("div", He, [
334
- i(t(O), y(
337
+ e.multi ? (a(), s("div", He, [
338
+ m("div", Ue, [
339
+ i(t(O), f(
335
340
  {
336
341
  ref_key: "clearAll",
337
342
  ref: ue,
@@ -344,14 +349,14 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
344
349
  onClick: l[6] || (l[6] = () => t(z)(!1))
345
350
  }
346
351
  ), {
347
- default: u(() => [
352
+ default: r(() => [
348
353
  T(" Clear all ")
349
354
  ]),
350
355
  _: 1
351
356
  }, 16)
352
357
  ]),
353
- m("div", Ue, [
354
- i(t(O), y(
358
+ m("div", Ge, [
359
+ i(t(O), f(
355
360
  {
356
361
  ref_key: "cancel",
357
362
  ref: se,
@@ -362,19 +367,19 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
362
367
  t(g)[t(p).ACTION_CANCEL],
363
368
  { onClick: t(le) }
364
369
  ), {
365
- default: u(() => [
370
+ default: r(() => [
366
371
  T(" Cancel ")
367
372
  ]),
368
373
  _: 1
369
374
  }, 16, ["onClick"]),
370
- i(t(O), y({
375
+ i(t(O), f({
371
376
  ref_key: "apply",
372
377
  ref: de,
373
378
  "data-testid": "mutli-apply",
374
379
  size: "small",
375
380
  class: "apply-button"
376
381
  }, t(g)[t(p).ACTION_APPLY], { onClick: t(ie) }), {
377
- default: u(() => [
382
+ default: r(() => [
378
383
  T(" Apply ")
379
384
  ]),
380
385
  _: 1
@@ -387,10 +392,10 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
387
392
  _: 3
388
393
  })
389
394
  ]),
390
- default: u(() => [
395
+ default: r(() => [
391
396
  m("div", {
392
397
  class: E(["button__container", {
393
- "button__container--open": !!t(r),
398
+ "button__container--open": !!t(u),
394
399
  [`button__container--${e.size}`]: !0,
395
400
  "button__container--disabled": e.disabled
396
401
  }])
@@ -399,16 +404,16 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
399
404
  ref_key: "buttonRef",
400
405
  ref: R
401
406
  }, [
402
- f(c.$slots, "dropdown-trigger", {
407
+ y(c.$slots, "dropdown-trigger", {
403
408
  buttonTriggerProps: {
404
- open: t(r),
409
+ open: t(u),
405
410
  disabled: e.disabled,
406
411
  label: t(oe) || e.placeholder,
407
412
  onClick: () => t(I)()
408
413
  },
409
414
  defaultTriggerProps: {
410
415
  placeholder: e.placeholder,
411
- open: t(r),
416
+ open: t(u),
412
417
  label: e.triggerLabel,
413
418
  showFeedbackIcon: e.triggerFeedbackShowIcon,
414
419
  mandatory: e.mandatory,
@@ -436,10 +441,10 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
436
441
  onClick: W
437
442
  }
438
443
  }, () => [
439
- t($) ? (a(), s("div", Ve, [
440
- (a(), X(be(t($)), {
444
+ t($) ? (a(), s("div", De, [
445
+ (a(), X(we(t($)), {
441
446
  placeholder: e.placeholder,
442
- open: t(r),
447
+ open: t(u),
443
448
  label: e.triggerLabel,
444
449
  "show-feedback-icon": e.triggerFeedbackShowIcon,
445
450
  mandatory: e.mandatory,
@@ -468,14 +473,14 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
468
473
  onCopyToClipboard: l[0] || (l[0] = (o) => B("copyToClipboard"))
469
474
  }, 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"]))
470
475
  ])) : d("", !0),
471
- e.predefinedTrigger === t(k).ICON_BUTTON ? (a(), s("div", xe, [
472
- i(t(Ie), {
476
+ e.predefinedTrigger === t(k).ICON_BUTTON ? (a(), s("div", Pe, [
477
+ i(t(ve), {
473
478
  onClick: l[1] || (l[1] = (o) => t(I)())
474
479
  })
475
480
  ])) : d("", !0),
476
- e.predefinedTrigger === t(k).CHIP ? (a(), s("div", De, [
477
- i(t(ve), {
478
- open: t(r),
481
+ e.predefinedTrigger === t(k).CHIP ? (a(), s("div", xe, [
482
+ i(t(Ce), {
483
+ open: t(u),
479
484
  label: e.placeholder,
480
485
  "test-id": e.testId,
481
486
  options: e.options,
@@ -493,7 +498,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
493
498
  ]),
494
499
  _: 3
495
500
  }, 16, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size"]),
496
- e.triggerFeedbackText ? (a(), X(Oe, {
501
+ e.triggerFeedbackText ? (a(), X(Be, {
497
502
  key: 0,
498
503
  text: e.triggerFeedbackText,
499
504
  variant: e.triggerFeedbackVariant,
@@ -502,9 +507,9 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Ve = { key: 0 }, xe
502
507
  class: "dropdown-field-help-text"
503
508
  }, null, 8, ["text", "variant", "show-icon", "test-id"])) : d("", !0)
504
509
  ])
505
- ], 16, Fe));
510
+ ], 16, Ne));
506
511
  }
507
512
  });
508
513
  export {
509
- kt as default
514
+ ht as default
510
515
  };
@@ -125,6 +125,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
125
125
  "icon-start"?(_: {}): any;
126
126
  default?(_: {}): any;
127
127
  "icon-end"?(_: {}): any;
128
+ "option-end"?(_: {
129
+ option: any;
130
+ }): any;
128
131
  }>;
129
132
  export default _default;
130
133
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
1
  import o from "./OptionV4.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-1e8837dc"]]);
3
+ // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_8ba7e191_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-8ba7e191"]]);
5
5
  export {
6
6
  s as default
7
7
  };