@wix/patterns 1.330.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 (378) 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/Collapse/Collapse.st.css.js.map +1 -1
  137. package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
  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.st.css.js.map +1 -1
  142. package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js +4 -0
  143. package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js.map +1 -1
  144. package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
  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/CustomFieldFilters/buildCustomFieldFilterElement.js +5 -0
  149. package/dist/esm/components/CustomFieldFilters/buildCustomFieldFilterElement.js.map +1 -1
  150. package/dist/esm/components/CustomFieldsTransforms/transformCustomFiltersToWQL.js +4 -0
  151. package/dist/esm/components/CustomFieldsTransforms/transformCustomFiltersToWQL.js.map +1 -1
  152. package/dist/esm/components/CustomFieldsTransforms/transformOperatorFilterToWQL.js +131 -0
  153. package/dist/esm/components/CustomFieldsTransforms/transformOperatorFilterToWQL.js.map +1 -0
  154. package/dist/esm/components/DataExtension/CollectionDataExtensionState.js +4 -1
  155. package/dist/esm/components/DataExtension/CollectionDataExtensionState.js.map +1 -1
  156. package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
  157. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
  158. package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
  159. package/dist/esm/components/Fade/Fade.st.css.js +2 -2
  160. package/dist/esm/components/FiltersPanel/FiltersPanel.uni.driver.js +27 -1
  161. package/dist/esm/components/FiltersPanel/FiltersPanel.uni.driver.js.map +1 -1
  162. package/dist/esm/components/Heading/Heading.st.css.js +2 -2
  163. package/dist/esm/components/Heading/Heading.st.css.js.map +1 -1
  164. package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
  165. package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
  166. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
  167. package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
  168. package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
  169. package/dist/esm/components/MaxLines/MaxLines.st.css.js.map +1 -1
  170. package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
  171. package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
  172. package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
  173. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
  174. package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
  175. package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
  176. package/dist/esm/components/OperatorFilterPicker/OperatorFilterPicker.js +33 -0
  177. package/dist/esm/components/OperatorFilterPicker/OperatorFilterPicker.js.map +1 -0
  178. package/dist/esm/components/OperatorFilterPicker/index.js +2 -0
  179. package/dist/esm/components/OperatorFilterPicker/index.js.map +1 -0
  180. package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
  181. package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
  182. package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
  183. package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
  184. package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
  185. package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
  186. package/dist/esm/components/Suggestions/MarketingCard.js +5 -3
  187. package/dist/esm/components/Suggestions/MarketingCard.js.map +1 -1
  188. package/dist/esm/components/Suggestions/SuggestionCtaWrapper.js +17 -0
  189. package/dist/esm/components/Suggestions/SuggestionCtaWrapper.js.map +1 -0
  190. package/dist/esm/components/Suggestions/Suggestions.js +8 -9
  191. package/dist/esm/components/Suggestions/Suggestions.js.map +1 -1
  192. package/dist/esm/components/Suggestions/SuggestionsContext.js +14 -0
  193. package/dist/esm/components/Suggestions/SuggestionsContext.js.map +1 -0
  194. package/dist/esm/components/Suggestions/index.js +2 -3
  195. package/dist/esm/components/Suggestions/index.js.map +1 -1
  196. package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
  197. package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
  198. package/dist/esm/components/TagsAssignButton/TagsAssignButton.js +18 -5
  199. package/dist/esm/components/TagsAssignButton/TagsAssignButton.js.map +1 -1
  200. package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
  201. package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
  202. package/dist/esm/components/common.st.css.js +2 -2
  203. package/dist/esm/components/common.st.css.js.map +1 -1
  204. package/dist/esm/hooks/index.js +1 -0
  205. package/dist/esm/hooks/index.js.map +1 -1
  206. package/dist/esm/hooks/useOperatorFilterState.js +22 -0
  207. package/dist/esm/hooks/useOperatorFilterState.js.map +1 -0
  208. package/dist/esm/index.js +3 -1
  209. package/dist/esm/index.js.map +1 -1
  210. package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
  211. package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
  212. package/dist/esm/state/OperatorFilterPickerState.js +88 -0
  213. package/dist/esm/state/OperatorFilterPickerState.js.map +1 -0
  214. package/dist/esm/state/Suggestions/SuggestionsBIReporter.js +12 -0
  215. package/dist/esm/state/Suggestions/SuggestionsBIReporter.js.map +1 -1
  216. package/dist/esm/state/Suggestions/SuggestionsState.js +6 -3
  217. package/dist/esm/state/Suggestions/SuggestionsState.js.map +1 -1
  218. package/dist/esm/state/TagsBulkAssignPopoverState.js +10 -0
  219. package/dist/esm/state/TagsBulkAssignPopoverState.js.map +1 -1
  220. package/dist/esm/state/index.js +1 -0
  221. package/dist/esm/state/index.js.map +1 -1
  222. package/dist/esm/styles.global.css +1 -1
  223. package/dist/esm/test-utils/DealerBIMock.js +1 -1
  224. package/dist/esm/test-utils/DealerBIMock.js.map +1 -1
  225. package/dist/esm/utils/ReturnFocus.js +45 -0
  226. package/dist/esm/utils/ReturnFocus.js.map +1 -0
  227. package/dist/esm/version.js +1 -1
  228. package/dist/types/components/ActionControl/ActionButton.d.ts.map +1 -1
  229. package/dist/types/components/ActionControl/ActionPopover.d.ts.map +1 -1
  230. package/dist/types/components/ActionControl/ActionSubItemProps.d.ts +6 -0
  231. package/dist/types/components/ActionControl/ActionSubItemProps.d.ts.map +1 -1
  232. package/dist/types/components/BulkActionButton/BulkActionButton.d.ts +1 -1
  233. package/dist/types/components/BulkActionButton/BulkActionButton.d.ts.map +1 -1
  234. package/dist/types/components/CardContainer/CardContainer.st.css.d.ts.map +1 -1
  235. package/dist/types/components/Collapse/Collapse.st.css.d.ts.map +1 -1
  236. package/dist/types/components/CollectionTable/CollectionTable.st.css.d.ts.map +1 -1
  237. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +494 -18
  238. package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
  239. package/dist/types/components/CollectionToolbar/CollectionToolbar.st.css.d.ts.map +1 -1
  240. package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +243 -9
  241. package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
  242. package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
  243. package/dist/types/components/CustomFieldFilters/buildCustomFieldFilterElement.d.ts.map +1 -1
  244. package/dist/types/components/CustomFieldsTransforms/transformCustomFiltersToWQL.d.ts.map +1 -1
  245. package/dist/types/components/CustomFieldsTransforms/transformOperatorFilterToWQL.d.ts +65 -0
  246. package/dist/types/components/CustomFieldsTransforms/transformOperatorFilterToWQL.d.ts.map +1 -0
  247. package/dist/types/components/DataExtension/CollectionDataExtensionState.d.ts.map +1 -1
  248. package/dist/types/components/EntityPage/EntityPagePlain.st.css.d.ts.map +1 -1
  249. package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts +117 -0
  250. package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts.map +1 -1
  251. package/dist/types/components/Grid/Grid.uni.driver.d.ts +234 -0
  252. package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
  253. package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +726 -24
  254. package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
  255. package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +234 -0
  256. package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
  257. package/dist/types/components/Heading/Heading.st.css.d.ts.map +1 -1
  258. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts +234 -0
  259. package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
  260. package/dist/types/components/MaxHeightText/MaxHeightText.st.css.d.ts.map +1 -1
  261. package/dist/types/components/MaxLines/MaxLines.st.css.d.ts.map +1 -1
  262. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +727 -31
  263. package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
  264. package/dist/types/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.d.ts.map +1 -1
  265. package/dist/types/components/OperatorFilterPicker/OperatorFilterPicker.d.ts +16 -0
  266. package/dist/types/components/OperatorFilterPicker/OperatorFilterPicker.d.ts.map +1 -0
  267. package/dist/types/components/OperatorFilterPicker/index.d.ts +2 -0
  268. package/dist/types/components/OperatorFilterPicker/index.d.ts.map +1 -0
  269. package/dist/types/components/Suggestions/MarketingCard.d.ts.map +1 -1
  270. package/dist/types/components/Suggestions/SuggestionCtaWrapper.d.ts +18 -0
  271. package/dist/types/components/Suggestions/SuggestionCtaWrapper.d.ts.map +1 -0
  272. package/dist/types/components/Suggestions/Suggestions.d.ts.map +1 -1
  273. package/dist/types/components/Suggestions/SuggestionsContext.d.ts +11 -0
  274. package/dist/types/components/Suggestions/SuggestionsContext.d.ts.map +1 -0
  275. package/dist/types/components/Suggestions/index.d.ts +2 -2
  276. package/dist/types/components/Suggestions/index.d.ts.map +1 -1
  277. package/dist/types/components/Table/Table.uni.driver.d.ts +468 -0
  278. package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
  279. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +726 -24
  280. package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
  281. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +756 -18
  282. package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
  283. package/dist/types/components/TagsAssignButton/TagsAssignButton.d.ts.map +1 -1
  284. package/dist/types/components/common.st.css.d.ts.map +1 -1
  285. package/dist/types/hooks/index.d.ts +1 -0
  286. package/dist/types/hooks/index.d.ts.map +1 -1
  287. package/dist/types/hooks/useOperatorFilterState.d.ts +13 -0
  288. package/dist/types/hooks/useOperatorFilterState.d.ts.map +1 -0
  289. package/dist/types/index.d.ts +3 -1
  290. package/dist/types/index.d.ts.map +1 -1
  291. package/dist/types/state/OperatorFilterPickerState.d.ts +40 -0
  292. package/dist/types/state/OperatorFilterPickerState.d.ts.map +1 -0
  293. package/dist/types/state/Suggestions/SuggestionsBIReporter.d.ts +1 -0
  294. package/dist/types/state/Suggestions/SuggestionsBIReporter.d.ts.map +1 -1
  295. package/dist/types/state/Suggestions/SuggestionsState.d.ts +2 -1
  296. package/dist/types/state/Suggestions/SuggestionsState.d.ts.map +1 -1
  297. package/dist/types/state/TagsBulkAssignPopoverState.d.ts +2 -0
  298. package/dist/types/state/TagsBulkAssignPopoverState.d.ts.map +1 -1
  299. package/dist/types/state/index.d.ts +1 -0
  300. package/dist/types/state/index.d.ts.map +1 -1
  301. package/dist/types/test-utils/DealerBIMock.d.ts +2 -2
  302. package/dist/types/test-utils/DealerBIMock.d.ts.map +1 -1
  303. package/dist/types/testkit/enzyme.d.ts +3822 -312
  304. package/dist/types/testkit/enzyme.d.ts.map +1 -1
  305. package/dist/types/testkit/jsdom.d.ts +4080 -336
  306. package/dist/types/testkit/jsdom.d.ts.map +1 -1
  307. package/dist/types/testkit/playwright.d.ts +3822 -312
  308. package/dist/types/testkit/playwright.d.ts.map +1 -1
  309. package/dist/types/testkit/puppeteer.d.ts +4080 -336
  310. package/dist/types/testkit/puppeteer.d.ts.map +1 -1
  311. package/dist/types/utils/ReturnFocus.d.ts +15 -0
  312. package/dist/types/utils/ReturnFocus.d.ts.map +1 -0
  313. package/dist/types/version.d.ts +1 -1
  314. package/package.json +3 -3
  315. package/src/components/ActionControl/ActionButton.tsx +39 -18
  316. package/src/components/ActionControl/ActionPopover.tsx +59 -22
  317. package/src/components/ActionControl/ActionSubItemProps.tsx +6 -0
  318. package/src/components/BulkActionButton/BulkActionButton.tsx +42 -18
  319. package/src/components/CardContainer/CardContainer.st.css.ts +2 -2
  320. package/src/components/Collapse/Collapse.st.css.ts +2 -2
  321. package/src/components/CollectionPageNew/CollectionPage.st.css.ts +2 -2
  322. package/src/components/CollectionTable/CollectionTable.st.css.ts +2 -2
  323. package/src/components/CollectionToolbar/CollectionToolbar.st.css.ts +2 -2
  324. package/src/components/CollectionToolbar/CollectionToolbar.uni.driver.ts +6 -0
  325. package/src/components/CollectionToolbar/SearchOrCustomFilter.st.css.ts +2 -2
  326. package/src/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.ts +2 -2
  327. package/src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts +2 -2
  328. package/src/components/CustomFieldFilters/buildCustomFieldFilterElement.tsx +25 -1
  329. package/src/components/CustomFieldsTransforms/transformCustomFiltersToWQL.tsx +4 -0
  330. package/src/components/CustomFieldsTransforms/transformOperatorFilterToWQL.tsx +150 -0
  331. package/src/components/DataExtension/CollectionDataExtensionState.ts +4 -0
  332. package/src/components/DragHandle/DragHandle.st.css.ts +2 -2
  333. package/src/components/EntityPage/EntityPagePlain.st.css.ts +2 -2
  334. package/src/components/Fade/Fade.st.css.ts +2 -2
  335. package/src/components/FiltersPanel/FiltersPanel.uni.driver.ts +41 -0
  336. package/src/components/Heading/Heading.st.css.ts +2 -2
  337. package/src/components/InputOverflow/InputOverflow.st.css.ts +2 -2
  338. package/src/components/LoadingRow/LoadingRow.st.css.ts +3 -3
  339. package/src/components/MaxHeightText/MaxHeightText.st.css.ts +2 -2
  340. package/src/components/MaxLines/MaxLines.st.css.ts +2 -2
  341. package/src/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.ts +2 -2
  342. package/src/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.ts +2 -2
  343. package/src/components/NestedTable/NestedTableRow.st.css.ts +2 -2
  344. package/src/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.ts +2 -2
  345. package/src/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.ts +2 -2
  346. package/src/components/OperatorFilterPicker/OperatorFilterPicker.tsx +99 -0
  347. package/src/components/OperatorFilterPicker/index.ts +4 -0
  348. package/src/components/PickerContent/PickerContent.st.css.ts +2 -2
  349. package/src/components/PickerContent/PickerContentAdditionalStep.st.css.ts +2 -2
  350. package/src/components/PickerTableListItem/PickerTableListItem.st.css.ts +2 -2
  351. package/src/components/ScrollableContent/ScrollableContent.st.css.ts +2 -2
  352. package/src/components/SkeletonCard/SkeletonCard.st.css.ts +2 -2
  353. package/src/components/SlidingModal/SlidingModal.st.css.ts +2 -2
  354. package/src/components/Suggestions/MarketingCard.tsx +19 -11
  355. package/src/components/Suggestions/SuggestionCtaWrapper.tsx +31 -0
  356. package/src/components/Suggestions/Suggestions.tsx +33 -29
  357. package/src/components/Suggestions/SuggestionsContext.tsx +34 -0
  358. package/src/components/Suggestions/index.ts +10 -5
  359. package/src/components/TabsFilter/TabsFilter.st.css.ts +2 -2
  360. package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.ts +2 -2
  361. package/src/components/TagsAssignButton/TagsAssignButton.tsx +38 -20
  362. package/src/components/ToolbarItem/ToolbarItem.st.css.ts +2 -2
  363. package/src/components/ToolbarItemBox/ToolbarItemBox.st.css.ts +2 -2
  364. package/src/components/common.st.css.ts +2 -2
  365. package/src/hooks/index.ts +1 -0
  366. package/src/hooks/useOperatorFilterState.ts +37 -0
  367. package/src/index.ts +9 -0
  368. package/src/state/CollectionPage/CollectionPageHeader.st.css.ts +2 -2
  369. package/src/state/FormPage/FormPageHeader.st.css.ts +2 -2
  370. package/src/state/OperatorFilterPickerState.ts +136 -0
  371. package/src/state/Suggestions/SuggestionsBIReporter.ts +15 -0
  372. package/src/state/Suggestions/SuggestionsState.ts +6 -2
  373. package/src/state/TagsBulkAssignPopoverState.ts +13 -0
  374. package/src/state/index.ts +1 -0
  375. package/src/styles.global.css +1 -1
  376. package/src/test-utils/DealerBIMock.ts +3 -3
  377. package/src/utils/ReturnFocus.ts +51 -0
  378. package/src/version.ts +1 -1
@@ -2486,6 +2486,123 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
2486
2486
  getText: () => Promise<string>;
2487
2487
  };
2488
2488
  };
2489
+ getOperatorPickerDriver: (filterName: string) => {
2490
+ exists: () => Promise<boolean>;
2491
+ getOperatorPicker: () => UniDriver<any, {
2492
+ parent?: any | undefined;
2493
+ base?: any;
2494
+ selector?: string | Promise<string> | undefined;
2495
+ idx?: number | undefined;
2496
+ timeBudget?: number | undefined;
2497
+ }, any>;
2498
+ getOperatorDropdown: () => {
2499
+ getListType: (dataHook: string) => Promise<string | null>;
2500
+ clickTargetElement: (dataHook: string) => Promise<void>;
2501
+ hoverTargetElement: (dataHook: string) => Promise<void>;
2502
+ isDropdownShown: () => Promise<boolean>;
2503
+ selectOption: (index: number) => Promise<void>;
2504
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
2505
+ clickOutside: () => Promise<void>;
2506
+ optionsCount: () => Promise<number>;
2507
+ optionContentAt: (position: number) => Promise<any>;
2508
+ getSelectedOptionId: () => Promise<string | null>;
2509
+ getMarkedOption: () => Promise<string | null>;
2510
+ mouseEnter: () => Promise<void>;
2511
+ mouseLeave: () => Promise<void>;
2512
+ exists: () => Promise<boolean>;
2513
+ element: () => Promise<any>;
2514
+ click: () => Promise<void>;
2515
+ base: UniDriver<any, {
2516
+ parent?: any | undefined;
2517
+ base?: any;
2518
+ selector?: string | Promise<string> | undefined;
2519
+ idx?: number | undefined;
2520
+ timeBudget?: number | undefined;
2521
+ }, any>;
2522
+ };
2523
+ getValueInput: () => {
2524
+ click: () => Promise<void>;
2525
+ getInputAttribute: (name: string) => Promise<string | null>;
2526
+ getInputElementClasses: () => Promise<DOMTokenList>;
2527
+ suffixComponentExists: (className: string) => Promise<boolean>;
2528
+ getRootElementClasses: () => Promise<DOMTokenList>;
2529
+ getAriaDescribedby: () => Promise<string | null>;
2530
+ getAriaLabel: () => Promise<string | null>;
2531
+ getName: () => Promise<string | null>;
2532
+ getMaxLength: () => Promise<string | null>;
2533
+ getType: () => Promise<string | null>;
2534
+ getAriaControls: () => Promise<string | null>;
2535
+ clickIconAffix: () => Promise<void>;
2536
+ clickCustomAffix: () => Promise<void>;
2537
+ getCustomAffixText: () => Promise<string>;
2538
+ hasSuffix: () => Promise<boolean>;
2539
+ getClearButtonTooltipContent: () => Promise<string>;
2540
+ prefixComponentExists: (style: string) => Promise<boolean>;
2541
+ hasPrefix: () => Promise<boolean>;
2542
+ hasClearButton: () => Promise<boolean>;
2543
+ clickClear: () => Promise<void>;
2544
+ getValue: () => Promise<string>;
2545
+ getText: () => Promise<string>;
2546
+ getPattern: () => Promise<string | null>;
2547
+ getPlaceholder: () => Promise<string | null>;
2548
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
2549
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
2550
+ isDisabled: () => Promise<boolean>;
2551
+ isHoveredStyle: () => Promise<boolean>;
2552
+ isFocusedStyle: () => Promise<boolean>;
2553
+ getRequired: () => Promise<any>;
2554
+ enterText: (value: string) => Promise<void>;
2555
+ getAutocomplete: () => Promise<string | null>;
2556
+ getDefaultValue: () => Promise<any>; /** Indicates the "Show All"/"Show Less" exists */
2557
+ getTabIndex: () => Promise<any>;
2558
+ isCustomInput: () => Promise<boolean>;
2559
+ getReadOnly: () => Promise<any>;
2560
+ getDisabled: () => Promise<any>;
2561
+ getTextOverflow: () => Promise<string>;
2562
+ focus: () => Promise<void>;
2563
+ blur: () => Promise<void>;
2564
+ keyUp: () => Promise<void>;
2565
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
2566
+ 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>;
2567
+ paste: () => Promise<void>;
2568
+ copy: () => Promise<void>;
2569
+ wheel: () => Promise<void>;
2570
+ trigger: {
2571
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
2572
+ (eventType: "change", event: {
2573
+ target: {
2574
+ value: string;
2575
+ };
2576
+ }): Promise<void>;
2577
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
2578
+ };
2579
+ isFocus: () => Promise<boolean | undefined>;
2580
+ clickMenuArrow: () => Promise<void>;
2581
+ hasMenuArrow: () => Promise<boolean>;
2582
+ isRTL: () => Promise<boolean>;
2583
+ getCursorLocation: () => Promise<number>;
2584
+ clearText: () => Promise<void>;
2585
+ clickOutside: () => Promise<void>;
2586
+ isMasked: () => Promise<boolean>;
2587
+ isSelected: () => Promise<boolean>;
2588
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
2589
+ getStatusMessage: () => Promise<string | null>;
2590
+ exists: () => Promise<boolean>;
2591
+ element: () => Promise<any>;
2592
+ base: UniDriver<any, {
2593
+ parent?: any | undefined;
2594
+ base?: any;
2595
+ selector?: string | Promise<string> | undefined;
2596
+ idx?: number | undefined;
2597
+ timeBudget?: number | undefined;
2598
+ }, any>;
2599
+ };
2600
+ selectOperator: (optionIndex: number) => Promise<void>;
2601
+ getSelectedOperator: () => Promise<string | null>;
2602
+ enterValue: (value: string) => Promise<void>;
2603
+ getValue: () => Promise<string>;
2604
+ blur: () => Promise<void>;
2605
+ };
2489
2606
  getRadioGroupFilter: (filterName: string) => {
2490
2607
  getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
2491
2608
  getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
@@ -3336,6 +3453,123 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
3336
3453
  timeBudget?: number | undefined;
3337
3454
  }, any>;
3338
3455
  };
3456
+ getOperatorPickerDriver: (filterName: string) => {
3457
+ exists: () => Promise<boolean>;
3458
+ getOperatorPicker: () => UniDriver<any, {
3459
+ parent?: any | undefined;
3460
+ base?: any;
3461
+ selector?: string | Promise<string> | undefined;
3462
+ idx?: number | undefined;
3463
+ timeBudget?: number | undefined;
3464
+ }, any>;
3465
+ getOperatorDropdown: () => {
3466
+ getListType: (dataHook: string) => Promise<string | null>;
3467
+ clickTargetElement: (dataHook: string) => Promise<void>;
3468
+ hoverTargetElement: (dataHook: string) => Promise<void>;
3469
+ isDropdownShown: () => Promise<boolean>;
3470
+ selectOption: (index: number) => Promise<void>;
3471
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
3472
+ clickOutside: () => Promise<void>;
3473
+ optionsCount: () => Promise<number>;
3474
+ optionContentAt: (position: number) => Promise<any>;
3475
+ getSelectedOptionId: () => Promise<string | null>;
3476
+ getMarkedOption: () => Promise<string | null>;
3477
+ mouseEnter: () => Promise<void>;
3478
+ mouseLeave: () => Promise<void>;
3479
+ exists: () => Promise<boolean>;
3480
+ element: () => Promise<any>;
3481
+ click: () => Promise<void>;
3482
+ base: UniDriver<any, {
3483
+ parent?: any | undefined;
3484
+ base?: any;
3485
+ selector?: string | Promise<string> | undefined;
3486
+ idx?: number | undefined;
3487
+ timeBudget?: number | undefined;
3488
+ }, any>;
3489
+ };
3490
+ getValueInput: () => {
3491
+ click: () => Promise<void>;
3492
+ getInputAttribute: (name: string) => Promise<string | null>;
3493
+ getInputElementClasses: () => Promise<DOMTokenList>;
3494
+ suffixComponentExists: (className: string) => Promise<boolean>;
3495
+ getRootElementClasses: () => Promise<DOMTokenList>;
3496
+ getAriaDescribedby: () => Promise<string | null>;
3497
+ getAriaLabel: () => Promise<string | null>;
3498
+ getName: () => Promise<string | null>;
3499
+ getMaxLength: () => Promise<string | null>;
3500
+ getType: () => Promise<string | null>;
3501
+ getAriaControls: () => Promise<string | null>;
3502
+ clickIconAffix: () => Promise<void>;
3503
+ clickCustomAffix: () => Promise<void>;
3504
+ getCustomAffixText: () => Promise<string>;
3505
+ hasSuffix: () => Promise<boolean>;
3506
+ getClearButtonTooltipContent: () => Promise<string>;
3507
+ prefixComponentExists: (style: string) => Promise<boolean>;
3508
+ hasPrefix: () => Promise<boolean>;
3509
+ hasClearButton: () => Promise<boolean>;
3510
+ clickClear: () => Promise<void>;
3511
+ getValue: () => Promise<string>;
3512
+ getText: () => Promise<string>;
3513
+ getPattern: () => Promise<string | null>;
3514
+ getPlaceholder: () => Promise<string | null>;
3515
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
3516
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
3517
+ isDisabled: () => Promise<boolean>;
3518
+ isHoveredStyle: () => Promise<boolean>;
3519
+ isFocusedStyle: () => Promise<boolean>;
3520
+ getRequired: () => Promise<any>;
3521
+ enterText: (value: string) => Promise<void>;
3522
+ getAutocomplete: () => Promise<string | null>;
3523
+ getDefaultValue: () => Promise<any>; /** Indicates the "Show All"/"Show Less" exists */
3524
+ getTabIndex: () => Promise<any>;
3525
+ isCustomInput: () => Promise<boolean>;
3526
+ getReadOnly: () => Promise<any>;
3527
+ getDisabled: () => Promise<any>;
3528
+ getTextOverflow: () => Promise<string>;
3529
+ focus: () => Promise<void>;
3530
+ blur: () => Promise<void>;
3531
+ keyUp: () => Promise<void>;
3532
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
3533
+ 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>;
3534
+ paste: () => Promise<void>;
3535
+ copy: () => Promise<void>;
3536
+ wheel: () => Promise<void>;
3537
+ trigger: {
3538
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
3539
+ (eventType: "change", event: {
3540
+ target: {
3541
+ value: string;
3542
+ };
3543
+ }): Promise<void>;
3544
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
3545
+ };
3546
+ isFocus: () => Promise<boolean | undefined>;
3547
+ clickMenuArrow: () => Promise<void>;
3548
+ hasMenuArrow: () => Promise<boolean>;
3549
+ isRTL: () => Promise<boolean>;
3550
+ getCursorLocation: () => Promise<number>;
3551
+ clearText: () => Promise<void>;
3552
+ clickOutside: () => Promise<void>;
3553
+ isMasked: () => Promise<boolean>;
3554
+ isSelected: () => Promise<boolean>;
3555
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
3556
+ getStatusMessage: () => Promise<string | null>;
3557
+ exists: () => Promise<boolean>;
3558
+ element: () => Promise<any>;
3559
+ base: UniDriver<any, {
3560
+ parent?: any | undefined;
3561
+ base?: any;
3562
+ selector?: string | Promise<string> | undefined;
3563
+ idx?: number | undefined;
3564
+ timeBudget?: number | undefined;
3565
+ }, any>;
3566
+ };
3567
+ selectOperator: (optionIndex: number) => Promise<void>;
3568
+ getSelectedOperator: () => Promise<string | null>;
3569
+ enterValue: (value: string) => Promise<void>;
3570
+ getValue: () => Promise<string>;
3571
+ blur: () => Promise<void>;
3572
+ };
3339
3573
  getItemTextAt: (index: number) => Promise<string>;
3340
3574
  getItemsCount: () => Promise<number>;
3341
3575
  applyButton: () => {
@@ -6762,6 +6996,123 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
6762
6996
  getText: () => Promise<string>;
6763
6997
  };
6764
6998
  };
6999
+ getOperatorPickerDriver: (filterName: string) => {
7000
+ exists: () => Promise<boolean>;
7001
+ getOperatorPicker: () => UniDriver<any, {
7002
+ parent?: any | undefined;
7003
+ base?: any;
7004
+ selector?: string | Promise<string> | undefined;
7005
+ idx?: number | undefined;
7006
+ timeBudget?: number | undefined;
7007
+ }, any>;
7008
+ getOperatorDropdown: () => {
7009
+ getListType: (dataHook: string) => Promise<string | null>;
7010
+ clickTargetElement: (dataHook: string) => Promise<void>;
7011
+ hoverTargetElement: (dataHook: string) => Promise<void>;
7012
+ isDropdownShown: () => Promise<boolean>;
7013
+ selectOption: (index: number) => Promise<void>;
7014
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
7015
+ clickOutside: () => Promise<void>;
7016
+ optionsCount: () => Promise<number>;
7017
+ optionContentAt: (position: number) => Promise<any>;
7018
+ getSelectedOptionId: () => Promise<string | null>;
7019
+ getMarkedOption: () => Promise<string | null>;
7020
+ mouseEnter: () => Promise<void>;
7021
+ mouseLeave: () => Promise<void>;
7022
+ exists: () => Promise<boolean>;
7023
+ element: () => Promise<any>;
7024
+ click: () => Promise<void>;
7025
+ base: UniDriver<any, {
7026
+ parent?: any | undefined;
7027
+ base?: any;
7028
+ selector?: string | Promise<string> | undefined;
7029
+ idx?: number | undefined;
7030
+ timeBudget?: number | undefined;
7031
+ }, any>;
7032
+ };
7033
+ getValueInput: () => {
7034
+ click: () => Promise<void>;
7035
+ getInputAttribute: (name: string) => Promise<string | null>;
7036
+ getInputElementClasses: () => Promise<DOMTokenList>;
7037
+ suffixComponentExists: (className: string) => Promise<boolean>;
7038
+ getRootElementClasses: () => Promise<DOMTokenList>;
7039
+ getAriaDescribedby: () => Promise<string | null>;
7040
+ getAriaLabel: () => Promise<string | null>;
7041
+ getName: () => Promise<string | null>;
7042
+ getMaxLength: () => Promise<string | null>;
7043
+ getType: () => Promise<string | null>;
7044
+ getAriaControls: () => Promise<string | null>;
7045
+ clickIconAffix: () => Promise<void>;
7046
+ clickCustomAffix: () => Promise<void>;
7047
+ getCustomAffixText: () => Promise<string>;
7048
+ hasSuffix: () => Promise<boolean>;
7049
+ getClearButtonTooltipContent: () => Promise<string>;
7050
+ prefixComponentExists: (style: string) => Promise<boolean>;
7051
+ hasPrefix: () => Promise<boolean>;
7052
+ hasClearButton: () => Promise<boolean>;
7053
+ clickClear: () => Promise<void>;
7054
+ getValue: () => Promise<string>;
7055
+ getText: () => Promise<string>;
7056
+ getPattern: () => Promise<string | null>;
7057
+ getPlaceholder: () => Promise<string | null>;
7058
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
7059
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
7060
+ isDisabled: () => Promise<boolean>;
7061
+ isHoveredStyle: () => Promise<boolean>;
7062
+ isFocusedStyle: () => Promise<boolean>;
7063
+ getRequired: () => Promise<any>;
7064
+ enterText: (value: string) => Promise<void>;
7065
+ getAutocomplete: () => Promise<string | null>;
7066
+ getDefaultValue: () => Promise<any>; /** Indicates the "Show All"/"Show Less" exists */
7067
+ getTabIndex: () => Promise<any>;
7068
+ isCustomInput: () => Promise<boolean>;
7069
+ getReadOnly: () => Promise<any>;
7070
+ getDisabled: () => Promise<any>;
7071
+ getTextOverflow: () => Promise<string>;
7072
+ focus: () => Promise<void>;
7073
+ blur: () => Promise<void>;
7074
+ keyUp: () => Promise<void>;
7075
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
7076
+ 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>;
7077
+ paste: () => Promise<void>;
7078
+ copy: () => Promise<void>;
7079
+ wheel: () => Promise<void>;
7080
+ trigger: {
7081
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
7082
+ (eventType: "change", event: {
7083
+ target: {
7084
+ value: string;
7085
+ };
7086
+ }): Promise<void>;
7087
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
7088
+ };
7089
+ isFocus: () => Promise<boolean | undefined>;
7090
+ clickMenuArrow: () => Promise<void>;
7091
+ hasMenuArrow: () => Promise<boolean>;
7092
+ isRTL: () => Promise<boolean>;
7093
+ getCursorLocation: () => Promise<number>;
7094
+ clearText: () => Promise<void>;
7095
+ clickOutside: () => Promise<void>;
7096
+ isMasked: () => Promise<boolean>;
7097
+ isSelected: () => Promise<boolean>;
7098
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
7099
+ getStatusMessage: () => Promise<string | null>;
7100
+ exists: () => Promise<boolean>;
7101
+ element: () => Promise<any>;
7102
+ base: UniDriver<any, {
7103
+ parent?: any | undefined;
7104
+ base?: any;
7105
+ selector?: string | Promise<string> | undefined;
7106
+ idx?: number | undefined;
7107
+ timeBudget?: number | undefined;
7108
+ }, any>;
7109
+ };
7110
+ selectOperator: (optionIndex: number) => Promise<void>;
7111
+ getSelectedOperator: () => Promise<string | null>;
7112
+ enterValue: (value: string) => Promise<void>;
7113
+ getValue: () => Promise<string>;
7114
+ blur: () => Promise<void>;
7115
+ };
6765
7116
  getRadioGroupFilter: (filterName: string) => {
6766
7117
  getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
6767
7118
  getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
@@ -7511,7 +7862,142 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
7511
7862
  timeBudget?: number | undefined;
7512
7863
  }, any>;
7513
7864
  };
7514
- getNumberRangeFilterToInput: () => {
7865
+ getNumberRangeFilterToInput: () => {
7866
+ click: () => Promise<void>;
7867
+ getInputAttribute: (name: string) => Promise<string | null>;
7868
+ getInputElementClasses: () => Promise<DOMTokenList>;
7869
+ suffixComponentExists: (className: string) => Promise<boolean>;
7870
+ getRootElementClasses: () => Promise<DOMTokenList>;
7871
+ getAriaDescribedby: () => Promise<string | null>;
7872
+ getAriaLabel: () => Promise<string | null>;
7873
+ getName: () => Promise<string | null>;
7874
+ getMaxLength: () => Promise<string | null>;
7875
+ getType: () => Promise<string | null>;
7876
+ getAriaControls: () => Promise<string | null>;
7877
+ clickIconAffix: () => Promise<void>;
7878
+ clickCustomAffix: () => Promise<void>;
7879
+ getCustomAffixText: () => Promise<string>;
7880
+ hasSuffix: () => Promise<boolean>;
7881
+ getClearButtonTooltipContent: () => Promise<string>;
7882
+ prefixComponentExists: (style: string) => Promise<boolean>;
7883
+ hasPrefix: () => Promise<boolean>;
7884
+ hasClearButton: () => Promise<boolean>;
7885
+ clickClear: () => Promise<void>;
7886
+ getValue: () => Promise<string>;
7887
+ getText: () => Promise<string>;
7888
+ getPattern: () => Promise<string | null>;
7889
+ getPlaceholder: () => Promise<string | null>;
7890
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
7891
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
7892
+ isDisabled: () => Promise<boolean>;
7893
+ isHoveredStyle: () => Promise<boolean>;
7894
+ isFocusedStyle: () => Promise<boolean>;
7895
+ getRequired: () => Promise<any>;
7896
+ enterText: (value: string) => Promise<void>;
7897
+ getAutocomplete: () => Promise<string | null>;
7898
+ getDefaultValue: () => Promise<any>; /** Indicates the "Show All"/"Show Less" exists */
7899
+ getTabIndex: () => Promise<any>;
7900
+ isCustomInput: () => Promise<boolean>;
7901
+ getReadOnly: () => Promise<any>;
7902
+ getDisabled: () => Promise<any>;
7903
+ getTextOverflow: () => Promise<string>;
7904
+ focus: () => Promise<void>;
7905
+ blur: () => Promise<void>;
7906
+ keyUp: () => Promise<void>;
7907
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
7908
+ 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>;
7909
+ paste: () => Promise<void>;
7910
+ copy: () => Promise<void>;
7911
+ wheel: () => Promise<void>;
7912
+ trigger: {
7913
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
7914
+ (eventType: "change", event: {
7915
+ target: {
7916
+ value: string;
7917
+ };
7918
+ }): Promise<void>;
7919
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
7920
+ };
7921
+ isFocus: () => Promise<boolean | undefined>;
7922
+ clickMenuArrow: () => Promise<void>;
7923
+ hasMenuArrow: () => Promise<boolean>;
7924
+ isRTL: () => Promise<boolean>;
7925
+ getCursorLocation: () => Promise<number>;
7926
+ clearText: () => Promise<void>;
7927
+ clickOutside: () => Promise<void>;
7928
+ isMasked: () => Promise<boolean>;
7929
+ isSelected: () => Promise<boolean>;
7930
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
7931
+ getStatusMessage: () => Promise<string | null>;
7932
+ exists: () => Promise<boolean>;
7933
+ element: () => Promise<any>;
7934
+ base: UniDriver<any, {
7935
+ parent?: any | undefined;
7936
+ base?: any;
7937
+ selector?: string | Promise<string> | undefined;
7938
+ idx?: number | undefined;
7939
+ timeBudget?: number | undefined;
7940
+ }, any>;
7941
+ };
7942
+ getNumberRangeFilterFromError: () => {
7943
+ exists: () => Promise<boolean>;
7944
+ getText: () => Promise<string>;
7945
+ };
7946
+ getNumberRangeFilterToError: () => {
7947
+ exists: () => Promise<boolean>;
7948
+ getText: () => Promise<string>;
7949
+ };
7950
+ };
7951
+ getRadioGroupFilter: (filterName: string) => {
7952
+ getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
7953
+ getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
7954
+ getSelectedItem: () => Promise<string | number | null>;
7955
+ exists: () => Promise<boolean>;
7956
+ click: () => Promise<void>;
7957
+ element: () => Promise<any>;
7958
+ base: UniDriver<any, {
7959
+ parent?: any | undefined;
7960
+ base?: any;
7961
+ selector?: string | Promise<string> | undefined;
7962
+ idx?: number | undefined;
7963
+ timeBudget?: number | undefined;
7964
+ }, any>;
7965
+ };
7966
+ getOperatorPickerDriver: (filterName: string) => {
7967
+ exists: () => Promise<boolean>;
7968
+ getOperatorPicker: () => UniDriver<any, {
7969
+ parent?: any | undefined;
7970
+ base?: any;
7971
+ selector?: string | Promise<string> | undefined;
7972
+ idx?: number | undefined;
7973
+ timeBudget?: number | undefined;
7974
+ }, any>;
7975
+ getOperatorDropdown: () => {
7976
+ getListType: (dataHook: string) => Promise<string | null>;
7977
+ clickTargetElement: (dataHook: string) => Promise<void>;
7978
+ hoverTargetElement: (dataHook: string) => Promise<void>;
7979
+ isDropdownShown: () => Promise<boolean>;
7980
+ selectOption: (index: number) => Promise<void>;
7981
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
7982
+ clickOutside: () => Promise<void>;
7983
+ optionsCount: () => Promise<number>;
7984
+ optionContentAt: (position: number) => Promise<any>;
7985
+ getSelectedOptionId: () => Promise<string | null>;
7986
+ getMarkedOption: () => Promise<string | null>;
7987
+ mouseEnter: () => Promise<void>;
7988
+ mouseLeave: () => Promise<void>;
7989
+ exists: () => Promise<boolean>;
7990
+ element: () => Promise<any>;
7991
+ click: () => Promise<void>;
7992
+ base: UniDriver<any, {
7993
+ parent?: any | undefined;
7994
+ base?: any;
7995
+ selector?: string | Promise<string> | undefined;
7996
+ idx?: number | undefined;
7997
+ timeBudget?: number | undefined;
7998
+ }, any>;
7999
+ };
8000
+ getValueInput: () => {
7515
8001
  click: () => Promise<void>;
7516
8002
  getInputAttribute: (name: string) => Promise<string | null>;
7517
8003
  getInputElementClasses: () => Promise<DOMTokenList>;
@@ -7588,29 +8074,11 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
7588
8074
  timeBudget?: number | undefined;
7589
8075
  }, any>;
7590
8076
  };
7591
- getNumberRangeFilterFromError: () => {
7592
- exists: () => Promise<boolean>;
7593
- getText: () => Promise<string>;
7594
- };
7595
- getNumberRangeFilterToError: () => {
7596
- exists: () => Promise<boolean>;
7597
- getText: () => Promise<string>;
7598
- };
7599
- };
7600
- getRadioGroupFilter: (filterName: string) => {
7601
- getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
7602
- getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
7603
- getSelectedItem: () => Promise<string | number | null>;
7604
- exists: () => Promise<boolean>;
7605
- click: () => Promise<void>;
7606
- element: () => Promise<any>;
7607
- base: UniDriver<any, {
7608
- parent?: any | undefined;
7609
- base?: any;
7610
- selector?: string | Promise<string> | undefined;
7611
- idx?: number | undefined;
7612
- timeBudget?: number | undefined;
7613
- }, any>;
8077
+ selectOperator: (optionIndex: number) => Promise<void>;
8078
+ getSelectedOperator: () => Promise<string | null>;
8079
+ enterValue: (value: string) => Promise<void>;
8080
+ getValue: () => Promise<string>;
8081
+ blur: () => Promise<void>;
7614
8082
  };
7615
8083
  getItemTextAt: (index: number) => Promise<string>;
7616
8084
  getItemsCount: () => Promise<number>;
@@ -11698,6 +12166,123 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
11698
12166
  getText: () => Promise<string>;
11699
12167
  };
11700
12168
  };
12169
+ getOperatorPickerDriver: (filterName: string) => {
12170
+ exists: () => Promise<boolean>;
12171
+ getOperatorPicker: () => UniDriver<any, {
12172
+ parent?: any | undefined;
12173
+ base?: any;
12174
+ selector?: string | Promise<string> | undefined;
12175
+ idx?: number | undefined;
12176
+ timeBudget?: number | undefined;
12177
+ }, any>;
12178
+ getOperatorDropdown: () => {
12179
+ getListType: (dataHook: string) => Promise<string | null>;
12180
+ clickTargetElement: (dataHook: string) => Promise<void>;
12181
+ hoverTargetElement: (dataHook: string) => Promise<void>;
12182
+ isDropdownShown: () => Promise<boolean>;
12183
+ selectOption: (index: number) => Promise<void>;
12184
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
12185
+ clickOutside: () => Promise<void>;
12186
+ optionsCount: () => Promise<number>;
12187
+ optionContentAt: (position: number) => Promise<any>;
12188
+ getSelectedOptionId: () => Promise<string | null>;
12189
+ getMarkedOption: () => Promise<string | null>;
12190
+ mouseEnter: () => Promise<void>;
12191
+ mouseLeave: () => Promise<void>;
12192
+ exists: () => Promise<boolean>;
12193
+ element: () => Promise<any>;
12194
+ click: () => Promise<void>;
12195
+ base: UniDriver<any, {
12196
+ parent?: any | undefined;
12197
+ base?: any;
12198
+ selector?: string | Promise<string> | undefined;
12199
+ idx?: number | undefined;
12200
+ timeBudget?: number | undefined;
12201
+ }, any>;
12202
+ };
12203
+ getValueInput: () => {
12204
+ click: () => Promise<void>;
12205
+ getInputAttribute: (name: string) => Promise<string | null>;
12206
+ getInputElementClasses: () => Promise<DOMTokenList>;
12207
+ suffixComponentExists: (className: string) => Promise<boolean>;
12208
+ getRootElementClasses: () => Promise<DOMTokenList>;
12209
+ getAriaDescribedby: () => Promise<string | null>;
12210
+ getAriaLabel: () => Promise<string | null>;
12211
+ getName: () => Promise<string | null>;
12212
+ getMaxLength: () => Promise<string | null>;
12213
+ getType: () => Promise<string | null>;
12214
+ getAriaControls: () => Promise<string | null>;
12215
+ clickIconAffix: () => Promise<void>;
12216
+ clickCustomAffix: () => Promise<void>;
12217
+ getCustomAffixText: () => Promise<string>;
12218
+ hasSuffix: () => Promise<boolean>;
12219
+ getClearButtonTooltipContent: () => Promise<string>;
12220
+ prefixComponentExists: (style: string) => Promise<boolean>;
12221
+ hasPrefix: () => Promise<boolean>;
12222
+ hasClearButton: () => Promise<boolean>;
12223
+ clickClear: () => Promise<void>;
12224
+ getValue: () => Promise<string>;
12225
+ getText: () => Promise<string>;
12226
+ getPattern: () => Promise<string | null>;
12227
+ getPlaceholder: () => Promise<string | null>;
12228
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
12229
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
12230
+ isDisabled: () => Promise<boolean>;
12231
+ isHoveredStyle: () => Promise<boolean>;
12232
+ isFocusedStyle: () => Promise<boolean>;
12233
+ getRequired: () => Promise<any>;
12234
+ enterText: (value: string) => Promise<void>;
12235
+ getAutocomplete: () => Promise<string | null>;
12236
+ getDefaultValue: () => Promise<any>; /** Indicates the "Show All"/"Show Less" exists */
12237
+ getTabIndex: () => Promise<any>;
12238
+ isCustomInput: () => Promise<boolean>;
12239
+ getReadOnly: () => Promise<any>;
12240
+ getDisabled: () => Promise<any>;
12241
+ getTextOverflow: () => Promise<string>;
12242
+ focus: () => Promise<void>;
12243
+ blur: () => Promise<void>;
12244
+ keyUp: () => Promise<void>;
12245
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
12246
+ 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>;
12247
+ paste: () => Promise<void>;
12248
+ copy: () => Promise<void>;
12249
+ wheel: () => Promise<void>;
12250
+ trigger: {
12251
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
12252
+ (eventType: "change", event: {
12253
+ target: {
12254
+ value: string;
12255
+ };
12256
+ }): Promise<void>;
12257
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
12258
+ };
12259
+ isFocus: () => Promise<boolean | undefined>;
12260
+ clickMenuArrow: () => Promise<void>;
12261
+ hasMenuArrow: () => Promise<boolean>;
12262
+ isRTL: () => Promise<boolean>;
12263
+ getCursorLocation: () => Promise<number>;
12264
+ clearText: () => Promise<void>;
12265
+ clickOutside: () => Promise<void>;
12266
+ isMasked: () => Promise<boolean>;
12267
+ isSelected: () => Promise<boolean>;
12268
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
12269
+ getStatusMessage: () => Promise<string | null>;
12270
+ exists: () => Promise<boolean>;
12271
+ element: () => Promise<any>;
12272
+ base: UniDriver<any, {
12273
+ parent?: any | undefined;
12274
+ base?: any;
12275
+ selector?: string | Promise<string> | undefined;
12276
+ idx?: number | undefined;
12277
+ timeBudget?: number | undefined;
12278
+ }, any>;
12279
+ };
12280
+ selectOperator: (optionIndex: number) => Promise<void>;
12281
+ getSelectedOperator: () => Promise<string | null>;
12282
+ enterValue: (value: string) => Promise<void>;
12283
+ getValue: () => Promise<string>;
12284
+ blur: () => Promise<void>;
12285
+ };
11701
12286
  getRadioGroupFilter: (filterName: string) => {
11702
12287
  getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
11703
12288
  getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver;
@@ -12548,6 +13133,123 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
12548
13133
  timeBudget?: number | undefined;
12549
13134
  }, any>;
12550
13135
  };
13136
+ getOperatorPickerDriver: (filterName: string) => {
13137
+ exists: () => Promise<boolean>;
13138
+ getOperatorPicker: () => UniDriver<any, {
13139
+ parent?: any | undefined;
13140
+ base?: any;
13141
+ selector?: string | Promise<string> | undefined;
13142
+ idx?: number | undefined;
13143
+ timeBudget?: number | undefined;
13144
+ }, any>;
13145
+ getOperatorDropdown: () => {
13146
+ getListType: (dataHook: string) => Promise<string | null>;
13147
+ clickTargetElement: (dataHook: string) => Promise<void>;
13148
+ hoverTargetElement: (dataHook: string) => Promise<void>;
13149
+ isDropdownShown: () => Promise<boolean>;
13150
+ selectOption: (index: number) => Promise<void>;
13151
+ selectOptionByDataHook: (dataHook: string) => Promise<void>;
13152
+ clickOutside: () => Promise<void>;
13153
+ optionsCount: () => Promise<number>;
13154
+ optionContentAt: (position: number) => Promise<any>;
13155
+ getSelectedOptionId: () => Promise<string | null>;
13156
+ getMarkedOption: () => Promise<string | null>;
13157
+ mouseEnter: () => Promise<void>;
13158
+ mouseLeave: () => Promise<void>;
13159
+ exists: () => Promise<boolean>;
13160
+ element: () => Promise<any>;
13161
+ click: () => Promise<void>;
13162
+ base: UniDriver<any, {
13163
+ parent?: any | undefined;
13164
+ base?: any;
13165
+ selector?: string | Promise<string> | undefined;
13166
+ idx?: number | undefined;
13167
+ timeBudget?: number | undefined;
13168
+ }, any>;
13169
+ };
13170
+ getValueInput: () => {
13171
+ click: () => Promise<void>;
13172
+ getInputAttribute: (name: string) => Promise<string | null>;
13173
+ getInputElementClasses: () => Promise<DOMTokenList>;
13174
+ suffixComponentExists: (className: string) => Promise<boolean>;
13175
+ getRootElementClasses: () => Promise<DOMTokenList>;
13176
+ getAriaDescribedby: () => Promise<string | null>;
13177
+ getAriaLabel: () => Promise<string | null>;
13178
+ getName: () => Promise<string | null>;
13179
+ getMaxLength: () => Promise<string | null>;
13180
+ getType: () => Promise<string | null>;
13181
+ getAriaControls: () => Promise<string | null>;
13182
+ clickIconAffix: () => Promise<void>;
13183
+ clickCustomAffix: () => Promise<void>;
13184
+ getCustomAffixText: () => Promise<string>;
13185
+ hasSuffix: () => Promise<boolean>;
13186
+ getClearButtonTooltipContent: () => Promise<string>;
13187
+ prefixComponentExists: (style: string) => Promise<boolean>;
13188
+ hasPrefix: () => Promise<boolean>;
13189
+ hasClearButton: () => Promise<boolean>;
13190
+ clickClear: () => Promise<void>;
13191
+ getValue: () => Promise<string>;
13192
+ getText: () => Promise<string>;
13193
+ getPattern: () => Promise<string | null>;
13194
+ getPlaceholder: () => Promise<string | null>;
13195
+ isOfSize: (size: import("@wix/design-system").InputSize) => Promise<boolean>;
13196
+ getSize: () => Promise<import("@wix/design-system").InputSize | null>;
13197
+ isDisabled: () => Promise<boolean>;
13198
+ isHoveredStyle: () => Promise<boolean>;
13199
+ isFocusedStyle: () => Promise<boolean>;
13200
+ getRequired: () => Promise<any>;
13201
+ enterText: (value: string) => Promise<void>;
13202
+ getAutocomplete: () => Promise<string | null>;
13203
+ getDefaultValue: () => Promise<any>; /** Indicates the "Show All"/"Show Less" exists */
13204
+ getTabIndex: () => Promise<any>;
13205
+ isCustomInput: () => Promise<boolean>;
13206
+ getReadOnly: () => Promise<any>;
13207
+ getDisabled: () => Promise<any>;
13208
+ getTextOverflow: () => Promise<string>;
13209
+ focus: () => Promise<void>;
13210
+ blur: () => Promise<void>;
13211
+ keyUp: () => Promise<void>;
13212
+ keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
13213
+ 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>;
13214
+ paste: () => Promise<void>;
13215
+ copy: () => Promise<void>;
13216
+ wheel: () => Promise<void>;
13217
+ trigger: {
13218
+ (eventType: "keyDown", event: import("react-dom/test-utils").SyntheticEventData): Promise<void>;
13219
+ (eventType: "change", event: {
13220
+ target: {
13221
+ value: string;
13222
+ };
13223
+ }): Promise<void>;
13224
+ (eventType: "blur" | "focus" | "copy" | "paste" | "wheel" | "keyUp"): Promise<void>;
13225
+ };
13226
+ isFocus: () => Promise<boolean | undefined>;
13227
+ clickMenuArrow: () => Promise<void>;
13228
+ hasMenuArrow: () => Promise<boolean>;
13229
+ isRTL: () => Promise<boolean>;
13230
+ getCursorLocation: () => Promise<number>;
13231
+ clearText: () => Promise<void>;
13232
+ clickOutside: () => Promise<void>;
13233
+ isMasked: () => Promise<boolean>;
13234
+ isSelected: () => Promise<boolean>;
13235
+ hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
13236
+ getStatusMessage: () => Promise<string | null>;
13237
+ exists: () => Promise<boolean>;
13238
+ element: () => Promise<any>;
13239
+ base: UniDriver<any, {
13240
+ parent?: any | undefined;
13241
+ base?: any;
13242
+ selector?: string | Promise<string> | undefined;
13243
+ idx?: number | undefined;
13244
+ timeBudget?: number | undefined;
13245
+ }, any>;
13246
+ };
13247
+ selectOperator: (optionIndex: number) => Promise<void>;
13248
+ getSelectedOperator: () => Promise<string | null>;
13249
+ enterValue: (value: string) => Promise<void>;
13250
+ getValue: () => Promise<string>;
13251
+ blur: () => Promise<void>;
13252
+ };
12551
13253
  getItemTextAt: (index: number) => Promise<string>;
12552
13254
  getItemsCount: () => Promise<number>;
12553
13255
  applyButton: () => {