@shopify/ui-extensions 2025.10.0-rc.30 → 2025.10.0-rc.32
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/DateField.d.ts +4 -0
- package/build/ts/docs/shared/components/DateField.d.ts.map +1 -0
- package/build/ts/docs/shared/components/index.d.ts +1 -0
- package/build/ts/docs/shared/components/index.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/Avatar.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Badge.d.ts +2 -2
- package/build/ts/surfaces/admin/components/Banner.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Box.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Button.d.ts +2 -1
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Chip.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Choice.d.ts +1 -1
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Clickable.d.ts +1 -1
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +1 -1
- 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/DateField.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/DateField.d.ts +246 -0
- 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 +1 -1
- 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 +1 -1
- package/build/ts/surfaces/admin/components/GridItem.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Heading.d.ts +1 -1
- 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 +1 -1
- package/build/ts/surfaces/admin/components/ListItem.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Menu.d.ts +1 -1
- 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 +1 -1
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +1 -1
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Page.d.ts +1 -5
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +1 -1
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -1
- package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Section.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Select.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Stack.d.ts +1 -1
- 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.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableBody.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableCell.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableRow.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Text.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +1 -1
- package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +1 -1
- package/build/ts/surfaces/admin/components/shared.d.ts +44 -1
- 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.customers.segmentation-templates.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/api/shared.d.ts +0 -16
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +1 -5
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/docs/shared/components/DateField.ts +11 -0
- package/src/docs/shared/components/index.ts +1 -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/Avatar.d.ts +1 -1
- package/src/surfaces/admin/components/Badge.d.ts +2 -2
- package/src/surfaces/admin/components/Banner.d.ts +1 -1
- package/src/surfaces/admin/components/Box.d.ts +1 -1
- package/src/surfaces/admin/components/Button.d.ts +2 -1
- package/src/surfaces/admin/components/ButtonGroup.d.ts +1 -1
- package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/src/surfaces/admin/components/Chip.d.ts +1 -1
- package/src/surfaces/admin/components/Choice.d.ts +1 -1
- package/src/surfaces/admin/components/ChoiceList.d.ts +1 -1
- package/src/surfaces/admin/components/Clickable.d.ts +1 -1
- package/src/surfaces/admin/components/ClickableChip.d.ts +1 -1
- 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/default.html +1 -0
- package/src/surfaces/admin/components/DateField.d.ts +246 -0
- 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.d.ts +1 -1
- 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 +1 -1
- package/src/surfaces/admin/components/GridItem.d.ts +1 -1
- package/src/surfaces/admin/components/Heading.d.ts +1 -1
- 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 +1 -1
- package/src/surfaces/admin/components/ListItem.d.ts +1 -1
- package/src/surfaces/admin/components/Menu.d.ts +1 -1
- package/src/surfaces/admin/components/MoneyField.d.ts +1 -1
- package/src/surfaces/admin/components/NumberField.d.ts +1 -1
- package/src/surfaces/admin/components/Option.d.ts +1 -1
- package/src/surfaces/admin/components/OptionGroup.d.ts +1 -1
- package/src/surfaces/admin/components/OrderedList.d.ts +1 -1
- package/src/surfaces/admin/components/Page.d.ts +1 -5
- package/src/surfaces/admin/components/Paragraph.d.ts +1 -1
- package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/src/surfaces/admin/components/QueryContainer.d.ts +1 -1
- package/src/surfaces/admin/components/SearchField.d.ts +1 -1
- package/src/surfaces/admin/components/Section.d.ts +1 -1
- package/src/surfaces/admin/components/Select.d.ts +1 -1
- package/src/surfaces/admin/components/Spinner.d.ts +1 -1
- package/src/surfaces/admin/components/Stack.d.ts +1 -1
- 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.d.ts +1 -1
- package/src/surfaces/admin/components/TableBody.d.ts +1 -1
- package/src/surfaces/admin/components/TableCell.d.ts +1 -1
- package/src/surfaces/admin/components/TableHeader.d.ts +1 -1
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
- package/src/surfaces/admin/components/TableRow.d.ts +1 -1
- package/src/surfaces/admin/components/Text.d.ts +1 -1
- package/src/surfaces/admin/components/TextArea.d.ts +1 -1
- package/src/surfaces/admin/components/TextField.d.ts +1 -1
- package/src/surfaces/admin/components/Thumbnail.d.ts +1 -1
- package/src/surfaces/admin/components/Tooltip.d.ts +1 -1
- package/src/surfaces/admin/components/URLField.d.ts +1 -1
- package/src/surfaces/admin/components/UnorderedList.d.ts +1 -1
- package/src/surfaces/admin/components/shared.d.ts +44 -1
- package/src/surfaces/admin/components.d.ts +227 -90
- package/src/surfaces/customer-account/api/shared.ts +0 -17
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +0 -6
|
@@ -2378,6 +2378,49 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2378
2378
|
*/
|
|
2379
2379
|
value?: string;
|
|
2380
2380
|
}
|
|
2381
|
+
interface DateFieldProps$1
|
|
2382
|
+
extends GlobalProps,
|
|
2383
|
+
BaseTextFieldProps,
|
|
2384
|
+
Pick<
|
|
2385
|
+
DatePickerProps$1,
|
|
2386
|
+
| 'view'
|
|
2387
|
+
| 'defaultView'
|
|
2388
|
+
| 'value'
|
|
2389
|
+
| 'defaultValue'
|
|
2390
|
+
| 'allow'
|
|
2391
|
+
| 'disallow'
|
|
2392
|
+
| 'allowDays'
|
|
2393
|
+
| 'disallowDays'
|
|
2394
|
+
| 'onViewChange'
|
|
2395
|
+
>,
|
|
2396
|
+
AutocompleteProps<DateAutocompleteField> {
|
|
2397
|
+
/**
|
|
2398
|
+
* Callback when the field has an invalid date.
|
|
2399
|
+
* This callback will be called, if the date typed is invalid or disabled.
|
|
2400
|
+
*
|
|
2401
|
+
* Dates that don’t exist or have formatting errors are considered invalid. Some examples of invalid dates are:
|
|
2402
|
+
* - 2021-02-31: February doesn’t have 31 days
|
|
2403
|
+
* - 2021-02-00: The day can’t be 00
|
|
2404
|
+
*
|
|
2405
|
+
* Disallowed dates are considered invalid.
|
|
2406
|
+
*
|
|
2407
|
+
* It’s important to note that this callback will be called only when the user **finishes editing** the date,
|
|
2408
|
+
* and it’s called right after the `onChange` callback.
|
|
2409
|
+
* The field is **not** validated on every change to the input. Once the buyer has signalled that
|
|
2410
|
+
* they have finished editing the field (typically, by blurring the field), the field gets validated and the callback is run if the value is invalid.
|
|
2411
|
+
*/
|
|
2412
|
+
onInvalid?: (event: Event) => void;
|
|
2413
|
+
}
|
|
2414
|
+
export type DateAutocompleteField = ExtractStrict<
|
|
2415
|
+
AnyAutocompleteField,
|
|
2416
|
+
| 'bday'
|
|
2417
|
+
| 'bday-day'
|
|
2418
|
+
| 'bday-month'
|
|
2419
|
+
| 'bday-year'
|
|
2420
|
+
| 'cc-expiry'
|
|
2421
|
+
| 'cc-expiry-month'
|
|
2422
|
+
| 'cc-expiry-year'
|
|
2423
|
+
>;
|
|
2381
2424
|
interface DividerProps$1 extends GlobalProps {
|
|
2382
2425
|
/**
|
|
2383
2426
|
* Specify the direction of the divider.
|
|
@@ -4287,18 +4330,18 @@ declare class Avatar extends PreactCustomElement implements AvatarProps {
|
|
|
4287
4330
|
}
|
|
4288
4331
|
declare global {
|
|
4289
4332
|
interface HTMLElementTagNameMap {
|
|
4290
|
-
[tagName$
|
|
4333
|
+
[tagName$Z]: Avatar;
|
|
4291
4334
|
}
|
|
4292
4335
|
}
|
|
4293
4336
|
declare module 'preact' {
|
|
4294
4337
|
namespace createElement.JSX {
|
|
4295
4338
|
interface IntrinsicElements {
|
|
4296
|
-
[tagName$
|
|
4339
|
+
[tagName$Z]: AvatarJSXProps & PreactBaseElementPropsWithChildren<Avatar>;
|
|
4297
4340
|
}
|
|
4298
4341
|
}
|
|
4299
4342
|
}
|
|
4300
4343
|
|
|
4301
|
-
declare const tagName$
|
|
4344
|
+
declare const tagName$Z = 's-avatar';
|
|
4302
4345
|
export interface AvatarJSXProps
|
|
4303
4346
|
extends Partial<AvatarProps>,
|
|
4304
4347
|
Pick<AvatarProps$1, 'id'> {
|
|
@@ -4343,18 +4386,18 @@ declare class Badge extends PreactCustomElement implements BadgeProps {
|
|
|
4343
4386
|
}
|
|
4344
4387
|
declare global {
|
|
4345
4388
|
interface HTMLElementTagNameMap {
|
|
4346
|
-
[tagName$
|
|
4389
|
+
[tagName$Y]: Badge;
|
|
4347
4390
|
}
|
|
4348
4391
|
}
|
|
4349
4392
|
declare module 'preact' {
|
|
4350
4393
|
namespace createElement.JSX {
|
|
4351
4394
|
interface IntrinsicElements {
|
|
4352
|
-
[tagName$
|
|
4395
|
+
[tagName$Y]: BadgeJSXProps & PreactBaseElementPropsWithChildren<Badge>;
|
|
4353
4396
|
}
|
|
4354
4397
|
}
|
|
4355
4398
|
}
|
|
4356
4399
|
|
|
4357
|
-
declare const tagName$
|
|
4400
|
+
declare const tagName$Y = 's-badge';
|
|
4358
4401
|
export interface BadgeJSXProps
|
|
4359
4402
|
extends Partial<BadgeProps>,
|
|
4360
4403
|
Pick<BadgeProps$1, 'id'> {}
|
|
@@ -4380,19 +4423,19 @@ declare class Banner extends PreactCustomElement implements BannerProps {
|
|
|
4380
4423
|
}
|
|
4381
4424
|
declare global {
|
|
4382
4425
|
interface HTMLElementTagNameMap {
|
|
4383
|
-
[tagName$
|
|
4426
|
+
[tagName$X]: Banner;
|
|
4384
4427
|
}
|
|
4385
4428
|
}
|
|
4386
4429
|
declare module 'preact' {
|
|
4387
4430
|
namespace createElement.JSX {
|
|
4388
4431
|
interface IntrinsicElements {
|
|
4389
|
-
[tagName$
|
|
4432
|
+
[tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
|
|
4390
4433
|
PreactBaseElementPropsWithChildren<Banner>;
|
|
4391
4434
|
}
|
|
4392
4435
|
}
|
|
4393
4436
|
}
|
|
4394
4437
|
|
|
4395
|
-
declare const tagName$
|
|
4438
|
+
declare const tagName$X = 's-banner';
|
|
4396
4439
|
export interface BannerJSXProps
|
|
4397
4440
|
extends Partial<BannerProps>,
|
|
4398
4441
|
Pick<BannerProps$1, 'id'> {
|
|
@@ -4402,8 +4445,8 @@ export interface BannerJSXProps
|
|
|
4402
4445
|
* A maximum of two `s-button` components are allowed, and only buttons with the `variant` of "secondary" are permitted.
|
|
4403
4446
|
*/
|
|
4404
4447
|
secondaryActions?: ComponentChild;
|
|
4405
|
-
onDismiss?: ((event: CallbackEvent<typeof tagName$
|
|
4406
|
-
onAfterHide?: ((event: CallbackEvent<typeof tagName$
|
|
4448
|
+
onDismiss?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
|
|
4449
|
+
onAfterHide?: ((event: CallbackEvent<typeof tagName$X>) => void) | null;
|
|
4407
4450
|
}
|
|
4408
4451
|
|
|
4409
4452
|
export type MakeResponsive<T> = T | `@container${string}`;
|
|
@@ -4624,18 +4667,18 @@ declare class Box extends BoxElement implements BoxProps {
|
|
|
4624
4667
|
}
|
|
4625
4668
|
declare global {
|
|
4626
4669
|
interface HTMLElementTagNameMap {
|
|
4627
|
-
[tagName$
|
|
4670
|
+
[tagName$W]: Box;
|
|
4628
4671
|
}
|
|
4629
4672
|
}
|
|
4630
4673
|
declare module 'preact' {
|
|
4631
4674
|
namespace createElement.JSX {
|
|
4632
4675
|
interface IntrinsicElements {
|
|
4633
|
-
[tagName$
|
|
4676
|
+
[tagName$W]: BoxJSXProps & PreactBaseElementPropsWithChildren<Box>;
|
|
4634
4677
|
}
|
|
4635
4678
|
}
|
|
4636
4679
|
}
|
|
4637
4680
|
|
|
4638
|
-
declare const tagName$
|
|
4681
|
+
declare const tagName$W = 's-box';
|
|
4639
4682
|
export interface BoxJSXProps
|
|
4640
4683
|
extends Partial<BoxProps>,
|
|
4641
4684
|
Pick<BoxProps$1, 'id'> {}
|
|
@@ -4717,24 +4760,24 @@ declare class Button extends Button_base implements ButtonProps {
|
|
|
4717
4760
|
}
|
|
4718
4761
|
declare global {
|
|
4719
4762
|
interface HTMLElementTagNameMap {
|
|
4720
|
-
[tagName$
|
|
4763
|
+
[tagName$V]: Button;
|
|
4721
4764
|
}
|
|
4722
4765
|
}
|
|
4723
4766
|
declare module 'preact' {
|
|
4724
4767
|
namespace createElement.JSX {
|
|
4725
4768
|
interface IntrinsicElements {
|
|
4726
|
-
[tagName$
|
|
4769
|
+
[tagName$V]: ButtonJSXProps & PreactBaseElementPropsWithChildren<Button>;
|
|
4727
4770
|
}
|
|
4728
4771
|
}
|
|
4729
4772
|
}
|
|
4730
4773
|
|
|
4731
|
-
declare const tagName$
|
|
4774
|
+
declare const tagName$V = 's-button';
|
|
4732
4775
|
export interface ButtonJSXProps
|
|
4733
4776
|
extends Partial<ButtonProps>,
|
|
4734
4777
|
Pick<ButtonProps$1, 'id'> {
|
|
4735
|
-
onClick?: ((event: CallbackEvent<typeof tagName$
|
|
4736
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
4737
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
4778
|
+
onClick?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
|
|
4779
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
|
|
4780
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$V>) => void) | null;
|
|
4738
4781
|
}
|
|
4739
4782
|
|
|
4740
4783
|
export interface ButtonGroupProps
|
|
@@ -4750,19 +4793,19 @@ declare class ButtonGroup
|
|
|
4750
4793
|
}
|
|
4751
4794
|
declare global {
|
|
4752
4795
|
interface HTMLElementTagNameMap {
|
|
4753
|
-
[tagName$
|
|
4796
|
+
[tagName$U]: ButtonGroup;
|
|
4754
4797
|
}
|
|
4755
4798
|
}
|
|
4756
4799
|
declare module 'preact' {
|
|
4757
4800
|
namespace createElement.JSX {
|
|
4758
4801
|
interface IntrinsicElements {
|
|
4759
|
-
[tagName$
|
|
4802
|
+
[tagName$U]: ButtonGroupJSXProps &
|
|
4760
4803
|
PreactBaseElementPropsWithChildren<ButtonGroup>;
|
|
4761
4804
|
}
|
|
4762
4805
|
}
|
|
4763
4806
|
}
|
|
4764
4807
|
|
|
4765
|
-
declare const tagName$
|
|
4808
|
+
declare const tagName$U = 's-button-group';
|
|
4766
4809
|
export interface ButtonGroupJSXProps
|
|
4767
4810
|
extends Partial<ButtonGroupProps>,
|
|
4768
4811
|
Pick<ButtonGroupProps$1, 'id'> {}
|
|
@@ -4839,24 +4882,24 @@ declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
|
|
|
4839
4882
|
}
|
|
4840
4883
|
declare global {
|
|
4841
4884
|
interface HTMLElementTagNameMap {
|
|
4842
|
-
[tagName$
|
|
4885
|
+
[tagName$T]: Checkbox;
|
|
4843
4886
|
}
|
|
4844
4887
|
}
|
|
4845
4888
|
declare module 'preact' {
|
|
4846
4889
|
namespace createElement.JSX {
|
|
4847
4890
|
interface IntrinsicElements {
|
|
4848
|
-
[tagName$
|
|
4891
|
+
[tagName$T]: CheckboxJSXProps &
|
|
4849
4892
|
PreactBaseElementPropsWithChildren<Checkbox>;
|
|
4850
4893
|
}
|
|
4851
4894
|
}
|
|
4852
4895
|
}
|
|
4853
4896
|
|
|
4854
|
-
declare const tagName$
|
|
4897
|
+
declare const tagName$T = 's-checkbox';
|
|
4855
4898
|
export interface CheckboxJSXProps
|
|
4856
4899
|
extends Partial<CheckboxProps>,
|
|
4857
4900
|
Pick<CheckboxProps$1, 'id'> {
|
|
4858
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
4859
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
4901
|
+
onChange?: ((event: CallbackEvent<typeof tagName$T>) => void) | null;
|
|
4902
|
+
onInput?: ((event: CallbackEvent<typeof tagName$T>) => void) | null;
|
|
4860
4903
|
}
|
|
4861
4904
|
|
|
4862
4905
|
export interface ChipProps
|
|
@@ -4869,13 +4912,13 @@ declare class Chip extends PreactCustomElement implements ChipProps {
|
|
|
4869
4912
|
}
|
|
4870
4913
|
declare global {
|
|
4871
4914
|
interface HTMLElementTagNameMap {
|
|
4872
|
-
[tagName$
|
|
4915
|
+
[tagName$S]: Chip;
|
|
4873
4916
|
}
|
|
4874
4917
|
}
|
|
4875
4918
|
declare module 'preact' {
|
|
4876
4919
|
namespace createElement.JSX {
|
|
4877
4920
|
interface IntrinsicElements {
|
|
4878
|
-
[tagName$
|
|
4921
|
+
[tagName$S]: Omit<
|
|
4879
4922
|
HTMLAttributes<HTMLElement>,
|
|
4880
4923
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
4881
4924
|
> &
|
|
@@ -4885,7 +4928,7 @@ declare module 'preact' {
|
|
|
4885
4928
|
}
|
|
4886
4929
|
}
|
|
4887
4930
|
|
|
4888
|
-
declare const tagName$
|
|
4931
|
+
declare const tagName$S = 's-chip';
|
|
4889
4932
|
export interface ChipJSXProps
|
|
4890
4933
|
extends Partial<ChipProps>,
|
|
4891
4934
|
Pick<ChipProps$2, 'id'> {
|
|
@@ -4928,18 +4971,18 @@ declare class Choice extends PreactCustomElement implements ChoiceProps {
|
|
|
4928
4971
|
}
|
|
4929
4972
|
declare global {
|
|
4930
4973
|
interface HTMLElementTagNameMap {
|
|
4931
|
-
[tagName$
|
|
4974
|
+
[tagName$R]: Choice;
|
|
4932
4975
|
}
|
|
4933
4976
|
}
|
|
4934
4977
|
declare module 'preact' {
|
|
4935
4978
|
namespace createElement.JSX {
|
|
4936
4979
|
interface IntrinsicElements {
|
|
4937
|
-
[tagName$
|
|
4980
|
+
[tagName$R]: ChoiceJSXProps & PreactBaseElementPropsWithChildren<Choice>;
|
|
4938
4981
|
}
|
|
4939
4982
|
}
|
|
4940
4983
|
}
|
|
4941
4984
|
|
|
4942
|
-
declare const tagName$
|
|
4985
|
+
declare const tagName$R = 's-choice';
|
|
4943
4986
|
export interface ChoiceJSXProps
|
|
4944
4987
|
extends Partial<ChoiceProps>,
|
|
4945
4988
|
Pick<ChoiceProps$1, 'id'> {
|
|
@@ -4988,24 +5031,24 @@ declare class ChoiceList extends BaseClass$3 implements ChoiceListProps {
|
|
|
4988
5031
|
}
|
|
4989
5032
|
declare global {
|
|
4990
5033
|
interface HTMLElementTagNameMap {
|
|
4991
|
-
[tagName$
|
|
5034
|
+
[tagName$Q]: ChoiceList;
|
|
4992
5035
|
}
|
|
4993
5036
|
}
|
|
4994
5037
|
declare module 'preact' {
|
|
4995
5038
|
namespace createElement.JSX {
|
|
4996
5039
|
interface IntrinsicElements {
|
|
4997
|
-
[tagName$
|
|
5040
|
+
[tagName$Q]: ChoiceListJSXProps &
|
|
4998
5041
|
PreactBaseElementPropsWithChildren<ChoiceList>;
|
|
4999
5042
|
}
|
|
5000
5043
|
}
|
|
5001
5044
|
}
|
|
5002
5045
|
|
|
5003
|
-
declare const tagName$
|
|
5046
|
+
declare const tagName$Q = 's-choice-list';
|
|
5004
5047
|
export interface ChoiceListJSXProps
|
|
5005
5048
|
extends Partial<ChoiceListProps>,
|
|
5006
5049
|
Pick<ChoiceListProps$1, 'id'> {
|
|
5007
|
-
onChange?: ((event: CallbackEvent<typeof tagName$
|
|
5008
|
-
onInput?: ((event: CallbackEvent<typeof tagName$
|
|
5050
|
+
onChange?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
|
|
5051
|
+
onInput?: ((event: CallbackEvent<typeof tagName$Q>) => void) | null;
|
|
5009
5052
|
}
|
|
5010
5053
|
|
|
5011
5054
|
export type ClickableBaseProps = Required<
|
|
@@ -5043,25 +5086,25 @@ declare class Clickable extends Clickable_base implements ClickableProps {
|
|
|
5043
5086
|
}
|
|
5044
5087
|
declare global {
|
|
5045
5088
|
interface HTMLElementTagNameMap {
|
|
5046
|
-
[tagName$
|
|
5089
|
+
[tagName$P]: Clickable;
|
|
5047
5090
|
}
|
|
5048
5091
|
}
|
|
5049
5092
|
declare module 'preact' {
|
|
5050
5093
|
namespace createElement.JSX {
|
|
5051
5094
|
interface IntrinsicElements {
|
|
5052
|
-
[tagName$
|
|
5095
|
+
[tagName$P]: ClickableJSXProps &
|
|
5053
5096
|
PreactBaseElementPropsWithChildren<Clickable>;
|
|
5054
5097
|
}
|
|
5055
5098
|
}
|
|
5056
5099
|
}
|
|
5057
5100
|
|
|
5058
|
-
declare const tagName$
|
|
5101
|
+
declare const tagName$P = 's-clickable';
|
|
5059
5102
|
export interface ClickableJSXProps
|
|
5060
5103
|
extends Partial<ClickableProps>,
|
|
5061
5104
|
Pick<ClickableProps$1, 'id'> {
|
|
5062
|
-
onClick?: ((event: CallbackEvent<typeof tagName$
|
|
5063
|
-
onFocus?: ((event: CallbackEvent<typeof tagName$
|
|
5064
|
-
onBlur?: ((event: CallbackEvent<typeof tagName$
|
|
5105
|
+
onClick?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
|
|
5106
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
|
|
5107
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$P>) => void) | null;
|
|
5065
5108
|
}
|
|
5066
5109
|
|
|
5067
5110
|
export interface ClickableChipProps
|
|
@@ -5091,13 +5134,13 @@ declare class ClickableChip
|
|
|
5091
5134
|
}
|
|
5092
5135
|
declare global {
|
|
5093
5136
|
interface HTMLElementTagNameMap {
|
|
5094
|
-
[tagName$
|
|
5137
|
+
[tagName$O]: ClickableChip;
|
|
5095
5138
|
}
|
|
5096
5139
|
}
|
|
5097
5140
|
declare module 'preact' {
|
|
5098
5141
|
namespace createElement.JSX {
|
|
5099
5142
|
interface IntrinsicElements {
|
|
5100
|
-
[tagName$
|
|
5143
|
+
[tagName$O]: Omit<
|
|
5101
5144
|
HTMLAttributes<HTMLElement>,
|
|
5102
5145
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5103
5146
|
> &
|
|
@@ -5107,14 +5150,14 @@ declare module 'preact' {
|
|
|
5107
5150
|
}
|
|
5108
5151
|
}
|
|
5109
5152
|
|
|
5110
|
-
declare const tagName$
|
|
5153
|
+
declare const tagName$O = 's-clickable-chip';
|
|
5111
5154
|
export interface ClickableChipJSXProps
|
|
5112
5155
|
extends Partial<ClickableChipProps>,
|
|
5113
5156
|
Pick<ClickableChipProps$1, 'id'> {
|
|
5114
5157
|
graphic?: ComponentChild;
|
|
5115
|
-
onClick?: ((event: CallbackEvent<typeof tagName$
|
|
5116
|
-
onRemove?: ((event: CallbackEvent<typeof tagName$
|
|
5117
|
-
onAfterHide?: ((event: CallbackEvent<typeof tagName$
|
|
5158
|
+
onClick?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
|
|
5159
|
+
onRemove?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
|
|
5160
|
+
onAfterHide?: ((event: CallbackEvent<typeof tagName$O>) => void) | null;
|
|
5118
5161
|
}
|
|
5119
5162
|
|
|
5120
5163
|
export type PreactFieldProps<Autocomplete extends string = string> =
|
|
@@ -5212,24 +5255,24 @@ declare class ColorField
|
|
|
5212
5255
|
}
|
|
5213
5256
|
declare global {
|
|
5214
5257
|
interface HTMLElementTagNameMap {
|
|
5215
|
-
[tagName$
|
|
5258
|
+
[tagName$N]: ColorField;
|
|
5216
5259
|
}
|
|
5217
5260
|
}
|
|
5218
5261
|
declare module 'preact' {
|
|
5219
5262
|
namespace createElement.JSX {
|
|
5220
5263
|
interface IntrinsicElements {
|
|
5221
|
-
[tagName$
|
|
5264
|
+
[tagName$N]: ColorFieldJSXProps & PreactBaseElementProps<ColorField>;
|
|
5222
5265
|
}
|
|
5223
5266
|
}
|
|
5224
5267
|
}
|
|
5225
5268
|
|
|
5226
|
-
declare const tagName$
|
|
5269
|
+
declare const tagName$N = 's-color-field';
|
|
5227
5270
|
export interface ColorFieldJSXProps
|
|
5228
5271
|
extends Partial<Omit<ColorFieldProps, 'accessory'>>,
|
|
5229
5272
|
Pick<ColorFieldProps$1, 'id' | 'alpha' | 'value' | 'defaultValue'>,
|
|
5230
|
-
FieldReactProps<typeof tagName$
|
|
5231
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
5232
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
5273
|
+
FieldReactProps<typeof tagName$N> {
|
|
5274
|
+
onInput?: (event: CallbackEvent<typeof tagName$N>) => void;
|
|
5275
|
+
onChange?: (event: CallbackEvent<typeof tagName$N>) => void;
|
|
5233
5276
|
}
|
|
5234
5277
|
|
|
5235
5278
|
export interface ColorPickerProps
|
|
@@ -5255,13 +5298,13 @@ declare class ColorPicker extends BaseClass$2 implements ColorPickerProps {
|
|
|
5255
5298
|
}
|
|
5256
5299
|
declare global {
|
|
5257
5300
|
interface HTMLElementTagNameMap {
|
|
5258
|
-
[tagName$
|
|
5301
|
+
[tagName$M]: ColorPicker;
|
|
5259
5302
|
}
|
|
5260
5303
|
}
|
|
5261
5304
|
declare module 'preact' {
|
|
5262
5305
|
namespace createElement.JSX {
|
|
5263
5306
|
interface IntrinsicElements {
|
|
5264
|
-
[tagName$
|
|
5307
|
+
[tagName$M]: Omit<
|
|
5265
5308
|
HTMLAttributes<HTMLElement>,
|
|
5266
5309
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5267
5310
|
> &
|
|
@@ -5270,15 +5313,73 @@ declare module 'preact' {
|
|
|
5270
5313
|
}
|
|
5271
5314
|
}
|
|
5272
5315
|
|
|
5273
|
-
declare const tagName$
|
|
5316
|
+
declare const tagName$M = 's-color-picker';
|
|
5274
5317
|
export interface ColorPickerJSXProps
|
|
5275
5318
|
extends Partial<ColorPickerProps>,
|
|
5276
5319
|
Pick<
|
|
5277
5320
|
ColorPickerProps$1,
|
|
5278
5321
|
'id' | 'alpha' | 'value' | 'defaultValue' | 'name'
|
|
5279
5322
|
> {
|
|
5280
|
-
onInput?: (event: CallbackEvent<typeof tagName$
|
|
5281
|
-
onChange?: (event: CallbackEvent<typeof tagName$
|
|
5323
|
+
onInput?: (event: CallbackEvent<typeof tagName$M>) => void | null;
|
|
5324
|
+
onChange?: (event: CallbackEvent<typeof tagName$M>) => void | null;
|
|
5325
|
+
}
|
|
5326
|
+
|
|
5327
|
+
export interface DateFieldProps
|
|
5328
|
+
extends PreactFieldProps<DateAutocompleteField>,
|
|
5329
|
+
Required<
|
|
5330
|
+
Pick<
|
|
5331
|
+
DateFieldProps$1,
|
|
5332
|
+
| 'allow'
|
|
5333
|
+
| 'allowDays'
|
|
5334
|
+
| 'disallow'
|
|
5335
|
+
| 'disallowDays'
|
|
5336
|
+
| 'value'
|
|
5337
|
+
| 'defaultValue'
|
|
5338
|
+
| 'view'
|
|
5339
|
+
| 'defaultView'
|
|
5340
|
+
>
|
|
5341
|
+
> {}
|
|
5342
|
+
|
|
5343
|
+
declare class DateField
|
|
5344
|
+
extends PreactFieldElement<DateFieldProps['autocomplete']>
|
|
5345
|
+
implements DateFieldProps
|
|
5346
|
+
{
|
|
5347
|
+
accessor allow: DateFieldProps['allow'];
|
|
5348
|
+
accessor disallow: DateFieldProps['disallow'];
|
|
5349
|
+
accessor allowDays: DateFieldProps['allowDays'];
|
|
5350
|
+
accessor disallowDays: DateFieldProps['disallowDays'];
|
|
5351
|
+
set view(view: string);
|
|
5352
|
+
get view(): string;
|
|
5353
|
+
accessor defaultView: DateFieldProps['defaultView'];
|
|
5354
|
+
constructor();
|
|
5355
|
+
}
|
|
5356
|
+
declare global {
|
|
5357
|
+
interface HTMLElementTagNameMap {
|
|
5358
|
+
[tagName$L]: DateField;
|
|
5359
|
+
}
|
|
5360
|
+
}
|
|
5361
|
+
declare module 'preact' {
|
|
5362
|
+
namespace createElement.JSX {
|
|
5363
|
+
interface IntrinsicElements {
|
|
5364
|
+
[tagName$L]: Omit<
|
|
5365
|
+
HTMLAttributes<HTMLElement>,
|
|
5366
|
+
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
5367
|
+
> &
|
|
5368
|
+
DateFieldJSXProps;
|
|
5369
|
+
}
|
|
5370
|
+
}
|
|
5371
|
+
}
|
|
5372
|
+
|
|
5373
|
+
declare const tagName$L = 's-date-field';
|
|
5374
|
+
export interface DateFieldJSXProps
|
|
5375
|
+
extends Partial<DateFieldProps>,
|
|
5376
|
+
Pick<DateFieldProps$1, 'id'> {
|
|
5377
|
+
onBlur?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5378
|
+
onChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5379
|
+
onFocus?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5380
|
+
onInput?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5381
|
+
onInvalid?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5382
|
+
onViewChange?: ((event: CallbackEvent<typeof tagName$L>) => void) | null;
|
|
5282
5383
|
}
|
|
5283
5384
|
|
|
5284
5385
|
export interface DatePickerProps
|
|
@@ -7320,6 +7421,7 @@ export {
|
|
|
7320
7421
|
ColorField,
|
|
7321
7422
|
ColorPicker,
|
|
7322
7423
|
CustomerSegmentTemplate,
|
|
7424
|
+
DateField,
|
|
7323
7425
|
DatePicker,
|
|
7324
7426
|
Divider,
|
|
7325
7427
|
DropZone,
|
|
@@ -7383,6 +7485,7 @@ export type {
|
|
|
7383
7485
|
ColorFieldJSXProps,
|
|
7384
7486
|
ColorPickerJSXProps,
|
|
7385
7487
|
CustomerSegmentTemplateJSXProps,
|
|
7488
|
+
DateFieldJSXProps,
|
|
7386
7489
|
DatePickerJSXProps,
|
|
7387
7490
|
DividerJSXProps,
|
|
7388
7491
|
DropZoneJSXProps,
|
|
@@ -7499,6 +7602,15 @@ export interface ColorPickerEvents {
|
|
|
7499
7602
|
input: CallbackEventListener<typeof tagName> | null = null;
|
|
7500
7603
|
}
|
|
7501
7604
|
|
|
7605
|
+
export interface DateFieldEvents {
|
|
7606
|
+
change: CallbackEventListener<'input'>;
|
|
7607
|
+
input: CallbackEventListener<'input'>;
|
|
7608
|
+
blur: CallbackEventListener<'input'>;
|
|
7609
|
+
focus: CallbackEventListener<'input'>;
|
|
7610
|
+
viewchange: CallbackEventListener<typeof tagName> | null = null;
|
|
7611
|
+
invalid: CallbackEventListener<typeof tagName> | null = null;
|
|
7612
|
+
}
|
|
7613
|
+
|
|
7502
7614
|
export interface DatePickerEvents {
|
|
7503
7615
|
viewchange: CallbackEventListener<typeof tagName> | null = null;
|
|
7504
7616
|
focus: CallbackEventListener<typeof tagName> | null = null;
|
|
@@ -7696,35 +7808,35 @@ export interface FunctionSettingsEvents {
|
|
|
7696
7808
|
declare module 'react' {
|
|
7697
7809
|
namespace JSX {
|
|
7698
7810
|
interface IntrinsicElements {
|
|
7699
|
-
[tagName$
|
|
7811
|
+
[tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
|
|
7700
7812
|
}
|
|
7701
7813
|
}
|
|
7702
7814
|
}
|
|
7703
7815
|
declare global {
|
|
7704
7816
|
namespace JSX {
|
|
7705
7817
|
interface IntrinsicElements {
|
|
7706
|
-
[tagName$
|
|
7818
|
+
[tagName$Z]: AvatarJSXProps & ReactBaseElementPropsWithChildren<Avatar>;
|
|
7707
7819
|
}
|
|
7708
7820
|
}
|
|
7709
7821
|
}
|
|
7710
7822
|
declare module 'react' {
|
|
7711
7823
|
namespace JSX {
|
|
7712
7824
|
interface IntrinsicElements {
|
|
7713
|
-
[tagName$
|
|
7825
|
+
[tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
|
|
7714
7826
|
}
|
|
7715
7827
|
}
|
|
7716
7828
|
}
|
|
7717
7829
|
declare global {
|
|
7718
7830
|
namespace JSX {
|
|
7719
7831
|
interface IntrinsicElements {
|
|
7720
|
-
[tagName$
|
|
7832
|
+
[tagName$Y]: BadgeJSXProps & ReactBaseElementPropsWithChildren<Badge>;
|
|
7721
7833
|
}
|
|
7722
7834
|
}
|
|
7723
7835
|
}
|
|
7724
7836
|
declare module 'react' {
|
|
7725
7837
|
namespace JSX {
|
|
7726
7838
|
interface IntrinsicElements {
|
|
7727
|
-
[tagName$
|
|
7839
|
+
[tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
|
|
7728
7840
|
ReactBaseElementPropsWithChildren<Banner>;
|
|
7729
7841
|
}
|
|
7730
7842
|
}
|
|
@@ -7732,7 +7844,7 @@ declare module 'react' {
|
|
|
7732
7844
|
declare global {
|
|
7733
7845
|
namespace JSX {
|
|
7734
7846
|
interface IntrinsicElements {
|
|
7735
|
-
[tagName$
|
|
7847
|
+
[tagName$X]: Omit<BannerJSXProps, 'secondaryActions'> &
|
|
7736
7848
|
ReactBaseElementPropsWithChildren<Banner>;
|
|
7737
7849
|
}
|
|
7738
7850
|
}
|
|
@@ -7740,35 +7852,35 @@ declare global {
|
|
|
7740
7852
|
declare module 'react' {
|
|
7741
7853
|
namespace JSX {
|
|
7742
7854
|
interface IntrinsicElements {
|
|
7743
|
-
[tagName$
|
|
7855
|
+
[tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
|
|
7744
7856
|
}
|
|
7745
7857
|
}
|
|
7746
7858
|
}
|
|
7747
7859
|
declare global {
|
|
7748
7860
|
namespace JSX {
|
|
7749
7861
|
interface IntrinsicElements {
|
|
7750
|
-
[tagName$
|
|
7862
|
+
[tagName$W]: BoxJSXProps & ReactBaseElementPropsWithChildren<Box>;
|
|
7751
7863
|
}
|
|
7752
7864
|
}
|
|
7753
7865
|
}
|
|
7754
7866
|
declare module 'react' {
|
|
7755
7867
|
namespace JSX {
|
|
7756
7868
|
interface IntrinsicElements {
|
|
7757
|
-
[tagName$
|
|
7869
|
+
[tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
|
|
7758
7870
|
}
|
|
7759
7871
|
}
|
|
7760
7872
|
}
|
|
7761
7873
|
declare global {
|
|
7762
7874
|
namespace JSX {
|
|
7763
7875
|
interface IntrinsicElements {
|
|
7764
|
-
[tagName$
|
|
7876
|
+
[tagName$V]: ButtonJSXProps & ReactBaseElementPropsWithChildren<Button>;
|
|
7765
7877
|
}
|
|
7766
7878
|
}
|
|
7767
7879
|
}
|
|
7768
7880
|
declare module 'react' {
|
|
7769
7881
|
namespace JSX {
|
|
7770
7882
|
interface IntrinsicElements {
|
|
7771
|
-
[tagName$
|
|
7883
|
+
[tagName$U]: ButtonGroupJSXProps &
|
|
7772
7884
|
ReactBaseElementPropsWithChildren<ButtonGroup>;
|
|
7773
7885
|
}
|
|
7774
7886
|
}
|
|
@@ -7776,7 +7888,7 @@ declare module 'react' {
|
|
|
7776
7888
|
declare global {
|
|
7777
7889
|
namespace JSX {
|
|
7778
7890
|
interface IntrinsicElements {
|
|
7779
|
-
[tagName$
|
|
7891
|
+
[tagName$U]: ButtonGroupJSXProps &
|
|
7780
7892
|
ReactBaseElementPropsWithChildren<ButtonGroup>;
|
|
7781
7893
|
}
|
|
7782
7894
|
}
|
|
@@ -7784,7 +7896,7 @@ declare global {
|
|
|
7784
7896
|
declare module 'react' {
|
|
7785
7897
|
namespace JSX {
|
|
7786
7898
|
interface IntrinsicElements {
|
|
7787
|
-
[tagName$
|
|
7899
|
+
[tagName$T]: CheckboxJSXProps &
|
|
7788
7900
|
ReactBaseElementPropsWithChildren<Checkbox>;
|
|
7789
7901
|
}
|
|
7790
7902
|
}
|
|
@@ -7792,7 +7904,7 @@ declare module 'react' {
|
|
|
7792
7904
|
declare global {
|
|
7793
7905
|
namespace JSX {
|
|
7794
7906
|
interface IntrinsicElements {
|
|
7795
|
-
[tagName$
|
|
7907
|
+
[tagName$T]: CheckboxJSXProps &
|
|
7796
7908
|
ReactBaseElementPropsWithChildren<Checkbox>;
|
|
7797
7909
|
}
|
|
7798
7910
|
}
|
|
@@ -7800,7 +7912,7 @@ declare global {
|
|
|
7800
7912
|
declare module 'react' {
|
|
7801
7913
|
namespace JSX {
|
|
7802
7914
|
interface IntrinsicElements {
|
|
7803
|
-
[tagName$
|
|
7915
|
+
[tagName$S]: Omit<
|
|
7804
7916
|
HTMLAttributes<HTMLElement>,
|
|
7805
7917
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
7806
7918
|
> &
|
|
@@ -7812,7 +7924,7 @@ declare module 'react' {
|
|
|
7812
7924
|
declare global {
|
|
7813
7925
|
namespace JSX {
|
|
7814
7926
|
interface IntrinsicElements {
|
|
7815
|
-
[tagName$
|
|
7927
|
+
[tagName$S]: Omit<
|
|
7816
7928
|
React.HTMLAttributes<HTMLElement>,
|
|
7817
7929
|
Extract<
|
|
7818
7930
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -7827,21 +7939,21 @@ declare global {
|
|
|
7827
7939
|
declare module 'react' {
|
|
7828
7940
|
namespace JSX {
|
|
7829
7941
|
interface IntrinsicElements {
|
|
7830
|
-
[tagName$
|
|
7942
|
+
[tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
|
|
7831
7943
|
}
|
|
7832
7944
|
}
|
|
7833
7945
|
}
|
|
7834
7946
|
declare global {
|
|
7835
7947
|
namespace JSX {
|
|
7836
7948
|
interface IntrinsicElements {
|
|
7837
|
-
[tagName$
|
|
7949
|
+
[tagName$R]: ChoiceJSXProps & ReactBaseElementPropsWithChildren<Choice>;
|
|
7838
7950
|
}
|
|
7839
7951
|
}
|
|
7840
7952
|
}
|
|
7841
7953
|
declare module 'react' {
|
|
7842
7954
|
namespace JSX {
|
|
7843
7955
|
interface IntrinsicElements {
|
|
7844
|
-
[tagName$
|
|
7956
|
+
[tagName$Q]: ChoiceListJSXProps &
|
|
7845
7957
|
ReactBaseElementPropsWithChildren<ChoiceList>;
|
|
7846
7958
|
}
|
|
7847
7959
|
}
|
|
@@ -7849,7 +7961,7 @@ declare module 'react' {
|
|
|
7849
7961
|
declare global {
|
|
7850
7962
|
namespace JSX {
|
|
7851
7963
|
interface IntrinsicElements {
|
|
7852
|
-
[tagName$
|
|
7964
|
+
[tagName$Q]: ChoiceListJSXProps &
|
|
7853
7965
|
ReactBaseElementPropsWithChildren<ChoiceList>;
|
|
7854
7966
|
}
|
|
7855
7967
|
}
|
|
@@ -7857,7 +7969,7 @@ declare global {
|
|
|
7857
7969
|
declare module 'react' {
|
|
7858
7970
|
namespace JSX {
|
|
7859
7971
|
interface IntrinsicElements {
|
|
7860
|
-
[tagName$
|
|
7972
|
+
[tagName$P]: ClickableJSXProps &
|
|
7861
7973
|
ReactBaseElementPropsWithChildren<Clickable>;
|
|
7862
7974
|
}
|
|
7863
7975
|
}
|
|
@@ -7865,7 +7977,7 @@ declare module 'react' {
|
|
|
7865
7977
|
declare global {
|
|
7866
7978
|
namespace JSX {
|
|
7867
7979
|
interface IntrinsicElements {
|
|
7868
|
-
[tagName$
|
|
7980
|
+
[tagName$P]: ClickableJSXProps &
|
|
7869
7981
|
ReactBaseElementPropsWithChildren<Clickable>;
|
|
7870
7982
|
}
|
|
7871
7983
|
}
|
|
@@ -7873,7 +7985,7 @@ declare global {
|
|
|
7873
7985
|
declare module 'react' {
|
|
7874
7986
|
namespace JSX {
|
|
7875
7987
|
interface IntrinsicElements {
|
|
7876
|
-
[tagName$
|
|
7988
|
+
[tagName$O]: Omit<
|
|
7877
7989
|
HTMLAttributes<HTMLElement>,
|
|
7878
7990
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
7879
7991
|
> &
|
|
@@ -7885,7 +7997,7 @@ declare module 'react' {
|
|
|
7885
7997
|
declare global {
|
|
7886
7998
|
namespace JSX {
|
|
7887
7999
|
interface IntrinsicElements {
|
|
7888
|
-
[tagName$
|
|
8000
|
+
[tagName$O]: Omit<
|
|
7889
8001
|
React.HTMLAttributes<HTMLElement>,
|
|
7890
8002
|
Extract<
|
|
7891
8003
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -7900,21 +8012,21 @@ declare global {
|
|
|
7900
8012
|
declare module 'react' {
|
|
7901
8013
|
namespace JSX {
|
|
7902
8014
|
interface IntrinsicElements {
|
|
7903
|
-
[tagName$
|
|
8015
|
+
[tagName$N]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
|
|
7904
8016
|
}
|
|
7905
8017
|
}
|
|
7906
8018
|
}
|
|
7907
8019
|
declare global {
|
|
7908
8020
|
namespace JSX {
|
|
7909
8021
|
interface IntrinsicElements {
|
|
7910
|
-
[tagName$
|
|
8022
|
+
[tagName$N]: ColorFieldJSXProps & ReactBaseElementProps<ColorField>;
|
|
7911
8023
|
}
|
|
7912
8024
|
}
|
|
7913
8025
|
}
|
|
7914
8026
|
declare module 'react' {
|
|
7915
8027
|
namespace JSX {
|
|
7916
8028
|
interface IntrinsicElements {
|
|
7917
|
-
[tagName$
|
|
8029
|
+
[tagName$M]: Omit<
|
|
7918
8030
|
HTMLAttributes<HTMLElement>,
|
|
7919
8031
|
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
7920
8032
|
> &
|
|
@@ -7925,7 +8037,7 @@ declare module 'react' {
|
|
|
7925
8037
|
declare global {
|
|
7926
8038
|
namespace JSX {
|
|
7927
8039
|
interface IntrinsicElements {
|
|
7928
|
-
[tagName$
|
|
8040
|
+
[tagName$M]: Omit<
|
|
7929
8041
|
React.HTMLAttributes<HTMLElement>,
|
|
7930
8042
|
Extract<
|
|
7931
8043
|
keyof React.HTMLAttributes<HTMLElement>,
|
|
@@ -7936,6 +8048,31 @@ declare global {
|
|
|
7936
8048
|
}
|
|
7937
8049
|
}
|
|
7938
8050
|
}
|
|
8051
|
+
declare module 'react' {
|
|
8052
|
+
namespace JSX {
|
|
8053
|
+
interface IntrinsicElements {
|
|
8054
|
+
[tagName$L]: Omit<
|
|
8055
|
+
HTMLAttributes<HTMLElement>,
|
|
8056
|
+
Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
|
|
8057
|
+
> &
|
|
8058
|
+
DateFieldJSXProps;
|
|
8059
|
+
}
|
|
8060
|
+
}
|
|
8061
|
+
}
|
|
8062
|
+
declare global {
|
|
8063
|
+
namespace JSX {
|
|
8064
|
+
interface IntrinsicElements {
|
|
8065
|
+
[tagName$L]: Omit<
|
|
8066
|
+
React.HTMLAttributes<HTMLElement>,
|
|
8067
|
+
Extract<
|
|
8068
|
+
keyof React.HTMLAttributes<HTMLElement>,
|
|
8069
|
+
`on${Capitalize<string>}`
|
|
8070
|
+
>
|
|
8071
|
+
> &
|
|
8072
|
+
DateFieldJSXProps;
|
|
8073
|
+
}
|
|
8074
|
+
}
|
|
8075
|
+
}
|
|
7939
8076
|
declare module 'react' {
|
|
7940
8077
|
namespace JSX {
|
|
7941
8078
|
interface IntrinsicElements {
|