diff --git a/packages/ui-extensions/src/surfaces/admin/components.d.ts b/packages/ui-extensions/src/surfaces/admin/components.d.ts index 492c6f396..7d21d5582 100644 --- a/packages/ui-extensions/src/surfaces/admin/components.d.ts +++ b/packages/ui-extensions/src/surfaces/admin/components.d.ts @@ -2368,6 +2368,15 @@ type ParagraphType = * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small */ | 'small'; +interface PasswordFieldProps$1 + extends GlobalProps, + BaseTextFieldProps, + MinMaxLengthProps, + AutocompleteProps {} +type PasswordAutocompleteField = ExtractStrict< + AnyAutocompleteField, + 'new-password' | 'current-password' +>; interface SectionProps$1 extends GlobalProps { /** * The content of the Section. @@ -3400,18 +3409,18 @@ declare class Badge extends PreactCustomElement implements BadgeProps { } declare global { interface HTMLElementTagNameMap { - [tagName$E]: Badge; + [tagName$F]: Badge; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$E]: HTMLAttributes & BadgeJSXProps; + [tagName$F]: HTMLAttributes & BadgeJSXProps; } } } -declare const tagName$E = 's-badge'; +declare const tagName$F = 's-badge'; export interface BadgeJSXProps extends Partial, Pick {} @@ -3445,30 +3454,30 @@ declare class Banner extends PreactCustomElement implements BannerProps { accessor tone: BannerProps['tone']; accessor hidden: BannerProps['hidden']; accessor dismissible: BannerProps['dismissible']; - accessor ondismiss: CallbackEventListener | null; - accessor onafterhide: CallbackEventListener | null; + accessor ondismiss: CallbackEventListener | null; + accessor onafterhide: CallbackEventListener | null; constructor(); } declare global { interface HTMLElementTagNameMap { - [tagName$D]: Banner; + [tagName$E]: Banner; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$D]: HTMLAttributes & BannerJSXProps; + [tagName$E]: HTMLAttributes & BannerJSXProps; } } } -declare const tagName$D = 's-banner'; +declare const tagName$E = 's-banner'; export interface BannerJSXProps extends Partial, Pick { secondaryActions?: ComponentChild; - onDismiss?: ((event: CallbackEvent) => void) | null; - onAfterHide?: ((event: CallbackEvent) => void) | null; + onDismiss?: ((event: CallbackEvent) => void) | null; + onAfterHide?: ((event: CallbackEvent) => void) | null; } export type MakeResponsive = T | `@container${string}`; @@ -3563,18 +3572,18 @@ declare class Box extends BoxElement implements BoxProps { } declare global { interface HTMLElementTagNameMap { - [tagName$C]: Box; + [tagName$D]: Box; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$C]: HTMLAttributes & BoxJSXProps; + [tagName$D]: HTMLAttributes & BoxJSXProps; } } } -declare const tagName$C = 's-box'; +declare const tagName$D = 's-box'; export interface BoxJSXProps extends Partial, Pick {} @@ -3617,15 +3626,15 @@ export interface PreactOverlayControlProps declare const Button_base: (abstract new (...args: any) => { activateTarget: PreactOverlayControlProps['activateTarget']; activateAction: PreactOverlayControlProps['activateAction']; - '__#48372@#queueRender': (() => void) | undefined; - '__#48372@#shadowRoot': ShadowRoot | null; - '__#48372@#styles': string; + '__#48488@#queueRender': (() => void) | undefined; + '__#48488@#shadowRoot': ShadowRoot | null; + '__#48488@#styles': string; attributeChangedCallback(name: string): void; connectedCallback(): void; disconnectedCallback(): void; adoptedCallback(): void; queueRender(): void; - '__#48372@#checkElementPrototype'(): void; + '__#48488@#checkElementPrototype'(): void; click({sourceEvent}?: ClickOptions): void; accessKey: string; readonly accessKeyLabel: string; @@ -4082,33 +4091,33 @@ declare class Button extends Button_base implements ButtonProps { accessor target: ButtonProps['target']; accessor href: ButtonProps['href']; accessor download: ButtonProps['download']; - accessor onclick: CallbackEventListener | null; - accessor onblur: CallbackEventListener | null; - accessor onfocus: CallbackEventListener | null; + accessor onclick: CallbackEventListener | null; + accessor onblur: CallbackEventListener | null; + accessor onfocus: CallbackEventListener | null; accessor type: ButtonProps['type']; accessor accessibilityLabel: ButtonProps['accessibilityLabel']; constructor(); } declare global { interface HTMLElementTagNameMap { - [tagName$B]: Button; + [tagName$C]: Button; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$B]: HTMLAttributes & ButtonJSXProps; + [tagName$C]: HTMLAttributes & ButtonJSXProps; } } } -declare const tagName$B = 's-button'; +declare const tagName$C = 's-button'; export interface ButtonJSXProps extends Partial, Pick { - onClick?: ((event: CallbackEvent) => void) | null; - onFocus?: ((event: CallbackEvent) => void) | null; - onBlur?: ((event: CallbackEvent) => void) | null; + onClick?: ((event: CallbackEvent) => void) | null; + onFocus?: ((event: CallbackEvent) => void) | null; + onBlur?: ((event: CallbackEvent) => void) | null; } declare const internals: unique symbol; @@ -4168,23 +4177,23 @@ declare class Checkbox extends PreactInputElement implements CheckboxProps { } declare global { interface HTMLElementTagNameMap { - [tagName$A]: Checkbox; + [tagName$B]: Checkbox; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$A]: HTMLAttributes & CheckboxJSXProps; + [tagName$B]: HTMLAttributes & CheckboxJSXProps; } } } -declare const tagName$A = 's-checkbox'; +declare const tagName$B = 's-checkbox'; export interface CheckboxJSXProps extends Partial, Pick { - onChange?: ((event: CallbackEvent) => void) | null; - onInput?: ((event: CallbackEvent) => void) | null; + onChange?: ((event: CallbackEvent) => void) | null; + onInput?: ((event: CallbackEvent) => void) | null; } export interface ChoiceProps @@ -4213,18 +4222,18 @@ declare class Choice extends PreactInputElement implements ChoiceProps { } declare global { interface HTMLElementTagNameMap { - [tagName$z]: Choice; + [tagName$A]: Choice; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$z]: HTMLAttributes & ChoiceJSXProps; + [tagName$A]: HTMLAttributes & ChoiceJSXProps; } } } -declare const tagName$z = 's-choice'; +declare const tagName$A = 's-choice'; export interface ChoiceJSXProps extends Partial, Pick {} @@ -4248,23 +4257,23 @@ declare class ChoiceList extends PreactInputElement implements ChoiceListProps { } declare global { interface HTMLElementTagNameMap { - [tagName$y]: ChoiceList; + [tagName$z]: ChoiceList; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$y]: HTMLAttributes & ChoiceListJSXProps; + [tagName$z]: HTMLAttributes & ChoiceListJSXProps; } } } -declare const tagName$y = 's-choice-list'; +declare const tagName$z = 's-choice-list'; export interface ChoiceListJSXProps extends Partial, Pick { - onChange?: ((event: CallbackEvent) => void) | null; - onInput?: ((event: CallbackEvent) => void) | null; + onChange?: ((event: CallbackEvent) => void) | null; + onInput?: ((event: CallbackEvent) => void) | null; } export type ClickableBaseProps = Required< @@ -4289,15 +4298,15 @@ export interface ClickableProps declare const Clickable_base: (abstract new (...args: any) => { activateTarget: PreactOverlayControlProps['activateTarget']; activateAction: PreactOverlayControlProps['activateAction']; - '__#48372@#queueRender': (() => void) | undefined; - '__#48372@#shadowRoot': ShadowRoot | null; - '__#48372@#styles': string; + '__#48488@#queueRender': (() => void) | undefined; + '__#48488@#shadowRoot': ShadowRoot | null; + '__#48488@#styles': string; attributeChangedCallback(name: string): void; connectedCallback(): void; disconnectedCallback(): void; adoptedCallback(): void; queueRender(): void; - '__#48372@#checkElementPrototype'(): void; + '__#48488@#checkElementPrototype'(): void; click({sourceEvent}?: ClickOptions): void; accessKey: string; readonly accessKeyLabel: string; @@ -4751,32 +4760,32 @@ declare class Clickable extends Clickable_base implements ClickableProps { accessor target: ClickableProps['target']; accessor href: ClickableProps['href']; accessor download: ClickableProps['download']; - accessor onclick: CallbackEventListener | null; - accessor onblur: CallbackEventListener | null; - accessor onfocus: CallbackEventListener | null; + accessor onclick: CallbackEventListener | null; + accessor onblur: CallbackEventListener | null; + accessor onfocus: CallbackEventListener | null; accessor type: ClickableProps['type']; constructor(); } declare global { interface HTMLElementTagNameMap { - [tagName$x]: Clickable; + [tagName$y]: Clickable; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$x]: HTMLAttributes & ClickableJSXProps; + [tagName$y]: HTMLAttributes & ClickableJSXProps; } } } -declare const tagName$x = 's-clickable'; +declare const tagName$y = 's-clickable'; export interface ClickableJSXProps extends Partial, Pick { - onClick?: ((event: CallbackEvent) => void) | null; - onFocus?: ((event: CallbackEvent) => void) | null; - onBlur?: ((event: CallbackEvent) => void) | null; + onClick?: ((event: CallbackEvent) => void) | null; + onFocus?: ((event: CallbackEvent) => void) | null; + onBlur?: ((event: CallbackEvent) => void) | null; } export interface DividerProps { @@ -4791,18 +4800,18 @@ declare class Divider extends PreactCustomElement implements DividerProps { } declare global { interface HTMLElementTagNameMap { - [tagName$w]: Divider; + [tagName$x]: Divider; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$w]: HTMLAttributes & DividerJSXProps; + [tagName$x]: HTMLAttributes & DividerJSXProps; } } } -declare const tagName$w = 's-divider'; +declare const tagName$x = 's-divider'; export interface DividerJSXProps extends Partial, Pick {} @@ -4875,22 +4884,22 @@ declare class EmailField } declare global { interface HTMLElementTagNameMap { - [tagName$v]: EmailField; + [tagName$w]: EmailField; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$v]: HTMLAttributes & EmailFieldJSXProps; + [tagName$w]: HTMLAttributes & EmailFieldJSXProps; } } } -declare const tagName$v = 's-email-field'; +declare const tagName$w = 's-email-field'; export interface EmailFieldJSXProps extends Partial>, Pick, - FieldReactProps {} + FieldReactProps {} export type RequiredAlignedProps = Required; export interface GridProps extends Required { @@ -4923,18 +4932,18 @@ declare class Grid extends BoxElement implements GridProps { } declare global { interface HTMLElementTagNameMap { - [tagName$u]: Grid; + [tagName$v]: Grid; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$u]: HTMLAttributes & GridJSXProps; + [tagName$v]: HTMLAttributes & GridJSXProps; } } } -declare const tagName$u = 's-grid'; +declare const tagName$v = 's-grid'; export interface GridJSXProps extends Partial, Pick {} @@ -4954,18 +4963,18 @@ declare class Heading extends PreactCustomElement implements HeadingProps { } declare global { interface HTMLElementTagNameMap { - [tagName$t]: Heading; + [tagName$u]: Heading; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$t]: HTMLAttributes & HeadingJSXProps; + [tagName$u]: HTMLAttributes & HeadingJSXProps; } } } -declare const tagName$t = 's-heading'; +declare const tagName$u = 's-heading'; export interface HeadingJSXProps extends Partial, Pick {} @@ -4979,18 +4988,18 @@ declare class Icon extends PreactCustomElement implements IconProps { } declare global { interface HTMLElementTagNameMap { - [tagName$s]: Icon; + [tagName$t]: Icon; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$s]: Omit, 'size'> & IconJSXProps; + [tagName$t]: Omit, 'size'> & IconJSXProps; } } } -declare const tagName$s = 's-icon'; +declare const tagName$t = 's-icon'; export interface IconJSXProps extends Partial, Pick {} @@ -5021,29 +5030,29 @@ declare class Image extends PreactCustomElement implements ImageProps { accessor loading: ImageProps['loading']; accessor accessibilityRole: ImageProps['accessibilityRole']; accessor inlineSize: ImageProps['inlineSize']; - accessor onload: CallbackEventListener | null; + accessor onload: CallbackEventListener | null; accessor onerror: OnErrorEventHandler; constructor(); } declare global { interface HTMLElementTagNameMap { - [tagName$r]: Image; + [tagName$s]: Image; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$r]: HTMLAttributes & ImageJSXProps; + [tagName$s]: HTMLAttributes & ImageJSXProps; } } } -declare const tagName$r = 's-image'; +declare const tagName$s = 's-image'; export interface ImageJSXProps extends Partial, Pick { - onError?: ((event: CallbackEvent) => void) | null; - onLoad?: ((event: CallbackEvent) => void) | null; + onError?: ((event: CallbackEvent) => void) | null; + onLoad?: ((event: CallbackEvent) => void) | null; } export type RequiredLinkProps = Required; @@ -5061,15 +5070,15 @@ export interface LinkProps { declare const Link_base: (abstract new (...args: any) => { activateTarget: PreactOverlayControlProps['activateTarget']; activateAction: PreactOverlayControlProps['activateAction']; - '__#48372@#queueRender': (() => void) | undefined; - '__#48372@#shadowRoot': ShadowRoot | null; - '__#48372@#styles': string; + '__#48488@#queueRender': (() => void) | undefined; + '__#48488@#shadowRoot': ShadowRoot | null; + '__#48488@#styles': string; attributeChangedCallback(name: string): void; connectedCallback(): void; disconnectedCallback(): void; adoptedCallback(): void; queueRender(): void; - '__#48372@#checkElementPrototype'(): void; + '__#48488@#checkElementPrototype'(): void; click({sourceEvent}?: ClickOptions): void; accessKey: string; readonly accessKeyLabel: string; @@ -5524,27 +5533,27 @@ declare class Link extends Link_base implements LinkProps { accessor target: LinkProps['target']; accessor download: LinkProps['download']; accessor lang: LinkProps['lang']; - accessor onclick: CallbackEventListener | null; + accessor onclick: CallbackEventListener | null; constructor(); } declare global { interface HTMLElementTagNameMap { - [tagName$q]: Link; + [tagName$r]: Link; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$q]: HTMLAttributes & LinkJSXProps; + [tagName$r]: HTMLAttributes & LinkJSXProps; } } } -declare const tagName$q = 's-link'; +declare const tagName$r = 's-link'; export interface LinkJSXProps extends Partial, Pick { - onClick?: ((event: CallbackEvent) => void) | null; + onClick?: ((event: CallbackEvent) => void) | null; } export interface ListItemProps extends ListItemProps$1 {} @@ -5554,18 +5563,18 @@ declare class ListItem extends PreactCustomElement implements ListItemProps { } declare global { interface HTMLElementTagNameMap { - [tagName$p]: ListItem; + [tagName$q]: ListItem; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$p]: HTMLAttributes & ListItemJSXProps; + [tagName$q]: HTMLAttributes & ListItemJSXProps; } } } -declare const tagName$p = 's-unstable-list-item'; +declare const tagName$q = 's-unstable-list-item'; export interface ListItemJSXProps extends Partial, Pick {} @@ -5590,21 +5599,21 @@ declare class MoneyField } declare global { interface HTMLElementTagNameMap { - [tagName$o]: MoneyField; + [tagName$p]: MoneyField; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$o]: HTMLAttributes & MoneyFieldJSXProps; + [tagName$p]: HTMLAttributes & MoneyFieldJSXProps; } } } -declare const tagName$o = 's-money-field'; +declare const tagName$p = 's-money-field'; export interface MoneyFieldJSXProps extends Partial, - FieldReactProps, + FieldReactProps, Pick {} export type NumberFieldProps = PreactFieldProps< @@ -5633,22 +5642,22 @@ declare class NumberField } declare global { interface HTMLElementTagNameMap { - [tagName$n]: NumberField; + [tagName$o]: NumberField; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$n]: HTMLAttributes & NumberFieldJSXProps; + [tagName$o]: HTMLAttributes & NumberFieldJSXProps; } } } -declare const tagName$n = 's-number-field'; +declare const tagName$o = 's-number-field'; export interface NumberFieldJSXProps extends Partial, Pick, - FieldReactProps {} + FieldReactProps {} export interface OptionProps extends Required< @@ -5664,18 +5673,18 @@ declare class Option extends PreactCustomElement implements OptionProps { } declare global { interface HTMLElementTagNameMap { - [tagName$m]: Option; + [tagName$n]: Option; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$m]: HTMLAttributes & OptionJSXProps; + [tagName$n]: HTMLAttributes & OptionJSXProps; } } } -declare const tagName$m = 's-option'; +declare const tagName$n = 's-option'; export interface OptionJSXProps extends Partial {} export interface OptionGroupProps @@ -5691,18 +5700,18 @@ declare class OptionGroup } declare global { interface HTMLElementTagNameMap { - [tagName$l]: OptionGroup; + [tagName$m]: OptionGroup; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$l]: HTMLAttributes & OptionGroupJSXProps; + [tagName$m]: HTMLAttributes & OptionGroupJSXProps; } } } -declare const tagName$l = 's-option-group'; +declare const tagName$m = 's-option-group'; export interface OptionGroupJSXProps extends Partial {} export interface OrderedListProps extends OrderedListProps$1 {} @@ -5715,18 +5724,18 @@ declare class OrderedList } declare global { interface HTMLElementTagNameMap { - [tagName$k]: OrderedList; + [tagName$l]: OrderedList; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$k]: HTMLAttributes & OrderedListJSXProps; + [tagName$l]: HTMLAttributes & OrderedListJSXProps; } } } -declare const tagName$k = 's-unstable-ordered-list'; +declare const tagName$l = 's-unstable-ordered-list'; export interface OrderedListJSXProps extends Partial, Pick {} @@ -5757,22 +5766,71 @@ declare class Paragraph extends PreactCustomElement implements ParagraphProps { } declare global { interface HTMLElementTagNameMap { - [tagName$j]: Paragraph; + [tagName$k]: Paragraph; } } declare module 'preact' { namespace createElement.JSX { interface IntrinsicElements { - [tagName$j]: HTMLAttributes & ParagraphJSXProps; + [tagName$k]: HTMLAttributes & ParagraphJSXProps; } } } -declare const tagName$j = 's-paragraph'; +declare const tagName$k = 's-paragraph'; export interface ParagraphJSXProps extends Partial, Pick {} +export type PasswordFieldProps = PreactFieldProps< + Required['autocomplete'] +> & + Required< + Pick< + PasswordFieldProps$1, + | 'defaultValue' + | 'details' + | 'disabled' + | 'error' + | 'labelAccessibilityVisibility' + | 'minLength' + | 'maxLength' + | 'label' + | 'name' + | 'placeholder' + | 'readOnly' + | 'required' + | 'value' + > + >; + +declare class PasswordField + extends PreactFieldElement + implements PasswordFieldProps +{ + accessor maxLength: PasswordFieldProps['maxLength']; + accessor minLength: PasswordFieldProps['minLength']; + constructor(); +} +declare global { + interface HTMLElementTagNameMap { + [tagName$j]: PasswordField; + } +} +declare module 'preact' { + namespace createElement.JSX { + interface IntrinsicElements { + [tagName$j]: HTMLAttributes & PasswordFieldJSXProps; + } + } +} + +declare const tagName$j = 's-unstable-password-field'; +export interface PasswordFieldJSXProps + extends Partial, + Pick, + FieldReactProps {} + export type RequiredSectionProps = Required; export interface SectionProps { accessibilityLabel: RequiredSectionProps['accessibilityLabel']; @@ -6500,6 +6558,8 @@ export { type OrderedListJSXProps, Paragraph, type ParagraphJSXProps, + PasswordField, + type PasswordFieldJSXProps, Section, type SectionJSXProps, Select,