@shopify/ui-extensions 2024.10.2 → 2025.1.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/checkout/components/ClipboardItem/ClipboardItem.js +16 -0
- package/build/cjs/surfaces/checkout.js +2 -0
- package/build/cjs/surfaces/customer-account.js +2 -0
- package/build/cjs/surfaces/point-of-sale/{components/Image/Image.js → render/components/Box/Box.js} +2 -2
- package/build/cjs/surfaces/point-of-sale/render/components/Image/Image.js +15 -0
- package/build/cjs/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.js +9 -0
- package/build/cjs/surfaces/point-of-sale/{components → render/components}/Stack/Stack.js +5 -0
- package/build/cjs/surfaces/point-of-sale/render/components/TextField/TextField.js +9 -0
- package/build/cjs/surfaces/point-of-sale.js +37 -35
- package/build/esm/surfaces/checkout/components/ClipboardItem/ClipboardItem.mjs +12 -0
- package/build/esm/surfaces/checkout.mjs +1 -0
- package/build/esm/surfaces/customer-account.mjs +1 -0
- package/build/esm/surfaces/point-of-sale/render/components/Box/Box.mjs +5 -0
- package/build/esm/surfaces/point-of-sale/render/components/Image/Image.mjs +11 -0
- package/build/esm/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.mjs +5 -0
- package/build/esm/surfaces/point-of-sale/{components → render/components}/Stack/Stack.mjs +5 -0
- package/build/esm/surfaces/point-of-sale/render/components/TextField/TextField.mjs +5 -0
- package/build/esm/surfaces/point-of-sale.mjs +35 -34
- package/build/esnext/surfaces/checkout/components/ClipboardItem/ClipboardItem.esnext +12 -0
- package/build/esnext/surfaces/checkout.esnext +1 -0
- package/build/esnext/surfaces/customer-account.esnext +1 -0
- package/build/esnext/surfaces/point-of-sale/render/components/Box/Box.esnext +5 -0
- package/build/esnext/surfaces/point-of-sale/render/components/Image/Image.esnext +11 -0
- package/build/esnext/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.esnext +5 -0
- package/build/esnext/surfaces/point-of-sale/{components → render/components}/Stack/Stack.esnext +5 -0
- package/build/esnext/surfaces/point-of-sale/render/components/TextField/TextField.esnext +5 -0
- package/build/esnext/surfaces/point-of-sale.esnext +35 -34
- package/build/ts/shared.d.ts +7 -3
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/action/action.d.ts +10 -0
- package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts +6 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +1 -2
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +1 -3
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts +12 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +28 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +25 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/picker/picker.d.ts +81 -0
- package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +1 -0
- 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 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.d.ts +11 -0
- package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/shared.d.ts +1 -0
- package/build/ts/surfaces/admin/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +10 -0
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.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/AdminBlock/AdminBlock.d.ts +2 -4
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts +1 -1
- package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/shared/index.d.ts +1 -1
- package/build/ts/surfaces/admin/components/shared/index.d.ts.map +1 -1
- package/build/ts/surfaces/admin/extension-targets.d.ts +134 -2
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/admin/globals.d.ts +3 -0
- package/build/ts/surfaces/admin/globals.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +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/standard/standard.d.ts +27 -11
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Badge/Badge.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Button/Button.d.ts +3 -3
- package/build/ts/surfaces/checkout/components/Button/Button.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Chat/Chat.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.d.ts +30 -0
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +1 -0
- 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/Link/Link.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/Link/Link.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/shared.d.ts +21 -0
- package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components.d.ts +2 -0
- package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/globals.d.ts +1 -3
- package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/helper.docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets.d.ts +0 -66
- package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout.d.ts +2 -2
- package/build/ts/surfaces/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +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/globals.d.ts +1 -3
- package/build/ts/surfaces/customer-account/globals.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api.d.ts +23 -23
- package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components.d.ts +76 -71
- package/build/ts/surfaces/point-of-sale/components.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/globals.d.ts +1 -3
- package/build/ts/surfaces/point-of-sale/globals.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/input.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/input.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/intent.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/intent.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/action-api/action-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/action-target-api/action-target-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{api → render/api}/cart-api/cart-api.d.ts +10 -9
- package/build/ts/surfaces/point-of-sale/render/api/cart-api/cart-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/connectivity-api/connectivity-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/customer-api/customer-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/device-api/device-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/draft-order-api/draft-order-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/locale-api/locale-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/navigation-api/navigation-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/order-api/order-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/print-api/print-api.d.ts +18 -0
- package/build/ts/surfaces/point-of-sale/render/api/print-api/print-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/product-api/product-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{api → render/api}/product-search-api/product-search-api.d.ts +3 -3
- package/build/ts/surfaces/point-of-sale/render/api/product-search-api/product-search-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/scanner-api/scanner-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{api → render/api}/session-api/session-api.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/render/api/session-api/session-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/standard/standard-api.d.ts +13 -0
- package/build/ts/surfaces/point-of-sale/render/api/standard/standard-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/api/toast-api/toast-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Badge/Badge.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Banner/Banner.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Box/Box.d.ts +9 -0
- package/build/ts/surfaces/point-of-sale/render/components/Box/Box.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Button/Button.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/CameraScanner/CameraScanner.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/DateField/DateField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Dialog/Dialog.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/EmailField/EmailField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.d.ts +0 -9
- package/build/ts/surfaces/point-of-sale/render/components/FormattedTextField/FormattedTextField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Icon/Icon.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Image/Image.d.ts +25 -0
- package/build/ts/surfaces/point-of-sale/render/components/Image/Image.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{components → render/components}/List/List.d.ts +0 -6
- package/build/ts/surfaces/point-of-sale/render/components/List/List.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Navigator/Navigator.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/NumberField/NumberField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/POSBlock/POSBlock.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/POSBlock/POSBlockRow.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/PinPad/PinPad.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.d.ts +12 -0
- package/build/ts/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/RadioButtonList/RadioButtonList.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Screen/Screen.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/ScrollView/ScrollView.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/SearchBar/SearchBar.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Section/Section.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/SectionHeader/SectionHeader.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Selectable/Selectable.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Stack/Stack.d.ts +102 -0
- package/build/ts/surfaces/point-of-sale/render/components/Stack/Stack.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Stepper/Stepper.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Text/Text.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/TextArea/TextArea.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{components → render/components}/TextField/TextField.d.ts +1 -10
- package/build/ts/surfaces/point-of-sale/render/components/TextField/TextField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/Tile/Tile.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/TimeField/TimeField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/TimePicker/TimePicker.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/BaseTextField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/InputField.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/auto-capitalization-type.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/box.d.ts +117 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/box.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{components/Spacing/Spacing.d.ts → render/components/shared/deprecated-types.d.ts} +2 -1
- package/build/ts/surfaces/point-of-sale/render/components/shared/deprecated-types.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/inner-layouts.d.ts +28 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/inner-layouts.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/sizes.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/render/components/shared/sizes.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/run/input/BaseInput.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/run/input/BaseInput.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/run/intent/BaseIntent.d.ts +9 -0
- package/build/ts/surfaces/point-of-sale/run/intent/BaseIntent.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/targets.d.ts +8 -8
- package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/{api/types → types}/cart.d.ts +1 -4
- package/build/ts/surfaces/point-of-sale/types/cart.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{api/types → types}/country-code.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/types/device.d.ts +15 -0
- package/build/ts/surfaces/point-of-sale/types/device.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/product.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/{api/types → types}/session.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/types/session.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/shared.ts +46 -1
- package/src/surfaces/admin/api/action/action.doc.ts +1 -0
- package/src/surfaces/admin/api/action/action.ts +12 -0
- package/src/surfaces/admin/api/block/block.doc.ts +1 -0
- package/src/surfaces/admin/api/block/block.ts +7 -1
- package/src/surfaces/admin/api/checkout-rules/launch-options.ts +0 -1
- package/src/surfaces/admin/api/checkout-rules/metafields.ts +1 -46
- package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +1 -0
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts +1 -0
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +1 -6
- package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.ts +27 -0
- package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.ts +15 -0
- package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +29 -0
- package/src/surfaces/admin/api/discount-function-settings/metafields.ts +31 -0
- package/src/surfaces/admin/api/picker/examples/direct-api.js +73 -0
- package/src/surfaces/admin/api/picker/examples/disabled.js +16 -0
- package/src/surfaces/admin/api/picker/examples/minimal.js +16 -0
- package/src/surfaces/admin/api/picker/examples/multiple-limit.js +21 -0
- package/src/surfaces/admin/api/picker/examples/multiple-true.js +21 -0
- package/src/surfaces/admin/api/picker/examples/preselected.js +16 -0
- package/src/surfaces/admin/api/picker/examples/template-picker.js +37 -0
- package/src/surfaces/admin/api/picker/picker.doc.ts +113 -0
- package/src/surfaces/admin/api/picker/picker.ts +83 -0
- package/src/surfaces/admin/api/print-action/print-action.doc.ts +1 -0
- package/src/surfaces/admin/api/print-action/print-action.ts +12 -0
- package/src/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.ts +10 -0
- package/src/surfaces/admin/api/resource-picker/examples/action.js +4 -0
- package/src/surfaces/admin/api/resource-picker/examples/collection-picker.js +1 -0
- package/src/surfaces/admin/api/resource-picker/examples/filter-query.js +6 -0
- package/src/surfaces/admin/api/resource-picker/examples/filters.js +9 -0
- package/src/surfaces/admin/api/resource-picker/examples/multiple-limited.js +4 -0
- package/src/surfaces/admin/api/resource-picker/examples/multiple-unlimited.js +4 -0
- package/src/surfaces/admin/api/resource-picker/examples/product-picker.js +3 -0
- package/src/surfaces/admin/api/resource-picker/examples/product-variant-picker.js +1 -0
- package/src/surfaces/admin/api/resource-picker/examples/query.js +4 -0
- package/src/surfaces/admin/api/resource-picker/examples/selection-ids.js +16 -0
- package/src/surfaces/admin/api/resource-picker/examples/selection.js +7 -0
- package/src/surfaces/admin/api/resource-picker/resource-picker.doc.ts +163 -0
- package/src/surfaces/admin/api/shared.ts +44 -0
- package/src/surfaces/admin/api/should-render/should-render.doc.ts +20 -0
- package/src/surfaces/admin/api/should-render/should-render.ts +11 -0
- package/src/surfaces/admin/api/standard/standard.doc.ts +1 -1
- package/src/surfaces/admin/api.ts +1 -0
- package/src/surfaces/admin/components/AdminBlock/AdminBlock.ts +2 -4
- package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts +1 -0
- package/src/surfaces/admin/components/shared/index.ts +1 -1
- package/src/surfaces/admin/extension-targets.ts +260 -1
- package/src/surfaces/admin/globals.ts +7 -0
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
- package/src/surfaces/checkout/api/docs.ts +3 -0
- package/src/surfaces/checkout/api/standard/standard.ts +30 -12
- package/src/surfaces/checkout/components/Badge/Badge.ts +1 -1
- package/src/surfaces/checkout/components/Button/Button.ts +3 -1
- package/src/surfaces/checkout/components/Chat/AppBridge.ts +4 -4
- package/src/surfaces/checkout/components/Chat/Chat.doc.ts +2 -2
- package/src/surfaces/checkout/components/Chat/Chat.ts +2 -2
- package/src/surfaces/checkout/components/Chat/examples/app-bridge-communication.example.js +4 -1
- package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.html +2 -2
- package/src/surfaces/checkout/components/Chat/examples/chat-custom-properties-css.example.css +2 -4
- package/src/surfaces/checkout/components/Chat/examples/include-app-bridge.example.html +1 -1
- package/src/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.ts +74 -0
- package/src/surfaces/checkout/components/ClipboardItem/ClipboardItem.ts +34 -0
- package/src/surfaces/checkout/components/ClipboardItem/examples/basic-clipboarditem.example.ts +21 -0
- package/src/surfaces/checkout/components/Icon/Icon.ts +2 -0
- package/src/surfaces/checkout/components/Link/Link.ts +3 -1
- package/src/surfaces/checkout/components/Pressable/Pressable.ts +2 -0
- package/src/surfaces/checkout/components/QRCode/QRCode.doc.ts +13 -2
- package/src/surfaces/checkout/components/QRCode/examples/basic-qrcode.example.ts +12 -1
- package/src/surfaces/checkout/components/shared.ts +22 -0
- package/src/surfaces/checkout/components.ts +3 -0
- package/src/surfaces/checkout/globals.ts +4 -6
- package/src/surfaces/checkout/helper.docs.ts +18 -0
- package/src/surfaces/checkout/style/examples/defaultstyle.example.tsx +1 -1
- package/src/surfaces/checkout/style/examples/hiding.example.tsx +1 -1
- package/src/surfaces/checkout/style/examples/simplecondition.example.tsx +1 -1
- package/src/surfaces/checkout/targets.ts +0 -133
- package/src/surfaces/checkout.ts +6 -1
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +1 -1
- package/src/surfaces/customer-account/components/shared-checkout-components.ts +2 -0
- package/src/surfaces/customer-account/globals.ts +4 -6
- package/src/surfaces/point-of-sale/api.ts +34 -28
- package/src/surfaces/point-of-sale/components.ts +107 -73
- package/src/surfaces/point-of-sale/globals.ts +4 -6
- package/src/surfaces/point-of-sale/input.ts +3 -0
- package/src/surfaces/point-of-sale/intent.ts +1 -0
- package/src/surfaces/point-of-sale/{api → render/api}/cart-api/cart-api.ts +12 -14
- package/src/surfaces/point-of-sale/render/api/print-api/print-api.ts +18 -0
- package/src/surfaces/point-of-sale/{api → render/api}/product-search-api/product-search-api.ts +3 -3
- package/src/surfaces/point-of-sale/{api → render/api}/session-api/session-api.ts +1 -1
- package/src/surfaces/point-of-sale/render/api/standard/standard-api.ts +17 -0
- package/src/surfaces/point-of-sale/render/components/Box/Box.ts +6 -0
- package/src/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.ts +0 -9
- package/src/surfaces/point-of-sale/render/components/Image/Image.ts +31 -0
- package/src/surfaces/point-of-sale/{components → render/components}/List/List.ts +0 -6
- package/src/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.ts +13 -0
- package/src/surfaces/point-of-sale/render/components/Stack/Stack.ts +122 -0
- package/src/surfaces/point-of-sale/{components → render/components}/TextField/TextField.ts +2 -13
- package/src/surfaces/point-of-sale/render/components/shared/box.ts +131 -0
- package/src/surfaces/point-of-sale/{components/Spacing/Spacing.ts → render/components/shared/deprecated-types.ts} +16 -0
- package/src/surfaces/point-of-sale/render/components/shared/inner-layouts.ts +35 -0
- package/src/surfaces/point-of-sale/render/components/shared/sizes.ts +25 -0
- package/src/surfaces/point-of-sale/run/input/BaseInput.ts +8 -0
- package/src/surfaces/point-of-sale/run/intent/BaseIntent.ts +8 -0
- package/src/surfaces/point-of-sale/targets.ts +8 -17
- package/src/surfaces/point-of-sale/{api/types → types}/cart.ts +5 -4
- package/src/surfaces/point-of-sale/types/device.ts +14 -0
- package/src/surfaces/point-of-sale/{api/types → types}/session.ts +7 -0
- package/src/surfaces/point-of-sale.ts +2 -0
- package/build/cjs/surfaces/point-of-sale/components/ActionItem/ActionItem.js +0 -16
- package/build/cjs/surfaces/point-of-sale/components/TextField/TextField.js +0 -15
- package/build/esm/surfaces/point-of-sale/components/ActionItem/ActionItem.mjs +0 -12
- package/build/esm/surfaces/point-of-sale/components/Image/Image.mjs +0 -5
- package/build/esm/surfaces/point-of-sale/components/TextField/TextField.mjs +0 -11
- package/build/esnext/surfaces/point-of-sale/components/ActionItem/ActionItem.esnext +0 -12
- package/build/esnext/surfaces/point-of-sale/components/Image/Image.esnext +0 -5
- package/build/esnext/surfaces/point-of-sale/components/TextField/TextField.esnext +0 -11
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts +0 -17
- package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +0 -12
- package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/types/cart.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/types/multiple-resource-result.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/types/paginated-result.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/types/product.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/api/types/session.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts +0 -24
- package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Button/Button.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Dialog/Dialog.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts +0 -12
- package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/List/List.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Navigator/Navigator.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlock.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlockRow.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/PinPad/PinPad.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Screen/Screen.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ScrollView/ScrollView.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/SearchBar/SearchBar.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Section/Section.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/SectionHeader/SectionHeader.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Selectable/Selectable.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Spacing/Spacing.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts +0 -44
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Stepper/Stepper.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Text/Text.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/shared/BaseTextField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/shared/auto-capitalization-type.d.ts.map +0 -1
- package/src/surfaces/checkout/components/Chat/examples/chat-media-query.example.css +0 -9
- package/src/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.ts +0 -17
- package/src/surfaces/point-of-sale/api/standard/standard-api.ts +0 -15
- package/src/surfaces/point-of-sale/components/ActionItem/ActionItem.ts +0 -24
- package/src/surfaces/point-of-sale/components/Image/Image.ts +0 -10
- package/src/surfaces/point-of-sale/components/Stack/Stack.ts +0 -63
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Badge/Badge.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Banner/Banner.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Button/Button.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/DateField/DateField.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Icon/Icon.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/List/List.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Screen/Screen.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Section/Section.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Text/Text.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Tile/Tile.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.js +0 -0
- /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.js +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Badge/Badge.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Banner/Banner.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Button/Button.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/DateField/DateField.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Icon/Icon.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/List/List.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Screen/Screen.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Section/Section.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Text/Text.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/Tile/Tile.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.mjs +0 -0
- /package/build/esm/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.mjs +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Badge/Badge.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Banner/Banner.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Button/Button.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/DateField/DateField.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Icon/Icon.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/List/List.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Screen/Screen.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Section/Section.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Text/Text.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Tile/Tile.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.esnext +0 -0
- /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.esnext +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/action-api/action-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/action-target-api/action-target-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/connectivity-api/connectivity-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/customer-api/customer-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/device-api/device-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/draft-order-api/draft-order-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/locale-api/locale-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/navigation-api/navigation-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/order-api/order-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/product-api/product-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/scanner-api/scanner-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api → render/api}/toast-api/toast-api.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Badge/Badge.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Banner/Banner.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Button/Button.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/DateField/DateField.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Icon/Icon.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Screen/Screen.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Section/Section.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Text/Text.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/Tile/Tile.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/BaseTextField.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/InputField.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/auto-capitalization-type.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api/types → types}/country-code.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api/types → types}/multiple-resource-result.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api/types → types}/paginated-result.d.ts +0 -0
- /package/build/ts/surfaces/point-of-sale/{api/types → types}/product.d.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/action-api/action-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/action-target-api/action-target-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/connectivity-api/connectivity-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/customer-api/customer-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/device-api/device-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/draft-order-api/draft-order-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/locale-api/locale-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/navigation-api/navigation-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api/order-api/order-api.tsx → render/api/order-api/order-api.ts} +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/product-api/product-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/scanner-api/scanner-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{api → render/api}/toast-api/toast-api.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Badge/Badge.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Banner/Banner.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Button/Button.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/DateField/DateField.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Icon/Icon.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Screen/Screen.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Section/Section.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Text/Text.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/Tile/Tile.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/shared/BaseTextField.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/shared/InputField.ts +0 -0
- /package/src/surfaces/point-of-sale/{components → render/components}/shared/auto-capitalization-type.ts +0 -0
- /package/src/surfaces/point-of-sale/{api/types → types}/country-code.ts +0 -0
- /package/src/surfaces/point-of-sale/{api/types → types}/multiple-resource-result.ts +0 -0
- /package/src/surfaces/point-of-sale/{api/types → types}/paginated-result.ts +0 -0
- /package/src/surfaces/point-of-sale/{api/types → types}/product.ts +0 -0
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import type { RenderExtension } from '../../extension';
|
|
1
|
+
import type { RenderExtension, RunnableExtension } from '../../extension';
|
|
2
2
|
import type { Components } from './shared';
|
|
3
|
-
import type { StandardApi, CustomerSegmentTemplateApi, ActionExtensionApi, BlockExtensionApi, PrintActionExtensionApi, ProductDetailsConfigurationApi, ProductVariantDetailsConfigurationApi, OrderRoutingRuleApi, ValidationSettingsApi } from './api';
|
|
3
|
+
import type { StandardApi, CustomerSegmentTemplateApi, ActionExtensionApi, BlockExtensionApi, PrintActionExtensionApi, ProductDetailsConfigurationApi, ProductVariantDetailsConfigurationApi, OrderRoutingRuleApi, ValidationSettingsApi, DiscountFunctionSettingsApi } from './api';
|
|
4
4
|
import { AnyComponentBuilder } from '../../shared';
|
|
5
|
+
import { PurchaseOptionsCardConfigurationApi } from './api/purchase-options-card-action/purchase-options-card-action';
|
|
6
|
+
import { ShouldRenderApi } from './api/should-render/should-render';
|
|
7
|
+
interface ShouldRenderOutput {
|
|
8
|
+
display: boolean;
|
|
9
|
+
}
|
|
5
10
|
type CustomerSegmentTemplateComponent = AnyComponentBuilder<Pick<Components, 'CustomerSegmentTemplate' | 'InternalCustomerSegmentTemplate'>>;
|
|
6
11
|
type ProductConfigurationComponents = AnyComponentBuilder<Pick<Components, 'Box' | 'InlineStack' | 'BlockStack' | 'Divider' | 'HeadingGroup' | 'Heading' | 'Text' | 'Link' | 'Image' | 'Icon'>>;
|
|
7
12
|
type OrderRoutingComponents = AnyComponentBuilder<Pick<Components, 'InternalLocationList'>>;
|
|
@@ -30,6 +35,12 @@ export interface ExtensionTargets {
|
|
|
30
35
|
* See the [list of available components](/docs/api/admin-extensions/components).
|
|
31
36
|
*/
|
|
32
37
|
'admin.order-details.block.render': RenderExtension<BlockExtensionApi<'admin.order-details.block.render'>, AllComponents>;
|
|
38
|
+
/**
|
|
39
|
+
* Renders an admin block in the discount details page.
|
|
40
|
+
*
|
|
41
|
+
* See the [list of available components](/docs/api/admin-extensions/components).
|
|
42
|
+
*/
|
|
43
|
+
'admin.discount-details.function-settings.render': RenderExtension<DiscountFunctionSettingsApi<'admin.discount-details.function-settings.render'>, AllComponents>;
|
|
33
44
|
/**
|
|
34
45
|
* Renders an admin block in the customer details page.
|
|
35
46
|
*
|
|
@@ -229,6 +240,18 @@ export interface ExtensionTargets {
|
|
|
229
240
|
* See the [list of available components](/docs/api/admin-extensions/components).
|
|
230
241
|
*/
|
|
231
242
|
'admin.draft-order-index.selection-action.render': RenderExtension<ActionExtensionApi<'admin.draft-order-index.selection-action.render'>, AllComponents>;
|
|
243
|
+
/**
|
|
244
|
+
* Renders an admin action extension in the product details page when a selling plan group is present. Open this extension from the "Purchase Options card".
|
|
245
|
+
*
|
|
246
|
+
* See the [list of available components](/docs/api/admin-extensions/components).
|
|
247
|
+
*/
|
|
248
|
+
'admin.product-purchase-option.action.render': RenderExtension<PurchaseOptionsCardConfigurationApi<'admin.product-purchase-option.action.render'>, AllComponents>;
|
|
249
|
+
/**
|
|
250
|
+
* Renders an admin action extension in the product variant details page when a selling plan group is present. Open this extension from the "Purchase Options card".
|
|
251
|
+
*
|
|
252
|
+
* See the [list of available components](/docs/api/admin-extensions/components).
|
|
253
|
+
*/
|
|
254
|
+
'admin.product-variant-purchase-option.action.render': RenderExtension<PurchaseOptionsCardConfigurationApi<'admin.product-variant-purchase-option.action.render'>, AllComponents>;
|
|
232
255
|
/**
|
|
233
256
|
* Renders an admin print action extension in the order index page when multiple resources are selected. Open this extension from the "Print" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
234
257
|
*
|
|
@@ -278,6 +301,115 @@ export interface ExtensionTargets {
|
|
|
278
301
|
* See the [list of available components](/docs/api/admin-extensions/components).
|
|
279
302
|
*/
|
|
280
303
|
'admin.settings.validation.render': RenderExtension<ValidationSettingsApi<'admin.settings.validation.render'>, AllComponents>;
|
|
304
|
+
/**
|
|
305
|
+
* Controls the render state of an admin action extension in the product details page. Open this extension from the "More Actions" menu.
|
|
306
|
+
*/
|
|
307
|
+
'admin.product-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.product-details.action.should-render'>, ShouldRenderOutput>;
|
|
308
|
+
/**
|
|
309
|
+
* Controls the render state of an admin action extension in the catalog details page. Open this extension from the "More Actions" menu.
|
|
310
|
+
*/
|
|
311
|
+
'admin.catalog-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.catalog-details.action.should-render'>, ShouldRenderOutput>;
|
|
312
|
+
/**
|
|
313
|
+
* Controls the render state of an admin action extension in the company details page. Open this extension from the "More Actions" menu.
|
|
314
|
+
*/
|
|
315
|
+
'admin.company-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.company-details.action.should-render'>, ShouldRenderOutput>;
|
|
316
|
+
/**
|
|
317
|
+
* Controls the render state of an admin action extension in the gift card details page. Open this extension from the "More Actions" menu.
|
|
318
|
+
*/
|
|
319
|
+
'admin.gift-card-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.gift-card-details.action.should-render'>, ShouldRenderOutput>;
|
|
320
|
+
/**
|
|
321
|
+
* Controls the render state of an admin action extension in the order details page. Open this extension from the "More Actions" menu.
|
|
322
|
+
*/
|
|
323
|
+
'admin.order-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.order-details.action.should-render'>, ShouldRenderOutput>;
|
|
324
|
+
/**
|
|
325
|
+
* Controls the render state of an admin action extension in the customer details page. Open this extension from the "More Actions" menu.
|
|
326
|
+
*/
|
|
327
|
+
'admin.customer-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.customer-details.action.should-render'>, ShouldRenderOutput>;
|
|
328
|
+
/**
|
|
329
|
+
* Controls the render state of an admin action extension in the customer segment details page. Open this extension from the "Use segment" button.
|
|
330
|
+
*/
|
|
331
|
+
'admin.customer-segment-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.customer-segment-details.action.should-render'>, ShouldRenderOutput>;
|
|
332
|
+
/**
|
|
333
|
+
* Controls the render state of an admin action extension in the product index page. Open this extension from the "More Actions" menu.
|
|
334
|
+
*/
|
|
335
|
+
'admin.product-index.action.should-render': RunnableExtension<ShouldRenderApi<'admin.product-index.action.should-render'>, ShouldRenderOutput>;
|
|
336
|
+
/**
|
|
337
|
+
* Controls the render state of an admin action extension in the order index page. Open this extension from the "More Actions" menu.
|
|
338
|
+
*/
|
|
339
|
+
'admin.order-index.action.should-render': RunnableExtension<ShouldRenderApi<'admin.order-index.action.should-render'>, ShouldRenderOutput>;
|
|
340
|
+
/**
|
|
341
|
+
* Controls the render state of an admin action extension in the customer index page. Open this extension from the "More Actions" menu.
|
|
342
|
+
*/
|
|
343
|
+
'admin.customer-index.action.should-render': RunnableExtension<ShouldRenderApi<'admin.customer-index.action.should-render'>, ShouldRenderOutput>;
|
|
344
|
+
/**
|
|
345
|
+
* Controls the render state of an admin action extension in the discount index page. Open this extension from the "More Actions" menu.
|
|
346
|
+
*/
|
|
347
|
+
'admin.discount-index.action.should-render': RunnableExtension<ShouldRenderApi<'admin.discount-index.action.should-render'>, ShouldRenderOutput>;
|
|
348
|
+
/**
|
|
349
|
+
* Controls the render state of an admin action extension in the collection details page. Open this extension from the "More Actions" menu.
|
|
350
|
+
*/
|
|
351
|
+
'admin.collection-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.collection-details.action.should-render'>, ShouldRenderOutput>;
|
|
352
|
+
/**
|
|
353
|
+
* Controls the render state of an admin action extension in the collection index page. Open this extension from the "More Actions" menu.
|
|
354
|
+
*/
|
|
355
|
+
'admin.collection-index.action.should-render': RunnableExtension<ShouldRenderApi<'admin.collection-index.action.should-render'>, ShouldRenderOutput>;
|
|
356
|
+
/**
|
|
357
|
+
* Controls the render state of an admin action extension in the abandoned checkout page. Open this extension from the "More Actions" menu.
|
|
358
|
+
*/
|
|
359
|
+
'admin.abandoned-checkout-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.abandoned-checkout-details.action.should-render'>, ShouldRenderOutput>;
|
|
360
|
+
/**
|
|
361
|
+
* Controls the render state of an admin action extension in the product variant details page. Open this extension from the "More Actions" menu.
|
|
362
|
+
*/
|
|
363
|
+
'admin.product-variant-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.product-variant-details.action.should-render'>, ShouldRenderOutput>;
|
|
364
|
+
/**
|
|
365
|
+
* Controls the render state of an admin action extension in the draft order details page. Open this extension from the "More Actions" menu.
|
|
366
|
+
*/
|
|
367
|
+
'admin.draft-order-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.draft-order-details.action.should-render'>, ShouldRenderOutput>;
|
|
368
|
+
/**
|
|
369
|
+
* Controls the render state of an admin action extension in the draft orders page. Open this extension from the "More Actions" menu.
|
|
370
|
+
*/
|
|
371
|
+
'admin.draft-order-index.action.should-render': RunnableExtension<ShouldRenderApi<'admin.draft-order-index.action.should-render'>, ShouldRenderOutput>;
|
|
372
|
+
/**
|
|
373
|
+
* Controls the render state of an admin action extension in the discount details page. Open this extension from the "More Actions" menu.
|
|
374
|
+
*/
|
|
375
|
+
'admin.discount-details.action.should-render': RunnableExtension<ShouldRenderApi<'admin.discount-details.action.should-render'>, ShouldRenderOutput>;
|
|
376
|
+
/**
|
|
377
|
+
* Controls the render state of an admin action extension in the order fulfilled card. Open this extension from the "3-dot" menu inside the order fulfilled card.
|
|
378
|
+
* Note: This extension will only be visible on orders which were fulfilled by your app.
|
|
379
|
+
*/
|
|
380
|
+
'admin.order-fulfilled-card.action.should-render': RunnableExtension<ShouldRenderApi<'admin.order-fulfilled-card.action.should-render'>, ShouldRenderOutput>;
|
|
381
|
+
/**
|
|
382
|
+
* Controls the render state of an admin action extension in the product index page when multiple resources are selected. Open this extension from the "More Actions" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
383
|
+
*/
|
|
384
|
+
'admin.product-index.selection-action.should-render': RunnableExtension<ShouldRenderApi<'admin.product-index.selection-action.should-render'>, ShouldRenderOutput>;
|
|
385
|
+
/**
|
|
386
|
+
* Controls the render state of an admin action extension in the order index page when multiple resources are selected. Open this extension from the "More Actions" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
387
|
+
*/
|
|
388
|
+
'admin.order-index.selection-action.should-render': RunnableExtension<ShouldRenderApi<'admin.order-index.selection-action.should-render'>, ShouldRenderOutput>;
|
|
389
|
+
/**
|
|
390
|
+
* Controls the render state of an admin action extension in the customer index page when multiple resources are selected. Open this extension from the "More Actions" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
391
|
+
*/
|
|
392
|
+
'admin.customer-index.selection-action.should-render': RunnableExtension<ShouldRenderApi<'admin.customer-index.selection-action.should-render'>, ShouldRenderOutput>;
|
|
393
|
+
/**
|
|
394
|
+
* Controls the render state of an admin action extension in the draft order page when multiple resources are selected. Open this extension from the "3-dot" menu.
|
|
395
|
+
*/
|
|
396
|
+
'admin.draft-order-index.selection-action.should-render': RunnableExtension<ShouldRenderApi<'admin.draft-order-index.selection-action.should-render'>, ShouldRenderOutput>;
|
|
397
|
+
/**
|
|
398
|
+
* Controls the render state of an admin print action extension in the order index page when multiple resources are selected. Open this extension from the "Print" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
399
|
+
*/
|
|
400
|
+
'admin.order-details.print-action.should-render': RunnableExtension<ShouldRenderApi<'admin.order-details.print-action.should-render'>, ShouldRenderOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* Controls the render state of an admin print action extension in the product index page when multiple resources are selected. Open this extension from the "Print" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
403
|
+
*/
|
|
404
|
+
'admin.product-details.print-action.should-render': RunnableExtension<ShouldRenderApi<'admin.product-details.print-action.should-render'>, ShouldRenderOutput>;
|
|
405
|
+
/**
|
|
406
|
+
* Controls the render state of an admin print action extension in the order index page when multiple resources are selected. Open this extension from the "Print" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
407
|
+
*/
|
|
408
|
+
'admin.order-index.selection-print-action.should-render': RunnableExtension<ShouldRenderApi<'admin.order-index.selection-print-action.should-render'>, ShouldRenderOutput>;
|
|
409
|
+
/**
|
|
410
|
+
* Controls the render state of an admin print action extension in the product index page when multiple resources are selected. Open this extension from the "Print" menu of the resource list. The resource ids are available to this extension at runtime.
|
|
411
|
+
*/
|
|
412
|
+
'admin.product-index.selection-print-action.should-render': RunnableExtension<ShouldRenderApi<'admin.product-index.selection-print-action.should-render'>, ShouldRenderOutput>;
|
|
281
413
|
}
|
|
282
414
|
export type ExtensionTarget = keyof ExtensionTargets;
|
|
283
415
|
export type ExtensionForExtensionTarget<T extends ExtensionTarget> = ExtensionTargets[T];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extension-targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/extension-targets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"extension-targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/extension-targets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;AAExE,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EACV,WAAW,EACX,0BAA0B,EAC1B,kBAAkB,EAClB,iBAAiB,EACjB,uBAAuB,EACvB,8BAA8B,EAC9B,qCAAqC,EACrC,mBAAmB,EACnB,qBAAqB,EACrB,2BAA2B,EAC5B,MAAM,OAAO,CAAC;AACf,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,mCAAmC,EAAC,MAAM,iEAAiE,CAAC;AACpH,OAAO,EAAC,eAAe,EAAC,MAAM,mCAAmC,CAAC;AAElE,UAAU,kBAAkB;IAC1B,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,KAAK,gCAAgC,GAAG,mBAAmB,CACzD,IAAI,CACF,UAAU,EACV,yBAAyB,GAAG,iCAAiC,CAC9D,CACF,CAAC;AAEF,KAAK,8BAA8B,GAAG,mBAAmB,CACvD,IAAI,CACF,UAAU,EACR,KAAK,GACL,aAAa,GACb,YAAY,GACZ,SAAS,GACT,cAAc,GACd,SAAS,GACT,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,CACT,CACF,CAAC;AAEF,KAAK,sBAAsB,GAAG,mBAAmB,CAC/C,IAAI,CAAC,UAAU,EAAE,sBAAsB,CAAC,CACzC,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG,mBAAmB,CACtC,IAAI,CACF,UAAU,EACR,yBAAyB,GACzB,iCAAiC,GACjC,sBAAsB,CACzB,CACF,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,UAAU,EAAE,eAAe,CAAC,WAAW,CAAC,YAAY,CAAC,EAAE,aAAa,CAAC,CAAC;IAEtE;;OAEG;IACH,+CAA+C,EAAE,eAAe,CAC9D,0BAA0B,CAAC,+CAA+C,CAAC,EAC3E,gCAAgC,CACjC,CAAC;IAGF;;;;OAIG;IACH,oCAAoC,EAAE,eAAe,CACnD,iBAAiB,CAAC,oCAAoC,CAAC,EACvD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,kCAAkC,EAAE,eAAe,CACjD,iBAAiB,CAAC,kCAAkC,CAAC,EACrD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,iDAAiD,EAAE,eAAe,CAChE,2BAA2B,CAAC,iDAAiD,CAAC,EAC9E,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,qCAAqC,EAAE,eAAe,CACpD,iBAAiB,CAAC,qCAAqC,CAAC,EACxD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,uCAAuC,EAAE,eAAe,CACtD,iBAAiB,CAAC,uCAAuC,CAAC,EAC1D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,wCAAwC,EAAE,eAAe,CACvD,iBAAiB,CAAC,wCAAwC,CAAC,EAC3D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,+CAA+C,EAAE,eAAe,CAC9D,iBAAiB,CAAC,+CAA+C,CAAC,EAClE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,oCAAoC,EAAE,eAAe,CACnD,iBAAiB,CAAC,oCAAoC,CAAC,EACvD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,oCAAoC,EAAE,eAAe,CACnD,iBAAiB,CAAC,oCAAoC,CAAC,EACvD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,6CAA6C,EAAE,eAAe,CAC5D,iBAAiB,CAAC,6CAA6C,CAAC,EAChE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,sCAAsC,EAAE,eAAe,CACrD,iBAAiB,CAAC,sCAAsC,CAAC,EACzD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,4CAA4C,EAAE,eAAe,CAC3D,iBAAiB,CAAC,4CAA4C,CAAC,EAC/D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,sCAAsC,EAAE,eAAe,CACrD,iBAAiB,CAAC,sCAAsC,CAAC,EACzD,aAAa,CACd,CAAC;IAGF;;;;OAIG;IACH,qCAAqC,EAAE,eAAe,CACpD,kBAAkB,CAAC,qCAAqC,CAAC,EACzD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,qCAAqC,EAAE,eAAe,CACpD,kBAAkB,CAAC,qCAAqC,CAAC,EACzD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,qCAAqC,EAAE,eAAe,CACpD,kBAAkB,CAAC,qCAAqC,CAAC,EACzD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,uCAAuC,EAAE,eAAe,CACtD,kBAAkB,CAAC,uCAAuC,CAAC,EAC3D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,mCAAmC,EAAE,eAAe,CAClD,kBAAkB,CAAC,mCAAmC,CAAC,EACvD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,sCAAsC,EAAE,eAAe,CACrD,kBAAkB,CAAC,sCAAsC,CAAC,EAC1D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,8CAA8C,EAAE,eAAe,CAC7D,kBAAkB,CAAC,8CAA8C,CAAC,EAClE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,mCAAmC,EAAE,eAAe,CAClD,kBAAkB,CAAC,mCAAmC,CAAC,EACvD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,iCAAiC,EAAE,eAAe,CAChD,kBAAkB,CAAC,iCAAiC,CAAC,EACrD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,oCAAoC,EAAE,eAAe,CACnD,kBAAkB,CAAC,oCAAoC,CAAC,EACxD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,oCAAoC,EAAE,eAAe,CACnD,kBAAkB,CAAC,oCAAoC,CAAC,EACxD,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,wCAAwC,EAAE,eAAe,CACvD,kBAAkB,CAAC,wCAAwC,CAAC,EAC5D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,sCAAsC,EAAE,eAAe,CACrD,kBAAkB,CAAC,sCAAsC,CAAC,EAC1D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,gDAAgD,EAAE,eAAe,CAC/D,kBAAkB,CAAC,gDAAgD,CAAC,EACpE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,6CAA6C,EAAE,eAAe,CAC5D,kBAAkB,CAAC,6CAA6C,CAAC,EACjE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,yCAAyC,EAAE,eAAe,CACxD,kBAAkB,CAAC,yCAAyC,CAAC,EAC7D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,uCAAuC,EAAE,eAAe,CACtD,kBAAkB,CAAC,uCAAuC,CAAC,EAC3D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,sCAAsC,EAAE,eAAe,CACrD,kBAAkB,CAAC,sCAAsC,CAAC,EAC1D,aAAa,CACd,CAAC;IAEF;;;;;OAKG;IACH,0CAA0C,EAAE,eAAe,CACzD,kBAAkB,CAAC,0CAA0C,CAAC,EAC9D,aAAa,CACd,CAAC;IAIF;;;;OAIG;IACH,6CAA6C,EAAE,eAAe,CAC5D,kBAAkB,CAAC,6CAA6C,CAAC,EACjE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,2CAA2C,EAAE,eAAe,CAC1D,kBAAkB,CAAC,2CAA2C,CAAC,EAC/D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,8CAA8C,EAAE,eAAe,CAC7D,kBAAkB,CAAC,8CAA8C,CAAC,EAClE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,iDAAiD,EAAE,eAAe,CAChE,kBAAkB,CAAC,iDAAiD,CAAC,EACrE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,6CAA6C,EAAE,eAAe,CAC5D,mCAAmC,CAAC,6CAA6C,CAAC,EAClF,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,qDAAqD,EAAE,eAAe,CACpE,mCAAmC,CAAC,qDAAqD,CAAC,EAC1F,aAAa,CACd,CAAC;IAIF;;;;OAIG;IACH,yCAAyC,EAAE,eAAe,CACxD,uBAAuB,CAAC,yCAAyC,CAAC,EAClE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,2CAA2C,EAAE,eAAe,CAC1D,uBAAuB,CAAC,2CAA2C,CAAC,EACpE,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,iDAAiD,EAAE,eAAe,CAChE,uBAAuB,CAAC,iDAAiD,CAAC,EAC1E,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,mDAAmD,EAAE,eAAe,CAClE,uBAAuB,CAAC,mDAAmD,CAAC,EAC5E,aAAa,CACd,CAAC;IAIF;;;;OAIG;IACH,4CAA4C,EAAE,eAAe,CAC3D,8BAA8B,CAAC,4CAA4C,CAAC,EAC5E,8BAA8B,CAC/B,CAAC;IAEF;;;;OAIG;IACH,oDAAoD,EAAE,eAAe,CACnE,qCAAqC,CAAC,oDAAoD,CAAC,EAC3F,8BAA8B,CAC/B,CAAC;IAEF;;;;OAIG;IACH,mDAAmD,EAAE,eAAe,CAClE,mBAAmB,CAAC,mDAAmD,CAAC,EACxE,aAAa,GAAG,sBAAsB,CACvC,CAAC;IACF,0CAA0C,EAAE,eAAe,CACzD,mBAAmB,CAAC,0CAA0C,CAAC,EAC/D,aAAa,CACd,CAAC;IAEF;;;;OAIG;IACH,kCAAkC,EAAE,eAAe,CACjD,qBAAqB,CAAC,kCAAkC,CAAC,EACzD,aAAa,CACd,CAAC;IAGF;;OAEG;IACH,4CAA4C,EAAE,iBAAiB,CAC7D,eAAe,CAAC,4CAA4C,CAAC,EAC7D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,4CAA4C,EAAE,iBAAiB,CAC7D,eAAe,CAAC,4CAA4C,CAAC,EAC7D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,4CAA4C,EAAE,iBAAiB,CAC7D,eAAe,CAAC,4CAA4C,CAAC,EAC7D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,8CAA8C,EAAE,iBAAiB,CAC/D,eAAe,CAAC,8CAA8C,CAAC,EAC/D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,0CAA0C,EAAE,iBAAiB,CAC3D,eAAe,CAAC,0CAA0C,CAAC,EAC3D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,6CAA6C,EAAE,iBAAiB,CAC9D,eAAe,CAAC,6CAA6C,CAAC,EAC9D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,qDAAqD,EAAE,iBAAiB,CACtE,eAAe,CAAC,qDAAqD,CAAC,EACtE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,0CAA0C,EAAE,iBAAiB,CAC3D,eAAe,CAAC,0CAA0C,CAAC,EAC3D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,wCAAwC,EAAE,iBAAiB,CACzD,eAAe,CAAC,wCAAwC,CAAC,EACzD,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,2CAA2C,EAAE,iBAAiB,CAC5D,eAAe,CAAC,2CAA2C,CAAC,EAC5D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,2CAA2C,EAAE,iBAAiB,CAC5D,eAAe,CAAC,2CAA2C,CAAC,EAC5D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,+CAA+C,EAAE,iBAAiB,CAChE,eAAe,CAAC,+CAA+C,CAAC,EAChE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,6CAA6C,EAAE,iBAAiB,CAC9D,eAAe,CAAC,6CAA6C,CAAC,EAC9D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,uDAAuD,EAAE,iBAAiB,CACxE,eAAe,CAAC,uDAAuD,CAAC,EACxE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,oDAAoD,EAAE,iBAAiB,CACrE,eAAe,CAAC,oDAAoD,CAAC,EACrE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,gDAAgD,EAAE,iBAAiB,CACjE,eAAe,CAAC,gDAAgD,CAAC,EACjE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,8CAA8C,EAAE,iBAAiB,CAC/D,eAAe,CAAC,8CAA8C,CAAC,EAC/D,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,6CAA6C,EAAE,iBAAiB,CAC9D,eAAe,CAAC,6CAA6C,CAAC,EAC9D,kBAAkB,CACnB,CAAC;IAEF;;;OAGG;IACH,iDAAiD,EAAE,iBAAiB,CAClE,eAAe,CAAC,iDAAiD,CAAC,EAClE,kBAAkB,CACnB,CAAC;IAIF;;OAEG;IACH,oDAAoD,EAAE,iBAAiB,CACrE,eAAe,CAAC,oDAAoD,CAAC,EACrE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,kDAAkD,EAAE,iBAAiB,CACnE,eAAe,CAAC,kDAAkD,CAAC,EACnE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,qDAAqD,EAAE,iBAAiB,CACtE,eAAe,CAAC,qDAAqD,CAAC,EACtE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,wDAAwD,EAAE,iBAAiB,CACzE,eAAe,CAAC,wDAAwD,CAAC,EACzE,kBAAkB,CACnB,CAAC;IAIF;;OAEG;IACH,gDAAgD,EAAE,iBAAiB,CACjE,eAAe,CAAC,gDAAgD,CAAC,EACjE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,kDAAkD,EAAE,iBAAiB,CACnE,eAAe,CAAC,kDAAkD,CAAC,EACnE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,wDAAwD,EAAE,iBAAiB,CACzE,eAAe,CAAC,wDAAwD,CAAC,EACzE,kBAAkB,CACnB,CAAC;IAEF;;OAEG;IACH,0DAA0D,EAAE,iBAAiB,CAC3E,eAAe,CAAC,0DAA0D,CAAC,EAC3E,kBAAkB,CACnB,CAAC;CACH;AAED,MAAM,MAAM,eAAe,GAAG,MAAM,gBAAgB,CAAC;AAErD,MAAM,MAAM,2BAA2B,CAAC,CAAC,SAAS,eAAe,IAC/D,gBAAgB,CAAC,CAAC,CAAC,CAAC;AAEtB;;;GAGG;AACH,MAAM,MAAM,sBAAsB,CAAC,EAAE,SAAS,MAAM,gBAAgB,IAClE,UAAU,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC;AAEnC;;;GAGG;AACH,MAAM,MAAM,qBAAqB,CAAC,EAAE,SAAS,MAAM,gBAAgB,IACjE,UAAU,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC;AAEnC;;;;;GAKG;AACH,MAAM,MAAM,qBAAqB,GAAG;KACjC,EAAE,IAAI,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,EAAE,CAAC,SAAS,eAAe,CAC1E,GAAG,EACH,GAAG,CACJ,GACG,EAAE,GACF,KAAK;CACV,CAAC,MAAM,gBAAgB,CAAC,CAAC;AAE1B;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;KAC5B,EAAE,IAAI,qBAAqB,GAAG,gBAAgB,CAAC,EAAE,CAAC;CACpD,CAAC;AAEF,KAAK,+BAA+B,CAAC,CAAC,IAAI,CAAC,SAAS,eAAe,CACjE,MAAM,GAAG,EACT,GAAG,CACJ,GACG,GAAG,GACH,KAAK,CAAC;AAEV,KAAK,6CAA6C,CAAC,CAAC,IAClD,CAAC,SAAS,eAAe,CAAC,GAAG,EAAE,MAAM,UAAU,CAAC,GAAG,UAAU,GAAG,KAAK,CAAC;AAExE;;;;;GAKG;AACH,MAAM,MAAM,qBAAqB,CAAC,EAAE,SAAS,MAAM,gBAAgB,IACjE,+BAA+B,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC;AAExD;;;GAGG;AACH,MAAM,MAAM,mCAAmC,CAC7C,EAAE,SAAS,MAAM,gBAAgB,IAC/B,6CAA6C,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -2,4 +2,7 @@ import type { ExtensionTargets } from './extension-targets';
|
|
|
2
2
|
export interface ShopifyGlobal {
|
|
3
3
|
extend<ExtensionTarget extends keyof ExtensionTargets>(extension: ExtensionTarget, extend: ExtensionTargets[ExtensionTarget]): void;
|
|
4
4
|
}
|
|
5
|
+
declare global {
|
|
6
|
+
const shopify: ShopifyGlobal;
|
|
7
|
+
}
|
|
5
8
|
//# sourceMappingURL=globals.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/globals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAE1D,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,eAAe,SAAS,MAAM,gBAAgB,EACnD,SAAS,EAAE,eAAe,EAC1B,MAAM,EAAE,gBAAgB,CAAC,eAAe,CAAC,GACxC,IAAI,CAAC;CACT"}
|
|
1
|
+
{"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/globals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAE1D,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,eAAe,SAAS,MAAM,gBAAgB,EACnD,SAAS,EAAE,eAAe,EAC1B,MAAM,EAAE,gBAAgB,CAAC,eAAe,CAAC,GACxC,IAAI,CAAC;CACT;AAED,OAAO,CAAC,MAAM,CAAC;IAIb,MAAM,OAAO,EAAE,aAAa,CAAC;CAC9B"}
|
|
@@ -149,7 +149,7 @@ interface Extension<Target extends 'purchase.address-autocomplete.suggest' | 'pu
|
|
|
149
149
|
*
|
|
150
150
|
* * [`collect_buyer_consent.customer_privacy`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#collect-buyer-consent): the extension can register customer consent decisions that will be honored on Shopify-managed services.
|
|
151
151
|
*
|
|
152
|
-
* * `iframe.sources
|
|
152
|
+
* * [`iframe.sources`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#iframe): the extension can embed an external URL in an iframe.
|
|
153
153
|
*/
|
|
154
154
|
capabilities: Capability[];
|
|
155
155
|
/**
|
|
@@ -32,6 +32,8 @@ export interface Docs_Standard_CostApi extends Pick<StandardApi, 'cost'> {
|
|
|
32
32
|
}
|
|
33
33
|
export interface Docs_Standard_LocalizationApi extends Pick<StandardApi, 'i18n' | 'localization'> {
|
|
34
34
|
}
|
|
35
|
+
export interface Docs_Standard_LocalizedFieldsApi extends Pick<StandardApi, 'localizedFields'> {
|
|
36
|
+
}
|
|
35
37
|
export interface Docs_Standard_MetafieldsApi extends Pick<StandardApi, 'appMetafields' | 'metafields'> {
|
|
36
38
|
}
|
|
37
39
|
export interface Docs_Checkout_MetafieldsApi extends Pick<CheckoutApi, 'applyMetafieldChange'> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/api/docs.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/api/docs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { StatefulRemoteSubscribable } from '@remote-ui/async-subscription';
|
|
2
2
|
import type { ValidationError, SellingPlan, Attribute, MailingAddress, ShippingAddress } from '../shared';
|
|
3
3
|
import type { ExtensionTarget } from '../../targets';
|
|
4
|
-
import type { ApiVersion, Capability, CurrencyCode, CountryCode, Timezone, GraphQLError, StorefrontApiVersion } from '../../../../shared';
|
|
4
|
+
import type { ApiVersion, Capability, CurrencyCode, CountryCode, Timezone, GraphQLError, StorefrontApiVersion, LocalizedFieldKey } from '../../../../shared';
|
|
5
5
|
export type { ApiVersion, Capability } from '../../../../shared';
|
|
6
6
|
/**
|
|
7
7
|
* A key-value storage object for the extension.
|
|
@@ -41,7 +41,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
41
41
|
/**
|
|
42
42
|
* The API version that was set in the extension config file.
|
|
43
43
|
*
|
|
44
|
-
* @example '
|
|
44
|
+
* @example '2024-04', '2024-07', '2024-10', '2025-01', 'unstable'
|
|
45
45
|
*/
|
|
46
46
|
apiVersion: ApiVersion;
|
|
47
47
|
/**
|
|
@@ -58,7 +58,7 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
58
58
|
*
|
|
59
59
|
* * [`collect_buyer_consent.customer_privacy`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#collect-buyer-consent): the extension can register customer consent decisions that will be honored on Shopify-managed services.
|
|
60
60
|
*
|
|
61
|
-
* * `iframe.sources
|
|
61
|
+
* * [`iframe.sources`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#iframe): the extension can embed an external URL in an iframe.
|
|
62
62
|
*/
|
|
63
63
|
capabilities: StatefulRemoteSubscribable<Capability[]>;
|
|
64
64
|
/**
|
|
@@ -318,6 +318,11 @@ export interface Localization {
|
|
|
318
318
|
*/
|
|
319
319
|
market: StatefulRemoteSubscribable<Market | undefined>;
|
|
320
320
|
}
|
|
321
|
+
export interface LocalizedField {
|
|
322
|
+
key: LocalizedFieldKey;
|
|
323
|
+
title: string;
|
|
324
|
+
value: string;
|
|
325
|
+
}
|
|
321
326
|
/**
|
|
322
327
|
* Provides details on the buyer's progression through the checkout.
|
|
323
328
|
*/
|
|
@@ -614,6 +619,11 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
614
619
|
* {% include /apps/checkout/privacy-icon.md %} Requires access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
|
|
615
620
|
*/
|
|
616
621
|
applyTrackingConsentChange: ApplyTrackingConsentChangeType;
|
|
622
|
+
/**
|
|
623
|
+
* The API for reading additional fields that are required in checkout under certain circumstances.
|
|
624
|
+
* For example, some countries require additional fields for customs information or tax identification numbers.
|
|
625
|
+
*/
|
|
626
|
+
localizedFields?: StatefulRemoteSubscribable<LocalizedField[] | undefined>;
|
|
617
627
|
}
|
|
618
628
|
export interface Ui {
|
|
619
629
|
/**
|
|
@@ -1142,6 +1152,16 @@ export interface Customer {
|
|
|
1142
1152
|
* {% include /apps/checkout/privacy-icon.md %} Requires level 1 access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
|
|
1143
1153
|
*/
|
|
1144
1154
|
image: ImageDetails;
|
|
1155
|
+
/**
|
|
1156
|
+
* Defines if the customer email accepts marketing activities.
|
|
1157
|
+
*
|
|
1158
|
+
* {% include /apps/checkout/privacy-icon.md %} Requires level 1 access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
|
|
1159
|
+
*
|
|
1160
|
+
* > Caution: This field is deprecated and will be removed in a future version. Use `acceptsEmailMarketing` or `acceptsSmsMarketing` instead.
|
|
1161
|
+
*
|
|
1162
|
+
* @deprecated Use `acceptsEmailMarketing` or `acceptsSmsMarketing` instead.
|
|
1163
|
+
*/
|
|
1164
|
+
acceptsMarketing: boolean;
|
|
1145
1165
|
/**
|
|
1146
1166
|
* Defines if the customer accepts email marketing activities.
|
|
1147
1167
|
*
|
|
@@ -1344,6 +1364,10 @@ export interface DeliveryOptionBase {
|
|
|
1344
1364
|
* The code of the delivery option.
|
|
1345
1365
|
*/
|
|
1346
1366
|
code: string;
|
|
1367
|
+
/**
|
|
1368
|
+
* The metafields associated with this delivery option.
|
|
1369
|
+
*/
|
|
1370
|
+
metafields: Metafield[];
|
|
1347
1371
|
}
|
|
1348
1372
|
/**
|
|
1349
1373
|
* Represents a delivery option that is a shipping option.
|
|
@@ -1403,10 +1427,6 @@ export interface PickupPointOption extends DeliveryOptionBase {
|
|
|
1403
1427
|
* The location details of the pickup point.
|
|
1404
1428
|
*/
|
|
1405
1429
|
location: PickupPointLocation;
|
|
1406
|
-
/**
|
|
1407
|
-
* The metafields associated with this delivery option.
|
|
1408
|
-
*/
|
|
1409
|
-
metafields: Metafield[];
|
|
1410
1430
|
}
|
|
1411
1431
|
export interface PickupLocationOption extends DeliveryOptionBase {
|
|
1412
1432
|
/**
|
|
@@ -1417,10 +1437,6 @@ export interface PickupLocationOption extends DeliveryOptionBase {
|
|
|
1417
1437
|
* The location details of the pickup location.
|
|
1418
1438
|
*/
|
|
1419
1439
|
location: PickupLocation;
|
|
1420
|
-
/**
|
|
1421
|
-
* The metafields associated with this delivery option.
|
|
1422
|
-
*/
|
|
1423
|
-
metafields: Metafield[];
|
|
1424
1440
|
}
|
|
1425
1441
|
interface PickupLocation {
|
|
1426
1442
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/standard/standard.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/api/standard/standard.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,7 @@ export interface BadgeProps extends VisibilityProps {
|
|
|
17
17
|
size?: Extract<Size, 'base' | 'small'>;
|
|
18
18
|
/**
|
|
19
19
|
* A label that describes the purpose or contents of the element. When set,
|
|
20
|
-
* it will
|
|
20
|
+
* it will announced to buyers using assistive technologies.
|
|
21
21
|
*/
|
|
22
22
|
accessibilityLabel?: string;
|
|
23
23
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Appearance, ButtonAccessibilityRole, InlineAlignment, IdProps, OverlayActivatorProps, DisclosureActivatorProps } from '../shared';
|
|
2
|
-
export interface ButtonProps extends OverlayActivatorProps, DisclosureActivatorProps, IdProps {
|
|
1
|
+
import type { Appearance, ButtonAccessibilityRole, InlineAlignment, IdProps, OverlayActivatorProps, DisclosureActivatorProps, InteractionProps } from '../shared';
|
|
2
|
+
export interface ButtonProps extends OverlayActivatorProps, DisclosureActivatorProps, InteractionProps, IdProps {
|
|
3
3
|
/**
|
|
4
4
|
* The type of button that will be rendered. The visual presentation of the button type
|
|
5
5
|
* is controlled by merchants through the Branding API.
|
|
@@ -25,7 +25,7 @@ export interface ButtonProps extends OverlayActivatorProps, DisclosureActivatorP
|
|
|
25
25
|
*/
|
|
26
26
|
submit?: boolean;
|
|
27
27
|
/**
|
|
28
|
-
* Destination URL to link to.
|
|
28
|
+
* Destination URL to link to.
|
|
29
29
|
*/
|
|
30
30
|
to?: string;
|
|
31
31
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Button/Button.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,uBAAuB,EACvB,eAAe,EACf,OAAO,EACP,qBAAqB,EACrB,wBAAwB,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Button/Button.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,uBAAuB,EACvB,eAAe,EACf,OAAO,EACP,qBAAqB,EACrB,wBAAwB,EACxB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,WACf,SAAQ,qBAAqB,EAC3B,wBAAwB,EACxB,gBAAgB,EAChB,OAAO;IACT;;;;;;;;;;;;;OAaG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,CAAC;IACzC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,UAAU,EAAE,YAAY,GAAG,UAAU,CAAC,CAAC;IAC5D;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;;;;;OAQG;IACH,iBAAiB,CAAC,EAAE,uBAAuB,CAAC;IAC5C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,IAAI,IAAI,CAAC;CAClB;AAED;;GAEG;AACH,eAAO,MAAM,MAAM;;;;CAAyD,CAAC"}
|
|
@@ -3,7 +3,7 @@ export interface ChatProps extends IdProps {
|
|
|
3
3
|
/**
|
|
4
4
|
* Adjust the inline size.
|
|
5
5
|
*
|
|
6
|
-
* Checkout imposes sizing restrictions for the component, therefore the size set
|
|
6
|
+
* Checkout imposes [sizing restrictions](https://shopify.dev/docs/apps/build/checkout/chat#component-states) for the component, therefore the size set
|
|
7
7
|
* may not be the actual size rendered.
|
|
8
8
|
*
|
|
9
9
|
* `number`: size in pixels.
|
|
@@ -14,7 +14,7 @@ export interface ChatProps extends IdProps {
|
|
|
14
14
|
/**
|
|
15
15
|
* Adjust the block size.
|
|
16
16
|
*
|
|
17
|
-
* Checkout imposes sizing restrictions for the component, therefore the size set
|
|
17
|
+
* Checkout imposes [sizing restrictions](https://shopify.dev/docs/apps/build/checkout/chat#component-states) for the component, therefore the size set
|
|
18
18
|
* may not be the actual size rendered.
|
|
19
19
|
*
|
|
20
20
|
* `number`: size in pixels.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { IdProps } from '../shared';
|
|
2
|
+
export interface ClipboardItemProps extends IdProps {
|
|
3
|
+
/**
|
|
4
|
+
* Plain text to be written to the clipboard.
|
|
5
|
+
*
|
|
6
|
+
* @default ''
|
|
7
|
+
*/
|
|
8
|
+
text?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Callback run when the copy to clipboard succeeds.
|
|
11
|
+
*/
|
|
12
|
+
onCopy?: () => void;
|
|
13
|
+
/**
|
|
14
|
+
* Callback run when the copy to clipboard fails.
|
|
15
|
+
*/
|
|
16
|
+
onCopyError?: () => void;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Enables clipboard functionality when its `id` is referenced by the `activateTarget` property of a `Button`, `Pressable`, or `Link` component.
|
|
20
|
+
*
|
|
21
|
+
* When activated, it copies the text to the clipboard and displays a `Tooltip` confirmation.
|
|
22
|
+
*
|
|
23
|
+
* ClipboardItem` is a non-rendering component.
|
|
24
|
+
*/
|
|
25
|
+
export declare const ClipboardItem: "ClipboardItem" & {
|
|
26
|
+
readonly type?: "ClipboardItem" | undefined;
|
|
27
|
+
readonly props?: ClipboardItemProps | undefined;
|
|
28
|
+
readonly children?: true | undefined;
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=ClipboardItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClipboardItem.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/ClipboardItem/ClipboardItem.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,kBAAmB,SAAQ,OAAO;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED;;;;;;GAMG;AACH,eAAO,MAAM,aAAa;;;;CAGR,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClipboardItem.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAI1E,QAAA,MAAM,IAAI,EAAE,6BAmEX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Appearance, IdProps, Size } from '../shared';
|
|
2
|
-
export type IconSource = 'arrowLeft' | 'arrowRight' | 'arrowUp' | 'arrowUpRight' | 'arrowDown' | 'bag' | 'bullet' | 'calendar' | 'camera' | 'caretDown' | 'cart' | 'cashDollar' | 'categories' | 'checkmark' | 'chevronLeft' | 'chevronRight' | 'chevronUp' | 'chevronDown' | 'clock' | 'close' | 'creditCard' | 'critical' | 'delete' | 'delivered' | 'delivery' | 'disabled' | 'discount' | 'email' | 'error' | 'errorFill' | 'external' | 'filter' | 'geolocation' | 'gift'
|
|
2
|
+
export type IconSource = 'arrowLeft' | 'arrowRight' | 'arrowUp' | 'arrowUpRight' | 'arrowDown' | 'bag' | 'bullet' | 'calendar' | 'camera' | 'caretDown' | 'cart' | 'cashDollar' | 'categories' | 'checkmark' | 'chevronLeft' | 'chevronRight' | 'chevronUp' | 'chevronDown' | 'clipboard' | 'clock' | 'close' | 'creditCard' | 'critical' | 'delete' | 'delivered' | 'delivery' | 'disabled' | 'discount' | 'email' | 'error' | 'errorFill' | 'external' | 'filter' | 'geolocation' | 'gift'
|
|
3
3
|
/** @deprecated use gift instead */
|
|
4
|
-
| 'giftFill' | 'grid' | 'hamburger' | 'hollowCircle' | 'horizontalDots' | 'image' | 'info' | 'infoFill' | 'list' | 'lock' | 'magnify' | 'map' | 'marker' | 'minus' | 'mobile' | 'note' | 'orderBox' | 'pen' | 'plus' | 'profile' | 'question' | 'questionFill' | 'reorder' | 'return' | 'savings' | 'settings' | 'star' | 'starFill' | 'starHalf' | 'store' | 'success' | 'truck' | 'upload' | 'verticalDots' | 'warning' | 'warningFill';
|
|
4
|
+
| 'giftFill' | 'grid' | 'hamburger' | 'hollowCircle' | 'horizontalDots' | 'image' | 'info' | 'infoFill' | 'list' | 'lock' | 'magnify' | 'map' | 'marker' | 'minus' | 'mobile' | 'note' | 'orderBox' | 'pen' | 'plus' | 'profile' | 'question' | 'questionFill' | 'reorder' | 'reset' | 'return' | 'savings' | 'settings' | 'star' | 'starFill' | 'starHalf' | 'store' | 'success' | 'truck' | 'upload' | 'verticalDots' | 'warning' | 'warningFill';
|
|
5
5
|
export interface IconProps extends IdProps {
|
|
6
6
|
/**
|
|
7
7
|
* A label that describes the purpose or contents of the icon. When set,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Icon/Icon.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,UAAU,EAAE,OAAO,EAAE,IAAI,EAAC,MAAM,WAAW,CAAC;AAEzD,MAAM,MAAM,UAAU,GAClB,WAAW,GACX,YAAY,GACZ,SAAS,GACT,cAAc,GACd,WAAW,GACX,KAAK,GACL,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,WAAW,GACX,MAAM,GACN,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,aAAa,GACb,cAAc,GACd,WAAW,GACX,aAAa,GACb,OAAO,GACP,OAAO,GACP,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,WAAW,GACX,UAAU,GACV,UAAU,GACV,UAAU,GACV,OAAO,GACP,OAAO,GACP,WAAW,GACX,UAAU,GACV,QAAQ,GACR,aAAa,GACb,MAAM;AACR,mCAAmC;GACjC,UAAU,GACV,MAAM,GACN,WAAW,GACX,cAAc,GACd,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,UAAU,GACV,MAAM,GACN,MAAM,GACN,SAAS,GACT,KAAK,GACL,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,MAAM,GACN,UAAU,GACV,KAAK,GACL,MAAM,GACN,SAAS,GACT,UAAU,GACV,cAAc,GACd,SAAS,GACT,QAAQ,GACR,SAAS,GACT,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,OAAO,GACP,SAAS,GACT,OAAO,GACP,QAAQ,GACR,cAAc,GACd,SAAS,GACT,aAAa,CAAC;AAElB,MAAM,WAAW,SAAU,SAAQ,OAAO;IACxC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;IAEzE;;;;OAIG;IACH,MAAM,EAAE,UAAU,CAAC;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Icon/Icon.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,UAAU,EAAE,OAAO,EAAE,IAAI,EAAC,MAAM,WAAW,CAAC;AAEzD,MAAM,MAAM,UAAU,GAClB,WAAW,GACX,YAAY,GACZ,SAAS,GACT,cAAc,GACd,WAAW,GACX,KAAK,GACL,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,WAAW,GACX,MAAM,GACN,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,aAAa,GACb,cAAc,GACd,WAAW,GACX,aAAa,GACb,WAAW,GACX,OAAO,GACP,OAAO,GACP,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,WAAW,GACX,UAAU,GACV,UAAU,GACV,UAAU,GACV,OAAO,GACP,OAAO,GACP,WAAW,GACX,UAAU,GACV,QAAQ,GACR,aAAa,GACb,MAAM;AACR,mCAAmC;GACjC,UAAU,GACV,MAAM,GACN,WAAW,GACX,cAAc,GACd,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,UAAU,GACV,MAAM,GACN,MAAM,GACN,SAAS,GACT,KAAK,GACL,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,MAAM,GACN,UAAU,GACV,KAAK,GACL,MAAM,GACN,SAAS,GACT,UAAU,GACV,cAAc,GACd,SAAS,GACT,OAAO,GACP,QAAQ,GACR,SAAS,GACT,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,OAAO,GACP,SAAS,GACT,OAAO,GACP,QAAQ,GACR,cAAc,GACd,SAAS,GACT,aAAa,CAAC;AAElB,MAAM,WAAW,SAAU,SAAQ,OAAO;IACxC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;IAEzE;;;;OAIG;IACH,MAAM,EAAE,UAAU,CAAC;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Appearance, OverlayActivatorProps, DisclosureActivatorProps } from '../shared';
|
|
2
|
-
export interface LinkProps extends OverlayActivatorProps, DisclosureActivatorProps {
|
|
1
|
+
import type { Appearance, OverlayActivatorProps, DisclosureActivatorProps, InteractionProps } from '../shared';
|
|
2
|
+
export interface LinkProps extends OverlayActivatorProps, DisclosureActivatorProps, InteractionProps {
|
|
3
3
|
/**
|
|
4
4
|
* Destination to navigate to. You must provide either this property, `onPress`,
|
|
5
5
|
* or both.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Link/Link.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,qBAAqB,EACrB,wBAAwB,
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Link/Link.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,qBAAqB,EACrB,wBAAwB,EACxB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,SACf,SAAQ,qBAAqB,EAC3B,wBAAwB,EACxB,gBAAgB;IAClB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;IAC/C;;;OAGG;IACH,OAAO,CAAC,IAAI,IAAI,CAAC;CAClB;AAED;;GAEG;AACH,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { MaybeResponsiveConditionalStyle } from '../../style/types';
|
|
2
|
-
import type { BlockAlignment, BorderProps, InlineAlignment, SizingProps, SpacingProps, Display, ButtonAccessibilityRole, OverlayActivatorProps, DisclosureActivatorProps, CornerProps, Opacity, BackgroundProps, IdProps } from '../shared';
|
|
3
|
-
export interface PressableProps extends Pick<BackgroundProps, 'background'>, BorderProps, CornerProps, IdProps, SizingProps, SpacingProps, OverlayActivatorProps, DisclosureActivatorProps {
|
|
2
|
+
import type { BlockAlignment, BorderProps, InlineAlignment, SizingProps, SpacingProps, Display, ButtonAccessibilityRole, OverlayActivatorProps, DisclosureActivatorProps, InteractionProps, CornerProps, Opacity, BackgroundProps, IdProps } from '../shared';
|
|
3
|
+
export interface PressableProps extends Pick<BackgroundProps, 'background'>, BorderProps, CornerProps, IdProps, InteractionProps, SizingProps, SpacingProps, OverlayActivatorProps, DisclosureActivatorProps {
|
|
4
4
|
/**
|
|
5
5
|
* Changes the display of the component.
|
|
6
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pressable.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Pressable/Pressable.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,mBAAmB,CAAC;AACvE,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACX,eAAe,EACf,WAAW,EACX,YAAY,EACZ,OAAO,EACP,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,WAAW,EACX,OAAO,EACP,eAAe,EACf,OAAO,EACR,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,EACzC,WAAW,EACX,WAAW,EACX,OAAO,EACP,WAAW,EACX,YAAY,EACZ,qBAAqB,EACrB,wBAAwB;IAC1B;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,EAAE,+BAA+B,CAAC,OAAO,CAAC,CAAC;IACnD;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;;;;OAQG;IACH,iBAAiB,CAAC,EAAE,uBAAuB,CAAC;IAE5C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,cAAc,CAAC,EAAE,+BAA+B,CAC9C,OAAO,CAAC,cAAc,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC,CACpD,CAAC;IAEF;;OAEG;IACH,eAAe,CAAC,EAAE,+BAA+B,CAAC,eAAe,CAAC,CAAC;IAEnE;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;CAErB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Pressable.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Pressable/Pressable.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,mBAAmB,CAAC;AACvE,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACX,eAAe,EACf,WAAW,EACX,YAAY,EACZ,OAAO,EACP,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,gBAAgB,EAChB,WAAW,EACX,OAAO,EACP,eAAe,EACf,OAAO,EACR,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,EACzC,WAAW,EACX,WAAW,EACX,OAAO,EACP,gBAAgB,EAChB,WAAW,EACX,YAAY,EACZ,qBAAqB,EACrB,wBAAwB;IAC1B;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,EAAE,+BAA+B,CAAC,OAAO,CAAC,CAAC;IACnD;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;;;;OAQG;IACH,iBAAiB,CAAC,EAAE,uBAAuB,CAAC;IAE5C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,cAAc,CAAC,EAAE,+BAA+B,CAC9C,OAAO,CAAC,cAAc,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC,CACpD,CAAC;IAEF;;OAEG;IACH,eAAe,CAAC,EAAE,+BAA+B,CAAC,eAAe,CAAC,CAAC;IAEnE;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;CAErB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QRCode.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/QRCode/QRCode.doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAI1E,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"QRCode.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/QRCode/QRCode.doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAI1E,QAAA,MAAM,IAAI,EAAE,6BAgEX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|