@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,33 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { useState } from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import HelpIcon from "../Icons/HelpIcon";
|
|
5
|
+
import classes from './styles.module.css';
|
|
6
|
+
import UnlockIcon from "../Icons/UnlockIcon";
|
|
7
|
+
import { Tooltip } from "@material-ui/core";
|
|
8
|
+
import { useMedia } from "../../hooks/useMedia";
|
|
9
|
+
const TextWithMaterialTooltip = ({ text, tooltipText, type = 'info', place = 'right', underline, className, tag = 'span', iconClass = '', rootClass = '' }) => {
|
|
10
|
+
const [open, setOpen] = useState(false);
|
|
11
|
+
const isMobile = useMedia(['mobile']) === 'mobile';
|
|
12
|
+
function tooltipClicked() {
|
|
13
|
+
if (type !== 'info')
|
|
14
|
+
zendesk_demo('locked features');
|
|
15
|
+
}
|
|
16
|
+
const Tag = tag;
|
|
17
|
+
const handleClick = () => {
|
|
18
|
+
if (open === false) {
|
|
19
|
+
setOpen(true);
|
|
20
|
+
}
|
|
21
|
+
if (open === true) {
|
|
22
|
+
setOpen(false);
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
return (_jsx(_Fragment, { children: (tooltipText) ?
|
|
26
|
+
_jsx(Tooltip, Object.assign({ onClick: tooltipClicked, placement: isMobile ? "top" : place, arrow: true, open: isMobile ? open : undefined, title: _jsx("span", Object.assign({ className: classes.tooltipText }, { children: tooltipText })), classes: { popper: classes.iconTooltip,
|
|
27
|
+
tooltip: classes.customTooltipContainer } }, { children: _jsxs("span", Object.assign({ className: classNames({ [classes.underline]: underline }, rootClass) }, { children: [_jsx(Tag, Object.assign({ className: classNames(classes.text, className) }, { children: text })), isMobile && _jsx("button", { onClick: handleClick, className: classes.mobileButton }), (type === 'info') ?
|
|
28
|
+
_jsx(HelpIcon, { className: classNames(classes.icon, iconClass) }) :
|
|
29
|
+
_jsx(UnlockIcon, { className: classNames(classes.icon, iconClass) })] })) })) :
|
|
30
|
+
_jsx(Tag, Object.assign({ className: classNames(classes.text, className) }, { children: text })) }));
|
|
31
|
+
};
|
|
32
|
+
export default TextWithMaterialTooltip;
|
|
33
|
+
//# sourceMappingURL=TextWithMaterialTooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextWithMaterialTooltip.js","sourceRoot":"","sources":["../../../../../../../../dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACtC,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAEzC,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAC,OAAO,EAAC,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAgB9C,MAAM,uBAAuB,GAAoB,CAAC,EACI,IAAI,EACJ,WAAW,EACX,IAAI,GAAG,MAAM,EACb,KAAK,GAAG,OAAO,EACf,SAAS,EACT,SAAS,EACT,GAAG,GAAG,MAAM,EACZ,SAAS,GAAG,EAAE,EACd,SAAS,GAAG,EAAE,EACjB,EAAE,EAAE;IAEnD,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAExC,MAAM,QAAQ,GAAG,QAAQ,CAAC,CAAC,QAAQ,CAAC,CAAC,KAAK,QAAQ,CAAC;IAEnD,SAAS,cAAc;QACnB,IAAI,IAAI,KAAK,MAAM;YACf,YAAY,CAAC,iBAAiB,CAAC,CAAA;IACvC,CAAC;IAED,MAAM,GAAG,GAAG,GAAkC,CAAC;IAE/C,MAAM,WAAW,GAAG,GAAG,EAAE;QACrB,IAAI,IAAI,KAAK,KAAK,EAAE;YAChB,OAAO,CAAC,IAAI,CAAC,CAAA;SAChB;QACD,IAAI,IAAI,KAAK,IAAI,EAAE;YACf,OAAO,CAAC,KAAK,CAAC,CAAA;SACjB;IACL,CAAC,CAAA;IAED,OAAO,CACH,4BACK,CAAC,WAAW,CAAC,CAAC,CAAC;YACZ,KAAC,OAAO,kBAAC,OAAO,EAAE,cAAc,EACvB,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,EACnC,KAAK,QACL,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EACjC,KAAK,EAAE,6BAAM,SAAS,EAAE,OAAO,CAAC,WAAW,gBAAG,WAAW,IAAQ,EACjE,OAAO,EAAE,EAAC,MAAM,EAAE,OAAO,CAAC,WAAW;oBAC3B,OAAO,EAAE,OAAO,CAAC,sBAAsB,EAAC,gBAEvD,8BAAM,SAAS,EAAE,UAAU,CAAC,EAAC,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,SAAS,EAAC,EAAE,SAAS,CAAC,iBACpE,KAAC,GAAG,kBAAC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,gBAAG,IAAI,IAAO,EAChE,QAAQ,IAAI,iBAAQ,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,CAAC,YAAY,GAAG,EAC5E,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC;4BAChB,KAAC,QAAQ,IAAC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;4BAC7D,KAAC,UAAU,IAAC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,GAAG,KAC9D,IAED,CAAC,CAAC;YACZ,KAAC,GAAG,kBAAC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,gBAAG,IAAI,IAAO,GACtE,CACN,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,uBAAuB,CAAC","sourcesContent":["import React, {useState} from 'react';\r\nimport classNames from 'classnames';\r\n\r\nimport HelpIcon from \"../Icons/HelpIcon\";\r\n\r\nimport classes from './styles.module.css';\r\nimport UnlockIcon from \"../Icons/UnlockIcon\";\r\nimport {Tooltip} from \"@material-ui/core\";\r\nimport {useMedia} from \"../../hooks/useMedia\";\r\n\r\n\r\nexport interface Props {\r\n text?: string\r\n tooltipText: React.ReactNode\r\n type?: 'info' | 'unlock'\r\n place?: 'right' | 'left' | 'bottom-end' | 'bottom-start' | 'bottom' | 'left-end' |\r\n 'left-start' | 'right-end' | 'right-start' | 'top-end' | 'top-start' | 'top';\r\n underline?: boolean\r\n className?: string\r\n tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'span' | 'p'\r\n iconClass?: string\r\n rootClass?: string\r\n}\r\n\r\nconst TextWithMaterialTooltip: React.FC<Props> = ({\r\n text,\r\n tooltipText,\r\n type = 'info',\r\n place = 'right',\r\n underline,\r\n className,\r\n tag = 'span',\r\n iconClass = '',\r\n rootClass = ''\r\n }) => {\r\n\r\n const [open, setOpen] = useState(false);\r\n\r\n const isMobile = useMedia(['mobile']) === 'mobile';\r\n\r\n function tooltipClicked() {\r\n if (type !== 'info')\r\n zendesk_demo('locked features')\r\n }\r\n\r\n const Tag = tag as keyof JSX.IntrinsicElements;\r\n\r\n const handleClick = () => {\r\n if (open === false) {\r\n setOpen(true)\r\n }\r\n if (open === true) {\r\n setOpen(false)\r\n }\r\n }\r\n\r\n return (\r\n <>\r\n {(tooltipText) ?\r\n <Tooltip onClick={tooltipClicked}\r\n placement={isMobile ? \"top\" : place}\r\n arrow\r\n open={isMobile ? open : undefined}\r\n title={<span className={classes.tooltipText}>{tooltipText}</span>}\r\n classes={{popper: classes.iconTooltip,\r\n tooltip: classes.customTooltipContainer}}>\r\n\r\n <span className={classNames({[classes.underline]: underline}, rootClass)}>\r\n <Tag className={classNames(classes.text, className)}>{text}</Tag>\r\n {isMobile && <button onClick={handleClick} className={classes.mobileButton}/>}\r\n {(type === 'info') ?\r\n <HelpIcon className={classNames(classes.icon, iconClass)}/> :\r\n <UnlockIcon className={classNames(classes.icon, iconClass)}/>}\r\n </span>\r\n\r\n </Tooltip> :\r\n <Tag className={classNames(classes.text, className)}>{text}</Tag>}\r\n </>\r\n );\r\n};\r\n\r\nexport default TextWithMaterialTooltip;\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./TextWithMaterialTooltip";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC","sourcesContent":["export {default} from \"./TextWithMaterialTooltip\";\r\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface Props {
|
|
3
|
+
text?: string;
|
|
4
|
+
tooltipText?: string;
|
|
5
|
+
type?: 'info' | 'unlock';
|
|
6
|
+
place?: 'right' | 'left' | 'top' | 'bottom';
|
|
7
|
+
underline?: boolean;
|
|
8
|
+
className?: string;
|
|
9
|
+
tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'span' | 'p';
|
|
10
|
+
iconClass?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const TextWithTooltip: React.FC<Props>;
|
|
13
|
+
export default TextWithTooltip;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useState } from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import HelpIcon from "../Icons/HelpIcon";
|
|
5
|
+
import classes from './styles.module.css';
|
|
6
|
+
import UnlockIcon from "../Icons/UnlockIcon";
|
|
7
|
+
import MuiTooltip from "../MuiTooltip";
|
|
8
|
+
import { useMedia } from "../../hooks/useMedia";
|
|
9
|
+
const TextWithTooltip = ({ text, tooltipText, type = 'info', place = 'right', underline, className, tag = 'span', iconClass }) => {
|
|
10
|
+
const [open, setOpen] = useState(false);
|
|
11
|
+
const isMobile = useMedia(['mobile']) === 'mobile';
|
|
12
|
+
const Tag = tag;
|
|
13
|
+
if (!tooltipText && type === 'unlock') {
|
|
14
|
+
tooltipText = 'Upgrade to unlock';
|
|
15
|
+
}
|
|
16
|
+
const handleClick = () => {
|
|
17
|
+
if (open === false) {
|
|
18
|
+
setOpen(true);
|
|
19
|
+
}
|
|
20
|
+
if (open === true) {
|
|
21
|
+
setOpen(false);
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
return (_jsx(MuiTooltip, Object.assign({ title: tooltipText, placement: place, open: isMobile ? open : undefined }, { children: _jsxs(Tag, Object.assign({ className: classNames(classes.textWithTooltip, { [classes.underline]: underline }, className) }, { children: [text, "\u00A0", tooltipText &&
|
|
25
|
+
_jsx("span", Object.assign({ className: classes.icon }, { children: (type === 'info') ? _jsx(HelpIcon, { className: iconClass }) :
|
|
26
|
+
_jsx(UnlockIcon, { className: iconClass }) })), isMobile && _jsx("button", { onClick: handleClick, className: classes.mobileButton })] })) })));
|
|
27
|
+
};
|
|
28
|
+
export default TextWithTooltip;
|
|
29
|
+
//# sourceMappingURL=TextWithTooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextWithTooltip.js","sourceRoot":"","sources":["../../../../../../../../dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACtC,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAEzC,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,UAAU,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAc9C,MAAM,eAAe,GAAoB,CAAC,EACI,IAAI,EACJ,WAAW,EACX,IAAI,GAAG,MAAM,EACb,KAAK,GAAG,OAAO,EACf,SAAS,EACT,SAAS,EACT,GAAG,GAAG,MAAM,EACZ,SAAS,EACZ,EAAE,EAAE;IAE3C,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAExC,MAAM,QAAQ,GAAG,QAAQ,CAAC,CAAC,QAAQ,CAAC,CAAC,KAAK,QAAQ,CAAC;IAEnD,MAAM,GAAG,GAAG,GAAkC,CAAC;IAE/C,IAAI,CAAC,WAAW,IAAI,IAAI,KAAK,QAAQ,EAAE;QACnC,WAAW,GAAG,mBAAmB,CAAA;KACpC;IAED,MAAM,WAAW,GAAG,GAAG,EAAE;QACrB,IAAI,IAAI,KAAK,KAAK,EAAE;YAChB,OAAO,CAAC,IAAI,CAAC,CAAA;SAChB;QACD,IAAI,IAAI,KAAK,IAAI,EAAE;YACf,OAAO,CAAC,KAAK,CAAC,CAAA;SACjB;IACL,CAAC,CAAA;IAED,OAAO,CACH,KAAC,UAAU,kBAAC,KAAK,EAAE,WAAqB,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,gBACzF,MAAC,GAAG,kBAAC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,eAAe,EAAE,EAAC,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,SAAS,EAAC,EAAE,SAAS,CAAC,iBAC3F,IAAI,YAEJ,WAAW;oBACZ,6BAAM,SAAS,EAAE,OAAO,CAAC,IAAI,gBAAG,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,KAAC,QAAQ,IAAC,SAAS,EAAE,SAAS,GAAG,CAAC,CAAC;4BACnF,KAAC,UAAU,IAAC,SAAS,EAAE,SAAS,GAAG,IAAQ,EAC9C,QAAQ,IAAI,iBAAQ,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,CAAC,YAAY,GAAG,KAC3E,IACG,CAChB,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import React, {useState} from 'react';\r\nimport classNames from 'classnames';\r\n\r\nimport HelpIcon from \"../Icons/HelpIcon\";\r\n\r\nimport classes from './styles.module.css';\r\nimport UnlockIcon from \"../Icons/UnlockIcon\";\r\nimport MuiTooltip from \"../MuiTooltip\";\r\nimport {useMedia} from \"../../hooks/useMedia\";\r\n\r\n\r\nexport interface Props {\r\n text?: string\r\n tooltipText?: string\r\n type?: 'info' | 'unlock'\r\n place?: 'right' | 'left' | 'top' | 'bottom'\r\n underline?: boolean\r\n className?: string\r\n tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'span' | 'p'\r\n iconClass?: string\r\n}\r\n\r\nconst TextWithTooltip: React.FC<Props> = ({\r\n text,\r\n tooltipText,\r\n type = 'info',\r\n place = 'right',\r\n underline,\r\n className,\r\n tag = 'span',\r\n iconClass\r\n }) => {\r\n\r\n const [open, setOpen] = useState(false);\r\n\r\n const isMobile = useMedia(['mobile']) === 'mobile';\r\n\r\n const Tag = tag as keyof JSX.IntrinsicElements;\r\n\r\n if (!tooltipText && type === 'unlock') {\r\n tooltipText = 'Upgrade to unlock'\r\n }\r\n\r\n const handleClick = () => {\r\n if (open === false) {\r\n setOpen(true)\r\n }\r\n if (open === true) {\r\n setOpen(false)\r\n }\r\n }\r\n\r\n return (\r\n <MuiTooltip title={tooltipText as string} placement={place} open={isMobile ? open : undefined}>\r\n <Tag className={classNames(classes.textWithTooltip, {[classes.underline]: underline}, className)}>\r\n {text}\r\n \r\n {tooltipText &&\r\n <span className={classes.icon}>{(type === 'info') ? <HelpIcon className={iconClass}/> :\r\n <UnlockIcon className={iconClass}/>}</span>}\r\n {isMobile && <button onClick={handleClick} className={classes.mobileButton}/>}\r\n </Tag>\r\n </MuiTooltip>\r\n );\r\n};\r\n\r\nexport default TextWithTooltip;\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./TextWithTooltip";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../dashboard/dashboard-client/src/components/TextWithTooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,mBAAmB,CAAC","sourcesContent":["export {default} from \"./TextWithTooltip\";\r\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SiteDetails } from "../../store/site/models";
|
|
3
|
+
import { AdminDetails } from "../../store/auth/models";
|
|
4
|
+
import { DashboardTab } from "../../utils/oldDashboardIntegration";
|
|
5
|
+
export interface MenuItemData {
|
|
6
|
+
name?: DashboardTab;
|
|
7
|
+
text: string;
|
|
8
|
+
icon?: React.ReactNode;
|
|
9
|
+
requiredSubLevel?: number;
|
|
10
|
+
hasSubMenu?: boolean;
|
|
11
|
+
zendeskMessage?: string;
|
|
12
|
+
subMenuItems?: MenuItemData[];
|
|
13
|
+
href?: string;
|
|
14
|
+
staffOnly: boolean;
|
|
15
|
+
subMenuName?: string;
|
|
16
|
+
isAvailable?: (site: SiteDetails, admin: AdminDetails) => boolean;
|
|
17
|
+
target?: "_blank" | "_self";
|
|
18
|
+
}
|
|
19
|
+
export declare function getTabUrl(tab: DashboardTab, origin: string, siteDetails: SiteDetails, adminDetails: AdminDetails): string;
|
|
20
|
+
export declare const analyticsSearchMenuItems: MenuItemData[];
|
|
21
|
+
export declare const analyticsSmartCollectionsMenuItems: MenuItemData[];
|
|
22
|
+
export declare const analyticsUpsellCrossSellMenuItems: MenuItemData[];
|
|
23
|
+
export declare const analyticsMenuItems: MenuItemData[];
|
|
24
|
+
export declare const generalMenuItems: MenuItemData[];
|
|
25
|
+
export declare const menuNameToItems: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Converts the tab name to the tab URL.
|
|
30
|
+
* @param tab
|
|
31
|
+
*/
|
|
32
|
+
export declare function tabNameToUrl(tab: string): string;
|
|
33
|
+
export default function isInitialHandshake(): boolean;
|
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { RecommendationsClientVersion, ServingClientVersion } from "../../store/site/models";
|
|
3
|
+
import { getOldDashboardPageUrl, hasNewDashboardTab } from "../../utils/oldDashboardIntegration";
|
|
4
|
+
import AnalyticsIcon from "../../components/Icons/AnalyticsIcon";
|
|
5
|
+
import AutocompleteIcon from "../../components/Icons/AutocompleteIcon";
|
|
6
|
+
import SearchIcon from "../../components/Icons/SearchIcon";
|
|
7
|
+
import FilterIcon from "../../components/Icons/FilterIcon";
|
|
8
|
+
import CollectionsIcon from "../../components/Icons/CollectionsIcon";
|
|
9
|
+
import RecommendationsIcon from "../../components/Icons/RecommendationsIcon";
|
|
10
|
+
import ConfigurationIcon from "../../components/Icons/ConfigurationIcon";
|
|
11
|
+
import IntegrationsIcon from "../../components/Icons/Integrations";
|
|
12
|
+
import MerchIcon from "../../components/Icons/MerchIcon";
|
|
13
|
+
import LandingPageIcon from "../../components/Icons/LandingPageIcon";
|
|
14
|
+
import Icon from "../../components/Icons/Icon";
|
|
15
|
+
import VisualDiscoveryIcon from "../../components/Icons/VisualDiscoveryIcon";
|
|
16
|
+
import StorefrontIcon from '@material-ui/icons/Storefront';
|
|
17
|
+
import { IMPACT_SEARCH, IMPACT_SEARCH_PERSONALIZATION, IMPACT_SMART_NAVIGATION_PERSONALIZATION, IMPACT_UPSELL, IMPACT_UPSELL_PERSONALIZATION, QUERIES_ALL, QUERIES_DID_YOU_MEAN, QUERIES_NO_RESULTS } from "../../store/analytics/models";
|
|
18
|
+
import ABTestingIcon from "../../components/Icons/ABTestingIcon";
|
|
19
|
+
export function getTabUrl(tab, origin, siteDetails, adminDetails) {
|
|
20
|
+
const tabUrl = tabNameToUrl(tab);
|
|
21
|
+
if (hasNewDashboardTab(tab, siteDetails, adminDetails)) {
|
|
22
|
+
return tabUrl;
|
|
23
|
+
}
|
|
24
|
+
const oldDashboardUrl = new URL(getOldDashboardPageUrl(origin, tabUrl, siteDetails.key));
|
|
25
|
+
return oldDashboardUrl.href;
|
|
26
|
+
}
|
|
27
|
+
export const analyticsSearchMenuItems = [
|
|
28
|
+
{
|
|
29
|
+
text: 'Autocomplete',
|
|
30
|
+
href: '/analytics/autocomplete',
|
|
31
|
+
staffOnly: false,
|
|
32
|
+
name: 'analytics search autocomplete',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
text: 'All Queries',
|
|
36
|
+
href: `/analytics/${QUERIES_ALL}`,
|
|
37
|
+
staffOnly: false,
|
|
38
|
+
name: 'analytics search all queries'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
text: 'No-Results Queries',
|
|
42
|
+
href: `/analytics/${QUERIES_NO_RESULTS}`,
|
|
43
|
+
staffOnly: false,
|
|
44
|
+
name: 'analytics search no results'
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
text: 'Did You Mean Queries',
|
|
48
|
+
href: `/analytics/${QUERIES_DID_YOU_MEAN}`,
|
|
49
|
+
staffOnly: false,
|
|
50
|
+
name: 'analytics search did you mean'
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
text: 'Products',
|
|
54
|
+
href: '/analytics/products',
|
|
55
|
+
staffOnly: false,
|
|
56
|
+
name: 'analytics search products'
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
text: 'Promo Tiles',
|
|
60
|
+
href: '/analytics/searchResultsPromoTiles',
|
|
61
|
+
staffOnly: false,
|
|
62
|
+
name: 'analytics search promo tiles'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
text: 'Filters',
|
|
66
|
+
href: '/analytics/filters',
|
|
67
|
+
staffOnly: false,
|
|
68
|
+
name: 'analytics search filters'
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
text: 'Personalization',
|
|
72
|
+
href: `/analytics/${IMPACT_SEARCH_PERSONALIZATION}Impact`,
|
|
73
|
+
staffOnly: false,
|
|
74
|
+
name: 'analytics search personalization'
|
|
75
|
+
}
|
|
76
|
+
];
|
|
77
|
+
export const analyticsSmartCollectionsMenuItems = [
|
|
78
|
+
{
|
|
79
|
+
text: 'Products',
|
|
80
|
+
href: '/analytics/smartNavigationProducts',
|
|
81
|
+
staffOnly: false,
|
|
82
|
+
name: 'analytics smart nav products'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
text: 'Promo Tiles',
|
|
86
|
+
href: '/analytics/smartNavigationPromoTiles',
|
|
87
|
+
staffOnly: false,
|
|
88
|
+
name: 'analytics smart nav promo tiles'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
text: 'Filters',
|
|
92
|
+
href: '/analytics/smartNavigationFilters',
|
|
93
|
+
staffOnly: false,
|
|
94
|
+
name: 'analytics smart nav filters'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
text: 'Collections',
|
|
98
|
+
href: '/analytics/collections',
|
|
99
|
+
staffOnly: false,
|
|
100
|
+
name: 'analytics smart nav collections'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
text: 'Personalization',
|
|
104
|
+
href: `/analytics/${IMPACT_SMART_NAVIGATION_PERSONALIZATION}Impact`,
|
|
105
|
+
staffOnly: false,
|
|
106
|
+
name: 'analytics smart nav personalization'
|
|
107
|
+
},
|
|
108
|
+
];
|
|
109
|
+
export const analyticsUpsellCrossSellMenuItems = [
|
|
110
|
+
{
|
|
111
|
+
text: 'Impact',
|
|
112
|
+
href: `/analytics/${IMPACT_UPSELL}Impact`,
|
|
113
|
+
staffOnly: false,
|
|
114
|
+
name: 'upsell and cross-sell impact'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
text: 'Personalization',
|
|
118
|
+
href: `/analytics/${IMPACT_UPSELL_PERSONALIZATION}Impact`,
|
|
119
|
+
staffOnly: false,
|
|
120
|
+
name: 'upsell and cross-sell personalization'
|
|
121
|
+
}
|
|
122
|
+
];
|
|
123
|
+
export const analyticsMenuItems = [
|
|
124
|
+
{
|
|
125
|
+
name: 'analytics',
|
|
126
|
+
text: 'Overview',
|
|
127
|
+
href: '/analytics',
|
|
128
|
+
staffOnly: false
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
name: 'analytics traffic',
|
|
132
|
+
text: 'Traffic',
|
|
133
|
+
href: '/analytics/traffic',
|
|
134
|
+
staffOnly: false
|
|
135
|
+
},
|
|
136
|
+
// {
|
|
137
|
+
// name: 'analytics realtime',
|
|
138
|
+
// text: 'Realtime',
|
|
139
|
+
// href: '/analytics/realtime',
|
|
140
|
+
// staffOnly: false
|
|
141
|
+
// },
|
|
142
|
+
{
|
|
143
|
+
text: 'Search',
|
|
144
|
+
staffOnly: false,
|
|
145
|
+
subMenuName: 'Search',
|
|
146
|
+
subMenuItems: analyticsSearchMenuItems
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
text: 'Image Optimization',
|
|
150
|
+
href: '/analytics/product-image-optimization',
|
|
151
|
+
staffOnly: false,
|
|
152
|
+
name: 'analytics product image optimization',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
text: 'Revenue Impact',
|
|
156
|
+
href: `/analytics/${IMPACT_SEARCH}Impact`,
|
|
157
|
+
staffOnly: false,
|
|
158
|
+
name: 'search and smart nav impact',
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
text: 'Smart Collections',
|
|
162
|
+
staffOnly: false,
|
|
163
|
+
subMenuName: 'Smart Collections',
|
|
164
|
+
subMenuItems: analyticsSmartCollectionsMenuItems
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
text: 'Upsell & Cross-sell',
|
|
168
|
+
staffOnly: false,
|
|
169
|
+
subMenuName: 'Upsell & Cross-sell',
|
|
170
|
+
subMenuItems: analyticsUpsellCrossSellMenuItems
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
text: 'Visual Discovery',
|
|
174
|
+
href: '/analytics/visual-discovery',
|
|
175
|
+
staffOnly: false,
|
|
176
|
+
name: 'analytics visual discovery',
|
|
177
|
+
requiredSubLevel: 1
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
text: 'Shopper Insights',
|
|
181
|
+
href: '/analytics/userInsightor',
|
|
182
|
+
staffOnly: false,
|
|
183
|
+
name: 'shopper insights',
|
|
184
|
+
requiredSubLevel: 1
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
text: 'A/B Testing',
|
|
188
|
+
href: '/analytics/abTesting',
|
|
189
|
+
staffOnly: false,
|
|
190
|
+
name: 'analytics ab testing',
|
|
191
|
+
isAvailable(site, admin) {
|
|
192
|
+
return site.isAbTestingEnabled;
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
text: 'Personalization A/B Testing',
|
|
197
|
+
href: '/analytics/internalAbTesting',
|
|
198
|
+
staffOnly: false,
|
|
199
|
+
name: 'analytics internal ab testing',
|
|
200
|
+
isAvailable(site, admin) {
|
|
201
|
+
return admin.isSystemAdmin && (site.isPersonalizedSearch || site.isPersonalizedCollection);
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
];
|
|
205
|
+
export const generalMenuItems = [
|
|
206
|
+
{
|
|
207
|
+
name: 'analytics',
|
|
208
|
+
text: 'Analytics',
|
|
209
|
+
icon: _jsx(AnalyticsIcon, {}),
|
|
210
|
+
requiredSubLevel: 1,
|
|
211
|
+
hasSubMenu: true,
|
|
212
|
+
staffOnly: false,
|
|
213
|
+
subMenuItems: analyticsMenuItems,
|
|
214
|
+
subMenuName: 'Analytics',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
name: 'autocomplete',
|
|
218
|
+
text: 'Autocomplete',
|
|
219
|
+
icon: _jsx(AutocompleteIcon, {}),
|
|
220
|
+
requiredSubLevel: 1,
|
|
221
|
+
staffOnly: false
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
name: "search results",
|
|
225
|
+
text: 'Search Results',
|
|
226
|
+
icon: _jsx(SearchIcon, {}),
|
|
227
|
+
requiredSubLevel: 1,
|
|
228
|
+
staffOnly: false
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
name: "themes",
|
|
232
|
+
text: 'No-Code Editor',
|
|
233
|
+
icon: _jsx(StorefrontIcon, { style: { fill: 'purple' } }),
|
|
234
|
+
requiredSubLevel: 1,
|
|
235
|
+
zendeskMessage: 'No-Code Editor',
|
|
236
|
+
isAvailable: (site, admin) => (admin.isSystemAdmin || site.hasGridEditorPage || site.serpVersion === ServingClientVersion.SVELTE_SERVING_CLIENT || site.serpVersion === ServingClientVersion.SVELTE_SERVING_SSR || site.smartNavigationVersion === ServingClientVersion.SVELTE_SERVING_CLIENT || site.smartNavigationVersion === ServingClientVersion.SVELTE_SERVING_SSR || (site.isRelatedProducts && site.recommendationsVersion === RecommendationsClientVersion.SVELTE_RECOMMENDATIONS_CLIENT_NO_CODE)),
|
|
237
|
+
staffOnly: false,
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
name: "categories",
|
|
241
|
+
text: 'Collections',
|
|
242
|
+
icon: _jsx(CollectionsIcon, {}),
|
|
243
|
+
requiredSubLevel: 1,
|
|
244
|
+
zendeskMessage: "Collections",
|
|
245
|
+
staffOnly: false
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
name: "filters",
|
|
249
|
+
text: 'Filters',
|
|
250
|
+
icon: _jsx(FilterIcon, {}),
|
|
251
|
+
requiredSubLevel: 1,
|
|
252
|
+
staffOnly: false
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
name: "recommendations",
|
|
256
|
+
text: 'Upsell & Cross-sell',
|
|
257
|
+
icon: _jsx(RecommendationsIcon, {}),
|
|
258
|
+
requiredSubLevel: 1,
|
|
259
|
+
staffOnly: false
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
name: "settings",
|
|
263
|
+
text: 'Settings',
|
|
264
|
+
icon: _jsx(ConfigurationIcon, {}),
|
|
265
|
+
requiredSubLevel: 1,
|
|
266
|
+
staffOnly: false
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
name: "integrations",
|
|
270
|
+
text: 'Integrations',
|
|
271
|
+
icon: _jsx(IntegrationsIcon, {}),
|
|
272
|
+
requiredSubLevel: 1,
|
|
273
|
+
staffOnly: false
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
name: "merchandising",
|
|
277
|
+
text: 'Merchandising',
|
|
278
|
+
icon: _jsx(MerchIcon, {}),
|
|
279
|
+
requiredSubLevel: 2,
|
|
280
|
+
zendeskMessage: 'Merchandising',
|
|
281
|
+
staffOnly: false
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
name: "ab testing",
|
|
285
|
+
text: 'A/B Testing',
|
|
286
|
+
icon: _jsx(ABTestingIcon, {}),
|
|
287
|
+
requiredSubLevel: 5,
|
|
288
|
+
zendeskMessage: 'A/B Testing',
|
|
289
|
+
staffOnly: false
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
name: 'audiences',
|
|
293
|
+
text: 'Audiences',
|
|
294
|
+
icon: _jsx(Icon, { name: "audiences" }),
|
|
295
|
+
requiredSubLevel: 5,
|
|
296
|
+
staffOnly: false,
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
name: "landing pages",
|
|
300
|
+
text: 'Landing Pages',
|
|
301
|
+
icon: _jsx(LandingPageIcon, {}),
|
|
302
|
+
requiredSubLevel: 2,
|
|
303
|
+
zendeskMessage: 'Landing Pages',
|
|
304
|
+
staffOnly: false
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
name: "ads",
|
|
308
|
+
text: 'Advertising',
|
|
309
|
+
icon: _jsx(Icon, { name: 'ads', setBlackColor: false }),
|
|
310
|
+
requiredSubLevel: 2,
|
|
311
|
+
zendeskMessage: 'Advertising',
|
|
312
|
+
staffOnly: false
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
name: "visual discovery",
|
|
316
|
+
text: 'Visual Discovery',
|
|
317
|
+
icon: _jsx(VisualDiscoveryIcon, {}),
|
|
318
|
+
requiredSubLevel: 5,
|
|
319
|
+
zendeskMessage: 'Visual Discovery',
|
|
320
|
+
staffOnly: false
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
name: 'admin',
|
|
324
|
+
text: 'Staff Only',
|
|
325
|
+
icon: _jsx(ConfigurationIcon, {}),
|
|
326
|
+
requiredSubLevel: 1,
|
|
327
|
+
staffOnly: true
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
name: "audit log",
|
|
331
|
+
text: "Audit Log",
|
|
332
|
+
icon: _jsx(Icon, { name: "history", setBlackColor: false }),
|
|
333
|
+
requiredSubLevel: 1,
|
|
334
|
+
staffOnly: true
|
|
335
|
+
}
|
|
336
|
+
];
|
|
337
|
+
export const menuNameToItems = {
|
|
338
|
+
'Analytics': analyticsMenuItems,
|
|
339
|
+
'Search': analyticsSearchMenuItems,
|
|
340
|
+
'Smart Collections': analyticsSmartCollectionsMenuItems,
|
|
341
|
+
'Upsell & Cross-sell': analyticsUpsellCrossSellMenuItems,
|
|
342
|
+
'All': generalMenuItems
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* Converts the tab name to the tab URL.
|
|
346
|
+
* @param tab
|
|
347
|
+
*/
|
|
348
|
+
export function tabNameToUrl(tab) {
|
|
349
|
+
return `/${tab.split(' ').join('-')}`;
|
|
350
|
+
}
|
|
351
|
+
window.allRoutes = [
|
|
352
|
+
...analyticsSearchMenuItems,
|
|
353
|
+
...analyticsSmartCollectionsMenuItems,
|
|
354
|
+
...analyticsUpsellCrossSellMenuItems,
|
|
355
|
+
...generalMenuItems.filter(item => item.name !== "analytics")
|
|
356
|
+
];
|
|
357
|
+
export default function isInitialHandshake() {
|
|
358
|
+
return window.location.search.includes("origin=https://shopify.instantsearchplus.com") ||
|
|
359
|
+
window.location.search.includes("origin=http://shopify.instantsearchplus.com") ||
|
|
360
|
+
window.location.search.includes("dashboard_start=1");
|
|
361
|
+
}
|
|
362
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../../../dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,4BAA4B,EAAE,oBAAoB,EAAc,MAAM,yBAAyB,CAAC;AAExG,OAAO,EAAe,sBAAsB,EAAE,kBAAkB,EAAC,MAAM,qCAAqC,CAAC;AAC7G,OAAO,aAAa,MAAM,sCAAsC,CAAC;AACjE,OAAO,gBAAgB,MAAM,yCAAyC,CAAC;AACvE,OAAO,UAAU,MAAM,mCAAmC,CAAC;AAC3D,OAAO,UAAU,MAAM,mCAAmC,CAAC;AAC3D,OAAO,eAAe,MAAM,wCAAwC,CAAC;AACrE,OAAO,mBAAmB,MAAM,4CAA4C,CAAC;AAC7E,OAAO,iBAAiB,MAAM,0CAA0C,CAAC;AACzE,OAAO,gBAAgB,MAAM,qCAAqC,CAAC;AACnE,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,eAAe,MAAM,wCAAwC,CAAC;AACrE,OAAO,IAAI,MAAM,6BAA6B,CAAC;AAC/C,OAAO,mBAAmB,MAAM,4CAA4C,CAAC;AAC7E,OAAO,cAAc,MAAM,+BAA+B,CAAC;AAE3D,OAAO,EACH,aAAa,EACb,6BAA6B,EAC7B,uCAAuC,EACvC,aAAa,EACb,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACpB,kBAAkB,EACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAiBjE,MAAM,UAAU,SAAS,CAAC,GAAiB,EAAE,MAAc,EAAE,WAAwB,EAAE,YAA0B;IAC7G,MAAM,MAAM,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC;IAEjC,IAAI,kBAAkB,CAAC,GAAG,EAAE,WAAW,EAAE,YAAY,CAAC,EAAE;QACpD,OAAO,MAAM,CAAC;KACjB;IAED,MAAM,eAAe,GAAG,IAAI,GAAG,CAAC,sBAAsB,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;IAEzF,OAAO,eAAe,CAAC,IAAI,CAAC;AAChC,CAAC;AAGD,MAAM,CAAC,MAAM,wBAAwB,GAAmB;IACpD;QACI,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,yBAAyB;QAC/B,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,+BAA+B;KACxC;IACD;QACI,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,cAAc,WAAW,EAAE;QACjC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,8BAA8B;KACvC;IACD;QACI,IAAI,EAAE,oBAAoB;QAC1B,IAAI,EAAE,cAAc,kBAAkB,EAAE;QACxC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,6BAA6B;KACtC;IACD;QACI,IAAI,EAAE,sBAAsB;QAC5B,IAAI,EAAE,cAAc,oBAAoB,EAAE;QAC1C,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,+BAA+B;KACxC;IACD;QACI,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,qBAAqB;QAC3B,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,2BAA2B;KACpC;IACD;QACI,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,oCAAoC;QAC1C,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,8BAA8B;KACvC;IACD;QACI,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,oBAAoB;QAC1B,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,0BAA0B;KACnC;IACD;QACI,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,cAAc,6BAA6B,QAAQ;QACzD,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,kCAAkC;KAC3C;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAmB;IAC9D;QACI,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,oCAAoC;QAC1C,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,8BAA8B;KACvC;IACD;QACI,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,sCAAsC;QAC5C,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,iCAAiC;KAC1C;IACD;QACI,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,mCAAmC;QACzC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,6BAA6B;KACtC;IACD;QACI,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,wBAAwB;QAC9B,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,iCAAiC;KAC1C;IACD;QACI,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,cAAc,uCAAuC,QAAQ;QACnE,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,qCAAqC;KAC9C;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAmB;IAC7D;QACI,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,cAAc,aAAa,QAAQ;QACzC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,8BAA8B;KACvC;IACD;QACI,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,cAAc,6BAA6B,QAAQ;QACzD,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,uCAAuC;KAChD;CACJ,CAAA;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAmB;IAC9C;QACI,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE,KAAK;KACnB;IACD;QACI,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,oBAAoB;QAC1B,SAAS,EAAE,KAAK;KACnB;IACD,IAAI;IACJ,kCAAkC;IAClC,wBAAwB;IACxB,mCAAmC;IACnC,uBAAuB;IACvB,KAAK;IAEL;QACI,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,QAAQ;QACrB,YAAY,EAAE,wBAAwB;KACzC;IACD;QACI,IAAI,EAAE,oBAAoB;QAC1B,IAAI,EAAE,uCAAuC;QAC7C,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,sCAAsC;KAC/C;IACD;QACI,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,cAAc,aAAa,QAAQ;QACzC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,6BAA6B;KACtC;IACD;QACI,IAAI,EAAE,mBAAmB;QACzB,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,mBAAmB;QAChC,YAAY,EAAE,kCAAkC;KACnD;IACD;QACI,IAAI,EAAE,qBAAqB;QAC3B,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,qBAAqB;QAClC,YAAY,EAAE,iCAAiC;KAClD;IACD;QACI,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,6BAA6B;QACnC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,4BAA4B;QAClC,gBAAgB,EAAE,CAAC;KACtB;IACD;QACI,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,0BAA0B;QAChC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,kBAAkB;QACxB,gBAAgB,EAAE,CAAC;KACtB;IACD;QACI,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,sBAAsB;QAC5B,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,sBAAsB;QAC5B,WAAW,CAAC,IAAI,EAAE,KAAK;YACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC;QACnC,CAAC;KACJ;IACD;QACI,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,8BAA8B;QACpC,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,+BAA+B;QACrC,WAAW,CAAC,IAAI,EAAE,KAAK;YACnB,OAAO,KAAK,CAAC,aAAa,IAAI,CAAC,IAAI,CAAC,oBAAoB,IAAI,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAC/F,CAAC;KACJ;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAmB;IAC5C;QACI,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,KAAC,aAAa,KAAE;QACtB,gBAAgB,EAAE,CAAC;QACnB,UAAU,EAAE,IAAI;QAChB,SAAS,EAAE,KAAK;QAChB,YAAY,EAAE,kBAAkB;QAChC,WAAW,EAAE,WAAW;KAC3B;IAED;QACI,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,KAAC,gBAAgB,KAAE;QACzB,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,KAAC,UAAU,KAAE;QACnB,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,KAAK;KACnB;IACD;QACI,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,KAAC,cAAc,IAAC,KAAK,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAC,GAAG;QAChD,gBAAgB,EAAE,CAAC;QACnB,cAAc,EAAE,gBAAgB;QAEhC,WAAW,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,IAAI,IAAI,CAAC,iBAAiB,IAAI,IAAI,CAAC,WAAW,KAAK,oBAAoB,CAAC,qBAAqB,IAAI,IAAI,CAAC,WAAW,KAAK,oBAAoB,CAAC,kBAAkB,IAAG,IAAI,CAAC,sBAAsB,KAAK,oBAAoB,CAAC,qBAAqB,IAAI,IAAI,CAAC,sBAAsB,KAAK,oBAAoB,CAAC,kBAAkB,IAAI,CAAC,IAAI,CAAC,iBAAiB,IAAI,IAAI,CAAC,sBAAsB,KAAK,4BAA4B,CAAC,qCAAqC,CAAC,CAAC;QAC1e,SAAS,EAAE,KAAK;KACnB;IACD;QACI,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,KAAC,eAAe,KAAE;QACxB,gBAAgB,EAAE,CAAC;QACnB,cAAc,EAAE,aAAa;QAC7B,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,KAAC,UAAU,KAAE;QACnB,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,KAAC,mBAAmB,KAAE;QAC5B,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,KAAC,iBAAiB,KAAE;QAC1B,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,KAAC,gBAAgB,KAAE;QACzB,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,KAAC,SAAS,KAAE;QAClB,gBAAgB,EAAE,CAAC;QACnB,cAAc,EAAE,eAAe;QAC/B,SAAS,EAAE,KAAK;KACnB;IACD;QACI,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,KAAC,aAAa,KAAE;QACtB,gBAAgB,EAAE,CAAC;QACnB,cAAc,EAAE,aAAa;QAC7B,SAAS,EAAE,KAAK;KACnB;IACD;QACI,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,KAAC,IAAI,IAAC,IAAI,EAAC,WAAW,GAAE;QAC9B,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,KAAC,eAAe,KAAE;QACxB,gBAAgB,EAAE,CAAC;QACnB,cAAc,EAAE,eAAe;QAC/B,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,KAAC,IAAI,IAAC,IAAI,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,GAAG;QAChD,gBAAgB,EAAE,CAAC;QACnB,cAAc,EAAE,aAAa;QAC7B,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,KAAC,mBAAmB,KAAE;QAC5B,gBAAgB,EAAE,CAAC;QACnB,cAAc,EAAE,kBAAkB;QAClC,SAAS,EAAE,KAAK;KACnB;IAED;QACI,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,KAAC,iBAAiB,KAAE;QAC1B,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,IAAI;KAClB;IAED;QACI,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,KAAC,IAAI,IAAC,IAAI,EAAE,SAAS,EAAE,aAAa,EAAE,KAAK,GAAG;QACpD,gBAAgB,EAAE,CAAC;QACnB,SAAS,EAAE,IAAI;KAClB;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA2B;IACnD,WAAW,EAAE,kBAAkB;IAC/B,QAAQ,EAAE,wBAAwB;IAClC,mBAAmB,EAAE,kCAAkC;IACvD,qBAAqB,EAAE,iCAAiC;IACxD,KAAK,EAAE,gBAAgB;CAC1B,CAAA;AAGD;;;GAGG;AACH,MAAM,UAAU,YAAY,CAAC,GAAW;IACpC,OAAO,IAAI,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;AAC1C,CAAC;AAEA,MAAc,CAAC,SAAS,GAAG;IACxB,GAAG,wBAAwB;IAC3B,GAAG,kCAAkC;IACrC,GAAG,iCAAiC;IACpC,GAAG,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,WAAW,CAAC;CAChE,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB;IACtC,OAAO,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,8CAA8C,CAAC;QAClF,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,6CAA6C,CAAC;QAC9E,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAA;AAC5D,CAAC","sourcesContent":["import React from \"react\";\r\nimport {RecommendationsClientVersion, ServingClientVersion, SiteDetails} from \"../../store/site/models\";\r\nimport {AdminDetails} from \"../../store/auth/models\";\r\nimport {DashboardTab, getOldDashboardPageUrl, hasNewDashboardTab} from \"../../utils/oldDashboardIntegration\";\r\nimport AnalyticsIcon from \"../../components/Icons/AnalyticsIcon\";\r\nimport AutocompleteIcon from \"../../components/Icons/AutocompleteIcon\";\r\nimport SearchIcon from \"../../components/Icons/SearchIcon\";\r\nimport FilterIcon from \"../../components/Icons/FilterIcon\";\r\nimport CollectionsIcon from \"../../components/Icons/CollectionsIcon\";\r\nimport RecommendationsIcon from \"../../components/Icons/RecommendationsIcon\";\r\nimport ConfigurationIcon from \"../../components/Icons/ConfigurationIcon\";\r\nimport IntegrationsIcon from \"../../components/Icons/Integrations\";\r\nimport MerchIcon from \"../../components/Icons/MerchIcon\";\r\nimport LandingPageIcon from \"../../components/Icons/LandingPageIcon\";\r\nimport Icon from \"../../components/Icons/Icon\";\r\nimport VisualDiscoveryIcon from \"../../components/Icons/VisualDiscoveryIcon\";\r\nimport StorefrontIcon from '@material-ui/icons/Storefront';\r\n\r\nimport {\r\n IMPACT_SEARCH,\r\n IMPACT_SEARCH_PERSONALIZATION,\r\n IMPACT_SMART_NAVIGATION_PERSONALIZATION,\r\n IMPACT_UPSELL,\r\n IMPACT_UPSELL_PERSONALIZATION,\r\n QUERIES_ALL,\r\n QUERIES_DID_YOU_MEAN,\r\n QUERIES_NO_RESULTS\r\n} from \"../../store/analytics/models\";\r\nimport ABTestingIcon from \"../../components/Icons/ABTestingIcon\";\r\n\r\nexport interface MenuItemData {\r\n name?: DashboardTab;\r\n text: string;\r\n icon?: React.ReactNode;\r\n requiredSubLevel?: number;\r\n hasSubMenu?: boolean;\r\n zendeskMessage?: string;\r\n subMenuItems?: MenuItemData[];\r\n href?: string;\r\n staffOnly: boolean;\r\n subMenuName?: string;\r\n isAvailable?: (site: SiteDetails, admin: AdminDetails) => boolean\r\n target?: \"_blank\" | \"_self\"\r\n}\r\n\r\nexport function getTabUrl(tab: DashboardTab, origin: string, siteDetails: SiteDetails, adminDetails: AdminDetails): string {\r\n const tabUrl = tabNameToUrl(tab);\r\n\r\n if (hasNewDashboardTab(tab, siteDetails, adminDetails)) {\r\n return tabUrl;\r\n }\r\n\r\n const oldDashboardUrl = new URL(getOldDashboardPageUrl(origin, tabUrl, siteDetails.key));\r\n\r\n return oldDashboardUrl.href;\r\n}\r\n\r\n\r\nexport const analyticsSearchMenuItems: MenuItemData[] = [\r\n {\r\n text: 'Autocomplete',\r\n href: '/analytics/autocomplete',\r\n staffOnly: false,\r\n name: 'analytics search autocomplete',\r\n },\r\n {\r\n text: 'All Queries',\r\n href: `/analytics/${QUERIES_ALL}`,\r\n staffOnly: false,\r\n name: 'analytics search all queries'\r\n },\r\n {\r\n text: 'No-Results Queries',\r\n href: `/analytics/${QUERIES_NO_RESULTS}`,\r\n staffOnly: false,\r\n name: 'analytics search no results'\r\n },\r\n {\r\n text: 'Did You Mean Queries',\r\n href: `/analytics/${QUERIES_DID_YOU_MEAN}`,\r\n staffOnly: false,\r\n name: 'analytics search did you mean'\r\n },\r\n {\r\n text: 'Products',\r\n href: '/analytics/products',\r\n staffOnly: false,\r\n name: 'analytics search products'\r\n },\r\n {\r\n text: 'Promo Tiles',\r\n href: '/analytics/searchResultsPromoTiles',\r\n staffOnly: false,\r\n name: 'analytics search promo tiles'\r\n },\r\n {\r\n text: 'Filters',\r\n href: '/analytics/filters',\r\n staffOnly: false,\r\n name: 'analytics search filters'\r\n },\r\n {\r\n text: 'Personalization',\r\n href: `/analytics/${IMPACT_SEARCH_PERSONALIZATION}Impact`,\r\n staffOnly: false,\r\n name: 'analytics search personalization'\r\n }\r\n];\r\n\r\nexport const analyticsSmartCollectionsMenuItems: MenuItemData[] = [\r\n {\r\n text: 'Products',\r\n href: '/analytics/smartNavigationProducts',\r\n staffOnly: false,\r\n name: 'analytics smart nav products'\r\n },\r\n {\r\n text: 'Promo Tiles',\r\n href: '/analytics/smartNavigationPromoTiles',\r\n staffOnly: false,\r\n name: 'analytics smart nav promo tiles'\r\n },\r\n {\r\n text: 'Filters',\r\n href: '/analytics/smartNavigationFilters',\r\n staffOnly: false,\r\n name: 'analytics smart nav filters'\r\n },\r\n {\r\n text: 'Collections',\r\n href: '/analytics/collections',\r\n staffOnly: false,\r\n name: 'analytics smart nav collections'\r\n },\r\n {\r\n text: 'Personalization',\r\n href: `/analytics/${IMPACT_SMART_NAVIGATION_PERSONALIZATION}Impact`,\r\n staffOnly: false,\r\n name: 'analytics smart nav personalization'\r\n },\r\n];\r\n\r\nexport const analyticsUpsellCrossSellMenuItems: MenuItemData[] = [\r\n {\r\n text: 'Impact',\r\n href: `/analytics/${IMPACT_UPSELL}Impact`,\r\n staffOnly: false,\r\n name: 'upsell and cross-sell impact'\r\n },\r\n {\r\n text: 'Personalization',\r\n href: `/analytics/${IMPACT_UPSELL_PERSONALIZATION}Impact`,\r\n staffOnly: false,\r\n name: 'upsell and cross-sell personalization'\r\n }\r\n]\r\n\r\nexport const analyticsMenuItems: MenuItemData[] = [\r\n {\r\n name: 'analytics',\r\n text: 'Overview',\r\n href: '/analytics',\r\n staffOnly: false\r\n },\r\n {\r\n name: 'analytics traffic',\r\n text: 'Traffic',\r\n href: '/analytics/traffic',\r\n staffOnly: false\r\n },\r\n // {\r\n // name: 'analytics realtime',\r\n // text: 'Realtime',\r\n // href: '/analytics/realtime',\r\n // staffOnly: false\r\n // },\r\n\r\n {\r\n text: 'Search',\r\n staffOnly: false,\r\n subMenuName: 'Search',\r\n subMenuItems: analyticsSearchMenuItems\r\n },\r\n {\r\n text: 'Image Optimization',\r\n href: '/analytics/product-image-optimization',\r\n staffOnly: false,\r\n name: 'analytics product image optimization',\r\n },\r\n {\r\n text: 'Revenue Impact',\r\n href: `/analytics/${IMPACT_SEARCH}Impact`,\r\n staffOnly: false,\r\n name: 'search and smart nav impact',\r\n },\r\n {\r\n text: 'Smart Collections',\r\n staffOnly: false,\r\n subMenuName: 'Smart Collections',\r\n subMenuItems: analyticsSmartCollectionsMenuItems\r\n },\r\n {\r\n text: 'Upsell & Cross-sell',\r\n staffOnly: false,\r\n subMenuName: 'Upsell & Cross-sell',\r\n subMenuItems: analyticsUpsellCrossSellMenuItems\r\n },\r\n {\r\n text: 'Visual Discovery',\r\n href: '/analytics/visual-discovery',\r\n staffOnly: false,\r\n name: 'analytics visual discovery',\r\n requiredSubLevel: 1\r\n },\r\n {\r\n text: 'Shopper Insights',\r\n href: '/analytics/userInsightor',\r\n staffOnly: false,\r\n name: 'shopper insights',\r\n requiredSubLevel: 1\r\n },\r\n {\r\n text: 'A/B Testing',\r\n href: '/analytics/abTesting',\r\n staffOnly: false,\r\n name: 'analytics ab testing',\r\n isAvailable(site, admin) {\r\n return site.isAbTestingEnabled;\r\n },\r\n },\r\n {\r\n text: 'Personalization A/B Testing',\r\n href: '/analytics/internalAbTesting',\r\n staffOnly: false,\r\n name: 'analytics internal ab testing',\r\n isAvailable(site, admin) {\r\n return admin.isSystemAdmin && (site.isPersonalizedSearch || site.isPersonalizedCollection);\r\n },\r\n },\r\n];\r\n\r\nexport const generalMenuItems: MenuItemData[] = [\r\n {\r\n name: 'analytics',\r\n text: 'Analytics',\r\n icon: <AnalyticsIcon/>,\r\n requiredSubLevel: 1,\r\n hasSubMenu: true,\r\n staffOnly: false,\r\n subMenuItems: analyticsMenuItems,\r\n subMenuName: 'Analytics',\r\n },\r\n\r\n {\r\n name: 'autocomplete',\r\n text: 'Autocomplete',\r\n icon: <AutocompleteIcon/>,\r\n requiredSubLevel: 1,\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"search results\",\r\n text: 'Search Results',\r\n icon: <SearchIcon/>,\r\n requiredSubLevel: 1,\r\n staffOnly: false\r\n },\r\n {\r\n name: \"themes\",\r\n text: 'No-Code Editor',\r\n icon: <StorefrontIcon style={{fill: 'purple'}}/>,\r\n requiredSubLevel: 1,\r\n zendeskMessage: 'No-Code Editor',\r\n\r\n isAvailable: (site, admin) => (admin.isSystemAdmin || site.hasGridEditorPage || site.serpVersion === ServingClientVersion.SVELTE_SERVING_CLIENT || site.serpVersion === ServingClientVersion.SVELTE_SERVING_SSR|| site.smartNavigationVersion === ServingClientVersion.SVELTE_SERVING_CLIENT || site.smartNavigationVersion === ServingClientVersion.SVELTE_SERVING_SSR || (site.isRelatedProducts && site.recommendationsVersion === RecommendationsClientVersion.SVELTE_RECOMMENDATIONS_CLIENT_NO_CODE)),\r\n staffOnly: false,\r\n },\r\n {\r\n name: \"categories\",\r\n text: 'Collections',\r\n icon: <CollectionsIcon/>,\r\n requiredSubLevel: 1,\r\n zendeskMessage: \"Collections\",\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"filters\",\r\n text: 'Filters',\r\n icon: <FilterIcon/>,\r\n requiredSubLevel: 1,\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"recommendations\",\r\n text: 'Upsell & Cross-sell',\r\n icon: <RecommendationsIcon/>,\r\n requiredSubLevel: 1,\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"settings\",\r\n text: 'Settings',\r\n icon: <ConfigurationIcon/>,\r\n requiredSubLevel: 1,\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"integrations\",\r\n text: 'Integrations',\r\n icon: <IntegrationsIcon/>,\r\n requiredSubLevel: 1,\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"merchandising\",\r\n text: 'Merchandising',\r\n icon: <MerchIcon/>,\r\n requiredSubLevel: 2,\r\n zendeskMessage: 'Merchandising',\r\n staffOnly: false\r\n },\r\n {\r\n name: \"ab testing\",\r\n text: 'A/B Testing',\r\n icon: <ABTestingIcon/>,\r\n requiredSubLevel: 5,\r\n zendeskMessage: 'A/B Testing',\r\n staffOnly: false\r\n },\r\n {\r\n name: 'audiences',\r\n text: 'Audiences',\r\n icon: <Icon name=\"audiences\"/>,\r\n requiredSubLevel: 5,\r\n staffOnly: false,\r\n },\r\n\r\n {\r\n name: \"landing pages\",\r\n text: 'Landing Pages',\r\n icon: <LandingPageIcon/>,\r\n requiredSubLevel: 2,\r\n zendeskMessage: 'Landing Pages',\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"ads\",\r\n text: 'Advertising',\r\n icon: <Icon name={'ads'} setBlackColor={false}/>,\r\n requiredSubLevel: 2,\r\n zendeskMessage: 'Advertising',\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: \"visual discovery\",\r\n text: 'Visual Discovery',\r\n icon: <VisualDiscoveryIcon/>,\r\n requiredSubLevel: 5,\r\n zendeskMessage: 'Visual Discovery',\r\n staffOnly: false\r\n },\r\n\r\n {\r\n name: 'admin',\r\n text: 'Staff Only',\r\n icon: <ConfigurationIcon/>,\r\n requiredSubLevel: 1,\r\n staffOnly: true\r\n },\r\n\r\n {\r\n name: \"audit log\",\r\n text: \"Audit Log\",\r\n icon: <Icon name={\"history\"} setBlackColor={false}/>,\r\n requiredSubLevel: 1,\r\n staffOnly: true\r\n }\r\n];\r\n\r\nexport const menuNameToItems: { [key: string]: any } = {\r\n 'Analytics': analyticsMenuItems,\r\n 'Search': analyticsSearchMenuItems,\r\n 'Smart Collections': analyticsSmartCollectionsMenuItems,\r\n 'Upsell & Cross-sell': analyticsUpsellCrossSellMenuItems,\r\n 'All': generalMenuItems\r\n}\r\n\r\n\r\n/**\r\n * Converts the tab name to the tab URL.\r\n * @param tab\r\n */\r\nexport function tabNameToUrl(tab: string): string {\r\n return `/${tab.split(' ').join('-')}`;\r\n}\r\n\r\n(window as any).allRoutes = [\r\n ...analyticsSearchMenuItems,\r\n ...analyticsSmartCollectionsMenuItems,\r\n ...analyticsUpsellCrossSellMenuItems,\r\n ...generalMenuItems.filter(item => item.name !== \"analytics\")\r\n]\r\n\r\nexport default function isInitialHandshake() {\r\n return window.location.search.includes(\"origin=https://shopify.instantsearchplus.com\") ||\r\n window.location.search.includes(\"origin=http://shopify.instantsearchplus.com\") ||\r\n window.location.search.includes(\"dashboard_start=1\")\r\n}"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { device } from "../../store/searchResults/models/models";
|
|
2
|
+
import { ShopperExperience } from "../../store/searchResults/models/shopperExperienceModel";
|
|
3
|
+
import { RetailPack } from "../../store/searchResults/models/retailPackModels";
|
|
4
|
+
import { SerpThemeValueType } from "../../store/searchResults/models/configurationModels";
|
|
5
|
+
export interface IframeData {
|
|
6
|
+
available: boolean;
|
|
7
|
+
url: string;
|
|
8
|
+
reason: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const SerpPreview: {
|
|
11
|
+
getStyleMessage: (shopperExperience: ShopperExperience, mode: device, retailPack: RetailPack) => string;
|
|
12
|
+
getDeviceMessage: (mode: device) => string;
|
|
13
|
+
getThemeMessage: (theme: SerpThemeValueType) => string;
|
|
14
|
+
convertDevice: (mode: device) => 0 | 2 | 1;
|
|
15
|
+
convertStyle: (shopperExperience: ShopperExperience, mode: device, retailPack: RetailPack) => {
|
|
16
|
+
isp_infinite_scroll_enabled: boolean;
|
|
17
|
+
isp_infinite_scroll_load_more_enabled: boolean;
|
|
18
|
+
isp_horizontal_serp_filters: boolean;
|
|
19
|
+
isp_results_page_enable_sorting: boolean;
|
|
20
|
+
isp_results_page_default_sort: number;
|
|
21
|
+
isp_results_page_quick_view_enabled: boolean;
|
|
22
|
+
isp_results_page_sold_out_banner_enabled: boolean;
|
|
23
|
+
isp_results_page_disable_add_to_cart: boolean;
|
|
24
|
+
serp_enable_add_to_cart_ajax_animation: boolean;
|
|
25
|
+
isp_results_page_show_sku: boolean;
|
|
26
|
+
serp_enable_favorites: boolean;
|
|
27
|
+
hide_product_description_serp: boolean;
|
|
28
|
+
isp_results_page_hide_search_box: boolean;
|
|
29
|
+
isp_second_serp_image_flip_enabled: boolean;
|
|
30
|
+
isp_serp_product_image_carousel: boolean;
|
|
31
|
+
hide_product_color_swatch: boolean;
|
|
32
|
+
hide_color_swatch_in_products: boolean;
|
|
33
|
+
isp_look_a_like_enabled: boolean;
|
|
34
|
+
isp_image_search: boolean;
|
|
35
|
+
isp_quick_view_mode: number;
|
|
36
|
+
isp_quick_view_color_scheme: string;
|
|
37
|
+
isp_serp_title_max_lines: 1 | 2 | 3 | 5 | 4;
|
|
38
|
+
isp_serp_products_per_row: 1 | 2 | 3 | 6 | 5 | 4;
|
|
39
|
+
isp_serp_title_max_lines_mobile: 1 | 2 | 3 | 5 | 4;
|
|
40
|
+
isp_serp_products_per_row_mobile: 1 | 2 | 3 | 6 | 5 | 4;
|
|
41
|
+
isp_serp_title_max_lines_tablet: 1 | 2 | 3 | 5 | 4;
|
|
42
|
+
isp_serp_products_per_row_tablet: 1 | 2 | 3 | 6 | 5 | 4;
|
|
43
|
+
serp_enable_add_to_cart_variants: boolean;
|
|
44
|
+
isp_custom_colors: {
|
|
45
|
+
isp_add_to_cart_color: string;
|
|
46
|
+
isp_filter_title_color: string;
|
|
47
|
+
isp_filter_options_color: string;
|
|
48
|
+
isp_product_price_color: string;
|
|
49
|
+
isp_product_compare_at_price_color: string;
|
|
50
|
+
isp_product_border_color: string;
|
|
51
|
+
isp_product_title_alignment: string;
|
|
52
|
+
};
|
|
53
|
+
isp_desktop_show_price_slider: boolean;
|
|
54
|
+
isp_pagination_progress_bar_enabled: boolean;
|
|
55
|
+
};
|
|
56
|
+
};
|