@wix/patterns 1.370.0 → 1.371.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js +10 -9
- package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js.map +1 -1
- package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsListItem.js +50 -13
- package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsListItem.js.map +1 -1
- package/dist/cjs/components/ArchivedItemsPanel/types.js.map +1 -1
- package/dist/cjs/components/CardContainer/CardContainer.st.css.js +2 -2
- package/dist/cjs/components/CardContainer/CardContainer.st.css.js.map +1 -1
- package/dist/cjs/components/Collapse/Collapse.st.css.js +3 -3
- package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
- package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +3 -3
- package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js +2 -2
- package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js +5 -5
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +4 -4
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js +20 -23
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
- package/dist/cjs/components/CustomColumnsPanel/ColumnListTableListItem.js +51 -15
- package/dist/cjs/components/CustomColumnsPanel/ColumnListTableListItem.js.map +1 -1
- package/dist/cjs/components/CustomColumnsPanel/CustomColumnsPanel.js +2 -5
- package/dist/cjs/components/CustomColumnsPanel/CustomColumnsPanel.js.map +1 -1
- package/dist/cjs/components/CustomColumnsPanel/FieldIndications.js +160 -0
- package/dist/cjs/components/CustomColumnsPanel/FieldIndications.js.map +1 -0
- package/dist/cjs/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js +0 -8
- package/dist/cjs/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js.map +1 -1
- package/dist/cjs/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/cjs/components/DragHandle/DragHandle.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/EditableCell.js +16 -7
- package/dist/cjs/components/EditableTable/EditableCell.js.map +1 -1
- package/dist/cjs/components/EditableTable/EditableCell.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/EditableCell.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.js +23 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.js.map +1 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css.js +22 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css.js.map +1 -0
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.js +7 -7
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.js +6 -22
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.js +12 -3
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/View.js +12 -6
- package/dist/cjs/components/EditableTable/cellTypes/date/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/email/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/email/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/email/View.js +11 -5
- package/dist/cjs/components/EditableTable/cellTypes/email/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/number/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/View.js +12 -4
- package/dist/cjs/components/EditableTable/cellTypes/number/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css +0 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/object/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/object/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/object/View.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/object/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.js +18 -2
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/View.js +12 -6
- package/dist/cjs/components/EditableTable/cellTypes/select/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/text/Edit.st.css.js +4 -4
- package/dist/cjs/components/EditableTable/cellTypes/text/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/text/View.js +12 -6
- package/dist/cjs/components/EditableTable/cellTypes/text/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/url/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/url/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/url/View.st.css.js +5 -5
- package/dist/cjs/components/EditableTable/cellTypes/url/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/useCloseOnAncestorScroll.js +27 -0
- package/dist/cjs/components/EditableTable/useCloseOnAncestorScroll.js.map +1 -0
- package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js +2 -2
- package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
- package/dist/cjs/components/Fade/Fade.st.css.js +2 -2
- package/dist/cjs/components/Fade/Fade.st.css.js.map +1 -1
- package/dist/cjs/components/Heading/Heading.st.css.js +2 -2
- package/dist/cjs/components/Heading/Heading.st.css.js.map +1 -1
- package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js +3 -3
- package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js.map +1 -1
- package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js.map +1 -1
- package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js +3 -3
- package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
- package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
- package/dist/cjs/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/cjs/components/MaxLines/MaxLines.st.css.js.map +1 -1
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +5 -5
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
- package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js +5 -5
- package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
- package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
- package/dist/cjs/components/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/cjs/components/PickerContent/PickerContent.st.css.js.map +1 -1
- package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js +4 -4
- package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
- package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
- package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
- package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
- package/dist/cjs/components/common.st.css.js +4 -4
- package/dist/cjs/components/common.st.css.js.map +1 -1
- package/dist/cjs/model/tableColumn.js.map +1 -1
- package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
- package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
- package/dist/cjs/state/FormPage/FormPageHeader.st.css.js +2 -2
- package/dist/cjs/state/FormPage/FormPageHeader.st.css.js.map +1 -1
- package/dist/cjs/state/ToolbarCollectionState.js +10 -2
- package/dist/cjs/state/ToolbarCollectionState.js.map +1 -1
- package/dist/cjs/state/simplifyExtendedColumns.js +7 -2
- package/dist/cjs/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/cjs/styles.global.css +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/docs/ActionCellProps.md +9 -0
- package/dist/docs/AutoCompleteFilter.md +2 -0
- package/dist/docs/MultiAutoInlineCheckboxFilter.md +798 -739
- package/dist/docs/MultiInlineCheckboxFilter.md +798 -739
- package/dist/docs/MultiSelectCheckboxFilter.md +2 -0
- package/dist/docs/MultiSelectCollectionFilter.md +2 -0
- package/dist/docs/SingleSelectFilter.md +2 -0
- package/dist/docs/TableColumn.md +4 -0
- package/dist/docs/index.json +21 -21
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js +2 -2
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js.map +1 -1
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsListItem.js +8 -3
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsListItem.js.map +1 -1
- package/dist/esm/components/CardContainer/CardContainer.st.css.js +2 -2
- package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
- package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
- package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js.map +1 -1
- package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +2 -2
- package/dist/esm/components/CollectionTable/CollectionTable.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js +7 -7
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js +24 -8
- package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js.map +1 -1
- package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js +1 -1
- package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js.map +1 -1
- package/dist/esm/components/CustomColumnsPanel/FieldIndications.js +31 -0
- package/dist/esm/components/CustomColumnsPanel/FieldIndications.js.map +1 -0
- package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js +1 -2
- package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js.map +1 -1
- package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/esm/components/EditableTable/EditableCell.js +9 -1
- package/dist/esm/components/EditableTable/EditableCell.js.map +1 -1
- package/dist/esm/components/EditableTable/EditableCell.st.css.js +2 -2
- package/dist/esm/components/EditableTable/EditableCell.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js +6 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js.map +1 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js +15 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js.map +1 -0
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js +5 -5
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.js +2 -4
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/date/Edit.js +6 -1
- package/dist/esm/components/EditableTable/cellTypes/date/Edit.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/date/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/date/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/date/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/date/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/date/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/date/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/email/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/email/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/email/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/email/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/email/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/email/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/number/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/number/View.js +3 -1
- package/dist/esm/components/EditableTable/cellTypes/number/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/number/View.st.css +0 -1
- package/dist/esm/components/EditableTable/cellTypes/number/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/object/View.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/object/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/object/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/select/Edit.js +12 -2
- package/dist/esm/components/EditableTable/cellTypes/select/Edit.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/select/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/select/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/select/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/select/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/select/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/select/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/select/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/text/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/text/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/url/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/url/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js +23 -0
- package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js.map +1 -0
- package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
- package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
- package/dist/esm/components/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js.map +1 -1
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js +2 -2
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js.map +1 -1
- package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
- package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
- package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
- package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js.map +1 -1
- package/dist/esm/model/tableColumn.js.map +1 -1
- package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
- package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
- package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
- package/dist/esm/state/ToolbarCollectionState.js +12 -0
- package/dist/esm/state/ToolbarCollectionState.js.map +1 -1
- package/dist/esm/state/simplifyExtendedColumns.js +4 -1
- package/dist/esm/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/esm/styles.global.css +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/components/ArchivedItemsPanel/ArchivedItemsCTAButton.d.ts.map +1 -1
- package/dist/types/components/ArchivedItemsPanel/ArchivedItemsListItem.d.ts.map +1 -1
- package/dist/types/components/ArchivedItemsPanel/types.d.ts +1 -1
- package/dist/types/components/ArchivedItemsPanel/types.d.ts.map +1 -1
- package/dist/types/components/CollectionItemActions/CollectionItemActions.uni.driver.d.ts +36 -18
- package/dist/types/components/CollectionItemActions/CollectionItemActions.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionPageNew/CollectionPage.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts +5 -1
- package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +224 -239
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +26 -16
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/ColumnListTableListItem.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/CustomColumnsPanel.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts +11 -0
- package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts.map +1 -0
- package/dist/types/components/CustomFieldModal/CustomFieldModal.uni.driver.d.ts +2 -2
- package/dist/types/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.d.ts.map +1 -1
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts +7 -7
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts +3 -1
- package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EditableTable/EditableCell.d.ts.map +1 -1
- package/dist/types/components/EditableTable/EditableCell.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts +7 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts.map +1 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts +13 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts.map +1 -0
- package/dist/types/components/EditableTable/cellTypes/boolean/Edit.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/boolean/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/boolean/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/boolean/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/date/Edit.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/date/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/date/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/date/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/email/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/email/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/email/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/number/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/object/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/object/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/object/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/select/Edit.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/select/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/select/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/select/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/select/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts +9 -0
- package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts.map +1 -0
- package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts +3 -1
- package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts +3 -1
- package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EntityPage/EntityPagePlain.st.css.d.ts.map +1 -1
- package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts +1 -1
- package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts +1 -1
- package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts +6 -4
- package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.uni.driver.d.ts +37 -25
- package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +175 -159
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +53 -55
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Heading/Heading.st.css.d.ts.map +1 -1
- package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts +3 -3
- package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ImportButton/ImportStepUpload.st.css.d.ts.map +1 -1
- package/dist/types/components/Kanban/Kanban.uni.driver.d.ts +21 -11
- package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +179 -266
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerContent/PickerContentAdditionalStep.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerTableListItem/PickerTableListItem.st.css.d.ts.map +1 -1
- package/dist/types/components/ScrollableContent/ScrollableContent.st.css.d.ts.map +1 -1
- package/dist/types/components/SettingsPage/SettingsPage.uni.driver.d.ts +2 -2
- package/dist/types/components/SettingsPage/SettingsPage.uni.driver.d.ts.map +1 -1
- package/dist/types/components/SkeletonCard/SkeletonCard.st.css.d.ts.map +1 -1
- package/dist/types/components/SlidingModal/SlidingModal.st.css.d.ts.map +1 -1
- package/dist/types/components/SummaryBar/SummaryBar.uni.driver.d.ts +1 -1
- package/dist/types/components/Table/Table.uni.driver.d.ts +122 -45
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +213 -94
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +245 -187
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts +3 -1
- package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts +38 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts +38 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.d.ts.map +1 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts +38 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts +2 -3
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/common.st.css.d.ts.map +1 -1
- package/dist/types/model/tableColumn.d.ts +42 -0
- package/dist/types/model/tableColumn.d.ts.map +1 -1
- package/dist/types/state/CollectionPage/CollectionPageHeader.st.css.d.ts.map +1 -1
- package/dist/types/state/ToolbarCollectionState.d.ts.map +1 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts +2 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts.map +1 -1
- package/dist/types/testkit/enzyme.d.ts +692 -288
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +717 -301
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/playwright.d.ts +692 -288
- package/dist/types/testkit/playwright.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +713 -299
- package/dist/types/testkit/puppeteer.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +7 -7
- package/src/components/ArchivedItemsPanel/ArchivedItemsCTAButton.tsx +2 -1
- package/src/components/ArchivedItemsPanel/ArchivedItemsListItem.tsx +23 -4
- package/src/components/ArchivedItemsPanel/types.ts +1 -2
- package/src/components/CardContainer/CardContainer.st.css.ts +2 -2
- package/src/components/Collapse/Collapse.st.css.ts +2 -2
- package/src/components/CollectionPageNew/CollectionPage.st.css.ts +2 -2
- package/src/components/CollectionSectionHeader/CollectionSectionHeader.st.css.ts +2 -2
- package/src/components/CollectionTable/CollectionTable.st.css.ts +2 -2
- package/src/components/CollectionToolbar/CollectionToolbar.st.css.ts +2 -2
- package/src/components/CollectionToolbar/SearchOrCustomFilter.st.css.ts +2 -2
- package/src/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.ts +2 -2
- package/src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts +2 -2
- package/src/components/CollectionViewsDropdown/ViewsDropdown.tsx +9 -7
- package/src/components/CustomColumnsPanel/ColumnListTableListItem.tsx +43 -9
- package/src/components/CustomColumnsPanel/CustomColumnsPanel.tsx +0 -1
- package/src/components/CustomColumnsPanel/FieldIndications.tsx +105 -0
- package/src/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.tsx +0 -1
- package/src/components/DragHandle/DragHandle.st.css.ts +2 -2
- package/src/components/EditableTable/EditableCell.st.css.ts +2 -2
- package/src/components/EditableTable/EditableCell.tsx +10 -2
- package/src/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
- package/src/components/EditableTable/cellTypes/CellViewLayout.st.css.ts +25 -0
- package/src/components/EditableTable/cellTypes/CellViewLayout.tsx +8 -0
- package/src/components/EditableTable/cellTypes/boolean/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/boolean/Edit.tsx +9 -6
- package/src/components/EditableTable/cellTypes/boolean/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/boolean/View.tsx +6 -9
- package/src/components/EditableTable/cellTypes/date/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/date/Edit.tsx +10 -0
- package/src/components/EditableTable/cellTypes/date/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/date/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/date/View.tsx +6 -4
- package/src/components/EditableTable/cellTypes/email/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/email/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/email/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/email/View.tsx +4 -2
- package/src/components/EditableTable/cellTypes/number/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/number/View.st.css +0 -1
- package/src/components/EditableTable/cellTypes/number/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/number/View.tsx +4 -1
- package/src/components/EditableTable/cellTypes/object/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/object/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/object/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/object/View.tsx +3 -3
- package/src/components/EditableTable/cellTypes/select/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/select/Edit.tsx +21 -0
- package/src/components/EditableTable/cellTypes/select/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/select/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/select/View.tsx +6 -4
- package/src/components/EditableTable/cellTypes/text/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/text/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/text/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/text/View.tsx +6 -4
- package/src/components/EditableTable/cellTypes/url/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/url/View.st.css.ts +2 -2
- package/src/components/EditableTable/useCloseOnAncestorScroll.ts +27 -0
- package/src/components/EntityPage/EntityPagePlain.st.css.ts +2 -2
- package/src/components/Fade/Fade.st.css.ts +2 -2
- package/src/components/Heading/Heading.st.css.ts +2 -2
- package/src/components/ImportButton/ImportStepUpload.st.css.ts +2 -2
- package/src/components/InputOverflow/InputOverflow.st.css.ts +2 -2
- package/src/components/LoadingRow/LoadingRow.st.css.ts +3 -3
- package/src/components/MaxHeightText/MaxHeightText.st.css.ts +2 -2
- package/src/components/MaxLines/MaxLines.st.css.ts +2 -2
- package/src/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.ts +2 -2
- package/src/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.ts +2 -2
- package/src/components/NestedTable/NestedTableRow.st.css.ts +2 -2
- package/src/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.ts +2 -2
- package/src/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.ts +2 -2
- package/src/components/PickerContent/PickerContent.st.css.ts +2 -2
- package/src/components/PickerContent/PickerContentAdditionalStep.st.css.ts +2 -2
- package/src/components/PickerTableListItem/PickerTableListItem.st.css.ts +2 -2
- package/src/components/ScrollableContent/ScrollableContent.st.css.ts +2 -2
- package/src/components/SkeletonCard/SkeletonCard.st.css.ts +2 -2
- package/src/components/SlidingModal/SlidingModal.st.css.ts +2 -2
- package/src/components/TabsFilter/TabsFilter.st.css.ts +2 -2
- package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.ts +2 -2
- package/src/components/ToolbarItem/ToolbarItem.st.css.ts +2 -2
- package/src/components/ToolbarItemBox/ToolbarItemBox.st.css.ts +2 -2
- package/src/components/common.st.css.ts +2 -2
- package/src/model/tableColumn.ts +42 -1
- package/src/state/CollectionPage/CollectionPageHeader.st.css.ts +2 -2
- package/src/state/FormPage/FormPageHeader.st.css.ts +2 -2
- package/src/state/ToolbarCollectionState.ts +13 -0
- package/src/state/simplifyExtendedColumns.tsx +8 -0
- package/src/styles.global.css +1 -1
- package/src/version.ts +1 -1
|
@@ -28,8 +28,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
28
28
|
base?: any;
|
|
29
29
|
selector?: string | Promise<string> | undefined;
|
|
30
30
|
idx?: number | undefined;
|
|
31
|
-
timeBudget?: number | undefined;
|
|
32
|
-
}, any>;
|
|
31
|
+
timeBudget?: number | undefined;
|
|
32
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
33
33
|
s: (selector: string) => UniDriver<any, {
|
|
34
34
|
parent?: any;
|
|
35
35
|
base?: any;
|
|
@@ -52,9 +52,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
52
52
|
timeBudget?: number | undefined;
|
|
53
53
|
}, any>;
|
|
54
54
|
text: () => Promise<string>;
|
|
55
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
55
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
56
56
|
value: () => Promise<string>;
|
|
57
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
57
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
58
58
|
attr: (name: string) => Promise<string | null>;
|
|
59
59
|
mouse: {
|
|
60
60
|
moveTo: (to: UniDriver<any, {
|
|
@@ -70,7 +70,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
70
70
|
hover: () => Promise<void>;
|
|
71
71
|
};
|
|
72
72
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
73
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
73
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
74
74
|
prop: (name: string) => Promise<any>;
|
|
75
75
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
76
76
|
get: (query: string, options?: {
|
|
@@ -146,7 +146,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
146
146
|
blur: () => Promise<void>;
|
|
147
147
|
keyUp: () => Promise<void>;
|
|
148
148
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
149
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
149
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
150
150
|
paste: () => Promise<void>;
|
|
151
151
|
copy: () => Promise<void>;
|
|
152
152
|
wheel: () => Promise<void>;
|
|
@@ -289,6 +289,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
289
289
|
optionsScrollTop: () => Promise<number>;
|
|
290
290
|
pressDownKey: () => Promise<void>;
|
|
291
291
|
pressUpKey: () => Promise<void>;
|
|
292
|
+
pressRightKey: () => Promise<void>;
|
|
293
|
+
pressLeftKey: () => Promise<void>;
|
|
292
294
|
pressEnterKey: () => Promise<void>;
|
|
293
295
|
pressSpaceKey: () => Promise<void>;
|
|
294
296
|
pressTabKey: () => Promise<void>;
|
|
@@ -1211,8 +1213,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1211
1213
|
base?: any;
|
|
1212
1214
|
selector?: string | Promise<string> | undefined;
|
|
1213
1215
|
idx?: number | undefined;
|
|
1214
|
-
timeBudget?: number | undefined;
|
|
1215
|
-
}, any>;
|
|
1216
|
+
timeBudget?: number | undefined;
|
|
1217
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
1216
1218
|
s: (selector: string) => UniDriver<any, {
|
|
1217
1219
|
parent?: any;
|
|
1218
1220
|
base?: any;
|
|
@@ -1235,9 +1237,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1235
1237
|
timeBudget?: number | undefined;
|
|
1236
1238
|
}, any>;
|
|
1237
1239
|
text: () => Promise<string>;
|
|
1238
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
1240
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
1239
1241
|
value: () => Promise<string>;
|
|
1240
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
1242
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
1241
1243
|
attr: (name: string) => Promise<string | null>;
|
|
1242
1244
|
mouse: {
|
|
1243
1245
|
moveTo: (to: UniDriver<any, {
|
|
@@ -1253,7 +1255,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1253
1255
|
hover: () => Promise<void>;
|
|
1254
1256
|
};
|
|
1255
1257
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
1256
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
1258
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
1257
1259
|
prop: (name: string) => Promise<any>;
|
|
1258
1260
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
1259
1261
|
get: (query: string, options?: {
|
|
@@ -1325,7 +1327,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1325
1327
|
blur: () => Promise<void>;
|
|
1326
1328
|
keyUp: () => Promise<void>;
|
|
1327
1329
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
1328
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
1330
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
1329
1331
|
paste: () => Promise<void>;
|
|
1330
1332
|
copy: () => Promise<void>;
|
|
1331
1333
|
wheel: () => Promise<void>;
|
|
@@ -1468,6 +1470,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1468
1470
|
optionsScrollTop: () => Promise<number>;
|
|
1469
1471
|
pressDownKey: () => Promise<void>;
|
|
1470
1472
|
pressUpKey: () => Promise<void>;
|
|
1473
|
+
pressRightKey: () => Promise<void>;
|
|
1474
|
+
pressLeftKey: () => Promise<void>;
|
|
1471
1475
|
pressEnterKey: () => Promise<void>;
|
|
1472
1476
|
pressSpaceKey: () => Promise<void>;
|
|
1473
1477
|
pressTabKey: () => Promise<void>;
|
|
@@ -1581,8 +1585,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1581
1585
|
base?: any;
|
|
1582
1586
|
selector?: string | Promise<string> | undefined;
|
|
1583
1587
|
idx?: number | undefined;
|
|
1584
|
-
timeBudget?: number | undefined;
|
|
1585
|
-
}, any>;
|
|
1588
|
+
timeBudget?: number | undefined;
|
|
1589
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
1586
1590
|
s: (selector: string) => UniDriver<any, {
|
|
1587
1591
|
parent?: any;
|
|
1588
1592
|
base?: any;
|
|
@@ -1605,9 +1609,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1605
1609
|
timeBudget?: number | undefined;
|
|
1606
1610
|
}, any>;
|
|
1607
1611
|
text: () => Promise<string>;
|
|
1608
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
1612
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
1609
1613
|
value: () => Promise<string>;
|
|
1610
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
1614
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
1611
1615
|
attr: (name: string) => Promise<string | null>;
|
|
1612
1616
|
mouse: {
|
|
1613
1617
|
moveTo: (to: UniDriver<any, {
|
|
@@ -1623,7 +1627,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1623
1627
|
hover: () => Promise<void>;
|
|
1624
1628
|
};
|
|
1625
1629
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
1626
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
1630
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
1627
1631
|
prop: (name: string) => Promise<any>;
|
|
1628
1632
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
1629
1633
|
get: (query: string, options?: {
|
|
@@ -1695,7 +1699,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1695
1699
|
blur: () => Promise<void>;
|
|
1696
1700
|
keyUp: () => Promise<void>;
|
|
1697
1701
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
1698
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
1702
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
1699
1703
|
paste: () => Promise<void>;
|
|
1700
1704
|
copy: () => Promise<void>;
|
|
1701
1705
|
wheel: () => Promise<void>;
|
|
@@ -1838,6 +1842,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1838
1842
|
optionsScrollTop: () => Promise<number>;
|
|
1839
1843
|
pressDownKey: () => Promise<void>;
|
|
1840
1844
|
pressUpKey: () => Promise<void>;
|
|
1845
|
+
pressRightKey: () => Promise<void>;
|
|
1846
|
+
pressLeftKey: () => Promise<void>;
|
|
1841
1847
|
pressEnterKey: () => Promise<void>;
|
|
1842
1848
|
pressSpaceKey: () => Promise<void>;
|
|
1843
1849
|
pressTabKey: () => Promise<void>;
|
|
@@ -1967,8 +1973,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1967
1973
|
base?: any;
|
|
1968
1974
|
selector?: string | Promise<string> | undefined;
|
|
1969
1975
|
idx?: number | undefined;
|
|
1970
|
-
timeBudget?: number | undefined;
|
|
1971
|
-
}, any>;
|
|
1976
|
+
timeBudget?: number | undefined;
|
|
1977
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
1972
1978
|
s: (selector: string) => UniDriver<any, {
|
|
1973
1979
|
parent?: any;
|
|
1974
1980
|
base?: any;
|
|
@@ -1991,9 +1997,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1991
1997
|
timeBudget?: number | undefined;
|
|
1992
1998
|
}, any>;
|
|
1993
1999
|
text: () => Promise<string>;
|
|
1994
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
2000
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
1995
2001
|
value: () => Promise<string>;
|
|
1996
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
2002
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
1997
2003
|
attr: (name: string) => Promise<string | null>;
|
|
1998
2004
|
mouse: {
|
|
1999
2005
|
moveTo: (to: UniDriver<any, {
|
|
@@ -2009,7 +2015,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2009
2015
|
hover: () => Promise<void>;
|
|
2010
2016
|
};
|
|
2011
2017
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
2012
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
2018
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
2013
2019
|
prop: (name: string) => Promise<any>;
|
|
2014
2020
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
2015
2021
|
get: (query: string, options?: {
|
|
@@ -2081,7 +2087,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2081
2087
|
blur: () => Promise<void>;
|
|
2082
2088
|
keyUp: () => Promise<void>;
|
|
2083
2089
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2084
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
2090
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
2085
2091
|
paste: () => Promise<void>;
|
|
2086
2092
|
copy: () => Promise<void>;
|
|
2087
2093
|
wheel: () => Promise<void>;
|
|
@@ -2224,6 +2230,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2224
2230
|
optionsScrollTop: () => Promise<number>;
|
|
2225
2231
|
pressDownKey: () => Promise<void>;
|
|
2226
2232
|
pressUpKey: () => Promise<void>;
|
|
2233
|
+
pressRightKey: () => Promise<void>;
|
|
2234
|
+
pressLeftKey: () => Promise<void>;
|
|
2227
2235
|
pressEnterKey: () => Promise<void>;
|
|
2228
2236
|
pressSpaceKey: () => Promise<void>;
|
|
2229
2237
|
pressTabKey: () => Promise<void>;
|
|
@@ -2355,7 +2363,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2355
2363
|
isDisabled: () => Promise<boolean>;
|
|
2356
2364
|
isHoveredStyle: () => Promise<boolean>;
|
|
2357
2365
|
isFocusedStyle: () => Promise<boolean>;
|
|
2358
|
-
getRequired: () => Promise<any>;
|
|
2366
|
+
getRequired: () => Promise<any>;
|
|
2359
2367
|
enterText: (value: string) => Promise<void>;
|
|
2360
2368
|
getAutocomplete: () => Promise<string | null>;
|
|
2361
2369
|
getDefaultValue: () => Promise<any>;
|
|
@@ -2368,7 +2376,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2368
2376
|
blur: () => Promise<void>;
|
|
2369
2377
|
keyUp: () => Promise<void>;
|
|
2370
2378
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2371
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
2379
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
2372
2380
|
paste: () => Promise<void>;
|
|
2373
2381
|
copy: () => Promise<void>;
|
|
2374
2382
|
wheel: () => Promise<void>;
|
|
@@ -2384,7 +2392,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2384
2392
|
isFocus: () => Promise<boolean | undefined>;
|
|
2385
2393
|
clickMenuArrow: () => Promise<void>;
|
|
2386
2394
|
hasMenuArrow: () => Promise<boolean>;
|
|
2387
|
-
/** Indicates the initial skeleton loader exists */
|
|
2388
2395
|
isRTL: () => Promise<boolean>;
|
|
2389
2396
|
getCursorLocation: () => Promise<number>;
|
|
2390
2397
|
clearText: () => Promise<void>;
|
|
@@ -2433,7 +2440,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2433
2440
|
isDisabled: () => Promise<boolean>;
|
|
2434
2441
|
isHoveredStyle: () => Promise<boolean>;
|
|
2435
2442
|
isFocusedStyle: () => Promise<boolean>;
|
|
2436
|
-
getRequired: () => Promise<any>;
|
|
2443
|
+
getRequired: () => Promise<any>;
|
|
2437
2444
|
enterText: (value: string) => Promise<void>;
|
|
2438
2445
|
getAutocomplete: () => Promise<string | null>;
|
|
2439
2446
|
getDefaultValue: () => Promise<any>;
|
|
@@ -2446,7 +2453,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2446
2453
|
blur: () => Promise<void>;
|
|
2447
2454
|
keyUp: () => Promise<void>;
|
|
2448
2455
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2449
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
2456
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
2450
2457
|
paste: () => Promise<void>;
|
|
2451
2458
|
copy: () => Promise<void>;
|
|
2452
2459
|
wheel: () => Promise<void>;
|
|
@@ -2462,7 +2469,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2462
2469
|
isFocus: () => Promise<boolean | undefined>;
|
|
2463
2470
|
clickMenuArrow: () => Promise<void>;
|
|
2464
2471
|
hasMenuArrow: () => Promise<boolean>;
|
|
2465
|
-
/** Indicates the initial skeleton loader exists */
|
|
2466
2472
|
isRTL: () => Promise<boolean>;
|
|
2467
2473
|
getCursorLocation: () => Promise<number>;
|
|
2468
2474
|
clearText: () => Promise<void>;
|
|
@@ -2554,7 +2560,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2554
2560
|
isDisabled: () => Promise<boolean>;
|
|
2555
2561
|
isHoveredStyle: () => Promise<boolean>;
|
|
2556
2562
|
isFocusedStyle: () => Promise<boolean>;
|
|
2557
|
-
getRequired: () => Promise<any>;
|
|
2563
|
+
getRequired: () => Promise<any>;
|
|
2558
2564
|
enterText: (value: string) => Promise<void>;
|
|
2559
2565
|
getAutocomplete: () => Promise<string | null>;
|
|
2560
2566
|
getDefaultValue: () => Promise<any>;
|
|
@@ -2567,7 +2573,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2567
2573
|
blur: () => Promise<void>;
|
|
2568
2574
|
keyUp: () => Promise<void>;
|
|
2569
2575
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2570
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
2576
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
2571
2577
|
paste: () => Promise<void>;
|
|
2572
2578
|
copy: () => Promise<void>;
|
|
2573
2579
|
wheel: () => Promise<void>;
|
|
@@ -2583,7 +2589,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2583
2589
|
isFocus: () => Promise<boolean | undefined>;
|
|
2584
2590
|
clickMenuArrow: () => Promise<void>;
|
|
2585
2591
|
hasMenuArrow: () => Promise<boolean>;
|
|
2586
|
-
/** Indicates the initial skeleton loader exists */
|
|
2587
2592
|
isRTL: () => Promise<boolean>;
|
|
2588
2593
|
getCursorLocation: () => Promise<number>;
|
|
2589
2594
|
clearText: () => Promise<void>;
|
|
@@ -2901,8 +2906,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2901
2906
|
base?: any;
|
|
2902
2907
|
selector?: string | Promise<string> | undefined;
|
|
2903
2908
|
idx?: number | undefined;
|
|
2904
|
-
timeBudget?: number | undefined;
|
|
2905
|
-
}, any>;
|
|
2909
|
+
timeBudget?: number | undefined;
|
|
2910
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
2906
2911
|
s: (selector: string) => UniDriver<any, {
|
|
2907
2912
|
parent?: any;
|
|
2908
2913
|
base?: any;
|
|
@@ -2925,9 +2930,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2925
2930
|
timeBudget?: number | undefined;
|
|
2926
2931
|
}, any>;
|
|
2927
2932
|
text: () => Promise<string>;
|
|
2928
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
2933
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
2929
2934
|
value: () => Promise<string>;
|
|
2930
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
2935
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
2931
2936
|
attr: (name: string) => Promise<string | null>;
|
|
2932
2937
|
mouse: {
|
|
2933
2938
|
moveTo: (to: UniDriver<any, {
|
|
@@ -2943,7 +2948,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2943
2948
|
hover: () => Promise<void>;
|
|
2944
2949
|
};
|
|
2945
2950
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
2946
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
2951
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
2947
2952
|
prop: (name: string) => Promise<any>;
|
|
2948
2953
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
2949
2954
|
get: (query: string, options?: {
|
|
@@ -3015,7 +3020,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3015
3020
|
blur: () => Promise<void>;
|
|
3016
3021
|
keyUp: () => Promise<void>;
|
|
3017
3022
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3018
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
3023
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
3019
3024
|
paste: () => Promise<void>;
|
|
3020
3025
|
copy: () => Promise<void>;
|
|
3021
3026
|
wheel: () => Promise<void>;
|
|
@@ -3158,6 +3163,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3158
3163
|
optionsScrollTop: () => Promise<number>;
|
|
3159
3164
|
pressDownKey: () => Promise<void>;
|
|
3160
3165
|
pressUpKey: () => Promise<void>;
|
|
3166
|
+
pressRightKey: () => Promise<void>;
|
|
3167
|
+
pressLeftKey: () => Promise<void>;
|
|
3161
3168
|
pressEnterKey: () => Promise<void>;
|
|
3162
3169
|
pressSpaceKey: () => Promise<void>;
|
|
3163
3170
|
pressTabKey: () => Promise<void>;
|
|
@@ -3345,7 +3352,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3345
3352
|
isDisabled: () => Promise<boolean>;
|
|
3346
3353
|
isHoveredStyle: () => Promise<boolean>;
|
|
3347
3354
|
isFocusedStyle: () => Promise<boolean>;
|
|
3348
|
-
getRequired: () => Promise<any>;
|
|
3355
|
+
getRequired: () => Promise<any>;
|
|
3349
3356
|
enterText: (value: string) => Promise<void>;
|
|
3350
3357
|
getAutocomplete: () => Promise<string | null>;
|
|
3351
3358
|
getDefaultValue: () => Promise<any>;
|
|
@@ -3358,7 +3365,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3358
3365
|
blur: () => Promise<void>;
|
|
3359
3366
|
keyUp: () => Promise<void>;
|
|
3360
3367
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3361
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
3368
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
3362
3369
|
paste: () => Promise<void>;
|
|
3363
3370
|
copy: () => Promise<void>;
|
|
3364
3371
|
wheel: () => Promise<void>;
|
|
@@ -3374,7 +3381,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3374
3381
|
isFocus: () => Promise<boolean | undefined>;
|
|
3375
3382
|
clickMenuArrow: () => Promise<void>;
|
|
3376
3383
|
hasMenuArrow: () => Promise<boolean>;
|
|
3377
|
-
/** Indicates the initial skeleton loader exists */
|
|
3378
3384
|
isRTL: () => Promise<boolean>;
|
|
3379
3385
|
getCursorLocation: () => Promise<number>;
|
|
3380
3386
|
clearText: () => Promise<void>;
|
|
@@ -3423,7 +3429,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3423
3429
|
isDisabled: () => Promise<boolean>;
|
|
3424
3430
|
isHoveredStyle: () => Promise<boolean>;
|
|
3425
3431
|
isFocusedStyle: () => Promise<boolean>;
|
|
3426
|
-
getRequired: () => Promise<any>;
|
|
3432
|
+
getRequired: () => Promise<any>;
|
|
3427
3433
|
enterText: (value: string) => Promise<void>;
|
|
3428
3434
|
getAutocomplete: () => Promise<string | null>;
|
|
3429
3435
|
getDefaultValue: () => Promise<any>;
|
|
@@ -3436,7 +3442,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3436
3442
|
blur: () => Promise<void>;
|
|
3437
3443
|
keyUp: () => Promise<void>;
|
|
3438
3444
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3439
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
3445
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
3440
3446
|
paste: () => Promise<void>;
|
|
3441
3447
|
copy: () => Promise<void>;
|
|
3442
3448
|
wheel: () => Promise<void>;
|
|
@@ -3452,7 +3458,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3452
3458
|
isFocus: () => Promise<boolean | undefined>;
|
|
3453
3459
|
clickMenuArrow: () => Promise<void>;
|
|
3454
3460
|
hasMenuArrow: () => Promise<boolean>;
|
|
3455
|
-
/** Indicates the initial skeleton loader exists */
|
|
3456
3461
|
isRTL: () => Promise<boolean>;
|
|
3457
3462
|
getCursorLocation: () => Promise<number>;
|
|
3458
3463
|
clearText: () => Promise<void>;
|
|
@@ -3559,7 +3564,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3559
3564
|
isDisabled: () => Promise<boolean>;
|
|
3560
3565
|
isHoveredStyle: () => Promise<boolean>;
|
|
3561
3566
|
isFocusedStyle: () => Promise<boolean>;
|
|
3562
|
-
getRequired: () => Promise<any>;
|
|
3567
|
+
getRequired: () => Promise<any>;
|
|
3563
3568
|
enterText: (value: string) => Promise<void>;
|
|
3564
3569
|
getAutocomplete: () => Promise<string | null>;
|
|
3565
3570
|
getDefaultValue: () => Promise<any>;
|
|
@@ -3572,7 +3577,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3572
3577
|
blur: () => Promise<void>;
|
|
3573
3578
|
keyUp: () => Promise<void>;
|
|
3574
3579
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3575
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
3580
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
3576
3581
|
paste: () => Promise<void>;
|
|
3577
3582
|
copy: () => Promise<void>;
|
|
3578
3583
|
wheel: () => Promise<void>;
|
|
@@ -3588,7 +3593,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3588
3593
|
isFocus: () => Promise<boolean | undefined>;
|
|
3589
3594
|
clickMenuArrow: () => Promise<void>;
|
|
3590
3595
|
hasMenuArrow: () => Promise<boolean>;
|
|
3591
|
-
/** Indicates the initial skeleton loader exists */
|
|
3592
3596
|
isRTL: () => Promise<boolean>;
|
|
3593
3597
|
getCursorLocation: () => Promise<number>;
|
|
3594
3598
|
clearText: () => Promise<void>;
|
|
@@ -4653,8 +4657,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4653
4657
|
base?: any;
|
|
4654
4658
|
selector?: string | Promise<string> | undefined;
|
|
4655
4659
|
idx?: number | undefined;
|
|
4656
|
-
timeBudget?: number | undefined;
|
|
4657
|
-
}, any>;
|
|
4660
|
+
timeBudget?: number | undefined;
|
|
4661
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
4658
4662
|
s: (selector: string) => UniDriver<any, {
|
|
4659
4663
|
parent?: any;
|
|
4660
4664
|
base?: any;
|
|
@@ -4677,9 +4681,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4677
4681
|
timeBudget?: number | undefined;
|
|
4678
4682
|
}, any>;
|
|
4679
4683
|
text: () => Promise<string>;
|
|
4680
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
4684
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
4681
4685
|
value: () => Promise<string>;
|
|
4682
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
4686
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
4683
4687
|
attr: (name: string) => Promise<string | null>;
|
|
4684
4688
|
mouse: {
|
|
4685
4689
|
moveTo: (to: UniDriver<any, {
|
|
@@ -4695,7 +4699,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4695
4699
|
hover: () => Promise<void>;
|
|
4696
4700
|
};
|
|
4697
4701
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
4698
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
4702
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
4699
4703
|
prop: (name: string) => Promise<any>;
|
|
4700
4704
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
4701
4705
|
get: (query: string, options?: {
|
|
@@ -4771,7 +4775,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4771
4775
|
blur: () => Promise<void>;
|
|
4772
4776
|
keyUp: () => Promise<void>;
|
|
4773
4777
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
4774
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
4778
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
4775
4779
|
paste: () => Promise<void>;
|
|
4776
4780
|
copy: () => Promise<void>;
|
|
4777
4781
|
wheel: () => Promise<void>;
|
|
@@ -4914,6 +4918,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4914
4918
|
optionsScrollTop: () => Promise<number>;
|
|
4915
4919
|
pressDownKey: () => Promise<void>;
|
|
4916
4920
|
pressUpKey: () => Promise<void>;
|
|
4921
|
+
pressRightKey: () => Promise<void>;
|
|
4922
|
+
pressLeftKey: () => Promise<void>;
|
|
4917
4923
|
pressEnterKey: () => Promise<void>;
|
|
4918
4924
|
pressSpaceKey: () => Promise<void>;
|
|
4919
4925
|
pressTabKey: () => Promise<void>;
|
|
@@ -5836,8 +5842,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
5836
5842
|
base?: any;
|
|
5837
5843
|
selector?: string | Promise<string> | undefined;
|
|
5838
5844
|
idx?: number | undefined;
|
|
5839
|
-
timeBudget?: number | undefined;
|
|
5840
|
-
}, any>;
|
|
5845
|
+
timeBudget?: number | undefined;
|
|
5846
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
5841
5847
|
s: (selector: string) => UniDriver<any, {
|
|
5842
5848
|
parent?: any;
|
|
5843
5849
|
base?: any;
|
|
@@ -5860,9 +5866,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
5860
5866
|
timeBudget?: number | undefined;
|
|
5861
5867
|
}, any>;
|
|
5862
5868
|
text: () => Promise<string>;
|
|
5863
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
5869
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
5864
5870
|
value: () => Promise<string>;
|
|
5865
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
5871
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
5866
5872
|
attr: (name: string) => Promise<string | null>;
|
|
5867
5873
|
mouse: {
|
|
5868
5874
|
moveTo: (to: UniDriver<any, {
|
|
@@ -5878,7 +5884,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
5878
5884
|
hover: () => Promise<void>;
|
|
5879
5885
|
};
|
|
5880
5886
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
5881
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
5887
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
5882
5888
|
prop: (name: string) => Promise<any>;
|
|
5883
5889
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
5884
5890
|
get: (query: string, options?: {
|
|
@@ -5950,7 +5956,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
5950
5956
|
blur: () => Promise<void>;
|
|
5951
5957
|
keyUp: () => Promise<void>;
|
|
5952
5958
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
5953
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
5959
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
5954
5960
|
paste: () => Promise<void>;
|
|
5955
5961
|
copy: () => Promise<void>;
|
|
5956
5962
|
wheel: () => Promise<void>;
|
|
@@ -6093,6 +6099,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6093
6099
|
optionsScrollTop: () => Promise<number>;
|
|
6094
6100
|
pressDownKey: () => Promise<void>;
|
|
6095
6101
|
pressUpKey: () => Promise<void>;
|
|
6102
|
+
pressRightKey: () => Promise<void>;
|
|
6103
|
+
pressLeftKey: () => Promise<void>;
|
|
6096
6104
|
pressEnterKey: () => Promise<void>;
|
|
6097
6105
|
pressSpaceKey: () => Promise<void>;
|
|
6098
6106
|
pressTabKey: () => Promise<void>;
|
|
@@ -6206,8 +6214,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6206
6214
|
base?: any;
|
|
6207
6215
|
selector?: string | Promise<string> | undefined;
|
|
6208
6216
|
idx?: number | undefined;
|
|
6209
|
-
timeBudget?: number | undefined;
|
|
6210
|
-
}, any>;
|
|
6217
|
+
timeBudget?: number | undefined;
|
|
6218
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
6211
6219
|
s: (selector: string) => UniDriver<any, {
|
|
6212
6220
|
parent?: any;
|
|
6213
6221
|
base?: any;
|
|
@@ -6230,9 +6238,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6230
6238
|
timeBudget?: number | undefined;
|
|
6231
6239
|
}, any>;
|
|
6232
6240
|
text: () => Promise<string>;
|
|
6233
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
6241
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
6234
6242
|
value: () => Promise<string>;
|
|
6235
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
6243
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
6236
6244
|
attr: (name: string) => Promise<string | null>;
|
|
6237
6245
|
mouse: {
|
|
6238
6246
|
moveTo: (to: UniDriver<any, {
|
|
@@ -6248,7 +6256,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6248
6256
|
hover: () => Promise<void>;
|
|
6249
6257
|
};
|
|
6250
6258
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
6251
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
6259
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
6252
6260
|
prop: (name: string) => Promise<any>;
|
|
6253
6261
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
6254
6262
|
get: (query: string, options?: {
|
|
@@ -6320,7 +6328,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6320
6328
|
blur: () => Promise<void>;
|
|
6321
6329
|
keyUp: () => Promise<void>;
|
|
6322
6330
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
6323
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
6331
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
6324
6332
|
paste: () => Promise<void>;
|
|
6325
6333
|
copy: () => Promise<void>;
|
|
6326
6334
|
wheel: () => Promise<void>;
|
|
@@ -6463,6 +6471,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6463
6471
|
optionsScrollTop: () => Promise<number>;
|
|
6464
6472
|
pressDownKey: () => Promise<void>;
|
|
6465
6473
|
pressUpKey: () => Promise<void>;
|
|
6474
|
+
pressRightKey: () => Promise<void>;
|
|
6475
|
+
pressLeftKey: () => Promise<void>;
|
|
6466
6476
|
pressEnterKey: () => Promise<void>;
|
|
6467
6477
|
pressSpaceKey: () => Promise<void>;
|
|
6468
6478
|
pressTabKey: () => Promise<void>;
|
|
@@ -6592,8 +6602,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6592
6602
|
base?: any;
|
|
6593
6603
|
selector?: string | Promise<string> | undefined;
|
|
6594
6604
|
idx?: number | undefined;
|
|
6595
|
-
timeBudget?: number | undefined;
|
|
6596
|
-
}, any>;
|
|
6605
|
+
timeBudget?: number | undefined;
|
|
6606
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
6597
6607
|
s: (selector: string) => UniDriver<any, {
|
|
6598
6608
|
parent?: any;
|
|
6599
6609
|
base?: any;
|
|
@@ -6616,9 +6626,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6616
6626
|
timeBudget?: number | undefined;
|
|
6617
6627
|
}, any>;
|
|
6618
6628
|
text: () => Promise<string>;
|
|
6619
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
6629
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
6620
6630
|
value: () => Promise<string>;
|
|
6621
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
6631
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
6622
6632
|
attr: (name: string) => Promise<string | null>;
|
|
6623
6633
|
mouse: {
|
|
6624
6634
|
moveTo: (to: UniDriver<any, {
|
|
@@ -6634,7 +6644,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6634
6644
|
hover: () => Promise<void>;
|
|
6635
6645
|
};
|
|
6636
6646
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
6637
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
6647
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
6638
6648
|
prop: (name: string) => Promise<any>;
|
|
6639
6649
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
6640
6650
|
get: (query: string, options?: {
|
|
@@ -6706,7 +6716,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6706
6716
|
blur: () => Promise<void>;
|
|
6707
6717
|
keyUp: () => Promise<void>;
|
|
6708
6718
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
6709
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
6719
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
6710
6720
|
paste: () => Promise<void>;
|
|
6711
6721
|
copy: () => Promise<void>;
|
|
6712
6722
|
wheel: () => Promise<void>;
|
|
@@ -6849,6 +6859,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6849
6859
|
optionsScrollTop: () => Promise<number>;
|
|
6850
6860
|
pressDownKey: () => Promise<void>;
|
|
6851
6861
|
pressUpKey: () => Promise<void>;
|
|
6862
|
+
pressRightKey: () => Promise<void>;
|
|
6863
|
+
pressLeftKey: () => Promise<void>;
|
|
6852
6864
|
pressEnterKey: () => Promise<void>;
|
|
6853
6865
|
pressSpaceKey: () => Promise<void>;
|
|
6854
6866
|
pressTabKey: () => Promise<void>;
|
|
@@ -6980,7 +6992,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6980
6992
|
isDisabled: () => Promise<boolean>;
|
|
6981
6993
|
isHoveredStyle: () => Promise<boolean>;
|
|
6982
6994
|
isFocusedStyle: () => Promise<boolean>;
|
|
6983
|
-
getRequired: () => Promise<any>;
|
|
6995
|
+
getRequired: () => Promise<any>;
|
|
6984
6996
|
enterText: (value: string) => Promise<void>;
|
|
6985
6997
|
getAutocomplete: () => Promise<string | null>;
|
|
6986
6998
|
getDefaultValue: () => Promise<any>;
|
|
@@ -6993,7 +7005,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6993
7005
|
blur: () => Promise<void>;
|
|
6994
7006
|
keyUp: () => Promise<void>;
|
|
6995
7007
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
6996
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
7008
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
6997
7009
|
paste: () => Promise<void>;
|
|
6998
7010
|
copy: () => Promise<void>;
|
|
6999
7011
|
wheel: () => Promise<void>;
|
|
@@ -7009,7 +7021,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7009
7021
|
isFocus: () => Promise<boolean | undefined>;
|
|
7010
7022
|
clickMenuArrow: () => Promise<void>;
|
|
7011
7023
|
hasMenuArrow: () => Promise<boolean>;
|
|
7012
|
-
/** Indicates the initial skeleton loader exists */
|
|
7013
7024
|
isRTL: () => Promise<boolean>;
|
|
7014
7025
|
getCursorLocation: () => Promise<number>;
|
|
7015
7026
|
clearText: () => Promise<void>;
|
|
@@ -7058,7 +7069,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7058
7069
|
isDisabled: () => Promise<boolean>;
|
|
7059
7070
|
isHoveredStyle: () => Promise<boolean>;
|
|
7060
7071
|
isFocusedStyle: () => Promise<boolean>;
|
|
7061
|
-
getRequired: () => Promise<any>;
|
|
7072
|
+
getRequired: () => Promise<any>;
|
|
7062
7073
|
enterText: (value: string) => Promise<void>;
|
|
7063
7074
|
getAutocomplete: () => Promise<string | null>;
|
|
7064
7075
|
getDefaultValue: () => Promise<any>;
|
|
@@ -7071,7 +7082,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7071
7082
|
blur: () => Promise<void>;
|
|
7072
7083
|
keyUp: () => Promise<void>;
|
|
7073
7084
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
7074
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
7085
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
7075
7086
|
paste: () => Promise<void>;
|
|
7076
7087
|
copy: () => Promise<void>;
|
|
7077
7088
|
wheel: () => Promise<void>;
|
|
@@ -7087,7 +7098,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7087
7098
|
isFocus: () => Promise<boolean | undefined>;
|
|
7088
7099
|
clickMenuArrow: () => Promise<void>;
|
|
7089
7100
|
hasMenuArrow: () => Promise<boolean>;
|
|
7090
|
-
/** Indicates the initial skeleton loader exists */
|
|
7091
7101
|
isRTL: () => Promise<boolean>;
|
|
7092
7102
|
getCursorLocation: () => Promise<number>;
|
|
7093
7103
|
clearText: () => Promise<void>;
|
|
@@ -7179,7 +7189,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7179
7189
|
isDisabled: () => Promise<boolean>;
|
|
7180
7190
|
isHoveredStyle: () => Promise<boolean>;
|
|
7181
7191
|
isFocusedStyle: () => Promise<boolean>;
|
|
7182
|
-
getRequired: () => Promise<any>;
|
|
7192
|
+
getRequired: () => Promise<any>;
|
|
7183
7193
|
enterText: (value: string) => Promise<void>;
|
|
7184
7194
|
getAutocomplete: () => Promise<string | null>;
|
|
7185
7195
|
getDefaultValue: () => Promise<any>;
|
|
@@ -7192,7 +7202,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7192
7202
|
blur: () => Promise<void>;
|
|
7193
7203
|
keyUp: () => Promise<void>;
|
|
7194
7204
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
7195
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
7205
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
7196
7206
|
paste: () => Promise<void>;
|
|
7197
7207
|
copy: () => Promise<void>;
|
|
7198
7208
|
wheel: () => Promise<void>;
|
|
@@ -7208,7 +7218,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7208
7218
|
isFocus: () => Promise<boolean | undefined>;
|
|
7209
7219
|
clickMenuArrow: () => Promise<void>;
|
|
7210
7220
|
hasMenuArrow: () => Promise<boolean>;
|
|
7211
|
-
/** Indicates the initial skeleton loader exists */
|
|
7212
7221
|
isRTL: () => Promise<boolean>;
|
|
7213
7222
|
getCursorLocation: () => Promise<number>;
|
|
7214
7223
|
clearText: () => Promise<void>;
|
|
@@ -7526,8 +7535,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7526
7535
|
base?: any;
|
|
7527
7536
|
selector?: string | Promise<string> | undefined;
|
|
7528
7537
|
idx?: number | undefined;
|
|
7529
|
-
timeBudget?: number | undefined;
|
|
7530
|
-
}, any>;
|
|
7538
|
+
timeBudget?: number | undefined;
|
|
7539
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
7531
7540
|
s: (selector: string) => UniDriver<any, {
|
|
7532
7541
|
parent?: any;
|
|
7533
7542
|
base?: any;
|
|
@@ -7550,9 +7559,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7550
7559
|
timeBudget?: number | undefined;
|
|
7551
7560
|
}, any>;
|
|
7552
7561
|
text: () => Promise<string>;
|
|
7553
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
7562
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
7554
7563
|
value: () => Promise<string>;
|
|
7555
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
7564
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
7556
7565
|
attr: (name: string) => Promise<string | null>;
|
|
7557
7566
|
mouse: {
|
|
7558
7567
|
moveTo: (to: UniDriver<any, {
|
|
@@ -7568,7 +7577,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7568
7577
|
hover: () => Promise<void>;
|
|
7569
7578
|
};
|
|
7570
7579
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
7571
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
7580
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
7572
7581
|
prop: (name: string) => Promise<any>;
|
|
7573
7582
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
7574
7583
|
get: (query: string, options?: {
|
|
@@ -7640,7 +7649,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7640
7649
|
blur: () => Promise<void>;
|
|
7641
7650
|
keyUp: () => Promise<void>;
|
|
7642
7651
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
7643
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
7652
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
7644
7653
|
paste: () => Promise<void>;
|
|
7645
7654
|
copy: () => Promise<void>;
|
|
7646
7655
|
wheel: () => Promise<void>;
|
|
@@ -7783,6 +7792,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7783
7792
|
optionsScrollTop: () => Promise<number>;
|
|
7784
7793
|
pressDownKey: () => Promise<void>;
|
|
7785
7794
|
pressUpKey: () => Promise<void>;
|
|
7795
|
+
pressRightKey: () => Promise<void>;
|
|
7796
|
+
pressLeftKey: () => Promise<void>;
|
|
7786
7797
|
pressEnterKey: () => Promise<void>;
|
|
7787
7798
|
pressSpaceKey: () => Promise<void>;
|
|
7788
7799
|
pressTabKey: () => Promise<void>;
|
|
@@ -7970,7 +7981,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7970
7981
|
isDisabled: () => Promise<boolean>;
|
|
7971
7982
|
isHoveredStyle: () => Promise<boolean>;
|
|
7972
7983
|
isFocusedStyle: () => Promise<boolean>;
|
|
7973
|
-
getRequired: () => Promise<any>;
|
|
7984
|
+
getRequired: () => Promise<any>;
|
|
7974
7985
|
enterText: (value: string) => Promise<void>;
|
|
7975
7986
|
getAutocomplete: () => Promise<string | null>;
|
|
7976
7987
|
getDefaultValue: () => Promise<any>;
|
|
@@ -7983,7 +7994,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7983
7994
|
blur: () => Promise<void>;
|
|
7984
7995
|
keyUp: () => Promise<void>;
|
|
7985
7996
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
7986
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
7997
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
7987
7998
|
paste: () => Promise<void>;
|
|
7988
7999
|
copy: () => Promise<void>;
|
|
7989
8000
|
wheel: () => Promise<void>;
|
|
@@ -7999,7 +8010,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7999
8010
|
isFocus: () => Promise<boolean | undefined>;
|
|
8000
8011
|
clickMenuArrow: () => Promise<void>;
|
|
8001
8012
|
hasMenuArrow: () => Promise<boolean>;
|
|
8002
|
-
/** Indicates the initial skeleton loader exists */
|
|
8003
8013
|
isRTL: () => Promise<boolean>;
|
|
8004
8014
|
getCursorLocation: () => Promise<number>;
|
|
8005
8015
|
clearText: () => Promise<void>;
|
|
@@ -8048,7 +8058,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8048
8058
|
isDisabled: () => Promise<boolean>;
|
|
8049
8059
|
isHoveredStyle: () => Promise<boolean>;
|
|
8050
8060
|
isFocusedStyle: () => Promise<boolean>;
|
|
8051
|
-
getRequired: () => Promise<any>;
|
|
8061
|
+
getRequired: () => Promise<any>;
|
|
8052
8062
|
enterText: (value: string) => Promise<void>;
|
|
8053
8063
|
getAutocomplete: () => Promise<string | null>;
|
|
8054
8064
|
getDefaultValue: () => Promise<any>;
|
|
@@ -8061,7 +8071,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8061
8071
|
blur: () => Promise<void>;
|
|
8062
8072
|
keyUp: () => Promise<void>;
|
|
8063
8073
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
8064
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
8074
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
8065
8075
|
paste: () => Promise<void>;
|
|
8066
8076
|
copy: () => Promise<void>;
|
|
8067
8077
|
wheel: () => Promise<void>;
|
|
@@ -8077,7 +8087,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8077
8087
|
isFocus: () => Promise<boolean | undefined>;
|
|
8078
8088
|
clickMenuArrow: () => Promise<void>;
|
|
8079
8089
|
hasMenuArrow: () => Promise<boolean>;
|
|
8080
|
-
/** Indicates the initial skeleton loader exists */
|
|
8081
8090
|
isRTL: () => Promise<boolean>;
|
|
8082
8091
|
getCursorLocation: () => Promise<number>;
|
|
8083
8092
|
clearText: () => Promise<void>;
|
|
@@ -8184,7 +8193,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8184
8193
|
isDisabled: () => Promise<boolean>;
|
|
8185
8194
|
isHoveredStyle: () => Promise<boolean>;
|
|
8186
8195
|
isFocusedStyle: () => Promise<boolean>;
|
|
8187
|
-
getRequired: () => Promise<any>;
|
|
8196
|
+
getRequired: () => Promise<any>;
|
|
8188
8197
|
enterText: (value: string) => Promise<void>;
|
|
8189
8198
|
getAutocomplete: () => Promise<string | null>;
|
|
8190
8199
|
getDefaultValue: () => Promise<any>;
|
|
@@ -8197,7 +8206,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8197
8206
|
blur: () => Promise<void>;
|
|
8198
8207
|
keyUp: () => Promise<void>;
|
|
8199
8208
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
8200
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
8209
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
8201
8210
|
paste: () => Promise<void>;
|
|
8202
8211
|
copy: () => Promise<void>;
|
|
8203
8212
|
wheel: () => Promise<void>;
|
|
@@ -8213,7 +8222,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8213
8222
|
isFocus: () => Promise<boolean | undefined>;
|
|
8214
8223
|
clickMenuArrow: () => Promise<void>;
|
|
8215
8224
|
hasMenuArrow: () => Promise<boolean>;
|
|
8216
|
-
/** Indicates the initial skeleton loader exists */
|
|
8217
8225
|
isRTL: () => Promise<boolean>;
|
|
8218
8226
|
getCursorLocation: () => Promise<number>;
|
|
8219
8227
|
clearText: () => Promise<void>;
|
|
@@ -8463,8 +8471,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8463
8471
|
base?: any;
|
|
8464
8472
|
selector?: string | Promise<string> | undefined;
|
|
8465
8473
|
idx?: number | undefined;
|
|
8466
|
-
timeBudget?: number | undefined;
|
|
8467
|
-
}, any>;
|
|
8474
|
+
timeBudget?: number | undefined;
|
|
8475
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
8468
8476
|
s: (selector: string) => UniDriver<any, {
|
|
8469
8477
|
parent?: any;
|
|
8470
8478
|
base?: any;
|
|
@@ -8487,9 +8495,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8487
8495
|
timeBudget?: number | undefined;
|
|
8488
8496
|
}, any>;
|
|
8489
8497
|
text: () => Promise<string>;
|
|
8490
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
8498
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
8491
8499
|
value: () => Promise<string>;
|
|
8492
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
8500
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
8493
8501
|
attr: (name: string) => Promise<string | null>;
|
|
8494
8502
|
mouse: {
|
|
8495
8503
|
moveTo: (to: UniDriver<any, {
|
|
@@ -8505,7 +8513,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8505
8513
|
hover: () => Promise<void>;
|
|
8506
8514
|
};
|
|
8507
8515
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
8508
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
8516
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
8509
8517
|
prop: (name: string) => Promise<any>;
|
|
8510
8518
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
8511
8519
|
get: (query: string, options?: {
|
|
@@ -8577,7 +8585,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8577
8585
|
blur: () => Promise<void>;
|
|
8578
8586
|
keyUp: () => Promise<void>;
|
|
8579
8587
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
8580
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
8588
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
8581
8589
|
paste: () => Promise<void>;
|
|
8582
8590
|
copy: () => Promise<void>;
|
|
8583
8591
|
wheel: () => Promise<void>;
|
|
@@ -8720,6 +8728,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8720
8728
|
optionsScrollTop: () => Promise<number>;
|
|
8721
8729
|
pressDownKey: () => Promise<void>;
|
|
8722
8730
|
pressUpKey: () => Promise<void>;
|
|
8731
|
+
pressRightKey: () => Promise<void>;
|
|
8732
|
+
pressLeftKey: () => Promise<void>;
|
|
8723
8733
|
pressEnterKey: () => Promise<void>;
|
|
8724
8734
|
pressSpaceKey: () => Promise<void>;
|
|
8725
8735
|
pressTabKey: () => Promise<void>;
|
|
@@ -9271,7 +9281,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9271
9281
|
}, any>;
|
|
9272
9282
|
text: () => Promise<string>;
|
|
9273
9283
|
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
9274
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
9284
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
9275
9285
|
value: () => Promise<string>;
|
|
9276
9286
|
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
9277
9287
|
attr: (name: string) => Promise<string | null>;
|
|
@@ -9974,8 +9984,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9974
9984
|
base?: any;
|
|
9975
9985
|
selector?: string | Promise<string> | undefined;
|
|
9976
9986
|
idx?: number | undefined;
|
|
9977
|
-
timeBudget?: number | undefined;
|
|
9978
|
-
}, any>;
|
|
9987
|
+
timeBudget?: number | undefined;
|
|
9988
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
9979
9989
|
s: (selector: string) => UniDriver<any, {
|
|
9980
9990
|
parent?: any;
|
|
9981
9991
|
base?: any;
|
|
@@ -9998,9 +10008,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9998
10008
|
timeBudget?: number | undefined;
|
|
9999
10009
|
}, any>;
|
|
10000
10010
|
text: () => Promise<string>;
|
|
10001
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
10011
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
10002
10012
|
value: () => Promise<string>;
|
|
10003
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
10013
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
10004
10014
|
attr: (name: string) => Promise<string | null>;
|
|
10005
10015
|
mouse: {
|
|
10006
10016
|
moveTo: (to: UniDriver<any, {
|
|
@@ -10016,7 +10026,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10016
10026
|
hover: () => Promise<void>;
|
|
10017
10027
|
};
|
|
10018
10028
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
10019
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
10029
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
10020
10030
|
prop: (name: string) => Promise<any>;
|
|
10021
10031
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
10022
10032
|
get: (query: string, options?: {
|
|
@@ -10092,7 +10102,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10092
10102
|
blur: () => Promise<void>;
|
|
10093
10103
|
keyUp: () => Promise<void>;
|
|
10094
10104
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
10095
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
10105
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
10096
10106
|
paste: () => Promise<void>;
|
|
10097
10107
|
copy: () => Promise<void>;
|
|
10098
10108
|
wheel: () => Promise<void>;
|
|
@@ -10235,6 +10245,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10235
10245
|
optionsScrollTop: () => Promise<number>;
|
|
10236
10246
|
pressDownKey: () => Promise<void>;
|
|
10237
10247
|
pressUpKey: () => Promise<void>;
|
|
10248
|
+
pressRightKey: () => Promise<void>;
|
|
10249
|
+
pressLeftKey: () => Promise<void>;
|
|
10238
10250
|
pressEnterKey: () => Promise<void>;
|
|
10239
10251
|
pressSpaceKey: () => Promise<void>;
|
|
10240
10252
|
pressTabKey: () => Promise<void>;
|
|
@@ -11157,8 +11169,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11157
11169
|
base?: any;
|
|
11158
11170
|
selector?: string | Promise<string> | undefined;
|
|
11159
11171
|
idx?: number | undefined;
|
|
11160
|
-
timeBudget?: number | undefined;
|
|
11161
|
-
}, any>;
|
|
11172
|
+
timeBudget?: number | undefined;
|
|
11173
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
11162
11174
|
s: (selector: string) => UniDriver<any, {
|
|
11163
11175
|
parent?: any;
|
|
11164
11176
|
base?: any;
|
|
@@ -11181,9 +11193,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11181
11193
|
timeBudget?: number | undefined;
|
|
11182
11194
|
}, any>;
|
|
11183
11195
|
text: () => Promise<string>;
|
|
11184
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
11196
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
11185
11197
|
value: () => Promise<string>;
|
|
11186
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
11198
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
11187
11199
|
attr: (name: string) => Promise<string | null>;
|
|
11188
11200
|
mouse: {
|
|
11189
11201
|
moveTo: (to: UniDriver<any, {
|
|
@@ -11199,7 +11211,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11199
11211
|
hover: () => Promise<void>;
|
|
11200
11212
|
};
|
|
11201
11213
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
11202
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
11214
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
11203
11215
|
prop: (name: string) => Promise<any>;
|
|
11204
11216
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
11205
11217
|
get: (query: string, options?: {
|
|
@@ -11271,7 +11283,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11271
11283
|
blur: () => Promise<void>;
|
|
11272
11284
|
keyUp: () => Promise<void>;
|
|
11273
11285
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
11274
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
11286
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
11275
11287
|
paste: () => Promise<void>;
|
|
11276
11288
|
copy: () => Promise<void>;
|
|
11277
11289
|
wheel: () => Promise<void>;
|
|
@@ -11414,6 +11426,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11414
11426
|
optionsScrollTop: () => Promise<number>;
|
|
11415
11427
|
pressDownKey: () => Promise<void>;
|
|
11416
11428
|
pressUpKey: () => Promise<void>;
|
|
11429
|
+
pressRightKey: () => Promise<void>;
|
|
11430
|
+
pressLeftKey: () => Promise<void>;
|
|
11417
11431
|
pressEnterKey: () => Promise<void>;
|
|
11418
11432
|
pressSpaceKey: () => Promise<void>;
|
|
11419
11433
|
pressTabKey: () => Promise<void>;
|
|
@@ -11527,8 +11541,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11527
11541
|
base?: any;
|
|
11528
11542
|
selector?: string | Promise<string> | undefined;
|
|
11529
11543
|
idx?: number | undefined;
|
|
11530
|
-
timeBudget?: number | undefined;
|
|
11531
|
-
}, any>;
|
|
11544
|
+
timeBudget?: number | undefined;
|
|
11545
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
11532
11546
|
s: (selector: string) => UniDriver<any, {
|
|
11533
11547
|
parent?: any;
|
|
11534
11548
|
base?: any;
|
|
@@ -11551,9 +11565,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11551
11565
|
timeBudget?: number | undefined;
|
|
11552
11566
|
}, any>;
|
|
11553
11567
|
text: () => Promise<string>;
|
|
11554
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
11568
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
11555
11569
|
value: () => Promise<string>;
|
|
11556
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
11570
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
11557
11571
|
attr: (name: string) => Promise<string | null>;
|
|
11558
11572
|
mouse: {
|
|
11559
11573
|
moveTo: (to: UniDriver<any, {
|
|
@@ -11569,7 +11583,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11569
11583
|
hover: () => Promise<void>;
|
|
11570
11584
|
};
|
|
11571
11585
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
11572
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
11586
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
11573
11587
|
prop: (name: string) => Promise<any>;
|
|
11574
11588
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
11575
11589
|
get: (query: string, options?: {
|
|
@@ -11641,7 +11655,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11641
11655
|
blur: () => Promise<void>;
|
|
11642
11656
|
keyUp: () => Promise<void>;
|
|
11643
11657
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
11644
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
11658
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
11645
11659
|
paste: () => Promise<void>;
|
|
11646
11660
|
copy: () => Promise<void>;
|
|
11647
11661
|
wheel: () => Promise<void>;
|
|
@@ -11784,6 +11798,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11784
11798
|
optionsScrollTop: () => Promise<number>;
|
|
11785
11799
|
pressDownKey: () => Promise<void>;
|
|
11786
11800
|
pressUpKey: () => Promise<void>;
|
|
11801
|
+
pressRightKey: () => Promise<void>;
|
|
11802
|
+
pressLeftKey: () => Promise<void>;
|
|
11787
11803
|
pressEnterKey: () => Promise<void>;
|
|
11788
11804
|
pressSpaceKey: () => Promise<void>;
|
|
11789
11805
|
pressTabKey: () => Promise<void>;
|
|
@@ -11913,8 +11929,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11913
11929
|
base?: any;
|
|
11914
11930
|
selector?: string | Promise<string> | undefined;
|
|
11915
11931
|
idx?: number | undefined;
|
|
11916
|
-
timeBudget?: number | undefined;
|
|
11917
|
-
}, any>;
|
|
11932
|
+
timeBudget?: number | undefined;
|
|
11933
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
11918
11934
|
s: (selector: string) => UniDriver<any, {
|
|
11919
11935
|
parent?: any;
|
|
11920
11936
|
base?: any;
|
|
@@ -11937,9 +11953,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11937
11953
|
timeBudget?: number | undefined;
|
|
11938
11954
|
}, any>;
|
|
11939
11955
|
text: () => Promise<string>;
|
|
11940
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
11956
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
11941
11957
|
value: () => Promise<string>;
|
|
11942
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
11958
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
11943
11959
|
attr: (name: string) => Promise<string | null>;
|
|
11944
11960
|
mouse: {
|
|
11945
11961
|
moveTo: (to: UniDriver<any, {
|
|
@@ -11955,7 +11971,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11955
11971
|
hover: () => Promise<void>;
|
|
11956
11972
|
};
|
|
11957
11973
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
11958
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
11974
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
11959
11975
|
prop: (name: string) => Promise<any>;
|
|
11960
11976
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
11961
11977
|
get: (query: string, options?: {
|
|
@@ -12027,7 +12043,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12027
12043
|
blur: () => Promise<void>;
|
|
12028
12044
|
keyUp: () => Promise<void>;
|
|
12029
12045
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
12030
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
12046
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
12031
12047
|
paste: () => Promise<void>;
|
|
12032
12048
|
copy: () => Promise<void>;
|
|
12033
12049
|
wheel: () => Promise<void>;
|
|
@@ -12170,6 +12186,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12170
12186
|
optionsScrollTop: () => Promise<number>;
|
|
12171
12187
|
pressDownKey: () => Promise<void>;
|
|
12172
12188
|
pressUpKey: () => Promise<void>;
|
|
12189
|
+
pressRightKey: () => Promise<void>;
|
|
12190
|
+
pressLeftKey: () => Promise<void>;
|
|
12173
12191
|
pressEnterKey: () => Promise<void>;
|
|
12174
12192
|
pressSpaceKey: () => Promise<void>;
|
|
12175
12193
|
pressTabKey: () => Promise<void>;
|
|
@@ -12301,7 +12319,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12301
12319
|
isDisabled: () => Promise<boolean>;
|
|
12302
12320
|
isHoveredStyle: () => Promise<boolean>;
|
|
12303
12321
|
isFocusedStyle: () => Promise<boolean>;
|
|
12304
|
-
getRequired: () => Promise<any>;
|
|
12322
|
+
getRequired: () => Promise<any>;
|
|
12305
12323
|
enterText: (value: string) => Promise<void>;
|
|
12306
12324
|
getAutocomplete: () => Promise<string | null>;
|
|
12307
12325
|
getDefaultValue: () => Promise<any>;
|
|
@@ -12314,7 +12332,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12314
12332
|
blur: () => Promise<void>;
|
|
12315
12333
|
keyUp: () => Promise<void>;
|
|
12316
12334
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
12317
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
12335
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
12318
12336
|
paste: () => Promise<void>;
|
|
12319
12337
|
copy: () => Promise<void>;
|
|
12320
12338
|
wheel: () => Promise<void>;
|
|
@@ -12330,7 +12348,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12330
12348
|
isFocus: () => Promise<boolean | undefined>;
|
|
12331
12349
|
clickMenuArrow: () => Promise<void>;
|
|
12332
12350
|
hasMenuArrow: () => Promise<boolean>;
|
|
12333
|
-
/** Indicates the initial skeleton loader exists */
|
|
12334
12351
|
isRTL: () => Promise<boolean>;
|
|
12335
12352
|
getCursorLocation: () => Promise<number>;
|
|
12336
12353
|
clearText: () => Promise<void>;
|
|
@@ -12379,7 +12396,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12379
12396
|
isDisabled: () => Promise<boolean>;
|
|
12380
12397
|
isHoveredStyle: () => Promise<boolean>;
|
|
12381
12398
|
isFocusedStyle: () => Promise<boolean>;
|
|
12382
|
-
getRequired: () => Promise<any>;
|
|
12399
|
+
getRequired: () => Promise<any>;
|
|
12383
12400
|
enterText: (value: string) => Promise<void>;
|
|
12384
12401
|
getAutocomplete: () => Promise<string | null>;
|
|
12385
12402
|
getDefaultValue: () => Promise<any>;
|
|
@@ -12392,7 +12409,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12392
12409
|
blur: () => Promise<void>;
|
|
12393
12410
|
keyUp: () => Promise<void>;
|
|
12394
12411
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
12395
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
12412
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
12396
12413
|
paste: () => Promise<void>;
|
|
12397
12414
|
copy: () => Promise<void>;
|
|
12398
12415
|
wheel: () => Promise<void>;
|
|
@@ -12408,7 +12425,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12408
12425
|
isFocus: () => Promise<boolean | undefined>;
|
|
12409
12426
|
clickMenuArrow: () => Promise<void>;
|
|
12410
12427
|
hasMenuArrow: () => Promise<boolean>;
|
|
12411
|
-
/** Indicates the initial skeleton loader exists */
|
|
12412
12428
|
isRTL: () => Promise<boolean>;
|
|
12413
12429
|
getCursorLocation: () => Promise<number>;
|
|
12414
12430
|
clearText: () => Promise<void>;
|
|
@@ -12500,7 +12516,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12500
12516
|
isDisabled: () => Promise<boolean>;
|
|
12501
12517
|
isHoveredStyle: () => Promise<boolean>;
|
|
12502
12518
|
isFocusedStyle: () => Promise<boolean>;
|
|
12503
|
-
getRequired: () => Promise<any>;
|
|
12519
|
+
getRequired: () => Promise<any>;
|
|
12504
12520
|
enterText: (value: string) => Promise<void>;
|
|
12505
12521
|
getAutocomplete: () => Promise<string | null>;
|
|
12506
12522
|
getDefaultValue: () => Promise<any>;
|
|
@@ -12513,7 +12529,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12513
12529
|
blur: () => Promise<void>;
|
|
12514
12530
|
keyUp: () => Promise<void>;
|
|
12515
12531
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
12516
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
12532
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
12517
12533
|
paste: () => Promise<void>;
|
|
12518
12534
|
copy: () => Promise<void>;
|
|
12519
12535
|
wheel: () => Promise<void>;
|
|
@@ -12529,7 +12545,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12529
12545
|
isFocus: () => Promise<boolean | undefined>;
|
|
12530
12546
|
clickMenuArrow: () => Promise<void>;
|
|
12531
12547
|
hasMenuArrow: () => Promise<boolean>;
|
|
12532
|
-
/** Indicates the initial skeleton loader exists */
|
|
12533
12548
|
isRTL: () => Promise<boolean>;
|
|
12534
12549
|
getCursorLocation: () => Promise<number>;
|
|
12535
12550
|
clearText: () => Promise<void>;
|
|
@@ -12847,8 +12862,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12847
12862
|
base?: any;
|
|
12848
12863
|
selector?: string | Promise<string> | undefined;
|
|
12849
12864
|
idx?: number | undefined;
|
|
12850
|
-
timeBudget?: number | undefined;
|
|
12851
|
-
}, any>;
|
|
12865
|
+
timeBudget?: number | undefined;
|
|
12866
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
12852
12867
|
s: (selector: string) => UniDriver<any, {
|
|
12853
12868
|
parent?: any;
|
|
12854
12869
|
base?: any;
|
|
@@ -12871,9 +12886,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12871
12886
|
timeBudget?: number | undefined;
|
|
12872
12887
|
}, any>;
|
|
12873
12888
|
text: () => Promise<string>;
|
|
12874
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
12889
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
12875
12890
|
value: () => Promise<string>;
|
|
12876
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
12891
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
12877
12892
|
attr: (name: string) => Promise<string | null>;
|
|
12878
12893
|
mouse: {
|
|
12879
12894
|
moveTo: (to: UniDriver<any, {
|
|
@@ -12889,7 +12904,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12889
12904
|
hover: () => Promise<void>;
|
|
12890
12905
|
};
|
|
12891
12906
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
12892
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
12907
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
12893
12908
|
prop: (name: string) => Promise<any>;
|
|
12894
12909
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
12895
12910
|
get: (query: string, options?: {
|
|
@@ -12961,7 +12976,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12961
12976
|
blur: () => Promise<void>;
|
|
12962
12977
|
keyUp: () => Promise<void>;
|
|
12963
12978
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
12964
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
12979
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
12965
12980
|
paste: () => Promise<void>;
|
|
12966
12981
|
copy: () => Promise<void>;
|
|
12967
12982
|
wheel: () => Promise<void>;
|
|
@@ -13104,6 +13119,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13104
13119
|
optionsScrollTop: () => Promise<number>;
|
|
13105
13120
|
pressDownKey: () => Promise<void>;
|
|
13106
13121
|
pressUpKey: () => Promise<void>;
|
|
13122
|
+
pressRightKey: () => Promise<void>;
|
|
13123
|
+
pressLeftKey: () => Promise<void>;
|
|
13107
13124
|
pressEnterKey: () => Promise<void>;
|
|
13108
13125
|
pressSpaceKey: () => Promise<void>;
|
|
13109
13126
|
pressTabKey: () => Promise<void>;
|
|
@@ -13291,7 +13308,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13291
13308
|
isDisabled: () => Promise<boolean>;
|
|
13292
13309
|
isHoveredStyle: () => Promise<boolean>;
|
|
13293
13310
|
isFocusedStyle: () => Promise<boolean>;
|
|
13294
|
-
getRequired: () => Promise<any>;
|
|
13311
|
+
getRequired: () => Promise<any>;
|
|
13295
13312
|
enterText: (value: string) => Promise<void>;
|
|
13296
13313
|
getAutocomplete: () => Promise<string | null>;
|
|
13297
13314
|
getDefaultValue: () => Promise<any>;
|
|
@@ -13304,7 +13321,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13304
13321
|
blur: () => Promise<void>;
|
|
13305
13322
|
keyUp: () => Promise<void>;
|
|
13306
13323
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
13307
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
13324
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
13308
13325
|
paste: () => Promise<void>;
|
|
13309
13326
|
copy: () => Promise<void>;
|
|
13310
13327
|
wheel: () => Promise<void>;
|
|
@@ -13320,7 +13337,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13320
13337
|
isFocus: () => Promise<boolean | undefined>;
|
|
13321
13338
|
clickMenuArrow: () => Promise<void>;
|
|
13322
13339
|
hasMenuArrow: () => Promise<boolean>;
|
|
13323
|
-
/** Indicates the initial skeleton loader exists */
|
|
13324
13340
|
isRTL: () => Promise<boolean>;
|
|
13325
13341
|
getCursorLocation: () => Promise<number>;
|
|
13326
13342
|
clearText: () => Promise<void>;
|
|
@@ -13369,7 +13385,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13369
13385
|
isDisabled: () => Promise<boolean>;
|
|
13370
13386
|
isHoveredStyle: () => Promise<boolean>;
|
|
13371
13387
|
isFocusedStyle: () => Promise<boolean>;
|
|
13372
|
-
getRequired: () => Promise<any>;
|
|
13388
|
+
getRequired: () => Promise<any>;
|
|
13373
13389
|
enterText: (value: string) => Promise<void>;
|
|
13374
13390
|
getAutocomplete: () => Promise<string | null>;
|
|
13375
13391
|
getDefaultValue: () => Promise<any>;
|
|
@@ -13382,7 +13398,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13382
13398
|
blur: () => Promise<void>;
|
|
13383
13399
|
keyUp: () => Promise<void>;
|
|
13384
13400
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
13385
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
13401
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
13386
13402
|
paste: () => Promise<void>;
|
|
13387
13403
|
copy: () => Promise<void>;
|
|
13388
13404
|
wheel: () => Promise<void>;
|
|
@@ -13398,7 +13414,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13398
13414
|
isFocus: () => Promise<boolean | undefined>;
|
|
13399
13415
|
clickMenuArrow: () => Promise<void>;
|
|
13400
13416
|
hasMenuArrow: () => Promise<boolean>;
|
|
13401
|
-
/** Indicates the initial skeleton loader exists */
|
|
13402
13417
|
isRTL: () => Promise<boolean>;
|
|
13403
13418
|
getCursorLocation: () => Promise<number>;
|
|
13404
13419
|
clearText: () => Promise<void>;
|
|
@@ -13505,7 +13520,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13505
13520
|
isDisabled: () => Promise<boolean>;
|
|
13506
13521
|
isHoveredStyle: () => Promise<boolean>;
|
|
13507
13522
|
isFocusedStyle: () => Promise<boolean>;
|
|
13508
|
-
getRequired: () => Promise<any>;
|
|
13523
|
+
getRequired: () => Promise<any>;
|
|
13509
13524
|
enterText: (value: string) => Promise<void>;
|
|
13510
13525
|
getAutocomplete: () => Promise<string | null>;
|
|
13511
13526
|
getDefaultValue: () => Promise<any>;
|
|
@@ -13518,7 +13533,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13518
13533
|
blur: () => Promise<void>;
|
|
13519
13534
|
keyUp: () => Promise<void>;
|
|
13520
13535
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
13521
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
13536
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
13522
13537
|
paste: () => Promise<void>;
|
|
13523
13538
|
copy: () => Promise<void>;
|
|
13524
13539
|
wheel: () => Promise<void>;
|
|
@@ -13534,7 +13549,6 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13534
13549
|
isFocus: () => Promise<boolean | undefined>;
|
|
13535
13550
|
clickMenuArrow: () => Promise<void>;
|
|
13536
13551
|
hasMenuArrow: () => Promise<boolean>;
|
|
13537
|
-
/** Indicates the initial skeleton loader exists */
|
|
13538
13552
|
isRTL: () => Promise<boolean>;
|
|
13539
13553
|
getCursorLocation: () => Promise<number>;
|
|
13540
13554
|
clearText: () => Promise<void>;
|
|
@@ -13784,8 +13798,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13784
13798
|
base?: any;
|
|
13785
13799
|
selector?: string | Promise<string> | undefined;
|
|
13786
13800
|
idx?: number | undefined;
|
|
13787
|
-
timeBudget?: number | undefined;
|
|
13788
|
-
}, any>;
|
|
13801
|
+
timeBudget?: number | undefined;
|
|
13802
|
+
}, any>; /** Gets a [CollectionToolbarUniDriver](./?path=/story/common-components--collectiontoolbar) */
|
|
13789
13803
|
s: (selector: string) => UniDriver<any, {
|
|
13790
13804
|
parent?: any;
|
|
13791
13805
|
base?: any;
|
|
@@ -13808,9 +13822,9 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13808
13822
|
timeBudget?: number | undefined;
|
|
13809
13823
|
}, any>;
|
|
13810
13824
|
text: () => Promise<string>;
|
|
13811
|
-
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
13825
|
+
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>; /** Indicates the "Show All"/"Show Less" exists */
|
|
13812
13826
|
value: () => Promise<string>;
|
|
13813
|
-
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
13827
|
+
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>; /** Gets a [GridFoldersSectionUniDriver](./?path=/story/base-components-collections-gridfolders-gridfolderssection--gridfolderssection) for the folders section */
|
|
13814
13828
|
attr: (name: string) => Promise<string | null>;
|
|
13815
13829
|
mouse: {
|
|
13816
13830
|
moveTo: (to: UniDriver<any, {
|
|
@@ -13826,7 +13840,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13826
13840
|
hover: () => Promise<void>;
|
|
13827
13841
|
};
|
|
13828
13842
|
unwrap: <R_1 = any>() => Promise<R_1>;
|
|
13829
|
-
hasClass: (name: string) => Promise<boolean>;
|
|
13843
|
+
hasClass: (name: string) => Promise<boolean>;
|
|
13830
13844
|
prop: (name: string) => Promise<any>;
|
|
13831
13845
|
enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise<void>;
|
|
13832
13846
|
get: (query: string, options?: {
|
|
@@ -13898,7 +13912,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13898
13912
|
blur: () => Promise<void>;
|
|
13899
13913
|
keyUp: () => Promise<void>;
|
|
13900
13914
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
13901
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
13915
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
13902
13916
|
paste: () => Promise<void>;
|
|
13903
13917
|
copy: () => Promise<void>;
|
|
13904
13918
|
wheel: () => Promise<void>;
|
|
@@ -14041,6 +14055,8 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14041
14055
|
optionsScrollTop: () => Promise<number>;
|
|
14042
14056
|
pressDownKey: () => Promise<void>;
|
|
14043
14057
|
pressUpKey: () => Promise<void>;
|
|
14058
|
+
pressRightKey: () => Promise<void>;
|
|
14059
|
+
pressLeftKey: () => Promise<void>;
|
|
14044
14060
|
pressEnterKey: () => Promise<void>;
|
|
14045
14061
|
pressSpaceKey: () => Promise<void>;
|
|
14046
14062
|
pressTabKey: () => Promise<void>;
|
|
@@ -14592,7 +14608,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14592
14608
|
}, any>;
|
|
14593
14609
|
text: () => Promise<string>;
|
|
14594
14610
|
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
14595
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
14611
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
14596
14612
|
value: () => Promise<string>;
|
|
14597
14613
|
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
14598
14614
|
attr: (name: string) => Promise<string | null>;
|
|
@@ -14786,7 +14802,7 @@ export declare function GridFoldersUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14786
14802
|
}, any>;
|
|
14787
14803
|
text: () => Promise<string>;
|
|
14788
14804
|
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
14789
|
-
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "
|
|
14805
|
+
pressKey: (key: "Delete" | "Cancel" | "X" | "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "-" | "d" | "r" | "x" | "y" | "3" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | "Alt" | "AltGraph" | "CapsLock" | "Control" | "Meta" | "NumLock" | "ScrollLock" | "Shift" | "A" | "I" | "," | " " | "c" | "_" | "$" | "4" | "5" | "6" | "7" | "." | "t" | "Open" | "8" | "9" | "o" | "+" | "End" | "T" | "k" | "z" | ">" | ":" | "\n" | "ArrowUp" | "ArrowLeft" | "ArrowRight" | "Backspace" | "Power" | "Eject" | "Abort" | "Help" | "Numpad5" | "NumpadEnter" | "\r" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "Numpad4" | "Numpad8" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "Props" | "Clear" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "v" | "w" | "*" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "Y" | "Z" | "<" | "?" | "~" | "{" | "|" | "}" | "\"" | "SoftLeft" | "SoftRight" | "Camera" | "Call" | "EndCall" | "VolumeDown" | "VolumeUp") => Promise<void>;
|
|
14790
14806
|
value: () => Promise<string>;
|
|
14791
14807
|
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
14792
14808
|
attr: (name: string) => Promise<string | null>;
|