@skyux/pages 8.4.0 → 8.6.0
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/documentation.json +398 -149
- package/esm2020/index.mjs +5 -1
- package/esm2020/lib/modules/page/page.component.mjs +6 -6
- package/esm2020/lib/modules/page-header/page-header-actions.component.mjs +15 -0
- package/esm2020/lib/modules/page-header/page-header-alerts.component.mjs +14 -0
- package/esm2020/lib/modules/page-header/page-header-avatar.component.mjs +36 -0
- package/esm2020/lib/modules/page-header/page-header-details.component.mjs +15 -0
- package/esm2020/lib/modules/page-header/page-header.component.mjs +3 -3
- package/esm2020/lib/modules/page-header/page-header.module.mjs +29 -5
- package/fesm2015/skyux-pages.mjs +103 -13
- package/fesm2015/skyux-pages.mjs.map +1 -1
- package/fesm2020/skyux-pages.mjs +103 -13
- package/fesm2020/skyux-pages.mjs.map +1 -1
- package/index.d.ts +4 -0
- package/lib/modules/page/page.component.d.ts +5 -5
- package/lib/modules/page-header/page-header-actions.component.d.ts +9 -0
- package/lib/modules/page-header/page-header-alerts.component.d.ts +8 -0
- package/lib/modules/page-header/page-header-avatar.component.d.ts +14 -0
- package/lib/modules/page-header/page-header-details.component.d.ts +9 -0
- package/lib/modules/page-header/page-header.component.d.ts +1 -1
- package/lib/modules/page-header/page-header.module.d.ts +11 -7
- package/package.json +8 -8
package/documentation.json
CHANGED
|
@@ -4,12 +4,16 @@
|
|
|
4
4
|
"SkyPageHeaderModule": "class-skypageheadermodule",
|
|
5
5
|
"SkyPageModule": "class-skypagemodule",
|
|
6
6
|
"SkyActionHubComponent": "class-skyactionhubcomponent",
|
|
7
|
+
"SkyPageHeaderAvatarComponent": "class-skypageheaderavatarcomponent",
|
|
8
|
+
"SkyPageHeaderAlertsComponent": "class-skypageheaderalertscomponent",
|
|
7
9
|
"SkyActionHubButtonsComponent": "class-skyactionhubbuttonscomponent",
|
|
8
10
|
"SkyActionHubContentComponent": "class-skyactionhubcontentcomponent",
|
|
9
11
|
"SkyPageHeaderComponent": "class-skypageheadercomponent",
|
|
10
12
|
"SkyModalLinkListComponent": "class-skymodallinklistcomponent",
|
|
11
13
|
"SkyPageComponent": "class-skypagecomponent",
|
|
12
14
|
"SkyPageContentComponent": "class-skypagecontentcomponent",
|
|
15
|
+
"SkyPageHeaderDetailsComponent": "class-skypageheaderdetailscomponent",
|
|
16
|
+
"SkyPageHeaderActionsComponent": "class-skypageheaderactionscomponent",
|
|
13
17
|
"SkyActionHubNeedsAttention": "interface-skyactionhubneedsattention",
|
|
14
18
|
"SkyPageLink": "interface-skypagelink",
|
|
15
19
|
"SkyPageModalLink": "interface-skypagemodallink",
|
|
@@ -31,7 +35,7 @@
|
|
|
31
35
|
"originalName": "",
|
|
32
36
|
"children": [
|
|
33
37
|
{
|
|
34
|
-
"id":
|
|
38
|
+
"id": 81,
|
|
35
39
|
"name": "SkyActionHubModule",
|
|
36
40
|
"kind": 128,
|
|
37
41
|
"kindString": "Class",
|
|
@@ -56,7 +60,7 @@
|
|
|
56
60
|
"title": "Constructors",
|
|
57
61
|
"kind": 512,
|
|
58
62
|
"children": [
|
|
59
|
-
|
|
63
|
+
82
|
|
60
64
|
]
|
|
61
65
|
}
|
|
62
66
|
],
|
|
@@ -69,7 +73,7 @@
|
|
|
69
73
|
]
|
|
70
74
|
},
|
|
71
75
|
{
|
|
72
|
-
"id":
|
|
76
|
+
"id": 141,
|
|
73
77
|
"name": "SkyPageHeaderModule",
|
|
74
78
|
"kind": 128,
|
|
75
79
|
"kindString": "Class",
|
|
@@ -84,7 +88,7 @@
|
|
|
84
88
|
"name": "NgModule"
|
|
85
89
|
},
|
|
86
90
|
"arguments": {
|
|
87
|
-
"obj": "{\n imports: [\n CommonModule,\n RouterModule,\n SkyAppLinkModule,\n SkyIconModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n declarations: [SkyPageHeaderComponent],\n exports: [SkyPageHeaderComponent],\n}"
|
|
91
|
+
"obj": "{\n imports: [\n CommonModule,\n RouterModule,\n SkyAppLinkModule,\n SkyIconModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n declarations: [\n SkyPageHeaderActionsComponent,\n SkyPageHeaderAlertsComponent,\n SkyPageHeaderAvatarComponent,\n SkyPageHeaderComponent,\n SkyPageHeaderDetailsComponent,\n ],\n exports: [\n SkyPageHeaderActionsComponent,\n SkyPageHeaderAlertsComponent,\n SkyPageHeaderAvatarComponent,\n SkyPageHeaderComponent,\n SkyPageHeaderDetailsComponent,\n ],\n}"
|
|
88
92
|
}
|
|
89
93
|
}
|
|
90
94
|
],
|
|
@@ -94,20 +98,20 @@
|
|
|
94
98
|
"title": "Constructors",
|
|
95
99
|
"kind": 512,
|
|
96
100
|
"children": [
|
|
97
|
-
|
|
101
|
+
142
|
|
98
102
|
]
|
|
99
103
|
}
|
|
100
104
|
],
|
|
101
105
|
"sources": [
|
|
102
106
|
{
|
|
103
107
|
"fileName": "projects/pages/src/modules/page-header/page-header.module.ts",
|
|
104
|
-
"line":
|
|
108
|
+
"line": 38,
|
|
105
109
|
"character": 13
|
|
106
110
|
}
|
|
107
111
|
]
|
|
108
112
|
},
|
|
109
113
|
{
|
|
110
|
-
"id":
|
|
114
|
+
"id": 137,
|
|
111
115
|
"name": "SkyPageModule",
|
|
112
116
|
"kind": 128,
|
|
113
117
|
"kindString": "Class",
|
|
@@ -132,7 +136,7 @@
|
|
|
132
136
|
"title": "Constructors",
|
|
133
137
|
"kind": 512,
|
|
134
138
|
"children": [
|
|
135
|
-
|
|
139
|
+
138
|
|
136
140
|
]
|
|
137
141
|
}
|
|
138
142
|
],
|
|
@@ -187,7 +191,7 @@
|
|
|
187
191
|
"type": "array",
|
|
188
192
|
"elementType": {
|
|
189
193
|
"type": "reference",
|
|
190
|
-
"id":
|
|
194
|
+
"id": 84,
|
|
191
195
|
"name": "SkyActionHubNeedsAttention"
|
|
192
196
|
}
|
|
193
197
|
},
|
|
@@ -225,7 +229,7 @@
|
|
|
225
229
|
],
|
|
226
230
|
"type": {
|
|
227
231
|
"type": "reference",
|
|
228
|
-
"id":
|
|
232
|
+
"id": 102,
|
|
229
233
|
"name": "SkyPageLink"
|
|
230
234
|
}
|
|
231
235
|
},
|
|
@@ -261,7 +265,7 @@
|
|
|
261
265
|
],
|
|
262
266
|
"type": {
|
|
263
267
|
"type": "reference",
|
|
264
|
-
"id":
|
|
268
|
+
"id": 136,
|
|
265
269
|
"name": "SkyRecentLinksInput"
|
|
266
270
|
},
|
|
267
271
|
"defaultValue": "[]"
|
|
@@ -298,7 +302,7 @@
|
|
|
298
302
|
],
|
|
299
303
|
"type": {
|
|
300
304
|
"type": "reference",
|
|
301
|
-
"id":
|
|
305
|
+
"id": 111,
|
|
302
306
|
"name": "SkyPageLinksInput"
|
|
303
307
|
},
|
|
304
308
|
"defaultValue": "[]"
|
|
@@ -335,7 +339,7 @@
|
|
|
335
339
|
],
|
|
336
340
|
"type": {
|
|
337
341
|
"type": "reference",
|
|
338
|
-
"id":
|
|
342
|
+
"id": 125,
|
|
339
343
|
"name": "SkyPageModalLinksInput"
|
|
340
344
|
},
|
|
341
345
|
"defaultValue": "[]"
|
|
@@ -492,6 +496,169 @@
|
|
|
492
496
|
}
|
|
493
497
|
]
|
|
494
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"id": 70,
|
|
501
|
+
"name": "SkyPageHeaderAvatarComponent",
|
|
502
|
+
"kind": 128,
|
|
503
|
+
"kindString": "Class",
|
|
504
|
+
"flags": {},
|
|
505
|
+
"comment": {
|
|
506
|
+
"shortText": "Displays an avatar within the page header to the left of the page title.\nIf no size is specified for the avatar component it will display at size\nsmall on xs breakpoints and size large on small and above breakpoints."
|
|
507
|
+
},
|
|
508
|
+
"decorators": [
|
|
509
|
+
{
|
|
510
|
+
"name": "Component",
|
|
511
|
+
"type": {
|
|
512
|
+
"type": "reference",
|
|
513
|
+
"qualifiedName": "ComponentDecorator",
|
|
514
|
+
"package": "@angular/core",
|
|
515
|
+
"name": "Component"
|
|
516
|
+
},
|
|
517
|
+
"arguments": {
|
|
518
|
+
"obj": "{\n selector: 'sky-page-header-avatar',\n templateUrl: './page-header-avatar.component.html',\n styleUrls: ['./page-header-avatar.component.scss'],\n providers: [SkyDefaultInputProvider],\n}"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"children": [
|
|
523
|
+
{
|
|
524
|
+
"id": 71,
|
|
525
|
+
"name": "constructor",
|
|
526
|
+
"kind": 512,
|
|
527
|
+
"kindString": "Constructor",
|
|
528
|
+
"flags": {},
|
|
529
|
+
"sources": [
|
|
530
|
+
{
|
|
531
|
+
"fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
|
|
532
|
+
"line": 26,
|
|
533
|
+
"character": 2
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"signatures": [
|
|
537
|
+
{
|
|
538
|
+
"id": 72,
|
|
539
|
+
"name": "SkyPageHeaderAvatarComponent",
|
|
540
|
+
"kind": 16384,
|
|
541
|
+
"kindString": "Constructor signature",
|
|
542
|
+
"flags": {},
|
|
543
|
+
"type": {
|
|
544
|
+
"type": "reference",
|
|
545
|
+
"id": 70,
|
|
546
|
+
"name": "SkyPageHeaderAvatarComponent"
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": 76,
|
|
553
|
+
"name": "ngOnDestroy",
|
|
554
|
+
"kind": 2048,
|
|
555
|
+
"kindString": "Method",
|
|
556
|
+
"flags": {
|
|
557
|
+
"isPublic": true
|
|
558
|
+
},
|
|
559
|
+
"sources": [
|
|
560
|
+
{
|
|
561
|
+
"fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
|
|
562
|
+
"line": 38,
|
|
563
|
+
"character": 9
|
|
564
|
+
}
|
|
565
|
+
],
|
|
566
|
+
"signatures": [
|
|
567
|
+
{
|
|
568
|
+
"id": 77,
|
|
569
|
+
"name": "ngOnDestroy",
|
|
570
|
+
"kind": 4096,
|
|
571
|
+
"kindString": "Call signature",
|
|
572
|
+
"flags": {},
|
|
573
|
+
"type": {
|
|
574
|
+
"type": "intrinsic",
|
|
575
|
+
"name": "void"
|
|
576
|
+
},
|
|
577
|
+
"implementationOf": {
|
|
578
|
+
"type": "reference",
|
|
579
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"implementationOf": {
|
|
584
|
+
"type": "reference",
|
|
585
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"groups": [
|
|
590
|
+
{
|
|
591
|
+
"title": "Constructors",
|
|
592
|
+
"kind": 512,
|
|
593
|
+
"children": [
|
|
594
|
+
71
|
|
595
|
+
]
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"title": "Methods",
|
|
599
|
+
"kind": 2048,
|
|
600
|
+
"children": [
|
|
601
|
+
76
|
|
602
|
+
]
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"sources": [
|
|
606
|
+
{
|
|
607
|
+
"fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
|
|
608
|
+
"line": 21,
|
|
609
|
+
"character": 13
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"implementedTypes": [
|
|
613
|
+
{
|
|
614
|
+
"type": "reference",
|
|
615
|
+
"qualifiedName": "OnDestroy",
|
|
616
|
+
"package": "@angular/core",
|
|
617
|
+
"name": "OnDestroy"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"id": 78,
|
|
623
|
+
"name": "SkyPageHeaderAlertsComponent",
|
|
624
|
+
"kind": 128,
|
|
625
|
+
"kindString": "Class",
|
|
626
|
+
"flags": {},
|
|
627
|
+
"comment": {
|
|
628
|
+
"shortText": "Displays alerts within the page header. Appears above the page title."
|
|
629
|
+
},
|
|
630
|
+
"decorators": [
|
|
631
|
+
{
|
|
632
|
+
"name": "Component",
|
|
633
|
+
"type": {
|
|
634
|
+
"type": "reference",
|
|
635
|
+
"qualifiedName": "ComponentDecorator",
|
|
636
|
+
"package": "@angular/core",
|
|
637
|
+
"name": "Component"
|
|
638
|
+
},
|
|
639
|
+
"arguments": {
|
|
640
|
+
"obj": "{\n selector: 'sky-page-header-alerts',\n templateUrl: './page-header-alerts.component.html',\n styleUrls: ['./page-header-alerts.component.scss'],\n}"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"children": [],
|
|
645
|
+
"groups": [
|
|
646
|
+
{
|
|
647
|
+
"title": "Constructors",
|
|
648
|
+
"kind": 512,
|
|
649
|
+
"children": [
|
|
650
|
+
79
|
|
651
|
+
]
|
|
652
|
+
}
|
|
653
|
+
],
|
|
654
|
+
"sources": [
|
|
655
|
+
{
|
|
656
|
+
"fileName": "projects/pages/src/modules/page-header/page-header-alerts.component.ts",
|
|
657
|
+
"line": 11,
|
|
658
|
+
"character": 13
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
495
662
|
{
|
|
496
663
|
"id": 17,
|
|
497
664
|
"name": "SkyActionHubButtonsComponent",
|
|
@@ -667,7 +834,7 @@
|
|
|
667
834
|
],
|
|
668
835
|
"type": {
|
|
669
836
|
"type": "reference",
|
|
670
|
-
"id":
|
|
837
|
+
"id": 102,
|
|
671
838
|
"name": "SkyPageLink"
|
|
672
839
|
}
|
|
673
840
|
}
|
|
@@ -778,7 +945,7 @@
|
|
|
778
945
|
"type": "array",
|
|
779
946
|
"elementType": {
|
|
780
947
|
"type": "reference",
|
|
781
|
-
"id":
|
|
948
|
+
"id": 112,
|
|
782
949
|
"name": "SkyPageModalLink"
|
|
783
950
|
}
|
|
784
951
|
},
|
|
@@ -852,7 +1019,7 @@
|
|
|
852
1019
|
"flags": {},
|
|
853
1020
|
"type": {
|
|
854
1021
|
"type": "reference",
|
|
855
|
-
"id":
|
|
1022
|
+
"id": 125,
|
|
856
1023
|
"name": "SkyPageModalLinksInput"
|
|
857
1024
|
}
|
|
858
1025
|
}
|
|
@@ -873,7 +1040,7 @@
|
|
|
873
1040
|
"flags": {},
|
|
874
1041
|
"type": {
|
|
875
1042
|
"type": "reference",
|
|
876
|
-
"id":
|
|
1043
|
+
"id": 125,
|
|
877
1044
|
"name": "SkyPageModalLinksInput"
|
|
878
1045
|
}
|
|
879
1046
|
}
|
|
@@ -916,7 +1083,7 @@
|
|
|
916
1083
|
"flags": {},
|
|
917
1084
|
"type": {
|
|
918
1085
|
"type": "reference",
|
|
919
|
-
"id":
|
|
1086
|
+
"id": 112,
|
|
920
1087
|
"name": "SkyPageModalLink"
|
|
921
1088
|
}
|
|
922
1089
|
}
|
|
@@ -1062,11 +1229,11 @@
|
|
|
1062
1229
|
"kindString": "Set signature",
|
|
1063
1230
|
"flags": {},
|
|
1064
1231
|
"comment": {
|
|
1065
|
-
"shortText": "The page layout that corresponds with the top-level component type
|
|
1232
|
+
"shortText": "The page layout that applies spacing to the page header and content. Use the layout\nthat corresponds with the top-level component type used on the page, our use `fit` to\nconstrain the page contents to the available viewport.\nUse `none` for custom content that does not adhere to predefined spacing or constraints.",
|
|
1066
1233
|
"tags": [
|
|
1067
1234
|
{
|
|
1068
1235
|
"tag": "default",
|
|
1069
|
-
"text": "\"
|
|
1236
|
+
"text": "\"none\"\n"
|
|
1070
1237
|
}
|
|
1071
1238
|
]
|
|
1072
1239
|
},
|
|
@@ -1079,7 +1246,7 @@
|
|
|
1079
1246
|
"flags": {},
|
|
1080
1247
|
"type": {
|
|
1081
1248
|
"type": "reference",
|
|
1082
|
-
"id":
|
|
1249
|
+
"id": 140,
|
|
1083
1250
|
"name": "SkyPageLayoutType"
|
|
1084
1251
|
}
|
|
1085
1252
|
}
|
|
@@ -1260,8 +1427,90 @@
|
|
|
1260
1427
|
}
|
|
1261
1428
|
]
|
|
1262
1429
|
},
|
|
1430
|
+
{
|
|
1431
|
+
"id": 64,
|
|
1432
|
+
"name": "SkyPageHeaderDetailsComponent",
|
|
1433
|
+
"kind": 128,
|
|
1434
|
+
"kindString": "Class",
|
|
1435
|
+
"flags": {},
|
|
1436
|
+
"comment": {
|
|
1437
|
+
"shortText": "Displays additional information in the page header, like record details.\nAppears below the title and above the page actions."
|
|
1438
|
+
},
|
|
1439
|
+
"decorators": [
|
|
1440
|
+
{
|
|
1441
|
+
"name": "Component",
|
|
1442
|
+
"type": {
|
|
1443
|
+
"type": "reference",
|
|
1444
|
+
"qualifiedName": "ComponentDecorator",
|
|
1445
|
+
"package": "@angular/core",
|
|
1446
|
+
"name": "Component"
|
|
1447
|
+
},
|
|
1448
|
+
"arguments": {
|
|
1449
|
+
"obj": "{\n selector: 'sky-page-header-details',\n templateUrl: './page-header-details.component.html',\n styleUrls: ['./page-header-details.component.scss'],\n}"
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"children": [],
|
|
1454
|
+
"groups": [
|
|
1455
|
+
{
|
|
1456
|
+
"title": "Constructors",
|
|
1457
|
+
"kind": 512,
|
|
1458
|
+
"children": [
|
|
1459
|
+
65
|
|
1460
|
+
]
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"sources": [
|
|
1464
|
+
{
|
|
1465
|
+
"fileName": "projects/pages/src/modules/page-header/page-header-details.component.ts",
|
|
1466
|
+
"line": 12,
|
|
1467
|
+
"character": 13
|
|
1468
|
+
}
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1263
1471
|
{
|
|
1264
1472
|
"id": 67,
|
|
1473
|
+
"name": "SkyPageHeaderActionsComponent",
|
|
1474
|
+
"kind": 128,
|
|
1475
|
+
"kindString": "Class",
|
|
1476
|
+
"flags": {},
|
|
1477
|
+
"comment": {
|
|
1478
|
+
"shortText": "Displays buttons within the page header for page actions.\nAppears below the page header details."
|
|
1479
|
+
},
|
|
1480
|
+
"decorators": [
|
|
1481
|
+
{
|
|
1482
|
+
"name": "Component",
|
|
1483
|
+
"type": {
|
|
1484
|
+
"type": "reference",
|
|
1485
|
+
"qualifiedName": "ComponentDecorator",
|
|
1486
|
+
"package": "@angular/core",
|
|
1487
|
+
"name": "Component"
|
|
1488
|
+
},
|
|
1489
|
+
"arguments": {
|
|
1490
|
+
"obj": "{\n selector: 'sky-page-header-actions',\n templateUrl: './page-header-actions.component.html',\n styleUrls: ['./page-header-actions.component.scss'],\n}"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1494
|
+
"children": [],
|
|
1495
|
+
"groups": [
|
|
1496
|
+
{
|
|
1497
|
+
"title": "Constructors",
|
|
1498
|
+
"kind": 512,
|
|
1499
|
+
"children": [
|
|
1500
|
+
68
|
|
1501
|
+
]
|
|
1502
|
+
}
|
|
1503
|
+
],
|
|
1504
|
+
"sources": [
|
|
1505
|
+
{
|
|
1506
|
+
"fileName": "projects/pages/src/modules/page-header/page-header-actions.component.ts",
|
|
1507
|
+
"line": 12,
|
|
1508
|
+
"character": 13
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"id": 84,
|
|
1265
1514
|
"name": "SkyActionHubNeedsAttention",
|
|
1266
1515
|
"kind": 256,
|
|
1267
1516
|
"kindString": "Interface",
|
|
@@ -1271,7 +1520,7 @@
|
|
|
1271
1520
|
},
|
|
1272
1521
|
"children": [
|
|
1273
1522
|
{
|
|
1274
|
-
"id":
|
|
1523
|
+
"id": 94,
|
|
1275
1524
|
"name": "click",
|
|
1276
1525
|
"kind": 1024,
|
|
1277
1526
|
"kindString": "Property",
|
|
@@ -1290,12 +1539,12 @@
|
|
|
1290
1539
|
],
|
|
1291
1540
|
"type": {
|
|
1292
1541
|
"type": "reference",
|
|
1293
|
-
"id":
|
|
1542
|
+
"id": 95,
|
|
1294
1543
|
"name": "SkyActionHubNeedsAttentionClickHandler"
|
|
1295
1544
|
}
|
|
1296
1545
|
},
|
|
1297
1546
|
{
|
|
1298
|
-
"id":
|
|
1547
|
+
"id": 86,
|
|
1299
1548
|
"name": "message",
|
|
1300
1549
|
"kind": 1024,
|
|
1301
1550
|
"kindString": "Property",
|
|
@@ -1324,7 +1573,7 @@
|
|
|
1324
1573
|
}
|
|
1325
1574
|
},
|
|
1326
1575
|
{
|
|
1327
|
-
"id":
|
|
1576
|
+
"id": 87,
|
|
1328
1577
|
"name": "permalink",
|
|
1329
1578
|
"kind": 1024,
|
|
1330
1579
|
"kindString": "Property",
|
|
@@ -1344,14 +1593,14 @@
|
|
|
1344
1593
|
"type": {
|
|
1345
1594
|
"type": "reflection",
|
|
1346
1595
|
"declaration": {
|
|
1347
|
-
"id":
|
|
1596
|
+
"id": 88,
|
|
1348
1597
|
"name": "__type",
|
|
1349
1598
|
"kind": 65536,
|
|
1350
1599
|
"kindString": "Type literal",
|
|
1351
1600
|
"flags": {},
|
|
1352
1601
|
"children": [
|
|
1353
1602
|
{
|
|
1354
|
-
"id":
|
|
1603
|
+
"id": 89,
|
|
1355
1604
|
"name": "route",
|
|
1356
1605
|
"kind": 1024,
|
|
1357
1606
|
"kindString": "Property",
|
|
@@ -1368,14 +1617,14 @@
|
|
|
1368
1617
|
"type": {
|
|
1369
1618
|
"type": "reflection",
|
|
1370
1619
|
"declaration": {
|
|
1371
|
-
"id":
|
|
1620
|
+
"id": 90,
|
|
1372
1621
|
"name": "__type",
|
|
1373
1622
|
"kind": 65536,
|
|
1374
1623
|
"kindString": "Type literal",
|
|
1375
1624
|
"flags": {},
|
|
1376
1625
|
"children": [
|
|
1377
1626
|
{
|
|
1378
|
-
"id":
|
|
1627
|
+
"id": 91,
|
|
1379
1628
|
"name": "commands",
|
|
1380
1629
|
"kind": 1024,
|
|
1381
1630
|
"kindString": "Property",
|
|
@@ -1396,7 +1645,7 @@
|
|
|
1396
1645
|
}
|
|
1397
1646
|
},
|
|
1398
1647
|
{
|
|
1399
|
-
"id":
|
|
1648
|
+
"id": 92,
|
|
1400
1649
|
"name": "extras",
|
|
1401
1650
|
"kind": 1024,
|
|
1402
1651
|
"kindString": "Property",
|
|
@@ -1423,8 +1672,8 @@
|
|
|
1423
1672
|
"title": "Properties",
|
|
1424
1673
|
"kind": 1024,
|
|
1425
1674
|
"children": [
|
|
1426
|
-
|
|
1427
|
-
|
|
1675
|
+
91,
|
|
1676
|
+
92
|
|
1428
1677
|
]
|
|
1429
1678
|
}
|
|
1430
1679
|
]
|
|
@@ -1432,7 +1681,7 @@
|
|
|
1432
1681
|
}
|
|
1433
1682
|
},
|
|
1434
1683
|
{
|
|
1435
|
-
"id":
|
|
1684
|
+
"id": 93,
|
|
1436
1685
|
"name": "url",
|
|
1437
1686
|
"kind": 1024,
|
|
1438
1687
|
"kindString": "Property",
|
|
@@ -1457,8 +1706,8 @@
|
|
|
1457
1706
|
"title": "Properties",
|
|
1458
1707
|
"kind": 1024,
|
|
1459
1708
|
"children": [
|
|
1460
|
-
|
|
1461
|
-
|
|
1709
|
+
89,
|
|
1710
|
+
93
|
|
1462
1711
|
]
|
|
1463
1712
|
}
|
|
1464
1713
|
]
|
|
@@ -1466,7 +1715,7 @@
|
|
|
1466
1715
|
}
|
|
1467
1716
|
},
|
|
1468
1717
|
{
|
|
1469
|
-
"id":
|
|
1718
|
+
"id": 85,
|
|
1470
1719
|
"name": "title",
|
|
1471
1720
|
"kind": 1024,
|
|
1472
1721
|
"kindString": "Property",
|
|
@@ -1492,10 +1741,10 @@
|
|
|
1492
1741
|
"title": "Properties",
|
|
1493
1742
|
"kind": 1024,
|
|
1494
1743
|
"children": [
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1744
|
+
94,
|
|
1745
|
+
86,
|
|
1746
|
+
87,
|
|
1747
|
+
85
|
|
1499
1748
|
]
|
|
1500
1749
|
}
|
|
1501
1750
|
],
|
|
@@ -1508,7 +1757,7 @@
|
|
|
1508
1757
|
]
|
|
1509
1758
|
},
|
|
1510
1759
|
{
|
|
1511
|
-
"id":
|
|
1760
|
+
"id": 102,
|
|
1512
1761
|
"name": "SkyPageLink",
|
|
1513
1762
|
"kind": 256,
|
|
1514
1763
|
"kindString": "Interface",
|
|
@@ -1518,7 +1767,7 @@
|
|
|
1518
1767
|
},
|
|
1519
1768
|
"children": [
|
|
1520
1769
|
{
|
|
1521
|
-
"id":
|
|
1770
|
+
"id": 110,
|
|
1522
1771
|
"name": "label",
|
|
1523
1772
|
"kind": 1024,
|
|
1524
1773
|
"kindString": "Property",
|
|
@@ -1543,7 +1792,7 @@
|
|
|
1543
1792
|
}
|
|
1544
1793
|
},
|
|
1545
1794
|
{
|
|
1546
|
-
"id":
|
|
1795
|
+
"id": 103,
|
|
1547
1796
|
"name": "permalink",
|
|
1548
1797
|
"kind": 1024,
|
|
1549
1798
|
"kindString": "Property",
|
|
@@ -1561,14 +1810,14 @@
|
|
|
1561
1810
|
"type": {
|
|
1562
1811
|
"type": "reflection",
|
|
1563
1812
|
"declaration": {
|
|
1564
|
-
"id":
|
|
1813
|
+
"id": 104,
|
|
1565
1814
|
"name": "__type",
|
|
1566
1815
|
"kind": 65536,
|
|
1567
1816
|
"kindString": "Type literal",
|
|
1568
1817
|
"flags": {},
|
|
1569
1818
|
"children": [
|
|
1570
1819
|
{
|
|
1571
|
-
"id":
|
|
1820
|
+
"id": 105,
|
|
1572
1821
|
"name": "route",
|
|
1573
1822
|
"kind": 1024,
|
|
1574
1823
|
"kindString": "Property",
|
|
@@ -1585,14 +1834,14 @@
|
|
|
1585
1834
|
"type": {
|
|
1586
1835
|
"type": "reflection",
|
|
1587
1836
|
"declaration": {
|
|
1588
|
-
"id":
|
|
1837
|
+
"id": 106,
|
|
1589
1838
|
"name": "__type",
|
|
1590
1839
|
"kind": 65536,
|
|
1591
1840
|
"kindString": "Type literal",
|
|
1592
1841
|
"flags": {},
|
|
1593
1842
|
"children": [
|
|
1594
1843
|
{
|
|
1595
|
-
"id":
|
|
1844
|
+
"id": 107,
|
|
1596
1845
|
"name": "commands",
|
|
1597
1846
|
"kind": 1024,
|
|
1598
1847
|
"kindString": "Property",
|
|
@@ -1613,7 +1862,7 @@
|
|
|
1613
1862
|
}
|
|
1614
1863
|
},
|
|
1615
1864
|
{
|
|
1616
|
-
"id":
|
|
1865
|
+
"id": 108,
|
|
1617
1866
|
"name": "extras",
|
|
1618
1867
|
"kind": 1024,
|
|
1619
1868
|
"kindString": "Property",
|
|
@@ -1640,8 +1889,8 @@
|
|
|
1640
1889
|
"title": "Properties",
|
|
1641
1890
|
"kind": 1024,
|
|
1642
1891
|
"children": [
|
|
1643
|
-
|
|
1644
|
-
|
|
1892
|
+
107,
|
|
1893
|
+
108
|
|
1645
1894
|
]
|
|
1646
1895
|
}
|
|
1647
1896
|
]
|
|
@@ -1649,7 +1898,7 @@
|
|
|
1649
1898
|
}
|
|
1650
1899
|
},
|
|
1651
1900
|
{
|
|
1652
|
-
"id":
|
|
1901
|
+
"id": 109,
|
|
1653
1902
|
"name": "url",
|
|
1654
1903
|
"kind": 1024,
|
|
1655
1904
|
"kindString": "Property",
|
|
@@ -1674,8 +1923,8 @@
|
|
|
1674
1923
|
"title": "Properties",
|
|
1675
1924
|
"kind": 1024,
|
|
1676
1925
|
"children": [
|
|
1677
|
-
|
|
1678
|
-
|
|
1926
|
+
105,
|
|
1927
|
+
109
|
|
1679
1928
|
]
|
|
1680
1929
|
}
|
|
1681
1930
|
]
|
|
@@ -1688,8 +1937,8 @@
|
|
|
1688
1937
|
"title": "Properties",
|
|
1689
1938
|
"kind": 1024,
|
|
1690
1939
|
"children": [
|
|
1691
|
-
|
|
1692
|
-
|
|
1940
|
+
110,
|
|
1941
|
+
103
|
|
1693
1942
|
]
|
|
1694
1943
|
}
|
|
1695
1944
|
],
|
|
@@ -1709,13 +1958,13 @@
|
|
|
1709
1958
|
"extendedBy": [
|
|
1710
1959
|
{
|
|
1711
1960
|
"type": "reference",
|
|
1712
|
-
"id":
|
|
1961
|
+
"id": 126,
|
|
1713
1962
|
"name": "SkyRecentLink"
|
|
1714
1963
|
}
|
|
1715
1964
|
]
|
|
1716
1965
|
},
|
|
1717
1966
|
{
|
|
1718
|
-
"id":
|
|
1967
|
+
"id": 112,
|
|
1719
1968
|
"name": "SkyPageModalLink",
|
|
1720
1969
|
"kind": 256,
|
|
1721
1970
|
"kindString": "Interface",
|
|
@@ -1725,7 +1974,7 @@
|
|
|
1725
1974
|
},
|
|
1726
1975
|
"children": [
|
|
1727
1976
|
{
|
|
1728
|
-
"id":
|
|
1977
|
+
"id": 124,
|
|
1729
1978
|
"name": "label",
|
|
1730
1979
|
"kind": 1024,
|
|
1731
1980
|
"kindString": "Property",
|
|
@@ -1750,7 +1999,7 @@
|
|
|
1750
1999
|
}
|
|
1751
2000
|
},
|
|
1752
2001
|
{
|
|
1753
|
-
"id":
|
|
2002
|
+
"id": 120,
|
|
1754
2003
|
"name": "modal",
|
|
1755
2004
|
"kind": 1024,
|
|
1756
2005
|
"kindString": "Property",
|
|
@@ -1770,14 +2019,14 @@
|
|
|
1770
2019
|
"type": {
|
|
1771
2020
|
"type": "reflection",
|
|
1772
2021
|
"declaration": {
|
|
1773
|
-
"id":
|
|
2022
|
+
"id": 121,
|
|
1774
2023
|
"name": "__type",
|
|
1775
2024
|
"kind": 65536,
|
|
1776
2025
|
"kindString": "Type literal",
|
|
1777
2026
|
"flags": {},
|
|
1778
2027
|
"children": [
|
|
1779
2028
|
{
|
|
1780
|
-
"id":
|
|
2029
|
+
"id": 122,
|
|
1781
2030
|
"name": "component",
|
|
1782
2031
|
"kind": 1024,
|
|
1783
2032
|
"kindString": "Property",
|
|
@@ -1795,7 +2044,7 @@
|
|
|
1795
2044
|
}
|
|
1796
2045
|
},
|
|
1797
2046
|
{
|
|
1798
|
-
"id":
|
|
2047
|
+
"id": 123,
|
|
1799
2048
|
"name": "config",
|
|
1800
2049
|
"kind": 1024,
|
|
1801
2050
|
"kindString": "Property",
|
|
@@ -1820,8 +2069,8 @@
|
|
|
1820
2069
|
"title": "Properties",
|
|
1821
2070
|
"kind": 1024,
|
|
1822
2071
|
"children": [
|
|
1823
|
-
|
|
1824
|
-
|
|
2072
|
+
122,
|
|
2073
|
+
123
|
|
1825
2074
|
]
|
|
1826
2075
|
}
|
|
1827
2076
|
]
|
|
@@ -1829,7 +2078,7 @@
|
|
|
1829
2078
|
}
|
|
1830
2079
|
},
|
|
1831
2080
|
{
|
|
1832
|
-
"id":
|
|
2081
|
+
"id": 113,
|
|
1833
2082
|
"name": "permalink",
|
|
1834
2083
|
"kind": 1024,
|
|
1835
2084
|
"kindString": "Property",
|
|
@@ -1849,14 +2098,14 @@
|
|
|
1849
2098
|
"type": {
|
|
1850
2099
|
"type": "reflection",
|
|
1851
2100
|
"declaration": {
|
|
1852
|
-
"id":
|
|
2101
|
+
"id": 114,
|
|
1853
2102
|
"name": "__type",
|
|
1854
2103
|
"kind": 65536,
|
|
1855
2104
|
"kindString": "Type literal",
|
|
1856
2105
|
"flags": {},
|
|
1857
2106
|
"children": [
|
|
1858
2107
|
{
|
|
1859
|
-
"id":
|
|
2108
|
+
"id": 115,
|
|
1860
2109
|
"name": "route",
|
|
1861
2110
|
"kind": 1024,
|
|
1862
2111
|
"kindString": "Property",
|
|
@@ -1873,14 +2122,14 @@
|
|
|
1873
2122
|
"type": {
|
|
1874
2123
|
"type": "reflection",
|
|
1875
2124
|
"declaration": {
|
|
1876
|
-
"id":
|
|
2125
|
+
"id": 116,
|
|
1877
2126
|
"name": "__type",
|
|
1878
2127
|
"kind": 65536,
|
|
1879
2128
|
"kindString": "Type literal",
|
|
1880
2129
|
"flags": {},
|
|
1881
2130
|
"children": [
|
|
1882
2131
|
{
|
|
1883
|
-
"id":
|
|
2132
|
+
"id": 117,
|
|
1884
2133
|
"name": "commands",
|
|
1885
2134
|
"kind": 1024,
|
|
1886
2135
|
"kindString": "Property",
|
|
@@ -1901,7 +2150,7 @@
|
|
|
1901
2150
|
}
|
|
1902
2151
|
},
|
|
1903
2152
|
{
|
|
1904
|
-
"id":
|
|
2153
|
+
"id": 118,
|
|
1905
2154
|
"name": "extras",
|
|
1906
2155
|
"kind": 1024,
|
|
1907
2156
|
"kindString": "Property",
|
|
@@ -1928,8 +2177,8 @@
|
|
|
1928
2177
|
"title": "Properties",
|
|
1929
2178
|
"kind": 1024,
|
|
1930
2179
|
"children": [
|
|
1931
|
-
|
|
1932
|
-
|
|
2180
|
+
117,
|
|
2181
|
+
118
|
|
1933
2182
|
]
|
|
1934
2183
|
}
|
|
1935
2184
|
]
|
|
@@ -1937,7 +2186,7 @@
|
|
|
1937
2186
|
}
|
|
1938
2187
|
},
|
|
1939
2188
|
{
|
|
1940
|
-
"id":
|
|
2189
|
+
"id": 119,
|
|
1941
2190
|
"name": "url",
|
|
1942
2191
|
"kind": 1024,
|
|
1943
2192
|
"kindString": "Property",
|
|
@@ -1962,8 +2211,8 @@
|
|
|
1962
2211
|
"title": "Properties",
|
|
1963
2212
|
"kind": 1024,
|
|
1964
2213
|
"children": [
|
|
1965
|
-
|
|
1966
|
-
|
|
2214
|
+
115,
|
|
2215
|
+
119
|
|
1967
2216
|
]
|
|
1968
2217
|
}
|
|
1969
2218
|
]
|
|
@@ -1976,9 +2225,9 @@
|
|
|
1976
2225
|
"title": "Properties",
|
|
1977
2226
|
"kind": 1024,
|
|
1978
2227
|
"children": [
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
2228
|
+
124,
|
|
2229
|
+
120,
|
|
2230
|
+
113
|
|
1982
2231
|
]
|
|
1983
2232
|
}
|
|
1984
2233
|
],
|
|
@@ -1997,7 +2246,7 @@
|
|
|
1997
2246
|
]
|
|
1998
2247
|
},
|
|
1999
2248
|
{
|
|
2000
|
-
"id":
|
|
2249
|
+
"id": 126,
|
|
2001
2250
|
"name": "SkyRecentLink",
|
|
2002
2251
|
"kind": 256,
|
|
2003
2252
|
"kindString": "Interface",
|
|
@@ -2013,7 +2262,7 @@
|
|
|
2013
2262
|
},
|
|
2014
2263
|
"children": [
|
|
2015
2264
|
{
|
|
2016
|
-
"id":
|
|
2265
|
+
"id": 135,
|
|
2017
2266
|
"name": "label",
|
|
2018
2267
|
"kind": 1024,
|
|
2019
2268
|
"kindString": "Property",
|
|
@@ -2034,12 +2283,12 @@
|
|
|
2034
2283
|
},
|
|
2035
2284
|
"inheritedFrom": {
|
|
2036
2285
|
"type": "reference",
|
|
2037
|
-
"id":
|
|
2286
|
+
"id": 110,
|
|
2038
2287
|
"name": "SkyPageLink.label"
|
|
2039
2288
|
}
|
|
2040
2289
|
},
|
|
2041
2290
|
{
|
|
2042
|
-
"id":
|
|
2291
|
+
"id": 127,
|
|
2043
2292
|
"name": "lastAccessed",
|
|
2044
2293
|
"kind": 1024,
|
|
2045
2294
|
"kindString": "Property",
|
|
@@ -2068,7 +2317,7 @@
|
|
|
2068
2317
|
}
|
|
2069
2318
|
},
|
|
2070
2319
|
{
|
|
2071
|
-
"id":
|
|
2320
|
+
"id": 128,
|
|
2072
2321
|
"name": "permalink",
|
|
2073
2322
|
"kind": 1024,
|
|
2074
2323
|
"kindString": "Property",
|
|
@@ -2086,14 +2335,14 @@
|
|
|
2086
2335
|
"type": {
|
|
2087
2336
|
"type": "reflection",
|
|
2088
2337
|
"declaration": {
|
|
2089
|
-
"id":
|
|
2338
|
+
"id": 129,
|
|
2090
2339
|
"name": "__type",
|
|
2091
2340
|
"kind": 65536,
|
|
2092
2341
|
"kindString": "Type literal",
|
|
2093
2342
|
"flags": {},
|
|
2094
2343
|
"children": [
|
|
2095
2344
|
{
|
|
2096
|
-
"id":
|
|
2345
|
+
"id": 130,
|
|
2097
2346
|
"name": "route",
|
|
2098
2347
|
"kind": 1024,
|
|
2099
2348
|
"kindString": "Property",
|
|
@@ -2110,14 +2359,14 @@
|
|
|
2110
2359
|
"type": {
|
|
2111
2360
|
"type": "reflection",
|
|
2112
2361
|
"declaration": {
|
|
2113
|
-
"id":
|
|
2362
|
+
"id": 131,
|
|
2114
2363
|
"name": "__type",
|
|
2115
2364
|
"kind": 65536,
|
|
2116
2365
|
"kindString": "Type literal",
|
|
2117
2366
|
"flags": {},
|
|
2118
2367
|
"children": [
|
|
2119
2368
|
{
|
|
2120
|
-
"id":
|
|
2369
|
+
"id": 132,
|
|
2121
2370
|
"name": "commands",
|
|
2122
2371
|
"kind": 1024,
|
|
2123
2372
|
"kindString": "Property",
|
|
@@ -2138,7 +2387,7 @@
|
|
|
2138
2387
|
}
|
|
2139
2388
|
},
|
|
2140
2389
|
{
|
|
2141
|
-
"id":
|
|
2390
|
+
"id": 133,
|
|
2142
2391
|
"name": "extras",
|
|
2143
2392
|
"kind": 1024,
|
|
2144
2393
|
"kindString": "Property",
|
|
@@ -2165,8 +2414,8 @@
|
|
|
2165
2414
|
"title": "Properties",
|
|
2166
2415
|
"kind": 1024,
|
|
2167
2416
|
"children": [
|
|
2168
|
-
|
|
2169
|
-
|
|
2417
|
+
132,
|
|
2418
|
+
133
|
|
2170
2419
|
]
|
|
2171
2420
|
}
|
|
2172
2421
|
]
|
|
@@ -2174,7 +2423,7 @@
|
|
|
2174
2423
|
}
|
|
2175
2424
|
},
|
|
2176
2425
|
{
|
|
2177
|
-
"id":
|
|
2426
|
+
"id": 134,
|
|
2178
2427
|
"name": "url",
|
|
2179
2428
|
"kind": 1024,
|
|
2180
2429
|
"kindString": "Property",
|
|
@@ -2199,8 +2448,8 @@
|
|
|
2199
2448
|
"title": "Properties",
|
|
2200
2449
|
"kind": 1024,
|
|
2201
2450
|
"children": [
|
|
2202
|
-
|
|
2203
|
-
|
|
2451
|
+
130,
|
|
2452
|
+
134
|
|
2204
2453
|
]
|
|
2205
2454
|
}
|
|
2206
2455
|
]
|
|
@@ -2208,7 +2457,7 @@
|
|
|
2208
2457
|
},
|
|
2209
2458
|
"inheritedFrom": {
|
|
2210
2459
|
"type": "reference",
|
|
2211
|
-
"id":
|
|
2460
|
+
"id": 103,
|
|
2212
2461
|
"name": "SkyPageLink.permalink"
|
|
2213
2462
|
}
|
|
2214
2463
|
}
|
|
@@ -2218,9 +2467,9 @@
|
|
|
2218
2467
|
"title": "Properties",
|
|
2219
2468
|
"kind": 1024,
|
|
2220
2469
|
"children": [
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2470
|
+
135,
|
|
2471
|
+
127,
|
|
2472
|
+
128
|
|
2224
2473
|
]
|
|
2225
2474
|
}
|
|
2226
2475
|
],
|
|
@@ -2234,13 +2483,13 @@
|
|
|
2234
2483
|
"extendedTypes": [
|
|
2235
2484
|
{
|
|
2236
2485
|
"type": "reference",
|
|
2237
|
-
"id":
|
|
2486
|
+
"id": 102,
|
|
2238
2487
|
"name": "SkyPageLink"
|
|
2239
2488
|
}
|
|
2240
2489
|
]
|
|
2241
2490
|
},
|
|
2242
2491
|
{
|
|
2243
|
-
"id":
|
|
2492
|
+
"id": 95,
|
|
2244
2493
|
"name": "SkyActionHubNeedsAttentionClickHandler",
|
|
2245
2494
|
"kind": 4194304,
|
|
2246
2495
|
"kindString": "Type alias",
|
|
@@ -2255,7 +2504,7 @@
|
|
|
2255
2504
|
"type": {
|
|
2256
2505
|
"type": "reflection",
|
|
2257
2506
|
"declaration": {
|
|
2258
|
-
"id":
|
|
2507
|
+
"id": 96,
|
|
2259
2508
|
"name": "__type",
|
|
2260
2509
|
"kind": 65536,
|
|
2261
2510
|
"kindString": "Type literal",
|
|
@@ -2269,21 +2518,21 @@
|
|
|
2269
2518
|
],
|
|
2270
2519
|
"signatures": [
|
|
2271
2520
|
{
|
|
2272
|
-
"id":
|
|
2521
|
+
"id": 97,
|
|
2273
2522
|
"name": "__type",
|
|
2274
2523
|
"kind": 4096,
|
|
2275
2524
|
"kindString": "Call signature",
|
|
2276
2525
|
"flags": {},
|
|
2277
2526
|
"parameters": [
|
|
2278
2527
|
{
|
|
2279
|
-
"id":
|
|
2528
|
+
"id": 98,
|
|
2280
2529
|
"name": "_",
|
|
2281
2530
|
"kind": 32768,
|
|
2282
2531
|
"kindString": "Parameter",
|
|
2283
2532
|
"flags": {},
|
|
2284
2533
|
"type": {
|
|
2285
2534
|
"type": "reference",
|
|
2286
|
-
"id":
|
|
2535
|
+
"id": 99,
|
|
2287
2536
|
"name": "SkyActionHubNeedsAttentionClickHandlerArgs"
|
|
2288
2537
|
}
|
|
2289
2538
|
}
|
|
@@ -2298,7 +2547,7 @@
|
|
|
2298
2547
|
}
|
|
2299
2548
|
},
|
|
2300
2549
|
{
|
|
2301
|
-
"id":
|
|
2550
|
+
"id": 99,
|
|
2302
2551
|
"name": "SkyActionHubNeedsAttentionClickHandlerArgs",
|
|
2303
2552
|
"kind": 4194304,
|
|
2304
2553
|
"kindString": "Type alias",
|
|
@@ -2313,14 +2562,14 @@
|
|
|
2313
2562
|
"type": {
|
|
2314
2563
|
"type": "reflection",
|
|
2315
2564
|
"declaration": {
|
|
2316
|
-
"id":
|
|
2565
|
+
"id": 100,
|
|
2317
2566
|
"name": "__type",
|
|
2318
2567
|
"kind": 65536,
|
|
2319
2568
|
"kindString": "Type literal",
|
|
2320
2569
|
"flags": {},
|
|
2321
2570
|
"children": [
|
|
2322
2571
|
{
|
|
2323
|
-
"id":
|
|
2572
|
+
"id": 101,
|
|
2324
2573
|
"name": "item",
|
|
2325
2574
|
"kind": 1024,
|
|
2326
2575
|
"kindString": "Property",
|
|
@@ -2343,7 +2592,7 @@
|
|
|
2343
2592
|
"title": "Properties",
|
|
2344
2593
|
"kind": 1024,
|
|
2345
2594
|
"children": [
|
|
2346
|
-
|
|
2595
|
+
101
|
|
2347
2596
|
]
|
|
2348
2597
|
}
|
|
2349
2598
|
],
|
|
@@ -2358,7 +2607,7 @@
|
|
|
2358
2607
|
}
|
|
2359
2608
|
},
|
|
2360
2609
|
{
|
|
2361
|
-
"id":
|
|
2610
|
+
"id": 140,
|
|
2362
2611
|
"name": "SkyPageLayoutType",
|
|
2363
2612
|
"kind": 4194304,
|
|
2364
2613
|
"kindString": "Type alias",
|
|
@@ -2397,7 +2646,7 @@
|
|
|
2397
2646
|
}
|
|
2398
2647
|
},
|
|
2399
2648
|
{
|
|
2400
|
-
"id":
|
|
2649
|
+
"id": 111,
|
|
2401
2650
|
"name": "SkyPageLinksInput",
|
|
2402
2651
|
"kind": 4194304,
|
|
2403
2652
|
"kindString": "Type alias",
|
|
@@ -2416,7 +2665,7 @@
|
|
|
2416
2665
|
"type": "array",
|
|
2417
2666
|
"elementType": {
|
|
2418
2667
|
"type": "reference",
|
|
2419
|
-
"id":
|
|
2668
|
+
"id": 102,
|
|
2420
2669
|
"name": "SkyPageLink"
|
|
2421
2670
|
}
|
|
2422
2671
|
},
|
|
@@ -2432,7 +2681,7 @@
|
|
|
2432
2681
|
}
|
|
2433
2682
|
},
|
|
2434
2683
|
{
|
|
2435
|
-
"id":
|
|
2684
|
+
"id": 125,
|
|
2436
2685
|
"name": "SkyPageModalLinksInput",
|
|
2437
2686
|
"kind": 4194304,
|
|
2438
2687
|
"kindString": "Type alias",
|
|
@@ -2451,7 +2700,7 @@
|
|
|
2451
2700
|
"type": "array",
|
|
2452
2701
|
"elementType": {
|
|
2453
2702
|
"type": "reference",
|
|
2454
|
-
"id":
|
|
2703
|
+
"id": 112,
|
|
2455
2704
|
"name": "SkyPageModalLink"
|
|
2456
2705
|
}
|
|
2457
2706
|
},
|
|
@@ -2467,7 +2716,7 @@
|
|
|
2467
2716
|
}
|
|
2468
2717
|
},
|
|
2469
2718
|
{
|
|
2470
|
-
"id":
|
|
2719
|
+
"id": 136,
|
|
2471
2720
|
"name": "SkyRecentLinksInput",
|
|
2472
2721
|
"kind": 4194304,
|
|
2473
2722
|
"kindString": "Type alias",
|
|
@@ -2489,7 +2738,7 @@
|
|
|
2489
2738
|
"type": "array",
|
|
2490
2739
|
"elementType": {
|
|
2491
2740
|
"type": "reference",
|
|
2492
|
-
"id":
|
|
2741
|
+
"id": 126,
|
|
2493
2742
|
"name": "SkyRecentLink"
|
|
2494
2743
|
}
|
|
2495
2744
|
},
|
|
@@ -2509,7 +2758,7 @@
|
|
|
2509
2758
|
}
|
|
2510
2759
|
},
|
|
2511
2760
|
{
|
|
2512
|
-
"id":
|
|
2761
|
+
"id": 144,
|
|
2513
2762
|
"name": "SkyPageHarness",
|
|
2514
2763
|
"kind": 128,
|
|
2515
2764
|
"kindString": "Class",
|
|
@@ -2519,7 +2768,7 @@
|
|
|
2519
2768
|
},
|
|
2520
2769
|
"children": [
|
|
2521
2770
|
{
|
|
2522
|
-
"id":
|
|
2771
|
+
"id": 157,
|
|
2523
2772
|
"name": "getLayout",
|
|
2524
2773
|
"kind": 2048,
|
|
2525
2774
|
"kindString": "Method",
|
|
@@ -2535,7 +2784,7 @@
|
|
|
2535
2784
|
],
|
|
2536
2785
|
"signatures": [
|
|
2537
2786
|
{
|
|
2538
|
-
"id":
|
|
2787
|
+
"id": 158,
|
|
2539
2788
|
"name": "getLayout",
|
|
2540
2789
|
"kind": 4096,
|
|
2541
2790
|
"kindString": "Call signature",
|
|
@@ -2548,7 +2797,7 @@
|
|
|
2548
2797
|
"typeArguments": [
|
|
2549
2798
|
{
|
|
2550
2799
|
"type": "reference",
|
|
2551
|
-
"id":
|
|
2800
|
+
"id": 140,
|
|
2552
2801
|
"name": "SkyPageLayoutType"
|
|
2553
2802
|
}
|
|
2554
2803
|
],
|
|
@@ -2560,7 +2809,7 @@
|
|
|
2560
2809
|
]
|
|
2561
2810
|
},
|
|
2562
2811
|
{
|
|
2563
|
-
"id":
|
|
2812
|
+
"id": 159,
|
|
2564
2813
|
"name": "getPageHeader",
|
|
2565
2814
|
"kind": 2048,
|
|
2566
2815
|
"kindString": "Method",
|
|
@@ -2576,7 +2825,7 @@
|
|
|
2576
2825
|
],
|
|
2577
2826
|
"signatures": [
|
|
2578
2827
|
{
|
|
2579
|
-
"id":
|
|
2828
|
+
"id": 160,
|
|
2580
2829
|
"name": "getPageHeader",
|
|
2581
2830
|
"kind": 4096,
|
|
2582
2831
|
"kindString": "Call signature",
|
|
@@ -2586,7 +2835,7 @@
|
|
|
2586
2835
|
},
|
|
2587
2836
|
"parameters": [
|
|
2588
2837
|
{
|
|
2589
|
-
"id":
|
|
2838
|
+
"id": 161,
|
|
2590
2839
|
"name": "filters",
|
|
2591
2840
|
"kind": 32768,
|
|
2592
2841
|
"kindString": "Parameter",
|
|
@@ -2618,7 +2867,7 @@
|
|
|
2618
2867
|
]
|
|
2619
2868
|
},
|
|
2620
2869
|
{
|
|
2621
|
-
"id":
|
|
2870
|
+
"id": 165,
|
|
2622
2871
|
"name": "host",
|
|
2623
2872
|
"kind": 2048,
|
|
2624
2873
|
"kindString": "Method",
|
|
@@ -2632,7 +2881,7 @@
|
|
|
2632
2881
|
],
|
|
2633
2882
|
"signatures": [
|
|
2634
2883
|
{
|
|
2635
|
-
"id":
|
|
2884
|
+
"id": 166,
|
|
2636
2885
|
"name": "host",
|
|
2637
2886
|
"kind": 4096,
|
|
2638
2887
|
"kindString": "Call signature",
|
|
@@ -2666,7 +2915,7 @@
|
|
|
2666
2915
|
}
|
|
2667
2916
|
},
|
|
2668
2917
|
{
|
|
2669
|
-
"id":
|
|
2918
|
+
"id": 146,
|
|
2670
2919
|
"name": "with",
|
|
2671
2920
|
"kind": 2048,
|
|
2672
2921
|
"kindString": "Method",
|
|
@@ -2683,7 +2932,7 @@
|
|
|
2683
2932
|
],
|
|
2684
2933
|
"signatures": [
|
|
2685
2934
|
{
|
|
2686
|
-
"id":
|
|
2935
|
+
"id": 147,
|
|
2687
2936
|
"name": "with",
|
|
2688
2937
|
"kind": 4096,
|
|
2689
2938
|
"kindString": "Call signature",
|
|
@@ -2693,14 +2942,14 @@
|
|
|
2693
2942
|
},
|
|
2694
2943
|
"parameters": [
|
|
2695
2944
|
{
|
|
2696
|
-
"id":
|
|
2945
|
+
"id": 148,
|
|
2697
2946
|
"name": "filters",
|
|
2698
2947
|
"kind": 32768,
|
|
2699
2948
|
"kindString": "Parameter",
|
|
2700
2949
|
"flags": {},
|
|
2701
2950
|
"type": {
|
|
2702
2951
|
"type": "reference",
|
|
2703
|
-
"id":
|
|
2952
|
+
"id": 185,
|
|
2704
2953
|
"name": "SkyPageHarnessFilters"
|
|
2705
2954
|
}
|
|
2706
2955
|
}
|
|
@@ -2710,7 +2959,7 @@
|
|
|
2710
2959
|
"typeArguments": [
|
|
2711
2960
|
{
|
|
2712
2961
|
"type": "reference",
|
|
2713
|
-
"id":
|
|
2962
|
+
"id": 144,
|
|
2714
2963
|
"name": "SkyPageHarness"
|
|
2715
2964
|
}
|
|
2716
2965
|
],
|
|
@@ -2727,17 +2976,17 @@
|
|
|
2727
2976
|
"title": "Constructors",
|
|
2728
2977
|
"kind": 512,
|
|
2729
2978
|
"children": [
|
|
2730
|
-
|
|
2979
|
+
154
|
|
2731
2980
|
]
|
|
2732
2981
|
},
|
|
2733
2982
|
{
|
|
2734
2983
|
"title": "Methods",
|
|
2735
2984
|
"kind": 2048,
|
|
2736
2985
|
"children": [
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2986
|
+
157,
|
|
2987
|
+
159,
|
|
2988
|
+
165,
|
|
2989
|
+
146
|
|
2741
2990
|
]
|
|
2742
2991
|
}
|
|
2743
2992
|
],
|
|
@@ -2756,7 +3005,7 @@
|
|
|
2756
3005
|
]
|
|
2757
3006
|
},
|
|
2758
3007
|
{
|
|
2759
|
-
"id":
|
|
3008
|
+
"id": 185,
|
|
2760
3009
|
"name": "SkyPageHarnessFilters",
|
|
2761
3010
|
"kind": 256,
|
|
2762
3011
|
"kindString": "Interface",
|
|
@@ -2766,7 +3015,7 @@
|
|
|
2766
3015
|
},
|
|
2767
3016
|
"children": [
|
|
2768
3017
|
{
|
|
2769
|
-
"id":
|
|
3018
|
+
"id": 188,
|
|
2770
3019
|
"name": "ancestor",
|
|
2771
3020
|
"kind": 1024,
|
|
2772
3021
|
"kindString": "Property",
|
|
@@ -2793,7 +3042,7 @@
|
|
|
2793
3042
|
}
|
|
2794
3043
|
},
|
|
2795
3044
|
{
|
|
2796
|
-
"id":
|
|
3045
|
+
"id": 186,
|
|
2797
3046
|
"name": "dataSkyId",
|
|
2798
3047
|
"kind": 1024,
|
|
2799
3048
|
"kindString": "Property",
|
|
@@ -2831,7 +3080,7 @@
|
|
|
2831
3080
|
}
|
|
2832
3081
|
},
|
|
2833
3082
|
{
|
|
2834
|
-
"id":
|
|
3083
|
+
"id": 187,
|
|
2835
3084
|
"name": "selector",
|
|
2836
3085
|
"kind": 1024,
|
|
2837
3086
|
"kindString": "Property",
|
|
@@ -2863,9 +3112,9 @@
|
|
|
2863
3112
|
"title": "Properties",
|
|
2864
3113
|
"kind": 1024,
|
|
2865
3114
|
"children": [
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
3115
|
+
188,
|
|
3116
|
+
186,
|
|
3117
|
+
187
|
|
2869
3118
|
]
|
|
2870
3119
|
}
|
|
2871
3120
|
],
|
|
@@ -2934,7 +3183,7 @@
|
|
|
2934
3183
|
{
|
|
2935
3184
|
"fileName": "list-page-content.component.html",
|
|
2936
3185
|
"filePath": "/projects/pages/documentation/code-examples/page/list-page-list-layout-demo/list-page-content.component.html",
|
|
2937
|
-
"rawContents": "<sky-data-manager>\n <sky-data-manager-toolbar>\n
|
|
3186
|
+
"rawContents": "<sky-data-manager>\n <div class=\"sky-margin-stacked-xs\">\n <sky-data-manager-toolbar>\n <sky-data-manager-toolbar-primary-item>\n <button class=\"sky-btn sky-btn-default\" aria-label=\"New dashboard\">\n <sky-icon iconType=\"skyux\" icon=\"add\"></sky-icon>\n New\n </button>\n </sky-data-manager-toolbar-primary-item>\n </sky-data-manager-toolbar>\n </div>\n <div class=\"sky-margin-stacked-sm\">\n <sky-key-info layout=\"horizontal\" class=\"sky-padding-horizontal-sm\">\n <sky-key-info-value class=\"sky-font-display-4\">\n {{ items.length }}\n </sky-key-info-value>\n <sky-key-info-label> Dashboards </sky-key-info-label>\n </sky-key-info>\n </div>\n <sky-data-view skyAgGridDataManagerAdapter viewId=\"gridView\">\n <sky-ag-grid-wrapper>\n <ag-grid-angular [gridOptions]=\"gridOptions\" [rowData]=\"items\">\n </ag-grid-angular>\n </sky-ag-grid-wrapper>\n </sky-data-view>\n</sky-data-manager>\n"
|
|
2938
3187
|
},
|
|
2939
3188
|
{
|
|
2940
3189
|
"fileName": "list-page-content.component.ts",
|
|
@@ -2974,7 +3223,7 @@
|
|
|
2974
3223
|
{
|
|
2975
3224
|
"fileName": "list-page-contacts-grid.component.html",
|
|
2976
3225
|
"filePath": "/projects/pages/documentation/code-examples/page/list-page-tabs-layout-demo/list-page-contacts-grid.component.html",
|
|
2977
|
-
"rawContents": "<sky-data-manager>\n <
|
|
3226
|
+
"rawContents": "<sky-data-manager>\n <div class=\"sky-margin-stacked-xs\">\n <sky-data-manager-toolbar>\n <sky-data-manager-toolbar-primary-item>\n <button class=\"sky-btn sky-btn-default\" aria-label=\"New contact\">\n <sky-icon iconType=\"skyux\" icon=\"add\"></sky-icon>\n New\n </button>\n </sky-data-manager-toolbar-primary-item>\n </sky-data-manager-toolbar>\n </div>\n <div class=\"sky-margin-stacked-sm\">\n <sky-key-info layout=\"horizontal\" class=\"sky-padding-horizontal-sm\">\n <sky-key-info-value class=\"sky-font-display-4\">\n {{ contacts.length }}\n </sky-key-info-value>\n <sky-key-info-label> Contacts </sky-key-info-label>\n </sky-key-info>\n </div>\n <sky-data-view skyAgGridDataManagerAdapter viewId=\"gridView\">\n <sky-ag-grid-wrapper>\n <ag-grid-angular [gridOptions]=\"gridOptions\" [rowData]=\"contacts\">\n </ag-grid-angular>\n </sky-ag-grid-wrapper>\n </sky-data-view>\n</sky-data-manager>\n"
|
|
2978
3227
|
},
|
|
2979
3228
|
{
|
|
2980
3229
|
"fileName": "list-page-contacts-grid.component.ts",
|
|
@@ -3059,7 +3308,7 @@
|
|
|
3059
3308
|
{
|
|
3060
3309
|
"fileName": "record-page-attachments-tab.component.html",
|
|
3061
3310
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-tabs-layout-demo/record-page-attachments-tab.component.html",
|
|
3062
|
-
"rawContents": "<sky-data-manager>\n <sky-data-manager-toolbar>\n
|
|
3311
|
+
"rawContents": "<sky-data-manager>\n <div class=\"sky-margin-stacked-xs\">\n <sky-data-manager-toolbar>\n <sky-data-manager-toolbar-primary-item>\n <button class=\"sky-btn sky-btn-default\" aria-label=\"New attachment\">\n <sky-icon iconType=\"skyux\" icon=\"add\"></sky-icon>\n New\n </button>\n </sky-data-manager-toolbar-primary-item>\n </sky-data-manager-toolbar>\n </div>\n <div class=\"sky-margin-stacked-sm\">\n <sky-key-info layout=\"horizontal\" class=\"sky-padding-horizontal-sm\">\n <sky-key-info-value class=\"sky-font-display-4\">\n {{ items.length }}\n </sky-key-info-value>\n <sky-key-info-label> Attachments </sky-key-info-label>\n </sky-key-info>\n </div>\n <sky-data-view skyAgGridDataManagerAdapter viewId=\"gridView\">\n <sky-ag-grid-wrapper>\n <ag-grid-angular [gridOptions]=\"gridOptions\" [rowData]=\"items\">\n </ag-grid-angular>\n </sky-ag-grid-wrapper>\n </sky-data-view>\n</sky-data-manager>\n"
|
|
3063
3312
|
},
|
|
3064
3313
|
{
|
|
3065
3314
|
"fileName": "record-page-attachments-tab.component.ts",
|
|
@@ -3079,7 +3328,7 @@
|
|
|
3079
3328
|
{
|
|
3080
3329
|
"fileName": "record-page-notes-tab.component.html",
|
|
3081
3330
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-tabs-layout-demo/record-page-notes-tab.component.html",
|
|
3082
|
-
"rawContents": "<sky-
|
|
3331
|
+
"rawContents": "<div class=\"sky-margin-stacked-xs\">\n <sky-toolbar>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n aria-label=\"New note\"\n >\n <sky-icon iconType=\"skyux\" icon=\"add\"></sky-icon>\n New\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <sky-sort [showButtonText]=\"true\">\n <sky-sort-item>\n <span aria-label=\"Sort notes by date created (newest first)\">\n Date created (newest first)\n </span>\n </sky-sort-item>\n <sky-sort-item>\n <span aria-label=\"Sort notes by date created (oldest first)\">\n Date created (oldest first)\n </span>\n </sky-sort-item>\n </sky-sort>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n aria-label=\"Export notes\"\n >\n <sky-icon iconType=\"skyux\" icon=\"xls-file\"></sky-icon>\n Export\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <sky-search placeholderText=\"Find in notes\"> </sky-search>\n </sky-toolbar-item>\n </sky-toolbar>\n</div>\n<div class=\"sky-margin-stacked-sm\">\n <sky-key-info layout=\"horizontal\">\n <sky-key-info-value class=\"sky-font-display-4\">\n {{ notes.length }}\n </sky-key-info-value>\n <sky-key-info-label> Notes </sky-key-info-label>\n </sky-key-info>\n</div>\n<sky-repeater>\n <sky-repeater-item *ngFor=\"let note of notes\">\n <sky-repeater-item-context-menu>\n <sky-dropdown\n buttonType=\"context-menu\"\n [label]=\"\n 'Context menu for note ' + note.noteNumber + ' from ' + note.date\n \"\n >\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button\n type=\"button\"\n [attr.aria-label]=\"\n 'Edit note ' + note.noteNumber + ' from ' + note.date\n \"\n >\n Edit\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button\n type=\"button\"\n [attr.aria-label]=\"\n 'Delete note ' + note.noteNumber + ' from ' + note.date\n \"\n >\n Delete\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n <div class=\"sky-margin-stacked-xs\">\n {{ note.content }}\n </div>\n <div class=\"sky-font-deemphasized\">{{ note.date }}</div>\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
3083
3332
|
},
|
|
3084
3333
|
{
|
|
3085
3334
|
"fileName": "record-page-notes-tab.component.ts",
|
|
@@ -3104,12 +3353,12 @@
|
|
|
3104
3353
|
{
|
|
3105
3354
|
"fileName": "record-page-tabs-layout-demo.component.html",
|
|
3106
3355
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-tabs-layout-demo/record-page-tabs-layout-demo.component.html",
|
|
3107
|
-
"rawContents": "<sky-page layout=\"tabs\">\n <sky-page-header
|
|
3356
|
+
"rawContents": "<sky-page layout=\"tabs\">\n <sky-page-header pageTitle=\"Charlene Conners\">\n <sky-page-header-alerts>\n <sky-alert alertType=\"warning\" descriptionType=\"warning\">\n Missing phone number for Charlene Conners.\n </sky-alert>\n </sky-page-header-alerts>\n <sky-page-header-avatar>\n <sky-avatar name=\"Charlene Conners\"> </sky-avatar>\n </sky-page-header-avatar>\n <sky-page-header-details>\n <sky-label labelType=\"info\" descriptionType=\"important-info\">\n VIP\n </sky-label>\n </sky-page-header-details>\n <sky-page-header-actions>\n <button class=\"sky-btn sky-btn-default\">Email contact</button>\n <button class=\"sky-btn sky-btn-default\">Add to my contacts</button>\n </sky-page-header-actions>\n </sky-page-header>\n <sky-page-content>\n <app-record-page-content></app-record-page-content>\n </sky-page-content>\n</sky-page>\n"
|
|
3108
3357
|
},
|
|
3109
3358
|
{
|
|
3110
3359
|
"fileName": "record-page-tabs-layout-demo.component.spec.ts",
|
|
3111
3360
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-tabs-layout-demo/record-page-tabs-layout-demo.component.spec.ts",
|
|
3112
|
-
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RouterTestingModule } from '@angular/router/testing';\nimport { SkyPageHarness } from '@skyux/pages/testing';\n\nimport { RecordPageTabsLayoutDemoComponent } from './record-page-tabs-layout-demo.component';\nimport { RecordPageTabsLayoutDemoModule } from './record-page-tabs-layout-demo.module';\n\nfdescribe('Record page tabs layout demo', async () => {\n async function setupTest(): Promise<{\n pageHarness: SkyPageHarness;\n fixture: ComponentFixture<RecordPageTabsLayoutDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(RecordPageTabsLayoutDemoComponent);\n\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n const pageHarness = await loader.getHarness(SkyPageHarness);\n\n return { pageHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [\n NoopAnimationsModule,\n RecordPageTabsLayoutDemoModule,\n RouterTestingModule,\n ],\n });\n });\n\n it('should have a tabs layout', async () => {\n const { pageHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(pageHarness.getLayout()).toBeResolvedTo('tabs');\n });\n\n it('should have the correct page header text', async () => {\n const { pageHarness } = await setupTest();\n\n const pageHeaderHarness = await pageHarness.getPageHeader();\n\n await expectAsync(pageHeaderHarness.getPageTitle()).toBeResolvedTo(\n 'Charlene Conners'\n );\n
|
|
3361
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RouterTestingModule } from '@angular/router/testing';\nimport { SkyPageHarness } from '@skyux/pages/testing';\n\nimport { RecordPageTabsLayoutDemoComponent } from './record-page-tabs-layout-demo.component';\nimport { RecordPageTabsLayoutDemoModule } from './record-page-tabs-layout-demo.module';\n\nfdescribe('Record page tabs layout demo', async () => {\n async function setupTest(): Promise<{\n pageHarness: SkyPageHarness;\n fixture: ComponentFixture<RecordPageTabsLayoutDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(RecordPageTabsLayoutDemoComponent);\n\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n const pageHarness = await loader.getHarness(SkyPageHarness);\n\n return { pageHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [\n NoopAnimationsModule,\n RecordPageTabsLayoutDemoModule,\n RouterTestingModule,\n ],\n });\n });\n\n it('should have a tabs layout', async () => {\n const { pageHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(pageHarness.getLayout()).toBeResolvedTo('tabs');\n });\n\n it('should have the correct page header text', async () => {\n const { pageHarness } = await setupTest();\n\n const pageHeaderHarness = await pageHarness.getPageHeader();\n\n await expectAsync(pageHeaderHarness.getPageTitle()).toBeResolvedTo(\n 'Charlene Conners'\n );\n });\n});\n"
|
|
3113
3362
|
},
|
|
3114
3363
|
{
|
|
3115
3364
|
"fileName": "record-page-tabs-layout-demo.component.ts",
|
|
@@ -3119,7 +3368,7 @@
|
|
|
3119
3368
|
{
|
|
3120
3369
|
"fileName": "record-page-tabs-layout-demo.module.ts",
|
|
3121
3370
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-tabs-layout-demo/record-page-tabs-layout-demo.module.ts",
|
|
3122
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyAgGridModule } from '@skyux/ag-grid';\nimport { SkyDataManagerModule } from '@skyux/data-manager';\nimport {
|
|
3371
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyAgGridModule } from '@skyux/ag-grid';\nimport { SkyAvatarModule } from '@skyux/avatar';\nimport { SkyDataManagerModule } from '@skyux/data-manager';\nimport {\n SkyAlertModule,\n SkyIconModule,\n SkyKeyInfoModule,\n SkyLabelModule,\n} from '@skyux/indicators';\nimport {\n SkyBoxModule,\n SkyDescriptionListModule,\n SkyFluidGridModule,\n SkyToolbarModule,\n} from '@skyux/layout';\nimport { SkyRepeaterModule, SkySortModule } from '@skyux/lists';\nimport { SkySearchModule } from '@skyux/lookup';\nimport { SkyPageModule } from '@skyux/pages';\nimport { SkyDropdownModule } from '@skyux/popovers';\nimport { SkyTabsModule } from '@skyux/tabs';\n\nimport { AgGridModule } from 'ag-grid-angular';\n\nimport { AttachmentsGridContextMenuComponent } from './attachments-grid-context-menu.component';\nimport { RecordPageAttachmentsTabComponent } from './record-page-attachments-tab.component';\nimport { RecordPageContentComponent } from './record-page-content.component';\nimport { RecordPageNotesTabComponent } from './record-page-notes-tab.component';\nimport { RecordPageOverviewTabComponent } from './record-page-overview-tab.component';\nimport { RecordPageTabsLayoutDemoComponent } from './record-page-tabs-layout-demo.component';\n\n@NgModule({\n declarations: [\n AttachmentsGridContextMenuComponent,\n RecordPageAttachmentsTabComponent,\n RecordPageContentComponent,\n RecordPageNotesTabComponent,\n RecordPageOverviewTabComponent,\n RecordPageTabsLayoutDemoComponent,\n ],\n exports: [RecordPageTabsLayoutDemoComponent],\n imports: [\n AgGridModule,\n CommonModule,\n SkyAgGridModule,\n SkyAlertModule,\n SkyAvatarModule,\n SkyBoxModule,\n SkyDataManagerModule,\n SkyDescriptionListModule,\n SkyDropdownModule,\n SkyFluidGridModule,\n SkyIconModule,\n SkyKeyInfoModule,\n SkyLabelModule,\n SkyPageModule,\n SkyRepeaterModule,\n SkySearchModule,\n SkySortModule,\n SkyTabsModule,\n SkyToolbarModule,\n ],\n})\nexport class RecordPageTabsLayoutDemoModule {}\n"
|
|
3123
3372
|
},
|
|
3124
3373
|
{
|
|
3125
3374
|
"fileName": "split-view-page-content.component.html",
|
|
@@ -3134,7 +3383,7 @@
|
|
|
3134
3383
|
{
|
|
3135
3384
|
"fileName": "split-view-page-fit-layout-demo.component.html",
|
|
3136
3385
|
"filePath": "/projects/pages/documentation/code-examples/page/split-view-page-fit-layout-demo/split-view-page-fit-layout-demo.component.html",
|
|
3137
|
-
"rawContents": "<sky-page layout=\"fit\">\n <sky-page-header\n pageTitle=\"Expenses to approve\"\n [parentLink]=\"{\n label: 'Expenses',\n permalink: {\n route: {\n commands: ['/']\n }\n }\n }\"\n
|
|
3386
|
+
"rawContents": "<sky-page layout=\"fit\">\n <sky-page-header\n pageTitle=\"Expenses to approve\"\n [parentLink]=\"{\n label: 'Expenses',\n permalink: {\n route: {\n commands: ['/']\n }\n }\n }\"\n >\n <sky-page-header-alerts>\n <sky-alert alertType=\"warning\" descriptionType=\"warning\">\n There are multpile expense approvals due soon.\n </sky-alert>\n </sky-page-header-alerts>\n <sky-page-header-actions>\n <button class=\"sky-btn sky-btn-default\">Approve all</button>\n </sky-page-header-actions>\n </sky-page-header>\n <sky-page-content>\n <app-split-view-page-content></app-split-view-page-content>\n </sky-page-content>\n</sky-page>\n"
|
|
3138
3387
|
},
|
|
3139
3388
|
{
|
|
3140
3389
|
"fileName": "split-view-page-fit-layout-demo.component.spec.ts",
|
|
@@ -3149,7 +3398,7 @@
|
|
|
3149
3398
|
{
|
|
3150
3399
|
"fileName": "split-view-page-fit-layout-demo.module.ts",
|
|
3151
3400
|
"filePath": "/projects/pages/documentation/code-examples/page/split-view-page-fit-layout-demo/split-view-page-fit-layout-demo.module.ts",
|
|
3152
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyDescriptionListModule } from '@skyux/layout';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyPageModule } from '@skyux/pages';\nimport { SkySplitViewModule } from '@skyux/split-view';\n\nimport { SplitViewPageContentComponent } from './split-view-page-content.component';\nimport { SplitViewPageFitLayoutDemoComponent } from './split-view-page-fit-layout-demo.component';\n\n@NgModule({\n declarations: [\n SplitViewPageFitLayoutDemoComponent,\n SplitViewPageContentComponent,\n ],\n exports: [SplitViewPageFitLayoutDemoComponent],\n imports: [\n
|
|
3401
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyAlertModule } from '@skyux/indicators';\nimport { SkyDescriptionListModule } from '@skyux/layout';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyPageModule } from '@skyux/pages';\nimport { SkySplitViewModule } from '@skyux/split-view';\n\nimport { SplitViewPageContentComponent } from './split-view-page-content.component';\nimport { SplitViewPageFitLayoutDemoComponent } from './split-view-page-fit-layout-demo.component';\n\n@NgModule({\n declarations: [\n SplitViewPageFitLayoutDemoComponent,\n SplitViewPageContentComponent,\n ],\n exports: [SplitViewPageFitLayoutDemoComponent],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAlertModule,\n SkyDescriptionListModule,\n SkyInputBoxModule,\n SkyPageModule,\n SkyRepeaterModule,\n SkySplitViewModule,\n SkySummaryActionBarModule,\n ],\n})\nexport class SplitViewPageFitLayoutDemoModule {}\n"
|
|
3153
3402
|
}
|
|
3154
3403
|
]
|
|
3155
3404
|
}
|