@wix/patterns 1.369.0 → 1.371.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +31 -31
- 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/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/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/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/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/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/cellTypes/url/View.st.css.js.map +1 -1
- 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/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js +2 -2
- 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/LoadingRow/LoadingRow.st.css.js.map +1 -1
- 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/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
- 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/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
- 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/ScrollableContent/ScrollableContent.st.css.js +2 -2
- 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/TabsFilter/TabsFilter.st.css.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
- package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
- 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/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.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.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/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/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/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/cellTypes/url/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/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/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/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/LoadingRow/LoadingRow.st.css.d.ts.map +1 -1
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.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/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerContent/PickerContentAdditionalStep.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.st.css.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/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/ToolbarItem/ToolbarItem.st.css.d.ts.map +1 -1
- package/dist/types/components/ToolbarItemBox/ToolbarItemBox.st.css.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/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
|
@@ -147,21 +147,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
147
147
|
getTextOverflow: () => Promise<string>;
|
|
148
148
|
focus: () => Promise<void>;
|
|
149
149
|
blur: () => Promise<void>;
|
|
150
|
-
/**
|
|
151
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
152
|
-
* - sourceKey: The ID of the item being moved.
|
|
153
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
154
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
155
|
-
* - 'child': Places the moved item as a child of the target.
|
|
156
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
157
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
158
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
159
|
-
* - 'down'
|
|
160
|
-
* - 'up'
|
|
161
|
-
*/
|
|
162
150
|
keyUp: () => Promise<void>;
|
|
163
151
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
164
|
-
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" | "
|
|
152
|
+
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>;
|
|
165
153
|
paste: () => Promise<void>;
|
|
166
154
|
copy: () => Promise<void>;
|
|
167
155
|
wheel: () => Promise<void>;
|
|
@@ -304,6 +292,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
304
292
|
optionsScrollTop: () => Promise<number>;
|
|
305
293
|
pressDownKey: () => Promise<void>;
|
|
306
294
|
pressUpKey: () => Promise<void>;
|
|
295
|
+
pressRightKey: () => Promise<void>;
|
|
296
|
+
pressLeftKey: () => Promise<void>;
|
|
307
297
|
pressEnterKey: () => Promise<void>;
|
|
308
298
|
pressSpaceKey: () => Promise<void>;
|
|
309
299
|
pressTabKey: () => Promise<void>;
|
|
@@ -1336,21 +1326,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1336
1326
|
getTextOverflow: () => Promise<string>;
|
|
1337
1327
|
focus: () => Promise<void>;
|
|
1338
1328
|
blur: () => Promise<void>;
|
|
1339
|
-
/**
|
|
1340
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
1341
|
-
* - sourceKey: The ID of the item being moved.
|
|
1342
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
1343
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
1344
|
-
* - 'child': Places the moved item as a child of the target.
|
|
1345
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
1346
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
1347
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
1348
|
-
* - 'down'
|
|
1349
|
-
* - 'up'
|
|
1350
|
-
*/
|
|
1351
1329
|
keyUp: () => Promise<void>;
|
|
1352
1330
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
1353
|
-
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" | "
|
|
1331
|
+
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>;
|
|
1354
1332
|
paste: () => Promise<void>;
|
|
1355
1333
|
copy: () => Promise<void>;
|
|
1356
1334
|
wheel: () => Promise<void>;
|
|
@@ -1493,6 +1471,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1493
1471
|
optionsScrollTop: () => Promise<number>;
|
|
1494
1472
|
pressDownKey: () => Promise<void>;
|
|
1495
1473
|
pressUpKey: () => Promise<void>;
|
|
1474
|
+
pressRightKey: () => Promise<void>;
|
|
1475
|
+
pressLeftKey: () => Promise<void>;
|
|
1496
1476
|
pressEnterKey: () => Promise<void>;
|
|
1497
1477
|
pressSpaceKey: () => Promise<void>;
|
|
1498
1478
|
pressTabKey: () => Promise<void>;
|
|
@@ -1718,21 +1698,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1718
1698
|
getTextOverflow: () => Promise<string>;
|
|
1719
1699
|
focus: () => Promise<void>;
|
|
1720
1700
|
blur: () => Promise<void>;
|
|
1721
|
-
/**
|
|
1722
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
1723
|
-
* - sourceKey: The ID of the item being moved.
|
|
1724
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
1725
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
1726
|
-
* - 'child': Places the moved item as a child of the target.
|
|
1727
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
1728
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
1729
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
1730
|
-
* - 'down'
|
|
1731
|
-
* - 'up'
|
|
1732
|
-
*/
|
|
1733
1701
|
keyUp: () => Promise<void>;
|
|
1734
1702
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
1735
|
-
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" | "
|
|
1703
|
+
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>;
|
|
1736
1704
|
paste: () => Promise<void>;
|
|
1737
1705
|
copy: () => Promise<void>;
|
|
1738
1706
|
wheel: () => Promise<void>;
|
|
@@ -1875,6 +1843,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
1875
1843
|
optionsScrollTop: () => Promise<number>;
|
|
1876
1844
|
pressDownKey: () => Promise<void>;
|
|
1877
1845
|
pressUpKey: () => Promise<void>;
|
|
1846
|
+
pressRightKey: () => Promise<void>;
|
|
1847
|
+
pressLeftKey: () => Promise<void>;
|
|
1878
1848
|
pressEnterKey: () => Promise<void>;
|
|
1879
1849
|
pressSpaceKey: () => Promise<void>;
|
|
1880
1850
|
pressTabKey: () => Promise<void>;
|
|
@@ -2116,21 +2086,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2116
2086
|
getTextOverflow: () => Promise<string>;
|
|
2117
2087
|
focus: () => Promise<void>;
|
|
2118
2088
|
blur: () => Promise<void>;
|
|
2119
|
-
/**
|
|
2120
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
2121
|
-
* - sourceKey: The ID of the item being moved.
|
|
2122
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
2123
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
2124
|
-
* - 'child': Places the moved item as a child of the target.
|
|
2125
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
2126
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
2127
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
2128
|
-
* - 'down'
|
|
2129
|
-
* - 'up'
|
|
2130
|
-
*/
|
|
2131
2089
|
keyUp: () => Promise<void>;
|
|
2132
2090
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2133
|
-
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" | "
|
|
2091
|
+
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>;
|
|
2134
2092
|
paste: () => Promise<void>;
|
|
2135
2093
|
copy: () => Promise<void>;
|
|
2136
2094
|
wheel: () => Promise<void>;
|
|
@@ -2273,6 +2231,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2273
2231
|
optionsScrollTop: () => Promise<number>;
|
|
2274
2232
|
pressDownKey: () => Promise<void>;
|
|
2275
2233
|
pressUpKey: () => Promise<void>;
|
|
2234
|
+
pressRightKey: () => Promise<void>;
|
|
2235
|
+
pressLeftKey: () => Promise<void>;
|
|
2276
2236
|
pressEnterKey: () => Promise<void>;
|
|
2277
2237
|
pressSpaceKey: () => Promise<void>;
|
|
2278
2238
|
pressTabKey: () => Promise<void>;
|
|
@@ -2417,7 +2377,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2417
2377
|
blur: () => Promise<void>;
|
|
2418
2378
|
keyUp: () => Promise<void>;
|
|
2419
2379
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2420
|
-
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" | "
|
|
2380
|
+
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>;
|
|
2421
2381
|
paste: () => Promise<void>;
|
|
2422
2382
|
copy: () => Promise<void>;
|
|
2423
2383
|
wheel: () => Promise<void>;
|
|
@@ -2494,7 +2454,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2494
2454
|
blur: () => Promise<void>;
|
|
2495
2455
|
keyUp: () => Promise<void>;
|
|
2496
2456
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2497
|
-
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" | "
|
|
2457
|
+
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>;
|
|
2498
2458
|
paste: () => Promise<void>;
|
|
2499
2459
|
copy: () => Promise<void>;
|
|
2500
2460
|
wheel: () => Promise<void>;
|
|
@@ -2614,7 +2574,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
2614
2574
|
blur: () => Promise<void>;
|
|
2615
2575
|
keyUp: () => Promise<void>;
|
|
2616
2576
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
2617
|
-
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" | "
|
|
2577
|
+
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>;
|
|
2618
2578
|
paste: () => Promise<void>;
|
|
2619
2579
|
copy: () => Promise<void>;
|
|
2620
2580
|
wheel: () => Promise<void>;
|
|
@@ -3059,21 +3019,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3059
3019
|
getTextOverflow: () => Promise<string>;
|
|
3060
3020
|
focus: () => Promise<void>;
|
|
3061
3021
|
blur: () => Promise<void>;
|
|
3062
|
-
/**
|
|
3063
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
3064
|
-
* - sourceKey: The ID of the item being moved.
|
|
3065
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
3066
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
3067
|
-
* - 'child': Places the moved item as a child of the target.
|
|
3068
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
3069
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
3070
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
3071
|
-
* - 'down'
|
|
3072
|
-
* - 'up'
|
|
3073
|
-
*/
|
|
3074
3022
|
keyUp: () => Promise<void>;
|
|
3075
3023
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3076
|
-
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" | "
|
|
3024
|
+
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>;
|
|
3077
3025
|
paste: () => Promise<void>;
|
|
3078
3026
|
copy: () => Promise<void>;
|
|
3079
3027
|
wheel: () => Promise<void>;
|
|
@@ -3216,6 +3164,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3216
3164
|
optionsScrollTop: () => Promise<number>;
|
|
3217
3165
|
pressDownKey: () => Promise<void>;
|
|
3218
3166
|
pressUpKey: () => Promise<void>;
|
|
3167
|
+
pressRightKey: () => Promise<void>;
|
|
3168
|
+
pressLeftKey: () => Promise<void>;
|
|
3219
3169
|
pressEnterKey: () => Promise<void>;
|
|
3220
3170
|
pressSpaceKey: () => Promise<void>;
|
|
3221
3171
|
pressTabKey: () => Promise<void>;
|
|
@@ -3416,7 +3366,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3416
3366
|
blur: () => Promise<void>;
|
|
3417
3367
|
keyUp: () => Promise<void>;
|
|
3418
3368
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3419
|
-
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" | "
|
|
3369
|
+
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>;
|
|
3420
3370
|
paste: () => Promise<void>;
|
|
3421
3371
|
copy: () => Promise<void>;
|
|
3422
3372
|
wheel: () => Promise<void>;
|
|
@@ -3493,7 +3443,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3493
3443
|
blur: () => Promise<void>;
|
|
3494
3444
|
keyUp: () => Promise<void>;
|
|
3495
3445
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3496
|
-
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" | "
|
|
3446
|
+
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>;
|
|
3497
3447
|
paste: () => Promise<void>;
|
|
3498
3448
|
copy: () => Promise<void>;
|
|
3499
3449
|
wheel: () => Promise<void>;
|
|
@@ -3628,7 +3578,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
3628
3578
|
blur: () => Promise<void>;
|
|
3629
3579
|
keyUp: () => Promise<void>;
|
|
3630
3580
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
3631
|
-
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" | "
|
|
3581
|
+
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>;
|
|
3632
3582
|
paste: () => Promise<void>;
|
|
3633
3583
|
copy: () => Promise<void>;
|
|
3634
3584
|
wheel: () => Promise<void>;
|
|
@@ -4277,7 +4227,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4277
4227
|
isSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
|
|
4278
4228
|
getSecondaryActionTitleText: (dataHook: string) => Promise<string>;
|
|
4279
4229
|
isVisibleSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
|
|
4280
|
-
getPrimaryActionButtonDriver: () =>
|
|
4230
|
+
getPrimaryActionButtonDriver: () => {
|
|
4281
4231
|
getButtonTextContent: () => Promise<string>;
|
|
4282
4232
|
isFocused: () => Promise<boolean>;
|
|
4283
4233
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -4294,8 +4244,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4294
4244
|
idx?: number | undefined;
|
|
4295
4245
|
timeBudget?: number | undefined;
|
|
4296
4246
|
}, any>;
|
|
4297
|
-
}
|
|
4298
|
-
getPrimaryActionButtonDriverByDataHook: (dataHook: string) =>
|
|
4247
|
+
};
|
|
4248
|
+
getPrimaryActionButtonDriverByDataHook: (dataHook: string) => {
|
|
4299
4249
|
getButtonTextContent: () => Promise<string>;
|
|
4300
4250
|
isFocused: () => Promise<boolean>;
|
|
4301
4251
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -4312,9 +4262,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4312
4262
|
idx?: number | undefined;
|
|
4313
4263
|
timeBudget?: number | undefined;
|
|
4314
4264
|
}, any>;
|
|
4315
|
-
}
|
|
4265
|
+
};
|
|
4316
4266
|
getPrimaryActionsCount: () => Promise<number>;
|
|
4317
|
-
getPrimaryActionButtonVisibility: () => Promise<
|
|
4267
|
+
getPrimaryActionButtonVisibility: () => Promise<string | null>;
|
|
4318
4268
|
clickPrimaryActionButton: () => Promise<void>;
|
|
4319
4269
|
clickPrimaryAction: (actionIndex: number) => Promise<void>;
|
|
4320
4270
|
clickPrimaryActionByDataHook: (dataHook: string) => Promise<void>;
|
|
@@ -4323,7 +4273,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4323
4273
|
primaryActionButtonSuffixIconExists: () => Promise<boolean>;
|
|
4324
4274
|
getVisibleActionsCount: () => Promise<number>;
|
|
4325
4275
|
getHiddenActionsCount: () => Promise<number>;
|
|
4326
|
-
getVisibleActionTooltipDriver: (
|
|
4276
|
+
getVisibleActionTooltipDriver: (actionIndex: number) => {
|
|
4327
4277
|
click: () => Promise<void>;
|
|
4328
4278
|
tooltipExists: () => Promise<boolean>;
|
|
4329
4279
|
mouseEnter: () => Promise<void>;
|
|
@@ -4340,8 +4290,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4340
4290
|
idx?: number | undefined;
|
|
4341
4291
|
timeBudget?: number | undefined;
|
|
4342
4292
|
}, any>;
|
|
4343
|
-
}
|
|
4344
|
-
getVisibleActionByDataHookTooltipDriver: (dataHook: string) =>
|
|
4293
|
+
};
|
|
4294
|
+
getVisibleActionByDataHookTooltipDriver: (dataHook: string) => {
|
|
4345
4295
|
click: () => Promise<void>;
|
|
4346
4296
|
tooltipExists: () => Promise<boolean>;
|
|
4347
4297
|
mouseEnter: () => Promise<void>;
|
|
@@ -4358,15 +4308,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4358
4308
|
idx?: number | undefined;
|
|
4359
4309
|
timeBudget?: number | undefined;
|
|
4360
4310
|
}, any>;
|
|
4361
|
-
}
|
|
4362
|
-
|
|
4363
|
-
clickVisibleAction: (actionIndex: number) => Promise<void>;
|
|
4364
|
-
clickVisibleActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
4365
|
-
clickPopoverMenu: () => Promise<void>;
|
|
4366
|
-
clickHiddenAction: (actionIndex: number) => Promise<void>;
|
|
4367
|
-
clickHiddenActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
4368
|
-
getMoreActionsTooltipText: () => Promise<string>;
|
|
4369
|
-
getVisibleActionByDataHookButtonDriver: (dataHook: string) => Promise<{
|
|
4311
|
+
};
|
|
4312
|
+
getVisibleActionButtonDriver: (actionIndex: number) => {
|
|
4370
4313
|
getButtonTextContent: () => Promise<string>;
|
|
4371
4314
|
isFocused: () => Promise<boolean>;
|
|
4372
4315
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -4383,7 +4326,32 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4383
4326
|
idx?: number | undefined;
|
|
4384
4327
|
timeBudget?: number | undefined;
|
|
4385
4328
|
}, any>;
|
|
4386
|
-
}
|
|
4329
|
+
};
|
|
4330
|
+
getVisibleActionByDataHookButtonDriver: (dataHook: string) => {
|
|
4331
|
+
getButtonTextContent: () => Promise<string>;
|
|
4332
|
+
isFocused: () => Promise<boolean>;
|
|
4333
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
4334
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
4335
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
4336
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
4337
|
+
exists: () => Promise<boolean>;
|
|
4338
|
+
element: () => Promise<any>;
|
|
4339
|
+
click: () => Promise<void>;
|
|
4340
|
+
base: UniDriver<any, {
|
|
4341
|
+
parent?: any | undefined;
|
|
4342
|
+
base?: any;
|
|
4343
|
+
selector?: string | Promise<string> | undefined;
|
|
4344
|
+
idx?: number | undefined;
|
|
4345
|
+
timeBudget?: number | undefined;
|
|
4346
|
+
}, any>;
|
|
4347
|
+
};
|
|
4348
|
+
getHiddenActionsPopoverMenuDriver: () => import("@wix/design-system/dist/types/PopoverMenu/PopoverMenu.uni.driver").PopoverMenuUniDriver;
|
|
4349
|
+
clickVisibleAction: (actionIndex: number) => Promise<void>;
|
|
4350
|
+
clickVisibleActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
4351
|
+
clickPopoverMenu: () => Promise<void>;
|
|
4352
|
+
clickHiddenAction: (actionIndex: number) => Promise<void>;
|
|
4353
|
+
clickHiddenActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
4354
|
+
getMoreActionsTooltipText: () => Promise<string | null>;
|
|
4387
4355
|
exists: () => Promise<boolean>;
|
|
4388
4356
|
element: () => Promise<any>;
|
|
4389
4357
|
click: () => Promise<void>;
|
|
@@ -4938,7 +4906,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
4938
4906
|
}, any>;
|
|
4939
4907
|
text: () => Promise<string>;
|
|
4940
4908
|
click: (options?: import("@wix/unidriver-core").ClickOptions | undefined) => Promise<void>;
|
|
4941
|
-
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" | "
|
|
4909
|
+
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>;
|
|
4942
4910
|
value: () => Promise<string>;
|
|
4943
4911
|
enterText: (value: string, options?: import("@wix/unidriver-core").EnterTextOptions | undefined) => Promise<void>;
|
|
4944
4912
|
attr: (name: string) => Promise<string | null>;
|
|
@@ -5731,7 +5699,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
5731
5699
|
blur: () => Promise<void>;
|
|
5732
5700
|
keyUp: () => Promise<void>;
|
|
5733
5701
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
5734
|
-
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" | "
|
|
5702
|
+
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>;
|
|
5735
5703
|
paste: () => Promise<void>;
|
|
5736
5704
|
copy: () => Promise<void>;
|
|
5737
5705
|
wheel: () => Promise<void>;
|
|
@@ -5808,7 +5776,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
5808
5776
|
blur: () => Promise<void>;
|
|
5809
5777
|
keyUp: () => Promise<void>;
|
|
5810
5778
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
5811
|
-
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" | "
|
|
5779
|
+
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>;
|
|
5812
5780
|
paste: () => Promise<void>;
|
|
5813
5781
|
copy: () => Promise<void>;
|
|
5814
5782
|
wheel: () => Promise<void>;
|
|
@@ -6406,7 +6374,44 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6406
6374
|
getTagsAssignButton: () => {
|
|
6407
6375
|
popover: () => {
|
|
6408
6376
|
asyncJobProgressModal: () => {
|
|
6409
|
-
getProgressBar: () =>
|
|
6377
|
+
getProgressBar: () => {
|
|
6378
|
+
isErrorIconShown: () => Promise<boolean>;
|
|
6379
|
+
isSuccessIconShown: () => Promise<boolean>;
|
|
6380
|
+
getTooltipErrorMessage: () => Promise<string | null>;
|
|
6381
|
+
getSkin: () => Promise<string | null>;
|
|
6382
|
+
getPadding: () => Promise<string | null>;
|
|
6383
|
+
getWidth(): Promise<string>;
|
|
6384
|
+
isSuccessIconDisplayed(): Promise<boolean>;
|
|
6385
|
+
isErrorIconDisplayed(): Promise<boolean>;
|
|
6386
|
+
isPercentagesProgressDisplayed(): Promise<boolean>;
|
|
6387
|
+
hasPrefixIndication(): Promise<boolean>;
|
|
6388
|
+
hasSuffixIndication(): Promise<boolean>;
|
|
6389
|
+
getSuffixIndicationText(): Promise<string>;
|
|
6390
|
+
hasPrefixAriaHidden(): Promise<boolean>;
|
|
6391
|
+
hasProgressIndicatorAriaHidden(): Promise<boolean>;
|
|
6392
|
+
getValue(): Promise<string | null>;
|
|
6393
|
+
getNumericValue(): Promise<number>;
|
|
6394
|
+
isCompleted(): Promise<boolean>;
|
|
6395
|
+
hasError(): Promise<boolean>;
|
|
6396
|
+
getMinValue(): Promise<number>;
|
|
6397
|
+
getMaxValue(): Promise<number>;
|
|
6398
|
+
getAriaValueNow(): Promise<number>;
|
|
6399
|
+
getAriaValueMin(): Promise<number>;
|
|
6400
|
+
getAriaValueMax(): Promise<number>;
|
|
6401
|
+
getAriaLabel(): Promise<string>;
|
|
6402
|
+
getRoleAttribute(): Promise<string>;
|
|
6403
|
+
getAriaValueText(): Promise<string>;
|
|
6404
|
+
exists: () => Promise<boolean>;
|
|
6405
|
+
element: () => Promise<any>;
|
|
6406
|
+
click: () => Promise<void>;
|
|
6407
|
+
base: UniDriver<any, {
|
|
6408
|
+
parent?: any | undefined;
|
|
6409
|
+
base?: any;
|
|
6410
|
+
selector?: string | Promise<string> | undefined;
|
|
6411
|
+
idx?: number | undefined;
|
|
6412
|
+
timeBudget?: number | undefined;
|
|
6413
|
+
}, any>;
|
|
6414
|
+
};
|
|
6410
6415
|
getModalBodyText: () => {
|
|
6411
6416
|
getTagName: () => Promise<string>;
|
|
6412
6417
|
getText: () => Promise<string>;
|
|
@@ -6978,21 +6983,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6978
6983
|
getTextOverflow: () => Promise<string>;
|
|
6979
6984
|
focus: () => Promise<void>;
|
|
6980
6985
|
blur: () => Promise<void>;
|
|
6981
|
-
/**
|
|
6982
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
6983
|
-
* - sourceKey: The ID of the item being moved.
|
|
6984
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
6985
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
6986
|
-
* - 'child': Places the moved item as a child of the target.
|
|
6987
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
6988
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
6989
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
6990
|
-
* - 'down'
|
|
6991
|
-
* - 'up'
|
|
6992
|
-
*/
|
|
6993
6986
|
keyUp: () => Promise<void>;
|
|
6994
6987
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
6995
|
-
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" | "
|
|
6988
|
+
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>;
|
|
6996
6989
|
paste: () => Promise<void>;
|
|
6997
6990
|
copy: () => Promise<void>;
|
|
6998
6991
|
wheel: () => Promise<void>;
|
|
@@ -7135,6 +7128,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7135
7128
|
optionsScrollTop: () => Promise<number>;
|
|
7136
7129
|
pressDownKey: () => Promise<void>;
|
|
7137
7130
|
pressUpKey: () => Promise<void>;
|
|
7131
|
+
pressRightKey: () => Promise<void>;
|
|
7132
|
+
pressLeftKey: () => Promise<void>;
|
|
7138
7133
|
pressEnterKey: () => Promise<void>;
|
|
7139
7134
|
pressSpaceKey: () => Promise<void>;
|
|
7140
7135
|
pressTabKey: () => Promise<void>;
|
|
@@ -8167,21 +8162,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8167
8162
|
getTextOverflow: () => Promise<string>;
|
|
8168
8163
|
focus: () => Promise<void>;
|
|
8169
8164
|
blur: () => Promise<void>;
|
|
8170
|
-
/**
|
|
8171
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
8172
|
-
* - sourceKey: The ID of the item being moved.
|
|
8173
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
8174
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
8175
|
-
* - 'child': Places the moved item as a child of the target.
|
|
8176
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
8177
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
8178
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
8179
|
-
* - 'down'
|
|
8180
|
-
* - 'up'
|
|
8181
|
-
*/
|
|
8182
8165
|
keyUp: () => Promise<void>;
|
|
8183
8166
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
8184
|
-
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" | "
|
|
8167
|
+
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>;
|
|
8185
8168
|
paste: () => Promise<void>;
|
|
8186
8169
|
copy: () => Promise<void>;
|
|
8187
8170
|
wheel: () => Promise<void>;
|
|
@@ -8324,6 +8307,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8324
8307
|
optionsScrollTop: () => Promise<number>;
|
|
8325
8308
|
pressDownKey: () => Promise<void>;
|
|
8326
8309
|
pressUpKey: () => Promise<void>;
|
|
8310
|
+
pressRightKey: () => Promise<void>;
|
|
8311
|
+
pressLeftKey: () => Promise<void>;
|
|
8327
8312
|
pressEnterKey: () => Promise<void>;
|
|
8328
8313
|
pressSpaceKey: () => Promise<void>;
|
|
8329
8314
|
pressTabKey: () => Promise<void>;
|
|
@@ -8549,21 +8534,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8549
8534
|
getTextOverflow: () => Promise<string>;
|
|
8550
8535
|
focus: () => Promise<void>;
|
|
8551
8536
|
blur: () => Promise<void>;
|
|
8552
|
-
/**
|
|
8553
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
8554
|
-
* - sourceKey: The ID of the item being moved.
|
|
8555
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
8556
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
8557
|
-
* - 'child': Places the moved item as a child of the target.
|
|
8558
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
8559
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
8560
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
8561
|
-
* - 'down'
|
|
8562
|
-
* - 'up'
|
|
8563
|
-
*/
|
|
8564
8537
|
keyUp: () => Promise<void>;
|
|
8565
8538
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
8566
|
-
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" | "
|
|
8539
|
+
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>;
|
|
8567
8540
|
paste: () => Promise<void>;
|
|
8568
8541
|
copy: () => Promise<void>;
|
|
8569
8542
|
wheel: () => Promise<void>;
|
|
@@ -8706,6 +8679,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8706
8679
|
optionsScrollTop: () => Promise<number>;
|
|
8707
8680
|
pressDownKey: () => Promise<void>;
|
|
8708
8681
|
pressUpKey: () => Promise<void>;
|
|
8682
|
+
pressRightKey: () => Promise<void>;
|
|
8683
|
+
pressLeftKey: () => Promise<void>;
|
|
8709
8684
|
pressEnterKey: () => Promise<void>;
|
|
8710
8685
|
pressSpaceKey: () => Promise<void>;
|
|
8711
8686
|
pressTabKey: () => Promise<void>;
|
|
@@ -8947,21 +8922,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8947
8922
|
getTextOverflow: () => Promise<string>;
|
|
8948
8923
|
focus: () => Promise<void>;
|
|
8949
8924
|
blur: () => Promise<void>;
|
|
8950
|
-
/**
|
|
8951
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
8952
|
-
* - sourceKey: The ID of the item being moved.
|
|
8953
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
8954
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
8955
|
-
* - 'child': Places the moved item as a child of the target.
|
|
8956
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
8957
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
8958
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
8959
|
-
* - 'down'
|
|
8960
|
-
* - 'up'
|
|
8961
|
-
*/
|
|
8962
8925
|
keyUp: () => Promise<void>;
|
|
8963
8926
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
8964
|
-
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" | "
|
|
8927
|
+
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>;
|
|
8965
8928
|
paste: () => Promise<void>;
|
|
8966
8929
|
copy: () => Promise<void>;
|
|
8967
8930
|
wheel: () => Promise<void>;
|
|
@@ -9104,6 +9067,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9104
9067
|
optionsScrollTop: () => Promise<number>;
|
|
9105
9068
|
pressDownKey: () => Promise<void>;
|
|
9106
9069
|
pressUpKey: () => Promise<void>;
|
|
9070
|
+
pressRightKey: () => Promise<void>;
|
|
9071
|
+
pressLeftKey: () => Promise<void>;
|
|
9107
9072
|
pressEnterKey: () => Promise<void>;
|
|
9108
9073
|
pressSpaceKey: () => Promise<void>;
|
|
9109
9074
|
pressTabKey: () => Promise<void>;
|
|
@@ -9248,7 +9213,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9248
9213
|
blur: () => Promise<void>;
|
|
9249
9214
|
keyUp: () => Promise<void>;
|
|
9250
9215
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
9251
|
-
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" | "
|
|
9216
|
+
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>;
|
|
9252
9217
|
paste: () => Promise<void>;
|
|
9253
9218
|
copy: () => Promise<void>;
|
|
9254
9219
|
wheel: () => Promise<void>;
|
|
@@ -9325,7 +9290,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9325
9290
|
blur: () => Promise<void>;
|
|
9326
9291
|
keyUp: () => Promise<void>;
|
|
9327
9292
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
9328
|
-
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" | "
|
|
9293
|
+
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>;
|
|
9329
9294
|
paste: () => Promise<void>;
|
|
9330
9295
|
copy: () => Promise<void>;
|
|
9331
9296
|
wheel: () => Promise<void>;
|
|
@@ -9445,7 +9410,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9445
9410
|
blur: () => Promise<void>;
|
|
9446
9411
|
keyUp: () => Promise<void>;
|
|
9447
9412
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
9448
|
-
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" | "
|
|
9413
|
+
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>;
|
|
9449
9414
|
paste: () => Promise<void>;
|
|
9450
9415
|
copy: () => Promise<void>;
|
|
9451
9416
|
wheel: () => Promise<void>;
|
|
@@ -9890,21 +9855,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9890
9855
|
getTextOverflow: () => Promise<string>;
|
|
9891
9856
|
focus: () => Promise<void>;
|
|
9892
9857
|
blur: () => Promise<void>;
|
|
9893
|
-
/**
|
|
9894
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
9895
|
-
* - sourceKey: The ID of the item being moved.
|
|
9896
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
9897
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
9898
|
-
* - 'child': Places the moved item as a child of the target.
|
|
9899
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
9900
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
9901
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
9902
|
-
* - 'down'
|
|
9903
|
-
* - 'up'
|
|
9904
|
-
*/
|
|
9905
9858
|
keyUp: () => Promise<void>;
|
|
9906
9859
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
9907
|
-
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" | "
|
|
9860
|
+
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>;
|
|
9908
9861
|
paste: () => Promise<void>;
|
|
9909
9862
|
copy: () => Promise<void>;
|
|
9910
9863
|
wheel: () => Promise<void>;
|
|
@@ -10047,6 +10000,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10047
10000
|
optionsScrollTop: () => Promise<number>;
|
|
10048
10001
|
pressDownKey: () => Promise<void>;
|
|
10049
10002
|
pressUpKey: () => Promise<void>;
|
|
10003
|
+
pressRightKey: () => Promise<void>;
|
|
10004
|
+
pressLeftKey: () => Promise<void>;
|
|
10050
10005
|
pressEnterKey: () => Promise<void>;
|
|
10051
10006
|
pressSpaceKey: () => Promise<void>;
|
|
10052
10007
|
pressTabKey: () => Promise<void>;
|
|
@@ -10247,7 +10202,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10247
10202
|
blur: () => Promise<void>;
|
|
10248
10203
|
keyUp: () => Promise<void>;
|
|
10249
10204
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
10250
|
-
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" | "
|
|
10205
|
+
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>;
|
|
10251
10206
|
paste: () => Promise<void>;
|
|
10252
10207
|
copy: () => Promise<void>;
|
|
10253
10208
|
wheel: () => Promise<void>;
|
|
@@ -10324,7 +10279,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10324
10279
|
blur: () => Promise<void>;
|
|
10325
10280
|
keyUp: () => Promise<void>;
|
|
10326
10281
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
10327
|
-
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" | "
|
|
10282
|
+
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>;
|
|
10328
10283
|
paste: () => Promise<void>;
|
|
10329
10284
|
copy: () => Promise<void>;
|
|
10330
10285
|
wheel: () => Promise<void>;
|
|
@@ -10459,7 +10414,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10459
10414
|
blur: () => Promise<void>;
|
|
10460
10415
|
keyUp: () => Promise<void>;
|
|
10461
10416
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
10462
|
-
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" | "
|
|
10417
|
+
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>;
|
|
10463
10418
|
paste: () => Promise<void>;
|
|
10464
10419
|
copy: () => Promise<void>;
|
|
10465
10420
|
wheel: () => Promise<void>;
|
|
@@ -11000,7 +10955,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11000
10955
|
isSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
|
|
11001
10956
|
getSecondaryActionTitleText: (dataHook: string) => Promise<string>;
|
|
11002
10957
|
isVisibleSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
|
|
11003
|
-
getPrimaryActionButtonDriver: () =>
|
|
10958
|
+
getPrimaryActionButtonDriver: () => {
|
|
11004
10959
|
getButtonTextContent: () => Promise<string>;
|
|
11005
10960
|
isFocused: () => Promise<boolean>;
|
|
11006
10961
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -11017,8 +10972,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11017
10972
|
idx?: number | undefined;
|
|
11018
10973
|
timeBudget?: number | undefined;
|
|
11019
10974
|
}, any>;
|
|
11020
|
-
}
|
|
11021
|
-
getPrimaryActionButtonDriverByDataHook: (dataHook: string) =>
|
|
10975
|
+
};
|
|
10976
|
+
getPrimaryActionButtonDriverByDataHook: (dataHook: string) => {
|
|
11022
10977
|
getButtonTextContent: () => Promise<string>;
|
|
11023
10978
|
isFocused: () => Promise<boolean>;
|
|
11024
10979
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -11035,9 +10990,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11035
10990
|
idx?: number | undefined;
|
|
11036
10991
|
timeBudget?: number | undefined;
|
|
11037
10992
|
}, any>;
|
|
11038
|
-
}
|
|
10993
|
+
};
|
|
11039
10994
|
getPrimaryActionsCount: () => Promise<number>;
|
|
11040
|
-
getPrimaryActionButtonVisibility: () => Promise<
|
|
10995
|
+
getPrimaryActionButtonVisibility: () => Promise<string | null>;
|
|
11041
10996
|
clickPrimaryActionButton: () => Promise<void>;
|
|
11042
10997
|
clickPrimaryAction: (actionIndex: number) => Promise<void>;
|
|
11043
10998
|
clickPrimaryActionByDataHook: (dataHook: string) => Promise<void>;
|
|
@@ -11046,7 +11001,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11046
11001
|
primaryActionButtonSuffixIconExists: () => Promise<boolean>;
|
|
11047
11002
|
getVisibleActionsCount: () => Promise<number>;
|
|
11048
11003
|
getHiddenActionsCount: () => Promise<number>;
|
|
11049
|
-
getVisibleActionTooltipDriver: (
|
|
11004
|
+
getVisibleActionTooltipDriver: (actionIndex: number) => {
|
|
11050
11005
|
click: () => Promise<void>;
|
|
11051
11006
|
tooltipExists: () => Promise<boolean>;
|
|
11052
11007
|
mouseEnter: () => Promise<void>;
|
|
@@ -11063,8 +11018,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11063
11018
|
idx?: number | undefined;
|
|
11064
11019
|
timeBudget?: number | undefined;
|
|
11065
11020
|
}, any>;
|
|
11066
|
-
}
|
|
11067
|
-
getVisibleActionByDataHookTooltipDriver: (dataHook: string) =>
|
|
11021
|
+
};
|
|
11022
|
+
getVisibleActionByDataHookTooltipDriver: (dataHook: string) => {
|
|
11068
11023
|
click: () => Promise<void>;
|
|
11069
11024
|
tooltipExists: () => Promise<boolean>;
|
|
11070
11025
|
mouseEnter: () => Promise<void>;
|
|
@@ -11081,15 +11036,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11081
11036
|
idx?: number | undefined;
|
|
11082
11037
|
timeBudget?: number | undefined;
|
|
11083
11038
|
}, any>;
|
|
11084
|
-
}
|
|
11085
|
-
|
|
11086
|
-
clickVisibleAction: (actionIndex: number) => Promise<void>;
|
|
11087
|
-
clickVisibleActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
11088
|
-
clickPopoverMenu: () => Promise<void>;
|
|
11089
|
-
clickHiddenAction: (actionIndex: number) => Promise<void>;
|
|
11090
|
-
clickHiddenActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
11091
|
-
getMoreActionsTooltipText: () => Promise<string>;
|
|
11092
|
-
getVisibleActionByDataHookButtonDriver: (dataHook: string) => Promise<{
|
|
11039
|
+
};
|
|
11040
|
+
getVisibleActionButtonDriver: (actionIndex: number) => {
|
|
11093
11041
|
getButtonTextContent: () => Promise<string>;
|
|
11094
11042
|
isFocused: () => Promise<boolean>;
|
|
11095
11043
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -11106,7 +11054,32 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11106
11054
|
idx?: number | undefined;
|
|
11107
11055
|
timeBudget?: number | undefined;
|
|
11108
11056
|
}, any>;
|
|
11109
|
-
}
|
|
11057
|
+
};
|
|
11058
|
+
getVisibleActionByDataHookButtonDriver: (dataHook: string) => {
|
|
11059
|
+
getButtonTextContent: () => Promise<string>;
|
|
11060
|
+
isFocused: () => Promise<boolean>;
|
|
11061
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
11062
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
11063
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
11064
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
11065
|
+
exists: () => Promise<boolean>;
|
|
11066
|
+
element: () => Promise<any>;
|
|
11067
|
+
click: () => Promise<void>;
|
|
11068
|
+
base: UniDriver<any, {
|
|
11069
|
+
parent?: any | undefined;
|
|
11070
|
+
base?: any;
|
|
11071
|
+
selector?: string | Promise<string> | undefined;
|
|
11072
|
+
idx?: number | undefined;
|
|
11073
|
+
timeBudget?: number | undefined;
|
|
11074
|
+
}, any>;
|
|
11075
|
+
};
|
|
11076
|
+
getHiddenActionsPopoverMenuDriver: () => import("@wix/design-system/dist/types/PopoverMenu/PopoverMenu.uni.driver").PopoverMenuUniDriver;
|
|
11077
|
+
clickVisibleAction: (actionIndex: number) => Promise<void>;
|
|
11078
|
+
clickVisibleActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
11079
|
+
clickPopoverMenu: () => Promise<void>;
|
|
11080
|
+
clickHiddenAction: (actionIndex: number) => Promise<void>;
|
|
11081
|
+
clickHiddenActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
11082
|
+
getMoreActionsTooltipText: () => Promise<string | null>;
|
|
11110
11083
|
exists: () => Promise<boolean>;
|
|
11111
11084
|
element: () => Promise<any>;
|
|
11112
11085
|
click: () => Promise<void>;
|
|
@@ -11375,21 +11348,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11375
11348
|
getTextOverflow: () => Promise<string>;
|
|
11376
11349
|
focus: () => Promise<void>;
|
|
11377
11350
|
blur: () => Promise<void>;
|
|
11378
|
-
/**
|
|
11379
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
11380
|
-
* - sourceKey: The ID of the item being moved.
|
|
11381
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
11382
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
11383
|
-
* - 'child': Places the moved item as a child of the target.
|
|
11384
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
11385
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
11386
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
11387
|
-
* - 'down'
|
|
11388
|
-
* - 'up'
|
|
11389
|
-
*/
|
|
11390
11351
|
keyUp: () => Promise<void>;
|
|
11391
11352
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
11392
|
-
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" | "
|
|
11353
|
+
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>;
|
|
11393
11354
|
paste: () => Promise<void>;
|
|
11394
11355
|
copy: () => Promise<void>;
|
|
11395
11356
|
wheel: () => Promise<void>;
|
|
@@ -11532,6 +11493,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11532
11493
|
optionsScrollTop: () => Promise<number>;
|
|
11533
11494
|
pressDownKey: () => Promise<void>;
|
|
11534
11495
|
pressUpKey: () => Promise<void>;
|
|
11496
|
+
pressRightKey: () => Promise<void>;
|
|
11497
|
+
pressLeftKey: () => Promise<void>;
|
|
11535
11498
|
pressEnterKey: () => Promise<void>;
|
|
11536
11499
|
pressSpaceKey: () => Promise<void>;
|
|
11537
11500
|
pressTabKey: () => Promise<void>;
|
|
@@ -12568,21 +12531,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12568
12531
|
getTextOverflow: () => Promise<string>;
|
|
12569
12532
|
focus: () => Promise<void>;
|
|
12570
12533
|
blur: () => Promise<void>;
|
|
12571
|
-
/**
|
|
12572
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
12573
|
-
* - sourceKey: The ID of the item being moved.
|
|
12574
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
12575
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
12576
|
-
* - 'child': Places the moved item as a child of the target.
|
|
12577
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
12578
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
12579
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
12580
|
-
* - 'down'
|
|
12581
|
-
* - 'up'
|
|
12582
|
-
*/
|
|
12583
12534
|
keyUp: () => Promise<void>;
|
|
12584
12535
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
12585
|
-
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" | "
|
|
12536
|
+
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>;
|
|
12586
12537
|
paste: () => Promise<void>;
|
|
12587
12538
|
copy: () => Promise<void>;
|
|
12588
12539
|
wheel: () => Promise<void>;
|
|
@@ -12725,6 +12676,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12725
12676
|
optionsScrollTop: () => Promise<number>;
|
|
12726
12677
|
pressDownKey: () => Promise<void>;
|
|
12727
12678
|
pressUpKey: () => Promise<void>;
|
|
12679
|
+
pressRightKey: () => Promise<void>;
|
|
12680
|
+
pressLeftKey: () => Promise<void>;
|
|
12728
12681
|
pressEnterKey: () => Promise<void>;
|
|
12729
12682
|
pressSpaceKey: () => Promise<void>;
|
|
12730
12683
|
pressTabKey: () => Promise<void>;
|
|
@@ -13756,21 +13709,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13756
13709
|
getTextOverflow: () => Promise<string>;
|
|
13757
13710
|
focus: () => Promise<void>;
|
|
13758
13711
|
blur: () => Promise<void>;
|
|
13759
|
-
/**
|
|
13760
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
13761
|
-
* - sourceKey: The ID of the item being moved.
|
|
13762
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
13763
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
13764
|
-
* - 'child': Places the moved item as a child of the target.
|
|
13765
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
13766
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
13767
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
13768
|
-
* - 'down'
|
|
13769
|
-
* - 'up'
|
|
13770
|
-
*/
|
|
13771
13712
|
keyUp: () => Promise<void>;
|
|
13772
13713
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
13773
|
-
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" | "
|
|
13714
|
+
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>;
|
|
13774
13715
|
paste: () => Promise<void>;
|
|
13775
13716
|
copy: () => Promise<void>;
|
|
13776
13717
|
wheel: () => Promise<void>;
|
|
@@ -13913,6 +13854,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13913
13854
|
optionsScrollTop: () => Promise<number>;
|
|
13914
13855
|
pressDownKey: () => Promise<void>;
|
|
13915
13856
|
pressUpKey: () => Promise<void>;
|
|
13857
|
+
pressRightKey: () => Promise<void>;
|
|
13858
|
+
pressLeftKey: () => Promise<void>;
|
|
13916
13859
|
pressEnterKey: () => Promise<void>;
|
|
13917
13860
|
pressSpaceKey: () => Promise<void>;
|
|
13918
13861
|
pressTabKey: () => Promise<void>;
|
|
@@ -14138,21 +14081,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14138
14081
|
getTextOverflow: () => Promise<string>;
|
|
14139
14082
|
focus: () => Promise<void>;
|
|
14140
14083
|
blur: () => Promise<void>;
|
|
14141
|
-
/**
|
|
14142
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
14143
|
-
* - sourceKey: The ID of the item being moved.
|
|
14144
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
14145
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
14146
|
-
* - 'child': Places the moved item as a child of the target.
|
|
14147
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
14148
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
14149
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
14150
|
-
* - 'down'
|
|
14151
|
-
* - 'up'
|
|
14152
|
-
*/
|
|
14153
14084
|
keyUp: () => Promise<void>;
|
|
14154
14085
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
14155
|
-
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" | "
|
|
14086
|
+
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>;
|
|
14156
14087
|
paste: () => Promise<void>;
|
|
14157
14088
|
copy: () => Promise<void>;
|
|
14158
14089
|
wheel: () => Promise<void>;
|
|
@@ -14295,6 +14226,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14295
14226
|
optionsScrollTop: () => Promise<number>;
|
|
14296
14227
|
pressDownKey: () => Promise<void>;
|
|
14297
14228
|
pressUpKey: () => Promise<void>;
|
|
14229
|
+
pressRightKey: () => Promise<void>;
|
|
14230
|
+
pressLeftKey: () => Promise<void>;
|
|
14298
14231
|
pressEnterKey: () => Promise<void>;
|
|
14299
14232
|
pressSpaceKey: () => Promise<void>;
|
|
14300
14233
|
pressTabKey: () => Promise<void>;
|
|
@@ -14536,21 +14469,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14536
14469
|
getTextOverflow: () => Promise<string>;
|
|
14537
14470
|
focus: () => Promise<void>;
|
|
14538
14471
|
blur: () => Promise<void>;
|
|
14539
|
-
/**
|
|
14540
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
14541
|
-
* - sourceKey: The ID of the item being moved.
|
|
14542
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
14543
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
14544
|
-
* - 'child': Places the moved item as a child of the target.
|
|
14545
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
14546
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
14547
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
14548
|
-
* - 'down'
|
|
14549
|
-
* - 'up'
|
|
14550
|
-
*/
|
|
14551
14472
|
keyUp: () => Promise<void>;
|
|
14552
14473
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
14553
|
-
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" | "
|
|
14474
|
+
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>;
|
|
14554
14475
|
paste: () => Promise<void>;
|
|
14555
14476
|
copy: () => Promise<void>;
|
|
14556
14477
|
wheel: () => Promise<void>;
|
|
@@ -14693,6 +14614,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14693
14614
|
optionsScrollTop: () => Promise<number>;
|
|
14694
14615
|
pressDownKey: () => Promise<void>;
|
|
14695
14616
|
pressUpKey: () => Promise<void>;
|
|
14617
|
+
pressRightKey: () => Promise<void>;
|
|
14618
|
+
pressLeftKey: () => Promise<void>;
|
|
14696
14619
|
pressEnterKey: () => Promise<void>;
|
|
14697
14620
|
pressSpaceKey: () => Promise<void>;
|
|
14698
14621
|
pressTabKey: () => Promise<void>;
|
|
@@ -14837,7 +14760,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14837
14760
|
blur: () => Promise<void>;
|
|
14838
14761
|
keyUp: () => Promise<void>;
|
|
14839
14762
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
14840
|
-
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" | "
|
|
14763
|
+
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>;
|
|
14841
14764
|
paste: () => Promise<void>;
|
|
14842
14765
|
copy: () => Promise<void>;
|
|
14843
14766
|
wheel: () => Promise<void>;
|
|
@@ -14914,7 +14837,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14914
14837
|
blur: () => Promise<void>;
|
|
14915
14838
|
keyUp: () => Promise<void>;
|
|
14916
14839
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
14917
|
-
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" | "
|
|
14840
|
+
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>;
|
|
14918
14841
|
paste: () => Promise<void>;
|
|
14919
14842
|
copy: () => Promise<void>;
|
|
14920
14843
|
wheel: () => Promise<void>;
|
|
@@ -15034,7 +14957,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15034
14957
|
blur: () => Promise<void>;
|
|
15035
14958
|
keyUp: () => Promise<void>;
|
|
15036
14959
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
15037
|
-
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" | "
|
|
14960
|
+
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>;
|
|
15038
14961
|
paste: () => Promise<void>;
|
|
15039
14962
|
copy: () => Promise<void>;
|
|
15040
14963
|
wheel: () => Promise<void>;
|
|
@@ -15479,21 +15402,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15479
15402
|
getTextOverflow: () => Promise<string>;
|
|
15480
15403
|
focus: () => Promise<void>;
|
|
15481
15404
|
blur: () => Promise<void>;
|
|
15482
|
-
/**
|
|
15483
|
-
* Drag and drop a row by its index to a target row by its index. Possible options:
|
|
15484
|
-
* - sourceKey: The ID of the item being moved.
|
|
15485
|
-
* - targetKey: The ID of the target item (the one the moved item will be placed vertically after). If null - move the item to the top of the table (i.e no "target" item)
|
|
15486
|
-
* - options.placement: Defines the position of the moved item relative to the target:
|
|
15487
|
-
* - 'child': Places the moved item as a child of the target.
|
|
15488
|
-
* - 'sibling': Places the moved item as a sibling immediately after the target. - This is the default if options.placement is not provided by the developer
|
|
15489
|
-
* - 'parentSibling': Places the moved item as a sibling of the target's parent.
|
|
15490
|
-
* - options.scrollDirectionToTarget: Scroll to the target item before trying to drop. If not provided, will be determined by the indexes.
|
|
15491
|
-
* - 'down'
|
|
15492
|
-
* - 'up'
|
|
15493
|
-
*/
|
|
15494
15405
|
keyUp: () => Promise<void>;
|
|
15495
15406
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
15496
|
-
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" | "
|
|
15407
|
+
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>;
|
|
15497
15408
|
paste: () => Promise<void>;
|
|
15498
15409
|
copy: () => Promise<void>;
|
|
15499
15410
|
wheel: () => Promise<void>;
|
|
@@ -15636,6 +15547,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15636
15547
|
optionsScrollTop: () => Promise<number>;
|
|
15637
15548
|
pressDownKey: () => Promise<void>;
|
|
15638
15549
|
pressUpKey: () => Promise<void>;
|
|
15550
|
+
pressRightKey: () => Promise<void>;
|
|
15551
|
+
pressLeftKey: () => Promise<void>;
|
|
15639
15552
|
pressEnterKey: () => Promise<void>;
|
|
15640
15553
|
pressSpaceKey: () => Promise<void>;
|
|
15641
15554
|
pressTabKey: () => Promise<void>;
|
|
@@ -15836,7 +15749,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15836
15749
|
blur: () => Promise<void>;
|
|
15837
15750
|
keyUp: () => Promise<void>;
|
|
15838
15751
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
15839
|
-
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" | "
|
|
15752
|
+
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>;
|
|
15840
15753
|
paste: () => Promise<void>;
|
|
15841
15754
|
copy: () => Promise<void>;
|
|
15842
15755
|
wheel: () => Promise<void>;
|
|
@@ -15913,7 +15826,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15913
15826
|
blur: () => Promise<void>;
|
|
15914
15827
|
keyUp: () => Promise<void>;
|
|
15915
15828
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
15916
|
-
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" | "
|
|
15829
|
+
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>;
|
|
15917
15830
|
paste: () => Promise<void>;
|
|
15918
15831
|
copy: () => Promise<void>;
|
|
15919
15832
|
wheel: () => Promise<void>;
|
|
@@ -16048,7 +15961,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
16048
15961
|
blur: () => Promise<void>;
|
|
16049
15962
|
keyUp: () => Promise<void>;
|
|
16050
15963
|
keyDown: (eventData: import("react-dom/test-utils").SyntheticEventData) => Promise<void>;
|
|
16051
|
-
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" | "
|
|
15964
|
+
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>;
|
|
16052
15965
|
paste: () => Promise<void>;
|
|
16053
15966
|
copy: () => Promise<void>;
|
|
16054
15967
|
wheel: () => Promise<void>;
|