@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
package/index.js CHANGED
@@ -1,26 +1,23 @@
1
1
  import './MenuItem.vue_vue_type_style_index_0_scoped_c7e837fa_lang.css';
2
- import { AppTriggerTypes as c } from "./components/appTrigger/index.js";
3
- import { AutocompleteDropdownTypes as b } from "./components/autocompleteDropdown/index.js";
4
- import { MenuItemTypes as I } from "./components/menuItem/index.js";
5
- import { MenuTypes as $ } from "./components/menu/index.js";
6
- import { AppIconTypes as F } from "./components/appIcon/index.js";
7
- import { RadioButtonTypes as C } from "./components/radioButton/index.js";
8
- import { Snackbar as B } from "./components/snackbar/index.js";
9
- import { FloatingToolbarTypes as P } from "./components/floatingToolbar/index.js";
10
- import { IncludeExcludeTypes as w } from "./components/includeExclude/index.js";
11
- import { CssBaselineTypes as H } from "./components/cssBaseline/index.js";
12
- import { ID_INJECTION_KEY as v, useId as N } from "./composables/useId.js";
13
- import { EmptyStateTypes as G } from "./components/emptyState/index.js";
14
- import { TableTypes as K } from "./components/table/index.js";
15
- import { DialogTypes as Y } from "./components/dialog/index.js";
16
- import { FilterPanelTypes as q } from "./components/filtersPanel/index.js";
17
- import { FilterDropdownTypes as L } from "./components/filterDropdown/index.js";
18
- import { TabsTypes as U } from "./components/tabs/index.js";
19
- import { CheckboxTypes as X } from "./components/checkbox/index.js";
20
- import { SkeletonTypes as ee } from "./components/skeleton/index.js";
21
- import { TypographyTypes as re } from "./components/typography/index.js";
22
- import { TypographyTypesV4 as pe } from "./components/typography/v4/index.js";
23
- import { PopoverTypes as fe } from "./components/popover/index.js";
2
+ import { AppTriggerTypes as C } from "./components/appTrigger/index.js";
3
+ import { AutocompleteDropdownTypes as P } from "./components/autocompleteDropdown/index.js";
4
+ import { MenuItemTypes as S } from "./components/menuItem/index.js";
5
+ import { MenuTypes as H } from "./components/menu/index.js";
6
+ import { AppIconTypes as v } from "./components/appIcon/index.js";
7
+ import { RadioButtonTypes as _ } from "./components/radioButton/index.js";
8
+ import { Snackbar as q } from "./components/snackbar/index.js";
9
+ import { FloatingToolbarTypes as J } from "./components/floatingToolbar/index.js";
10
+ import { IncludeExcludeTypes as V } from "./components/includeExclude/index.js";
11
+ import { CssBaselineTypes as z } from "./components/cssBaseline/index.js";
12
+ import { ID_INJECTION_KEY as Q, useId as U } from "./composables/useId.js";
13
+ import { FilterPanelTypes as X } from "./components/filtersPanel/index.js";
14
+ import { FilterDropdownTypes as ee } from "./components/filterDropdown/index.js";
15
+ import { CheckboxTypes as re } from "./components/checkbox/index.js";
16
+ import { SkeletonTypes as pe } from "./components/skeleton/index.js";
17
+ import { TypographyTypes as fe } from "./components/typography/index.js";
18
+ import { TypographyTypesV4 as xe } from "./components/typography/v4/index.js";
19
+ import { PopoverTypes as de } from "./components/popover/index.js";
20
+ import { MultiBarTypes as le } from "./components/multibar/index.js";
24
21
  import * as e from "./components/button/v3/index.js";
25
22
  import * as o from "./components/button/v4/index.js";
26
23
  import * as r from "./components/chip/v3/index.js";
@@ -31,62 +28,64 @@ import * as f from "./components/dropdown/v3/index.js";
31
28
  import * as m from "./components/dropdown/v4/index.js";
32
29
  import * as x from "./components/search/v3/index.js";
33
30
  import * as s from "./components/search/v4/index.js";
34
- import * as l from "./components/icon/v3/index.js";
35
- import * as d from "./components/icon/v4/index.js";
36
- import * as u from "./components/input/v3/index.js";
37
- import * as i from "./components/input/v4/index.js";
38
- import { ToggleTypes as xe } from "./components/toggle/index.js";
39
- import { TooltipTypes as le } from "./components/tooltip/index.js";
40
- import { TextAreaTypes as ue } from "./components/textArea/index.js";
41
- import { EditableTypes as ne } from "./components/table-cells/index.js";
42
- import { useToggle as ye } from "./composables/useToggle.js";
43
- import { useSearch as ge } from "./composables/useSearch.js";
44
- import { DateRangeTypes as Ee } from "./components/dateRange/index.js";
45
- import { DatePickerTypes as De } from "./components/datePicker/index.js";
46
- import { BannerTypes as Ae } from "./components/banner/index.js";
47
- import { default as ke } from "./components/appTrigger/AppTrigger.vue.js";
48
- import { default as he } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
49
- import { default as Se } from "./components/menuItem/MenuItem.vue.js";
50
- import { default as Re } from "./components/menu/Menu.vue.js";
51
- import { default as Me } from "./components/appIcon/AppIcon.vue.js";
52
- import { default as Oe } from "./components/radioButton/RadioButton.vue.js";
53
- import { default as Ne } from "./components/radioButton/RadioGroup.vue.js";
31
+ import * as d from "./components/icon/v3/index.js";
32
+ import * as i from "./components/icon/v4/index.js";
33
+ import * as l from "./components/input/v3/index.js";
34
+ import * as n from "./components/input/v4/index.js";
35
+ import * as u from "./components/tabs/v3/index.js";
36
+ import * as T from "./components/tabs/v4/index.js";
37
+ import * as c from "./components/dialog/v3/index.js";
38
+ import * as y from "./components/dialog/v4/index.js";
39
+ import * as $ from "./components/tooltip/v3/index.js";
40
+ import * as g from "./components/tooltip/v4/index.js";
41
+ import * as I from "./components/table/v3/index.js";
42
+ import * as D from "./components/table/v4/index.js";
43
+ import * as A from "./components/table-cells/v3/index.js";
44
+ import * as E from "./components/table-cells/v4/index.js";
45
+ import * as k from "./components/emptyState/v3/index.js";
46
+ import * as F from "./components/emptyState/v4/index.js";
47
+ import { ToggleTypes as ue } from "./components/toggle/v3/index.js";
48
+ import { TextAreaTypes as ce } from "./components/textArea/index.js";
49
+ import { useToggle as $e } from "./composables/useToggle.js";
50
+ import { useSearch as Ie } from "./composables/useSearch.js";
51
+ import { DateRangeTypes as Ae } from "./components/dateRange/index.js";
52
+ import { DatePickerTypes as ke } from "./components/datePicker/index.js";
53
+ import { BannerTypes as be } from "./components/banner/index.js";
54
+ import { default as Be } from "./components/appTrigger/AppTrigger.vue.js";
55
+ import { default as Me } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
56
+ import { default as Re } from "./components/menuItem/MenuItem.vue.js";
57
+ import { default as we } from "./components/menu/Menu.vue.js";
58
+ import { default as Oe } from "./components/appIcon/AppIcon.vue.js";
59
+ import { default as Ne } from "./components/radioButton/RadioButton.vue.js";
60
+ import { default as je } from "./components/radioButton/RadioGroup.vue.js";
54
61
  import { snackbarEmits as Ge, snackbarTypes as Je } from "./components/snackbar/snackbar.types.js";
55
62
  import { default as Ve } from "./components/floatingToolbar/FloatingToolbar.vue.js";
56
- import { default as je } from "./components/includeExclude/IncludeExclude.vue.js";
57
- import { default as ze } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
58
- import { default as Qe } from "./components/includeExclude/IncludeExcludeOption.vue.js";
59
- import { default as We } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
60
- import { default as Ze } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
61
- import { default as oo } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
62
- import { default as to } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
63
- import { default as ao } from "./components/cssBaseline/CssBaseline.vue.js";
64
- import { default as mo } from "./components/emptyState/EmptyState.vue.js";
65
- import { default as so } from "./components/table/Table.vue.js";
66
- import { TableContext as uo } from "./components/table/TableContext.js";
67
- import { default as no } from "./components/dialog/Dialog.vue.js";
68
- import { Reason as yo } from "./components/dialog/Reason.js";
69
- import { default as go } from "./components/filtersPanel/FiltersPanel.vue.js";
70
- import { default as Eo } from "./components/filtersPanel/FilterSearchInput.vue.js";
71
- import { useHiddenFilter as Do } from "./components/filtersPanel/useHiddenFilter.js";
72
- import { default as Ao } from "./components/filterDropdown/FilterDropdown.vue.js";
73
- import { default as ko } from "./components/filterDropdown/AddFilterButton.vue.js";
74
- import { default as ho } from "./components/tabs/Tabs.vue.js";
75
- import { default as So } from "./components/checkbox/Checkbox.vue.js";
76
- import { default as Ro } from "./components/skeleton/Skeleton.vue.js";
77
- import { default as Mo } from "./components/typography/Heading.vue.js";
78
- import { default as Oo } from "./components/typography/Text.vue.js";
79
- import { default as No } from "./components/typography/v4/Typography.vue.js";
80
- import { default as Go } from "./components/popover/Popover.vue.js";
81
- import { default as Ko } from "./components/toggle/Toggle.vue.js";
82
- import { default as Yo } from "./components/tooltip/Tooltip.vue.js";
83
- import { default as qo } from "./components/textArea/TextArea.vue.js";
84
- import { default as Lo } from "./components/table-cells/Editable.vue.js";
85
- import { EditableContext as Uo, useEditableContext as Wo } from "./components/table-cells/EditableContext.js";
86
- import { default as Zo } from "./components/dateRange/DateRange.vue.js";
87
- import { default as or } from "./components/datePicker/DatePicker.vue.js";
88
- import { default as tr } from "./components/banner/Banner.vue.js";
89
- const n = {
63
+ import { default as ze } from "./components/includeExclude/IncludeExclude.vue.js";
64
+ import { default as Qe } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
65
+ import { default as We } from "./components/includeExclude/IncludeExcludeOption.vue.js";
66
+ import { default as Ze } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
67
+ import { default as oo } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
68
+ import { default as to } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
69
+ import { default as ao } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
70
+ import { default as mo } from "./components/cssBaseline/CssBaseline.vue.js";
71
+ import { default as so } from "./components/filtersPanel/FiltersPanel.vue.js";
72
+ import { default as lo } from "./components/filtersPanel/FilterSearchInput.vue.js";
73
+ import { useHiddenFilter as uo } from "./components/filtersPanel/useHiddenFilter.js";
74
+ import { default as co } from "./components/filterDropdown/FilterDropdown.vue.js";
75
+ import { default as $o } from "./components/filterDropdown/AddFilterButton.vue.js";
76
+ import { default as Io } from "./components/checkbox/Checkbox.vue.js";
77
+ import { default as Ao } from "./components/skeleton/Skeleton.vue.js";
78
+ import { default as ko } from "./components/typography/Heading.vue.js";
79
+ import { default as bo } from "./components/typography/Text.vue.js";
80
+ import { default as Bo } from "./components/typography/v4/Typography.vue.js";
81
+ import { default as Mo } from "./components/popover/Popover.vue.js";
82
+ import { default as Ro } from "./components/multibar/MultiBar.vue.js";
83
+ import { default as wo } from "./components/toggle/v3/Toggle.vue.js";
84
+ import { default as Oo } from "./components/textArea/TextArea.vue.js";
85
+ import { default as No } from "./components/dateRange/DateRange.vue.js";
86
+ import { default as jo } from "./components/datePicker/DatePicker.vue.js";
87
+ import { default as Go } from "./components/banner/Banner.vue.js";
88
+ const b = {
90
89
  ...r,
91
90
  ...t,
92
91
  ...p,
@@ -97,87 +96,85 @@ const n = {
97
96
  ...m,
98
97
  ...x,
99
98
  ...s,
100
- ...u,
101
- ...i,
102
99
  ...l,
103
- ...d
100
+ ...n,
101
+ ...d,
102
+ ...i,
103
+ ...u,
104
+ ...T,
105
+ ...c,
106
+ ...y,
107
+ ...$,
108
+ ...g,
109
+ ...I,
110
+ ...D,
111
+ ...A,
112
+ ...E,
113
+ ...k,
114
+ ...F
104
115
  };
105
116
  export {
106
- ko as AddFilterButton,
107
- Me as AppIcon,
108
- F as AppIconTypes,
109
- ke as AppTrigger,
110
- c as AppTriggerTypes,
111
- he as AutocompleteDropdown,
112
- b as AutocompleteDropdownTypes,
113
- tr as Banner,
114
- Ae as BannerTypes,
115
- So as Checkbox,
116
- X as CheckboxTypes,
117
- ao as CssBaseline,
118
- H as CssBaselineTypes,
119
- or as DatePicker,
120
- De as DatePickerTypes,
121
- Zo as DateRange,
122
- Ee as DateRangeTypes,
123
- no as Dialog,
124
- Y as DialogTypes,
125
- Lo as Editable,
126
- Uo as EditableContext,
127
- ne as EditableTypes,
128
- mo as EmptyState,
129
- G as EmptyStateTypes,
130
- Ao as FilterDropdown,
131
- L as FilterDropdownTypes,
132
- q as FilterPanelTypes,
133
- Eo as FilterSearchInput,
134
- go as FiltersPanel,
117
+ $o as AddFilterButton,
118
+ Oe as AppIcon,
119
+ v as AppIconTypes,
120
+ Be as AppTrigger,
121
+ C as AppTriggerTypes,
122
+ Me as AutocompleteDropdown,
123
+ P as AutocompleteDropdownTypes,
124
+ Go as Banner,
125
+ be as BannerTypes,
126
+ Io as Checkbox,
127
+ re as CheckboxTypes,
128
+ mo as CssBaseline,
129
+ z as CssBaselineTypes,
130
+ jo as DatePicker,
131
+ ke as DatePickerTypes,
132
+ No as DateRange,
133
+ Ae as DateRangeTypes,
134
+ co as FilterDropdown,
135
+ ee as FilterDropdownTypes,
136
+ X as FilterPanelTypes,
137
+ lo as FilterSearchInput,
138
+ so as FiltersPanel,
135
139
  Ve as FloatingToolbar,
136
- P as FloatingToolbarTypes,
137
- Mo as Heading,
138
- v as ID_INJECTION_KEY,
139
- je as IncludeExclude,
140
- oo as IncludeExcludeAppHeader,
141
- Ze as IncludeExcludeAppTrigger,
142
- to as IncludeExcludeChipFilter,
143
- ze as IncludeExcludeDragDrop,
144
- Qe as IncludeExcludeOption,
145
- We as IncludeExcludeOptionDraggable,
146
- w as IncludeExcludeTypes,
147
- Re as Menu,
148
- Se as MenuItem,
149
- I as MenuItemTypes,
150
- $ as MenuTypes,
151
- Go as Popover,
152
- fe as PopoverTypes,
153
- Oe as RadioButton,
154
- C as RadioButtonTypes,
155
- Ne as RadioGroup,
156
- yo as Reason,
157
- Ro as Skeleton,
158
- ee as SkeletonTypes,
159
- B as Snackbar,
160
- so as Table,
161
- uo as TableContext,
162
- K as TableTypes,
163
- ho as Tabs,
164
- U as TabsTypes,
165
- Oo as Text,
166
- qo as TextArea,
167
- ue as TextAreaTypes,
168
- Ko as Toggle,
169
- xe as ToggleTypes,
170
- Yo as Tooltip,
171
- le as TooltipTypes,
172
- No as Typography,
173
- re as TypographyTypes,
174
- pe as TypographyTypesV4,
175
- n as default,
140
+ J as FloatingToolbarTypes,
141
+ ko as Heading,
142
+ Q as ID_INJECTION_KEY,
143
+ ze as IncludeExclude,
144
+ to as IncludeExcludeAppHeader,
145
+ oo as IncludeExcludeAppTrigger,
146
+ ao as IncludeExcludeChipFilter,
147
+ Qe as IncludeExcludeDragDrop,
148
+ We as IncludeExcludeOption,
149
+ Ze as IncludeExcludeOptionDraggable,
150
+ V as IncludeExcludeTypes,
151
+ we as Menu,
152
+ Re as MenuItem,
153
+ S as MenuItemTypes,
154
+ H as MenuTypes,
155
+ Ro as MultiBar,
156
+ le as MultiBarTypes,
157
+ Mo as Popover,
158
+ de as PopoverTypes,
159
+ Ne as RadioButton,
160
+ _ as RadioButtonTypes,
161
+ je as RadioGroup,
162
+ Ao as Skeleton,
163
+ pe as SkeletonTypes,
164
+ q as Snackbar,
165
+ bo as Text,
166
+ Oo as TextArea,
167
+ ce as TextAreaTypes,
168
+ wo as Toggle,
169
+ ue as ToggleTypes,
170
+ Bo as Typography,
171
+ fe as TypographyTypes,
172
+ xe as TypographyTypesV4,
173
+ b as default,
176
174
  Ge as snackbarEmits,
177
175
  Je as snackbarTypes,
178
- Wo as useEditableContext,
179
- Do as useHiddenFilter,
180
- N as useId,
181
- ge as useSearch,
182
- ye as useToggle
176
+ uo as useHiddenFilter,
177
+ U as useId,
178
+ Ie as useSearch,
179
+ $e as useToggle
183
180
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.0.0-rc.5",
3
+ "version": "2.0.0-rc.6",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -10,8 +10,10 @@
10
10
  "build": "vite build && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json && node inject-css.js && sh ./scripts/build-styles.sh",
11
11
  "preview": "vite preview",
12
12
  "storybook": "StoryBookEnv=dev sb dev -p 6006",
13
+ "storybook:pw": "StoryBookEnv=dev STORYBOOK_PW=true sb dev -p 6006",
13
14
  "storybook:dist": "StoryBookEnv=prod sb dev -p 6006",
14
- "build-storybook": "storybook build -o docs",
15
+ "storybook:dist:pw": "StoryBookEnv=prod STORYBOOK_PW=true sb dev -p 6006",
16
+ "build-storybook": "sb build -o docs",
15
17
  "serve-storybook": "RemoveAddons=true npm run build-storybook && http-server ./docs --port 6007",
16
18
  "serve-storybook-ci": "npx concurrently -s first -n 'SB,TEST' -c 'magenta,blue' 'npm run storybook:dist --silent' 'npx wait-on tcp:6006' ",
17
19
  "test-storybook": "test-storybook --maxWorkers=2",
@@ -42,7 +44,9 @@
42
44
  "deploy:html": "aws s3 cp ./docs/index.html s3://mobile-shared-ui-platform/$FOLDER/index.html --cache-control='max-age=0, s-maxage=604800'",
43
45
  "cf:invalidate": "aws cloudfront create-invalidation --distribution-id E2H80TE9BVV9YO --paths \"/$FOLDER/*\" ",
44
46
  "upload:visual": "aws s3 cp ./visual-tests s3://mobile-shared-ui-platform/visual-tests/$FOLDER --recursive --exclude '.gitkeep' ",
45
- "release": "commit-and-tag-version"
47
+ "release": "commit-and-tag-version",
48
+ "pw:ci": "cd e2e/playwright && BASE_URL=http://localhost:6006/ npx playwright test --reporter=list",
49
+ "test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first"
46
50
  },
47
51
  "dependencies": {
48
52
  "@phosphor-icons/vue": "^2.1.6",
@@ -150,34 +154,41 @@
150
154
  "./appIcon": "./components/appIcon/AppIcon.vue.js",
151
155
  "./switch": "./components/switch/v3/Switch.vue.js",
152
156
  "./switch/v4": "./components/switch/v4/SwitchV4.vue.js",
153
- "./editable": "./components/table-cells/Editable.vue.js",
157
+ "./editable": "./components/table-cells/v3/Editable.vue.js",
158
+ "./editable/v4": "./components/table-cells/v4/EditableV4.vue.js",
154
159
  "./radioButton": "./components/radioButton/RadioButton.vue.js",
155
160
  "./radioGroup": "./components/radioButton/RadioGroup.vue.js",
156
161
  "./floatingToolbar": "./components/floatingToolbar/FloatingToolbar.vue.js",
157
162
  "./includeExclude": "./components/includeExclude/index.vue.js",
158
163
  "./cssBaseline": "./components/cssBaseline/CssBaseline.vue.js",
159
164
  "./snackbar": "./components/snackbar/index.vue.js",
160
- "./emptyState": "./components/emptyState/EmptyState.vue.js",
161
- "./table": "./components/table/Table.vue.js",
165
+ "./emptyState": "./components/emptyState/v3/EmptyState.vue.js",
166
+ "./emptyState/v4": "./components/emptyState/v4/EmptyStateV4.vue.js",
167
+ "./table": "./components/table/v3/Table.vue.js",
168
+ "./table/v4": "./components/table/v4/DataGrid.vue.js",
162
169
  "./dateRange": "./components/dateRange/DateRange.vue.js",
163
170
  "./datePicker": "./components/datePicker/DatePicker.vue.js",
164
- "./dialog": "./components/dialog/Dialog.vue.js",
171
+ "./dialog": "./components/dialog/v3/Dialog.vue.js",
172
+ "./dialog/v4": "./components/dialog/v4/DialogV4.vue.js",
165
173
  "./dropdown": "./components/dropdown/v3/index.vue.js",
166
174
  "./dropdown/v4": "./components/dropdown/v4/index.vue.js",
167
175
  "./filterDropdown": "./components/filterDropdown/FilterDropdown.vue.js",
168
176
  "./filtersPanel": "./components/filtersPanel/index.vue.js",
169
- "./tabs": "./components/tabs/Tabs.vue.js",
177
+ "./tabs": "./components/tabs/v3/Tabs.vue.js",
178
+ "./tabs/v4": "./components/tabs/v4/TabsV4.vue.js",
170
179
  "./chip": "./components/chip/v3/Chip.vue.js",
171
180
  "./chip/v4": "./components/chip/v4/ChipV4.vue.js",
172
181
  "./button": "./components/button/v3/Button.vue.js",
173
182
  "./button/v4": "./components/button/v4/ButtonV4.vue.js",
174
183
  "./iconButton": "./components/button/v3/IconButton.vue.js",
184
+ "./iconButton/v4": "./components/button/v4/IconButtonV4.vue.js",
175
185
  "./scrollButton": "./components/button/v3/ScrollButton.vue.js",
176
186
  "./checkbox": "./components/checkbox/Checkbox.vue.js",
177
187
  "./icon": "./components/icon/v3/Icon.vue.js",
178
188
  "./icon/v4": "./components/icon/v4/IconV4.vue.js",
179
- "./toggle": "./components/toggle/Toggle.vue.js",
180
- "./tooltip": "./components/tooltip/Tooltip.vue.js",
189
+ "./toggle": "./components/toggle/v3/Toggle.vue.js",
190
+ "./tooltip": "./components/tooltip/v3/Tooltip.vue.js",
191
+ "./tooltip/v4": "./components/tooltip/v4/TooltipV4.vue.js",
181
192
  "./search": "./components/search/v3/Search.vue.js",
182
193
  "./search/v4": "./components/search/v4/Search.vue.js",
183
194
  "./useId": "./composables/useId.vue.js",
@@ -194,6 +205,7 @@
194
205
  "./styleguide": "./styleguide.scss",
195
206
  "./styleguideV4": "./style/styleguideV4.scss",
196
207
  "./banner": "./components/banner/Banner.vue.js",
208
+ "./multibar": "./components/multibar/MultiBar.vue.js",
197
209
  "./typography": "./components/typography/v4/Typography.vue.js"
198
210
  },
199
211
  "typesVersions": {
@@ -211,7 +223,10 @@
211
223
  "./components/menu/Menu.vue.d.ts"
212
224
  ],
213
225
  "editable": [
214
- "./components/table-cells/Editable.vue.d.ts"
226
+ "./components/table-cells/v3/Editable.vue.d.ts"
227
+ ],
228
+ "editable/v4": [
229
+ "./components/table-cells/v4/EditableV4.vue.d.ts"
215
230
  ],
216
231
  "appIcon": [
217
232
  "./components/appIcon/AppIcon.vue.d.ts"
@@ -241,13 +256,22 @@
241
256
  "./components/cssBaseline/CssBaseline.vue.d.ts"
242
257
  ],
243
258
  "emptyState": [
244
- "./components/emptyState/EmptyState.vue.d.ts"
259
+ "./components/emptyState/v3/EmptyState.vue.d.ts"
260
+ ],
261
+ "emptyState/v4": [
262
+ "./components/emptyState/v4/EmptyStateV4.vue.d.ts"
245
263
  ],
246
264
  "table": [
247
- "./components/table/Table.vue.d.ts"
265
+ "./components/table/v3/Table.vue.d.ts"
266
+ ],
267
+ "table/v4": [
268
+ "./components/table/v4/DataGrid.vue.d.ts"
248
269
  ],
249
270
  "dialog": [
250
- "./components/dialog/Dialog.vue.d.ts"
271
+ "./components/dialog/v3/Dialog.vue.d.ts"
272
+ ],
273
+ "dialog/v4": [
274
+ "./components/dialog/v4/DialogV4.vue.d.ts"
251
275
  ],
252
276
  "dropdown": [
253
277
  "./components/dropdown/index.d.ts"
@@ -262,7 +286,10 @@
262
286
  "./components/filterDropdown/index.d.ts"
263
287
  ],
264
288
  "tabs": [
265
- "./components/tabs/Tabs.vue.d.ts"
289
+ "./components/tabs/v3/Tabs.vue.d.ts"
290
+ ],
291
+ "tabs/v4": [
292
+ "./components/tabs/v4/TabsV4.vue.d.ts"
266
293
  ],
267
294
  "./dateRange": [
268
295
  "./components/dateRange/DateRange.vue.d.ts"
@@ -283,7 +310,10 @@
283
310
  "./components/button/v4/ButtonV4.vue.d.ts"
284
311
  ],
285
312
  "iconButton": [
286
- "./components/button/IconButton.vue.d.ts"
313
+ "./components/button/v3/IconButton.vue.d.ts"
314
+ ],
315
+ "iconButton/v4": [
316
+ "./components/button/v4/IconButtonV4.vue.d.ts"
287
317
  ],
288
318
  "scrollButton": [
289
319
  "./components/button/ScrollButton.vue.d.ts"
@@ -295,16 +325,19 @@
295
325
  "./components/icon/Icon.vue.d.ts"
296
326
  ],
297
327
  "./toggle": [
298
- "./components/toggle/Toggle.vue.d.ts"
328
+ "./components/toggle/v3/Toggle.vue.d.ts"
299
329
  ],
300
330
  "./tooltip": [
301
- "./components/tooltip/Tooltip.vue.d.ts"
331
+ "./components/tooltip/v3/Tooltip.vue.d.ts"
332
+ ],
333
+ "./tooltip/v4": [
334
+ "./components/tooltip/v4/TooltipV4.vue.d.ts"
302
335
  ],
303
336
  "search": [
304
337
  "./components/search/v3/Search.vue.d.ts"
305
338
  ],
306
339
  "search/v4": [
307
- "./components/search/v4/Search.vue.d.ts"
340
+ "./components/search/v4/SearchV4.vue.d.ts"
308
341
  ],
309
342
  "skeleton": [
310
343
  "./components/skeleton/Skeleton.vue.d.ts"
@@ -333,6 +366,9 @@
333
366
  "textArea": [
334
367
  "./components/textArea/TextArea.vue.d.ts"
335
368
  ],
369
+ "multibar": [
370
+ "./components/multibar/MultiBar.vue.d.ts"
371
+ ],
336
372
  "typography": [
337
373
  "./components/typography/v4/Typography.vue.d.ts"
338
374
  ]
@@ -12,6 +12,10 @@ export declare enum IncludeExcludeTestIdModifiers {
12
12
  export declare enum DropdownTestIdModifiers {
13
13
  TRIGGER = "dd-trigger",
14
14
  WRAPPER = "dd-wrapper",
15
+ BUTTON = "dd-button",
16
+ BUTTON_WRAPPER = "dd-button-wrapper",
17
+ BUTTON_CONTENT = "dd-button-content",
18
+ BUTTON_CLEAR = "dd-button-clear",
15
19
  LABEL = "dd-label",
16
20
  LIST_CONTAINER = "dd-list-container",
17
21
  SEARCH = "dd-search",
@@ -20,7 +24,9 @@ export declare enum DropdownTestIdModifiers {
20
24
  ACTION_APPLY = "dd-action-apply",
21
25
  ACTION_CLEAR_ALL = "dd-action-clear-all",
22
26
  HELPER_TEXT = "dd-helper-text",
23
- HELPER_TEXT_ERROR = "dd-helper-text-error"
27
+ HELPER_TEXT_ERROR = "dd-helper-text-error",
28
+ SELECT_ALL = "dd-select-all",
29
+ NO_RESULT = "dd-no-result"
24
30
  }
25
31
  export declare enum BannerTestIdModifiers {
26
32
  WRAPPER = "banner-wrapper",
@@ -71,7 +77,8 @@ export declare enum TextAreaTestIdModifiers {
71
77
  export declare enum SearchTestIdModifiers {
72
78
  CONTAINER = "search-container",
73
79
  FIELD = "search-field",
74
- CLOSE = "search-close"
80
+ CLOSE = "search-close",
81
+ CLEAR = "search-clear"
75
82
  }
76
83
  export declare enum TableTestIdModifiers {
77
84
  CONTAINER = "tbl-container",
@@ -94,7 +101,8 @@ export declare enum ToggleTestIdModifiers {
94
101
  }
95
102
  export declare enum TooltipTestIdModifiers {
96
103
  TEXT = "tt-text",
97
- TRIGGER = "tt-trigger"
104
+ TRIGGER = "tt-trigger",
105
+ HEADER = "tt-header"
98
106
  }
99
107
  export declare enum AppTriggerTestIdModifiers {
100
108
  WRAPPER = "at-wrapper",
package/testids/index.js CHANGED
@@ -1,27 +1,27 @@
1
- var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E))(R || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(A || {}), t = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E))(t || {}), r = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(r || {}), P = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(P || {}), O = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E))(O || {}), L = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(L || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(N || {}), _ = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E))(_ || {}), l = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E))(l || {}), c = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(c || {}), p = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E))(p || {}), n = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(n || {}), C = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(C || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(v || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(S || {}), X = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(X || {}), b = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(b || {}), W = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(W || {}), h = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(h || {}), H = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(H || {}), G = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(G || {}), m = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(m || {});
1
+ var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(R || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(A || {}), t = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E))(t || {}), O = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(O || {}), L = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(L || {}), P = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E))(P || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(N || {}), r = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(r || {}), _ = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E.CLEAR = "search-clear", E))(_ || {}), l = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E))(l || {}), c = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(c || {}), C = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E.HEADER = "tt-header", E))(C || {}), n = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(n || {}), p = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(p || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(v || {}), b = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(b || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(S || {}), X = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(X || {}), W = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(W || {}), h = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(h || {}), u = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(u || {}), B = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(B || {}), H = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(H || {});
2
2
  export {
3
3
  n as AppTriggerTestIdModifiers,
4
- C as AutocompleteInputTestIdModifiers,
4
+ p as AutocompleteInputTestIdModifiers,
5
5
  A as BannerTestIdModifiers,
6
- X as CalendarMonthTestIdModifiers,
7
- P as CheckboxTestIdModifiers,
6
+ S as CalendarMonthTestIdModifiers,
7
+ L as CheckboxTestIdModifiers,
8
8
  v as ChipTestIdModifiers,
9
- S as DatePickerTestIdModifiers,
10
- b as DateRangeTestIdModifiers,
9
+ b as DatePickerTestIdModifiers,
10
+ X as DateRangeTestIdModifiers,
11
11
  t as DialogTestIdModifiers,
12
12
  R as DropdownTestIdModifiers,
13
- m as FieldHelpTextTestIdModifiers,
14
- G as FieldLabelTestIdModifiers,
15
- H as HeaderTestIdModifiers,
13
+ H as FieldHelpTextTestIdModifiers,
14
+ B as FieldLabelTestIdModifiers,
15
+ u as HeaderTestIdModifiers,
16
16
  a as IncludeExcludeTestIdModifiers,
17
- r as InputTestIdModifiers,
18
- O as RadioTestIdModifiers,
17
+ O as InputTestIdModifiers,
18
+ P as RadioTestIdModifiers,
19
19
  _ as SearchTestIdModifiers,
20
- L as SwitchTestIdModifiers,
20
+ N as SwitchTestIdModifiers,
21
21
  l as TableTestIdModifiers,
22
22
  W as TabsTestIdModifiers,
23
- N as TextAreaTestIdModifiers,
23
+ r as TextAreaTestIdModifiers,
24
24
  h as TextTestIdModifiers,
25
25
  c as ToggleTestIdModifiers,
26
- p as TooltipTestIdModifiers
26
+ C as TooltipTestIdModifiers
27
27
  };
@@ -0,0 +1 @@
1
+ export declare const createArgTypes: (argTypes: any) => any;
@@ -0,0 +1,2 @@
1
+ export declare const snakeCaseToCamelCase: (str: string) => string;
2
+ export declare const capitalizeFirstLetter: (str: string) => string;