@shopify/ui-extensions 2026.4.3 → 2026.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ts/surfaces/admin/components/Badge.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Clickable.d.ts +7 -7
- package/build/ts/surfaces/admin/components/Grid.d.ts +12 -12
- package/build/ts/surfaces/admin/components/GridItem.d.ts +7 -7
- package/build/ts/surfaces/admin/components/Image.d.ts +7 -7
- package/build/ts/surfaces/admin/components/Stack.d.ts +11 -11
- package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +0 -3
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Checkbox.d.ts +12 -4
- package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +12 -4
- package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +5 -5
- package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +99 -99
- package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +1 -18
- package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/event/data.d.ts +1 -3
- package/build/ts/surfaces/point-of-sale/event/data.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/extension-targets.d.ts +33 -26
- package/build/ts/surfaces/point-of-sale/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.register-details.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +0 -1
- package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/surfaces/admin/components/Badge.d.ts +1 -1
- package/src/surfaces/admin/components/Button.d.ts +1 -1
- package/src/surfaces/admin/components/Clickable.d.ts +7 -7
- package/src/surfaces/admin/components/Grid.d.ts +12 -12
- package/src/surfaces/admin/components/GridItem.d.ts +7 -7
- package/src/surfaces/admin/components/Image.d.ts +7 -7
- package/src/surfaces/admin/components/Stack.d.ts +11 -11
- package/src/surfaces/admin/components/TextField.d.ts +1 -1
- package/src/surfaces/admin/components.d.ts +22 -22
- package/src/surfaces/checkout/api/standard/standard.ts +0 -3
- package/src/surfaces/checkout/components/Checkbox.d.ts +12 -4
- package/src/surfaces/point-of-sale/components/QrCode.d.ts +5 -5
- package/src/surfaces/point-of-sale/components/components-shared.d.ts +99 -99
- package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -1
- package/src/surfaces/point-of-sale/components/targets/StandardComponents.ts +0 -2
- package/src/surfaces/point-of-sale/components.d.ts +3 -1
- package/src/surfaces/point-of-sale/event/data/ExchangeTransactionData.ts +1 -1
- package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +1 -1
- package/src/surfaces/point-of-sale/event/data/ReturnTransactionData.ts +1 -1
- package/src/surfaces/point-of-sale/event/data/SaleTransactionData.ts +1 -1
- package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +1 -22
- package/src/surfaces/point-of-sale/event/data.ts +1 -10
- package/src/surfaces/point-of-sale/extension-targets.ts +33 -41
- package/src/surfaces/point-of-sale/types/base-transaction-complete.ts +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts +0 -14
- package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts +0 -45
- package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.cart-update.event.observe.d.ts +0 -7
- package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-complete.event.observe.d.ts +0 -7
- package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-start.event.observe.d.ts +0 -7
- package/build/ts/surfaces/point-of-sale/targets/pos.transaction-complete.event.observe.d.ts +0 -7
- package/src/surfaces/point-of-sale/event/data/CartUpdateEventData.ts +0 -14
- package/src/surfaces/point-of-sale/event/data/CashTrackingSessionData.ts +0 -46
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {QRCodeProps, Key, Ref} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
-
/** @
|
|
13
|
+
/** @private */
|
|
14
14
|
export type ComponentChildren = any;
|
|
15
15
|
/**
|
|
16
16
|
* The base props for elements without children, providing key, ref, and slot properties.
|
|
17
|
-
* @
|
|
17
|
+
* @private
|
|
18
18
|
*/
|
|
19
19
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
20
20
|
/**
|
|
@@ -32,7 +32,7 @@ export interface BaseElementProps<TClass = HTMLElement> {
|
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* The base props for elements with children, extending `BaseElementProps` with children support.
|
|
35
|
-
* @
|
|
35
|
+
* @private
|
|
36
36
|
*/
|
|
37
37
|
export interface BaseElementPropsWithChildren<TClass = HTMLElement>
|
|
38
38
|
extends BaseElementProps<TClass> {
|
|
@@ -41,11 +41,11 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement>
|
|
|
41
41
|
*/
|
|
42
42
|
children?: ComponentChildren;
|
|
43
43
|
}
|
|
44
|
-
/** @
|
|
44
|
+
/** @private */
|
|
45
45
|
export type IntrinsicElementProps<T> = T & BaseElementPropsWithChildren<T & HTMLElement>;
|
|
46
46
|
|
|
47
47
|
declare const tagName = 's-qr-code';
|
|
48
|
-
/** @
|
|
48
|
+
/** @private */
|
|
49
49
|
export interface QrCodeJSXProps extends Pick<QRCodeProps, 'id' | 'content'> {}
|
|
50
50
|
declare global {
|
|
51
51
|
interface HTMLElementTagNameMap {
|