@liquidcommerce/elements-sdk 2.1.0-beta.49
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/LICENSE +24 -0
- package/README.md +1183 -0
- package/dist/index.esm.js +16834 -0
- package/dist/types/auto-initialize.d.ts +2 -0
- package/dist/types/constants/core.constant.d.ts +6 -0
- package/dist/types/constants/index.d.ts +2 -0
- package/dist/types/constants/z-index.constant.d.ts +24 -0
- package/dist/types/core/auth.service.d.ts +29 -0
- package/dist/types/core/base-component.service.d.ts +93 -0
- package/dist/types/core/client/client-action.service.d.ts +70 -0
- package/dist/types/core/client/client-config.service.d.ts +47 -0
- package/dist/types/core/command/base-command.service.d.ts +17 -0
- package/dist/types/core/command/command.service.d.ts +16 -0
- package/dist/types/core/command/common-command.service.d.ts +5 -0
- package/dist/types/core/component-factory.service.d.ts +27 -0
- package/dist/types/core/fingerprint.service.d.ts +28 -0
- package/dist/types/core/google-tag-manager.service.d.ts +93 -0
- package/dist/types/core/logger/logger-factory.d.ts +8 -0
- package/dist/types/core/logger/logger.service.d.ts +17 -0
- package/dist/types/core/pubsub/index.d.ts +2 -0
- package/dist/types/core/pubsub/interfaces/address.interface.d.ts +16 -0
- package/dist/types/core/pubsub/interfaces/cart.interface.d.ts +107 -0
- package/dist/types/core/pubsub/interfaces/checkout.interface.d.ts +84 -0
- package/dist/types/core/pubsub/interfaces/core.interface.d.ts +81 -0
- package/dist/types/core/pubsub/interfaces/index.d.ts +5 -0
- package/dist/types/core/pubsub/interfaces/product.interface.d.ts +91 -0
- package/dist/types/core/pubsub/pubsub.service.d.ts +12 -0
- package/dist/types/core/singleton-manager.service.d.ts +12 -0
- package/dist/types/core/store/index.d.ts +2 -0
- package/dist/types/core/store/interfaces/address.interface.d.ts +16 -0
- package/dist/types/core/store/interfaces/cart.interface.d.ts +94 -0
- package/dist/types/core/store/interfaces/checkout.interface.d.ts +154 -0
- package/dist/types/core/store/interfaces/core.interface.d.ts +40 -0
- package/dist/types/core/store/interfaces/index.d.ts +5 -0
- package/dist/types/core/store/interfaces/product.interface.d.ts +81 -0
- package/dist/types/core/store/store.constant.d.ts +8 -0
- package/dist/types/core/store/store.service.d.ts +41 -0
- package/dist/types/core/utils.d.ts +27 -0
- package/dist/types/elements-client-helper.d.ts +1 -0
- package/dist/types/elements-client.d.ts +2 -0
- package/dist/types/enums/cloud.enum.d.ts +77 -0
- package/dist/types/enums/core.enum.d.ts +134 -0
- package/dist/types/enums/index.d.ts +2 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.umd.d.ts +2 -0
- package/dist/types/interfaces/cloud/address.interface.d.ts +36 -0
- package/dist/types/interfaces/cloud/cart.interface.d.ts +132 -0
- package/dist/types/interfaces/cloud/checkout.interface.d.ts +214 -0
- package/dist/types/interfaces/cloud/core.interface.d.ts +22 -0
- package/dist/types/interfaces/cloud/index.d.ts +6 -0
- package/dist/types/interfaces/cloud/product.interface.d.ts +156 -0
- package/dist/types/interfaces/cloud/retailer.interface.d.ts +66 -0
- package/dist/types/interfaces/cloud/user.interface.d.ts +100 -0
- package/dist/types/interfaces/configs/address.interface.d.ts +8 -0
- package/dist/types/interfaces/configs/cart.interface.d.ts +15 -0
- package/dist/types/interfaces/configs/checkout.interface.d.ts +34 -0
- package/dist/types/interfaces/configs/configurations.interface.d.ts +13 -0
- package/dist/types/interfaces/configs/global.interface.d.ts +46 -0
- package/dist/types/interfaces/configs/index.d.ts +6 -0
- package/dist/types/interfaces/configs/product.interface.d.ts +25 -0
- package/dist/types/interfaces/core.interface.d.ts +81 -0
- package/dist/types/modules/address/address-display.component.d.ts +13 -0
- package/dist/types/modules/address/address-input.component.d.ts +40 -0
- package/dist/types/modules/address/address.command.d.ts +15 -0
- package/dist/types/modules/address/address.component.d.ts +12 -0
- package/dist/types/modules/address/address.interface.d.ts +10 -0
- package/dist/types/modules/address/index.d.ts +4 -0
- package/dist/types/modules/api-client/api-client.interface.d.ts +21 -0
- package/dist/types/modules/api-client/api-client.service.d.ts +28 -0
- package/dist/types/modules/api-client/index.d.ts +2 -0
- package/dist/types/modules/cart/cart.commands.d.ts +36 -0
- package/dist/types/modules/cart/cart.commands.helper.d.ts +8 -0
- package/dist/types/modules/cart/cart.component.d.ts +11 -0
- package/dist/types/modules/cart/components/cart-body.component.d.ts +24 -0
- package/dist/types/modules/cart/components/cart-footer.component.d.ts +21 -0
- package/dist/types/modules/cart/components/cart-fulfillment.component.d.ts +26 -0
- package/dist/types/modules/cart/components/cart-header.component.d.ts +6 -0
- package/dist/types/modules/cart/components/cart-item-quantity-price.component.d.ts +21 -0
- package/dist/types/modules/cart/components/cart-item.component.d.ts +13 -0
- package/dist/types/modules/cart/components/cart-promo-code.component.d.ts +17 -0
- package/dist/types/modules/cart/components/cart-retailer-subtotal.component.d.ts +10 -0
- package/dist/types/modules/cart/components/cart-retailer.component.d.ts +23 -0
- package/dist/types/modules/cart/components/index.d.ts +8 -0
- package/dist/types/modules/cart/index.d.ts +1 -0
- package/dist/types/modules/checkout/checkout.commands.d.ts +50 -0
- package/dist/types/modules/checkout/checkout.commands.helper.d.ts +13 -0
- package/dist/types/modules/checkout/checkout.component.d.ts +11 -0
- package/dist/types/modules/checkout/components/checkout-header.component.d.ts +9 -0
- package/dist/types/modules/checkout/components/checkout-information-section.component.d.ts +12 -0
- package/dist/types/modules/checkout/components/checkout-presale-countdown.component.d.ts +26 -0
- package/dist/types/modules/checkout/components/checkout-summary-section.component.d.ts +12 -0
- package/dist/types/modules/checkout/components/checkout.type.d.ts +4 -0
- package/dist/types/modules/checkout/components/index.d.ts +20 -0
- package/dist/types/modules/checkout/components/information/checkout-billing-form.component.d.ts +18 -0
- package/dist/types/modules/checkout/components/information/checkout-buyer-information-form.component.d.ts +12 -0
- package/dist/types/modules/checkout/components/information/checkout-delivery-information-form.component.d.ts +17 -0
- package/dist/types/modules/checkout/components/information/checkout-payment-form.component.d.ts +21 -0
- package/dist/types/modules/checkout/components/information/checkout-stripe-form.component.d.ts +52 -0
- package/dist/types/modules/checkout/components/summary/checkout-amounts.component.d.ts +7 -0
- package/dist/types/modules/checkout/components/summary/checkout-completed.component.d.ts +12 -0
- package/dist/types/modules/checkout/components/summary/checkout-gift-cards.component.d.ts +14 -0
- package/dist/types/modules/checkout/components/summary/checkout-item-quantity.component.d.ts +19 -0
- package/dist/types/modules/checkout/components/summary/checkout-item.component.d.ts +21 -0
- package/dist/types/modules/checkout/components/summary/checkout-items.component.d.ts +16 -0
- package/dist/types/modules/checkout/components/summary/checkout-place-order-button.component.d.ts +23 -0
- package/dist/types/modules/checkout/components/summary/checkout-presale-expired.component.d.ts +16 -0
- package/dist/types/modules/checkout/components/summary/checkout-promo-code.component.d.ts +17 -0
- package/dist/types/modules/checkout/components/summary/checkout-tips.component.d.ts +19 -0
- package/dist/types/modules/checkout/components/summary/promo-pc-gc.component.d.ts +16 -0
- package/dist/types/modules/checkout/constant.d.ts +32 -0
- package/dist/types/modules/checkout/index.d.ts +1 -0
- package/dist/types/modules/product/components/components.d.ts +20 -0
- package/dist/types/modules/product/components/index.d.ts +13 -0
- package/dist/types/modules/product/components/product-add-to-cart-section.component.d.ts +26 -0
- package/dist/types/modules/product/components/product-description.component.d.ts +9 -0
- package/dist/types/modules/product/components/product-drawer.component.d.ts +19 -0
- package/dist/types/modules/product/components/product-image-carousel.component.d.ts +36 -0
- package/dist/types/modules/product/components/product-interactions.component.d.ts +14 -0
- package/dist/types/modules/product/components/product-options.component.d.ts +12 -0
- package/dist/types/modules/product/components/product-price.component.d.ts +11 -0
- package/dist/types/modules/product/components/product-retailers-carousel.component.d.ts +32 -0
- package/dist/types/modules/product/components/product-retailers-popup-list.component.d.ts +13 -0
- package/dist/types/modules/product/components/product-retailers-popup.component.d.ts +11 -0
- package/dist/types/modules/product/components/product-retailers.component.d.ts +11 -0
- package/dist/types/modules/product/constant.d.ts +2 -0
- package/dist/types/modules/product/index.d.ts +1 -0
- package/dist/types/modules/product/product.commands.d.ts +29 -0
- package/dist/types/modules/product/product.component.d.ts +13 -0
- package/dist/types/modules/product/utils/helpers.d.ts +10 -0
- package/dist/types/modules/product/utils/index.d.ts +2 -0
- package/dist/types/modules/product/utils/retailer-hours.d.ts +9 -0
- package/dist/types/modules/theme-provider/constants/component-groupings.d.ts +7 -0
- package/dist/types/modules/theme-provider/constants/css-variable-mappings.d.ts +2 -0
- package/dist/types/modules/theme-provider/index.d.ts +2 -0
- package/dist/types/modules/theme-provider/services/css-variable-processor.service.d.ts +20 -0
- package/dist/types/modules/theme-provider/services/font-manager.service.d.ts +9 -0
- package/dist/types/modules/theme-provider/services/stylesheet-generator.service.d.ts +13 -0
- package/dist/types/modules/theme-provider/styles/address/address.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/address/index.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/cart/cart.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/cart/index.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/checkout/checkout.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/checkout/index.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/global.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/product/image-carousel.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/product/index.d.ts +3 -0
- package/dist/types/modules/theme-provider/styles/product/product.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/product/retailers.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/ui/drawer.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/ui/index.d.ts +3 -0
- package/dist/types/modules/theme-provider/styles/ui/loading.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/styles/ui/promo-code-ticker.style.d.ts +1 -0
- package/dist/types/modules/theme-provider/theme-provider.service.d.ts +22 -0
- package/dist/types/modules/ui-components/alert/alert.component.d.ts +24 -0
- package/dist/types/modules/ui-components/alert/index.d.ts +1 -0
- package/dist/types/modules/ui-components/buttons/buttons-open-cart.component.d.ts +11 -0
- package/dist/types/modules/ui-components/buttons/index.d.ts +1 -0
- package/dist/types/modules/ui-components/drawer/drawer.component.d.ts +23 -0
- package/dist/types/modules/ui-components/drawer/index.d.ts +1 -0
- package/dist/types/modules/ui-components/engraving/engraving-form.component.d.ts +24 -0
- package/dist/types/modules/ui-components/engraving/engraving-view.component.d.ts +19 -0
- package/dist/types/modules/ui-components/engraving/index.d.ts +2 -0
- package/dist/types/modules/ui-components/error-view/error-view.d.ts +9 -0
- package/dist/types/modules/ui-components/error-view/index.d.ts +1 -0
- package/dist/types/modules/ui-components/input/birthdate-input.component.d.ts +51 -0
- package/dist/types/modules/ui-components/input/index.d.ts +2 -0
- package/dist/types/modules/ui-components/input/input.component.d.ts +46 -0
- package/dist/types/modules/ui-components/lce-element/index.d.ts +1 -0
- package/dist/types/modules/ui-components/lce-element/lce-element.component.d.ts +11 -0
- package/dist/types/modules/ui-components/loading/index.d.ts +1 -0
- package/dist/types/modules/ui-components/loading/product-loading.component.d.ts +6 -0
- package/dist/types/modules/ui-components/powered-by/index.d.ts +1 -0
- package/dist/types/modules/ui-components/powered-by/powered-by.component.d.ts +13 -0
- package/dist/types/modules/ui-components/promo-code-ticker/index.d.ts +1 -0
- package/dist/types/modules/ui-components/promo-code-ticker/promo-code-ticker.component.d.ts +17 -0
- package/dist/types/modules/ui-components/purchase-min-alert/helpers.d.ts +8 -0
- package/dist/types/modules/ui-components/purchase-min-alert/index.d.ts +2 -0
- package/dist/types/modules/ui-components/purchase-min-alert/purchase-min-alert.component.d.ts +16 -0
- package/dist/types/modules/ui-components/ui.commands.d.ts +7 -0
- package/dist/types/static/icon/arrow-right.icon.d.ts +2 -0
- package/dist/types/static/icon/bag.icon.d.ts +2 -0
- package/dist/types/static/icon/checkbox.icon.d.ts +2 -0
- package/dist/types/static/icon/chevron-down.icon.d.ts +2 -0
- package/dist/types/static/icon/chevron-left.icon.d.ts +2 -0
- package/dist/types/static/icon/close.icon.d.ts +2 -0
- package/dist/types/static/icon/completed.icon.d.ts +2 -0
- package/dist/types/static/icon/error-info.icon.d.ts +2 -0
- package/dist/types/static/icon/icon.types.d.ts +6 -0
- package/dist/types/static/icon/index.d.ts +15 -0
- package/dist/types/static/icon/info.icon.d.ts +2 -0
- package/dist/types/static/icon/loading-spinner.icon.d.ts +2 -0
- package/dist/types/static/icon/search.icon.d.ts +2 -0
- package/dist/types/static/icon/success.icon.d.ts +2 -0
- package/dist/types/static/icon/trash.icon.d.ts +2 -0
- package/dist/types/static/icon/warning.icon.d.ts +2 -0
- package/dist/types/utils/dom-polyfills.d.ts +10 -0
- package/dist/types/utils/format.d.ts +23 -0
- package/dist/types/utils/helper.d.ts +27 -0
- package/dist/types/utils/html-sanitizer.d.ts +2 -0
- package/package.json +110 -0
- package/umd/elements.js +1 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.