@wix/patterns 1.3.0 → 1.4.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 +72 -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.st.css.js.map +1 -1
- 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/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js.map +1 -1
- 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 +19 -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/InputOverflow/InputOverflow.st.css.js.map +1 -1
- package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/esm/components/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/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/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/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- 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/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.st.css.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/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.d.ts.map +1 -1
- 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/InputOverflow/InputOverflow.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/PickerTableListItem/PickerTableListItem.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/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.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/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
|
@@ -546,6 +546,47 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
546
546
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
547
547
|
isOpen: () => Promise<boolean>;
|
|
548
548
|
getPlaceholderText: () => Promise<string | null>;
|
|
549
|
+
getSaveViewModal: () => {
|
|
550
|
+
exists: () => Promise<boolean>;
|
|
551
|
+
getTitle: () => Promise<string>;
|
|
552
|
+
getSubTitle: () => Promise<string>;
|
|
553
|
+
getSaveButtonText: () => Promise<string>;
|
|
554
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
555
|
+
clickSaveButton: () => Promise<void>;
|
|
556
|
+
getCancelButtonText: () => Promise<string>;
|
|
557
|
+
clickCancelButton: () => Promise<void>;
|
|
558
|
+
clickCloseButton: () => Promise<void>;
|
|
559
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
560
|
+
getViewNameInputValue: () => Promise<string>;
|
|
561
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
562
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
563
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
564
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
565
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
566
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
567
|
+
click: () => Promise<void>;
|
|
568
|
+
element: () => Promise<any>;
|
|
569
|
+
};
|
|
570
|
+
getRenameViewModal: () => {
|
|
571
|
+
exists: () => Promise<boolean>;
|
|
572
|
+
getTitle: () => Promise<string>;
|
|
573
|
+
getSubTitle: () => Promise<string>;
|
|
574
|
+
getSaveButtonText: () => Promise<string>;
|
|
575
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
576
|
+
clickSaveButton: () => Promise<void>;
|
|
577
|
+
getCancelButtonText: () => Promise<string>;
|
|
578
|
+
clickCancelButton: () => Promise<void>;
|
|
579
|
+
clickCloseButton: () => Promise<void>;
|
|
580
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
581
|
+
getViewNameInputValue: () => Promise<string>;
|
|
582
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
583
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
584
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
585
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
586
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
587
|
+
click: () => Promise<void>;
|
|
588
|
+
element: () => Promise<any>;
|
|
589
|
+
};
|
|
549
590
|
getViewListItemById: (id: string) => {
|
|
550
591
|
click: () => Promise<void>;
|
|
551
592
|
select: () => Promise<void>;
|
|
@@ -575,6 +616,24 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
575
616
|
getCategoriesContent: () => Promise<string[]>;
|
|
576
617
|
isViewPendingChanges: () => Promise<boolean>;
|
|
577
618
|
isDefaultView: () => Promise<boolean>;
|
|
619
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
620
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
621
|
+
openManageViewPopover: () => Promise<void>;
|
|
622
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
623
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
624
|
+
renameViewActionClick: () => Promise<void>;
|
|
625
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
626
|
+
deleteViewActionClick: () => Promise<void>;
|
|
627
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
628
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
629
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
630
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
631
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
632
|
+
saveNewView: (name: string) => Promise<void>;
|
|
633
|
+
deleteView: (ind: number) => Promise<void>;
|
|
634
|
+
saveViewChanges: () => Promise<void>;
|
|
635
|
+
renameView: (name: string) => Promise<void>;
|
|
636
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
578
637
|
click: () => Promise<void>;
|
|
579
638
|
element: () => Promise<any>;
|
|
580
639
|
};
|
|
@@ -1577,6 +1636,47 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
1577
1636
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
1578
1637
|
isOpen: () => Promise<boolean>;
|
|
1579
1638
|
getPlaceholderText: () => Promise<string | null>;
|
|
1639
|
+
getSaveViewModal: () => {
|
|
1640
|
+
exists: () => Promise<boolean>;
|
|
1641
|
+
getTitle: () => Promise<string>;
|
|
1642
|
+
getSubTitle: () => Promise<string>;
|
|
1643
|
+
getSaveButtonText: () => Promise<string>;
|
|
1644
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1645
|
+
clickSaveButton: () => Promise<void>;
|
|
1646
|
+
getCancelButtonText: () => Promise<string>;
|
|
1647
|
+
clickCancelButton: () => Promise<void>;
|
|
1648
|
+
clickCloseButton: () => Promise<void>;
|
|
1649
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1650
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1651
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1652
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1653
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1654
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1655
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1656
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1657
|
+
click: () => Promise<void>;
|
|
1658
|
+
element: () => Promise<any>;
|
|
1659
|
+
};
|
|
1660
|
+
getRenameViewModal: () => {
|
|
1661
|
+
exists: () => Promise<boolean>;
|
|
1662
|
+
getTitle: () => Promise<string>;
|
|
1663
|
+
getSubTitle: () => Promise<string>;
|
|
1664
|
+
getSaveButtonText: () => Promise<string>;
|
|
1665
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1666
|
+
clickSaveButton: () => Promise<void>;
|
|
1667
|
+
getCancelButtonText: () => Promise<string>;
|
|
1668
|
+
clickCancelButton: () => Promise<void>;
|
|
1669
|
+
clickCloseButton: () => Promise<void>;
|
|
1670
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1671
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1672
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1673
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1674
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1675
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1676
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1677
|
+
click: () => Promise<void>;
|
|
1678
|
+
element: () => Promise<any>;
|
|
1679
|
+
};
|
|
1580
1680
|
getViewListItemById: (id: string) => {
|
|
1581
1681
|
click: () => Promise<void>;
|
|
1582
1682
|
select: () => Promise<void>;
|
|
@@ -1606,6 +1706,24 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
1606
1706
|
getCategoriesContent: () => Promise<string[]>;
|
|
1607
1707
|
isViewPendingChanges: () => Promise<boolean>;
|
|
1608
1708
|
isDefaultView: () => Promise<boolean>;
|
|
1709
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
1710
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
1711
|
+
openManageViewPopover: () => Promise<void>;
|
|
1712
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
1713
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
1714
|
+
renameViewActionClick: () => Promise<void>;
|
|
1715
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
1716
|
+
deleteViewActionClick: () => Promise<void>;
|
|
1717
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1718
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1719
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1720
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1721
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1722
|
+
saveNewView: (name: string) => Promise<void>;
|
|
1723
|
+
deleteView: (ind: number) => Promise<void>;
|
|
1724
|
+
saveViewChanges: () => Promise<void>;
|
|
1725
|
+
renameView: (name: string) => Promise<void>;
|
|
1726
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
1609
1727
|
click: () => Promise<void>;
|
|
1610
1728
|
element: () => Promise<any>;
|
|
1611
1729
|
};
|
|
@@ -2262,6 +2380,7 @@ export declare const GridTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
2262
2380
|
click: () => Promise<void>;
|
|
2263
2381
|
};
|
|
2264
2382
|
getRenderedItemsCount: () => Promise<number>;
|
|
2383
|
+
gridContainerExists: () => Promise<boolean>;
|
|
2265
2384
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
2266
2385
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
2267
2386
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -2388,6 +2507,47 @@ export declare const GridTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
2388
2507
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
2389
2508
|
isOpen: () => Promise<boolean>;
|
|
2390
2509
|
getPlaceholderText: () => Promise<string | null>;
|
|
2510
|
+
getSaveViewModal: () => {
|
|
2511
|
+
exists: () => Promise<boolean>;
|
|
2512
|
+
getTitle: () => Promise<string>;
|
|
2513
|
+
getSubTitle: () => Promise<string>;
|
|
2514
|
+
getSaveButtonText: () => Promise<string>;
|
|
2515
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2516
|
+
clickSaveButton: () => Promise<void>;
|
|
2517
|
+
getCancelButtonText: () => Promise<string>;
|
|
2518
|
+
clickCancelButton: () => Promise<void>;
|
|
2519
|
+
clickCloseButton: () => Promise<void>;
|
|
2520
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2521
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2522
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2523
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2524
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2525
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2526
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2527
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2528
|
+
click: () => Promise<void>;
|
|
2529
|
+
element: () => Promise<any>;
|
|
2530
|
+
};
|
|
2531
|
+
getRenameViewModal: () => {
|
|
2532
|
+
exists: () => Promise<boolean>;
|
|
2533
|
+
getTitle: () => Promise<string>;
|
|
2534
|
+
getSubTitle: () => Promise<string>;
|
|
2535
|
+
getSaveButtonText: () => Promise<string>;
|
|
2536
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2537
|
+
clickSaveButton: () => Promise<void>;
|
|
2538
|
+
getCancelButtonText: () => Promise<string>;
|
|
2539
|
+
clickCancelButton: () => Promise<void>;
|
|
2540
|
+
clickCloseButton: () => Promise<void>;
|
|
2541
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2542
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2543
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2544
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2545
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2546
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2547
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2548
|
+
click: () => Promise<void>;
|
|
2549
|
+
element: () => Promise<any>;
|
|
2550
|
+
};
|
|
2391
2551
|
getViewListItemById: (id: string) => {
|
|
2392
2552
|
click: () => Promise<void>;
|
|
2393
2553
|
select: () => Promise<void>;
|
|
@@ -2417,6 +2577,24 @@ export declare const GridTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
2417
2577
|
getCategoriesContent: () => Promise<string[]>;
|
|
2418
2578
|
isViewPendingChanges: () => Promise<boolean>;
|
|
2419
2579
|
isDefaultView: () => Promise<boolean>;
|
|
2580
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
2581
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
2582
|
+
openManageViewPopover: () => Promise<void>;
|
|
2583
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
2584
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
2585
|
+
renameViewActionClick: () => Promise<void>;
|
|
2586
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
2587
|
+
deleteViewActionClick: () => Promise<void>;
|
|
2588
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2589
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2590
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2591
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2592
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2593
|
+
saveNewView: (name: string) => Promise<void>;
|
|
2594
|
+
deleteView: (ind: number) => Promise<void>;
|
|
2595
|
+
saveViewChanges: () => Promise<void>;
|
|
2596
|
+
renameView: (name: string) => Promise<void>;
|
|
2597
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
2420
2598
|
click: () => Promise<void>;
|
|
2421
2599
|
element: () => Promise<any>;
|
|
2422
2600
|
};
|
|
@@ -3186,6 +3364,15 @@ export declare const GridTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
3186
3364
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
3187
3365
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
3188
3366
|
}>;
|
|
3367
|
+
getSectionHeaderAt: (index: number) => {
|
|
3368
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3369
|
+
getTitle: () => Promise<string>;
|
|
3370
|
+
exists: () => Promise<boolean>;
|
|
3371
|
+
element: () => Promise<any>;
|
|
3372
|
+
click: () => Promise<void>;
|
|
3373
|
+
};
|
|
3374
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
3375
|
+
getSectionGridAt: (index: number) => any;
|
|
3189
3376
|
exists: () => Promise<boolean>;
|
|
3190
3377
|
click: () => Promise<void>;
|
|
3191
3378
|
element: () => Promise<any>;
|
|
@@ -3751,6 +3938,47 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
3751
3938
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
3752
3939
|
isOpen: () => Promise<boolean>;
|
|
3753
3940
|
getPlaceholderText: () => Promise<string | null>;
|
|
3941
|
+
getSaveViewModal: () => {
|
|
3942
|
+
exists: () => Promise<boolean>;
|
|
3943
|
+
getTitle: () => Promise<string>;
|
|
3944
|
+
getSubTitle: () => Promise<string>;
|
|
3945
|
+
getSaveButtonText: () => Promise<string>;
|
|
3946
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
3947
|
+
clickSaveButton: () => Promise<void>;
|
|
3948
|
+
getCancelButtonText: () => Promise<string>;
|
|
3949
|
+
clickCancelButton: () => Promise<void>;
|
|
3950
|
+
clickCloseButton: () => Promise<void>;
|
|
3951
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
3952
|
+
getViewNameInputValue: () => Promise<string>;
|
|
3953
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
3954
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
3955
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
3956
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
3957
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
3958
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3959
|
+
click: () => Promise<void>;
|
|
3960
|
+
element: () => Promise<any>;
|
|
3961
|
+
};
|
|
3962
|
+
getRenameViewModal: () => {
|
|
3963
|
+
exists: () => Promise<boolean>;
|
|
3964
|
+
getTitle: () => Promise<string>;
|
|
3965
|
+
getSubTitle: () => Promise<string>;
|
|
3966
|
+
getSaveButtonText: () => Promise<string>;
|
|
3967
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
3968
|
+
clickSaveButton: () => Promise<void>;
|
|
3969
|
+
getCancelButtonText: () => Promise<string>;
|
|
3970
|
+
clickCancelButton: () => Promise<void>;
|
|
3971
|
+
clickCloseButton: () => Promise<void>;
|
|
3972
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
3973
|
+
getViewNameInputValue: () => Promise<string>;
|
|
3974
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
3975
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
3976
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
3977
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
3978
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
3979
|
+
click: () => Promise<void>;
|
|
3980
|
+
element: () => Promise<any>;
|
|
3981
|
+
};
|
|
3754
3982
|
getViewListItemById: (id: string) => {
|
|
3755
3983
|
click: () => Promise<void>;
|
|
3756
3984
|
select: () => Promise<void>;
|
|
@@ -3780,6 +4008,24 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
3780
4008
|
getCategoriesContent: () => Promise<string[]>;
|
|
3781
4009
|
isViewPendingChanges: () => Promise<boolean>;
|
|
3782
4010
|
isDefaultView: () => Promise<boolean>;
|
|
4011
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
4012
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
4013
|
+
openManageViewPopover: () => Promise<void>;
|
|
4014
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
4015
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
4016
|
+
renameViewActionClick: () => Promise<void>;
|
|
4017
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
4018
|
+
deleteViewActionClick: () => Promise<void>;
|
|
4019
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4020
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4021
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4022
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4023
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4024
|
+
saveNewView: (name: string) => Promise<void>;
|
|
4025
|
+
deleteView: (ind: number) => Promise<void>;
|
|
4026
|
+
saveViewChanges: () => Promise<void>;
|
|
4027
|
+
renameView: (name: string) => Promise<void>;
|
|
4028
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
3783
4029
|
click: () => Promise<void>;
|
|
3784
4030
|
element: () => Promise<any>;
|
|
3785
4031
|
};
|
|
@@ -4782,6 +5028,47 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4782
5028
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
4783
5029
|
isOpen: () => Promise<boolean>;
|
|
4784
5030
|
getPlaceholderText: () => Promise<string | null>;
|
|
5031
|
+
getSaveViewModal: () => {
|
|
5032
|
+
exists: () => Promise<boolean>;
|
|
5033
|
+
getTitle: () => Promise<string>;
|
|
5034
|
+
getSubTitle: () => Promise<string>;
|
|
5035
|
+
getSaveButtonText: () => Promise<string>;
|
|
5036
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5037
|
+
clickSaveButton: () => Promise<void>;
|
|
5038
|
+
getCancelButtonText: () => Promise<string>;
|
|
5039
|
+
clickCancelButton: () => Promise<void>;
|
|
5040
|
+
clickCloseButton: () => Promise<void>;
|
|
5041
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5042
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5043
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5044
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5045
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5046
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5047
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5048
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5049
|
+
click: () => Promise<void>;
|
|
5050
|
+
element: () => Promise<any>;
|
|
5051
|
+
};
|
|
5052
|
+
getRenameViewModal: () => {
|
|
5053
|
+
exists: () => Promise<boolean>;
|
|
5054
|
+
getTitle: () => Promise<string>;
|
|
5055
|
+
getSubTitle: () => Promise<string>;
|
|
5056
|
+
getSaveButtonText: () => Promise<string>;
|
|
5057
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5058
|
+
clickSaveButton: () => Promise<void>;
|
|
5059
|
+
getCancelButtonText: () => Promise<string>;
|
|
5060
|
+
clickCancelButton: () => Promise<void>;
|
|
5061
|
+
clickCloseButton: () => Promise<void>;
|
|
5062
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5063
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5064
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5065
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5066
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5067
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5068
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5069
|
+
click: () => Promise<void>;
|
|
5070
|
+
element: () => Promise<any>;
|
|
5071
|
+
};
|
|
4785
5072
|
getViewListItemById: (id: string) => {
|
|
4786
5073
|
click: () => Promise<void>;
|
|
4787
5074
|
select: () => Promise<void>;
|
|
@@ -4811,6 +5098,24 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4811
5098
|
getCategoriesContent: () => Promise<string[]>;
|
|
4812
5099
|
isViewPendingChanges: () => Promise<boolean>;
|
|
4813
5100
|
isDefaultView: () => Promise<boolean>;
|
|
5101
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
5102
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
5103
|
+
openManageViewPopover: () => Promise<void>;
|
|
5104
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
5105
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
5106
|
+
renameViewActionClick: () => Promise<void>;
|
|
5107
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
5108
|
+
deleteViewActionClick: () => Promise<void>;
|
|
5109
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5110
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5111
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5112
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5113
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5114
|
+
saveNewView: (name: string) => Promise<void>;
|
|
5115
|
+
deleteView: (ind: number) => Promise<void>;
|
|
5116
|
+
saveViewChanges: () => Promise<void>;
|
|
5117
|
+
renameView: (name: string) => Promise<void>;
|
|
5118
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
4814
5119
|
click: () => Promise<void>;
|
|
4815
5120
|
element: () => Promise<any>;
|
|
4816
5121
|
};
|
|
@@ -5467,6 +5772,7 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
5467
5772
|
click: () => Promise<void>;
|
|
5468
5773
|
};
|
|
5469
5774
|
getRenderedItemsCount: () => Promise<number>;
|
|
5775
|
+
gridContainerExists: () => Promise<boolean>;
|
|
5470
5776
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
5471
5777
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
5472
5778
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -5593,19 +5899,60 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
5593
5899
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
5594
5900
|
isOpen: () => Promise<boolean>;
|
|
5595
5901
|
getPlaceholderText: () => Promise<string | null>;
|
|
5596
|
-
|
|
5597
|
-
click: () => Promise<void>;
|
|
5598
|
-
select: () => Promise<void>;
|
|
5599
|
-
hasCheckbox(): Promise<boolean>;
|
|
5600
|
-
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
5601
|
-
getTitle(): Promise<string>;
|
|
5602
|
-
getSubtitle(): Promise<string>;
|
|
5603
|
-
getSuffix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
5902
|
+
getSaveViewModal: () => {
|
|
5604
5903
|
exists: () => Promise<boolean>;
|
|
5904
|
+
getTitle: () => Promise<string>;
|
|
5905
|
+
getSubTitle: () => Promise<string>;
|
|
5906
|
+
getSaveButtonText: () => Promise<string>;
|
|
5907
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5908
|
+
clickSaveButton: () => Promise<void>;
|
|
5909
|
+
getCancelButtonText: () => Promise<string>;
|
|
5910
|
+
clickCancelButton: () => Promise<void>;
|
|
5911
|
+
clickCloseButton: () => Promise<void>;
|
|
5912
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5913
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5914
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5915
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5916
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5917
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5918
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5919
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5920
|
+
click: () => Promise<void>;
|
|
5605
5921
|
element: () => Promise<any>;
|
|
5606
5922
|
};
|
|
5607
|
-
|
|
5608
|
-
|
|
5923
|
+
getRenameViewModal: () => {
|
|
5924
|
+
exists: () => Promise<boolean>;
|
|
5925
|
+
getTitle: () => Promise<string>;
|
|
5926
|
+
getSubTitle: () => Promise<string>;
|
|
5927
|
+
getSaveButtonText: () => Promise<string>;
|
|
5928
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5929
|
+
clickSaveButton: () => Promise<void>;
|
|
5930
|
+
getCancelButtonText: () => Promise<string>;
|
|
5931
|
+
clickCancelButton: () => Promise<void>;
|
|
5932
|
+
clickCloseButton: () => Promise<void>;
|
|
5933
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5934
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5935
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5936
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5937
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5938
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5939
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5940
|
+
click: () => Promise<void>;
|
|
5941
|
+
element: () => Promise<any>;
|
|
5942
|
+
};
|
|
5943
|
+
getViewListItemById: (id: string) => {
|
|
5944
|
+
click: () => Promise<void>;
|
|
5945
|
+
select: () => Promise<void>;
|
|
5946
|
+
hasCheckbox(): Promise<boolean>;
|
|
5947
|
+
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
5948
|
+
getTitle(): Promise<string>;
|
|
5949
|
+
getSubtitle(): Promise<string>;
|
|
5950
|
+
getSuffix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
5951
|
+
exists: () => Promise<boolean>;
|
|
5952
|
+
element: () => Promise<any>;
|
|
5953
|
+
};
|
|
5954
|
+
getViewListItemAt: (index: number) => {
|
|
5955
|
+
click: () => Promise<void>;
|
|
5609
5956
|
select: () => Promise<void>;
|
|
5610
5957
|
hasCheckbox(): Promise<boolean>;
|
|
5611
5958
|
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
@@ -5622,6 +5969,24 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
5622
5969
|
getCategoriesContent: () => Promise<string[]>;
|
|
5623
5970
|
isViewPendingChanges: () => Promise<boolean>;
|
|
5624
5971
|
isDefaultView: () => Promise<boolean>;
|
|
5972
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
5973
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
5974
|
+
openManageViewPopover: () => Promise<void>;
|
|
5975
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
5976
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
5977
|
+
renameViewActionClick: () => Promise<void>;
|
|
5978
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
5979
|
+
deleteViewActionClick: () => Promise<void>;
|
|
5980
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5981
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5982
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5983
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5984
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5985
|
+
saveNewView: (name: string) => Promise<void>;
|
|
5986
|
+
deleteView: (ind: number) => Promise<void>;
|
|
5987
|
+
saveViewChanges: () => Promise<void>;
|
|
5988
|
+
renameView: (name: string) => Promise<void>;
|
|
5989
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
5625
5990
|
click: () => Promise<void>;
|
|
5626
5991
|
element: () => Promise<any>;
|
|
5627
5992
|
};
|
|
@@ -6391,6 +6756,15 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
6391
6756
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
6392
6757
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
6393
6758
|
}>;
|
|
6759
|
+
getSectionHeaderAt: (index: number) => {
|
|
6760
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6761
|
+
getTitle: () => Promise<string>;
|
|
6762
|
+
exists: () => Promise<boolean>;
|
|
6763
|
+
element: () => Promise<any>;
|
|
6764
|
+
click: () => Promise<void>;
|
|
6765
|
+
};
|
|
6766
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
6767
|
+
getSectionGridAt: (index: number) => any;
|
|
6394
6768
|
exists: () => Promise<boolean>;
|
|
6395
6769
|
click: () => Promise<void>;
|
|
6396
6770
|
element: () => Promise<any>;
|
|
@@ -6898,6 +7272,47 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
6898
7272
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
6899
7273
|
isOpen: () => Promise<boolean>;
|
|
6900
7274
|
getPlaceholderText: () => Promise<string | null>;
|
|
7275
|
+
getSaveViewModal: () => {
|
|
7276
|
+
exists: () => Promise<boolean>;
|
|
7277
|
+
getTitle: () => Promise<string>;
|
|
7278
|
+
getSubTitle: () => Promise<string>;
|
|
7279
|
+
getSaveButtonText: () => Promise<string>;
|
|
7280
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7281
|
+
clickSaveButton: () => Promise<void>;
|
|
7282
|
+
getCancelButtonText: () => Promise<string>;
|
|
7283
|
+
clickCancelButton: () => Promise<void>;
|
|
7284
|
+
clickCloseButton: () => Promise<void>;
|
|
7285
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7286
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7287
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7288
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7289
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7290
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7291
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7292
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7293
|
+
click: () => Promise<void>;
|
|
7294
|
+
element: () => Promise<any>;
|
|
7295
|
+
};
|
|
7296
|
+
getRenameViewModal: () => {
|
|
7297
|
+
exists: () => Promise<boolean>;
|
|
7298
|
+
getTitle: () => Promise<string>;
|
|
7299
|
+
getSubTitle: () => Promise<string>;
|
|
7300
|
+
getSaveButtonText: () => Promise<string>;
|
|
7301
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7302
|
+
clickSaveButton: () => Promise<void>;
|
|
7303
|
+
getCancelButtonText: () => Promise<string>;
|
|
7304
|
+
clickCancelButton: () => Promise<void>;
|
|
7305
|
+
clickCloseButton: () => Promise<void>;
|
|
7306
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7307
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7308
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7309
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7310
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7311
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7312
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7313
|
+
click: () => Promise<void>;
|
|
7314
|
+
element: () => Promise<any>;
|
|
7315
|
+
};
|
|
6901
7316
|
getViewListItemById: (id: string) => {
|
|
6902
7317
|
click: () => Promise<void>;
|
|
6903
7318
|
select: () => Promise<void>;
|
|
@@ -6927,6 +7342,24 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
6927
7342
|
getCategoriesContent: () => Promise<string[]>;
|
|
6928
7343
|
isViewPendingChanges: () => Promise<boolean>;
|
|
6929
7344
|
isDefaultView: () => Promise<boolean>;
|
|
7345
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
7346
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
7347
|
+
openManageViewPopover: () => Promise<void>;
|
|
7348
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
7349
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
7350
|
+
renameViewActionClick: () => Promise<void>;
|
|
7351
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
7352
|
+
deleteViewActionClick: () => Promise<void>;
|
|
7353
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7354
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7355
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7356
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7357
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7358
|
+
saveNewView: (name: string) => Promise<void>;
|
|
7359
|
+
deleteView: (ind: number) => Promise<void>;
|
|
7360
|
+
saveViewChanges: () => Promise<void>;
|
|
7361
|
+
renameView: (name: string) => Promise<void>;
|
|
7362
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
6930
7363
|
click: () => Promise<void>;
|
|
6931
7364
|
element: () => Promise<any>;
|
|
6932
7365
|
};
|
|
@@ -7637,6 +8070,7 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
7637
8070
|
click: () => Promise<void>;
|
|
7638
8071
|
};
|
|
7639
8072
|
getRenderedItemsCount: () => Promise<number>;
|
|
8073
|
+
gridContainerExists: () => Promise<boolean>;
|
|
7640
8074
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
7641
8075
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
7642
8076
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -7763,6 +8197,47 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
7763
8197
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
7764
8198
|
isOpen: () => Promise<boolean>;
|
|
7765
8199
|
getPlaceholderText: () => Promise<string | null>;
|
|
8200
|
+
getSaveViewModal: () => {
|
|
8201
|
+
exists: () => Promise<boolean>;
|
|
8202
|
+
getTitle: () => Promise<string>;
|
|
8203
|
+
getSubTitle: () => Promise<string>;
|
|
8204
|
+
getSaveButtonText: () => Promise<string>;
|
|
8205
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
8206
|
+
clickSaveButton: () => Promise<void>;
|
|
8207
|
+
getCancelButtonText: () => Promise<string>;
|
|
8208
|
+
clickCancelButton: () => Promise<void>;
|
|
8209
|
+
clickCloseButton: () => Promise<void>;
|
|
8210
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8211
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8212
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8213
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8214
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8215
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8216
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8217
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8218
|
+
click: () => Promise<void>;
|
|
8219
|
+
element: () => Promise<any>;
|
|
8220
|
+
};
|
|
8221
|
+
getRenameViewModal: () => {
|
|
8222
|
+
exists: () => Promise<boolean>;
|
|
8223
|
+
getTitle: () => Promise<string>;
|
|
8224
|
+
getSubTitle: () => Promise<string>;
|
|
8225
|
+
getSaveButtonText: () => Promise<string>;
|
|
8226
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
8227
|
+
clickSaveButton: () => Promise<void>;
|
|
8228
|
+
getCancelButtonText: () => Promise<string>;
|
|
8229
|
+
clickCancelButton: () => Promise<void>;
|
|
8230
|
+
clickCloseButton: () => Promise<void>;
|
|
8231
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8232
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8233
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8234
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8235
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8236
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8237
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8238
|
+
click: () => Promise<void>;
|
|
8239
|
+
element: () => Promise<any>;
|
|
8240
|
+
};
|
|
7766
8241
|
getViewListItemById: (id: string) => {
|
|
7767
8242
|
click: () => Promise<void>;
|
|
7768
8243
|
select: () => Promise<void>;
|
|
@@ -7792,6 +8267,24 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
7792
8267
|
getCategoriesContent: () => Promise<string[]>;
|
|
7793
8268
|
isViewPendingChanges: () => Promise<boolean>;
|
|
7794
8269
|
isDefaultView: () => Promise<boolean>;
|
|
8270
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
8271
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
8272
|
+
openManageViewPopover: () => Promise<void>;
|
|
8273
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
8274
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
8275
|
+
renameViewActionClick: () => Promise<void>;
|
|
8276
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
8277
|
+
deleteViewActionClick: () => Promise<void>;
|
|
8278
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8279
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8280
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8281
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8282
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8283
|
+
saveNewView: (name: string) => Promise<void>;
|
|
8284
|
+
deleteView: (ind: number) => Promise<void>;
|
|
8285
|
+
saveViewChanges: () => Promise<void>;
|
|
8286
|
+
renameView: (name: string) => Promise<void>;
|
|
8287
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
7795
8288
|
click: () => Promise<void>;
|
|
7796
8289
|
element: () => Promise<any>;
|
|
7797
8290
|
};
|
|
@@ -8561,6 +9054,15 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8561
9054
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
8562
9055
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
8563
9056
|
}>;
|
|
9057
|
+
getSectionHeaderAt: (index: number) => {
|
|
9058
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9059
|
+
getTitle: () => Promise<string>;
|
|
9060
|
+
exists: () => Promise<boolean>;
|
|
9061
|
+
element: () => Promise<any>;
|
|
9062
|
+
click: () => Promise<void>;
|
|
9063
|
+
};
|
|
9064
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
9065
|
+
getSectionGridAt: (index: number) => any;
|
|
8564
9066
|
exists: () => Promise<boolean>;
|
|
8565
9067
|
click: () => Promise<void>;
|
|
8566
9068
|
element: () => Promise<any>;
|
|
@@ -8674,6 +9176,7 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8674
9176
|
click: () => Promise<void>;
|
|
8675
9177
|
};
|
|
8676
9178
|
getRenderedItemsCount: () => Promise<number>;
|
|
9179
|
+
gridContainerExists: () => Promise<boolean>;
|
|
8677
9180
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
8678
9181
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
8679
9182
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -8800,6 +9303,47 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8800
9303
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
8801
9304
|
isOpen: () => Promise<boolean>;
|
|
8802
9305
|
getPlaceholderText: () => Promise<string | null>;
|
|
9306
|
+
getSaveViewModal: () => {
|
|
9307
|
+
exists: () => Promise<boolean>;
|
|
9308
|
+
getTitle: () => Promise<string>;
|
|
9309
|
+
getSubTitle: () => Promise<string>;
|
|
9310
|
+
getSaveButtonText: () => Promise<string>;
|
|
9311
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9312
|
+
clickSaveButton: () => Promise<void>;
|
|
9313
|
+
getCancelButtonText: () => Promise<string>;
|
|
9314
|
+
clickCancelButton: () => Promise<void>;
|
|
9315
|
+
clickCloseButton: () => Promise<void>;
|
|
9316
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9317
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9318
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9319
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9320
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9321
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9322
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9323
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9324
|
+
click: () => Promise<void>;
|
|
9325
|
+
element: () => Promise<any>;
|
|
9326
|
+
};
|
|
9327
|
+
getRenameViewModal: () => {
|
|
9328
|
+
exists: () => Promise<boolean>;
|
|
9329
|
+
getTitle: () => Promise<string>;
|
|
9330
|
+
getSubTitle: () => Promise<string>;
|
|
9331
|
+
getSaveButtonText: () => Promise<string>;
|
|
9332
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9333
|
+
clickSaveButton: () => Promise<void>;
|
|
9334
|
+
getCancelButtonText: () => Promise<string>;
|
|
9335
|
+
clickCancelButton: () => Promise<void>;
|
|
9336
|
+
clickCloseButton: () => Promise<void>;
|
|
9337
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9338
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9339
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9340
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9341
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9342
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9343
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9344
|
+
click: () => Promise<void>;
|
|
9345
|
+
element: () => Promise<any>;
|
|
9346
|
+
};
|
|
8803
9347
|
getViewListItemById: (id: string) => {
|
|
8804
9348
|
click: () => Promise<void>;
|
|
8805
9349
|
select: () => Promise<void>;
|
|
@@ -8829,6 +9373,24 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8829
9373
|
getCategoriesContent: () => Promise<string[]>;
|
|
8830
9374
|
isViewPendingChanges: () => Promise<boolean>;
|
|
8831
9375
|
isDefaultView: () => Promise<boolean>;
|
|
9376
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
9377
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
9378
|
+
openManageViewPopover: () => Promise<void>;
|
|
9379
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
9380
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
9381
|
+
renameViewActionClick: () => Promise<void>;
|
|
9382
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
9383
|
+
deleteViewActionClick: () => Promise<void>;
|
|
9384
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9385
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9386
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9387
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9388
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9389
|
+
saveNewView: (name: string) => Promise<void>;
|
|
9390
|
+
deleteView: (ind: number) => Promise<void>;
|
|
9391
|
+
saveViewChanges: () => Promise<void>;
|
|
9392
|
+
renameView: (name: string) => Promise<void>;
|
|
9393
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
8832
9394
|
click: () => Promise<void>;
|
|
8833
9395
|
element: () => Promise<any>;
|
|
8834
9396
|
};
|
|
@@ -9598,6 +10160,15 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
9598
10160
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
9599
10161
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
9600
10162
|
}>;
|
|
10163
|
+
getSectionHeaderAt: (index: number) => {
|
|
10164
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10165
|
+
getTitle: () => Promise<string>;
|
|
10166
|
+
exists: () => Promise<boolean>;
|
|
10167
|
+
element: () => Promise<any>;
|
|
10168
|
+
click: () => Promise<void>;
|
|
10169
|
+
};
|
|
10170
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
10171
|
+
getSectionGridAt: (index: number) => any;
|
|
9601
10172
|
exists: () => Promise<boolean>;
|
|
9602
10173
|
click: () => Promise<void>;
|
|
9603
10174
|
element: () => Promise<any>;
|
|
@@ -9703,6 +10274,47 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
9703
10274
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
9704
10275
|
isOpen: () => Promise<boolean>;
|
|
9705
10276
|
getPlaceholderText: () => Promise<string | null>;
|
|
10277
|
+
getSaveViewModal: () => {
|
|
10278
|
+
exists: () => Promise<boolean>;
|
|
10279
|
+
getTitle: () => Promise<string>;
|
|
10280
|
+
getSubTitle: () => Promise<string>;
|
|
10281
|
+
getSaveButtonText: () => Promise<string>;
|
|
10282
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10283
|
+
clickSaveButton: () => Promise<void>;
|
|
10284
|
+
getCancelButtonText: () => Promise<string>;
|
|
10285
|
+
clickCancelButton: () => Promise<void>;
|
|
10286
|
+
clickCloseButton: () => Promise<void>;
|
|
10287
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10288
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10289
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10290
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10291
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10292
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10293
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10294
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10295
|
+
click: () => Promise<void>;
|
|
10296
|
+
element: () => Promise<any>;
|
|
10297
|
+
};
|
|
10298
|
+
getRenameViewModal: () => {
|
|
10299
|
+
exists: () => Promise<boolean>;
|
|
10300
|
+
getTitle: () => Promise<string>;
|
|
10301
|
+
getSubTitle: () => Promise<string>;
|
|
10302
|
+
getSaveButtonText: () => Promise<string>;
|
|
10303
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10304
|
+
clickSaveButton: () => Promise<void>;
|
|
10305
|
+
getCancelButtonText: () => Promise<string>;
|
|
10306
|
+
clickCancelButton: () => Promise<void>;
|
|
10307
|
+
clickCloseButton: () => Promise<void>;
|
|
10308
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10309
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10310
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10311
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10312
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10313
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10314
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10315
|
+
click: () => Promise<void>;
|
|
10316
|
+
element: () => Promise<any>;
|
|
10317
|
+
};
|
|
9706
10318
|
getViewListItemById: (id: string) => {
|
|
9707
10319
|
click: () => Promise<void>;
|
|
9708
10320
|
select: () => Promise<void>;
|
|
@@ -9732,6 +10344,24 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
9732
10344
|
getCategoriesContent: () => Promise<string[]>;
|
|
9733
10345
|
isViewPendingChanges: () => Promise<boolean>;
|
|
9734
10346
|
isDefaultView: () => Promise<boolean>;
|
|
10347
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
10348
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
10349
|
+
openManageViewPopover: () => Promise<void>;
|
|
10350
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
10351
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
10352
|
+
renameViewActionClick: () => Promise<void>;
|
|
10353
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
10354
|
+
deleteViewActionClick: () => Promise<void>;
|
|
10355
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10356
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10357
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10358
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10359
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10360
|
+
saveNewView: (name: string) => Promise<void>;
|
|
10361
|
+
deleteView: (ind: number) => Promise<void>;
|
|
10362
|
+
saveViewChanges: () => Promise<void>;
|
|
10363
|
+
renameView: (name: string) => Promise<void>;
|
|
10364
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
9735
10365
|
click: () => Promise<void>;
|
|
9736
10366
|
element: () => Promise<any>;
|
|
9737
10367
|
};
|
|
@@ -10897,6 +11527,47 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
10897
11527
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
10898
11528
|
isOpen: () => Promise<boolean>;
|
|
10899
11529
|
getPlaceholderText: () => Promise<string | null>;
|
|
11530
|
+
getSaveViewModal: () => {
|
|
11531
|
+
exists: () => Promise<boolean>;
|
|
11532
|
+
getTitle: () => Promise<string>;
|
|
11533
|
+
getSubTitle: () => Promise<string>;
|
|
11534
|
+
getSaveButtonText: () => Promise<string>;
|
|
11535
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11536
|
+
clickSaveButton: () => Promise<void>;
|
|
11537
|
+
getCancelButtonText: () => Promise<string>;
|
|
11538
|
+
clickCancelButton: () => Promise<void>;
|
|
11539
|
+
clickCloseButton: () => Promise<void>;
|
|
11540
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11541
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11542
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11543
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11544
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11545
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11546
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11547
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11548
|
+
click: () => Promise<void>;
|
|
11549
|
+
element: () => Promise<any>;
|
|
11550
|
+
};
|
|
11551
|
+
getRenameViewModal: () => {
|
|
11552
|
+
exists: () => Promise<boolean>;
|
|
11553
|
+
getTitle: () => Promise<string>;
|
|
11554
|
+
getSubTitle: () => Promise<string>;
|
|
11555
|
+
getSaveButtonText: () => Promise<string>;
|
|
11556
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11557
|
+
clickSaveButton: () => Promise<void>;
|
|
11558
|
+
getCancelButtonText: () => Promise<string>;
|
|
11559
|
+
clickCancelButton: () => Promise<void>;
|
|
11560
|
+
clickCloseButton: () => Promise<void>;
|
|
11561
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11562
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11563
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11564
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11565
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11566
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11567
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11568
|
+
click: () => Promise<void>;
|
|
11569
|
+
element: () => Promise<any>;
|
|
11570
|
+
};
|
|
10900
11571
|
getViewListItemById: (id: string) => {
|
|
10901
11572
|
click: () => Promise<void>;
|
|
10902
11573
|
select: () => Promise<void>;
|
|
@@ -10926,6 +11597,24 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
10926
11597
|
getCategoriesContent: () => Promise<string[]>;
|
|
10927
11598
|
isViewPendingChanges: () => Promise<boolean>;
|
|
10928
11599
|
isDefaultView: () => Promise<boolean>;
|
|
11600
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
11601
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
11602
|
+
openManageViewPopover: () => Promise<void>;
|
|
11603
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
11604
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
11605
|
+
renameViewActionClick: () => Promise<void>;
|
|
11606
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
11607
|
+
deleteViewActionClick: () => Promise<void>;
|
|
11608
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11609
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11610
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11611
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11612
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11613
|
+
saveNewView: (name: string) => Promise<void>;
|
|
11614
|
+
deleteView: (ind: number) => Promise<void>;
|
|
11615
|
+
saveViewChanges: () => Promise<void>;
|
|
11616
|
+
renameView: (name: string) => Promise<void>;
|
|
11617
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
10929
11618
|
click: () => Promise<void>;
|
|
10930
11619
|
element: () => Promise<any>;
|
|
10931
11620
|
};
|
|
@@ -11886,6 +12575,47 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
11886
12575
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
11887
12576
|
isOpen: () => Promise<boolean>;
|
|
11888
12577
|
getPlaceholderText: () => Promise<string | null>;
|
|
12578
|
+
getSaveViewModal: () => {
|
|
12579
|
+
exists: () => Promise<boolean>;
|
|
12580
|
+
getTitle: () => Promise<string>;
|
|
12581
|
+
getSubTitle: () => Promise<string>;
|
|
12582
|
+
getSaveButtonText: () => Promise<string>;
|
|
12583
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12584
|
+
clickSaveButton: () => Promise<void>;
|
|
12585
|
+
getCancelButtonText: () => Promise<string>;
|
|
12586
|
+
clickCancelButton: () => Promise<void>;
|
|
12587
|
+
clickCloseButton: () => Promise<void>;
|
|
12588
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12589
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12590
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12591
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12592
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12593
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12594
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12595
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12596
|
+
click: () => Promise<void>;
|
|
12597
|
+
element: () => Promise<any>;
|
|
12598
|
+
};
|
|
12599
|
+
getRenameViewModal: () => {
|
|
12600
|
+
exists: () => Promise<boolean>;
|
|
12601
|
+
getTitle: () => Promise<string>;
|
|
12602
|
+
getSubTitle: () => Promise<string>;
|
|
12603
|
+
getSaveButtonText: () => Promise<string>;
|
|
12604
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12605
|
+
clickSaveButton: () => Promise<void>;
|
|
12606
|
+
getCancelButtonText: () => Promise<string>;
|
|
12607
|
+
clickCancelButton: () => Promise<void>;
|
|
12608
|
+
clickCloseButton: () => Promise<void>;
|
|
12609
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12610
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12611
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12612
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12613
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12614
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12615
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12616
|
+
click: () => Promise<void>;
|
|
12617
|
+
element: () => Promise<any>;
|
|
12618
|
+
};
|
|
11889
12619
|
getViewListItemById: (id: string) => {
|
|
11890
12620
|
click: () => Promise<void>;
|
|
11891
12621
|
select: () => Promise<void>;
|
|
@@ -11915,6 +12645,24 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
11915
12645
|
getCategoriesContent: () => Promise<string[]>;
|
|
11916
12646
|
isViewPendingChanges: () => Promise<boolean>;
|
|
11917
12647
|
isDefaultView: () => Promise<boolean>;
|
|
12648
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
12649
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
12650
|
+
openManageViewPopover: () => Promise<void>;
|
|
12651
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
12652
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
12653
|
+
renameViewActionClick: () => Promise<void>;
|
|
12654
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
12655
|
+
deleteViewActionClick: () => Promise<void>;
|
|
12656
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12657
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12658
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12659
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12660
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12661
|
+
saveNewView: (name: string) => Promise<void>;
|
|
12662
|
+
deleteView: (ind: number) => Promise<void>;
|
|
12663
|
+
saveViewChanges: () => Promise<void>;
|
|
12664
|
+
renameView: (name: string) => Promise<void>;
|
|
12665
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
11918
12666
|
click: () => Promise<void>;
|
|
11919
12667
|
element: () => Promise<any>;
|
|
11920
12668
|
};
|
|
@@ -12501,6 +13249,47 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
12501
13249
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
12502
13250
|
isOpen: () => Promise<boolean>;
|
|
12503
13251
|
getPlaceholderText: () => Promise<string | null>;
|
|
13252
|
+
getSaveViewModal: () => {
|
|
13253
|
+
exists: () => Promise<boolean>;
|
|
13254
|
+
getTitle: () => Promise<string>;
|
|
13255
|
+
getSubTitle: () => Promise<string>;
|
|
13256
|
+
getSaveButtonText: () => Promise<string>;
|
|
13257
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13258
|
+
clickSaveButton: () => Promise<void>;
|
|
13259
|
+
getCancelButtonText: () => Promise<string>;
|
|
13260
|
+
clickCancelButton: () => Promise<void>;
|
|
13261
|
+
clickCloseButton: () => Promise<void>;
|
|
13262
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13263
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13264
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13265
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13266
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13267
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13268
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13269
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13270
|
+
click: () => Promise<void>;
|
|
13271
|
+
element: () => Promise<any>;
|
|
13272
|
+
};
|
|
13273
|
+
getRenameViewModal: () => {
|
|
13274
|
+
exists: () => Promise<boolean>;
|
|
13275
|
+
getTitle: () => Promise<string>;
|
|
13276
|
+
getSubTitle: () => Promise<string>;
|
|
13277
|
+
getSaveButtonText: () => Promise<string>;
|
|
13278
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13279
|
+
clickSaveButton: () => Promise<void>;
|
|
13280
|
+
getCancelButtonText: () => Promise<string>;
|
|
13281
|
+
clickCancelButton: () => Promise<void>;
|
|
13282
|
+
clickCloseButton: () => Promise<void>;
|
|
13283
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13284
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13285
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13286
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13287
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13288
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13289
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13290
|
+
click: () => Promise<void>;
|
|
13291
|
+
element: () => Promise<any>;
|
|
13292
|
+
};
|
|
12504
13293
|
getViewListItemById: (id: string) => {
|
|
12505
13294
|
click: () => Promise<void>;
|
|
12506
13295
|
select: () => Promise<void>;
|
|
@@ -12530,6 +13319,24 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
12530
13319
|
getCategoriesContent: () => Promise<string[]>;
|
|
12531
13320
|
isViewPendingChanges: () => Promise<boolean>;
|
|
12532
13321
|
isDefaultView: () => Promise<boolean>;
|
|
13322
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
13323
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
13324
|
+
openManageViewPopover: () => Promise<void>;
|
|
13325
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
13326
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
13327
|
+
renameViewActionClick: () => Promise<void>;
|
|
13328
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
13329
|
+
deleteViewActionClick: () => Promise<void>;
|
|
13330
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13331
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13332
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13333
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13334
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13335
|
+
saveNewView: (name: string) => Promise<void>;
|
|
13336
|
+
deleteView: (ind: number) => Promise<void>;
|
|
13337
|
+
saveViewChanges: () => Promise<void>;
|
|
13338
|
+
renameView: (name: string) => Promise<void>;
|
|
13339
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
12533
13340
|
click: () => Promise<void>;
|
|
12534
13341
|
element: () => Promise<any>;
|
|
12535
13342
|
};
|
|
@@ -13903,6 +14710,47 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
13903
14710
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
13904
14711
|
isOpen: () => Promise<boolean>;
|
|
13905
14712
|
getPlaceholderText: () => Promise<string | null>;
|
|
14713
|
+
getSaveViewModal: () => {
|
|
14714
|
+
exists: () => Promise<boolean>;
|
|
14715
|
+
getTitle: () => Promise<string>;
|
|
14716
|
+
getSubTitle: () => Promise<string>;
|
|
14717
|
+
getSaveButtonText: () => Promise<string>;
|
|
14718
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14719
|
+
clickSaveButton: () => Promise<void>;
|
|
14720
|
+
getCancelButtonText: () => Promise<string>;
|
|
14721
|
+
clickCancelButton: () => Promise<void>;
|
|
14722
|
+
clickCloseButton: () => Promise<void>;
|
|
14723
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14724
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14725
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14726
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14727
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14728
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14729
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14730
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14731
|
+
click: () => Promise<void>;
|
|
14732
|
+
element: () => Promise<any>;
|
|
14733
|
+
};
|
|
14734
|
+
getRenameViewModal: () => {
|
|
14735
|
+
exists: () => Promise<boolean>;
|
|
14736
|
+
getTitle: () => Promise<string>;
|
|
14737
|
+
getSubTitle: () => Promise<string>;
|
|
14738
|
+
getSaveButtonText: () => Promise<string>;
|
|
14739
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14740
|
+
clickSaveButton: () => Promise<void>;
|
|
14741
|
+
getCancelButtonText: () => Promise<string>;
|
|
14742
|
+
clickCancelButton: () => Promise<void>;
|
|
14743
|
+
clickCloseButton: () => Promise<void>;
|
|
14744
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14745
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14746
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14747
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14748
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14749
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14750
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14751
|
+
click: () => Promise<void>;
|
|
14752
|
+
element: () => Promise<any>;
|
|
14753
|
+
};
|
|
13906
14754
|
getViewListItemById: (id: string) => {
|
|
13907
14755
|
click: () => Promise<void>;
|
|
13908
14756
|
select: () => Promise<void>;
|
|
@@ -13932,6 +14780,24 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
13932
14780
|
getCategoriesContent: () => Promise<string[]>;
|
|
13933
14781
|
isViewPendingChanges: () => Promise<boolean>;
|
|
13934
14782
|
isDefaultView: () => Promise<boolean>;
|
|
14783
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
14784
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
14785
|
+
openManageViewPopover: () => Promise<void>;
|
|
14786
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
14787
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
14788
|
+
renameViewActionClick: () => Promise<void>;
|
|
14789
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
14790
|
+
deleteViewActionClick: () => Promise<void>;
|
|
14791
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14792
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14793
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14794
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14795
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14796
|
+
saveNewView: (name: string) => Promise<void>;
|
|
14797
|
+
deleteView: (ind: number) => Promise<void>;
|
|
14798
|
+
saveViewChanges: () => Promise<void>;
|
|
14799
|
+
renameView: (name: string) => Promise<void>;
|
|
14800
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
13935
14801
|
click: () => Promise<void>;
|
|
13936
14802
|
element: () => Promise<any>;
|
|
13937
14803
|
};
|
|
@@ -14892,6 +15758,47 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
14892
15758
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
14893
15759
|
isOpen: () => Promise<boolean>;
|
|
14894
15760
|
getPlaceholderText: () => Promise<string | null>;
|
|
15761
|
+
getSaveViewModal: () => {
|
|
15762
|
+
exists: () => Promise<boolean>;
|
|
15763
|
+
getTitle: () => Promise<string>;
|
|
15764
|
+
getSubTitle: () => Promise<string>;
|
|
15765
|
+
getSaveButtonText: () => Promise<string>;
|
|
15766
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15767
|
+
clickSaveButton: () => Promise<void>;
|
|
15768
|
+
getCancelButtonText: () => Promise<string>;
|
|
15769
|
+
clickCancelButton: () => Promise<void>;
|
|
15770
|
+
clickCloseButton: () => Promise<void>;
|
|
15771
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15772
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15773
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15774
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15775
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15776
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15777
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15778
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15779
|
+
click: () => Promise<void>;
|
|
15780
|
+
element: () => Promise<any>;
|
|
15781
|
+
};
|
|
15782
|
+
getRenameViewModal: () => {
|
|
15783
|
+
exists: () => Promise<boolean>;
|
|
15784
|
+
getTitle: () => Promise<string>;
|
|
15785
|
+
getSubTitle: () => Promise<string>;
|
|
15786
|
+
getSaveButtonText: () => Promise<string>;
|
|
15787
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15788
|
+
clickSaveButton: () => Promise<void>;
|
|
15789
|
+
getCancelButtonText: () => Promise<string>;
|
|
15790
|
+
clickCancelButton: () => Promise<void>;
|
|
15791
|
+
clickCloseButton: () => Promise<void>;
|
|
15792
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15793
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15794
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15795
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15796
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15797
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15798
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15799
|
+
click: () => Promise<void>;
|
|
15800
|
+
element: () => Promise<any>;
|
|
15801
|
+
};
|
|
14895
15802
|
getViewListItemById: (id: string) => {
|
|
14896
15803
|
click: () => Promise<void>;
|
|
14897
15804
|
select: () => Promise<void>;
|
|
@@ -14921,6 +15828,24 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
14921
15828
|
getCategoriesContent: () => Promise<string[]>;
|
|
14922
15829
|
isViewPendingChanges: () => Promise<boolean>;
|
|
14923
15830
|
isDefaultView: () => Promise<boolean>;
|
|
15831
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
15832
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
15833
|
+
openManageViewPopover: () => Promise<void>;
|
|
15834
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
15835
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
15836
|
+
renameViewActionClick: () => Promise<void>;
|
|
15837
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
15838
|
+
deleteViewActionClick: () => Promise<void>;
|
|
15839
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15840
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15841
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15842
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15843
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15844
|
+
saveNewView: (name: string) => Promise<void>;
|
|
15845
|
+
deleteView: (ind: number) => Promise<void>;
|
|
15846
|
+
saveViewChanges: () => Promise<void>;
|
|
15847
|
+
renameView: (name: string) => Promise<void>;
|
|
15848
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
14924
15849
|
click: () => Promise<void>;
|
|
14925
15850
|
element: () => Promise<any>;
|
|
14926
15851
|
};
|
|
@@ -15520,6 +16445,47 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
15520
16445
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
15521
16446
|
isOpen: () => Promise<boolean>;
|
|
15522
16447
|
getPlaceholderText: () => Promise<string | null>;
|
|
16448
|
+
getSaveViewModal: () => {
|
|
16449
|
+
exists: () => Promise<boolean>;
|
|
16450
|
+
getTitle: () => Promise<string>;
|
|
16451
|
+
getSubTitle: () => Promise<string>;
|
|
16452
|
+
getSaveButtonText: () => Promise<string>;
|
|
16453
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16454
|
+
clickSaveButton: () => Promise<void>;
|
|
16455
|
+
getCancelButtonText: () => Promise<string>;
|
|
16456
|
+
clickCancelButton: () => Promise<void>;
|
|
16457
|
+
clickCloseButton: () => Promise<void>;
|
|
16458
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16459
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16460
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16461
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16462
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16463
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16464
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16465
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16466
|
+
click: () => Promise<void>;
|
|
16467
|
+
element: () => Promise<any>;
|
|
16468
|
+
};
|
|
16469
|
+
getRenameViewModal: () => {
|
|
16470
|
+
exists: () => Promise<boolean>;
|
|
16471
|
+
getTitle: () => Promise<string>;
|
|
16472
|
+
getSubTitle: () => Promise<string>;
|
|
16473
|
+
getSaveButtonText: () => Promise<string>;
|
|
16474
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16475
|
+
clickSaveButton: () => Promise<void>;
|
|
16476
|
+
getCancelButtonText: () => Promise<string>;
|
|
16477
|
+
clickCancelButton: () => Promise<void>;
|
|
16478
|
+
clickCloseButton: () => Promise<void>;
|
|
16479
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16480
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16481
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16482
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16483
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16484
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16485
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16486
|
+
click: () => Promise<void>;
|
|
16487
|
+
element: () => Promise<any>;
|
|
16488
|
+
};
|
|
15523
16489
|
getViewListItemById: (id: string) => {
|
|
15524
16490
|
click: () => Promise<void>;
|
|
15525
16491
|
select: () => Promise<void>;
|
|
@@ -15549,6 +16515,24 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
15549
16515
|
getCategoriesContent: () => Promise<string[]>;
|
|
15550
16516
|
isViewPendingChanges: () => Promise<boolean>;
|
|
15551
16517
|
isDefaultView: () => Promise<boolean>;
|
|
16518
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
16519
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
16520
|
+
openManageViewPopover: () => Promise<void>;
|
|
16521
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
16522
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
16523
|
+
renameViewActionClick: () => Promise<void>;
|
|
16524
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
16525
|
+
deleteViewActionClick: () => Promise<void>;
|
|
16526
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16527
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16528
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16529
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16530
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16531
|
+
saveNewView: (name: string) => Promise<void>;
|
|
16532
|
+
deleteView: (ind: number) => Promise<void>;
|
|
16533
|
+
saveViewChanges: () => Promise<void>;
|
|
16534
|
+
renameView: (name: string) => Promise<void>;
|
|
16535
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
15552
16536
|
click: () => Promise<void>;
|
|
15553
16537
|
element: () => Promise<any>;
|
|
15554
16538
|
};
|
|
@@ -16714,6 +17698,47 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
16714
17698
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
16715
17699
|
isOpen: () => Promise<boolean>;
|
|
16716
17700
|
getPlaceholderText: () => Promise<string | null>;
|
|
17701
|
+
getSaveViewModal: () => {
|
|
17702
|
+
exists: () => Promise<boolean>;
|
|
17703
|
+
getTitle: () => Promise<string>;
|
|
17704
|
+
getSubTitle: () => Promise<string>;
|
|
17705
|
+
getSaveButtonText: () => Promise<string>;
|
|
17706
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17707
|
+
clickSaveButton: () => Promise<void>;
|
|
17708
|
+
getCancelButtonText: () => Promise<string>;
|
|
17709
|
+
clickCancelButton: () => Promise<void>;
|
|
17710
|
+
clickCloseButton: () => Promise<void>;
|
|
17711
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17712
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17713
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17714
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17715
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17716
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17717
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17718
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17719
|
+
click: () => Promise<void>;
|
|
17720
|
+
element: () => Promise<any>;
|
|
17721
|
+
};
|
|
17722
|
+
getRenameViewModal: () => {
|
|
17723
|
+
exists: () => Promise<boolean>;
|
|
17724
|
+
getTitle: () => Promise<string>;
|
|
17725
|
+
getSubTitle: () => Promise<string>;
|
|
17726
|
+
getSaveButtonText: () => Promise<string>;
|
|
17727
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17728
|
+
clickSaveButton: () => Promise<void>;
|
|
17729
|
+
getCancelButtonText: () => Promise<string>;
|
|
17730
|
+
clickCancelButton: () => Promise<void>;
|
|
17731
|
+
clickCloseButton: () => Promise<void>;
|
|
17732
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17733
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17734
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17735
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17736
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17737
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17738
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17739
|
+
click: () => Promise<void>;
|
|
17740
|
+
element: () => Promise<any>;
|
|
17741
|
+
};
|
|
16717
17742
|
getViewListItemById: (id: string) => {
|
|
16718
17743
|
click: () => Promise<void>;
|
|
16719
17744
|
select: () => Promise<void>;
|
|
@@ -16743,6 +17768,24 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
16743
17768
|
getCategoriesContent: () => Promise<string[]>;
|
|
16744
17769
|
isViewPendingChanges: () => Promise<boolean>;
|
|
16745
17770
|
isDefaultView: () => Promise<boolean>;
|
|
17771
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
17772
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
17773
|
+
openManageViewPopover: () => Promise<void>;
|
|
17774
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
17775
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
17776
|
+
renameViewActionClick: () => Promise<void>;
|
|
17777
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
17778
|
+
deleteViewActionClick: () => Promise<void>;
|
|
17779
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17780
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17781
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17782
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17783
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17784
|
+
saveNewView: (name: string) => Promise<void>;
|
|
17785
|
+
deleteView: (ind: number) => Promise<void>;
|
|
17786
|
+
saveViewChanges: () => Promise<void>;
|
|
17787
|
+
renameView: (name: string) => Promise<void>;
|
|
17788
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
16746
17789
|
click: () => Promise<void>;
|
|
16747
17790
|
element: () => Promise<any>;
|
|
16748
17791
|
};
|
|
@@ -17703,6 +18746,47 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
17703
18746
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
17704
18747
|
isOpen: () => Promise<boolean>;
|
|
17705
18748
|
getPlaceholderText: () => Promise<string | null>;
|
|
18749
|
+
getSaveViewModal: () => {
|
|
18750
|
+
exists: () => Promise<boolean>;
|
|
18751
|
+
getTitle: () => Promise<string>;
|
|
18752
|
+
getSubTitle: () => Promise<string>;
|
|
18753
|
+
getSaveButtonText: () => Promise<string>;
|
|
18754
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18755
|
+
clickSaveButton: () => Promise<void>;
|
|
18756
|
+
getCancelButtonText: () => Promise<string>;
|
|
18757
|
+
clickCancelButton: () => Promise<void>;
|
|
18758
|
+
clickCloseButton: () => Promise<void>;
|
|
18759
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18760
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18761
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18762
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18763
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18764
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18765
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18766
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18767
|
+
click: () => Promise<void>;
|
|
18768
|
+
element: () => Promise<any>;
|
|
18769
|
+
};
|
|
18770
|
+
getRenameViewModal: () => {
|
|
18771
|
+
exists: () => Promise<boolean>;
|
|
18772
|
+
getTitle: () => Promise<string>;
|
|
18773
|
+
getSubTitle: () => Promise<string>;
|
|
18774
|
+
getSaveButtonText: () => Promise<string>;
|
|
18775
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18776
|
+
clickSaveButton: () => Promise<void>;
|
|
18777
|
+
getCancelButtonText: () => Promise<string>;
|
|
18778
|
+
clickCancelButton: () => Promise<void>;
|
|
18779
|
+
clickCloseButton: () => Promise<void>;
|
|
18780
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18781
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18782
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18783
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18784
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18785
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18786
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18787
|
+
click: () => Promise<void>;
|
|
18788
|
+
element: () => Promise<any>;
|
|
18789
|
+
};
|
|
17706
18790
|
getViewListItemById: (id: string) => {
|
|
17707
18791
|
click: () => Promise<void>;
|
|
17708
18792
|
select: () => Promise<void>;
|
|
@@ -17732,6 +18816,24 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
17732
18816
|
getCategoriesContent: () => Promise<string[]>;
|
|
17733
18817
|
isViewPendingChanges: () => Promise<boolean>;
|
|
17734
18818
|
isDefaultView: () => Promise<boolean>;
|
|
18819
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
18820
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
18821
|
+
openManageViewPopover: () => Promise<void>;
|
|
18822
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
18823
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
18824
|
+
renameViewActionClick: () => Promise<void>;
|
|
18825
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
18826
|
+
deleteViewActionClick: () => Promise<void>;
|
|
18827
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18828
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18829
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18830
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18831
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18832
|
+
saveNewView: (name: string) => Promise<void>;
|
|
18833
|
+
deleteView: (ind: number) => Promise<void>;
|
|
18834
|
+
saveViewChanges: () => Promise<void>;
|
|
18835
|
+
renameView: (name: string) => Promise<void>;
|
|
18836
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
17735
18837
|
click: () => Promise<void>;
|
|
17736
18838
|
element: () => Promise<any>;
|
|
17737
18839
|
};
|
|
@@ -18318,6 +19420,47 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18318
19420
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
18319
19421
|
isOpen: () => Promise<boolean>;
|
|
18320
19422
|
getPlaceholderText: () => Promise<string | null>;
|
|
19423
|
+
getSaveViewModal: () => {
|
|
19424
|
+
exists: () => Promise<boolean>;
|
|
19425
|
+
getTitle: () => Promise<string>;
|
|
19426
|
+
getSubTitle: () => Promise<string>;
|
|
19427
|
+
getSaveButtonText: () => Promise<string>;
|
|
19428
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19429
|
+
clickSaveButton: () => Promise<void>;
|
|
19430
|
+
getCancelButtonText: () => Promise<string>;
|
|
19431
|
+
clickCancelButton: () => Promise<void>;
|
|
19432
|
+
clickCloseButton: () => Promise<void>;
|
|
19433
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19434
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19435
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19436
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19437
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19438
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19439
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19440
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19441
|
+
click: () => Promise<void>;
|
|
19442
|
+
element: () => Promise<any>;
|
|
19443
|
+
};
|
|
19444
|
+
getRenameViewModal: () => {
|
|
19445
|
+
exists: () => Promise<boolean>;
|
|
19446
|
+
getTitle: () => Promise<string>;
|
|
19447
|
+
getSubTitle: () => Promise<string>;
|
|
19448
|
+
getSaveButtonText: () => Promise<string>;
|
|
19449
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19450
|
+
clickSaveButton: () => Promise<void>;
|
|
19451
|
+
getCancelButtonText: () => Promise<string>;
|
|
19452
|
+
clickCancelButton: () => Promise<void>;
|
|
19453
|
+
clickCloseButton: () => Promise<void>;
|
|
19454
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19455
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19456
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19457
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19458
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19459
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19460
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19461
|
+
click: () => Promise<void>;
|
|
19462
|
+
element: () => Promise<any>;
|
|
19463
|
+
};
|
|
18321
19464
|
getViewListItemById: (id: string) => {
|
|
18322
19465
|
click: () => Promise<void>;
|
|
18323
19466
|
select: () => Promise<void>;
|
|
@@ -18347,6 +19490,24 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18347
19490
|
getCategoriesContent: () => Promise<string[]>;
|
|
18348
19491
|
isViewPendingChanges: () => Promise<boolean>;
|
|
18349
19492
|
isDefaultView: () => Promise<boolean>;
|
|
19493
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
19494
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
19495
|
+
openManageViewPopover: () => Promise<void>;
|
|
19496
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
19497
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
19498
|
+
renameViewActionClick: () => Promise<void>;
|
|
19499
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
19500
|
+
deleteViewActionClick: () => Promise<void>;
|
|
19501
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19502
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19503
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19504
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19505
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19506
|
+
saveNewView: (name: string) => Promise<void>;
|
|
19507
|
+
deleteView: (ind: number) => Promise<void>;
|
|
19508
|
+
saveViewChanges: () => Promise<void>;
|
|
19509
|
+
renameView: (name: string) => Promise<void>;
|
|
19510
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
18350
19511
|
click: () => Promise<void>;
|
|
18351
19512
|
element: () => Promise<any>;
|
|
18352
19513
|
};
|
|
@@ -19057,6 +20218,7 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19057
20218
|
click: () => Promise<void>;
|
|
19058
20219
|
};
|
|
19059
20220
|
getRenderedItemsCount: () => Promise<number>;
|
|
20221
|
+
gridContainerExists: () => Promise<boolean>;
|
|
19060
20222
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
19061
20223
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
19062
20224
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -19183,6 +20345,47 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19183
20345
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
19184
20346
|
isOpen: () => Promise<boolean>;
|
|
19185
20347
|
getPlaceholderText: () => Promise<string | null>;
|
|
20348
|
+
getSaveViewModal: () => {
|
|
20349
|
+
exists: () => Promise<boolean>;
|
|
20350
|
+
getTitle: () => Promise<string>;
|
|
20351
|
+
getSubTitle: () => Promise<string>;
|
|
20352
|
+
getSaveButtonText: () => Promise<string>;
|
|
20353
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20354
|
+
clickSaveButton: () => Promise<void>;
|
|
20355
|
+
getCancelButtonText: () => Promise<string>;
|
|
20356
|
+
clickCancelButton: () => Promise<void>;
|
|
20357
|
+
clickCloseButton: () => Promise<void>;
|
|
20358
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20359
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20360
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20361
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20362
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20363
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20364
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20365
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20366
|
+
click: () => Promise<void>;
|
|
20367
|
+
element: () => Promise<any>;
|
|
20368
|
+
};
|
|
20369
|
+
getRenameViewModal: () => {
|
|
20370
|
+
exists: () => Promise<boolean>;
|
|
20371
|
+
getTitle: () => Promise<string>;
|
|
20372
|
+
getSubTitle: () => Promise<string>;
|
|
20373
|
+
getSaveButtonText: () => Promise<string>;
|
|
20374
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20375
|
+
clickSaveButton: () => Promise<void>;
|
|
20376
|
+
getCancelButtonText: () => Promise<string>;
|
|
20377
|
+
clickCancelButton: () => Promise<void>;
|
|
20378
|
+
clickCloseButton: () => Promise<void>;
|
|
20379
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20380
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20381
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20382
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20383
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20384
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20385
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20386
|
+
click: () => Promise<void>;
|
|
20387
|
+
element: () => Promise<any>;
|
|
20388
|
+
};
|
|
19186
20389
|
getViewListItemById: (id: string) => {
|
|
19187
20390
|
click: () => Promise<void>;
|
|
19188
20391
|
select: () => Promise<void>;
|
|
@@ -19212,6 +20415,24 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19212
20415
|
getCategoriesContent: () => Promise<string[]>;
|
|
19213
20416
|
isViewPendingChanges: () => Promise<boolean>;
|
|
19214
20417
|
isDefaultView: () => Promise<boolean>;
|
|
20418
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
20419
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
20420
|
+
openManageViewPopover: () => Promise<void>;
|
|
20421
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
20422
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
20423
|
+
renameViewActionClick: () => Promise<void>;
|
|
20424
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
20425
|
+
deleteViewActionClick: () => Promise<void>;
|
|
20426
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20427
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20428
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20429
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20430
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20431
|
+
saveNewView: (name: string) => Promise<void>;
|
|
20432
|
+
deleteView: (ind: number) => Promise<void>;
|
|
20433
|
+
saveViewChanges: () => Promise<void>;
|
|
20434
|
+
renameView: (name: string) => Promise<void>;
|
|
20435
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
19215
20436
|
click: () => Promise<void>;
|
|
19216
20437
|
element: () => Promise<any>;
|
|
19217
20438
|
};
|
|
@@ -19981,6 +21202,15 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19981
21202
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
19982
21203
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
19983
21204
|
}>;
|
|
21205
|
+
getSectionHeaderAt: (index: number) => {
|
|
21206
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21207
|
+
getTitle: () => Promise<string>;
|
|
21208
|
+
exists: () => Promise<boolean>;
|
|
21209
|
+
element: () => Promise<any>;
|
|
21210
|
+
click: () => Promise<void>;
|
|
21211
|
+
};
|
|
21212
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
21213
|
+
getSectionGridAt: (index: number) => any;
|
|
19984
21214
|
exists: () => Promise<boolean>;
|
|
19985
21215
|
click: () => Promise<void>;
|
|
19986
21216
|
element: () => Promise<any>;
|
|
@@ -20094,6 +21324,7 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
20094
21324
|
click: () => Promise<void>;
|
|
20095
21325
|
};
|
|
20096
21326
|
getRenderedItemsCount: () => Promise<number>;
|
|
21327
|
+
gridContainerExists: () => Promise<boolean>;
|
|
20097
21328
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
20098
21329
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
20099
21330
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -20220,6 +21451,47 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
20220
21451
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
20221
21452
|
isOpen: () => Promise<boolean>;
|
|
20222
21453
|
getPlaceholderText: () => Promise<string | null>;
|
|
21454
|
+
getSaveViewModal: () => {
|
|
21455
|
+
exists: () => Promise<boolean>;
|
|
21456
|
+
getTitle: () => Promise<string>;
|
|
21457
|
+
getSubTitle: () => Promise<string>;
|
|
21458
|
+
getSaveButtonText: () => Promise<string>;
|
|
21459
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21460
|
+
clickSaveButton: () => Promise<void>;
|
|
21461
|
+
getCancelButtonText: () => Promise<string>;
|
|
21462
|
+
clickCancelButton: () => Promise<void>;
|
|
21463
|
+
clickCloseButton: () => Promise<void>;
|
|
21464
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21465
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21466
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21467
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21468
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21469
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21470
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21471
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21472
|
+
click: () => Promise<void>;
|
|
21473
|
+
element: () => Promise<any>;
|
|
21474
|
+
};
|
|
21475
|
+
getRenameViewModal: () => {
|
|
21476
|
+
exists: () => Promise<boolean>;
|
|
21477
|
+
getTitle: () => Promise<string>;
|
|
21478
|
+
getSubTitle: () => Promise<string>;
|
|
21479
|
+
getSaveButtonText: () => Promise<string>;
|
|
21480
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21481
|
+
clickSaveButton: () => Promise<void>;
|
|
21482
|
+
getCancelButtonText: () => Promise<string>;
|
|
21483
|
+
clickCancelButton: () => Promise<void>;
|
|
21484
|
+
clickCloseButton: () => Promise<void>;
|
|
21485
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21486
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21487
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21488
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21489
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21490
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21491
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21492
|
+
click: () => Promise<void>;
|
|
21493
|
+
element: () => Promise<any>;
|
|
21494
|
+
};
|
|
20223
21495
|
getViewListItemById: (id: string) => {
|
|
20224
21496
|
click: () => Promise<void>;
|
|
20225
21497
|
select: () => Promise<void>;
|
|
@@ -20249,6 +21521,24 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
20249
21521
|
getCategoriesContent: () => Promise<string[]>;
|
|
20250
21522
|
isViewPendingChanges: () => Promise<boolean>;
|
|
20251
21523
|
isDefaultView: () => Promise<boolean>;
|
|
21524
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
21525
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
21526
|
+
openManageViewPopover: () => Promise<void>;
|
|
21527
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
21528
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
21529
|
+
renameViewActionClick: () => Promise<void>;
|
|
21530
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
21531
|
+
deleteViewActionClick: () => Promise<void>;
|
|
21532
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21533
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21534
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21535
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21536
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21537
|
+
saveNewView: (name: string) => Promise<void>;
|
|
21538
|
+
deleteView: (ind: number) => Promise<void>;
|
|
21539
|
+
saveViewChanges: () => Promise<void>;
|
|
21540
|
+
renameView: (name: string) => Promise<void>;
|
|
21541
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
20252
21542
|
click: () => Promise<void>;
|
|
20253
21543
|
element: () => Promise<any>;
|
|
20254
21544
|
};
|
|
@@ -21018,6 +22308,15 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
21018
22308
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
21019
22309
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
21020
22310
|
}>;
|
|
22311
|
+
getSectionHeaderAt: (index: number) => {
|
|
22312
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22313
|
+
getTitle: () => Promise<string>;
|
|
22314
|
+
exists: () => Promise<boolean>;
|
|
22315
|
+
element: () => Promise<any>;
|
|
22316
|
+
click: () => Promise<void>;
|
|
22317
|
+
};
|
|
22318
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
22319
|
+
getSectionGridAt: (index: number) => any;
|
|
21021
22320
|
exists: () => Promise<boolean>;
|
|
21022
22321
|
click: () => Promise<void>;
|
|
21023
22322
|
element: () => Promise<any>;
|
|
@@ -21193,6 +22492,47 @@ export declare const InfiniteScrollCollectionListTestkit: (testkitArgs: import("
|
|
|
21193
22492
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
21194
22493
|
isOpen: () => Promise<boolean>;
|
|
21195
22494
|
getPlaceholderText: () => Promise<string | null>;
|
|
22495
|
+
getSaveViewModal: () => {
|
|
22496
|
+
exists: () => Promise<boolean>;
|
|
22497
|
+
getTitle: () => Promise<string>;
|
|
22498
|
+
getSubTitle: () => Promise<string>;
|
|
22499
|
+
getSaveButtonText: () => Promise<string>;
|
|
22500
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22501
|
+
clickSaveButton: () => Promise<void>;
|
|
22502
|
+
getCancelButtonText: () => Promise<string>;
|
|
22503
|
+
clickCancelButton: () => Promise<void>;
|
|
22504
|
+
clickCloseButton: () => Promise<void>;
|
|
22505
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22506
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22507
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22508
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22509
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22510
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22511
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22512
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22513
|
+
click: () => Promise<void>;
|
|
22514
|
+
element: () => Promise<any>;
|
|
22515
|
+
};
|
|
22516
|
+
getRenameViewModal: () => {
|
|
22517
|
+
exists: () => Promise<boolean>;
|
|
22518
|
+
getTitle: () => Promise<string>;
|
|
22519
|
+
getSubTitle: () => Promise<string>;
|
|
22520
|
+
getSaveButtonText: () => Promise<string>;
|
|
22521
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22522
|
+
clickSaveButton: () => Promise<void>;
|
|
22523
|
+
getCancelButtonText: () => Promise<string>;
|
|
22524
|
+
clickCancelButton: () => Promise<void>;
|
|
22525
|
+
clickCloseButton: () => Promise<void>;
|
|
22526
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22527
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22528
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22529
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22530
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22531
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22532
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22533
|
+
click: () => Promise<void>;
|
|
22534
|
+
element: () => Promise<any>;
|
|
22535
|
+
};
|
|
21196
22536
|
getViewListItemById: (id: string) => {
|
|
21197
22537
|
click: () => Promise<void>;
|
|
21198
22538
|
select: () => Promise<void>;
|
|
@@ -21222,6 +22562,24 @@ export declare const InfiniteScrollCollectionListTestkit: (testkitArgs: import("
|
|
|
21222
22562
|
getCategoriesContent: () => Promise<string[]>;
|
|
21223
22563
|
isViewPendingChanges: () => Promise<boolean>;
|
|
21224
22564
|
isDefaultView: () => Promise<boolean>;
|
|
22565
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
22566
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
22567
|
+
openManageViewPopover: () => Promise<void>;
|
|
22568
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
22569
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
22570
|
+
renameViewActionClick: () => Promise<void>;
|
|
22571
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
22572
|
+
deleteViewActionClick: () => Promise<void>;
|
|
22573
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22574
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22575
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22576
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22577
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22578
|
+
saveNewView: (name: string) => Promise<void>;
|
|
22579
|
+
deleteView: (ind: number) => Promise<void>;
|
|
22580
|
+
saveViewChanges: () => Promise<void>;
|
|
22581
|
+
renameView: (name: string) => Promise<void>;
|
|
22582
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
21225
22583
|
click: () => Promise<void>;
|
|
21226
22584
|
element: () => Promise<any>;
|
|
21227
22585
|
};
|
|
@@ -22012,6 +23370,47 @@ export declare const ViewsStandaloneTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
22012
23370
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
22013
23371
|
isOpen: () => Promise<boolean>;
|
|
22014
23372
|
getPlaceholderText: () => Promise<string | null>;
|
|
23373
|
+
getSaveViewModal: () => {
|
|
23374
|
+
exists: () => Promise<boolean>;
|
|
23375
|
+
getTitle: () => Promise<string>;
|
|
23376
|
+
getSubTitle: () => Promise<string>;
|
|
23377
|
+
getSaveButtonText: () => Promise<string>;
|
|
23378
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23379
|
+
clickSaveButton: () => Promise<void>;
|
|
23380
|
+
getCancelButtonText: () => Promise<string>;
|
|
23381
|
+
clickCancelButton: () => Promise<void>;
|
|
23382
|
+
clickCloseButton: () => Promise<void>;
|
|
23383
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23384
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23385
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23386
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23387
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23388
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23389
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23390
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
23391
|
+
click: () => Promise<void>;
|
|
23392
|
+
element: () => Promise<any>;
|
|
23393
|
+
};
|
|
23394
|
+
getRenameViewModal: () => {
|
|
23395
|
+
exists: () => Promise<boolean>;
|
|
23396
|
+
getTitle: () => Promise<string>;
|
|
23397
|
+
getSubTitle: () => Promise<string>;
|
|
23398
|
+
getSaveButtonText: () => Promise<string>;
|
|
23399
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23400
|
+
clickSaveButton: () => Promise<void>;
|
|
23401
|
+
getCancelButtonText: () => Promise<string>;
|
|
23402
|
+
clickCancelButton: () => Promise<void>;
|
|
23403
|
+
clickCloseButton: () => Promise<void>;
|
|
23404
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23405
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23406
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23407
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23408
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23409
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23410
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23411
|
+
click: () => Promise<void>;
|
|
23412
|
+
element: () => Promise<any>;
|
|
23413
|
+
};
|
|
22015
23414
|
getViewListItemById: (id: string) => {
|
|
22016
23415
|
click: () => Promise<void>;
|
|
22017
23416
|
select: () => Promise<void>;
|
|
@@ -22041,6 +23440,24 @@ export declare const ViewsStandaloneTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
22041
23440
|
getCategoriesContent: () => Promise<string[]>;
|
|
22042
23441
|
isViewPendingChanges: () => Promise<boolean>;
|
|
22043
23442
|
isDefaultView: () => Promise<boolean>;
|
|
23443
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
23444
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
23445
|
+
openManageViewPopover: () => Promise<void>;
|
|
23446
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
23447
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
23448
|
+
renameViewActionClick: () => Promise<void>;
|
|
23449
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
23450
|
+
deleteViewActionClick: () => Promise<void>;
|
|
23451
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23452
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23453
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23454
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23455
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23456
|
+
saveNewView: (name: string) => Promise<void>;
|
|
23457
|
+
deleteView: (ind: number) => Promise<void>;
|
|
23458
|
+
saveViewChanges: () => Promise<void>;
|
|
23459
|
+
renameView: (name: string) => Promise<void>;
|
|
23460
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
22044
23461
|
click: () => Promise<void>;
|
|
22045
23462
|
element: () => Promise<any>;
|
|
22046
23463
|
};
|