@shopify/ui-extensions 2025.10.0-rc.4 → 2025.10.0-rc.40
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/preact/attributes.js +1 -1
- package/build/cjs/surfaces/checkout/shared.js +22 -0
- package/build/cjs/surfaces/checkout.js +2 -0
- package/build/cjs/surfaces/customer-account/preact/live-navigation.js +0 -2
- package/build/cjs/surfaces/customer-account/preact/navigation.js +1 -3
- package/build/cjs/surfaces/customer-account/preact/subscription.js +3 -3
- package/build/cjs/surfaces/point-of-sale/types/storage.js +13 -0
- package/build/cjs/surfaces/point-of-sale.js +9 -0
- package/build/esm/surfaces/checkout/preact/attributes.mjs +1 -1
- package/build/esm/surfaces/checkout/shared.mjs +18 -0
- package/build/esm/surfaces/checkout.mjs +1 -0
- package/build/esm/surfaces/customer-account/preact/live-navigation.mjs +0 -2
- package/build/esm/surfaces/customer-account/preact/navigation.mjs +1 -3
- package/build/esm/surfaces/customer-account/preact/subscription.mjs +3 -3
- package/build/esm/surfaces/point-of-sale/types/storage.mjs +9 -0
- package/build/esm/surfaces/point-of-sale.mjs +1 -0
- package/build/esnext/surfaces/checkout/preact/attributes.esnext +1 -1
- package/build/esnext/surfaces/checkout/shared.esnext +18 -0
- package/build/esnext/surfaces/checkout.esnext +1 -0
- package/build/esnext/surfaces/customer-account/preact/live-navigation.esnext +0 -2
- package/build/esnext/surfaces/customer-account/preact/navigation.esnext +1 -3
- package/build/esnext/surfaces/customer-account/preact/subscription.esnext +3 -3
- package/build/esnext/surfaces/point-of-sale/types/storage.esnext +9 -0
- package/build/esnext/surfaces/point-of-sale.esnext +1 -0
- package/build/ts/docs/shared/components/Avatar.d.ts +4 -0
- package/build/ts/docs/shared/components/Avatar.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Badge.d.ts +1 -1
- package/build/ts/docs/shared/components/Badge.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Banner.d.ts +1 -1
- package/build/ts/docs/shared/components/Banner.d.ts.map +1 -1
- package/build/ts/docs/shared/components/ButtonGroup.d.ts +4 -0
- package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Checkbox.d.ts +1 -1
- package/build/ts/docs/shared/components/Checkbox.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Chip.d.ts +4 -0
- package/build/ts/docs/shared/components/Chip.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Choice.d.ts +1 -1
- package/build/ts/docs/shared/components/Choice.d.ts.map +1 -1
- package/build/ts/docs/shared/components/ChoiceList.d.ts +1 -1
- package/build/ts/docs/shared/components/ChoiceList.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Clickable.d.ts +1 -1
- package/build/ts/docs/shared/components/Clickable.d.ts.map +1 -1
- package/build/ts/docs/shared/components/ClickableChip.d.ts +4 -0
- package/build/ts/docs/shared/components/ClickableChip.d.ts.map +1 -0
- package/build/ts/docs/shared/components/ColorField.d.ts +4 -0
- package/build/ts/docs/shared/components/ColorField.d.ts.map +1 -0
- package/build/ts/docs/shared/components/ColorPicker.d.ts +4 -0
- package/build/ts/docs/shared/components/ColorPicker.d.ts.map +1 -0
- package/build/ts/docs/shared/components/DateField.d.ts +4 -0
- package/build/ts/docs/shared/components/DateField.d.ts.map +1 -0
- package/build/ts/docs/shared/components/DatePicker.d.ts +1 -1
- package/build/ts/docs/shared/components/DatePicker.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Divider.d.ts +1 -1
- package/build/ts/docs/shared/components/Divider.d.ts.map +1 -1
- package/build/ts/docs/shared/components/EmailField.d.ts +1 -1
- package/build/ts/docs/shared/components/EmailField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Grid.d.ts +1 -1
- package/build/ts/docs/shared/components/Grid.d.ts.map +1 -1
- package/build/ts/docs/shared/components/GridItem.d.ts +1 -1
- package/build/ts/docs/shared/components/GridItem.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Map.d.ts +4 -0
- package/build/ts/docs/shared/components/Map.d.ts.map +1 -0
- package/build/ts/docs/shared/components/MapMarker.d.ts +4 -0
- package/build/ts/docs/shared/components/MapMarker.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Menu.d.ts +4 -0
- package/build/ts/docs/shared/components/Menu.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Modal.d.ts +4 -0
- package/build/ts/docs/shared/components/Modal.d.ts.map +1 -0
- package/build/ts/docs/shared/components/MoneyField.d.ts +1 -1
- package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/NumberField.d.ts +1 -1
- package/build/ts/docs/shared/components/NumberField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Option.d.ts +4 -0
- package/build/ts/docs/shared/components/Option.d.ts.map +1 -0
- package/build/ts/docs/shared/components/OptionGroup.d.ts +4 -0
- package/build/ts/docs/shared/components/OptionGroup.d.ts.map +1 -0
- package/build/ts/docs/shared/components/PasswordField.d.ts +1 -1
- package/build/ts/docs/shared/components/PasswordField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/PhoneField.d.ts +4 -0
- package/build/ts/docs/shared/components/PhoneField.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Popover.d.ts +4 -0
- package/build/ts/docs/shared/components/Popover.d.ts.map +1 -0
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts +4 -0
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +1 -0
- package/build/ts/docs/shared/components/QueryContainer.d.ts +4 -0
- package/build/ts/docs/shared/components/QueryContainer.d.ts.map +1 -0
- package/build/ts/docs/shared/components/SearchField.d.ts +1 -1
- package/build/ts/docs/shared/components/SearchField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Section.d.ts +1 -1
- package/build/ts/docs/shared/components/Section.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Select.d.ts +1 -1
- package/build/ts/docs/shared/components/Select.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Switch.d.ts +1 -1
- package/build/ts/docs/shared/components/Switch.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Table.d.ts +1 -1
- package/build/ts/docs/shared/components/Table.d.ts.map +1 -1
- package/build/ts/docs/shared/components/TableBody.d.ts +1 -1
- package/build/ts/docs/shared/components/TableBody.d.ts.map +1 -1
- package/build/ts/docs/shared/components/TableCell.d.ts +1 -1
- package/build/ts/docs/shared/components/TableCell.d.ts.map +1 -1
- package/build/ts/docs/shared/components/TableHeader.d.ts +1 -1
- package/build/ts/docs/shared/components/TableHeader.d.ts.map +1 -1
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts +1 -1
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +1 -1
- package/build/ts/docs/shared/components/TableRow.d.ts +1 -1
- package/build/ts/docs/shared/components/TableRow.d.ts.map +1 -1
- package/build/ts/docs/shared/components/TextArea.d.ts +1 -1
- package/build/ts/docs/shared/components/TextArea.d.ts.map +1 -1
- package/build/ts/docs/shared/components/Thumbnail.d.ts +4 -0
- package/build/ts/docs/shared/components/Thumbnail.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Tooltip.d.ts +4 -0
- package/build/ts/docs/shared/components/Tooltip.d.ts.map +1 -0
- package/build/ts/docs/shared/components/URLField.d.ts +1 -1
- package/build/ts/docs/shared/components/URLField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/index.d.ts +1 -0
- package/build/ts/docs/shared/components/index.d.ts.map +1 -1
- package/build/ts/docs/shared/docs-type.d.ts +3 -2
- package/build/ts/docs/shared/docs-type.d.ts.map +1 -1
- package/build/ts/shared.d.ts +43 -0
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/standard/standard.d.ts +6 -1
- package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/standard/storage.d.ts +70 -0
- package/build/ts/surfaces/admin/api/standard/storage.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Avatar.d.ts +133 -0
- package/build/ts/surfaces/admin/components/Badge.d.ts +22 -8
- package/build/ts/surfaces/admin/components/Banner.d.ts +21 -16
- package/build/ts/surfaces/admin/components/Box.d.ts +42 -26
- package/build/ts/surfaces/admin/components/Button.d.ts +35 -20
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +129 -0
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +22 -12
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Chip.d.ts +125 -0
- package/build/ts/surfaces/admin/components/Choice.d.ts +29 -8
- package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +21 -16
- package/build/ts/surfaces/admin/components/Clickable.d.ts +56 -39
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +156 -0
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/ColorField.d.ts +240 -0
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +132 -0
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/DateField.d.ts +246 -0
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +18 -35
- package/build/ts/surfaces/admin/components/Divider.d.ts +12 -5
- package/build/ts/surfaces/admin/components/DropZone/DropZone.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/DropZone/DropZone.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/DropZone.d.ts +160 -0
- package/build/ts/surfaces/admin/components/EmailField.d.ts +15 -15
- package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Form.d.ts +43 -35
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +183 -0
- package/build/ts/surfaces/admin/components/Grid.d.ts +61 -33
- package/build/ts/surfaces/admin/components/GridItem.d.ts +43 -26
- package/build/ts/surfaces/admin/components/Heading.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Icon.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Image.d.ts +41 -42
- package/build/ts/surfaces/admin/components/Link.d.ts +35 -29
- package/build/ts/surfaces/admin/components/ListItem.d.ts +18 -6
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Menu.d.ts +143 -0
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Modal.d.ts +231 -0
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +16 -20
- package/build/ts/surfaces/admin/components/NumberField.d.ts +15 -17
- package/build/ts/surfaces/admin/components/Option.d.ts +17 -5
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +18 -5
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +18 -6
- package/build/ts/surfaces/admin/components/Page.d.ts +42 -6
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +18 -6
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +15 -15
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Popover.d.ts +379 -0
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +106 -0
- package/build/ts/surfaces/admin/components/SearchField.d.ts +18 -16
- package/build/ts/surfaces/admin/components/Section.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Select.d.ts +40 -16
- package/build/ts/surfaces/admin/components/Spinner.d.ts +12 -2
- package/build/ts/surfaces/admin/components/Stack.d.ts +66 -43
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Switch.d.ts +16 -12
- package/build/ts/surfaces/admin/components/Table.d.ts +29 -17
- package/build/ts/surfaces/admin/components/TableBody.d.ts +18 -6
- package/build/ts/surfaces/admin/components/TableCell.d.ts +34 -7
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +26 -7
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +19 -6
- package/build/ts/surfaces/admin/components/TableRow.d.ts +21 -7
- package/build/ts/surfaces/admin/components/Text.d.ts +19 -6
- package/build/ts/surfaces/admin/components/TextArea.d.ts +15 -15
- package/build/ts/surfaces/admin/components/TextField.d.ts +17 -15
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +127 -0
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +148 -0
- package/build/ts/surfaces/admin/components/URLField.d.ts +15 -15
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +18 -6
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/shared.d.ts +1206 -741
- package/build/ts/surfaces/admin/docs-types.d.ts +4 -0
- package/build/ts/surfaces/admin/docs-types.d.ts.map +1 -1
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.catalog-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.collection-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.collection-index.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.company-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.customer-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.customer-index.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +52 -3032
- package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.discount-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.discount-index.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.order-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +53 -3072
- package/build/ts/surfaces/admin/targets/admin.order-details.print-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.order-index.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +53 -3072
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.product-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +53 -3072
- package/build/ts/surfaces/admin/targets/admin.product-details.print-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.product-index.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +53 -3072
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.should-render.d.ts +1 -3
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +54 -3125
- package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +53 -3083
- package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +52 -3032
- package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +52 -3032
- package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +52 -3032
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +18 -2
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shared.d.ts +4 -0
- package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +21 -3
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +21 -9
- package/build/ts/surfaces/checkout/components/Badge.d.ts +56 -0
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Banner.d.ts +55 -13
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Box.d.ts +20 -9
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Button.d.ts +44 -13
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Checkbox.d.ts +60 -0
- package/build/ts/surfaces/checkout/components/Clickable.d.ts +89 -0
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +39 -9
- package/build/ts/surfaces/checkout/components/Details.d.ts +72 -0
- package/build/ts/surfaces/checkout/components/Divider.d.ts +31 -0
- package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/DropZone.d.ts +39 -9
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/EmailField.d.ts +85 -0
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Form.d.ts +40 -12
- package/build/ts/surfaces/checkout/components/Grid.d.ts +64 -0
- package/build/ts/surfaces/checkout/components/GridItem.d.ts +54 -0
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Heading.d.ts +20 -8
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Icon.d.ts +22 -9
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Image.d.ts +13 -7
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Link.d.ts +44 -13
- package/build/ts/surfaces/checkout/components/ListItem.d.ts +22 -10
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Map.d.ts +78 -0
- package/build/ts/surfaces/checkout/components/MapMarker.d.ts +77 -0
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Modal.d.ts +90 -0
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +85 -0
- package/build/ts/surfaces/checkout/components/Option.d.ts +46 -0
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/OrderedList.d.ts +20 -8
- package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Paragraph.d.ts +20 -8
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +84 -0
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +14 -7
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/PhoneField.d.ts +100 -0
- package/build/ts/surfaces/checkout/components/Popover.d.ts +68 -0
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +41 -0
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Progress.d.ts +14 -4
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/QRCode.d.ts +35 -8
- package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +54 -0
- package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Section.d.ts +20 -8
- package/build/ts/surfaces/checkout/components/Select.d.ts +79 -0
- package/build/ts/surfaces/checkout/components/Sheet.d.ts +94 -0
- package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +40 -0
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Spinner.d.ts +14 -4
- package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Stack.d.ts +20 -9
- package/build/ts/surfaces/checkout/components/Summary.d.ts +35 -0
- package/build/ts/surfaces/checkout/components/Switch.d.ts +60 -0
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Text.d.ts +20 -8
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/TextArea.d.ts +85 -0
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/TextField.d.ts +88 -21
- package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Time.d.ts +21 -9
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +20 -8
- package/build/ts/surfaces/checkout/components/UrlField.d.ts +84 -0
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +853 -85
- package/build/ts/surfaces/checkout/components/components.d.ts +1683 -244
- package/build/ts/surfaces/checkout/extension-targets.d.ts +4 -0
- package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/attributes.d.ts +1 -1
- package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -1
- package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +8 -3
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +47 -596
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +47 -596
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +47 -596
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.address-autocomplete.format-suggestion.d.ts +1 -3
- package/build/ts/surfaces/checkout/targets/purchase.address-autocomplete.suggest.d.ts +1 -3
- package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.chat.render.d.ts +1 -3
- package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +47 -596
- package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +47 -596
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +54 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.chat.render.d.ts +1 -3
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +49 -651
- package/build/ts/surfaces/checkout.d.ts +1 -1
- package/build/ts/surfaces/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +2 -2
- package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/docs.d.ts +46 -17
- package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +29 -42
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +53 -46
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +38 -23
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api.d.ts +2 -2
- package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +21 -9
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Avatar.d.ts +92 -0
- package/build/ts/surfaces/customer-account/components/Badge.d.ts +56 -0
- package/build/ts/surfaces/customer-account/components/Banner.d.ts +55 -13
- package/build/ts/surfaces/customer-account/components/Box.d.ts +20 -9
- package/build/ts/surfaces/customer-account/components/Button.d.ts +44 -13
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +39 -0
- package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +60 -0
- package/build/ts/surfaces/customer-account/components/Clickable.d.ts +89 -0
- package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +39 -9
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +16 -6
- package/build/ts/surfaces/customer-account/components/Details.d.ts +72 -0
- package/build/ts/surfaces/customer-account/components/Divider.d.ts +31 -0
- package/build/ts/surfaces/customer-account/components/DropZone.d.ts +39 -9
- package/build/ts/surfaces/customer-account/components/EmailField.d.ts +85 -0
- package/build/ts/surfaces/customer-account/components/Form.d.ts +40 -12
- package/build/ts/surfaces/customer-account/components/Grid.d.ts +64 -0
- package/build/ts/surfaces/customer-account/components/GridItem.d.ts +54 -0
- package/build/ts/surfaces/customer-account/components/Heading.d.ts +20 -8
- package/build/ts/surfaces/customer-account/components/Icon.d.ts +22 -9
- package/build/ts/surfaces/customer-account/components/Image.d.ts +13 -7
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +5 -5
- package/build/ts/surfaces/customer-account/components/Link.d.ts +44 -13
- package/build/ts/surfaces/customer-account/components/ListItem.d.ts +22 -10
- package/build/ts/surfaces/customer-account/components/Map.d.ts +78 -0
- package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +77 -0
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Menu.d.ts +25 -0
- package/build/ts/surfaces/customer-account/components/Modal.d.ts +90 -0
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +85 -0
- package/build/ts/surfaces/customer-account/components/Option.d.ts +46 -0
- package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +20 -8
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Page.d.ts +19 -6
- package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +20 -8
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +84 -0
- package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +14 -7
- package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +100 -0
- package/build/ts/surfaces/customer-account/components/Popover.d.ts +68 -0
- package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +41 -0
- package/build/ts/surfaces/customer-account/components/Progress.d.ts +14 -4
- package/build/ts/surfaces/customer-account/components/QRCode.d.ts +35 -8
- package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +54 -0
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Section.d.ts +20 -8
- package/build/ts/surfaces/customer-account/components/Select.d.ts +79 -0
- package/build/ts/surfaces/customer-account/components/Sheet.d.ts +94 -0
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +40 -0
- package/build/ts/surfaces/customer-account/components/Spinner.d.ts +14 -4
- package/build/ts/surfaces/customer-account/components/Stack.d.ts +20 -9
- package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Summary.d.ts +35 -0
- package/build/ts/surfaces/customer-account/components/Switch.d.ts +60 -0
- package/build/ts/surfaces/customer-account/components/Text.d.ts +20 -8
- package/build/ts/surfaces/customer-account/components/TextArea.d.ts +85 -0
- package/build/ts/surfaces/customer-account/components/TextField.d.ts +88 -21
- package/build/ts/surfaces/customer-account/components/Time.d.ts +21 -9
- package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +20 -8
- package/build/ts/surfaces/customer-account/components/UrlField.d.ts +84 -0
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +853 -85
- package/build/ts/surfaces/customer-account/components/components.d.ts +1683 -244
- package/build/ts/surfaces/customer-account/components/shared.d.ts +13 -2
- package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared.ts +29 -5
- package/build/ts/surfaces/customer-account/extension-targets.d.ts +6 -6
- package/build/ts/surfaces/customer-account/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/globals.d.ts +2 -1
- package/build/ts/surfaces/customer-account/globals.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/preact/live-navigation.d.ts +1 -2
- package/build/ts/surfaces/customer-account/preact/live-navigation.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/preact/navigation.d.ts +2 -2
- package/build/ts/surfaces/customer-account/preact/navigation.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/preact/subscription.d.ts +2 -2
- package/build/ts/surfaces/customer-account/preact/subscription.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +56 -742
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +56 -742
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +15 -0
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +182 -0
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +11 -0
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +22 -0
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +10 -0
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +21 -0
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +18 -0
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +15 -0
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +54 -0
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +24 -0
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +17 -0
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +29 -0
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +14 -0
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +67 -0
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +37 -0
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +21 -0
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +15 -0
- package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +15 -0
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +52 -0
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +60 -0
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Box.d.ts +138 -0
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Button.d.ts +67 -0
- package/build/ts/surfaces/point-of-sale/components/Choice.d.ts +49 -0
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +61 -0
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Clickable.d.ts +59 -0
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/DateField.d.ts +71 -0
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/DatePicker.d.ts +62 -0
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/DateSpinner.d.ts +62 -0
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/EmailField.d.ts +78 -0
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Heading.d.ts +49 -0
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +173 -0
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Image.d.ts +64 -0
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +70 -0
- package/build/ts/surfaces/point-of-sale/components/Navigator.d.ts +50 -0
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/NumberField.d.ts +150 -0
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Page.d.ts +62 -0
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
- package/build/ts/surfaces/point-of-sale/components/Screen.d.ts +91 -0
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +49 -0
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +62 -0
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Section.d.ts +62 -0
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +190 -0
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Text.d.ts +54 -0
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/TextArea.d.ts +79 -0
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +78 -0
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +61 -0
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/TimePicker.d.ts +62 -0
- package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +3095 -0
- package/build/ts/surfaces/point-of-sale/components/shared.d.ts +76 -0
- package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/components/targets/ActionExtensionComponents.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/components/targets/BasicComponents.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/components/targets/SmartGridComponents.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/event/data/BaseApi.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts +16 -0
- package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts +10 -0
- package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts +10 -0
- package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +13 -0
- package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/data.d.ts +9 -0
- package/build/ts/surfaces/point-of-sale/event/data.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts +9 -0
- package/build/ts/surfaces/point-of-sale/event/output/BaseOutput.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/event/output.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/event/output.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/extension-targets.d.ts +57 -0
- package/build/ts/surfaces/point-of-sale/extension-targets.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/globals.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/globals.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.cart-update.event.observe.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-complete.event.observe.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-start.event.observe.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.block.render.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.block.render.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.block.render.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.home.tile.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.order-details.block.render.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.product-details.block.render.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.block.render.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.receipt-footer.block.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.receipt-header.block.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.menu-item.render.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +34 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.return.post.block.render.d.ts +20 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.transaction-complete.event.observe.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts +21 -0
- package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/cart.d.ts +165 -0
- package/build/ts/surfaces/point-of-sale/types/cart.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/country-code.d.ts +248 -0
- package/build/ts/surfaces/point-of-sale/types/country-code.d.ts.map +1 -0
- 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/direct-api-request-body.d.ts +14 -0
- package/build/ts/surfaces/point-of-sale/types/direct-api-request-body.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/types/discount-allocation.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/money.d.ts +9 -0
- package/build/ts/surfaces/point-of-sale/types/money.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts +15 -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/order.d.ts +10 -0
- package/build/ts/surfaces/point-of-sale/types/order.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts +19 -0
- package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/payment.d.ts +7 -0
- package/build/ts/surfaces/point-of-sale/types/payment.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts +64 -0
- package/build/ts/surfaces/point-of-sale/types/pin-pad.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/product.d.ts +61 -0
- package/build/ts/surfaces/point-of-sale/types/product.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/session.d.ts +33 -0
- package/build/ts/surfaces/point-of-sale/types/session.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts +16 -0
- package/build/ts/surfaces/point-of-sale/types/shipping-line.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts +45 -0
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts +13 -0
- package/build/ts/surfaces/point-of-sale/types/tax-line.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/types/transaction-type.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale.d.ts.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +24 -3
- package/src/docs/shared/components/Avatar.ts +12 -0
- package/src/docs/shared/components/Badge.ts +1 -1
- package/src/docs/shared/components/Banner.ts +1 -1
- package/src/docs/shared/components/ButtonGroup.ts +11 -0
- package/src/docs/shared/components/Checkbox.ts +1 -1
- package/src/docs/shared/components/Chip.ts +12 -0
- package/src/docs/shared/components/Choice.ts +1 -1
- package/src/docs/shared/components/ChoiceList.ts +1 -1
- package/src/docs/shared/components/Clickable.ts +1 -1
- package/src/docs/shared/components/ClickableChip.ts +12 -0
- package/src/docs/shared/components/ColorField.ts +11 -0
- package/src/docs/shared/components/ColorPicker.ts +11 -0
- package/src/docs/shared/components/DateField.ts +11 -0
- package/src/docs/shared/components/DatePicker.ts +1 -1
- package/src/docs/shared/components/Divider.ts +1 -1
- package/src/docs/shared/components/EmailField.ts +1 -1
- package/src/docs/shared/components/Grid.ts +1 -1
- package/src/docs/shared/components/GridItem.ts +1 -1
- package/src/docs/shared/components/Map.ts +12 -0
- package/src/docs/shared/components/MapMarker.ts +12 -0
- package/src/docs/shared/components/Menu.ts +12 -0
- package/src/docs/shared/components/Modal.ts +12 -0
- package/src/docs/shared/components/MoneyField.ts +2 -3
- package/src/docs/shared/components/NumberField.ts +1 -1
- package/src/docs/shared/components/Option.ts +12 -0
- package/src/docs/shared/components/OptionGroup.ts +12 -0
- package/src/docs/shared/components/Paragraph.ts +1 -1
- package/src/docs/shared/components/PasswordField.ts +1 -1
- package/src/docs/shared/components/PhoneField.ts +11 -0
- package/src/docs/shared/components/Popover.ts +12 -0
- package/src/docs/shared/components/ProductThumbnail.ts +11 -0
- package/src/docs/shared/components/QueryContainer.ts +12 -0
- package/src/docs/shared/components/SearchField.ts +1 -1
- package/src/docs/shared/components/Section.ts +1 -1
- package/src/docs/shared/components/Select.ts +1 -1
- package/src/docs/shared/components/Switch.ts +1 -1
- package/src/docs/shared/components/Table.ts +1 -1
- package/src/docs/shared/components/TableBody.ts +1 -1
- package/src/docs/shared/components/TableCell.ts +1 -1
- package/src/docs/shared/components/TableHeader.ts +1 -1
- package/src/docs/shared/components/TableHeaderRow.ts +1 -1
- package/src/docs/shared/components/TableRow.ts +1 -1
- package/src/docs/shared/components/TextArea.ts +1 -1
- package/src/docs/shared/components/Thumbnail.ts +12 -0
- package/src/docs/shared/components/Tooltip.ts +12 -0
- package/src/docs/shared/components/URLField.ts +1 -1
- package/src/docs/shared/components/index.ts +1 -0
- package/src/docs/shared/docs-type.ts +6 -5
- package/src/shared.ts +46 -0
- package/src/surfaces/admin/api/standard/standard.ts +7 -1
- package/src/surfaces/admin/api/standard/storage.ts +110 -0
- package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
- package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
- package/src/surfaces/admin/components/AdminPrintAction/examples/default.tsx +1 -1
- package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
- package/src/surfaces/admin/components/Avatar/examples/default.html +4 -0
- package/src/surfaces/admin/components/Avatar.d.ts +133 -0
- package/src/surfaces/admin/components/Badge.d.ts +22 -8
- package/src/surfaces/admin/components/Banner.d.ts +21 -16
- package/src/surfaces/admin/components/Box.d.ts +42 -26
- package/src/surfaces/admin/components/Button.d.ts +35 -20
- package/src/surfaces/admin/components/ButtonGroup/examples/default.html +4 -0
- package/src/surfaces/admin/components/ButtonGroup.d.ts +129 -0
- package/src/surfaces/admin/components/Checkbox.d.ts +22 -12
- package/src/surfaces/admin/components/Chip/examples/default.html +1 -0
- package/src/surfaces/admin/components/Chip.d.ts +125 -0
- package/src/surfaces/admin/components/Choice.d.ts +29 -8
- package/src/surfaces/admin/components/ChoiceList/examples/default.html +3 -3
- package/src/surfaces/admin/components/ChoiceList.d.ts +21 -16
- package/src/surfaces/admin/components/Clickable.d.ts +56 -39
- package/src/surfaces/admin/components/ClickableChip/examples/default.html +1 -0
- package/src/surfaces/admin/components/ClickableChip.d.ts +156 -0
- package/src/surfaces/admin/components/ColorField/examples/default.html +4 -0
- package/src/surfaces/admin/components/ColorField.d.ts +240 -0
- package/src/surfaces/admin/components/ColorPicker/examples/default.html +4 -0
- package/src/surfaces/admin/components/ColorPicker.d.ts +132 -0
- package/src/surfaces/admin/components/DateField/examples/default.html +1 -0
- package/src/surfaces/admin/components/DateField.d.ts +246 -0
- package/src/surfaces/admin/components/DatePicker.d.ts +18 -35
- package/src/surfaces/admin/components/Divider.d.ts +12 -5
- package/src/surfaces/admin/components/DropZone/examples/default.html +9 -0
- package/src/surfaces/admin/components/DropZone.d.ts +160 -0
- package/src/surfaces/admin/components/EmailField.d.ts +15 -15
- package/src/surfaces/admin/components/Form.d.ts +43 -35
- package/src/surfaces/admin/components/FunctionSettings.d.ts +183 -0
- package/src/surfaces/admin/components/Grid.d.ts +61 -33
- package/src/surfaces/admin/components/GridItem.d.ts +43 -26
- package/src/surfaces/admin/components/Heading.d.ts +17 -6
- package/src/surfaces/admin/components/Icon.d.ts +17 -6
- package/src/surfaces/admin/components/Image/examples/default.html +1 -1
- package/src/surfaces/admin/components/Image.d.ts +41 -42
- package/src/surfaces/admin/components/Link.d.ts +35 -29
- package/src/surfaces/admin/components/ListItem.d.ts +18 -6
- package/src/surfaces/admin/components/Menu/examples/default.html +7 -0
- package/src/surfaces/admin/components/Menu.d.ts +143 -0
- package/src/surfaces/admin/components/Modal/examples/default.html +23 -0
- package/src/surfaces/admin/components/Modal.d.ts +231 -0
- package/src/surfaces/admin/components/MoneyField/examples/default.html +0 -1
- package/src/surfaces/admin/components/MoneyField.d.ts +16 -20
- package/src/surfaces/admin/components/NumberField.d.ts +15 -17
- package/src/surfaces/admin/components/Option.d.ts +17 -5
- package/src/surfaces/admin/components/OptionGroup.d.ts +18 -5
- package/src/surfaces/admin/components/OrderedList.d.ts +18 -6
- package/src/surfaces/admin/components/Page/examples/default.html +3 -3
- package/src/surfaces/admin/components/Page.d.ts +42 -6
- package/src/surfaces/admin/components/Paragraph.d.ts +18 -6
- package/src/surfaces/admin/components/PasswordField.d.ts +15 -15
- package/src/surfaces/admin/components/Popover/examples/default.html +8 -0
- package/src/surfaces/admin/components/Popover.d.ts +379 -0
- package/src/surfaces/admin/components/QueryContainer/examples/default.html +8 -0
- package/src/surfaces/admin/components/QueryContainer.d.ts +106 -0
- package/src/surfaces/admin/components/SearchField.d.ts +18 -16
- package/src/surfaces/admin/components/Section.d.ts +17 -6
- package/src/surfaces/admin/components/Select/examples/default.html +4 -0
- package/src/surfaces/admin/components/Select.d.ts +40 -16
- package/src/surfaces/admin/components/Spinner.d.ts +12 -2
- package/src/surfaces/admin/components/Stack.d.ts +66 -43
- package/src/surfaces/admin/components/StandardComponents.ts +11 -0
- package/src/surfaces/admin/components/Switch.d.ts +16 -12
- package/src/surfaces/admin/components/Table.d.ts +29 -17
- package/src/surfaces/admin/components/TableBody.d.ts +18 -6
- package/src/surfaces/admin/components/TableCell.d.ts +34 -7
- package/src/surfaces/admin/components/TableHeader.d.ts +26 -7
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +19 -6
- package/src/surfaces/admin/components/TableRow.d.ts +21 -7
- package/src/surfaces/admin/components/Text.d.ts +19 -6
- package/src/surfaces/admin/components/TextArea.d.ts +15 -15
- package/src/surfaces/admin/components/TextField.d.ts +17 -15
- package/src/surfaces/admin/components/Thumbnail/examples/default.html +4 -0
- package/src/surfaces/admin/components/Thumbnail.d.ts +127 -0
- package/src/surfaces/admin/components/Tooltip/examples/default.html +2 -0
- package/src/surfaces/admin/components/Tooltip.d.ts +148 -0
- package/src/surfaces/admin/components/URLField.d.ts +15 -15
- package/src/surfaces/admin/components/UnorderedList.d.ts +18 -6
- package/src/surfaces/admin/components/patterns/examples/appCard.html +30 -0
- package/src/surfaces/admin/components/patterns/examples/calloutCard.html +35 -0
- package/src/surfaces/admin/components/patterns/examples/details.html +228 -0
- package/src/surfaces/admin/components/patterns/examples/details.jsx +255 -0
- package/src/surfaces/admin/components/patterns/examples/emptyState.html +27 -0
- package/src/surfaces/admin/components/patterns/examples/homepage.html +554 -0
- package/src/surfaces/admin/components/patterns/examples/homepage.jsx +654 -0
- package/src/surfaces/admin/components/patterns/examples/index.html +135 -0
- package/src/surfaces/admin/components/patterns/examples/index.jsx +150 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable.html +127 -0
- package/src/surfaces/admin/components/patterns/examples/interstitialNav.html +72 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard.html +23 -0
- package/src/surfaces/admin/components/patterns/examples/metricsCard.html +51 -0
- package/src/surfaces/admin/components/patterns/examples/settings.html +194 -0
- package/src/surfaces/admin/components/patterns/examples/settings.jsx +207 -0
- package/src/surfaces/admin/components/patterns/examples/setupGuide.html +91 -0
- package/src/surfaces/admin/components/patterns/index.ab.doc.ts +80 -0
- package/src/surfaces/admin/components/shared.d.ts +1206 -741
- package/src/surfaces/admin/components.d.ts +3736 -1805
- package/src/surfaces/admin/docs-types.ts +8 -1
- package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +1 -2
- package/src/surfaces/checkout/api/checkout/checkout.ts +12 -2
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +1 -1
- package/src/surfaces/checkout/api/payment/payment-option-item.ts +1 -1
- package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +1 -2
- package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +1 -1
- package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +1 -1
- package/src/surfaces/checkout/api/shared.ts +5 -0
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +1 -2
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +1 -2
- package/src/surfaces/checkout/api/standard/standard.ts +23 -3
- package/src/surfaces/checkout/components/Abbreviation.d.ts +21 -9
- package/src/surfaces/checkout/components/Badge.d.ts +56 -0
- package/src/surfaces/checkout/components/Banner.d.ts +55 -13
- package/src/surfaces/checkout/components/Box.d.ts +20 -9
- package/src/surfaces/checkout/components/Button.d.ts +44 -13
- package/src/surfaces/checkout/components/Chat/examples/app-bridge-communication.example.tsx +58 -0
- package/src/surfaces/checkout/components/Chat/examples/app-bridge-css.example.css +16 -0
- package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.html +48 -0
- package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.tsx +9 -0
- package/src/surfaces/checkout/components/Chat/examples/include-app-bridge.example.html +3 -0
- package/src/surfaces/checkout/components/Chat/examples/shopify-extension-toml.example.toml +5 -0
- package/src/surfaces/checkout/components/Checkbox/examples/basic-checkbox.example.html +1 -0
- package/src/surfaces/checkout/components/Checkbox.d.ts +60 -0
- package/src/surfaces/checkout/components/Clickable.d.ts +89 -0
- package/src/surfaces/checkout/components/ClipboardItem.d.ts +39 -9
- package/src/surfaces/checkout/components/Details.d.ts +72 -0
- package/src/surfaces/checkout/components/Divider.d.ts +31 -0
- package/src/surfaces/checkout/components/DropZone.d.ts +39 -9
- package/src/surfaces/checkout/components/EmailField/examples/basic-emailfield.example.html +4 -0
- package/src/surfaces/checkout/components/EmailField.d.ts +85 -0
- package/src/surfaces/checkout/components/Form/examples/basic-form.example.html +1 -1
- package/src/surfaces/checkout/components/Form.d.ts +40 -12
- package/src/surfaces/checkout/components/Grid.d.ts +64 -0
- package/src/surfaces/checkout/components/GridItem.d.ts +54 -0
- package/src/surfaces/checkout/components/Heading.d.ts +20 -8
- package/src/surfaces/checkout/components/Icon.d.ts +22 -9
- package/src/surfaces/checkout/components/Image.d.ts +13 -7
- package/src/surfaces/checkout/components/Link.d.ts +44 -13
- package/src/surfaces/checkout/components/ListItem.d.ts +22 -10
- package/src/surfaces/checkout/components/Map/examples/basic-map.example.html +3 -0
- package/src/surfaces/checkout/components/Map.d.ts +78 -0
- package/src/surfaces/checkout/components/MapMarker.d.ts +77 -0
- package/src/surfaces/checkout/components/Modal/examples/basic-modal.example.html +20 -0
- package/src/surfaces/checkout/components/Modal.d.ts +90 -0
- package/src/surfaces/checkout/components/NumberField.d.ts +85 -0
- package/src/surfaces/checkout/components/Option.d.ts +46 -0
- package/src/surfaces/checkout/components/OrderedList.d.ts +20 -8
- package/src/surfaces/checkout/components/Paragraph.d.ts +20 -8
- package/src/surfaces/checkout/components/PasswordField.d.ts +84 -0
- package/src/surfaces/checkout/components/PaymentIcon.d.ts +14 -7
- package/src/surfaces/checkout/components/PhoneField/examples/basic-phonefield.example.html +2 -0
- package/src/surfaces/checkout/components/PhoneField.d.ts +100 -0
- package/src/surfaces/checkout/components/Popover.d.ts +68 -0
- package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-productthumbnail.example.html +4 -0
- package/src/surfaces/checkout/components/ProductThumbnail.d.ts +41 -0
- package/src/surfaces/checkout/components/Progress.d.ts +14 -4
- package/src/surfaces/checkout/components/QRCode.d.ts +35 -8
- package/src/surfaces/checkout/components/ScrollBox.d.ts +54 -0
- package/src/surfaces/checkout/components/Section.d.ts +20 -8
- package/src/surfaces/checkout/components/Select.d.ts +79 -0
- package/src/surfaces/checkout/components/Sheet.d.ts +94 -0
- package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +40 -0
- package/src/surfaces/checkout/components/Spinner.d.ts +14 -4
- package/src/surfaces/checkout/components/Stack.d.ts +20 -9
- package/src/surfaces/checkout/components/Summary.d.ts +35 -0
- package/src/surfaces/checkout/components/Switch.d.ts +60 -0
- package/src/surfaces/checkout/components/Text.d.ts +20 -8
- package/src/surfaces/checkout/components/TextArea/examples/basic-textarea.example.html +5 -0
- package/src/surfaces/checkout/components/TextArea.d.ts +85 -0
- package/src/surfaces/checkout/components/TextField.d.ts +88 -21
- package/src/surfaces/checkout/components/Time.d.ts +21 -9
- package/src/surfaces/checkout/components/UnorderedList.d.ts +20 -8
- package/src/surfaces/checkout/components/UrlField.d.ts +84 -0
- package/src/surfaces/checkout/components/components-shared.d.ts +853 -85
- package/src/surfaces/checkout/components/components.d.ts +1683 -244
- package/src/surfaces/checkout/extension-targets.ts +8 -0
- package/src/surfaces/checkout/preact/attributes.ts +2 -2
- package/src/surfaces/checkout/preact/subscription.ts +2 -1
- package/src/surfaces/checkout/preact/tests/delivery-group-target.test.ts +2 -2
- package/src/surfaces/checkout/shared.ts +65 -31
- package/src/surfaces/checkout.ts +1 -0
- package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +2 -3
- package/src/surfaces/customer-account/api/docs.ts +81 -26
- package/src/surfaces/customer-account/api/order-status/order-status.ts +29 -42
- package/src/surfaces/customer-account/api/shared.ts +55 -44
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +42 -23
- package/src/surfaces/customer-account/api.ts +8 -4
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +10 -0
- package/src/surfaces/customer-account/components/Avatar.d.ts +92 -0
- package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup-preact.example.tsx +22 -0
- package/src/surfaces/customer-account/components/ButtonGroup.d.ts +39 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +8 -7
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +16 -6
- package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-preact.example.tsx +6 -4
- package/src/surfaces/customer-account/components/ImageGroup.d.ts +5 -5
- package/src/surfaces/customer-account/components/Menu/examples/basic-Menu-preact.example.tsx +24 -0
- package/src/surfaces/customer-account/components/Menu.d.ts +25 -0
- package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +10 -9
- package/src/surfaces/customer-account/components/Page.d.ts +19 -6
- package/src/surfaces/customer-account/components/Section/examples/basic-Section-preact.example.tsx +23 -0
- package/src/surfaces/customer-account/components/Section.d.ts +46 -0
- package/src/surfaces/customer-account/components/StandardComponents.ts +6 -2
- package/src/surfaces/customer-account/components/shared.ts +29 -5
- package/src/surfaces/customer-account/components.d.ts +124 -31
- package/src/surfaces/customer-account/extension-targets.ts +15 -9
- package/src/surfaces/customer-account/globals.ts +4 -4
- package/src/surfaces/customer-account/preact/live-navigation.ts +1 -8
- package/src/surfaces/customer-account/preact/navigation.ts +3 -10
- package/src/surfaces/customer-account/preact/subscription.ts +7 -6
- package/src/surfaces/point-of-sale/api/action-api/action-api.ts +15 -0
- package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +7 -0
- package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +239 -0
- package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +11 -0
- package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +25 -0
- package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +10 -0
- package/src/surfaces/point-of-sale/api/device-api/device-api.ts +21 -0
- package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +20 -0
- package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +16 -0
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +63 -0
- package/src/surfaces/point-of-sale/api/order-api/order-api.ts +26 -0
- package/src/surfaces/point-of-sale/api/pin-pad-api.ts +23 -0
- package/src/surfaces/point-of-sale/api/print-api/print-api.ts +29 -0
- package/src/surfaces/point-of-sale/api/product-api/product-api.ts +14 -0
- package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +94 -0
- package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +42 -0
- package/src/surfaces/point-of-sale/api/session-api/session-api.ts +22 -0
- package/src/surfaces/point-of-sale/api/standard/standard-api.ts +21 -0
- package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +16 -0
- package/src/surfaces/point-of-sale/api.ts +128 -0
- package/src/surfaces/point-of-sale/components/Badge/examples/default.html +5 -0
- package/src/surfaces/point-of-sale/components/Badge.d.ts +52 -0
- package/src/surfaces/point-of-sale/components/Banner/examples/default.html +15 -0
- package/src/surfaces/point-of-sale/components/Banner.d.ts +60 -0
- package/src/surfaces/point-of-sale/components/Box/examples/default.html +3 -0
- package/src/surfaces/point-of-sale/components/Box.d.ts +138 -0
- package/src/surfaces/point-of-sale/components/Button/examples/default.html +4 -0
- package/src/surfaces/point-of-sale/components/Button.d.ts +67 -0
- package/src/surfaces/point-of-sale/components/Choice.d.ts +49 -0
- package/src/surfaces/point-of-sale/components/ChoiceList/examples/default.html +5 -0
- package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +61 -0
- package/src/surfaces/point-of-sale/components/Clickable/examples/default.html +3 -0
- package/src/surfaces/point-of-sale/components/Clickable.d.ts +59 -0
- package/src/surfaces/point-of-sale/components/DateField/examples/default.html +12 -0
- package/src/surfaces/point-of-sale/components/DateField.d.ts +71 -0
- package/src/surfaces/point-of-sale/components/DatePicker/examples/default.html +8 -0
- package/src/surfaces/point-of-sale/components/DatePicker.d.ts +62 -0
- package/src/surfaces/point-of-sale/components/DateSpinner/examples/default.html +8 -0
- package/src/surfaces/point-of-sale/components/DateSpinner.d.ts +62 -0
- package/src/surfaces/point-of-sale/components/EmailField/examples/default.html +12 -0
- package/src/surfaces/point-of-sale/components/EmailField.d.ts +78 -0
- package/src/surfaces/point-of-sale/components/Heading/examples/default.html +8 -0
- package/src/surfaces/point-of-sale/components/Heading.d.ts +49 -0
- package/src/surfaces/point-of-sale/components/Icon/examples/default.html +1 -0
- package/src/surfaces/point-of-sale/components/Icon.d.ts +173 -0
- package/src/surfaces/point-of-sale/components/Image/examples/default.html +1 -0
- package/src/surfaces/point-of-sale/components/Image.d.ts +64 -0
- package/src/surfaces/point-of-sale/components/Modal/examples/default.html +9 -0
- package/src/surfaces/point-of-sale/components/Modal.d.ts +70 -0
- package/src/surfaces/point-of-sale/components/Navigator.d.ts +50 -0
- package/src/surfaces/point-of-sale/components/NumberField/examples/default.html +2 -0
- package/src/surfaces/point-of-sale/components/NumberField.d.ts +150 -0
- package/src/surfaces/point-of-sale/components/Page/examples/default.html +6 -0
- package/src/surfaces/point-of-sale/components/Page.d.ts +62 -0
- package/src/surfaces/point-of-sale/components/PosBlock/examples/default.html +11 -0
- package/src/surfaces/point-of-sale/components/PosBlock.d.ts +64 -0
- package/src/surfaces/point-of-sale/components/Screen.d.ts +91 -0
- package/src/surfaces/point-of-sale/components/ScrollBox/examples/default.html +7 -0
- package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +49 -0
- package/src/surfaces/point-of-sale/components/SearchField/examples/default.html +1 -0
- package/src/surfaces/point-of-sale/components/SearchField.d.ts +62 -0
- package/src/surfaces/point-of-sale/components/Section/examples/default.html +10 -0
- package/src/surfaces/point-of-sale/components/Section.d.ts +62 -0
- package/src/surfaces/point-of-sale/components/Stack/examples/default.html +4 -0
- package/src/surfaces/point-of-sale/components/Stack.d.ts +190 -0
- package/src/surfaces/point-of-sale/components/Text/examples/default.html +6 -0
- package/src/surfaces/point-of-sale/components/Text.d.ts +54 -0
- package/src/surfaces/point-of-sale/components/TextArea/examples/default.html +1 -0
- package/src/surfaces/point-of-sale/components/TextArea.d.ts +79 -0
- package/src/surfaces/point-of-sale/components/TextField/examples/default.html +3 -0
- package/src/surfaces/point-of-sale/components/TextField.d.ts +78 -0
- package/src/surfaces/point-of-sale/components/Tile/examples/default.html +5 -0
- package/src/surfaces/point-of-sale/components/Tile.d.ts +61 -0
- package/src/surfaces/point-of-sale/components/TimeField/examples/default.html +12 -0
- package/src/surfaces/point-of-sale/components/TimeField.d.ts +65 -0
- package/src/surfaces/point-of-sale/components/TimePicker/examples/default.html +4 -0
- package/src/surfaces/point-of-sale/components/TimePicker.d.ts +62 -0
- package/src/surfaces/point-of-sale/components/components-shared.d.ts +3095 -0
- package/src/surfaces/point-of-sale/components/shared.d.ts +76 -0
- package/src/surfaces/point-of-sale/components/targets/ActionExtensionComponents.ts +1 -0
- package/src/surfaces/point-of-sale/components/targets/BasicComponents.ts +3 -0
- package/src/surfaces/point-of-sale/components/targets/BlockExtensionComponents.ts +18 -0
- package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -0
- package/src/surfaces/point-of-sale/components/targets/SmartGridComponents.ts +1 -0
- package/src/surfaces/point-of-sale/components/targets/StandardComponents.ts +36 -0
- package/src/surfaces/point-of-sale/components.d.ts +5838 -0
- package/src/surfaces/point-of-sale/event/data/BaseApi.ts +3 -0
- package/src/surfaces/point-of-sale/event/data/BaseData.ts +8 -0
- package/src/surfaces/point-of-sale/event/data/CartUpdateEventData.ts +7 -0
- package/src/surfaces/point-of-sale/event/data/CashTrackingSessionData.ts +17 -0
- package/src/surfaces/point-of-sale/event/data/ExchangeTransactionData.ts +10 -0
- package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +7 -0
- package/src/surfaces/point-of-sale/event/data/ReturnTransactionData.ts +10 -0
- package/src/surfaces/point-of-sale/event/data/SaleTransactionData.ts +8 -0
- package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +21 -0
- package/src/surfaces/point-of-sale/event/data.ts +16 -0
- package/src/surfaces/point-of-sale/event/output/BaseOutput.ts +8 -0
- package/src/surfaces/point-of-sale/event/output.ts +1 -0
- package/src/surfaces/point-of-sale/extension-targets.ts +202 -0
- package/src/surfaces/point-of-sale/globals.ts +6 -0
- package/src/surfaces/point-of-sale/types/base-transaction-complete.ts +21 -0
- package/src/surfaces/point-of-sale/types/cart.ts +174 -0
- package/src/surfaces/point-of-sale/types/country-code.ts +249 -0
- package/src/surfaces/point-of-sale/types/device.ts +14 -0
- package/src/surfaces/point-of-sale/types/direct-api-request-body.ts +13 -0
- package/src/surfaces/point-of-sale/types/discount-allocation.ts +5 -0
- package/src/surfaces/point-of-sale/types/money.ts +9 -0
- package/src/surfaces/point-of-sale/types/multiple-resource-result.ts +14 -0
- package/src/surfaces/point-of-sale/types/order.ts +12 -0
- package/src/surfaces/point-of-sale/types/paginated-result.ts +20 -0
- package/src/surfaces/point-of-sale/types/payment.ts +16 -0
- package/src/surfaces/point-of-sale/types/pin-pad.ts +64 -0
- package/src/surfaces/point-of-sale/types/product.ts +64 -0
- package/src/surfaces/point-of-sale/types/session.ts +39 -0
- package/src/surfaces/point-of-sale/types/shipping-line.ts +18 -0
- package/src/surfaces/point-of-sale/types/storage.ts +73 -0
- package/src/surfaces/point-of-sale/types/tax-line.ts +10 -0
- package/src/surfaces/point-of-sale/types/transaction-type.ts +1 -0
- package/src/surfaces/point-of-sale.ts +4 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +0 -15
- package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-js.example.ts +0 -17
- package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +0 -39
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
/** VERSION: 0.0.0 **/
|
|
2
|
-
/* eslint-disable import/extensions */
|
|
2
|
+
/* eslint-disable import-x/extensions */
|
|
3
3
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
4
|
/* eslint-disable @typescript-eslint/member-ordering */
|
|
5
5
|
/* eslint-disable line-comment-position */
|
|
6
6
|
/* eslint-disable @typescript-eslint/unified-signatures */
|
|
7
7
|
/* eslint-disable no-var */
|
|
8
|
-
/* eslint-disable import/namespace */
|
|
8
|
+
/* eslint-disable import-x/namespace */
|
|
9
9
|
/**
|
|
10
10
|
* TODO: Update `any` type here after this is resolved
|
|
11
11
|
* https://github.com/Shopify/ui-api-design/issues/139
|
|
12
12
|
*/
|
|
13
13
|
export type ComponentChildren = any;
|
|
14
|
-
interface
|
|
14
|
+
export interface GlobalProps {
|
|
15
|
+
/**
|
|
16
|
+
* A unique identifier for the element.
|
|
17
|
+
*/
|
|
18
|
+
id?: string;
|
|
19
|
+
}
|
|
20
|
+
interface AbbreviationProps$1 extends GlobalProps {
|
|
15
21
|
/**
|
|
16
22
|
* The content of the abbreviation or acronym.
|
|
17
23
|
*/
|
|
@@ -27,14 +33,18 @@ interface AbbreviationProps$1 {
|
|
|
27
33
|
*/
|
|
28
34
|
title?: string;
|
|
29
35
|
}
|
|
30
|
-
export
|
|
31
|
-
export type ColorKeyword = "subdued" | "base" | "strong";
|
|
32
|
-
export interface GlobalProps {
|
|
36
|
+
export interface ActionSlots {
|
|
33
37
|
/**
|
|
34
|
-
*
|
|
38
|
+
* The primary action to perform, provided as a button or link type element.
|
|
35
39
|
*/
|
|
36
|
-
|
|
40
|
+
primaryAction?: ComponentChildren;
|
|
41
|
+
/**
|
|
42
|
+
* The secondary actions to perform, provided as button or link type elements.
|
|
43
|
+
*/
|
|
44
|
+
secondaryActions?: ComponentChildren;
|
|
37
45
|
}
|
|
46
|
+
export type SizeKeyword = "small-500" | "small-400" | "small-300" | "small-200" | "small-100" | "small" | "base" | "large" | "large-100" | "large-200" | "large-300" | "large-400" | "large-500";
|
|
47
|
+
export type ColorKeyword = "subdued" | "base" | "strong";
|
|
38
48
|
export type BackgroundColorKeyword = "transparent" | ColorKeyword;
|
|
39
49
|
export interface BackgroundProps {
|
|
40
50
|
/**
|
|
@@ -65,8 +75,8 @@ declare const privateIconArray: readonly [
|
|
|
65
75
|
"alert-location",
|
|
66
76
|
"alert-octagon-filled",
|
|
67
77
|
"alert-octagon",
|
|
68
|
-
"alert-triangle",
|
|
69
78
|
"alert-triangle-filled",
|
|
79
|
+
"alert-triangle",
|
|
70
80
|
"app-extension",
|
|
71
81
|
"apps",
|
|
72
82
|
"archive",
|
|
@@ -109,6 +119,8 @@ declare const privateIconArray: readonly [
|
|
|
109
119
|
"camera-flip",
|
|
110
120
|
"camera",
|
|
111
121
|
"caret-down",
|
|
122
|
+
"caret-left",
|
|
123
|
+
"caret-right",
|
|
112
124
|
"caret-up",
|
|
113
125
|
"cart-abandoned",
|
|
114
126
|
"cart-discount",
|
|
@@ -289,8 +301,9 @@ declare const privateIconArray: readonly [
|
|
|
289
301
|
"incentive",
|
|
290
302
|
"incoming",
|
|
291
303
|
"incomplete",
|
|
292
|
-
"info",
|
|
293
304
|
"info-filled",
|
|
305
|
+
"info",
|
|
306
|
+
"inheritance",
|
|
294
307
|
"inventory-updated",
|
|
295
308
|
"inventory",
|
|
296
309
|
"iq",
|
|
@@ -414,14 +427,15 @@ declare const privateIconArray: readonly [
|
|
|
414
427
|
"phone-in",
|
|
415
428
|
"phone-out",
|
|
416
429
|
"phone",
|
|
417
|
-
"pin",
|
|
418
430
|
"pin-remove",
|
|
431
|
+
"pin",
|
|
419
432
|
"plan",
|
|
420
433
|
"play-circle",
|
|
421
434
|
"play",
|
|
422
|
-
"plus-circle",
|
|
423
435
|
"plus-circle-down",
|
|
436
|
+
"plus-circle-filled",
|
|
424
437
|
"plus-circle-up",
|
|
438
|
+
"plus-circle",
|
|
425
439
|
"plus",
|
|
426
440
|
"point-of-sale",
|
|
427
441
|
"price-list",
|
|
@@ -464,6 +478,7 @@ declare const privateIconArray: readonly [
|
|
|
464
478
|
"sandbox",
|
|
465
479
|
"save",
|
|
466
480
|
"savings",
|
|
481
|
+
"search-add",
|
|
467
482
|
"search-list",
|
|
468
483
|
"search-recent",
|
|
469
484
|
"search-resource",
|
|
@@ -585,44 +600,48 @@ export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
|
|
|
585
600
|
* // ^? 'foo' | 'bar' | (string & {})
|
|
586
601
|
*/
|
|
587
602
|
export type AnyString = string & {};
|
|
588
|
-
|
|
603
|
+
/**
|
|
604
|
+
* This is purely to give the ability
|
|
605
|
+
* to have a space or not in the string literal types.
|
|
606
|
+
*
|
|
607
|
+
* For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
|
|
608
|
+
*/
|
|
609
|
+
export type optionalSpace = "" | " ";
|
|
610
|
+
interface BadgeProps$1 extends GlobalProps {
|
|
589
611
|
/**
|
|
590
|
-
* The
|
|
612
|
+
* The content of the Badge.
|
|
591
613
|
*/
|
|
592
|
-
|
|
614
|
+
children?: ComponentChildren;
|
|
593
615
|
/**
|
|
594
|
-
*
|
|
616
|
+
* Sets the tone of the Badge, based on the intention of the information being conveyed.
|
|
617
|
+
*
|
|
618
|
+
* @default 'auto'
|
|
595
619
|
*/
|
|
596
|
-
|
|
597
|
-
}
|
|
598
|
-
/**
|
|
599
|
-
* Used for Container Query-related props.
|
|
600
|
-
*/
|
|
601
|
-
export interface ContainerProps {
|
|
620
|
+
tone?: ToneKeyword;
|
|
602
621
|
/**
|
|
603
|
-
*
|
|
622
|
+
* Modify the color to be more or less intense.
|
|
604
623
|
*
|
|
605
|
-
* @
|
|
624
|
+
* @default 'base'
|
|
625
|
+
*/
|
|
626
|
+
color?: ColorKeyword;
|
|
627
|
+
/**
|
|
628
|
+
* The type of icon to be displayed in the badge.
|
|
606
629
|
*
|
|
607
630
|
* @default ''
|
|
608
|
-
*
|
|
609
|
-
* @implementation All components that implement this interface must put a containerName of `s-default` on the root element of that component, regardless of the value of `containerType`.
|
|
610
|
-
* The developer-supplied containerName here would be in addition to the above-mentioned containerName.
|
|
611
631
|
*/
|
|
612
|
-
|
|
632
|
+
icon?: IconType | AnyString;
|
|
613
633
|
/**
|
|
614
|
-
* The
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
*
|
|
619
|
-
* - `inline-size`: Establishes a query container for dimensional queries on the inline axis of the container. Applies layout, style, and inline-size containment to the element.
|
|
634
|
+
* The position of the icon in relation to the text.
|
|
635
|
+
*/
|
|
636
|
+
iconPosition?: "start" | "end";
|
|
637
|
+
/**
|
|
638
|
+
* Adjusts the size.
|
|
620
639
|
*
|
|
621
|
-
* @default '
|
|
640
|
+
* @default 'base'
|
|
622
641
|
*/
|
|
623
|
-
|
|
642
|
+
size?: SizeKeyword;
|
|
624
643
|
}
|
|
625
|
-
interface BannerProps$1 extends GlobalProps, ActionSlots
|
|
644
|
+
interface BannerProps$1 extends GlobalProps, ActionSlots {
|
|
626
645
|
/**
|
|
627
646
|
* The title of the banner.
|
|
628
647
|
*
|
|
@@ -673,7 +692,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots, ContainerProps {
|
|
|
673
692
|
*
|
|
674
693
|
* The `hidden` property will be `false` when this event fires.
|
|
675
694
|
*/
|
|
676
|
-
onDismiss?: () => void;
|
|
695
|
+
onDismiss?: (event: Event) => void;
|
|
677
696
|
/**
|
|
678
697
|
* Event handler when the banner has fully hidden.
|
|
679
698
|
*
|
|
@@ -683,7 +702,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots, ContainerProps {
|
|
|
683
702
|
* this event must fire after the banner has fully hidden.
|
|
684
703
|
* We can add an `onHide` event in future if we want to provide a hook for the start of the animation.
|
|
685
704
|
*/
|
|
686
|
-
onAfterHide?: () => void;
|
|
705
|
+
onAfterHide?: (event: Event) => void;
|
|
687
706
|
/**
|
|
688
707
|
* Determines whether the banner is hidden.
|
|
689
708
|
*
|
|
@@ -1093,7 +1112,7 @@ export interface OverflowProps {
|
|
|
1093
1112
|
*/
|
|
1094
1113
|
overflow?: "hidden" | "visible";
|
|
1095
1114
|
}
|
|
1096
|
-
export interface BaseBoxProps extends
|
|
1115
|
+
export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundProps, DisplayProps, SizingProps, PaddingProps, BorderProps, OverflowProps {
|
|
1097
1116
|
/**
|
|
1098
1117
|
* The content of the Box.
|
|
1099
1118
|
*/
|
|
@@ -1108,17 +1127,64 @@ export interface BaseBoxProps extends GlobalProps, AccessibilityVisibilityProps,
|
|
|
1108
1127
|
}
|
|
1109
1128
|
export interface BaseBoxPropsWithRole extends BaseBoxProps, AccessibilityRoleProps {
|
|
1110
1129
|
}
|
|
1111
|
-
interface BoxProps$1 extends BaseBoxPropsWithRole {
|
|
1130
|
+
interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {
|
|
1112
1131
|
}
|
|
1113
1132
|
export interface FocusEventProps {
|
|
1114
1133
|
/**
|
|
1115
1134
|
* Callback when the element loses focus.
|
|
1135
|
+
*
|
|
1136
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
|
|
1116
1137
|
*/
|
|
1117
|
-
onBlur?: () => void;
|
|
1138
|
+
onBlur?: (event: FocusEvent) => void;
|
|
1118
1139
|
/**
|
|
1119
1140
|
* Callback when the element receives focus.
|
|
1141
|
+
*
|
|
1142
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
|
|
1143
|
+
*/
|
|
1144
|
+
onFocus?: (event: FocusEvent) => void;
|
|
1145
|
+
}
|
|
1146
|
+
export interface ToggleEventProps {
|
|
1147
|
+
/**
|
|
1148
|
+
* Callback fired when the element state changes **after** any animations have finished.
|
|
1149
|
+
*
|
|
1150
|
+
* - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
|
|
1151
|
+
* `newState` property will be set to `open`.
|
|
1152
|
+
* - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
|
|
1153
|
+
* `newState` will be `closed`.
|
|
1154
|
+
*
|
|
1155
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
|
|
1156
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
|
|
1157
|
+
*/
|
|
1158
|
+
onAfterToggle?: (event: ToggleEvent$1) => void;
|
|
1159
|
+
/**
|
|
1160
|
+
* Callback straight after the element state changes.
|
|
1161
|
+
*
|
|
1162
|
+
* - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
|
|
1163
|
+
* `newState` property will be set to `open`.
|
|
1164
|
+
* - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
|
|
1165
|
+
* `newState` will be `closed`.
|
|
1166
|
+
*
|
|
1167
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event
|
|
1168
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
|
|
1169
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
|
|
1170
|
+
*/
|
|
1171
|
+
onToggle?: (event: ToggleEvent$1) => void;
|
|
1172
|
+
}
|
|
1173
|
+
export type ToggleState = "open" | "closed";
|
|
1174
|
+
interface ToggleEvent$1 extends Event {
|
|
1175
|
+
readonly newState: ToggleState;
|
|
1176
|
+
readonly oldState: ToggleState;
|
|
1177
|
+
}
|
|
1178
|
+
export interface ExtendableEvent extends Event {
|
|
1179
|
+
/**
|
|
1180
|
+
* Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
|
|
1181
|
+
*
|
|
1182
|
+
* This may be called many times, which adds promises to the event.
|
|
1183
|
+
*
|
|
1184
|
+
* However, this may only be called synchronously during the dispatch of the event.
|
|
1185
|
+
* As in, you cannot call it after a `setTimeout` or microtask.
|
|
1120
1186
|
*/
|
|
1121
|
-
|
|
1187
|
+
waitUntil?: (promise: Promise<void>) => void;
|
|
1122
1188
|
}
|
|
1123
1189
|
export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
1124
1190
|
/**
|
|
@@ -1136,8 +1202,10 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1136
1202
|
/**
|
|
1137
1203
|
* Callback when the button is activated.
|
|
1138
1204
|
* This will be called before the action indicated by `type`.
|
|
1205
|
+
*
|
|
1206
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
|
|
1139
1207
|
*/
|
|
1140
|
-
onClick?: () => void;
|
|
1208
|
+
onClick?: (event: Event) => void;
|
|
1141
1209
|
/**
|
|
1142
1210
|
* Disables the button, meaning it cannot be clicked or receive focus.
|
|
1143
1211
|
*
|
|
@@ -1184,8 +1252,10 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1184
1252
|
/**
|
|
1185
1253
|
* Callback when the link is activated.
|
|
1186
1254
|
* This will be called before navigating to the location specified by `href`.
|
|
1255
|
+
*
|
|
1256
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
|
|
1187
1257
|
*/
|
|
1188
|
-
onClick?: () => void;
|
|
1258
|
+
onClick?: (event: Event) => void;
|
|
1189
1259
|
}
|
|
1190
1260
|
export interface InteractionProps {
|
|
1191
1261
|
/**
|
|
@@ -1212,6 +1282,10 @@ export interface InteractionProps {
|
|
|
1212
1282
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
|
|
1213
1283
|
*/
|
|
1214
1284
|
command?: "--auto" | "--show" | "--hide" | "--toggle" | "--copy";
|
|
1285
|
+
/**
|
|
1286
|
+
* ID of a component that should respond to interest (e.g. hover and focus) on this component.
|
|
1287
|
+
*/
|
|
1288
|
+
interestFor?: string;
|
|
1215
1289
|
}
|
|
1216
1290
|
export interface BaseClickableProps extends ButtonBehaviorProps, LinkBehaviorProps {
|
|
1217
1291
|
}
|
|
@@ -1277,12 +1351,16 @@ export interface BaseInputProps {
|
|
|
1277
1351
|
export interface InputProps extends BaseInputProps {
|
|
1278
1352
|
/**
|
|
1279
1353
|
* Callback when the user has **finished editing** a field, e.g. once they have blurred the field.
|
|
1354
|
+
*
|
|
1355
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
|
|
1280
1356
|
*/
|
|
1281
|
-
onChange?: (
|
|
1357
|
+
onChange?: (event: Event) => void;
|
|
1282
1358
|
/**
|
|
1283
1359
|
* Callback when the user makes any changes in the field.
|
|
1360
|
+
*
|
|
1361
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
|
|
1284
1362
|
*/
|
|
1285
|
-
onInput?: (
|
|
1363
|
+
onInput?: (event: Event) => void;
|
|
1286
1364
|
/**
|
|
1287
1365
|
* The current value for the field. If omitted, the field will be empty.
|
|
1288
1366
|
*/
|
|
@@ -1396,6 +1474,48 @@ export interface FieldDecorationProps {
|
|
|
1396
1474
|
*/
|
|
1397
1475
|
accessory?: ComponentChildren;
|
|
1398
1476
|
}
|
|
1477
|
+
export interface NumberConstraintsProps {
|
|
1478
|
+
/**
|
|
1479
|
+
* The highest decimal or integer to be accepted for the field.
|
|
1480
|
+
* When used with `step` the value will round down to the max number.
|
|
1481
|
+
*
|
|
1482
|
+
* Note: a user will still be able to use the keyboard to input a number higher than
|
|
1483
|
+
* the max. It is up to the developer to add appropriate validation.
|
|
1484
|
+
*
|
|
1485
|
+
* @default Infinity
|
|
1486
|
+
*/
|
|
1487
|
+
max?: number;
|
|
1488
|
+
/**
|
|
1489
|
+
* The lowest decimal or integer to be accepted for the field.
|
|
1490
|
+
* When used with `step` the value will round up to the min number.
|
|
1491
|
+
*
|
|
1492
|
+
* Note: a user will still be able to use the keyboard to input a number lower than
|
|
1493
|
+
* the min. It is up to the developer to add appropriate validation.
|
|
1494
|
+
*
|
|
1495
|
+
* @default -Infinity
|
|
1496
|
+
*/
|
|
1497
|
+
min?: number;
|
|
1498
|
+
/**
|
|
1499
|
+
* The amount the value can increase or decrease by. This can be an integer or decimal.
|
|
1500
|
+
* If a `max` or `min` is specified with `step` when increasing/decreasing the value
|
|
1501
|
+
* via the buttons, the final value will always round to the `max` or `min`
|
|
1502
|
+
* rather than the closest valid amount.
|
|
1503
|
+
*
|
|
1504
|
+
* @default 1
|
|
1505
|
+
*/
|
|
1506
|
+
step?: number;
|
|
1507
|
+
/**
|
|
1508
|
+
* Sets the type of controls displayed in the field.
|
|
1509
|
+
*
|
|
1510
|
+
* - `stepper`: displays buttons to increase or decrease the value of the field by the stepping interval defined in the `step` property.
|
|
1511
|
+
* Appropriate mouse and [keyboard interactions](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/spinbutton_role#keyboard_interactions) to control the value of the field are enabled.
|
|
1512
|
+
* - `none`: no controls are displayed and users must input the value manually. Arrow keys and scroll wheels can’t be used either to avoid accidental changes.
|
|
1513
|
+
* - `auto`: the presence of the controls depends on the surface and context.
|
|
1514
|
+
*
|
|
1515
|
+
* @default 'auto'
|
|
1516
|
+
*/
|
|
1517
|
+
controls?: "auto" | "stepper" | "none";
|
|
1518
|
+
}
|
|
1399
1519
|
export interface MinMaxLengthProps {
|
|
1400
1520
|
/**
|
|
1401
1521
|
* Specifies the maximum number of characters allowed.
|
|
@@ -1410,6 +1530,138 @@ export interface MinMaxLengthProps {
|
|
|
1410
1530
|
*/
|
|
1411
1531
|
minLength?: number;
|
|
1412
1532
|
}
|
|
1533
|
+
export interface BaseSelectableProps {
|
|
1534
|
+
/**
|
|
1535
|
+
* A label used for users using assistive technologies like screen readers. When set, any children or `label` supplied will not be announced.
|
|
1536
|
+
* This can also be used to display a control without a visual label, while still providing context to users using screen readers.
|
|
1537
|
+
*/
|
|
1538
|
+
accessibilityLabel?: string;
|
|
1539
|
+
/**
|
|
1540
|
+
* Disables the control, disallowing any interaction.
|
|
1541
|
+
*
|
|
1542
|
+
* @default false
|
|
1543
|
+
*/
|
|
1544
|
+
disabled?: boolean;
|
|
1545
|
+
/**
|
|
1546
|
+
* The value used in form data when the control is checked.
|
|
1547
|
+
*/
|
|
1548
|
+
value?: string;
|
|
1549
|
+
}
|
|
1550
|
+
export interface BaseOptionProps extends BaseSelectableProps {
|
|
1551
|
+
/**
|
|
1552
|
+
* Whether the control is active.
|
|
1553
|
+
*
|
|
1554
|
+
* @default false
|
|
1555
|
+
*/
|
|
1556
|
+
selected?: boolean;
|
|
1557
|
+
/**
|
|
1558
|
+
* Whether the control is active by default.
|
|
1559
|
+
*
|
|
1560
|
+
* @implementation `defaultSelected` reflects to the `selected` attribute.
|
|
1561
|
+
*
|
|
1562
|
+
* @default false
|
|
1563
|
+
*/
|
|
1564
|
+
defaultSelected?: boolean;
|
|
1565
|
+
}
|
|
1566
|
+
export interface BaseCheckableProps extends BaseSelectableProps, InteractionProps {
|
|
1567
|
+
/**
|
|
1568
|
+
* Visual content to use as the control label.
|
|
1569
|
+
*/
|
|
1570
|
+
label?: string;
|
|
1571
|
+
/**
|
|
1572
|
+
* Whether the control is active.
|
|
1573
|
+
*
|
|
1574
|
+
* @default false
|
|
1575
|
+
*/
|
|
1576
|
+
checked?: boolean;
|
|
1577
|
+
/**
|
|
1578
|
+
* Whether the control is active by default.
|
|
1579
|
+
*
|
|
1580
|
+
* @implementation `defaultChecked` reflects to the `checked` attribute.
|
|
1581
|
+
*
|
|
1582
|
+
* @default false
|
|
1583
|
+
*/
|
|
1584
|
+
defaultChecked?: boolean;
|
|
1585
|
+
/**
|
|
1586
|
+
* An identifier for the control that is unique within the nearest
|
|
1587
|
+
* containing `Form` component.
|
|
1588
|
+
*/
|
|
1589
|
+
name?: string;
|
|
1590
|
+
/**
|
|
1591
|
+
* A callback that is run whenever the control is changed.
|
|
1592
|
+
*
|
|
1593
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
|
|
1594
|
+
*/
|
|
1595
|
+
onChange?: (event: Event) => void;
|
|
1596
|
+
/**
|
|
1597
|
+
* A callback that is run whenever the control is changed.
|
|
1598
|
+
*
|
|
1599
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
|
|
1600
|
+
*/
|
|
1601
|
+
onInput?: (event: Event) => void;
|
|
1602
|
+
}
|
|
1603
|
+
interface CheckboxProps$1 extends GlobalProps, BaseCheckableProps, FieldErrorProps, FieldDetailsProps {
|
|
1604
|
+
/**
|
|
1605
|
+
* Whether to display the checkbox in an indeterminate state (neither checked or unchecked).
|
|
1606
|
+
*
|
|
1607
|
+
* In terms of appearance, this takes priority over the `checked` prop.
|
|
1608
|
+
* But this is purely a visual change.
|
|
1609
|
+
* Whether the value is submitted along with a form is still down to the `checked` prop.
|
|
1610
|
+
*
|
|
1611
|
+
* If `indeterminate` has not been explicitly set, and the `indeterminate` state hasn't been modified by the user (via clicking),
|
|
1612
|
+
* then `indeterminate` returns the value of `defaultIndeterminate`.
|
|
1613
|
+
*
|
|
1614
|
+
* @implementation The `indeterminate` property doesn't reflect to any attribute.
|
|
1615
|
+
*/
|
|
1616
|
+
indeterminate?: boolean;
|
|
1617
|
+
/**
|
|
1618
|
+
* Whether the checkbox is in an `indeterminate` state by default.
|
|
1619
|
+
*
|
|
1620
|
+
* Similar to `defaultValue` and `defaultChecked`, this value applies until `indeterminate` is set, or user changes the state of the checkbox.
|
|
1621
|
+
*
|
|
1622
|
+
* @implementation `defaultIndeterminate` reflects to the `indeterminate` attribute.
|
|
1623
|
+
*
|
|
1624
|
+
* @default false
|
|
1625
|
+
*/
|
|
1626
|
+
defaultIndeterminate?: boolean;
|
|
1627
|
+
/**
|
|
1628
|
+
* Whether the field needs a value. This requirement adds semantic value
|
|
1629
|
+
* to the field, but it will not cause an error to appear automatically.
|
|
1630
|
+
* If you want to present an error when this field is empty, you can do
|
|
1631
|
+
* so with the `error` property.
|
|
1632
|
+
*
|
|
1633
|
+
* @default false
|
|
1634
|
+
*/
|
|
1635
|
+
required?: boolean;
|
|
1636
|
+
}
|
|
1637
|
+
interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps {
|
|
1638
|
+
/**
|
|
1639
|
+
* Disables the clickable, and indicates to assistive technology that the loading is in progress.
|
|
1640
|
+
*
|
|
1641
|
+
* This also disables the clickable.
|
|
1642
|
+
*/
|
|
1643
|
+
loading?: BaseClickableProps["loading"];
|
|
1644
|
+
/**
|
|
1645
|
+
* Disables the clickable, meaning it cannot be clicked or receive focus.
|
|
1646
|
+
*
|
|
1647
|
+
* In this state, onClick will not fire.
|
|
1648
|
+
* If the click event originates from a child element, the event will immediately stop propagating from this element.
|
|
1649
|
+
*
|
|
1650
|
+
* However, items within the clickable can still receive focus and be interacted with.
|
|
1651
|
+
*
|
|
1652
|
+
* This has no impact on the visual state by default,
|
|
1653
|
+
* but developers are encouraged to style the clickable accordingly.
|
|
1654
|
+
*/
|
|
1655
|
+
disabled?: BaseClickableProps["disabled"];
|
|
1656
|
+
/**
|
|
1657
|
+
* Indicate the text language. Useful when the text is in a different language than the rest of the page.
|
|
1658
|
+
* It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
|
|
1659
|
+
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
1660
|
+
*
|
|
1661
|
+
* @default ''
|
|
1662
|
+
*/
|
|
1663
|
+
lang?: string;
|
|
1664
|
+
}
|
|
1413
1665
|
interface ClipboardItemProps$1 extends GlobalProps {
|
|
1414
1666
|
/**
|
|
1415
1667
|
* Plain text to be written to the clipboard.
|
|
@@ -1420,11 +1672,11 @@ interface ClipboardItemProps$1 extends GlobalProps {
|
|
|
1420
1672
|
/**
|
|
1421
1673
|
* Callback run when the copy to clipboard succeeds.
|
|
1422
1674
|
*/
|
|
1423
|
-
onCopy?: () => void;
|
|
1675
|
+
onCopy?: (event: ClipboardEvent) => void;
|
|
1424
1676
|
/**
|
|
1425
1677
|
* Callback run when the copy to clipboard fails.
|
|
1426
1678
|
*/
|
|
1427
|
-
onCopyError?: () => void;
|
|
1679
|
+
onCopyError?: (event: Event) => void;
|
|
1428
1680
|
}
|
|
1429
1681
|
export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteField> {
|
|
1430
1682
|
/**
|
|
@@ -1467,6 +1719,75 @@ export type AutocompleteGroup = "shipping" | "billing";
|
|
|
1467
1719
|
export type AutocompleteAddressGroup = "fax" | "home" | "mobile" | "pager";
|
|
1468
1720
|
export type AnyAutocompleteField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "current-password" | "email" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "new-password" | "nickname" | "one-time-code" | "organization-title" | "organization" | "photo" | "postal-code" | "sex" | "street-address" | "transaction-amount" | "transaction-currency" | "url" | "username" | "bday-day" | "bday-month" | "bday-year" | "bday" | "cc-additional-name" | "cc-expiry-month" | "cc-expiry-year" | "cc-expiry" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-csc" | "cc-type" | `${AutocompleteAddressGroup} email` | "impp" | `${AutocompleteAddressGroup} impp` | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`;
|
|
1469
1721
|
export type TextAutocompleteField = ExtractStrict<AnyAutocompleteField, "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "nickname" | "one-time-code" | "organization-title" | "organization" | "postal-code" | "sex" | "street-address" | "transaction-currency" | "username" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-type">;
|
|
1722
|
+
export type PhoneAutocompleteField = ExtractStrict<AnyAutocompleteField, "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`>;
|
|
1723
|
+
interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldDecorationProps, "accessory">, AutocompleteProps<PhoneAutocompleteField> {
|
|
1724
|
+
/**
|
|
1725
|
+
* The type of number to collect.
|
|
1726
|
+
*
|
|
1727
|
+
* Specific style may be applied to each type to provide extra guidance to users. Note that no extra validation is performed based on the type.
|
|
1728
|
+
*
|
|
1729
|
+
* @default '' meaning no specific kind of phone number
|
|
1730
|
+
*/
|
|
1731
|
+
type?: "mobile" | "";
|
|
1732
|
+
}
|
|
1733
|
+
interface DetailsProps$1 extends GlobalProps, ToggleEventProps {
|
|
1734
|
+
/**
|
|
1735
|
+
* The content of the details.
|
|
1736
|
+
*
|
|
1737
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
|
|
1738
|
+
*/
|
|
1739
|
+
children?: ComponentChildren;
|
|
1740
|
+
/**
|
|
1741
|
+
* Name of the element.
|
|
1742
|
+
*
|
|
1743
|
+
* This can be used to create multiple named disclosure boxes that where only one can be open at a time.
|
|
1744
|
+
*
|
|
1745
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#multiple_named_disclosure_boxes
|
|
1746
|
+
*/
|
|
1747
|
+
name?: string;
|
|
1748
|
+
/**
|
|
1749
|
+
* Whether the element is open.
|
|
1750
|
+
*
|
|
1751
|
+
* This does not reflect to any attribute.
|
|
1752
|
+
*
|
|
1753
|
+
* @default false
|
|
1754
|
+
*/
|
|
1755
|
+
open?: boolean;
|
|
1756
|
+
/**
|
|
1757
|
+
* Indicates whether the element should be open by default.
|
|
1758
|
+
*
|
|
1759
|
+
* This reflects to the `open` attribute.
|
|
1760
|
+
*
|
|
1761
|
+
* @default false
|
|
1762
|
+
*/
|
|
1763
|
+
defaultOpen?: boolean;
|
|
1764
|
+
/**
|
|
1765
|
+
* Sets the transition between the two states.
|
|
1766
|
+
*
|
|
1767
|
+
* @default 'auto'
|
|
1768
|
+
*/
|
|
1769
|
+
toggleTransition?: "none" | "auto";
|
|
1770
|
+
}
|
|
1771
|
+
interface DividerProps$1 extends GlobalProps {
|
|
1772
|
+
/**
|
|
1773
|
+
* Specify the direction of the divider.
|
|
1774
|
+
*
|
|
1775
|
+
* An 'inline' divider separates blocks of content.
|
|
1776
|
+
* In a left-to-right or right-to-left writing mode, this would typically be a horizontal line.
|
|
1777
|
+
*
|
|
1778
|
+
* A 'block' divider separates items within the current line of content.
|
|
1779
|
+
* In a left-to-right or right-to-left writing mode, this would typically be a vertical line.
|
|
1780
|
+
*
|
|
1781
|
+
* @default 'inline'
|
|
1782
|
+
*/
|
|
1783
|
+
direction?: "inline" | "block";
|
|
1784
|
+
/**
|
|
1785
|
+
* Modify the color to be more or less intense.
|
|
1786
|
+
*
|
|
1787
|
+
* @default 'base'
|
|
1788
|
+
*/
|
|
1789
|
+
color?: ColorKeyword;
|
|
1790
|
+
}
|
|
1470
1791
|
interface DropZoneProps$1 extends GlobalProps, FileInputProps<File[]>, BasicFieldProps {
|
|
1471
1792
|
/**
|
|
1472
1793
|
* A string representing the types of files that are accepted by the dropzone.
|
|
@@ -1494,32 +1815,25 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps<File[]>, BasicFiel
|
|
|
1494
1815
|
/**
|
|
1495
1816
|
* Callback when rejected files are dropped. Files are rejected based on the `accept` prop.
|
|
1496
1817
|
*/
|
|
1497
|
-
onDropRejected
|
|
1818
|
+
onDropRejected?: (files: File[]) => void;
|
|
1498
1819
|
}
|
|
1499
|
-
|
|
1500
|
-
/**
|
|
1501
|
-
* Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
|
|
1502
|
-
*
|
|
1503
|
-
* This may be called many times, which adds promises to the event.
|
|
1504
|
-
*
|
|
1505
|
-
* However, this may only be called synchronously during the dispatch of the event.
|
|
1506
|
-
* As in, you cannot call it after a `setTimeout` or microtask.
|
|
1507
|
-
*/
|
|
1508
|
-
waitUntil: (promise: Promise<void>) => void;
|
|
1820
|
+
interface EmailFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<EmailAutocompleteField> {
|
|
1509
1821
|
}
|
|
1510
|
-
|
|
1822
|
+
export type EmailAutocompleteField = ExtractStrict<AnyAutocompleteField, "email" | `${AutocompleteAddressGroup} email`>;
|
|
1823
|
+
interface FormProps$1 extends GlobalProps {
|
|
1511
1824
|
/**
|
|
1512
|
-
*
|
|
1513
|
-
*
|
|
1514
|
-
* @default 'on'
|
|
1825
|
+
* The content of the form.
|
|
1515
1826
|
*/
|
|
1516
|
-
|
|
1827
|
+
children?: ComponentChildren;
|
|
1517
1828
|
/**
|
|
1518
1829
|
* Whether the form is able to be submitted.
|
|
1519
1830
|
*
|
|
1520
1831
|
* When set to `true`, this will also disable the implicit submit behavior of the form.
|
|
1521
1832
|
*
|
|
1522
1833
|
* @default false
|
|
1834
|
+
*
|
|
1835
|
+
* @deprecated Prevent default within the onSubmit callback using a local state instead. Deprecated in v1.6.0
|
|
1836
|
+
* @private
|
|
1523
1837
|
*/
|
|
1524
1838
|
disabled?: boolean;
|
|
1525
1839
|
/**
|
|
@@ -1532,11 +1846,7 @@ interface FormProps$1 extends GlobalProps, ContainerProps {
|
|
|
1532
1846
|
/**
|
|
1533
1847
|
* A callback that is run when the form is reset.
|
|
1534
1848
|
*/
|
|
1535
|
-
onReset?: () => void;
|
|
1536
|
-
/**
|
|
1537
|
-
* The content of the form.
|
|
1538
|
-
*/
|
|
1539
|
-
children?: ComponentChildren;
|
|
1849
|
+
onReset?: (event: Event) => void;
|
|
1540
1850
|
}
|
|
1541
1851
|
export type SpacingKeyword = SizeKeyword | "none";
|
|
1542
1852
|
export interface GapProps {
|
|
@@ -1570,6 +1880,12 @@ export type BaselinePosition = "baseline" | "first baseline" | "last baseline";
|
|
|
1570
1880
|
export type ContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
|
|
1571
1881
|
export type ContentPosition = "center" | "start" | "end";
|
|
1572
1882
|
export type OverflowPosition = `unsafe ${ContentPosition}` | `safe ${ContentPosition}`;
|
|
1883
|
+
/**
|
|
1884
|
+
* Justify items defines the default justify-self for all items of the box, giving them all a default way of justifying each box along the appropriate axis.
|
|
1885
|
+
*
|
|
1886
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
|
|
1887
|
+
*/
|
|
1888
|
+
export type JustifyItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
|
|
1573
1889
|
/**
|
|
1574
1890
|
* Align items sets the align-self value on all direct children as a group.
|
|
1575
1891
|
*
|
|
@@ -1588,6 +1904,90 @@ export type JustifyContentKeyword = "normal" | ContentDistribution | OverflowPos
|
|
|
1588
1904
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
|
|
1589
1905
|
*/
|
|
1590
1906
|
export type AlignContentKeyword = "normal" | BaselinePosition | ContentDistribution | OverflowPosition | ContentPosition;
|
|
1907
|
+
interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
|
|
1908
|
+
/**
|
|
1909
|
+
Define columns and specify their size.
|
|
1910
|
+
|
|
1911
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
|
|
1912
|
+
@default 'none'
|
|
1913
|
+
*/
|
|
1914
|
+
gridTemplateColumns?: string;
|
|
1915
|
+
/**
|
|
1916
|
+
Define rows and specify their size.
|
|
1917
|
+
|
|
1918
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
|
|
1919
|
+
@default 'none'
|
|
1920
|
+
*/
|
|
1921
|
+
gridTemplateRows?: string;
|
|
1922
|
+
/**
|
|
1923
|
+
Aligns the grid items along the inline (row) axis.
|
|
1924
|
+
|
|
1925
|
+
This overrides the inline value of `placeItems`.
|
|
1926
|
+
|
|
1927
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
|
|
1928
|
+
@default '' - meaning no override
|
|
1929
|
+
*/
|
|
1930
|
+
justifyItems?: JustifyItemsKeyword | "";
|
|
1931
|
+
/**
|
|
1932
|
+
Aligns the grid items along the block (column) axis.
|
|
1933
|
+
|
|
1934
|
+
This overrides the block value of `placeItems`.
|
|
1935
|
+
|
|
1936
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
|
|
1937
|
+
@default '' - meaning no override
|
|
1938
|
+
*/
|
|
1939
|
+
alignItems?: AlignItemsKeyword | "";
|
|
1940
|
+
/**
|
|
1941
|
+
A shorthand property for `justify-items` and `align-items`.
|
|
1942
|
+
|
|
1943
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/place-items
|
|
1944
|
+
@default 'normal normal'
|
|
1945
|
+
*/
|
|
1946
|
+
placeItems?: `${AlignItemsKeyword} ${JustifyItemsKeyword}` | AlignItemsKeyword;
|
|
1947
|
+
/**
|
|
1948
|
+
Aligns the grid along the inline (row) axis.
|
|
1949
|
+
|
|
1950
|
+
This overrides the inline value of `placeContent`.
|
|
1951
|
+
|
|
1952
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
|
|
1953
|
+
@default '' - meaning no override
|
|
1954
|
+
*/
|
|
1955
|
+
justifyContent?: JustifyContentKeyword | "";
|
|
1956
|
+
/**
|
|
1957
|
+
Aligns the grid along the block (column) axis.
|
|
1958
|
+
|
|
1959
|
+
This overrides the block value of `placeContent`.
|
|
1960
|
+
|
|
1961
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
|
|
1962
|
+
@default '' - meaning no override
|
|
1963
|
+
*/
|
|
1964
|
+
alignContent?: AlignContentKeyword | "";
|
|
1965
|
+
/**
|
|
1966
|
+
A shorthand property for `justify-content` and `align-content`.
|
|
1967
|
+
|
|
1968
|
+
@see https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
|
|
1969
|
+
@default 'normal normal'
|
|
1970
|
+
*/
|
|
1971
|
+
placeContent?: `${AlignContentKeyword} ${JustifyContentKeyword}` | AlignContentKeyword;
|
|
1972
|
+
}
|
|
1973
|
+
interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
|
|
1974
|
+
/**
|
|
1975
|
+
* Number of columns the item will span across
|
|
1976
|
+
*
|
|
1977
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
|
|
1978
|
+
*
|
|
1979
|
+
* @default 'auto'
|
|
1980
|
+
*/
|
|
1981
|
+
gridColumn?: `span ${number}` | "auto";
|
|
1982
|
+
/**
|
|
1983
|
+
* Number of rows the item will span across
|
|
1984
|
+
*
|
|
1985
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
|
|
1986
|
+
*
|
|
1987
|
+
* @default 'auto'
|
|
1988
|
+
*/
|
|
1989
|
+
gridRow?: `span ${number}` | "auto";
|
|
1990
|
+
}
|
|
1591
1991
|
export interface BaseTypographyProps {
|
|
1592
1992
|
/**
|
|
1593
1993
|
* Modify the color to be more or less intense.
|
|
@@ -1643,7 +2043,7 @@ export interface BlockTypographyProps {
|
|
|
1643
2043
|
*/
|
|
1644
2044
|
lineClamp?: number;
|
|
1645
2045
|
}
|
|
1646
|
-
interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, BlockTypographyProps
|
|
2046
|
+
interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, BlockTypographyProps {
|
|
1647
2047
|
/**
|
|
1648
2048
|
* The content of the Heading.
|
|
1649
2049
|
*/
|
|
@@ -1733,13 +2133,6 @@ export interface BaseImageProps {
|
|
|
1733
2133
|
*/
|
|
1734
2134
|
srcSet?: string;
|
|
1735
2135
|
}
|
|
1736
|
-
/**
|
|
1737
|
-
* This is purely to give the ability
|
|
1738
|
-
* to have a space or not in the string literal types.
|
|
1739
|
-
*
|
|
1740
|
-
* For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
|
|
1741
|
-
*/
|
|
1742
|
-
export type optionalSpace = "" | " ";
|
|
1743
2136
|
interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
|
|
1744
2137
|
/**
|
|
1745
2138
|
* Sets the semantic meaning of the component’s content. When set,
|
|
@@ -1803,13 +2196,13 @@ interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
|
|
|
1803
2196
|
*
|
|
1804
2197
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
|
|
1805
2198
|
*/
|
|
1806
|
-
onLoad?: () => void;
|
|
2199
|
+
onLoad?: (event: Event) => void;
|
|
1807
2200
|
/**
|
|
1808
2201
|
* Invoked on load error.
|
|
1809
2202
|
*
|
|
1810
2203
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
|
|
1811
2204
|
*/
|
|
1812
|
-
onError?: () => void;
|
|
2205
|
+
onError?: (event: Event) => void;
|
|
1813
2206
|
}
|
|
1814
2207
|
interface LinkProps$1 extends GlobalProps, LinkBehaviorProps {
|
|
1815
2208
|
/**
|
|
@@ -1842,9 +2235,236 @@ interface ListItemProps$1 extends GlobalProps {
|
|
|
1842
2235
|
*/
|
|
1843
2236
|
children?: ComponentChildren;
|
|
1844
2237
|
}
|
|
2238
|
+
interface MapProps$1 extends GlobalProps, SizingProps {
|
|
2239
|
+
/**
|
|
2240
|
+
* A valid API key for the map service provider.
|
|
2241
|
+
*
|
|
2242
|
+
* The map service provider may require an API key. Without an API key the map could be hidden or render in a limited developer mode.
|
|
2243
|
+
*/
|
|
2244
|
+
apiKey?: string;
|
|
2245
|
+
/**
|
|
2246
|
+
* Map center’s latitude in degrees.
|
|
2247
|
+
*
|
|
2248
|
+
* @default 0
|
|
2249
|
+
*/
|
|
2250
|
+
latitude?: number;
|
|
2251
|
+
/**
|
|
2252
|
+
* Map center’s longitude in degrees.
|
|
2253
|
+
*
|
|
2254
|
+
* @default 0
|
|
2255
|
+
*/
|
|
2256
|
+
longitude?: number;
|
|
2257
|
+
/**
|
|
2258
|
+
* A label that describes the purpose or contents of the map.
|
|
2259
|
+
*
|
|
2260
|
+
* When set, it will be announced to users using assistive technologies and will provide them with more context.
|
|
2261
|
+
*/
|
|
2262
|
+
accessibilityLabel?: string;
|
|
2263
|
+
/**
|
|
2264
|
+
* The initial Map zoom level.
|
|
2265
|
+
*
|
|
2266
|
+
* Valid zoom values are numbers from zero up to 18.
|
|
2267
|
+
* Larger zoom values correspond to a higher resolution.
|
|
2268
|
+
*
|
|
2269
|
+
* @default 4
|
|
2270
|
+
*/
|
|
2271
|
+
zoom?: number;
|
|
2272
|
+
/**
|
|
2273
|
+
* The maximum zoom level which will be displayed on the map.
|
|
2274
|
+
*
|
|
2275
|
+
* Valid zoom values are numbers from zero up to 18.
|
|
2276
|
+
*
|
|
2277
|
+
* @default 18
|
|
2278
|
+
*/
|
|
2279
|
+
maxZoom?: number;
|
|
2280
|
+
/**
|
|
2281
|
+
* The minimum zoom level which will be displayed on the map.
|
|
2282
|
+
*
|
|
2283
|
+
* Valid zoom values are numbers from zero up to 18.
|
|
2284
|
+
*
|
|
2285
|
+
* @default 0
|
|
2286
|
+
*/
|
|
2287
|
+
minZoom?: number;
|
|
2288
|
+
/**
|
|
2289
|
+
* Callback when the viewport bounds have changed or the map is resized.
|
|
2290
|
+
*/
|
|
2291
|
+
onBoundsChange?: (event: MapBoundsChangeEvent) => void;
|
|
2292
|
+
/**
|
|
2293
|
+
* Callback when the map view changes.
|
|
2294
|
+
*/
|
|
2295
|
+
onViewChange?: (event: MapViewChangeEvent) => void;
|
|
2296
|
+
/**
|
|
2297
|
+
* Callback when the user clicks on the map.
|
|
2298
|
+
*/
|
|
2299
|
+
onClick?: (event: MapClickEvent) => void;
|
|
2300
|
+
/**
|
|
2301
|
+
* Callback when the user double-clicks on the map.
|
|
2302
|
+
*/
|
|
2303
|
+
onDblClick?: (event: MapDblClickEvent) => void;
|
|
2304
|
+
}
|
|
2305
|
+
interface Location$1 {
|
|
2306
|
+
latitude?: number;
|
|
2307
|
+
longitude?: number;
|
|
2308
|
+
}
|
|
2309
|
+
export interface Bounds {
|
|
2310
|
+
northEast?: Location$1;
|
|
2311
|
+
southWest?: Location$1;
|
|
2312
|
+
}
|
|
2313
|
+
export interface MapViewChangeEvent extends Event {
|
|
2314
|
+
location?: Location$1;
|
|
2315
|
+
zoom?: number;
|
|
2316
|
+
}
|
|
2317
|
+
export interface MapBoundsChangeEvent extends Event {
|
|
2318
|
+
bounds?: Bounds;
|
|
2319
|
+
}
|
|
2320
|
+
export interface MapClickEvent extends Event {
|
|
2321
|
+
location?: Location$1;
|
|
2322
|
+
}
|
|
2323
|
+
export interface MapDblClickEvent extends Event {
|
|
2324
|
+
location?: Location$1;
|
|
2325
|
+
}
|
|
2326
|
+
interface MapMarkerProps$1 extends GlobalProps, InteractionProps, Pick<SizingProps, "blockSize" | "inlineSize"> {
|
|
2327
|
+
/**
|
|
2328
|
+
* Marker’s location latitude in degrees.
|
|
2329
|
+
*
|
|
2330
|
+
* @default 0
|
|
2331
|
+
*/
|
|
2332
|
+
latitude?: number;
|
|
2333
|
+
/**
|
|
2334
|
+
* Marker’s longitude latitude in degrees.
|
|
2335
|
+
*
|
|
2336
|
+
* @default 0
|
|
2337
|
+
*/
|
|
2338
|
+
longitude?: number;
|
|
2339
|
+
/**
|
|
2340
|
+
* A label that describes the purpose of the marker. When set,
|
|
2341
|
+
* it will be announced to users using assistive technologies and will
|
|
2342
|
+
* provide them with more context.
|
|
2343
|
+
*/
|
|
2344
|
+
accessibilityLabel?: string;
|
|
2345
|
+
/**
|
|
2346
|
+
* Allows grouping the marker in clusters when zoomed out.
|
|
2347
|
+
*
|
|
2348
|
+
* @default false
|
|
2349
|
+
*/
|
|
2350
|
+
clusterable?: boolean;
|
|
2351
|
+
/**
|
|
2352
|
+
* The graphic to use as the marker.
|
|
2353
|
+
*
|
|
2354
|
+
* If unset, it will default to the provider’s default marker.
|
|
2355
|
+
*/
|
|
2356
|
+
graphic?: ComponentChildren;
|
|
2357
|
+
/**
|
|
2358
|
+
* Callback when a marker is clicked.
|
|
2359
|
+
*
|
|
2360
|
+
* It does not trigger a click event on the map itself.
|
|
2361
|
+
*/
|
|
2362
|
+
onClick?: (event: Event) => void;
|
|
2363
|
+
}
|
|
2364
|
+
export interface BaseOverlayProps {
|
|
2365
|
+
/**
|
|
2366
|
+
* Callback fired after the overlay is shown.
|
|
2367
|
+
*/
|
|
2368
|
+
onShow?: (event: Event) => void;
|
|
2369
|
+
/**
|
|
2370
|
+
* Callback fired when the overlay is shown **after** any animations to show the overlay have finished.
|
|
2371
|
+
*/
|
|
2372
|
+
onAfterShow?: (event: Event) => void;
|
|
2373
|
+
/**
|
|
2374
|
+
* Callback fired after the overlay is hidden.
|
|
2375
|
+
*/
|
|
2376
|
+
onHide?: (event: Event) => void;
|
|
2377
|
+
/**
|
|
2378
|
+
* Callback fired when the overlay is hidden **after** any animations to hide the overlay have finished.
|
|
2379
|
+
*/
|
|
2380
|
+
onAfterHide?: (event: Event) => void;
|
|
2381
|
+
}
|
|
2382
|
+
/**
|
|
2383
|
+
* Shared interfaces for web component methods.
|
|
2384
|
+
*
|
|
2385
|
+
* Methods are required (not optional) because:
|
|
2386
|
+
* - Components implementing this interface must provide all methods
|
|
2387
|
+
* - Unlike props/attributes, methods are not rendered in HTML but are JavaScript APIs
|
|
2388
|
+
* - Consumers expect these methods to be consistently available on all instances
|
|
2389
|
+
*/
|
|
2390
|
+
export interface BaseOverlayMethods {
|
|
2391
|
+
/**
|
|
2392
|
+
* Method to show an overlay.
|
|
2393
|
+
*
|
|
2394
|
+
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
2395
|
+
*/
|
|
2396
|
+
showOverlay: () => void;
|
|
2397
|
+
/**
|
|
2398
|
+
* Method to hide an overlay.
|
|
2399
|
+
*
|
|
2400
|
+
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
2401
|
+
*/
|
|
2402
|
+
hideOverlay: () => void;
|
|
2403
|
+
/**
|
|
2404
|
+
* Method to toggle the visiblity of an overlay.
|
|
2405
|
+
*
|
|
2406
|
+
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
2407
|
+
*/
|
|
2408
|
+
toggleOverlay: () => void;
|
|
2409
|
+
}
|
|
2410
|
+
interface ModalProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ActionSlots {
|
|
2411
|
+
/**
|
|
2412
|
+
* A label that describes the purpose of the modal. When set,
|
|
2413
|
+
* it will be announced to users using assistive technologies and will
|
|
2414
|
+
* provide them with more context.
|
|
2415
|
+
*
|
|
2416
|
+
* This overrides the `heading` prop for screen readers.
|
|
2417
|
+
*/
|
|
2418
|
+
accessibilityLabel?: string;
|
|
2419
|
+
/**
|
|
2420
|
+
* A title that describes the content of the Modal.
|
|
2421
|
+
*
|
|
2422
|
+
*/
|
|
2423
|
+
heading?: string;
|
|
2424
|
+
/**
|
|
2425
|
+
* Adjust the padding around the Modal content.
|
|
2426
|
+
*
|
|
2427
|
+
* `base`: applies padding that is appropriate for the element.
|
|
2428
|
+
*
|
|
2429
|
+
* `none`: removes all padding from the element. This can be useful when elements inside the Modal need to span
|
|
2430
|
+
* to the edge of the Modal. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
|
|
2431
|
+
* to bring back the desired padding for the rest of the content.
|
|
2432
|
+
*
|
|
2433
|
+
* @default 'base'
|
|
2434
|
+
*/
|
|
2435
|
+
padding?: "base" | "none";
|
|
2436
|
+
/**
|
|
2437
|
+
* Adjust the size of the Modal.
|
|
2438
|
+
*
|
|
2439
|
+
* `max`: expands the Modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
|
|
2440
|
+
*
|
|
2441
|
+
* @default 'base'
|
|
2442
|
+
*/
|
|
2443
|
+
size?: SizeKeyword | "max";
|
|
2444
|
+
/**
|
|
2445
|
+
* The content of the Modal.
|
|
2446
|
+
*/
|
|
2447
|
+
children?: ComponentChildren;
|
|
2448
|
+
}
|
|
2449
|
+
interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, AutocompleteProps<NumberAutocompleteField>, NumberConstraintsProps, FieldDecorationProps {
|
|
2450
|
+
/**
|
|
2451
|
+
* Sets the virtual keyboard.
|
|
2452
|
+
*
|
|
2453
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
|
|
2454
|
+
* @default 'decimal'
|
|
2455
|
+
*/
|
|
2456
|
+
inputMode?: "decimal" | "numeric";
|
|
2457
|
+
}
|
|
2458
|
+
export type NumberAutocompleteField = ExtractStrict<AnyAutocompleteField, "one-time-code" | "cc-number" | "cc-csc">;
|
|
2459
|
+
interface OptionProps$1 extends GlobalProps, BaseOptionProps {
|
|
2460
|
+
/**
|
|
2461
|
+
* The content to use as the label.
|
|
2462
|
+
*/
|
|
2463
|
+
children?: ComponentChildren;
|
|
2464
|
+
}
|
|
1845
2465
|
interface OrderedListProps$1 extends GlobalProps {
|
|
1846
2466
|
}
|
|
1847
|
-
interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypographyProps, AccessibilityVisibilityProps
|
|
2467
|
+
interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypographyProps, AccessibilityVisibilityProps {
|
|
1848
2468
|
/**
|
|
1849
2469
|
* The content of the Text.
|
|
1850
2470
|
*/
|
|
@@ -1876,6 +2496,9 @@ export type ParagraphType =
|
|
|
1876
2496
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small
|
|
1877
2497
|
*/
|
|
1878
2498
|
| "small";
|
|
2499
|
+
interface PasswordFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<PasswordAutocompleteField> {
|
|
2500
|
+
}
|
|
2501
|
+
export type PasswordAutocompleteField = ExtractStrict<AnyAutocompleteField, "new-password" | "current-password">;
|
|
1879
2502
|
interface PaymentIconProps$1 extends GlobalProps {
|
|
1880
2503
|
/**
|
|
1881
2504
|
* The icon type of the payment method
|
|
@@ -1893,6 +2516,36 @@ interface PaymentIconProps$1 extends GlobalProps {
|
|
|
1893
2516
|
accessibilityLabel?: string;
|
|
1894
2517
|
}
|
|
1895
2518
|
export type PaymentIconName = "abn" | "acima-leasing" | "acuotaz" | "ada" | "addi" | "adyen" | "aeropay" | "affin-bank" | "affirm" | "aftee" | "afterpay-paynl-version" | "afterpay" | "airtel-money" | "airteltigo-mobile-money" | "aktia" | "akulaku-paylater" | "akulaku" | "alandsbanken" | "alfamart" | "alfamidi" | "alipay-hk" | "alipay-paynl-version" | "alipay" | "alliance-bank" | "alma" | "aman" | "amazon" | "ambank" | "american-express" | "amex" | "ansa-stored-value" | "ansa" | "anyday" | "apecoin" | "aplazo" | "apple-pay" | "aqsat" | "arbitrum" | "arhaus" | "arvato" | "ashley-plcc" | "ask" | "astrapay" | "atm-bersama" | "atobaraidotcom" | "atome" | "atone" | "atrato" | "au-kantan-kessai" | "au-pay" | "authorize-net" | "avalanche" | "axs" | "bancnet" | "banco-azteca" | "bancomat" | "bancontact" | "bangkok-bank" | "bank-islam" | "bank-muamalat" | "bank-rakyat" | "barclays" | "base" | "bbva-cie" | "bc-card" | "bca-klikpay" | "bca" | "bdo" | "belfius" | "benefit" | "best-buy-card" | "biercheque-paynl-version" | "bigc" | "billease" | "biller-paynl-version" | "billie" | "billink-method" | "billink" | "bitcoin-cash" | "bitcoin" | "bizum" | "blik" | "bnbchain" | "bni" | "bnp" | "bogus-app-coin" | "bogus" | "boleto" | "boodil" | "boost" | "bpi" | "braintree" | "bread-pay" | "bread" | "bri-direct-debit" | "bri" | "brimo" | "bsi" | "bsn" | "bss" | "busd" | "careem-pay" | "cartes-bancaires" | "cash-app-pay" | "cash" | "cashew" | "cashinvoice-latin-america" | "catch-payments" | "cebuana" | "cembrapay" | "centi" | "cetelem" | "checkout-finance" | "chinabank" | "cimb-clicks" | "cimb" | "circle-k" | "citadele" | "citi-pay" | "clave-telered" | "clearpay" | "clerq" | "cleverpay" | "clip" | "cliq" | "codensa" | "coinsph" | "collector-bank" | "coop" | "coppel-pay" | "credit-agricole" | "credit-key" | "creditclick-paynl-version" | "credix" | "cuotas" | "d-barai" | "dai" | "daily-yamazaki" | "dan-dan" | "dana" | "danamon-online" | "dankort" | "danske-bank" | "dappmx" | "dash" | "daviplata" | "de-cadeaukaart" | "depay" | "deutsche-bank" | "dinacard" | "diners-club" | "direct-bank-transfer-latin-america" | "directa24" | "directpay" | "discover" | "divido" | "dnb" | "docomo-barai" | "dogecoin" | "dropp" | "duitnow" | "duologi" | "dwolla" | "easywallet" | "ebucks" | "echelon-financing" | "ecpay" | "edenred" | "efecty" | "eft-secure" | "eftpos-au" | "eghl" | "elo" | "elv" | "empty" | "enets" | "eos" | "epayments" | "epospay" | "eps" | "erste" | "escrowcom" | "esr-paymentslip-switzerland" | "ethereum" | "etihad-guest-pay" | "etika" | "ewallet-indonesia" | "ewallet-philippines" | "ewallet-southkorea" | "facebook-pay" | "fairstone-payments" | "fam" | "familymart" | "fantom" | "farmlands" | "fashion-giftcard-paynlversion" | "fashioncheque" | "favepay" | "fawry" | "finloup" | "fintecture" | "fintoc" | "flexiti" | "float-payments" | "flying-blue-plus" | "forbrugsforeningen" | "forsa" | "fortiva" | "fps" | "fpx" | "freecharge" | "freedompay" | "futurepay-mytab" | "gcash" | "generalfinancing" | "generic" | "genoapay" | "gezondheidsbon-paynl-version" | "giftcard" | "giropay" | "givacard" | "glbe-paypal" | "glbe-plus" | "gmo-atokara" | "gmo-bank-transfer" | "gmo-postpay" | "gmo-virtualaccount" | "gnosis" | "google-pay" | "google-wallet" | "gopay" | "grabpay" | "grailpay" | "gusd" | "hana-card" | "handelsbanken" | "happy-pay" | "hello-clever" | "heylight" | "hitrustpay-transfer" | "home-credit" | "hong-leong-bank" | "hong-leong-connect" | "hsbc" | "huis-tuin-cadeau" | "humm" | "hyper" | "hypercard" | "hypercash" | "hyundai-card" | "ibexpay" | "ideal" | "in3-via-ideal" | "in3" | "inbank" | "indomaret" | "ing-homepay" | "interac" | "ivy" | "iwocapay-pay-later" | "jcb" | "jenius" | "jko" | "jousto" | "kakao-pay" | "kakebaraidotcom" | "kasikornbank" | "kasssh" | "katapult" | "kb-card" | "kbc-cbc" | "kcp-credit-card" | "kfast" | "khqr" | "klarna-pay-later" | "klarna-pay-now" | "klarna-slice-it" | "klarna" | "knaken-settle" | "knet" | "koalafi" | "koin" | "krediidipank" | "kredivo" | "krungsri" | "krungthai-bank" | "kueski-pay" | "kunst-en-cultuur-cadeaukaart" | "kuwait-finance-house" | "land-bank" | "laser" | "latitude-creditline-au" | "latitude-gem-au" | "latitude-gem-nz" | "latitude-go-au" | "latitudepay" | "lawson" | "laybuy-heart" | "laybuy" | "lbc" | "lhv" | "line-pay" | "linkaja" | "linkpay" | "litecoin" | "lku" | "lloyds" | "lotte-card" | "lpb" | "luminor" | "lunch-check" | "lydia" | "mach" | "mada" | "maestro" | "mandiri" | "mash" | "master" | "mastercard" | "masterpass" | "maxima" | "maya-bank" | "maya" | "maybank-qrpay" | "maybank" | "maybankm2u" | "mb-way" | "mb" | "mcash" | "medicinos-bankas" | "meeza" | "mercado-credito" | "mercado-pago" | "merpay" | "meta-pay" | "metro-bank" | "military-starcard" | "minicuotas" | "ministop" | "mobicred" | "mobikwik" | "mobilepay" | "mode" | "mokka" | "momopay" | "mondido" | "monero" | "monzo" | "mpesa" | "mtn-mobile-money" | "multisafepay" | "mybank" | "myfatoorah" | "n26" | "naps" | "nationale-bioscoopbon" | "nationale-entertainmentcard" | "natwest" | "naver-pay" | "nelo" | "nequi" | "netbanking" | "neteller" | "nh-card" | "nordea" | "notyd" | "novuna" | "npatobarai" | "npkakebarai" | "oca" | "ocbc-bank" | "octo-clicks" | "octopus" | "offline-bank-transfer-latin-america" | "ola-money" | "omannet" | "omasp" | "oney" | "online-banking" | "online-banktransfer" | "op" | "opay" | "openpay" | "optimism" | "orange-mobile-money" | "overstock-citicobrand" | "overstock-citiplcc" | "ovo" | "oxxo" | "ozow" | "pagoefectivo" | "paid" | "paidy" | "palawa" | "palawan" | "pastpay" | "pay-after-delivery-instalments" | "pay-by-bank-us" | "pay-by-bank" | "pay-easy" | "pay-pay" | "paybylink" | "paycash" | "payco" | "payconiq" | "payd" | "payfast-instant-eft" | "payflex" | "payid" | "payitmonthly" | "payjustnow" | "paymark-online-eftpos" | "paymaya" | "payme" | "paynow-mbank" | "paynow" | "payoo-qr" | "payoo" | "paypal" | "payplan" | "paypo" | "payrexx-bank-transfer" | "payright" | "paysafecard-paynl-version" | "paysafecard" | "paysafecash" | "paysera" | "paysquad" | "paytm" | "payto" | "paytomorrow" | "payu" | "payzapp" | "pei" | "perlasfinance" | "permata" | "pf-pay" | "pivo" | "pix" | "podium-cadeaukaart" | "pointspay" | "poli" | "polygon" | "poppankki" | "postfinance-card" | "postfinance-efinance" | "postpay" | "powered-by-ansa-stored-value" | "powered-by-ansa" | "powerpay" | "pps" | "prepaysolutions" | "progressive-leasing" | "przelew24" | "przelewy24-paynl-version" | "przelewy24" | "pse" | "public-bank" | "publicbank-pbe" | "qasitli" | "qliro" | "qr-promptpay" | "qris" | "qrph" | "rabbit-line-pay" | "rabobank" | "rakuten-pay" | "rapid-transfer" | "ratepay" | "raty-pekao" | "rcbc" | "rcs" | "reka" | "resolve-pay" | "revolut" | "rhb-bank" | "rhb-now" | "rietumu" | "riverty-paynl-version" | "riverty" | "rupay" | "saastopankki" | "sadad" | "sam" | "samsung-card" | "samsung-pay" | "santander" | "satisfi" | "satispay" | "sbpl" | "scalapay" | "scream-truck-wallet" | "scream-truck" | "seb" | "seicomart" | "sepa-bank-transfer" | "sepa-direct-debit" | "sequra" | "seven-eleven" | "sezzle" | "shib" | "shinhan-card" | "shop-pay" | "shopeepay" | "shopify-pay" | "siam-commercial" | "siauliu-bankas" | "siirto" | "sika-fsa" | "sika-hsa" | "sika" | "simpl" | "simple-pay" | "sinpe-movil" | "sistecredito" | "skeps" | "skrill-digital-wallet" | "slice-fnbo" | "smartpay" | "snap-checkout" | "snapmint" | "societe-generale" | "sofort" | "softbank" | "solana-pay-helio" | "solana-pay" | "solana" | "souhoola" | "spankki" | "sparkasse" | "spei" | "splitit" | "spotii" | "spraypay" | "standard-chartered" | "stc-pay" | "stoov" | "store-credit" | "stripe" | "sunkus" | "super-payments" | "svea-b2b-faktura" | "svea-b2b-invoice" | "svea-checkout" | "svea-credit-account" | "svea-delbetalning" | "svea-faktura" | "svea-invoice" | "svea-lasku" | "svea-ostukonto" | "svea-part-payment" | "svea-yrityslasku" | "sveaeramaksu" | "swedbank" | "swiftpay" | "swish" | "swissbilling" | "sympl" | "synchrony-pay" | "synchrony" | "tabby" | "tabit" | "taly" | "tamara" | "tandympayment" | "tasa-cero" | "tbi-bank" | "tcf" | "tendopay" | "tensile" | "tesco-lotus" | "thanachart-bank" | "timepayment" | "tiptop" | "todopay" | "toss" | "touch-n-go" | "tpay" | "trevipay" | "truelayer" | "truemoney-pay" | "trustly" | "twig-pay" | "twint" | "twoinvoice" | "uae-visa" | "uangme" | "ubp" | "underpay" | "unionpay" | "unipay" | "uob-ez-pay" | "uob-thai" | "uob" | "upi" | "urbo" | "urpay" | "usdc" | "usdp" | "v-pay" | "valu" | "venmo" | "ventipay" | "venus-plcc" | "viabill" | "vipps" | "visa-electron" | "visa" | "volksbank" | "volt" | "vvv-cadeaukaart-paynl-version" | "vvv-giftcard" | "waave-pay-by-bank" | "wallet" | "walley" | "wbtc" | "webshop-giftcard" | "wechat-pay" | "wechat-paynl-version" | "wegetfinancing" | "whish-checkout" | "whish-pay" | "wise" | "wissel" | "world-chain" | "xrp" | "yape" | "yappy" | "ymobile" | "younited-pay" | "zalopay" | "zapper" | "zingala" | "zinia" | "zip" | "zoodpay" | "zulily-credit-card" | "zustaina";
|
|
2519
|
+
interface PopoverProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, SizingProps {
|
|
2520
|
+
/**
|
|
2521
|
+
* The content of the popover.
|
|
2522
|
+
*/
|
|
2523
|
+
children?: ComponentChildren;
|
|
2524
|
+
}
|
|
2525
|
+
interface ProductThumbnailProps$1 extends GlobalProps, BaseImageProps {
|
|
2526
|
+
/**
|
|
2527
|
+
* Decorates the product thumbnail with the quantity of the product.
|
|
2528
|
+
*/
|
|
2529
|
+
totalItems?: number;
|
|
2530
|
+
/**
|
|
2531
|
+
* Adjusts the size the product thumbnail image.
|
|
2532
|
+
*
|
|
2533
|
+
* @default 'base'
|
|
2534
|
+
*/
|
|
2535
|
+
size?: SizeKeyword;
|
|
2536
|
+
/**
|
|
2537
|
+
* Invoked when load of provided image completes successfully.
|
|
2538
|
+
*
|
|
2539
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
|
|
2540
|
+
*/
|
|
2541
|
+
onLoad?: (event: Event) => void;
|
|
2542
|
+
/**
|
|
2543
|
+
* Invoked on load error of provided image.
|
|
2544
|
+
*
|
|
2545
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
|
|
2546
|
+
*/
|
|
2547
|
+
onError?: (event: Event) => void;
|
|
2548
|
+
}
|
|
1896
2549
|
interface ProgressProps$1 extends GlobalProps {
|
|
1897
2550
|
/**
|
|
1898
2551
|
* A label that describes the purpose of the progress. When set,
|
|
@@ -1970,7 +2623,7 @@ interface QRCodeProps$1 extends GlobalProps {
|
|
|
1970
2623
|
* Invoked when the conversion of `content` to a QR code fails.
|
|
1971
2624
|
* If an error occurs, the QR code and its child elements will not be displayed.
|
|
1972
2625
|
*/
|
|
1973
|
-
onError?: () => void;
|
|
2626
|
+
onError?: (event: Event) => void;
|
|
1974
2627
|
/**
|
|
1975
2628
|
* URL of an image to be displayed in the center of the QR code.
|
|
1976
2629
|
* This is useful for branding or to indicate to the user what scanning the QR code will do.
|
|
@@ -1978,7 +2631,25 @@ interface QRCodeProps$1 extends GlobalProps {
|
|
|
1978
2631
|
*/
|
|
1979
2632
|
logo?: string;
|
|
1980
2633
|
}
|
|
1981
|
-
|
|
2634
|
+
export type OverflowKeyword = "auto" | "hidden";
|
|
2635
|
+
interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "overflow"> {
|
|
2636
|
+
/**
|
|
2637
|
+
* Sets the overflow behavior of the element.
|
|
2638
|
+
*
|
|
2639
|
+
* - `hidden`: clips the content when it is larger than the element’s container and the element will not be scrollable in that axis.
|
|
2640
|
+
* - `auto`: clips the content when it is larger than the element’s container and make it scrollable in that axis.
|
|
2641
|
+
*
|
|
2642
|
+
* 1-to-2-value syntax is supported but note that, contrary to the CSS, it uses flow-relative values and the order is:
|
|
2643
|
+
*
|
|
2644
|
+
* - 2 values: `block inline`
|
|
2645
|
+
*
|
|
2646
|
+
* @default 'auto'
|
|
2647
|
+
*
|
|
2648
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
|
|
2649
|
+
*/
|
|
2650
|
+
overflow?: OverflowKeyword | `${OverflowKeyword} ${OverflowKeyword}`;
|
|
2651
|
+
}
|
|
2652
|
+
interface SectionProps$1 extends GlobalProps, ActionSlots {
|
|
1982
2653
|
/**
|
|
1983
2654
|
* The content of the Section.
|
|
1984
2655
|
*/
|
|
@@ -2008,6 +2679,74 @@ interface SectionProps$1 extends GlobalProps, ContainerProps {
|
|
|
2008
2679
|
*/
|
|
2009
2680
|
padding?: "base" | "none";
|
|
2010
2681
|
}
|
|
2682
|
+
interface SelectProps$1 extends GlobalProps, AutocompleteProps<AnyAutocompleteField>, Pick<FieldDecorationProps, "icon">, Omit<FieldProps, "defaultValue">, FocusEventProps {
|
|
2683
|
+
/**
|
|
2684
|
+
* The options a user can select from.
|
|
2685
|
+
*
|
|
2686
|
+
* Accepts `Option` and `OptionGroup` components.
|
|
2687
|
+
*/
|
|
2688
|
+
children?: ComponentChildren;
|
|
2689
|
+
}
|
|
2690
|
+
interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, GlobalProps, ActionSlots {
|
|
2691
|
+
/**
|
|
2692
|
+
* A label that describes the purpose of the sheet. When set,
|
|
2693
|
+
* it will be announced to users using assistive technologies and will
|
|
2694
|
+
* provide them with more context.
|
|
2695
|
+
*
|
|
2696
|
+
* This overrides the `heading` prop for screen readers.
|
|
2697
|
+
*/
|
|
2698
|
+
accessibilityLabel?: string;
|
|
2699
|
+
/**
|
|
2700
|
+
* The content of the Sheet.
|
|
2701
|
+
*/
|
|
2702
|
+
children?: ComponentChildren;
|
|
2703
|
+
/**
|
|
2704
|
+
* Indicates whether the Sheet should be open by default.
|
|
2705
|
+
* This property is necessary in some cases, but its usage is generally discouraged due to potential negative impacts on user experience.
|
|
2706
|
+
*
|
|
2707
|
+
* Developers should:
|
|
2708
|
+
* - Only set this property to true when there are vitally important behaviors of the application that depend on the user interacting with the sheet.
|
|
2709
|
+
* - Make every effort to conditionally hide the sheet based on the state of checkout. An explicit example is custom privacy consent, where the sheet should only be displayed when consent is necessary and has not yet been explicitly given by the user.
|
|
2710
|
+
*
|
|
2711
|
+
* This property is useful for when the Sheet needs to be rendered on the page load and not triggered by a user action.
|
|
2712
|
+
* The property should only take effect when the `Sheet` is rendered for the first time.
|
|
2713
|
+
* To toggle the Sheet after it has been rendered, use the `ui.showOverlay()` method instead.
|
|
2714
|
+
*
|
|
2715
|
+
* @default false
|
|
2716
|
+
*/
|
|
2717
|
+
defaultOpen?: boolean;
|
|
2718
|
+
/**
|
|
2719
|
+
* A title that describes the content of the sheet.
|
|
2720
|
+
*/
|
|
2721
|
+
heading?: string;
|
|
2722
|
+
/**
|
|
2723
|
+
* Adjust the padding of all edges.
|
|
2724
|
+
*
|
|
2725
|
+
* `base`: applies padding that is appropriate for the element. Note that it may result in no padding if Shopify
|
|
2726
|
+
* believes this is the right design decision in a particular context.
|
|
2727
|
+
*
|
|
2728
|
+
* `none`: removes all padding from the element. This can be useful when elements inside the Sheet need to span
|
|
2729
|
+
* to the edge of the Sheet. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
|
|
2730
|
+
* to bring back the desired padding for the rest of the content.
|
|
2731
|
+
*
|
|
2732
|
+
* @default 'base'
|
|
2733
|
+
*/
|
|
2734
|
+
padding?: "base" | "none";
|
|
2735
|
+
}
|
|
2736
|
+
interface SkeletonParagraphProps$1 extends GlobalProps {
|
|
2737
|
+
/**
|
|
2738
|
+
* The content to be used as a base for the skeleton. This content will be hidden when the skeleton is visible.
|
|
2739
|
+
*
|
|
2740
|
+
* This can be useful when the skeleton is representing a known piece of content which is part of a larger
|
|
2741
|
+
* element that has not yet fully loaded.
|
|
2742
|
+
*
|
|
2743
|
+
* @implementation When `content` is specified, the visual skeleton should be the size of the content. The element should
|
|
2744
|
+
* still be a block layout.
|
|
2745
|
+
*
|
|
2746
|
+
* @default ''
|
|
2747
|
+
*/
|
|
2748
|
+
content?: string;
|
|
2749
|
+
}
|
|
2011
2750
|
interface SpinnerProps$1 extends GlobalProps {
|
|
2012
2751
|
/**
|
|
2013
2752
|
* Adjusts the size of the spinner icon.
|
|
@@ -2024,7 +2763,7 @@ interface SpinnerProps$1 extends GlobalProps {
|
|
|
2024
2763
|
*/
|
|
2025
2764
|
accessibilityLabel?: string;
|
|
2026
2765
|
}
|
|
2027
|
-
interface StackProps$1 extends BaseBoxPropsWithRole, GapProps {
|
|
2766
|
+
interface StackProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
|
|
2028
2767
|
/**
|
|
2029
2768
|
* The content of the Stack.
|
|
2030
2769
|
*/
|
|
@@ -2059,6 +2798,24 @@ interface StackProps$1 extends BaseBoxPropsWithRole, GapProps {
|
|
|
2059
2798
|
*/
|
|
2060
2799
|
alignContent?: AlignContentKeyword;
|
|
2061
2800
|
}
|
|
2801
|
+
interface SummaryProps$1 extends GlobalProps {
|
|
2802
|
+
/**
|
|
2803
|
+
* The content to use as the label.
|
|
2804
|
+
*
|
|
2805
|
+
* Interactive content is disallowed. For example, you can use a `<Text>` element for extra formatting but
|
|
2806
|
+
* elements like buttons and fields are not allowed.
|
|
2807
|
+
*
|
|
2808
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary
|
|
2809
|
+
*
|
|
2810
|
+
* @implementation Surfaces may apply styling to this element. An icon suggesting the state (open or closed) of the
|
|
2811
|
+
* details element is recommended.
|
|
2812
|
+
*
|
|
2813
|
+
* @implementation Surface may decide to warn when interactive elements are used.
|
|
2814
|
+
*/
|
|
2815
|
+
children?: ComponentChildren;
|
|
2816
|
+
}
|
|
2817
|
+
interface SwitchProps$1 extends GlobalProps, BaseCheckableProps, BasicFieldProps, FieldDetailsProps, FieldErrorProps {
|
|
2818
|
+
}
|
|
2062
2819
|
interface TextProps$1 extends GlobalProps, AccessibilityVisibilityProps, BaseTypographyProps, DisplayProps {
|
|
2063
2820
|
/**
|
|
2064
2821
|
* The content of the Text.
|
|
@@ -2155,9 +2912,17 @@ export type TextType =
|
|
|
2155
2912
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span
|
|
2156
2913
|
*/
|
|
2157
2914
|
| "generic";
|
|
2915
|
+
interface TextAreaProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<TextAutocompleteField> {
|
|
2916
|
+
/**
|
|
2917
|
+
* A number of visible text lines.
|
|
2918
|
+
*
|
|
2919
|
+
* @default 2
|
|
2920
|
+
*/
|
|
2921
|
+
rows?: number;
|
|
2922
|
+
}
|
|
2158
2923
|
interface TextFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<TextAutocompleteField>, FieldDecorationProps {
|
|
2159
2924
|
}
|
|
2160
|
-
interface TimeProps$1 {
|
|
2925
|
+
interface TimeProps$1 extends GlobalProps {
|
|
2161
2926
|
/**
|
|
2162
2927
|
* The content of the Time.
|
|
2163
2928
|
*/
|
|
@@ -2175,5 +2940,8 @@ interface TimeProps$1 {
|
|
|
2175
2940
|
}
|
|
2176
2941
|
interface UnorderedListProps$1 extends GlobalProps {
|
|
2177
2942
|
}
|
|
2943
|
+
export interface URLFieldProps extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<URLAutocompleteField> {
|
|
2944
|
+
}
|
|
2945
|
+
export type URLAutocompleteField = ExtractStrict<AnyAutocompleteField, "url" | "photo" | "impp" | `${AutocompleteAddressGroup} impp`>;
|
|
2178
2946
|
|
|
2179
2947
|
|