@ironsource/shared-ui 2.1.12-test.53 → 2.1.12-test.54

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 (151) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +1 -0
  2. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +1 -0
  3. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_9c4df598_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +1 -0
  6. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +1 -0
  7. package/ColumnConfigurator.vue_vue_type_style_index_0_scoped_702ad52e_lang.css +1 -0
  8. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
  9. package/DataGrid.vue_vue_type_style_index_0_scoped_6db25923_lang.css +1 -0
  10. package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
  11. package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
  12. package/DropdownV4.vue_vue_type_style_index_0_scoped_2d66b7b6_lang.css +1 -0
  13. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
  14. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
  15. package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
  16. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
  17. package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
  18. package/{SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css → SettingsHeader.vue_vue_type_style_index_0_scoped_a869d327_lang.css} +1 -1
  19. package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
  20. package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
  21. package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
  22. package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
  23. package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
  24. package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
  25. package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
  26. package/components/chart/Chart.vue.d.ts +5 -0
  27. package/components/chart/Chart.vue.js +4 -4
  28. package/components/chart/Chart.vue2.js +122 -112
  29. package/components/chart/ChartHeader.vue.d.ts +5 -0
  30. package/components/chart/ChartHeader.vue.js +3 -3
  31. package/components/chart/ChartHeader.vue2.js +49 -44
  32. package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
  33. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  34. package/components/chart/ChartHeaderTrend.vue2.js +42 -39
  35. package/components/chart/ChartLegend.vue.d.ts +5 -0
  36. package/components/chart/ChartLegend.vue.js +3 -3
  37. package/components/chart/ChartLegend.vue2.js +76 -71
  38. package/components/chart/ChartPlane.vue.d.ts +5 -0
  39. package/components/chart/ChartPlane.vue.js +3 -3
  40. package/components/chart/ChartPlane.vue2.js +125 -119
  41. package/components/chart/ChartTooltip.vue.d.ts +5 -0
  42. package/components/chart/ChartTooltip.vue.js +2 -2
  43. package/components/chart/ChartTooltip.vue2.js +38 -34
  44. package/components/chart/LegendSorting.vue.d.ts +5 -0
  45. package/components/chart/LegendSorting.vue.js +16 -14
  46. package/components/chart/SettingsHeader.vue.d.ts +19 -3
  47. package/components/chart/SettingsHeader.vue.js +3 -3
  48. package/components/chart/SettingsHeader.vue2.js +36 -29
  49. package/components/chart/index.d.ts +20 -1
  50. package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
  51. package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
  52. package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
  53. package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
  54. package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
  55. package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
  56. package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
  57. package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
  58. package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
  59. package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
  60. package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
  61. package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
  62. package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
  63. package/components/columnConfigurator/consts.d.ts +1 -0
  64. package/components/columnConfigurator/consts.js +4 -0
  65. package/components/columnConfigurator/index.d.ts +73 -0
  66. package/components/columnConfigurator/index.js +6 -0
  67. package/components/columnConfigurator/mockData.d.ts +30 -0
  68. package/components/columnConfigurator/utils.d.ts +2 -0
  69. package/components/columnConfigurator/utils.js +18 -0
  70. package/components/columnPicker/ColumnPicker.vue.d.ts +1 -1
  71. package/components/columnPicker/index.d.ts +20 -20
  72. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  73. package/components/dropdown/v4/ConditionalDropdown.vue2.js +99 -97
  74. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
  75. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  76. package/components/dropdown/v4/DropdownV4.vue2.js +89 -82
  77. package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
  78. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  79. package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
  80. package/components/dropdown/v4/index.d.ts +41 -1
  81. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
  82. package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
  83. package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
  84. package/components/emptyState/v4/index.d.ts +20 -1
  85. package/components/link/Link.vue.d.ts +5 -0
  86. package/components/link/Link.vue.js +3 -3
  87. package/components/link/Link.vue2.js +36 -28
  88. package/components/link/index.d.ts +20 -1
  89. package/components/sortableList/LoaderBars.vue.d.ts +34 -0
  90. package/components/sortableList/LoaderBars.vue.js +7 -0
  91. package/components/sortableList/LoaderBars.vue2.js +25 -0
  92. package/components/sortableList/SortableItem.vue.js +4 -4
  93. package/components/sortableList/SortableItem.vue2.js +3 -3
  94. package/components/sortableList/SortableList.vue.d.ts +2 -2
  95. package/components/sortableList/SortableList.vue.js +5 -5
  96. package/components/sortableList/SortableList.vue2.js +96 -106
  97. package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
  98. package/components/sortableList/SortableSelectableList.vue.js +7 -0
  99. package/components/sortableList/SortableSelectableList.vue2.js +128 -0
  100. package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
  101. package/components/sortableList/composables/useDraggableHelpers.js +20 -0
  102. package/components/sortableList/consts.d.ts +2 -0
  103. package/components/sortableList/consts.js +4 -2
  104. package/components/sortableList/index.d.ts +39 -39
  105. package/components/table/common/consts.d.ts +2 -0
  106. package/components/table/common/consts.js +6 -4
  107. package/components/table/v4/DataGrid.vue.d.ts +4 -3
  108. package/components/table/v4/DataGrid.vue.js +4 -4
  109. package/components/table/v4/DataGrid.vue2.js +363 -335
  110. package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
  111. package/components/table/v4/DataGridContainer.vue.js +7 -0
  112. package/components/table/v4/DataGridContainer.vue2.js +19 -0
  113. package/components/table/v4/DataGridHeader.vue.d.ts +1 -1
  114. package/components/table/v4/DataGridHeader.vue.js +2 -2
  115. package/components/table/v4/DataGridHeader.vue2.js +30 -28
  116. package/components/table/v4/MultipleDataGrid.vue.d.ts +2 -2
  117. package/components/table/v4/index.d.ts +104 -103
  118. package/components/tagsField/TagsField.types.d.ts +4 -0
  119. package/components/tagsField/TagsField.vue.d.ts +65 -0
  120. package/components/tagsField/TagsField.vue.js +7 -0
  121. package/components/tagsField/TagsField.vue2.js +90 -0
  122. package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
  123. package/components/tagsField/TagsFieldChip.vue.js +7 -0
  124. package/components/tagsField/TagsFieldChip.vue2.js +81 -0
  125. package/components/tagsField/consts.d.ts +1 -0
  126. package/components/tagsField/consts.js +4 -0
  127. package/components/tagsField/index.d.ts +75 -0
  128. package/components/tagsField/index.js +6 -0
  129. package/index.d.ts +410 -288
  130. package/index.js +87 -79
  131. package/package.json +10 -1
  132. package/testids/index.d.ts +36 -0
  133. package/testids/index.js +37 -31
  134. package/utils/object.d.ts +2 -0
  135. package/utils/object.js +9 -5
  136. package/utils/search.js +1 -1
  137. package/Chart.vue_vue_type_style_index_0_scoped_3da25a36_lang.css +0 -1
  138. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
  139. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_2f916aeb_lang.css +0 -1
  140. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  141. package/ChartPlane.vue_vue_type_style_index_0_scoped_dd60ff0e_lang.css +0 -1
  142. package/ChartTooltip.vue_vue_type_style_index_0_scoped_3d0780bb_lang.css +0 -1
  143. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_bdd6ee48_lang.css +0 -1
  144. package/DataGrid.vue_vue_type_style_index_0_scoped_da7631e0_lang.css +0 -1
  145. package/DataGridHeader.vue_vue_type_style_index_0_scoped_840e700c_lang.css +0 -1
  146. package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +0 -1
  147. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
  148. package/Link.vue_vue_type_style_index_0_scoped_b10e2439_lang.css +0 -1
  149. package/SortableItem.vue_vue_type_style_index_0_scoped_800cd503_lang.css +0 -1
  150. package/SortableList.vue_vue_type_style_index_0_scoped_84dc8525_lang.css +0 -1
  151. package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
@@ -1,4 +1,4 @@
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 ke, computed as x, watch as Te, toRaw as S, openBlock as d, createElementBlock as r, mergeProps as m, unref as t, renderSlot as y, createElementVNode as f, createVNode as a, withCtx as u, Transition as we, normalizeClass as B, normalizeStyle as be, createTextVNode as T, createCommentVNode as s, isRef as Ie, toDisplayString as q, withModifiers as j, Fragment as Se, renderList as ve, createSlots as Ce, createBlock as F, resolveDynamicComponent as Ke } from "vue";
1
+ import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_2d66b7b6_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as ke, computed as B, watch as Te, toRaw as v, openBlock as a, createElementBlock as r, mergeProps as m, unref as t, renderSlot as u, createElementVNode as f, createVNode as d, withCtx as c, Transition as we, normalizeClass as x, normalizeStyle as be, createTextVNode as T, createCommentVNode as s, isRef as Ie, toDisplayString as q, withModifiers as j, Fragment as ve, renderList as Se, createSlots as Ce, createBlock as F, resolveDynamicComponent as Ke } 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";
@@ -13,9 +13,9 @@ import "./ButtonFilterDropdownTrigger.vue.js";
13
13
  import "./TreeDropdown.vue.js";
14
14
  import J from "./OptionV4.vue.js";
15
15
  import "./ConditionalDropdown.vue.js";
16
- import xe from "../../search/v4/SearchV4.vue.js";
16
+ import Be from "../../search/v4/SearchV4.vue.js";
17
17
  import Q from "../../typography/v4/Typography.vue.js";
18
- import { Dropdown as Be } from "floating-vue";
18
+ import { Dropdown as xe } from "floating-vue";
19
19
  import { DropdownTestIdModifiers as p } from "../../../testids/index.js";
20
20
  import { dropdownCommon as Fe } from "../common/Dropdown.common.js";
21
21
  import K from "../../skeleton/v4/SkeletonV4.vue.js";
@@ -36,7 +36,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
36
36
  }, qe = {
37
37
  key: 1,
38
38
  class: "actions-wrapper"
39
- }, je = { class: "actions-clear-all" }, Je = { class: "actions-apply-cancel" }, vt = /* @__PURE__ */ ke({
39
+ }, je = { class: "actions-clear-all" }, Je = { class: "actions-apply-cancel" }, Qe = {
40
+ key: 2,
41
+ class: "dropdown-footer"
42
+ }, Ct = /* @__PURE__ */ ke({
40
43
  __name: "DropdownV4",
41
44
  props: {
42
45
  modelValue: { default: null },
@@ -119,8 +122,8 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
119
122
  VERSION: 4
120
123
  }, {
121
124
  onKeydown: I,
122
- open: c,
123
- toggleMenu: v,
125
+ open: y,
126
+ toggleMenu: S,
124
127
  onButtonKeydown: P,
125
128
  query: C,
126
129
  containerProps: _,
@@ -129,8 +132,8 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
129
132
  filteredOptions: oe,
130
133
  allSelected: $,
131
134
  allSelectedApplied: A,
132
- isIndeterminate: ne,
133
- onSelectAll: ie,
135
+ isIndeterminate: ie,
136
+ onSelectAll: ne,
134
137
  virtualOptions: M,
135
138
  isSelected: O,
136
139
  selectedOption: h,
@@ -150,7 +153,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
150
153
  clearAll: me,
151
154
  isGroup: fe,
152
155
  flattenAndMarkGroupOptions: pe
153
- } = Fe(o, V, D), g = Ne(o.testId, p), H = x(() => !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT ? Ae : o.predefinedTrigger === w.APP ? Ee : null), { width: U } = Ve(W), ge = x(() => o.optionsListWidth ? o.optionsListWidth : !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT || o.predefinedTrigger === w.APP ? U.value - 2 > 240 ? `${U.value - 2}px` : `${D.DROPLIST_MIN_WIDTH}px` : "auto");
156
+ } = Fe(o, V, D), g = Ne(o.testId, p), H = B(() => !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT ? Ae : o.predefinedTrigger === w.APP ? Ee : null), { width: U } = Ve(W), ge = B(() => o.optionsListWidth ? o.optionsListWidth : !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT || o.predefinedTrigger === w.APP ? U.value - 2 > 240 ? `${U.value - 2}px` : `${D.DROPLIST_MIN_WIDTH}px` : "auto");
154
157
  Te(
155
158
  () => o.optionsListWidth,
156
159
  () => {
@@ -161,14 +164,14 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
161
164
  }
162
165
  );
163
166
  const Y = () => {
164
- v();
165
- }, X = x(() => {
167
+ S();
168
+ }, X = B(() => {
166
169
  const i = {
167
170
  tooltipMessage: null,
168
171
  selections: []
169
172
  };
170
173
  if (o.multi && o.comparingKey) {
171
- const l = S(h.value);
174
+ const l = v(h.value);
172
175
  if (o.minSelections || o.maxSelections) {
173
176
  if (Array.isArray(l) && l.length <= o.minSelections)
174
177
  return i.tooltipMessage = `You need to select at least ${o.minSelections} item${o.minSelections > 1 ? "s" : ""}`, i.selections = l.map(
@@ -195,7 +198,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
195
198
  return Z({
196
199
  selectItem: R,
197
200
  scrollTo: se
198
- }), (i, l) => (d(), r("div", m({
201
+ }), (i, l) => (a(), r("div", m({
199
202
  ref_key: "el",
200
203
  ref: ye,
201
204
  class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
@@ -204,9 +207,9 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
204
207
  onKeydown: l[8] || (l[8] = //@ts-ignore
205
208
  (...n) => t(I) && t(I)(...n))
206
209
  }), [
207
- y(i.$slots, "label", {}, void 0, !0),
210
+ u(i.$slots, "label", {}, void 0, !0),
208
211
  f("div", Me, [
209
- a(t(Be), m({
212
+ d(t(xe), m({
210
213
  theme: e.theme,
211
214
  "popper-class": [
212
215
  e.popperClass,
@@ -219,43 +222,43 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
219
222
  distance: e.distance,
220
223
  flip: e.flip,
221
224
  triggers: [],
222
- shown: !!t(c),
225
+ shown: !!t(y),
223
226
  "auto-hide": !1,
224
227
  container: e.container,
225
228
  "auto-size": e.autoSize
226
229
  }, t(g)[t(p).TRIGGER]), {
227
- popper: u(() => [
228
- a(we, null, {
229
- default: u(() => [
230
- t(c) ? (d(), r("div", {
230
+ popper: c(() => [
231
+ d(we, null, {
232
+ default: c(() => [
233
+ t(y) ? (a(), r("div", {
231
234
  key: 0,
232
235
  ref_key: "listRef",
233
236
  ref: re,
234
- class: B(["light-theme-v4", {
237
+ class: x(["light-theme-v4", {
235
238
  "dropdown--disabled": e.disabled,
236
239
  "inline-search": e.inlineSearch
237
240
  }]),
238
241
  style: be({ width: t(ge) })
239
242
  }, [
240
- t(c) ? (d(), r("div", {
243
+ t(y) ? (a(), r("div", {
241
244
  key: 0,
242
- class: B(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
245
+ class: x(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
243
246
  onKeydown: l[7] || (l[7] = //@ts-ignore
244
247
  (...n) => t(I) && t(I)(...n))
245
248
  }, [
246
- t(c) && e.inlineSearch ? (d(), r("div", Ge, [
247
- e.withConditions ? y(i.$slots, "dropdown-conditions", { key: 0 }, () => [
249
+ t(y) && e.inlineSearch ? (a(), r("div", Ge, [
250
+ e.withConditions ? u(i.$slots, "dropdown-conditions", { key: 0 }, () => [
248
251
  f("div", He, [
249
- a(t(Q), { variant: "body2" }, {
250
- default: u(() => [
252
+ d(t(Q), { variant: "body2" }, {
253
+ default: c(() => [
251
254
  T("Conditions")
252
255
  ]),
253
256
  _: 1
254
257
  })
255
258
  ])
256
259
  ], !0) : s("", !0),
257
- y(i.$slots, "inline-search", {}, () => [
258
- a(t(xe), {
260
+ u(i.$slots, "inline-search", {}, () => [
261
+ d(t(Be), {
259
262
  modelValue: t(C),
260
263
  "onUpdate:modelValue": [
261
264
  l[4] || (l[4] = (n) => Ie(C) ? C.value = n : null),
@@ -270,7 +273,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
270
273
  }, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
271
274
  ], !0)
272
275
  ])) : s("", !0),
273
- y(i.$slots, "input-list", { open: t(c) }, void 0, !0),
276
+ u(i.$slots, "input-list", { open: t(y) }, void 0, !0),
274
277
  f("div", m({
275
278
  class: ["list-container", { "list-container--multi": e.multi }],
276
279
  style: { height: `${t(ee)}rem` }
@@ -278,7 +281,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
278
281
  ...t(_),
279
282
  ...t(g)[t(p).LIST_CONTAINER]
280
283
  }), [
281
- y(i.$slots, "custom-list-area", {}, void 0, !0),
284
+ u(i.$slots, "custom-list-area", {}, void 0, !0),
282
285
  f("ul", m(t(te), {
283
286
  role: "listbox",
284
287
  class: ["list", {
@@ -286,65 +289,65 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
286
289
  "list--with-conditions": e.withConditions
287
290
  }]
288
291
  }), [
289
- !t(oe).length && !e.loading && !e.withConditions ? (d(), r("li", Ue, [
290
- a(t(Q), m({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
291
- default: u(() => [
292
+ !t(oe).length && !e.loading && !e.withConditions ? (a(), r("li", Ue, [
293
+ d(t(Q), m({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
294
+ default: c(() => [
292
295
  T(q(e.noResultsText), 1)
293
296
  ]),
294
297
  _: 1
295
298
  }, 16)
296
299
  ])) : s("", !0),
297
- e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ? y(i.$slots, "select-all", { key: 1 }, () => [
300
+ e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ? u(i.$slots, "select-all", { key: 1 }, () => [
298
301
  f("li", null, [
299
- a(t(J), m(
302
+ d(t(J), m(
300
303
  {
301
304
  "aria-selected": t($),
302
305
  "aria-disabled": !!e.disabled,
303
306
  "selected-prop": t($),
304
- "is-indeterminate": t(ne),
307
+ "is-indeterminate": t(ie),
305
308
  "is-multi": e.multi,
306
309
  "select-all-option": ""
307
310
  },
308
311
  t(g)[t(p).SELECT_ALL],
309
312
  {
310
- onClick: l[5] || (l[5] = j((n) => t(ie)(), ["stop"]))
313
+ onClick: l[5] || (l[5] = j((n) => t(ne)(), ["stop"]))
311
314
  }
312
315
  ), {
313
- default: u(() => [
316
+ default: c(() => [
314
317
  T(" Select all ")
315
318
  ]),
316
319
  _: 1
317
320
  }, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate", "is-multi"])
318
321
  ])
319
322
  ], !0) : s("", !0),
320
- t(M).length && !e.loading ? (d(!0), r(Se, { key: 2 }, ve(t(M), ({ data: n, index: k }) => (d(), r("li", {
323
+ t(M).length && !e.loading ? (a(!0), r(ve, { key: 2 }, Se(t(M), ({ data: n, index: k }) => (a(), r("li", {
321
324
  key: k,
322
- "aria-selected": t(O)(S(t(h)), n),
325
+ "aria-selected": t(O)(v(t(h)), n),
323
326
  "aria-disabled": !!e.disabled,
324
327
  onClick: j(
325
328
  () => !E(n) && t(R)(n, k),
326
329
  ["stop"]
327
330
  )
328
331
  }, [
329
- e.groupedOptions && t(fe)(n) ? y(i.$slots, "group-option", { key: 0 }, () => [
330
- a(Pe, null, {
331
- default: u(() => [
332
+ e.groupedOptions && t(fe)(n) ? u(i.$slots, "group-option", { key: 0 }, () => [
333
+ d(Pe, null, {
334
+ default: c(() => [
332
335
  T(q(e.displayValue(n) || n[e.optionNameKey]), 1)
333
336
  ]),
334
337
  _: 2
335
338
  }, 1024)
336
- ], !0) : y(i.$slots, "default", {
339
+ ], !0) : u(i.$slots, "default", {
337
340
  key: 1,
338
341
  option: n,
339
342
  index: k,
340
- selected: t(O)(S(t(h)), n),
341
- active: S(t(z)) === k,
343
+ selected: t(O)(v(t(h)), n),
344
+ active: v(t(z)) === k,
342
345
  disabled: E(n)
343
346
  }, () => [
344
- a(t(J), {
347
+ d(t(J), {
345
348
  option: n,
346
349
  "selected-prop": t(O)(t(h), n),
347
- active: S(t(z)) === k,
350
+ active: v(t(z)) === k,
348
351
  disabled: E(n),
349
352
  "name-key": e.optionNameKey,
350
353
  "image-key": e.optionImageKey,
@@ -363,25 +366,25 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
363
366
  }, Ce({ _: 2 }, [
364
367
  i.$slots["option-end"] ? {
365
368
  name: "option-end",
366
- fn: u(({ option: b }) => [
367
- y(i.$slots, "option-end", { option: b }, void 0, !0)
369
+ fn: c(({ option: b }) => [
370
+ u(i.$slots, "option-end", { option: b }, void 0, !0)
368
371
  ]),
369
372
  key: "0"
370
373
  } : void 0
371
374
  ]), 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"])
372
375
  ], !0)
373
376
  ], 8, Ye))), 128)) : s("", !0),
374
- e.loading || e.loadMoreLoading ? (d(), r("li", Xe, [
375
- a(t(K), { round: "" }),
376
- a(t(K), { round: "" }),
377
- a(t(K), { round: "" }),
378
- a(t(K), { round: "" })
377
+ e.loading || e.loadMoreLoading ? (a(), r("li", Xe, [
378
+ d(t(K), { round: "" }),
379
+ d(t(K), { round: "" }),
380
+ d(t(K), { round: "" }),
381
+ d(t(K), { round: "" })
379
382
  ])) : s("", !0)
380
383
  ], 16)
381
384
  ], 16),
382
- e.multi ? (d(), r("div", qe, [
385
+ e.multi ? (a(), r("div", qe, [
383
386
  f("div", je, [
384
- e.showClearAll ? (d(), F(t(N), m(
387
+ e.showClearAll ? (a(), F(t(N), m(
385
388
  {
386
389
  key: 0,
387
390
  ref_key: "clearAll",
@@ -395,14 +398,14 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
395
398
  onClick: l[6] || (l[6] = () => t(G)(!1))
396
399
  }
397
400
  ), {
398
- default: u(() => [
401
+ default: c(() => [
399
402
  T(" Clear all ")
400
403
  ]),
401
404
  _: 1
402
405
  }, 16)) : s("", !0)
403
406
  ]),
404
407
  f("div", Je, [
405
- a(t(N), m(
408
+ d(t(N), m(
406
409
  {
407
410
  ref_key: "cancel",
408
411
  ref: ce,
@@ -413,24 +416,27 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
413
416
  t(g)[t(p).ACTION_CANCEL],
414
417
  { onClick: t(ae) }
415
418
  ), {
416
- default: u(() => [
419
+ default: c(() => [
417
420
  T(" Cancel ")
418
421
  ]),
419
422
  _: 1
420
423
  }, 16, ["onClick"]),
421
- a(t(N), m({
424
+ d(t(N), m({
422
425
  ref_key: "apply",
423
426
  ref: ue,
424
427
  "data-testid": "mutli-apply",
425
428
  size: "small",
426
429
  class: "apply-button"
427
430
  }, t(g)[t(p).ACTION_APPLY], { onClick: t(de) }), {
428
- default: u(() => [
431
+ default: c(() => [
429
432
  T(" Apply ")
430
433
  ]),
431
434
  _: 1
432
435
  }, 16, ["onClick"])
433
436
  ])
437
+ ])) : s("", !0),
438
+ i.$slots.footer ? (a(), r("div", Qe, [
439
+ u(i.$slots, "footer", {}, void 0, !0)
434
440
  ])) : s("", !0)
435
441
  ], 34)) : s("", !0)
436
442
  ], 6)) : s("", !0)
@@ -438,10 +444,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
438
444
  _: 3
439
445
  })
440
446
  ]),
441
- default: u(() => [
447
+ default: c(() => [
442
448
  f("div", {
443
- class: B(["button__container", {
444
- "button__container--open": !!t(c),
449
+ class: x(["button__container", {
450
+ "button__container--open": !!t(y),
445
451
  [`button__container--${e.size}`]: !0,
446
452
  "button__container--disabled": e.disabled
447
453
  }])
@@ -450,16 +456,17 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
450
456
  ref_key: "buttonRef",
451
457
  ref: W
452
458
  }, [
453
- y(i.$slots, "dropdown-trigger", {
459
+ u(i.$slots, "dropdown-trigger", {
454
460
  buttonTriggerProps: {
455
- open: t(c),
461
+ open: t(y),
456
462
  disabled: e.disabled,
457
463
  label: t(le) || e.placeholder,
458
- onClick: () => t(v)()
464
+ onClick: () => t(S)(),
465
+ testId: e.testId
459
466
  },
460
467
  defaultTriggerProps: {
461
468
  placeholder: e.placeholder,
462
- open: t(c),
469
+ open: t(y),
463
470
  label: e.triggerLabel,
464
471
  showFeedbackIcon: e.triggerFeedbackShowIcon,
465
472
  mandatory: e.mandatory,
@@ -487,10 +494,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
487
494
  onClick: Y
488
495
  }
489
496
  }, () => [
490
- t(H) ? (d(), r("div", Re, [
491
- (d(), F(Ke(t(H)), {
497
+ t(H) ? (a(), r("div", Re, [
498
+ (a(), F(Ke(t(H)), {
492
499
  placeholder: e.placeholder,
493
- open: t(c),
500
+ open: t(y),
494
501
  label: e.triggerLabel,
495
502
  "show-feedback-icon": e.triggerFeedbackShowIcon,
496
503
  mandatory: e.mandatory,
@@ -519,14 +526,14 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
519
526
  onCopyToClipboard: l[0] || (l[0] = (n) => V("copyToClipboard"))
520
527
  }, 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"]))
521
528
  ])) : s("", !0),
522
- e.predefinedTrigger === t(w).ICON_BUTTON ? (d(), r("div", ze, [
523
- a(t(Oe), {
524
- onClick: l[1] || (l[1] = (n) => t(v)())
529
+ e.predefinedTrigger === t(w).ICON_BUTTON ? (a(), r("div", ze, [
530
+ d(t(Oe), {
531
+ onClick: l[1] || (l[1] = (n) => t(S)())
525
532
  })
526
533
  ])) : s("", !0),
527
- e.predefinedTrigger === t(w).CHIP ? (d(), r("div", We, [
528
- a(t(Le), {
529
- open: t(c),
534
+ e.predefinedTrigger === t(w).CHIP ? (a(), r("div", We, [
535
+ d(t(Le), {
536
+ open: t(y),
530
537
  label: e.placeholder,
531
538
  "test-id": e.testId,
532
539
  options: e.options,
@@ -535,7 +542,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
535
542
  multi: e.multi,
536
543
  "all-selected": t(A),
537
544
  "shown-values-count": e.triggerShownValuesCount,
538
- onClick: l[2] || (l[2] = (n) => t(v)()),
545
+ onClick: l[2] || (l[2] = (n) => t(S)()),
539
546
  onClear: l[3] || (l[3] = (n) => t(G)())
540
547
  }, null, 8, ["open", "label", "test-id", "options", "selected-option", "display-value", "multi", "all-selected", "shown-values-count"])
541
548
  ])) : s("", !0)
@@ -545,7 +552,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
545
552
  ]),
546
553
  _: 3
547
554
  }, 16, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size"]),
548
- e.triggerFeedbackText ? (d(), F(De, {
555
+ e.triggerFeedbackText ? (a(), F(De, {
549
556
  key: 0,
550
557
  text: e.triggerFeedbackText,
551
558
  variant: e.triggerFeedbackVariant,
@@ -558,5 +565,5 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
558
565
  }
559
566
  });
560
567
  export {
561
- vt as default
568
+ Ct as default
562
569
  };
@@ -20,6 +20,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
20
  optionChildrenKey: string;
21
21
  optionUniqueIdKey: string | number;
22
22
  preExpandedOptions: string[] | number[];
23
+ triggerFeedbackText?: string;
24
+ triggerFeedbackVariant?: "success" | "warning" | "error";
23
25
  }>, {
24
26
  selected: any;
25
27
  placeholder: string;
@@ -36,6 +38,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
38
  optionEndTextIconKey: any;
37
39
  valueToCopy: any;
38
40
  disabledOptionKey: string;
41
+ triggerFeedbackText: string;
42
+ triggerFeedbackVariant: any;
39
43
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
44
  "update:selected": (value: unknown) => void;
41
45
  "update:isOpen": (value: unknown) => void;
@@ -61,6 +65,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
61
65
  optionChildrenKey: string;
62
66
  optionUniqueIdKey: string | number;
63
67
  preExpandedOptions: string[] | number[];
68
+ triggerFeedbackText?: string;
69
+ triggerFeedbackVariant?: "success" | "warning" | "error";
64
70
  }>, {
65
71
  selected: any;
66
72
  placeholder: string;
@@ -77,6 +83,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
77
83
  optionEndTextIconKey: any;
78
84
  valueToCopy: any;
79
85
  disabledOptionKey: string;
86
+ triggerFeedbackText: string;
87
+ triggerFeedbackVariant: any;
80
88
  }>>> & {
81
89
  "onUpdate:selected"?: (value: unknown) => any;
82
90
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -87,6 +95,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
87
95
  valueToCopy: string;
88
96
  selected: unknown[];
89
97
  placeholder: string;
98
+ triggerFeedbackText: string;
99
+ triggerFeedbackVariant: "success" | "warning" | "error";
90
100
  inlineSearchPlaceholder: string;
91
101
  optionNameKey: string;
92
102
  optionIconKey: string;
@@ -1,7 +1,7 @@
1
1
  import o from "./TreeDropdown.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-4ba9e4bd"]]);
3
+ // import "../../../TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-63dc057e"]]);
5
5
  export {
6
6
  s as default
7
7
  };