@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,855 @@
|
|
|
1
|
+
const generateGridPosition = (row, numOfCols, areaName) => {
|
|
2
|
+
return { row, numOfCols, areaName };
|
|
3
|
+
};
|
|
4
|
+
export var SwatchType;
|
|
5
|
+
(function (SwatchType) {
|
|
6
|
+
SwatchType[SwatchType["Color"] = 0] = "Color";
|
|
7
|
+
SwatchType[SwatchType["Image"] = 1] = "Image";
|
|
8
|
+
SwatchType[SwatchType["Text"] = 2] = "Text";
|
|
9
|
+
})(SwatchType || (SwatchType = {}));
|
|
10
|
+
export const createFontSettings = (values) => {
|
|
11
|
+
var _a, _b, _c, _d;
|
|
12
|
+
return {
|
|
13
|
+
font: "Arial",
|
|
14
|
+
fontSize: (_a = values === null || values === void 0 ? void 0 : values.size) !== null && _a !== void 0 ? _a : "14px",
|
|
15
|
+
fontWeight: (_b = values === null || values === void 0 ? void 0 : values.weight) !== null && _b !== void 0 ? _b : "400",
|
|
16
|
+
letterSpacing: "0.25px",
|
|
17
|
+
lineHeight: (_c = values === null || values === void 0 ? void 0 : values.height) !== null && _c !== void 0 ? _c : "auto",
|
|
18
|
+
textAlign: (_d = values === null || values === void 0 ? void 0 : values.textAlign) !== null && _d !== void 0 ? _d : "left"
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
const defaultDimensionsSettings = {
|
|
22
|
+
height: "auto",
|
|
23
|
+
width: "auto",
|
|
24
|
+
x: "0",
|
|
25
|
+
y: "0"
|
|
26
|
+
};
|
|
27
|
+
const defaultProductInfoSettings = {
|
|
28
|
+
padding: '0px',
|
|
29
|
+
gridAreas: '"title title title title" "price price price price" "compare compare compare compare"',
|
|
30
|
+
gridAreasObj: [
|
|
31
|
+
{ i: 'title', x: 0, y: 0, w: 4, h: 1, maxH: 1, maxW: 4 }, { i: 'price', x: 0, y: 1, w: 4, h: 1, maxH: 1, maxW: 4 },
|
|
32
|
+
{ i: 'compare', x: 1, y: 2, w: 4, h: 1, maxH: 1, maxW: 4 }
|
|
33
|
+
]
|
|
34
|
+
};
|
|
35
|
+
const productDefaultSettings = {
|
|
36
|
+
border: 'unset',
|
|
37
|
+
borderRadius: 'unset',
|
|
38
|
+
backgroundColor: 'none',
|
|
39
|
+
shadow: "unset",
|
|
40
|
+
dimensions: defaultDimensionsSettings,
|
|
41
|
+
info: defaultProductInfoSettings,
|
|
42
|
+
imageRatio: 3 / 4,
|
|
43
|
+
imageFit: 'cover',
|
|
44
|
+
padding: '3px',
|
|
45
|
+
showBorderOnHover: false,
|
|
46
|
+
imageCarousel: false,
|
|
47
|
+
isCustomCarouselIcons: false,
|
|
48
|
+
leftArrowIconName: '',
|
|
49
|
+
rightArrowIconName: '',
|
|
50
|
+
leftArrowSlideDirection: 'right',
|
|
51
|
+
rightArrowSlideDirection: 'left',
|
|
52
|
+
addToCart: {
|
|
53
|
+
isActive: true,
|
|
54
|
+
font: createFontSettings(),
|
|
55
|
+
margin: 'unset',
|
|
56
|
+
addToCartType: 'product level',
|
|
57
|
+
text: 'Add to Cart',
|
|
58
|
+
gridPosition: generateGridPosition(5, 3, 'addToCart'),
|
|
59
|
+
dimensions: defaultDimensionsSettings,
|
|
60
|
+
ajaxAnimation: false,
|
|
61
|
+
backgroundColor: '#1976d2',
|
|
62
|
+
color: '#FFFFFF',
|
|
63
|
+
border: 'unset',
|
|
64
|
+
borderRadius: 'unset',
|
|
65
|
+
shadow: 'unset',
|
|
66
|
+
showOnHover: false,
|
|
67
|
+
changeColorsOnHover: false,
|
|
68
|
+
backgroundColorOnHover: 'none',
|
|
69
|
+
textColorsOnHover: 'none',
|
|
70
|
+
borderColorOnHover: 'none',
|
|
71
|
+
addToCartPosition: 'product bottom',
|
|
72
|
+
quantitySelector: false
|
|
73
|
+
},
|
|
74
|
+
backInStock: {
|
|
75
|
+
isActive: true,
|
|
76
|
+
font: createFontSettings(),
|
|
77
|
+
margin: 'unset',
|
|
78
|
+
text: 'Notify Me',
|
|
79
|
+
gridPosition: generateGridPosition(5, 3, 'backInStock'),
|
|
80
|
+
dimensions: defaultDimensionsSettings,
|
|
81
|
+
backgroundColor: '#1976d2',
|
|
82
|
+
color: '#FFFFFF',
|
|
83
|
+
border: 'unset',
|
|
84
|
+
borderRadius: 'unset',
|
|
85
|
+
shadow: 'unset',
|
|
86
|
+
showOnHover: false,
|
|
87
|
+
changeColorsOnHover: false,
|
|
88
|
+
backgroundColorOnHover: 'none',
|
|
89
|
+
textColorsOnHover: 'none',
|
|
90
|
+
borderColorOnHover: 'none',
|
|
91
|
+
backInStockPosition: 'product bottom'
|
|
92
|
+
},
|
|
93
|
+
colorSwatches: {
|
|
94
|
+
isActive: false,
|
|
95
|
+
margin: 'unset',
|
|
96
|
+
gridPosition: generateGridPosition(6, 3, 'colorSwatches'),
|
|
97
|
+
dimensions: defaultDimensionsSettings,
|
|
98
|
+
maxSwatches: 6,
|
|
99
|
+
swatchesType: SwatchType.Color,
|
|
100
|
+
changeVariantOnHover: false,
|
|
101
|
+
enableOutOfStockSwatches: false
|
|
102
|
+
},
|
|
103
|
+
compare: {
|
|
104
|
+
isActive: true,
|
|
105
|
+
font: createFontSettings(),
|
|
106
|
+
margin: 'unset',
|
|
107
|
+
gridPosition: generateGridPosition(2, 1, 'compare'),
|
|
108
|
+
dimensions: defaultDimensionsSettings,
|
|
109
|
+
color: '#000000',
|
|
110
|
+
shadow: 'unset'
|
|
111
|
+
},
|
|
112
|
+
description: {
|
|
113
|
+
isActive: false,
|
|
114
|
+
font: createFontSettings(),
|
|
115
|
+
margin: 'unset',
|
|
116
|
+
gridPosition: generateGridPosition(4, 3, 'description'),
|
|
117
|
+
dimensions: defaultDimensionsSettings,
|
|
118
|
+
numberOfLines: '2',
|
|
119
|
+
color: '#000000',
|
|
120
|
+
shadow: 'unset',
|
|
121
|
+
saveSpaceForLineClamp: true
|
|
122
|
+
},
|
|
123
|
+
inStock: {
|
|
124
|
+
isActive: false,
|
|
125
|
+
font: createFontSettings({ size: '11px' }),
|
|
126
|
+
text: 'In Stock',
|
|
127
|
+
border: '1px solid #e5e5e5',
|
|
128
|
+
borderRadius: '9px',
|
|
129
|
+
margin: 'unset',
|
|
130
|
+
gridPosition: generateGridPosition(1, 1, 'inStock'),
|
|
131
|
+
dimensions: defaultDimensionsSettings,
|
|
132
|
+
color: '#1abc9c',
|
|
133
|
+
backgroundColor: 'unset',
|
|
134
|
+
shadow: 'unset'
|
|
135
|
+
},
|
|
136
|
+
lookALike: {
|
|
137
|
+
isActive: false,
|
|
138
|
+
font: createFontSettings(),
|
|
139
|
+
text: 'Look-A-Like',
|
|
140
|
+
border: '1px solid #000000',
|
|
141
|
+
borderRadius: 'unset',
|
|
142
|
+
margin: 'unset',
|
|
143
|
+
gridPosition: generateGridPosition(1, 2, 'lookALike'),
|
|
144
|
+
dimensions: defaultDimensionsSettings,
|
|
145
|
+
color: '#000000',
|
|
146
|
+
backgroundColor: 'none',
|
|
147
|
+
buttonText: '',
|
|
148
|
+
titleText: ''
|
|
149
|
+
},
|
|
150
|
+
outOfStock: {
|
|
151
|
+
isActive: false,
|
|
152
|
+
font: createFontSettings({ size: '11px' }),
|
|
153
|
+
text: 'Out of Stock',
|
|
154
|
+
border: '1px solid #e5e5e5',
|
|
155
|
+
borderRadius: '9px',
|
|
156
|
+
margin: 'unset',
|
|
157
|
+
gridPosition: generateGridPosition(0, 1, 'outOfStock'),
|
|
158
|
+
dimensions: defaultDimensionsSettings,
|
|
159
|
+
color: '#bc1a1a',
|
|
160
|
+
backgroundColor: 'unset',
|
|
161
|
+
shadow: 'unset'
|
|
162
|
+
},
|
|
163
|
+
price: {
|
|
164
|
+
isActive: true,
|
|
165
|
+
font: createFontSettings(),
|
|
166
|
+
margin: 'unset',
|
|
167
|
+
gridPosition: generateGridPosition(2, 1, 'price'),
|
|
168
|
+
colorIfCompareEnable: '#C90404',
|
|
169
|
+
dimensions: defaultDimensionsSettings,
|
|
170
|
+
color: '#000000',
|
|
171
|
+
shadow: 'unset',
|
|
172
|
+
alignIfCompare: 'right',
|
|
173
|
+
currency: 'auto'
|
|
174
|
+
},
|
|
175
|
+
quickView: {
|
|
176
|
+
isActive: true,
|
|
177
|
+
font: createFontSettings(),
|
|
178
|
+
text: 'Quick View',
|
|
179
|
+
border: '1px solid #000000',
|
|
180
|
+
borderRadius: 'unset',
|
|
181
|
+
margin: 'unset',
|
|
182
|
+
gridPosition: generateGridPosition(1, 3, 'quickView'),
|
|
183
|
+
dimensions: defaultDimensionsSettings,
|
|
184
|
+
theme: 'modern',
|
|
185
|
+
color: '#000000',
|
|
186
|
+
backgroundColor: 'none',
|
|
187
|
+
attributes: [],
|
|
188
|
+
defaultStoreQuickview: false
|
|
189
|
+
},
|
|
190
|
+
reviews: {
|
|
191
|
+
font: createFontSettings(),
|
|
192
|
+
isActive: false,
|
|
193
|
+
size: '24',
|
|
194
|
+
margin: 'unset',
|
|
195
|
+
gridPosition: generateGridPosition(3, 3, 'reviews'),
|
|
196
|
+
dimensions: defaultDimensionsSettings,
|
|
197
|
+
color: '#ffb518',
|
|
198
|
+
reviewsCount: true,
|
|
199
|
+
shadow: 'unset',
|
|
200
|
+
widgetForNoReview: true,
|
|
201
|
+
noReviewsStarsColor: '#9F9F9F'
|
|
202
|
+
},
|
|
203
|
+
title: {
|
|
204
|
+
isActive: true,
|
|
205
|
+
gridPosition: generateGridPosition(1, 3, 'title'),
|
|
206
|
+
font: createFontSettings({ height: '1.5' }),
|
|
207
|
+
margin: 'auto',
|
|
208
|
+
dimensions: defaultDimensionsSettings,
|
|
209
|
+
numberOfLines: '1',
|
|
210
|
+
color: '#000000',
|
|
211
|
+
saveSpaceForLineClamp: true
|
|
212
|
+
},
|
|
213
|
+
vendor: {
|
|
214
|
+
isActive: false,
|
|
215
|
+
gridPosition: generateGridPosition(4, 3, 'vendor'),
|
|
216
|
+
font: createFontSettings(),
|
|
217
|
+
margin: 'auto',
|
|
218
|
+
dimensions: defaultDimensionsSettings,
|
|
219
|
+
color: '#000000',
|
|
220
|
+
shadow: 'unset'
|
|
221
|
+
},
|
|
222
|
+
wishList: {
|
|
223
|
+
isActive: false,
|
|
224
|
+
size: '30px',
|
|
225
|
+
margin: 'unset',
|
|
226
|
+
gridPosition: generateGridPosition(1, 1, 'wishlist'),
|
|
227
|
+
dimensions: defaultDimensionsSettings,
|
|
228
|
+
location: 'on-image',
|
|
229
|
+
position: 'top-left',
|
|
230
|
+
padding: '10px',
|
|
231
|
+
notCheckedColor: '#ff1493',
|
|
232
|
+
checkedColor: '#ff1493',
|
|
233
|
+
isCustomIcon: false,
|
|
234
|
+
checkedIconName: '',
|
|
235
|
+
notCheckedIconName: ''
|
|
236
|
+
},
|
|
237
|
+
sku: {
|
|
238
|
+
isActive: false,
|
|
239
|
+
gridPosition: generateGridPosition(1, 3, 'SKU'),
|
|
240
|
+
font: createFontSettings(),
|
|
241
|
+
margin: 'auto',
|
|
242
|
+
dimensions: defaultDimensionsSettings,
|
|
243
|
+
color: '#000000',
|
|
244
|
+
shadow: 'unset'
|
|
245
|
+
}
|
|
246
|
+
};
|
|
247
|
+
export const getDefaultFiltersSettings = (values) => {
|
|
248
|
+
return {
|
|
249
|
+
isActive: true,
|
|
250
|
+
layout: values.layout,
|
|
251
|
+
titlesColor: '#000000',
|
|
252
|
+
titlesBackground: '#ffffff',
|
|
253
|
+
titlesFont: createFontSettings(),
|
|
254
|
+
optionsColor: '#000000',
|
|
255
|
+
optionsFont: createFontSettings(),
|
|
256
|
+
backgroundColor: 'unset',
|
|
257
|
+
priceFilterSlider: false,
|
|
258
|
+
showMoreButton: false,
|
|
259
|
+
colorsFilter: 'swatches',
|
|
260
|
+
onSaleFilter: 'switch',
|
|
261
|
+
inStockFilter: 'switch',
|
|
262
|
+
filtersTopBar: false,
|
|
263
|
+
numberOfOpenFacets: 'all',
|
|
264
|
+
numberOfOpenNarrows: 'default',
|
|
265
|
+
filtersButtonCustomIconName: '',
|
|
266
|
+
buttonText: 'Filters',
|
|
267
|
+
isCustomIcon: false,
|
|
268
|
+
btnBorder: 'unset',
|
|
269
|
+
btnDimensions: defaultDimensionsSettings,
|
|
270
|
+
btnRadius: 'unset',
|
|
271
|
+
btnColor: "#747a80",
|
|
272
|
+
btnFont: createFontSettings(),
|
|
273
|
+
removableTags: {
|
|
274
|
+
isActive: true,
|
|
275
|
+
font: createFontSettings(),
|
|
276
|
+
dimensions: defaultDimensionsSettings,
|
|
277
|
+
color: '#000000',
|
|
278
|
+
backgroundColor: 'unset',
|
|
279
|
+
shadow: 'unset',
|
|
280
|
+
border: '1px solid #ccc',
|
|
281
|
+
borderRadius: 'unset',
|
|
282
|
+
onTopPage: true,
|
|
283
|
+
inFilters: false
|
|
284
|
+
},
|
|
285
|
+
searchWithinFilters: {
|
|
286
|
+
isActive: true,
|
|
287
|
+
border: '1px solid #000000',
|
|
288
|
+
borderRadius: 'unset',
|
|
289
|
+
placeHolder: 'Search...',
|
|
290
|
+
dimensions: defaultDimensionsSettings,
|
|
291
|
+
color: 'none',
|
|
292
|
+
backgroundColor: 'none',
|
|
293
|
+
shadow: 'unset'
|
|
294
|
+
},
|
|
295
|
+
searchWithinResults: {
|
|
296
|
+
isActive: false,
|
|
297
|
+
border: '1px solid #000000',
|
|
298
|
+
borderRadius: 'unset',
|
|
299
|
+
placeHolder: 'Search...',
|
|
300
|
+
dimensions: defaultDimensionsSettings,
|
|
301
|
+
color: 'none',
|
|
302
|
+
backgroundColor: 'none',
|
|
303
|
+
shadow: 'unset'
|
|
304
|
+
},
|
|
305
|
+
showHideFiltersButton: {
|
|
306
|
+
isActive: false,
|
|
307
|
+
border: '1px solid #ccc',
|
|
308
|
+
borderRadius: 'unset',
|
|
309
|
+
text: 'Show / Hide Filters',
|
|
310
|
+
dimensions: defaultDimensionsSettings,
|
|
311
|
+
font: createFontSettings(),
|
|
312
|
+
color: '#999',
|
|
313
|
+
backgroundColor: 'none',
|
|
314
|
+
shadow: 'unset'
|
|
315
|
+
},
|
|
316
|
+
slideDirection: 'left'
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
export const pageTitleDefaultSettings = {
|
|
320
|
+
isActive: true,
|
|
321
|
+
font: createFontSettings({ size: '35px', weight: 'bold', textAlign: 'center' }),
|
|
322
|
+
margin: 'unset',
|
|
323
|
+
dimensions: defaultDimensionsSettings,
|
|
324
|
+
numberOfLines: '1',
|
|
325
|
+
color: '#000000'
|
|
326
|
+
};
|
|
327
|
+
export const paginationDefaultSettings = {
|
|
328
|
+
paginationType: 'pagination',
|
|
329
|
+
loadMore: false,
|
|
330
|
+
loadMoreAfter: 3,
|
|
331
|
+
paginationProgress: false,
|
|
332
|
+
progressBarColor: '#571eae',
|
|
333
|
+
isCustomIcon: false,
|
|
334
|
+
rightArrowIcon: '',
|
|
335
|
+
leftArrowIcon: ''
|
|
336
|
+
};
|
|
337
|
+
export const searchBoxDefaultSettings = {
|
|
338
|
+
isActive: false,
|
|
339
|
+
border: '1px solid #000000',
|
|
340
|
+
borderRadius: 'unset',
|
|
341
|
+
placeHolder: 'Search...',
|
|
342
|
+
dimensions: defaultDimensionsSettings
|
|
343
|
+
};
|
|
344
|
+
export const sortingDefaultSettings = {
|
|
345
|
+
isActive: true,
|
|
346
|
+
sortOptions: ['relevency', 'price_min_to_max', 'price_max_to_min', 'reviews'],
|
|
347
|
+
defaultOption: 'relevency',
|
|
348
|
+
sortingOptions: [
|
|
349
|
+
{ backendName: 'relevency', customName: 'Best Match', active: true }, { backendName: 'price_min_to_max', customName: 'Price: Low to High', active: true },
|
|
350
|
+
{ backendName: 'price_max_to_min', customName: 'Price: High to Low', active: true }, { backendName: 'creation_date', customName: 'Newest Arrivals', active: false },
|
|
351
|
+
{ backendName: 'reviews', customName: 'Customer Rating', active: false }, { backendName: 'creation_date_oldest', customName: 'Oldest Products', active: false },
|
|
352
|
+
{ backendName: 'a_to_z', customName: 'Alphabetical: A-Z', active: false }, { backendName: 'z_to_a', customName: 'Alphabetical: Z-A', active: false },
|
|
353
|
+
{ active: false, backendName: "popularity", customName: "Popularity" }
|
|
354
|
+
],
|
|
355
|
+
mobileLayout: "classic",
|
|
356
|
+
optionsFont: createFontSettings({ size: '14px', weight: "500" }),
|
|
357
|
+
optionsColor: "#000000",
|
|
358
|
+
optionsHeight: "40px",
|
|
359
|
+
selectedBackground: "#dfdfdf",
|
|
360
|
+
titleFont: createFontSettings({ size: '16px', weight: "600" }),
|
|
361
|
+
titleColor: "#000000",
|
|
362
|
+
titleHeight: "54px",
|
|
363
|
+
modalHeight: "fit-content",
|
|
364
|
+
modalBorderRadius: "16px 16px 0 0",
|
|
365
|
+
modalBackground: "#FFFFFF",
|
|
366
|
+
buttonColor: "#000000",
|
|
367
|
+
buttonBackground: "#FFFFFF",
|
|
368
|
+
buttonBorder: "1px solid #ccc",
|
|
369
|
+
buttonBorderRadius: "unset",
|
|
370
|
+
sortingButtonCustomIconName: '',
|
|
371
|
+
isCustomIcon: false,
|
|
372
|
+
btnDimensions: defaultDimensionsSettings
|
|
373
|
+
};
|
|
374
|
+
export const defaultCollectionsSettings = {
|
|
375
|
+
categoriesWheelsOnSerp: true,
|
|
376
|
+
categoriesWheelsOnCollections: true,
|
|
377
|
+
numberOfWheelTitleLines: 0,
|
|
378
|
+
wheelSize: 0,
|
|
379
|
+
isCustomCarouselIcons: false,
|
|
380
|
+
leftArrowIconName: '',
|
|
381
|
+
rightArrowIconName: ''
|
|
382
|
+
};
|
|
383
|
+
export const defaultProductGridEditorDesktopSettings = {
|
|
384
|
+
filters: getDefaultFiltersSettings({ layout: 'vertical' }),
|
|
385
|
+
productGrid: {
|
|
386
|
+
product: productDefaultSettings,
|
|
387
|
+
pageTitle: pageTitleDefaultSettings,
|
|
388
|
+
pagination: paginationDefaultSettings,
|
|
389
|
+
quickViewModal: {
|
|
390
|
+
animationDuration: 400,
|
|
391
|
+
animationInX: 0,
|
|
392
|
+
animationInY: -200,
|
|
393
|
+
animationOutX: 0,
|
|
394
|
+
animationOutY: -100,
|
|
395
|
+
height: '70%',
|
|
396
|
+
openingDirection: 'top to bottom',
|
|
397
|
+
width: '70%',
|
|
398
|
+
imagesBar: false,
|
|
399
|
+
isCustomIconClose: false,
|
|
400
|
+
closeButtonCustomIconName: '',
|
|
401
|
+
imagesPosition: 'left',
|
|
402
|
+
imagesInside: false,
|
|
403
|
+
quantityLayout: 'classic',
|
|
404
|
+
quantityTitle: 'Qty',
|
|
405
|
+
quantityBorder: 'unset',
|
|
406
|
+
quantityBorderRadius: 'unset',
|
|
407
|
+
quantityFont: createFontSettings(),
|
|
408
|
+
quantityFontColor: '#000000',
|
|
409
|
+
theme: "classic"
|
|
410
|
+
},
|
|
411
|
+
numberOfColumns: '4',
|
|
412
|
+
numberOfRows: '5',
|
|
413
|
+
backgroundColor: 'none',
|
|
414
|
+
font: createFontSettings(),
|
|
415
|
+
gridColumnGap: '1px',
|
|
416
|
+
gridRowGap: '1px',
|
|
417
|
+
pagePadding: '30px',
|
|
418
|
+
gridViewButton: false,
|
|
419
|
+
isGridViewCustomIcon: false,
|
|
420
|
+
gridViewIcon: '',
|
|
421
|
+
listViewIcon: '',
|
|
422
|
+
scrollToTopSettings: {
|
|
423
|
+
active: false,
|
|
424
|
+
text: 'Scroll To Top',
|
|
425
|
+
backgroundColor: 'black',
|
|
426
|
+
textColor: 'white',
|
|
427
|
+
fontFamily: 'inherit',
|
|
428
|
+
fontSize: '16px',
|
|
429
|
+
fontWeight: 600,
|
|
430
|
+
isCustomIcon: false,
|
|
431
|
+
iconName: '',
|
|
432
|
+
iconPosition: 'right'
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
searchBox: searchBoxDefaultSettings,
|
|
436
|
+
sorting: sortingDefaultSettings,
|
|
437
|
+
collections: defaultCollectionsSettings
|
|
438
|
+
};
|
|
439
|
+
export const defaultProductGridEditorMobileSettings = {
|
|
440
|
+
filters: getDefaultFiltersSettings({ layout: 'classic' }),
|
|
441
|
+
productGrid: {
|
|
442
|
+
product: productDefaultSettings,
|
|
443
|
+
pageTitle: pageTitleDefaultSettings,
|
|
444
|
+
pagination: paginationDefaultSettings,
|
|
445
|
+
quickViewModal: {
|
|
446
|
+
animationDuration: 400,
|
|
447
|
+
animationInX: 0,
|
|
448
|
+
animationInY: 2000,
|
|
449
|
+
animationOutX: -500,
|
|
450
|
+
animationOutY: 0,
|
|
451
|
+
height: '70%',
|
|
452
|
+
openingDirection: 'bottom to top',
|
|
453
|
+
width: '70%',
|
|
454
|
+
imagesBar: false,
|
|
455
|
+
isCustomIconClose: false,
|
|
456
|
+
closeButtonCustomIconName: '',
|
|
457
|
+
imagesPosition: 'left',
|
|
458
|
+
imagesInside: false,
|
|
459
|
+
quantityLayout: 'classic',
|
|
460
|
+
quantityTitle: 'Qty',
|
|
461
|
+
quantityBorder: 'unset',
|
|
462
|
+
quantityBorderRadius: 'unset',
|
|
463
|
+
quantityFont: createFontSettings(),
|
|
464
|
+
quantityFontColor: '#000000',
|
|
465
|
+
theme: "classic"
|
|
466
|
+
},
|
|
467
|
+
numberOfColumns: '2',
|
|
468
|
+
numberOfRows: '5',
|
|
469
|
+
backgroundColor: 'none',
|
|
470
|
+
font: createFontSettings(),
|
|
471
|
+
gridColumnGap: '1px',
|
|
472
|
+
gridRowGap: '1px',
|
|
473
|
+
pagePadding: '20px',
|
|
474
|
+
gridViewButton: false,
|
|
475
|
+
isGridViewCustomIcon: false,
|
|
476
|
+
gridViewIcon: '',
|
|
477
|
+
listViewIcon: '',
|
|
478
|
+
scrollToTopSettings: {
|
|
479
|
+
active: false,
|
|
480
|
+
text: 'Scroll To Top',
|
|
481
|
+
backgroundColor: 'black',
|
|
482
|
+
textColor: 'white',
|
|
483
|
+
fontFamily: 'inherit',
|
|
484
|
+
fontSize: '16px',
|
|
485
|
+
fontWeight: 600,
|
|
486
|
+
isCustomIcon: false,
|
|
487
|
+
iconName: '',
|
|
488
|
+
iconPosition: 'right'
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
searchBox: searchBoxDefaultSettings,
|
|
492
|
+
sorting: sortingDefaultSettings,
|
|
493
|
+
collections: defaultCollectionsSettings
|
|
494
|
+
};
|
|
495
|
+
export const defaultProductGridEditorTabletSettings = {
|
|
496
|
+
filters: getDefaultFiltersSettings({ layout: 'vertical' }),
|
|
497
|
+
productGrid: {
|
|
498
|
+
product: productDefaultSettings,
|
|
499
|
+
pageTitle: pageTitleDefaultSettings,
|
|
500
|
+
pagination: paginationDefaultSettings,
|
|
501
|
+
quickViewModal: {
|
|
502
|
+
animationDuration: 400,
|
|
503
|
+
animationInX: 0,
|
|
504
|
+
animationInY: -200,
|
|
505
|
+
animationOutX: 0,
|
|
506
|
+
animationOutY: -100,
|
|
507
|
+
height: '70%',
|
|
508
|
+
openingDirection: 'top to bottom',
|
|
509
|
+
width: '70%',
|
|
510
|
+
imagesBar: false,
|
|
511
|
+
isCustomIconClose: false,
|
|
512
|
+
closeButtonCustomIconName: '',
|
|
513
|
+
imagesPosition: 'left',
|
|
514
|
+
imagesInside: false,
|
|
515
|
+
quantityLayout: 'classic',
|
|
516
|
+
quantityTitle: 'Qty',
|
|
517
|
+
quantityBorder: 'unset',
|
|
518
|
+
quantityBorderRadius: 'unset',
|
|
519
|
+
quantityFont: createFontSettings(),
|
|
520
|
+
quantityFontColor: '#000000',
|
|
521
|
+
theme: "classic"
|
|
522
|
+
},
|
|
523
|
+
numberOfColumns: '3',
|
|
524
|
+
numberOfRows: '5',
|
|
525
|
+
backgroundColor: 'none',
|
|
526
|
+
font: createFontSettings(),
|
|
527
|
+
gridColumnGap: '1px',
|
|
528
|
+
gridRowGap: '1px',
|
|
529
|
+
pagePadding: '30px',
|
|
530
|
+
gridViewButton: false,
|
|
531
|
+
isGridViewCustomIcon: false,
|
|
532
|
+
gridViewIcon: '',
|
|
533
|
+
listViewIcon: '',
|
|
534
|
+
scrollToTopSettings: {
|
|
535
|
+
active: false,
|
|
536
|
+
text: 'Scroll To Top',
|
|
537
|
+
backgroundColor: 'black',
|
|
538
|
+
textColor: 'white',
|
|
539
|
+
fontFamily: 'inherit',
|
|
540
|
+
fontSize: '16px',
|
|
541
|
+
fontWeight: 600,
|
|
542
|
+
isCustomIcon: false,
|
|
543
|
+
iconName: '',
|
|
544
|
+
iconPosition: 'right'
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
searchBox: searchBoxDefaultSettings,
|
|
548
|
+
sorting: sortingDefaultSettings,
|
|
549
|
+
collections: defaultCollectionsSettings
|
|
550
|
+
};
|
|
551
|
+
export const createEditedSettings = () => {
|
|
552
|
+
return {
|
|
553
|
+
mobile: false,
|
|
554
|
+
tablet: false
|
|
555
|
+
};
|
|
556
|
+
};
|
|
557
|
+
export const defaultMutualDisplayAttributes = {
|
|
558
|
+
/** productGrid **/
|
|
559
|
+
productGrid_backgroundColor: createEditedSettings(),
|
|
560
|
+
productGrid_pagePadding: createEditedSettings(),
|
|
561
|
+
productGrid_gridViewButton: createEditedSettings(),
|
|
562
|
+
productGrid_isGridViewCustomIcon: createEditedSettings(),
|
|
563
|
+
productGrid_gridViewIcon: createEditedSettings(),
|
|
564
|
+
productGrid_listViewIcon: createEditedSettings(),
|
|
565
|
+
productGrid_font_fontWeight: createEditedSettings(),
|
|
566
|
+
productGrid_font_letterSpacing: createEditedSettings(),
|
|
567
|
+
productGrid_font_lineHeight: createEditedSettings(),
|
|
568
|
+
productGrid_font_textAlign: createEditedSettings(),
|
|
569
|
+
productGrid_scrollToTopSettings_active: createEditedSettings(),
|
|
570
|
+
productGrid_scrollToTopSettings_text: createEditedSettings(),
|
|
571
|
+
productGrid_scrollToTopSettings_backgroundColor: createEditedSettings(),
|
|
572
|
+
productGrid_scrollToTopSettings_textColor: createEditedSettings(),
|
|
573
|
+
productGrid_scrollToTopSettings_fontWeight: createEditedSettings(),
|
|
574
|
+
productGrid_scrollToTopSettings_isCustomIcon: createEditedSettings(),
|
|
575
|
+
productGrid_scrollToTopSettings_iconName: createEditedSettings(),
|
|
576
|
+
productGrid_scrollToTopSettings_iconPosition: createEditedSettings(),
|
|
577
|
+
productGrid_articlesTab_layout: createEditedSettings(),
|
|
578
|
+
/** productGrid_pagination **/
|
|
579
|
+
productGrid_pagination_paginationType: createEditedSettings(),
|
|
580
|
+
productGrid_pagination_loadMore: createEditedSettings(),
|
|
581
|
+
productGrid_pagination_loadMoreAfter: createEditedSettings(),
|
|
582
|
+
productGrid_pagination_paginationProgress: createEditedSettings(),
|
|
583
|
+
productGrid_pagination_progressBarColor: createEditedSettings(),
|
|
584
|
+
productGrid_pagination_isCustomIcon: createEditedSettings(),
|
|
585
|
+
productGrid_pagination_rightArrowIcon: createEditedSettings(),
|
|
586
|
+
productGrid_pagination_leftArrowIcon: createEditedSettings(),
|
|
587
|
+
/** productGrid_pageTitle **/
|
|
588
|
+
productGrid_pageTitle_font_fontWeight: createEditedSettings(),
|
|
589
|
+
productGrid_pageTitle_font_letterSpacing: createEditedSettings(),
|
|
590
|
+
productGrid_pageTitle_font_lineHeight: createEditedSettings(),
|
|
591
|
+
productGrid_pageTitle_font_textAlign: createEditedSettings(),
|
|
592
|
+
productGrid_pageTitle_color: createEditedSettings(),
|
|
593
|
+
productGrid_pageTitle_numberOfLines: createEditedSettings(),
|
|
594
|
+
productGrid_pageTitle_margin: createEditedSettings(),
|
|
595
|
+
/** productGrid_product **/
|
|
596
|
+
productGrid_product_border: createEditedSettings(),
|
|
597
|
+
productGrid_product_borderRadius: createEditedSettings(),
|
|
598
|
+
productGrid_product_backgroundColor: createEditedSettings(),
|
|
599
|
+
productGrid_product_shadow: createEditedSettings(),
|
|
600
|
+
productGrid_product_info_padding: createEditedSettings(),
|
|
601
|
+
productGrid_product_info_gridAreas: createEditedSettings(),
|
|
602
|
+
productGrid_product_info_gridAreasObj: createEditedSettings(),
|
|
603
|
+
/** productGrid_product_title **/
|
|
604
|
+
productGrid_product_title_margin: createEditedSettings(),
|
|
605
|
+
productGrid_product_title_numberOfLines: createEditedSettings(),
|
|
606
|
+
productGrid_product_title_saveSpaceForLineClamp: createEditedSettings(),
|
|
607
|
+
productGrid_product_title_color: createEditedSettings(),
|
|
608
|
+
productGrid_product_title_font_fontWeight: createEditedSettings(),
|
|
609
|
+
productGrid_product_title_font_letterSpacing: createEditedSettings(),
|
|
610
|
+
productGrid_product_title_font_lineHeight: createEditedSettings(),
|
|
611
|
+
productGrid_product_title_font_textAlign: createEditedSettings(),
|
|
612
|
+
/** productGrid_product_addToCart **/
|
|
613
|
+
productGrid_product_addToCart_margin: createEditedSettings(),
|
|
614
|
+
productGrid_product_addToCart_addToCartType: createEditedSettings(),
|
|
615
|
+
productGrid_product_addToCart_font_fontWeight: createEditedSettings(),
|
|
616
|
+
productGrid_product_addToCart_font_letterSpacing: createEditedSettings(),
|
|
617
|
+
productGrid_product_addToCart_font_lineHeight: createEditedSettings(),
|
|
618
|
+
productGrid_product_addToCart_font_textAlign: createEditedSettings(),
|
|
619
|
+
productGrid_product_addToCart_text: createEditedSettings(),
|
|
620
|
+
productGrid_product_addToCart_ajaxAnimation: createEditedSettings(),
|
|
621
|
+
productGrid_product_addToCart_backgroundColor: createEditedSettings(),
|
|
622
|
+
productGrid_product_addToCart_color: createEditedSettings(),
|
|
623
|
+
productGrid_product_addToCart_border: createEditedSettings(),
|
|
624
|
+
productGrid_product_addToCart_borderRadius: createEditedSettings(),
|
|
625
|
+
productGrid_product_addToCart_shadow: createEditedSettings(),
|
|
626
|
+
productGrid_product_addToCart_addToCartPosition: createEditedSettings(),
|
|
627
|
+
productGrid_product_addToCart_quantitySelector: createEditedSettings(),
|
|
628
|
+
/** productGrid_product_backInStock **/
|
|
629
|
+
productGrid_product_backInStock_font_fontWeight: createEditedSettings(),
|
|
630
|
+
productGrid_product_backInStock_font_letterSpacing: createEditedSettings(),
|
|
631
|
+
productGrid_product_backInStock_font_lineHeight: createEditedSettings(),
|
|
632
|
+
productGrid_product_backInStock_font_textAlign: createEditedSettings(),
|
|
633
|
+
productGrid_product_backInStock_text: createEditedSettings(),
|
|
634
|
+
productGrid_product_backInStock_margin: createEditedSettings(),
|
|
635
|
+
productGrid_product_backInStock_backgroundColor: createEditedSettings(),
|
|
636
|
+
productGrid_product_backInStock_color: createEditedSettings(),
|
|
637
|
+
productGrid_product_backInStock_border: createEditedSettings(),
|
|
638
|
+
productGrid_product_backInStock_shadow: createEditedSettings(),
|
|
639
|
+
productGrid_product_backInStock_borderRadius: createEditedSettings(),
|
|
640
|
+
productGrid_product_backInStock_backInStockPosition: createEditedSettings(),
|
|
641
|
+
/** productGrid_product_colorSwatches **/
|
|
642
|
+
productGrid_product_colorSwatches_margin: createEditedSettings(),
|
|
643
|
+
productGrid_product_colorSwatches_maxSwatches: createEditedSettings(),
|
|
644
|
+
productGrid_product_colorSwatches_swatchesType: createEditedSettings(),
|
|
645
|
+
productGrid_product_colorSwatches_enableOutOfStockSwatches: createEditedSettings(),
|
|
646
|
+
/** productGrid_product_compare **/
|
|
647
|
+
productGrid_product_compare_font_fontWeight: createEditedSettings(),
|
|
648
|
+
productGrid_product_compare_font_letterSpacing: createEditedSettings(),
|
|
649
|
+
productGrid_product_compare_font_lineHeight: createEditedSettings(),
|
|
650
|
+
productGrid_product_compare_font_textAlign: createEditedSettings(),
|
|
651
|
+
productGrid_product_compare_margin: createEditedSettings(),
|
|
652
|
+
productGrid_product_compare_dimensions_height: createEditedSettings(),
|
|
653
|
+
productGrid_product_compare_dimensions_width: createEditedSettings(),
|
|
654
|
+
productGrid_product_compare_dimensions_x: createEditedSettings(),
|
|
655
|
+
productGrid_product_compare_dimensions_y: createEditedSettings(),
|
|
656
|
+
productGrid_product_compare_color: createEditedSettings(),
|
|
657
|
+
productGrid_product_compare_shadow: createEditedSettings(),
|
|
658
|
+
/** productGrid_product_description **/
|
|
659
|
+
productGrid_product_description_font_fontWeight: createEditedSettings(),
|
|
660
|
+
productGrid_product_description_font_letterSpacing: createEditedSettings(),
|
|
661
|
+
productGrid_product_description_font_lineHeight: createEditedSettings(),
|
|
662
|
+
productGrid_product_description_font_textAlign: createEditedSettings(),
|
|
663
|
+
productGrid_product_description_margin: createEditedSettings(),
|
|
664
|
+
productGrid_product_description_color: createEditedSettings(),
|
|
665
|
+
productGrid_product_description_numberOfLines: createEditedSettings(),
|
|
666
|
+
productGrid_product_description_shadow: createEditedSettings(),
|
|
667
|
+
productGrid_product_description_saveSpaceForLineClamp: createEditedSettings(),
|
|
668
|
+
/** productGrid_product_inStock **/
|
|
669
|
+
productGrid_product_inStock_font_fontWeight: createEditedSettings(),
|
|
670
|
+
productGrid_product_inStock_font_letterSpacing: createEditedSettings(),
|
|
671
|
+
productGrid_product_inStock_font_lineHeight: createEditedSettings(),
|
|
672
|
+
productGrid_product_inStock_font_textAlign: createEditedSettings(),
|
|
673
|
+
productGrid_product_inStock_margin: createEditedSettings(),
|
|
674
|
+
productGrid_product_inStock_text: createEditedSettings(),
|
|
675
|
+
productGrid_product_inStock_border: createEditedSettings(),
|
|
676
|
+
productGrid_product_inStock_borderRadius: createEditedSettings(),
|
|
677
|
+
productGrid_product_inStock_color: createEditedSettings(),
|
|
678
|
+
productGrid_product_inStock_backgroundColor: createEditedSettings(),
|
|
679
|
+
productGrid_product_inStock_shadow: createEditedSettings(),
|
|
680
|
+
/** productGrid_product_lookALike **/
|
|
681
|
+
productGrid_product_lookALike_font_fontWeight: createEditedSettings(),
|
|
682
|
+
productGrid_product_lookALike_font_letterSpacing: createEditedSettings(),
|
|
683
|
+
productGrid_product_lookALike_font_lineHeight: createEditedSettings(),
|
|
684
|
+
productGrid_product_lookALike_font_textAlign: createEditedSettings(),
|
|
685
|
+
productGrid_product_lookALike_margin: createEditedSettings(),
|
|
686
|
+
productGrid_product_lookALike_text: createEditedSettings(),
|
|
687
|
+
productGrid_product_lookALike_border: createEditedSettings(),
|
|
688
|
+
productGrid_product_lookALike_borderRadius: createEditedSettings(),
|
|
689
|
+
productGrid_product_lookALike_color: createEditedSettings(),
|
|
690
|
+
productGrid_product_lookALike_backgroundColor: createEditedSettings(),
|
|
691
|
+
productGrid_product_lookALike_buttonText: createEditedSettings(),
|
|
692
|
+
productGrid_product_lookALike_titleText: createEditedSettings(),
|
|
693
|
+
/** productGrid_product_outOfStock **/
|
|
694
|
+
productGrid_product_outOfStock_font_fontWeight: createEditedSettings(),
|
|
695
|
+
productGrid_product_outOfStock_font_letterSpacing: createEditedSettings(),
|
|
696
|
+
productGrid_product_outOfStock_font_lineHeight: createEditedSettings(),
|
|
697
|
+
productGrid_product_outOfStock_font_textAlign: createEditedSettings(),
|
|
698
|
+
productGrid_product_outOfStock_margin: createEditedSettings(),
|
|
699
|
+
productGrid_product_outOfStock_text: createEditedSettings(),
|
|
700
|
+
productGrid_product_outOfStock_border: createEditedSettings(),
|
|
701
|
+
productGrid_product_outOfStock_borderRadius: createEditedSettings(),
|
|
702
|
+
productGrid_product_outOfStock_color: createEditedSettings(),
|
|
703
|
+
productGrid_product_outOfStock_backgroundColor: createEditedSettings(),
|
|
704
|
+
productGrid_product_outOfStock_shadow: createEditedSettings(),
|
|
705
|
+
/** productGrid_product_price **/
|
|
706
|
+
productGrid_product_price_font_fontWeight: createEditedSettings(),
|
|
707
|
+
productGrid_product_price_font_letterSpacing: createEditedSettings(),
|
|
708
|
+
productGrid_product_price_font_lineHeight: createEditedSettings(),
|
|
709
|
+
productGrid_product_price_font_textAlign: createEditedSettings(),
|
|
710
|
+
productGrid_product_price_margin: createEditedSettings(),
|
|
711
|
+
productGrid_product_price_colorIfCompareEnable: createEditedSettings(),
|
|
712
|
+
productGrid_product_price_color: createEditedSettings(),
|
|
713
|
+
productGrid_product_price_shadow: createEditedSettings(),
|
|
714
|
+
productGrid_product_price_alignIfCompare: createEditedSettings(),
|
|
715
|
+
productGrid_product_price_currency: createEditedSettings(),
|
|
716
|
+
/** productGrid_product_quickView **/
|
|
717
|
+
productGrid_product_quickView_font_fontWeight: createEditedSettings(),
|
|
718
|
+
productGrid_product_quickView_font_letterSpacing: createEditedSettings(),
|
|
719
|
+
productGrid_product_quickView_font_lineHeight: createEditedSettings(),
|
|
720
|
+
productGrid_product_quickView_font_textAlign: createEditedSettings(),
|
|
721
|
+
productGrid_product_quickView_margin: createEditedSettings(),
|
|
722
|
+
productGrid_product_quickView_text: createEditedSettings(),
|
|
723
|
+
productGrid_product_quickView_border: createEditedSettings(),
|
|
724
|
+
productGrid_product_quickView_borderRadius: createEditedSettings(),
|
|
725
|
+
productGrid_product_quickView_theme: createEditedSettings(),
|
|
726
|
+
productGrid_product_quickView_color: createEditedSettings(),
|
|
727
|
+
productGrid_product_quickView_backgroundColor: createEditedSettings(),
|
|
728
|
+
productGrid_product_quickView_attributes: createEditedSettings(),
|
|
729
|
+
productGrid_product_quickView_defaultStoreQuickview: createEditedSettings(),
|
|
730
|
+
/** productGrid_product_reviews **/
|
|
731
|
+
productGrid_product_reviews_font_fontWeight: createEditedSettings(),
|
|
732
|
+
productGrid_product_reviews_font_letterSpacing: createEditedSettings(),
|
|
733
|
+
productGrid_product_reviews_font_lineHeight: createEditedSettings(),
|
|
734
|
+
productGrid_product_reviews_font_textAlign: createEditedSettings(),
|
|
735
|
+
productGrid_product_reviews_size: createEditedSettings(),
|
|
736
|
+
productGrid_product_reviews_margin: createEditedSettings(),
|
|
737
|
+
productGrid_product_reviews_color: createEditedSettings(),
|
|
738
|
+
productGrid_product_reviews_reviewsCount: createEditedSettings(),
|
|
739
|
+
productGrid_product_reviews_shadow: createEditedSettings(),
|
|
740
|
+
productGrid_product_reviews_widgetForNoReview: createEditedSettings(),
|
|
741
|
+
productGrid_product_reviews_noReviewsStarsColor: createEditedSettings(),
|
|
742
|
+
/** productGrid_product_vendor **/
|
|
743
|
+
productGrid_product_vendor_font_fontWeight: createEditedSettings(),
|
|
744
|
+
productGrid_product_vendor_font_letterSpacing: createEditedSettings(),
|
|
745
|
+
productGrid_product_vendor_font_lineHeight: createEditedSettings(),
|
|
746
|
+
productGrid_product_vendor_font_textAlign: createEditedSettings(),
|
|
747
|
+
productGrid_product_vendor_color: createEditedSettings(),
|
|
748
|
+
productGrid_product_vendor_margin: createEditedSettings(),
|
|
749
|
+
productGrid_product_vendor_shadow: createEditedSettings(),
|
|
750
|
+
/** productGrid_product_wishList **/
|
|
751
|
+
productGrid_product_wishList_size: createEditedSettings(),
|
|
752
|
+
productGrid_product_wishList_margin: createEditedSettings(),
|
|
753
|
+
// productGrid_product_wishList_location: createEditedSettings(),
|
|
754
|
+
productGrid_product_wishList_position: createEditedSettings(),
|
|
755
|
+
productGrid_product_wishList_notCheckedColor: createEditedSettings(),
|
|
756
|
+
productGrid_product_wishList_checkedColor: createEditedSettings(),
|
|
757
|
+
productGrid_product_wishList_isCustomIcon: createEditedSettings(),
|
|
758
|
+
productGrid_product_wishList_checkedIconName: createEditedSettings(),
|
|
759
|
+
productGrid_product_wishList_notCheckedIconName: createEditedSettings(),
|
|
760
|
+
/** productGrid_product_sku **/
|
|
761
|
+
productGrid_product_sku_font_fontWeight: createEditedSettings(),
|
|
762
|
+
productGrid_product_sku_font_letterSpacing: createEditedSettings(),
|
|
763
|
+
productGrid_product_sku_font_lineHeight: createEditedSettings(),
|
|
764
|
+
productGrid_product_sku_font_textAlign: createEditedSettings(),
|
|
765
|
+
productGrid_product_sku_margin: createEditedSettings(),
|
|
766
|
+
productGrid_product_sku_color: createEditedSettings(),
|
|
767
|
+
productGrid_product_sku_shadow: createEditedSettings(),
|
|
768
|
+
/** productGrid_quickViewModal **/
|
|
769
|
+
productGrid_quickViewModal_animationDuration: createEditedSettings(),
|
|
770
|
+
productGrid_quickViewModal_animationInX: createEditedSettings(),
|
|
771
|
+
productGrid_quickViewModal_animationInY: createEditedSettings(),
|
|
772
|
+
productGrid_quickViewModal_animationOutX: createEditedSettings(),
|
|
773
|
+
productGrid_quickViewModal_animationOutY: createEditedSettings(),
|
|
774
|
+
productGrid_quickViewModal_openingDirection: createEditedSettings(),
|
|
775
|
+
productGrid_quickViewModal_closeButtonCustomIconName: createEditedSettings(),
|
|
776
|
+
productGrid_quickViewModal_isCustomIconClose: createEditedSettings(),
|
|
777
|
+
productGrid_quickViewModal_imagesBar: createEditedSettings(),
|
|
778
|
+
productGrid_quickViewModal_imagesPosition: createEditedSettings(),
|
|
779
|
+
productGrid_quickViewModal_imagesInside: createEditedSettings(),
|
|
780
|
+
productGrid_quickViewModal_quantityLayout: createEditedSettings(),
|
|
781
|
+
productGrid_quickViewModal_quantityTitle: createEditedSettings(),
|
|
782
|
+
productGrid_quickViewModal_quantityBorder: createEditedSettings(),
|
|
783
|
+
productGrid_quickViewModal_quantityBorderRadius: createEditedSettings(),
|
|
784
|
+
productGrid_quickViewModal_quantityFont_fontWeight: createEditedSettings(),
|
|
785
|
+
productGrid_quickViewModal_quantityFont_letterSpacing: createEditedSettings(),
|
|
786
|
+
productGrid_quickViewModal_quantityFont_lineHeight: createEditedSettings(),
|
|
787
|
+
productGrid_quickViewModal_quantityFont_textAlign: createEditedSettings(),
|
|
788
|
+
productGrid_quickViewModal_quantityFontColor: createEditedSettings(),
|
|
789
|
+
/** filters **/
|
|
790
|
+
filters_optionsColor: createEditedSettings(),
|
|
791
|
+
filters_titlesColor: createEditedSettings(),
|
|
792
|
+
filters_optionsFont_textAlign: createEditedSettings(),
|
|
793
|
+
filters_optionsFont_fontWeight: createEditedSettings(),
|
|
794
|
+
filters_optionsFont_lineHeight: createEditedSettings(),
|
|
795
|
+
filters_optionsFont_letterSpacing: createEditedSettings(),
|
|
796
|
+
filters_titlesFont_textAlign: createEditedSettings(),
|
|
797
|
+
filters_titlesFont_fontWeight: createEditedSettings(),
|
|
798
|
+
filters_titlesFont_lineHeight: createEditedSettings(),
|
|
799
|
+
filters_titlesFont_letterSpacing: createEditedSettings(),
|
|
800
|
+
filters_titlesBackground: createEditedSettings(),
|
|
801
|
+
/** filters_removableTags **/
|
|
802
|
+
filters_removableTags_font_textAlign: createEditedSettings(),
|
|
803
|
+
filters_removableTags_font_fontWeight: createEditedSettings(),
|
|
804
|
+
filters_removableTags_font_lineHeight: createEditedSettings(),
|
|
805
|
+
filters_removableTags_font_letterSpacing: createEditedSettings(),
|
|
806
|
+
filters_removableTags_color: createEditedSettings(),
|
|
807
|
+
filters_removableTags_backgroundColor: createEditedSettings(),
|
|
808
|
+
filters_removableTags_shadow: createEditedSettings(),
|
|
809
|
+
filters_removableTags_border: createEditedSettings(),
|
|
810
|
+
filters_removableTags_borderRadius: createEditedSettings(),
|
|
811
|
+
filters_removableTags_onTopPage: createEditedSettings(),
|
|
812
|
+
filters_removableTags_inFilters: createEditedSettings(),
|
|
813
|
+
/** filters_searchWithinFilters **/
|
|
814
|
+
filters_searchWithinFilters_color: createEditedSettings(),
|
|
815
|
+
filters_searchWithinFilters_backgroundColor: createEditedSettings(),
|
|
816
|
+
filters_searchWithinFilters_shadow: createEditedSettings(),
|
|
817
|
+
filters_searchWithinFilters_border: createEditedSettings(),
|
|
818
|
+
filters_searchWithinFilters_borderRadius: createEditedSettings(),
|
|
819
|
+
filters_searchWithinFilters_placeHolder: createEditedSettings(),
|
|
820
|
+
/** filters_searchWithinResults **/
|
|
821
|
+
filters_searchWithinResults_color: createEditedSettings(),
|
|
822
|
+
filters_searchWithinResults_backgroundColor: createEditedSettings(),
|
|
823
|
+
filters_searchWithinResults_shadow: createEditedSettings(),
|
|
824
|
+
filters_searchWithinResults_border: createEditedSettings(),
|
|
825
|
+
filters_searchWithinResults_borderRadius: createEditedSettings(),
|
|
826
|
+
filters_searchWithinResults_placeHolder: createEditedSettings(),
|
|
827
|
+
/** filters_showHideFiltersButton **/
|
|
828
|
+
filters_showHideFiltersButton_font_textAlign: createEditedSettings(),
|
|
829
|
+
filters_showHideFiltersButton_font_fontWeight: createEditedSettings(),
|
|
830
|
+
filters_showHideFiltersButton_font_lineHeight: createEditedSettings(),
|
|
831
|
+
filters_showHideFiltersButton_font_letterSpacing: createEditedSettings(),
|
|
832
|
+
filters_showHideFiltersButton_color: createEditedSettings(),
|
|
833
|
+
filters_showHideFiltersButton_backgroundColor: createEditedSettings(),
|
|
834
|
+
filters_showHideFiltersButton_text: createEditedSettings(),
|
|
835
|
+
filters_showHideFiltersButton_shadow: createEditedSettings(),
|
|
836
|
+
filters_showHideFiltersButton_border: createEditedSettings(),
|
|
837
|
+
filters_showHideFiltersButton_borderRadius: createEditedSettings(),
|
|
838
|
+
/** sorting **/
|
|
839
|
+
// sorting_sortingOptions: createEditedSettings(),
|
|
840
|
+
sorting_buttonColor: createEditedSettings(),
|
|
841
|
+
sorting_buttonBackground: createEditedSettings(),
|
|
842
|
+
sorting_buttonBorder: createEditedSettings(),
|
|
843
|
+
sorting_buttonBorderRadius: createEditedSettings(),
|
|
844
|
+
sorting_sortingButtonCustomIconName: createEditedSettings(),
|
|
845
|
+
sorting_isCustomIcon: createEditedSettings()
|
|
846
|
+
};
|
|
847
|
+
export const defaultEditorPositionsItem = {
|
|
848
|
+
desktopSettings: defaultProductGridEditorDesktopSettings,
|
|
849
|
+
mobileSettings: defaultProductGridEditorMobileSettings,
|
|
850
|
+
tabletSettings: defaultProductGridEditorTabletSettings,
|
|
851
|
+
icons: {},
|
|
852
|
+
css: '',
|
|
853
|
+
mutualDisplayAttributes: defaultMutualDisplayAttributes
|
|
854
|
+
};
|
|
855
|
+
//# sourceMappingURL=models.js.map
|