@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.
- package/build/__generated__/global-types.d.ts +24 -37
- package/build/analytics/analytics.d.ts +10 -24
- package/build/api/brand/__generated__/listProductBrand.d.ts +0 -7
- package/build/api/cart/__generated__/saveItemToCart.d.ts +0 -6
- package/build/api/category/__generated__/listCategory.d.ts +0 -7
- package/build/api/checkout/__generated__/getCheckoutById.d.ts +2 -8
- package/build/api/checkout/__generated__/getOrder.d.ts +2 -2
- package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -1
- package/build/api/checkout/__generated__/listPaymentGateway.d.ts +1 -3
- package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +2 -2
- package/build/api/customer/__generated__/customerLogin.d.ts +1 -1
- package/build/api/customer/__generated__/getCustomerOrders.d.ts +2 -2
- package/build/api/customer/__generated__/getLastViewedProducts.d.ts +1 -1
- package/build/api/customer/__generated__/getMyCustomer.d.ts +1 -1
- package/build/api/customer/__generated__/registerCustomer.d.ts +1 -1
- package/build/api/customer/__generated__/saveMyCustomer.d.ts +1 -1
- package/build/api/storefront/__generated__/getStorefront.d.ts +1 -1
- package/build/assets/translations/checkout/en.js +0 -1
- package/build/assets/translations/checkout/tr.js +0 -1
- package/build/components/{page → hoc}/ThemeComponent.d.ts +1 -1
- package/build/components/{page-editor → hoc}/ThemeComponentEditor.d.ts +2 -2
- package/build/components/page/index.d.ts +1 -1
- package/build/components/page-editor/model.d.ts +2 -2
- package/build/index.es.js +12449 -13146
- package/build/index.js +12421 -13114
- package/build/models/data/checkout-settings/index.d.ts +0 -1
- package/build/models/data/customer/address/index.d.ts +1 -0
- package/build/models/data/customer/index.d.ts +0 -7
- package/build/models/data/order/address/index.d.ts +1 -0
- package/build/models/data/payment-gateway/index.d.ts +0 -6
- package/build/models/ui/index.d.ts +0 -2
- package/build/models/ui/product-list/index.d.ts +1 -2
- package/build/store/cart.d.ts +0 -1
- package/build/store/customer.d.ts +3 -2
- package/build/utils/helper.d.ts +0 -1
- package/build/utils/index.d.ts +2 -0
- package/build/utils/providers/page-data.d.ts +104 -0
- package/build/{providers → utils/providers}/placeholders.d.ts +1 -1
- package/build/utils/providers/prop-value/attribute-list.d.ts +9 -0
- package/build/utils/providers/prop-value/attribute.d.ts +9 -0
- package/build/{providers → utils/providers}/prop-value/blog-category-list.d.ts +1 -1
- package/build/utils/providers/prop-value/blog-category.d.ts +8 -0
- package/build/{providers → utils/providers}/prop-value/blog-list.d.ts +1 -1
- package/build/utils/providers/prop-value/blog.d.ts +8 -0
- package/build/{providers → utils/providers}/prop-value/boolean.d.ts +0 -0
- package/build/{providers → utils/providers}/prop-value/brand-list.d.ts +1 -1
- package/build/utils/providers/prop-value/brand.d.ts +8 -0
- package/build/{providers → utils/providers}/prop-value/category-list.d.ts +1 -1
- package/build/utils/providers/prop-value/category.d.ts +8 -0
- package/build/{providers → utils/providers}/prop-value/checkout.d.ts +1 -1
- package/build/{providers → utils/providers}/prop-value/color.d.ts +0 -0
- package/build/{providers → utils/providers}/prop-value/custom.d.ts +2 -2
- package/build/{providers → utils/providers}/prop-value/image-list.d.ts +1 -1
- package/build/{providers → utils/providers}/prop-value/image.d.ts +1 -1
- package/build/{providers → utils/providers}/prop-value/index.d.ts +0 -0
- package/build/{providers → utils/providers}/prop-value/link.d.ts +1 -1
- package/build/utils/providers/prop-value/product-detail.d.ts +8 -0
- package/build/{providers → utils/providers}/prop-value/product-list.d.ts +1 -1
- package/build/{providers → utils/providers}/prop-value/rich-text.d.ts +0 -0
- package/build/{providers → utils/providers}/prop-value/text.d.ts +0 -0
- package/build/{providers/page-data-next.d.ts → utils/settings.d.ts} +1 -1
- package/package.json +1 -1
- package/build/analytics/events.d.ts +0 -35
- package/build/components/checkout/components/external.d.ts +0 -6
- package/build/models/ui/product-attribute-detail/index.d.ts +0 -8
- package/build/models/ui/product-attribute-list/index.d.ts +0 -9
- package/build/providers/page-data-get.d.ts +0 -55
- package/build/providers/page-data-init.d.ts +0 -58
- package/build/providers/prop-value/attribute-list.d.ts +0 -12
- package/build/providers/prop-value/attribute.d.ts +0 -12
- package/build/providers/prop-value/blog-category.d.ts +0 -11
- package/build/providers/prop-value/blog.d.ts +0 -11
- package/build/providers/prop-value/brand.d.ts +0 -11
- package/build/providers/prop-value/category.d.ts +0 -11
- 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.