@ikas/bp-storefront 0.15.0

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 (996) hide show
  1. package/dist/_virtual/URL-impl.js +1 -0
  2. package/dist/_virtual/URL.js +1 -0
  3. package/dist/_virtual/_commonjsHelpers.js +1 -0
  4. package/dist/_virtual/_nodeUtil.js +1 -0
  5. package/dist/_virtual/fetch-npm-node.js +1 -0
  6. package/dist/_virtual/index.js +1 -0
  7. package/dist/_virtual/index.mjs.js +1 -0
  8. package/dist/_virtual/isBuffer.js +1 -0
  9. package/dist/_virtual/public-api.js +1 -0
  10. package/dist/_virtual/url-state-machine.js +1 -0
  11. package/dist/_virtual/utils.js +1 -0
  12. package/dist/analytics/analytics-functions/addToCart.js +1 -0
  13. package/dist/analytics/analytics-functions/addToWishlist.js +1 -0
  14. package/dist/analytics/analytics-functions/completeRegistration.js +1 -0
  15. package/dist/analytics/analytics-functions/contactForm.js +1 -0
  16. package/dist/analytics/analytics-functions/createEmailSubscription.js +1 -0
  17. package/dist/analytics/analytics-functions/customerLogin.js +1 -0
  18. package/dist/analytics/analytics-functions/customerLogout.js +1 -0
  19. package/dist/analytics/analytics-functions/customerVisit.js +1 -0
  20. package/dist/analytics/analytics-functions/helpers.js +1 -0
  21. package/dist/analytics/analytics-functions/pageView.js +1 -0
  22. package/dist/analytics/analytics-functions/productView.js +1 -0
  23. package/dist/analytics/analytics-functions/removeFromCart.js +1 -0
  24. package/dist/analytics/analytics-functions/search.js +1 -0
  25. package/dist/analytics/analytics-functions/viewBrand.js +1 -0
  26. package/dist/analytics/analytics-functions/viewCart.js +1 -0
  27. package/dist/analytics/analytics-functions/viewCategory.js +1 -0
  28. package/dist/analytics/analytics-functions/viewListing.js +1 -0
  29. package/dist/analytics/analytics-functions/viewSearchResults.js +1 -0
  30. package/dist/analytics/analytics-functions/viewStorefrontPopup.js +1 -0
  31. package/dist/analytics/analytics.js +1 -0
  32. package/dist/analytics/events.js +1 -0
  33. package/dist/analytics/facebook/addToCart.js +1 -0
  34. package/dist/analytics/facebook/addToWishlist.js +1 -0
  35. package/dist/analytics/facebook/completeRegistration.js +1 -0
  36. package/dist/analytics/facebook/contactForm.js +1 -0
  37. package/dist/analytics/facebook/pageView.js +1 -0
  38. package/dist/analytics/facebook/productView.js +1 -0
  39. package/dist/analytics/facebook/search.js +1 -0
  40. package/dist/analytics/facebook/utils.js +1 -0
  41. package/dist/analytics/facebook/viewCart.js +1 -0
  42. package/dist/analytics/facebook/viewCategory.js +1 -0
  43. package/dist/analytics/google-analytics/addToCart.js +1 -0
  44. package/dist/analytics/google-analytics/productView.js +1 -0
  45. package/dist/analytics/google-analytics/removeFromCart.js +1 -0
  46. package/dist/analytics/google-analytics/search.js +1 -0
  47. package/dist/analytics/google-analytics/utils.js +1 -0
  48. package/dist/analytics/google-analytics/viewCart.js +1 -0
  49. package/dist/analytics/google-tag-manager/addToCart.js +1 -0
  50. package/dist/analytics/google-tag-manager/completeRegistration.js +1 -0
  51. package/dist/analytics/google-tag-manager/customerLogin.js +1 -0
  52. package/dist/analytics/google-tag-manager/customerLogout.js +1 -0
  53. package/dist/analytics/google-tag-manager/customerVisit.js +1 -0
  54. package/dist/analytics/google-tag-manager/pageView.js +1 -0
  55. package/dist/analytics/google-tag-manager/productView.js +1 -0
  56. package/dist/analytics/google-tag-manager/removeFromCart.js +1 -0
  57. package/dist/analytics/google-tag-manager/search.js +1 -0
  58. package/dist/analytics/google-tag-manager/utils.js +1 -0
  59. package/dist/analytics/google-tag-manager/viewCart.js +1 -0
  60. package/dist/analytics/google-tag-manager/viewCategory.js +1 -0
  61. package/dist/analytics/ikas/analytics.js +1 -0
  62. package/dist/analytics/tiktok/addToCart.js +1 -0
  63. package/dist/analytics/tiktok/addToWishlist.js +1 -0
  64. package/dist/analytics/tiktok/completeRegistration.js +1 -0
  65. package/dist/analytics/tiktok/contactForm.js +1 -0
  66. package/dist/analytics/tiktok/identify.js +1 -0
  67. package/dist/analytics/tiktok/pageView.js +1 -0
  68. package/dist/analytics/tiktok/productView.js +1 -0
  69. package/dist/analytics/tiktok/search.js +1 -0
  70. package/dist/analytics/tiktok/utils.js +1 -0
  71. package/dist/analytics/tiktok/viewCategory.js +1 -0
  72. package/dist/analytics/utils.js +1 -0
  73. package/dist/ext/animejs/lib/anime.esm.js +9 -0
  74. package/dist/ext/isomorphic-fetch/fetch-npm-node.js +1 -0
  75. package/dist/ext/lodash/_DataView.js +1 -0
  76. package/dist/ext/lodash/_Hash.js +1 -0
  77. package/dist/ext/lodash/_ListCache.js +1 -0
  78. package/dist/ext/lodash/_Map.js +1 -0
  79. package/dist/ext/lodash/_MapCache.js +1 -0
  80. package/dist/ext/lodash/_Promise.js +1 -0
  81. package/dist/ext/lodash/_Set.js +1 -0
  82. package/dist/ext/lodash/_SetCache.js +1 -0
  83. package/dist/ext/lodash/_Stack.js +1 -0
  84. package/dist/ext/lodash/_Symbol.js +1 -0
  85. package/dist/ext/lodash/_Uint8Array.js +1 -0
  86. package/dist/ext/lodash/_WeakMap.js +1 -0
  87. package/dist/ext/lodash/_apply.js +1 -0
  88. package/dist/ext/lodash/_arrayFilter.js +1 -0
  89. package/dist/ext/lodash/_arrayLikeKeys.js +1 -0
  90. package/dist/ext/lodash/_arrayMap.js +1 -0
  91. package/dist/ext/lodash/_arrayPush.js +1 -0
  92. package/dist/ext/lodash/_arraySome.js +1 -0
  93. package/dist/ext/lodash/_assocIndexOf.js +1 -0
  94. package/dist/ext/lodash/_baseEach.js +1 -0
  95. package/dist/ext/lodash/_baseFlatten.js +1 -0
  96. package/dist/ext/lodash/_baseFor.js +1 -0
  97. package/dist/ext/lodash/_baseForOwn.js +1 -0
  98. package/dist/ext/lodash/_baseGet.js +1 -0
  99. package/dist/ext/lodash/_baseGetAllKeys.js +1 -0
  100. package/dist/ext/lodash/_baseGetTag.js +1 -0
  101. package/dist/ext/lodash/_baseHasIn.js +1 -0
  102. package/dist/ext/lodash/_baseIsArguments.js +1 -0
  103. package/dist/ext/lodash/_baseIsEqual.js +1 -0
  104. package/dist/ext/lodash/_baseIsEqualDeep.js +1 -0
  105. package/dist/ext/lodash/_baseIsMatch.js +1 -0
  106. package/dist/ext/lodash/_baseIsNative.js +1 -0
  107. package/dist/ext/lodash/_baseIsTypedArray.js +1 -0
  108. package/dist/ext/lodash/_baseIteratee.js +1 -0
  109. package/dist/ext/lodash/_baseKeys.js +1 -0
  110. package/dist/ext/lodash/_baseMap.js +1 -0
  111. package/dist/ext/lodash/_baseMatches.js +1 -0
  112. package/dist/ext/lodash/_baseMatchesProperty.js +1 -0
  113. package/dist/ext/lodash/_baseOrderBy.js +1 -0
  114. package/dist/ext/lodash/_baseProperty.js +1 -0
  115. package/dist/ext/lodash/_basePropertyDeep.js +1 -0
  116. package/dist/ext/lodash/_baseRest.js +1 -0
  117. package/dist/ext/lodash/_baseSetToString.js +1 -0
  118. package/dist/ext/lodash/_baseSortBy.js +1 -0
  119. package/dist/ext/lodash/_baseTimes.js +1 -0
  120. package/dist/ext/lodash/_baseToString.js +1 -0
  121. package/dist/ext/lodash/_baseUnary.js +1 -0
  122. package/dist/ext/lodash/_cacheHas.js +1 -0
  123. package/dist/ext/lodash/_castPath.js +1 -0
  124. package/dist/ext/lodash/_compareAscending.js +1 -0
  125. package/dist/ext/lodash/_compareMultiple.js +1 -0
  126. package/dist/ext/lodash/_coreJsData.js +1 -0
  127. package/dist/ext/lodash/_createBaseEach.js +1 -0
  128. package/dist/ext/lodash/_createBaseFor.js +1 -0
  129. package/dist/ext/lodash/_defineProperty.js +1 -0
  130. package/dist/ext/lodash/_equalArrays.js +1 -0
  131. package/dist/ext/lodash/_equalByTag.js +1 -0
  132. package/dist/ext/lodash/_equalObjects.js +1 -0
  133. package/dist/ext/lodash/_freeGlobal.js +1 -0
  134. package/dist/ext/lodash/_getAllKeys.js +1 -0
  135. package/dist/ext/lodash/_getMapData.js +1 -0
  136. package/dist/ext/lodash/_getMatchData.js +1 -0
  137. package/dist/ext/lodash/_getNative.js +1 -0
  138. package/dist/ext/lodash/_getRawTag.js +1 -0
  139. package/dist/ext/lodash/_getSymbols.js +1 -0
  140. package/dist/ext/lodash/_getTag.js +1 -0
  141. package/dist/ext/lodash/_getValue.js +1 -0
  142. package/dist/ext/lodash/_hasPath.js +1 -0
  143. package/dist/ext/lodash/_hashClear.js +1 -0
  144. package/dist/ext/lodash/_hashDelete.js +1 -0
  145. package/dist/ext/lodash/_hashGet.js +1 -0
  146. package/dist/ext/lodash/_hashHas.js +1 -0
  147. package/dist/ext/lodash/_hashSet.js +1 -0
  148. package/dist/ext/lodash/_isFlattenable.js +1 -0
  149. package/dist/ext/lodash/_isIndex.js +1 -0
  150. package/dist/ext/lodash/_isIterateeCall.js +1 -0
  151. package/dist/ext/lodash/_isKey.js +1 -0
  152. package/dist/ext/lodash/_isKeyable.js +1 -0
  153. package/dist/ext/lodash/_isMasked.js +1 -0
  154. package/dist/ext/lodash/_isPrototype.js +1 -0
  155. package/dist/ext/lodash/_isStrictComparable.js +1 -0
  156. package/dist/ext/lodash/_listCacheClear.js +1 -0
  157. package/dist/ext/lodash/_listCacheDelete.js +1 -0
  158. package/dist/ext/lodash/_listCacheGet.js +1 -0
  159. package/dist/ext/lodash/_listCacheHas.js +1 -0
  160. package/dist/ext/lodash/_listCacheSet.js +1 -0
  161. package/dist/ext/lodash/_mapCacheClear.js +1 -0
  162. package/dist/ext/lodash/_mapCacheDelete.js +1 -0
  163. package/dist/ext/lodash/_mapCacheGet.js +1 -0
  164. package/dist/ext/lodash/_mapCacheHas.js +1 -0
  165. package/dist/ext/lodash/_mapCacheSet.js +1 -0
  166. package/dist/ext/lodash/_mapToArray.js +1 -0
  167. package/dist/ext/lodash/_matchesStrictComparable.js +1 -0
  168. package/dist/ext/lodash/_memoizeCapped.js +1 -0
  169. package/dist/ext/lodash/_nativeCreate.js +1 -0
  170. package/dist/ext/lodash/_nativeKeys.js +1 -0
  171. package/dist/ext/lodash/_nodeUtil.js +1 -0
  172. package/dist/ext/lodash/_objectToString.js +1 -0
  173. package/dist/ext/lodash/_overArg.js +1 -0
  174. package/dist/ext/lodash/_overRest.js +1 -0
  175. package/dist/ext/lodash/_root.js +1 -0
  176. package/dist/ext/lodash/_setCacheAdd.js +1 -0
  177. package/dist/ext/lodash/_setCacheHas.js +1 -0
  178. package/dist/ext/lodash/_setToArray.js +1 -0
  179. package/dist/ext/lodash/_setToString.js +1 -0
  180. package/dist/ext/lodash/_shortOut.js +1 -0
  181. package/dist/ext/lodash/_stackClear.js +1 -0
  182. package/dist/ext/lodash/_stackDelete.js +1 -0
  183. package/dist/ext/lodash/_stackGet.js +1 -0
  184. package/dist/ext/lodash/_stackHas.js +1 -0
  185. package/dist/ext/lodash/_stackSet.js +1 -0
  186. package/dist/ext/lodash/_stringToPath.js +1 -0
  187. package/dist/ext/lodash/_toKey.js +1 -0
  188. package/dist/ext/lodash/_toSource.js +1 -0
  189. package/dist/ext/lodash/constant.js +1 -0
  190. package/dist/ext/lodash/eq.js +1 -0
  191. package/dist/ext/lodash/get.js +1 -0
  192. package/dist/ext/lodash/hasIn.js +1 -0
  193. package/dist/ext/lodash/identity.js +1 -0
  194. package/dist/ext/lodash/isArguments.js +1 -0
  195. package/dist/ext/lodash/isArray.js +1 -0
  196. package/dist/ext/lodash/isArrayLike.js +1 -0
  197. package/dist/ext/lodash/isBuffer.js +1 -0
  198. package/dist/ext/lodash/isFunction.js +1 -0
  199. package/dist/ext/lodash/isLength.js +1 -0
  200. package/dist/ext/lodash/isObject.js +1 -0
  201. package/dist/ext/lodash/isObjectLike.js +1 -0
  202. package/dist/ext/lodash/isSymbol.js +1 -0
  203. package/dist/ext/lodash/isTypedArray.js +1 -0
  204. package/dist/ext/lodash/keys.js +1 -0
  205. package/dist/ext/lodash/memoize.js +1 -0
  206. package/dist/ext/lodash/property.js +1 -0
  207. package/dist/ext/lodash/sortBy.js +1 -0
  208. package/dist/ext/lodash/stubArray.js +1 -0
  209. package/dist/ext/lodash/stubFalse.js +1 -0
  210. package/dist/ext/lodash/toString.js +1 -0
  211. package/dist/ext/mobx/dist/mobx.esm.js +1 -0
  212. package/dist/ext/node-fetch/lib/index.mjs.js +1 -0
  213. package/dist/ext/tr46/index.js +1 -0
  214. package/dist/ext/tr46/lib/mappingTable.json.js +1 -0
  215. package/dist/ext/tslib/tslib.es6.mjs.js +1 -0
  216. package/dist/ext/uuid/dist/esm-browser/md5.js +1 -0
  217. package/dist/ext/uuid/dist/esm-browser/native.js +1 -0
  218. package/dist/ext/uuid/dist/esm-browser/parse.js +1 -0
  219. package/dist/ext/uuid/dist/esm-browser/regex.js +1 -0
  220. package/dist/ext/uuid/dist/esm-browser/rng.js +1 -0
  221. package/dist/ext/uuid/dist/esm-browser/sha1.js +1 -0
  222. package/dist/ext/uuid/dist/esm-browser/stringify.js +1 -0
  223. package/dist/ext/uuid/dist/esm-browser/v3.js +1 -0
  224. package/dist/ext/uuid/dist/esm-browser/v35.js +1 -0
  225. package/dist/ext/uuid/dist/esm-browser/v4.js +1 -0
  226. package/dist/ext/uuid/dist/esm-browser/v5.js +1 -0
  227. package/dist/ext/uuid/dist/esm-browser/validate.js +1 -0
  228. package/dist/ext/webidl-conversions/lib/index.js +1 -0
  229. package/dist/ext/whatwg-url/lib/URL-impl.js +1 -0
  230. package/dist/ext/whatwg-url/lib/URL.js +1 -0
  231. package/dist/ext/whatwg-url/lib/public-api.js +1 -0
  232. package/dist/ext/whatwg-url/lib/url-state-machine.js +1 -0
  233. package/dist/ext/whatwg-url/lib/utils.js +1 -0
  234. package/dist/externals/index.js +1 -0
  235. package/dist/functions/api/blog/index.js +1 -0
  236. package/dist/functions/api/brand/index.js +1 -0
  237. package/dist/functions/api/cart/index.js +1 -0
  238. package/dist/functions/api/category/index.js +1 -0
  239. package/dist/functions/api/checkout/index.js +1 -0
  240. package/dist/functions/api/customer/index.js +1 -0
  241. package/dist/functions/api/file/index.js +1 -0
  242. package/dist/functions/api/location/index.js +1 -0
  243. package/dist/functions/api/loyalty/index.js +1 -0
  244. package/dist/functions/api/popup/index.js +1 -0
  245. package/dist/functions/api/product/index.js +1 -0
  246. package/dist/functions/models/attribute-detail/index.js +1 -0
  247. package/dist/functions/models/attribute-list/index.js +1 -0
  248. package/dist/functions/models/base/index.js +1 -0
  249. package/dist/functions/models/blog/category/index.js +1 -0
  250. package/dist/functions/models/blog/category/init.js +1 -0
  251. package/dist/functions/models/blog/index.js +1 -0
  252. package/dist/functions/models/blog/init.js +1 -0
  253. package/dist/functions/models/blog-category-list/index.js +1 -0
  254. package/dist/functions/models/blog-category-list/init.js +1 -0
  255. package/dist/functions/models/blog-list/index.js +1 -0
  256. package/dist/functions/models/blog-list/init.js +1 -0
  257. package/dist/functions/models/brand/index.js +1 -0
  258. package/dist/functions/models/brand/init.js +1 -0
  259. package/dist/functions/models/brand-list/index.js +1 -0
  260. package/dist/functions/models/brand-list/init.js +1 -0
  261. package/dist/functions/models/campaign-offer/index.js +1 -0
  262. package/dist/functions/models/category/index.js +1 -0
  263. package/dist/functions/models/category/init.js +1 -0
  264. package/dist/functions/models/category/path-item/index.js +1 -0
  265. package/dist/functions/models/category/path-item/init.js +1 -0
  266. package/dist/functions/models/category-list/index.js +1 -0
  267. package/dist/functions/models/category-list/init.js +1 -0
  268. package/dist/functions/models/checkout/index.js +1 -0
  269. package/dist/functions/models/country/init.js +1 -0
  270. package/dist/functions/models/customer/address/index.js +1 -0
  271. package/dist/functions/models/customer/attribute/index.js +1 -0
  272. package/dist/functions/models/customer/attribute/init.js +1 -0
  273. package/dist/functions/models/customer/index.js +1 -0
  274. package/dist/functions/models/customer/review/index.js +1 -0
  275. package/dist/functions/models/customer/review/init.js +1 -0
  276. package/dist/functions/models/customer-review-list/index.js +1 -0
  277. package/dist/functions/models/customer-review-list/init.js +1 -0
  278. package/dist/functions/models/customer-review-summary-list/index.js +1 -0
  279. package/dist/functions/models/customer-review-summary-list/init.js +1 -0
  280. package/dist/functions/models/filter-category/index.js +1 -0
  281. package/dist/functions/models/html-meta-data/init.js +1 -0
  282. package/dist/functions/models/ikas-theme/date-picker.js +1 -0
  283. package/dist/functions/models/image/index.js +1 -0
  284. package/dist/functions/models/merchant-settings/init.js +1 -0
  285. package/dist/functions/models/order/address/index.js +1 -0
  286. package/dist/functions/models/order/adjustment/index.js +1 -0
  287. package/dist/functions/models/order/gift-package/index.js +1 -0
  288. package/dist/functions/models/order/index.js +1 -0
  289. package/dist/functions/models/order/line-item/index.js +1 -0
  290. package/dist/functions/models/order/line-item/variant/bundle-product/bundle-variant/index.js +1 -0
  291. package/dist/functions/models/order/line-item/variant/index.js +1 -0
  292. package/dist/functions/models/order/line-item/variant/value/index.js +1 -0
  293. package/dist/functions/models/order/transaction/index.js +1 -0
  294. package/dist/functions/models/payment-gateway/index.js +1 -0
  295. package/dist/functions/models/payment-gateway/init.js +1 -0
  296. package/dist/functions/models/product/attribute/init.js +1 -0
  297. package/dist/functions/models/product/attribute-value/index.js +1 -0
  298. package/dist/functions/models/product/attribute-value/init.js +1 -0
  299. package/dist/functions/models/product/campaign-offer/index.js +1 -0
  300. package/dist/functions/models/product/campaign-offer/init.js +1 -0
  301. package/dist/functions/models/product/campaign-offer/product/init.js +1 -0
  302. package/dist/functions/models/product/filter/index.js +1 -0
  303. package/dist/functions/models/product/group/init.js +1 -0
  304. package/dist/functions/models/product/image/init.js +1 -0
  305. package/dist/functions/models/product/index.js +1 -0
  306. package/dist/functions/models/product/init.js +1 -0
  307. package/dist/functions/models/product/option-set/index.js +1 -0
  308. package/dist/functions/models/product/option-set/init.js +1 -0
  309. package/dist/functions/models/product/option-set/option/index.js +1 -0
  310. package/dist/functions/models/product/option-set/option/init.js +1 -0
  311. package/dist/functions/models/product/variant/index.js +1 -0
  312. package/dist/functions/models/product/variant/init.js +1 -0
  313. package/dist/functions/models/product/variant/price/index.js +1 -0
  314. package/dist/functions/models/product/variant-type/init.js +1 -0
  315. package/dist/functions/models/product-list/index.js +1 -0
  316. package/dist/functions/models/raffle/index.js +1 -0
  317. package/dist/functions/models/raffle/init.js +1 -0
  318. package/dist/functions/models/state/init.js +1 -0
  319. package/dist/functions/models/validator/account-info/index.js +1 -0
  320. package/dist/functions/models/validator/address/index.js +1 -0
  321. package/dist/functions/models/validator/back-in-stock-notification/index.js +1 -0
  322. package/dist/functions/models/validator/contact-form/index.js +1 -0
  323. package/dist/functions/models/validator/coupon-code-form/index.js +1 -0
  324. package/dist/functions/models/validator/customer-review/index.js +1 -0
  325. package/dist/functions/models/validator/forgot-password/index.js +1 -0
  326. package/dist/functions/models/validator/index.js +1 -0
  327. package/dist/functions/models/validator/login/index.js +1 -0
  328. package/dist/functions/models/validator/newsletter-subscription/index.js +1 -0
  329. package/dist/functions/models/validator/order-tracking/index.js +1 -0
  330. package/dist/functions/models/validator/recover-password/index.js +1 -0
  331. package/dist/functions/models/validator/register/index.js +1 -0
  332. package/dist/functions/models/validator/sms-login/index.js +1 -0
  333. package/dist/functions/models/validator/verify-phone-number/index.js +1 -0
  334. package/dist/functions/models/variant-type/index.js +1 -0
  335. package/dist/functions/models/variant-type/init.js +1 -0
  336. package/dist/functions/models/variant-type/variant-value/index.js +1 -0
  337. package/dist/functions/others/index.js +1 -0
  338. package/dist/functions/stores/base/index.js +1 -0
  339. package/dist/functions/stores/cart/index.js +1 -0
  340. package/dist/functions/stores/customer/index.js +1 -0
  341. package/dist/i18n/index.js +1 -0
  342. package/dist/index.js +1 -0
  343. package/dist/packages/storefront-api/src/__api/mutations/activateCustomer.js +1 -0
  344. package/dist/packages/storefront-api/src/__api/mutations/addItemToCart.js +1 -0
  345. package/dist/packages/storefront-api/src/__api/mutations/createAdyenBalancePlatformPaymentSession.js +1 -0
  346. package/dist/packages/storefront-api/src/__api/mutations/createCustomerReview.js +1 -0
  347. package/dist/packages/storefront-api/src/__api/mutations/createKlarnaClientToken.js +1 -0
  348. package/dist/packages/storefront-api/src/__api/mutations/createOrderRefundRequest.js +1 -0
  349. package/dist/packages/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.js +1 -0
  350. package/dist/packages/storefront-api/src/__api/mutations/createPaypalOrder.js +1 -0
  351. package/dist/packages/storefront-api/src/__api/mutations/createSaleTransactionWithCart.js +1 -0
  352. package/dist/packages/storefront-api/src/__api/mutations/createStripePaymentIntent.js +1 -0
  353. package/dist/packages/storefront-api/src/__api/mutations/customerDeactivate.js +1 -0
  354. package/dist/packages/storefront-api/src/__api/mutations/customerForgotPassword.js +1 -0
  355. package/dist/packages/storefront-api/src/__api/mutations/customerLogin.js +1 -0
  356. package/dist/packages/storefront-api/src/__api/mutations/customerRecoverPassword.js +1 -0
  357. package/dist/packages/storefront-api/src/__api/mutations/customerRefreshToken.js +1 -0
  358. package/dist/packages/storefront-api/src/__api/mutations/getOrderLineFile.js +1 -0
  359. package/dist/packages/storefront-api/src/__api/mutations/getPaypalClientId.js +1 -0
  360. package/dist/packages/storefront-api/src/__api/mutations/registerCustomer.js +1 -0
  361. package/dist/packages/storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart.js +1 -0
  362. package/dist/packages/storefront-api/src/__api/mutations/resendCustomerActivationMail.js +1 -0
  363. package/dist/packages/storefront-api/src/__api/mutations/resendCustomerPhoneVerificationCode.js +1 -0
  364. package/dist/packages/storefront-api/src/__api/mutations/retrieveInstallmentInfo.js +1 -0
  365. package/dist/packages/storefront-api/src/__api/mutations/saveCart.js +1 -0
  366. package/dist/packages/storefront-api/src/__api/mutations/saveCartCouponCode.js +1 -0
  367. package/dist/packages/storefront-api/src/__api/mutations/saveCustomerFormData.js +1 -0
  368. package/dist/packages/storefront-api/src/__api/mutations/saveFavoriteProduct.js +1 -0
  369. package/dist/packages/storefront-api/src/__api/mutations/saveLastViewedProducts.js +1 -0
  370. package/dist/packages/storefront-api/src/__api/mutations/saveMyCustomer.js +1 -0
  371. package/dist/packages/storefront-api/src/__api/mutations/saveProductBackInStockRemind.js +1 -0
  372. package/dist/packages/storefront-api/src/__api/mutations/sendContactFormToMerchant.js +1 -0
  373. package/dist/packages/storefront-api/src/__api/mutations/subscribeToMarketingNotifications.js +1 -0
  374. package/dist/packages/storefront-api/src/__api/mutations/updateCartCampaignOffer.js +1 -0
  375. package/dist/packages/storefront-api/src/__api/mutations/useLoyaltyPoints.js +1 -0
  376. package/dist/packages/storefront-api/src/__api/mutations/validateCustomerPhoneVerificationCode.js +1 -0
  377. package/dist/packages/storefront-api/src/__api/mutations/validateOTPCode.js +1 -0
  378. package/dist/packages/storefront-api/src/__api/queries/checkCartStocks.js +1 -0
  379. package/dist/packages/storefront-api/src/__api/queries/checkCustomerEmail.js +1 -0
  380. package/dist/packages/storefront-api/src/__api/queries/checkStocks.js +1 -0
  381. package/dist/packages/storefront-api/src/__api/queries/customerSocialLogin.js +1 -0
  382. package/dist/packages/storefront-api/src/__api/queries/exportCustomerPersonalData.js +1 -0
  383. package/dist/packages/storefront-api/src/__api/queries/getAvailableShippingCountries.js +1 -0
  384. package/dist/packages/storefront-api/src/__api/queries/getAvailableShippingZones.js +1 -0
  385. package/dist/packages/storefront-api/src/__api/queries/getAvailableStockLocations.js +1 -0
  386. package/dist/packages/storefront-api/src/__api/queries/getCartById.js +1 -0
  387. package/dist/packages/storefront-api/src/__api/queries/getCustomerOrders.js +1 -0
  388. package/dist/packages/storefront-api/src/__api/queries/getDigitalProductFileDownloadUrl.js +1 -0
  389. package/dist/packages/storefront-api/src/__api/queries/getLastViewedProducts.js +1 -0
  390. package/dist/packages/storefront-api/src/__api/queries/getLoyaltyCustomerInfo.js +1 -0
  391. package/dist/packages/storefront-api/src/__api/queries/getMyCountry.js +1 -0
  392. package/dist/packages/storefront-api/src/__api/queries/getMyCustomer.js +1 -0
  393. package/dist/packages/storefront-api/src/__api/queries/getOrderByEmail.js +1 -0
  394. package/dist/packages/storefront-api/src/__api/queries/getProductCampaigns.js +1 -0
  395. package/dist/packages/storefront-api/src/__api/queries/getProductFilterData.js +1 -0
  396. package/dist/packages/storefront-api/src/__api/queries/getProductOptionFileUrl.js +1 -0
  397. package/dist/packages/storefront-api/src/__api/queries/getRelatedProducts.js +1 -0
  398. package/dist/packages/storefront-api/src/__api/queries/getStorefrontWidgetSettings.js +1 -0
  399. package/dist/packages/storefront-api/src/__api/queries/getSuggestedProducts.js +1 -0
  400. package/dist/packages/storefront-api/src/__api/queries/getVariantStockLocations.js +1 -0
  401. package/dist/packages/storefront-api/src/__api/queries/isFavoriteProduct.js +1 -0
  402. package/dist/packages/storefront-api/src/__api/queries/listBlog.js +1 -0
  403. package/dist/packages/storefront-api/src/__api/queries/listBlogCategory.js +1 -0
  404. package/dist/packages/storefront-api/src/__api/queries/listBlogMetadata.js +1 -0
  405. package/dist/packages/storefront-api/src/__api/queries/listCampaignOffer.js +1 -0
  406. package/dist/packages/storefront-api/src/__api/queries/listCategory.js +1 -0
  407. package/dist/packages/storefront-api/src/__api/queries/listCheckoutSettings.js +1 -0
  408. package/dist/packages/storefront-api/src/__api/queries/listCity.js +1 -0
  409. package/dist/packages/storefront-api/src/__api/queries/listCountry.js +1 -0
  410. package/dist/packages/storefront-api/src/__api/queries/listCustomerAttribute.js +1 -0
  411. package/dist/packages/storefront-api/src/__api/queries/listCustomerReviewSummary.js +1 -0
  412. package/dist/packages/storefront-api/src/__api/queries/listCustomerReviews.js +1 -0
  413. package/dist/packages/storefront-api/src/__api/queries/listCustomerSettings.js +1 -0
  414. package/dist/packages/storefront-api/src/__api/queries/listDistrict.js +1 -0
  415. package/dist/packages/storefront-api/src/__api/queries/listEarningMethods.js +1 -0
  416. package/dist/packages/storefront-api/src/__api/queries/listFavoriteProducts.js +1 -0
  417. package/dist/packages/storefront-api/src/__api/queries/listLoyaltyProgramPointHistory.js +1 -0
  418. package/dist/packages/storefront-api/src/__api/queries/listLoyaltyProgramTiers.js +1 -0
  419. package/dist/packages/storefront-api/src/__api/queries/listOrderRefundSettings.js +1 -0
  420. package/dist/packages/storefront-api/src/__api/queries/listOrderTransactions.js +1 -0
  421. package/dist/packages/storefront-api/src/__api/queries/listPaymentGateway.js +1 -0
  422. package/dist/packages/storefront-api/src/__api/queries/listProductAttribute.js +1 -0
  423. package/dist/packages/storefront-api/src/__api/queries/listProductBackInStockRemind.js +1 -0
  424. package/dist/packages/storefront-api/src/__api/queries/listProductBrand.js +1 -0
  425. package/dist/packages/storefront-api/src/__api/queries/listProductFile.js +1 -0
  426. package/dist/packages/storefront-api/src/__api/queries/listProductOptionSet.js +1 -0
  427. package/dist/packages/storefront-api/src/__api/queries/listSpendingMethodsByCartId.js +1 -0
  428. package/dist/packages/storefront-api/src/__api/queries/listState.js +1 -0
  429. package/dist/packages/storefront-api/src/__api/queries/listStockLocation.js +1 -0
  430. package/dist/packages/storefront-api/src/__api/queries/listStorefrontPopup.js +1 -0
  431. package/dist/packages/storefront-api/src/__api/queries/searchProducts.js +1 -0
  432. package/dist/packages/storefront-api/src/index.js +1 -0
  433. package/dist/packages/storefront-api-client/ext/tslib/tslib.es6.js +15 -0
  434. package/dist/packages/storefront-api-client/src/config/index.js +1 -0
  435. package/dist/packages/storefront-api-client/src/utils/api.js +1 -0
  436. package/dist/packages/storefront-api-client/src/utils/fetch-query.js +1 -0
  437. package/dist/packages/storefront-config/src/index.js +1 -0
  438. package/dist/packages/storefront-models/src/models/merchant-settings/index.js +1 -0
  439. package/dist/router/index.js +1 -0
  440. package/dist/storefront/src/analytics/analytics-functions/addToCart.d.ts +2 -0
  441. package/dist/storefront/src/analytics/analytics-functions/addToWishlist.d.ts +1 -0
  442. package/dist/storefront/src/analytics/analytics-functions/completeRegistration.d.ts +2 -0
  443. package/dist/storefront/src/analytics/analytics-functions/contactForm.d.ts +2 -0
  444. package/dist/storefront/src/analytics/analytics-functions/createEmailSubscription.d.ts +1 -0
  445. package/dist/storefront/src/analytics/analytics-functions/customerLogin.d.ts +1 -0
  446. package/dist/storefront/src/analytics/analytics-functions/customerLogout.d.ts +1 -0
  447. package/dist/storefront/src/analytics/analytics-functions/customerVisit.d.ts +1 -0
  448. package/dist/storefront/src/analytics/analytics-functions/helpers.d.ts +12 -0
  449. package/dist/storefront/src/analytics/analytics-functions/index.d.ts +18 -0
  450. package/dist/storefront/src/analytics/analytics-functions/pageView.d.ts +2 -0
  451. package/dist/storefront/src/analytics/analytics-functions/productView.d.ts +2 -0
  452. package/dist/storefront/src/analytics/analytics-functions/removeFromCart.d.ts +2 -0
  453. package/dist/storefront/src/analytics/analytics-functions/search.d.ts +1 -0
  454. package/dist/storefront/src/analytics/analytics-functions/viewBrand.d.ts +2 -0
  455. package/dist/storefront/src/analytics/analytics-functions/viewCart.d.ts +2 -0
  456. package/dist/storefront/src/analytics/analytics-functions/viewCategory.d.ts +2 -0
  457. package/dist/storefront/src/analytics/analytics-functions/viewListing.d.ts +2 -0
  458. package/dist/storefront/src/analytics/analytics-functions/viewSearchResults.d.ts +2 -0
  459. package/dist/storefront/src/analytics/analytics-functions/viewStorefrontPopup.d.ts +2 -0
  460. package/dist/storefront/src/analytics/analytics.d.ts +5 -0
  461. package/dist/storefront/src/analytics/events.d.ts +15 -0
  462. package/dist/storefront/src/analytics/facebook/addToCart.d.ts +2 -0
  463. package/dist/storefront/src/analytics/facebook/addToWishlist.d.ts +1 -0
  464. package/dist/storefront/src/analytics/facebook/completeRegistration.d.ts +1 -0
  465. package/dist/storefront/src/analytics/facebook/contactForm.d.ts +1 -0
  466. package/dist/storefront/src/analytics/facebook/pageView.d.ts +1 -0
  467. package/dist/storefront/src/analytics/facebook/productView.d.ts +2 -0
  468. package/dist/storefront/src/analytics/facebook/purchase.d.ts +2 -0
  469. package/dist/storefront/src/analytics/facebook/search.d.ts +1 -0
  470. package/dist/storefront/src/analytics/facebook/utils.d.ts +3 -0
  471. package/dist/storefront/src/analytics/facebook/viewCart.d.ts +2 -0
  472. package/dist/storefront/src/analytics/facebook/viewCategory.d.ts +1 -0
  473. package/dist/storefront/src/analytics/google-analytics/addToCart.d.ts +2 -0
  474. package/dist/storefront/src/analytics/google-analytics/productView.d.ts +2 -0
  475. package/dist/storefront/src/analytics/google-analytics/removeFromCart.d.ts +2 -0
  476. package/dist/storefront/src/analytics/google-analytics/search.d.ts +1 -0
  477. package/dist/storefront/src/analytics/google-analytics/utils.d.ts +16 -0
  478. package/dist/storefront/src/analytics/google-analytics/viewCart.d.ts +2 -0
  479. package/dist/storefront/src/analytics/google-tag-manager/addToCart.d.ts +22 -0
  480. package/dist/storefront/src/analytics/google-tag-manager/completeRegistration.d.ts +5 -0
  481. package/dist/storefront/src/analytics/google-tag-manager/customerLogin.d.ts +4 -0
  482. package/dist/storefront/src/analytics/google-tag-manager/customerLogout.d.ts +3 -0
  483. package/dist/storefront/src/analytics/google-tag-manager/customerVisit.d.ts +4 -0
  484. package/dist/storefront/src/analytics/google-tag-manager/disableHTML.d.ts +1 -0
  485. package/dist/storefront/src/analytics/google-tag-manager/pageView.d.ts +4 -0
  486. package/dist/storefront/src/analytics/google-tag-manager/productView.d.ts +30 -0
  487. package/dist/storefront/src/analytics/google-tag-manager/removeFromCart.d.ts +22 -0
  488. package/dist/storefront/src/analytics/google-tag-manager/search.d.ts +4 -0
  489. package/dist/storefront/src/analytics/google-tag-manager/utils.d.ts +16 -0
  490. package/dist/storefront/src/analytics/google-tag-manager/viewCart.d.ts +7 -0
  491. package/dist/storefront/src/analytics/google-tag-manager/viewCategory.d.ts +14 -0
  492. package/dist/storefront/src/analytics/ikas/analytics.d.ts +28 -0
  493. package/dist/storefront/src/analytics/tiktok/addToCart.d.ts +2 -0
  494. package/dist/storefront/src/analytics/tiktok/addToWishlist.d.ts +1 -0
  495. package/dist/storefront/src/analytics/tiktok/completeRegistration.d.ts +1 -0
  496. package/dist/storefront/src/analytics/tiktok/contactForm.d.ts +1 -0
  497. package/dist/storefront/src/analytics/tiktok/identify.d.ts +1 -0
  498. package/dist/storefront/src/analytics/tiktok/pageView.d.ts +1 -0
  499. package/dist/storefront/src/analytics/tiktok/productView.d.ts +2 -0
  500. package/dist/storefront/src/analytics/tiktok/search.d.ts +1 -0
  501. package/dist/storefront/src/analytics/tiktok/utils.d.ts +2 -0
  502. package/dist/storefront/src/analytics/tiktok/viewCategory.d.ts +2 -0
  503. package/dist/storefront/src/analytics/utils.d.ts +43 -0
  504. package/dist/storefront/src/externals/index.d.ts +6 -0
  505. package/dist/storefront/src/functions/api/blog/index.d.ts +26 -0
  506. package/dist/storefront/src/functions/api/brand/index.d.ts +11 -0
  507. package/dist/storefront/src/functions/api/cart/index.d.ts +14 -0
  508. package/dist/storefront/src/functions/api/category/index.d.ts +10 -0
  509. package/dist/storefront/src/functions/api/checkout/index.d.ts +32 -0
  510. package/dist/storefront/src/functions/api/customer/index.d.ts +204 -0
  511. package/dist/storefront/src/functions/api/file/index.d.ts +10 -0
  512. package/dist/storefront/src/functions/api/html-meta-data/index.d.ts +4 -0
  513. package/dist/storefront/src/functions/api/location/index.d.ts +13 -0
  514. package/dist/storefront/src/functions/api/loyalty/index.d.ts +15 -0
  515. package/dist/storefront/src/functions/api/masterpass/index.d.ts +2 -0
  516. package/dist/storefront/src/functions/api/merchant/index.d.ts +4 -0
  517. package/dist/storefront/src/functions/api/popup/index.d.ts +4 -0
  518. package/dist/storefront/src/functions/api/product/index.d.ts +55 -0
  519. package/dist/storefront/src/functions/api/raffle/index.d.ts +15 -0
  520. package/dist/storefront/src/functions/api/storefront/index.d.ts +3 -0
  521. package/dist/storefront/src/functions/models/attribute-detail/index.d.ts +21 -0
  522. package/dist/storefront/src/functions/models/attribute-list/index.d.ts +21 -0
  523. package/dist/storefront/src/functions/models/base/index.d.ts +18 -0
  524. package/dist/storefront/src/functions/models/blog/category/index.d.ts +33 -0
  525. package/dist/storefront/src/functions/models/blog/category/init.d.ts +17 -0
  526. package/dist/storefront/src/functions/models/blog/index.d.ts +35 -0
  527. package/dist/storefront/src/functions/models/blog/init.d.ts +17 -0
  528. package/dist/storefront/src/functions/models/blog-category-list/index.d.ts +149 -0
  529. package/dist/storefront/src/functions/models/blog-category-list/init.d.ts +17 -0
  530. package/dist/storefront/src/functions/models/blog-list/index.d.ts +149 -0
  531. package/dist/storefront/src/functions/models/blog-list/init.d.ts +17 -0
  532. package/dist/storefront/src/functions/models/brand/index.d.ts +18 -0
  533. package/dist/storefront/src/functions/models/brand/init.d.ts +18 -0
  534. package/dist/storefront/src/functions/models/brand-list/index.d.ts +149 -0
  535. package/dist/storefront/src/functions/models/brand-list/init.d.ts +17 -0
  536. package/dist/storefront/src/functions/models/campaign-offer/index.d.ts +55 -0
  537. package/dist/storefront/src/functions/models/category/index.d.ts +35 -0
  538. package/dist/storefront/src/functions/models/category/init.d.ts +18 -0
  539. package/dist/storefront/src/functions/models/category/path-item/index.d.ts +35 -0
  540. package/dist/storefront/src/functions/models/category/path-item/init.d.ts +18 -0
  541. package/dist/storefront/src/functions/models/category-list/index.d.ts +149 -0
  542. package/dist/storefront/src/functions/models/category-list/init.d.ts +17 -0
  543. package/dist/storefront/src/functions/models/checkout/index.d.ts +39 -0
  544. package/dist/storefront/src/functions/models/country/init.d.ts +20 -0
  545. package/dist/storefront/src/functions/models/customer/address/index.d.ts +106 -0
  546. package/dist/storefront/src/functions/models/customer/attribute/index.d.ts +39 -0
  547. package/dist/storefront/src/functions/models/customer/attribute/init.d.ts +19 -0
  548. package/dist/storefront/src/functions/models/customer/index.d.ts +47 -0
  549. package/dist/storefront/src/functions/models/customer/review/index.d.ts +18 -0
  550. package/dist/storefront/src/functions/models/customer/review/init.d.ts +18 -0
  551. package/dist/storefront/src/functions/models/customer-review-list/index.d.ts +141 -0
  552. package/dist/storefront/src/functions/models/customer-review-list/init.d.ts +17 -0
  553. package/dist/storefront/src/functions/models/customer-review-summary-list/index.d.ts +106 -0
  554. package/dist/storefront/src/functions/models/customer-review-summary-list/init.d.ts +17 -0
  555. package/dist/storefront/src/functions/models/filter-category/index.d.ts +35 -0
  556. package/dist/storefront/src/functions/models/html-meta-data/init.d.ts +38 -0
  557. package/dist/storefront/src/functions/models/ikas-theme/date-picker.d.ts +379 -0
  558. package/dist/storefront/src/functions/models/image/index.d.ts +56 -0
  559. package/dist/storefront/src/functions/models/index.d.ts +84 -0
  560. package/dist/storefront/src/functions/models/merchant-settings/init.d.ts +18 -0
  561. package/dist/storefront/src/functions/models/order/address/index.d.ts +93 -0
  562. package/dist/storefront/src/functions/models/order/adjustment/index.d.ts +56 -0
  563. package/dist/storefront/src/functions/models/order/gift-package/index.d.ts +19 -0
  564. package/dist/storefront/src/functions/models/order/index.d.ts +428 -0
  565. package/dist/storefront/src/functions/models/order/line-item/index.d.ts +307 -0
  566. package/dist/storefront/src/functions/models/order/line-item/option/value/index.d.ts +37 -0
  567. package/dist/storefront/src/functions/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +20 -0
  568. package/dist/storefront/src/functions/models/order/line-item/variant/index.d.ts +37 -0
  569. package/dist/storefront/src/functions/models/order/line-item/variant/value/index.d.ts +35 -0
  570. package/dist/storefront/src/functions/models/order/package/index.d.ts +20 -0
  571. package/dist/storefront/src/functions/models/order/transaction/index.d.ts +37 -0
  572. package/dist/storefront/src/functions/models/payment-gateway/index.d.ts +31 -0
  573. package/dist/storefront/src/functions/models/payment-gateway/init.d.ts +20 -0
  574. package/dist/storefront/src/functions/models/product/attribute/init.d.ts +17 -0
  575. package/dist/storefront/src/functions/models/product/attribute-value/index.d.ts +52 -0
  576. package/dist/storefront/src/functions/models/product/attribute-value/init.d.ts +16 -0
  577. package/dist/storefront/src/functions/models/product/campaign-offer/index.d.ts +18 -0
  578. package/dist/storefront/src/functions/models/product/campaign-offer/init.d.ts +18 -0
  579. package/dist/storefront/src/functions/models/product/campaign-offer/product/init.d.ts +17 -0
  580. package/dist/storefront/src/functions/models/product/filter/index.d.ts +344 -0
  581. package/dist/storefront/src/functions/models/product/filter/settings/init.d.ts +22 -0
  582. package/dist/storefront/src/functions/models/product/group/init.d.ts +35 -0
  583. package/dist/storefront/src/functions/models/product/image/init.d.ts +16 -0
  584. package/dist/storefront/src/functions/models/product/index.d.ts +1055 -0
  585. package/dist/storefront/src/functions/models/product/init.d.ts +57 -0
  586. package/dist/storefront/src/functions/models/product/option-set/index.d.ts +84 -0
  587. package/dist/storefront/src/functions/models/product/option-set/init.d.ts +19 -0
  588. package/dist/storefront/src/functions/models/product/option-set/option/index.d.ts +449 -0
  589. package/dist/storefront/src/functions/models/product/option-set/option/init.d.ts +17 -0
  590. package/dist/storefront/src/functions/models/product/stock-location/index.d.ts +17 -0
  591. package/dist/storefront/src/functions/models/product/variant/index.d.ts +868 -0
  592. package/dist/storefront/src/functions/models/product/variant/init.d.ts +16 -0
  593. package/dist/storefront/src/functions/models/product/variant/price/index.d.ts +70 -0
  594. package/dist/storefront/src/functions/models/product/variant-type/init.d.ts +17 -0
  595. package/dist/storefront/src/functions/models/product-list/index.d.ts +669 -0
  596. package/dist/storefront/src/functions/models/raffle/index.d.ts +19 -0
  597. package/dist/storefront/src/functions/models/raffle/init.d.ts +20 -0
  598. package/dist/storefront/src/functions/models/state/init.d.ts +20 -0
  599. package/dist/storefront/src/functions/models/validator/account-info/index.d.ts +87 -0
  600. package/dist/storefront/src/functions/models/validator/address/index.d.ts +333 -0
  601. package/dist/storefront/src/functions/models/validator/back-in-stock-notification/index.d.ts +54 -0
  602. package/dist/storefront/src/functions/models/validator/contact-form/index.d.ts +121 -0
  603. package/dist/storefront/src/functions/models/validator/coupon-code-form/index.d.ts +72 -0
  604. package/dist/storefront/src/functions/models/validator/customer-review/index.d.ts +88 -0
  605. package/dist/storefront/src/functions/models/validator/forgot-password/index.d.ts +53 -0
  606. package/dist/storefront/src/functions/models/validator/index.d.ts +54 -0
  607. package/dist/storefront/src/functions/models/validator/login/index.d.ts +70 -0
  608. package/dist/storefront/src/functions/models/validator/newsletter-subscription/index.d.ts +70 -0
  609. package/dist/storefront/src/functions/models/validator/order-tracking/index.d.ts +70 -0
  610. package/dist/storefront/src/functions/models/validator/recover-password/index.d.ts +70 -0
  611. package/dist/storefront/src/functions/models/validator/register/index.d.ts +297 -0
  612. package/dist/storefront/src/functions/models/validator/sms-login/index.d.ts +171 -0
  613. package/dist/storefront/src/functions/models/validator/verify-phone-number/index.d.ts +69 -0
  614. package/dist/storefront/src/functions/models/variant-type/index.d.ts +37 -0
  615. package/dist/storefront/src/functions/models/variant-type/init.d.ts +18 -0
  616. package/dist/storefront/src/functions/models/variant-type/variant-value/index.d.ts +91 -0
  617. package/dist/storefront/src/functions/others/index.d.ts +18 -0
  618. package/dist/storefront/src/functions/stores/base/index.d.ts +18 -0
  619. package/dist/storefront/src/functions/stores/cart/index.d.ts +547 -0
  620. package/dist/storefront/src/functions/stores/customer/index.d.ts +1919 -0
  621. package/dist/storefront/src/functions/stores/index.d.ts +3 -0
  622. package/dist/storefront/src/i18n/index.d.ts +9 -0
  623. package/dist/storefront/src/index.d.ts +28 -0
  624. package/dist/storefront/src/router/index.d.ts +161 -0
  625. package/dist/storefront/src/stores/base/index.d.ts +11 -0
  626. package/dist/storefront/src/stores/cart/index.d.ts +9 -0
  627. package/dist/storefront/src/stores/customer/index.d.ts +44 -0
  628. package/dist/storefront/src/theme/infinite-scroller/index.d.ts +3 -0
  629. package/dist/storefront/src/theme/overlay/index.d.ts +5 -0
  630. package/dist/storefront/src/theme/slider/index.d.ts +8 -0
  631. package/dist/storefront/src/theme/styles/index.d.ts +7 -0
  632. package/dist/storefront/src/utils/blueprint.d.ts +4 -0
  633. package/dist/storefront/src/utils/currency.d.ts +7 -0
  634. package/dist/storefront/src/utils/fetch.d.ts +7 -0
  635. package/dist/storefront/src/utils/helper.d.ts +21 -0
  636. package/dist/storefront/src/utils/object-wrapper.d.ts +9 -0
  637. package/dist/storefront-api/src/__api/mutations/activateCustomer.d.ts +6 -0
  638. package/dist/storefront-api/src/__api/mutations/addItemToCart.d.ts +6 -0
  639. package/dist/storefront-api/src/__api/mutations/createAdyenBalancePlatformPaymentSession.d.ts +6 -0
  640. package/dist/storefront-api/src/__api/mutations/createCustomerReview.d.ts +6 -0
  641. package/dist/storefront-api/src/__api/mutations/createKlarnaClientToken.d.ts +6 -0
  642. package/dist/storefront-api/src/__api/mutations/createOrderRefundRequest.d.ts +6 -0
  643. package/dist/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.d.ts +6 -0
  644. package/dist/storefront-api/src/__api/mutations/createPaypalOrder.d.ts +7 -0
  645. package/dist/storefront-api/src/__api/mutations/createSaleTransactionWithCart.d.ts +6 -0
  646. package/dist/storefront-api/src/__api/mutations/createStripePaymentIntent.d.ts +6 -0
  647. package/dist/storefront-api/src/__api/mutations/customerDeactivate.d.ts +5 -0
  648. package/dist/storefront-api/src/__api/mutations/customerForgotPassword.d.ts +7 -0
  649. package/dist/storefront-api/src/__api/mutations/customerLogin.d.ts +9 -0
  650. package/dist/storefront-api/src/__api/mutations/customerRecoverPassword.d.ts +8 -0
  651. package/dist/storefront-api/src/__api/mutations/customerRefreshToken.d.ts +6 -0
  652. package/dist/storefront-api/src/__api/mutations/getOrderLineFile.d.ts +6 -0
  653. package/dist/storefront-api/src/__api/mutations/getPaypalClientId.d.ts +6 -0
  654. package/dist/storefront-api/src/__api/mutations/registerCustomer.d.ts +20 -0
  655. package/dist/storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart.d.ts +7 -0
  656. package/dist/storefront-api/src/__api/mutations/resendCustomerActivationMail.d.ts +6 -0
  657. package/dist/storefront-api/src/__api/mutations/resendCustomerPhoneVerificationCode.d.ts +6 -0
  658. package/dist/storefront-api/src/__api/mutations/retrieveInstallmentInfo.d.ts +6 -0
  659. package/dist/storefront-api/src/__api/mutations/saveCart.d.ts +6 -0
  660. package/dist/storefront-api/src/__api/mutations/saveCartCouponCode.d.ts +7 -0
  661. package/dist/storefront-api/src/__api/mutations/saveCustomerFormData.d.ts +6 -0
  662. package/dist/storefront-api/src/__api/mutations/saveFavoriteProduct.d.ts +8 -0
  663. package/dist/storefront-api/src/__api/mutations/saveLastViewedProducts.d.ts +6 -0
  664. package/dist/storefront-api/src/__api/mutations/saveMyCustomer.d.ts +6 -0
  665. package/dist/storefront-api/src/__api/mutations/saveProductBackInStockRemind.d.ts +6 -0
  666. package/dist/storefront-api/src/__api/mutations/sendContactFormToMerchant.d.ts +12 -0
  667. package/dist/storefront-api/src/__api/mutations/subscribeToMarketingNotifications.d.ts +6 -0
  668. package/dist/storefront-api/src/__api/mutations/updateCartCampaignOffer.d.ts +6 -0
  669. package/dist/storefront-api/src/__api/mutations/useLoyaltyPoints.d.ts +6 -0
  670. package/dist/storefront-api/src/__api/mutations/validateCustomerPhoneVerificationCode.d.ts +7 -0
  671. package/dist/storefront-api/src/__api/mutations/validateOTPCode.d.ts +8 -0
  672. package/dist/storefront-api/src/__api/queries/checkCartStocks.d.ts +7 -0
  673. package/dist/storefront-api/src/__api/queries/checkCustomerEmail.d.ts +8 -0
  674. package/dist/storefront-api/src/__api/queries/checkStocks.d.ts +7 -0
  675. package/dist/storefront-api/src/__api/queries/customerSocialLogin.d.ts +6 -0
  676. package/dist/storefront-api/src/__api/queries/exportCustomerPersonalData.d.ts +2 -0
  677. package/dist/storefront-api/src/__api/queries/getAvailableShippingCountries.d.ts +5 -0
  678. package/dist/storefront-api/src/__api/queries/getAvailableShippingZones.d.ts +6 -0
  679. package/dist/storefront-api/src/__api/queries/getAvailableStockLocations.d.ts +8 -0
  680. package/dist/storefront-api/src/__api/queries/getCartById.d.ts +9 -0
  681. package/dist/storefront-api/src/__api/queries/getCustomerOrders.d.ts +6 -0
  682. package/dist/storefront-api/src/__api/queries/getDigitalProductFileDownloadUrl.d.ts +6 -0
  683. package/dist/storefront-api/src/__api/queries/getLastViewedProducts.d.ts +6 -0
  684. package/dist/storefront-api/src/__api/queries/getLoyaltyCustomerInfo.d.ts +6 -0
  685. package/dist/storefront-api/src/__api/queries/getMyCountry.d.ts +2 -0
  686. package/dist/storefront-api/src/__api/queries/getMyCustomer.d.ts +3 -0
  687. package/dist/storefront-api/src/__api/queries/getOrderByEmail.d.ts +7 -0
  688. package/dist/storefront-api/src/__api/queries/getProductCampaigns.d.ts +6 -0
  689. package/dist/storefront-api/src/__api/queries/getProductFilterData.d.ts +7 -0
  690. package/dist/storefront-api/src/__api/queries/getProductOptionFileUrl.d.ts +8 -0
  691. package/dist/storefront-api/src/__api/queries/getRelatedProducts.d.ts +16 -0
  692. package/dist/storefront-api/src/__api/queries/getStorefrontWidgetSettings.d.ts +3 -0
  693. package/dist/storefront-api/src/__api/queries/getSuggestedProducts.d.ts +16 -0
  694. package/dist/storefront-api/src/__api/queries/getVariantStockLocations.d.ts +7 -0
  695. package/dist/storefront-api/src/__api/queries/isFavoriteProduct.d.ts +5 -0
  696. package/dist/storefront-api/src/__api/queries/listBlog.d.ts +14 -0
  697. package/dist/storefront-api/src/__api/queries/listBlogCategory.d.ts +11 -0
  698. package/dist/storefront-api/src/__api/queries/listBlogMetadata.d.ts +12 -0
  699. package/dist/storefront-api/src/__api/queries/listCampaignOffer.d.ts +6 -0
  700. package/dist/storefront-api/src/__api/queries/listCategory.d.ts +12 -0
  701. package/dist/storefront-api/src/__api/queries/listCheckoutSettings.d.ts +8 -0
  702. package/dist/storefront-api/src/__api/queries/listCity.d.ts +11 -0
  703. package/dist/storefront-api/src/__api/queries/listCountry.d.ts +12 -0
  704. package/dist/storefront-api/src/__api/queries/listCustomerAttribute.d.ts +3 -0
  705. package/dist/storefront-api/src/__api/queries/listCustomerReviewSummary.d.ts +8 -0
  706. package/dist/storefront-api/src/__api/queries/listCustomerReviews.d.ts +15 -0
  707. package/dist/storefront-api/src/__api/queries/listCustomerSettings.d.ts +7 -0
  708. package/dist/storefront-api/src/__api/queries/listDistrict.d.ts +12 -0
  709. package/dist/storefront-api/src/__api/queries/listEarningMethods.d.ts +3 -0
  710. package/dist/storefront-api/src/__api/queries/listFavoriteProducts.d.ts +3 -0
  711. package/dist/storefront-api/src/__api/queries/listLoyaltyProgramPointHistory.d.ts +6 -0
  712. package/dist/storefront-api/src/__api/queries/listLoyaltyProgramTiers.d.ts +3 -0
  713. package/dist/storefront-api/src/__api/queries/listOrderRefundSettings.d.ts +9 -0
  714. package/dist/storefront-api/src/__api/queries/listOrderTransactions.d.ts +8 -0
  715. package/dist/storefront-api/src/__api/queries/listPaymentGateway.d.ts +11 -0
  716. package/dist/storefront-api/src/__api/queries/listProductAttribute.d.ts +9 -0
  717. package/dist/storefront-api/src/__api/queries/listProductBackInStockRemind.d.ts +11 -0
  718. package/dist/storefront-api/src/__api/queries/listProductBrand.d.ts +11 -0
  719. package/dist/storefront-api/src/__api/queries/listProductFile.d.ts +6 -0
  720. package/dist/storefront-api/src/__api/queries/listProductOptionSet.d.ts +8 -0
  721. package/dist/storefront-api/src/__api/queries/listSpendingMethodsByCartId.d.ts +6 -0
  722. package/dist/storefront-api/src/__api/queries/listState.d.ts +11 -0
  723. package/dist/storefront-api/src/__api/queries/listStockLocation.d.ts +7 -0
  724. package/dist/storefront-api/src/__api/queries/listStorefrontPopup.d.ts +6 -0
  725. package/dist/storefront-api/src/__api/queries/searchProducts.d.ts +6 -0
  726. package/dist/storefront-api/src/__api/types/index.d.ts +3532 -0
  727. package/dist/storefront-api/src/index.d.ts +7 -0
  728. package/dist/storefront-api-client/src/config/index.d.ts +32 -0
  729. package/dist/storefront-api-client/src/index.d.ts +4 -0
  730. package/dist/storefront-api-client/src/utils/api.d.ts +40 -0
  731. package/dist/storefront-api-client/src/utils/fetch-query.d.ts +9 -0
  732. package/dist/storefront-config/src/index.d.ts +130 -0
  733. package/dist/storefront-models/src/index.d.ts +220 -0
  734. package/dist/storefront-models/src/models/_theme/styles.d.ts +34 -0
  735. package/dist/storefront-models/src/models/attribute-detail/index.d.ts +6 -0
  736. package/dist/storefront-models/src/models/attribute-list/index.d.ts +6 -0
  737. package/dist/storefront-models/src/models/base/index.d.ts +6 -0
  738. package/dist/storefront-models/src/models/blog/category/index.d.ts +12 -0
  739. package/dist/storefront-models/src/models/blog/content/index.d.ts +7 -0
  740. package/dist/storefront-models/src/models/blog/index.d.ts +27 -0
  741. package/dist/storefront-models/src/models/blog/meta-data/index.d.ts +14 -0
  742. package/dist/storefront-models/src/models/blog/tag/index.d.ts +7 -0
  743. package/dist/storefront-models/src/models/blog/writer/index.d.ts +4 -0
  744. package/dist/storefront-models/src/models/blog-category-list/index.d.ts +14 -0
  745. package/dist/storefront-models/src/models/blog-list/index.d.ts +15 -0
  746. package/dist/storefront-models/src/models/blueprint/prop-value/attribute-list.d.ts +6 -0
  747. package/dist/storefront-models/src/models/blueprint/prop-value/attribute.d.ts +6 -0
  748. package/dist/storefront-models/src/models/blueprint/prop-value/blog-category-list.d.ts +6 -0
  749. package/dist/storefront-models/src/models/blueprint/prop-value/blog-category.d.ts +4 -0
  750. package/dist/storefront-models/src/models/blueprint/prop-value/blog-list.d.ts +8 -0
  751. package/dist/storefront-models/src/models/blueprint/prop-value/blog.d.ts +4 -0
  752. package/dist/storefront-models/src/models/blueprint/prop-value/boolean.d.ts +3 -0
  753. package/dist/storefront-models/src/models/blueprint/prop-value/brand-list.d.ts +8 -0
  754. package/dist/storefront-models/src/models/blueprint/prop-value/brand.d.ts +4 -0
  755. package/dist/storefront-models/src/models/blueprint/prop-value/category-list.d.ts +7 -0
  756. package/dist/storefront-models/src/models/blueprint/prop-value/category.d.ts +4 -0
  757. package/dist/storefront-models/src/models/blueprint/prop-value/color.d.ts +3 -0
  758. package/dist/storefront-models/src/models/blueprint/prop-value/component-list.d.ts +4 -0
  759. package/dist/storefront-models/src/models/blueprint/prop-value/component.d.ts +8 -0
  760. package/dist/storefront-models/src/models/blueprint/prop-value/date.d.ts +3 -0
  761. package/dist/storefront-models/src/models/blueprint/prop-value/enum.d.ts +3 -0
  762. package/dist/storefront-models/src/models/blueprint/prop-value/image-list.d.ts +4 -0
  763. package/dist/storefront-models/src/models/blueprint/prop-value/image.d.ts +5 -0
  764. package/dist/storefront-models/src/models/blueprint/prop-value/index.d.ts +29 -0
  765. package/dist/storefront-models/src/models/blueprint/prop-value/link-list.d.ts +4 -0
  766. package/dist/storefront-models/src/models/blueprint/prop-value/link.d.ts +15 -0
  767. package/dist/storefront-models/src/models/blueprint/prop-value/number-range.d.ts +4 -0
  768. package/dist/storefront-models/src/models/blueprint/prop-value/number.d.ts +3 -0
  769. package/dist/storefront-models/src/models/blueprint/prop-value/product-list.d.ts +16 -0
  770. package/dist/storefront-models/src/models/blueprint/prop-value/product.d.ts +5 -0
  771. package/dist/storefront-models/src/models/blueprint/prop-value/raffle-list.d.ts +5 -0
  772. package/dist/storefront-models/src/models/blueprint/prop-value/raffle.d.ts +4 -0
  773. package/dist/storefront-models/src/models/blueprint/prop-value/rich-text.d.ts +3 -0
  774. package/dist/storefront-models/src/models/blueprint/prop-value/text.d.ts +3 -0
  775. package/dist/storefront-models/src/models/blueprint/prop-value/video.d.ts +9 -0
  776. package/dist/storefront-models/src/models/brand/index.d.ts +17 -0
  777. package/dist/storefront-models/src/models/brand/translation/index.d.ts +5 -0
  778. package/dist/storefront-models/src/models/brand-list/index.d.ts +16 -0
  779. package/dist/storefront-models/src/models/campaign-offer/index.d.ts +21 -0
  780. package/dist/storefront-models/src/models/campaign-offer/product/index.d.ts +23 -0
  781. package/dist/storefront-models/src/models/cart/available-shipping-method/estimated-delivery-time/index.d.ts +5 -0
  782. package/dist/storefront-models/src/models/cart/available-shipping-method/index.d.ts +10 -0
  783. package/dist/storefront-models/src/models/cart/campaign-offer/index.d.ts +17 -0
  784. package/dist/storefront-models/src/models/cart/index.d.ts +13 -0
  785. package/dist/storefront-models/src/models/category/conditions/index.d.ts +9 -0
  786. package/dist/storefront-models/src/models/category/index.d.ts +24 -0
  787. package/dist/storefront-models/src/models/category/path-item/index.d.ts +13 -0
  788. package/dist/storefront-models/src/models/category/translations/index.d.ts +5 -0
  789. package/dist/storefront-models/src/models/category-list/index.d.ts +16 -0
  790. package/dist/storefront-models/src/models/checkout/index.d.ts +10 -0
  791. package/dist/storefront-models/src/models/checkout-settings/index.d.ts +24 -0
  792. package/dist/storefront-models/src/models/checkout-settings/option/index.d.ts +4 -0
  793. package/dist/storefront-models/src/models/checkout-settings/price/index.d.ts +6 -0
  794. package/dist/storefront-models/src/models/city/index.d.ts +13 -0
  795. package/dist/storefront-models/src/models/contact-form/index.d.ts +8 -0
  796. package/dist/storefront-models/src/models/country/index.d.ts +19 -0
  797. package/dist/storefront-models/src/models/customer/address/city/index.d.ts +5 -0
  798. package/dist/storefront-models/src/models/customer/address/country/index.d.ts +7 -0
  799. package/dist/storefront-models/src/models/customer/address/district/index.d.ts +5 -0
  800. package/dist/storefront-models/src/models/customer/address/index.d.ts +30 -0
  801. package/dist/storefront-models/src/models/customer/address/region/index.d.ts +7 -0
  802. package/dist/storefront-models/src/models/customer/address/state/index.d.ts +5 -0
  803. package/dist/storefront-models/src/models/customer/attribute/index.d.ts +17 -0
  804. package/dist/storefront-models/src/models/customer/attribute/option/index.d.ts +7 -0
  805. package/dist/storefront-models/src/models/customer/attribute/sales-channel/index.d.ts +8 -0
  806. package/dist/storefront-models/src/models/customer/attribute/translation/index.d.ts +7 -0
  807. package/dist/storefront-models/src/models/customer/attribute/translation/option/index.d.ts +4 -0
  808. package/dist/storefront-models/src/models/customer/attribute/value/index.d.ts +9 -0
  809. package/dist/storefront-models/src/models/customer/index.d.ts +45 -0
  810. package/dist/storefront-models/src/models/customer/price-list-rule/filter/index.d.ts +5 -0
  811. package/dist/storefront-models/src/models/customer/price-list-rule/index.d.ts +8 -0
  812. package/dist/storefront-models/src/models/customer/review/index.d.ts +26 -0
  813. package/dist/storefront-models/src/models/customer/review/settings/index.d.ts +4 -0
  814. package/dist/storefront-models/src/models/customer/review/summary/index.d.ts +11 -0
  815. package/dist/storefront-models/src/models/customer/review/summary/star/index.d.ts +4 -0
  816. package/dist/storefront-models/src/models/customer-form-data-input/customer-register-subscription-input/index.d.ts +5 -0
  817. package/dist/storefront-models/src/models/customer-form-data-input/index.d.ts +13 -0
  818. package/dist/storefront-models/src/models/customer-review-form/index.d.ts +6 -0
  819. package/dist/storefront-models/src/models/customer-review-list/index.d.ts +13 -0
  820. package/dist/storefront-models/src/models/customer-review-summary-list/index.d.ts +11 -0
  821. package/dist/storefront-models/src/models/customer-settings/index.d.ts +10 -0
  822. package/dist/storefront-models/src/models/district/index.d.ts +13 -0
  823. package/dist/storefront-models/src/models/favorite-product/index.d.ts +10 -0
  824. package/dist/storefront-models/src/models/filter-category/index.d.ts +12 -0
  825. package/dist/storefront-models/src/models/html-meta-data/index.d.ts +23 -0
  826. package/dist/storefront-models/src/models/html-meta-data/translations/index.d.ts +6 -0
  827. package/dist/storefront-models/src/models/ikas-theme/date-picker/index.d.ts +7 -0
  828. package/dist/storefront-models/src/models/image/index.d.ts +6 -0
  829. package/dist/storefront-models/src/models/image-list/index.d.ts +4 -0
  830. package/dist/storefront-models/src/models/language-option/index.d.ts +8 -0
  831. package/dist/storefront-models/src/models/last-viewed-product/index.d.ts +4 -0
  832. package/dist/storefront-models/src/models/locale-option/index.d.ts +9 -0
  833. package/dist/storefront-models/src/models/location-translations/index.d.ts +5 -0
  834. package/dist/storefront-models/src/models/loyalty-program/customer-info/index.d.ts +17 -0
  835. package/dist/storefront-models/src/models/loyalty-program/earning-method/index.d.ts +33 -0
  836. package/dist/storefront-models/src/models/loyalty-program/index.d.ts +25 -0
  837. package/dist/storefront-models/src/models/loyalty-program/point-history/index.d.ts +16 -0
  838. package/dist/storefront-models/src/models/loyalty-program/spending-method/index.d.ts +17 -0
  839. package/dist/storefront-models/src/models/loyalty-program/tier/index.d.ts +15 -0
  840. package/dist/storefront-models/src/models/merchant-settings/address/city/index.d.ts +5 -0
  841. package/dist/storefront-models/src/models/merchant-settings/address/country/index.d.ts +7 -0
  842. package/dist/storefront-models/src/models/merchant-settings/address/district/index.d.ts +5 -0
  843. package/dist/storefront-models/src/models/merchant-settings/address/index.d.ts +21 -0
  844. package/dist/storefront-models/src/models/merchant-settings/address/state/index.d.ts +5 -0
  845. package/dist/storefront-models/src/models/merchant-settings/address/type/index.d.ts +1 -0
  846. package/dist/storefront-models/src/models/merchant-settings/index.d.ts +24 -0
  847. package/dist/storefront-models/src/models/navigation-link/index.d.ts +9 -0
  848. package/dist/storefront-models/src/models/navigation-link-list/index.d.ts +4 -0
  849. package/dist/storefront-models/src/models/number-range/index.d.ts +4 -0
  850. package/dist/storefront-models/src/models/order/address/city/index.d.ts +5 -0
  851. package/dist/storefront-models/src/models/order/address/country/index.d.ts +7 -0
  852. package/dist/storefront-models/src/models/order/address/district/index.d.ts +5 -0
  853. package/dist/storefront-models/src/models/order/address/index.d.ts +24 -0
  854. package/dist/storefront-models/src/models/order/address/region/index.d.ts +7 -0
  855. package/dist/storefront-models/src/models/order/address/state/index.d.ts +5 -0
  856. package/dist/storefront-models/src/models/order/adjustment/applied-order-line/index.d.ts +6 -0
  857. package/dist/storefront-models/src/models/order/adjustment/index.d.ts +17 -0
  858. package/dist/storefront-models/src/models/order/customer/index.d.ts +9 -0
  859. package/dist/storefront-models/src/models/order/gift-line/index.d.ts +6 -0
  860. package/dist/storefront-models/src/models/order/index.d.ts +51 -0
  861. package/dist/storefront-models/src/models/order/invoice/index.d.ts +10 -0
  862. package/dist/storefront-models/src/models/order/line-item/base-unit/index.d.ts +7 -0
  863. package/dist/storefront-models/src/models/order/line-item/base-unit/unit-type/index.d.ts +4 -0
  864. package/dist/storefront-models/src/models/order/line-item/discount/index.d.ts +9 -0
  865. package/dist/storefront-models/src/models/order/line-item/index.d.ts +28 -0
  866. package/dist/storefront-models/src/models/order/line-item/option/index.d.ts +9 -0
  867. package/dist/storefront-models/src/models/order/line-item/option/value/index.d.ts +5 -0
  868. package/dist/storefront-models/src/models/order/line-item/variant/brand/index.d.ts +4 -0
  869. package/dist/storefront-models/src/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +29 -0
  870. package/dist/storefront-models/src/models/order/line-item/variant/bundle-product/index.d.ts +13 -0
  871. package/dist/storefront-models/src/models/order/line-item/variant/category/index.d.ts +9 -0
  872. package/dist/storefront-models/src/models/order/line-item/variant/index.d.ts +31 -0
  873. package/dist/storefront-models/src/models/order/line-item/variant/price/index.d.ts +8 -0
  874. package/dist/storefront-models/src/models/order/line-item/variant/tag/index.d.ts +4 -0
  875. package/dist/storefront-models/src/models/order/line-item/variant/unit/index.d.ts +5 -0
  876. package/dist/storefront-models/src/models/order/line-item/variant/value/index.d.ts +7 -0
  877. package/dist/storefront-models/src/models/order/package/index.d.ts +31 -0
  878. package/dist/storefront-models/src/models/order/package/tracking-info/index.d.ts +7 -0
  879. package/dist/storefront-models/src/models/order/payment-method/index.d.ts +8 -0
  880. package/dist/storefront-models/src/models/order/refund/index.d.ts +5 -0
  881. package/dist/storefront-models/src/models/order/refund/line-item/index.d.ts +4 -0
  882. package/dist/storefront-models/src/models/order/refund/settings/index.d.ts +5 -0
  883. package/dist/storefront-models/src/models/order/shipping-line/index.d.ts +11 -0
  884. package/dist/storefront-models/src/models/order/tax-line/index.d.ts +4 -0
  885. package/dist/storefront-models/src/models/order/transaction/error/index.d.ts +5 -0
  886. package/dist/storefront-models/src/models/order/transaction/index.d.ts +26 -0
  887. package/dist/storefront-models/src/models/order/transaction/payment-method-detail/index.d.ts +14 -0
  888. package/dist/storefront-models/src/models/order/transaction/payment-method-detail/installment-price/index.d.ts +7 -0
  889. package/dist/storefront-models/src/models/payment-gateway/additional-price/index.d.ts +8 -0
  890. package/dist/storefront-models/src/models/payment-gateway/index.d.ts +30 -0
  891. package/dist/storefront-models/src/models/payment-gateway/settings/index.d.ts +7 -0
  892. package/dist/storefront-models/src/models/payment-gateway/translation/index.d.ts +5 -0
  893. package/dist/storefront-models/src/models/product/attribute/index.d.ts +13 -0
  894. package/dist/storefront-models/src/models/product/attribute/option/index.d.ts +4 -0
  895. package/dist/storefront-models/src/models/product/attribute/table-cell/index.d.ts +4 -0
  896. package/dist/storefront-models/src/models/product/attribute/table-template/index.d.ts +5 -0
  897. package/dist/storefront-models/src/models/product/attribute/translation/index.d.ts +10 -0
  898. package/dist/storefront-models/src/models/product/attribute-value/index.d.ts +21 -0
  899. package/dist/storefront-models/src/models/product/back-in-stock-settings/index.d.ts +3 -0
  900. package/dist/storefront-models/src/models/product/base-unit/index.d.ts +10 -0
  901. package/dist/storefront-models/src/models/product/campaign/data/index.d.ts +27 -0
  902. package/dist/storefront-models/src/models/product/campaign/filter/index.d.ts +5 -0
  903. package/dist/storefront-models/src/models/product/campaign/index.d.ts +5 -0
  904. package/dist/storefront-models/src/models/product/campaign/product-buyx-then-gety/index.d.ts +16 -0
  905. package/dist/storefront-models/src/models/product/campaign/product-campaign-date-range-field/index.d.ts +4 -0
  906. package/dist/storefront-models/src/models/product/campaign/product-fixed-discount/index.d.ts +11 -0
  907. package/dist/storefront-models/src/models/product/campaign-offer/index.d.ts +11 -0
  908. package/dist/storefront-models/src/models/product/filter/index.d.ts +58 -0
  909. package/dist/storefront-models/src/models/product/group/index.d.ts +11 -0
  910. package/dist/storefront-models/src/models/product/group/order/index.d.ts +4 -0
  911. package/dist/storefront-models/src/models/product/group/translation/index.d.ts +9 -0
  912. package/dist/storefront-models/src/models/product/group/value/index.d.ts +5 -0
  913. package/dist/storefront-models/src/models/product/image/index.d.ts +9 -0
  914. package/dist/storefront-models/src/models/product/index.d.ts +88 -0
  915. package/dist/storefront-models/src/models/product/option-set/index.d.ts +21 -0
  916. package/dist/storefront-models/src/models/product/option-set/option/index.d.ts +67 -0
  917. package/dist/storefront-models/src/models/product/sales-channel/index.d.ts +9 -0
  918. package/dist/storefront-models/src/models/product/star/index.d.ts +4 -0
  919. package/dist/storefront-models/src/models/product/stock-location/index.d.ts +26 -0
  920. package/dist/storefront-models/src/models/product/tag/index.d.ts +4 -0
  921. package/dist/storefront-models/src/models/product/variant/bundle-settings/bundle-product/index.d.ts +14 -0
  922. package/dist/storefront-models/src/models/product/variant/bundle-settings/index.d.ts +6 -0
  923. package/dist/storefront-models/src/models/product/variant/index.d.ts +31 -0
  924. package/dist/storefront-models/src/models/product/variant/price/index.d.ts +11 -0
  925. package/dist/storefront-models/src/models/product/variant/price/product-campaign-price/index.d.ts +4 -0
  926. package/dist/storefront-models/src/models/product/variant/unit/index.d.ts +5 -0
  927. package/dist/storefront-models/src/models/product/variant-type/index.d.ts +6 -0
  928. package/dist/storefront-models/src/models/product-file/index.d.ts +6 -0
  929. package/dist/storefront-models/src/models/product-list/index.d.ts +53 -0
  930. package/dist/storefront-models/src/models/product-list/suggestion/index.d.ts +6 -0
  931. package/dist/storefront-models/src/models/product-option-file/index.d.ts +5 -0
  932. package/dist/storefront-models/src/models/raffle/index.d.ts +58 -0
  933. package/dist/storefront-models/src/models/raffle-list/index.d.ts +16 -0
  934. package/dist/storefront-models/src/models/sales-channel/index.d.ts +15 -0
  935. package/dist/storefront-models/src/models/shipping-zone/index.d.ts +7 -0
  936. package/dist/storefront-models/src/models/shipping-zone/state/city/district/index.d.ts +5 -0
  937. package/dist/storefront-models/src/models/shipping-zone/state/city/district/region/index.d.ts +7 -0
  938. package/dist/storefront-models/src/models/shipping-zone/state/city/index.d.ts +6 -0
  939. package/dist/storefront-models/src/models/shipping-zone/state/index.d.ts +7 -0
  940. package/dist/storefront-models/src/models/state/index.d.ts +12 -0
  941. package/dist/storefront-models/src/models/stock-location/address/city/index.d.ts +5 -0
  942. package/dist/storefront-models/src/models/stock-location/address/country/index.d.ts +7 -0
  943. package/dist/storefront-models/src/models/stock-location/address/district/index.d.ts +5 -0
  944. package/dist/storefront-models/src/models/stock-location/address/index.d.ts +13 -0
  945. package/dist/storefront-models/src/models/stock-location/address/state/index.d.ts +5 -0
  946. package/dist/storefront-models/src/models/stock-location/available/index.d.ts +8 -0
  947. package/dist/storefront-models/src/models/stock-location/index.d.ts +13 -0
  948. package/dist/storefront-models/src/models/storefront/b2b-settings/index.d.ts +7 -0
  949. package/dist/storefront-models/src/models/storefront/domain/index.d.ts +7 -0
  950. package/dist/storefront-models/src/models/storefront/index-page-seo-setting/index.d.ts +15 -0
  951. package/dist/storefront-models/src/models/storefront/index.d.ts +33 -0
  952. package/dist/storefront-models/src/models/storefront/localization/index.d.ts +6 -0
  953. package/dist/storefront-models/src/models/storefront/meta-templates/index.d.ts +7 -0
  954. package/dist/storefront-models/src/models/storefront/routing/dynamic-currency/index.d.ts +4 -0
  955. package/dist/storefront-models/src/models/storefront/routing/index.d.ts +12 -0
  956. package/dist/storefront-models/src/models/storefront/settings/index.d.ts +20 -0
  957. package/dist/storefront-models/src/models/storefront/theme/index.d.ts +9 -0
  958. package/dist/storefront-models/src/models/storefront/theme-localization/index.d.ts +11 -0
  959. package/dist/storefront-models/src/models/storefront-popup/index.d.ts +27 -0
  960. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-analytics/index.d.ts +5 -0
  961. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-date-filter/index.d.ts +4 -0
  962. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-display-filter/index.d.ts +6 -0
  963. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-display-settings/index.d.ts +7 -0
  964. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-page-filter/index.d.ts +6 -0
  965. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.d.ts +5 -0
  966. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-routing/index.d.ts +4 -0
  967. package/dist/storefront-models/src/models/storefront-widget-settings/index.d.ts +10 -0
  968. package/dist/storefront-models/src/models/theme/index.d.ts +2 -0
  969. package/dist/storefront-models/src/models/validator/account-info/index.d.ts +7 -0
  970. package/dist/storefront-models/src/models/validator/address/index.d.ts +42 -0
  971. package/dist/storefront-models/src/models/validator/back-in-stock-notification/index.d.ts +6 -0
  972. package/dist/storefront-models/src/models/validator/contact-form/index.d.ts +8 -0
  973. package/dist/storefront-models/src/models/validator/coupon-code-form/index.d.ts +4 -0
  974. package/dist/storefront-models/src/models/validator/customer-review/index.d.ts +7 -0
  975. package/dist/storefront-models/src/models/validator/forgot-password/index.d.ts +4 -0
  976. package/dist/storefront-models/src/models/validator/index.d.ts +42 -0
  977. package/dist/storefront-models/src/models/validator/login/index.d.ts +5 -0
  978. package/dist/storefront-models/src/models/validator/newsletter-subscription/index.d.ts +5 -0
  979. package/dist/storefront-models/src/models/validator/order-tracking/index.d.ts +5 -0
  980. package/dist/storefront-models/src/models/validator/recover-password/index.d.ts +5 -0
  981. package/dist/storefront-models/src/models/validator/register/index.d.ts +12 -0
  982. package/dist/storefront-models/src/models/validator/sms-login/index.d.ts +15 -0
  983. package/dist/storefront-models/src/models/validator/verify-phone-number/index.d.ts +7 -0
  984. package/dist/storefront-models/src/models/variant-type/index.d.ts +18 -0
  985. package/dist/storefront-models/src/models/variant-type/variant-value/index.d.ts +7 -0
  986. package/dist/storefront-models/src/models/video/index.d.ts +9 -0
  987. package/dist/stores/base/index.js +1 -0
  988. package/dist/stores/cart/index.js +1 -0
  989. package/dist/stores/customer/index.js +1 -0
  990. package/dist/theme/styles/index.js +1 -0
  991. package/dist/utils/blueprint.js +1 -0
  992. package/dist/utils/currency.js +1 -0
  993. package/dist/utils/fetch.js +1 -0
  994. package/dist/utils/helper.js +1 -0
  995. package/dist/utils/object-wrapper.js +1 -0
  996. package/package.json +60 -0
@@ -0,0 +1,669 @@
1
+ import { IkasApplicableProductFilterValue, IkasFilterCategory, IkasProductFilter, IkasProductFilterNumberRangeListOption, IkasProductList, IkasProductListSortType, IkasSearchSuggestion } from "../../../../../storefront-models/src";
2
+ /**
3
+ * Initializes a new product list with default values merged with the provided partial data.
4
+ *
5
+ * @ai-category ProductList
6
+ * @ai-related initProductListOnBrowser, getProductListInitialData
7
+ *
8
+ * @param data - Partial product list data to merge with defaults
9
+ * @returns A fully initialized IkasProductList instance
10
+ *
11
+ * @example
12
+ * ```typescript
13
+ * import { initProductList } from "@ikas/bp-storefront";
14
+ * const list = initProductList({ limit: 20, type: "CATEGORY" });
15
+ * ```
16
+ */
17
+ export declare function initProductList(data: Partial<IkasProductList>): IkasProductList;
18
+ /**
19
+ * Initializes a product list in the browser by restoring scroll position, applying query param filters, and fetching initial data as needed.
20
+ *
21
+ * @ai-category ProductList
22
+ * @ai-related initProductList, getProductListInitialData, isProductListFilterable
23
+ *
24
+ * @param list - The product list to initialize on the browser
25
+ * @returns void
26
+ *
27
+ * @example
28
+ * ```typescript
29
+ * import { initProductListOnBrowser } from "@ikas/bp-storefront";
30
+ * initProductListOnBrowser(productList);
31
+ * ```
32
+ */
33
+ export declare function initProductListOnBrowser(list: IkasProductList): void;
34
+ /**
35
+ * Searches the product list by keyword with debounced filtering and analytics tracking.
36
+ *
37
+ * @ai-category ProductList, Filtering
38
+ * @ai-related isProductListSearch, clearProductListFilters, hasProductListAppliedFilters
39
+ *
40
+ * @param list - The product list to search within
41
+ * @param keyword - The search keyword to filter products by
42
+ * @returns void
43
+ *
44
+ * @example
45
+ * ```typescript
46
+ * import { searchProductList } from "@ikas/bp-storefront";
47
+ * searchProductList(productList, "red shoes");
48
+ * ```
49
+ */
50
+ export declare function searchProductList(list: IkasProductList, keyword: string): void;
51
+ /**
52
+ * Checks whether the product list supports filtering (only ALL and CATEGORY types are filterable).
53
+ *
54
+ * @ai-category ProductList, Filtering
55
+ * @ai-related isProductListFiltered, hasProductListAppliedFilters, clearProductListFilters
56
+ *
57
+ * @param list - The product list to check
58
+ * @returns True if the product list type supports filtering
59
+ *
60
+ * @example
61
+ * ```typescript
62
+ * import { isProductListFilterable } from "@ikas/bp-storefront";
63
+ * if (isProductListFilterable(productList)) {
64
+ * // Show filter UI
65
+ * }
66
+ * ```
67
+ */
68
+ export declare function isProductListFilterable(list: IkasProductList): boolean;
69
+ /**
70
+ * Checks whether the product list currently has any active filters, search keyword, or selected filter categories.
71
+ *
72
+ * @ai-category ProductList, Filtering
73
+ * @ai-related isProductListFilterable, hasProductListAppliedFilters, clearProductListFilters
74
+ *
75
+ * @param list - The product list to check
76
+ * @returns True if any filters, search keywords, or filter categories are actively applied
77
+ *
78
+ * @example
79
+ * ```typescript
80
+ * import { isProductListFiltered } from "@ikas/bp-storefront";
81
+ * if (isProductListFiltered(productList)) {
82
+ * // Show "clear filters" button
83
+ * }
84
+ * ```
85
+ */
86
+ export declare function isProductListFiltered(list: IkasProductList): boolean;
87
+ /**
88
+ * Checks whether the product list is of the STATIC type (manually curated product selection).
89
+ *
90
+ * @ai-category ProductList
91
+ * @ai-related isProductListDiscounted, isProductListRecommended, isProductListLastViewed
92
+ *
93
+ * @param list - The product list to check
94
+ * @returns True if the product list type is STATIC
95
+ *
96
+ * @example
97
+ * ```typescript
98
+ * import { isProductListStatic } from "@ikas/bp-storefront";
99
+ * if (isProductListStatic(productList)) {
100
+ * // Handle static product display
101
+ * }
102
+ * ```
103
+ */
104
+ export declare function isProductListStatic(list: IkasProductList): boolean;
105
+ /**
106
+ * Checks whether the product list is of the DISCOUNTED type (showing only discounted products).
107
+ *
108
+ * @ai-category ProductList
109
+ * @ai-related isProductListStatic, isProductListRecommended, isProductListLastViewed
110
+ *
111
+ * @param list - The product list to check
112
+ * @returns True if the product list type is DISCOUNTED
113
+ *
114
+ * @example
115
+ * ```typescript
116
+ * import { isProductListDiscounted } from "@ikas/bp-storefront";
117
+ * if (isProductListDiscounted(productList)) {
118
+ * // Show discount badge
119
+ * }
120
+ * ```
121
+ */
122
+ export declare function isProductListDiscounted(list: IkasProductList): boolean;
123
+ /**
124
+ * Checks whether the product list is of the RECOMMENDED type (showing recommended products).
125
+ *
126
+ * @ai-category ProductList
127
+ * @ai-related isProductListStatic, isProductListDiscounted, isProductListRelatedProducts
128
+ *
129
+ * @param list - The product list to check
130
+ * @returns True if the product list type is RECOMMENDED
131
+ *
132
+ * @example
133
+ * ```typescript
134
+ * import { isProductListRecommended } from "@ikas/bp-storefront";
135
+ * if (isProductListRecommended(productList)) {
136
+ * // Render recommendation section
137
+ * }
138
+ * ```
139
+ */
140
+ export declare function isProductListRecommended(list: IkasProductList): boolean;
141
+ /**
142
+ * Checks whether the product list is of the LAST_VIEWED type (showing recently viewed products).
143
+ *
144
+ * @ai-category ProductList
145
+ * @ai-related isProductListStatic, isProductListRecommended, isProductListViewedTogether
146
+ *
147
+ * @param list - The product list to check
148
+ * @returns True if the product list type is LAST_VIEWED
149
+ *
150
+ * @example
151
+ * ```typescript
152
+ * import { isProductListLastViewed } from "@ikas/bp-storefront";
153
+ * if (isProductListLastViewed(productList)) {
154
+ * // Display "Recently Viewed" heading
155
+ * }
156
+ * ```
157
+ */
158
+ export declare function isProductListLastViewed(list: IkasProductList): boolean;
159
+ /**
160
+ * Checks whether the product list is of the RELATED_PRODUCTS type (showing products related to a specific product).
161
+ *
162
+ * @ai-category ProductList
163
+ * @ai-related isProductListRecommended, isProductListViewedTogether, isProductListLastViewed
164
+ *
165
+ * @param list - The product list to check
166
+ * @returns True if the product list type is RELATED_PRODUCTS
167
+ *
168
+ * @example
169
+ * ```typescript
170
+ * import { isProductListRelatedProducts } from "@ikas/bp-storefront";
171
+ * if (isProductListRelatedProducts(productList)) {
172
+ * // Show "Related Products" section
173
+ * }
174
+ * ```
175
+ */
176
+ export declare function isProductListRelatedProducts(list: IkasProductList): boolean;
177
+ /**
178
+ * Checks whether the product list is of the VIEWED_TOGETHER type (showing products frequently viewed together).
179
+ *
180
+ * @ai-category ProductList
181
+ * @ai-related isProductListRelatedProducts, isProductListRecommended, isProductListLastViewed
182
+ *
183
+ * @param list - The product list to check
184
+ * @returns True if the product list type is VIEWED_TOGETHER
185
+ *
186
+ * @example
187
+ * ```typescript
188
+ * import { isProductListViewedTogether } from "@ikas/bp-storefront";
189
+ * if (isProductListViewedTogether(productList)) {
190
+ * // Show "Frequently Viewed Together" section
191
+ * }
192
+ * ```
193
+ */
194
+ export declare function isProductListViewedTogether(list: IkasProductList): boolean;
195
+ /**
196
+ * Checks whether the product list is of the SEARCH type (populated by search results).
197
+ *
198
+ * @ai-category ProductList, Filtering
199
+ * @ai-related searchProductList, isProductListFilterable, isProductListFiltered
200
+ *
201
+ * @param list - The product list to check
202
+ * @returns True if the product list type is SEARCH
203
+ *
204
+ * @example
205
+ * ```typescript
206
+ * import { isProductListSearch } from "@ikas/bp-storefront";
207
+ * if (isProductListSearch(productList)) {
208
+ * // Show search results UI
209
+ * }
210
+ * ```
211
+ */
212
+ export declare function isProductListSearch(list: IkasProductList): boolean;
213
+ /**
214
+ * Checks whether the product list has a previous page available for infinite scroll or pagination.
215
+ *
216
+ * @ai-category ProductList, Pagination
217
+ * @ai-related hasProductListNextPage, getProductListPrevPage, getProductListPage
218
+ *
219
+ * @param list - The product list to check
220
+ * @returns True if a previous page exists (minPage > 1) and the list type supports pagination
221
+ *
222
+ * @example
223
+ * ```typescript
224
+ * import { hasProductListPrevPage } from "@ikas/bp-storefront";
225
+ * if (hasProductListPrevPage(productList)) {
226
+ * // Show "Load Previous" button
227
+ * }
228
+ * ```
229
+ */
230
+ export declare function hasProductListPrevPage(list: IkasProductList): boolean;
231
+ /**
232
+ * Checks whether the product list has a next page available for infinite scroll or pagination.
233
+ *
234
+ * @ai-category ProductList, Pagination
235
+ * @ai-related hasProductListPrevPage, getProductListNextPage, getProductListPage
236
+ *
237
+ * @param list - The product list to check
238
+ * @returns True if more products exist beyond the current page and the list type supports pagination
239
+ *
240
+ * @example
241
+ * ```typescript
242
+ * import { hasProductListNextPage } from "@ikas/bp-storefront";
243
+ * if (hasProductListNextPage(productList)) {
244
+ * // Show "Load More" button
245
+ * }
246
+ * ```
247
+ */
248
+ export declare function hasProductListNextPage(list: IkasProductList): boolean;
249
+ /**
250
+ * Returns the filter categories for the product list, excluding those with zero results.
251
+ *
252
+ * @ai-category ProductList, Filtering
253
+ * @ai-related onFilterCategoryClick, isProductListFilterable, clearProductListFilters
254
+ *
255
+ * @param list - The product list to get filter categories from
256
+ * @returns An array of filter categories that have at least one matching result
257
+ *
258
+ * @example
259
+ * ```typescript
260
+ * import { getProductListFilterCategories } from "@ikas/bp-storefront";
261
+ * const categories = getProductListFilterCategories(productList);
262
+ * categories.forEach(category => console.log(category.name));
263
+ * ```
264
+ */
265
+ export declare function getProductListFilterCategories(list: IkasProductList): IkasFilterCategory[];
266
+ /**
267
+ * Checks whether the product list has any actively applied filters or a search keyword.
268
+ *
269
+ * @ai-category ProductList, Filtering
270
+ * @ai-related isProductListFiltered, isProductListFilterable, clearProductListFilters, getSelectedFilterValues
271
+ *
272
+ * @param list - The product list to check
273
+ * @returns True if there is a search keyword or any filter with selected values
274
+ *
275
+ * @example
276
+ * ```typescript
277
+ * import { hasProductListAppliedFilters } from "@ikas/bp-storefront";
278
+ * if (hasProductListAppliedFilters(productList)) {
279
+ * // Show active filter chips
280
+ * }
281
+ * ```
282
+ */
283
+ export declare function hasProductListAppliedFilters(list: IkasProductList): boolean;
284
+ /**
285
+ * Checks whether the featured (manual) sort option is enabled for the product list based on page-specific ordering configuration.
286
+ *
287
+ * @ai-category ProductList, Sorting
288
+ * @ai-related getProductListSortOptions, setSortType, getProductListSortTypeTranslation
289
+ *
290
+ * @param list - The product list to check
291
+ * @returns True if the page-specific order type is MANUALLY and the list type is ALL or CATEGORY
292
+ *
293
+ * @example
294
+ * ```typescript
295
+ * import { hasProductListFeaturedSortEnabled } from "@ikas/bp-storefront";
296
+ * if (hasProductListFeaturedSortEnabled(productList)) {
297
+ * // Include "Featured" in sort dropdown
298
+ * }
299
+ * ```
300
+ */
301
+ export declare function hasProductListFeaturedSortEnabled(list: IkasProductList): boolean;
302
+ /**
303
+ * Sets the isFiltered flag on each product in the list based on the current filter state.
304
+ *
305
+ * @ai-category ProductList, Filtering
306
+ * @ai-related isProductListFiltered, setProductListIsStaticForProducts, initProductList
307
+ *
308
+ * @param list - The product list whose products will have their isFiltered flag updated
309
+ * @returns void
310
+ *
311
+ * @example
312
+ * ```typescript
313
+ * import { setProductListIsFilteredForProducts } from "@ikas/bp-storefront";
314
+ * setProductListIsFilteredForProducts(productList);
315
+ * ```
316
+ */
317
+ export declare function setProductListIsFilteredForProducts(list: IkasProductList): void;
318
+ /**
319
+ * Sets the isFiltered flag on each product in the list based on whether the list is a static type.
320
+ *
321
+ * @ai-category ProductList
322
+ * @ai-related isProductListStatic, setProductListIsFilteredForProducts, initProductList
323
+ *
324
+ * @param list - The product list whose products will have their isFiltered flag updated
325
+ * @returns void
326
+ *
327
+ * @example
328
+ * ```typescript
329
+ * import { setProductListIsStaticForProducts } from "@ikas/bp-storefront";
330
+ * setProductListIsStaticForProducts(productList);
331
+ * ```
332
+ */
333
+ export declare function setProductListIsStaticForProducts(list: IkasProductList): void;
334
+ /**
335
+ * Enables search suggestions for the product list, allowing the API to return suggestion results alongside products.
336
+ *
337
+ * @ai-category ProductList, Filtering
338
+ * @ai-related searchProductList, getProductListSuggestionHref, isProductListSearch
339
+ *
340
+ * @param list - The product list to enable suggestions on
341
+ * @returns void
342
+ *
343
+ * @example
344
+ * ```typescript
345
+ * import { enableProductListSuggestions } from "@ikas/bp-storefront";
346
+ * enableProductListSuggestions(productList);
347
+ * ```
348
+ */
349
+ export declare function enableProductListSuggestions(list: IkasProductList): void;
350
+ /**
351
+ * Generates the URL href for a search suggestion, encoding category and brand IDs as query parameters.
352
+ *
353
+ * @ai-category ProductList, Filtering
354
+ * @ai-related enableProductListSuggestions, searchProductList, isProductListSearch
355
+ *
356
+ * @param suggestion - The search suggestion to generate a URL for
357
+ * @returns The search page URL with encoded suggestion parameters, or a plain search URL if no params
358
+ *
359
+ * @example
360
+ * ```typescript
361
+ * import { getProductListSuggestionHref } from "@ikas/bp-storefront";
362
+ * const href = getProductListSuggestionHref(suggestion);
363
+ * // "/search?suggestion=%7B%22categoryId%22%3A%22abc%22%7D"
364
+ * ```
365
+ */
366
+ export declare function getProductListSuggestionHref(suggestion: IkasSearchSuggestion): string;
367
+ /**
368
+ * Clears all applied filters, search keyword, and selected filter categories from the product list and re-fetches data.
369
+ *
370
+ * @ai-category ProductList, Filtering
371
+ * @ai-related clearProductListFilter, hasProductListAppliedFilters, isProductListFiltered
372
+ *
373
+ * @param list - The product list to clear all filters from
374
+ * @returns void
375
+ *
376
+ * @example
377
+ * ```typescript
378
+ * import { clearProductListFilters } from "@ikas/bp-storefront";
379
+ * clearProductListFilters(productList);
380
+ * ```
381
+ */
382
+ export declare function clearProductListFilters(list: IkasProductList): void;
383
+ /**
384
+ * Clears a single specific filter from the product list and re-fetches data.
385
+ *
386
+ * @ai-category ProductList, Filtering
387
+ * @ai-related clearProductListFilters, handleFilterValueClick, getSelectedFilterValues
388
+ *
389
+ * @param list - The product list containing the filter
390
+ * @param filter - The specific product filter to clear
391
+ * @returns void
392
+ *
393
+ * @example
394
+ * ```typescript
395
+ * import { clearProductListFilter } from "@ikas/bp-storefront";
396
+ * clearProductListFilter(productList, colorFilter);
397
+ * ```
398
+ */
399
+ export declare function clearProductListFilter(list: IkasProductList, filter: IkasProductFilter): void;
400
+ /**
401
+ * Handles a click on a filter value by toggling its selection and re-fetching filtered product data.
402
+ *
403
+ * @ai-category ProductList, Filtering
404
+ * @ai-related handleNumberRangeOptionClick, clearProductListFilter, getSelectedFilterValues
405
+ *
406
+ * @param list - The product list to apply the filter to
407
+ * @param filter - The product filter containing the value
408
+ * @param filterValue - The specific filter value that was clicked
409
+ * @returns void
410
+ *
411
+ * @example
412
+ * ```typescript
413
+ * import { handleFilterValueClick } from "@ikas/bp-storefront";
414
+ * handleFilterValueClick(productList, colorFilter, redColorValue);
415
+ * ```
416
+ */
417
+ export declare function handleFilterValueClick(list: IkasProductList, filter: IkasProductFilter, filterValue: IkasApplicableProductFilterValue): void;
418
+ /**
419
+ * Handles a click on a number range filter option by toggling its selection and re-fetching filtered product data.
420
+ *
421
+ * @ai-category ProductList, Filtering
422
+ * @ai-related handleFilterValueClick, clearProductListFilter, getSelectedFilterValues
423
+ *
424
+ * @param list - The product list to apply the number range filter to
425
+ * @param filter - The product filter containing the number range option
426
+ * @param option - The specific number range option that was clicked
427
+ * @returns void
428
+ *
429
+ * @example
430
+ * ```typescript
431
+ * import { handleNumberRangeOptionClick } from "@ikas/bp-storefront";
432
+ * handleNumberRangeOptionClick(productList, priceFilter, priceRangeOption);
433
+ * ```
434
+ */
435
+ export declare function handleNumberRangeOptionClick(list: IkasProductList, filter: IkasProductFilter, option: IkasProductFilterNumberRangeListOption): void;
436
+ /**
437
+ * Returns the currently selected filter values for each active filter, including number range and list-based filters.
438
+ *
439
+ * @ai-category ProductList, Filtering
440
+ * @ai-related hasProductListAppliedFilters, handleFilterValueClick, clearProductListFilter
441
+ *
442
+ * @param list - The product list to retrieve selected filter values from
443
+ * @returns An array of selected filter value objects, or undefined if no filters have selected values
444
+ *
445
+ * @example
446
+ * ```typescript
447
+ * import { getSelectedFilterValues } from "@ikas/bp-storefront";
448
+ * const selectedFilters = getSelectedFilterValues(productList);
449
+ * selectedFilters?.forEach(sf => {
450
+ * console.log(sf.filter.name, sf.commaSeperatedValues);
451
+ * });
452
+ * ```
453
+ */
454
+ export declare function getSelectedFilterValues(list: IkasProductList): IkasProductListSelectedFilterValues[] | undefined;
455
+ /**
456
+ * Fetches the initial product data for the list including filters, categories, brands, and products from the API.
457
+ *
458
+ * @ai-category ProductList, ProductListing
459
+ * @ai-related initProductList, initProductListOnBrowser, getProductListNextPage, getProductListPrevPage
460
+ *
461
+ * @param list - The product list to fetch initial data for
462
+ * @param queryParams - Optional URL search params to apply as filters before fetching
463
+ * @param isInfiteScrollReturn - Whether this is a return to an infinite scroll position (preserves current page)
464
+ * @returns True if data was successfully fetched and applied, undefined otherwise
465
+ *
466
+ * @example
467
+ * ```typescript
468
+ * import { getProductListInitialData } from "@ikas/bp-storefront";
469
+ * const success = await getProductListInitialData(productList);
470
+ * ```
471
+ */
472
+ export declare function getProductListInitialData(list: IkasProductList, queryParams?: URLSearchParams, isInfiteScrollReturn?: boolean): Promise<true | undefined>;
473
+ /**
474
+ * Fetches the previous page of products and prepends them to the current list data for infinite scroll.
475
+ *
476
+ * @ai-category ProductList, Pagination
477
+ * @ai-related getProductListNextPage, getProductListPage, hasProductListPrevPage
478
+ *
479
+ * @param list - The product list to load the previous page for
480
+ * @returns void
481
+ *
482
+ * @example
483
+ * ```typescript
484
+ * import { getProductListPrevPage } from "@ikas/bp-storefront";
485
+ * await getProductListPrevPage(productList);
486
+ * ```
487
+ */
488
+ export declare function getProductListPrevPage(list: IkasProductList): Promise<void>;
489
+ /**
490
+ * Fetches the next page of products and appends them to the current list data for infinite scroll.
491
+ *
492
+ * @ai-category ProductList, Pagination
493
+ * @ai-related getProductListPrevPage, getProductListPage, hasProductListNextPage
494
+ *
495
+ * @param list - The product list to load the next page for
496
+ * @returns void
497
+ *
498
+ * @example
499
+ * ```typescript
500
+ * import { getProductListNextPage } from "@ikas/bp-storefront";
501
+ * await getProductListNextPage(productList);
502
+ * ```
503
+ */
504
+ export declare function getProductListNextPage(list: IkasProductList): Promise<void>;
505
+ /**
506
+ * Fetches a specific page of products, replacing the current list data (standard pagination).
507
+ *
508
+ * @ai-category ProductList, Pagination
509
+ * @ai-related getProductListNextPage, getProductListPrevPage, hasProductListNextPage, hasProductListPrevPage
510
+ *
511
+ * @param list - The product list to load the page for
512
+ * @param page - The page number to fetch
513
+ * @returns void
514
+ *
515
+ * @example
516
+ * ```typescript
517
+ * import { getProductListPage } from "@ikas/bp-storefront";
518
+ * await getProductListPage(productList, 3);
519
+ * ```
520
+ */
521
+ export declare function getProductListPage(list: IkasProductList, page: number): Promise<void>;
522
+ /**
523
+ * Sets the sort type for the product list and re-fetches data with the new sort order applied.
524
+ *
525
+ * @ai-category ProductList, Sorting
526
+ * @ai-related getProductListSortOptions, getProductListSortTypeTranslation, translateProductListSortType
527
+ *
528
+ * @param list - The product list to change sorting for
529
+ * @param sortType - The sort type to apply (e.g., "INCREASING_PRICE", "LAST_ADDED")
530
+ * @returns void
531
+ *
532
+ * @example
533
+ * ```typescript
534
+ * import { setSortType } from "@ikas/bp-storefront";
535
+ * await setSortType(productList, "DECREASING_PRICE");
536
+ * ```
537
+ */
538
+ export declare function setSortType(list: IkasProductList, sortType: IkasProductListSortType): Promise<void>;
539
+ /**
540
+ * Returns the translated label for the currently selected sort type of the product list.
541
+ *
542
+ * @ai-category ProductList, Sorting
543
+ * @ai-related translateProductListSortType, setSortType, getProductListSortOptions
544
+ *
545
+ * @param list - The product list to get the current sort type label for
546
+ * @returns The translated string label for the current sort type
547
+ *
548
+ * @example
549
+ * ```typescript
550
+ * import { getProductListSortTypeTranslation } from "@ikas/bp-storefront";
551
+ * const label = getProductListSortTypeTranslation(productList);
552
+ * // e.g., "Price: Low to High"
553
+ * ```
554
+ */
555
+ export declare function getProductListSortTypeTranslation(list: IkasProductList): string;
556
+ /**
557
+ * Translates a given sort type enum value into its localized display label.
558
+ *
559
+ * @ai-category ProductList, Sorting
560
+ * @ai-related getProductListSortTypeTranslation, setSortType, getProductListSortOptions
561
+ *
562
+ * @param list - The product list (used for context)
563
+ * @param sortType - The sort type to translate
564
+ * @returns The translated string label for the given sort type
565
+ *
566
+ * @example
567
+ * ```typescript
568
+ * import { translateProductListSortType } from "@ikas/bp-storefront";
569
+ * const label = translateProductListSortType(productList, "INCREASING_PRICE");
570
+ * // e.g., "Price: Low to High"
571
+ * ```
572
+ */
573
+ export declare function translateProductListSortType(list: IkasProductList, sortType: IkasProductListSortType): string;
574
+ /**
575
+ * Returns the available sort options for the product list, excluding any disabled sort types, with translated labels and selection state.
576
+ *
577
+ * @ai-category ProductList, Sorting
578
+ * @ai-related setSortType, getProductListSortTypeTranslation, translateProductListSortType, hasProductListFeaturedSortEnabled
579
+ *
580
+ * @param list - The product list to generate sort options for
581
+ * @returns An array of sort option objects with label, value, and isSelected properties
582
+ *
583
+ * @example
584
+ * ```typescript
585
+ * import { getProductListSortOptions } from "@ikas/bp-storefront";
586
+ * const options = getProductListSortOptions(productList);
587
+ * options.forEach(opt => console.log(opt.label, opt.isSelected));
588
+ * ```
589
+ */
590
+ export declare function getProductListSortOptions(list: IkasProductList): IkasProductListSortOption[];
591
+ /**
592
+ * Handles a click on a filter category, either toggling its selection and re-fetching data or navigating to the category page.
593
+ *
594
+ * @ai-category ProductList, Filtering
595
+ * @ai-related getProductListFilterCategories, clearProductListFilters, handleFilterValueClick
596
+ *
597
+ * @param list - The product list to apply the filter category to
598
+ * @param filterCategory - The filter category that was clicked
599
+ * @param disableRoute - If true, toggles selection in-place without navigating; otherwise navigates to the category URL
600
+ * @returns void
601
+ *
602
+ * @example
603
+ * ```typescript
604
+ * import { onFilterCategoryClick } from "@ikas/bp-storefront";
605
+ * await onFilterCategoryClick(productList, selectedCategory, true);
606
+ * ```
607
+ */
608
+ export declare function onFilterCategoryClick(list: IkasProductList, filterCategory: IkasFilterCategory, disableRoute?: boolean): Promise<void>;
609
+ /**
610
+ * Updates the visible page number for infinite scroll and synchronizes the URL query parameters.
611
+ *
612
+ * @ai-category ProductList, Pagination
613
+ * @ai-related getProductListNextPage, getProductListPrevPage, hasProductListNextPage
614
+ *
615
+ * @param list - The product list to update the visible page for
616
+ * @param page - The page number currently visible in the viewport
617
+ * @returns void
618
+ *
619
+ * @example
620
+ * ```typescript
621
+ * import { setProductListVisiblePage } from "@ikas/bp-storefront";
622
+ * setProductListVisiblePage(productList, 2);
623
+ * ```
624
+ */
625
+ export declare function setProductListVisiblePage(list: IkasProductList, page: number): void;
626
+ /**
627
+ * Returns the currency code (e.g., "USD", "EUR") for the product list based on the first product's variant price or the store default.
628
+ *
629
+ * @ai-category ProductList, ProductListing
630
+ * @ai-related getProductListCurrencySymbol
631
+ *
632
+ * @param list - The product list to get the currency code from
633
+ * @returns The currency code string
634
+ *
635
+ * @example
636
+ * ```typescript
637
+ * import { getProductListCurrencyCode } from "@ikas/bp-storefront";
638
+ * const currencyCode = getProductListCurrencyCode(productList);
639
+ * // "USD"
640
+ * ```
641
+ */
642
+ export declare function getProductListCurrencyCode(list: IkasProductList): string;
643
+ /**
644
+ * Returns the currency symbol (e.g., "$", "EUR") for the product list based on the first product's variant price or the store default.
645
+ *
646
+ * @ai-category ProductList, ProductListing
647
+ * @ai-related getProductListCurrencyCode
648
+ *
649
+ * @param list - The product list to get the currency symbol from
650
+ * @returns The currency symbol string
651
+ *
652
+ * @example
653
+ * ```typescript
654
+ * import { getProductListCurrencySymbol } from "@ikas/bp-storefront";
655
+ * const symbol = getProductListCurrencySymbol(productList);
656
+ * // "$"
657
+ * ```
658
+ */
659
+ export declare function getProductListCurrencySymbol(list: IkasProductList): string;
660
+ export type IkasProductListSortOption = {
661
+ label: string;
662
+ value: string;
663
+ isSelected: boolean;
664
+ };
665
+ export type IkasProductListSelectedFilterValues = {
666
+ filter: IkasProductFilter;
667
+ values: string[];
668
+ commaSeperatedValues: string;
669
+ };
@@ -0,0 +1,19 @@
1
+ import { IkasRaffle } from "../../../../../storefront-models/src";
2
+ /**
3
+ * Checks whether a raffle is currently available based on its status and date range.
4
+ *
5
+ * @ai-category Raffle
6
+ *
7
+ * @param raffle - The raffle object to check availability for.
8
+ * @returns True if the raffle is active and the current time falls within its start and end date range, false otherwise.
9
+ *
10
+ * @example
11
+ * ```typescript
12
+ * import { isRaffleAvailable } from "@ikas/bp-storefront";
13
+ *
14
+ * if (isRaffleAvailable(raffle)) {
15
+ * console.log("Raffle is currently available.");
16
+ * }
17
+ * ```
18
+ */
19
+ export declare function isRaffleAvailable(raffle: IkasRaffle): boolean | 0 | null | undefined;