@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
|
@@ -4396,19 +4396,19 @@ declare class Avatar extends PreactCustomElement implements AvatarProps {
|
|
|
4396
4396
|
}
|
|
4397
4397
|
declare global {
|
|
4398
4398
|
interface HTMLElementTagNameMap {
|
|
4399
|
-
[tagName$
|
|
4399
|
+
[tagName$Z]: Avatar;
|
|
4400
4400
|
}
|
|
4401
4401
|
}
|
|
4402
4402
|
declare module 'preact' {
|
|
4403
4403
|
namespace createElement.JSX {
|
|
4404
4404
|
interface IntrinsicElements {
|
|
4405
|
-
[tagName$
|
|
4405
|
+
[tagName$Z]: AvatarJSXProps & PreactBaseElementPropsWithChildren<Avatar>;
|
|
4406
4406
|
}
|
|
4407
4407
|
}
|
|
4408
4408
|
}
|
|
4409
4409
|
|
|
4410
|
-
declare const tagName$
|
|
4411
|
-
export interface
|
|
4410
|
+
declare const tagName$Z = 's-avatar';
|
|
4411
|
+
export interface AvatarJSXProps
|
|
4412
4412
|
extends Partial<AvatarProps>,
|
|
4413
4413
|
Pick<AvatarProps$1, 'id'> {
|
|
4414
4414
|
onLoad?: () => void;
|
|
@@ -4452,18 +4452,18 @@ declare class Badge extends PreactCustomElement implements BadgeProps {
|
|
|
4452
4452
|
}
|
|
4453
4453
|
declare global {
|
|
4454
4454
|
interface HTMLElementTagNameMap {
|
|
4455
|
-
[tagName$
|
|
4455
|
+
[tagName$Y]: Badge;
|
|
4456
4456
|
}
|
|
4457
4457
|
}
|
|
4458
4458
|
declare module 'preact' {
|
|
4459
4459
|
namespace createElement.JSX {
|
|
4460
4460
|
interface IntrinsicElements {
|
|
4461
|
-
[tagName$
|
|
4461
|
+
[tagName$Y]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
|
|
4462
4462
|
}
|
|
4463
4463
|
}
|
|
4464
4464
|
}
|
|
4465
4465
|
|
|
4466
|
-
declare const tagName$
|
|
4466
|
+
declare const tagName$Y = 's-badge';
|
|
4467
4467
|
export interface BadgeJSXProps
|
|
4468
4468
|
extends Partial<BadgeProps>,
|
|
4469
4469
|
Pick<BadgeProps$1, 'id'> {}
|
|
@@ -4489,19 +4489,19 @@ declare class Banner extends PreactCustomElement implements BannerProps {
|
|
|
4489
4489
|
}
|
|
4490
4490
|
declare global {
|
|
4491
4491
|
interface HTMLElementTagNameMap {
|
|
4492
|
-
[tagName$
|
|
4492
|
+
[tagName$X]: Banner;
|
|
4493
4493
|
}
|
|
4494
4494
|
}
|
|
4495
4495
|
declare module 'preact' {
|
|
4496
4496
|
namespace createElement.JSX {
|
|
4497
4497
|
interface IntrinsicElements {
|
|
4498
|
-
[tagName$
|
|
4498
|
+
[tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
|
|
4499
4499
|
PreactBaseElementPropsWithChildren<Banner>;
|
|
4500
4500
|
}
|
|
4501
4501
|
}
|
|
4502
4502
|
}
|
|
4503
4503
|
|
|
4504
|
-
declare const tagName$
|
|
4504
|
+
declare const tagName$X = 's-banner';
|
|
4505
4505
|
export interface BannerJSXProps
|
|
4506
4506
|
extends Partial<BannerProps>,
|
|
4507
4507
|
Pick<BannerProps$1, 'id'> {
|
|
@@ -4511,8 +4511,8 @@ export interface BannerJSXProps
|
|
|
4511
4511
|
* A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
|
|
4512
4512
|
*/
|
|
4513
4513
|
secondaryActions?: ComponentChild;
|
|
4514
|
-
onDismiss?: ((event: CallbackEvent<typeof tagName$
|
|
4515
|
-
onAfterHide?: ((event: CallbackEvent<typeof tagName$
|
|
4514
|
+
onDismiss?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
|
|
4515
|
+
onAfterHide?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
|
|
4516
4516
|
}
|
|
4517
4517
|
|
|
4518
4518
|
export type MakeResponsive<T> = T | `@container${string}`;
|
|
@@ -4739,18 +4739,18 @@ declare class Box extends BoxElement implements BoxProps {
|
|
|
4739
4739
|
}
|
|
4740
4740
|
declare global {
|
|
4741
4741
|
interface HTMLElementTagNameMap {
|
|
4742
|
-
[tagName$
|
|
4742
|
+
[tagName$W]: Box;
|
|
4743
4743
|
}
|
|
4744
4744
|
}
|
|
4745
4745
|
declare module 'preact' {
|
|
4746
4746
|
namespace createElement.JSX {
|
|
4747
4747
|
interface IntrinsicElements {
|
|
4748
|
-
[tagName$
|
|
4748
|
+
[tagName$W]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
|
|
4749
4749
|
}
|
|
4750
4750
|
}
|
|
4751
4751
|
}
|
|
4752
4752
|
|
|
4753
|
-
declare const tagName$
|
|
4753
|
+
declare const tagName$W = 's-box';
|
|
4754
4754
|
export interface BoxJSXProps
|
|
4755
4755
|
extends Partial<BoxProps>,
|
|
4756
4756
|
Pick<BoxProps$1, 'id'> {}
|
|
@@ -4832,24 +4832,24 @@ declare class Button extends Button_base implements ButtonProps {
|
|
|
4832
4832
|
}
|
|
4833
4833
|
declare global {
|
|
4834
4834
|
interface HTMLElementTagNameMap {
|
|
4835
|
-
[tagName$
|
|
4835
|
+
[tagName$V]: Button;
|
|
4836
4836
|
}
|
|
4837
4837
|
}
|
|
4838
4838
|
declare module 'preact' {
|
|
4839
4839
|
namespace createElement.JSX {
|
|
4840
4840
|
interface IntrinsicElements {
|
|
4841
|
-
[tagName$
|
|
4841
|
+
[tagName$V]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
|
|
4842
4842
|
}
|
|
4843
4843
|
}
|
|
4844
4844
|
}
|
|
4845
4845
|
|
|
4846
|
-
declare const tagName$
|
|
4846
|
+
declare const tagName$V = 's-button';
|
|
4847
4847
|
export interface ButtonJSXProps
|
|
4848
4848
|
extends Partial<ButtonProps>,
|
|
4849
4849
|
Pick<ButtonProps$1, 'id'> {
|
|
4850
|
-
onClick?: ((event: CallbackEvent<typeof tagName$
|
|
4851
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
4852
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
4850
|
+
onClick?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
|
|
4851
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
|
|
4852
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
|
|
4853
4853
|
}
|
|
4854
4854
|
|
|
4855
4855
|
export interface ButtonGroupProps
|
|
@@ -4865,19 +4865,19 @@ declare class ButtonGroup
|
|
|
4865
4865
|
}
|
|
4866
4866
|
declare global {
|
|
4867
4867
|
interface HTMLElementTagNameMap {
|
|
4868
|
-
[tagName$
|
|
4868
|
+
[tagName$U]: ButtonGroup;
|
|
4869
4869
|
}
|
|
4870
4870
|
}
|
|
4871
4871
|
declare module 'preact' {
|
|
4872
4872
|
namespace createElement.JSX {
|
|
4873
4873
|
interface IntrinsicElements {
|
|
4874
|
-
[tagName$
|
|
4874
|
+
[tagName$U]: ButtonGroupJSXProps &
|
|
4875
4875
|
PreactBaseElementPropsWithChildren<ButtonGroup>;
|
|
4876
4876
|
}
|
|
4877
4877
|
}
|
|
4878
4878
|
}
|
|
4879
4879
|
|
|
4880
|
-
declare const tagName$
|
|
4880
|
+
declare const tagName$U = 's-button-group';
|
|
4881
4881
|
export interface ButtonGroupJSXProps
|
|
4882
4882
|
extends Partial<ButtonGroupProps>,
|
|
4883
4883
|
Pick<ButtonGroupProps$1, 'id'> {
|
|
@@ -4966,24 +4966,24 @@ declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
|
|
|
4966
4966
|
}
|
|
4967
4967
|
declare global {
|
|
4968
4968
|
interface HTMLElementTagNameMap {
|
|
4969
|
-
[tagName$
|
|
4969
|
+
[tagName$T]: Checkbox;
|
|
4970
4970
|
}
|
|
4971
4971
|
}
|
|
4972
4972
|
declare module 'preact' {
|
|
4973
4973
|
namespace createElement.JSX {
|
|
4974
4974
|
interface IntrinsicElements {
|
|
4975
|
-
[tagName$
|
|
4975
|
+
[tagName$T]: CheckboxJSXProps &
|
|
4976
4976
|
PreactBaseElementPropsWithChildren<Checkbox>;
|
|
4977
4977
|
}
|
|
4978
4978
|
}
|
|
4979
4979
|
}
|
|
4980
4980
|
|
|
4981
|
-
declare const tagName$
|
|
4981
|
+
declare const tagName$T = 's-checkbox';
|
|
4982
4982
|
export interface CheckboxJSXProps
|
|
4983
4983
|
extends Partial<CheckboxProps>,
|
|
4984
4984
|
Pick<CheckboxProps$1, 'id'> {
|
|
4985
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
4986
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
4985
|
+
onChange?: ((event: CallbackEvent<typeof tagName$T>) => void) | null;
|
|
4986
|
+
onInput?: ((event: CallbackEvent<typeof tagName$T>) => void) | null;
|
|
4987
4987
|
}
|
|
4988
4988
|
|
|
4989
4989
|
export interface ChipProps
|
|
@@ -4996,13 +4996,13 @@ declare class Chip extends PreactCustomElement implements ChipProps {
|
|
|
4996
4996
|
}
|
|
4997
4997
|
declare global {
|
|
4998
4998
|
interface HTMLElementTagNameMap {
|
|
4999
|
-
[tagName$
|
|
4999
|
+
[tagName$S]: Chip;
|
|
5000
5000
|
}
|
|
5001
5001
|
}
|
|
5002
5002
|
declare module 'preact' {
|
|
5003
5003
|
namespace createElement.JSX {
|
|
5004
5004
|
interface IntrinsicElements {
|
|
5005
|
-
[tagName$
|
|
5005
|
+
[tagName$S]: Omit<
|
|
5006
5006
|
HTMLAttributes<HTMLElement>,
|
|
5007
5007
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5008
5008
|
> &
|
|
@@ -5012,7 +5012,7 @@ declare module 'preact' {
|
|
|
5012
5012
|
}
|
|
5013
5013
|
}
|
|
5014
5014
|
|
|
5015
|
-
declare const tagName$
|
|
5015
|
+
declare const tagName$S = 's-chip';
|
|
5016
5016
|
export interface ChipJSXProps
|
|
5017
5017
|
extends Partial<ChipProps>,
|
|
5018
5018
|
Pick<ChipProps$2, 'id'> {
|
|
@@ -5060,18 +5060,18 @@ declare class Choice extends PreactCustomElement implements ChoiceProps {
|
|
|
5060
5060
|
}
|
|
5061
5061
|
declare global {
|
|
5062
5062
|
interface HTMLElementTagNameMap {
|
|
5063
|
-
[tagName$
|
|
5063
|
+
[tagName$R]: Choice;
|
|
5064
5064
|
}
|
|
5065
5065
|
}
|
|
5066
5066
|
declare module 'preact' {
|
|
5067
5067
|
namespace createElement.JSX {
|
|
5068
5068
|
interface IntrinsicElements {
|
|
5069
|
-
[tagName$
|
|
5069
|
+
[tagName$R]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
|
|
5070
5070
|
}
|
|
5071
5071
|
}
|
|
5072
5072
|
}
|
|
5073
5073
|
|
|
5074
|
-
declare const tagName$
|
|
5074
|
+
declare const tagName$R = 's-choice';
|
|
5075
5075
|
export interface ChoiceJSXProps
|
|
5076
5076
|
extends Partial<ChoiceProps>,
|
|
5077
5077
|
Pick<ChoiceProps$1, 'id'> {
|
|
@@ -5120,24 +5120,24 @@ declare class ChoiceList extends BaseClass$3 implements ChoiceListProps {
|
|
|
5120
5120
|
}
|
|
5121
5121
|
declare global {
|
|
5122
5122
|
interface HTMLElementTagNameMap {
|
|
5123
|
-
[tagName$
|
|
5123
|
+
[tagName$Q]: ChoiceList;
|
|
5124
5124
|
}
|
|
5125
5125
|
}
|
|
5126
5126
|
declare module 'preact' {
|
|
5127
5127
|
namespace createElement.JSX {
|
|
5128
5128
|
interface IntrinsicElements {
|
|
5129
|
-
[tagName$
|
|
5129
|
+
[tagName$Q]: ChoiceListJSXProps &
|
|
5130
5130
|
PreactBaseElementPropsWithChildren<ChoiceList>;
|
|
5131
5131
|
}
|
|
5132
5132
|
}
|
|
5133
5133
|
}
|
|
5134
5134
|
|
|
5135
|
-
declare const tagName$
|
|
5135
|
+
declare const tagName$Q = 's-choice-list';
|
|
5136
5136
|
export interface ChoiceListJSXProps
|
|
5137
5137
|
extends Partial<ChoiceListProps>,
|
|
5138
5138
|
Pick<ChoiceListProps$1, 'id'> {
|
|
5139
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
5140
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
5139
|
+
onChange?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
|
|
5140
|
+
onInput?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
|
|
5141
5141
|
}
|
|
5142
5142
|
|
|
5143
5143
|
export type ClickableBaseProps = Required<
|
|
@@ -5175,25 +5175,25 @@ declare class Clickable extends Clickable_base implements ClickableProps {
|
|
|
5175
5175
|
}
|
|
5176
5176
|
declare global {
|
|
5177
5177
|
interface HTMLElementTagNameMap {
|
|
5178
|
-
[tagName$
|
|
5178
|
+
[tagName$P]: Clickable;
|
|
5179
5179
|
}
|
|
5180
5180
|
}
|
|
5181
5181
|
declare module 'preact' {
|
|
5182
5182
|
namespace createElement.JSX {
|
|
5183
5183
|
interface IntrinsicElements {
|
|
5184
|
-
[tagName$
|
|
5184
|
+
[tagName$P]: ClickableJSXProps &
|
|
5185
5185
|
PreactBaseElementPropsWithChildren<Clickable>;
|
|
5186
5186
|
}
|
|
5187
5187
|
}
|
|
5188
5188
|
}
|
|
5189
5189
|
|
|
5190
|
-
declare const tagName$
|
|
5190
|
+
declare const tagName$P = 's-clickable';
|
|
5191
5191
|
export interface ClickableJSXProps
|
|
5192
5192
|
extends Partial<ClickableProps>,
|
|
5193
5193
|
Pick<ClickableProps$1, 'id'> {
|
|
5194
|
-
onClick?: ((event: CallbackEvent<typeof tagName$
|
|
5195
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
5196
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
5194
|
+
onClick?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
|
|
5195
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
|
|
5196
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
|
|
5197
5197
|
}
|
|
5198
5198
|
|
|
5199
5199
|
export interface ClickableChipProps
|
|
@@ -5223,13 +5223,13 @@ declare class ClickableChip
|
|
|
5223
5223
|
}
|
|
5224
5224
|
declare global {
|
|
5225
5225
|
interface HTMLElementTagNameMap {
|
|
5226
|
-
[tagName$
|
|
5226
|
+
[tagName$O]: ClickableChip;
|
|
5227
5227
|
}
|
|
5228
5228
|
}
|
|
5229
5229
|
declare module 'preact' {
|
|
5230
5230
|
namespace createElement.JSX {
|
|
5231
5231
|
interface IntrinsicElements {
|
|
5232
|
-
[tagName$
|
|
5232
|
+
[tagName$O]: Omit<
|
|
5233
5233
|
HTMLAttributes<HTMLElement>,
|
|
5234
5234
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5235
5235
|
> &
|
|
@@ -5239,7 +5239,7 @@ declare module 'preact' {
|
|
|
5239
5239
|
}
|
|
5240
5240
|
}
|
|
5241
5241
|
|
|
5242
|
-
declare const tagName$
|
|
5242
|
+
declare const tagName$O = 's-clickable-chip';
|
|
5243
5243
|
export interface ClickableChipJSXProps
|
|
5244
5244
|
extends Partial<ClickableChipProps>,
|
|
5245
5245
|
Pick<ClickableChipProps$1, 'id'> {
|
|
@@ -5249,9 +5249,9 @@ export interface ClickableChipJSXProps
|
|
|
5249
5249
|
* Only accepts `Icon` components.
|
|
5250
5250
|
*/
|
|
5251
5251
|
graphic?: ComponentChild;
|
|
5252
|
-
onClick?: ((event: CallbackEvent<typeof tagName$
|
|
5253
|
-
onRemove?: ((event: CallbackEvent<typeof tagName$
|
|
5254
|
-
onAfterHide?: ((event: CallbackEvent<typeof tagName$
|
|
5252
|
+
onClick?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
|
|
5253
|
+
onRemove?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
|
|
5254
|
+
onAfterHide?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
|
|
5255
5255
|
}
|
|
5256
5256
|
|
|
5257
5257
|
export type PreactFieldProps<Autocomplete extends string = string> =
|
|
@@ -5351,24 +5351,24 @@ declare class ColorField
|
|
|
5351
5351
|
}
|
|
5352
5352
|
declare global {
|
|
5353
5353
|
interface HTMLElementTagNameMap {
|
|
5354
|
-
[tagName$
|
|
5354
|
+
[tagName$N]: ColorField;
|
|
5355
5355
|
}
|
|
5356
5356
|
}
|
|
5357
5357
|
declare module 'preact' {
|
|
5358
5358
|
namespace createElement.JSX {
|
|
5359
5359
|
interface IntrinsicElements {
|
|
5360
|
-
[tagName$
|
|
5360
|
+
[tagName$N]: ColorFieldJSXProps & PreactBaseElementProps<ColorField>;
|
|
5361
5361
|
}
|
|
5362
5362
|
}
|
|
5363
5363
|
}
|
|
5364
5364
|
|
|
5365
|
-
declare const tagName$
|
|
5365
|
+
declare const tagName$N = 's-color-field';
|
|
5366
5366
|
export interface ColorFieldJSXProps
|
|
5367
5367
|
extends Partial<Omit<ColorFieldProps, 'accessory'>>,
|
|
5368
5368
|
Pick<ColorFieldProps$1, 'id' | 'alpha' | 'value' | 'defaultValue'>,
|
|
5369
|
-
FieldReactProps<typeof tagName$
|
|
5370
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
5371
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
5369
|
+
FieldReactProps<typeof tagName$N> {
|
|
5370
|
+
onInput?: (event: CallbackEvent<typeof tagName$N>) => void;
|
|
5371
|
+
onChange?: (event: CallbackEvent<typeof tagName$N>) => void;
|
|
5372
5372
|
}
|
|
5373
5373
|
|
|
5374
5374
|
export interface ColorPickerProps
|
|
@@ -5394,13 +5394,13 @@ declare class ColorPicker extends BaseClass$2 implements ColorPickerProps {
|
|
|
5394
5394
|
}
|
|
5395
5395
|
declare global {
|
|
5396
5396
|
interface HTMLElementTagNameMap {
|
|
5397
|
-
[tagName$
|
|
5397
|
+
[tagName$M]: ColorPicker;
|
|
5398
5398
|
}
|
|
5399
5399
|
}
|
|
5400
5400
|
declare module 'preact' {
|
|
5401
5401
|
namespace createElement.JSX {
|
|
5402
5402
|
interface IntrinsicElements {
|
|
5403
|
-
[tagName$
|
|
5403
|
+
[tagName$M]: Omit<
|
|
5404
5404
|
HTMLAttributes<HTMLElement>,
|
|
5405
5405
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5406
5406
|
> &
|
|
@@ -5409,15 +5409,15 @@ declare module 'preact' {
|
|
|
5409
5409
|
}
|
|
5410
5410
|
}
|
|
5411
5411
|
|
|
5412
|
-
declare const tagName$
|
|
5412
|
+
declare const tagName$M = 's-color-picker';
|
|
5413
5413
|
export interface ColorPickerJSXProps
|
|
5414
5414
|
extends Partial<ColorPickerProps>,
|
|
5415
5415
|
Pick<
|
|
5416
5416
|
ColorPickerProps$1,
|
|
5417
5417
|
'id' | 'alpha' | 'value' | 'defaultValue' | 'name'
|
|
5418
5418
|
> {
|
|
5419
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
5420
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
5419
|
+
onInput?: (event: CallbackEvent<typeof tagName$M>) => void | null;
|
|
5420
|
+
onChange?: (event: CallbackEvent<typeof tagName$M>) => void | null;
|
|
5421
5421
|
}
|
|
5422
5422
|
|
|
5423
5423
|
export interface DateFieldProps
|
|
@@ -5451,13 +5451,13 @@ declare class DateField
|
|
|
5451
5451
|
}
|
|
5452
5452
|
declare global {
|
|
5453
5453
|
interface HTMLElementTagNameMap {
|
|
5454
|
-
[tagName$
|
|
5454
|
+
[tagName$L]: DateField;
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|
|
5457
5457
|
declare module 'preact' {
|
|
5458
5458
|
namespace createElement.JSX {
|
|
5459
5459
|
interface IntrinsicElements {
|
|
5460
|
-
[tagName$
|
|
5460
|
+
[tagName$L]: Omit<
|
|
5461
5461
|
HTMLAttributes<HTMLElement>,
|
|
5462
5462
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5463
5463
|
> &
|
|
@@ -5466,16 +5466,16 @@ declare module 'preact' {
|
|
|
5466
5466
|
}
|
|
5467
5467
|
}
|
|
5468
5468
|
|
|
5469
|
-
declare const tagName$
|
|
5469
|
+
declare const tagName$L = 's-date-field';
|
|
5470
5470
|
export interface DateFieldJSXProps
|
|
5471
5471
|
extends Partial<DateFieldProps>,
|
|
5472
5472
|
Pick<DateFieldProps$1, 'id'> {
|
|
5473
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
5474
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
5475
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
5476
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
5477
|
-
onInvalid?: ((event: CallbackEvent<typeof tagName$
|
|
5478
|
-
onViewChange?: ((event: CallbackEvent<typeof tagName$
|
|
5473
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5474
|
+
onChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5475
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5476
|
+
onInput?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5477
|
+
onInvalid?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5478
|
+
onViewChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5479
5479
|
}
|
|
5480
5480
|
|
|
5481
5481
|
export interface DatePickerProps
|
|
@@ -5525,26 +5525,26 @@ declare class DatePicker extends BaseClass$1 implements DatePickerProps {
|
|
|
5525
5525
|
}
|
|
5526
5526
|
declare global {
|
|
5527
5527
|
interface HTMLElementTagNameMap {
|
|
5528
|
-
[tagName$
|
|
5528
|
+
[tagName$K]: DatePicker;
|
|
5529
5529
|
}
|
|
5530
5530
|
}
|
|
5531
5531
|
declare module 'preact' {
|
|
5532
5532
|
namespace createElement.JSX {
|
|
5533
5533
|
interface IntrinsicElements {
|
|
5534
|
-
[tagName$
|
|
5534
|
+
[tagName$K]: DatePickerJSXProps & PreactBaseElementProps<DatePicker>;
|
|
5535
5535
|
}
|
|
5536
5536
|
}
|
|
5537
5537
|
}
|
|
5538
5538
|
|
|
5539
|
-
declare const tagName$
|
|
5539
|
+
declare const tagName$K = 's-date-picker';
|
|
5540
5540
|
export interface DatePickerJSXProps
|
|
5541
5541
|
extends Partial<DatePickerProps>,
|
|
5542
5542
|
Pick<DatePickerProps$1, 'id'> {
|
|
5543
|
-
onViewChange?: ((event: CallbackEvent<typeof tagName$
|
|
5544
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
5545
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
5546
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
5547
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
5543
|
+
onViewChange?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
|
|
5544
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
|
|
5545
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
|
|
5546
|
+
onInput?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
|
|
5547
|
+
onChange?: ((event: CallbackEvent<typeof tagName$K>) => void) | null;
|
|
5548
5548
|
}
|
|
5549
5549
|
|
|
5550
5550
|
export interface DividerProps
|
|
@@ -5560,18 +5560,18 @@ declare class Divider extends PreactCustomElement implements DividerProps {
|
|
|
5560
5560
|
}
|
|
5561
5561
|
declare global {
|
|
5562
5562
|
interface HTMLElementTagNameMap {
|
|
5563
|
-
[tagName$
|
|
5563
|
+
[tagName$J]: Divider;
|
|
5564
5564
|
}
|
|
5565
5565
|
}
|
|
5566
5566
|
declare module 'preact' {
|
|
5567
5567
|
namespace createElement.JSX {
|
|
5568
5568
|
interface IntrinsicElements {
|
|
5569
|
-
[tagName$
|
|
5569
|
+
[tagName$J]: DividerJSXProps & PreactBaseElementProps<Divider>;
|
|
5570
5570
|
}
|
|
5571
5571
|
}
|
|
5572
5572
|
}
|
|
5573
5573
|
|
|
5574
|
-
declare const tagName$
|
|
5574
|
+
declare const tagName$J = 's-divider';
|
|
5575
5575
|
export interface DividerJSXProps
|
|
5576
5576
|
extends Partial<DividerProps>,
|
|
5577
5577
|
Pick<DividerProps$1, 'id'> {}
|
|
@@ -5628,13 +5628,13 @@ declare class DropZone extends BaseClass implements DropZoneProps {
|
|
|
5628
5628
|
}
|
|
5629
5629
|
declare global {
|
|
5630
5630
|
interface HTMLElementTagNameMap {
|
|
5631
|
-
[tagName$
|
|
5631
|
+
[tagName$I]: DropZone;
|
|
5632
5632
|
}
|
|
5633
5633
|
}
|
|
5634
5634
|
declare module 'preact' {
|
|
5635
5635
|
namespace createElement.JSX {
|
|
5636
5636
|
interface IntrinsicElements {
|
|
5637
|
-
[tagName$
|
|
5637
|
+
[tagName$I]: Omit<
|
|
5638
5638
|
HTMLAttributes<HTMLElement>,
|
|
5639
5639
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5640
5640
|
> &
|
|
@@ -5643,13 +5643,13 @@ declare module 'preact' {
|
|
|
5643
5643
|
}
|
|
5644
5644
|
}
|
|
5645
5645
|
|
|
5646
|
-
declare const tagName$
|
|
5646
|
+
declare const tagName$I = 's-drop-zone';
|
|
5647
5647
|
export interface DropZoneJSXProps
|
|
5648
5648
|
extends Partial<DropZoneProps>,
|
|
5649
5649
|
Pick<DropZoneProps$1, 'id'> {
|
|
5650
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
5651
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
5652
|
-
onDropRejected?: ((event: CallbackEvent<typeof tagName$
|
|
5650
|
+
onChange?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
|
|
5651
|
+
onInput?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
|
|
5652
|
+
onDropRejected?: ((event: CallbackEvent<typeof tagName$I>) => void) | null;
|
|
5653
5653
|
}
|
|
5654
5654
|
|
|
5655
5655
|
export type EmailFieldProps = PreactFieldProps<
|
|
@@ -5668,22 +5668,22 @@ declare class EmailField
|
|
|
5668
5668
|
}
|
|
5669
5669
|
declare global {
|
|
5670
5670
|
interface HTMLElementTagNameMap {
|
|
5671
|
-
[tagName$
|
|
5671
|
+
[tagName$H]: EmailField;
|
|
5672
5672
|
}
|
|
5673
5673
|
}
|
|
5674
5674
|
declare module 'preact' {
|
|
5675
5675
|
namespace createElement.JSX {
|
|
5676
5676
|
interface IntrinsicElements {
|
|
5677
|
-
[tagName$
|
|
5677
|
+
[tagName$H]: EmailFieldJSXProps & PreactBaseElementProps<EmailField>;
|
|
5678
5678
|
}
|
|
5679
5679
|
}
|
|
5680
5680
|
}
|
|
5681
5681
|
|
|
5682
|
-
declare const tagName$
|
|
5682
|
+
declare const tagName$H = 's-email-field';
|
|
5683
5683
|
export interface EmailFieldJSXProps
|
|
5684
5684
|
extends Partial<Omit<EmailFieldProps, 'accessory'>>,
|
|
5685
5685
|
Pick<EmailFieldProps$1, 'id'>,
|
|
5686
|
-
FieldReactProps<typeof tagName$
|
|
5686
|
+
FieldReactProps<typeof tagName$H> {}
|
|
5687
5687
|
|
|
5688
5688
|
export type RequiredAlignedProps = Required<GridProps$1>;
|
|
5689
5689
|
export type ResponsiveGridProps = MakeResponsivePick<
|
|
@@ -5764,18 +5764,18 @@ declare class Grid extends BoxElement implements GridProps {
|
|
|
5764
5764
|
}
|
|
5765
5765
|
declare global {
|
|
5766
5766
|
interface HTMLElementTagNameMap {
|
|
5767
|
-
[tagName$
|
|
5767
|
+
[tagName$G]: Grid;
|
|
5768
5768
|
}
|
|
5769
5769
|
}
|
|
5770
5770
|
declare module 'preact' {
|
|
5771
5771
|
namespace createElement.JSX {
|
|
5772
5772
|
interface IntrinsicElements {
|
|
5773
|
-
[tagName$
|
|
5773
|
+
[tagName$G]: GridJSXProps & PreactBaseElementPropsWithChildren<Grid>;
|
|
5774
5774
|
}
|
|
5775
5775
|
}
|
|
5776
5776
|
}
|
|
5777
5777
|
|
|
5778
|
-
declare const tagName$
|
|
5778
|
+
declare const tagName$G = 's-grid';
|
|
5779
5779
|
export interface GridJSXProps
|
|
5780
5780
|
extends Partial<GridProps>,
|
|
5781
5781
|
Pick<GridProps$1, 'id'> {}
|
|
@@ -5795,19 +5795,19 @@ declare class GridItem extends BoxElement implements GridItemProps {
|
|
|
5795
5795
|
}
|
|
5796
5796
|
declare global {
|
|
5797
5797
|
interface HTMLElementTagNameMap {
|
|
5798
|
-
[tagName$
|
|
5798
|
+
[tagName$F]: GridItem;
|
|
5799
5799
|
}
|
|
5800
5800
|
}
|
|
5801
5801
|
declare module 'preact' {
|
|
5802
5802
|
namespace createElement.JSX {
|
|
5803
5803
|
interface IntrinsicElements {
|
|
5804
|
-
[tagName$
|
|
5804
|
+
[tagName$F]: GridItemJSXProps &
|
|
5805
5805
|
PreactBaseElementPropsWithChildren<GridItem>;
|
|
5806
5806
|
}
|
|
5807
5807
|
}
|
|
5808
5808
|
}
|
|
5809
5809
|
|
|
5810
|
-
declare const tagName$
|
|
5810
|
+
declare const tagName$F = 's-grid-item';
|
|
5811
5811
|
export interface GridItemJSXProps
|
|
5812
5812
|
extends Partial<GridItemProps>,
|
|
5813
5813
|
Pick<GridItemProps$1, 'id'> {}
|
|
@@ -5831,19 +5831,19 @@ declare class Heading extends PreactCustomElement implements HeadingProps {
|
|
|
5831
5831
|
}
|
|
5832
5832
|
declare global {
|
|
5833
5833
|
interface HTMLElementTagNameMap {
|
|
5834
|
-
[tagName$
|
|
5834
|
+
[tagName$E]: Heading;
|
|
5835
5835
|
}
|
|
5836
5836
|
}
|
|
5837
5837
|
declare module 'preact' {
|
|
5838
5838
|
namespace createElement.JSX {
|
|
5839
5839
|
interface IntrinsicElements {
|
|
5840
|
-
[tagName$
|
|
5840
|
+
[tagName$E]: HeadingJSXProps &
|
|
5841
5841
|
PreactBaseElementPropsWithChildren<Heading>;
|
|
5842
5842
|
}
|
|
5843
5843
|
}
|
|
5844
5844
|
}
|
|
5845
5845
|
|
|
5846
|
-
declare const tagName$
|
|
5846
|
+
declare const tagName$E = 's-heading';
|
|
5847
5847
|
export interface HeadingJSXProps
|
|
5848
5848
|
extends Partial<HeadingProps>,
|
|
5849
5849
|
Pick<HeadingProps$1, 'id'> {}
|
|
@@ -5858,18 +5858,18 @@ declare class Icon extends PreactCustomElement implements IconProps {
|
|
|
5858
5858
|
}
|
|
5859
5859
|
declare global {
|
|
5860
5860
|
interface HTMLElementTagNameMap {
|
|
5861
|
-
[tagName$
|
|
5861
|
+
[tagName$D]: Icon;
|
|
5862
5862
|
}
|
|
5863
5863
|
}
|
|
5864
5864
|
declare module 'preact' {
|
|
5865
5865
|
namespace createElement.JSX {
|
|
5866
5866
|
interface IntrinsicElements {
|
|
5867
|
-
[tagName$
|
|
5867
|
+
[tagName$D]: IconJSXProps & PreactBaseElementProps<Icon>;
|
|
5868
5868
|
}
|
|
5869
5869
|
}
|
|
5870
5870
|
}
|
|
5871
5871
|
|
|
5872
|
-
declare const tagName$
|
|
5872
|
+
declare const tagName$D = 's-icon';
|
|
5873
5873
|
export interface IconJSXProps
|
|
5874
5874
|
extends Partial<IconProps>,
|
|
5875
5875
|
Pick<IconProps$1, 'id'> {}
|
|
@@ -5919,23 +5919,23 @@ declare class Image extends PreactCustomElement implements ImageProps {
|
|
|
5919
5919
|
}
|
|
5920
5920
|
declare global {
|
|
5921
5921
|
interface HTMLElementTagNameMap {
|
|
5922
|
-
[tagName$
|
|
5922
|
+
[tagName$C]: Image;
|
|
5923
5923
|
}
|
|
5924
5924
|
}
|
|
5925
5925
|
declare module 'preact' {
|
|
5926
5926
|
namespace createElement.JSX {
|
|
5927
5927
|
interface IntrinsicElements {
|
|
5928
|
-
[tagName$
|
|
5928
|
+
[tagName$C]: ImageJSXProps & PreactBaseElementProps<Image>;
|
|
5929
5929
|
}
|
|
5930
5930
|
}
|
|
5931
5931
|
}
|
|
5932
5932
|
|
|
5933
|
-
declare const tagName$
|
|
5933
|
+
declare const tagName$C = 's-image';
|
|
5934
5934
|
export interface ImageJSXProps
|
|
5935
5935
|
extends Partial<ImageProps>,
|
|
5936
5936
|
Pick<ImageProps$1, 'id'> {
|
|
5937
|
-
onError?: ((event: CallbackEvent<typeof tagName$
|
|
5938
|
-
onLoad?: ((event: CallbackEvent<typeof tagName$
|
|
5937
|
+
onError?: ((event: CallbackEvent<typeof tagName$C>) => void) | null;
|
|
5938
|
+
onLoad?: ((event: CallbackEvent<typeof tagName$C>) => void) | null;
|
|
5939
5939
|
}
|
|
5940
5940
|
|
|
5941
5941
|
export type RequiredLinkProps = Required<LinkProps$1>;
|
|
@@ -5972,22 +5972,22 @@ declare class Link extends Link_base implements LinkProps {
|
|
|
5972
5972
|
}
|
|
5973
5973
|
declare global {
|
|
5974
5974
|
interface HTMLElementTagNameMap {
|
|
5975
|
-
[tagName$
|
|
5975
|
+
[tagName$B]: Link;
|
|
5976
5976
|
}
|
|
5977
5977
|
}
|
|
5978
5978
|
declare module 'preact' {
|
|
5979
5979
|
namespace createElement.JSX {
|
|
5980
5980
|
interface IntrinsicElements {
|
|
5981
|
-
[tagName$
|
|
5981
|
+
[tagName$B]: LinkJSXProps & PreactBaseElementPropsWithChildren<Link>;
|
|
5982
5982
|
}
|
|
5983
5983
|
}
|
|
5984
5984
|
}
|
|
5985
5985
|
|
|
5986
|
-
declare const tagName$
|
|
5986
|
+
declare const tagName$B = 's-link';
|
|
5987
5987
|
export interface LinkJSXProps
|
|
5988
5988
|
extends Partial<LinkProps>,
|
|
5989
5989
|
Pick<LinkProps$1, 'id' | 'lang'> {
|
|
5990
|
-
onClick?: ((event: CallbackEvent<typeof tagName$
|
|
5990
|
+
onClick?: ((event: CallbackEvent<typeof tagName$B>) => void) | null;
|
|
5991
5991
|
}
|
|
5992
5992
|
|
|
5993
5993
|
export interface ListItemProps extends ListItemProps$1 {}
|
|
@@ -5997,19 +5997,19 @@ declare class ListItem extends PreactCustomElement implements ListItemProps {
|
|
|
5997
5997
|
}
|
|
5998
5998
|
declare global {
|
|
5999
5999
|
interface HTMLElementTagNameMap {
|
|
6000
|
-
[tagName$
|
|
6000
|
+
[tagName$A]: ListItem;
|
|
6001
6001
|
}
|
|
6002
6002
|
}
|
|
6003
6003
|
declare module 'preact' {
|
|
6004
6004
|
namespace createElement.JSX {
|
|
6005
6005
|
interface IntrinsicElements {
|
|
6006
|
-
[tagName$
|
|
6006
|
+
[tagName$A]: ListItemJSXProps &
|
|
6007
6007
|
PreactBaseElementPropsWithChildren<ListItem>;
|
|
6008
6008
|
}
|
|
6009
6009
|
}
|
|
6010
6010
|
}
|
|
6011
6011
|
|
|
6012
|
-
declare const tagName$
|
|
6012
|
+
declare const tagName$A = 's-list-item';
|
|
6013
6013
|
export interface ListItemJSXProps
|
|
6014
6014
|
extends Partial<ListItemProps>,
|
|
6015
6015
|
Pick<ListItemProps$1, 'id'> {}
|
|
@@ -6061,13 +6061,13 @@ declare class Menu extends PreactOverlayElement implements MenuProps {
|
|
|
6061
6061
|
}
|
|
6062
6062
|
declare global {
|
|
6063
6063
|
interface HTMLElementTagNameMap {
|
|
6064
|
-
[tagName$
|
|
6064
|
+
[tagName$z]: Menu;
|
|
6065
6065
|
}
|
|
6066
6066
|
}
|
|
6067
6067
|
declare module 'preact' {
|
|
6068
6068
|
namespace createElement.JSX {
|
|
6069
6069
|
interface IntrinsicElements {
|
|
6070
|
-
[tagName$
|
|
6070
|
+
[tagName$z]: Omit<
|
|
6071
6071
|
HTMLAttributes<HTMLElement>,
|
|
6072
6072
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
6073
6073
|
> &
|
|
@@ -6076,7 +6076,7 @@ declare module 'preact' {
|
|
|
6076
6076
|
}
|
|
6077
6077
|
}
|
|
6078
6078
|
|
|
6079
|
-
declare const tagName$
|
|
6079
|
+
declare const tagName$z = 's-menu';
|
|
6080
6080
|
export interface MenuJSXProps
|
|
6081
6081
|
extends Partial<MenuProps>,
|
|
6082
6082
|
Pick<MenuProps$1, 'id'> {
|
|
@@ -6165,13 +6165,13 @@ declare class Modal extends PreactOverlayElement implements ModalProps {
|
|
|
6165
6165
|
}
|
|
6166
6166
|
declare global {
|
|
6167
6167
|
interface HTMLElementTagNameMap {
|
|
6168
|
-
[tagName$
|
|
6168
|
+
[tagName$y]: Modal;
|
|
6169
6169
|
}
|
|
6170
6170
|
}
|
|
6171
6171
|
declare module 'preact' {
|
|
6172
6172
|
namespace createElement.JSX {
|
|
6173
6173
|
interface IntrinsicElements {
|
|
6174
|
-
[tagName$
|
|
6174
|
+
[tagName$y]: Omit<
|
|
6175
6175
|
HTMLAttributes<HTMLElement>,
|
|
6176
6176
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
6177
6177
|
> &
|
|
@@ -6180,7 +6180,7 @@ declare module 'preact' {
|
|
|
6180
6180
|
}
|
|
6181
6181
|
}
|
|
6182
6182
|
|
|
6183
|
-
declare const tagName$
|
|
6183
|
+
declare const tagName$y = 's-modal';
|
|
6184
6184
|
export interface ModalJSXProps
|
|
6185
6185
|
extends Partial<ModalProps>,
|
|
6186
6186
|
Pick<ModalProps$1, 'id' | 'children'> {
|
|
@@ -6196,10 +6196,10 @@ export interface ModalJSXProps
|
|
|
6196
6196
|
* Only `ButtonGroup` or `Button` with a variant of `secondary` or `auto` are allowed.
|
|
6197
6197
|
*/
|
|
6198
6198
|
secondaryActions?: ComponentChild;
|
|
6199
|
-
onHide?: ((event: CallbackEvent<typeof tagName$
|
|
6200
|
-
onShow?: ((event: CallbackEvent<typeof tagName$
|
|
6201
|
-
onAfterHide?: ((event: CallbackEvent<typeof tagName$
|
|
6202
|
-
onAfterShow?: ((event: CallbackEvent<typeof tagName$
|
|
6199
|
+
onHide?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
|
|
6200
|
+
onShow?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
|
|
6201
|
+
onAfterHide?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
|
|
6202
|
+
onAfterShow?: ((event: CallbackEvent<typeof tagName$y>) => void) | null;
|
|
6203
6203
|
}
|
|
6204
6204
|
|
|
6205
6205
|
export type RequiredMoneyFieldProps = Required<MoneyFieldProps$1>;
|
|
@@ -6220,21 +6220,21 @@ declare class MoneyField
|
|
|
6220
6220
|
}
|
|
6221
6221
|
declare global {
|
|
6222
6222
|
interface HTMLElementTagNameMap {
|
|
6223
|
-
[tagName$
|
|
6223
|
+
[tagName$x]: MoneyField;
|
|
6224
6224
|
}
|
|
6225
6225
|
}
|
|
6226
6226
|
declare module 'preact' {
|
|
6227
6227
|
namespace createElement.JSX {
|
|
6228
6228
|
interface IntrinsicElements {
|
|
6229
|
-
[tagName$
|
|
6229
|
+
[tagName$x]: MoneyFieldJSXProps & PreactBaseElementProps<MoneyField>;
|
|
6230
6230
|
}
|
|
6231
6231
|
}
|
|
6232
6232
|
}
|
|
6233
6233
|
|
|
6234
|
-
declare const tagName$
|
|
6234
|
+
declare const tagName$x = 's-money-field';
|
|
6235
6235
|
export interface MoneyFieldJSXProps
|
|
6236
6236
|
extends Partial<MoneyFieldProps>,
|
|
6237
|
-
FieldReactProps<typeof tagName$
|
|
6237
|
+
FieldReactProps<typeof tagName$x>,
|
|
6238
6238
|
Pick<MoneyFieldProps$1, 'id'> {}
|
|
6239
6239
|
|
|
6240
6240
|
export interface NumberFieldProps
|
|
@@ -6265,22 +6265,22 @@ declare class NumberField
|
|
|
6265
6265
|
}
|
|
6266
6266
|
declare global {
|
|
6267
6267
|
interface HTMLElementTagNameMap {
|
|
6268
|
-
[tagName$
|
|
6268
|
+
[tagName$w]: NumberField;
|
|
6269
6269
|
}
|
|
6270
6270
|
}
|
|
6271
6271
|
declare module 'preact' {
|
|
6272
6272
|
namespace createElement.JSX {
|
|
6273
6273
|
interface IntrinsicElements {
|
|
6274
|
-
[tagName$
|
|
6274
|
+
[tagName$w]: NumberFieldJSXProps & PreactBaseElementProps<NumberField>;
|
|
6275
6275
|
}
|
|
6276
6276
|
}
|
|
6277
6277
|
}
|
|
6278
6278
|
|
|
6279
|
-
declare const tagName$
|
|
6279
|
+
declare const tagName$w = 's-number-field';
|
|
6280
6280
|
export interface NumberFieldJSXProps
|
|
6281
6281
|
extends Partial<NumberFieldProps>,
|
|
6282
6282
|
Pick<NumberFieldProps$1, 'id'>,
|
|
6283
|
-
FieldReactProps<typeof tagName$
|
|
6283
|
+
FieldReactProps<typeof tagName$w> {}
|
|
6284
6284
|
|
|
6285
6285
|
export interface OptionProps
|
|
6286
6286
|
extends Required<
|
|
@@ -6296,18 +6296,18 @@ declare class Option extends PreactCustomElement implements OptionProps {
|
|
|
6296
6296
|
}
|
|
6297
6297
|
declare global {
|
|
6298
6298
|
interface HTMLElementTagNameMap {
|
|
6299
|
-
[tagName$
|
|
6299
|
+
[tagName$v]: Option;
|
|
6300
6300
|
}
|
|
6301
6301
|
}
|
|
6302
6302
|
declare module 'preact' {
|
|
6303
6303
|
namespace createElement.JSX {
|
|
6304
6304
|
interface IntrinsicElements {
|
|
6305
|
-
[tagName$
|
|
6305
|
+
[tagName$v]: OptionJSXProps & PreactBaseElementPropsWithChildren<Option>;
|
|
6306
6306
|
}
|
|
6307
6307
|
}
|
|
6308
6308
|
}
|
|
6309
6309
|
|
|
6310
|
-
declare const tagName$
|
|
6310
|
+
declare const tagName$v = 's-option';
|
|
6311
6311
|
export interface OptionJSXProps extends Partial<OptionProps> {}
|
|
6312
6312
|
|
|
6313
6313
|
export interface OptionGroupProps
|
|
@@ -6323,19 +6323,19 @@ declare class OptionGroup
|
|
|
6323
6323
|
}
|
|
6324
6324
|
declare global {
|
|
6325
6325
|
interface HTMLElementTagNameMap {
|
|
6326
|
-
[tagName$
|
|
6326
|
+
[tagName$u]: OptionGroup;
|
|
6327
6327
|
}
|
|
6328
6328
|
}
|
|
6329
6329
|
declare module 'preact' {
|
|
6330
6330
|
namespace createElement.JSX {
|
|
6331
6331
|
interface IntrinsicElements {
|
|
6332
|
-
[tagName$
|
|
6332
|
+
[tagName$u]: OptionGroupJSXProps &
|
|
6333
6333
|
PreactBaseElementPropsWithChildren<OptionGroup>;
|
|
6334
6334
|
}
|
|
6335
6335
|
}
|
|
6336
6336
|
}
|
|
6337
6337
|
|
|
6338
|
-
declare const tagName$
|
|
6338
|
+
declare const tagName$u = 's-option-group';
|
|
6339
6339
|
export interface OptionGroupJSXProps extends Partial<OptionGroupProps> {}
|
|
6340
6340
|
|
|
6341
6341
|
export interface OrderedListProps extends OrderedListProps$1 {}
|
|
@@ -6348,19 +6348,19 @@ declare class OrderedList
|
|
|
6348
6348
|
}
|
|
6349
6349
|
declare global {
|
|
6350
6350
|
interface HTMLElementTagNameMap {
|
|
6351
|
-
[tagName$
|
|
6351
|
+
[tagName$t]: OrderedList;
|
|
6352
6352
|
}
|
|
6353
6353
|
}
|
|
6354
6354
|
declare module 'preact' {
|
|
6355
6355
|
namespace createElement.JSX {
|
|
6356
6356
|
interface IntrinsicElements {
|
|
6357
|
-
[tagName$
|
|
6357
|
+
[tagName$t]: OrderedListJSXProps &
|
|
6358
6358
|
PreactBaseElementPropsWithChildren<OrderedList>;
|
|
6359
6359
|
}
|
|
6360
6360
|
}
|
|
6361
6361
|
}
|
|
6362
6362
|
|
|
6363
|
-
declare const tagName$
|
|
6363
|
+
declare const tagName$t = 's-ordered-list';
|
|
6364
6364
|
export interface OrderedListJSXProps
|
|
6365
6365
|
extends Partial<OrderedListProps>,
|
|
6366
6366
|
Pick<OrderedListProps$1, 'id'> {}
|
|
@@ -6379,19 +6379,19 @@ declare class Page extends PreactCustomElement implements PageProps {
|
|
|
6379
6379
|
}
|
|
6380
6380
|
declare global {
|
|
6381
6381
|
interface HTMLElementTagNameMap {
|
|
6382
|
-
[tagName$
|
|
6382
|
+
[tagName$s]: Page;
|
|
6383
6383
|
}
|
|
6384
6384
|
}
|
|
6385
6385
|
declare module 'preact' {
|
|
6386
6386
|
namespace createElement.JSX {
|
|
6387
6387
|
interface IntrinsicElements {
|
|
6388
|
-
[tagName$
|
|
6388
|
+
[tagName$s]: Omit<PageJSXProps, 'aside'> &
|
|
6389
6389
|
PreactBaseElementPropsWithChildren<Page>;
|
|
6390
6390
|
}
|
|
6391
6391
|
}
|
|
6392
6392
|
}
|
|
6393
6393
|
|
|
6394
|
-
declare const tagName$
|
|
6394
|
+
declare const tagName$s = 's-page';
|
|
6395
6395
|
export interface PageJSXProps extends Partial<PageProps> {
|
|
6396
6396
|
/**
|
|
6397
6397
|
* The content to display in the aside section of the page.
|
|
@@ -6451,19 +6451,19 @@ declare class Paragraph extends PreactCustomElement implements ParagraphProps {
|
|
|
6451
6451
|
}
|
|
6452
6452
|
declare global {
|
|
6453
6453
|
interface HTMLElementTagNameMap {
|
|
6454
|
-
[tagName$
|
|
6454
|
+
[tagName$r]: Paragraph;
|
|
6455
6455
|
}
|
|
6456
6456
|
}
|
|
6457
6457
|
declare module 'preact' {
|
|
6458
6458
|
namespace createElement.JSX {
|
|
6459
6459
|
interface IntrinsicElements {
|
|
6460
|
-
[tagName$
|
|
6460
|
+
[tagName$r]: ParagraphJSXProps &
|
|
6461
6461
|
PreactBaseElementPropsWithChildren<Paragraph>;
|
|
6462
6462
|
}
|
|
6463
6463
|
}
|
|
6464
6464
|
}
|
|
6465
6465
|
|
|
6466
|
-
declare const tagName$
|
|
6466
|
+
declare const tagName$r = 's-paragraph';
|
|
6467
6467
|
export interface ParagraphJSXProps
|
|
6468
6468
|
extends Partial<ParagraphProps>,
|
|
6469
6469
|
Pick<ParagraphProps$1, 'id'> {}
|
|
@@ -6500,23 +6500,23 @@ declare class PasswordField
|
|
|
6500
6500
|
}
|
|
6501
6501
|
declare global {
|
|
6502
6502
|
interface HTMLElementTagNameMap {
|
|
6503
|
-
[tagName$
|
|
6503
|
+
[tagName$q]: PasswordField;
|
|
6504
6504
|
}
|
|
6505
6505
|
}
|
|
6506
6506
|
declare module 'preact' {
|
|
6507
6507
|
namespace createElement.JSX {
|
|
6508
6508
|
interface IntrinsicElements {
|
|
6509
|
-
[tagName$
|
|
6509
|
+
[tagName$q]: PasswordFieldJSXProps &
|
|
6510
6510
|
PreactBaseElementProps<PasswordField>;
|
|
6511
6511
|
}
|
|
6512
6512
|
}
|
|
6513
6513
|
}
|
|
6514
6514
|
|
|
6515
|
-
declare const tagName$
|
|
6515
|
+
declare const tagName$q = 's-password-field';
|
|
6516
6516
|
export interface PasswordFieldJSXProps
|
|
6517
6517
|
extends Partial<PasswordFieldProps>,
|
|
6518
6518
|
Pick<PasswordFieldProps$1, 'id'>,
|
|
6519
|
-
FieldReactProps<typeof tagName$
|
|
6519
|
+
FieldReactProps<typeof tagName$q> {}
|
|
6520
6520
|
|
|
6521
6521
|
export interface PopoverProps
|
|
6522
6522
|
extends Required<
|
|
@@ -6545,34 +6545,34 @@ declare class PreactPopoverElement<TTagName extends keyof HTMLElementTagNameMap>
|
|
|
6545
6545
|
}
|
|
6546
6546
|
|
|
6547
6547
|
declare class Popover
|
|
6548
|
-
extends PreactPopoverElement<typeof tagName$
|
|
6548
|
+
extends PreactPopoverElement<typeof tagName$p>
|
|
6549
6549
|
implements PopoverProps
|
|
6550
6550
|
{
|
|
6551
6551
|
constructor();
|
|
6552
6552
|
}
|
|
6553
6553
|
declare global {
|
|
6554
6554
|
interface HTMLElementTagNameMap {
|
|
6555
|
-
[tagName$
|
|
6555
|
+
[tagName$p]: Popover;
|
|
6556
6556
|
}
|
|
6557
6557
|
}
|
|
6558
6558
|
declare module 'preact' {
|
|
6559
6559
|
namespace createElement.JSX {
|
|
6560
6560
|
interface IntrinsicElements {
|
|
6561
|
-
[tagName$
|
|
6561
|
+
[tagName$p]: PopoverJSXProps &
|
|
6562
6562
|
PreactBaseElementPropsWithChildren<Popover>;
|
|
6563
6563
|
}
|
|
6564
6564
|
}
|
|
6565
6565
|
}
|
|
6566
6566
|
|
|
6567
|
-
declare const tagName$
|
|
6567
|
+
declare const tagName$p = 's-popover';
|
|
6568
6568
|
export interface PopoverJSXProps extends Partial<PopoverProps> {
|
|
6569
6569
|
id?: string;
|
|
6570
|
-
onHide?: (event: CallbackEvent<typeof tagName$
|
|
6571
|
-
onShow?: (event: CallbackEvent<typeof tagName$
|
|
6572
|
-
onAfterHide?: (event: CallbackEvent<typeof tagName$
|
|
6573
|
-
onAfterShow?: (event: CallbackEvent<typeof tagName$
|
|
6574
|
-
onToggle?: (event: CallbackToggleEvent<typeof tagName$
|
|
6575
|
-
onAfterToggle?: (event: CallbackToggleEvent<typeof tagName$
|
|
6570
|
+
onHide?: (event: CallbackEvent<typeof tagName$p>) => void | null;
|
|
6571
|
+
onShow?: (event: CallbackEvent<typeof tagName$p>) => void | null;
|
|
6572
|
+
onAfterHide?: (event: CallbackEvent<typeof tagName$p>) => void | null;
|
|
6573
|
+
onAfterShow?: (event: CallbackEvent<typeof tagName$p>) => void | null;
|
|
6574
|
+
onToggle?: (event: CallbackToggleEvent<typeof tagName$p>) => void | null;
|
|
6575
|
+
onAfterToggle?: (event: CallbackToggleEvent<typeof tagName$p>) => void | null;
|
|
6576
6576
|
}
|
|
6577
6577
|
|
|
6578
6578
|
export interface QueryContainerProps
|
|
@@ -6589,13 +6589,13 @@ declare class QueryContainer
|
|
|
6589
6589
|
}
|
|
6590
6590
|
declare global {
|
|
6591
6591
|
interface HTMLElementTagNameMap {
|
|
6592
|
-
[tagName$
|
|
6592
|
+
[tagName$o]: QueryContainer;
|
|
6593
6593
|
}
|
|
6594
6594
|
}
|
|
6595
6595
|
declare module 'preact' {
|
|
6596
6596
|
namespace createElement.JSX {
|
|
6597
6597
|
interface IntrinsicElements {
|
|
6598
|
-
[tagName$
|
|
6598
|
+
[tagName$o]: Omit<
|
|
6599
6599
|
HTMLAttributes<HTMLElement>,
|
|
6600
6600
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
6601
6601
|
> &
|
|
@@ -6604,7 +6604,7 @@ declare module 'preact' {
|
|
|
6604
6604
|
}
|
|
6605
6605
|
}
|
|
6606
6606
|
|
|
6607
|
-
declare const tagName$
|
|
6607
|
+
declare const tagName$o = 's-query-container';
|
|
6608
6608
|
export interface QueryContainerJSXProps
|
|
6609
6609
|
extends Partial<QueryContainerProps$1>,
|
|
6610
6610
|
Pick<QueryContainerProps$1, 'id'> {}
|
|
@@ -6644,22 +6644,22 @@ declare class SearchField
|
|
|
6644
6644
|
}
|
|
6645
6645
|
declare global {
|
|
6646
6646
|
interface HTMLElementTagNameMap {
|
|
6647
|
-
[tagName$
|
|
6647
|
+
[tagName$n]: SearchField;
|
|
6648
6648
|
}
|
|
6649
6649
|
}
|
|
6650
6650
|
declare module 'preact' {
|
|
6651
6651
|
namespace createElement.JSX {
|
|
6652
6652
|
interface IntrinsicElements {
|
|
6653
|
-
[tagName$
|
|
6653
|
+
[tagName$n]: SearchFieldJSXProps & PreactBaseElementProps<SearchField>;
|
|
6654
6654
|
}
|
|
6655
6655
|
}
|
|
6656
6656
|
}
|
|
6657
6657
|
|
|
6658
|
-
declare const tagName$
|
|
6658
|
+
declare const tagName$n = 's-search-field';
|
|
6659
6659
|
export interface SearchFieldJSXProps
|
|
6660
6660
|
extends Partial<SearchFieldProps>,
|
|
6661
6661
|
Pick<TextFieldProps$1, 'id'>,
|
|
6662
|
-
FieldReactProps<typeof tagName$
|
|
6662
|
+
FieldReactProps<typeof tagName$n> {}
|
|
6663
6663
|
|
|
6664
6664
|
export type RequiredSectionProps = Required<SectionProps$1>;
|
|
6665
6665
|
export interface SectionProps
|
|
@@ -6682,19 +6682,19 @@ declare class Section extends PreactCustomElement implements SectionProps {
|
|
|
6682
6682
|
}
|
|
6683
6683
|
declare global {
|
|
6684
6684
|
interface HTMLElementTagNameMap {
|
|
6685
|
-
[tagName$
|
|
6685
|
+
[tagName$m]: Section;
|
|
6686
6686
|
}
|
|
6687
6687
|
}
|
|
6688
6688
|
declare module 'preact' {
|
|
6689
6689
|
namespace createElement.JSX {
|
|
6690
6690
|
interface IntrinsicElements {
|
|
6691
|
-
[tagName$
|
|
6691
|
+
[tagName$m]: SectionJSXProps &
|
|
6692
6692
|
PreactBaseElementPropsWithChildren<Section>;
|
|
6693
6693
|
}
|
|
6694
6694
|
}
|
|
6695
6695
|
}
|
|
6696
6696
|
|
|
6697
|
-
declare const tagName$
|
|
6697
|
+
declare const tagName$m = 's-section';
|
|
6698
6698
|
export interface SectionJSXProps
|
|
6699
6699
|
extends Partial<SectionProps>,
|
|
6700
6700
|
Pick<SectionProps$1, 'id'> {}
|
|
@@ -6752,23 +6752,23 @@ declare class Select extends PreactInputElement implements SelectProps {
|
|
|
6752
6752
|
}
|
|
6753
6753
|
declare global {
|
|
6754
6754
|
interface HTMLElementTagNameMap {
|
|
6755
|
-
[tagName$
|
|
6755
|
+
[tagName$l]: Select;
|
|
6756
6756
|
}
|
|
6757
6757
|
}
|
|
6758
6758
|
declare module 'preact' {
|
|
6759
6759
|
namespace createElement.JSX {
|
|
6760
6760
|
interface IntrinsicElements {
|
|
6761
|
-
[tagName$
|
|
6761
|
+
[tagName$l]: SelectJSXProps & PreactBaseElementPropsWithChildren<Select>;
|
|
6762
6762
|
}
|
|
6763
6763
|
}
|
|
6764
6764
|
}
|
|
6765
6765
|
|
|
6766
|
-
declare const tagName$
|
|
6766
|
+
declare const tagName$l = 's-select';
|
|
6767
6767
|
export interface SelectJSXProps extends Partial<SelectProps> {
|
|
6768
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
6769
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
6770
|
-
onBlur?: (event: CallbackEvent<typeof tagName$
|
|
6771
|
-
onFocus?: (event: CallbackEvent<typeof tagName$
|
|
6768
|
+
onChange?: (event: CallbackEvent<typeof tagName$l>) => void;
|
|
6769
|
+
onInput?: (event: CallbackEvent<typeof tagName$l>) => void;
|
|
6770
|
+
onBlur?: (event: CallbackEvent<typeof tagName$l>) => void;
|
|
6771
|
+
onFocus?: (event: CallbackEvent<typeof tagName$l>) => void;
|
|
6772
6772
|
}
|
|
6773
6773
|
|
|
6774
6774
|
export interface SpinnerProps
|
|
@@ -6783,18 +6783,18 @@ declare class Spinner extends PreactCustomElement implements SpinnerProps {
|
|
|
6783
6783
|
}
|
|
6784
6784
|
declare global {
|
|
6785
6785
|
interface HTMLElementTagNameMap {
|
|
6786
|
-
[tagName$
|
|
6786
|
+
[tagName$k]: Spinner;
|
|
6787
6787
|
}
|
|
6788
6788
|
}
|
|
6789
6789
|
declare module 'preact' {
|
|
6790
6790
|
namespace createElement.JSX {
|
|
6791
6791
|
interface IntrinsicElements {
|
|
6792
|
-
[tagName$
|
|
6792
|
+
[tagName$k]: SpinnerJSXProps & PreactBaseElementProps<Spinner>;
|
|
6793
6793
|
}
|
|
6794
6794
|
}
|
|
6795
6795
|
}
|
|
6796
6796
|
|
|
6797
|
-
declare const tagName$
|
|
6797
|
+
declare const tagName$k = 's-spinner';
|
|
6798
6798
|
export interface SpinnerJSXProps
|
|
6799
6799
|
extends Partial<SpinnerProps>,
|
|
6800
6800
|
Pick<SpinnerProps$1, 'id'> {}
|
|
@@ -6872,18 +6872,18 @@ declare class Stack extends BoxElement implements StackProps {
|
|
|
6872
6872
|
}
|
|
6873
6873
|
declare global {
|
|
6874
6874
|
interface HTMLElementTagNameMap {
|
|
6875
|
-
[tagName$
|
|
6875
|
+
[tagName$j]: Stack;
|
|
6876
6876
|
}
|
|
6877
6877
|
}
|
|
6878
6878
|
declare module 'preact' {
|
|
6879
6879
|
namespace createElement.JSX {
|
|
6880
6880
|
interface IntrinsicElements {
|
|
6881
|
-
[tagName$
|
|
6881
|
+
[tagName$j]: StackJSXProps & PreactBaseElementPropsWithChildren<Stack>;
|
|
6882
6882
|
}
|
|
6883
6883
|
}
|
|
6884
6884
|
}
|
|
6885
6885
|
|
|
6886
|
-
declare const tagName$
|
|
6886
|
+
declare const tagName$j = 's-stack';
|
|
6887
6887
|
export interface StackJSXProps
|
|
6888
6888
|
extends Partial<StackProps>,
|
|
6889
6889
|
Pick<StackProps$1, 'id'> {}
|
|
@@ -6898,23 +6898,23 @@ declare class Switch extends PreactCheckboxElement implements SwitchProps {
|
|
|
6898
6898
|
}
|
|
6899
6899
|
declare global {
|
|
6900
6900
|
interface HTMLElementTagNameMap {
|
|
6901
|
-
[tagName$
|
|
6901
|
+
[tagName$i]: Switch;
|
|
6902
6902
|
}
|
|
6903
6903
|
}
|
|
6904
6904
|
declare module 'preact' {
|
|
6905
6905
|
namespace createElement.JSX {
|
|
6906
6906
|
interface IntrinsicElements {
|
|
6907
|
-
[tagName$
|
|
6907
|
+
[tagName$i]: SwitchJSXProps & PreactBaseElementProps<Switch>;
|
|
6908
6908
|
}
|
|
6909
6909
|
}
|
|
6910
6910
|
}
|
|
6911
6911
|
|
|
6912
|
-
declare const tagName$
|
|
6912
|
+
declare const tagName$i = 's-switch';
|
|
6913
6913
|
export interface SwitchJSXProps
|
|
6914
6914
|
extends Partial<SwitchProps>,
|
|
6915
6915
|
Pick<SwitchProps$1, 'id'> {
|
|
6916
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
6917
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
6916
|
+
onChange?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
|
|
6917
|
+
onInput?: ((event: CallbackEvent<typeof tagName$i>) => void) | null;
|
|
6918
6918
|
}
|
|
6919
6919
|
|
|
6920
6920
|
export interface TableProps
|
|
@@ -6968,19 +6968,19 @@ declare class Table extends PreactCustomElement implements TableProps {
|
|
|
6968
6968
|
}
|
|
6969
6969
|
declare global {
|
|
6970
6970
|
interface HTMLElementTagNameMap {
|
|
6971
|
-
[tagName$
|
|
6971
|
+
[tagName$h]: Table;
|
|
6972
6972
|
}
|
|
6973
6973
|
}
|
|
6974
6974
|
declare module 'preact' {
|
|
6975
6975
|
namespace createElement.JSX {
|
|
6976
6976
|
interface IntrinsicElements {
|
|
6977
|
-
[tagName$
|
|
6977
|
+
[tagName$h]: Omit<TableJSXProps, 'filters'> &
|
|
6978
6978
|
PreactBaseElementPropsWithChildren<Table>;
|
|
6979
6979
|
}
|
|
6980
6980
|
}
|
|
6981
6981
|
}
|
|
6982
6982
|
|
|
6983
|
-
declare const tagName$
|
|
6983
|
+
declare const tagName$h = 's-table';
|
|
6984
6984
|
export interface TableJSXProps
|
|
6985
6985
|
extends Partial<TableProps>,
|
|
6986
6986
|
Pick<TableProps$1, 'id' | 'onNextPage' | 'onPreviousPage'> {
|
|
@@ -6997,19 +6997,19 @@ declare class TableBody extends PreactCustomElement implements TableBodyProps {
|
|
|
6997
6997
|
}
|
|
6998
6998
|
declare global {
|
|
6999
6999
|
interface HTMLElementTagNameMap {
|
|
7000
|
-
[tagName$
|
|
7000
|
+
[tagName$g]: TableBody;
|
|
7001
7001
|
}
|
|
7002
7002
|
}
|
|
7003
7003
|
declare module 'preact' {
|
|
7004
7004
|
namespace createElement.JSX {
|
|
7005
7005
|
interface IntrinsicElements {
|
|
7006
|
-
[tagName$
|
|
7006
|
+
[tagName$g]: TableBodyJSXProps &
|
|
7007
7007
|
PreactBaseElementPropsWithChildren<TableBody>;
|
|
7008
7008
|
}
|
|
7009
7009
|
}
|
|
7010
7010
|
}
|
|
7011
7011
|
|
|
7012
|
-
declare const tagName$
|
|
7012
|
+
declare const tagName$g = 's-table-body';
|
|
7013
7013
|
export interface TableBodyJSXProps
|
|
7014
7014
|
extends Partial<TableBodyProps>,
|
|
7015
7015
|
Pick<TableBodyProps$1, 'id'> {}
|
|
@@ -7027,19 +7027,19 @@ declare class TableCell extends PreactCustomElement implements TableCellProps {
|
|
|
7027
7027
|
}
|
|
7028
7028
|
declare global {
|
|
7029
7029
|
interface HTMLElementTagNameMap {
|
|
7030
|
-
[tagName$
|
|
7030
|
+
[tagName$f]: TableCell;
|
|
7031
7031
|
}
|
|
7032
7032
|
}
|
|
7033
7033
|
declare module 'preact' {
|
|
7034
7034
|
namespace createElement.JSX {
|
|
7035
7035
|
interface IntrinsicElements {
|
|
7036
|
-
[tagName$
|
|
7036
|
+
[tagName$f]: TableCellJSXProps &
|
|
7037
7037
|
PreactBaseElementPropsWithChildren<TableCell>;
|
|
7038
7038
|
}
|
|
7039
7039
|
}
|
|
7040
7040
|
}
|
|
7041
7041
|
|
|
7042
|
-
declare const tagName$
|
|
7042
|
+
declare const tagName$f = 's-table-cell';
|
|
7043
7043
|
export interface TableCellJSXProps
|
|
7044
7044
|
extends Partial<TableCellProps>,
|
|
7045
7045
|
Pick<TableCellProps$1, 'id'> {}
|
|
@@ -7054,19 +7054,19 @@ declare class TableHeader
|
|
|
7054
7054
|
}
|
|
7055
7055
|
declare global {
|
|
7056
7056
|
interface HTMLElementTagNameMap {
|
|
7057
|
-
[tagName$
|
|
7057
|
+
[tagName$e]: TableHeader;
|
|
7058
7058
|
}
|
|
7059
7059
|
}
|
|
7060
7060
|
declare module 'preact' {
|
|
7061
7061
|
namespace createElement.JSX {
|
|
7062
7062
|
interface IntrinsicElements {
|
|
7063
|
-
[tagName$
|
|
7063
|
+
[tagName$e]: TableHeaderJSXProps &
|
|
7064
7064
|
PreactBaseElementPropsWithChildren<TableHeader>;
|
|
7065
7065
|
}
|
|
7066
7066
|
}
|
|
7067
7067
|
}
|
|
7068
7068
|
|
|
7069
|
-
declare const tagName$
|
|
7069
|
+
declare const tagName$e = 's-table-header';
|
|
7070
7070
|
export interface TableHeaderJSXProps
|
|
7071
7071
|
extends Partial<TableHeaderProps>,
|
|
7072
7072
|
Pick<TableHeaderProps$1, 'id'> {}
|
|
@@ -7085,19 +7085,19 @@ declare class TableHeaderRow
|
|
|
7085
7085
|
}
|
|
7086
7086
|
declare global {
|
|
7087
7087
|
interface HTMLElementTagNameMap {
|
|
7088
|
-
[tagName$
|
|
7088
|
+
[tagName$d]: TableHeaderRow;
|
|
7089
7089
|
}
|
|
7090
7090
|
}
|
|
7091
7091
|
declare module 'preact' {
|
|
7092
7092
|
namespace createElement.JSX {
|
|
7093
7093
|
interface IntrinsicElements {
|
|
7094
|
-
[tagName$
|
|
7094
|
+
[tagName$d]: TableHeaderRowJSXProps &
|
|
7095
7095
|
PreactBaseElementPropsWithChildren<TableHeaderRow>;
|
|
7096
7096
|
}
|
|
7097
7097
|
}
|
|
7098
7098
|
}
|
|
7099
7099
|
|
|
7100
|
-
declare const tagName$
|
|
7100
|
+
declare const tagName$d = 's-table-header-row';
|
|
7101
7101
|
export interface TableHeaderRowJSXProps
|
|
7102
7102
|
extends Partial<TableHeaderRowProps>,
|
|
7103
7103
|
Pick<TableHeaderRowProps$1, 'id'> {}
|
|
@@ -7111,19 +7111,19 @@ declare class TableRow extends PreactCustomElement implements TableRowProps {
|
|
|
7111
7111
|
}
|
|
7112
7112
|
declare global {
|
|
7113
7113
|
interface HTMLElementTagNameMap {
|
|
7114
|
-
[tagName$
|
|
7114
|
+
[tagName$c]: TableRow;
|
|
7115
7115
|
}
|
|
7116
7116
|
}
|
|
7117
7117
|
declare module 'preact' {
|
|
7118
7118
|
namespace createElement.JSX {
|
|
7119
7119
|
interface IntrinsicElements {
|
|
7120
|
-
[tagName$
|
|
7120
|
+
[tagName$c]: TableRowJSXProps &
|
|
7121
7121
|
PreactBaseElementPropsWithChildren<TableRow>;
|
|
7122
7122
|
}
|
|
7123
7123
|
}
|
|
7124
7124
|
}
|
|
7125
7125
|
|
|
7126
|
-
declare const tagName$
|
|
7126
|
+
declare const tagName$c = 's-table-row';
|
|
7127
7127
|
export interface TableRowJSXProps
|
|
7128
7128
|
extends Partial<TableRowProps>,
|
|
7129
7129
|
Pick<TableRowProps$1, 'id'> {}
|
|
@@ -7168,18 +7168,18 @@ declare class Text extends PreactCustomElement implements TextProps {
|
|
|
7168
7168
|
}
|
|
7169
7169
|
declare global {
|
|
7170
7170
|
interface HTMLElementTagNameMap {
|
|
7171
|
-
[tagName$
|
|
7171
|
+
[tagName$b]: Text;
|
|
7172
7172
|
}
|
|
7173
7173
|
}
|
|
7174
7174
|
declare module 'preact' {
|
|
7175
7175
|
namespace createElement.JSX {
|
|
7176
7176
|
interface IntrinsicElements {
|
|
7177
|
-
[tagName$
|
|
7177
|
+
[tagName$b]: TextJSXProps & PreactBaseElementPropsWithChildren<Text>;
|
|
7178
7178
|
}
|
|
7179
7179
|
}
|
|
7180
7180
|
}
|
|
7181
7181
|
|
|
7182
|
-
declare const tagName$
|
|
7182
|
+
declare const tagName$b = 's-text';
|
|
7183
7183
|
export interface TextJSXProps
|
|
7184
7184
|
extends Partial<TextProps>,
|
|
7185
7185
|
Pick<TextProps$1, 'id'> {}
|
|
@@ -7200,22 +7200,22 @@ declare class TextArea
|
|
|
7200
7200
|
}
|
|
7201
7201
|
declare global {
|
|
7202
7202
|
interface HTMLElementTagNameMap {
|
|
7203
|
-
[tagName$
|
|
7203
|
+
[tagName$a]: TextArea;
|
|
7204
7204
|
}
|
|
7205
7205
|
}
|
|
7206
7206
|
declare module 'preact' {
|
|
7207
7207
|
namespace createElement.JSX {
|
|
7208
7208
|
interface IntrinsicElements {
|
|
7209
|
-
[tagName$
|
|
7209
|
+
[tagName$a]: TextAreaJSXProps & PreactBaseElementProps<TextArea>;
|
|
7210
7210
|
}
|
|
7211
7211
|
}
|
|
7212
7212
|
}
|
|
7213
7213
|
|
|
7214
|
-
declare const tagName$
|
|
7214
|
+
declare const tagName$a = 's-text-area';
|
|
7215
7215
|
export interface TextAreaJSXProps
|
|
7216
7216
|
extends Partial<TextAreaProps>,
|
|
7217
7217
|
Pick<TextAreaProps$1, 'id'>,
|
|
7218
|
-
FieldReactProps<typeof tagName$
|
|
7218
|
+
FieldReactProps<typeof tagName$a> {}
|
|
7219
7219
|
|
|
7220
7220
|
export type TextFieldProps = PreactFieldProps<
|
|
7221
7221
|
/** @default 'on' */
|
|
@@ -7241,23 +7241,23 @@ declare class TextField
|
|
|
7241
7241
|
}
|
|
7242
7242
|
declare global {
|
|
7243
7243
|
interface HTMLElementTagNameMap {
|
|
7244
|
-
[tagName$
|
|
7244
|
+
[tagName$9]: TextField;
|
|
7245
7245
|
}
|
|
7246
7246
|
}
|
|
7247
7247
|
declare module 'preact' {
|
|
7248
7248
|
namespace createElement.JSX {
|
|
7249
7249
|
interface IntrinsicElements {
|
|
7250
|
-
[tagName$
|
|
7250
|
+
[tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
7251
7251
|
PreactBaseElementProps<TextField>;
|
|
7252
7252
|
}
|
|
7253
7253
|
}
|
|
7254
7254
|
}
|
|
7255
7255
|
|
|
7256
|
-
declare const tagName$
|
|
7256
|
+
declare const tagName$9 = 's-text-field';
|
|
7257
7257
|
export interface TextFieldJSXProps
|
|
7258
7258
|
extends Partial<Omit<TextFieldProps, 'accessory'>>,
|
|
7259
7259
|
Pick<TextFieldProps$1, 'id'>,
|
|
7260
|
-
FieldReactProps<typeof tagName$
|
|
7260
|
+
FieldReactProps<typeof tagName$9> {
|
|
7261
7261
|
/**
|
|
7262
7262
|
* The accessory to display in the text field.
|
|
7263
7263
|
*/
|
|
@@ -7280,23 +7280,23 @@ declare class Thumbnail extends PreactCustomElement implements ThumbnailProps {
|
|
|
7280
7280
|
}
|
|
7281
7281
|
declare global {
|
|
7282
7282
|
interface HTMLElementTagNameMap {
|
|
7283
|
-
[tagName$
|
|
7283
|
+
[tagName$8]: Thumbnail;
|
|
7284
7284
|
}
|
|
7285
7285
|
}
|
|
7286
7286
|
declare module 'preact' {
|
|
7287
7287
|
namespace createElement.JSX {
|
|
7288
7288
|
interface IntrinsicElements {
|
|
7289
|
-
[tagName$
|
|
7289
|
+
[tagName$8]: ThumbnailJSXProps & PreactBaseElementProps<Thumbnail>;
|
|
7290
7290
|
}
|
|
7291
7291
|
}
|
|
7292
7292
|
}
|
|
7293
7293
|
|
|
7294
|
-
declare const tagName$
|
|
7294
|
+
declare const tagName$8 = 's-thumbnail';
|
|
7295
7295
|
export interface ThumbnailJSXProps
|
|
7296
7296
|
extends Partial<ThumbnailProps>,
|
|
7297
7297
|
Pick<ThumbnailProps$1, 'id'> {
|
|
7298
|
-
onLoad?: ((event: CallbackEvent<typeof tagName$
|
|
7299
|
-
onError?: ((event: CallbackEvent<typeof tagName$
|
|
7298
|
+
onLoad?: ((event: CallbackEvent<typeof tagName$8>) => void) | null;
|
|
7299
|
+
onError?: ((event: CallbackEvent<typeof tagName$8>) => void) | null;
|
|
7300
7300
|
}
|
|
7301
7301
|
|
|
7302
7302
|
export interface TooltipProps extends Required<Pick<TooltipProps$1, 'id'>> {}
|
|
@@ -7306,19 +7306,19 @@ declare class Tooltip extends PreactOverlayElement implements TooltipProps {
|
|
|
7306
7306
|
}
|
|
7307
7307
|
declare global {
|
|
7308
7308
|
interface HTMLElementTagNameMap {
|
|
7309
|
-
[tagName$
|
|
7309
|
+
[tagName$7]: Tooltip;
|
|
7310
7310
|
}
|
|
7311
7311
|
}
|
|
7312
7312
|
declare module 'preact' {
|
|
7313
7313
|
namespace createElement.JSX {
|
|
7314
7314
|
interface IntrinsicElements {
|
|
7315
|
-
[tagName$
|
|
7315
|
+
[tagName$7]: TooltipJSXProps &
|
|
7316
7316
|
PreactBaseElementPropsWithChildren<Tooltip>;
|
|
7317
7317
|
}
|
|
7318
7318
|
}
|
|
7319
7319
|
}
|
|
7320
7320
|
|
|
7321
|
-
declare const tagName$
|
|
7321
|
+
declare const tagName$7 = 's-tooltip';
|
|
7322
7322
|
export interface TooltipJSXProps
|
|
7323
7323
|
extends Partial<TooltipProps>,
|
|
7324
7324
|
Pick<TooltipProps$1, 'id'> {
|
|
@@ -7346,22 +7346,22 @@ declare class URLField
|
|
|
7346
7346
|
}
|
|
7347
7347
|
declare global {
|
|
7348
7348
|
interface HTMLElementTagNameMap {
|
|
7349
|
-
[tagName$
|
|
7349
|
+
[tagName$6]: URLField;
|
|
7350
7350
|
}
|
|
7351
7351
|
}
|
|
7352
7352
|
declare module 'preact' {
|
|
7353
7353
|
namespace createElement.JSX {
|
|
7354
7354
|
interface IntrinsicElements {
|
|
7355
|
-
[tagName$
|
|
7355
|
+
[tagName$6]: URLFieldJSXProps & PreactBaseElementProps<URLField>;
|
|
7356
7356
|
}
|
|
7357
7357
|
}
|
|
7358
7358
|
}
|
|
7359
7359
|
|
|
7360
|
-
declare const tagName$
|
|
7360
|
+
declare const tagName$6 = 's-url-field';
|
|
7361
7361
|
export interface URLFieldJSXProps
|
|
7362
7362
|
extends Partial<Omit<URLFieldProps, 'accessory'>>,
|
|
7363
7363
|
Pick<URLFieldProps$1, 'id'>,
|
|
7364
|
-
FieldReactProps<typeof tagName$
|
|
7364
|
+
FieldReactProps<typeof tagName$6> {}
|
|
7365
7365
|
|
|
7366
7366
|
export interface UnorderedListProps extends UnorderedListProps$1 {}
|
|
7367
7367
|
|
|
@@ -7373,19 +7373,19 @@ declare class UnorderedList
|
|
|
7373
7373
|
}
|
|
7374
7374
|
declare global {
|
|
7375
7375
|
interface HTMLElementTagNameMap {
|
|
7376
|
-
[tagName$
|
|
7376
|
+
[tagName$5]: UnorderedList;
|
|
7377
7377
|
}
|
|
7378
7378
|
}
|
|
7379
7379
|
declare module 'preact' {
|
|
7380
7380
|
namespace createElement.JSX {
|
|
7381
7381
|
interface IntrinsicElements {
|
|
7382
|
-
[tagName$
|
|
7382
|
+
[tagName$5]: UnorderedListJSXProps &
|
|
7383
7383
|
PreactBaseElementPropsWithChildren<UnorderedList>;
|
|
7384
7384
|
}
|
|
7385
7385
|
}
|
|
7386
7386
|
}
|
|
7387
7387
|
|
|
7388
|
-
declare const tagName$
|
|
7388
|
+
declare const tagName$5 = 's-unordered-list';
|
|
7389
7389
|
export interface UnorderedListJSXProps
|
|
7390
7390
|
extends Partial<UnorderedListProps>,
|
|
7391
7391
|
Pick<UnorderedListProps$1, 'id'> {}
|
|
@@ -7393,7 +7393,7 @@ export interface UnorderedListJSXProps
|
|
|
7393
7393
|
export interface AdminActionProps
|
|
7394
7394
|
extends Pick<AdminActionProps$1, 'heading' | 'loading'> {}
|
|
7395
7395
|
|
|
7396
|
-
declare const tagName$
|
|
7396
|
+
declare const tagName$4 = 's-admin-action';
|
|
7397
7397
|
export interface AdminActionJSXProps
|
|
7398
7398
|
extends Partial<AdminActionProps>,
|
|
7399
7399
|
Pick<AdminActionProps$1, 'id'> {
|
|
@@ -7417,13 +7417,13 @@ declare class AdminAction
|
|
|
7417
7417
|
}
|
|
7418
7418
|
declare global {
|
|
7419
7419
|
interface HTMLElementTagNameMap {
|
|
7420
|
-
[tagName$
|
|
7420
|
+
[tagName$4]: AdminAction;
|
|
7421
7421
|
}
|
|
7422
7422
|
}
|
|
7423
7423
|
declare module 'preact' {
|
|
7424
7424
|
namespace createElement.JSX {
|
|
7425
7425
|
interface IntrinsicElements {
|
|
7426
|
-
[tagName$
|
|
7426
|
+
[tagName$4]: Omit<
|
|
7427
7427
|
AdminActionJSXProps,
|
|
7428
7428
|
'primaryAction' | 'secondaryActions'
|
|
7429
7429
|
> & {
|
|
@@ -7436,7 +7436,7 @@ declare module 'preact' {
|
|
|
7436
7436
|
export interface AdminBlockProps
|
|
7437
7437
|
extends Pick<AdminBlockProps$1, 'heading' | 'collapsedSummary'> {}
|
|
7438
7438
|
|
|
7439
|
-
declare const tagName$
|
|
7439
|
+
declare const tagName$3 = 's-admin-block';
|
|
7440
7440
|
export interface AdminBlockJSXProps
|
|
7441
7441
|
extends Partial<AdminBlockProps>,
|
|
7442
7442
|
Pick<AdminBlockProps$1, 'id'> {}
|
|
@@ -7451,13 +7451,13 @@ declare class AdminBlock
|
|
|
7451
7451
|
}
|
|
7452
7452
|
declare global {
|
|
7453
7453
|
interface HTMLElementTagNameMap {
|
|
7454
|
-
[tagName$
|
|
7454
|
+
[tagName$3]: AdminBlock;
|
|
7455
7455
|
}
|
|
7456
7456
|
}
|
|
7457
7457
|
declare module 'preact' {
|
|
7458
7458
|
namespace createElement.JSX {
|
|
7459
7459
|
interface IntrinsicElements {
|
|
7460
|
-
[tagName$
|
|
7460
|
+
[tagName$3]: AdminBlockJSXProps & {
|
|
7461
7461
|
children?: preact.ComponentChildren;
|
|
7462
7462
|
};
|
|
7463
7463
|
}
|
|
@@ -7467,7 +7467,7 @@ declare module 'preact' {
|
|
|
7467
7467
|
export interface AdminPrintActionProps
|
|
7468
7468
|
extends Pick<AdminPrintActionProps$1, 'src'> {}
|
|
7469
7469
|
|
|
7470
|
-
declare const tagName$
|
|
7470
|
+
declare const tagName$2 = 's-admin-print-action';
|
|
7471
7471
|
export interface AdminPrintActionJSXProps
|
|
7472
7472
|
extends Partial<AdminPrintActionProps>,
|
|
7473
7473
|
Pick<AdminPrintActionProps$1, 'id'> {}
|
|
@@ -7481,84 +7481,19 @@ declare class AdminPrintAction
|
|
|
7481
7481
|
}
|
|
7482
7482
|
declare global {
|
|
7483
7483
|
interface HTMLElementTagNameMap {
|
|
7484
|
-
[tagName$
|
|
7485
|
-
}
|
|
7486
|
-
}
|
|
7487
|
-
declare module 'preact' {
|
|
7488
|
-
namespace createElement.JSX {
|
|
7489
|
-
interface IntrinsicElements {
|
|
7490
|
-
[tagName$3]: AdminPrintActionJSXProps & {
|
|
7491
|
-
children?: preact.ComponentChildren;
|
|
7492
|
-
};
|
|
7493
|
-
}
|
|
7494
|
-
}
|
|
7495
|
-
}
|
|
7496
|
-
|
|
7497
|
-
declare const tagName$2 = 's-customer-segment-template';
|
|
7498
|
-
/**
|
|
7499
|
-
* Reserved namespace and key for the customer standard metafield used in the template's query.
|
|
7500
|
-
* More info - https://shopify.dev/docs/apps/custom-data/metafields/definitions/standard
|
|
7501
|
-
*/
|
|
7502
|
-
export type CustomerStandardMetafieldDependency = 'facts.birth_date';
|
|
7503
|
-
export interface CustomerSegmentTemplateProps {
|
|
7504
|
-
/**
|
|
7505
|
-
* The localized title of the template.
|
|
7506
|
-
*/
|
|
7507
|
-
title: string;
|
|
7508
|
-
/**
|
|
7509
|
-
* The localized description of the template. An array can be used for multiple paragraphs.
|
|
7510
|
-
*/
|
|
7511
|
-
description: string | string[];
|
|
7512
|
-
/**
|
|
7513
|
-
* The code snippet to render in the template with syntax highlighting. The `query` is not validated in the template.
|
|
7514
|
-
*/
|
|
7515
|
-
query: string;
|
|
7516
|
-
/**
|
|
7517
|
-
* The code snippet to insert in the segment editor. If missing, `query` will be used. The `queryToInsert` is not validated in the template.
|
|
7518
|
-
*/
|
|
7519
|
-
queryToInsert: string;
|
|
7520
|
-
/**
|
|
7521
|
-
* The list of customer standard metafields or custom metafields used in the template's query.
|
|
7522
|
-
*/
|
|
7523
|
-
dependencies?: {
|
|
7524
|
-
standardMetafields?: CustomerStandardMetafieldDependency[];
|
|
7525
|
-
customMetafields?: string[];
|
|
7526
|
-
};
|
|
7527
|
-
/**
|
|
7528
|
-
* ISO 8601-encoded date and time string. A "New" badge will be rendered for templates introduced in the last month.
|
|
7529
|
-
*/
|
|
7530
|
-
createdOn: string;
|
|
7531
|
-
}
|
|
7532
|
-
declare class CustomerSegmentTemplate
|
|
7533
|
-
extends PreactCustomElement
|
|
7534
|
-
implements CustomerSegmentTemplateProps
|
|
7535
|
-
{
|
|
7536
|
-
constructor();
|
|
7537
|
-
description: string | string[];
|
|
7538
|
-
query: string;
|
|
7539
|
-
queryToInsert: string;
|
|
7540
|
-
createdOn: string;
|
|
7541
|
-
}
|
|
7542
|
-
declare global {
|
|
7543
|
-
interface HTMLElementTagNameMap {
|
|
7544
|
-
[tagName$2]: CustomerSegmentTemplate;
|
|
7484
|
+
[tagName$2]: AdminPrintAction;
|
|
7545
7485
|
}
|
|
7546
7486
|
}
|
|
7547
7487
|
declare module 'preact' {
|
|
7548
7488
|
namespace createElement.JSX {
|
|
7549
7489
|
interface IntrinsicElements {
|
|
7550
|
-
[tagName$2]:
|
|
7490
|
+
[tagName$2]: AdminPrintActionJSXProps & {
|
|
7551
7491
|
children?: preact.ComponentChildren;
|
|
7552
7492
|
};
|
|
7553
7493
|
}
|
|
7554
7494
|
}
|
|
7555
7495
|
}
|
|
7556
7496
|
|
|
7557
|
-
export interface CustomerSegmentTemplateJSXProps
|
|
7558
|
-
extends Partial<CustomerSegmentTemplateProps> {
|
|
7559
|
-
id?: string;
|
|
7560
|
-
}
|
|
7561
|
-
|
|
7562
7497
|
export interface FormProps extends Pick<FormProps$1, 'id'> {}
|
|
7563
7498
|
|
|
7564
7499
|
declare const tagName$1 = 's-form';
|
|
@@ -7658,7 +7593,6 @@ export {
|
|
|
7658
7593
|
ClickableChip,
|
|
7659
7594
|
ColorField,
|
|
7660
7595
|
ColorPicker,
|
|
7661
|
-
CustomerSegmentTemplate,
|
|
7662
7596
|
DateField,
|
|
7663
7597
|
DatePicker,
|
|
7664
7598
|
Divider,
|
|
@@ -7709,7 +7643,7 @@ export type {
|
|
|
7709
7643
|
AdminActionJSXProps,
|
|
7710
7644
|
AdminBlockJSXProps,
|
|
7711
7645
|
AdminPrintActionJSXProps,
|
|
7712
|
-
|
|
7646
|
+
AvatarJSXProps,
|
|
7713
7647
|
BadgeJSXProps,
|
|
7714
7648
|
BannerJSXProps,
|
|
7715
7649
|
BoxJSXProps,
|
|
@@ -7723,7 +7657,6 @@ export type {
|
|
|
7723
7657
|
ClickableJSXProps,
|
|
7724
7658
|
ColorFieldJSXProps,
|
|
7725
7659
|
ColorPickerJSXProps,
|
|
7726
|
-
CustomerSegmentTemplateJSXProps,
|
|
7727
7660
|
DateFieldJSXProps,
|
|
7728
7661
|
DatePickerJSXProps,
|
|
7729
7662
|
DividerJSXProps,
|
|
@@ -8120,35 +8053,35 @@ export interface FunctionSettingsEvents {
|
|
|
8120
8053
|
declare module 'react' {
|
|
8121
8054
|
namespace JSX {
|
|
8122
8055
|
interface IntrinsicElements {
|
|
8123
|
-
[tagName$
|
|
8056
|
+
[tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
|
|
8124
8057
|
}
|
|
8125
8058
|
}
|
|
8126
8059
|
}
|
|
8127
8060
|
declare global {
|
|
8128
8061
|
namespace JSX {
|
|
8129
8062
|
interface IntrinsicElements {
|
|
8130
|
-
[tagName$
|
|
8063
|
+
[tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
|
|
8131
8064
|
}
|
|
8132
8065
|
}
|
|
8133
8066
|
}
|
|
8134
8067
|
declare module 'react' {
|
|
8135
8068
|
namespace JSX {
|
|
8136
8069
|
interface IntrinsicElements {
|
|
8137
|
-
[tagName$
|
|
8070
|
+
[tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
|
|
8138
8071
|
}
|
|
8139
8072
|
}
|
|
8140
8073
|
}
|
|
8141
8074
|
declare global {
|
|
8142
8075
|
namespace JSX {
|
|
8143
8076
|
interface IntrinsicElements {
|
|
8144
|
-
[tagName$
|
|
8077
|
+
[tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
|
|
8145
8078
|
}
|
|
8146
8079
|
}
|
|
8147
8080
|
}
|
|
8148
8081
|
declare module 'react' {
|
|
8149
8082
|
namespace JSX {
|
|
8150
8083
|
interface IntrinsicElements {
|
|
8151
|
-
[tagName$
|
|
8084
|
+
[tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
|
|
8152
8085
|
ReactBaseElementPropsWithChildren<Banner>;
|
|
8153
8086
|
}
|
|
8154
8087
|
}
|
|
@@ -8156,7 +8089,7 @@ declare module 'react' {
|
|
|
8156
8089
|
declare global {
|
|
8157
8090
|
namespace JSX {
|
|
8158
8091
|
interface IntrinsicElements {
|
|
8159
|
-
[tagName$
|
|
8092
|
+
[tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
|
|
8160
8093
|
ReactBaseElementPropsWithChildren<Banner>;
|
|
8161
8094
|
}
|
|
8162
8095
|
}
|
|
@@ -8164,35 +8097,35 @@ declare global {
|
|
|
8164
8097
|
declare module 'react' {
|
|
8165
8098
|
namespace JSX {
|
|
8166
8099
|
interface IntrinsicElements {
|
|
8167
|
-
[tagName$
|
|
8100
|
+
[tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
|
|
8168
8101
|
}
|
|
8169
8102
|
}
|
|
8170
8103
|
}
|
|
8171
8104
|
declare global {
|
|
8172
8105
|
namespace JSX {
|
|
8173
8106
|
interface IntrinsicElements {
|
|
8174
|
-
[tagName$
|
|
8107
|
+
[tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
|
|
8175
8108
|
}
|
|
8176
8109
|
}
|
|
8177
8110
|
}
|
|
8178
8111
|
declare module 'react' {
|
|
8179
8112
|
namespace JSX {
|
|
8180
8113
|
interface IntrinsicElements {
|
|
8181
|
-
[tagName$
|
|
8114
|
+
[tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
|
|
8182
8115
|
}
|
|
8183
8116
|
}
|
|
8184
8117
|
}
|
|
8185
8118
|
declare global {
|
|
8186
8119
|
namespace JSX {
|
|
8187
8120
|
interface IntrinsicElements {
|
|
8188
|
-
[tagName$
|
|
8121
|
+
[tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
|
|
8189
8122
|
}
|
|
8190
8123
|
}
|
|
8191
8124
|
}
|
|
8192
8125
|
declare module 'react' {
|
|
8193
8126
|
namespace JSX {
|
|
8194
8127
|
interface IntrinsicElements {
|
|
8195
|
-
[tagName$
|
|
8128
|
+
[tagName$U]: ButtonGroupJSXProps &
|
|
8196
8129
|
ReactBaseElementPropsWithChildren<ButtonGroup>;
|
|
8197
8130
|
}
|
|
8198
8131
|
}
|
|
@@ -8200,7 +8133,7 @@ declare module 'react' {
|
|
|
8200
8133
|
declare global {
|
|
8201
8134
|
namespace JSX {
|
|
8202
8135
|
interface IntrinsicElements {
|
|
8203
|
-
[tagName$
|
|
8136
|
+
[tagName$U]: ButtonGroupJSXProps &
|
|
8204
8137
|
ReactBaseElementPropsWithChildren<ButtonGroup>;
|
|
8205
8138
|
}
|
|
8206
8139
|
}
|
|
@@ -8208,7 +8141,7 @@ declare global {
|
|
|
8208
8141
|
declare module 'react' {
|
|
8209
8142
|
namespace JSX {
|
|
8210
8143
|
interface IntrinsicElements {
|
|
8211
|
-
[tagName$
|
|
8144
|
+
[tagName$T]: CheckboxJSXProps &
|
|
8212
8145
|
ReactBaseElementPropsWithChildren<Checkbox>;
|
|
8213
8146
|
}
|
|
8214
8147
|
}
|
|
@@ -8216,7 +8149,7 @@ declare module 'react' {
|
|
|
8216
8149
|
declare global {
|
|
8217
8150
|
namespace JSX {
|
|
8218
8151
|
interface IntrinsicElements {
|
|
8219
|
-
[tagName$
|
|
8152
|
+
[tagName$T]: CheckboxJSXProps &
|
|
8220
8153
|
ReactBaseElementPropsWithChildren<Checkbox>;
|
|
8221
8154
|
}
|
|
8222
8155
|
}
|
|
@@ -8224,7 +8157,7 @@ declare global {
|
|
|
8224
8157
|
declare module 'react' {
|
|
8225
8158
|
namespace JSX {
|
|
8226
8159
|
interface IntrinsicElements {
|
|
8227
|
-
[tagName$
|
|
8160
|
+
[tagName$S]: Omit<
|
|
8228
8161
|
HTMLAttributes<HTMLElement>,
|
|
8229
8162
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8230
8163
|
> &
|
|
@@ -8236,7 +8169,7 @@ declare module 'react' {
|
|
|
8236
8169
|
declare global {
|
|
8237
8170
|
namespace JSX {
|
|
8238
8171
|
interface IntrinsicElements {
|
|
8239
|
-
[tagName$
|
|
8172
|
+
[tagName$S]: Omit<
|
|
8240
8173
|
React.HTMLAttributes<HTMLElement>,
|
|
8241
8174
|
Extract<
|
|
8242
8175
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8251,21 +8184,21 @@ declare global {
|
|
|
8251
8184
|
declare module 'react' {
|
|
8252
8185
|
namespace JSX {
|
|
8253
8186
|
interface IntrinsicElements {
|
|
8254
|
-
[tagName$
|
|
8187
|
+
[tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
|
|
8255
8188
|
}
|
|
8256
8189
|
}
|
|
8257
8190
|
}
|
|
8258
8191
|
declare global {
|
|
8259
8192
|
namespace JSX {
|
|
8260
8193
|
interface IntrinsicElements {
|
|
8261
|
-
[tagName$
|
|
8194
|
+
[tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
|
|
8262
8195
|
}
|
|
8263
8196
|
}
|
|
8264
8197
|
}
|
|
8265
8198
|
declare module 'react' {
|
|
8266
8199
|
namespace JSX {
|
|
8267
8200
|
interface IntrinsicElements {
|
|
8268
|
-
[tagName$
|
|
8201
|
+
[tagName$Q]: ChoiceListJSXProps &
|
|
8269
8202
|
ReactBaseElementPropsWithChildren<ChoiceList>;
|
|
8270
8203
|
}
|
|
8271
8204
|
}
|
|
@@ -8273,7 +8206,7 @@ declare module 'react' {
|
|
|
8273
8206
|
declare global {
|
|
8274
8207
|
namespace JSX {
|
|
8275
8208
|
interface IntrinsicElements {
|
|
8276
|
-
[tagName$
|
|
8209
|
+
[tagName$Q]: ChoiceListJSXProps &
|
|
8277
8210
|
ReactBaseElementPropsWithChildren<ChoiceList>;
|
|
8278
8211
|
}
|
|
8279
8212
|
}
|
|
@@ -8281,7 +8214,7 @@ declare global {
|
|
|
8281
8214
|
declare module 'react' {
|
|
8282
8215
|
namespace JSX {
|
|
8283
8216
|
interface IntrinsicElements {
|
|
8284
|
-
[tagName$
|
|
8217
|
+
[tagName$P]: ClickableJSXProps &
|
|
8285
8218
|
ReactBaseElementPropsWithChildren<Clickable>;
|
|
8286
8219
|
}
|
|
8287
8220
|
}
|
|
@@ -8289,7 +8222,7 @@ declare module 'react' {
|
|
|
8289
8222
|
declare global {
|
|
8290
8223
|
namespace JSX {
|
|
8291
8224
|
interface IntrinsicElements {
|
|
8292
|
-
[tagName$
|
|
8225
|
+
[tagName$P]: ClickableJSXProps &
|
|
8293
8226
|
ReactBaseElementPropsWithChildren<Clickable>;
|
|
8294
8227
|
}
|
|
8295
8228
|
}
|
|
@@ -8297,7 +8230,7 @@ declare global {
|
|
|
8297
8230
|
declare module 'react' {
|
|
8298
8231
|
namespace JSX {
|
|
8299
8232
|
interface IntrinsicElements {
|
|
8300
|
-
[tagName$
|
|
8233
|
+
[tagName$O]: Omit<
|
|
8301
8234
|
HTMLAttributes<HTMLElement>,
|
|
8302
8235
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8303
8236
|
> &
|
|
@@ -8309,7 +8242,7 @@ declare module 'react' {
|
|
|
8309
8242
|
declare global {
|
|
8310
8243
|
namespace JSX {
|
|
8311
8244
|
interface IntrinsicElements {
|
|
8312
|
-
[tagName$
|
|
8245
|
+
[tagName$O]: Omit<
|
|
8313
8246
|
React.HTMLAttributes<HTMLElement>,
|
|
8314
8247
|
Extract<
|
|
8315
8248
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8324,21 +8257,21 @@ declare global {
|
|
|
8324
8257
|
declare module 'react' {
|
|
8325
8258
|
namespace JSX {
|
|
8326
8259
|
interface IntrinsicElements {
|
|
8327
|
-
[tagName$
|
|
8260
|
+
[tagName$N]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
|
|
8328
8261
|
}
|
|
8329
8262
|
}
|
|
8330
8263
|
}
|
|
8331
8264
|
declare global {
|
|
8332
8265
|
namespace JSX {
|
|
8333
8266
|
interface IntrinsicElements {
|
|
8334
|
-
[tagName$
|
|
8267
|
+
[tagName$N]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
|
|
8335
8268
|
}
|
|
8336
8269
|
}
|
|
8337
8270
|
}
|
|
8338
8271
|
declare module 'react' {
|
|
8339
8272
|
namespace JSX {
|
|
8340
8273
|
interface IntrinsicElements {
|
|
8341
|
-
[tagName$
|
|
8274
|
+
[tagName$M]: Omit<
|
|
8342
8275
|
HTMLAttributes<HTMLElement>,
|
|
8343
8276
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8344
8277
|
> &
|
|
@@ -8349,7 +8282,7 @@ declare module 'react' {
|
|
|
8349
8282
|
declare global {
|
|
8350
8283
|
namespace JSX {
|
|
8351
8284
|
interface IntrinsicElements {
|
|
8352
|
-
[tagName$
|
|
8285
|
+
[tagName$M]: Omit<
|
|
8353
8286
|
React.HTMLAttributes<HTMLElement>,
|
|
8354
8287
|
Extract<
|
|
8355
8288
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8363,7 +8296,7 @@ declare global {
|
|
|
8363
8296
|
declare module 'react' {
|
|
8364
8297
|
namespace JSX {
|
|
8365
8298
|
interface IntrinsicElements {
|
|
8366
|
-
[tagName$
|
|
8299
|
+
[tagName$L]: Omit<
|
|
8367
8300
|
HTMLAttributes<HTMLElement>,
|
|
8368
8301
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8369
8302
|
> &
|
|
@@ -8374,7 +8307,7 @@ declare module 'react' {
|
|
|
8374
8307
|
declare global {
|
|
8375
8308
|
namespace JSX {
|
|
8376
8309
|
interface IntrinsicElements {
|
|
8377
|
-
[tagName$
|
|
8310
|
+
[tagName$L]: Omit<
|
|
8378
8311
|
React.HTMLAttributes<HTMLElement>,
|
|
8379
8312
|
Extract<
|
|
8380
8313
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8388,35 +8321,35 @@ declare global {
|
|
|
8388
8321
|
declare module 'react' {
|
|
8389
8322
|
namespace JSX {
|
|
8390
8323
|
interface IntrinsicElements {
|
|
8391
|
-
[tagName$
|
|
8324
|
+
[tagName$K]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
|
|
8392
8325
|
}
|
|
8393
8326
|
}
|
|
8394
8327
|
}
|
|
8395
8328
|
declare global {
|
|
8396
8329
|
namespace JSX {
|
|
8397
8330
|
interface IntrinsicElements {
|
|
8398
|
-
[tagName$
|
|
8331
|
+
[tagName$K]: DatePickerJSXProps & ReactBaseElementProps<DatePicker>;
|
|
8399
8332
|
}
|
|
8400
8333
|
}
|
|
8401
8334
|
}
|
|
8402
8335
|
declare module 'react' {
|
|
8403
8336
|
namespace JSX {
|
|
8404
8337
|
interface IntrinsicElements {
|
|
8405
|
-
[tagName$
|
|
8338
|
+
[tagName$J]: DividerJSXProps & ReactBaseElementProps<Divider>;
|
|
8406
8339
|
}
|
|
8407
8340
|
}
|
|
8408
8341
|
}
|
|
8409
8342
|
declare global {
|
|
8410
8343
|
namespace JSX {
|
|
8411
8344
|
interface IntrinsicElements {
|
|
8412
|
-
[tagName$
|
|
8345
|
+
[tagName$J]: DividerJSXProps & ReactBaseElementProps<Divider>;
|
|
8413
8346
|
}
|
|
8414
8347
|
}
|
|
8415
8348
|
}
|
|
8416
8349
|
declare module 'react' {
|
|
8417
8350
|
namespace JSX {
|
|
8418
8351
|
interface IntrinsicElements {
|
|
8419
|
-
[tagName$
|
|
8352
|
+
[tagName$I]: Omit<
|
|
8420
8353
|
HTMLAttributes<HTMLElement>,
|
|
8421
8354
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8422
8355
|
> &
|
|
@@ -8427,7 +8360,7 @@ declare module 'react' {
|
|
|
8427
8360
|
declare global {
|
|
8428
8361
|
namespace JSX {
|
|
8429
8362
|
interface IntrinsicElements {
|
|
8430
|
-
[tagName$
|
|
8363
|
+
[tagName$I]: Omit<
|
|
8431
8364
|
React.HTMLAttributes<HTMLElement>,
|
|
8432
8365
|
Extract<
|
|
8433
8366
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8441,35 +8374,35 @@ declare global {
|
|
|
8441
8374
|
declare module 'react' {
|
|
8442
8375
|
namespace JSX {
|
|
8443
8376
|
interface IntrinsicElements {
|
|
8444
|
-
[tagName$
|
|
8377
|
+
[tagName$H]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
|
|
8445
8378
|
}
|
|
8446
8379
|
}
|
|
8447
8380
|
}
|
|
8448
8381
|
declare global {
|
|
8449
8382
|
namespace JSX {
|
|
8450
8383
|
interface IntrinsicElements {
|
|
8451
|
-
[tagName$
|
|
8384
|
+
[tagName$H]: EmailFieldJSXProps & ReactBaseElementProps<EmailField>;
|
|
8452
8385
|
}
|
|
8453
8386
|
}
|
|
8454
8387
|
}
|
|
8455
8388
|
declare module 'react' {
|
|
8456
8389
|
namespace JSX {
|
|
8457
8390
|
interface IntrinsicElements {
|
|
8458
|
-
[tagName$
|
|
8391
|
+
[tagName$G]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
|
|
8459
8392
|
}
|
|
8460
8393
|
}
|
|
8461
8394
|
}
|
|
8462
8395
|
declare global {
|
|
8463
8396
|
namespace JSX {
|
|
8464
8397
|
interface IntrinsicElements {
|
|
8465
|
-
[tagName$
|
|
8398
|
+
[tagName$G]: GridJSXProps & ReactBaseElementPropsWithChildren<Grid>;
|
|
8466
8399
|
}
|
|
8467
8400
|
}
|
|
8468
8401
|
}
|
|
8469
8402
|
declare module 'react' {
|
|
8470
8403
|
namespace JSX {
|
|
8471
8404
|
interface IntrinsicElements {
|
|
8472
|
-
[tagName$
|
|
8405
|
+
[tagName$F]: GridItemJSXProps &
|
|
8473
8406
|
ReactBaseElementPropsWithChildren<GridItem>;
|
|
8474
8407
|
}
|
|
8475
8408
|
}
|
|
@@ -8477,7 +8410,7 @@ declare module 'react' {
|
|
|
8477
8410
|
declare global {
|
|
8478
8411
|
namespace JSX {
|
|
8479
8412
|
interface IntrinsicElements {
|
|
8480
|
-
[tagName$
|
|
8413
|
+
[tagName$F]: GridItemJSXProps &
|
|
8481
8414
|
ReactBaseElementPropsWithChildren<GridItem>;
|
|
8482
8415
|
}
|
|
8483
8416
|
}
|
|
@@ -8485,63 +8418,63 @@ declare global {
|
|
|
8485
8418
|
declare module 'react' {
|
|
8486
8419
|
namespace JSX {
|
|
8487
8420
|
interface IntrinsicElements {
|
|
8488
|
-
[tagName$
|
|
8421
|
+
[tagName$E]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
|
|
8489
8422
|
}
|
|
8490
8423
|
}
|
|
8491
8424
|
}
|
|
8492
8425
|
declare global {
|
|
8493
8426
|
namespace JSX {
|
|
8494
8427
|
interface IntrinsicElements {
|
|
8495
|
-
[tagName$
|
|
8428
|
+
[tagName$E]: HeadingJSXProps & ReactBaseElementPropsWithChildren<Heading>;
|
|
8496
8429
|
}
|
|
8497
8430
|
}
|
|
8498
8431
|
}
|
|
8499
8432
|
declare module 'react' {
|
|
8500
8433
|
namespace JSX {
|
|
8501
8434
|
interface IntrinsicElements {
|
|
8502
|
-
[tagName$
|
|
8435
|
+
[tagName$D]: IconJSXProps & ReactBaseElementProps<Icon>;
|
|
8503
8436
|
}
|
|
8504
8437
|
}
|
|
8505
8438
|
}
|
|
8506
8439
|
declare global {
|
|
8507
8440
|
namespace JSX {
|
|
8508
8441
|
interface IntrinsicElements {
|
|
8509
|
-
[tagName$
|
|
8442
|
+
[tagName$D]: IconJSXProps & ReactBaseElementProps<Icon>;
|
|
8510
8443
|
}
|
|
8511
8444
|
}
|
|
8512
8445
|
}
|
|
8513
8446
|
declare module 'react' {
|
|
8514
8447
|
namespace JSX {
|
|
8515
8448
|
interface IntrinsicElements {
|
|
8516
|
-
[tagName$
|
|
8449
|
+
[tagName$C]: ImageJSXProps & ReactBaseElementProps<Image>;
|
|
8517
8450
|
}
|
|
8518
8451
|
}
|
|
8519
8452
|
}
|
|
8520
8453
|
declare global {
|
|
8521
8454
|
namespace JSX {
|
|
8522
8455
|
interface IntrinsicElements {
|
|
8523
|
-
[tagName$
|
|
8456
|
+
[tagName$C]: ImageJSXProps & ReactBaseElementProps<Image>;
|
|
8524
8457
|
}
|
|
8525
8458
|
}
|
|
8526
8459
|
}
|
|
8527
8460
|
declare module 'react' {
|
|
8528
8461
|
namespace JSX {
|
|
8529
8462
|
interface IntrinsicElements {
|
|
8530
|
-
[tagName$
|
|
8463
|
+
[tagName$B]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
|
|
8531
8464
|
}
|
|
8532
8465
|
}
|
|
8533
8466
|
}
|
|
8534
8467
|
declare global {
|
|
8535
8468
|
namespace JSX {
|
|
8536
8469
|
interface IntrinsicElements {
|
|
8537
|
-
[tagName$
|
|
8470
|
+
[tagName$B]: LinkJSXProps & ReactBaseElementPropsWithChildren<Link>;
|
|
8538
8471
|
}
|
|
8539
8472
|
}
|
|
8540
8473
|
}
|
|
8541
8474
|
declare module 'react' {
|
|
8542
8475
|
namespace JSX {
|
|
8543
8476
|
interface IntrinsicElements {
|
|
8544
|
-
[tagName$
|
|
8477
|
+
[tagName$A]: ListItemJSXProps &
|
|
8545
8478
|
ReactBaseElementPropsWithChildren<ListItem>;
|
|
8546
8479
|
}
|
|
8547
8480
|
}
|
|
@@ -8549,7 +8482,7 @@ declare module 'react' {
|
|
|
8549
8482
|
declare global {
|
|
8550
8483
|
namespace JSX {
|
|
8551
8484
|
interface IntrinsicElements {
|
|
8552
|
-
[tagName$
|
|
8485
|
+
[tagName$A]: ListItemJSXProps &
|
|
8553
8486
|
ReactBaseElementPropsWithChildren<ListItem>;
|
|
8554
8487
|
}
|
|
8555
8488
|
}
|
|
@@ -8557,7 +8490,7 @@ declare global {
|
|
|
8557
8490
|
declare module 'react' {
|
|
8558
8491
|
namespace JSX {
|
|
8559
8492
|
interface IntrinsicElements {
|
|
8560
|
-
[tagName$
|
|
8493
|
+
[tagName$z]: Omit<
|
|
8561
8494
|
HTMLAttributes<HTMLElement>,
|
|
8562
8495
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8563
8496
|
> &
|
|
@@ -8568,7 +8501,7 @@ declare module 'react' {
|
|
|
8568
8501
|
declare global {
|
|
8569
8502
|
namespace JSX {
|
|
8570
8503
|
interface IntrinsicElements {
|
|
8571
|
-
[tagName$
|
|
8504
|
+
[tagName$z]: Omit<
|
|
8572
8505
|
React.HTMLAttributes<HTMLElement>,
|
|
8573
8506
|
Extract<
|
|
8574
8507
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8582,7 +8515,7 @@ declare global {
|
|
|
8582
8515
|
declare module 'react' {
|
|
8583
8516
|
namespace JSX {
|
|
8584
8517
|
interface IntrinsicElements {
|
|
8585
|
-
[tagName$
|
|
8518
|
+
[tagName$y]: Omit<
|
|
8586
8519
|
HTMLAttributes<HTMLElement>,
|
|
8587
8520
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8588
8521
|
> &
|
|
@@ -8593,7 +8526,7 @@ declare module 'react' {
|
|
|
8593
8526
|
declare global {
|
|
8594
8527
|
namespace JSX {
|
|
8595
8528
|
interface IntrinsicElements {
|
|
8596
|
-
[tagName$
|
|
8529
|
+
[tagName$y]: Omit<
|
|
8597
8530
|
React.HTMLAttributes<HTMLElement>,
|
|
8598
8531
|
Extract<
|
|
8599
8532
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8607,49 +8540,49 @@ declare global {
|
|
|
8607
8540
|
declare module 'react' {
|
|
8608
8541
|
namespace JSX {
|
|
8609
8542
|
interface IntrinsicElements {
|
|
8610
|
-
[tagName$
|
|
8543
|
+
[tagName$x]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
|
|
8611
8544
|
}
|
|
8612
8545
|
}
|
|
8613
8546
|
}
|
|
8614
8547
|
declare global {
|
|
8615
8548
|
namespace JSX {
|
|
8616
8549
|
interface IntrinsicElements {
|
|
8617
|
-
[tagName$
|
|
8550
|
+
[tagName$x]: MoneyFieldJSXProps & ReactBaseElementProps<MoneyField>;
|
|
8618
8551
|
}
|
|
8619
8552
|
}
|
|
8620
8553
|
}
|
|
8621
8554
|
declare module 'react' {
|
|
8622
8555
|
namespace JSX {
|
|
8623
8556
|
interface IntrinsicElements {
|
|
8624
|
-
[tagName$
|
|
8557
|
+
[tagName$w]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
|
|
8625
8558
|
}
|
|
8626
8559
|
}
|
|
8627
8560
|
}
|
|
8628
8561
|
declare global {
|
|
8629
8562
|
namespace JSX {
|
|
8630
8563
|
interface IntrinsicElements {
|
|
8631
|
-
[tagName$
|
|
8564
|
+
[tagName$w]: NumberFieldJSXProps & ReactBaseElementProps<NumberField>;
|
|
8632
8565
|
}
|
|
8633
8566
|
}
|
|
8634
8567
|
}
|
|
8635
8568
|
declare module 'react' {
|
|
8636
8569
|
namespace JSX {
|
|
8637
8570
|
interface IntrinsicElements {
|
|
8638
|
-
[tagName$
|
|
8571
|
+
[tagName$v]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
|
|
8639
8572
|
}
|
|
8640
8573
|
}
|
|
8641
8574
|
}
|
|
8642
8575
|
declare global {
|
|
8643
8576
|
namespace JSX {
|
|
8644
8577
|
interface IntrinsicElements {
|
|
8645
|
-
[tagName$
|
|
8578
|
+
[tagName$v]: OptionJSXProps & ReactBaseElementPropsWithChildren<Option>;
|
|
8646
8579
|
}
|
|
8647
8580
|
}
|
|
8648
8581
|
}
|
|
8649
8582
|
declare module 'react' {
|
|
8650
8583
|
namespace JSX {
|
|
8651
8584
|
interface IntrinsicElements {
|
|
8652
|
-
[tagName$
|
|
8585
|
+
[tagName$u]: OptionGroupJSXProps &
|
|
8653
8586
|
ReactBaseElementPropsWithChildren<OptionGroup>;
|
|
8654
8587
|
}
|
|
8655
8588
|
}
|
|
@@ -8657,7 +8590,7 @@ declare module 'react' {
|
|
|
8657
8590
|
declare global {
|
|
8658
8591
|
namespace JSX {
|
|
8659
8592
|
interface IntrinsicElements {
|
|
8660
|
-
[tagName$
|
|
8593
|
+
[tagName$u]: OptionGroupJSXProps &
|
|
8661
8594
|
ReactBaseElementPropsWithChildren<OptionGroup>;
|
|
8662
8595
|
}
|
|
8663
8596
|
}
|
|
@@ -8665,7 +8598,7 @@ declare global {
|
|
|
8665
8598
|
declare module 'react' {
|
|
8666
8599
|
namespace JSX {
|
|
8667
8600
|
interface IntrinsicElements {
|
|
8668
|
-
[tagName$
|
|
8601
|
+
[tagName$t]: OrderedListJSXProps &
|
|
8669
8602
|
ReactBaseElementPropsWithChildren<OrderedList>;
|
|
8670
8603
|
}
|
|
8671
8604
|
}
|
|
@@ -8673,7 +8606,7 @@ declare module 'react' {
|
|
|
8673
8606
|
declare global {
|
|
8674
8607
|
namespace JSX {
|
|
8675
8608
|
interface IntrinsicElements {
|
|
8676
|
-
[tagName$
|
|
8609
|
+
[tagName$t]: OrderedListJSXProps &
|
|
8677
8610
|
ReactBaseElementPropsWithChildren<OrderedList>;
|
|
8678
8611
|
}
|
|
8679
8612
|
}
|
|
@@ -8681,7 +8614,7 @@ declare global {
|
|
|
8681
8614
|
declare module 'react' {
|
|
8682
8615
|
namespace JSX {
|
|
8683
8616
|
interface IntrinsicElements {
|
|
8684
|
-
[tagName$
|
|
8617
|
+
[tagName$s]: Omit<PageJSXProps, 'aside'> &
|
|
8685
8618
|
ReactBaseElementPropsWithChildren<Page>;
|
|
8686
8619
|
}
|
|
8687
8620
|
}
|
|
@@ -8689,7 +8622,7 @@ declare module 'react' {
|
|
|
8689
8622
|
declare global {
|
|
8690
8623
|
namespace JSX {
|
|
8691
8624
|
interface IntrinsicElements {
|
|
8692
|
-
[tagName$
|
|
8625
|
+
[tagName$s]: Omit<PageJSXProps, 'aside'> &
|
|
8693
8626
|
ReactBaseElementPropsWithChildren<Page>;
|
|
8694
8627
|
}
|
|
8695
8628
|
}
|
|
@@ -8697,7 +8630,7 @@ declare global {
|
|
|
8697
8630
|
declare module 'react' {
|
|
8698
8631
|
namespace JSX {
|
|
8699
8632
|
interface IntrinsicElements {
|
|
8700
|
-
[tagName$
|
|
8633
|
+
[tagName$r]: ParagraphJSXProps &
|
|
8701
8634
|
ReactBaseElementPropsWithChildren<Paragraph>;
|
|
8702
8635
|
}
|
|
8703
8636
|
}
|
|
@@ -8705,7 +8638,7 @@ declare module 'react' {
|
|
|
8705
8638
|
declare global {
|
|
8706
8639
|
namespace JSX {
|
|
8707
8640
|
interface IntrinsicElements {
|
|
8708
|
-
[tagName$
|
|
8641
|
+
[tagName$r]: ParagraphJSXProps &
|
|
8709
8642
|
ReactBaseElementPropsWithChildren<Paragraph>;
|
|
8710
8643
|
}
|
|
8711
8644
|
}
|
|
@@ -8713,35 +8646,35 @@ declare global {
|
|
|
8713
8646
|
declare module 'react' {
|
|
8714
8647
|
namespace JSX {
|
|
8715
8648
|
interface IntrinsicElements {
|
|
8716
|
-
[tagName$
|
|
8649
|
+
[tagName$q]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
|
|
8717
8650
|
}
|
|
8718
8651
|
}
|
|
8719
8652
|
}
|
|
8720
8653
|
declare global {
|
|
8721
8654
|
namespace JSX {
|
|
8722
8655
|
interface IntrinsicElements {
|
|
8723
|
-
[tagName$
|
|
8656
|
+
[tagName$q]: PasswordFieldJSXProps & ReactBaseElementProps<PasswordField>;
|
|
8724
8657
|
}
|
|
8725
8658
|
}
|
|
8726
8659
|
}
|
|
8727
8660
|
declare module 'react' {
|
|
8728
8661
|
namespace JSX {
|
|
8729
8662
|
interface IntrinsicElements {
|
|
8730
|
-
[tagName$
|
|
8663
|
+
[tagName$p]: PopoverJSXProps & ReactBaseElementPropsWithChildren<Popover>;
|
|
8731
8664
|
}
|
|
8732
8665
|
}
|
|
8733
8666
|
}
|
|
8734
8667
|
declare global {
|
|
8735
8668
|
namespace JSX {
|
|
8736
8669
|
interface IntrinsicElements {
|
|
8737
|
-
[tagName$
|
|
8670
|
+
[tagName$p]: PopoverJSXProps & ReactBaseElementPropsWithChildren<Popover>;
|
|
8738
8671
|
}
|
|
8739
8672
|
}
|
|
8740
8673
|
}
|
|
8741
8674
|
declare module 'react' {
|
|
8742
8675
|
namespace JSX {
|
|
8743
8676
|
interface IntrinsicElements {
|
|
8744
|
-
[tagName$
|
|
8677
|
+
[tagName$o]: Omit<
|
|
8745
8678
|
HTMLAttributes<HTMLElement>,
|
|
8746
8679
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8747
8680
|
> &
|
|
@@ -8752,7 +8685,7 @@ declare module 'react' {
|
|
|
8752
8685
|
declare global {
|
|
8753
8686
|
namespace JSX {
|
|
8754
8687
|
interface IntrinsicElements {
|
|
8755
|
-
[tagName$
|
|
8688
|
+
[tagName$o]: Omit<
|
|
8756
8689
|
React.HTMLAttributes<HTMLElement>,
|
|
8757
8690
|
Extract<
|
|
8758
8691
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -8766,91 +8699,91 @@ declare global {
|
|
|
8766
8699
|
declare module 'react' {
|
|
8767
8700
|
namespace JSX {
|
|
8768
8701
|
interface IntrinsicElements {
|
|
8769
|
-
[tagName$
|
|
8702
|
+
[tagName$n]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
|
|
8770
8703
|
}
|
|
8771
8704
|
}
|
|
8772
8705
|
}
|
|
8773
8706
|
declare global {
|
|
8774
8707
|
namespace JSX {
|
|
8775
8708
|
interface IntrinsicElements {
|
|
8776
|
-
[tagName$
|
|
8709
|
+
[tagName$n]: SearchFieldJSXProps & ReactBaseElementProps<SearchField>;
|
|
8777
8710
|
}
|
|
8778
8711
|
}
|
|
8779
8712
|
}
|
|
8780
8713
|
declare module 'react' {
|
|
8781
8714
|
namespace JSX {
|
|
8782
8715
|
interface IntrinsicElements {
|
|
8783
|
-
[tagName$
|
|
8716
|
+
[tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
|
|
8784
8717
|
}
|
|
8785
8718
|
}
|
|
8786
8719
|
}
|
|
8787
8720
|
declare global {
|
|
8788
8721
|
namespace JSX {
|
|
8789
8722
|
interface IntrinsicElements {
|
|
8790
|
-
[tagName$
|
|
8723
|
+
[tagName$m]: SectionJSXProps & ReactBaseElementPropsWithChildren<Section>;
|
|
8791
8724
|
}
|
|
8792
8725
|
}
|
|
8793
8726
|
}
|
|
8794
8727
|
declare module 'react' {
|
|
8795
8728
|
namespace JSX {
|
|
8796
8729
|
interface IntrinsicElements {
|
|
8797
|
-
[tagName$
|
|
8730
|
+
[tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
|
|
8798
8731
|
}
|
|
8799
8732
|
}
|
|
8800
8733
|
}
|
|
8801
8734
|
declare global {
|
|
8802
8735
|
namespace JSX {
|
|
8803
8736
|
interface IntrinsicElements {
|
|
8804
|
-
[tagName$
|
|
8737
|
+
[tagName$l]: SelectJSXProps & ReactBaseElementPropsWithChildren<Select>;
|
|
8805
8738
|
}
|
|
8806
8739
|
}
|
|
8807
8740
|
}
|
|
8808
8741
|
declare module 'react' {
|
|
8809
8742
|
namespace JSX {
|
|
8810
8743
|
interface IntrinsicElements {
|
|
8811
|
-
[tagName$
|
|
8744
|
+
[tagName$k]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
|
|
8812
8745
|
}
|
|
8813
8746
|
}
|
|
8814
8747
|
}
|
|
8815
8748
|
declare global {
|
|
8816
8749
|
namespace JSX {
|
|
8817
8750
|
interface IntrinsicElements {
|
|
8818
|
-
[tagName$
|
|
8751
|
+
[tagName$k]: SpinnerJSXProps & ReactBaseElementProps<Spinner>;
|
|
8819
8752
|
}
|
|
8820
8753
|
}
|
|
8821
8754
|
}
|
|
8822
8755
|
declare module 'react' {
|
|
8823
8756
|
namespace JSX {
|
|
8824
8757
|
interface IntrinsicElements {
|
|
8825
|
-
[tagName$
|
|
8758
|
+
[tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
|
|
8826
8759
|
}
|
|
8827
8760
|
}
|
|
8828
8761
|
}
|
|
8829
8762
|
declare global {
|
|
8830
8763
|
namespace JSX {
|
|
8831
8764
|
interface IntrinsicElements {
|
|
8832
|
-
[tagName$
|
|
8765
|
+
[tagName$j]: StackJSXProps & ReactBaseElementPropsWithChildren<Stack>;
|
|
8833
8766
|
}
|
|
8834
8767
|
}
|
|
8835
8768
|
}
|
|
8836
8769
|
declare module 'react' {
|
|
8837
8770
|
namespace JSX {
|
|
8838
8771
|
interface IntrinsicElements {
|
|
8839
|
-
[tagName$
|
|
8772
|
+
[tagName$i]: SwitchJSXProps & ReactBaseElementProps<Switch>;
|
|
8840
8773
|
}
|
|
8841
8774
|
}
|
|
8842
8775
|
}
|
|
8843
8776
|
declare global {
|
|
8844
8777
|
namespace JSX {
|
|
8845
8778
|
interface IntrinsicElements {
|
|
8846
|
-
[tagName$
|
|
8779
|
+
[tagName$i]: SwitchJSXProps & ReactBaseElementProps<Switch>;
|
|
8847
8780
|
}
|
|
8848
8781
|
}
|
|
8849
8782
|
}
|
|
8850
8783
|
declare module 'react' {
|
|
8851
8784
|
namespace JSX {
|
|
8852
8785
|
interface IntrinsicElements {
|
|
8853
|
-
[tagName$
|
|
8786
|
+
[tagName$h]: Omit<TableJSXProps, 'filters'> &
|
|
8854
8787
|
ReactBaseElementPropsWithChildren<Table>;
|
|
8855
8788
|
}
|
|
8856
8789
|
}
|
|
@@ -8858,7 +8791,7 @@ declare module 'react' {
|
|
|
8858
8791
|
declare global {
|
|
8859
8792
|
namespace JSX {
|
|
8860
8793
|
interface IntrinsicElements {
|
|
8861
|
-
[tagName$
|
|
8794
|
+
[tagName$h]: Omit<TableJSXProps, 'filters'> &
|
|
8862
8795
|
ReactBaseElementPropsWithChildren<Table>;
|
|
8863
8796
|
}
|
|
8864
8797
|
}
|
|
@@ -8866,7 +8799,7 @@ declare global {
|
|
|
8866
8799
|
declare module 'react' {
|
|
8867
8800
|
namespace JSX {
|
|
8868
8801
|
interface IntrinsicElements {
|
|
8869
|
-
[tagName$
|
|
8802
|
+
[tagName$g]: TableBodyJSXProps &
|
|
8870
8803
|
ReactBaseElementPropsWithChildren<TableBody>;
|
|
8871
8804
|
}
|
|
8872
8805
|
}
|
|
@@ -8874,7 +8807,7 @@ declare module 'react' {
|
|
|
8874
8807
|
declare global {
|
|
8875
8808
|
namespace JSX {
|
|
8876
8809
|
interface IntrinsicElements {
|
|
8877
|
-
[tagName$
|
|
8810
|
+
[tagName$g]: TableBodyJSXProps &
|
|
8878
8811
|
ReactBaseElementPropsWithChildren<TableBody>;
|
|
8879
8812
|
}
|
|
8880
8813
|
}
|
|
@@ -8882,7 +8815,7 @@ declare global {
|
|
|
8882
8815
|
declare module 'react' {
|
|
8883
8816
|
namespace JSX {
|
|
8884
8817
|
interface IntrinsicElements {
|
|
8885
|
-
[tagName$
|
|
8818
|
+
[tagName$f]: TableCellJSXProps &
|
|
8886
8819
|
ReactBaseElementPropsWithChildren<TableCell>;
|
|
8887
8820
|
}
|
|
8888
8821
|
}
|
|
@@ -8890,7 +8823,7 @@ declare module 'react' {
|
|
|
8890
8823
|
declare global {
|
|
8891
8824
|
namespace JSX {
|
|
8892
8825
|
interface IntrinsicElements {
|
|
8893
|
-
[tagName$
|
|
8826
|
+
[tagName$f]: TableCellJSXProps &
|
|
8894
8827
|
ReactBaseElementPropsWithChildren<TableCell>;
|
|
8895
8828
|
}
|
|
8896
8829
|
}
|
|
@@ -8898,7 +8831,7 @@ declare global {
|
|
|
8898
8831
|
declare module 'react' {
|
|
8899
8832
|
namespace JSX {
|
|
8900
8833
|
interface IntrinsicElements {
|
|
8901
|
-
[tagName$
|
|
8834
|
+
[tagName$e]: TableHeaderJSXProps &
|
|
8902
8835
|
ReactBaseElementPropsWithChildren<TableHeader>;
|
|
8903
8836
|
}
|
|
8904
8837
|
}
|
|
@@ -8906,7 +8839,7 @@ declare module 'react' {
|
|
|
8906
8839
|
declare global {
|
|
8907
8840
|
namespace JSX {
|
|
8908
8841
|
interface IntrinsicElements {
|
|
8909
|
-
[tagName$
|
|
8842
|
+
[tagName$e]: TableHeaderJSXProps &
|
|
8910
8843
|
ReactBaseElementPropsWithChildren<TableHeader>;
|
|
8911
8844
|
}
|
|
8912
8845
|
}
|
|
@@ -8914,7 +8847,7 @@ declare global {
|
|
|
8914
8847
|
declare module 'react' {
|
|
8915
8848
|
namespace JSX {
|
|
8916
8849
|
interface IntrinsicElements {
|
|
8917
|
-
[tagName$
|
|
8850
|
+
[tagName$d]: TableHeaderRowJSXProps &
|
|
8918
8851
|
ReactBaseElementPropsWithChildren<TableHeaderRow>;
|
|
8919
8852
|
}
|
|
8920
8853
|
}
|
|
@@ -8922,7 +8855,7 @@ declare module 'react' {
|
|
|
8922
8855
|
declare global {
|
|
8923
8856
|
namespace JSX {
|
|
8924
8857
|
interface IntrinsicElements {
|
|
8925
|
-
[tagName$
|
|
8858
|
+
[tagName$d]: TableHeaderRowJSXProps &
|
|
8926
8859
|
ReactBaseElementPropsWithChildren<TableHeaderRow>;
|
|
8927
8860
|
}
|
|
8928
8861
|
}
|
|
@@ -8930,7 +8863,7 @@ declare global {
|
|
|
8930
8863
|
declare module 'react' {
|
|
8931
8864
|
namespace JSX {
|
|
8932
8865
|
interface IntrinsicElements {
|
|
8933
|
-
[tagName$
|
|
8866
|
+
[tagName$c]: TableRowJSXProps &
|
|
8934
8867
|
ReactBaseElementPropsWithChildren<TableRow>;
|
|
8935
8868
|
}
|
|
8936
8869
|
}
|
|
@@ -8938,7 +8871,7 @@ declare module 'react' {
|
|
|
8938
8871
|
declare global {
|
|
8939
8872
|
namespace JSX {
|
|
8940
8873
|
interface IntrinsicElements {
|
|
8941
|
-
[tagName$
|
|
8874
|
+
[tagName$c]: TableRowJSXProps &
|
|
8942
8875
|
ReactBaseElementPropsWithChildren<TableRow>;
|
|
8943
8876
|
}
|
|
8944
8877
|
}
|
|
@@ -8946,35 +8879,35 @@ declare global {
|
|
|
8946
8879
|
declare module 'react' {
|
|
8947
8880
|
namespace JSX {
|
|
8948
8881
|
interface IntrinsicElements {
|
|
8949
|
-
[tagName$
|
|
8882
|
+
[tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
|
|
8950
8883
|
}
|
|
8951
8884
|
}
|
|
8952
8885
|
}
|
|
8953
8886
|
declare global {
|
|
8954
8887
|
namespace JSX {
|
|
8955
8888
|
interface IntrinsicElements {
|
|
8956
|
-
[tagName$
|
|
8889
|
+
[tagName$b]: TextJSXProps & ReactBaseElementPropsWithChildren<Text>;
|
|
8957
8890
|
}
|
|
8958
8891
|
}
|
|
8959
8892
|
}
|
|
8960
8893
|
declare module 'react' {
|
|
8961
8894
|
namespace JSX {
|
|
8962
8895
|
interface IntrinsicElements {
|
|
8963
|
-
[tagName$
|
|
8896
|
+
[tagName$a]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
|
|
8964
8897
|
}
|
|
8965
8898
|
}
|
|
8966
8899
|
}
|
|
8967
8900
|
declare global {
|
|
8968
8901
|
namespace JSX {
|
|
8969
8902
|
interface IntrinsicElements {
|
|
8970
|
-
[tagName$
|
|
8903
|
+
[tagName$a]: TextAreaJSXProps & ReactBaseElementProps<TextArea>;
|
|
8971
8904
|
}
|
|
8972
8905
|
}
|
|
8973
8906
|
}
|
|
8974
8907
|
declare module 'react' {
|
|
8975
8908
|
namespace JSX {
|
|
8976
8909
|
interface IntrinsicElements {
|
|
8977
|
-
[tagName$
|
|
8910
|
+
[tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
8978
8911
|
ReactBaseElementProps<TextField>;
|
|
8979
8912
|
}
|
|
8980
8913
|
}
|
|
@@ -8982,7 +8915,7 @@ declare module 'react' {
|
|
|
8982
8915
|
declare global {
|
|
8983
8916
|
namespace JSX {
|
|
8984
8917
|
interface IntrinsicElements {
|
|
8985
|
-
[tagName$
|
|
8918
|
+
[tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
8986
8919
|
ReactBaseElementProps<TextField>;
|
|
8987
8920
|
}
|
|
8988
8921
|
}
|
|
@@ -8990,49 +8923,49 @@ declare global {
|
|
|
8990
8923
|
declare module 'react' {
|
|
8991
8924
|
namespace JSX {
|
|
8992
8925
|
interface IntrinsicElements {
|
|
8993
|
-
[tagName$
|
|
8926
|
+
[tagName$8]: ThumbnailJSXProps & ReactBaseElementProps<Thumbnail>;
|
|
8994
8927
|
}
|
|
8995
8928
|
}
|
|
8996
8929
|
}
|
|
8997
8930
|
declare global {
|
|
8998
8931
|
namespace JSX {
|
|
8999
8932
|
interface IntrinsicElements {
|
|
9000
|
-
[tagName$
|
|
8933
|
+
[tagName$8]: ThumbnailJSXProps & ReactBaseElementProps<Thumbnail>;
|
|
9001
8934
|
}
|
|
9002
8935
|
}
|
|
9003
8936
|
}
|
|
9004
8937
|
declare module 'react' {
|
|
9005
8938
|
namespace JSX {
|
|
9006
8939
|
interface IntrinsicElements {
|
|
9007
|
-
[tagName$
|
|
8940
|
+
[tagName$7]: TooltipJSXProps & ReactBaseElementPropsWithChildren<Tooltip>;
|
|
9008
8941
|
}
|
|
9009
8942
|
}
|
|
9010
8943
|
}
|
|
9011
8944
|
declare global {
|
|
9012
8945
|
namespace JSX {
|
|
9013
8946
|
interface IntrinsicElements {
|
|
9014
|
-
[tagName$
|
|
8947
|
+
[tagName$7]: TooltipJSXProps & ReactBaseElementPropsWithChildren<Tooltip>;
|
|
9015
8948
|
}
|
|
9016
8949
|
}
|
|
9017
8950
|
}
|
|
9018
8951
|
declare module 'react' {
|
|
9019
8952
|
namespace JSX {
|
|
9020
8953
|
interface IntrinsicElements {
|
|
9021
|
-
[tagName$
|
|
8954
|
+
[tagName$6]: URLFieldJSXProps & ReactBaseElementProps<URLField>;
|
|
9022
8955
|
}
|
|
9023
8956
|
}
|
|
9024
8957
|
}
|
|
9025
8958
|
declare global {
|
|
9026
8959
|
namespace JSX {
|
|
9027
8960
|
interface IntrinsicElements {
|
|
9028
|
-
[tagName$
|
|
8961
|
+
[tagName$6]: URLFieldJSXProps & ReactBaseElementProps<URLField>;
|
|
9029
8962
|
}
|
|
9030
8963
|
}
|
|
9031
8964
|
}
|
|
9032
8965
|
declare module 'react' {
|
|
9033
8966
|
namespace JSX {
|
|
9034
8967
|
interface IntrinsicElements {
|
|
9035
|
-
[tagName$
|
|
8968
|
+
[tagName$5]: UnorderedListJSXProps &
|
|
9036
8969
|
ReactBaseElementPropsWithChildren<UnorderedList>;
|
|
9037
8970
|
}
|
|
9038
8971
|
}
|
|
@@ -9040,7 +8973,7 @@ declare module 'react' {
|
|
|
9040
8973
|
declare global {
|
|
9041
8974
|
namespace JSX {
|
|
9042
8975
|
interface IntrinsicElements {
|
|
9043
|
-
[tagName$
|
|
8976
|
+
[tagName$5]: UnorderedListJSXProps &
|
|
9044
8977
|
ReactBaseElementPropsWithChildren<UnorderedList>;
|
|
9045
8978
|
}
|
|
9046
8979
|
}
|
|
@@ -9048,7 +8981,7 @@ declare global {
|
|
|
9048
8981
|
declare module 'react' {
|
|
9049
8982
|
namespace JSX {
|
|
9050
8983
|
interface IntrinsicElements {
|
|
9051
|
-
[tagName$
|
|
8984
|
+
[tagName$4]: Omit<
|
|
9052
8985
|
AdminActionJSXProps,
|
|
9053
8986
|
'primaryAction' | 'secondaryActions'
|
|
9054
8987
|
> & {
|
|
@@ -9060,7 +8993,7 @@ declare module 'react' {
|
|
|
9060
8993
|
declare global {
|
|
9061
8994
|
namespace JSX {
|
|
9062
8995
|
interface IntrinsicElements {
|
|
9063
|
-
[tagName$
|
|
8996
|
+
[tagName$4]: Omit<
|
|
9064
8997
|
AdminActionJSXProps,
|
|
9065
8998
|
'primaryAction' | 'secondaryActions'
|
|
9066
8999
|
> & {
|
|
@@ -9072,25 +9005,7 @@ declare global {
|
|
|
9072
9005
|
declare module 'react' {
|
|
9073
9006
|
namespace JSX {
|
|
9074
9007
|
interface IntrinsicElements {
|
|
9075
|
-
[tagName$
|
|
9076
|
-
children?: React.ReactNode;
|
|
9077
|
-
};
|
|
9078
|
-
}
|
|
9079
|
-
}
|
|
9080
|
-
}
|
|
9081
|
-
declare global {
|
|
9082
|
-
namespace JSX {
|
|
9083
|
-
interface IntrinsicElements {
|
|
9084
|
-
[tagName$4]: AdminBlockJSXProps & {
|
|
9085
|
-
children?: React.ReactNode;
|
|
9086
|
-
};
|
|
9087
|
-
}
|
|
9088
|
-
}
|
|
9089
|
-
}
|
|
9090
|
-
declare module 'react' {
|
|
9091
|
-
namespace JSX {
|
|
9092
|
-
interface IntrinsicElements {
|
|
9093
|
-
[tagName$3]: AdminPrintActionJSXProps & {
|
|
9008
|
+
[tagName$3]: AdminBlockJSXProps & {
|
|
9094
9009
|
children?: React.ReactNode;
|
|
9095
9010
|
};
|
|
9096
9011
|
}
|
|
@@ -9099,7 +9014,7 @@ declare module 'react' {
|
|
|
9099
9014
|
declare global {
|
|
9100
9015
|
namespace JSX {
|
|
9101
9016
|
interface IntrinsicElements {
|
|
9102
|
-
[tagName$3]:
|
|
9017
|
+
[tagName$3]: AdminBlockJSXProps & {
|
|
9103
9018
|
children?: React.ReactNode;
|
|
9104
9019
|
};
|
|
9105
9020
|
}
|
|
@@ -9108,7 +9023,7 @@ declare global {
|
|
|
9108
9023
|
declare module 'react' {
|
|
9109
9024
|
namespace JSX {
|
|
9110
9025
|
interface IntrinsicElements {
|
|
9111
|
-
[tagName$2]:
|
|
9026
|
+
[tagName$2]: AdminPrintActionJSXProps & {
|
|
9112
9027
|
children?: React.ReactNode;
|
|
9113
9028
|
};
|
|
9114
9029
|
}
|
|
@@ -9117,7 +9032,7 @@ declare module 'react' {
|
|
|
9117
9032
|
declare global {
|
|
9118
9033
|
namespace JSX {
|
|
9119
9034
|
interface IntrinsicElements {
|
|
9120
|
-
[tagName$2]:
|
|
9035
|
+
[tagName$2]: AdminPrintActionJSXProps & {
|
|
9121
9036
|
children?: React.ReactNode;
|
|
9122
9037
|
};
|
|
9123
9038
|
}
|