|
| 1 | +## API Report File for "@angular/aria_simple-combobox" |
| 2 | + |
| 3 | +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). |
| 4 | +
|
| 5 | +```ts |
| 6 | + |
| 7 | +import * as _angular_core from '@angular/core'; |
| 8 | +import { DeferredContentAware } from '@angular/aria/private'; |
| 9 | +import * as i1 from '@angular/aria/private'; |
| 10 | +import { OnDestroy } from '@angular/core'; |
| 11 | +import { OnInit } from '@angular/core'; |
| 12 | +import { SimpleComboboxPattern } from '@angular/aria/private'; |
| 13 | +import { SimpleComboboxPopupPattern } from '@angular/aria/private'; |
| 14 | + |
| 15 | +// @public |
| 16 | +export class Combobox extends DeferredContentAware implements OnInit { |
| 17 | + constructor(); |
| 18 | + readonly alwaysExpanded: _angular_core.InputSignalWithTransform<boolean, unknown>; |
| 19 | + readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>; |
| 20 | + readonly element: HTMLElement; |
| 21 | + readonly expanded: _angular_core.ModelSignal<boolean>; |
| 22 | + readonly inlineSuggestion: _angular_core.InputSignal<string | undefined>; |
| 23 | + // (undocumented) |
| 24 | + ngOnInit(): void; |
| 25 | + readonly _pattern: SimpleComboboxPattern; |
| 26 | + readonly _popup: _angular_core.WritableSignal<ComboboxPopup | undefined>; |
| 27 | + _registerPopup(popup: ComboboxPopup): void; |
| 28 | + _unregisterPopup(): void; |
| 29 | + readonly value: _angular_core.ModelSignal<string>; |
| 30 | + // (undocumented) |
| 31 | + static ɵdir: _angular_core.ɵɵDirectiveDeclaration<Combobox, "[ngCombobox]", ["ngCombobox"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "alwaysExpanded": { "alias": "alwaysExpanded"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "inlineSuggestion": { "alias": "inlineSuggestion"; "required": false; "isSignal": true; }; }, { "expanded": "expandedChange"; "value": "valueChange"; }, never, never, true, never>; |
| 32 | + // (undocumented) |
| 33 | + static ɵfac: _angular_core.ɵɵFactoryDeclaration<Combobox, never>; |
| 34 | +} |
| 35 | + |
| 36 | +// @public |
| 37 | +export class ComboboxPopup implements OnInit, OnDestroy { |
| 38 | + readonly activeDescendant: _angular_core.Signal<string | undefined>; |
| 39 | + readonly combobox: _angular_core.InputSignal<Combobox>; |
| 40 | + readonly controlTarget: _angular_core.Signal<HTMLElement | undefined>; |
| 41 | + // (undocumented) |
| 42 | + ngOnDestroy(): void; |
| 43 | + // (undocumented) |
| 44 | + ngOnInit(): void; |
| 45 | + readonly _pattern: SimpleComboboxPopupPattern; |
| 46 | + readonly popupId: _angular_core.Signal<string | undefined>; |
| 47 | + readonly popupType: _angular_core.InputSignal<"listbox" | "tree" | "grid" | "dialog">; |
| 48 | + _registerWidget(widget: ComboboxWidget): void; |
| 49 | + _unregisterWidget(): void; |
| 50 | + readonly _widget: _angular_core.WritableSignal<ComboboxWidget | undefined>; |
| 51 | + // (undocumented) |
| 52 | + static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ComboboxPopup, "ng-template[ngComboboxPopup]", ["ngComboboxPopup"], { "combobox": { "alias": "combobox"; "required": true; "isSignal": true; }; "popupType": { "alias": "popupType"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.DeferredContent; inputs: {}; outputs: {}; }]>; |
| 53 | + // (undocumented) |
| 54 | + static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboboxPopup, never>; |
| 55 | +} |
| 56 | + |
| 57 | +// @public |
| 58 | +export class ComboboxWidget implements OnInit, OnDestroy { |
| 59 | + constructor(); |
| 60 | + readonly activeDescendant: _angular_core.WritableSignal<string | undefined>; |
| 61 | + readonly element: HTMLElement; |
| 62 | + // (undocumented) |
| 63 | + ngOnDestroy(): void; |
| 64 | + // (undocumented) |
| 65 | + ngOnInit(): void; |
| 66 | + onFocusin(): void; |
| 67 | + onFocusout(event: FocusEvent): void; |
| 68 | + readonly popupId: _angular_core.WritableSignal<string | undefined>; |
| 69 | + // (undocumented) |
| 70 | + static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ComboboxWidget, "[ngComboboxWidget]", ["ngComboboxWidget"], {}, {}, never, never, true, never>; |
| 71 | + // (undocumented) |
| 72 | + static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboboxWidget, never>; |
| 73 | +} |
| 74 | + |
| 75 | +// (No @packageDocumentation comment for this package) |
| 76 | + |
| 77 | +``` |
0 commit comments