@shopify/ui-extensions 2025.10.0-rc.4 → 2025.10.0-rc.6
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/docs/shared/components/QueryContainer.d.ts +4 -0
- package/build/ts/docs/shared/components/QueryContainer.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -1
- 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/Badge.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Banner.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Box.d.ts +28 -7
- package/build/ts/surfaces/admin/components/Button.d.ts +16 -6
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +17 -2
- package/build/ts/surfaces/admin/components/Choice.d.ts +17 -2
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Clickable.d.ts +28 -7
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +11 -5
- package/build/ts/surfaces/admin/components/Divider.d.ts +12 -5
- package/build/ts/surfaces/admin/components/EmailField.d.ts +11 -5
- package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Grid.d.ts +28 -7
- package/build/ts/surfaces/admin/components/GridItem.d.ts +29 -7
- package/build/ts/surfaces/admin/components/Heading.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Icon.d.ts +12 -5
- package/build/ts/surfaces/admin/components/Image.d.ts +22 -6
- package/build/ts/surfaces/admin/components/Link.d.ts +16 -6
- package/build/ts/surfaces/admin/components/ListItem.d.ts +18 -6
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +11 -6
- package/build/ts/surfaces/admin/components/NumberField.d.ts +11 -5
- package/build/ts/surfaces/admin/components/Option.d.ts +17 -5
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +18 -5
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +18 -6
- package/build/ts/surfaces/admin/components/Page.d.ts +20 -5
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +18 -6
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +11 -5
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +106 -0
- package/build/ts/surfaces/admin/components/SearchField.d.ts +14 -6
- package/build/ts/surfaces/admin/components/Section.d.ts +17 -6
- package/build/ts/surfaces/admin/components/Select.d.ts +16 -6
- package/build/ts/surfaces/admin/components/Spinner.d.ts +12 -2
- package/build/ts/surfaces/admin/components/Stack.d.ts +28 -7
- 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 +11 -2
- package/build/ts/surfaces/admin/components/Table.d.ts +17 -6
- package/build/ts/surfaces/admin/components/TableBody.d.ts +18 -6
- package/build/ts/surfaces/admin/components/TableCell.d.ts +18 -6
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +18 -6
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
- package/build/ts/surfaces/admin/components/TableRow.d.ts +18 -6
- package/build/ts/surfaces/admin/components/Text.d.ts +17 -6
- package/build/ts/surfaces/admin/components/TextArea.d.ts +11 -5
- package/build/ts/surfaces/admin/components/TextField.d.ts +13 -5
- package/build/ts/surfaces/admin/components/URLField.d.ts +11 -5
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +18 -6
- package/build/ts/surfaces/admin/components/shared.d.ts +34 -44
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +630 -218
- package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +630 -218
- package/build/ts/surfaces/customer-account/api/docs.d.ts +1 -1
- package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +0 -6
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
- package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
- package/build/ts/surfaces/customer-account/components/Page.d.ts +3 -5
- package/build/ts/surfaces/customer-account/components/shared.d.ts +11 -0
- package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared.ts +17 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +6 -17
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +6 -17
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/docs/shared/components/QueryContainer.ts +12 -0
- 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/Badge.d.ts +17 -6
- package/src/surfaces/admin/components/Banner.d.ts +17 -6
- package/src/surfaces/admin/components/Box.d.ts +28 -7
- package/src/surfaces/admin/components/Button.d.ts +16 -6
- package/src/surfaces/admin/components/Checkbox.d.ts +17 -2
- package/src/surfaces/admin/components/Choice.d.ts +17 -2
- package/src/surfaces/admin/components/ChoiceList.d.ts +17 -6
- package/src/surfaces/admin/components/Clickable.d.ts +28 -7
- package/src/surfaces/admin/components/DatePicker.d.ts +11 -5
- package/src/surfaces/admin/components/Divider.d.ts +12 -5
- package/src/surfaces/admin/components/EmailField.d.ts +11 -5
- package/src/surfaces/admin/components/Form.d.ts +1 -1
- package/src/surfaces/admin/components/Grid.d.ts +28 -7
- package/src/surfaces/admin/components/GridItem.d.ts +29 -7
- package/src/surfaces/admin/components/Heading.d.ts +17 -6
- package/src/surfaces/admin/components/Icon.d.ts +12 -5
- package/src/surfaces/admin/components/Image.d.ts +22 -6
- package/src/surfaces/admin/components/Link.d.ts +16 -6
- package/src/surfaces/admin/components/ListItem.d.ts +18 -6
- package/src/surfaces/admin/components/MoneyField.d.ts +11 -6
- package/src/surfaces/admin/components/NumberField.d.ts +11 -5
- package/src/surfaces/admin/components/Option.d.ts +17 -5
- package/src/surfaces/admin/components/OptionGroup.d.ts +18 -5
- package/src/surfaces/admin/components/OrderedList.d.ts +18 -6
- package/src/surfaces/admin/components/Page.d.ts +20 -5
- package/src/surfaces/admin/components/Paragraph.d.ts +18 -6
- package/src/surfaces/admin/components/PasswordField.d.ts +11 -5
- package/src/surfaces/admin/components/QueryContainer/examples/default.html +5 -0
- package/src/surfaces/admin/components/QueryContainer.d.ts +106 -0
- package/src/surfaces/admin/components/SearchField.d.ts +14 -6
- package/src/surfaces/admin/components/Section.d.ts +17 -6
- package/src/surfaces/admin/components/Select.d.ts +16 -6
- package/src/surfaces/admin/components/Spinner.d.ts +12 -2
- package/src/surfaces/admin/components/Stack.d.ts +28 -7
- package/src/surfaces/admin/components/StandardComponents.ts +1 -0
- package/src/surfaces/admin/components/Switch.d.ts +11 -2
- package/src/surfaces/admin/components/Table.d.ts +17 -6
- package/src/surfaces/admin/components/TableBody.d.ts +18 -6
- package/src/surfaces/admin/components/TableCell.d.ts +18 -6
- package/src/surfaces/admin/components/TableHeader.d.ts +18 -6
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +18 -6
- package/src/surfaces/admin/components/TableRow.d.ts +18 -6
- package/src/surfaces/admin/components/Text.d.ts +17 -6
- package/src/surfaces/admin/components/TextArea.d.ts +11 -5
- package/src/surfaces/admin/components/TextField.d.ts +13 -5
- package/src/surfaces/admin/components/URLField.d.ts +11 -5
- package/src/surfaces/admin/components/UnorderedList.d.ts +18 -6
- package/src/surfaces/admin/components/shared.d.ts +34 -44
- package/src/surfaces/admin/components.d.ts +333 -513
- package/src/surfaces/customer-account/api/docs.ts +1 -1
- package/src/surfaces/customer-account/api/shared.ts +0 -6
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-js.example.ts +1 -1
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +1 -1
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +4 -5
- package/src/surfaces/customer-account/components/ImageGroup.d.ts +4 -4
- package/src/surfaces/customer-account/components/Page/examples/basic-Page-js.example.ts +4 -4
- package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +4 -4
- package/src/surfaces/customer-account/components/Page.d.ts +3 -5
- package/src/surfaces/customer-account/components/shared.ts +17 -0
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.order-status.return-details.render-after'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.order-status.unfulfilled-items.render-after'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.order.action.menu-item.render'];
|
|
742
731
|
export type Api = Target['api'];
|
package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.order.action.render'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.order.page.render'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.page.render'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.profile.addresses.render-after'];
|
|
742
731
|
export type Api = Target['api'];
|
package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.profile.block.render'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.profile.company-details.render-after'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.profile.company-location-addresses.render-after'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.profile.company-location-payment.render-after'];
|
|
742
731
|
export type Api = Target['api'];
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
declare module 'preact' {
|
|
2
|
-
interface BaseProps {
|
|
3
|
-
children?: preact.ComponentChildren;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
namespace createElement.JSX {
|
|
7
3
|
interface IntrinsicElements {
|
|
8
|
-
['s-image-group']:
|
|
4
|
+
['s-image-group']: BaseElementPropsWithChildren<ImageGroupElement> &
|
|
5
|
+
ImageGroupProps;
|
|
9
6
|
}
|
|
10
7
|
}
|
|
11
8
|
}
|
|
@@ -28,14 +25,10 @@ export interface ImageGroupProps {
|
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
declare module 'preact' {
|
|
31
|
-
interface BaseProps {
|
|
32
|
-
children?: preact.ComponentChildren;
|
|
33
|
-
slot?: Lowercase<string>;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
28
|
namespace createElement.JSX {
|
|
37
29
|
interface IntrinsicElements {
|
|
38
|
-
['s-customer-account-action']:
|
|
30
|
+
['s-customer-account-action']: BaseElementPropsWithChildren<CustomerAccountActionElement> &
|
|
31
|
+
CustomerAccountActionProps;
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -57,14 +50,9 @@ export interface CustomerAccountActionProps {
|
|
|
57
50
|
}
|
|
58
51
|
|
|
59
52
|
declare module 'preact' {
|
|
60
|
-
interface BaseProps {
|
|
61
|
-
children?: preact.ComponentChildren;
|
|
62
|
-
slot?: Lowercase<string>;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
namespace createElement.JSX {
|
|
66
54
|
interface IntrinsicElements {
|
|
67
|
-
['s-page']:
|
|
55
|
+
['s-page']: BaseElementPropsWithChildren<PageElement> & PageProps;
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
}
|
|
@@ -737,6 +725,7 @@ export interface AbbreviationProps extends Pick<AbbreviationProps$1, 'title'> {
|
|
|
737
725
|
|
|
738
726
|
import { ReducedBorderSizeKeyword } from "../../../../../src/surfaces/checkout/components/Box";
|
|
739
727
|
import { AbbreviationProps$1, BannerProps$1, BorderShorthand, BoxProps$1, ButtonProps$1, ClipboardItemProps$1, DropZoneProps$1, FormProps$1, HeadingProps$1, IconProps$1, ImageProps$1, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, OrderedListProps$1, ParagraphProps$1, PaymentIconProps$1, ProgressProps$1, QRCodeProps$1, SectionProps$1, SpinnerProps$1, StackProps$1, TextFieldProps$1, TextProps$1, TimeProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/checkout/components/components-shared";
|
|
728
|
+
import { BaseElementPropsWithChildren } from "../../../../../src/surfaces/customer-account/components/shared";
|
|
740
729
|
import type { ExtensionTargets } from '../extension-targets';
|
|
741
730
|
type Target = ExtensionTargets['customer-account.profile.company-location-staff.render-after'];
|
|
742
731
|
export type Api = Target['api'];
|