@shortfuse/materialdesignweb 0.11.1 → 0.11.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/README.md CHANGED
@@ -72,7 +72,7 @@ Notes:
72
72
 
73
73
  ## Documentation
74
74
 
75
- Material Design Web (MDW) is components-first. If you just want to build UI, start with the component docs and use HTML only — no JavaScript required.
75
+ Material Design Web (MDW) is components-first. If you just want to build a UI, start with the component docs and use HTML only — no custom JavaScript required.
76
76
 
77
77
  ### 1) Use the components
78
78
  - [Getting started](docs/components/getting-started.md)
@@ -37996,7 +37996,7 @@
37996
37996
  "name": "onResizeObserved",
37997
37997
  "kind": "field",
37998
37998
  "source": {
37999
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L148"
37999
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L154"
38000
38000
  },
38001
38001
  "type": {
38002
38002
  "text": "((entry: ResizeObserverEntry) => void) & (() => void)"
@@ -38197,7 +38197,7 @@
38197
38197
  "name": "stateTargetElement",
38198
38198
  "kind": "field",
38199
38199
  "source": {
38200
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L145"
38200
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L151"
38201
38201
  },
38202
38202
  "type": {
38203
38203
  "text": "HTMLElement"
@@ -38411,7 +38411,7 @@
38411
38411
  "kind": "field",
38412
38412
  "description": "Control type token (e.g. 'text','checkbox','radio','file').\nInput type (text, password, email, etc.)",
38413
38413
  "source": {
38414
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L111"
38414
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L119"
38415
38415
  },
38416
38416
  "type": {
38417
38417
  "text": "string"
@@ -38441,7 +38441,7 @@
38441
38441
  "name": "value",
38442
38442
  "kind": "field",
38443
38443
  "source": {
38444
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L846"
38444
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L859"
38445
38445
  },
38446
38446
  "type": {
38447
38447
  "text": "string"
@@ -38674,7 +38674,7 @@
38674
38674
  "kind": "field",
38675
38675
  "description": "Floating label text for the field",
38676
38676
  "source": {
38677
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L425"
38677
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L434"
38678
38678
  },
38679
38679
  "type": {
38680
38680
  "text": "string"
@@ -38734,7 +38734,7 @@
38734
38734
  "kind": "field",
38735
38735
  "description": "Trailing icon key/name",
38736
38736
  "source": {
38737
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L683"
38737
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L693"
38738
38738
  },
38739
38739
  "type": {
38740
38740
  "text": "string"
@@ -38865,7 +38865,7 @@
38865
38865
  "name": "populatedState",
38866
38866
  "kind": "field",
38867
38867
  "source": {
38868
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L777"
38868
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L790"
38869
38869
  },
38870
38870
  "type": {
38871
38871
  "text": "(() => boolean) & (() => boolean)"
@@ -39357,7 +39357,7 @@
39357
39357
  "kind": "field",
39358
39358
  "description": "When true, the component inserts the best suggestion into the input field\nas inline text. The appended portion of the suggestion is selected so the\nuser can accept it (e.g. press Enter) or continue typing to replace it.\nTypically combined with `autosuggestInline` to display candidates while\ntyping.",
39359
39359
  "source": {
39360
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L55"
39360
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L56"
39361
39361
  },
39362
39362
  "type": {
39363
39363
  "text": "boolean"
@@ -39368,7 +39368,7 @@
39368
39368
  "kind": "field",
39369
39369
  "description": "When set and not `'custom'`, `applyAutocompleteList()` filters the\nlistbox options to items that start * with the typed text. This controls\ndropdown filtering but does not itself cause inline insertion.",
39370
39370
  "source": {
39371
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L63"
39371
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L64"
39372
39372
  },
39373
39373
  "type": {
39374
39374
  "text": "string"
@@ -39379,7 +39379,7 @@
39379
39379
  "kind": "field",
39380
39380
  "description": "When true, the component advances/searches suggestion candidates as the\nuser types (calls `changeSuggestion({ startsWith })`). If\n`autosuggestInline` is true and `autocompleteInline` is also true the\ncurrent candidate will be shown inline; if `autocompleteInline` is false\nonly the candidate selection changes (no inline text insertion).",
39381
39381
  "source": {
39382
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L72"
39382
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L73"
39383
39383
  },
39384
39384
  "type": {
39385
39385
  "text": "boolean"
@@ -39390,7 +39390,7 @@
39390
39390
  "kind": "field",
39391
39391
  "description": "If true, when listbox is open, arrow navigation will automatically select options.",
39392
39392
  "source": {
39393
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L75"
39393
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L76"
39394
39394
  },
39395
39395
  "type": {
39396
39396
  "text": "boolean"
@@ -39401,7 +39401,7 @@
39401
39401
  "kind": "field",
39402
39402
  "description": "If true, when listbox is open, <Esc> accepts current suggestion (same as Enter).",
39403
39403
  "source": {
39404
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L81"
39404
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L82"
39405
39405
  },
39406
39406
  "type": {
39407
39407
  "text": "boolean"
@@ -39411,7 +39411,7 @@
39411
39411
  "name": "listbox",
39412
39412
  "kind": "field",
39413
39413
  "source": {
39414
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L128"
39414
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L136"
39415
39415
  },
39416
39416
  "type": {
39417
39417
  "text": "CustomElement & { delegatesFocus: boolean; } & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { kbdNav: string; _kbdFocusable: boolean; } & { kbdNavQuery: string; kbdNavFocusableWhenDisabled: boolean; ariaOrientationDefault: \"horizontal\" | \"vertical\"; } & { kbdNavChildren: NodeListOf<HTMLElement>; } & { _ariaOrientationIsVertical(): boolean; focusCurrentOrFirst(): HTMLElement; focusNext(current?: HTMLElement, loop?: boolean, reverse?: boolean): HTMLElement; focusPrevious(current?: HTMLElement, loop?: boolean): HTMLElement; focus(options?: FocusOptions): void; refreshTabIndexes(): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _ipcListener: EventListener; _ipcTarget: EventTarget; _files: FileList; } & { ariaControls: string; autocomplete: string; name: string; readOnly: boolean; formNoValidate: boolean; defaultChecked: boolean; _checkedDirty: boolean; _checked: boolean; required: boolean; type: string; _defaultValue: string; _value: string; _valueDirty: boolean; _userInteracted: boolean; _invalid: boolean; _badInput: boolean; _validationMessage: string; _formDisabled: boolean; _formReset: boolean; } & { erroredState: boolean; defaultValue: string; _valueBehavior: \"value\" | \"default/on\" | \"default\" | \"filename\"; } & { _onSetValue(value: string): void; _onSetChecked(checked: boolean): void; } & { value: string; checked: boolean; } & { form: HTMLFormElement; validity: ValidityState; validationMessage: string; willValidate: boolean; labels: NodeList; } & { disabledState: boolean; } & { checkValidity(): boolean; reportValidity(): boolean; setCustomValidity(error: string): void; _notifyRadioChange(key: string, value: string): void; refreshFormAssociation(): void; formAssociatedCallback(form: HTMLFormElement): void; formIPCEvent(event: CustomEvent<[string, string]>): void; formDisabledCallback(disabled: boolean): void; formResetCallback(): void; formStateRestoreCallback(state: string | FormData, mode: \"autocomplete\" | \"restore\"): void; _updateFormAssociatedValue(): void; } & { density: number; } & { block: boolean; inline: boolean; row: boolean; x: string; y: string; gap: number; padding: string; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; color: { empty: string; }; } & { multiple: boolean; size: number; } & { _ariaRole: string; _optionsCollection: HTMLCollectionOf<CustomElement & { delegatesFocus: boolean; } & { href: string; target: string; download: string; ping: string; rel: string; hreflang: string; referrerPolicy: string; } & { origin: string; protocol: string; username: string; password: string; host: string; hostname: string; port: string; pathname: string; search: string; hash: string; } & object & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _lastRippleWeakRef: WeakRef<CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }>; _rippleAdded: boolean; } & { _lastRipple: CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { addRipple(x?: number, y?: number, hold?: boolean): CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; stateLayer: boolean; } & { leading: string; avatar: string; avatarColor: string; avatarSrc: string; src: string; alt: string; icon: string; iconInk: string; iconSrc: string; iconVariation: string; checkbox: string; radio: string; selectionColor: string; selected: boolean; supporting: string; trailing: string; trailingIcon: string; trailingIconInk: string; trailingIconSrc: string; divider: string; video: boolean; lines: number; _supportingSlotted: boolean; } & { disabledState: boolean; } & { isInteractive: () => boolean; hasSupporting: () => boolean; checkboxClass: () => string; radioClass: () => string; computedIconVariation: () => string; } & { _ariaRole: string; _index: number; _selectedDirty: boolean; isInteractive: boolean; } & { _label: string; _text: string; defaultSelected: boolean; _selected: boolean; _value: string; _formDisabled: boolean; } & { selected: boolean; disabledState: boolean; } & { index: number; form: HTMLFormElement; text: string; label: string; value: string; } & { formDisabledCallback(formDisabled: boolean): void; focus(options?: FocusOptions): void; } & { anchorAriaLabelledBy: () => string; anchorAriaDescribedBy: () => string; computedIconVariation: () => string; }> & HTMLOptionsCollection; _selectedOptionsCollection: any; _handlingSelectedness: boolean; _handleFormReset: boolean; } & { options: HTMLCollectionOf<CustomElement & { delegatesFocus: boolean; } & { href: string; target: string; download: string; ping: string; rel: string; hreflang: string; referrerPolicy: string; } & { origin: string; protocol: string; username: string; password: string; host: string; hostname: string; port: string; pathname: string; search: string; hash: string; } & object & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _lastRippleWeakRef: WeakRef<CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }>; _rippleAdded: boolean; } & { _lastRipple: CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { addRipple(x?: number, y?: number, hold?: boolean): CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; stateLayer: boolean; } & { leading: string; avatar: string; avatarColor: string; avatarSrc: string; src: string; alt: string; icon: string; iconInk: string; iconSrc: string; iconVariation: string; checkbox: string; radio: string; selectionColor: string; selected: boolean; supporting: string; trailing: string; trailingIcon: string; trailingIconInk: string; trailingIconSrc: string; divider: string; video: boolean; lines: number; _supportingSlotted: boolean; } & { disabledState: boolean; } & { isInteractive: () => boolean; hasSupporting: () => boolean; checkboxClass: () => string; radioClass: () => string; computedIconVariation: () => string; } & { _ariaRole: string; _index: number; _selectedDirty: boolean; isInteractive: boolean; } & { _label: string; _text: string; defaultSelected: boolean; _selected: boolean; _value: string; _formDisabled: boolean; } & { selected: boolean; disabledState: boolean; } & { index: number; form: HTMLFormElement; text: string; label: string; value: string; } & { formDisabledCallback(formDisabled: boolean): void; focus(options?: FocusOptions): void; } & { anchorAriaLabelledBy: () => string; anchorAriaDescribedBy: () => string; computedIconVariation: () => string; }> & HTMLOptionsCollection; selectedOptions: HTMLCollectionOf<CustomElement & { delegatesFocus: boolean; } & { href: string; target: string; download: string; ping: string; rel: string; hreflang: string; referrerPolicy: string; } & { origin: string; protocol: string; username: string; password: string; host: string; hostname: string; port: string; pathname: string; search: string; hash: string; } & object & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _lastRippleWeakRef: WeakRef<CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }>; _rippleAdded: boolean; } & { _lastRipple: CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { addRipple(x?: number, y?: number, hold?: boolean): CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; stateLayer: boolean; } & { leading: string; avatar: string; avatarColor: string; avatarSrc: string; src: string; alt: string; icon: string; iconInk: string; iconSrc: string; iconVariation: string; checkbox: string; radio: string; selectionColor: string; selected: boolean; supporting: string; trailing: string; trailingIcon: string; trailingIconInk: string; trailingIconSrc: string; divider: string; video: boolean; lines: number; _supportingSlotted: boolean; } & { disabledState: boolean; } & { isInteractive: () => boolean; hasSupporting: () => boolean; checkboxClass: () => string; radioClass: () => string; computedIconVariation: () => string; } & { _ariaRole: string; _index: number; _selectedDirty: boolean; isInteractive: boolean; } & { _label: string; _text: string; defaultSelected: boolean; _selected: boolean; _value: string; _formDisabled: boolean; } & { selected: boolean; disabledState: boolean; } & { index: number; form: HTMLFormElement; text: string; label: string; value: string; } & { formDisabledCallback(formDisabled: boolean): void; focus(options?: FocusOptions): void; } & { anchorAriaLabelledBy: () => string; anchorAriaDescribedBy: () => string; computedIconVariation: () => string; }>; type: \"select-multiple\" | \"select-one\"; kbdNavQuery: string; kbdNavFocusableWhenDisabled: boolean; } & { length: number; selectedIndex: number; value: string; add: (element: HTMLOptionElement | HTMLOptGroupElement, before?: number | HTMLElement) => void; } & { _selectedOptionsGenerator(): Generator<CustomElement & { delegatesFocus: boolean; } & { href: string; target: string; download: string; ping: string; rel: string; hreflang: string; referrerPolicy: string; } & { origin: string; protocol: string; username: string; password: string; host: string; hostname: string; port: string; pathname: string; search: string; hash: string; } & object & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _lastRippleWeakRef: WeakRef<CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }>; _rippleAdded: boolean; } & { _lastRipple: CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { addRipple(x?: number, y?: number, hold?: boolean): CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; stateLayer: boolean; } & { leading: string; avatar: string; avatarColor: string; avatarSrc: string; src: string; alt: string; icon: string; iconInk: string; iconSrc: string; iconVariation: string; checkbox: string; radio: string; selectionColor: string; selected: boolean; supporting: string; trailing: string; trailingIcon: string; trailingIconInk: string; trailingIconSrc: string; divider: string; video: boolean; lines: number; _supportingSlotted: boolean; } & { disabledState: boolean; } & { isInteractive: () => boolean; hasSupporting: () => boolean; checkboxClass: () => string; radioClass: () => string; computedIconVariation: () => string; } & { _ariaRole: string; _index: number; _selectedDirty: boolean; isInteractive: boolean; } & { _label: string; _text: string; defaultSelected: boolean; _selected: boolean; _value: string; _formDisabled: boolean; } & { selected: boolean; disabledState: boolean; } & { index: number; form: HTMLFormElement; text: string; label: string; value: string; } & { formDisabledCallback(formDisabled: boolean): void; focus(options?: FocusOptions): void; } & { anchorAriaLabelledBy: () => string; anchorAriaDescribedBy: () => string; computedIconVariation: () => string; } & HTMLOptionElement, void, unknown>; [Symbol.iterator](): Generator<CustomElement & { delegatesFocus: boolean; } & { href: string; target: string; download: string; ping: string; rel: string; hreflang: string; referrerPolicy: string; } & { origin: string; protocol: string; username: string; password: string; host: string; hostname: string; port: string; pathname: string; search: string; hash: string; } & object & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _lastRippleWeakRef: WeakRef<CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }>; _rippleAdded: boolean; } & { _lastRipple: CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { addRipple(x?: number, y?: number, hold?: boolean): CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; stateLayer: boolean; } & { leading: string; avatar: string; avatarColor: string; avatarSrc: string; src: string; alt: string; icon: string; iconInk: string; iconSrc: string; iconVariation: string; checkbox: string; radio: string; selectionColor: string; selected: boolean; supporting: string; trailing: string; trailingIcon: string; trailingIconInk: string; trailingIconSrc: string; divider: string; video: boolean; lines: number; _supportingSlotted: boolean; } & { disabledState: boolean; } & { isInteractive: () => boolean; hasSupporting: () => boolean; checkboxClass: () => string; radioClass: () => string; computedIconVariation: () => string; } & { _ariaRole: string; _index: number; _selectedDirty: boolean; isInteractive: boolean; } & { _label: string; _text: string; defaultSelected: boolean; _selected: boolean; _value: string; _formDisabled: boolean; } & { selected: boolean; disabledState: boolean; } & { index: number; form: HTMLFormElement; text: string; label: string; value: string; } & { formDisabledCallback(formDisabled: boolean): void; focus(options?: FocusOptions): void; } & { anchorAriaLabelledBy: () => string; anchorAriaDescribedBy: () => string; computedIconVariation: () => string; } & HTMLOptionElement, void, unknown>; focus(): void; item(index: number): CustomElement & { delegatesFocus: boolean; } & { href: string; target: string; download: string; ping: string; rel: string; hreflang: string; referrerPolicy: string; } & { origin: string; protocol: string; username: string; password: string; host: string; hostname: string; port: string; pathname: string; search: string; hash: string; } & object & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _lastRippleWeakRef: WeakRef<CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }>; _rippleAdded: boolean; } & { _lastRipple: CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { addRipple(x?: number, y?: number, hold?: boolean): CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; stateLayer: boolean; } & { leading: string; avatar: string; avatarColor: string; avatarSrc: string; src: string; alt: string; icon: string; iconInk: string; iconSrc: string; iconVariation: string; checkbox: string; radio: string; selectionColor: string; selected: boolean; supporting: string; trailing: string; trailingIcon: string; trailingIconInk: string; trailingIconSrc: string; divider: string; video: boolean; lines: number; _supportingSlotted: boolean; } & { disabledState: boolean; } & { isInteractive: () => boolean; hasSupporting: () => boolean; checkboxClass: () => string; radioClass: () => string; computedIconVariation: () => string; } & { _ariaRole: string; _index: number; _selectedDirty: boolean; isInteractive: boolean; } & { _label: string; _text: string; defaultSelected: boolean; _selected: boolean; _value: string; _formDisabled: boolean; } & { selected: boolean; disabledState: boolean; } & { index: number; form: HTMLFormElement; text: string; label: string; value: string; } & { formDisabledCallback(formDisabled: boolean): void; focus(options?: FocusOptions): void; } & { anchorAriaLabelledBy: () => string; anchorAriaDescribedBy: () => string; computedIconVariation: () => string; }; namedItem(name: string): CustomElement & { delegatesFocus: boolean; } & { href: string; target: string; download: string; ping: string; rel: string; hreflang: string; referrerPolicy: string; } & { origin: string; protocol: string; username: string; password: string; host: string; hostname: string; port: string; pathname: string; search: string; hash: string; } & object & { _ariaRole: string; } & { _onConnectAriaValues: Map<\"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaCurrent\" | \"ariaDescription\" | \"ariaDisabled\" | \"ariaExpanded\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\", string>; } & { readAriaProperty(name: \"shadowRoot\" | \"ariaActiveDescendantElement\" | \"ariaAtomic\" | \"ariaAutoComplete\" | \"ariaBrailleLabel\" | \"ariaBrailleRoleDescription\" | \"ariaBusy\" | \"ariaChecked\" | \"ariaColCount\" | \"ariaColIndex\" | \"ariaColIndexText\" | \"ariaColSpan\" | \"ariaControlsElements\" | \"ariaCurrent\" | \"ariaDescribedByElements\" | \"ariaDescription\" | \"ariaDetailsElements\" | \"ariaDisabled\" | \"ariaErrorMessageElements\" | \"ariaExpanded\" | \"ariaFlowToElements\" | \"ariaHasPopup\" | \"ariaHidden\" | \"ariaInvalid\" | \"ariaKeyShortcuts\" | \"ariaLabel\" | \"ariaLabelledByElements\" | \"ariaLevel\" | \"ariaLive\" | \"ariaModal\" | \"ariaMultiLine\" | \"ariaMultiSelectable\" | \"ariaOrientation\" | \"ariaOwnsElements\" | \"ariaPlaceholder\" | \"ariaPosInSet\" | \"ariaPressed\" | \"ariaReadOnly\" | \"ariaRelevant\" | \"ariaRequired\" | \"ariaRoleDescription\" | \"ariaRowCount\" | \"ariaRowIndex\" | \"ariaRowIndexText\" | \"ariaRowSpan\" | \"ariaSelected\" | \"ariaSetSize\" | \"ariaSort\" | \"ariaValueMax\" | \"ariaValueMin\" | \"ariaValueNow\" | \"ariaValueText\" | \"role\"): string | Element | ShadowRoot | readonly Element[]; updateAriaProperty<K extends StringKeyOfARIAMixin<keyof ARIAMixin>>(name: K, value: ARIAMixin[K]): void; } & { disabled: boolean; focused: boolean; hovered: boolean; pressed: boolean; _lastInteraction: \"mouse\" | \"touch\" | \"key\" | \"pen\"; _hovered: boolean; _focused: boolean; _focusedSynthetic: boolean; _keyPressed: boolean; _keyReleased: boolean; _pointerPressed: boolean; stateLayer: boolean; } & { disabledState: boolean; hoveredState: boolean; focusedState: boolean; pressedState: boolean; touchedState: boolean; pointedState: boolean; } & { stateTargetElement: HTMLElement; } & { _lastRippleWeakRef: WeakRef<CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }>; _rippleAdded: boolean; } & { _lastRipple: CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { addRipple(x?: number, y?: number, hold?: boolean): CustomElement & { hadRippleHeld: boolean; hadRippleReleased: boolean; rippleStarted: boolean; } & { rippleState: string; keepAlive: boolean; _positionX: number; _positionY: number; _radius: number; holdRipple: boolean; } & { _positionStyle: ElementStylerOptions | { styles: { minHeight: string; minWidth: string; boxShadow: string; top: string; left: string; }; }; } & { updatePosition(x?: number, y?: number, size?: number): void; handleRippleComplete(): void; }; } & { color: string; ink: string; typeStyle: string; } & { _ariaRole: string; stateLayer: boolean; } & { leading: string; avatar: string; avatarColor: string; avatarSrc: string; src: string; alt: string; icon: string; iconInk: string; iconSrc: string; iconVariation: string; checkbox: string; radio: string; selectionColor: string; selected: boolean; supporting: string; trailing: string; trailingIcon: string; trailingIconInk: string; trailingIconSrc: string; divider: string; video: boolean; lines: number; _supportingSlotted: boolean; } & { disabledState: boolean; } & { isInteractive: () => boolean; hasSupporting: () => boolean; checkboxClass: () => string; radioClass: () => string; computedIconVariation: () => string; } & { _ariaRole: string; _index: number; _selectedDirty: boolean; isInteractive: boolean; } & { _label: string; _text: string; defaultSelected: boolean; _selected: boolean; _value: string; _formDisabled: boolean; } & { selected: boolean; disabledState: boolean; } & { index: number; form: HTMLFormElement; text: string; label: string; value: string; } & { formDisabledCallback(formDisabled: boolean): void; focus(options?: FocusOptions): void; } & { anchorAriaLabelledBy: () => string; anchorAriaDescribedBy: () => string; computedIconVariation: () => string; }; onListboxClick(event: Event): void; }"
@@ -39422,7 +39422,7 @@
39422
39422
  "kind": "field",
39423
39423
  "description": "Listbox should close if clicking own selection",
39424
39424
  "source": {
39425
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L156"
39425
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L162"
39426
39426
  },
39427
39427
  "type": {
39428
39428
  "text": "(event: Event) => void"
@@ -39432,7 +39432,7 @@
39432
39432
  "name": "onListboxChange",
39433
39433
  "kind": "field",
39434
39434
  "source": {
39435
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L164"
39435
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L170"
39436
39436
  },
39437
39437
  "type": {
39438
39438
  "text": "(event: Event) => void"
@@ -39442,7 +39442,7 @@
39442
39442
  "name": "onPopupFocusout",
39443
39443
  "kind": "field",
39444
39444
  "source": {
39445
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L188"
39445
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L194"
39446
39446
  },
39447
39447
  "type": {
39448
39448
  "text": "({ relatedTarget }: FocusEvent) => void"
@@ -39452,7 +39452,7 @@
39452
39452
  "name": "applyAutocompleteList",
39453
39453
  "kind": "field",
39454
39454
  "source": {
39455
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L198"
39455
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L204"
39456
39456
  },
39457
39457
  "type": {
39458
39458
  "text": "() => void"
@@ -39462,7 +39462,7 @@
39462
39462
  "name": "showListbox",
39463
39463
  "kind": "field",
39464
39464
  "source": {
39465
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L207"
39465
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L213"
39466
39466
  },
39467
39467
  "type": {
39468
39468
  "text": "() => void"
@@ -39472,7 +39472,7 @@
39472
39472
  "name": "closeListbox",
39473
39473
  "kind": "field",
39474
39474
  "source": {
39475
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L239"
39475
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L245"
39476
39476
  },
39477
39477
  "type": {
39478
39478
  "text": "() => void"
@@ -39482,7 +39482,7 @@
39482
39482
  "name": "toggleListbox",
39483
39483
  "kind": "field",
39484
39484
  "source": {
39485
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L250"
39485
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L256"
39486
39486
  },
39487
39487
  "type": {
39488
39488
  "text": "() => void"
@@ -39492,7 +39492,7 @@
39492
39492
  "name": "suggestOption",
39493
39493
  "kind": "field",
39494
39494
  "source": {
39495
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L261"
39495
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L267"
39496
39496
  },
39497
39497
  "type": {
39498
39498
  "text": "(option: Pick<HTMLOptionElement, \"label\" | \"value\" | \"selected\">) => void"
@@ -39502,7 +39502,7 @@
39502
39502
  "name": "acceptSuggestion",
39503
39503
  "kind": "field",
39504
39504
  "source": {
39505
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L308"
39505
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L314"
39506
39506
  },
39507
39507
  "type": {
39508
39508
  "text": "(emitChange?: boolean) => void"
@@ -39512,7 +39512,7 @@
39512
39512
  "name": "changeSuggestion",
39513
39513
  "kind": "field",
39514
39514
  "source": {
39515
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L335"
39515
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L341"
39516
39516
  },
39517
39517
  "type": {
39518
39518
  "text": "({ first, last, next, previous, startsWith, value, label }: { first?: boolean; last?: boolean; next?: boolean; previous?: boolean; startsWith?: string; value?: string; label?: string; }) => void"
@@ -39522,7 +39522,7 @@
39522
39522
  "name": "resetSuggestion",
39523
39523
  "kind": "field",
39524
39524
  "source": {
39525
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L423"
39525
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L432"
39526
39526
  },
39527
39527
  "type": {
39528
39528
  "text": "() => void"
@@ -39532,7 +39532,7 @@
39532
39532
  "name": "refreshMultiple",
39533
39533
  "kind": "field",
39534
39534
  "source": {
39535
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L430"
39535
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L439"
39536
39536
  },
39537
39537
  "type": {
39538
39538
  "text": "() => void"
@@ -39542,7 +39542,7 @@
39542
39542
  "name": "populateInputFromListbox",
39543
39543
  "kind": "field",
39544
39544
  "source": {
39545
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L475"
39545
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L484"
39546
39546
  },
39547
39547
  "type": {
39548
39548
  "text": "() => void"
@@ -39552,7 +39552,7 @@
39552
39552
  "name": "onChipClose",
39553
39553
  "kind": "field",
39554
39554
  "source": {
39555
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L491"
39555
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L500"
39556
39556
  },
39557
39557
  "type": {
39558
39558
  "text": "({ currentTarget }: CloseEvent & { currentTarget: HTMLElement; }) => void"
@@ -39562,7 +39562,7 @@
39562
39562
  "name": "showTrailingIcon",
39563
39563
  "kind": "field",
39564
39564
  "source": {
39565
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L704"
39565
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L714"
39566
39566
  },
39567
39567
  "type": {
39568
39568
  "text": "() => string"
@@ -39572,7 +39572,7 @@
39572
39572
  "name": "computedTrailingIcon",
39573
39573
  "kind": "field",
39574
39574
  "source": {
39575
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L713"
39575
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L723"
39576
39576
  },
39577
39577
  "type": {
39578
39578
  "text": "() => string"
@@ -39582,7 +39582,7 @@
39582
39582
  "name": "controlTypeAttrValue",
39583
39583
  "kind": "field",
39584
39584
  "source": {
39585
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L722"
39585
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L732"
39586
39586
  },
39587
39587
  "type": {
39588
39588
  "text": "() => string"
@@ -39592,7 +39592,7 @@
39592
39592
  "name": "controlReadonlyAttrValue",
39593
39593
  "kind": "field",
39594
39594
  "source": {
39595
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L726"
39595
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L736"
39596
39596
  },
39597
39597
  "type": {
39598
39598
  "text": "() => boolean"
@@ -39602,7 +39602,7 @@
39602
39602
  "name": "controlIsSelect",
39603
39603
  "kind": "field",
39604
39604
  "source": {
39605
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L730"
39605
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L740"
39606
39606
  },
39607
39607
  "type": {
39608
39608
  "text": "() => boolean"
@@ -39612,7 +39612,7 @@
39612
39612
  "name": "ariaExpandedAttrValue",
39613
39613
  "kind": "field",
39614
39614
  "source": {
39615
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L733"
39615
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L743"
39616
39616
  },
39617
39617
  "type": {
39618
39618
  "text": "() => string"
@@ -39622,7 +39622,7 @@
39622
39622
  "name": "ariaControlsAttrValue",
39623
39623
  "kind": "field",
39624
39624
  "source": {
39625
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L737"
39625
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L747"
39626
39626
  },
39627
39627
  "type": {
39628
39628
  "text": "() => string"
@@ -39633,7 +39633,7 @@
39633
39633
  "kind": "field",
39634
39634
  "description": "Compute `aria-autocomplete` to describe the widget's behavior to AT.\n\nARIA values:\n- `none` : no autocomplete behavior is provided\n- `inline`: the textbox shows an inline completion the user can accept\n- `list` : a popup listbox provides choices (no inline insertion)\n- `both` : both inline completion and a listbox are available\n\nComponent mapping:\n- `autocompleteInline` -> inline completion behavior\n- `autocompleteList` (non-null) -> listbox filtering / dropdown present\n- `autosuggestInline` -> drives candidate selection as user types\n\nNote: the current implementation reports `'both'` when a named\n`autocompleteList` is present (even if `autocompleteInline` is false).\nA stricter mapping would return `list` when only a listbox is present\nand `both` only when both `autocompleteInline` and a listbox exist.",
39635
39635
  "source": {
39636
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L760"
39636
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L770"
39637
39637
  },
39638
39638
  "type": {
39639
39639
  "text": "() => \"both\" | \"inline\""
@@ -39643,17 +39643,27 @@
39643
39643
  "name": "ariaActiveDescendantAttrValue",
39644
39644
  "kind": "field",
39645
39645
  "source": {
39646
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L768"
39646
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L778"
39647
39647
  },
39648
39648
  "type": {
39649
39649
  "text": "() => \"\" | \"aria-active\""
39650
39650
  }
39651
39651
  },
39652
+ {
39653
+ "name": "ariaActiveLabel",
39654
+ "kind": "field",
39655
+ "source": {
39656
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L783"
39657
+ },
39658
+ "type": {
39659
+ "text": "() => string"
39660
+ }
39661
+ },
39652
39662
  {
39653
39663
  "name": "controlRoleAttrValue",
39654
39664
  "kind": "field",
39655
39665
  "source": {
39656
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L773"
39666
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/Input.js#L786"
39657
39667
  },
39658
39668
  "type": {
39659
39669
  "text": "() => string"
@@ -40540,7 +40550,7 @@
40540
40550
  },
40541
40551
  {
40542
40552
  "name": "",
40543
- "description": "<slot id=\"slot\"></slot>"
40553
+ "description": "<slot id=\"slot\" aria-hidden=\"true\"></slot>"
40544
40554
  }
40545
40555
  ],
40546
40556
  "cssParts": [
@@ -106161,7 +106171,7 @@
106161
106171
  "kind": "field",
106162
106172
  "description": "Placeholder text (DOMString)\nPlaceholder text forwarded to the native control.",
106163
106173
  "source": {
106164
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/TextArea.js#L243"
106174
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/TextArea.js#L249"
106165
106175
  },
106166
106176
  "type": {
106167
106177
  "text": "string"
@@ -106220,7 +106230,7 @@
106220
106230
  "kind": "field",
106221
106231
  "description": "Number of columns (characters) for the control (integer).",
106222
106232
  "source": {
106223
- "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/TextArea.js#L239"
106233
+ "href": "https://github.com/clshortfuse/materialdesignweb/blob/main/components/TextArea.js#L245"
106224
106234
  },
106225
106235
  "type": {
106226
106236
  "text": "number"
@@ -1015,7 +1015,7 @@
1015
1015
  },
1016
1016
  {
1017
1017
  "name": "mdw-input",
1018
- "description": "@typedef {import('./Listbox.js').default} Listbox\n---\n\n\n### **Events:**\n - **resize-observed**\n- **value-changing-content-attribute**\n- **listbox-click**\n- **listbox-change**\n- **popup-focusout**\n- **chip-close**\n\n### **Methods:**\n - **expressions(): _<CLASS extends typeof CustomElement, ARGS extends ConstructorParameters<CLASS>, INSTANCE extends InstanceType<CLASS>, PROPS extends { [K in keyof any]: K extends `_${any}` ? ((data: INSTANCE, state?: Record<string, any>) => string | boolean | null) : ((data?: INSTANCE, state?: Record<string, any>) => string | boolean | null); } & ThisType<INSTANCE>>(this: CLASS, expressions: PROPS & ThisType<INSTANCE & PROPS>) => CLASS & Class<{ [K in keyof PROPS]: K extends `_${any}` ? never : () => ReturnType<PROPS[K]>; }, ARGS>_** - Expressions are idempotent functions that are selectively called whenever\na render is requested.\nExpressions are constructed exactly as methods though differ in expected\narguments. The first argument should be destructured to ensure each used\nproperty is accessed at least once in order to inspect used properties.\n\nThe Composition API will inspect this function with a proxy for `this` to\ncatalog what observables are used by the expression. This allows the\nComposition API to build a cache as well as selective invoke the expression\nonly when needed.\n\nWhen used with in element templates, the element itself will be passed as\nits first argument.\n````js\n Button\n .prop('filled', 'boolean')\n .prop('outlined', 'boolean')\n .expresssions({\n _isFilledOrOutlined({filled, outlined}) {\n return (filled || outlined)\n },\n })\n .html`<div custom={_isFilledOrOutlined}></div>`;\n````\n\nWhen used with external data source, that data source\nwill be passed to the expression with all properties being `null` at first\ninspection.\n````js\n const externalData = {first: 'John', last: 'Doe'};\n ContactCard\n .expresssions({\n _fullName({first, last}) {\n return [first, last].filter(Boolean).join(' ');\n },\n })\n myButton.render(externalData);\n````\n\nExpressions may be support argumentless calls by using default\nparameters with `this`.\n````js\n Button\n .expresssions({\n isFilledOrOutlined({filled, outlined} = this) {\n return (filled || outlined)\n },\n });\n myButton.isFilledorOutlined();\n````\n\n### **Slots:**\n - **supporting** - <slot id=\"supporting-slot\" name=\"supporting\"></slot>\n- _default_ - <slot id=\"slot\"></slot>\n\n### **CSS Parts:**\n - **control** - undefined",
1018
+ "description": "@typedef {import('./Listbox.js').default} Listbox\n---\n\n\n### **Events:**\n - **resize-observed**\n- **value-changing-content-attribute**\n- **listbox-click**\n- **listbox-change**\n- **popup-focusout**\n- **chip-close**\n\n### **Methods:**\n - **expressions(): _<CLASS extends typeof CustomElement, ARGS extends ConstructorParameters<CLASS>, INSTANCE extends InstanceType<CLASS>, PROPS extends { [K in keyof any]: K extends `_${any}` ? ((data: INSTANCE, state?: Record<string, any>) => string | boolean | null) : ((data?: INSTANCE, state?: Record<string, any>) => string | boolean | null); } & ThisType<INSTANCE>>(this: CLASS, expressions: PROPS & ThisType<INSTANCE & PROPS>) => CLASS & Class<{ [K in keyof PROPS]: K extends `_${any}` ? never : () => ReturnType<PROPS[K]>; }, ARGS>_** - Expressions are idempotent functions that are selectively called whenever\na render is requested.\nExpressions are constructed exactly as methods though differ in expected\narguments. The first argument should be destructured to ensure each used\nproperty is accessed at least once in order to inspect used properties.\n\nThe Composition API will inspect this function with a proxy for `this` to\ncatalog what observables are used by the expression. This allows the\nComposition API to build a cache as well as selective invoke the expression\nonly when needed.\n\nWhen used with in element templates, the element itself will be passed as\nits first argument.\n````js\n Button\n .prop('filled', 'boolean')\n .prop('outlined', 'boolean')\n .expresssions({\n _isFilledOrOutlined({filled, outlined}) {\n return (filled || outlined)\n },\n })\n .html`<div custom={_isFilledOrOutlined}></div>`;\n````\n\nWhen used with external data source, that data source\nwill be passed to the expression with all properties being `null` at first\ninspection.\n````js\n const externalData = {first: 'John', last: 'Doe'};\n ContactCard\n .expresssions({\n _fullName({first, last}) {\n return [first, last].filter(Boolean).join(' ');\n },\n })\n myButton.render(externalData);\n````\n\nExpressions may be support argumentless calls by using default\nparameters with `this`.\n````js\n Button\n .expresssions({\n isFilledOrOutlined({filled, outlined} = this) {\n return (filled || outlined)\n },\n });\n myButton.isFilledorOutlined();\n````\n\n### **Slots:**\n - **supporting** - <slot id=\"supporting-slot\" name=\"supporting\"></slot>\n- _default_ - <slot id=\"slot\" aria-hidden=\"true\"></slot>\n\n### **CSS Parts:**\n - **control** - undefined",
1019
1019
  "attributes": [
1020
1020
  { "name": "color", "values": [] },
1021
1021
  { "name": "ink", "values": [] },