@shopify/ui-extensions 2025.10.14 → 2025.10.15
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/api.js +2 -0
- package/build/cjs/surfaces/checkout/preact/app-metafields.js +1 -0
- package/build/cjs/surfaces/checkout/preact/attributes.js +3 -0
- package/build/cjs/surfaces/checkout/preact/billing-address.js +1 -0
- package/build/cjs/surfaces/checkout/preact/buyer-identity.js +4 -0
- package/build/cjs/surfaces/checkout/preact/buyer-journey.js +5 -0
- package/build/cjs/surfaces/checkout/preact/capabilities.js +2 -0
- package/build/cjs/surfaces/checkout/preact/cart-line-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/cart-lines.js +2 -0
- package/build/cjs/surfaces/checkout/preact/checkout-settings.js +1 -0
- package/build/cjs/surfaces/checkout/preact/checkout-token.js +1 -0
- package/build/cjs/surfaces/checkout/preact/cost.js +4 -0
- package/build/cjs/surfaces/checkout/preact/country.js +1 -0
- package/build/cjs/surfaces/checkout/preact/currency.js +1 -0
- package/build/cjs/surfaces/checkout/preact/customer-privacy.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group-list-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-groups.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-selection-groups.js +1 -0
- package/build/cjs/surfaces/checkout/preact/discounts.js +3 -0
- package/build/cjs/surfaces/checkout/preact/extension-editor.js +1 -0
- package/build/cjs/surfaces/checkout/preact/extension-language.js +1 -0
- package/build/cjs/surfaces/checkout/preact/extension.js +2 -0
- package/build/cjs/surfaces/checkout/preact/gift-cards.js +2 -0
- package/build/cjs/surfaces/checkout/preact/instructions.js +1 -0
- package/build/cjs/surfaces/checkout/preact/language.js +1 -0
- package/build/cjs/surfaces/checkout/preact/localized-fields.js +4 -0
- package/build/cjs/surfaces/checkout/preact/market.js +1 -0
- package/build/cjs/surfaces/checkout/preact/metafield.js +1 -0
- package/build/cjs/surfaces/checkout/preact/metafields.js +2 -0
- package/build/cjs/surfaces/checkout/preact/note.js +2 -0
- package/build/cjs/surfaces/checkout/preact/payment-method.js +3 -0
- package/build/cjs/surfaces/checkout/preact/payment-options.js +2 -0
- package/build/cjs/surfaces/checkout/preact/pickup-location-option-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/redeemable.js +1 -0
- package/build/cjs/surfaces/checkout/preact/session-token.js +1 -0
- package/build/cjs/surfaces/checkout/preact/settings.js +1 -0
- package/build/cjs/surfaces/checkout/preact/shipping-address.js +2 -0
- package/build/cjs/surfaces/checkout/preact/shipping-option-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/shop.js +1 -0
- package/build/cjs/surfaces/checkout/preact/storage.js +1 -0
- package/build/cjs/surfaces/checkout/preact/subscription.js +1 -0
- package/build/cjs/surfaces/checkout/preact/target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/timezone.js +1 -0
- package/build/cjs/surfaces/checkout/preact/translate.js +1 -0
- package/build/cjs/surfaces/checkout/shared.js +2 -0
- package/build/cjs/surfaces/checkout/style/style.js +1 -0
- package/build/cjs/surfaces/point-of-sale/types/storage.js +3 -1
- package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
- package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/localized-fields.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/metafield.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/metafields.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
- package/build/esm/surfaces/checkout/shared.mjs +2 -0
- package/build/esm/surfaces/checkout/style/style.mjs +1 -0
- package/build/esm/surfaces/point-of-sale/types/storage.mjs +3 -1
- package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
- package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/metafield.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/metafields.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
- package/build/esnext/surfaces/checkout/shared.esnext +2 -0
- package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
- package/build/esnext/surfaces/point-of-sale/types/storage.esnext +3 -1
- package/build/ts/shared.d.ts +68 -13
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/action/action.d.ts +1 -0
- package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts +1 -0
- package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +1 -0
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/intents/intents.d.ts +6 -0
- package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +1 -0
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/picker/picker.d.ts +1 -0
- package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +1 -0
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +1 -0
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +1 -0
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +1 -0
- package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +2 -0
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +1 -0
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/standard/standard.d.ts +1 -0
- package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminAction.d.ts +2 -0
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +2 -0
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Badge.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Banner.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Box.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Button.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +2 -0
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +2 -0
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +2 -0
- package/build/ts/surfaces/admin/components/DateField.d.ts +2 -0
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Divider.d.ts +2 -0
- package/build/ts/surfaces/admin/components/EmailField.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Form.d.ts +2 -0
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Heading.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Icon.d.ts +0 -3
- package/build/ts/surfaces/admin/components/Image.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Link.d.ts +2 -0
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +2 -0
- package/build/ts/surfaces/admin/components/NumberField.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +2 -0
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Section.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Select.d.ts +2 -0
- package/build/ts/surfaces/admin/components/Text.d.ts +2 -0
- package/build/ts/surfaces/admin/components/TextArea.d.ts +2 -0
- package/build/ts/surfaces/admin/components/TextField.d.ts +2 -0
- package/build/ts/surfaces/admin/components/URLField.d.ts +2 -0
- package/build/ts/surfaces/admin/components/shared.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -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 +229 -118
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts +33 -0
- package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +13 -5
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +11 -2
- 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 +4 -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 +4 -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 +77 -31
- package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -4
- 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 +16 -12
- 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 +653 -435
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/build/ts/surfaces/checkout/components/Badge.d.ts +47 -6
- package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/checkout/components/Box.d.ts +55 -2
- package/build/ts/surfaces/checkout/components/Button.d.ts +27 -6
- package/build/ts/surfaces/checkout/components/Checkbox.d.ts +42 -5
- package/build/ts/surfaces/checkout/components/Chip.d.ts +6 -3
- package/build/ts/surfaces/checkout/components/Choice.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -5
- package/build/ts/surfaces/checkout/components/Clickable.d.ts +50 -9
- package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +21 -8
- package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
- package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
- package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +37 -13
- package/build/ts/surfaces/checkout/components/DateField.d.ts +36 -15
- package/build/ts/surfaces/checkout/components/DatePicker.d.ts +31 -12
- package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
- package/build/ts/surfaces/checkout/components/Divider.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/DropZone.d.ts +23 -8
- package/build/ts/surfaces/checkout/components/EmailField.d.ts +42 -12
- package/build/ts/surfaces/checkout/components/Form.d.ts +18 -4
- package/build/ts/surfaces/checkout/components/Grid.d.ts +142 -2
- package/build/ts/surfaces/checkout/components/GridItem.d.ts +60 -2
- package/build/ts/surfaces/checkout/components/Heading.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Icon.d.ts +45 -6
- package/build/ts/surfaces/checkout/components/Image.d.ts +40 -2
- package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
- package/build/ts/surfaces/checkout/components/ListItem.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Map.d.ts +72 -8
- package/build/ts/surfaces/checkout/components/MapMarker.d.ts +36 -10
- package/build/ts/surfaces/checkout/components/Modal.d.ts +51 -10
- package/build/ts/surfaces/checkout/components/MoneyField.d.ts +37 -10
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +45 -12
- package/build/ts/surfaces/checkout/components/Option.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/OrderedList.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Paragraph.d.ts +12 -2
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +42 -12
- package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
- package/build/ts/surfaces/checkout/components/PhoneField.d.ts +42 -12
- package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -24
- package/build/ts/surfaces/checkout/components/PressButton.d.ts +21 -9
- package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +21 -3
- package/build/ts/surfaces/checkout/components/Progress.d.ts +29 -3
- package/build/ts/surfaces/checkout/components/QRCode.d.ts +27 -5
- package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +60 -2
- package/build/ts/surfaces/checkout/components/Section.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Select.d.ts +35 -7
- package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
- package/build/ts/surfaces/checkout/components/Spinner.d.ts +18 -3
- package/build/ts/surfaces/checkout/components/Stack.d.ts +115 -2
- package/build/ts/surfaces/checkout/components/Summary.d.ts +2 -0
- package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/checkout/components/Text.d.ts +21 -4
- package/build/ts/surfaces/checkout/components/TextArea.d.ts +37 -10
- package/build/ts/surfaces/checkout/components/TextField.d.ts +45 -12
- package/build/ts/surfaces/checkout/components/Time.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/UrlField.d.ts +31 -17
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +656 -488
- package/build/ts/surfaces/checkout/components/components.d.ts +462 -358
- package/build/ts/surfaces/checkout/extension-targets.d.ts +12 -0
- package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/globals.d.ts +1 -0
- package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
- package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/metafield.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/metafield.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/metafields.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +3 -2
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
- package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/types.d.ts +0 -4
- package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
- package/build/ts/surfaces/customer-account/api/docs.d.ts +236 -20
- 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 +38 -9
- 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 -36
- 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 +46 -52
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Announcement.d.ts +43 -13
- package/build/ts/surfaces/customer-account/components/Avatar.d.ts +44 -14
- package/build/ts/surfaces/customer-account/components/Badge.d.ts +47 -6
- package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/customer-account/components/Box.d.ts +55 -2
- package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
- package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
- package/build/ts/surfaces/customer-account/components/Chip.d.ts +6 -3
- package/build/ts/surfaces/customer-account/components/Choice.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -5
- package/build/ts/surfaces/customer-account/components/Clickable.d.ts +50 -9
- package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +21 -8
- package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -5
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +26 -5
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +37 -13
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/DateField.d.ts +36 -15
- package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +31 -12
- package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
- package/build/ts/surfaces/customer-account/components/Divider.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/DropZone.d.ts +23 -8
- package/build/ts/surfaces/customer-account/components/EmailField.d.ts +42 -12
- package/build/ts/surfaces/customer-account/components/Form.d.ts +18 -4
- package/build/ts/surfaces/customer-account/components/Grid.d.ts +142 -2
- package/build/ts/surfaces/customer-account/components/GridItem.d.ts +60 -2
- package/build/ts/surfaces/customer-account/components/Heading.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Icon.d.ts +45 -6
- package/build/ts/surfaces/customer-account/components/Image.d.ts +40 -2
- package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
- package/build/ts/surfaces/customer-account/components/Link.d.ts +17 -6
- package/build/ts/surfaces/customer-account/components/ListItem.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Map.d.ts +72 -8
- package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +36 -10
- package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/Modal.d.ts +51 -10
- package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +37 -10
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +45 -12
- package/build/ts/surfaces/customer-account/components/Option.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Page.d.ts +5 -5
- package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +12 -2
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +42 -12
- package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +12 -3
- package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +42 -12
- package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -24
- package/build/ts/surfaces/customer-account/components/PressButton.d.ts +21 -9
- package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +21 -3
- package/build/ts/surfaces/customer-account/components/Progress.d.ts +29 -3
- package/build/ts/surfaces/customer-account/components/QRCode.d.ts +27 -5
- package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +60 -2
- package/build/ts/surfaces/customer-account/components/Section.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Select.d.ts +35 -7
- package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/Spinner.d.ts +18 -3
- package/build/ts/surfaces/customer-account/components/Stack.d.ts +115 -2
- package/build/ts/surfaces/customer-account/components/Summary.d.ts +2 -0
- package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/customer-account/components/Text.d.ts +21 -4
- package/build/ts/surfaces/customer-account/components/TextArea.d.ts +37 -10
- package/build/ts/surfaces/customer-account/components/TextField.d.ts +45 -12
- package/build/ts/surfaces/customer-account/components/Time.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/UrlField.d.ts +31 -17
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +656 -488
- package/build/ts/surfaces/customer-account/components/components.d.ts +462 -358
- package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
- package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +3 -1
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +6 -0
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +4 -2
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +4 -5
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +5 -1
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts +3 -1
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -5
- package/src/shared.ts +67 -13
- package/src/surfaces/admin/api/action/action.ts +1 -0
- package/src/surfaces/admin/api/block/block.ts +1 -0
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +1 -0
- package/src/surfaces/admin/api/intents/intents.ts +6 -0
- package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +1 -0
- package/src/surfaces/admin/api/picker/picker.ts +1 -0
- package/src/surfaces/admin/api/print-action/print-action.ts +1 -0
- package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +1 -0
- package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +1 -0
- package/src/surfaces/admin/api/purchase-options-card-action.ts +1 -0
- package/src/surfaces/admin/api/resource-picker/resource-picker.ts +2 -0
- package/src/surfaces/admin/api/should-render/should-render.ts +1 -0
- package/src/surfaces/admin/api/standard/standard.ts +1 -0
- package/src/surfaces/admin/components/AdminAction.d.ts +2 -0
- package/src/surfaces/admin/components/AdminBlock.d.ts +2 -0
- package/src/surfaces/admin/components/AdminPrintAction.d.ts +2 -0
- package/src/surfaces/admin/components/Badge.d.ts +2 -0
- package/src/surfaces/admin/components/Banner.d.ts +2 -0
- package/src/surfaces/admin/components/Box.d.ts +2 -0
- package/src/surfaces/admin/components/Button.d.ts +2 -0
- package/src/surfaces/admin/components/Checkbox.d.ts +2 -0
- package/src/surfaces/admin/components/ChoiceList.d.ts +2 -0
- package/src/surfaces/admin/components/ColorPicker.d.ts +2 -0
- package/src/surfaces/admin/components/DateField.d.ts +2 -0
- package/src/surfaces/admin/components/DatePicker.d.ts +2 -0
- package/src/surfaces/admin/components/Divider.d.ts +2 -0
- package/src/surfaces/admin/components/EmailField.d.ts +2 -0
- package/src/surfaces/admin/components/Form.d.ts +2 -0
- package/src/surfaces/admin/components/FunctionSettings.d.ts +2 -0
- package/src/surfaces/admin/components/Heading.d.ts +2 -0
- package/src/surfaces/admin/components/Icon.d.ts +0 -3
- package/src/surfaces/admin/components/Image.d.ts +2 -0
- package/src/surfaces/admin/components/Link.d.ts +2 -0
- package/src/surfaces/admin/components/MoneyField.d.ts +2 -0
- package/src/surfaces/admin/components/NumberField.d.ts +2 -0
- package/src/surfaces/admin/components/Paragraph.d.ts +2 -0
- package/src/surfaces/admin/components/PasswordField.d.ts +2 -0
- package/src/surfaces/admin/components/Section.d.ts +2 -0
- package/src/surfaces/admin/components/Select.d.ts +2 -0
- package/src/surfaces/admin/components/Text.d.ts +2 -0
- package/src/surfaces/admin/components/TextArea.d.ts +2 -0
- package/src/surfaces/admin/components/TextField.d.ts +2 -0
- package/src/surfaces/admin/components/URLField.d.ts +2 -0
- package/src/surfaces/admin/components/shared.d.ts +1 -1
- package/src/surfaces/admin/components.d.ts +1107 -1
- package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +1 -0
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +3 -2
- package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +3 -2
- package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +9 -1
- package/src/surfaces/checkout/api/checkout/checkout.ts +229 -118
- package/src/surfaces/checkout/api/docs.ts +33 -0
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +13 -5
- package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +11 -2
- package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
- package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
- package/src/surfaces/checkout/api/shared.ts +77 -31
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +13 -4
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +16 -12
- package/src/surfaces/checkout/api/standard/standard.ts +655 -435
- package/src/surfaces/checkout/components/Abbreviation.d.ts +4 -3
- package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/src/surfaces/checkout/components/Badge.d.ts +47 -6
- package/src/surfaces/checkout/components/Banner.d.ts +67 -12
- package/src/surfaces/checkout/components/Box.d.ts +55 -2
- package/src/surfaces/checkout/components/Button.d.ts +27 -6
- package/src/surfaces/checkout/components/Checkbox.d.ts +42 -5
- package/src/surfaces/checkout/components/Chip.d.ts +6 -3
- package/src/surfaces/checkout/components/Choice.d.ts +5 -3
- package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -5
- package/src/surfaces/checkout/components/Clickable.d.ts +50 -9
- package/src/surfaces/checkout/components/ClickableChip.d.ts +21 -8
- package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
- package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
- package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +37 -13
- package/src/surfaces/checkout/components/DateField.d.ts +36 -15
- package/src/surfaces/checkout/components/DatePicker.d.ts +31 -12
- package/src/surfaces/checkout/components/Details.d.ts +22 -11
- package/src/surfaces/checkout/components/Divider.d.ts +4 -3
- package/src/surfaces/checkout/components/DropZone.d.ts +23 -8
- package/src/surfaces/checkout/components/EmailField.d.ts +42 -12
- package/src/surfaces/checkout/components/Form.d.ts +18 -4
- package/src/surfaces/checkout/components/Grid.d.ts +142 -2
- package/src/surfaces/checkout/components/GridItem.d.ts +60 -2
- package/src/surfaces/checkout/components/Heading.d.ts +4 -3
- package/src/surfaces/checkout/components/Icon.d.ts +45 -6
- package/src/surfaces/checkout/components/Image.d.ts +40 -2
- package/src/surfaces/checkout/components/Link.d.ts +17 -6
- package/src/surfaces/checkout/components/ListItem.d.ts +4 -3
- package/src/surfaces/checkout/components/Map.d.ts +72 -8
- package/src/surfaces/checkout/components/MapMarker.d.ts +36 -10
- package/src/surfaces/checkout/components/Modal.d.ts +51 -10
- package/src/surfaces/checkout/components/MoneyField.d.ts +37 -10
- package/src/surfaces/checkout/components/NumberField.d.ts +45 -12
- package/src/surfaces/checkout/components/Option.d.ts +4 -3
- package/src/surfaces/checkout/components/OrderedList.d.ts +4 -3
- package/src/surfaces/checkout/components/Paragraph.d.ts +12 -2
- package/src/surfaces/checkout/components/PasswordField.d.ts +42 -12
- package/src/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
- package/src/surfaces/checkout/components/PhoneField.d.ts +42 -12
- package/src/surfaces/checkout/components/Popover.d.ts +39 -24
- package/src/surfaces/checkout/components/PressButton.d.ts +21 -9
- package/src/surfaces/checkout/components/ProductThumbnail.d.ts +21 -3
- package/src/surfaces/checkout/components/Progress.d.ts +29 -3
- package/src/surfaces/checkout/components/QRCode.d.ts +27 -5
- package/src/surfaces/checkout/components/QueryContainer.d.ts +5 -3
- package/src/surfaces/checkout/components/ScrollBox.d.ts +60 -2
- package/src/surfaces/checkout/components/Section.d.ts +4 -3
- package/src/surfaces/checkout/components/Select.d.ts +35 -7
- package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
- package/src/surfaces/checkout/components/Spinner.d.ts +18 -3
- package/src/surfaces/checkout/components/Stack.d.ts +115 -2
- package/src/surfaces/checkout/components/Summary.d.ts +2 -0
- package/src/surfaces/checkout/components/Switch.d.ts +16 -5
- package/src/surfaces/checkout/components/Text.d.ts +21 -4
- package/src/surfaces/checkout/components/TextArea.d.ts +37 -10
- package/src/surfaces/checkout/components/TextField.d.ts +45 -12
- package/src/surfaces/checkout/components/Time.d.ts +4 -3
- package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/src/surfaces/checkout/components/UnorderedList.d.ts +4 -3
- package/src/surfaces/checkout/components/UrlField.d.ts +31 -17
- package/src/surfaces/checkout/components/components-shared.d.ts +656 -488
- package/src/surfaces/checkout/components/components.d.ts +462 -358
- package/src/surfaces/checkout/extension-targets.ts +12 -0
- package/src/surfaces/checkout/globals.ts +1 -0
- package/src/surfaces/checkout/preact/api.ts +2 -0
- package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
- package/src/surfaces/checkout/preact/attributes.ts +3 -0
- package/src/surfaces/checkout/preact/billing-address.ts +1 -0
- package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
- package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
- package/src/surfaces/checkout/preact/capabilities.ts +2 -0
- package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
- package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
- package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
- package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
- package/src/surfaces/checkout/preact/cost.ts +4 -0
- package/src/surfaces/checkout/preact/country.ts +1 -0
- package/src/surfaces/checkout/preact/currency.ts +1 -0
- package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
- package/src/surfaces/checkout/preact/discounts.ts +3 -0
- package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
- package/src/surfaces/checkout/preact/extension-language.ts +1 -0
- package/src/surfaces/checkout/preact/extension.ts +2 -0
- package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
- package/src/surfaces/checkout/preact/instructions.ts +1 -0
- package/src/surfaces/checkout/preact/language.ts +1 -0
- package/src/surfaces/checkout/preact/localized-fields.ts +4 -0
- package/src/surfaces/checkout/preact/market.ts +1 -0
- package/src/surfaces/checkout/preact/metafield.ts +1 -0
- package/src/surfaces/checkout/preact/metafields.ts +2 -0
- package/src/surfaces/checkout/preact/note.ts +2 -0
- package/src/surfaces/checkout/preact/payment-method.ts +3 -0
- package/src/surfaces/checkout/preact/payment-options.ts +2 -0
- package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
- package/src/surfaces/checkout/preact/redeemable.ts +1 -0
- package/src/surfaces/checkout/preact/session-token.ts +1 -0
- package/src/surfaces/checkout/preact/settings.ts +1 -0
- package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
- package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
- package/src/surfaces/checkout/preact/shop.ts +1 -0
- package/src/surfaces/checkout/preact/storage.ts +1 -0
- package/src/surfaces/checkout/preact/subscription.ts +1 -0
- package/src/surfaces/checkout/preact/target.ts +1 -0
- package/src/surfaces/checkout/preact/timezone.ts +1 -0
- package/src/surfaces/checkout/preact/translate.ts +1 -0
- package/src/surfaces/checkout/shared.ts +3 -2
- package/src/surfaces/checkout/style/style.ts +1 -0
- package/src/surfaces/checkout/style/types.ts +0 -4
- package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
- package/src/surfaces/customer-account/api/docs.ts +241 -22
- package/src/surfaces/customer-account/api/order-status/order-status.ts +38 -9
- package/src/surfaces/customer-account/api/shared.ts +53 -36
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +46 -52
- package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
- package/src/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
- package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
- package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
- package/src/surfaces/customer-account/components/Page.d.ts +5 -5
- package/src/surfaces/customer-account/components/Section.d.ts +3 -7
- package/src/surfaces/customer-account/components/shared.ts +23 -5
- package/src/surfaces/customer-account/components.d.ts +58 -0
- package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +3 -1
- package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +6 -0
- package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -2
- package/src/surfaces/point-of-sale/api/pin-pad-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -5
- package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -1
- package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +5 -1
- package/src/surfaces/point-of-sale/components.d.ts +190 -11
- package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +1 -0
- package/src/surfaces/point-of-sale/types/storage.ts +3 -1
- package/build/ts/docs/shared/component-definitions.d.ts +0 -32
- package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
- package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
- package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
- package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Badge.d.ts +0 -4
- package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Banner.d.ts +0 -4
- package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Box.d.ts +0 -4
- package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Button.d.ts +0 -4
- package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
- package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
- package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Chip.d.ts +0 -4
- package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Choice.d.ts +0 -4
- package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
- package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
- package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
- package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
- package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
- package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
- package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DateField.d.ts +0 -4
- package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
- package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Details.d.ts +0 -4
- package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Divider.d.ts +0 -4
- package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
- package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
- package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
- package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Form.d.ts +0 -4
- package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
- package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
- package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Grid.d.ts +0 -4
- package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
- package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
- package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Heading.d.ts +0 -4
- package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Icon.d.ts +0 -4
- package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Image.d.ts +0 -4
- package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Link.d.ts +0 -4
- package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
- package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Map.d.ts +0 -4
- package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
- package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
- package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Menu.d.ts +0 -4
- package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Modal.d.ts +0 -4
- package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
- package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
- package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
- package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Option.d.ts +0 -4
- package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
- package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
- package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
- package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
- package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Page.d.ts +0 -4
- package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
- package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
- package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
- package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
- package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Popover.d.ts +0 -4
- package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
- package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Progress.d.ts +0 -4
- package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
- package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
- package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
- package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
- package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
- package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
- package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Section.d.ts +0 -4
- package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Select.d.ts +0 -4
- package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
- package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
- package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Stack.d.ts +0 -4
- package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Summary.d.ts +0 -4
- package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Switch.d.ts +0 -4
- package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Table.d.ts +0 -4
- package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
- package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
- package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
- package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
- package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Text.d.ts +0 -4
- package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
- package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TextField.d.ts +0 -4
- package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
- package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Time.d.ts +0 -4
- package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
- package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/URLField.d.ts +0 -4
- package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
- package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/index.d.ts +0 -53
- package/build/ts/docs/shared/components/index.d.ts.map +0 -1
- package/build/ts/docs/shared/docs-type.d.ts +0 -4
- package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/docs-types.d.ts +0 -32
- package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
- package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
- package/src/docs/shared/component-definitions.ts +0 -200
- package/src/docs/shared/components/Abbreviation.ts +0 -12
- package/src/docs/shared/components/Announcement.ts +0 -12
- package/src/docs/shared/components/Avatar.ts +0 -13
- package/src/docs/shared/components/Badge.ts +0 -13
- package/src/docs/shared/components/Banner.ts +0 -13
- package/src/docs/shared/components/Box.ts +0 -13
- package/src/docs/shared/components/Button.ts +0 -13
- package/src/docs/shared/components/ButtonGroup.ts +0 -13
- package/src/docs/shared/components/Checkbox.ts +0 -13
- package/src/docs/shared/components/Chip.ts +0 -13
- package/src/docs/shared/components/Choice.ts +0 -13
- package/src/docs/shared/components/ChoiceList.ts +0 -13
- package/src/docs/shared/components/Clickable.ts +0 -13
- package/src/docs/shared/components/ClickableChip.ts +0 -13
- package/src/docs/shared/components/ClipboardItem.ts +0 -12
- package/src/docs/shared/components/ColorField.ts +0 -13
- package/src/docs/shared/components/ColorPicker.ts +0 -13
- package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
- package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
- package/src/docs/shared/components/DateField.ts +0 -13
- package/src/docs/shared/components/DatePicker.ts +0 -13
- package/src/docs/shared/components/Details.ts +0 -12
- package/src/docs/shared/components/Divider.ts +0 -13
- package/src/docs/shared/components/DropZone.ts +0 -12
- package/src/docs/shared/components/EmailField.ts +0 -13
- package/src/docs/shared/components/Form.ts +0 -13
- package/src/docs/shared/components/FunctionSettings.ts +0 -13
- package/src/docs/shared/components/Grid.ts +0 -13
- package/src/docs/shared/components/GridItem.ts +0 -13
- package/src/docs/shared/components/Heading.ts +0 -13
- package/src/docs/shared/components/Icon.ts +0 -13
- package/src/docs/shared/components/Image.ts +0 -13
- package/src/docs/shared/components/Link.ts +0 -13
- package/src/docs/shared/components/ListItem.ts +0 -13
- package/src/docs/shared/components/Map.ts +0 -12
- package/src/docs/shared/components/MapMarker.ts +0 -12
- package/src/docs/shared/components/Menu.ts +0 -13
- package/src/docs/shared/components/Modal.ts +0 -12
- package/src/docs/shared/components/MoneyField.ts +0 -13
- package/src/docs/shared/components/NumberField.ts +0 -13
- package/src/docs/shared/components/Option.ts +0 -12
- package/src/docs/shared/components/OptionGroup.ts +0 -12
- package/src/docs/shared/components/OrderedList.ts +0 -13
- package/src/docs/shared/components/Page.ts +0 -12
- package/src/docs/shared/components/Paragraph.ts +0 -13
- package/src/docs/shared/components/PasswordField.ts +0 -13
- package/src/docs/shared/components/PaymentIcon.ts +0 -12
- package/src/docs/shared/components/PhoneField.ts +0 -11
- package/src/docs/shared/components/Popover.ts +0 -12
- package/src/docs/shared/components/PressButton.ts +0 -12
- package/src/docs/shared/components/ProductThumbnail.ts +0 -11
- package/src/docs/shared/components/Progress.ts +0 -12
- package/src/docs/shared/components/QRCode.ts +0 -12
- package/src/docs/shared/components/QueryContainer.ts +0 -13
- package/src/docs/shared/components/ScrollBox.ts +0 -12
- package/src/docs/shared/components/SearchField.ts +0 -12
- package/src/docs/shared/components/Section.ts +0 -13
- package/src/docs/shared/components/Select.ts +0 -13
- package/src/docs/shared/components/Sheet.ts +0 -14
- package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
- package/src/docs/shared/components/Spinner.ts +0 -13
- package/src/docs/shared/components/Stack.ts +0 -13
- package/src/docs/shared/components/Summary.ts +0 -12
- package/src/docs/shared/components/Switch.ts +0 -13
- package/src/docs/shared/components/Table.ts +0 -13
- package/src/docs/shared/components/TableBody.ts +0 -13
- package/src/docs/shared/components/TableCell.ts +0 -13
- package/src/docs/shared/components/TableHeader.ts +0 -13
- package/src/docs/shared/components/TableHeaderRow.ts +0 -13
- package/src/docs/shared/components/TableRow.ts +0 -13
- package/src/docs/shared/components/Text.ts +0 -13
- package/src/docs/shared/components/TextArea.ts +0 -13
- package/src/docs/shared/components/TextField.ts +0 -13
- package/src/docs/shared/components/Thumbnail.ts +0 -13
- package/src/docs/shared/components/Time.ts +0 -12
- package/src/docs/shared/components/Tooltip.ts +0 -13
- package/src/docs/shared/components/URLField.ts +0 -13
- package/src/docs/shared/components/UnorderedList.ts +0 -13
- package/src/docs/shared/components/index.ts +0 -52
- package/src/docs/shared/docs-type.ts +0 -7
- package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
- package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -80
- package/src/surfaces/admin/docs-types.ts +0 -45
- package/src/surfaces/checkout/helper.docs.ts +0 -166
|
@@ -19,6 +19,9 @@ export type ComponentChildren = preact.ComponentChildren;
|
|
|
19
19
|
* Represents string-only children for components that specifically require text content.
|
|
20
20
|
*/
|
|
21
21
|
export type StringChildren = string;
|
|
22
|
+
/**
|
|
23
|
+
* @publicDocs
|
|
24
|
+
*/
|
|
22
25
|
export interface GlobalProps {
|
|
23
26
|
/**
|
|
24
27
|
* A unique identifier for the element. Use this to reference the element in JavaScript,
|
|
@@ -26,12 +29,19 @@ export interface GlobalProps {
|
|
|
26
29
|
*/
|
|
27
30
|
id?: string;
|
|
28
31
|
}
|
|
32
|
+
/**
|
|
33
|
+
* @publicDocs
|
|
34
|
+
*/
|
|
29
35
|
export interface ActionProps {
|
|
30
36
|
/**
|
|
31
37
|
* The text to use as the action modal's title. If not provided, the name of the extension will be used.
|
|
32
38
|
*/
|
|
33
39
|
heading?: string;
|
|
34
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* The admin action component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
43
|
+
* @publicDocs
|
|
44
|
+
*/
|
|
35
45
|
export interface ActionSlots {
|
|
36
46
|
/**
|
|
37
47
|
* The primary action button or link, representing the main or most important action available in this context.
|
|
@@ -70,6 +80,9 @@ interface AdminPrintActionProps$1 extends GlobalProps {
|
|
|
70
80
|
*/
|
|
71
81
|
src?: string;
|
|
72
82
|
}
|
|
83
|
+
/**
|
|
84
|
+
* @publicDocs
|
|
85
|
+
*/
|
|
73
86
|
export interface BaseOverlayProps {
|
|
74
87
|
/**
|
|
75
88
|
* A callback fired immediately after the overlay is shown.
|
|
@@ -94,6 +107,8 @@ export interface BaseOverlayProps {
|
|
|
94
107
|
* All methods are required (not optional) because components implementing this interface must provide
|
|
95
108
|
* consistent JavaScript APIs. Unlike props/attributes, methods are not rendered in HTML and consumers
|
|
96
109
|
* expect them to be available on all component instances.
|
|
110
|
+
*
|
|
111
|
+
* @publicDocs
|
|
97
112
|
*/
|
|
98
113
|
export interface BaseOverlayMethods {
|
|
99
114
|
/**
|
|
@@ -115,6 +130,11 @@ export interface BaseOverlayMethods {
|
|
|
115
130
|
*/
|
|
116
131
|
toggleOverlay: () => void;
|
|
117
132
|
}
|
|
133
|
+
/**
|
|
134
|
+
* Props for focus and blur event callbacks on focusable components.
|
|
135
|
+
*
|
|
136
|
+
* @publicDocs
|
|
137
|
+
*/
|
|
118
138
|
export interface FocusEventProps {
|
|
119
139
|
/**
|
|
120
140
|
* A callback fired when the component loses focus. Learn more about the [blur event](https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event).
|
|
@@ -125,6 +145,11 @@ export interface FocusEventProps {
|
|
|
125
145
|
*/
|
|
126
146
|
onFocus?: (event: FocusEvent) => void;
|
|
127
147
|
}
|
|
148
|
+
/**
|
|
149
|
+
* Props for toggle event callbacks on elements that can open and close.
|
|
150
|
+
*
|
|
151
|
+
* @publicDocs
|
|
152
|
+
*/
|
|
128
153
|
export interface ToggleEventProps {
|
|
129
154
|
/**
|
|
130
155
|
* A callback fired when the element state changes, after any toggle animations have finished.
|
|
@@ -154,6 +179,8 @@ export interface ToggleEventProps {
|
|
|
154
179
|
*
|
|
155
180
|
* - `open`: The element is visible or expanded.
|
|
156
181
|
* - `closed`: The element is hidden or collapsed.
|
|
182
|
+
*
|
|
183
|
+
* @publicDocs
|
|
157
184
|
*/
|
|
158
185
|
export type ToggleState = 'open' | 'closed';
|
|
159
186
|
interface ToggleEvent$1 extends Event {
|
|
@@ -166,6 +193,9 @@ interface ToggleEvent$1 extends Event {
|
|
|
166
193
|
*/
|
|
167
194
|
readonly oldState: ToggleState;
|
|
168
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* @publicDocs
|
|
198
|
+
*/
|
|
169
199
|
export interface ExtendableEvent extends Event {
|
|
170
200
|
/**
|
|
171
201
|
* A method that accepts a promise signaling the duration and eventual success or failure of event-related actions.
|
|
@@ -175,6 +205,9 @@ export interface ExtendableEvent extends Event {
|
|
|
175
205
|
*/
|
|
176
206
|
waitUntil?: (promise: Promise<void>) => void;
|
|
177
207
|
}
|
|
208
|
+
/**
|
|
209
|
+
* @publicDocs
|
|
210
|
+
*/
|
|
178
211
|
export interface AggregateError<T extends Error> extends Error {
|
|
179
212
|
/**
|
|
180
213
|
* An array of individual errors that have been aggregated together.
|
|
@@ -182,6 +215,9 @@ export interface AggregateError<T extends Error> extends Error {
|
|
|
182
215
|
*/
|
|
183
216
|
errors: T[];
|
|
184
217
|
}
|
|
218
|
+
/**
|
|
219
|
+
* @publicDocs
|
|
220
|
+
*/
|
|
185
221
|
export interface AggregateErrorEvent<T extends Error> extends ErrorEvent {
|
|
186
222
|
/**
|
|
187
223
|
* The aggregated error object containing multiple individual errors.
|
|
@@ -273,6 +309,9 @@ interface AvatarProps$1 extends GlobalProps {
|
|
|
273
309
|
*
|
|
274
310
|
*/
|
|
275
311
|
export type BackgroundColorKeyword = 'transparent' | ColorKeyword;
|
|
312
|
+
/**
|
|
313
|
+
* @publicDocs
|
|
314
|
+
*/
|
|
276
315
|
export interface BackgroundProps {
|
|
277
316
|
/**
|
|
278
317
|
* The background color of the element. Use `transparent` for no background, `subdued` for a subtle background, `base` for standard background, or `strong` for a prominent background.
|
|
@@ -1046,6 +1085,9 @@ interface BannerProps$1 extends GlobalProps, ActionSlots {
|
|
|
1046
1085
|
*/
|
|
1047
1086
|
hidden?: boolean;
|
|
1048
1087
|
}
|
|
1088
|
+
/**
|
|
1089
|
+
* @publicDocs
|
|
1090
|
+
*/
|
|
1049
1091
|
export interface DisplayProps {
|
|
1050
1092
|
/**
|
|
1051
1093
|
* The outer display type of the component, The outer type sets a component’s participation in [flow layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flow_layout).
|
|
@@ -1059,6 +1101,9 @@ export interface DisplayProps {
|
|
|
1059
1101
|
*/
|
|
1060
1102
|
display?: MaybeResponsive<'auto' | 'none'>;
|
|
1061
1103
|
}
|
|
1104
|
+
/**
|
|
1105
|
+
* @publicDocs
|
|
1106
|
+
*/
|
|
1062
1107
|
export interface AccessibilityRoleProps {
|
|
1063
1108
|
/**
|
|
1064
1109
|
* The semantic meaning of the component’s content. When set,
|
|
@@ -1218,6 +1263,9 @@ export type AccessibilityRole =
|
|
|
1218
1263
|
* Learn more about the [`none` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role) in the MDN web docs.
|
|
1219
1264
|
*/
|
|
1220
1265
|
| 'none';
|
|
1266
|
+
/**
|
|
1267
|
+
* @publicDocs
|
|
1268
|
+
*/
|
|
1221
1269
|
export interface AccessibilityVisibilityProps {
|
|
1222
1270
|
/**
|
|
1223
1271
|
* The visibility mode of the element for both visual and assistive technology users.
|
|
@@ -1230,6 +1278,9 @@ export interface AccessibilityVisibilityProps {
|
|
|
1230
1278
|
*/
|
|
1231
1279
|
accessibilityVisibility?: 'visible' | 'hidden' | 'exclusive';
|
|
1232
1280
|
}
|
|
1281
|
+
/**
|
|
1282
|
+
* @publicDocs
|
|
1283
|
+
*/
|
|
1233
1284
|
export interface LabelAccessibilityVisibilityProps {
|
|
1234
1285
|
/**
|
|
1235
1286
|
* Controls whether the label is visible to all users or only to screen readers.
|
|
@@ -1254,6 +1305,9 @@ export interface LabelAccessibilityVisibilityProps {
|
|
|
1254
1305
|
* - `none`: No padding.
|
|
1255
1306
|
*/
|
|
1256
1307
|
export type PaddingKeyword = SizeKeyword | 'none';
|
|
1308
|
+
/**
|
|
1309
|
+
* @publicDocs
|
|
1310
|
+
*/
|
|
1257
1311
|
export interface PaddingProps {
|
|
1258
1312
|
/**
|
|
1259
1313
|
* The padding applied to all edges of the component.
|
|
@@ -1354,6 +1408,9 @@ export type SizeUnitsOrAuto = SizeUnits | 'auto';
|
|
|
1354
1408
|
* - `none`: No size constraint, allowing unlimited growth.
|
|
1355
1409
|
*/
|
|
1356
1410
|
export type SizeUnitsOrNone = SizeUnits | 'none';
|
|
1411
|
+
/**
|
|
1412
|
+
* @publicDocs
|
|
1413
|
+
*/
|
|
1357
1414
|
export interface SizingProps {
|
|
1358
1415
|
/**
|
|
1359
1416
|
* The vertical size of the element in standard layouts (height in left-to-right or right-to-left writing modes).
|
|
@@ -1457,6 +1514,9 @@ export type BorderShorthand =
|
|
|
1457
1514
|
| BorderSizeKeyword
|
|
1458
1515
|
| `${BorderSizeKeyword} ${ColorKeyword}`
|
|
1459
1516
|
| `${BorderSizeKeyword} ${ColorKeyword} ${BorderStyleKeyword}`;
|
|
1517
|
+
/**
|
|
1518
|
+
* @publicDocs
|
|
1519
|
+
*/
|
|
1460
1520
|
export interface BorderProps {
|
|
1461
1521
|
/**
|
|
1462
1522
|
* A border applied using shorthand syntax to specify width, color, and style in a single property.
|
|
@@ -1535,6 +1595,9 @@ export interface BorderProps {
|
|
|
1535
1595
|
*/
|
|
1536
1596
|
borderRadius?: MaybeAllValuesShorthandProperty<BorderRadiusKeyword>;
|
|
1537
1597
|
}
|
|
1598
|
+
/**
|
|
1599
|
+
* @publicDocs
|
|
1600
|
+
*/
|
|
1538
1601
|
export interface OverflowProps {
|
|
1539
1602
|
/**
|
|
1540
1603
|
* The overflow behavior of the element.
|
|
@@ -1548,6 +1611,9 @@ export interface OverflowProps {
|
|
|
1548
1611
|
*/
|
|
1549
1612
|
overflow?: 'hidden' | 'visible';
|
|
1550
1613
|
}
|
|
1614
|
+
/**
|
|
1615
|
+
* @publicDocs
|
|
1616
|
+
*/
|
|
1551
1617
|
export interface BaseBoxProps
|
|
1552
1618
|
extends AccessibilityVisibilityProps,
|
|
1553
1619
|
BackgroundProps,
|
|
@@ -1565,10 +1631,16 @@ export interface BaseBoxProps
|
|
|
1565
1631
|
*/
|
|
1566
1632
|
accessibilityLabel?: string;
|
|
1567
1633
|
}
|
|
1634
|
+
/**
|
|
1635
|
+
* @publicDocs
|
|
1636
|
+
*/
|
|
1568
1637
|
export interface BaseBoxPropsWithRole
|
|
1569
1638
|
extends BaseBoxProps,
|
|
1570
1639
|
AccessibilityRoleProps {}
|
|
1571
1640
|
interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {}
|
|
1641
|
+
/**
|
|
1642
|
+
* @publicDocs
|
|
1643
|
+
*/
|
|
1572
1644
|
export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
1573
1645
|
/**
|
|
1574
1646
|
* The behavior of the button component.
|
|
@@ -1601,6 +1673,9 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1601
1673
|
*/
|
|
1602
1674
|
loading?: boolean;
|
|
1603
1675
|
}
|
|
1676
|
+
/**
|
|
1677
|
+
* @publicDocs
|
|
1678
|
+
*/
|
|
1604
1679
|
export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
1605
1680
|
/**
|
|
1606
1681
|
* The URL to navigate to when clicked. The `click` event fires first, then navigation occurs. If `commandFor` is also set, the command executes instead of navigation.
|
|
@@ -1639,9 +1714,12 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1639
1714
|
*/
|
|
1640
1715
|
onClick?: (event: Event) => void;
|
|
1641
1716
|
}
|
|
1717
|
+
/**
|
|
1718
|
+
* @publicDocs
|
|
1719
|
+
*/
|
|
1642
1720
|
export interface InteractionProps {
|
|
1643
1721
|
/**
|
|
1644
|
-
* The ID of the component to control when this component is activated. Pair with the `command` property to specify what action to perform on the target component. Learn more about the [
|
|
1722
|
+
* The ID of the component to control when this component is activated. Pair with the `command` property to specify what action to perform on the target component. Learn more about the [`commandFor` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor).
|
|
1645
1723
|
*/
|
|
1646
1724
|
commandFor?: string;
|
|
1647
1725
|
/**
|
|
@@ -1663,6 +1741,9 @@ export interface InteractionProps {
|
|
|
1663
1741
|
*/
|
|
1664
1742
|
interestFor?: string;
|
|
1665
1743
|
}
|
|
1744
|
+
/**
|
|
1745
|
+
* @publicDocs
|
|
1746
|
+
*/
|
|
1666
1747
|
export interface BaseClickableProps
|
|
1667
1748
|
extends ButtonBehaviorProps,
|
|
1668
1749
|
LinkBehaviorProps {}
|
|
@@ -1740,6 +1821,9 @@ interface ButtonGroupProps$1 extends GlobalProps, ActionSlots {
|
|
|
1740
1821
|
*/
|
|
1741
1822
|
accessibilityLabel?: string;
|
|
1742
1823
|
}
|
|
1824
|
+
/**
|
|
1825
|
+
* @publicDocs
|
|
1826
|
+
*/
|
|
1743
1827
|
export interface BaseInputProps {
|
|
1744
1828
|
/**
|
|
1745
1829
|
* The name attribute for the field, used to identify the field's value when the form is submitted. Must be unique within the nearest containing form.
|
|
@@ -1752,6 +1836,9 @@ export interface BaseInputProps {
|
|
|
1752
1836
|
*/
|
|
1753
1837
|
disabled?: boolean;
|
|
1754
1838
|
}
|
|
1839
|
+
/**
|
|
1840
|
+
* @publicDocs
|
|
1841
|
+
*/
|
|
1755
1842
|
export interface InputProps extends BaseInputProps {
|
|
1756
1843
|
/**
|
|
1757
1844
|
* A callback fired when the user has finished editing the field, such as when they blur the field or press Enter. Learn more about the [change event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event).
|
|
@@ -1769,6 +1856,9 @@ export interface InputProps extends BaseInputProps {
|
|
|
1769
1856
|
*/
|
|
1770
1857
|
defaultValue?: string;
|
|
1771
1858
|
}
|
|
1859
|
+
/**
|
|
1860
|
+
* @publicDocs
|
|
1861
|
+
*/
|
|
1772
1862
|
export interface MultipleInputProps extends BaseInputProps {
|
|
1773
1863
|
/**
|
|
1774
1864
|
* A callback fired when the user has selected one or more options. Learn more about the [change event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event).
|
|
@@ -1783,6 +1873,9 @@ export interface MultipleInputProps extends BaseInputProps {
|
|
|
1783
1873
|
*/
|
|
1784
1874
|
values?: string[];
|
|
1785
1875
|
}
|
|
1876
|
+
/**
|
|
1877
|
+
* @publicDocs
|
|
1878
|
+
*/
|
|
1786
1879
|
export interface FileInputProps extends BaseInputProps {
|
|
1787
1880
|
/**
|
|
1788
1881
|
* A callback fired when the user has finished selecting one or more files.
|
|
@@ -1812,6 +1905,9 @@ export interface FileInputProps extends BaseInputProps {
|
|
|
1812
1905
|
*/
|
|
1813
1906
|
files?: ReadonlyArray<File>;
|
|
1814
1907
|
}
|
|
1908
|
+
/**
|
|
1909
|
+
* @publicDocs
|
|
1910
|
+
*/
|
|
1815
1911
|
export interface FieldErrorProps {
|
|
1816
1912
|
/**
|
|
1817
1913
|
* An error message displayed below the checkbox to indicate validation problems.
|
|
@@ -1819,6 +1915,9 @@ export interface FieldErrorProps {
|
|
|
1819
1915
|
*/
|
|
1820
1916
|
error?: string;
|
|
1821
1917
|
}
|
|
1918
|
+
/**
|
|
1919
|
+
* @publicDocs
|
|
1920
|
+
*/
|
|
1822
1921
|
export interface BasicFieldProps
|
|
1823
1922
|
extends FieldErrorProps,
|
|
1824
1923
|
LabelAccessibilityVisibilityProps {
|
|
@@ -1834,6 +1933,9 @@ export interface BasicFieldProps
|
|
|
1834
1933
|
*/
|
|
1835
1934
|
label?: string;
|
|
1836
1935
|
}
|
|
1936
|
+
/**
|
|
1937
|
+
* @publicDocs
|
|
1938
|
+
*/
|
|
1837
1939
|
export interface FieldDetailsProps {
|
|
1838
1940
|
/**
|
|
1839
1941
|
* Supplementary text displayed below the checkbox to provide additional context, instructions, or help.
|
|
@@ -1842,6 +1944,9 @@ export interface FieldDetailsProps {
|
|
|
1842
1944
|
*/
|
|
1843
1945
|
details?: string;
|
|
1844
1946
|
}
|
|
1947
|
+
/**
|
|
1948
|
+
* @publicDocs
|
|
1949
|
+
*/
|
|
1845
1950
|
export interface FieldProps
|
|
1846
1951
|
extends BasicFieldProps,
|
|
1847
1952
|
InputProps,
|
|
@@ -1852,6 +1957,9 @@ export interface FieldProps
|
|
|
1852
1957
|
*/
|
|
1853
1958
|
placeholder?: string;
|
|
1854
1959
|
}
|
|
1960
|
+
/**
|
|
1961
|
+
* @publicDocs
|
|
1962
|
+
*/
|
|
1855
1963
|
export interface BaseTextFieldProps extends FieldProps {
|
|
1856
1964
|
/**
|
|
1857
1965
|
* Whether the field is read-only and can't be edited. Read-only fields remain focusable and their content is announced by screen readers.
|
|
@@ -1860,6 +1968,9 @@ export interface BaseTextFieldProps extends FieldProps {
|
|
|
1860
1968
|
*/
|
|
1861
1969
|
readOnly?: boolean;
|
|
1862
1970
|
}
|
|
1971
|
+
/**
|
|
1972
|
+
* @publicDocs
|
|
1973
|
+
*/
|
|
1863
1974
|
export interface FieldDecorationProps {
|
|
1864
1975
|
/**
|
|
1865
1976
|
* A non-editable text value displayed immediately after the editable portion of the field. This is useful for displaying an implied part of the value, such as `@shopify.com` or `%`.
|
|
@@ -1891,6 +2002,9 @@ export interface FieldDecorationProps {
|
|
|
1891
2002
|
*/
|
|
1892
2003
|
accessory?: ComponentChildren;
|
|
1893
2004
|
}
|
|
2005
|
+
/**
|
|
2006
|
+
* @publicDocs
|
|
2007
|
+
*/
|
|
1894
2008
|
export interface NumberConstraintsProps {
|
|
1895
2009
|
/**
|
|
1896
2010
|
* The highest decimal or integer value accepted for the field. When used with `step`, the value rounds down to the maximum number.
|
|
@@ -1929,6 +2043,9 @@ export interface NumberConstraintsProps {
|
|
|
1929
2043
|
*/
|
|
1930
2044
|
controls?: 'auto' | 'stepper' | 'none';
|
|
1931
2045
|
}
|
|
2046
|
+
/**
|
|
2047
|
+
* @publicDocs
|
|
2048
|
+
*/
|
|
1932
2049
|
export interface MinMaxLengthProps {
|
|
1933
2050
|
/**
|
|
1934
2051
|
* The maximum number of characters allowed in the field.
|
|
@@ -1943,6 +2060,9 @@ export interface MinMaxLengthProps {
|
|
|
1943
2060
|
*/
|
|
1944
2061
|
minLength?: number;
|
|
1945
2062
|
}
|
|
2063
|
+
/**
|
|
2064
|
+
* @publicDocs
|
|
2065
|
+
*/
|
|
1946
2066
|
export interface BaseSelectableProps {
|
|
1947
2067
|
/**
|
|
1948
2068
|
* A label that describes the purpose or content of the component for assistive technologies like screen readers. Use this to provide additional context when the visible content alone doesn't clearly convey the component's purpose.
|
|
@@ -1961,6 +2081,9 @@ export interface BaseSelectableProps {
|
|
|
1961
2081
|
*/
|
|
1962
2082
|
value?: string;
|
|
1963
2083
|
}
|
|
2084
|
+
/**
|
|
2085
|
+
* @publicDocs
|
|
2086
|
+
*/
|
|
1964
2087
|
export interface BaseOptionProps extends BaseSelectableProps {
|
|
1965
2088
|
/**
|
|
1966
2089
|
* Whether the option is currently selected. Use this for controlled components where you manage the selection state.
|
|
@@ -1978,6 +2101,9 @@ export interface BaseOptionProps extends BaseSelectableProps {
|
|
|
1978
2101
|
*/
|
|
1979
2102
|
defaultSelected?: boolean;
|
|
1980
2103
|
}
|
|
2104
|
+
/**
|
|
2105
|
+
* @publicDocs
|
|
2106
|
+
*/
|
|
1981
2107
|
export interface BaseCheckableProps
|
|
1982
2108
|
extends BaseSelectableProps,
|
|
1983
2109
|
InteractionProps {
|
|
@@ -2055,6 +2181,9 @@ interface CheckboxProps$1
|
|
|
2055
2181
|
*/
|
|
2056
2182
|
required?: boolean;
|
|
2057
2183
|
}
|
|
2184
|
+
/**
|
|
2185
|
+
* @publicDocs
|
|
2186
|
+
*/
|
|
2058
2187
|
export interface ChipProps$1 extends GlobalProps {
|
|
2059
2188
|
/**
|
|
2060
2189
|
* The text label displayed within the chip component, typically representing a selected filter, tag, or removable item.
|
|
@@ -2263,6 +2392,9 @@ interface ColorPickerProps$1
|
|
|
2263
2392
|
*/
|
|
2264
2393
|
defaultValue?: string;
|
|
2265
2394
|
}
|
|
2395
|
+
/**
|
|
2396
|
+
* @publicDocs
|
|
2397
|
+
*/
|
|
2266
2398
|
export interface AutocompleteProps<
|
|
2267
2399
|
AutocompleteField extends AnyAutocompleteField,
|
|
2268
2400
|
> {
|
|
@@ -2783,6 +2915,7 @@ interface FunctionSettingsProps$1 extends GlobalProps, FormProps$1 {
|
|
|
2783
2915
|
* These errors are returned when the extension-provided data fails validation or causes
|
|
2784
2916
|
* issues during the commit process to Shopify's servers. Handle these errors in the
|
|
2785
2917
|
* `onError` callback to provide feedback to users about what went wrong.
|
|
2918
|
+
* @publicDocs
|
|
2786
2919
|
*/
|
|
2787
2920
|
export interface FunctionSettingsError extends Error {
|
|
2788
2921
|
/**
|
|
@@ -2804,6 +2937,9 @@ export interface FunctionSettingsError extends Error {
|
|
|
2804
2937
|
* Defines the spacing size between elements, using the standard size scale or `none` for no spacing.
|
|
2805
2938
|
*/
|
|
2806
2939
|
export type SpacingKeyword = SizeKeyword | 'none';
|
|
2940
|
+
/**
|
|
2941
|
+
* @publicDocs
|
|
2942
|
+
*/
|
|
2807
2943
|
export interface GapProps {
|
|
2808
2944
|
/**
|
|
2809
2945
|
* The spacing between child elements.
|
|
@@ -3015,6 +3151,9 @@ interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
|
|
|
3015
3151
|
*/
|
|
3016
3152
|
gridRow?: `span ${number}` | 'auto';
|
|
3017
3153
|
}
|
|
3154
|
+
/**
|
|
3155
|
+
* @publicDocs
|
|
3156
|
+
*/
|
|
3018
3157
|
export interface BaseTypographyProps {
|
|
3019
3158
|
/**
|
|
3020
3159
|
* The color emphasis level that controls visual intensity.
|
|
@@ -3077,6 +3216,9 @@ export interface BaseTypographyProps {
|
|
|
3077
3216
|
*/
|
|
3078
3217
|
dir?: 'ltr' | 'rtl' | 'auto' | '';
|
|
3079
3218
|
}
|
|
3219
|
+
/**
|
|
3220
|
+
* @publicDocs
|
|
3221
|
+
*/
|
|
3080
3222
|
export interface BlockTypographyProps {
|
|
3081
3223
|
/**
|
|
3082
3224
|
* The maximum number of lines to display before truncating the text content.
|
|
@@ -3151,6 +3293,9 @@ interface IconProps$1
|
|
|
3151
3293
|
*/
|
|
3152
3294
|
type?: IconType | AnyString;
|
|
3153
3295
|
}
|
|
3296
|
+
/**
|
|
3297
|
+
* @publicDocs
|
|
3298
|
+
*/
|
|
3154
3299
|
export interface BaseImageProps {
|
|
3155
3300
|
/**
|
|
3156
3301
|
* Alternative text that describes the image for accessibility.
|
|
@@ -3654,6 +3799,9 @@ interface SwitchProps$1
|
|
|
3654
3799
|
BasicFieldProps,
|
|
3655
3800
|
FieldDetailsProps,
|
|
3656
3801
|
FieldErrorProps {}
|
|
3802
|
+
/**
|
|
3803
|
+
* @publicDocs
|
|
3804
|
+
*/
|
|
3657
3805
|
export interface PaginationProps {
|
|
3658
3806
|
/**
|
|
3659
3807
|
* Whether to use pagination controls.
|
|
@@ -3953,6 +4101,9 @@ export type URLAutocompleteField = ExtractStrict<
|
|
|
3953
4101
|
//
|
|
3954
4102
|
// Preact Virtual DOM
|
|
3955
4103
|
// -----------------------------------
|
|
4104
|
+
/**
|
|
4105
|
+
* @publicDocs
|
|
4106
|
+
*/
|
|
3956
4107
|
export interface VNode<P = {}> {
|
|
3957
4108
|
/**
|
|
3958
4109
|
* The component type or HTML element tag name that this VNode represents.
|
|
@@ -3993,6 +4144,9 @@ export interface VNode<P = {}> {
|
|
|
3993
4144
|
* Can be a string, number, or any other value.
|
|
3994
4145
|
*/
|
|
3995
4146
|
export type Key = string | number | any;
|
|
4147
|
+
/**
|
|
4148
|
+
* @publicDocs
|
|
4149
|
+
*/
|
|
3996
4150
|
export interface RefObject<T> {
|
|
3997
4151
|
/**
|
|
3998
4152
|
* The current value of the ref, which holds a reference to the DOM element or component instance.
|
|
@@ -4023,6 +4177,9 @@ export type ComponentChild =
|
|
|
4023
4177
|
| null
|
|
4024
4178
|
| undefined;
|
|
4025
4179
|
type ComponentChildren$1 = ComponentChild[] | ComponentChild;
|
|
4180
|
+
/**
|
|
4181
|
+
* @publicDocs
|
|
4182
|
+
*/
|
|
4026
4183
|
export interface Attributes {
|
|
4027
4184
|
/**
|
|
4028
4185
|
* A unique key used to identify this element in lists for efficient reconciliation during re-renders.
|
|
@@ -4033,6 +4190,9 @@ export interface Attributes {
|
|
|
4033
4190
|
*/
|
|
4034
4191
|
jsx?: boolean | undefined;
|
|
4035
4192
|
}
|
|
4193
|
+
/**
|
|
4194
|
+
* @publicDocs
|
|
4195
|
+
*/
|
|
4036
4196
|
export interface ErrorInfo {
|
|
4037
4197
|
/**
|
|
4038
4198
|
* A string representation of the component stack trace at the point where an error occurred.
|
|
@@ -4060,6 +4220,9 @@ export type RenderableProps<P, RefType = any> = P &
|
|
|
4060
4220
|
* Represents any valid component type, either a class component or a function component.
|
|
4061
4221
|
*/
|
|
4062
4222
|
export type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>;
|
|
4223
|
+
/**
|
|
4224
|
+
* @publicDocs
|
|
4225
|
+
*/
|
|
4063
4226
|
export interface FunctionComponent<P = {}> {
|
|
4064
4227
|
(props: RenderableProps<P>, context?: any): ComponentChildren$1;
|
|
4065
4228
|
/**
|
|
@@ -4071,6 +4234,9 @@ export interface FunctionComponent<P = {}> {
|
|
|
4071
4234
|
*/
|
|
4072
4235
|
defaultProps?: Partial<P> | undefined;
|
|
4073
4236
|
}
|
|
4237
|
+
/**
|
|
4238
|
+
* @publicDocs
|
|
4239
|
+
*/
|
|
4074
4240
|
export interface ComponentClass<P = {}, S = {}> {
|
|
4075
4241
|
new (props: P, context?: any): Component<P, S>;
|
|
4076
4242
|
/**
|
|
@@ -4091,6 +4257,9 @@ export interface ComponentClass<P = {}, S = {}> {
|
|
|
4091
4257
|
): Partial<S> | null;
|
|
4092
4258
|
getDerivedStateFromError?(error: any): Partial<S> | null;
|
|
4093
4259
|
}
|
|
4260
|
+
/**
|
|
4261
|
+
* @publicDocs
|
|
4262
|
+
*/
|
|
4094
4263
|
export interface Component<P = {}, S = {}> {
|
|
4095
4264
|
componentWillMount?(): void;
|
|
4096
4265
|
componentDidMount?(): void;
|
|
@@ -4171,6 +4340,9 @@ declare abstract class Component<P, S> {
|
|
|
4171
4340
|
//
|
|
4172
4341
|
// Context
|
|
4173
4342
|
// -----------------------------------
|
|
4343
|
+
/**
|
|
4344
|
+
* @publicDocs
|
|
4345
|
+
*/
|
|
4174
4346
|
export interface Consumer<T>
|
|
4175
4347
|
extends FunctionComponent<{
|
|
4176
4348
|
/**
|
|
@@ -4179,6 +4351,9 @@ export interface Consumer<T>
|
|
|
4179
4351
|
*/
|
|
4180
4352
|
children: (value: T) => ComponentChildren$1;
|
|
4181
4353
|
}> {}
|
|
4354
|
+
/**
|
|
4355
|
+
* @publicDocs
|
|
4356
|
+
*/
|
|
4182
4357
|
export interface Provider<T>
|
|
4183
4358
|
extends FunctionComponent<{
|
|
4184
4359
|
/**
|
|
@@ -4190,6 +4365,9 @@ export interface Provider<T>
|
|
|
4190
4365
|
*/
|
|
4191
4366
|
children?: ComponentChildren$1;
|
|
4192
4367
|
}> {}
|
|
4368
|
+
/**
|
|
4369
|
+
* @publicDocs
|
|
4370
|
+
*/
|
|
4193
4371
|
export interface Context<T> extends Provider<T> {
|
|
4194
4372
|
/**
|
|
4195
4373
|
* A component that consumes the context value and re-renders when it changes.
|
|
@@ -4717,6 +4895,9 @@ type IconType$1 =
|
|
|
4717
4895
|
| 'x'
|
|
4718
4896
|
| 'x-circle';
|
|
4719
4897
|
|
|
4898
|
+
/**
|
|
4899
|
+
* @publicDocs
|
|
4900
|
+
*/
|
|
4720
4901
|
export interface AvatarProps
|
|
4721
4902
|
extends Required<Pick<AvatarProps$1, 'initials' | 'src' | 'size'>> {
|
|
4722
4903
|
/**
|
|
@@ -4761,6 +4942,9 @@ export type RenderImpl = Omit<ShadowRootInit, 'mode'> & {
|
|
|
4761
4942
|
ShadowRoot: (element: any) => ComponentChildren;
|
|
4762
4943
|
styles?: Styles;
|
|
4763
4944
|
};
|
|
4945
|
+
/**
|
|
4946
|
+
* @publicDocs
|
|
4947
|
+
*/
|
|
4764
4948
|
export interface ActivationEventEsque {
|
|
4765
4949
|
/**
|
|
4766
4950
|
* Whether the Shift key was pressed when the event occurred.
|
|
@@ -4779,6 +4963,9 @@ export interface ActivationEventEsque {
|
|
|
4779
4963
|
*/
|
|
4780
4964
|
button: number;
|
|
4781
4965
|
}
|
|
4966
|
+
/**
|
|
4967
|
+
* @publicDocs
|
|
4968
|
+
*/
|
|
4782
4969
|
export interface ClickOptions {
|
|
4783
4970
|
/**
|
|
4784
4971
|
* The event you want to influence the synthetic click.
|
|
@@ -4878,6 +5065,9 @@ export type CallbackErrorEventListener<
|
|
|
4878
5065
|
): void;
|
|
4879
5066
|
})
|
|
4880
5067
|
| null;
|
|
5068
|
+
/**
|
|
5069
|
+
* @publicDocs
|
|
5070
|
+
*/
|
|
4881
5071
|
export interface CallbackExtendableEvent<
|
|
4882
5072
|
TTagName extends keyof HTMLElementTagNameMap,
|
|
4883
5073
|
> extends CallbackEvent<TTagName>,
|
|
@@ -4893,6 +5083,9 @@ export type CallbackExtendableEventListener<
|
|
|
4893
5083
|
(event: CallbackExtendableEvent<TTagName>): void;
|
|
4894
5084
|
})
|
|
4895
5085
|
| null;
|
|
5086
|
+
/**
|
|
5087
|
+
* @publicDocs
|
|
5088
|
+
*/
|
|
4896
5089
|
export interface FieldReactProps<T extends keyof HTMLElementTagNameMap> {
|
|
4897
5090
|
/**
|
|
4898
5091
|
* A callback fired when the user makes changes to the field value. This fires before `onChange`.
|
|
@@ -4914,6 +5107,7 @@ export interface FieldReactProps<T extends keyof HTMLElementTagNameMap> {
|
|
|
4914
5107
|
/**
|
|
4915
5108
|
* Base props for Preact custom elements without children support.
|
|
4916
5109
|
* Includes common properties like key, ref, and slot for elements that don't accept child content.
|
|
5110
|
+
* @publicDocs
|
|
4917
5111
|
*/
|
|
4918
5112
|
export interface PreactBaseElementProps<TClass extends HTMLElement> {
|
|
4919
5113
|
/**
|
|
@@ -4936,6 +5130,7 @@ export interface PreactBaseElementProps<TClass extends HTMLElement> {
|
|
|
4936
5130
|
/**
|
|
4937
5131
|
* Base props for Preact custom elements with children support.
|
|
4938
5132
|
* Extends PreactBaseElementProps with the ability to render child elements.
|
|
5133
|
+
* @publicDocs
|
|
4939
5134
|
*/
|
|
4940
5135
|
export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
|
|
4941
5136
|
extends PreactBaseElementProps<TClass> {
|
|
@@ -4945,6 +5140,10 @@ export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
|
|
|
4945
5140
|
children?: preact.ComponentChildren;
|
|
4946
5141
|
}
|
|
4947
5142
|
|
|
5143
|
+
/**
|
|
5144
|
+
* Configure the following properties on the avatar component.
|
|
5145
|
+
* @publicDocs
|
|
5146
|
+
*/
|
|
4948
5147
|
declare class Avatar extends PreactCustomElement implements AvatarProps {
|
|
4949
5148
|
accessor initials: AvatarProps['initials'];
|
|
4950
5149
|
accessor src: AvatarProps['src'];
|
|
@@ -4966,6 +5165,9 @@ declare module 'preact' {
|
|
|
4966
5165
|
}
|
|
4967
5166
|
|
|
4968
5167
|
declare const tagName$Z = 's-avatar';
|
|
5168
|
+
/**
|
|
5169
|
+
* @publicDocs
|
|
5170
|
+
*/
|
|
4969
5171
|
export interface AvatarJSXProps
|
|
4970
5172
|
extends Partial<AvatarProps>,
|
|
4971
5173
|
Pick<AvatarProps$1, 'id'> {
|
|
@@ -4979,6 +5181,9 @@ export interface AvatarJSXProps
|
|
|
4979
5181
|
onError?: () => void;
|
|
4980
5182
|
}
|
|
4981
5183
|
|
|
5184
|
+
/**
|
|
5185
|
+
* @publicDocs
|
|
5186
|
+
*/
|
|
4982
5187
|
export interface IconProps
|
|
4983
5188
|
extends Pick<
|
|
4984
5189
|
IconProps$1,
|
|
@@ -5006,6 +5211,9 @@ export interface IconProps
|
|
|
5006
5211
|
size: Extract<IconProps$1['size'], 'small' | 'base'>;
|
|
5007
5212
|
}
|
|
5008
5213
|
|
|
5214
|
+
/**
|
|
5215
|
+
* @publicDocs
|
|
5216
|
+
*/
|
|
5009
5217
|
export interface BadgeProps
|
|
5010
5218
|
extends Pick<BadgeProps$1, 'color' | 'icon' | 'size' | 'tone'> {
|
|
5011
5219
|
color: Extract<BadgeProps$1['color'], 'base' | 'strong'>;
|
|
@@ -5024,6 +5232,10 @@ export interface BadgeProps
|
|
|
5024
5232
|
>;
|
|
5025
5233
|
}
|
|
5026
5234
|
|
|
5235
|
+
/**
|
|
5236
|
+
* Configure the following properties on the badge component.
|
|
5237
|
+
* @publicDocs
|
|
5238
|
+
*/
|
|
5027
5239
|
declare class Badge extends PreactCustomElement implements BadgeProps {
|
|
5028
5240
|
accessor color: BadgeProps['color'];
|
|
5029
5241
|
accessor icon: BadgeProps['icon'];
|
|
@@ -5045,6 +5257,9 @@ declare module 'preact' {
|
|
|
5045
5257
|
}
|
|
5046
5258
|
|
|
5047
5259
|
declare const tagName$Y = 's-badge';
|
|
5260
|
+
/**
|
|
5261
|
+
* @publicDocs
|
|
5262
|
+
*/
|
|
5048
5263
|
export interface BadgeJSXProps
|
|
5049
5264
|
extends Partial<BadgeProps>,
|
|
5050
5265
|
Pick<BadgeProps$1, 'id' | 'children'> {
|
|
@@ -5058,6 +5273,9 @@ export interface BadgeJSXProps
|
|
|
5058
5273
|
* Represents the banner component props with all properties marked as required.
|
|
5059
5274
|
*/
|
|
5060
5275
|
export type RequiredBannerProps = Required<BannerProps$1>;
|
|
5276
|
+
/**
|
|
5277
|
+
* @publicDocs
|
|
5278
|
+
*/
|
|
5061
5279
|
export interface BannerProps
|
|
5062
5280
|
extends Pick<
|
|
5063
5281
|
RequiredBannerProps,
|
|
@@ -5069,6 +5287,10 @@ export interface BannerProps
|
|
|
5069
5287
|
>;
|
|
5070
5288
|
}
|
|
5071
5289
|
|
|
5290
|
+
/**
|
|
5291
|
+
* Configure the following properties on the banner component.
|
|
5292
|
+
* @publicDocs
|
|
5293
|
+
*/
|
|
5072
5294
|
declare class Banner extends PreactCustomElement implements BannerProps {
|
|
5073
5295
|
accessor heading: BannerProps['heading'];
|
|
5074
5296
|
accessor tone: BannerProps['tone'];
|
|
@@ -5091,6 +5313,9 @@ declare module 'preact' {
|
|
|
5091
5313
|
}
|
|
5092
5314
|
|
|
5093
5315
|
declare const tagName$X = 's-banner';
|
|
5316
|
+
/**
|
|
5317
|
+
* @publicDocs
|
|
5318
|
+
*/
|
|
5094
5319
|
export interface BannerJSXProps
|
|
5095
5320
|
extends Partial<BannerProps>,
|
|
5096
5321
|
Pick<BannerProps$1, 'id' | 'children'> {
|
|
@@ -5195,6 +5420,9 @@ export type ResponsiveBoxProps = MakeResponsivePick<
|
|
|
5195
5420
|
| 'paddingInlineEnd'
|
|
5196
5421
|
| 'display'
|
|
5197
5422
|
>;
|
|
5423
|
+
/**
|
|
5424
|
+
* @publicDocs
|
|
5425
|
+
*/
|
|
5198
5426
|
export interface BoxProps
|
|
5199
5427
|
extends Pick<
|
|
5200
5428
|
RequiredBoxProps,
|
|
@@ -5451,6 +5679,10 @@ declare class BoxElement extends PreactCustomElement implements BoxProps {
|
|
|
5451
5679
|
accessor display: BoxProps['display'];
|
|
5452
5680
|
}
|
|
5453
5681
|
|
|
5682
|
+
/**
|
|
5683
|
+
* Configure the following properties on the box component.
|
|
5684
|
+
* @publicDocs
|
|
5685
|
+
*/
|
|
5454
5686
|
declare class Box extends BoxElement implements BoxProps {
|
|
5455
5687
|
constructor();
|
|
5456
5688
|
}
|
|
@@ -5468,6 +5700,9 @@ declare module 'preact' {
|
|
|
5468
5700
|
}
|
|
5469
5701
|
|
|
5470
5702
|
declare const tagName$W = 's-box';
|
|
5703
|
+
/**
|
|
5704
|
+
* @publicDocs
|
|
5705
|
+
*/
|
|
5471
5706
|
export interface BoxJSXProps
|
|
5472
5707
|
extends Partial<BoxProps>,
|
|
5473
5708
|
Pick<BoxProps$1, 'id' | 'children'> {
|
|
@@ -5509,11 +5744,17 @@ export type ButtonBaseProps = Required<
|
|
|
5509
5744
|
| 'download'
|
|
5510
5745
|
>
|
|
5511
5746
|
>;
|
|
5747
|
+
/**
|
|
5748
|
+
* @publicDocs
|
|
5749
|
+
*/
|
|
5512
5750
|
export interface ButtonProps extends ButtonBaseProps {
|
|
5513
5751
|
tone: Extract<ButtonProps$1['tone'], 'neutral' | 'critical' | 'auto'>;
|
|
5514
5752
|
icon: IconProps['type'];
|
|
5515
5753
|
}
|
|
5516
5754
|
|
|
5755
|
+
/**
|
|
5756
|
+
* @publicDocs
|
|
5757
|
+
*/
|
|
5517
5758
|
export interface PreactOverlayControlProps
|
|
5518
5759
|
extends Pick<InteractionProps, 'commandFor' | 'interestFor'> {
|
|
5519
5760
|
/**
|
|
@@ -5544,6 +5785,10 @@ declare const Button_base: (abstract new (
|
|
|
5544
5785
|
args_0: RenderImpl,
|
|
5545
5786
|
) => PreactCustomElement & PreactOverlayControlProps) &
|
|
5546
5787
|
Pick<typeof PreactCustomElement, 'prototype' | 'observedAttributes'>;
|
|
5788
|
+
/**
|
|
5789
|
+
* Configure the following properties on the button component.
|
|
5790
|
+
* @publicDocs
|
|
5791
|
+
*/
|
|
5547
5792
|
declare class Button extends Button_base implements ButtonProps {
|
|
5548
5793
|
accessor disabled: ButtonProps['disabled'];
|
|
5549
5794
|
accessor icon: ButtonProps['icon'];
|
|
@@ -5571,6 +5816,9 @@ declare module 'preact' {
|
|
|
5571
5816
|
}
|
|
5572
5817
|
|
|
5573
5818
|
declare const tagName$V = 's-button';
|
|
5819
|
+
/**
|
|
5820
|
+
* @publicDocs
|
|
5821
|
+
*/
|
|
5574
5822
|
export interface ButtonJSXProps
|
|
5575
5823
|
extends Partial<ButtonProps>,
|
|
5576
5824
|
Pick<ButtonProps$1, 'id' | 'children'> {
|
|
@@ -5592,9 +5840,16 @@ export interface ButtonJSXProps
|
|
|
5592
5840
|
onBlur?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
|
|
5593
5841
|
}
|
|
5594
5842
|
|
|
5843
|
+
/**
|
|
5844
|
+
* @publicDocs
|
|
5845
|
+
*/
|
|
5595
5846
|
export interface ButtonGroupProps
|
|
5596
5847
|
extends Required<Pick<ButtonGroupProps$1, 'gap' | 'accessibilityLabel'>> {}
|
|
5597
5848
|
|
|
5849
|
+
/**
|
|
5850
|
+
* Configure the following properties on the button group component.
|
|
5851
|
+
* @publicDocs
|
|
5852
|
+
*/
|
|
5598
5853
|
declare class ButtonGroup
|
|
5599
5854
|
extends PreactCustomElement
|
|
5600
5855
|
implements ButtonGroupProps
|
|
@@ -5621,6 +5876,9 @@ declare module 'preact' {
|
|
|
5621
5876
|
}
|
|
5622
5877
|
|
|
5623
5878
|
declare const tagName$U = 's-button-group';
|
|
5879
|
+
/**
|
|
5880
|
+
* @publicDocs
|
|
5881
|
+
*/
|
|
5624
5882
|
export interface ButtonGroupJSXProps
|
|
5625
5883
|
extends Partial<ButtonGroupProps>,
|
|
5626
5884
|
Pick<ButtonGroupProps$1, 'id' | 'children'> {
|
|
@@ -5667,6 +5925,9 @@ declare class PreactInputElement
|
|
|
5667
5925
|
constructor(renderImpl: RenderImpl);
|
|
5668
5926
|
}
|
|
5669
5927
|
|
|
5928
|
+
/**
|
|
5929
|
+
* @publicDocs
|
|
5930
|
+
*/
|
|
5670
5931
|
export interface PreactCheckboxProps
|
|
5671
5932
|
extends Required<
|
|
5672
5933
|
Pick<
|
|
@@ -5710,6 +5971,9 @@ declare class PreactCheckboxElement
|
|
|
5710
5971
|
constructor(renderImpl: RenderImpl);
|
|
5711
5972
|
}
|
|
5712
5973
|
|
|
5974
|
+
/**
|
|
5975
|
+
* @publicDocs
|
|
5976
|
+
*/
|
|
5713
5977
|
export interface CheckboxProps extends PreactCheckboxProps {
|
|
5714
5978
|
/**
|
|
5715
5979
|
* Whether the checkbox displays in an indeterminate state (neither checked nor unchecked),
|
|
@@ -5733,6 +5997,10 @@ export interface CheckboxProps extends PreactCheckboxProps {
|
|
|
5733
5997
|
defaultIndeterminate: Required<CheckboxProps$1>['defaultIndeterminate'];
|
|
5734
5998
|
}
|
|
5735
5999
|
|
|
6000
|
+
/**
|
|
6001
|
+
* Configure the following properties on the checkbox component.
|
|
6002
|
+
* @publicDocs
|
|
6003
|
+
*/
|
|
5736
6004
|
declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
|
|
5737
6005
|
get indeterminate(): CheckboxProps['indeterminate'];
|
|
5738
6006
|
set indeterminate(indeterminate: CheckboxProps['indeterminate']);
|
|
@@ -5753,6 +6021,9 @@ declare module 'preact' {
|
|
|
5753
6021
|
}
|
|
5754
6022
|
|
|
5755
6023
|
declare const tagName$T = 's-checkbox';
|
|
6024
|
+
/**
|
|
6025
|
+
* @publicDocs
|
|
6026
|
+
*/
|
|
5756
6027
|
export interface CheckboxJSXProps
|
|
5757
6028
|
extends Partial<CheckboxProps>,
|
|
5758
6029
|
Pick<CheckboxProps$1, 'id'> {
|
|
@@ -5766,9 +6037,16 @@ export interface CheckboxJSXProps
|
|
|
5766
6037
|
onInput?: ((event: CallbackEvent<typeof tagName$T>) => void) | null;
|
|
5767
6038
|
}
|
|
5768
6039
|
|
|
6040
|
+
/**
|
|
6041
|
+
* @publicDocs
|
|
6042
|
+
*/
|
|
5769
6043
|
export interface ChipProps
|
|
5770
6044
|
extends Required<Pick<ChipProps$2, 'color' | 'accessibilityLabel'>> {}
|
|
5771
6045
|
|
|
6046
|
+
/**
|
|
6047
|
+
* Configure the following properties on the chip component.
|
|
6048
|
+
* @publicDocs
|
|
6049
|
+
*/
|
|
5772
6050
|
declare class Chip extends PreactCustomElement implements ChipProps {
|
|
5773
6051
|
accessor color: ChipProps['color'];
|
|
5774
6052
|
accessor accessibilityLabel: ChipProps['accessibilityLabel'];
|
|
@@ -5789,6 +6067,9 @@ declare module 'preact' {
|
|
|
5789
6067
|
}
|
|
5790
6068
|
|
|
5791
6069
|
declare const tagName$S = 's-chip';
|
|
6070
|
+
/**
|
|
6071
|
+
* @publicDocs
|
|
6072
|
+
*/
|
|
5792
6073
|
export interface ChipJSXProps
|
|
5793
6074
|
extends Partial<ChipProps>,
|
|
5794
6075
|
Pick<ChipProps$2, 'id' | 'children'> {
|
|
@@ -5802,6 +6083,9 @@ export interface ChipJSXProps
|
|
|
5802
6083
|
graphic?: ComponentChildren;
|
|
5803
6084
|
}
|
|
5804
6085
|
|
|
6086
|
+
/**
|
|
6087
|
+
* @publicDocs
|
|
6088
|
+
*/
|
|
5805
6089
|
export interface ChoiceProps
|
|
5806
6090
|
extends Required<
|
|
5807
6091
|
Pick<
|
|
@@ -5814,6 +6098,10 @@ export interface ChoiceProps
|
|
|
5814
6098
|
>
|
|
5815
6099
|
> {}
|
|
5816
6100
|
|
|
6101
|
+
/**
|
|
6102
|
+
* Configure the following properties on the choice component.
|
|
6103
|
+
* @publicDocs
|
|
6104
|
+
*/
|
|
5817
6105
|
declare class Choice extends PreactCustomElement implements ChoiceProps {
|
|
5818
6106
|
accessor disabled: ChoiceProps['disabled'];
|
|
5819
6107
|
get selected(): boolean;
|
|
@@ -5842,6 +6130,9 @@ declare module 'preact' {
|
|
|
5842
6130
|
}
|
|
5843
6131
|
|
|
5844
6132
|
declare const tagName$R = 's-choice';
|
|
6133
|
+
/**
|
|
6134
|
+
* @publicDocs
|
|
6135
|
+
*/
|
|
5845
6136
|
export interface ChoiceJSXProps
|
|
5846
6137
|
extends Partial<ChoiceProps>,
|
|
5847
6138
|
Pick<ChoiceProps$1, 'id' | 'children' | 'details'> {
|
|
@@ -5864,6 +6155,9 @@ export interface ChoiceJSXProps
|
|
|
5864
6155
|
details?: ComponentChildren;
|
|
5865
6156
|
}
|
|
5866
6157
|
|
|
6158
|
+
/**
|
|
6159
|
+
* @publicDocs
|
|
6160
|
+
*/
|
|
5867
6161
|
export interface ChoiceListProps
|
|
5868
6162
|
extends Required<
|
|
5869
6163
|
Pick<
|
|
@@ -5886,6 +6180,10 @@ declare class BaseClass$3 extends PreactCustomElement {
|
|
|
5886
6180
|
/** @private */
|
|
5887
6181
|
[internals$3]: ElementInternals;
|
|
5888
6182
|
}
|
|
6183
|
+
/**
|
|
6184
|
+
* Configure the following properties on the choice list component.
|
|
6185
|
+
* @publicDocs
|
|
6186
|
+
*/
|
|
5889
6187
|
declare class ChoiceList extends BaseClass$3 implements ChoiceListProps {
|
|
5890
6188
|
accessor disabled: ChoiceListProps['disabled'];
|
|
5891
6189
|
accessor name: ChoiceListProps['name'];
|
|
@@ -5919,6 +6217,9 @@ declare module 'preact' {
|
|
|
5919
6217
|
}
|
|
5920
6218
|
|
|
5921
6219
|
declare const tagName$Q = 's-choice-list';
|
|
6220
|
+
/**
|
|
6221
|
+
* @publicDocs
|
|
6222
|
+
*/
|
|
5922
6223
|
export interface ChoiceListJSXProps
|
|
5923
6224
|
extends Partial<ChoiceListProps>,
|
|
5924
6225
|
Pick<ChoiceListProps$1, 'id' | 'children'> {
|
|
@@ -5957,6 +6258,9 @@ export type ClickableBaseProps = Required<
|
|
|
5957
6258
|
| 'type'
|
|
5958
6259
|
>
|
|
5959
6260
|
>;
|
|
6261
|
+
/**
|
|
6262
|
+
* @publicDocs
|
|
6263
|
+
*/
|
|
5960
6264
|
export interface ClickableProps
|
|
5961
6265
|
extends Required<BoxProps>,
|
|
5962
6266
|
ClickableBaseProps {}
|
|
@@ -5965,6 +6269,10 @@ declare const Clickable_base: (abstract new (
|
|
|
5965
6269
|
renderImpl: RenderImpl,
|
|
5966
6270
|
) => BoxElement & PreactOverlayControlProps) &
|
|
5967
6271
|
Pick<typeof BoxElement, 'prototype' | 'observedAttributes'>;
|
|
6272
|
+
/**
|
|
6273
|
+
* Configure the following properties on the clickable component.
|
|
6274
|
+
* @publicDocs
|
|
6275
|
+
*/
|
|
5968
6276
|
declare class Clickable extends Clickable_base implements ClickableProps {
|
|
5969
6277
|
accessor disabled: ClickableProps['disabled'];
|
|
5970
6278
|
accessor loading: ClickableProps['loading'];
|
|
@@ -5989,6 +6297,9 @@ declare module 'preact' {
|
|
|
5989
6297
|
}
|
|
5990
6298
|
|
|
5991
6299
|
declare const tagName$P = 's-clickable';
|
|
6300
|
+
/**
|
|
6301
|
+
* @publicDocs
|
|
6302
|
+
*/
|
|
5992
6303
|
export interface ClickableJSXProps
|
|
5993
6304
|
extends Partial<ClickableProps>,
|
|
5994
6305
|
Pick<ClickableProps$1, 'id' | 'children'> {
|
|
@@ -6010,6 +6321,9 @@ export interface ClickableJSXProps
|
|
|
6010
6321
|
onBlur?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
|
|
6011
6322
|
}
|
|
6012
6323
|
|
|
6324
|
+
/**
|
|
6325
|
+
* @publicDocs
|
|
6326
|
+
*/
|
|
6013
6327
|
export interface ClickableChipProps
|
|
6014
6328
|
extends Required<
|
|
6015
6329
|
Pick<
|
|
@@ -6030,6 +6344,10 @@ declare const ClickableChip_base: (abstract new (
|
|
|
6030
6344
|
args_0: RenderImpl,
|
|
6031
6345
|
) => PreactCustomElement & PreactOverlayControlProps) &
|
|
6032
6346
|
Pick<typeof PreactCustomElement, 'prototype' | 'observedAttributes'>;
|
|
6347
|
+
/**
|
|
6348
|
+
* Configure the following properties on the clickable chip component.
|
|
6349
|
+
* @publicDocs
|
|
6350
|
+
*/
|
|
6033
6351
|
declare class ClickableChip
|
|
6034
6352
|
extends ClickableChip_base
|
|
6035
6353
|
implements ClickableChipProps
|
|
@@ -6057,6 +6375,9 @@ declare module 'preact' {
|
|
|
6057
6375
|
}
|
|
6058
6376
|
|
|
6059
6377
|
declare const tagName$O = 's-clickable-chip';
|
|
6378
|
+
/**
|
|
6379
|
+
* @publicDocs
|
|
6380
|
+
*/
|
|
6060
6381
|
export interface ClickableChipJSXProps
|
|
6061
6382
|
extends Partial<ClickableChipProps>,
|
|
6062
6383
|
Pick<ClickableChipProps$1, 'id' | 'children'> {
|
|
@@ -6175,6 +6496,10 @@ export type ColorFieldProps = Omit<
|
|
|
6175
6496
|
> &
|
|
6176
6497
|
Required<Pick<ColorFieldProps$1, 'alpha' | 'value' | 'defaultValue'>>;
|
|
6177
6498
|
|
|
6499
|
+
/**
|
|
6500
|
+
* Configure the following properties on the color field component.
|
|
6501
|
+
* @publicDocs
|
|
6502
|
+
*/
|
|
6178
6503
|
declare class ColorField
|
|
6179
6504
|
extends PreactFieldElement<ColorFieldProps['autocomplete']>
|
|
6180
6505
|
implements ColorFieldProps
|
|
@@ -6202,6 +6527,9 @@ declare module 'preact' {
|
|
|
6202
6527
|
}
|
|
6203
6528
|
|
|
6204
6529
|
declare const tagName$N = 's-color-field';
|
|
6530
|
+
/**
|
|
6531
|
+
* @publicDocs
|
|
6532
|
+
*/
|
|
6205
6533
|
export interface ColorFieldJSXProps
|
|
6206
6534
|
extends Partial<
|
|
6207
6535
|
Omit<ColorFieldProps, 'accessory' | 'value' | 'defaultValue'>
|
|
@@ -6212,6 +6540,9 @@ export interface ColorFieldJSXProps
|
|
|
6212
6540
|
onChange?: (event: CallbackEvent<typeof tagName$N>) => void;
|
|
6213
6541
|
}
|
|
6214
6542
|
|
|
6543
|
+
/**
|
|
6544
|
+
* @publicDocs
|
|
6545
|
+
*/
|
|
6215
6546
|
export interface ColorPickerProps
|
|
6216
6547
|
extends Required<
|
|
6217
6548
|
Pick<ColorPickerProps$1, 'id' | 'alpha' | 'value' | 'defaultValue' | 'name'>
|
|
@@ -6224,6 +6555,10 @@ declare class BaseClass$2 extends PreactCustomElement {
|
|
|
6224
6555
|
/** @private */
|
|
6225
6556
|
[internals$2]: ElementInternals;
|
|
6226
6557
|
}
|
|
6558
|
+
/**
|
|
6559
|
+
* Configure the following properties on the color picker component.
|
|
6560
|
+
* @publicDocs
|
|
6561
|
+
*/
|
|
6227
6562
|
declare class ColorPicker extends BaseClass$2 implements ColorPickerProps {
|
|
6228
6563
|
accessor alpha: boolean;
|
|
6229
6564
|
accessor name: string;
|
|
@@ -6250,6 +6585,9 @@ declare module 'preact' {
|
|
|
6250
6585
|
}
|
|
6251
6586
|
|
|
6252
6587
|
declare const tagName$M = 's-color-picker';
|
|
6588
|
+
/**
|
|
6589
|
+
* @publicDocs
|
|
6590
|
+
*/
|
|
6253
6591
|
export interface ColorPickerJSXProps
|
|
6254
6592
|
extends Partial<ColorPickerProps>,
|
|
6255
6593
|
Pick<
|
|
@@ -6260,6 +6598,9 @@ export interface ColorPickerJSXProps
|
|
|
6260
6598
|
onChange?: (event: CallbackEvent<typeof tagName$M>) => void | null;
|
|
6261
6599
|
}
|
|
6262
6600
|
|
|
6601
|
+
/**
|
|
6602
|
+
* @publicDocs
|
|
6603
|
+
*/
|
|
6263
6604
|
export interface DateFieldProps
|
|
6264
6605
|
extends Omit<
|
|
6265
6606
|
PreactFieldProps<DateAutocompleteField>,
|
|
@@ -6279,6 +6620,10 @@ export interface DateFieldProps
|
|
|
6279
6620
|
>
|
|
6280
6621
|
> {}
|
|
6281
6622
|
|
|
6623
|
+
/**
|
|
6624
|
+
* Configure the following properties on the date field component.
|
|
6625
|
+
* @publicDocs
|
|
6626
|
+
*/
|
|
6282
6627
|
declare class DateField
|
|
6283
6628
|
extends PreactFieldElement<DateFieldProps['autocomplete']>
|
|
6284
6629
|
implements DateFieldProps
|
|
@@ -6306,6 +6651,9 @@ declare module 'preact' {
|
|
|
6306
6651
|
}
|
|
6307
6652
|
|
|
6308
6653
|
declare const tagName$L = 's-date-field';
|
|
6654
|
+
/**
|
|
6655
|
+
* @publicDocs
|
|
6656
|
+
*/
|
|
6309
6657
|
export interface DateFieldJSXProps
|
|
6310
6658
|
extends Partial<Omit<DateFieldProps, 'value' | 'defaultValue'>>,
|
|
6311
6659
|
Pick<DateFieldProps$1, 'id' | 'value' | 'defaultValue'> {
|
|
@@ -6335,6 +6683,9 @@ export interface DateFieldJSXProps
|
|
|
6335
6683
|
onViewChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
6336
6684
|
}
|
|
6337
6685
|
|
|
6686
|
+
/**
|
|
6687
|
+
* @publicDocs
|
|
6688
|
+
*/
|
|
6338
6689
|
export interface DatePickerProps
|
|
6339
6690
|
extends Required<
|
|
6340
6691
|
Pick<
|
|
@@ -6369,6 +6720,10 @@ declare class BaseClass$1 extends PreactCustomElement {
|
|
|
6369
6720
|
/** @private */
|
|
6370
6721
|
[internals$1]: ElementInternals;
|
|
6371
6722
|
}
|
|
6723
|
+
/**
|
|
6724
|
+
* Configure the following properties on the date picker component.
|
|
6725
|
+
* @publicDocs
|
|
6726
|
+
*/
|
|
6372
6727
|
declare class DatePicker extends BaseClass$1 implements DatePickerProps {
|
|
6373
6728
|
accessor defaultView: string;
|
|
6374
6729
|
set view(view: string);
|
|
@@ -6402,6 +6757,9 @@ declare module 'preact' {
|
|
|
6402
6757
|
}
|
|
6403
6758
|
|
|
6404
6759
|
declare const tagName$K = 's-date-picker';
|
|
6760
|
+
/**
|
|
6761
|
+
* @publicDocs
|
|
6762
|
+
*/
|
|
6405
6763
|
export interface DatePickerJSXProps
|
|
6406
6764
|
extends Partial<DatePickerProps>,
|
|
6407
6765
|
Pick<DatePickerProps$1, 'id'> {
|
|
@@ -6427,12 +6785,19 @@ export interface DatePickerJSXProps
|
|
|
6427
6785
|
onChange?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
|
|
6428
6786
|
}
|
|
6429
6787
|
|
|
6788
|
+
/**
|
|
6789
|
+
* @publicDocs
|
|
6790
|
+
*/
|
|
6430
6791
|
export interface DividerProps
|
|
6431
6792
|
extends Pick<DividerProps$1, 'direction' | 'color'> {
|
|
6432
6793
|
direction: Extract<DividerProps$1['direction'], 'inline' | 'block'>;
|
|
6433
6794
|
color: Extract<DividerProps$1['color'], 'base' | 'strong'>;
|
|
6434
6795
|
}
|
|
6435
6796
|
|
|
6797
|
+
/**
|
|
6798
|
+
* Configure the following properties on the divider component.
|
|
6799
|
+
* @publicDocs
|
|
6800
|
+
*/
|
|
6436
6801
|
declare class Divider extends PreactCustomElement implements DividerProps {
|
|
6437
6802
|
accessor direction: DividerProps['direction'];
|
|
6438
6803
|
accessor color: DividerProps['color'];
|
|
@@ -6452,10 +6817,16 @@ declare module 'preact' {
|
|
|
6452
6817
|
}
|
|
6453
6818
|
|
|
6454
6819
|
declare const tagName$J = 's-divider';
|
|
6820
|
+
/**
|
|
6821
|
+
* @publicDocs
|
|
6822
|
+
*/
|
|
6455
6823
|
export interface DividerJSXProps
|
|
6456
6824
|
extends Partial<DividerProps>,
|
|
6457
6825
|
Pick<DividerProps$1, 'id'> {}
|
|
6458
6826
|
|
|
6827
|
+
/**
|
|
6828
|
+
* @publicDocs
|
|
6829
|
+
*/
|
|
6459
6830
|
export interface DropZoneProps
|
|
6460
6831
|
extends Required<
|
|
6461
6832
|
Pick<
|
|
@@ -6490,6 +6861,10 @@ declare class BaseClass extends PreactCustomElement {
|
|
|
6490
6861
|
/** @private */
|
|
6491
6862
|
[internals]: ElementInternals;
|
|
6492
6863
|
}
|
|
6864
|
+
/**
|
|
6865
|
+
* Configure the following properties on the drop zone component.
|
|
6866
|
+
* @publicDocs
|
|
6867
|
+
*/
|
|
6493
6868
|
declare class DropZone extends BaseClass implements DropZoneProps {
|
|
6494
6869
|
accessor accept: DropZoneProps['accept'];
|
|
6495
6870
|
accessor accessibilityLabel: DropZoneProps['accessibilityLabel'];
|
|
@@ -6533,6 +6908,9 @@ declare module 'preact' {
|
|
|
6533
6908
|
}
|
|
6534
6909
|
|
|
6535
6910
|
declare const tagName$I = 's-drop-zone';
|
|
6911
|
+
/**
|
|
6912
|
+
* @publicDocs
|
|
6913
|
+
*/
|
|
6536
6914
|
export interface DropZoneJSXProps
|
|
6537
6915
|
extends Partial<DropZoneProps>,
|
|
6538
6916
|
Pick<DropZoneProps$1, 'id'> {
|
|
@@ -6563,6 +6941,10 @@ export type EmailFieldProps = PreactFieldProps<
|
|
|
6563
6941
|
> &
|
|
6564
6942
|
Required<Pick<EmailFieldProps$1, 'maxLength' | 'minLength'>>;
|
|
6565
6943
|
|
|
6944
|
+
/**
|
|
6945
|
+
* Configure the following properties on the email field component.
|
|
6946
|
+
* @publicDocs
|
|
6947
|
+
*/
|
|
6566
6948
|
declare class EmailField
|
|
6567
6949
|
extends PreactFieldElement<EmailFieldProps['autocomplete']>
|
|
6568
6950
|
implements EmailFieldProps
|
|
@@ -6591,6 +6973,9 @@ declare module 'preact' {
|
|
|
6591
6973
|
}
|
|
6592
6974
|
|
|
6593
6975
|
declare const tagName$H = 's-email-field';
|
|
6976
|
+
/**
|
|
6977
|
+
* @publicDocs
|
|
6978
|
+
*/
|
|
6594
6979
|
export interface EmailFieldJSXProps
|
|
6595
6980
|
extends Partial<Omit<EmailFieldProps, 'accessory'>>,
|
|
6596
6981
|
Pick<EmailFieldProps$1, 'id'>,
|
|
@@ -6609,6 +6994,9 @@ export type ResponsiveGridProps = MakeResponsivePick<
|
|
|
6609
6994
|
RequiredAlignedProps,
|
|
6610
6995
|
'rowGap' | 'columnGap' | 'gap' | 'gridTemplateColumns' | 'gridTemplateRows'
|
|
6611
6996
|
>;
|
|
6997
|
+
/**
|
|
6998
|
+
* @publicDocs
|
|
6999
|
+
*/
|
|
6612
7000
|
export interface GridProps
|
|
6613
7001
|
extends BoxProps,
|
|
6614
7002
|
Required<
|
|
@@ -6713,6 +7101,10 @@ export interface GridProps
|
|
|
6713
7101
|
gridTemplateRows: ResponsiveGridProps['gridTemplateRows'];
|
|
6714
7102
|
}
|
|
6715
7103
|
|
|
7104
|
+
/**
|
|
7105
|
+
* Configure the following properties on the grid component.
|
|
7106
|
+
* @publicDocs
|
|
7107
|
+
*/
|
|
6716
7108
|
declare class Grid extends BoxElement implements GridProps {
|
|
6717
7109
|
constructor();
|
|
6718
7110
|
accessor gridTemplateColumns: GridProps['gridTemplateColumns'];
|
|
@@ -6741,6 +7133,9 @@ declare module 'preact' {
|
|
|
6741
7133
|
}
|
|
6742
7134
|
|
|
6743
7135
|
declare const tagName$G = 's-grid';
|
|
7136
|
+
/**
|
|
7137
|
+
* @publicDocs
|
|
7138
|
+
*/
|
|
6744
7139
|
export interface GridJSXProps
|
|
6745
7140
|
extends Partial<GridProps>,
|
|
6746
7141
|
Pick<GridProps$1, 'id' | 'children'> {
|
|
@@ -6754,6 +7149,9 @@ export interface GridJSXProps
|
|
|
6754
7149
|
* Represents the grid item component props with all properties marked as required.
|
|
6755
7150
|
*/
|
|
6756
7151
|
export type RequiredGridItemProps = Required<GridItemProps$1>;
|
|
7152
|
+
/**
|
|
7153
|
+
* @publicDocs
|
|
7154
|
+
*/
|
|
6757
7155
|
export interface GridItemProps
|
|
6758
7156
|
extends BoxProps,
|
|
6759
7157
|
Required<Pick<GridItemProps$1, 'gridColumn' | 'gridRow'>> {
|
|
@@ -6761,6 +7159,10 @@ export interface GridItemProps
|
|
|
6761
7159
|
gridRow: RequiredGridItemProps['gridRow'];
|
|
6762
7160
|
}
|
|
6763
7161
|
|
|
7162
|
+
/**
|
|
7163
|
+
* Configure the following properties on the grid item component.
|
|
7164
|
+
* @publicDocs
|
|
7165
|
+
*/
|
|
6764
7166
|
declare class GridItem extends BoxElement implements GridItemProps {
|
|
6765
7167
|
accessor gridColumn: GridItemProps['gridColumn'];
|
|
6766
7168
|
accessor gridRow: GridItemProps['gridRow'];
|
|
@@ -6781,6 +7183,9 @@ declare module 'preact' {
|
|
|
6781
7183
|
}
|
|
6782
7184
|
|
|
6783
7185
|
declare const tagName$F = 's-grid-item';
|
|
7186
|
+
/**
|
|
7187
|
+
* @publicDocs
|
|
7188
|
+
*/
|
|
6784
7189
|
export interface GridItemJSXProps
|
|
6785
7190
|
extends Partial<GridItemProps>,
|
|
6786
7191
|
Pick<GridItemProps$1, 'id' | 'children'> {
|
|
@@ -6790,6 +7195,9 @@ export interface GridItemJSXProps
|
|
|
6790
7195
|
children?: ComponentChildren;
|
|
6791
7196
|
}
|
|
6792
7197
|
|
|
7198
|
+
/**
|
|
7199
|
+
* @publicDocs
|
|
7200
|
+
*/
|
|
6793
7201
|
export interface HeadingProps
|
|
6794
7202
|
extends Required<
|
|
6795
7203
|
Pick<
|
|
@@ -6798,6 +7206,10 @@ export interface HeadingProps
|
|
|
6798
7206
|
>
|
|
6799
7207
|
> {}
|
|
6800
7208
|
|
|
7209
|
+
/**
|
|
7210
|
+
* Configure the following properties on the heading component.
|
|
7211
|
+
* @publicDocs
|
|
7212
|
+
*/
|
|
6801
7213
|
declare class Heading extends PreactCustomElement implements HeadingProps {
|
|
6802
7214
|
accessor accessibilityRole: HeadingProps['accessibilityRole'];
|
|
6803
7215
|
accessor lineClamp: HeadingProps['lineClamp'];
|
|
@@ -6819,6 +7231,9 @@ declare module 'preact' {
|
|
|
6819
7231
|
}
|
|
6820
7232
|
|
|
6821
7233
|
declare const tagName$E = 's-heading';
|
|
7234
|
+
/**
|
|
7235
|
+
* @publicDocs
|
|
7236
|
+
*/
|
|
6822
7237
|
export interface HeadingJSXProps
|
|
6823
7238
|
extends Partial<HeadingProps>,
|
|
6824
7239
|
Pick<HeadingProps$1, 'id' | 'children'> {
|
|
@@ -6828,6 +7243,10 @@ export interface HeadingJSXProps
|
|
|
6828
7243
|
children?: ComponentChildren;
|
|
6829
7244
|
}
|
|
6830
7245
|
|
|
7246
|
+
/**
|
|
7247
|
+
* Configure the following properties on the icon component.
|
|
7248
|
+
* @publicDocs
|
|
7249
|
+
*/
|
|
6831
7250
|
declare class Icon extends PreactCustomElement implements IconProps {
|
|
6832
7251
|
accessor color: IconProps['color'];
|
|
6833
7252
|
accessor tone: IconProps['tone'];
|
|
@@ -6850,10 +7269,16 @@ declare module 'preact' {
|
|
|
6850
7269
|
}
|
|
6851
7270
|
|
|
6852
7271
|
declare const tagName$D = 's-icon';
|
|
7272
|
+
/**
|
|
7273
|
+
* @publicDocs
|
|
7274
|
+
*/
|
|
6853
7275
|
export interface IconJSXProps
|
|
6854
7276
|
extends Partial<IconProps>,
|
|
6855
7277
|
Pick<IconProps$1, 'id'> {}
|
|
6856
7278
|
|
|
7279
|
+
/**
|
|
7280
|
+
* @publicDocs
|
|
7281
|
+
*/
|
|
6857
7282
|
export interface ImageProps
|
|
6858
7283
|
extends Required<
|
|
6859
7284
|
Pick<
|
|
@@ -6880,6 +7305,10 @@ export interface ImageProps
|
|
|
6880
7305
|
>
|
|
6881
7306
|
> {}
|
|
6882
7307
|
|
|
7308
|
+
/**
|
|
7309
|
+
* Configure the following properties on the image component.
|
|
7310
|
+
* @publicDocs
|
|
7311
|
+
*/
|
|
6883
7312
|
declare class Image extends PreactCustomElement implements ImageProps {
|
|
6884
7313
|
accessor src: ImageProps['src'];
|
|
6885
7314
|
accessor srcSet: ImageProps['srcSet'];
|
|
@@ -6926,6 +7355,9 @@ declare module 'preact' {
|
|
|
6926
7355
|
}
|
|
6927
7356
|
|
|
6928
7357
|
declare const tagName$C = 's-image';
|
|
7358
|
+
/**
|
|
7359
|
+
* @publicDocs
|
|
7360
|
+
*/
|
|
6929
7361
|
export interface ImageJSXProps
|
|
6930
7362
|
extends Partial<ImageProps>,
|
|
6931
7363
|
Pick<ImageProps$1, 'id'> {
|
|
@@ -6960,6 +7392,9 @@ export type LinkBaseProps = Required<
|
|
|
6960
7392
|
| 'tone'
|
|
6961
7393
|
>
|
|
6962
7394
|
>;
|
|
7395
|
+
/**
|
|
7396
|
+
* @publicDocs
|
|
7397
|
+
*/
|
|
6963
7398
|
export interface LinkProps extends LinkBaseProps {
|
|
6964
7399
|
tone: Extract<RequiredLinkProps['tone'], 'auto' | 'neutral' | 'critical'>;
|
|
6965
7400
|
}
|
|
@@ -6968,6 +7403,10 @@ declare const Link_base: (abstract new (
|
|
|
6968
7403
|
args_0: RenderImpl,
|
|
6969
7404
|
) => PreactCustomElement & PreactOverlayControlProps) &
|
|
6970
7405
|
Pick<typeof PreactCustomElement, 'prototype' | 'observedAttributes'>;
|
|
7406
|
+
/**
|
|
7407
|
+
* Configure the following properties on the link component.
|
|
7408
|
+
* @publicDocs
|
|
7409
|
+
*/
|
|
6971
7410
|
declare class Link extends Link_base implements LinkProps {
|
|
6972
7411
|
accessor tone: LinkProps['tone'];
|
|
6973
7412
|
accessor accessibilityLabel: LinkProps['accessibilityLabel'];
|
|
@@ -6991,6 +7430,9 @@ declare module 'preact' {
|
|
|
6991
7430
|
}
|
|
6992
7431
|
|
|
6993
7432
|
declare const tagName$B = 's-link';
|
|
7433
|
+
/**
|
|
7434
|
+
* @publicDocs
|
|
7435
|
+
*/
|
|
6994
7436
|
export interface LinkJSXProps
|
|
6995
7437
|
extends Partial<LinkProps>,
|
|
6996
7438
|
Pick<LinkProps$1, 'id' | 'lang' | 'children'> {
|
|
@@ -7004,8 +7446,17 @@ export interface LinkJSXProps
|
|
|
7004
7446
|
onClick?: ((event: CallbackEvent<typeof tagName$B>) => void) | null;
|
|
7005
7447
|
}
|
|
7006
7448
|
|
|
7449
|
+
/**
|
|
7450
|
+
* @publicDocs
|
|
7451
|
+
*/
|
|
7007
7452
|
export interface ListItemProps extends ListItemProps$1 {}
|
|
7008
7453
|
|
|
7454
|
+
/**
|
|
7455
|
+
* The list item component represents a single entry within an ordered list or unordered list. Use list item to structure individual points, steps, or items within a list, with each item automatically receiving appropriate list markers (bullets or numbers) from its parent list.
|
|
7456
|
+
*
|
|
7457
|
+
* List item must be used as a direct child of ordered list or unordered list components. Each list item can contain text, inline formatting, or other components to create rich list content.
|
|
7458
|
+
* @publicDocs
|
|
7459
|
+
*/
|
|
7009
7460
|
declare class ListItem extends PreactCustomElement implements ListItemProps {
|
|
7010
7461
|
constructor();
|
|
7011
7462
|
}
|
|
@@ -7024,6 +7475,9 @@ declare module 'preact' {
|
|
|
7024
7475
|
}
|
|
7025
7476
|
|
|
7026
7477
|
declare const tagName$A = 's-list-item';
|
|
7478
|
+
/**
|
|
7479
|
+
* @publicDocs
|
|
7480
|
+
*/
|
|
7027
7481
|
export interface ListItemJSXProps
|
|
7028
7482
|
extends Partial<ListItemProps>,
|
|
7029
7483
|
Pick<ListItemProps$1, 'id' | 'children'> {
|
|
@@ -7033,6 +7487,9 @@ export interface ListItemJSXProps
|
|
|
7033
7487
|
children?: ComponentChildren;
|
|
7034
7488
|
}
|
|
7035
7489
|
|
|
7490
|
+
/**
|
|
7491
|
+
* @publicDocs
|
|
7492
|
+
*/
|
|
7036
7493
|
export interface MenuProps
|
|
7037
7494
|
extends Required<Pick<MenuProps$1, 'id' | 'accessibilityLabel'>> {}
|
|
7038
7495
|
|
|
@@ -7084,6 +7541,10 @@ declare class PreactOverlayElement extends PreactCustomElement {
|
|
|
7084
7541
|
[overlayHideFrameId]?: number;
|
|
7085
7542
|
}
|
|
7086
7543
|
|
|
7544
|
+
/**
|
|
7545
|
+
* Configure the following properties on the menu component.
|
|
7546
|
+
* @publicDocs
|
|
7547
|
+
*/
|
|
7087
7548
|
declare class Menu extends PreactOverlayElement implements MenuProps {
|
|
7088
7549
|
accessor accessibilityLabel: string;
|
|
7089
7550
|
constructor();
|
|
@@ -7106,6 +7567,9 @@ declare module 'preact' {
|
|
|
7106
7567
|
}
|
|
7107
7568
|
|
|
7108
7569
|
declare const tagName$z = 's-menu';
|
|
7570
|
+
/**
|
|
7571
|
+
* @publicDocs
|
|
7572
|
+
*/
|
|
7109
7573
|
export interface MenuJSXProps
|
|
7110
7574
|
extends Partial<MenuProps>,
|
|
7111
7575
|
Pick<MenuProps$1, 'id' | 'children'> {
|
|
@@ -7119,6 +7583,9 @@ export interface MenuJSXProps
|
|
|
7119
7583
|
* Represents the modal component props with all properties marked as required.
|
|
7120
7584
|
*/
|
|
7121
7585
|
export type RequiredAlignedModalProps = Required<ModalProps$1>;
|
|
7586
|
+
/**
|
|
7587
|
+
* @publicDocs
|
|
7588
|
+
*/
|
|
7122
7589
|
export interface ModalProps
|
|
7123
7590
|
extends Pick<
|
|
7124
7591
|
RequiredAlignedModalProps,
|
|
@@ -7139,6 +7606,9 @@ export interface ModalProps
|
|
|
7139
7606
|
>;
|
|
7140
7607
|
}
|
|
7141
7608
|
|
|
7609
|
+
/**
|
|
7610
|
+
* @publicDocs
|
|
7611
|
+
*/
|
|
7142
7612
|
export interface Context<T> {
|
|
7143
7613
|
/**
|
|
7144
7614
|
* The default value for this context, used when no Provider is found in the component tree.
|
|
@@ -7198,6 +7668,10 @@ declare const abortController: unique symbol;
|
|
|
7198
7668
|
declare const onChildModalChange: unique symbol;
|
|
7199
7669
|
declare const childrenRerenderObserver: unique symbol;
|
|
7200
7670
|
declare const shadowDomRerenderObserver: unique symbol;
|
|
7671
|
+
/**
|
|
7672
|
+
* Configure the following properties on the modal component.
|
|
7673
|
+
* @publicDocs
|
|
7674
|
+
*/
|
|
7201
7675
|
declare class Modal extends PreactOverlayElement implements ModalProps {
|
|
7202
7676
|
accessor accessibilityLabel: ModalProps['accessibilityLabel'];
|
|
7203
7677
|
accessor heading: ModalProps['heading'];
|
|
@@ -7255,6 +7729,9 @@ declare module 'preact' {
|
|
|
7255
7729
|
}
|
|
7256
7730
|
|
|
7257
7731
|
declare const tagName$y = 's-modal';
|
|
7732
|
+
/**
|
|
7733
|
+
* @publicDocs
|
|
7734
|
+
*/
|
|
7258
7735
|
export interface ModalJSXProps
|
|
7259
7736
|
extends Partial<ModalProps>,
|
|
7260
7737
|
Pick<ModalProps$1, 'id' | 'children'> {
|
|
@@ -7296,12 +7773,19 @@ export interface ModalJSXProps
|
|
|
7296
7773
|
* Represents the money field component props with all properties marked as required.
|
|
7297
7774
|
*/
|
|
7298
7775
|
export type RequiredMoneyFieldProps = Required<MoneyFieldProps$1>;
|
|
7776
|
+
/**
|
|
7777
|
+
* @publicDocs
|
|
7778
|
+
*/
|
|
7299
7779
|
export interface MoneyFieldProps
|
|
7300
7780
|
extends Omit<PreactFieldProps, 'value'>,
|
|
7301
7781
|
Pick<RequiredMoneyFieldProps, 'max' | 'min'> {
|
|
7302
7782
|
value: Required<MoneyFieldProps$1>['value'];
|
|
7303
7783
|
}
|
|
7304
7784
|
|
|
7785
|
+
/**
|
|
7786
|
+
* Configure the following properties on the money field component.
|
|
7787
|
+
* @publicDocs
|
|
7788
|
+
*/
|
|
7305
7789
|
declare class MoneyField
|
|
7306
7790
|
extends PreactFieldElement<MoneyFieldProps['autocomplete']>
|
|
7307
7791
|
implements MoneyFieldProps
|
|
@@ -7329,11 +7813,17 @@ declare module 'preact' {
|
|
|
7329
7813
|
}
|
|
7330
7814
|
|
|
7331
7815
|
declare const tagName$x = 's-money-field';
|
|
7816
|
+
/**
|
|
7817
|
+
* @publicDocs
|
|
7818
|
+
*/
|
|
7332
7819
|
export interface MoneyFieldJSXProps
|
|
7333
7820
|
extends Partial<MoneyFieldProps>,
|
|
7334
7821
|
FieldReactProps<typeof tagName$x>,
|
|
7335
7822
|
Pick<MoneyFieldProps$1, 'id'> {}
|
|
7336
7823
|
|
|
7824
|
+
/**
|
|
7825
|
+
* @publicDocs
|
|
7826
|
+
*/
|
|
7337
7827
|
export interface NumberFieldProps
|
|
7338
7828
|
extends Omit<
|
|
7339
7829
|
PreactFieldProps<Required<NumberFieldProps$1>['autocomplete']>,
|
|
@@ -7348,6 +7838,10 @@ export interface NumberFieldProps
|
|
|
7348
7838
|
value: Required<NumberFieldProps$1>['value'];
|
|
7349
7839
|
}
|
|
7350
7840
|
|
|
7841
|
+
/**
|
|
7842
|
+
* Configure the following properties on the number field component.
|
|
7843
|
+
* @publicDocs
|
|
7844
|
+
*/
|
|
7351
7845
|
declare class NumberField
|
|
7352
7846
|
extends PreactFieldElement<NumberFieldProps['autocomplete']>
|
|
7353
7847
|
implements NumberFieldProps
|
|
@@ -7379,16 +7873,26 @@ declare module 'preact' {
|
|
|
7379
7873
|
}
|
|
7380
7874
|
|
|
7381
7875
|
declare const tagName$w = 's-number-field';
|
|
7876
|
+
/**
|
|
7877
|
+
* @publicDocs
|
|
7878
|
+
*/
|
|
7382
7879
|
export interface NumberFieldJSXProps
|
|
7383
7880
|
extends Partial<NumberFieldProps>,
|
|
7384
7881
|
Pick<NumberFieldProps$1, 'id'>,
|
|
7385
7882
|
FieldReactProps<typeof tagName$w> {}
|
|
7386
7883
|
|
|
7884
|
+
/**
|
|
7885
|
+
* @publicDocs
|
|
7886
|
+
*/
|
|
7387
7887
|
export interface OptionProps
|
|
7388
7888
|
extends Required<
|
|
7389
7889
|
Pick<OptionProps$1, 'disabled' | 'value' | 'selected' | 'defaultSelected'>
|
|
7390
7890
|
> {}
|
|
7391
7891
|
|
|
7892
|
+
/**
|
|
7893
|
+
* Configure the following properties on the option component.
|
|
7894
|
+
* @publicDocs
|
|
7895
|
+
*/
|
|
7392
7896
|
declare class Option extends PreactCustomElement implements OptionProps {
|
|
7393
7897
|
accessor selected: OptionProps['selected'];
|
|
7394
7898
|
accessor defaultSelected: OptionProps['defaultSelected'];
|
|
@@ -7410,6 +7914,9 @@ declare module 'preact' {
|
|
|
7410
7914
|
}
|
|
7411
7915
|
|
|
7412
7916
|
declare const tagName$v = 's-option';
|
|
7917
|
+
/**
|
|
7918
|
+
* @publicDocs
|
|
7919
|
+
*/
|
|
7413
7920
|
export interface OptionJSXProps
|
|
7414
7921
|
extends Partial<OptionProps>,
|
|
7415
7922
|
Pick<OptionProps$1, 'id' | 'children'> {
|
|
@@ -7419,9 +7926,16 @@ export interface OptionJSXProps
|
|
|
7419
7926
|
children?: ComponentChildren;
|
|
7420
7927
|
}
|
|
7421
7928
|
|
|
7929
|
+
/**
|
|
7930
|
+
* @publicDocs
|
|
7931
|
+
*/
|
|
7422
7932
|
export interface OptionGroupProps
|
|
7423
7933
|
extends Required<Pick<OptionGroupProps$1, 'disabled' | 'label'>> {}
|
|
7424
7934
|
|
|
7935
|
+
/**
|
|
7936
|
+
* Configure the following properties on the option group component.
|
|
7937
|
+
* @publicDocs
|
|
7938
|
+
*/
|
|
7425
7939
|
declare class OptionGroup
|
|
7426
7940
|
extends PreactCustomElement
|
|
7427
7941
|
implements OptionGroupProps
|
|
@@ -7445,6 +7959,9 @@ declare module 'preact' {
|
|
|
7445
7959
|
}
|
|
7446
7960
|
|
|
7447
7961
|
declare const tagName$u = 's-option-group';
|
|
7962
|
+
/**
|
|
7963
|
+
* @publicDocs
|
|
7964
|
+
*/
|
|
7448
7965
|
export interface OptionGroupJSXProps
|
|
7449
7966
|
extends Partial<OptionGroupProps>,
|
|
7450
7967
|
Pick<OptionGroupProps$1, 'id' | 'children'> {
|
|
@@ -7454,8 +7971,15 @@ export interface OptionGroupJSXProps
|
|
|
7454
7971
|
children?: ComponentChildren;
|
|
7455
7972
|
}
|
|
7456
7973
|
|
|
7974
|
+
/**
|
|
7975
|
+
* @publicDocs
|
|
7976
|
+
*/
|
|
7457
7977
|
export interface OrderedListProps extends OrderedListProps$1 {}
|
|
7458
7978
|
|
|
7979
|
+
/**
|
|
7980
|
+
* Configure the following properties on the ordered list component.
|
|
7981
|
+
* @publicDocs
|
|
7982
|
+
*/
|
|
7459
7983
|
declare class OrderedList
|
|
7460
7984
|
extends PreactCustomElement
|
|
7461
7985
|
implements OrderedListProps
|
|
@@ -7477,6 +8001,9 @@ declare module 'preact' {
|
|
|
7477
8001
|
}
|
|
7478
8002
|
|
|
7479
8003
|
declare const tagName$t = 's-ordered-list';
|
|
8004
|
+
/**
|
|
8005
|
+
* @publicDocs
|
|
8006
|
+
*/
|
|
7480
8007
|
export interface OrderedListJSXProps
|
|
7481
8008
|
extends Partial<OrderedListProps>,
|
|
7482
8009
|
Pick<OrderedListProps$1, 'id'> {
|
|
@@ -7486,11 +8013,18 @@ export interface OrderedListJSXProps
|
|
|
7486
8013
|
children?: ComponentChildren;
|
|
7487
8014
|
}
|
|
7488
8015
|
|
|
8016
|
+
/**
|
|
8017
|
+
* @publicDocs
|
|
8018
|
+
*/
|
|
7489
8019
|
export interface PageProps
|
|
7490
8020
|
extends Required<Pick<PageProps$1, 'inlineSize' | 'heading'>> {
|
|
7491
8021
|
inlineSize: Extract<PageProps$1['inlineSize'], 'base' | 'large' | 'small'>;
|
|
7492
8022
|
}
|
|
7493
8023
|
|
|
8024
|
+
/**
|
|
8025
|
+
* Configure the following properties on the page component.
|
|
8026
|
+
* @publicDocs
|
|
8027
|
+
*/
|
|
7494
8028
|
declare class Page extends PreactCustomElement implements PageProps {
|
|
7495
8029
|
accessor inlineSize: PageProps['inlineSize'];
|
|
7496
8030
|
accessor heading: PageProps['heading'];
|
|
@@ -7518,6 +8052,9 @@ declare module 'preact' {
|
|
|
7518
8052
|
}
|
|
7519
8053
|
|
|
7520
8054
|
declare const tagName$s = 's-page';
|
|
8055
|
+
/**
|
|
8056
|
+
* @publicDocs
|
|
8057
|
+
*/
|
|
7521
8058
|
export interface PageJSXProps
|
|
7522
8059
|
extends Partial<PageProps>,
|
|
7523
8060
|
Pick<PageProps$1, 'id' | 'children'> {
|
|
@@ -7552,6 +8089,9 @@ export interface PageJSXProps
|
|
|
7552
8089
|
breadcrumbActions?: ComponentChildren;
|
|
7553
8090
|
}
|
|
7554
8091
|
|
|
8092
|
+
/**
|
|
8093
|
+
* @publicDocs
|
|
8094
|
+
*/
|
|
7555
8095
|
export interface ParagraphProps
|
|
7556
8096
|
extends Required<
|
|
7557
8097
|
Pick<
|
|
@@ -7580,6 +8120,10 @@ export interface ParagraphProps
|
|
|
7580
8120
|
color: Extract<ParagraphProps$1['color'], 'base' | 'subdued'>;
|
|
7581
8121
|
}
|
|
7582
8122
|
|
|
8123
|
+
/**
|
|
8124
|
+
* Configure the following properties on the paragraph component.
|
|
8125
|
+
* @publicDocs
|
|
8126
|
+
*/
|
|
7583
8127
|
declare class Paragraph extends PreactCustomElement implements ParagraphProps {
|
|
7584
8128
|
accessor fontVariantNumeric: ParagraphProps['fontVariantNumeric'];
|
|
7585
8129
|
accessor lineClamp: ParagraphProps['lineClamp'];
|
|
@@ -7614,6 +8158,9 @@ declare module 'preact' {
|
|
|
7614
8158
|
}
|
|
7615
8159
|
|
|
7616
8160
|
declare const tagName$r = 's-paragraph';
|
|
8161
|
+
/**
|
|
8162
|
+
* @publicDocs
|
|
8163
|
+
*/
|
|
7617
8164
|
export interface ParagraphJSXProps
|
|
7618
8165
|
extends Partial<ParagraphProps>,
|
|
7619
8166
|
Pick<ParagraphProps$1, 'id' | 'children'> {
|
|
@@ -7649,6 +8196,10 @@ export type PasswordFieldProps = PreactFieldProps<
|
|
|
7649
8196
|
>
|
|
7650
8197
|
>;
|
|
7651
8198
|
|
|
8199
|
+
/**
|
|
8200
|
+
* Configure the following properties on the password field component.
|
|
8201
|
+
* @publicDocs
|
|
8202
|
+
*/
|
|
7652
8203
|
declare class PasswordField
|
|
7653
8204
|
extends PreactFieldElement<PasswordFieldProps['autocomplete']>
|
|
7654
8205
|
implements PasswordFieldProps
|
|
@@ -7677,11 +8228,17 @@ declare module 'preact' {
|
|
|
7677
8228
|
}
|
|
7678
8229
|
|
|
7679
8230
|
declare const tagName$q = 's-password-field';
|
|
8231
|
+
/**
|
|
8232
|
+
* @publicDocs
|
|
8233
|
+
*/
|
|
7680
8234
|
export interface PasswordFieldJSXProps
|
|
7681
8235
|
extends Partial<PasswordFieldProps>,
|
|
7682
8236
|
Pick<PasswordFieldProps$1, 'id'>,
|
|
7683
8237
|
FieldReactProps<typeof tagName$q> {}
|
|
7684
8238
|
|
|
8239
|
+
/**
|
|
8240
|
+
* @publicDocs
|
|
8241
|
+
*/
|
|
7685
8242
|
export interface PopoverProps
|
|
7686
8243
|
extends Required<
|
|
7687
8244
|
Pick<
|
|
@@ -7708,6 +8265,10 @@ declare class PreactPopoverElement<TTagName extends keyof HTMLElementTagNameMap>
|
|
|
7708
8265
|
accessor maxInlineSize: BoxProps['maxInlineSize'];
|
|
7709
8266
|
}
|
|
7710
8267
|
|
|
8268
|
+
/**
|
|
8269
|
+
* Configure the following properties on the popover component.
|
|
8270
|
+
* @publicDocs
|
|
8271
|
+
*/
|
|
7711
8272
|
declare class Popover
|
|
7712
8273
|
extends PreactPopoverElement<typeof tagName$p>
|
|
7713
8274
|
implements PopoverProps
|
|
@@ -7729,6 +8290,9 @@ declare module 'preact' {
|
|
|
7729
8290
|
}
|
|
7730
8291
|
|
|
7731
8292
|
declare const tagName$p = 's-popover';
|
|
8293
|
+
/**
|
|
8294
|
+
* @publicDocs
|
|
8295
|
+
*/
|
|
7732
8296
|
export interface PopoverJSXProps
|
|
7733
8297
|
extends Partial<PopoverProps>,
|
|
7734
8298
|
Pick<PopoverProps$1, 'id' | 'children'> {
|
|
@@ -7762,9 +8326,16 @@ export interface PopoverJSXProps
|
|
|
7762
8326
|
onAfterToggle?: (event: CallbackToggleEvent<typeof tagName$p>) => void | null;
|
|
7763
8327
|
}
|
|
7764
8328
|
|
|
8329
|
+
/**
|
|
8330
|
+
* @publicDocs
|
|
8331
|
+
*/
|
|
7765
8332
|
export interface QueryContainerProps
|
|
7766
8333
|
extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {}
|
|
7767
8334
|
|
|
8335
|
+
/**
|
|
8336
|
+
* Configure the following properties on the query container component.
|
|
8337
|
+
* @publicDocs
|
|
8338
|
+
*/
|
|
7768
8339
|
declare class QueryContainer
|
|
7769
8340
|
extends PreactCustomElement
|
|
7770
8341
|
implements QueryContainerProps
|
|
@@ -7789,6 +8360,9 @@ declare module 'preact' {
|
|
|
7789
8360
|
}
|
|
7790
8361
|
|
|
7791
8362
|
declare const tagName$o = 's-query-container';
|
|
8363
|
+
/**
|
|
8364
|
+
* @publicDocs
|
|
8365
|
+
*/
|
|
7792
8366
|
export interface QueryContainerJSXProps
|
|
7793
8367
|
extends Partial<QueryContainerProps$1>,
|
|
7794
8368
|
Pick<QueryContainerProps$1, 'id' | 'children'> {
|
|
@@ -7827,6 +8401,10 @@ export type SearchFieldProps = PreactFieldProps<
|
|
|
7827
8401
|
>
|
|
7828
8402
|
>;
|
|
7829
8403
|
|
|
8404
|
+
/**
|
|
8405
|
+
* Configure the following properties on the search field component.
|
|
8406
|
+
* @publicDocs
|
|
8407
|
+
*/
|
|
7830
8408
|
declare class SearchField
|
|
7831
8409
|
extends PreactFieldElement<SearchFieldProps['autocomplete']>
|
|
7832
8410
|
implements SearchFieldProps
|
|
@@ -7854,6 +8432,9 @@ declare module 'preact' {
|
|
|
7854
8432
|
}
|
|
7855
8433
|
|
|
7856
8434
|
declare const tagName$n = 's-search-field';
|
|
8435
|
+
/**
|
|
8436
|
+
* @publicDocs
|
|
8437
|
+
*/
|
|
7857
8438
|
export interface SearchFieldJSXProps
|
|
7858
8439
|
extends Partial<SearchFieldProps>,
|
|
7859
8440
|
Pick<TextFieldProps$1, 'id'>,
|
|
@@ -7863,6 +8444,9 @@ export interface SearchFieldJSXProps
|
|
|
7863
8444
|
* Represents the section component props with all properties marked as required.
|
|
7864
8445
|
*/
|
|
7865
8446
|
export type RequiredSectionProps = Required<SectionProps$1>;
|
|
8447
|
+
/**
|
|
8448
|
+
* @publicDocs
|
|
8449
|
+
*/
|
|
7866
8450
|
export interface SectionProps
|
|
7867
8451
|
extends Pick<
|
|
7868
8452
|
RequiredSectionProps,
|
|
@@ -7873,6 +8457,10 @@ export interface SectionProps
|
|
|
7873
8457
|
padding: RequiredSectionProps['padding'];
|
|
7874
8458
|
}
|
|
7875
8459
|
|
|
8460
|
+
/**
|
|
8461
|
+
* Configure the following properties on the section component.
|
|
8462
|
+
* @publicDocs
|
|
8463
|
+
*/
|
|
7876
8464
|
declare class Section extends PreactCustomElement implements SectionProps {
|
|
7877
8465
|
constructor();
|
|
7878
8466
|
/** @private */
|
|
@@ -7896,6 +8484,9 @@ declare module 'preact' {
|
|
|
7896
8484
|
}
|
|
7897
8485
|
|
|
7898
8486
|
declare const tagName$m = 's-section';
|
|
8487
|
+
/**
|
|
8488
|
+
* @publicDocs
|
|
8489
|
+
*/
|
|
7899
8490
|
export interface SectionJSXProps
|
|
7900
8491
|
extends Partial<SectionProps>,
|
|
7901
8492
|
Pick<SectionProps$1, 'id' | 'children'> {
|
|
@@ -7905,6 +8496,9 @@ export interface SectionJSXProps
|
|
|
7905
8496
|
children?: ComponentChildren;
|
|
7906
8497
|
}
|
|
7907
8498
|
|
|
8499
|
+
/**
|
|
8500
|
+
* @publicDocs
|
|
8501
|
+
*/
|
|
7908
8502
|
export interface SelectProps
|
|
7909
8503
|
extends Omit<PreactInputProps, 'value'>,
|
|
7910
8504
|
Required<
|
|
@@ -7928,6 +8522,10 @@ export interface SelectProps
|
|
|
7928
8522
|
declare const usedFirstOptionSymbol: unique symbol;
|
|
7929
8523
|
declare const hasInitialValueSymbol: unique symbol;
|
|
7930
8524
|
|
|
8525
|
+
/**
|
|
8526
|
+
* Configure the following properties on the select component.
|
|
8527
|
+
* @publicDocs
|
|
8528
|
+
*/
|
|
7931
8529
|
declare class Select extends PreactInputElement implements SelectProps {
|
|
7932
8530
|
accessor icon: SelectProps['icon'];
|
|
7933
8531
|
accessor details: SelectProps['details'];
|
|
@@ -7977,6 +8575,9 @@ declare module 'preact' {
|
|
|
7977
8575
|
}
|
|
7978
8576
|
|
|
7979
8577
|
declare const tagName$l = 's-select';
|
|
8578
|
+
/**
|
|
8579
|
+
* @publicDocs
|
|
8580
|
+
*/
|
|
7980
8581
|
export interface SelectJSXProps
|
|
7981
8582
|
extends Partial<SelectProps>,
|
|
7982
8583
|
Pick<SelectProps$1, 'id' | 'children'> {
|
|
@@ -7990,6 +8591,9 @@ export interface SelectJSXProps
|
|
|
7990
8591
|
onFocus?: (event: CallbackEvent<typeof tagName$l>) => void;
|
|
7991
8592
|
}
|
|
7992
8593
|
|
|
8594
|
+
/**
|
|
8595
|
+
* @publicDocs
|
|
8596
|
+
*/
|
|
7993
8597
|
export interface SpinnerProps
|
|
7994
8598
|
extends Required<Pick<SpinnerProps$1, 'accessibilityLabel'>> {
|
|
7995
8599
|
/**
|
|
@@ -8002,6 +8606,10 @@ export interface SpinnerProps
|
|
|
8002
8606
|
size: Extract<SpinnerProps$1['size'], 'large' | 'large-100' | 'base'>;
|
|
8003
8607
|
}
|
|
8004
8608
|
|
|
8609
|
+
/**
|
|
8610
|
+
* Configure the following properties on the spinner component.
|
|
8611
|
+
* @publicDocs
|
|
8612
|
+
*/
|
|
8005
8613
|
declare class Spinner extends PreactCustomElement implements SpinnerProps {
|
|
8006
8614
|
accessor accessibilityLabel: string;
|
|
8007
8615
|
accessor size: SpinnerProps['size'];
|
|
@@ -8021,6 +8629,9 @@ declare module 'preact' {
|
|
|
8021
8629
|
}
|
|
8022
8630
|
|
|
8023
8631
|
declare const tagName$k = 's-spinner';
|
|
8632
|
+
/**
|
|
8633
|
+
* @publicDocs
|
|
8634
|
+
*/
|
|
8024
8635
|
export interface SpinnerJSXProps
|
|
8025
8636
|
extends Partial<SpinnerProps>,
|
|
8026
8637
|
Pick<SpinnerProps$1, 'id'> {}
|
|
@@ -8038,6 +8649,9 @@ export type ResponsiveStackProps = MakeResponsivePick<
|
|
|
8038
8649
|
AlignedStackProps,
|
|
8039
8650
|
'gap' | 'rowGap' | 'columnGap' | 'direction'
|
|
8040
8651
|
>;
|
|
8652
|
+
/**
|
|
8653
|
+
* @publicDocs
|
|
8654
|
+
*/
|
|
8041
8655
|
export interface StackProps
|
|
8042
8656
|
extends BoxProps,
|
|
8043
8657
|
Pick<
|
|
@@ -8113,6 +8727,10 @@ export interface StackProps
|
|
|
8113
8727
|
direction: ResponsiveStackProps['direction'];
|
|
8114
8728
|
}
|
|
8115
8729
|
|
|
8730
|
+
/**
|
|
8731
|
+
* Configure the following properties on the stack component.
|
|
8732
|
+
* @publicDocs
|
|
8733
|
+
*/
|
|
8116
8734
|
declare class Stack extends BoxElement implements StackProps {
|
|
8117
8735
|
constructor();
|
|
8118
8736
|
accessor direction: StackProps['direction'];
|
|
@@ -8137,6 +8755,9 @@ declare module 'preact' {
|
|
|
8137
8755
|
}
|
|
8138
8756
|
|
|
8139
8757
|
declare const tagName$j = 's-stack';
|
|
8758
|
+
/**
|
|
8759
|
+
* @publicDocs
|
|
8760
|
+
*/
|
|
8140
8761
|
export interface StackJSXProps
|
|
8141
8762
|
extends Partial<StackProps>,
|
|
8142
8763
|
Pick<StackProps$1, 'id' | 'children'> {
|
|
@@ -8146,10 +8767,17 @@ export interface StackJSXProps
|
|
|
8146
8767
|
children?: ComponentChildren;
|
|
8147
8768
|
}
|
|
8148
8769
|
|
|
8770
|
+
/**
|
|
8771
|
+
* @publicDocs
|
|
8772
|
+
*/
|
|
8149
8773
|
export interface SwitchProps
|
|
8150
8774
|
extends PreactCheckboxProps,
|
|
8151
8775
|
Required<Pick<SwitchProps$1, 'labelAccessibilityVisibility'>> {}
|
|
8152
8776
|
|
|
8777
|
+
/**
|
|
8778
|
+
* Configure the following properties on the switch component.
|
|
8779
|
+
* @publicDocs
|
|
8780
|
+
*/
|
|
8153
8781
|
declare class Switch extends PreactCheckboxElement implements SwitchProps {
|
|
8154
8782
|
accessor labelAccessibilityVisibility: SwitchProps['labelAccessibilityVisibility'];
|
|
8155
8783
|
constructor();
|
|
@@ -8168,6 +8796,9 @@ declare module 'preact' {
|
|
|
8168
8796
|
}
|
|
8169
8797
|
|
|
8170
8798
|
declare const tagName$i = 's-switch';
|
|
8799
|
+
/**
|
|
8800
|
+
* @publicDocs
|
|
8801
|
+
*/
|
|
8171
8802
|
export interface SwitchJSXProps
|
|
8172
8803
|
extends Partial<SwitchProps>,
|
|
8173
8804
|
Pick<SwitchProps$1, 'id'> {
|
|
@@ -8181,6 +8812,9 @@ export interface SwitchJSXProps
|
|
|
8181
8812
|
onInput?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
|
|
8182
8813
|
}
|
|
8183
8814
|
|
|
8815
|
+
/**
|
|
8816
|
+
* @publicDocs
|
|
8817
|
+
*/
|
|
8184
8818
|
export interface TableProps
|
|
8185
8819
|
extends Required<
|
|
8186
8820
|
Pick<
|
|
@@ -8203,6 +8837,12 @@ export type HeaderFormat = Extract<
|
|
|
8203
8837
|
TableHeaderProps$1['format'],
|
|
8204
8838
|
'base' | 'currency' | 'numeric'
|
|
8205
8839
|
>;
|
|
8840
|
+
/**
|
|
8841
|
+
* The table header component represents a single column header within a table header row. Use table header as a child of table header row to define column headings and optionally enable column sorting.
|
|
8842
|
+
*
|
|
8843
|
+
* Table header provides semantic meaning for screen readers and can include sorting controls when configured. Each header corresponds to a column in the table body.
|
|
8844
|
+
* @publicDocs
|
|
8845
|
+
*/
|
|
8206
8846
|
export interface TableHeaderProps
|
|
8207
8847
|
extends Pick<TableHeaderProps$1, 'listSlot' | 'format'> {
|
|
8208
8848
|
listSlot: Extract<
|
|
@@ -8221,6 +8861,10 @@ declare const tableHeadersSharedDataSymbol: unique symbol;
|
|
|
8221
8861
|
*/
|
|
8222
8862
|
export type ActualTableVariant = 'table' | 'list';
|
|
8223
8863
|
|
|
8864
|
+
/**
|
|
8865
|
+
* Configure the following properties on the table component.
|
|
8866
|
+
* @publicDocs
|
|
8867
|
+
*/
|
|
8224
8868
|
declare class Table extends PreactCustomElement implements TableProps {
|
|
8225
8869
|
accessor variant: TableProps['variant'];
|
|
8226
8870
|
accessor loading: TableProps['loading'];
|
|
@@ -8258,6 +8902,9 @@ declare module 'preact' {
|
|
|
8258
8902
|
}
|
|
8259
8903
|
|
|
8260
8904
|
declare const tagName$h = 's-table';
|
|
8905
|
+
/**
|
|
8906
|
+
* @publicDocs
|
|
8907
|
+
*/
|
|
8261
8908
|
export interface TableJSXProps
|
|
8262
8909
|
extends Partial<TableProps>,
|
|
8263
8910
|
Pick<TableProps$1, 'id' | 'children' | 'onNextPage' | 'onPreviousPage'> {
|
|
@@ -8271,8 +8918,20 @@ export interface TableJSXProps
|
|
|
8271
8918
|
filters?: ComponentChildren;
|
|
8272
8919
|
}
|
|
8273
8920
|
|
|
8921
|
+
/**
|
|
8922
|
+
* The table body component represents the main content area of a table, containing the data rows. Use table body as a child of table to structure your table data, with each table row within the body representing a single record or entry.
|
|
8923
|
+
*
|
|
8924
|
+
* Table body must contain table row components, which in turn contain table cell components for the actual data values.
|
|
8925
|
+
* @publicDocs
|
|
8926
|
+
*/
|
|
8274
8927
|
export interface TableBodyProps extends TableBodyProps$1 {}
|
|
8275
8928
|
|
|
8929
|
+
/**
|
|
8930
|
+
* The table body component represents the main content area of a table, containing the data rows. Use table body as a child of table to structure your table data, with each table row within the body representing a single record or entry.
|
|
8931
|
+
*
|
|
8932
|
+
* Table body must contain table row components, which in turn contain table cell components for the actual data values.
|
|
8933
|
+
* @publicDocs
|
|
8934
|
+
*/
|
|
8276
8935
|
declare class TableBody extends PreactCustomElement implements TableBodyProps {
|
|
8277
8936
|
constructor();
|
|
8278
8937
|
}
|
|
@@ -8291,6 +8950,9 @@ declare module 'preact' {
|
|
|
8291
8950
|
}
|
|
8292
8951
|
|
|
8293
8952
|
declare const tagName$g = 's-table-body';
|
|
8953
|
+
/**
|
|
8954
|
+
* @publicDocs
|
|
8955
|
+
*/
|
|
8294
8956
|
export interface TableBodyJSXProps
|
|
8295
8957
|
extends Partial<TableBodyProps>,
|
|
8296
8958
|
Pick<TableBodyProps$1, 'id' | 'children'> {
|
|
@@ -8301,10 +8963,22 @@ export interface TableBodyJSXProps
|
|
|
8301
8963
|
children?: ComponentChildren;
|
|
8302
8964
|
}
|
|
8303
8965
|
|
|
8966
|
+
/**
|
|
8967
|
+
* The table cell component represents a single data cell within a table row. Use table cell as a child of table row to display individual data values, with each cell corresponding to a column in the table.
|
|
8968
|
+
*
|
|
8969
|
+
* Table cell automatically inherits styling and alignment from its parent table structure and supports text content or other inline components.
|
|
8970
|
+
* @publicDocs
|
|
8971
|
+
*/
|
|
8304
8972
|
export interface TableCellProps extends TableCellProps$1 {}
|
|
8305
8973
|
|
|
8306
8974
|
declare const headerFormatSymbol: unique symbol;
|
|
8307
8975
|
|
|
8976
|
+
/**
|
|
8977
|
+
* The table cell component represents a single data cell within a table row. Use table cell as a child of table row to display individual data values, with each cell corresponding to a column in the table.
|
|
8978
|
+
*
|
|
8979
|
+
* Table cell automatically inherits styling and alignment from its parent table structure and supports text content or other inline components.
|
|
8980
|
+
* @publicDocs
|
|
8981
|
+
*/
|
|
8308
8982
|
declare class TableCell extends PreactCustomElement implements TableCellProps {
|
|
8309
8983
|
constructor();
|
|
8310
8984
|
/** @private */
|
|
@@ -8327,6 +9001,9 @@ declare module 'preact' {
|
|
|
8327
9001
|
}
|
|
8328
9002
|
|
|
8329
9003
|
declare const tagName$f = 's-table-cell';
|
|
9004
|
+
/**
|
|
9005
|
+
* @publicDocs
|
|
9006
|
+
*/
|
|
8330
9007
|
export interface TableCellJSXProps
|
|
8331
9008
|
extends Partial<TableCellProps>,
|
|
8332
9009
|
Pick<TableCellProps$1, 'id' | 'children'> {
|
|
@@ -8336,6 +9013,12 @@ export interface TableCellJSXProps
|
|
|
8336
9013
|
children?: ComponentChildren;
|
|
8337
9014
|
}
|
|
8338
9015
|
|
|
9016
|
+
/**
|
|
9017
|
+
* The table header component represents a single column header within a table header row. Use table header as a child of table header row to define column headings and optionally enable column sorting.
|
|
9018
|
+
*
|
|
9019
|
+
* Table header provides semantic meaning for screen readers and can include sorting controls when configured. Each header corresponds to a column in the table body.
|
|
9020
|
+
* @publicDocs
|
|
9021
|
+
*/
|
|
8339
9022
|
declare class TableHeader
|
|
8340
9023
|
extends PreactCustomElement
|
|
8341
9024
|
implements TableHeaderProps
|
|
@@ -8359,6 +9042,9 @@ declare module 'preact' {
|
|
|
8359
9042
|
}
|
|
8360
9043
|
|
|
8361
9044
|
declare const tagName$e = 's-table-header';
|
|
9045
|
+
/**
|
|
9046
|
+
* @publicDocs
|
|
9047
|
+
*/
|
|
8362
9048
|
export interface TableHeaderJSXProps
|
|
8363
9049
|
extends Partial<TableHeaderProps>,
|
|
8364
9050
|
Pick<TableHeaderProps$1, 'id' | 'children'> {
|
|
@@ -8368,8 +9054,20 @@ export interface TableHeaderJSXProps
|
|
|
8368
9054
|
children?: ComponentChildren;
|
|
8369
9055
|
}
|
|
8370
9056
|
|
|
9057
|
+
/**
|
|
9058
|
+
* The table header row component represents the header row of a table, containing column headings. Use table header row as the first child of table (before table body) to define the table structure and provide column labels.
|
|
9059
|
+
*
|
|
9060
|
+
* Table header row must contain table header components for each column. These headers provide context for the data columns and can support sorting functionality.
|
|
9061
|
+
* @publicDocs
|
|
9062
|
+
*/
|
|
8371
9063
|
export interface TableHeaderRowProps extends TableHeaderRowProps$1 {}
|
|
8372
9064
|
|
|
9065
|
+
/**
|
|
9066
|
+
* The table header row component represents the header row of a table, containing column headings. Use table header row as the first child of table (before table body) to define the table structure and provide column labels.
|
|
9067
|
+
*
|
|
9068
|
+
* Table header row must contain table header components for each column. These headers provide context for the data columns and can support sorting functionality.
|
|
9069
|
+
* @publicDocs
|
|
9070
|
+
*/
|
|
8373
9071
|
declare class TableHeaderRow
|
|
8374
9072
|
extends PreactCustomElement
|
|
8375
9073
|
implements TableHeaderRowProps
|
|
@@ -8395,6 +9093,9 @@ declare module 'preact' {
|
|
|
8395
9093
|
}
|
|
8396
9094
|
|
|
8397
9095
|
declare const tagName$d = 's-table-header-row';
|
|
9096
|
+
/**
|
|
9097
|
+
* @publicDocs
|
|
9098
|
+
*/
|
|
8398
9099
|
export interface TableHeaderRowJSXProps
|
|
8399
9100
|
extends Partial<TableHeaderRowProps>,
|
|
8400
9101
|
Pick<TableHeaderRowProps$1, 'id' | 'children'> {
|
|
@@ -8405,9 +9106,21 @@ export interface TableHeaderRowJSXProps
|
|
|
8405
9106
|
children?: ComponentChildren;
|
|
8406
9107
|
}
|
|
8407
9108
|
|
|
9109
|
+
/**
|
|
9110
|
+
* The table row component represents a single row of data within a table body. Use table row as a child of table body to structure individual records or entries in the table.
|
|
9111
|
+
*
|
|
9112
|
+
* Table row must contain table cell components, with each cell representing a data value for the corresponding column. The number of cells should match the number of headers in the table.
|
|
9113
|
+
* @publicDocs
|
|
9114
|
+
*/
|
|
8408
9115
|
export interface TableRowProps
|
|
8409
9116
|
extends Pick<TableRowProps$1, 'children' | 'clickDelegate'> {}
|
|
8410
9117
|
|
|
9118
|
+
/**
|
|
9119
|
+
* The table row component represents a single row of data within a table body. Use table row as a child of table body to structure individual records or entries in the table.
|
|
9120
|
+
*
|
|
9121
|
+
* Table row must contain table cell components, with each cell representing a data value for the corresponding column. The number of cells should match the number of headers in the table.
|
|
9122
|
+
* @publicDocs
|
|
9123
|
+
*/
|
|
8411
9124
|
declare class TableRow extends PreactCustomElement implements TableRowProps {
|
|
8412
9125
|
constructor();
|
|
8413
9126
|
accessor clickDelegate: string;
|
|
@@ -8427,6 +9140,9 @@ declare module 'preact' {
|
|
|
8427
9140
|
}
|
|
8428
9141
|
|
|
8429
9142
|
declare const tagName$c = 's-table-row';
|
|
9143
|
+
/**
|
|
9144
|
+
* @publicDocs
|
|
9145
|
+
*/
|
|
8430
9146
|
export interface TableRowJSXProps
|
|
8431
9147
|
extends Partial<TableRowProps>,
|
|
8432
9148
|
Pick<TableRowProps$1, 'id' | 'children'> {
|
|
@@ -8437,6 +9153,9 @@ export interface TableRowJSXProps
|
|
|
8437
9153
|
children?: ComponentChildren;
|
|
8438
9154
|
}
|
|
8439
9155
|
|
|
9156
|
+
/**
|
|
9157
|
+
* @publicDocs
|
|
9158
|
+
*/
|
|
8440
9159
|
export interface TextProps
|
|
8441
9160
|
extends Required<
|
|
8442
9161
|
Pick<
|
|
@@ -8490,6 +9209,10 @@ export interface TextProps
|
|
|
8490
9209
|
>;
|
|
8491
9210
|
}
|
|
8492
9211
|
|
|
9212
|
+
/**
|
|
9213
|
+
* Configure the following properties on the text component.
|
|
9214
|
+
* @publicDocs
|
|
9215
|
+
*/
|
|
8493
9216
|
declare class Text extends PreactCustomElement implements TextProps {
|
|
8494
9217
|
accessor fontVariantNumeric: TextProps['fontVariantNumeric'];
|
|
8495
9218
|
accessor color: TextProps['color'];
|
|
@@ -8533,6 +9256,9 @@ declare module 'preact' {
|
|
|
8533
9256
|
}
|
|
8534
9257
|
|
|
8535
9258
|
declare const tagName$b = 's-text';
|
|
9259
|
+
/**
|
|
9260
|
+
* @publicDocs
|
|
9261
|
+
*/
|
|
8536
9262
|
export interface TextJSXProps
|
|
8537
9263
|
extends Partial<TextProps>,
|
|
8538
9264
|
Pick<TextProps$1, 'id' | 'children'> {
|
|
@@ -8551,6 +9277,10 @@ export type TextAreaProps = PreactFieldProps<
|
|
|
8551
9277
|
> &
|
|
8552
9278
|
Required<Pick<TextAreaProps$1, 'maxLength' | 'minLength' | 'rows'>>;
|
|
8553
9279
|
|
|
9280
|
+
/**
|
|
9281
|
+
* Configure the following properties on the text area component.
|
|
9282
|
+
* @publicDocs
|
|
9283
|
+
*/
|
|
8554
9284
|
declare class TextArea
|
|
8555
9285
|
extends PreactFieldElement<TextAreaProps['autocomplete']>
|
|
8556
9286
|
implements TextAreaProps
|
|
@@ -8579,6 +9309,9 @@ declare module 'preact' {
|
|
|
8579
9309
|
}
|
|
8580
9310
|
|
|
8581
9311
|
declare const tagName$a = 's-text-area';
|
|
9312
|
+
/**
|
|
9313
|
+
* @publicDocs
|
|
9314
|
+
*/
|
|
8582
9315
|
export interface TextAreaJSXProps
|
|
8583
9316
|
extends Partial<TextAreaProps>,
|
|
8584
9317
|
Pick<TextAreaProps$1, 'id'>,
|
|
@@ -8599,6 +9332,10 @@ export type TextFieldProps = PreactFieldProps<
|
|
|
8599
9332
|
>
|
|
8600
9333
|
>;
|
|
8601
9334
|
|
|
9335
|
+
/**
|
|
9336
|
+
* Configure the following properties on the text field component.
|
|
9337
|
+
* @publicDocs
|
|
9338
|
+
*/
|
|
8602
9339
|
declare class TextField
|
|
8603
9340
|
extends PreactFieldElement<TextFieldProps['autocomplete']>
|
|
8604
9341
|
implements TextFieldProps
|
|
@@ -8630,6 +9367,9 @@ declare module 'preact' {
|
|
|
8630
9367
|
}
|
|
8631
9368
|
|
|
8632
9369
|
declare const tagName$9 = 's-text-field';
|
|
9370
|
+
/**
|
|
9371
|
+
* @publicDocs
|
|
9372
|
+
*/
|
|
8633
9373
|
export interface TextFieldJSXProps
|
|
8634
9374
|
extends Partial<Omit<TextFieldProps, 'accessory'>>,
|
|
8635
9375
|
Pick<TextFieldProps$1, 'id'>,
|
|
@@ -8640,6 +9380,9 @@ export interface TextFieldJSXProps
|
|
|
8640
9380
|
accessory?: ComponentChildren;
|
|
8641
9381
|
}
|
|
8642
9382
|
|
|
9383
|
+
/**
|
|
9384
|
+
* @publicDocs
|
|
9385
|
+
*/
|
|
8643
9386
|
export interface ThumbnailProps
|
|
8644
9387
|
extends Required<Pick<ThumbnailProps$1, 'src' | 'alt' | 'size'>> {
|
|
8645
9388
|
/**
|
|
@@ -8658,6 +9401,10 @@ export interface ThumbnailProps
|
|
|
8658
9401
|
>;
|
|
8659
9402
|
}
|
|
8660
9403
|
|
|
9404
|
+
/**
|
|
9405
|
+
* Configure the following properties on the thumbnail component.
|
|
9406
|
+
* @publicDocs
|
|
9407
|
+
*/
|
|
8661
9408
|
declare class Thumbnail extends PreactCustomElement implements ThumbnailProps {
|
|
8662
9409
|
accessor src: ThumbnailProps['src'];
|
|
8663
9410
|
accessor alt: ThumbnailProps['alt'];
|
|
@@ -8678,6 +9425,9 @@ declare module 'preact' {
|
|
|
8678
9425
|
}
|
|
8679
9426
|
|
|
8680
9427
|
declare const tagName$8 = 's-thumbnail';
|
|
9428
|
+
/**
|
|
9429
|
+
* @publicDocs
|
|
9430
|
+
*/
|
|
8681
9431
|
export interface ThumbnailJSXProps
|
|
8682
9432
|
extends Partial<ThumbnailProps>,
|
|
8683
9433
|
Pick<ThumbnailProps$1, 'id'> {
|
|
@@ -8691,8 +9441,15 @@ export interface ThumbnailJSXProps
|
|
|
8691
9441
|
onError?: ((event: CallbackEvent<typeof tagName$8>) => void) | null;
|
|
8692
9442
|
}
|
|
8693
9443
|
|
|
9444
|
+
/**
|
|
9445
|
+
* @publicDocs
|
|
9446
|
+
*/
|
|
8694
9447
|
export interface TooltipProps extends Required<Pick<TooltipProps$1, 'id'>> {}
|
|
8695
9448
|
|
|
9449
|
+
/**
|
|
9450
|
+
* Configure the following properties on the tooltip component.
|
|
9451
|
+
* @publicDocs
|
|
9452
|
+
*/
|
|
8696
9453
|
declare class Tooltip extends PreactOverlayElement implements TooltipProps {
|
|
8697
9454
|
constructor();
|
|
8698
9455
|
}
|
|
@@ -8711,6 +9468,9 @@ declare module 'preact' {
|
|
|
8711
9468
|
}
|
|
8712
9469
|
|
|
8713
9470
|
declare const tagName$7 = 's-tooltip';
|
|
9471
|
+
/**
|
|
9472
|
+
* @publicDocs
|
|
9473
|
+
*/
|
|
8714
9474
|
export interface TooltipJSXProps
|
|
8715
9475
|
extends Partial<TooltipProps>,
|
|
8716
9476
|
Pick<TooltipProps$1, 'id' | 'children'> {
|
|
@@ -8731,6 +9491,10 @@ export type URLFieldProps = PreactFieldProps<
|
|
|
8731
9491
|
> &
|
|
8732
9492
|
Required<Pick<URLFieldProps$1, 'maxLength' | 'minLength'>>;
|
|
8733
9493
|
|
|
9494
|
+
/**
|
|
9495
|
+
* Configure the following properties on the URL field component.
|
|
9496
|
+
* @publicDocs
|
|
9497
|
+
*/
|
|
8734
9498
|
declare class URLField
|
|
8735
9499
|
extends PreactFieldElement<URLFieldProps['autocomplete']>
|
|
8736
9500
|
implements URLFieldProps
|
|
@@ -8759,13 +9523,23 @@ declare module 'preact' {
|
|
|
8759
9523
|
}
|
|
8760
9524
|
|
|
8761
9525
|
declare const tagName$6 = 's-url-field';
|
|
9526
|
+
/**
|
|
9527
|
+
* @publicDocs
|
|
9528
|
+
*/
|
|
8762
9529
|
export interface URLFieldJSXProps
|
|
8763
9530
|
extends Partial<Omit<URLFieldProps, 'accessory'>>,
|
|
8764
9531
|
Pick<URLFieldProps$1, 'id'>,
|
|
8765
9532
|
FieldReactProps<typeof tagName$6> {}
|
|
8766
9533
|
|
|
9534
|
+
/**
|
|
9535
|
+
* @publicDocs
|
|
9536
|
+
*/
|
|
8767
9537
|
export interface UnorderedListProps extends UnorderedListProps$1 {}
|
|
8768
9538
|
|
|
9539
|
+
/**
|
|
9540
|
+
* Configure the following properties on the unordered list component.
|
|
9541
|
+
* @publicDocs
|
|
9542
|
+
*/
|
|
8769
9543
|
declare class UnorderedList
|
|
8770
9544
|
extends PreactCustomElement
|
|
8771
9545
|
implements UnorderedListProps
|
|
@@ -8787,6 +9561,9 @@ declare module 'preact' {
|
|
|
8787
9561
|
}
|
|
8788
9562
|
|
|
8789
9563
|
declare const tagName$5 = 's-unordered-list';
|
|
9564
|
+
/**
|
|
9565
|
+
* @publicDocs
|
|
9566
|
+
*/
|
|
8790
9567
|
export interface UnorderedListJSXProps
|
|
8791
9568
|
extends Partial<UnorderedListProps>,
|
|
8792
9569
|
Pick<UnorderedListProps$1, 'id'> {
|
|
@@ -8796,10 +9573,17 @@ export interface UnorderedListJSXProps
|
|
|
8796
9573
|
children?: ComponentChildren;
|
|
8797
9574
|
}
|
|
8798
9575
|
|
|
9576
|
+
/**
|
|
9577
|
+
* Configure the following properties on the admin action component.
|
|
9578
|
+
* @publicDocs
|
|
9579
|
+
*/
|
|
8799
9580
|
export interface AdminActionProps
|
|
8800
9581
|
extends Pick<AdminActionProps$1, 'heading' | 'loading'> {}
|
|
8801
9582
|
|
|
8802
9583
|
declare const tagName$4 = 's-admin-action';
|
|
9584
|
+
/**
|
|
9585
|
+
* @publicDocs
|
|
9586
|
+
*/
|
|
8803
9587
|
export interface AdminActionJSXProps
|
|
8804
9588
|
extends Partial<AdminActionProps>,
|
|
8805
9589
|
Pick<AdminActionProps$1, 'id'> {
|
|
@@ -8815,6 +9599,10 @@ export interface AdminActionJSXProps
|
|
|
8815
9599
|
secondaryActions: ComponentChildren;
|
|
8816
9600
|
}
|
|
8817
9601
|
|
|
9602
|
+
/**
|
|
9603
|
+
* Configure the following properties on the admin action component.
|
|
9604
|
+
* @publicDocs
|
|
9605
|
+
*/
|
|
8818
9606
|
declare class AdminAction
|
|
8819
9607
|
extends PreactCustomElement
|
|
8820
9608
|
implements AdminActionProps
|
|
@@ -8848,14 +9636,25 @@ declare module 'preact' {
|
|
|
8848
9636
|
}
|
|
8849
9637
|
}
|
|
8850
9638
|
|
|
9639
|
+
/**
|
|
9640
|
+
* Configure the following properties on the admin block component.
|
|
9641
|
+
* @publicDocs
|
|
9642
|
+
*/
|
|
8851
9643
|
export interface AdminBlockProps
|
|
8852
9644
|
extends Pick<AdminBlockProps$1, 'heading' | 'collapsedSummary'> {}
|
|
8853
9645
|
|
|
8854
9646
|
declare const tagName$3 = 's-admin-block';
|
|
9647
|
+
/**
|
|
9648
|
+
* @publicDocs
|
|
9649
|
+
*/
|
|
8855
9650
|
export interface AdminBlockJSXProps
|
|
8856
9651
|
extends Partial<AdminBlockProps>,
|
|
8857
9652
|
Pick<AdminBlockProps$1, 'id'> {}
|
|
8858
9653
|
|
|
9654
|
+
/**
|
|
9655
|
+
* Configure the following properties on the admin block component.
|
|
9656
|
+
* @publicDocs
|
|
9657
|
+
*/
|
|
8859
9658
|
declare class AdminBlock
|
|
8860
9659
|
extends PreactCustomElement
|
|
8861
9660
|
implements AdminBlockProps
|
|
@@ -8885,14 +9684,25 @@ declare module 'preact' {
|
|
|
8885
9684
|
}
|
|
8886
9685
|
}
|
|
8887
9686
|
|
|
9687
|
+
/**
|
|
9688
|
+
* Configure the following properties on the admin print action component.
|
|
9689
|
+
* @publicDocs
|
|
9690
|
+
*/
|
|
8888
9691
|
export interface AdminPrintActionProps
|
|
8889
9692
|
extends Pick<AdminPrintActionProps$1, 'src'> {}
|
|
8890
9693
|
|
|
8891
9694
|
declare const tagName$2 = 's-admin-print-action';
|
|
9695
|
+
/**
|
|
9696
|
+
* @publicDocs
|
|
9697
|
+
*/
|
|
8892
9698
|
export interface AdminPrintActionJSXProps
|
|
8893
9699
|
extends Partial<AdminPrintActionProps>,
|
|
8894
9700
|
Pick<AdminPrintActionProps$1, 'id'> {}
|
|
8895
9701
|
|
|
9702
|
+
/**
|
|
9703
|
+
* Configure the following properties on the admin print action component.
|
|
9704
|
+
* @publicDocs
|
|
9705
|
+
*/
|
|
8896
9706
|
declare class AdminPrintAction
|
|
8897
9707
|
extends PreactCustomElement
|
|
8898
9708
|
implements AdminPrintActionProps
|
|
@@ -8920,9 +9730,15 @@ declare module 'preact' {
|
|
|
8920
9730
|
}
|
|
8921
9731
|
}
|
|
8922
9732
|
|
|
9733
|
+
/**
|
|
9734
|
+
* @publicDocs
|
|
9735
|
+
*/
|
|
8923
9736
|
export interface FormProps extends Pick<FormProps$1, 'id'> {}
|
|
8924
9737
|
|
|
8925
9738
|
declare const tagName$1 = 's-form';
|
|
9739
|
+
/**
|
|
9740
|
+
* @publicDocs
|
|
9741
|
+
*/
|
|
8926
9742
|
export interface FormJSXProps extends Partial<FormProps> {
|
|
8927
9743
|
/**
|
|
8928
9744
|
* A callback that is run when the form is submitted.
|
|
@@ -8936,6 +9752,10 @@ export interface FormJSXProps extends Partial<FormProps> {
|
|
|
8936
9752
|
onReset?: ((event: CallbackEvent<typeof tagName$1>) => void) | null;
|
|
8937
9753
|
}
|
|
8938
9754
|
|
|
9755
|
+
/**
|
|
9756
|
+
* Configure the following properties on the form component.
|
|
9757
|
+
* @publicDocs
|
|
9758
|
+
*/
|
|
8939
9759
|
declare class Form extends PreactCustomElement implements FormProps {
|
|
8940
9760
|
constructor();
|
|
8941
9761
|
}
|
|
@@ -8954,10 +9774,16 @@ declare module 'preact' {
|
|
|
8954
9774
|
}
|
|
8955
9775
|
}
|
|
8956
9776
|
|
|
9777
|
+
/**
|
|
9778
|
+
* @publicDocs
|
|
9779
|
+
*/
|
|
8957
9780
|
export interface FunctionSettingsProps
|
|
8958
9781
|
extends Pick<FunctionSettingsProps$1, 'id'> {}
|
|
8959
9782
|
|
|
8960
9783
|
declare const tagName = 's-function-settings';
|
|
9784
|
+
/**
|
|
9785
|
+
* @publicDocs
|
|
9786
|
+
*/
|
|
8961
9787
|
export interface FunctionSettingsJSXProps
|
|
8962
9788
|
extends Partial<
|
|
8963
9789
|
FunctionSettingsProps & Pick<FunctionSettingsProps$1, 'onError'>
|
|
@@ -8984,6 +9810,10 @@ export interface FunctionSettingsJSXProps
|
|
|
8984
9810
|
export type FunctionSettingsErrorEvent = Parameters<
|
|
8985
9811
|
NonNullable<FunctionSettingsProps$1['onError']>
|
|
8986
9812
|
>[0];
|
|
9813
|
+
/**
|
|
9814
|
+
* Configure the following properties on the function settings component.
|
|
9815
|
+
* @publicDocs
|
|
9816
|
+
*/
|
|
8987
9817
|
declare class FunctionSettings
|
|
8988
9818
|
extends PreactCustomElement
|
|
8989
9819
|
implements FunctionSettingsProps
|
|
@@ -9134,6 +9964,10 @@ export type {
|
|
|
9134
9964
|
UnorderedListJSXProps,
|
|
9135
9965
|
};
|
|
9136
9966
|
|
|
9967
|
+
/**
|
|
9968
|
+
* The avatar component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9969
|
+
* @publicDocs
|
|
9970
|
+
*/
|
|
9137
9971
|
export interface AvatarEvents {
|
|
9138
9972
|
/**
|
|
9139
9973
|
* A callback fired when the avatar image successfully loads.
|
|
@@ -9149,6 +9983,10 @@ export interface AvatarEvents {
|
|
|
9149
9983
|
error: OnErrorEventHandler = null;
|
|
9150
9984
|
}
|
|
9151
9985
|
|
|
9986
|
+
/**
|
|
9987
|
+
* The badge component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9988
|
+
* @publicDocs
|
|
9989
|
+
*/
|
|
9152
9990
|
export interface BadgeSlots {
|
|
9153
9991
|
/**
|
|
9154
9992
|
* The text label displayed within the badge component, typically a short status indicator or category label.
|
|
@@ -9156,6 +9994,10 @@ export interface BadgeSlots {
|
|
|
9156
9994
|
children?: HTMLElement;
|
|
9157
9995
|
}
|
|
9158
9996
|
|
|
9997
|
+
/**
|
|
9998
|
+
* The banner component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9999
|
+
* @publicDocs
|
|
10000
|
+
*/
|
|
9159
10001
|
export interface BannerEvents {
|
|
9160
10002
|
/**
|
|
9161
10003
|
* A callback fired when the banner is dismissed.
|
|
@@ -9167,6 +10009,10 @@ export interface BannerEvents {
|
|
|
9167
10009
|
afterhide: CallbackEventListener<typeof tagName> | null = null;
|
|
9168
10010
|
}
|
|
9169
10011
|
|
|
10012
|
+
/**
|
|
10013
|
+
* The banner component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10014
|
+
* @publicDocs
|
|
10015
|
+
*/
|
|
9170
10016
|
export interface BannerSlots {
|
|
9171
10017
|
/**
|
|
9172
10018
|
* The main message content displayed within the banner component, providing important information or guidance to users.
|
|
@@ -9179,6 +10025,10 @@ export interface BannerSlots {
|
|
|
9179
10025
|
'secondary-actions'?: HTMLElement;
|
|
9180
10026
|
}
|
|
9181
10027
|
|
|
10028
|
+
/**
|
|
10029
|
+
* The box component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10030
|
+
* @publicDocs
|
|
10031
|
+
*/
|
|
9182
10032
|
export interface BoxSlots {
|
|
9183
10033
|
/**
|
|
9184
10034
|
* The content displayed within the box component, which serves as a flexible container for organizing and styling other components.
|
|
@@ -9186,6 +10036,10 @@ export interface BoxSlots {
|
|
|
9186
10036
|
children?: HTMLElement;
|
|
9187
10037
|
}
|
|
9188
10038
|
|
|
10039
|
+
/**
|
|
10040
|
+
* The button component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10041
|
+
* @publicDocs
|
|
10042
|
+
*/
|
|
9189
10043
|
export interface ButtonEvents {
|
|
9190
10044
|
/**
|
|
9191
10045
|
* A callback fired when the button is clicked.
|
|
@@ -9207,6 +10061,10 @@ export interface ButtonEvents {
|
|
|
9207
10061
|
focus: CallbackEventListener<typeof tagName> | null = null;
|
|
9208
10062
|
}
|
|
9209
10063
|
|
|
10064
|
+
/**
|
|
10065
|
+
* The button component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10066
|
+
* @publicDocs
|
|
10067
|
+
*/
|
|
9210
10068
|
export interface ButtonSlots {
|
|
9211
10069
|
/**
|
|
9212
10070
|
* The label text or elements displayed inside the button component, describing the action that will be performed when clicked.
|
|
@@ -9214,6 +10072,10 @@ export interface ButtonSlots {
|
|
|
9214
10072
|
children?: HTMLElement;
|
|
9215
10073
|
}
|
|
9216
10074
|
|
|
10075
|
+
/**
|
|
10076
|
+
* The button group component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10077
|
+
* @publicDocs
|
|
10078
|
+
*/
|
|
9217
10079
|
export interface ButtonGroupSlots {
|
|
9218
10080
|
/**
|
|
9219
10081
|
* The buttons displayed within the button group component, which are arranged together as a cohesive set of related actions.
|
|
@@ -9235,6 +10097,10 @@ export interface ButtonGroupSlots {
|
|
|
9235
10097
|
'secondary-actions'?: HTMLElement;
|
|
9236
10098
|
}
|
|
9237
10099
|
|
|
10100
|
+
/**
|
|
10101
|
+
* The checkbox component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10102
|
+
* @publicDocs
|
|
10103
|
+
*/
|
|
9238
10104
|
export interface CheckboxEvents {
|
|
9239
10105
|
/**
|
|
9240
10106
|
* A callback fired when the checkbox value changes.
|
|
@@ -9250,6 +10116,10 @@ export interface CheckboxEvents {
|
|
|
9250
10116
|
input: CallbackEventListener<'input'>;
|
|
9251
10117
|
}
|
|
9252
10118
|
|
|
10119
|
+
/**
|
|
10120
|
+
* The chip component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10121
|
+
* @publicDocs
|
|
10122
|
+
*/
|
|
9253
10123
|
export interface ChipSlots {
|
|
9254
10124
|
/**
|
|
9255
10125
|
* The text label displayed within the chip component, typically representing a selected filter, tag, or removable item.
|
|
@@ -9261,6 +10131,10 @@ export interface ChipSlots {
|
|
|
9261
10131
|
graphic?: HTMLElement;
|
|
9262
10132
|
}
|
|
9263
10133
|
|
|
10134
|
+
/**
|
|
10135
|
+
* The choice component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10136
|
+
* @publicDocs
|
|
10137
|
+
*/
|
|
9264
10138
|
export interface ChoiceSlots {
|
|
9265
10139
|
/**
|
|
9266
10140
|
* The label text or elements that identify this selectable choice to users.
|
|
@@ -9281,6 +10155,10 @@ export interface ChoiceSlots {
|
|
|
9281
10155
|
details?: HTMLElement;
|
|
9282
10156
|
}
|
|
9283
10157
|
|
|
10158
|
+
/**
|
|
10159
|
+
* The choice list component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10160
|
+
* @publicDocs
|
|
10161
|
+
*/
|
|
9284
10162
|
export interface ChoiceListEvents {
|
|
9285
10163
|
/**
|
|
9286
10164
|
* A callback fired when the choice list selection changes.
|
|
@@ -9296,6 +10174,10 @@ export interface ChoiceListEvents {
|
|
|
9296
10174
|
input: CallbackEventListener<typeof tagName> | null = null;
|
|
9297
10175
|
}
|
|
9298
10176
|
|
|
10177
|
+
/**
|
|
10178
|
+
* The choice list component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10179
|
+
* @publicDocs
|
|
10180
|
+
*/
|
|
9299
10181
|
export interface ChoiceListSlots {
|
|
9300
10182
|
/**
|
|
9301
10183
|
* The choices a user can select from.
|
|
@@ -9305,6 +10187,10 @@ export interface ChoiceListSlots {
|
|
|
9305
10187
|
children?: HTMLElement;
|
|
9306
10188
|
}
|
|
9307
10189
|
|
|
10190
|
+
/**
|
|
10191
|
+
* The clickable component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10192
|
+
* @publicDocs
|
|
10193
|
+
*/
|
|
9308
10194
|
export interface ClickableEvents {
|
|
9309
10195
|
/**
|
|
9310
10196
|
* A callback fired when the component is clicked.
|
|
@@ -9326,6 +10212,10 @@ export interface ClickableEvents {
|
|
|
9326
10212
|
focus: CallbackEventListener<typeof tagName> | null = null;
|
|
9327
10213
|
}
|
|
9328
10214
|
|
|
10215
|
+
/**
|
|
10216
|
+
* The clickable component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10217
|
+
* @publicDocs
|
|
10218
|
+
*/
|
|
9329
10219
|
export interface ClickableSlots {
|
|
9330
10220
|
/**
|
|
9331
10221
|
* The content displayed within the clickable component, which makes any content interactive and clickable without the semantic meaning of a button or link.
|
|
@@ -9333,6 +10223,10 @@ export interface ClickableSlots {
|
|
|
9333
10223
|
children?: HTMLElement;
|
|
9334
10224
|
}
|
|
9335
10225
|
|
|
10226
|
+
/**
|
|
10227
|
+
* The clickable chip component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10228
|
+
* @publicDocs
|
|
10229
|
+
*/
|
|
9336
10230
|
export interface ClickableChipEvents {
|
|
9337
10231
|
/**
|
|
9338
10232
|
* A callback fired when the chip is clicked.
|
|
@@ -9350,6 +10244,10 @@ export interface ClickableChipEvents {
|
|
|
9350
10244
|
afterhide: CallbackEventListener<typeof tagName> | null = null;
|
|
9351
10245
|
}
|
|
9352
10246
|
|
|
10247
|
+
/**
|
|
10248
|
+
* The clickable chip component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10249
|
+
* @publicDocs
|
|
10250
|
+
*/
|
|
9353
10251
|
export interface ClickableChipSlots {
|
|
9354
10252
|
/**
|
|
9355
10253
|
* The text label displayed within the chip, which represents an interactive filter, tag, or selectable item.
|
|
@@ -9361,6 +10259,10 @@ export interface ClickableChipSlots {
|
|
|
9361
10259
|
graphic?: HTMLElement;
|
|
9362
10260
|
}
|
|
9363
10261
|
|
|
10262
|
+
/**
|
|
10263
|
+
* The color field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10264
|
+
* @publicDocs
|
|
10265
|
+
*/
|
|
9364
10266
|
export interface ColorFieldEvents {
|
|
9365
10267
|
/**
|
|
9366
10268
|
* A callback fired when the color field value changes.
|
|
@@ -9388,6 +10290,10 @@ export interface ColorFieldEvents {
|
|
|
9388
10290
|
focus: CallbackEventListener<'input'>;
|
|
9389
10291
|
}
|
|
9390
10292
|
|
|
10293
|
+
/**
|
|
10294
|
+
* The color picker component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10295
|
+
* @publicDocs
|
|
10296
|
+
*/
|
|
9391
10297
|
export interface ColorPickerEvents {
|
|
9392
10298
|
/**
|
|
9393
10299
|
* A callback fired when the color picker value changes.
|
|
@@ -9403,6 +10309,10 @@ export interface ColorPickerEvents {
|
|
|
9403
10309
|
input: CallbackEventListener<typeof tagName> | null = null;
|
|
9404
10310
|
}
|
|
9405
10311
|
|
|
10312
|
+
/**
|
|
10313
|
+
* The date field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10314
|
+
* @publicDocs
|
|
10315
|
+
*/
|
|
9406
10316
|
export interface DateFieldEvents {
|
|
9407
10317
|
/**
|
|
9408
10318
|
* A callback fired when the date field value changes.
|
|
@@ -9440,6 +10350,10 @@ export interface DateFieldEvents {
|
|
|
9440
10350
|
invalid: CallbackEventListener<typeof tagName> | null = null;
|
|
9441
10351
|
}
|
|
9442
10352
|
|
|
10353
|
+
/**
|
|
10354
|
+
* The date picker component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10355
|
+
* @publicDocs
|
|
10356
|
+
*/
|
|
9443
10357
|
export interface DatePickerEvents {
|
|
9444
10358
|
/**
|
|
9445
10359
|
* A callback fired when the calendar view changes, such as when navigating between months.
|
|
@@ -9471,6 +10385,10 @@ export interface DatePickerEvents {
|
|
|
9471
10385
|
change: CallbackEventListener<typeof tagName> | null = null;
|
|
9472
10386
|
}
|
|
9473
10387
|
|
|
10388
|
+
/**
|
|
10389
|
+
* The drop zone component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10390
|
+
* @publicDocs
|
|
10391
|
+
*/
|
|
9474
10392
|
export interface DropZoneEvents {
|
|
9475
10393
|
/**
|
|
9476
10394
|
* A callback fired when the drop zone value changes.
|
|
@@ -9490,6 +10408,10 @@ export interface DropZoneEvents {
|
|
|
9490
10408
|
droprejected: CallbackEventListener<typeof tagName> = null;
|
|
9491
10409
|
}
|
|
9492
10410
|
|
|
10411
|
+
/**
|
|
10412
|
+
* The drop zone component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10413
|
+
* @publicDocs
|
|
10414
|
+
*/
|
|
9493
10415
|
export interface DropZoneSlots {
|
|
9494
10416
|
/**
|
|
9495
10417
|
* The content to include inside the drop zone container
|
|
@@ -9497,6 +10419,10 @@ export interface DropZoneSlots {
|
|
|
9497
10419
|
children?: HTMLElement;
|
|
9498
10420
|
}
|
|
9499
10421
|
|
|
10422
|
+
/**
|
|
10423
|
+
* The email field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10424
|
+
* @publicDocs
|
|
10425
|
+
*/
|
|
9500
10426
|
export interface EmailFieldEvents {
|
|
9501
10427
|
/**
|
|
9502
10428
|
* A callback fired when the email field value changes.
|
|
@@ -9524,6 +10450,10 @@ export interface EmailFieldEvents {
|
|
|
9524
10450
|
focus: CallbackEventListener<'input'>;
|
|
9525
10451
|
}
|
|
9526
10452
|
|
|
10453
|
+
/**
|
|
10454
|
+
* The grid component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10455
|
+
* @publicDocs
|
|
10456
|
+
*/
|
|
9527
10457
|
export interface GridSlots {
|
|
9528
10458
|
/**
|
|
9529
10459
|
* The child elements displayed within the grid component, which are arranged in a flexible grid layout with configurable columns, rows, and spacing.
|
|
@@ -9531,6 +10461,10 @@ export interface GridSlots {
|
|
|
9531
10461
|
children?: HTMLElement;
|
|
9532
10462
|
}
|
|
9533
10463
|
|
|
10464
|
+
/**
|
|
10465
|
+
* The grid item component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10466
|
+
* @publicDocs
|
|
10467
|
+
*/
|
|
9534
10468
|
export interface GridItemSlots {
|
|
9535
10469
|
/**
|
|
9536
10470
|
* The content displayed within the grid item component, which represents a single cell in the grid layout and can span multiple columns or rows.
|
|
@@ -9538,6 +10472,10 @@ export interface GridItemSlots {
|
|
|
9538
10472
|
children?: HTMLElement;
|
|
9539
10473
|
}
|
|
9540
10474
|
|
|
10475
|
+
/**
|
|
10476
|
+
* The heading component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10477
|
+
* @publicDocs
|
|
10478
|
+
*/
|
|
9541
10479
|
export interface HeadingSlots {
|
|
9542
10480
|
/**
|
|
9543
10481
|
* The heading text displayed within the heading component, which provides a title or section header for content.
|
|
@@ -9545,6 +10483,10 @@ export interface HeadingSlots {
|
|
|
9545
10483
|
children?: HTMLElement;
|
|
9546
10484
|
}
|
|
9547
10485
|
|
|
10486
|
+
/**
|
|
10487
|
+
* The image component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10488
|
+
* @publicDocs
|
|
10489
|
+
*/
|
|
9548
10490
|
export interface ImageEvents {
|
|
9549
10491
|
/**
|
|
9550
10492
|
* A callback fired when the image successfully loads.
|
|
@@ -9560,6 +10502,10 @@ export interface ImageEvents {
|
|
|
9560
10502
|
error: OnErrorEventHandler = null;
|
|
9561
10503
|
}
|
|
9562
10504
|
|
|
10505
|
+
/**
|
|
10506
|
+
* The link component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10507
|
+
* @publicDocs
|
|
10508
|
+
*/
|
|
9563
10509
|
export interface LinkEvents {
|
|
9564
10510
|
/**
|
|
9565
10511
|
* A callback fired when the link is clicked.
|
|
@@ -9569,6 +10515,10 @@ export interface LinkEvents {
|
|
|
9569
10515
|
click: CallbackEventListener<typeof tagName> | null = null;
|
|
9570
10516
|
}
|
|
9571
10517
|
|
|
10518
|
+
/**
|
|
10519
|
+
* The link component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10520
|
+
* @publicDocs
|
|
10521
|
+
*/
|
|
9572
10522
|
export interface LinkSlots {
|
|
9573
10523
|
/**
|
|
9574
10524
|
* The text or elements displayed within the link component, which navigates users to a different location when activated.
|
|
@@ -9576,6 +10526,10 @@ export interface LinkSlots {
|
|
|
9576
10526
|
children?: HTMLElement;
|
|
9577
10527
|
}
|
|
9578
10528
|
|
|
10529
|
+
/**
|
|
10530
|
+
* The list item component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10531
|
+
* @publicDocs
|
|
10532
|
+
*/
|
|
9579
10533
|
export interface ListItemSlots {
|
|
9580
10534
|
/**
|
|
9581
10535
|
* The content displayed within the list item, which represents a single entry in an ordered or unordered list.
|
|
@@ -9583,6 +10537,10 @@ export interface ListItemSlots {
|
|
|
9583
10537
|
children?: HTMLElement;
|
|
9584
10538
|
}
|
|
9585
10539
|
|
|
10540
|
+
/**
|
|
10541
|
+
* The menu component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10542
|
+
* @publicDocs
|
|
10543
|
+
*/
|
|
9586
10544
|
export interface MenuSlots {
|
|
9587
10545
|
/**
|
|
9588
10546
|
* The items displayed within the menu. Only accepts button and section components. Use button for individual menu actions and section to group related items.
|
|
@@ -9590,6 +10548,10 @@ export interface MenuSlots {
|
|
|
9590
10548
|
children?: HTMLElement;
|
|
9591
10549
|
}
|
|
9592
10550
|
|
|
10551
|
+
/**
|
|
10552
|
+
* The modal component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10553
|
+
* @publicDocs
|
|
10554
|
+
*/
|
|
9593
10555
|
export interface ModalEvents {
|
|
9594
10556
|
/**
|
|
9595
10557
|
* A callback fired when the modal is hidden.
|
|
@@ -9609,6 +10571,10 @@ export interface ModalEvents {
|
|
|
9609
10571
|
aftershow: CallbackEventListener<typeof tagName> | null = null;
|
|
9610
10572
|
}
|
|
9611
10573
|
|
|
10574
|
+
/**
|
|
10575
|
+
* The modal component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10576
|
+
* @publicDocs
|
|
10577
|
+
*/
|
|
9612
10578
|
export interface ModalSlots {
|
|
9613
10579
|
/**
|
|
9614
10580
|
* The content displayed within the modal component, typically including form fields, information, or interactive elements.
|
|
@@ -9628,6 +10594,10 @@ export interface ModalSlots {
|
|
|
9628
10594
|
'secondary-actions'?: HTMLElement;
|
|
9629
10595
|
}
|
|
9630
10596
|
|
|
10597
|
+
/**
|
|
10598
|
+
* The money field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10599
|
+
* @publicDocs
|
|
10600
|
+
*/
|
|
9631
10601
|
export interface MoneyFieldEvents {
|
|
9632
10602
|
/**
|
|
9633
10603
|
* A callback fired when the money field value changes.
|
|
@@ -9655,6 +10625,10 @@ export interface MoneyFieldEvents {
|
|
|
9655
10625
|
focus: CallbackEventListener<'input'>;
|
|
9656
10626
|
}
|
|
9657
10627
|
|
|
10628
|
+
/**
|
|
10629
|
+
* The number field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10630
|
+
* @publicDocs
|
|
10631
|
+
*/
|
|
9658
10632
|
export interface NumberFieldEvents {
|
|
9659
10633
|
/**
|
|
9660
10634
|
* A callback fired when the number field value changes.
|
|
@@ -9682,6 +10656,10 @@ export interface NumberFieldEvents {
|
|
|
9682
10656
|
focus: CallbackEventListener<'input'>;
|
|
9683
10657
|
}
|
|
9684
10658
|
|
|
10659
|
+
/**
|
|
10660
|
+
* The option component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10661
|
+
* @publicDocs
|
|
10662
|
+
*/
|
|
9685
10663
|
export interface OptionSlots {
|
|
9686
10664
|
/**
|
|
9687
10665
|
* The text or elements displayed as the option label, which identifies the selectable choice to users in a dropdown or selection list.
|
|
@@ -9689,6 +10667,10 @@ export interface OptionSlots {
|
|
|
9689
10667
|
children?: HTMLElement;
|
|
9690
10668
|
}
|
|
9691
10669
|
|
|
10670
|
+
/**
|
|
10671
|
+
* The option group component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10672
|
+
* @publicDocs
|
|
10673
|
+
*/
|
|
9692
10674
|
export interface OptionGroupSlots {
|
|
9693
10675
|
/**
|
|
9694
10676
|
* The selectable options displayed in the dropdown list. Accepts option components for individual selectable items within this group.
|
|
@@ -9696,6 +10678,10 @@ export interface OptionGroupSlots {
|
|
|
9696
10678
|
children?: HTMLElement;
|
|
9697
10679
|
}
|
|
9698
10680
|
|
|
10681
|
+
/**
|
|
10682
|
+
* The ordered list component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10683
|
+
* @publicDocs
|
|
10684
|
+
*/
|
|
9699
10685
|
export interface OrderedListSlots {
|
|
9700
10686
|
/**
|
|
9701
10687
|
* The list entries displayed within the ordered list, where each item is numbered sequentially. Only accepts list item components as children. Each list item represents a single numbered entry in the sequence.
|
|
@@ -9703,6 +10689,10 @@ export interface OrderedListSlots {
|
|
|
9703
10689
|
children?: HTMLElement;
|
|
9704
10690
|
}
|
|
9705
10691
|
|
|
10692
|
+
/**
|
|
10693
|
+
* The page component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10694
|
+
* @publicDocs
|
|
10695
|
+
*/
|
|
9706
10696
|
export interface PageSlots {
|
|
9707
10697
|
/**
|
|
9708
10698
|
* The main page content displayed within the page component, which serves as the primary container for the page's information and interface elements.
|
|
@@ -9735,6 +10725,10 @@ export interface PageSlots {
|
|
|
9735
10725
|
'breadcrumb-actions'?: HTMLElement;
|
|
9736
10726
|
}
|
|
9737
10727
|
|
|
10728
|
+
/**
|
|
10729
|
+
* The paragraph component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10730
|
+
* @publicDocs
|
|
10731
|
+
*/
|
|
9738
10732
|
export interface ParagraphSlots {
|
|
9739
10733
|
/**
|
|
9740
10734
|
* The paragraph text content displayed within the paragraph component, which presents a block of related text with appropriate styling.
|
|
@@ -9742,6 +10736,10 @@ export interface ParagraphSlots {
|
|
|
9742
10736
|
children?: HTMLElement;
|
|
9743
10737
|
}
|
|
9744
10738
|
|
|
10739
|
+
/**
|
|
10740
|
+
* The password field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10741
|
+
* @publicDocs
|
|
10742
|
+
*/
|
|
9745
10743
|
export interface PasswordFieldEvents {
|
|
9746
10744
|
/**
|
|
9747
10745
|
* A callback fired when the password field value changes.
|
|
@@ -9769,6 +10767,10 @@ export interface PasswordFieldEvents {
|
|
|
9769
10767
|
focus: CallbackEventListener<'input'>;
|
|
9770
10768
|
}
|
|
9771
10769
|
|
|
10770
|
+
/**
|
|
10771
|
+
* The popover component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10772
|
+
* @publicDocs
|
|
10773
|
+
*/
|
|
9772
10774
|
export interface PopoverEvents {
|
|
9773
10775
|
/**
|
|
9774
10776
|
* A callback fired when the popover is shown.
|
|
@@ -9796,6 +10798,10 @@ export interface PopoverEvents {
|
|
|
9796
10798
|
aftertoggle: CallbackEventListener<TTagName> | null;
|
|
9797
10799
|
}
|
|
9798
10800
|
|
|
10801
|
+
/**
|
|
10802
|
+
* The popover component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10803
|
+
* @publicDocs
|
|
10804
|
+
*/
|
|
9799
10805
|
export interface PopoverSlots {
|
|
9800
10806
|
/**
|
|
9801
10807
|
* The content displayed within the popover component, which appears in an overlay positioned relative to its trigger element.
|
|
@@ -9803,6 +10809,10 @@ export interface PopoverSlots {
|
|
|
9803
10809
|
children?: HTMLElement;
|
|
9804
10810
|
}
|
|
9805
10811
|
|
|
10812
|
+
/**
|
|
10813
|
+
* The query container component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10814
|
+
* @publicDocs
|
|
10815
|
+
*/
|
|
9806
10816
|
export interface QueryContainerSlots {
|
|
9807
10817
|
/**
|
|
9808
10818
|
* The content displayed within the query container component, which enables container queries for responsive styling based on the container's size rather than the viewport.
|
|
@@ -9810,6 +10820,10 @@ export interface QueryContainerSlots {
|
|
|
9810
10820
|
children?: HTMLElement;
|
|
9811
10821
|
}
|
|
9812
10822
|
|
|
10823
|
+
/**
|
|
10824
|
+
* The search field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10825
|
+
* @publicDocs
|
|
10826
|
+
*/
|
|
9813
10827
|
export interface SearchFieldEvents {
|
|
9814
10828
|
/**
|
|
9815
10829
|
* A callback fired when the search field value changes.
|
|
@@ -9837,6 +10851,10 @@ export interface SearchFieldEvents {
|
|
|
9837
10851
|
focus: CallbackEventListener<'input'>;
|
|
9838
10852
|
}
|
|
9839
10853
|
|
|
10854
|
+
/**
|
|
10855
|
+
* The section component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10856
|
+
* @publicDocs
|
|
10857
|
+
*/
|
|
9840
10858
|
export interface SectionSlots {
|
|
9841
10859
|
/**
|
|
9842
10860
|
* The content displayed within the section component, which groups related elements together in a logical unit with an optional heading.
|
|
@@ -9844,6 +10862,10 @@ export interface SectionSlots {
|
|
|
9844
10862
|
children?: HTMLElement;
|
|
9845
10863
|
}
|
|
9846
10864
|
|
|
10865
|
+
/**
|
|
10866
|
+
* The select component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10867
|
+
* @publicDocs
|
|
10868
|
+
*/
|
|
9847
10869
|
export interface SelectEvents {
|
|
9848
10870
|
/**
|
|
9849
10871
|
* A callback fired when the select value changes.
|
|
@@ -9859,6 +10881,10 @@ export interface SelectEvents {
|
|
|
9859
10881
|
input: CallbackEventListener<'input'>;
|
|
9860
10882
|
}
|
|
9861
10883
|
|
|
10884
|
+
/**
|
|
10885
|
+
* The select component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10886
|
+
* @publicDocs
|
|
10887
|
+
*/
|
|
9862
10888
|
export interface SelectSlots {
|
|
9863
10889
|
/**
|
|
9864
10890
|
* The selectable options displayed in the dropdown list. Accepts option components for individual selectable items, and option group components to organize related options into logical groups with labels.
|
|
@@ -9866,6 +10892,10 @@ export interface SelectSlots {
|
|
|
9866
10892
|
children?: HTMLElement;
|
|
9867
10893
|
}
|
|
9868
10894
|
|
|
10895
|
+
/**
|
|
10896
|
+
* The stack component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10897
|
+
* @publicDocs
|
|
10898
|
+
*/
|
|
9869
10899
|
export interface StackSlots {
|
|
9870
10900
|
/**
|
|
9871
10901
|
* The child elements displayed within the stack component, which are arranged vertically or horizontally with consistent spacing.
|
|
@@ -9873,6 +10903,10 @@ export interface StackSlots {
|
|
|
9873
10903
|
children?: HTMLElement;
|
|
9874
10904
|
}
|
|
9875
10905
|
|
|
10906
|
+
/**
|
|
10907
|
+
* The switch component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10908
|
+
* @publicDocs
|
|
10909
|
+
*/
|
|
9876
10910
|
export interface SwitchEvents {
|
|
9877
10911
|
/**
|
|
9878
10912
|
* A callback fired when the switch value changes.
|
|
@@ -9888,6 +10922,10 @@ export interface SwitchEvents {
|
|
|
9888
10922
|
input: CallbackEventListener<'input'>;
|
|
9889
10923
|
}
|
|
9890
10924
|
|
|
10925
|
+
/**
|
|
10926
|
+
* The table component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10927
|
+
* @publicDocs
|
|
10928
|
+
*/
|
|
9891
10929
|
export interface TableEvents {
|
|
9892
10930
|
/**
|
|
9893
10931
|
* A callback fired when the user navigates to the previous page.
|
|
@@ -9899,6 +10937,10 @@ export interface TableEvents {
|
|
|
9899
10937
|
nextpage: CallbackEventListener<typeof tagName> | null = null;
|
|
9900
10938
|
}
|
|
9901
10939
|
|
|
10940
|
+
/**
|
|
10941
|
+
* The table component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10942
|
+
* @publicDocs
|
|
10943
|
+
*/
|
|
9902
10944
|
export interface TableSlots {
|
|
9903
10945
|
/**
|
|
9904
10946
|
* The table structure defining headers and data rows.
|
|
@@ -9914,6 +10956,10 @@ export interface TableSlots {
|
|
|
9914
10956
|
filters?: HTMLElement;
|
|
9915
10957
|
}
|
|
9916
10958
|
|
|
10959
|
+
/**
|
|
10960
|
+
* The table body component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10961
|
+
* @publicDocs
|
|
10962
|
+
*/
|
|
9917
10963
|
export interface TableBodySlots {
|
|
9918
10964
|
/**
|
|
9919
10965
|
* The data rows displayed in the table body.
|
|
@@ -9923,6 +10969,10 @@ export interface TableBodySlots {
|
|
|
9923
10969
|
children?: HTMLElement;
|
|
9924
10970
|
}
|
|
9925
10971
|
|
|
10972
|
+
/**
|
|
10973
|
+
* The table cell component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10974
|
+
* @publicDocs
|
|
10975
|
+
*/
|
|
9926
10976
|
export interface TableCellSlots {
|
|
9927
10977
|
/**
|
|
9928
10978
|
* The data value displayed in this cell.
|
|
@@ -9932,6 +10982,10 @@ export interface TableCellSlots {
|
|
|
9932
10982
|
children?: HTMLElement;
|
|
9933
10983
|
}
|
|
9934
10984
|
|
|
10985
|
+
/**
|
|
10986
|
+
* The table header component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10987
|
+
* @publicDocs
|
|
10988
|
+
*/
|
|
9935
10989
|
export interface TableHeaderSlots {
|
|
9936
10990
|
/**
|
|
9937
10991
|
* The column heading text.
|
|
@@ -9941,6 +10995,10 @@ export interface TableHeaderSlots {
|
|
|
9941
10995
|
children?: HTMLElement;
|
|
9942
10996
|
}
|
|
9943
10997
|
|
|
10998
|
+
/**
|
|
10999
|
+
* The table header row component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
11000
|
+
* @publicDocs
|
|
11001
|
+
*/
|
|
9944
11002
|
export interface TableHeaderRowSlots {
|
|
9945
11003
|
/**
|
|
9946
11004
|
* The column headers displayed in the table header row.
|
|
@@ -9950,6 +11008,10 @@ export interface TableHeaderRowSlots {
|
|
|
9950
11008
|
children?: HTMLElement;
|
|
9951
11009
|
}
|
|
9952
11010
|
|
|
11011
|
+
/**
|
|
11012
|
+
* The table row component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
11013
|
+
* @publicDocs
|
|
11014
|
+
*/
|
|
9953
11015
|
export interface TableRowSlots {
|
|
9954
11016
|
/**
|
|
9955
11017
|
* The data cells displayed in this table row.
|
|
@@ -9959,6 +11021,10 @@ export interface TableRowSlots {
|
|
|
9959
11021
|
children?: HTMLElement;
|
|
9960
11022
|
}
|
|
9961
11023
|
|
|
11024
|
+
/**
|
|
11025
|
+
* The text component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
11026
|
+
* @publicDocs
|
|
11027
|
+
*/
|
|
9962
11028
|
export interface TextSlots {
|
|
9963
11029
|
/**
|
|
9964
11030
|
* The text content displayed within the text component, which applies semantic meaning and styling appropriate to the specified text type.
|
|
@@ -9966,6 +11032,10 @@ export interface TextSlots {
|
|
|
9966
11032
|
children?: HTMLElement;
|
|
9967
11033
|
}
|
|
9968
11034
|
|
|
11035
|
+
/**
|
|
11036
|
+
* The text area component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
11037
|
+
* @publicDocs
|
|
11038
|
+
*/
|
|
9969
11039
|
export interface TextAreaEvents {
|
|
9970
11040
|
/**
|
|
9971
11041
|
* A callback fired when the text area value changes.
|
|
@@ -9993,6 +11063,10 @@ export interface TextAreaEvents {
|
|
|
9993
11063
|
focus: CallbackEventListener<'input'>;
|
|
9994
11064
|
}
|
|
9995
11065
|
|
|
11066
|
+
/**
|
|
11067
|
+
* The text field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
11068
|
+
* @publicDocs
|
|
11069
|
+
*/
|
|
9996
11070
|
export interface TextFieldEvents {
|
|
9997
11071
|
/**
|
|
9998
11072
|
* A callback fired when the text field value changes.
|
|
@@ -10020,6 +11094,10 @@ export interface TextFieldEvents {
|
|
|
10020
11094
|
focus: CallbackEventListener<'input'>;
|
|
10021
11095
|
}
|
|
10022
11096
|
|
|
11097
|
+
/**
|
|
11098
|
+
* The text field component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
11099
|
+
* @publicDocs
|
|
11100
|
+
*/
|
|
10023
11101
|
export interface TextFieldSlots {
|
|
10024
11102
|
/**
|
|
10025
11103
|
* Additional interactive content displayed within the text field.
|
|
@@ -10029,6 +11107,10 @@ export interface TextFieldSlots {
|
|
|
10029
11107
|
accessory?: HTMLElement;
|
|
10030
11108
|
}
|
|
10031
11109
|
|
|
11110
|
+
/**
|
|
11111
|
+
* The thumbnail component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
11112
|
+
* @publicDocs
|
|
11113
|
+
*/
|
|
10032
11114
|
export interface ThumbnailEvents {
|
|
10033
11115
|
/**
|
|
10034
11116
|
* A callback fired when the thumbnail image successfully loads.
|
|
@@ -10044,6 +11126,10 @@ export interface ThumbnailEvents {
|
|
|
10044
11126
|
error: OnErrorEventHandler = null;
|
|
10045
11127
|
}
|
|
10046
11128
|
|
|
11129
|
+
/**
|
|
11130
|
+
* The tooltip component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
11131
|
+
* @publicDocs
|
|
11132
|
+
*/
|
|
10047
11133
|
export interface TooltipSlots {
|
|
10048
11134
|
/**
|
|
10049
11135
|
* The informational text or elements displayed within the tooltip overlay, providing helpful context or explanations when users interact with the associated element.
|
|
@@ -10053,6 +11139,10 @@ export interface TooltipSlots {
|
|
|
10053
11139
|
children?: HTMLElement;
|
|
10054
11140
|
}
|
|
10055
11141
|
|
|
11142
|
+
/**
|
|
11143
|
+
* The URL field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
11144
|
+
* @publicDocs
|
|
11145
|
+
*/
|
|
10056
11146
|
export interface URLFieldEvents {
|
|
10057
11147
|
/**
|
|
10058
11148
|
* A callback fired when the URL field value changes.
|
|
@@ -10080,6 +11170,10 @@ export interface URLFieldEvents {
|
|
|
10080
11170
|
focus: CallbackEventListener<'input'>;
|
|
10081
11171
|
}
|
|
10082
11172
|
|
|
11173
|
+
/**
|
|
11174
|
+
* The unordered list component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
11175
|
+
* @publicDocs
|
|
11176
|
+
*/
|
|
10083
11177
|
export interface UnorderedListSlots {
|
|
10084
11178
|
/**
|
|
10085
11179
|
* The list entries displayed within the unordered list, where each item is marked with a bullet point. Only accepts list item components as children. Each list item represents a single bulleted entry in the list.
|
|
@@ -10087,6 +11181,10 @@ export interface UnorderedListSlots {
|
|
|
10087
11181
|
children?: HTMLElement;
|
|
10088
11182
|
}
|
|
10089
11183
|
|
|
11184
|
+
/**
|
|
11185
|
+
* The admin action component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
11186
|
+
* @publicDocs
|
|
11187
|
+
*/
|
|
10090
11188
|
export interface AdminActionSlots {
|
|
10091
11189
|
/**
|
|
10092
11190
|
* The main action button or link displayed in the admin action modal.
|
|
@@ -10100,6 +11198,10 @@ export interface AdminActionSlots {
|
|
|
10100
11198
|
'secondary-actions': HTMLElement;
|
|
10101
11199
|
}
|
|
10102
11200
|
|
|
11201
|
+
/**
|
|
11202
|
+
* The form component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
11203
|
+
* @publicDocs
|
|
11204
|
+
*/
|
|
10103
11205
|
export interface FormEvents {
|
|
10104
11206
|
/**
|
|
10105
11207
|
* A callback that is run when the form is submitted.
|
|
@@ -10111,6 +11213,10 @@ export interface FormEvents {
|
|
|
10111
11213
|
reset: CallbackEventListener<typeof tagName> | null = null;
|
|
10112
11214
|
}
|
|
10113
11215
|
|
|
11216
|
+
/**
|
|
11217
|
+
* The function settings component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
11218
|
+
* @publicDocs
|
|
11219
|
+
*/
|
|
10114
11220
|
export interface FunctionSettingsEvents {
|
|
10115
11221
|
/**
|
|
10116
11222
|
* An optional callback function that will be run by the admin when the user
|