@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.
Files changed (1111) hide show
  1. package/dist/components/ProductLabel/ProductLabel.d.ts +11 -0
  2. package/dist/components/ProductLabel/ProductLabel.js +11 -0
  3. package/dist/components/ProductLabel/ProductLabel.js.map +1 -0
  4. package/dist/components/ProductLabel/index.d.ts +1 -0
  5. package/dist/components/ProductLabel/index.js +2 -0
  6. package/dist/components/ProductLabel/index.js.map +1 -0
  7. package/dist/components/ProductLabel/styles.module.css +42 -0
  8. package/dist/components/ProductLabel/utils.d.ts +8 -0
  9. package/dist/components/ProductLabel/utils.js +9 -0
  10. package/dist/components/ProductLabel/utils.js.map +1 -0
  11. package/dist/components/SelectCard/SelectCard.d.ts +5 -0
  12. package/dist/components/SelectCard/SelectCard.js +7 -0
  13. package/dist/components/SelectCard/SelectCard.js.map +1 -0
  14. package/dist/components/SelectCard/index.d.ts +1 -0
  15. package/dist/components/SelectCard/index.js +2 -0
  16. package/dist/components/SelectCard/index.js.map +1 -0
  17. package/dist/components/SelectCard/styles.module.css +21 -0
  18. package/dist/components/productGrid/styles.module.css +1 -1
  19. package/dist/dashboard/dashboard-client/src/components/Button/Button.d.ts +33 -0
  20. package/dist/dashboard/dashboard-client/src/components/Button/Button.js +56 -0
  21. package/dist/dashboard/dashboard-client/src/components/Button/Button.js.map +1 -0
  22. package/dist/dashboard/dashboard-client/src/components/Button/index.d.ts +1 -0
  23. package/dist/dashboard/dashboard-client/src/components/Button/index.js +2 -0
  24. package/dist/dashboard/dashboard-client/src/components/Button/index.js.map +1 -0
  25. package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.d.ts +30 -0
  26. package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.js +88 -0
  27. package/dist/dashboard/dashboard-client/src/components/CategorySelector/CategorySelector.js.map +1 -0
  28. package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.d.ts +50 -0
  29. package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.js +28 -0
  30. package/dist/dashboard/dashboard-client/src/components/CheckboxTree/utils.js.map +1 -0
  31. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.d.ts +30 -0
  32. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.js +16 -0
  33. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/ConfirmationDialog.js.map +1 -0
  34. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.d.ts +1 -0
  35. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.js +2 -0
  36. package/dist/dashboard/dashboard-client/src/components/ConfirmationDialog/index.js.map +1 -0
  37. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.d.ts +43 -0
  38. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.js +78 -0
  39. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/CreatableIspNew.js.map +1 -0
  40. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.d.ts +3 -0
  41. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.js +21 -0
  42. package/dist/dashboard/dashboard-client/src/components/CreatableIspNew/utils.js.map +1 -0
  43. package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.d.ts +5 -0
  44. package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.js +6 -0
  45. package/dist/dashboard/dashboard-client/src/components/Icons/ABTestingIcon.js.map +1 -0
  46. package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.d.ts +2 -0
  47. package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.js +4 -0
  48. package/dist/dashboard/dashboard-client/src/components/Icons/AnalyticsIcon.js.map +1 -0
  49. package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.d.ts +2 -0
  50. package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.js +6 -0
  51. package/dist/dashboard/dashboard-client/src/components/Icons/AutocompleteIcon.js.map +1 -0
  52. package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.d.ts +5 -0
  53. package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.js +7 -0
  54. package/dist/dashboard/dashboard-client/src/components/Icons/CheckIcon.js.map +1 -0
  55. package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.d.ts +5 -0
  56. package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.js +7 -0
  57. package/dist/dashboard/dashboard-client/src/components/Icons/CollectionsIcon.js.map +1 -0
  58. package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.d.ts +7 -0
  59. package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.js +7 -0
  60. package/dist/dashboard/dashboard-client/src/components/Icons/ConfigurationIcon.js.map +1 -0
  61. package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.d.ts +4 -0
  62. package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.js +7 -0
  63. package/dist/dashboard/dashboard-client/src/components/Icons/FilterIcon.js.map +1 -0
  64. package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.d.ts +5 -0
  65. package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.js +5 -0
  66. package/dist/dashboard/dashboard-client/src/components/Icons/HelpIcon.js.map +1 -0
  67. package/dist/dashboard/dashboard-client/src/components/Icons/Icon.d.ts +80 -0
  68. package/dist/dashboard/dashboard-client/src/components/Icons/Icon.js +118 -0
  69. package/dist/dashboard/dashboard-client/src/components/Icons/Icon.js.map +1 -0
  70. package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.d.ts +5 -0
  71. package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.js +4 -0
  72. package/dist/dashboard/dashboard-client/src/components/Icons/Integrations.js.map +1 -0
  73. package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.d.ts +2 -0
  74. package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.js +6 -0
  75. package/dist/dashboard/dashboard-client/src/components/Icons/LandingPageIcon.js.map +1 -0
  76. package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.d.ts +5 -0
  77. package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.js +6 -0
  78. package/dist/dashboard/dashboard-client/src/components/Icons/LockIcon.js.map +1 -0
  79. package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.d.ts +5 -0
  80. package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.js +7 -0
  81. package/dist/dashboard/dashboard-client/src/components/Icons/MerchIcon.js.map +1 -0
  82. package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.d.ts +4 -0
  83. package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.js +7 -0
  84. package/dist/dashboard/dashboard-client/src/components/Icons/RecommendationsIcon.js.map +1 -0
  85. package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.d.ts +5 -0
  86. package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.js +7 -0
  87. package/dist/dashboard/dashboard-client/src/components/Icons/RestoreIcon.js.map +1 -0
  88. package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.d.ts +4 -0
  89. package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.js +7 -0
  90. package/dist/dashboard/dashboard-client/src/components/Icons/RetailPackIcon.js.map +1 -0
  91. package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.d.ts +5 -0
  92. package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.js +7 -0
  93. package/dist/dashboard/dashboard-client/src/components/Icons/SearchIcon.js.map +1 -0
  94. package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.d.ts +5 -0
  95. package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.js +7 -0
  96. package/dist/dashboard/dashboard-client/src/components/Icons/SettingsIcon.js.map +1 -0
  97. package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.d.ts +6 -0
  98. package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.js +7 -0
  99. package/dist/dashboard/dashboard-client/src/components/Icons/SynonymsIcon.js.map +1 -0
  100. package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.d.ts +6 -0
  101. package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.js +7 -0
  102. package/dist/dashboard/dashboard-client/src/components/Icons/UnlockIcon.js.map +1 -0
  103. package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.d.ts +2 -0
  104. package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.js +4 -0
  105. package/dist/dashboard/dashboard-client/src/components/Icons/VisualDiscoveryIcon.js.map +1 -0
  106. package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.d.ts +6 -0
  107. package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.js +7 -0
  108. package/dist/dashboard/dashboard-client/src/components/Icons/WarningIcon.js.map +1 -0
  109. package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.d.ts +5 -0
  110. package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.js +7 -0
  111. package/dist/dashboard/dashboard-client/src/components/Icons/XIcon.js.map +1 -0
  112. package/dist/dashboard/dashboard-client/src/components/Modal/Modal.d.ts +8 -0
  113. package/dist/dashboard/dashboard-client/src/components/Modal/Modal.js +19 -0
  114. package/dist/dashboard/dashboard-client/src/components/Modal/Modal.js.map +1 -0
  115. package/dist/dashboard/dashboard-client/src/components/Modal/index.d.ts +1 -0
  116. package/dist/dashboard/dashboard-client/src/components/Modal/index.js +2 -0
  117. package/dist/dashboard/dashboard-client/src/components/Modal/index.js.map +1 -0
  118. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.d.ts +9 -0
  119. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.js +32 -0
  120. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/MuiTooltip.js.map +1 -0
  121. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.d.ts +1 -0
  122. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.js +2 -0
  123. package/dist/dashboard/dashboard-client/src/components/MuiTooltip/index.js.map +1 -0
  124. package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.d.ts +41 -0
  125. package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.js +68 -0
  126. package/dist/dashboard/dashboard-client/src/components/MultiSelectRow/MultiSelectRow.js.map +1 -0
  127. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.d.ts +26 -0
  128. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.js +61 -0
  129. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/NavMenuItem.js.map +1 -0
  130. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.d.ts +2 -0
  131. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.js +3 -0
  132. package/dist/dashboard/dashboard-client/src/components/NavMenuItem/index.js.map +1 -0
  133. package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.d.ts +20 -0
  134. package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.js +18 -0
  135. package/dist/dashboard/dashboard-client/src/components/RadioButton/RadioButton.js.map +1 -0
  136. package/dist/dashboard/dashboard-client/src/components/RadioButton/index.d.ts +1 -0
  137. package/dist/dashboard/dashboard-client/src/components/RadioButton/index.js +2 -0
  138. package/dist/dashboard/dashboard-client/src/components/RadioButton/index.js.map +1 -0
  139. package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.d.ts +31 -0
  140. package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.js +35 -0
  141. package/dist/dashboard/dashboard-client/src/components/RadioSelect/RadioSelect.js.map +1 -0
  142. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.d.ts +23 -0
  143. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.js +142 -0
  144. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveButton.js.map +1 -0
  145. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.d.ts +9 -0
  146. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.js +12 -0
  147. package/dist/dashboard/dashboard-client/src/components/SaveButton/SaveLoader.js.map +1 -0
  148. package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.d.ts +45 -0
  149. package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.js +42 -0
  150. package/dist/dashboard/dashboard-client/src/components/SelectRow/SelectRow.js.map +1 -0
  151. package/dist/dashboard/dashboard-client/src/components/SelectRow/index.d.ts +1 -0
  152. package/dist/dashboard/dashboard-client/src/components/SelectRow/index.js +2 -0
  153. package/dist/dashboard/dashboard-client/src/components/SelectRow/index.js.map +1 -0
  154. package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.d.ts +7 -0
  155. package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.js +8 -0
  156. package/dist/dashboard/dashboard-client/src/components/SmallLoader/SmallLoader.js.map +1 -0
  157. package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.d.ts +1 -0
  158. package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.js +2 -0
  159. package/dist/dashboard/dashboard-client/src/components/SmallLoader/index.js.map +1 -0
  160. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.d.ts +2 -0
  161. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.js +6 -0
  162. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/TableCheckmark.js.map +1 -0
  163. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.d.ts +1 -0
  164. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.js +2 -0
  165. package/dist/dashboard/dashboard-client/src/components/TableCheckmark/index.js.map +1 -0
  166. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.d.ts +14 -0
  167. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.js +33 -0
  168. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/TextWithMaterialTooltip.js.map +1 -0
  169. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.d.ts +1 -0
  170. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.js +2 -0
  171. package/dist/dashboard/dashboard-client/src/components/TextWithMaterialTooltip/index.js.map +1 -0
  172. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.d.ts +13 -0
  173. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.js +29 -0
  174. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/TextWithTooltip.js.map +1 -0
  175. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.d.ts +1 -0
  176. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.js +2 -0
  177. package/dist/dashboard/dashboard-client/src/components/TextWithTooltip/index.js.map +1 -0
  178. package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.d.ts +33 -0
  179. package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.js +362 -0
  180. package/dist/dashboard/dashboard-client/src/containers/MultiLevelSideBarMenu/utils.js.map +1 -0
  181. package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.d.ts +56 -0
  182. package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.js +74 -0
  183. package/dist/dashboard/dashboard-client/src/containers/SearchResultsPreview/SerpPreview.js.map +1 -0
  184. package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.d.ts +137 -0
  185. package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.js +36 -0
  186. package/dist/dashboard/dashboard-client/src/containers/SerpFilters/models.js.map +1 -0
  187. package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.d.ts +8 -0
  188. package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.js +9 -0
  189. package/dist/dashboard/dashboard-client/src/containers/sync/CustomCsvInfo/utils.js.map +1 -0
  190. package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.d.ts +6 -0
  191. package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.js +10 -0
  192. package/dist/dashboard/dashboard-client/src/containers/sync/ProductImageSource/utils.js.map +1 -0
  193. package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.d.ts +4 -0
  194. package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.js +5 -0
  195. package/dist/dashboard/dashboard-client/src/containers/sync/ProductSync/utils.js.map +1 -0
  196. package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.d.ts +4 -0
  197. package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.js +30 -0
  198. package/dist/dashboard/dashboard-client/src/hooks/ClickOutside.js.map +1 -0
  199. package/dist/dashboard/dashboard-client/src/hooks/auth.d.ts +6 -0
  200. package/dist/dashboard/dashboard-client/src/hooks/auth.js +88 -0
  201. package/dist/dashboard/dashboard-client/src/hooks/auth.js.map +1 -0
  202. package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.d.ts +23 -0
  203. package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.js +45 -0
  204. package/dist/dashboard/dashboard-client/src/hooks/merchandisingPreview.js.map +1 -0
  205. package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.d.ts +5 -0
  206. package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.js +29 -0
  207. package/dist/dashboard/dashboard-client/src/hooks/useLoactionParams.js.map +1 -0
  208. package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.d.ts +4 -0
  209. package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.js +51 -0
  210. package/dist/dashboard/dashboard-client/src/hooks/useLockingGeneral.js.map +1 -0
  211. package/dist/dashboard/dashboard-client/src/hooks/useMedia.d.ts +8 -0
  212. package/dist/dashboard/dashboard-client/src/hooks/useMedia.js +41 -0
  213. package/dist/dashboard/dashboard-client/src/hooks/useMedia.js.map +1 -0
  214. package/dist/dashboard/dashboard-client/src/hooks/useResources.d.ts +2 -0
  215. package/dist/dashboard/dashboard-client/src/hooks/useResources.js +46 -0
  216. package/dist/dashboard/dashboard-client/src/hooks/useResources.js.map +1 -0
  217. package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.d.ts +4 -0
  218. package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.js +18 -0
  219. package/dist/dashboard/dashboard-client/src/hooks/useSelectedPath.js.map +1 -0
  220. package/dist/dashboard/dashboard-client/src/locals/da.d.ts +12 -0
  221. package/dist/dashboard/dashboard-client/src/locals/da.js +14 -0
  222. package/dist/dashboard/dashboard-client/src/locals/da.js.map +1 -0
  223. package/dist/dashboard/dashboard-client/src/locals/locals.d.ts +4 -0
  224. package/dist/dashboard/dashboard-client/src/locals/locals.js +37 -0
  225. package/dist/dashboard/dashboard-client/src/locals/locals.js.map +1 -0
  226. package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.d.ts +74 -0
  227. package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.js +67 -0
  228. package/dist/dashboard/dashboard-client/src/pages/Admin/AdminSync/utils.js.map +1 -0
  229. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.d.ts +3 -0
  230. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.js +9 -0
  231. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetCheckConsistency/utils.js.map +1 -0
  232. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.d.ts +6 -0
  233. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.js +21 -0
  234. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/AssetRebuild/utils.js.map +1 -0
  235. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.d.ts +2 -0
  236. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.js +17 -0
  237. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/AssetRebuildAndCheck/utils.js.map +1 -0
  238. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.d.ts +8 -0
  239. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.js +21 -0
  240. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/ProductsNum/utils.js.map +1 -0
  241. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.d.ts +6 -0
  242. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.js +9 -0
  243. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/SmartCollections/utils.js.map +1 -0
  244. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.d.ts +2 -0
  245. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.js +113 -0
  246. package/dist/dashboard/dashboard-client/src/pages/Admin/Main/utils.js.map +1 -0
  247. package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.d.ts +2 -0
  248. package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.js +5 -0
  249. package/dist/dashboard/dashboard-client/src/pages/Admin/Usages/components/UsagesInfo/utils.js.map +1 -0
  250. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.d.ts +4 -0
  251. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.js +7 -0
  252. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/bigcommerce/utils.js.map +1 -0
  253. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.d.ts +9 -0
  254. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.js +12 -0
  255. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/platforms/woocommerce/utils.js.map +1 -0
  256. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.d.ts +15 -0
  257. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.js +2 -0
  258. package/dist/dashboard/dashboard-client/src/pages/AuthFinalize/utils.js.map +1 -0
  259. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.d.ts +15 -0
  260. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.js +99 -0
  261. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteDesktopOrder.js.map +1 -0
  262. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.d.ts +15 -0
  263. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.js +128 -0
  264. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/component/AutocompleteOrderSelector/hooks/useAutocompleteOrder.js.map +1 -0
  265. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.d.ts +4 -0
  266. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.js +8 -0
  267. package/dist/dashboard/dashboard-client/src/pages/Autocomplete/utils.js.map +1 -0
  268. package/dist/dashboard/dashboard-client/src/pages/Categories/utils.d.ts +48 -0
  269. package/dist/dashboard/dashboard-client/src/pages/Categories/utils.js +116 -0
  270. package/dist/dashboard/dashboard-client/src/pages/Categories/utils.js.map +1 -0
  271. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.d.ts +4 -0
  272. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.js +44 -0
  273. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/hooks/useKeywords.js.map +1 -0
  274. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.d.ts +19 -0
  275. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.js +42 -0
  276. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/useGlobalSearch.js.map +1 -0
  277. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.d.ts +9 -0
  278. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.js +116 -0
  279. package/dist/dashboard/dashboard-client/src/pages/Dashboard/GlobalSearch/utils.js.map +1 -0
  280. package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.d.ts +10 -0
  281. package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.js +74 -0
  282. package/dist/dashboard/dashboard-client/src/pages/LandingPages/editor/components/SideNav/utils.js.map +1 -0
  283. package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.d.ts +10 -0
  284. package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.js +194 -0
  285. package/dist/dashboard/dashboard-client/src/pages/Merchandising/CollectionsMerchandising/CollectionsMerchandisingTable/table.js.map +1 -0
  286. package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.d.ts +55 -0
  287. package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.js +288 -0
  288. package/dist/dashboard/dashboard-client/src/pages/Merchandising/MerchandisingStrategies/utils.js.map +1 -0
  289. package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.d.ts +4 -0
  290. package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.js +27 -0
  291. package/dist/dashboard/dashboard-client/src/pages/Merchandising/editor/utils.js.map +1 -0
  292. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.d.ts +42 -0
  293. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.js +633 -0
  294. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/ProductGridEditor/utils.js.map +1 -0
  295. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.d.ts +21 -0
  296. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.js +27 -0
  297. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/RecommendationEditor/components/RecommendationHeader/utils.js.map +1 -0
  298. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.d.ts +21 -0
  299. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.js +6 -0
  300. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/LeftMenu/utils.js.map +1 -0
  301. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.d.ts +14 -0
  302. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.js +12 -0
  303. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/FontEditor/utils.js.map +1 -0
  304. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.d.ts +4 -0
  305. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.js +79 -0
  306. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/components/RightMenu/components/ProductInfoPositioning/utils.js.map +1 -0
  307. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.d.ts +6 -0
  308. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.js +52 -0
  309. package/dist/dashboard/dashboard-client/src/pages/NoCodeEditor/utils.js.map +1 -0
  310. package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.d.ts +10 -0
  311. package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.js +20 -0
  312. package/dist/dashboard/dashboard-client/src/pages/Recommendations/utils.js.map +1 -0
  313. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.d.ts +3 -0
  314. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.js +38 -0
  315. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/Configuration/utils.js.map +1 -0
  316. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.d.ts +8 -0
  317. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.js +62 -0
  318. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/ProductsSplit.js.map +1 -0
  319. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.d.ts +2 -0
  320. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.js +4 -0
  321. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/ProductsSplit/utils.js.map +1 -0
  322. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.d.ts +8 -0
  323. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.js +24 -0
  324. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Components/SwatchDisplay.js.map +1 -0
  325. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.d.ts +2 -0
  326. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.js +32 -0
  327. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useColors.js.map +1 -0
  328. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.d.ts +5 -0
  329. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.js +18 -0
  330. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useSwatches.js.map +1 -0
  331. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.d.ts +2 -0
  332. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.js +10 -0
  333. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/Hooks/useUsedColors.js.map +1 -0
  334. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.d.ts +3753 -0
  335. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.js +3754 -0
  336. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/defaults.js.map +1 -0
  337. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.d.ts +17 -0
  338. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.js +247 -0
  339. package/dist/dashboard/dashboard-client/src/pages/SearchResults/pages/RetailPack/SwatchEditor/utils.js.map +1 -0
  340. package/dist/dashboard/dashboard-client/src/pages/Segments/utils.d.ts +34 -0
  341. package/dist/dashboard/dashboard-client/src/pages/Segments/utils.js +147 -0
  342. package/dist/dashboard/dashboard-client/src/pages/Segments/utils.js.map +1 -0
  343. package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.d.ts +6 -0
  344. package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.js +7 -0
  345. package/dist/dashboard/dashboard-client/src/pages/Sync/MetafieldAttributes/utils.js.map +1 -0
  346. package/dist/dashboard/dashboard-client/src/services/abTesting.d.ts +30 -0
  347. package/dist/dashboard/dashboard-client/src/services/abTesting.js +55 -0
  348. package/dist/dashboard/dashboard-client/src/services/abTesting.js.map +1 -0
  349. package/dist/dashboard/dashboard-client/src/services/account.d.ts +5 -0
  350. package/dist/dashboard/dashboard-client/src/services/account.js +13 -0
  351. package/dist/dashboard/dashboard-client/src/services/account.js.map +1 -0
  352. package/dist/dashboard/dashboard-client/src/services/admin/admin.d.ts +43 -0
  353. package/dist/dashboard/dashboard-client/src/services/admin/admin.js +58 -0
  354. package/dist/dashboard/dashboard-client/src/services/admin/admin.js.map +1 -0
  355. package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.d.ts +18 -0
  356. package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.js +38 -0
  357. package/dist/dashboard/dashboard-client/src/services/admin/adminAddons.js.map +1 -0
  358. package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.d.ts +10 -0
  359. package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.js +23 -0
  360. package/dist/dashboard/dashboard-client/src/services/admin/adminMerchandising.js.map +1 -0
  361. package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.d.ts +5 -0
  362. package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.js +12 -0
  363. package/dist/dashboard/dashboard-client/src/services/admin/adminSearchResults.js.map +1 -0
  364. package/dist/dashboard/dashboard-client/src/services/admin/adminSync.d.ts +24 -0
  365. package/dist/dashboard/dashboard-client/src/services/admin/adminSync.js +28 -0
  366. package/dist/dashboard/dashboard-client/src/services/admin/adminSync.js.map +1 -0
  367. package/dist/dashboard/dashboard-client/src/services/admin/models.d.ts +96 -0
  368. package/dist/dashboard/dashboard-client/src/services/admin/models.js +8 -0
  369. package/dist/dashboard/dashboard-client/src/services/admin/models.js.map +1 -0
  370. package/dist/dashboard/dashboard-client/src/services/ads.d.ts +52 -0
  371. package/dist/dashboard/dashboard-client/src/services/ads.js +23 -0
  372. package/dist/dashboard/dashboard-client/src/services/ads.js.map +1 -0
  373. package/dist/dashboard/dashboard-client/src/services/auditLog.d.ts +24 -0
  374. package/dist/dashboard/dashboard-client/src/services/auditLog.js +31 -0
  375. package/dist/dashboard/dashboard-client/src/services/auditLog.js.map +1 -0
  376. package/dist/dashboard/dashboard-client/src/services/auth.d.ts +77 -0
  377. package/dist/dashboard/dashboard-client/src/services/auth.js +152 -0
  378. package/dist/dashboard/dashboard-client/src/services/auth.js.map +1 -0
  379. package/dist/dashboard/dashboard-client/src/services/autocomplete.d.ts +11 -0
  380. package/dist/dashboard/dashboard-client/src/services/autocomplete.js +27 -0
  381. package/dist/dashboard/dashboard-client/src/services/autocomplete.js.map +1 -0
  382. package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.d.ts +13 -0
  383. package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.js +17 -0
  384. package/dist/dashboard/dashboard-client/src/services/autocompleteEditor.js.map +1 -0
  385. package/dist/dashboard/dashboard-client/src/services/autocompletePreview.d.ts +23 -0
  386. package/dist/dashboard/dashboard-client/src/services/autocompletePreview.js +85 -0
  387. package/dist/dashboard/dashboard-client/src/services/autocompletePreview.js.map +1 -0
  388. package/dist/dashboard/dashboard-client/src/services/categories.d.ts +28 -0
  389. package/dist/dashboard/dashboard-client/src/services/categories.js +72 -0
  390. package/dist/dashboard/dashboard-client/src/services/categories.js.map +1 -0
  391. package/dist/dashboard/dashboard-client/src/services/config.d.ts +1 -0
  392. package/dist/dashboard/dashboard-client/src/services/config.js +2 -0
  393. package/dist/dashboard/dashboard-client/src/services/config.js.map +1 -0
  394. package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.d.ts +12 -0
  395. package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.js +17 -0
  396. package/dist/dashboard/dashboard-client/src/services/filters/categoriesFilters.js.map +1 -0
  397. package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.d.ts +44 -0
  398. package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.js +73 -0
  399. package/dist/dashboard/dashboard-client/src/services/filters/filtersConfiguration.js.map +1 -0
  400. package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.d.ts +15 -0
  401. package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.js +26 -0
  402. package/dist/dashboard/dashboard-client/src/services/filters/filtersSettings.js.map +1 -0
  403. package/dist/dashboard/dashboard-client/src/services/globalSearch.d.ts +7 -0
  404. package/dist/dashboard/dashboard-client/src/services/globalSearch.js +7 -0
  405. package/dist/dashboard/dashboard-client/src/services/globalSearch.js.map +1 -0
  406. package/dist/dashboard/dashboard-client/src/services/gridEditor.d.ts +24 -0
  407. package/dist/dashboard/dashboard-client/src/services/gridEditor.js +42 -0
  408. package/dist/dashboard/dashboard-client/src/services/gridEditor.js.map +1 -0
  409. package/dist/dashboard/dashboard-client/src/services/integrations.d.ts +62 -0
  410. package/dist/dashboard/dashboard-client/src/services/integrations.js +102 -0
  411. package/dist/dashboard/dashboard-client/src/services/integrations.js.map +1 -0
  412. package/dist/dashboard/dashboard-client/src/services/landingPages.d.ts +22 -0
  413. package/dist/dashboard/dashboard-client/src/services/landingPages.js +33 -0
  414. package/dist/dashboard/dashboard-client/src/services/landingPages.js.map +1 -0
  415. package/dist/dashboard/dashboard-client/src/services/merchandising.d.ts +164 -0
  416. package/dist/dashboard/dashboard-client/src/services/merchandising.js +188 -0
  417. package/dist/dashboard/dashboard-client/src/services/merchandising.js.map +1 -0
  418. package/dist/dashboard/dashboard-client/src/services/notifications.d.ts +6 -0
  419. package/dist/dashboard/dashboard-client/src/services/notifications.js +8 -0
  420. package/dist/dashboard/dashboard-client/src/services/notifications.js.map +1 -0
  421. package/dist/dashboard/dashboard-client/src/services/recommendationEditor.d.ts +12 -0
  422. package/dist/dashboard/dashboard-client/src/services/recommendationEditor.js +17 -0
  423. package/dist/dashboard/dashboard-client/src/services/recommendationEditor.js.map +1 -0
  424. package/dist/dashboard/dashboard-client/src/services/recommendations.d.ts +26 -0
  425. package/dist/dashboard/dashboard-client/src/services/recommendations.js +61 -0
  426. package/dist/dashboard/dashboard-client/src/services/recommendations.js.map +1 -0
  427. package/dist/dashboard/dashboard-client/src/services/searchResults.d.ts +69 -0
  428. package/dist/dashboard/dashboard-client/src/services/searchResults.js +147 -0
  429. package/dist/dashboard/dashboard-client/src/services/searchResults.js.map +1 -0
  430. package/dist/dashboard/dashboard-client/src/services/segments.d.ts +96 -0
  431. package/dist/dashboard/dashboard-client/src/services/segments.js +13 -0
  432. package/dist/dashboard/dashboard-client/src/services/segments.js.map +1 -0
  433. package/dist/dashboard/dashboard-client/src/services/site.d.ts +39 -0
  434. package/dist/dashboard/dashboard-client/src/services/site.js +54 -0
  435. package/dist/dashboard/dashboard-client/src/services/site.js.map +1 -0
  436. package/dist/dashboard/dashboard-client/src/services/stores.d.ts +23 -0
  437. package/dist/dashboard/dashboard-client/src/services/stores.js +87 -0
  438. package/dist/dashboard/dashboard-client/src/services/stores.js.map +1 -0
  439. package/dist/dashboard/dashboard-client/src/services/sync.d.ts +41 -0
  440. package/dist/dashboard/dashboard-client/src/services/sync.js +94 -0
  441. package/dist/dashboard/dashboard-client/src/services/sync.js.map +1 -0
  442. package/dist/dashboard/dashboard-client/src/services/synonyms.d.ts +13 -0
  443. package/dist/dashboard/dashboard-client/src/services/synonyms.js +22 -0
  444. package/dist/dashboard/dashboard-client/src/services/synonyms.js.map +1 -0
  445. package/dist/dashboard/dashboard-client/src/services/themes.d.ts +21 -0
  446. package/dist/dashboard/dashboard-client/src/services/themes.js +34 -0
  447. package/dist/dashboard/dashboard-client/src/services/themes.js.map +1 -0
  448. package/dist/dashboard/dashboard-client/src/services/turbolinks.d.ts +24 -0
  449. package/dist/dashboard/dashboard-client/src/services/turbolinks.js +46 -0
  450. package/dist/dashboard/dashboard-client/src/services/turbolinks.js.map +1 -0
  451. package/dist/dashboard/dashboard-client/src/services/visualDiscovery.d.ts +20 -0
  452. package/dist/dashboard/dashboard-client/src/services/visualDiscovery.js +21 -0
  453. package/dist/dashboard/dashboard-client/src/services/visualDiscovery.js.map +1 -0
  454. package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.d.ts +72 -0
  455. package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.js +400 -0
  456. package/dist/dashboard/dashboard-client/src/store/Integrations/IntegrationsSlice.js.map +1 -0
  457. package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.d.ts +289 -0
  458. package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.js +90 -0
  459. package/dist/dashboard/dashboard-client/src/store/Integrations/integrationsActions.js.map +1 -0
  460. package/dist/dashboard/dashboard-client/src/store/Integrations/models.d.ts +202 -0
  461. package/dist/dashboard/dashboard-client/src/store/Integrations/models.js +440 -0
  462. package/dist/dashboard/dashboard-client/src/store/Integrations/models.js.map +1 -0
  463. package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.d.ts +35 -0
  464. package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.js +208 -0
  465. package/dist/dashboard/dashboard-client/src/store/abTesting/abTestingSlice.js.map +1 -0
  466. package/dist/dashboard/dashboard-client/src/store/abTesting/actions.d.ts +168 -0
  467. package/dist/dashboard/dashboard-client/src/store/abTesting/actions.js +58 -0
  468. package/dist/dashboard/dashboard-client/src/store/abTesting/actions.js.map +1 -0
  469. package/dist/dashboard/dashboard-client/src/store/abTesting/models.d.ts +119 -0
  470. package/dist/dashboard/dashboard-client/src/store/abTesting/models.js +61 -0
  471. package/dist/dashboard/dashboard-client/src/store/abTesting/models.js.map +1 -0
  472. package/dist/dashboard/dashboard-client/src/store/account/accountSlice.d.ts +57 -0
  473. package/dist/dashboard/dashboard-client/src/store/account/accountSlice.js +95 -0
  474. package/dist/dashboard/dashboard-client/src/store/account/accountSlice.js.map +1 -0
  475. package/dist/dashboard/dashboard-client/src/store/account/models.d.ts +14 -0
  476. package/dist/dashboard/dashboard-client/src/store/account/models.js +2 -0
  477. package/dist/dashboard/dashboard-client/src/store/account/models.js.map +1 -0
  478. package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.d.ts +174 -0
  479. package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.js +225 -0
  480. package/dist/dashboard/dashboard-client/src/store/admin/addons/adminAddonsSlice.js.map +1 -0
  481. package/dist/dashboard/dashboard-client/src/store/admin/addons/models.d.ts +30 -0
  482. package/dist/dashboard/dashboard-client/src/store/admin/addons/models.js +2 -0
  483. package/dist/dashboard/dashboard-client/src/store/admin/addons/models.js.map +1 -0
  484. package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.d.ts +280 -0
  485. package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.js +404 -0
  486. package/dist/dashboard/dashboard-client/src/store/admin/main/adminSlice.js.map +1 -0
  487. package/dist/dashboard/dashboard-client/src/store/admin/main/models.d.ts +164 -0
  488. package/dist/dashboard/dashboard-client/src/store/admin/main/models.js +31 -0
  489. package/dist/dashboard/dashboard-client/src/store/admin/main/models.js.map +1 -0
  490. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.d.ts +100 -0
  491. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.js +152 -0
  492. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/adminMerchandisingSlice.js.map +1 -0
  493. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.d.ts +23 -0
  494. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.js +2 -0
  495. package/dist/dashboard/dashboard-client/src/store/admin/merchandising/models.js.map +1 -0
  496. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.d.ts +16 -0
  497. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.js +32 -0
  498. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/adminSearchResultsSlice.js.map +1 -0
  499. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.d.ts +3 -0
  500. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.js +2 -0
  501. package/dist/dashboard/dashboard-client/src/store/admin/searchResults/models.js.map +1 -0
  502. package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.d.ts +84 -0
  503. package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.js +134 -0
  504. package/dist/dashboard/dashboard-client/src/store/admin/sync/adminSyncSlice.js.map +1 -0
  505. package/dist/dashboard/dashboard-client/src/store/admin/sync/models.d.ts +68 -0
  506. package/dist/dashboard/dashboard-client/src/store/admin/sync/models.js +2 -0
  507. package/dist/dashboard/dashboard-client/src/store/admin/sync/models.js.map +1 -0
  508. package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.d.ts +16 -0
  509. package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.js +35 -0
  510. package/dist/dashboard/dashboard-client/src/store/admin/usages/adminUsgaesSlice.js.map +1 -0
  511. package/dist/dashboard/dashboard-client/src/store/admin/usages/models.d.ts +9 -0
  512. package/dist/dashboard/dashboard-client/src/store/admin/usages/models.js +2 -0
  513. package/dist/dashboard/dashboard-client/src/store/admin/usages/models.js.map +1 -0
  514. package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.d.ts +106 -0
  515. package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.js +159 -0
  516. package/dist/dashboard/dashboard-client/src/store/ads/adsSlice.js.map +1 -0
  517. package/dist/dashboard/dashboard-client/src/store/ads/models.d.ts +83 -0
  518. package/dist/dashboard/dashboard-client/src/store/ads/models.js +7 -0
  519. package/dist/dashboard/dashboard-client/src/store/ads/models.js.map +1 -0
  520. package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.d.ts +15 -0
  521. package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.js +2 -0
  522. package/dist/dashboard/dashboard-client/src/store/analytics/models/analytics.js.map +1 -0
  523. package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.d.ts +41 -0
  524. package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.js +2 -0
  525. package/dist/dashboard/dashboard-client/src/store/analytics/models/autocomplete.js.map +1 -0
  526. package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.d.ts +29 -0
  527. package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.js +2 -0
  528. package/dist/dashboard/dashboard-client/src/store/analytics/models/collections.js.map +1 -0
  529. package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.d.ts +32 -0
  530. package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.js +2 -0
  531. package/dist/dashboard/dashboard-client/src/store/analytics/models/filters.js.map +1 -0
  532. package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.d.ts +60 -0
  533. package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.js +52 -0
  534. package/dist/dashboard/dashboard-client/src/store/analytics/models/impact.js.map +1 -0
  535. package/dist/dashboard/dashboard-client/src/store/analytics/models/index.d.ts +55 -0
  536. package/dist/dashboard/dashboard-client/src/store/analytics/models/index.js +19 -0
  537. package/dist/dashboard/dashboard-client/src/store/analytics/models/index.js.map +1 -0
  538. package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.d.ts +89 -0
  539. package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.js +9 -0
  540. package/dist/dashboard/dashboard-client/src/store/analytics/models/overview.js.map +1 -0
  541. package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.d.ts +24 -0
  542. package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.js +2 -0
  543. package/dist/dashboard/dashboard-client/src/store/analytics/models/productImageOptimization.js.map +1 -0
  544. package/dist/dashboard/dashboard-client/src/store/analytics/models/products.d.ts +45 -0
  545. package/dist/dashboard/dashboard-client/src/store/analytics/models/products.js +2 -0
  546. package/dist/dashboard/dashboard-client/src/store/analytics/models/products.js.map +1 -0
  547. package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.d.ts +34 -0
  548. package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.js +11 -0
  549. package/dist/dashboard/dashboard-client/src/store/analytics/models/promo_tiles.js.map +1 -0
  550. package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.d.ts +23 -0
  551. package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.js +3 -0
  552. package/dist/dashboard/dashboard-client/src/store/analytics/models/queries.js.map +1 -0
  553. package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.d.ts +15 -0
  554. package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.js +2 -0
  555. package/dist/dashboard/dashboard-client/src/store/analytics/models/realtime.js.map +1 -0
  556. package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.d.ts +67 -0
  557. package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.js +4 -0
  558. package/dist/dashboard/dashboard-client/src/store/analytics/models/shopperInsights.js.map +1 -0
  559. package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.d.ts +14 -0
  560. package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.js +49 -0
  561. package/dist/dashboard/dashboard-client/src/store/analytics/models/timeline.js.map +1 -0
  562. package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.d.ts +45 -0
  563. package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.js +2 -0
  564. package/dist/dashboard/dashboard-client/src/store/analytics/models/traffic.js.map +1 -0
  565. package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.d.ts +13 -0
  566. package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.js +2 -0
  567. package/dist/dashboard/dashboard-client/src/store/analytics/models/visualDiscovery.js.map +1 -0
  568. package/dist/dashboard/dashboard-client/src/store/analytics/slice.d.ts +291 -0
  569. package/dist/dashboard/dashboard-client/src/store/analytics/slice.js +447 -0
  570. package/dist/dashboard/dashboard-client/src/store/analytics/slice.js.map +1 -0
  571. package/dist/dashboard/dashboard-client/src/store/auditLog/actions.d.ts +21 -0
  572. package/dist/dashboard/dashboard-client/src/store/auditLog/actions.js +18 -0
  573. package/dist/dashboard/dashboard-client/src/store/auditLog/actions.js.map +1 -0
  574. package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.d.ts +12 -0
  575. package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.js +36 -0
  576. package/dist/dashboard/dashboard-client/src/store/auditLog/auditLogSlice.js.map +1 -0
  577. package/dist/dashboard/dashboard-client/src/store/auditLog/models.d.ts +24 -0
  578. package/dist/dashboard/dashboard-client/src/store/auditLog/models.js +2 -0
  579. package/dist/dashboard/dashboard-client/src/store/auditLog/models.js.map +1 -0
  580. package/dist/dashboard/dashboard-client/src/store/auth/authSlice.d.ts +109 -0
  581. package/dist/dashboard/dashboard-client/src/store/auth/authSlice.js +151 -0
  582. package/dist/dashboard/dashboard-client/src/store/auth/authSlice.js.map +1 -0
  583. package/dist/dashboard/dashboard-client/src/store/auth/models.d.ts +32 -0
  584. package/dist/dashboard/dashboard-client/src/store/auth/models.js +6 -0
  585. package/dist/dashboard/dashboard-client/src/store/auth/models.js.map +1 -0
  586. package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.d.ts +191 -0
  587. package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.js +354 -0
  588. package/dist/dashboard/dashboard-client/src/store/autocomplete/autocompleteSlice.js.map +1 -0
  589. package/dist/dashboard/dashboard-client/src/store/autocomplete/models.d.ts +121 -0
  590. package/dist/dashboard/dashboard-client/src/store/autocomplete/models.js +65 -0
  591. package/dist/dashboard/dashboard-client/src/store/autocomplete/models.js.map +1 -0
  592. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.d.ts +2 -0
  593. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.js +32 -0
  594. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/autocompleteDefaultSettings.js.map +1 -0
  595. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.d.ts +7 -0
  596. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.js +38 -0
  597. package/dist/dashboard/dashboard-client/src/store/autocomplete/utils/updateAutocompleteSettingsByItem.js.map +1 -0
  598. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.d.ts +36 -0
  599. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.js +21 -0
  600. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/actions.js.map +1 -0
  601. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.d.ts +50 -0
  602. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.js +154 -0
  603. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/autocompleteEditorSlice.js.map +1 -0
  604. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.d.ts +30 -0
  605. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.js +2 -0
  606. package/dist/dashboard/dashboard-client/src/store/autocompleteEditor/models.js.map +1 -0
  607. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.d.ts +117 -0
  608. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.js +149 -0
  609. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/autocompletePreviewSlice.js.map +1 -0
  610. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.d.ts +30 -0
  611. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.js +106 -0
  612. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/finalResults.js.map +1 -0
  613. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.d.ts +66 -0
  614. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.js +2 -0
  615. package/dist/dashboard/dashboard-client/src/store/autocompletePreview/models.js.map +1 -0
  616. package/dist/dashboard/dashboard-client/src/store/categories/actions.d.ts +199 -0
  617. package/dist/dashboard/dashboard-client/src/store/categories/actions.js +63 -0
  618. package/dist/dashboard/dashboard-client/src/store/categories/actions.js.map +1 -0
  619. package/dist/dashboard/dashboard-client/src/store/categories/categoriesSlice.js +166 -0
  620. package/dist/dashboard/dashboard-client/src/store/categories/categoriesSlice.js.map +1 -0
  621. package/dist/dashboard/dashboard-client/src/store/categories/models.d.ts +97 -0
  622. package/dist/dashboard/dashboard-client/src/store/categories/models.js +20 -0
  623. package/dist/dashboard/dashboard-client/src/store/categories/models.js.map +1 -0
  624. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.d.ts +44 -0
  625. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.js +32 -0
  626. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/actions.js.map +1 -0
  627. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.d.ts +68 -0
  628. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.js +287 -0
  629. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/clientLayoutEditorsSlice.js.map +1 -0
  630. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.d.ts +118 -0
  631. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.js +140 -0
  632. package/dist/dashboard/dashboard-client/src/store/clientLayoutEditors/models.js.map +1 -0
  633. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.d.ts +71 -0
  634. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.js +113 -0
  635. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/categoriesFiltersSlice.js.map +1 -0
  636. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.d.ts +22 -0
  637. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.js +2 -0
  638. package/dist/dashboard/dashboard-client/src/store/filters/categoriesFilters/models.js.map +1 -0
  639. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.d.ts +141 -0
  640. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.js +65 -0
  641. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filterActions.js.map +1 -0
  642. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.d.ts +58 -0
  643. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.js +110 -0
  644. package/dist/dashboard/dashboard-client/src/store/filters/configuration/filtersConfigurationSlice.js.map +1 -0
  645. package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.d.ts +82 -0
  646. package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.js +33 -0
  647. package/dist/dashboard/dashboard-client/src/store/filters/configuration/models.js.map +1 -0
  648. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.d.ts +108 -0
  649. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.js +88 -0
  650. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/filtersSettingsSlice.js.map +1 -0
  651. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.d.ts +29 -0
  652. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.js +25 -0
  653. package/dist/dashboard/dashboard-client/src/store/filters/filtersSettings/models.js.map +1 -0
  654. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.d.ts +12 -0
  655. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.js +15 -0
  656. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchActions.js.map +1 -0
  657. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.d.ts +15 -0
  658. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.js +41 -0
  659. package/dist/dashboard/dashboard-client/src/store/globalSearch/globalSearchSlice.js.map +1 -0
  660. package/dist/dashboard/dashboard-client/src/store/globalSearch/models.d.ts +12 -0
  661. package/dist/dashboard/dashboard-client/src/store/globalSearch/models.js +2 -0
  662. package/dist/dashboard/dashboard-client/src/store/globalSearch/models.js.map +1 -0
  663. package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.d.ts +3 -0
  664. package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.js +15 -0
  665. package/dist/dashboard/dashboard-client/src/store/globalSearch/utils.js.map +1 -0
  666. package/dist/dashboard/dashboard-client/src/store/index.js +90 -0
  667. package/dist/dashboard/dashboard-client/src/store/index.js.map +1 -0
  668. package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.d.ts +93 -0
  669. package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.js +139 -0
  670. package/dist/dashboard/dashboard-client/src/store/landingPages/landingPagesSlice.js.map +1 -0
  671. package/dist/dashboard/dashboard-client/src/store/landingPages/models.d.ts +39 -0
  672. package/dist/dashboard/dashboard-client/src/store/landingPages/models.js +6 -0
  673. package/dist/dashboard/dashboard-client/src/store/landingPages/models.js.map +1 -0
  674. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.d.ts +45 -0
  675. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.js +24 -0
  676. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/bannerActions.js.map +1 -0
  677. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.d.ts +61 -0
  678. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.js +57 -0
  679. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/collectionsActions.js.map +1 -0
  680. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.d.ts +10 -0
  681. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.js +15 -0
  682. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/configActions.js.map +1 -0
  683. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.d.ts +36 -0
  684. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.js +21 -0
  685. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/productActions.js.map +1 -0
  686. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.d.ts +39 -0
  687. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.js +21 -0
  688. package/dist/dashboard/dashboard-client/src/store/merchandising/actions/strategiesActions.js.map +1 -0
  689. package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.d.ts +358 -0
  690. package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.js +660 -0
  691. package/dist/dashboard/dashboard-client/src/store/merchandising/merchandisingSlice.js.map +1 -0
  692. package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.d.ts +37 -0
  693. package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.js +2 -0
  694. package/dist/dashboard/dashboard-client/src/store/merchandising/models/collections.js.map +1 -0
  695. package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.d.ts +81 -0
  696. package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.js +14 -0
  697. package/dist/dashboard/dashboard-client/src/store/merchandising/models/merchandisingRulesModels.js.map +1 -0
  698. package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.d.ts +12 -0
  699. package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.js +7 -0
  700. package/dist/dashboard/dashboard-client/src/store/merchandising/models/noResults.js.map +1 -0
  701. package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.d.ts +13 -0
  702. package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.js +11 -0
  703. package/dist/dashboard/dashboard-client/src/store/merchandising/models/previewConfig.js.map +1 -0
  704. package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.d.ts +26 -0
  705. package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.js +17 -0
  706. package/dist/dashboard/dashboard-client/src/store/merchandising/models/productMerchandising.js.map +1 -0
  707. package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.d.ts +20 -0
  708. package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.js +2 -0
  709. package/dist/dashboard/dashboard-client/src/store/merchandising/models/search.js.map +1 -0
  710. package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.d.ts +50 -0
  711. package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.js +20 -0
  712. package/dist/dashboard/dashboard-client/src/store/merchandising/models/strategiesModels.js.map +1 -0
  713. package/dist/dashboard/dashboard-client/src/store/merchandising/models.d.ts +45 -0
  714. package/dist/dashboard/dashboard-client/src/store/merchandising/models.js +12 -0
  715. package/dist/dashboard/dashboard-client/src/store/merchandising/models.js.map +1 -0
  716. package/dist/dashboard/dashboard-client/src/store/merchandising/rules.d.ts +13 -0
  717. package/dist/dashboard/dashboard-client/src/store/merchandising/rules.js +24 -0
  718. package/dist/dashboard/dashboard-client/src/store/merchandising/rules.js.map +1 -0
  719. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.d.ts +110 -0
  720. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.js +665 -0
  721. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/merchandisingConditionsSlice.js.map +1 -0
  722. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.d.ts +50 -0
  723. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.js +3 -0
  724. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/models.js.map +1 -0
  725. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.d.ts +10 -0
  726. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.js +45 -0
  727. package/dist/dashboard/dashboard-client/src/store/merchandisingConditions/utils.js.map +1 -0
  728. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/merchandisingVisualEditorSlice.js +284 -0
  729. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/merchandisingVisualEditorSlice.js.map +1 -0
  730. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.d.ts +24 -0
  731. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.js +9 -0
  732. package/dist/dashboard/dashboard-client/src/store/merchandisingEditor/models.js.map +1 -0
  733. package/dist/dashboard/dashboard-client/src/store/notifications/models.d.ts +35 -0
  734. package/dist/dashboard/dashboard-client/src/store/notifications/models.js +2 -0
  735. package/dist/dashboard/dashboard-client/src/store/notifications/models.js.map +1 -0
  736. package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.d.ts +36 -0
  737. package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.js +90 -0
  738. package/dist/dashboard/dashboard-client/src/store/notifications/notificationsSlice.js.map +1 -0
  739. package/dist/dashboard/dashboard-client/src/store/pricing/models.d.ts +19 -0
  740. package/dist/dashboard/dashboard-client/src/store/pricing/models.js +11 -0
  741. package/dist/dashboard/dashboard-client/src/store/pricing/models.js.map +1 -0
  742. package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.d.ts +10 -0
  743. package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.js +22 -0
  744. package/dist/dashboard/dashboard-client/src/store/pricing/pricingSlice.js.map +1 -0
  745. package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.d.ts +103 -0
  746. package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.js +42 -0
  747. package/dist/dashboard/dashboard-client/src/store/productGridEditor/actions.js.map +1 -0
  748. package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.d.ts +18 -0
  749. package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.js +2 -0
  750. package/dist/dashboard/dashboard-client/src/store/productGridEditor/lockingModels.js.map +1 -0
  751. package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.d.ts +853 -0
  752. package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.js +855 -0
  753. package/dist/dashboard/dashboard-client/src/store/productGridEditor/models.js.map +1 -0
  754. package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.d.ts +151 -0
  755. package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.js +407 -0
  756. package/dist/dashboard/dashboard-client/src/store/productGridEditor/productGridEditorSlice.js.map +1 -0
  757. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.d.ts +36 -0
  758. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.js +21 -0
  759. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/actions.js.map +1 -0
  760. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.d.ts +290 -0
  761. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.js +13 -0
  762. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/models.js.map +1 -0
  763. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.d.ts +79 -0
  764. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.js +199 -0
  765. package/dist/dashboard/dashboard-client/src/store/recommendationEditor/recommendationEditorSlice.js.map +1 -0
  766. package/dist/dashboard/dashboard-client/src/store/recommendations/models.d.ts +127 -0
  767. package/dist/dashboard/dashboard-client/src/store/recommendations/models.js +26 -0
  768. package/dist/dashboard/dashboard-client/src/store/recommendations/models.js.map +1 -0
  769. package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.d.ts +216 -0
  770. package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.js +298 -0
  771. package/dist/dashboard/dashboard-client/src/store/recommendations/recommendationsSlice.js.map +1 -0
  772. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.d.ts +129 -0
  773. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.js +44 -0
  774. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/retailPackActions.js.map +1 -0
  775. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.d.ts +40 -0
  776. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.js +21 -0
  777. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/reviewActions.js.map +1 -0
  778. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.d.ts +14 -0
  779. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.js +15 -0
  780. package/dist/dashboard/dashboard-client/src/store/searchResults/actions/serpPreviewActions.js.map +1 -0
  781. package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.d.ts +53 -0
  782. package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.js +37 -0
  783. package/dist/dashboard/dashboard-client/src/store/searchResults/models/advancedConfigModels.js.map +1 -0
  784. package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.d.ts +42 -0
  785. package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.js +15 -0
  786. package/dist/dashboard/dashboard-client/src/store/searchResults/models/badgesModels.js.map +1 -0
  787. package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.d.ts +40 -0
  788. package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.js +43 -0
  789. package/dist/dashboard/dashboard-client/src/store/searchResults/models/configurationModels.js.map +1 -0
  790. package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.d.ts +43 -0
  791. package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.js +2 -0
  792. package/dist/dashboard/dashboard-client/src/store/searchResults/models/models.js.map +1 -0
  793. package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.d.ts +6 -0
  794. package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.js +6 -0
  795. package/dist/dashboard/dashboard-client/src/store/searchResults/models/previewModels.js.map +1 -0
  796. package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.d.ts +47 -0
  797. package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.js +23 -0
  798. package/dist/dashboard/dashboard-client/src/store/searchResults/models/retailPackModels.js.map +1 -0
  799. package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.d.ts +30 -0
  800. package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.js +115 -0
  801. package/dist/dashboard/dashboard-client/src/store/searchResults/models/reviewsModels.js.map +1 -0
  802. package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.d.ts +115 -0
  803. package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.js +104 -0
  804. package/dist/dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.js.map +1 -0
  805. package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.d.ts +21 -0
  806. package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.js +10 -0
  807. package/dist/dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.js.map +1 -0
  808. package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.d.ts +358 -0
  809. package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.js +689 -0
  810. package/dist/dashboard/dashboard-client/src/store/searchResults/searchResultsSlice.js.map +1 -0
  811. package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.d.ts +122 -0
  812. package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.js +250 -0
  813. package/dist/dashboard/dashboard-client/src/store/segments/segmentsSlice.js.map +1 -0
  814. package/dist/dashboard/dashboard-client/src/store/site/models.d.ts +211 -0
  815. package/dist/dashboard/dashboard-client/src/store/site/models.js +43 -0
  816. package/dist/dashboard/dashboard-client/src/store/site/models.js.map +1 -0
  817. package/dist/dashboard/dashboard-client/src/store/site/siteSlice.d.ts +457 -0
  818. package/dist/dashboard/dashboard-client/src/store/site/siteSlice.js +751 -0
  819. package/dist/dashboard/dashboard-client/src/store/site/siteSlice.js.map +1 -0
  820. package/dist/dashboard/dashboard-client/src/store/store.d.ts +1 -0
  821. package/dist/dashboard/dashboard-client/src/store/store.js +3 -0
  822. package/dist/dashboard/dashboard-client/src/store/store.js.map +1 -0
  823. package/dist/dashboard/dashboard-client/src/store/stores/models.d.ts +160 -0
  824. package/dist/dashboard/dashboard-client/src/store/stores/models.js +2 -0
  825. package/dist/dashboard/dashboard-client/src/store/stores/models.js.map +1 -0
  826. package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.d.ts +220 -0
  827. package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.js +289 -0
  828. package/dist/dashboard/dashboard-client/src/store/stores/storesSlice.js.map +1 -0
  829. package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.d.ts +29 -0
  830. package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.js +9 -0
  831. package/dist/dashboard/dashboard-client/src/store/sync/PricingActions.js.map +1 -0
  832. package/dist/dashboard/dashboard-client/src/store/sync/models.d.ts +329 -0
  833. package/dist/dashboard/dashboard-client/src/store/sync/models.js +61 -0
  834. package/dist/dashboard/dashboard-client/src/store/sync/models.js.map +1 -0
  835. package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.d.ts +573 -0
  836. package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.js +966 -0
  837. package/dist/dashboard/dashboard-client/src/store/sync/syncSlice.js.map +1 -0
  838. package/dist/dashboard/dashboard-client/src/store/synonyms/models.d.ts +39 -0
  839. package/dist/dashboard/dashboard-client/src/store/synonyms/models.js +2 -0
  840. package/dist/dashboard/dashboard-client/src/store/synonyms/models.js.map +1 -0
  841. package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.d.ts +179 -0
  842. package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.js +188 -0
  843. package/dist/dashboard/dashboard-client/src/store/synonyms/synonymsSlice.js.map +1 -0
  844. package/dist/dashboard/dashboard-client/src/store/themes/actions.d.ts +72 -0
  845. package/dist/dashboard/dashboard-client/src/store/themes/actions.js +30 -0
  846. package/dist/dashboard/dashboard-client/src/store/themes/actions.js.map +1 -0
  847. package/dist/dashboard/dashboard-client/src/store/themes/models.d.ts +50 -0
  848. package/dist/dashboard/dashboard-client/src/store/themes/models.js +23 -0
  849. package/dist/dashboard/dashboard-client/src/store/themes/models.js.map +1 -0
  850. package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.d.ts +20 -0
  851. package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.js +76 -0
  852. package/dist/dashboard/dashboard-client/src/store/themes/themesSlice.js.map +1 -0
  853. package/dist/dashboard/dashboard-client/src/store/turbolinks/models.d.ts +28 -0
  854. package/dist/dashboard/dashboard-client/src/store/turbolinks/models.js +2 -0
  855. package/dist/dashboard/dashboard-client/src/store/turbolinks/models.js.map +1 -0
  856. package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.d.ts +79 -0
  857. package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.js +132 -0
  858. package/dist/dashboard/dashboard-client/src/store/turbolinks/turbolinksSlice.js.map +1 -0
  859. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.d.ts +24 -0
  860. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.js +6 -0
  861. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/models.js.map +1 -0
  862. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.d.ts +38 -0
  863. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.js +71 -0
  864. package/dist/dashboard/dashboard-client/src/store/visualDiscovery/visualDiscoverySlice.js.map +1 -0
  865. package/dist/dashboard/dashboard-client/src/utils/caseConverters.d.ts +7 -0
  866. package/dist/dashboard/dashboard-client/src/utils/caseConverters.js +38 -0
  867. package/dist/dashboard/dashboard-client/src/utils/caseConverters.js.map +1 -0
  868. package/dist/dashboard/dashboard-client/src/utils/dateAndTime.d.ts +32 -0
  869. package/dist/dashboard/dashboard-client/src/utils/dateAndTime.js +64 -0
  870. package/dist/dashboard/dashboard-client/src/utils/dateAndTime.js.map +1 -0
  871. package/dist/dashboard/dashboard-client/src/utils/formatPrice.d.ts +3 -0
  872. package/dist/dashboard/dashboard-client/src/utils/formatPrice.js +80 -0
  873. package/dist/dashboard/dashboard-client/src/utils/formatPrice.js.map +1 -0
  874. package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.d.ts +1 -0
  875. package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.js +27 -0
  876. package/dist/dashboard/dashboard-client/src/utils/getLevenstineScore.js.map +1 -0
  877. package/dist/dashboard/dashboard-client/src/utils/locking.d.ts +1 -0
  878. package/dist/dashboard/dashboard-client/src/utils/locking.js +4 -0
  879. package/dist/dashboard/dashboard-client/src/utils/locking.js.map +1 -0
  880. package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.d.ts +26 -0
  881. package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.js +430 -0
  882. package/dist/dashboard/dashboard-client/src/utils/oldDashboardIntegration.js.map +1 -0
  883. package/dist/dashboard/dashboard-client/src/utils/permissions.d.ts +15 -0
  884. package/dist/dashboard/dashboard-client/src/utils/permissions.js +161 -0
  885. package/dist/dashboard/dashboard-client/src/utils/permissions.js.map +1 -0
  886. package/dist/dashboard/dashboard-client/src/utils/site.d.ts +21 -0
  887. package/dist/dashboard/dashboard-client/src/utils/site.js +112 -0
  888. package/dist/dashboard/dashboard-client/src/utils/site.js.map +1 -0
  889. package/dist/dashboard/dashboard-client/src/utils/sortUtils.d.ts +1 -0
  890. package/dist/dashboard/dashboard-client/src/utils/sortUtils.js +18 -0
  891. package/dist/dashboard/dashboard-client/src/utils/sortUtils.js.map +1 -0
  892. package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.d.ts +6 -0
  893. package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.js +2 -0
  894. package/dist/dashboard/dashboard-client/src/utils/typescriptUtils.js.map +1 -0
  895. package/dist/frontends/dashboard-utilities/src/@types/banner.d.ts +7 -0
  896. package/dist/frontends/dashboard-utilities/src/@types/banner.js +2 -0
  897. package/dist/frontends/dashboard-utilities/src/@types/banner.js.map +1 -0
  898. package/dist/frontends/dashboard-utilities/src/@types/categories.d.ts +16 -0
  899. package/dist/frontends/dashboard-utilities/src/@types/categories.js +2 -0
  900. package/dist/frontends/dashboard-utilities/src/@types/categories.js.map +1 -0
  901. package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.d.ts +26 -0
  902. package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.js +2 -0
  903. package/dist/frontends/dashboard-utilities/src/@types/categoriesNavigation.js.map +1 -0
  904. package/dist/frontends/dashboard-utilities/src/@types/currency.d.ts +1 -0
  905. package/dist/frontends/dashboard-utilities/src/@types/currency.js +2 -0
  906. package/dist/frontends/dashboard-utilities/src/@types/currency.js.map +1 -0
  907. package/dist/frontends/dashboard-utilities/src/@types/editorProduct.d.ts +26 -0
  908. package/dist/frontends/dashboard-utilities/src/@types/editorProduct.js +6 -0
  909. package/dist/frontends/dashboard-utilities/src/@types/editorProduct.js.map +1 -0
  910. package/dist/frontends/dashboard-utilities/src/@types/iconProps.d.ts +9 -0
  911. package/dist/frontends/dashboard-utilities/src/@types/iconProps.js +2 -0
  912. package/dist/frontends/dashboard-utilities/src/@types/iconProps.js.map +1 -0
  913. package/dist/frontends/dashboard-utilities/src/@types/product.d.ts +158 -0
  914. package/dist/frontends/dashboard-utilities/src/@types/product.js +8 -0
  915. package/dist/frontends/dashboard-utilities/src/@types/product.js.map +1 -0
  916. package/dist/frontends/dashboard-utilities/src/@types/productLabel.d.ts +1 -0
  917. package/dist/frontends/dashboard-utilities/src/@types/productLabel.js +2 -0
  918. package/dist/frontends/dashboard-utilities/src/@types/productLabel.js.map +1 -0
  919. package/dist/frontends/dashboard-utilities/src/@types/promoTile.d.ts +11 -0
  920. package/dist/frontends/dashboard-utilities/src/@types/promoTile.js +2 -0
  921. package/dist/frontends/dashboard-utilities/src/@types/promoTile.js.map +1 -0
  922. package/dist/frontends/dashboard-utilities/src/@types/sideMenu.d.ts +19 -0
  923. package/dist/frontends/dashboard-utilities/src/@types/sideMenu.js +2 -0
  924. package/dist/frontends/dashboard-utilities/src/@types/sideMenu.js.map +1 -0
  925. package/dist/frontends/dashboard-utilities/src/@types/sortBy.d.ts +3 -0
  926. package/dist/frontends/dashboard-utilities/src/@types/sortBy.js +2 -0
  927. package/dist/frontends/dashboard-utilities/src/@types/sortBy.js.map +1 -0
  928. package/dist/frontends/dashboard-utilities/src/App.d.ts +3 -0
  929. package/dist/frontends/dashboard-utilities/src/App.js +15 -0
  930. package/dist/frontends/dashboard-utilities/src/App.js.map +1 -0
  931. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.d.ts +9 -0
  932. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.js +74 -0
  933. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/BackOfficeFiltersMenu.js.map +1 -0
  934. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.d.ts +1 -0
  935. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.js +2 -0
  936. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/index.js.map +1 -0
  937. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.d.ts +7 -0
  938. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.js +239 -0
  939. package/dist/frontends/dashboard-utilities/src/components/BackOfficeFiltersMenu/utils.js.map +1 -0
  940. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.d.ts +10 -0
  941. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.js +7 -0
  942. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/Checkbox/Checkbox.js.map +1 -0
  943. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.d.ts +6 -0
  944. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.js +9 -0
  945. package/dist/frontends/dashboard-utilities/src/components/CheckboxFilter/CheckboxFilter.js.map +1 -0
  946. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.d.ts +19 -0
  947. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.js +31 -0
  948. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/DndContextWrapper.js.map +1 -0
  949. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.d.ts +7 -0
  950. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.js +10 -0
  951. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/Droppable.js.map +1 -0
  952. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.d.ts +13 -0
  953. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.js +39 -0
  954. package/dist/frontends/dashboard-utilities/src/components/DragAndDrop/SortableItem.js.map +1 -0
  955. package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.d.ts +13 -0
  956. package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.js +40 -0
  957. package/dist/frontends/dashboard-utilities/src/components/FacetItem/FacetItem.js.map +1 -0
  958. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.d.ts +32 -0
  959. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.js +398 -0
  960. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/FastSimonApi.js.map +1 -0
  961. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.d.ts +50 -0
  962. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.js +10 -0
  963. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/context.js.map +1 -0
  964. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.d.ts +3 -0
  965. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.js +3 -0
  966. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/index.js.map +1 -0
  967. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.d.ts +172 -0
  968. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.js +67 -0
  969. package/dist/frontends/dashboard-utilities/src/components/FastSimonApi/reducer.js.map +1 -0
  970. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.d.ts +17 -0
  971. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.js +22 -0
  972. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/From/From.js.map +1 -0
  973. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.d.ts +14 -0
  974. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.js +58 -0
  975. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/FromToFilter.js.map +1 -0
  976. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.d.ts +18 -0
  977. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.js +23 -0
  978. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/To/To.js.map +1 -0
  979. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.d.ts +25 -0
  980. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.js +7 -0
  981. package/dist/frontends/dashboard-utilities/src/components/FromToFilter/utils.js.map +1 -0
  982. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.d.ts +10 -0
  983. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.js +34 -0
  984. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/InStoreFiltersMenu.js.map +1 -0
  985. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.d.ts +1 -0
  986. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.js +2 -0
  987. package/dist/frontends/dashboard-utilities/src/components/InStoreFiltersMenu/index.js.map +1 -0
  988. package/dist/frontends/dashboard-utilities/src/components/Input/Input.d.ts +22 -0
  989. package/dist/frontends/dashboard-utilities/src/components/Input/Input.js +49 -0
  990. package/dist/frontends/dashboard-utilities/src/components/Input/Input.js.map +1 -0
  991. package/dist/frontends/dashboard-utilities/src/components/Input/index.d.ts +1 -0
  992. package/dist/frontends/dashboard-utilities/src/components/Input/index.js +2 -0
  993. package/dist/frontends/dashboard-utilities/src/components/Input/index.js.map +1 -0
  994. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.d.ts +9 -0
  995. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.js +88 -0
  996. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/LastReceivedDate.js.map +1 -0
  997. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.d.ts +3 -0
  998. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.js +43 -0
  999. package/dist/frontends/dashboard-utilities/src/components/LastReceivedDateFilter/utils.js.map +1 -0
  1000. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.d.ts +10 -0
  1001. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.js +7 -0
  1002. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/Radio/Radio.js.map +1 -0
  1003. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.d.ts +9 -0
  1004. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.js +45 -0
  1005. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/RadioFilter.js.map +1 -0
  1006. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.d.ts +1 -0
  1007. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.js +8 -0
  1008. package/dist/frontends/dashboard-utilities/src/components/RadioFilter/utils.js.map +1 -0
  1009. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.d.ts +11 -0
  1010. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.js +16 -0
  1011. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/ReactDatePicker.js.map +1 -0
  1012. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.d.ts +1 -0
  1013. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.js +2 -0
  1014. package/dist/frontends/dashboard-utilities/src/components/ReactDatePicker/index.js.map +1 -0
  1015. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.d.ts +12 -0
  1016. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.js +59 -0
  1017. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/RenderIfVisible.js.map +1 -0
  1018. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.d.ts +1 -0
  1019. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.js +2 -0
  1020. package/dist/frontends/dashboard-utilities/src/components/RenderIfVisible/index.js.map +1 -0
  1021. package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.d.ts +5 -0
  1022. package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.js +7 -0
  1023. package/dist/frontends/dashboard-utilities/src/components/SelectCard/SelectCard.js.map +1 -0
  1024. package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.d.ts +1 -0
  1025. package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.js +2 -0
  1026. package/dist/frontends/dashboard-utilities/src/components/SelectCard/index.js.map +1 -0
  1027. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.d.ts +9 -0
  1028. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.js +18 -0
  1029. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/SideMenuTitle.js.map +1 -0
  1030. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.d.ts +1 -0
  1031. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.js +2 -0
  1032. package/dist/frontends/dashboard-utilities/src/components/SideMenuTitle/index.js.map +1 -0
  1033. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.d.ts +11 -0
  1034. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.js +90 -0
  1035. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/SingleFilter.js.map +1 -0
  1036. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.d.ts +3 -0
  1037. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.js +42 -0
  1038. package/dist/frontends/dashboard-utilities/src/components/SingleFilter/utils.js.map +1 -0
  1039. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.d.ts +20 -0
  1040. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.js +46 -0
  1041. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/SliderFilter.js.map +1 -0
  1042. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.d.ts +1 -0
  1043. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.js +2 -0
  1044. package/dist/frontends/dashboard-utilities/src/components/SliderFilter/index.js.map +1 -0
  1045. package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.d.ts +8 -0
  1046. package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.js +9 -0
  1047. package/dist/frontends/dashboard-utilities/src/components/Tooltip/Tooltip.js.map +1 -0
  1048. package/dist/frontends/dashboard-utilities/src/components/common.d.ts +1 -0
  1049. package/dist/frontends/dashboard-utilities/src/components/common.js +10 -0
  1050. package/dist/frontends/dashboard-utilities/src/components/common.js.map +1 -0
  1051. package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.d.ts +9 -0
  1052. package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.js +22 -0
  1053. package/dist/frontends/dashboard-utilities/src/components/productGrid/ProductGrid.js.map +1 -0
  1054. package/dist/frontends/dashboard-utilities/src/components/productGrid/index.d.ts +1 -0
  1055. package/dist/frontends/dashboard-utilities/src/components/productGrid/index.js +2 -0
  1056. package/dist/frontends/dashboard-utilities/src/components/productGrid/index.js.map +1 -0
  1057. package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.d.ts +2 -0
  1058. package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.js +7 -0
  1059. package/dist/frontends/dashboard-utilities/src/icons/BackOfficeFiltersIcon.js.map +1 -0
  1060. package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.d.ts +2 -0
  1061. package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.js +7 -0
  1062. package/dist/frontends/dashboard-utilities/src/icons/BannersIcon.js.map +1 -0
  1063. package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.d.ts +2 -0
  1064. package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.js +7 -0
  1065. package/dist/frontends/dashboard-utilities/src/icons/GeneralIcon.js.map +1 -0
  1066. package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.d.ts +7 -0
  1067. package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.js +5 -0
  1068. package/dist/frontends/dashboard-utilities/src/icons/HelpIcon.js.map +1 -0
  1069. package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.d.ts +2 -0
  1070. package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.js +7 -0
  1071. package/dist/frontends/dashboard-utilities/src/icons/InStoreFiltersIcon.js.map +1 -0
  1072. package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.d.ts +2 -0
  1073. package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.js +7 -0
  1074. package/dist/frontends/dashboard-utilities/src/icons/PromoteIcon.js.map +1 -0
  1075. package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.d.ts +2 -0
  1076. package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.js +7 -0
  1077. package/dist/frontends/dashboard-utilities/src/icons/RemoveIcon.js.map +1 -0
  1078. package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.d.ts +2 -0
  1079. package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.js +7 -0
  1080. package/dist/frontends/dashboard-utilities/src/icons/RestoreIcon.js.map +1 -0
  1081. package/dist/frontends/dashboard-utilities/src/index.d.ts +28 -0
  1082. package/dist/frontends/dashboard-utilities/src/index.js +25 -0
  1083. package/dist/frontends/dashboard-utilities/src/index.js.map +1 -0
  1084. package/dist/frontends/dashboard-utilities/src/main.d.ts +1 -0
  1085. package/dist/frontends/dashboard-utilities/src/main.js +6 -0
  1086. package/dist/frontends/dashboard-utilities/src/main.js.map +1 -0
  1087. package/dist/frontends/dashboard-utilities/src/services/API.d.ts +21 -0
  1088. package/dist/frontends/dashboard-utilities/src/services/API.js +50 -0
  1089. package/dist/frontends/dashboard-utilities/src/services/API.js.map +1 -0
  1090. package/dist/frontends/dashboard-utilities/src/services/landingPage.d.ts +28 -0
  1091. package/dist/frontends/dashboard-utilities/src/services/landingPage.js +87 -0
  1092. package/dist/frontends/dashboard-utilities/src/services/landingPage.js.map +1 -0
  1093. package/dist/frontends/dashboard-utilities/src/services/search.d.ts +10 -0
  1094. package/dist/frontends/dashboard-utilities/src/services/search.js +65 -0
  1095. package/dist/frontends/dashboard-utilities/src/services/search.js.map +1 -0
  1096. package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.d.ts +4 -0
  1097. package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.js +10 -0
  1098. package/dist/frontends/dashboard-utilities/src/utils/customTagsFilters.js.map +1 -0
  1099. package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.d.ts +13 -0
  1100. package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.js +172 -0
  1101. package/dist/frontends/dashboard-utilities/src/utils/useDragToSelect.js.map +1 -0
  1102. package/dist/index.d.ts +15 -2
  1103. package/dist/index.js +10 -1
  1104. package/dist/index.js.map +1 -1
  1105. package/dist/services/getFormatProducts.d.ts +13 -0
  1106. package/dist/services/getFormatProducts.js +44 -0
  1107. package/dist/services/getFormatProducts.js.map +1 -0
  1108. package/dist/utils/useProductsPerRow.d.ts +3 -0
  1109. package/dist/utils/useProductsPerRow.js +19 -0
  1110. package/dist/utils/useProductsPerRow.js.map +1 -0
  1111. package/package.json +1 -1
@@ -0,0 +1,115 @@
1
+ import { OptionType } from "../../../components/SelectRow/SelectRow";
2
+ export declare const shopperExperienceDefaultState: ShopperExperience;
3
+ export interface ShopperExperience {
4
+ productTitleLines: {
5
+ desktop: productTitleLines;
6
+ mobile: productTitleLines;
7
+ tablet: productTitleLines;
8
+ };
9
+ productsPerRow: {
10
+ desktop: productPerRow;
11
+ mobile: productPerRow;
12
+ tablet: productPerRow;
13
+ };
14
+ pageSystem: {
15
+ desktop: pageSystem;
16
+ mobile: pageSystem;
17
+ tablet: pageSystem;
18
+ };
19
+ filterTheme: string;
20
+ filterThemeOptions: string[];
21
+ defaultSortingOption: {
22
+ desktop: number;
23
+ mobile: number;
24
+ tablet: number;
25
+ };
26
+ productInfoAlignment: productInfoAlignment;
27
+ quickViewTheme: quickViewTheme;
28
+ isLoadMoreButton: {
29
+ desktop: boolean;
30
+ mobile: boolean;
31
+ tablet: boolean;
32
+ };
33
+ isSortingSerp: {
34
+ desktop: boolean;
35
+ mobile: boolean;
36
+ tablet: boolean;
37
+ };
38
+ isQuickView: {
39
+ desktop: boolean;
40
+ mobile: boolean;
41
+ tablet: boolean;
42
+ };
43
+ isSoldOutBanner: {
44
+ desktop: boolean;
45
+ mobile: boolean;
46
+ tablet: boolean;
47
+ };
48
+ isInStockBanner: {
49
+ desktop: boolean;
50
+ mobile: boolean;
51
+ tablet: boolean;
52
+ };
53
+ isAddToCartButton: {
54
+ desktop: boolean;
55
+ mobile: boolean;
56
+ tablet: boolean;
57
+ };
58
+ isAddToCartVariants: {
59
+ desktop: addToCartLevel;
60
+ mobile: addToCartLevel;
61
+ tablet: addToCartLevel;
62
+ };
63
+ isAjaxAnimation: {
64
+ desktop: boolean;
65
+ mobile: boolean;
66
+ tablet: boolean;
67
+ };
68
+ isProductSku: {
69
+ desktop: boolean;
70
+ mobile: boolean;
71
+ tablet: boolean;
72
+ };
73
+ isProductDescription: {
74
+ desktop: boolean;
75
+ mobile: boolean;
76
+ tablet: boolean;
77
+ };
78
+ isSearchBox: {
79
+ desktop: boolean;
80
+ mobile: boolean;
81
+ tablet: boolean;
82
+ };
83
+ isPriceFilterSlider: boolean;
84
+ isModernSlidebarFilters: boolean;
85
+ sliderDirection: slideBarDirection;
86
+ showFiltersHiddenButton: boolean;
87
+ addToCartButtonColor: string;
88
+ filterTitleColor: string;
89
+ filterOptionColor: string;
90
+ productPriceColor: string;
91
+ productComparePriceColor: string;
92
+ productBorderColor: string;
93
+ quickViewColorScheme: string;
94
+ isPaginationProgressBar: boolean;
95
+ }
96
+ type ElementType<T extends ReadonlyArray<unknown>> = T extends ReadonlyArray<infer ElementType> ? ElementType : never;
97
+ export declare const productTitleLinesOptions: readonly [1, 2, 3, 4, 5];
98
+ export type productTitleLines = ElementType<typeof productTitleLinesOptions>;
99
+ export declare const productPerRowOptions: readonly [1, 2, 3, 4, 5, 6];
100
+ export type productPerRow = ElementType<typeof productPerRowOptions>;
101
+ export declare const pageSystemOptions: readonly ["pagination", "infinite scroll"];
102
+ export type pageSystem = ElementType<typeof pageSystemOptions>;
103
+ export declare const productInfoAlignmentOptions: string[];
104
+ export type productInfoAlignment = ElementType<typeof productInfoAlignmentOptions>;
105
+ export declare const quickViewThemeOptions: string[];
106
+ export type quickViewTheme = ElementType<typeof quickViewThemeOptions>;
107
+ export declare const slideBarDirectionOptions: string[];
108
+ export type slideBarDirection = ElementType<typeof slideBarDirectionOptions>;
109
+ export declare const slideBarLayoutOptions: string[];
110
+ export type slideBarLayout = ElementType<typeof slideBarLayoutOptions>;
111
+ export declare const addToCartLevelOptions: string[];
112
+ export type addToCartLevel = ElementType<typeof addToCartLevelOptions>;
113
+ export declare const getAddToCartLevelOptions: () => OptionType[];
114
+ export declare const getAddToCartLevelSelected: (option: addToCartLevel) => OptionType;
115
+ export {};
@@ -0,0 +1,104 @@
1
+ export const shopperExperienceDefaultState = {
2
+ productTitleLines: {
3
+ desktop: 2,
4
+ mobile: 2,
5
+ tablet: 2,
6
+ },
7
+ productsPerRow: {
8
+ desktop: 4,
9
+ mobile: 3,
10
+ tablet: 2
11
+ },
12
+ pageSystem: {
13
+ desktop: "pagination",
14
+ mobile: "pagination",
15
+ tablet: "pagination"
16
+ },
17
+ filterTheme: "",
18
+ filterThemeOptions: [],
19
+ defaultSortingOption: {
20
+ desktop: 0,
21
+ mobile: 0,
22
+ tablet: 0
23
+ },
24
+ productInfoAlignment: "center",
25
+ quickViewTheme: "modern",
26
+ isLoadMoreButton: {
27
+ desktop: false,
28
+ mobile: false,
29
+ tablet: false,
30
+ },
31
+ isSortingSerp: {
32
+ desktop: false,
33
+ mobile: false,
34
+ tablet: false,
35
+ },
36
+ isQuickView: {
37
+ desktop: false,
38
+ mobile: false,
39
+ tablet: false,
40
+ },
41
+ isSoldOutBanner: {
42
+ desktop: false,
43
+ mobile: false,
44
+ tablet: false,
45
+ },
46
+ isInStockBanner: {
47
+ desktop: false,
48
+ mobile: false,
49
+ tablet: false,
50
+ },
51
+ isAddToCartButton: {
52
+ desktop: false,
53
+ mobile: false,
54
+ tablet: false,
55
+ },
56
+ isAddToCartVariants: {
57
+ desktop: "variant level",
58
+ mobile: "variant level",
59
+ tablet: "variant level",
60
+ },
61
+ isAjaxAnimation: {
62
+ desktop: false,
63
+ mobile: false,
64
+ tablet: false,
65
+ },
66
+ isProductSku: {
67
+ desktop: false,
68
+ mobile: false,
69
+ tablet: false,
70
+ },
71
+ isProductDescription: {
72
+ desktop: false,
73
+ mobile: false,
74
+ tablet: false,
75
+ },
76
+ isSearchBox: {
77
+ desktop: false,
78
+ mobile: false,
79
+ tablet: false,
80
+ },
81
+ isPriceFilterSlider: false,
82
+ isModernSlidebarFilters: false,
83
+ sliderDirection: "left",
84
+ showFiltersHiddenButton: false,
85
+ addToCartButtonColor: "",
86
+ filterTitleColor: "",
87
+ filterOptionColor: "",
88
+ productPriceColor: "",
89
+ productComparePriceColor: "",
90
+ productBorderColor: "",
91
+ quickViewColorScheme: "",
92
+ isPaginationProgressBar: false
93
+ };
94
+ export const productTitleLinesOptions = [1, 2, 3, 4, 5];
95
+ export const productPerRowOptions = [1, 2, 3, 4, 5, 6];
96
+ export const pageSystemOptions = ["pagination", "infinite scroll"];
97
+ export const productInfoAlignmentOptions = ["center", "left", "right"];
98
+ export const quickViewThemeOptions = ["modern", "classic"];
99
+ export const slideBarDirectionOptions = ["left to right", "right to left"];
100
+ export const slideBarLayoutOptions = ["Classic", "Modern"];
101
+ export const addToCartLevelOptions = ["product level", "variant level"];
102
+ export const getAddToCartLevelOptions = () => addToCartLevelOptions.map(v => ({ value: v, label: v }));
103
+ export const getAddToCartLevelSelected = (option) => ({ label: option, value: option });
104
+ //# sourceMappingURL=shopperExperienceModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shopperExperienceModel.js","sourceRoot":"","sources":["../../../../../../../../../dashboard/dashboard-client/src/store/searchResults/models/shopperExperienceModel.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,6BAA6B,GAAsB;IAC5D,iBAAiB,EAAE;QACf,OAAO,EAAE,CAAC;QACV,MAAM,EAAE,CAAC;QACT,MAAM,EAAE,CAAC;KACZ;IACD,cAAc,EAAE;QACZ,OAAO,EAAE,CAAC;QACV,MAAM,EAAE,CAAC;QACT,MAAM,EAAE,CAAC;KACZ;IACD,UAAU,EAAE;QACR,OAAO,EAAE,YAAY;QACrB,MAAM,EAAE,YAAY;QACpB,MAAM,EAAE,YAAY;KACvB;IACD,WAAW,EAAE,EAAE;IACf,kBAAkB,EAAE,EAAE;IACtB,oBAAoB,EAAE;QAClB,OAAO,EAAE,CAAC;QACV,MAAM,EAAE,CAAC;QACT,MAAM,EAAE,CAAC;KACZ;IACD,oBAAoB,EAAE,QAAQ;IAC9B,cAAc,EAAE,QAAQ;IAExB,gBAAgB,EAAE;QACd,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,aAAa,EAAE;QACX,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,WAAW,EAAE;QACT,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,eAAe,EAAE;QACb,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,eAAe,EAAE;QACb,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,iBAAiB,EAAE;QACf,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,mBAAmB,EAAE;QACjB,OAAO,EAAE,eAAe;QACxB,MAAM,EAAE,eAAe;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD,eAAe,EAAE;QACb,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,YAAY,EAAE;QACV,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,oBAAoB,EAAE;QAClB,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,WAAW,EAAE;QACT,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,KAAK;QACb,MAAM,EAAE,KAAK;KAChB;IACD,mBAAmB,EAAE,KAAK;IAC1B,uBAAuB,EAAE,KAAK;IAC9B,eAAe,EAAE,MAAM;IACvB,uBAAuB,EAAE,KAAK;IAC9B,oBAAoB,EAAE,EAAE;IACxB,gBAAgB,EAAE,EAAE;IACpB,iBAAiB,EAAE,EAAE;IACrB,iBAAiB,EAAE,EAAE;IACrB,wBAAwB,EAAE,EAAE;IAC5B,kBAAkB,EAAE,EAAE;IACtB,oBAAoB,EAAE,EAAE;IACxB,uBAAuB,EAAE,KAAK;CACjC,CAAC;AAmGF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAU,CAAC;AAGjE,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAU,CAAC;AAGhE,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,YAAY,EAAE,iBAAiB,CAAU,CAAC;AAG5E,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAGvE,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;AAG3D,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC;AAG3E,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;AAG3D,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC;AAExE,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAiB,EAAE,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAC,CAAC,CAAC,CAAC;AACnH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,MAAsB,EAAc,EAAE,CAAC,CAAC,EAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAC,CAAC,CAAC","sourcesContent":["import {OptionType} from \"../../../components/SelectRow/SelectRow\";\r\n\r\nexport const shopperExperienceDefaultState: ShopperExperience = {\r\n productTitleLines: {\r\n desktop: 2,\r\n mobile: 2,\r\n tablet: 2,\r\n },\r\n productsPerRow: {\r\n desktop: 4,\r\n mobile: 3,\r\n tablet: 2\r\n },\r\n pageSystem: {\r\n desktop: \"pagination\",\r\n mobile: \"pagination\",\r\n tablet: \"pagination\"\r\n },\r\n filterTheme: \"\",\r\n filterThemeOptions: [],\r\n defaultSortingOption: {\r\n desktop: 0,\r\n mobile: 0,\r\n tablet: 0\r\n },\r\n productInfoAlignment: \"center\",\r\n quickViewTheme: \"modern\",\r\n\r\n isLoadMoreButton: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isSortingSerp: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isQuickView: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isSoldOutBanner: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isInStockBanner: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isAddToCartButton: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isAddToCartVariants: {\r\n desktop: \"variant level\",\r\n mobile: \"variant level\",\r\n tablet: \"variant level\",\r\n },\r\n isAjaxAnimation: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isProductSku: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isProductDescription: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isSearchBox: {\r\n desktop: false,\r\n mobile: false,\r\n tablet: false,\r\n },\r\n isPriceFilterSlider: false,\r\n isModernSlidebarFilters: false,\r\n sliderDirection: \"left\",\r\n showFiltersHiddenButton: false,\r\n addToCartButtonColor: \"\",\r\n filterTitleColor: \"\",\r\n filterOptionColor: \"\",\r\n productPriceColor: \"\",\r\n productComparePriceColor: \"\",\r\n productBorderColor: \"\",\r\n quickViewColorScheme: \"\",\r\n isPaginationProgressBar: false\r\n};\r\n\r\nexport interface ShopperExperience {\r\n productTitleLines: {\r\n desktop: productTitleLines\r\n mobile: productTitleLines\r\n tablet: productTitleLines\r\n }\r\n productsPerRow: {\r\n desktop: productPerRow\r\n mobile: productPerRow\r\n tablet: productPerRow\r\n }\r\n pageSystem: {\r\n desktop: pageSystem\r\n mobile: pageSystem\r\n tablet: pageSystem\r\n }\r\n filterTheme: string,\r\n filterThemeOptions: string[]\r\n defaultSortingOption: {\r\n desktop: number\r\n mobile: number\r\n tablet: number\r\n }\r\n productInfoAlignment: productInfoAlignment\r\n quickViewTheme: quickViewTheme\r\n\r\n isLoadMoreButton: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n }\r\n isSortingSerp: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n }\r\n isQuickView: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n }\r\n isSoldOutBanner: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n }\r\n isInStockBanner: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n }\r\n isAddToCartButton: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n }\r\n isAddToCartVariants: {\r\n desktop: addToCartLevel\r\n mobile: addToCartLevel\r\n tablet: addToCartLevel\r\n }\r\n isAjaxAnimation: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n }\r\n isProductSku: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n },\r\n isProductDescription: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n },\r\n isSearchBox: {\r\n desktop: boolean\r\n mobile: boolean\r\n tablet: boolean\r\n },\r\n isPriceFilterSlider: boolean\r\n isModernSlidebarFilters: boolean\r\n sliderDirection: slideBarDirection\r\n showFiltersHiddenButton: boolean\r\n addToCartButtonColor: string\r\n filterTitleColor: string\r\n filterOptionColor: string\r\n productPriceColor: string\r\n productComparePriceColor: string\r\n productBorderColor: string,\r\n quickViewColorScheme: string,\r\n isPaginationProgressBar: boolean\r\n}\r\n\r\ntype ElementType<T extends ReadonlyArray<unknown>> = T extends ReadonlyArray<infer ElementType> ? ElementType : never\r\n\r\nexport const productTitleLinesOptions = [1, 2, 3, 4, 5] as const;\r\nexport type productTitleLines = ElementType<typeof productTitleLinesOptions>\r\n\r\nexport const productPerRowOptions = [1, 2, 3, 4, 5, 6] as const;\r\nexport type productPerRow = ElementType<typeof productPerRowOptions>\r\n\r\nexport const pageSystemOptions = [\"pagination\", \"infinite scroll\"] as const;\r\nexport type pageSystem = ElementType<typeof pageSystemOptions>\r\n\r\nexport const productInfoAlignmentOptions = [\"center\", \"left\", \"right\"];\r\nexport type productInfoAlignment = ElementType<typeof productInfoAlignmentOptions>\r\n\r\nexport const quickViewThemeOptions = [\"modern\", \"classic\"];\r\nexport type quickViewTheme = ElementType<typeof quickViewThemeOptions>\r\n\r\nexport const slideBarDirectionOptions = [\"left to right\", \"right to left\"];\r\nexport type slideBarDirection = ElementType<typeof slideBarDirectionOptions>\r\n\r\nexport const slideBarLayoutOptions = [\"Classic\", \"Modern\"];\r\nexport type slideBarLayout = ElementType<typeof slideBarLayoutOptions>\r\n\r\nexport const addToCartLevelOptions = [\"product level\", \"variant level\"];\r\nexport type addToCartLevel = ElementType<typeof addToCartLevelOptions>\r\nexport const getAddToCartLevelOptions = (): OptionType[] => addToCartLevelOptions.map(v => ({value: v, label: v}));\r\nexport const getAddToCartLevelSelected = (option: addToCartLevel): OptionType => ({label: option, value: option});"]}
@@ -0,0 +1,21 @@
1
+ export declare enum swatchesTypes {
2
+ NONE = 0,
3
+ ONE_COLOR = 1,
4
+ TWO_COLORS = 2,
5
+ THREE_COLORS = 3,
6
+ FOUR_COLORS = 4,
7
+ PATTERN = 5
8
+ }
9
+ export interface Swatch {
10
+ name: string;
11
+ type: swatchesTypes;
12
+ degree: number;
13
+ colors?: string[];
14
+ url?: string;
15
+ default?: boolean;
16
+ editedDefault?: boolean;
17
+ }
18
+ export interface defaultColorObj {
19
+ color: string;
20
+ url?: string;
21
+ }
@@ -0,0 +1,10 @@
1
+ export var swatchesTypes;
2
+ (function (swatchesTypes) {
3
+ swatchesTypes[swatchesTypes["NONE"] = 0] = "NONE";
4
+ swatchesTypes[swatchesTypes["ONE_COLOR"] = 1] = "ONE_COLOR";
5
+ swatchesTypes[swatchesTypes["TWO_COLORS"] = 2] = "TWO_COLORS";
6
+ swatchesTypes[swatchesTypes["THREE_COLORS"] = 3] = "THREE_COLORS";
7
+ swatchesTypes[swatchesTypes["FOUR_COLORS"] = 4] = "FOUR_COLORS";
8
+ swatchesTypes[swatchesTypes["PATTERN"] = 5] = "PATTERN";
9
+ })(swatchesTypes || (swatchesTypes = {}));
10
+ //# sourceMappingURL=swatchEditorModels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swatchEditorModels.js","sourceRoot":"","sources":["../../../../../../../../../dashboard/dashboard-client/src/store/searchResults/models/swatchEditorModels.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAOX;AAPD,WAAY,aAAa;IACrB,iDAAQ,CAAA;IACR,2DAAa,CAAA;IACb,6DAAc,CAAA;IACd,iEAAgB,CAAA;IAChB,+DAAe,CAAA;IACf,uDAAW,CAAA;AACf,CAAC,EAPW,aAAa,KAAb,aAAa,QAOxB","sourcesContent":["export enum swatchesTypes {\r\n NONE = 0,\r\n ONE_COLOR = 1,\r\n TWO_COLORS = 2,\r\n THREE_COLORS = 3,\r\n FOUR_COLORS = 4,\r\n PATTERN = 5,\r\n}\r\n\r\nexport interface Swatch {\r\n name: string\r\n type: swatchesTypes\r\n degree: number\r\n colors?: string[]\r\n url?: string\r\n default?: boolean\r\n editedDefault?: boolean\r\n\r\n}\r\n\r\nexport interface defaultColorObj {\r\n color: string\r\n url?: string\r\n}\r\n\r\n"]}
@@ -0,0 +1,358 @@
1
+ import { device, SearchResultState } from "./models/models";
2
+ import { SerpConfigurationType } from "./models/configurationModels";
3
+ import { BadgeOperation, TextBadgeStyles } from "./models/badgesModels";
4
+ import { PayloadAction } from "@reduxjs/toolkit";
5
+ import { RootState } from "../index";
6
+ import { CustomRanking } from "./models/advancedConfigModels";
7
+ import { SearchParams } from "../../hooks/useLoactionParams";
8
+ import { Swatch } from "./models/swatchEditorModels";
9
+ import { PushSite } from "../../services/merchandising";
10
+ export declare const fetchSearchResults: import("@reduxjs/toolkit").AsyncThunk<SearchResultState, {
11
+ searchParams?: SearchParams | undefined;
12
+ }, {
13
+ state?: unknown;
14
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
15
+ extra?: unknown;
16
+ rejectValue?: unknown;
17
+ serializedErrorType?: unknown;
18
+ pendingMeta?: unknown;
19
+ fulfilledMeta?: unknown;
20
+ rejectedMeta?: unknown;
21
+ }>;
22
+ export declare const uploadShopperExperience: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
23
+ field: string;
24
+ value: any;
25
+ optionName: string;
26
+ mode: device;
27
+ }, {
28
+ state?: unknown;
29
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
30
+ extra?: unknown;
31
+ rejectValue?: unknown;
32
+ serializedErrorType?: unknown;
33
+ pendingMeta?: unknown;
34
+ fulfilledMeta?: unknown;
35
+ rejectedMeta?: unknown;
36
+ }>;
37
+ export declare const uploadConfiguration: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
38
+ optionName: SerpConfigurationType;
39
+ field: string;
40
+ value: any;
41
+ isContent?: boolean | undefined;
42
+ }, {
43
+ state?: unknown;
44
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
45
+ extra?: unknown;
46
+ rejectValue?: unknown;
47
+ serializedErrorType?: unknown;
48
+ pendingMeta?: unknown;
49
+ fulfilledMeta?: unknown;
50
+ rejectedMeta?: unknown;
51
+ }>;
52
+ export declare const uploadCustomCSS: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
53
+ value: string;
54
+ }, {
55
+ state?: unknown;
56
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
57
+ extra?: unknown;
58
+ rejectValue?: unknown;
59
+ serializedErrorType?: unknown;
60
+ pendingMeta?: unknown;
61
+ fulfilledMeta?: unknown;
62
+ rejectedMeta?: unknown;
63
+ }>;
64
+ export declare const uploadSiteMapURL: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
65
+ url: string;
66
+ }, {
67
+ state?: unknown;
68
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
69
+ extra?: unknown;
70
+ rejectValue?: unknown;
71
+ serializedErrorType?: unknown;
72
+ pendingMeta?: unknown;
73
+ fulfilledMeta?: unknown;
74
+ rejectedMeta?: unknown;
75
+ }>;
76
+ export declare const getInaccessibleSiteMapUrls: import("@reduxjs/toolkit").AsyncThunk<any, void, {
77
+ state?: unknown;
78
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
79
+ extra?: unknown;
80
+ rejectValue?: unknown;
81
+ serializedErrorType?: unknown;
82
+ pendingMeta?: unknown;
83
+ fulfilledMeta?: unknown;
84
+ rejectedMeta?: unknown;
85
+ }>;
86
+ export declare const saveTransliterationLanguage: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
87
+ isAllow: boolean;
88
+ language: string;
89
+ isAllowOld: boolean;
90
+ oldLanguage: string;
91
+ }, {
92
+ state?: unknown;
93
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
94
+ extra?: unknown;
95
+ rejectValue?: unknown;
96
+ serializedErrorType?: unknown;
97
+ pendingMeta?: unknown;
98
+ fulfilledMeta?: unknown;
99
+ rejectedMeta?: unknown;
100
+ }>;
101
+ export declare const saveAdvancedConfigSwitchValue: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
102
+ switchId: string;
103
+ switchName: string;
104
+ value: boolean;
105
+ oldValue: boolean;
106
+ }, {
107
+ state?: unknown;
108
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
109
+ extra?: unknown;
110
+ rejectValue?: unknown;
111
+ serializedErrorType?: unknown;
112
+ pendingMeta?: unknown;
113
+ fulfilledMeta?: unknown;
114
+ rejectedMeta?: unknown;
115
+ }>;
116
+ export declare const setExcludeFromIndexingTags: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, string[], {
117
+ state?: unknown;
118
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
119
+ extra?: unknown;
120
+ rejectValue?: unknown;
121
+ serializedErrorType?: unknown;
122
+ pendingMeta?: unknown;
123
+ fulfilledMeta?: unknown;
124
+ rejectedMeta?: unknown;
125
+ }>;
126
+ export declare const saveRankingSources: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
127
+ isManualRanking: boolean;
128
+ sourceName: string;
129
+ importance: number;
130
+ isCustomAttrSource: boolean;
131
+ isManualRankingOld: boolean;
132
+ importanceOld: number;
133
+ data: any;
134
+ }, {
135
+ state?: unknown;
136
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
137
+ extra?: unknown;
138
+ rejectValue?: unknown;
139
+ serializedErrorType?: unknown;
140
+ pendingMeta?: unknown;
141
+ fulfilledMeta?: unknown;
142
+ rejectedMeta?: unknown;
143
+ }>;
144
+ export declare const saveSearchRankingImportance: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {} | CustomRanking, {
145
+ state?: unknown;
146
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
147
+ extra?: unknown;
148
+ rejectValue?: unknown;
149
+ serializedErrorType?: unknown;
150
+ pendingMeta?: unknown;
151
+ fulfilledMeta?: unknown;
152
+ rejectedMeta?: unknown;
153
+ }>;
154
+ export declare const changeSiteBadge: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
155
+ operation: BadgeOperation;
156
+ tag: string;
157
+ imageUrl: string;
158
+ index: number;
159
+ }, {
160
+ state?: unknown;
161
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
162
+ extra?: unknown;
163
+ rejectValue?: unknown;
164
+ serializedErrorType?: unknown;
165
+ pendingMeta?: unknown;
166
+ fulfilledMeta?: unknown;
167
+ rejectedMeta?: unknown;
168
+ }>;
169
+ export declare const changeSiteTextBadge: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
170
+ operation: BadgeOperation;
171
+ tag: string;
172
+ badgeText: string;
173
+ badgeStyle: TextBadgeStyles;
174
+ index: number;
175
+ }, {
176
+ state?: unknown;
177
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
178
+ extra?: unknown;
179
+ rejectValue?: unknown;
180
+ serializedErrorType?: unknown;
181
+ pendingMeta?: unknown;
182
+ fulfilledMeta?: unknown;
183
+ rejectedMeta?: unknown;
184
+ }>;
185
+ export declare const setIsInventoryLevelBadgeEnabled: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, boolean, {
186
+ state?: unknown;
187
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
188
+ extra?: unknown;
189
+ rejectValue?: unknown;
190
+ serializedErrorType?: unknown;
191
+ pendingMeta?: unknown;
192
+ fulfilledMeta?: unknown;
193
+ rejectedMeta?: unknown;
194
+ }>;
195
+ export declare const setInventoryLevelBadgeMin: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
196
+ min: number;
197
+ minOld: number;
198
+ }, {
199
+ state?: unknown;
200
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
201
+ extra?: unknown;
202
+ rejectValue?: unknown;
203
+ serializedErrorType?: unknown;
204
+ pendingMeta?: unknown;
205
+ fulfilledMeta?: unknown;
206
+ rejectedMeta?: unknown;
207
+ }>;
208
+ export declare const setPersonalizedSearch: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
209
+ value: boolean;
210
+ }, {
211
+ state?: unknown;
212
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
213
+ extra?: unknown;
214
+ rejectValue?: unknown;
215
+ serializedErrorType?: unknown;
216
+ pendingMeta?: unknown;
217
+ fulfilledMeta?: unknown;
218
+ rejectedMeta?: unknown;
219
+ }>;
220
+ export declare const setPersonalizationOverMerchandisingSearch: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
221
+ value: boolean;
222
+ }, {
223
+ state?: unknown;
224
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
225
+ extra?: unknown;
226
+ rejectValue?: unknown;
227
+ serializedErrorType?: unknown;
228
+ pendingMeta?: unknown;
229
+ fulfilledMeta?: unknown;
230
+ rejectedMeta?: unknown;
231
+ }>;
232
+ export declare const setNonSellableProducts: import("@reduxjs/toolkit").AsyncThunk<import("axios").AxiosResponse<any, any>, {
233
+ isShow: boolean;
234
+ isDemote: boolean;
235
+ isShowOld: boolean;
236
+ isDemoteOld: boolean;
237
+ }, {
238
+ state?: unknown;
239
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
240
+ extra?: unknown;
241
+ rejectValue?: unknown;
242
+ serializedErrorType?: unknown;
243
+ pendingMeta?: unknown;
244
+ fulfilledMeta?: unknown;
245
+ rejectedMeta?: unknown;
246
+ }>;
247
+ export declare const fetchSwatches: import("@reduxjs/toolkit").AsyncThunk<any, void, {
248
+ state?: unknown;
249
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
250
+ extra?: unknown;
251
+ rejectValue?: unknown;
252
+ serializedErrorType?: unknown;
253
+ pendingMeta?: unknown;
254
+ fulfilledMeta?: unknown;
255
+ rejectedMeta?: unknown;
256
+ }>;
257
+ export declare const setSwatches: import("@reduxjs/toolkit").AsyncThunk<any, Swatch[], {
258
+ state?: unknown;
259
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
260
+ extra?: unknown;
261
+ rejectValue?: unknown;
262
+ serializedErrorType?: unknown;
263
+ pendingMeta?: unknown;
264
+ fulfilledMeta?: unknown;
265
+ rejectedMeta?: unknown;
266
+ }>;
267
+ export declare const pushSwatchesConfigurationToSites: import("@reduxjs/toolkit").AsyncThunk<any, {
268
+ sites: PushSite[];
269
+ }, {
270
+ state?: unknown;
271
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
272
+ extra?: unknown;
273
+ rejectValue?: unknown;
274
+ serializedErrorType?: unknown;
275
+ pendingMeta?: unknown;
276
+ fulfilledMeta?: unknown;
277
+ rejectedMeta?: unknown;
278
+ }>;
279
+ export declare const searchResultsSlice: import("@reduxjs/toolkit").Slice<SearchResultState, {
280
+ setCustomCSS: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
281
+ payload: any;
282
+ type: string;
283
+ }) => void;
284
+ setEditedCSS: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
285
+ payload: any;
286
+ type: string;
287
+ }) => void;
288
+ setCustomSiteMapURL: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
289
+ payload: any;
290
+ type: string;
291
+ }) => void;
292
+ setSerpDevice: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
293
+ payload: any;
294
+ type: string;
295
+ }) => void;
296
+ clearReviewCredentials: (state: import("immer/dist/internal").WritableDraft<SearchResultState>) => void;
297
+ onTestReviewPending: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
298
+ payload: any;
299
+ type: string;
300
+ }) => void;
301
+ onTestReviewRejected: (state: import("immer/dist/internal").WritableDraft<SearchResultState>) => void;
302
+ onTestReviewFulfilled: (state: import("immer/dist/internal").WritableDraft<SearchResultState>) => void;
303
+ setBadgesMessage: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
304
+ payload: any;
305
+ type: string;
306
+ }) => void;
307
+ setBadgesIsEditError: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
308
+ payload: any;
309
+ type: string;
310
+ }) => void;
311
+ fixDefaultSorting: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
312
+ payload: any;
313
+ type: string;
314
+ }) => void;
315
+ setContentSearchErrorMessage: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: PayloadAction<string>) => void;
316
+ setUnmappedColor: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: {
317
+ payload: any;
318
+ type: string;
319
+ }) => void;
320
+ setSwatches: (state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: PayloadAction<Swatch[]>) => void;
321
+ setIsPersonalizationAddonEnabled(state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: PayloadAction<boolean>): void;
322
+ setColorFamiliesIsFetch(state: import("immer/dist/internal").WritableDraft<SearchResultState>, action: PayloadAction<boolean>): void;
323
+ }, "SearchResults">;
324
+ export declare const selectShopperExperience: (state: RootState) => import("./models/shopperExperienceModel").ShopperExperience;
325
+ export declare const selectSerpConfiguration: (state: RootState) => import("./models/configurationModels").SerpConfiguration;
326
+ export declare const selectSerpReviews: (state: RootState) => import("./models/reviewsModels").ReviewsData;
327
+ export declare const selectSerpAdvancedConfig: (state: RootState) => import("./models/advancedConfigModels").AdvancedConfig;
328
+ export declare const selectSerpBadgesSection: (state: RootState) => import("./models/badgesModels").BadgesSection;
329
+ export declare const selectSerpInventoryLevel: (state: RootState) => import("./models/badgesModels").InventoryLevel;
330
+ export declare const selectIsLoading: (state: RootState) => boolean;
331
+ export declare const selectCustomCSS: (state: RootState) => import("./models/models").CustomCSS;
332
+ export declare const selectEditedCSS: (state: RootState) => string;
333
+ export declare const selectSerpMode: (state: RootState) => device;
334
+ export declare const selectSerpLatestUpdate: (state: RootState) => number;
335
+ export declare const selectNonSellableProducts: (state: RootState) => import("../sync/models").NonSellableProducts;
336
+ export declare const selectRetailPackData: (state: RootState) => import("./models/retailPackModels").RetailPack;
337
+ export declare const selectIsLookALike: (state: RootState) => boolean;
338
+ export declare const selectPreviewData: (state: RootState) => import("./models/previewModels").PreviewState;
339
+ export declare const selectSwatches: (state: RootState) => Swatch[];
340
+ export declare const selectOptions: (state: RootState) => string[];
341
+ export declare const selectIsSwatchesLoading: (state: RootState) => boolean;
342
+ export declare const selectUnmappedColor: (state: RootState) => string;
343
+ export declare const selectLoading: (state: RootState) => {
344
+ colorFamily: boolean;
345
+ colorMapping: boolean;
346
+ pushToSites: boolean;
347
+ };
348
+ export declare const selectSwatchesConfigurationPushToSites: (state: RootState) => boolean;
349
+ export declare const setBadgesMessage: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "SearchResults/setBadgesMessage">;
350
+ export declare const setBadgesIsEditError: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "SearchResults/setBadgesIsEditError">;
351
+ export declare const setContentSearchErrorMessage: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "SearchResults/setContentSearchErrorMessage">;
352
+ export declare const setUnmappedColor: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "SearchResults/setUnmappedColor">;
353
+ export declare const setSwatchesReducer: import("@reduxjs/toolkit").ActionCreatorWithPayload<Swatch[], "SearchResults/setSwatches">;
354
+ export declare const setEditedCSS: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "SearchResults/setEditedCSS">;
355
+ export declare const setIsPersonalizationAddonEnabled: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "SearchResults/setIsPersonalizationAddonEnabled">;
356
+ export declare const setColorFamiliesIsFetch: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "SearchResults/setColorFamiliesIsFetch">;
357
+ declare const _default: import("redux").Reducer<SearchResultState, import("redux").AnyAction>;
358
+ export default _default;