@angular/aria 21.0.2 → 21.0.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/fesm2022/_accordion-chunk.mjs +108 -0
- package/fesm2022/_accordion-chunk.mjs.map +1 -0
- package/fesm2022/_combobox-chunk.mjs +425 -0
- package/fesm2022/_combobox-chunk.mjs.map +1 -0
- package/fesm2022/_combobox-listbox-chunk.mjs +240 -0
- package/fesm2022/_combobox-listbox-chunk.mjs.map +1 -0
- package/fesm2022/_combobox-tree-chunk.mjs +331 -0
- package/fesm2022/_combobox-tree-chunk.mjs.map +1 -0
- package/fesm2022/_deferred-content-chunk.mjs +124 -0
- package/fesm2022/_deferred-content-chunk.mjs.map +1 -0
- package/fesm2022/_expansion-chunk.mjs +41 -0
- package/fesm2022/_expansion-chunk.mjs.map +1 -0
- package/fesm2022/_list-chunk.mjs +287 -0
- package/fesm2022/_list-chunk.mjs.map +1 -0
- package/fesm2022/_list-navigation-chunk.mjs +116 -0
- package/fesm2022/_list-navigation-chunk.mjs.map +1 -0
- package/fesm2022/_menu-chunk.mjs +515 -0
- package/fesm2022/_menu-chunk.mjs.map +1 -0
- package/fesm2022/_pointer-event-manager-chunk.mjs +54 -0
- package/fesm2022/_pointer-event-manager-chunk.mjs.map +1 -0
- package/fesm2022/_signal-like-chunk.mjs +118 -0
- package/fesm2022/_signal-like-chunk.mjs.map +1 -0
- package/fesm2022/_tabs-chunk.mjs +159 -0
- package/fesm2022/_tabs-chunk.mjs.map +1 -0
- package/fesm2022/_toolbar-widget-group-chunk.mjs +148 -0
- package/fesm2022/_toolbar-widget-group-chunk.mjs.map +1 -0
- package/fesm2022/_widget-chunk.mjs +5 -246
- package/fesm2022/_widget-chunk.mjs.map +1 -1
- package/fesm2022/accordion.mjs +73 -55
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/aria.mjs +1 -1
- package/fesm2022/aria.mjs.map +1 -1
- package/fesm2022/combobox.mjs +166 -153
- package/fesm2022/combobox.mjs.map +1 -1
- package/fesm2022/grid.mjs +287 -261
- package/fesm2022/grid.mjs.map +1 -1
- package/fesm2022/listbox.mjs +211 -197
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +308 -286
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/private.mjs +15 -2329
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/tabs.mjs +221 -199
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +64 -48
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tree.mjs +54 -44
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +2 -2
- package/types/_accordion-chunk.d.ts +100 -0
- package/types/_combobox-chunk.d.ts +194 -0
- package/types/_deferred-content-chunk.d.ts +42 -0
- package/types/_expansion-chunk.d.ts +40 -0
- package/types/_grid-chunk.d.ts +43 -250
- package/types/_keyboard-event-manager-chunk.d.ts +68 -0
- package/types/_list-chunk.d.ts +211 -0
- package/types/_list-navigation-chunk.d.ts +119 -0
- package/types/_listbox-chunk.d.ts +107 -0
- package/types/_menu-chunk.d.ts +267 -0
- package/types/_pointer-event-manager-chunk.d.ts +34 -0
- package/types/_tabs-chunk.d.ts +153 -0
- package/types/_toolbar-chunk.d.ts +124 -0
- package/types/_tree-chunk.d.ts +185 -0
- package/types/accordion.d.ts +65 -54
- package/types/aria.d.ts +1 -1
- package/types/combobox.d.ts +86 -56
- package/types/grid.d.ts +47 -32
- package/types/listbox.d.ts +22 -7
- package/types/menu.d.ts +135 -117
- package/types/private.d.ts +28 -1376
- package/types/tabs.d.ts +109 -88
- package/types/toolbar.d.ts +77 -66
- package/types/tree.d.ts +118 -104
- package/_adev_assets/aria-accordion.json +0 -743
- package/_adev_assets/aria-combobox.json +0 -603
- package/_adev_assets/aria-grid.json +0 -893
- package/_adev_assets/aria-listbox.json +0 -540
- package/_adev_assets/aria-menu.json +0 -1049
- package/_adev_assets/aria-tabs.json +0 -880
- package/_adev_assets/aria-toolbar.json +0 -545
- package/_adev_assets/aria-tree.json +0 -853
|
@@ -1,603 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"repo": "angular/components",
|
|
3
|
-
"moduleLabel": "@angular/aria/combobox",
|
|
4
|
-
"moduleName": "@angular/aria/combobox",
|
|
5
|
-
"normalizedModuleName": "angular_aria_combobox",
|
|
6
|
-
"entries": [
|
|
7
|
-
{
|
|
8
|
-
"name": "Combobox",
|
|
9
|
-
"isAbstract": false,
|
|
10
|
-
"entryType": "undecorated_class",
|
|
11
|
-
"members": [
|
|
12
|
-
{
|
|
13
|
-
"name": "textDirection",
|
|
14
|
-
"type": "any",
|
|
15
|
-
"memberType": "property",
|
|
16
|
-
"memberTags": [
|
|
17
|
-
"protected"
|
|
18
|
-
],
|
|
19
|
-
"description": "A signal wrapper for directionality.",
|
|
20
|
-
"jsdocTags": []
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "element",
|
|
24
|
-
"type": "HTMLElement",
|
|
25
|
-
"memberType": "property",
|
|
26
|
-
"memberTags": [
|
|
27
|
-
"readonly"
|
|
28
|
-
],
|
|
29
|
-
"description": "A reference to the combobox element.",
|
|
30
|
-
"jsdocTags": []
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "popup",
|
|
34
|
-
"type": "any",
|
|
35
|
-
"memberType": "property",
|
|
36
|
-
"memberTags": [
|
|
37
|
-
"readonly"
|
|
38
|
-
],
|
|
39
|
-
"description": "The combobox popup.",
|
|
40
|
-
"jsdocTags": []
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "filterMode",
|
|
44
|
-
"type": "any",
|
|
45
|
-
"memberType": "property",
|
|
46
|
-
"memberTags": [],
|
|
47
|
-
"description": "The filter mode for the combobox.\n- `manual`: The consumer is responsible for filtering the options.\n- `auto-select`: The combobox automatically selects the first matching option.\n- `highlight`: The combobox highlights matching text in the options without changing selection.",
|
|
48
|
-
"jsdocTags": []
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "disabled",
|
|
52
|
-
"type": "any",
|
|
53
|
-
"memberType": "property",
|
|
54
|
-
"memberTags": [
|
|
55
|
-
"readonly"
|
|
56
|
-
],
|
|
57
|
-
"description": "Whether the combobox is disabled.",
|
|
58
|
-
"jsdocTags": []
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "readonly",
|
|
62
|
-
"type": "any",
|
|
63
|
-
"memberType": "property",
|
|
64
|
-
"memberTags": [
|
|
65
|
-
"readonly"
|
|
66
|
-
],
|
|
67
|
-
"description": "Whether the combobox is read-only.",
|
|
68
|
-
"jsdocTags": []
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "firstMatch",
|
|
72
|
-
"type": "any",
|
|
73
|
-
"memberType": "property",
|
|
74
|
-
"memberTags": [
|
|
75
|
-
"readonly"
|
|
76
|
-
],
|
|
77
|
-
"description": "The value of the first matching item in the popup.",
|
|
78
|
-
"jsdocTags": []
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "expanded",
|
|
82
|
-
"type": "any",
|
|
83
|
-
"memberType": "property",
|
|
84
|
-
"memberTags": [
|
|
85
|
-
"readonly"
|
|
86
|
-
],
|
|
87
|
-
"description": "Whether the combobox is expanded.",
|
|
88
|
-
"jsdocTags": []
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "alwaysExpanded",
|
|
92
|
-
"type": "any",
|
|
93
|
-
"memberType": "property",
|
|
94
|
-
"memberTags": [
|
|
95
|
-
"readonly"
|
|
96
|
-
],
|
|
97
|
-
"description": "Whether the combobox popup should always be expanded, regardless of user interaction.",
|
|
98
|
-
"jsdocTags": []
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "inputElement",
|
|
102
|
-
"type": "any",
|
|
103
|
-
"memberType": "property",
|
|
104
|
-
"memberTags": [
|
|
105
|
-
"readonly"
|
|
106
|
-
],
|
|
107
|
-
"description": "Input element connected to the combobox, if any.",
|
|
108
|
-
"jsdocTags": []
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "open",
|
|
112
|
-
"signatures": [
|
|
113
|
-
{
|
|
114
|
-
"name": "open",
|
|
115
|
-
"entryType": "function",
|
|
116
|
-
"description": "Opens the combobox to the selected item.",
|
|
117
|
-
"generics": [],
|
|
118
|
-
"isNewType": false,
|
|
119
|
-
"jsdocTags": [],
|
|
120
|
-
"params": [],
|
|
121
|
-
"rawComment": "/** Opens the combobox to the selected item. */",
|
|
122
|
-
"returnType": "void"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"implementation": {
|
|
126
|
-
"params": [],
|
|
127
|
-
"isNewType": false,
|
|
128
|
-
"returnType": "void",
|
|
129
|
-
"generics": [],
|
|
130
|
-
"name": "open",
|
|
131
|
-
"description": "Opens the combobox to the selected item.",
|
|
132
|
-
"entryType": "function",
|
|
133
|
-
"jsdocTags": [],
|
|
134
|
-
"rawComment": "/** Opens the combobox to the selected item. */"
|
|
135
|
-
},
|
|
136
|
-
"entryType": "function",
|
|
137
|
-
"description": "Opens the combobox to the selected item.",
|
|
138
|
-
"jsdocTags": [],
|
|
139
|
-
"rawComment": "/** Opens the combobox to the selected item. */",
|
|
140
|
-
"memberType": "method",
|
|
141
|
-
"memberTags": []
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "close",
|
|
145
|
-
"signatures": [
|
|
146
|
-
{
|
|
147
|
-
"name": "close",
|
|
148
|
-
"entryType": "function",
|
|
149
|
-
"description": "Closes the combobox.",
|
|
150
|
-
"generics": [],
|
|
151
|
-
"isNewType": false,
|
|
152
|
-
"jsdocTags": [],
|
|
153
|
-
"params": [],
|
|
154
|
-
"rawComment": "/** Closes the combobox. */",
|
|
155
|
-
"returnType": "void"
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
|
-
"implementation": {
|
|
159
|
-
"params": [],
|
|
160
|
-
"isNewType": false,
|
|
161
|
-
"returnType": "void",
|
|
162
|
-
"generics": [],
|
|
163
|
-
"name": "close",
|
|
164
|
-
"description": "Closes the combobox.",
|
|
165
|
-
"entryType": "function",
|
|
166
|
-
"jsdocTags": [],
|
|
167
|
-
"rawComment": "/** Closes the combobox. */"
|
|
168
|
-
},
|
|
169
|
-
"entryType": "function",
|
|
170
|
-
"description": "Closes the combobox.",
|
|
171
|
-
"jsdocTags": [],
|
|
172
|
-
"rawComment": "/** Closes the combobox. */",
|
|
173
|
-
"memberType": "method",
|
|
174
|
-
"memberTags": []
|
|
175
|
-
}
|
|
176
|
-
],
|
|
177
|
-
"generics": [
|
|
178
|
-
{
|
|
179
|
-
"name": "V"
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"description": "The container element that wraps a combobox input and popup, and orchestrates its behavior.\n\nThe `ngCombobox` directive is the main entry point for creating a combobox and customizing its\nbehavior. It coordinates the interactions between the `ngComboboxInput` and the popup, which\nis defined by a `ng-template` with the `ngComboboxPopupContainer` directive. If using the\n`CdkOverlay`, the `cdkConnectedOverlay` directive takes the place of `ngComboboxPopupContainer`.\n\n```html\n<div ngCombobox filterMode=\"highlight\">\n <input\n ngComboboxInput\n placeholder=\"Search for a state...\"\n [(value)]=\"searchString\"\n />\n\n <ng-template ngComboboxPopupContainer>\n <div ngListbox [(value)]=\"selectedValue\">\n @for (option of filteredOptions(); track option) {\n <div ngOption [value]=\"option\" [label]=\"option\">\n <span>{{option}}</span>\n </div>\n }\n </div>\n </ng-template>\n</div>\n```",
|
|
183
|
-
"jsdocTags": [
|
|
184
|
-
{
|
|
185
|
-
"name": "developerPreview",
|
|
186
|
-
"comment": "21.0"
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
"rawComment": "/**\n * The container element that wraps a combobox input and popup, and orchestrates its behavior.\n *\n * The `ngCombobox` directive is the main entry point for creating a combobox and customizing its\n * behavior. It coordinates the interactions between the `ngComboboxInput` and the popup, which\n * is defined by a `ng-template` with the `ngComboboxPopupContainer` directive. If using the\n * `CdkOverlay`, the `cdkConnectedOverlay` directive takes the place of `ngComboboxPopupContainer`.\n *\n * ```html\n * <div ngCombobox filterMode=\"highlight\">\n * <input\n * ngComboboxInput\n * placeholder=\"Search for a state...\"\n * [(value)]=\"searchString\"\n * />\n *\n * <ng-template ngComboboxPopupContainer>\n * <div ngListbox [(value)]=\"selectedValue\">\n * @for (option of filteredOptions(); track option) {\n * <div ngOption [value]=\"option\" [label]=\"option\">\n * <span>{{option}}</span>\n * </div>\n * }\n * </div>\n * </ng-template>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
190
|
-
"implements": [],
|
|
191
|
-
"source": {
|
|
192
|
-
"filePath": "src/aria/combobox/combobox.ts",
|
|
193
|
-
"startLine": 65,
|
|
194
|
-
"endLine": 176
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"name": "ComboboxInput",
|
|
199
|
-
"isAbstract": false,
|
|
200
|
-
"entryType": "directive",
|
|
201
|
-
"members": [
|
|
202
|
-
{
|
|
203
|
-
"name": "element",
|
|
204
|
-
"type": "HTMLElement",
|
|
205
|
-
"memberType": "property",
|
|
206
|
-
"memberTags": [
|
|
207
|
-
"readonly"
|
|
208
|
-
],
|
|
209
|
-
"description": "A reference to the input element.",
|
|
210
|
-
"jsdocTags": []
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"name": "combobox",
|
|
214
|
-
"type": "any",
|
|
215
|
-
"memberType": "property",
|
|
216
|
-
"memberTags": [
|
|
217
|
-
"readonly"
|
|
218
|
-
],
|
|
219
|
-
"description": "The combobox that the input belongs to.",
|
|
220
|
-
"jsdocTags": []
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "value",
|
|
224
|
-
"type": "any",
|
|
225
|
-
"memberType": "property",
|
|
226
|
-
"memberTags": [
|
|
227
|
-
"input",
|
|
228
|
-
"output"
|
|
229
|
-
],
|
|
230
|
-
"description": "The value of the input.",
|
|
231
|
-
"jsdocTags": [],
|
|
232
|
-
"inputAlias": "value",
|
|
233
|
-
"isRequiredInput": false,
|
|
234
|
-
"outputAlias": "valueChange"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"generics": [],
|
|
238
|
-
"description": "An input that is part of a combobox. It is responsible for displaying the\ncurrent value and handling user input for filtering and selection.\n\nThis directive should be applied to an `<input>` element within an `ngCombobox`\ncontainer. It automatically handles keyboard interactions, such as opening the\npopup and navigating through the options.\n\n```html\n<input\n ngComboboxInput\n placeholder=\"Search...\"\n [(value)]=\"searchString\"\n/>\n```",
|
|
239
|
-
"jsdocTags": [
|
|
240
|
-
{
|
|
241
|
-
"name": "developerPreview",
|
|
242
|
-
"comment": "21.0"
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"rawComment": "/**\n * An input that is part of a combobox. It is responsible for displaying the\n * current value and handling user input for filtering and selection.\n *\n * This directive should be applied to an `<input>` element within an `ngCombobox`\n * container. It automatically handles keyboard interactions, such as opening the\n * popup and navigating through the options.\n *\n * ```html\n * <input\n * ngComboboxInput\n * placeholder=\"Search...\"\n * [(value)]=\"searchString\"\n * />\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
246
|
-
"implements": [],
|
|
247
|
-
"isStandalone": true,
|
|
248
|
-
"selector": "input[ngComboboxInput]",
|
|
249
|
-
"exportAs": [
|
|
250
|
-
"ngComboboxInput"
|
|
251
|
-
],
|
|
252
|
-
"source": {
|
|
253
|
-
"filePath": "src/aria/combobox/combobox.ts",
|
|
254
|
-
"startLine": 196,
|
|
255
|
-
"endLine": 242
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "ComboboxPopupContainer",
|
|
260
|
-
"isAbstract": false,
|
|
261
|
-
"entryType": "undecorated_class",
|
|
262
|
-
"members": [],
|
|
263
|
-
"generics": [],
|
|
264
|
-
"description": "A structural directive that marks the `ng-template` to be used as the popup\nfor a combobox. This content is conditionally rendered.\n\nThe content of the popup can be a `ngListbox`, `ngTree`, or `role=\"dialog\"`, allowing for\nflexible and complex combobox implementations. The consumer is responsible for\nimplementing the filtering logic based on the `ngComboboxInput`'s value.\n\n```html\n<ng-template ngComboboxPopupContainer>\n <div ngListbox [(value)]=\"selectedValue\">\n <!-- ... options ... -->\n </div>\n</ng-template>\n```\n\nWhen using CdkOverlay, this directive can be replaced by `cdkConnectedOverlay`.\n\n```html\n<ng-template\n [cdkConnectedOverlay]=\"{origin: inputElement, usePopover: 'inline' matchWidth: true}\"\n [cdkConnectedOverlayOpen]=\"combobox.expanded()\">\n <div ngListbox [(value)]=\"selectedValue\">\n <!-- ... options ... -->\n </div>\n</ng-template>\n```",
|
|
265
|
-
"jsdocTags": [
|
|
266
|
-
{
|
|
267
|
-
"name": "developerPreview",
|
|
268
|
-
"comment": "21.0"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"rawComment": "/**\n * A structural directive that marks the `ng-template` to be used as the popup\n * for a combobox. This content is conditionally rendered.\n *\n * The content of the popup can be a `ngListbox`, `ngTree`, or `role=\"dialog\"`, allowing for\n * flexible and complex combobox implementations. The consumer is responsible for\n * implementing the filtering logic based on the `ngComboboxInput`'s value.\n *\n * ```html\n * <ng-template ngComboboxPopupContainer>\n * <div ngListbox [(value)]=\"selectedValue\">\n * <!-- ... options ... -->\n * </div>\n * </ng-template>\n * ```\n *\n * When using CdkOverlay, this directive can be replaced by `cdkConnectedOverlay`.\n *\n * ```html\n * <ng-template\n * [cdkConnectedOverlay]=\"{origin: inputElement, usePopover: 'inline' matchWidth: true}\"\n * [cdkConnectedOverlayOpen]=\"combobox.expanded()\">\n * <div ngListbox [(value)]=\"selectedValue\">\n * <!-- ... options ... -->\n * </div>\n * </ng-template>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
272
|
-
"implements": [],
|
|
273
|
-
"source": {
|
|
274
|
-
"filePath": "src/aria/combobox/combobox.ts",
|
|
275
|
-
"startLine": 274,
|
|
276
|
-
"endLine": 279
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"name": "ComboboxPopup",
|
|
281
|
-
"isAbstract": false,
|
|
282
|
-
"entryType": "directive",
|
|
283
|
-
"members": [
|
|
284
|
-
{
|
|
285
|
-
"name": "combobox",
|
|
286
|
-
"type": "any",
|
|
287
|
-
"memberType": "property",
|
|
288
|
-
"memberTags": [
|
|
289
|
-
"readonly"
|
|
290
|
-
],
|
|
291
|
-
"description": "The combobox that the popup belongs to.",
|
|
292
|
-
"jsdocTags": []
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"generics": [
|
|
296
|
-
{
|
|
297
|
-
"name": "V"
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"description": "Identifies an element as a popup for an `ngCombobox`.\n\nThis directive acts as a bridge, allowing the `ngCombobox` to discover and interact\nwith the underlying control (e.g., `ngListbox`, `ngTree`, or `ngComboboxDialog`) that\nmanages the options. It's primarily used as a host directive and is responsible for\nexposing the popup's control pattern to the parent combobox.",
|
|
301
|
-
"jsdocTags": [
|
|
302
|
-
{
|
|
303
|
-
"name": "developerPreview",
|
|
304
|
-
"comment": "21.0"
|
|
305
|
-
}
|
|
306
|
-
],
|
|
307
|
-
"rawComment": "/**\n * Identifies an element as a popup for an `ngCombobox`.\n *\n * This directive acts as a bridge, allowing the `ngCombobox` to discover and interact\n * with the underlying control (e.g., `ngListbox`, `ngTree`, or `ngComboboxDialog`) that\n * manages the options. It's primarily used as a host directive and is responsible for\n * exposing the popup's control pattern to the parent combobox.\n *\n * @developerPreview 21.0\n */",
|
|
308
|
-
"implements": [],
|
|
309
|
-
"isStandalone": true,
|
|
310
|
-
"selector": "[ngComboboxPopup]",
|
|
311
|
-
"exportAs": [
|
|
312
|
-
"ngComboboxPopup"
|
|
313
|
-
],
|
|
314
|
-
"source": {
|
|
315
|
-
"filePath": "src/aria/combobox/combobox.ts",
|
|
316
|
-
"startLine": 291,
|
|
317
|
-
"endLine": 306
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "ComboboxDialog",
|
|
322
|
-
"isAbstract": false,
|
|
323
|
-
"entryType": "directive",
|
|
324
|
-
"members": [
|
|
325
|
-
{
|
|
326
|
-
"name": "element",
|
|
327
|
-
"type": "HTMLElement",
|
|
328
|
-
"memberType": "property",
|
|
329
|
-
"memberTags": [
|
|
330
|
-
"readonly"
|
|
331
|
-
],
|
|
332
|
-
"description": "A reference to the dialog element.",
|
|
333
|
-
"jsdocTags": []
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"name": "combobox",
|
|
337
|
-
"type": "any",
|
|
338
|
-
"memberType": "property",
|
|
339
|
-
"memberTags": [
|
|
340
|
-
"readonly"
|
|
341
|
-
],
|
|
342
|
-
"description": "The combobox that the dialog belongs to.",
|
|
343
|
-
"jsdocTags": []
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"name": "close",
|
|
347
|
-
"signatures": [
|
|
348
|
-
{
|
|
349
|
-
"name": "close",
|
|
350
|
-
"entryType": "function",
|
|
351
|
-
"description": "",
|
|
352
|
-
"generics": [],
|
|
353
|
-
"isNewType": false,
|
|
354
|
-
"jsdocTags": [],
|
|
355
|
-
"params": [],
|
|
356
|
-
"rawComment": "",
|
|
357
|
-
"returnType": "void"
|
|
358
|
-
}
|
|
359
|
-
],
|
|
360
|
-
"implementation": {
|
|
361
|
-
"params": [],
|
|
362
|
-
"isNewType": false,
|
|
363
|
-
"returnType": "void",
|
|
364
|
-
"generics": [],
|
|
365
|
-
"name": "close",
|
|
366
|
-
"description": "",
|
|
367
|
-
"entryType": "function",
|
|
368
|
-
"jsdocTags": [],
|
|
369
|
-
"rawComment": ""
|
|
370
|
-
},
|
|
371
|
-
"entryType": "function",
|
|
372
|
-
"description": "",
|
|
373
|
-
"jsdocTags": [],
|
|
374
|
-
"rawComment": "",
|
|
375
|
-
"memberType": "method",
|
|
376
|
-
"memberTags": []
|
|
377
|
-
}
|
|
378
|
-
],
|
|
379
|
-
"generics": [],
|
|
380
|
-
"description": "Integrates a native `<dialog>` element with the combobox, allowing for\na modal or non-modal popup experience. It handles the opening and closing of the dialog\nbased on the combobox's expanded state.\n\n```html\n<ng-template ngComboboxPopupContainer>\n <dialog ngComboboxDialog class=\"example-dialog\">\n <!-- ... dialog content ... -->\n </dialog>\n</ng-template>\n```",
|
|
381
|
-
"jsdocTags": [
|
|
382
|
-
{
|
|
383
|
-
"name": "developerPreview",
|
|
384
|
-
"comment": "21.0"
|
|
385
|
-
}
|
|
386
|
-
],
|
|
387
|
-
"rawComment": "/**\n * Integrates a native `<dialog>` element with the combobox, allowing for\n * a modal or non-modal popup experience. It handles the opening and closing of the dialog\n * based on the combobox's expanded state.\n *\n * ```html\n * <ng-template ngComboboxPopupContainer>\n * <dialog ngComboboxDialog class=\"example-dialog\">\n * <!-- ... dialog content ... -->\n * </dialog>\n * </ng-template>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
388
|
-
"implements": [],
|
|
389
|
-
"isStandalone": true,
|
|
390
|
-
"selector": "dialog[ngComboboxDialog]",
|
|
391
|
-
"exportAs": [
|
|
392
|
-
"ngComboboxDialog"
|
|
393
|
-
],
|
|
394
|
-
"source": {
|
|
395
|
-
"filePath": "src/aria/combobox/combobox.ts",
|
|
396
|
-
"startLine": 323,
|
|
397
|
-
"endLine": 373
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"symbols": [
|
|
402
|
-
[
|
|
403
|
-
"afterRenderEffect",
|
|
404
|
-
"@angular/core"
|
|
405
|
-
],
|
|
406
|
-
[
|
|
407
|
-
"booleanAttribute",
|
|
408
|
-
"@angular/core"
|
|
409
|
-
],
|
|
410
|
-
[
|
|
411
|
-
"computed",
|
|
412
|
-
"@angular/core"
|
|
413
|
-
],
|
|
414
|
-
[
|
|
415
|
-
"contentChild",
|
|
416
|
-
"@angular/core"
|
|
417
|
-
],
|
|
418
|
-
[
|
|
419
|
-
"Directive",
|
|
420
|
-
"@angular/core"
|
|
421
|
-
],
|
|
422
|
-
[
|
|
423
|
-
"ElementRef",
|
|
424
|
-
"@angular/core"
|
|
425
|
-
],
|
|
426
|
-
[
|
|
427
|
-
"forwardRef",
|
|
428
|
-
"@angular/core"
|
|
429
|
-
],
|
|
430
|
-
[
|
|
431
|
-
"inject",
|
|
432
|
-
"@angular/core"
|
|
433
|
-
],
|
|
434
|
-
[
|
|
435
|
-
"input",
|
|
436
|
-
"@angular/core"
|
|
437
|
-
],
|
|
438
|
-
[
|
|
439
|
-
"model",
|
|
440
|
-
"@angular/core"
|
|
441
|
-
],
|
|
442
|
-
[
|
|
443
|
-
"signal",
|
|
444
|
-
"@angular/core"
|
|
445
|
-
],
|
|
446
|
-
[
|
|
447
|
-
"untracked",
|
|
448
|
-
"@angular/core"
|
|
449
|
-
],
|
|
450
|
-
[
|
|
451
|
-
"WritableSignal",
|
|
452
|
-
"@angular/core"
|
|
453
|
-
],
|
|
454
|
-
[
|
|
455
|
-
"DeferredContent",
|
|
456
|
-
"@angular/aria/private"
|
|
457
|
-
],
|
|
458
|
-
[
|
|
459
|
-
"DeferredContentAware",
|
|
460
|
-
"@angular/aria/private"
|
|
461
|
-
],
|
|
462
|
-
[
|
|
463
|
-
"ComboboxPattern",
|
|
464
|
-
"@angular/aria/private"
|
|
465
|
-
],
|
|
466
|
-
[
|
|
467
|
-
"ComboboxListboxControls",
|
|
468
|
-
"@angular/aria/private"
|
|
469
|
-
],
|
|
470
|
-
[
|
|
471
|
-
"ComboboxTreeControls",
|
|
472
|
-
"@angular/aria/private"
|
|
473
|
-
],
|
|
474
|
-
[
|
|
475
|
-
"ComboboxDialogPattern",
|
|
476
|
-
"@angular/aria/private"
|
|
477
|
-
],
|
|
478
|
-
[
|
|
479
|
-
"Directionality",
|
|
480
|
-
"@angular/cdk/bidi"
|
|
481
|
-
],
|
|
482
|
-
[
|
|
483
|
-
"toSignal",
|
|
484
|
-
"@angular/core/rxjs-interop"
|
|
485
|
-
],
|
|
486
|
-
[
|
|
487
|
-
"Combobox",
|
|
488
|
-
"@angular/aria/combobox"
|
|
489
|
-
],
|
|
490
|
-
[
|
|
491
|
-
"ComboboxInput",
|
|
492
|
-
"@angular/aria/combobox"
|
|
493
|
-
],
|
|
494
|
-
[
|
|
495
|
-
"ComboboxPopupContainer",
|
|
496
|
-
"@angular/aria/combobox"
|
|
497
|
-
],
|
|
498
|
-
[
|
|
499
|
-
"ComboboxPopup",
|
|
500
|
-
"@angular/aria/combobox"
|
|
501
|
-
],
|
|
502
|
-
[
|
|
503
|
-
"ComboboxDialog",
|
|
504
|
-
"@angular/aria/combobox"
|
|
505
|
-
],
|
|
506
|
-
[
|
|
507
|
-
"Combobox",
|
|
508
|
-
"@angular/aria/combobox"
|
|
509
|
-
],
|
|
510
|
-
[
|
|
511
|
-
"Combobox.textDirection",
|
|
512
|
-
"@angular/aria/combobox"
|
|
513
|
-
],
|
|
514
|
-
[
|
|
515
|
-
"Combobox.element",
|
|
516
|
-
"@angular/aria/combobox"
|
|
517
|
-
],
|
|
518
|
-
[
|
|
519
|
-
"Combobox.popup",
|
|
520
|
-
"@angular/aria/combobox"
|
|
521
|
-
],
|
|
522
|
-
[
|
|
523
|
-
"Combobox.filterMode",
|
|
524
|
-
"@angular/aria/combobox"
|
|
525
|
-
],
|
|
526
|
-
[
|
|
527
|
-
"Combobox.disabled",
|
|
528
|
-
"@angular/aria/combobox"
|
|
529
|
-
],
|
|
530
|
-
[
|
|
531
|
-
"Combobox.readonly",
|
|
532
|
-
"@angular/aria/combobox"
|
|
533
|
-
],
|
|
534
|
-
[
|
|
535
|
-
"Combobox.firstMatch",
|
|
536
|
-
"@angular/aria/combobox"
|
|
537
|
-
],
|
|
538
|
-
[
|
|
539
|
-
"Combobox.expanded",
|
|
540
|
-
"@angular/aria/combobox"
|
|
541
|
-
],
|
|
542
|
-
[
|
|
543
|
-
"Combobox.alwaysExpanded",
|
|
544
|
-
"@angular/aria/combobox"
|
|
545
|
-
],
|
|
546
|
-
[
|
|
547
|
-
"Combobox.inputElement",
|
|
548
|
-
"@angular/aria/combobox"
|
|
549
|
-
],
|
|
550
|
-
[
|
|
551
|
-
"Combobox.open",
|
|
552
|
-
"@angular/aria/combobox"
|
|
553
|
-
],
|
|
554
|
-
[
|
|
555
|
-
"Combobox.close",
|
|
556
|
-
"@angular/aria/combobox"
|
|
557
|
-
],
|
|
558
|
-
[
|
|
559
|
-
"ComboboxInput",
|
|
560
|
-
"@angular/aria/combobox"
|
|
561
|
-
],
|
|
562
|
-
[
|
|
563
|
-
"ComboboxInput.element",
|
|
564
|
-
"@angular/aria/combobox"
|
|
565
|
-
],
|
|
566
|
-
[
|
|
567
|
-
"ComboboxInput.combobox",
|
|
568
|
-
"@angular/aria/combobox"
|
|
569
|
-
],
|
|
570
|
-
[
|
|
571
|
-
"ComboboxInput.value",
|
|
572
|
-
"@angular/aria/combobox"
|
|
573
|
-
],
|
|
574
|
-
[
|
|
575
|
-
"ComboboxPopupContainer",
|
|
576
|
-
"@angular/aria/combobox"
|
|
577
|
-
],
|
|
578
|
-
[
|
|
579
|
-
"ComboboxPopup",
|
|
580
|
-
"@angular/aria/combobox"
|
|
581
|
-
],
|
|
582
|
-
[
|
|
583
|
-
"ComboboxPopup.combobox",
|
|
584
|
-
"@angular/aria/combobox"
|
|
585
|
-
],
|
|
586
|
-
[
|
|
587
|
-
"ComboboxDialog",
|
|
588
|
-
"@angular/aria/combobox"
|
|
589
|
-
],
|
|
590
|
-
[
|
|
591
|
-
"ComboboxDialog.element",
|
|
592
|
-
"@angular/aria/combobox"
|
|
593
|
-
],
|
|
594
|
-
[
|
|
595
|
-
"ComboboxDialog.combobox",
|
|
596
|
-
"@angular/aria/combobox"
|
|
597
|
-
],
|
|
598
|
-
[
|
|
599
|
-
"ComboboxDialog.close",
|
|
600
|
-
"@angular/aria/combobox"
|
|
601
|
-
]
|
|
602
|
-
]
|
|
603
|
-
}
|