@shopify/ui-extensions 2025.10.0-rc.40 → 2025.10.0-rc.42
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 +4 -0
- package/build/cjs/surfaces/checkout/preact/subscription.js +6 -5
- package/build/cjs/surfaces/checkout/shared.js +17 -4
- package/build/esm/surfaces/checkout/preact/api.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/subscription.mjs +6 -5
- package/build/esm/surfaces/checkout/shared.mjs +17 -4
- package/build/esnext/surfaces/checkout/preact/api.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/subscription.esnext +6 -5
- package/build/esnext/surfaces/checkout/shared.esnext +17 -4
- package/build/ts/docs/shared/components/Details.d.ts +4 -0
- package/build/ts/docs/shared/components/Details.d.ts.map +1 -0
- package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/PressButton.d.ts +4 -0
- package/build/ts/docs/shared/components/PressButton.d.ts.map +1 -0
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +4 -0
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Summary.d.ts +4 -0
- package/build/ts/docs/shared/components/Summary.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Tooltip.d.ts +1 -1
- package/build/ts/docs/shared/components/Tooltip.d.ts.map +1 -1
- package/build/ts/docs/shared/components/index.d.ts +6 -1
- package/build/ts/docs/shared/components/index.d.ts.map +1 -1
- package/build/ts/index.d.ts.map +1 -1
- package/build/ts/shared.d.ts +4 -34
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +30 -0
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api.d.ts +1 -1
- package/build/ts/surfaces/admin/api.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/extension-targets.d.ts +5 -3
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.data.d.ts +6 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +3 -3
- 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 +2 -2
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +2 -2
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +3 -3
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +3 -3
- 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 +2 -2
- 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 +2 -2
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +3 -3
- 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 +3 -3
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +45 -40
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Badge.d.ts +3 -8
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Button.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Clickable.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Details.d.ts +15 -2
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Divider.d.ts +17 -2
- package/build/ts/surfaces/checkout/components/DropZone.d.ts +8 -3
- package/build/ts/surfaces/checkout/components/EmailField.d.ts +8 -1
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Form.d.ts +3 -0
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Grid.d.ts +7 -7
- package/build/ts/surfaces/checkout/components/Icon.d.ts +2 -7
- package/build/ts/surfaces/checkout/components/Link.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/MapMarker.d.ts +9 -12
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Modal.d.ts +16 -15
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/{UrlField.d.ts → MoneyField.d.ts} +14 -18
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/PhoneField.d.ts +10 -12
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Popover.d.ts +50 -2
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +1 -0
- package/{src/surfaces/checkout/components/Select.d.ts → build/ts/surfaces/checkout/components/PressButton.d.ts} +20 -20
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Sheet.d.ts +21 -15
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Stack.d.ts +4 -4
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/TextField.d.ts +10 -17
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
- package/{src/surfaces/checkout/components/Option.d.ts → build/ts/surfaces/checkout/components/Tooltip.d.ts} +9 -7
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +631 -275
- package/build/ts/surfaces/checkout/components/components.d.ts +1013 -501
- package/build/ts/surfaces/checkout/preact/api.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/subscription.d.ts +5 -4
- package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +27 -4
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout.d.ts +1 -0
- package/build/ts/surfaces/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +2 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Avatar.d.ts +2 -2
- package/build/ts/surfaces/customer-account/components/Badge.d.ts +3 -8
- package/build/ts/surfaces/customer-account/components/Button.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +2 -2
- package/build/ts/surfaces/customer-account/components/Clickable.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/Details.d.ts +15 -2
- package/build/ts/surfaces/customer-account/components/Divider.d.ts +17 -2
- package/build/ts/surfaces/customer-account/components/DropZone.d.ts +8 -3
- package/build/ts/surfaces/customer-account/components/EmailField.d.ts +8 -1
- package/build/ts/surfaces/customer-account/components/Form.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/Grid.d.ts +7 -7
- package/build/ts/surfaces/customer-account/components/Icon.d.ts +2 -7
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Link.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +9 -12
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Modal.d.ts +16 -15
- package/{src/surfaces/checkout/components/UrlField.d.ts → build/ts/surfaces/customer-account/components/MoneyField.d.ts} +14 -18
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Page.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +10 -12
- package/build/ts/surfaces/customer-account/components/Popover.d.ts +50 -2
- package/build/ts/surfaces/customer-account/components/{Select.d.ts → PressButton.d.ts} +20 -20
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Sheet.d.ts +21 -15
- package/build/ts/surfaces/customer-account/components/Stack.d.ts +4 -4
- package/build/ts/surfaces/customer-account/components/TextField.d.ts +10 -17
- package/build/ts/surfaces/customer-account/components/{Option.d.ts → Tooltip.d.ts} +9 -7
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +631 -275
- package/build/ts/surfaces/customer-account/components/components.d.ts +1013 -501
- package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +3 -4
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +2 -9
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +11 -2
- package/build/ts/surfaces/point-of-sale/components/Button.d.ts +29 -4
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +1 -1
- package/{src/surfaces/point-of-sale/components/Navigator.d.ts → build/ts/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
- package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +1 -2
- package/build/ts/surfaces/point-of-sale/components/Page.d.ts +4 -4
- package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
- package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
- package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
- package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.receipt-footer.block.render.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.receipt-header.block.render.d.ts +2 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/docs/shared/components/Details.ts +12 -0
- package/src/docs/shared/components/EmailField.ts +1 -1
- package/src/docs/shared/components/Modal.ts +1 -1
- package/src/docs/shared/components/MoneyField.ts +2 -1
- package/src/docs/shared/components/Popover.ts +1 -1
- package/src/docs/shared/components/PressButton.ts +12 -0
- package/src/docs/shared/components/SkeletonParagraph.ts +12 -0
- package/src/docs/shared/components/Summary.ts +12 -0
- package/src/docs/shared/components/Tooltip.ts +2 -2
- package/src/docs/shared/components/index.ts +6 -1
- package/src/index.ts +0 -1
- package/src/shared.ts +5 -36
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +31 -0
- package/src/surfaces/admin/api.ts +4 -1
- package/src/surfaces/admin/components/patterns/examples/accountConnection.html +16 -0
- package/src/surfaces/admin/components.d.ts +366 -451
- package/src/surfaces/admin/extension-targets.ts +6 -5
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
- package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +3 -3
- package/src/surfaces/checkout/api/checkout/checkout.ts +2 -2
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +2 -2
- package/src/surfaces/checkout/api/payment/payment-option-item.ts +3 -3
- package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +3 -3
- package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +2 -2
- package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +2 -2
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +3 -3
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +3 -3
- package/src/surfaces/checkout/api/standard/standard.ts +44 -40
- package/src/surfaces/checkout/components/Badge/examples/basic-badge.example.html +3 -0
- package/src/surfaces/checkout/components/Badge.d.ts +3 -8
- package/src/surfaces/checkout/components/Banner/examples/basic-banner.example.html +1 -2
- package/src/surfaces/checkout/components/Button.d.ts +1 -1
- package/src/surfaces/checkout/components/Clickable/examples/basic-clickable.example.html +3 -0
- package/src/surfaces/checkout/components/Clickable.d.ts +1 -1
- package/src/surfaces/checkout/components/Details/examples/basic-details.example.html +6 -0
- package/src/surfaces/checkout/components/Details.d.ts +15 -2
- package/src/surfaces/checkout/components/Divider/examples/basic-divider.example.html +1 -0
- package/src/surfaces/checkout/components/Divider.d.ts +17 -2
- package/src/surfaces/checkout/components/DropZone/examples/basic-drop-zone.example.html +1 -0
- package/src/surfaces/checkout/components/DropZone.d.ts +8 -3
- package/src/surfaces/checkout/components/EmailField/examples/basic-email-field.example.html +1 -0
- package/src/surfaces/checkout/components/EmailField.d.ts +8 -1
- package/src/surfaces/checkout/components/Form/examples/basic-form.example.html +3 -3
- package/src/surfaces/checkout/components/Form.d.ts +3 -0
- package/src/surfaces/checkout/components/Grid/examples/basic-grid.example.html +11 -0
- package/src/surfaces/checkout/components/Grid.d.ts +7 -7
- package/src/surfaces/checkout/components/Icon.d.ts +2 -7
- package/src/surfaces/checkout/components/Image/examples/basic-image.example.html +1 -1
- package/src/surfaces/checkout/components/Link.d.ts +1 -1
- package/src/surfaces/checkout/components/Map/examples/basic-map.example.html +3 -3
- package/src/surfaces/checkout/components/MapMarker.d.ts +9 -12
- package/src/surfaces/checkout/components/Modal.d.ts +16 -15
- package/src/surfaces/checkout/components/MoneyField/examples/basic-money-field.example.html +1 -0
- package/{build/ts/surfaces/customer-account/components/UrlField.d.ts → src/surfaces/checkout/components/MoneyField.d.ts} +14 -18
- package/src/surfaces/checkout/components/PhoneField/examples/basic-phone-field.example.html +1 -0
- package/src/surfaces/checkout/components/PhoneField.d.ts +10 -12
- package/src/surfaces/checkout/components/Popover/examples/basic-popover.example.html +7 -0
- package/src/surfaces/checkout/components/Popover.d.ts +50 -2
- package/src/surfaces/checkout/components/PressButton/examples/basic-press-button.example.html +1 -0
- package/{build/ts/surfaces/checkout/components/Select.d.ts → src/surfaces/checkout/components/PressButton.d.ts} +20 -20
- package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +1 -0
- package/src/surfaces/checkout/components/Progress/examples/basic-progress.example.html +1 -1
- package/src/surfaces/checkout/components/Sheet/examples/basic-sheet.example.html +5 -0
- package/src/surfaces/checkout/components/Sheet.d.ts +21 -15
- package/src/surfaces/checkout/components/SkeletonParagraph/examples/basic-skeleton-paragraph.example.html +2 -0
- package/src/surfaces/checkout/components/Spinner/examples/basic-spinner.example.html +1 -1
- package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +4 -0
- package/src/surfaces/checkout/components/Stack.d.ts +4 -4
- package/src/surfaces/checkout/components/Switch/examples/basic-switch.example.html +1 -0
- package/src/surfaces/checkout/components/Text/examples/basic-text.example.html +1 -1
- package/src/surfaces/checkout/components/TextArea/examples/basic-text-area.example.html +1 -0
- package/src/surfaces/checkout/components/TextField.d.ts +10 -17
- package/src/surfaces/checkout/components/Time/examples/basic-time.example.html +1 -1
- package/src/surfaces/checkout/components/Tooltip/examples/basic-tooltip.example.html +9 -0
- package/{build/ts/surfaces/checkout/components/Option.d.ts → src/surfaces/checkout/components/Tooltip.d.ts} +9 -7
- package/src/surfaces/checkout/components/components-shared.d.ts +631 -275
- package/src/surfaces/checkout/components/components.d.ts +1013 -501
- package/src/surfaces/checkout/preact/api.ts +4 -0
- package/src/surfaces/checkout/preact/subscription.ts +9 -8
- package/src/surfaces/checkout/preact/tests/buyer-identity.test.tsx +2 -3
- package/src/surfaces/checkout/preact/tests/mount.tsx +3 -3
- package/src/surfaces/checkout/shared.ts +37 -3
- package/src/surfaces/checkout.ts +3 -1
- package/src/surfaces/customer-account/api/shared.ts +2 -1
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar.example.html +4 -0
- package/src/surfaces/customer-account/components/Avatar.d.ts +2 -2
- package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup.example.html +11 -0
- package/src/surfaces/customer-account/components/ButtonGroup.d.ts +2 -2
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction.example.html +15 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
- package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup.example.html +18 -0
- package/src/surfaces/customer-account/components/Menu/examples/basic-Menu.example.html +14 -0
- package/src/surfaces/customer-account/components/Page/examples/basic-Page.example.html +19 -0
- package/src/surfaces/customer-account/components/Page.d.ts +3 -3
- package/src/surfaces/customer-account/components/Section/examples/basic-Section.example.html +12 -0
- package/src/surfaces/customer-account/components/Section.d.ts +2 -2
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +2 -10
- package/src/surfaces/point-of-sale/components/Badge/examples/default.html +5 -5
- package/src/surfaces/point-of-sale/components/Banner.d.ts +11 -2
- package/src/surfaces/point-of-sale/components/Button.d.ts +29 -4
- package/{build/ts/surfaces/point-of-sale/components/Navigator.d.ts → src/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
- package/src/surfaces/point-of-sale/components/Modal.d.ts +1 -2
- package/src/surfaces/point-of-sale/components/Page.d.ts +4 -4
- package/src/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
- package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
- package/src/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
- package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -1
- package/src/surfaces/point-of-sale/components.d.ts +554 -386
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +0 -57
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +0 -85
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +0 -84
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +0 -85
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +0 -84
- package/build/ts/surfaces/point-of-sale/components/Screen.d.ts +0 -91
- package/build/ts/surfaces/point-of-sale/components/shared.d.ts +0 -76
- package/src/surfaces/checkout/components/DropZone/examples/basic-dropzone.example.html +0 -1
- package/src/surfaces/checkout/components/EmailField/examples/basic-emailfield.example.html +0 -4
- package/src/surfaces/checkout/components/NumberField.d.ts +0 -85
- package/src/surfaces/checkout/components/PasswordField.d.ts +0 -84
- package/src/surfaces/checkout/components/PhoneField/examples/basic-phonefield.example.html +0 -2
- package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-productthumbnail.example.html +0 -4
- package/src/surfaces/checkout/components/TextArea/examples/basic-textarea.example.html +0 -5
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +0 -10
- package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup-preact.example.tsx +0 -22
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +0 -17
- package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-preact.example.tsx +0 -17
- package/src/surfaces/customer-account/components/Menu/examples/basic-Menu-preact.example.tsx +0 -24
- package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +0 -37
- package/src/surfaces/customer-account/components/Section/examples/basic-Section-preact.example.tsx +0 -23
- package/src/surfaces/point-of-sale/components/Screen.d.ts +0 -91
- package/src/surfaces/point-of-sale/components/shared.d.ts +0 -76
- /package/src/surfaces/checkout/components/ClipboardItem/examples/{basic-clipboarditem.example.html → basic-clipboard-item.example.html} +0 -0
- /package/src/surfaces/checkout/components/OrderedList/examples/{basic-orderedlist.example.html → basic-ordered-list.example.html} +0 -0
- /package/src/surfaces/checkout/components/PaymentIcon/examples/{basic-paymenticon.example.html → basic-payment-icon.example.html} +0 -0
- /package/src/surfaces/checkout/components/QRCode/examples/{basic-qrcode.example.html → basic-qr-code.example.html} +0 -0
- /package/src/surfaces/checkout/components/TextField/examples/{basic-textfield.example.html → basic-text-field.example.html} +0 -0
- /package/src/surfaces/checkout/components/UnorderedList/examples/{basic-unorderedlist.example.html → basic-unordered-list.example.html} +0 -0
|
@@ -2145,6 +2145,20 @@ export interface DateSpinnerProps
|
|
|
2145
2145
|
*/
|
|
2146
2146
|
onChange?: (event: Event) => void;
|
|
2147
2147
|
}
|
|
2148
|
+
export interface DividerProps extends GlobalProps {
|
|
2149
|
+
/**
|
|
2150
|
+
* Specify the direction of the divider. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
|
|
2151
|
+
*
|
|
2152
|
+
* @default 'inline'
|
|
2153
|
+
*/
|
|
2154
|
+
direction?: 'inline' | 'block';
|
|
2155
|
+
/**
|
|
2156
|
+
* Modify the color to be more or less intense.
|
|
2157
|
+
*
|
|
2158
|
+
* @default 'base'
|
|
2159
|
+
*/
|
|
2160
|
+
color?: ColorKeyword;
|
|
2161
|
+
}
|
|
2148
2162
|
export interface EmailFieldProps
|
|
2149
2163
|
extends GlobalProps,
|
|
2150
2164
|
BaseTextFieldProps,
|
|
@@ -3096,8 +3110,6 @@ export interface Context<T> extends Provider<T> {
|
|
|
3096
3110
|
displayName?: string;
|
|
3097
3111
|
}
|
|
3098
3112
|
|
|
3099
|
-
import {ReactNode} from 'react';
|
|
3100
|
-
|
|
3101
3113
|
type ComponentChildren = any;
|
|
3102
3114
|
/**
|
|
3103
3115
|
* Used when an element does not have children.
|
|
@@ -3126,14 +3138,39 @@ interface CallbackEvent<T extends keyof HTMLElementTagNameMap> {
|
|
|
3126
3138
|
|
|
3127
3139
|
declare const tagName$t = 's-button';
|
|
3128
3140
|
interface ButtonJSXProps
|
|
3129
|
-
extends Pick<
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3141
|
+
extends Pick<ButtonProps, 'disabled' | 'command' | 'commandFor' | 'loading'> {
|
|
3142
|
+
/**
|
|
3143
|
+
* Sets the action the `commandFor` should take when this clickable is activated.
|
|
3144
|
+
*
|
|
3145
|
+
* See the documentation of particular components for the actions they support.
|
|
3146
|
+
*
|
|
3147
|
+
* - `--auto`: a default action for the target component.
|
|
3148
|
+
* - `--show`: shows the target component.
|
|
3149
|
+
* - `--hide`: hides the target component.
|
|
3150
|
+
* - `--toggle`: toggles the target component.
|
|
3151
|
+
*
|
|
3152
|
+
* @default '--auto'
|
|
3153
|
+
*
|
|
3154
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
|
|
3155
|
+
*/
|
|
3156
|
+
command?: Extract<
|
|
3157
|
+
ButtonProps['command'],
|
|
3158
|
+
'--auto' | '--show' | '--hide' | '--toggle'
|
|
3159
|
+
>;
|
|
3160
|
+
/**
|
|
3161
|
+
* Sets the tone of the Button, based on the intention of the information being conveyed.
|
|
3162
|
+
*
|
|
3163
|
+
* @default 'auto'
|
|
3164
|
+
*/
|
|
3133
3165
|
tone?: Extract<
|
|
3134
3166
|
ButtonProps['tone'],
|
|
3135
3167
|
'auto' | 'critical' | 'neutral' | 'warning' | 'caution'
|
|
3136
3168
|
>;
|
|
3169
|
+
/**
|
|
3170
|
+
* Changes the visual appearance of the Button.
|
|
3171
|
+
*
|
|
3172
|
+
* @default 'auto' - the variant is automatically determined by the Button's context
|
|
3173
|
+
*/
|
|
3137
3174
|
variant?: Extract<ButtonProps['variant'], 'primary' | 'secondary'>;
|
|
3138
3175
|
onClick?: (event: CallbackEvent<typeof tagName$t>) => void;
|
|
3139
3176
|
children?: ComponentChildren;
|
|
@@ -3175,8 +3212,92 @@ declare module 'preact' {
|
|
|
3175
3212
|
}
|
|
3176
3213
|
}
|
|
3177
3214
|
|
|
3215
|
+
type PaddingKeyword$2 = SizeKeyword | 'none';
|
|
3178
3216
|
declare const tagName$r = 's-scroll-box';
|
|
3179
|
-
interface ScrollBoxJSXProps
|
|
3217
|
+
interface ScrollBoxJSXProps
|
|
3218
|
+
extends Pick<
|
|
3219
|
+
ScrollBoxProps,
|
|
3220
|
+
| 'id'
|
|
3221
|
+
| 'blockSize'
|
|
3222
|
+
| 'minBlockSize'
|
|
3223
|
+
| 'maxBlockSize'
|
|
3224
|
+
| 'inlineSize'
|
|
3225
|
+
| 'minInlineSize'
|
|
3226
|
+
| 'maxInlineSize'
|
|
3227
|
+
> {
|
|
3228
|
+
/**
|
|
3229
|
+
* Adjust the padding of all edges.
|
|
3230
|
+
*
|
|
3231
|
+
* [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
|
|
3232
|
+
* supported. Note that, contrary to the CSS, it uses flow-relative values and the order is:
|
|
3233
|
+
*
|
|
3234
|
+
* - 4 values: `block-start inline-end block-end inline-start`
|
|
3235
|
+
* - 3 values: `block-start inline block-end`
|
|
3236
|
+
* - 2 values: `block inline`
|
|
3237
|
+
*
|
|
3238
|
+
* For example:
|
|
3239
|
+
* - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
|
|
3240
|
+
* - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
|
|
3241
|
+
* - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
|
|
3242
|
+
* - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
|
|
3243
|
+
*
|
|
3244
|
+
* A padding value of `auto` will use the default padding for the closest container that has had its usual padding removed.
|
|
3245
|
+
*
|
|
3246
|
+
* @default 'none'
|
|
3247
|
+
*/
|
|
3248
|
+
padding?: MaybeAllValuesShorthandProperty<PaddingKeyword$2>;
|
|
3249
|
+
/**
|
|
3250
|
+
* Adjust the block-padding.
|
|
3251
|
+
*
|
|
3252
|
+
* - `large none` means block-start padding is `large`, block-end padding is `none`.
|
|
3253
|
+
*
|
|
3254
|
+
* This overrides the block value of `padding`.
|
|
3255
|
+
*
|
|
3256
|
+
* @default '' - meaning no override
|
|
3257
|
+
*/
|
|
3258
|
+
paddingBlock?: MaybeTwoValuesShorthandProperty<PaddingKeyword$2 | ''>;
|
|
3259
|
+
/**
|
|
3260
|
+
* Adjust the block-start padding.
|
|
3261
|
+
*
|
|
3262
|
+
* This overrides the block-start value of `paddingBlock`.
|
|
3263
|
+
*
|
|
3264
|
+
* @default '' - meaning no override
|
|
3265
|
+
*/
|
|
3266
|
+
paddingBlockStart?: PaddingKeyword$2 | '';
|
|
3267
|
+
/**
|
|
3268
|
+
* Adjust the block-end padding.
|
|
3269
|
+
*
|
|
3270
|
+
* This overrides the block-end value of `paddingBlock`.
|
|
3271
|
+
*
|
|
3272
|
+
* @default '' - meaning no override
|
|
3273
|
+
*/
|
|
3274
|
+
paddingBlockEnd?: PaddingKeyword$2 | '';
|
|
3275
|
+
/**
|
|
3276
|
+
* Adjust the inline padding.
|
|
3277
|
+
*
|
|
3278
|
+
* - `large none` means inline-start padding is `large`, inline-end padding is `none`.
|
|
3279
|
+
*
|
|
3280
|
+
* This overrides the inline value of `padding`.
|
|
3281
|
+
*
|
|
3282
|
+
* @default '' - meaning no override
|
|
3283
|
+
*/
|
|
3284
|
+
paddingInline?: MaybeTwoValuesShorthandProperty<PaddingKeyword$2 | ''>;
|
|
3285
|
+
/**
|
|
3286
|
+
* Adjust the inline-start padding.
|
|
3287
|
+
*
|
|
3288
|
+
* This overrides the inline-start value of `paddingInline`.
|
|
3289
|
+
*
|
|
3290
|
+
* @default '' - meaning no override
|
|
3291
|
+
*/
|
|
3292
|
+
paddingInlineStart?: PaddingKeyword$2 | '';
|
|
3293
|
+
/**
|
|
3294
|
+
* Adjust the inline-end padding.
|
|
3295
|
+
*
|
|
3296
|
+
* This overrides the inline-end value of `paddingInline`.
|
|
3297
|
+
*
|
|
3298
|
+
* @default '' - meaning no override
|
|
3299
|
+
*/
|
|
3300
|
+
paddingInlineEnd?: PaddingKeyword$2 | '';
|
|
3180
3301
|
children?: ComponentChildren;
|
|
3181
3302
|
}
|
|
3182
3303
|
declare global {
|
|
@@ -3214,110 +3335,40 @@ declare module 'preact' {
|
|
|
3214
3335
|
}
|
|
3215
3336
|
}
|
|
3216
3337
|
|
|
3217
|
-
declare const tagName$p = 's-
|
|
3218
|
-
interface
|
|
3219
|
-
initialScreenName?: string;
|
|
3220
|
-
children?: React.ReactNode;
|
|
3221
|
-
}
|
|
3222
|
-
declare global {
|
|
3223
|
-
interface HTMLElementTagNameMap {
|
|
3224
|
-
[tagName$p]: NavigatorJSXProps;
|
|
3225
|
-
}
|
|
3226
|
-
}
|
|
3227
|
-
declare module 'preact' {
|
|
3228
|
-
namespace createElement.JSX {
|
|
3229
|
-
interface IntrinsicElements {
|
|
3230
|
-
[tagName$p]: NavigatorJSXProps &
|
|
3231
|
-
BaseElementPropsWithChildren<NavigatorJSXProps>;
|
|
3232
|
-
}
|
|
3233
|
-
}
|
|
3234
|
-
}
|
|
3235
|
-
|
|
3236
|
-
declare const tagName$o = 's-screen';
|
|
3237
|
-
interface ScreenJSXProps {
|
|
3238
|
-
/**
|
|
3239
|
-
* Used to identify this screen as a destination in the navigation stack.
|
|
3240
|
-
*/
|
|
3241
|
-
name: string;
|
|
3242
|
-
/**
|
|
3243
|
-
* The title of the screen which will be displayed on the UI.
|
|
3244
|
-
*/
|
|
3245
|
-
title: string;
|
|
3338
|
+
declare const tagName$p = 's-banner';
|
|
3339
|
+
interface BannerJSXProps extends Pick<BannerProps, 'heading' | 'id'> {
|
|
3246
3340
|
/**
|
|
3247
|
-
*
|
|
3248
|
-
* Set this to `true` when performing an asynchronous task, and then to false when the data becomes available to the UI.
|
|
3249
|
-
*/
|
|
3250
|
-
isLoading?: boolean;
|
|
3251
|
-
/**
|
|
3252
|
-
* Dictates how the `Screen` will be presented when navigated to.
|
|
3253
|
-
*/
|
|
3254
|
-
presentation?: ScreenPresentationProps;
|
|
3255
|
-
/**
|
|
3256
|
-
* Displays a secondary action button on the screen.
|
|
3257
|
-
*/
|
|
3258
|
-
secondaryActions?: ComponentChild;
|
|
3259
|
-
/**
|
|
3260
|
-
* Triggered when the screen is navigated to.
|
|
3261
|
-
*/
|
|
3262
|
-
onNavigate?: () => void;
|
|
3263
|
-
/**
|
|
3264
|
-
* Triggered when the user navigates back from this screen. Runs after screen is unmounted.
|
|
3341
|
+
* Determines whether the banner is hidden.
|
|
3265
3342
|
*/
|
|
3266
|
-
|
|
3343
|
+
hidden?: BannerProps['hidden'];
|
|
3267
3344
|
/**
|
|
3268
|
-
*
|
|
3269
|
-
*/
|
|
3270
|
-
onReceiveParams?: (params: any) => void;
|
|
3271
|
-
children?: React.ReactNode;
|
|
3272
|
-
}
|
|
3273
|
-
/** Represents the presentation of a screen in the navigation stack.
|
|
3274
|
-
* @property `sheet` displays the screen from the bottom on `navigate` when `true`.
|
|
3275
|
-
*/
|
|
3276
|
-
interface ScreenPresentationProps {
|
|
3277
|
-
/**
|
|
3278
|
-
* Displays the screen from the bottom on `navigate` when `true`.
|
|
3345
|
+
* Sets the tone of the Banner, based on the intention of the information being conveyed.
|
|
3279
3346
|
*/
|
|
3280
|
-
sheet?: boolean;
|
|
3281
|
-
}
|
|
3282
|
-
declare global {
|
|
3283
|
-
interface HTMLElementTagNameMap {
|
|
3284
|
-
[tagName$o]: ScreenJSXProps;
|
|
3285
|
-
}
|
|
3286
|
-
}
|
|
3287
|
-
declare module 'preact' {
|
|
3288
|
-
namespace createElement.JSX {
|
|
3289
|
-
interface IntrinsicElements {
|
|
3290
|
-
[tagName$o]: Omit<ScreenJSXProps, 'secondaryActions'> &
|
|
3291
|
-
BaseElementPropsWithChildren<Omit<ScreenJSXProps, 'secondaryActions'>>;
|
|
3292
|
-
}
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
|
|
3296
|
-
declare const tagName$n = 's-banner';
|
|
3297
|
-
interface BannerJSXProps
|
|
3298
|
-
extends Pick<BannerProps, 'heading' | 'hidden' | 'tone' | 'id'> {
|
|
3299
3347
|
tone?: Extract<
|
|
3300
3348
|
BannerProps['tone'],
|
|
3301
3349
|
'success' | 'info' | 'warning' | 'critical'
|
|
3302
3350
|
>;
|
|
3351
|
+
/**
|
|
3352
|
+
* The action taken when the Banner is pressed.
|
|
3353
|
+
*/
|
|
3303
3354
|
primaryAction?: ComponentChild;
|
|
3304
3355
|
children?: ComponentChildren;
|
|
3305
3356
|
}
|
|
3306
3357
|
declare global {
|
|
3307
3358
|
interface HTMLElementTagNameMap {
|
|
3308
|
-
[tagName$
|
|
3359
|
+
[tagName$p]: BannerJSXProps;
|
|
3309
3360
|
}
|
|
3310
3361
|
}
|
|
3311
3362
|
declare module 'preact' {
|
|
3312
3363
|
namespace createElement.JSX {
|
|
3313
3364
|
interface IntrinsicElements {
|
|
3314
|
-
[tagName$
|
|
3365
|
+
[tagName$p]: Omit<BannerJSXProps, 'primaryAction'> &
|
|
3315
3366
|
BaseElementPropsWithChildren<Omit<BannerJSXProps, 'primaryAction'>>;
|
|
3316
3367
|
}
|
|
3317
3368
|
}
|
|
3318
3369
|
}
|
|
3319
3370
|
|
|
3320
|
-
declare const tagName$
|
|
3371
|
+
declare const tagName$o = 's-box';
|
|
3321
3372
|
type PaddingKeyword$1 = SizeKeyword | 'none';
|
|
3322
3373
|
interface BoxJSXProps
|
|
3323
3374
|
extends Pick<
|
|
@@ -3406,18 +3457,18 @@ interface BoxJSXProps
|
|
|
3406
3457
|
}
|
|
3407
3458
|
declare global {
|
|
3408
3459
|
interface HTMLElementTagNameMap {
|
|
3409
|
-
[tagName$
|
|
3460
|
+
[tagName$o]: BoxJSXProps;
|
|
3410
3461
|
}
|
|
3411
3462
|
}
|
|
3412
3463
|
declare module 'preact' {
|
|
3413
3464
|
namespace createElement.JSX {
|
|
3414
3465
|
interface IntrinsicElements {
|
|
3415
|
-
[tagName$
|
|
3466
|
+
[tagName$o]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
|
|
3416
3467
|
}
|
|
3417
3468
|
}
|
|
3418
3469
|
}
|
|
3419
3470
|
|
|
3420
|
-
declare const tagName$
|
|
3471
|
+
declare const tagName$n = 's-icon';
|
|
3421
3472
|
type SupportedIconNames = Extract<
|
|
3422
3473
|
IconProps['type'],
|
|
3423
3474
|
| 'alert-circle'
|
|
@@ -3555,18 +3606,18 @@ interface IconJSXProps extends Pick<IconProps, 'tone' | 'color' | 'size'> {
|
|
|
3555
3606
|
}
|
|
3556
3607
|
declare global {
|
|
3557
3608
|
interface HTMLElementTagNameMap {
|
|
3558
|
-
[tagName$
|
|
3609
|
+
[tagName$n]: IconJSXProps;
|
|
3559
3610
|
}
|
|
3560
3611
|
}
|
|
3561
3612
|
declare module 'preact' {
|
|
3562
3613
|
namespace createElement.JSX {
|
|
3563
3614
|
interface IntrinsicElements {
|
|
3564
|
-
[tagName$
|
|
3615
|
+
[tagName$n]: IconJSXProps & BaseElementProps<IconJSXProps>;
|
|
3565
3616
|
}
|
|
3566
3617
|
}
|
|
3567
3618
|
}
|
|
3568
3619
|
|
|
3569
|
-
declare const tagName$
|
|
3620
|
+
declare const tagName$m = 's-stack';
|
|
3570
3621
|
type PaddingKeyword = SizeKeyword | 'none';
|
|
3571
3622
|
type PickedProps$2 = Pick<
|
|
3572
3623
|
StackProps,
|
|
@@ -3707,18 +3758,18 @@ interface StackJSXProps extends PickedProps$2 {
|
|
|
3707
3758
|
}
|
|
3708
3759
|
declare global {
|
|
3709
3760
|
interface HTMLElementTagNameMap {
|
|
3710
|
-
[tagName$
|
|
3761
|
+
[tagName$m]: StackJSXProps;
|
|
3711
3762
|
}
|
|
3712
3763
|
}
|
|
3713
3764
|
declare module 'preact' {
|
|
3714
3765
|
namespace createElement.JSX {
|
|
3715
3766
|
interface IntrinsicElements {
|
|
3716
|
-
[tagName$
|
|
3767
|
+
[tagName$m]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
|
|
3717
3768
|
}
|
|
3718
3769
|
}
|
|
3719
3770
|
}
|
|
3720
3771
|
|
|
3721
|
-
declare const tagName$
|
|
3772
|
+
declare const tagName$l = 's-badge';
|
|
3722
3773
|
interface BadgeJSXProps extends Pick<BadgeProps, 'id'> {
|
|
3723
3774
|
tone?: Extract<
|
|
3724
3775
|
BadgeProps['tone'],
|
|
@@ -3728,74 +3779,74 @@ interface BadgeJSXProps extends Pick<BadgeProps, 'id'> {
|
|
|
3728
3779
|
}
|
|
3729
3780
|
declare global {
|
|
3730
3781
|
interface HTMLElementTagNameMap {
|
|
3731
|
-
[tagName$
|
|
3782
|
+
[tagName$l]: BadgeJSXProps;
|
|
3732
3783
|
}
|
|
3733
3784
|
}
|
|
3734
3785
|
declare module 'preact' {
|
|
3735
3786
|
namespace createElement.JSX {
|
|
3736
3787
|
interface IntrinsicElements {
|
|
3737
|
-
[tagName$
|
|
3788
|
+
[tagName$l]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
|
|
3738
3789
|
}
|
|
3739
3790
|
}
|
|
3740
3791
|
}
|
|
3741
3792
|
|
|
3742
|
-
declare const tagName$
|
|
3793
|
+
declare const tagName$k = 's-choice-list';
|
|
3743
3794
|
interface ChoiceListJSXProps
|
|
3744
3795
|
extends Pick<ChoiceListProps, 'values' | 'multiple'> {
|
|
3745
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
3746
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
3796
|
+
onChange?: ((event: CallbackEvent<typeof tagName$k>) => void) | null;
|
|
3797
|
+
onInput?: ((event: CallbackEvent<typeof tagName$k>) => void) | null;
|
|
3747
3798
|
children?: ComponentChildren;
|
|
3748
3799
|
}
|
|
3749
3800
|
declare global {
|
|
3750
3801
|
interface HTMLElementTagNameMap {
|
|
3751
|
-
[tagName$
|
|
3802
|
+
[tagName$k]: ChoiceListJSXProps;
|
|
3752
3803
|
}
|
|
3753
3804
|
}
|
|
3754
3805
|
declare module 'preact' {
|
|
3755
3806
|
namespace createElement.JSX {
|
|
3756
3807
|
interface IntrinsicElements {
|
|
3757
|
-
[tagName$
|
|
3808
|
+
[tagName$k]: ChoiceListJSXProps &
|
|
3758
3809
|
BaseElementPropsWithChildren<ChoiceListJSXProps>;
|
|
3759
3810
|
}
|
|
3760
3811
|
}
|
|
3761
3812
|
}
|
|
3762
3813
|
|
|
3763
|
-
declare const tagName$
|
|
3814
|
+
declare const tagName$j = 's-choice';
|
|
3764
3815
|
interface ChoiceJSXProps
|
|
3765
3816
|
extends Pick<ChoiceProps, 'value' | 'disabled' | 'selected'> {
|
|
3766
3817
|
children?: ComponentChildren;
|
|
3767
3818
|
}
|
|
3768
3819
|
declare global {
|
|
3769
3820
|
interface HTMLElementTagNameMap {
|
|
3770
|
-
[tagName$
|
|
3821
|
+
[tagName$j]: ChoiceJSXProps;
|
|
3771
3822
|
}
|
|
3772
3823
|
}
|
|
3773
3824
|
declare module 'preact' {
|
|
3774
3825
|
namespace createElement.JSX {
|
|
3775
3826
|
interface IntrinsicElements {
|
|
3776
|
-
[tagName$
|
|
3827
|
+
[tagName$j]: ChoiceJSXProps &
|
|
3777
3828
|
BaseElementPropsWithChildren<ChoiceJSXProps>;
|
|
3778
3829
|
}
|
|
3779
3830
|
}
|
|
3780
3831
|
}
|
|
3781
3832
|
|
|
3782
|
-
declare const tagName$
|
|
3833
|
+
declare const tagName$i = 's-modal';
|
|
3783
3834
|
interface ModalJSXProps extends Pick<ModalProps, 'id' | 'heading'> {
|
|
3784
3835
|
primaryAction?: ComponentChild;
|
|
3785
3836
|
secondaryActions?: ComponentChild;
|
|
3786
|
-
onHide?: (event: CallbackEvent<typeof tagName$
|
|
3787
|
-
onShow?: (event: CallbackEvent<typeof tagName$
|
|
3788
|
-
children?:
|
|
3837
|
+
onHide?: (event: CallbackEvent<typeof tagName$i>) => void | null;
|
|
3838
|
+
onShow?: (event: CallbackEvent<typeof tagName$i>) => void | null;
|
|
3839
|
+
children?: ComponentChildren;
|
|
3789
3840
|
}
|
|
3790
3841
|
declare global {
|
|
3791
3842
|
interface HTMLElementTagNameMap {
|
|
3792
|
-
[tagName$
|
|
3843
|
+
[tagName$i]: ModalJSXProps;
|
|
3793
3844
|
}
|
|
3794
3845
|
}
|
|
3795
3846
|
declare module 'preact' {
|
|
3796
3847
|
namespace createElement.JSX {
|
|
3797
3848
|
interface IntrinsicElements {
|
|
3798
|
-
[tagName$
|
|
3849
|
+
[tagName$i]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
|
|
3799
3850
|
BaseElementPropsWithChildren<
|
|
3800
3851
|
Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'>
|
|
3801
3852
|
>;
|
|
@@ -3803,7 +3854,7 @@ declare module 'preact' {
|
|
|
3803
3854
|
}
|
|
3804
3855
|
}
|
|
3805
3856
|
|
|
3806
|
-
declare const tagName$
|
|
3857
|
+
declare const tagName$h = 's-text-field';
|
|
3807
3858
|
interface TextFieldJSXProps
|
|
3808
3859
|
extends Pick<
|
|
3809
3860
|
TextFieldProps,
|
|
@@ -3816,49 +3867,49 @@ interface TextFieldJSXProps
|
|
|
3816
3867
|
| 'required'
|
|
3817
3868
|
| 'maxLength'
|
|
3818
3869
|
> {
|
|
3819
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
3820
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
3821
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
3822
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
3870
|
+
onInput?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
|
|
3871
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
|
|
3872
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
|
|
3873
|
+
onChange?: ((event: CallbackEvent<typeof tagName$h>) => void) | null;
|
|
3823
3874
|
accessory?: ComponentChild;
|
|
3824
3875
|
}
|
|
3825
3876
|
declare global {
|
|
3826
3877
|
interface HTMLElementTagNameMap {
|
|
3827
|
-
[tagName$
|
|
3878
|
+
[tagName$h]: TextFieldJSXProps;
|
|
3828
3879
|
}
|
|
3829
3880
|
}
|
|
3830
3881
|
declare module 'preact' {
|
|
3831
3882
|
namespace createElement.JSX {
|
|
3832
3883
|
interface IntrinsicElements {
|
|
3833
|
-
[tagName$
|
|
3884
|
+
[tagName$h]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
3834
3885
|
BaseElementPropsWithChildren<Omit<TextFieldJSXProps, 'accessory'>>;
|
|
3835
3886
|
}
|
|
3836
3887
|
}
|
|
3837
3888
|
}
|
|
3838
3889
|
|
|
3839
|
-
declare const tagName$
|
|
3890
|
+
declare const tagName$g = 's-search-field';
|
|
3840
3891
|
interface SearchFieldJSXProps
|
|
3841
3892
|
extends Pick<SearchFieldProps, 'disabled' | 'placeholder' | 'value'> {
|
|
3842
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
3843
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
3844
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
3845
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
3893
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
|
|
3894
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
|
|
3895
|
+
onInput?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
|
|
3896
|
+
onChange?: ((event: CallbackEvent<typeof tagName$g>) => void) | null;
|
|
3846
3897
|
}
|
|
3847
3898
|
declare global {
|
|
3848
3899
|
interface HTMLElementTagNameMap {
|
|
3849
|
-
[tagName$
|
|
3900
|
+
[tagName$g]: SearchFieldJSXProps;
|
|
3850
3901
|
}
|
|
3851
3902
|
}
|
|
3852
3903
|
declare module 'preact' {
|
|
3853
3904
|
namespace createElement.JSX {
|
|
3854
3905
|
interface IntrinsicElements {
|
|
3855
|
-
[tagName$
|
|
3906
|
+
[tagName$g]: SearchFieldJSXProps &
|
|
3856
3907
|
BaseElementPropsWithChildren<SearchFieldJSXProps>;
|
|
3857
3908
|
}
|
|
3858
3909
|
}
|
|
3859
3910
|
}
|
|
3860
3911
|
|
|
3861
|
-
declare const tagName$
|
|
3912
|
+
declare const tagName$f = 's-email-field';
|
|
3862
3913
|
interface EmailFieldJSXProps
|
|
3863
3914
|
extends Pick<
|
|
3864
3915
|
EmailFieldProps,
|
|
@@ -3871,46 +3922,46 @@ interface EmailFieldJSXProps
|
|
|
3871
3922
|
| 'maxLength'
|
|
3872
3923
|
| 'details'
|
|
3873
3924
|
> {
|
|
3874
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
3875
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
3876
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
3877
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
3925
|
+
onInput?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
|
|
3926
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
|
|
3927
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
|
|
3928
|
+
onChange?: ((event: CallbackEvent<typeof tagName$f>) => void) | null;
|
|
3878
3929
|
accessory?: ComponentChild;
|
|
3879
3930
|
}
|
|
3880
3931
|
declare global {
|
|
3881
3932
|
interface HTMLElementTagNameMap {
|
|
3882
|
-
[tagName$
|
|
3933
|
+
[tagName$f]: EmailFieldJSXProps;
|
|
3883
3934
|
}
|
|
3884
3935
|
}
|
|
3885
3936
|
declare module 'preact' {
|
|
3886
3937
|
namespace createElement.JSX {
|
|
3887
3938
|
interface IntrinsicElements {
|
|
3888
|
-
[tagName$
|
|
3939
|
+
[tagName$f]: Omit<EmailFieldJSXProps, 'accessory'> &
|
|
3889
3940
|
BaseElementPropsWithChildren<Omit<EmailFieldJSXProps, 'accessory'>>;
|
|
3890
3941
|
}
|
|
3891
3942
|
}
|
|
3892
3943
|
}
|
|
3893
3944
|
|
|
3894
|
-
declare const tagName$
|
|
3945
|
+
declare const tagName$e = 's-clickable';
|
|
3895
3946
|
interface ClickableJSXProps extends Pick<ClickableProps, 'disabled'> {
|
|
3896
3947
|
children?: ComponentChildren;
|
|
3897
|
-
onClick?: (event: CallbackEvent<typeof tagName$
|
|
3948
|
+
onClick?: (event: CallbackEvent<typeof tagName$e>) => void;
|
|
3898
3949
|
}
|
|
3899
3950
|
declare global {
|
|
3900
3951
|
interface HTMLElementTagNameMap {
|
|
3901
|
-
[tagName$
|
|
3952
|
+
[tagName$e]: ClickableJSXProps;
|
|
3902
3953
|
}
|
|
3903
3954
|
}
|
|
3904
3955
|
declare module 'preact' {
|
|
3905
3956
|
namespace createElement.JSX {
|
|
3906
3957
|
interface IntrinsicElements {
|
|
3907
|
-
[tagName$
|
|
3958
|
+
[tagName$e]: ClickableJSXProps &
|
|
3908
3959
|
BaseElementPropsWithChildren<ClickableJSXProps>;
|
|
3909
3960
|
}
|
|
3910
3961
|
}
|
|
3911
3962
|
}
|
|
3912
3963
|
|
|
3913
|
-
declare const tagName$
|
|
3964
|
+
declare const tagName$d = 's-text-area';
|
|
3914
3965
|
interface TextAreaJSXProps
|
|
3915
3966
|
extends Pick<
|
|
3916
3967
|
TextAreaProps,
|
|
@@ -3924,27 +3975,27 @@ interface TextAreaJSXProps
|
|
|
3924
3975
|
| 'maxLength'
|
|
3925
3976
|
| 'rows'
|
|
3926
3977
|
> {
|
|
3927
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
3928
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
3929
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
3930
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
3978
|
+
onInput?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
|
|
3979
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
|
|
3980
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
|
|
3981
|
+
onChange?: ((event: CallbackEvent<typeof tagName$d>) => void) | null;
|
|
3931
3982
|
accessory?: ComponentChild;
|
|
3932
3983
|
}
|
|
3933
3984
|
declare global {
|
|
3934
3985
|
interface HTMLElementTagNameMap {
|
|
3935
|
-
[tagName$
|
|
3986
|
+
[tagName$d]: TextAreaJSXProps;
|
|
3936
3987
|
}
|
|
3937
3988
|
}
|
|
3938
3989
|
declare module 'preact' {
|
|
3939
3990
|
namespace createElement.JSX {
|
|
3940
3991
|
interface IntrinsicElements {
|
|
3941
|
-
[tagName$
|
|
3992
|
+
[tagName$d]: Omit<TextAreaJSXProps, 'accessory'> &
|
|
3942
3993
|
BaseElementPropsWithChildren<Omit<TextAreaJSXProps, 'accessory'>>;
|
|
3943
3994
|
}
|
|
3944
3995
|
}
|
|
3945
3996
|
}
|
|
3946
3997
|
|
|
3947
|
-
declare const tagName$
|
|
3998
|
+
declare const tagName$c = 's-number-field';
|
|
3948
3999
|
interface PickedJSXProps
|
|
3949
4000
|
extends Pick<
|
|
3950
4001
|
NumberFieldProps,
|
|
@@ -3960,10 +4011,10 @@ interface PickedJSXProps
|
|
|
3960
4011
|
| 'controls'
|
|
3961
4012
|
> {
|
|
3962
4013
|
inputMode?: Extract<NumberFieldProps['inputMode'], 'decimal' | 'numeric'>;
|
|
3963
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
3964
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
3965
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
3966
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
4014
|
+
onInput?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
|
|
4015
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
|
|
4016
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
|
|
4017
|
+
onChange?: ((event: CallbackEvent<typeof tagName$c>) => void) | null;
|
|
3967
4018
|
accessory?: ComponentChild;
|
|
3968
4019
|
}
|
|
3969
4020
|
interface NumberFieldJSXProps extends PickedJSXProps {
|
|
@@ -4037,87 +4088,87 @@ interface NumberFieldJSXProps extends PickedJSXProps {
|
|
|
4037
4088
|
}
|
|
4038
4089
|
declare global {
|
|
4039
4090
|
interface HTMLElementTagNameMap {
|
|
4040
|
-
[tagName$
|
|
4091
|
+
[tagName$c]: NumberFieldJSXProps;
|
|
4041
4092
|
}
|
|
4042
4093
|
}
|
|
4043
4094
|
declare module 'preact' {
|
|
4044
4095
|
namespace createElement.JSX {
|
|
4045
4096
|
interface IntrinsicElements {
|
|
4046
|
-
[tagName$
|
|
4097
|
+
[tagName$c]: Omit<NumberFieldJSXProps, 'accessory'> &
|
|
4047
4098
|
BaseElementPropsWithChildren<Omit<NumberFieldJSXProps, 'accessory'>>;
|
|
4048
4099
|
}
|
|
4049
4100
|
}
|
|
4050
4101
|
}
|
|
4051
4102
|
|
|
4052
|
-
declare const tagName$
|
|
4103
|
+
declare const tagName$b = 's-date-field';
|
|
4053
4104
|
interface DateFieldJSXProps
|
|
4054
4105
|
extends Pick<
|
|
4055
4106
|
DateFieldProps,
|
|
4056
4107
|
'label' | 'details' | 'value' | 'disabled' | 'error'
|
|
4057
4108
|
> {
|
|
4058
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
4059
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
4060
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
4061
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
4109
|
+
onInput?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
|
|
4110
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
|
|
4111
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
|
|
4112
|
+
onChange?: ((event: CallbackEvent<typeof tagName$b>) => void) | null;
|
|
4062
4113
|
accessory?: ComponentChild;
|
|
4063
4114
|
}
|
|
4064
4115
|
declare global {
|
|
4065
4116
|
interface HTMLElementTagNameMap {
|
|
4066
|
-
[tagName$
|
|
4117
|
+
[tagName$b]: DateFieldJSXProps;
|
|
4067
4118
|
}
|
|
4068
4119
|
}
|
|
4069
4120
|
declare module 'preact' {
|
|
4070
4121
|
namespace createElement.JSX {
|
|
4071
4122
|
interface IntrinsicElements {
|
|
4072
|
-
[tagName$
|
|
4123
|
+
[tagName$b]: Omit<DateFieldJSXProps, 'accessory'> &
|
|
4073
4124
|
BaseElementPropsWithChildren<Omit<DateFieldJSXProps, 'accessory'>>;
|
|
4074
4125
|
}
|
|
4075
4126
|
}
|
|
4076
4127
|
}
|
|
4077
4128
|
|
|
4078
|
-
declare const tagName$
|
|
4129
|
+
declare const tagName$a = 's-date-picker';
|
|
4079
4130
|
interface DatePickerJSXProps extends Pick<DatePickerProps, 'id' | 'value'> {
|
|
4080
|
-
onBlur?: (event: CallbackEvent<typeof tagName$
|
|
4081
|
-
onFocus?: (event: CallbackEvent<typeof tagName$
|
|
4082
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
4083
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
4131
|
+
onBlur?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4132
|
+
onFocus?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4133
|
+
onChange?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4134
|
+
onInput?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4084
4135
|
}
|
|
4085
4136
|
declare global {
|
|
4086
4137
|
interface HTMLElementTagNameMap {
|
|
4087
|
-
[tagName$
|
|
4138
|
+
[tagName$a]: DatePickerJSXProps;
|
|
4088
4139
|
}
|
|
4089
4140
|
}
|
|
4090
4141
|
declare module 'preact' {
|
|
4091
4142
|
namespace createElement.JSX {
|
|
4092
4143
|
interface IntrinsicElements {
|
|
4093
|
-
[tagName$
|
|
4144
|
+
[tagName$a]: DatePickerJSXProps &
|
|
4094
4145
|
BaseElementPropsWithChildren<DatePickerJSXProps>;
|
|
4095
4146
|
}
|
|
4096
4147
|
}
|
|
4097
4148
|
}
|
|
4098
4149
|
|
|
4099
|
-
declare const tagName$
|
|
4150
|
+
declare const tagName$9 = 's-date-spinner';
|
|
4100
4151
|
interface DateSpinnerJSXProps extends Pick<DateSpinnerProps, 'id' | 'value'> {
|
|
4101
|
-
onBlur?: (event: CallbackEvent<typeof tagName$
|
|
4102
|
-
onFocus?: (event: CallbackEvent<typeof tagName$
|
|
4103
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
4104
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
4152
|
+
onBlur?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4153
|
+
onFocus?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4154
|
+
onChange?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4155
|
+
onInput?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4105
4156
|
}
|
|
4106
4157
|
declare global {
|
|
4107
4158
|
interface HTMLElementTagNameMap {
|
|
4108
|
-
[tagName$
|
|
4159
|
+
[tagName$9]: DateSpinnerJSXProps;
|
|
4109
4160
|
}
|
|
4110
4161
|
}
|
|
4111
4162
|
declare module 'preact' {
|
|
4112
4163
|
namespace createElement.JSX {
|
|
4113
4164
|
interface IntrinsicElements {
|
|
4114
|
-
[tagName$
|
|
4165
|
+
[tagName$9]: DateSpinnerJSXProps &
|
|
4115
4166
|
BaseElementPropsWithChildren<DateSpinnerJSXProps>;
|
|
4116
4167
|
}
|
|
4117
4168
|
}
|
|
4118
4169
|
}
|
|
4119
4170
|
|
|
4120
|
-
declare const tagName$
|
|
4171
|
+
declare const tagName$8 = 's-section';
|
|
4121
4172
|
interface SectionJSXProps extends Pick<SectionProps, 'children'> {
|
|
4122
4173
|
secondaryActions?: ComponentChild;
|
|
4123
4174
|
/**
|
|
@@ -4131,58 +4182,58 @@ interface SectionJSXProps extends Pick<SectionProps, 'children'> {
|
|
|
4131
4182
|
}
|
|
4132
4183
|
declare global {
|
|
4133
4184
|
interface HTMLElementTagNameMap {
|
|
4134
|
-
[tagName$
|
|
4185
|
+
[tagName$8]: SectionJSXProps;
|
|
4135
4186
|
}
|
|
4136
4187
|
}
|
|
4137
4188
|
declare module 'preact' {
|
|
4138
4189
|
namespace createElement.JSX {
|
|
4139
4190
|
interface IntrinsicElements {
|
|
4140
|
-
[tagName$
|
|
4191
|
+
[tagName$8]: Omit<SectionJSXProps, 'secondaryActions'> &
|
|
4141
4192
|
BaseElementPropsWithChildren<Omit<SectionJSXProps, 'secondaryActions'>>;
|
|
4142
4193
|
}
|
|
4143
4194
|
}
|
|
4144
4195
|
}
|
|
4145
4196
|
|
|
4146
|
-
declare const tagName$
|
|
4197
|
+
declare const tagName$7 = 's-heading';
|
|
4147
4198
|
interface HeadingJSXProps {
|
|
4148
4199
|
children?: ComponentChildren;
|
|
4149
4200
|
}
|
|
4150
4201
|
declare global {
|
|
4151
4202
|
interface HTMLElementTagNameMap {
|
|
4152
|
-
[tagName$
|
|
4203
|
+
[tagName$7]: HeadingJSXProps;
|
|
4153
4204
|
}
|
|
4154
4205
|
}
|
|
4155
4206
|
declare module 'preact' {
|
|
4156
4207
|
namespace createElement.JSX {
|
|
4157
4208
|
interface IntrinsicElements {
|
|
4158
|
-
[tagName$
|
|
4209
|
+
[tagName$7]: HeadingJSXProps &
|
|
4159
4210
|
BaseElementPropsWithChildren<HeadingJSXProps>;
|
|
4160
4211
|
}
|
|
4161
4212
|
}
|
|
4162
4213
|
}
|
|
4163
4214
|
|
|
4164
|
-
declare const tagName$
|
|
4215
|
+
declare const tagName$6 = 's-time-picker';
|
|
4165
4216
|
interface TimePickerJSXProps extends Pick<TimePickerProps, 'id' | 'value'> {
|
|
4166
|
-
onBlur?: (event: CallbackEvent<typeof tagName$
|
|
4167
|
-
onFocus?: (event: CallbackEvent<typeof tagName$
|
|
4168
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
4169
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
4217
|
+
onBlur?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
4218
|
+
onFocus?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
4219
|
+
onChange?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
4220
|
+
onInput?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
4170
4221
|
}
|
|
4171
4222
|
declare global {
|
|
4172
4223
|
interface HTMLElementTagNameMap {
|
|
4173
|
-
[tagName$
|
|
4224
|
+
[tagName$6]: TimePickerJSXProps;
|
|
4174
4225
|
}
|
|
4175
4226
|
}
|
|
4176
4227
|
declare module 'preact' {
|
|
4177
4228
|
namespace createElement.JSX {
|
|
4178
4229
|
interface IntrinsicElements {
|
|
4179
|
-
[tagName$
|
|
4230
|
+
[tagName$6]: TimePickerJSXProps &
|
|
4180
4231
|
BaseElementPropsWithChildren<TimePickerJSXProps>;
|
|
4181
4232
|
}
|
|
4182
4233
|
}
|
|
4183
4234
|
}
|
|
4184
4235
|
|
|
4185
|
-
declare const tagName$
|
|
4236
|
+
declare const tagName$5 = 's-image';
|
|
4186
4237
|
type PickedProps$1 = Pick<ImageProps, 'src' | 'inlineSize' | 'objectFit'>;
|
|
4187
4238
|
interface ImageJSXProps extends PickedProps$1 {
|
|
4188
4239
|
children?: ComponentChildren;
|
|
@@ -4204,69 +4255,69 @@ interface ImageJSXProps extends PickedProps$1 {
|
|
|
4204
4255
|
}
|
|
4205
4256
|
declare global {
|
|
4206
4257
|
interface HTMLElementTagNameMap {
|
|
4207
|
-
[tagName$
|
|
4258
|
+
[tagName$5]: ImageJSXProps;
|
|
4208
4259
|
}
|
|
4209
4260
|
}
|
|
4210
4261
|
declare module 'preact' {
|
|
4211
4262
|
namespace createElement.JSX {
|
|
4212
4263
|
interface IntrinsicElements {
|
|
4213
|
-
[tagName$
|
|
4264
|
+
[tagName$5]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
|
|
4214
4265
|
}
|
|
4215
4266
|
}
|
|
4216
4267
|
}
|
|
4217
4268
|
|
|
4218
|
-
declare const tagName$
|
|
4269
|
+
declare const tagName$4 = 's-page';
|
|
4219
4270
|
type PickedProps = Pick<
|
|
4220
4271
|
PageProps,
|
|
4221
|
-
'heading' | 'subheading' | 'secondaryActions'
|
|
4272
|
+
'heading' | 'subheading' | 'secondaryActions' | 'aside'
|
|
4222
4273
|
>;
|
|
4223
4274
|
interface PageJSXProps extends PickedProps {
|
|
4224
4275
|
children?: ComponentChildren;
|
|
4225
4276
|
secondaryActions?: ComponentChild;
|
|
4226
|
-
|
|
4277
|
+
aside?: ComponentChild;
|
|
4227
4278
|
}
|
|
4228
4279
|
declare global {
|
|
4229
4280
|
interface HTMLElementTagNameMap {
|
|
4230
|
-
[tagName$
|
|
4281
|
+
[tagName$4]: PageJSXProps;
|
|
4231
4282
|
}
|
|
4232
4283
|
}
|
|
4233
4284
|
declare module 'preact' {
|
|
4234
4285
|
namespace createElement.JSX {
|
|
4235
4286
|
interface IntrinsicElements {
|
|
4236
|
-
[tagName$
|
|
4287
|
+
[tagName$4]: Omit<PageJSXProps, 'secondaryActions' | 'aside'> &
|
|
4237
4288
|
BaseElementPropsWithChildren<
|
|
4238
|
-
Omit<PageJSXProps, '
|
|
4289
|
+
Omit<PageJSXProps, 'secondaryActions' | 'aside'>
|
|
4239
4290
|
>;
|
|
4240
4291
|
}
|
|
4241
4292
|
}
|
|
4242
4293
|
}
|
|
4243
4294
|
|
|
4244
|
-
declare const tagName$
|
|
4295
|
+
declare const tagName$3 = 's-time-field';
|
|
4245
4296
|
interface TimeFieldJSXProps
|
|
4246
4297
|
extends Pick<
|
|
4247
4298
|
TimeFieldProps,
|
|
4248
4299
|
'id' | 'label' | 'disabled' | 'value' | 'error' | 'details'
|
|
4249
4300
|
> {
|
|
4250
|
-
onBlur?: (event: CallbackEvent<typeof tagName$
|
|
4251
|
-
onFocus?: (event: CallbackEvent<typeof tagName$
|
|
4252
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
4253
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
4301
|
+
onBlur?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
4302
|
+
onFocus?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
4303
|
+
onInput?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
4304
|
+
onChange?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
4254
4305
|
}
|
|
4255
4306
|
declare global {
|
|
4256
4307
|
interface HTMLElementTagNameMap {
|
|
4257
|
-
[tagName$
|
|
4308
|
+
[tagName$3]: TimeFieldJSXProps;
|
|
4258
4309
|
}
|
|
4259
4310
|
}
|
|
4260
4311
|
declare module 'preact' {
|
|
4261
4312
|
namespace createElement.JSX {
|
|
4262
4313
|
interface IntrinsicElements {
|
|
4263
|
-
[tagName$
|
|
4314
|
+
[tagName$3]: TimeFieldJSXProps &
|
|
4264
4315
|
BaseElementPropsWithChildren<TimeFieldJSXProps>;
|
|
4265
4316
|
}
|
|
4266
4317
|
}
|
|
4267
4318
|
}
|
|
4268
4319
|
|
|
4269
|
-
declare const tagName = 's-pos-block';
|
|
4320
|
+
declare const tagName$2 = 's-pos-block';
|
|
4270
4321
|
interface PosBlockJSXProps extends Pick<SectionProps, 'children'> {
|
|
4271
4322
|
secondaryActions?: ComponentChild;
|
|
4272
4323
|
/**
|
|
@@ -4280,13 +4331,13 @@ interface PosBlockJSXProps extends Pick<SectionProps, 'children'> {
|
|
|
4280
4331
|
}
|
|
4281
4332
|
declare global {
|
|
4282
4333
|
interface HTMLElementTagNameMap {
|
|
4283
|
-
[tagName]: PosBlockJSXProps;
|
|
4334
|
+
[tagName$2]: PosBlockJSXProps;
|
|
4284
4335
|
}
|
|
4285
4336
|
}
|
|
4286
4337
|
declare module 'preact' {
|
|
4287
4338
|
namespace createElement.JSX {
|
|
4288
4339
|
interface IntrinsicElements {
|
|
4289
|
-
[tagName]: Omit<PosBlockJSXProps, 'secondaryActions'> &
|
|
4340
|
+
[tagName$2]: Omit<PosBlockJSXProps, 'secondaryActions'> &
|
|
4290
4341
|
BaseElementPropsWithChildren<
|
|
4291
4342
|
Omit<PosBlockJSXProps, 'secondaryActions'>
|
|
4292
4343
|
>;
|
|
@@ -4294,6 +4345,42 @@ declare module 'preact' {
|
|
|
4294
4345
|
}
|
|
4295
4346
|
}
|
|
4296
4347
|
|
|
4348
|
+
declare const tagName$1 = 's-qr-code';
|
|
4349
|
+
interface QrCodeJSXProps {
|
|
4350
|
+
/**
|
|
4351
|
+
* The value to encode in the QR code
|
|
4352
|
+
*/
|
|
4353
|
+
content: string;
|
|
4354
|
+
}
|
|
4355
|
+
declare global {
|
|
4356
|
+
interface HTMLElementTagNameMap {
|
|
4357
|
+
[tagName$1]: QrCodeJSXProps;
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
declare module 'preact' {
|
|
4361
|
+
namespace createElement.JSX {
|
|
4362
|
+
interface IntrinsicElements {
|
|
4363
|
+
[tagName$1]: QrCodeJSXProps & BaseElementProps<QrCodeJSXProps>;
|
|
4364
|
+
}
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4368
|
+
declare const tagName = 's-divider';
|
|
4369
|
+
interface DividerJSXProps extends Pick<DividerProps, 'direction'> {}
|
|
4370
|
+
declare global {
|
|
4371
|
+
interface HTMLElementTagNameMap {
|
|
4372
|
+
[tagName]: DividerJSXProps;
|
|
4373
|
+
}
|
|
4374
|
+
}
|
|
4375
|
+
declare module 'preact' {
|
|
4376
|
+
namespace createElement.JSX {
|
|
4377
|
+
interface IntrinsicElements {
|
|
4378
|
+
[tagName]: DividerJSXProps &
|
|
4379
|
+
BaseElementPropsWithChildren<DividerJSXProps>;
|
|
4380
|
+
}
|
|
4381
|
+
}
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4297
4384
|
export type {
|
|
4298
4385
|
BadgeJSXProps,
|
|
4299
4386
|
BannerJSXProps,
|
|
@@ -4305,16 +4392,16 @@ export type {
|
|
|
4305
4392
|
DateFieldJSXProps,
|
|
4306
4393
|
DatePickerJSXProps,
|
|
4307
4394
|
DateSpinnerJSXProps,
|
|
4395
|
+
DividerJSXProps,
|
|
4308
4396
|
EmailFieldJSXProps,
|
|
4309
4397
|
HeadingJSXProps,
|
|
4310
4398
|
IconJSXProps,
|
|
4311
4399
|
ImageJSXProps,
|
|
4312
4400
|
ModalJSXProps,
|
|
4313
|
-
NavigatorJSXProps,
|
|
4314
4401
|
NumberFieldJSXProps,
|
|
4315
4402
|
PageJSXProps,
|
|
4316
4403
|
PosBlockJSXProps,
|
|
4317
|
-
|
|
4404
|
+
QrCodeJSXProps,
|
|
4318
4405
|
ScrollBoxJSXProps,
|
|
4319
4406
|
SearchFieldJSXProps,
|
|
4320
4407
|
SectionJSXProps,
|
|
@@ -4341,27 +4428,20 @@ interface Badge {
|
|
|
4341
4428
|
}
|
|
4342
4429
|
|
|
4343
4430
|
interface BannerSlots {
|
|
4431
|
+
/** The action taken when the Banner is pressed. */
|
|
4344
4432
|
'primary-action'?: HTMLElement;
|
|
4345
4433
|
}
|
|
4346
4434
|
|
|
4347
4435
|
interface Banner {
|
|
4436
|
+
/** Determines whether the banner is hidden. */
|
|
4437
|
+
hidden?: boolean;
|
|
4438
|
+
/** Sets the tone of the Banner, based on the intention of the information being conveyed. */
|
|
4348
4439
|
tone?: 'info' | 'success' | 'warning' | 'critical';
|
|
4349
4440
|
/**
|
|
4350
4441
|
* The title of the banner.
|
|
4351
4442
|
* @default ''
|
|
4352
4443
|
*/
|
|
4353
4444
|
heading?: string;
|
|
4354
|
-
/**
|
|
4355
|
-
* Determines whether the banner is hidden.
|
|
4356
|
-
*
|
|
4357
|
-
* If this property is being set on each framework render (as in 'controlled' usage),
|
|
4358
|
-
* and the banner is `dismissible`,
|
|
4359
|
-
* ensure you update app state for this property when the `dismiss` event fires.
|
|
4360
|
-
*
|
|
4361
|
-
* If the banner is not `dismissible`, it can still be hidden by setting this property.
|
|
4362
|
-
* @default false
|
|
4363
|
-
*/
|
|
4364
|
-
hidden?: boolean;
|
|
4365
4445
|
/** A unique identifier for the element. */
|
|
4366
4446
|
id?: string;
|
|
4367
4447
|
}
|
|
@@ -4472,17 +4552,10 @@ interface Box {
|
|
|
4472
4552
|
}
|
|
4473
4553
|
|
|
4474
4554
|
interface ButtonEvents {
|
|
4475
|
-
click?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4555
|
+
click?: (event: CallbackEvent<typeof tagName$t>) => void;
|
|
4476
4556
|
}
|
|
4477
4557
|
|
|
4478
4558
|
interface Button {
|
|
4479
|
-
tone?: 'auto' | 'neutral' | 'caution' | 'warning' | 'critical';
|
|
4480
|
-
variant?: 'primary' | 'secondary';
|
|
4481
|
-
/**
|
|
4482
|
-
* Disables the Button meaning it cannot be clicked or receive focus.
|
|
4483
|
-
* @default false
|
|
4484
|
-
*/
|
|
4485
|
-
disabled?: boolean;
|
|
4486
4559
|
/**
|
|
4487
4560
|
* Sets the action the `commandFor` should take when this clickable is activated.
|
|
4488
4561
|
*
|
|
@@ -4492,11 +4565,25 @@ interface Button {
|
|
|
4492
4565
|
* - `--show`: shows the target component.
|
|
4493
4566
|
* - `--hide`: hides the target component.
|
|
4494
4567
|
* - `--toggle`: toggles the target component.
|
|
4495
|
-
* - `--copy`: copies the target ClipboardItem.
|
|
4496
4568
|
* @default '--auto'
|
|
4497
4569
|
* @see ://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
|
|
4498
4570
|
*/
|
|
4499
|
-
command?: '--auto' | '--show' | '--hide' | '--toggle'
|
|
4571
|
+
command?: '--auto' | '--show' | '--hide' | '--toggle';
|
|
4572
|
+
/**
|
|
4573
|
+
* Sets the tone of the Button, based on the intention of the information being conveyed.
|
|
4574
|
+
* @default 'auto'
|
|
4575
|
+
*/
|
|
4576
|
+
tone?: 'auto' | 'neutral' | 'caution' | 'warning' | 'critical';
|
|
4577
|
+
/**
|
|
4578
|
+
* Changes the visual appearance of the Button.
|
|
4579
|
+
* @default 'auto' - the variant is automatically determined by the Button's context
|
|
4580
|
+
*/
|
|
4581
|
+
variant?: 'primary' | 'secondary';
|
|
4582
|
+
/**
|
|
4583
|
+
* Disables the Button meaning it cannot be clicked or receive focus.
|
|
4584
|
+
* @default false
|
|
4585
|
+
*/
|
|
4586
|
+
disabled?: boolean;
|
|
4500
4587
|
/**
|
|
4501
4588
|
* ID of a component that should respond to activations (e.g. clicks) on this component.
|
|
4502
4589
|
*
|
|
@@ -4529,8 +4616,8 @@ interface Choice {
|
|
|
4529
4616
|
}
|
|
4530
4617
|
|
|
4531
4618
|
interface ChoiceListEvents {
|
|
4532
|
-
change?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4533
|
-
input?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4619
|
+
change?: (event: CallbackEvent<typeof tagName$k>) => void;
|
|
4620
|
+
input?: (event: CallbackEvent<typeof tagName$k>) => void;
|
|
4534
4621
|
}
|
|
4535
4622
|
|
|
4536
4623
|
interface ChoiceList {
|
|
@@ -4548,7 +4635,7 @@ interface ChoiceList {
|
|
|
4548
4635
|
}
|
|
4549
4636
|
|
|
4550
4637
|
interface ClickableEvents {
|
|
4551
|
-
click?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4638
|
+
click?: (event: CallbackEvent<typeof tagName$e>) => void;
|
|
4552
4639
|
}
|
|
4553
4640
|
|
|
4554
4641
|
interface Clickable {
|
|
@@ -4567,10 +4654,10 @@ interface Clickable {
|
|
|
4567
4654
|
}
|
|
4568
4655
|
|
|
4569
4656
|
interface DateFieldEvents {
|
|
4570
|
-
input?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4571
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4572
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4573
|
-
change?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4657
|
+
input?: (event: CallbackEvent<typeof tagName$b>) => void;
|
|
4658
|
+
focus?: (event: CallbackEvent<typeof tagName$b>) => void;
|
|
4659
|
+
blur?: (event: CallbackEvent<typeof tagName$b>) => void;
|
|
4660
|
+
change?: (event: CallbackEvent<typeof tagName$b>) => void;
|
|
4574
4661
|
}
|
|
4575
4662
|
|
|
4576
4663
|
interface DateFieldSlots {
|
|
@@ -4603,10 +4690,10 @@ interface DateField {
|
|
|
4603
4690
|
}
|
|
4604
4691
|
|
|
4605
4692
|
interface DatePickerEvents {
|
|
4606
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4607
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4608
|
-
change?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4609
|
-
input?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4693
|
+
blur?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4694
|
+
focus?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4695
|
+
change?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4696
|
+
input?: (event: CallbackEvent<typeof tagName$a>) => void | null;
|
|
4610
4697
|
}
|
|
4611
4698
|
|
|
4612
4699
|
interface DatePicker {
|
|
@@ -4630,10 +4717,10 @@ interface DatePicker {
|
|
|
4630
4717
|
}
|
|
4631
4718
|
|
|
4632
4719
|
interface DateSpinnerEvents {
|
|
4633
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4634
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4635
|
-
change?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4636
|
-
input?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4720
|
+
blur?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4721
|
+
focus?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4722
|
+
change?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4723
|
+
input?: (event: CallbackEvent<typeof tagName$9>) => void | null;
|
|
4637
4724
|
}
|
|
4638
4725
|
|
|
4639
4726
|
interface DateSpinner {
|
|
@@ -4648,11 +4735,19 @@ interface DateSpinner {
|
|
|
4648
4735
|
value?: string;
|
|
4649
4736
|
}
|
|
4650
4737
|
|
|
4738
|
+
interface Divider {
|
|
4739
|
+
/**
|
|
4740
|
+
* Specify the direction of the divider. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
|
|
4741
|
+
* @default 'inline'
|
|
4742
|
+
*/
|
|
4743
|
+
direction?: 'inline' | 'block';
|
|
4744
|
+
}
|
|
4745
|
+
|
|
4651
4746
|
interface EmailFieldEvents {
|
|
4652
|
-
input?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4653
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4654
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4655
|
-
change?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4747
|
+
input?: (event: CallbackEvent<typeof tagName$f>) => void;
|
|
4748
|
+
focus?: (event: CallbackEvent<typeof tagName$f>) => void;
|
|
4749
|
+
blur?: (event: CallbackEvent<typeof tagName$f>) => void;
|
|
4750
|
+
change?: (event: CallbackEvent<typeof tagName$f>) => void;
|
|
4656
4751
|
}
|
|
4657
4752
|
|
|
4658
4753
|
interface EmailFieldSlots {
|
|
@@ -4755,8 +4850,8 @@ interface Image {
|
|
|
4755
4850
|
}
|
|
4756
4851
|
|
|
4757
4852
|
interface ModalEvents {
|
|
4758
|
-
hide?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4759
|
-
show?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
4853
|
+
hide?: (event: CallbackEvent<typeof tagName$i>) => void | null;
|
|
4854
|
+
show?: (event: CallbackEvent<typeof tagName$i>) => void | null;
|
|
4760
4855
|
}
|
|
4761
4856
|
|
|
4762
4857
|
interface ModalSlots {
|
|
@@ -4771,15 +4866,11 @@ interface Modal {
|
|
|
4771
4866
|
heading?: string;
|
|
4772
4867
|
}
|
|
4773
4868
|
|
|
4774
|
-
interface Navigator {
|
|
4775
|
-
initialScreenName?: string;
|
|
4776
|
-
}
|
|
4777
|
-
|
|
4778
4869
|
interface NumberFieldEvents {
|
|
4779
|
-
input?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4780
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4781
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4782
|
-
change?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4870
|
+
input?: (event: CallbackEvent<typeof tagName$c>) => void;
|
|
4871
|
+
focus?: (event: CallbackEvent<typeof tagName$c>) => void;
|
|
4872
|
+
blur?: (event: CallbackEvent<typeof tagName$c>) => void;
|
|
4873
|
+
change?: (event: CallbackEvent<typeof tagName$c>) => void;
|
|
4783
4874
|
}
|
|
4784
4875
|
|
|
4785
4876
|
interface NumberFieldSlots {
|
|
@@ -4880,7 +4971,7 @@ interface NumberField {
|
|
|
4880
4971
|
|
|
4881
4972
|
interface PageSlots {
|
|
4882
4973
|
'secondary-actions'?: HTMLElement;
|
|
4883
|
-
|
|
4974
|
+
aside?: HTMLElement;
|
|
4884
4975
|
}
|
|
4885
4976
|
|
|
4886
4977
|
interface Page {
|
|
@@ -4904,44 +4995,123 @@ interface PosBlock {
|
|
|
4904
4995
|
heading?: string;
|
|
4905
4996
|
}
|
|
4906
4997
|
|
|
4907
|
-
interface
|
|
4908
|
-
/**
|
|
4909
|
-
|
|
4910
|
-
/** Triggered when the user navigates back from this screen. Runs after screen is unmounted. */
|
|
4911
|
-
navigateback?: () => void;
|
|
4912
|
-
/** A callback that gets triggered when the navigation event completes and the screen receives the parameters. */
|
|
4913
|
-
receiveparams?: (params: any) => void;
|
|
4914
|
-
}
|
|
4915
|
-
|
|
4916
|
-
interface ScreenSlots {
|
|
4917
|
-
/** Displays a secondary action button on the screen. */
|
|
4918
|
-
'secondary-actions'?: HTMLElement;
|
|
4998
|
+
interface QrCode {
|
|
4999
|
+
/** The value to encode in the QR code */
|
|
5000
|
+
content: string;
|
|
4919
5001
|
}
|
|
4920
5002
|
|
|
4921
|
-
interface
|
|
4922
|
-
/** Used to identify this screen as a destination in the navigation stack. */
|
|
4923
|
-
name: string;
|
|
4924
|
-
/** The title of the screen which will be displayed on the UI. */
|
|
4925
|
-
title: string;
|
|
5003
|
+
interface ScrollBox {
|
|
4926
5004
|
/**
|
|
4927
|
-
*
|
|
4928
|
-
*
|
|
5005
|
+
* Adjust the padding of all edges.
|
|
5006
|
+
*
|
|
5007
|
+
* [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
|
|
5008
|
+
* supported. Note that, contrary to the CSS, it uses flow-relative values and the order is:
|
|
5009
|
+
*
|
|
5010
|
+
* - 4 values: `block-start inline-end block-end inline-start`
|
|
5011
|
+
* - 3 values: `block-start inline block-end`
|
|
5012
|
+
* - 2 values: `block inline`
|
|
5013
|
+
*
|
|
5014
|
+
* For example:
|
|
5015
|
+
* - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
|
|
5016
|
+
* - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
|
|
5017
|
+
* - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
|
|
5018
|
+
* - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
|
|
5019
|
+
*
|
|
5020
|
+
* A padding value of `auto` will use the default padding for the closest container that has had its usual padding removed.
|
|
5021
|
+
* @default 'none'
|
|
4929
5022
|
*/
|
|
4930
|
-
|
|
4931
|
-
/**
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
5023
|
+
padding?: MaybeAllValuesShorthandProperty<PaddingKeyword>;
|
|
5024
|
+
/**
|
|
5025
|
+
* Adjust the block-padding.
|
|
5026
|
+
*
|
|
5027
|
+
* - `large none` means block-start padding is `large`, block-end padding is `none`.
|
|
5028
|
+
*
|
|
5029
|
+
* This overrides the block value of `padding`.
|
|
5030
|
+
* @default '' - meaning no override
|
|
5031
|
+
*/
|
|
5032
|
+
paddingBlock?: MaybeTwoValuesShorthandProperty<'' | PaddingKeyword>;
|
|
5033
|
+
/**
|
|
5034
|
+
* Adjust the block-start padding.
|
|
5035
|
+
*
|
|
5036
|
+
* This overrides the block-start value of `paddingBlock`.
|
|
5037
|
+
* @default '' - meaning no override
|
|
5038
|
+
*/
|
|
5039
|
+
paddingBlockStart?: '' | PaddingKeyword;
|
|
5040
|
+
/**
|
|
5041
|
+
* Adjust the block-end padding.
|
|
5042
|
+
*
|
|
5043
|
+
* This overrides the block-end value of `paddingBlock`.
|
|
5044
|
+
* @default '' - meaning no override
|
|
5045
|
+
*/
|
|
5046
|
+
paddingBlockEnd?: '' | PaddingKeyword;
|
|
5047
|
+
/**
|
|
5048
|
+
* Adjust the inline padding.
|
|
5049
|
+
*
|
|
5050
|
+
* - `large none` means inline-start padding is `large`, inline-end padding is `none`.
|
|
5051
|
+
*
|
|
5052
|
+
* This overrides the inline value of `padding`.
|
|
5053
|
+
* @default '' - meaning no override
|
|
5054
|
+
*/
|
|
5055
|
+
paddingInline?: MaybeTwoValuesShorthandProperty<'' | PaddingKeyword>;
|
|
5056
|
+
/**
|
|
5057
|
+
* Adjust the inline-start padding.
|
|
5058
|
+
*
|
|
5059
|
+
* This overrides the inline-start value of `paddingInline`.
|
|
5060
|
+
* @default '' - meaning no override
|
|
5061
|
+
*/
|
|
5062
|
+
paddingInlineStart?: '' | PaddingKeyword;
|
|
5063
|
+
/**
|
|
5064
|
+
* Adjust the inline-end padding.
|
|
5065
|
+
*
|
|
5066
|
+
* This overrides the inline-end value of `paddingInline`.
|
|
5067
|
+
* @default '' - meaning no override
|
|
5068
|
+
*/
|
|
5069
|
+
paddingInlineEnd?: '' | PaddingKeyword;
|
|
4936
5070
|
/** A unique identifier for the element. */
|
|
4937
5071
|
id?: string;
|
|
5072
|
+
/**
|
|
5073
|
+
* Adjust the block size.
|
|
5074
|
+
* @see ://developer.mozilla.org/en-US/docs/Web/CSS/block-size
|
|
5075
|
+
* @default 'auto'
|
|
5076
|
+
*/
|
|
5077
|
+
blockSize?: MaybeResponsive<SizeUnitsOrAuto>;
|
|
5078
|
+
/**
|
|
5079
|
+
* Adjust the minimum block size.
|
|
5080
|
+
* @see ://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size
|
|
5081
|
+
* @default '0'
|
|
5082
|
+
*/
|
|
5083
|
+
minBlockSize?: MaybeResponsive<SizeUnits>;
|
|
5084
|
+
/**
|
|
5085
|
+
* Adjust the maximum block size.
|
|
5086
|
+
* @see ://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size
|
|
5087
|
+
* @default 'none'
|
|
5088
|
+
*/
|
|
5089
|
+
maxBlockSize?: MaybeResponsive<SizeUnitsOrNone>;
|
|
5090
|
+
/**
|
|
5091
|
+
* Adjust the inline size.
|
|
5092
|
+
* @see ://developer.mozilla.org/en-US/docs/Web/CSS/inline-size
|
|
5093
|
+
* @default 'auto'
|
|
5094
|
+
*/
|
|
5095
|
+
inlineSize?: MaybeResponsive<SizeUnitsOrAuto>;
|
|
5096
|
+
/**
|
|
5097
|
+
* Adjust the minimum inline size.
|
|
5098
|
+
* @see ://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size
|
|
5099
|
+
* @default '0'
|
|
5100
|
+
*/
|
|
5101
|
+
minInlineSize?: MaybeResponsive<SizeUnits>;
|
|
5102
|
+
/**
|
|
5103
|
+
* Adjust the maximum inline size.
|
|
5104
|
+
* @see ://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size
|
|
5105
|
+
* @default 'none'
|
|
5106
|
+
*/
|
|
5107
|
+
maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
|
|
4938
5108
|
}
|
|
4939
5109
|
|
|
4940
5110
|
interface SearchFieldEvents {
|
|
4941
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4942
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4943
|
-
input?: (event: CallbackEvent<typeof tagName>) => void;
|
|
4944
|
-
change?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5111
|
+
focus?: (event: CallbackEvent<typeof tagName$g>) => void;
|
|
5112
|
+
blur?: (event: CallbackEvent<typeof tagName$g>) => void;
|
|
5113
|
+
input?: (event: CallbackEvent<typeof tagName$g>) => void;
|
|
5114
|
+
change?: (event: CallbackEvent<typeof tagName$g>) => void;
|
|
4945
5115
|
}
|
|
4946
5116
|
|
|
4947
5117
|
interface SearchField {
|
|
@@ -5140,10 +5310,10 @@ interface Text {
|
|
|
5140
5310
|
}
|
|
5141
5311
|
|
|
5142
5312
|
interface TextAreaEvents {
|
|
5143
|
-
input?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5144
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5145
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5146
|
-
change?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5313
|
+
input?: (event: CallbackEvent<typeof tagName$d>) => void;
|
|
5314
|
+
focus?: (event: CallbackEvent<typeof tagName$d>) => void;
|
|
5315
|
+
blur?: (event: CallbackEvent<typeof tagName$d>) => void;
|
|
5316
|
+
change?: (event: CallbackEvent<typeof tagName$d>) => void;
|
|
5147
5317
|
}
|
|
5148
5318
|
|
|
5149
5319
|
interface TextAreaSlots {
|
|
@@ -5196,10 +5366,10 @@ interface TextArea {
|
|
|
5196
5366
|
}
|
|
5197
5367
|
|
|
5198
5368
|
interface TextFieldEvents {
|
|
5199
|
-
input?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5200
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5201
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5202
|
-
change?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5369
|
+
input?: (event: CallbackEvent<typeof tagName$h>) => void;
|
|
5370
|
+
focus?: (event: CallbackEvent<typeof tagName$h>) => void;
|
|
5371
|
+
blur?: (event: CallbackEvent<typeof tagName$h>) => void;
|
|
5372
|
+
change?: (event: CallbackEvent<typeof tagName$h>) => void;
|
|
5203
5373
|
}
|
|
5204
5374
|
|
|
5205
5375
|
interface TextFieldSlots {
|
|
@@ -5247,7 +5417,7 @@ interface TextField {
|
|
|
5247
5417
|
}
|
|
5248
5418
|
|
|
5249
5419
|
interface TileEvents {
|
|
5250
|
-
click?: (event: CallbackEvent<typeof tagName>) => void;
|
|
5420
|
+
click?: (event: CallbackEvent<typeof tagName$q>) => void;
|
|
5251
5421
|
}
|
|
5252
5422
|
|
|
5253
5423
|
interface Tile {
|
|
@@ -5283,10 +5453,10 @@ interface Tile {
|
|
|
5283
5453
|
}
|
|
5284
5454
|
|
|
5285
5455
|
interface TimeFieldEvents {
|
|
5286
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5287
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5288
|
-
input?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5289
|
-
change?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5456
|
+
blur?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
5457
|
+
focus?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
5458
|
+
input?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
5459
|
+
change?: (event: CallbackEvent<typeof tagName$3>) => void | null;
|
|
5290
5460
|
}
|
|
5291
5461
|
|
|
5292
5462
|
interface TimeField {
|
|
@@ -5330,10 +5500,10 @@ interface TimeField {
|
|
|
5330
5500
|
}
|
|
5331
5501
|
|
|
5332
5502
|
interface TimePickerEvents {
|
|
5333
|
-
blur?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5334
|
-
focus?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5335
|
-
change?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5336
|
-
input?: (event: CallbackEvent<typeof tagName>) => void | null;
|
|
5503
|
+
blur?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
5504
|
+
focus?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
5505
|
+
change?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
5506
|
+
input?: (event: CallbackEvent<typeof tagName$6>) => void | null;
|
|
5337
5507
|
}
|
|
5338
5508
|
|
|
5339
5509
|
interface TimePicker {
|
|
@@ -5421,39 +5591,7 @@ declare global {
|
|
|
5421
5591
|
declare module 'react' {
|
|
5422
5592
|
namespace JSX {
|
|
5423
5593
|
interface IntrinsicElements {
|
|
5424
|
-
[tagName$p]:
|
|
5425
|
-
BaseElementPropsWithChildren<NavigatorJSXProps>;
|
|
5426
|
-
}
|
|
5427
|
-
}
|
|
5428
|
-
}
|
|
5429
|
-
declare global {
|
|
5430
|
-
namespace JSX {
|
|
5431
|
-
interface IntrinsicElements {
|
|
5432
|
-
[tagName$p]: NavigatorJSXProps &
|
|
5433
|
-
BaseElementPropsWithChildren<NavigatorJSXProps>;
|
|
5434
|
-
}
|
|
5435
|
-
}
|
|
5436
|
-
}
|
|
5437
|
-
declare module 'react' {
|
|
5438
|
-
namespace JSX {
|
|
5439
|
-
interface IntrinsicElements {
|
|
5440
|
-
[tagName$o]: Omit<ScreenJSXProps, 'secondaryActions'> &
|
|
5441
|
-
BaseElementPropsWithChildren<Omit<ScreenJSXProps, 'secondaryActions'>>;
|
|
5442
|
-
}
|
|
5443
|
-
}
|
|
5444
|
-
}
|
|
5445
|
-
declare global {
|
|
5446
|
-
namespace JSX {
|
|
5447
|
-
interface IntrinsicElements {
|
|
5448
|
-
[tagName$o]: Omit<ScreenJSXProps, 'secondaryActions'> &
|
|
5449
|
-
BaseElementPropsWithChildren<Omit<ScreenJSXProps, 'secondaryActions'>>;
|
|
5450
|
-
}
|
|
5451
|
-
}
|
|
5452
|
-
}
|
|
5453
|
-
declare module 'react' {
|
|
5454
|
-
namespace JSX {
|
|
5455
|
-
interface IntrinsicElements {
|
|
5456
|
-
[tagName$n]: Omit<BannerJSXProps, 'primaryAction'> &
|
|
5594
|
+
[tagName$p]: Omit<BannerJSXProps, 'primaryAction'> &
|
|
5457
5595
|
BaseElementPropsWithChildren<Omit<BannerJSXProps, 'primaryAction'>>;
|
|
5458
5596
|
}
|
|
5459
5597
|
}
|
|
@@ -5461,7 +5599,7 @@ declare module 'react' {
|
|
|
5461
5599
|
declare global {
|
|
5462
5600
|
namespace JSX {
|
|
5463
5601
|
interface IntrinsicElements {
|
|
5464
|
-
[tagName$
|
|
5602
|
+
[tagName$p]: Omit<BannerJSXProps, 'primaryAction'> &
|
|
5465
5603
|
BaseElementPropsWithChildren<Omit<BannerJSXProps, 'primaryAction'>>;
|
|
5466
5604
|
}
|
|
5467
5605
|
}
|
|
@@ -5469,63 +5607,63 @@ declare global {
|
|
|
5469
5607
|
declare module 'react' {
|
|
5470
5608
|
namespace JSX {
|
|
5471
5609
|
interface IntrinsicElements {
|
|
5472
|
-
[tagName$
|
|
5610
|
+
[tagName$o]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
|
|
5473
5611
|
}
|
|
5474
5612
|
}
|
|
5475
5613
|
}
|
|
5476
5614
|
declare global {
|
|
5477
5615
|
namespace JSX {
|
|
5478
5616
|
interface IntrinsicElements {
|
|
5479
|
-
[tagName$
|
|
5617
|
+
[tagName$o]: BoxJSXProps & BaseElementPropsWithChildren<BoxJSXProps>;
|
|
5480
5618
|
}
|
|
5481
5619
|
}
|
|
5482
5620
|
}
|
|
5483
5621
|
declare module 'react' {
|
|
5484
5622
|
namespace JSX {
|
|
5485
5623
|
interface IntrinsicElements {
|
|
5486
|
-
[tagName$
|
|
5624
|
+
[tagName$n]: IconJSXProps & BaseElementProps<IconJSXProps>;
|
|
5487
5625
|
}
|
|
5488
5626
|
}
|
|
5489
5627
|
}
|
|
5490
5628
|
declare global {
|
|
5491
5629
|
namespace JSX {
|
|
5492
5630
|
interface IntrinsicElements {
|
|
5493
|
-
[tagName$
|
|
5631
|
+
[tagName$n]: IconJSXProps & BaseElementProps<IconJSXProps>;
|
|
5494
5632
|
}
|
|
5495
5633
|
}
|
|
5496
5634
|
}
|
|
5497
5635
|
declare module 'react' {
|
|
5498
5636
|
namespace JSX {
|
|
5499
5637
|
interface IntrinsicElements {
|
|
5500
|
-
[tagName$
|
|
5638
|
+
[tagName$m]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
|
|
5501
5639
|
}
|
|
5502
5640
|
}
|
|
5503
5641
|
}
|
|
5504
5642
|
declare global {
|
|
5505
5643
|
namespace JSX {
|
|
5506
5644
|
interface IntrinsicElements {
|
|
5507
|
-
[tagName$
|
|
5645
|
+
[tagName$m]: StackJSXProps & BaseElementPropsWithChildren<StackJSXProps>;
|
|
5508
5646
|
}
|
|
5509
5647
|
}
|
|
5510
5648
|
}
|
|
5511
5649
|
declare module 'react' {
|
|
5512
5650
|
namespace JSX {
|
|
5513
5651
|
interface IntrinsicElements {
|
|
5514
|
-
[tagName$
|
|
5652
|
+
[tagName$l]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
|
|
5515
5653
|
}
|
|
5516
5654
|
}
|
|
5517
5655
|
}
|
|
5518
5656
|
declare global {
|
|
5519
5657
|
namespace JSX {
|
|
5520
5658
|
interface IntrinsicElements {
|
|
5521
|
-
[tagName$
|
|
5659
|
+
[tagName$l]: BadgeJSXProps & BaseElementPropsWithChildren<BadgeJSXProps>;
|
|
5522
5660
|
}
|
|
5523
5661
|
}
|
|
5524
5662
|
}
|
|
5525
5663
|
declare module 'react' {
|
|
5526
5664
|
namespace JSX {
|
|
5527
5665
|
interface IntrinsicElements {
|
|
5528
|
-
[tagName$
|
|
5666
|
+
[tagName$k]: ChoiceListJSXProps &
|
|
5529
5667
|
BaseElementPropsWithChildren<ChoiceListJSXProps>;
|
|
5530
5668
|
}
|
|
5531
5669
|
}
|
|
@@ -5533,7 +5671,7 @@ declare module 'react' {
|
|
|
5533
5671
|
declare global {
|
|
5534
5672
|
namespace JSX {
|
|
5535
5673
|
interface IntrinsicElements {
|
|
5536
|
-
[tagName$
|
|
5674
|
+
[tagName$k]: ChoiceListJSXProps &
|
|
5537
5675
|
BaseElementPropsWithChildren<ChoiceListJSXProps>;
|
|
5538
5676
|
}
|
|
5539
5677
|
}
|
|
@@ -5541,7 +5679,7 @@ declare global {
|
|
|
5541
5679
|
declare module 'react' {
|
|
5542
5680
|
namespace JSX {
|
|
5543
5681
|
interface IntrinsicElements {
|
|
5544
|
-
[tagName$
|
|
5682
|
+
[tagName$j]: ChoiceJSXProps &
|
|
5545
5683
|
BaseElementPropsWithChildren<ChoiceJSXProps>;
|
|
5546
5684
|
}
|
|
5547
5685
|
}
|
|
@@ -5549,7 +5687,7 @@ declare module 'react' {
|
|
|
5549
5687
|
declare global {
|
|
5550
5688
|
namespace JSX {
|
|
5551
5689
|
interface IntrinsicElements {
|
|
5552
|
-
[tagName$
|
|
5690
|
+
[tagName$j]: ChoiceJSXProps &
|
|
5553
5691
|
BaseElementPropsWithChildren<ChoiceJSXProps>;
|
|
5554
5692
|
}
|
|
5555
5693
|
}
|
|
@@ -5557,7 +5695,7 @@ declare global {
|
|
|
5557
5695
|
declare module 'react' {
|
|
5558
5696
|
namespace JSX {
|
|
5559
5697
|
interface IntrinsicElements {
|
|
5560
|
-
[tagName$
|
|
5698
|
+
[tagName$i]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
|
|
5561
5699
|
BaseElementPropsWithChildren<
|
|
5562
5700
|
Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'>
|
|
5563
5701
|
>;
|
|
@@ -5567,7 +5705,7 @@ declare module 'react' {
|
|
|
5567
5705
|
declare global {
|
|
5568
5706
|
namespace JSX {
|
|
5569
5707
|
interface IntrinsicElements {
|
|
5570
|
-
[tagName$
|
|
5708
|
+
[tagName$i]: Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'> &
|
|
5571
5709
|
BaseElementPropsWithChildren<
|
|
5572
5710
|
Omit<ModalJSXProps, 'primaryAction' | 'secondaryActions'>
|
|
5573
5711
|
>;
|
|
@@ -5577,7 +5715,7 @@ declare global {
|
|
|
5577
5715
|
declare module 'react' {
|
|
5578
5716
|
namespace JSX {
|
|
5579
5717
|
interface IntrinsicElements {
|
|
5580
|
-
[tagName$
|
|
5718
|
+
[tagName$h]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
5581
5719
|
BaseElementPropsWithChildren<Omit<TextFieldJSXProps, 'accessory'>>;
|
|
5582
5720
|
}
|
|
5583
5721
|
}
|
|
@@ -5585,7 +5723,7 @@ declare module 'react' {
|
|
|
5585
5723
|
declare global {
|
|
5586
5724
|
namespace JSX {
|
|
5587
5725
|
interface IntrinsicElements {
|
|
5588
|
-
[tagName$
|
|
5726
|
+
[tagName$h]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
5589
5727
|
BaseElementPropsWithChildren<Omit<TextFieldJSXProps, 'accessory'>>;
|
|
5590
5728
|
}
|
|
5591
5729
|
}
|
|
@@ -5593,7 +5731,7 @@ declare global {
|
|
|
5593
5731
|
declare module 'react' {
|
|
5594
5732
|
namespace JSX {
|
|
5595
5733
|
interface IntrinsicElements {
|
|
5596
|
-
[tagName$
|
|
5734
|
+
[tagName$g]: SearchFieldJSXProps &
|
|
5597
5735
|
BaseElementPropsWithChildren<SearchFieldJSXProps>;
|
|
5598
5736
|
}
|
|
5599
5737
|
}
|
|
@@ -5601,7 +5739,7 @@ declare module 'react' {
|
|
|
5601
5739
|
declare global {
|
|
5602
5740
|
namespace JSX {
|
|
5603
5741
|
interface IntrinsicElements {
|
|
5604
|
-
[tagName$
|
|
5742
|
+
[tagName$g]: SearchFieldJSXProps &
|
|
5605
5743
|
BaseElementPropsWithChildren<SearchFieldJSXProps>;
|
|
5606
5744
|
}
|
|
5607
5745
|
}
|
|
@@ -5609,7 +5747,7 @@ declare global {
|
|
|
5609
5747
|
declare module 'react' {
|
|
5610
5748
|
namespace JSX {
|
|
5611
5749
|
interface IntrinsicElements {
|
|
5612
|
-
[tagName$
|
|
5750
|
+
[tagName$f]: Omit<EmailFieldJSXProps, 'accessory'> &
|
|
5613
5751
|
BaseElementPropsWithChildren<Omit<EmailFieldJSXProps, 'accessory'>>;
|
|
5614
5752
|
}
|
|
5615
5753
|
}
|
|
@@ -5617,7 +5755,7 @@ declare module 'react' {
|
|
|
5617
5755
|
declare global {
|
|
5618
5756
|
namespace JSX {
|
|
5619
5757
|
interface IntrinsicElements {
|
|
5620
|
-
[tagName$
|
|
5758
|
+
[tagName$f]: Omit<EmailFieldJSXProps, 'accessory'> &
|
|
5621
5759
|
BaseElementPropsWithChildren<Omit<EmailFieldJSXProps, 'accessory'>>;
|
|
5622
5760
|
}
|
|
5623
5761
|
}
|
|
@@ -5625,7 +5763,7 @@ declare global {
|
|
|
5625
5763
|
declare module 'react' {
|
|
5626
5764
|
namespace JSX {
|
|
5627
5765
|
interface IntrinsicElements {
|
|
5628
|
-
[tagName$
|
|
5766
|
+
[tagName$e]: ClickableJSXProps &
|
|
5629
5767
|
BaseElementPropsWithChildren<ClickableJSXProps>;
|
|
5630
5768
|
}
|
|
5631
5769
|
}
|
|
@@ -5633,7 +5771,7 @@ declare module 'react' {
|
|
|
5633
5771
|
declare global {
|
|
5634
5772
|
namespace JSX {
|
|
5635
5773
|
interface IntrinsicElements {
|
|
5636
|
-
[tagName$
|
|
5774
|
+
[tagName$e]: ClickableJSXProps &
|
|
5637
5775
|
BaseElementPropsWithChildren<ClickableJSXProps>;
|
|
5638
5776
|
}
|
|
5639
5777
|
}
|
|
@@ -5641,7 +5779,7 @@ declare global {
|
|
|
5641
5779
|
declare module 'react' {
|
|
5642
5780
|
namespace JSX {
|
|
5643
5781
|
interface IntrinsicElements {
|
|
5644
|
-
[tagName$
|
|
5782
|
+
[tagName$d]: Omit<TextAreaJSXProps, 'accessory'> &
|
|
5645
5783
|
BaseElementPropsWithChildren<Omit<TextAreaJSXProps, 'accessory'>>;
|
|
5646
5784
|
}
|
|
5647
5785
|
}
|
|
@@ -5649,7 +5787,7 @@ declare module 'react' {
|
|
|
5649
5787
|
declare global {
|
|
5650
5788
|
namespace JSX {
|
|
5651
5789
|
interface IntrinsicElements {
|
|
5652
|
-
[tagName$
|
|
5790
|
+
[tagName$d]: Omit<TextAreaJSXProps, 'accessory'> &
|
|
5653
5791
|
BaseElementPropsWithChildren<Omit<TextAreaJSXProps, 'accessory'>>;
|
|
5654
5792
|
}
|
|
5655
5793
|
}
|
|
@@ -5657,7 +5795,7 @@ declare global {
|
|
|
5657
5795
|
declare module 'react' {
|
|
5658
5796
|
namespace JSX {
|
|
5659
5797
|
interface IntrinsicElements {
|
|
5660
|
-
[tagName$
|
|
5798
|
+
[tagName$c]: Omit<NumberFieldJSXProps, 'accessory'> &
|
|
5661
5799
|
BaseElementPropsWithChildren<Omit<NumberFieldJSXProps, 'accessory'>>;
|
|
5662
5800
|
}
|
|
5663
5801
|
}
|
|
@@ -5665,7 +5803,7 @@ declare module 'react' {
|
|
|
5665
5803
|
declare global {
|
|
5666
5804
|
namespace JSX {
|
|
5667
5805
|
interface IntrinsicElements {
|
|
5668
|
-
[tagName$
|
|
5806
|
+
[tagName$c]: Omit<NumberFieldJSXProps, 'accessory'> &
|
|
5669
5807
|
BaseElementPropsWithChildren<Omit<NumberFieldJSXProps, 'accessory'>>;
|
|
5670
5808
|
}
|
|
5671
5809
|
}
|
|
@@ -5673,7 +5811,7 @@ declare global {
|
|
|
5673
5811
|
declare module 'react' {
|
|
5674
5812
|
namespace JSX {
|
|
5675
5813
|
interface IntrinsicElements {
|
|
5676
|
-
[tagName$
|
|
5814
|
+
[tagName$b]: Omit<DateFieldJSXProps, 'accessory'> &
|
|
5677
5815
|
BaseElementPropsWithChildren<Omit<DateFieldJSXProps, 'accessory'>>;
|
|
5678
5816
|
}
|
|
5679
5817
|
}
|
|
@@ -5681,7 +5819,7 @@ declare module 'react' {
|
|
|
5681
5819
|
declare global {
|
|
5682
5820
|
namespace JSX {
|
|
5683
5821
|
interface IntrinsicElements {
|
|
5684
|
-
[tagName$
|
|
5822
|
+
[tagName$b]: Omit<DateFieldJSXProps, 'accessory'> &
|
|
5685
5823
|
BaseElementPropsWithChildren<Omit<DateFieldJSXProps, 'accessory'>>;
|
|
5686
5824
|
}
|
|
5687
5825
|
}
|
|
@@ -5689,7 +5827,7 @@ declare global {
|
|
|
5689
5827
|
declare module 'react' {
|
|
5690
5828
|
namespace JSX {
|
|
5691
5829
|
interface IntrinsicElements {
|
|
5692
|
-
[tagName$
|
|
5830
|
+
[tagName$a]: DatePickerJSXProps &
|
|
5693
5831
|
BaseElementPropsWithChildren<DatePickerJSXProps>;
|
|
5694
5832
|
}
|
|
5695
5833
|
}
|
|
@@ -5697,7 +5835,7 @@ declare module 'react' {
|
|
|
5697
5835
|
declare global {
|
|
5698
5836
|
namespace JSX {
|
|
5699
5837
|
interface IntrinsicElements {
|
|
5700
|
-
[tagName$
|
|
5838
|
+
[tagName$a]: DatePickerJSXProps &
|
|
5701
5839
|
BaseElementPropsWithChildren<DatePickerJSXProps>;
|
|
5702
5840
|
}
|
|
5703
5841
|
}
|
|
@@ -5705,7 +5843,7 @@ declare global {
|
|
|
5705
5843
|
declare module 'react' {
|
|
5706
5844
|
namespace JSX {
|
|
5707
5845
|
interface IntrinsicElements {
|
|
5708
|
-
[tagName$
|
|
5846
|
+
[tagName$9]: DateSpinnerJSXProps &
|
|
5709
5847
|
BaseElementPropsWithChildren<DateSpinnerJSXProps>;
|
|
5710
5848
|
}
|
|
5711
5849
|
}
|
|
@@ -5713,7 +5851,7 @@ declare module 'react' {
|
|
|
5713
5851
|
declare global {
|
|
5714
5852
|
namespace JSX {
|
|
5715
5853
|
interface IntrinsicElements {
|
|
5716
|
-
[tagName$
|
|
5854
|
+
[tagName$9]: DateSpinnerJSXProps &
|
|
5717
5855
|
BaseElementPropsWithChildren<DateSpinnerJSXProps>;
|
|
5718
5856
|
}
|
|
5719
5857
|
}
|
|
@@ -5721,7 +5859,7 @@ declare global {
|
|
|
5721
5859
|
declare module 'react' {
|
|
5722
5860
|
namespace JSX {
|
|
5723
5861
|
interface IntrinsicElements {
|
|
5724
|
-
[tagName$
|
|
5862
|
+
[tagName$8]: Omit<SectionJSXProps, 'secondaryActions'> &
|
|
5725
5863
|
BaseElementPropsWithChildren<Omit<SectionJSXProps, 'secondaryActions'>>;
|
|
5726
5864
|
}
|
|
5727
5865
|
}
|
|
@@ -5729,7 +5867,7 @@ declare module 'react' {
|
|
|
5729
5867
|
declare global {
|
|
5730
5868
|
namespace JSX {
|
|
5731
5869
|
interface IntrinsicElements {
|
|
5732
|
-
[tagName$
|
|
5870
|
+
[tagName$8]: Omit<SectionJSXProps, 'secondaryActions'> &
|
|
5733
5871
|
BaseElementPropsWithChildren<Omit<SectionJSXProps, 'secondaryActions'>>;
|
|
5734
5872
|
}
|
|
5735
5873
|
}
|
|
@@ -5737,7 +5875,7 @@ declare global {
|
|
|
5737
5875
|
declare module 'react' {
|
|
5738
5876
|
namespace JSX {
|
|
5739
5877
|
interface IntrinsicElements {
|
|
5740
|
-
[tagName$
|
|
5878
|
+
[tagName$7]: HeadingJSXProps &
|
|
5741
5879
|
BaseElementPropsWithChildren<HeadingJSXProps>;
|
|
5742
5880
|
}
|
|
5743
5881
|
}
|
|
@@ -5745,7 +5883,7 @@ declare module 'react' {
|
|
|
5745
5883
|
declare global {
|
|
5746
5884
|
namespace JSX {
|
|
5747
5885
|
interface IntrinsicElements {
|
|
5748
|
-
[tagName$
|
|
5886
|
+
[tagName$7]: HeadingJSXProps &
|
|
5749
5887
|
BaseElementPropsWithChildren<HeadingJSXProps>;
|
|
5750
5888
|
}
|
|
5751
5889
|
}
|
|
@@ -5753,7 +5891,7 @@ declare global {
|
|
|
5753
5891
|
declare module 'react' {
|
|
5754
5892
|
namespace JSX {
|
|
5755
5893
|
interface IntrinsicElements {
|
|
5756
|
-
[tagName$
|
|
5894
|
+
[tagName$6]: TimePickerJSXProps &
|
|
5757
5895
|
BaseElementPropsWithChildren<TimePickerJSXProps>;
|
|
5758
5896
|
}
|
|
5759
5897
|
}
|
|
@@ -5761,7 +5899,7 @@ declare module 'react' {
|
|
|
5761
5899
|
declare global {
|
|
5762
5900
|
namespace JSX {
|
|
5763
5901
|
interface IntrinsicElements {
|
|
5764
|
-
[tagName$
|
|
5902
|
+
[tagName$6]: TimePickerJSXProps &
|
|
5765
5903
|
BaseElementPropsWithChildren<TimePickerJSXProps>;
|
|
5766
5904
|
}
|
|
5767
5905
|
}
|
|
@@ -5769,23 +5907,23 @@ declare global {
|
|
|
5769
5907
|
declare module 'react' {
|
|
5770
5908
|
namespace JSX {
|
|
5771
5909
|
interface IntrinsicElements {
|
|
5772
|
-
[tagName$
|
|
5910
|
+
[tagName$5]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
|
|
5773
5911
|
}
|
|
5774
5912
|
}
|
|
5775
5913
|
}
|
|
5776
5914
|
declare global {
|
|
5777
5915
|
namespace JSX {
|
|
5778
5916
|
interface IntrinsicElements {
|
|
5779
|
-
[tagName$
|
|
5917
|
+
[tagName$5]: ImageJSXProps & BaseElementPropsWithChildren<ImageJSXProps>;
|
|
5780
5918
|
}
|
|
5781
5919
|
}
|
|
5782
5920
|
}
|
|
5783
5921
|
declare module 'react' {
|
|
5784
5922
|
namespace JSX {
|
|
5785
5923
|
interface IntrinsicElements {
|
|
5786
|
-
[tagName$
|
|
5924
|
+
[tagName$4]: Omit<PageJSXProps, 'secondaryActions' | 'aside'> &
|
|
5787
5925
|
BaseElementPropsWithChildren<
|
|
5788
|
-
Omit<PageJSXProps, '
|
|
5926
|
+
Omit<PageJSXProps, 'secondaryActions' | 'aside'>
|
|
5789
5927
|
>;
|
|
5790
5928
|
}
|
|
5791
5929
|
}
|
|
@@ -5793,9 +5931,9 @@ declare module 'react' {
|
|
|
5793
5931
|
declare global {
|
|
5794
5932
|
namespace JSX {
|
|
5795
5933
|
interface IntrinsicElements {
|
|
5796
|
-
[tagName$
|
|
5934
|
+
[tagName$4]: Omit<PageJSXProps, 'secondaryActions' | 'aside'> &
|
|
5797
5935
|
BaseElementPropsWithChildren<
|
|
5798
|
-
Omit<PageJSXProps, '
|
|
5936
|
+
Omit<PageJSXProps, 'secondaryActions' | 'aside'>
|
|
5799
5937
|
>;
|
|
5800
5938
|
}
|
|
5801
5939
|
}
|
|
@@ -5803,7 +5941,7 @@ declare global {
|
|
|
5803
5941
|
declare module 'react' {
|
|
5804
5942
|
namespace JSX {
|
|
5805
5943
|
interface IntrinsicElements {
|
|
5806
|
-
[tagName$
|
|
5944
|
+
[tagName$3]: TimeFieldJSXProps &
|
|
5807
5945
|
BaseElementPropsWithChildren<TimeFieldJSXProps>;
|
|
5808
5946
|
}
|
|
5809
5947
|
}
|
|
@@ -5811,7 +5949,7 @@ declare module 'react' {
|
|
|
5811
5949
|
declare global {
|
|
5812
5950
|
namespace JSX {
|
|
5813
5951
|
interface IntrinsicElements {
|
|
5814
|
-
[tagName$
|
|
5952
|
+
[tagName$3]: TimeFieldJSXProps &
|
|
5815
5953
|
BaseElementPropsWithChildren<TimeFieldJSXProps>;
|
|
5816
5954
|
}
|
|
5817
5955
|
}
|
|
@@ -5819,7 +5957,7 @@ declare global {
|
|
|
5819
5957
|
declare module 'react' {
|
|
5820
5958
|
namespace JSX {
|
|
5821
5959
|
interface IntrinsicElements {
|
|
5822
|
-
[tagName]: Omit<PosBlockJSXProps, 'secondaryActions'> &
|
|
5960
|
+
[tagName$2]: Omit<PosBlockJSXProps, 'secondaryActions'> &
|
|
5823
5961
|
BaseElementPropsWithChildren<
|
|
5824
5962
|
Omit<PosBlockJSXProps, 'secondaryActions'>
|
|
5825
5963
|
>;
|
|
@@ -5829,10 +5967,40 @@ declare module 'react' {
|
|
|
5829
5967
|
declare global {
|
|
5830
5968
|
namespace JSX {
|
|
5831
5969
|
interface IntrinsicElements {
|
|
5832
|
-
[tagName]: Omit<PosBlockJSXProps, 'secondaryActions'> &
|
|
5970
|
+
[tagName$2]: Omit<PosBlockJSXProps, 'secondaryActions'> &
|
|
5833
5971
|
BaseElementPropsWithChildren<
|
|
5834
5972
|
Omit<PosBlockJSXProps, 'secondaryActions'>
|
|
5835
5973
|
>;
|
|
5836
5974
|
}
|
|
5837
5975
|
}
|
|
5838
5976
|
}
|
|
5977
|
+
declare module 'react' {
|
|
5978
|
+
namespace JSX {
|
|
5979
|
+
interface IntrinsicElements {
|
|
5980
|
+
[tagName$1]: QrCodeJSXProps & BaseElementProps<QrCodeJSXProps>;
|
|
5981
|
+
}
|
|
5982
|
+
}
|
|
5983
|
+
}
|
|
5984
|
+
declare global {
|
|
5985
|
+
namespace JSX {
|
|
5986
|
+
interface IntrinsicElements {
|
|
5987
|
+
[tagName$1]: QrCodeJSXProps & BaseElementProps<QrCodeJSXProps>;
|
|
5988
|
+
}
|
|
5989
|
+
}
|
|
5990
|
+
}
|
|
5991
|
+
declare module 'react' {
|
|
5992
|
+
namespace JSX {
|
|
5993
|
+
interface IntrinsicElements {
|
|
5994
|
+
[tagName]: DividerJSXProps &
|
|
5995
|
+
BaseElementPropsWithChildren<DividerJSXProps>;
|
|
5996
|
+
}
|
|
5997
|
+
}
|
|
5998
|
+
}
|
|
5999
|
+
declare global {
|
|
6000
|
+
namespace JSX {
|
|
6001
|
+
interface IntrinsicElements {
|
|
6002
|
+
[tagName]: DividerJSXProps &
|
|
6003
|
+
BaseElementPropsWithChildren<DividerJSXProps>;
|
|
6004
|
+
}
|
|
6005
|
+
}
|
|
6006
|
+
}
|