@fast-simon/dashboard-utilities 1.0.35 → 1.0.37
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/components/ProductLabel/ProductLabel.d.ts +11 -0
- package/dist/components/ProductLabel/ProductLabel.js +11 -0
- package/dist/components/ProductLabel/ProductLabel.js.map +1 -0
- package/dist/components/ProductLabel/index.d.ts +1 -0
- package/dist/components/ProductLabel/index.js +2 -0
- package/dist/components/ProductLabel/index.js.map +1 -0
- package/dist/components/ProductLabel/styles.module.css +42 -0
- package/dist/components/ProductLabel/utils.d.ts +8 -0
- package/dist/components/ProductLabel/utils.js +9 -0
- package/dist/components/ProductLabel/utils.js.map +1 -0
- package/dist/components/SelectCard/SelectCard.d.ts +5 -0
- package/dist/components/SelectCard/SelectCard.js +7 -0
- package/dist/components/SelectCard/SelectCard.js.map +1 -0
- package/dist/components/SelectCard/index.d.ts +1 -0
- package/dist/components/SelectCard/index.js +2 -0
- package/dist/components/SelectCard/index.js.map +1 -0
- package/dist/components/SelectCard/styles.module.css +21 -0
- package/dist/components/productGrid/styles.module.css +1 -1
- package/dist/dashboard/dashboard-client/src/components/Button/Button.d.ts +33 -0
- package/dist/dashboard/dashboard-client/src/components/Button/Button.js +56 -0
- package/dist/dashboard/dashboard-client/src/components/Button/Button.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Button/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/Button/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/Button/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.d.ts +30 -0
- package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.js +88 -0
- package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.d.ts +50 -0
- package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.js +28 -0
- package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.d.ts +30 -0
- package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.js +16 -0
- package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.d.ts +43 -0
- package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.js +78 -0
- package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.d.ts +3 -0
- package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.js +21 -0
- package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.js +6 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.js +4 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.js +6 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.d.ts +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.js +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/Icon.d.ts +80 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/Icon.js +118 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/Icon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.js +4 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.js +6 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.js +6 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.js +4 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.js +7 -0
- package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Modal/Modal.d.ts +8 -0
- package/dist/dashboard/dashboard-client/src/components/Modal/Modal.js +19 -0
- package/dist/dashboard/dashboard-client/src/components/Modal/Modal.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/Modal/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/Modal/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/Modal/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.d.ts +9 -0
- package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.js +32 -0
- package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.d.ts +41 -0
- package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.js +68 -0
- package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.d.ts +26 -0
- package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.js +61 -0
- package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.js +3 -0
- package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.d.ts +20 -0
- package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.js +18 -0
- package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/RadioButton/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/RadioButton/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/RadioButton/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.d.ts +31 -0
- package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.js +35 -0
- package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.d.ts +23 -0
- package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.js +142 -0
- package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.d.ts +9 -0
- package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.js +12 -0
- package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.d.ts +45 -0
- package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.js +42 -0
- package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/SelectRow/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/SelectRow/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/SelectRow/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.d.ts +7 -0
- package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.js +8 -0
- package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.js +6 -0
- package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.d.ts +14 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.js +33 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.d.ts +13 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.js +29 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.js +2 -0
- package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.d.ts +33 -0
- package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.js +362 -0
- package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.d.ts +56 -0
- package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.js +74 -0
- package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.d.ts +137 -0
- package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.js +36 -0
- package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.d.ts +8 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.js +9 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.js +10 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.js +5 -0
- package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.js +30 -0
- package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/auth.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/hooks/auth.js +88 -0
- package/dist/dashboard/dashboard-client/src/hooks/auth.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.d.ts +23 -0
- package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.js +45 -0
- package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.js +29 -0
- package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.js +51 -0
- package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/useMedia.d.ts +8 -0
- package/dist/dashboard/dashboard-client/src/hooks/useMedia.js +41 -0
- package/dist/dashboard/dashboard-client/src/hooks/useMedia.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/useResources.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/hooks/useResources.js +46 -0
- package/dist/dashboard/dashboard-client/src/hooks/useResources.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.js +18 -0
- package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/locals/da.d.ts +12 -0
- package/dist/dashboard/dashboard-client/src/locals/da.js +14 -0
- package/dist/dashboard/dashboard-client/src/locals/da.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/locals/locals.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/locals/locals.js +37 -0
- package/dist/dashboard/dashboard-client/src/locals/locals.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.d.ts +74 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.js +67 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.d.ts +3 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.js +9 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.js +21 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.js +17 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.d.ts +8 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.js +21 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.js +9 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.js +113 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.js +5 -0
- package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.js +7 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.d.ts +9 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.js +12 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.js +2 -0
- package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.js +99 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.js +128 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.js +8 -0
- package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Categories/utils.d.ts +48 -0
- package/dist/dashboard/dashboard-client/src/pages/Categories/utils.js +116 -0
- package/dist/dashboard/dashboard-client/src/pages/Categories/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.js +44 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.d.ts +19 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.js +42 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.d.ts +9 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.js +116 -0
- package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.d.ts +10 -0
- package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.js +74 -0
- package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.d.ts +10 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.js +194 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.d.ts +55 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.js +288 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.js +27 -0
- package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.d.ts +42 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.js +633 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.d.ts +21 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.js +27 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.d.ts +21 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.js +6 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.d.ts +14 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.js +12 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.d.ts +4 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.js +79 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.js +52 -0
- package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.d.ts +10 -0
- package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.js +20 -0
- package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.d.ts +3 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.js +38 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.d.ts +8 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.js +62 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.js +4 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.d.ts +8 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.js +24 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.js +32 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.js +18 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.js +10 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.d.ts +3753 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.js +3754 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.d.ts +17 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.js +247 -0
- package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Segments/utils.d.ts +34 -0
- package/dist/dashboard/dashboard-client/src/pages/Segments/utils.js +147 -0
- package/dist/dashboard/dashboard-client/src/pages/Segments/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.js +7 -0
- package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/abTesting.d.ts +30 -0
- package/dist/dashboard/dashboard-client/src/services/abTesting.js +55 -0
- package/dist/dashboard/dashboard-client/src/services/abTesting.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/account.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/services/account.js +13 -0
- package/dist/dashboard/dashboard-client/src/services/account.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/admin/admin.d.ts +43 -0
- package/dist/dashboard/dashboard-client/src/services/admin/admin.js +58 -0
- package/dist/dashboard/dashboard-client/src/services/admin/admin.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.d.ts +18 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.js +38 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.d.ts +10 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.js +23 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.d.ts +5 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.js +12 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminSync.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminSync.js +28 -0
- package/dist/dashboard/dashboard-client/src/services/admin/adminSync.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/admin/models.d.ts +96 -0
- package/dist/dashboard/dashboard-client/src/services/admin/models.js +8 -0
- package/dist/dashboard/dashboard-client/src/services/admin/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/ads.d.ts +52 -0
- package/dist/dashboard/dashboard-client/src/services/ads.js +23 -0
- package/dist/dashboard/dashboard-client/src/services/ads.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/auditLog.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/services/auditLog.js +31 -0
- package/dist/dashboard/dashboard-client/src/services/auditLog.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/auth.d.ts +77 -0
- package/dist/dashboard/dashboard-client/src/services/auth.js +152 -0
- package/dist/dashboard/dashboard-client/src/services/auth.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/autocomplete.d.ts +11 -0
- package/dist/dashboard/dashboard-client/src/services/autocomplete.js +27 -0
- package/dist/dashboard/dashboard-client/src/services/autocomplete.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.d.ts +13 -0
- package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.js +17 -0
- package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/autocompletePreview.d.ts +23 -0
- package/dist/dashboard/dashboard-client/src/services/autocompletePreview.js +85 -0
- package/dist/dashboard/dashboard-client/src/services/autocompletePreview.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/categories.d.ts +28 -0
- package/dist/dashboard/dashboard-client/src/services/categories.js +72 -0
- package/dist/dashboard/dashboard-client/src/services/categories.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/config.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/services/config.js +2 -0
- package/dist/dashboard/dashboard-client/src/services/config.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.d.ts +12 -0
- package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.js +17 -0
- package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.d.ts +44 -0
- package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.js +73 -0
- package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.js +26 -0
- package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/globalSearch.d.ts +7 -0
- package/dist/dashboard/dashboard-client/src/services/globalSearch.js +7 -0
- package/dist/dashboard/dashboard-client/src/services/globalSearch.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/gridEditor.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/services/gridEditor.js +42 -0
- package/dist/dashboard/dashboard-client/src/services/gridEditor.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/integrations.d.ts +62 -0
- package/dist/dashboard/dashboard-client/src/services/integrations.js +102 -0
- package/dist/dashboard/dashboard-client/src/services/integrations.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/landingPages.d.ts +22 -0
- package/dist/dashboard/dashboard-client/src/services/landingPages.js +33 -0
- package/dist/dashboard/dashboard-client/src/services/landingPages.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/merchandising.d.ts +164 -0
- package/dist/dashboard/dashboard-client/src/services/merchandising.js +188 -0
- package/dist/dashboard/dashboard-client/src/services/merchandising.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/notifications.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/services/notifications.js +8 -0
- package/dist/dashboard/dashboard-client/src/services/notifications.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/recommendationEditor.d.ts +12 -0
- package/dist/dashboard/dashboard-client/src/services/recommendationEditor.js +17 -0
- package/dist/dashboard/dashboard-client/src/services/recommendationEditor.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/recommendations.d.ts +26 -0
- package/dist/dashboard/dashboard-client/src/services/recommendations.js +61 -0
- package/dist/dashboard/dashboard-client/src/services/recommendations.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/searchResults.d.ts +69 -0
- package/dist/dashboard/dashboard-client/src/services/searchResults.js +147 -0
- package/dist/dashboard/dashboard-client/src/services/searchResults.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/segments.d.ts +96 -0
- package/dist/dashboard/dashboard-client/src/services/segments.js +13 -0
- package/dist/dashboard/dashboard-client/src/services/segments.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/site.d.ts +39 -0
- package/dist/dashboard/dashboard-client/src/services/site.js +54 -0
- package/dist/dashboard/dashboard-client/src/services/site.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/stores.d.ts +23 -0
- package/dist/dashboard/dashboard-client/src/services/stores.js +87 -0
- package/dist/dashboard/dashboard-client/src/services/stores.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/sync.d.ts +41 -0
- package/dist/dashboard/dashboard-client/src/services/sync.js +94 -0
- package/dist/dashboard/dashboard-client/src/services/sync.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/synonyms.d.ts +13 -0
- package/dist/dashboard/dashboard-client/src/services/synonyms.js +22 -0
- package/dist/dashboard/dashboard-client/src/services/synonyms.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/themes.d.ts +21 -0
- package/dist/dashboard/dashboard-client/src/services/themes.js +34 -0
- package/dist/dashboard/dashboard-client/src/services/themes.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/turbolinks.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/services/turbolinks.js +46 -0
- package/dist/dashboard/dashboard-client/src/services/turbolinks.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/services/visualDiscovery.d.ts +20 -0
- package/dist/dashboard/dashboard-client/src/services/visualDiscovery.js +21 -0
- package/dist/dashboard/dashboard-client/src/services/visualDiscovery.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.d.ts +72 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.js +400 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.d.ts +289 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.js +90 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/models.d.ts +202 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/models.js +440 -0
- package/dist/dashboard/dashboard-client/src/store/Integrations/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.d.ts +35 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.js +208 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/actions.d.ts +168 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/actions.js +58 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/models.d.ts +119 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/models.js +61 -0
- package/dist/dashboard/dashboard-client/src/store/abTesting/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/account/accountSlice.d.ts +57 -0
- package/dist/dashboard/dashboard-client/src/store/account/accountSlice.js +95 -0
- package/dist/dashboard/dashboard-client/src/store/account/accountSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/account/models.d.ts +14 -0
- package/dist/dashboard/dashboard-client/src/store/account/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/account/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.d.ts +174 -0
- package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.js +225 -0
- package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/addons/models.d.ts +30 -0
- package/dist/dashboard/dashboard-client/src/store/admin/addons/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/admin/addons/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.d.ts +280 -0
- package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.js +404 -0
- package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/main/models.d.ts +164 -0
- package/dist/dashboard/dashboard-client/src/store/admin/main/models.js +31 -0
- package/dist/dashboard/dashboard-client/src/store/admin/main/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.d.ts +100 -0
- package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.js +152 -0
- package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.d.ts +23 -0
- package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.d.ts +16 -0
- package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.js +32 -0
- package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.d.ts +3 -0
- package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.d.ts +84 -0
- package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.js +134 -0
- package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/sync/models.d.ts +68 -0
- package/dist/dashboard/dashboard-client/src/store/admin/sync/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/admin/sync/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.d.ts +16 -0
- package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.js +35 -0
- package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/admin/usages/models.d.ts +9 -0
- package/dist/dashboard/dashboard-client/src/store/admin/usages/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/admin/usages/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.d.ts +106 -0
- package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.js +159 -0
- package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/ads/models.d.ts +83 -0
- package/dist/dashboard/dashboard-client/src/store/ads/models.js +7 -0
- package/dist/dashboard/dashboard-client/src/store/ads/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.d.ts +41 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.d.ts +29 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.d.ts +32 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.d.ts +60 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.js +52 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/index.d.ts +55 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/index.js +19 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.d.ts +89 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.js +9 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/products.d.ts +45 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/products.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/products.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.d.ts +34 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.js +11 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.d.ts +23 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.js +3 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.d.ts +67 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.js +4 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.d.ts +14 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.js +49 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.d.ts +45 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.d.ts +13 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/slice.d.ts +291 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/slice.js +447 -0
- package/dist/dashboard/dashboard-client/src/store/analytics/slice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/actions.d.ts +21 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/actions.js +18 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.d.ts +12 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.js +36 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/models.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/auditLog/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/auth/authSlice.d.ts +109 -0
- package/dist/dashboard/dashboard-client/src/store/auth/authSlice.js +151 -0
- package/dist/dashboard/dashboard-client/src/store/auth/authSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/auth/models.d.ts +32 -0
- package/dist/dashboard/dashboard-client/src/store/auth/models.js +6 -0
- package/dist/dashboard/dashboard-client/src/store/auth/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.d.ts +191 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.js +354 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/models.d.ts +121 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/models.js +65 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.d.ts +2 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.js +32 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.d.ts +7 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.js +38 -0
- package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.d.ts +36 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.js +21 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.d.ts +50 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.js +154 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.d.ts +30 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.d.ts +117 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.js +149 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.d.ts +30 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.js +106 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.d.ts +66 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/categories/actions.d.ts +199 -0
- package/dist/dashboard/dashboard-client/src/store/categories/actions.js +63 -0
- package/dist/dashboard/dashboard-client/src/store/categories/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/categories/categoriesSlice.js +166 -0
- package/dist/dashboard/dashboard-client/src/store/categories/categoriesSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/categories/models.d.ts +97 -0
- package/dist/dashboard/dashboard-client/src/store/categories/models.js +20 -0
- package/dist/dashboard/dashboard-client/src/store/categories/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.d.ts +44 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.js +32 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.d.ts +68 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.js +287 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.d.ts +118 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.js +140 -0
- package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.d.ts +71 -0
- package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.js +113 -0
- package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.d.ts +22 -0
- package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.d.ts +141 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.js +65 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.d.ts +58 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.js +110 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.d.ts +82 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.js +33 -0
- package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.d.ts +108 -0
- package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.js +88 -0
- package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.d.ts +29 -0
- package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.js +25 -0
- package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.d.ts +12 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.js +15 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.js +41 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/models.d.ts +12 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.d.ts +3 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.js +15 -0
- package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/index.js +90 -0
- package/dist/dashboard/dashboard-client/src/store/index.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.d.ts +93 -0
- package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.js +139 -0
- package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/landingPages/models.d.ts +39 -0
- package/dist/dashboard/dashboard-client/src/store/landingPages/models.js +6 -0
- package/dist/dashboard/dashboard-client/src/store/landingPages/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.d.ts +45 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.js +24 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.d.ts +61 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.js +57 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.d.ts +10 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.js +15 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.d.ts +36 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.js +21 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.d.ts +39 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.js +21 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.d.ts +358 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.js +660 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.d.ts +37 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.d.ts +81 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.js +14 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.d.ts +12 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.js +7 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.d.ts +13 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.js +11 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.d.ts +26 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.js +17 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.d.ts +20 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.d.ts +50 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.js +20 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models.d.ts +45 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models.js +12 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/rules.d.ts +13 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/rules.js +24 -0
- package/dist/dashboard/dashboard-client/src/store/merchandising/rules.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.d.ts +110 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.js +665 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.d.ts +50 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.js +3 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.d.ts +10 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.js +45 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/merchandisingVisualEditorSlice.js +284 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/merchandisingVisualEditorSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.js +9 -0
- package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/notifications/models.d.ts +35 -0
- package/dist/dashboard/dashboard-client/src/store/notifications/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/notifications/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.d.ts +36 -0
- package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.js +90 -0
- package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/pricing/models.d.ts +19 -0
- package/dist/dashboard/dashboard-client/src/store/pricing/models.js +11 -0
- package/dist/dashboard/dashboard-client/src/store/pricing/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.d.ts +10 -0
- package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.js +22 -0
- package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.d.ts +103 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.js +42 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.d.ts +18 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.d.ts +853 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.js +855 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.d.ts +151 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.js +407 -0
- package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.d.ts +36 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.js +21 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.d.ts +290 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.js +13 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.d.ts +79 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.js +199 -0
- package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/recommendations/models.d.ts +127 -0
- package/dist/dashboard/dashboard-client/src/store/recommendations/models.js +26 -0
- package/dist/dashboard/dashboard-client/src/store/recommendations/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.d.ts +216 -0
- package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.js +298 -0
- package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.d.ts +129 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.js +44 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.d.ts +40 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.js +21 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.d.ts +14 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.js +15 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.d.ts +53 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.js +37 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.d.ts +42 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.js +15 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.d.ts +40 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.js +43 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.d.ts +43 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.js +6 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.d.ts +47 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.js +23 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.d.ts +30 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.js +115 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.d.ts +115 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.js +104 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.d.ts +21 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.js +10 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.d.ts +358 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.js +689 -0
- package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.d.ts +122 -0
- package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.js +250 -0
- package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/site/models.d.ts +211 -0
- package/dist/dashboard/dashboard-client/src/store/site/models.js +43 -0
- package/dist/dashboard/dashboard-client/src/store/site/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/site/siteSlice.d.ts +457 -0
- package/dist/dashboard/dashboard-client/src/store/site/siteSlice.js +751 -0
- package/dist/dashboard/dashboard-client/src/store/site/siteSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/store.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/store/store.js +3 -0
- package/dist/dashboard/dashboard-client/src/store/store.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/stores/models.d.ts +160 -0
- package/dist/dashboard/dashboard-client/src/store/stores/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/stores/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.d.ts +220 -0
- package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.js +289 -0
- package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.d.ts +29 -0
- package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.js +9 -0
- package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/sync/models.d.ts +329 -0
- package/dist/dashboard/dashboard-client/src/store/sync/models.js +61 -0
- package/dist/dashboard/dashboard-client/src/store/sync/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.d.ts +573 -0
- package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.js +966 -0
- package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/synonyms/models.d.ts +39 -0
- package/dist/dashboard/dashboard-client/src/store/synonyms/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/synonyms/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.d.ts +179 -0
- package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.js +188 -0
- package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/themes/actions.d.ts +72 -0
- package/dist/dashboard/dashboard-client/src/store/themes/actions.js +30 -0
- package/dist/dashboard/dashboard-client/src/store/themes/actions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/themes/models.d.ts +50 -0
- package/dist/dashboard/dashboard-client/src/store/themes/models.js +23 -0
- package/dist/dashboard/dashboard-client/src/store/themes/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.d.ts +20 -0
- package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.js +76 -0
- package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/turbolinks/models.d.ts +28 -0
- package/dist/dashboard/dashboard-client/src/store/turbolinks/models.js +2 -0
- package/dist/dashboard/dashboard-client/src/store/turbolinks/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.d.ts +79 -0
- package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.js +132 -0
- package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.d.ts +24 -0
- package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.js +6 -0
- package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.d.ts +38 -0
- package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.js +71 -0
- package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/caseConverters.d.ts +7 -0
- package/dist/dashboard/dashboard-client/src/utils/caseConverters.js +38 -0
- package/dist/dashboard/dashboard-client/src/utils/caseConverters.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/dateAndTime.d.ts +32 -0
- package/dist/dashboard/dashboard-client/src/utils/dateAndTime.js +64 -0
- package/dist/dashboard/dashboard-client/src/utils/dateAndTime.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/formatPrice.d.ts +3 -0
- package/dist/dashboard/dashboard-client/src/utils/formatPrice.js +80 -0
- package/dist/dashboard/dashboard-client/src/utils/formatPrice.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.js +27 -0
- package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/locking.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/utils/locking.js +4 -0
- package/dist/dashboard/dashboard-client/src/utils/locking.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.d.ts +26 -0
- package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.js +430 -0
- package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/permissions.d.ts +15 -0
- package/dist/dashboard/dashboard-client/src/utils/permissions.js +161 -0
- package/dist/dashboard/dashboard-client/src/utils/permissions.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/site.d.ts +21 -0
- package/dist/dashboard/dashboard-client/src/utils/site.js +112 -0
- package/dist/dashboard/dashboard-client/src/utils/site.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/sortUtils.d.ts +1 -0
- package/dist/dashboard/dashboard-client/src/utils/sortUtils.js +18 -0
- package/dist/dashboard/dashboard-client/src/utils/sortUtils.js.map +1 -0
- package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.d.ts +6 -0
- package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.js +2 -0
- package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/banner.d.ts +7 -0
- package/dist/frontends/dashboard-utilities/src/@types/banner.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/banner.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/categories.d.ts +16 -0
- package/dist/frontends/dashboard-utilities/src/@types/categories.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/categories.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.d.ts +26 -0
- package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/currency.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/currency.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/currency.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/editorProduct.d.ts +26 -0
- package/dist/frontends/dashboard-utilities/src/@types/editorProduct.js +6 -0
- package/dist/frontends/dashboard-utilities/src/@types/editorProduct.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/iconProps.d.ts +9 -0
- package/dist/frontends/dashboard-utilities/src/@types/iconProps.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/iconProps.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/product.d.ts +158 -0
- package/dist/frontends/dashboard-utilities/src/@types/product.js +8 -0
- package/dist/frontends/dashboard-utilities/src/@types/product.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/productLabel.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/productLabel.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/productLabel.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/promoTile.d.ts +11 -0
- package/dist/frontends/dashboard-utilities/src/@types/promoTile.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/promoTile.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/sideMenu.d.ts +19 -0
- package/dist/frontends/dashboard-utilities/src/@types/sideMenu.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/sideMenu.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/@types/sortBy.d.ts +3 -0
- package/dist/frontends/dashboard-utilities/src/@types/sortBy.js +2 -0
- package/dist/frontends/dashboard-utilities/src/@types/sortBy.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/App.d.ts +3 -0
- package/dist/frontends/dashboard-utilities/src/App.js +15 -0
- package/dist/frontends/dashboard-utilities/src/App.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.d.ts +9 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.js +74 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.d.ts +7 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.js +239 -0
- package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.d.ts +10 -0
- package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.js +7 -0
- package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.d.ts +6 -0
- package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.js +9 -0
- package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.d.ts +19 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.js +31 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.d.ts +7 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.js +10 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.d.ts +13 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.js +39 -0
- package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.d.ts +13 -0
- package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.js +40 -0
- package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.d.ts +32 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.js +398 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.d.ts +50 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.js +10 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.d.ts +3 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.js +3 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.d.ts +172 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.js +67 -0
- package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.d.ts +17 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.js +22 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.d.ts +14 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.js +58 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.d.ts +18 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.js +23 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.d.ts +25 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.js +7 -0
- package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.d.ts +10 -0
- package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.js +34 -0
- package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/Input/Input.d.ts +22 -0
- package/dist/frontends/dashboard-utilities/src/components/Input/Input.js +49 -0
- package/dist/frontends/dashboard-utilities/src/components/Input/Input.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/Input/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/Input/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/Input/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.d.ts +9 -0
- package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.js +88 -0
- package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.d.ts +3 -0
- package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.js +43 -0
- package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.d.ts +10 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.js +7 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.d.ts +9 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.js +45 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.js +8 -0
- package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.d.ts +11 -0
- package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.js +16 -0
- package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.d.ts +12 -0
- package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.js +59 -0
- package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.d.ts +5 -0
- package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.js +7 -0
- package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.d.ts +9 -0
- package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.js +18 -0
- package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.d.ts +11 -0
- package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.js +90 -0
- package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.d.ts +3 -0
- package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.js +42 -0
- package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.d.ts +20 -0
- package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.js +46 -0
- package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.js +9 -0
- package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/common.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/common.js +10 -0
- package/dist/frontends/dashboard-utilities/src/components/common.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.d.ts +9 -0
- package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.js +22 -0
- package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/components/productGrid/index.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/components/productGrid/index.js +2 -0
- package/dist/frontends/dashboard-utilities/src/components/productGrid/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.d.ts +2 -0
- package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.js +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.d.ts +2 -0
- package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.js +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.d.ts +2 -0
- package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.js +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.d.ts +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.js +5 -0
- package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.d.ts +2 -0
- package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.js +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.d.ts +2 -0
- package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.js +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.d.ts +2 -0
- package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.js +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.d.ts +2 -0
- package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.js +7 -0
- package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/index.d.ts +28 -0
- package/dist/frontends/dashboard-utilities/src/index.js +25 -0
- package/dist/frontends/dashboard-utilities/src/index.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/main.d.ts +1 -0
- package/dist/frontends/dashboard-utilities/src/main.js +6 -0
- package/dist/frontends/dashboard-utilities/src/main.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/services/API.d.ts +21 -0
- package/dist/frontends/dashboard-utilities/src/services/API.js +50 -0
- package/dist/frontends/dashboard-utilities/src/services/API.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/services/landingPage.d.ts +28 -0
- package/dist/frontends/dashboard-utilities/src/services/landingPage.js +87 -0
- package/dist/frontends/dashboard-utilities/src/services/landingPage.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/services/search.d.ts +10 -0
- package/dist/frontends/dashboard-utilities/src/services/search.js +65 -0
- package/dist/frontends/dashboard-utilities/src/services/search.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.d.ts +4 -0
- package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.js +10 -0
- package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.js.map +1 -0
- package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.d.ts +13 -0
- package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.js +172 -0
- package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.js.map +1 -0
- package/dist/index.d.ts +15 -2
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -1
- package/dist/services/getFormatProducts.d.ts +13 -0
- package/dist/services/getFormatProducts.js +44 -0
- package/dist/services/getFormatProducts.js.map +1 -0
- package/dist/utils/useProductsPerRow.d.ts +3 -0
- package/dist/utils/useProductsPerRow.js +19 -0
- package/dist/utils/useProductsPerRow.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,751 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
import { createAsyncThunk, createSlice } from "@reduxjs/toolkit";
|
|
11
|
+
import { RecommendationsClientVersion, ServingClientVersion, } from "./models";
|
|
12
|
+
import { Site } from "../../services/site";
|
|
13
|
+
import { Sync } from "../../services/sync";
|
|
14
|
+
import { enableSiteMap } from "../landingPages/landingPagesSlice";
|
|
15
|
+
import { resetState } from "../store";
|
|
16
|
+
import { SearchResults } from "../../services/searchResults";
|
|
17
|
+
import { Categories } from "../../services/categories";
|
|
18
|
+
import { toggleSmartCollections } from "../categories/actions";
|
|
19
|
+
import { setAdsPageAccess, setVisualDiscoveryIntegrationPageAccess, setVisualDiscoveryPageAccess, } from "../admin/addons/adminAddonsSlice";
|
|
20
|
+
import { setPersonalizationOverMerchandisingSearch, setPersonalizedSearch } from "../searchResults/searchResultsSlice";
|
|
21
|
+
import { deleteFacebookConfig, setMobileAppProvider, updateFacebookConfig, updateTapcartIntegrationSettings, } from "../Integrations/integrationsActions";
|
|
22
|
+
import { Autocomplete } from "../../services/autocomplete";
|
|
23
|
+
import { Admin } from "../../services/admin/admin";
|
|
24
|
+
import { AdminAddons } from "../../services/admin/adminAddons";
|
|
25
|
+
import { Recommendations } from "../../services/recommendations";
|
|
26
|
+
import { fetchCollectionsMerchandising, setCollectionsMerchandisingRule } from "../merchandising/actions/collectionsActions";
|
|
27
|
+
import _ from "lodash";
|
|
28
|
+
const initialState = {
|
|
29
|
+
site: {
|
|
30
|
+
isNewAutocomplete: false,
|
|
31
|
+
serpVersion: ServingClientVersion.JQUERY_SERVING_CLIENT_V2,
|
|
32
|
+
smartNavigationVersion: ServingClientVersion.JQUERY_SERVING_CLIENT_V2,
|
|
33
|
+
recommendationsVersion: RecommendationsClientVersion.JQUERY_RECOMMENDATIONS_CLIENT_V1,
|
|
34
|
+
isLoading: true,
|
|
35
|
+
key: "",
|
|
36
|
+
url: "",
|
|
37
|
+
kind: "SITE_KIND_NONE",
|
|
38
|
+
language: "auto",
|
|
39
|
+
uuid: "",
|
|
40
|
+
store_id: "",
|
|
41
|
+
planName: "",
|
|
42
|
+
isMagento2: false,
|
|
43
|
+
domain: "",
|
|
44
|
+
created: "",
|
|
45
|
+
customTrialDays: 0,
|
|
46
|
+
siteName: "",
|
|
47
|
+
subscription: -1,
|
|
48
|
+
isSubscriptionAnnual: false,
|
|
49
|
+
subscriptionDate: 0,
|
|
50
|
+
subscriptionName: "",
|
|
51
|
+
unlimitedAccount: false,
|
|
52
|
+
host: "",
|
|
53
|
+
siteList: [],
|
|
54
|
+
trialDaysLeftMessage: "",
|
|
55
|
+
subscriptionAmount: 0,
|
|
56
|
+
productsCount: 0,
|
|
57
|
+
takeoverCategoriesNavigation: false,
|
|
58
|
+
siteMapEnabled: false,
|
|
59
|
+
extensionIspResultsPage: false,
|
|
60
|
+
ispResultsPageType: 0,
|
|
61
|
+
impactReportPermissions: {
|
|
62
|
+
has_impact_report: false,
|
|
63
|
+
has_related_impact_report: false,
|
|
64
|
+
has_user_insightor_report: false,
|
|
65
|
+
has_personalized_impact_report: false,
|
|
66
|
+
},
|
|
67
|
+
isEnterpriseMerchandising: false,
|
|
68
|
+
pushToShopifyAuthorized: false,
|
|
69
|
+
defaultSmartNavSort: 0,
|
|
70
|
+
defaultSerpSort: 0,
|
|
71
|
+
isEnableFetchingCost: false,
|
|
72
|
+
generatedIndustry: "",
|
|
73
|
+
isFashion: false,
|
|
74
|
+
shopOwner: "",
|
|
75
|
+
ownerEmail: "",
|
|
76
|
+
onboardingSetupWizardFinished: null,
|
|
77
|
+
hasVisualDiscoveryPage: false,
|
|
78
|
+
hasVisualDiscoveryIntegrationPage: false,
|
|
79
|
+
hasGridEditorPage: false,
|
|
80
|
+
isVariantLevelAttributes: false,
|
|
81
|
+
isVisualDiscovery: false,
|
|
82
|
+
isProductImageOptimization: false,
|
|
83
|
+
isPersonalizedSearch: false,
|
|
84
|
+
isPersonalizationOverMerchandisingSearch: false,
|
|
85
|
+
isPersonalizedNoResults: false,
|
|
86
|
+
isPersonalizedCollection: false,
|
|
87
|
+
isPersonalizationOverMerchandisingCollections: false,
|
|
88
|
+
getDirectlyFromShopify: false,
|
|
89
|
+
isFacebookLoggedIn: false,
|
|
90
|
+
hasAdsPage: false,
|
|
91
|
+
state: 0,
|
|
92
|
+
isYearlyOverviewVideo: false,
|
|
93
|
+
isYearlyOverviewSeen: false,
|
|
94
|
+
isGrantSupportEditing: false,
|
|
95
|
+
isSegmentsEnabled: false,
|
|
96
|
+
isAbTestingEnabled: false,
|
|
97
|
+
alternativeColorSwatches: {
|
|
98
|
+
enabled: false,
|
|
99
|
+
strategy: "titleNameWithColor",
|
|
100
|
+
subGroups: false,
|
|
101
|
+
allAttributes: false,
|
|
102
|
+
filter: false,
|
|
103
|
+
},
|
|
104
|
+
isTapcartChannel: false,
|
|
105
|
+
leadSiteKey: "",
|
|
106
|
+
isRelatedProducts: false,
|
|
107
|
+
mobileProvider: "",
|
|
108
|
+
tapcartIntegrationType: "unified"
|
|
109
|
+
},
|
|
110
|
+
siteGroup: {
|
|
111
|
+
subscriptionCustomMonths: 12,
|
|
112
|
+
},
|
|
113
|
+
loading: {
|
|
114
|
+
isSiteNameLoading: false,
|
|
115
|
+
isSiteUrlLoading: false,
|
|
116
|
+
isCategoriesLoading: false,
|
|
117
|
+
isTagsLoading: false,
|
|
118
|
+
isAttributesLoading: false,
|
|
119
|
+
isPopularSearchesLoading: false,
|
|
120
|
+
isTagFiltersLoading: false,
|
|
121
|
+
isCategorySortingLoading: false,
|
|
122
|
+
isSortingLoading: true,
|
|
123
|
+
isUnlimitedAccountLoading: false,
|
|
124
|
+
isGrantSupportEditingLoading: false,
|
|
125
|
+
isSitesList: true
|
|
126
|
+
},
|
|
127
|
+
temporary: {
|
|
128
|
+
url: "",
|
|
129
|
+
siteName: "",
|
|
130
|
+
},
|
|
131
|
+
attributes: {},
|
|
132
|
+
tags: [],
|
|
133
|
+
categories: [],
|
|
134
|
+
popularTerms: [],
|
|
135
|
+
tagFilters: [],
|
|
136
|
+
emailConfirmation: {
|
|
137
|
+
isOwnerEmailConfirmed: true,
|
|
138
|
+
isSendError: false,
|
|
139
|
+
},
|
|
140
|
+
categorySort: [],
|
|
141
|
+
categoriesAdditionalData: [],
|
|
142
|
+
sorting: [],
|
|
143
|
+
GAInitialized: false,
|
|
144
|
+
previewProduct: {
|
|
145
|
+
c: "$",
|
|
146
|
+
d: "",
|
|
147
|
+
f: 0,
|
|
148
|
+
id: "",
|
|
149
|
+
iso: false,
|
|
150
|
+
l: "",
|
|
151
|
+
p: "",
|
|
152
|
+
p_c: "",
|
|
153
|
+
p_max: "",
|
|
154
|
+
p_max_c: "",
|
|
155
|
+
p_min: "",
|
|
156
|
+
p_min_c: "",
|
|
157
|
+
p_spl: 0,
|
|
158
|
+
review: 0,
|
|
159
|
+
reviews_count: 0,
|
|
160
|
+
s: "",
|
|
161
|
+
sku: "",
|
|
162
|
+
skus: [],
|
|
163
|
+
t: "",
|
|
164
|
+
t2: "",
|
|
165
|
+
u: "",
|
|
166
|
+
v_c: 0,
|
|
167
|
+
v: "",
|
|
168
|
+
vra: [],
|
|
169
|
+
vrc: {},
|
|
170
|
+
att: [],
|
|
171
|
+
real_sku: "",
|
|
172
|
+
imageID: "",
|
|
173
|
+
},
|
|
174
|
+
previewProductLoading: false,
|
|
175
|
+
isHideSidebar: false,
|
|
176
|
+
isViewer: false,
|
|
177
|
+
isViewerOverCapacity: false,
|
|
178
|
+
isOverCapacityDialogOpen: false,
|
|
179
|
+
shopifyThemes: []
|
|
180
|
+
};
|
|
181
|
+
export const fetchSiteDetails = createAsyncThunk("site/fetchSiteDetails", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
182
|
+
return (yield Site.getDetails()).data;
|
|
183
|
+
}));
|
|
184
|
+
export const setSiteLanguage = createAsyncThunk("site/setLanguage", ({ language }) => {
|
|
185
|
+
return Site.setLanguage(language);
|
|
186
|
+
});
|
|
187
|
+
export const setSiteName = createAsyncThunk("sync/setSiteName", (siteName) => {
|
|
188
|
+
return Sync.setSiteName(siteName);
|
|
189
|
+
});
|
|
190
|
+
export const setSiteUrl = createAsyncThunk("sync/setSiteUrl", (siteUrl) => {
|
|
191
|
+
return Sync.setSiteUrl(siteUrl);
|
|
192
|
+
});
|
|
193
|
+
export const fetchAttributes = createAsyncThunk("site/fetchAttributes", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
194
|
+
return (yield Site.getAttributes()).data;
|
|
195
|
+
}));
|
|
196
|
+
export const fetchTags = createAsyncThunk("site/fetchTags", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
197
|
+
return (yield Site.getTags()).data;
|
|
198
|
+
}));
|
|
199
|
+
export const fetchCategories = createAsyncThunk("site/fetchCategories", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
200
|
+
return (yield Site.getCategories()).data;
|
|
201
|
+
}));
|
|
202
|
+
export const toggleSerpState = createAsyncThunk("site/toggleSerpState", ({ value }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
203
|
+
return yield SearchResults.toggleSerp(value);
|
|
204
|
+
}));
|
|
205
|
+
export const fetchPopularSearchTerms = createAsyncThunk("site/fetchPopularSearchTerms", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
206
|
+
return (yield Site.getPopularSearchTerms()).data;
|
|
207
|
+
}));
|
|
208
|
+
export const fetchSiteTagFilters = createAsyncThunk("site/fetchSiteTagFilters", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
209
|
+
return (yield Site.getTagFilters()).data;
|
|
210
|
+
}));
|
|
211
|
+
export const fetchSiteCategorySort = createAsyncThunk("site/fetchSiteCategorySort", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
212
|
+
return (yield Site.getCategoriesSort()).data;
|
|
213
|
+
}));
|
|
214
|
+
export const fetchSiteSorting = createAsyncThunk("SearchResults/fetchSiteSorting", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
215
|
+
return (yield Site.getSorting()).data;
|
|
216
|
+
}));
|
|
217
|
+
export const updateSiteSorting = createAsyncThunk("SearchResults/updateSiteSorting", ({ sorting, id }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
218
|
+
return (yield Site.updateSorting(sorting, id)).data;
|
|
219
|
+
}));
|
|
220
|
+
export const sendConfirmationEmail = createAsyncThunk("site/sendConfirmationEmail", ({ name, email }) => {
|
|
221
|
+
return Site.sendConfirmationEmail(name, email);
|
|
222
|
+
});
|
|
223
|
+
export const toggleCategoriesDefaultSort = createAsyncThunk("site/toggleCategoriesDefaultSort", ({ sort }) => {
|
|
224
|
+
return Categories.updateCategoriesSetting("extension_isp_smart_nav_default_sort", sort);
|
|
225
|
+
});
|
|
226
|
+
export const setIsUnlimitedAccount = createAsyncThunk("site/setIsUnlimitedAccount", ({ value, isChangeUnlimitedMultisite, }) => {
|
|
227
|
+
return Site.setIsUnlimitedAccount(value, isChangeUnlimitedMultisite);
|
|
228
|
+
});
|
|
229
|
+
export const setCustomTrialDays = createAsyncThunk("site/setCustomTrialDays", ({ value, oldValue }) => {
|
|
230
|
+
return Site.setCustomTrialDays(value);
|
|
231
|
+
});
|
|
232
|
+
export const getProduct = createAsyncThunk("site/getProducts", ({ tagName }) => {
|
|
233
|
+
return Site.getProduct(tagName);
|
|
234
|
+
});
|
|
235
|
+
export const getShopifyThemes = createAsyncThunk("site/getShopifyThemes", () => __awaiter(void 0, void 0, void 0, function* () {
|
|
236
|
+
return (yield Site.getShopifyThemes()).data;
|
|
237
|
+
}));
|
|
238
|
+
export const getProductByIndex = createAsyncThunk("site/getProductByIndex", ({ index }) => {
|
|
239
|
+
return Site.getProductByIndex(index);
|
|
240
|
+
});
|
|
241
|
+
export const updateNewAutocomplete = createAsyncThunk("site/updateNewAutocomplete ", ({ value }) => {
|
|
242
|
+
return Autocomplete.updateNewAutocomplete(value);
|
|
243
|
+
});
|
|
244
|
+
export const reportYearlyOverviewSeen = createAsyncThunk("site/reportYearlyOverviewSeen ", ({ interested }) => {
|
|
245
|
+
return Site.reportYearlyOverviewSeen(interested);
|
|
246
|
+
});
|
|
247
|
+
export const setSERPVersion = createAsyncThunk("site/setVersion", ({ version }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
248
|
+
return (yield SearchResults.setVersion(version)).data;
|
|
249
|
+
}));
|
|
250
|
+
export const setSmartNavigationVersion = createAsyncThunk("site/setSmartNavigationVersion", ({ version }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
251
|
+
return (yield Categories.setVersion(version)).data;
|
|
252
|
+
}));
|
|
253
|
+
export const toggleEditor = createAsyncThunk("site/toggleEditor", ({ value }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
254
|
+
return (yield Admin.toggleGridEditorPage(value)).data;
|
|
255
|
+
}));
|
|
256
|
+
export const setRecommendationsVersion = createAsyncThunk("site/setRecommendationsVersion", ({ version }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
257
|
+
return (yield Recommendations.setRecommendationsVersion(version)).data;
|
|
258
|
+
}));
|
|
259
|
+
export const setIsGrantSupportEditing = createAsyncThunk("site/setIsGrantSupportEditing", (value) => __awaiter(void 0, void 0, void 0, function* () {
|
|
260
|
+
return (yield Site.setIsGrantSupportEditing(value)).data;
|
|
261
|
+
}));
|
|
262
|
+
export const toggleSegmentsEnabled = createAsyncThunk("site/toggleSegmentsEnabled", (value) => __awaiter(void 0, void 0, void 0, function* () {
|
|
263
|
+
return (yield AdminAddons.toggleSegmentsEnabled(value)).data;
|
|
264
|
+
}));
|
|
265
|
+
export const toggleAbTestingAccess = createAsyncThunk("site/toggleAbTesting", (value) => __awaiter(void 0, void 0, void 0, function* () {
|
|
266
|
+
return (yield AdminAddons.toggleAbTestingAccess(value)).data;
|
|
267
|
+
}));
|
|
268
|
+
export const setAlternativeColorSwatches = createAsyncThunk('site/setAlternativeColorSwatches', (value) => __awaiter(void 0, void 0, void 0, function* () {
|
|
269
|
+
return (yield Admin.setAlternativeColorSwatches(value)).data;
|
|
270
|
+
}));
|
|
271
|
+
export const fetchAdminSites = createAsyncThunk('site/getAdminSites', () => __awaiter(void 0, void 0, void 0, function* () {
|
|
272
|
+
return (yield Site.fetchAdminSites()).data;
|
|
273
|
+
}));
|
|
274
|
+
export const siteSlice = createSlice({
|
|
275
|
+
name: "site",
|
|
276
|
+
initialState,
|
|
277
|
+
reducers: {
|
|
278
|
+
setSiteUrlTemp: (state, action) => {
|
|
279
|
+
state.temporary.url = action.payload;
|
|
280
|
+
},
|
|
281
|
+
setSiteNameTemp: (state, action) => {
|
|
282
|
+
state.temporary.siteName = action.payload;
|
|
283
|
+
},
|
|
284
|
+
setProductsCount: (state, action) => {
|
|
285
|
+
state.site.productsCount = action.payload;
|
|
286
|
+
},
|
|
287
|
+
setCategorySorting: (state, action) => {
|
|
288
|
+
const { type, rule } = action.payload;
|
|
289
|
+
if (type === "add") {
|
|
290
|
+
state.categorySort.push({
|
|
291
|
+
ids: rule.categories,
|
|
292
|
+
sort: rule.categorySortID,
|
|
293
|
+
key: rule.key,
|
|
294
|
+
name: rule.name,
|
|
295
|
+
});
|
|
296
|
+
}
|
|
297
|
+
else if (type === "update") {
|
|
298
|
+
state.categorySort = state.categorySort.map((cs) => {
|
|
299
|
+
if (cs.key === rule.key) {
|
|
300
|
+
return {
|
|
301
|
+
ids: rule.categories,
|
|
302
|
+
sort: rule.categorySortID,
|
|
303
|
+
key: rule.key,
|
|
304
|
+
name: rule.name,
|
|
305
|
+
};
|
|
306
|
+
}
|
|
307
|
+
return cs;
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
else {
|
|
311
|
+
state.categorySort = state.categorySort.filter((cs) => {
|
|
312
|
+
return cs.key !== rule.key;
|
|
313
|
+
});
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
GAInitialized(state) {
|
|
317
|
+
state.GAInitialized = true;
|
|
318
|
+
},
|
|
319
|
+
setIsHideSidebar(state, action) {
|
|
320
|
+
state.isHideSidebar = action.payload;
|
|
321
|
+
},
|
|
322
|
+
setIsViewer(state, action) {
|
|
323
|
+
state.isViewer = action.payload;
|
|
324
|
+
},
|
|
325
|
+
setIsViewerOverCapacity(state, action) {
|
|
326
|
+
state.isViewerOverCapacity = action.payload;
|
|
327
|
+
},
|
|
328
|
+
setIsOverCapacityDialogOpen(state, action) {
|
|
329
|
+
state.isOverCapacityDialogOpen = action.payload;
|
|
330
|
+
},
|
|
331
|
+
setIsRelatedProducts(state, action) {
|
|
332
|
+
state.site.isRelatedProducts = action.payload;
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
extraReducers: (builder) => {
|
|
336
|
+
builder.addCase(resetState, () => initialState);
|
|
337
|
+
builder.addCase(fetchSiteDetails.pending, (state, action) => {
|
|
338
|
+
state.site.isLoading = true;
|
|
339
|
+
});
|
|
340
|
+
builder.addCase(fetchSiteDetails.fulfilled, (state, action) => {
|
|
341
|
+
state.site = {
|
|
342
|
+
isNewAutocomplete: action.payload.site.isNewAutocomplete,
|
|
343
|
+
key: action.payload.site.key,
|
|
344
|
+
url: action.payload.site.url,
|
|
345
|
+
kind: action.payload.site.kind,
|
|
346
|
+
language: action.payload.site.language || state.site.language,
|
|
347
|
+
uuid: action.payload.site.uuid,
|
|
348
|
+
store_id: action.payload.site.store_id,
|
|
349
|
+
planName: action.payload.site.planName,
|
|
350
|
+
isMagento2: action.payload.site.isMagento2,
|
|
351
|
+
domain: action.payload.site.domain,
|
|
352
|
+
created: action.payload.site.created,
|
|
353
|
+
customTrialDays: action.payload.site.customTrialDays,
|
|
354
|
+
siteName: action.payload.site.siteName,
|
|
355
|
+
subscription: action.payload.site.subscription,
|
|
356
|
+
isSubscriptionAnnual: action.payload.site.isSubscriptionAnnual,
|
|
357
|
+
subscriptionDate: action.payload.site.subscriptionDate,
|
|
358
|
+
unlimitedAccount: action.payload.site.unlimitedAccount,
|
|
359
|
+
host: action.payload.site.host,
|
|
360
|
+
isLoading: false,
|
|
361
|
+
siteList: action.payload.site.siteList,
|
|
362
|
+
trialDaysLeftMessage: action.payload.site.trialDaysLeftMessage,
|
|
363
|
+
subscriptionName: action.payload.site.subscriptionName,
|
|
364
|
+
subscriptionAmount: action.payload.site.subscriptionAmount,
|
|
365
|
+
productsCount: action.payload.site.productsCount,
|
|
366
|
+
takeoverCategoriesNavigation: action.payload.site.takeoverCategoriesNavigation,
|
|
367
|
+
siteMapEnabled: action.payload.site.siteMapEnabled,
|
|
368
|
+
extensionIspResultsPage: action.payload.site.extensionIspResultsPage,
|
|
369
|
+
ispResultsPageType: action.payload.site.ispResultsPageType,
|
|
370
|
+
impactReportPermissions: action.payload.site.impactReportPermissions,
|
|
371
|
+
isEnterpriseMerchandising: action.payload.site.isEnterpriseMerchandising,
|
|
372
|
+
pushToShopifyAuthorized: action.payload.site.pushToShopifyAuthorized,
|
|
373
|
+
defaultSmartNavSort: action.payload.site.defaultSmartNavSort,
|
|
374
|
+
defaultSerpSort: action.payload.site.defaultSerpSort,
|
|
375
|
+
isEnableFetchingCost: action.payload.site.isEnableFetchingCost,
|
|
376
|
+
generatedIndustry: action.payload.site.generatedIndustry,
|
|
377
|
+
isFashion: action.payload.site.isFashion,
|
|
378
|
+
shopOwner: action.payload.site.shopOwner,
|
|
379
|
+
ownerEmail: action.payload.site.ownerEmail,
|
|
380
|
+
onboardingSetupWizardFinished: action.payload.site.onboardingSetupWizardFinished,
|
|
381
|
+
hasVisualDiscoveryPage: action.payload.site.hasVisualDiscoveryPage,
|
|
382
|
+
hasVisualDiscoveryIntegrationPage: action.payload.site.hasVisualDiscoveryIntegrationPage,
|
|
383
|
+
hasGridEditorPage: action.payload.site.hasGridEditorPage,
|
|
384
|
+
isVariantLevelAttributes: action.payload.site.isVariantLevelAttributes,
|
|
385
|
+
isVisualDiscovery: action.payload.site.isVisualDiscovery,
|
|
386
|
+
isProductImageOptimization: action.payload.site.isProductImageOptimization,
|
|
387
|
+
isPersonalizedNoResults: action.payload.site.isPersonalizedNoResults,
|
|
388
|
+
isPersonalizedSearch: action.payload.site.isPersonalizedSearch,
|
|
389
|
+
isPersonalizationOverMerchandisingSearch: action.payload.site.isPersonalizationOverMerchandisingSearch,
|
|
390
|
+
isPersonalizedCollection: action.payload.site.isPersonalizedCollection,
|
|
391
|
+
isPersonalizationOverMerchandisingCollections: action.payload.site.isPersonalizationOverMerchandisingCollections,
|
|
392
|
+
getDirectlyFromShopify: action.payload.site.getDirectlyFromShopify,
|
|
393
|
+
isFacebookLoggedIn: action.payload.site.isFacebookLoggedIn,
|
|
394
|
+
hasAdsPage: action.payload.site.hasAdsPage,
|
|
395
|
+
state: action.payload.site.state,
|
|
396
|
+
isYearlyOverviewVideo: action.payload.site.isYearlyOverviewVideo,
|
|
397
|
+
isYearlyOverviewSeen: action.payload.site.isYearlyOverviewSeen,
|
|
398
|
+
serpVersion: action.payload.site.serpVersion,
|
|
399
|
+
smartNavigationVersion: action.payload.site.smartNavigationVersion,
|
|
400
|
+
recommendationsVersion: action.payload.site.recommendationsVersion,
|
|
401
|
+
isGrantSupportEditing: action.payload.site.isGrantSupportEditing,
|
|
402
|
+
isSegmentsEnabled: action.payload.site.isSegmentsEnabled,
|
|
403
|
+
isAbTestingEnabled: action.payload.site.isAbTestingEnabled,
|
|
404
|
+
alternativeColorSwatches: action.payload.site.alternativeColorSwatches,
|
|
405
|
+
isTapcartChannel: action.payload.site.isTapcartChannel,
|
|
406
|
+
leadSiteKey: action.payload.site.leadSiteKey,
|
|
407
|
+
isRelatedProducts: action.payload.site.isRelatedProducts,
|
|
408
|
+
mobileProvider: action.payload.site.mobileProvider,
|
|
409
|
+
tapcartIntegrationType: action.payload.site.tapcartIntegrationType
|
|
410
|
+
};
|
|
411
|
+
state.siteGroup = {
|
|
412
|
+
subscriptionCustomMonths: action.payload.siteGroup.subscriptionCustomMonths,
|
|
413
|
+
};
|
|
414
|
+
state.temporary = {
|
|
415
|
+
url: action.payload.site.url,
|
|
416
|
+
siteName: action.payload.site.siteName,
|
|
417
|
+
};
|
|
418
|
+
state.emailConfirmation.isOwnerEmailConfirmed =
|
|
419
|
+
action.payload.emailConfirmation.isOwnerEmailConfirmed;
|
|
420
|
+
});
|
|
421
|
+
builder.addCase(setSiteLanguage.pending, (state, action) => {
|
|
422
|
+
state.site.language = action.meta.arg.language;
|
|
423
|
+
});
|
|
424
|
+
builder.addCase(setSiteName.pending, (state, action) => {
|
|
425
|
+
state.loading.isSiteNameLoading = true;
|
|
426
|
+
});
|
|
427
|
+
builder.addCase(setSiteName.rejected, (state, action) => {
|
|
428
|
+
state.loading.isSiteNameLoading = false;
|
|
429
|
+
});
|
|
430
|
+
builder.addCase(setSiteName.fulfilled, (state, action) => {
|
|
431
|
+
state.loading.isSiteNameLoading = false;
|
|
432
|
+
const success = action.payload.data.success;
|
|
433
|
+
if (success) {
|
|
434
|
+
state.site.siteName = action.meta.arg;
|
|
435
|
+
}
|
|
436
|
+
});
|
|
437
|
+
builder.addCase(setSiteUrl.pending, (state, action) => {
|
|
438
|
+
state.loading.isSiteUrlLoading = true;
|
|
439
|
+
});
|
|
440
|
+
builder.addCase(setSiteUrl.rejected, (state, action) => {
|
|
441
|
+
state.loading.isSiteUrlLoading = false;
|
|
442
|
+
});
|
|
443
|
+
builder.addCase(setSiteUrl.fulfilled, (state, action) => {
|
|
444
|
+
state.loading.isSiteUrlLoading = false;
|
|
445
|
+
const success = action.payload.data.success;
|
|
446
|
+
if (success) {
|
|
447
|
+
state.site.url = action.meta.arg;
|
|
448
|
+
state.temporary.url = action.meta.arg;
|
|
449
|
+
}
|
|
450
|
+
});
|
|
451
|
+
builder.addCase(enableSiteMap.pending, (state, action) => {
|
|
452
|
+
state.site.siteMapEnabled = action.meta.arg.enable;
|
|
453
|
+
});
|
|
454
|
+
builder.addCase(fetchAttributes.pending, (state, action) => {
|
|
455
|
+
state.loading.isAttributesLoading = true;
|
|
456
|
+
});
|
|
457
|
+
builder.addCase(fetchAttributes.rejected, (state, action) => {
|
|
458
|
+
state.loading.isAttributesLoading = false;
|
|
459
|
+
});
|
|
460
|
+
builder.addCase(fetchAttributes.fulfilled, (state, action) => {
|
|
461
|
+
state.attributes = action.payload;
|
|
462
|
+
state.loading.isAttributesLoading = false;
|
|
463
|
+
});
|
|
464
|
+
builder.addCase(fetchTags.pending, (state, action) => {
|
|
465
|
+
state.loading.isTagsLoading = true;
|
|
466
|
+
});
|
|
467
|
+
builder.addCase(fetchTags.rejected, (state, action) => {
|
|
468
|
+
state.loading.isTagsLoading = false;
|
|
469
|
+
});
|
|
470
|
+
builder.addCase(fetchTags.fulfilled, (state, action) => {
|
|
471
|
+
state.tags = action.payload;
|
|
472
|
+
state.loading.isTagsLoading = false;
|
|
473
|
+
});
|
|
474
|
+
builder.addCase(fetchCategories.pending, (state, action) => {
|
|
475
|
+
state.loading.isCategoriesLoading = true;
|
|
476
|
+
});
|
|
477
|
+
builder.addCase(fetchCategories.rejected, (state, action) => {
|
|
478
|
+
state.loading.isCategoriesLoading = false;
|
|
479
|
+
});
|
|
480
|
+
builder.addCase(fetchCategories.fulfilled, (state, action) => {
|
|
481
|
+
state.categories = action.payload;
|
|
482
|
+
//ensure that the categories additional data is added to the categories data
|
|
483
|
+
if (state.categoriesAdditionalData.length !== 0) {
|
|
484
|
+
setCategoriesAdditionalData(state, state.categoriesAdditionalData);
|
|
485
|
+
}
|
|
486
|
+
state.loading.isCategoriesLoading = false;
|
|
487
|
+
});
|
|
488
|
+
builder.addCase(toggleSmartCollections.pending, (state, action) => {
|
|
489
|
+
state.site.takeoverCategoriesNavigation = action.meta.arg.isActive;
|
|
490
|
+
});
|
|
491
|
+
builder.addCase(toggleSerpState.pending, (state, action) => {
|
|
492
|
+
state.site.extensionIspResultsPage = !state.site.extensionIspResultsPage;
|
|
493
|
+
});
|
|
494
|
+
builder.addCase(fetchPopularSearchTerms.pending, (state, action) => {
|
|
495
|
+
state.loading.isPopularSearchesLoading = true;
|
|
496
|
+
});
|
|
497
|
+
builder.addCase(fetchPopularSearchTerms.rejected, (state, action) => {
|
|
498
|
+
state.loading.isPopularSearchesLoading = false;
|
|
499
|
+
});
|
|
500
|
+
builder.addCase(fetchPopularSearchTerms.fulfilled, (state, action) => {
|
|
501
|
+
state.popularTerms = action.payload.terms;
|
|
502
|
+
state.loading.isPopularSearchesLoading = false;
|
|
503
|
+
});
|
|
504
|
+
builder.addCase(fetchSiteTagFilters.pending, (state, action) => {
|
|
505
|
+
state.loading.isTagFiltersLoading = true;
|
|
506
|
+
});
|
|
507
|
+
builder.addCase(fetchSiteTagFilters.fulfilled, (state, action) => {
|
|
508
|
+
state.tagFilters = action.payload.tagFilters;
|
|
509
|
+
state.loading.isTagFiltersLoading = false;
|
|
510
|
+
});
|
|
511
|
+
builder.addCase(fetchSiteCategorySort.fulfilled, (state, action) => {
|
|
512
|
+
state.categorySort = action.payload;
|
|
513
|
+
state.loading.isCategorySortingLoading = false;
|
|
514
|
+
});
|
|
515
|
+
builder.addCase(fetchSiteCategorySort.pending, (state, action) => {
|
|
516
|
+
state.loading.isCategorySortingLoading = true;
|
|
517
|
+
});
|
|
518
|
+
builder.addCase(sendConfirmationEmail.pending, (state, action) => {
|
|
519
|
+
state.emailConfirmation.isSendError = false;
|
|
520
|
+
});
|
|
521
|
+
builder.addCase(sendConfirmationEmail.rejected, (state, action) => {
|
|
522
|
+
state.emailConfirmation.isSendError = true;
|
|
523
|
+
});
|
|
524
|
+
builder.addCase(sendConfirmationEmail.fulfilled, (state, action) => {
|
|
525
|
+
const isSuccess = action.payload.data.success;
|
|
526
|
+
if (!isSuccess) {
|
|
527
|
+
state.emailConfirmation.isSendError = true;
|
|
528
|
+
const message = action.payload.data.message;
|
|
529
|
+
if (message) {
|
|
530
|
+
console.log(message);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
});
|
|
534
|
+
builder.addCase(fetchSiteSorting.fulfilled, (state, action) => {
|
|
535
|
+
state.sorting = action.payload;
|
|
536
|
+
state.loading.isSortingLoading = false;
|
|
537
|
+
});
|
|
538
|
+
builder.addCase(updateSiteSorting.pending, (state, action) => {
|
|
539
|
+
state.sorting = action.meta.arg.sorting;
|
|
540
|
+
});
|
|
541
|
+
builder.addCase(toggleCategoriesDefaultSort.pending, (state, action) => {
|
|
542
|
+
state.site.defaultSmartNavSort = action.meta.arg.sort;
|
|
543
|
+
});
|
|
544
|
+
builder.addCase(setVisualDiscoveryPageAccess.pending, (state, action) => {
|
|
545
|
+
state.site.hasVisualDiscoveryPage = action.meta.arg;
|
|
546
|
+
});
|
|
547
|
+
builder.addCase(setVisualDiscoveryIntegrationPageAccess.pending, (state, action) => {
|
|
548
|
+
state.site.hasVisualDiscoveryIntegrationPage = action.meta.arg;
|
|
549
|
+
});
|
|
550
|
+
builder.addCase(setAdsPageAccess.pending, (state, action) => {
|
|
551
|
+
state.site.hasAdsPage = action.meta.arg;
|
|
552
|
+
});
|
|
553
|
+
builder.addCase(setAdsPageAccess.rejected, (state, action) => {
|
|
554
|
+
state.site.hasAdsPage = !action.meta.arg;
|
|
555
|
+
});
|
|
556
|
+
builder.addCase(setIsUnlimitedAccount.pending, (state, action) => {
|
|
557
|
+
state.loading.isUnlimitedAccountLoading = true;
|
|
558
|
+
});
|
|
559
|
+
builder.addCase(setIsUnlimitedAccount.rejected, (state, action) => {
|
|
560
|
+
state.loading.isUnlimitedAccountLoading = false;
|
|
561
|
+
});
|
|
562
|
+
builder.addCase(setIsUnlimitedAccount.fulfilled, (state, action) => {
|
|
563
|
+
state.loading.isUnlimitedAccountLoading = false;
|
|
564
|
+
const isSuccess = action.payload.data;
|
|
565
|
+
if (isSuccess) {
|
|
566
|
+
state.site.unlimitedAccount = action.meta.arg.value;
|
|
567
|
+
}
|
|
568
|
+
});
|
|
569
|
+
builder.addCase(setCustomTrialDays.pending, (state, action) => {
|
|
570
|
+
state.site.customTrialDays = action.meta.arg.value;
|
|
571
|
+
});
|
|
572
|
+
builder.addCase(setCustomTrialDays.rejected, (state, action) => {
|
|
573
|
+
state.site.customTrialDays = action.meta.arg.oldValue;
|
|
574
|
+
});
|
|
575
|
+
builder.addCase(setCustomTrialDays.fulfilled, (state, action) => {
|
|
576
|
+
const isSuccess = action.payload.data;
|
|
577
|
+
if (!isSuccess) {
|
|
578
|
+
state.site.customTrialDays = action.meta.arg.oldValue;
|
|
579
|
+
}
|
|
580
|
+
});
|
|
581
|
+
builder.addCase(setPersonalizedSearch.pending, (state, action) => {
|
|
582
|
+
state.site.isPersonalizedSearch = action.meta.arg.value;
|
|
583
|
+
});
|
|
584
|
+
builder.addCase(setPersonalizationOverMerchandisingSearch.pending, (state, action) => {
|
|
585
|
+
state.site.isPersonalizationOverMerchandisingSearch = action.meta.arg.value;
|
|
586
|
+
});
|
|
587
|
+
builder.addCase(getProduct.fulfilled, (state, action) => {
|
|
588
|
+
state.previewProduct = action.payload.data;
|
|
589
|
+
});
|
|
590
|
+
builder.addCase(getShopifyThemes.fulfilled, (state, action) => {
|
|
591
|
+
state.shopifyThemes = action.payload;
|
|
592
|
+
});
|
|
593
|
+
builder.addCase(getProductByIndex.fulfilled, (state, action) => {
|
|
594
|
+
state.previewProduct = action.payload.data;
|
|
595
|
+
state.previewProductLoading = false;
|
|
596
|
+
});
|
|
597
|
+
builder.addCase(getProductByIndex.pending, (state, action) => {
|
|
598
|
+
state.previewProductLoading = true;
|
|
599
|
+
});
|
|
600
|
+
builder.addCase(updateFacebookConfig.pending, (state) => {
|
|
601
|
+
state.site.isFacebookLoggedIn = true;
|
|
602
|
+
});
|
|
603
|
+
builder.addCase(updateFacebookConfig.rejected, (state) => {
|
|
604
|
+
state.site.isFacebookLoggedIn = false;
|
|
605
|
+
});
|
|
606
|
+
builder.addCase(deleteFacebookConfig.pending, (state) => {
|
|
607
|
+
state.site.isFacebookLoggedIn = false;
|
|
608
|
+
});
|
|
609
|
+
builder.addCase(updateNewAutocomplete.pending, (state, action) => {
|
|
610
|
+
state.site.isNewAutocomplete = action.meta.arg.value;
|
|
611
|
+
});
|
|
612
|
+
builder.addCase(reportYearlyOverviewSeen.pending, (state) => {
|
|
613
|
+
state.site.isYearlyOverviewSeen = true;
|
|
614
|
+
});
|
|
615
|
+
builder.addCase(setSERPVersion.pending, (state, action) => {
|
|
616
|
+
state.site.serpVersion = action.meta.arg.version;
|
|
617
|
+
});
|
|
618
|
+
builder.addCase(setSmartNavigationVersion.pending, (state, action) => {
|
|
619
|
+
state.site.smartNavigationVersion = action.meta.arg.version;
|
|
620
|
+
});
|
|
621
|
+
builder.addCase(toggleEditor.pending, (state, action) => {
|
|
622
|
+
state.site.hasGridEditorPage = action.meta.arg.value;
|
|
623
|
+
});
|
|
624
|
+
builder.addCase(setRecommendationsVersion.pending, (state, action) => {
|
|
625
|
+
state.site.recommendationsVersion = action.meta.arg.version;
|
|
626
|
+
});
|
|
627
|
+
builder.addCase(setIsGrantSupportEditing.pending, (state, action) => {
|
|
628
|
+
state.site.isGrantSupportEditing = action.meta.arg;
|
|
629
|
+
state.loading.isGrantSupportEditingLoading = true;
|
|
630
|
+
});
|
|
631
|
+
builder.addCase(setIsGrantSupportEditing.rejected, (state, action) => {
|
|
632
|
+
const isSuccess = action.payload.isSuccess;
|
|
633
|
+
if (!isSuccess) {
|
|
634
|
+
state.site.isGrantSupportEditing = !action.meta.arg;
|
|
635
|
+
}
|
|
636
|
+
state.loading.isGrantSupportEditingLoading = false;
|
|
637
|
+
});
|
|
638
|
+
builder.addCase(setIsGrantSupportEditing.fulfilled, (state, action) => {
|
|
639
|
+
const isSuccess = action.payload.isSuccess;
|
|
640
|
+
if (!isSuccess) {
|
|
641
|
+
state.site.isGrantSupportEditing = !action.meta.arg;
|
|
642
|
+
}
|
|
643
|
+
state.loading.isGrantSupportEditingLoading = false;
|
|
644
|
+
});
|
|
645
|
+
builder.addCase(toggleSegmentsEnabled.pending, (state, action) => {
|
|
646
|
+
state.site.isSegmentsEnabled = action.meta.arg;
|
|
647
|
+
});
|
|
648
|
+
builder.addCase(toggleAbTestingAccess.pending, (state, action) => {
|
|
649
|
+
state.site.isAbTestingEnabled = action.meta.arg;
|
|
650
|
+
});
|
|
651
|
+
builder.addCase(toggleAbTestingAccess.rejected, (state, action) => {
|
|
652
|
+
state.site.isAbTestingEnabled = !action.meta.arg;
|
|
653
|
+
});
|
|
654
|
+
builder.addCase(setAlternativeColorSwatches.pending, (state, action) => {
|
|
655
|
+
state.site.alternativeColorSwatches = action.meta.arg;
|
|
656
|
+
});
|
|
657
|
+
builder.addCase(updateTapcartIntegrationSettings.fulfilled, (state, action) => {
|
|
658
|
+
const isSuccess = action.payload.success;
|
|
659
|
+
if (isSuccess) {
|
|
660
|
+
const { integrationType, } = action.meta.arg;
|
|
661
|
+
state.site.isTapcartChannel = integrationType === "tapcartOnly";
|
|
662
|
+
}
|
|
663
|
+
});
|
|
664
|
+
builder.addCase(setMobileAppProvider.pending, (state, action) => {
|
|
665
|
+
if (action.meta.arg !== "tapcart") {
|
|
666
|
+
state.site.isTapcartChannel = false;
|
|
667
|
+
}
|
|
668
|
+
});
|
|
669
|
+
builder.addCase(fetchCollectionsMerchandising.fulfilled, (state, action) => {
|
|
670
|
+
setCategoriesAdditionalData(state, action.payload.categoriesAdditionalData);
|
|
671
|
+
});
|
|
672
|
+
builder.addCase(setCollectionsMerchandisingRule.fulfilled, (state, action) => {
|
|
673
|
+
setCategoriesAdditionalData(state, [action.payload.categoryAdditionalData]);
|
|
674
|
+
});
|
|
675
|
+
builder.addCase(fetchAdminSites.fulfilled, (state, action) => {
|
|
676
|
+
if (action.payload.isSuccess) {
|
|
677
|
+
state.site.siteList = action.payload.sites;
|
|
678
|
+
}
|
|
679
|
+
state.loading.isSitesList = false;
|
|
680
|
+
});
|
|
681
|
+
},
|
|
682
|
+
});
|
|
683
|
+
function setCategoriesAdditionalData(state, categoriesData) {
|
|
684
|
+
//add the additional data to the list
|
|
685
|
+
let catAdditionalDataCopy = _.cloneDeep(state.categoriesAdditionalData);
|
|
686
|
+
categoriesData.forEach((catData) => {
|
|
687
|
+
let categoryData = catAdditionalDataCopy.find(c => c.id === catData.id);
|
|
688
|
+
if (!categoryData) {
|
|
689
|
+
catAdditionalDataCopy.push(catData);
|
|
690
|
+
}
|
|
691
|
+
});
|
|
692
|
+
state.categoriesAdditionalData = catAdditionalDataCopy;
|
|
693
|
+
state.categoriesAdditionalData.forEach((categoryData) => {
|
|
694
|
+
let category = state.categories.find(c => c.id === categoryData.id);
|
|
695
|
+
if (category) {
|
|
696
|
+
const index = state.categories.indexOf(category);
|
|
697
|
+
category = Object.assign(Object.assign({}, category), categoryData);
|
|
698
|
+
let categories = state.categories.filter((c, i) => i !== index);
|
|
699
|
+
categories.push(category);
|
|
700
|
+
state.categories = categories;
|
|
701
|
+
}
|
|
702
|
+
});
|
|
703
|
+
}
|
|
704
|
+
export const selectLanguage = (state) => state.site.site.language;
|
|
705
|
+
export const selectStoreId = (state) => state.site.site.store_id;
|
|
706
|
+
export const selectSiteUrl = (state) => state.site.site.url;
|
|
707
|
+
export const selectUuid = (state) => state.site.site.uuid;
|
|
708
|
+
export const selectSiteKind = (state) => state.site.site.kind;
|
|
709
|
+
export const selectPlanName = (state) => state.site.site.planName;
|
|
710
|
+
export const selectIsMagento2 = (state) => state.site.site.isMagento2;
|
|
711
|
+
export const selectSiteDomain = (state) => state.site.site.domain;
|
|
712
|
+
export const selectSiteCreated = (state) => state.site.site.created;
|
|
713
|
+
export const selectCustomTrialDays = (state) => state.site.site.customTrialDays;
|
|
714
|
+
export const selectSiteName = (state) => state.site.site.siteName;
|
|
715
|
+
export const selectSubscription = (state) => state.site.site.subscription;
|
|
716
|
+
export const selectUnlimitedAccount = (state) => state.site.site.unlimitedAccount;
|
|
717
|
+
export const selectIsSiteLoading = (state) => state.site.site.isLoading;
|
|
718
|
+
export const selectSiteHost = (state) => state.site.site.host;
|
|
719
|
+
export const selectSubscriptionAmount = (state) => state.site.site.subscriptionAmount;
|
|
720
|
+
export const selectProductsCount = (state) => state.site.site.productsCount;
|
|
721
|
+
export const selectTakeoverCategoriesNav = (state) => state.site.site.takeoverCategoriesNavigation;
|
|
722
|
+
export const selectPersonalizedSearch = (state) => state.site.site.isPersonalizedSearch;
|
|
723
|
+
export const selectPersonalizedNoResults = (state) => state.site.site.isPersonalizedNoResults;
|
|
724
|
+
export const selectSiteDetails = (state) => state.site.site;
|
|
725
|
+
export const selectSiteGroupDetails = (state) => state.site.siteGroup;
|
|
726
|
+
export const selectSiteLoading = (state) => state.site.loading;
|
|
727
|
+
export const selectEmailConfirmation = (state) => state.site.emailConfirmation;
|
|
728
|
+
export const selectSiteUrlTemp = (state) => state.site.temporary.url;
|
|
729
|
+
export const selectSiteNameTemp = (state) => state.site.temporary.siteName;
|
|
730
|
+
export const selectAttributes = (state) => state.site.attributes;
|
|
731
|
+
export const selectTags = (state) => state.site.tags;
|
|
732
|
+
export const selectCategories = (state) => state.site.categories;
|
|
733
|
+
export const selectPopularTerms = (state) => state.site.popularTerms;
|
|
734
|
+
export const selectTagFilters = (state) => state.site.tagFilters;
|
|
735
|
+
export const selectCategoriesSort = (state) => state.site.categorySort;
|
|
736
|
+
export const selectSorting = (state) => state.site.sorting;
|
|
737
|
+
export const selectGAInitialized = (state) => state.site.GAInitialized;
|
|
738
|
+
export const selectShopOwner = (state) => state.site.site.shopOwner;
|
|
739
|
+
export const selectSerpProductPreview = (state) => state.site.previewProduct;
|
|
740
|
+
export const selectIsFacebookLoggedIn = (state) => state.site.site.isFacebookLoggedIn;
|
|
741
|
+
export const selectPreviewProductLoading = (state) => state.site.previewProductLoading;
|
|
742
|
+
export const selectSsAttributesLoading = (state) => state.site.loading.isAttributesLoading;
|
|
743
|
+
export const selectIsHideSidebar = (state) => state.site.isHideSidebar;
|
|
744
|
+
export const selectIsViewer = (state) => state.site.isViewer;
|
|
745
|
+
export const selectIsViewerOverCapacity = (state) => state.site.isViewerOverCapacity;
|
|
746
|
+
export const selectIsOverCapacityDialogOpen = (state) => state.site.isOverCapacityDialogOpen;
|
|
747
|
+
export const selectTapCartIntegrationType = (state) => state.site.site.tapcartIntegrationType;
|
|
748
|
+
export const selectShopifyThemes = (state) => state.site.shopifyThemes;
|
|
749
|
+
export const { setSiteUrlTemp, setSiteNameTemp, setProductsCount, GAInitialized, setCategorySorting, setIsHideSidebar, setIsViewer, setIsViewerOverCapacity, setIsOverCapacityDialogOpen, setIsRelatedProducts } = siteSlice.actions;
|
|
750
|
+
export default siteSlice.reducer;
|
|
751
|
+
//# sourceMappingURL=siteSlice.js.map
|