@shopify/ui-extensions 2025.10.3 → 2025.10.5
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/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/targets/BlockExtensionComponents.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.block.render.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.order-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.product-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.block.render.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.return.post.block.render.d.ts +1 -0
- 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
- package/src/surfaces/point-of-sale/components/targets/BlockExtensionComponents.ts +1 -0
|
@@ -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};
|
|
@@ -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
|
*
|
|
@@ -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};
|
|
@@ -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 */
|
|
@@ -107,7 +107,14 @@ declare module 'preact' {
|
|
|
107
107
|
declare const tagName = 's-ordered-list';
|
|
108
108
|
export interface OrderedListJSXProps
|
|
109
109
|
extends Partial<OrderedListProps>,
|
|
110
|
-
Pick<OrderedListProps$1, 'id'> {
|
|
110
|
+
Pick<OrderedListProps$1, 'id'> {
|
|
111
|
+
/**
|
|
112
|
+
* The items of the OrderedList.
|
|
113
|
+
*
|
|
114
|
+
* Only ListItems are accepted.
|
|
115
|
+
*/
|
|
116
|
+
children?: ComponentChildren;
|
|
117
|
+
}
|
|
111
118
|
|
|
112
119
|
export {OrderedList};
|
|
113
120
|
export type {OrderedListJSXProps};
|
|
@@ -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 */
|
|
@@ -117,7 +117,11 @@ declare module 'preact' {
|
|
|
117
117
|
declare const tagName = 's-page';
|
|
118
118
|
export interface PageJSXProps
|
|
119
119
|
extends Partial<PageProps>,
|
|
120
|
-
Pick<PageProps$1, 'id'> {
|
|
120
|
+
Pick<PageProps$1, 'id' | 'children'> {
|
|
121
|
+
/**
|
|
122
|
+
* The content of the Page.
|
|
123
|
+
*/
|
|
124
|
+
children?: ComponentChildren;
|
|
121
125
|
/**
|
|
122
126
|
* The content to display in the aside section of the page.
|
|
123
127
|
*
|
|
@@ -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 */
|
|
@@ -128,7 +128,12 @@ declare module 'preact' {
|
|
|
128
128
|
declare const tagName = 's-paragraph';
|
|
129
129
|
export interface ParagraphJSXProps
|
|
130
130
|
extends Partial<ParagraphProps>,
|
|
131
|
-
Pick<ParagraphProps$1, 'id'> {
|
|
131
|
+
Pick<ParagraphProps$1, 'id' | 'children'> {
|
|
132
|
+
/**
|
|
133
|
+
* The content of the Paragraph.
|
|
134
|
+
*/
|
|
135
|
+
children?: ComponentChildren;
|
|
136
|
+
}
|
|
132
137
|
|
|
133
138
|
export {Paragraph};
|
|
134
139
|
export type {ParagraphJSXProps};
|
|
@@ -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 */
|
|
@@ -112,7 +112,12 @@ declare module 'preact' {
|
|
|
112
112
|
declare const tagName = 's-query-container';
|
|
113
113
|
export interface QueryContainerJSXProps
|
|
114
114
|
extends Partial<QueryContainerProps$1>,
|
|
115
|
-
Pick<QueryContainerProps$1, 'id'> {
|
|
115
|
+
Pick<QueryContainerProps$1, 'id' | 'children'> {
|
|
116
|
+
/**
|
|
117
|
+
* The content of the container.
|
|
118
|
+
*/
|
|
119
|
+
children?: ComponentChildren;
|
|
120
|
+
}
|
|
116
121
|
|
|
117
122
|
export {QueryContainer};
|
|
118
123
|
export type {QueryContainerJSXProps};
|
|
@@ -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 */
|
|
@@ -117,7 +117,12 @@ declare module 'preact' {
|
|
|
117
117
|
declare const tagName = 's-section';
|
|
118
118
|
export interface SectionJSXProps
|
|
119
119
|
extends Partial<SectionProps>,
|
|
120
|
-
Pick<SectionProps$1, 'id'> {
|
|
120
|
+
Pick<SectionProps$1, 'id' | 'children'> {
|
|
121
|
+
/**
|
|
122
|
+
* The content of the Section.
|
|
123
|
+
*/
|
|
124
|
+
children?: ComponentChildren;
|
|
125
|
+
}
|
|
121
126
|
|
|
122
127
|
export {Section};
|
|
123
128
|
export type {SectionJSXProps};
|
|
@@ -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 */
|
|
@@ -202,7 +202,13 @@ declare module 'preact' {
|
|
|
202
202
|
declare const tagName = 's-select';
|
|
203
203
|
export interface SelectJSXProps
|
|
204
204
|
extends Partial<SelectProps>,
|
|
205
|
-
Pick<SelectProps$1, 'id'> {
|
|
205
|
+
Pick<SelectProps$1, 'id' | 'children'> {
|
|
206
|
+
/**
|
|
207
|
+
* The options a user can select from.
|
|
208
|
+
*
|
|
209
|
+
* Accepts `Option` and `OptionGroup` components.
|
|
210
|
+
*/
|
|
211
|
+
children?: ComponentChildren;
|
|
206
212
|
onChange?: (event: CallbackEvent<typeof tagName>) => void;
|
|
207
213
|
onInput?: (event: CallbackEvent<typeof tagName>) => void;
|
|
208
214
|
onBlur?: (event: CallbackEvent<typeof tagName>) => void;
|
|
@@ -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 */
|
|
@@ -471,7 +471,12 @@ declare module 'preact' {
|
|
|
471
471
|
declare const tagName = 's-stack';
|
|
472
472
|
export interface StackJSXProps
|
|
473
473
|
extends Partial<StackProps>,
|
|
474
|
-
Pick<StackProps$1, 'id'> {
|
|
474
|
+
Pick<StackProps$1, 'id' | 'children'> {
|
|
475
|
+
/**
|
|
476
|
+
* The content of the Stack.
|
|
477
|
+
*/
|
|
478
|
+
children?: ComponentChildren;
|
|
479
|
+
}
|
|
475
480
|
|
|
476
481
|
export {Stack};
|
|
477
482
|
export type {StackJSXProps};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type StandardComponents = 'Avatar' | 'Badge' | 'Banner' | 'Box' | 'Button' | 'ButtonGroup' | 'Checkbox' | 'Chip' | 'Choice' | 'ChoiceList' | 'Clickable' | 'ClickableChip' | 'ColorField' | 'ColorPicker' | 'DateField' | 'DatePicker' | 'Divider' | 'EmailField' | 'Grid' | 'GridItem' | 'Heading' | 'Icon' | 'Image' | 'Link' | 'ListItem' | 'Menu' | 'MoneyField' | 'NumberField' | 'Option' | 'OptionGroup' | 'OrderedList' | 'Paragraph' | 'PasswordField' | 'QueryContainer' | 'SearchField' | 'Section' | 'Select' | 'Spinner' | 'Stack' | 'Switch' | 'Table' | 'TableBody' | 'TableCell' | 'TableHeader' | 'TableHeaderRow' | 'TableRow' | 'Text' | 'TextArea' | 'TextField' | 'Thumbnail' | 'Tooltip' | 'UnorderedList' | 'URLField';
|
|
1
|
+
export type StandardComponents = 'Avatar' | 'Badge' | 'Banner' | 'Box' | 'Button' | 'ButtonGroup' | 'Checkbox' | 'Chip' | 'Choice' | 'ChoiceList' | 'Clickable' | 'ClickableChip' | 'ColorField' | 'ColorPicker' | 'DateField' | 'DatePicker' | 'DropZone' | 'Divider' | 'EmailField' | 'Grid' | 'GridItem' | 'Heading' | 'Icon' | 'Image' | 'Link' | 'ListItem' | 'Menu' | 'MoneyField' | 'NumberField' | 'Option' | 'OptionGroup' | 'OrderedList' | 'Paragraph' | 'PasswordField' | 'QueryContainer' | 'SearchField' | 'Section' | 'Select' | 'Spinner' | 'Stack' | 'Switch' | 'Table' | 'TableBody' | 'TableCell' | 'TableHeader' | 'TableHeaderRow' | 'TableRow' | 'Text' | 'TextArea' | 'TextField' | 'Thumbnail' | 'Tooltip' | 'UnorderedList' | 'URLField';
|
|
2
2
|
export default StandardComponents;
|
|
3
3
|
//# sourceMappingURL=StandardComponents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardComponents.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/components/StandardComponents.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAC1B,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,aAAa,GACb,UAAU,GACV,MAAM,GACN,QAAQ,GACR,YAAY,GACZ,WAAW,GACX,eAAe,GACf,YAAY,GACZ,aAAa,GACb,WAAW,GACX,YAAY,GACZ,SAAS,GACT,YAAY,GACZ,MAAM,GACN,UAAU,GACV,SAAS,GACT,MAAM,GACN,OAAO,GACP,MAAM,GACN,UAAU,GACV,MAAM,GACN,YAAY,GACZ,aAAa,GACb,QAAQ,GACR,aAAa,GACb,aAAa,GACb,WAAW,GACX,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,SAAS,GACT,QAAQ,GACR,SAAS,GACT,OAAO,GACP,QAAQ,GACR,OAAO,GACP,WAAW,GACX,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,UAAU,GACV,MAAM,GACN,UAAU,GACV,WAAW,GACX,WAAW,GACX,SAAS,GACT,eAAe,GACf,UAAU,CAAC;AAEf,eAAe,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"StandardComponents.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/components/StandardComponents.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAC1B,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,aAAa,GACb,UAAU,GACV,MAAM,GACN,QAAQ,GACR,YAAY,GACZ,WAAW,GACX,eAAe,GACf,YAAY,GACZ,aAAa,GACb,WAAW,GACX,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,MAAM,GACN,UAAU,GACV,SAAS,GACT,MAAM,GACN,OAAO,GACP,MAAM,GACN,UAAU,GACV,MAAM,GACN,YAAY,GACZ,aAAa,GACb,QAAQ,GACR,aAAa,GACb,aAAa,GACb,WAAW,GACX,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,SAAS,GACT,QAAQ,GACR,SAAS,GACT,OAAO,GACP,QAAQ,GACR,OAAO,GACP,WAAW,GACX,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,UAAU,GACV,MAAM,GACN,UAAU,GACV,WAAW,GACX,WAAW,GACX,SAAS,GACT,eAAe,GACf,UAAU,CAAC;AAEf,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Table/Table.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kCAAkC,EAAC,MAAM,kBAAkB,CAAC;AASpE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"Table.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Table/Table.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kCAAkC,EAAC,MAAM,kBAAkB,CAAC;AASpE,QAAA,MAAM,IAAI,EAAE,kCAyMX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -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 */
|
|
@@ -198,7 +198,11 @@ declare module 'preact' {
|
|
|
198
198
|
declare const tagName = 's-table';
|
|
199
199
|
export interface TableJSXProps
|
|
200
200
|
extends Partial<TableProps>,
|
|
201
|
-
Pick<TableProps$1, 'id' | 'onNextPage' | 'onPreviousPage'> {
|
|
201
|
+
Pick<TableProps$1, 'id' | 'children' | 'onNextPage' | 'onPreviousPage'> {
|
|
202
|
+
/**
|
|
203
|
+
* The content of the Table.
|
|
204
|
+
*/
|
|
205
|
+
children?: ComponentChildren;
|
|
202
206
|
/**
|
|
203
207
|
* Additional filters to display in the table. For example, the `s-search-field` component can be used to filter the table data.
|
|
204
208
|
*/
|
|
@@ -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-table-body';
|
|
105
105
|
export interface TableBodyJSXProps
|
|
106
106
|
extends Partial<TableBodyProps>,
|
|
107
|
-
Pick<TableBodyProps$1, 'id'> {
|
|
107
|
+
Pick<TableBodyProps$1, 'id' | 'children'> {
|
|
108
|
+
/**
|
|
109
|
+
* The body of the table. May not have any semantic meaning in the Table's `list` variant.
|
|
110
|
+
*/
|
|
111
|
+
children?: ComponentChildren;
|
|
112
|
+
}
|
|
108
113
|
|
|
109
114
|
export {TableBody};
|
|
110
115
|
export type {TableBodyJSXProps};
|
|
@@ -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 */
|
|
@@ -119,7 +119,12 @@ declare module 'preact' {
|
|
|
119
119
|
declare const tagName = 's-table-cell';
|
|
120
120
|
export interface TableCellJSXProps
|
|
121
121
|
extends Partial<TableCellProps>,
|
|
122
|
-
Pick<TableCellProps$1, 'id'> {
|
|
122
|
+
Pick<TableCellProps$1, 'id' | 'children'> {
|
|
123
|
+
/**
|
|
124
|
+
* The content of the table cell.
|
|
125
|
+
*/
|
|
126
|
+
children?: ComponentChildren;
|
|
127
|
+
}
|
|
123
128
|
|
|
124
129
|
export {TableCell};
|
|
125
130
|
export type {TableCellJSXProps};
|
|
@@ -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 */
|
|
@@ -121,7 +121,12 @@ declare module 'preact' {
|
|
|
121
121
|
declare const tagName = 's-table-header';
|
|
122
122
|
export interface TableHeaderJSXProps
|
|
123
123
|
extends Partial<TableHeaderProps>,
|
|
124
|
-
Pick<TableHeaderProps$1, 'id'> {
|
|
124
|
+
Pick<TableHeaderProps$1, 'id' | 'children'> {
|
|
125
|
+
/**
|
|
126
|
+
* The heading of the column in the `table` variant, and the label of its data in `list` variant.
|
|
127
|
+
*/
|
|
128
|
+
children?: ComponentChildren;
|
|
129
|
+
}
|
|
125
130
|
|
|
126
131
|
export {TableHeader};
|
|
127
132
|
export type {TableHeaderJSXProps};
|
|
@@ -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-table-header-row';
|
|
112
112
|
export interface TableHeaderRowJSXProps
|
|
113
113
|
extends Partial<TableHeaderRowProps>,
|
|
114
|
-
Pick<TableHeaderRowProps$1, 'id'> {
|
|
114
|
+
Pick<TableHeaderRowProps$1, 'id' | 'children'> {
|
|
115
|
+
/**
|
|
116
|
+
* Contents of the table heading row; children should be `TableHeading` components.
|
|
117
|
+
*/
|
|
118
|
+
children?: ComponentChildren;
|
|
119
|
+
}
|
|
115
120
|
|
|
116
121
|
export {TableHeaderRow};
|
|
117
122
|
export type {TableHeaderRowJSXProps};
|
|
@@ -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 */
|
|
@@ -106,7 +106,12 @@ declare module 'preact' {
|
|
|
106
106
|
declare const tagName = 's-table-row';
|
|
107
107
|
export interface TableRowJSXProps
|
|
108
108
|
extends Partial<TableRowProps>,
|
|
109
|
-
Pick<TableRowProps$1, 'id'> {
|
|
109
|
+
Pick<TableRowProps$1, 'id' | 'children'> {
|
|
110
|
+
/**
|
|
111
|
+
* The content of a TableRow, which should be `TableCell` components.
|
|
112
|
+
*/
|
|
113
|
+
children?: ComponentChildren;
|
|
114
|
+
}
|
|
110
115
|
|
|
111
116
|
export {TableRow};
|
|
112
117
|
export type {TableRowJSXProps};
|
|
@@ -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 */
|
|
@@ -137,7 +137,12 @@ declare module 'preact' {
|
|
|
137
137
|
declare const tagName = 's-text';
|
|
138
138
|
export interface TextJSXProps
|
|
139
139
|
extends Partial<TextProps>,
|
|
140
|
-
Pick<TextProps$1, 'id'> {
|
|
140
|
+
Pick<TextProps$1, 'id' | 'children'> {
|
|
141
|
+
/**
|
|
142
|
+
* The content of the Text.
|
|
143
|
+
*/
|
|
144
|
+
children?: ComponentChildren;
|
|
145
|
+
}
|
|
141
146
|
|
|
142
147
|
export {Text};
|
|
143
148
|
export type {TextJSXProps};
|
|
@@ -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 */
|
|
@@ -31,6 +31,11 @@ export interface PreactBaseElementProps<TClass extends HTMLElement> {
|
|
|
31
31
|
/** Assigns this element to a parent's slot. */
|
|
32
32
|
slot?: Lowercase<string>;
|
|
33
33
|
}
|
|
34
|
+
/** Used when an element has children. */
|
|
35
|
+
export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
|
|
36
|
+
extends PreactBaseElementProps<TClass> {
|
|
37
|
+
children?: preact.ComponentChildren;
|
|
38
|
+
}
|
|
34
39
|
|
|
35
40
|
export type Styles = string;
|
|
36
41
|
export type RenderImpl = Omit<ShadowRootInit, 'mode'> & {
|
|
@@ -223,7 +228,7 @@ declare module 'preact' {
|
|
|
223
228
|
namespace createElement.JSX {
|
|
224
229
|
interface IntrinsicElements {
|
|
225
230
|
[tagName]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
226
|
-
|
|
231
|
+
PreactBaseElementPropsWithChildren<TextField>;
|
|
227
232
|
}
|
|
228
233
|
}
|
|
229
234
|
}
|
|
@@ -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 */
|
|
@@ -176,7 +176,14 @@ declare module 'preact' {
|
|
|
176
176
|
declare const tagName = 's-tooltip';
|
|
177
177
|
export interface TooltipJSXProps
|
|
178
178
|
extends Partial<TooltipProps>,
|
|
179
|
-
Pick<TooltipProps$1, 'id'> {
|
|
179
|
+
Pick<TooltipProps$1, 'id' | 'children'> {
|
|
180
|
+
/**
|
|
181
|
+
* The content of the Tooltip.
|
|
182
|
+
*
|
|
183
|
+
* Only accepts `Text`, `Paragraph` components, and raw `textContent`.
|
|
184
|
+
*/
|
|
185
|
+
children?: ComponentChildren;
|
|
186
|
+
}
|
|
180
187
|
|
|
181
188
|
export {Tooltip};
|
|
182
189
|
export type {TooltipJSXProps};
|
|
@@ -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 */
|
|
@@ -107,7 +107,14 @@ declare module 'preact' {
|
|
|
107
107
|
declare const tagName = 's-unordered-list';
|
|
108
108
|
export interface UnorderedListJSXProps
|
|
109
109
|
extends Partial<UnorderedListProps>,
|
|
110
|
-
Pick<UnorderedListProps$1, 'id'> {
|
|
110
|
+
Pick<UnorderedListProps$1, 'id'> {
|
|
111
|
+
/**
|
|
112
|
+
* The items of the UnorderedList.
|
|
113
|
+
*
|
|
114
|
+
* Only ListItems are accepted.
|
|
115
|
+
*/
|
|
116
|
+
children?: ComponentChildren;
|
|
117
|
+
}
|
|
111
118
|
|
|
112
119
|
export {UnorderedList};
|
|
113
120
|
export type {UnorderedListJSXProps};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountConnection.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/accountConnection.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"accountConnection.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/accountConnection.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAiDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/appCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"appCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/appCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calloutCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/calloutCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"calloutCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/calloutCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emptyState.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/emptyState.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"emptyState.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/emptyState.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA2CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footerHelp.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/footerHelp.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const data:
|
|
1
|
+
import { AdminReferenceEntityTemplateSchema } from '../../docs-types';
|
|
2
|
+
declare const data: AdminReferenceEntityTemplateSchema;
|
|
3
3
|
export default data;
|
|
4
4
|
//# sourceMappingURL=indexTable.ab.doc.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indexTable.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/indexTable.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"indexTable.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/indexTable.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kCAAkC,EAAC,MAAM,kBAAkB,CAAC;AAEpE,QAAA,MAAM,IAAI,EAAE,kCAoDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interstitialNav.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/interstitialNav.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"interstitialNav.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/interstitialNav.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA8CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mediaCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/mediaCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"mediaCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/mediaCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA+CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metricsCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/metricsCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"metricsCard.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/metricsCard.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA6CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resourceList.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/resourceList.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAmDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupGuide.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/setupGuide.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"setupGuide.ab.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/patterns/setupGuide.ab.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA0CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|