@ikas/storefront 4.0.0-alpha.7 → 4.0.0-alpha.70
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/_virtual/_commonjsHelpers.js +1 -0
- package/build/_virtual/axios.js +1 -0
- package/build/_virtual/index.js +1 -0
- package/build/_virtual/index2.js +1 -0
- package/build/_virtual/index3.js +1 -0
- package/build/_virtual/react-is.development.js +1 -0
- package/build/_virtual/react-is.production.min.js +1 -0
- package/build/_virtual/react-stripe.umd.js +1 -0
- package/build/analytics/analytics.d.ts +37 -0
- package/build/analytics/analytics.js +1 -0
- package/build/analytics/events.d.ts +37 -0
- package/build/analytics/events.js +1 -0
- package/build/analytics/facebookPixel.d.ts +15 -0
- package/build/analytics/facebookPixel.js +1 -0
- package/build/analytics/googleAnalytics.d.ts +13 -0
- package/build/analytics/googleAnalytics.js +1 -0
- package/build/analytics/googleTagManager.d.ts +203 -0
- package/build/analytics/googleTagManager.js +1 -0
- package/build/analytics/googleUniversal.d.ts +9 -0
- package/build/analytics/googleUniversal.js +1 -0
- package/build/analytics/head/index.d.ts +7 -0
- package/build/analytics/head/index.js +1 -0
- package/build/analytics/ikas.d.ts +134 -0
- package/build/analytics/ikas.js +1 -0
- package/build/analytics/index.d.ts +2 -0
- package/build/analytics/tiktokPixel.d.ts +13 -0
- package/build/analytics/tiktokPixel.js +1 -0
- package/build/components/checkout/components/address-form/index.d.ts +3 -0
- package/build/components/checkout/components/address-form/index.js +1 -0
- package/build/components/checkout/components/address-form/model.d.ts +87 -0
- package/build/components/checkout/components/address-form/model.js +1 -0
- package/build/components/checkout/components/button/index.d.ts +13 -0
- package/build/components/checkout/components/button/index.js +1 -0
- package/build/components/checkout/components/button/style.module.scss.js +1 -0
- package/build/components/checkout/components/cart-summary/cart-item/index.d.ts +10 -0
- package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -0
- package/build/components/checkout/components/cart-summary/cart-item/style.module.scss.js +1 -0
- package/build/components/checkout/components/cart-summary/index.d.ts +8 -0
- package/build/components/checkout/components/cart-summary/index.js +1 -0
- package/build/components/checkout/components/cart-summary/style.module.scss.js +1 -0
- package/build/components/checkout/components/checkbox/check.d.ts +6 -0
- package/build/components/checkout/components/checkbox/check.js +1 -0
- package/build/components/checkout/components/checkbox/index.d.ts +10 -0
- package/build/components/checkout/components/checkbox/index.js +1 -0
- package/build/components/checkout/components/checkbox/style.module.scss.js +1 -0
- package/build/components/checkout/components/credit-card-form/index.d.ts +7 -0
- package/build/components/checkout/components/credit-card-form/index.js +1 -0
- package/build/components/checkout/components/credit-card-form/model.d.ts +26 -0
- package/build/components/checkout/components/credit-card-form/model.js +1 -0
- package/build/components/checkout/components/credit-card-form/style.module.scss.js +1 -0
- package/build/components/checkout/components/credit-card-form/svg/amex.d.ts +6 -0
- package/build/components/checkout/components/credit-card-form/svg/amex.js +1 -0
- package/build/components/checkout/components/credit-card-form/svg/master-card.d.ts +6 -0
- package/build/components/checkout/components/credit-card-form/svg/master-card.js +1 -0
- package/build/components/checkout/components/credit-card-form/svg/troy.d.ts +6 -0
- package/build/components/checkout/components/credit-card-form/svg/troy.js +1 -0
- package/build/components/checkout/components/credit-card-form/svg/visa.d.ts +6 -0
- package/build/components/checkout/components/credit-card-form/svg/visa.js +1 -0
- package/build/components/checkout/components/customer-addresses/index.d.ts +19 -0
- package/build/components/checkout/components/customer-addresses/index.js +1 -0
- package/build/components/checkout/components/customer-addresses/model.d.ts +21 -0
- package/build/components/checkout/components/customer-addresses/model.js +1 -0
- package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -0
- package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +10 -0
- package/build/components/checkout/components/delivery-methods/icon-button/index.js +1 -0
- package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +1 -0
- package/build/components/checkout/components/delivery-methods/icons/box.d.ts +6 -0
- package/build/components/checkout/components/delivery-methods/icons/box.js +1 -0
- package/build/components/checkout/components/delivery-methods/icons/store.d.ts +6 -0
- package/build/components/checkout/components/delivery-methods/icons/store.js +1 -0
- package/build/components/checkout/components/delivery-methods/index.d.ts +7 -0
- package/build/components/checkout/components/delivery-methods/index.js +1 -0
- package/build/components/checkout/components/delivery-methods/style.module.scss.js +1 -0
- package/build/components/checkout/components/error/customer-login-required-error/index.d.ts +8 -0
- package/build/components/checkout/components/error/customer-login-required-error/index.js +1 -0
- package/build/components/checkout/components/error/index.d.ts +7 -0
- package/build/components/checkout/components/error/index.js +1 -0
- package/build/components/checkout/components/error/no-shipping-error/index.d.ts +3 -0
- package/build/components/checkout/components/error/no-shipping-error/index.js +1 -0
- package/build/components/checkout/components/error/payment-error/index.d.ts +8 -0
- package/build/components/checkout/components/error/payment-error/index.js +1 -0
- package/build/components/checkout/components/error/stock-error/index.d.ts +8 -0
- package/build/components/checkout/components/error/stock-error/index.js +1 -0
- package/build/components/checkout/components/error/stock-error/style.module.scss.js +1 -0
- package/build/components/checkout/components/error/unknown-error/index.d.ts +8 -0
- package/build/components/checkout/components/error/unknown-error/index.js +1 -0
- package/build/components/checkout/components/expandable-section/index.d.ts +6 -0
- package/build/components/checkout/components/expandable-section/index.js +1 -0
- package/build/components/checkout/components/expandable-section/style.module.scss.js +1 -0
- package/build/components/checkout/components/form-item/caret-down.d.ts +6 -0
- package/build/components/checkout/components/form-item/caret-down.js +1 -0
- package/build/components/checkout/components/form-item/index.d.ts +3 -0
- package/build/components/checkout/components/form-item/index.js +1 -0
- package/build/components/checkout/components/form-item/model.d.ts +61 -0
- package/build/components/checkout/components/form-item/model.js +1 -0
- package/build/components/checkout/components/form-item/style.module.scss.js +1 -0
- package/build/components/checkout/components/fullscreen-loading/index.d.ts +2 -0
- package/build/components/checkout/components/fullscreen-loading/index.js +1 -0
- package/build/components/checkout/components/fullscreen-loading/style.module.scss.js +1 -0
- package/build/components/checkout/components/input-with-button/index.d.ts +11 -0
- package/build/components/checkout/components/input-with-button/index.js +1 -0
- package/build/components/checkout/components/input-with-button/style.module.scss.js +1 -0
- package/build/components/checkout/components/klarna/index.d.ts +9 -0
- package/build/components/checkout/components/klarna/index.js +1 -0
- package/build/components/checkout/components/master-pass/credit-card-form/index.d.ts +8 -0
- package/build/components/checkout/components/master-pass/credit-card-form/index.js +1 -0
- package/build/components/checkout/components/master-pass/credit-card-form/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal/index.d.ts +11 -0
- package/build/components/checkout/components/master-pass/modal/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal/svg/modal-close.d.ts +2 -0
- package/build/components/checkout/components/master-pass/modal/svg/modal-close.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.d.ts +10 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.d.ts +2 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.d.ts +2 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/index.d.ts +10 -0
- package/build/components/checkout/components/master-pass/modal-otp/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.d.ts +2 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.js +1 -0
- package/build/components/checkout/components/master-pass/modal-response/index.d.ts +9 -0
- package/build/components/checkout/components/master-pass/modal-response/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal-response/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal-success/index.d.ts +10 -0
- package/build/components/checkout/components/master-pass/modal-success/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal-success/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.d.ts +2 -0
- package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.js +1 -0
- package/build/components/checkout/components/master-pass/modal-success/svg/success.d.ts +2 -0
- package/build/components/checkout/components/master-pass/modal-success/svg/success.js +1 -0
- package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.d.ts +2 -0
- package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.js +1 -0
- package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.d.ts +3 -0
- package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.js +1 -0
- package/build/components/checkout/components/modal/index.d.ts +8 -0
- package/build/components/checkout/components/modal/index.js +1 -0
- package/build/components/checkout/components/modal/style.module.scss.js +1 -0
- package/build/components/checkout/components/modal/useEscape.d.ts +5 -0
- package/build/components/checkout/components/modal/useEscape.js +1 -0
- package/build/components/checkout/components/notification-box/index.d.ts +9 -0
- package/build/components/checkout/components/notification-box/index.js +1 -0
- package/build/components/checkout/components/notification-box/style.module.scss.js +1 -0
- package/build/components/checkout/components/offer-product/index.d.ts +8 -0
- package/build/components/checkout/components/offer-product/index.js +1 -0
- package/build/components/checkout/components/offer-product/select/arrows.d.ts +6 -0
- package/build/components/checkout/components/offer-product/select/arrows.js +1 -0
- package/build/components/checkout/components/offer-product/select/index.d.ts +11 -0
- package/build/components/checkout/components/offer-product/select/index.js +1 -0
- package/build/components/checkout/components/offer-product/select/style.module.scss.js +1 -0
- package/build/components/checkout/components/offer-product/style.module.scss.js +1 -0
- package/build/components/checkout/components/phone-number-input/compare-strings.d.ts +2 -0
- package/build/components/checkout/components/phone-number-input/compare-strings.js +1 -0
- package/build/components/checkout/components/phone-number-input/get-countries.d.ts +7 -0
- package/build/components/checkout/components/phone-number-input/get-countries.js +1 -0
- package/build/components/checkout/components/phone-number-input/index.d.ts +10 -0
- package/build/components/checkout/components/phone-number-input/index.js +1 -0
- package/build/components/checkout/components/phone-number-input/style.module.scss.js +1 -0
- package/build/components/checkout/components/select-box/index.d.ts +13 -0
- package/build/components/checkout/components/select-box/index.js +1 -0
- package/build/components/checkout/components/select-box/style.module.scss.js +1 -0
- package/build/components/checkout/components/step-container/index.d.ts +15 -0
- package/build/components/checkout/components/step-container/index.js +1 -0
- package/build/components/checkout/components/step-container/style.module.scss.js +1 -0
- package/build/components/checkout/components/stripe/checkout-form.d.ts +8 -0
- package/build/components/checkout/components/stripe/checkout-form.js +1 -0
- package/build/components/checkout/components/stripe/index.d.ts +9 -0
- package/build/components/checkout/components/stripe/index.js +1 -0
- package/build/components/checkout/components/stripe/style.module.scss.js +1 -0
- package/build/components/checkout/components/svg/arrow-down.d.ts +6 -0
- package/build/components/checkout/components/svg/arrow-down.js +1 -0
- package/build/components/checkout/components/svg/arrow-left.d.ts +6 -0
- package/build/components/checkout/components/svg/arrow-right.d.ts +6 -0
- package/build/components/checkout/components/svg/cross.d.ts +6 -0
- package/build/components/checkout/components/svg/cross.js +1 -0
- package/build/components/checkout/components/svg/discount.d.ts +6 -0
- package/build/components/checkout/components/svg/external.d.ts +6 -0
- package/build/components/checkout/components/svg/external.js +1 -0
- package/build/components/checkout/components/svg/gift.d.ts +7 -0
- package/build/components/checkout/components/svg/gift.js +1 -0
- package/build/components/checkout/components/svg/ikas.d.ts +6 -0
- package/build/components/checkout/components/svg/ikas.js +1 -0
- package/build/components/checkout/components/svg/lock.d.ts +6 -0
- package/build/components/checkout/components/svg/lock.js +1 -0
- package/build/components/checkout/components/svg/shopping-cart.d.ts +6 -0
- package/build/components/checkout/components/svg/success-circle.d.ts +6 -0
- package/build/components/checkout/components/svg/success-circle.js +1 -0
- package/build/components/checkout/components/svg/tag.d.ts +6 -0
- package/build/components/checkout/components/svg/warning.d.ts +6 -0
- package/build/components/checkout/components/svg/warning.js +1 -0
- package/build/components/checkout/components/toggle/index.d.ts +10 -0
- package/build/components/checkout/components/toggle/index.js +1 -0
- package/build/components/checkout/components/toggle/style.module.scss.js +1 -0
- package/build/components/checkout/components/tooltip/index.d.ts +8 -0
- package/build/components/checkout/components/tooltip/index.js +1 -0
- package/build/components/checkout/components/tooltip/style.module.scss.js +1 -0
- package/build/components/checkout/index.d.ts +34 -0
- package/build/components/checkout/index.js +1 -0
- package/build/components/checkout/model.d.ts +167 -0
- package/build/components/checkout/model.js +1 -0
- package/build/components/checkout/modelMasterPass.d.ts +201 -0
- package/build/components/checkout/modelMasterPass.js +1 -0
- package/build/components/checkout/steps/step-info/index.d.ts +7 -0
- package/build/components/checkout/steps/step-info/index.js +1 -0
- package/build/components/checkout/steps/step-payment/billing-address/index.d.ts +7 -0
- package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -0
- package/build/components/checkout/steps/step-payment/index.d.ts +7 -0
- package/build/components/checkout/steps/step-payment/index.js +1 -0
- package/build/components/checkout/steps/step-payment/payment-gateways/index.d.ts +7 -0
- package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -0
- package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +7 -0
- package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -0
- package/build/components/checkout/steps/step-payment/payment-gateways/installments/style.module.scss.js +1 -0
- package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -0
- package/build/components/checkout/steps/step-payment/style.module.scss.js +1 -0
- package/build/components/checkout/steps/step-shipping/index.d.ts +7 -0
- package/build/components/checkout/steps/step-shipping/index.js +1 -0
- package/build/components/checkout/steps/step-shipping/style.module.scss.js +1 -0
- package/build/components/checkout/steps/step-success/index.d.ts +7 -0
- package/build/components/checkout/steps/step-success/index.js +1 -0
- package/build/components/checkout/steps/step-success/style.module.scss.js +1 -0
- package/build/components/checkout/style.module.scss.js +1 -0
- package/build/components/checkout/styles/common.module.scss.js +1 -0
- package/build/components/google-captcha/index.d.ts +9 -0
- package/build/components/google-captcha/index.js +1 -0
- package/build/components/image/index.d.ts +10 -0
- package/build/components/image/index.js +1 -0
- package/build/components/index.d.ts +6 -0
- package/build/components/link/index.d.ts +16 -0
- package/build/components/link/index.js +1 -0
- package/build/components/page/ThemeComponent.d.ts +21 -0
- package/build/components/page/ThemeComponent.js +1 -0
- package/build/components/page/head.d.ts +15 -0
- package/build/components/page/head.js +1 -0
- package/build/components/page/index.d.ts +23 -0
- package/build/components/page/index.js +1 -0
- package/build/components/page-editor/ThemeComponentEditor.d.ts +32 -0
- package/build/components/page-editor/ThemeComponentEditor.js +1 -0
- package/build/components/page-editor/error/index.d.ts +4 -0
- package/build/components/page-editor/error/index.js +1 -0
- package/build/components/page-editor/index.d.ts +4 -0
- package/build/components/page-editor/index.js +1 -0
- package/build/components/page-editor/loader/index.d.ts +6 -0
- package/build/components/page-editor/loader/index.js +1 -0
- package/build/components/page-editor/loader/style.module.scss.js +1 -0
- package/build/components/page-editor/model.d.ts +75 -0
- package/build/components/page-editor/model.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/core.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/index.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/utils/api.js +1 -0
- package/build/ext/@stripe/react-stripe-js/dist/react-stripe.umd.js +1 -0
- package/build/ext/@stripe/stripe-js/dist/stripe.esm.js +1 -0
- package/build/ext/axios/index.js +1 -0
- package/build/ext/axios/lib/adapters/xhr.js +1 -0
- package/build/ext/axios/lib/axios.js +1 -0
- package/build/ext/axios/lib/cancel/Cancel.js +1 -0
- package/build/ext/axios/lib/cancel/CancelToken.js +1 -0
- package/build/ext/axios/lib/cancel/isCancel.js +1 -0
- package/build/ext/axios/lib/core/Axios.js +1 -0
- package/build/ext/axios/lib/core/InterceptorManager.js +1 -0
- package/build/ext/axios/lib/core/buildFullPath.js +1 -0
- package/build/ext/axios/lib/core/createError.js +1 -0
- package/build/ext/axios/lib/core/dispatchRequest.js +1 -0
- package/build/ext/axios/lib/core/enhanceError.js +1 -0
- package/build/ext/axios/lib/core/mergeConfig.js +1 -0
- package/build/ext/axios/lib/core/settle.js +1 -0
- package/build/ext/axios/lib/core/transformData.js +1 -0
- package/build/ext/axios/lib/defaults/index.js +1 -0
- package/build/ext/axios/lib/defaults/transitional.js +1 -0
- package/build/ext/axios/lib/env/data.js +1 -0
- package/build/ext/axios/lib/helpers/bind.js +1 -0
- package/build/ext/axios/lib/helpers/buildURL.js +1 -0
- package/build/ext/axios/lib/helpers/combineURLs.js +1 -0
- package/build/ext/axios/lib/helpers/cookies.js +1 -0
- package/build/ext/axios/lib/helpers/isAbsoluteURL.js +1 -0
- package/build/ext/axios/lib/helpers/isAxiosError.js +1 -0
- package/build/ext/axios/lib/helpers/isURLSameOrigin.js +1 -0
- package/build/ext/axios/lib/helpers/normalizeHeaderName.js +1 -0
- package/build/ext/axios/lib/helpers/parseHeaders.js +1 -0
- package/build/ext/axios/lib/helpers/spread.js +1 -0
- package/build/ext/axios/lib/helpers/validator.js +1 -0
- package/build/ext/axios/lib/utils.js +1 -0
- package/build/ext/libphonenumber-js/es6/AsYouType.js +1 -0
- package/build/ext/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +1 -0
- package/build/ext/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +1 -0
- package/build/ext/libphonenumber-js/es6/AsYouTypeFormatter.js +1 -0
- package/build/ext/libphonenumber-js/es6/AsYouTypeFormatter.util.js +1 -0
- package/build/ext/libphonenumber-js/es6/AsYouTypeParser.js +1 -0
- package/build/ext/libphonenumber-js/es6/AsYouTypeState.js +1 -0
- package/build/ext/libphonenumber-js/es6/ParseError.js +1 -0
- package/build/ext/libphonenumber-js/es6/PhoneNumber.js +1 -0
- package/build/ext/libphonenumber-js/es6/PhoneNumberMatcher.js +1 -0
- package/build/ext/libphonenumber-js/es6/constants.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/LRUCache.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/Leniency.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/RegExpCache.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/isValidCandidate.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/isValidPreCandidate.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/parsePreCandidate.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/utf-8.js +1 -0
- package/build/ext/libphonenumber-js/es6/findNumbers/util.js +1 -0
- package/build/ext/libphonenumber-js/es6/findPhoneNumbers_.js +1 -0
- package/build/ext/libphonenumber-js/es6/formatIncompletePhoneNumber.js +1 -0
- package/build/ext/libphonenumber-js/es6/format_.js +1 -0
- package/build/ext/libphonenumber-js/es6/getCountries.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/RFC3966.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/checkNumberLength.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/extension/extractExtension.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/extractNationalNumber.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/getIddPrefix.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/getNumberType.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/matchesEntirely.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/mergeArrays.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/parseDigits.js +1 -0
- package/build/ext/libphonenumber-js/es6/helpers/stripIddPrefix.js +1 -0
- package/build/ext/libphonenumber-js/es6/isPossibleNumber_.js +1 -0
- package/build/ext/libphonenumber-js/es6/metadata.js +1 -0
- package/build/ext/libphonenumber-js/es6/parseIncompletePhoneNumber.js +1 -0
- package/build/ext/libphonenumber-js/es6/parsePhoneNumber.js +1 -0
- package/build/ext/libphonenumber-js/es6/parsePhoneNumberFromString.js +1 -0
- package/build/ext/libphonenumber-js/es6/parsePhoneNumberFromString_.js +1 -0
- package/build/ext/libphonenumber-js/es6/parsePhoneNumber_.js +1 -0
- package/build/ext/libphonenumber-js/es6/parse_.js +1 -0
- package/build/ext/libphonenumber-js/es6/tools/semver-compare.js +1 -0
- package/build/ext/libphonenumber-js/es6/validate_.js +1 -0
- package/build/ext/libphonenumber-js/index.es6.exports/PhoneNumberSearch.js +1 -0
- package/build/ext/libphonenumber-js/metadata.min.json.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/AsYouType.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/Metadata.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/PhoneNumberMatcher.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/formatIncompletePhoneNumber.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/getCountries.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/getCountryCallingCode.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/parsePhoneNumberFromString.js +1 -0
- package/build/ext/libphonenumber-js/min/exports/withMetadataArgument.js +1 -0
- package/build/ext/object-assign/index.js +6 -0
- package/build/ext/prop-types/checkPropTypes.js +1 -0
- package/build/ext/prop-types/factoryWithThrowingShims.js +1 -0
- package/build/ext/prop-types/factoryWithTypeCheckers.js +1 -0
- package/build/ext/prop-types/index.js +1 -0
- package/build/ext/prop-types/lib/ReactPropTypesSecret.js +1 -0
- package/build/ext/prop-types/lib/has.js +1 -0
- package/build/ext/react-is/cjs/react-is.development.js +9 -0
- package/build/ext/react-is/cjs/react-is.production.min.js +9 -0
- package/build/ext/react-is/index.js +1 -0
- package/build/ext/react-tooltip/dist/index.es.js +1 -0
- package/build/ext/style-inject/dist/style-inject.es.js +1 -0
- package/build/ext/tslib/tslib.es6.js +1 -0
- package/build/ext/uuid/dist/esm-browser/bytesToUuid.js +1 -0
- package/build/ext/uuid/dist/esm-browser/md5.js +1 -0
- package/build/ext/uuid/dist/esm-browser/rng.js +1 -0
- package/build/ext/uuid/dist/esm-browser/sha1.js +1 -0
- package/build/ext/uuid/dist/esm-browser/v3.js +1 -0
- package/build/ext/uuid/dist/esm-browser/v35.js +1 -0
- package/build/ext/uuid/dist/esm-browser/v4.js +1 -0
- package/build/ext/uuid/dist/esm-browser/v5.js +1 -0
- package/build/index.d.ts +6 -0
- package/build/index.js +1 -0
- package/build/models/data/base/index.d.ts +8 -0
- package/build/models/data/base/index.js +1 -0
- package/build/models/data/blog/category/index.d.ts +12 -0
- package/build/models/data/blog/category/index.js +1 -0
- package/build/models/data/blog/content/index.d.ts +6 -0
- package/build/models/data/blog/content/index.js +1 -0
- package/build/models/data/blog/index.d.ts +27 -0
- package/build/models/data/blog/index.js +1 -0
- package/build/models/data/blog/meta-data/index.d.ts +16 -0
- package/build/models/data/blog/meta-data/index.js +1 -0
- package/build/models/data/blog/tag/index.d.ts +6 -0
- package/build/models/data/blog/tag/index.js +1 -0
- package/build/models/data/blog/writer/index.d.ts +6 -0
- package/build/models/data/blog/writer/index.js +1 -0
- package/build/models/data/brand/index.d.ts +26 -0
- package/build/models/data/brand/index.js +1 -0
- package/build/models/data/brand/translation/index.d.ts +7 -0
- package/build/models/data/brand/translation/index.js +1 -0
- package/build/models/data/campaign-offer/index.d.ts +21 -0
- package/build/models/data/campaign-offer/index.js +1 -0
- package/build/models/data/campaign-offer/product/index.d.ts +24 -0
- package/build/models/data/campaign-offer/product/index.js +1 -0
- package/build/models/data/cart/available-shipping-method/index.d.ts +10 -0
- package/build/models/data/cart/available-shipping-method/index.js +1 -0
- package/build/models/data/cart/campaign-offer/index.d.ts +16 -0
- package/build/models/data/cart/campaign-offer/index.js +1 -0
- package/build/models/data/cart/index.d.ts +13 -0
- package/build/models/data/cart/index.js +1 -0
- package/build/models/data/category/index.d.ts +22 -0
- package/build/models/data/category/index.js +1 -0
- package/build/models/data/category/path-item/index.d.ts +14 -0
- package/build/models/data/category/path-item/index.js +1 -0
- package/build/models/data/category/translations/index.d.ts +7 -0
- package/build/models/data/category/translations/index.js +1 -0
- package/build/models/data/checkout/index.d.ts +22 -0
- package/build/models/data/checkout/index.js +1 -0
- package/build/models/data/checkout-settings/index.d.ts +20 -0
- package/build/models/data/checkout-settings/index.js +1 -0
- package/build/models/data/checkout-settings/option/index.d.ts +6 -0
- package/build/models/data/checkout-settings/option/index.js +1 -0
- package/build/models/data/checkout-settings/price/index.d.ts +7 -0
- package/build/models/data/checkout-settings/price/index.js +1 -0
- package/build/models/data/city/index.d.ts +12 -0
- package/build/models/data/city/index.js +1 -0
- package/build/models/data/contact-form/index.d.ts +9 -0
- package/build/models/data/contact-form/index.js +1 -0
- package/build/models/data/country/index.d.ts +18 -0
- package/build/models/data/country/index.js +1 -0
- package/build/models/data/country/location-translations/index.d.ts +7 -0
- package/build/models/data/customer/address/city/index.d.ts +7 -0
- package/build/models/data/customer/address/city/index.js +1 -0
- package/build/models/data/customer/address/country/index.d.ts +9 -0
- package/build/models/data/customer/address/country/index.js +1 -0
- package/build/models/data/customer/address/district/index.d.ts +7 -0
- package/build/models/data/customer/address/district/index.js +1 -0
- package/build/models/data/customer/address/index.d.ts +40 -0
- package/build/models/data/customer/address/index.js +1 -0
- package/build/models/data/customer/address/state/index.d.ts +7 -0
- package/build/models/data/customer/address/state/index.js +1 -0
- package/build/models/data/customer/attribute/index.d.ts +17 -0
- package/build/models/data/customer/attribute/index.js +1 -0
- package/build/models/data/customer/attribute/option/index.d.ts +9 -0
- package/build/models/data/customer/attribute/option/index.js +1 -0
- package/build/models/data/customer/attribute/sales-channel/index.d.ts +8 -0
- package/build/models/data/customer/attribute/sales-channel/index.js +1 -0
- package/build/models/data/customer/attribute/translation/index.d.ts +9 -0
- package/build/models/data/customer/attribute/translation/index.js +1 -0
- package/build/models/data/customer/attribute/translation/option/index.d.ts +6 -0
- package/build/models/data/customer/attribute/translation/option/index.js +1 -0
- package/build/models/data/customer/attribute/value/index.d.ts +11 -0
- package/build/models/data/customer/attribute/value/index.js +1 -0
- package/build/models/data/customer/index.d.ts +38 -0
- package/build/models/data/customer/index.js +1 -0
- package/build/models/data/customer/review/index.d.ts +22 -0
- package/build/models/data/customer/review/index.js +1 -0
- package/build/models/data/customer/review/settings/index.d.ts +6 -0
- package/build/models/data/customer/review/settings/index.js +1 -0
- package/build/models/data/customer/review/summary/index.d.ts +10 -0
- package/build/models/data/customer/review/summary/index.js +1 -0
- package/build/models/data/customer/review/summary/star/index.d.ts +6 -0
- package/build/models/data/customer/review/summary/star/index.js +1 -0
- package/build/models/data/district/index.d.ts +12 -0
- package/build/models/data/district/index.js +1 -0
- package/build/models/data/favorite-product/index.d.ts +7 -0
- package/build/models/data/favorite-product/index.js +1 -0
- package/build/models/data/filter-category/index.d.ts +12 -0
- package/build/models/data/filter-category/index.js +1 -0
- package/build/models/data/html-meta-data/index.d.ts +28 -0
- package/build/models/data/html-meta-data/index.js +1 -0
- package/build/models/data/html-meta-data/translations/index.d.ts +7 -0
- package/build/models/data/html-meta-data/translations/index.js +1 -0
- package/build/models/data/image/index.d.ts +9 -0
- package/build/models/data/image/index.js +1 -0
- package/build/models/data/index.d.ts +136 -0
- package/build/models/data/last-viewed-product/index.d.ts +6 -0
- package/build/models/data/last-viewed-product/index.js +1 -0
- package/build/models/data/merchant-settings/index.d.ts +12 -0
- package/build/models/data/merchant-settings/index.js +1 -0
- package/build/models/data/order/address/city/index.d.ts +7 -0
- package/build/models/data/order/address/city/index.js +1 -0
- package/build/models/data/order/address/country/index.d.ts +9 -0
- package/build/models/data/order/address/country/index.js +1 -0
- package/build/models/data/order/address/district/index.d.ts +7 -0
- package/build/models/data/order/address/district/index.js +1 -0
- package/build/models/data/order/address/index.d.ts +37 -0
- package/build/models/data/order/address/index.js +1 -0
- package/build/models/data/order/address/state/index.d.ts +7 -0
- package/build/models/data/order/address/state/index.js +1 -0
- package/build/models/data/order/adjustment/applied-order-line/index.d.ts +8 -0
- package/build/models/data/order/adjustment/applied-order-line/index.js +1 -0
- package/build/models/data/order/adjustment/index.d.ts +15 -0
- package/build/models/data/order/adjustment/index.js +1 -0
- package/build/models/data/order/customer/index.d.ts +11 -0
- package/build/models/data/order/customer/index.js +1 -0
- package/build/models/data/order/gift-line/index.d.ts +6 -0
- package/build/models/data/order/gift-line/index.js +1 -0
- package/build/models/data/order/index.d.ts +67 -0
- package/build/models/data/order/index.js +1 -0
- package/build/models/data/order/invoice/index.d.ts +12 -0
- package/build/models/data/order/invoice/index.js +1 -0
- package/build/models/data/order/line-item/base-unit/index.d.ts +9 -0
- package/build/models/data/order/line-item/base-unit/index.js +1 -0
- package/build/models/data/order/line-item/base-unit/unit-type/index.d.ts +6 -0
- package/build/models/data/order/line-item/base-unit/unit-type/index.js +1 -0
- package/build/models/data/order/line-item/discount/index.d.ts +11 -0
- package/build/models/data/order/line-item/discount/index.js +1 -0
- package/build/models/data/order/line-item/index.d.ts +45 -0
- package/build/models/data/order/line-item/index.js +1 -0
- package/build/models/data/order/line-item/option/index.d.ts +10 -0
- package/build/models/data/order/line-item/option/index.js +1 -0
- package/build/models/data/order/line-item/option/value/index.d.ts +7 -0
- package/build/models/data/order/line-item/option/value/index.js +1 -0
- package/build/models/data/order/line-item/variant/brand/index.d.ts +6 -0
- package/build/models/data/order/line-item/variant/brand/index.js +1 -0
- package/build/models/data/order/line-item/variant/category/index.d.ts +12 -0
- package/build/models/data/order/line-item/variant/category/index.js +1 -0
- package/build/models/data/order/line-item/variant/index.d.ts +30 -0
- package/build/models/data/order/line-item/variant/index.js +1 -0
- package/build/models/data/order/line-item/variant/price/index.d.ts +10 -0
- package/build/models/data/order/line-item/variant/price/index.js +1 -0
- package/build/models/data/order/line-item/variant/unit/index.d.ts +6 -0
- package/build/models/data/order/line-item/variant/unit/index.js +1 -0
- package/build/models/data/order/line-item/variant/value/index.d.ts +11 -0
- package/build/models/data/order/line-item/variant/value/index.js +1 -0
- package/build/models/data/order/package/index.d.ts +14 -0
- package/build/models/data/order/package/index.js +1 -0
- package/build/models/data/order/package/tracking-info/index.d.ts +9 -0
- package/build/models/data/order/package/tracking-info/index.js +1 -0
- package/build/models/data/order/payment-method/index.d.ts +9 -0
- package/build/models/data/order/payment-method/index.js +1 -0
- package/build/models/data/order/refund/index.d.ts +7 -0
- package/build/models/data/order/refund/index.js +1 -0
- package/build/models/data/order/refund/line-item/index.d.ts +6 -0
- package/build/models/data/order/refund/line-item/index.js +1 -0
- package/build/models/data/order/refund/settings/index.d.ts +7 -0
- package/build/models/data/order/refund/settings/index.js +1 -0
- package/build/models/data/order/shipping-line/index.d.ts +12 -0
- package/build/models/data/order/shipping-line/index.js +1 -0
- package/build/models/data/order/tax-line/index.d.ts +6 -0
- package/build/models/data/order/tax-line/index.js +1 -0
- package/build/models/data/order/transaction/error/index.d.ts +7 -0
- package/build/models/data/order/transaction/error/index.js +1 -0
- package/build/models/data/order/transaction/index.d.ts +25 -0
- package/build/models/data/order/transaction/index.js +1 -0
- package/build/models/data/order/transaction/payment-method-detail/index.d.ts +13 -0
- package/build/models/data/order/transaction/payment-method-detail/index.js +1 -0
- package/build/models/data/order/transaction/payment-method-detail/installment-price/index.d.ts +9 -0
- package/build/models/data/order/transaction/payment-method-detail/installment-price/index.js +1 -0
- package/build/models/data/payment-gateway/additional-price/index.d.ts +9 -0
- package/build/models/data/payment-gateway/additional-price/index.js +1 -0
- package/build/models/data/payment-gateway/index.d.ts +31 -0
- package/build/models/data/payment-gateway/index.js +1 -0
- package/build/models/data/payment-gateway/settings/index.d.ts +10 -0
- package/build/models/data/payment-gateway/settings/index.js +1 -0
- package/build/models/data/payment-gateway/translation/index.d.ts +7 -0
- package/build/models/data/payment-gateway/translation/index.js +1 -0
- package/build/models/data/product/attribute/index.d.ts +15 -0
- package/build/models/data/product/attribute/index.js +1 -0
- package/build/models/data/product/attribute/option/index.d.ts +6 -0
- package/build/models/data/product/attribute/option/index.js +1 -0
- package/build/models/data/product/attribute/table-cell/index.d.ts +6 -0
- package/build/models/data/product/attribute/table-cell/index.js +1 -0
- package/build/models/data/product/attribute/table-template/index.d.ts +7 -0
- package/build/models/data/product/attribute/table-template/index.js +1 -0
- package/build/models/data/product/attribute/translation/index.d.ts +13 -0
- package/build/models/data/product/attribute/translation/index.js +1 -0
- package/build/models/data/product/attribute-value/index.d.ts +28 -0
- package/build/models/data/product/attribute-value/index.js +1 -0
- package/build/models/data/product/back-in-stock-settings/index.d.ts +5 -0
- package/build/models/data/product/back-in-stock-settings/index.js +1 -0
- package/build/models/data/product/base-unit/index.d.ts +12 -0
- package/build/models/data/product/base-unit/index.js +1 -0
- package/build/models/data/product/campaign/data/index.d.ts +27 -0
- package/build/models/data/product/campaign/data/index.js +1 -0
- package/build/models/data/product/campaign/filter/index.d.ts +7 -0
- package/build/models/data/product/campaign/filter/index.js +1 -0
- package/build/models/data/product/campaign/index.d.ts +7 -0
- package/build/models/data/product/campaign/index.js +1 -0
- package/build/models/data/product/campaign/product-buyx-then-gety/index.d.ts +20 -0
- package/build/models/data/product/campaign/product-buyx-then-gety/index.js +1 -0
- package/build/models/data/product/campaign/product-campaign-date-range-field/index.d.ts +6 -0
- package/build/models/data/product/campaign/product-campaign-date-range-field/index.js +1 -0
- package/build/models/data/product/campaign/product-fixed-discount/index.d.ts +14 -0
- package/build/models/data/product/campaign/product-fixed-discount/index.js +1 -0
- package/build/models/data/product/filter/index.d.ts +84 -0
- package/build/models/data/product/filter/index.js +1 -0
- package/build/models/data/product/image/index.d.ts +10 -0
- package/build/models/data/product/image/index.js +1 -0
- package/build/models/data/product/index.d.ts +62 -0
- package/build/models/data/product/index.js +1 -0
- package/build/models/data/product/option-set/index.d.ts +29 -0
- package/build/models/data/product/option-set/index.js +1 -0
- package/build/models/data/product/option-set/option/index.d.ts +72 -0
- package/build/models/data/product/option-set/option/index.js +1 -0
- package/build/models/data/product/tag/index.d.ts +6 -0
- package/build/models/data/product/tag/index.js +1 -0
- package/build/models/data/product/variant/index.d.ts +31 -0
- package/build/models/data/product/variant/index.js +1 -0
- package/build/models/data/product/variant/price/index.d.ts +19 -0
- package/build/models/data/product/variant/price/index.js +1 -0
- package/build/models/data/product/variant/unit/index.d.ts +6 -0
- package/build/models/data/product/variant/unit/index.js +1 -0
- package/build/models/data/product/variant-type/index.d.ts +8 -0
- package/build/models/data/product/variant-type/index.js +1 -0
- package/build/models/data/product/variant-type/init.d.ts +2 -0
- package/build/models/data/raffle/index.d.ts +63 -0
- package/build/models/data/raffle/index.js +1 -0
- package/build/models/data/sales-channel/index.d.ts +19 -0
- package/build/models/data/sales-channel/index.js +1 -0
- package/build/models/data/state/index.d.ts +8 -0
- package/build/models/data/state/index.js +1 -0
- package/build/models/data/stock-location/address/city/index.d.ts +7 -0
- package/build/models/data/stock-location/address/city/index.js +1 -0
- package/build/models/data/stock-location/address/country/index.d.ts +7 -0
- package/build/models/data/stock-location/address/country/index.js +1 -0
- package/build/models/data/stock-location/address/district/index.d.ts +7 -0
- package/build/models/data/stock-location/address/district/index.js +1 -0
- package/build/models/data/stock-location/address/index.d.ts +15 -0
- package/build/models/data/stock-location/address/index.js +1 -0
- package/build/models/data/stock-location/address/state/index.d.ts +7 -0
- package/build/models/data/stock-location/address/state/index.js +1 -0
- package/build/models/data/stock-location/available/index.d.ts +10 -0
- package/build/models/data/stock-location/available/index.js +1 -0
- package/build/models/data/stock-location/index.d.ts +14 -0
- package/build/models/data/stock-location/index.js +1 -0
- package/build/models/data/storefront/domain/index.d.ts +9 -0
- package/build/models/data/storefront/domain/index.js +1 -0
- package/build/models/data/storefront/index.d.ts +27 -0
- package/build/models/data/storefront/index.js +1 -0
- package/build/models/data/storefront/localization/index.d.ts +8 -0
- package/build/models/data/storefront/localization/index.js +1 -0
- package/build/models/data/storefront/routing/dynamic-currency/index.d.ts +6 -0
- package/build/models/data/storefront/routing/dynamic-currency/index.js +1 -0
- package/build/models/data/storefront/routing/index.d.ts +14 -0
- package/build/models/data/storefront/routing/index.js +1 -0
- package/build/models/data/storefront/theme/index.d.ts +10 -0
- package/build/models/data/storefront/theme/index.js +1 -0
- package/build/models/data/storefront/theme-localization/index.d.ts +15 -0
- package/build/models/data/storefront/theme-localization/index.js +1 -0
- package/build/models/data/theme-json/component/index.d.ts +20 -0
- package/build/models/data/theme-json/component/index.js +1 -0
- package/build/models/data/theme-json/component/prop/index.d.ts +26 -0
- package/build/models/data/theme-json/component/prop/index.js +1 -0
- package/build/models/data/theme-json/custom-data/index.d.ts +43 -0
- package/build/models/data/theme-json/custom-data/index.js +1 -0
- package/build/models/data/theme-json/index.d.ts +16 -0
- package/build/models/data/theme-json/index.js +1 -0
- package/build/models/data/theme-json/page/component/index.d.ts +7 -0
- package/build/models/data/theme-json/page/component/index.js +1 -0
- package/build/models/data/theme-json/page/index.d.ts +21 -0
- package/build/models/data/theme-json/page/index.js +1 -0
- package/build/models/data/theme-json/settings/color/index.d.ts +15 -0
- package/build/models/data/theme-json/settings/color/index.js +1 -0
- package/build/models/data/theme-json/settings/favicon/index.d.ts +5 -0
- package/build/models/data/theme-json/settings/favicon/index.js +1 -0
- package/build/models/data/theme-json/settings/font-family/index.d.ts +6 -0
- package/build/models/data/theme-json/settings/font-family/index.js +1 -0
- package/build/models/data/theme-json/settings/index.d.ts +13 -0
- package/build/models/data/theme-json/settings/index.js +1 -0
- package/build/models/data/variant-type/index.d.ts +13 -0
- package/build/models/data/variant-type/index.js +1 -0
- package/build/models/data/variant-type/variant-value/index.d.ts +12 -0
- package/build/models/data/variant-type/variant-value/index.js +1 -0
- package/build/models/index.d.ts +2 -0
- package/build/models/ui/blog-category-list/index.d.ts +51 -0
- package/build/models/ui/blog-category-list/index.js +1 -0
- package/build/models/ui/blog-list/index.d.ts +55 -0
- package/build/models/ui/blog-list/index.js +1 -0
- package/build/models/ui/brand-list/index.d.ts +61 -0
- package/build/models/ui/brand-list/index.js +1 -0
- package/build/models/ui/category-list/index.d.ts +61 -0
- package/build/models/ui/category-list/index.js +1 -0
- package/build/models/ui/component-renderer/index.d.ts +7 -0
- package/build/models/ui/component-renderer/index.js +1 -0
- package/build/models/ui/customer-review-list/index.d.ts +43 -0
- package/build/models/ui/customer-review-list/index.js +1 -0
- package/build/models/ui/customer-review-summary-list/index.d.ts +43 -0
- package/build/models/ui/customer-review-summary-list/index.js +1 -0
- package/build/models/ui/index.d.ts +25 -0
- package/build/models/ui/navigation-link/index.d.ts +8 -0
- package/build/models/ui/navigation-link/index.js +1 -0
- package/build/models/ui/product-attribute-detail/index.d.ts +8 -0
- package/build/models/ui/product-attribute-detail/index.js +1 -0
- package/build/models/ui/product-attribute-list/index.d.ts +8 -0
- package/build/models/ui/product-attribute-list/index.js +1 -0
- package/build/models/ui/product-list/index.d.ts +138 -0
- package/build/models/ui/product-list/index.js +1 -0
- package/build/models/ui/raffle-list/index.d.ts +53 -0
- package/build/models/ui/raffle-list/index.js +1 -0
- package/build/models/ui/validator/form/account-info.d.ts +39 -0
- package/build/models/ui/validator/form/account-info.js +1 -0
- package/build/models/ui/validator/form/address.d.ts +75 -0
- package/build/models/ui/validator/form/address.js +1 -0
- package/build/models/ui/validator/form/contact-form.d.ts +42 -0
- package/build/models/ui/validator/form/contact-form.js +1 -0
- package/build/models/ui/validator/form/customer-review.d.ts +34 -0
- package/build/models/ui/validator/form/customer-review.js +1 -0
- package/build/models/ui/validator/form/forgot-password.d.ts +26 -0
- package/build/models/ui/validator/form/forgot-password.js +1 -0
- package/build/models/ui/validator/form/login.d.ts +32 -0
- package/build/models/ui/validator/form/login.js +1 -0
- package/build/models/ui/validator/form/raffle-form.d.ts +62 -0
- package/build/models/ui/validator/form/raffle-form.js +1 -0
- package/build/models/ui/validator/form/recover-password.d.ts +33 -0
- package/build/models/ui/validator/form/recover-password.js +1 -0
- package/build/models/ui/validator/form/register.d.ts +49 -0
- package/build/models/ui/validator/form/register.js +1 -0
- package/build/models/ui/validator/index.d.ts +27 -0
- package/build/models/ui/validator/index.js +1 -0
- package/build/models/ui/validator/rules/index.d.ts +101 -0
- package/build/models/ui/validator/rules/index.js +1 -0
- package/build/page-data-init/index.d.ts +40 -0
- package/build/page-data-init/index.js +1 -0
- package/build/pages/404.d.ts +4 -0
- package/build/pages/404.js +1 -0
- package/build/pages/[slug]/index.d.ts +4 -0
- package/build/pages/_slug_/index.js +1 -0
- package/build/pages/account/addresses.d.ts +4 -0
- package/build/pages/account/addresses.js +1 -0
- package/build/pages/account/favorite-products.d.ts +4 -0
- package/build/pages/account/favorite-products.js +1 -0
- package/build/pages/account/forgot-password.d.ts +4 -0
- package/build/pages/account/forgot-password.js +1 -0
- package/build/pages/account/index.d.ts +4 -0
- package/build/pages/account/index.js +1 -0
- package/build/pages/account/login.d.ts +4 -0
- package/build/pages/account/login.js +1 -0
- package/build/pages/account/orders/[id].d.ts +4 -0
- package/build/pages/account/orders/_id_.js +1 -0
- package/build/pages/account/orders/index.d.ts +4 -0
- package/build/pages/account/orders/index.js +1 -0
- package/build/pages/account/raffles.d.ts +4 -0
- package/build/pages/account/raffles.js +1 -0
- package/build/pages/account/recover-password.d.ts +4 -0
- package/build/pages/account/recover-password.js +1 -0
- package/build/pages/account/register.d.ts +4 -0
- package/build/pages/account/register.js +1 -0
- package/build/pages/blog/[slug].d.ts +4 -0
- package/build/pages/blog/_slug_.js +1 -0
- package/build/pages/blog/index.d.ts +4 -0
- package/build/pages/blog/index.js +1 -0
- package/build/pages/cart.d.ts +4 -0
- package/build/pages/cart.js +1 -0
- package/build/pages/checkout.d.ts +18 -0
- package/build/pages/checkout.js +1 -0
- package/build/pages/editor.d.ts +10 -0
- package/build/pages/editor.js +1 -0
- package/build/pages/home.d.ts +4 -0
- package/build/pages/home.js +1 -0
- package/build/pages/index.d.ts +22 -0
- package/build/pages/pages/[slug].d.ts +4 -0
- package/build/pages/pages/_slug_.js +1 -0
- package/build/pages/raffle/[slug].d.ts +4 -0
- package/build/pages/raffle/_slug_.js +1 -0
- package/build/pages/raffle/index.d.ts +4 -0
- package/build/pages/raffle/index.js +1 -0
- package/build/pages/search.d.ts +4 -0
- package/build/pages/search.js +1 -0
- package/build/store/base.d.ts +44 -0
- package/build/store/base.js +1 -0
- package/build/store/blog/index.d.ts +26 -0
- package/build/store/blog/index.js +1 -0
- package/build/store/brand/index.d.ts +12 -0
- package/build/store/brand/index.js +1 -0
- package/build/store/cart/api.d.ts +10 -0
- package/build/store/cart/api.js +1 -0
- package/build/store/cart/index.d.ts +27 -0
- package/build/store/cart/index.js +1 -0
- package/build/store/category/index.d.ts +12 -0
- package/build/store/category/index.js +1 -0
- package/build/store/checkout/index.d.ts +15 -0
- package/build/store/checkout/index.js +1 -0
- package/build/store/customer/api.d.ts +54 -0
- package/build/store/customer/api.js +1 -0
- package/build/store/customer/index.d.ts +80 -0
- package/build/store/customer/index.js +1 -0
- package/build/store/html-meta-data/index.d.ts +6 -0
- package/build/store/html-meta-data/index.js +1 -0
- package/build/store/index.d.ts +3 -0
- package/build/store/location/index.d.ts +9 -0
- package/build/store/location/index.js +1 -0
- package/build/store/merchant/index.d.ts +6 -0
- package/build/store/product/index.d.ts +37 -0
- package/build/store/product/index.js +1 -0
- package/build/store/raffle/index.d.ts +15 -0
- package/build/store/raffle/index.js +1 -0
- package/build/store/storefront/index.d.ts +5 -0
- package/build/utils/constants.d.ts +2 -0
- package/build/utils/constants.js +1 -0
- package/build/utils/currency.d.ts +7 -0
- package/build/utils/currency.js +1 -0
- package/build/utils/google-fonts.d.ts +2 -0
- package/build/utils/google-fonts.js +1 -0
- package/build/utils/helper.d.ts +4 -0
- package/build/utils/helper.js +1 -0
- package/build/utils/i18n.d.ts +11 -0
- package/build/utils/i18n.js +1 -0
- package/build/utils/index.d.ts +3 -0
- package/package.json +21 -19
- package/src/analytics/analytics.ts +0 -536
- package/src/analytics/events.ts +0 -116
- package/src/analytics/facebookPixel.ts +0 -226
- package/src/analytics/googleAnalytics.ts +0 -227
- package/src/analytics/googleTagManager.ts +0 -341
- package/src/analytics/googleUniversal.ts +0 -136
- package/src/analytics/head/index.tsx +0 -135
- package/src/analytics/ikas.ts +0 -558
- package/src/analytics/index.ts +0 -2
- package/src/analytics/tiktokPixel.ts +0 -223
- package/src/components/checkout/components/address-form/index.tsx +0 -406
- package/src/components/checkout/components/address-form/model.ts +0 -397
- package/src/components/checkout/components/button/index.tsx +0 -44
- package/src/components/checkout/components/button/style.module.scss +0 -103
- package/src/components/checkout/components/cart-summary/cart-item/index.tsx +0 -180
- package/src/components/checkout/components/cart-summary/cart-item/style.module.scss +0 -107
- package/src/components/checkout/components/cart-summary/index.tsx +0 -481
- package/src/components/checkout/components/cart-summary/style.module.scss +0 -251
- package/src/components/checkout/components/checkbox/check.tsx +0 -23
- package/src/components/checkout/components/checkbox/index.tsx +0 -50
- package/src/components/checkout/components/checkbox/style.module.scss +0 -72
- package/src/components/checkout/components/credit-card-form/index.tsx +0 -122
- package/src/components/checkout/components/credit-card-form/model.ts +0 -56
- package/src/components/checkout/components/credit-card-form/style.module.scss +0 -6
- package/src/components/checkout/components/credit-card-form/svg/amex.tsx +0 -30
- package/src/components/checkout/components/credit-card-form/svg/master-card.tsx +0 -38
- package/src/components/checkout/components/credit-card-form/svg/troy.tsx +0 -54
- package/src/components/checkout/components/credit-card-form/svg/visa.tsx +0 -46
- package/src/components/checkout/components/customer-addresses/index.tsx +0 -333
- package/src/components/checkout/components/customer-addresses/model.ts +0 -126
- package/src/components/checkout/components/customer-addresses/style.module.scss +0 -38
- package/src/components/checkout/components/delivery-methods/icon-button/index.tsx +0 -29
- package/src/components/checkout/components/delivery-methods/icon-button/style.module.scss +0 -41
- package/src/components/checkout/components/delivery-methods/icons/box.tsx +0 -22
- package/src/components/checkout/components/delivery-methods/icons/store.tsx +0 -22
- package/src/components/checkout/components/delivery-methods/index.tsx +0 -39
- package/src/components/checkout/components/delivery-methods/style.module.scss +0 -4
- package/src/components/checkout/components/error/customer-login-required-error/index.tsx +0 -23
- package/src/components/checkout/components/error/index.tsx +0 -54
- package/src/components/checkout/components/error/no-shipping-error/index.tsx +0 -14
- package/src/components/checkout/components/error/payment-error/index.tsx +0 -21
- package/src/components/checkout/components/error/stock-error/index.tsx +0 -72
- package/src/components/checkout/components/error/stock-error/style.module.scss +0 -11
- package/src/components/checkout/components/error/unknown-error/index.tsx +0 -19
- package/src/components/checkout/components/expandable-section/index.tsx +0 -37
- package/src/components/checkout/components/expandable-section/style.module.scss +0 -29
- package/src/components/checkout/components/form-item/caret-down.tsx +0 -20
- package/src/components/checkout/components/form-item/index.tsx +0 -207
- package/src/components/checkout/components/form-item/model.ts +0 -145
- package/src/components/checkout/components/form-item/style.module.scss +0 -216
- package/src/components/checkout/components/fullscreen-loading/index.tsx +0 -10
- package/src/components/checkout/components/fullscreen-loading/style.module.scss +0 -56
- package/src/components/checkout/components/input-with-button/index.tsx +0 -53
- package/src/components/checkout/components/input-with-button/style.module.scss +0 -104
- package/src/components/checkout/components/master-pass/credit-card-form/index.tsx +0 -160
- package/src/components/checkout/components/master-pass/credit-card-form/style.module.scss +0 -15
- package/src/components/checkout/components/master-pass/modal/index.tsx +0 -32
- package/src/components/checkout/components/master-pass/modal/style.module.scss +0 -42
- package/src/components/checkout/components/master-pass/modal/svg/modal-close.tsx +0 -20
- package/src/components/checkout/components/master-pass/modal-link-card-to-client/index.tsx +0 -62
- package/src/components/checkout/components/master-pass/modal-link-card-to-client/style.module.scss +0 -27
- package/src/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.tsx +0 -19
- package/src/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.tsx +0 -41
- package/src/components/checkout/components/master-pass/modal-otp/index.tsx +0 -202
- package/src/components/checkout/components/master-pass/modal-otp/style.module.scss +0 -47
- package/src/components/checkout/components/master-pass/modal-otp/svg/master-pass.tsx +0 -28
- package/src/components/checkout/components/master-pass/modal-response/index.tsx +0 -24
- package/src/components/checkout/components/master-pass/modal-response/style.module.scss +0 -7
- package/src/components/checkout/components/master-pass/modal-success/index.tsx +0 -54
- package/src/components/checkout/components/master-pass/modal-success/style.module.scss +0 -25
- package/src/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.tsx +0 -41
- package/src/components/checkout/components/master-pass/modal-success/svg/success.tsx +0 -21
- package/src/components/checkout/components/master-pass/payment-gateway/svg/master-card.tsx +0 -14
- package/src/components/checkout/components/master-pass/svg/master-pass-by-master-card.tsx +0 -34
- package/src/components/checkout/components/modal/index.tsx +0 -41
- package/src/components/checkout/components/modal/style.module.scss +0 -68
- package/src/components/checkout/components/modal/useEscape.tsx +0 -20
- package/src/components/checkout/components/notification-box/index.tsx +0 -70
- package/src/components/checkout/components/notification-box/style.module.scss +0 -69
- package/src/components/checkout/components/offer-product/index.tsx +0 -180
- package/src/components/checkout/components/offer-product/select/arrows.tsx +0 -22
- package/src/components/checkout/components/offer-product/select/index.tsx +0 -40
- package/src/components/checkout/components/offer-product/select/style.module.scss +0 -28
- package/src/components/checkout/components/offer-product/style.module.scss +0 -117
- package/src/components/checkout/components/phone-number-input/compare-strings.ts +0 -5
- package/src/components/checkout/components/phone-number-input/get-countries.ts +0 -52
- package/src/components/checkout/components/phone-number-input/index.tsx +0 -125
- package/src/components/checkout/components/phone-number-input/style.module.scss +0 -83
- package/src/components/checkout/components/select-box/index.tsx +0 -60
- package/src/components/checkout/components/select-box/style.module.scss +0 -55
- package/src/components/checkout/components/step-container/index.tsx +0 -107
- package/src/components/checkout/components/step-container/style.module.scss +0 -86
- package/src/components/checkout/components/stripe/checkout-form.tsx +0 -55
- package/src/components/checkout/components/stripe/index.tsx +0 -91
- package/src/components/checkout/components/stripe/style.module.scss +0 -75
- package/src/components/checkout/components/svg/arrow-down.tsx +0 -23
- package/src/components/checkout/components/svg/arrow-left.tsx +0 -23
- package/src/components/checkout/components/svg/arrow-right.tsx +0 -23
- package/src/components/checkout/components/svg/cross.tsx +0 -23
- package/src/components/checkout/components/svg/discount.tsx +0 -34
- package/src/components/checkout/components/svg/external.tsx +0 -101
- package/src/components/checkout/components/svg/gift.tsx +0 -40
- package/src/components/checkout/components/svg/ikas.tsx +0 -39
- package/src/components/checkout/components/svg/lock.tsx +0 -23
- package/src/components/checkout/components/svg/shopping-cart.tsx +0 -23
- package/src/components/checkout/components/svg/success-circle.tsx +0 -26
- package/src/components/checkout/components/svg/tag.tsx +0 -23
- package/src/components/checkout/components/svg/warning.tsx +0 -30
- package/src/components/checkout/components/toggle/index.tsx +0 -51
- package/src/components/checkout/components/toggle/style.module.scss +0 -75
- package/src/components/checkout/components/tooltip/index.tsx +0 -27
- package/src/components/checkout/components/tooltip/style.module.scss +0 -86
- package/src/components/checkout/index.tsx +0 -641
- package/src/components/checkout/model.ts +0 -1466
- package/src/components/checkout/modelMasterPass.ts +0 -1001
- package/src/components/checkout/steps/step-info/index.tsx +0 -85
- package/src/components/checkout/steps/step-payment/billing-address/index.tsx +0 -48
- package/src/components/checkout/steps/step-payment/index.tsx +0 -104
- package/src/components/checkout/steps/step-payment/payment-gateways/index.tsx +0 -218
- package/src/components/checkout/steps/step-payment/payment-gateways/installments/index.tsx +0 -54
- package/src/components/checkout/steps/step-payment/payment-gateways/installments/style.module.scss +0 -50
- package/src/components/checkout/steps/step-payment/payment-gateways/style.module.scss +0 -32
- package/src/components/checkout/steps/step-payment/style.module.scss +0 -32
- package/src/components/checkout/steps/step-shipping/index.tsx +0 -126
- package/src/components/checkout/steps/step-shipping/style.module.scss +0 -44
- package/src/components/checkout/steps/step-success/index.tsx +0 -366
- package/src/components/checkout/steps/step-success/style.module.scss +0 -161
- package/src/components/checkout/style.module.scss +0 -366
- package/src/components/checkout/styles/common.module.scss +0 -59
- package/src/components/checkout/styles/variables.scss +0 -40
- package/src/components/image/index.tsx +0 -43
- package/src/components/index.ts +0 -5
- package/src/components/link/index.tsx +0 -26
- package/src/components/page/ThemeComponent.tsx +0 -108
- package/src/components/page/head.tsx +0 -358
- package/src/components/page/index.tsx +0 -219
- package/src/components/page-editor/ThemeComponentEditor.tsx +0 -270
- package/src/components/page-editor/error/index.tsx +0 -18
- package/src/components/page-editor/index.tsx +0 -194
- package/src/components/page-editor/loader/index.tsx +0 -18
- package/src/components/page-editor/loader/style.module.scss +0 -59
- package/src/components/page-editor/model.ts +0 -847
- package/src/index.ts +0 -6
- package/src/models/data/base/index.ts +0 -15
- package/src/models/data/blog/category/index.ts +0 -36
- package/src/models/data/blog/content/index.ts +0 -16
- package/src/models/data/blog/index.ts +0 -75
- package/src/models/data/blog/meta-data/index.ts +0 -39
- package/src/models/data/blog/tag/index.ts +0 -16
- package/src/models/data/blog/writer/index.ts +0 -17
- package/src/models/data/brand/index.ts +0 -58
- package/src/models/data/brand/translation/index.ts +0 -16
- package/src/models/data/campaign-offer/index.ts +0 -79
- package/src/models/data/campaign-offer/product/index.ts +0 -69
- package/src/models/data/cart/available-shipping-method/index.ts +0 -25
- package/src/models/data/cart/campaign-offer/index.ts +0 -43
- package/src/models/data/cart/index.ts +0 -38
- package/src/models/data/category/index.ts +0 -69
- package/src/models/data/category/init.ts +0 -33
- package/src/models/data/category/path-item/index.ts +0 -42
- package/src/models/data/category/translations/index.ts +0 -16
- package/src/models/data/checkout/index.ts +0 -55
- package/src/models/data/checkout-settings/index.ts +0 -63
- package/src/models/data/checkout-settings/option/index.ts +0 -14
- package/src/models/data/checkout-settings/price/index.ts +0 -14
- package/src/models/data/city/index.ts +0 -34
- package/src/models/data/contact-form/index.ts +0 -20
- package/src/models/data/country/index.ts +0 -46
- package/src/models/data/customer/address/city/index.ts +0 -16
- package/src/models/data/customer/address/country/index.ts +0 -20
- package/src/models/data/customer/address/district/index.ts +0 -16
- package/src/models/data/customer/address/index.tsx +0 -136
- package/src/models/data/customer/address/state/index.ts +0 -16
- package/src/models/data/customer/attribute/index.ts +0 -61
- package/src/models/data/customer/attribute/option/index.ts +0 -20
- package/src/models/data/customer/attribute/sales-channel/index.ts +0 -24
- package/src/models/data/customer/attribute/translation/index.ts +0 -23
- package/src/models/data/customer/attribute/translation/option/index.ts +0 -16
- package/src/models/data/customer/attribute/value/index.ts +0 -29
- package/src/models/data/customer/index.ts +0 -122
- package/src/models/data/customer/review/index.ts +0 -70
- package/src/models/data/customer/review/settings/index.ts +0 -14
- package/src/models/data/customer/review/summary/index.ts +0 -29
- package/src/models/data/customer/review/summary/star/index.ts +0 -16
- package/src/models/data/district/index.ts +0 -36
- package/src/models/data/favorite-product/index.ts +0 -23
- package/src/models/data/filter-category/index.ts +0 -30
- package/src/models/data/html-meta-data/index.ts +0 -69
- package/src/models/data/html-meta-data/translations/index.ts +0 -16
- package/src/models/data/image/index.ts +0 -33
- package/src/models/data/index.ts +0 -192
- package/src/models/data/last-viewed-product/index.ts +0 -14
- package/src/models/data/merchant-settings/index.ts +0 -26
- package/src/models/data/order/address/city/index.ts +0 -16
- package/src/models/data/order/address/country/index.ts +0 -20
- package/src/models/data/order/address/district/index.ts +0 -16
- package/src/models/data/order/address/index.ts +0 -96
- package/src/models/data/order/address/state/index.ts +0 -16
- package/src/models/data/order/adjustment/applied-order-line/index.ts +0 -20
- package/src/models/data/order/adjustment/index.ts +0 -39
- package/src/models/data/order/customer/index.ts +0 -24
- package/src/models/data/order/gift-line/index.ts +0 -14
- package/src/models/data/order/index.ts +0 -241
- package/src/models/data/order/invoice/index.ts +0 -29
- package/src/models/data/order/line-item/discount/index.ts +0 -23
- package/src/models/data/order/line-item/index.ts +0 -153
- package/src/models/data/order/line-item/option/index.ts +0 -24
- package/src/models/data/order/line-item/option/value/index.ts +0 -16
- package/src/models/data/order/line-item/variant/brand/index.ts +0 -14
- package/src/models/data/order/line-item/variant/category/index.ts +0 -36
- package/src/models/data/order/line-item/variant/index.ts +0 -62
- package/src/models/data/order/line-item/variant/price/index.ts +0 -20
- package/src/models/data/order/line-item/variant/value/index.ts +0 -31
- package/src/models/data/order/package/index.ts +0 -41
- package/src/models/data/order/package/tracking-info/index.ts +0 -20
- package/src/models/data/order/payment-method/index.ts +0 -23
- package/src/models/data/order/refund/index.ts +0 -17
- package/src/models/data/order/refund/line-item/index.ts +0 -16
- package/src/models/data/order/refund/settings/index.ts +0 -16
- package/src/models/data/order/shipping-line/index.ts +0 -29
- package/src/models/data/order/tax-line/index.ts +0 -14
- package/src/models/data/order/transaction/error/index.ts +0 -16
- package/src/models/data/order/transaction/index.ts +0 -58
- package/src/models/data/order/transaction/payment-method-detail/index.ts +0 -33
- package/src/models/data/order/transaction/payment-method-detail/installment-price/index.ts +0 -22
- package/src/models/data/payment-gateway/additional-price/index.ts +0 -29
- package/src/models/data/payment-gateway/index.ts +0 -90
- package/src/models/data/payment-gateway/settings/index.ts +0 -21
- package/src/models/data/payment-gateway/translation/index.ts +0 -18
- package/src/models/data/product/attribute/index.ts +0 -37
- package/src/models/data/product/attribute/option/index.ts +0 -14
- package/src/models/data/product/attribute/table-cell/index.ts +0 -16
- package/src/models/data/product/attribute/table-template/index.ts +0 -19
- package/src/models/data/product/attribute/translation/index.ts +0 -39
- package/src/models/data/product/attribute-value/index.ts +0 -69
- package/src/models/data/product/back-in-stock-settings/index.ts +0 -14
- package/src/models/data/product/campaign/data/index.ts +0 -70
- package/src/models/data/product/campaign/filter/index.ts +0 -19
- package/src/models/data/product/campaign/index.ts +0 -15
- package/src/models/data/product/campaign/product-buyx-then-gety/index.ts +0 -57
- package/src/models/data/product/campaign/product-campaign-date-range-field/index.ts +0 -16
- package/src/models/data/product/campaign/product-fixed-discount/index.ts +0 -40
- package/src/models/data/product/filter/index.ts +0 -285
- package/src/models/data/product/image/index.ts +0 -22
- package/src/models/data/product/index.ts +0 -298
- package/src/models/data/product/option-set/index.ts +0 -94
- package/src/models/data/product/option-set/option/index.ts +0 -245
- package/src/models/data/product/tag/index.ts +0 -14
- package/src/models/data/product/variant/index.ts +0 -104
- package/src/models/data/product/variant/price/index.ts +0 -58
- package/src/models/data/product/variant-type/index.ts +0 -17
- package/src/models/data/product/variant-type/init.ts +0 -15
- package/src/models/data/raffle/index.ts +0 -155
- package/src/models/data/sales-channel/index.ts +0 -56
- package/src/models/data/state/index.ts +0 -18
- package/src/models/data/stock-location/address/city/index.ts +0 -16
- package/src/models/data/stock-location/address/country/index.ts +0 -18
- package/src/models/data/stock-location/address/district/index.ts +0 -18
- package/src/models/data/stock-location/address/index.ts +0 -34
- package/src/models/data/stock-location/address/state/index.ts +0 -18
- package/src/models/data/stock-location/available/index.ts +0 -22
- package/src/models/data/stock-location/index.ts +0 -35
- package/src/models/data/storefront/domain/index.ts +0 -20
- package/src/models/data/storefront/index.ts +0 -65
- package/src/models/data/storefront/localization/index.tsx +0 -18
- package/src/models/data/storefront/routing/dynamic-currency/index.ts +0 -16
- package/src/models/data/storefront/routing/index.tsx +0 -25
- package/src/models/data/storefront/theme/index.tsx +0 -25
- package/src/models/data/storefront/theme-localization/index.tsx +0 -31
- package/src/models/data/theme-json/component/index.ts +0 -41
- package/src/models/data/theme-json/component/prop/index.ts +0 -55
- package/src/models/data/theme-json/custom-data/index.ts +0 -132
- package/src/models/data/theme-json/index.ts +0 -210
- package/src/models/data/theme-json/page/component/index.ts +0 -22
- package/src/models/data/theme-json/page/index.ts +0 -54
- package/src/models/data/theme-json/settings/color/index.ts +0 -35
- package/src/models/data/theme-json/settings/favicon/index.ts +0 -12
- package/src/models/data/theme-json/settings/font-family/index.ts +0 -14
- package/src/models/data/theme-json/settings/index.ts +0 -30
- package/src/models/data/variant-type/index.ts +0 -44
- package/src/models/data/variant-type/variant-value/index.ts +0 -32
- package/src/models/index.ts +0 -2
- package/src/models/ui/blog-category-list/index.ts +0 -169
- package/src/models/ui/blog-list/index.ts +0 -175
- package/src/models/ui/brand-list/index.ts +0 -237
- package/src/models/ui/category-list/index.ts +0 -237
- package/src/models/ui/component-renderer/index.ts +0 -9
- package/src/models/ui/customer-review-list/index.ts +0 -173
- package/src/models/ui/customer-review-summary-list/index.ts +0 -175
- package/src/models/ui/index.ts +0 -40
- package/src/models/ui/navigation-link/index.ts +0 -23
- package/src/models/ui/product-attribute-detail/index.ts +0 -29
- package/src/models/ui/product-attribute-list/index.ts +0 -52
- package/src/models/ui/product-list/index.ts +0 -998
- package/src/models/ui/raffle-list/index.ts +0 -178
- package/src/models/ui/validator/form/account-info.ts +0 -167
- package/src/models/ui/validator/form/address.ts +0 -490
- package/src/models/ui/validator/form/contact-form.ts +0 -177
- package/src/models/ui/validator/form/customer-review.ts +0 -132
- package/src/models/ui/validator/form/forgot-password.ts +0 -96
- package/src/models/ui/validator/form/login.ts +0 -128
- package/src/models/ui/validator/form/raffle-form.ts +0 -276
- package/src/models/ui/validator/form/recover-password.ts +0 -148
- package/src/models/ui/validator/form/register.ts +0 -206
- package/src/models/ui/validator/index.ts +0 -121
- package/src/models/ui/validator/rules/index.ts +0 -310
- package/src/page-data-init/index.ts +0 -904
- package/src/pages/404.tsx +0 -10
- package/src/pages/[slug]/index.tsx +0 -9
- package/src/pages/account/addresses.tsx +0 -10
- package/src/pages/account/favorite-products.tsx +0 -9
- package/src/pages/account/forgot-password.tsx +0 -9
- package/src/pages/account/index.tsx +0 -9
- package/src/pages/account/login.tsx +0 -9
- package/src/pages/account/orders/[id].tsx +0 -9
- package/src/pages/account/orders/index.tsx +0 -9
- package/src/pages/account/raffles.tsx +0 -9
- package/src/pages/account/recover-password.tsx +0 -9
- package/src/pages/account/register.tsx +0 -9
- package/src/pages/blog/[slug].tsx +0 -9
- package/src/pages/blog/index.tsx +0 -9
- package/src/pages/cart.tsx +0 -9
- package/src/pages/checkout.tsx +0 -163
- package/src/pages/editor.tsx +0 -30
- package/src/pages/home.tsx +0 -10
- package/src/pages/index.ts +0 -22
- package/src/pages/pages/[slug].tsx +0 -9
- package/src/pages/raffle/[slug].tsx +0 -9
- package/src/pages/raffle/index.tsx +0 -9
- package/src/pages/search.tsx +0 -9
- package/src/store/base.ts +0 -238
- package/src/store/blog/index.ts +0 -49
- package/src/store/brand/index.ts +0 -16
- package/src/store/cart/api.ts +0 -58
- package/src/store/cart/index.ts +0 -311
- package/src/store/category/index.ts +0 -16
- package/src/store/checkout/index.ts +0 -92
- package/src/store/customer/api.ts +0 -273
- package/src/store/customer/index.ts +0 -658
- package/src/store/html-meta-data/index.ts +0 -16
- package/src/store/index.ts +0 -1
- package/src/store/location/index.ts +0 -56
- package/src/store/merchant/index.ts +0 -16
- package/src/store/product/index.ts +0 -113
- package/src/store/raffle/index.ts +0 -58
- package/src/store/storefront/index.ts +0 -18
- package/src/typings/global.d.ts +0 -7
- package/src/utils/constants.ts +0 -2
- package/src/utils/currency.ts +0 -250
- package/src/utils/google-fonts.ts +0 -52
- package/src/utils/helper.ts +0 -77
- package/src/utils/i18n.ts +0 -126
- package/src/utils/index.ts +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as n}from'./../../../ext/tslib/tslib.es6.js';import{IkasCartCampaignOffer as i}from"./campaign-offer/index.js";import{IkasAvailableShippingMethod as o}from"./available-shipping-method/index.js";import{IkasOrder as e}from"../order/index.js";import{makeObservable as t,observable as l}from"mobx";var p=function(e){function p(n){var p,a,s=this;return(s=e.call(this,n)||this).availableShippingMethods=null,s.campaignOffers=null,s.couponCode=null,s.shippingSettingsId=null,s.shippingZoneRateId=null,s.stockLocationId=null,s.availableShippingMethods=(null===(p=n.availableShippingMethods)||void 0===p?void 0:p.map((function(n){return new o(n)})))||null,s.campaignOffers=(null===(a=n.campaignOffers)||void 0===a?void 0:a.map((function(n){return new i(n)})))||null,s.couponCode=n.couponCode||null,s.shippingSettingsId=n.shippingSettingsId||null,s.shippingZoneRateId=n.shippingZoneRateId||null,s.stockLocationId=n.stockLocationId||null,t(s,{availableShippingMethods:l,campaignOffers:l,couponCode:l,shippingSettingsId:l,shippingZoneRateId:l,stockLocationId:l}),s}return n(p,e),p}(e);export{p as IkasCart};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IkasImage } from "../image";
|
|
2
|
+
import { IkasHTMLMetaData } from "../html-meta-data";
|
|
3
|
+
import { IkasBaseModel } from "../base";
|
|
4
|
+
import { IkasCategoryPathItem } from "./path-item";
|
|
5
|
+
import { IkasCategoryTranslation } from "./translations";
|
|
6
|
+
import { IkasCategory as ICategory, IkasCategoryProductsOrderType } from "@ikas/storefront-models";
|
|
7
|
+
export declare class IkasCategory extends IkasBaseModel implements ICategory {
|
|
8
|
+
categoryPath: string[] | null;
|
|
9
|
+
description: string | null;
|
|
10
|
+
imageId: string | null;
|
|
11
|
+
name: string;
|
|
12
|
+
parentId: string | null;
|
|
13
|
+
metaData: IkasHTMLMetaData | null;
|
|
14
|
+
categoryPathItems: IkasCategoryPathItem[];
|
|
15
|
+
orderType: IkasCategoryProductsOrderType | null;
|
|
16
|
+
image?: IkasImage | null;
|
|
17
|
+
translations?: IkasCategoryTranslation[] | null;
|
|
18
|
+
constructor(data: ICategory);
|
|
19
|
+
get href(): string;
|
|
20
|
+
get path(): IkasCategoryPathItem[];
|
|
21
|
+
}
|
|
22
|
+
export { IkasCategoryProductsOrderType as IkasCategoryOrderType };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as e}from'./../../../ext/tslib/tslib.es6.js';import{IkasImage as t}from"../image/index.js";import{IkasBaseModel as r}from"../base/index.js";import{IkasCategoryPathItem as a}from"./path-item/index.js";import{IkasCategoryTranslation as n}from"./translations/index.js";export{IkasCategoryProductsOrderType as IkasCategoryOrderType}from"@ikas/storefront-models";import{makeObservable as o,observable as i,computed as l}from"mobx";import{IkasCategoryFunctions as m}from"@ikas/storefront-model-functions";var s=function(r){function s(e){var m,s,u=this;return(u=r.call(this,e)||this).categoryPath=null,u.description=null,u.imageId=null,u.parentId=null,u.metaData=null,u.orderType=null,u.image=null,u.translations=null,u.categoryPath=e.categoryPath||null,u.description=e.description||null,u.imageId=e.imageId||null,u.name=e.name,u.parentId=e.parentId||null,u.metaData=e.metaData||null,u.categoryPathItems=(null===(m=e.categoryPathItems)||void 0===m?void 0:m.map((function(e){return new a(e)})))||[],u.orderType=e.orderType,u.image=e.image?new t(e.image):null,u.translations=(null===(s=e.translations)||void 0===s?void 0:s.map((function(e){return new n(e)})))||null,o(u,{categoryPath:i,description:i,imageId:i,name:i,parentId:i,metaData:i,categoryPathItems:i,orderType:i,image:i,translations:i,href:l,path:l}),u}return e(s,r),Object.defineProperty(s.prototype,"href",{get:function(){return m.getIkasCategoryHref(this)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"path",{get:function(){return this.categoryPathItems},enumerable:!1,configurable:!0}),s}(r);export{s as IkasCategory};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IkasHTMLMetaData } from "../../html-meta-data";
|
|
2
|
+
import { IkasBaseModel } from "../../base";
|
|
3
|
+
import { IkasCategoryPathItem as ICategoryPathItem } from "@ikas/storefront-models";
|
|
4
|
+
import { IkasCategoryTranslation } from "../translations";
|
|
5
|
+
export declare class IkasCategoryPathItem extends IkasBaseModel implements ICategoryPathItem {
|
|
6
|
+
metaData: IkasHTMLMetaData | null;
|
|
7
|
+
description: string | null;
|
|
8
|
+
imageId: string | null;
|
|
9
|
+
name: string;
|
|
10
|
+
translations?: IkasCategoryTranslation[] | null;
|
|
11
|
+
constructor(data: ICategoryPathItem);
|
|
12
|
+
get slug(): string | undefined;
|
|
13
|
+
get href(): string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'./../../../../ext/tslib/tslib.es6.js';import{IkasHTMLMetaData as e}from"../../html-meta-data/index.js";import{IkasBaseModel as r}from"../../base/index.js";import{makeObservable as a,observable as n,computed as o}from"mobx";import{IkasCategoryPathItemFunctions as i}from"@ikas/storefront-model-functions";var m=function(r){function m(t){var i=r.call(this,t)||this;return i.translations=null,i.metaData=t.metaData?new e(t.metaData):null,i.description=t.description||null,i.imageId=t.imageId||null,i.name=t.name,i.translations=t.translations||null,a(i,{metaData:n,description:n,imageId:n,name:n,slug:o,href:o}),i}return t(m,r),Object.defineProperty(m.prototype,"slug",{get:function(){return i.getIkasCategoryPathItemSlug(this)},enumerable:!1,configurable:!0}),Object.defineProperty(m.prototype,"href",{get:function(){return i.getIkasCategoryPathItemHref(this)},enumerable:!1,configurable:!0}),m}(r);export{m as IkasCategoryPathItem};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IkasCategoryTranslation as ICategoryTranslation } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCategoryTranslation implements ICategoryTranslation {
|
|
3
|
+
description: string | null;
|
|
4
|
+
locale: string;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data: ICategoryTranslation);
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as i}from"mobx";var l=function(l){this.description=null,this.name=null,this.description=l.description||null,this.locale=l.locale,this.name=l.name||null,i(this)};export{l as IkasCategoryTranslation};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IkasCart } from "../cart";
|
|
2
|
+
import { IkasCheckout as ICheckout } from "@ikas/storefront-models";
|
|
3
|
+
import { IkasPaymentGateway } from "../payment-gateway";
|
|
4
|
+
declare type IkasCheckoutConstructorData = {
|
|
5
|
+
appliedCouponCode?: string | null;
|
|
6
|
+
selectedPaymentGateway?: IkasPaymentGateway | null;
|
|
7
|
+
masterPassPaymentGateway?: IkasPaymentGateway | null;
|
|
8
|
+
} & ICheckout;
|
|
9
|
+
export declare class IkasCheckout extends IkasCart implements ICheckout {
|
|
10
|
+
appliedCouponCode?: string | null;
|
|
11
|
+
selectedPaymentGateway?: IkasPaymentGateway | null;
|
|
12
|
+
masterPassPaymentGateway?: IkasPaymentGateway | null;
|
|
13
|
+
constructor(data: Partial<IkasCheckoutConstructorData>);
|
|
14
|
+
get isComplete(): boolean;
|
|
15
|
+
get $totalFinalPrice(): number;
|
|
16
|
+
get $totalFinalPriceTaxModifier(): number;
|
|
17
|
+
get $totalTax(): number;
|
|
18
|
+
get $formattedTotalTax(): string;
|
|
19
|
+
get $formattedTotalFinalPrice(): string;
|
|
20
|
+
get dateStr(): string;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as e}from'./../../../ext/tslib/tslib.es6.js';import{IkasCart as t}from"../cart/index.js";import{IkasCheckoutFunctions as a,IkasOrderFunctions as r}from"@ikas/storefront-model-functions";import{formatCurrency as o}from"../../../utils/currency.js";import{makeObservable as i,observable as n,computed as l}from"mobx";import{formatDate as c}from"../../../utils/helper.js";var s=function(t){function s(e){var a=t.call(this,e)||this;return a.appliedCouponCode=null,a.selectedPaymentGateway=null,a.masterPassPaymentGateway=null,a.appliedCouponCode=e.couponCode,a.selectedPaymentGateway=e.selectedPaymentGateway,a.masterPassPaymentGateway=e.masterPassPaymentGateway,i(a,{appliedCouponCode:n,selectedPaymentGateway:n,masterPassPaymentGateway:n,isComplete:l,$totalFinalPrice:l,$totalFinalPriceTaxModifier:l,$totalTax:l,$formattedTotalTax:l,$formattedTotalFinalPrice:l}),a}return e(s,t),Object.defineProperty(s.prototype,"isComplete",{get:function(){return a.isComplete(this)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"$totalFinalPrice",{get:function(){return this.selectedPaymentGateway?a.getTotalFinalPrice(this,this.selectedPaymentGateway):this.totalFinalPrice},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"$totalFinalPriceTaxModifier",{get:function(){return this.$totalFinalPrice/this.totalFinalPrice},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"$totalTax",{get:function(){return r.getTotalTax(this)*this.$totalFinalPriceTaxModifier},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"$formattedTotalTax",{get:function(){return o(this.$totalTax,this.currencyCode,this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"$formattedTotalFinalPrice",{get:function(){return o(this.$totalFinalPrice,this.currencyCode,this.currencySymbol)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"dateStr",{get:function(){var e=new Date;return e.setTime(this.updatedAt),c(e)},enumerable:!1,configurable:!0}),s}(t);export{s as IkasCheckout};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IkasCheckoutSettings as ICheckoutSettings, IkasCheckoutRequirement } from "@ikas/storefront-models";
|
|
2
|
+
import { IkasBaseModel } from "../base";
|
|
3
|
+
import { IkasCheckoutOption } from "./option";
|
|
4
|
+
import { IkasCheckoutSettingsPrice } from "./price";
|
|
5
|
+
export declare class IkasCheckoutSettings extends IkasBaseModel implements ICheckoutSettings {
|
|
6
|
+
giftPackagePriceList: IkasCheckoutSettingsPrice[] | null;
|
|
7
|
+
identityNumberRequirement: IkasCheckoutRequirement;
|
|
8
|
+
isAccountRequired: boolean;
|
|
9
|
+
isGiftPackageEnabled: boolean | null;
|
|
10
|
+
isShowPostalCode: boolean | null;
|
|
11
|
+
isTermsAndConditionsDefaultChecked: boolean | null;
|
|
12
|
+
options: IkasCheckoutOption[] | null;
|
|
13
|
+
phoneRequirement: IkasCheckoutRequirement;
|
|
14
|
+
postalCodeRequirement: IkasCheckoutRequirement | null;
|
|
15
|
+
showCheckoutNote: boolean | null;
|
|
16
|
+
showTermsAndConditionsCheckbox: boolean;
|
|
17
|
+
storefrontId: string;
|
|
18
|
+
constructor(data: ICheckoutSettings);
|
|
19
|
+
}
|
|
20
|
+
export { IkasCheckoutRequirement };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as e}from'./../../../ext/tslib/tslib.es6.js';export{IkasCheckoutRequirement}from"@ikas/storefront-models";import{makeObservable as o,observable as i}from"mobx";import{IkasBaseModel as t}from"../base/index.js";import{IkasCheckoutOption as n}from"./option/index.js";import{IkasCheckoutSettingsPrice as s}from"./price/index.js";var r=function(t){function r(e){var r,u,d=this;return(d=t.call(this,e)||this).giftPackagePriceList=null,d.isGiftPackageEnabled=null,d.isShowPostalCode=null,d.isTermsAndConditionsDefaultChecked=null,d.options=null,d.postalCodeRequirement=null,d.showCheckoutNote=null,d.giftPackagePriceList=(null===(r=e.giftPackagePriceList)||void 0===r?void 0:r.map((function(e){return new s(e)})))||null,d.identityNumberRequirement=e.identityNumberRequirement,d.isAccountRequired=e.isAccountRequired,d.isGiftPackageEnabled=e.isGiftPackageEnabled,d.isShowPostalCode=e.isShowPostalCode,d.isTermsAndConditionsDefaultChecked=e.isTermsAndConditionsDefaultChecked,d.options=(null===(u=e.options)||void 0===u?void 0:u.map((function(e){return new n(e)})))||null,d.phoneRequirement=e.phoneRequirement,d.postalCodeRequirement=e.postalCodeRequirement||null,d.showCheckoutNote=e.showCheckoutNote||null,d.showTermsAndConditionsCheckbox=e.showTermsAndConditionsCheckbox,d.storefrontId=e.storefrontId,o(d,{giftPackagePriceList:i,identityNumberRequirement:i,isAccountRequired:i,isGiftPackageEnabled:i,isShowPostalCode:i,isTermsAndConditionsDefaultChecked:i,options:i,phoneRequirement:i,postalCodeRequirement:i,showCheckoutNote:i,showTermsAndConditionsCheckbox:i,storefrontId:i}),d}return e(r,t),r}(t);export{r as IkasCheckoutSettings};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as r}from"mobx";var e=function(e){this.name=e.name,this.required=e.required,r(this)};export{e as IkasCheckoutOption};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IkasCheckoutSettingsPrice as ICheckoutSettingsPrice } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCheckoutSettingsPrice implements ICheckoutSettingsPrice {
|
|
3
|
+
currencyCode: string;
|
|
4
|
+
currencySymbol: string | null;
|
|
5
|
+
price: number;
|
|
6
|
+
constructor(data: ICheckoutSettingsPrice);
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as r}from"mobx";var c=function(c){this.currencyCode=c.currencyCode,this.currencySymbol=c.currencySymbol||null,this.price=c.price,r(this)};export{c as IkasCheckoutSettingsPrice};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasCity as ICity } from "@ikas/storefront-models";
|
|
3
|
+
export declare class IkasCity extends IkasBaseModel implements ICity {
|
|
4
|
+
cityCode: string | null;
|
|
5
|
+
countryId: string;
|
|
6
|
+
latitude: string | null;
|
|
7
|
+
longitude: string | null;
|
|
8
|
+
name: string;
|
|
9
|
+
order: number | null;
|
|
10
|
+
stateId: string;
|
|
11
|
+
constructor(data: ICity);
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'./../../../ext/tslib/tslib.es6.js';import{IkasBaseModel as e}from"../base/index.js";import{makeObservable as o,observable as d}from"mobx";var r=function(e){function r(t){var r=e.call(this,t)||this;return r.cityCode=null,r.latitude=null,r.longitude=null,r.order=null,r.cityCode=t.cityCode,r.countryId=t.countryId,r.latitude=t.latitude,r.longitude=t.longitude,r.name=t.name,r.order=t.order,r.stateId=t.stateId,o(r,{cityCode:d,countryId:d,latitude:d,longitude:d,name:d,order:d,stateId:d}),r}return t(r,e),r}(e);export{r as IkasCity};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IkasContactForm as IContactForm } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasContactForm implements IContactForm {
|
|
3
|
+
email: string;
|
|
4
|
+
firstName: string;
|
|
5
|
+
lastName: string;
|
|
6
|
+
message: string;
|
|
7
|
+
referer: string;
|
|
8
|
+
constructor(data: IContactForm);
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as e}from"mobx";var s=function(s){this.email=s.email,this.firstName=s.firstName,this.lastName=s.lastName,this.message=s.message,this.referer=s.referer,e(this)};export{s as IkasContactForm};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasLocationTranslations } from "./location-translations";
|
|
3
|
+
import { IkasCountry as ICountry } from "@ikas/storefront-models";
|
|
4
|
+
export declare class IkasCountry extends IkasBaseModel implements ICountry {
|
|
5
|
+
capital: string | null;
|
|
6
|
+
currency: string | null;
|
|
7
|
+
emoji: string | null;
|
|
8
|
+
emojiString: string | null;
|
|
9
|
+
iso2: string | null;
|
|
10
|
+
iso3: string | null;
|
|
11
|
+
locationTranslations?: IkasLocationTranslations | null;
|
|
12
|
+
name: string;
|
|
13
|
+
native: string | null;
|
|
14
|
+
phoneCode: string | null;
|
|
15
|
+
region: string | null;
|
|
16
|
+
subregion: string | null;
|
|
17
|
+
constructor(data: ICountry);
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as n}from'./../../../ext/tslib/tslib.es6.js';import{IkasBaseModel as l}from"../base/index.js";import{makeObservable as o,observable as i}from"mobx";var e=function(l){function e(n){var e=l.call(this,n)||this;return e.capital=null,e.currency=null,e.emoji=null,e.emojiString=null,e.iso2=null,e.iso3=null,e.locationTranslations=null,e.native=null,e.phoneCode=null,e.region=null,e.subregion=null,e.capital=n.capital||null,e.currency=n.currency||null,e.emoji=n.emoji||null,e.emojiString=n.emojiString||null,e.iso2=n.iso2||null,e.iso3=n.iso3||null,e.locationTranslations=n.locationTranslations||null,e.name=n.name||"",e.native=n.native||null,e.phoneCode=n.phoneCode||null,e.region=n.region||null,e.subregion=n.subregion||null,o(e,{capital:i,currency:i,emoji:i,emojiString:i,iso2:i,iso3:i,locationTranslations:i,name:i,native:i,phoneCode:i,region:i,subregion:i}),e}return n(e,l),e}(l);export{e as IkasCountry};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IkasLocationTranslations as ILocationTranslations } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasLocationTranslations implements ILocationTranslations {
|
|
3
|
+
de: string | null;
|
|
4
|
+
en: string;
|
|
5
|
+
tr: string;
|
|
6
|
+
constructor(data: ILocationTranslations);
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IkasCustomerAddressCity as ICustomerAddressCity } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerAddressCity implements ICustomerAddressCity {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
constructor(data: ICustomerAddressCity);
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as i}from"mobx";var t=function(t){this.code=null,this.id=null,this.code=t.code,this.id=t.id,this.name=t.name,i(this)};export{t as IkasCustomerAddressCity};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IkasCustomerAddressCountry as ICustomerAddressCountry } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerAddressCountry implements ICustomerAddressCountry {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
iso2: string | null;
|
|
6
|
+
iso3: string | null;
|
|
7
|
+
name: string;
|
|
8
|
+
constructor(data: ICustomerAddressCountry);
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as i}from"mobx";var s=function(s){this.code=null,this.id=null,this.iso2=null,this.iso3=null,this.code=s.code,this.id=s.id,this.iso2=s.iso2,this.iso3=s.iso3,this.name=s.name,i(this)};export{s as IkasCustomerAddressCountry};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IkasCustomerAddressDistrict as ICustomerAddressDistrict } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerAddressDistrict implements ICustomerAddressDistrict {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data: ICustomerAddressDistrict);
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as i}from"mobx";var t=function(t){this.code=null,this.id=null,this.name=null,this.code=t.code,this.id=t.id,this.name=t.name,i(this)};export{t as IkasCustomerAddressDistrict};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { IkasCustomerAddressFunctions } from "@ikas/storefront-model-functions";
|
|
2
|
+
import { IkasCustomerAddress as ICustomerAddress } from "@ikas/storefront-models";
|
|
3
|
+
import { IkasBaseModel } from "../../base";
|
|
4
|
+
import { IkasCheckoutSettings } from "../../checkout-settings";
|
|
5
|
+
import { IkasCustomerAttributeValue } from "../attribute/value";
|
|
6
|
+
import { IkasCustomerAddressCity } from "./city";
|
|
7
|
+
import { IkasCustomerAddressCountry } from "./country";
|
|
8
|
+
import { IkasCustomerAddressDistrict } from "./district";
|
|
9
|
+
import { IkasCustomerAddressState } from "./state";
|
|
10
|
+
declare type IkasCustomerAddressConstructorData = {
|
|
11
|
+
checkoutSettings?: IkasCheckoutSettings | null;
|
|
12
|
+
isDistrictRequired?: boolean;
|
|
13
|
+
} & ICustomerAddress;
|
|
14
|
+
export declare class IkasCustomerAddress extends IkasBaseModel implements ICustomerAddress {
|
|
15
|
+
addressLine1: string;
|
|
16
|
+
addressLine2: string | null;
|
|
17
|
+
company: string | null;
|
|
18
|
+
firstName: string;
|
|
19
|
+
identityNumber: string | null;
|
|
20
|
+
isDefault: boolean;
|
|
21
|
+
lastName: string;
|
|
22
|
+
phone: string | null;
|
|
23
|
+
postalCode: string | null;
|
|
24
|
+
taxNumber: string | null;
|
|
25
|
+
taxOffice: string | null;
|
|
26
|
+
title: string;
|
|
27
|
+
attributes: IkasCustomerAttributeValue[] | null;
|
|
28
|
+
country: IkasCustomerAddressCountry | null;
|
|
29
|
+
state: IkasCustomerAddressState | null;
|
|
30
|
+
city: IkasCustomerAddressCity | null;
|
|
31
|
+
district: IkasCustomerAddressDistrict | null;
|
|
32
|
+
checkoutSettings?: IkasCheckoutSettings | null;
|
|
33
|
+
isDistrictRequired?: boolean;
|
|
34
|
+
constructor(data?: Partial<IkasCustomerAddressConstructorData>);
|
|
35
|
+
get addressText(): string;
|
|
36
|
+
get validationResult(): IkasCustomerAddressFunctions.IkasCustomerAddressValidationResult | undefined;
|
|
37
|
+
get isValid(): boolean;
|
|
38
|
+
toJSON(): this;
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t,__assign as e}from'./../../../../ext/tslib/tslib.es6.js';import{IkasCustomerAddressFunctions as i}from"@ikas/storefront-model-functions";import{makeObservable as n,observable as s,computed as r}from"mobx";import{IkasBaseModel as l}from"../../base/index.js";import{IkasCheckoutSettings as u}from"../../checkout-settings/index.js";import{IkasCustomerAttributeValue as o}from"../attribute/value/index.js";var d=function(l){function d(t){void 0===t&&(t={});var e,i,d=this;return(d=l.call(this,{id:t.id||"",createdAt:t.createdAt||Date.now(),updatedAt:t.updatedAt||Date.now(),deleted:null!==(e=t.deleted)&&void 0!==e&&e})||this).addressLine2=null,d.company=null,d.identityNumber=null,d.phone=null,d.postalCode=null,d.taxNumber=null,d.taxOffice=null,d.country=null,d.state=null,d.city=null,d.district=null,d.checkoutSettings=null,d.addressLine1=t.addressLine1||"",d.addressLine2=t.addressLine2||null,d.company=t.company||null,d.firstName=t.firstName||"",d.id=t.id||"",d.identityNumber=t.identityNumber||null,d.isDefault=t.isDefault||!1,d.lastName=t.lastName||"",d.phone=t.phone||null,d.postalCode=t.postalCode||null,d.taxNumber=t.taxNumber||null,d.taxOffice=t.taxOffice||null,d.title=t.title||"",d.attributes=(null===(i=t.attributes)||void 0===i?void 0:i.map((function(t){return new o(t)})))||null,d.country=t.country||null,d.state=t.state||null,d.city=t.city||null,d.district=t.district||null,d.checkoutSettings=t.checkoutSettings?new u(t.checkoutSettings):null,d.isDistrictRequired=t.isDistrictRequired||!1,n(d,{addressLine1:s,addressLine2:s,attributes:s,city:s,company:s,country:s,district:s,firstName:s,identityNumber:s,isDefault:s,lastName:s,phone:s,postalCode:s,state:s,taxNumber:s,taxOffice:s,title:s,checkoutSettings:s,isDistrictRequired:s,addressText:r,validationResult:r,isValid:r}),d}return t(d,l),Object.defineProperty(d.prototype,"addressText",{get:function(){return i.getAddressText(this)},enumerable:!1,configurable:!0}),Object.defineProperty(d.prototype,"validationResult",{get:function(){if(this.checkoutSettings)return i.getValidationResult(this,this.checkoutSettings,this.isDistrictRequired||!1)},enumerable:!1,configurable:!0}),Object.defineProperty(d.prototype,"isValid",{get:function(){return!!this.checkoutSettings&&i.isValidAddress(this,this.checkoutSettings,this.isDistrictRequired||!1)},enumerable:!1,configurable:!0}),d.prototype.toJSON=function(){var t=e({},this);return delete t.checkoutSettings,delete t.isDistrictRequired,t},d}(l);export{d as IkasCustomerAddress};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IkasCustomerAddressState as ICustomerAddressState } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerAddressState implements ICustomerAddressState {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data: ICustomerAddressState);
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as i}from"mobx";var t=function(t){this.code=null,this.id=null,this.name=null,this.code=t.code,this.id=t.id,this.name=t.name,i(this)};export{t as IkasCustomerAddressState};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../../base";
|
|
2
|
+
import { IkasCustomerAttributeOption } from "./option";
|
|
3
|
+
import { IkasCustomerAttributeSalesChannel } from "./sales-channel";
|
|
4
|
+
import { IkasCustomerAttributeTranslation } from "./translation";
|
|
5
|
+
import { IkasCustomerAttribute as ICustomerAttribute, IkasCustomerAttributeType } from "@ikas/storefront-models";
|
|
6
|
+
export declare class IkasCustomerAttribute extends IkasBaseModel implements ICustomerAttribute {
|
|
7
|
+
description: string | null;
|
|
8
|
+
name: string;
|
|
9
|
+
type: IkasCustomerAttributeType;
|
|
10
|
+
options: IkasCustomerAttributeOption[] | null;
|
|
11
|
+
salesChannels: IkasCustomerAttributeSalesChannel[] | null;
|
|
12
|
+
translations?: IkasCustomerAttributeTranslation[] | null;
|
|
13
|
+
constructor(data: ICustomerAttribute);
|
|
14
|
+
get accountPagePermission(): import("@ikas/storefront-models").IkasCustomerAttributePermission | undefined;
|
|
15
|
+
get registerPageRequirement(): import("@ikas/storefront-models").IkasCustomerAttributeRegisterPageRequirement | undefined;
|
|
16
|
+
}
|
|
17
|
+
export { IkasCustomerAttributeType };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as e}from'./../../../../ext/tslib/tslib.es6.js';import{IkasBaseModel as n}from"../../base/index.js";import{IkasCustomerAttributeOption as t}from"./option/index.js";import{IkasCustomerAttributeSalesChannel as o}from"./sales-channel/index.js";import{IkasCustomerAttributeTranslation as i}from"./translation/index.js";export{IkasCustomerAttributeType}from"@ikas/storefront-models";import{makeObservable as r,observable as s,computed as l}from"mobx";import{IkasCustomerAttributeFunctions as a}from"@ikas/storefront-model-functions";var u=function(n){function u(e){var a,u,m,p=this;return(p=n.call(this,e)||this).description=null,p.options=null,p.salesChannels=null,p.translations=null,p.description=e.description,p.name=e.name,p.type=e.type,p.options=(null===(a=e.options)||void 0===a?void 0:a.map((function(e){return new t(e)})))||null,p.salesChannels=(null===(u=e.salesChannels)||void 0===u?void 0:u.map((function(e){return new o(e)})))||null,p.translations=(null===(m=e.translations)||void 0===m?void 0:m.map((function(e){return new i(e)})))||null,r(p,{description:s,name:s,type:s,options:s,salesChannels:s,translations:s,accountPagePermission:l,registerPageRequirement:l}),p}return e(u,n),Object.defineProperty(u.prototype,"accountPagePermission",{get:function(){return a.getAccountPagePermission(this)},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"registerPageRequirement",{get:function(){return a.getRegisterPageRequirement(this)},enumerable:!1,configurable:!0}),u}(n);export{u as IkasCustomerAttribute};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IkasCustomerAttributeOption as ICustomerAttributeOption } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerAttributeOption implements ICustomerAttributeOption {
|
|
3
|
+
createdAt: number | null;
|
|
4
|
+
deleted: boolean | null;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
updatedAt: number | null;
|
|
8
|
+
constructor(data: ICustomerAttributeOption);
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as t}from"mobx";var e=function(e){this.createdAt=null,this.deleted=null,this.updatedAt=null,this.createdAt=e.createdAt||null,this.deleted=e.deleted||null,this.id=e.id,this.name=e.name,this.updatedAt=e.updatedAt,t(this)};export{e as IkasCustomerAttributeOption};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IkasCustomerAttributePermission, IkasCustomerAttributeRegisterPageRequirement, IkasCustomerAttributeSalesChannel as ICustomerAttributeSalesChannel } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerAttributeSalesChannel implements ICustomerAttributeSalesChannel {
|
|
3
|
+
permission: IkasCustomerAttributePermission;
|
|
4
|
+
registerPageRequirement: IkasCustomerAttributeRegisterPageRequirement;
|
|
5
|
+
salesChannelId: string;
|
|
6
|
+
storefrontId: string;
|
|
7
|
+
constructor(data: ICustomerAttributeSalesChannel);
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as e}from"mobx";var s=function(s){this.permission=s.permission,this.registerPageRequirement=s.registerPageRequirement,this.salesChannelId=s.salesChannelId,this.storefrontId=s.storefrontId,e(this)};export{s as IkasCustomerAttributeSalesChannel};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IkasCustomerAttributeOptionTranslation } from "./option";
|
|
2
|
+
import { IkasCustomerAttributeTranslation as ICustomerAttributeTranslation } from "@ikas/storefront-models";
|
|
3
|
+
export declare class IkasCustomerAttributeTranslation implements ICustomerAttributeTranslation {
|
|
4
|
+
description: string | null;
|
|
5
|
+
locale: string;
|
|
6
|
+
name: string | null;
|
|
7
|
+
options: IkasCustomerAttributeOptionTranslation[] | null;
|
|
8
|
+
constructor(data: ICustomerAttributeTranslation);
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{IkasCustomerAttributeOptionTranslation as i}from"./option/index.js";import{makeAutoObservable as o}from"mobx";var n=function(n){var t;this.description=null,this.name=null,this.options=null,this.description=n.description,this.locale=n.locale,this.name=n.name,this.options=(null===(t=n.options)||void 0===t?void 0:t.map((function(o){return new i(o)})))||null,o(this)};export{n as IkasCustomerAttributeTranslation};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IkasCustomerAttributeOptionTranslation as ICustomerAttributeOptionTranslation } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerAttributeOptionTranslation implements ICustomerAttributeOptionTranslation {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string | null;
|
|
5
|
+
constructor(data: ICustomerAttributeOptionTranslation);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as i}from"mobx";var t=function(t){this.id=t.id,this.name=t.name,i(this)};export{t as IkasCustomerAttributeOptionTranslation};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IkasCustomerAttribute } from "..";
|
|
2
|
+
import { IkasCustomerAttributeOption } from "../option";
|
|
3
|
+
import { IkasCustomerAttributeValue as ICustomerAttributeValue } from "@ikas/storefront-models";
|
|
4
|
+
export declare class IkasCustomerAttributeValue implements ICustomerAttributeValue {
|
|
5
|
+
customerAttributeId: string | null;
|
|
6
|
+
customerAttributeOptionId: string | null;
|
|
7
|
+
value: string | null;
|
|
8
|
+
customerAttribute: IkasCustomerAttribute | null;
|
|
9
|
+
customerAttributeOption: IkasCustomerAttributeOption | null;
|
|
10
|
+
constructor(data: ICustomerAttributeValue);
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{IkasCustomerAttribute as t}from"../index.js";import{IkasCustomerAttributeOption as i}from"../option/index.js";import{makeAutoObservable as r}from"mobx";var e=function(e){this.customerAttributeId=e.customerAttributeId,this.customerAttributeOptionId=e.customerAttributeOptionId,this.value=e.value,this.customerAttribute=e.customerAttribute?new t(e.customerAttribute):null,this.customerAttributeOption=e.customerAttributeOption?new i(e.customerAttributeOption):null,r(this)};export{e as IkasCustomerAttributeValue};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IkasCustomerAddress } from "./address";
|
|
2
|
+
import { IkasCustomerAttributeValue } from "./attribute/value";
|
|
3
|
+
import { IkasBaseModel } from "../base";
|
|
4
|
+
import { IkasCustomerAccountStatus, IkasCustomerEmailSubscriptionStatus, IkasCustomerRegistrationSource, IkasCustomer as ICustomer } from "@ikas/storefront-models";
|
|
5
|
+
export declare class IkasCustomer extends IkasBaseModel implements ICustomer {
|
|
6
|
+
accountStatusUpdatedAt: number | null;
|
|
7
|
+
customerGroupIds: string[] | null;
|
|
8
|
+
customerSequence: number | null;
|
|
9
|
+
email: string | null;
|
|
10
|
+
emailVerifiedDate: number | null;
|
|
11
|
+
firstName: string;
|
|
12
|
+
fullName: string | null;
|
|
13
|
+
isEmailVerified: boolean | null;
|
|
14
|
+
isPhoneVerified: boolean | null;
|
|
15
|
+
lastName: string | null;
|
|
16
|
+
note: string | null;
|
|
17
|
+
orderCount: number | null;
|
|
18
|
+
passwordUpdateDate: number | null;
|
|
19
|
+
phone: string | null;
|
|
20
|
+
phoneVerifiedDate: number | null;
|
|
21
|
+
subscriptionStatusUpdatedAt: number | null;
|
|
22
|
+
tagIds: string[] | null;
|
|
23
|
+
registrationSource: IkasCustomerRegistrationSource | null;
|
|
24
|
+
accountStatus: IkasCustomerAccountStatus | null;
|
|
25
|
+
addresses: IkasCustomerAddress[] | null;
|
|
26
|
+
subscriptionStatus: IkasCustomerEmailSubscriptionStatus | null;
|
|
27
|
+
attributes: IkasCustomerAttributeValue[] | null;
|
|
28
|
+
constructor(data: ICustomer);
|
|
29
|
+
get isSubscribed(): boolean;
|
|
30
|
+
get basicInfo(): {
|
|
31
|
+
id: string;
|
|
32
|
+
firstName: string;
|
|
33
|
+
lastName: string | null;
|
|
34
|
+
email: string | null;
|
|
35
|
+
phone: string | null;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export { IkasCustomerAccountStatus, IkasCustomerEmailSubscriptionStatus, IkasCustomerRegistrationSource, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as e}from'./../../../ext/tslib/tslib.es6.js';import{IkasCustomerAddress as t}from"./address/index.js";import{IkasCustomerAttributeValue as i}from"./attribute/value/index.js";import{IkasBaseModel as r}from"../base/index.js";export{IkasCustomerAccountStatus,IkasCustomerEmailSubscriptionStatus,IkasCustomerRegistrationSource}from"@ikas/storefront-models";import{makeObservable as s,observable as u,computed as o}from"mobx";import{IkasCustomerFunctions as n}from"@ikas/storefront-model-functions";var a=function(r){function a(e){var n=r.call(this,e)||this;return n.accountStatus=e.accountStatus||null,n.accountStatusUpdatedAt=e.accountStatusUpdatedAt||null,n.addresses=e.addresses?e.addresses.map((function(e){return new t(e)})):null,n.attributes=e.attributes?e.attributes.map((function(e){return new i(e)})):null,n.customerGroupIds=e.customerGroupIds||null,n.customerSequence=void 0!==e.customerSequence&&null!==e.customerSequence?e.customerSequence:null,n.email=e.email||null,n.emailVerifiedDate=e.emailVerifiedDate||null,n.firstName=e.firstName||"",n.fullName=e.fullName||null,n.isEmailVerified=void 0!==e.isEmailVerified&&null!==e.isEmailVerified?e.isEmailVerified:null,n.isPhoneVerified=void 0!==e.isPhoneVerified&&null!==e.isPhoneVerified?e.isPhoneVerified:null,n.lastName=e.lastName||null,n.note=e.note||null,n.orderCount=void 0!==e.orderCount&&null!==e.orderCount?e.orderCount:null,n.passwordUpdateDate=e.passwordUpdateDate||null,n.phone=e.phone||null,n.phoneVerifiedDate=e.phoneVerifiedDate||null,n.registrationSource=e.registrationSource||null,n.subscriptionStatus=e.subscriptionStatus||null,n.subscriptionStatusUpdatedAt=e.subscriptionStatusUpdatedAt||null,n.tagIds=e.tagIds||null,s(n,{accountStatus:u,accountStatusUpdatedAt:u,addresses:u,attributes:u,customerGroupIds:u,customerSequence:u,email:u,emailVerifiedDate:u,firstName:u,fullName:u,isEmailVerified:u,isPhoneVerified:u,lastName:u,note:u,orderCount:u,passwordUpdateDate:u,phone:u,phoneVerifiedDate:u,registrationSource:u,subscriptionStatus:u,subscriptionStatusUpdatedAt:u,tagIds:u,isSubscribed:o,basicInfo:o}),n}return e(a,r),Object.defineProperty(a.prototype,"isSubscribed",{get:function(){return n.isSubscribed(this)},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"basicInfo",{get:function(){return n.getBasicInfo(this)},enumerable:!1,configurable:!0}),a}(r);export{a as IkasCustomer};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IkasCustomerReviewStatus, IkasCustomerReview as ICustomerReview } from "@ikas/storefront-models";
|
|
2
|
+
import { IkasBaseModel } from "../../base";
|
|
3
|
+
import { IkasImage } from "../../image";
|
|
4
|
+
export declare class IkasCustomerReview extends IkasBaseModel implements ICustomerReview {
|
|
5
|
+
comment: string | null;
|
|
6
|
+
customerId: string | null;
|
|
7
|
+
email: string | null;
|
|
8
|
+
firstName: string | null;
|
|
9
|
+
imageIds: string[] | null;
|
|
10
|
+
lastName: string | null;
|
|
11
|
+
orderId: string | null;
|
|
12
|
+
orderNumber: string | null;
|
|
13
|
+
productId: string;
|
|
14
|
+
salesChannelId: string | null;
|
|
15
|
+
star: number;
|
|
16
|
+
status: IkasCustomerReviewStatus | null;
|
|
17
|
+
storefrontId: string | null;
|
|
18
|
+
title: string | null;
|
|
19
|
+
images?: IkasImage[] | null;
|
|
20
|
+
constructor(data: ICustomerReview);
|
|
21
|
+
}
|
|
22
|
+
export { IkasCustomerReviewStatus };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as l}from'./../../../../ext/tslib/tslib.es6.js';export{IkasCustomerReviewStatus}from"@ikas/storefront-models";import{makeObservable as e,observable as t}from"mobx";import{IkasBaseModel as r}from"../../base/index.js";import{IkasImage as s}from"../../image/index.js";var n=function(r){function n(l){var n,m=this;return(m=r.call(this,l)||this).comment=null,m.customerId=null,m.email=null,m.firstName=null,m.imageIds=null,m.lastName=null,m.orderId=null,m.orderNumber=null,m.salesChannelId=null,m.status=null,m.storefrontId=null,m.title=null,m.comment=l.comment||null,m.customerId=l.customerId||null,m.email=l.email||null,m.firstName=l.firstName||null,m.imageIds=l.imageIds||null,m.lastName=l.lastName||null,m.orderId=l.orderId||null,m.orderNumber=l.orderNumber||null,m.productId=l.productId||"",m.salesChannelId=l.salesChannelId||null,m.star=l.star||0,m.status=l.status||null,m.storefrontId=l.storefrontId||null,m.title=l.title||null,m.images=(null===(n=l.images)||void 0===n?void 0:n.map((function(l){return new s(l)})))||null,e(m,{comment:t,customerId:t,email:t,firstName:t,imageIds:t,lastName:t,orderId:t,orderNumber:t,productId:t,salesChannelId:t,star:t,status:t,storefrontId:t,title:t,images:t}),m}return l(n,r),n}(r);export{n as IkasCustomerReview};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IkasCustomerReviewSettings as ICustomerReviewSettings } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerReviewSettings implements ICustomerReviewSettings {
|
|
3
|
+
customerLoginRequired: boolean;
|
|
4
|
+
customerPurchaseRequired: boolean;
|
|
5
|
+
constructor(data: ICustomerReviewSettings);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as e}from"mobx";var r=function(r){this.customerLoginRequired=r.customerLoginRequired,this.customerPurchaseRequired=r.customerPurchaseRequired,e(this)};export{r as IkasCustomerReviewSettings};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../../../base";
|
|
2
|
+
import { IkasCustomerReviewSummaryStar } from "./star";
|
|
3
|
+
import { IkasCustomerReviewSummary as ICustomerReviewSummary } from "@ikas/storefront-models";
|
|
4
|
+
export declare class IkasCustomerReviewSummary extends IkasBaseModel implements ICustomerReviewSummary {
|
|
5
|
+
averageStar: number;
|
|
6
|
+
productId: string;
|
|
7
|
+
stars: IkasCustomerReviewSummaryStar[];
|
|
8
|
+
totalReview: number;
|
|
9
|
+
constructor(data: ICustomerReviewSummary);
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'./../../../../../ext/tslib/tslib.es6.js';import{IkasBaseModel as r}from"../../../base/index.js";import{IkasCustomerReviewSummaryStar as e}from"./star/index.js";import{makeObservable as a,observable as o}from"mobx";var s=function(r){function s(t){var s=r.call(this,t)||this;return s.averageStar=t.averageStar,s.productId=t.productId,s.stars=t.stars.map((function(t){return new e(t)})),s.totalReview=t.totalReview,a(s,{averageStar:o,productId:o,stars:o,totalReview:o}),s}return t(s,r),s}(r);export{s as IkasCustomerReviewSummary};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IkasCustomerReviewSummaryStar as ICustomerReviewSummaryStar } from "@ikas/storefront-models";
|
|
2
|
+
export declare class IkasCustomerReviewSummaryStar implements ICustomerReviewSummaryStar {
|
|
3
|
+
count: number;
|
|
4
|
+
star: number;
|
|
5
|
+
constructor(data: ICustomerReviewSummaryStar);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeAutoObservable as t}from"mobx";var o=function(o){this.count=o.count,this.star=o.star,t(this)};export{o as IkasCustomerReviewSummaryStar};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasDistrict as IDistrict } from "@ikas/storefront-models";
|
|
3
|
+
export declare class IkasDistrict extends IkasBaseModel implements IDistrict {
|
|
4
|
+
cityId: string;
|
|
5
|
+
countryId: string;
|
|
6
|
+
latitude: string | null;
|
|
7
|
+
longitude: string | null;
|
|
8
|
+
name: string;
|
|
9
|
+
order: number | null;
|
|
10
|
+
stateId: string;
|
|
11
|
+
constructor(data: IDistrict);
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'./../../../ext/tslib/tslib.es6.js';import{IkasBaseModel as e}from"../base/index.js";import{makeObservable as r,observable as d}from"mobx";var l=function(e){function l(t){var l=e.call(this,t)||this;return l.latitude=null,l.longitude=null,l.order=null,l.cityId=t.cityId||"",l.countryId=t.countryId||"",l.latitude=t.latitude||null,l.longitude=t.longitude||null,l.name=t.name||"",l.order=void 0!==t.order&&null!==t.order?t.order:null,l.stateId=t.stateId||"",r(l,{cityId:d,countryId:d,latitude:d,longitude:d,name:d,order:d,stateId:d}),l}return t(l,e),l}(e);export{l as IkasDistrict};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasFavoriteProduct as IFavoriteProduct } from "@ikas/storefront-models";
|
|
3
|
+
export declare class IkasFavoriteProduct extends IkasBaseModel implements IFavoriteProduct {
|
|
4
|
+
customerId: string;
|
|
5
|
+
productId: string;
|
|
6
|
+
constructor(data: IFavoriteProduct);
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as r}from'./../../../ext/tslib/tslib.es6.js';import{IkasBaseModel as o}from"../base/index.js";import{makeObservable as t,observable as d}from"mobx";var s=function(o){function s(r){var s=o.call(this,r)||this;return s.customerId=r.customerId,s.productId=r.productId,t(s,{customerId:d,productId:d}),s}return r(s,o),s}(o);export{s as IkasFavoriteProduct};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IkasFilterCategory as IFilterCategory } from "@ikas/storefront-models";
|
|
2
|
+
import { IkasHTMLMetaData } from "../html-meta-data";
|
|
3
|
+
export declare class IkasFilterCategory implements IFilterCategory {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
metaData: IkasHTMLMetaData | null;
|
|
7
|
+
resultCount: number | null;
|
|
8
|
+
isSelected: boolean;
|
|
9
|
+
constructor(data: IFilterCategory);
|
|
10
|
+
get slug(): string | undefined;
|
|
11
|
+
get href(): string;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{IkasFilterCategoryFunctions as t}from"@ikas/storefront-model-functions";import{makeAutoObservable as e}from"mobx";import{IkasHTMLMetaData as r}from"../html-meta-data/index.js";var i=function(){function i(t){this.id=t.id,this.name=t.name,this.metaData=t.metaData?new r(t.metaData):null,this.resultCount=t.resultCount,this.isSelected=t.isSelected,e(this)}return Object.defineProperty(i.prototype,"slug",{get:function(){var t;return null===(t=this.metaData)||void 0===t?void 0:t.slug},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"href",{get:function(){return t.getIkasFilterCategoryHref(this)},enumerable:!1,configurable:!0}),i}();export{i as IkasFilterCategory};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasHTMLMetaDataTranslations } from "./translations";
|
|
3
|
+
import { IkasHTMLMetaData as IHTMLMetaData, IkasHTMLMetaDataOverride as IHTMLMetaDataOverride } from "@ikas/storefront-models";
|
|
4
|
+
export declare class IkasHTMLMetaData extends IkasBaseModel implements IHTMLMetaData {
|
|
5
|
+
canonicals?: string[] | null;
|
|
6
|
+
description?: string | null;
|
|
7
|
+
disableIndex?: boolean | null;
|
|
8
|
+
pageTitle?: string | null;
|
|
9
|
+
slug: string;
|
|
10
|
+
targetId?: string | null;
|
|
11
|
+
targetType?: IkasHTMLMetaDataTargetType | null;
|
|
12
|
+
translations?: IkasHTMLMetaDataTranslations[] | null;
|
|
13
|
+
constructor(data: IHTMLMetaData);
|
|
14
|
+
}
|
|
15
|
+
export declare class IkasHTMLMetaDataOverride implements IHTMLMetaDataOverride {
|
|
16
|
+
description: string;
|
|
17
|
+
language: string | null;
|
|
18
|
+
pageTitle: string;
|
|
19
|
+
storefrontId: string | null;
|
|
20
|
+
storefrontRegionId: string | null;
|
|
21
|
+
constructor(data: IHTMLMetaDataOverride);
|
|
22
|
+
}
|
|
23
|
+
export declare enum IkasHTMLMetaDataTargetType {
|
|
24
|
+
BRAND = "BRAND",
|
|
25
|
+
CATEGORY = "CATEGORY",
|
|
26
|
+
PAGE = "PAGE",
|
|
27
|
+
PRODUCT = "PRODUCT"
|
|
28
|
+
}
|