@wix/patterns 1.358.0 → 1.359.0

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 (402) hide show
  1. package/dist/cjs/components/CardContainer/CardContainer.st.css.js +2 -2
  2. package/dist/cjs/components/CardContainer/CardContainer.st.css.js.map +1 -1
  3. package/dist/cjs/components/Collapse/Collapse.st.css.js +3 -3
  4. package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
  5. package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  6. package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js.map +1 -1
  7. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +3 -3
  8. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js.map +1 -1
  9. package/dist/cjs/components/CollectionTable/CollectionTable.js +12 -11
  10. package/dist/cjs/components/CollectionTable/CollectionTable.js.map +1 -1
  11. package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js +2 -2
  12. package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js.map +1 -1
  13. package/dist/cjs/components/CollectionTable/CollectionTable.uni.driver.js +8 -0
  14. package/dist/cjs/components/CollectionTable/CollectionTable.uni.driver.js.map +1 -1
  15. package/dist/cjs/components/CollectionTable/CollectionTableWSRTable.js +10 -8
  16. package/dist/cjs/components/CollectionTable/CollectionTableWSRTable.js.map +1 -1
  17. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.js +24 -22
  18. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.js.map +1 -1
  19. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js +5 -5
  20. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
  21. package/dist/cjs/components/CollectionToolbar/CollectionToolbarActionsGroupProps.js.map +1 -1
  22. package/dist/cjs/components/CollectionToolbar/CollectionToolbarActionsGroupResponsiveLayout.js +13 -10
  23. package/dist/cjs/components/CollectionToolbar/CollectionToolbarActionsGroupResponsiveLayout.js.map +1 -1
  24. package/dist/cjs/components/CollectionToolbar/CollectionToolbarActionsToolbarItemsGroup.js +21 -11
  25. package/dist/cjs/components/CollectionToolbar/CollectionToolbarActionsToolbarItemsGroup.js.map +1 -1
  26. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +4 -4
  27. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
  28. package/dist/cjs/components/CollectionToolbar/useIsCollectionToolbarExists.js +2 -1
  29. package/dist/cjs/components/CollectionToolbar/useIsCollectionToolbarExists.js.map +1 -1
  30. package/dist/cjs/components/CollectionToolbars/CollectionToolbars.js +13 -13
  31. package/dist/cjs/components/CollectionToolbars/CollectionToolbars.js.map +1 -1
  32. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  33. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
  34. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
  35. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
  36. package/dist/cjs/components/CustomDrawerLayout.js +13 -11
  37. package/dist/cjs/components/CustomDrawerLayout.js.map +1 -1
  38. package/dist/cjs/components/DragHandle/DragHandle.st.css.js +2 -2
  39. package/dist/cjs/components/DragHandle/DragHandle.st.css.js.map +1 -1
  40. package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  41. package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
  42. package/dist/cjs/components/Fade/Fade.st.css.js +2 -2
  43. package/dist/cjs/components/Fade/Fade.st.css.js.map +1 -1
  44. package/dist/cjs/components/Grid/Grid.js +8 -7
  45. package/dist/cjs/components/Grid/Grid.js.map +1 -1
  46. package/dist/cjs/components/Heading/Heading.st.css.js +2 -2
  47. package/dist/cjs/components/Heading/Heading.st.css.js.map +1 -1
  48. package/dist/cjs/components/ImportButton/ImportButton.js +137 -0
  49. package/dist/cjs/components/ImportButton/ImportButton.js.map +1 -0
  50. package/dist/cjs/components/ImportButton/ImportButton.uni.driver.js +21 -0
  51. package/dist/cjs/components/ImportButton/ImportButton.uni.driver.js.map +1 -0
  52. package/dist/cjs/components/ImportButton/ImportButtonModalLayout.js +100 -0
  53. package/dist/cjs/components/ImportButton/ImportButtonModalLayout.js.map +1 -0
  54. package/dist/cjs/components/ImportButton/ImportModal.js +55 -0
  55. package/dist/cjs/components/ImportButton/ImportModal.js.map +1 -0
  56. package/dist/cjs/components/ImportButton/ImportModal.uni.driver.js +65 -0
  57. package/dist/cjs/components/ImportButton/ImportModal.uni.driver.js.map +1 -0
  58. package/dist/cjs/components/ImportButton/ImportProps.js +4 -0
  59. package/dist/cjs/components/ImportButton/ImportProps.js.map +1 -0
  60. package/dist/cjs/components/ImportButton/ImportStepConfiguration.js +220 -0
  61. package/dist/cjs/components/ImportButton/ImportStepConfiguration.js.map +1 -0
  62. package/dist/cjs/components/ImportButton/ImportStepError.js +39 -0
  63. package/dist/cjs/components/ImportButton/ImportStepError.js.map +1 -0
  64. package/dist/cjs/components/ImportButton/ImportStepProgress.js +86 -0
  65. package/dist/cjs/components/ImportButton/ImportStepProgress.js.map +1 -0
  66. package/dist/cjs/components/ImportButton/ImportStepUpload.js +76 -0
  67. package/dist/cjs/components/ImportButton/ImportStepUpload.js.map +1 -0
  68. package/dist/cjs/components/ImportButton/ImportStepUpload.st.css +3 -0
  69. package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js +23 -0
  70. package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js.map +1 -0
  71. package/dist/cjs/components/ImportButton/ImportStepper.js +54 -0
  72. package/dist/cjs/components/ImportButton/ImportStepper.js.map +1 -0
  73. package/dist/cjs/components/ImportButton/getImportModalStepProps.js +124 -0
  74. package/dist/cjs/components/ImportButton/getImportModalStepProps.js.map +1 -0
  75. package/dist/cjs/components/ImportButton/index.js +26 -0
  76. package/dist/cjs/components/ImportButton/index.js.map +1 -0
  77. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js +2 -2
  78. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js.map +1 -1
  79. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js +3 -3
  80. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
  81. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  82. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
  83. package/dist/cjs/components/MaxLines/MaxLines.st.css.js +2 -2
  84. package/dist/cjs/components/MaxLines/MaxLines.st.css.js.map +1 -1
  85. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +5 -5
  86. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
  87. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  88. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
  89. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js +5 -5
  90. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
  91. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  92. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  93. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  94. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
  95. package/dist/cjs/components/PickerContent/PickerContent.st.css.js +2 -2
  96. package/dist/cjs/components/PickerContent/PickerContent.st.css.js.map +1 -1
  97. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js +4 -4
  98. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
  99. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  100. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
  101. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  102. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
  103. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
  104. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
  105. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
  106. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
  107. package/dist/cjs/components/TableFolders/TableFolders.js +6 -5
  108. package/dist/cjs/components/TableFolders/TableFolders.js.map +1 -1
  109. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
  110. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
  111. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  112. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
  113. package/dist/cjs/components/ToolbarCollection/ToolbarCollection.js +5 -3
  114. package/dist/cjs/components/ToolbarCollection/ToolbarCollection.js.map +1 -1
  115. package/dist/cjs/components/ToolbarCollection/useToolbarCollectionSyncProps.js +9 -0
  116. package/dist/cjs/components/ToolbarCollection/useToolbarCollectionSyncProps.js.map +1 -1
  117. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  118. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
  119. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  120. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
  121. package/dist/cjs/components/common.st.css.js +4 -4
  122. package/dist/cjs/components/common.st.css.js.map +1 -1
  123. package/dist/cjs/index.js +12 -1
  124. package/dist/cjs/index.js.map +1 -1
  125. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  126. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
  127. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js +2 -2
  128. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js.map +1 -1
  129. package/dist/cjs/state/ToolbarCollectionState.js +4 -1
  130. package/dist/cjs/state/ToolbarCollectionState.js.map +1 -1
  131. package/dist/cjs/styles.global.css +1 -1
  132. package/dist/cjs/version.js +1 -1
  133. package/dist/cjs/version.js.map +1 -1
  134. package/dist/esm/components/CardContainer/CardContainer.st.css.js +2 -2
  135. package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
  136. package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  137. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +2 -2
  138. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js.map +1 -1
  139. package/dist/esm/components/CollectionTable/CollectionTable.js +2 -1
  140. package/dist/esm/components/CollectionTable/CollectionTable.js.map +1 -1
  141. package/dist/esm/components/CollectionTable/CollectionTable.st.css.js +2 -2
  142. package/dist/esm/components/CollectionTable/CollectionTable.uni.driver.js +8 -0
  143. package/dist/esm/components/CollectionTable/CollectionTable.uni.driver.js.map +1 -1
  144. package/dist/esm/components/CollectionTable/CollectionTableWSRTable.js +2 -2
  145. package/dist/esm/components/CollectionTable/CollectionTableWSRTable.js.map +1 -1
  146. package/dist/esm/components/CollectionToolbar/CollectionToolbar.js +2 -2
  147. package/dist/esm/components/CollectionToolbar/CollectionToolbar.js.map +1 -1
  148. package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
  149. package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
  150. package/dist/esm/components/CollectionToolbar/CollectionToolbarActionsGroupResponsiveLayout.js +5 -1
  151. package/dist/esm/components/CollectionToolbar/CollectionToolbarActionsGroupResponsiveLayout.js.map +1 -1
  152. package/dist/esm/components/CollectionToolbar/CollectionToolbarActionsToolbarItemsGroup.js +4 -1
  153. package/dist/esm/components/CollectionToolbar/CollectionToolbarActionsToolbarItemsGroup.js.map +1 -1
  154. package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
  155. package/dist/esm/components/CollectionToolbar/useIsCollectionToolbarExists.js +2 -1
  156. package/dist/esm/components/CollectionToolbar/useIsCollectionToolbarExists.js.map +1 -1
  157. package/dist/esm/components/CollectionToolbars/CollectionToolbars.js.map +1 -1
  158. package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  159. package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
  160. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
  161. package/dist/esm/components/CustomDrawerLayout.js +5 -5
  162. package/dist/esm/components/CustomDrawerLayout.js.map +1 -1
  163. package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
  164. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  165. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
  166. package/dist/esm/components/Fade/Fade.st.css.js +2 -2
  167. package/dist/esm/components/Grid/Grid.js +3 -2
  168. package/dist/esm/components/Grid/Grid.js.map +1 -1
  169. package/dist/esm/components/Heading/Heading.st.css.js +2 -2
  170. package/dist/esm/components/ImportButton/ImportButton.js +33 -0
  171. package/dist/esm/components/ImportButton/ImportButton.js.map +1 -0
  172. package/dist/esm/components/ImportButton/ImportButton.uni.driver.js +15 -0
  173. package/dist/esm/components/ImportButton/ImportButton.uni.driver.js.map +1 -0
  174. package/dist/esm/components/ImportButton/ImportButtonModalLayout.js +40 -0
  175. package/dist/esm/components/ImportButton/ImportButtonModalLayout.js.map +1 -0
  176. package/dist/esm/components/ImportButton/ImportModal.js +19 -0
  177. package/dist/esm/components/ImportButton/ImportModal.js.map +1 -0
  178. package/dist/esm/components/ImportButton/ImportModal.uni.driver.js +58 -0
  179. package/dist/esm/components/ImportButton/ImportModal.uni.driver.js.map +1 -0
  180. package/dist/esm/components/ImportButton/ImportProps.js +2 -0
  181. package/dist/esm/components/ImportButton/ImportProps.js.map +1 -0
  182. package/dist/esm/components/ImportButton/ImportStepConfiguration.js +56 -0
  183. package/dist/esm/components/ImportButton/ImportStepConfiguration.js.map +1 -0
  184. package/dist/esm/components/ImportButton/ImportStepError.js +13 -0
  185. package/dist/esm/components/ImportButton/ImportStepError.js.map +1 -0
  186. package/dist/esm/components/ImportButton/ImportStepProgress.js +28 -0
  187. package/dist/esm/components/ImportButton/ImportStepProgress.js.map +1 -0
  188. package/dist/esm/components/ImportButton/ImportStepUpload.js +18 -0
  189. package/dist/esm/components/ImportButton/ImportStepUpload.js.map +1 -0
  190. package/dist/esm/components/ImportButton/ImportStepUpload.st.css +3 -0
  191. package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js +15 -0
  192. package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js.map +1 -0
  193. package/dist/esm/components/ImportButton/ImportStepper.js +31 -0
  194. package/dist/esm/components/ImportButton/ImportStepper.js.map +1 -0
  195. package/dist/esm/components/ImportButton/getImportModalStepProps.js +53 -0
  196. package/dist/esm/components/ImportButton/getImportModalStepProps.js.map +1 -0
  197. package/dist/esm/components/ImportButton/index.js +3 -0
  198. package/dist/esm/components/ImportButton/index.js.map +1 -0
  199. package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
  200. package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
  201. package/dist/esm/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
  202. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  203. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
  204. package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
  205. package/dist/esm/components/MaxLines/MaxLines.st.css.js.map +1 -1
  206. package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
  207. package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
  208. package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  209. package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
  210. package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
  211. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  212. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  213. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
  214. package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
  215. package/dist/esm/components/PickerContent/PickerContent.st.css.js.map +1 -1
  216. package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
  217. package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  218. package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  219. package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
  220. package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
  221. package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
  222. package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
  223. package/dist/esm/components/TableFolders/TableFolders.js +2 -1
  224. package/dist/esm/components/TableFolders/TableFolders.js.map +1 -1
  225. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
  226. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
  227. package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  228. package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
  229. package/dist/esm/components/ToolbarCollection/ToolbarCollection.js +2 -2
  230. package/dist/esm/components/ToolbarCollection/ToolbarCollection.js.map +1 -1
  231. package/dist/esm/components/ToolbarCollection/useToolbarCollectionSyncProps.js +9 -1
  232. package/dist/esm/components/ToolbarCollection/useToolbarCollectionSyncProps.js.map +1 -1
  233. package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  234. package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
  235. package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  236. package/dist/esm/components/common.st.css.js +2 -2
  237. package/dist/esm/components/common.st.css.js.map +1 -1
  238. package/dist/esm/index.js +3 -0
  239. package/dist/esm/index.js.map +1 -1
  240. package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  241. package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
  242. package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
  243. package/dist/esm/state/ToolbarCollectionState.js +2 -0
  244. package/dist/esm/state/ToolbarCollectionState.js.map +1 -1
  245. package/dist/esm/styles.global.css +1 -1
  246. package/dist/esm/version.js +1 -1
  247. package/dist/types/components/CollectionSectionHeader/CollectionSectionHeader.st.css.d.ts.map +1 -1
  248. package/dist/types/components/CollectionTable/CollectionTable.d.ts.map +1 -1
  249. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +381 -178
  250. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
  251. package/dist/types/components/CollectionTable/CollectionTableWSRTable.d.ts.map +1 -1
  252. package/dist/types/components/CollectionToolbar/CollectionToolbar.d.ts +1 -0
  253. package/dist/types/components/CollectionToolbar/CollectionToolbar.d.ts.map +1 -1
  254. package/dist/types/components/CollectionToolbar/CollectionToolbar.st.css.d.ts.map +1 -1
  255. package/dist/types/components/CollectionToolbar/CollectionToolbarActionsGroupProps.d.ts +1 -0
  256. package/dist/types/components/CollectionToolbar/CollectionToolbarActionsGroupProps.d.ts.map +1 -1
  257. package/dist/types/components/CollectionToolbar/CollectionToolbarActionsGroupResponsiveLayout.d.ts.map +1 -1
  258. package/dist/types/components/CollectionToolbar/CollectionToolbarActionsToolbarItemsGroup.d.ts.map +1 -1
  259. package/dist/types/components/CollectionToolbar/useIsCollectionToolbarExists.d.ts.map +1 -1
  260. package/dist/types/components/CollectionToolbars/CollectionToolbars.d.ts +1 -1
  261. package/dist/types/components/CollectionToolbars/CollectionToolbars.d.ts.map +1 -1
  262. package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
  263. package/dist/types/components/CustomDrawerLayout.d.ts +1 -0
  264. package/dist/types/components/CustomDrawerLayout.d.ts.map +1 -1
  265. package/dist/types/components/EntityPage/EntityPagePlain.st.css.d.ts.map +1 -1
  266. package/dist/types/components/Grid/Grid.d.ts.map +1 -1
  267. package/dist/types/components/ImportButton/ImportButton.d.ts +9 -0
  268. package/dist/types/components/ImportButton/ImportButton.d.ts.map +1 -0
  269. package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts +91 -0
  270. package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts.map +1 -0
  271. package/dist/types/components/ImportButton/ImportButtonModalLayout.d.ts +8 -0
  272. package/dist/types/components/ImportButton/ImportButtonModalLayout.d.ts.map +1 -0
  273. package/dist/types/components/ImportButton/ImportModal.d.ts +9 -0
  274. package/dist/types/components/ImportButton/ImportModal.d.ts.map +1 -0
  275. package/dist/types/components/ImportButton/ImportModal.uni.driver.d.ts +92 -0
  276. package/dist/types/components/ImportButton/ImportModal.uni.driver.d.ts.map +1 -0
  277. package/dist/types/components/ImportButton/ImportProps.d.ts +17 -0
  278. package/dist/types/components/ImportButton/ImportProps.d.ts.map +1 -0
  279. package/dist/types/components/ImportButton/ImportStepConfiguration.d.ts +11 -0
  280. package/dist/types/components/ImportButton/ImportStepConfiguration.d.ts.map +1 -0
  281. package/dist/types/components/ImportButton/ImportStepError.d.ts +11 -0
  282. package/dist/types/components/ImportButton/ImportStepError.d.ts.map +1 -0
  283. package/dist/types/components/ImportButton/ImportStepProgress.d.ts +11 -0
  284. package/dist/types/components/ImportButton/ImportStepProgress.d.ts.map +1 -0
  285. package/dist/types/components/ImportButton/ImportStepUpload.d.ts +11 -0
  286. package/dist/types/components/ImportButton/ImportStepUpload.d.ts.map +1 -0
  287. package/dist/types/components/ImportButton/ImportStepUpload.st.css.d.ts +14 -0
  288. package/dist/types/components/ImportButton/ImportStepUpload.st.css.d.ts.map +1 -0
  289. package/dist/types/components/ImportButton/ImportStepper.d.ts +12 -0
  290. package/dist/types/components/ImportButton/ImportStepper.d.ts.map +1 -0
  291. package/dist/types/components/ImportButton/getImportModalStepProps.d.ts +11 -0
  292. package/dist/types/components/ImportButton/getImportModalStepProps.d.ts.map +1 -0
  293. package/dist/types/components/ImportButton/index.d.ts +4 -0
  294. package/dist/types/components/ImportButton/index.d.ts.map +1 -0
  295. package/dist/types/components/LoadingRow/LoadingRow.st.css.d.ts.map +1 -1
  296. package/dist/types/components/MaxHeightText/MaxHeightText.st.css.d.ts.map +1 -1
  297. package/dist/types/components/MaxLines/MaxLines.st.css.d.ts.map +1 -1
  298. package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.d.ts.map +1 -1
  299. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +172 -0
  300. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
  301. package/dist/types/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.d.ts.map +1 -1
  302. package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.d.ts.map +1 -1
  303. package/dist/types/components/PickerContent/PickerContent.st.css.d.ts.map +1 -1
  304. package/dist/types/components/ScrollableContent/ScrollableContent.st.css.d.ts.map +1 -1
  305. package/dist/types/components/SkeletonCard/SkeletonCard.st.css.d.ts.map +1 -1
  306. package/dist/types/components/Table/Table.uni.driver.d.ts +186 -18
  307. package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
  308. package/dist/types/components/TableFolders/TableFolders.d.ts.map +1 -1
  309. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +172 -0
  310. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
  311. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +172 -0
  312. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
  313. package/dist/types/components/TabsFilter/TabsFilter.st.css.d.ts.map +1 -1
  314. package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.d.ts.map +1 -1
  315. package/dist/types/components/ToolbarCollection/ToolbarCollection.d.ts +8 -0
  316. package/dist/types/components/ToolbarCollection/ToolbarCollection.d.ts.map +1 -1
  317. package/dist/types/components/ToolbarCollection/useToolbarCollectionSyncProps.d.ts.map +1 -1
  318. package/dist/types/components/ToolbarItem/ToolbarItem.st.css.d.ts.map +1 -1
  319. package/dist/types/components/common.st.css.d.ts.map +1 -1
  320. package/dist/types/index.d.ts +5 -0
  321. package/dist/types/index.d.ts.map +1 -1
  322. package/dist/types/state/CollectionPage/CollectionPageHeader.st.css.d.ts.map +1 -1
  323. package/dist/types/state/ToolbarCollectionState.d.ts +3 -0
  324. package/dist/types/state/ToolbarCollectionState.d.ts.map +1 -1
  325. package/dist/types/testkit/enzyme.d.ts +688 -0
  326. package/dist/types/testkit/enzyme.d.ts.map +1 -1
  327. package/dist/types/testkit/jsdom.d.ts +688 -0
  328. package/dist/types/testkit/jsdom.d.ts.map +1 -1
  329. package/dist/types/testkit/playwright.d.ts +688 -0
  330. package/dist/types/testkit/playwright.d.ts.map +1 -1
  331. package/dist/types/testkit/puppeteer.d.ts +688 -0
  332. package/dist/types/testkit/puppeteer.d.ts.map +1 -1
  333. package/dist/types/version.d.ts +1 -1
  334. package/package.json +3 -3
  335. package/src/components/CardContainer/CardContainer.st.css.ts +2 -2
  336. package/src/components/Collapse/Collapse.st.css.ts +2 -2
  337. package/src/components/CollectionPageNew/CollectionPage.st.css.ts +2 -2
  338. package/src/components/CollectionSectionHeader/CollectionSectionHeader.st.css.ts +2 -2
  339. package/src/components/CollectionTable/CollectionTable.st.css.ts +2 -2
  340. package/src/components/CollectionTable/CollectionTable.tsx +2 -0
  341. package/src/components/CollectionTable/CollectionTable.uni.driver.ts +13 -0
  342. package/src/components/CollectionTable/CollectionTableWSRTable.tsx +2 -0
  343. package/src/components/CollectionToolbar/CollectionToolbar.st.css.ts +2 -2
  344. package/src/components/CollectionToolbar/CollectionToolbar.tsx +3 -0
  345. package/src/components/CollectionToolbar/CollectionToolbarActionsGroupProps.ts +1 -0
  346. package/src/components/CollectionToolbar/CollectionToolbarActionsGroupResponsiveLayout.tsx +5 -0
  347. package/src/components/CollectionToolbar/CollectionToolbarActionsToolbarItemsGroup.tsx +8 -0
  348. package/src/components/CollectionToolbar/SearchOrCustomFilter.st.css.ts +2 -2
  349. package/src/components/CollectionToolbar/useIsCollectionToolbarExists.tsx +2 -0
  350. package/src/components/CollectionToolbars/CollectionToolbars.tsx +1 -0
  351. package/src/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.ts +2 -2
  352. package/src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts +2 -2
  353. package/src/components/CustomDrawerLayout.tsx +10 -5
  354. package/src/components/DragHandle/DragHandle.st.css.ts +2 -2
  355. package/src/components/EntityPage/EntityPagePlain.st.css.ts +2 -2
  356. package/src/components/Fade/Fade.st.css.ts +2 -2
  357. package/src/components/Grid/Grid.tsx +2 -0
  358. package/src/components/Heading/Heading.st.css.ts +2 -2
  359. package/src/components/ImportButton/ImportButton.tsx +103 -0
  360. package/src/components/ImportButton/ImportButton.uni.driver.ts +18 -0
  361. package/src/components/ImportButton/ImportButtonModalLayout.tsx +94 -0
  362. package/src/components/ImportButton/ImportModal.tsx +46 -0
  363. package/src/components/ImportButton/ImportModal.uni.driver.ts +108 -0
  364. package/src/components/ImportButton/ImportProps.tsx +21 -0
  365. package/src/components/ImportButton/ImportStepConfiguration.tsx +139 -0
  366. package/src/components/ImportButton/ImportStepError.tsx +26 -0
  367. package/src/components/ImportButton/ImportStepProgress.tsx +67 -0
  368. package/src/components/ImportButton/ImportStepUpload.st.css +3 -0
  369. package/src/components/ImportButton/ImportStepUpload.st.css.ts +25 -0
  370. package/src/components/ImportButton/ImportStepUpload.tsx +44 -0
  371. package/src/components/ImportButton/ImportStepper.tsx +48 -0
  372. package/src/components/ImportButton/getImportModalStepProps.tsx +75 -0
  373. package/src/components/ImportButton/index.ts +3 -0
  374. package/src/components/InputOverflow/InputOverflow.st.css.ts +2 -2
  375. package/src/components/LoadingRow/LoadingRow.st.css.ts +3 -3
  376. package/src/components/MaxHeightText/MaxHeightText.st.css.ts +2 -2
  377. package/src/components/MaxLines/MaxLines.st.css.ts +2 -2
  378. package/src/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.ts +2 -2
  379. package/src/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.ts +2 -2
  380. package/src/components/NestedTable/NestedTableRow.st.css.ts +2 -2
  381. package/src/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.ts +2 -2
  382. package/src/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.ts +2 -2
  383. package/src/components/PickerContent/PickerContent.st.css.ts +2 -2
  384. package/src/components/PickerContent/PickerContentAdditionalStep.st.css.ts +2 -2
  385. package/src/components/PickerTableListItem/PickerTableListItem.st.css.ts +2 -2
  386. package/src/components/ScrollableContent/ScrollableContent.st.css.ts +2 -2
  387. package/src/components/SkeletonCard/SkeletonCard.st.css.ts +2 -2
  388. package/src/components/SlidingModal/SlidingModal.st.css.ts +2 -2
  389. package/src/components/TableFolders/TableFolders.tsx +2 -0
  390. package/src/components/TabsFilter/TabsFilter.st.css.ts +2 -2
  391. package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.ts +2 -2
  392. package/src/components/ToolbarCollection/ToolbarCollection.tsx +10 -0
  393. package/src/components/ToolbarCollection/useToolbarCollectionSyncProps.ts +11 -0
  394. package/src/components/ToolbarItem/ToolbarItem.st.css.ts +2 -2
  395. package/src/components/ToolbarItemBox/ToolbarItemBox.st.css.ts +2 -2
  396. package/src/components/common.st.css.ts +2 -2
  397. package/src/index.ts +6 -0
  398. package/src/state/CollectionPage/CollectionPageHeader.st.css.ts +2 -2
  399. package/src/state/FormPage/FormPageHeader.st.css.ts +2 -2
  400. package/src/state/ToolbarCollectionState.ts +3 -0
  401. package/src/styles.global.css +1 -1
  402. package/src/version.ts +1 -1
@@ -108,7 +108,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
108
108
  getInputElementClasses: () => Promise<DOMTokenList>;
109
109
  suffixComponentExists: (className: string) => Promise<boolean>;
110
110
  getRootElementClasses: () => Promise<DOMTokenList>;
111
- getAriaDescribedby: () => Promise<string | null>;
111
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
112
112
  getAriaLabel: () => Promise<string | null>;
113
113
  getName: () => Promise<string | null>;
114
114
  getMaxLength: () => Promise<string | null>;
@@ -122,13 +122,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
122
122
  prefixComponentExists: (style: string) => Promise<boolean>;
123
123
  hasPrefix: () => Promise<boolean>;
124
124
  hasClearButton: () => Promise<boolean>;
125
+ /** Indicates whether table refresh loader exists and no rows are rendered */
125
126
  clickClear: () => Promise<void>;
126
127
  getValue: () => Promise<string>;
127
128
  getText: () => Promise<string>;
128
129
  getPattern: () => Promise<string | null>;
129
130
  getPlaceholder: () => Promise<string | null>;
130
131
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
131
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
132
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
132
133
  isDisabled: () => Promise<boolean>;
133
134
  isHoveredStyle: () => Promise<boolean>;
134
135
  isFocusedStyle: () => Promise<boolean>;
@@ -146,7 +147,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
146
147
  keyUp: () => Promise<void>;
147
148
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
148
149
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
149
- /** Indicates whether the Manage View popover opened */
150
150
  paste: () => Promise<void>;
151
151
  copy: () => Promise<void>;
152
152
  wheel: () => Promise<void>;
@@ -158,9 +158,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
158
158
  };
159
159
  }): Promise<void>;
160
160
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
161
- };
161
+ }; /** Clicks the Save Changes action in the Manage View popover */
162
162
  isFocus: () => Promise<boolean | undefined>;
163
- clickMenuArrow: () => Promise<void>;
163
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
164
164
  hasMenuArrow: () => Promise<boolean>;
165
165
  isRTL: () => Promise<boolean>;
166
166
  getCursorLocation: () => Promise<number>;
@@ -189,14 +189,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
189
189
  isDown: () => Promise<boolean>;
190
190
  isUp: () => Promise<boolean>;
191
191
  isLinkOption: (position: number) => Promise<boolean>;
192
- /** Deletes the view with a given index */
193
192
  isOptionADivider: (position: number) => Promise<boolean>;
194
193
  isOptionExists: (optionText: string) => Promise<boolean>;
195
194
  isOptionHovered: (index: number) => Promise<boolean>;
196
195
  isOptionSelected: (index: number) => Promise<boolean>;
197
- isOptionHeightSmall: (position: number) => Promise<boolean>;
196
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
198
197
  isOptionHeightBig: (position: number) => Promise<boolean>;
199
- isListItemFocused: (position: number) => Promise<boolean>;
198
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
200
199
  isShown: () => Promise<boolean>;
201
200
  mouseEnter: () => Promise<void>;
202
201
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -256,7 +255,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
256
255
  timeBudget?: number | undefined;
257
256
  }, any>;
258
257
  mouseEnter: () => Promise<void>;
259
- mouseLeave: () => Promise<any>;
258
+ mouseLeave: () => Promise<any>; /**
259
+ * Open & confirm delete modal for a row
260
+ */
260
261
  isHovered: () => Promise<boolean>;
261
262
  isSelected: () => Promise<boolean>;
262
263
  content: () => Promise<string>;
@@ -264,7 +265,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
264
265
  isDivider: () => Promise<boolean>;
265
266
  isDisabled: () => Promise<boolean>;
266
267
  isLink: () => Promise<boolean>;
267
- };
268
+ }; /**
269
+ * Opens the popover menu inside the action cell of a specific row
270
+ * @param rowIndex - index of the row
271
+ */
268
272
  options: () => Promise<{
269
273
  element: () => UniDriver<any, {
270
274
  parent?: any | undefined;
@@ -393,12 +397,11 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
393
397
  }, any>;
394
398
  };
395
399
  };
396
- /** Wait for the table refresh loader to be shown */
397
400
  wait: (timeout?: number | undefined) => Promise<void>;
398
401
  getSearchText: () => Promise<string>;
399
402
  enterSearchText: (value: string) => Promise<void>;
400
403
  getSearchMaxLength: () => Promise<string | null>;
401
- clearSearchText: () => Promise<void>;
404
+ clearSearchText: () => Promise<void>; /** Wait for the table refresh loader to be removed */
402
405
  searchInputExists: () => Promise<boolean>;
403
406
  clickClearSearchText: () => Promise<void>;
404
407
  searchCancelButtonExists: () => Promise<boolean>;
@@ -635,7 +638,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
635
638
  isDivider: () => Promise<boolean>;
636
639
  isDisabled: () => Promise<boolean>;
637
640
  isLink: () => Promise<boolean>;
638
- }>; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
641
+ }>;
639
642
  getDeleteViewBtn: () => Promise<{
640
643
  element: () => UniDriver<any, {
641
644
  parent?: any | undefined;
@@ -693,10 +696,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
693
696
  saveNewView: (name: string) => Promise<void>;
694
697
  deleteView: (ind: number) => Promise<void>;
695
698
  saveViewChanges: () => Promise<void>;
696
- renameView: (name: string) => Promise<void>;
697
- setAsDefaultView: (ind: number) => Promise<void>; /**
698
- * Open & confirm delete modal for a row
699
- */
699
+ renameView: (name: string) => Promise<void>; /** Sets a default view with a given index */
700
+ setAsDefaultView: (ind: number) => Promise<void>;
700
701
  click: () => Promise<void>;
701
702
  element: () => Promise<any>;
702
703
  base: UniDriver<any, {
@@ -852,7 +853,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
852
853
  closeDropdown?: boolean | undefined;
853
854
  } | undefined) => Promise<string[]>;
854
855
  checkPanelFilterInlineCheckboxes: (filterName: string, ids: string[], options?: {
855
- closePanel?: boolean | undefined;
856
+ closePanel?: boolean | undefined; /** Checks if primary action popover is open */
856
857
  closeAccordionItem?: boolean | undefined;
857
858
  }) => Promise<void>;
858
859
  choosePanelFilterDateRange: (filterName: string, options?: {
@@ -862,7 +863,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
862
863
  }) => Promise<{
863
864
  from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver;
864
865
  to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver;
865
- }>; /** Indicates whether the action button of the multi bulk action toolbar exists */
866
+ }>;
866
867
  clickFilterInPanel: (filterName: string) => Promise<void>;
867
868
  isFiltersPanelOpen: () => Promise<boolean>;
868
869
  getSwitchButton: () => {
@@ -899,11 +900,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
899
900
  getFiltersPanelTitleText: () => Promise<string>;
900
901
  clickMoreFiltersButton: () => Promise<void>;
901
902
  getMoreFiltersButtonCounterValue: () => Promise<string>;
902
- closeFiltersPanel: () => Promise<void>;
903
+ closeFiltersPanel: () => Promise<void>; /** Is 'ExportTo' modal open */
903
904
  closeCustomColumnsPanel: () => Promise<void>;
904
905
  getCustomColumnsPanelTitle: () => Promise<string>;
905
906
  getCustomColumnsPanelSubtitle: () => Promise<string>;
906
907
  customColumnsPanelCloseButtonExists: () => Promise<boolean>;
908
+ /**
909
+ * Get current confirmation modal
910
+ */
907
911
  getCustomColumnInfoIconAt: (index: number) => import("@wix/design-system/dist/types/InfoIcon/InfoIcon.uni.driver").InfoIconUniDriver;
908
912
  getPanelFilterTitleText: (filterName: string) => Promise<string>;
909
913
  clickPanelFilterTitle: (filterName: string) => Promise<void>;
@@ -1013,7 +1017,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1013
1017
  clickEdit: () => Promise<void>;
1014
1018
  clickArchive: () => Promise<void>;
1015
1019
  };
1016
- };
1020
+ }; /** indicates whether the table content exists */
1017
1021
  getCustomFieldOptionsAt: (i: number) => {
1018
1022
  open: () => Promise<void>;
1019
1023
  clickEdit: () => Promise<void>;
@@ -1120,7 +1124,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1120
1124
  y?: number | undefined;
1121
1125
  steps?: number | undefined;
1122
1126
  delay?: number | undefined;
1123
- vertical?: boolean | undefined; /** Indicates a tag inside the applied filters tag list exists */
1127
+ vertical?: boolean | undefined;
1124
1128
  } | undefined) => Promise<void>;
1125
1129
  exists: () => Promise<boolean>;
1126
1130
  click: () => Promise<void>;
@@ -1290,7 +1294,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1290
1294
  getInputElementClasses: () => Promise<DOMTokenList>;
1291
1295
  suffixComponentExists: (className: string) => Promise<boolean>;
1292
1296
  getRootElementClasses: () => Promise<DOMTokenList>;
1293
- getAriaDescribedby: () => Promise<string | null>;
1297
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
1294
1298
  getAriaLabel: () => Promise<string | null>;
1295
1299
  getName: () => Promise<string | null>;
1296
1300
  getMaxLength: () => Promise<string | null>;
@@ -1304,13 +1308,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1304
1308
  prefixComponentExists: (style: string) => Promise<boolean>;
1305
1309
  hasPrefix: () => Promise<boolean>;
1306
1310
  hasClearButton: () => Promise<boolean>;
1311
+ /** Indicates whether table refresh loader exists and no rows are rendered */
1307
1312
  clickClear: () => Promise<void>;
1308
1313
  getValue: () => Promise<string>;
1309
1314
  getText: () => Promise<string>;
1310
1315
  getPattern: () => Promise<string | null>;
1311
1316
  getPlaceholder: () => Promise<string | null>;
1312
1317
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
1313
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
1318
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
1314
1319
  isDisabled: () => Promise<boolean>;
1315
1320
  isHoveredStyle: () => Promise<boolean>;
1316
1321
  isFocusedStyle: () => Promise<boolean>;
@@ -1328,7 +1333,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1328
1333
  keyUp: () => Promise<void>;
1329
1334
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
1330
1335
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
1331
- /** Indicates whether the Manage View popover opened */
1332
1336
  paste: () => Promise<void>;
1333
1337
  copy: () => Promise<void>;
1334
1338
  wheel: () => Promise<void>;
@@ -1340,9 +1344,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1340
1344
  };
1341
1345
  }): Promise<void>;
1342
1346
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
1343
- };
1347
+ }; /** Clicks the Save Changes action in the Manage View popover */
1344
1348
  isFocus: () => Promise<boolean | undefined>;
1345
- clickMenuArrow: () => Promise<void>;
1349
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
1346
1350
  hasMenuArrow: () => Promise<boolean>;
1347
1351
  isRTL: () => Promise<boolean>;
1348
1352
  getCursorLocation: () => Promise<number>;
@@ -1361,7 +1365,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1361
1365
  idx?: number | undefined;
1362
1366
  timeBudget?: number | undefined;
1363
1367
  }, any>;
1364
- };
1368
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
1365
1369
  dropdownLayoutDriver: {
1366
1370
  classes: (_name?: string | undefined) => Promise<any>;
1367
1371
  clickAtOption: (index: number) => Promise<void>;
@@ -1371,14 +1375,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1371
1375
  isDown: () => Promise<boolean>;
1372
1376
  isUp: () => Promise<boolean>;
1373
1377
  isLinkOption: (position: number) => Promise<boolean>;
1374
- /** Deletes the view with a given index */
1375
1378
  isOptionADivider: (position: number) => Promise<boolean>;
1376
1379
  isOptionExists: (optionText: string) => Promise<boolean>;
1377
1380
  isOptionHovered: (index: number) => Promise<boolean>;
1378
1381
  isOptionSelected: (index: number) => Promise<boolean>;
1379
- isOptionHeightSmall: (position: number) => Promise<boolean>;
1382
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
1380
1383
  isOptionHeightBig: (position: number) => Promise<boolean>;
1381
- isListItemFocused: (position: number) => Promise<boolean>;
1384
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
1382
1385
  isShown: () => Promise<boolean>;
1383
1386
  mouseEnter: () => Promise<void>;
1384
1387
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -1438,7 +1441,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1438
1441
  timeBudget?: number | undefined;
1439
1442
  }, any>;
1440
1443
  mouseEnter: () => Promise<void>;
1441
- mouseLeave: () => Promise<any>;
1444
+ mouseLeave: () => Promise<any>; /**
1445
+ * Open & confirm delete modal for a row
1446
+ */
1442
1447
  isHovered: () => Promise<boolean>;
1443
1448
  isSelected: () => Promise<boolean>;
1444
1449
  content: () => Promise<string>;
@@ -1446,7 +1451,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1446
1451
  isDivider: () => Promise<boolean>;
1447
1452
  isDisabled: () => Promise<boolean>;
1448
1453
  isLink: () => Promise<boolean>;
1449
- };
1454
+ }; /**
1455
+ * Opens the popover menu inside the action cell of a specific row
1456
+ * @param rowIndex - index of the row
1457
+ */
1450
1458
  options: () => Promise<{
1451
1459
  element: () => UniDriver<any, {
1452
1460
  parent?: any | undefined;
@@ -1535,7 +1543,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1535
1543
  selectOptions: (ids: string[], { closeDropdown }?: {
1536
1544
  closeDropdown?: boolean | undefined;
1537
1545
  }) => Promise<string[]>;
1538
- selectOption: (id: string) => Promise<string | never[]>; /** Indicates whether table refresh loader is in loading status */
1546
+ selectOption: (id: string) => Promise<string | never[]>; /** Wait for the table refresh loader to be shown */
1539
1547
  selectRandomOptions: (count: number, options?: {
1540
1548
  closeDropdown?: boolean | undefined;
1541
1549
  }) => Promise<string[]>;
@@ -1557,7 +1565,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1557
1565
  idx?: number | undefined;
1558
1566
  timeBudget?: number | undefined;
1559
1567
  }, any>>;
1560
- scrollDown: () => Promise<void>; /** Get a tag driver of a tag inside the applied filters tag list */
1568
+ scrollDown: () => Promise<void>;
1561
1569
  };
1562
1570
  getFiltersPanelInputWithOptions: (filterName: string) => {
1563
1571
  exists: () => Promise<boolean>;
@@ -1662,7 +1670,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1662
1670
  getInputElementClasses: () => Promise<DOMTokenList>;
1663
1671
  suffixComponentExists: (className: string) => Promise<boolean>;
1664
1672
  getRootElementClasses: () => Promise<DOMTokenList>;
1665
- getAriaDescribedby: () => Promise<string | null>;
1673
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
1666
1674
  getAriaLabel: () => Promise<string | null>;
1667
1675
  getName: () => Promise<string | null>;
1668
1676
  getMaxLength: () => Promise<string | null>;
@@ -1676,13 +1684,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1676
1684
  prefixComponentExists: (style: string) => Promise<boolean>;
1677
1685
  hasPrefix: () => Promise<boolean>;
1678
1686
  hasClearButton: () => Promise<boolean>;
1687
+ /** Indicates whether table refresh loader exists and no rows are rendered */
1679
1688
  clickClear: () => Promise<void>;
1680
1689
  getValue: () => Promise<string>;
1681
1690
  getText: () => Promise<string>;
1682
1691
  getPattern: () => Promise<string | null>;
1683
1692
  getPlaceholder: () => Promise<string | null>;
1684
1693
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
1685
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
1694
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
1686
1695
  isDisabled: () => Promise<boolean>;
1687
1696
  isHoveredStyle: () => Promise<boolean>;
1688
1697
  isFocusedStyle: () => Promise<boolean>;
@@ -1700,7 +1709,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1700
1709
  keyUp: () => Promise<void>;
1701
1710
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
1702
1711
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
1703
- /** Indicates whether the Manage View popover opened */
1704
1712
  paste: () => Promise<void>;
1705
1713
  copy: () => Promise<void>;
1706
1714
  wheel: () => Promise<void>;
@@ -1712,9 +1720,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1712
1720
  };
1713
1721
  }): Promise<void>;
1714
1722
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
1715
- };
1723
+ }; /** Clicks the Save Changes action in the Manage View popover */
1716
1724
  isFocus: () => Promise<boolean | undefined>;
1717
- clickMenuArrow: () => Promise<void>;
1725
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
1718
1726
  hasMenuArrow: () => Promise<boolean>;
1719
1727
  isRTL: () => Promise<boolean>;
1720
1728
  getCursorLocation: () => Promise<number>;
@@ -1733,7 +1741,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1733
1741
  idx?: number | undefined;
1734
1742
  timeBudget?: number | undefined;
1735
1743
  }, any>;
1736
- };
1744
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
1737
1745
  dropdownLayoutDriver: {
1738
1746
  classes: (_name?: string | undefined) => Promise<any>;
1739
1747
  clickAtOption: (index: number) => Promise<void>;
@@ -1743,14 +1751,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1743
1751
  isDown: () => Promise<boolean>;
1744
1752
  isUp: () => Promise<boolean>;
1745
1753
  isLinkOption: (position: number) => Promise<boolean>;
1746
- /** Deletes the view with a given index */
1747
1754
  isOptionADivider: (position: number) => Promise<boolean>;
1748
1755
  isOptionExists: (optionText: string) => Promise<boolean>;
1749
1756
  isOptionHovered: (index: number) => Promise<boolean>;
1750
1757
  isOptionSelected: (index: number) => Promise<boolean>;
1751
- isOptionHeightSmall: (position: number) => Promise<boolean>;
1758
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
1752
1759
  isOptionHeightBig: (position: number) => Promise<boolean>;
1753
- isListItemFocused: (position: number) => Promise<boolean>;
1760
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
1754
1761
  isShown: () => Promise<boolean>;
1755
1762
  mouseEnter: () => Promise<void>;
1756
1763
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -1810,7 +1817,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1810
1817
  timeBudget?: number | undefined;
1811
1818
  }, any>;
1812
1819
  mouseEnter: () => Promise<void>;
1813
- mouseLeave: () => Promise<any>;
1820
+ mouseLeave: () => Promise<any>; /**
1821
+ * Open & confirm delete modal for a row
1822
+ */
1814
1823
  isHovered: () => Promise<boolean>;
1815
1824
  isSelected: () => Promise<boolean>;
1816
1825
  content: () => Promise<string>;
@@ -1818,7 +1827,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1818
1827
  isDivider: () => Promise<boolean>;
1819
1828
  isDisabled: () => Promise<boolean>;
1820
1829
  isLink: () => Promise<boolean>;
1821
- };
1830
+ }; /**
1831
+ * Opens the popover menu inside the action cell of a specific row
1832
+ * @param rowIndex - index of the row
1833
+ */
1822
1834
  options: () => Promise<{
1823
1835
  element: () => UniDriver<any, {
1824
1836
  parent?: any | undefined;
@@ -1907,7 +1919,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1907
1919
  selectOptions: (ids: string[], { closeDropdown }?: {
1908
1920
  closeDropdown?: boolean | undefined;
1909
1921
  }) => Promise<string[]>;
1910
- selectOption: (id: string) => Promise<string | never[]>; /** Indicates whether table refresh loader is in loading status */
1922
+ selectOption: (id: string) => Promise<string | never[]>; /** Wait for the table refresh loader to be shown */
1911
1923
  selectRandomOptions: (count: number, options?: {
1912
1924
  closeDropdown?: boolean | undefined;
1913
1925
  }) => Promise<string[]>;
@@ -1929,7 +1941,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1929
1941
  idx?: number | undefined;
1930
1942
  timeBudget?: number | undefined;
1931
1943
  }, any>>;
1932
- scrollDown: () => Promise<void>; /** Get a tag driver of a tag inside the applied filters tag list */
1944
+ scrollDown: () => Promise<void>;
1933
1945
  };
1934
1946
  getFiltersPanelMultiSelect: (filterName: string) => import("@wix/design-system/dist/types/MultiSelect/MultiSelect.uni.driver").MultiSelectUniDriver;
1935
1947
  scrollDownFilter: (filterName: string) => Promise<void>;
@@ -2050,7 +2062,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2050
2062
  getInputElementClasses: () => Promise<DOMTokenList>;
2051
2063
  suffixComponentExists: (className: string) => Promise<boolean>;
2052
2064
  getRootElementClasses: () => Promise<DOMTokenList>;
2053
- getAriaDescribedby: () => Promise<string | null>;
2065
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
2054
2066
  getAriaLabel: () => Promise<string | null>;
2055
2067
  getName: () => Promise<string | null>;
2056
2068
  getMaxLength: () => Promise<string | null>;
@@ -2064,13 +2076,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2064
2076
  prefixComponentExists: (style: string) => Promise<boolean>;
2065
2077
  hasPrefix: () => Promise<boolean>;
2066
2078
  hasClearButton: () => Promise<boolean>;
2079
+ /** Indicates whether table refresh loader exists and no rows are rendered */
2067
2080
  clickClear: () => Promise<void>;
2068
2081
  getValue: () => Promise<string>;
2069
2082
  getText: () => Promise<string>;
2070
2083
  getPattern: () => Promise<string | null>;
2071
2084
  getPlaceholder: () => Promise<string | null>;
2072
2085
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
2073
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
2086
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
2074
2087
  isDisabled: () => Promise<boolean>;
2075
2088
  isHoveredStyle: () => Promise<boolean>;
2076
2089
  isFocusedStyle: () => Promise<boolean>;
@@ -2088,7 +2101,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2088
2101
  keyUp: () => Promise<void>;
2089
2102
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
2090
2103
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
2091
- /** Indicates whether the Manage View popover opened */
2092
2104
  paste: () => Promise<void>;
2093
2105
  copy: () => Promise<void>;
2094
2106
  wheel: () => Promise<void>;
@@ -2100,9 +2112,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2100
2112
  };
2101
2113
  }): Promise<void>;
2102
2114
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
2103
- };
2115
+ }; /** Clicks the Save Changes action in the Manage View popover */
2104
2116
  isFocus: () => Promise<boolean | undefined>;
2105
- clickMenuArrow: () => Promise<void>;
2117
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
2106
2118
  hasMenuArrow: () => Promise<boolean>;
2107
2119
  isRTL: () => Promise<boolean>;
2108
2120
  getCursorLocation: () => Promise<number>;
@@ -2121,7 +2133,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2121
2133
  idx?: number | undefined;
2122
2134
  timeBudget?: number | undefined;
2123
2135
  }, any>;
2124
- };
2136
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
2125
2137
  dropdownLayoutDriver: {
2126
2138
  classes: (_name?: string | undefined) => Promise<any>;
2127
2139
  clickAtOption: (index: number) => Promise<void>;
@@ -2131,14 +2143,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2131
2143
  isDown: () => Promise<boolean>;
2132
2144
  isUp: () => Promise<boolean>;
2133
2145
  isLinkOption: (position: number) => Promise<boolean>;
2134
- /** Deletes the view with a given index */
2135
2146
  isOptionADivider: (position: number) => Promise<boolean>;
2136
2147
  isOptionExists: (optionText: string) => Promise<boolean>;
2137
2148
  isOptionHovered: (index: number) => Promise<boolean>;
2138
2149
  isOptionSelected: (index: number) => Promise<boolean>;
2139
- isOptionHeightSmall: (position: number) => Promise<boolean>;
2150
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
2140
2151
  isOptionHeightBig: (position: number) => Promise<boolean>;
2141
- isListItemFocused: (position: number) => Promise<boolean>;
2152
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
2142
2153
  isShown: () => Promise<boolean>;
2143
2154
  mouseEnter: () => Promise<void>;
2144
2155
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -2198,7 +2209,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2198
2209
  timeBudget?: number | undefined;
2199
2210
  }, any>;
2200
2211
  mouseEnter: () => Promise<void>;
2201
- mouseLeave: () => Promise<any>;
2212
+ mouseLeave: () => Promise<any>; /**
2213
+ * Open & confirm delete modal for a row
2214
+ */
2202
2215
  isHovered: () => Promise<boolean>;
2203
2216
  isSelected: () => Promise<boolean>;
2204
2217
  content: () => Promise<string>;
@@ -2206,7 +2219,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2206
2219
  isDivider: () => Promise<boolean>;
2207
2220
  isDisabled: () => Promise<boolean>;
2208
2221
  isLink: () => Promise<boolean>;
2209
- };
2222
+ }; /**
2223
+ * Opens the popover menu inside the action cell of a specific row
2224
+ * @param rowIndex - index of the row
2225
+ */
2210
2226
  options: () => Promise<{
2211
2227
  element: () => UniDriver<any, {
2212
2228
  parent?: any | undefined;
@@ -2494,10 +2510,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2494
2510
  getNumberRangeFilterToError: () => {
2495
2511
  exists: () => Promise<boolean>;
2496
2512
  getText: () => Promise<string>;
2497
- }; /**
2498
- * Opens the popover menu inside the action cell of a specific row
2499
- * @param rowIndex - index of the row
2500
- */
2513
+ };
2501
2514
  };
2502
2515
  getOperatorPickerDriver: (filterName: string) => {
2503
2516
  exists: () => Promise<boolean>;
@@ -2612,7 +2625,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2612
2625
  };
2613
2626
  selectOperator: (optionIndex: number) => Promise<void>;
2614
2627
  getSelectedOperator: () => Promise<string | null>;
2615
- /** Indicates whether the action button of the bulk action toolbar exists */
2616
2628
  enterValue: (value: string) => Promise<void>;
2617
2629
  getValue: () => Promise<string>;
2618
2630
  blur: () => Promise<void>;
@@ -2869,7 +2881,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2869
2881
  checkFilterInlineCheckboxes: (filterName: string, ids: string[], { closePanel, closeAccordionItem, }?: {
2870
2882
  closePanel?: boolean | undefined;
2871
2883
  closeAccordionItem?: boolean | undefined;
2872
- }) => Promise<void>;
2884
+ }) => Promise<void>; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
2873
2885
  chooseDatesFilterDateRange: (filterName: string, { dates, closePanel, closeAccordionItem, }?: {
2874
2886
  closePanel?: boolean | undefined;
2875
2887
  closeAccordionItem?: boolean | undefined;
@@ -2987,7 +2999,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2987
2999
  getInputElementClasses: () => Promise<DOMTokenList>;
2988
3000
  suffixComponentExists: (className: string) => Promise<boolean>;
2989
3001
  getRootElementClasses: () => Promise<DOMTokenList>;
2990
- getAriaDescribedby: () => Promise<string | null>;
3002
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
2991
3003
  getAriaLabel: () => Promise<string | null>;
2992
3004
  getName: () => Promise<string | null>;
2993
3005
  getMaxLength: () => Promise<string | null>;
@@ -3001,13 +3013,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3001
3013
  prefixComponentExists: (style: string) => Promise<boolean>;
3002
3014
  hasPrefix: () => Promise<boolean>;
3003
3015
  hasClearButton: () => Promise<boolean>;
3016
+ /** Indicates whether table refresh loader exists and no rows are rendered */
3004
3017
  clickClear: () => Promise<void>;
3005
3018
  getValue: () => Promise<string>;
3006
3019
  getText: () => Promise<string>;
3007
3020
  getPattern: () => Promise<string | null>;
3008
3021
  getPlaceholder: () => Promise<string | null>;
3009
3022
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
3010
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
3023
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
3011
3024
  isDisabled: () => Promise<boolean>;
3012
3025
  isHoveredStyle: () => Promise<boolean>;
3013
3026
  isFocusedStyle: () => Promise<boolean>;
@@ -3025,7 +3038,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3025
3038
  keyUp: () => Promise<void>;
3026
3039
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
3027
3040
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
3028
- /** Indicates whether the Manage View popover opened */
3029
3041
  paste: () => Promise<void>;
3030
3042
  copy: () => Promise<void>;
3031
3043
  wheel: () => Promise<void>;
@@ -3037,9 +3049,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3037
3049
  };
3038
3050
  }): Promise<void>;
3039
3051
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
3040
- };
3052
+ }; /** Clicks the Save Changes action in the Manage View popover */
3041
3053
  isFocus: () => Promise<boolean | undefined>;
3042
- clickMenuArrow: () => Promise<void>;
3054
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
3043
3055
  hasMenuArrow: () => Promise<boolean>;
3044
3056
  isRTL: () => Promise<boolean>;
3045
3057
  getCursorLocation: () => Promise<number>;
@@ -3058,7 +3070,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3058
3070
  idx?: number | undefined;
3059
3071
  timeBudget?: number | undefined;
3060
3072
  }, any>;
3061
- };
3073
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
3062
3074
  dropdownLayoutDriver: {
3063
3075
  classes: (_name?: string | undefined) => Promise<any>;
3064
3076
  clickAtOption: (index: number) => Promise<void>;
@@ -3068,14 +3080,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3068
3080
  isDown: () => Promise<boolean>;
3069
3081
  isUp: () => Promise<boolean>;
3070
3082
  isLinkOption: (position: number) => Promise<boolean>;
3071
- /** Deletes the view with a given index */
3072
3083
  isOptionADivider: (position: number) => Promise<boolean>;
3073
3084
  isOptionExists: (optionText: string) => Promise<boolean>;
3074
3085
  isOptionHovered: (index: number) => Promise<boolean>;
3075
3086
  isOptionSelected: (index: number) => Promise<boolean>;
3076
- isOptionHeightSmall: (position: number) => Promise<boolean>;
3087
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
3077
3088
  isOptionHeightBig: (position: number) => Promise<boolean>;
3078
- isListItemFocused: (position: number) => Promise<boolean>;
3089
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
3079
3090
  isShown: () => Promise<boolean>;
3080
3091
  mouseEnter: () => Promise<void>;
3081
3092
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -3135,7 +3146,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3135
3146
  timeBudget?: number | undefined;
3136
3147
  }, any>;
3137
3148
  mouseEnter: () => Promise<void>;
3138
- mouseLeave: () => Promise<any>;
3149
+ mouseLeave: () => Promise<any>; /**
3150
+ * Open & confirm delete modal for a row
3151
+ */
3139
3152
  isHovered: () => Promise<boolean>;
3140
3153
  isSelected: () => Promise<boolean>;
3141
3154
  content: () => Promise<string>;
@@ -3143,7 +3156,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3143
3156
  isDivider: () => Promise<boolean>;
3144
3157
  isDisabled: () => Promise<boolean>;
3145
3158
  isLink: () => Promise<boolean>;
3146
- };
3159
+ }; /**
3160
+ * Opens the popover menu inside the action cell of a specific row
3161
+ * @param rowIndex - index of the row
3162
+ */
3147
3163
  options: () => Promise<{
3148
3164
  element: () => UniDriver<any, {
3149
3165
  parent?: any | undefined;
@@ -3232,7 +3248,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3232
3248
  selectOptions: (ids: string[], { closeDropdown }?: {
3233
3249
  closeDropdown?: boolean | undefined;
3234
3250
  }) => Promise<string[]>;
3235
- selectOption: (id: string) => Promise<string | never[]>; /** Indicates whether table refresh loader is in loading status */
3251
+ selectOption: (id: string) => Promise<string | never[]>; /** Wait for the table refresh loader to be shown */
3236
3252
  selectRandomOptions: (count: number, options?: {
3237
3253
  closeDropdown?: boolean | undefined;
3238
3254
  }) => Promise<string[]>;
@@ -3254,11 +3270,11 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3254
3270
  idx?: number | undefined;
3255
3271
  timeBudget?: number | undefined;
3256
3272
  }, any>>;
3257
- scrollDown: () => Promise<void>; /** Get a tag driver of a tag inside the applied filters tag list */
3273
+ scrollDown: () => Promise<void>;
3258
3274
  };
3259
3275
  clickClearAllFilters: () => Promise<void>;
3260
3276
  getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
3261
- getPanelFiltersCount: () => Promise<number>; /** Saves new view with a defined name and current filters / sort / columns */
3277
+ getPanelFiltersCount: () => Promise<number>;
3262
3278
  getDateRangeFilter: (filterName: string) => {
3263
3279
  _getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
3264
3280
  getDatePicker: (picker: "from" | "to") => import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver;
@@ -3487,10 +3503,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3487
3503
  getNumberRangeFilterToError: () => {
3488
3504
  exists: () => Promise<boolean>;
3489
3505
  getText: () => Promise<string>;
3490
- }; /**
3491
- * Opens the popover menu inside the action cell of a specific row
3492
- * @param rowIndex - index of the row
3493
- */
3506
+ };
3494
3507
  };
3495
3508
  getRadioGroupFilter: (filterName: string) => {
3496
3509
  getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
@@ -3620,7 +3633,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3620
3633
  };
3621
3634
  selectOperator: (optionIndex: number) => Promise<void>;
3622
3635
  getSelectedOperator: () => Promise<string | null>;
3623
- /** Indicates whether the action button of the bulk action toolbar exists */
3624
3636
  enterValue: (value: string) => Promise<void>;
3625
3637
  getValue: () => Promise<string>;
3626
3638
  blur: () => Promise<void>;
@@ -4551,7 +4563,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4551
4563
  getInputElementClasses: () => Promise<DOMTokenList>;
4552
4564
  suffixComponentExists: (className: string) => Promise<boolean>;
4553
4565
  getRootElementClasses: () => Promise<DOMTokenList>;
4554
- getAriaDescribedby: () => Promise<string | null>;
4566
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
4555
4567
  getAriaLabel: () => Promise<string | null>;
4556
4568
  getName: () => Promise<string | null>;
4557
4569
  getMaxLength: () => Promise<string | null>;
@@ -4565,13 +4577,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4565
4577
  prefixComponentExists: (style: string) => Promise<boolean>;
4566
4578
  hasPrefix: () => Promise<boolean>;
4567
4579
  hasClearButton: () => Promise<boolean>;
4580
+ /** Indicates whether table refresh loader exists and no rows are rendered */
4568
4581
  clickClear: () => Promise<void>;
4569
4582
  getValue: () => Promise<string>;
4570
4583
  getText: () => Promise<string>;
4571
4584
  getPattern: () => Promise<string | null>;
4572
4585
  getPlaceholder: () => Promise<string | null>;
4573
4586
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
4574
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
4587
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
4575
4588
  isDisabled: () => Promise<boolean>;
4576
4589
  isHoveredStyle: () => Promise<boolean>;
4577
4590
  isFocusedStyle: () => Promise<boolean>;
@@ -4589,7 +4602,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4589
4602
  keyUp: () => Promise<void>;
4590
4603
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
4591
4604
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
4592
- /** Indicates whether the Manage View popover opened */
4593
4605
  paste: () => Promise<void>;
4594
4606
  copy: () => Promise<void>;
4595
4607
  wheel: () => Promise<void>;
@@ -4601,9 +4613,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4601
4613
  };
4602
4614
  }): Promise<void>;
4603
4615
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
4604
- };
4616
+ }; /** Clicks the Save Changes action in the Manage View popover */
4605
4617
  isFocus: () => Promise<boolean | undefined>;
4606
- clickMenuArrow: () => Promise<void>;
4618
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
4607
4619
  hasMenuArrow: () => Promise<boolean>;
4608
4620
  isRTL: () => Promise<boolean>;
4609
4621
  getCursorLocation: () => Promise<number>;
@@ -4622,7 +4634,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4622
4634
  idx?: number | undefined;
4623
4635
  timeBudget?: number | undefined;
4624
4636
  }, any>;
4625
- };
4637
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
4626
4638
  dropdownLayoutDriver: {
4627
4639
  classes: (_name?: string | undefined) => Promise<any>;
4628
4640
  clickAtOption: (index: number) => Promise<void>;
@@ -4632,14 +4644,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4632
4644
  isDown: () => Promise<boolean>;
4633
4645
  isUp: () => Promise<boolean>;
4634
4646
  isLinkOption: (position: number) => Promise<boolean>;
4635
- /** Deletes the view with a given index */
4636
4647
  isOptionADivider: (position: number) => Promise<boolean>;
4637
4648
  isOptionExists: (optionText: string) => Promise<boolean>;
4638
4649
  isOptionHovered: (index: number) => Promise<boolean>;
4639
4650
  isOptionSelected: (index: number) => Promise<boolean>;
4640
- isOptionHeightSmall: (position: number) => Promise<boolean>;
4651
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
4641
4652
  isOptionHeightBig: (position: number) => Promise<boolean>;
4642
- isListItemFocused: (position: number) => Promise<boolean>;
4653
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
4643
4654
  isShown: () => Promise<boolean>;
4644
4655
  mouseEnter: () => Promise<void>;
4645
4656
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -4699,7 +4710,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4699
4710
  timeBudget?: number | undefined;
4700
4711
  }, any>;
4701
4712
  mouseEnter: () => Promise<void>;
4702
- mouseLeave: () => Promise<any>;
4713
+ mouseLeave: () => Promise<any>; /**
4714
+ * Open & confirm delete modal for a row
4715
+ */
4703
4716
  isHovered: () => Promise<boolean>;
4704
4717
  isSelected: () => Promise<boolean>;
4705
4718
  content: () => Promise<string>;
@@ -4707,7 +4720,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4707
4720
  isDivider: () => Promise<boolean>;
4708
4721
  isDisabled: () => Promise<boolean>;
4709
4722
  isLink: () => Promise<boolean>;
4710
- };
4723
+ }; /**
4724
+ * Opens the popover menu inside the action cell of a specific row
4725
+ * @param rowIndex - index of the row
4726
+ */
4711
4727
  options: () => Promise<{
4712
4728
  element: () => UniDriver<any, {
4713
4729
  parent?: any | undefined;
@@ -4907,6 +4923,180 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4907
4923
  }, any>;
4908
4924
  wait: (timeout?: number | undefined) => Promise<void>;
4909
4925
  };
4926
+ /** Get an import button driver **/
4927
+ getImportButton: () => {
4928
+ click: () => Promise<void>;
4929
+ exists: () => Promise<boolean>;
4930
+ getModal: () => {
4931
+ exists: () => Promise<boolean>;
4932
+ isOpen: () => Promise<boolean>;
4933
+ getChildBySelector: (selector: string) => Promise<UniDriver<any, {
4934
+ parent?: any;
4935
+ base?: any;
4936
+ selector?: string | Promise<string> | undefined;
4937
+ idx?: number | undefined;
4938
+ timeBudget?: number | undefined;
4939
+ }, any> | null>;
4940
+ isScrollable: () => Promise<boolean>;
4941
+ closeButtonExists: () => Promise<boolean>;
4942
+ clickOnOverlay: () => Promise<void>;
4943
+ clickOnCloseButton: () => Promise<void>;
4944
+ clickOnNavigationPrevious: () => Promise<void>;
4945
+ clickOnNavigationNext: () => Promise<void>;
4946
+ navigationPreviousExists: () => Promise<boolean>;
4947
+ navigationNextExists: () => Promise<boolean>;
4948
+ getNavigationPreviousLabel: () => Promise<string | null>;
4949
+ getNavigationNextLabel: () => Promise<string | null>;
4950
+ getContent: () => Promise<any>;
4951
+ getContentStyle: () => Promise<any>;
4952
+ getContentLabel: () => Promise<string | null>;
4953
+ getZIndex: () => Promise<any>;
4954
+ element: () => Promise<any>;
4955
+ click: () => Promise<void>;
4956
+ base: UniDriver<any, {
4957
+ parent?: any | undefined;
4958
+ base?: any;
4959
+ selector?: string | Promise<string> | undefined;
4960
+ idx?: number | undefined;
4961
+ timeBudget?: number | undefined;
4962
+ }, any>;
4963
+ };
4964
+ getModalLayout: () => import("@wix/design-system/dist/types/CustomModalLayout/CustomModalLayout.uni.driver").CustomModalLayoutUniDriver;
4965
+ waitModalClosed: (timeout?: number | undefined) => Promise<void>;
4966
+ clickPrimaryAction: () => Promise<void>;
4967
+ getPrimaryActionText: () => Promise<string>;
4968
+ isPrimaryButtonDisabled: () => Promise<boolean>;
4969
+ getSecondaryButtonText: () => Promise<string>;
4970
+ clickSecondaryAction: () => Promise<void>;
4971
+ clickCloseButton: () => Promise<void>;
4972
+ getModalTitle: () => Promise<string>;
4973
+ getSubtitleText: () => Promise<string>;
4974
+ getFooterText: () => Promise<string>;
4975
+ footerExists: () => Promise<boolean>;
4976
+ isUploadStepVisible: () => Promise<boolean>;
4977
+ isConfigurationStepVisible: () => Promise<boolean>;
4978
+ isSummaryStepVisible: () => Promise<boolean>;
4979
+ uploadFile: (file: File) => Promise<void>;
4980
+ getUploadError: () => Promise<string>;
4981
+ uploadErrorExists: () => Promise<boolean>;
4982
+ getProgressLabel: () => Promise<string>;
4983
+ progressLabelExists: () => Promise<boolean>;
4984
+ getPartialErrorText: () => Promise<string>;
4985
+ partialErrorExists: () => Promise<boolean>;
4986
+ getErrorMessageText: () => Promise<string>;
4987
+ errorMessageExists: () => Promise<boolean>;
4988
+ getColumnsFoundCounter: () => {
4989
+ getContentText: () => Promise<string>;
4990
+ getLocale: () => Promise<string>;
4991
+ exists: () => Promise<boolean>;
4992
+ element: () => Promise<any>;
4993
+ click: () => Promise<void>;
4994
+ base: UniDriver<any, {
4995
+ parent?: any | undefined;
4996
+ base?: any;
4997
+ selector?: string | Promise<string> | undefined;
4998
+ idx?: number | undefined;
4999
+ timeBudget?: number | undefined;
5000
+ }, any>;
5001
+ };
5002
+ getMappingDropdown: (header: string) => import("@wix/design-system/dist/types/Dropdown/Dropdown.uni.driver").DropdownUniDriver;
5003
+ element: () => Promise<any>;
5004
+ base: UniDriver<any, {
5005
+ parent?: any | undefined;
5006
+ base?: any;
5007
+ selector?: string | Promise<string> | undefined;
5008
+ idx?: number | undefined;
5009
+ timeBudget?: number | undefined;
5010
+ }, any>;
5011
+ wait: (timeout?: number | undefined) => Promise<void>;
5012
+ };
5013
+ /** Get an import modal driver **/
5014
+ getImportModal: () => {
5015
+ getModal: () => {
5016
+ exists: () => Promise<boolean>;
5017
+ isOpen: () => Promise<boolean>;
5018
+ getChildBySelector: (selector: string) => Promise<UniDriver<any, {
5019
+ parent?: any;
5020
+ base?: any;
5021
+ selector?: string | Promise<string> | undefined;
5022
+ idx?: number | undefined;
5023
+ timeBudget?: number | undefined;
5024
+ }, any> | null>;
5025
+ isScrollable: () => Promise<boolean>;
5026
+ closeButtonExists: () => Promise<boolean>;
5027
+ clickOnOverlay: () => Promise<void>;
5028
+ clickOnCloseButton: () => Promise<void>;
5029
+ clickOnNavigationPrevious: () => Promise<void>;
5030
+ clickOnNavigationNext: () => Promise<void>;
5031
+ navigationPreviousExists: () => Promise<boolean>;
5032
+ navigationNextExists: () => Promise<boolean>;
5033
+ getNavigationPreviousLabel: () => Promise<string | null>;
5034
+ getNavigationNextLabel: () => Promise<string | null>;
5035
+ getContent: () => Promise<any>;
5036
+ getContentStyle: () => Promise<any>;
5037
+ getContentLabel: () => Promise<string | null>;
5038
+ getZIndex: () => Promise<any>;
5039
+ element: () => Promise<any>;
5040
+ click: () => Promise<void>;
5041
+ base: UniDriver<any, {
5042
+ parent?: any | undefined;
5043
+ base?: any;
5044
+ selector?: string | Promise<string> | undefined;
5045
+ idx?: number | undefined;
5046
+ timeBudget?: number | undefined;
5047
+ }, any>;
5048
+ };
5049
+ getModalLayout: () => import("@wix/design-system/dist/types/CustomModalLayout/CustomModalLayout.uni.driver").CustomModalLayoutUniDriver;
5050
+ waitModalClosed: (timeout?: number | undefined) => Promise<void>;
5051
+ clickPrimaryAction: () => Promise<void>;
5052
+ getPrimaryActionText: () => Promise<string>;
5053
+ isPrimaryButtonDisabled: () => Promise<boolean>;
5054
+ getSecondaryButtonText: () => Promise<string>;
5055
+ clickSecondaryAction: () => Promise<void>;
5056
+ clickCloseButton: () => Promise<void>;
5057
+ getModalTitle: () => Promise<string>;
5058
+ getSubtitleText: () => Promise<string>;
5059
+ getFooterText: () => Promise<string>;
5060
+ footerExists: () => Promise<boolean>;
5061
+ isUploadStepVisible: () => Promise<boolean>;
5062
+ isConfigurationStepVisible: () => Promise<boolean>;
5063
+ isSummaryStepVisible: () => Promise<boolean>;
5064
+ uploadFile: (file: File) => Promise<void>;
5065
+ getUploadError: () => Promise<string>;
5066
+ uploadErrorExists: () => Promise<boolean>;
5067
+ getProgressLabel: () => Promise<string>;
5068
+ progressLabelExists: () => Promise<boolean>;
5069
+ getPartialErrorText: () => Promise<string>;
5070
+ partialErrorExists: () => Promise<boolean>;
5071
+ getErrorMessageText: () => Promise<string>;
5072
+ errorMessageExists: () => Promise<boolean>;
5073
+ getColumnsFoundCounter: () => {
5074
+ getContentText: () => Promise<string>;
5075
+ getLocale: () => Promise<string>;
5076
+ exists: () => Promise<boolean>;
5077
+ element: () => Promise<any>;
5078
+ click: () => Promise<void>;
5079
+ base: UniDriver<any, {
5080
+ parent?: any | undefined;
5081
+ base?: any;
5082
+ selector?: string | Promise<string> | undefined;
5083
+ idx?: number | undefined;
5084
+ timeBudget?: number | undefined;
5085
+ }, any>;
5086
+ };
5087
+ getMappingDropdown: (header: string) => import("@wix/design-system/dist/types/Dropdown/Dropdown.uni.driver").DropdownUniDriver;
5088
+ exists: () => Promise<boolean>;
5089
+ click: () => Promise<void>;
5090
+ element: () => Promise<any>;
5091
+ base: UniDriver<any, {
5092
+ parent?: any | undefined;
5093
+ base?: any;
5094
+ selector?: string | Promise<string> | undefined;
5095
+ idx?: number | undefined;
5096
+ timeBudget?: number | undefined;
5097
+ }, any>;
5098
+ wait: (timeout?: number | undefined) => Promise<void>;
5099
+ };
4910
5100
  getRowDragHandle: (index: number) => UniDriver<any, {
4911
5101
  parent?: any | undefined;
4912
5102
  base?: any;
@@ -5492,7 +5682,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5492
5682
  getInputElementClasses: () => Promise<DOMTokenList>;
5493
5683
  suffixComponentExists: (className: string) => Promise<boolean>;
5494
5684
  getRootElementClasses: () => Promise<DOMTokenList>;
5495
- getAriaDescribedby: () => Promise<string | null>;
5685
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
5496
5686
  getAriaLabel: () => Promise<string | null>;
5497
5687
  getName: () => Promise<string | null>;
5498
5688
  getMaxLength: () => Promise<string | null>;
@@ -5506,13 +5696,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5506
5696
  prefixComponentExists: (style: string) => Promise<boolean>;
5507
5697
  hasPrefix: () => Promise<boolean>;
5508
5698
  hasClearButton: () => Promise<boolean>;
5699
+ /** Indicates whether table refresh loader exists and no rows are rendered */
5509
5700
  clickClear: () => Promise<void>;
5510
5701
  getValue: () => Promise<string>;
5511
5702
  getText: () => Promise<string>;
5512
5703
  getPattern: () => Promise<string | null>;
5513
5704
  getPlaceholder: () => Promise<string | null>;
5514
5705
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
5515
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
5706
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
5516
5707
  isDisabled: () => Promise<boolean>;
5517
5708
  isHoveredStyle: () => Promise<boolean>;
5518
5709
  isFocusedStyle: () => Promise<boolean>;
@@ -5530,7 +5721,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5530
5721
  keyUp: () => Promise<void>;
5531
5722
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
5532
5723
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
5533
- /** Indicates whether the Manage View popover opened */
5534
5724
  paste: () => Promise<void>;
5535
5725
  copy: () => Promise<void>;
5536
5726
  wheel: () => Promise<void>;
@@ -5542,9 +5732,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5542
5732
  };
5543
5733
  }): Promise<void>;
5544
5734
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
5545
- };
5735
+ }; /** Clicks the Save Changes action in the Manage View popover */
5546
5736
  isFocus: () => Promise<boolean | undefined>;
5547
- clickMenuArrow: () => Promise<void>;
5737
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
5548
5738
  hasMenuArrow: () => Promise<boolean>;
5549
5739
  isRTL: () => Promise<boolean>;
5550
5740
  getCursorLocation: () => Promise<number>;
@@ -5573,14 +5763,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5573
5763
  isDown: () => Promise<boolean>;
5574
5764
  isUp: () => Promise<boolean>;
5575
5765
  isLinkOption: (position: number) => Promise<boolean>;
5576
- /** Deletes the view with a given index */
5577
5766
  isOptionADivider: (position: number) => Promise<boolean>;
5578
5767
  isOptionExists: (optionText: string) => Promise<boolean>;
5579
5768
  isOptionHovered: (index: number) => Promise<boolean>;
5580
5769
  isOptionSelected: (index: number) => Promise<boolean>;
5581
- isOptionHeightSmall: (position: number) => Promise<boolean>;
5770
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
5582
5771
  isOptionHeightBig: (position: number) => Promise<boolean>;
5583
- isListItemFocused: (position: number) => Promise<boolean>;
5772
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
5584
5773
  isShown: () => Promise<boolean>;
5585
5774
  mouseEnter: () => Promise<void>;
5586
5775
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -5640,7 +5829,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5640
5829
  timeBudget?: number | undefined;
5641
5830
  }, any>;
5642
5831
  mouseEnter: () => Promise<void>;
5643
- mouseLeave: () => Promise<any>;
5832
+ mouseLeave: () => Promise<any>; /**
5833
+ * Open & confirm delete modal for a row
5834
+ */
5644
5835
  isHovered: () => Promise<boolean>;
5645
5836
  isSelected: () => Promise<boolean>;
5646
5837
  content: () => Promise<string>;
@@ -5648,7 +5839,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5648
5839
  isDivider: () => Promise<boolean>;
5649
5840
  isDisabled: () => Promise<boolean>;
5650
5841
  isLink: () => Promise<boolean>;
5651
- };
5842
+ }; /**
5843
+ * Opens the popover menu inside the action cell of a specific row
5844
+ * @param rowIndex - index of the row
5845
+ */
5652
5846
  options: () => Promise<{
5653
5847
  element: () => UniDriver<any, {
5654
5848
  parent?: any | undefined;
@@ -5780,7 +5974,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5780
5974
  getSearchText: () => Promise<string>;
5781
5975
  enterSearchText: (value: string) => Promise<void>;
5782
5976
  getSearchMaxLength: () => Promise<string | null>;
5783
- clearSearchText: () => Promise<void>;
5977
+ clearSearchText: () => Promise<void>; /** Wait for the table refresh loader to be removed */
5784
5978
  searchInputExists: () => Promise<boolean>;
5785
5979
  clickClearSearchText: () => Promise<void>;
5786
5980
  searchCancelButtonExists: () => Promise<boolean>;
@@ -6017,7 +6211,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6017
6211
  isDivider: () => Promise<boolean>;
6018
6212
  isDisabled: () => Promise<boolean>;
6019
6213
  isLink: () => Promise<boolean>;
6020
- }>; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
6214
+ }>;
6021
6215
  getDeleteViewBtn: () => Promise<{
6022
6216
  element: () => UniDriver<any, {
6023
6217
  parent?: any | undefined;
@@ -6075,10 +6269,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6075
6269
  saveNewView: (name: string) => Promise<void>;
6076
6270
  deleteView: (ind: number) => Promise<void>;
6077
6271
  saveViewChanges: () => Promise<void>;
6078
- renameView: (name: string) => Promise<void>;
6079
- setAsDefaultView: (ind: number) => Promise<void>; /**
6080
- * Open & confirm delete modal for a row
6081
- */
6272
+ renameView: (name: string) => Promise<void>; /** Sets a default view with a given index */
6273
+ setAsDefaultView: (ind: number) => Promise<void>;
6082
6274
  click: () => Promise<void>;
6083
6275
  element: () => Promise<any>;
6084
6276
  base: UniDriver<any, {
@@ -6234,7 +6426,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6234
6426
  closeDropdown?: boolean | undefined;
6235
6427
  } | undefined) => Promise<string[]>;
6236
6428
  checkPanelFilterInlineCheckboxes: (filterName: string, ids: string[], options?: {
6237
- closePanel?: boolean | undefined;
6429
+ closePanel?: boolean | undefined; /** Checks if primary action popover is open */
6238
6430
  closeAccordionItem?: boolean | undefined;
6239
6431
  }) => Promise<void>;
6240
6432
  choosePanelFilterDateRange: (filterName: string, options?: {
@@ -6244,7 +6436,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6244
6436
  }) => Promise<{
6245
6437
  from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver;
6246
6438
  to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver;
6247
- }>; /** Indicates whether the action button of the multi bulk action toolbar exists */
6439
+ }>;
6248
6440
  clickFilterInPanel: (filterName: string) => Promise<void>;
6249
6441
  isFiltersPanelOpen: () => Promise<boolean>;
6250
6442
  getSwitchButton: () => {
@@ -6281,11 +6473,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6281
6473
  getFiltersPanelTitleText: () => Promise<string>;
6282
6474
  clickMoreFiltersButton: () => Promise<void>;
6283
6475
  getMoreFiltersButtonCounterValue: () => Promise<string>;
6284
- closeFiltersPanel: () => Promise<void>;
6476
+ closeFiltersPanel: () => Promise<void>; /** Is 'ExportTo' modal open */
6285
6477
  closeCustomColumnsPanel: () => Promise<void>;
6286
6478
  getCustomColumnsPanelTitle: () => Promise<string>;
6287
6479
  getCustomColumnsPanelSubtitle: () => Promise<string>;
6288
6480
  customColumnsPanelCloseButtonExists: () => Promise<boolean>;
6481
+ /**
6482
+ * Get current confirmation modal
6483
+ */
6289
6484
  getCustomColumnInfoIconAt: (index: number) => import("@wix/design-system/dist/types/InfoIcon/InfoIcon.uni.driver").InfoIconUniDriver;
6290
6485
  getPanelFilterTitleText: (filterName: string) => Promise<string>;
6291
6486
  clickPanelFilterTitle: (filterName: string) => Promise<void>;
@@ -6395,7 +6590,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6395
6590
  clickEdit: () => Promise<void>;
6396
6591
  clickArchive: () => Promise<void>;
6397
6592
  };
6398
- };
6593
+ }; /** indicates whether the table content exists */
6399
6594
  getCustomFieldOptionsAt: (i: number) => {
6400
6595
  open: () => Promise<void>;
6401
6596
  clickEdit: () => Promise<void>;
@@ -6502,7 +6697,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6502
6697
  y?: number | undefined;
6503
6698
  steps?: number | undefined;
6504
6699
  delay?: number | undefined;
6505
- vertical?: boolean | undefined; /** Indicates a tag inside the applied filters tag list exists */
6700
+ vertical?: boolean | undefined;
6506
6701
  } | undefined) => Promise<void>;
6507
6702
  exists: () => Promise<boolean>;
6508
6703
  click: () => Promise<void>;
@@ -6672,7 +6867,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6672
6867
  getInputElementClasses: () => Promise<DOMTokenList>;
6673
6868
  suffixComponentExists: (className: string) => Promise<boolean>;
6674
6869
  getRootElementClasses: () => Promise<DOMTokenList>;
6675
- getAriaDescribedby: () => Promise<string | null>;
6870
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
6676
6871
  getAriaLabel: () => Promise<string | null>;
6677
6872
  getName: () => Promise<string | null>;
6678
6873
  getMaxLength: () => Promise<string | null>;
@@ -6686,13 +6881,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6686
6881
  prefixComponentExists: (style: string) => Promise<boolean>;
6687
6882
  hasPrefix: () => Promise<boolean>;
6688
6883
  hasClearButton: () => Promise<boolean>;
6884
+ /** Indicates whether table refresh loader exists and no rows are rendered */
6689
6885
  clickClear: () => Promise<void>;
6690
6886
  getValue: () => Promise<string>;
6691
6887
  getText: () => Promise<string>;
6692
6888
  getPattern: () => Promise<string | null>;
6693
6889
  getPlaceholder: () => Promise<string | null>;
6694
6890
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
6695
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
6891
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
6696
6892
  isDisabled: () => Promise<boolean>;
6697
6893
  isHoveredStyle: () => Promise<boolean>;
6698
6894
  isFocusedStyle: () => Promise<boolean>;
@@ -6710,7 +6906,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6710
6906
  keyUp: () => Promise<void>;
6711
6907
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
6712
6908
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
6713
- /** Indicates whether the Manage View popover opened */
6714
6909
  paste: () => Promise<void>;
6715
6910
  copy: () => Promise<void>;
6716
6911
  wheel: () => Promise<void>;
@@ -6722,9 +6917,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6722
6917
  };
6723
6918
  }): Promise<void>;
6724
6919
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
6725
- };
6920
+ }; /** Clicks the Save Changes action in the Manage View popover */
6726
6921
  isFocus: () => Promise<boolean | undefined>;
6727
- clickMenuArrow: () => Promise<void>;
6922
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
6728
6923
  hasMenuArrow: () => Promise<boolean>;
6729
6924
  isRTL: () => Promise<boolean>;
6730
6925
  getCursorLocation: () => Promise<number>;
@@ -6743,7 +6938,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6743
6938
  idx?: number | undefined;
6744
6939
  timeBudget?: number | undefined;
6745
6940
  }, any>;
6746
- };
6941
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
6747
6942
  dropdownLayoutDriver: {
6748
6943
  classes: (_name?: string | undefined) => Promise<any>;
6749
6944
  clickAtOption: (index: number) => Promise<void>;
@@ -6753,14 +6948,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6753
6948
  isDown: () => Promise<boolean>;
6754
6949
  isUp: () => Promise<boolean>;
6755
6950
  isLinkOption: (position: number) => Promise<boolean>;
6756
- /** Deletes the view with a given index */
6757
6951
  isOptionADivider: (position: number) => Promise<boolean>;
6758
6952
  isOptionExists: (optionText: string) => Promise<boolean>;
6759
6953
  isOptionHovered: (index: number) => Promise<boolean>;
6760
6954
  isOptionSelected: (index: number) => Promise<boolean>;
6761
- isOptionHeightSmall: (position: number) => Promise<boolean>;
6955
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
6762
6956
  isOptionHeightBig: (position: number) => Promise<boolean>;
6763
- isListItemFocused: (position: number) => Promise<boolean>;
6957
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
6764
6958
  isShown: () => Promise<boolean>;
6765
6959
  mouseEnter: () => Promise<void>;
6766
6960
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -6820,7 +7014,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6820
7014
  timeBudget?: number | undefined;
6821
7015
  }, any>;
6822
7016
  mouseEnter: () => Promise<void>;
6823
- mouseLeave: () => Promise<any>;
7017
+ mouseLeave: () => Promise<any>; /**
7018
+ * Open & confirm delete modal for a row
7019
+ */
6824
7020
  isHovered: () => Promise<boolean>;
6825
7021
  isSelected: () => Promise<boolean>;
6826
7022
  content: () => Promise<string>;
@@ -6828,7 +7024,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6828
7024
  isDivider: () => Promise<boolean>;
6829
7025
  isDisabled: () => Promise<boolean>;
6830
7026
  isLink: () => Promise<boolean>;
6831
- };
7027
+ }; /**
7028
+ * Opens the popover menu inside the action cell of a specific row
7029
+ * @param rowIndex - index of the row
7030
+ */
6832
7031
  options: () => Promise<{
6833
7032
  element: () => UniDriver<any, {
6834
7033
  parent?: any | undefined;
@@ -6917,7 +7116,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6917
7116
  selectOptions: (ids: string[], { closeDropdown }?: {
6918
7117
  closeDropdown?: boolean | undefined;
6919
7118
  }) => Promise<string[]>;
6920
- selectOption: (id: string) => Promise<string | never[]>; /** Indicates whether table refresh loader is in loading status */
7119
+ selectOption: (id: string) => Promise<string | never[]>; /** Wait for the table refresh loader to be shown */
6921
7120
  selectRandomOptions: (count: number, options?: {
6922
7121
  closeDropdown?: boolean | undefined;
6923
7122
  }) => Promise<string[]>;
@@ -6939,7 +7138,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6939
7138
  idx?: number | undefined;
6940
7139
  timeBudget?: number | undefined;
6941
7140
  }, any>>;
6942
- scrollDown: () => Promise<void>; /** Get a tag driver of a tag inside the applied filters tag list */
7141
+ scrollDown: () => Promise<void>;
6943
7142
  };
6944
7143
  getFiltersPanelInputWithOptions: (filterName: string) => {
6945
7144
  exists: () => Promise<boolean>;
@@ -7044,7 +7243,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7044
7243
  getInputElementClasses: () => Promise<DOMTokenList>;
7045
7244
  suffixComponentExists: (className: string) => Promise<boolean>;
7046
7245
  getRootElementClasses: () => Promise<DOMTokenList>;
7047
- getAriaDescribedby: () => Promise<string | null>;
7246
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
7048
7247
  getAriaLabel: () => Promise<string | null>;
7049
7248
  getName: () => Promise<string | null>;
7050
7249
  getMaxLength: () => Promise<string | null>;
@@ -7058,13 +7257,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7058
7257
  prefixComponentExists: (style: string) => Promise<boolean>;
7059
7258
  hasPrefix: () => Promise<boolean>;
7060
7259
  hasClearButton: () => Promise<boolean>;
7260
+ /** Indicates whether table refresh loader exists and no rows are rendered */
7061
7261
  clickClear: () => Promise<void>;
7062
7262
  getValue: () => Promise<string>;
7063
7263
  getText: () => Promise<string>;
7064
7264
  getPattern: () => Promise<string | null>;
7065
7265
  getPlaceholder: () => Promise<string | null>;
7066
7266
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
7067
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
7267
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
7068
7268
  isDisabled: () => Promise<boolean>;
7069
7269
  isHoveredStyle: () => Promise<boolean>;
7070
7270
  isFocusedStyle: () => Promise<boolean>;
@@ -7082,7 +7282,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7082
7282
  keyUp: () => Promise<void>;
7083
7283
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
7084
7284
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
7085
- /** Indicates whether the Manage View popover opened */
7086
7285
  paste: () => Promise<void>;
7087
7286
  copy: () => Promise<void>;
7088
7287
  wheel: () => Promise<void>;
@@ -7094,9 +7293,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7094
7293
  };
7095
7294
  }): Promise<void>;
7096
7295
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
7097
- };
7296
+ }; /** Clicks the Save Changes action in the Manage View popover */
7098
7297
  isFocus: () => Promise<boolean | undefined>;
7099
- clickMenuArrow: () => Promise<void>;
7298
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
7100
7299
  hasMenuArrow: () => Promise<boolean>;
7101
7300
  isRTL: () => Promise<boolean>;
7102
7301
  getCursorLocation: () => Promise<number>;
@@ -7115,7 +7314,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7115
7314
  idx?: number | undefined;
7116
7315
  timeBudget?: number | undefined;
7117
7316
  }, any>;
7118
- };
7317
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
7119
7318
  dropdownLayoutDriver: {
7120
7319
  classes: (_name?: string | undefined) => Promise<any>;
7121
7320
  clickAtOption: (index: number) => Promise<void>;
@@ -7125,14 +7324,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7125
7324
  isDown: () => Promise<boolean>;
7126
7325
  isUp: () => Promise<boolean>;
7127
7326
  isLinkOption: (position: number) => Promise<boolean>;
7128
- /** Deletes the view with a given index */
7129
7327
  isOptionADivider: (position: number) => Promise<boolean>;
7130
7328
  isOptionExists: (optionText: string) => Promise<boolean>;
7131
7329
  isOptionHovered: (index: number) => Promise<boolean>;
7132
7330
  isOptionSelected: (index: number) => Promise<boolean>;
7133
- isOptionHeightSmall: (position: number) => Promise<boolean>;
7331
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
7134
7332
  isOptionHeightBig: (position: number) => Promise<boolean>;
7135
- isListItemFocused: (position: number) => Promise<boolean>;
7333
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
7136
7334
  isShown: () => Promise<boolean>;
7137
7335
  mouseEnter: () => Promise<void>;
7138
7336
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -7192,7 +7390,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7192
7390
  timeBudget?: number | undefined;
7193
7391
  }, any>;
7194
7392
  mouseEnter: () => Promise<void>;
7195
- mouseLeave: () => Promise<any>;
7393
+ mouseLeave: () => Promise<any>; /**
7394
+ * Open & confirm delete modal for a row
7395
+ */
7196
7396
  isHovered: () => Promise<boolean>;
7197
7397
  isSelected: () => Promise<boolean>;
7198
7398
  content: () => Promise<string>;
@@ -7200,7 +7400,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7200
7400
  isDivider: () => Promise<boolean>;
7201
7401
  isDisabled: () => Promise<boolean>;
7202
7402
  isLink: () => Promise<boolean>;
7203
- };
7403
+ }; /**
7404
+ * Opens the popover menu inside the action cell of a specific row
7405
+ * @param rowIndex - index of the row
7406
+ */
7204
7407
  options: () => Promise<{
7205
7408
  element: () => UniDriver<any, {
7206
7409
  parent?: any | undefined;
@@ -7289,7 +7492,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7289
7492
  selectOptions: (ids: string[], { closeDropdown }?: {
7290
7493
  closeDropdown?: boolean | undefined;
7291
7494
  }) => Promise<string[]>;
7292
- selectOption: (id: string) => Promise<string | never[]>; /** Indicates whether table refresh loader is in loading status */
7495
+ selectOption: (id: string) => Promise<string | never[]>; /** Wait for the table refresh loader to be shown */
7293
7496
  selectRandomOptions: (count: number, options?: {
7294
7497
  closeDropdown?: boolean | undefined;
7295
7498
  }) => Promise<string[]>;
@@ -7311,7 +7514,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7311
7514
  idx?: number | undefined;
7312
7515
  timeBudget?: number | undefined;
7313
7516
  }, any>>;
7314
- scrollDown: () => Promise<void>; /** Get a tag driver of a tag inside the applied filters tag list */
7517
+ scrollDown: () => Promise<void>;
7315
7518
  };
7316
7519
  getFiltersPanelMultiSelect: (filterName: string) => import("@wix/design-system/dist/types/MultiSelect/MultiSelect.uni.driver").MultiSelectUniDriver;
7317
7520
  scrollDownFilter: (filterName: string) => Promise<void>;
@@ -7432,7 +7635,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7432
7635
  getInputElementClasses: () => Promise<DOMTokenList>;
7433
7636
  suffixComponentExists: (className: string) => Promise<boolean>;
7434
7637
  getRootElementClasses: () => Promise<DOMTokenList>;
7435
- getAriaDescribedby: () => Promise<string | null>;
7638
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
7436
7639
  getAriaLabel: () => Promise<string | null>;
7437
7640
  getName: () => Promise<string | null>;
7438
7641
  getMaxLength: () => Promise<string | null>;
@@ -7446,13 +7649,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7446
7649
  prefixComponentExists: (style: string) => Promise<boolean>;
7447
7650
  hasPrefix: () => Promise<boolean>;
7448
7651
  hasClearButton: () => Promise<boolean>;
7652
+ /** Indicates whether table refresh loader exists and no rows are rendered */
7449
7653
  clickClear: () => Promise<void>;
7450
7654
  getValue: () => Promise<string>;
7451
7655
  getText: () => Promise<string>;
7452
7656
  getPattern: () => Promise<string | null>;
7453
7657
  getPlaceholder: () => Promise<string | null>;
7454
7658
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
7455
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
7659
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
7456
7660
  isDisabled: () => Promise<boolean>;
7457
7661
  isHoveredStyle: () => Promise<boolean>;
7458
7662
  isFocusedStyle: () => Promise<boolean>;
@@ -7470,7 +7674,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7470
7674
  keyUp: () => Promise<void>;
7471
7675
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
7472
7676
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
7473
- /** Indicates whether the Manage View popover opened */
7474
7677
  paste: () => Promise<void>;
7475
7678
  copy: () => Promise<void>;
7476
7679
  wheel: () => Promise<void>;
@@ -7482,9 +7685,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7482
7685
  };
7483
7686
  }): Promise<void>;
7484
7687
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
7485
- };
7688
+ }; /** Clicks the Save Changes action in the Manage View popover */
7486
7689
  isFocus: () => Promise<boolean | undefined>;
7487
- clickMenuArrow: () => Promise<void>;
7690
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
7488
7691
  hasMenuArrow: () => Promise<boolean>;
7489
7692
  isRTL: () => Promise<boolean>;
7490
7693
  getCursorLocation: () => Promise<number>;
@@ -7503,7 +7706,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7503
7706
  idx?: number | undefined;
7504
7707
  timeBudget?: number | undefined;
7505
7708
  }, any>;
7506
- };
7709
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
7507
7710
  dropdownLayoutDriver: {
7508
7711
  classes: (_name?: string | undefined) => Promise<any>;
7509
7712
  clickAtOption: (index: number) => Promise<void>;
@@ -7513,14 +7716,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7513
7716
  isDown: () => Promise<boolean>;
7514
7717
  isUp: () => Promise<boolean>;
7515
7718
  isLinkOption: (position: number) => Promise<boolean>;
7516
- /** Deletes the view with a given index */
7517
7719
  isOptionADivider: (position: number) => Promise<boolean>;
7518
7720
  isOptionExists: (optionText: string) => Promise<boolean>;
7519
7721
  isOptionHovered: (index: number) => Promise<boolean>;
7520
7722
  isOptionSelected: (index: number) => Promise<boolean>;
7521
- isOptionHeightSmall: (position: number) => Promise<boolean>;
7723
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
7522
7724
  isOptionHeightBig: (position: number) => Promise<boolean>;
7523
- isListItemFocused: (position: number) => Promise<boolean>;
7725
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
7524
7726
  isShown: () => Promise<boolean>;
7525
7727
  mouseEnter: () => Promise<void>;
7526
7728
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -7580,7 +7782,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7580
7782
  timeBudget?: number | undefined;
7581
7783
  }, any>;
7582
7784
  mouseEnter: () => Promise<void>;
7583
- mouseLeave: () => Promise<any>;
7785
+ mouseLeave: () => Promise<any>; /**
7786
+ * Open & confirm delete modal for a row
7787
+ */
7584
7788
  isHovered: () => Promise<boolean>;
7585
7789
  isSelected: () => Promise<boolean>;
7586
7790
  content: () => Promise<string>;
@@ -7588,7 +7792,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7588
7792
  isDivider: () => Promise<boolean>;
7589
7793
  isDisabled: () => Promise<boolean>;
7590
7794
  isLink: () => Promise<boolean>;
7591
- };
7795
+ }; /**
7796
+ * Opens the popover menu inside the action cell of a specific row
7797
+ * @param rowIndex - index of the row
7798
+ */
7592
7799
  options: () => Promise<{
7593
7800
  element: () => UniDriver<any, {
7594
7801
  parent?: any | undefined;
@@ -7876,10 +8083,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7876
8083
  getNumberRangeFilterToError: () => {
7877
8084
  exists: () => Promise<boolean>;
7878
8085
  getText: () => Promise<string>;
7879
- }; /**
7880
- * Opens the popover menu inside the action cell of a specific row
7881
- * @param rowIndex - index of the row
7882
- */
8086
+ };
7883
8087
  };
7884
8088
  getOperatorPickerDriver: (filterName: string) => {
7885
8089
  exists: () => Promise<boolean>;
@@ -7994,7 +8198,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7994
8198
  };
7995
8199
  selectOperator: (optionIndex: number) => Promise<void>;
7996
8200
  getSelectedOperator: () => Promise<string | null>;
7997
- /** Indicates whether the action button of the bulk action toolbar exists */
7998
8201
  enterValue: (value: string) => Promise<void>;
7999
8202
  getValue: () => Promise<string>;
8000
8203
  blur: () => Promise<void>;
@@ -8251,7 +8454,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8251
8454
  checkFilterInlineCheckboxes: (filterName: string, ids: string[], { closePanel, closeAccordionItem, }?: {
8252
8455
  closePanel?: boolean | undefined;
8253
8456
  closeAccordionItem?: boolean | undefined;
8254
- }) => Promise<void>;
8457
+ }) => Promise<void>; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
8255
8458
  chooseDatesFilterDateRange: (filterName: string, { dates, closePanel, closeAccordionItem, }?: {
8256
8459
  closePanel?: boolean | undefined;
8257
8460
  closeAccordionItem?: boolean | undefined;
@@ -8369,7 +8572,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8369
8572
  getInputElementClasses: () => Promise<DOMTokenList>;
8370
8573
  suffixComponentExists: (className: string) => Promise<boolean>;
8371
8574
  getRootElementClasses: () => Promise<DOMTokenList>;
8372
- getAriaDescribedby: () => Promise<string | null>;
8575
+ getAriaDescribedby: () => Promise<string | null>; /** @private */
8373
8576
  getAriaLabel: () => Promise<string | null>;
8374
8577
  getName: () => Promise<string | null>;
8375
8578
  getMaxLength: () => Promise<string | null>;
@@ -8383,13 +8586,14 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8383
8586
  prefixComponentExists: (style: string) => Promise<boolean>;
8384
8587
  hasPrefix: () => Promise<boolean>;
8385
8588
  hasClearButton: () => Promise<boolean>;
8589
+ /** Indicates whether table refresh loader exists and no rows are rendered */
8386
8590
  clickClear: () => Promise<void>;
8387
8591
  getValue: () => Promise<string>;
8388
8592
  getText: () => Promise<string>;
8389
8593
  getPattern: () => Promise<string | null>;
8390
8594
  getPlaceholder: () => Promise<string | null>;
8391
8595
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
8392
- getSize: () => Promise<import("@wix/design-system").InputSize | null>;
8596
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
8393
8597
  isDisabled: () => Promise<boolean>;
8394
8598
  isHoveredStyle: () => Promise<boolean>;
8395
8599
  isFocusedStyle: () => Promise<boolean>;
@@ -8407,7 +8611,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8407
8611
  keyUp: () => Promise<void>;
8408
8612
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
8409
8613
  pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
8410
- /** Indicates whether the Manage View popover opened */
8411
8614
  paste: () => Promise<void>;
8412
8615
  copy: () => Promise<void>;
8413
8616
  wheel: () => Promise<void>;
@@ -8419,9 +8622,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8419
8622
  };
8420
8623
  }): Promise<void>;
8421
8624
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
8422
- };
8625
+ }; /** Clicks the Save Changes action in the Manage View popover */
8423
8626
  isFocus: () => Promise<boolean | undefined>;
8424
- clickMenuArrow: () => Promise<void>;
8627
+ clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
8425
8628
  hasMenuArrow: () => Promise<boolean>;
8426
8629
  isRTL: () => Promise<boolean>;
8427
8630
  getCursorLocation: () => Promise<number>;
@@ -8440,7 +8643,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8440
8643
  idx?: number | undefined;
8441
8644
  timeBudget?: number | undefined;
8442
8645
  }, any>;
8443
- };
8646
+ }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
8444
8647
  dropdownLayoutDriver: {
8445
8648
  classes: (_name?: string | undefined) => Promise<any>;
8446
8649
  clickAtOption: (index: number) => Promise<void>;
@@ -8450,14 +8653,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8450
8653
  isDown: () => Promise<boolean>;
8451
8654
  isUp: () => Promise<boolean>;
8452
8655
  isLinkOption: (position: number) => Promise<boolean>;
8453
- /** Deletes the view with a given index */
8454
8656
  isOptionADivider: (position: number) => Promise<boolean>;
8455
8657
  isOptionExists: (optionText: string) => Promise<boolean>;
8456
8658
  isOptionHovered: (index: number) => Promise<boolean>;
8457
8659
  isOptionSelected: (index: number) => Promise<boolean>;
8458
- isOptionHeightSmall: (position: number) => Promise<boolean>;
8660
+ isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
8459
8661
  isOptionHeightBig: (position: number) => Promise<boolean>;
8460
- isListItemFocused: (position: number) => Promise<boolean>;
8662
+ isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
8461
8663
  isShown: () => Promise<boolean>;
8462
8664
  mouseEnter: () => Promise<void>;
8463
8665
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -8517,7 +8719,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8517
8719
  timeBudget?: number | undefined;
8518
8720
  }, any>;
8519
8721
  mouseEnter: () => Promise<void>;
8520
- mouseLeave: () => Promise<any>;
8722
+ mouseLeave: () => Promise<any>; /**
8723
+ * Open & confirm delete modal for a row
8724
+ */
8521
8725
  isHovered: () => Promise<boolean>;
8522
8726
  isSelected: () => Promise<boolean>;
8523
8727
  content: () => Promise<string>;
@@ -8525,7 +8729,10 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8525
8729
  isDivider: () => Promise<boolean>;
8526
8730
  isDisabled: () => Promise<boolean>;
8527
8731
  isLink: () => Promise<boolean>;
8528
- };
8732
+ }; /**
8733
+ * Opens the popover menu inside the action cell of a specific row
8734
+ * @param rowIndex - index of the row
8735
+ */
8529
8736
  options: () => Promise<{
8530
8737
  element: () => UniDriver<any, {
8531
8738
  parent?: any | undefined;
@@ -8614,7 +8821,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8614
8821
  selectOptions: (ids: string[], { closeDropdown }?: {
8615
8822
  closeDropdown?: boolean | undefined;
8616
8823
  }) => Promise<string[]>;
8617
- selectOption: (id: string) => Promise<string | never[]>; /** Indicates whether table refresh loader is in loading status */
8824
+ selectOption: (id: string) => Promise<string | never[]>; /** Wait for the table refresh loader to be shown */
8618
8825
  selectRandomOptions: (count: number, options?: {
8619
8826
  closeDropdown?: boolean | undefined;
8620
8827
  }) => Promise<string[]>;
@@ -8636,11 +8843,11 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8636
8843
  idx?: number | undefined;
8637
8844
  timeBudget?: number | undefined;
8638
8845
  }, any>>;
8639
- scrollDown: () => Promise<void>; /** Get a tag driver of a tag inside the applied filters tag list */
8846
+ scrollDown: () => Promise<void>;
8640
8847
  };
8641
8848
  clickClearAllFilters: () => Promise<void>;
8642
8849
  getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
8643
- getPanelFiltersCount: () => Promise<number>; /** Saves new view with a defined name and current filters / sort / columns */
8850
+ getPanelFiltersCount: () => Promise<number>;
8644
8851
  getDateRangeFilter: (filterName: string) => {
8645
8852
  _getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
8646
8853
  getDatePicker: (picker: "from" | "to") => import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver;
@@ -8869,10 +9076,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8869
9076
  getNumberRangeFilterToError: () => {
8870
9077
  exists: () => Promise<boolean>;
8871
9078
  getText: () => Promise<string>;
8872
- }; /**
8873
- * Opens the popover menu inside the action cell of a specific row
8874
- * @param rowIndex - index of the row
8875
- */
9079
+ };
8876
9080
  };
8877
9081
  getRadioGroupFilter: (filterName: string) => {
8878
9082
  getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
@@ -9002,7 +9206,6 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
9002
9206
  };
9003
9207
  selectOperator: (optionIndex: number) => Promise<void>;
9004
9208
  getSelectedOperator: () => Promise<string | null>;
9005
- /** Indicates whether the action button of the bulk action toolbar exists */
9006
9209
  enterValue: (value: string) => Promise<void>;
9007
9210
  getValue: () => Promise<string>;
9008
9211
  blur: () => Promise<void>;