@wix/patterns 1.370.0 → 1.372.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.js +28 -33
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.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/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js +12 -2
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js +40 -60
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js.map +1 -1
- package/dist/cjs/components/TagsWidget/TagsWidget.js +18 -18
- package/dist/cjs/components/TagsWidget/TagsWidget.js.map +1 -1
- package/dist/cjs/components/TagsWidget/TagsWidgetContent.js +14 -12
- package/dist/cjs/components/TagsWidget/TagsWidgetContent.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/test-utils/TagsMocks.js +4 -0
- package/dist/cjs/test-utils/TagsMocks.js.map +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/TagsWidget.md +1 -0
- package/dist/docs/index.json +22 -22
- 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/CardContainer/CardContainer.st.css.js.map +1 -1
- 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/CollectionToolbar.st.css.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js +7 -7
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js +24 -8
- package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js.map +1 -1
- package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js +1 -1
- package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js.map +1 -1
- package/dist/esm/components/CustomColumnsPanel/FieldIndications.js +31 -0
- package/dist/esm/components/CustomColumnsPanel/FieldIndications.js.map +1 -0
- package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js +1 -2
- package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js.map +1 -1
- package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/esm/components/EditableTable/EditableCell.js +9 -1
- package/dist/esm/components/EditableTable/EditableCell.js.map +1 -1
- package/dist/esm/components/EditableTable/EditableCell.st.css.js +2 -2
- package/dist/esm/components/EditableTable/EditableCell.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js +6 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js.map +1 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js +15 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js.map +1 -0
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js +5 -5
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.js +2 -4
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/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/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/text/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/url/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/url/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js +23 -0
- package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js.map +1 -0
- package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
- package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
- package/dist/esm/components/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js.map +1 -1
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js +2 -2
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js.map +1 -1
- package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
- package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
- 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/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.js +2 -3
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js +15 -3
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js +15 -35
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js.map +1 -1
- package/dist/esm/components/TagsWidget/TagsWidget.js.map +1 -1
- package/dist/esm/components/TagsWidget/TagsWidgetContent.js +2 -2
- package/dist/esm/components/TagsWidget/TagsWidgetContent.js.map +1 -1
- package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js.map +1 -1
- package/dist/esm/model/tableColumn.js.map +1 -1
- package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
- package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
- package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
- package/dist/esm/state/FormPage/FormPageHeader.st.css.js.map +1 -1
- 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/test-utils/TagsMocks.js +3 -0
- package/dist/esm/test-utils/TagsMocks.js.map +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/CardContainer/CardContainer.st.css.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.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +26 -16
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/ColumnListTableListItem.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/CustomColumnsPanel.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts +11 -0
- package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts.map +1 -0
- package/dist/types/components/CustomFieldModal/CustomFieldModal.uni.driver.d.ts +2 -2
- package/dist/types/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.d.ts.map +1 -1
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts +7 -7
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts +3 -1
- package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EditableTable/EditableCell.d.ts.map +1 -1
- package/dist/types/components/EditableTable/EditableCell.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts +7 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts.map +1 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts +13 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts.map +1 -0
- package/dist/types/components/EditableTable/cellTypes/boolean/Edit.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/boolean/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/boolean/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/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/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts +9 -0
- package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts.map +1 -0
- package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts +3 -1
- package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts +3 -1
- package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EntityPage/EntityPagePlain.st.css.d.ts.map +1 -1
- package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts +1 -1
- package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts +1 -1
- package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts +6 -4
- package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.uni.driver.d.ts +37 -25
- package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +175 -159
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +53 -55
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Heading/Heading.st.css.d.ts.map +1 -1
- package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts +3 -3
- package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ImportButton/ImportStepUpload.st.css.d.ts.map +1 -1
- package/dist/types/components/Kanban/Kanban.uni.driver.d.ts +42 -21
- package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +221 -286
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTableRow.st.css.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/PickerTableListItem/PickerTableListItem.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/SummaryBar/SummaryBar.uni.driver.d.ts +1 -1
- package/dist/types/components/Table/Table.uni.driver.d.ts +164 -65
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +255 -114
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +289 -209
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts +3 -1
- package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts +38 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts +59 -11
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.d.ts +21 -10
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.d.ts.map +1 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts +59 -11
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidget.d.ts +5 -0
- package/dist/types/components/TagsWidget/TagsWidget.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts +24 -14
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidgetContent.d.ts +1 -1
- package/dist/types/components/TagsWidget/TagsWidgetContent.d.ts.map +1 -1
- package/dist/types/components/common.st.css.d.ts.map +1 -1
- package/dist/types/model/tableColumn.d.ts +42 -0
- package/dist/types/model/tableColumn.d.ts.map +1 -1
- package/dist/types/state/CollectionPage/CollectionPageHeader.st.css.d.ts.map +1 -1
- package/dist/types/state/FormPage/FormPageHeader.st.css.d.ts.map +1 -1
- package/dist/types/state/ToolbarCollectionState.d.ts.map +1 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts +2 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts.map +1 -1
- package/dist/types/test-utils/TagsMocks.d.ts.map +1 -1
- package/dist/types/testkit/enzyme.d.ts +860 -368
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +927 -401
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/playwright.d.ts +881 -378
- package/dist/types/testkit/playwright.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +923 -399
- 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/Tags/ManageTags/ManageTagsModal/ManageTagsModal.tsx +5 -10
- package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.ts +19 -5
- package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.tsx +36 -55
- package/src/components/TagsWidget/TagsWidget.tsx +5 -0
- package/src/components/TagsWidget/TagsWidgetContent.tsx +2 -0
- 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/test-utils/TagsMocks.ts +2 -0
- 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>;
|
|
@@ -6196,18 +6164,29 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6196
6164
|
getModalTitle: () => Promise<string>;
|
|
6197
6165
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6198
6166
|
getNotificationDriver: () => {
|
|
6199
|
-
|
|
6200
|
-
getButtonLabel: () => Promise<string>;
|
|
6167
|
+
getText: () => Promise<string>;
|
|
6201
6168
|
clickTextButton: () => Promise<void>;
|
|
6202
6169
|
getTextButtonLabel: () => Promise<string>;
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6170
|
+
getStatus: () => Promise<string | null>;
|
|
6171
|
+
getContent: () => Promise<string>;
|
|
6172
|
+
getRole: () => Promise<string | null>;
|
|
6173
|
+
getAriaLive: () => Promise<string | null>;
|
|
6174
|
+
isVisible: () => Promise<boolean>;
|
|
6175
|
+
isDismissible: () => Promise<boolean>;
|
|
6176
|
+
getDismissButton: () => Promise<{
|
|
6177
|
+
exists: () => Promise<boolean>;
|
|
6178
|
+
element: () => Promise<any>;
|
|
6179
|
+
click: () => Promise<void>;
|
|
6180
|
+
getAriaLabel: () => Promise<string | null>;
|
|
6181
|
+
isDisabled: () => Promise<boolean>;
|
|
6182
|
+
}>;
|
|
6183
|
+
dismissButton: {
|
|
6184
|
+
exists: () => Promise<boolean>;
|
|
6185
|
+
element: () => Promise<any>;
|
|
6186
|
+
click: () => Promise<void>;
|
|
6187
|
+
getAriaLabel: () => Promise<string | null>;
|
|
6188
|
+
isDisabled: () => Promise<boolean>;
|
|
6189
|
+
};
|
|
6211
6190
|
exists: () => Promise<boolean>;
|
|
6212
6191
|
element: () => Promise<any>;
|
|
6213
6192
|
click: () => Promise<void>;
|
|
@@ -6406,7 +6385,44 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6406
6385
|
getTagsAssignButton: () => {
|
|
6407
6386
|
popover: () => {
|
|
6408
6387
|
asyncJobProgressModal: () => {
|
|
6409
|
-
getProgressBar: () =>
|
|
6388
|
+
getProgressBar: () => {
|
|
6389
|
+
isErrorIconShown: () => Promise<boolean>;
|
|
6390
|
+
isSuccessIconShown: () => Promise<boolean>;
|
|
6391
|
+
getTooltipErrorMessage: () => Promise<string | null>;
|
|
6392
|
+
getSkin: () => Promise<string | null>;
|
|
6393
|
+
getPadding: () => Promise<string | null>;
|
|
6394
|
+
getWidth(): Promise<string>;
|
|
6395
|
+
isSuccessIconDisplayed(): Promise<boolean>;
|
|
6396
|
+
isErrorIconDisplayed(): Promise<boolean>;
|
|
6397
|
+
isPercentagesProgressDisplayed(): Promise<boolean>;
|
|
6398
|
+
hasPrefixIndication(): Promise<boolean>;
|
|
6399
|
+
hasSuffixIndication(): Promise<boolean>;
|
|
6400
|
+
getSuffixIndicationText(): Promise<string>;
|
|
6401
|
+
hasPrefixAriaHidden(): Promise<boolean>;
|
|
6402
|
+
hasProgressIndicatorAriaHidden(): Promise<boolean>;
|
|
6403
|
+
getValue(): Promise<string | null>;
|
|
6404
|
+
getNumericValue(): Promise<number>;
|
|
6405
|
+
isCompleted(): Promise<boolean>;
|
|
6406
|
+
hasError(): Promise<boolean>;
|
|
6407
|
+
getMinValue(): Promise<number>;
|
|
6408
|
+
getMaxValue(): Promise<number>;
|
|
6409
|
+
getAriaValueNow(): Promise<number>;
|
|
6410
|
+
getAriaValueMin(): Promise<number>;
|
|
6411
|
+
getAriaValueMax(): Promise<number>;
|
|
6412
|
+
getAriaLabel(): Promise<string>;
|
|
6413
|
+
getRoleAttribute(): Promise<string>;
|
|
6414
|
+
getAriaValueText(): Promise<string>;
|
|
6415
|
+
exists: () => Promise<boolean>;
|
|
6416
|
+
element: () => Promise<any>;
|
|
6417
|
+
click: () => Promise<void>;
|
|
6418
|
+
base: UniDriver<any, {
|
|
6419
|
+
parent?: any | undefined;
|
|
6420
|
+
base?: any;
|
|
6421
|
+
selector?: string | Promise<string> | undefined;
|
|
6422
|
+
idx?: number | undefined;
|
|
6423
|
+
timeBudget?: number | undefined;
|
|
6424
|
+
}, any>;
|
|
6425
|
+
};
|
|
6410
6426
|
getModalBodyText: () => {
|
|
6411
6427
|
getTagName: () => Promise<string>;
|
|
6412
6428
|
getText: () => Promise<string>;
|
|
@@ -6549,18 +6565,29 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6549
6565
|
getModalTitle: () => Promise<string>;
|
|
6550
6566
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6551
6567
|
getNotificationDriver: () => {
|
|
6552
|
-
|
|
6553
|
-
getButtonLabel: () => Promise<string>;
|
|
6568
|
+
getText: () => Promise<string>;
|
|
6554
6569
|
clickTextButton: () => Promise<void>;
|
|
6555
6570
|
getTextButtonLabel: () => Promise<string>;
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6571
|
+
getStatus: () => Promise<string | null>;
|
|
6572
|
+
getContent: () => Promise<string>;
|
|
6573
|
+
getRole: () => Promise<string | null>;
|
|
6574
|
+
getAriaLive: () => Promise<string | null>;
|
|
6575
|
+
isVisible: () => Promise<boolean>;
|
|
6576
|
+
isDismissible: () => Promise<boolean>;
|
|
6577
|
+
getDismissButton: () => Promise<{
|
|
6578
|
+
exists: () => Promise<boolean>;
|
|
6579
|
+
element: () => Promise<any>;
|
|
6580
|
+
click: () => Promise<void>;
|
|
6581
|
+
getAriaLabel: () => Promise<string | null>;
|
|
6582
|
+
isDisabled: () => Promise<boolean>;
|
|
6583
|
+
}>;
|
|
6584
|
+
dismissButton: {
|
|
6585
|
+
exists: () => Promise<boolean>;
|
|
6586
|
+
element: () => Promise<any>;
|
|
6587
|
+
click: () => Promise<void>;
|
|
6588
|
+
getAriaLabel: () => Promise<string | null>;
|
|
6589
|
+
isDisabled: () => Promise<boolean>;
|
|
6590
|
+
};
|
|
6564
6591
|
exists: () => Promise<boolean>;
|
|
6565
6592
|
element: () => Promise<any>;
|
|
6566
6593
|
click: () => Promise<void>;
|
|
@@ -6978,21 +7005,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
6978
7005
|
getTextOverflow: () => Promise<string>;
|
|
6979
7006
|
focus: () => Promise<void>;
|
|
6980
7007
|
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
7008
|
keyUp: () => Promise<void>;
|
|
6994
7009
|
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" | "
|
|
7010
|
+
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
7011
|
paste: () => Promise<void>;
|
|
6997
7012
|
copy: () => Promise<void>;
|
|
6998
7013
|
wheel: () => Promise<void>;
|
|
@@ -7135,6 +7150,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
7135
7150
|
optionsScrollTop: () => Promise<number>;
|
|
7136
7151
|
pressDownKey: () => Promise<void>;
|
|
7137
7152
|
pressUpKey: () => Promise<void>;
|
|
7153
|
+
pressRightKey: () => Promise<void>;
|
|
7154
|
+
pressLeftKey: () => Promise<void>;
|
|
7138
7155
|
pressEnterKey: () => Promise<void>;
|
|
7139
7156
|
pressSpaceKey: () => Promise<void>;
|
|
7140
7157
|
pressTabKey: () => Promise<void>;
|
|
@@ -8167,21 +8184,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8167
8184
|
getTextOverflow: () => Promise<string>;
|
|
8168
8185
|
focus: () => Promise<void>;
|
|
8169
8186
|
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
8187
|
keyUp: () => Promise<void>;
|
|
8183
8188
|
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" | "
|
|
8189
|
+
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
8190
|
paste: () => Promise<void>;
|
|
8186
8191
|
copy: () => Promise<void>;
|
|
8187
8192
|
wheel: () => Promise<void>;
|
|
@@ -8324,6 +8329,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8324
8329
|
optionsScrollTop: () => Promise<number>;
|
|
8325
8330
|
pressDownKey: () => Promise<void>;
|
|
8326
8331
|
pressUpKey: () => Promise<void>;
|
|
8332
|
+
pressRightKey: () => Promise<void>;
|
|
8333
|
+
pressLeftKey: () => Promise<void>;
|
|
8327
8334
|
pressEnterKey: () => Promise<void>;
|
|
8328
8335
|
pressSpaceKey: () => Promise<void>;
|
|
8329
8336
|
pressTabKey: () => Promise<void>;
|
|
@@ -8549,21 +8556,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8549
8556
|
getTextOverflow: () => Promise<string>;
|
|
8550
8557
|
focus: () => Promise<void>;
|
|
8551
8558
|
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
8559
|
keyUp: () => Promise<void>;
|
|
8565
8560
|
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" | "
|
|
8561
|
+
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
8562
|
paste: () => Promise<void>;
|
|
8568
8563
|
copy: () => Promise<void>;
|
|
8569
8564
|
wheel: () => Promise<void>;
|
|
@@ -8706,6 +8701,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8706
8701
|
optionsScrollTop: () => Promise<number>;
|
|
8707
8702
|
pressDownKey: () => Promise<void>;
|
|
8708
8703
|
pressUpKey: () => Promise<void>;
|
|
8704
|
+
pressRightKey: () => Promise<void>;
|
|
8705
|
+
pressLeftKey: () => Promise<void>;
|
|
8709
8706
|
pressEnterKey: () => Promise<void>;
|
|
8710
8707
|
pressSpaceKey: () => Promise<void>;
|
|
8711
8708
|
pressTabKey: () => Promise<void>;
|
|
@@ -8947,21 +8944,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
8947
8944
|
getTextOverflow: () => Promise<string>;
|
|
8948
8945
|
focus: () => Promise<void>;
|
|
8949
8946
|
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
8947
|
keyUp: () => Promise<void>;
|
|
8963
8948
|
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" | "
|
|
8949
|
+
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
8950
|
paste: () => Promise<void>;
|
|
8966
8951
|
copy: () => Promise<void>;
|
|
8967
8952
|
wheel: () => Promise<void>;
|
|
@@ -9104,6 +9089,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9104
9089
|
optionsScrollTop: () => Promise<number>;
|
|
9105
9090
|
pressDownKey: () => Promise<void>;
|
|
9106
9091
|
pressUpKey: () => Promise<void>;
|
|
9092
|
+
pressRightKey: () => Promise<void>;
|
|
9093
|
+
pressLeftKey: () => Promise<void>;
|
|
9107
9094
|
pressEnterKey: () => Promise<void>;
|
|
9108
9095
|
pressSpaceKey: () => Promise<void>;
|
|
9109
9096
|
pressTabKey: () => Promise<void>;
|
|
@@ -9248,7 +9235,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9248
9235
|
blur: () => Promise<void>;
|
|
9249
9236
|
keyUp: () => Promise<void>;
|
|
9250
9237
|
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" | "
|
|
9238
|
+
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
9239
|
paste: () => Promise<void>;
|
|
9253
9240
|
copy: () => Promise<void>;
|
|
9254
9241
|
wheel: () => Promise<void>;
|
|
@@ -9325,7 +9312,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9325
9312
|
blur: () => Promise<void>;
|
|
9326
9313
|
keyUp: () => Promise<void>;
|
|
9327
9314
|
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" | "
|
|
9315
|
+
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
9316
|
paste: () => Promise<void>;
|
|
9330
9317
|
copy: () => Promise<void>;
|
|
9331
9318
|
wheel: () => Promise<void>;
|
|
@@ -9445,7 +9432,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9445
9432
|
blur: () => Promise<void>;
|
|
9446
9433
|
keyUp: () => Promise<void>;
|
|
9447
9434
|
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" | "
|
|
9435
|
+
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
9436
|
paste: () => Promise<void>;
|
|
9450
9437
|
copy: () => Promise<void>;
|
|
9451
9438
|
wheel: () => Promise<void>;
|
|
@@ -9890,21 +9877,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
9890
9877
|
getTextOverflow: () => Promise<string>;
|
|
9891
9878
|
focus: () => Promise<void>;
|
|
9892
9879
|
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
9880
|
keyUp: () => Promise<void>;
|
|
9906
9881
|
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" | "
|
|
9882
|
+
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
9883
|
paste: () => Promise<void>;
|
|
9909
9884
|
copy: () => Promise<void>;
|
|
9910
9885
|
wheel: () => Promise<void>;
|
|
@@ -10047,6 +10022,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10047
10022
|
optionsScrollTop: () => Promise<number>;
|
|
10048
10023
|
pressDownKey: () => Promise<void>;
|
|
10049
10024
|
pressUpKey: () => Promise<void>;
|
|
10025
|
+
pressRightKey: () => Promise<void>;
|
|
10026
|
+
pressLeftKey: () => Promise<void>;
|
|
10050
10027
|
pressEnterKey: () => Promise<void>;
|
|
10051
10028
|
pressSpaceKey: () => Promise<void>;
|
|
10052
10029
|
pressTabKey: () => Promise<void>;
|
|
@@ -10247,7 +10224,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10247
10224
|
blur: () => Promise<void>;
|
|
10248
10225
|
keyUp: () => Promise<void>;
|
|
10249
10226
|
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" | "
|
|
10227
|
+
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
10228
|
paste: () => Promise<void>;
|
|
10252
10229
|
copy: () => Promise<void>;
|
|
10253
10230
|
wheel: () => Promise<void>;
|
|
@@ -10324,7 +10301,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10324
10301
|
blur: () => Promise<void>;
|
|
10325
10302
|
keyUp: () => Promise<void>;
|
|
10326
10303
|
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" | "
|
|
10304
|
+
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
10305
|
paste: () => Promise<void>;
|
|
10329
10306
|
copy: () => Promise<void>;
|
|
10330
10307
|
wheel: () => Promise<void>;
|
|
@@ -10459,7 +10436,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
10459
10436
|
blur: () => Promise<void>;
|
|
10460
10437
|
keyUp: () => Promise<void>;
|
|
10461
10438
|
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" | "
|
|
10439
|
+
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
10440
|
paste: () => Promise<void>;
|
|
10464
10441
|
copy: () => Promise<void>;
|
|
10465
10442
|
wheel: () => Promise<void>;
|
|
@@ -11000,7 +10977,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11000
10977
|
isSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
|
|
11001
10978
|
getSecondaryActionTitleText: (dataHook: string) => Promise<string>;
|
|
11002
10979
|
isVisibleSecondaryActionDisabled: (dataHook: string) => Promise<boolean>;
|
|
11003
|
-
getPrimaryActionButtonDriver: () =>
|
|
10980
|
+
getPrimaryActionButtonDriver: () => {
|
|
11004
10981
|
getButtonTextContent: () => Promise<string>;
|
|
11005
10982
|
isFocused: () => Promise<boolean>;
|
|
11006
10983
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -11017,8 +10994,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11017
10994
|
idx?: number | undefined;
|
|
11018
10995
|
timeBudget?: number | undefined;
|
|
11019
10996
|
}, any>;
|
|
11020
|
-
}
|
|
11021
|
-
getPrimaryActionButtonDriverByDataHook: (dataHook: string) =>
|
|
10997
|
+
};
|
|
10998
|
+
getPrimaryActionButtonDriverByDataHook: (dataHook: string) => {
|
|
11022
10999
|
getButtonTextContent: () => Promise<string>;
|
|
11023
11000
|
isFocused: () => Promise<boolean>;
|
|
11024
11001
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -11035,9 +11012,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11035
11012
|
idx?: number | undefined;
|
|
11036
11013
|
timeBudget?: number | undefined;
|
|
11037
11014
|
}, any>;
|
|
11038
|
-
}
|
|
11015
|
+
};
|
|
11039
11016
|
getPrimaryActionsCount: () => Promise<number>;
|
|
11040
|
-
getPrimaryActionButtonVisibility: () => Promise<
|
|
11017
|
+
getPrimaryActionButtonVisibility: () => Promise<string | null>;
|
|
11041
11018
|
clickPrimaryActionButton: () => Promise<void>;
|
|
11042
11019
|
clickPrimaryAction: (actionIndex: number) => Promise<void>;
|
|
11043
11020
|
clickPrimaryActionByDataHook: (dataHook: string) => Promise<void>;
|
|
@@ -11046,7 +11023,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11046
11023
|
primaryActionButtonSuffixIconExists: () => Promise<boolean>;
|
|
11047
11024
|
getVisibleActionsCount: () => Promise<number>;
|
|
11048
11025
|
getHiddenActionsCount: () => Promise<number>;
|
|
11049
|
-
getVisibleActionTooltipDriver: (
|
|
11026
|
+
getVisibleActionTooltipDriver: (actionIndex: number) => {
|
|
11050
11027
|
click: () => Promise<void>;
|
|
11051
11028
|
tooltipExists: () => Promise<boolean>;
|
|
11052
11029
|
mouseEnter: () => Promise<void>;
|
|
@@ -11063,8 +11040,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11063
11040
|
idx?: number | undefined;
|
|
11064
11041
|
timeBudget?: number | undefined;
|
|
11065
11042
|
}, any>;
|
|
11066
|
-
}
|
|
11067
|
-
getVisibleActionByDataHookTooltipDriver: (dataHook: string) =>
|
|
11043
|
+
};
|
|
11044
|
+
getVisibleActionByDataHookTooltipDriver: (dataHook: string) => {
|
|
11068
11045
|
click: () => Promise<void>;
|
|
11069
11046
|
tooltipExists: () => Promise<boolean>;
|
|
11070
11047
|
mouseEnter: () => Promise<void>;
|
|
@@ -11081,15 +11058,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11081
11058
|
idx?: number | undefined;
|
|
11082
11059
|
timeBudget?: number | undefined;
|
|
11083
11060
|
}, 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<{
|
|
11061
|
+
};
|
|
11062
|
+
getVisibleActionButtonDriver: (actionIndex: number) => {
|
|
11093
11063
|
getButtonTextContent: () => Promise<string>;
|
|
11094
11064
|
isFocused: () => Promise<boolean>;
|
|
11095
11065
|
isButtonDisabled: () => Promise<boolean>;
|
|
@@ -11106,7 +11076,32 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11106
11076
|
idx?: number | undefined;
|
|
11107
11077
|
timeBudget?: number | undefined;
|
|
11108
11078
|
}, any>;
|
|
11109
|
-
}
|
|
11079
|
+
};
|
|
11080
|
+
getVisibleActionByDataHookButtonDriver: (dataHook: string) => {
|
|
11081
|
+
getButtonTextContent: () => Promise<string>;
|
|
11082
|
+
isFocused: () => Promise<boolean>;
|
|
11083
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
11084
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
11085
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
11086
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
11087
|
+
exists: () => Promise<boolean>;
|
|
11088
|
+
element: () => Promise<any>;
|
|
11089
|
+
click: () => Promise<void>;
|
|
11090
|
+
base: UniDriver<any, {
|
|
11091
|
+
parent?: any | undefined;
|
|
11092
|
+
base?: any;
|
|
11093
|
+
selector?: string | Promise<string> | undefined;
|
|
11094
|
+
idx?: number | undefined;
|
|
11095
|
+
timeBudget?: number | undefined;
|
|
11096
|
+
}, any>;
|
|
11097
|
+
};
|
|
11098
|
+
getHiddenActionsPopoverMenuDriver: () => import("@wix/design-system/dist/types/PopoverMenu/PopoverMenu.uni.driver").PopoverMenuUniDriver;
|
|
11099
|
+
clickVisibleAction: (actionIndex: number) => Promise<void>;
|
|
11100
|
+
clickVisibleActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
11101
|
+
clickPopoverMenu: () => Promise<void>;
|
|
11102
|
+
clickHiddenAction: (actionIndex: number) => Promise<void>;
|
|
11103
|
+
clickHiddenActionByDataHook: (actionDataHook: string) => Promise<void>;
|
|
11104
|
+
getMoreActionsTooltipText: () => Promise<string | null>;
|
|
11110
11105
|
exists: () => Promise<boolean>;
|
|
11111
11106
|
element: () => Promise<any>;
|
|
11112
11107
|
click: () => Promise<void>;
|
|
@@ -11375,21 +11370,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11375
11370
|
getTextOverflow: () => Promise<string>;
|
|
11376
11371
|
focus: () => Promise<void>;
|
|
11377
11372
|
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
11373
|
keyUp: () => Promise<void>;
|
|
11391
11374
|
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" | "
|
|
11375
|
+
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
11376
|
paste: () => Promise<void>;
|
|
11394
11377
|
copy: () => Promise<void>;
|
|
11395
11378
|
wheel: () => Promise<void>;
|
|
@@ -11532,6 +11515,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
11532
11515
|
optionsScrollTop: () => Promise<number>;
|
|
11533
11516
|
pressDownKey: () => Promise<void>;
|
|
11534
11517
|
pressUpKey: () => Promise<void>;
|
|
11518
|
+
pressRightKey: () => Promise<void>;
|
|
11519
|
+
pressLeftKey: () => Promise<void>;
|
|
11535
11520
|
pressEnterKey: () => Promise<void>;
|
|
11536
11521
|
pressSpaceKey: () => Promise<void>;
|
|
11537
11522
|
pressTabKey: () => Promise<void>;
|
|
@@ -12568,21 +12553,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12568
12553
|
getTextOverflow: () => Promise<string>;
|
|
12569
12554
|
focus: () => Promise<void>;
|
|
12570
12555
|
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
12556
|
keyUp: () => Promise<void>;
|
|
12584
12557
|
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" | "
|
|
12558
|
+
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
12559
|
paste: () => Promise<void>;
|
|
12587
12560
|
copy: () => Promise<void>;
|
|
12588
12561
|
wheel: () => Promise<void>;
|
|
@@ -12725,6 +12698,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
12725
12698
|
optionsScrollTop: () => Promise<number>;
|
|
12726
12699
|
pressDownKey: () => Promise<void>;
|
|
12727
12700
|
pressUpKey: () => Promise<void>;
|
|
12701
|
+
pressRightKey: () => Promise<void>;
|
|
12702
|
+
pressLeftKey: () => Promise<void>;
|
|
12728
12703
|
pressEnterKey: () => Promise<void>;
|
|
12729
12704
|
pressSpaceKey: () => Promise<void>;
|
|
12730
12705
|
pressTabKey: () => Promise<void>;
|
|
@@ -13756,21 +13731,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13756
13731
|
getTextOverflow: () => Promise<string>;
|
|
13757
13732
|
focus: () => Promise<void>;
|
|
13758
13733
|
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
13734
|
keyUp: () => Promise<void>;
|
|
13772
13735
|
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" | "
|
|
13736
|
+
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
13737
|
paste: () => Promise<void>;
|
|
13775
13738
|
copy: () => Promise<void>;
|
|
13776
13739
|
wheel: () => Promise<void>;
|
|
@@ -13913,6 +13876,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
13913
13876
|
optionsScrollTop: () => Promise<number>;
|
|
13914
13877
|
pressDownKey: () => Promise<void>;
|
|
13915
13878
|
pressUpKey: () => Promise<void>;
|
|
13879
|
+
pressRightKey: () => Promise<void>;
|
|
13880
|
+
pressLeftKey: () => Promise<void>;
|
|
13916
13881
|
pressEnterKey: () => Promise<void>;
|
|
13917
13882
|
pressSpaceKey: () => Promise<void>;
|
|
13918
13883
|
pressTabKey: () => Promise<void>;
|
|
@@ -14138,21 +14103,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14138
14103
|
getTextOverflow: () => Promise<string>;
|
|
14139
14104
|
focus: () => Promise<void>;
|
|
14140
14105
|
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
14106
|
keyUp: () => Promise<void>;
|
|
14154
14107
|
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" | "
|
|
14108
|
+
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
14109
|
paste: () => Promise<void>;
|
|
14157
14110
|
copy: () => Promise<void>;
|
|
14158
14111
|
wheel: () => Promise<void>;
|
|
@@ -14295,6 +14248,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14295
14248
|
optionsScrollTop: () => Promise<number>;
|
|
14296
14249
|
pressDownKey: () => Promise<void>;
|
|
14297
14250
|
pressUpKey: () => Promise<void>;
|
|
14251
|
+
pressRightKey: () => Promise<void>;
|
|
14252
|
+
pressLeftKey: () => Promise<void>;
|
|
14298
14253
|
pressEnterKey: () => Promise<void>;
|
|
14299
14254
|
pressSpaceKey: () => Promise<void>;
|
|
14300
14255
|
pressTabKey: () => Promise<void>;
|
|
@@ -14536,21 +14491,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14536
14491
|
getTextOverflow: () => Promise<string>;
|
|
14537
14492
|
focus: () => Promise<void>;
|
|
14538
14493
|
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
14494
|
keyUp: () => Promise<void>;
|
|
14552
14495
|
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" | "
|
|
14496
|
+
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
14497
|
paste: () => Promise<void>;
|
|
14555
14498
|
copy: () => Promise<void>;
|
|
14556
14499
|
wheel: () => Promise<void>;
|
|
@@ -14693,6 +14636,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14693
14636
|
optionsScrollTop: () => Promise<number>;
|
|
14694
14637
|
pressDownKey: () => Promise<void>;
|
|
14695
14638
|
pressUpKey: () => Promise<void>;
|
|
14639
|
+
pressRightKey: () => Promise<void>;
|
|
14640
|
+
pressLeftKey: () => Promise<void>;
|
|
14696
14641
|
pressEnterKey: () => Promise<void>;
|
|
14697
14642
|
pressSpaceKey: () => Promise<void>;
|
|
14698
14643
|
pressTabKey: () => Promise<void>;
|
|
@@ -14837,7 +14782,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14837
14782
|
blur: () => Promise<void>;
|
|
14838
14783
|
keyUp: () => Promise<void>;
|
|
14839
14784
|
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" | "
|
|
14785
|
+
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
14786
|
paste: () => Promise<void>;
|
|
14842
14787
|
copy: () => Promise<void>;
|
|
14843
14788
|
wheel: () => Promise<void>;
|
|
@@ -14914,7 +14859,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
14914
14859
|
blur: () => Promise<void>;
|
|
14915
14860
|
keyUp: () => Promise<void>;
|
|
14916
14861
|
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" | "
|
|
14862
|
+
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
14863
|
paste: () => Promise<void>;
|
|
14919
14864
|
copy: () => Promise<void>;
|
|
14920
14865
|
wheel: () => Promise<void>;
|
|
@@ -15034,7 +14979,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15034
14979
|
blur: () => Promise<void>;
|
|
15035
14980
|
keyUp: () => Promise<void>;
|
|
15036
14981
|
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" | "
|
|
14982
|
+
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
14983
|
paste: () => Promise<void>;
|
|
15039
14984
|
copy: () => Promise<void>;
|
|
15040
14985
|
wheel: () => Promise<void>;
|
|
@@ -15479,21 +15424,9 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15479
15424
|
getTextOverflow: () => Promise<string>;
|
|
15480
15425
|
focus: () => Promise<void>;
|
|
15481
15426
|
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
15427
|
keyUp: () => Promise<void>;
|
|
15495
15428
|
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" | "
|
|
15429
|
+
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
15430
|
paste: () => Promise<void>;
|
|
15498
15431
|
copy: () => Promise<void>;
|
|
15499
15432
|
wheel: () => Promise<void>;
|
|
@@ -15636,6 +15569,8 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15636
15569
|
optionsScrollTop: () => Promise<number>;
|
|
15637
15570
|
pressDownKey: () => Promise<void>;
|
|
15638
15571
|
pressUpKey: () => Promise<void>;
|
|
15572
|
+
pressRightKey: () => Promise<void>;
|
|
15573
|
+
pressLeftKey: () => Promise<void>;
|
|
15639
15574
|
pressEnterKey: () => Promise<void>;
|
|
15640
15575
|
pressSpaceKey: () => Promise<void>;
|
|
15641
15576
|
pressTabKey: () => Promise<void>;
|
|
@@ -15836,7 +15771,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15836
15771
|
blur: () => Promise<void>;
|
|
15837
15772
|
keyUp: () => Promise<void>;
|
|
15838
15773
|
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" | "
|
|
15774
|
+
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
15775
|
paste: () => Promise<void>;
|
|
15841
15776
|
copy: () => Promise<void>;
|
|
15842
15777
|
wheel: () => Promise<void>;
|
|
@@ -15913,7 +15848,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
15913
15848
|
blur: () => Promise<void>;
|
|
15914
15849
|
keyUp: () => Promise<void>;
|
|
15915
15850
|
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" | "
|
|
15851
|
+
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
15852
|
paste: () => Promise<void>;
|
|
15918
15853
|
copy: () => Promise<void>;
|
|
15919
15854
|
wheel: () => Promise<void>;
|
|
@@ -16048,7 +15983,7 @@ export declare function NestedTableUniDriver(base: UniDriver, body: UniDriver):
|
|
|
16048
15983
|
blur: () => Promise<void>;
|
|
16049
15984
|
keyUp: () => Promise<void>;
|
|
16050
15985
|
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" | "
|
|
15986
|
+
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
15987
|
paste: () => Promise<void>;
|
|
16053
15988
|
copy: () => Promise<void>;
|
|
16054
15989
|
wheel: () => Promise<void>;
|