@ironsource/shared-ui 2.1.12-test.98 → 2.1.12

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 (248) 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_cd41c5ca_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_a594c97e_lang.css +1 -0
  18. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
  20. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
  21. package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
  22. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
  23. package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
  24. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
  25. package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
  26. package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
  27. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
  28. package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
  29. 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
  30. package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
  31. package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
  32. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
  33. package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
  34. package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
  35. package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
  36. package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
  37. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
  38. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
  39. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
  40. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  41. package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
  42. package/components/chart/Chart.vue.d.ts +21 -1
  43. package/components/chart/Chart.vue.js +3 -3
  44. package/components/chart/Chart.vue2.js +130 -114
  45. package/components/chart/ChartHeader.vue.d.ts +5 -0
  46. package/components/chart/ChartHeader.vue.js +3 -3
  47. package/components/chart/ChartHeader.vue2.js +49 -44
  48. package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
  49. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  50. package/components/chart/ChartHeaderTrend.vue2.js +43 -39
  51. package/components/chart/ChartLegend.vue.d.ts +5 -0
  52. package/components/chart/ChartLegend.vue.js +3 -3
  53. package/components/chart/ChartLegend.vue2.js +76 -71
  54. package/components/chart/ChartPlane.vue.d.ts +15 -0
  55. package/components/chart/ChartPlane.vue.js +5 -5
  56. package/components/chart/ChartPlane.vue2.js +173 -156
  57. package/components/chart/ChartStoryArgs.d.ts +17 -0
  58. package/components/chart/ChartTooltip.vue.d.ts +5 -0
  59. package/components/chart/ChartTooltip.vue.js +2 -2
  60. package/components/chart/ChartTooltip.vue2.js +39 -35
  61. package/components/chart/LegendSorting.vue.d.ts +5 -0
  62. package/components/chart/LegendSorting.vue.js +16 -14
  63. package/components/chart/SettingsHeader.vue.d.ts +19 -3
  64. package/components/chart/SettingsHeader.vue.js +3 -3
  65. package/components/chart/SettingsHeader.vue2.js +36 -29
  66. package/components/chart/TooltipHeader.vue.js +3 -3
  67. package/components/chart/TooltipHeader.vue2.js +26 -26
  68. package/components/chart/colorPalette.d.ts +2 -1
  69. package/components/chart/colorPalette.js +47 -33
  70. package/components/chart/composables/useColorsMap.d.ts +3 -1
  71. package/components/chart/composables/useColorsMap.js +32 -30
  72. package/components/chart/consts.d.ts +5 -1
  73. package/components/chart/consts.js +30 -26
  74. package/components/chart/index.d.ts +77 -1
  75. package/components/chart/mockData.d.ts +15 -0
  76. package/components/chart/types.d.ts +3 -1
  77. package/components/chart/types.js +5 -5
  78. package/components/chart/utils/utils.d.ts +1 -1
  79. package/components/chart/utils/utils.js +20 -14
  80. package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
  81. package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
  82. package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
  83. package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
  84. package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
  85. package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
  86. package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
  87. package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
  88. package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
  89. package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
  90. package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
  91. package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
  92. package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
  93. package/components/columnConfigurator/consts.d.ts +1 -0
  94. package/components/columnConfigurator/consts.js +4 -0
  95. package/components/columnConfigurator/index.d.ts +73 -0
  96. package/components/columnConfigurator/index.js +6 -0
  97. package/components/columnConfigurator/mockData.d.ts +30 -0
  98. package/components/columnConfigurator/utils.d.ts +2 -0
  99. package/components/columnConfigurator/utils.js +18 -0
  100. package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
  101. package/components/columnPicker/ColumnPicker.vue.js +7 -0
  102. package/components/columnPicker/ColumnPicker.vue2.js +322 -0
  103. package/components/columnPicker/OptionChip.vue.d.ts +53 -0
  104. package/components/columnPicker/OptionChip.vue.js +7 -0
  105. package/components/columnPicker/OptionChip.vue2.js +46 -0
  106. package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
  107. package/components/columnPicker/RemoveButton.vue.js +7 -0
  108. package/components/columnPicker/RemoveButton.vue2.js +35 -0
  109. package/components/columnPicker/index.d.ts +388 -0
  110. package/components/columnPicker/index.js +6 -0
  111. package/components/columnPicker/mockData.d.ts +8 -0
  112. package/components/dateRange/common/DateRange.common.js +60 -60
  113. package/components/dialog/v3/Dialog.vue.d.ts +3 -3
  114. package/components/dialog/v3/index.d.ts +46 -46
  115. package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
  116. package/components/dialog/v4/DialogFooter.vue.js +7 -0
  117. package/components/dialog/v4/DialogFooter.vue2.js +60 -0
  118. package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
  119. package/components/dialog/v4/DialogHeader.vue.js +7 -0
  120. package/components/dialog/v4/DialogHeader.vue2.js +58 -0
  121. package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
  122. package/components/dialog/v4/DialogV4.vue.js +3 -3
  123. package/components/dialog/v4/DialogV4.vue2.js +65 -107
  124. package/components/dialog/v4/index.d.ts +157 -157
  125. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  126. package/components/dropdown/v3/index.d.ts +20 -20
  127. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  128. package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
  129. package/components/dropdown/v4/DropdownV4.vue.d.ts +7 -0
  130. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  131. package/components/dropdown/v4/DropdownV4.vue2.js +118 -107
  132. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  133. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  134. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  135. package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
  136. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  137. package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
  138. package/components/dropdown/v4/index.d.ts +81 -3
  139. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
  140. package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
  141. package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
  142. package/components/emptyState/v4/index.d.ts +20 -1
  143. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  144. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  145. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
  146. package/components/includeExclude/index.d.ts +70 -70
  147. package/components/input/v4/TextField.vue.d.ts +12 -0
  148. package/components/input/v4/TextField.vue.js +3 -3
  149. package/components/input/v4/TextField.vue2.js +129 -105
  150. package/components/input/v4/index.d.ts +46 -2
  151. package/components/link/Link.vue.d.ts +95 -0
  152. package/components/link/Link.vue.js +7 -0
  153. package/components/link/Link.vue2.js +65 -0
  154. package/components/link/index.d.ts +296 -0
  155. package/components/link/index.js +6 -0
  156. package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
  157. package/components/radioButton/v3/RadioButton.vue.js +3 -3
  158. package/components/radioButton/v3/RadioButton.vue2.js +42 -39
  159. package/components/radioButton/v3/index.d.ts +20 -1
  160. package/components/sortableList/LoaderBars.vue.d.ts +34 -0
  161. package/components/sortableList/LoaderBars.vue.js +7 -0
  162. package/components/sortableList/LoaderBars.vue2.js +25 -0
  163. package/components/sortableList/SortableItem.vue.d.ts +17 -2
  164. package/components/sortableList/SortableItem.vue.js +5 -5
  165. package/components/sortableList/SortableItem.vue2.js +86 -70
  166. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  167. package/components/sortableList/SortableItemLabel.vue2.js +26 -23
  168. package/components/sortableList/SortableList.types.d.ts +1 -0
  169. package/components/sortableList/SortableList.vue.d.ts +12 -2
  170. package/components/sortableList/SortableList.vue.js +5 -5
  171. package/components/sortableList/SortableList.vue2.js +111 -113
  172. package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
  173. package/components/sortableList/SortableSelectableList.vue.js +7 -0
  174. package/components/sortableList/SortableSelectableList.vue2.js +128 -0
  175. package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
  176. package/components/sortableList/composables/useDraggableHelpers.js +20 -0
  177. package/components/sortableList/composables/useHoverEffect.js +1 -1
  178. package/components/sortableList/consts.d.ts +2 -0
  179. package/components/sortableList/consts.js +4 -2
  180. package/components/sortableList/index.d.ts +77 -39
  181. package/components/table/common/consts.d.ts +2 -0
  182. package/components/table/common/consts.js +6 -4
  183. package/components/table/v4/DataGrid.vue.d.ts +12 -7
  184. package/components/table/v4/DataGrid.vue.js +4 -4
  185. package/components/table/v4/DataGrid.vue2.js +273 -268
  186. package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
  187. package/components/table/v4/DataGridContainer.vue.js +7 -0
  188. package/components/table/v4/DataGridContainer.vue2.js +19 -0
  189. package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
  190. package/components/table/v4/DataGridHeader.vue.js +7 -0
  191. package/components/table/v4/DataGridHeader.vue2.js +84 -0
  192. package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
  193. package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
  194. package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
  195. package/components/table/v4/MultipleDataGrid.vue.js +2 -2
  196. package/components/table/v4/MultipleDataGrid.vue2.js +92 -90
  197. package/components/table/v4/index.d.ts +646 -332
  198. package/components/table/v4/index.js +11 -5
  199. package/components/table/v4/storyUtils.d.ts +25 -0
  200. package/components/tagsField/TagsField.types.d.ts +4 -0
  201. package/components/tagsField/TagsField.vue.d.ts +65 -0
  202. package/components/tagsField/TagsField.vue.js +7 -0
  203. package/components/tagsField/TagsField.vue2.js +90 -0
  204. package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
  205. package/components/tagsField/TagsFieldChip.vue.js +7 -0
  206. package/components/tagsField/TagsFieldChip.vue2.js +81 -0
  207. package/components/tagsField/consts.d.ts +1 -0
  208. package/components/tagsField/consts.js +4 -0
  209. package/components/tagsField/index.d.ts +75 -0
  210. package/components/tagsField/index.js +6 -0
  211. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  212. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  213. package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
  214. package/components/tooltip/v4/index.d.ts +20 -1
  215. package/index.d.ts +2675 -1649
  216. package/index.js +137 -121
  217. package/package.json +18 -1
  218. package/testids/index.d.ts +47 -1
  219. package/testids/index.js +40 -32
  220. package/utils/date.d.ts +1 -0
  221. package/utils/date.js +9 -0
  222. package/utils/formatNumbers.d.ts +1 -1
  223. package/utils/formatNumbers.js +38 -21
  224. package/utils/object.d.ts +2 -0
  225. package/utils/object.js +9 -5
  226. package/utils/search.js +1 -1
  227. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
  228. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
  229. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
  230. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  231. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
  232. package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +0 -1
  233. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
  234. package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +0 -1
  235. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
  236. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  237. package/DropdownV4.vue_vue_type_style_index_0_scoped_934163c0_lang.css +0 -1
  238. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
  239. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
  240. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  241. package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
  242. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  243. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
  244. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  245. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  246. package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +0 -1
  247. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
  248. 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_934163c0_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_a594c97e_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as ke, computed as B, watch as we, toRaw as S, 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 Te, normalizeClass as x, normalizeStyle as be, createTextVNode as w, 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";
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,14 +13,14 @@ 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";
22
22
  import { useTestIdAttrs as Ne } from "../../../utils/testIds.js";
23
- import { TRIGGERS as w } from "./Dropdown.types.js";
23
+ import { TRIGGERS as T } from "./Dropdown.types.js";
24
24
  import { useElementSize as Ve } from "@vueuse/core";
25
25
  import De from "../../shared/FieldHelpText.vue.js";
26
26
  import Pe from "./GroupOption.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 },
@@ -60,6 +63,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
60
63
  dynamicFilterMode: { type: Boolean, default: !1 },
61
64
  minSelections: { default: 0 },
62
65
  maxSelections: { default: null },
66
+ alwaysShowScroll: { type: Boolean, default: !0 },
63
67
  isOnTop: { type: Boolean, default: !1 },
64
68
  distance: { default: 0 },
65
69
  container: { default: "body" },
@@ -75,7 +79,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
75
79
  triggerShownValuesCount: { default: 1 },
76
80
  size: { default: "medium" },
77
81
  mandatory: { type: Boolean, default: !1 },
78
- predefinedTrigger: { default: w.DEFAULT },
82
+ predefinedTrigger: { default: T.DEFAULT },
79
83
  inlineSearch: { type: Boolean, default: !1 },
80
84
  inlineSearchPlaceholder: { default: "Search" },
81
85
  onSearch: { type: Function, default: null },
@@ -119,7 +123,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
119
123
  VERSION: 4
120
124
  }, {
121
125
  onKeydown: I,
122
- open: c,
126
+ open: y,
123
127
  toggleMenu: v,
124
128
  onButtonKeydown: P,
125
129
  query: C,
@@ -129,13 +133,13 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
129
133
  filteredOptions: oe,
130
134
  allSelected: $,
131
135
  allSelectedApplied: A,
132
- isIndeterminate: ne,
133
- onSelectAll: ie,
136
+ isIndeterminate: le,
137
+ onSelectAll: ne,
134
138
  virtualOptions: M,
135
139
  isSelected: O,
136
140
  selectedOption: h,
137
141
  selectedOptionPrevious: L,
138
- selectedValue: le,
142
+ selectedValue: ie,
139
143
  onSelect: R,
140
144
  activeIndex: z,
141
145
  onCancel: ae,
@@ -150,8 +154,8 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
150
154
  clearAll: me,
151
155
  isGroup: fe,
152
156
  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");
154
- Te(
157
+ } = Fe(o, V, D), g = Ne(o.testId, p), H = B(() => !o.predefinedTrigger || o.predefinedTrigger === T.DEFAULT ? Ae : o.predefinedTrigger === T.APP ? Ee : null), { width: U } = Ve(W), ge = B(() => o.optionsListWidth ? o.optionsListWidth : !o.predefinedTrigger || o.predefinedTrigger === T.DEFAULT || o.predefinedTrigger === T.APP ? U.value - 2 > 240 ? `${U.value - 2}px` : `${D.DROPLIST_MIN_WIDTH}px` : "auto");
158
+ we(
155
159
  () => o.optionsListWidth,
156
160
  () => {
157
161
  o.optionsListWidth && document.documentElement.style.setProperty(
@@ -162,51 +166,51 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
162
166
  );
163
167
  const Y = () => {
164
168
  v();
165
- }, X = x(() => {
166
- const i = {
169
+ }, X = B(() => {
170
+ const l = {
167
171
  tooltipMessage: null,
168
172
  selections: []
169
173
  };
170
174
  if (o.multi && o.comparingKey) {
171
- const l = S(h.value);
175
+ const i = S(h.value);
172
176
  if (o.minSelections || o.maxSelections) {
173
- if (Array.isArray(l) && l.length <= o.minSelections)
174
- return i.tooltipMessage = `You need to select at least ${o.minSelections} item${o.minSelections > 1 ? "s" : ""}`, i.selections = l.map(
177
+ if (Array.isArray(i) && i.length <= o.minSelections)
178
+ return l.tooltipMessage = `You need to select at least ${o.minSelections} item${o.minSelections > 1 ? "s" : ""}`, l.selections = i.map(
175
179
  (n) => n[o.comparingKey]
176
- ), i;
177
- if (o.maxSelections && Array.isArray(l) && l.length >= o.maxSelections) {
178
- const n = l.map(
180
+ ), l;
181
+ if (o.maxSelections && Array.isArray(i) && i.length >= o.maxSelections) {
182
+ const n = i.map(
179
183
  (b) => b[o.comparingKey]
180
184
  ), k = o.groupedOptions ? pe(o.options) : o.options;
181
- return i.tooltipMessage = `You can only select up to ${o.maxSelections} items`, i.selections = k.map((b) => {
185
+ return l.tooltipMessage = `You can only select up to ${o.maxSelections} items`, l.selections = k.map((b) => {
182
186
  if (!n.includes(b[o.comparingKey]))
183
187
  return b[o.comparingKey];
184
- }), i;
188
+ }), l;
185
189
  }
186
190
  }
187
191
  }
188
- return i.tooltipMessage = null, i.selections = [], i;
189
- }), he = (i) => {
192
+ return l.tooltipMessage = null, l.selections = [], l;
193
+ }), he = (l) => {
190
194
  if ((o.minSelections || o.maxSelections) && o.comparingKey)
191
195
  return X.value.selections.includes(
192
- i[o.comparingKey]
196
+ l[o.comparingKey]
193
197
  );
194
- }, E = (i) => i[o.disabledOptionKey] || he(i);
198
+ }, E = (l) => l[o.disabledOptionKey] || he(l);
195
199
  return Z({
196
200
  selectItem: R,
197
201
  scrollTo: se
198
- }), (i, l) => (d(), r("div", m({
202
+ }), (l, i) => (a(), r("div", m({
199
203
  ref_key: "el",
200
204
  ref: ye,
201
205
  class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
202
206
  tabindex: e.disabled ? -1 : 0
203
207
  }, t(g)[t(p).WRAPPER], {
204
- onKeydown: l[8] || (l[8] = //@ts-ignore
208
+ onKeydown: i[8] || (i[8] = //@ts-ignore
205
209
  (...n) => t(I) && t(I)(...n))
206
210
  }), [
207
- y(i.$slots, "label", {}, void 0, !0),
211
+ u(l.$slots, "label", {}, void 0, !0),
208
212
  f("div", Me, [
209
- a(t(Be), m({
213
+ d(t(xe), m({
210
214
  theme: e.theme,
211
215
  "popper-class": [
212
216
  e.popperClass,
@@ -219,46 +223,49 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
219
223
  distance: e.distance,
220
224
  flip: e.flip,
221
225
  triggers: [],
222
- shown: !!t(c),
226
+ shown: !!t(y),
223
227
  "auto-hide": !1,
224
228
  container: e.container,
225
229
  "auto-size": e.autoSize
226
230
  }, t(g)[t(p).TRIGGER]), {
227
- popper: u(() => [
228
- a(we, null, {
229
- default: u(() => [
230
- t(c) ? (d(), r("div", {
231
+ popper: c(() => [
232
+ d(Te, null, {
233
+ default: c(() => [
234
+ t(y) ? (a(), r("div", {
231
235
  key: 0,
232
236
  ref_key: "listRef",
233
237
  ref: re,
234
- class: B(["light-theme-v4", {
238
+ class: x(["light-theme-v4", {
235
239
  "dropdown--disabled": e.disabled,
236
240
  "inline-search": e.inlineSearch
237
241
  }]),
238
242
  style: be({ width: t(ge) })
239
243
  }, [
240
- t(c) ? (d(), r("div", {
244
+ t(y) ? (a(), r("div", {
241
245
  key: 0,
242
- class: B(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
243
- onKeydown: l[7] || (l[7] = //@ts-ignore
246
+ class: x(["dropdown-list-wrapper", {
247
+ "dropdown-list-wrapper--multi": e.multi,
248
+ "dropdown-list-wrapper-always-show-scroll": e.alwaysShowScroll
249
+ }]),
250
+ onKeydown: i[7] || (i[7] = //@ts-ignore
244
251
  (...n) => t(I) && t(I)(...n))
245
252
  }, [
246
- t(c) && e.inlineSearch ? (d(), r("div", Ge, [
247
- e.withConditions ? y(i.$slots, "dropdown-conditions", { key: 0 }, () => [
253
+ t(y) && e.inlineSearch ? (a(), r("div", Ge, [
254
+ e.withConditions ? u(l.$slots, "dropdown-conditions", { key: 0 }, () => [
248
255
  f("div", He, [
249
- a(t(Q), { variant: "body2" }, {
250
- default: u(() => [
251
- T("Conditions")
256
+ d(t(Q), { variant: "body2" }, {
257
+ default: c(() => [
258
+ w("Conditions")
252
259
  ]),
253
260
  _: 1
254
261
  })
255
262
  ])
256
263
  ], !0) : s("", !0),
257
- y(i.$slots, "inline-search", {}, () => [
258
- a(t(xe), {
264
+ u(l.$slots, "inline-search", {}, () => [
265
+ d(t(Be), {
259
266
  modelValue: t(C),
260
267
  "onUpdate:modelValue": [
261
- l[4] || (l[4] = (n) => Ie(C) ? C.value = n : null),
268
+ i[4] || (i[4] = (n) => Ie(C) ? C.value = n : null),
262
269
  e.onClearSearch
263
270
  ],
264
271
  placeholder: e.inlineSearchPlaceholder,
@@ -270,7 +277,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
270
277
  }, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
271
278
  ], !0)
272
279
  ])) : s("", !0),
273
- y(i.$slots, "input-list", { open: t(c) }, void 0, !0),
280
+ u(l.$slots, "input-list", { open: t(y) }, void 0, !0),
274
281
  f("div", m({
275
282
  class: ["list-container", { "list-container--multi": e.multi }],
276
283
  style: { height: `${t(ee)}rem` }
@@ -278,7 +285,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
278
285
  ...t(_),
279
286
  ...t(g)[t(p).LIST_CONTAINER]
280
287
  }), [
281
- y(i.$slots, "custom-list-area", {}, void 0, !0),
288
+ u(l.$slots, "custom-list-area", {}, void 0, !0),
282
289
  f("ul", m(t(te), {
283
290
  role: "listbox",
284
291
  class: ["list", {
@@ -286,38 +293,38 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
286
293
  "list--with-conditions": e.withConditions
287
294
  }]
288
295
  }), [
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(q(e.noResultsText), 1)
296
+ !t(oe).length && !e.loading && !e.withConditions ? (a(), r("li", Ue, [
297
+ d(t(Q), m({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
298
+ default: c(() => [
299
+ w(q(e.noResultsText), 1)
293
300
  ]),
294
301
  _: 1
295
302
  }, 16)
296
303
  ])) : 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 }, () => [
304
+ e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ? u(l.$slots, "select-all", { key: 1 }, () => [
298
305
  f("li", null, [
299
- a(t(J), m(
306
+ d(t(J), m(
300
307
  {
301
308
  "aria-selected": t($),
302
309
  "aria-disabled": !!e.disabled,
303
310
  "selected-prop": t($),
304
- "is-indeterminate": t(ne),
311
+ "is-indeterminate": t(le),
305
312
  "is-multi": e.multi,
306
313
  "select-all-option": ""
307
314
  },
308
315
  t(g)[t(p).SELECT_ALL],
309
316
  {
310
- onClick: l[5] || (l[5] = j((n) => t(ie)(), ["stop"]))
317
+ onClick: i[5] || (i[5] = j((n) => t(ne)(), ["stop"]))
311
318
  }
312
319
  ), {
313
- default: u(() => [
314
- T(" Select all ")
320
+ default: c(() => [
321
+ w(" Select all ")
315
322
  ]),
316
323
  _: 1
317
324
  }, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate", "is-multi"])
318
325
  ])
319
326
  ], !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", {
327
+ t(M).length && !e.loading ? (a(!0), r(Se, { key: 2 }, ve(t(M), ({ data: n, index: k }) => (a(), r("li", {
321
328
  key: k,
322
329
  "aria-selected": t(O)(S(t(h)), n),
323
330
  "aria-disabled": !!e.disabled,
@@ -326,14 +333,14 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
326
333
  ["stop"]
327
334
  )
328
335
  }, [
329
- e.groupedOptions && t(fe)(n) ? y(i.$slots, "group-option", { key: 0 }, () => [
330
- a(Pe, null, {
331
- default: u(() => [
332
- T(q(e.displayValue(n) || n[e.optionNameKey]), 1)
336
+ e.groupedOptions && t(fe)(n) ? u(l.$slots, "group-option", { key: 0 }, () => [
337
+ d(Pe, null, {
338
+ default: c(() => [
339
+ w(q(e.displayValue(n) || n[e.optionNameKey]), 1)
333
340
  ]),
334
341
  _: 2
335
342
  }, 1024)
336
- ], !0) : y(i.$slots, "default", {
343
+ ], !0) : u(l.$slots, "default", {
337
344
  key: 1,
338
345
  option: n,
339
346
  index: k,
@@ -341,7 +348,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
341
348
  active: S(t(z)) === k,
342
349
  disabled: E(n)
343
350
  }, () => [
344
- a(t(J), {
351
+ d(t(J), {
345
352
  option: n,
346
353
  "selected-prop": t(O)(t(h), n),
347
354
  active: S(t(z)) === k,
@@ -361,27 +368,27 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
361
368
  "is-multi": e.multi,
362
369
  "min-max-selection-tooltip-message": t(X)?.tooltipMessage
363
370
  }, Ce({ _: 2 }, [
364
- i.$slots["option-end"] ? {
371
+ l.$slots["option-end"] ? {
365
372
  name: "option-end",
366
- fn: u(({ option: b }) => [
367
- y(i.$slots, "option-end", { option: b }, void 0, !0)
373
+ fn: c(({ option: b }) => [
374
+ u(l.$slots, "option-end", { option: b }, void 0, !0)
368
375
  ]),
369
376
  key: "0"
370
377
  } : void 0
371
378
  ]), 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
379
  ], !0)
373
380
  ], 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: "" })
381
+ e.loading || e.loadMoreLoading ? (a(), r("li", Xe, [
382
+ d(t(K), { round: "" }),
383
+ d(t(K), { round: "" }),
384
+ d(t(K), { round: "" }),
385
+ d(t(K), { round: "" })
379
386
  ])) : s("", !0)
380
387
  ], 16)
381
388
  ], 16),
382
- e.multi ? (d(), r("div", qe, [
389
+ e.multi ? (a(), r("div", qe, [
383
390
  f("div", je, [
384
- e.showClearAll ? (d(), F(t(N), m(
391
+ e.showClearAll ? (a(), F(t(N), m(
385
392
  {
386
393
  key: 0,
387
394
  ref_key: "clearAll",
@@ -392,17 +399,17 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
392
399
  },
393
400
  t(g)[t(p).ACTION_CLEAR_ALL],
394
401
  {
395
- onClick: l[6] || (l[6] = () => t(G)(!1))
402
+ onClick: i[6] || (i[6] = () => t(G)(!1))
396
403
  }
397
404
  ), {
398
- default: u(() => [
399
- T(" Clear all ")
405
+ default: c(() => [
406
+ w(" Clear all ")
400
407
  ]),
401
408
  _: 1
402
409
  }, 16)) : s("", !0)
403
410
  ]),
404
411
  f("div", Je, [
405
- a(t(N), m(
412
+ d(t(N), m(
406
413
  {
407
414
  ref_key: "cancel",
408
415
  ref: ce,
@@ -413,24 +420,27 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
413
420
  t(g)[t(p).ACTION_CANCEL],
414
421
  { onClick: t(ae) }
415
422
  ), {
416
- default: u(() => [
417
- T(" Cancel ")
423
+ default: c(() => [
424
+ w(" Cancel ")
418
425
  ]),
419
426
  _: 1
420
427
  }, 16, ["onClick"]),
421
- a(t(N), m({
428
+ d(t(N), m({
422
429
  ref_key: "apply",
423
430
  ref: ue,
424
431
  "data-testid": "mutli-apply",
425
432
  size: "small",
426
433
  class: "apply-button"
427
434
  }, t(g)[t(p).ACTION_APPLY], { onClick: t(de) }), {
428
- default: u(() => [
429
- T(" Apply ")
435
+ default: c(() => [
436
+ w(" Apply ")
430
437
  ]),
431
438
  _: 1
432
439
  }, 16, ["onClick"])
433
440
  ])
441
+ ])) : s("", !0),
442
+ l.$slots.footer ? (a(), r("div", Qe, [
443
+ u(l.$slots, "footer", {}, void 0, !0)
434
444
  ])) : s("", !0)
435
445
  ], 34)) : s("", !0)
436
446
  ], 6)) : s("", !0)
@@ -438,10 +448,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
438
448
  _: 3
439
449
  })
440
450
  ]),
441
- default: u(() => [
451
+ default: c(() => [
442
452
  f("div", {
443
- class: B(["button__container", {
444
- "button__container--open": !!t(c),
453
+ class: x(["button__container", {
454
+ "button__container--open": !!t(y),
445
455
  [`button__container--${e.size}`]: !0,
446
456
  "button__container--disabled": e.disabled
447
457
  }])
@@ -450,16 +460,17 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
450
460
  ref_key: "buttonRef",
451
461
  ref: W
452
462
  }, [
453
- y(i.$slots, "dropdown-trigger", {
463
+ u(l.$slots, "dropdown-trigger", {
454
464
  buttonTriggerProps: {
455
- open: t(c),
465
+ open: t(y),
456
466
  disabled: e.disabled,
457
- label: t(le) || e.placeholder,
458
- onClick: () => t(v)()
467
+ label: t(ie) || e.placeholder,
468
+ onClick: () => t(v)(),
469
+ testId: e.testId
459
470
  },
460
471
  defaultTriggerProps: {
461
472
  placeholder: e.placeholder,
462
- open: t(c),
473
+ open: t(y),
463
474
  label: e.triggerLabel,
464
475
  showFeedbackIcon: e.triggerFeedbackShowIcon,
465
476
  mandatory: e.mandatory,
@@ -487,10 +498,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
487
498
  onClick: Y
488
499
  }
489
500
  }, () => [
490
- t(H) ? (d(), r("div", Re, [
491
- (d(), F(Ke(t(H)), {
501
+ t(H) ? (a(), r("div", Re, [
502
+ (a(), F(Ke(t(H)), {
492
503
  placeholder: e.placeholder,
493
- open: t(c),
504
+ open: t(y),
494
505
  label: e.triggerLabel,
495
506
  "show-feedback-icon": e.triggerFeedbackShowIcon,
496
507
  mandatory: e.mandatory,
@@ -516,17 +527,17 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
516
527
  "all-selected": t(A),
517
528
  onKeydown: t(P),
518
529
  onClick: Y,
519
- onCopyToClipboard: l[0] || (l[0] = (n) => V("copyToClipboard"))
530
+ onCopyToClipboard: i[0] || (i[0] = (n) => V("copyToClipboard"))
520
531
  }, 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
532
  ])) : 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)())
533
+ e.predefinedTrigger === t(T).ICON_BUTTON ? (a(), r("div", ze, [
534
+ d(t(Oe), {
535
+ onClick: i[1] || (i[1] = (n) => t(v)())
525
536
  })
526
537
  ])) : s("", !0),
527
- e.predefinedTrigger === t(w).CHIP ? (d(), r("div", We, [
528
- a(t(Le), {
529
- open: t(c),
538
+ e.predefinedTrigger === t(T).CHIP ? (a(), r("div", We, [
539
+ d(t(Le), {
540
+ open: t(y),
530
541
  label: e.placeholder,
531
542
  "test-id": e.testId,
532
543
  options: e.options,
@@ -535,8 +546,8 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
535
546
  multi: e.multi,
536
547
  "all-selected": t(A),
537
548
  "shown-values-count": e.triggerShownValuesCount,
538
- onClick: l[2] || (l[2] = (n) => t(v)()),
539
- onClear: l[3] || (l[3] = (n) => t(G)())
549
+ onClick: i[2] || (i[2] = (n) => t(v)()),
550
+ onClear: i[3] || (i[3] = (n) => t(G)())
540
551
  }, null, 8, ["open", "label", "test-id", "options", "selected-option", "display-value", "multi", "all-selected", "shown-values-count"])
541
552
  ])) : s("", !0)
542
553
  ], !0)
@@ -545,7 +556,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
545
556
  ]),
546
557
  _: 3
547
558
  }, 16, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size"]),
548
- e.triggerFeedbackText ? (d(), F(De, {
559
+ e.triggerFeedbackText ? (a(), F(De, {
549
560
  key: 0,
550
561
  text: e.triggerFeedbackText,
551
562
  variant: e.triggerFeedbackVariant,
@@ -558,5 +569,5 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
558
569
  }
559
570
  });
560
571
  export {
561
- vt as default
572
+ Ct as default
562
573
  };
@@ -15,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16
16
  endTextIconKey?: string;
17
17
  tooltipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
18
+ tooltipAttachedToText?: boolean;
18
19
  treeMainOption?: boolean;
19
20
  treeMainOptionExpanded?: boolean;
20
21
  stopOptionClickEventPropagation?: boolean;
@@ -30,6 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
31
  option: any;
31
32
  isIndeterminate: boolean;
32
33
  selectAllOption: boolean;
34
+ tooltipAttachedToText: boolean;
33
35
  active: any;
34
36
  nameKey: any;
35
37
  imageKey: any;
@@ -68,6 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
68
70
  endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
69
71
  endTextIconKey?: string;
70
72
  tooltipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
73
+ tooltipAttachedToText?: boolean;
71
74
  treeMainOption?: boolean;
72
75
  treeMainOptionExpanded?: boolean;
73
76
  stopOptionClickEventPropagation?: boolean;
@@ -83,6 +86,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
83
86
  option: any;
84
87
  isIndeterminate: boolean;
85
88
  selectAllOption: boolean;
89
+ tooltipAttachedToText: boolean;
86
90
  active: any;
87
91
  nameKey: any;
88
92
  imageKey: any;
@@ -116,6 +120,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
116
120
  isIndeterminate: boolean;
117
121
  subtitle: string;
118
122
  selectAllOption: boolean;
123
+ tooltipAttachedToText: boolean;
119
124
  nameKey: string;
120
125
  imageKey: string;
121
126
  iconKey: string;
@@ -1,7 +1,7 @@
1
1
  import o from "./OptionV4.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-0287cebf"]]);
2
+ /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css"; //*');
4
+ const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-752a357d"]]);
5
5
  export {
6
6
  s as default
7
7
  };