@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
@@ -4,7 +4,7 @@ export declare const inputCommon: (props: any, emit: any) => {
4
4
  inputRef: any;
5
5
  isFocused: import("vue").Ref<boolean>;
6
6
  showLabelInside: import("vue").ComputedRef<boolean>;
7
- api: import("../../table-cells/EditableContext").EditableContextProps;
7
+ api: import("../../table-cells/common/EditableContext").EditableContextProps;
8
8
  labelText: import("vue").ComputedRef<any>;
9
9
  sizeClass: import("vue").ComputedRef<string>;
10
10
  handleInput: (event: any) => void;
@@ -1,6 +1,6 @@
1
1
  import { ref as r, computed as o, onMounted as C, nextTick as h } from "vue";
2
- import "../../table-cells/Editable.vue.js";
3
- import { useEditableContext as y } from "../../table-cells/EditableContext.js";
2
+ import "../../table-cells/v3/Editable.vue.js";
3
+ import { useEditableContext as y } from "../../table-cells/common/EditableContext.js";
4
4
  import { REGEX_NUMBER_INPUT as E } from "../../../consts/regex.js";
5
5
  const x = (t, s) => {
6
6
  const n = y(), c = () => {
@@ -1,7 +1,7 @@
1
1
  import o from "./Input.vue2.js";
2
2
  /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../Input.vue_vue_type_style_index_0_scoped_79f436f9_lang.css"; //*');
4
- const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-79f436f9"]]);
3
+ // import "../../../Input.vue_vue_type_style_index_0_scoped_7092804b_lang.css"; //*');
4
+ const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-7092804b"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,14 +1,14 @@
1
- import "../../../Input.vue_vue_type_style_index_0_scoped_79f436f9_lang.css"; import { defineComponent as L, openBlock as l, createElementBlock as n, normalizeClass as c, unref as e, createVNode as o, withCtx as r, createTextVNode as v, toDisplayString as I, createBlock as E, createCommentVNode as i, createElementVNode as y, renderSlot as B, mergeProps as O, withKeys as R, withModifiers as p } from "vue";
1
+ import "../../../Input.vue_vue_type_style_index_0_scoped_7092804b_lang.css"; import { defineComponent as L, openBlock as l, createElementBlock as n, normalizeClass as c, unref as e, createVNode as o, withCtx as r, createTextVNode as v, toDisplayString as I, createBlock as E, createCommentVNode as i, createElementVNode as y, renderSlot as B, mergeProps as O, withKeys as R, withModifiers as p } from "vue";
2
2
  import "../../button/v3/Button.vue.js";
3
3
  import w from "../../button/v3/IconButton.vue.js";
4
4
  import "../../button/v3/ScrollButton.vue.js";
5
5
  import b from "../../icon/v3/Icon.vue.js";
6
- import "../../tooltip/Tooltip.vue2.js";
6
+ import "../../tooltip/v3/Tooltip.vue.js";
7
7
  import "../../typography/Heading.vue.js";
8
8
  import T from "../../typography/Text.vue.js";
9
9
  import { InputTestIdModifiers as s } from "../../../testids/index.js";
10
10
  import { inputCommon as V } from "../common/Input.common.js";
11
- import A from "../../tooltip/Tooltip.vue.js";
11
+ import A from "../../tooltip/v3/Tooltip.vue2.js";
12
12
  const P = ["data-testid"], F = ["data-testid"], K = { class: "info-icon-wrapper" }, M = {
13
13
  key: 0,
14
14
  class: "icon-container icon-before"
@@ -1,4 +1,4 @@
1
- import { TooltipPositions } from '@/components/tooltip/Tooltip.types';
1
+ import { TooltipPositions } from '@/components/tooltip/common/Tooltip.types';
2
2
  import { LabelDirection, FieldSize, FieldType } from './TextField.types';
3
3
  import { FeedbackVariant } from '@/components/shared/commonTypes';
4
4
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -12,6 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
12
  mandatory?: boolean;
13
13
  feedbackVariant?: FeedbackVariant;
14
14
  feedbackText?: string;
15
+ showFeedbackTextIcon?: boolean;
15
16
  autoFocus?: boolean;
16
17
  type?: FieldType;
17
18
  hideNumberArrows?: boolean;
@@ -51,11 +52,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
51
52
  inlineErrorText: string;
52
53
  feedbackText: string;
53
54
  feedbackVariant: any;
55
+ showFeedbackTextIcon: boolean;
54
56
  }>, {
55
57
  manualFocus: () => any;
56
58
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
59
  "update:modelValue": (value: string | number) => void;
58
- "update:showApply": (value: boolean) => void;
60
+ apply: () => void;
59
61
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
60
62
  modelValue?: string | number;
61
63
  placeholder?: string;
@@ -67,6 +69,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
67
69
  mandatory?: boolean;
68
70
  feedbackVariant?: FeedbackVariant;
69
71
  feedbackText?: string;
72
+ showFeedbackTextIcon?: boolean;
70
73
  autoFocus?: boolean;
71
74
  type?: FieldType;
72
75
  hideNumberArrows?: boolean;
@@ -106,9 +109,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
106
109
  inlineErrorText: string;
107
110
  feedbackText: string;
108
111
  feedbackVariant: any;
112
+ showFeedbackTextIcon: boolean;
109
113
  }>>> & {
110
114
  "onUpdate:modelValue"?: (value: string | number) => any;
111
- "onUpdate:showApply"?: (value: boolean) => any;
115
+ onApply?: () => any;
112
116
  }, {
113
117
  type: FieldType;
114
118
  label: string;
@@ -134,6 +138,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
134
138
  inlineErrorText: string;
135
139
  feedbackText: string;
136
140
  feedbackVariant: FeedbackVariant;
141
+ showFeedbackTextIcon: boolean;
137
142
  }>, {
138
143
  iconBefore?(_: {}): any;
139
144
  iconAfter?(_: {}): any;
@@ -1,7 +1,7 @@
1
1
  import e from "./TextField.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css"; //*');
4
- const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-7aa32734"]]);
3
+ // import "../../../TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-d4dc4582"]]);
5
5
  export {
6
- a as default
6
+ s as default
7
7
  };
@@ -1,14 +1,13 @@
1
- import "../../../TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css"; import { defineComponent as K, computed as k, ref as G, openBlock as a, createElementBlock as o, mergeProps as v, unref as t, createBlock as y, createCommentVNode as n, createElementVNode as g, normalizeClass as M, renderSlot as $, withCtx as h, createTextVNode as p, toDisplayString as x, withKeys as W, withModifiers as S, createVNode as u, pushScopeId as j, popScopeId as q } from "vue";
2
- import w from "../../icon/v3/Icon.vue.js";
3
- import "../../tooltip/Tooltip.vue2.js";
4
- import T from "../../typography/v4/Typography.vue.js";
1
+ import "../../../TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css"; import { defineComponent as K, computed as w, ref as G, openBlock as l, createElementBlock as o, mergeProps as y, unref as t, createBlock as u, createCommentVNode as n, createElementVNode as g, normalizeClass as M, renderSlot as F, withCtx as v, createTextVNode as h, toDisplayString as x, withKeys as W, withModifiers as $, createVNode as p, pushScopeId as j, popScopeId as q } from "vue";
2
+ import b from "../../icon/v4/IconV4.vue.js";
3
+ import J from "../../tooltip/v4/TooltipV4.vue.js";
4
+ /* empty css */import T from "../../typography/v4/Typography.vue.js";
5
5
  import { InputTestIdModifiers as f } from "../../../testids/index.js";
6
- import { inputCommon as J } from "../common/Input.common.js";
7
- import Q from "../../shared/FieldLabel.vue.js";
8
- import U from "../../shared/FieldHelpText.vue.js";
9
- import { useTestIdAttrs as X } from "../../../utils/testIds.js";
10
- import Y from "../../tooltip/Tooltip.vue.js";
11
- const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
6
+ import { inputCommon as Q } from "../common/Input.common.js";
7
+ import U from "../../shared/FieldLabel.vue.js";
8
+ import X from "../../shared/FieldHelpText.vue.js";
9
+ import { useTestIdAttrs as Y } from "../../../utils/testIds.js";
10
+ const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
12
11
  key: 0,
13
12
  class: "icon-container icon-before"
14
13
  }, ee = ["value", "placeholder", "disabled", "type", "step", "maxlength"], te = ["onClick"], le = {
@@ -23,10 +22,10 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
23
22
  }, ie = {
24
23
  key: 1,
25
24
  class: "max-length"
26
- }, oe = /* @__PURE__ */ Z(() => /* @__PURE__ */ g("span", { class: "max-length__divider" }, "/", -1)), se = {
25
+ }, oe = /* @__PURE__ */ Z(() => /* @__PURE__ */ g("span", { class: "max-length__divider" }, "/", -1)), de = {
27
26
  inheritAttrs: !1
28
- }, xe = /* @__PURE__ */ K({
29
- ...se,
27
+ }, pe = /* @__PURE__ */ K({
28
+ ...de,
30
29
  __name: "TextField",
31
30
  props: {
32
31
  modelValue: { default: "" },
@@ -39,6 +38,7 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
39
38
  mandatory: { type: Boolean, default: !1 },
40
39
  feedbackVariant: { default: null },
41
40
  feedbackText: { default: "" },
41
+ showFeedbackTextIcon: { type: Boolean, default: !0 },
42
42
  autoFocus: { type: Boolean, default: !1 },
43
43
  type: { default: "text" },
44
44
  hideNumberArrows: { type: Boolean, default: !1 },
@@ -54,32 +54,32 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
54
54
  inlineError: { type: Boolean, default: !1 },
55
55
  inlineErrorText: { default: "" }
56
56
  },
57
- emits: ["update:modelValue", "update:showApply"],
58
- setup(e, { expose: F, emit: I }) {
59
- const d = e, c = X(d.testId, f), P = () => {
60
- d.showApply ? I("update:showApply", !1) : s?.confirmable && z();
61
- }, O = () => B.value.focus(), {
62
- onConfirm: z,
63
- onEnter: A,
64
- inputRef: B,
65
- isFocused: b,
57
+ emits: ["update:modelValue", "apply"],
58
+ setup(e, { expose: S, emit: I }) {
59
+ const s = e, c = Y(s.testId, f), P = () => {
60
+ s.showApply ? I("apply") : d?.confirmable && O();
61
+ }, z = () => A.value.focus(), {
62
+ onConfirm: O,
63
+ onEnter: B,
64
+ inputRef: A,
65
+ isFocused: k,
66
66
  showLabelInside: V,
67
- api: s,
67
+ api: d,
68
68
  labelText: D,
69
69
  sizeClass: N,
70
70
  handleInput: C,
71
71
  handleKeypress: E
72
- } = J(d, I), L = k(() => s.value?.value ?? d.modelValue), H = k(() => (L.value || "").length), m = G(!1), R = k(() => m.value && d.type === "password" ? "text" : d.type);
73
- return F({
74
- manualFocus: O
75
- }), (r, l) => (a(), o("div", v({
72
+ } = Q(s, I), L = w(() => d.value?.value ?? s.modelValue), H = w(() => (L.value || "").length), m = G(!1), R = w(() => m.value && s.type === "password" ? "text" : s.type);
73
+ return S({
74
+ manualFocus: z
75
+ }), (r, a) => (l(), o("div", y({
76
76
  class: {
77
77
  "input-with-label-container": !0,
78
78
  disabled: e.disabled,
79
79
  [`variant-${e.feedbackVariant}`]: !0
80
80
  }
81
81
  }, t(c)[t(f).WRAPPER]), [
82
- e.label && e.labelDirection !== "inside" ? (a(), y(Q, {
82
+ e.label && e.labelDirection !== "inside" ? (l(), u(U, {
83
83
  key: 0,
84
84
  label: e.label,
85
85
  mandatory: e.mandatory,
@@ -92,25 +92,25 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
92
92
  class: M({
93
93
  "input-container": !0,
94
94
  "label-inside": t(V),
95
- focused: t(b)
95
+ focused: t(k)
96
96
  })
97
97
  }, [
98
- r.$slots.iconBefore ? (a(), o("div", _, [
99
- $(r.$slots, "iconBefore", {}, void 0, !0)
98
+ r.$slots.iconBefore ? (l(), o("div", _, [
99
+ F(r.$slots, "iconBefore", {}, void 0, !0)
100
100
  ])) : n("", !0),
101
- e.prefix ? (a(), y(t(T), {
101
+ e.prefix ? (l(), u(t(T), {
102
102
  key: 1,
103
103
  class: "prefix-text",
104
104
  variant: "body1"
105
105
  }, {
106
- default: h(() => [
107
- p(x(e.prefix), 1)
106
+ default: v(() => [
107
+ h(x(e.prefix), 1)
108
108
  ]),
109
109
  _: 1
110
110
  })) : n("", !0),
111
- g("input", v({ ...r.$attrs, ...t(c)[t(f).FIELD] }, {
111
+ g("input", y({ ...r.$attrs, ...t(c)[t(f).FIELD] }, {
112
112
  ref_key: "inputRef",
113
- ref: B,
113
+ ref: A,
114
114
  value: t(L),
115
115
  placeholder: t(D),
116
116
  disabled: e.disabled || e.viewOnly,
@@ -124,81 +124,88 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
124
124
  }],
125
125
  step: e.step,
126
126
  maxlength: e.maxLength,
127
- onInput: l[0] || (l[0] = //@ts-ignore
127
+ onInput: a[0] || (a[0] = //@ts-ignore
128
128
  (...i) => t(C) && t(C)(...i)),
129
- onFocus: l[1] || (l[1] = (i) => b.value = !0),
130
- onBlur: l[2] || (l[2] = (i) => b.value = !1),
131
- onKeyup: l[3] || (l[3] = W(S(
129
+ onFocus: a[1] || (a[1] = (i) => k.value = !0),
130
+ onBlur: a[2] || (a[2] = (i) => k.value = !1),
131
+ onKeyup: a[3] || (a[3] = W($(
132
132
  //@ts-ignore
133
- (...i) => t(A) && t(A)(...i),
133
+ (...i) => t(B) && t(B)(...i),
134
134
  ["prevent"]
135
135
  ), ["enter"])),
136
- onKeypress: l[4] || (l[4] = //@ts-ignore
136
+ onKeypress: a[4] || (a[4] = //@ts-ignore
137
137
  (...i) => t(E) && t(E)(...i))
138
138
  }), null, 16, ee),
139
- e.showApply || t(s)?.confirmable && !t(s)?.error?.value ? (a(), o("div", {
139
+ e.showApply || t(d)?.confirmable && !t(d)?.error?.value ? (l(), o("div", {
140
140
  key: 2,
141
141
  class: "apply-button",
142
- onClick: S(P, ["stop", "prevent"])
142
+ onClick: $(P, ["stop", "prevent"])
143
143
  }, [
144
- u(t(w), {
145
- name: "check-v4",
146
- "font-size": "md"
144
+ p(t(b), {
145
+ name: "check",
146
+ size: "20px"
147
147
  })
148
148
  ], 8, te)) : n("", !0),
149
- e.inlineError || t(s)?.error?.value ? (a(), o("div", le, [
150
- u(t(Y), v({
151
- disabled: !e.inlineErrorText && !t(s)?.error?.value,
152
- text: e.inlineErrorText || t(s)?.error?.value,
149
+ e.inlineError || t(d)?.error?.value ? (l(), o("div", le, [
150
+ p(t(J), y({
151
+ disabled: !e.inlineErrorText && !t(d)?.error?.value,
152
+ text: e.inlineErrorText || t(d)?.error?.value,
153
153
  "test-id": e.testId
154
154
  }, t(c)[t(f).TOOLTIP]), {
155
- default: h(() => [
156
- u(t(w), {
155
+ default: v(() => [
156
+ p(t(b), {
157
157
  name: "warning-circle",
158
- "font-size": "sm"
158
+ type: "fill",
159
+ size: "16px"
159
160
  })
160
161
  ]),
161
162
  _: 1
162
163
  }, 16, ["disabled", "text", "test-id"])
163
164
  ])) : n("", !0),
164
- e.suffix ? (a(), y(t(T), {
165
+ e.suffix ? (l(), u(t(T), {
165
166
  key: 4,
166
167
  class: "suffix-text",
167
168
  variant: "body1"
168
169
  }, {
169
- default: h(() => [
170
- p(x(e.suffix), 1)
170
+ default: v(() => [
171
+ h(x(e.suffix), 1)
171
172
  ]),
172
173
  _: 1
173
174
  })) : n("", !0),
174
- e.type === "password" ? (a(), o("div", v({
175
+ e.type === "password" ? (l(), o("div", y({
175
176
  key: 5,
176
177
  class: "password-visibility-toggle"
177
178
  }, t(c)[t(f).TOGGLE_PASSWORD], {
178
- onClick: l[5] || (l[5] = (i) => m.value = !m.value)
179
+ onClick: a[5] || (a[5] = (i) => m.value = !m.value)
179
180
  }), [
180
- u(t(w), {
181
- name: m.value ? "eye-v4" : "eye-slash",
182
- "font-size": "sm"
183
- }, null, 8, ["name"])
181
+ m.value ? (l(), u(t(b), {
182
+ key: 0,
183
+ name: "eye",
184
+ size: "16px"
185
+ })) : (l(), u(t(b), {
186
+ key: 1,
187
+ name: "eye-slash",
188
+ size: "16px"
189
+ }))
184
190
  ], 16)) : n("", !0),
185
- r.$slots.iconAfter ? (a(), o("div", ae, [
186
- $(r.$slots, "iconAfter", {}, void 0, !0)
191
+ r.$slots.iconAfter ? (l(), o("div", ae, [
192
+ F(r.$slots, "iconAfter", {}, void 0, !0)
187
193
  ])) : n("", !0)
188
194
  ], 2),
189
- e.feedbackText || e.maxLength ? (a(), o("div", ne, [
190
- e.feedbackText ? (a(), y(U, {
195
+ e.feedbackText || e.maxLength ? (l(), o("div", ne, [
196
+ e.feedbackText ? (l(), u(X, {
191
197
  key: 0,
192
198
  text: e.feedbackText,
193
199
  variant: e.feedbackVariant,
200
+ "show-icon": e.showFeedbackTextIcon,
194
201
  "test-id": e.testId
195
- }, null, 8, ["text", "variant", "test-id"])) : n("", !0),
196
- e.maxLength ? (a(), o("div", ie, [
197
- u(t(T), { variant: "caption" }, {
198
- default: h(() => [
199
- p(x(t(H)) + " ", 1),
202
+ }, null, 8, ["text", "variant", "show-icon", "test-id"])) : n("", !0),
203
+ e.maxLength ? (l(), o("div", ie, [
204
+ p(t(T), { variant: "caption" }, {
205
+ default: v(() => [
206
+ h(x(t(H)) + " ", 1),
200
207
  oe,
201
- p(" " + x(e.maxLength), 1)
208
+ h(" " + x(e.maxLength), 1)
202
209
  ]),
203
210
  _: 1
204
211
  })
@@ -208,5 +215,5 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
208
215
  }
209
216
  });
210
217
  export {
211
- xe as default
218
+ pe as default
212
219
  };
@@ -28,6 +28,7 @@ declare const TextFieldTypes: () => ({
28
28
  inlineErrorText: string;
29
29
  feedbackText: string;
30
30
  feedbackVariant: "error" | "success" | "warning";
31
+ showFeedbackTextIcon: boolean;
31
32
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
32
33
  type: {
33
34
  type: import("vue").PropType<"number" | "text" | "password">;
@@ -125,10 +126,14 @@ declare const TextFieldTypes: () => ({
125
126
  type: import("vue").PropType<"error" | "success" | "warning">;
126
127
  default: any;
127
128
  };
129
+ showFeedbackTextIcon: {
130
+ type: import("vue").PropType<boolean>;
131
+ default: boolean;
132
+ };
128
133
  }>> & {
129
134
  "onUpdate:modelValue"?: (value: string | number) => any;
130
- "onUpdate:showApply"?: (value: boolean) => any;
131
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant">;
135
+ onApply?: () => any;
136
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon">;
132
137
  $attrs: {
133
138
  [x: string]: unknown;
134
139
  };
@@ -140,7 +145,7 @@ declare const TextFieldTypes: () => ({
140
145
  }>;
141
146
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
142
147
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
143
- $emit: ((event: "update:modelValue", value: string | number) => void) & ((event: "update:showApply", value: boolean) => void);
148
+ $emit: ((event: "update:modelValue", value: string | number) => void) & ((event: "apply") => void);
144
149
  $el: any;
145
150
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
146
151
  type: {
@@ -239,14 +244,18 @@ declare const TextFieldTypes: () => ({
239
244
  type: import("vue").PropType<"error" | "success" | "warning">;
240
245
  default: any;
241
246
  };
247
+ showFeedbackTextIcon: {
248
+ type: import("vue").PropType<boolean>;
249
+ default: boolean;
250
+ };
242
251
  }>> & {
243
252
  "onUpdate:modelValue"?: (value: string | number) => any;
244
- "onUpdate:showApply"?: (value: boolean) => any;
253
+ onApply?: () => any;
245
254
  }, {
246
255
  manualFocus: () => any;
247
256
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
248
257
  "update:modelValue": (value: string | number) => void;
249
- "update:showApply": (value: boolean) => void;
258
+ apply: () => void;
250
259
  }, string, {
251
260
  type: "number" | "text" | "password";
252
261
  label: string;
@@ -272,6 +281,7 @@ declare const TextFieldTypes: () => ({
272
281
  inlineErrorText: string;
273
282
  feedbackText: string;
274
283
  feedbackVariant: "error" | "success" | "warning";
284
+ showFeedbackTextIcon: boolean;
275
285
  }, {}, string> & {
276
286
  beforeCreate?: (() => void) | (() => void)[];
277
287
  created?: (() => void) | (() => void)[];
@@ -389,9 +399,13 @@ declare const TextFieldTypes: () => ({
389
399
  type: import("vue").PropType<"error" | "success" | "warning">;
390
400
  default: any;
391
401
  };
402
+ showFeedbackTextIcon: {
403
+ type: import("vue").PropType<boolean>;
404
+ default: boolean;
405
+ };
392
406
  }>> & {
393
407
  "onUpdate:modelValue"?: (value: string | number) => any;
394
- "onUpdate:showApply"?: (value: boolean) => any;
408
+ onApply?: () => any;
395
409
  } & import("vue").ShallowUnwrapRef<{
396
410
  manualFocus: () => any;
397
411
  }> & {} & import("vue").ComponentCustomProperties & {};
@@ -495,14 +509,18 @@ declare const TextFieldTypes: () => ({
495
509
  type: import("vue").PropType<"error" | "success" | "warning">;
496
510
  default: any;
497
511
  };
512
+ showFeedbackTextIcon: {
513
+ type: import("vue").PropType<boolean>;
514
+ default: boolean;
515
+ };
498
516
  }>> & {
499
517
  "onUpdate:modelValue"?: (value: string | number) => any;
500
- "onUpdate:showApply"?: (value: boolean) => any;
518
+ onApply?: () => any;
501
519
  }, {
502
520
  manualFocus: () => any;
503
521
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
504
522
  "update:modelValue": (value: string | number) => void;
505
- "update:showApply": (value: boolean) => void;
523
+ apply: () => void;
506
524
  }, string, {
507
525
  type: "number" | "text" | "password";
508
526
  label: string;
@@ -528,6 +546,7 @@ declare const TextFieldTypes: () => ({
528
546
  inlineErrorText: string;
529
547
  feedbackText: string;
530
548
  feedbackVariant: "error" | "success" | "warning";
549
+ showFeedbackTextIcon: boolean;
531
550
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
532
551
  $slots: {
533
552
  iconBefore?(_: {}): any;
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  theme: string;
31
31
  testId: string;
32
32
  container: string;
33
- isOnTop: boolean;
34
33
  distance: number;
34
+ isOnTop: boolean;
35
35
  skidding: number;
36
36
  }>, {
37
37
  trigger?(_: {}): any;
@@ -6,8 +6,8 @@ declare const MenuTypes: () => ({
6
6
  theme: string;
7
7
  testId: string;
8
8
  container: string;
9
- isOnTop: boolean;
10
9
  distance: number;
10
+ isOnTop: boolean;
11
11
  skidding: number;
12
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
13
  theme: {
@@ -22,19 +22,19 @@ declare const MenuTypes: () => ({
22
22
  type: import("vue").PropType<string>;
23
23
  default: string;
24
24
  };
25
- isOnTop: {
26
- type: import("vue").PropType<boolean>;
27
- default: boolean;
28
- };
29
25
  distance: {
30
26
  type: import("vue").PropType<number>;
31
27
  default: number;
32
28
  };
29
+ isOnTop: {
30
+ type: import("vue").PropType<boolean>;
31
+ default: boolean;
32
+ };
33
33
  skidding: {
34
34
  type: import("vue").PropType<number>;
35
35
  default: number;
36
36
  };
37
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "container" | "isOnTop" | "distance" | "skidding">;
37
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "container" | "distance" | "isOnTop" | "skidding">;
38
38
  $attrs: {
39
39
  [x: string]: unknown;
40
40
  };
@@ -61,14 +61,14 @@ declare const MenuTypes: () => ({
61
61
  type: import("vue").PropType<string>;
62
62
  default: string;
63
63
  };
64
- isOnTop: {
65
- type: import("vue").PropType<boolean>;
66
- default: boolean;
67
- };
68
64
  distance: {
69
65
  type: import("vue").PropType<number>;
70
66
  default: number;
71
67
  };
68
+ isOnTop: {
69
+ type: import("vue").PropType<boolean>;
70
+ default: boolean;
71
+ };
72
72
  skidding: {
73
73
  type: import("vue").PropType<number>;
74
74
  default: number;
@@ -77,8 +77,8 @@ declare const MenuTypes: () => ({
77
77
  theme: string;
78
78
  testId: string;
79
79
  container: string;
80
- isOnTop: boolean;
81
80
  distance: number;
81
+ isOnTop: boolean;
82
82
  skidding: number;
83
83
  }, {}, string> & {
84
84
  beforeCreate?: (() => void) | (() => void)[];
@@ -113,14 +113,14 @@ declare const MenuTypes: () => ({
113
113
  type: import("vue").PropType<string>;
114
114
  default: string;
115
115
  };
116
- isOnTop: {
117
- type: import("vue").PropType<boolean>;
118
- default: boolean;
119
- };
120
116
  distance: {
121
117
  type: import("vue").PropType<number>;
122
118
  default: number;
123
119
  };
120
+ isOnTop: {
121
+ type: import("vue").PropType<boolean>;
122
+ default: boolean;
123
+ };
124
124
  skidding: {
125
125
  type: import("vue").PropType<number>;
126
126
  default: number;
@@ -142,14 +142,14 @@ declare const MenuTypes: () => ({
142
142
  type: import("vue").PropType<string>;
143
143
  default: string;
144
144
  };
145
- isOnTop: {
146
- type: import("vue").PropType<boolean>;
147
- default: boolean;
148
- };
149
145
  distance: {
150
146
  type: import("vue").PropType<number>;
151
147
  default: number;
152
148
  };
149
+ isOnTop: {
150
+ type: import("vue").PropType<boolean>;
151
+ default: boolean;
152
+ };
153
153
  skidding: {
154
154
  type: import("vue").PropType<number>;
155
155
  default: number;
@@ -158,8 +158,8 @@ declare const MenuTypes: () => ({
158
158
  theme: string;
159
159
  testId: string;
160
160
  container: string;
161
- isOnTop: boolean;
162
161
  distance: number;
162
+ isOnTop: boolean;
163
163
  skidding: number;
164
164
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
165
165
  $slots: {
@@ -0,0 +1,6 @@
1
+ import { IconName } from '@is-ssp/icon/v3';
2
+ export type MultiBarAction = {
3
+ id: string;
4
+ title: string;
5
+ icon?: IconName;
6
+ };