@wix/patterns 1.331.0 → 1.332.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 (392) hide show
  1. package/dist/cjs/components/ActionControl/ActionButton.js +32 -9
  2. package/dist/cjs/components/ActionControl/ActionButton.js.map +1 -1
  3. package/dist/cjs/components/ActionControl/ActionPopover.js +51 -13
  4. package/dist/cjs/components/ActionControl/ActionPopover.js.map +1 -1
  5. package/dist/cjs/components/ActionControl/ActionSubItemProps.js.map +1 -1
  6. package/dist/cjs/components/BulkActionButton/BulkActionButton.js +36 -12
  7. package/dist/cjs/components/BulkActionButton/BulkActionButton.js.map +1 -1
  8. package/dist/cjs/components/CardContainer/CardContainer.st.css.js +2 -2
  9. package/dist/cjs/components/CardContainer/CardContainer.st.css.js.map +1 -1
  10. package/dist/cjs/components/Collapse/Collapse.st.css.js +3 -3
  11. package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
  12. package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  13. package/dist/cjs/components/CollectionPageNew/CollectionPage.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/CollectionToolbar.uni.driver.js +4 -0
  19. package/dist/cjs/components/CollectionToolbar/CollectionToolbar.uni.driver.js.map +1 -1
  20. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +4 -4
  21. package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
  22. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  23. package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.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/CustomFieldFilters/buildCustomFieldFilterElement.js +40 -2
  27. package/dist/cjs/components/CustomFieldFilters/buildCustomFieldFilterElement.js.map +1 -1
  28. package/dist/cjs/components/CustomFieldsTransforms/transformCustomFiltersToWQL.js +5 -1
  29. package/dist/cjs/components/CustomFieldsTransforms/transformCustomFiltersToWQL.js.map +1 -1
  30. package/dist/cjs/components/CustomFieldsTransforms/transformOperatorFilterToWQL.js +113 -0
  31. package/dist/cjs/components/CustomFieldsTransforms/transformOperatorFilterToWQL.js.map +1 -0
  32. package/dist/cjs/components/DataExtension/CollectionDataExtensionState.js +4 -1
  33. package/dist/cjs/components/DataExtension/CollectionDataExtensionState.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/EntityPage/EntityPagePlain.st.css.js +2 -2
  37. package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
  38. package/dist/cjs/components/Fade/Fade.st.css.js +2 -2
  39. package/dist/cjs/components/Fade/Fade.st.css.js.map +1 -1
  40. package/dist/cjs/components/FiltersPanel/FiltersPanel.uni.driver.js +26 -0
  41. package/dist/cjs/components/FiltersPanel/FiltersPanel.uni.driver.js.map +1 -1
  42. package/dist/cjs/components/Heading/Heading.st.css.js +2 -2
  43. package/dist/cjs/components/Heading/Heading.st.css.js.map +1 -1
  44. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js +2 -2
  45. package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js.map +1 -1
  46. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js +3 -3
  47. package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
  48. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  49. package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
  50. package/dist/cjs/components/MaxLines/MaxLines.st.css.js +2 -2
  51. package/dist/cjs/components/MaxLines/MaxLines.st.css.js.map +1 -1
  52. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +5 -5
  53. package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
  54. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  55. package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
  56. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js +5 -5
  57. package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
  58. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  59. package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  60. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  61. package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
  62. package/dist/cjs/components/OperatorFilterPicker/OperatorFilterPicker.js +111 -0
  63. package/dist/cjs/components/OperatorFilterPicker/OperatorFilterPicker.js.map +1 -0
  64. package/dist/cjs/components/OperatorFilterPicker/index.js +7 -0
  65. package/dist/cjs/components/OperatorFilterPicker/index.js.map +1 -0
  66. package/dist/cjs/components/PickerContent/PickerContent.st.css.js +2 -2
  67. package/dist/cjs/components/PickerContent/PickerContent.st.css.js.map +1 -1
  68. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js +4 -4
  69. package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
  70. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  71. package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
  72. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  73. package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
  74. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
  75. package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
  76. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
  77. package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
  78. package/dist/cjs/components/Suggestions/MarketingCard.js +33 -21
  79. package/dist/cjs/components/Suggestions/MarketingCard.js.map +1 -1
  80. package/dist/cjs/components/Suggestions/SuggestionCtaWrapper.js +28 -0
  81. package/dist/cjs/components/Suggestions/SuggestionCtaWrapper.js.map +1 -0
  82. package/dist/cjs/components/Suggestions/Suggestions.js +38 -24
  83. package/dist/cjs/components/Suggestions/Suggestions.js.map +1 -1
  84. package/dist/cjs/components/Suggestions/SuggestionsContext.js +34 -0
  85. package/dist/cjs/components/Suggestions/SuggestionsContext.js.map +1 -0
  86. package/dist/cjs/components/Suggestions/index.js +3 -1
  87. package/dist/cjs/components/Suggestions/index.js.map +1 -1
  88. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
  89. package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
  90. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  91. package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
  92. package/dist/cjs/components/TagsAssignButton/TagsAssignButton.js +34 -11
  93. package/dist/cjs/components/TagsAssignButton/TagsAssignButton.js.map +1 -1
  94. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  95. package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
  96. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  97. package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
  98. package/dist/cjs/components/common.st.css.js +4 -4
  99. package/dist/cjs/components/common.st.css.js.map +1 -1
  100. package/dist/cjs/hooks/index.js +6 -0
  101. package/dist/cjs/hooks/index.js.map +1 -1
  102. package/dist/cjs/hooks/useOperatorFilterState.js +34 -0
  103. package/dist/cjs/hooks/useOperatorFilterState.js.map +1 -0
  104. package/dist/cjs/index.js +26 -2
  105. package/dist/cjs/index.js.map +1 -1
  106. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  107. package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
  108. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js +2 -2
  109. package/dist/cjs/state/FormPage/FormPageHeader.st.css.js.map +1 -1
  110. package/dist/cjs/state/OperatorFilterPickerState.js +112 -0
  111. package/dist/cjs/state/OperatorFilterPickerState.js.map +1 -0
  112. package/dist/cjs/state/Suggestions/SuggestionsBIReporter.js +12 -0
  113. package/dist/cjs/state/Suggestions/SuggestionsBIReporter.js.map +1 -1
  114. package/dist/cjs/state/Suggestions/SuggestionsState.js +6 -3
  115. package/dist/cjs/state/Suggestions/SuggestionsState.js.map +1 -1
  116. package/dist/cjs/state/TagsBulkAssignPopoverState.js +8 -0
  117. package/dist/cjs/state/TagsBulkAssignPopoverState.js.map +1 -1
  118. package/dist/cjs/state/index.js +6 -0
  119. package/dist/cjs/state/index.js.map +1 -1
  120. package/dist/cjs/styles.global.css +1 -1
  121. package/dist/cjs/test-utils/DealerBIMock.js +1 -1
  122. package/dist/cjs/test-utils/DealerBIMock.js.map +1 -1
  123. package/dist/cjs/utils/ReturnFocus.js +53 -0
  124. package/dist/cjs/utils/ReturnFocus.js.map +1 -0
  125. package/dist/cjs/version.js +1 -1
  126. package/dist/cjs/version.js.map +1 -1
  127. package/dist/esm/components/ActionControl/ActionButton.js +18 -4
  128. package/dist/esm/components/ActionControl/ActionButton.js.map +1 -1
  129. package/dist/esm/components/ActionControl/ActionPopover.js +35 -6
  130. package/dist/esm/components/ActionControl/ActionPopover.js.map +1 -1
  131. package/dist/esm/components/BulkActionButton/BulkActionButton.js +20 -5
  132. package/dist/esm/components/BulkActionButton/BulkActionButton.js.map +1 -1
  133. package/dist/esm/components/CardContainer/CardContainer.st.css.js +2 -2
  134. package/dist/esm/components/CardContainer/CardContainer.st.css.js.map +1 -1
  135. package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
  136. package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  137. package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js.map +1 -1
  138. package/dist/esm/components/CollectionTable/CollectionTable.st.css.js +2 -2
  139. package/dist/esm/components/CollectionTable/CollectionTable.st.css.js.map +1 -1
  140. package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
  141. package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js +4 -0
  142. package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js.map +1 -1
  143. package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
  144. package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
  145. package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
  146. package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
  147. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
  148. package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
  149. package/dist/esm/components/CustomFieldFilters/buildCustomFieldFilterElement.js +5 -0
  150. package/dist/esm/components/CustomFieldFilters/buildCustomFieldFilterElement.js.map +1 -1
  151. package/dist/esm/components/CustomFieldsTransforms/transformCustomFiltersToWQL.js +4 -0
  152. package/dist/esm/components/CustomFieldsTransforms/transformCustomFiltersToWQL.js.map +1 -1
  153. package/dist/esm/components/CustomFieldsTransforms/transformOperatorFilterToWQL.js +131 -0
  154. package/dist/esm/components/CustomFieldsTransforms/transformOperatorFilterToWQL.js.map +1 -0
  155. package/dist/esm/components/DataExtension/CollectionDataExtensionState.js +4 -1
  156. package/dist/esm/components/DataExtension/CollectionDataExtensionState.js.map +1 -1
  157. package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
  158. package/dist/esm/components/DragHandle/DragHandle.st.css.js.map +1 -1
  159. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  160. package/dist/esm/components/Fade/Fade.st.css.js +2 -2
  161. package/dist/esm/components/Fade/Fade.st.css.js.map +1 -1
  162. package/dist/esm/components/FiltersPanel/FiltersPanel.uni.driver.js +27 -1
  163. package/dist/esm/components/FiltersPanel/FiltersPanel.uni.driver.js.map +1 -1
  164. package/dist/esm/components/Heading/Heading.st.css.js +2 -2
  165. package/dist/esm/components/Heading/Heading.st.css.js.map +1 -1
  166. package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
  167. package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
  168. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  169. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
  170. package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
  171. package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
  172. package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  173. package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
  174. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  175. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  176. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  177. package/dist/esm/components/OperatorFilterPicker/OperatorFilterPicker.js +33 -0
  178. package/dist/esm/components/OperatorFilterPicker/OperatorFilterPicker.js.map +1 -0
  179. package/dist/esm/components/OperatorFilterPicker/index.js +2 -0
  180. package/dist/esm/components/OperatorFilterPicker/index.js.map +1 -0
  181. package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
  182. package/dist/esm/components/PickerContent/PickerContent.st.css.js.map +1 -1
  183. package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
  184. package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
  185. package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  186. package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  187. package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
  188. package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
  189. package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
  190. package/dist/esm/components/Suggestions/MarketingCard.js +5 -3
  191. package/dist/esm/components/Suggestions/MarketingCard.js.map +1 -1
  192. package/dist/esm/components/Suggestions/SuggestionCtaWrapper.js +17 -0
  193. package/dist/esm/components/Suggestions/SuggestionCtaWrapper.js.map +1 -0
  194. package/dist/esm/components/Suggestions/Suggestions.js +8 -9
  195. package/dist/esm/components/Suggestions/Suggestions.js.map +1 -1
  196. package/dist/esm/components/Suggestions/SuggestionsContext.js +14 -0
  197. package/dist/esm/components/Suggestions/SuggestionsContext.js.map +1 -0
  198. package/dist/esm/components/Suggestions/index.js +2 -3
  199. package/dist/esm/components/Suggestions/index.js.map +1 -1
  200. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
  201. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
  202. package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  203. package/dist/esm/components/TagsAssignButton/TagsAssignButton.js +18 -5
  204. package/dist/esm/components/TagsAssignButton/TagsAssignButton.js.map +1 -1
  205. package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  206. package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  207. package/dist/esm/components/common.st.css.js +2 -2
  208. package/dist/esm/components/common.st.css.js.map +1 -1
  209. package/dist/esm/hooks/index.js +1 -0
  210. package/dist/esm/hooks/index.js.map +1 -1
  211. package/dist/esm/hooks/useOperatorFilterState.js +22 -0
  212. package/dist/esm/hooks/useOperatorFilterState.js.map +1 -0
  213. package/dist/esm/index.js +3 -1
  214. package/dist/esm/index.js.map +1 -1
  215. package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  216. package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
  217. package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
  218. package/dist/esm/state/FormPage/FormPageHeader.st.css.js.map +1 -1
  219. package/dist/esm/state/OperatorFilterPickerState.js +88 -0
  220. package/dist/esm/state/OperatorFilterPickerState.js.map +1 -0
  221. package/dist/esm/state/Suggestions/SuggestionsBIReporter.js +12 -0
  222. package/dist/esm/state/Suggestions/SuggestionsBIReporter.js.map +1 -1
  223. package/dist/esm/state/Suggestions/SuggestionsState.js +6 -3
  224. package/dist/esm/state/Suggestions/SuggestionsState.js.map +1 -1
  225. package/dist/esm/state/TagsBulkAssignPopoverState.js +10 -0
  226. package/dist/esm/state/TagsBulkAssignPopoverState.js.map +1 -1
  227. package/dist/esm/state/index.js +1 -0
  228. package/dist/esm/state/index.js.map +1 -1
  229. package/dist/esm/styles.global.css +1 -1
  230. package/dist/esm/test-utils/DealerBIMock.js +1 -1
  231. package/dist/esm/test-utils/DealerBIMock.js.map +1 -1
  232. package/dist/esm/utils/ReturnFocus.js +45 -0
  233. package/dist/esm/utils/ReturnFocus.js.map +1 -0
  234. package/dist/esm/version.js +1 -1
  235. package/dist/types/components/ActionControl/ActionButton.d.ts.map +1 -1
  236. package/dist/types/components/ActionControl/ActionPopover.d.ts.map +1 -1
  237. package/dist/types/components/ActionControl/ActionSubItemProps.d.ts +6 -0
  238. package/dist/types/components/ActionControl/ActionSubItemProps.d.ts.map +1 -1
  239. package/dist/types/components/BulkActionButton/BulkActionButton.d.ts +1 -1
  240. package/dist/types/components/BulkActionButton/BulkActionButton.d.ts.map +1 -1
  241. package/dist/types/components/CardContainer/CardContainer.st.css.d.ts.map +1 -1
  242. package/dist/types/components/CollectionPageNew/CollectionPage.st.css.d.ts.map +1 -1
  243. package/dist/types/components/CollectionTable/CollectionTable.st.css.d.ts.map +1 -1
  244. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +494 -18
  245. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
  246. package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +243 -9
  247. package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
  248. package/dist/types/components/CollectionToolbar/SearchOrCustomFilter.st.css.d.ts.map +1 -1
  249. package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
  250. package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.st.css.d.ts.map +1 -1
  251. package/dist/types/components/CustomFieldFilters/buildCustomFieldFilterElement.d.ts.map +1 -1
  252. package/dist/types/components/CustomFieldsTransforms/transformCustomFiltersToWQL.d.ts.map +1 -1
  253. package/dist/types/components/CustomFieldsTransforms/transformOperatorFilterToWQL.d.ts +65 -0
  254. package/dist/types/components/CustomFieldsTransforms/transformOperatorFilterToWQL.d.ts.map +1 -0
  255. package/dist/types/components/DataExtension/CollectionDataExtensionState.d.ts.map +1 -1
  256. package/dist/types/components/DragHandle/DragHandle.st.css.d.ts.map +1 -1
  257. package/dist/types/components/Fade/Fade.st.css.d.ts.map +1 -1
  258. package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts +117 -0
  259. package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts.map +1 -1
  260. package/dist/types/components/Grid/Grid.uni.driver.d.ts +234 -0
  261. package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
  262. package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +726 -24
  263. package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
  264. package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +234 -0
  265. package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
  266. package/dist/types/components/Heading/Heading.st.css.d.ts.map +1 -1
  267. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts +234 -0
  268. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
  269. package/dist/types/components/MaxHeightText/MaxHeightText.st.css.d.ts.map +1 -1
  270. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +727 -31
  271. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
  272. package/dist/types/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.d.ts.map +1 -1
  273. package/dist/types/components/OperatorFilterPicker/OperatorFilterPicker.d.ts +16 -0
  274. package/dist/types/components/OperatorFilterPicker/OperatorFilterPicker.d.ts.map +1 -0
  275. package/dist/types/components/OperatorFilterPicker/index.d.ts +2 -0
  276. package/dist/types/components/OperatorFilterPicker/index.d.ts.map +1 -0
  277. package/dist/types/components/PickerContent/PickerContent.st.css.d.ts.map +1 -1
  278. package/dist/types/components/PickerContent/PickerContentAdditionalStep.st.css.d.ts.map +1 -1
  279. package/dist/types/components/ScrollableContent/ScrollableContent.st.css.d.ts.map +1 -1
  280. package/dist/types/components/Suggestions/MarketingCard.d.ts.map +1 -1
  281. package/dist/types/components/Suggestions/SuggestionCtaWrapper.d.ts +18 -0
  282. package/dist/types/components/Suggestions/SuggestionCtaWrapper.d.ts.map +1 -0
  283. package/dist/types/components/Suggestions/Suggestions.d.ts.map +1 -1
  284. package/dist/types/components/Suggestions/SuggestionsContext.d.ts +11 -0
  285. package/dist/types/components/Suggestions/SuggestionsContext.d.ts.map +1 -0
  286. package/dist/types/components/Suggestions/index.d.ts +2 -2
  287. package/dist/types/components/Suggestions/index.d.ts.map +1 -1
  288. package/dist/types/components/Table/Table.uni.driver.d.ts +468 -0
  289. package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
  290. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +726 -24
  291. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
  292. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +756 -18
  293. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
  294. package/dist/types/components/TabsFilter/TabsFilter.st.css.d.ts.map +1 -1
  295. package/dist/types/components/TagsAssignButton/TagsAssignButton.d.ts.map +1 -1
  296. package/dist/types/components/common.st.css.d.ts.map +1 -1
  297. package/dist/types/hooks/index.d.ts +1 -0
  298. package/dist/types/hooks/index.d.ts.map +1 -1
  299. package/dist/types/hooks/useOperatorFilterState.d.ts +13 -0
  300. package/dist/types/hooks/useOperatorFilterState.d.ts.map +1 -0
  301. package/dist/types/index.d.ts +3 -1
  302. package/dist/types/index.d.ts.map +1 -1
  303. package/dist/types/state/CollectionPage/CollectionPageHeader.st.css.d.ts.map +1 -1
  304. package/dist/types/state/FormPage/FormPageHeader.st.css.d.ts.map +1 -1
  305. package/dist/types/state/OperatorFilterPickerState.d.ts +40 -0
  306. package/dist/types/state/OperatorFilterPickerState.d.ts.map +1 -0
  307. package/dist/types/state/Suggestions/SuggestionsBIReporter.d.ts +1 -0
  308. package/dist/types/state/Suggestions/SuggestionsBIReporter.d.ts.map +1 -1
  309. package/dist/types/state/Suggestions/SuggestionsState.d.ts +2 -1
  310. package/dist/types/state/Suggestions/SuggestionsState.d.ts.map +1 -1
  311. package/dist/types/state/TagsBulkAssignPopoverState.d.ts +2 -0
  312. package/dist/types/state/TagsBulkAssignPopoverState.d.ts.map +1 -1
  313. package/dist/types/state/index.d.ts +1 -0
  314. package/dist/types/state/index.d.ts.map +1 -1
  315. package/dist/types/test-utils/DealerBIMock.d.ts +2 -2
  316. package/dist/types/test-utils/DealerBIMock.d.ts.map +1 -1
  317. package/dist/types/testkit/enzyme.d.ts +3822 -312
  318. package/dist/types/testkit/enzyme.d.ts.map +1 -1
  319. package/dist/types/testkit/jsdom.d.ts +4080 -336
  320. package/dist/types/testkit/jsdom.d.ts.map +1 -1
  321. package/dist/types/testkit/playwright.d.ts +3822 -312
  322. package/dist/types/testkit/playwright.d.ts.map +1 -1
  323. package/dist/types/testkit/puppeteer.d.ts +4080 -336
  324. package/dist/types/testkit/puppeteer.d.ts.map +1 -1
  325. package/dist/types/utils/ReturnFocus.d.ts +15 -0
  326. package/dist/types/utils/ReturnFocus.d.ts.map +1 -0
  327. package/dist/types/version.d.ts +1 -1
  328. package/package.json +3 -3
  329. package/src/components/ActionControl/ActionButton.tsx +39 -18
  330. package/src/components/ActionControl/ActionPopover.tsx +59 -22
  331. package/src/components/ActionControl/ActionSubItemProps.tsx +6 -0
  332. package/src/components/BulkActionButton/BulkActionButton.tsx +42 -18
  333. package/src/components/CardContainer/CardContainer.st.css.ts +2 -2
  334. package/src/components/Collapse/Collapse.st.css.ts +2 -2
  335. package/src/components/CollectionPageNew/CollectionPage.st.css.ts +2 -2
  336. package/src/components/CollectionTable/CollectionTable.st.css.ts +2 -2
  337. package/src/components/CollectionToolbar/CollectionToolbar.st.css.ts +2 -2
  338. package/src/components/CollectionToolbar/CollectionToolbar.uni.driver.ts +6 -0
  339. package/src/components/CollectionToolbar/SearchOrCustomFilter.st.css.ts +2 -2
  340. package/src/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.ts +2 -2
  341. package/src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts +2 -2
  342. package/src/components/CustomFieldFilters/buildCustomFieldFilterElement.tsx +25 -1
  343. package/src/components/CustomFieldsTransforms/transformCustomFiltersToWQL.tsx +4 -0
  344. package/src/components/CustomFieldsTransforms/transformOperatorFilterToWQL.tsx +150 -0
  345. package/src/components/DataExtension/CollectionDataExtensionState.ts +4 -0
  346. package/src/components/DragHandle/DragHandle.st.css.ts +2 -2
  347. package/src/components/EntityPage/EntityPagePlain.st.css.ts +2 -2
  348. package/src/components/Fade/Fade.st.css.ts +2 -2
  349. package/src/components/FiltersPanel/FiltersPanel.uni.driver.ts +41 -0
  350. package/src/components/Heading/Heading.st.css.ts +2 -2
  351. package/src/components/InputOverflow/InputOverflow.st.css.ts +2 -2
  352. package/src/components/LoadingRow/LoadingRow.st.css.ts +3 -3
  353. package/src/components/MaxHeightText/MaxHeightText.st.css.ts +2 -2
  354. package/src/components/MaxLines/MaxLines.st.css.ts +2 -2
  355. package/src/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.ts +2 -2
  356. package/src/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.ts +2 -2
  357. package/src/components/NestedTable/NestedTableRow.st.css.ts +2 -2
  358. package/src/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.ts +2 -2
  359. package/src/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.ts +2 -2
  360. package/src/components/OperatorFilterPicker/OperatorFilterPicker.tsx +99 -0
  361. package/src/components/OperatorFilterPicker/index.ts +4 -0
  362. package/src/components/PickerContent/PickerContent.st.css.ts +2 -2
  363. package/src/components/PickerContent/PickerContentAdditionalStep.st.css.ts +2 -2
  364. package/src/components/PickerTableListItem/PickerTableListItem.st.css.ts +2 -2
  365. package/src/components/ScrollableContent/ScrollableContent.st.css.ts +2 -2
  366. package/src/components/SkeletonCard/SkeletonCard.st.css.ts +2 -2
  367. package/src/components/SlidingModal/SlidingModal.st.css.ts +2 -2
  368. package/src/components/Suggestions/MarketingCard.tsx +19 -11
  369. package/src/components/Suggestions/SuggestionCtaWrapper.tsx +31 -0
  370. package/src/components/Suggestions/Suggestions.tsx +33 -29
  371. package/src/components/Suggestions/SuggestionsContext.tsx +34 -0
  372. package/src/components/Suggestions/index.ts +10 -5
  373. package/src/components/TabsFilter/TabsFilter.st.css.ts +2 -2
  374. package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.ts +2 -2
  375. package/src/components/TagsAssignButton/TagsAssignButton.tsx +38 -20
  376. package/src/components/ToolbarItem/ToolbarItem.st.css.ts +2 -2
  377. package/src/components/ToolbarItemBox/ToolbarItemBox.st.css.ts +2 -2
  378. package/src/components/common.st.css.ts +2 -2
  379. package/src/hooks/index.ts +1 -0
  380. package/src/hooks/useOperatorFilterState.ts +37 -0
  381. package/src/index.ts +9 -0
  382. package/src/state/CollectionPage/CollectionPageHeader.st.css.ts +2 -2
  383. package/src/state/FormPage/FormPageHeader.st.css.ts +2 -2
  384. package/src/state/OperatorFilterPickerState.ts +136 -0
  385. package/src/state/Suggestions/SuggestionsBIReporter.ts +15 -0
  386. package/src/state/Suggestions/SuggestionsState.ts +6 -2
  387. package/src/state/TagsBulkAssignPopoverState.ts +13 -0
  388. package/src/state/index.ts +1 -0
  389. package/src/styles.global.css +1 -1
  390. package/src/test-utils/DealerBIMock.ts +3 -3
  391. package/src/utils/ReturnFocus.ts +51 -0
  392. package/src/version.ts +1 -1
@@ -2503,6 +2503,123 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
2503
2503
  getText: () => Promise<string>;
2504
2504
  };
2505
2505
  };
2506
+ getOperatorPickerDriver: (filterName: string) => {
2507
+ exists: () => Promise<boolean>;
2508
+ getOperatorPicker: () => UniDriver<any, {
2509
+ parent?: any | undefined;
2510
+ base?: any;
2511
+ selector?: string | Promise<string> | undefined;
2512
+ idx?: number | undefined;
2513
+ timeBudget?: number | undefined;
2514
+ }, any>;
2515
+ getOperatorDropdown: () => {
2516
+ getListType: (dataHook: string) => Promise<string | null>;
2517
+ clickTargetElement: (dataHook: string) => Promise<void>;
2518
+ hoverTargetElement: (dataHook: string) => Promise<void>;
2519
+ isDropdownShown: () => Promise<boolean>;
2520
+ selectOption: (index: number) => Promise<void>;
2521
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
2522
+ clickOutside: () => Promise<void>;
2523
+ optionsCount: () => Promise<number>;
2524
+ optionContentAt: (position: number) => Promise<any>;
2525
+ getSelectedOptionId: () => Promise<string | null>;
2526
+ getMarkedOption: () => Promise<string | null>;
2527
+ mouseEnter: () => Promise<void>;
2528
+ mouseLeave: () => Promise<void>;
2529
+ exists: () => Promise<boolean>;
2530
+ element: () => Promise<any>;
2531
+ click: () => Promise<void>;
2532
+ base: UniDriver<any, {
2533
+ parent?: any | undefined;
2534
+ base?: any;
2535
+ selector?: string | Promise<string> | undefined;
2536
+ idx?: number | undefined;
2537
+ timeBudget?: number | undefined;
2538
+ }, any>;
2539
+ };
2540
+ getValueInput: () => {
2541
+ click: () => Promise<void>;
2542
+ getInputAttribute: (name: string) => Promise<string | null>;
2543
+ getInputElementClasses: () => Promise<DOMTokenList>;
2544
+ suffixComponentExists: (className: string) => Promise<boolean>;
2545
+ getRootElementClasses: () => Promise<DOMTokenList>;
2546
+ getAriaDescribedby: () => Promise<string | null>;
2547
+ getAriaLabel: () => Promise<string | null>;
2548
+ getName: () => Promise<string | null>;
2549
+ getMaxLength: () => Promise<string | null>;
2550
+ getType: () => Promise<string | null>;
2551
+ getAriaControls: () => Promise<string | null>;
2552
+ clickIconAffix: () => Promise<void>;
2553
+ clickCustomAffix: () => Promise<void>;
2554
+ getCustomAffixText: () => Promise<string>;
2555
+ hasSuffix: () => Promise<boolean>;
2556
+ getClearButtonTooltipContent: () => Promise<string>;
2557
+ prefixComponentExists: (style: string) => Promise<boolean>;
2558
+ hasPrefix: () => Promise<boolean>;
2559
+ hasClearButton: () => Promise<boolean>;
2560
+ clickClear: () => Promise<void>;
2561
+ getValue: () => Promise<string>;
2562
+ getText: () => Promise<string>;
2563
+ getPattern: () => Promise<string | null>;
2564
+ getPlaceholder: () => Promise<string | null>;
2565
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
2566
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
2567
+ isDisabled: () => Promise<boolean>;
2568
+ isHoveredStyle: () => Promise<boolean>;
2569
+ isFocusedStyle: () => Promise<boolean>;
2570
+ getRequired: () => Promise<any>;
2571
+ enterText: (value: string) => Promise<void>;
2572
+ getAutocomplete: () => Promise<string | null>;
2573
+ getDefaultValue: () => Promise<any>;
2574
+ getTabIndex: () => Promise<any>;
2575
+ isCustomInput: () => Promise<boolean>;
2576
+ getReadOnly: () => Promise<any>;
2577
+ getDisabled: () => Promise<any>;
2578
+ getTextOverflow: () => Promise<string>;
2579
+ focus: () => Promise<void>;
2580
+ blur: () => Promise<void>;
2581
+ keyUp: () => Promise<void>;
2582
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
2583
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "-" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
2584
+ paste: () => Promise<void>;
2585
+ copy: () => Promise<void>;
2586
+ wheel: () => Promise<void>;
2587
+ trigger: {
2588
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
2589
+ (eventType: "change", event: {
2590
+ target: {
2591
+ value: string;
2592
+ };
2593
+ }): Promise<void>;
2594
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
2595
+ };
2596
+ isFocus: () => Promise<boolean | undefined>;
2597
+ clickMenuArrow: () => Promise<void>;
2598
+ hasMenuArrow: () => Promise<boolean>;
2599
+ isRTL: () => Promise<boolean>;
2600
+ getCursorLocation: () => Promise<number>;
2601
+ clearText: () => Promise<void>;
2602
+ clickOutside: () => Promise<void>;
2603
+ isMasked: () => Promise<boolean>;
2604
+ isSelected: () => Promise<boolean>;
2605
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
2606
+ getStatusMessage: () => Promise<string | null>;
2607
+ exists: () => Promise<boolean>;
2608
+ element: () => Promise<any>;
2609
+ base: UniDriver<any, {
2610
+ parent?: any | undefined;
2611
+ base?: any;
2612
+ selector?: string | Promise<string> | undefined;
2613
+ idx?: number | undefined;
2614
+ timeBudget?: number | undefined;
2615
+ }, any>;
2616
+ };
2617
+ selectOperator: (optionIndex: number) => Promise<void>;
2618
+ getSelectedOperator: () => Promise<string | null>;
2619
+ enterValue: (value: string) => Promise<void>;
2620
+ getValue: () => Promise<string>;
2621
+ blur: () => Promise<void>;
2622
+ };
2506
2623
  getRadioGroupFilter: (filterName: string) => {
2507
2624
  getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
2508
2625
  getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
@@ -3354,10 +3471,125 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
3354
3471
  timeBudget?: number | undefined;
3355
3472
  }, any>;
3356
3473
  };
3474
+ getOperatorPickerDriver: (filterName: string) => {
3475
+ exists: () => Promise<boolean>;
3476
+ getOperatorPicker: () => UniDriver<any, {
3477
+ parent?: any | undefined;
3478
+ base?: any;
3479
+ selector?: string | Promise<string> | undefined;
3480
+ idx?: number | undefined;
3481
+ timeBudget?: number | undefined;
3482
+ }, any>;
3483
+ getOperatorDropdown: () => {
3484
+ getListType: (dataHook: string) => Promise<string | null>;
3485
+ clickTargetElement: (dataHook: string) => Promise<void>;
3486
+ hoverTargetElement: (dataHook: string) => Promise<void>;
3487
+ isDropdownShown: () => Promise<boolean>;
3488
+ selectOption: (index: number) => Promise<void>;
3489
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
3490
+ clickOutside: () => Promise<void>;
3491
+ optionsCount: () => Promise<number>;
3492
+ optionContentAt: (position: number) => Promise<any>;
3493
+ getSelectedOptionId: () => Promise<string | null>;
3494
+ getMarkedOption: () => Promise<string | null>;
3495
+ mouseEnter: () => Promise<void>;
3496
+ mouseLeave: () => Promise<void>;
3497
+ exists: () => Promise<boolean>;
3498
+ element: () => Promise<any>;
3499
+ click: () => Promise<void>;
3500
+ base: UniDriver<any, {
3501
+ parent?: any | undefined;
3502
+ base?: any;
3503
+ selector?: string | Promise<string> | undefined;
3504
+ idx?: number | undefined;
3505
+ timeBudget?: number | undefined;
3506
+ }, any>;
3507
+ };
3508
+ getValueInput: () => {
3509
+ click: () => Promise<void>;
3510
+ getInputAttribute: (name: string) => Promise<string | null>;
3511
+ getInputElementClasses: () => Promise<DOMTokenList>;
3512
+ suffixComponentExists: (className: string) => Promise<boolean>;
3513
+ getRootElementClasses: () => Promise<DOMTokenList>;
3514
+ getAriaDescribedby: () => Promise<string | null>;
3515
+ getAriaLabel: () => Promise<string | null>;
3516
+ getName: () => Promise<string | null>;
3517
+ getMaxLength: () => Promise<string | null>;
3518
+ getType: () => Promise<string | null>;
3519
+ getAriaControls: () => Promise<string | null>;
3520
+ clickIconAffix: () => Promise<void>;
3521
+ clickCustomAffix: () => Promise<void>;
3522
+ getCustomAffixText: () => Promise<string>;
3523
+ hasSuffix: () => Promise<boolean>;
3524
+ getClearButtonTooltipContent: () => Promise<string>;
3525
+ prefixComponentExists: (style: string) => Promise<boolean>;
3526
+ hasPrefix: () => Promise<boolean>;
3527
+ hasClearButton: () => Promise<boolean>;
3528
+ clickClear: () => Promise<void>;
3529
+ getValue: () => Promise<string>;
3530
+ getText: () => Promise<string>;
3531
+ getPattern: () => Promise<string | null>;
3532
+ getPlaceholder: () => Promise<string | null>;
3533
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
3534
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
3535
+ isDisabled: () => Promise<boolean>;
3536
+ isHoveredStyle: () => Promise<boolean>;
3537
+ isFocusedStyle: () => Promise<boolean>;
3538
+ getRequired: () => Promise<any>;
3539
+ enterText: (value: string) => Promise<void>;
3540
+ getAutocomplete: () => Promise<string | null>;
3541
+ getDefaultValue: () => Promise<any>;
3542
+ getTabIndex: () => Promise<any>;
3543
+ isCustomInput: () => Promise<boolean>;
3544
+ getReadOnly: () => Promise<any>;
3545
+ getDisabled: () => Promise<any>;
3546
+ getTextOverflow: () => Promise<string>;
3547
+ focus: () => Promise<void>;
3548
+ blur: () => Promise<void>;
3549
+ keyUp: () => Promise<void>;
3550
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
3551
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "-" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
3552
+ paste: () => Promise<void>;
3553
+ copy: () => Promise<void>;
3554
+ wheel: () => Promise<void>;
3555
+ trigger: {
3556
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
3557
+ (eventType: "change", event: {
3558
+ target: {
3559
+ value: string;
3560
+ };
3561
+ }): Promise<void>;
3562
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
3563
+ };
3564
+ isFocus: () => Promise<boolean | undefined>;
3565
+ clickMenuArrow: () => Promise<void>;
3566
+ hasMenuArrow: () => Promise<boolean>;
3567
+ isRTL: () => Promise<boolean>;
3568
+ getCursorLocation: () => Promise<number>;
3569
+ clearText: () => Promise<void>;
3570
+ clickOutside: () => Promise<void>;
3571
+ isMasked: () => Promise<boolean>;
3572
+ isSelected: () => Promise<boolean>;
3573
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
3574
+ getStatusMessage: () => Promise<string | null>;
3575
+ exists: () => Promise<boolean>;
3576
+ element: () => Promise<any>;
3577
+ base: UniDriver<any, {
3578
+ parent?: any | undefined;
3579
+ base?: any;
3580
+ selector?: string | Promise<string> | undefined;
3581
+ idx?: number | undefined;
3582
+ timeBudget?: number | undefined;
3583
+ }, any>;
3584
+ };
3585
+ selectOperator: (optionIndex: number) => Promise<void>;
3586
+ getSelectedOperator: () => Promise<string | null>;
3587
+ enterValue: (value: string) => Promise<void>;
3588
+ getValue: () => Promise<string>;
3589
+ blur: () => Promise<void>;
3590
+ };
3357
3591
  getItemTextAt: (index: number) => Promise<string>;
3358
- getItemsCount: () => Promise<number>; /**
3359
- * Gets collection summary bar
3360
- */
3592
+ getItemsCount: () => Promise<number>;
3361
3593
  applyButton: () => {
3362
3594
  getButtonTextContent: () => Promise<string>;
3363
3595
  isFocused: () => Promise<boolean>;
@@ -8803,32 +9035,32 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
8803
9035
  getText: () => Promise<string>;
8804
9036
  };
8805
9037
  };
8806
- getRadioGroupFilter: (filterName: string) => {
8807
- getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
8808
- getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
8809
- getSelectedItem: () => Promise<string | number | null>;
9038
+ getOperatorPickerDriver: (filterName: string) => {
8810
9039
  exists: () => Promise<boolean>;
8811
- click: () => Promise<void>;
8812
- element: () => Promise<any>;
8813
- base: UniDriver<any, {
9040
+ getOperatorPicker: () => UniDriver<any, {
8814
9041
  parent?: any | undefined;
8815
9042
  base?: any;
8816
9043
  selector?: string | Promise<string> | undefined;
8817
9044
  idx?: number | undefined;
8818
9045
  timeBudget?: number | undefined;
8819
9046
  }, any>;
8820
- };
8821
- getMultiLevelSortingButton: () => {
8822
- getTooltip: () => {
8823
- click: () => Promise<void>;
8824
- tooltipExists: () => Promise<boolean>;
9047
+ getOperatorDropdown: () => {
9048
+ getListType: (dataHook: string) => Promise<string | null>;
9049
+ clickTargetElement: (dataHook: string) => Promise<void>;
9050
+ hoverTargetElement: (dataHook: string) => Promise<void>;
9051
+ isDropdownShown: () => Promise<boolean>;
9052
+ selectOption: (index: number) => Promise<void>;
9053
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
9054
+ clickOutside: () => Promise<void>;
9055
+ optionsCount: () => Promise<number>;
9056
+ optionContentAt: (position: number) => Promise<any>;
9057
+ getSelectedOptionId: () => Promise<string | null>;
9058
+ getMarkedOption: () => Promise<string | null>;
8825
9059
  mouseEnter: () => Promise<void>;
8826
9060
  mouseLeave: () => Promise<void>;
8827
- clickOutside: () => Promise<void>;
8828
- getTooltipText: () => Promise<string | null>;
8829
- hasSize: (sizeName: import("@wix/design-system").TooltipSize) => Promise<boolean>;
8830
9061
  exists: () => Promise<boolean>;
8831
9062
  element: () => Promise<any>;
9063
+ click: () => Promise<void>;
8832
9064
  base: UniDriver<any, {
8833
9065
  parent?: any | undefined;
8834
9066
  base?: any;
@@ -8837,13 +9069,130 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
8837
9069
  timeBudget?: number | undefined;
8838
9070
  }, any>;
8839
9071
  };
8840
- getButton: () => {
8841
- getButtonTextContent: () => Promise<string>;
8842
- isFocused: () => Promise<boolean>;
8843
- isButtonDisabled: () => Promise<boolean>;
8844
- hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
8845
- isPrefixIconExists: () => Promise<boolean>;
8846
- isSuffixIconExists: () => Promise<boolean>;
9072
+ getValueInput: () => {
9073
+ click: () => Promise<void>;
9074
+ getInputAttribute: (name: string) => Promise<string | null>;
9075
+ getInputElementClasses: () => Promise<DOMTokenList>;
9076
+ suffixComponentExists: (className: string) => Promise<boolean>;
9077
+ getRootElementClasses: () => Promise<DOMTokenList>;
9078
+ getAriaDescribedby: () => Promise<string | null>;
9079
+ getAriaLabel: () => Promise<string | null>;
9080
+ getName: () => Promise<string | null>;
9081
+ getMaxLength: () => Promise<string | null>;
9082
+ getType: () => Promise<string | null>;
9083
+ getAriaControls: () => Promise<string | null>;
9084
+ clickIconAffix: () => Promise<void>;
9085
+ clickCustomAffix: () => Promise<void>;
9086
+ getCustomAffixText: () => Promise<string>;
9087
+ hasSuffix: () => Promise<boolean>;
9088
+ getClearButtonTooltipContent: () => Promise<string>;
9089
+ prefixComponentExists: (style: string) => Promise<boolean>;
9090
+ hasPrefix: () => Promise<boolean>;
9091
+ hasClearButton: () => Promise<boolean>;
9092
+ clickClear: () => Promise<void>;
9093
+ getValue: () => Promise<string>;
9094
+ getText: () => Promise<string>;
9095
+ getPattern: () => Promise<string | null>;
9096
+ getPlaceholder: () => Promise<string | null>;
9097
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
9098
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
9099
+ isDisabled: () => Promise<boolean>;
9100
+ isHoveredStyle: () => Promise<boolean>;
9101
+ isFocusedStyle: () => Promise<boolean>;
9102
+ getRequired: () => Promise<any>;
9103
+ enterText: (value: string) => Promise<void>;
9104
+ getAutocomplete: () => Promise<string | null>;
9105
+ getDefaultValue: () => Promise<any>;
9106
+ getTabIndex: () => Promise<any>;
9107
+ isCustomInput: () => Promise<boolean>;
9108
+ getReadOnly: () => Promise<any>;
9109
+ getDisabled: () => Promise<any>;
9110
+ getTextOverflow: () => Promise<string>;
9111
+ focus: () => Promise<void>;
9112
+ blur: () => Promise<void>;
9113
+ keyUp: () => Promise<void>;
9114
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
9115
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "-" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
9116
+ paste: () => Promise<void>;
9117
+ copy: () => Promise<void>;
9118
+ wheel: () => Promise<void>;
9119
+ trigger: {
9120
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
9121
+ (eventType: "change", event: {
9122
+ target: {
9123
+ value: string;
9124
+ };
9125
+ }): Promise<void>;
9126
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
9127
+ };
9128
+ isFocus: () => Promise<boolean | undefined>;
9129
+ clickMenuArrow: () => Promise<void>;
9130
+ hasMenuArrow: () => Promise<boolean>;
9131
+ isRTL: () => Promise<boolean>;
9132
+ getCursorLocation: () => Promise<number>;
9133
+ clearText: () => Promise<void>;
9134
+ clickOutside: () => Promise<void>;
9135
+ isMasked: () => Promise<boolean>;
9136
+ isSelected: () => Promise<boolean>;
9137
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
9138
+ getStatusMessage: () => Promise<string | null>;
9139
+ exists: () => Promise<boolean>;
9140
+ element: () => Promise<any>;
9141
+ base: UniDriver<any, {
9142
+ parent?: any | undefined;
9143
+ base?: any;
9144
+ selector?: string | Promise<string> | undefined;
9145
+ idx?: number | undefined;
9146
+ timeBudget?: number | undefined;
9147
+ }, any>;
9148
+ };
9149
+ selectOperator: (optionIndex: number) => Promise<void>;
9150
+ getSelectedOperator: () => Promise<string | null>;
9151
+ enterValue: (value: string) => Promise<void>;
9152
+ getValue: () => Promise<string>;
9153
+ blur: () => Promise<void>;
9154
+ };
9155
+ getRadioGroupFilter: (filterName: string) => {
9156
+ getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
9157
+ getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
9158
+ getSelectedItem: () => Promise<string | number | null>;
9159
+ exists: () => Promise<boolean>;
9160
+ click: () => Promise<void>;
9161
+ element: () => Promise<any>;
9162
+ base: UniDriver<any, {
9163
+ parent?: any | undefined;
9164
+ base?: any;
9165
+ selector?: string | Promise<string> | undefined;
9166
+ idx?: number | undefined;
9167
+ timeBudget?: number | undefined;
9168
+ }, any>;
9169
+ };
9170
+ getMultiLevelSortingButton: () => {
9171
+ getTooltip: () => {
9172
+ click: () => Promise<void>;
9173
+ tooltipExists: () => Promise<boolean>;
9174
+ mouseEnter: () => Promise<void>;
9175
+ mouseLeave: () => Promise<void>;
9176
+ clickOutside: () => Promise<void>;
9177
+ getTooltipText: () => Promise<string | null>;
9178
+ hasSize: (sizeName: import("@wix/design-system").TooltipSize) => Promise<boolean>;
9179
+ exists: () => Promise<boolean>;
9180
+ element: () => Promise<any>;
9181
+ base: UniDriver<any, {
9182
+ parent?: any | undefined;
9183
+ base?: any;
9184
+ selector?: string | Promise<string> | undefined;
9185
+ idx?: number | undefined;
9186
+ timeBudget?: number | undefined;
9187
+ }, any>;
9188
+ };
9189
+ getButton: () => {
9190
+ getButtonTextContent: () => Promise<string>;
9191
+ isFocused: () => Promise<boolean>;
9192
+ isButtonDisabled: () => Promise<boolean>;
9193
+ hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
9194
+ isPrefixIconExists: () => Promise<boolean>;
9195
+ isSuffixIconExists: () => Promise<boolean>;
8847
9196
  exists: () => Promise<boolean>;
8848
9197
  element: () => Promise<any>;
8849
9198
  click: () => Promise<void>;
@@ -9654,10 +10003,125 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
9654
10003
  timeBudget?: number | undefined;
9655
10004
  }, any>;
9656
10005
  };
10006
+ getOperatorPickerDriver: (filterName: string) => {
10007
+ exists: () => Promise<boolean>;
10008
+ getOperatorPicker: () => UniDriver<any, {
10009
+ parent?: any | undefined;
10010
+ base?: any;
10011
+ selector?: string | Promise<string> | undefined;
10012
+ idx?: number | undefined;
10013
+ timeBudget?: number | undefined;
10014
+ }, any>;
10015
+ getOperatorDropdown: () => {
10016
+ getListType: (dataHook: string) => Promise<string | null>;
10017
+ clickTargetElement: (dataHook: string) => Promise<void>;
10018
+ hoverTargetElement: (dataHook: string) => Promise<void>;
10019
+ isDropdownShown: () => Promise<boolean>;
10020
+ selectOption: (index: number) => Promise<void>;
10021
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
10022
+ clickOutside: () => Promise<void>;
10023
+ optionsCount: () => Promise<number>;
10024
+ optionContentAt: (position: number) => Promise<any>;
10025
+ getSelectedOptionId: () => Promise<string | null>;
10026
+ getMarkedOption: () => Promise<string | null>;
10027
+ mouseEnter: () => Promise<void>;
10028
+ mouseLeave: () => Promise<void>;
10029
+ exists: () => Promise<boolean>;
10030
+ element: () => Promise<any>;
10031
+ click: () => Promise<void>;
10032
+ base: UniDriver<any, {
10033
+ parent?: any | undefined;
10034
+ base?: any;
10035
+ selector?: string | Promise<string> | undefined;
10036
+ idx?: number | undefined;
10037
+ timeBudget?: number | undefined;
10038
+ }, any>;
10039
+ };
10040
+ getValueInput: () => {
10041
+ click: () => Promise<void>;
10042
+ getInputAttribute: (name: string) => Promise<string | null>;
10043
+ getInputElementClasses: () => Promise<DOMTokenList>;
10044
+ suffixComponentExists: (className: string) => Promise<boolean>;
10045
+ getRootElementClasses: () => Promise<DOMTokenList>;
10046
+ getAriaDescribedby: () => Promise<string | null>;
10047
+ getAriaLabel: () => Promise<string | null>;
10048
+ getName: () => Promise<string | null>;
10049
+ getMaxLength: () => Promise<string | null>;
10050
+ getType: () => Promise<string | null>;
10051
+ getAriaControls: () => Promise<string | null>;
10052
+ clickIconAffix: () => Promise<void>;
10053
+ clickCustomAffix: () => Promise<void>;
10054
+ getCustomAffixText: () => Promise<string>;
10055
+ hasSuffix: () => Promise<boolean>;
10056
+ getClearButtonTooltipContent: () => Promise<string>;
10057
+ prefixComponentExists: (style: string) => Promise<boolean>;
10058
+ hasPrefix: () => Promise<boolean>;
10059
+ hasClearButton: () => Promise<boolean>;
10060
+ clickClear: () => Promise<void>;
10061
+ getValue: () => Promise<string>;
10062
+ getText: () => Promise<string>;
10063
+ getPattern: () => Promise<string | null>;
10064
+ getPlaceholder: () => Promise<string | null>;
10065
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
10066
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
10067
+ isDisabled: () => Promise<boolean>;
10068
+ isHoveredStyle: () => Promise<boolean>;
10069
+ isFocusedStyle: () => Promise<boolean>;
10070
+ getRequired: () => Promise<any>;
10071
+ enterText: (value: string) => Promise<void>;
10072
+ getAutocomplete: () => Promise<string | null>;
10073
+ getDefaultValue: () => Promise<any>;
10074
+ getTabIndex: () => Promise<any>;
10075
+ isCustomInput: () => Promise<boolean>;
10076
+ getReadOnly: () => Promise<any>;
10077
+ getDisabled: () => Promise<any>;
10078
+ getTextOverflow: () => Promise<string>;
10079
+ focus: () => Promise<void>;
10080
+ blur: () => Promise<void>;
10081
+ keyUp: () => Promise<void>;
10082
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
10083
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "-" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
10084
+ paste: () => Promise<void>;
10085
+ copy: () => Promise<void>;
10086
+ wheel: () => Promise<void>;
10087
+ trigger: {
10088
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
10089
+ (eventType: "change", event: {
10090
+ target: {
10091
+ value: string;
10092
+ };
10093
+ }): Promise<void>;
10094
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
10095
+ };
10096
+ isFocus: () => Promise<boolean | undefined>;
10097
+ clickMenuArrow: () => Promise<void>;
10098
+ hasMenuArrow: () => Promise<boolean>;
10099
+ isRTL: () => Promise<boolean>;
10100
+ getCursorLocation: () => Promise<number>;
10101
+ clearText: () => Promise<void>;
10102
+ clickOutside: () => Promise<void>;
10103
+ isMasked: () => Promise<boolean>;
10104
+ isSelected: () => Promise<boolean>;
10105
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
10106
+ getStatusMessage: () => Promise<string | null>;
10107
+ exists: () => Promise<boolean>;
10108
+ element: () => Promise<any>;
10109
+ base: UniDriver<any, {
10110
+ parent?: any | undefined;
10111
+ base?: any;
10112
+ selector?: string | Promise<string> | undefined;
10113
+ idx?: number | undefined;
10114
+ timeBudget?: number | undefined;
10115
+ }, any>;
10116
+ };
10117
+ selectOperator: (optionIndex: number) => Promise<void>;
10118
+ getSelectedOperator: () => Promise<string | null>;
10119
+ enterValue: (value: string) => Promise<void>;
10120
+ getValue: () => Promise<string>;
10121
+ blur: () => Promise<void>;
10122
+ };
9657
10123
  getItemTextAt: (index: number) => Promise<string>;
9658
- getItemsCount: () => Promise<number>; /**
9659
- * Gets collection summary bar
9660
- */
10124
+ getItemsCount: () => Promise<number>;
9661
10125
  applyButton: () => {
9662
10126
  getButtonTextContent: () => Promise<string>;
9663
10127
  isFocused: () => Promise<boolean>;
@@ -13566,6 +14030,123 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
13566
14030
  getText: () => Promise<string>;
13567
14031
  };
13568
14032
  };
14033
+ getOperatorPickerDriver: (filterName: string) => {
14034
+ exists: () => Promise<boolean>;
14035
+ getOperatorPicker: () => UniDriver<any, {
14036
+ parent?: any | undefined;
14037
+ base?: any;
14038
+ selector?: string | Promise<string> | undefined;
14039
+ idx?: number | undefined;
14040
+ timeBudget?: number | undefined;
14041
+ }, any>;
14042
+ getOperatorDropdown: () => {
14043
+ getListType: (dataHook: string) => Promise<string | null>;
14044
+ clickTargetElement: (dataHook: string) => Promise<void>;
14045
+ hoverTargetElement: (dataHook: string) => Promise<void>;
14046
+ isDropdownShown: () => Promise<boolean>;
14047
+ selectOption: (index: number) => Promise<void>;
14048
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
14049
+ clickOutside: () => Promise<void>;
14050
+ optionsCount: () => Promise<number>;
14051
+ optionContentAt: (position: number) => Promise<any>;
14052
+ getSelectedOptionId: () => Promise<string | null>;
14053
+ getMarkedOption: () => Promise<string | null>;
14054
+ mouseEnter: () => Promise<void>;
14055
+ mouseLeave: () => Promise<void>;
14056
+ exists: () => Promise<boolean>;
14057
+ element: () => Promise<any>;
14058
+ click: () => Promise<void>;
14059
+ base: UniDriver<any, {
14060
+ parent?: any | undefined;
14061
+ base?: any;
14062
+ selector?: string | Promise<string> | undefined;
14063
+ idx?: number | undefined;
14064
+ timeBudget?: number | undefined;
14065
+ }, any>;
14066
+ };
14067
+ getValueInput: () => {
14068
+ click: () => Promise<void>;
14069
+ getInputAttribute: (name: string) => Promise<string | null>;
14070
+ getInputElementClasses: () => Promise<DOMTokenList>;
14071
+ suffixComponentExists: (className: string) => Promise<boolean>;
14072
+ getRootElementClasses: () => Promise<DOMTokenList>;
14073
+ getAriaDescribedby: () => Promise<string | null>;
14074
+ getAriaLabel: () => Promise<string | null>;
14075
+ getName: () => Promise<string | null>;
14076
+ getMaxLength: () => Promise<string | null>;
14077
+ getType: () => Promise<string | null>;
14078
+ getAriaControls: () => Promise<string | null>;
14079
+ clickIconAffix: () => Promise<void>;
14080
+ clickCustomAffix: () => Promise<void>;
14081
+ getCustomAffixText: () => Promise<string>;
14082
+ hasSuffix: () => Promise<boolean>;
14083
+ getClearButtonTooltipContent: () => Promise<string>;
14084
+ prefixComponentExists: (style: string) => Promise<boolean>;
14085
+ hasPrefix: () => Promise<boolean>;
14086
+ hasClearButton: () => Promise<boolean>;
14087
+ clickClear: () => Promise<void>;
14088
+ getValue: () => Promise<string>;
14089
+ getText: () => Promise<string>;
14090
+ getPattern: () => Promise<string | null>;
14091
+ getPlaceholder: () => Promise<string | null>;
14092
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
14093
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
14094
+ isDisabled: () => Promise<boolean>;
14095
+ isHoveredStyle: () => Promise<boolean>;
14096
+ isFocusedStyle: () => Promise<boolean>;
14097
+ getRequired: () => Promise<any>;
14098
+ enterText: (value: string) => Promise<void>;
14099
+ getAutocomplete: () => Promise<string | null>;
14100
+ getDefaultValue: () => Promise<any>;
14101
+ getTabIndex: () => Promise<any>;
14102
+ isCustomInput: () => Promise<boolean>;
14103
+ getReadOnly: () => Promise<any>;
14104
+ getDisabled: () => Promise<any>;
14105
+ getTextOverflow: () => Promise<string>;
14106
+ focus: () => Promise<void>;
14107
+ blur: () => Promise<void>;
14108
+ keyUp: () => Promise<void>;
14109
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
14110
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "-" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
14111
+ paste: () => Promise<void>;
14112
+ copy: () => Promise<void>;
14113
+ wheel: () => Promise<void>;
14114
+ trigger: {
14115
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
14116
+ (eventType: "change", event: {
14117
+ target: {
14118
+ value: string;
14119
+ };
14120
+ }): Promise<void>;
14121
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
14122
+ };
14123
+ isFocus: () => Promise<boolean | undefined>;
14124
+ clickMenuArrow: () => Promise<void>;
14125
+ hasMenuArrow: () => Promise<boolean>;
14126
+ isRTL: () => Promise<boolean>;
14127
+ getCursorLocation: () => Promise<number>;
14128
+ clearText: () => Promise<void>;
14129
+ clickOutside: () => Promise<void>;
14130
+ isMasked: () => Promise<boolean>;
14131
+ isSelected: () => Promise<boolean>;
14132
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
14133
+ getStatusMessage: () => Promise<string | null>;
14134
+ exists: () => Promise<boolean>;
14135
+ element: () => Promise<any>;
14136
+ base: UniDriver<any, {
14137
+ parent?: any | undefined;
14138
+ base?: any;
14139
+ selector?: string | Promise<string> | undefined;
14140
+ idx?: number | undefined;
14141
+ timeBudget?: number | undefined;
14142
+ }, any>;
14143
+ };
14144
+ selectOperator: (optionIndex: number) => Promise<void>;
14145
+ getSelectedOperator: () => Promise<string | null>;
14146
+ enterValue: (value: string) => Promise<void>;
14147
+ getValue: () => Promise<string>;
14148
+ blur: () => Promise<void>;
14149
+ };
13569
14150
  getRadioGroupFilter: (filterName: string) => {
13570
14151
  getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
13571
14152
  getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
@@ -14417,10 +14998,125 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
14417
14998
  timeBudget?: number | undefined;
14418
14999
  }, any>;
14419
15000
  };
15001
+ getOperatorPickerDriver: (filterName: string) => {
15002
+ exists: () => Promise<boolean>;
15003
+ getOperatorPicker: () => UniDriver<any, {
15004
+ parent?: any | undefined;
15005
+ base?: any;
15006
+ selector?: string | Promise<string> | undefined;
15007
+ idx?: number | undefined;
15008
+ timeBudget?: number | undefined;
15009
+ }, any>;
15010
+ getOperatorDropdown: () => {
15011
+ getListType: (dataHook: string) => Promise<string | null>;
15012
+ clickTargetElement: (dataHook: string) => Promise<void>;
15013
+ hoverTargetElement: (dataHook: string) => Promise<void>;
15014
+ isDropdownShown: () => Promise<boolean>;
15015
+ selectOption: (index: number) => Promise<void>;
15016
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
15017
+ clickOutside: () => Promise<void>;
15018
+ optionsCount: () => Promise<number>;
15019
+ optionContentAt: (position: number) => Promise<any>;
15020
+ getSelectedOptionId: () => Promise<string | null>;
15021
+ getMarkedOption: () => Promise<string | null>;
15022
+ mouseEnter: () => Promise<void>;
15023
+ mouseLeave: () => Promise<void>;
15024
+ exists: () => Promise<boolean>;
15025
+ element: () => Promise<any>;
15026
+ click: () => Promise<void>;
15027
+ base: UniDriver<any, {
15028
+ parent?: any | undefined;
15029
+ base?: any;
15030
+ selector?: string | Promise<string> | undefined;
15031
+ idx?: number | undefined;
15032
+ timeBudget?: number | undefined;
15033
+ }, any>;
15034
+ };
15035
+ getValueInput: () => {
15036
+ click: () => Promise<void>;
15037
+ getInputAttribute: (name: string) => Promise<string | null>;
15038
+ getInputElementClasses: () => Promise<DOMTokenList>;
15039
+ suffixComponentExists: (className: string) => Promise<boolean>;
15040
+ getRootElementClasses: () => Promise<DOMTokenList>;
15041
+ getAriaDescribedby: () => Promise<string | null>;
15042
+ getAriaLabel: () => Promise<string | null>;
15043
+ getName: () => Promise<string | null>;
15044
+ getMaxLength: () => Promise<string | null>;
15045
+ getType: () => Promise<string | null>;
15046
+ getAriaControls: () => Promise<string | null>;
15047
+ clickIconAffix: () => Promise<void>;
15048
+ clickCustomAffix: () => Promise<void>;
15049
+ getCustomAffixText: () => Promise<string>;
15050
+ hasSuffix: () => Promise<boolean>;
15051
+ getClearButtonTooltipContent: () => Promise<string>;
15052
+ prefixComponentExists: (style: string) => Promise<boolean>;
15053
+ hasPrefix: () => Promise<boolean>;
15054
+ hasClearButton: () => Promise<boolean>;
15055
+ clickClear: () => Promise<void>;
15056
+ getValue: () => Promise<string>;
15057
+ getText: () => Promise<string>;
15058
+ getPattern: () => Promise<string | null>;
15059
+ getPlaceholder: () => Promise<string | null>;
15060
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
15061
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
15062
+ isDisabled: () => Promise<boolean>;
15063
+ isHoveredStyle: () => Promise<boolean>;
15064
+ isFocusedStyle: () => Promise<boolean>;
15065
+ getRequired: () => Promise<any>;
15066
+ enterText: (value: string) => Promise<void>;
15067
+ getAutocomplete: () => Promise<string | null>;
15068
+ getDefaultValue: () => Promise<any>;
15069
+ getTabIndex: () => Promise<any>;
15070
+ isCustomInput: () => Promise<boolean>;
15071
+ getReadOnly: () => Promise<any>;
15072
+ getDisabled: () => Promise<any>;
15073
+ getTextOverflow: () => Promise<string>;
15074
+ focus: () => Promise<void>;
15075
+ blur: () => Promise<void>;
15076
+ keyUp: () => Promise<void>;
15077
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
15078
+ pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "-" | "o" | "d" | "+" | "End" | "T" | "k" | "r" | "z" | ">" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
15079
+ paste: () => Promise<void>;
15080
+ copy: () => Promise<void>;
15081
+ wheel: () => Promise<void>;
15082
+ trigger: {
15083
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
15084
+ (eventType: "change", event: {
15085
+ target: {
15086
+ value: string;
15087
+ };
15088
+ }): Promise<void>;
15089
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
15090
+ };
15091
+ isFocus: () => Promise<boolean | undefined>;
15092
+ clickMenuArrow: () => Promise<void>;
15093
+ hasMenuArrow: () => Promise<boolean>;
15094
+ isRTL: () => Promise<boolean>;
15095
+ getCursorLocation: () => Promise<number>;
15096
+ clearText: () => Promise<void>;
15097
+ clickOutside: () => Promise<void>;
15098
+ isMasked: () => Promise<boolean>;
15099
+ isSelected: () => Promise<boolean>;
15100
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
15101
+ getStatusMessage: () => Promise<string | null>;
15102
+ exists: () => Promise<boolean>;
15103
+ element: () => Promise<any>;
15104
+ base: UniDriver<any, {
15105
+ parent?: any | undefined;
15106
+ base?: any;
15107
+ selector?: string | Promise<string> | undefined;
15108
+ idx?: number | undefined;
15109
+ timeBudget?: number | undefined;
15110
+ }, any>;
15111
+ };
15112
+ selectOperator: (optionIndex: number) => Promise<void>;
15113
+ getSelectedOperator: () => Promise<string | null>;
15114
+ enterValue: (value: string) => Promise<void>;
15115
+ getValue: () => Promise<string>;
15116
+ blur: () => Promise<void>;
15117
+ };
14420
15118
  getItemTextAt: (index: number) => Promise<string>;
14421
- getItemsCount: () => Promise<number>; /**
14422
- * Gets collection summary bar
14423
- */
15119
+ getItemsCount: () => Promise<number>;
14424
15120
  applyButton: () => {
14425
15121
  getButtonTextContent: () => Promise<string>;
14426
15122
  isFocused: () => Promise<boolean>;