@ironsource/shared-ui 2.0.0-rc.5 → 2.0.0-rc.6

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 (288) hide show
  1. package/AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css +1 -0
  2. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +1 -0
  3. package/DataGrid.vue_vue_type_style_index_0_scoped_f080f37f_lang.css +1 -0
  4. package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +1 -0
  5. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +1 -0
  6. package/Dialog.vue_vue_type_style_index_0_scoped_eeac406b_lang.css +1 -0
  7. package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +1 -0
  9. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  10. package/Editable.vue_vue_type_style_index_0_scoped_2561e913_lang.css +1 -0
  11. package/EditableV4.vue_vue_type_style_index_0_scoped_df325b51_lang.css +1 -0
  12. package/EmptyState.vue_vue_type_style_index_0_scoped_d3aecf34_lang.css +1 -0
  13. package/EmptyStateIcon.vue_vue_type_style_index_0_scoped_18855436_lang.css +1 -0
  14. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_b8373c2d_lang.css +1 -0
  15. package/ExpandRowToggle.vue_vue_type_style_index_0_scoped_b053baa6_lang.css +1 -0
  16. package/FieldHelpText.vue_vue_type_style_index_0_scoped_c551c20f_lang.css +1 -0
  17. package/FieldLabel.vue_vue_type_style_index_0_scoped_526af548_lang.css +1 -0
  18. package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_59fb505a_lang.css +1 -0
  19. package/IconButtonV4.vue_vue_type_style_index_0_scoped_2ca54aa8_lang.css +1 -0
  20. package/IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css +1 -0
  21. package/IncludeExclude.vue_vue_type_style_index_0_scoped_2c9debd6_lang.css +1 -0
  22. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_lang.css +1 -0
  23. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_ff32d111_lang.css +1 -0
  24. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_4a87e4fd_lang.css +1 -0
  25. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css +1 -0
  26. package/Input.vue_vue_type_style_index_0_scoped_7092804b_lang.css +1 -0
  27. package/MultiBar.vue_vue_type_style_index_0_scoped_f5061530_lang.css +1 -0
  28. package/MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css +1 -0
  29. package/ScrollButton.vue_vue_type_style_index_0_scoped_35ed2cfe_lang.css +1 -0
  30. package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
  31. package/SortIcon.vue_vue_type_style_index_0_scoped_2bda5d4a_lang.css +1 -0
  32. package/SortOrderIcon.vue_vue_type_style_index_0_scoped_cb20f507_lang.css +1 -0
  33. package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +1 -0
  34. package/TableHeaderSorter.vue_vue_type_style_index_0_scoped_745a44a2_lang.css +1 -0
  35. package/Tabs.vue_vue_type_style_index_0_scoped_06c58d5a_lang.css +1 -0
  36. package/TabsV4.vue_vue_type_style_index_0_scoped_bab86b0a_lang.css +1 -0
  37. package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +1 -0
  38. package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_13b5aebd_lang.css +1 -0
  39. package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_7792f772_lang.css +1 -0
  40. package/Toggle.vue_vue_type_style_index_0_scoped_1cf7973e_lang.css +1 -0
  41. package/Tooltip.vue_vue_type_style_index_0_lang.css +1 -1
  42. package/TooltipV4.vue_vue_type_style_index_0_lang.css +1 -0
  43. package/components/appTrigger/AppTrigger.vue.js +2 -2
  44. package/components/appTrigger/AppTrigger.vue2.js +3 -3
  45. package/components/button/v3/ScrollButton.vue.js +3 -3
  46. package/components/button/v3/ScrollButton.vue2.js +3 -3
  47. package/components/button/v4/IconButtonV4.vue.d.ts +66 -0
  48. package/components/button/v4/IconButtonV4.vue.js +7 -0
  49. package/components/button/v4/IconButtonV4.vue2.js +35 -0
  50. package/components/button/v4/index.d.ts +190 -3
  51. package/components/button/v4/index.js +6 -4
  52. package/components/dialog/common/Dialog.common.d.ts +10 -0
  53. package/components/dialog/common/Dialog.common.js +57 -0
  54. package/components/dialog/{Dialog.vue.d.ts → v3/Dialog.vue.d.ts} +1 -1
  55. package/components/dialog/v3/Dialog.vue.js +7 -0
  56. package/components/dialog/v3/Dialog.vue2.js +137 -0
  57. package/components/dialog/{index.d.ts → v3/index.d.ts} +8 -8
  58. package/components/dialog/v3/index.js +8 -0
  59. package/components/dialog/v4/DialogV4.vue.d.ts +109 -0
  60. package/components/dialog/v4/DialogV4.vue.js +7 -0
  61. package/components/dialog/v4/DialogV4.vue2.js +119 -0
  62. package/components/dialog/v4/index.d.ts +345 -0
  63. package/components/dialog/{index.js → v4/index.js} +1 -1
  64. package/components/dropdown/common/Dropdown.common.js +15 -15
  65. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  66. package/components/dropdown/v3/index.d.ts +40 -40
  67. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +66 -0
  68. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +7 -0
  69. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -0
  70. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  71. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +36 -35
  72. package/components/dropdown/v4/Dropdown.types.d.ts +3 -0
  73. package/components/dropdown/v4/Dropdown.types.js +8 -0
  74. package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -20
  75. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  76. package/components/dropdown/v4/DropdownV4.vue2.js +222 -186
  77. package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +29 -0
  78. package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +7 -0
  79. package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +19 -0
  80. package/components/dropdown/v4/index.d.ts +190 -115
  81. package/components/dropdown/v4/index.js +14 -4
  82. package/components/emptyState/v3/EmptyState.vue.js +7 -0
  83. package/components/emptyState/{EmptyState.vue2.js → v3/EmptyState.vue2.js} +7 -7
  84. package/components/emptyState/{EmptyStateIcon.vue.js → v3/EmptyStateIcon.vue.js} +8 -8
  85. package/components/emptyState/v4/EmptyStateV4.types.d.ts +2 -0
  86. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +56 -0
  87. package/components/emptyState/v4/EmptyStateV4.vue.js +7 -0
  88. package/components/emptyState/v4/EmptyStateV4.vue2.js +66 -0
  89. package/components/emptyState/v4/icons/IconError.vue.js +16 -0
  90. package/components/emptyState/v4/icons/IconFiles.vue.d.ts +2 -0
  91. package/components/emptyState/v4/icons/IconFiles.vue.js +16 -0
  92. package/components/emptyState/v4/icons/IconNoAccess.vue.d.ts +2 -0
  93. package/components/emptyState/v4/icons/IconNoAccess.vue.js +16 -0
  94. package/components/emptyState/v4/icons/IconNoData.vue.d.ts +2 -0
  95. package/components/emptyState/v4/icons/IconNoData.vue.js +16 -0
  96. package/components/emptyState/v4/icons/IconNoResults.vue.d.ts +2 -0
  97. package/components/emptyState/v4/icons/IconNoResults.vue.js +16 -0
  98. package/components/emptyState/v4/icons/IconSettings.vue.d.ts +2 -0
  99. package/components/emptyState/v4/icons/IconSettings.vue.js +16 -0
  100. package/components/emptyState/v4/index.d.ts +145 -0
  101. package/components/emptyState/v4/index.js +6 -0
  102. package/components/icon/v4/Icon.types.d.ts +2 -0
  103. package/components/icon/v4/IconV4.vue.d.ts +3 -3
  104. package/components/icon/v4/IconV4.vue.js +4 -4
  105. package/components/icon/v4/IconV4.vue2.js +27 -24
  106. package/components/icon/v4/index.d.ts +7 -7
  107. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  108. package/components/includeExclude/IncludeExclude.vue.js +2 -2
  109. package/components/includeExclude/IncludeExclude.vue2.js +2 -2
  110. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
  111. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +3 -3
  112. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  113. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
  114. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
  115. package/components/includeExclude/IncludeExcludeOption.vue.js +5 -5
  116. package/components/includeExclude/IncludeExcludeOption.vue2.js +3 -3
  117. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +3 -3
  118. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +3 -3
  119. package/components/includeExclude/index.d.ts +40 -40
  120. package/components/input/common/Input.common.d.ts +1 -1
  121. package/components/input/common/Input.common.js +2 -2
  122. package/components/input/v3/Input.vue.js +2 -2
  123. package/components/input/v3/Input.vue2.js +3 -3
  124. package/components/input/v4/TextField.vue.d.ts +8 -3
  125. package/components/input/v4/TextField.vue.js +3 -3
  126. package/components/input/v4/TextField.vue2.js +81 -74
  127. package/components/input/v4/index.d.ts +27 -8
  128. package/components/menu/Menu.vue.d.ts +1 -1
  129. package/components/menu/index.d.ts +20 -20
  130. package/components/multibar/MultiBar.types.d.ts +6 -0
  131. package/components/multibar/MultiBar.vue.d.ts +65 -0
  132. package/components/multibar/MultiBar.vue.js +7 -0
  133. package/components/multibar/MultiBar.vue2.js +96 -0
  134. package/components/multibar/MultiBarMenu.vue.d.ts +34 -0
  135. package/components/multibar/MultiBarMenu.vue.js +7 -0
  136. package/components/multibar/MultiBarMenu.vue2.js +50 -0
  137. package/components/multibar/index.d.ts +77 -0
  138. package/components/multibar/index.js +6 -0
  139. package/components/popover/index.d.ts +16 -16
  140. package/components/search/v4/SearchV4.vue.js +2 -2
  141. package/components/search/v4/SearchV4.vue2.js +29 -32
  142. package/components/shared/FieldHelpText.vue.js +3 -3
  143. package/components/shared/FieldHelpText.vue2.js +21 -25
  144. package/components/shared/FieldLabel.vue.d.ts +1 -1
  145. package/components/shared/FieldLabel.vue.js +3 -3
  146. package/components/shared/FieldLabel.vue2.js +31 -35
  147. package/components/table/common/Table.common.d.ts +35 -0
  148. package/components/table/common/Table.common.js +114 -0
  149. package/components/table/{Table.types.d.ts → common/Table.types.d.ts} +7 -0
  150. package/components/table/v3/SortOrderIcon.vue.d.ts +2 -0
  151. package/components/table/v3/SortOrderIcon.vue.js +21 -0
  152. package/components/table/{Table.vue.d.ts → v3/Table.vue.d.ts} +2 -3
  153. package/components/table/v3/Table.vue.js +7 -0
  154. package/components/table/v3/Table.vue2.js +248 -0
  155. package/components/table/v3/TableHeaderSorter.vue.js +7 -0
  156. package/components/table/{TableHeaderSorter.vue2.js → v3/TableHeaderSorter.vue2.js} +1 -1
  157. package/components/table/{index.d.ts → v3/index.d.ts} +49 -49
  158. package/components/table/v3/index.js +10 -0
  159. package/components/table/v4/DataGrid.vue.d.ts +182 -0
  160. package/components/table/v4/DataGrid.vue.js +7 -0
  161. package/components/table/v4/DataGrid.vue2.js +296 -0
  162. package/components/table/v4/DataGridMenu.vue.d.ts +34 -0
  163. package/components/table/v4/DataGridMenu.vue.js +7 -0
  164. package/components/table/v4/DataGridMenu.vue2.js +50 -0
  165. package/components/table/v4/ExpandRowToggle.vue.d.ts +33 -0
  166. package/components/table/v4/ExpandRowToggle.vue.js +7 -0
  167. package/components/table/v4/ExpandRowToggle.vue2.js +24 -0
  168. package/components/table/v4/SortIcon.vue.d.ts +15 -0
  169. package/components/table/v4/SortIcon.vue.js +7 -0
  170. package/components/table/v4/SortIcon.vue2.js +24 -0
  171. package/components/table/v4/index.d.ts +601 -0
  172. package/components/table/v4/index.js +8 -0
  173. package/components/table/v4/storyUtils.d.ts +4 -0
  174. package/components/table-cells/common/Editable.common.d.ts +5 -0
  175. package/components/table-cells/common/Editable.common.js +39 -0
  176. package/components/table-cells/v3/Editable.vue.js +7 -0
  177. package/components/table-cells/v3/Editable.vue2.js +43 -0
  178. package/components/table-cells/{index.d.ts → v3/index.d.ts} +2 -2
  179. package/components/table-cells/{index.js → v3/index.js} +2 -2
  180. package/components/table-cells/v4/EditableV4.vue.d.ts +51 -0
  181. package/components/table-cells/v4/EditableV4.vue.js +7 -0
  182. package/components/table-cells/v4/EditableV4.vue2.js +45 -0
  183. package/components/table-cells/v4/index.d.ts +146 -0
  184. package/components/table-cells/v4/index.js +6 -0
  185. package/components/tabs/common/Tabs.types.d.ts +6 -0
  186. package/components/tabs/common/tabsCommon.d.ts +16 -0
  187. package/components/tabs/common/tabsCommon.js +43 -0
  188. package/components/tabs/{Tabs.vue.d.ts → v3/Tabs.vue.d.ts} +1 -6
  189. package/components/tabs/v3/Tabs.vue.js +7 -0
  190. package/components/tabs/v3/Tabs.vue2.js +85 -0
  191. package/components/tabs/{index.d.ts → v3/index.d.ts} +8 -48
  192. package/components/tabs/v4/TabsV4.vue.d.ts +56 -0
  193. package/components/tabs/v4/TabsV4.vue.js +7 -0
  194. package/components/tabs/v4/TabsV4.vue2.js +75 -0
  195. package/components/tabs/v4/index.d.ts +148 -0
  196. package/components/tabs/v4/index.js +6 -0
  197. package/components/toggle/v3/Toggle.vue.js +7 -0
  198. package/components/toggle/{Toggle.vue2.js → v3/Toggle.vue2.js} +17 -17
  199. package/components/toggle/v4/ToggleV4.vue.d.ts +98 -0
  200. package/components/tooltip/common/Tooltip.common.d.ts +3 -0
  201. package/components/tooltip/common/Tooltip.common.js +27 -0
  202. package/components/tooltip/v3/TextWithTitleContent.vue.js +7 -0
  203. package/components/tooltip/{TextWithTitleContent.vue2.js → v3/TextWithTitleContent.vue2.js} +4 -4
  204. package/components/tooltip/v3/Tooltip.vue.js +5 -0
  205. package/components/tooltip/v3/Tooltip.vue2.js +87 -0
  206. package/components/tooltip/{index.js → v3/index.js} +2 -2
  207. package/components/tooltip/v4/TextWithTitleContent.vue.d.ts +33 -0
  208. package/components/tooltip/v4/TextWithTitleContent.vue.js +7 -0
  209. package/components/tooltip/v4/TextWithTitleContent.vue2.js +36 -0
  210. package/components/tooltip/v4/TooltipV4.vue.d.ts +85 -0
  211. package/components/tooltip/v4/TooltipV4.vue.js +67 -0
  212. package/components/tooltip/v4/TooltipV4.vue2.js +0 -0
  213. package/components/tooltip/v4/TooltipV4.vue3.js +4 -0
  214. package/components/tooltip/v4/index.d.ts +249 -0
  215. package/components/tooltip/v4/index.js +6 -0
  216. package/index.d.ts +4897 -333
  217. package/index.js +150 -153
  218. package/package.json +55 -19
  219. package/testids/index.d.ts +11 -3
  220. package/testids/index.js +14 -14
  221. package/utils/storybook-utils.d.ts +1 -0
  222. package/utils/string.d.ts +2 -0
  223. package/utils/string.js +5 -0
  224. package/AppTrigger.vue_vue_type_style_index_0_scoped_512ac1ab_lang.css +0 -1
  225. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_4cbcfcce_lang.css +0 -1
  226. package/Dialog.vue_vue_type_style_index_0_scoped_40b833a0_lang.css +0 -1
  227. package/DropdownV4.vue_vue_type_style_index_0_scoped_34bd23a1_lang.css +0 -1
  228. package/Editable.vue_vue_type_style_index_0_scoped_3b865286_lang.css +0 -1
  229. package/EmptyState.vue_vue_type_style_index_0_scoped_f082a371_lang.css +0 -1
  230. package/EmptyStateIcon.vue_vue_type_style_index_0_scoped_f4915249_lang.css +0 -1
  231. package/FieldHelpText.vue_vue_type_style_index_0_scoped_d5507827_lang.css +0 -1
  232. package/FieldLabel.vue_vue_type_style_index_0_scoped_90f19704_lang.css +0 -1
  233. package/IconV4.vue_vue_type_style_index_0_scoped_f23078a4_lang.css +0 -1
  234. package/IncludeExclude.vue_vue_type_style_index_0_scoped_802d4031_lang.css +0 -1
  235. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_1621ad67_lang.css +0 -1
  236. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_daccb4bb_lang.css +0 -1
  237. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_18847008_lang.css +0 -1
  238. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_df79f184_lang.css +0 -1
  239. package/Input.vue_vue_type_style_index_0_scoped_79f436f9_lang.css +0 -1
  240. package/ScrollButton.vue_vue_type_style_index_0_scoped_90bacbbc_lang.css +0 -1
  241. package/SearchV4.vue_vue_type_style_index_0_scoped_63f11472_lang.css +0 -1
  242. package/SortOrderIcon.vue_vue_type_style_index_0_scoped_eaa4d6ee_lang.css +0 -1
  243. package/Table.vue_vue_type_style_index_0_scoped_096d493a_lang.css +0 -1
  244. package/TableHeaderSorter.vue_vue_type_style_index_0_scoped_350aa9f0_lang.css +0 -1
  245. package/Tabs.vue_vue_type_style_index_0_scoped_e92a7c21_lang.css +0 -1
  246. package/TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css +0 -1
  247. package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_7da6e1ca_lang.css +0 -1
  248. package/Toggle.vue_vue_type_style_index_0_scoped_d97166d1_lang.css +0 -1
  249. package/components/dialog/Dialog.vue.js +0 -7
  250. package/components/dialog/Dialog.vue2.js +0 -178
  251. package/components/emptyState/EmptyState.vue.js +0 -7
  252. package/components/table/SortOrderIcon.vue.js +0 -21
  253. package/components/table/Table.vue.js +0 -7
  254. package/components/table/Table.vue2.js +0 -298
  255. package/components/table/TableHeaderSorter.vue.js +0 -7
  256. package/components/table/index.js +0 -8
  257. package/components/table-cells/Editable.vue.js +0 -7
  258. package/components/table-cells/Editable.vue2.js +0 -66
  259. package/components/tabs/Tabs.vue.js +0 -7
  260. package/components/tabs/Tabs.vue2.js +0 -96
  261. package/components/toggle/Toggle.vue.js +0 -7
  262. package/components/tooltip/TextWithTitleContent.vue.js +0 -7
  263. package/components/tooltip/Tooltip.vue.js +0 -84
  264. package/components/tooltip/Tooltip.vue2.js +0 -5
  265. /package/components/dialog/{Reason.d.ts → common/Reason.d.ts} +0 -0
  266. /package/components/dialog/{Reason.js → common/Reason.js} +0 -0
  267. /package/components/emptyState/{EmptyState.vue.d.ts → v3/EmptyState.vue.d.ts} +0 -0
  268. /package/components/emptyState/{EmptyStateIcon.vue.d.ts → v3/EmptyStateIcon.vue.d.ts} +0 -0
  269. /package/components/emptyState/{EmptyStateIcon.vue2.js → v3/EmptyStateIcon.vue2.js} +0 -0
  270. /package/components/emptyState/{index.d.ts → v3/index.d.ts} +0 -0
  271. /package/components/emptyState/{index.js → v3/index.js} +0 -0
  272. /package/components/{table/SortOrderIcon.vue.d.ts → emptyState/v4/icons/IconError.vue.d.ts} +0 -0
  273. /package/components/table/{TableContext.d.ts → common/TableContext.d.ts} +0 -0
  274. /package/components/table/{TableContext.js → common/TableContext.js} +0 -0
  275. /package/components/table/{SortOrderIcon.vue2.js → v3/SortOrderIcon.vue2.js} +0 -0
  276. /package/components/table/{TableHeaderSorter.vue.d.ts → v3/TableHeaderSorter.vue.d.ts} +0 -0
  277. /package/components/table/{codeTemplate.d.ts → v3/codeTemplate.d.ts} +0 -0
  278. /package/components/table-cells/{EditableContext.d.ts → common/EditableContext.d.ts} +0 -0
  279. /package/components/table-cells/{EditableContext.js → common/EditableContext.js} +0 -0
  280. /package/components/table-cells/{Editable.vue.d.ts → v3/Editable.vue.d.ts} +0 -0
  281. /package/components/tabs/{index.js → v3/index.js} +0 -0
  282. /package/components/toggle/{Toggle.vue.d.ts → v3/Toggle.vue.d.ts} +0 -0
  283. /package/components/toggle/{index.d.ts → v3/index.d.ts} +0 -0
  284. /package/components/toggle/{index.js → v3/index.js} +0 -0
  285. /package/components/tooltip/{Tooltip.types.d.ts → common/Tooltip.types.d.ts} +0 -0
  286. /package/components/tooltip/{TextWithTitleContent.vue.d.ts → v3/TextWithTitleContent.vue.d.ts} +0 -0
  287. /package/components/tooltip/{Tooltip.vue.d.ts → v3/Tooltip.vue.d.ts} +0 -0
  288. /package/components/tooltip/{index.d.ts → v3/index.d.ts} +0 -0
@@ -0,0 +1,65 @@
1
+ import { MultiBarAction } from '@/components/multibar/MultiBar.types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ modelValue: boolean;
4
+ selectedCount?: number;
5
+ appendToBody?: boolean;
6
+ actions?: MultiBarAction[];
7
+ visibleActionsCount?: number;
8
+ size?: 'small' | 'medium';
9
+ position?: 'center' | 'left';
10
+ }>, {
11
+ selectedCount: number;
12
+ appendToBody: boolean;
13
+ actions: () => any[];
14
+ visibleActionsCount: number;
15
+ size: string;
16
+ position: string;
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ "update:modelValue": (value: unknown) => void;
19
+ close: () => void;
20
+ action: (action: MultiBarAction) => void;
21
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
+ modelValue: boolean;
23
+ selectedCount?: number;
24
+ appendToBody?: boolean;
25
+ actions?: MultiBarAction[];
26
+ visibleActionsCount?: number;
27
+ size?: 'small' | 'medium';
28
+ position?: 'center' | 'left';
29
+ }>, {
30
+ selectedCount: number;
31
+ appendToBody: boolean;
32
+ actions: () => any[];
33
+ visibleActionsCount: number;
34
+ size: string;
35
+ position: string;
36
+ }>>> & {
37
+ onClose?: () => any;
38
+ "onUpdate:modelValue"?: (value: unknown) => any;
39
+ onAction?: (action: MultiBarAction) => any;
40
+ }, {
41
+ size: 'small' | 'medium';
42
+ position: 'center' | 'left';
43
+ actions: MultiBarAction[];
44
+ appendToBody: boolean;
45
+ selectedCount: number;
46
+ visibleActionsCount: number;
47
+ }>;
48
+ export default _default;
49
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
+ type __VLS_TypePropsToRuntimeProps<T> = {
51
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
52
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
53
+ } : {
54
+ type: import('vue').PropType<T[K]>;
55
+ required: true;
56
+ };
57
+ };
58
+ type __VLS_WithDefaults<P, D> = {
59
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
60
+ default: D[K];
61
+ }> : P[K];
62
+ };
63
+ type __VLS_Prettify<T> = {
64
+ [K in keyof T]: T[K];
65
+ } & {};
@@ -0,0 +1,7 @@
1
+ import o from "./MultiBar.vue2.js";
2
+ /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../MultiBar.vue_vue_type_style_index_0_scoped_f5061530_lang.css"; //*');
4
+ const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-f5061530"]]);
5
+ export {
6
+ p as default
7
+ };
@@ -0,0 +1,96 @@
1
+ import "../../MultiBar.vue_vue_type_style_index_0_scoped_f5061530_lang.css"; import { defineComponent as k, computed as y, openBlock as n, createBlock as s, Teleport as g, createVNode as c, Transition as A, withCtx as u, unref as o, createElementBlock as r, mergeProps as T, createElementVNode as V, createTextVNode as C, toDisplayString as v, createCommentVNode as d, Fragment as x, renderList as z, normalizeClass as M } from "vue";
2
+ import { useVModel as N } from "@vueuse/core";
3
+ import S from "../typography/v4/Typography.vue.js";
4
+ import w from "../button/v4/ButtonV4.vue.js";
5
+ import E from "../button/v4/IconButtonV4.vue.js";
6
+ import $ from "./MultiBarMenu.vue.js";
7
+ const D = { class: "multi-bar-panel" }, F = {
8
+ key: 0,
9
+ class: "count-text"
10
+ }, I = {
11
+ inheritAttrs: !1
12
+ }, O = /* @__PURE__ */ k({
13
+ ...I,
14
+ __name: "MultiBar",
15
+ props: {
16
+ modelValue: { type: Boolean },
17
+ selectedCount: { default: 0 },
18
+ appendToBody: { type: Boolean, default: !0 },
19
+ actions: { default: () => [] },
20
+ visibleActionsCount: { default: 4 },
21
+ size: { default: "medium" },
22
+ position: { default: "center" }
23
+ },
24
+ emits: ["update:modelValue", "close", "action"],
25
+ setup(t, { emit: l }) {
26
+ const e = t, m = N(e, "modelValue", l), h = () => {
27
+ m.value = !1, l("close");
28
+ }, f = (a) => {
29
+ l("action", a);
30
+ }, b = y(
31
+ () => e.actions.length > e.visibleActionsCount ? e.actions.slice(0, e.visibleActionsCount) : e.actions
32
+ ), p = y(
33
+ () => e.actions.length > e.visibleActionsCount ? e.actions.slice(e.visibleActionsCount) : []
34
+ );
35
+ return (a, L) => (n(), s(g, {
36
+ to: "body",
37
+ disabled: !t.appendToBody
38
+ }, [
39
+ c(A, { name: "multi-bar" }, {
40
+ default: u(() => [
41
+ o(m) ? (n(), r("div", T({
42
+ key: 0,
43
+ class: ["multi-bar", {
44
+ "light-theme-v4": !0,
45
+ "multi-bar--fixed": t.appendToBody,
46
+ "multi-bar--sticky": !t.appendToBody,
47
+ "multi-bar--small": t.size === "small",
48
+ "multi-bar--medium": t.size === "medium",
49
+ "multi-bar--left": t.position === "left"
50
+ }]
51
+ }, a.$attrs), [
52
+ V("div", D, [
53
+ c(o(E), {
54
+ "icon-name": "x",
55
+ class: "close-icon",
56
+ onClick: h
57
+ }),
58
+ t.selectedCount ? (n(), r("div", F, [
59
+ c(o(S), { variant: "body1" }, {
60
+ default: u(() => [
61
+ C(v(t.selectedCount) + " selected ", 1)
62
+ ]),
63
+ _: 1
64
+ })
65
+ ])) : d("", !0),
66
+ (n(!0), r(x, null, z(o(b), (i, B) => (n(), s(o(w), {
67
+ key: i.id,
68
+ class: M(["action-button", {
69
+ "action-button--last": B === o(b).length - 1
70
+ }]),
71
+ variant: "text",
72
+ color: "default",
73
+ "start-icon-name": i.icon,
74
+ onClick: (P) => f(i)
75
+ }, {
76
+ default: u(() => [
77
+ C(v(i.title), 1)
78
+ ]),
79
+ _: 2
80
+ }, 1032, ["class", "start-icon-name", "onClick"]))), 128)),
81
+ o(p).length ? (n(), s($, {
82
+ key: 1,
83
+ "menu-items": o(p),
84
+ onSelected: f
85
+ }, null, 8, ["menu-items"])) : d("", !0)
86
+ ])
87
+ ], 16)) : d("", !0)
88
+ ]),
89
+ _: 1
90
+ })
91
+ ], 8, ["disabled"]));
92
+ }
93
+ });
94
+ export {
95
+ O as default
96
+ };
@@ -0,0 +1,34 @@
1
+ import { MultiBarAction } from '@/components/multibar/MultiBar.types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ menuItems: MultiBarAction[];
4
+ }>, {
5
+ menuItems: () => any[];
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ selected: (item: unknown) => void;
8
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ menuItems: MultiBarAction[];
10
+ }>, {
11
+ menuItems: () => any[];
12
+ }>>> & {
13
+ onSelected?: (item: unknown) => any;
14
+ }, {
15
+ menuItems: MultiBarAction[];
16
+ }>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -0,0 +1,7 @@
1
+ import e from "./MultiBarMenu.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-ae2bbc6c"]]);
5
+ export {
6
+ s as default
7
+ };
@@ -0,0 +1,50 @@
1
+ import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css"; import { defineComponent as l, openBlock as p, createBlock as d, unref as t, withCtx as o, createVNode as m, createSlots as c, createTextVNode as u, toDisplayString as f } from "vue";
2
+ import _ from "../dropdown/v4/DropdownV4.vue.js";
3
+ import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
4
+ import "../dropdown/v4/IconButtonDropdownTrigger.vue.js";
5
+ import "../dropdown/v4/ChipDropdownTrigger.vue.js";
6
+ import g from "../dropdown/v4/OptionV4.vue.js";
7
+ import x from "../icon/v4/IconV4.vue.js";
8
+ const w = /* @__PURE__ */ l({
9
+ __name: "MultiBarMenu",
10
+ props: {
11
+ menuItems: { default: () => [] }
12
+ },
13
+ emits: ["selected"],
14
+ setup(a, { emit: s }) {
15
+ const n = (r) => r.title;
16
+ return (r, i) => (p(), d(t(_), {
17
+ class: "multi-bar-menu",
18
+ options: a.menuItems,
19
+ "display-value": n,
20
+ "predefined-trigger": "icon-button",
21
+ placement: "right-end",
22
+ skidding: -20,
23
+ "onUpdate:selected": i[0] || (i[0] = (e) => s("selected", e))
24
+ }, {
25
+ default: o(({ option: e }) => [
26
+ m(t(g), { option: e }, c({
27
+ default: o(() => [
28
+ u(" " + f(n(e)), 1)
29
+ ]),
30
+ _: 2
31
+ }, [
32
+ e.icon ? {
33
+ name: "icon-start",
34
+ fn: o(() => [
35
+ m(t(x), {
36
+ name: e.icon,
37
+ size: "20px"
38
+ }, null, 8, ["name"])
39
+ ]),
40
+ key: "0"
41
+ } : void 0
42
+ ]), 1032, ["option"])
43
+ ]),
44
+ _: 1
45
+ }, 8, ["options"]));
46
+ }
47
+ });
48
+ export {
49
+ w as default
50
+ };
@@ -0,0 +1,77 @@
1
+ import MultiBar from './MultiBar.vue';
2
+ declare const MultiBarTypes: () => import("vue").DefineComponent<{
3
+ size: {
4
+ type: import("vue").PropType<"small" | "medium">;
5
+ default: string;
6
+ };
7
+ position: {
8
+ type: import("vue").PropType<"left" | "center">;
9
+ default: string;
10
+ };
11
+ modelValue: {
12
+ type: import("vue").PropType<boolean>;
13
+ required: true;
14
+ };
15
+ actions: {
16
+ type: import("vue").PropType<import("./MultiBar.types").MultiBarAction[]>;
17
+ default: () => any[];
18
+ };
19
+ appendToBody: {
20
+ type: import("vue").PropType<boolean>;
21
+ default: boolean;
22
+ };
23
+ selectedCount: {
24
+ type: import("vue").PropType<number>;
25
+ default: number;
26
+ };
27
+ visibleActionsCount: {
28
+ type: import("vue").PropType<number>;
29
+ default: number;
30
+ };
31
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ "update:modelValue": (value: unknown) => void;
33
+ close: () => void;
34
+ action: (action: import("./MultiBar.types").MultiBarAction) => void;
35
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
36
+ size: {
37
+ type: import("vue").PropType<"small" | "medium">;
38
+ default: string;
39
+ };
40
+ position: {
41
+ type: import("vue").PropType<"left" | "center">;
42
+ default: string;
43
+ };
44
+ modelValue: {
45
+ type: import("vue").PropType<boolean>;
46
+ required: true;
47
+ };
48
+ actions: {
49
+ type: import("vue").PropType<import("./MultiBar.types").MultiBarAction[]>;
50
+ default: () => any[];
51
+ };
52
+ appendToBody: {
53
+ type: import("vue").PropType<boolean>;
54
+ default: boolean;
55
+ };
56
+ selectedCount: {
57
+ type: import("vue").PropType<number>;
58
+ default: number;
59
+ };
60
+ visibleActionsCount: {
61
+ type: import("vue").PropType<number>;
62
+ default: number;
63
+ };
64
+ }>> & {
65
+ onClose?: () => any;
66
+ "onUpdate:modelValue"?: (value: unknown) => any;
67
+ onAction?: (action: import("./MultiBar.types").MultiBarAction) => any;
68
+ }, {
69
+ size: "small" | "medium";
70
+ position: "left" | "center";
71
+ actions: import("./MultiBar.types").MultiBarAction[];
72
+ appendToBody: boolean;
73
+ selectedCount: number;
74
+ visibleActionsCount: number;
75
+ }>[];
76
+ export type { MultiBarAction } from './MultiBar.types';
77
+ export { MultiBar, MultiBarTypes };
@@ -0,0 +1,6 @@
1
+ import r from "./MultiBar.vue.js";
2
+ const o = () => [r];
3
+ export {
4
+ r as MultiBar,
5
+ o as MultiBarTypes
6
+ };
@@ -27,14 +27,14 @@ declare const PopoverTypes: () => ({
27
27
  type: import("vue").PropType<boolean>;
28
28
  default: boolean;
29
29
  };
30
- open: {
31
- type: import("vue").PropType<boolean>;
32
- required: true;
33
- };
34
30
  distance: {
35
31
  type: import("vue").PropType<number>;
36
32
  default: number;
37
33
  };
34
+ open: {
35
+ type: import("vue").PropType<boolean>;
36
+ required: true;
37
+ };
38
38
  skidding: {
39
39
  type: import("vue").PropType<number>;
40
40
  default: number;
@@ -74,14 +74,14 @@ declare const PopoverTypes: () => ({
74
74
  type: import("vue").PropType<boolean>;
75
75
  default: boolean;
76
76
  };
77
- open: {
78
- type: import("vue").PropType<boolean>;
79
- required: true;
80
- };
81
77
  distance: {
82
78
  type: import("vue").PropType<number>;
83
79
  default: number;
84
80
  };
81
+ open: {
82
+ type: import("vue").PropType<boolean>;
83
+ required: true;
84
+ };
85
85
  skidding: {
86
86
  type: import("vue").PropType<number>;
87
87
  default: number;
@@ -135,14 +135,14 @@ declare const PopoverTypes: () => ({
135
135
  type: import("vue").PropType<boolean>;
136
136
  default: boolean;
137
137
  };
138
- open: {
139
- type: import("vue").PropType<boolean>;
140
- required: true;
141
- };
142
138
  distance: {
143
139
  type: import("vue").PropType<number>;
144
140
  default: number;
145
141
  };
142
+ open: {
143
+ type: import("vue").PropType<boolean>;
144
+ required: true;
145
+ };
146
146
  skidding: {
147
147
  type: import("vue").PropType<number>;
148
148
  default: number;
@@ -172,14 +172,14 @@ declare const PopoverTypes: () => ({
172
172
  type: import("vue").PropType<boolean>;
173
173
  default: boolean;
174
174
  };
175
- open: {
176
- type: import("vue").PropType<boolean>;
177
- required: true;
178
- };
179
175
  distance: {
180
176
  type: import("vue").PropType<number>;
181
177
  default: number;
182
178
  };
179
+ open: {
180
+ type: import("vue").PropType<boolean>;
181
+ required: true;
182
+ };
183
183
  skidding: {
184
184
  type: import("vue").PropType<number>;
185
185
  default: number;
@@ -1,7 +1,7 @@
1
1
  import o from "./SearchV4.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../SearchV4.vue_vue_type_style_index_0_scoped_63f11472_lang.css"; //*');
4
- const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-63f11472"]]);
3
+ // import "../../../SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css"; //*');
4
+ const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-215f0f29"]]);
5
5
  export {
6
6
  c as default
7
7
  };
@@ -1,9 +1,10 @@
1
- import "../../../SearchV4.vue_vue_type_style_index_0_scoped_63f11472_lang.css"; import { defineComponent as m, openBlock as f, createElementBlock as p, unref as t, createVNode as l, withCtx as h, withDirectives as V, createElementVNode as x, vShow as I } from "vue";
2
- import s from "../../icon/v4/IconV4.vue.js";
3
- import { SearchTestIdModifiers as n } from "../../../testids/index.js";
4
- import { searchCommon as v } from "../common/Search.common.js";
5
- import b from "../../input/v4/TextField.vue.js";
6
- const B = ["data-testid"], N = /* @__PURE__ */ m({
1
+ import "../../../SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css"; import { defineComponent as p, openBlock as V, createElementBlock as h, mergeProps as u, unref as e, createVNode as a, withCtx as x, withDirectives as I, createElementVNode as v, vShow as C } from "vue";
2
+ import c from "../../icon/v4/IconV4.vue.js";
3
+ import { SearchTestIdModifiers as d } from "../../../testids/index.js";
4
+ import { searchCommon as b } from "../common/Search.common.js";
5
+ import B from "../../input/v4/TextField.vue.js";
6
+ import { useTestIdAttrs as g } from "../../../utils/testIds.js";
7
+ const T = /* @__PURE__ */ p({
7
8
  __name: "SearchV4",
8
9
  props: {
9
10
  modelValue: null,
@@ -13,48 +14,44 @@ const B = ["data-testid"], N = /* @__PURE__ */ m({
13
14
  autoFocus: { type: Boolean, default: !1 }
14
15
  },
15
16
  emits: ["update:modelValue"],
16
- setup(e, { expose: c, emit: d }) {
17
- const u = e, { inputRef: i, clearValue: r } = v(u, d);
18
- return c({
17
+ setup(t, { expose: f, emit: r }) {
18
+ const s = t, { inputRef: i, clearValue: n } = b(s, r), m = g(s.testId, d);
19
+ return f({
19
20
  inputRef: i
20
- }), (C, a) => (f(), p("div", {
21
- class: "search-container",
22
- "data-testid": `${e.testId}-${t(n).CONTAINER}`
23
- }, [
24
- l(t(b), {
21
+ }), (k, o) => (V(), h("div", u({ class: "search-container" }, e(m)[e(d).CONTAINER]), [
22
+ a(e(B), {
25
23
  ref_key: "inputRef",
26
24
  ref: i,
27
- "model-value": e.modelValue,
25
+ "model-value": t.modelValue,
28
26
  "icon-before-name": "search",
29
- "auto-focus": e.autoFocus,
30
- placeholder: e.placeholder,
31
- disabled: e.disabled,
32
- "test-id": `${e.testId}-${t(n).FIELD}`,
33
- "onUpdate:modelValue": a[0] || (a[0] = (o) => d("update:modelValue", o))
27
+ "auto-focus": t.autoFocus,
28
+ placeholder: t.placeholder,
29
+ disabled: t.disabled,
30
+ "test-id": t.testId,
31
+ "onUpdate:modelValue": o[0] || (o[0] = (l) => r("update:modelValue", l))
34
32
  }, {
35
- iconBefore: h(() => [
36
- l(t(s), {
33
+ iconBefore: x(() => [
34
+ a(e(c), {
37
35
  name: "magnifying-glass",
38
36
  size: "16px"
39
37
  })
40
38
  ]),
41
39
  _: 1
42
40
  }, 8, ["model-value", "auto-focus", "placeholder", "disabled", "test-id"]),
43
- V(x("div", {
44
- class: "x-circle-wrapper",
45
- onClick: a[1] || (a[1] = //@ts-ignore
46
- (...o) => t(r) && t(r)(...o))
47
- }, [
48
- l(t(s), {
41
+ I(v("div", u({ class: "x-circle-wrapper" }, e(m)[e(d).CLEAR], {
42
+ onClick: o[1] || (o[1] = //@ts-ignore
43
+ (...l) => e(n) && e(n)(...l))
44
+ }), [
45
+ a(e(c), {
49
46
  name: "x-circle",
50
47
  size: "16px"
51
48
  })
52
- ], 512), [
53
- [I, !!e.modelValue]
49
+ ], 16), [
50
+ [C, !!t.modelValue]
54
51
  ])
55
- ], 8, B));
52
+ ], 16));
56
53
  }
57
54
  });
58
55
  export {
59
- N as default
56
+ T as default
60
57
  };
@@ -1,7 +1,7 @@
1
1
  import e from "./FieldHelpText.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../FieldHelpText.vue_vue_type_style_index_0_scoped_d5507827_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-d5507827"]]);
3
+ // import "../../FieldHelpText.vue_vue_type_style_index_0_scoped_c551c20f_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-c551c20f"]]);
5
5
  export {
6
- s as default
6
+ p as default
7
7
  };
@@ -1,8 +1,9 @@
1
- import "../../FieldHelpText.vue_vue_type_style_index_0_scoped_d5507827_lang.css"; import { defineComponent as r, computed as c, openBlock as i, createElementBlock as s, normalizeClass as l, unref as e, createBlock as m, createCommentVNode as f, createVNode as u, withCtx as p, createTextVNode as h, toDisplayString as I } from "vue";
1
+ import "../../FieldHelpText.vue_vue_type_style_index_0_scoped_c551c20f_lang.css"; import { defineComponent as l, computed as d, openBlock as i, createElementBlock as m, mergeProps as a, unref as e, createBlock as p, createCommentVNode as f, createVNode as u, withCtx as I, createTextVNode as h, toDisplayString as T } from "vue";
2
2
  import v from "../icon/v3/Icon.vue.js";
3
3
  import x from "../typography/v4/Typography.vue.js";
4
- import { FieldHelpTextTestIdModifiers as a } from "../../testids/index.js";
5
- const T = ["data-testid"], k = /* @__PURE__ */ r({
4
+ import { FieldHelpTextTestIdModifiers as o } from "../../testids/index.js";
5
+ import { useTestIdAttrs as g } from "../../utils/testIds.js";
6
+ const A = /* @__PURE__ */ l({
6
7
  __name: "FieldHelpText",
7
8
  props: {
8
9
  text: { default: "" },
@@ -11,37 +12,32 @@ const T = ["data-testid"], k = /* @__PURE__ */ r({
11
12
  showIcon: { type: Boolean, default: !0 }
12
13
  },
13
14
  setup(t) {
14
- const n = t, d = c(() => {
15
- const o = {
15
+ const n = t, s = d(() => {
16
+ const c = {
16
17
  warning: "warning-v4",
17
18
  error: "warning-octagon",
18
19
  success: "check-circle"
19
20
  };
20
- return n.variant ? o[n.variant] : "info-v4";
21
- });
22
- return (o, N) => (i(), s("div", {
23
- class: l(["field-help", [`field-help--${t.variant}`]]),
24
- "data-testid": `${t.testId}-${e(a).CONTAINER}`
25
- }, [
26
- t.showIcon ? (i(), m(e(v), {
21
+ return n.variant ? c[n.variant] : "info-v4";
22
+ }), r = g(n.testId, o);
23
+ return (c, N) => (i(), m("div", a({
24
+ class: ["field-help", [`field-help--${t.variant}`]]
25
+ }, e(r)[e(o).CONTAINER]), [
26
+ t.showIcon ? (i(), p(e(v), a({
27
27
  key: 0,
28
28
  class: "help-icon",
29
- name: e(d),
30
- "font-size": "sm",
31
- "data-testid": `${t.testId}-${e(a).ICON}`
32
- }, null, 8, ["name", "data-testid"])) : f("", !0),
33
- u(e(x), {
34
- variant: "caption",
35
- "data-testid": `${t.testId}-${e(a).TEXT}`
36
- }, {
37
- default: p(() => [
38
- h(I(t.text), 1)
29
+ name: e(s),
30
+ "font-size": "sm"
31
+ }, e(r)[e(o).ICON]), null, 16, ["name"])) : f("", !0),
32
+ u(e(x), a({ variant: "caption" }, e(r)[e(o).TEXT]), {
33
+ default: I(() => [
34
+ h(T(t.text), 1)
39
35
  ]),
40
36
  _: 1
41
- }, 8, ["data-testid"])
42
- ], 10, T));
37
+ }, 16)
38
+ ], 16));
43
39
  }
44
40
  });
45
41
  export {
46
- k as default
42
+ A as default
47
43
  };
@@ -1,4 +1,4 @@
1
- import { TooltipPositions } from '@is-ssp/tooltip/Tooltip.types';
1
+ import { TooltipPositions } from '@/components/tooltip/common/Tooltip.types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  label: string;
4
4
  mandatory?: boolean;
@@ -1,7 +1,7 @@
1
1
  import e from "./FieldLabel.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../FieldLabel.vue_vue_type_style_index_0_scoped_90f19704_lang.css"; //*');
4
- const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-90f19704"]]);
3
+ // import "../../FieldLabel.vue_vue_type_style_index_0_scoped_526af548_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-526af548"]]);
5
5
  export {
6
- p as default
6
+ a as default
7
7
  };