@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
@@ -1,5 +1,5 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- type?: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
2
+ type?: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
3
3
  name?: string;
4
4
  size?: string;
5
5
  color?: string;
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
9
9
  color: any;
10
10
  type: string;
11
11
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
- type?: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
12
+ type?: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
13
13
  name?: string;
14
14
  size?: string;
15
15
  color?: string;
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
20
  type: string;
21
21
  }>>>, {
22
22
  name: string;
23
- type: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
23
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
24
24
  size: string;
25
25
  color: string;
26
26
  }>, {
@@ -1,7 +1,7 @@
1
1
  import o from "./IconV4.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../IconV4.vue_vue_type_style_index_0_scoped_f23078a4_lang.css"; //*');
4
- const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-f23078a4"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css"; //*');
4
+ const a = /* @__PURE__ */ e(o, [["__scopeId", "data-v-a78f8a3e"]]);
5
5
  export {
6
- c as default
6
+ a as default
7
7
  };
@@ -1,6 +1,6 @@
1
- import "../../../IconV4.vue_vue_type_style_index_0_scoped_f23078a4_lang.css"; import { defineComponent as g, useCssVars as y, useSlots as $, computed as r, openBlock as l, createElementBlock as i, normalizeClass as C, unref as u, createCommentVNode as S, renderSlot as w } from "vue";
2
- import { useStorage as b } from "../../../composables/useStorage.js";
3
- const U = ["innerHTML"], q = /* @__PURE__ */ g({
1
+ import "../../../IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css"; import { defineComponent as g, useCssVars as $, useSlots as C, computed as r, watch as w, openBlock as i, createElementBlock as u, normalizeClass as S, unref as f, createCommentVNode as b, renderSlot as I } from "vue";
2
+ import { useStorage as U } from "../../../composables/useStorage.js";
3
+ const V = ["innerHTML"], x = /* @__PURE__ */ g({
4
4
  __name: "IconV4",
5
5
  props: {
6
6
  type: { default: "regular" },
@@ -10,52 +10,55 @@ const U = ["innerHTML"], q = /* @__PURE__ */ g({
10
10
  },
11
11
  setup(o) {
12
12
  const t = o;
13
- y((e) => ({
14
- "1b547318": o.size,
15
- 57841750: o.color
13
+ $((e) => ({
14
+ "5527e696": o.size,
15
+ "4ef5fb6e": o.color
16
16
  }));
17
- const s = window.sharedUIRequestCache = window.sharedUIRequestCache || {}, f = "https://fusion.ironsrc.net/assets", p = $(), d = r(() => {
17
+ const s = window.sharedUIRequestCache = window.sharedUIRequestCache || {}, p = "https://fusion.ironsrc.net/assets", d = C(), m = r(() => {
18
18
  if (!t.name)
19
19
  return "";
20
20
  const e = t.name.split("/");
21
21
  return [t.name ? `icon-name--${e.at(-1)}` : ""];
22
22
  }), c = r(() => {
23
- if (p.default)
23
+ if (d.default)
24
24
  return "";
25
25
  if (!t.name)
26
26
  return console.error("Please provided icon name"), "";
27
- const e = t.type === "regular" || t.type === "bold" ? "ph/" : "v4/", n = t.type === "bold" ? `-${t.type}` : "";
28
- return `${f}/icons/${e}${t.type}/${t.name}${n}.svg`;
29
- }), a = b(`icon-${t.type}--${t.name}`);
30
- function m(e) {
27
+ const e = t.type === "regular" || t.type === "bold" || t.type === "fill" ? "ph/" : "v4/", n = t.type === "bold" || t.type === "fill" ? `-${t.type}` : "";
28
+ return `${p}/icons/${e}${t.type}/${t.name}${n}.svg`;
29
+ }), a = U(`icon-${t.type}--${t.name}`);
30
+ function h(e) {
31
31
  return s[e] || (s[e] = fetch(e).then((n) => n.text()).finally(() => {
32
32
  delete s[e];
33
33
  }).catch((n) => {
34
34
  console.error(n);
35
35
  })), s[e];
36
36
  }
37
- function h(e) {
37
+ function v(e) {
38
38
  return e.replace(
39
39
  /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
40
40
  ""
41
41
  );
42
42
  }
43
- !a.value && c.value && m(c.value).then((e) => {
44
- typeof e == "string" && e.startsWith("<svg") && (a.value = e);
45
- });
46
- const v = r(() => h(a.value ?? ""));
47
- return (e, n) => (l(), i("span", {
48
- class: C(["icon", u(d)])
43
+ function l() {
44
+ h(c.value).then((e) => {
45
+ typeof e == "string" && e.startsWith("<svg") && (a.value = e);
46
+ });
47
+ }
48
+ !a.value && c.value && l();
49
+ const y = r(() => v(a.value ?? ""));
50
+ return w(() => t.name, l), (e, n) => (i(), u("span", {
51
+ class: S(["icon", f(m)])
49
52
  }, [
50
- e.$slots.default ? S("", !0) : (l(), i("span", {
53
+ e.$slots.default ? b("", !0) : (i(), u("span", {
51
54
  key: 0,
52
55
  class: "icon-wrapper",
53
- innerHTML: u(v)
54
- }, null, 8, U)),
55
- w(e.$slots, "default", {}, void 0, !0)
56
+ innerHTML: f(y)
57
+ }, null, 8, V)),
58
+ I(e.$slots, "default", {}, void 0, !0)
56
59
  ], 2));
57
60
  }
58
61
  });
59
62
  export {
60
- q as default
63
+ x as default
61
64
  };
@@ -4,7 +4,7 @@ declare const IconTypes: () => ({
4
4
  $data: {};
5
5
  $props: Partial<{
6
6
  name: string;
7
- type: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
7
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
8
8
  size: string;
9
9
  color: string;
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -13,7 +13,7 @@ declare const IconTypes: () => ({
13
13
  default: any;
14
14
  };
15
15
  type: {
16
- type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
16
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
17
17
  default: string;
18
18
  };
19
19
  size: {
@@ -44,7 +44,7 @@ declare const IconTypes: () => ({
44
44
  default: any;
45
45
  };
46
46
  type: {
47
- type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
47
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
48
48
  default: string;
49
49
  };
50
50
  size: {
@@ -57,7 +57,7 @@ declare const IconTypes: () => ({
57
57
  };
58
58
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
59
59
  name: string;
60
- type: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
60
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
61
61
  size: string;
62
62
  color: string;
63
63
  }, {}, string> & {
@@ -86,7 +86,7 @@ declare const IconTypes: () => ({
86
86
  default: any;
87
87
  };
88
88
  type: {
89
- type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
89
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
90
90
  default: string;
91
91
  };
92
92
  size: {
@@ -107,7 +107,7 @@ declare const IconTypes: () => ({
107
107
  default: any;
108
108
  };
109
109
  type: {
110
- type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
110
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
111
111
  default: string;
112
112
  };
113
113
  size: {
@@ -120,7 +120,7 @@ declare const IconTypes: () => ({
120
120
  };
121
121
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
122
122
  name: string;
123
- type: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
123
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
124
124
  size: string;
125
125
  color: string;
126
126
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -84,12 +84,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
84
84
  loading: boolean;
85
85
  placement: Placement;
86
86
  disabled: boolean;
87
+ distance: number;
87
88
  autoFocus: boolean;
88
89
  hasSubtitle: boolean;
89
90
  searchPlaceholder: string;
90
91
  isOnTop: boolean;
91
92
  defaultOpen: boolean;
92
- distance: number;
93
93
  onSearch: (option: any, term: string) => boolean;
94
94
  titleText: string;
95
95
  alwayesOpen: boolean;
@@ -1,7 +1,7 @@
1
1
  import e from "./IncludeExclude.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_802d4031_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-802d4031"]]);
3
+ // import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_2c9debd6_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-2c9debd6"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_802d4031_lang.css"; import { defineComponent as Te, computed as v, ref as u, watch as j, provide as Oe, openBlock as d, createBlock as I, unref as t, withCtx as g, createElementVNode as a, renderSlot as C, createTextVNode as w, toDisplayString as J, createCommentVNode as h, createVNode as f, Transition as $e, createElementBlock as o, normalizeClass as Q, mergeProps as O, Fragment as $, renderList as R, toRaw as T, nextTick as Re } from "vue";
1
+ import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_2c9debd6_lang.css"; import { defineComponent as Te, computed as v, ref as u, watch as j, provide as Oe, openBlock as d, createBlock as I, unref as t, withCtx as g, createElementVNode as a, renderSlot as C, createTextVNode as w, toDisplayString as J, createCommentVNode as h, createVNode as f, Transition as $e, createElementBlock as o, normalizeClass as Q, mergeProps as O, Fragment as $, renderList as R, toRaw as T, nextTick as Re } from "vue";
2
2
  import "../popover/Popover.vue2.js";
3
3
  import N from "../button/v3/Button.vue.js";
4
4
  import "../button/v3/IconButton.vue.js";
@@ -8,7 +8,7 @@ import "../typography/Heading.vue.js";
8
8
  import X from "../typography/Text.vue.js";
9
9
  import Ee from "../checkbox/Checkbox.vue.js";
10
10
  import b from "../skeleton/Skeleton.vue.js";
11
- import Be from "../emptyState/EmptyState.vue.js";
11
+ import Be from "../emptyState/v3/EmptyState.vue.js";
12
12
  import { useToggle as Ve } from "../../composables/useToggle.js";
13
13
  import { IncludeExcludeContext as Pe } from "./IncludeExcludeContext.js";
14
14
  import { onClickOutside as Le, useClamp as Ne, useVirtualList as Z } from "@vueuse/core";
@@ -1,7 +1,7 @@
1
1
  import e from "./IncludeExcludeAppTrigger.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_1621ad67_lang.css"; //*');
4
- const d = /* @__PURE__ */ o(e, [["__scopeId", "data-v-1621ad67"]]);
3
+ // import "../../IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_lang.css"; //*');
4
+ const r = /* @__PURE__ */ o(e, [["__scopeId", "data-v-f738b223"]]);
5
5
  export {
6
- d as default
6
+ r as default
7
7
  };
@@ -1,13 +1,13 @@
1
- import "../../IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_1621ad67_lang.css"; import { defineComponent as A, computed as t, openBlock as d, createElementBlock as N, normalizeClass as y, unref as e, renderSlot as u, createElementVNode as g, createBlock as f, createCommentVNode as T, createVNode as i, withCtx as s, createTextVNode as I, toDisplayString as _ } from "vue";
1
+ import "../../IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_lang.css"; import { defineComponent as A, computed as t, openBlock as d, createElementBlock as N, normalizeClass as y, unref as e, renderSlot as u, createElementVNode as g, createBlock as f, createCommentVNode as T, createVNode as i, withCtx as s, createTextVNode as I, toDisplayString as _ } from "vue";
2
2
  import "../button/v3/Button.vue.js";
3
3
  import V from "../button/v3/IconButton.vue.js";
4
4
  import "../button/v3/ScrollButton.vue.js";
5
5
  import "../typography/Heading.vue.js";
6
6
  import w from "../typography/Text.vue.js";
7
7
  import v from "../icon/v3/Icon.vue.js";
8
- import "../tooltip/Tooltip.vue2.js";
8
+ import "../tooltip/v3/Tooltip.vue.js";
9
9
  import E from "../appIcon/AppIcon.vue.js";
10
- import B from "../tooltip/Tooltip.vue.js";
10
+ import B from "../tooltip/v3/Tooltip.vue2.js";
11
11
  const D = { class: "include-exclude-trigger-left-image" }, P = /* @__PURE__ */ A({
12
12
  __name: "IncludeExcludeAppTrigger",
13
13
  props: {
@@ -91,12 +91,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
91
91
  loading: boolean;
92
92
  placement: Placement;
93
93
  disabled: boolean;
94
+ distance: number;
94
95
  autoFocus: boolean;
95
96
  hasSubtitle: boolean;
96
97
  searchPlaceholder: string;
97
98
  isOnTop: boolean;
98
99
  defaultOpen: boolean;
99
- distance: number;
100
100
  onSearch: (option: any, term: string) => boolean;
101
101
  titleText: string;
102
102
  alwayesOpen: boolean;
@@ -1,7 +1,7 @@
1
1
  import o from "./IncludeExcludeDragDrop.vue2.js";
2
- /* empty css */import c from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_daccb4bb_lang.css"; //*');
4
- const p = /* @__PURE__ */ c(o, [["__scopeId", "data-v-daccb4bb"]]);
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_ff32d111_lang.css"; //*');
4
+ const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-ff32d111"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_daccb4bb_lang.css"; import { defineComponent as Re, computed as p, ref as c, watch as H, provide as Ae, openBlock as i, createBlock as O, unref as l, withCtx as h, createElementVNode as s, renderSlot as v, normalizeClass as N, createTextVNode as C, toDisplayString as le, createCommentVNode as f, createVNode as g, Transition as Pe, createElementBlock as u, mergeProps as w, Fragment as U, renderList as W, toRaw as S, isRef as $e, nextTick as Ee } from "vue";
1
+ import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_ff32d111_lang.css"; import { defineComponent as Re, computed as p, ref as c, watch as H, provide as Ae, openBlock as i, createBlock as O, unref as l, withCtx as h, createElementVNode as s, renderSlot as v, normalizeClass as N, createTextVNode as C, toDisplayString as le, createCommentVNode as f, createVNode as g, Transition as Pe, createElementBlock as u, mergeProps as w, Fragment as U, renderList as W, toRaw as S, isRef as $e, nextTick as Ee } from "vue";
2
2
  import "../popover/Popover.vue2.js";
3
3
  import G from "../button/v3/Button.vue.js";
4
4
  import "../button/v3/IconButton.vue.js";
@@ -8,7 +8,7 @@ import "../typography/Heading.vue.js";
8
8
  import te from "../typography/Text.vue.js";
9
9
  import ze from "../checkbox/Checkbox.vue.js";
10
10
  import b from "../skeleton/Skeleton.vue.js";
11
- import He from "../emptyState/EmptyState.vue.js";
11
+ import He from "../emptyState/v3/EmptyState.vue.js";
12
12
  import { useToggle as Ne } from "../../composables/useToggle.js";
13
13
  import { IncludeExcludeContext as Ue } from "./IncludeExcludeContext.js";
14
14
  import { onClickOutside as We, useClamp as Ge, useVirtualList as ne } from "@vueuse/core";
@@ -1,7 +1,7 @@
1
- import o from "./IncludeExcludeOption.vue2.js";
2
- /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../IncludeExcludeOption.vue_vue_type_style_index_0_scoped_18847008_lang.css"; //*');
4
- const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-18847008"]]);
1
+ import e from "./IncludeExcludeOption.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../IncludeExcludeOption.vue_vue_type_style_index_0_scoped_4a87e4fd_lang.css"; //*');
4
+ const d = /* @__PURE__ */ o(e, [["__scopeId", "data-v-4a87e4fd"]]);
5
5
  export {
6
- p as default
6
+ d as default
7
7
  };
@@ -1,13 +1,13 @@
1
- import "../../IncludeExcludeOption.vue_vue_type_style_index_0_scoped_18847008_lang.css"; import { defineComponent as E, ref as N, computed as v, openBlock as o, createElementBlock as a, normalizeClass as k, unref as e, createElementVNode as m, createBlock as p, createCommentVNode as n, renderSlot as x, createVNode as c, withCtx as d, createTextVNode as h, toDisplayString as y, withModifiers as T } from "vue";
1
+ import "../../IncludeExcludeOption.vue_vue_type_style_index_0_scoped_4a87e4fd_lang.css"; import { defineComponent as E, ref as N, computed as v, openBlock as o, createElementBlock as a, normalizeClass as k, unref as e, createElementVNode as m, createBlock as p, createCommentVNode as n, renderSlot as x, createVNode as c, withCtx as d, createTextVNode as h, toDisplayString as y, withModifiers as T } from "vue";
2
2
  import "../typography/Heading.vue.js";
3
3
  import C from "../typography/Text.vue.js";
4
4
  import { useIncludeExcludeContext as z } from "./IncludeExcludeContext.js";
5
5
  import { useId as S } from "../../composables/useId.js";
6
6
  import V from "../checkbox/Checkbox.vue.js";
7
- import "../tooltip/Tooltip.vue2.js";
7
+ import "../tooltip/v3/Tooltip.vue.js";
8
8
  import D from "../icon/v3/Icon.vue.js";
9
9
  import { NOOP as M } from "@vue/shared";
10
- import $ from "../tooltip/Tooltip.vue.js";
10
+ import $ from "../tooltip/v3/Tooltip.vue2.js";
11
11
  const P = {
12
12
  key: 1,
13
13
  class: "image"
@@ -1,7 +1,7 @@
1
1
  import e from "./IncludeExcludeOptionDraggable.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_df79f184_lang.css"; //*');
4
- const d = /* @__PURE__ */ o(e, [["__scopeId", "data-v-df79f184"]]);
3
+ // import "../../IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css"; //*');
4
+ const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-a91fcaa5"]]);
5
5
  export {
6
- d as default
6
+ t as default
7
7
  };
@@ -1,11 +1,11 @@
1
- import "../../IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_df79f184_lang.css"; import { defineComponent as w, ref as z, computed as b, openBlock as o, createElementBlock as a, unref as t, normalizeClass as v, createElementVNode as c, renderSlot as p, createCommentVNode as n, createVNode as s, withCtx as r, createTextVNode as y, toDisplayString as x, createBlock as B, withModifiers as E } from "vue";
1
+ import "../../IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css"; import { defineComponent as w, ref as z, computed as b, openBlock as o, createElementBlock as a, unref as t, normalizeClass as v, createElementVNode as c, renderSlot as p, createCommentVNode as n, createVNode as s, withCtx as r, createTextVNode as y, toDisplayString as x, createBlock as B, withModifiers as E } from "vue";
2
2
  import "../typography/Heading.vue.js";
3
3
  import $ from "../typography/Text.vue.js";
4
4
  import { useIncludeExcludeContext as T } from "./IncludeExcludeContext.js";
5
5
  import { useId as N } from "../../composables/useId.js";
6
- import "../tooltip/Tooltip.vue2.js";
6
+ import "../tooltip/v3/Tooltip.vue.js";
7
7
  import O from "../icon/v3/Icon.vue.js";
8
- import h from "../tooltip/Tooltip.vue.js";
8
+ import h from "../tooltip/v3/Tooltip.vue2.js";
9
9
  const S = ["id"], V = {
10
10
  key: 0,
11
11
  class: "image"
@@ -14,12 +14,12 @@ declare const IncludeExcludeTypes: () => (({
14
14
  loading: boolean;
15
15
  placement: import("floating-vue").Placement;
16
16
  disabled: boolean;
17
+ distance: number;
17
18
  autoFocus: boolean;
18
19
  hasSubtitle: boolean;
19
20
  searchPlaceholder: string;
20
21
  isOnTop: boolean;
21
22
  defaultOpen: boolean;
22
- distance: number;
23
23
  onSearch: (option: any, term: string) => boolean;
24
24
  titleText: string;
25
25
  alwayesOpen: boolean;
@@ -47,6 +47,10 @@ declare const IncludeExcludeTypes: () => (({
47
47
  type: import("vue").PropType<unknown[]>;
48
48
  required: true;
49
49
  };
50
+ distance: {
51
+ type: import("vue").PropType<number>;
52
+ default: number;
53
+ };
50
54
  modelValue: {
51
55
  type: import("vue").PropType<unknown>;
52
56
  required: true;
@@ -71,10 +75,6 @@ declare const IncludeExcludeTypes: () => (({
71
75
  type: import("vue").PropType<boolean>;
72
76
  default: boolean;
73
77
  };
74
- distance: {
75
- type: import("vue").PropType<number>;
76
- default: number;
77
- };
78
78
  clearable: {
79
79
  type: import("vue").PropType<boolean>;
80
80
  };
@@ -108,7 +108,7 @@ declare const IncludeExcludeTypes: () => (({
108
108
  };
109
109
  }>> & {
110
110
  "onUpdate:modelValue"?: (value: unknown) => any;
111
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "loading" | "placement" | "disabled" | "autoFocus" | "hasSubtitle" | "searchPlaceholder" | "isOnTop" | "defaultOpen" | "distance" | "onSearch" | "titleText" | "alwayesOpen" | "showClearAll" | "distanceOffset" | "skiddingOffset">;
111
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "loading" | "placement" | "disabled" | "distance" | "autoFocus" | "hasSubtitle" | "searchPlaceholder" | "isOnTop" | "defaultOpen" | "onSearch" | "titleText" | "alwayesOpen" | "showClearAll" | "distanceOffset" | "skiddingOffset">;
112
112
  $attrs: {
113
113
  [x: string]: unknown;
114
114
  };
@@ -143,6 +143,10 @@ declare const IncludeExcludeTypes: () => (({
143
143
  type: import("vue").PropType<unknown[]>;
144
144
  required: true;
145
145
  };
146
+ distance: {
147
+ type: import("vue").PropType<number>;
148
+ default: number;
149
+ };
146
150
  modelValue: {
147
151
  type: import("vue").PropType<unknown>;
148
152
  required: true;
@@ -167,10 +171,6 @@ declare const IncludeExcludeTypes: () => (({
167
171
  type: import("vue").PropType<boolean>;
168
172
  default: boolean;
169
173
  };
170
- distance: {
171
- type: import("vue").PropType<number>;
172
- default: number;
173
- };
174
174
  clearable: {
175
175
  type: import("vue").PropType<boolean>;
176
176
  };
@@ -211,12 +211,12 @@ declare const IncludeExcludeTypes: () => (({
211
211
  loading: boolean;
212
212
  placement: import("floating-vue").Placement;
213
213
  disabled: boolean;
214
+ distance: number;
214
215
  autoFocus: boolean;
215
216
  hasSubtitle: boolean;
216
217
  searchPlaceholder: string;
217
218
  isOnTop: boolean;
218
219
  defaultOpen: boolean;
219
- distance: number;
220
220
  onSearch: (option: any, term: string) => boolean;
221
221
  titleText: string;
222
222
  alwayesOpen: boolean;
@@ -264,6 +264,10 @@ declare const IncludeExcludeTypes: () => (({
264
264
  type: import("vue").PropType<unknown[]>;
265
265
  required: true;
266
266
  };
267
+ distance: {
268
+ type: import("vue").PropType<number>;
269
+ default: number;
270
+ };
267
271
  modelValue: {
268
272
  type: import("vue").PropType<unknown>;
269
273
  required: true;
@@ -288,10 +292,6 @@ declare const IncludeExcludeTypes: () => (({
288
292
  type: import("vue").PropType<boolean>;
289
293
  default: boolean;
290
294
  };
291
- distance: {
292
- type: import("vue").PropType<number>;
293
- default: number;
294
- };
295
295
  clearable: {
296
296
  type: import("vue").PropType<boolean>;
297
297
  };
@@ -350,6 +350,10 @@ declare const IncludeExcludeTypes: () => (({
350
350
  type: import("vue").PropType<unknown[]>;
351
351
  required: true;
352
352
  };
353
+ distance: {
354
+ type: import("vue").PropType<number>;
355
+ default: number;
356
+ };
353
357
  modelValue: {
354
358
  type: import("vue").PropType<unknown>;
355
359
  required: true;
@@ -374,10 +378,6 @@ declare const IncludeExcludeTypes: () => (({
374
378
  type: import("vue").PropType<boolean>;
375
379
  default: boolean;
376
380
  };
377
- distance: {
378
- type: import("vue").PropType<number>;
379
- default: number;
380
- };
381
381
  clearable: {
382
382
  type: import("vue").PropType<boolean>;
383
383
  };
@@ -418,12 +418,12 @@ declare const IncludeExcludeTypes: () => (({
418
418
  loading: boolean;
419
419
  placement: import("floating-vue").Placement;
420
420
  disabled: boolean;
421
+ distance: number;
421
422
  autoFocus: boolean;
422
423
  hasSubtitle: boolean;
423
424
  searchPlaceholder: string;
424
425
  isOnTop: boolean;
425
426
  defaultOpen: boolean;
426
- distance: number;
427
427
  onSearch: (option: any, term: string) => boolean;
428
428
  titleText: string;
429
429
  alwayesOpen: boolean;
@@ -457,12 +457,12 @@ declare const IncludeExcludeTypes: () => (({
457
457
  loading: boolean;
458
458
  placement: import("floating-vue").Placement;
459
459
  disabled: boolean;
460
+ distance: number;
460
461
  autoFocus: boolean;
461
462
  hasSubtitle: boolean;
462
463
  searchPlaceholder: string;
463
464
  isOnTop: boolean;
464
465
  defaultOpen: boolean;
465
- distance: number;
466
466
  onSearch: (option: any, term: string) => boolean;
467
467
  titleText: string;
468
468
  alwayesOpen: boolean;
@@ -488,6 +488,10 @@ declare const IncludeExcludeTypes: () => (({
488
488
  type: import("vue").PropType<unknown[]>;
489
489
  required: true;
490
490
  };
491
+ distance: {
492
+ type: import("vue").PropType<number>;
493
+ default: number;
494
+ };
491
495
  modelValue: {
492
496
  type: import("vue").PropType<unknown>;
493
497
  required: true;
@@ -512,10 +516,6 @@ declare const IncludeExcludeTypes: () => (({
512
516
  type: import("vue").PropType<boolean>;
513
517
  default: boolean;
514
518
  };
515
- distance: {
516
- type: import("vue").PropType<number>;
517
- default: number;
518
- };
519
519
  clearable: {
520
520
  type: import("vue").PropType<boolean>;
521
521
  };
@@ -559,7 +559,7 @@ declare const IncludeExcludeTypes: () => (({
559
559
  "onUpdate:modelValue"?: (value: unknown) => any;
560
560
  onChangeDragDrop?: (value: unknown) => any;
561
561
  onClickOutside?: (value: unknown) => any;
562
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "placement" | "disabled" | "autoFocus" | "hasSubtitle" | "searchPlaceholder" | "isOnTop" | "defaultOpen" | "distance" | "onSearch" | "titleText" | "alwayesOpen" | "showClearAll" | "distanceOffset" | "skiddingOffset" | "isDraggable" | "draggableArgs">;
562
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "placement" | "disabled" | "distance" | "autoFocus" | "hasSubtitle" | "searchPlaceholder" | "isOnTop" | "defaultOpen" | "onSearch" | "titleText" | "alwayesOpen" | "showClearAll" | "distanceOffset" | "skiddingOffset" | "isDraggable" | "draggableArgs">;
563
563
  $attrs: {
564
564
  [x: string]: unknown;
565
565
  };
@@ -590,6 +590,10 @@ declare const IncludeExcludeTypes: () => (({
590
590
  type: import("vue").PropType<unknown[]>;
591
591
  required: true;
592
592
  };
593
+ distance: {
594
+ type: import("vue").PropType<number>;
595
+ default: number;
596
+ };
593
597
  modelValue: {
594
598
  type: import("vue").PropType<unknown>;
595
599
  required: true;
@@ -614,10 +618,6 @@ declare const IncludeExcludeTypes: () => (({
614
618
  type: import("vue").PropType<boolean>;
615
619
  default: boolean;
616
620
  };
617
- distance: {
618
- type: import("vue").PropType<number>;
619
- default: number;
620
- };
621
621
  clearable: {
622
622
  type: import("vue").PropType<boolean>;
623
623
  };
@@ -669,12 +669,12 @@ declare const IncludeExcludeTypes: () => (({
669
669
  loading: boolean;
670
670
  placement: import("floating-vue").Placement;
671
671
  disabled: boolean;
672
+ distance: number;
672
673
  autoFocus: boolean;
673
674
  hasSubtitle: boolean;
674
675
  searchPlaceholder: string;
675
676
  isOnTop: boolean;
676
677
  defaultOpen: boolean;
677
- distance: number;
678
678
  onSearch: (option: any, term: string) => boolean;
679
679
  titleText: string;
680
680
  alwayesOpen: boolean;
@@ -720,6 +720,10 @@ declare const IncludeExcludeTypes: () => (({
720
720
  type: import("vue").PropType<unknown[]>;
721
721
  required: true;
722
722
  };
723
+ distance: {
724
+ type: import("vue").PropType<number>;
725
+ default: number;
726
+ };
723
727
  modelValue: {
724
728
  type: import("vue").PropType<unknown>;
725
729
  required: true;
@@ -744,10 +748,6 @@ declare const IncludeExcludeTypes: () => (({
744
748
  type: import("vue").PropType<boolean>;
745
749
  default: boolean;
746
750
  };
747
- distance: {
748
- type: import("vue").PropType<number>;
749
- default: number;
750
- };
751
751
  clearable: {
752
752
  type: import("vue").PropType<boolean>;
753
753
  };
@@ -812,6 +812,10 @@ declare const IncludeExcludeTypes: () => (({
812
812
  type: import("vue").PropType<unknown[]>;
813
813
  required: true;
814
814
  };
815
+ distance: {
816
+ type: import("vue").PropType<number>;
817
+ default: number;
818
+ };
815
819
  modelValue: {
816
820
  type: import("vue").PropType<unknown>;
817
821
  required: true;
@@ -836,10 +840,6 @@ declare const IncludeExcludeTypes: () => (({
836
840
  type: import("vue").PropType<boolean>;
837
841
  default: boolean;
838
842
  };
839
- distance: {
840
- type: import("vue").PropType<number>;
841
- default: number;
842
- };
843
843
  clearable: {
844
844
  type: import("vue").PropType<boolean>;
845
845
  };
@@ -891,12 +891,12 @@ declare const IncludeExcludeTypes: () => (({
891
891
  loading: boolean;
892
892
  placement: import("floating-vue").Placement;
893
893
  disabled: boolean;
894
+ distance: number;
894
895
  autoFocus: boolean;
895
896
  hasSubtitle: boolean;
896
897
  searchPlaceholder: string;
897
898
  isOnTop: boolean;
898
899
  defaultOpen: boolean;
899
- distance: number;
900
900
  onSearch: (option: any, term: string) => boolean;
901
901
  titleText: string;
902
902
  alwayesOpen: boolean;