@ironsource/shared-ui 2.1.12-test.52 → 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 (245) 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/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
  9. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
  10. package/DataGrid.vue_vue_type_style_index_0_scoped_6db25923_lang.css +1 -0
  11. package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
  12. package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
  13. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
  14. package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
  15. package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
  16. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_0_scoped_2d66b7b6_lang.css +1 -0
  18. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
  19. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
  20. package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
  21. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
  22. package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
  23. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
  24. package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
  25. package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
  26. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
  27. package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
  28. 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
  29. package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
  30. package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
  31. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
  32. package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
  33. package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
  34. package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
  35. package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
  36. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
  37. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
  38. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
  39. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  40. package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
  41. package/components/chart/Chart.vue.d.ts +21 -1
  42. package/components/chart/Chart.vue.js +3 -3
  43. package/components/chart/Chart.vue2.js +130 -114
  44. package/components/chart/ChartHeader.vue.d.ts +5 -0
  45. package/components/chart/ChartHeader.vue.js +3 -3
  46. package/components/chart/ChartHeader.vue2.js +49 -44
  47. package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
  48. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  49. package/components/chart/ChartHeaderTrend.vue2.js +43 -39
  50. package/components/chart/ChartLegend.vue.d.ts +5 -0
  51. package/components/chart/ChartLegend.vue.js +3 -3
  52. package/components/chart/ChartLegend.vue2.js +76 -71
  53. package/components/chart/ChartPlane.vue.d.ts +15 -0
  54. package/components/chart/ChartPlane.vue.js +5 -5
  55. package/components/chart/ChartPlane.vue2.js +173 -156
  56. package/components/chart/ChartStoryArgs.d.ts +17 -0
  57. package/components/chart/ChartTooltip.vue.d.ts +5 -0
  58. package/components/chart/ChartTooltip.vue.js +2 -2
  59. package/components/chart/ChartTooltip.vue2.js +39 -35
  60. package/components/chart/LegendSorting.vue.d.ts +5 -0
  61. package/components/chart/LegendSorting.vue.js +16 -14
  62. package/components/chart/SettingsHeader.vue.d.ts +19 -3
  63. package/components/chart/SettingsHeader.vue.js +3 -3
  64. package/components/chart/SettingsHeader.vue2.js +36 -29
  65. package/components/chart/TooltipHeader.vue.js +3 -3
  66. package/components/chart/TooltipHeader.vue2.js +25 -26
  67. package/components/chart/colorPalette.d.ts +2 -1
  68. package/components/chart/colorPalette.js +47 -33
  69. package/components/chart/composables/useColorsMap.d.ts +3 -1
  70. package/components/chart/composables/useColorsMap.js +32 -30
  71. package/components/chart/consts.d.ts +5 -1
  72. package/components/chart/consts.js +30 -26
  73. package/components/chart/index.d.ts +77 -1
  74. package/components/chart/mockData.d.ts +15 -0
  75. package/components/chart/types.d.ts +3 -1
  76. package/components/chart/types.js +5 -5
  77. package/components/chart/utils/utils.d.ts +1 -1
  78. package/components/chart/utils/utils.js +18 -13
  79. package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
  80. package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
  81. package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
  82. package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
  83. package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
  84. package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
  85. package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
  86. package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
  87. package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
  88. package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
  89. package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
  90. package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
  91. package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
  92. package/components/columnConfigurator/consts.d.ts +1 -0
  93. package/components/columnConfigurator/consts.js +4 -0
  94. package/components/columnConfigurator/index.d.ts +73 -0
  95. package/components/columnConfigurator/index.js +6 -0
  96. package/components/columnConfigurator/mockData.d.ts +30 -0
  97. package/components/columnConfigurator/utils.d.ts +2 -0
  98. package/components/columnConfigurator/utils.js +18 -0
  99. package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
  100. package/components/columnPicker/ColumnPicker.vue.js +7 -0
  101. package/components/columnPicker/ColumnPicker.vue2.js +322 -0
  102. package/components/columnPicker/OptionChip.vue.d.ts +53 -0
  103. package/components/columnPicker/OptionChip.vue.js +7 -0
  104. package/components/columnPicker/OptionChip.vue2.js +46 -0
  105. package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
  106. package/components/columnPicker/RemoveButton.vue.js +7 -0
  107. package/components/columnPicker/RemoveButton.vue2.js +35 -0
  108. package/components/columnPicker/index.d.ts +388 -0
  109. package/components/columnPicker/index.js +6 -0
  110. package/components/columnPicker/mockData.d.ts +8 -0
  111. package/components/dialog/v3/Dialog.vue.d.ts +3 -3
  112. package/components/dialog/v3/index.d.ts +46 -46
  113. package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
  114. package/components/dialog/v4/DialogFooter.vue.js +7 -0
  115. package/components/dialog/v4/DialogFooter.vue2.js +60 -0
  116. package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
  117. package/components/dialog/v4/DialogHeader.vue.js +7 -0
  118. package/components/dialog/v4/DialogHeader.vue2.js +58 -0
  119. package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
  120. package/components/dialog/v4/DialogV4.vue.js +3 -3
  121. package/components/dialog/v4/DialogV4.vue2.js +65 -107
  122. package/components/dialog/v4/index.d.ts +157 -157
  123. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  124. package/components/dropdown/v3/index.d.ts +20 -20
  125. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  126. package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
  127. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
  128. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  129. package/components/dropdown/v4/DropdownV4.vue2.js +89 -82
  130. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  131. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  132. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  133. package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
  134. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  135. package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
  136. package/components/dropdown/v4/index.d.ts +61 -2
  137. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
  138. package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
  139. package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
  140. package/components/emptyState/v4/index.d.ts +20 -1
  141. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  142. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  143. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
  144. package/components/includeExclude/index.d.ts +70 -70
  145. package/components/input/v4/TextField.vue.d.ts +12 -0
  146. package/components/input/v4/TextField.vue.js +3 -3
  147. package/components/input/v4/TextField.vue2.js +129 -105
  148. package/components/input/v4/index.d.ts +46 -2
  149. package/components/link/Link.vue.d.ts +25 -0
  150. package/components/link/Link.vue.js +3 -3
  151. package/components/link/Link.vue2.js +40 -18
  152. package/components/link/index.d.ts +96 -1
  153. package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
  154. package/components/radioButton/v3/RadioButton.vue.js +3 -3
  155. package/components/radioButton/v3/RadioButton.vue2.js +42 -39
  156. package/components/radioButton/v3/index.d.ts +20 -1
  157. package/components/sortableList/LoaderBars.vue.d.ts +34 -0
  158. package/components/sortableList/LoaderBars.vue.js +7 -0
  159. package/components/sortableList/LoaderBars.vue2.js +25 -0
  160. package/components/sortableList/SortableItem.vue.d.ts +17 -2
  161. package/components/sortableList/SortableItem.vue.js +5 -5
  162. package/components/sortableList/SortableItem.vue2.js +86 -70
  163. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  164. package/components/sortableList/SortableItemLabel.vue2.js +26 -23
  165. package/components/sortableList/SortableList.types.d.ts +1 -0
  166. package/components/sortableList/SortableList.vue.d.ts +12 -2
  167. package/components/sortableList/SortableList.vue.js +5 -5
  168. package/components/sortableList/SortableList.vue2.js +111 -113
  169. package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
  170. package/components/sortableList/SortableSelectableList.vue.js +7 -0
  171. package/components/sortableList/SortableSelectableList.vue2.js +128 -0
  172. package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
  173. package/components/sortableList/composables/useDraggableHelpers.js +20 -0
  174. package/components/sortableList/composables/useHoverEffect.js +1 -1
  175. package/components/sortableList/consts.d.ts +2 -0
  176. package/components/sortableList/consts.js +4 -2
  177. package/components/sortableList/index.d.ts +77 -39
  178. package/components/table/common/consts.d.ts +2 -0
  179. package/components/table/common/consts.js +6 -4
  180. package/components/table/v4/DataGrid.vue.d.ts +8 -7
  181. package/components/table/v4/DataGrid.vue.js +3 -3
  182. package/components/table/v4/DataGrid.vue2.js +375 -355
  183. package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
  184. package/components/table/v4/DataGridContainer.vue.js +7 -0
  185. package/components/table/v4/DataGridContainer.vue2.js +19 -0
  186. package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
  187. package/components/table/v4/DataGridHeader.vue.js +7 -0
  188. package/components/table/v4/DataGridHeader.vue2.js +84 -0
  189. package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
  190. package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
  191. package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
  192. package/components/table/v4/MultipleDataGrid.vue.js +2 -2
  193. package/components/table/v4/MultipleDataGrid.vue2.js +91 -90
  194. package/components/table/v4/index.d.ts +577 -329
  195. package/components/table/v4/index.js +7 -4
  196. package/components/table/v4/storyUtils.d.ts +25 -0
  197. package/components/tagsField/TagsField.types.d.ts +4 -0
  198. package/components/tagsField/TagsField.vue.d.ts +65 -0
  199. package/components/tagsField/TagsField.vue.js +7 -0
  200. package/components/tagsField/TagsField.vue2.js +90 -0
  201. package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
  202. package/components/tagsField/TagsFieldChip.vue.js +7 -0
  203. package/components/tagsField/TagsFieldChip.vue2.js +81 -0
  204. package/components/tagsField/consts.d.ts +1 -0
  205. package/components/tagsField/consts.js +4 -0
  206. package/components/tagsField/index.d.ts +75 -0
  207. package/components/tagsField/index.js +6 -0
  208. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  209. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  210. package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
  211. package/components/tooltip/v4/index.d.ts +20 -1
  212. package/index.d.ts +2412 -1556
  213. package/index.js +118 -106
  214. package/package.json +14 -1
  215. package/testids/index.d.ts +43 -1
  216. package/testids/index.js +38 -31
  217. package/utils/date.js +3 -3
  218. package/utils/formatNumbers.d.ts +1 -1
  219. package/utils/formatNumbers.js +38 -21
  220. package/utils/object.d.ts +2 -0
  221. package/utils/object.js +9 -5
  222. package/utils/search.js +1 -1
  223. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
  224. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
  225. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
  226. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  227. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
  228. package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +0 -1
  229. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
  230. package/DataGrid.vue_vue_type_style_index_0_scoped_8e8df067_lang.css +0 -1
  231. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
  232. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  233. package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +0 -1
  234. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
  235. package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +0 -1
  236. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
  237. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  238. package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
  239. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  240. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
  241. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  242. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  243. package/TooltipHeader.vue_vue_type_style_index_0_scoped_5160f12d_lang.css +0 -1
  244. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
  245. package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
@@ -1,4 +1,4 @@
1
- import "../../../TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css"; import { defineComponent as ne, provide as le, ref as c, computed as K, onMounted as te, watch as E, openBlock as g, createBlock as D, unref as d, withCtx as h, createVNode as C, mergeProps as z, createSlots as oe, renderSlot as ie, createElementVNode as M, withModifiers as S, createTextVNode as de, createElementBlock as B, withDirectives as ae, Fragment as se, renderList as re, vShow as ce, createCommentVNode as ue } from "vue";
1
+ import "../../../TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css"; import { defineComponent as te, provide as ne, ref as s, computed as m, onMounted as le, watch as b, openBlock as K, createBlock as D, unref as a, withCtx as f, createVNode as k, mergeProps as z, createSlots as ie, renderSlot as oe, createElementVNode as M, withModifiers as E, createTextVNode as ae, createElementBlock as B, withDirectives as de, Fragment as re, renderList as ce, vShow as se, createCommentVNode as ue } from "vue";
2
2
  import pe from "./DropdownV4.vue.js";
3
3
  import ye from "./DefaultDropdownTrigger.vue.js";
4
4
  import "./IconButtonDropdownTrigger.vue.js";
@@ -7,16 +7,16 @@ import "./AppDropdownTrigger.vue.js";
7
7
  import "./ButtonDropdownTrigger.vue.js";
8
8
  import "./ButtonFilterDropdownTrigger.vue.js";
9
9
  import "./TreeDropdown.vue.js";
10
- import w from "./OptionV4.vue.js";
10
+ import S from "./OptionV4.vue.js";
11
11
  import "./ConditionalDropdown.vue.js";
12
- import { useChildOptions as he } from "../composables/useChildOptions.js";
13
- import fe from "../../search/v4/SearchV4.vue.js";
12
+ import { useChildOptions as fe } from "../composables/useChildOptions.js";
13
+ import he from "../../search/v4/SearchV4.vue.js";
14
14
  import { useTestIdAttrs as ve } from "../../../utils/testIds.js";
15
- import { DropdownTestIdModifiers as $ } from "../../../testids/index.js";
16
- const me = {
15
+ import { DropdownTestIdModifiers as F } from "../../../testids/index.js";
16
+ const ge = {
17
17
  key: 0,
18
18
  class: "child-options"
19
- }, Ae = /* @__PURE__ */ ne({
19
+ }, Ve = /* @__PURE__ */ te({
20
20
  __name: "TreeDropdown",
21
21
  props: {
22
22
  options: null,
@@ -39,230 +39,234 @@ const me = {
39
39
  disabledOptionKey: { default: "disabled" },
40
40
  optionChildrenKey: null,
41
41
  optionUniqueIdKey: null,
42
- preExpandedOptions: null
42
+ preExpandedOptions: null,
43
+ triggerFeedbackText: { default: "" },
44
+ triggerFeedbackVariant: { default: null }
43
45
  },
44
46
  emits: ["update:selected", "update:isOpen"],
45
- setup(t, { emit: b }) {
46
- const n = t;
47
- le("isTreeDropdown", !0);
48
- const m = c([]), u = c([]), T = c({}), O = c(!1), i = c([...n.selected]), p = c(""), x = c(!0), N = K(() => u.value.reduce((e, o) => (o[n.optionChildrenKey] && o[n.optionChildrenKey].length && o[n.optionChildrenKey].forEach(() => {
47
+ setup(l, { emit: w }) {
48
+ const t = l;
49
+ ne("isTreeDropdown", !0);
50
+ const g = s([]), u = s([]), T = s({}), x = s(!1), o = s([...t.selected]), p = s(""), O = s(!0), N = m(() => u.value.reduce((e, i) => (i[t.optionChildrenKey] && i[t.optionChildrenKey].length && i[t.optionChildrenKey].forEach(() => {
49
51
  e = e + 1;
50
- }), o[n.optionChildrenKey] || (e = e + 1), e), 0)), U = () => {
51
- n.options.forEach((e) => {
52
- e[n.optionChildrenKey] && e[n.optionChildrenKey].length && (T.value[e[n.optionUniqueIdKey]] = [
53
- ...e[n.optionChildrenKey]
52
+ }), i[t.optionChildrenKey] || (e = e + 1), e), 0)), U = () => {
53
+ t.options.forEach((e) => {
54
+ e[t.optionChildrenKey] && e[t.optionChildrenKey].length && (T.value[e[t.optionUniqueIdKey]] = [
55
+ ...e[t.optionChildrenKey]
54
56
  ]);
55
- }), m.value = [...n.options], u.value = [...n.options];
56
- }, { hasChildren: f, getChildren: v, allChildrenSelected: I, someChildrenSelected: P } = he(i, n.optionChildrenKey), q = (e) => {
57
- if (f(e)) {
58
- I(e) ? i.value = i.value.filter(
59
- (o) => !v(e).includes(o)
60
- ) : i.value = [
61
- ...i.value.filter((o) => !v(e).includes(o)),
57
+ }), g.value = [...t.options], u.value = [...t.options];
58
+ }, { hasChildren: h, getChildren: v, allChildrenSelected: C, someChildrenSelected: $ } = fe(o, t.optionChildrenKey), q = (e) => {
59
+ if (h(e)) {
60
+ C(e) ? o.value = o.value.filter(
61
+ (i) => !v(e).includes(i)
62
+ ) : o.value = [
63
+ ...o.value.filter((i) => !v(e).includes(i)),
62
64
  ...v(e)
63
65
  ];
64
66
  return;
65
67
  }
66
- i.value.includes(e) ? i.value = i.value.filter(
67
- (o) => o !== e
68
- ) : i.value = [...i.value, e];
69
- }, A = (e) => i.value.includes(e), J = (e) => 1 + (f(e) ? v(e).length : 0), j = () => {
70
- b("update:selected", i.value), L.value = y.value;
71
- }, F = () => {
72
- i.value = [];
68
+ o.value.includes(e) ? o.value = o.value.filter(
69
+ (i) => i !== e
70
+ ) : o.value = [...o.value, e];
71
+ }, V = (e) => o.value.includes(e), P = (e) => 1 + (h(e) ? v(e).length : 0), J = () => {
72
+ w("update:selected", o.value), A.value = y.value;
73
+ }, j = () => {
74
+ o.value = [];
73
75
  }, G = () => {
74
76
  const e = /* @__PURE__ */ new Set([]);
75
- u.value.forEach((l) => {
76
- if (n.selected?.includes(l))
77
- e.add(l);
78
- else if (l[n.optionChildrenKey] && l[n.optionChildrenKey].length) {
79
- for (const s of l[n.optionChildrenKey])
80
- if (n.selected?.includes(s)) {
81
- e.add(l);
77
+ u.value.forEach((n) => {
78
+ if (t.selected?.includes(n))
79
+ e.add(n);
80
+ else if (n[t.optionChildrenKey] && n[t.optionChildrenKey].length) {
81
+ for (const r of n[t.optionChildrenKey])
82
+ if (t.selected?.includes(r)) {
83
+ e.add(n);
82
84
  break;
83
85
  }
84
86
  }
85
87
  });
86
- const o = Array.from(e);
87
- return u.value.forEach((l) => {
88
- !n.selected.includes(l) && !e.has(l) && o.push(l);
89
- }), o;
88
+ const i = Array.from(e);
89
+ return u.value.forEach((n) => {
90
+ !t.selected.includes(n) && !e.has(n) && i.push(n);
91
+ }), i;
90
92
  };
91
- te(() => {
92
- O.value || (U(), O.value = !0, n.preExpandedOptions && n.preExpandedOptions.forEach((e) => {
93
- a.value[e] = 1;
93
+ le(() => {
94
+ x.value || (U(), x.value = !0, t.preExpandedOptions && t.preExpandedOptions.forEach((e) => {
95
+ d.value[e] = 1;
94
96
  }));
95
- }), E(
96
- () => n.options,
97
+ }), b(
98
+ () => t.options,
97
99
  () => {
98
100
  U();
99
101
  }
100
- ), E(
101
- () => n.selected,
102
- (e, o) => {
103
- JSON.stringify(e) !== JSON.stringify(o) && (i.value = [...n.selected]);
102
+ ), b(
103
+ () => t.selected,
104
+ (e, i) => {
105
+ JSON.stringify(e) !== JSON.stringify(i) && (o.value = [...t.selected]);
104
106
  }
105
107
  );
106
- const y = K(() => i.value.length < N.value ? !1 : i.value.length === N.value), H = K(() => !y.value && i.value.length > 0), L = c(y.value), Q = (e) => {
107
- b("update:isOpen", e), n.isOpen ? m.value = G() : (i.value = [...n.selected], p.value = "");
108
- }, a = c({}), R = (e) => {
109
- a.value[e[n.optionUniqueIdKey]] ? delete a.value[e[n.optionUniqueIdKey]] : a.value[e[n.optionUniqueIdKey]] = 1;
108
+ const y = m(() => o.value.length < N.value ? !1 : o.value.length === N.value), H = m(() => !y.value && o.value.length > 0), A = s(y.value), Q = (e) => {
109
+ w("update:isOpen", e), t.isOpen ? g.value = G() : (o.value = [...t.selected], p.value = "");
110
+ }, d = s({}), R = (e) => {
111
+ d.value[e[t.optionUniqueIdKey]] ? delete d.value[e[t.optionUniqueIdKey]] : d.value[e[t.optionUniqueIdKey]] = 1;
110
112
  };
111
- function W(e, o) {
112
- const l = e.toLowerCase(), s = [];
113
- return o.value.forEach((r) => {
114
- const k = r[n.optionNameKey].toLowerCase().includes(l), V = T.value[r[n.optionUniqueIdKey]]?.filter(
115
- (ee) => ee[n.optionNameKey].toLowerCase().includes(l)
113
+ function W(e, i) {
114
+ const n = e.toLowerCase(), r = [];
115
+ return i.value.forEach((c) => {
116
+ const I = c[t.optionNameKey].toLowerCase().includes(n), L = T.value[c[t.optionUniqueIdKey]]?.filter(
117
+ (ee) => ee[t.optionNameKey].toLowerCase().includes(n)
116
118
  ) || [];
117
- (k || V.length > 0) && (r[n.optionChildrenKey] = V, s.push(r));
118
- }), s;
119
+ (I || L.length > 0) && (c[t.optionChildrenKey] = L, r.push(c));
120
+ }), r;
119
121
  }
120
122
  const X = (e) => {
121
- const o = W(e, u);
122
- e && (Object.keys(a.value).forEach((l) => {
123
- delete a.value[l];
124
- }), o.forEach((l) => {
125
- Array.isArray(l[n.optionChildrenKey]) && l[n.optionChildrenKey].length && (a.value[l[n.optionUniqueIdKey]] = 1);
126
- })), m.value = o;
127
- }, Y = K(() => {
128
- const e = n.options.length, o = n.options.reduce(
129
- (l, s) => (a.value[s[n.optionUniqueIdKey]] && (l = l + s[n.optionChildrenKey].length), l),
123
+ const i = W(e, u);
124
+ e && (Object.keys(d.value).forEach((n) => {
125
+ delete d.value[n];
126
+ }), i.forEach((n) => {
127
+ Array.isArray(n[t.optionChildrenKey]) && n[t.optionChildrenKey].length && (d.value[n[t.optionUniqueIdKey]] = 1);
128
+ })), g.value = i;
129
+ }, Y = m(() => {
130
+ const e = t.options.length, i = t.options.reduce(
131
+ (n, r) => (d.value[r[t.optionUniqueIdKey]] && (n = n + r[t.optionChildrenKey].length), n),
130
132
  0
131
133
  );
132
- return e + o;
134
+ return e + i;
133
135
  });
134
- E(
136
+ b(
135
137
  () => p.value,
136
138
  () => {
137
- X(p.value), x.value = !p.value;
139
+ X(p.value), O.value = !p.value;
138
140
  }
139
141
  );
140
142
  const Z = () => {
141
- y.value ? i.value = [] : (i.value = [], u.value.forEach((e) => {
142
- if (e[n.optionChildrenKey] && e[n.optionChildrenKey].length)
143
- for (const o of e[n.optionChildrenKey])
144
- i.value = [o, ...i.value];
143
+ y.value ? o.value = [] : (o.value = [], u.value.forEach((e) => {
144
+ if (e[t.optionChildrenKey] && e[t.optionChildrenKey].length)
145
+ for (const i of e[t.optionChildrenKey])
146
+ o.value = [i, ...o.value];
145
147
  else
146
- i.value = [e, ...i.value];
148
+ o.value = [e, ...o.value];
147
149
  }));
148
- }, _ = ve(n.testId, $);
149
- return (e, o) => (g(), D(d(pe), {
150
+ }, _ = ve(t.testId, F);
151
+ return (e, i) => (K(), D(a(pe), {
150
152
  multi: "",
151
153
  class: "tree-dropdown",
152
- "show-select-all": x.value,
153
- "is-open": t.isOpen,
154
- options: m.value,
155
- selected: t.selected,
156
- "display-value": t.displayValue,
157
- placeholder: t.placeholder,
154
+ "show-select-all": O.value,
155
+ "is-open": l.isOpen,
156
+ options: g.value,
157
+ selected: l.selected,
158
+ "display-value": l.displayValue,
159
+ placeholder: l.placeholder,
158
160
  "inline-search": "",
159
- "inline-search-placeholder": t.inlineSearchPlaceholder,
160
- "option-name-key": t.optionNameKey,
161
- size: t.size,
162
- "test-id": t.testId,
163
- disabled: t.disabled,
161
+ "inline-search-placeholder": l.inlineSearchPlaceholder,
162
+ "option-name-key": l.optionNameKey,
163
+ size: l.size,
164
+ "test-id": l.testId,
165
+ disabled: l.disabled,
164
166
  "disable-virtual-scroll": "",
165
- "override-option-count-calculation": J,
167
+ "override-option-count-calculation": P,
166
168
  "trigger-show-all-selected-text": !1,
167
169
  "predefined-trigger": "default",
168
- "custom-number-of-displayed-options": d(Y),
170
+ "custom-number-of-displayed-options": a(Y),
171
+ "trigger-feedback-text": l.triggerFeedbackText,
172
+ "trigger-feedback-variant": l.triggerFeedbackVariant,
169
173
  "onUpdate:isOpen": Q,
170
- onApply: j,
171
- onClear: F
174
+ onApply: J,
175
+ onClear: j
172
176
  }, {
173
- "dropdown-trigger": h(({ defaultTriggerProps: l }) => [
174
- C(d(ye), z(l, {
175
- "all-selected": L.value,
177
+ "dropdown-trigger": f(({ defaultTriggerProps: n }) => [
178
+ k(a(ye), z(n, {
179
+ "all-selected": A.value,
176
180
  "show-all-selected-text": ""
177
- }), oe({ _: 2 }, [
181
+ }), ie({ _: 2 }, [
178
182
  e.$slots["trigger-end-icon"] ? {
179
183
  name: "end-icon",
180
- fn: h(() => [
181
- ie(e.$slots, "trigger-end-icon", {}, void 0, !0)
184
+ fn: f(() => [
185
+ oe(e.$slots, "trigger-end-icon", {}, void 0, !0)
182
186
  ]),
183
187
  key: "0"
184
188
  } : void 0
185
189
  ]), 1040, ["all-selected"])
186
190
  ]),
187
- "inline-search": h(() => [
188
- C(d(fe), {
191
+ "inline-search": f(() => [
192
+ k(a(he), {
189
193
  modelValue: p.value,
190
- "onUpdate:modelValue": o[0] || (o[0] = (l) => p.value = l),
194
+ "onUpdate:modelValue": i[0] || (i[0] = (n) => p.value = n),
191
195
  class: "tree-search",
192
- placeholder: t.inlineSearchPlaceholder,
196
+ placeholder: l.inlineSearchPlaceholder,
193
197
  variant: "transparent",
194
198
  size: "md",
195
199
  "auto-focus": "",
196
- "test-id": t.testId
200
+ "test-id": l.testId
197
201
  }, null, 8, ["modelValue", "placeholder", "test-id"])
198
202
  ]),
199
- "select-all": h(() => [
203
+ "select-all": f(() => [
200
204
  M("li", null, [
201
- C(d(w), z({
202
- "aria-selected": d(y),
203
- "aria-disabled": !!t.disabled,
204
- "selected-prop": d(y),
205
- "is-indeterminate": d(H),
205
+ k(a(S), z({
206
+ "aria-selected": a(y),
207
+ "aria-disabled": !!l.disabled,
208
+ "selected-prop": a(y),
209
+ "is-indeterminate": a(H),
206
210
  "is-multi": "",
207
211
  "select-all-option": ""
208
- }, d(_)[d($).SELECT_ALL], {
209
- onClick: o[1] || (o[1] = S((l) => Z(), ["stop"]))
212
+ }, a(_)[a(F).SELECT_ALL], {
213
+ onClick: i[1] || (i[1] = E((n) => Z(), ["stop"]))
210
214
  }), {
211
- default: h(() => [
212
- de(" Select all ")
215
+ default: f(() => [
216
+ ae(" Select all ")
213
217
  ]),
214
218
  _: 1
215
219
  }, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
216
220
  ])
217
221
  ]),
218
- default: h(({ option: l, index: s }) => [
219
- C(d(w), {
220
- option: l,
221
- "selected-prop": d(f)(l) ? d(I)(l) : A(l),
222
- "is-indeterminate": !d(I)(l) && d(P)(l),
223
- disabled: l[t.disabledOptionKey],
224
- "name-key": t.optionNameKey,
225
- "image-key": t.optionImageKey,
226
- "icon-key": t.optionIconKey,
227
- "icon-type": t.optionIconType,
228
- "end-icon-key": t.optionEndIconKey,
229
- "end-icon-type": t.optionEndIconType,
230
- "end-text-icon-key": t.optionEndTextIconKey,
231
- "tree-main-option": d(f)(l),
232
- "tree-main-option-expanded": a.value[l[t.optionUniqueIdKey]],
222
+ default: f(({ option: n, index: r }) => [
223
+ k(a(S), {
224
+ option: n,
225
+ "selected-prop": a(h)(n) ? a(C)(n) : V(n),
226
+ "is-indeterminate": !a(C)(n) && a($)(n),
227
+ disabled: n[l.disabledOptionKey],
228
+ "name-key": l.optionNameKey,
229
+ "image-key": l.optionImageKey,
230
+ "icon-key": l.optionIconKey,
231
+ "icon-type": l.optionIconType,
232
+ "end-icon-key": l.optionEndIconKey,
233
+ "end-icon-type": l.optionEndIconType,
234
+ "end-text-icon-key": l.optionEndTextIconKey,
235
+ "tree-main-option": a(h)(n),
236
+ "tree-main-option-expanded": d.value[n[l.optionUniqueIdKey]],
233
237
  "stop-option-click-event-propagation": "",
234
238
  "is-multi": "",
235
- onClick: S(() => q(l), ["stop"]),
239
+ onClick: E(() => q(n), ["stop"]),
236
240
  onToggleTreeCollapse: R
237
241
  }, null, 8, ["option", "selected-prop", "is-indeterminate", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "end-text-icon-key", "tree-main-option", "tree-main-option-expanded", "onClick"]),
238
- d(f)(l) ? (g(), B("div", me, [
239
- ae(M("div", null, [
240
- (g(!0), B(se, null, re(d(v)(l), (r, k) => (g(), D(d(w), {
241
- key: `${s}-${k}`,
242
- option: r,
243
- "selected-prop": A(r),
244
- disabled: r[t.disabledOptionKey],
245
- "name-key": t.optionNameKey,
246
- "image-key": t.optionImageKey,
247
- "icon-key": t.optionIconKey,
248
- "icon-type": t.optionIconType,
249
- "end-icon-key": t.optionEndIconKey,
250
- "end-icon-type": t.optionEndIconType,
251
- "end-text-icon-key": t.optionEndTextIconKey,
252
- "tree-child-shown": a.value[l[t.optionUniqueIdKey]],
242
+ a(h)(n) ? (K(), B("div", ge, [
243
+ de(M("div", null, [
244
+ (K(!0), B(re, null, ce(a(v)(n), (c, I) => (K(), D(a(S), {
245
+ key: `${r}-${I}`,
246
+ option: c,
247
+ "selected-prop": V(c),
248
+ disabled: c[l.disabledOptionKey],
249
+ "name-key": l.optionNameKey,
250
+ "image-key": l.optionImageKey,
251
+ "icon-key": l.optionIconKey,
252
+ "icon-type": l.optionIconType,
253
+ "end-icon-key": l.optionEndIconKey,
254
+ "end-icon-type": l.optionEndIconType,
255
+ "end-text-icon-key": l.optionEndTextIconKey,
256
+ "tree-child-shown": d.value[n[l.optionUniqueIdKey]],
253
257
  "stop-option-click-event-propagation": "",
254
258
  "is-multi": "",
255
- onClick: S(() => q(r), ["stop"])
259
+ onClick: E(() => q(c), ["stop"])
256
260
  }, null, 8, ["option", "selected-prop", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "end-text-icon-key", "tree-child-shown", "onClick"]))), 128))
257
261
  ], 512), [
258
- [ce, a.value[l[t.optionUniqueIdKey]]]
262
+ [se, d.value[n[l.optionUniqueIdKey]]]
259
263
  ])
260
264
  ])) : ue("", !0)
261
265
  ]),
262
266
  _: 3
263
- }, 8, ["show-select-all", "is-open", "options", "selected", "display-value", "placeholder", "inline-search-placeholder", "option-name-key", "size", "test-id", "disabled", "custom-number-of-displayed-options"]));
267
+ }, 8, ["show-select-all", "is-open", "options", "selected", "display-value", "placeholder", "inline-search-placeholder", "option-name-key", "size", "test-id", "disabled", "custom-number-of-displayed-options", "trigger-feedback-text", "trigger-feedback-variant"]));
264
268
  }
265
269
  });
266
270
  export {
267
- Ae as default
271
+ Ve as default
268
272
  };
@@ -1088,6 +1088,7 @@ declare const DropdownTypes: () => (({
1088
1088
  isIndeterminate: boolean;
1089
1089
  subtitle: string;
1090
1090
  selectAllOption: boolean;
1091
+ tooltipAttachedToText: boolean;
1091
1092
  nameKey: string;
1092
1093
  imageKey: string;
1093
1094
  iconKey: string;
@@ -1146,6 +1147,10 @@ declare const DropdownTypes: () => (({
1146
1147
  type: import("vue").PropType<boolean>;
1147
1148
  default: boolean;
1148
1149
  };
1150
+ tooltipAttachedToText: {
1151
+ type: import("vue").PropType<boolean>;
1152
+ default: boolean;
1153
+ };
1149
1154
  nameKey: {
1150
1155
  type: import("vue").PropType<string>;
1151
1156
  default: any;
@@ -1203,7 +1208,7 @@ declare const DropdownTypes: () => (({
1203
1208
  };
1204
1209
  }>> & {
1205
1210
  onToggleTreeCollapse?: (option: unknown) => any;
1206
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "tooltipPlacement" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
1211
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "tooltipPlacement" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "tooltipAttachedToText" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
1207
1212
  $attrs: {
1208
1213
  [x: string]: unknown;
1209
1214
  };
@@ -1262,6 +1267,10 @@ declare const DropdownTypes: () => (({
1262
1267
  type: import("vue").PropType<boolean>;
1263
1268
  default: boolean;
1264
1269
  };
1270
+ tooltipAttachedToText: {
1271
+ type: import("vue").PropType<boolean>;
1272
+ default: boolean;
1273
+ };
1265
1274
  nameKey: {
1266
1275
  type: import("vue").PropType<string>;
1267
1276
  default: any;
@@ -1333,6 +1342,7 @@ declare const DropdownTypes: () => (({
1333
1342
  isIndeterminate: boolean;
1334
1343
  subtitle: string;
1335
1344
  selectAllOption: boolean;
1345
+ tooltipAttachedToText: boolean;
1336
1346
  nameKey: string;
1337
1347
  imageKey: string;
1338
1348
  iconKey: string;
@@ -1411,6 +1421,10 @@ declare const DropdownTypes: () => (({
1411
1421
  type: import("vue").PropType<boolean>;
1412
1422
  default: boolean;
1413
1423
  };
1424
+ tooltipAttachedToText: {
1425
+ type: import("vue").PropType<boolean>;
1426
+ default: boolean;
1427
+ };
1414
1428
  nameKey: {
1415
1429
  type: import("vue").PropType<string>;
1416
1430
  default: any;
@@ -1517,6 +1531,10 @@ declare const DropdownTypes: () => (({
1517
1531
  type: import("vue").PropType<boolean>;
1518
1532
  default: boolean;
1519
1533
  };
1534
+ tooltipAttachedToText: {
1535
+ type: import("vue").PropType<boolean>;
1536
+ default: boolean;
1537
+ };
1520
1538
  nameKey: {
1521
1539
  type: import("vue").PropType<string>;
1522
1540
  default: any;
@@ -1588,6 +1606,7 @@ declare const DropdownTypes: () => (({
1588
1606
  isIndeterminate: boolean;
1589
1607
  subtitle: string;
1590
1608
  selectAllOption: boolean;
1609
+ tooltipAttachedToText: boolean;
1591
1610
  nameKey: string;
1592
1611
  imageKey: string;
1593
1612
  iconKey: string;
@@ -3187,6 +3206,7 @@ declare const DropdownTypes: () => (({
3187
3206
  disabled: boolean;
3188
3207
  label: any;
3189
3208
  onClick: () => void;
3209
+ testId: string;
3190
3210
  };
3191
3211
  defaultTriggerProps: {
3192
3212
  placeholder: string;
@@ -3236,6 +3256,7 @@ declare const DropdownTypes: () => (({
3236
3256
  "option-end"?(_: {
3237
3257
  option: any;
3238
3258
  }): any;
3259
+ footer?(_: {}): any;
3239
3260
  };
3240
3261
  })) | import("vue").DefineComponent<{
3241
3262
  label: {
@@ -3326,6 +3347,8 @@ declare const DropdownTypes: () => (({
3326
3347
  valueToCopy: string;
3327
3348
  selected: unknown[];
3328
3349
  placeholder: string;
3350
+ triggerFeedbackText: string;
3351
+ triggerFeedbackVariant: "success" | "warning" | "error";
3329
3352
  inlineSearchPlaceholder: string;
3330
3353
  optionNameKey: string;
3331
3354
  optionIconKey: string;
@@ -3367,6 +3390,14 @@ declare const DropdownTypes: () => (({
3367
3390
  type: import("vue").PropType<string>;
3368
3391
  default: string;
3369
3392
  };
3393
+ triggerFeedbackText: {
3394
+ type: import("vue").PropType<string>;
3395
+ default: string;
3396
+ };
3397
+ triggerFeedbackVariant: {
3398
+ type: import("vue").PropType<"success" | "warning" | "error">;
3399
+ default: any;
3400
+ };
3370
3401
  inlineSearchPlaceholder: {
3371
3402
  type: import("vue").PropType<string>;
3372
3403
  default: string;
@@ -3422,7 +3453,7 @@ declare const DropdownTypes: () => (({
3422
3453
  }>> & {
3423
3454
  "onUpdate:selected"?: (value: unknown) => any;
3424
3455
  "onUpdate:isOpen"?: (value: unknown) => any;
3425
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3456
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "triggerFeedbackText" | "triggerFeedbackVariant" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3426
3457
  $attrs: {
3427
3458
  [x: string]: unknown;
3428
3459
  };
@@ -3468,6 +3499,14 @@ declare const DropdownTypes: () => (({
3468
3499
  type: import("vue").PropType<string>;
3469
3500
  default: string;
3470
3501
  };
3502
+ triggerFeedbackText: {
3503
+ type: import("vue").PropType<string>;
3504
+ default: string;
3505
+ };
3506
+ triggerFeedbackVariant: {
3507
+ type: import("vue").PropType<"success" | "warning" | "error">;
3508
+ default: any;
3509
+ };
3471
3510
  inlineSearchPlaceholder: {
3472
3511
  type: import("vue").PropType<string>;
3473
3512
  default: string;
@@ -3533,6 +3572,8 @@ declare const DropdownTypes: () => (({
3533
3572
  valueToCopy: string;
3534
3573
  selected: unknown[];
3535
3574
  placeholder: string;
3575
+ triggerFeedbackText: string;
3576
+ triggerFeedbackVariant: "success" | "warning" | "error";
3536
3577
  inlineSearchPlaceholder: string;
3537
3578
  optionNameKey: string;
3538
3579
  optionIconKey: string;
@@ -3594,6 +3635,14 @@ declare const DropdownTypes: () => (({
3594
3635
  type: import("vue").PropType<string>;
3595
3636
  default: string;
3596
3637
  };
3638
+ triggerFeedbackText: {
3639
+ type: import("vue").PropType<string>;
3640
+ default: string;
3641
+ };
3642
+ triggerFeedbackVariant: {
3643
+ type: import("vue").PropType<"success" | "warning" | "error">;
3644
+ default: any;
3645
+ };
3597
3646
  inlineSearchPlaceholder: {
3598
3647
  type: import("vue").PropType<string>;
3599
3648
  default: string;
@@ -3685,6 +3734,14 @@ declare const DropdownTypes: () => (({
3685
3734
  type: import("vue").PropType<string>;
3686
3735
  default: string;
3687
3736
  };
3737
+ triggerFeedbackText: {
3738
+ type: import("vue").PropType<string>;
3739
+ default: string;
3740
+ };
3741
+ triggerFeedbackVariant: {
3742
+ type: import("vue").PropType<"success" | "warning" | "error">;
3743
+ default: any;
3744
+ };
3688
3745
  inlineSearchPlaceholder: {
3689
3746
  type: import("vue").PropType<string>;
3690
3747
  default: string;
@@ -3750,6 +3807,8 @@ declare const DropdownTypes: () => (({
3750
3807
  valueToCopy: string;
3751
3808
  selected: unknown[];
3752
3809
  placeholder: string;
3810
+ triggerFeedbackText: string;
3811
+ triggerFeedbackVariant: "success" | "warning" | "error";
3753
3812
  inlineSearchPlaceholder: string;
3754
3813
  optionNameKey: string;
3755
3814
  optionIconKey: string;
@@ -6,6 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  iconName?: string;
7
7
  iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
8
8
  iconSize?: string;
9
+ testId?: string;
9
10
  }>, {
10
11
  title: string;
11
12
  subtitle: any;
@@ -14,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
15
  iconName: any;
15
16
  iconType: string;
16
17
  iconSize: string;
18
+ testId: string;
17
19
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
20
  click: () => void;
19
21
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -24,6 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
26
  iconName?: string;
25
27
  iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
26
28
  iconSize?: string;
29
+ testId?: string;
27
30
  }>, {
28
31
  title: string;
29
32
  subtitle: any;
@@ -32,10 +35,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
32
35
  iconName: any;
33
36
  iconType: string;
34
37
  iconSize: string;
38
+ testId: string;
35
39
  }>>> & {
36
40
  onClick?: () => any;
37
41
  }, {
38
42
  title: string;
43
+ testId: string;
39
44
  variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
40
45
  iconName: string;
41
46
  iconSize: string;
@@ -1,7 +1,7 @@
1
1
  import t from "./EmptyStateV4.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-18728498"]]);
3
+ // import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-76757f22"]]);
5
5
  export {
6
6
  s as default
7
7
  };