Skip to content

Commit 951671a

Browse files
angular-robotthePunderWoman
authored andcommitted
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent e8f8ac2 commit 951671a

11 files changed

Lines changed: 65 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "2d371116b73210f2ce2977e2ad390dcc47aa24ca"
3+
"sha": "aac13b645a512e83843abe81b27541b11cc4278c"
44
}

adev/src/content/aria/aria-accordion.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@
382382
"exportAs": [
383383
"ngAccordionTrigger"
384384
],
385+
"aliases": [
386+
"ngAccordionTrigger"
387+
],
385388
"source": {
386389
"filePath": "/src/aria/accordion/accordion-trigger.ts",
387390
"startLine": 42,
@@ -551,6 +554,9 @@
551554
"exportAs": [
552555
"ngAccordionGroup"
553556
],
557+
"aliases": [
558+
"ngAccordionGroup"
559+
],
554560
"source": {
555561
"filePath": "src/aria/accordion/accordion-group.ts",
556562
"startLine": 62,

adev/src/content/aria/aria-combobox.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@
131131
"exportAs": [
132132
"ngComboboxDialog"
133133
],
134+
"aliases": [
135+
"ngComboboxDialog"
136+
],
134137
"source": {
135138
"filePath": "src/aria/combobox/combobox-dialog.ts",
136139
"startLine": 34,
@@ -208,6 +211,9 @@
208211
"exportAs": [
209212
"ngComboboxInput"
210213
],
214+
"aliases": [
215+
"ngComboboxInput"
216+
],
211217
"source": {
212218
"filePath": "src/aria/combobox/combobox-input.ts",
213219
"startLine": 44,
@@ -265,6 +271,9 @@
265271
"exportAs": [
266272
"ngComboboxPopup"
267273
],
274+
"aliases": [
275+
"ngComboboxPopup"
276+
],
268277
"source": {
269278
"filePath": "/src/aria/combobox/combobox-popup.ts",
270279
"startLine": 29,

adev/src/content/aria/aria-grid.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
"exportAs": [
5353
"ngGridRow"
5454
],
55+
"aliases": [
56+
"ngGridRow"
57+
],
5558
"source": {
5659
"filePath": "/src/aria/grid/grid-row.ts",
5760
"startLine": 35,
@@ -266,6 +269,9 @@
266269
"exportAs": [
267270
"ngGridCellWidget"
268271
],
272+
"aliases": [
273+
"ngGridCellWidget"
274+
],
269275
"source": {
270276
"filePath": "src/aria/grid/grid-cell-widget.ts",
271277
"startLine": 42,
@@ -434,6 +440,9 @@
434440
"exportAs": [
435441
"ngGrid"
436442
],
443+
"aliases": [
444+
"ngGrid"
445+
],
437446
"source": {
438447
"filePath": "/src/aria/grid/grid.ts",
439448
"startLine": 47,
@@ -653,6 +662,9 @@
653662
"exportAs": [
654663
"ngGridCell"
655664
],
665+
"aliases": [
666+
"ngGridCell"
667+
],
656668
"source": {
657669
"filePath": "/src/aria/grid/grid-cell.ts",
658670
"startLine": 41,

adev/src/content/aria/aria-listbox.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
"exportAs": [
133133
"ngOption"
134134
],
135+
"aliases": [
136+
"ngOption"
137+
],
135138
"source": {
136139
"filePath": "/src/aria/listbox/option.ts",
137140
"startLine": 34,

adev/src/content/aria/aria-menu.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@
210210
"exportAs": [
211211
"ngMenuTrigger"
212212
],
213+
"aliases": [
214+
"ngMenuTrigger"
215+
],
213216
"source": {
214217
"filePath": "/src/aria/menu/menu-trigger.ts",
215218
"startLine": 43,
@@ -432,6 +435,9 @@
432435
"exportAs": [
433436
"ngMenuItem"
434437
],
438+
"aliases": [
439+
"ngMenuItem"
440+
],
435441
"source": {
436442
"filePath": "/src/aria/menu/menu-item.ts",
437443
"startLine": 33,
@@ -602,6 +608,9 @@
602608
"exportAs": [
603609
"ngMenuBar"
604610
],
611+
"aliases": [
612+
"ngMenuBar"
613+
],
605614
"source": {
606615
"filePath": "/src/aria/menu/menu-bar.ts",
607616
"startLine": 56,

adev/src/content/aria/aria-tabs.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
"exportAs": [
6565
"ngTabs"
6666
],
67+
"aliases": [
68+
"ngTabs"
69+
],
6770
"source": {
6871
"filePath": "/src/aria/tabs/tabs.ts",
6972
"startLine": 45,
@@ -402,6 +405,9 @@
402405
"exportAs": [
403406
"ngTab"
404407
],
408+
"aliases": [
409+
"ngTab"
410+
],
405411
"source": {
406412
"filePath": "/src/aria/tabs/tab.ts",
407413
"startLine": 41,
@@ -664,6 +670,9 @@
664670
"exportAs": [
665671
"ngTabList"
666672
],
673+
"aliases": [
674+
"ngTabList"
675+
],
667676
"source": {
668677
"filePath": "/src/aria/tabs/tab-list.ts",
669678
"startLine": 45,

adev/src/content/aria/aria-toolbar.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
"exportAs": [
7070
"ngToolbarWidgetGroup"
7171
],
72+
"aliases": [
73+
"ngToolbarWidgetGroup"
74+
],
7275
"source": {
7376
"filePath": "/src/aria/toolbar/toolbar-widget-group.ts",
7477
"startLine": 31,
@@ -190,6 +193,9 @@
190193
"exportAs": [
191194
"ngToolbar"
192195
],
196+
"aliases": [
197+
"ngToolbar"
198+
],
193199
"source": {
194200
"filePath": "/src/aria/toolbar/toolbar.ts",
195201
"startLine": 47,
@@ -373,6 +379,9 @@
373379
"exportAs": [
374380
"ngToolbarWidget"
375381
],
382+
"aliases": [
383+
"ngToolbarWidget"
384+
],
376385
"source": {
377386
"filePath": "/src/aria/toolbar/toolbar-widget.ts",
378387
"startLine": 42,

adev/src/content/aria/aria-tree.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@
382382
"exportAs": [
383383
"ngTreeItem"
384384
],
385+
"aliases": [
386+
"ngTreeItem"
387+
],
385388
"source": {
386389
"filePath": "/src/aria/tree/tree-item.ts",
387390
"startLine": 45,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "0b2cabc2994899bae15e40a1575abf85d3540abc"
3+
"sha": "fc8b94d631a5d105a87abc2a008a6e8f76d7f3f5"
44
}

0 commit comments

Comments
 (0)