@angular/aria 21.0.3 → 21.1.0-next.1
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/_adev_assets/aria-accordion.json +743 -0
- package/_adev_assets/aria-combobox.json +603 -0
- package/_adev_assets/aria-grid.json +893 -0
- package/_adev_assets/aria-listbox.json +540 -0
- package/_adev_assets/aria-menu.json +1049 -0
- package/_adev_assets/aria-tabs.json +880 -0
- package/_adev_assets/aria-toolbar.json +545 -0
- package/_adev_assets/aria-tree.json +853 -0
- package/fesm2022/_widget-chunk.mjs +246 -4
- package/fesm2022/_widget-chunk.mjs.map +1 -1
- package/fesm2022/accordion.mjs +4 -17
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/aria.mjs +1 -1
- package/fesm2022/aria.mjs.map +1 -1
- package/fesm2022/combobox.mjs +120 -96
- package/fesm2022/combobox.mjs.map +1 -1
- package/fesm2022/grid.mjs +201 -225
- package/fesm2022/grid.mjs.map +1 -1
- package/fesm2022/listbox.mjs +161 -173
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +238 -256
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/private.mjs +932 -7
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/tabs.mjs +168 -182
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +3 -15
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tree.mjs +2 -4
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +3 -3
- package/types/_grid-chunk.d.ts +210 -3
- package/types/accordion.d.ts +49 -52
- package/types/combobox.d.ts +111 -25
- package/types/grid.d.ts +32 -37
- package/types/listbox.d.ts +5 -8
- package/types/menu.d.ts +113 -113
- package/types/private.d.ts +498 -10
- package/types/tabs.d.ts +84 -89
- package/types/toolbar.d.ts +66 -69
- package/types/tree.d.ts +103 -106
- package/fesm2022/_combobox-chunk.mjs +0 -425
- package/fesm2022/_combobox-chunk.mjs.map +0 -1
- package/fesm2022/_combobox-listbox-chunk.mjs +0 -522
- package/fesm2022/_combobox-listbox-chunk.mjs.map +0 -1
- package/fesm2022/_combobox-popup-chunk.mjs +0 -46
- package/fesm2022/_combobox-popup-chunk.mjs.map +0 -1
- package/fesm2022/_list-navigation-chunk.mjs +0 -116
- package/fesm2022/_list-navigation-chunk.mjs.map +0 -1
- package/fesm2022/_pointer-event-manager-chunk.mjs +0 -134
- package/fesm2022/_pointer-event-manager-chunk.mjs.map +0 -1
- package/types/_combobox-chunk.d.ts +0 -98
- package/types/_combobox-chunk.d2.ts +0 -193
- package/types/_list-chunk.d.ts +0 -212
- package/types/_list-navigation-chunk.d.ts +0 -212
- package/types/_listbox-chunk.d.ts +0 -106
|
@@ -0,0 +1,1049 @@
|
|
|
1
|
+
{
|
|
2
|
+
"repo": "angular/components",
|
|
3
|
+
"moduleLabel": "@angular/aria/menu",
|
|
4
|
+
"moduleName": "@angular/aria/menu",
|
|
5
|
+
"normalizedModuleName": "angular_aria_menu",
|
|
6
|
+
"entries": [
|
|
7
|
+
{
|
|
8
|
+
"name": "MenuTrigger",
|
|
9
|
+
"isAbstract": false,
|
|
10
|
+
"entryType": "directive",
|
|
11
|
+
"members": [
|
|
12
|
+
{
|
|
13
|
+
"name": "element",
|
|
14
|
+
"type": "HTMLElement",
|
|
15
|
+
"memberType": "property",
|
|
16
|
+
"memberTags": [
|
|
17
|
+
"readonly"
|
|
18
|
+
],
|
|
19
|
+
"description": "A reference to the host element.",
|
|
20
|
+
"jsdocTags": []
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "textDirection",
|
|
24
|
+
"type": "any",
|
|
25
|
+
"memberType": "property",
|
|
26
|
+
"memberTags": [
|
|
27
|
+
"readonly"
|
|
28
|
+
],
|
|
29
|
+
"description": "The directionality (LTR / RTL) context for the application (or a subtree of it).",
|
|
30
|
+
"jsdocTags": []
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "menu",
|
|
34
|
+
"type": "any",
|
|
35
|
+
"memberType": "property",
|
|
36
|
+
"memberTags": [
|
|
37
|
+
"input"
|
|
38
|
+
],
|
|
39
|
+
"description": "The menu associated with the trigger.",
|
|
40
|
+
"jsdocTags": [],
|
|
41
|
+
"inputAlias": "menu",
|
|
42
|
+
"isRequiredInput": false
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "expanded",
|
|
46
|
+
"type": "any",
|
|
47
|
+
"memberType": "property",
|
|
48
|
+
"memberTags": [
|
|
49
|
+
"readonly"
|
|
50
|
+
],
|
|
51
|
+
"description": "Whether the menu is expanded.",
|
|
52
|
+
"jsdocTags": []
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "hasPopup",
|
|
56
|
+
"type": "any",
|
|
57
|
+
"memberType": "property",
|
|
58
|
+
"memberTags": [
|
|
59
|
+
"readonly"
|
|
60
|
+
],
|
|
61
|
+
"description": "Whether the menu trigger has a popup.",
|
|
62
|
+
"jsdocTags": []
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "disabled",
|
|
66
|
+
"type": "any",
|
|
67
|
+
"memberType": "property",
|
|
68
|
+
"memberTags": [
|
|
69
|
+
"readonly",
|
|
70
|
+
"input"
|
|
71
|
+
],
|
|
72
|
+
"description": "Whether the menu trigger is disabled.",
|
|
73
|
+
"jsdocTags": [],
|
|
74
|
+
"inputAlias": "disabled",
|
|
75
|
+
"isRequiredInput": false
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "softDisabled",
|
|
79
|
+
"type": "any",
|
|
80
|
+
"memberType": "property",
|
|
81
|
+
"memberTags": [
|
|
82
|
+
"readonly",
|
|
83
|
+
"input"
|
|
84
|
+
],
|
|
85
|
+
"description": "Whether the menu trigger is soft disabled.",
|
|
86
|
+
"jsdocTags": [],
|
|
87
|
+
"inputAlias": "softDisabled",
|
|
88
|
+
"isRequiredInput": false
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "open",
|
|
92
|
+
"signatures": [
|
|
93
|
+
{
|
|
94
|
+
"name": "open",
|
|
95
|
+
"entryType": "function",
|
|
96
|
+
"description": "Opens the menu focusing on the first menu item.",
|
|
97
|
+
"generics": [],
|
|
98
|
+
"isNewType": false,
|
|
99
|
+
"jsdocTags": [],
|
|
100
|
+
"params": [],
|
|
101
|
+
"rawComment": "/** Opens the menu focusing on the first menu item. */",
|
|
102
|
+
"returnType": "void"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"implementation": {
|
|
106
|
+
"params": [],
|
|
107
|
+
"isNewType": false,
|
|
108
|
+
"returnType": "void",
|
|
109
|
+
"generics": [],
|
|
110
|
+
"name": "open",
|
|
111
|
+
"description": "Opens the menu focusing on the first menu item.",
|
|
112
|
+
"entryType": "function",
|
|
113
|
+
"jsdocTags": [],
|
|
114
|
+
"rawComment": "/** Opens the menu focusing on the first menu item. */"
|
|
115
|
+
},
|
|
116
|
+
"entryType": "function",
|
|
117
|
+
"description": "Opens the menu focusing on the first menu item.",
|
|
118
|
+
"jsdocTags": [],
|
|
119
|
+
"rawComment": "/** Opens the menu focusing on the first menu item. */",
|
|
120
|
+
"memberType": "method",
|
|
121
|
+
"memberTags": []
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "close",
|
|
125
|
+
"signatures": [
|
|
126
|
+
{
|
|
127
|
+
"name": "close",
|
|
128
|
+
"entryType": "function",
|
|
129
|
+
"description": "Closes the menu.",
|
|
130
|
+
"generics": [],
|
|
131
|
+
"isNewType": false,
|
|
132
|
+
"jsdocTags": [],
|
|
133
|
+
"params": [],
|
|
134
|
+
"rawComment": "/** Closes the menu. */",
|
|
135
|
+
"returnType": "void"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"implementation": {
|
|
139
|
+
"params": [],
|
|
140
|
+
"isNewType": false,
|
|
141
|
+
"returnType": "void",
|
|
142
|
+
"generics": [],
|
|
143
|
+
"name": "close",
|
|
144
|
+
"description": "Closes the menu.",
|
|
145
|
+
"entryType": "function",
|
|
146
|
+
"jsdocTags": [],
|
|
147
|
+
"rawComment": "/** Closes the menu. */"
|
|
148
|
+
},
|
|
149
|
+
"entryType": "function",
|
|
150
|
+
"description": "Closes the menu.",
|
|
151
|
+
"jsdocTags": [],
|
|
152
|
+
"rawComment": "/** Closes the menu. */",
|
|
153
|
+
"memberType": "method",
|
|
154
|
+
"memberTags": []
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"generics": [
|
|
158
|
+
{
|
|
159
|
+
"name": "V"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"description": "A trigger for a menu.\n\nThe `ngMenuTrigger` directive is used to open and close menus. It can be applied to\nany interactive element (e.g., a button) to associate it with a `ngMenu` instance.\nIt also supports linking to sub-menus when applied to a `ngMenuItem`.\n\n```html\n<button ngMenuTrigger [menu]=\"myMenu\">Open Menu</button>\n\n<div ngMenu #myMenu=\"ngMenu\">\n <div ngMenuItem>Item 1</div>\n <div ngMenuItem>Item 2</div>\n</div>\n```",
|
|
163
|
+
"jsdocTags": [
|
|
164
|
+
{
|
|
165
|
+
"name": "developerPreview",
|
|
166
|
+
"comment": "21.0"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"rawComment": "/**\n * A trigger for a menu.\n *\n * The `ngMenuTrigger` directive is used to open and close menus. It can be applied to\n * any interactive element (e.g., a button) to associate it with a `ngMenu` instance.\n * It also supports linking to sub-menus when applied to a `ngMenuItem`.\n *\n * ```html\n * <button ngMenuTrigger [menu]=\"myMenu\">Open Menu</button>\n *\n * <div ngMenu #myMenu=\"ngMenu\">\n * <div ngMenuItem>Item 1</div>\n * <div ngMenuItem>Item 2</div>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
170
|
+
"implements": [],
|
|
171
|
+
"isStandalone": true,
|
|
172
|
+
"selector": "button[ngMenuTrigger]",
|
|
173
|
+
"exportAs": [
|
|
174
|
+
"ngMenuTrigger"
|
|
175
|
+
],
|
|
176
|
+
"source": {
|
|
177
|
+
"filePath": "/src/aria/menu/menu.ts",
|
|
178
|
+
"startLine": 55,
|
|
179
|
+
"endLine": 117
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "Menu",
|
|
184
|
+
"isAbstract": false,
|
|
185
|
+
"entryType": "undecorated_class",
|
|
186
|
+
"members": [
|
|
187
|
+
{
|
|
188
|
+
"name": "element",
|
|
189
|
+
"type": "HTMLElement",
|
|
190
|
+
"memberType": "property",
|
|
191
|
+
"memberTags": [
|
|
192
|
+
"readonly"
|
|
193
|
+
],
|
|
194
|
+
"description": "A reference to the host element.",
|
|
195
|
+
"jsdocTags": []
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "textDirection",
|
|
199
|
+
"type": "any",
|
|
200
|
+
"memberType": "property",
|
|
201
|
+
"memberTags": [
|
|
202
|
+
"readonly"
|
|
203
|
+
],
|
|
204
|
+
"description": "The directionality (LTR / RTL) context for the application (or a subtree of it).",
|
|
205
|
+
"jsdocTags": []
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "id",
|
|
209
|
+
"type": "any",
|
|
210
|
+
"memberType": "property",
|
|
211
|
+
"memberTags": [
|
|
212
|
+
"readonly"
|
|
213
|
+
],
|
|
214
|
+
"description": "The unique ID of the menu.",
|
|
215
|
+
"jsdocTags": []
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "wrap",
|
|
219
|
+
"type": "any",
|
|
220
|
+
"memberType": "property",
|
|
221
|
+
"memberTags": [
|
|
222
|
+
"readonly"
|
|
223
|
+
],
|
|
224
|
+
"description": "Whether the menu should wrap its items.",
|
|
225
|
+
"jsdocTags": []
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "typeaheadDelay",
|
|
229
|
+
"type": "any",
|
|
230
|
+
"memberType": "property",
|
|
231
|
+
"memberTags": [
|
|
232
|
+
"readonly"
|
|
233
|
+
],
|
|
234
|
+
"description": "The delay in milliseconds before the typeahead buffer is cleared.",
|
|
235
|
+
"jsdocTags": []
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "disabled",
|
|
239
|
+
"type": "any",
|
|
240
|
+
"memberType": "property",
|
|
241
|
+
"memberTags": [
|
|
242
|
+
"readonly"
|
|
243
|
+
],
|
|
244
|
+
"description": "Whether the menu is disabled.",
|
|
245
|
+
"jsdocTags": []
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "parent",
|
|
249
|
+
"type": "any",
|
|
250
|
+
"memberType": "property",
|
|
251
|
+
"memberTags": [
|
|
252
|
+
"readonly"
|
|
253
|
+
],
|
|
254
|
+
"description": "A reference to the parent menu item or menu trigger.",
|
|
255
|
+
"jsdocTags": []
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "visible",
|
|
259
|
+
"type": "any",
|
|
260
|
+
"memberType": "property",
|
|
261
|
+
"memberTags": [
|
|
262
|
+
"readonly"
|
|
263
|
+
],
|
|
264
|
+
"description": "Whether the menu is visible.",
|
|
265
|
+
"jsdocTags": []
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "tabIndex",
|
|
269
|
+
"type": "any",
|
|
270
|
+
"memberType": "property",
|
|
271
|
+
"memberTags": [
|
|
272
|
+
"readonly"
|
|
273
|
+
],
|
|
274
|
+
"description": "The tab index of the menu.",
|
|
275
|
+
"jsdocTags": []
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "onSelect",
|
|
279
|
+
"type": "any",
|
|
280
|
+
"memberType": "property",
|
|
281
|
+
"memberTags": [],
|
|
282
|
+
"description": "A callback function triggered when a menu item is selected.",
|
|
283
|
+
"jsdocTags": []
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "expansionDelay",
|
|
287
|
+
"type": "any",
|
|
288
|
+
"memberType": "property",
|
|
289
|
+
"memberTags": [
|
|
290
|
+
"readonly"
|
|
291
|
+
],
|
|
292
|
+
"description": "The delay in milliseconds before expanding sub-menus on hover.",
|
|
293
|
+
"jsdocTags": []
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "close",
|
|
297
|
+
"signatures": [
|
|
298
|
+
{
|
|
299
|
+
"name": "close",
|
|
300
|
+
"entryType": "function",
|
|
301
|
+
"description": "Closes the menu.",
|
|
302
|
+
"generics": [],
|
|
303
|
+
"isNewType": false,
|
|
304
|
+
"jsdocTags": [],
|
|
305
|
+
"params": [],
|
|
306
|
+
"rawComment": "/** Closes the menu. */",
|
|
307
|
+
"returnType": "void"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"implementation": {
|
|
311
|
+
"params": [],
|
|
312
|
+
"isNewType": false,
|
|
313
|
+
"returnType": "void",
|
|
314
|
+
"generics": [],
|
|
315
|
+
"name": "close",
|
|
316
|
+
"description": "Closes the menu.",
|
|
317
|
+
"entryType": "function",
|
|
318
|
+
"jsdocTags": [],
|
|
319
|
+
"rawComment": "/** Closes the menu. */"
|
|
320
|
+
},
|
|
321
|
+
"entryType": "function",
|
|
322
|
+
"description": "Closes the menu.",
|
|
323
|
+
"jsdocTags": [],
|
|
324
|
+
"rawComment": "/** Closes the menu. */",
|
|
325
|
+
"memberType": "method",
|
|
326
|
+
"memberTags": []
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"generics": [
|
|
330
|
+
{
|
|
331
|
+
"name": "V"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"description": "A list of menu items.\n\nA `ngMenu` is used to offer a list of menu item choices to users. Menus can be nested\nwithin other menus to create sub-menus. It works in conjunction with `ngMenuTrigger`\nand `ngMenuItem` directives.\n\n```html\n<button ngMenuTrigger [menu]=\"myMenu\">Options</button>\n\n<div ngMenu #myMenu=\"ngMenu\">\n <div ngMenuItem>Star</div>\n <div ngMenuItem>Edit</div>\n <div ngMenuItem [submenu]=\"subMenu\">More</div>\n</div>\n\n<div ngMenu #subMenu=\"ngMenu\">\n <div ngMenuItem>Sub Item 1</div>\n <div ngMenuItem>Sub Item 2</div>\n</div>\n```",
|
|
335
|
+
"jsdocTags": [
|
|
336
|
+
{
|
|
337
|
+
"name": "developerPreview",
|
|
338
|
+
"comment": "21.0"
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"rawComment": "/**\n * A list of menu items.\n *\n * A `ngMenu` is used to offer a list of menu item choices to users. Menus can be nested\n * within other menus to create sub-menus. It works in conjunction with `ngMenuTrigger`\n * and `ngMenuItem` directives.\n *\n * ```html\n * <button ngMenuTrigger [menu]=\"myMenu\">Options</button>\n *\n * <div ngMenu #myMenu=\"ngMenu\">\n * <div ngMenuItem>Star</div>\n * <div ngMenuItem>Edit</div>\n * <div ngMenuItem [submenu]=\"subMenu\">More</div>\n * </div>\n *\n * <div ngMenu #subMenu=\"ngMenu\">\n * <div ngMenuItem>Sub Item 1</div>\n * <div ngMenuItem>Sub Item 2</div>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
342
|
+
"implements": [],
|
|
343
|
+
"source": {
|
|
344
|
+
"filePath": "/src/aria/menu/menu.ts",
|
|
345
|
+
"startLine": 143,
|
|
346
|
+
"endLine": 278
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "MenuBar",
|
|
351
|
+
"isAbstract": false,
|
|
352
|
+
"entryType": "directive",
|
|
353
|
+
"members": [
|
|
354
|
+
{
|
|
355
|
+
"name": "element",
|
|
356
|
+
"type": "HTMLElement",
|
|
357
|
+
"memberType": "property",
|
|
358
|
+
"memberTags": [
|
|
359
|
+
"readonly"
|
|
360
|
+
],
|
|
361
|
+
"description": "A reference to the host element.",
|
|
362
|
+
"jsdocTags": []
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "disabled",
|
|
366
|
+
"type": "any",
|
|
367
|
+
"memberType": "property",
|
|
368
|
+
"memberTags": [
|
|
369
|
+
"readonly",
|
|
370
|
+
"input"
|
|
371
|
+
],
|
|
372
|
+
"description": "Whether the menubar is disabled.",
|
|
373
|
+
"jsdocTags": [],
|
|
374
|
+
"inputAlias": "disabled",
|
|
375
|
+
"isRequiredInput": false
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "softDisabled",
|
|
379
|
+
"type": "any",
|
|
380
|
+
"memberType": "property",
|
|
381
|
+
"memberTags": [
|
|
382
|
+
"readonly",
|
|
383
|
+
"input"
|
|
384
|
+
],
|
|
385
|
+
"description": "Whether the menubar is soft disabled.",
|
|
386
|
+
"jsdocTags": [],
|
|
387
|
+
"inputAlias": "softDisabled",
|
|
388
|
+
"isRequiredInput": false
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "textDirection",
|
|
392
|
+
"type": "any",
|
|
393
|
+
"memberType": "property",
|
|
394
|
+
"memberTags": [
|
|
395
|
+
"readonly"
|
|
396
|
+
],
|
|
397
|
+
"description": "The directionality (LTR / RTL) context for the application (or a subtree of it).",
|
|
398
|
+
"jsdocTags": []
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "values",
|
|
402
|
+
"type": "any",
|
|
403
|
+
"memberType": "property",
|
|
404
|
+
"memberTags": [
|
|
405
|
+
"readonly",
|
|
406
|
+
"input",
|
|
407
|
+
"output"
|
|
408
|
+
],
|
|
409
|
+
"description": "The values of the currently selected menu items.",
|
|
410
|
+
"jsdocTags": [],
|
|
411
|
+
"inputAlias": "values",
|
|
412
|
+
"isRequiredInput": false,
|
|
413
|
+
"outputAlias": "valuesChange"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "wrap",
|
|
417
|
+
"type": "any",
|
|
418
|
+
"memberType": "property",
|
|
419
|
+
"memberTags": [
|
|
420
|
+
"readonly",
|
|
421
|
+
"input"
|
|
422
|
+
],
|
|
423
|
+
"description": "Whether the menu should wrap its items.",
|
|
424
|
+
"jsdocTags": [],
|
|
425
|
+
"inputAlias": "wrap",
|
|
426
|
+
"isRequiredInput": false
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "typeaheadDelay",
|
|
430
|
+
"type": "any",
|
|
431
|
+
"memberType": "property",
|
|
432
|
+
"memberTags": [
|
|
433
|
+
"readonly",
|
|
434
|
+
"input"
|
|
435
|
+
],
|
|
436
|
+
"description": "The delay in milliseconds before the typeahead buffer is cleared.",
|
|
437
|
+
"jsdocTags": [],
|
|
438
|
+
"inputAlias": "typeaheadDelay",
|
|
439
|
+
"isRequiredInput": false
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"name": "onSelect",
|
|
443
|
+
"type": "any",
|
|
444
|
+
"memberType": "property",
|
|
445
|
+
"memberTags": [
|
|
446
|
+
"output"
|
|
447
|
+
],
|
|
448
|
+
"description": "A callback function triggered when a menu item is selected.",
|
|
449
|
+
"jsdocTags": [],
|
|
450
|
+
"outputAlias": "onSelect"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "close",
|
|
454
|
+
"signatures": [
|
|
455
|
+
{
|
|
456
|
+
"name": "close",
|
|
457
|
+
"entryType": "function",
|
|
458
|
+
"description": "Closes the menubar.",
|
|
459
|
+
"generics": [],
|
|
460
|
+
"isNewType": false,
|
|
461
|
+
"jsdocTags": [],
|
|
462
|
+
"params": [],
|
|
463
|
+
"rawComment": "/** Closes the menubar. */",
|
|
464
|
+
"returnType": "void"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"implementation": {
|
|
468
|
+
"params": [],
|
|
469
|
+
"isNewType": false,
|
|
470
|
+
"returnType": "void",
|
|
471
|
+
"generics": [],
|
|
472
|
+
"name": "close",
|
|
473
|
+
"description": "Closes the menubar.",
|
|
474
|
+
"entryType": "function",
|
|
475
|
+
"jsdocTags": [],
|
|
476
|
+
"rawComment": "/** Closes the menubar. */"
|
|
477
|
+
},
|
|
478
|
+
"entryType": "function",
|
|
479
|
+
"description": "Closes the menubar.",
|
|
480
|
+
"jsdocTags": [],
|
|
481
|
+
"rawComment": "/** Closes the menubar. */",
|
|
482
|
+
"memberType": "method",
|
|
483
|
+
"memberTags": []
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"generics": [
|
|
487
|
+
{
|
|
488
|
+
"name": "V"
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"description": "A menu bar of menu items.\n\nLike the `ngMenu`, a `ngMenuBar` is used to offer a list of menu item choices to users.\nHowever, a menubar is used to display a persistent, top-level, always-visible set of\nmenu item choices, typically found at the top of an application window.\n\n```html\n<div ngMenuBar>\n <button ngMenuTrigger [menu]=\"fileMenu\">File</button>\n <button ngMenuTrigger [menu]=\"editMenu\">Edit</button>\n</div>\n\n<div ngMenu #fileMenu=\"ngMenu\">\n <div ngMenuItem>New</div>\n <div ngMenuItem>Open</div>\n</div>\n\n<div ngMenu #editMenu=\"ngMenu\">\n <div ngMenuItem>Cut</div>\n <div ngMenuItem>Copy</div>\n</div>\n```",
|
|
492
|
+
"jsdocTags": [
|
|
493
|
+
{
|
|
494
|
+
"name": "developerPreview",
|
|
495
|
+
"comment": "21.0"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"rawComment": "/**\n * A menu bar of menu items.\n *\n * Like the `ngMenu`, a `ngMenuBar` is used to offer a list of menu item choices to users.\n * However, a menubar is used to display a persistent, top-level, always-visible set of\n * menu item choices, typically found at the top of an application window.\n *\n * ```html\n * <div ngMenuBar>\n * <button ngMenuTrigger [menu]=\"fileMenu\">File</button>\n * <button ngMenuTrigger [menu]=\"editMenu\">Edit</button>\n * </div>\n *\n * <div ngMenu #fileMenu=\"ngMenu\">\n * <div ngMenuItem>New</div>\n * <div ngMenuItem>Open</div>\n * </div>\n *\n * <div ngMenu #editMenu=\"ngMenu\">\n * <div ngMenuItem>Cut</div>\n * <div ngMenuItem>Copy</div>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
499
|
+
"implements": [],
|
|
500
|
+
"isStandalone": true,
|
|
501
|
+
"selector": "[ngMenuBar]",
|
|
502
|
+
"exportAs": [
|
|
503
|
+
"ngMenuBar"
|
|
504
|
+
],
|
|
505
|
+
"source": {
|
|
506
|
+
"filePath": "/src/aria/menu/menu.ts",
|
|
507
|
+
"startLine": 306,
|
|
508
|
+
"endLine": 390
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "MenuItem",
|
|
513
|
+
"isAbstract": false,
|
|
514
|
+
"entryType": "directive",
|
|
515
|
+
"members": [
|
|
516
|
+
{
|
|
517
|
+
"name": "element",
|
|
518
|
+
"type": "HTMLElement",
|
|
519
|
+
"memberType": "property",
|
|
520
|
+
"memberTags": [
|
|
521
|
+
"readonly"
|
|
522
|
+
],
|
|
523
|
+
"description": "A reference to the host element.",
|
|
524
|
+
"jsdocTags": []
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "id",
|
|
528
|
+
"type": "any",
|
|
529
|
+
"memberType": "property",
|
|
530
|
+
"memberTags": [
|
|
531
|
+
"readonly",
|
|
532
|
+
"input"
|
|
533
|
+
],
|
|
534
|
+
"description": "The unique ID of the menu item.",
|
|
535
|
+
"jsdocTags": [],
|
|
536
|
+
"inputAlias": "id",
|
|
537
|
+
"isRequiredInput": false
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "value",
|
|
541
|
+
"type": "any",
|
|
542
|
+
"memberType": "property",
|
|
543
|
+
"memberTags": [
|
|
544
|
+
"readonly",
|
|
545
|
+
"input"
|
|
546
|
+
],
|
|
547
|
+
"description": "The value of the menu item.",
|
|
548
|
+
"jsdocTags": [],
|
|
549
|
+
"inputAlias": "value",
|
|
550
|
+
"isRequiredInput": true
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "disabled",
|
|
554
|
+
"type": "any",
|
|
555
|
+
"memberType": "property",
|
|
556
|
+
"memberTags": [
|
|
557
|
+
"readonly",
|
|
558
|
+
"input"
|
|
559
|
+
],
|
|
560
|
+
"description": "Whether the menu item is disabled.",
|
|
561
|
+
"jsdocTags": [],
|
|
562
|
+
"inputAlias": "disabled",
|
|
563
|
+
"isRequiredInput": false
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "searchTerm",
|
|
567
|
+
"type": "any",
|
|
568
|
+
"memberType": "property",
|
|
569
|
+
"memberTags": [
|
|
570
|
+
"readonly",
|
|
571
|
+
"input",
|
|
572
|
+
"output"
|
|
573
|
+
],
|
|
574
|
+
"description": "The search term associated with the menu item.",
|
|
575
|
+
"jsdocTags": [],
|
|
576
|
+
"inputAlias": "searchTerm",
|
|
577
|
+
"isRequiredInput": false,
|
|
578
|
+
"outputAlias": "searchTermChange"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "parent",
|
|
582
|
+
"type": "any",
|
|
583
|
+
"memberType": "property",
|
|
584
|
+
"memberTags": [
|
|
585
|
+
"readonly"
|
|
586
|
+
],
|
|
587
|
+
"description": "A reference to the parent menu or menubar.",
|
|
588
|
+
"jsdocTags": []
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "submenu",
|
|
592
|
+
"type": "any",
|
|
593
|
+
"memberType": "property",
|
|
594
|
+
"memberTags": [
|
|
595
|
+
"readonly",
|
|
596
|
+
"input"
|
|
597
|
+
],
|
|
598
|
+
"description": "The submenu associated with the menu item.",
|
|
599
|
+
"jsdocTags": [],
|
|
600
|
+
"inputAlias": "submenu",
|
|
601
|
+
"isRequiredInput": false
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "active",
|
|
605
|
+
"type": "any",
|
|
606
|
+
"memberType": "property",
|
|
607
|
+
"memberTags": [
|
|
608
|
+
"readonly"
|
|
609
|
+
],
|
|
610
|
+
"description": "Whether the menu item is active.",
|
|
611
|
+
"jsdocTags": []
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "expanded",
|
|
615
|
+
"type": "any",
|
|
616
|
+
"memberType": "property",
|
|
617
|
+
"memberTags": [
|
|
618
|
+
"readonly"
|
|
619
|
+
],
|
|
620
|
+
"description": "Whether the menu is expanded.",
|
|
621
|
+
"jsdocTags": []
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "hasPopup",
|
|
625
|
+
"type": "any",
|
|
626
|
+
"memberType": "property",
|
|
627
|
+
"memberTags": [
|
|
628
|
+
"readonly"
|
|
629
|
+
],
|
|
630
|
+
"description": "Whether the menu item has a popup.",
|
|
631
|
+
"jsdocTags": []
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "open",
|
|
635
|
+
"signatures": [
|
|
636
|
+
{
|
|
637
|
+
"name": "open",
|
|
638
|
+
"entryType": "function",
|
|
639
|
+
"description": "Opens the submenu focusing on the first menu item.",
|
|
640
|
+
"generics": [],
|
|
641
|
+
"isNewType": false,
|
|
642
|
+
"jsdocTags": [],
|
|
643
|
+
"params": [],
|
|
644
|
+
"rawComment": "/** Opens the submenu focusing on the first menu item. */",
|
|
645
|
+
"returnType": "void"
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"implementation": {
|
|
649
|
+
"params": [],
|
|
650
|
+
"isNewType": false,
|
|
651
|
+
"returnType": "void",
|
|
652
|
+
"generics": [],
|
|
653
|
+
"name": "open",
|
|
654
|
+
"description": "Opens the submenu focusing on the first menu item.",
|
|
655
|
+
"entryType": "function",
|
|
656
|
+
"jsdocTags": [],
|
|
657
|
+
"rawComment": "/** Opens the submenu focusing on the first menu item. */"
|
|
658
|
+
},
|
|
659
|
+
"entryType": "function",
|
|
660
|
+
"description": "Opens the submenu focusing on the first menu item.",
|
|
661
|
+
"jsdocTags": [],
|
|
662
|
+
"rawComment": "/** Opens the submenu focusing on the first menu item. */",
|
|
663
|
+
"memberType": "method",
|
|
664
|
+
"memberTags": []
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "close",
|
|
668
|
+
"signatures": [
|
|
669
|
+
{
|
|
670
|
+
"name": "close",
|
|
671
|
+
"entryType": "function",
|
|
672
|
+
"description": "Closes the submenu.",
|
|
673
|
+
"generics": [],
|
|
674
|
+
"isNewType": false,
|
|
675
|
+
"jsdocTags": [],
|
|
676
|
+
"params": [],
|
|
677
|
+
"rawComment": "/** Closes the submenu. */",
|
|
678
|
+
"returnType": "void"
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
"implementation": {
|
|
682
|
+
"params": [],
|
|
683
|
+
"isNewType": false,
|
|
684
|
+
"returnType": "void",
|
|
685
|
+
"generics": [],
|
|
686
|
+
"name": "close",
|
|
687
|
+
"description": "Closes the submenu.",
|
|
688
|
+
"entryType": "function",
|
|
689
|
+
"jsdocTags": [],
|
|
690
|
+
"rawComment": "/** Closes the submenu. */"
|
|
691
|
+
},
|
|
692
|
+
"entryType": "function",
|
|
693
|
+
"description": "Closes the submenu.",
|
|
694
|
+
"jsdocTags": [],
|
|
695
|
+
"rawComment": "/** Closes the submenu. */",
|
|
696
|
+
"memberType": "method",
|
|
697
|
+
"memberTags": []
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"generics": [
|
|
701
|
+
{
|
|
702
|
+
"name": "V"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"description": "An item in a Menu.\n\n`ngMenuItem` directives can be used in `ngMenu` and `ngMenuBar` to represent a choice\nor action a user can take. They can also act as triggers for sub-menus.\n\n```html\n<div ngMenuItem (onSelect)=\"doAction()\">Action Item</div>\n\n<div ngMenuItem [submenu]=\"anotherMenu\">Submenu Trigger</div>\n```",
|
|
706
|
+
"jsdocTags": [
|
|
707
|
+
{
|
|
708
|
+
"name": "developerPreview",
|
|
709
|
+
"comment": "21.0"
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"rawComment": "/**\n * An item in a Menu.\n *\n * `ngMenuItem` directives can be used in `ngMenu` and `ngMenuBar` to represent a choice\n * or action a user can take. They can also act as triggers for sub-menus.\n *\n * ```html\n * <div ngMenuItem (onSelect)=\"doAction()\">Action Item</div>\n *\n * <div ngMenuItem [submenu]=\"anotherMenu\">Submenu Trigger</div>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
713
|
+
"implements": [],
|
|
714
|
+
"isStandalone": true,
|
|
715
|
+
"selector": "[ngMenuItem]",
|
|
716
|
+
"exportAs": [
|
|
717
|
+
"ngMenuItem"
|
|
718
|
+
],
|
|
719
|
+
"source": {
|
|
720
|
+
"filePath": "/src/aria/menu/menu.ts",
|
|
721
|
+
"startLine": 406,
|
|
722
|
+
"endLine": 486
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "MenuContent",
|
|
727
|
+
"isAbstract": false,
|
|
728
|
+
"entryType": "undecorated_class",
|
|
729
|
+
"members": [],
|
|
730
|
+
"generics": [],
|
|
731
|
+
"description": "Defers the rendering of the menu content.\n\nThis structural directive should be applied to an `ng-template` within a `ngMenu`\nor `ngMenuBar` to lazily render its content only when the menu is opened.\n\n```html\n<div ngMenu #myMenu=\"ngMenu\">\n <ng-template ngMenuContent>\n <div ngMenuItem>Lazy Item 1</div>\n <div ngMenuItem>Lazy Item 2</div>\n </ng-template>\n</div>\n```",
|
|
732
|
+
"jsdocTags": [
|
|
733
|
+
{
|
|
734
|
+
"name": "developerPreview",
|
|
735
|
+
"comment": "21.0"
|
|
736
|
+
}
|
|
737
|
+
],
|
|
738
|
+
"rawComment": "/**\n * Defers the rendering of the menu content.\n *\n * This structural directive should be applied to an `ng-template` within a `ngMenu`\n * or `ngMenuBar` to lazily render its content only when the menu is opened.\n *\n * ```html\n * <div ngMenu #myMenu=\"ngMenu\">\n * <ng-template ngMenuContent>\n * <div ngMenuItem>Lazy Item 1</div>\n * <div ngMenuItem>Lazy Item 2</div>\n * </ng-template>\n * </div>\n * ```\n *\n * @developerPreview 21.0\n */",
|
|
739
|
+
"implements": [],
|
|
740
|
+
"source": {
|
|
741
|
+
"filePath": "/src/aria/menu/menu.ts",
|
|
742
|
+
"startLine": 505,
|
|
743
|
+
"endLine": 510
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"symbols": [
|
|
748
|
+
[
|
|
749
|
+
"afterRenderEffect",
|
|
750
|
+
"@angular/core"
|
|
751
|
+
],
|
|
752
|
+
[
|
|
753
|
+
"booleanAttribute",
|
|
754
|
+
"@angular/core"
|
|
755
|
+
],
|
|
756
|
+
[
|
|
757
|
+
"computed",
|
|
758
|
+
"@angular/core"
|
|
759
|
+
],
|
|
760
|
+
[
|
|
761
|
+
"contentChildren",
|
|
762
|
+
"@angular/core"
|
|
763
|
+
],
|
|
764
|
+
[
|
|
765
|
+
"Directive",
|
|
766
|
+
"@angular/core"
|
|
767
|
+
],
|
|
768
|
+
[
|
|
769
|
+
"effect",
|
|
770
|
+
"@angular/core"
|
|
771
|
+
],
|
|
772
|
+
[
|
|
773
|
+
"ElementRef",
|
|
774
|
+
"@angular/core"
|
|
775
|
+
],
|
|
776
|
+
[
|
|
777
|
+
"inject",
|
|
778
|
+
"@angular/core"
|
|
779
|
+
],
|
|
780
|
+
[
|
|
781
|
+
"input",
|
|
782
|
+
"@angular/core"
|
|
783
|
+
],
|
|
784
|
+
[
|
|
785
|
+
"model",
|
|
786
|
+
"@angular/core"
|
|
787
|
+
],
|
|
788
|
+
[
|
|
789
|
+
"output",
|
|
790
|
+
"@angular/core"
|
|
791
|
+
],
|
|
792
|
+
[
|
|
793
|
+
"Signal",
|
|
794
|
+
"@angular/core"
|
|
795
|
+
],
|
|
796
|
+
[
|
|
797
|
+
"signal",
|
|
798
|
+
"@angular/core"
|
|
799
|
+
],
|
|
800
|
+
[
|
|
801
|
+
"untracked",
|
|
802
|
+
"@angular/core"
|
|
803
|
+
],
|
|
804
|
+
[
|
|
805
|
+
"SignalLike",
|
|
806
|
+
"@angular/aria/private"
|
|
807
|
+
],
|
|
808
|
+
[
|
|
809
|
+
"MenuBarPattern",
|
|
810
|
+
"@angular/aria/private"
|
|
811
|
+
],
|
|
812
|
+
[
|
|
813
|
+
"MenuItemPattern",
|
|
814
|
+
"@angular/aria/private"
|
|
815
|
+
],
|
|
816
|
+
[
|
|
817
|
+
"MenuPattern",
|
|
818
|
+
"@angular/aria/private"
|
|
819
|
+
],
|
|
820
|
+
[
|
|
821
|
+
"MenuTriggerPattern",
|
|
822
|
+
"@angular/aria/private"
|
|
823
|
+
],
|
|
824
|
+
[
|
|
825
|
+
"DeferredContent",
|
|
826
|
+
"@angular/aria/private"
|
|
827
|
+
],
|
|
828
|
+
[
|
|
829
|
+
"DeferredContentAware",
|
|
830
|
+
"@angular/aria/private"
|
|
831
|
+
],
|
|
832
|
+
[
|
|
833
|
+
"_IdGenerator",
|
|
834
|
+
"@angular/cdk/a11y"
|
|
835
|
+
],
|
|
836
|
+
[
|
|
837
|
+
"Directionality",
|
|
838
|
+
"@angular/cdk/bidi"
|
|
839
|
+
],
|
|
840
|
+
[
|
|
841
|
+
"MenuTrigger",
|
|
842
|
+
"@angular/aria/menu"
|
|
843
|
+
],
|
|
844
|
+
[
|
|
845
|
+
"Menu",
|
|
846
|
+
"@angular/aria/menu"
|
|
847
|
+
],
|
|
848
|
+
[
|
|
849
|
+
"MenuBar",
|
|
850
|
+
"@angular/aria/menu"
|
|
851
|
+
],
|
|
852
|
+
[
|
|
853
|
+
"MenuItem",
|
|
854
|
+
"@angular/aria/menu"
|
|
855
|
+
],
|
|
856
|
+
[
|
|
857
|
+
"MenuContent",
|
|
858
|
+
"@angular/aria/menu"
|
|
859
|
+
],
|
|
860
|
+
[
|
|
861
|
+
"MenuTrigger",
|
|
862
|
+
"@angular/aria/menu"
|
|
863
|
+
],
|
|
864
|
+
[
|
|
865
|
+
"MenuTrigger.element",
|
|
866
|
+
"@angular/aria/menu"
|
|
867
|
+
],
|
|
868
|
+
[
|
|
869
|
+
"MenuTrigger.textDirection",
|
|
870
|
+
"@angular/aria/menu"
|
|
871
|
+
],
|
|
872
|
+
[
|
|
873
|
+
"MenuTrigger.menu",
|
|
874
|
+
"@angular/aria/menu"
|
|
875
|
+
],
|
|
876
|
+
[
|
|
877
|
+
"MenuTrigger.expanded",
|
|
878
|
+
"@angular/aria/menu"
|
|
879
|
+
],
|
|
880
|
+
[
|
|
881
|
+
"MenuTrigger.hasPopup",
|
|
882
|
+
"@angular/aria/menu"
|
|
883
|
+
],
|
|
884
|
+
[
|
|
885
|
+
"MenuTrigger.disabled",
|
|
886
|
+
"@angular/aria/menu"
|
|
887
|
+
],
|
|
888
|
+
[
|
|
889
|
+
"MenuTrigger.softDisabled",
|
|
890
|
+
"@angular/aria/menu"
|
|
891
|
+
],
|
|
892
|
+
[
|
|
893
|
+
"MenuTrigger.open",
|
|
894
|
+
"@angular/aria/menu"
|
|
895
|
+
],
|
|
896
|
+
[
|
|
897
|
+
"MenuTrigger.close",
|
|
898
|
+
"@angular/aria/menu"
|
|
899
|
+
],
|
|
900
|
+
[
|
|
901
|
+
"Menu",
|
|
902
|
+
"@angular/aria/menu"
|
|
903
|
+
],
|
|
904
|
+
[
|
|
905
|
+
"Menu.element",
|
|
906
|
+
"@angular/aria/menu"
|
|
907
|
+
],
|
|
908
|
+
[
|
|
909
|
+
"Menu.textDirection",
|
|
910
|
+
"@angular/aria/menu"
|
|
911
|
+
],
|
|
912
|
+
[
|
|
913
|
+
"Menu.id",
|
|
914
|
+
"@angular/aria/menu"
|
|
915
|
+
],
|
|
916
|
+
[
|
|
917
|
+
"Menu.wrap",
|
|
918
|
+
"@angular/aria/menu"
|
|
919
|
+
],
|
|
920
|
+
[
|
|
921
|
+
"Menu.typeaheadDelay",
|
|
922
|
+
"@angular/aria/menu"
|
|
923
|
+
],
|
|
924
|
+
[
|
|
925
|
+
"Menu.disabled",
|
|
926
|
+
"@angular/aria/menu"
|
|
927
|
+
],
|
|
928
|
+
[
|
|
929
|
+
"Menu.parent",
|
|
930
|
+
"@angular/aria/menu"
|
|
931
|
+
],
|
|
932
|
+
[
|
|
933
|
+
"Menu.visible",
|
|
934
|
+
"@angular/aria/menu"
|
|
935
|
+
],
|
|
936
|
+
[
|
|
937
|
+
"Menu.tabIndex",
|
|
938
|
+
"@angular/aria/menu"
|
|
939
|
+
],
|
|
940
|
+
[
|
|
941
|
+
"Menu.onSelect",
|
|
942
|
+
"@angular/aria/menu"
|
|
943
|
+
],
|
|
944
|
+
[
|
|
945
|
+
"Menu.expansionDelay",
|
|
946
|
+
"@angular/aria/menu"
|
|
947
|
+
],
|
|
948
|
+
[
|
|
949
|
+
"Menu.close",
|
|
950
|
+
"@angular/aria/menu"
|
|
951
|
+
],
|
|
952
|
+
[
|
|
953
|
+
"MenuBar",
|
|
954
|
+
"@angular/aria/menu"
|
|
955
|
+
],
|
|
956
|
+
[
|
|
957
|
+
"MenuBar.element",
|
|
958
|
+
"@angular/aria/menu"
|
|
959
|
+
],
|
|
960
|
+
[
|
|
961
|
+
"MenuBar.disabled",
|
|
962
|
+
"@angular/aria/menu"
|
|
963
|
+
],
|
|
964
|
+
[
|
|
965
|
+
"MenuBar.softDisabled",
|
|
966
|
+
"@angular/aria/menu"
|
|
967
|
+
],
|
|
968
|
+
[
|
|
969
|
+
"MenuBar.textDirection",
|
|
970
|
+
"@angular/aria/menu"
|
|
971
|
+
],
|
|
972
|
+
[
|
|
973
|
+
"MenuBar.values",
|
|
974
|
+
"@angular/aria/menu"
|
|
975
|
+
],
|
|
976
|
+
[
|
|
977
|
+
"MenuBar.wrap",
|
|
978
|
+
"@angular/aria/menu"
|
|
979
|
+
],
|
|
980
|
+
[
|
|
981
|
+
"MenuBar.typeaheadDelay",
|
|
982
|
+
"@angular/aria/menu"
|
|
983
|
+
],
|
|
984
|
+
[
|
|
985
|
+
"MenuBar.onSelect",
|
|
986
|
+
"@angular/aria/menu"
|
|
987
|
+
],
|
|
988
|
+
[
|
|
989
|
+
"MenuBar.close",
|
|
990
|
+
"@angular/aria/menu"
|
|
991
|
+
],
|
|
992
|
+
[
|
|
993
|
+
"MenuItem",
|
|
994
|
+
"@angular/aria/menu"
|
|
995
|
+
],
|
|
996
|
+
[
|
|
997
|
+
"MenuItem.element",
|
|
998
|
+
"@angular/aria/menu"
|
|
999
|
+
],
|
|
1000
|
+
[
|
|
1001
|
+
"MenuItem.id",
|
|
1002
|
+
"@angular/aria/menu"
|
|
1003
|
+
],
|
|
1004
|
+
[
|
|
1005
|
+
"MenuItem.value",
|
|
1006
|
+
"@angular/aria/menu"
|
|
1007
|
+
],
|
|
1008
|
+
[
|
|
1009
|
+
"MenuItem.disabled",
|
|
1010
|
+
"@angular/aria/menu"
|
|
1011
|
+
],
|
|
1012
|
+
[
|
|
1013
|
+
"MenuItem.searchTerm",
|
|
1014
|
+
"@angular/aria/menu"
|
|
1015
|
+
],
|
|
1016
|
+
[
|
|
1017
|
+
"MenuItem.parent",
|
|
1018
|
+
"@angular/aria/menu"
|
|
1019
|
+
],
|
|
1020
|
+
[
|
|
1021
|
+
"MenuItem.submenu",
|
|
1022
|
+
"@angular/aria/menu"
|
|
1023
|
+
],
|
|
1024
|
+
[
|
|
1025
|
+
"MenuItem.active",
|
|
1026
|
+
"@angular/aria/menu"
|
|
1027
|
+
],
|
|
1028
|
+
[
|
|
1029
|
+
"MenuItem.expanded",
|
|
1030
|
+
"@angular/aria/menu"
|
|
1031
|
+
],
|
|
1032
|
+
[
|
|
1033
|
+
"MenuItem.hasPopup",
|
|
1034
|
+
"@angular/aria/menu"
|
|
1035
|
+
],
|
|
1036
|
+
[
|
|
1037
|
+
"MenuItem.open",
|
|
1038
|
+
"@angular/aria/menu"
|
|
1039
|
+
],
|
|
1040
|
+
[
|
|
1041
|
+
"MenuItem.close",
|
|
1042
|
+
"@angular/aria/menu"
|
|
1043
|
+
],
|
|
1044
|
+
[
|
|
1045
|
+
"MenuContent",
|
|
1046
|
+
"@angular/aria/menu"
|
|
1047
|
+
]
|
|
1048
|
+
]
|
|
1049
|
+
}
|