@shopify/ui-extensions 2024.4.1 → 2024.7.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.js +2 -0
- package/build/cjs/surfaces/checkout/components/DatePicker/DatePicker.js +4 -10
- package/build/cjs/surfaces/checkout/components/Progress/Progress.js +9 -0
- package/build/cjs/surfaces/checkout/components/Sheet/Sheet.js +16 -0
- package/build/cjs/surfaces/checkout/components/Switch/Switch.js +9 -0
- package/build/cjs/surfaces/checkout.js +6 -0
- package/build/cjs/surfaces/customer-account.js +4 -0
- package/build/cjs/surfaces/point-of-sale/components/Actiontem/ActionItem.js +7 -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/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/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.mjs +1 -0
- package/build/esm/surfaces/checkout/components/DatePicker/DatePicker.mjs +5 -11
- package/build/esm/surfaces/checkout/components/Progress/Progress.mjs +5 -0
- package/build/esm/surfaces/checkout/components/Sheet/Sheet.mjs +12 -0
- package/build/esm/surfaces/checkout/components/Switch/Switch.mjs +5 -0
- package/build/esm/surfaces/checkout.mjs +3 -0
- package/build/esm/surfaces/customer-account.mjs +2 -0
- package/build/esm/surfaces/point-of-sale/components/Actiontem/ActionItem.mjs +7 -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/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/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.esnext +1 -0
- package/build/esnext/surfaces/checkout/components/DatePicker/DatePicker.esnext +5 -11
- package/build/esnext/surfaces/checkout/components/Progress/Progress.esnext +5 -0
- package/build/esnext/surfaces/checkout/components/Sheet/Sheet.esnext +12 -0
- package/build/esnext/surfaces/checkout/components/Switch/Switch.esnext +5 -0
- package/build/esnext/surfaces/checkout.esnext +3 -0
- package/build/esnext/surfaces/customer-account.esnext +2 -0
- package/build/esnext/surfaces/point-of-sale/components/Actiontem/ActionItem.esnext +7 -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/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/ts/shared.d.ts +16 -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/api/{extension-targets/extension-targets.doc.d.ts → 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.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 +16 -0
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Image/Image.d.ts +2 -2
- package/build/ts/surfaces/admin/components.d.ts +2 -0
- package/build/ts/surfaces/admin/components.d.ts.map +1 -1
- package/build/ts/surfaces/admin/extension-targets.d.ts +60 -6
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +20 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts +51 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/shared.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +236 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +56 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +11 -7
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts +2 -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 +228 -70
- 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/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/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/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/ScrollView/ScrollView.d.ts +32 -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/Sheet/Sheet.d.ts +55 -0
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -0
- 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 +12 -11
- 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 +7 -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/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 +22 -14
- package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout.d.ts +9 -5
- package/build/ts/surfaces/checkout.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/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/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 +6 -1
- package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts +12 -0
- package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts.map +1 -1
- 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 +22 -0
- 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 +17 -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/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/targets.d.ts +14 -3
- package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -3
- package/src/shared.ts +23 -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.ts +1 -0
- package/src/surfaces/admin/components/AdminPrintAction/AdminPrintAction.doc.ts +52 -0
- package/src/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ts +17 -0
- package/src/surfaces/admin/components/AdminPrintAction/examples/basic-adminprintaction.example.ts +14 -0
- package/src/surfaces/admin/components/Image/Image.ts +2 -2
- package/src/surfaces/admin/components.ts +2 -0
- package/src/surfaces/admin/extension-targets.ts +100 -5
- package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +24 -0
- package/src/surfaces/checkout/api/address-autocomplete/shared.ts +59 -0
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +289 -0
- package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +61 -0
- package/src/surfaces/checkout/api/checkout/checkout.ts +16 -7
- package/src/surfaces/checkout/api/docs.ts +3 -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 +249 -76
- 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/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/Icon/Icon.ts +3 -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/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/ScrollView/ScrollView.doc.ts +8 -1
- package/src/surfaces/checkout/components/ScrollView/ScrollView.ts +31 -3
- package/src/surfaces/checkout/components/Sheet/Sheet.doc.ts +69 -0
- package/src/surfaces/checkout/components/Sheet/Sheet.ts +56 -0
- package/src/surfaces/checkout/components/Sheet/examples/basic-sheet.example.ts +29 -0
- 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 +12 -11
- package/src/surfaces/checkout/components/shared.ts +1 -1
- package/src/surfaces/checkout/components.ts +10 -0
- package/src/surfaces/checkout/helper.docs.ts +57 -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 +31 -14
- package/src/surfaces/checkout.ts +37 -4
- package/src/surfaces/customer-account/components/shared-checkout-components.ts +4 -0
- 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/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 +19 -1
- package/src/surfaces/point-of-sale/components/Actiontem/ActionItem.ts +12 -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 +22 -0
- 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 +17 -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/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/targets.ts +56 -6
- package/build/ts/surfaces/admin/api/extension-targets/extension-targets.doc.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/src/surfaces/admin/api/extension-targets/extension-targets.doc.ts +0 -20
- package/src/surfaces/checkout/api/address-autocomplete/address-autocomplete.ts +0 -87
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MaybeResponsiveConditionalStyle } from '../../style/types';
|
|
2
|
-
import type { BackgroundProps, BlockAlignment, BorderProps, InlineAlignment, SizingProps, SpacingProps, VisibilityProps, Display, MultiPick, ViewLikeAccessibilityRole, CornerProps, Opacity } from '../shared';
|
|
2
|
+
import type { BackgroundProps, BlockAlignment, BorderProps, InlineAlignment, SizingProps, SpacingProps, VisibilityProps, Display, MultiPick, ViewLikeAccessibilityRole, CornerProps, Opacity, IdProps } from '../shared';
|
|
3
3
|
export type PositionType = 'absolute' | 'relative' | 'sticky';
|
|
4
4
|
export type Coordinate = number | `${number}%`;
|
|
5
5
|
interface BaseCoordinates {
|
|
@@ -78,23 +78,24 @@ export interface Translate {
|
|
|
78
78
|
*/
|
|
79
79
|
inline?: number | `${number}%`;
|
|
80
80
|
}
|
|
81
|
-
export interface ViewProps extends Pick<BackgroundProps, 'background'>, BorderProps, CornerProps, SizingProps, SpacingProps, VisibilityProps {
|
|
81
|
+
export interface ViewProps extends Pick<BackgroundProps, 'background'>, BorderProps, CornerProps, IdProps, SizingProps, SpacingProps, VisibilityProps {
|
|
82
82
|
/**
|
|
83
|
-
* Changes the display of the
|
|
83
|
+
* Changes the display of the component.
|
|
84
84
|
*
|
|
85
85
|
*
|
|
86
|
-
* `inline`
|
|
86
|
+
* `inline` the component starts on the same line as preceding inline content and allows subsequent content to continue on the same line.
|
|
87
87
|
*
|
|
88
|
-
* `block`
|
|
88
|
+
* `block` the component starts on its own new line and fills its parent.
|
|
89
89
|
*
|
|
90
|
+
* `auto` resets the component to its initial value. The actual value depends on the component and context.
|
|
90
91
|
*
|
|
91
|
-
*
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
*
|
|
92
|
+
* `none` hides the component and removes it from the accessibility tree, making it invisible to screen readers.
|
|
93
|
+
*
|
|
94
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/display
|
|
95
|
+
*
|
|
96
|
+
* @defaultValue 'auto'
|
|
96
97
|
*/
|
|
97
|
-
|
|
98
|
+
display?: MaybeResponsiveConditionalStyle<Display>;
|
|
98
99
|
/**
|
|
99
100
|
* Sets the opacity of the View. The opacity will be applied to the background as well as all
|
|
100
101
|
* the children of the View. Use carefully as this could decrease the contrast ratio between
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"View.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/View/View.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,mBAAmB,CAAC;AACvE,OAAO,KAAK,EACV,eAAe,EACf,cAAc,EACd,WAAW,EACX,eAAe,EACf,WAAW,EACX,YAAY,EACZ,eAAe,EACf,OAAO,EACP,SAAS,EACT,yBAAyB,EACzB,WAAW,EACX,OAAO,EACR,MAAM,WAAW,CAAC;AAEnB,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC9D,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC;AAC/C,UAAU,eAAe;IACvB;;;;;;OAMG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;;;OAMG;IACH,WAAW,EAAE,UAAU,CAAC;IACxB;;;;;;OAMG;IACH,QAAQ,EAAE,UAAU,CAAC;IACrB;;;;;;OAMG;IACH,SAAS,EAAE,UAAU,CAAC;CACvB;AAED,KAAK,mBAAmB,GAAG,SAAS,CAClC,eAAe,EACf;IACE,YAAY,GAAG,aAAa;IAC5B,YAAY,GAAG,WAAW;IAC1B,UAAU,GAAG,aAAa;IAC1B,UAAU,GAAG,WAAW;IACxB,YAAY;IACZ,UAAU;IACV,aAAa;IACb,WAAW;CACZ,CACF,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB;;;;;;;;;;;;;;OAcG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;CACrB,GAAG,mBAAmB,CAAC;AAExB,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC;CAChC;AAED,MAAM,WAAW,SACf,SAAQ,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,EACzC,WAAW,EACX,WAAW,EACX,WAAW,EACX,YAAY,EACZ,eAAe;IACjB
|
|
1
|
+
{"version":3,"file":"View.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/View/View.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,mBAAmB,CAAC;AACvE,OAAO,KAAK,EACV,eAAe,EACf,cAAc,EACd,WAAW,EACX,eAAe,EACf,WAAW,EACX,YAAY,EACZ,eAAe,EACf,OAAO,EACP,SAAS,EACT,yBAAyB,EACzB,WAAW,EACX,OAAO,EACP,OAAO,EACR,MAAM,WAAW,CAAC;AAEnB,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC9D,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC;AAC/C,UAAU,eAAe;IACvB;;;;;;OAMG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;;;OAMG;IACH,WAAW,EAAE,UAAU,CAAC;IACxB;;;;;;OAMG;IACH,QAAQ,EAAE,UAAU,CAAC;IACrB;;;;;;OAMG;IACH,SAAS,EAAE,UAAU,CAAC;CACvB;AAED,KAAK,mBAAmB,GAAG,SAAS,CAClC,eAAe,EACf;IACE,YAAY,GAAG,aAAa;IAC5B,YAAY,GAAG,WAAW;IAC1B,UAAU,GAAG,aAAa;IAC1B,UAAU,GAAG,WAAW;IACxB,YAAY;IACZ,UAAU;IACV,aAAa;IACb,WAAW;CACZ,CACF,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB;;;;;;;;;;;;;;OAcG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;CACrB,GAAG,mBAAmB,CAAC;AAExB,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC;CAChC;AAED,MAAM,WAAW,SACf,SAAQ,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,EACzC,WAAW,EACX,WAAW,EACX,OAAO,EACP,WAAW,EACX,YAAY,EACZ,eAAe;IACjB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,EAAE,+BAA+B,CAAC,OAAO,CAAC,CAAC;IACnD;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,EAAE,yBAAyB,CAAC;IAC9C;;OAEG;IACH,QAAQ,CAAC,EAAE,+BAA+B,CAAC,QAAQ,CAAC,CAAC;IACrD;;OAEG;IACH,SAAS,CAAC,EAAE,+BAA+B,CAAC,SAAS,CAAC,CAAC;IACvD;;OAEG;IACH,cAAc,CAAC,EAAE,+BAA+B,CAC9C,OAAO,CAAC,cAAc,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC,CACpD,CAAC;IACF;;OAEG;IACH,eAAe,CAAC,EAAE,+BAA+B,CAAC,eAAe,CAAC,CAAC;IACnE;;;;OAIG;IACH,UAAU,CAAC,EAAE,+BAA+B,CAAC,MAAM,CAAC,CAAC;IACrD;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC;AAED;;;;GAIG;AACH,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"View.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/View/View.doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAE1E,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"View.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/View/View.doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAE1E,QAAA,MAAM,IAAI,EAAE,6BAoDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -20,7 +20,7 @@ export interface Autocomplete {
|
|
|
20
20
|
export type AutocompleteGroup = 'shipping' | 'billing';
|
|
21
21
|
export type AutocompleteField = 'name' | 'honorific-prefix' | 'given-name' | 'additional-name' | 'family-name' | 'honorific-suffix' | 'nickname' | 'username' | 'new-password' | 'current-password' | 'one-time-code' | 'organization-title' | 'organization' | 'street-address' | 'address-line1' | 'address-line2' | 'address-line3' | 'address-level4' | 'address-level3' | 'address-level2' | 'address-level1' | 'country' | 'country-name' | 'postal-code' | 'credit-card-name' | 'credit-card-given-name' | 'credit-card-additional-name' | 'credit-card-family-name' | 'credit-card-number' | 'credit-card-expiry' | 'credit-card-expiry-month' | 'credit-card-expiry-year' | 'credit-card-security-code' | 'credit-card-type' | 'transaction-currency' | 'transaction-amount' | 'language' | 'birthday' | 'birthday-day' | 'birthday-month' | 'birthday-year' | 'sex' | 'url' | 'photo' | 'telephone' | 'telephone-country-code' | 'telephone-national' | 'telephone-area-code' | 'telephone-local' | 'telephone-local-prefix' | 'telephone-local-suffix' | 'telephone-extension' | 'email' | 'instant-message' | 'home telephone' | 'home telephone-country-code' | 'home telephone-national' | 'home telephone-area-code' | 'home telephone-local' | 'home telephone-local-prefix' | 'home telephone-local-suffix' | 'home telephone-extension' | 'home email' | 'home instant-message' | 'work telephone' | 'work telephone-country-code' | 'work telephone-national' | 'work telephone-area-code' | 'work telephone-local' | 'work telephone-local-prefix' | 'work telephone-local-suffix' | 'work telephone-extension' | 'work email' | 'work instant-message' | 'mobile telephone' | 'mobile telephone-country-code' | 'mobile telephone-national' | 'mobile telephone-area-code' | 'mobile telephone-local' | 'mobile telephone-local-prefix' | 'mobile telephone-local-suffix' | 'mobile telephone-extension' | 'mobile email' | 'mobile instant-message' | 'fax telephone' | 'fax telephone-country-code' | 'fax telephone-national' | 'fax telephone-area-code' | 'fax telephone-local' | 'fax telephone-local-prefix' | 'fax telephone-local-suffix' | 'fax telephone-extension' | 'fax email' | 'fax instant-message' | 'pager telephone' | 'pager telephone-country-code' | 'pager telephone-national' | 'pager telephone-area-code' | 'pager telephone-local' | 'pager telephone-local-prefix' | 'pager telephone-local-suffix' | 'pager telephone-extension' | 'pager email' | 'pager instant-message';
|
|
22
22
|
export type Breakpoint = 'base' | 'extraSmall' | 'small' | 'medium' | 'large';
|
|
23
|
-
export type Display = '
|
|
23
|
+
export type Display = 'none' | 'auto' | 'inline' | 'block';
|
|
24
24
|
export type ShorthandProperty<T> = [T, T] | [T, T, T, T];
|
|
25
25
|
export type MaybeShorthandProperty<T> = T | ShorthandProperty<T>;
|
|
26
26
|
/** @deprecated These values are deprecated and will eventually be removed.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAEpD,OAAO,KAAK,EACV,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,gBAAgB,CAAC;AAExB;;;;;;GAMG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B;;OAEG;IACH,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG,SAAS,CAAC;AAEvD,MAAM,MAAM,iBAAiB,GACzB,MAAM,GACN,kBAAkB,GAClB,YAAY,GACZ,iBAAiB,GACjB,aAAa,GACb,kBAAkB,GAClB,UAAU,GACV,UAAU,GACV,cAAc,GACd,kBAAkB,GAClB,eAAe,GACf,oBAAoB,GACpB,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,eAAe,GACf,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,aAAa,GACb,kBAAkB,GAClB,wBAAwB,GACxB,6BAA6B,GAC7B,yBAAyB,GACzB,oBAAoB,GACpB,oBAAoB,GACpB,0BAA0B,GAC1B,yBAAyB,GACzB,2BAA2B,GAC3B,kBAAkB,GAClB,sBAAsB,GACtB,oBAAoB,GACpB,UAAU,GACV,UAAU,GACV,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,KAAK,GACL,KAAK,GACL,OAAO,GACP,WAAW,GACX,wBAAwB,GACxB,oBAAoB,GACpB,qBAAqB,GACrB,iBAAiB,GACjB,wBAAwB,GACxB,wBAAwB,GACxB,qBAAqB,GACrB,OAAO,GACP,iBAAiB,GACjB,gBAAgB,GAChB,6BAA6B,GAC7B,yBAAyB,GACzB,0BAA0B,GAC1B,sBAAsB,GACtB,6BAA6B,GAC7B,6BAA6B,GAC7B,0BAA0B,GAC1B,YAAY,GACZ,sBAAsB,GACtB,gBAAgB,GAChB,6BAA6B,GAC7B,yBAAyB,GACzB,0BAA0B,GAC1B,sBAAsB,GACtB,6BAA6B,GAC7B,6BAA6B,GAC7B,0BAA0B,GAC1B,YAAY,GACZ,sBAAsB,GACtB,kBAAkB,GAClB,+BAA+B,GAC/B,2BAA2B,GAC3B,4BAA4B,GAC5B,wBAAwB,GACxB,+BAA+B,GAC/B,+BAA+B,GAC/B,4BAA4B,GAC5B,cAAc,GACd,wBAAwB,GACxB,eAAe,GACf,4BAA4B,GAC5B,wBAAwB,GACxB,yBAAyB,GACzB,qBAAqB,GACrB,4BAA4B,GAC5B,4BAA4B,GAC5B,yBAAyB,GACzB,WAAW,GACX,qBAAqB,GACrB,iBAAiB,GACjB,8BAA8B,GAC9B,0BAA0B,GAC1B,2BAA2B,GAC3B,uBAAuB,GACvB,8BAA8B,GAC9B,8BAA8B,GAC9B,2BAA2B,GAC3B,aAAa,GACb,uBAAuB,CAAC;AAE5B,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE9E,MAAM,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"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"}
|
|
@@ -72,12 +72,16 @@ export { Pressable } from './components/Pressable/Pressable';
|
|
|
72
72
|
export type { PressableProps } from './components/Pressable/Pressable';
|
|
73
73
|
export { ProductThumbnail } from './components/ProductThumbnail/ProductThumbnail';
|
|
74
74
|
export type { ProductThumbnailProps } from './components/ProductThumbnail/ProductThumbnail';
|
|
75
|
+
export { Progress } from './components/Progress/Progress';
|
|
76
|
+
export type { ProgressProps } from './components/Progress/Progress';
|
|
75
77
|
export { Popover } from './components/Popover/Popover';
|
|
76
78
|
export type { PopoverProps, PopoverPosition } from './components/Popover/Popover';
|
|
77
79
|
export { ScrollView } from './components/ScrollView/ScrollView';
|
|
78
80
|
export type { ScrollViewProps, ScrollViewEvent, } from './components/ScrollView/ScrollView';
|
|
79
81
|
export { Select } from './components/Select/Select';
|
|
80
82
|
export type { SelectProps, SelectOptionProps } from './components/Select/Select';
|
|
83
|
+
export { Sheet } from './components/Sheet/Sheet';
|
|
84
|
+
export type { SheetProps } from './components/Sheet/Sheet';
|
|
81
85
|
export { SkeletonImage } from './components/SkeletonImage/SkeletonImage';
|
|
82
86
|
export type { SkeletonImageProps } from './components/SkeletonImage/SkeletonImage';
|
|
83
87
|
export { SkeletonText } from './components/SkeletonText/SkeletonText';
|
|
@@ -88,6 +92,8 @@ export { Spinner } from './components/Spinner/Spinner';
|
|
|
88
92
|
export type { SpinnerProps } from './components/Spinner/Spinner';
|
|
89
93
|
export { Stepper } from './components/Stepper/Stepper';
|
|
90
94
|
export type { StepperProps } from './components/Stepper/Stepper';
|
|
95
|
+
export { Switch } from './components/Switch/Switch';
|
|
96
|
+
export type { SwitchProps } from './components/Switch/Switch';
|
|
91
97
|
export { Tag } from './components/Tag/Tag';
|
|
92
98
|
export type { TagProps } from './components/Tag/Tag';
|
|
93
99
|
export { Text } from './components/Text/Text';
|
|
@@ -104,5 +110,5 @@ export { ToggleButtonGroup } from './components/ToggleButtonGroup/ToggleButtonGr
|
|
|
104
110
|
export type { ToggleButtonGroupProps } from './components/ToggleButtonGroup/ToggleButtonGroup';
|
|
105
111
|
export { View } from './components/View/View';
|
|
106
112
|
export type { ViewProps, Coordinate as ViewCoordinate, Position as ViewPosition, PositionType as ViewPositionType, Translate as ViewTranslate, } from './components/View/View';
|
|
107
|
-
export type { AccessibilityRole, Alignment, Appearance, Autocomplete, AutocompleteField, AutocompleteGroup, Background, BackgroundFit, BackgroundPosition, BackgroundProps, BackgroundRepeat, BlockAlignment, BorderProps, BorderRadius, BorderStyle, BorderWidth, Breakpoint, Columns, CornerRadius, CornerProps, DisclosureActivatorProps, DisclosureOpen, Fit, GridItemSize, InlineAlignment, MaybeShorthandProperty, NonPresentationalAccessibilityRole, OverlayActivatorProps, Rows, ShorthandProperty, Status, Size, Spacing, SizingProps, SpacingProps, ViewLikeAccessibilityRole, VisibilityProps, } from './components/shared';
|
|
113
|
+
export type { AccessibilityRole, Alignment, Appearance, Autocomplete, AutocompleteField, AutocompleteGroup, Background, BackgroundFit, BackgroundPosition, BackgroundProps, BackgroundRepeat, BlockAlignment, BorderProps, BorderRadius, BorderStyle, BorderWidth, Breakpoint, Columns, CornerRadius, CornerProps, DisclosureActivatorProps, DisclosureOpen, Display, Fit, GridItemSize, InlineAlignment, MaybeShorthandProperty, NonPresentationalAccessibilityRole, OverlayActivatorProps, Rows, ShorthandProperty, Status, Size, Spacing, SizingProps, SpacingProps, ViewLikeAccessibilityRole, VisibilityProps, } from './components/shared';
|
|
108
114
|
//# sourceMappingURL=components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper.docs.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/helper.docs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAIrE,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC;AACpC,KAAK,wBAAwB,GAAG,IAAI,GAAG,KAAK,CAAC;AAkB7C;;GAEG;AACH,wBAAgB,WAAW,CACzB,SAAS,EAAE,aAAa,CAAC,wBAAwB,CAAC,GACjD,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"helper.docs.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/helper.docs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAIrE,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC;AACpC,KAAK,wBAAwB,GAAG,IAAI,GAAG,KAAK,CAAC;AAkB7C;;GAEG;AACH,wBAAgB,WAAW,CACzB,SAAS,EAAE,aAAa,CAAC,wBAAwB,CAAC,GACjD,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CA8I7B;AAED;;;GAGG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,EACZ,SAAS,GAAE,aAAa,CAAC,wBAAwB,CAAU,GAC1D,WAAW,CAQb;AAMD,eAAO,MAAM,gCAAgC,uHACyE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.doc.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/style/style.doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAE1E,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"style.doc.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/style/style.doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAE1E,QAAA,MAAM,IAAI,EAAE,6BA+KX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -7,9 +7,9 @@ export interface ResolutionCondition {
|
|
|
7
7
|
resolution: Resolution;
|
|
8
8
|
}
|
|
9
9
|
type ViewportInlineSize = 'extraSmall' | 'small' | 'medium' | 'large';
|
|
10
|
-
export interface ViewportSizeCondition {
|
|
10
|
+
export interface ViewportSizeCondition<T = ViewportInlineSize> {
|
|
11
11
|
viewportInlineSize: {
|
|
12
|
-
min:
|
|
12
|
+
min: T;
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
15
|
export type AtLeastOne<T, U = {
|
|
@@ -79,10 +79,17 @@ export interface ConditionalStyle<T, AcceptedConditions extends BaseConditions =
|
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
81
|
* A type that represents a value that can be a conditional style.
|
|
82
|
-
* We highly recommend using the Style helper which simplifies the creation of conditional styles.
|
|
82
|
+
* We highly recommend using the `Style` helper which simplifies the creation of conditional styles.
|
|
83
|
+
*
|
|
83
84
|
* To learn more check out the [conditional styles](/api/checkout-ui-extensions/components/utilities/stylehelper) documentation.
|
|
84
85
|
*/
|
|
85
86
|
export type MaybeConditionalStyle<T, AcceptedConditions extends BaseConditions = Conditions> = T | ConditionalStyle<T, AcceptedConditions>;
|
|
87
|
+
/**
|
|
88
|
+
* A type that represents a value that can be a conditional style. The conditions are based on the viewport size.
|
|
89
|
+
* We highly recommend using the `Style` helper which simplifies the creation of conditional styles.
|
|
90
|
+
*
|
|
91
|
+
* To learn more check out the [conditional styles](/api/checkout-ui-extensions/components/utilities/stylehelper) documentation.
|
|
92
|
+
*/
|
|
86
93
|
export type MaybeResponsiveConditionalStyle<T> = T | ConditionalStyle<T, ViewportSizeCondition>;
|
|
87
94
|
export {};
|
|
88
95
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/style/types.ts"],"names":[],"mappings":"AAAA,KAAK,UAAU,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;AAExD,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,IAAI,CAAC;IACZ,KAAK,EAAE,IAAI,CAAC;CACb;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,UAAU,CAAC;CACxB;AAED,KAAK,kBAAkB,GAAG,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEtE,MAAM,WAAW,qBAAqB;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/style/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AddressAutocompleteSuggestApi, AddressAutocompleteSuggestOutput, AddressAutocompleteFormatSuggestionApi, AddressAutocompleteFormatSuggestionOutput, AddressAutocompleteStandardApi } from '../checkout';
|
|
2
2
|
import type { CartLineItemApi } from './api/cart-line/cart-line-item';
|
|
3
3
|
import type { CheckoutApi } from './api/checkout/checkout';
|
|
4
4
|
import type { OrderConfirmationApi } from './api/order-confirmation/order-confirmation';
|
|
@@ -435,11 +435,25 @@ export interface RenderExtensionTargets {
|
|
|
435
435
|
}
|
|
436
436
|
export interface RunnableExtensionTargets {
|
|
437
437
|
/**
|
|
438
|
-
* An extension target
|
|
439
|
-
*
|
|
440
|
-
*
|
|
438
|
+
* An extension target that provides address autocomplete suggestions. These suggestions are shown to buyers as they
|
|
439
|
+
* interact with address forms during checkout.
|
|
440
|
+
*
|
|
441
|
+
* It must return a list of address suggestions. If a formatted address is provided with each suggestion, it will be
|
|
442
|
+
* used to auto-populate the fields in the address form when the buyer selects a suggestion.
|
|
443
|
+
*
|
|
444
|
+
* This target does not support rendering UI components.
|
|
441
445
|
*/
|
|
442
|
-
'purchase.address-autocomplete.suggest': RunnableExtension<AddressAutocompleteSuggestApi,
|
|
446
|
+
'purchase.address-autocomplete.suggest': RunnableExtension<AddressAutocompleteStandardApi<'purchase.address-autocomplete.suggest'> & AddressAutocompleteSuggestApi, AddressAutocompleteSuggestOutput>;
|
|
447
|
+
/**
|
|
448
|
+
* An extension target that formats the selected address suggestion provided by a
|
|
449
|
+
* `purchase.address-autocomplete.suggest` target. This address is used to auto-populate the fields in the address
|
|
450
|
+
* form.
|
|
451
|
+
*
|
|
452
|
+
* It must return a formatted address.
|
|
453
|
+
*
|
|
454
|
+
* This target does not support rendering UI components.
|
|
455
|
+
*/
|
|
456
|
+
'purchase.address-autocomplete.format-suggestion': RunnableExtension<AddressAutocompleteStandardApi<'purchase.address-autocomplete.format-suggestion'> & AddressAutocompleteFormatSuggestionApi, AddressAutocompleteFormatSuggestionOutput>;
|
|
443
457
|
}
|
|
444
458
|
export type ExtensionTargets = RenderExtensionTargets & RunnableExtensionTargets;
|
|
445
459
|
export type ExtensionTarget = keyof ExtensionTargets;
|
|
@@ -457,12 +471,6 @@ export type ArgumentsForExtension<Target extends keyof ExtensionTargets> = Param
|
|
|
457
471
|
/**
|
|
458
472
|
* For a given extension target, returns the type of the API that the
|
|
459
473
|
* extension will receive at runtime.
|
|
460
|
-
*
|
|
461
|
-
* For RenderExtensionTargets, this API type is the second argument to
|
|
462
|
-
* the callback for that extension target.
|
|
463
|
-
*
|
|
464
|
-
* For RunnableExtensionTargets, this API type if the only argument to
|
|
465
|
-
* the callback for that extension target.
|
|
466
474
|
*/
|
|
467
475
|
export type ApiForExtension<Target extends ExtensionTarget> = ExtractedApiFromExtensionDefinition<ExtensionTargets[Target]>;
|
|
468
476
|
type ExtractedApiFromExtensionDefinition<T> = T extends AvailableExtensionDefinitions<infer Api> ? Api : never;
|
|
@@ -485,14 +493,14 @@ type ExtractedAllowedComponentsFromRenderExtension<T> = T extends RenderExtensio
|
|
|
485
493
|
*/
|
|
486
494
|
type ExtractedApiFromRenderExtension<T> = T extends RenderExtension<infer Api, any> ? Api : never;
|
|
487
495
|
/**
|
|
488
|
-
* Deprecated. Use `
|
|
496
|
+
* Deprecated. Use `ApiForExtension` instead.
|
|
489
497
|
*
|
|
490
498
|
* For a given rendering extension target, returns the type of the API that the
|
|
491
499
|
* extension will receive at runtime. This API type is the second argument to
|
|
492
500
|
* the callback for that extension target. The first callback for all of the rendering
|
|
493
501
|
* extension targets each receive a `RemoteRoot` object.
|
|
494
502
|
*
|
|
495
|
-
* @deprecated Use `
|
|
503
|
+
* @deprecated Use `ApiForExtension` instead.
|
|
496
504
|
*/
|
|
497
505
|
export type ApiForRenderExtension<Target extends keyof RenderExtensions> = ExtractedApiFromRenderExtension<RenderExtensions[Target]>;
|
|
498
506
|
/**
|
|
@@ -508,7 +516,7 @@ export type RunnableExtensions = {
|
|
|
508
516
|
* The part of the standard API implemented for customer-account targets. Must
|
|
509
517
|
* match the types defined in the `surfaces/customer-account` section of this package.
|
|
510
518
|
*/
|
|
511
|
-
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'> {
|
|
519
|
+
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'> {
|
|
512
520
|
}
|
|
513
521
|
export {};
|
|
514
522
|
//# sourceMappingURL=targets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,6BAA6B,EAC7B,
|
|
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, 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,9 +8,12 @@ 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';
|
|
13
|
-
export type {
|
|
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
|
+
export type { AddressAutocompleteFormatSuggestionApi, AddressAutocompleteFormatSuggestionOutput, } from './checkout/api/address-autocomplete/format-suggestion';
|
|
14
|
+
export type { AddressAutocompleteSuggestApi, AddressAutocompleteSuggestOutput, } from './checkout/api/address-autocomplete/suggest';
|
|
15
|
+
export type { AddressAutocompleteSuggestion, MatchedSubstring, AutocompleteAddress, } from './checkout/api/address-autocomplete/shared';
|
|
16
|
+
export type { AddressAutocompleteStandardApi } from './checkout/api/address-autocomplete/standard';
|
|
14
17
|
export type { PaymentMethodAttributesResult, PaymentMethodAttributesResultSuccess, PaymentMethodAttributesResultError, PaymentMethodAttribute, PaymentMethodAttributesChange, PaymentMethodAttributesUpdateChange, PaymentOptionItemApi, } from './checkout/api/payment/payment-option-item';
|
|
15
18
|
export * from './checkout/components';
|
|
16
19
|
export * from './checkout/targets';
|
|
@@ -18,6 +21,7 @@ export * from './checkout/extension';
|
|
|
18
21
|
export * from './checkout/shared';
|
|
19
22
|
export { Style, isConditionalStyle, isConditionalStyleWithDefault, } from './checkout/style/style';
|
|
20
23
|
export type { AtLeastOne, Conditions, ConditionalStyle, ConditionalValue, InteractiveConditions, MaybeConditionalStyle, MaybeResponsiveConditionalStyle, ResolutionCondition, ViewportSizeCondition, } from './checkout/style/types';
|
|
24
|
+
export type { IdProps } from './checkout/components/shared';
|
|
21
25
|
export * from './checkout/globals';
|
|
22
26
|
export * from '../shared';
|
|
23
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,cAAc,EACd,oBAAoB,EACpB,YAAY,EACZ,cAAc,EACd,aAAa,
|
|
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,EACb,gBAAgB,EAChB,0BAA0B,EAC1B,wBAAwB,EACxB,yBAAyB,EACzB,yBAAyB,EACzB,0BAA0B,EAC1B,qBAAqB,GACtB,MAAM,kCAAkC,CAAC;AAE1C,YAAY,EACV,SAAS,EACT,WAAW,EACX,eAAe,EACf,cAAc,EACd,eAAe,GAChB,MAAM,uBAAuB,CAAC;AAE/B,YAAY,EACV,mBAAmB,EACnB,gBAAgB,EAChB,mBAAmB,EACnB,sBAAsB,EACtB,2BAA2B,EAC3B,6BAA6B,EAC7B,aAAa,GACd,MAAM,sCAAsC,CAAC;AAE9C,YAAY,EACV,eAAe,EACf,qBAAqB,EACrB,0BAA0B,EAC1B,4BAA4B,EAC5B,cAAc,EACd,oBAAoB,EACpB,yBAAyB,EACzB,2BAA2B,EAC3B,iBAAiB,EACjB,oBAAoB,EACpB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,6BAA6B,EAC7B,+BAA+B,EAC/B,iBAAiB,EACjB,cAAc,EACd,oBAAoB,EACpB,2BAA2B,EAC3B,oBAAoB,EACpB,yBAAyB,EACzB,eAAe,EACf,0BAA0B,EAC1B,4BAA4B,EAC5B,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,yBAAyB,EACzB,UAAU,EACV,gBAAgB,EAChB,uBAAuB,EACvB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAC/B,2BAA2B,EAC3B,gCAAgC,EAChC,kCAAkC,EAClC,WAAW,GACZ,MAAM,kCAAkC,CAAC;AAC1C,YAAY,EACV,KAAK,EACL,cAAc,GACf,MAAM,0CAA0C,CAAC;AAClD,YAAY,EAAC,oBAAoB,EAAC,MAAM,sDAAsD,CAAC;AAE/F,YAAY,EAAC,eAAe,EAAC,MAAM,yCAAyC,CAAC;AAC7E,YAAY,EAAC,qBAAqB,EAAC,MAAM,4CAA4C,CAAC;AACtF,YAAY,EAAC,kBAAkB,EAAC,MAAM,yCAAyC,CAAC;AAChF,YAAY,EAAC,qBAAqB,EAAC,MAAM,4CAA4C,CAAC;AACtF,YAAY,EACV,qBAAqB,EACrB,4BAA4B,GAC7B,MAAM,8CAA8C,CAAC;AACtD,YAAY,EACV,qBAAqB,EACrB,iBAAiB,EACjB,sBAAsB,GACvB,MAAM,8CAA8C,CAAC;AACtD,YAAY,EACV,sCAAsC,EACtC,yCAAyC,GAC1C,MAAM,uDAAuD,CAAC;AAE/D,YAAY,EACV,6BAA6B,EAC7B,gCAAgC,GACjC,MAAM,6CAA6C,CAAC;AAErD,YAAY,EACV,6BAA6B,EAC7B,gBAAgB,EAChB,mBAAmB,GACpB,MAAM,4CAA4C,CAAC;AAEpD,YAAY,EAAC,8BAA8B,EAAC,MAAM,8CAA8C,CAAC;AAEjG,YAAY,EACV,6BAA6B,EAC7B,oCAAoC,EACpC,kCAAkC,EAClC,sBAAsB,EACtB,6BAA6B,EAC7B,mCAAmC,EACnC,oBAAoB,GACrB,MAAM,4CAA4C,CAAC;AAEpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,OAAO,EACL,KAAK,EACL,kBAAkB,EAClB,6BAA6B,GAC9B,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAC/B,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,wBAAwB,CAAC;AAEhC,YAAY,EAAC,OAAO,EAAC,MAAM,8BAA8B,CAAC;AAE1D,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Badge, type BadgeProps, Banner, type BannerProps, BlockLayout, type BlockLayoutProps, BlockSpacer, type BlockSpacerProps, BlockStack, type BlockStackProps, Button, type ButtonProps, Checkbox, type CheckboxProps, Choice, type ChoiceProps, ChoiceList, type ChoiceListProps, DatePicker, type DatePickerProps, type DayString, type DateString, type DisabledDate, type DateRange, type SelectedDate, type YearMonth, DateField, type DateFieldProps, Disclosure, type DisclosureProps, Divider, type DividerProps, Form, type FormProps, Grid, type GridProps, GridItem, type GridItemProps, Heading, type HeadingProps, HeadingGroup, type HeadingGroupProps, Icon, type IconProps, type IconSource, Image, type ImageProps, InlineLayout, type InlineLayoutProps, InlineStack, type InlineStackProps, InlineSpacer, type InlineSpacerProps, Link, type LinkProps, List, type ListProps, ListItem, type ListItemProps, Map, type MapProps, type MapLocation, type MapBounds, type MapZoom, MapMarker, type MapMarkerProps, MapPopover, type MapPopoverProps, Modal, type ModalProps, PaymentIcon, type PaymentIconProps, type PaymentMethod, PhoneField, type PhoneFieldProps, Pressable, type PressableProps, ProductThumbnail, type ProductThumbnailProps, Popover, type PopoverProps, type PopoverPosition, ScrollView, type ScrollViewProps, type ScrollViewEvent, Select, type SelectProps, type SelectOptionProps, SkeletonImage, type SkeletonImageProps, SkeletonText, type SkeletonTextProps, SkeletonTextBlock, type SkeletonTextBlockProps, Spinner, type SpinnerProps, Stepper, type StepperProps, Tag, type TagProps, Text, type TextProps, TextBlock, type TextBlockProps, TextField, type TextFieldProps, Tooltip, type TooltipProps, View, type ViewProps, type ViewCoordinate, type ViewPosition, type ViewPositionType, type ViewTranslate, ToggleButton, type ToggleButtonProps, ToggleButtonGroup, type ToggleButtonGroupProps, } from '../../checkout/components';
|
|
1
|
+
export { Badge, type BadgeProps, Banner, type BannerProps, BlockLayout, type BlockLayoutProps, BlockSpacer, type BlockSpacerProps, BlockStack, type BlockStackProps, Button, type ButtonProps, Checkbox, type CheckboxProps, Choice, type ChoiceProps, ChoiceList, type ChoiceListProps, DatePicker, type DatePickerProps, type DayString, type DateString, type DisabledDate, type DateRange, type SelectedDate, type YearMonth, DateField, type DateFieldProps, Disclosure, type DisclosureProps, Divider, type DividerProps, Form, type FormProps, Grid, type GridProps, GridItem, type GridItemProps, Heading, type HeadingProps, HeadingGroup, type HeadingGroupProps, Icon, type IconProps, type IconSource, Image, type ImageProps, InlineLayout, type InlineLayoutProps, InlineStack, type InlineStackProps, InlineSpacer, type InlineSpacerProps, Link, type LinkProps, List, type ListProps, ListItem, type ListItemProps, Map, type MapProps, type MapLocation, type MapBounds, type MapZoom, MapMarker, type MapMarkerProps, MapPopover, type MapPopoverProps, Modal, type ModalProps, PaymentIcon, type PaymentIconProps, type PaymentMethod, PhoneField, type PhoneFieldProps, Pressable, type PressableProps, ProductThumbnail, type ProductThumbnailProps, Progress, type ProgressProps, Popover, type PopoverProps, type PopoverPosition, ScrollView, type ScrollViewProps, type ScrollViewEvent, Select, type SelectProps, type SelectOptionProps, Sheet, type SheetProps, SkeletonImage, type SkeletonImageProps, SkeletonText, type SkeletonTextProps, SkeletonTextBlock, type SkeletonTextBlockProps, Spinner, type SpinnerProps, Stepper, type StepperProps, Tag, type TagProps, Text, type TextProps, TextBlock, type TextBlockProps, TextField, type TextFieldProps, Tooltip, type TooltipProps, View, type ViewProps, type ViewCoordinate, type ViewPosition, type ViewPositionType, type ViewTranslate, ToggleButton, type ToggleButtonProps, ToggleButtonGroup, type ToggleButtonGroupProps, } from '../../checkout/components';
|
|
2
2
|
export type { AccessibilityRole, Alignment, Appearance, Autocomplete, AutocompleteField, AutocompleteGroup, Background, BackgroundFit, BackgroundPosition, BackgroundProps, BackgroundRepeat, BlockAlignment, BorderProps, BorderRadius, BorderStyle, BorderWidth, Breakpoint, Columns, CornerRadius, CornerProps, DisclosureActivatorProps, DisclosureOpen, Fit, GridItemSize, InlineAlignment, MaybeShorthandProperty, NonPresentationalAccessibilityRole, OverlayActivatorProps, Rows, ShorthandProperty, Status, Size, Spacing, SizingProps, SpacingProps, ViewLikeAccessibilityRole, VisibilityProps, } from '../../checkout/components';
|
|
3
3
|
//# sourceMappingURL=shared-checkout-components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared-checkout-components.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/components/shared-checkout-components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"shared-checkout-components.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/components/shared-checkout-components.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ScannerApi } from '../scanner-api/scanner-api';
|
|
2
|
+
import { NavigationApi } from '../navigation-api/navigation-api';
|
|
3
|
+
import { StandardApi } from '../standard/standard-api';
|
|
4
|
+
export type ActionTargetApi<T> = {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
} & {
|
|
7
|
+
extensionPoint: T;
|
|
8
|
+
} & StandardApi<T> & ScannerApi & NavigationApi;
|
|
9
|
+
//# sourceMappingURL=action-target-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-target-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAC,aAAa,EAAC,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAErD,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAC,GAAG;IACtD,cAAc,EAAE,CAAC,CAAC;CACnB,GAAG,WAAW,CAAC,CAAC,CAAC,GAChB,UAAU,GACV,aAAa,CAAC"}
|
|
@@ -16,7 +16,7 @@ export type CartDiscountType = 'Percentage' | 'FixedAmount' | 'Code';
|
|
|
16
16
|
export type LineItemDiscountType = 'Percentage' | 'FixedAmount';
|
|
17
17
|
export interface CartApiContent {
|
|
18
18
|
/** Provides a subscription to POS cart changes.
|
|
19
|
-
* Provides an initial value and a callback to
|
|
19
|
+
* Provides an initial value and a callback to subscribe to value changes. Currently supports only one subscription.
|
|
20
20
|
* You can utilize `makeStatefulSubscribable` on a `RemoteSubscribable` to implement multiple subscriptions.
|
|
21
21
|
* Using `makeStatefulSubscribable` or the corresponding hooks counts as a subscription.
|
|
22
22
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customer-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/api/customer-api/customer-api.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,kBAAkB,CAAC;CAC9B;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface DraftOrderApi {
|
|
2
|
+
draftOrder: DraftOrderApiContent;
|
|
3
|
+
}
|
|
4
|
+
export interface DraftOrderApiContent {
|
|
5
|
+
/**
|
|
6
|
+
* The unique identifier for the order
|
|
7
|
+
*/
|
|
8
|
+
id: number;
|
|
9
|
+
/**
|
|
10
|
+
* The name of the order
|
|
11
|
+
*/
|
|
12
|
+
name: string;
|
|
13
|
+
/**
|
|
14
|
+
* The unique identifier of the customer associated with the order
|
|
15
|
+
*/
|
|
16
|
+
customerId?: number;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=draft-order-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"draft-order-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,oBAAoB,CAAC;CAClC;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* Interface to access the order
|
|
3
3
|
*/
|
|
4
4
|
export interface OrderApi {
|
|
5
|
-
order:
|
|
5
|
+
order: OrderApiContent;
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
8
|
* Interface for Order details
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface OrderApiContent {
|
|
11
11
|
/**
|
|
12
12
|
* The unique identifier for the order
|
|
13
13
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/api/product-api/product-api.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,iBAAiB,CAAC;CAC5B;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ"}
|
|
@@ -9,13 +9,13 @@ export interface ScannerSubscriptionResult {
|
|
|
9
9
|
}
|
|
10
10
|
export interface ScannerApiContent {
|
|
11
11
|
/** Creates a subscription to scan events
|
|
12
|
-
* Provides an initial value and a callback to
|
|
12
|
+
* Provides an initial value and a callback to subscribe to value changes. Currently supports only one subscription.
|
|
13
13
|
* You can utilize `makeStatefulSubscribable` on a `RemoteSubscribable` to implement multiple subscriptions.
|
|
14
14
|
* Using `makeStatefulSubscribable` or the corresponding hooks counts as a subscription.
|
|
15
15
|
*/
|
|
16
16
|
scannerDataSubscribable: RemoteSubscribable<ScannerSubscriptionResult>;
|
|
17
17
|
/** Creates a subscription to the scanning sources available on the POS device.
|
|
18
|
-
* Provides an initial value and a callback to
|
|
18
|
+
* Provides an initial value and a callback to subscribe to value changes. Currently supports only one subscription.
|
|
19
19
|
* You can utilize `makeStatefulSubscribable` on a `RemoteSubscribable` to implement multiple subscriptions.
|
|
20
20
|
* Using `makeStatefulSubscribable` or the corresponding hooks counts as a subscription.
|
|
21
21
|
*/
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
export type { CartApi, DiscountType, CartDiscountType, CartApiContent, LineItemDiscountType, } from './api/cart-api/cart-api';
|
|
2
2
|
export type { ActionApi, ActionApiContent } from './api/action-api/action-api';
|
|
3
|
+
export type { StandardApi } from './api/standard/standard-api';
|
|
4
|
+
export type { ActionTargetApi } from './api/action-target-api/action-target-api';
|
|
3
5
|
export type { ConnectivityStateSeverity, ConnectivityState, ConnectivityApiContent, ConnectivityApi, } from './api/connectivity-api/connectivity-api';
|
|
6
|
+
export type { CustomerApi, CustomerApiContent, } from './api/customer-api/customer-api';
|
|
4
7
|
export type { LocaleApi, LocaleApiContent } from './api/locale-api/locale-api';
|
|
5
8
|
export type { NavigationApiContent, NavigationApi, } from './api/navigation-api/navigation-api';
|
|
6
|
-
export type {
|
|
9
|
+
export type { OrderApiContent, OrderApi } from './api/order-api/order-api';
|
|
10
|
+
export type { ProductApi, ProductApiContent, } from './api/product-api/product-api';
|
|
11
|
+
export type { DraftOrderApi, DraftOrderApiContent, } from './api/draft-order-api/draft-order-api';
|
|
7
12
|
export type { PaginationParams, ProductSortType, ProductSearchParams, ProductSearchApi, ProductSearchApiContent, } from './api/product-search-api/product-search-api';
|
|
8
13
|
export type { ScannerSource, ScannerSubscriptionResult, ScannerApi, ScannerApiContent, } from './api/scanner-api/scanner-api';
|
|
9
14
|
export type { SessionApiContent, SessionApi, } from './api/session-api/session-api';
|