@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,689 @@
|
|
|
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 { serpConfigurationDefaultState } from "./models/configurationModels";
|
|
11
|
+
import { badgesDefaultState } from "./models/badgesModels";
|
|
12
|
+
import { createAsyncThunk, createSlice } from "@reduxjs/toolkit";
|
|
13
|
+
import { SearchResults } from "../../services/searchResults";
|
|
14
|
+
import { resetState } from "../store";
|
|
15
|
+
import { reviewsDefaultState } from "./models/reviewsModels";
|
|
16
|
+
import { defaultRetailPackState } from "./models/retailPackModels";
|
|
17
|
+
import { advancedConfigurationDefaultState } from "./models/advancedConfigModels";
|
|
18
|
+
import { deleteColorFamily, fetchColorFamily, fetchColorMapping, toggleColorFamilySwitch, updateColorFamily, updateColorMapping, updateVisualTags, uploadImageHoverMode, uploadProductsSplit, uploadRetailPack } from "./actions/retailPackActions";
|
|
19
|
+
import { setReviewProvider, testCredentials, toggleReviewProvider } from "./actions/reviewActions";
|
|
20
|
+
import { defaultPreviewState } from "./models/previewModels";
|
|
21
|
+
import { fetchPreviewURL } from "./actions/serpPreviewActions";
|
|
22
|
+
import { API_BASE_URL } from "../../services/config";
|
|
23
|
+
import { shopperExperienceDefaultState } from "./models/shopperExperienceModel";
|
|
24
|
+
import { getErrorMessage } from "../../pages/SearchResults/pages/Configuration/utils";
|
|
25
|
+
const initialState = {
|
|
26
|
+
isLoading: true,
|
|
27
|
+
previewState: defaultPreviewState,
|
|
28
|
+
shopperExperience: shopperExperienceDefaultState,
|
|
29
|
+
configuration: serpConfigurationDefaultState,
|
|
30
|
+
customCSS: { value: "", loading: false, uploadFailed: false, },
|
|
31
|
+
editedCSS: '',
|
|
32
|
+
mode: "desktop",
|
|
33
|
+
advancedConfig: advancedConfigurationDefaultState,
|
|
34
|
+
reviews: reviewsDefaultState,
|
|
35
|
+
retailPack: defaultRetailPackState,
|
|
36
|
+
badgesPage: badgesDefaultState,
|
|
37
|
+
timeStamp: 0,
|
|
38
|
+
swatches: [],
|
|
39
|
+
defaultSwatches: [],
|
|
40
|
+
options: [],
|
|
41
|
+
isSwatchesLoading: true,
|
|
42
|
+
unmappedColor: "",
|
|
43
|
+
loading: {
|
|
44
|
+
colorFamily: true,
|
|
45
|
+
colorMapping: true,
|
|
46
|
+
pushToSites: false
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export const fetchSearchResults = createAsyncThunk('SearchResults/fetchSearchResults', ({ searchParams = {} }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
50
|
+
return (yield SearchResults.getSetup(searchParams)).data;
|
|
51
|
+
}));
|
|
52
|
+
export const uploadShopperExperience = createAsyncThunk('SearchResults/uploadShopperExperience', ({ optionName, field, value, mode }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
53
|
+
return (yield SearchResults.changeSetup({ field, value }));
|
|
54
|
+
}));
|
|
55
|
+
export const uploadConfiguration = createAsyncThunk('SearchResults/uploadConfiguration', ({ field, value, isContent, optionName }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
56
|
+
return (yield SearchResults.changeSetup({ field, value }));
|
|
57
|
+
}));
|
|
58
|
+
export const uploadCustomCSS = createAsyncThunk('SearchResults/uploadCustomCSS', ({ value }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
59
|
+
return (yield SearchResults.changeSetup({ field: "extension_custom_serp_css", value }));
|
|
60
|
+
}));
|
|
61
|
+
export const uploadSiteMapURL = createAsyncThunk('SearchResults/uploadSiteMapURL', ({ url }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
62
|
+
return (yield SearchResults.setSiteMapURL(url));
|
|
63
|
+
}));
|
|
64
|
+
export const getInaccessibleSiteMapUrls = createAsyncThunk('SearchResults/getInaccessibleSiteMapUrls', () => __awaiter(void 0, void 0, void 0, function* () {
|
|
65
|
+
return (yield SearchResults.getInaccessibleSiteMapUrls()).data;
|
|
66
|
+
}));
|
|
67
|
+
export const saveTransliterationLanguage = createAsyncThunk('SearchResults/saveTransliterationLanguage', ({ isAllow, language, isAllowOld, oldLanguage: string }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
68
|
+
return (yield SearchResults.saveTransliterationLanguage(isAllow, language));
|
|
69
|
+
}));
|
|
70
|
+
export const saveAdvancedConfigSwitchValue = createAsyncThunk('SearchResults/saveAdvancedConfigSwitchValue', ({ switchId, switchName, value, oldValue }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
71
|
+
return (yield SearchResults.saveAdvancedConfigSwitchValue(switchId, value));
|
|
72
|
+
}));
|
|
73
|
+
export const setExcludeFromIndexingTags = createAsyncThunk('SearchResults/setExcludeFromIndexingTags', (tags) => __awaiter(void 0, void 0, void 0, function* () {
|
|
74
|
+
return (yield SearchResults.setExcludeTagsFromIndexing(tags));
|
|
75
|
+
}));
|
|
76
|
+
export const saveRankingSources = createAsyncThunk('SearchResults/saveRankingSources', ({ isManualRanking, sourceName, importance, isCustomAttrSource, isManualRankingOld, importanceOld, data }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
77
|
+
return (yield SearchResults.saveRankingSources(data));
|
|
78
|
+
}));
|
|
79
|
+
export const saveSearchRankingImportance = createAsyncThunk('SearchResults/saveSearchRankingImportance', (data) => __awaiter(void 0, void 0, void 0, function* () {
|
|
80
|
+
return (yield SearchResults.saveSearchRankingImportance(data));
|
|
81
|
+
}));
|
|
82
|
+
export const changeSiteBadge = createAsyncThunk('SearchResults/changeSiteBadge', ({ operation, tag, imageUrl, index }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
83
|
+
return (yield SearchResults.changeSiteBadge(operation, tag, imageUrl, index));
|
|
84
|
+
}));
|
|
85
|
+
export const changeSiteTextBadge = createAsyncThunk('SearchResults/changeSiteTextBadge', ({ operation, tag, badgeText, badgeStyle, index }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
86
|
+
return (yield SearchResults.changeSiteTextBadge(operation, tag, badgeText, badgeStyle, index));
|
|
87
|
+
}));
|
|
88
|
+
export const setIsInventoryLevelBadgeEnabled = createAsyncThunk('SearchResults/setIsInventoryLevelBadgeEnabled', (isEnabled) => __awaiter(void 0, void 0, void 0, function* () {
|
|
89
|
+
return (yield SearchResults.setIsInventoryLevelBadgeEnabled(isEnabled));
|
|
90
|
+
}));
|
|
91
|
+
export const setInventoryLevelBadgeMin = createAsyncThunk('SearchResults/setInventoryLevelBadgeMin', ({ min, minOld }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
92
|
+
return (yield SearchResults.setInventoryLevelBadgeMin(min));
|
|
93
|
+
}));
|
|
94
|
+
export const setPersonalizedSearch = createAsyncThunk('searchResults/setPersonalizedSearch', ({ value }) => {
|
|
95
|
+
return (SearchResults.setPersonalizedSearch(value));
|
|
96
|
+
});
|
|
97
|
+
export const setPersonalizationOverMerchandisingSearch = createAsyncThunk('searchResults/setPersonalizationOverMerchandisingSearch', ({ value }) => {
|
|
98
|
+
return (SearchResults.setPersonalizationOverMerchandisingSearch(value));
|
|
99
|
+
});
|
|
100
|
+
export const setNonSellableProducts = createAsyncThunk('searchResults/setNonSellableProducts', ({ isShow, isDemote, isShowOld, isDemoteOld }) => {
|
|
101
|
+
return SearchResults.setNonSellableProducts(isShow, isDemote);
|
|
102
|
+
});
|
|
103
|
+
export const fetchSwatches = createAsyncThunk('SearchResults/fetchSwatches', () => __awaiter(void 0, void 0, void 0, function* () {
|
|
104
|
+
return (yield SearchResults.getSwatches()).data;
|
|
105
|
+
}));
|
|
106
|
+
export const setSwatches = createAsyncThunk('SearchResults/setSwatches', (swatches) => __awaiter(void 0, void 0, void 0, function* () {
|
|
107
|
+
const swatchesToSave = swatches.filter(s => !s.default);
|
|
108
|
+
return (yield SearchResults.setSwatches(swatchesToSave)).data;
|
|
109
|
+
}));
|
|
110
|
+
export const pushSwatchesConfigurationToSites = createAsyncThunk('searchResults/pushSwatchesConfigurationToSites', ({ sites }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
111
|
+
return (yield SearchResults.pushSwatchesConfigurationToSites(sites)).data;
|
|
112
|
+
}));
|
|
113
|
+
export const searchResultsSlice = createSlice({
|
|
114
|
+
name: 'SearchResults',
|
|
115
|
+
initialState,
|
|
116
|
+
reducers: {
|
|
117
|
+
setCustomCSS: (state, action) => {
|
|
118
|
+
state.customCSS.value = action.payload;
|
|
119
|
+
},
|
|
120
|
+
setEditedCSS: (state, action) => {
|
|
121
|
+
state.editedCSS = action.payload;
|
|
122
|
+
},
|
|
123
|
+
setCustomSiteMapURL: ((state, action) => {
|
|
124
|
+
state.configuration.contentSearch.siteMapURL = action.payload;
|
|
125
|
+
}),
|
|
126
|
+
setSerpDevice: ((state, action) => {
|
|
127
|
+
state.mode = action.payload;
|
|
128
|
+
}),
|
|
129
|
+
clearReviewCredentials: (state) => {
|
|
130
|
+
state.reviews.credentials.valid = false;
|
|
131
|
+
state.reviews.credentials.testStatus = "";
|
|
132
|
+
},
|
|
133
|
+
onTestReviewPending: (state, action) => {
|
|
134
|
+
state.reviews.credentials = action.payload;
|
|
135
|
+
},
|
|
136
|
+
onTestReviewRejected: (state) => {
|
|
137
|
+
state.reviews.credentials.valid = false;
|
|
138
|
+
state.reviews.credentials.testStatus = "error";
|
|
139
|
+
},
|
|
140
|
+
onTestReviewFulfilled: (state) => {
|
|
141
|
+
state.reviews.credentials.valid = true;
|
|
142
|
+
state.reviews.credentials.testStatus = "success";
|
|
143
|
+
},
|
|
144
|
+
setBadgesMessage: (state, action) => {
|
|
145
|
+
state.badgesPage.badgesSection.message = action.payload;
|
|
146
|
+
},
|
|
147
|
+
setBadgesIsEditError: (state, action) => {
|
|
148
|
+
state.badgesPage.badgesSection.isEditError = action.payload;
|
|
149
|
+
},
|
|
150
|
+
fixDefaultSorting: (state, action) => {
|
|
151
|
+
const { desktop, mobile, tablet } = state.shopperExperience.defaultSortingOption;
|
|
152
|
+
state.shopperExperience.defaultSortingOption = {
|
|
153
|
+
desktop: action.payload === desktop ? 0 : desktop,
|
|
154
|
+
mobile: action.payload === mobile ? 0 : mobile,
|
|
155
|
+
tablet: action.payload === tablet ? 0 : tablet,
|
|
156
|
+
};
|
|
157
|
+
},
|
|
158
|
+
setContentSearchErrorMessage: (state, action) => {
|
|
159
|
+
state.configuration.contentSearch.errorMessage = action.payload;
|
|
160
|
+
},
|
|
161
|
+
setUnmappedColor: (state, action) => {
|
|
162
|
+
state.unmappedColor = action.payload;
|
|
163
|
+
},
|
|
164
|
+
setSwatches: (state, action) => {
|
|
165
|
+
state.swatches = action.payload;
|
|
166
|
+
},
|
|
167
|
+
setIsPersonalizationAddonEnabled(state, action) {
|
|
168
|
+
state.retailPack.isPersonalizationAddonEnabled = action.payload;
|
|
169
|
+
},
|
|
170
|
+
setColorFamiliesIsFetch(state, action) {
|
|
171
|
+
state.retailPack.colorFamilies.isFetch = action.payload;
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
extraReducers: builder => {
|
|
175
|
+
builder.addCase(resetState, () => initialState);
|
|
176
|
+
builder.addCase(fetchSearchResults.fulfilled, (state, action) => {
|
|
177
|
+
var _a, _b;
|
|
178
|
+
state.shopperExperience = action.payload.shopperExperience;
|
|
179
|
+
state.customCSS.value = action.payload.customCSS.value;
|
|
180
|
+
state.configuration = action.payload.configuration;
|
|
181
|
+
state.advancedConfig = action.payload.advancedConfig;
|
|
182
|
+
state.advancedConfig.excludeTagsFromIndexing.tags = action.payload.advancedConfig.excludeTagsFromIndexing.tags;
|
|
183
|
+
state.badgesPage = action.payload.badgesPage;
|
|
184
|
+
(_a = state.badgesPage.badgesSection.badges) === null || _a === void 0 ? void 0 : _a.forEach(badge => badge.type = 'Image');
|
|
185
|
+
(_b = state.badgesPage.badgesSection.textBadges) === null || _b === void 0 ? void 0 : _b.forEach(badge => badge.type = 'Text');
|
|
186
|
+
state.reviews.isActive = action.payload.reviews.isActive;
|
|
187
|
+
state.reviews.provider = action.payload.reviews.provider;
|
|
188
|
+
state.retailPack = Object.assign(Object.assign({}, action.payload.retailPack), { colorFamilies: Object.assign(Object.assign({}, state.retailPack.colorFamilies), action.payload.retailPack.colorFamilies) });
|
|
189
|
+
state.isLoading = false;
|
|
190
|
+
state.timeStamp = Math.round(Date.now() / 1000);
|
|
191
|
+
});
|
|
192
|
+
builder.addCase(uploadCustomCSS.pending, (state, action) => {
|
|
193
|
+
state.customCSS.loading = true;
|
|
194
|
+
});
|
|
195
|
+
builder.addCase(uploadCustomCSS.rejected, (state, action) => {
|
|
196
|
+
state.customCSS.loading = false;
|
|
197
|
+
state.customCSS.uploadFailed = true;
|
|
198
|
+
});
|
|
199
|
+
builder.addCase(uploadCustomCSS.fulfilled, (state, action) => {
|
|
200
|
+
state.customCSS.loading = false;
|
|
201
|
+
state.editedCSS = action.meta.arg.value;
|
|
202
|
+
});
|
|
203
|
+
builder.addCase(uploadShopperExperience.pending, (state, action) => {
|
|
204
|
+
const { optionName, mode, value } = action.meta.arg;
|
|
205
|
+
switch (optionName) {
|
|
206
|
+
case "productTitleLines":
|
|
207
|
+
state.shopperExperience.productTitleLines[mode] = value;
|
|
208
|
+
break;
|
|
209
|
+
case "productsPerRow":
|
|
210
|
+
state.shopperExperience.productsPerRow[mode] = value;
|
|
211
|
+
break;
|
|
212
|
+
case "pageSystem":
|
|
213
|
+
state.shopperExperience.pageSystem[mode] = value;
|
|
214
|
+
break;
|
|
215
|
+
case "isLoadMoreButton":
|
|
216
|
+
state.shopperExperience.isLoadMoreButton[mode] = value;
|
|
217
|
+
break;
|
|
218
|
+
case "filterTheme":
|
|
219
|
+
state.shopperExperience.filterTheme = value;
|
|
220
|
+
break;
|
|
221
|
+
case "isSortingSerp":
|
|
222
|
+
state.shopperExperience.isSortingSerp[mode] = value;
|
|
223
|
+
break;
|
|
224
|
+
case "defaultSortingOption":
|
|
225
|
+
state.shopperExperience.defaultSortingOption[mode] = parseInt(value);
|
|
226
|
+
break;
|
|
227
|
+
case "isQuickView":
|
|
228
|
+
state.shopperExperience.isQuickView[mode] = value;
|
|
229
|
+
break;
|
|
230
|
+
case "isInStockBanner":
|
|
231
|
+
state.shopperExperience.isInStockBanner[mode] = value;
|
|
232
|
+
break;
|
|
233
|
+
case "isSoldOutBanner":
|
|
234
|
+
state.shopperExperience.isSoldOutBanner[mode] = value;
|
|
235
|
+
break;
|
|
236
|
+
case "isAddToCartButton":
|
|
237
|
+
state.shopperExperience.isAddToCartButton[mode] = value;
|
|
238
|
+
break;
|
|
239
|
+
case "isAjaxAnimation":
|
|
240
|
+
state.shopperExperience.isAjaxAnimation[mode] = value;
|
|
241
|
+
break;
|
|
242
|
+
case "isProductSku":
|
|
243
|
+
state.shopperExperience.isProductSku[mode] = value;
|
|
244
|
+
break;
|
|
245
|
+
case "isProductDescription":
|
|
246
|
+
state.shopperExperience.isProductDescription[mode] = value;
|
|
247
|
+
break;
|
|
248
|
+
case "isSearchBox":
|
|
249
|
+
state.shopperExperience.isSearchBox[mode] = value;
|
|
250
|
+
break;
|
|
251
|
+
case "isPriceFilterSlider":
|
|
252
|
+
state.shopperExperience.isPriceFilterSlider = value;
|
|
253
|
+
break;
|
|
254
|
+
case "addToCartButtonColor":
|
|
255
|
+
state.shopperExperience.addToCartButtonColor = value;
|
|
256
|
+
break;
|
|
257
|
+
case "filterTitleColor":
|
|
258
|
+
state.shopperExperience.filterTitleColor = value;
|
|
259
|
+
break;
|
|
260
|
+
case "filterOptionColor":
|
|
261
|
+
state.shopperExperience.filterOptionColor = value;
|
|
262
|
+
break;
|
|
263
|
+
case "productPriceColor":
|
|
264
|
+
state.shopperExperience.productPriceColor = value;
|
|
265
|
+
break;
|
|
266
|
+
case "productComparePriceColor":
|
|
267
|
+
state.shopperExperience.productComparePriceColor = value;
|
|
268
|
+
break;
|
|
269
|
+
case "productBorderColor":
|
|
270
|
+
state.shopperExperience.productBorderColor = value;
|
|
271
|
+
break;
|
|
272
|
+
case "productInfoAlignment":
|
|
273
|
+
state.shopperExperience.productInfoAlignment = value;
|
|
274
|
+
break;
|
|
275
|
+
case "quickViewTheme":
|
|
276
|
+
state.shopperExperience.quickViewTheme = value;
|
|
277
|
+
break;
|
|
278
|
+
case "quickViewColorScheme":
|
|
279
|
+
state.shopperExperience.quickViewColorScheme = value;
|
|
280
|
+
break;
|
|
281
|
+
case "isAddToCartVariants":
|
|
282
|
+
state.shopperExperience.isAddToCartVariants[mode] = value;
|
|
283
|
+
break;
|
|
284
|
+
case "sliderDirection":
|
|
285
|
+
state.shopperExperience.sliderDirection = value;
|
|
286
|
+
break;
|
|
287
|
+
case "isModernSlidebarFilters":
|
|
288
|
+
state.shopperExperience.isModernSlidebarFilters = value;
|
|
289
|
+
break;
|
|
290
|
+
case "showFiltersHiddenButton":
|
|
291
|
+
state.shopperExperience.showFiltersHiddenButton = value;
|
|
292
|
+
break;
|
|
293
|
+
case "isPaginationProgressBar":
|
|
294
|
+
state.shopperExperience.isPaginationProgressBar = value;
|
|
295
|
+
break;
|
|
296
|
+
}
|
|
297
|
+
});
|
|
298
|
+
builder.addCase(uploadConfiguration.pending, (state, action) => {
|
|
299
|
+
const { value, isContent, optionName } = action.meta.arg;
|
|
300
|
+
if (isContent) {
|
|
301
|
+
state.configuration.contentSearch = Object.assign(Object.assign({}, state.configuration.contentSearch), { [optionName]: value });
|
|
302
|
+
}
|
|
303
|
+
else {
|
|
304
|
+
state.configuration = Object.assign(Object.assign({}, state.configuration), { [optionName]: value });
|
|
305
|
+
}
|
|
306
|
+
});
|
|
307
|
+
builder.addCase(uploadSiteMapURL.pending, (state, action) => {
|
|
308
|
+
state.configuration.contentSearch.status = "loading";
|
|
309
|
+
state.configuration.contentSearch.siteMapURL = action.meta.arg.url;
|
|
310
|
+
state.configuration.contentSearch.errorMessage = '';
|
|
311
|
+
});
|
|
312
|
+
builder.addCase(uploadSiteMapURL.rejected, (state, action) => {
|
|
313
|
+
state.configuration.contentSearch.status = "rejected";
|
|
314
|
+
state.configuration.contentSearch.siteMapURL = "";
|
|
315
|
+
});
|
|
316
|
+
builder.addCase(uploadSiteMapURL.fulfilled, (state, action) => {
|
|
317
|
+
const isSuccess = action.payload.data.success;
|
|
318
|
+
const inaccessibleUrls = action.payload.data.inaccessibleUrls;
|
|
319
|
+
let status = '';
|
|
320
|
+
if (isSuccess) {
|
|
321
|
+
status = "fulfilled";
|
|
322
|
+
}
|
|
323
|
+
else {
|
|
324
|
+
status = "rejected";
|
|
325
|
+
state.configuration.contentSearch.siteMapURL = "";
|
|
326
|
+
}
|
|
327
|
+
state.configuration.contentSearch.status = status;
|
|
328
|
+
state.configuration.contentSearch.inaccessibleSiteMapUrls = inaccessibleUrls;
|
|
329
|
+
state.configuration.contentSearch.errorMessage = getErrorMessage(inaccessibleUrls, status);
|
|
330
|
+
});
|
|
331
|
+
builder.addCase(uploadProductsSplit.pending, (state, action) => {
|
|
332
|
+
state.retailPack.productsSplit = action.meta.arg.value;
|
|
333
|
+
});
|
|
334
|
+
builder.addCase(uploadProductsSplit.rejected, (state, action) => {
|
|
335
|
+
state.retailPack.productsSplit = action.meta.arg.oldValue;
|
|
336
|
+
});
|
|
337
|
+
builder.addCase(getInaccessibleSiteMapUrls.fulfilled, (state, action) => {
|
|
338
|
+
if (action.payload.success) {
|
|
339
|
+
const urls = action.payload.urls;
|
|
340
|
+
state.configuration.contentSearch.inaccessibleSiteMapUrls = urls;
|
|
341
|
+
state.configuration.contentSearch.errorMessage = getErrorMessage(urls);
|
|
342
|
+
}
|
|
343
|
+
});
|
|
344
|
+
builder.addCase(saveTransliterationLanguage.pending, (state, action) => {
|
|
345
|
+
state.advancedConfig.isAllowTransliteration = action.meta.arg.isAllow;
|
|
346
|
+
state.advancedConfig.transliterationLanguage = action.meta.arg.language;
|
|
347
|
+
});
|
|
348
|
+
builder.addCase(saveTransliterationLanguage.rejected, (state, action) => {
|
|
349
|
+
state.advancedConfig.isAllowTransliteration = action.meta.arg.isAllowOld;
|
|
350
|
+
state.advancedConfig.transliterationLanguage = action.meta.arg.oldLanguage;
|
|
351
|
+
});
|
|
352
|
+
builder.addCase(saveRankingSources.pending, (state, action) => {
|
|
353
|
+
updateRankingSources(state, action, false);
|
|
354
|
+
});
|
|
355
|
+
builder.addCase(saveRankingSources.rejected, (state, action) => {
|
|
356
|
+
updateRankingSources(state, action, true);
|
|
357
|
+
});
|
|
358
|
+
builder.addCase(saveAdvancedConfigSwitchValue.pending, (state, action) => {
|
|
359
|
+
const switchName = action.meta.arg.switchName;
|
|
360
|
+
const value = action.meta.arg.value;
|
|
361
|
+
state.advancedConfig = Object.assign(Object.assign({}, state.advancedConfig), { [switchName]: value });
|
|
362
|
+
});
|
|
363
|
+
builder.addCase(saveAdvancedConfigSwitchValue.rejected, (state, action) => {
|
|
364
|
+
const switchName = action.meta.arg.switchName;
|
|
365
|
+
const oldValue = action.meta.arg.oldValue;
|
|
366
|
+
state.advancedConfig = Object.assign(Object.assign({}, state.advancedConfig), { [switchName]: oldValue });
|
|
367
|
+
});
|
|
368
|
+
builder.addCase(setExcludeFromIndexingTags.pending, (state, action) => {
|
|
369
|
+
state.advancedConfig.excludeTagsFromIndexing.isLoading = true;
|
|
370
|
+
});
|
|
371
|
+
builder.addCase(setExcludeFromIndexingTags.fulfilled, (state, action) => {
|
|
372
|
+
state.advancedConfig.excludeTagsFromIndexing.isLoading = false;
|
|
373
|
+
state.advancedConfig.excludeTagsFromIndexing.tags = action.meta.arg;
|
|
374
|
+
});
|
|
375
|
+
builder.addCase(saveRankingSources.fulfilled, (state, action) => {
|
|
376
|
+
const success = action.payload.success;
|
|
377
|
+
if (!success) {
|
|
378
|
+
const switchName = action.meta.arg.switchName;
|
|
379
|
+
const oldValue = action.meta.arg.oldValue;
|
|
380
|
+
state.advancedConfig = Object.assign(Object.assign({}, state.advancedConfig), { [switchName]: oldValue });
|
|
381
|
+
}
|
|
382
|
+
});
|
|
383
|
+
builder.addCase(changeSiteBadge.pending, (state, action) => {
|
|
384
|
+
state.badgesPage.badgesSection.isSaving = true;
|
|
385
|
+
state.badgesPage.badgesSection.message = '';
|
|
386
|
+
});
|
|
387
|
+
builder.addCase(changeSiteTextBadge.pending, (state, action) => {
|
|
388
|
+
state.badgesPage.badgesSection.isSaving = true;
|
|
389
|
+
state.badgesPage.badgesSection.message = '';
|
|
390
|
+
});
|
|
391
|
+
builder.addCase(changeSiteBadge.rejected, (state, action) => {
|
|
392
|
+
state.badgesPage.badgesSection.isSaving = false;
|
|
393
|
+
});
|
|
394
|
+
builder.addCase(changeSiteTextBadge.rejected, (state, action) => {
|
|
395
|
+
state.badgesPage.badgesSection.isSaving = false;
|
|
396
|
+
});
|
|
397
|
+
builder.addCase(changeSiteBadge.fulfilled, (state, action) => {
|
|
398
|
+
state.badgesPage.badgesSection.isSaving = false;
|
|
399
|
+
const success = action.payload.data.success;
|
|
400
|
+
const result = action.payload.data.result;
|
|
401
|
+
if (success) {
|
|
402
|
+
const index = action.meta.arg.index;
|
|
403
|
+
const badge = state.badgesPage.badgesSection.badges[index];
|
|
404
|
+
if (action.meta.arg.operation === 'add') {
|
|
405
|
+
const badge = {
|
|
406
|
+
tag: action.meta.arg.tag,
|
|
407
|
+
imageUrl: action.meta.arg.imageUrl,
|
|
408
|
+
imageServingUrl: action.meta.arg.imageUrl,
|
|
409
|
+
type: "Image"
|
|
410
|
+
};
|
|
411
|
+
state.badgesPage.badgesSection.badges.push(badge);
|
|
412
|
+
}
|
|
413
|
+
else if (action.meta.arg.operation === 'edit') {
|
|
414
|
+
if (typeof result.imageUrl !== 'undefined' && result.imageUrl !== null) {
|
|
415
|
+
badge.imageUrl = result.imageUrl;
|
|
416
|
+
}
|
|
417
|
+
if (typeof result.imageServingUrl !== 'undefined' && result.imageServingUrl !== null) {
|
|
418
|
+
badge.imageServingUrl = result.imageServingUrl;
|
|
419
|
+
}
|
|
420
|
+
badge.tag = action.meta.arg.tag;
|
|
421
|
+
}
|
|
422
|
+
else {
|
|
423
|
+
//delete a badge
|
|
424
|
+
state.badgesPage.badgesSection.badges.splice(index, 1);
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
else {
|
|
428
|
+
state.badgesPage.badgesSection.isEditError = true;
|
|
429
|
+
if (result && result.message) {
|
|
430
|
+
state.badgesPage.badgesSection.message = result.message;
|
|
431
|
+
}
|
|
432
|
+
else {
|
|
433
|
+
state.badgesPage.badgesSection.message = 'An error has occurred, please try again';
|
|
434
|
+
}
|
|
435
|
+
if (result && result.message && action.meta.arg.operation === 'edit') {
|
|
436
|
+
state.badgesPage.badgesSection.isEditError = true;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
});
|
|
440
|
+
builder.addCase(changeSiteTextBadge.fulfilled, (state, action) => {
|
|
441
|
+
state.badgesPage.badgesSection.isSaving = false;
|
|
442
|
+
const success = action.payload.data.success;
|
|
443
|
+
const result = action.payload.data.result;
|
|
444
|
+
if (success) {
|
|
445
|
+
const index = action.meta.arg.index;
|
|
446
|
+
const badge = state.badgesPage.badgesSection.textBadges[index];
|
|
447
|
+
if (action.meta.arg.operation === 'add') {
|
|
448
|
+
const badge = {
|
|
449
|
+
tag: action.meta.arg.tag,
|
|
450
|
+
badgeText: action.meta.arg.badgeText,
|
|
451
|
+
badgeStyle: action.meta.arg.badgeStyle,
|
|
452
|
+
type: "Text"
|
|
453
|
+
};
|
|
454
|
+
state.badgesPage.badgesSection.textBadges.push(badge);
|
|
455
|
+
}
|
|
456
|
+
else if (action.meta.arg.operation === 'edit') {
|
|
457
|
+
badge.badgeStyle = action.meta.arg.badgeStyle;
|
|
458
|
+
badge.tag = action.meta.arg.tag;
|
|
459
|
+
badge.badgeText = action.meta.arg.badgeText;
|
|
460
|
+
}
|
|
461
|
+
else {
|
|
462
|
+
state.badgesPage.badgesSection.textBadges.splice(index, 1);
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
else {
|
|
466
|
+
if (result && result.message) {
|
|
467
|
+
state.badgesPage.badgesSection.message = result.message;
|
|
468
|
+
}
|
|
469
|
+
else {
|
|
470
|
+
state.badgesPage.badgesSection.message = 'An error has occurred, please try again';
|
|
471
|
+
}
|
|
472
|
+
if (result && result.message && action.meta.arg.operation === 'edit') {
|
|
473
|
+
state.badgesPage.badgesSection.isEditError = true;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
});
|
|
477
|
+
builder.addCase(testCredentials.pending, (state, action) => {
|
|
478
|
+
state.reviews.credentials = action.meta.arg.credentials;
|
|
479
|
+
});
|
|
480
|
+
builder.addCase(testCredentials.fulfilled, (state, action) => {
|
|
481
|
+
state.reviews.credentials.valid = true;
|
|
482
|
+
state.reviews.credentials.testStatus = "success";
|
|
483
|
+
});
|
|
484
|
+
builder.addCase(testCredentials.rejected, (state, action) => {
|
|
485
|
+
state.reviews.credentials.valid = false;
|
|
486
|
+
state.reviews.credentials.testStatus = "error";
|
|
487
|
+
});
|
|
488
|
+
builder.addCase(setReviewProvider.pending, (state, action) => {
|
|
489
|
+
if (action.meta.arg.credentials) {
|
|
490
|
+
state.reviews.credentials = action.meta.arg.credentials;
|
|
491
|
+
}
|
|
492
|
+
state.reviews.provider = action.meta.arg.newProvider;
|
|
493
|
+
state.reviews.isFetch = true;
|
|
494
|
+
});
|
|
495
|
+
builder.addCase(setReviewProvider.rejected, (state, action) => {
|
|
496
|
+
alert("Provider Failed to update");
|
|
497
|
+
state.reviews.provider = action.meta.arg.newProvider;
|
|
498
|
+
state.reviews.isFetch = false;
|
|
499
|
+
});
|
|
500
|
+
builder.addCase(toggleReviewProvider.pending, (state, action) => {
|
|
501
|
+
state.reviews.isActive = action.meta.arg.value;
|
|
502
|
+
});
|
|
503
|
+
builder.addCase(fetchColorFamily.fulfilled, (state, action) => {
|
|
504
|
+
state.retailPack.colorFamilies.siteColorFamilies = action.payload.siteColorFamilies;
|
|
505
|
+
state.loading.colorFamily = false;
|
|
506
|
+
});
|
|
507
|
+
builder.addCase(fetchColorMapping.fulfilled, (state, action) => {
|
|
508
|
+
state.retailPack.colorFamilies.siteColorMapping = action.payload.siteColorMapping;
|
|
509
|
+
state.loading.colorMapping = false;
|
|
510
|
+
});
|
|
511
|
+
builder.addCase(uploadRetailPack.pending, (state, action) => {
|
|
512
|
+
const { optionName, value } = action.meta.arg;
|
|
513
|
+
state.retailPack[optionName] = value;
|
|
514
|
+
});
|
|
515
|
+
builder.addCase(updateColorFamily.pending, (state, action) => {
|
|
516
|
+
const { family, color } = action.meta.arg;
|
|
517
|
+
const index = state.retailPack.colorFamilies.siteColorFamilies.findIndex(f => f.name === family);
|
|
518
|
+
if (index !== -1) {
|
|
519
|
+
state.retailPack.colorFamilies.siteColorFamilies[index].color = color;
|
|
520
|
+
}
|
|
521
|
+
else {
|
|
522
|
+
state.retailPack.colorFamilies.siteColorFamilies.push({
|
|
523
|
+
name: family,
|
|
524
|
+
color: color,
|
|
525
|
+
overridden: false
|
|
526
|
+
});
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
builder.addCase(deleteColorFamily.pending, (state, action) => {
|
|
530
|
+
const { family } = action.meta.arg;
|
|
531
|
+
state.retailPack.colorFamilies.siteColorFamilies = state.retailPack.colorFamilies.siteColorFamilies.filter(f => f.name !== family);
|
|
532
|
+
});
|
|
533
|
+
builder.addCase(updateColorMapping.pending, (state, action) => {
|
|
534
|
+
const { update, color } = action.meta.arg;
|
|
535
|
+
if (color in state.retailPack.colorFamilies.siteColorMapping) {
|
|
536
|
+
state.retailPack.colorFamilies.siteColorMapping[color] = update;
|
|
537
|
+
}
|
|
538
|
+
});
|
|
539
|
+
builder.addCase(toggleColorFamilySwitch.pending, (state, action) => {
|
|
540
|
+
const { value } = action.meta.arg;
|
|
541
|
+
state.retailPack.colorFamilies.isActive = value;
|
|
542
|
+
state.retailPack.colorFamilies.isFetch = true;
|
|
543
|
+
});
|
|
544
|
+
builder.addCase(fetchPreviewURL.fulfilled, (state, action) => {
|
|
545
|
+
let { url, available, reason } = action.payload;
|
|
546
|
+
if (url.includes("{proxy_endpoint}")) {
|
|
547
|
+
url = url.replace("{proxy_endpoint}", API_BASE_URL);
|
|
548
|
+
}
|
|
549
|
+
if (reason) {
|
|
550
|
+
console.error(`site preview failed to load, reason: ${reason}`);
|
|
551
|
+
}
|
|
552
|
+
state.previewState = {
|
|
553
|
+
url: url || "error",
|
|
554
|
+
isAvailable: available,
|
|
555
|
+
reason: reason
|
|
556
|
+
};
|
|
557
|
+
});
|
|
558
|
+
builder.addCase(setIsInventoryLevelBadgeEnabled.pending, (state, action) => {
|
|
559
|
+
state.badgesPage.inventoryLevel.isBadgeEnabled = action.meta.arg;
|
|
560
|
+
});
|
|
561
|
+
builder.addCase(setIsInventoryLevelBadgeEnabled.rejected, (state, action) => {
|
|
562
|
+
const isEnabled = action.meta.arg;
|
|
563
|
+
state.badgesPage.inventoryLevel.isBadgeEnabled = !isEnabled;
|
|
564
|
+
});
|
|
565
|
+
builder.addCase(setIsInventoryLevelBadgeEnabled.fulfilled, (state, action) => {
|
|
566
|
+
const success = action.payload.data.success;
|
|
567
|
+
if (!success) {
|
|
568
|
+
const isEnabled = action.meta.arg;
|
|
569
|
+
state.badgesPage.inventoryLevel.isBadgeEnabled = !isEnabled;
|
|
570
|
+
}
|
|
571
|
+
});
|
|
572
|
+
builder.addCase(setInventoryLevelBadgeMin.pending, (state, action) => {
|
|
573
|
+
const min = action.meta.arg.min;
|
|
574
|
+
state.badgesPage.inventoryLevel.badgeMin = min;
|
|
575
|
+
});
|
|
576
|
+
builder.addCase(setInventoryLevelBadgeMin.rejected, (state, action) => {
|
|
577
|
+
state.badgesPage.inventoryLevel.badgeMin = action.meta.arg.minOld;
|
|
578
|
+
});
|
|
579
|
+
builder.addCase(setInventoryLevelBadgeMin.fulfilled, (state, action) => {
|
|
580
|
+
const success = action.payload.data.success;
|
|
581
|
+
if (!success) {
|
|
582
|
+
state.badgesPage.inventoryLevel.badgeMin = action.meta.arg.minOld;
|
|
583
|
+
}
|
|
584
|
+
});
|
|
585
|
+
builder.addCase(updateVisualTags.pending, (state, action) => {
|
|
586
|
+
state.retailPack.isVisualTags = action.meta.arg.value;
|
|
587
|
+
});
|
|
588
|
+
builder.addCase(uploadImageHoverMode.pending, (state, action) => {
|
|
589
|
+
state.retailPack.imageHoverMode = action.meta.arg.mode;
|
|
590
|
+
});
|
|
591
|
+
builder.addCase(setNonSellableProducts.pending, (state, action) => {
|
|
592
|
+
const isShow = action.meta.arg.isShow;
|
|
593
|
+
const isDemote = action.meta.arg.isDemote;
|
|
594
|
+
state.advancedConfig.nonSellableProducts.isShow = isShow;
|
|
595
|
+
state.advancedConfig.nonSellableProducts.isDemote = isDemote;
|
|
596
|
+
});
|
|
597
|
+
builder.addCase(setNonSellableProducts.rejected, (state, action) => {
|
|
598
|
+
const isShowOld = action.meta.arg.isShowOld;
|
|
599
|
+
const isDemoteOld = action.meta.arg.isDemoteOld;
|
|
600
|
+
state.advancedConfig.nonSellableProducts.isShow = isShowOld;
|
|
601
|
+
state.advancedConfig.nonSellableProducts.isDemote = isDemoteOld;
|
|
602
|
+
});
|
|
603
|
+
builder.addCase(setNonSellableProducts.fulfilled, (state, action) => {
|
|
604
|
+
const success = action.payload.data.success;
|
|
605
|
+
if (!success) {
|
|
606
|
+
const isShowOld = action.meta.arg.isShowOld;
|
|
607
|
+
const isDemoteOld = action.meta.arg.isDemoteOld;
|
|
608
|
+
state.advancedConfig.nonSellableProducts.isShow = isShowOld;
|
|
609
|
+
state.advancedConfig.nonSellableProducts.isDemote = isDemoteOld;
|
|
610
|
+
}
|
|
611
|
+
});
|
|
612
|
+
builder.addCase(fetchSwatches.fulfilled, ((state, action) => {
|
|
613
|
+
state.options = action.payload.options;
|
|
614
|
+
state.swatches = action.payload.swatches;
|
|
615
|
+
state.isSwatchesLoading = false;
|
|
616
|
+
}));
|
|
617
|
+
builder.addCase(setSwatches.pending, ((state, action) => {
|
|
618
|
+
state.swatches = action.meta.arg;
|
|
619
|
+
}));
|
|
620
|
+
builder.addCase(saveSearchRankingImportance.pending, ((state, action) => {
|
|
621
|
+
state.advancedConfig.searchCustomRanking = action.meta.arg;
|
|
622
|
+
state.advancedConfig.hasCustomSort = true;
|
|
623
|
+
}));
|
|
624
|
+
builder.addCase(pushSwatchesConfigurationToSites.pending, (state) => {
|
|
625
|
+
state.loading.pushToSites = true;
|
|
626
|
+
});
|
|
627
|
+
builder.addCase(pushSwatchesConfigurationToSites.fulfilled, (state) => {
|
|
628
|
+
state.loading.pushToSites = false;
|
|
629
|
+
});
|
|
630
|
+
builder.addCase(pushSwatchesConfigurationToSites.rejected, (state) => {
|
|
631
|
+
state.loading.pushToSites = false;
|
|
632
|
+
});
|
|
633
|
+
},
|
|
634
|
+
});
|
|
635
|
+
const updateRankingSources = (state, action, isRestoreOld) => {
|
|
636
|
+
const { isCustomAttrSource, sourceName, importance, importanceOld, isManualRanking, isManualRankingOld } = action.meta.arg;
|
|
637
|
+
if (isManualRanking !== isManualRankingOld) {
|
|
638
|
+
state.advancedConfig.rankingImportance.isManualRanking =
|
|
639
|
+
isRestoreOld ? isManualRankingOld : isManualRanking;
|
|
640
|
+
}
|
|
641
|
+
else {
|
|
642
|
+
if (sourceName === '' || importance === 0) {
|
|
643
|
+
return;
|
|
644
|
+
}
|
|
645
|
+
if (isCustomAttrSource) {
|
|
646
|
+
const source = state.advancedConfig.serpCustomAttrArr.find((s) => s.name === sourceName);
|
|
647
|
+
if (source) {
|
|
648
|
+
source.importance = isRestoreOld ? importanceOld : importance;
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
else {
|
|
652
|
+
const source = state.advancedConfig.rankingImportance.rankingSources.find((s) => s.name === sourceName);
|
|
653
|
+
if (source) {
|
|
654
|
+
source.importance = isRestoreOld ? importanceOld : importance;
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
};
|
|
659
|
+
export const selectShopperExperience = (state) => state.searchResults.shopperExperience;
|
|
660
|
+
export const selectSerpConfiguration = (state) => state.searchResults.configuration;
|
|
661
|
+
export const selectSerpReviews = (state) => state.searchResults.reviews;
|
|
662
|
+
export const selectSerpAdvancedConfig = (state) => state.searchResults.advancedConfig;
|
|
663
|
+
export const selectSerpBadgesSection = (state) => state.searchResults.badgesPage.badgesSection;
|
|
664
|
+
export const selectSerpInventoryLevel = (state) => state.searchResults.badgesPage.inventoryLevel;
|
|
665
|
+
export const selectIsLoading = (state) => state.searchResults.isLoading;
|
|
666
|
+
export const selectCustomCSS = (state) => state.searchResults.customCSS;
|
|
667
|
+
export const selectEditedCSS = (state) => state.searchResults.editedCSS;
|
|
668
|
+
export const selectSerpMode = (state) => state.searchResults.mode;
|
|
669
|
+
export const selectSerpLatestUpdate = (state) => state.searchResults.timeStamp;
|
|
670
|
+
export const selectNonSellableProducts = (state) => state.searchResults.advancedConfig.nonSellableProducts;
|
|
671
|
+
export const selectRetailPackData = (state) => state.searchResults.retailPack;
|
|
672
|
+
export const selectIsLookALike = (state) => state.searchResults.retailPack.isLookALike;
|
|
673
|
+
export const selectPreviewData = (state) => state.searchResults.previewState;
|
|
674
|
+
export const selectSwatches = (state) => state.searchResults.swatches;
|
|
675
|
+
export const selectOptions = (state) => state.searchResults.options;
|
|
676
|
+
export const selectIsSwatchesLoading = (state) => state.searchResults.isSwatchesLoading;
|
|
677
|
+
export const selectUnmappedColor = (state) => state.searchResults.unmappedColor;
|
|
678
|
+
export const selectLoading = (state) => state.searchResults.loading;
|
|
679
|
+
export const selectSwatchesConfigurationPushToSites = (state) => state.searchResults.loading.pushToSites;
|
|
680
|
+
export const setBadgesMessage = searchResultsSlice.actions.setBadgesMessage;
|
|
681
|
+
export const setBadgesIsEditError = searchResultsSlice.actions.setBadgesIsEditError;
|
|
682
|
+
export const setContentSearchErrorMessage = searchResultsSlice.actions.setContentSearchErrorMessage;
|
|
683
|
+
export const setUnmappedColor = searchResultsSlice.actions.setUnmappedColor;
|
|
684
|
+
export const setSwatchesReducer = searchResultsSlice.actions.setSwatches;
|
|
685
|
+
export const setEditedCSS = searchResultsSlice.actions.setEditedCSS;
|
|
686
|
+
export const setIsPersonalizationAddonEnabled = searchResultsSlice.actions.setIsPersonalizationAddonEnabled;
|
|
687
|
+
export const setColorFamiliesIsFetch = searchResultsSlice.actions.setColorFamiliesIsFetch;
|
|
688
|
+
export default searchResultsSlice.reducer;
|
|
689
|
+
//# sourceMappingURL=searchResultsSlice.js.map
|