@shopify/ui-extensions 2024.4.2 → 2024.10.0
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/cjs/surfaces/admin/components/AdminPrintAction/AdminPrintAction.js +12 -0
- package/build/cjs/surfaces/admin/components/DatePicker/DatePicker.js +12 -0
- package/build/cjs/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.js +5 -0
- package/build/cjs/surfaces/admin/components/MoneyField/MoneyField.js +6 -0
- package/build/cjs/surfaces/admin.js +2 -8
- package/build/cjs/surfaces/checkout/components/Chat/Chat.js +12 -0
- package/build/cjs/surfaces/checkout/components/DatePicker/DatePicker.js +4 -10
- package/build/cjs/surfaces/checkout/components/PaymentIcon/PaymentIcon.js +1 -0
- package/build/cjs/surfaces/{point-of-sale/components/Actiontem/ActionItem.js → checkout/components/Progress/Progress.js} +2 -2
- package/build/cjs/surfaces/checkout/components/QRCode/QRCode.js +9 -0
- package/build/cjs/surfaces/checkout/components/Switch/Switch.js +9 -0
- package/build/cjs/surfaces/checkout.js +8 -0
- package/build/cjs/surfaces/customer-account/components/Avatar/Avatar.js +9 -0
- package/build/cjs/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.js +9 -0
- package/build/cjs/surfaces/customer-account/components/DropZone/DropZone.js +9 -0
- package/build/cjs/surfaces/customer-account/components/ImageGroup/ImageGroup.js +9 -0
- package/build/cjs/surfaces/{admin/components/Card/Card.js → customer-account/components/Menu/Menu.js} +2 -2
- package/build/cjs/surfaces/customer-account/components/Page/Page.js +9 -0
- package/build/cjs/surfaces/customer-account/components/PolicyModal/PolicyModal.js +12 -0
- package/build/cjs/surfaces/customer-account/components/ResourceItem/ResourceItem.js +9 -0
- package/build/cjs/surfaces/customer-account.js +24 -0
- package/build/cjs/surfaces/point-of-sale/components/ActionItem/ActionItem.js +16 -0
- package/build/cjs/surfaces/point-of-sale/components/Badge/Badge.js +6 -0
- package/build/cjs/surfaces/point-of-sale/components/Banner/Banner.js +9 -0
- package/build/cjs/surfaces/point-of-sale/components/Button/Button.js +8 -0
- package/build/cjs/surfaces/point-of-sale/components/CameraScanner/CameraScanner.js +6 -0
- package/build/cjs/surfaces/point-of-sale/components/DatePicker/DatePicker.js +8 -0
- package/build/cjs/surfaces/point-of-sale/components/Dialog/Dialog.js +12 -0
- package/build/cjs/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.js +10 -0
- package/build/cjs/surfaces/point-of-sale/components/Navigator/Navigator.js +1 -1
- package/build/cjs/surfaces/point-of-sale/components/NumberField/NumberField.js +6 -0
- package/build/cjs/surfaces/point-of-sale/components/POSBlock/POSBlock.js +15 -0
- package/build/cjs/surfaces/point-of-sale/components/POSBlock/POSBlockRow.js +13 -0
- package/build/cjs/surfaces/point-of-sale/components/PinPad/PinPad.js +24 -0
- package/build/cjs/surfaces/point-of-sale/components/Screen/Screen.js +18 -0
- package/build/cjs/surfaces/point-of-sale/components/Section/Section.js +10 -0
- package/build/cjs/surfaces/point-of-sale/components/TextArea/TextArea.js +6 -0
- package/build/cjs/surfaces/point-of-sale/components/TextField/TextField.js +6 -0
- package/build/cjs/surfaces/point-of-sale/components/Tile/Tile.js +9 -0
- package/build/cjs/surfaces/point-of-sale/components/TimePicker/TimePicker.js +9 -0
- package/build/cjs/surfaces/point-of-sale.js +5 -1
- package/build/esm/surfaces/admin/components/AdminPrintAction/AdminPrintAction.mjs +8 -0
- package/build/esm/surfaces/admin/components/DatePicker/DatePicker.mjs +12 -0
- package/build/esm/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.mjs +5 -0
- package/build/esm/surfaces/admin/components/MoneyField/MoneyField.mjs +6 -0
- package/build/esm/surfaces/admin.mjs +1 -4
- package/build/esm/surfaces/checkout/components/Chat/Chat.mjs +8 -0
- package/build/esm/surfaces/checkout/components/DatePicker/DatePicker.mjs +5 -11
- package/build/esm/surfaces/checkout/components/PaymentIcon/PaymentIcon.mjs +1 -0
- package/build/esm/surfaces/checkout/components/Progress/Progress.mjs +5 -0
- package/build/esm/surfaces/checkout/components/QRCode/QRCode.mjs +5 -0
- package/build/esm/surfaces/checkout/components/Switch/Switch.mjs +5 -0
- package/build/esm/surfaces/checkout.mjs +4 -0
- package/build/esm/surfaces/customer-account/components/Avatar/Avatar.mjs +5 -0
- package/build/esm/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.mjs +5 -0
- package/build/esm/surfaces/customer-account/components/DropZone/DropZone.mjs +5 -0
- package/build/esm/surfaces/customer-account/components/ImageGroup/ImageGroup.mjs +5 -0
- package/build/esm/surfaces/customer-account/components/Menu/Menu.mjs +5 -0
- package/build/esm/surfaces/customer-account/components/Page/Page.mjs +5 -0
- package/build/esm/surfaces/customer-account/components/PolicyModal/PolicyModal.mjs +8 -0
- package/build/esm/surfaces/customer-account/components/ResourceItem/ResourceItem.mjs +5 -0
- package/build/esm/surfaces/customer-account.mjs +12 -0
- package/build/esm/surfaces/point-of-sale/components/ActionItem/ActionItem.mjs +12 -0
- package/build/esm/surfaces/point-of-sale/components/Badge/Badge.mjs +6 -0
- package/build/esm/surfaces/point-of-sale/components/Banner/Banner.mjs +9 -0
- package/build/esm/surfaces/point-of-sale/components/Button/Button.mjs +8 -0
- package/build/esm/surfaces/point-of-sale/components/CameraScanner/CameraScanner.mjs +6 -0
- package/build/esm/surfaces/point-of-sale/components/DatePicker/DatePicker.mjs +8 -0
- package/build/esm/surfaces/point-of-sale/components/Dialog/Dialog.mjs +12 -0
- package/build/esm/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.mjs +10 -0
- package/build/esm/surfaces/point-of-sale/components/Navigator/Navigator.mjs +1 -1
- package/build/esm/surfaces/point-of-sale/components/NumberField/NumberField.mjs +6 -0
- package/build/esm/surfaces/point-of-sale/components/POSBlock/POSBlock.mjs +11 -0
- package/build/esm/surfaces/point-of-sale/components/POSBlock/POSBlockRow.mjs +9 -0
- package/build/esm/surfaces/point-of-sale/components/PinPad/PinPad.mjs +24 -0
- package/build/esm/surfaces/point-of-sale/components/Screen/Screen.mjs +18 -0
- package/build/esm/surfaces/point-of-sale/components/Section/Section.mjs +10 -0
- package/build/esm/surfaces/point-of-sale/components/TextArea/TextArea.mjs +6 -0
- package/build/esm/surfaces/point-of-sale/components/TextField/TextField.mjs +6 -0
- package/build/esm/surfaces/point-of-sale/components/Tile/Tile.mjs +9 -0
- package/build/esm/surfaces/point-of-sale/components/TimePicker/TimePicker.mjs +9 -0
- package/build/esm/surfaces/point-of-sale.mjs +3 -1
- package/build/esnext/surfaces/admin/components/AdminPrintAction/AdminPrintAction.esnext +8 -0
- package/build/esnext/surfaces/admin/components/DatePicker/DatePicker.esnext +12 -0
- package/build/esnext/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.esnext +5 -0
- package/build/esnext/surfaces/admin/components/MoneyField/MoneyField.esnext +6 -0
- package/build/esnext/surfaces/admin.esnext +1 -4
- package/build/esnext/surfaces/checkout/components/Chat/Chat.esnext +8 -0
- package/build/esnext/surfaces/checkout/components/DatePicker/DatePicker.esnext +5 -11
- package/build/esnext/surfaces/checkout/components/PaymentIcon/PaymentIcon.esnext +1 -0
- package/build/esnext/surfaces/checkout/components/Progress/Progress.esnext +5 -0
- package/build/esnext/surfaces/checkout/components/QRCode/QRCode.esnext +5 -0
- package/build/esnext/surfaces/checkout/components/Switch/Switch.esnext +5 -0
- package/build/esnext/surfaces/checkout.esnext +4 -0
- package/build/esnext/surfaces/customer-account/components/Avatar/Avatar.esnext +5 -0
- package/build/esnext/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.esnext +5 -0
- package/build/esnext/surfaces/customer-account/components/DropZone/DropZone.esnext +5 -0
- package/build/esnext/surfaces/customer-account/components/ImageGroup/ImageGroup.esnext +5 -0
- package/build/esnext/surfaces/customer-account/components/Menu/Menu.esnext +5 -0
- package/build/esnext/surfaces/customer-account/components/Page/Page.esnext +5 -0
- package/build/esnext/surfaces/customer-account/components/PolicyModal/PolicyModal.esnext +8 -0
- package/build/esnext/surfaces/customer-account/components/ResourceItem/ResourceItem.esnext +5 -0
- package/build/esnext/surfaces/customer-account.esnext +12 -0
- package/build/esnext/surfaces/point-of-sale/components/ActionItem/ActionItem.esnext +12 -0
- package/build/esnext/surfaces/point-of-sale/components/Badge/Badge.esnext +6 -0
- package/build/esnext/surfaces/point-of-sale/components/Banner/Banner.esnext +9 -0
- package/build/esnext/surfaces/point-of-sale/components/Button/Button.esnext +8 -0
- package/build/esnext/surfaces/point-of-sale/components/CameraScanner/CameraScanner.esnext +6 -0
- package/build/esnext/surfaces/point-of-sale/components/DatePicker/DatePicker.esnext +8 -0
- package/build/esnext/surfaces/point-of-sale/components/Dialog/Dialog.esnext +12 -0
- package/build/esnext/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.esnext +10 -0
- package/build/esnext/surfaces/point-of-sale/components/Navigator/Navigator.esnext +1 -1
- package/build/esnext/surfaces/point-of-sale/components/NumberField/NumberField.esnext +6 -0
- package/build/esnext/surfaces/point-of-sale/components/POSBlock/POSBlock.esnext +11 -0
- package/build/esnext/surfaces/point-of-sale/components/POSBlock/POSBlockRow.esnext +9 -0
- package/build/esnext/surfaces/point-of-sale/components/PinPad/PinPad.esnext +24 -0
- package/build/esnext/surfaces/point-of-sale/components/Screen/Screen.esnext +18 -0
- package/build/esnext/surfaces/point-of-sale/components/Section/Section.esnext +10 -0
- package/build/esnext/surfaces/point-of-sale/components/TextArea/TextArea.esnext +6 -0
- package/build/esnext/surfaces/point-of-sale/components/TextField/TextField.esnext +6 -0
- package/build/esnext/surfaces/point-of-sale/components/Tile/Tile.esnext +9 -0
- package/build/esnext/surfaces/point-of-sale/components/TimePicker/TimePicker.esnext +9 -0
- package/build/esnext/surfaces/point-of-sale.esnext +3 -1
- package/build/ts/shared.d.ts +18 -2
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts +5 -0
- package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +10 -0
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -0
- package/build/ts/surfaces/admin/{components/Card/Card.doc-skip.d.ts → api/print-action/print-action.doc.d.ts} +1 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +221 -0
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/standard/standard.d.ts +11 -0
- package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api.d.ts +1 -0
- package/build/ts/surfaces/admin/api.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.d.ts +17 -0
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.d.ts.map +1 -0
- package/build/ts/surfaces/admin/{api/extension-targets/extension-targets.doc.d.ts → components/AdminPrintAction/AdminPrintAction.doc.d.ts} +1 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Box/Box.d.ts +2 -1
- package/build/ts/surfaces/admin/components/Box/Box.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Button/Button.d.ts +7 -0
- package/build/ts/surfaces/admin/components/Button/Button.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Image/Image.d.ts +2 -2
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.d.ts +7 -0
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/NumberField/NumberField.d.ts +2 -2
- package/build/ts/surfaces/admin/components/NumberField/NumberField.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/TextField/TextField.d.ts +2 -2
- package/build/ts/surfaces/admin/components/TextField/TextField.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/shared/display.d.ts +8 -0
- package/build/ts/surfaces/admin/components/shared/display.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/shared/index.d.ts +15 -0
- package/build/ts/surfaces/admin/components/shared/index.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components.d.ts +2 -8
- package/build/ts/surfaces/admin/components.d.ts.map +1 -1
- package/build/ts/surfaces/admin/extension-targets.d.ts +103 -7
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts +20 -3
- package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +2 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +10 -6
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts +4 -0
- package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts +5 -0
- package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shared.d.ts +6 -0
- package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -0
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +49 -3
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +126 -45
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts +14 -6
- package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Chat/Chat.d.ts +78 -0
- package/build/ts/surfaces/checkout/components/Chat/Chat.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts +15 -6
- package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts +15 -6
- package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/GridItem/GridItem.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Heading/Heading.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Heading/Heading.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts +15 -6
- package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Link/Link.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts +19 -0
- package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts +12 -11
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Progress/Progress.d.ts +40 -0
- package/build/ts/surfaces/checkout/components/Progress/Progress.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.d.ts +50 -0
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts +38 -5
- package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Select/Select.d.ts +13 -1
- package/build/ts/surfaces/checkout/components/Select/Select.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Switch/Switch.d.ts +49 -0
- package/build/ts/surfaces/checkout/components/Switch/Switch.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/View/View.d.ts +61 -41
- package/build/ts/surfaces/checkout/components/View/View.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/View/View.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/shared.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components.d.ts +9 -1
- package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/helper.docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +2 -0
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/style.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/types.d.ts +10 -3
- package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets.d.ts +17 -13
- package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout.d.ts +5 -4
- package/build/ts/surfaces/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/docs.d.ts +84 -0
- package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +36 -260
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +260 -2
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +195 -0
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/api.d.ts +3 -2
- package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.d.ts +43 -0
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Avatar/index.d.ts +2 -0
- package/build/ts/surfaces/customer-account/components/Avatar/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Card/Card.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Card/Card.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.d.ts +21 -0
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/index.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.d.ts +67 -0
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/DropZone/index.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/DropZone/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.d.ts +32 -0
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/ImageGroup/index.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/ImageGroup/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Menu/Menu.d.ts +21 -0
- package/build/ts/surfaces/customer-account/components/Menu/Menu.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Menu/index.d.ts +2 -0
- package/build/ts/surfaces/customer-account/components/Menu/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Page/Page.d.ts +47 -0
- package/build/ts/surfaces/customer-account/components/Page/Page.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Page/index.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/Page/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/PolicyModal/PolicyModal.d.ts +30 -0
- package/build/ts/surfaces/customer-account/components/PolicyModal/PolicyModal.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/PolicyModal/index.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/PolicyModal/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.d.ts +36 -0
- package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/ResourceItem/ResourceItem.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/ResourceItem/index.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/ResourceItem/index.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/index.d.ts +7 -0
- package/build/ts/surfaces/customer-account/components/index.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared.d.ts +7 -0
- package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/targets.d.ts +69 -8
- package/build/ts/surfaces/customer-account/targets.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +9 -0
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +10 -0
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +18 -0
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +2 -2
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +10 -0
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +2 -2
- package/build/ts/surfaces/point-of-sale/api.d.ts +7 -1
- package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts +24 -0
- package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.d.ts +14 -0
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.d.ts +17 -8
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Button/Button.d.ts +25 -1
- package/build/ts/surfaces/point-of-sale/components/Button/Button.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts +20 -2
- package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.d.ts +21 -0
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Dialog/Dialog.d.ts +38 -0
- package/build/ts/surfaces/point-of-sale/components/Dialog/Dialog.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.d.ts +22 -0
- package/build/ts/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/List/List.d.ts +14 -2
- package/build/ts/surfaces/point-of-sale/components/List/List.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Navigator/Navigator.d.ts +4 -1
- package/build/ts/surfaces/point-of-sale/components/Navigator/Navigator.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts +0 -2
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlock.d.ts +31 -0
- package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlock.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlockRow.d.ts +15 -0
- package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlockRow.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/PinPad/PinPad.d.ts +27 -0
- package/build/ts/surfaces/point-of-sale/components/PinPad/PinPad.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.d.ts +12 -0
- package/build/ts/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Screen/Screen.d.ts +43 -2
- package/build/ts/surfaces/point-of-sale/components/Screen/Screen.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/SearchBar/SearchBar.d.ts +18 -0
- package/build/ts/surfaces/point-of-sale/components/SearchBar/SearchBar.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Section/Section.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/components/Section/Section.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.d.ts +18 -0
- package/build/ts/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Selectable/Selectable.d.ts +6 -0
- package/build/ts/surfaces/point-of-sale/components/Selectable/Selectable.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts +27 -1
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Stepper/Stepper.d.ts +3 -3
- package/build/ts/surfaces/point-of-sale/components/Text/Text.d.ts +6 -0
- package/build/ts/surfaces/point-of-sale/components/Text/Text.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.d.ts +26 -0
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.d.ts +27 -0
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/shared/BaseTextField.d.ts +26 -1
- package/build/ts/surfaces/point-of-sale/components/shared/BaseTextField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts +48 -0
- package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components.d.ts +7 -3
- package/build/ts/surfaces/point-of-sale/components.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/targets.d.ts +21 -4
- package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -5
- package/src/shared.ts +28 -0
- package/src/surfaces/admin/api/block/block.ts +6 -0
- package/src/surfaces/admin/api/checkout-rules/metafields.ts +1 -1
- package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +1 -1
- package/src/surfaces/admin/api/order-routing-rule/metafields.ts +1 -1
- package/src/surfaces/admin/api/print-action/print-action.doc.ts +20 -0
- package/src/surfaces/admin/api/print-action/print-action.ts +12 -0
- package/src/surfaces/admin/api/resource-picker/resource-picker.ts +240 -0
- package/src/surfaces/admin/api/standard/standard.ts +12 -0
- package/src/surfaces/admin/api.ts +1 -0
- package/src/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.ts +52 -0
- package/src/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ts +18 -0
- package/src/surfaces/admin/components/AdminPrintAction/examples/basic-adminprintaction.example.ts +14 -0
- package/src/surfaces/admin/components/Box/Box.ts +3 -1
- package/src/surfaces/admin/components/Button/Button.ts +8 -0
- package/src/surfaces/admin/components/Image/Image.ts +2 -2
- package/src/surfaces/admin/components/MoneyField/MoneyField.ts +171 -1
- package/src/surfaces/admin/components/NumberField/NumberField.ts +3 -1
- package/src/surfaces/admin/components/TextField/TextField.ts +3 -1
- package/src/surfaces/admin/components/shared/display.ts +7 -0
- package/src/surfaces/admin/components/shared/index.ts +16 -0
- package/src/surfaces/admin/components.ts +2 -8
- package/src/surfaces/admin/extension-targets.ts +170 -8
- package/src/surfaces/checkout/api/address-autocomplete/shared.ts +29 -4
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +2 -0
- package/src/surfaces/checkout/api/checkout/checkout.ts +15 -6
- package/src/surfaces/checkout/api/docs.ts +5 -0
- package/src/surfaces/checkout/api/order-status/order-status.ts +5 -0
- package/src/surfaces/checkout/api/shared.ts +7 -0
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +15 -0
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +58 -3
- package/src/surfaces/checkout/api/standard/standard.ts +147 -51
- package/src/surfaces/checkout/components/BlockLayout/BlockLayout.doc.ts +8 -1
- package/src/surfaces/checkout/components/BlockStack/BlockStack.doc.ts +8 -1
- package/src/surfaces/checkout/components/BlockStack/BlockStack.ts +14 -4
- package/src/surfaces/checkout/components/Chat/Chat.ts +85 -0
- package/src/surfaces/checkout/components/Disclosure/Disclosure.doc.ts +1 -1
- package/src/surfaces/checkout/components/Grid/Grid.doc.ts +6 -0
- package/src/surfaces/checkout/components/Grid/Grid.ts +15 -4
- package/src/surfaces/checkout/components/GridItem/GridItem.doc.ts +6 -0
- package/src/surfaces/checkout/components/GridItem/GridItem.ts +15 -4
- package/src/surfaces/checkout/components/Heading/Heading.ts +1 -1
- package/src/surfaces/checkout/components/Icon/Icon.ts +6 -0
- package/src/surfaces/checkout/components/InlineLayout/InlineLayout.doc.ts +8 -1
- package/src/surfaces/checkout/components/InlineStack/InlineStack.doc.ts +8 -1
- package/src/surfaces/checkout/components/InlineStack/InlineStack.ts +15 -4
- package/src/surfaces/checkout/components/Link/Link.ts +1 -1
- package/src/surfaces/checkout/components/Modal/Modal.doc.ts +8 -1
- package/src/surfaces/checkout/components/Modal/Modal.ts +19 -0
- package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.ts +400 -399
- package/src/surfaces/checkout/components/Popover/Popover.doc.ts +8 -1
- package/src/surfaces/checkout/components/Pressable/Pressable.doc.ts +8 -1
- package/src/surfaces/checkout/components/Pressable/Pressable.ts +12 -11
- package/src/surfaces/checkout/components/Progress/Progress.doc.ts +89 -0
- package/src/surfaces/checkout/components/Progress/Progress.ts +44 -0
- package/src/surfaces/checkout/components/Progress/examples/basic-progress.example.ts +9 -0
- package/src/surfaces/checkout/components/QRCode/QRCode.doc.ts +60 -0
- package/src/surfaces/checkout/components/QRCode/QRCode.ts +54 -0
- package/src/surfaces/checkout/components/QRCode/examples/basic-qrcode.example.ts +9 -0
- package/src/surfaces/checkout/components/ScrollView/ScrollView.doc.ts +8 -1
- package/src/surfaces/checkout/components/ScrollView/ScrollView.ts +37 -3
- package/src/surfaces/checkout/components/Select/Select.ts +13 -1
- package/src/surfaces/checkout/components/Sheet/Sheet.doc.ts +8 -1
- package/src/surfaces/checkout/components/Spinner/Spinner.doc.ts +8 -1
- package/src/surfaces/checkout/components/Switch/Switch.doc.ts +80 -0
- package/src/surfaces/checkout/components/Switch/Switch.ts +50 -0
- package/src/surfaces/checkout/components/Switch/examples/basic-switch.example.ts +9 -0
- package/src/surfaces/checkout/components/View/View.doc.ts +8 -1
- package/src/surfaces/checkout/components/View/View.ts +85 -45
- package/src/surfaces/checkout/components/shared.ts +1 -1
- package/src/surfaces/checkout/components.ts +13 -0
- package/src/surfaces/checkout/helper.docs.ts +36 -0
- package/src/surfaces/checkout/shared.ts +5 -0
- package/src/surfaces/checkout/style/examples/hiding.example.tsx +8 -0
- package/src/surfaces/checkout/style/style.doc.ts +14 -0
- package/src/surfaces/checkout/style/types.ts +10 -3
- package/src/surfaces/checkout/targets.ts +27 -12
- package/src/surfaces/checkout.ts +19 -2
- package/src/surfaces/customer-account/api/docs.ts +151 -0
- package/src/surfaces/customer-account/api/order-status/order-status.ts +39 -288
- package/src/surfaces/customer-account/api/shared.ts +290 -0
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +230 -0
- package/src/surfaces/customer-account/api.ts +35 -15
- package/src/surfaces/customer-account/components/Avatar/Avatar.doc.ts +68 -0
- package/src/surfaces/customer-account/components/Avatar/Avatar.ts +46 -0
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-js.example.ts +26 -0
- package/src/surfaces/customer-account/components/Avatar/index.ts +1 -0
- package/src/surfaces/customer-account/components/Card/Card.doc.ts +54 -0
- package/src/surfaces/customer-account/components/Card/examples/basic-Card-js.example.ts +47 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.ts +66 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.ts +22 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +27 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction/index.ts +2 -0
- package/src/surfaces/customer-account/components/DropZone/DropZone.doc.ts +67 -0
- package/src/surfaces/customer-account/components/DropZone/DropZone.ts +76 -0
- package/src/surfaces/customer-account/components/DropZone/examples/basic-DropZone-js.example.ts +13 -0
- package/src/surfaces/customer-account/components/DropZone/index.ts +2 -0
- package/src/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.ts +53 -0
- package/src/surfaces/customer-account/components/ImageGroup/ImageGroup.ts +35 -0
- package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-js.example.ts +38 -0
- package/src/surfaces/customer-account/components/ImageGroup/index.ts +2 -0
- package/src/surfaces/customer-account/components/Menu/Menu.doc.ts +80 -0
- package/src/surfaces/customer-account/components/Menu/Menu.ts +19 -0
- package/src/surfaces/customer-account/components/Menu/examples/basic-Menu-js.example.ts +26 -0
- package/src/surfaces/customer-account/components/Menu/index.ts +1 -0
- package/src/surfaces/customer-account/components/Page/Page.doc.ts +76 -0
- package/src/surfaces/customer-account/components/Page/Page.ts +51 -0
- package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +35 -0
- package/src/surfaces/customer-account/components/Page/index.ts +2 -0
- package/src/surfaces/customer-account/components/PolicyModal/PolicyModal.ts +33 -0
- package/src/surfaces/customer-account/components/PolicyModal/index.ts +2 -0
- package/src/surfaces/customer-account/components/ResourceItem/ResourceItem.doc.ts +62 -0
- package/src/surfaces/customer-account/components/ResourceItem/ResourceItem.ts +41 -0
- package/src/surfaces/customer-account/components/ResourceItem/examples/basic-ResourceItem-js.example.ts +59 -0
- package/src/surfaces/customer-account/components/ResourceItem/index.ts +2 -0
- package/src/surfaces/customer-account/components/index.ts +9 -0
- package/src/surfaces/customer-account/components/shared-checkout-components.ts +8 -0
- package/src/surfaces/customer-account/components/shared.ts +6 -0
- package/src/surfaces/customer-account/targets.ts +169 -8
- package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +9 -0
- package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +1 -1
- package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +10 -0
- package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +20 -0
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +1 -1
- package/src/surfaces/point-of-sale/api/order-api/order-api.tsx +2 -2
- package/src/surfaces/point-of-sale/api/product-api/product-api.ts +10 -0
- package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +2 -2
- package/src/surfaces/point-of-sale/api.ts +21 -1
- package/src/surfaces/point-of-sale/components/ActionItem/ActionItem.ts +24 -0
- package/src/surfaces/point-of-sale/components/Badge/Badge.ts +16 -0
- package/src/surfaces/point-of-sale/components/Banner/Banner.ts +17 -8
- package/src/surfaces/point-of-sale/components/Button/Button.ts +25 -1
- package/src/surfaces/point-of-sale/components/CameraScanner/CameraScanner.ts +21 -5
- package/src/surfaces/point-of-sale/components/DatePicker/DatePicker.ts +22 -0
- package/src/surfaces/point-of-sale/components/Dialog/Dialog.ts +46 -0
- package/src/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.ts +22 -1
- package/src/surfaces/point-of-sale/components/Icon/Icon.ts +7 -0
- package/src/surfaces/point-of-sale/components/Image/Image.ts +3 -0
- package/src/surfaces/point-of-sale/components/List/List.ts +16 -2
- package/src/surfaces/point-of-sale/components/Navigator/Navigator.ts +4 -1
- package/src/surfaces/point-of-sale/components/NumberField/NumberField.ts +0 -2
- package/src/surfaces/point-of-sale/components/POSBlock/POSBlock.ts +31 -0
- package/src/surfaces/point-of-sale/components/POSBlock/POSBlockRow.ts +16 -0
- package/src/surfaces/point-of-sale/components/PinPad/PinPad.ts +27 -0
- package/src/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.ts +12 -0
- package/src/surfaces/point-of-sale/components/Screen/Screen.ts +43 -2
- package/src/surfaces/point-of-sale/components/SearchBar/SearchBar.ts +18 -0
- package/src/surfaces/point-of-sale/components/Section/Section.ts +20 -0
- package/src/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.ts +18 -0
- package/src/surfaces/point-of-sale/components/Selectable/Selectable.ts +6 -0
- package/src/surfaces/point-of-sale/components/Stack/Stack.ts +27 -1
- package/src/surfaces/point-of-sale/components/Stepper/Stepper.ts +3 -3
- package/src/surfaces/point-of-sale/components/Text/Text.ts +6 -0
- package/src/surfaces/point-of-sale/components/TextArea/TextArea.ts +3 -0
- package/src/surfaces/point-of-sale/components/Tile/Tile.ts +26 -0
- package/src/surfaces/point-of-sale/components/TimeField/TimeField.ts +4 -0
- package/src/surfaces/point-of-sale/components/TimePicker/TimePicker.ts +27 -0
- package/src/surfaces/point-of-sale/components/shared/BaseTextField.ts +26 -1
- package/src/surfaces/point-of-sale/components/shared/InputField.ts +48 -0
- package/src/surfaces/point-of-sale/components.ts +11 -3
- package/src/surfaces/point-of-sale/targets.ts +107 -7
- package/build/cjs/surfaces/admin/components/ResourceItem/ResourceItem.js +0 -14
- package/build/cjs/surfaces/admin/components/ResourceList/ResourceList.js +0 -15
- package/build/cjs/surfaces/admin/components/Thumbnail/Thumbnail.js +0 -12
- package/build/esm/surfaces/admin/components/Card/Card.mjs +0 -5
- package/build/esm/surfaces/admin/components/ResourceItem/ResourceItem.mjs +0 -10
- package/build/esm/surfaces/admin/components/ResourceList/ResourceList.mjs +0 -11
- package/build/esm/surfaces/admin/components/Thumbnail/Thumbnail.mjs +0 -8
- package/build/esm/surfaces/point-of-sale/components/Actiontem/ActionItem.mjs +0 -5
- package/build/esnext/surfaces/admin/components/Card/Card.esnext +0 -5
- package/build/esnext/surfaces/admin/components/ResourceItem/ResourceItem.esnext +0 -10
- package/build/esnext/surfaces/admin/components/ResourceList/ResourceList.esnext +0 -11
- package/build/esnext/surfaces/admin/components/Thumbnail/Thumbnail.esnext +0 -8
- package/build/esnext/surfaces/point-of-sale/components/Actiontem/ActionItem.esnext +0 -5
- package/build/ts/surfaces/admin/api/extension-targets/extension-targets.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Card/Card.d.ts +0 -15
- package/build/ts/surfaces/admin/components/Card/Card.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Card/Card.doc-skip.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts +0 -22
- package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ResourceList/ResourceList.d.ts +0 -26
- package/build/ts/surfaces/admin/components/ResourceList/ResourceList.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.d.ts +0 -19
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts +0 -76
- package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts +0 -10
- package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts.map +0 -1
- package/src/surfaces/admin/api/extension-targets/extension-targets.doc.ts +0 -20
- package/src/surfaces/admin/components/Card/Card.doc-skip.ts +0 -42
- package/src/surfaces/admin/components/Card/Card.ts +0 -13
- package/src/surfaces/admin/components/Card/examples/basic-card.example.ts +0 -11
- package/src/surfaces/admin/components/ResourceItem/ResourceItem.ts +0 -19
- package/src/surfaces/admin/components/ResourceItem/examples/basic-resourceitem.example.ts +0 -22
- package/src/surfaces/admin/components/ResourceList/ResourceList.ts +0 -30
- package/src/surfaces/admin/components/ResourceList/examples/basic-resourcelist.example.ts +0 -29
- package/src/surfaces/admin/components/Thumbnail/Thumbnail.ts +0 -31
- package/src/surfaces/admin/components/Thumbnail/examples/basic-thumbnail.example.ts +0 -13
- package/src/surfaces/checkout/api/address-autocomplete/address-autocomplete.ts +0 -87
- package/src/surfaces/point-of-sale/components/Actiontem/ActionItem.ts +0 -10
|
@@ -12,7 +12,7 @@ import type { StandardApi } from './api/standard/standard';
|
|
|
12
12
|
import type { ShippingOptionItemApi } from './api/shipping/shipping-option-item';
|
|
13
13
|
import type { ShippingOptionListApi } from './api/shipping/shipping-option-list';
|
|
14
14
|
import type { RenderExtension, RunnableExtension } from './extension';
|
|
15
|
-
import type { AnyComponent } from './shared';
|
|
15
|
+
import type { AnyComponent, AllowedComponents, AnyComponentExcept } from './shared';
|
|
16
16
|
/**
|
|
17
17
|
* A UI extension will register for one or more extension targets using `shopify.extend()`.
|
|
18
18
|
* An extension target in a UI extension is a plain JavaScript function.
|
|
@@ -241,7 +241,7 @@ export interface RenderExtensionTargets {
|
|
|
241
241
|
*
|
|
242
242
|
* @private
|
|
243
243
|
*/
|
|
244
|
-
'purchase.checkout.gift-card.render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'purchase.checkout.gift-card.render'>,
|
|
244
|
+
'purchase.checkout.gift-card.render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'purchase.checkout.gift-card.render'>, AnyComponentExcept<'Image' | 'Banner'>>;
|
|
245
245
|
/**
|
|
246
246
|
* A static extension target that renders the gift card entry form fields after
|
|
247
247
|
* the buyer ticks a box to use a gift card. This does not replace the
|
|
@@ -250,20 +250,20 @@ export interface RenderExtensionTargets {
|
|
|
250
250
|
* @private
|
|
251
251
|
* @deprecated Use `purchase.checkout.gift-card.render` instead.
|
|
252
252
|
*/
|
|
253
|
-
'Checkout::GiftCard::Render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'Checkout::GiftCard::Render'>,
|
|
253
|
+
'Checkout::GiftCard::Render': RenderExtension<RedeemableApi & CheckoutApi & StandardApi<'Checkout::GiftCard::Render'>, AnyComponentExcept<'Image' | 'Banner'>>;
|
|
254
254
|
/**
|
|
255
255
|
* A static extension target that renders the form fields for a payment method when selected by the buyer.
|
|
256
256
|
*
|
|
257
257
|
* @private
|
|
258
258
|
*/
|
|
259
|
-
'purchase.checkout.payment-option-item.details.render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'purchase.checkout.payment-option-item.details.render'>,
|
|
259
|
+
'purchase.checkout.payment-option-item.details.render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'purchase.checkout.payment-option-item.details.render'>, AnyComponentExcept<'Image' | 'Banner'>>;
|
|
260
260
|
/**
|
|
261
261
|
* A static extension target that renders the form fields for a payment method when selected by the buyer.
|
|
262
262
|
*
|
|
263
263
|
* @private
|
|
264
264
|
* @deprecated Use `purchase.checkout.payment-option-item.details.render` instead.
|
|
265
265
|
*/
|
|
266
|
-
'Checkout::PaymentMethod::Render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::Render'>,
|
|
266
|
+
'Checkout::PaymentMethod::Render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::Render'>, AnyComponentExcept<'Image' | 'Banner'>>;
|
|
267
267
|
/**
|
|
268
268
|
* A static extension target that renders after the hosted fields of a credit card payment method.
|
|
269
269
|
*
|
|
@@ -277,7 +277,7 @@ export interface RenderExtensionTargets {
|
|
|
277
277
|
* @private
|
|
278
278
|
* @deprecated Use `purchase.checkout.payment-option-item.hosted-fields.render-after` instead.
|
|
279
279
|
*/
|
|
280
|
-
'Checkout::PaymentMethod::HostedFields::RenderAfter': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::HostedFields::RenderAfter'>,
|
|
280
|
+
'Checkout::PaymentMethod::HostedFields::RenderAfter': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::HostedFields::RenderAfter'>, AnyComponentExcept<'Image' | 'Banner'>>;
|
|
281
281
|
/**
|
|
282
282
|
* A static extension target that renders a form modal when a buyer selects the custom onsite payment method.
|
|
283
283
|
*
|
|
@@ -424,6 +424,11 @@ export interface RenderExtensionTargets {
|
|
|
424
424
|
* A static extension target that is rendered below the footer.
|
|
425
425
|
*/
|
|
426
426
|
'purchase.checkout.footer.render-after': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.footer.render-after'>, AnyComponent>;
|
|
427
|
+
/**
|
|
428
|
+
* A static extension target that is rendered on top of the Checkout page as an overlay.
|
|
429
|
+
* It is positioned in the bottom right corner of the screen.
|
|
430
|
+
*/
|
|
431
|
+
'purchase.checkout.chat.render': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.chat.render'>, AllowedComponents<'Chat'>>;
|
|
427
432
|
/**
|
|
428
433
|
* A static extension target that is rendered below the header on the **Thank you** page.
|
|
429
434
|
*/
|
|
@@ -432,6 +437,11 @@ export interface RenderExtensionTargets {
|
|
|
432
437
|
* A static extension target that is rendered below the footer on the **Thank you** page.
|
|
433
438
|
*/
|
|
434
439
|
'purchase.thank-you.footer.render-after': RenderExtension<OrderConfirmationApi & StandardApi<'purchase.thank-you.footer.render-after'>, AnyComponent>;
|
|
440
|
+
/**
|
|
441
|
+
* A static extension target that is rendered on top of the **Thank you** page as an overlay.
|
|
442
|
+
* It is positioned in the bottom right corner of the screen.
|
|
443
|
+
*/
|
|
444
|
+
'purchase.thank-you.chat.render': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.chat.render'>, AllowedComponents<'Chat'>>;
|
|
435
445
|
}
|
|
436
446
|
export interface RunnableExtensionTargets {
|
|
437
447
|
/**
|
|
@@ -471,12 +481,6 @@ export type ArgumentsForExtension<Target extends keyof ExtensionTargets> = Param
|
|
|
471
481
|
/**
|
|
472
482
|
* For a given extension target, returns the type of the API that the
|
|
473
483
|
* extension will receive at runtime.
|
|
474
|
-
*
|
|
475
|
-
* For RenderExtensionTargets, this API type is the second argument to
|
|
476
|
-
* the callback for that extension target.
|
|
477
|
-
*
|
|
478
|
-
* For RunnableExtensionTargets, this API type is the only argument to
|
|
479
|
-
* the callback for that extension target.
|
|
480
484
|
*/
|
|
481
485
|
export type ApiForExtension<Target extends ExtensionTarget> = ExtractedApiFromExtensionDefinition<ExtensionTargets[Target]>;
|
|
482
486
|
type ExtractedApiFromExtensionDefinition<T> = T extends AvailableExtensionDefinitions<infer Api> ? Api : never;
|
|
@@ -522,7 +526,7 @@ export type RunnableExtensions = {
|
|
|
522
526
|
* The part of the standard API implemented for customer-account targets. Must
|
|
523
527
|
* match the types defined in the `surfaces/customer-account` section of this package.
|
|
524
528
|
*/
|
|
525
|
-
export interface CustomerAccountStandardApi<Target extends keyof ExtensionTargets> extends Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'checkoutToken' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'billingAddress' | 'shop' | 'storage' | 'ui' | 'version' | 'customerPrivacy' | 'applyTrackingConsentChange'> {
|
|
529
|
+
export interface CustomerAccountStandardApi<Target extends keyof ExtensionTargets> extends Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'checkoutToken' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'instructions' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'billingAddress' | 'shop' | 'storage' | 'ui' | 'version' | 'customerPrivacy' | 'applyTrackingConsentChange'> {
|
|
526
530
|
}
|
|
527
531
|
export {};
|
|
528
532
|
//# sourceMappingURL=targets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type { ApiVersion, BuyerIdentity, BuyerJourney, BuyerJourneyStep, Capability, CartCost, CartMetafield, CartLineCost, CheckoutSettings, Customer, Editor, Extension, ExtensionSettings, Interceptor, InterceptorRequest, Merchandise, ImageDetails, Product, ProductVariant, PurchasingCompany, SelectedOption, SessionToken, Money, StandardApi, Storage, Shop, Version, Metafield, AppMetafield, AppMetafieldEntryTarget, AppMetafieldEntry, CartLine, PaymentOption, SelectedPaymentOption, CartDiscountCode, CartDiscountAllocation, CartCodeDiscountAllocation, CartAutomaticDiscountAllocation, CartCustomDiscountAllocation, AppliedGiftCard, I18n, I18nTranslate, Currency, Country, Market, Language, Localization, DeliveryGroup, DeliveryGroupType, DeliveryGroupDetails, CartLineReference, DeliveryOptionReference, DeliveryOption, ShippingOption, PickupLocationOption, PickupPointOption, NumberRange, CheckoutToken, ApplyTrackingConsentChangeType, CustomerPrivacy, TrackingConsentChangeResult, TrackingConsentChangeResultError, TrackingConsentMetafield, TrackingConsentMetafieldChange, VisitorConsent, VisitorConsentChange, VisitorError, VisitorSuccess, VisitorResult, } from './checkout/api/standard/standard';
|
|
2
|
-
export type { Attribute, SellingPlan, ValidationError, MailingAddress, } from './checkout/api/shared';
|
|
1
|
+
export type { ApiVersion, BuyerIdentity, BuyerJourney, BuyerJourneyStep, Capability, CartCost, CartMetafield, CartLineCost, CheckoutSettings, Customer, Editor, Extension, ExtensionSettings, Interceptor, InterceptorRequest, Merchandise, ImageDetails, Product, ProductVariant, PurchasingCompany, SelectedOption, SessionToken, Money, StandardApi, Storage, Shop, Version, Metafield, AppMetafield, AppMetafieldEntryTarget, AppMetafieldEntry, CartLine, PaymentOption, SelectedPaymentOption, CartDiscountCode, CartDiscountAllocation, CartCodeDiscountAllocation, CartAutomaticDiscountAllocation, CartCustomDiscountAllocation, AppliedGiftCard, I18n, I18nTranslate, Currency, Country, Market, Language, Localization, DeliveryGroup, DeliveryGroupType, DeliveryGroupDetails, CartLineReference, DeliveryOptionReference, DeliveryOption, ShippingOption, PickupLocationOption, PickupPointOption, NumberRange, CheckoutToken, ApplyTrackingConsentChangeType, CustomerPrivacy, TrackingConsentChangeResult, TrackingConsentChangeResultError, TrackingConsentMetafield, TrackingConsentMetafieldChange, VisitorConsent, VisitorConsentChange, VisitorError, VisitorSuccess, VisitorResult, CartInstructions, AttributesCartInstructions, DeliveryCartInstructions, DiscountsCartInstructions, CartLinesCartInstructions, MetafieldsCartInstructions, NotesCartInstructions, } from './checkout/api/standard/standard';
|
|
2
|
+
export type { Attribute, SellingPlan, ValidationError, MailingAddress, ShippingAddress, } from './checkout/api/shared';
|
|
3
3
|
export type { RedeemableAttribute, RedeemableChange, RedeemableAddChange, RedeemableChangeResult, RedeemableChangeResultError, RedeemableChangeResultSuccess, RedeemableApi, } from './checkout/api/redeemable/redeemable';
|
|
4
4
|
export type { AttributeChange, AttributeChangeResult, AttributeChangeResultError, AttributeChangeResultSuccess, CartLineChange, CartLineChangeResult, CartLineChangeResultError, CartLineChangeResultSuccess, CartLineAddChange, CartLineUpdateChange, CartLineRemoveChange, DiscountCodeAddChange, DiscountCodeRemoveChange, DiscountCodeChange, DiscountCodeChangeResult, DiscountCodeChangeResultError, DiscountCodeChangeResultSuccess, GiftCardAddChange, GiftCardChange, GiftCardChangeResult, GiftCardChangeResultSuccess, GiftCardRemoveChange, GiftCardChangeResultError, MetafieldChange, MetafieldChangeResultError, MetafieldChangeResultSuccess, MetafieldChangeResult, MetafieldRemoveChange, MetafieldRemoveCartChange, MetafieldUpdateChange, MetafieldUpdateCartChange, NoteChange, NoteChangeResult, NoteChangeResultSuccess, NoteChangeResultError, ShippingAddressChange, ShippingAddressChangeFieldError, ShippingAddressChangeResult, ShippingAddressChangeResultError, ShippingAddressChangeResultSuccess, CheckoutApi, } from './checkout/api/checkout/checkout';
|
|
5
5
|
export type { Order, OrderStatusApi, } from './checkout/api/order-status/order-status';
|
|
@@ -8,8 +8,8 @@ export type { CartLineItemApi } from './checkout/api/cart-line/cart-line-item';
|
|
|
8
8
|
export type { PickupLocationListApi } from './checkout/api/pickup/pickup-location-list';
|
|
9
9
|
export type { PickupPointListApi } from './checkout/api/pickup/pickup-point-list';
|
|
10
10
|
export type { PickupLocationItemApi } from './checkout/api/pickup/pickup-location-item';
|
|
11
|
-
export type { ShippingOptionItemApi } from './checkout/api/shipping/shipping-option-item';
|
|
12
|
-
export type { ShippingOptionListApi } from './checkout/api/shipping/shipping-option-list';
|
|
11
|
+
export type { ShippingOptionItemApi, ShippingOptionItemRenderMode, } from './checkout/api/shipping/shipping-option-item';
|
|
12
|
+
export type { ShippingOptionListApi, DeliveryGroupList, DeliverySelectionGroup, } from './checkout/api/shipping/shipping-option-list';
|
|
13
13
|
export type { AddressAutocompleteFormatSuggestionApi, AddressAutocompleteFormatSuggestionOutput, } from './checkout/api/address-autocomplete/format-suggestion';
|
|
14
14
|
export type { AddressAutocompleteSuggestApi, AddressAutocompleteSuggestOutput, } from './checkout/api/address-autocomplete/suggest';
|
|
15
15
|
export type { AddressAutocompleteSuggestion, MatchedSubstring, AutocompleteAddress, } from './checkout/api/address-autocomplete/shared';
|
|
@@ -21,6 +21,7 @@ export * from './checkout/extension';
|
|
|
21
21
|
export * from './checkout/shared';
|
|
22
22
|
export { Style, isConditionalStyle, isConditionalStyleWithDefault, } from './checkout/style/style';
|
|
23
23
|
export type { AtLeastOne, Conditions, ConditionalStyle, ConditionalValue, InteractiveConditions, MaybeConditionalStyle, MaybeResponsiveConditionalStyle, ResolutionCondition, ViewportSizeCondition, } from './checkout/style/types';
|
|
24
|
+
export type { IdProps } from './checkout/components/shared';
|
|
24
25
|
export * from './checkout/globals';
|
|
25
26
|
export * from '../shared';
|
|
26
27
|
//# sourceMappingURL=checkout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../src/surfaces/checkout.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,UAAU,EACV,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,UAAU,EACV,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,QAAQ,EACR,MAAM,EACN,SAAS,EACT,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,WAAW,EACX,YAAY,EACZ,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,YAAY,EACZ,KAAK,EACL,WAAW,EACX,OAAO,EACP,IAAI,EACJ,OAAO,EACP,SAAS,EACT,YAAY,EACZ,uBAAuB,EACvB,iBAAiB,EACjB,QAAQ,EACR,aAAa,EACb,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,0BAA0B,EAC1B,+BAA+B,EAC/B,4BAA4B,EAC5B,eAAe,EACf,IAAI,EACJ,aAAa,EACb,QAAQ,EACR,OAAO,EACP,MAAM,EACN,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EACjB,uBAAuB,EACvB,cAAc,EACd,cAAc,EACd,oBAAoB,EACpB,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,8BAA8B,EAC9B,eAAe,EACf,2BAA2B,EAC3B,gCAAgC,EAChC,wBAAwB,EACxB,8BAA8B,EAC9B,cAAc,EACd,oBAAoB,EACpB,YAAY,EACZ,cAAc,EACd,aAAa,
|
|
1
|
+
{"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../src/surfaces/checkout.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { OrderStatusApi } from './order-status/order-status';
|
|
2
|
+
import { StandardApi } from './standard-api/standard-api';
|
|
3
|
+
import { CartLineItemApi } from './cart-line/cart-line-item';
|
|
4
|
+
import { FullPageApi } from '../targets';
|
|
5
|
+
import { ButtonProps } from '../components';
|
|
6
|
+
export interface Docs_OrderStatus_MetafieldsApi extends Pick<OrderStatusApi<any>, 'appMetafields' | 'metafields'> {
|
|
7
|
+
}
|
|
8
|
+
export interface Docs_OrderStatus_AttributesApi extends Pick<OrderStatusApi<any>, 'attributes'> {
|
|
9
|
+
}
|
|
10
|
+
export interface Docs_OrderStatus_BuyerIdentityApi extends Pick<OrderStatusApi<any>, 'buyerIdentity'> {
|
|
11
|
+
}
|
|
12
|
+
export interface Docs_OrderStatus_CheckoutSettingsApi extends Pick<OrderStatusApi<any>, 'checkoutSettings'> {
|
|
13
|
+
}
|
|
14
|
+
export interface Docs_OrderStatus_CostApi extends Pick<OrderStatusApi<any>, 'cost'> {
|
|
15
|
+
}
|
|
16
|
+
export interface Docs_OrderStatus_LocalizationApi extends Pick<OrderStatusApi<any>, 'localization'> {
|
|
17
|
+
}
|
|
18
|
+
export interface Docs_OrderStatus_DiscountsApi extends Pick<OrderStatusApi<any>, 'discountAllocations' | 'discountCodes'> {
|
|
19
|
+
}
|
|
20
|
+
export interface Docs_OrderStatus_GiftCardsApi extends Pick<OrderStatusApi<any>, 'appliedGiftCards'> {
|
|
21
|
+
}
|
|
22
|
+
export interface Docs_OrderStatus_NoteApi extends Pick<OrderStatusApi<any>, 'note'> {
|
|
23
|
+
}
|
|
24
|
+
export interface Docs_OrderStatus_AddressApi extends Pick<OrderStatusApi<any>, 'shippingAddress' | 'billingAddress'> {
|
|
25
|
+
}
|
|
26
|
+
export interface Docs_OrderStatus_ShopApi extends Pick<OrderStatusApi<any>, 'shop'> {
|
|
27
|
+
}
|
|
28
|
+
export interface Docs_OrderStatus_RequireLoginApi extends Pick<OrderStatusApi<any>, 'requireLogin'> {
|
|
29
|
+
}
|
|
30
|
+
export interface Docs_OrderStatus_AuthenticationStateApi extends Pick<OrderStatusApi<any>, 'authenticationState'> {
|
|
31
|
+
}
|
|
32
|
+
export interface Docs_OrderStatus_CartLinesApi extends Pick<OrderStatusApi<any>, 'lines'> {
|
|
33
|
+
}
|
|
34
|
+
export interface Docs_CartLineItem_CartLinesApi extends Pick<CartLineItemApi, 'target'> {
|
|
35
|
+
}
|
|
36
|
+
export interface Docs_OrderStatus_OrderApi extends Pick<OrderStatusApi<any>, 'order'> {
|
|
37
|
+
}
|
|
38
|
+
export interface Docs_Standard_ExtensionApi extends Pick<StandardApi<any>, 'extension'> {
|
|
39
|
+
}
|
|
40
|
+
export interface Docs_Standard_AuthenticatedAccountApi extends Pick<StandardApi<any>, 'authenticatedAccount'> {
|
|
41
|
+
}
|
|
42
|
+
export interface Docs_Standard_VersionApi extends Pick<StandardApi<any>, 'version'> {
|
|
43
|
+
}
|
|
44
|
+
export interface Docs_Standard_LocalizationApi extends Pick<StandardApi<any>, 'localization' | 'i18n'> {
|
|
45
|
+
}
|
|
46
|
+
export interface Docs_Standard_SessionTokenApi extends Pick<StandardApi<any>, 'sessionToken'> {
|
|
47
|
+
}
|
|
48
|
+
export interface Docs_Standard_SettingsApi extends Pick<StandardApi, 'settings'> {
|
|
49
|
+
}
|
|
50
|
+
export interface Docs_Standard_StorageApi extends Pick<StandardApi<any>, 'storage'> {
|
|
51
|
+
}
|
|
52
|
+
export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {
|
|
53
|
+
}
|
|
54
|
+
export interface Docs_Standard_QueryApi extends Pick<StandardApi<any>, 'query'> {
|
|
55
|
+
}
|
|
56
|
+
export interface Docs_StandardApi extends Omit<StandardApi<any>, 'router'> {
|
|
57
|
+
}
|
|
58
|
+
export interface Docs_FullPageApi extends FullPageApi {
|
|
59
|
+
}
|
|
60
|
+
export interface Docs_Page_Button_PrimaryAction extends Pick<ButtonProps, 'onPress' | 'overlay' | 'to' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'> {
|
|
61
|
+
}
|
|
62
|
+
export interface Docs_Page_Button_SecondaryAction extends Pick<ButtonProps, 'onPress' | 'to'> {
|
|
63
|
+
/**
|
|
64
|
+
* A label used for buyers using assistive technologies. Needed because `children` passed to this component will be discarded.
|
|
65
|
+
*/
|
|
66
|
+
accessibilityLabel: ButtonProps['accessibilityLabel'];
|
|
67
|
+
}
|
|
68
|
+
export interface Docs_ResourceItem_Button_Action extends Pick<ButtonProps, 'onPress' | 'overlay' | 'to' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel' | 'kind'> {
|
|
69
|
+
}
|
|
70
|
+
export interface Docs_Menu_Button_Action extends Omit<ButtonProps, 'kind' | 'textDecoration' | 'inlineAlignment' | 'inlineSize' | 'size'> {
|
|
71
|
+
}
|
|
72
|
+
export interface Docs_OrderActionMenu_Button extends Pick<ButtonProps, 'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'> {
|
|
73
|
+
/**
|
|
74
|
+
* Destination URL to link to.
|
|
75
|
+
*
|
|
76
|
+
* E.g. `extension:/` to navigate to the Full-page extension.
|
|
77
|
+
*/
|
|
78
|
+
to: ButtonProps['to'];
|
|
79
|
+
}
|
|
80
|
+
export interface Docs_CustomerAccountAction_Button_PrimaryAction extends Pick<ButtonProps, 'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel' | 'accessibilityRole'> {
|
|
81
|
+
}
|
|
82
|
+
export interface Docs_CustomerAccountAction_Button_SecondaryAction extends Pick<ButtonProps, 'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'> {
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=docs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/docs.ts"],"names":[],"mappings":"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"}
|