@wix/patterns 1.369.0 → 1.371.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 (511) hide show
  1. package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js +10 -9
  2. package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js.map +1 -1
  3. package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsListItem.js +50 -13
  4. package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsListItem.js.map +1 -1
  5. package/dist/cjs/components/ArchivedItemsPanel/types.js.map +1 -1
  6. package/dist/cjs/components/CardContainer/CardContainer.st.css.js +2 -2
  7. package/dist/cjs/components/CardContainer/CardContainer.st.css.js.map +1 -1
  8. package/dist/cjs/components/Collapse/Collapse.st.css.js +3 -3
  9. package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
  10. package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  11. package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js.map +1 -1
  12. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +3 -3
  13. package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js.map +1 -1
  14. package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js +2 -2
  15. package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js.map +1 -1
  16. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js +5 -5
  17. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
  18. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +4 -4
  19. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
  20. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  21. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
  22. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js +20 -23
  23. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
  24. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
  25. package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
  26. package/dist/cjs/components/CustomColumnsPanel/ColumnListTableListItem.js +51 -15
  27. package/dist/cjs/components/CustomColumnsPanel/ColumnListTableListItem.js.map +1 -1
  28. package/dist/cjs/components/CustomColumnsPanel/CustomColumnsPanel.js +2 -5
  29. package/dist/cjs/components/CustomColumnsPanel/CustomColumnsPanel.js.map +1 -1
  30. package/dist/cjs/components/CustomColumnsPanel/FieldIndications.js +160 -0
  31. package/dist/cjs/components/CustomColumnsPanel/FieldIndications.js.map +1 -0
  32. package/dist/cjs/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js +0 -8
  33. package/dist/cjs/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js.map +1 -1
  34. package/dist/cjs/components/DragHandle/DragHandle.st.css.js +2 -2
  35. package/dist/cjs/components/DragHandle/DragHandle.st.css.js.map +1 -1
  36. package/dist/cjs/components/EditableTable/EditableCell.js +16 -7
  37. package/dist/cjs/components/EditableTable/EditableCell.js.map +1 -1
  38. package/dist/cjs/components/EditableTable/EditableCell.st.css.js +3 -3
  39. package/dist/cjs/components/EditableTable/EditableCell.st.css.js.map +1 -1
  40. package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.js +23 -0
  41. package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.js.map +1 -0
  42. package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
  43. package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css.js +22 -0
  44. package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css.js.map +1 -0
  45. package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.js +7 -7
  46. package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.js.map +1 -1
  47. package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.st.css.js +3 -3
  48. package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.st.css.js.map +1 -1
  49. package/dist/cjs/components/EditableTable/cellTypes/boolean/View.js +6 -22
  50. package/dist/cjs/components/EditableTable/cellTypes/boolean/View.js.map +1 -1
  51. package/dist/cjs/components/EditableTable/cellTypes/boolean/View.st.css.js +3 -3
  52. package/dist/cjs/components/EditableTable/cellTypes/boolean/View.st.css.js.map +1 -1
  53. package/dist/cjs/components/EditableTable/cellTypes/date/Edit.js +12 -3
  54. package/dist/cjs/components/EditableTable/cellTypes/date/Edit.js.map +1 -1
  55. package/dist/cjs/components/EditableTable/cellTypes/date/Edit.st.css.js +3 -3
  56. package/dist/cjs/components/EditableTable/cellTypes/date/Edit.st.css.js.map +1 -1
  57. package/dist/cjs/components/EditableTable/cellTypes/date/View.js +12 -6
  58. package/dist/cjs/components/EditableTable/cellTypes/date/View.js.map +1 -1
  59. package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css +1 -4
  60. package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css.js +2 -3
  61. package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css.js.map +1 -1
  62. package/dist/cjs/components/EditableTable/cellTypes/email/Edit.st.css.js +3 -3
  63. package/dist/cjs/components/EditableTable/cellTypes/email/Edit.st.css.js.map +1 -1
  64. package/dist/cjs/components/EditableTable/cellTypes/email/View.js +11 -5
  65. package/dist/cjs/components/EditableTable/cellTypes/email/View.js.map +1 -1
  66. package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css +1 -4
  67. package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css.js +2 -3
  68. package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css.js.map +1 -1
  69. package/dist/cjs/components/EditableTable/cellTypes/number/Edit.st.css.js +3 -3
  70. package/dist/cjs/components/EditableTable/cellTypes/number/Edit.st.css.js.map +1 -1
  71. package/dist/cjs/components/EditableTable/cellTypes/number/View.js +12 -4
  72. package/dist/cjs/components/EditableTable/cellTypes/number/View.js.map +1 -1
  73. package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css +0 -1
  74. package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css.js +3 -3
  75. package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css.js.map +1 -1
  76. package/dist/cjs/components/EditableTable/cellTypes/object/Edit.st.css.js +3 -3
  77. package/dist/cjs/components/EditableTable/cellTypes/object/Edit.st.css.js.map +1 -1
  78. package/dist/cjs/components/EditableTable/cellTypes/object/View.js +2 -3
  79. package/dist/cjs/components/EditableTable/cellTypes/object/View.js.map +1 -1
  80. package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css +1 -4
  81. package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css.js +2 -3
  82. package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css.js.map +1 -1
  83. package/dist/cjs/components/EditableTable/cellTypes/select/Edit.js +18 -2
  84. package/dist/cjs/components/EditableTable/cellTypes/select/Edit.js.map +1 -1
  85. package/dist/cjs/components/EditableTable/cellTypes/select/Edit.st.css.js +3 -3
  86. package/dist/cjs/components/EditableTable/cellTypes/select/Edit.st.css.js.map +1 -1
  87. package/dist/cjs/components/EditableTable/cellTypes/select/View.js +12 -6
  88. package/dist/cjs/components/EditableTable/cellTypes/select/View.js.map +1 -1
  89. package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css +1 -4
  90. package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css.js +2 -3
  91. package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css.js.map +1 -1
  92. package/dist/cjs/components/EditableTable/cellTypes/text/Edit.st.css.js +4 -4
  93. package/dist/cjs/components/EditableTable/cellTypes/text/Edit.st.css.js.map +1 -1
  94. package/dist/cjs/components/EditableTable/cellTypes/text/View.js +12 -6
  95. package/dist/cjs/components/EditableTable/cellTypes/text/View.js.map +1 -1
  96. package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css +1 -4
  97. package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css.js +2 -3
  98. package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css.js.map +1 -1
  99. package/dist/cjs/components/EditableTable/cellTypes/url/Edit.st.css.js +3 -3
  100. package/dist/cjs/components/EditableTable/cellTypes/url/Edit.st.css.js.map +1 -1
  101. package/dist/cjs/components/EditableTable/cellTypes/url/View.st.css.js +5 -5
  102. package/dist/cjs/components/EditableTable/cellTypes/url/View.st.css.js.map +1 -1
  103. package/dist/cjs/components/EditableTable/useCloseOnAncestorScroll.js +27 -0
  104. package/dist/cjs/components/EditableTable/useCloseOnAncestorScroll.js.map +1 -0
  105. package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  106. package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
  107. package/dist/cjs/components/Fade/Fade.st.css.js +2 -2
  108. package/dist/cjs/components/Fade/Fade.st.css.js.map +1 -1
  109. package/dist/cjs/components/Heading/Heading.st.css.js +2 -2
  110. package/dist/cjs/components/Heading/Heading.st.css.js.map +1 -1
  111. package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js +3 -3
  112. package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js.map +1 -1
  113. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js +2 -2
  114. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js.map +1 -1
  115. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js +3 -3
  116. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
  117. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  118. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
  119. package/dist/cjs/components/MaxLines/MaxLines.st.css.js +2 -2
  120. package/dist/cjs/components/MaxLines/MaxLines.st.css.js.map +1 -1
  121. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +5 -5
  122. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
  123. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  124. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
  125. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js +5 -5
  126. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
  127. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  128. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  129. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  130. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
  131. package/dist/cjs/components/PickerContent/PickerContent.st.css.js +2 -2
  132. package/dist/cjs/components/PickerContent/PickerContent.st.css.js.map +1 -1
  133. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js +4 -4
  134. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
  135. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  136. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
  137. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  138. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
  139. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
  140. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
  141. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
  142. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
  143. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
  144. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
  145. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  146. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
  147. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  148. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
  149. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  150. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
  151. package/dist/cjs/components/common.st.css.js +4 -4
  152. package/dist/cjs/components/common.st.css.js.map +1 -1
  153. package/dist/cjs/model/tableColumn.js.map +1 -1
  154. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  155. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
  156. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js +2 -2
  157. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js.map +1 -1
  158. package/dist/cjs/state/ToolbarCollectionState.js +10 -2
  159. package/dist/cjs/state/ToolbarCollectionState.js.map +1 -1
  160. package/dist/cjs/state/simplifyExtendedColumns.js +7 -2
  161. package/dist/cjs/state/simplifyExtendedColumns.js.map +1 -1
  162. package/dist/cjs/styles.global.css +1 -1
  163. package/dist/cjs/version.js +1 -1
  164. package/dist/cjs/version.js.map +1 -1
  165. package/dist/docs/ActionCellProps.md +9 -0
  166. package/dist/docs/AutoCompleteFilter.md +2 -0
  167. package/dist/docs/MultiAutoInlineCheckboxFilter.md +798 -739
  168. package/dist/docs/MultiInlineCheckboxFilter.md +798 -739
  169. package/dist/docs/MultiSelectCheckboxFilter.md +2 -0
  170. package/dist/docs/MultiSelectCollectionFilter.md +2 -0
  171. package/dist/docs/SingleSelectFilter.md +2 -0
  172. package/dist/docs/TableColumn.md +4 -0
  173. package/dist/docs/index.json +31 -31
  174. package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js +2 -2
  175. package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js.map +1 -1
  176. package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsListItem.js +8 -3
  177. package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsListItem.js.map +1 -1
  178. package/dist/esm/components/CardContainer/CardContainer.st.css.js +2 -2
  179. package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
  180. package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  181. package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +2 -2
  182. package/dist/esm/components/CollectionTable/CollectionTable.st.css.js +2 -2
  183. package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
  184. package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
  185. package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  186. package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
  187. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js +7 -7
  188. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
  189. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
  190. package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js +24 -8
  191. package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js.map +1 -1
  192. package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js +1 -1
  193. package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js.map +1 -1
  194. package/dist/esm/components/CustomColumnsPanel/FieldIndications.js +31 -0
  195. package/dist/esm/components/CustomColumnsPanel/FieldIndications.js.map +1 -0
  196. package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js +1 -2
  197. package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js.map +1 -1
  198. package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
  199. package/dist/esm/components/EditableTable/EditableCell.js +9 -1
  200. package/dist/esm/components/EditableTable/EditableCell.js.map +1 -1
  201. package/dist/esm/components/EditableTable/EditableCell.st.css.js +2 -2
  202. package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js +6 -0
  203. package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js.map +1 -0
  204. package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
  205. package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js +15 -0
  206. package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js.map +1 -0
  207. package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js +5 -5
  208. package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js.map +1 -1
  209. package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js +2 -2
  210. package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js.map +1 -1
  211. package/dist/esm/components/EditableTable/cellTypes/boolean/View.js +2 -4
  212. package/dist/esm/components/EditableTable/cellTypes/boolean/View.js.map +1 -1
  213. package/dist/esm/components/EditableTable/cellTypes/boolean/View.st.css.js +2 -2
  214. package/dist/esm/components/EditableTable/cellTypes/boolean/View.st.css.js.map +1 -1
  215. package/dist/esm/components/EditableTable/cellTypes/date/Edit.js +6 -1
  216. package/dist/esm/components/EditableTable/cellTypes/date/Edit.js.map +1 -1
  217. package/dist/esm/components/EditableTable/cellTypes/date/Edit.st.css.js +2 -2
  218. package/dist/esm/components/EditableTable/cellTypes/date/View.js +3 -2
  219. package/dist/esm/components/EditableTable/cellTypes/date/View.js.map +1 -1
  220. package/dist/esm/components/EditableTable/cellTypes/date/View.st.css +1 -4
  221. package/dist/esm/components/EditableTable/cellTypes/date/View.st.css.js +2 -2
  222. package/dist/esm/components/EditableTable/cellTypes/date/View.st.css.js.map +1 -1
  223. package/dist/esm/components/EditableTable/cellTypes/email/Edit.st.css.js +2 -2
  224. package/dist/esm/components/EditableTable/cellTypes/email/View.js +3 -2
  225. package/dist/esm/components/EditableTable/cellTypes/email/View.js.map +1 -1
  226. package/dist/esm/components/EditableTable/cellTypes/email/View.st.css +1 -4
  227. package/dist/esm/components/EditableTable/cellTypes/email/View.st.css.js +2 -2
  228. package/dist/esm/components/EditableTable/cellTypes/email/View.st.css.js.map +1 -1
  229. package/dist/esm/components/EditableTable/cellTypes/number/Edit.st.css.js +2 -2
  230. package/dist/esm/components/EditableTable/cellTypes/number/View.js +3 -1
  231. package/dist/esm/components/EditableTable/cellTypes/number/View.js.map +1 -1
  232. package/dist/esm/components/EditableTable/cellTypes/number/View.st.css +0 -1
  233. package/dist/esm/components/EditableTable/cellTypes/number/View.st.css.js +2 -2
  234. package/dist/esm/components/EditableTable/cellTypes/object/Edit.st.css.js +2 -2
  235. package/dist/esm/components/EditableTable/cellTypes/object/Edit.st.css.js.map +1 -1
  236. package/dist/esm/components/EditableTable/cellTypes/object/View.js +2 -2
  237. package/dist/esm/components/EditableTable/cellTypes/object/View.js.map +1 -1
  238. package/dist/esm/components/EditableTable/cellTypes/object/View.st.css +1 -4
  239. package/dist/esm/components/EditableTable/cellTypes/object/View.st.css.js +2 -2
  240. package/dist/esm/components/EditableTable/cellTypes/object/View.st.css.js.map +1 -1
  241. package/dist/esm/components/EditableTable/cellTypes/select/Edit.js +12 -2
  242. package/dist/esm/components/EditableTable/cellTypes/select/Edit.js.map +1 -1
  243. package/dist/esm/components/EditableTable/cellTypes/select/Edit.st.css.js +2 -2
  244. package/dist/esm/components/EditableTable/cellTypes/select/View.js +3 -2
  245. package/dist/esm/components/EditableTable/cellTypes/select/View.js.map +1 -1
  246. package/dist/esm/components/EditableTable/cellTypes/select/View.st.css +1 -4
  247. package/dist/esm/components/EditableTable/cellTypes/select/View.st.css.js +2 -2
  248. package/dist/esm/components/EditableTable/cellTypes/select/View.st.css.js.map +1 -1
  249. package/dist/esm/components/EditableTable/cellTypes/text/Edit.st.css.js +2 -2
  250. package/dist/esm/components/EditableTable/cellTypes/text/View.js +3 -2
  251. package/dist/esm/components/EditableTable/cellTypes/text/View.js.map +1 -1
  252. package/dist/esm/components/EditableTable/cellTypes/text/View.st.css +1 -4
  253. package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js +2 -2
  254. package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js.map +1 -1
  255. package/dist/esm/components/EditableTable/cellTypes/url/Edit.st.css.js +2 -2
  256. package/dist/esm/components/EditableTable/cellTypes/url/View.st.css.js +2 -2
  257. package/dist/esm/components/EditableTable/cellTypes/url/View.st.css.js.map +1 -1
  258. package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js +23 -0
  259. package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js.map +1 -0
  260. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  261. package/dist/esm/components/Fade/Fade.st.css.js +2 -2
  262. package/dist/esm/components/Heading/Heading.st.css.js +2 -2
  263. package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js +2 -2
  264. package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
  265. package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
  266. package/dist/esm/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
  267. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  268. package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
  269. package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
  270. package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
  271. package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  272. package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
  273. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  274. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  275. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  276. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
  277. package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
  278. package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
  279. package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
  280. package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  281. package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  282. package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
  283. package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
  284. package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
  285. package/dist/esm/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
  286. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
  287. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
  288. package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  289. package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  290. package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
  291. package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  292. package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
  293. package/dist/esm/components/common.st.css.js +2 -2
  294. package/dist/esm/components/common.st.css.js.map +1 -1
  295. package/dist/esm/model/tableColumn.js.map +1 -1
  296. package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  297. package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
  298. package/dist/esm/state/ToolbarCollectionState.js +12 -0
  299. package/dist/esm/state/ToolbarCollectionState.js.map +1 -1
  300. package/dist/esm/state/simplifyExtendedColumns.js +4 -1
  301. package/dist/esm/state/simplifyExtendedColumns.js.map +1 -1
  302. package/dist/esm/styles.global.css +1 -1
  303. package/dist/esm/version.js +1 -1
  304. package/dist/types/components/ArchivedItemsPanel/ArchivedItemsCTAButton.d.ts.map +1 -1
  305. package/dist/types/components/ArchivedItemsPanel/ArchivedItemsListItem.d.ts.map +1 -1
  306. package/dist/types/components/ArchivedItemsPanel/types.d.ts +1 -1
  307. package/dist/types/components/ArchivedItemsPanel/types.d.ts.map +1 -1
  308. package/dist/types/components/CollectionItemActions/CollectionItemActions.uni.driver.d.ts +36 -18
  309. package/dist/types/components/CollectionItemActions/CollectionItemActions.uni.driver.d.ts.map +1 -1
  310. package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts +5 -1
  311. package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts.map +1 -1
  312. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +224 -239
  313. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
  314. package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +26 -16
  315. package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
  316. package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
  317. package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.d.ts.map +1 -1
  318. package/dist/types/components/CustomColumnsPanel/ColumnListTableListItem.d.ts.map +1 -1
  319. package/dist/types/components/CustomColumnsPanel/CustomColumnsPanel.d.ts.map +1 -1
  320. package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts +11 -0
  321. package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts.map +1 -0
  322. package/dist/types/components/CustomFieldModal/CustomFieldModal.uni.driver.d.ts +2 -2
  323. package/dist/types/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.d.ts.map +1 -1
  324. package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts +7 -7
  325. package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts.map +1 -1
  326. package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts +3 -1
  327. package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts.map +1 -1
  328. package/dist/types/components/EditableTable/EditableCell.d.ts.map +1 -1
  329. package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts +7 -0
  330. package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts.map +1 -0
  331. package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts +13 -0
  332. package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts.map +1 -0
  333. package/dist/types/components/EditableTable/cellTypes/boolean/Edit.d.ts.map +1 -1
  334. package/dist/types/components/EditableTable/cellTypes/boolean/Edit.st.css.d.ts.map +1 -1
  335. package/dist/types/components/EditableTable/cellTypes/boolean/View.d.ts.map +1 -1
  336. package/dist/types/components/EditableTable/cellTypes/boolean/View.st.css.d.ts.map +1 -1
  337. package/dist/types/components/EditableTable/cellTypes/date/Edit.d.ts.map +1 -1
  338. package/dist/types/components/EditableTable/cellTypes/date/View.d.ts.map +1 -1
  339. package/dist/types/components/EditableTable/cellTypes/date/View.st.css.d.ts +0 -1
  340. package/dist/types/components/EditableTable/cellTypes/date/View.st.css.d.ts.map +1 -1
  341. package/dist/types/components/EditableTable/cellTypes/email/View.d.ts.map +1 -1
  342. package/dist/types/components/EditableTable/cellTypes/email/View.st.css.d.ts +0 -1
  343. package/dist/types/components/EditableTable/cellTypes/email/View.st.css.d.ts.map +1 -1
  344. package/dist/types/components/EditableTable/cellTypes/number/View.d.ts.map +1 -1
  345. package/dist/types/components/EditableTable/cellTypes/object/Edit.st.css.d.ts.map +1 -1
  346. package/dist/types/components/EditableTable/cellTypes/object/View.st.css.d.ts +0 -1
  347. package/dist/types/components/EditableTable/cellTypes/object/View.st.css.d.ts.map +1 -1
  348. package/dist/types/components/EditableTable/cellTypes/select/Edit.d.ts.map +1 -1
  349. package/dist/types/components/EditableTable/cellTypes/select/View.d.ts.map +1 -1
  350. package/dist/types/components/EditableTable/cellTypes/select/View.st.css.d.ts +0 -1
  351. package/dist/types/components/EditableTable/cellTypes/select/View.st.css.d.ts.map +1 -1
  352. package/dist/types/components/EditableTable/cellTypes/text/View.d.ts.map +1 -1
  353. package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts +0 -1
  354. package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts.map +1 -1
  355. package/dist/types/components/EditableTable/cellTypes/url/View.st.css.d.ts.map +1 -1
  356. package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts +9 -0
  357. package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts.map +1 -0
  358. package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts +3 -1
  359. package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts.map +1 -1
  360. package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts +3 -1
  361. package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts.map +1 -1
  362. package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts +1 -1
  363. package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts.map +1 -1
  364. package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts +1 -1
  365. package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts.map +1 -1
  366. package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts +6 -4
  367. package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts.map +1 -1
  368. package/dist/types/components/Grid/Grid.uni.driver.d.ts +37 -25
  369. package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
  370. package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +175 -159
  371. package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
  372. package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +53 -55
  373. package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
  374. package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts +3 -3
  375. package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts.map +1 -1
  376. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts +21 -11
  377. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
  378. package/dist/types/components/LoadingRow/LoadingRow.st.css.d.ts.map +1 -1
  379. package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.d.ts.map +1 -1
  380. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +179 -266
  381. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
  382. package/dist/types/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.d.ts.map +1 -1
  383. package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.d.ts.map +1 -1
  384. package/dist/types/components/PickerContent/PickerContentAdditionalStep.st.css.d.ts.map +1 -1
  385. package/dist/types/components/SettingsPage/SettingsPage.uni.driver.d.ts +2 -2
  386. package/dist/types/components/SettingsPage/SettingsPage.uni.driver.d.ts.map +1 -1
  387. package/dist/types/components/SkeletonCard/SkeletonCard.st.css.d.ts.map +1 -1
  388. package/dist/types/components/SlidingModal/SlidingModal.st.css.d.ts.map +1 -1
  389. package/dist/types/components/SummaryBar/SummaryBar.uni.driver.d.ts +1 -1
  390. package/dist/types/components/Table/Table.uni.driver.d.ts +122 -45
  391. package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
  392. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +213 -94
  393. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
  394. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +245 -187
  395. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
  396. package/dist/types/components/TabsFilter/TabsFilter.st.css.d.ts.map +1 -1
  397. package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts +3 -1
  398. package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts.map +1 -1
  399. package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts +38 -1
  400. package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts.map +1 -1
  401. package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts +38 -1
  402. package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts.map +1 -1
  403. package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts +38 -1
  404. package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts.map +1 -1
  405. package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts +2 -3
  406. package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts.map +1 -1
  407. package/dist/types/components/ToolbarItem/ToolbarItem.st.css.d.ts.map +1 -1
  408. package/dist/types/components/ToolbarItemBox/ToolbarItemBox.st.css.d.ts.map +1 -1
  409. package/dist/types/components/common.st.css.d.ts.map +1 -1
  410. package/dist/types/model/tableColumn.d.ts +42 -0
  411. package/dist/types/model/tableColumn.d.ts.map +1 -1
  412. package/dist/types/state/ToolbarCollectionState.d.ts.map +1 -1
  413. package/dist/types/state/simplifyExtendedColumns.d.ts +2 -1
  414. package/dist/types/state/simplifyExtendedColumns.d.ts.map +1 -1
  415. package/dist/types/testkit/enzyme.d.ts +692 -288
  416. package/dist/types/testkit/enzyme.d.ts.map +1 -1
  417. package/dist/types/testkit/jsdom.d.ts +717 -301
  418. package/dist/types/testkit/jsdom.d.ts.map +1 -1
  419. package/dist/types/testkit/playwright.d.ts +692 -288
  420. package/dist/types/testkit/playwright.d.ts.map +1 -1
  421. package/dist/types/testkit/puppeteer.d.ts +713 -299
  422. package/dist/types/testkit/puppeteer.d.ts.map +1 -1
  423. package/dist/types/version.d.ts +1 -1
  424. package/package.json +7 -7
  425. package/src/components/ArchivedItemsPanel/ArchivedItemsCTAButton.tsx +2 -1
  426. package/src/components/ArchivedItemsPanel/ArchivedItemsListItem.tsx +23 -4
  427. package/src/components/ArchivedItemsPanel/types.ts +1 -2
  428. package/src/components/CardContainer/CardContainer.st.css.ts +2 -2
  429. package/src/components/Collapse/Collapse.st.css.ts +2 -2
  430. package/src/components/CollectionPageNew/CollectionPage.st.css.ts +2 -2
  431. package/src/components/CollectionSectionHeader/CollectionSectionHeader.st.css.ts +2 -2
  432. package/src/components/CollectionTable/CollectionTable.st.css.ts +2 -2
  433. package/src/components/CollectionToolbar/CollectionToolbar.st.css.ts +2 -2
  434. package/src/components/CollectionToolbar/SearchOrCustomFilter.st.css.ts +2 -2
  435. package/src/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.ts +2 -2
  436. package/src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts +2 -2
  437. package/src/components/CollectionViewsDropdown/ViewsDropdown.tsx +9 -7
  438. package/src/components/CustomColumnsPanel/ColumnListTableListItem.tsx +43 -9
  439. package/src/components/CustomColumnsPanel/CustomColumnsPanel.tsx +0 -1
  440. package/src/components/CustomColumnsPanel/FieldIndications.tsx +105 -0
  441. package/src/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.tsx +0 -1
  442. package/src/components/DragHandle/DragHandle.st.css.ts +2 -2
  443. package/src/components/EditableTable/EditableCell.st.css.ts +2 -2
  444. package/src/components/EditableTable/EditableCell.tsx +10 -2
  445. package/src/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
  446. package/src/components/EditableTable/cellTypes/CellViewLayout.st.css.ts +25 -0
  447. package/src/components/EditableTable/cellTypes/CellViewLayout.tsx +8 -0
  448. package/src/components/EditableTable/cellTypes/boolean/Edit.st.css.ts +2 -2
  449. package/src/components/EditableTable/cellTypes/boolean/Edit.tsx +9 -6
  450. package/src/components/EditableTable/cellTypes/boolean/View.st.css.ts +2 -2
  451. package/src/components/EditableTable/cellTypes/boolean/View.tsx +6 -9
  452. package/src/components/EditableTable/cellTypes/date/Edit.st.css.ts +2 -2
  453. package/src/components/EditableTable/cellTypes/date/Edit.tsx +10 -0
  454. package/src/components/EditableTable/cellTypes/date/View.st.css +1 -4
  455. package/src/components/EditableTable/cellTypes/date/View.st.css.ts +2 -2
  456. package/src/components/EditableTable/cellTypes/date/View.tsx +6 -4
  457. package/src/components/EditableTable/cellTypes/email/Edit.st.css.ts +2 -2
  458. package/src/components/EditableTable/cellTypes/email/View.st.css +1 -4
  459. package/src/components/EditableTable/cellTypes/email/View.st.css.ts +2 -2
  460. package/src/components/EditableTable/cellTypes/email/View.tsx +4 -2
  461. package/src/components/EditableTable/cellTypes/number/Edit.st.css.ts +2 -2
  462. package/src/components/EditableTable/cellTypes/number/View.st.css +0 -1
  463. package/src/components/EditableTable/cellTypes/number/View.st.css.ts +2 -2
  464. package/src/components/EditableTable/cellTypes/number/View.tsx +4 -1
  465. package/src/components/EditableTable/cellTypes/object/Edit.st.css.ts +2 -2
  466. package/src/components/EditableTable/cellTypes/object/View.st.css +1 -4
  467. package/src/components/EditableTable/cellTypes/object/View.st.css.ts +2 -2
  468. package/src/components/EditableTable/cellTypes/object/View.tsx +3 -3
  469. package/src/components/EditableTable/cellTypes/select/Edit.st.css.ts +2 -2
  470. package/src/components/EditableTable/cellTypes/select/Edit.tsx +21 -0
  471. package/src/components/EditableTable/cellTypes/select/View.st.css +1 -4
  472. package/src/components/EditableTable/cellTypes/select/View.st.css.ts +2 -2
  473. package/src/components/EditableTable/cellTypes/select/View.tsx +6 -4
  474. package/src/components/EditableTable/cellTypes/text/Edit.st.css.ts +2 -2
  475. package/src/components/EditableTable/cellTypes/text/View.st.css +1 -4
  476. package/src/components/EditableTable/cellTypes/text/View.st.css.ts +2 -2
  477. package/src/components/EditableTable/cellTypes/text/View.tsx +6 -4
  478. package/src/components/EditableTable/cellTypes/url/Edit.st.css.ts +2 -2
  479. package/src/components/EditableTable/cellTypes/url/View.st.css.ts +2 -2
  480. package/src/components/EditableTable/useCloseOnAncestorScroll.ts +27 -0
  481. package/src/components/EntityPage/EntityPagePlain.st.css.ts +2 -2
  482. package/src/components/Fade/Fade.st.css.ts +2 -2
  483. package/src/components/Heading/Heading.st.css.ts +2 -2
  484. package/src/components/ImportButton/ImportStepUpload.st.css.ts +2 -2
  485. package/src/components/InputOverflow/InputOverflow.st.css.ts +2 -2
  486. package/src/components/LoadingRow/LoadingRow.st.css.ts +3 -3
  487. package/src/components/MaxHeightText/MaxHeightText.st.css.ts +2 -2
  488. package/src/components/MaxLines/MaxLines.st.css.ts +2 -2
  489. package/src/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.ts +2 -2
  490. package/src/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.ts +2 -2
  491. package/src/components/NestedTable/NestedTableRow.st.css.ts +2 -2
  492. package/src/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.ts +2 -2
  493. package/src/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.ts +2 -2
  494. package/src/components/PickerContent/PickerContent.st.css.ts +2 -2
  495. package/src/components/PickerContent/PickerContentAdditionalStep.st.css.ts +2 -2
  496. package/src/components/PickerTableListItem/PickerTableListItem.st.css.ts +2 -2
  497. package/src/components/ScrollableContent/ScrollableContent.st.css.ts +2 -2
  498. package/src/components/SkeletonCard/SkeletonCard.st.css.ts +2 -2
  499. package/src/components/SlidingModal/SlidingModal.st.css.ts +2 -2
  500. package/src/components/TabsFilter/TabsFilter.st.css.ts +2 -2
  501. package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.ts +2 -2
  502. package/src/components/ToolbarItem/ToolbarItem.st.css.ts +2 -2
  503. package/src/components/ToolbarItemBox/ToolbarItemBox.st.css.ts +2 -2
  504. package/src/components/common.st.css.ts +2 -2
  505. package/src/model/tableColumn.ts +42 -1
  506. package/src/state/CollectionPage/CollectionPageHeader.st.css.ts +2 -2
  507. package/src/state/FormPage/FormPageHeader.st.css.ts +2 -2
  508. package/src/state/ToolbarCollectionState.ts +13 -0
  509. package/src/state/simplifyExtendedColumns.tsx +8 -0
  510. package/src/styles.global.css +1 -1
  511. 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>; /** @private */
111
+ getAriaDescribedby: () => Promise<string | null>;
112
112
  getAriaLabel: () => Promise<string | null>;
113
113
  getName: () => Promise<string | null>;
114
114
  getMaxLength: () => Promise<string | null>;
@@ -122,23 +122,23 @@ 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 */
126
125
  clickClear: () => Promise<void>;
127
126
  getValue: () => Promise<string>;
128
127
  getText: () => Promise<string>;
129
128
  getPattern: () => Promise<string | null>;
130
129
  getPlaceholder: () => Promise<string | null>;
131
130
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
132
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
131
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
133
132
  isDisabled: () => Promise<boolean>;
134
133
  isHoveredStyle: () => Promise<boolean>;
135
134
  isFocusedStyle: () => Promise<boolean>;
136
135
  getRequired: () => Promise<any>;
137
136
  enterText: (value: string) => Promise<void>;
138
- getAutocomplete: () => Promise<string | null>;
137
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
139
138
  getDefaultValue: () => Promise<any>;
140
139
  getTabIndex: () => Promise<any>;
141
140
  isCustomInput: () => Promise<boolean>;
141
+ /** Get the text of a tag inside the applied filters tag list */
142
142
  getReadOnly: () => Promise<any>;
143
143
  getDisabled: () => Promise<any>;
144
144
  getTextOverflow: () => Promise<string>;
@@ -146,7 +146,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
146
146
  blur: () => Promise<void>;
147
147
  keyUp: () => Promise<void>;
148
148
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
150
150
  paste: () => Promise<void>;
151
151
  copy: () => Promise<void>;
152
152
  wheel: () => Promise<void>;
@@ -154,13 +154,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
154
154
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
155
155
  (eventType: "change", event: {
156
156
  target: {
157
- value: string;
157
+ value: string; /** Indicates whether the Manage View popover opened */
158
158
  };
159
159
  }): Promise<void>;
160
160
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
161
- }; /** Clicks the Save Changes action in the Manage View popover */
161
+ };
162
162
  isFocus: () => Promise<boolean | undefined>;
163
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
163
+ clickMenuArrow: () => Promise<void>;
164
164
  hasMenuArrow: () => Promise<boolean>;
165
165
  isRTL: () => Promise<boolean>;
166
166
  getCursorLocation: () => Promise<number>;
@@ -193,9 +193,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
193
193
  isOptionExists: (optionText: string) => Promise<boolean>;
194
194
  isOptionHovered: (index: number) => Promise<boolean>;
195
195
  isOptionSelected: (index: number) => Promise<boolean>;
196
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
196
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
197
197
  isOptionHeightBig: (position: number) => Promise<boolean>;
198
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
198
+ isListItemFocused: (position: number) => Promise<boolean>;
199
199
  isShown: () => Promise<boolean>;
200
200
  mouseEnter: () => Promise<void>;
201
201
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -255,9 +255,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
255
255
  timeBudget?: number | undefined;
256
256
  }, any>;
257
257
  mouseEnter: () => Promise<void>;
258
- mouseLeave: () => Promise<any>; /**
259
- * Open & confirm delete modal for a row
260
- */
258
+ mouseLeave: () => Promise<any>;
261
259
  isHovered: () => Promise<boolean>;
262
260
  isSelected: () => Promise<boolean>;
263
261
  content: () => Promise<string>;
@@ -265,10 +263,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
265
263
  isDivider: () => Promise<boolean>;
266
264
  isDisabled: () => Promise<boolean>;
267
265
  isLink: () => Promise<boolean>;
268
- }; /**
269
- * Opens the popover menu inside the action cell of a specific row
270
- * @param rowIndex - index of the row
271
- */
266
+ };
272
267
  options: () => Promise<{
273
268
  element: () => UniDriver<any, {
274
269
  parent?: any | undefined;
@@ -294,6 +289,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
294
289
  optionsScrollTop: () => Promise<number>;
295
290
  pressDownKey: () => Promise<void>;
296
291
  pressUpKey: () => Promise<void>;
292
+ pressRightKey: () => Promise<void>;
293
+ pressLeftKey: () => Promise<void>;
297
294
  pressEnterKey: () => Promise<void>;
298
295
  pressSpaceKey: () => Promise<void>;
299
296
  pressTabKey: () => Promise<void>;
@@ -304,7 +301,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
304
301
  getListType: (dataHook: string) => Promise<string>;
305
302
  getOptionsContainerRole: () => Promise<string>;
306
303
  exists: () => Promise<boolean>;
307
- element: () => Promise<any>;
304
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
308
305
  click: () => Promise<void>;
309
306
  base: UniDriver<any, {
310
307
  parent?: any | undefined;
@@ -1295,7 +1292,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1295
1292
  getInputElementClasses: () => Promise<DOMTokenList>;
1296
1293
  suffixComponentExists: (className: string) => Promise<boolean>;
1297
1294
  getRootElementClasses: () => Promise<DOMTokenList>;
1298
- getAriaDescribedby: () => Promise<string | null>; /** @private */
1295
+ getAriaDescribedby: () => Promise<string | null>;
1299
1296
  getAriaLabel: () => Promise<string | null>;
1300
1297
  getName: () => Promise<string | null>;
1301
1298
  getMaxLength: () => Promise<string | null>;
@@ -1309,23 +1306,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1309
1306
  prefixComponentExists: (style: string) => Promise<boolean>;
1310
1307
  hasPrefix: () => Promise<boolean>;
1311
1308
  hasClearButton: () => Promise<boolean>;
1312
- /** Indicates whether table refresh loader exists and no rows are rendered */
1313
1309
  clickClear: () => Promise<void>;
1314
1310
  getValue: () => Promise<string>;
1315
1311
  getText: () => Promise<string>;
1316
1312
  getPattern: () => Promise<string | null>;
1317
1313
  getPlaceholder: () => Promise<string | null>;
1318
1314
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
1319
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
1315
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
1320
1316
  isDisabled: () => Promise<boolean>;
1321
1317
  isHoveredStyle: () => Promise<boolean>;
1322
1318
  isFocusedStyle: () => Promise<boolean>;
1323
1319
  getRequired: () => Promise<any>;
1324
1320
  enterText: (value: string) => Promise<void>;
1325
- getAutocomplete: () => Promise<string | null>;
1321
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
1326
1322
  getDefaultValue: () => Promise<any>;
1327
1323
  getTabIndex: () => Promise<any>;
1328
1324
  isCustomInput: () => Promise<boolean>;
1325
+ /** Get the text of a tag inside the applied filters tag list */
1329
1326
  getReadOnly: () => Promise<any>;
1330
1327
  getDisabled: () => Promise<any>;
1331
1328
  getTextOverflow: () => Promise<string>;
@@ -1333,7 +1330,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1333
1330
  blur: () => Promise<void>;
1334
1331
  keyUp: () => Promise<void>;
1335
1332
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
1336
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
1333
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
1337
1334
  paste: () => Promise<void>;
1338
1335
  copy: () => Promise<void>;
1339
1336
  wheel: () => Promise<void>;
@@ -1341,13 +1338,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1341
1338
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
1342
1339
  (eventType: "change", event: {
1343
1340
  target: {
1344
- value: string;
1341
+ value: string; /** Indicates whether the Manage View popover opened */
1345
1342
  };
1346
1343
  }): Promise<void>;
1347
1344
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
1348
- }; /** Clicks the Save Changes action in the Manage View popover */
1345
+ };
1349
1346
  isFocus: () => Promise<boolean | undefined>;
1350
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
1347
+ clickMenuArrow: () => Promise<void>;
1351
1348
  hasMenuArrow: () => Promise<boolean>;
1352
1349
  isRTL: () => Promise<boolean>;
1353
1350
  getCursorLocation: () => Promise<number>;
@@ -1366,7 +1363,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1366
1363
  idx?: number | undefined;
1367
1364
  timeBudget?: number | undefined;
1368
1365
  }, any>;
1369
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
1366
+ };
1370
1367
  dropdownLayoutDriver: {
1371
1368
  classes: (_name?: string | undefined) => Promise<any>;
1372
1369
  clickAtOption: (index: number) => Promise<void>;
@@ -1380,9 +1377,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1380
1377
  isOptionExists: (optionText: string) => Promise<boolean>;
1381
1378
  isOptionHovered: (index: number) => Promise<boolean>;
1382
1379
  isOptionSelected: (index: number) => Promise<boolean>;
1383
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
1380
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
1384
1381
  isOptionHeightBig: (position: number) => Promise<boolean>;
1385
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
1382
+ isListItemFocused: (position: number) => Promise<boolean>;
1386
1383
  isShown: () => Promise<boolean>;
1387
1384
  mouseEnter: () => Promise<void>;
1388
1385
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -1442,9 +1439,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1442
1439
  timeBudget?: number | undefined;
1443
1440
  }, any>;
1444
1441
  mouseEnter: () => Promise<void>;
1445
- mouseLeave: () => Promise<any>; /**
1446
- * Open & confirm delete modal for a row
1447
- */
1442
+ mouseLeave: () => Promise<any>;
1448
1443
  isHovered: () => Promise<boolean>;
1449
1444
  isSelected: () => Promise<boolean>;
1450
1445
  content: () => Promise<string>;
@@ -1452,10 +1447,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1452
1447
  isDivider: () => Promise<boolean>;
1453
1448
  isDisabled: () => Promise<boolean>;
1454
1449
  isLink: () => Promise<boolean>;
1455
- }; /**
1456
- * Opens the popover menu inside the action cell of a specific row
1457
- * @param rowIndex - index of the row
1458
- */
1450
+ };
1459
1451
  options: () => Promise<{
1460
1452
  element: () => UniDriver<any, {
1461
1453
  parent?: any | undefined;
@@ -1481,6 +1473,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1481
1473
  optionsScrollTop: () => Promise<number>;
1482
1474
  pressDownKey: () => Promise<void>;
1483
1475
  pressUpKey: () => Promise<void>;
1476
+ pressRightKey: () => Promise<void>;
1477
+ pressLeftKey: () => Promise<void>;
1484
1478
  pressEnterKey: () => Promise<void>;
1485
1479
  pressSpaceKey: () => Promise<void>;
1486
1480
  pressTabKey: () => Promise<void>;
@@ -1491,7 +1485,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1491
1485
  getListType: (dataHook: string) => Promise<string>;
1492
1486
  getOptionsContainerRole: () => Promise<string>;
1493
1487
  exists: () => Promise<boolean>;
1494
- element: () => Promise<any>;
1488
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
1495
1489
  click: () => Promise<void>;
1496
1490
  base: UniDriver<any, {
1497
1491
  parent?: any | undefined;
@@ -1671,7 +1665,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1671
1665
  getInputElementClasses: () => Promise<DOMTokenList>;
1672
1666
  suffixComponentExists: (className: string) => Promise<boolean>;
1673
1667
  getRootElementClasses: () => Promise<DOMTokenList>;
1674
- getAriaDescribedby: () => Promise<string | null>; /** @private */
1668
+ getAriaDescribedby: () => Promise<string | null>;
1675
1669
  getAriaLabel: () => Promise<string | null>;
1676
1670
  getName: () => Promise<string | null>;
1677
1671
  getMaxLength: () => Promise<string | null>;
@@ -1685,23 +1679,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1685
1679
  prefixComponentExists: (style: string) => Promise<boolean>;
1686
1680
  hasPrefix: () => Promise<boolean>;
1687
1681
  hasClearButton: () => Promise<boolean>;
1688
- /** Indicates whether table refresh loader exists and no rows are rendered */
1689
1682
  clickClear: () => Promise<void>;
1690
1683
  getValue: () => Promise<string>;
1691
1684
  getText: () => Promise<string>;
1692
1685
  getPattern: () => Promise<string | null>;
1693
1686
  getPlaceholder: () => Promise<string | null>;
1694
1687
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
1695
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
1688
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
1696
1689
  isDisabled: () => Promise<boolean>;
1697
1690
  isHoveredStyle: () => Promise<boolean>;
1698
1691
  isFocusedStyle: () => Promise<boolean>;
1699
1692
  getRequired: () => Promise<any>;
1700
1693
  enterText: (value: string) => Promise<void>;
1701
- getAutocomplete: () => Promise<string | null>;
1694
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
1702
1695
  getDefaultValue: () => Promise<any>;
1703
1696
  getTabIndex: () => Promise<any>;
1704
1697
  isCustomInput: () => Promise<boolean>;
1698
+ /** Get the text of a tag inside the applied filters tag list */
1705
1699
  getReadOnly: () => Promise<any>;
1706
1700
  getDisabled: () => Promise<any>;
1707
1701
  getTextOverflow: () => Promise<string>;
@@ -1709,7 +1703,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1709
1703
  blur: () => Promise<void>;
1710
1704
  keyUp: () => Promise<void>;
1711
1705
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
1712
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
1706
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
1713
1707
  paste: () => Promise<void>;
1714
1708
  copy: () => Promise<void>;
1715
1709
  wheel: () => Promise<void>;
@@ -1717,13 +1711,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1717
1711
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
1718
1712
  (eventType: "change", event: {
1719
1713
  target: {
1720
- value: string;
1714
+ value: string; /** Indicates whether the Manage View popover opened */
1721
1715
  };
1722
1716
  }): Promise<void>;
1723
1717
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
1724
- }; /** Clicks the Save Changes action in the Manage View popover */
1718
+ };
1725
1719
  isFocus: () => Promise<boolean | undefined>;
1726
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
1720
+ clickMenuArrow: () => Promise<void>;
1727
1721
  hasMenuArrow: () => Promise<boolean>;
1728
1722
  isRTL: () => Promise<boolean>;
1729
1723
  getCursorLocation: () => Promise<number>;
@@ -1742,7 +1736,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1742
1736
  idx?: number | undefined;
1743
1737
  timeBudget?: number | undefined;
1744
1738
  }, any>;
1745
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
1739
+ };
1746
1740
  dropdownLayoutDriver: {
1747
1741
  classes: (_name?: string | undefined) => Promise<any>;
1748
1742
  clickAtOption: (index: number) => Promise<void>;
@@ -1756,9 +1750,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1756
1750
  isOptionExists: (optionText: string) => Promise<boolean>;
1757
1751
  isOptionHovered: (index: number) => Promise<boolean>;
1758
1752
  isOptionSelected: (index: number) => Promise<boolean>;
1759
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
1753
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
1760
1754
  isOptionHeightBig: (position: number) => Promise<boolean>;
1761
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
1755
+ isListItemFocused: (position: number) => Promise<boolean>;
1762
1756
  isShown: () => Promise<boolean>;
1763
1757
  mouseEnter: () => Promise<void>;
1764
1758
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -1818,9 +1812,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1818
1812
  timeBudget?: number | undefined;
1819
1813
  }, any>;
1820
1814
  mouseEnter: () => Promise<void>;
1821
- mouseLeave: () => Promise<any>; /**
1822
- * Open & confirm delete modal for a row
1823
- */
1815
+ mouseLeave: () => Promise<any>;
1824
1816
  isHovered: () => Promise<boolean>;
1825
1817
  isSelected: () => Promise<boolean>;
1826
1818
  content: () => Promise<string>;
@@ -1828,10 +1820,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1828
1820
  isDivider: () => Promise<boolean>;
1829
1821
  isDisabled: () => Promise<boolean>;
1830
1822
  isLink: () => Promise<boolean>;
1831
- }; /**
1832
- * Opens the popover menu inside the action cell of a specific row
1833
- * @param rowIndex - index of the row
1834
- */
1823
+ };
1835
1824
  options: () => Promise<{
1836
1825
  element: () => UniDriver<any, {
1837
1826
  parent?: any | undefined;
@@ -1857,6 +1846,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1857
1846
  optionsScrollTop: () => Promise<number>;
1858
1847
  pressDownKey: () => Promise<void>;
1859
1848
  pressUpKey: () => Promise<void>;
1849
+ pressRightKey: () => Promise<void>;
1850
+ pressLeftKey: () => Promise<void>;
1860
1851
  pressEnterKey: () => Promise<void>;
1861
1852
  pressSpaceKey: () => Promise<void>;
1862
1853
  pressTabKey: () => Promise<void>;
@@ -1867,7 +1858,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
1867
1858
  getListType: (dataHook: string) => Promise<string>;
1868
1859
  getOptionsContainerRole: () => Promise<string>;
1869
1860
  exists: () => Promise<boolean>;
1870
- element: () => Promise<any>;
1861
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
1871
1862
  click: () => Promise<void>;
1872
1863
  base: UniDriver<any, {
1873
1864
  parent?: any | undefined;
@@ -2063,7 +2054,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2063
2054
  getInputElementClasses: () => Promise<DOMTokenList>;
2064
2055
  suffixComponentExists: (className: string) => Promise<boolean>;
2065
2056
  getRootElementClasses: () => Promise<DOMTokenList>;
2066
- getAriaDescribedby: () => Promise<string | null>; /** @private */
2057
+ getAriaDescribedby: () => Promise<string | null>;
2067
2058
  getAriaLabel: () => Promise<string | null>;
2068
2059
  getName: () => Promise<string | null>;
2069
2060
  getMaxLength: () => Promise<string | null>;
@@ -2077,23 +2068,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2077
2068
  prefixComponentExists: (style: string) => Promise<boolean>;
2078
2069
  hasPrefix: () => Promise<boolean>;
2079
2070
  hasClearButton: () => Promise<boolean>;
2080
- /** Indicates whether table refresh loader exists and no rows are rendered */
2081
2071
  clickClear: () => Promise<void>;
2082
2072
  getValue: () => Promise<string>;
2083
2073
  getText: () => Promise<string>;
2084
2074
  getPattern: () => Promise<string | null>;
2085
2075
  getPlaceholder: () => Promise<string | null>;
2086
2076
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
2087
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
2077
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
2088
2078
  isDisabled: () => Promise<boolean>;
2089
2079
  isHoveredStyle: () => Promise<boolean>;
2090
2080
  isFocusedStyle: () => Promise<boolean>;
2091
2081
  getRequired: () => Promise<any>;
2092
2082
  enterText: (value: string) => Promise<void>;
2093
- getAutocomplete: () => Promise<string | null>;
2083
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
2094
2084
  getDefaultValue: () => Promise<any>;
2095
2085
  getTabIndex: () => Promise<any>;
2096
2086
  isCustomInput: () => Promise<boolean>;
2087
+ /** Get the text of a tag inside the applied filters tag list */
2097
2088
  getReadOnly: () => Promise<any>;
2098
2089
  getDisabled: () => Promise<any>;
2099
2090
  getTextOverflow: () => Promise<string>;
@@ -2101,7 +2092,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2101
2092
  blur: () => Promise<void>;
2102
2093
  keyUp: () => Promise<void>;
2103
2094
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
2104
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2095
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2105
2096
  paste: () => Promise<void>;
2106
2097
  copy: () => Promise<void>;
2107
2098
  wheel: () => Promise<void>;
@@ -2109,13 +2100,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2109
2100
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
2110
2101
  (eventType: "change", event: {
2111
2102
  target: {
2112
- value: string;
2103
+ value: string; /** Indicates whether the Manage View popover opened */
2113
2104
  };
2114
2105
  }): Promise<void>;
2115
2106
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
2116
- }; /** Clicks the Save Changes action in the Manage View popover */
2107
+ };
2117
2108
  isFocus: () => Promise<boolean | undefined>;
2118
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
2109
+ clickMenuArrow: () => Promise<void>;
2119
2110
  hasMenuArrow: () => Promise<boolean>;
2120
2111
  isRTL: () => Promise<boolean>;
2121
2112
  getCursorLocation: () => Promise<number>;
@@ -2134,7 +2125,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2134
2125
  idx?: number | undefined;
2135
2126
  timeBudget?: number | undefined;
2136
2127
  }, any>;
2137
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
2128
+ };
2138
2129
  dropdownLayoutDriver: {
2139
2130
  classes: (_name?: string | undefined) => Promise<any>;
2140
2131
  clickAtOption: (index: number) => Promise<void>;
@@ -2148,9 +2139,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2148
2139
  isOptionExists: (optionText: string) => Promise<boolean>;
2149
2140
  isOptionHovered: (index: number) => Promise<boolean>;
2150
2141
  isOptionSelected: (index: number) => Promise<boolean>;
2151
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
2142
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
2152
2143
  isOptionHeightBig: (position: number) => Promise<boolean>;
2153
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
2144
+ isListItemFocused: (position: number) => Promise<boolean>;
2154
2145
  isShown: () => Promise<boolean>;
2155
2146
  mouseEnter: () => Promise<void>;
2156
2147
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -2210,9 +2201,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2210
2201
  timeBudget?: number | undefined;
2211
2202
  }, any>;
2212
2203
  mouseEnter: () => Promise<void>;
2213
- mouseLeave: () => Promise<any>; /**
2214
- * Open & confirm delete modal for a row
2215
- */
2204
+ mouseLeave: () => Promise<any>;
2216
2205
  isHovered: () => Promise<boolean>;
2217
2206
  isSelected: () => Promise<boolean>;
2218
2207
  content: () => Promise<string>;
@@ -2220,10 +2209,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2220
2209
  isDivider: () => Promise<boolean>;
2221
2210
  isDisabled: () => Promise<boolean>;
2222
2211
  isLink: () => Promise<boolean>;
2223
- }; /**
2224
- * Opens the popover menu inside the action cell of a specific row
2225
- * @param rowIndex - index of the row
2226
- */
2212
+ };
2227
2213
  options: () => Promise<{
2228
2214
  element: () => UniDriver<any, {
2229
2215
  parent?: any | undefined;
@@ -2249,6 +2235,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2249
2235
  optionsScrollTop: () => Promise<number>;
2250
2236
  pressDownKey: () => Promise<void>;
2251
2237
  pressUpKey: () => Promise<void>;
2238
+ pressRightKey: () => Promise<void>;
2239
+ pressLeftKey: () => Promise<void>;
2252
2240
  pressEnterKey: () => Promise<void>;
2253
2241
  pressSpaceKey: () => Promise<void>;
2254
2242
  pressTabKey: () => Promise<void>;
@@ -2259,7 +2247,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2259
2247
  getListType: (dataHook: string) => Promise<string>;
2260
2248
  getOptionsContainerRole: () => Promise<string>;
2261
2249
  exists: () => Promise<boolean>;
2262
- element: () => Promise<any>;
2250
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
2263
2251
  click: () => Promise<void>;
2264
2252
  base: UniDriver<any, {
2265
2253
  parent?: any | undefined;
@@ -2393,7 +2381,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2393
2381
  blur: () => Promise<void>;
2394
2382
  keyUp: () => Promise<void>;
2395
2383
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
2396
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2384
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2397
2385
  paste: () => Promise<void>;
2398
2386
  copy: () => Promise<void>;
2399
2387
  wheel: () => Promise<void>;
@@ -2470,7 +2458,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2470
2458
  blur: () => Promise<void>;
2471
2459
  keyUp: () => Promise<void>;
2472
2460
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
2473
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2461
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2474
2462
  paste: () => Promise<void>;
2475
2463
  copy: () => Promise<void>;
2476
2464
  wheel: () => Promise<void>;
@@ -2590,7 +2578,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
2590
2578
  blur: () => Promise<void>;
2591
2579
  keyUp: () => Promise<void>;
2592
2580
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
2593
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2581
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
2594
2582
  paste: () => Promise<void>;
2595
2583
  copy: () => Promise<void>;
2596
2584
  wheel: () => Promise<void>;
@@ -3000,7 +2988,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3000
2988
  getInputElementClasses: () => Promise<DOMTokenList>;
3001
2989
  suffixComponentExists: (className: string) => Promise<boolean>;
3002
2990
  getRootElementClasses: () => Promise<DOMTokenList>;
3003
- getAriaDescribedby: () => Promise<string | null>; /** @private */
2991
+ getAriaDescribedby: () => Promise<string | null>;
3004
2992
  getAriaLabel: () => Promise<string | null>;
3005
2993
  getName: () => Promise<string | null>;
3006
2994
  getMaxLength: () => Promise<string | null>;
@@ -3014,23 +3002,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3014
3002
  prefixComponentExists: (style: string) => Promise<boolean>;
3015
3003
  hasPrefix: () => Promise<boolean>;
3016
3004
  hasClearButton: () => Promise<boolean>;
3017
- /** Indicates whether table refresh loader exists and no rows are rendered */
3018
3005
  clickClear: () => Promise<void>;
3019
3006
  getValue: () => Promise<string>;
3020
3007
  getText: () => Promise<string>;
3021
3008
  getPattern: () => Promise<string | null>;
3022
3009
  getPlaceholder: () => Promise<string | null>;
3023
3010
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
3024
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
3011
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
3025
3012
  isDisabled: () => Promise<boolean>;
3026
3013
  isHoveredStyle: () => Promise<boolean>;
3027
3014
  isFocusedStyle: () => Promise<boolean>;
3028
3015
  getRequired: () => Promise<any>;
3029
3016
  enterText: (value: string) => Promise<void>;
3030
- getAutocomplete: () => Promise<string | null>;
3017
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
3031
3018
  getDefaultValue: () => Promise<any>;
3032
3019
  getTabIndex: () => Promise<any>;
3033
3020
  isCustomInput: () => Promise<boolean>;
3021
+ /** Get the text of a tag inside the applied filters tag list */
3034
3022
  getReadOnly: () => Promise<any>;
3035
3023
  getDisabled: () => Promise<any>;
3036
3024
  getTextOverflow: () => Promise<string>;
@@ -3038,7 +3026,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3038
3026
  blur: () => Promise<void>;
3039
3027
  keyUp: () => Promise<void>;
3040
3028
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
3041
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3029
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3042
3030
  paste: () => Promise<void>;
3043
3031
  copy: () => Promise<void>;
3044
3032
  wheel: () => Promise<void>;
@@ -3046,13 +3034,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3046
3034
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
3047
3035
  (eventType: "change", event: {
3048
3036
  target: {
3049
- value: string;
3037
+ value: string; /** Indicates whether the Manage View popover opened */
3050
3038
  };
3051
3039
  }): Promise<void>;
3052
3040
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
3053
- }; /** Clicks the Save Changes action in the Manage View popover */
3041
+ };
3054
3042
  isFocus: () => Promise<boolean | undefined>;
3055
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
3043
+ clickMenuArrow: () => Promise<void>;
3056
3044
  hasMenuArrow: () => Promise<boolean>;
3057
3045
  isRTL: () => Promise<boolean>;
3058
3046
  getCursorLocation: () => Promise<number>;
@@ -3071,7 +3059,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3071
3059
  idx?: number | undefined;
3072
3060
  timeBudget?: number | undefined;
3073
3061
  }, any>;
3074
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
3062
+ };
3075
3063
  dropdownLayoutDriver: {
3076
3064
  classes: (_name?: string | undefined) => Promise<any>;
3077
3065
  clickAtOption: (index: number) => Promise<void>;
@@ -3085,9 +3073,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3085
3073
  isOptionExists: (optionText: string) => Promise<boolean>;
3086
3074
  isOptionHovered: (index: number) => Promise<boolean>;
3087
3075
  isOptionSelected: (index: number) => Promise<boolean>;
3088
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
3076
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
3089
3077
  isOptionHeightBig: (position: number) => Promise<boolean>;
3090
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
3078
+ isListItemFocused: (position: number) => Promise<boolean>;
3091
3079
  isShown: () => Promise<boolean>;
3092
3080
  mouseEnter: () => Promise<void>;
3093
3081
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -3147,9 +3135,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3147
3135
  timeBudget?: number | undefined;
3148
3136
  }, any>;
3149
3137
  mouseEnter: () => Promise<void>;
3150
- mouseLeave: () => Promise<any>; /**
3151
- * Open & confirm delete modal for a row
3152
- */
3138
+ mouseLeave: () => Promise<any>;
3153
3139
  isHovered: () => Promise<boolean>;
3154
3140
  isSelected: () => Promise<boolean>;
3155
3141
  content: () => Promise<string>;
@@ -3157,10 +3143,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3157
3143
  isDivider: () => Promise<boolean>;
3158
3144
  isDisabled: () => Promise<boolean>;
3159
3145
  isLink: () => Promise<boolean>;
3160
- }; /**
3161
- * Opens the popover menu inside the action cell of a specific row
3162
- * @param rowIndex - index of the row
3163
- */
3146
+ };
3164
3147
  options: () => Promise<{
3165
3148
  element: () => UniDriver<any, {
3166
3149
  parent?: any | undefined;
@@ -3186,6 +3169,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3186
3169
  optionsScrollTop: () => Promise<number>;
3187
3170
  pressDownKey: () => Promise<void>;
3188
3171
  pressUpKey: () => Promise<void>;
3172
+ pressRightKey: () => Promise<void>;
3173
+ pressLeftKey: () => Promise<void>;
3189
3174
  pressEnterKey: () => Promise<void>;
3190
3175
  pressSpaceKey: () => Promise<void>;
3191
3176
  pressTabKey: () => Promise<void>;
@@ -3196,7 +3181,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3196
3181
  getListType: (dataHook: string) => Promise<string>;
3197
3182
  getOptionsContainerRole: () => Promise<string>;
3198
3183
  exists: () => Promise<boolean>;
3199
- element: () => Promise<any>;
3184
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
3200
3185
  click: () => Promise<void>;
3201
3186
  base: UniDriver<any, {
3202
3187
  parent?: any | undefined;
@@ -3386,7 +3371,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3386
3371
  blur: () => Promise<void>;
3387
3372
  keyUp: () => Promise<void>;
3388
3373
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
3389
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3374
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3390
3375
  paste: () => Promise<void>;
3391
3376
  copy: () => Promise<void>;
3392
3377
  wheel: () => Promise<void>;
@@ -3463,7 +3448,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3463
3448
  blur: () => Promise<void>;
3464
3449
  keyUp: () => Promise<void>;
3465
3450
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
3466
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3451
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3467
3452
  paste: () => Promise<void>;
3468
3453
  copy: () => Promise<void>;
3469
3454
  wheel: () => Promise<void>;
@@ -3598,7 +3583,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
3598
3583
  blur: () => Promise<void>;
3599
3584
  keyUp: () => Promise<void>;
3600
3585
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
3601
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3586
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
3602
3587
  paste: () => Promise<void>;
3603
3588
  copy: () => Promise<void>;
3604
3589
  wheel: () => Promise<void>;
@@ -4219,7 +4204,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4219
4204
  isSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
4220
4205
  getSecondaryActionTitleText: (dataHook: string) => Promise<string>;
4221
4206
  isVisibleSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
4222
- getPrimaryActionButtonDriver: () => Promise<{
4207
+ getPrimaryActionButtonDriver: () => {
4223
4208
  getButtonTextContent: () => Promise<string>;
4224
4209
  isFocused: () => Promise<boolean>;
4225
4210
  isButtonDisabled: () => Promise<boolean>;
@@ -4236,8 +4221,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4236
4221
  idx?: number | undefined;
4237
4222
  timeBudget?: number | undefined;
4238
4223
  }, any>;
4239
- }>;
4240
- getPrimaryActionButtonDriverByDataHook: (dataHook: string) => Promise<{
4224
+ };
4225
+ getPrimaryActionButtonDriverByDataHook: (dataHook: string) => {
4241
4226
  getButtonTextContent: () => Promise<string>;
4242
4227
  isFocused: () => Promise<boolean>;
4243
4228
  isButtonDisabled: () => Promise<boolean>;
@@ -4254,9 +4239,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4254
4239
  idx?: number | undefined;
4255
4240
  timeBudget?: number | undefined;
4256
4241
  }, any>;
4257
- }>;
4242
+ };
4258
4243
  getPrimaryActionsCount: () => Promise<number>;
4259
- getPrimaryActionButtonVisibility: () => Promise<"always" | "onHover">;
4244
+ getPrimaryActionButtonVisibility: () => Promise<string | null>;
4260
4245
  clickPrimaryActionButton: () => Promise<void>;
4261
4246
  clickPrimaryAction: (actionIndex: number) => Promise<void>;
4262
4247
  clickPrimaryActionByDataHook: (dataHook: string) => Promise<void>;
@@ -4265,7 +4250,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4265
4250
  primaryActionButtonSuffixIconExists: () => Promise<boolean>;
4266
4251
  getVisibleActionsCount: () => Promise<number>;
4267
4252
  getHiddenActionsCount: () => Promise<number>;
4268
- getVisibleActionTooltipDriver: (action: number) => Promise<{
4253
+ getVisibleActionTooltipDriver: (actionIndex: number) => {
4269
4254
  click: () => Promise<void>;
4270
4255
  tooltipExists: () => Promise<boolean>;
4271
4256
  mouseEnter: () => Promise<void>;
@@ -4282,9 +4267,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4282
4267
  idx?: number | undefined;
4283
4268
  timeBudget?: number | undefined;
4284
4269
  }, any>;
4285
- }>;
4286
- getVisibleActionByDataHookTooltipDriver: (dataHook: string) => Promise<{
4287
- click: () => Promise<void>;
4270
+ };
4271
+ getVisibleActionByDataHookTooltipDriver: (dataHook: string) => {
4272
+ click: () => Promise<void>; /** @private */
4288
4273
  tooltipExists: () => Promise<boolean>;
4289
4274
  mouseEnter: () => Promise<void>;
4290
4275
  mouseLeave: () => Promise<void>;
@@ -4300,15 +4285,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4300
4285
  idx?: number | undefined;
4301
4286
  timeBudget?: number | undefined;
4302
4287
  }, any>;
4303
- }>;
4304
- getHiddenActionsPopoverMenuDriver: () => Promise<import("@wix/design-system/dist/types/PopoverMenu/PopoverMenu.uni.driver").PopoverMenuUniDriver>;
4305
- clickVisibleAction: (actionIndex: number) => Promise<void>;
4306
- clickVisibleActionByDataHook: (actionDataHook: string) => Promise<void>;
4307
- clickPopoverMenu: () => Promise<void>;
4308
- clickHiddenAction: (actionIndex: number) => Promise<void>;
4309
- clickHiddenActionByDataHook: (actionDataHook: string) => Promise<void>;
4310
- getMoreActionsTooltipText: () => Promise<string>;
4311
- getVisibleActionByDataHookButtonDriver: (dataHook: string) => Promise<{
4288
+ };
4289
+ getVisibleActionButtonDriver: (actionIndex: number) => {
4312
4290
  getButtonTextContent: () => Promise<string>;
4313
4291
  isFocused: () => Promise<boolean>;
4314
4292
  isButtonDisabled: () => Promise<boolean>;
@@ -4325,7 +4303,32 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4325
4303
  idx?: number | undefined;
4326
4304
  timeBudget?: number | undefined;
4327
4305
  }, any>;
4328
- }>;
4306
+ };
4307
+ getVisibleActionByDataHookButtonDriver: (dataHook: string) => {
4308
+ getButtonTextContent: () => Promise<string>;
4309
+ isFocused: () => Promise<boolean>;
4310
+ isButtonDisabled: () => Promise<boolean>;
4311
+ hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
4312
+ isPrefixIconExists: () => Promise<boolean>;
4313
+ isSuffixIconExists: () => Promise<boolean>;
4314
+ exists: () => Promise<boolean>;
4315
+ element: () => Promise<any>;
4316
+ click: () => Promise<void>;
4317
+ base: UniDriver<any, {
4318
+ parent?: any | undefined;
4319
+ base?: any;
4320
+ selector?: string | Promise<string> | undefined;
4321
+ idx?: number | undefined;
4322
+ timeBudget?: number | undefined;
4323
+ }, any>;
4324
+ };
4325
+ getHiddenActionsPopoverMenuDriver: () => import("@wix/design-system/dist/types/PopoverMenu/PopoverMenu.uni.driver").PopoverMenuUniDriver;
4326
+ clickVisibleAction: (actionIndex: number) => Promise<void>;
4327
+ clickVisibleActionByDataHook: (actionDataHook: string) => Promise<void>;
4328
+ clickPopoverMenu: () => Promise<void>; /** Clicks the Set as Default View action in the Manage View popover */
4329
+ clickHiddenAction: (actionIndex: number) => Promise<void>;
4330
+ clickHiddenActionByDataHook: (actionDataHook: string) => Promise<void>;
4331
+ getMoreActionsTooltipText: () => Promise<string | null>;
4329
4332
  exists: () => Promise<boolean>;
4330
4333
  element: () => Promise<any>;
4331
4334
  click: () => Promise<void>;
@@ -4564,7 +4567,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4564
4567
  getInputElementClasses: () => Promise<DOMTokenList>;
4565
4568
  suffixComponentExists: (className: string) => Promise<boolean>;
4566
4569
  getRootElementClasses: () => Promise<DOMTokenList>;
4567
- getAriaDescribedby: () => Promise<string | null>; /** @private */
4570
+ getAriaDescribedby: () => Promise<string | null>;
4568
4571
  getAriaLabel: () => Promise<string | null>;
4569
4572
  getName: () => Promise<string | null>;
4570
4573
  getMaxLength: () => Promise<string | null>;
@@ -4578,23 +4581,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4578
4581
  prefixComponentExists: (style: string) => Promise<boolean>;
4579
4582
  hasPrefix: () => Promise<boolean>;
4580
4583
  hasClearButton: () => Promise<boolean>;
4581
- /** Indicates whether table refresh loader exists and no rows are rendered */
4582
4584
  clickClear: () => Promise<void>;
4583
4585
  getValue: () => Promise<string>;
4584
4586
  getText: () => Promise<string>;
4585
4587
  getPattern: () => Promise<string | null>;
4586
4588
  getPlaceholder: () => Promise<string | null>;
4587
4589
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
4588
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
4590
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
4589
4591
  isDisabled: () => Promise<boolean>;
4590
4592
  isHoveredStyle: () => Promise<boolean>;
4591
4593
  isFocusedStyle: () => Promise<boolean>;
4592
4594
  getRequired: () => Promise<any>;
4593
4595
  enterText: (value: string) => Promise<void>;
4594
- getAutocomplete: () => Promise<string | null>;
4596
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
4595
4597
  getDefaultValue: () => Promise<any>;
4596
4598
  getTabIndex: () => Promise<any>;
4597
4599
  isCustomInput: () => Promise<boolean>;
4600
+ /** Get the text of a tag inside the applied filters tag list */
4598
4601
  getReadOnly: () => Promise<any>;
4599
4602
  getDisabled: () => Promise<any>;
4600
4603
  getTextOverflow: () => Promise<string>;
@@ -4602,7 +4605,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4602
4605
  blur: () => Promise<void>;
4603
4606
  keyUp: () => Promise<void>;
4604
4607
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
4605
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
4608
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
4606
4609
  paste: () => Promise<void>;
4607
4610
  copy: () => Promise<void>;
4608
4611
  wheel: () => Promise<void>;
@@ -4610,13 +4613,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4610
4613
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
4611
4614
  (eventType: "change", event: {
4612
4615
  target: {
4613
- value: string;
4616
+ value: string; /** Indicates whether the Manage View popover opened */
4614
4617
  };
4615
4618
  }): Promise<void>;
4616
4619
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
4617
- }; /** Clicks the Save Changes action in the Manage View popover */
4620
+ };
4618
4621
  isFocus: () => Promise<boolean | undefined>;
4619
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
4622
+ clickMenuArrow: () => Promise<void>;
4620
4623
  hasMenuArrow: () => Promise<boolean>;
4621
4624
  isRTL: () => Promise<boolean>;
4622
4625
  getCursorLocation: () => Promise<number>;
@@ -4635,7 +4638,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4635
4638
  idx?: number | undefined;
4636
4639
  timeBudget?: number | undefined;
4637
4640
  }, any>;
4638
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
4641
+ };
4639
4642
  dropdownLayoutDriver: {
4640
4643
  classes: (_name?: string | undefined) => Promise<any>;
4641
4644
  clickAtOption: (index: number) => Promise<void>;
@@ -4649,9 +4652,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4649
4652
  isOptionExists: (optionText: string) => Promise<boolean>;
4650
4653
  isOptionHovered: (index: number) => Promise<boolean>;
4651
4654
  isOptionSelected: (index: number) => Promise<boolean>;
4652
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
4655
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
4653
4656
  isOptionHeightBig: (position: number) => Promise<boolean>;
4654
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
4657
+ isListItemFocused: (position: number) => Promise<boolean>;
4655
4658
  isShown: () => Promise<boolean>;
4656
4659
  mouseEnter: () => Promise<void>;
4657
4660
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -4711,9 +4714,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4711
4714
  timeBudget?: number | undefined;
4712
4715
  }, any>;
4713
4716
  mouseEnter: () => Promise<void>;
4714
- mouseLeave: () => Promise<any>; /**
4715
- * Open & confirm delete modal for a row
4716
- */
4717
+ mouseLeave: () => Promise<any>;
4717
4718
  isHovered: () => Promise<boolean>;
4718
4719
  isSelected: () => Promise<boolean>;
4719
4720
  content: () => Promise<string>;
@@ -4721,10 +4722,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4721
4722
  isDivider: () => Promise<boolean>;
4722
4723
  isDisabled: () => Promise<boolean>;
4723
4724
  isLink: () => Promise<boolean>;
4724
- }; /**
4725
- * Opens the popover menu inside the action cell of a specific row
4726
- * @param rowIndex - index of the row
4727
- */
4725
+ };
4728
4726
  options: () => Promise<{
4729
4727
  element: () => UniDriver<any, {
4730
4728
  parent?: any | undefined;
@@ -4750,6 +4748,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4750
4748
  optionsScrollTop: () => Promise<number>;
4751
4749
  pressDownKey: () => Promise<void>;
4752
4750
  pressUpKey: () => Promise<void>;
4751
+ pressRightKey: () => Promise<void>;
4752
+ pressLeftKey: () => Promise<void>;
4753
4753
  pressEnterKey: () => Promise<void>;
4754
4754
  pressSpaceKey: () => Promise<void>;
4755
4755
  pressTabKey: () => Promise<void>;
@@ -4760,7 +4760,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
4760
4760
  getListType: (dataHook: string) => Promise<string>;
4761
4761
  getOptionsContainerRole: () => Promise<string>;
4762
4762
  exists: () => Promise<boolean>;
4763
- element: () => Promise<any>;
4763
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
4764
4764
  click: () => Promise<void>;
4765
4765
  base: UniDriver<any, {
4766
4766
  parent?: any | undefined;
@@ -5554,7 +5554,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5554
5554
  }, any>;
5555
5555
  text: () => Promise<string>;
5556
5556
  click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
5557
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
5557
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
5558
5558
  value: () => Promise<string>;
5559
5559
  enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
5560
5560
  attr: (name: string) => Promise<string | null>;
@@ -5871,7 +5871,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5871
5871
  getInputElementClasses: () => Promise<DOMTokenList>;
5872
5872
  suffixComponentExists: (className: string) => Promise<boolean>;
5873
5873
  getRootElementClasses: () => Promise<DOMTokenList>;
5874
- getAriaDescribedby: () => Promise<string | null>; /** @private */
5874
+ getAriaDescribedby: () => Promise<string | null>;
5875
5875
  getAriaLabel: () => Promise<string | null>;
5876
5876
  getName: () => Promise<string | null>;
5877
5877
  getMaxLength: () => Promise<string | null>;
@@ -5885,23 +5885,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5885
5885
  prefixComponentExists: (style: string) => Promise<boolean>;
5886
5886
  hasPrefix: () => Promise<boolean>;
5887
5887
  hasClearButton: () => Promise<boolean>;
5888
- /** Indicates whether table refresh loader exists and no rows are rendered */
5889
5888
  clickClear: () => Promise<void>;
5890
5889
  getValue: () => Promise<string>;
5891
5890
  getText: () => Promise<string>;
5892
5891
  getPattern: () => Promise<string | null>;
5893
5892
  getPlaceholder: () => Promise<string | null>;
5894
5893
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
5895
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
5894
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
5896
5895
  isDisabled: () => Promise<boolean>;
5897
5896
  isHoveredStyle: () => Promise<boolean>;
5898
5897
  isFocusedStyle: () => Promise<boolean>;
5899
5898
  getRequired: () => Promise<any>;
5900
5899
  enterText: (value: string) => Promise<void>;
5901
- getAutocomplete: () => Promise<string | null>;
5900
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
5902
5901
  getDefaultValue: () => Promise<any>;
5903
5902
  getTabIndex: () => Promise<any>;
5904
5903
  isCustomInput: () => Promise<boolean>;
5904
+ /** Get the text of a tag inside the applied filters tag list */
5905
5905
  getReadOnly: () => Promise<any>;
5906
5906
  getDisabled: () => Promise<any>;
5907
5907
  getTextOverflow: () => Promise<string>;
@@ -5909,7 +5909,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5909
5909
  blur: () => Promise<void>;
5910
5910
  keyUp: () => Promise<void>;
5911
5911
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
5912
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
5912
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
5913
5913
  paste: () => Promise<void>;
5914
5914
  copy: () => Promise<void>;
5915
5915
  wheel: () => Promise<void>;
@@ -5917,13 +5917,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5917
5917
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
5918
5918
  (eventType: "change", event: {
5919
5919
  target: {
5920
- value: string;
5920
+ value: string; /** Indicates whether the Manage View popover opened */
5921
5921
  };
5922
5922
  }): Promise<void>;
5923
5923
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
5924
- }; /** Clicks the Save Changes action in the Manage View popover */
5924
+ };
5925
5925
  isFocus: () => Promise<boolean | undefined>;
5926
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
5926
+ clickMenuArrow: () => Promise<void>;
5927
5927
  hasMenuArrow: () => Promise<boolean>;
5928
5928
  isRTL: () => Promise<boolean>;
5929
5929
  getCursorLocation: () => Promise<number>;
@@ -5956,9 +5956,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
5956
5956
  isOptionExists: (optionText: string) => Promise<boolean>;
5957
5957
  isOptionHovered: (index: number) => Promise<boolean>;
5958
5958
  isOptionSelected: (index: number) => Promise<boolean>;
5959
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
5959
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
5960
5960
  isOptionHeightBig: (position: number) => Promise<boolean>;
5961
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
5961
+ isListItemFocused: (position: number) => Promise<boolean>;
5962
5962
  isShown: () => Promise<boolean>;
5963
5963
  mouseEnter: () => Promise<void>;
5964
5964
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -6018,9 +6018,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6018
6018
  timeBudget?: number | undefined;
6019
6019
  }, any>;
6020
6020
  mouseEnter: () => Promise<void>;
6021
- mouseLeave: () => Promise<any>; /**
6022
- * Open & confirm delete modal for a row
6023
- */
6021
+ mouseLeave: () => Promise<any>;
6024
6022
  isHovered: () => Promise<boolean>;
6025
6023
  isSelected: () => Promise<boolean>;
6026
6024
  content: () => Promise<string>;
@@ -6028,10 +6026,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6028
6026
  isDivider: () => Promise<boolean>;
6029
6027
  isDisabled: () => Promise<boolean>;
6030
6028
  isLink: () => Promise<boolean>;
6031
- }; /**
6032
- * Opens the popover menu inside the action cell of a specific row
6033
- * @param rowIndex - index of the row
6034
- */
6029
+ };
6035
6030
  options: () => Promise<{
6036
6031
  element: () => UniDriver<any, {
6037
6032
  parent?: any | undefined;
@@ -6057,6 +6052,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6057
6052
  optionsScrollTop: () => Promise<number>;
6058
6053
  pressDownKey: () => Promise<void>;
6059
6054
  pressUpKey: () => Promise<void>;
6055
+ pressRightKey: () => Promise<void>;
6056
+ pressLeftKey: () => Promise<void>;
6060
6057
  pressEnterKey: () => Promise<void>;
6061
6058
  pressSpaceKey: () => Promise<void>;
6062
6059
  pressTabKey: () => Promise<void>;
@@ -6067,7 +6064,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
6067
6064
  getListType: (dataHook: string) => Promise<string>;
6068
6065
  getOptionsContainerRole: () => Promise<string>;
6069
6066
  exists: () => Promise<boolean>;
6070
- element: () => Promise<any>;
6067
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
6071
6068
  click: () => Promise<void>;
6072
6069
  base: UniDriver<any, {
6073
6070
  parent?: any | undefined;
@@ -7057,7 +7054,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7057
7054
  getInputElementClasses: () => Promise<DOMTokenList>;
7058
7055
  suffixComponentExists: (className: string) => Promise<boolean>;
7059
7056
  getRootElementClasses: () => Promise<DOMTokenList>;
7060
- getAriaDescribedby: () => Promise<string | null>; /** @private */
7057
+ getAriaDescribedby: () => Promise<string | null>;
7061
7058
  getAriaLabel: () => Promise<string | null>;
7062
7059
  getName: () => Promise<string | null>;
7063
7060
  getMaxLength: () => Promise<string | null>;
@@ -7071,23 +7068,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7071
7068
  prefixComponentExists: (style: string) => Promise<boolean>;
7072
7069
  hasPrefix: () => Promise<boolean>;
7073
7070
  hasClearButton: () => Promise<boolean>;
7074
- /** Indicates whether table refresh loader exists and no rows are rendered */
7075
7071
  clickClear: () => Promise<void>;
7076
7072
  getValue: () => Promise<string>;
7077
7073
  getText: () => Promise<string>;
7078
7074
  getPattern: () => Promise<string | null>;
7079
7075
  getPlaceholder: () => Promise<string | null>;
7080
7076
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
7081
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
7077
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
7082
7078
  isDisabled: () => Promise<boolean>;
7083
7079
  isHoveredStyle: () => Promise<boolean>;
7084
7080
  isFocusedStyle: () => Promise<boolean>;
7085
7081
  getRequired: () => Promise<any>;
7086
7082
  enterText: (value: string) => Promise<void>;
7087
- getAutocomplete: () => Promise<string | null>;
7083
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
7088
7084
  getDefaultValue: () => Promise<any>;
7089
7085
  getTabIndex: () => Promise<any>;
7090
7086
  isCustomInput: () => Promise<boolean>;
7087
+ /** Get the text of a tag inside the applied filters tag list */
7091
7088
  getReadOnly: () => Promise<any>;
7092
7089
  getDisabled: () => Promise<any>;
7093
7090
  getTextOverflow: () => Promise<string>;
@@ -7095,7 +7092,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7095
7092
  blur: () => Promise<void>;
7096
7093
  keyUp: () => Promise<void>;
7097
7094
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
7098
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
7095
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
7099
7096
  paste: () => Promise<void>;
7100
7097
  copy: () => Promise<void>;
7101
7098
  wheel: () => Promise<void>;
@@ -7103,13 +7100,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7103
7100
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
7104
7101
  (eventType: "change", event: {
7105
7102
  target: {
7106
- value: string;
7103
+ value: string; /** Indicates whether the Manage View popover opened */
7107
7104
  };
7108
7105
  }): Promise<void>;
7109
7106
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
7110
- }; /** Clicks the Save Changes action in the Manage View popover */
7107
+ };
7111
7108
  isFocus: () => Promise<boolean | undefined>;
7112
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
7109
+ clickMenuArrow: () => Promise<void>;
7113
7110
  hasMenuArrow: () => Promise<boolean>;
7114
7111
  isRTL: () => Promise<boolean>;
7115
7112
  getCursorLocation: () => Promise<number>;
@@ -7128,7 +7125,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7128
7125
  idx?: number | undefined;
7129
7126
  timeBudget?: number | undefined;
7130
7127
  }, any>;
7131
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
7128
+ };
7132
7129
  dropdownLayoutDriver: {
7133
7130
  classes: (_name?: string | undefined) => Promise<any>;
7134
7131
  clickAtOption: (index: number) => Promise<void>;
@@ -7142,9 +7139,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7142
7139
  isOptionExists: (optionText: string) => Promise<boolean>;
7143
7140
  isOptionHovered: (index: number) => Promise<boolean>;
7144
7141
  isOptionSelected: (index: number) => Promise<boolean>;
7145
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
7142
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
7146
7143
  isOptionHeightBig: (position: number) => Promise<boolean>;
7147
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
7144
+ isListItemFocused: (position: number) => Promise<boolean>;
7148
7145
  isShown: () => Promise<boolean>;
7149
7146
  mouseEnter: () => Promise<void>;
7150
7147
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -7204,9 +7201,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7204
7201
  timeBudget?: number | undefined;
7205
7202
  }, any>;
7206
7203
  mouseEnter: () => Promise<void>;
7207
- mouseLeave: () => Promise<any>; /**
7208
- * Open & confirm delete modal for a row
7209
- */
7204
+ mouseLeave: () => Promise<any>;
7210
7205
  isHovered: () => Promise<boolean>;
7211
7206
  isSelected: () => Promise<boolean>;
7212
7207
  content: () => Promise<string>;
@@ -7214,10 +7209,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7214
7209
  isDivider: () => Promise<boolean>;
7215
7210
  isDisabled: () => Promise<boolean>;
7216
7211
  isLink: () => Promise<boolean>;
7217
- }; /**
7218
- * Opens the popover menu inside the action cell of a specific row
7219
- * @param rowIndex - index of the row
7220
- */
7212
+ };
7221
7213
  options: () => Promise<{
7222
7214
  element: () => UniDriver<any, {
7223
7215
  parent?: any | undefined;
@@ -7243,6 +7235,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7243
7235
  optionsScrollTop: () => Promise<number>;
7244
7236
  pressDownKey: () => Promise<void>;
7245
7237
  pressUpKey: () => Promise<void>;
7238
+ pressRightKey: () => Promise<void>;
7239
+ pressLeftKey: () => Promise<void>;
7246
7240
  pressEnterKey: () => Promise<void>;
7247
7241
  pressSpaceKey: () => Promise<void>;
7248
7242
  pressTabKey: () => Promise<void>;
@@ -7253,7 +7247,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7253
7247
  getListType: (dataHook: string) => Promise<string>;
7254
7248
  getOptionsContainerRole: () => Promise<string>;
7255
7249
  exists: () => Promise<boolean>;
7256
- element: () => Promise<any>;
7250
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
7257
7251
  click: () => Promise<void>;
7258
7252
  base: UniDriver<any, {
7259
7253
  parent?: any | undefined;
@@ -7433,7 +7427,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7433
7427
  getInputElementClasses: () => Promise<DOMTokenList>;
7434
7428
  suffixComponentExists: (className: string) => Promise<boolean>;
7435
7429
  getRootElementClasses: () => Promise<DOMTokenList>;
7436
- getAriaDescribedby: () => Promise<string | null>; /** @private */
7430
+ getAriaDescribedby: () => Promise<string | null>;
7437
7431
  getAriaLabel: () => Promise<string | null>;
7438
7432
  getName: () => Promise<string | null>;
7439
7433
  getMaxLength: () => Promise<string | null>;
@@ -7447,23 +7441,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7447
7441
  prefixComponentExists: (style: string) => Promise<boolean>;
7448
7442
  hasPrefix: () => Promise<boolean>;
7449
7443
  hasClearButton: () => Promise<boolean>;
7450
- /** Indicates whether table refresh loader exists and no rows are rendered */
7451
7444
  clickClear: () => Promise<void>;
7452
7445
  getValue: () => Promise<string>;
7453
7446
  getText: () => Promise<string>;
7454
7447
  getPattern: () => Promise<string | null>;
7455
7448
  getPlaceholder: () => Promise<string | null>;
7456
7449
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
7457
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
7450
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
7458
7451
  isDisabled: () => Promise<boolean>;
7459
7452
  isHoveredStyle: () => Promise<boolean>;
7460
7453
  isFocusedStyle: () => Promise<boolean>;
7461
7454
  getRequired: () => Promise<any>;
7462
7455
  enterText: (value: string) => Promise<void>;
7463
- getAutocomplete: () => Promise<string | null>;
7456
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
7464
7457
  getDefaultValue: () => Promise<any>;
7465
7458
  getTabIndex: () => Promise<any>;
7466
7459
  isCustomInput: () => Promise<boolean>;
7460
+ /** Get the text of a tag inside the applied filters tag list */
7467
7461
  getReadOnly: () => Promise<any>;
7468
7462
  getDisabled: () => Promise<any>;
7469
7463
  getTextOverflow: () => Promise<string>;
@@ -7471,7 +7465,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7471
7465
  blur: () => Promise<void>;
7472
7466
  keyUp: () => Promise<void>;
7473
7467
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
7474
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
7468
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
7475
7469
  paste: () => Promise<void>;
7476
7470
  copy: () => Promise<void>;
7477
7471
  wheel: () => Promise<void>;
@@ -7479,13 +7473,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7479
7473
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
7480
7474
  (eventType: "change", event: {
7481
7475
  target: {
7482
- value: string;
7476
+ value: string; /** Indicates whether the Manage View popover opened */
7483
7477
  };
7484
7478
  }): Promise<void>;
7485
7479
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
7486
- }; /** Clicks the Save Changes action in the Manage View popover */
7480
+ };
7487
7481
  isFocus: () => Promise<boolean | undefined>;
7488
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
7482
+ clickMenuArrow: () => Promise<void>;
7489
7483
  hasMenuArrow: () => Promise<boolean>;
7490
7484
  isRTL: () => Promise<boolean>;
7491
7485
  getCursorLocation: () => Promise<number>;
@@ -7504,7 +7498,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7504
7498
  idx?: number | undefined;
7505
7499
  timeBudget?: number | undefined;
7506
7500
  }, any>;
7507
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
7501
+ };
7508
7502
  dropdownLayoutDriver: {
7509
7503
  classes: (_name?: string | undefined) => Promise<any>;
7510
7504
  clickAtOption: (index: number) => Promise<void>;
@@ -7518,9 +7512,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7518
7512
  isOptionExists: (optionText: string) => Promise<boolean>;
7519
7513
  isOptionHovered: (index: number) => Promise<boolean>;
7520
7514
  isOptionSelected: (index: number) => Promise<boolean>;
7521
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
7515
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
7522
7516
  isOptionHeightBig: (position: number) => Promise<boolean>;
7523
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
7517
+ isListItemFocused: (position: number) => Promise<boolean>;
7524
7518
  isShown: () => Promise<boolean>;
7525
7519
  mouseEnter: () => Promise<void>;
7526
7520
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -7580,9 +7574,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7580
7574
  timeBudget?: number | undefined;
7581
7575
  }, any>;
7582
7576
  mouseEnter: () => Promise<void>;
7583
- mouseLeave: () => Promise<any>; /**
7584
- * Open & confirm delete modal for a row
7585
- */
7577
+ mouseLeave: () => Promise<any>;
7586
7578
  isHovered: () => Promise<boolean>;
7587
7579
  isSelected: () => Promise<boolean>;
7588
7580
  content: () => Promise<string>;
@@ -7590,10 +7582,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7590
7582
  isDivider: () => Promise<boolean>;
7591
7583
  isDisabled: () => Promise<boolean>;
7592
7584
  isLink: () => Promise<boolean>;
7593
- }; /**
7594
- * Opens the popover menu inside the action cell of a specific row
7595
- * @param rowIndex - index of the row
7596
- */
7585
+ };
7597
7586
  options: () => Promise<{
7598
7587
  element: () => UniDriver<any, {
7599
7588
  parent?: any | undefined;
@@ -7619,6 +7608,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7619
7608
  optionsScrollTop: () => Promise<number>;
7620
7609
  pressDownKey: () => Promise<void>;
7621
7610
  pressUpKey: () => Promise<void>;
7611
+ pressRightKey: () => Promise<void>;
7612
+ pressLeftKey: () => Promise<void>;
7622
7613
  pressEnterKey: () => Promise<void>;
7623
7614
  pressSpaceKey: () => Promise<void>;
7624
7615
  pressTabKey: () => Promise<void>;
@@ -7629,7 +7620,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7629
7620
  getListType: (dataHook: string) => Promise<string>;
7630
7621
  getOptionsContainerRole: () => Promise<string>;
7631
7622
  exists: () => Promise<boolean>;
7632
- element: () => Promise<any>;
7623
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
7633
7624
  click: () => Promise<void>;
7634
7625
  base: UniDriver<any, {
7635
7626
  parent?: any | undefined;
@@ -7825,7 +7816,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7825
7816
  getInputElementClasses: () => Promise<DOMTokenList>;
7826
7817
  suffixComponentExists: (className: string) => Promise<boolean>;
7827
7818
  getRootElementClasses: () => Promise<DOMTokenList>;
7828
- getAriaDescribedby: () => Promise<string | null>; /** @private */
7819
+ getAriaDescribedby: () => Promise<string | null>;
7829
7820
  getAriaLabel: () => Promise<string | null>;
7830
7821
  getName: () => Promise<string | null>;
7831
7822
  getMaxLength: () => Promise<string | null>;
@@ -7839,23 +7830,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7839
7830
  prefixComponentExists: (style: string) => Promise<boolean>;
7840
7831
  hasPrefix: () => Promise<boolean>;
7841
7832
  hasClearButton: () => Promise<boolean>;
7842
- /** Indicates whether table refresh loader exists and no rows are rendered */
7843
7833
  clickClear: () => Promise<void>;
7844
7834
  getValue: () => Promise<string>;
7845
7835
  getText: () => Promise<string>;
7846
7836
  getPattern: () => Promise<string | null>;
7847
7837
  getPlaceholder: () => Promise<string | null>;
7848
7838
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
7849
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
7839
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
7850
7840
  isDisabled: () => Promise<boolean>;
7851
7841
  isHoveredStyle: () => Promise<boolean>;
7852
7842
  isFocusedStyle: () => Promise<boolean>;
7853
7843
  getRequired: () => Promise<any>;
7854
7844
  enterText: (value: string) => Promise<void>;
7855
- getAutocomplete: () => Promise<string | null>;
7845
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
7856
7846
  getDefaultValue: () => Promise<any>;
7857
7847
  getTabIndex: () => Promise<any>;
7858
7848
  isCustomInput: () => Promise<boolean>;
7849
+ /** Get the text of a tag inside the applied filters tag list */
7859
7850
  getReadOnly: () => Promise<any>;
7860
7851
  getDisabled: () => Promise<any>;
7861
7852
  getTextOverflow: () => Promise<string>;
@@ -7863,7 +7854,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7863
7854
  blur: () => Promise<void>;
7864
7855
  keyUp: () => Promise<void>;
7865
7856
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
7866
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
7857
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
7867
7858
  paste: () => Promise<void>;
7868
7859
  copy: () => Promise<void>;
7869
7860
  wheel: () => Promise<void>;
@@ -7871,13 +7862,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7871
7862
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
7872
7863
  (eventType: "change", event: {
7873
7864
  target: {
7874
- value: string;
7865
+ value: string; /** Indicates whether the Manage View popover opened */
7875
7866
  };
7876
7867
  }): Promise<void>;
7877
7868
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
7878
- }; /** Clicks the Save Changes action in the Manage View popover */
7869
+ };
7879
7870
  isFocus: () => Promise<boolean | undefined>;
7880
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
7871
+ clickMenuArrow: () => Promise<void>;
7881
7872
  hasMenuArrow: () => Promise<boolean>;
7882
7873
  isRTL: () => Promise<boolean>;
7883
7874
  getCursorLocation: () => Promise<number>;
@@ -7896,7 +7887,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7896
7887
  idx?: number | undefined;
7897
7888
  timeBudget?: number | undefined;
7898
7889
  }, any>;
7899
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
7890
+ };
7900
7891
  dropdownLayoutDriver: {
7901
7892
  classes: (_name?: string | undefined) => Promise<any>;
7902
7893
  clickAtOption: (index: number) => Promise<void>;
@@ -7910,9 +7901,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7910
7901
  isOptionExists: (optionText: string) => Promise<boolean>;
7911
7902
  isOptionHovered: (index: number) => Promise<boolean>;
7912
7903
  isOptionSelected: (index: number) => Promise<boolean>;
7913
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
7904
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
7914
7905
  isOptionHeightBig: (position: number) => Promise<boolean>;
7915
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
7906
+ isListItemFocused: (position: number) => Promise<boolean>;
7916
7907
  isShown: () => Promise<boolean>;
7917
7908
  mouseEnter: () => Promise<void>;
7918
7909
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -7972,9 +7963,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7972
7963
  timeBudget?: number | undefined;
7973
7964
  }, any>;
7974
7965
  mouseEnter: () => Promise<void>;
7975
- mouseLeave: () => Promise<any>; /**
7976
- * Open & confirm delete modal for a row
7977
- */
7966
+ mouseLeave: () => Promise<any>;
7978
7967
  isHovered: () => Promise<boolean>;
7979
7968
  isSelected: () => Promise<boolean>;
7980
7969
  content: () => Promise<string>;
@@ -7982,10 +7971,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
7982
7971
  isDivider: () => Promise<boolean>;
7983
7972
  isDisabled: () => Promise<boolean>;
7984
7973
  isLink: () => Promise<boolean>;
7985
- }; /**
7986
- * Opens the popover menu inside the action cell of a specific row
7987
- * @param rowIndex - index of the row
7988
- */
7974
+ };
7989
7975
  options: () => Promise<{
7990
7976
  element: () => UniDriver<any, {
7991
7977
  parent?: any | undefined;
@@ -8011,6 +7997,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8011
7997
  optionsScrollTop: () => Promise<number>;
8012
7998
  pressDownKey: () => Promise<void>;
8013
7999
  pressUpKey: () => Promise<void>;
8000
+ pressRightKey: () => Promise<void>;
8001
+ pressLeftKey: () => Promise<void>;
8014
8002
  pressEnterKey: () => Promise<void>;
8015
8003
  pressSpaceKey: () => Promise<void>;
8016
8004
  pressTabKey: () => Promise<void>;
@@ -8021,7 +8009,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8021
8009
  getListType: (dataHook: string) => Promise<string>;
8022
8010
  getOptionsContainerRole: () => Promise<string>;
8023
8011
  exists: () => Promise<boolean>;
8024
- element: () => Promise<any>;
8012
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
8025
8013
  click: () => Promise<void>;
8026
8014
  base: UniDriver<any, {
8027
8015
  parent?: any | undefined;
@@ -8155,7 +8143,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8155
8143
  blur: () => Promise<void>;
8156
8144
  keyUp: () => Promise<void>;
8157
8145
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
8158
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8146
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8159
8147
  paste: () => Promise<void>;
8160
8148
  copy: () => Promise<void>;
8161
8149
  wheel: () => Promise<void>;
@@ -8232,7 +8220,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8232
8220
  blur: () => Promise<void>;
8233
8221
  keyUp: () => Promise<void>;
8234
8222
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
8235
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8223
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8236
8224
  paste: () => Promise<void>;
8237
8225
  copy: () => Promise<void>;
8238
8226
  wheel: () => Promise<void>;
@@ -8352,7 +8340,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8352
8340
  blur: () => Promise<void>;
8353
8341
  keyUp: () => Promise<void>;
8354
8342
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
8355
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8343
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8356
8344
  paste: () => Promise<void>;
8357
8345
  copy: () => Promise<void>;
8358
8346
  wheel: () => Promise<void>;
@@ -8762,7 +8750,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8762
8750
  getInputElementClasses: () => Promise<DOMTokenList>;
8763
8751
  suffixComponentExists: (className: string) => Promise<boolean>;
8764
8752
  getRootElementClasses: () => Promise<DOMTokenList>;
8765
- getAriaDescribedby: () => Promise<string | null>; /** @private */
8753
+ getAriaDescribedby: () => Promise<string | null>;
8766
8754
  getAriaLabel: () => Promise<string | null>;
8767
8755
  getName: () => Promise<string | null>;
8768
8756
  getMaxLength: () => Promise<string | null>;
@@ -8776,23 +8764,23 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8776
8764
  prefixComponentExists: (style: string) => Promise<boolean>;
8777
8765
  hasPrefix: () => Promise<boolean>;
8778
8766
  hasClearButton: () => Promise<boolean>;
8779
- /** Indicates whether table refresh loader exists and no rows are rendered */
8780
8767
  clickClear: () => Promise<void>;
8781
8768
  getValue: () => Promise<string>;
8782
8769
  getText: () => Promise<string>;
8783
8770
  getPattern: () => Promise<string | null>;
8784
8771
  getPlaceholder: () => Promise<string | null>;
8785
8772
  isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
8786
- getSize: () => Promise<import("@wix/design-system").InputSize | null>; /** indicates whether the table content exists */
8773
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
8787
8774
  isDisabled: () => Promise<boolean>;
8788
8775
  isHoveredStyle: () => Promise<boolean>;
8789
8776
  isFocusedStyle: () => Promise<boolean>;
8790
8777
  getRequired: () => Promise<any>;
8791
8778
  enterText: (value: string) => Promise<void>;
8792
- getAutocomplete: () => Promise<string | null>;
8779
+ getAutocomplete: () => Promise<string | null>; /** Indicates whether applied filters tag list exists in the table sub-toolbar */
8793
8780
  getDefaultValue: () => Promise<any>;
8794
8781
  getTabIndex: () => Promise<any>;
8795
8782
  isCustomInput: () => Promise<boolean>;
8783
+ /** Get the text of a tag inside the applied filters tag list */
8796
8784
  getReadOnly: () => Promise<any>;
8797
8785
  getDisabled: () => Promise<any>;
8798
8786
  getTextOverflow: () => Promise<string>;
@@ -8800,7 +8788,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8800
8788
  blur: () => Promise<void>;
8801
8789
  keyUp: () => Promise<void>;
8802
8790
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
8803
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8791
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
8804
8792
  paste: () => Promise<void>;
8805
8793
  copy: () => Promise<void>;
8806
8794
  wheel: () => Promise<void>;
@@ -8808,13 +8796,13 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8808
8796
  (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
8809
8797
  (eventType: "change", event: {
8810
8798
  target: {
8811
- value: string;
8799
+ value: string; /** Indicates whether the Manage View popover opened */
8812
8800
  };
8813
8801
  }): Promise<void>;
8814
8802
  (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
8815
- }; /** Clicks the Save Changes action in the Manage View popover */
8803
+ };
8816
8804
  isFocus: () => Promise<boolean | undefined>;
8817
- clickMenuArrow: () => Promise<void>; /** Clicks the Save as New View action in the Manage View popover */
8805
+ clickMenuArrow: () => Promise<void>;
8818
8806
  hasMenuArrow: () => Promise<boolean>;
8819
8807
  isRTL: () => Promise<boolean>;
8820
8808
  getCursorLocation: () => Promise<number>;
@@ -8833,7 +8821,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8833
8821
  idx?: number | undefined;
8834
8822
  timeBudget?: number | undefined;
8835
8823
  }, any>;
8836
- }; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */
8824
+ };
8837
8825
  dropdownLayoutDriver: {
8838
8826
  classes: (_name?: string | undefined) => Promise<any>;
8839
8827
  clickAtOption: (index: number) => Promise<void>;
@@ -8847,9 +8835,9 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8847
8835
  isOptionExists: (optionText: string) => Promise<boolean>;
8848
8836
  isOptionHovered: (index: number) => Promise<boolean>;
8849
8837
  isOptionSelected: (index: number) => Promise<boolean>;
8850
- isOptionHeightSmall: (position: number) => Promise<boolean>; /** Deletes the view with a given index */
8838
+ isOptionHeightSmall: (position: number) => Promise<boolean>;
8851
8839
  isOptionHeightBig: (position: number) => Promise<boolean>;
8852
- isListItemFocused: (position: number) => Promise<boolean>; /** Saves changes to the current view */
8840
+ isListItemFocused: (position: number) => Promise<boolean>;
8853
8841
  isShown: () => Promise<boolean>;
8854
8842
  mouseEnter: () => Promise<void>;
8855
8843
  mouseEnterAtOption: (position: number) => Promise<void>;
@@ -8909,9 +8897,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8909
8897
  timeBudget?: number | undefined;
8910
8898
  }, any>;
8911
8899
  mouseEnter: () => Promise<void>;
8912
- mouseLeave: () => Promise<any>; /**
8913
- * Open & confirm delete modal for a row
8914
- */
8900
+ mouseLeave: () => Promise<any>;
8915
8901
  isHovered: () => Promise<boolean>;
8916
8902
  isSelected: () => Promise<boolean>;
8917
8903
  content: () => Promise<string>;
@@ -8919,10 +8905,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8919
8905
  isDivider: () => Promise<boolean>;
8920
8906
  isDisabled: () => Promise<boolean>;
8921
8907
  isLink: () => Promise<boolean>;
8922
- }; /**
8923
- * Opens the popover menu inside the action cell of a specific row
8924
- * @param rowIndex - index of the row
8925
- */
8908
+ };
8926
8909
  options: () => Promise<{
8927
8910
  element: () => UniDriver<any, {
8928
8911
  parent?: any | undefined;
@@ -8948,6 +8931,8 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8948
8931
  optionsScrollTop: () => Promise<number>;
8949
8932
  pressDownKey: () => Promise<void>;
8950
8933
  pressUpKey: () => Promise<void>;
8934
+ pressRightKey: () => Promise<void>;
8935
+ pressLeftKey: () => Promise<void>;
8951
8936
  pressEnterKey: () => Promise<void>;
8952
8937
  pressSpaceKey: () => Promise<void>;
8953
8938
  pressTabKey: () => Promise<void>;
@@ -8958,7 +8943,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
8958
8943
  getListType: (dataHook: string) => Promise<string>;
8959
8944
  getOptionsContainerRole: () => Promise<string>;
8960
8945
  exists: () => Promise<boolean>;
8961
- element: () => Promise<any>;
8946
+ element: () => Promise<any>; /** Indicates whether the action button of the bulk action toolbar exists */
8962
8947
  click: () => Promise<void>;
8963
8948
  base: UniDriver<any, {
8964
8949
  parent?: any | undefined;
@@ -9148,7 +9133,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
9148
9133
  blur: () => Promise<void>;
9149
9134
  keyUp: () => Promise<void>;
9150
9135
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
9151
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
9136
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
9152
9137
  paste: () => Promise<void>;
9153
9138
  copy: () => Promise<void>;
9154
9139
  wheel: () => Promise<void>;
@@ -9225,7 +9210,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
9225
9210
  blur: () => Promise<void>;
9226
9211
  keyUp: () => Promise<void>;
9227
9212
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
9228
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
9213
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
9229
9214
  paste: () => Promise<void>;
9230
9215
  copy: () => Promise<void>;
9231
9216
  wheel: () => Promise<void>;
@@ -9360,7 +9345,7 @@ export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver
9360
9345
  blur: () => Promise<void>;
9361
9346
  keyUp: () => Promise<void>;
9362
9347
  keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
9363
- 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" | "8" | "9" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
9348
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "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" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "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>;
9364
9349
  paste: () => Promise<void>;
9365
9350
  copy: () => Promise<void>;
9366
9351
  wheel: () => Promise<void>;