@ikas/storefront 0.2.0-alpha.8 → 0.2.0-beta.1

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 (689) hide show
  1. package/build/{cjs/__generated__ → __generated__}/global-types.d.ts +0 -0
  2. package/build/{cjs/analytics → analytics}/analytics.d.ts +0 -0
  3. package/build/{cjs/analytics → analytics}/events.d.ts +0 -0
  4. package/build/{cjs/analytics → analytics}/facebookPixel.d.ts +0 -0
  5. package/build/{cjs/analytics → analytics}/googleTagManager.d.ts +0 -0
  6. package/build/{cjs/analytics → analytics}/head/index.d.ts +0 -0
  7. package/build/{cjs/analytics → analytics}/ikas.d.ts +0 -0
  8. package/build/{cjs/analytics → analytics}/index.d.ts +0 -0
  9. package/build/{cjs/api → api}/apollo.d.ts +0 -0
  10. package/build/{cjs/api → api}/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -0
  11. package/build/{cjs/api → api}/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -0
  12. package/build/{cjs/api → api}/back-in-stock-reminder/index.d.ts +0 -0
  13. package/build/{cjs/api → api}/blog/__generated__/getBlog.d.ts +0 -0
  14. package/build/{cjs/api → api}/blog/__generated__/listBlog.d.ts +0 -0
  15. package/build/{cjs/api → api}/blog/__generated__/listBlogCategory.d.ts +0 -0
  16. package/build/{cjs/api → api}/blog/__generated__/listBlogMetaData.d.ts +0 -0
  17. package/build/{cjs/api → api}/blog/index.d.ts +0 -0
  18. package/build/{cjs/api → api}/brand/__generated__/listProductBrand.d.ts +0 -0
  19. package/build/{cjs/api → api}/brand/index.d.ts +0 -0
  20. package/build/{cjs/api → api}/cart/__generated__/getCart.d.ts +16 -1
  21. package/build/{cjs/api → api}/cart/__generated__/saveItemToCart.d.ts +0 -0
  22. package/build/{cjs/api → api}/cart/index.d.ts +0 -0
  23. package/build/{cjs/api → api}/category/__generated__/listCategory.d.ts +0 -0
  24. package/build/{cjs/api → api}/category/__generated__/listCategoryPaths.d.ts +0 -0
  25. package/build/{cjs/api → api}/category/index.d.ts +0 -0
  26. package/build/{cjs/api → api}/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -0
  27. package/build/{cjs/api → api}/checkout/__generated__/checkStocks.d.ts +0 -0
  28. package/build/{cjs/api → api}/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -0
  29. package/build/{cjs/api → api}/checkout/__generated__/getCheckoutByCartId.d.ts +0 -0
  30. package/build/{cjs/api → api}/checkout/__generated__/getCheckoutById.d.ts +4 -0
  31. package/build/{cjs/api → api}/checkout/__generated__/getOrder.d.ts +0 -0
  32. package/build/{cjs/api → api}/checkout/__generated__/listCheckoutSettings.d.ts +0 -0
  33. package/build/{esm/api → api}/checkout/__generated__/listPaymentGateway.d.ts +3 -1
  34. package/build/{cjs/api → api}/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -0
  35. package/build/{cjs/api → api}/checkout/__generated__/saveCheckout.d.ts +0 -0
  36. package/build/{cjs/api → api}/checkout/index.d.ts +0 -0
  37. package/build/{cjs/api → api}/city/__generated__/listCity.d.ts +0 -0
  38. package/build/{cjs/api → api}/city/index.d.ts +0 -0
  39. package/build/{cjs/api → api}/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -0
  40. package/build/{cjs/api → api}/contact-form/index.d.ts +0 -0
  41. package/build/{cjs/api → api}/country/__generated__/getAvailableShippingCountries.d.ts +0 -0
  42. package/build/{cjs/api → api}/country/__generated__/getMyCountry.d.ts +0 -0
  43. package/build/{cjs/api → api}/country/__generated__/listCountry.d.ts +0 -0
  44. package/build/{cjs/api → api}/country/index.d.ts +0 -0
  45. package/build/{cjs/api → api}/customer/__generated__/checkCustomerEmail.d.ts +0 -0
  46. package/build/{cjs/api → api}/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -0
  47. package/build/{cjs/api → api}/customer/__generated__/createOrderRefundRequest.d.ts +0 -0
  48. package/build/{esm/api → api}/customer/__generated__/customerForgotPassword.d.ts +1 -0
  49. package/build/{cjs/api → api}/customer/__generated__/customerLogin.d.ts +0 -0
  50. package/build/{cjs/api → api}/customer/__generated__/customerRecoverPassword.d.ts +0 -0
  51. package/build/{cjs/api → api}/customer/__generated__/customerRefreshToken.d.ts +0 -0
  52. package/build/{cjs/api → api}/customer/__generated__/getCustomerOrders.d.ts +0 -0
  53. package/build/{cjs/api → api}/customer/__generated__/getLastViewedProducts.d.ts +0 -0
  54. package/build/{cjs/api → api}/customer/__generated__/getMyCustomer.d.ts +0 -0
  55. package/build/{cjs/api → api}/customer/__generated__/listOrderRefundSettings.d.ts +0 -0
  56. package/build/{cjs/api → api}/customer/__generated__/listOrderTransactions.d.ts +0 -0
  57. package/build/{esm/api → api}/customer/__generated__/registerCustomer.d.ts +1 -0
  58. package/build/{cjs/api → api}/customer/__generated__/saveLastViewedProducts.d.ts +0 -0
  59. package/build/{cjs/api → api}/customer/__generated__/saveMyCustomer.d.ts +0 -0
  60. package/build/{cjs/api → api}/customer/index.d.ts +0 -0
  61. package/build/{cjs/api → api}/customer-review/__generated__/createCustomerReview.d.ts +0 -0
  62. package/build/{cjs/api → api}/customer-review/__generated__/listCustomerReviews.d.ts +0 -0
  63. package/build/{cjs/api → api}/customer-review/index.d.ts +0 -0
  64. package/build/{cjs/api → api}/district/__generated__/listDistrict.d.ts +0 -0
  65. package/build/{cjs/api → api}/district/index.d.ts +0 -0
  66. package/build/{cjs/api → api}/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -0
  67. package/build/{cjs/api → api}/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -0
  68. package/build/{cjs/api → api}/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -0
  69. package/build/{cjs/api → api}/favorite-product/index.d.ts +0 -0
  70. package/build/{cjs/api → api}/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -0
  71. package/build/{cjs/api → api}/html-meta-data/index.d.ts +0 -0
  72. package/build/{cjs/api → api}/index.d.ts +0 -0
  73. package/build/{cjs/api → api}/merchant/__generated__/listMerchantSettings.d.ts +0 -0
  74. package/build/{cjs/api → api}/merchant/index.d.ts +0 -0
  75. package/build/{cjs/api → api}/product-attribute/__generated__/listProductAttribute.d.ts +0 -0
  76. package/build/{cjs/api → api}/product-attribute/index.d.ts +0 -0
  77. package/build/{cjs/api → api}/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -0
  78. package/build/{cjs/api → api}/product-option-set/index.d.ts +0 -0
  79. package/build/{cjs/api → api}/product-search/__generated__/getProductFilterData.d.ts +0 -0
  80. package/build/{cjs/api → api}/product-search/__generated__/searchProducts.d.ts +0 -0
  81. package/build/{cjs/api → api}/product-search/index.d.ts +0 -0
  82. package/build/{cjs/api → api}/state/__generated__/listState.d.ts +0 -0
  83. package/build/{cjs/api → api}/state/index.d.ts +0 -0
  84. package/build/{cjs/api → api}/stock-location/__generated__/listStockLocation.d.ts +0 -0
  85. package/build/{cjs/api → api}/stock-location/index.d.ts +0 -0
  86. package/build/{cjs/api → api}/storefront/__generated__/getStorefront.d.ts +0 -0
  87. package/build/{cjs/api → api}/storefront/index.d.ts +0 -0
  88. package/build/{cjs/api → api}/variant-type/__generated__/listVariantType.d.ts +0 -0
  89. package/build/{cjs/api → api}/variant-type/index.d.ts +0 -0
  90. package/build/{cjs/assets → assets}/translations/checkout/en.js +0 -0
  91. package/build/{cjs/assets → assets}/translations/checkout/tr.js +0 -0
  92. package/build/{cjs/components → components}/checkout/components/address-form/index.d.ts +0 -0
  93. package/build/{cjs/components → components}/checkout/components/address-form/model.d.ts +0 -0
  94. package/build/{cjs/components → components}/checkout/components/button/index.d.ts +0 -0
  95. package/build/{cjs/components → components}/checkout/components/cart-summary/cart-item/index.d.ts +0 -0
  96. package/build/{cjs/components → components}/checkout/components/cart-summary/index.d.ts +0 -0
  97. package/build/{cjs/components → components}/checkout/components/checkbox/check.d.ts +0 -0
  98. package/build/{cjs/components → components}/checkout/components/checkbox/index.d.ts +0 -0
  99. package/build/{cjs/components → components}/checkout/components/credit-card-form/index.d.ts +0 -0
  100. package/build/{cjs/components → components}/checkout/components/credit-card-form/model.d.ts +0 -0
  101. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/amex.d.ts +0 -0
  102. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/master-card.d.ts +0 -0
  103. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/troy.d.ts +0 -0
  104. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/visa.d.ts +0 -0
  105. package/build/{cjs/components → components}/checkout/components/customer-addresses/index.d.ts +0 -0
  106. package/build/{cjs/components → components}/checkout/components/customer-addresses/model.d.ts +0 -0
  107. package/build/{cjs/components → components}/checkout/components/error/customer-login-required-error/index.d.ts +0 -0
  108. package/build/{cjs/components → components}/checkout/components/error/index.d.ts +0 -0
  109. package/build/{cjs/components → components}/checkout/components/error/no-shipping-error/index.d.ts +0 -0
  110. package/build/{cjs/components → components}/checkout/components/error/payment-error/index.d.ts +0 -0
  111. package/build/{cjs/components → components}/checkout/components/error/stock-error/index.d.ts +0 -0
  112. package/build/{cjs/components → components}/checkout/components/error/unknown-error/index.d.ts +0 -0
  113. package/build/{cjs/components → components}/checkout/components/expandable-section/index.d.ts +0 -0
  114. package/build/{cjs/components → components}/checkout/components/form-item/caret-down.d.ts +0 -0
  115. package/build/{cjs/components → components}/checkout/components/form-item/index.d.ts +0 -0
  116. package/build/{cjs/components → components}/checkout/components/form-item/model.d.ts +0 -0
  117. package/build/{cjs/components → components}/checkout/components/fullscreen-loading/index.d.ts +0 -0
  118. package/build/{cjs/components → components}/checkout/components/input-with-button/index.d.ts +0 -0
  119. package/build/{cjs/components → components}/checkout/components/modal/index.d.ts +0 -0
  120. package/build/{cjs/components → components}/checkout/components/notification-box/index.d.ts +0 -0
  121. package/build/{cjs/components → components}/checkout/components/select-box/index.d.ts +0 -0
  122. package/build/{cjs/components → components}/checkout/components/step-container/index.d.ts +0 -0
  123. package/build/{cjs/components → components}/checkout/components/svg/arrow-down.d.ts +0 -0
  124. package/build/{cjs/components → components}/checkout/components/svg/arrow-left.d.ts +0 -0
  125. package/build/{cjs/components → components}/checkout/components/svg/arrow-right.d.ts +0 -0
  126. package/build/{cjs/components → components}/checkout/components/svg/cross.d.ts +0 -0
  127. package/build/{cjs/components → components}/checkout/components/svg/discount.d.ts +0 -0
  128. package/build/{cjs/components → components}/checkout/components/svg/external.d.ts +0 -0
  129. package/build/{cjs/components → components}/checkout/components/svg/gift.d.ts +0 -0
  130. package/build/{cjs/components → components}/checkout/components/svg/ikas.d.ts +0 -0
  131. package/build/{cjs/components → components}/checkout/components/svg/lock.d.ts +0 -0
  132. package/build/{cjs/components → components}/checkout/components/svg/shopping-cart.d.ts +0 -0
  133. package/build/{cjs/components → components}/checkout/components/svg/success-circle.d.ts +0 -0
  134. package/build/{cjs/components → components}/checkout/components/svg/tag.d.ts +0 -0
  135. package/build/{cjs/components → components}/checkout/components/svg/warning.d.ts +0 -0
  136. package/build/{cjs/components → components}/checkout/components/toggle/index.d.ts +0 -0
  137. package/build/{cjs/components → components}/checkout/components/tooltip/index.d.ts +0 -0
  138. package/build/{cjs/components → components}/checkout/index.d.ts +0 -0
  139. package/build/{cjs/components → components}/checkout/model.d.ts +0 -0
  140. package/build/{cjs/components → components}/checkout/steps/step-info/index.d.ts +0 -0
  141. package/build/{cjs/components → components}/checkout/steps/step-payment/billing-address/index.d.ts +0 -0
  142. package/build/{cjs/components → components}/checkout/steps/step-payment/index.d.ts +0 -0
  143. package/build/{cjs/components → components}/checkout/steps/step-payment/payment-gateways/index.d.ts +0 -0
  144. package/build/{cjs/components → components}/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +0 -0
  145. package/build/{cjs/components → components}/checkout/steps/step-shipping/index.d.ts +0 -0
  146. package/build/{cjs/components → components}/checkout/steps/step-success/index.d.ts +0 -0
  147. package/build/{cjs/components → components}/error/index.d.ts +0 -0
  148. package/build/{cjs/components → components}/image/index.d.ts +0 -0
  149. package/build/{cjs/components → components}/index.d.ts +0 -0
  150. package/build/{cjs/components → components}/page/ThemeComponent.d.ts +0 -0
  151. package/build/{cjs/components → components}/page/head.d.ts +0 -0
  152. package/build/{cjs/components → components}/page/index.d.ts +0 -1
  153. package/build/{cjs/components → components}/page-editor/ThemeComponentEditor.d.ts +0 -0
  154. package/build/{cjs/components → components}/page-editor/index.d.ts +0 -0
  155. package/build/{cjs/components → components}/page-editor/model.d.ts +0 -0
  156. package/build/{cjs/index.css → index.css} +0 -0
  157. package/build/{cjs/index.d.ts → index.d.ts} +0 -0
  158. package/build/{esm/index.css → index.es.css} +0 -0
  159. package/build/index.es.js +74003 -0
  160. package/build/index.js +74132 -0
  161. package/build/{cjs/models → models}/data/blog/index.d.ts +0 -0
  162. package/build/{cjs/models → models}/data/brand/index.d.ts +0 -0
  163. package/build/{cjs/models → models}/data/cart/index.d.ts +3 -0
  164. package/build/{cjs/models → models}/data/category/index.d.ts +0 -0
  165. package/build/{cjs/models → models}/data/checkout/index.d.ts +0 -0
  166. package/build/{cjs/models → models}/data/checkout-settings/index.d.ts +0 -0
  167. package/build/{cjs/models → models}/data/city/index.d.ts +0 -0
  168. package/build/{cjs/models → models}/data/contact-form/index.d.ts +0 -0
  169. package/build/{cjs/models → models}/data/country/index.d.ts +0 -0
  170. package/build/{cjs/models → models}/data/customer/address/index.d.ts +0 -0
  171. package/build/{cjs/models → models}/data/customer/index.d.ts +0 -0
  172. package/build/{cjs/models → models}/data/customer-review/index.d.ts +0 -0
  173. package/build/{cjs/models → models}/data/customer-review-settings/index.d.ts +0 -0
  174. package/build/{cjs/models → models}/data/district/index.d.ts +0 -0
  175. package/build/{cjs/models → models}/data/favorite-product/index.d.ts +0 -0
  176. package/build/{cjs/models → models}/data/html-meta-data/index.d.ts +0 -0
  177. package/build/{cjs/models → models}/data/image/index.d.ts +0 -0
  178. package/build/{cjs/models → models}/data/index.d.ts +1 -1
  179. package/build/{cjs/models → models}/data/installment-info/index.d.ts +0 -0
  180. package/build/{cjs/models → models}/data/merchant-settings/index.d.ts +0 -0
  181. package/build/{cjs/models → models}/data/order/address/index.d.ts +0 -0
  182. package/build/{cjs/models → models}/data/order/adjustment/index.d.ts +0 -0
  183. package/build/{cjs/models → models}/data/order/gift-line/index.d.ts +0 -0
  184. package/build/{esm/models → models}/data/order/index.d.ts +1 -2
  185. package/build/{cjs/models → models}/data/order/line-item/discount/index.d.ts +0 -0
  186. package/build/{esm/models → models}/data/order/line-item/index.d.ts +3 -0
  187. package/build/models/data/order/line-item/options/index.d.ts +20 -0
  188. package/build/models/data/order/line-item/options/options-value/index.d.ts +6 -0
  189. package/build/{cjs/models → models}/data/order/line-item/variant/index.d.ts +0 -0
  190. package/build/{cjs/models → models}/data/order/refund/index.d.ts +0 -0
  191. package/build/{cjs/models → models}/data/order/refund/refund-line-item/index.d.ts +0 -0
  192. package/build/{cjs/models → models}/data/order/refund/settings.d.ts +0 -0
  193. package/build/{cjs/models → models}/data/order/shipping-line/index.d.ts +0 -0
  194. package/build/{cjs/models → models}/data/order-transaction/index.d.ts +1 -0
  195. package/build/{cjs/models → models}/data/payment-gateway/index.d.ts +0 -0
  196. package/build/{cjs/models → models}/data/product/attribute-value/index.d.ts +0 -0
  197. package/build/{esm/models → models}/data/product/index.d.ts +1 -0
  198. package/build/{cjs/models → models}/data/product/variant/index.d.ts +0 -0
  199. package/build/{cjs/models → models}/data/product/variant/price/index.d.ts +1 -0
  200. package/build/{cjs/models → models}/data/product/variant-type/index.d.ts +0 -0
  201. package/build/{cjs/models → models}/data/product-attribute/index.d.ts +0 -0
  202. package/build/{cjs/models → models}/data/product-attribute/product-attribute-option/index.d.ts +0 -0
  203. package/build/{cjs/models → models}/data/product-attribute/product-attribute-table-cell/index.d.ts +0 -0
  204. package/build/{cjs/models → models}/data/product-attribute/product-attribute-table-template/index.d.ts +0 -0
  205. package/build/{cjs/models → models}/data/product-back-in-stock-settings/index.d.ts +0 -0
  206. package/build/models/data/product-cart-item-options/index.d.ts +6 -0
  207. package/build/{cjs/models → models}/data/product-filter/index.d.ts +0 -0
  208. package/build/{cjs/models → models}/data/product-option-set/index.d.ts +18 -3
  209. package/build/{cjs/models → models}/data/product-tag/index.d.ts +0 -0
  210. package/build/{cjs/models → models}/data/sales-channel/index.d.ts +0 -0
  211. package/build/{cjs/models → models}/data/simple-product/index.d.ts +0 -0
  212. package/build/{cjs/models → models}/data/state/index.d.ts +0 -0
  213. package/build/{cjs/models → models}/data/storefront/domain/index.d.ts +0 -0
  214. package/build/{cjs/models → models}/data/storefront/index.d.ts +0 -0
  215. package/build/{cjs/models → models}/data/storefront/localization/index.d.ts +0 -0
  216. package/build/{cjs/models → models}/data/storefront/routing/index.d.ts +0 -0
  217. package/build/{cjs/models → models}/data/storefront/theme/index.d.ts +0 -0
  218. package/build/{cjs/models → models}/data/storefront/theme-localization/index.d.ts +0 -0
  219. package/build/{cjs/models → models}/data/variant-type/index.d.ts +0 -0
  220. package/build/{cjs/models → models}/data/variant-type/variant-value/index.d.ts +0 -0
  221. package/build/{cjs/models → models}/index.d.ts +0 -0
  222. package/build/{cjs/models → models}/theme/component/index.d.ts +0 -0
  223. package/build/{cjs/models → models}/theme/component/prop/index.d.ts +0 -0
  224. package/build/{cjs/models → models}/theme/custom-data/index.d.ts +0 -0
  225. package/build/{cjs/models → models}/theme/index.d.ts +0 -0
  226. package/build/{cjs/models → models}/theme/page/component/index.d.ts +0 -0
  227. package/build/{cjs/models → models}/theme/page/component/prop-value/attribute-list.d.ts +0 -0
  228. package/build/{cjs/models → models}/theme/page/component/prop-value/attribute.d.ts +0 -0
  229. package/build/{cjs/models → models}/theme/page/component/prop-value/blog-category-list.d.ts +0 -0
  230. package/build/{cjs/models → models}/theme/page/component/prop-value/blog-category.d.ts +0 -0
  231. package/build/{cjs/models → models}/theme/page/component/prop-value/blog-list.d.ts +0 -0
  232. package/build/{cjs/models → models}/theme/page/component/prop-value/blog.d.ts +0 -0
  233. package/build/{cjs/models → models}/theme/page/component/prop-value/brand-list.d.ts +0 -0
  234. package/build/{cjs/models → models}/theme/page/component/prop-value/brand.d.ts +0 -0
  235. package/build/{cjs/models → models}/theme/page/component/prop-value/category-list.d.ts +0 -0
  236. package/build/{cjs/models → models}/theme/page/component/prop-value/category.d.ts +0 -0
  237. package/build/{cjs/models → models}/theme/page/component/prop-value/link.d.ts +0 -0
  238. package/build/{cjs/models → models}/theme/page/component/prop-value/product-detail.d.ts +0 -0
  239. package/build/{cjs/models → models}/theme/page/component/prop-value/product-list.d.ts +0 -0
  240. package/build/{cjs/models → models}/theme/page/index.d.ts +0 -0
  241. package/build/{cjs/models → models}/theme/settings/index.d.ts +0 -0
  242. package/build/{cjs/models → models}/theme/settings/prop/color/index.d.ts +0 -0
  243. package/build/{cjs/models → models}/theme/settings/prop/favicon/index.d.ts +0 -0
  244. package/build/{cjs/models → models}/theme/theme.d.ts +0 -0
  245. package/build/{cjs/models → models}/ui/blog-category-list/index.d.ts +0 -0
  246. package/build/{cjs/models → models}/ui/blog-list/index.d.ts +0 -0
  247. package/build/{cjs/models → models}/ui/brand-list/index.d.ts +0 -0
  248. package/build/{cjs/models → models}/ui/category-list/index.d.ts +0 -0
  249. package/build/{cjs/models → models}/ui/component-renderer/index.d.ts +0 -0
  250. package/build/{cjs/models → models}/ui/customer-review-list/index.d.ts +0 -0
  251. package/build/{cjs/models → models}/ui/index.d.ts +0 -0
  252. package/build/{cjs/models → models}/ui/navigation-link/index.d.ts +0 -0
  253. package/build/{cjs/models → models}/ui/product-attribute-detail/index.d.ts +0 -0
  254. package/build/{cjs/models → models}/ui/product-attribute-list/index.d.ts +0 -0
  255. package/build/{cjs/models → models}/ui/product-detail/index.d.ts +0 -0
  256. package/build/{cjs/models → models}/ui/product-list/index.d.ts +0 -0
  257. package/build/{cjs/models → models}/ui/validator/form/account-info.d.ts +0 -0
  258. package/build/{cjs/models → models}/ui/validator/form/address.d.ts +0 -0
  259. package/build/{cjs/models → models}/ui/validator/form/contact-form.d.ts +0 -0
  260. package/build/{cjs/models → models}/ui/validator/form/customer-review.d.ts +0 -0
  261. package/build/{cjs/models → models}/ui/validator/form/forgot-password.d.ts +0 -0
  262. package/build/{cjs/models → models}/ui/validator/form/login.d.ts +0 -0
  263. package/build/{cjs/models → models}/ui/validator/form/recover-password.d.ts +0 -0
  264. package/build/{cjs/models → models}/ui/validator/form/register.d.ts +0 -0
  265. package/build/{cjs/models → models}/ui/validator/index.d.ts +0 -0
  266. package/build/{cjs/models → models}/ui/validator/rules/index.d.ts +0 -0
  267. package/build/{cjs/pages → pages}/404.d.ts +0 -0
  268. package/build/{cjs/pages → pages}/[slug]/index.d.ts +0 -0
  269. package/build/{cjs/pages → pages}/account/addresses.d.ts +0 -0
  270. package/build/{cjs/pages → pages}/account/favorite-products.d.ts +0 -0
  271. package/build/{cjs/pages → pages}/account/forgot-password.d.ts +0 -0
  272. package/build/{cjs/pages → pages}/account/index.d.ts +0 -0
  273. package/build/{cjs/pages → pages}/account/login.d.ts +0 -0
  274. package/build/{cjs/pages → pages}/account/orders/[id].d.ts +0 -0
  275. package/build/{cjs/pages → pages}/account/orders/index.d.ts +0 -0
  276. package/build/{cjs/pages → pages}/account/recover-password.d.ts +0 -0
  277. package/build/{cjs/pages → pages}/account/register.d.ts +0 -0
  278. package/build/{cjs/pages → pages}/blog/[slug].d.ts +0 -0
  279. package/build/{cjs/pages → pages}/blog/index.d.ts +0 -0
  280. package/build/{cjs/pages → pages}/cart.d.ts +0 -0
  281. package/build/{cjs/pages → pages}/checkout.d.ts +0 -0
  282. package/build/{esm/pages → pages}/editor.d.ts +0 -1
  283. package/build/{cjs/pages → pages}/home.d.ts +0 -0
  284. package/build/pages/index.d.ts +20 -0
  285. package/build/{cjs/pages → pages}/pages/[slug].d.ts +0 -0
  286. package/build/{cjs/pages → pages}/search.d.ts +0 -0
  287. package/build/{cjs/providers → providers}/page-data-get.d.ts +0 -0
  288. package/build/{cjs/providers → providers}/page-data-init.d.ts +0 -0
  289. package/build/{cjs/providers → providers}/page-data-next.d.ts +0 -0
  290. package/build/{cjs/providers → providers}/placeholders.d.ts +0 -0
  291. package/build/{cjs/providers → providers}/prop-value/attribute-list.d.ts +0 -0
  292. package/build/{cjs/providers → providers}/prop-value/attribute.d.ts +0 -0
  293. package/build/{cjs/providers → providers}/prop-value/blog-category-list.d.ts +0 -0
  294. package/build/{cjs/providers → providers}/prop-value/blog-category.d.ts +0 -0
  295. package/build/{cjs/providers → providers}/prop-value/blog-list.d.ts +0 -0
  296. package/build/{cjs/providers → providers}/prop-value/blog.d.ts +0 -0
  297. package/build/{cjs/providers → providers}/prop-value/boolean.d.ts +0 -0
  298. package/build/{cjs/providers → providers}/prop-value/brand-list.d.ts +0 -0
  299. package/build/{cjs/providers → providers}/prop-value/brand.d.ts +0 -0
  300. package/build/{cjs/providers → providers}/prop-value/category-list.d.ts +0 -0
  301. package/build/{cjs/providers → providers}/prop-value/category.d.ts +0 -0
  302. package/build/providers/prop-value/checkout.d.ts +4 -0
  303. package/build/{cjs/providers → providers}/prop-value/color.d.ts +0 -0
  304. package/build/{cjs/providers → providers}/prop-value/custom.d.ts +0 -0
  305. package/build/{cjs/providers → providers}/prop-value/image-list.d.ts +0 -0
  306. package/build/{cjs/providers → providers}/prop-value/image.d.ts +0 -0
  307. package/build/{cjs/providers → providers}/prop-value/index.d.ts +0 -0
  308. package/build/{cjs/providers → providers}/prop-value/link.d.ts +0 -0
  309. package/build/{cjs/providers → providers}/prop-value/product-detail.d.ts +0 -0
  310. package/build/{cjs/providers → providers}/prop-value/product-list.d.ts +0 -0
  311. package/build/{cjs/providers → providers}/prop-value/rich-text.d.ts +0 -0
  312. package/build/{cjs/providers → providers}/prop-value/text.d.ts +0 -0
  313. package/build/{cjs/store → store}/base.d.ts +0 -0
  314. package/build/{cjs/store → store}/cart.d.ts +4 -2
  315. package/build/{cjs/store → store}/customer.d.ts +0 -0
  316. package/build/{cjs/store → store}/index.d.ts +0 -0
  317. package/build/{cjs/storefront → storefront}/index.d.ts +2 -2
  318. package/build/utils/currency.d.ts +7 -0
  319. package/build/{cjs/utils → utils}/helper.d.ts +0 -0
  320. package/build/{cjs/utils → utils}/i18n.d.ts +0 -0
  321. package/build/{cjs/utils → utils}/index.d.ts +0 -0
  322. package/package.json +4 -6
  323. package/build/cjs/[slug]-256d483b.js +0 -1
  324. package/build/cjs/analytics.js +0 -1
  325. package/build/cjs/api/checkout/__generated__/listPaymentGateway.d.ts +0 -40
  326. package/build/cjs/api/customer/__generated__/customerForgotPassword.d.ts +0 -6
  327. package/build/cjs/api/customer/__generated__/registerCustomer.d.ts +0 -71
  328. package/build/cjs/api.js +0 -1
  329. package/build/cjs/base-3f6c0c18.js +0 -1
  330. package/build/cjs/blog-category-list-301760cf.js +0 -1
  331. package/build/cjs/cart-cdd60c45.js +0 -1
  332. package/build/cjs/components.js +0 -1
  333. package/build/cjs/en-39787a68.js +0 -1
  334. package/build/cjs/get-9a974b32.js +0 -15
  335. package/build/cjs/i18n-c9c8631c.js +0 -1
  336. package/build/cjs/index-0102eb01.js +0 -1
  337. package/build/cjs/index-0e84ec4c.js +0 -1
  338. package/build/cjs/index-346e3673.js +0 -1
  339. package/build/cjs/index-557eda08.js +0 -1
  340. package/build/cjs/index-60458497.js +0 -1
  341. package/build/cjs/index-6b3fb1e9.js +0 -1
  342. package/build/cjs/index-bb1c2b0f.js +0 -3
  343. package/build/cjs/index-c5a4b4b2.js +0 -1
  344. package/build/cjs/index-dfb3bc66.js +0 -1
  345. package/build/cjs/index.js +0 -1
  346. package/build/cjs/models/data/order/index.d.ts +0 -147
  347. package/build/cjs/models/data/order/line-item/index.d.ts +0 -40
  348. package/build/cjs/models/data/product/index.d.ts +0 -34
  349. package/build/cjs/models.js +0 -1
  350. package/build/cjs/pages/editor.d.ts +0 -9
  351. package/build/cjs/pages/index.d.ts +0 -19
  352. package/build/cjs/pages.js +0 -1
  353. package/build/cjs/store.js +0 -1
  354. package/build/cjs/storefront.js +0 -1
  355. package/build/cjs/tr-b58ac020.js +0 -1
  356. package/build/cjs/utils/currency.d.ts +0 -1
  357. package/build/cjs/utils.js +0 -1
  358. package/build/esm/[slug]-a5af448c.js +0 -1
  359. package/build/esm/__generated__/global-types.d.ts +0 -624
  360. package/build/esm/analytics/analytics.d.ts +0 -37
  361. package/build/esm/analytics/events.d.ts +0 -36
  362. package/build/esm/analytics/facebookPixel.d.ts +0 -15
  363. package/build/esm/analytics/googleTagManager.d.ts +0 -201
  364. package/build/esm/analytics/head/index.d.ts +0 -7
  365. package/build/esm/analytics/ikas.d.ts +0 -133
  366. package/build/esm/analytics/index.d.ts +0 -2
  367. package/build/esm/analytics.js +0 -1
  368. package/build/esm/api/apollo.d.ts +0 -10
  369. package/build/esm/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -24
  370. package/build/esm/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -19
  371. package/build/esm/api/back-in-stock-reminder/index.d.ts +0 -23
  372. package/build/esm/api/blog/__generated__/getBlog.d.ts +0 -83
  373. package/build/esm/api/blog/__generated__/listBlog.d.ts +0 -86
  374. package/build/esm/api/blog/__generated__/listBlogCategory.d.ts +0 -38
  375. package/build/esm/api/blog/__generated__/listBlogMetaData.d.ts +0 -29
  376. package/build/esm/api/blog/index.d.ts +0 -32
  377. package/build/esm/api/brand/__generated__/listProductBrand.d.ts +0 -47
  378. package/build/esm/api/brand/index.d.ts +0 -16
  379. package/build/esm/api/cart/__generated__/getCart.d.ts +0 -71
  380. package/build/esm/api/cart/__generated__/saveItemToCart.d.ts +0 -74
  381. package/build/esm/api/cart/index.d.ts +0 -5
  382. package/build/esm/api/category/__generated__/listCategory.d.ts +0 -52
  383. package/build/esm/api/category/__generated__/listCategoryPaths.d.ts +0 -23
  384. package/build/esm/api/category/index.d.ts +0 -18
  385. package/build/esm/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -11
  386. package/build/esm/api/checkout/__generated__/checkStocks.d.ts +0 -18
  387. package/build/esm/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -22
  388. package/build/esm/api/checkout/__generated__/getCheckoutByCartId.d.ts +0 -10
  389. package/build/esm/api/checkout/__generated__/getCheckoutById.d.ts +0 -232
  390. package/build/esm/api/checkout/__generated__/getOrder.d.ts +0 -215
  391. package/build/esm/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -34
  392. package/build/esm/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -23
  393. package/build/esm/api/checkout/__generated__/saveCheckout.d.ts +0 -11
  394. package/build/esm/api/checkout/index.d.ts +0 -29
  395. package/build/esm/api/city/__generated__/listCity.d.ts +0 -14
  396. package/build/esm/api/city/index.d.ts +0 -4
  397. package/build/esm/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -9
  398. package/build/esm/api/contact-form/index.d.ts +0 -10
  399. package/build/esm/api/country/__generated__/getAvailableShippingCountries.d.ts +0 -6
  400. package/build/esm/api/country/__generated__/getMyCountry.d.ts +0 -3
  401. package/build/esm/api/country/__generated__/listCountry.d.ts +0 -23
  402. package/build/esm/api/country/index.d.ts +0 -6
  403. package/build/esm/api/customer/__generated__/checkCustomerEmail.d.ts +0 -10
  404. package/build/esm/api/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -11
  405. package/build/esm/api/customer/__generated__/createOrderRefundRequest.d.ts +0 -215
  406. package/build/esm/api/customer/__generated__/customerLogin.d.ts +0 -70
  407. package/build/esm/api/customer/__generated__/customerRecoverPassword.d.ts +0 -8
  408. package/build/esm/api/customer/__generated__/customerRefreshToken.d.ts +0 -11
  409. package/build/esm/api/customer/__generated__/getCustomerOrders.d.ts +0 -215
  410. package/build/esm/api/customer/__generated__/getLastViewedProducts.d.ts +0 -15
  411. package/build/esm/api/customer/__generated__/getMyCustomer.d.ts +0 -59
  412. package/build/esm/api/customer/__generated__/listOrderRefundSettings.d.ts +0 -13
  413. package/build/esm/api/customer/__generated__/listOrderTransactions.d.ts +0 -53
  414. package/build/esm/api/customer/__generated__/saveLastViewedProducts.d.ts +0 -11
  415. package/build/esm/api/customer/__generated__/saveMyCustomer.d.ts +0 -63
  416. package/build/esm/api/customer/index.d.ts +0 -44
  417. package/build/esm/api/customer-review/__generated__/createCustomerReview.d.ts +0 -11
  418. package/build/esm/api/customer-review/__generated__/listCustomerReviews.d.ts +0 -25
  419. package/build/esm/api/customer-review/index.d.ts +0 -24
  420. package/build/esm/api/district/__generated__/listDistrict.d.ts +0 -13
  421. package/build/esm/api/district/index.d.ts +0 -4
  422. package/build/esm/api/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -6
  423. package/build/esm/api/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -12
  424. package/build/esm/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -7
  425. package/build/esm/api/favorite-product/index.d.ts +0 -6
  426. package/build/esm/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -18
  427. package/build/esm/api/html-meta-data/index.d.ts +0 -4
  428. package/build/esm/api/index.d.ts +0 -21
  429. package/build/esm/api/merchant/__generated__/listMerchantSettings.d.ts +0 -9
  430. package/build/esm/api/merchant/index.d.ts +0 -4
  431. package/build/esm/api/product-attribute/__generated__/listProductAttribute.d.ts +0 -39
  432. package/build/esm/api/product-attribute/index.d.ts +0 -4
  433. package/build/esm/api/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -90
  434. package/build/esm/api/product-option-set/index.d.ts +0 -6
  435. package/build/esm/api/product-search/__generated__/getProductFilterData.d.ts +0 -52
  436. package/build/esm/api/product-search/__generated__/searchProducts.d.ts +0 -26
  437. package/build/esm/api/product-search/index.d.ts +0 -20
  438. package/build/esm/api/state/__generated__/listState.d.ts +0 -13
  439. package/build/esm/api/state/index.d.ts +0 -4
  440. package/build/esm/api/stock-location/__generated__/listStockLocation.d.ts +0 -7
  441. package/build/esm/api/stock-location/index.d.ts +0 -4
  442. package/build/esm/api/storefront/__generated__/getStorefront.d.ts +0 -52
  443. package/build/esm/api/storefront/index.d.ts +0 -4
  444. package/build/esm/api/variant-type/__generated__/listVariantType.d.ts +0 -39
  445. package/build/esm/api/variant-type/index.d.ts +0 -4
  446. package/build/esm/api.js +0 -1
  447. package/build/esm/assets/translations/checkout/en.js +0 -161
  448. package/build/esm/assets/translations/checkout/tr.js +0 -160
  449. package/build/esm/base-64b83211.js +0 -1
  450. package/build/esm/blog-category-list-f9bde7de.js +0 -1
  451. package/build/esm/cart-a5410bc1.js +0 -1
  452. package/build/esm/components/checkout/components/address-form/index.d.ts +0 -3
  453. package/build/esm/components/checkout/components/address-form/model.d.ts +0 -123
  454. package/build/esm/components/checkout/components/button/index.d.ts +0 -12
  455. package/build/esm/components/checkout/components/cart-summary/cart-item/index.d.ts +0 -10
  456. package/build/esm/components/checkout/components/cart-summary/index.d.ts +0 -8
  457. package/build/esm/components/checkout/components/checkbox/check.d.ts +0 -6
  458. package/build/esm/components/checkout/components/checkbox/index.d.ts +0 -10
  459. package/build/esm/components/checkout/components/credit-card-form/index.d.ts +0 -7
  460. package/build/esm/components/checkout/components/credit-card-form/model.d.ts +0 -26
  461. package/build/esm/components/checkout/components/credit-card-form/svg/amex.d.ts +0 -6
  462. package/build/esm/components/checkout/components/credit-card-form/svg/master-card.d.ts +0 -6
  463. package/build/esm/components/checkout/components/credit-card-form/svg/troy.d.ts +0 -6
  464. package/build/esm/components/checkout/components/credit-card-form/svg/visa.d.ts +0 -6
  465. package/build/esm/components/checkout/components/customer-addresses/index.d.ts +0 -15
  466. package/build/esm/components/checkout/components/customer-addresses/model.d.ts +0 -21
  467. package/build/esm/components/checkout/components/error/customer-login-required-error/index.d.ts +0 -8
  468. package/build/esm/components/checkout/components/error/index.d.ts +0 -7
  469. package/build/esm/components/checkout/components/error/no-shipping-error/index.d.ts +0 -6
  470. package/build/esm/components/checkout/components/error/payment-error/index.d.ts +0 -8
  471. package/build/esm/components/checkout/components/error/stock-error/index.d.ts +0 -8
  472. package/build/esm/components/checkout/components/error/unknown-error/index.d.ts +0 -6
  473. package/build/esm/components/checkout/components/expandable-section/index.d.ts +0 -6
  474. package/build/esm/components/checkout/components/form-item/caret-down.d.ts +0 -6
  475. package/build/esm/components/checkout/components/form-item/index.d.ts +0 -3
  476. package/build/esm/components/checkout/components/form-item/model.d.ts +0 -59
  477. package/build/esm/components/checkout/components/fullscreen-loading/index.d.ts +0 -2
  478. package/build/esm/components/checkout/components/input-with-button/index.d.ts +0 -11
  479. package/build/esm/components/checkout/components/modal/index.d.ts +0 -8
  480. package/build/esm/components/checkout/components/notification-box/index.d.ts +0 -9
  481. package/build/esm/components/checkout/components/select-box/index.d.ts +0 -13
  482. package/build/esm/components/checkout/components/step-container/index.d.ts +0 -15
  483. package/build/esm/components/checkout/components/svg/arrow-down.d.ts +0 -6
  484. package/build/esm/components/checkout/components/svg/arrow-left.d.ts +0 -6
  485. package/build/esm/components/checkout/components/svg/arrow-right.d.ts +0 -6
  486. package/build/esm/components/checkout/components/svg/cross.d.ts +0 -6
  487. package/build/esm/components/checkout/components/svg/discount.d.ts +0 -6
  488. package/build/esm/components/checkout/components/svg/external.d.ts +0 -6
  489. package/build/esm/components/checkout/components/svg/gift.d.ts +0 -7
  490. package/build/esm/components/checkout/components/svg/ikas.d.ts +0 -6
  491. package/build/esm/components/checkout/components/svg/lock.d.ts +0 -6
  492. package/build/esm/components/checkout/components/svg/shopping-cart.d.ts +0 -6
  493. package/build/esm/components/checkout/components/svg/success-circle.d.ts +0 -6
  494. package/build/esm/components/checkout/components/svg/tag.d.ts +0 -6
  495. package/build/esm/components/checkout/components/svg/warning.d.ts +0 -6
  496. package/build/esm/components/checkout/components/toggle/index.d.ts +0 -10
  497. package/build/esm/components/checkout/components/tooltip/index.d.ts +0 -8
  498. package/build/esm/components/checkout/index.d.ts +0 -32
  499. package/build/esm/components/checkout/model.d.ts +0 -120
  500. package/build/esm/components/checkout/steps/step-info/index.d.ts +0 -7
  501. package/build/esm/components/checkout/steps/step-payment/billing-address/index.d.ts +0 -7
  502. package/build/esm/components/checkout/steps/step-payment/index.d.ts +0 -7
  503. package/build/esm/components/checkout/steps/step-payment/payment-gateways/index.d.ts +0 -7
  504. package/build/esm/components/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +0 -7
  505. package/build/esm/components/checkout/steps/step-shipping/index.d.ts +0 -7
  506. package/build/esm/components/checkout/steps/step-success/index.d.ts +0 -7
  507. package/build/esm/components/error/index.d.ts +0 -5
  508. package/build/esm/components/image/index.d.ts +0 -36
  509. package/build/esm/components/index.d.ts +0 -4
  510. package/build/esm/components/page/ThemeComponent.d.ts +0 -10
  511. package/build/esm/components/page/head.d.ts +0 -12
  512. package/build/esm/components/page/index.d.ts +0 -18
  513. package/build/esm/components/page-editor/ThemeComponentEditor.d.ts +0 -9
  514. package/build/esm/components/page-editor/index.d.ts +0 -2
  515. package/build/esm/components/page-editor/model.d.ts +0 -65
  516. package/build/esm/components.js +0 -1
  517. package/build/esm/en-61fffa63.js +0 -1
  518. package/build/esm/get-ade3f4d4.js +0 -15
  519. package/build/esm/i18n-faeafc92.js +0 -1
  520. package/build/esm/index-2108fd47.js +0 -3
  521. package/build/esm/index-3e13a5d9.js +0 -1
  522. package/build/esm/index-413970db.js +0 -1
  523. package/build/esm/index-42f5840b.js +0 -1
  524. package/build/esm/index-4adde2ba.js +0 -1
  525. package/build/esm/index-63a08778.js +0 -1
  526. package/build/esm/index-7a9b2ec6.js +0 -1
  527. package/build/esm/index-9157d480.js +0 -1
  528. package/build/esm/index-dbaba7ab.js +0 -1
  529. package/build/esm/index.d.ts +0 -8
  530. package/build/esm/index.js +0 -1
  531. package/build/esm/models/data/blog/index.d.ts +0 -67
  532. package/build/esm/models/data/brand/index.d.ts +0 -21
  533. package/build/esm/models/data/cart/index.d.ts +0 -44
  534. package/build/esm/models/data/category/index.d.ts +0 -52
  535. package/build/esm/models/data/checkout/index.d.ts +0 -103
  536. package/build/esm/models/data/checkout-settings/index.d.ts +0 -25
  537. package/build/esm/models/data/city/index.d.ts +0 -4
  538. package/build/esm/models/data/contact-form/index.d.ts +0 -7
  539. package/build/esm/models/data/country/index.d.ts +0 -8
  540. package/build/esm/models/data/customer/address/index.d.ts +0 -49
  541. package/build/esm/models/data/customer/index.d.ts +0 -33
  542. package/build/esm/models/data/customer-review/index.d.ts +0 -23
  543. package/build/esm/models/data/customer-review-settings/index.d.ts +0 -4
  544. package/build/esm/models/data/district/index.d.ts +0 -4
  545. package/build/esm/models/data/favorite-product/index.d.ts +0 -6
  546. package/build/esm/models/data/html-meta-data/index.d.ts +0 -23
  547. package/build/esm/models/data/image/index.d.ts +0 -8
  548. package/build/esm/models/data/index.d.ts +0 -33
  549. package/build/esm/models/data/installment-info/index.d.ts +0 -30
  550. package/build/esm/models/data/merchant-settings/index.d.ts +0 -8
  551. package/build/esm/models/data/order/address/index.d.ts +0 -50
  552. package/build/esm/models/data/order/adjustment/index.d.ts +0 -16
  553. package/build/esm/models/data/order/gift-line/index.d.ts +0 -4
  554. package/build/esm/models/data/order/line-item/discount/index.d.ts +0 -11
  555. package/build/esm/models/data/order/line-item/variant/index.d.ts +0 -25
  556. package/build/esm/models/data/order/refund/index.d.ts +0 -6
  557. package/build/esm/models/data/order/refund/refund-line-item/index.d.ts +0 -5
  558. package/build/esm/models/data/order/refund/settings.d.ts +0 -6
  559. package/build/esm/models/data/order/shipping-line/index.d.ts +0 -7
  560. package/build/esm/models/data/order-transaction/index.d.ts +0 -73
  561. package/build/esm/models/data/payment-gateway/index.d.ts +0 -61
  562. package/build/esm/models/data/product/attribute-value/index.d.ts +0 -20
  563. package/build/esm/models/data/product/variant/index.d.ts +0 -24
  564. package/build/esm/models/data/product/variant/price/index.d.ts +0 -10
  565. package/build/esm/models/data/product/variant-type/index.d.ts +0 -6
  566. package/build/esm/models/data/product-attribute/index.d.ts +0 -34
  567. package/build/esm/models/data/product-attribute/product-attribute-option/index.d.ts +0 -5
  568. package/build/esm/models/data/product-attribute/product-attribute-table-cell/index.d.ts +0 -5
  569. package/build/esm/models/data/product-attribute/product-attribute-table-template/index.d.ts +0 -6
  570. package/build/esm/models/data/product-back-in-stock-settings/index.d.ts +0 -3
  571. package/build/esm/models/data/product-filter/index.d.ts +0 -109
  572. package/build/esm/models/data/product-option-set/index.d.ts +0 -85
  573. package/build/esm/models/data/product-tag/index.d.ts +0 -5
  574. package/build/esm/models/data/sales-channel/index.d.ts +0 -18
  575. package/build/esm/models/data/simple-product/index.d.ts +0 -136
  576. package/build/esm/models/data/state/index.d.ts +0 -5
  577. package/build/esm/models/data/storefront/domain/index.d.ts +0 -8
  578. package/build/esm/models/data/storefront/index.d.ts +0 -23
  579. package/build/esm/models/data/storefront/localization/index.d.ts +0 -7
  580. package/build/esm/models/data/storefront/routing/index.d.ts +0 -9
  581. package/build/esm/models/data/storefront/theme/index.d.ts +0 -13
  582. package/build/esm/models/data/storefront/theme-localization/index.d.ts +0 -12
  583. package/build/esm/models/data/variant-type/index.d.ts +0 -26
  584. package/build/esm/models/data/variant-type/variant-value/index.d.ts +0 -11
  585. package/build/esm/models/index.d.ts +0 -3
  586. package/build/esm/models/theme/component/index.d.ts +0 -10
  587. package/build/esm/models/theme/component/prop/index.d.ts +0 -40
  588. package/build/esm/models/theme/custom-data/index.d.ts +0 -24
  589. package/build/esm/models/theme/index.d.ts +0 -18
  590. package/build/esm/models/theme/page/component/index.d.ts +0 -6
  591. package/build/esm/models/theme/page/component/prop-value/attribute-list.d.ts +0 -7
  592. package/build/esm/models/theme/page/component/prop-value/attribute.d.ts +0 -7
  593. package/build/esm/models/theme/page/component/prop-value/blog-category-list.d.ts +0 -7
  594. package/build/esm/models/theme/page/component/prop-value/blog-category.d.ts +0 -5
  595. package/build/esm/models/theme/page/component/prop-value/blog-list.d.ts +0 -9
  596. package/build/esm/models/theme/page/component/prop-value/blog.d.ts +0 -5
  597. package/build/esm/models/theme/page/component/prop-value/brand-list.d.ts +0 -9
  598. package/build/esm/models/theme/page/component/prop-value/brand.d.ts +0 -5
  599. package/build/esm/models/theme/page/component/prop-value/category-list.d.ts +0 -9
  600. package/build/esm/models/theme/page/component/prop-value/category.d.ts +0 -5
  601. package/build/esm/models/theme/page/component/prop-value/link.d.ts +0 -19
  602. package/build/esm/models/theme/page/component/prop-value/product-detail.d.ts +0 -6
  603. package/build/esm/models/theme/page/component/prop-value/product-list.d.ts +0 -17
  604. package/build/esm/models/theme/page/index.d.ts +0 -40
  605. package/build/esm/models/theme/settings/index.d.ts +0 -13
  606. package/build/esm/models/theme/settings/prop/color/index.d.ts +0 -7
  607. package/build/esm/models/theme/settings/prop/favicon/index.d.ts +0 -4
  608. package/build/esm/models/theme/theme.d.ts +0 -16
  609. package/build/esm/models/ui/blog-category-list/index.d.ts +0 -52
  610. package/build/esm/models/ui/blog-list/index.d.ts +0 -56
  611. package/build/esm/models/ui/brand-list/index.d.ts +0 -61
  612. package/build/esm/models/ui/category-list/index.d.ts +0 -61
  613. package/build/esm/models/ui/component-renderer/index.d.ts +0 -7
  614. package/build/esm/models/ui/customer-review-list/index.d.ts +0 -43
  615. package/build/esm/models/ui/index.d.ts +0 -22
  616. package/build/esm/models/ui/navigation-link/index.d.ts +0 -7
  617. package/build/esm/models/ui/product-attribute-detail/index.d.ts +0 -8
  618. package/build/esm/models/ui/product-attribute-list/index.d.ts +0 -9
  619. package/build/esm/models/ui/product-detail/index.d.ts +0 -28
  620. package/build/esm/models/ui/product-list/index.d.ts +0 -132
  621. package/build/esm/models/ui/validator/form/account-info.d.ts +0 -40
  622. package/build/esm/models/ui/validator/form/address.d.ts +0 -75
  623. package/build/esm/models/ui/validator/form/contact-form.d.ts +0 -45
  624. package/build/esm/models/ui/validator/form/customer-review.d.ts +0 -37
  625. package/build/esm/models/ui/validator/form/forgot-password.d.ts +0 -29
  626. package/build/esm/models/ui/validator/form/login.d.ts +0 -35
  627. package/build/esm/models/ui/validator/form/recover-password.d.ts +0 -36
  628. package/build/esm/models/ui/validator/form/register.d.ts +0 -48
  629. package/build/esm/models/ui/validator/index.d.ts +0 -27
  630. package/build/esm/models/ui/validator/rules/index.d.ts +0 -87
  631. package/build/esm/models.js +0 -1
  632. package/build/esm/pages/404.d.ts +0 -6
  633. package/build/esm/pages/[slug]/index.d.ts +0 -7
  634. package/build/esm/pages/account/addresses.d.ts +0 -6
  635. package/build/esm/pages/account/favorite-products.d.ts +0 -6
  636. package/build/esm/pages/account/forgot-password.d.ts +0 -6
  637. package/build/esm/pages/account/index.d.ts +0 -6
  638. package/build/esm/pages/account/login.d.ts +0 -6
  639. package/build/esm/pages/account/orders/[id].d.ts +0 -6
  640. package/build/esm/pages/account/orders/index.d.ts +0 -6
  641. package/build/esm/pages/account/recover-password.d.ts +0 -6
  642. package/build/esm/pages/account/register.d.ts +0 -6
  643. package/build/esm/pages/blog/[slug].d.ts +0 -7
  644. package/build/esm/pages/blog/index.d.ts +0 -6
  645. package/build/esm/pages/cart.d.ts +0 -6
  646. package/build/esm/pages/checkout.d.ts +0 -18
  647. package/build/esm/pages/home.d.ts +0 -6
  648. package/build/esm/pages/index.d.ts +0 -19
  649. package/build/esm/pages/pages/[slug].d.ts +0 -7
  650. package/build/esm/pages/search.d.ts +0 -6
  651. package/build/esm/pages.js +0 -1
  652. package/build/esm/providers/page-data-get.d.ts +0 -57
  653. package/build/esm/providers/page-data-init.d.ts +0 -58
  654. package/build/esm/providers/page-data-next.d.ts +0 -243
  655. package/build/esm/providers/placeholders.d.ts +0 -6
  656. package/build/esm/providers/prop-value/attribute-list.d.ts +0 -12
  657. package/build/esm/providers/prop-value/attribute.d.ts +0 -12
  658. package/build/esm/providers/prop-value/blog-category-list.d.ts +0 -7
  659. package/build/esm/providers/prop-value/blog-category.d.ts +0 -11
  660. package/build/esm/providers/prop-value/blog-list.d.ts +0 -9
  661. package/build/esm/providers/prop-value/blog.d.ts +0 -11
  662. package/build/esm/providers/prop-value/boolean.d.ts +0 -6
  663. package/build/esm/providers/prop-value/brand-list.d.ts +0 -7
  664. package/build/esm/providers/prop-value/brand.d.ts +0 -11
  665. package/build/esm/providers/prop-value/category-list.d.ts +0 -7
  666. package/build/esm/providers/prop-value/category.d.ts +0 -11
  667. package/build/esm/providers/prop-value/color.d.ts +0 -6
  668. package/build/esm/providers/prop-value/custom.d.ts +0 -42
  669. package/build/esm/providers/prop-value/image-list.d.ts +0 -7
  670. package/build/esm/providers/prop-value/image.d.ts +0 -7
  671. package/build/esm/providers/prop-value/index.d.ts +0 -3
  672. package/build/esm/providers/prop-value/link.d.ts +0 -9
  673. package/build/esm/providers/prop-value/product-detail.d.ts +0 -11
  674. package/build/esm/providers/prop-value/product-list.d.ts +0 -9
  675. package/build/esm/providers/prop-value/rich-text.d.ts +0 -6
  676. package/build/esm/providers/prop-value/text.d.ts +0 -6
  677. package/build/esm/store/base.d.ts +0 -25
  678. package/build/esm/store/cart.d.ts +0 -27
  679. package/build/esm/store/customer.d.ts +0 -72
  680. package/build/esm/store/index.d.ts +0 -1
  681. package/build/esm/store.js +0 -1
  682. package/build/esm/storefront/index.d.ts +0 -53
  683. package/build/esm/storefront.js +0 -1
  684. package/build/esm/tr-8305fadb.js +0 -1
  685. package/build/esm/utils/currency.d.ts +0 -1
  686. package/build/esm/utils/helper.d.ts +0 -8
  687. package/build/esm/utils/i18n.d.ts +0 -20
  688. package/build/esm/utils/index.d.ts +0 -3
  689. package/build/esm/utils.js +0 -1
@@ -1,136 +0,0 @@
1
- import { ProductAttributeTypeEnum, VariantSelectionTypeEnum } from "../../../__generated__/global-types";
2
- import { IkasProductAttributeTableTemplate } from "../product-attribute/product-attribute-table-template/index";
3
- export interface ISimpleProduct {
4
- id: string;
5
- createdAt?: Date;
6
- updatedAt?: Date;
7
- deleted: boolean;
8
- name: string;
9
- shortDescription?: string | null;
10
- description?: string | null;
11
- taxValue?: number | null;
12
- weight?: number | null;
13
- productVariantTypes: ISimpleProductVariantType[];
14
- categories?: ISimpleCategory[] | null;
15
- variants: ISimpleVariant[];
16
- attributes?: ISimpleProductAttributeValue[] | null;
17
- tags?: ISimpleProductTag[] | null;
18
- brand?: ISimpleProductBrand | null;
19
- metaData?: ISimpleHTMLMetaData | null;
20
- productOptionSetId?: string | null;
21
- }
22
- export interface ISimpleVariantType {
23
- id: string;
24
- name: string;
25
- selectionType: VariantSelectionTypeEnum;
26
- values: ISimpleVariantValue[];
27
- }
28
- export interface ISimpleProductVariantType {
29
- order: number;
30
- variantType: ISimpleVariantType;
31
- variantValueIds: string[];
32
- }
33
- export interface ISimpleVariant {
34
- id: string;
35
- deleted: boolean;
36
- sku?: string | null;
37
- barcodeList?: string[] | null;
38
- weight?: number | null;
39
- isActive: boolean;
40
- variantValues?: ISimpleVariationValueRelation[] | null;
41
- attributes?: ISimpleProductAttributeValue[] | null;
42
- images?: ISimpleProductImage[] | null;
43
- prices?: ISimpleProductPrice[];
44
- stocks: ISimpleProductStockLocation[];
45
- }
46
- export interface ISimpleProductPrice {
47
- sellPrice: number;
48
- discountPrice: number | null;
49
- buyPrice: number | null;
50
- currency: string | null;
51
- priceListId?: string | null;
52
- }
53
- export interface ISimpleProductImage {
54
- order: number;
55
- isMain: boolean;
56
- id: string;
57
- }
58
- export interface ISimpleVariationValueRelation {
59
- variantTypeId: string;
60
- variantValueId: string;
61
- }
62
- export interface ISimpleVariantValue {
63
- id: string;
64
- name: string;
65
- thumbnailImageId?: string | null;
66
- colorCode?: string;
67
- }
68
- export interface ISimpleProductAttributeOption {
69
- id: string;
70
- name: string;
71
- }
72
- export interface ISimpleProductAttribute {
73
- id: string;
74
- name: string;
75
- type: ProductAttributeTypeEnum;
76
- tableTemplate: IkasProductAttributeTableTemplate | null;
77
- }
78
- export interface ISimpleProductAttributeValue {
79
- value?: string | number | Date | boolean | null;
80
- productAttribute?: ISimpleProductAttribute | null;
81
- productAttributeOption?: ISimpleProductAttributeOption | null;
82
- }
83
- export interface ISimpleHTMLMetaData {
84
- slug: string;
85
- pageTitle?: string | null;
86
- description?: string | null;
87
- redirectTo?: string | null;
88
- metadataOverrides?: ISimpleHTMLMetaDataOverride[] | null;
89
- }
90
- export interface ISimpleHTMLMetaDataOverride {
91
- pageTitle: string;
92
- description: string;
93
- language?: string | null;
94
- storefrontId?: string | null;
95
- storefrontRegionId?: string | null;
96
- }
97
- export interface ISimpleCategoryPath {
98
- id: string;
99
- name: string;
100
- slug?: string | null;
101
- }
102
- export interface ISimpleCategory {
103
- id: string;
104
- name: string;
105
- path: ISimpleCategoryPath[];
106
- slug?: string | null;
107
- }
108
- export interface ISimpleProductTag {
109
- id: string;
110
- name: string;
111
- }
112
- export interface ISimpleProductBrand {
113
- id: string;
114
- name: string;
115
- slug?: string | null;
116
- }
117
- export interface ISimpleProductStockLocation {
118
- stockCount: number;
119
- stockLocationId: string;
120
- }
121
- export declare class FilterStockStatusId {
122
- static IN_STOCK: string;
123
- static OUT_OF_STOCK: string;
124
- static ALL_LIST: string[];
125
- }
126
- export declare class FilterBooleanId {
127
- static TRUE: string;
128
- static FALSE: string;
129
- }
130
- export declare const PRODUCT_FILTER: {
131
- STOCK_STATUS: string;
132
- DISCOUNT_RATIO: string;
133
- PRICE: string;
134
- TAG: string;
135
- BRAND: string;
136
- };
@@ -1,5 +0,0 @@
1
- export declare type IkasState = {
2
- id: string;
3
- name: string;
4
- stateCode?: string;
5
- };
@@ -1,8 +0,0 @@
1
- export declare class IkasStorefrontDomain {
2
- id: string;
3
- merchantDomainId: string;
4
- name: string;
5
- redirectDomainName: string | null;
6
- isDefault?: boolean | false;
7
- constructor(data?: Partial<IkasStorefrontDomain>);
8
- }
@@ -1,23 +0,0 @@
1
- import { IkasStorefrontLocalization } from "./localization/index";
2
- import { IkasStorefrontDomain } from "./domain/index";
3
- import { IkasStorefrontRouting } from "./routing/index";
4
- import { IkasStorefrontTheme } from "./theme/index";
5
- export declare enum StorefrontStatus {
6
- WAITING = "WAITING",
7
- READY = "READY"
8
- }
9
- export declare class IkasStorefront {
10
- id: string;
11
- name: string;
12
- status: StorefrontStatus;
13
- mainStorefrontThemeId: string | null;
14
- emailSettingsId: string | null;
15
- salesChannelId: string | null;
16
- fbpId: string | null;
17
- gtmId: string | null;
18
- localizations: IkasStorefrontLocalization[];
19
- routings: IkasStorefrontRouting[];
20
- domains: IkasStorefrontDomain[];
21
- themes: IkasStorefrontTheme[];
22
- constructor(data?: Partial<IkasStorefront>);
23
- }
@@ -1,7 +0,0 @@
1
- export declare class IkasStorefrontLocalization {
2
- id: string;
3
- isDefault: boolean;
4
- locale: string;
5
- name: string;
6
- constructor(data: Partial<IkasStorefrontLocalization>);
7
- }
@@ -1,9 +0,0 @@
1
- export declare class IkasStorefrontRouting {
2
- id: string;
3
- countryCodes: string[] | null;
4
- domain: string | null;
5
- locale: string;
6
- path: string | null;
7
- priceListId: string | null;
8
- constructor(data: Partial<IkasStorefrontRouting>);
9
- }
@@ -1,13 +0,0 @@
1
- export declare enum IkasStorefrontThemeStatus {
2
- WAITING = "WAITING",
3
- READY = "READY"
4
- }
5
- export declare class IkasStorefrontTheme {
6
- id: string;
7
- isMainTheme: boolean;
8
- name: string;
9
- status: IkasStorefrontThemeStatus;
10
- themeId: string;
11
- themeVersionId: string;
12
- constructor(data: Partial<IkasStorefrontTheme>);
13
- }
@@ -1,12 +0,0 @@
1
- import { IkasTheme } from "../../../theme/index";
2
- export declare class IkasStorefrontThemeLocalization {
3
- id: string;
4
- locale: string;
5
- storefrontId: string;
6
- storefrontThemeId: string;
7
- themeJson: IkasTheme;
8
- privacyPolicy: string | null;
9
- returnPolicy: string | null;
10
- termsOfService: string | null;
11
- constructor(data: Partial<IkasStorefrontThemeLocalization>);
12
- }
@@ -1,26 +0,0 @@
1
- import { IkasVariantValue } from "./variant-value/index";
2
- export declare class IkasVariantType {
3
- id: string;
4
- name: string;
5
- selectionType: IkasVariantSelectionType;
6
- values: IkasVariantValue[];
7
- translations: IkasVariantTypeTranslation[] | null;
8
- constructor(data?: Partial<IkasVariantType>);
9
- get isColorSelection(): boolean;
10
- get slug(): string;
11
- private setTranslations;
12
- }
13
- export declare enum IkasVariantSelectionType {
14
- CHOICE = "CHOICE",
15
- COLOR = "COLOR"
16
- }
17
- declare type IkasVariantTypeTranslation = {
18
- locale: string;
19
- name: string | null;
20
- values: IkasVariantValueTranslation[] | null;
21
- };
22
- declare type IkasVariantValueTranslation = {
23
- id: string;
24
- name: string | null;
25
- };
26
- export {};
@@ -1,11 +0,0 @@
1
- import { IkasImage } from "../../image/index";
2
- export declare class IkasVariantValue {
3
- id: string;
4
- name: string;
5
- colorCode: string | null;
6
- thumbnailImageId: string | null;
7
- variantTypeId: string;
8
- constructor(data: Partial<IkasVariantValue>);
9
- get slug(): string;
10
- get thumbnailImage(): IkasImage | undefined;
11
- }
@@ -1,3 +0,0 @@
1
- export * from "./data/index";
2
- export * from "./theme/index";
3
- export * from "./ui/index";
@@ -1,10 +0,0 @@
1
- import { IkasThemeComponentProp } from "./prop/index";
2
- export declare class IkasThemeComponent {
3
- id: string;
4
- dir: string;
5
- displayName: string;
6
- props: IkasThemeComponentProp[];
7
- isHeader: boolean;
8
- isFooter: boolean;
9
- constructor(data: Partial<IkasThemeComponent>);
10
- }
@@ -1,40 +0,0 @@
1
- import { IkasProductAttributeType } from "../../../data/product-attribute/index";
2
- export declare class IkasThemeComponentProp {
3
- id: string;
4
- name: string;
5
- displayName: string;
6
- type: IkasThemeComponentPropType;
7
- isRequired: boolean;
8
- customDataId?: string | null;
9
- attributeTypes?: IkasProductAttributeType[] | null;
10
- constructor(data: Partial<IkasThemeComponentProp>);
11
- }
12
- export declare enum IkasThemeComponentPropType {
13
- TEXT = "TEXT",
14
- RICH_TEXT = "RICH_TEXT",
15
- BOOLEAN = "BOOLEAN",
16
- IMAGE = "IMAGE",
17
- IMAGE_LIST = "IMAGE_LIST",
18
- LINK = "LINK",
19
- LIST_OF_LINK = "LIST_OF_LINK",
20
- PRODUCT_DETAIL = "PRODUCT_DETAIL",
21
- PRODUCT_LIST = "PRODUCT_LIST",
22
- PRODUCT_ATTRIBUTE = "PRODUCT_ATTRIBUTE",
23
- PRODUCT_ATTRIBUTE_LIST = "PRODUCT_ATTRIBUTE_LIST",
24
- BRAND = "BRAND",
25
- BRAND_LIST = "BRAND_LIST",
26
- CATEGORY = "CATEGORY",
27
- CATEGORY_LIST = "CATEGORY_LIST",
28
- COLOR = "COLOR",
29
- CUSTOM = "CUSTOM",
30
- COMPONENT = "COMPONENT",
31
- COMPONENT_LIST = "COMPONENT_LIST",
32
- BLOG = "BLOG",
33
- BLOG_LIST = "BLOG_LIST",
34
- BLOG_CATEGORY = "BLOG_CATEGORY",
35
- BLOG_CATEGORY_LIST = "BLOG_CATEGORY_LIST",
36
- OBJECT = "OBJECT",
37
- STATIC_LIST = "STATIC_LIST",
38
- DYNAMIC_LIST = "DYNAMIC_LIST",
39
- ENUM = "ENUM"
40
- }
@@ -1,24 +0,0 @@
1
- import { IkasProductAttributeType } from "../../data/product-attribute/index";
2
- import { IkasThemeComponentPropType } from "../component/prop/index";
3
- export declare class IkasThemeCustomData {
4
- id: string;
5
- name?: string | null;
6
- type: IkasThemeComponentPropType;
7
- isRequired: boolean;
8
- key?: string | null;
9
- nestedData?: IkasThemeCustomData[] | null;
10
- itemCount?: number | null;
11
- attributeTypes?: IkasProductAttributeType[] | null;
12
- enumOptions?: IkasThemeEnumOption[] | null;
13
- customDataId?: string | null;
14
- isRoot: boolean;
15
- parent?: IkasThemeCustomData | null;
16
- constructor(data?: Partial<IkasThemeCustomData>);
17
- toJSON(): this;
18
- }
19
- export declare class IkasThemeEnumOption {
20
- id: string;
21
- displayName: string;
22
- value: string;
23
- constructor(data?: Partial<IkasThemeEnumOption>);
24
- }
@@ -1,18 +0,0 @@
1
- export { IkasTheme } from "./theme";
2
- export { IkasThemePage, IkasThemePageType } from "./page/index";
3
- export { IkasThemePageComponent } from "./page/component/index";
4
- export { IkasThemeComponent } from "./component/index";
5
- export { IkasThemeComponentProp, IkasThemeComponentPropType, } from "./component/prop/index";
6
- export { IkasLinkPropValue, IkasLinkType, } from "./page/component/prop-value/link";
7
- export { IkasBrandPropValue } from "./page/component/prop-value/brand";
8
- export { IkasBrandListPropValue } from "./page/component/prop-value/brand-list";
9
- export { IkasProductListPropValue } from "./page/component/prop-value/product-list";
10
- export { IkasProductDetailPropValue } from "./page/component/prop-value/product-detail";
11
- export { IkasCategoryPropValue } from "./page/component/prop-value/category";
12
- export { IkasCategoryListPropValue } from "./page/component/prop-value/category-list";
13
- export { IkasThemeSettings } from "./settings/index";
14
- export { IkasThemeCustomData } from "./custom-data/index";
15
- export { IkasBlogPropValue } from "./page/component/prop-value/blog";
16
- export { IkasBlogListPropValue } from "./page/component/prop-value/blog-list";
17
- export { IkasBlogCategoryPropValue } from "./page/component/prop-value/blog-category";
18
- export { IkasBlogCategoryListPropValue } from "./page/component/prop-value/blog-category-list";
@@ -1,6 +0,0 @@
1
- export declare class IkasThemePageComponent {
2
- id: string;
3
- componentId: string;
4
- propValues: Record<string, any>;
5
- constructor(data: Partial<IkasThemePageComponent>);
6
- }
@@ -1,7 +0,0 @@
1
- export declare class IkasAttributeListPropValue {
2
- attributeIds?: string[] | null;
3
- productId?: string | null;
4
- variantId?: string | null;
5
- usePageData?: boolean | null;
6
- constructor(data: Partial<IkasAttributeListPropValue>);
7
- }
@@ -1,7 +0,0 @@
1
- export declare class IkasAttributePropValue {
2
- attributeId?: string | null;
3
- productId?: string | null;
4
- variantId?: string | null;
5
- usePageData?: boolean | null;
6
- constructor(data: Partial<IkasAttributePropValue>);
7
- }
@@ -1,7 +0,0 @@
1
- import { IkasBlogCategoryListType } from "../../../../ui/blog-category-list/index";
2
- export declare class IkasBlogCategoryListPropValue {
3
- blogCategoryListType: IkasBlogCategoryListType;
4
- initialLimit?: number | null;
5
- blogCategoryIds?: string[] | null;
6
- constructor(data: Partial<IkasBlogCategoryListPropValue>);
7
- }
@@ -1,5 +0,0 @@
1
- export declare class IkasBlogCategoryPropValue {
2
- blogCategoryId?: string | null;
3
- usePageData?: boolean | null;
4
- constructor(data: Partial<IkasBlogCategoryPropValue>);
5
- }
@@ -1,9 +0,0 @@
1
- import { IkasBlogListType } from "../../../../ui/blog-list/index";
2
- export declare class IkasBlogListPropValue {
3
- blogListType: IkasBlogListType;
4
- initialLimit?: number | null;
5
- blogIds?: string[] | null;
6
- categoryId: string | null;
7
- usePageFilter?: boolean | null;
8
- constructor(data: Partial<IkasBlogListPropValue>);
9
- }
@@ -1,5 +0,0 @@
1
- export declare class IkasBlogPropValue {
2
- blogId?: string | null;
3
- usePageData?: boolean | null;
4
- constructor(data: Partial<IkasBlogPropValue>);
5
- }
@@ -1,9 +0,0 @@
1
- import { IkasBrandListSortType, IkasBrandListType } from "../../../../ui/brand-list/index";
2
- export declare class IkasBrandListPropValue {
3
- brandListType: IkasBrandListType;
4
- initialSort?: IkasBrandListSortType | null;
5
- initialLimit?: number | null;
6
- brandCount?: number | null;
7
- brandIds?: string[] | null;
8
- constructor(data: Partial<IkasBrandListPropValue>);
9
- }
@@ -1,5 +0,0 @@
1
- export declare class IkasBrandPropValue {
2
- brandId?: string | null;
3
- usePageData?: boolean | null;
4
- constructor(data: Partial<IkasBrandPropValue>);
5
- }
@@ -1,9 +0,0 @@
1
- import { IkasCategoryListSortType, IkasCategoryListType } from "../../../../ui/category-list/index";
2
- export declare class IkasCategoryListPropValue {
3
- categoryListType: IkasCategoryListType;
4
- initialSort?: IkasCategoryListSortType | null;
5
- initialLimit?: number | null;
6
- categoryCount?: number | null;
7
- categoryIds?: string[] | null;
8
- constructor(data: Partial<IkasCategoryListPropValue>);
9
- }
@@ -1,5 +0,0 @@
1
- export declare class IkasCategoryPropValue {
2
- categoryId?: string | null;
3
- usePageData?: boolean | null;
4
- constructor(data: Partial<IkasCategoryPropValue>);
5
- }
@@ -1,19 +0,0 @@
1
- import { IkasThemePageType } from "../../index";
2
- export declare class IkasLinkPropValue {
3
- id?: string | null;
4
- linkType?: IkasLinkType | null;
5
- label?: string | null;
6
- pageId?: string | null;
7
- pageType?: IkasThemePageType | null;
8
- itemId?: string | null;
9
- externalLink?: string | null;
10
- fileUrl?: string | null;
11
- pageComponentId?: string | null;
12
- subLinks: IkasLinkPropValue[];
13
- constructor(data?: Partial<IkasLinkPropValue>);
14
- }
15
- export declare enum IkasLinkType {
16
- PAGE = "PAGE",
17
- EXTERNAL = "EXTERNAL",
18
- FILE = "FILE"
19
- }
@@ -1,6 +0,0 @@
1
- export declare class IkasProductDetailPropValue {
2
- productId?: string | null;
3
- variantId?: string | null;
4
- usePageData?: boolean | null;
5
- constructor(data: Partial<IkasProductDetailPropValue>);
6
- }
@@ -1,17 +0,0 @@
1
- import { IkasProductListSortType, IkasProductListType } from "../../../../ui/index";
2
- export declare class IkasProductListPropValue {
3
- id: string;
4
- productListType: IkasProductListType;
5
- initialSort?: IkasProductListSortType | null;
6
- initialLimit?: number | null;
7
- productCount?: number | null;
8
- productIds?: IkasProductVariantId[] | null;
9
- usePageFilter?: boolean | null;
10
- category?: string | null;
11
- constructor(data: Partial<IkasProductListPropValue>);
12
- }
13
- declare type IkasProductVariantId = {
14
- productId: string;
15
- variantId: string;
16
- };
17
- export {};
@@ -1,40 +0,0 @@
1
- import { IkasThemePageComponent } from "./component/index";
2
- export declare class IkasThemePage {
3
- id: string;
4
- name: string | null;
5
- type: IkasThemePageType;
6
- slug: string | null;
7
- pageTitle: string | null;
8
- description: string | null;
9
- components: IkasThemePageComponent[];
10
- specifications: IkasThemePageSpecification[] | null;
11
- constructor(data: Partial<IkasThemePage>);
12
- }
13
- export declare class IkasThemePageSpecification {
14
- id: string;
15
- components: IkasThemePageComponent[];
16
- constructor(data: Partial<IkasThemePageSpecification>);
17
- }
18
- export declare enum IkasThemePageType {
19
- INDEX = "INDEX",
20
- CATEGORY = "CATEGORY",
21
- BRAND = "BRAND",
22
- PRODUCT = "PRODUCT",
23
- CUSTOM = "CUSTOM",
24
- ACCOUNT = "ACCOUNT",
25
- ADDRESSES = "ADDRESSES",
26
- ORDERS = "ORDERS",
27
- ORDER_DETAIL = "ORDER_DETAIL",
28
- LOGIN = "LOGIN",
29
- REGISTER = "REGISTER",
30
- FORGOT_PASSWORD = "FORGOT_PASSWORD",
31
- RECOVER_PASSWORD = "RECOVER_PASSWORD",
32
- CART = "CART",
33
- FAVORITE_PRODUCTS = "FAVORITE_PRODUCTS",
34
- SEARCH = "SEARCH",
35
- NOT_FOUND = "NOT_FOUND",
36
- BLOG = "BLOG",
37
- BLOG_INDEX = "BLOG_INDEX",
38
- BLOG_CATEGORY = "BLOG_CATEGORY",
39
- CHECKOUT = "CHECKOUT"
40
- }
@@ -1,13 +0,0 @@
1
- import { IkasThemeColor } from "./prop/color/index";
2
- import { IkasThemeFavicon } from "./prop/favicon/index";
3
- export declare class IkasThemeSettings {
4
- colors: IkasThemeColor[];
5
- favicon: IkasThemeFavicon;
6
- stockPreference: IkasThemeStockPreference;
7
- constructor(data?: Partial<IkasThemeSettings>);
8
- }
9
- export declare enum IkasThemeStockPreference {
10
- HIDE_OUT_OF_STOCK = "HIDE_OUT_OF_STOCK",
11
- SHOW_ALL = "SHOW_ALL",
12
- SHOW_OUT_OF_STOCK_AT_END = "SHOW_OUT_OF_STOCK_AT_END"
13
- }
@@ -1,7 +0,0 @@
1
- export declare class IkasThemeColor {
2
- id: string;
3
- displayName: string;
4
- key: string;
5
- color: string;
6
- constructor(data: Partial<IkasThemeColor>);
7
- }
@@ -1,4 +0,0 @@
1
- export declare class IkasThemeFavicon {
2
- id: string | null;
3
- constructor(data?: Partial<IkasThemeFavicon>);
4
- }
@@ -1,16 +0,0 @@
1
- import { IkasThemeComponent } from "./component/index";
2
- import { IkasThemeCustomData } from "./custom-data/index";
3
- import { IkasThemePage } from "./page/index";
4
- import { IkasThemeSettings } from "./settings/index";
5
- export declare const CHECKOUT_ID = "checkout";
6
- export declare class IkasTheme {
7
- name: string;
8
- components: IkasThemeComponent[];
9
- pages: IkasThemePage[];
10
- settings: IkasThemeSettings;
11
- customData: IkasThemeCustomData[];
12
- constructor(data?: Partial<IkasTheme>);
13
- get headerComponent(): IkasThemeComponent | undefined;
14
- get footerComponent(): IkasThemeComponent | undefined;
15
- private createCheckoutData;
16
- }
@@ -1,52 +0,0 @@
1
- import { IkasBlogCategory } from "../../data/blog/index";
2
- import { IkasBlogCategoryListPropValue } from "../../theme/page/component/prop-value/blog-category-list";
3
- export declare class IkasBlogCategoryList {
4
- data: IkasBlogCategory[];
5
- private _type;
6
- private _limit;
7
- private _page;
8
- private _count;
9
- private _initialized;
10
- private _minPage?;
11
- private _blogCategoryListPropValue;
12
- private _isLoading;
13
- constructor(data: IkasBlogCategoryListParams);
14
- get limit(): number;
15
- get page(): number;
16
- get count(): number;
17
- get pageCount(): number;
18
- get isInitialized(): boolean;
19
- get isStatic(): boolean;
20
- get hasPrev(): boolean;
21
- get hasNext(): boolean;
22
- get isLoading(): boolean;
23
- private listBlogCategories;
24
- private getInitial;
25
- getPrev: () => Promise<void>;
26
- getNext: () => Promise<void>;
27
- getPage: (page: number) => Promise<void>;
28
- toJSON(): {
29
- data: IkasBlogCategory[];
30
- type: IkasBlogCategoryListType;
31
- limit: number;
32
- page: number;
33
- count: number;
34
- initialized: boolean;
35
- minPage: number | null | undefined;
36
- blogCategoryListPropValue: IkasBlogCategoryListPropValue;
37
- };
38
- }
39
- export declare type IkasBlogCategoryListParams = {
40
- data?: IkasBlogCategory[];
41
- type?: IkasBlogCategoryListType;
42
- limit?: number;
43
- page?: number;
44
- count?: number;
45
- initialized?: boolean;
46
- minPage?: number;
47
- blogCategoryListPropValue: IkasBlogCategoryListPropValue;
48
- };
49
- export declare enum IkasBlogCategoryListType {
50
- ALL = "ALL",
51
- STATIC = "STATIC"
52
- }