@shopify/ui-extensions 2025.10.3 → 2025.10.4
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/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Avatar.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Badge.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Banner.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Box.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Button.d.ts +6 -2
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Chip.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Choice.d.ts +10 -2
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +8 -2
- package/build/ts/surfaces/admin/components/Clickable.d.ts +6 -2
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +47 -4
- package/build/ts/surfaces/admin/components/ColorField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +1 -1
- package/build/ts/surfaces/admin/components/DateField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Divider.d.ts +1 -1
- package/build/ts/surfaces/admin/components/DropZone.d.ts +183 -0
- package/build/ts/surfaces/admin/components/EmailField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Grid.d.ts +7 -2
- package/build/ts/surfaces/admin/components/GridItem.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Heading.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Icon.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Image.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Link.d.ts +6 -2
- package/build/ts/surfaces/admin/components/ListItem.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Menu.d.ts +9 -2
- package/build/ts/surfaces/admin/components/Modal.d.ts +6 -2
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/NumberField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Option.d.ts +7 -2
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +9 -2
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +9 -2
- package/build/ts/surfaces/admin/components/Page.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +7 -2
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +7 -2
- package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Section.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Select.d.ts +8 -2
- package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Stack.d.ts +7 -2
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Switch.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Table.d.ts +6 -2
- package/build/ts/surfaces/admin/components/TableBody.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableCell.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableRow.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Text.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TextField.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +9 -2
- package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +9 -2
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +2 -2
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/shared.d.ts +31 -4
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +1 -0
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
- package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
- package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
- package/src/surfaces/admin/components/Avatar.d.ts +1 -1
- package/src/surfaces/admin/components/Badge.d.ts +7 -2
- package/src/surfaces/admin/components/Banner.d.ts +6 -2
- package/src/surfaces/admin/components/Box.d.ts +7 -2
- package/src/surfaces/admin/components/Button.d.ts +6 -2
- package/src/surfaces/admin/components/ButtonGroup.d.ts +6 -2
- package/src/surfaces/admin/components/Checkbox/examples/indeterminate-state.jsx +6 -6
- package/src/surfaces/admin/components/Checkbox/examples/validation-example.jsx +3 -3
- package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/src/surfaces/admin/components/Chip.d.ts +6 -2
- package/src/surfaces/admin/components/Choice.d.ts +10 -2
- package/src/surfaces/admin/components/ChoiceList/examples/validation-example.jsx +1 -1
- package/src/surfaces/admin/components/ChoiceList.d.ts +8 -2
- package/src/surfaces/admin/components/Clickable.d.ts +6 -2
- package/src/surfaces/admin/components/ClickableChip.d.ts +47 -4
- package/src/surfaces/admin/components/ColorField/examples/validation-example.jsx +4 -4
- package/src/surfaces/admin/components/ColorField.d.ts +1 -1
- package/src/surfaces/admin/components/ColorPicker.d.ts +1 -1
- package/src/surfaces/admin/components/DateField/examples/validation-example.jsx +3 -3
- package/src/surfaces/admin/components/DateField.d.ts +1 -1
- package/src/surfaces/admin/components/DatePicker/examples/analytics-dashboard.html +1 -1
- package/src/surfaces/admin/components/DatePicker/examples/analytics-dashboard.jsx +3 -3
- package/src/surfaces/admin/components/DatePicker/examples/form-integration.jsx +2 -2
- package/src/surfaces/admin/components/DatePicker.d.ts +1 -1
- package/src/surfaces/admin/components/Divider.d.ts +1 -1
- package/src/surfaces/admin/components/DropZone/examples/default.jsx +3 -3
- package/src/surfaces/admin/components/DropZone.d.ts +183 -0
- package/src/surfaces/admin/components/EmailField/examples/validation-example.jsx +3 -3
- package/src/surfaces/admin/components/EmailField.d.ts +1 -1
- package/src/surfaces/admin/components/Form.d.ts +1 -1
- package/src/surfaces/admin/components/FunctionSettings.d.ts +1 -1
- package/src/surfaces/admin/components/Grid.d.ts +7 -2
- package/src/surfaces/admin/components/GridItem.d.ts +7 -2
- package/src/surfaces/admin/components/Heading.d.ts +7 -2
- package/src/surfaces/admin/components/Icon.d.ts +1 -1
- package/src/surfaces/admin/components/Image.d.ts +1 -1
- package/src/surfaces/admin/components/Link.d.ts +6 -2
- package/src/surfaces/admin/components/ListItem.d.ts +7 -2
- package/src/surfaces/admin/components/Menu/examples/menu-with-links-and-disabled-items.jsx +1 -1
- package/src/surfaces/admin/components/Menu.d.ts +9 -2
- package/src/surfaces/admin/components/Modal/examples/form-modal.html +2 -3
- package/src/surfaces/admin/components/Modal/examples/form-modal.jsx +1 -2
- package/src/surfaces/admin/components/Modal.d.ts +6 -2
- package/src/surfaces/admin/components/MoneyField/examples/basic-field.jsx +1 -1
- package/src/surfaces/admin/components/MoneyField/examples/basic-usage.html +0 -1
- package/src/surfaces/admin/components/MoneyField/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/MoneyField/examples/currency-formatting-with-form-integration.html +0 -3
- package/src/surfaces/admin/components/MoneyField/examples/currency-formatting-with-form-integration.jsx +4 -7
- package/src/surfaces/admin/components/MoneyField/examples/validation-example.jsx +4 -5
- package/src/surfaces/admin/components/MoneyField/examples/with-validation-limits.html +0 -1
- package/src/surfaces/admin/components/MoneyField/examples/with-validation-limits.jsx +0 -1
- package/src/surfaces/admin/components/MoneyField.d.ts +1 -1
- package/src/surfaces/admin/components/NumberField/examples/basic-usage.jsx +1 -1
- package/src/surfaces/admin/components/NumberField/examples/default.jsx +1 -1
- package/src/surfaces/admin/components/NumberField/examples/multiple-examples.jsx +4 -4
- package/src/surfaces/admin/components/NumberField/examples/with-prefix-and-suffix.jsx +1 -1
- package/src/surfaces/admin/components/NumberField.d.ts +1 -1
- package/src/surfaces/admin/components/Option.d.ts +7 -2
- package/src/surfaces/admin/components/OptionGroup.d.ts +9 -2
- package/src/surfaces/admin/components/OrderedList.d.ts +9 -2
- package/src/surfaces/admin/components/Page/examples/large-inline-size-for-wide-content.jsx +1 -1
- package/src/surfaces/admin/components/Page/examples/page-with-heading.jsx +1 -1
- package/src/surfaces/admin/components/Page/examples/small-inline-size-for-focused-content.jsx +1 -1
- package/src/surfaces/admin/components/Page.d.ts +6 -2
- package/src/surfaces/admin/components/Paragraph.d.ts +7 -2
- package/src/surfaces/admin/components/PasswordField/examples/in-form-layout.html +2 -3
- package/src/surfaces/admin/components/PasswordField/examples/in-form-layout.jsx +2 -3
- package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/src/surfaces/admin/components/Popover/examples/notifications.html +3 -3
- package/src/surfaces/admin/components/Popover/examples/notifications.jsx +3 -3
- package/src/surfaces/admin/components/Popover/examples/table-display-options.html +2 -2
- package/src/surfaces/admin/components/Popover/examples/table-display-options.jsx +3 -7
- package/src/surfaces/admin/components/QueryContainer.d.ts +7 -2
- package/src/surfaces/admin/components/SearchField.d.ts +1 -1
- package/src/surfaces/admin/components/Section.d.ts +7 -2
- package/src/surfaces/admin/components/Select/examples/default.jsx +5 -5
- package/src/surfaces/admin/components/Select.d.ts +8 -2
- package/src/surfaces/admin/components/Spinner.d.ts +1 -1
- package/src/surfaces/admin/components/Stack.d.ts +7 -2
- package/src/surfaces/admin/components/StandardComponents.ts +1 -0
- package/src/surfaces/admin/components/Switch.d.ts +1 -1
- package/src/surfaces/admin/components/Table/examples/default.html +12 -8
- package/src/surfaces/admin/components/Table/examples/default.jsx +13 -9
- package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.html +2 -2
- package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.jsx +2 -2
- package/src/surfaces/admin/components/Table/examples/{advanced-table-with-all-list-slot-types.html → list-variant.html} +16 -6
- package/src/surfaces/admin/components/Table/examples/{advanced-table-with-all-list-slot-types.jsx → list-variant.jsx} +3 -3
- package/src/surfaces/admin/components/Table/examples/with-loading-state.html +26 -3
- package/src/surfaces/admin/components/Table/examples/with-loading-state.jsx +27 -4
- package/src/surfaces/admin/components/Table/examples/with-pagination.html +1 -1
- package/src/surfaces/admin/components/Table/examples/with-pagination.jsx +1 -1
- package/src/surfaces/admin/components/Table.d.ts +6 -2
- package/src/surfaces/admin/components/TableBody.d.ts +7 -2
- package/src/surfaces/admin/components/TableCell.d.ts +7 -2
- package/src/surfaces/admin/components/TableHeader.d.ts +7 -2
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +7 -2
- package/src/surfaces/admin/components/TableRow.d.ts +7 -2
- package/src/surfaces/admin/components/Text.d.ts +7 -2
- package/src/surfaces/admin/components/TextArea.d.ts +1 -1
- package/src/surfaces/admin/components/TextField/examples/with-accessory.html +2 -4
- package/src/surfaces/admin/components/TextField/examples/with-accessory.jsx +6 -6
- package/src/surfaces/admin/components/TextField.d.ts +7 -2
- package/src/surfaces/admin/components/Thumbnail.d.ts +1 -1
- package/src/surfaces/admin/components/Tooltip.d.ts +9 -2
- package/src/surfaces/admin/components/URLField.d.ts +1 -1
- package/src/surfaces/admin/components/UnorderedList.d.ts +9 -2
- package/src/surfaces/admin/components/patterns/examples/appCard.html +0 -1
- package/src/surfaces/admin/components/patterns/examples/appCard.jsx +0 -1
- package/src/surfaces/admin/components/patterns/examples/details.jsx +20 -28
- package/src/surfaces/admin/components/patterns/examples/emptyState.html +1 -0
- package/src/surfaces/admin/components/patterns/examples/emptyState.jsx +1 -0
- package/src/surfaces/admin/components/patterns/examples/footerHelp.html +3 -0
- package/src/surfaces/admin/components/patterns/examples/footerHelp.jsx +3 -0
- package/src/surfaces/admin/components/patterns/examples/homepage.jsx +22 -35
- package/src/surfaces/admin/components/patterns/examples/index.html +1 -0
- package/src/surfaces/admin/components/patterns/examples/index.jsx +7 -14
- package/src/surfaces/admin/components/patterns/examples/indexTable.html +3 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable.jsx +3 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard.html +1 -1
- package/src/surfaces/admin/components/patterns/examples/mediaCard.jsx +1 -1
- package/src/surfaces/admin/components/patterns/examples/metricsCard.jsx +1 -1
- package/src/surfaces/admin/components/patterns/examples/resourceList.html +58 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList.jsx +58 -0
- package/src/surfaces/admin/components/patterns/examples/settings.jsx +11 -19
- package/src/surfaces/admin/components/patterns/examples/setupGuide.jsx +1 -3
- package/src/surfaces/admin/components/patterns/index.ab.doc.ts +6 -6
- package/src/surfaces/admin/components/shared.d.ts +31 -4
- package/src/surfaces/admin/components/using-polaris-web-components/examples/html-forms.html +1 -1
- package/src/surfaces/admin/components.d.ts +48 -11
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
|
+
/* eslint-disable import/extensions */
|
|
3
|
+
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-namespace */
|
|
5
|
+
/* eslint-disable @typescript-eslint/member-ordering */
|
|
6
|
+
|
|
7
|
+
// eslint-disable-next-line @typescript-eslint/triple-slash-reference, spaced-comment
|
|
8
|
+
/// <reference lib="DOM" />
|
|
9
|
+
import type {ComponentChildren, DropZoneProps$1} from './shared.d.ts';
|
|
10
|
+
|
|
11
|
+
export type CallbackEvent<T extends keyof HTMLElementTagNameMap> = Event & {
|
|
12
|
+
currentTarget: HTMLElementTagNameMap[T];
|
|
13
|
+
};
|
|
14
|
+
export type CallbackEventListener<T extends keyof HTMLElementTagNameMap> =
|
|
15
|
+
| (EventListener & {
|
|
16
|
+
(event: CallbackEvent<T>): void;
|
|
17
|
+
})
|
|
18
|
+
| null;
|
|
19
|
+
/** Used when an element does not have children. */
|
|
20
|
+
export interface PreactBaseElementProps<TClass extends HTMLElement> {
|
|
21
|
+
/** Assigns a unique key to this element. */
|
|
22
|
+
key?: preact.Key;
|
|
23
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
24
|
+
ref?: preact.Ref<TClass>;
|
|
25
|
+
/** Assigns this element to a parent's slot. */
|
|
26
|
+
slot?: Lowercase<string>;
|
|
27
|
+
}
|
|
28
|
+
/** Used when an element has children. */
|
|
29
|
+
export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
|
|
30
|
+
extends PreactBaseElementProps<TClass> {
|
|
31
|
+
children?: preact.ComponentChildren;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface DropZoneProps
|
|
35
|
+
extends Required<
|
|
36
|
+
Pick<
|
|
37
|
+
DropZoneProps$1,
|
|
38
|
+
| 'accept'
|
|
39
|
+
| 'accessibilityLabel'
|
|
40
|
+
| 'disabled'
|
|
41
|
+
| 'files'
|
|
42
|
+
| 'name'
|
|
43
|
+
| 'error'
|
|
44
|
+
| 'label'
|
|
45
|
+
| 'labelAccessibilityVisibility'
|
|
46
|
+
| 'multiple'
|
|
47
|
+
| 'required'
|
|
48
|
+
| 'value'
|
|
49
|
+
>
|
|
50
|
+
> {}
|
|
51
|
+
|
|
52
|
+
export type Styles = string;
|
|
53
|
+
export type RenderImpl = Omit<ShadowRootInit, 'mode'> & {
|
|
54
|
+
ShadowRoot: (element: any) => ComponentChildren;
|
|
55
|
+
styles?: Styles;
|
|
56
|
+
};
|
|
57
|
+
export interface ActivationEventEsque {
|
|
58
|
+
shiftKey: boolean;
|
|
59
|
+
metaKey: boolean;
|
|
60
|
+
ctrlKey: boolean;
|
|
61
|
+
button: number;
|
|
62
|
+
}
|
|
63
|
+
export interface ClickOptions {
|
|
64
|
+
/**
|
|
65
|
+
* The event you want to influence the synthetic click.
|
|
66
|
+
*/
|
|
67
|
+
sourceEvent?: ActivationEventEsque;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Base class for creating custom elements with Preact.
|
|
71
|
+
* While this class could be used in both Node and the browser, the constructor will only be used in the browser.
|
|
72
|
+
* So we give it a type of HTMLElement to avoid typing issues later where it's used, which will only happen in the browser.
|
|
73
|
+
*/
|
|
74
|
+
declare const BaseClass$1: typeof globalThis.HTMLElement;
|
|
75
|
+
declare abstract class PreactCustomElement extends BaseClass$1 {
|
|
76
|
+
/** @private */
|
|
77
|
+
static get observedAttributes(): string[];
|
|
78
|
+
constructor({
|
|
79
|
+
styles,
|
|
80
|
+
ShadowRoot: renderFunction,
|
|
81
|
+
delegatesFocus,
|
|
82
|
+
...options
|
|
83
|
+
}: RenderImpl);
|
|
84
|
+
|
|
85
|
+
/** @private */
|
|
86
|
+
setAttribute(name: string, value: string): void;
|
|
87
|
+
/** @private */
|
|
88
|
+
attributeChangedCallback(name: string): void;
|
|
89
|
+
/** @private */
|
|
90
|
+
connectedCallback(): void;
|
|
91
|
+
/** @private */
|
|
92
|
+
disconnectedCallback(): void;
|
|
93
|
+
/** @private */
|
|
94
|
+
adoptedCallback(): void;
|
|
95
|
+
/**
|
|
96
|
+
* Queue a run of the render function.
|
|
97
|
+
* You shouldn't need to call this manually - it should be handled by changes to @property values.
|
|
98
|
+
* @private
|
|
99
|
+
*/
|
|
100
|
+
queueRender(): void;
|
|
101
|
+
/**
|
|
102
|
+
* Like the standard `element.click()`, but you can influence the behavior with a `sourceEvent`.
|
|
103
|
+
*
|
|
104
|
+
* For example, if the `sourceEvent` was a middle click, or has particular keys held down,
|
|
105
|
+
* components will attempt to produce the desired behavior on links, such as opening the page in the background tab.
|
|
106
|
+
* @private
|
|
107
|
+
* @param options
|
|
108
|
+
*/
|
|
109
|
+
click({sourceEvent}?: ClickOptions): void;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export type ReplaceType<TType, TFrom, TTo> = Exclude<TType, TFrom> | TTo;
|
|
113
|
+
|
|
114
|
+
declare const setFiles: unique symbol;
|
|
115
|
+
|
|
116
|
+
declare const internals: unique symbol;
|
|
117
|
+
declare const getFileInput: unique symbol;
|
|
118
|
+
declare class BaseClass extends PreactCustomElement {
|
|
119
|
+
static formAssociated: boolean;
|
|
120
|
+
constructor(renderImpl: RenderImpl);
|
|
121
|
+
/** @private */
|
|
122
|
+
[internals]: ElementInternals;
|
|
123
|
+
}
|
|
124
|
+
declare class DropZone extends BaseClass implements DropZoneProps {
|
|
125
|
+
accessor accept: DropZoneProps['accept'];
|
|
126
|
+
accessor accessibilityLabel: DropZoneProps['accessibilityLabel'];
|
|
127
|
+
accessor disabled: DropZoneProps['disabled'];
|
|
128
|
+
accessor error: DropZoneProps['error'];
|
|
129
|
+
accessor label: DropZoneProps['label'];
|
|
130
|
+
accessor labelAccessibilityVisibility: DropZoneProps['labelAccessibilityVisibility'];
|
|
131
|
+
accessor multiple: DropZoneProps['multiple'];
|
|
132
|
+
accessor name: DropZoneProps['name'];
|
|
133
|
+
accessor required: DropZoneProps['required'];
|
|
134
|
+
accessor onchange: CallbackEventListener<typeof tagName>;
|
|
135
|
+
accessor oninput: CallbackEventListener<typeof tagName>;
|
|
136
|
+
accessor ondroprejected: CallbackEventListener<typeof tagName>;
|
|
137
|
+
get value(): string;
|
|
138
|
+
/** This sets the input value for a file type, which cannot be set programatically, so it can only be reset. */
|
|
139
|
+
set value(value: '' | null);
|
|
140
|
+
get files(): File[];
|
|
141
|
+
set files(files: File[]);
|
|
142
|
+
/** @private */
|
|
143
|
+
[setFiles](files: File[]): void;
|
|
144
|
+
/** @private */
|
|
145
|
+
[getFileInput](): ReplaceType<
|
|
146
|
+
Element | null | undefined,
|
|
147
|
+
Element,
|
|
148
|
+
HTMLInputElement
|
|
149
|
+
>;
|
|
150
|
+
|
|
151
|
+
/** @private */
|
|
152
|
+
formResetCallback(): void;
|
|
153
|
+
constructor();
|
|
154
|
+
}
|
|
155
|
+
declare global {
|
|
156
|
+
interface HTMLElementTagNameMap {
|
|
157
|
+
[tagName]: DropZone;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
declare module 'preact' {
|
|
161
|
+
namespace createElement.JSX {
|
|
162
|
+
interface IntrinsicElements {
|
|
163
|
+
[tagName]: DropZoneJSXProps &
|
|
164
|
+
PreactBaseElementPropsWithChildren<DropZone>;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
declare const tagName = 's-drop-zone';
|
|
170
|
+
export interface DropZoneJSXProps
|
|
171
|
+
extends Partial<DropZoneProps>,
|
|
172
|
+
Pick<DropZoneProps$1, 'id'> {
|
|
173
|
+
/**
|
|
174
|
+
* Content to include inside the DropZone container
|
|
175
|
+
*/
|
|
176
|
+
children?: ComponentChildren;
|
|
177
|
+
onChange?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
178
|
+
onInput?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
179
|
+
onDropRejected?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export {DropZone};
|
|
183
|
+
export type {DropZoneJSXProps};
|
|
@@ -3,7 +3,7 @@ const [error, setError] = useState('Please enter a valid email address');
|
|
|
3
3
|
|
|
4
4
|
return (
|
|
5
5
|
<s-section>
|
|
6
|
-
<s-stack gap="base"
|
|
6
|
+
<s-stack gap="base" justifyContent="start">
|
|
7
7
|
<s-text-field label="Name" />
|
|
8
8
|
<s-email-field
|
|
9
9
|
label="Contact email"
|
|
@@ -12,8 +12,8 @@ return (
|
|
|
12
12
|
error={error}
|
|
13
13
|
required
|
|
14
14
|
onInput={(e) => {
|
|
15
|
-
setEmail(e.
|
|
16
|
-
setError(/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e.
|
|
15
|
+
setEmail(e.currentTarget.value);
|
|
16
|
+
setError(/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e.currentTarget.value) ? '' : 'Please enter a valid email address');
|
|
17
17
|
}}
|
|
18
18
|
/>
|
|
19
19
|
</s-stack>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -511,7 +511,12 @@ declare module 'preact' {
|
|
|
511
511
|
declare const tagName = 's-grid';
|
|
512
512
|
export interface GridJSXProps
|
|
513
513
|
extends Partial<GridProps>,
|
|
514
|
-
Pick<GridProps$1, 'id'> {
|
|
514
|
+
Pick<GridProps$1, 'id' | 'children'> {
|
|
515
|
+
/**
|
|
516
|
+
* The content of the Grid.
|
|
517
|
+
*/
|
|
518
|
+
children?: ComponentChildren;
|
|
519
|
+
}
|
|
515
520
|
|
|
516
521
|
export {Grid};
|
|
517
522
|
export type {GridJSXProps};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -395,7 +395,12 @@ declare module 'preact' {
|
|
|
395
395
|
declare const tagName = 's-grid-item';
|
|
396
396
|
export interface GridItemJSXProps
|
|
397
397
|
extends Partial<GridItemProps>,
|
|
398
|
-
Pick<GridItemProps$1, 'id'> {
|
|
398
|
+
Pick<GridItemProps$1, 'id' | 'children'> {
|
|
399
|
+
/**
|
|
400
|
+
* The content of the GridItem.
|
|
401
|
+
*/
|
|
402
|
+
children?: ComponentChildren;
|
|
403
|
+
}
|
|
399
404
|
|
|
400
405
|
export {GridItem};
|
|
401
406
|
export type {GridItemJSXProps};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -113,7 +113,12 @@ declare module 'preact' {
|
|
|
113
113
|
declare const tagName = 's-heading';
|
|
114
114
|
export interface HeadingJSXProps
|
|
115
115
|
extends Partial<HeadingProps>,
|
|
116
|
-
Pick<HeadingProps$1, 'id'> {
|
|
116
|
+
Pick<HeadingProps$1, 'id' | 'children'> {
|
|
117
|
+
/**
|
|
118
|
+
* The content of the Heading.
|
|
119
|
+
*/
|
|
120
|
+
children?: ComponentChildren;
|
|
121
|
+
}
|
|
117
122
|
|
|
118
123
|
export {Heading};
|
|
119
124
|
export type {HeadingJSXProps};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -172,7 +172,11 @@ declare module 'preact' {
|
|
|
172
172
|
declare const tagName = 's-link';
|
|
173
173
|
export interface LinkJSXProps
|
|
174
174
|
extends Partial<LinkProps>,
|
|
175
|
-
Pick<LinkProps$1, 'id' | 'lang'> {
|
|
175
|
+
Pick<LinkProps$1, 'id' | 'lang' | 'children'> {
|
|
176
|
+
/**
|
|
177
|
+
* The content of the Link.
|
|
178
|
+
*/
|
|
179
|
+
children?: ComponentChildren;
|
|
176
180
|
onClick?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
177
181
|
}
|
|
178
182
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -104,7 +104,12 @@ declare module 'preact' {
|
|
|
104
104
|
declare const tagName = 's-list-item';
|
|
105
105
|
export interface ListItemJSXProps
|
|
106
106
|
extends Partial<ListItemProps>,
|
|
107
|
-
Pick<ListItemProps$1, 'id'> {
|
|
107
|
+
Pick<ListItemProps$1, 'id' | 'children'> {
|
|
108
|
+
/**
|
|
109
|
+
* The content of the ListItem.
|
|
110
|
+
*/
|
|
111
|
+
children?: ComponentChildren;
|
|
112
|
+
}
|
|
108
113
|
|
|
109
114
|
export {ListItem};
|
|
110
115
|
export type {ListItemJSXProps};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -182,7 +182,14 @@ declare module 'preact' {
|
|
|
182
182
|
declare const tagName = 's-menu';
|
|
183
183
|
export interface MenuJSXProps
|
|
184
184
|
extends Partial<MenuProps>,
|
|
185
|
-
Pick<MenuProps$1, 'id'> {
|
|
185
|
+
Pick<MenuProps$1, 'id' | 'children'> {
|
|
186
|
+
/**
|
|
187
|
+
* The Menu items.
|
|
188
|
+
*
|
|
189
|
+
* Only accepts `Button` and `Section` components.
|
|
190
|
+
*/
|
|
191
|
+
children?: ComponentChildren;
|
|
192
|
+
}
|
|
186
193
|
|
|
187
194
|
export {Menu};
|
|
188
195
|
export type {MenuJSXProps};
|
|
@@ -11,12 +11,11 @@
|
|
|
11
11
|
value="Sarah Johnson"
|
|
12
12
|
></s-text-field>
|
|
13
13
|
|
|
14
|
-
<s-
|
|
14
|
+
<s-email-field
|
|
15
15
|
label="Email address"
|
|
16
16
|
name="email"
|
|
17
|
-
type="email"
|
|
18
17
|
value="sarah@example.com"
|
|
19
|
-
></s-
|
|
18
|
+
></s-email-field>
|
|
20
19
|
|
|
21
20
|
<s-text-field
|
|
22
21
|
label="Phone number"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -291,7 +291,11 @@ declare module 'preact' {
|
|
|
291
291
|
declare const tagName = 's-modal';
|
|
292
292
|
export interface ModalJSXProps
|
|
293
293
|
extends Partial<ModalProps>,
|
|
294
|
-
Pick<ModalProps$1, 'id'> {
|
|
294
|
+
Pick<ModalProps$1, 'id' | 'children'> {
|
|
295
|
+
/**
|
|
296
|
+
* The content of the Modal.
|
|
297
|
+
*/
|
|
298
|
+
children?: ComponentChildren;
|
|
295
299
|
/**
|
|
296
300
|
* The primary action to perform.
|
|
297
301
|
*
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
value="0.00"
|
|
5
5
|
min="0.01"
|
|
6
6
|
max="99999.99"
|
|
7
|
-
step="0.01"
|
|
8
7
|
details="Customers will see this price"
|
|
9
8
|
></s-money-field>
|
|
10
9
|
|
|
@@ -13,7 +12,6 @@
|
|
|
13
12
|
value=""
|
|
14
13
|
min="0"
|
|
15
14
|
max="99999.99"
|
|
16
|
-
step="0.01"
|
|
17
15
|
details="Show customers the original price when on sale"
|
|
18
16
|
></s-money-field>
|
|
19
17
|
|
|
@@ -22,7 +20,6 @@
|
|
|
22
20
|
value=""
|
|
23
21
|
min="0"
|
|
24
22
|
max="99999.99"
|
|
25
|
-
step="0.01"
|
|
26
23
|
details="Customers won't see this"
|
|
27
24
|
></s-money-field>
|
|
28
25
|
</s-stack>
|
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
<s-money-field
|
|
3
3
|
label="Price"
|
|
4
4
|
value="0.00"
|
|
5
|
-
min=
|
|
6
|
-
max=
|
|
7
|
-
step="0.01"
|
|
5
|
+
min={0.01}
|
|
6
|
+
max={99999.99}
|
|
8
7
|
details="Customers will see this price"
|
|
9
8
|
/>
|
|
10
9
|
|
|
@@ -12,8 +11,7 @@
|
|
|
12
11
|
label="Compare at price"
|
|
13
12
|
value=""
|
|
14
13
|
min={0}
|
|
15
|
-
max=
|
|
16
|
-
step="0.01"
|
|
14
|
+
max={99999.99}
|
|
17
15
|
details="Show customers the original price when on sale"
|
|
18
16
|
/>
|
|
19
17
|
|
|
@@ -21,8 +19,7 @@
|
|
|
21
19
|
label="Cost per item"
|
|
22
20
|
value=""
|
|
23
21
|
min={0}
|
|
24
|
-
max=
|
|
25
|
-
step="0.01"
|
|
22
|
+
max={99999.99}
|
|
26
23
|
details="Customers won't see this"
|
|
27
24
|
/>
|
|
28
25
|
</s-stack>
|
|
@@ -3,20 +3,19 @@ const [error, setError] = useState('Value must be no more than $100');
|
|
|
3
3
|
|
|
4
4
|
return (
|
|
5
5
|
<s-section>
|
|
6
|
-
<s-stack gap="base"
|
|
6
|
+
<s-stack gap="base" justifyContent="start">
|
|
7
7
|
<s-text-field label="Product name" />
|
|
8
8
|
<s-money-field
|
|
9
9
|
label="Discount amount"
|
|
10
10
|
value={amount}
|
|
11
11
|
min={0}
|
|
12
12
|
max={100}
|
|
13
|
-
step="0.5"
|
|
14
13
|
details="Enter discount amount between $0 and $100"
|
|
15
14
|
error={error}
|
|
16
15
|
onInput={(e) => {
|
|
17
|
-
setAmount(e.
|
|
18
|
-
const val = parseFloat(e.
|
|
19
|
-
setError(val > e.
|
|
16
|
+
setAmount(e.currentTarget.value);
|
|
17
|
+
const val = parseFloat(e.currentTarget.value);
|
|
18
|
+
setError(val > e.currentTarget.max ? 'Value must be no more than $100' : val < e.currentTarget.min ? 'Value must be at least $0' : '');
|
|
20
19
|
}}
|
|
21
20
|
/>
|
|
22
21
|
</s-stack>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<s-stack gap="base">
|
|
2
2
|
<s-number-field
|
|
3
3
|
label="Inventory count"
|
|
4
|
-
value=
|
|
4
|
+
value="150"
|
|
5
5
|
min={0}
|
|
6
6
|
step={1}
|
|
7
7
|
inputMode="numeric"
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
|
|
11
11
|
<s-number-field
|
|
12
12
|
label="Discount percentage"
|
|
13
|
-
value=
|
|
13
|
+
value="15"
|
|
14
14
|
suffix="%"
|
|
15
15
|
min={0}
|
|
16
16
|
max={100}
|
|
17
|
-
step=
|
|
17
|
+
step={0.1}
|
|
18
18
|
inputMode="decimal"
|
|
19
19
|
/>
|
|
20
20
|
|
|
21
21
|
<s-number-field
|
|
22
22
|
label="Shipping weight"
|
|
23
|
-
value=
|
|
23
|
+
value="2.5"
|
|
24
24
|
suffix="kg"
|
|
25
25
|
min={0.1}
|
|
26
26
|
step={0.1}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -111,7 +111,12 @@ declare module 'preact' {
|
|
|
111
111
|
declare const tagName = 's-option';
|
|
112
112
|
export interface OptionJSXProps
|
|
113
113
|
extends Partial<OptionProps>,
|
|
114
|
-
Pick<OptionProps$1, 'id'> {
|
|
114
|
+
Pick<OptionProps$1, 'id' | 'children'> {
|
|
115
|
+
/**
|
|
116
|
+
* The content to use as the label.
|
|
117
|
+
*/
|
|
118
|
+
children?: ComponentChildren;
|
|
119
|
+
}
|
|
115
120
|
|
|
116
121
|
export {Option};
|
|
117
122
|
export type {OptionJSXProps};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
/* eslint-disable import/extensions */
|
|
3
3
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -111,7 +111,14 @@ declare module 'preact' {
|
|
|
111
111
|
declare const tagName = 's-option-group';
|
|
112
112
|
export interface OptionGroupJSXProps
|
|
113
113
|
extends Partial<OptionGroupProps>,
|
|
114
|
-
Pick<OptionGroupProps$1, 'id'> {
|
|
114
|
+
Pick<OptionGroupProps$1, 'id' | 'children'> {
|
|
115
|
+
/**
|
|
116
|
+
* The options a user can select from.
|
|
117
|
+
*
|
|
118
|
+
* Accepts `Option` components.
|
|
119
|
+
*/
|
|
120
|
+
children?: ComponentChildren;
|
|
121
|
+
}
|
|
115
122
|
|
|
116
123
|
export {OptionGroup};
|
|
117
124
|
export type {OptionGroupJSXProps};
|