@wix/patterns 1.3.0 → 1.5.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/Collapse/Collapse.st.css.js +3 -3
- package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionTable/CollectionTable.uni.driver.js +18 -45
- package/dist/cjs/components/CollectionTable/CollectionTable.uni.driver.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/CollectionToolbar.uni.driver.js +2 -8
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.uni.driver.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +3 -3
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionToolbars/CollectionToolbars.js +10 -34
- package/dist/cjs/components/CollectionToolbars/CollectionToolbars.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/CollectionViewsDropdown.js +11 -28
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdown.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js +78 -1
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js +35 -0
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js.map +1 -0
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js +27 -0
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js.map +1 -0
- package/dist/cjs/components/CollectionViewsDropdown/ManageViewPopover.js +3 -4
- package/dist/cjs/components/CollectionViewsDropdown/ManageViewPopover.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js +14 -12
- 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/CollectionViewsDropdown/index.js +6 -0
- package/dist/cjs/components/CollectionViewsDropdown/index.js.map +1 -1
- package/dist/cjs/components/CtaProps.js +4 -0
- package/dist/cjs/components/CtaProps.js.map +1 -0
- package/dist/cjs/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js +3 -3
- package/dist/cjs/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js.map +1 -1
- package/dist/cjs/components/DataExtension/CollectionDataExtensionState.js +3 -1
- package/dist/cjs/components/DataExtension/CollectionDataExtensionState.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/EmptyState/CollectionEmptyState.js.map +1 -1
- package/dist/cjs/components/EmptyState/CollectionPremiumEmptyState.js +3 -3
- package/dist/cjs/components/EmptyState/CollectionPremiumEmptyState.js.map +1 -1
- package/dist/cjs/components/EmptyState/EmptyStateBase.js +3 -3
- package/dist/cjs/components/EmptyState/EmptyStateBase.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/Grid/Grid.js +30 -57
- package/dist/cjs/components/Grid/Grid.js.map +1 -1
- package/dist/cjs/components/Grid/Grid.uni.driver.js +6 -1
- package/dist/cjs/components/Grid/Grid.uni.driver.js.map +1 -1
- package/dist/cjs/components/Grid/GridContent.js +84 -12
- package/dist/cjs/components/Grid/GridContent.js.map +1 -1
- package/dist/cjs/components/Grid/GridFolders.js +19 -12
- package/dist/cjs/components/Grid/GridFolders.js.map +1 -1
- package/dist/cjs/components/Grid/GridPlaceholderStates.js +1 -1
- package/dist/cjs/components/Grid/GridPlaceholderStates.js.map +1 -1
- package/dist/cjs/components/Grid/{useGridSyncProps.js → useGridBaseSyncProps.js} +10 -14
- package/dist/cjs/components/Grid/useGridBaseSyncProps.js.map +1 -0
- package/dist/cjs/components/Grid/useRenderItem.js +1 -1
- package/dist/cjs/components/Grid/useRenderItem.js.map +1 -1
- package/dist/cjs/components/GridSections/GridSectionAndRepeater.js +55 -0
- package/dist/cjs/components/GridSections/GridSectionAndRepeater.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.js +41 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.uni.driver.js +12 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.uni.driver.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionHeaderActionBar.js +36 -0
- package/dist/cjs/components/GridSections/GridSectionHeaderActionBar.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionsContent.js +67 -0
- package/dist/cjs/components/GridSections/GridSectionsContent.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionsState.js +47 -0
- package/dist/cjs/components/GridSections/GridSectionsState.js.map +1 -0
- 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/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/cjs/components/InputOverflow/InputOverflow.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 +2 -2
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTable.js +3 -3
- package/dist/cjs/components/NestedTable/NestedTable.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/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/Table/TableVirtual.st.css.js +3 -3
- package/dist/cjs/components/Table/TableVirtual.st.css.js.map +1 -1
- package/dist/cjs/components/TableFolders/TableFoldersContent.js +9 -9
- package/dist/cjs/components/TableFolders/TableFoldersContent.js.map +1 -1
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/cjs/components/ToolbarCollection/ToolbarCollection.js +3 -3
- package/dist/cjs/components/ToolbarCollection/ToolbarCollection.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/index.js +9 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/state/EntityPage/EntityPageState.js +3 -1
- package/dist/cjs/state/EntityPage/EntityPageState.js.map +1 -1
- package/dist/cjs/state/EntityPage/EntityPageStateBIReporter.js +21 -1
- package/dist/cjs/state/EntityPage/EntityPageStateBIReporter.js.map +1 -1
- package/dist/cjs/state/GridBaseState.js +14 -6
- package/dist/cjs/state/GridBaseState.js.map +1 -1
- package/dist/cjs/state/GridState.js +2 -9
- package/dist/cjs/state/GridState.js.map +1 -1
- package/dist/cjs/state/ToolbarCollectionState.js +7 -6
- package/dist/cjs/state/ToolbarCollectionState.js.map +1 -1
- package/dist/cjs/state/simplifyExtendedColumns.js +4 -3
- package/dist/cjs/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/cjs/styles.global.css +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
- package/dist/esm/components/CollectionTable/CollectionTable.uni.driver.js +18 -45
- package/dist/esm/components/CollectionTable/CollectionTable.uni.driver.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js +1 -9
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbars/CollectionToolbars.js +1 -6
- package/dist/esm/components/CollectionToolbars/CollectionToolbars.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdown.js +4 -14
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdown.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js +78 -1
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js +10 -0
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js.map +1 -0
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js +8 -0
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js.map +1 -0
- package/dist/esm/components/CollectionViewsDropdown/ManageViewPopover.js +3 -2
- package/dist/esm/components/CollectionViewsDropdown/ManageViewPopover.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js +3 -1
- 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/CollectionViewsDropdown/index.js +1 -0
- package/dist/esm/components/CollectionViewsDropdown/index.js.map +1 -1
- package/dist/esm/components/CtaProps.js +2 -0
- package/dist/esm/components/CtaProps.js.map +1 -0
- package/dist/esm/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js +2 -2
- package/dist/esm/components/DataExtension/CollectionDataExtensionState.js +3 -1
- package/dist/esm/components/DataExtension/CollectionDataExtensionState.js.map +1 -1
- package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/esm/components/EmptyState/CollectionPremiumEmptyState.js.map +1 -1
- package/dist/esm/components/EmptyState/EmptyStateBase.js.map +1 -1
- package/dist/esm/components/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Grid/Grid.js +5 -16
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Grid/Grid.uni.driver.js +3 -2
- package/dist/esm/components/Grid/Grid.uni.driver.js.map +1 -1
- package/dist/esm/components/Grid/GridContent.js +40 -8
- package/dist/esm/components/Grid/GridContent.js.map +1 -1
- package/dist/esm/components/Grid/GridFolders.js +5 -3
- package/dist/esm/components/Grid/GridFolders.js.map +1 -1
- package/dist/esm/components/Grid/GridPlaceholderStates.js +1 -1
- package/dist/esm/components/Grid/GridPlaceholderStates.js.map +1 -1
- package/dist/esm/components/Grid/{useGridSyncProps.js → useGridBaseSyncProps.js} +10 -5
- package/dist/esm/components/Grid/useGridBaseSyncProps.js.map +1 -0
- package/dist/esm/components/Grid/useRenderItem.js.map +1 -1
- package/dist/esm/components/GridSections/GridSectionAndRepeater.js +15 -0
- package/dist/esm/components/GridSections/GridSectionAndRepeater.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionHeader.js +11 -0
- package/dist/esm/components/GridSections/GridSectionHeader.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionHeader.uni.driver.js +5 -0
- package/dist/esm/components/GridSections/GridSectionHeader.uni.driver.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionHeaderActionBar.js +7 -0
- package/dist/esm/components/GridSections/GridSectionHeaderActionBar.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionsContent.js +31 -0
- package/dist/esm/components/GridSections/GridSectionsContent.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionsState.js +34 -0
- package/dist/esm/components/GridSections/GridSectionsState.js.map +1 -0
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
- 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/MaxLines/MaxLines.st.css.js.map +1 -1
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTable.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/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContent.st.css.js.map +1 -1
- package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/Table/TableVirtual.st.css.js +2 -2
- package/dist/esm/components/Table/TableVirtual.st.css.js.map +1 -1
- package/dist/esm/components/TableFolders/TableFoldersContent.js.map +1 -1
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/esm/components/ToolbarCollection/ToolbarCollection.js.map +1 -1
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
- package/dist/esm/components/common.st.css.js +2 -2
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/state/EntityPage/EntityPageState.js +3 -2
- package/dist/esm/state/EntityPage/EntityPageState.js.map +1 -1
- package/dist/esm/state/EntityPage/EntityPageStateBIReporter.js +16 -1
- package/dist/esm/state/EntityPage/EntityPageStateBIReporter.js.map +1 -1
- package/dist/esm/state/GridBaseState.js +13 -8
- package/dist/esm/state/GridBaseState.js.map +1 -1
- package/dist/esm/state/GridState.js +1 -8
- package/dist/esm/state/GridState.js.map +1 -1
- package/dist/esm/state/ToolbarCollectionState.js +4 -4
- package/dist/esm/state/ToolbarCollectionState.js.map +1 -1
- package/dist/esm/state/simplifyExtendedColumns.js +2 -2
- package/dist/esm/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/esm/styles.global.css +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/components/CollectionList/CollectionList.uni.driver.d.ts +59 -0
- package/dist/types/components/CollectionList/CollectionList.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +136 -16
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +77 -14
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbars/CollectionToolbars.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.d.ts +2 -76
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.d.ts +79 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownBase.d.ts +91 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownBase.d.ts.map +1 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.d.ts +11 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.d.ts.map +1 -0
- package/dist/types/components/CollectionViewsDropdown/ManageViewPopover.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/index.d.ts +1 -0
- package/dist/types/components/CollectionViewsDropdown/index.d.ts.map +1 -1
- package/dist/types/components/CtaProps.d.ts +11 -0
- package/dist/types/components/CtaProps.d.ts.map +1 -0
- package/dist/types/components/DataExtension/CollectionDataExtensionState.d.ts.map +1 -1
- package/dist/types/components/EmptyState/CollectionEmptyState.d.ts +4 -4
- package/dist/types/components/EmptyState/CollectionPremiumEmptyState.d.ts +4 -3
- package/dist/types/components/EmptyState/CollectionPremiumEmptyState.d.ts.map +1 -1
- package/dist/types/components/EmptyState/EmptyStateBase.d.ts +5 -6
- package/dist/types/components/EmptyState/EmptyStateBase.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.d.ts +6 -0
- package/dist/types/components/Grid/Grid.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.uni.driver.d.ts +70 -1
- package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridContent.d.ts +28 -6
- package/dist/types/components/Grid/GridContent.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFolders.d.ts +1 -2
- package/dist/types/components/Grid/GridFolders.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +200 -6
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +69 -0
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridPlaceholderStates.d.ts +2 -2
- package/dist/types/components/Grid/GridPlaceholderStates.d.ts.map +1 -1
- package/dist/types/components/Grid/useGridBaseSyncProps.d.ts +18 -0
- package/dist/types/components/Grid/useGridBaseSyncProps.d.ts.map +1 -0
- package/dist/types/components/Grid/useRenderItem.d.ts +3 -3
- package/dist/types/components/Grid/useRenderItem.d.ts.map +1 -1
- package/dist/types/components/GridSections/GridSectionAndRepeater.d.ts +16 -0
- package/dist/types/components/GridSections/GridSectionAndRepeater.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionHeader.d.ts +13 -0
- package/dist/types/components/GridSections/GridSectionHeader.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionHeader.uni.driver.d.ts +9 -0
- package/dist/types/components/GridSections/GridSectionHeader.uni.driver.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionHeaderActionBar.d.ts +7 -0
- package/dist/types/components/GridSections/GridSectionHeaderActionBar.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionsContent.d.ts +20 -0
- package/dist/types/components/GridSections/GridSectionsContent.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionsState.d.ts +30 -0
- package/dist/types/components/GridSections/GridSectionsState.d.ts.map +1 -0
- package/dist/types/components/InfiniteScrollCollectionList/InfiniteScrollCollectionList.uni.driver.d.ts +59 -0
- package/dist/types/components/InfiniteScrollCollectionList/InfiniteScrollCollectionList.uni.driver.d.ts.map +1 -1
- package/dist/types/components/MaxLines/MaxLines.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.d.ts +5 -13
- package/dist/types/components/NestedTable/NestedTable.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +177 -0
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTableRow.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerContent/PickerContent.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerContent/PickerContentAdditionalStep.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerTableListItem/PickerTableListItem.st.css.d.ts.map +1 -1
- package/dist/types/components/ScrollableContent/ScrollableContent.st.css.d.ts.map +1 -1
- package/dist/types/components/SkeletonCard/SkeletonCard.st.css.d.ts.map +1 -1
- package/dist/types/components/Table/Table.uni.driver.d.ts +119 -3
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Table/TableVirtual.st.css.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +177 -0
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFoldersContent.d.ts +5 -6
- package/dist/types/components/TableFolders/TableFoldersContent.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +193 -0
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts +374 -0
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ToolbarCollection/ToolbarCollection.d.ts +4 -6
- package/dist/types/components/ToolbarCollection/ToolbarCollection.d.ts.map +1 -1
- package/dist/types/components/ToolbarItemBox/ToolbarItemBox.st.css.d.ts.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/state/EntityPage/EntityPageState.d.ts.map +1 -1
- package/dist/types/state/EntityPage/EntityPageStateBIReporter.d.ts +6 -0
- package/dist/types/state/EntityPage/EntityPageStateBIReporter.d.ts.map +1 -1
- package/dist/types/state/GridBaseState.d.ts +6 -1
- package/dist/types/state/GridBaseState.d.ts.map +1 -1
- package/dist/types/state/GridState.d.ts +4 -2
- package/dist/types/state/GridState.d.ts.map +1 -1
- package/dist/types/state/ToolbarCollectionState.d.ts +3 -2
- package/dist/types/state/ToolbarCollectionState.d.ts.map +1 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts +2 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts.map +1 -1
- package/dist/types/testkit/enzyme.d.ts +1427 -10
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +1427 -10
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +1427 -10
- package/dist/types/testkit/puppeteer.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
- package/dist/cjs/components/Grid/useGridSyncProps.js.map +0 -1
- package/dist/esm/components/Grid/useGridSyncProps.js.map +0 -1
- package/dist/types/components/Grid/useGridSyncProps.d.ts +0 -19
- package/dist/types/components/Grid/useGridSyncProps.d.ts.map +0 -1
|
@@ -550,6 +550,47 @@ export declare const TableTestkit: (obj: {
|
|
|
550
550
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
551
551
|
isOpen: () => Promise<boolean>;
|
|
552
552
|
getPlaceholderText: () => Promise<string | null>;
|
|
553
|
+
getSaveViewModal: () => {
|
|
554
|
+
exists: () => Promise<boolean>;
|
|
555
|
+
getTitle: () => Promise<string>;
|
|
556
|
+
getSubTitle: () => Promise<string>;
|
|
557
|
+
getSaveButtonText: () => Promise<string>;
|
|
558
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
559
|
+
clickSaveButton: () => Promise<void>;
|
|
560
|
+
getCancelButtonText: () => Promise<string>;
|
|
561
|
+
clickCancelButton: () => Promise<void>;
|
|
562
|
+
clickCloseButton: () => Promise<void>;
|
|
563
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
564
|
+
getViewNameInputValue: () => Promise<string>;
|
|
565
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
566
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
567
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
568
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
569
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
570
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
571
|
+
click: () => Promise<void>;
|
|
572
|
+
element: () => Promise<any>;
|
|
573
|
+
};
|
|
574
|
+
getRenameViewModal: () => {
|
|
575
|
+
exists: () => Promise<boolean>;
|
|
576
|
+
getTitle: () => Promise<string>;
|
|
577
|
+
getSubTitle: () => Promise<string>;
|
|
578
|
+
getSaveButtonText: () => Promise<string>;
|
|
579
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
580
|
+
clickSaveButton: () => Promise<void>;
|
|
581
|
+
getCancelButtonText: () => Promise<string>;
|
|
582
|
+
clickCancelButton: () => Promise<void>;
|
|
583
|
+
clickCloseButton: () => Promise<void>;
|
|
584
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
585
|
+
getViewNameInputValue: () => Promise<string>;
|
|
586
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
587
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
588
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
589
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
590
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
591
|
+
click: () => Promise<void>;
|
|
592
|
+
element: () => Promise<any>;
|
|
593
|
+
};
|
|
553
594
|
getViewListItemById: (id: string) => {
|
|
554
595
|
click: () => Promise<void>;
|
|
555
596
|
select: () => Promise<void>;
|
|
@@ -579,6 +620,24 @@ export declare const TableTestkit: (obj: {
|
|
|
579
620
|
getCategoriesContent: () => Promise<string[]>;
|
|
580
621
|
isViewPendingChanges: () => Promise<boolean>;
|
|
581
622
|
isDefaultView: () => Promise<boolean>;
|
|
623
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
624
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
625
|
+
openManageViewPopover: () => Promise<void>;
|
|
626
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
627
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
628
|
+
renameViewActionClick: () => Promise<void>;
|
|
629
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
630
|
+
deleteViewActionClick: () => Promise<void>;
|
|
631
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
632
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
633
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
634
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
635
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
636
|
+
saveNewView: (name: string) => Promise<void>;
|
|
637
|
+
deleteView: (ind: number) => Promise<void>;
|
|
638
|
+
saveViewChanges: () => Promise<void>;
|
|
639
|
+
renameView: (name: string) => Promise<void>;
|
|
640
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
582
641
|
click: () => Promise<void>;
|
|
583
642
|
element: () => Promise<any>;
|
|
584
643
|
};
|
|
@@ -1581,6 +1640,47 @@ export declare const TableTestkit: (obj: {
|
|
|
1581
1640
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
1582
1641
|
isOpen: () => Promise<boolean>;
|
|
1583
1642
|
getPlaceholderText: () => Promise<string | null>;
|
|
1643
|
+
getSaveViewModal: () => {
|
|
1644
|
+
exists: () => Promise<boolean>;
|
|
1645
|
+
getTitle: () => Promise<string>;
|
|
1646
|
+
getSubTitle: () => Promise<string>;
|
|
1647
|
+
getSaveButtonText: () => Promise<string>;
|
|
1648
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1649
|
+
clickSaveButton: () => Promise<void>;
|
|
1650
|
+
getCancelButtonText: () => Promise<string>;
|
|
1651
|
+
clickCancelButton: () => Promise<void>;
|
|
1652
|
+
clickCloseButton: () => Promise<void>;
|
|
1653
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1654
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1655
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1656
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1657
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1658
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1659
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1660
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1661
|
+
click: () => Promise<void>;
|
|
1662
|
+
element: () => Promise<any>;
|
|
1663
|
+
};
|
|
1664
|
+
getRenameViewModal: () => {
|
|
1665
|
+
exists: () => Promise<boolean>;
|
|
1666
|
+
getTitle: () => Promise<string>;
|
|
1667
|
+
getSubTitle: () => Promise<string>;
|
|
1668
|
+
getSaveButtonText: () => Promise<string>;
|
|
1669
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1670
|
+
clickSaveButton: () => Promise<void>;
|
|
1671
|
+
getCancelButtonText: () => Promise<string>;
|
|
1672
|
+
clickCancelButton: () => Promise<void>;
|
|
1673
|
+
clickCloseButton: () => Promise<void>;
|
|
1674
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1675
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1676
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1677
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1678
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1679
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1680
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1681
|
+
click: () => Promise<void>;
|
|
1682
|
+
element: () => Promise<any>;
|
|
1683
|
+
};
|
|
1584
1684
|
getViewListItemById: (id: string) => {
|
|
1585
1685
|
click: () => Promise<void>;
|
|
1586
1686
|
select: () => Promise<void>;
|
|
@@ -1610,6 +1710,24 @@ export declare const TableTestkit: (obj: {
|
|
|
1610
1710
|
getCategoriesContent: () => Promise<string[]>;
|
|
1611
1711
|
isViewPendingChanges: () => Promise<boolean>;
|
|
1612
1712
|
isDefaultView: () => Promise<boolean>;
|
|
1713
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
1714
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
1715
|
+
openManageViewPopover: () => Promise<void>;
|
|
1716
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
1717
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
1718
|
+
renameViewActionClick: () => Promise<void>;
|
|
1719
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
1720
|
+
deleteViewActionClick: () => Promise<void>;
|
|
1721
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1722
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1723
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1724
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1725
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1726
|
+
saveNewView: (name: string) => Promise<void>;
|
|
1727
|
+
deleteView: (ind: number) => Promise<void>;
|
|
1728
|
+
saveViewChanges: () => Promise<void>;
|
|
1729
|
+
renameView: (name: string) => Promise<void>;
|
|
1730
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
1613
1731
|
click: () => Promise<void>;
|
|
1614
1732
|
element: () => Promise<any>;
|
|
1615
1733
|
};
|
|
@@ -2270,6 +2388,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2270
2388
|
click: () => Promise<void>;
|
|
2271
2389
|
};
|
|
2272
2390
|
getRenderedItemsCount: () => Promise<number>;
|
|
2391
|
+
gridContainerExists: () => Promise<boolean>;
|
|
2273
2392
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
2274
2393
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
2275
2394
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -2396,6 +2515,47 @@ export declare const GridTestkit: (obj: {
|
|
|
2396
2515
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
2397
2516
|
isOpen: () => Promise<boolean>;
|
|
2398
2517
|
getPlaceholderText: () => Promise<string | null>;
|
|
2518
|
+
getSaveViewModal: () => {
|
|
2519
|
+
exists: () => Promise<boolean>;
|
|
2520
|
+
getTitle: () => Promise<string>;
|
|
2521
|
+
getSubTitle: () => Promise<string>;
|
|
2522
|
+
getSaveButtonText: () => Promise<string>;
|
|
2523
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2524
|
+
clickSaveButton: () => Promise<void>;
|
|
2525
|
+
getCancelButtonText: () => Promise<string>;
|
|
2526
|
+
clickCancelButton: () => Promise<void>;
|
|
2527
|
+
clickCloseButton: () => Promise<void>;
|
|
2528
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2529
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2530
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2531
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2532
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2533
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2534
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2535
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2536
|
+
click: () => Promise<void>;
|
|
2537
|
+
element: () => Promise<any>;
|
|
2538
|
+
};
|
|
2539
|
+
getRenameViewModal: () => {
|
|
2540
|
+
exists: () => Promise<boolean>;
|
|
2541
|
+
getTitle: () => Promise<string>;
|
|
2542
|
+
getSubTitle: () => Promise<string>;
|
|
2543
|
+
getSaveButtonText: () => Promise<string>;
|
|
2544
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2545
|
+
clickSaveButton: () => Promise<void>;
|
|
2546
|
+
getCancelButtonText: () => Promise<string>;
|
|
2547
|
+
clickCancelButton: () => Promise<void>;
|
|
2548
|
+
clickCloseButton: () => Promise<void>;
|
|
2549
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2550
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2551
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2552
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2553
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2554
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2555
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2556
|
+
click: () => Promise<void>;
|
|
2557
|
+
element: () => Promise<any>;
|
|
2558
|
+
};
|
|
2399
2559
|
getViewListItemById: (id: string) => {
|
|
2400
2560
|
click: () => Promise<void>;
|
|
2401
2561
|
select: () => Promise<void>;
|
|
@@ -2425,6 +2585,24 @@ export declare const GridTestkit: (obj: {
|
|
|
2425
2585
|
getCategoriesContent: () => Promise<string[]>;
|
|
2426
2586
|
isViewPendingChanges: () => Promise<boolean>;
|
|
2427
2587
|
isDefaultView: () => Promise<boolean>;
|
|
2588
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
2589
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
2590
|
+
openManageViewPopover: () => Promise<void>;
|
|
2591
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
2592
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
2593
|
+
renameViewActionClick: () => Promise<void>;
|
|
2594
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
2595
|
+
deleteViewActionClick: () => Promise<void>;
|
|
2596
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2597
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2598
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2599
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2600
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2601
|
+
saveNewView: (name: string) => Promise<void>;
|
|
2602
|
+
deleteView: (ind: number) => Promise<void>;
|
|
2603
|
+
saveViewChanges: () => Promise<void>;
|
|
2604
|
+
renameView: (name: string) => Promise<void>;
|
|
2605
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
2428
2606
|
click: () => Promise<void>;
|
|
2429
2607
|
element: () => Promise<any>;
|
|
2430
2608
|
};
|
|
@@ -3194,6 +3372,15 @@ export declare const GridTestkit: (obj: {
|
|
|
3194
3372
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
3195
3373
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
3196
3374
|
}>;
|
|
3375
|
+
getSectionHeaderAt: (index: number) => {
|
|
3376
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3377
|
+
getTitle: () => Promise<string>;
|
|
3378
|
+
exists: () => Promise<boolean>;
|
|
3379
|
+
element: () => Promise<any>;
|
|
3380
|
+
click: () => Promise<void>;
|
|
3381
|
+
};
|
|
3382
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
3383
|
+
getSectionGridAt: (index: number) => any;
|
|
3197
3384
|
exists: () => Promise<boolean>;
|
|
3198
3385
|
click: () => Promise<void>;
|
|
3199
3386
|
element: () => Promise<any>;
|
|
@@ -4012,6 +4199,47 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4012
4199
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
4013
4200
|
isOpen: () => Promise<boolean>;
|
|
4014
4201
|
getPlaceholderText: () => Promise<string | null>;
|
|
4202
|
+
getSaveViewModal: () => {
|
|
4203
|
+
exists: () => Promise<boolean>;
|
|
4204
|
+
getTitle: () => Promise<string>;
|
|
4205
|
+
getSubTitle: () => Promise<string>;
|
|
4206
|
+
getSaveButtonText: () => Promise<string>;
|
|
4207
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
4208
|
+
clickSaveButton: () => Promise<void>;
|
|
4209
|
+
getCancelButtonText: () => Promise<string>;
|
|
4210
|
+
clickCancelButton: () => Promise<void>;
|
|
4211
|
+
clickCloseButton: () => Promise<void>;
|
|
4212
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
4213
|
+
getViewNameInputValue: () => Promise<string>;
|
|
4214
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
4215
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
4216
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
4217
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4218
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4219
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4220
|
+
click: () => Promise<void>;
|
|
4221
|
+
element: () => Promise<any>;
|
|
4222
|
+
};
|
|
4223
|
+
getRenameViewModal: () => {
|
|
4224
|
+
exists: () => Promise<boolean>;
|
|
4225
|
+
getTitle: () => Promise<string>;
|
|
4226
|
+
getSubTitle: () => Promise<string>;
|
|
4227
|
+
getSaveButtonText: () => Promise<string>;
|
|
4228
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
4229
|
+
clickSaveButton: () => Promise<void>;
|
|
4230
|
+
getCancelButtonText: () => Promise<string>;
|
|
4231
|
+
clickCancelButton: () => Promise<void>;
|
|
4232
|
+
clickCloseButton: () => Promise<void>;
|
|
4233
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
4234
|
+
getViewNameInputValue: () => Promise<string>;
|
|
4235
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
4236
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
4237
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
4238
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4239
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4240
|
+
click: () => Promise<void>;
|
|
4241
|
+
element: () => Promise<any>;
|
|
4242
|
+
};
|
|
4015
4243
|
getViewListItemById: (id: string) => {
|
|
4016
4244
|
click: () => Promise<void>;
|
|
4017
4245
|
select: () => Promise<void>;
|
|
@@ -4041,6 +4269,24 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4041
4269
|
getCategoriesContent: () => Promise<string[]>;
|
|
4042
4270
|
isViewPendingChanges: () => Promise<boolean>;
|
|
4043
4271
|
isDefaultView: () => Promise<boolean>;
|
|
4272
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
4273
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
4274
|
+
openManageViewPopover: () => Promise<void>;
|
|
4275
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
4276
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
4277
|
+
renameViewActionClick: () => Promise<void>;
|
|
4278
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
4279
|
+
deleteViewActionClick: () => Promise<void>;
|
|
4280
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4281
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4282
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4283
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4284
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4285
|
+
saveNewView: (name: string) => Promise<void>;
|
|
4286
|
+
deleteView: (ind: number) => Promise<void>;
|
|
4287
|
+
saveViewChanges: () => Promise<void>;
|
|
4288
|
+
renameView: (name: string) => Promise<void>;
|
|
4289
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
4044
4290
|
click: () => Promise<void>;
|
|
4045
4291
|
element: () => Promise<any>;
|
|
4046
4292
|
};
|
|
@@ -5043,6 +5289,47 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5043
5289
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
5044
5290
|
isOpen: () => Promise<boolean>;
|
|
5045
5291
|
getPlaceholderText: () => Promise<string | null>;
|
|
5292
|
+
getSaveViewModal: () => {
|
|
5293
|
+
exists: () => Promise<boolean>;
|
|
5294
|
+
getTitle: () => Promise<string>;
|
|
5295
|
+
getSubTitle: () => Promise<string>;
|
|
5296
|
+
getSaveButtonText: () => Promise<string>;
|
|
5297
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5298
|
+
clickSaveButton: () => Promise<void>;
|
|
5299
|
+
getCancelButtonText: () => Promise<string>;
|
|
5300
|
+
clickCancelButton: () => Promise<void>;
|
|
5301
|
+
clickCloseButton: () => Promise<void>;
|
|
5302
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5303
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5304
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5305
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5306
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5307
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5308
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5309
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5310
|
+
click: () => Promise<void>;
|
|
5311
|
+
element: () => Promise<any>;
|
|
5312
|
+
};
|
|
5313
|
+
getRenameViewModal: () => {
|
|
5314
|
+
exists: () => Promise<boolean>;
|
|
5315
|
+
getTitle: () => Promise<string>;
|
|
5316
|
+
getSubTitle: () => Promise<string>;
|
|
5317
|
+
getSaveButtonText: () => Promise<string>;
|
|
5318
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5319
|
+
clickSaveButton: () => Promise<void>;
|
|
5320
|
+
getCancelButtonText: () => Promise<string>;
|
|
5321
|
+
clickCancelButton: () => Promise<void>;
|
|
5322
|
+
clickCloseButton: () => Promise<void>;
|
|
5323
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5324
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5325
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5326
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5327
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5328
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5329
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5330
|
+
click: () => Promise<void>;
|
|
5331
|
+
element: () => Promise<any>;
|
|
5332
|
+
};
|
|
5046
5333
|
getViewListItemById: (id: string) => {
|
|
5047
5334
|
click: () => Promise<void>;
|
|
5048
5335
|
select: () => Promise<void>;
|
|
@@ -5072,6 +5359,24 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5072
5359
|
getCategoriesContent: () => Promise<string[]>;
|
|
5073
5360
|
isViewPendingChanges: () => Promise<boolean>;
|
|
5074
5361
|
isDefaultView: () => Promise<boolean>;
|
|
5362
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
5363
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
5364
|
+
openManageViewPopover: () => Promise<void>;
|
|
5365
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
5366
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
5367
|
+
renameViewActionClick: () => Promise<void>;
|
|
5368
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
5369
|
+
deleteViewActionClick: () => Promise<void>;
|
|
5370
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5371
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5372
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5373
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5374
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5375
|
+
saveNewView: (name: string) => Promise<void>;
|
|
5376
|
+
deleteView: (ind: number) => Promise<void>;
|
|
5377
|
+
saveViewChanges: () => Promise<void>;
|
|
5378
|
+
renameView: (name: string) => Promise<void>;
|
|
5379
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
5075
5380
|
click: () => Promise<void>;
|
|
5076
5381
|
element: () => Promise<any>;
|
|
5077
5382
|
};
|
|
@@ -5728,6 +6033,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5728
6033
|
click: () => Promise<void>;
|
|
5729
6034
|
};
|
|
5730
6035
|
getRenderedItemsCount: () => Promise<number>;
|
|
6036
|
+
gridContainerExists: () => Promise<boolean>;
|
|
5731
6037
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
5732
6038
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
5733
6039
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -5854,19 +6160,60 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5854
6160
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
5855
6161
|
isOpen: () => Promise<boolean>;
|
|
5856
6162
|
getPlaceholderText: () => Promise<string | null>;
|
|
5857
|
-
|
|
5858
|
-
click: () => Promise<void>;
|
|
5859
|
-
select: () => Promise<void>;
|
|
5860
|
-
hasCheckbox(): Promise<boolean>;
|
|
5861
|
-
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
5862
|
-
getTitle(): Promise<string>;
|
|
5863
|
-
getSubtitle(): Promise<string>;
|
|
5864
|
-
getSuffix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
6163
|
+
getSaveViewModal: () => {
|
|
5865
6164
|
exists: () => Promise<boolean>;
|
|
6165
|
+
getTitle: () => Promise<string>;
|
|
6166
|
+
getSubTitle: () => Promise<string>;
|
|
6167
|
+
getSaveButtonText: () => Promise<string>;
|
|
6168
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
6169
|
+
clickSaveButton: () => Promise<void>;
|
|
6170
|
+
getCancelButtonText: () => Promise<string>;
|
|
6171
|
+
clickCancelButton: () => Promise<void>;
|
|
6172
|
+
clickCloseButton: () => Promise<void>;
|
|
6173
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
6174
|
+
getViewNameInputValue: () => Promise<string>;
|
|
6175
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
6176
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
6177
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
6178
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6179
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6180
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6181
|
+
click: () => Promise<void>;
|
|
5866
6182
|
element: () => Promise<any>;
|
|
5867
6183
|
};
|
|
5868
|
-
|
|
5869
|
-
|
|
6184
|
+
getRenameViewModal: () => {
|
|
6185
|
+
exists: () => Promise<boolean>;
|
|
6186
|
+
getTitle: () => Promise<string>;
|
|
6187
|
+
getSubTitle: () => Promise<string>;
|
|
6188
|
+
getSaveButtonText: () => Promise<string>;
|
|
6189
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
6190
|
+
clickSaveButton: () => Promise<void>;
|
|
6191
|
+
getCancelButtonText: () => Promise<string>;
|
|
6192
|
+
clickCancelButton: () => Promise<void>;
|
|
6193
|
+
clickCloseButton: () => Promise<void>;
|
|
6194
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
6195
|
+
getViewNameInputValue: () => Promise<string>;
|
|
6196
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
6197
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
6198
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
6199
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6200
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6201
|
+
click: () => Promise<void>;
|
|
6202
|
+
element: () => Promise<any>;
|
|
6203
|
+
};
|
|
6204
|
+
getViewListItemById: (id: string) => {
|
|
6205
|
+
click: () => Promise<void>;
|
|
6206
|
+
select: () => Promise<void>;
|
|
6207
|
+
hasCheckbox(): Promise<boolean>;
|
|
6208
|
+
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
6209
|
+
getTitle(): Promise<string>;
|
|
6210
|
+
getSubtitle(): Promise<string>;
|
|
6211
|
+
getSuffix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
6212
|
+
exists: () => Promise<boolean>;
|
|
6213
|
+
element: () => Promise<any>;
|
|
6214
|
+
};
|
|
6215
|
+
getViewListItemAt: (index: number) => {
|
|
6216
|
+
click: () => Promise<void>;
|
|
5870
6217
|
select: () => Promise<void>;
|
|
5871
6218
|
hasCheckbox(): Promise<boolean>;
|
|
5872
6219
|
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
@@ -5883,6 +6230,24 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5883
6230
|
getCategoriesContent: () => Promise<string[]>;
|
|
5884
6231
|
isViewPendingChanges: () => Promise<boolean>;
|
|
5885
6232
|
isDefaultView: () => Promise<boolean>;
|
|
6233
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
6234
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
6235
|
+
openManageViewPopover: () => Promise<void>;
|
|
6236
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
6237
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
6238
|
+
renameViewActionClick: () => Promise<void>;
|
|
6239
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
6240
|
+
deleteViewActionClick: () => Promise<void>;
|
|
6241
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6242
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6243
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6244
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6245
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6246
|
+
saveNewView: (name: string) => Promise<void>;
|
|
6247
|
+
deleteView: (ind: number) => Promise<void>;
|
|
6248
|
+
saveViewChanges: () => Promise<void>;
|
|
6249
|
+
renameView: (name: string) => Promise<void>;
|
|
6250
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
5886
6251
|
click: () => Promise<void>;
|
|
5887
6252
|
element: () => Promise<any>;
|
|
5888
6253
|
};
|
|
@@ -6652,6 +7017,15 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6652
7017
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
6653
7018
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
6654
7019
|
}>;
|
|
7020
|
+
getSectionHeaderAt: (index: number) => {
|
|
7021
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7022
|
+
getTitle: () => Promise<string>;
|
|
7023
|
+
exists: () => Promise<boolean>;
|
|
7024
|
+
element: () => Promise<any>;
|
|
7025
|
+
click: () => Promise<void>;
|
|
7026
|
+
};
|
|
7027
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
7028
|
+
getSectionGridAt: (index: number) => any;
|
|
6655
7029
|
exists: () => Promise<boolean>;
|
|
6656
7030
|
click: () => Promise<void>;
|
|
6657
7031
|
element: () => Promise<any>;
|
|
@@ -6740,6 +7114,47 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
6740
7114
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
6741
7115
|
isOpen: () => Promise<boolean>;
|
|
6742
7116
|
getPlaceholderText: () => Promise<string | null>;
|
|
7117
|
+
getSaveViewModal: () => {
|
|
7118
|
+
exists: () => Promise<boolean>;
|
|
7119
|
+
getTitle: () => Promise<string>;
|
|
7120
|
+
getSubTitle: () => Promise<string>;
|
|
7121
|
+
getSaveButtonText: () => Promise<string>;
|
|
7122
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7123
|
+
clickSaveButton: () => Promise<void>;
|
|
7124
|
+
getCancelButtonText: () => Promise<string>;
|
|
7125
|
+
clickCancelButton: () => Promise<void>;
|
|
7126
|
+
clickCloseButton: () => Promise<void>;
|
|
7127
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7128
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7129
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7130
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7131
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7132
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7133
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7134
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7135
|
+
click: () => Promise<void>;
|
|
7136
|
+
element: () => Promise<any>;
|
|
7137
|
+
};
|
|
7138
|
+
getRenameViewModal: () => {
|
|
7139
|
+
exists: () => Promise<boolean>;
|
|
7140
|
+
getTitle: () => Promise<string>;
|
|
7141
|
+
getSubTitle: () => Promise<string>;
|
|
7142
|
+
getSaveButtonText: () => Promise<string>;
|
|
7143
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7144
|
+
clickSaveButton: () => Promise<void>;
|
|
7145
|
+
getCancelButtonText: () => Promise<string>;
|
|
7146
|
+
clickCancelButton: () => Promise<void>;
|
|
7147
|
+
clickCloseButton: () => Promise<void>;
|
|
7148
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7149
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7150
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7151
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7152
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7153
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7154
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7155
|
+
click: () => Promise<void>;
|
|
7156
|
+
element: () => Promise<any>;
|
|
7157
|
+
};
|
|
6743
7158
|
getViewListItemById: (id: string) => {
|
|
6744
7159
|
click: () => Promise<void>;
|
|
6745
7160
|
select: () => Promise<void>;
|
|
@@ -6769,6 +7184,24 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
6769
7184
|
getCategoriesContent: () => Promise<string[]>;
|
|
6770
7185
|
isViewPendingChanges: () => Promise<boolean>;
|
|
6771
7186
|
isDefaultView: () => Promise<boolean>;
|
|
7187
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
7188
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
7189
|
+
openManageViewPopover: () => Promise<void>;
|
|
7190
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
7191
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
7192
|
+
renameViewActionClick: () => Promise<void>;
|
|
7193
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
7194
|
+
deleteViewActionClick: () => Promise<void>;
|
|
7195
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7196
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7197
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7198
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7199
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7200
|
+
saveNewView: (name: string) => Promise<void>;
|
|
7201
|
+
deleteView: (ind: number) => Promise<void>;
|
|
7202
|
+
saveViewChanges: () => Promise<void>;
|
|
7203
|
+
renameView: (name: string) => Promise<void>;
|
|
7204
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
6772
7205
|
click: () => Promise<void>;
|
|
6773
7206
|
element: () => Promise<any>;
|
|
6774
7207
|
};
|
|
@@ -7479,6 +7912,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7479
7912
|
click: () => Promise<void>;
|
|
7480
7913
|
};
|
|
7481
7914
|
getRenderedItemsCount: () => Promise<number>;
|
|
7915
|
+
gridContainerExists: () => Promise<boolean>;
|
|
7482
7916
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
7483
7917
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
7484
7918
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -7605,6 +8039,47 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7605
8039
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
7606
8040
|
isOpen: () => Promise<boolean>;
|
|
7607
8041
|
getPlaceholderText: () => Promise<string | null>;
|
|
8042
|
+
getSaveViewModal: () => {
|
|
8043
|
+
exists: () => Promise<boolean>;
|
|
8044
|
+
getTitle: () => Promise<string>;
|
|
8045
|
+
getSubTitle: () => Promise<string>;
|
|
8046
|
+
getSaveButtonText: () => Promise<string>;
|
|
8047
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
8048
|
+
clickSaveButton: () => Promise<void>;
|
|
8049
|
+
getCancelButtonText: () => Promise<string>;
|
|
8050
|
+
clickCancelButton: () => Promise<void>;
|
|
8051
|
+
clickCloseButton: () => Promise<void>;
|
|
8052
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8053
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8054
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8055
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8056
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8057
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8058
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8059
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8060
|
+
click: () => Promise<void>;
|
|
8061
|
+
element: () => Promise<any>;
|
|
8062
|
+
};
|
|
8063
|
+
getRenameViewModal: () => {
|
|
8064
|
+
exists: () => Promise<boolean>;
|
|
8065
|
+
getTitle: () => Promise<string>;
|
|
8066
|
+
getSubTitle: () => Promise<string>;
|
|
8067
|
+
getSaveButtonText: () => Promise<string>;
|
|
8068
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
8069
|
+
clickSaveButton: () => Promise<void>;
|
|
8070
|
+
getCancelButtonText: () => Promise<string>;
|
|
8071
|
+
clickCancelButton: () => Promise<void>;
|
|
8072
|
+
clickCloseButton: () => Promise<void>;
|
|
8073
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8074
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8075
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8076
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8077
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8078
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8079
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8080
|
+
click: () => Promise<void>;
|
|
8081
|
+
element: () => Promise<any>;
|
|
8082
|
+
};
|
|
7608
8083
|
getViewListItemById: (id: string) => {
|
|
7609
8084
|
click: () => Promise<void>;
|
|
7610
8085
|
select: () => Promise<void>;
|
|
@@ -7634,6 +8109,24 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7634
8109
|
getCategoriesContent: () => Promise<string[]>;
|
|
7635
8110
|
isViewPendingChanges: () => Promise<boolean>;
|
|
7636
8111
|
isDefaultView: () => Promise<boolean>;
|
|
8112
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
8113
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
8114
|
+
openManageViewPopover: () => Promise<void>;
|
|
8115
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
8116
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
8117
|
+
renameViewActionClick: () => Promise<void>;
|
|
8118
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
8119
|
+
deleteViewActionClick: () => Promise<void>;
|
|
8120
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8121
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8122
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8123
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8124
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8125
|
+
saveNewView: (name: string) => Promise<void>;
|
|
8126
|
+
deleteView: (ind: number) => Promise<void>;
|
|
8127
|
+
saveViewChanges: () => Promise<void>;
|
|
8128
|
+
renameView: (name: string) => Promise<void>;
|
|
8129
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
7637
8130
|
click: () => Promise<void>;
|
|
7638
8131
|
element: () => Promise<any>;
|
|
7639
8132
|
};
|
|
@@ -8403,6 +8896,15 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8403
8896
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
8404
8897
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
8405
8898
|
}>;
|
|
8899
|
+
getSectionHeaderAt: (index: number) => {
|
|
8900
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8901
|
+
getTitle: () => Promise<string>;
|
|
8902
|
+
exists: () => Promise<boolean>;
|
|
8903
|
+
element: () => Promise<any>;
|
|
8904
|
+
click: () => Promise<void>;
|
|
8905
|
+
};
|
|
8906
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
8907
|
+
getSectionGridAt: (index: number) => any;
|
|
8406
8908
|
exists: () => Promise<boolean>;
|
|
8407
8909
|
click: () => Promise<void>;
|
|
8408
8910
|
element: () => Promise<any>;
|
|
@@ -8516,6 +9018,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8516
9018
|
click: () => Promise<void>;
|
|
8517
9019
|
};
|
|
8518
9020
|
getRenderedItemsCount: () => Promise<number>;
|
|
9021
|
+
gridContainerExists: () => Promise<boolean>;
|
|
8519
9022
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
8520
9023
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
8521
9024
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -8642,6 +9145,47 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8642
9145
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
8643
9146
|
isOpen: () => Promise<boolean>;
|
|
8644
9147
|
getPlaceholderText: () => Promise<string | null>;
|
|
9148
|
+
getSaveViewModal: () => {
|
|
9149
|
+
exists: () => Promise<boolean>;
|
|
9150
|
+
getTitle: () => Promise<string>;
|
|
9151
|
+
getSubTitle: () => Promise<string>;
|
|
9152
|
+
getSaveButtonText: () => Promise<string>;
|
|
9153
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9154
|
+
clickSaveButton: () => Promise<void>;
|
|
9155
|
+
getCancelButtonText: () => Promise<string>;
|
|
9156
|
+
clickCancelButton: () => Promise<void>;
|
|
9157
|
+
clickCloseButton: () => Promise<void>;
|
|
9158
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9159
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9160
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9161
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9162
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9163
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9164
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9165
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9166
|
+
click: () => Promise<void>;
|
|
9167
|
+
element: () => Promise<any>;
|
|
9168
|
+
};
|
|
9169
|
+
getRenameViewModal: () => {
|
|
9170
|
+
exists: () => Promise<boolean>;
|
|
9171
|
+
getTitle: () => Promise<string>;
|
|
9172
|
+
getSubTitle: () => Promise<string>;
|
|
9173
|
+
getSaveButtonText: () => Promise<string>;
|
|
9174
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9175
|
+
clickSaveButton: () => Promise<void>;
|
|
9176
|
+
getCancelButtonText: () => Promise<string>;
|
|
9177
|
+
clickCancelButton: () => Promise<void>;
|
|
9178
|
+
clickCloseButton: () => Promise<void>;
|
|
9179
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9180
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9181
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9182
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9183
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9184
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9185
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9186
|
+
click: () => Promise<void>;
|
|
9187
|
+
element: () => Promise<any>;
|
|
9188
|
+
};
|
|
8645
9189
|
getViewListItemById: (id: string) => {
|
|
8646
9190
|
click: () => Promise<void>;
|
|
8647
9191
|
select: () => Promise<void>;
|
|
@@ -8671,6 +9215,24 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8671
9215
|
getCategoriesContent: () => Promise<string[]>;
|
|
8672
9216
|
isViewPendingChanges: () => Promise<boolean>;
|
|
8673
9217
|
isDefaultView: () => Promise<boolean>;
|
|
9218
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
9219
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
9220
|
+
openManageViewPopover: () => Promise<void>;
|
|
9221
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
9222
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
9223
|
+
renameViewActionClick: () => Promise<void>;
|
|
9224
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
9225
|
+
deleteViewActionClick: () => Promise<void>;
|
|
9226
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9227
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9228
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9229
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9230
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9231
|
+
saveNewView: (name: string) => Promise<void>;
|
|
9232
|
+
deleteView: (ind: number) => Promise<void>;
|
|
9233
|
+
saveViewChanges: () => Promise<void>;
|
|
9234
|
+
renameView: (name: string) => Promise<void>;
|
|
9235
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
8674
9236
|
click: () => Promise<void>;
|
|
8675
9237
|
element: () => Promise<any>;
|
|
8676
9238
|
};
|
|
@@ -9440,6 +10002,15 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9440
10002
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
9441
10003
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
9442
10004
|
}>;
|
|
10005
|
+
getSectionHeaderAt: (index: number) => {
|
|
10006
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10007
|
+
getTitle: () => Promise<string>;
|
|
10008
|
+
exists: () => Promise<boolean>;
|
|
10009
|
+
element: () => Promise<any>;
|
|
10010
|
+
click: () => Promise<void>;
|
|
10011
|
+
};
|
|
10012
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
10013
|
+
getSectionGridAt: (index: number) => any;
|
|
9443
10014
|
exists: () => Promise<boolean>;
|
|
9444
10015
|
click: () => Promise<void>;
|
|
9445
10016
|
element: () => Promise<any>;
|
|
@@ -9549,6 +10120,47 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9549
10120
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
9550
10121
|
isOpen: () => Promise<boolean>;
|
|
9551
10122
|
getPlaceholderText: () => Promise<string | null>;
|
|
10123
|
+
getSaveViewModal: () => {
|
|
10124
|
+
exists: () => Promise<boolean>;
|
|
10125
|
+
getTitle: () => Promise<string>;
|
|
10126
|
+
getSubTitle: () => Promise<string>;
|
|
10127
|
+
getSaveButtonText: () => Promise<string>;
|
|
10128
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10129
|
+
clickSaveButton: () => Promise<void>;
|
|
10130
|
+
getCancelButtonText: () => Promise<string>;
|
|
10131
|
+
clickCancelButton: () => Promise<void>;
|
|
10132
|
+
clickCloseButton: () => Promise<void>;
|
|
10133
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10134
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10135
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10136
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10137
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10138
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10139
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10140
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10141
|
+
click: () => Promise<void>;
|
|
10142
|
+
element: () => Promise<any>;
|
|
10143
|
+
};
|
|
10144
|
+
getRenameViewModal: () => {
|
|
10145
|
+
exists: () => Promise<boolean>;
|
|
10146
|
+
getTitle: () => Promise<string>;
|
|
10147
|
+
getSubTitle: () => Promise<string>;
|
|
10148
|
+
getSaveButtonText: () => Promise<string>;
|
|
10149
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10150
|
+
clickSaveButton: () => Promise<void>;
|
|
10151
|
+
getCancelButtonText: () => Promise<string>;
|
|
10152
|
+
clickCancelButton: () => Promise<void>;
|
|
10153
|
+
clickCloseButton: () => Promise<void>;
|
|
10154
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10155
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10156
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10157
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10158
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10159
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10160
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10161
|
+
click: () => Promise<void>;
|
|
10162
|
+
element: () => Promise<any>;
|
|
10163
|
+
};
|
|
9552
10164
|
getViewListItemById: (id: string) => {
|
|
9553
10165
|
click: () => Promise<void>;
|
|
9554
10166
|
select: () => Promise<void>;
|
|
@@ -9578,6 +10190,24 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9578
10190
|
getCategoriesContent: () => Promise<string[]>;
|
|
9579
10191
|
isViewPendingChanges: () => Promise<boolean>;
|
|
9580
10192
|
isDefaultView: () => Promise<boolean>;
|
|
10193
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
10194
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
10195
|
+
openManageViewPopover: () => Promise<void>;
|
|
10196
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
10197
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
10198
|
+
renameViewActionClick: () => Promise<void>;
|
|
10199
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
10200
|
+
deleteViewActionClick: () => Promise<void>;
|
|
10201
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10202
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10203
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10204
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10205
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10206
|
+
saveNewView: (name: string) => Promise<void>;
|
|
10207
|
+
deleteView: (ind: number) => Promise<void>;
|
|
10208
|
+
saveViewChanges: () => Promise<void>;
|
|
10209
|
+
renameView: (name: string) => Promise<void>;
|
|
10210
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
9581
10211
|
click: () => Promise<void>;
|
|
9582
10212
|
element: () => Promise<any>;
|
|
9583
10213
|
};
|
|
@@ -10743,6 +11373,47 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10743
11373
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
10744
11374
|
isOpen: () => Promise<boolean>;
|
|
10745
11375
|
getPlaceholderText: () => Promise<string | null>;
|
|
11376
|
+
getSaveViewModal: () => {
|
|
11377
|
+
exists: () => Promise<boolean>;
|
|
11378
|
+
getTitle: () => Promise<string>;
|
|
11379
|
+
getSubTitle: () => Promise<string>;
|
|
11380
|
+
getSaveButtonText: () => Promise<string>;
|
|
11381
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11382
|
+
clickSaveButton: () => Promise<void>;
|
|
11383
|
+
getCancelButtonText: () => Promise<string>;
|
|
11384
|
+
clickCancelButton: () => Promise<void>;
|
|
11385
|
+
clickCloseButton: () => Promise<void>;
|
|
11386
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11387
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11388
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11389
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11390
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11391
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11392
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11393
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11394
|
+
click: () => Promise<void>;
|
|
11395
|
+
element: () => Promise<any>;
|
|
11396
|
+
};
|
|
11397
|
+
getRenameViewModal: () => {
|
|
11398
|
+
exists: () => Promise<boolean>;
|
|
11399
|
+
getTitle: () => Promise<string>;
|
|
11400
|
+
getSubTitle: () => Promise<string>;
|
|
11401
|
+
getSaveButtonText: () => Promise<string>;
|
|
11402
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11403
|
+
clickSaveButton: () => Promise<void>;
|
|
11404
|
+
getCancelButtonText: () => Promise<string>;
|
|
11405
|
+
clickCancelButton: () => Promise<void>;
|
|
11406
|
+
clickCloseButton: () => Promise<void>;
|
|
11407
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11408
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11409
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11410
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11411
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11412
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11413
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11414
|
+
click: () => Promise<void>;
|
|
11415
|
+
element: () => Promise<any>;
|
|
11416
|
+
};
|
|
10746
11417
|
getViewListItemById: (id: string) => {
|
|
10747
11418
|
click: () => Promise<void>;
|
|
10748
11419
|
select: () => Promise<void>;
|
|
@@ -10772,6 +11443,24 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10772
11443
|
getCategoriesContent: () => Promise<string[]>;
|
|
10773
11444
|
isViewPendingChanges: () => Promise<boolean>;
|
|
10774
11445
|
isDefaultView: () => Promise<boolean>;
|
|
11446
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
11447
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
11448
|
+
openManageViewPopover: () => Promise<void>;
|
|
11449
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
11450
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
11451
|
+
renameViewActionClick: () => Promise<void>;
|
|
11452
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
11453
|
+
deleteViewActionClick: () => Promise<void>;
|
|
11454
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11455
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11456
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11457
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11458
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11459
|
+
saveNewView: (name: string) => Promise<void>;
|
|
11460
|
+
deleteView: (ind: number) => Promise<void>;
|
|
11461
|
+
saveViewChanges: () => Promise<void>;
|
|
11462
|
+
renameView: (name: string) => Promise<void>;
|
|
11463
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
10775
11464
|
click: () => Promise<void>;
|
|
10776
11465
|
element: () => Promise<any>;
|
|
10777
11466
|
};
|
|
@@ -11732,6 +12421,47 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11732
12421
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
11733
12422
|
isOpen: () => Promise<boolean>;
|
|
11734
12423
|
getPlaceholderText: () => Promise<string | null>;
|
|
12424
|
+
getSaveViewModal: () => {
|
|
12425
|
+
exists: () => Promise<boolean>;
|
|
12426
|
+
getTitle: () => Promise<string>;
|
|
12427
|
+
getSubTitle: () => Promise<string>;
|
|
12428
|
+
getSaveButtonText: () => Promise<string>;
|
|
12429
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12430
|
+
clickSaveButton: () => Promise<void>;
|
|
12431
|
+
getCancelButtonText: () => Promise<string>;
|
|
12432
|
+
clickCancelButton: () => Promise<void>;
|
|
12433
|
+
clickCloseButton: () => Promise<void>;
|
|
12434
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12435
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12436
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12437
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12438
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12439
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12440
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12441
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12442
|
+
click: () => Promise<void>;
|
|
12443
|
+
element: () => Promise<any>;
|
|
12444
|
+
};
|
|
12445
|
+
getRenameViewModal: () => {
|
|
12446
|
+
exists: () => Promise<boolean>;
|
|
12447
|
+
getTitle: () => Promise<string>;
|
|
12448
|
+
getSubTitle: () => Promise<string>;
|
|
12449
|
+
getSaveButtonText: () => Promise<string>;
|
|
12450
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12451
|
+
clickSaveButton: () => Promise<void>;
|
|
12452
|
+
getCancelButtonText: () => Promise<string>;
|
|
12453
|
+
clickCancelButton: () => Promise<void>;
|
|
12454
|
+
clickCloseButton: () => Promise<void>;
|
|
12455
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12456
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12457
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12458
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12459
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12460
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12461
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12462
|
+
click: () => Promise<void>;
|
|
12463
|
+
element: () => Promise<any>;
|
|
12464
|
+
};
|
|
11735
12465
|
getViewListItemById: (id: string) => {
|
|
11736
12466
|
click: () => Promise<void>;
|
|
11737
12467
|
select: () => Promise<void>;
|
|
@@ -11761,6 +12491,24 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11761
12491
|
getCategoriesContent: () => Promise<string[]>;
|
|
11762
12492
|
isViewPendingChanges: () => Promise<boolean>;
|
|
11763
12493
|
isDefaultView: () => Promise<boolean>;
|
|
12494
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
12495
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
12496
|
+
openManageViewPopover: () => Promise<void>;
|
|
12497
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
12498
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
12499
|
+
renameViewActionClick: () => Promise<void>;
|
|
12500
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
12501
|
+
deleteViewActionClick: () => Promise<void>;
|
|
12502
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12503
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12504
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12505
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12506
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12507
|
+
saveNewView: (name: string) => Promise<void>;
|
|
12508
|
+
deleteView: (ind: number) => Promise<void>;
|
|
12509
|
+
saveViewChanges: () => Promise<void>;
|
|
12510
|
+
renameView: (name: string) => Promise<void>;
|
|
12511
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
11764
12512
|
click: () => Promise<void>;
|
|
11765
12513
|
element: () => Promise<any>;
|
|
11766
12514
|
};
|
|
@@ -12351,6 +13099,47 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12351
13099
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
12352
13100
|
isOpen: () => Promise<boolean>;
|
|
12353
13101
|
getPlaceholderText: () => Promise<string | null>;
|
|
13102
|
+
getSaveViewModal: () => {
|
|
13103
|
+
exists: () => Promise<boolean>;
|
|
13104
|
+
getTitle: () => Promise<string>;
|
|
13105
|
+
getSubTitle: () => Promise<string>;
|
|
13106
|
+
getSaveButtonText: () => Promise<string>;
|
|
13107
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13108
|
+
clickSaveButton: () => Promise<void>;
|
|
13109
|
+
getCancelButtonText: () => Promise<string>;
|
|
13110
|
+
clickCancelButton: () => Promise<void>;
|
|
13111
|
+
clickCloseButton: () => Promise<void>;
|
|
13112
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13113
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13114
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13115
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13116
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13117
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13118
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13119
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13120
|
+
click: () => Promise<void>;
|
|
13121
|
+
element: () => Promise<any>;
|
|
13122
|
+
};
|
|
13123
|
+
getRenameViewModal: () => {
|
|
13124
|
+
exists: () => Promise<boolean>;
|
|
13125
|
+
getTitle: () => Promise<string>;
|
|
13126
|
+
getSubTitle: () => Promise<string>;
|
|
13127
|
+
getSaveButtonText: () => Promise<string>;
|
|
13128
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13129
|
+
clickSaveButton: () => Promise<void>;
|
|
13130
|
+
getCancelButtonText: () => Promise<string>;
|
|
13131
|
+
clickCancelButton: () => Promise<void>;
|
|
13132
|
+
clickCloseButton: () => Promise<void>;
|
|
13133
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13134
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13135
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13136
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13137
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13138
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13139
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13140
|
+
click: () => Promise<void>;
|
|
13141
|
+
element: () => Promise<any>;
|
|
13142
|
+
};
|
|
12354
13143
|
getViewListItemById: (id: string) => {
|
|
12355
13144
|
click: () => Promise<void>;
|
|
12356
13145
|
select: () => Promise<void>;
|
|
@@ -12380,6 +13169,24 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12380
13169
|
getCategoriesContent: () => Promise<string[]>;
|
|
12381
13170
|
isViewPendingChanges: () => Promise<boolean>;
|
|
12382
13171
|
isDefaultView: () => Promise<boolean>;
|
|
13172
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
13173
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
13174
|
+
openManageViewPopover: () => Promise<void>;
|
|
13175
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
13176
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
13177
|
+
renameViewActionClick: () => Promise<void>;
|
|
13178
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
13179
|
+
deleteViewActionClick: () => Promise<void>;
|
|
13180
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13181
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13182
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13183
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13184
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13185
|
+
saveNewView: (name: string) => Promise<void>;
|
|
13186
|
+
deleteView: (ind: number) => Promise<void>;
|
|
13187
|
+
saveViewChanges: () => Promise<void>;
|
|
13188
|
+
renameView: (name: string) => Promise<void>;
|
|
13189
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
12383
13190
|
click: () => Promise<void>;
|
|
12384
13191
|
element: () => Promise<any>;
|
|
12385
13192
|
};
|
|
@@ -13753,6 +14560,47 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13753
14560
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
13754
14561
|
isOpen: () => Promise<boolean>;
|
|
13755
14562
|
getPlaceholderText: () => Promise<string | null>;
|
|
14563
|
+
getSaveViewModal: () => {
|
|
14564
|
+
exists: () => Promise<boolean>;
|
|
14565
|
+
getTitle: () => Promise<string>;
|
|
14566
|
+
getSubTitle: () => Promise<string>;
|
|
14567
|
+
getSaveButtonText: () => Promise<string>;
|
|
14568
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14569
|
+
clickSaveButton: () => Promise<void>;
|
|
14570
|
+
getCancelButtonText: () => Promise<string>;
|
|
14571
|
+
clickCancelButton: () => Promise<void>;
|
|
14572
|
+
clickCloseButton: () => Promise<void>;
|
|
14573
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14574
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14575
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14576
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14577
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14578
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14579
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14580
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14581
|
+
click: () => Promise<void>;
|
|
14582
|
+
element: () => Promise<any>;
|
|
14583
|
+
};
|
|
14584
|
+
getRenameViewModal: () => {
|
|
14585
|
+
exists: () => Promise<boolean>;
|
|
14586
|
+
getTitle: () => Promise<string>;
|
|
14587
|
+
getSubTitle: () => Promise<string>;
|
|
14588
|
+
getSaveButtonText: () => Promise<string>;
|
|
14589
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14590
|
+
clickSaveButton: () => Promise<void>;
|
|
14591
|
+
getCancelButtonText: () => Promise<string>;
|
|
14592
|
+
clickCancelButton: () => Promise<void>;
|
|
14593
|
+
clickCloseButton: () => Promise<void>;
|
|
14594
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14595
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14596
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14597
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14598
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14599
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14600
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14601
|
+
click: () => Promise<void>;
|
|
14602
|
+
element: () => Promise<any>;
|
|
14603
|
+
};
|
|
13756
14604
|
getViewListItemById: (id: string) => {
|
|
13757
14605
|
click: () => Promise<void>;
|
|
13758
14606
|
select: () => Promise<void>;
|
|
@@ -13782,6 +14630,24 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13782
14630
|
getCategoriesContent: () => Promise<string[]>;
|
|
13783
14631
|
isViewPendingChanges: () => Promise<boolean>;
|
|
13784
14632
|
isDefaultView: () => Promise<boolean>;
|
|
14633
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
14634
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
14635
|
+
openManageViewPopover: () => Promise<void>;
|
|
14636
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
14637
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
14638
|
+
renameViewActionClick: () => Promise<void>;
|
|
14639
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
14640
|
+
deleteViewActionClick: () => Promise<void>;
|
|
14641
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14642
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14643
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14644
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14645
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14646
|
+
saveNewView: (name: string) => Promise<void>;
|
|
14647
|
+
deleteView: (ind: number) => Promise<void>;
|
|
14648
|
+
saveViewChanges: () => Promise<void>;
|
|
14649
|
+
renameView: (name: string) => Promise<void>;
|
|
14650
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
13785
14651
|
click: () => Promise<void>;
|
|
13786
14652
|
element: () => Promise<any>;
|
|
13787
14653
|
};
|
|
@@ -14742,6 +15608,47 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14742
15608
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
14743
15609
|
isOpen: () => Promise<boolean>;
|
|
14744
15610
|
getPlaceholderText: () => Promise<string | null>;
|
|
15611
|
+
getSaveViewModal: () => {
|
|
15612
|
+
exists: () => Promise<boolean>;
|
|
15613
|
+
getTitle: () => Promise<string>;
|
|
15614
|
+
getSubTitle: () => Promise<string>;
|
|
15615
|
+
getSaveButtonText: () => Promise<string>;
|
|
15616
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15617
|
+
clickSaveButton: () => Promise<void>;
|
|
15618
|
+
getCancelButtonText: () => Promise<string>;
|
|
15619
|
+
clickCancelButton: () => Promise<void>;
|
|
15620
|
+
clickCloseButton: () => Promise<void>;
|
|
15621
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15622
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15623
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15624
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15625
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15626
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15627
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15628
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15629
|
+
click: () => Promise<void>;
|
|
15630
|
+
element: () => Promise<any>;
|
|
15631
|
+
};
|
|
15632
|
+
getRenameViewModal: () => {
|
|
15633
|
+
exists: () => Promise<boolean>;
|
|
15634
|
+
getTitle: () => Promise<string>;
|
|
15635
|
+
getSubTitle: () => Promise<string>;
|
|
15636
|
+
getSaveButtonText: () => Promise<string>;
|
|
15637
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15638
|
+
clickSaveButton: () => Promise<void>;
|
|
15639
|
+
getCancelButtonText: () => Promise<string>;
|
|
15640
|
+
clickCancelButton: () => Promise<void>;
|
|
15641
|
+
clickCloseButton: () => Promise<void>;
|
|
15642
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15643
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15644
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15645
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15646
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15647
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15648
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15649
|
+
click: () => Promise<void>;
|
|
15650
|
+
element: () => Promise<any>;
|
|
15651
|
+
};
|
|
14745
15652
|
getViewListItemById: (id: string) => {
|
|
14746
15653
|
click: () => Promise<void>;
|
|
14747
15654
|
select: () => Promise<void>;
|
|
@@ -14771,6 +15678,24 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14771
15678
|
getCategoriesContent: () => Promise<string[]>;
|
|
14772
15679
|
isViewPendingChanges: () => Promise<boolean>;
|
|
14773
15680
|
isDefaultView: () => Promise<boolean>;
|
|
15681
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
15682
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
15683
|
+
openManageViewPopover: () => Promise<void>;
|
|
15684
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
15685
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
15686
|
+
renameViewActionClick: () => Promise<void>;
|
|
15687
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
15688
|
+
deleteViewActionClick: () => Promise<void>;
|
|
15689
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15690
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15691
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15692
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15693
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15694
|
+
saveNewView: (name: string) => Promise<void>;
|
|
15695
|
+
deleteView: (ind: number) => Promise<void>;
|
|
15696
|
+
saveViewChanges: () => Promise<void>;
|
|
15697
|
+
renameView: (name: string) => Promise<void>;
|
|
15698
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
14774
15699
|
click: () => Promise<void>;
|
|
14775
15700
|
element: () => Promise<any>;
|
|
14776
15701
|
};
|
|
@@ -15374,6 +16299,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15374
16299
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
15375
16300
|
isOpen: () => Promise<boolean>;
|
|
15376
16301
|
getPlaceholderText: () => Promise<string | null>;
|
|
16302
|
+
getSaveViewModal: () => {
|
|
16303
|
+
exists: () => Promise<boolean>;
|
|
16304
|
+
getTitle: () => Promise<string>;
|
|
16305
|
+
getSubTitle: () => Promise<string>;
|
|
16306
|
+
getSaveButtonText: () => Promise<string>;
|
|
16307
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16308
|
+
clickSaveButton: () => Promise<void>;
|
|
16309
|
+
getCancelButtonText: () => Promise<string>;
|
|
16310
|
+
clickCancelButton: () => Promise<void>;
|
|
16311
|
+
clickCloseButton: () => Promise<void>;
|
|
16312
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16313
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16314
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16315
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16316
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16317
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16318
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16319
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16320
|
+
click: () => Promise<void>;
|
|
16321
|
+
element: () => Promise<any>;
|
|
16322
|
+
};
|
|
16323
|
+
getRenameViewModal: () => {
|
|
16324
|
+
exists: () => Promise<boolean>;
|
|
16325
|
+
getTitle: () => Promise<string>;
|
|
16326
|
+
getSubTitle: () => Promise<string>;
|
|
16327
|
+
getSaveButtonText: () => Promise<string>;
|
|
16328
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16329
|
+
clickSaveButton: () => Promise<void>;
|
|
16330
|
+
getCancelButtonText: () => Promise<string>;
|
|
16331
|
+
clickCancelButton: () => Promise<void>;
|
|
16332
|
+
clickCloseButton: () => Promise<void>;
|
|
16333
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16334
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16335
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16336
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16337
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16338
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16339
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16340
|
+
click: () => Promise<void>;
|
|
16341
|
+
element: () => Promise<any>;
|
|
16342
|
+
};
|
|
15377
16343
|
getViewListItemById: (id: string) => {
|
|
15378
16344
|
click: () => Promise<void>;
|
|
15379
16345
|
select: () => Promise<void>;
|
|
@@ -15403,6 +16369,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15403
16369
|
getCategoriesContent: () => Promise<string[]>;
|
|
15404
16370
|
isViewPendingChanges: () => Promise<boolean>;
|
|
15405
16371
|
isDefaultView: () => Promise<boolean>;
|
|
16372
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
16373
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
16374
|
+
openManageViewPopover: () => Promise<void>;
|
|
16375
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
16376
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
16377
|
+
renameViewActionClick: () => Promise<void>;
|
|
16378
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
16379
|
+
deleteViewActionClick: () => Promise<void>;
|
|
16380
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16381
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16382
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16383
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16384
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16385
|
+
saveNewView: (name: string) => Promise<void>;
|
|
16386
|
+
deleteView: (ind: number) => Promise<void>;
|
|
16387
|
+
saveViewChanges: () => Promise<void>;
|
|
16388
|
+
renameView: (name: string) => Promise<void>;
|
|
16389
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
15406
16390
|
click: () => Promise<void>;
|
|
15407
16391
|
element: () => Promise<any>;
|
|
15408
16392
|
};
|
|
@@ -16568,6 +17552,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16568
17552
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
16569
17553
|
isOpen: () => Promise<boolean>;
|
|
16570
17554
|
getPlaceholderText: () => Promise<string | null>;
|
|
17555
|
+
getSaveViewModal: () => {
|
|
17556
|
+
exists: () => Promise<boolean>;
|
|
17557
|
+
getTitle: () => Promise<string>;
|
|
17558
|
+
getSubTitle: () => Promise<string>;
|
|
17559
|
+
getSaveButtonText: () => Promise<string>;
|
|
17560
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17561
|
+
clickSaveButton: () => Promise<void>;
|
|
17562
|
+
getCancelButtonText: () => Promise<string>;
|
|
17563
|
+
clickCancelButton: () => Promise<void>;
|
|
17564
|
+
clickCloseButton: () => Promise<void>;
|
|
17565
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17566
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17567
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17568
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17569
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17570
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17571
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17572
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17573
|
+
click: () => Promise<void>;
|
|
17574
|
+
element: () => Promise<any>;
|
|
17575
|
+
};
|
|
17576
|
+
getRenameViewModal: () => {
|
|
17577
|
+
exists: () => Promise<boolean>;
|
|
17578
|
+
getTitle: () => Promise<string>;
|
|
17579
|
+
getSubTitle: () => Promise<string>;
|
|
17580
|
+
getSaveButtonText: () => Promise<string>;
|
|
17581
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17582
|
+
clickSaveButton: () => Promise<void>;
|
|
17583
|
+
getCancelButtonText: () => Promise<string>;
|
|
17584
|
+
clickCancelButton: () => Promise<void>;
|
|
17585
|
+
clickCloseButton: () => Promise<void>;
|
|
17586
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17587
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17588
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17589
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17590
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17591
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17592
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17593
|
+
click: () => Promise<void>;
|
|
17594
|
+
element: () => Promise<any>;
|
|
17595
|
+
};
|
|
16571
17596
|
getViewListItemById: (id: string) => {
|
|
16572
17597
|
click: () => Promise<void>;
|
|
16573
17598
|
select: () => Promise<void>;
|
|
@@ -16597,6 +17622,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16597
17622
|
getCategoriesContent: () => Promise<string[]>;
|
|
16598
17623
|
isViewPendingChanges: () => Promise<boolean>;
|
|
16599
17624
|
isDefaultView: () => Promise<boolean>;
|
|
17625
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
17626
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
17627
|
+
openManageViewPopover: () => Promise<void>;
|
|
17628
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
17629
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
17630
|
+
renameViewActionClick: () => Promise<void>;
|
|
17631
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
17632
|
+
deleteViewActionClick: () => Promise<void>;
|
|
17633
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17634
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17635
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17636
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17637
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17638
|
+
saveNewView: (name: string) => Promise<void>;
|
|
17639
|
+
deleteView: (ind: number) => Promise<void>;
|
|
17640
|
+
saveViewChanges: () => Promise<void>;
|
|
17641
|
+
renameView: (name: string) => Promise<void>;
|
|
17642
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
16600
17643
|
click: () => Promise<void>;
|
|
16601
17644
|
element: () => Promise<any>;
|
|
16602
17645
|
};
|
|
@@ -17557,6 +18600,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17557
18600
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
17558
18601
|
isOpen: () => Promise<boolean>;
|
|
17559
18602
|
getPlaceholderText: () => Promise<string | null>;
|
|
18603
|
+
getSaveViewModal: () => {
|
|
18604
|
+
exists: () => Promise<boolean>;
|
|
18605
|
+
getTitle: () => Promise<string>;
|
|
18606
|
+
getSubTitle: () => Promise<string>;
|
|
18607
|
+
getSaveButtonText: () => Promise<string>;
|
|
18608
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18609
|
+
clickSaveButton: () => Promise<void>;
|
|
18610
|
+
getCancelButtonText: () => Promise<string>;
|
|
18611
|
+
clickCancelButton: () => Promise<void>;
|
|
18612
|
+
clickCloseButton: () => Promise<void>;
|
|
18613
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18614
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18615
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18616
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18617
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18618
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18619
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18620
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18621
|
+
click: () => Promise<void>;
|
|
18622
|
+
element: () => Promise<any>;
|
|
18623
|
+
};
|
|
18624
|
+
getRenameViewModal: () => {
|
|
18625
|
+
exists: () => Promise<boolean>;
|
|
18626
|
+
getTitle: () => Promise<string>;
|
|
18627
|
+
getSubTitle: () => Promise<string>;
|
|
18628
|
+
getSaveButtonText: () => Promise<string>;
|
|
18629
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18630
|
+
clickSaveButton: () => Promise<void>;
|
|
18631
|
+
getCancelButtonText: () => Promise<string>;
|
|
18632
|
+
clickCancelButton: () => Promise<void>;
|
|
18633
|
+
clickCloseButton: () => Promise<void>;
|
|
18634
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18635
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18636
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18637
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18638
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18639
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18640
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18641
|
+
click: () => Promise<void>;
|
|
18642
|
+
element: () => Promise<any>;
|
|
18643
|
+
};
|
|
17560
18644
|
getViewListItemById: (id: string) => {
|
|
17561
18645
|
click: () => Promise<void>;
|
|
17562
18646
|
select: () => Promise<void>;
|
|
@@ -17586,6 +18670,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17586
18670
|
getCategoriesContent: () => Promise<string[]>;
|
|
17587
18671
|
isViewPendingChanges: () => Promise<boolean>;
|
|
17588
18672
|
isDefaultView: () => Promise<boolean>;
|
|
18673
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
18674
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
18675
|
+
openManageViewPopover: () => Promise<void>;
|
|
18676
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
18677
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
18678
|
+
renameViewActionClick: () => Promise<void>;
|
|
18679
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
18680
|
+
deleteViewActionClick: () => Promise<void>;
|
|
18681
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18682
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18683
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18684
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18685
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18686
|
+
saveNewView: (name: string) => Promise<void>;
|
|
18687
|
+
deleteView: (ind: number) => Promise<void>;
|
|
18688
|
+
saveViewChanges: () => Promise<void>;
|
|
18689
|
+
renameView: (name: string) => Promise<void>;
|
|
18690
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
17589
18691
|
click: () => Promise<void>;
|
|
17590
18692
|
element: () => Promise<any>;
|
|
17591
18693
|
};
|
|
@@ -18172,6 +19274,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18172
19274
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
18173
19275
|
isOpen: () => Promise<boolean>;
|
|
18174
19276
|
getPlaceholderText: () => Promise<string | null>;
|
|
19277
|
+
getSaveViewModal: () => {
|
|
19278
|
+
exists: () => Promise<boolean>;
|
|
19279
|
+
getTitle: () => Promise<string>;
|
|
19280
|
+
getSubTitle: () => Promise<string>;
|
|
19281
|
+
getSaveButtonText: () => Promise<string>;
|
|
19282
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19283
|
+
clickSaveButton: () => Promise<void>;
|
|
19284
|
+
getCancelButtonText: () => Promise<string>;
|
|
19285
|
+
clickCancelButton: () => Promise<void>;
|
|
19286
|
+
clickCloseButton: () => Promise<void>;
|
|
19287
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19288
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19289
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19290
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19291
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19292
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19293
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19294
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19295
|
+
click: () => Promise<void>;
|
|
19296
|
+
element: () => Promise<any>;
|
|
19297
|
+
};
|
|
19298
|
+
getRenameViewModal: () => {
|
|
19299
|
+
exists: () => Promise<boolean>;
|
|
19300
|
+
getTitle: () => Promise<string>;
|
|
19301
|
+
getSubTitle: () => Promise<string>;
|
|
19302
|
+
getSaveButtonText: () => Promise<string>;
|
|
19303
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19304
|
+
clickSaveButton: () => Promise<void>;
|
|
19305
|
+
getCancelButtonText: () => Promise<string>;
|
|
19306
|
+
clickCancelButton: () => Promise<void>;
|
|
19307
|
+
clickCloseButton: () => Promise<void>;
|
|
19308
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19309
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19310
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19311
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19312
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19313
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19314
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19315
|
+
click: () => Promise<void>;
|
|
19316
|
+
element: () => Promise<any>;
|
|
19317
|
+
};
|
|
18175
19318
|
getViewListItemById: (id: string) => {
|
|
18176
19319
|
click: () => Promise<void>;
|
|
18177
19320
|
select: () => Promise<void>;
|
|
@@ -18201,6 +19344,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18201
19344
|
getCategoriesContent: () => Promise<string[]>;
|
|
18202
19345
|
isViewPendingChanges: () => Promise<boolean>;
|
|
18203
19346
|
isDefaultView: () => Promise<boolean>;
|
|
19347
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
19348
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
19349
|
+
openManageViewPopover: () => Promise<void>;
|
|
19350
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
19351
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
19352
|
+
renameViewActionClick: () => Promise<void>;
|
|
19353
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
19354
|
+
deleteViewActionClick: () => Promise<void>;
|
|
19355
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19356
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19357
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19358
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19359
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19360
|
+
saveNewView: (name: string) => Promise<void>;
|
|
19361
|
+
deleteView: (ind: number) => Promise<void>;
|
|
19362
|
+
saveViewChanges: () => Promise<void>;
|
|
19363
|
+
renameView: (name: string) => Promise<void>;
|
|
19364
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
18204
19365
|
click: () => Promise<void>;
|
|
18205
19366
|
element: () => Promise<any>;
|
|
18206
19367
|
};
|
|
@@ -18911,6 +20072,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18911
20072
|
click: () => Promise<void>;
|
|
18912
20073
|
};
|
|
18913
20074
|
getRenderedItemsCount: () => Promise<number>;
|
|
20075
|
+
gridContainerExists: () => Promise<boolean>;
|
|
18914
20076
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
18915
20077
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
18916
20078
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -19037,6 +20199,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19037
20199
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
19038
20200
|
isOpen: () => Promise<boolean>;
|
|
19039
20201
|
getPlaceholderText: () => Promise<string | null>;
|
|
20202
|
+
getSaveViewModal: () => {
|
|
20203
|
+
exists: () => Promise<boolean>;
|
|
20204
|
+
getTitle: () => Promise<string>;
|
|
20205
|
+
getSubTitle: () => Promise<string>;
|
|
20206
|
+
getSaveButtonText: () => Promise<string>;
|
|
20207
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20208
|
+
clickSaveButton: () => Promise<void>;
|
|
20209
|
+
getCancelButtonText: () => Promise<string>;
|
|
20210
|
+
clickCancelButton: () => Promise<void>;
|
|
20211
|
+
clickCloseButton: () => Promise<void>;
|
|
20212
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20213
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20214
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20215
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20216
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20217
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20218
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20219
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20220
|
+
click: () => Promise<void>;
|
|
20221
|
+
element: () => Promise<any>;
|
|
20222
|
+
};
|
|
20223
|
+
getRenameViewModal: () => {
|
|
20224
|
+
exists: () => Promise<boolean>;
|
|
20225
|
+
getTitle: () => Promise<string>;
|
|
20226
|
+
getSubTitle: () => Promise<string>;
|
|
20227
|
+
getSaveButtonText: () => Promise<string>;
|
|
20228
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20229
|
+
clickSaveButton: () => Promise<void>;
|
|
20230
|
+
getCancelButtonText: () => Promise<string>;
|
|
20231
|
+
clickCancelButton: () => Promise<void>;
|
|
20232
|
+
clickCloseButton: () => Promise<void>;
|
|
20233
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20234
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20235
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20236
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20237
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20238
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20239
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20240
|
+
click: () => Promise<void>;
|
|
20241
|
+
element: () => Promise<any>;
|
|
20242
|
+
};
|
|
19040
20243
|
getViewListItemById: (id: string) => {
|
|
19041
20244
|
click: () => Promise<void>;
|
|
19042
20245
|
select: () => Promise<void>;
|
|
@@ -19066,6 +20269,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19066
20269
|
getCategoriesContent: () => Promise<string[]>;
|
|
19067
20270
|
isViewPendingChanges: () => Promise<boolean>;
|
|
19068
20271
|
isDefaultView: () => Promise<boolean>;
|
|
20272
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
20273
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
20274
|
+
openManageViewPopover: () => Promise<void>;
|
|
20275
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
20276
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
20277
|
+
renameViewActionClick: () => Promise<void>;
|
|
20278
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
20279
|
+
deleteViewActionClick: () => Promise<void>;
|
|
20280
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20281
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20282
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20283
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20284
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20285
|
+
saveNewView: (name: string) => Promise<void>;
|
|
20286
|
+
deleteView: (ind: number) => Promise<void>;
|
|
20287
|
+
saveViewChanges: () => Promise<void>;
|
|
20288
|
+
renameView: (name: string) => Promise<void>;
|
|
20289
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
19069
20290
|
click: () => Promise<void>;
|
|
19070
20291
|
element: () => Promise<any>;
|
|
19071
20292
|
};
|
|
@@ -19835,6 +21056,15 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19835
21056
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
19836
21057
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
19837
21058
|
}>;
|
|
21059
|
+
getSectionHeaderAt: (index: number) => {
|
|
21060
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21061
|
+
getTitle: () => Promise<string>;
|
|
21062
|
+
exists: () => Promise<boolean>;
|
|
21063
|
+
element: () => Promise<any>;
|
|
21064
|
+
click: () => Promise<void>;
|
|
21065
|
+
};
|
|
21066
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
21067
|
+
getSectionGridAt: (index: number) => any;
|
|
19838
21068
|
exists: () => Promise<boolean>;
|
|
19839
21069
|
click: () => Promise<void>;
|
|
19840
21070
|
element: () => Promise<any>;
|
|
@@ -19948,6 +21178,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19948
21178
|
click: () => Promise<void>;
|
|
19949
21179
|
};
|
|
19950
21180
|
getRenderedItemsCount: () => Promise<number>;
|
|
21181
|
+
gridContainerExists: () => Promise<boolean>;
|
|
19951
21182
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
19952
21183
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
19953
21184
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -20074,6 +21305,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20074
21305
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
20075
21306
|
isOpen: () => Promise<boolean>;
|
|
20076
21307
|
getPlaceholderText: () => Promise<string | null>;
|
|
21308
|
+
getSaveViewModal: () => {
|
|
21309
|
+
exists: () => Promise<boolean>;
|
|
21310
|
+
getTitle: () => Promise<string>;
|
|
21311
|
+
getSubTitle: () => Promise<string>;
|
|
21312
|
+
getSaveButtonText: () => Promise<string>;
|
|
21313
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21314
|
+
clickSaveButton: () => Promise<void>;
|
|
21315
|
+
getCancelButtonText: () => Promise<string>;
|
|
21316
|
+
clickCancelButton: () => Promise<void>;
|
|
21317
|
+
clickCloseButton: () => Promise<void>;
|
|
21318
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21319
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21320
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21321
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21322
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21323
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21324
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21325
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21326
|
+
click: () => Promise<void>;
|
|
21327
|
+
element: () => Promise<any>;
|
|
21328
|
+
};
|
|
21329
|
+
getRenameViewModal: () => {
|
|
21330
|
+
exists: () => Promise<boolean>;
|
|
21331
|
+
getTitle: () => Promise<string>;
|
|
21332
|
+
getSubTitle: () => Promise<string>;
|
|
21333
|
+
getSaveButtonText: () => Promise<string>;
|
|
21334
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21335
|
+
clickSaveButton: () => Promise<void>;
|
|
21336
|
+
getCancelButtonText: () => Promise<string>;
|
|
21337
|
+
clickCancelButton: () => Promise<void>;
|
|
21338
|
+
clickCloseButton: () => Promise<void>;
|
|
21339
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21340
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21341
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21342
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21343
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21344
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21345
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21346
|
+
click: () => Promise<void>;
|
|
21347
|
+
element: () => Promise<any>;
|
|
21348
|
+
};
|
|
20077
21349
|
getViewListItemById: (id: string) => {
|
|
20078
21350
|
click: () => Promise<void>;
|
|
20079
21351
|
select: () => Promise<void>;
|
|
@@ -20103,6 +21375,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20103
21375
|
getCategoriesContent: () => Promise<string[]>;
|
|
20104
21376
|
isViewPendingChanges: () => Promise<boolean>;
|
|
20105
21377
|
isDefaultView: () => Promise<boolean>;
|
|
21378
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
21379
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
21380
|
+
openManageViewPopover: () => Promise<void>;
|
|
21381
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
21382
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
21383
|
+
renameViewActionClick: () => Promise<void>;
|
|
21384
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
21385
|
+
deleteViewActionClick: () => Promise<void>;
|
|
21386
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21387
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21388
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21389
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21390
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21391
|
+
saveNewView: (name: string) => Promise<void>;
|
|
21392
|
+
deleteView: (ind: number) => Promise<void>;
|
|
21393
|
+
saveViewChanges: () => Promise<void>;
|
|
21394
|
+
renameView: (name: string) => Promise<void>;
|
|
21395
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
20106
21396
|
click: () => Promise<void>;
|
|
20107
21397
|
element: () => Promise<any>;
|
|
20108
21398
|
};
|
|
@@ -20872,6 +22162,15 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20872
22162
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
20873
22163
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
20874
22164
|
}>;
|
|
22165
|
+
getSectionHeaderAt: (index: number) => {
|
|
22166
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22167
|
+
getTitle: () => Promise<string>;
|
|
22168
|
+
exists: () => Promise<boolean>;
|
|
22169
|
+
element: () => Promise<any>;
|
|
22170
|
+
click: () => Promise<void>;
|
|
22171
|
+
};
|
|
22172
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
22173
|
+
getSectionGridAt: (index: number) => any;
|
|
20875
22174
|
exists: () => Promise<boolean>;
|
|
20876
22175
|
click: () => Promise<void>;
|
|
20877
22176
|
element: () => Promise<any>;
|
|
@@ -21051,6 +22350,47 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
21051
22350
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
21052
22351
|
isOpen: () => Promise<boolean>;
|
|
21053
22352
|
getPlaceholderText: () => Promise<string | null>;
|
|
22353
|
+
getSaveViewModal: () => {
|
|
22354
|
+
exists: () => Promise<boolean>;
|
|
22355
|
+
getTitle: () => Promise<string>;
|
|
22356
|
+
getSubTitle: () => Promise<string>;
|
|
22357
|
+
getSaveButtonText: () => Promise<string>;
|
|
22358
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22359
|
+
clickSaveButton: () => Promise<void>;
|
|
22360
|
+
getCancelButtonText: () => Promise<string>;
|
|
22361
|
+
clickCancelButton: () => Promise<void>;
|
|
22362
|
+
clickCloseButton: () => Promise<void>;
|
|
22363
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22364
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22365
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22366
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22367
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22368
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22369
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22370
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22371
|
+
click: () => Promise<void>;
|
|
22372
|
+
element: () => Promise<any>;
|
|
22373
|
+
};
|
|
22374
|
+
getRenameViewModal: () => {
|
|
22375
|
+
exists: () => Promise<boolean>;
|
|
22376
|
+
getTitle: () => Promise<string>;
|
|
22377
|
+
getSubTitle: () => Promise<string>;
|
|
22378
|
+
getSaveButtonText: () => Promise<string>;
|
|
22379
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22380
|
+
clickSaveButton: () => Promise<void>;
|
|
22381
|
+
getCancelButtonText: () => Promise<string>;
|
|
22382
|
+
clickCancelButton: () => Promise<void>;
|
|
22383
|
+
clickCloseButton: () => Promise<void>;
|
|
22384
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22385
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22386
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22387
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22388
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22389
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22390
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22391
|
+
click: () => Promise<void>;
|
|
22392
|
+
element: () => Promise<any>;
|
|
22393
|
+
};
|
|
21054
22394
|
getViewListItemById: (id: string) => {
|
|
21055
22395
|
click: () => Promise<void>;
|
|
21056
22396
|
select: () => Promise<void>;
|
|
@@ -21080,6 +22420,24 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
21080
22420
|
getCategoriesContent: () => Promise<string[]>;
|
|
21081
22421
|
isViewPendingChanges: () => Promise<boolean>;
|
|
21082
22422
|
isDefaultView: () => Promise<boolean>;
|
|
22423
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
22424
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
22425
|
+
openManageViewPopover: () => Promise<void>;
|
|
22426
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
22427
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
22428
|
+
renameViewActionClick: () => Promise<void>;
|
|
22429
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
22430
|
+
deleteViewActionClick: () => Promise<void>;
|
|
22431
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22432
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22433
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22434
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22435
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22436
|
+
saveNewView: (name: string) => Promise<void>;
|
|
22437
|
+
deleteView: (ind: number) => Promise<void>;
|
|
22438
|
+
saveViewChanges: () => Promise<void>;
|
|
22439
|
+
renameView: (name: string) => Promise<void>;
|
|
22440
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
21083
22441
|
click: () => Promise<void>;
|
|
21084
22442
|
element: () => Promise<any>;
|
|
21085
22443
|
};
|
|
@@ -21882,6 +23240,47 @@ export declare const ViewsStandaloneTestkit: (obj: {
|
|
|
21882
23240
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
21883
23241
|
isOpen: () => Promise<boolean>;
|
|
21884
23242
|
getPlaceholderText: () => Promise<string | null>;
|
|
23243
|
+
getSaveViewModal: () => {
|
|
23244
|
+
exists: () => Promise<boolean>;
|
|
23245
|
+
getTitle: () => Promise<string>;
|
|
23246
|
+
getSubTitle: () => Promise<string>;
|
|
23247
|
+
getSaveButtonText: () => Promise<string>;
|
|
23248
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23249
|
+
clickSaveButton: () => Promise<void>;
|
|
23250
|
+
getCancelButtonText: () => Promise<string>;
|
|
23251
|
+
clickCancelButton: () => Promise<void>;
|
|
23252
|
+
clickCloseButton: () => Promise<void>;
|
|
23253
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23254
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23255
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23256
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23257
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23258
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23259
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23260
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
23261
|
+
click: () => Promise<void>;
|
|
23262
|
+
element: () => Promise<any>;
|
|
23263
|
+
};
|
|
23264
|
+
getRenameViewModal: () => {
|
|
23265
|
+
exists: () => Promise<boolean>;
|
|
23266
|
+
getTitle: () => Promise<string>;
|
|
23267
|
+
getSubTitle: () => Promise<string>;
|
|
23268
|
+
getSaveButtonText: () => Promise<string>;
|
|
23269
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23270
|
+
clickSaveButton: () => Promise<void>;
|
|
23271
|
+
getCancelButtonText: () => Promise<string>;
|
|
23272
|
+
clickCancelButton: () => Promise<void>;
|
|
23273
|
+
clickCloseButton: () => Promise<void>;
|
|
23274
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23275
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23276
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23277
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23278
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23279
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23280
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23281
|
+
click: () => Promise<void>;
|
|
23282
|
+
element: () => Promise<any>;
|
|
23283
|
+
};
|
|
21885
23284
|
getViewListItemById: (id: string) => {
|
|
21886
23285
|
click: () => Promise<void>;
|
|
21887
23286
|
select: () => Promise<void>;
|
|
@@ -21911,6 +23310,24 @@ export declare const ViewsStandaloneTestkit: (obj: {
|
|
|
21911
23310
|
getCategoriesContent: () => Promise<string[]>;
|
|
21912
23311
|
isViewPendingChanges: () => Promise<boolean>;
|
|
21913
23312
|
isDefaultView: () => Promise<boolean>;
|
|
23313
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
23314
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
23315
|
+
openManageViewPopover: () => Promise<void>;
|
|
23316
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
23317
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
23318
|
+
renameViewActionClick: () => Promise<void>;
|
|
23319
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
23320
|
+
deleteViewActionClick: () => Promise<void>;
|
|
23321
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23322
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23323
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23324
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23325
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23326
|
+
saveNewView: (name: string) => Promise<void>;
|
|
23327
|
+
deleteView: (ind: number) => Promise<void>;
|
|
23328
|
+
saveViewChanges: () => Promise<void>;
|
|
23329
|
+
renameView: (name: string) => Promise<void>;
|
|
23330
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
21914
23331
|
click: () => Promise<void>;
|
|
21915
23332
|
element: () => Promise<any>;
|
|
21916
23333
|
}>;
|