@ikas/storefront 0.0.168-alpha.22 → 0.0.168-alpha.3

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 (75) hide show
  1. package/build/__generated__/global-types.d.ts +24 -37
  2. package/build/analytics/analytics.d.ts +10 -24
  3. package/build/api/brand/__generated__/listProductBrand.d.ts +0 -7
  4. package/build/api/cart/__generated__/saveItemToCart.d.ts +0 -6
  5. package/build/api/category/__generated__/listCategory.d.ts +0 -7
  6. package/build/api/checkout/__generated__/getCheckoutById.d.ts +2 -8
  7. package/build/api/checkout/__generated__/getOrder.d.ts +2 -2
  8. package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -1
  9. package/build/api/checkout/__generated__/listPaymentGateway.d.ts +1 -3
  10. package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +2 -2
  11. package/build/api/customer/__generated__/customerLogin.d.ts +1 -1
  12. package/build/api/customer/__generated__/getCustomerOrders.d.ts +2 -2
  13. package/build/api/customer/__generated__/getLastViewedProducts.d.ts +1 -1
  14. package/build/api/customer/__generated__/getMyCustomer.d.ts +1 -1
  15. package/build/api/customer/__generated__/registerCustomer.d.ts +1 -1
  16. package/build/api/customer/__generated__/saveMyCustomer.d.ts +1 -1
  17. package/build/api/storefront/__generated__/getStorefront.d.ts +1 -1
  18. package/build/assets/translations/checkout/en.js +0 -1
  19. package/build/assets/translations/checkout/tr.js +0 -1
  20. package/build/components/{page → hoc}/ThemeComponent.d.ts +1 -1
  21. package/build/components/{page-editor → hoc}/ThemeComponentEditor.d.ts +2 -2
  22. package/build/components/page/index.d.ts +1 -1
  23. package/build/components/page-editor/model.d.ts +2 -2
  24. package/build/index.es.js +12449 -13146
  25. package/build/index.js +12421 -13114
  26. package/build/models/data/checkout-settings/index.d.ts +0 -1
  27. package/build/models/data/customer/address/index.d.ts +1 -0
  28. package/build/models/data/customer/index.d.ts +0 -7
  29. package/build/models/data/order/address/index.d.ts +1 -0
  30. package/build/models/data/payment-gateway/index.d.ts +0 -6
  31. package/build/models/ui/index.d.ts +0 -2
  32. package/build/models/ui/product-list/index.d.ts +1 -2
  33. package/build/store/cart.d.ts +0 -1
  34. package/build/store/customer.d.ts +3 -2
  35. package/build/utils/helper.d.ts +0 -1
  36. package/build/utils/index.d.ts +2 -0
  37. package/build/utils/providers/page-data.d.ts +104 -0
  38. package/build/{providers → utils/providers}/placeholders.d.ts +1 -1
  39. package/build/utils/providers/prop-value/attribute-list.d.ts +9 -0
  40. package/build/utils/providers/prop-value/attribute.d.ts +9 -0
  41. package/build/{providers → utils/providers}/prop-value/blog-category-list.d.ts +1 -1
  42. package/build/utils/providers/prop-value/blog-category.d.ts +8 -0
  43. package/build/{providers → utils/providers}/prop-value/blog-list.d.ts +1 -1
  44. package/build/utils/providers/prop-value/blog.d.ts +8 -0
  45. package/build/{providers → utils/providers}/prop-value/boolean.d.ts +0 -0
  46. package/build/{providers → utils/providers}/prop-value/brand-list.d.ts +1 -1
  47. package/build/utils/providers/prop-value/brand.d.ts +8 -0
  48. package/build/{providers → utils/providers}/prop-value/category-list.d.ts +1 -1
  49. package/build/utils/providers/prop-value/category.d.ts +8 -0
  50. package/build/{providers → utils/providers}/prop-value/checkout.d.ts +1 -1
  51. package/build/{providers → utils/providers}/prop-value/color.d.ts +0 -0
  52. package/build/{providers → utils/providers}/prop-value/custom.d.ts +2 -2
  53. package/build/{providers → utils/providers}/prop-value/image-list.d.ts +1 -1
  54. package/build/{providers → utils/providers}/prop-value/image.d.ts +1 -1
  55. package/build/{providers → utils/providers}/prop-value/index.d.ts +0 -0
  56. package/build/{providers → utils/providers}/prop-value/link.d.ts +1 -1
  57. package/build/utils/providers/prop-value/product-detail.d.ts +8 -0
  58. package/build/{providers → utils/providers}/prop-value/product-list.d.ts +1 -1
  59. package/build/{providers → utils/providers}/prop-value/rich-text.d.ts +0 -0
  60. package/build/{providers → utils/providers}/prop-value/text.d.ts +0 -0
  61. package/build/{providers/page-data-next.d.ts → utils/settings.d.ts} +1 -1
  62. package/package.json +1 -1
  63. package/build/analytics/events.d.ts +0 -35
  64. package/build/components/checkout/components/external.d.ts +0 -6
  65. package/build/models/ui/product-attribute-detail/index.d.ts +0 -8
  66. package/build/models/ui/product-attribute-list/index.d.ts +0 -9
  67. package/build/providers/page-data-get.d.ts +0 -55
  68. package/build/providers/page-data-init.d.ts +0 -58
  69. package/build/providers/prop-value/attribute-list.d.ts +0 -12
  70. package/build/providers/prop-value/attribute.d.ts +0 -12
  71. package/build/providers/prop-value/blog-category.d.ts +0 -11
  72. package/build/providers/prop-value/blog.d.ts +0 -11
  73. package/build/providers/prop-value/brand.d.ts +0 -11
  74. package/build/providers/prop-value/category.d.ts +0 -11
  75. package/build/providers/prop-value/product-detail.d.ts +0 -11

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.