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