@skyux/pages 8.7.2 → 8.8.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 -200
- package/esm2020/lib/modules/page/page-content.component.mjs +32 -4
- package/esm2020/lib/modules/page/page.component.mjs +5 -3
- package/esm2020/lib/modules/page-header/page-header.component.mjs +32 -4
- package/fesm2015/skyux-pages.mjs +62 -8
- package/fesm2015/skyux-pages.mjs.map +1 -1
- package/fesm2020/skyux-pages.mjs +62 -8
- package/fesm2020/skyux-pages.mjs.map +1 -1
- package/lib/modules/page/page-content.component.d.ts +5 -1
- package/lib/modules/page/page.component.d.ts +4 -2
- package/lib/modules/page-header/page-header.component.d.ts +5 -1
- package/package.json +8 -8
package/documentation.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"originalName": "",
|
|
36
36
|
"children": [
|
|
37
37
|
{
|
|
38
|
-
"id":
|
|
38
|
+
"id": 93,
|
|
39
39
|
"name": "SkyActionHubModule",
|
|
40
40
|
"kind": 128,
|
|
41
41
|
"kindString": "Class",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"title": "Constructors",
|
|
61
61
|
"kind": 512,
|
|
62
62
|
"children": [
|
|
63
|
-
|
|
63
|
+
94
|
|
64
64
|
]
|
|
65
65
|
}
|
|
66
66
|
],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"id":
|
|
76
|
+
"id": 153,
|
|
77
77
|
"name": "SkyPageHeaderModule",
|
|
78
78
|
"kind": 128,
|
|
79
79
|
"kindString": "Class",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"title": "Constructors",
|
|
99
99
|
"kind": 512,
|
|
100
100
|
"children": [
|
|
101
|
-
|
|
101
|
+
154
|
|
102
102
|
]
|
|
103
103
|
}
|
|
104
104
|
],
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
]
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
|
-
"id":
|
|
114
|
+
"id": 149,
|
|
115
115
|
"name": "SkyPageModule",
|
|
116
116
|
"kind": 128,
|
|
117
117
|
"kindString": "Class",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"title": "Constructors",
|
|
137
137
|
"kind": 512,
|
|
138
138
|
"children": [
|
|
139
|
-
|
|
139
|
+
150
|
|
140
140
|
]
|
|
141
141
|
}
|
|
142
142
|
],
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"type": "array",
|
|
192
192
|
"elementType": {
|
|
193
193
|
"type": "reference",
|
|
194
|
-
"id":
|
|
194
|
+
"id": 96,
|
|
195
195
|
"name": "SkyActionHubNeedsAttention"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
],
|
|
230
230
|
"type": {
|
|
231
231
|
"type": "reference",
|
|
232
|
-
"id":
|
|
232
|
+
"id": 114,
|
|
233
233
|
"name": "SkyPageLink"
|
|
234
234
|
}
|
|
235
235
|
},
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
],
|
|
266
266
|
"type": {
|
|
267
267
|
"type": "reference",
|
|
268
|
-
"id":
|
|
268
|
+
"id": 148,
|
|
269
269
|
"name": "SkyRecentLinksInput"
|
|
270
270
|
},
|
|
271
271
|
"defaultValue": "[]"
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
],
|
|
303
303
|
"type": {
|
|
304
304
|
"type": "reference",
|
|
305
|
-
"id":
|
|
305
|
+
"id": 123,
|
|
306
306
|
"name": "SkyPageLinksInput"
|
|
307
307
|
},
|
|
308
308
|
"defaultValue": "[]"
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
],
|
|
340
340
|
"type": {
|
|
341
341
|
"type": "reference",
|
|
342
|
-
"id":
|
|
342
|
+
"id": 137,
|
|
343
343
|
"name": "SkyPageModalLinksInput"
|
|
344
344
|
},
|
|
345
345
|
"defaultValue": "[]"
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
]
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
|
-
"id":
|
|
500
|
+
"id": 82,
|
|
501
501
|
"name": "SkyPageHeaderAvatarComponent",
|
|
502
502
|
"kind": 128,
|
|
503
503
|
"kindString": "Class",
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
],
|
|
522
522
|
"children": [
|
|
523
523
|
{
|
|
524
|
-
"id":
|
|
524
|
+
"id": 83,
|
|
525
525
|
"name": "constructor",
|
|
526
526
|
"kind": 512,
|
|
527
527
|
"kindString": "Constructor",
|
|
@@ -535,21 +535,21 @@
|
|
|
535
535
|
],
|
|
536
536
|
"signatures": [
|
|
537
537
|
{
|
|
538
|
-
"id":
|
|
538
|
+
"id": 84,
|
|
539
539
|
"name": "SkyPageHeaderAvatarComponent",
|
|
540
540
|
"kind": 16384,
|
|
541
541
|
"kindString": "Constructor signature",
|
|
542
542
|
"flags": {},
|
|
543
543
|
"type": {
|
|
544
544
|
"type": "reference",
|
|
545
|
-
"id":
|
|
545
|
+
"id": 82,
|
|
546
546
|
"name": "SkyPageHeaderAvatarComponent"
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
]
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
|
-
"id":
|
|
552
|
+
"id": 88,
|
|
553
553
|
"name": "ngOnDestroy",
|
|
554
554
|
"kind": 2048,
|
|
555
555
|
"kindString": "Method",
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
],
|
|
566
566
|
"signatures": [
|
|
567
567
|
{
|
|
568
|
-
"id":
|
|
568
|
+
"id": 89,
|
|
569
569
|
"name": "ngOnDestroy",
|
|
570
570
|
"kind": 4096,
|
|
571
571
|
"kindString": "Call signature",
|
|
@@ -591,14 +591,14 @@
|
|
|
591
591
|
"title": "Constructors",
|
|
592
592
|
"kind": 512,
|
|
593
593
|
"children": [
|
|
594
|
-
|
|
594
|
+
83
|
|
595
595
|
]
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
598
|
"title": "Methods",
|
|
599
599
|
"kind": 2048,
|
|
600
600
|
"children": [
|
|
601
|
-
|
|
601
|
+
88
|
|
602
602
|
]
|
|
603
603
|
}
|
|
604
604
|
],
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
]
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
|
-
"id":
|
|
622
|
+
"id": 90,
|
|
623
623
|
"name": "SkyPageHeaderAlertsComponent",
|
|
624
624
|
"kind": 128,
|
|
625
625
|
"kindString": "Class",
|
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
"title": "Constructors",
|
|
648
648
|
"kind": 512,
|
|
649
649
|
"children": [
|
|
650
|
-
|
|
650
|
+
91
|
|
651
651
|
]
|
|
652
652
|
}
|
|
653
653
|
],
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"name": "Component"
|
|
762
762
|
},
|
|
763
763
|
"arguments": {
|
|
764
|
-
"obj": "{\n selector: 'sky-page-header',\n templateUrl: './page-header.component.html',\n styleUrls: ['./page-header.component.scss'],\n}"
|
|
764
|
+
"obj": "{\n selector: 'sky-page-header',\n templateUrl: './page-header.component.html',\n styleUrls: ['./page-header.component.scss'],\n providers: [\n SkyResizeObserverMediaQueryService,\n {\n provide: SkyMediaQueryService,\n useExisting: SkyResizeObserverMediaQueryService,\n },\n ],\n}"
|
|
765
765
|
}
|
|
766
766
|
}
|
|
767
767
|
],
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"sources": [
|
|
793
793
|
{
|
|
794
794
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
795
|
-
"line":
|
|
795
|
+
"line": 44,
|
|
796
796
|
"character": 9
|
|
797
797
|
}
|
|
798
798
|
],
|
|
@@ -828,15 +828,89 @@
|
|
|
828
828
|
"sources": [
|
|
829
829
|
{
|
|
830
830
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
831
|
-
"line":
|
|
831
|
+
"line": 38,
|
|
832
832
|
"character": 9
|
|
833
833
|
}
|
|
834
834
|
],
|
|
835
835
|
"type": {
|
|
836
836
|
"type": "reference",
|
|
837
|
-
"id":
|
|
837
|
+
"id": 114,
|
|
838
838
|
"name": "SkyPageLink"
|
|
839
839
|
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"id": 32,
|
|
843
|
+
"name": "ngOnDestroy",
|
|
844
|
+
"kind": 2048,
|
|
845
|
+
"kindString": "Method",
|
|
846
|
+
"flags": {
|
|
847
|
+
"isPublic": true
|
|
848
|
+
},
|
|
849
|
+
"sources": [
|
|
850
|
+
{
|
|
851
|
+
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
852
|
+
"line": 55,
|
|
853
|
+
"character": 9
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"signatures": [
|
|
857
|
+
{
|
|
858
|
+
"id": 33,
|
|
859
|
+
"name": "ngOnDestroy",
|
|
860
|
+
"kind": 4096,
|
|
861
|
+
"kindString": "Call signature",
|
|
862
|
+
"flags": {},
|
|
863
|
+
"type": {
|
|
864
|
+
"type": "intrinsic",
|
|
865
|
+
"name": "void"
|
|
866
|
+
},
|
|
867
|
+
"implementationOf": {
|
|
868
|
+
"type": "reference",
|
|
869
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"implementationOf": {
|
|
874
|
+
"type": "reference",
|
|
875
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"id": 30,
|
|
880
|
+
"name": "ngOnInit",
|
|
881
|
+
"kind": 2048,
|
|
882
|
+
"kindString": "Method",
|
|
883
|
+
"flags": {
|
|
884
|
+
"isPublic": true
|
|
885
|
+
},
|
|
886
|
+
"sources": [
|
|
887
|
+
{
|
|
888
|
+
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
889
|
+
"line": 49,
|
|
890
|
+
"character": 9
|
|
891
|
+
}
|
|
892
|
+
],
|
|
893
|
+
"signatures": [
|
|
894
|
+
{
|
|
895
|
+
"id": 31,
|
|
896
|
+
"name": "ngOnInit",
|
|
897
|
+
"kind": 4096,
|
|
898
|
+
"kindString": "Call signature",
|
|
899
|
+
"flags": {},
|
|
900
|
+
"type": {
|
|
901
|
+
"type": "intrinsic",
|
|
902
|
+
"name": "void"
|
|
903
|
+
},
|
|
904
|
+
"implementationOf": {
|
|
905
|
+
"type": "reference",
|
|
906
|
+
"name": "OnInit.ngOnInit"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"implementationOf": {
|
|
911
|
+
"type": "reference",
|
|
912
|
+
"name": "OnInit.ngOnInit"
|
|
913
|
+
}
|
|
840
914
|
}
|
|
841
915
|
],
|
|
842
916
|
"groups": [
|
|
@@ -854,18 +928,40 @@
|
|
|
854
928
|
27,
|
|
855
929
|
26
|
|
856
930
|
]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"title": "Methods",
|
|
934
|
+
"kind": 2048,
|
|
935
|
+
"children": [
|
|
936
|
+
32,
|
|
937
|
+
30
|
|
938
|
+
]
|
|
857
939
|
}
|
|
858
940
|
],
|
|
859
941
|
"sources": [
|
|
860
942
|
{
|
|
861
943
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
862
|
-
"line":
|
|
944
|
+
"line": 33,
|
|
863
945
|
"character": 13
|
|
864
946
|
}
|
|
947
|
+
],
|
|
948
|
+
"implementedTypes": [
|
|
949
|
+
{
|
|
950
|
+
"type": "reference",
|
|
951
|
+
"qualifiedName": "OnInit",
|
|
952
|
+
"package": "@angular/core",
|
|
953
|
+
"name": "OnInit"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"type": "reference",
|
|
957
|
+
"qualifiedName": "OnDestroy",
|
|
958
|
+
"package": "@angular/core",
|
|
959
|
+
"name": "OnDestroy"
|
|
960
|
+
}
|
|
865
961
|
]
|
|
866
962
|
},
|
|
867
963
|
{
|
|
868
|
-
"id":
|
|
964
|
+
"id": 34,
|
|
869
965
|
"name": "SkyModalLinkListComponent",
|
|
870
966
|
"kind": 128,
|
|
871
967
|
"kindString": "Class",
|
|
@@ -886,7 +982,7 @@
|
|
|
886
982
|
],
|
|
887
983
|
"children": [
|
|
888
984
|
{
|
|
889
|
-
"id":
|
|
985
|
+
"id": 35,
|
|
890
986
|
"name": "constructor",
|
|
891
987
|
"kind": 512,
|
|
892
988
|
"kindString": "Constructor",
|
|
@@ -900,14 +996,14 @@
|
|
|
900
996
|
],
|
|
901
997
|
"signatures": [
|
|
902
998
|
{
|
|
903
|
-
"id":
|
|
999
|
+
"id": 36,
|
|
904
1000
|
"name": "SkyModalLinkListComponent",
|
|
905
1001
|
"kind": 16384,
|
|
906
1002
|
"kindString": "Constructor signature",
|
|
907
1003
|
"flags": {},
|
|
908
1004
|
"parameters": [
|
|
909
1005
|
{
|
|
910
|
-
"id":
|
|
1006
|
+
"id": 37,
|
|
911
1007
|
"name": "modalService",
|
|
912
1008
|
"kind": 32768,
|
|
913
1009
|
"kindString": "Parameter",
|
|
@@ -920,14 +1016,14 @@
|
|
|
920
1016
|
],
|
|
921
1017
|
"type": {
|
|
922
1018
|
"type": "reference",
|
|
923
|
-
"id":
|
|
1019
|
+
"id": 34,
|
|
924
1020
|
"name": "SkyModalLinkListComponent"
|
|
925
1021
|
}
|
|
926
1022
|
}
|
|
927
1023
|
]
|
|
928
1024
|
},
|
|
929
1025
|
{
|
|
930
|
-
"id":
|
|
1026
|
+
"id": 43,
|
|
931
1027
|
"name": "linksArray",
|
|
932
1028
|
"kind": 1024,
|
|
933
1029
|
"kindString": "Property",
|
|
@@ -945,14 +1041,14 @@
|
|
|
945
1041
|
"type": "array",
|
|
946
1042
|
"elementType": {
|
|
947
1043
|
"type": "reference",
|
|
948
|
-
"id":
|
|
1044
|
+
"id": 124,
|
|
949
1045
|
"name": "SkyPageModalLink"
|
|
950
1046
|
}
|
|
951
1047
|
},
|
|
952
1048
|
"defaultValue": "[]"
|
|
953
1049
|
},
|
|
954
1050
|
{
|
|
955
|
-
"id":
|
|
1051
|
+
"id": 42,
|
|
956
1052
|
"name": "title",
|
|
957
1053
|
"kind": 1024,
|
|
958
1054
|
"kindString": "Property",
|
|
@@ -984,7 +1080,7 @@
|
|
|
984
1080
|
}
|
|
985
1081
|
},
|
|
986
1082
|
{
|
|
987
|
-
"id":
|
|
1083
|
+
"id": 38,
|
|
988
1084
|
"name": "links",
|
|
989
1085
|
"kind": 262144,
|
|
990
1086
|
"kindString": "Accessor",
|
|
@@ -1012,35 +1108,35 @@
|
|
|
1012
1108
|
],
|
|
1013
1109
|
"getSignature": [
|
|
1014
1110
|
{
|
|
1015
|
-
"id":
|
|
1111
|
+
"id": 39,
|
|
1016
1112
|
"name": "links",
|
|
1017
1113
|
"kind": 524288,
|
|
1018
1114
|
"kindString": "Get signature",
|
|
1019
1115
|
"flags": {},
|
|
1020
1116
|
"type": {
|
|
1021
1117
|
"type": "reference",
|
|
1022
|
-
"id":
|
|
1118
|
+
"id": 137,
|
|
1023
1119
|
"name": "SkyPageModalLinksInput"
|
|
1024
1120
|
}
|
|
1025
1121
|
}
|
|
1026
1122
|
],
|
|
1027
1123
|
"setSignature": [
|
|
1028
1124
|
{
|
|
1029
|
-
"id":
|
|
1125
|
+
"id": 40,
|
|
1030
1126
|
"name": "links",
|
|
1031
1127
|
"kind": 1048576,
|
|
1032
1128
|
"kindString": "Set signature",
|
|
1033
1129
|
"flags": {},
|
|
1034
1130
|
"parameters": [
|
|
1035
1131
|
{
|
|
1036
|
-
"id":
|
|
1132
|
+
"id": 41,
|
|
1037
1133
|
"name": "value",
|
|
1038
1134
|
"kind": 32768,
|
|
1039
1135
|
"kindString": "Parameter",
|
|
1040
1136
|
"flags": {},
|
|
1041
1137
|
"type": {
|
|
1042
1138
|
"type": "reference",
|
|
1043
|
-
"id":
|
|
1139
|
+
"id": 137,
|
|
1044
1140
|
"name": "SkyPageModalLinksInput"
|
|
1045
1141
|
}
|
|
1046
1142
|
}
|
|
@@ -1053,7 +1149,7 @@
|
|
|
1053
1149
|
]
|
|
1054
1150
|
},
|
|
1055
1151
|
{
|
|
1056
|
-
"id":
|
|
1152
|
+
"id": 46,
|
|
1057
1153
|
"name": "openModal",
|
|
1058
1154
|
"kind": 2048,
|
|
1059
1155
|
"kindString": "Method",
|
|
@@ -1069,21 +1165,21 @@
|
|
|
1069
1165
|
],
|
|
1070
1166
|
"signatures": [
|
|
1071
1167
|
{
|
|
1072
|
-
"id":
|
|
1168
|
+
"id": 47,
|
|
1073
1169
|
"name": "openModal",
|
|
1074
1170
|
"kind": 4096,
|
|
1075
1171
|
"kindString": "Call signature",
|
|
1076
1172
|
"flags": {},
|
|
1077
1173
|
"parameters": [
|
|
1078
1174
|
{
|
|
1079
|
-
"id":
|
|
1175
|
+
"id": 48,
|
|
1080
1176
|
"name": "link",
|
|
1081
1177
|
"kind": 32768,
|
|
1082
1178
|
"kindString": "Parameter",
|
|
1083
1179
|
"flags": {},
|
|
1084
1180
|
"type": {
|
|
1085
1181
|
"type": "reference",
|
|
1086
|
-
"id":
|
|
1182
|
+
"id": 124,
|
|
1087
1183
|
"name": "SkyPageModalLink"
|
|
1088
1184
|
}
|
|
1089
1185
|
}
|
|
@@ -1101,29 +1197,29 @@
|
|
|
1101
1197
|
"title": "Constructors",
|
|
1102
1198
|
"kind": 512,
|
|
1103
1199
|
"children": [
|
|
1104
|
-
|
|
1200
|
+
35
|
|
1105
1201
|
]
|
|
1106
1202
|
},
|
|
1107
1203
|
{
|
|
1108
1204
|
"title": "Properties",
|
|
1109
1205
|
"kind": 1024,
|
|
1110
1206
|
"children": [
|
|
1111
|
-
|
|
1112
|
-
|
|
1207
|
+
43,
|
|
1208
|
+
42
|
|
1113
1209
|
]
|
|
1114
1210
|
},
|
|
1115
1211
|
{
|
|
1116
1212
|
"title": "Accessors",
|
|
1117
1213
|
"kind": 262144,
|
|
1118
1214
|
"children": [
|
|
1119
|
-
|
|
1215
|
+
38
|
|
1120
1216
|
]
|
|
1121
1217
|
},
|
|
1122
1218
|
{
|
|
1123
1219
|
"title": "Methods",
|
|
1124
1220
|
"kind": 2048,
|
|
1125
1221
|
"children": [
|
|
1126
|
-
|
|
1222
|
+
46
|
|
1127
1223
|
]
|
|
1128
1224
|
}
|
|
1129
1225
|
],
|
|
@@ -1136,13 +1232,13 @@
|
|
|
1136
1232
|
]
|
|
1137
1233
|
},
|
|
1138
1234
|
{
|
|
1139
|
-
"id":
|
|
1235
|
+
"id": 49,
|
|
1140
1236
|
"name": "SkyPageComponent",
|
|
1141
1237
|
"kind": 128,
|
|
1142
1238
|
"kindString": "Class",
|
|
1143
1239
|
"flags": {},
|
|
1144
1240
|
"comment": {
|
|
1145
|
-
"shortText": "Displays a page using the specified layout."
|
|
1241
|
+
"shortText": "Displays a page using the specified layout. The page component is a responsive container,\nmeaning content will respect the breakpoints within the page element instead of the window.\nThis is helpful if there is other content to the left or right of the page."
|
|
1146
1242
|
},
|
|
1147
1243
|
"decorators": [
|
|
1148
1244
|
{
|
|
@@ -1160,7 +1256,7 @@
|
|
|
1160
1256
|
],
|
|
1161
1257
|
"children": [
|
|
1162
1258
|
{
|
|
1163
|
-
"id":
|
|
1259
|
+
"id": 55,
|
|
1164
1260
|
"name": "cssClass",
|
|
1165
1261
|
"kind": 1024,
|
|
1166
1262
|
"kindString": "Property",
|
|
@@ -1184,7 +1280,7 @@
|
|
|
1184
1280
|
"sources": [
|
|
1185
1281
|
{
|
|
1186
1282
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1187
|
-
"line":
|
|
1283
|
+
"line": 48,
|
|
1188
1284
|
"character": 9
|
|
1189
1285
|
}
|
|
1190
1286
|
],
|
|
@@ -1195,7 +1291,7 @@
|
|
|
1195
1291
|
"defaultValue": "LAYOUT_CLASS_DEFAULT"
|
|
1196
1292
|
},
|
|
1197
1293
|
{
|
|
1198
|
-
"id":
|
|
1294
|
+
"id": 52,
|
|
1199
1295
|
"name": "layout",
|
|
1200
1296
|
"kind": 262144,
|
|
1201
1297
|
"kindString": "Accessor",
|
|
@@ -1217,19 +1313,19 @@
|
|
|
1217
1313
|
"sources": [
|
|
1218
1314
|
{
|
|
1219
1315
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1220
|
-
"line":
|
|
1316
|
+
"line": 42,
|
|
1221
1317
|
"character": 13
|
|
1222
1318
|
}
|
|
1223
1319
|
],
|
|
1224
1320
|
"setSignature": [
|
|
1225
1321
|
{
|
|
1226
|
-
"id":
|
|
1322
|
+
"id": 53,
|
|
1227
1323
|
"name": "layout",
|
|
1228
1324
|
"kind": 1048576,
|
|
1229
1325
|
"kindString": "Set signature",
|
|
1230
1326
|
"flags": {},
|
|
1231
1327
|
"comment": {
|
|
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,
|
|
1328
|
+
"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, or 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.",
|
|
1233
1329
|
"tags": [
|
|
1234
1330
|
{
|
|
1235
1331
|
"tag": "default",
|
|
@@ -1239,14 +1335,14 @@
|
|
|
1239
1335
|
},
|
|
1240
1336
|
"parameters": [
|
|
1241
1337
|
{
|
|
1242
|
-
"id":
|
|
1338
|
+
"id": 54,
|
|
1243
1339
|
"name": "value",
|
|
1244
1340
|
"kind": 32768,
|
|
1245
1341
|
"kindString": "Parameter",
|
|
1246
1342
|
"flags": {},
|
|
1247
1343
|
"type": {
|
|
1248
1344
|
"type": "reference",
|
|
1249
|
-
"id":
|
|
1345
|
+
"id": 152,
|
|
1250
1346
|
"name": "SkyPageLayoutType"
|
|
1251
1347
|
}
|
|
1252
1348
|
}
|
|
@@ -1259,7 +1355,7 @@
|
|
|
1259
1355
|
]
|
|
1260
1356
|
},
|
|
1261
1357
|
{
|
|
1262
|
-
"id":
|
|
1358
|
+
"id": 63,
|
|
1263
1359
|
"name": "ngOnDestroy",
|
|
1264
1360
|
"kind": 2048,
|
|
1265
1361
|
"kindString": "Method",
|
|
@@ -1269,13 +1365,13 @@
|
|
|
1269
1365
|
"sources": [
|
|
1270
1366
|
{
|
|
1271
1367
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1272
|
-
"line":
|
|
1368
|
+
"line": 69,
|
|
1273
1369
|
"character": 9
|
|
1274
1370
|
}
|
|
1275
1371
|
],
|
|
1276
1372
|
"signatures": [
|
|
1277
1373
|
{
|
|
1278
|
-
"id":
|
|
1374
|
+
"id": 64,
|
|
1279
1375
|
"name": "ngOnDestroy",
|
|
1280
1376
|
"kind": 4096,
|
|
1281
1377
|
"kindString": "Call signature",
|
|
@@ -1296,7 +1392,7 @@
|
|
|
1296
1392
|
}
|
|
1297
1393
|
},
|
|
1298
1394
|
{
|
|
1299
|
-
"id":
|
|
1395
|
+
"id": 61,
|
|
1300
1396
|
"name": "ngOnInit",
|
|
1301
1397
|
"kind": 2048,
|
|
1302
1398
|
"kindString": "Method",
|
|
@@ -1306,13 +1402,13 @@
|
|
|
1306
1402
|
"sources": [
|
|
1307
1403
|
{
|
|
1308
1404
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1309
|
-
"line":
|
|
1405
|
+
"line": 58,
|
|
1310
1406
|
"character": 9
|
|
1311
1407
|
}
|
|
1312
1408
|
],
|
|
1313
1409
|
"signatures": [
|
|
1314
1410
|
{
|
|
1315
|
-
"id":
|
|
1411
|
+
"id": 62,
|
|
1316
1412
|
"name": "ngOnInit",
|
|
1317
1413
|
"kind": 4096,
|
|
1318
1414
|
"kindString": "Call signature",
|
|
@@ -1338,36 +1434,36 @@
|
|
|
1338
1434
|
"title": "Constructors",
|
|
1339
1435
|
"kind": 512,
|
|
1340
1436
|
"children": [
|
|
1341
|
-
|
|
1437
|
+
50
|
|
1342
1438
|
]
|
|
1343
1439
|
},
|
|
1344
1440
|
{
|
|
1345
1441
|
"title": "Properties",
|
|
1346
1442
|
"kind": 1024,
|
|
1347
1443
|
"children": [
|
|
1348
|
-
|
|
1444
|
+
55
|
|
1349
1445
|
]
|
|
1350
1446
|
},
|
|
1351
1447
|
{
|
|
1352
1448
|
"title": "Accessors",
|
|
1353
1449
|
"kind": 262144,
|
|
1354
1450
|
"children": [
|
|
1355
|
-
|
|
1451
|
+
52
|
|
1356
1452
|
]
|
|
1357
1453
|
},
|
|
1358
1454
|
{
|
|
1359
1455
|
"title": "Methods",
|
|
1360
1456
|
"kind": 2048,
|
|
1361
1457
|
"children": [
|
|
1362
|
-
|
|
1363
|
-
|
|
1458
|
+
63,
|
|
1459
|
+
61
|
|
1364
1460
|
]
|
|
1365
1461
|
}
|
|
1366
1462
|
],
|
|
1367
1463
|
"sources": [
|
|
1368
1464
|
{
|
|
1369
1465
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1370
|
-
"line":
|
|
1466
|
+
"line": 33,
|
|
1371
1467
|
"character": 13
|
|
1372
1468
|
}
|
|
1373
1469
|
],
|
|
@@ -1387,7 +1483,7 @@
|
|
|
1387
1483
|
]
|
|
1388
1484
|
},
|
|
1389
1485
|
{
|
|
1390
|
-
"id":
|
|
1486
|
+
"id": 67,
|
|
1391
1487
|
"name": "SkyPageContentComponent",
|
|
1392
1488
|
"kind": 128,
|
|
1393
1489
|
"kindString": "Class",
|
|
@@ -1405,30 +1501,127 @@
|
|
|
1405
1501
|
"name": "Component"
|
|
1406
1502
|
},
|
|
1407
1503
|
"arguments": {
|
|
1408
|
-
"obj": "{\n selector: 'sky-page-content',\n template: `<ng-content />`,\n styleUrls: ['./page-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1504
|
+
"obj": "{\n selector: 'sky-page-content',\n template: `<ng-content />`,\n styleUrls: ['./page-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n SkyResizeObserverMediaQueryService,\n {\n provide: SkyMediaQueryService,\n useExisting: SkyResizeObserverMediaQueryService,\n },\n ],\n}"
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
],
|
|
1508
|
+
"children": [
|
|
1509
|
+
{
|
|
1510
|
+
"id": 74,
|
|
1511
|
+
"name": "ngOnDestroy",
|
|
1512
|
+
"kind": 2048,
|
|
1513
|
+
"kindString": "Method",
|
|
1514
|
+
"flags": {
|
|
1515
|
+
"isPublic": true
|
|
1516
|
+
},
|
|
1517
|
+
"sources": [
|
|
1518
|
+
{
|
|
1519
|
+
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
1520
|
+
"line": 41,
|
|
1521
|
+
"character": 9
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"signatures": [
|
|
1525
|
+
{
|
|
1526
|
+
"id": 75,
|
|
1527
|
+
"name": "ngOnDestroy",
|
|
1528
|
+
"kind": 4096,
|
|
1529
|
+
"kindString": "Call signature",
|
|
1530
|
+
"flags": {},
|
|
1531
|
+
"type": {
|
|
1532
|
+
"type": "intrinsic",
|
|
1533
|
+
"name": "void"
|
|
1534
|
+
},
|
|
1535
|
+
"implementationOf": {
|
|
1536
|
+
"type": "reference",
|
|
1537
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"implementationOf": {
|
|
1542
|
+
"type": "reference",
|
|
1543
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"id": 72,
|
|
1548
|
+
"name": "ngOnInit",
|
|
1549
|
+
"kind": 2048,
|
|
1550
|
+
"kindString": "Method",
|
|
1551
|
+
"flags": {
|
|
1552
|
+
"isPublic": true
|
|
1553
|
+
},
|
|
1554
|
+
"sources": [
|
|
1555
|
+
{
|
|
1556
|
+
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
1557
|
+
"line": 35,
|
|
1558
|
+
"character": 9
|
|
1559
|
+
}
|
|
1560
|
+
],
|
|
1561
|
+
"signatures": [
|
|
1562
|
+
{
|
|
1563
|
+
"id": 73,
|
|
1564
|
+
"name": "ngOnInit",
|
|
1565
|
+
"kind": 4096,
|
|
1566
|
+
"kindString": "Call signature",
|
|
1567
|
+
"flags": {},
|
|
1568
|
+
"type": {
|
|
1569
|
+
"type": "intrinsic",
|
|
1570
|
+
"name": "void"
|
|
1571
|
+
},
|
|
1572
|
+
"implementationOf": {
|
|
1573
|
+
"type": "reference",
|
|
1574
|
+
"name": "OnInit.ngOnInit"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
],
|
|
1578
|
+
"implementationOf": {
|
|
1579
|
+
"type": "reference",
|
|
1580
|
+
"name": "OnInit.ngOnInit"
|
|
1409
1581
|
}
|
|
1410
1582
|
}
|
|
1411
1583
|
],
|
|
1412
|
-
"children": [],
|
|
1413
1584
|
"groups": [
|
|
1414
1585
|
{
|
|
1415
1586
|
"title": "Constructors",
|
|
1416
1587
|
"kind": 512,
|
|
1417
1588
|
"children": [
|
|
1418
|
-
|
|
1589
|
+
68
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"title": "Methods",
|
|
1594
|
+
"kind": 2048,
|
|
1595
|
+
"children": [
|
|
1596
|
+
74,
|
|
1597
|
+
72
|
|
1419
1598
|
]
|
|
1420
1599
|
}
|
|
1421
1600
|
],
|
|
1422
1601
|
"sources": [
|
|
1423
1602
|
{
|
|
1424
1603
|
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
1425
|
-
"line":
|
|
1604
|
+
"line": 31,
|
|
1426
1605
|
"character": 13
|
|
1427
1606
|
}
|
|
1607
|
+
],
|
|
1608
|
+
"implementedTypes": [
|
|
1609
|
+
{
|
|
1610
|
+
"type": "reference",
|
|
1611
|
+
"qualifiedName": "OnInit",
|
|
1612
|
+
"package": "@angular/core",
|
|
1613
|
+
"name": "OnInit"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"type": "reference",
|
|
1617
|
+
"qualifiedName": "OnDestroy",
|
|
1618
|
+
"package": "@angular/core",
|
|
1619
|
+
"name": "OnDestroy"
|
|
1620
|
+
}
|
|
1428
1621
|
]
|
|
1429
1622
|
},
|
|
1430
1623
|
{
|
|
1431
|
-
"id":
|
|
1624
|
+
"id": 76,
|
|
1432
1625
|
"name": "SkyPageHeaderDetailsComponent",
|
|
1433
1626
|
"kind": 128,
|
|
1434
1627
|
"kindString": "Class",
|
|
@@ -1456,7 +1649,7 @@
|
|
|
1456
1649
|
"title": "Constructors",
|
|
1457
1650
|
"kind": 512,
|
|
1458
1651
|
"children": [
|
|
1459
|
-
|
|
1652
|
+
77
|
|
1460
1653
|
]
|
|
1461
1654
|
}
|
|
1462
1655
|
],
|
|
@@ -1469,7 +1662,7 @@
|
|
|
1469
1662
|
]
|
|
1470
1663
|
},
|
|
1471
1664
|
{
|
|
1472
|
-
"id":
|
|
1665
|
+
"id": 79,
|
|
1473
1666
|
"name": "SkyPageHeaderActionsComponent",
|
|
1474
1667
|
"kind": 128,
|
|
1475
1668
|
"kindString": "Class",
|
|
@@ -1497,7 +1690,7 @@
|
|
|
1497
1690
|
"title": "Constructors",
|
|
1498
1691
|
"kind": 512,
|
|
1499
1692
|
"children": [
|
|
1500
|
-
|
|
1693
|
+
80
|
|
1501
1694
|
]
|
|
1502
1695
|
}
|
|
1503
1696
|
],
|
|
@@ -1510,7 +1703,7 @@
|
|
|
1510
1703
|
]
|
|
1511
1704
|
},
|
|
1512
1705
|
{
|
|
1513
|
-
"id":
|
|
1706
|
+
"id": 96,
|
|
1514
1707
|
"name": "SkyActionHubNeedsAttention",
|
|
1515
1708
|
"kind": 256,
|
|
1516
1709
|
"kindString": "Interface",
|
|
@@ -1520,7 +1713,7 @@
|
|
|
1520
1713
|
},
|
|
1521
1714
|
"children": [
|
|
1522
1715
|
{
|
|
1523
|
-
"id":
|
|
1716
|
+
"id": 106,
|
|
1524
1717
|
"name": "click",
|
|
1525
1718
|
"kind": 1024,
|
|
1526
1719
|
"kindString": "Property",
|
|
@@ -1539,12 +1732,12 @@
|
|
|
1539
1732
|
],
|
|
1540
1733
|
"type": {
|
|
1541
1734
|
"type": "reference",
|
|
1542
|
-
"id":
|
|
1735
|
+
"id": 107,
|
|
1543
1736
|
"name": "SkyActionHubNeedsAttentionClickHandler"
|
|
1544
1737
|
}
|
|
1545
1738
|
},
|
|
1546
1739
|
{
|
|
1547
|
-
"id":
|
|
1740
|
+
"id": 98,
|
|
1548
1741
|
"name": "message",
|
|
1549
1742
|
"kind": 1024,
|
|
1550
1743
|
"kindString": "Property",
|
|
@@ -1573,7 +1766,7 @@
|
|
|
1573
1766
|
}
|
|
1574
1767
|
},
|
|
1575
1768
|
{
|
|
1576
|
-
"id":
|
|
1769
|
+
"id": 99,
|
|
1577
1770
|
"name": "permalink",
|
|
1578
1771
|
"kind": 1024,
|
|
1579
1772
|
"kindString": "Property",
|
|
@@ -1593,14 +1786,14 @@
|
|
|
1593
1786
|
"type": {
|
|
1594
1787
|
"type": "reflection",
|
|
1595
1788
|
"declaration": {
|
|
1596
|
-
"id":
|
|
1789
|
+
"id": 100,
|
|
1597
1790
|
"name": "__type",
|
|
1598
1791
|
"kind": 65536,
|
|
1599
1792
|
"kindString": "Type literal",
|
|
1600
1793
|
"flags": {},
|
|
1601
1794
|
"children": [
|
|
1602
1795
|
{
|
|
1603
|
-
"id":
|
|
1796
|
+
"id": 101,
|
|
1604
1797
|
"name": "route",
|
|
1605
1798
|
"kind": 1024,
|
|
1606
1799
|
"kindString": "Property",
|
|
@@ -1617,14 +1810,14 @@
|
|
|
1617
1810
|
"type": {
|
|
1618
1811
|
"type": "reflection",
|
|
1619
1812
|
"declaration": {
|
|
1620
|
-
"id":
|
|
1813
|
+
"id": 102,
|
|
1621
1814
|
"name": "__type",
|
|
1622
1815
|
"kind": 65536,
|
|
1623
1816
|
"kindString": "Type literal",
|
|
1624
1817
|
"flags": {},
|
|
1625
1818
|
"children": [
|
|
1626
1819
|
{
|
|
1627
|
-
"id":
|
|
1820
|
+
"id": 103,
|
|
1628
1821
|
"name": "commands",
|
|
1629
1822
|
"kind": 1024,
|
|
1630
1823
|
"kindString": "Property",
|
|
@@ -1645,7 +1838,7 @@
|
|
|
1645
1838
|
}
|
|
1646
1839
|
},
|
|
1647
1840
|
{
|
|
1648
|
-
"id":
|
|
1841
|
+
"id": 104,
|
|
1649
1842
|
"name": "extras",
|
|
1650
1843
|
"kind": 1024,
|
|
1651
1844
|
"kindString": "Property",
|
|
@@ -1672,8 +1865,8 @@
|
|
|
1672
1865
|
"title": "Properties",
|
|
1673
1866
|
"kind": 1024,
|
|
1674
1867
|
"children": [
|
|
1675
|
-
|
|
1676
|
-
|
|
1868
|
+
103,
|
|
1869
|
+
104
|
|
1677
1870
|
]
|
|
1678
1871
|
}
|
|
1679
1872
|
]
|
|
@@ -1681,7 +1874,7 @@
|
|
|
1681
1874
|
}
|
|
1682
1875
|
},
|
|
1683
1876
|
{
|
|
1684
|
-
"id":
|
|
1877
|
+
"id": 105,
|
|
1685
1878
|
"name": "url",
|
|
1686
1879
|
"kind": 1024,
|
|
1687
1880
|
"kindString": "Property",
|
|
@@ -1706,8 +1899,8 @@
|
|
|
1706
1899
|
"title": "Properties",
|
|
1707
1900
|
"kind": 1024,
|
|
1708
1901
|
"children": [
|
|
1709
|
-
|
|
1710
|
-
|
|
1902
|
+
101,
|
|
1903
|
+
105
|
|
1711
1904
|
]
|
|
1712
1905
|
}
|
|
1713
1906
|
]
|
|
@@ -1715,7 +1908,7 @@
|
|
|
1715
1908
|
}
|
|
1716
1909
|
},
|
|
1717
1910
|
{
|
|
1718
|
-
"id":
|
|
1911
|
+
"id": 97,
|
|
1719
1912
|
"name": "title",
|
|
1720
1913
|
"kind": 1024,
|
|
1721
1914
|
"kindString": "Property",
|
|
@@ -1741,10 +1934,10 @@
|
|
|
1741
1934
|
"title": "Properties",
|
|
1742
1935
|
"kind": 1024,
|
|
1743
1936
|
"children": [
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1937
|
+
106,
|
|
1938
|
+
98,
|
|
1939
|
+
99,
|
|
1940
|
+
97
|
|
1748
1941
|
]
|
|
1749
1942
|
}
|
|
1750
1943
|
],
|
|
@@ -1757,7 +1950,7 @@
|
|
|
1757
1950
|
]
|
|
1758
1951
|
},
|
|
1759
1952
|
{
|
|
1760
|
-
"id":
|
|
1953
|
+
"id": 114,
|
|
1761
1954
|
"name": "SkyPageLink",
|
|
1762
1955
|
"kind": 256,
|
|
1763
1956
|
"kindString": "Interface",
|
|
@@ -1767,7 +1960,7 @@
|
|
|
1767
1960
|
},
|
|
1768
1961
|
"children": [
|
|
1769
1962
|
{
|
|
1770
|
-
"id":
|
|
1963
|
+
"id": 122,
|
|
1771
1964
|
"name": "label",
|
|
1772
1965
|
"kind": 1024,
|
|
1773
1966
|
"kindString": "Property",
|
|
@@ -1792,7 +1985,7 @@
|
|
|
1792
1985
|
}
|
|
1793
1986
|
},
|
|
1794
1987
|
{
|
|
1795
|
-
"id":
|
|
1988
|
+
"id": 115,
|
|
1796
1989
|
"name": "permalink",
|
|
1797
1990
|
"kind": 1024,
|
|
1798
1991
|
"kindString": "Property",
|
|
@@ -1810,14 +2003,14 @@
|
|
|
1810
2003
|
"type": {
|
|
1811
2004
|
"type": "reflection",
|
|
1812
2005
|
"declaration": {
|
|
1813
|
-
"id":
|
|
2006
|
+
"id": 116,
|
|
1814
2007
|
"name": "__type",
|
|
1815
2008
|
"kind": 65536,
|
|
1816
2009
|
"kindString": "Type literal",
|
|
1817
2010
|
"flags": {},
|
|
1818
2011
|
"children": [
|
|
1819
2012
|
{
|
|
1820
|
-
"id":
|
|
2013
|
+
"id": 117,
|
|
1821
2014
|
"name": "route",
|
|
1822
2015
|
"kind": 1024,
|
|
1823
2016
|
"kindString": "Property",
|
|
@@ -1834,14 +2027,14 @@
|
|
|
1834
2027
|
"type": {
|
|
1835
2028
|
"type": "reflection",
|
|
1836
2029
|
"declaration": {
|
|
1837
|
-
"id":
|
|
2030
|
+
"id": 118,
|
|
1838
2031
|
"name": "__type",
|
|
1839
2032
|
"kind": 65536,
|
|
1840
2033
|
"kindString": "Type literal",
|
|
1841
2034
|
"flags": {},
|
|
1842
2035
|
"children": [
|
|
1843
2036
|
{
|
|
1844
|
-
"id":
|
|
2037
|
+
"id": 119,
|
|
1845
2038
|
"name": "commands",
|
|
1846
2039
|
"kind": 1024,
|
|
1847
2040
|
"kindString": "Property",
|
|
@@ -1862,7 +2055,7 @@
|
|
|
1862
2055
|
}
|
|
1863
2056
|
},
|
|
1864
2057
|
{
|
|
1865
|
-
"id":
|
|
2058
|
+
"id": 120,
|
|
1866
2059
|
"name": "extras",
|
|
1867
2060
|
"kind": 1024,
|
|
1868
2061
|
"kindString": "Property",
|
|
@@ -1889,8 +2082,8 @@
|
|
|
1889
2082
|
"title": "Properties",
|
|
1890
2083
|
"kind": 1024,
|
|
1891
2084
|
"children": [
|
|
1892
|
-
|
|
1893
|
-
|
|
2085
|
+
119,
|
|
2086
|
+
120
|
|
1894
2087
|
]
|
|
1895
2088
|
}
|
|
1896
2089
|
]
|
|
@@ -1898,7 +2091,7 @@
|
|
|
1898
2091
|
}
|
|
1899
2092
|
},
|
|
1900
2093
|
{
|
|
1901
|
-
"id":
|
|
2094
|
+
"id": 121,
|
|
1902
2095
|
"name": "url",
|
|
1903
2096
|
"kind": 1024,
|
|
1904
2097
|
"kindString": "Property",
|
|
@@ -1923,8 +2116,8 @@
|
|
|
1923
2116
|
"title": "Properties",
|
|
1924
2117
|
"kind": 1024,
|
|
1925
2118
|
"children": [
|
|
1926
|
-
|
|
1927
|
-
|
|
2119
|
+
117,
|
|
2120
|
+
121
|
|
1928
2121
|
]
|
|
1929
2122
|
}
|
|
1930
2123
|
]
|
|
@@ -1937,8 +2130,8 @@
|
|
|
1937
2130
|
"title": "Properties",
|
|
1938
2131
|
"kind": 1024,
|
|
1939
2132
|
"children": [
|
|
1940
|
-
|
|
1941
|
-
|
|
2133
|
+
122,
|
|
2134
|
+
115
|
|
1942
2135
|
]
|
|
1943
2136
|
}
|
|
1944
2137
|
],
|
|
@@ -1958,13 +2151,13 @@
|
|
|
1958
2151
|
"extendedBy": [
|
|
1959
2152
|
{
|
|
1960
2153
|
"type": "reference",
|
|
1961
|
-
"id":
|
|
2154
|
+
"id": 138,
|
|
1962
2155
|
"name": "SkyRecentLink"
|
|
1963
2156
|
}
|
|
1964
2157
|
]
|
|
1965
2158
|
},
|
|
1966
2159
|
{
|
|
1967
|
-
"id":
|
|
2160
|
+
"id": 124,
|
|
1968
2161
|
"name": "SkyPageModalLink",
|
|
1969
2162
|
"kind": 256,
|
|
1970
2163
|
"kindString": "Interface",
|
|
@@ -1974,7 +2167,7 @@
|
|
|
1974
2167
|
},
|
|
1975
2168
|
"children": [
|
|
1976
2169
|
{
|
|
1977
|
-
"id":
|
|
2170
|
+
"id": 136,
|
|
1978
2171
|
"name": "label",
|
|
1979
2172
|
"kind": 1024,
|
|
1980
2173
|
"kindString": "Property",
|
|
@@ -1999,7 +2192,7 @@
|
|
|
1999
2192
|
}
|
|
2000
2193
|
},
|
|
2001
2194
|
{
|
|
2002
|
-
"id":
|
|
2195
|
+
"id": 132,
|
|
2003
2196
|
"name": "modal",
|
|
2004
2197
|
"kind": 1024,
|
|
2005
2198
|
"kindString": "Property",
|
|
@@ -2019,14 +2212,14 @@
|
|
|
2019
2212
|
"type": {
|
|
2020
2213
|
"type": "reflection",
|
|
2021
2214
|
"declaration": {
|
|
2022
|
-
"id":
|
|
2215
|
+
"id": 133,
|
|
2023
2216
|
"name": "__type",
|
|
2024
2217
|
"kind": 65536,
|
|
2025
2218
|
"kindString": "Type literal",
|
|
2026
2219
|
"flags": {},
|
|
2027
2220
|
"children": [
|
|
2028
2221
|
{
|
|
2029
|
-
"id":
|
|
2222
|
+
"id": 134,
|
|
2030
2223
|
"name": "component",
|
|
2031
2224
|
"kind": 1024,
|
|
2032
2225
|
"kindString": "Property",
|
|
@@ -2044,7 +2237,7 @@
|
|
|
2044
2237
|
}
|
|
2045
2238
|
},
|
|
2046
2239
|
{
|
|
2047
|
-
"id":
|
|
2240
|
+
"id": 135,
|
|
2048
2241
|
"name": "config",
|
|
2049
2242
|
"kind": 1024,
|
|
2050
2243
|
"kindString": "Property",
|
|
@@ -2069,8 +2262,8 @@
|
|
|
2069
2262
|
"title": "Properties",
|
|
2070
2263
|
"kind": 1024,
|
|
2071
2264
|
"children": [
|
|
2072
|
-
|
|
2073
|
-
|
|
2265
|
+
134,
|
|
2266
|
+
135
|
|
2074
2267
|
]
|
|
2075
2268
|
}
|
|
2076
2269
|
]
|
|
@@ -2078,7 +2271,7 @@
|
|
|
2078
2271
|
}
|
|
2079
2272
|
},
|
|
2080
2273
|
{
|
|
2081
|
-
"id":
|
|
2274
|
+
"id": 125,
|
|
2082
2275
|
"name": "permalink",
|
|
2083
2276
|
"kind": 1024,
|
|
2084
2277
|
"kindString": "Property",
|
|
@@ -2098,14 +2291,14 @@
|
|
|
2098
2291
|
"type": {
|
|
2099
2292
|
"type": "reflection",
|
|
2100
2293
|
"declaration": {
|
|
2101
|
-
"id":
|
|
2294
|
+
"id": 126,
|
|
2102
2295
|
"name": "__type",
|
|
2103
2296
|
"kind": 65536,
|
|
2104
2297
|
"kindString": "Type literal",
|
|
2105
2298
|
"flags": {},
|
|
2106
2299
|
"children": [
|
|
2107
2300
|
{
|
|
2108
|
-
"id":
|
|
2301
|
+
"id": 127,
|
|
2109
2302
|
"name": "route",
|
|
2110
2303
|
"kind": 1024,
|
|
2111
2304
|
"kindString": "Property",
|
|
@@ -2122,14 +2315,14 @@
|
|
|
2122
2315
|
"type": {
|
|
2123
2316
|
"type": "reflection",
|
|
2124
2317
|
"declaration": {
|
|
2125
|
-
"id":
|
|
2318
|
+
"id": 128,
|
|
2126
2319
|
"name": "__type",
|
|
2127
2320
|
"kind": 65536,
|
|
2128
2321
|
"kindString": "Type literal",
|
|
2129
2322
|
"flags": {},
|
|
2130
2323
|
"children": [
|
|
2131
2324
|
{
|
|
2132
|
-
"id":
|
|
2325
|
+
"id": 129,
|
|
2133
2326
|
"name": "commands",
|
|
2134
2327
|
"kind": 1024,
|
|
2135
2328
|
"kindString": "Property",
|
|
@@ -2150,7 +2343,7 @@
|
|
|
2150
2343
|
}
|
|
2151
2344
|
},
|
|
2152
2345
|
{
|
|
2153
|
-
"id":
|
|
2346
|
+
"id": 130,
|
|
2154
2347
|
"name": "extras",
|
|
2155
2348
|
"kind": 1024,
|
|
2156
2349
|
"kindString": "Property",
|
|
@@ -2177,8 +2370,8 @@
|
|
|
2177
2370
|
"title": "Properties",
|
|
2178
2371
|
"kind": 1024,
|
|
2179
2372
|
"children": [
|
|
2180
|
-
|
|
2181
|
-
|
|
2373
|
+
129,
|
|
2374
|
+
130
|
|
2182
2375
|
]
|
|
2183
2376
|
}
|
|
2184
2377
|
]
|
|
@@ -2186,7 +2379,7 @@
|
|
|
2186
2379
|
}
|
|
2187
2380
|
},
|
|
2188
2381
|
{
|
|
2189
|
-
"id":
|
|
2382
|
+
"id": 131,
|
|
2190
2383
|
"name": "url",
|
|
2191
2384
|
"kind": 1024,
|
|
2192
2385
|
"kindString": "Property",
|
|
@@ -2211,8 +2404,8 @@
|
|
|
2211
2404
|
"title": "Properties",
|
|
2212
2405
|
"kind": 1024,
|
|
2213
2406
|
"children": [
|
|
2214
|
-
|
|
2215
|
-
|
|
2407
|
+
127,
|
|
2408
|
+
131
|
|
2216
2409
|
]
|
|
2217
2410
|
}
|
|
2218
2411
|
]
|
|
@@ -2225,9 +2418,9 @@
|
|
|
2225
2418
|
"title": "Properties",
|
|
2226
2419
|
"kind": 1024,
|
|
2227
2420
|
"children": [
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2421
|
+
136,
|
|
2422
|
+
132,
|
|
2423
|
+
125
|
|
2231
2424
|
]
|
|
2232
2425
|
}
|
|
2233
2426
|
],
|
|
@@ -2246,7 +2439,7 @@
|
|
|
2246
2439
|
]
|
|
2247
2440
|
},
|
|
2248
2441
|
{
|
|
2249
|
-
"id":
|
|
2442
|
+
"id": 138,
|
|
2250
2443
|
"name": "SkyRecentLink",
|
|
2251
2444
|
"kind": 256,
|
|
2252
2445
|
"kindString": "Interface",
|
|
@@ -2262,7 +2455,7 @@
|
|
|
2262
2455
|
},
|
|
2263
2456
|
"children": [
|
|
2264
2457
|
{
|
|
2265
|
-
"id":
|
|
2458
|
+
"id": 147,
|
|
2266
2459
|
"name": "label",
|
|
2267
2460
|
"kind": 1024,
|
|
2268
2461
|
"kindString": "Property",
|
|
@@ -2283,12 +2476,12 @@
|
|
|
2283
2476
|
},
|
|
2284
2477
|
"inheritedFrom": {
|
|
2285
2478
|
"type": "reference",
|
|
2286
|
-
"id":
|
|
2479
|
+
"id": 122,
|
|
2287
2480
|
"name": "SkyPageLink.label"
|
|
2288
2481
|
}
|
|
2289
2482
|
},
|
|
2290
2483
|
{
|
|
2291
|
-
"id":
|
|
2484
|
+
"id": 139,
|
|
2292
2485
|
"name": "lastAccessed",
|
|
2293
2486
|
"kind": 1024,
|
|
2294
2487
|
"kindString": "Property",
|
|
@@ -2317,7 +2510,7 @@
|
|
|
2317
2510
|
}
|
|
2318
2511
|
},
|
|
2319
2512
|
{
|
|
2320
|
-
"id":
|
|
2513
|
+
"id": 140,
|
|
2321
2514
|
"name": "permalink",
|
|
2322
2515
|
"kind": 1024,
|
|
2323
2516
|
"kindString": "Property",
|
|
@@ -2335,14 +2528,14 @@
|
|
|
2335
2528
|
"type": {
|
|
2336
2529
|
"type": "reflection",
|
|
2337
2530
|
"declaration": {
|
|
2338
|
-
"id":
|
|
2531
|
+
"id": 141,
|
|
2339
2532
|
"name": "__type",
|
|
2340
2533
|
"kind": 65536,
|
|
2341
2534
|
"kindString": "Type literal",
|
|
2342
2535
|
"flags": {},
|
|
2343
2536
|
"children": [
|
|
2344
2537
|
{
|
|
2345
|
-
"id":
|
|
2538
|
+
"id": 142,
|
|
2346
2539
|
"name": "route",
|
|
2347
2540
|
"kind": 1024,
|
|
2348
2541
|
"kindString": "Property",
|
|
@@ -2359,14 +2552,14 @@
|
|
|
2359
2552
|
"type": {
|
|
2360
2553
|
"type": "reflection",
|
|
2361
2554
|
"declaration": {
|
|
2362
|
-
"id":
|
|
2555
|
+
"id": 143,
|
|
2363
2556
|
"name": "__type",
|
|
2364
2557
|
"kind": 65536,
|
|
2365
2558
|
"kindString": "Type literal",
|
|
2366
2559
|
"flags": {},
|
|
2367
2560
|
"children": [
|
|
2368
2561
|
{
|
|
2369
|
-
"id":
|
|
2562
|
+
"id": 144,
|
|
2370
2563
|
"name": "commands",
|
|
2371
2564
|
"kind": 1024,
|
|
2372
2565
|
"kindString": "Property",
|
|
@@ -2387,7 +2580,7 @@
|
|
|
2387
2580
|
}
|
|
2388
2581
|
},
|
|
2389
2582
|
{
|
|
2390
|
-
"id":
|
|
2583
|
+
"id": 145,
|
|
2391
2584
|
"name": "extras",
|
|
2392
2585
|
"kind": 1024,
|
|
2393
2586
|
"kindString": "Property",
|
|
@@ -2414,8 +2607,8 @@
|
|
|
2414
2607
|
"title": "Properties",
|
|
2415
2608
|
"kind": 1024,
|
|
2416
2609
|
"children": [
|
|
2417
|
-
|
|
2418
|
-
|
|
2610
|
+
144,
|
|
2611
|
+
145
|
|
2419
2612
|
]
|
|
2420
2613
|
}
|
|
2421
2614
|
]
|
|
@@ -2423,7 +2616,7 @@
|
|
|
2423
2616
|
}
|
|
2424
2617
|
},
|
|
2425
2618
|
{
|
|
2426
|
-
"id":
|
|
2619
|
+
"id": 146,
|
|
2427
2620
|
"name": "url",
|
|
2428
2621
|
"kind": 1024,
|
|
2429
2622
|
"kindString": "Property",
|
|
@@ -2448,8 +2641,8 @@
|
|
|
2448
2641
|
"title": "Properties",
|
|
2449
2642
|
"kind": 1024,
|
|
2450
2643
|
"children": [
|
|
2451
|
-
|
|
2452
|
-
|
|
2644
|
+
142,
|
|
2645
|
+
146
|
|
2453
2646
|
]
|
|
2454
2647
|
}
|
|
2455
2648
|
]
|
|
@@ -2457,7 +2650,7 @@
|
|
|
2457
2650
|
},
|
|
2458
2651
|
"inheritedFrom": {
|
|
2459
2652
|
"type": "reference",
|
|
2460
|
-
"id":
|
|
2653
|
+
"id": 115,
|
|
2461
2654
|
"name": "SkyPageLink.permalink"
|
|
2462
2655
|
}
|
|
2463
2656
|
}
|
|
@@ -2467,9 +2660,9 @@
|
|
|
2467
2660
|
"title": "Properties",
|
|
2468
2661
|
"kind": 1024,
|
|
2469
2662
|
"children": [
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2663
|
+
147,
|
|
2664
|
+
139,
|
|
2665
|
+
140
|
|
2473
2666
|
]
|
|
2474
2667
|
}
|
|
2475
2668
|
],
|
|
@@ -2483,13 +2676,13 @@
|
|
|
2483
2676
|
"extendedTypes": [
|
|
2484
2677
|
{
|
|
2485
2678
|
"type": "reference",
|
|
2486
|
-
"id":
|
|
2679
|
+
"id": 114,
|
|
2487
2680
|
"name": "SkyPageLink"
|
|
2488
2681
|
}
|
|
2489
2682
|
]
|
|
2490
2683
|
},
|
|
2491
2684
|
{
|
|
2492
|
-
"id":
|
|
2685
|
+
"id": 107,
|
|
2493
2686
|
"name": "SkyActionHubNeedsAttentionClickHandler",
|
|
2494
2687
|
"kind": 4194304,
|
|
2495
2688
|
"kindString": "Type alias",
|
|
@@ -2504,7 +2697,7 @@
|
|
|
2504
2697
|
"type": {
|
|
2505
2698
|
"type": "reflection",
|
|
2506
2699
|
"declaration": {
|
|
2507
|
-
"id":
|
|
2700
|
+
"id": 108,
|
|
2508
2701
|
"name": "__type",
|
|
2509
2702
|
"kind": 65536,
|
|
2510
2703
|
"kindString": "Type literal",
|
|
@@ -2518,21 +2711,21 @@
|
|
|
2518
2711
|
],
|
|
2519
2712
|
"signatures": [
|
|
2520
2713
|
{
|
|
2521
|
-
"id":
|
|
2714
|
+
"id": 109,
|
|
2522
2715
|
"name": "__type",
|
|
2523
2716
|
"kind": 4096,
|
|
2524
2717
|
"kindString": "Call signature",
|
|
2525
2718
|
"flags": {},
|
|
2526
2719
|
"parameters": [
|
|
2527
2720
|
{
|
|
2528
|
-
"id":
|
|
2721
|
+
"id": 110,
|
|
2529
2722
|
"name": "_",
|
|
2530
2723
|
"kind": 32768,
|
|
2531
2724
|
"kindString": "Parameter",
|
|
2532
2725
|
"flags": {},
|
|
2533
2726
|
"type": {
|
|
2534
2727
|
"type": "reference",
|
|
2535
|
-
"id":
|
|
2728
|
+
"id": 111,
|
|
2536
2729
|
"name": "SkyActionHubNeedsAttentionClickHandlerArgs"
|
|
2537
2730
|
}
|
|
2538
2731
|
}
|
|
@@ -2547,7 +2740,7 @@
|
|
|
2547
2740
|
}
|
|
2548
2741
|
},
|
|
2549
2742
|
{
|
|
2550
|
-
"id":
|
|
2743
|
+
"id": 111,
|
|
2551
2744
|
"name": "SkyActionHubNeedsAttentionClickHandlerArgs",
|
|
2552
2745
|
"kind": 4194304,
|
|
2553
2746
|
"kindString": "Type alias",
|
|
@@ -2562,14 +2755,14 @@
|
|
|
2562
2755
|
"type": {
|
|
2563
2756
|
"type": "reflection",
|
|
2564
2757
|
"declaration": {
|
|
2565
|
-
"id":
|
|
2758
|
+
"id": 112,
|
|
2566
2759
|
"name": "__type",
|
|
2567
2760
|
"kind": 65536,
|
|
2568
2761
|
"kindString": "Type literal",
|
|
2569
2762
|
"flags": {},
|
|
2570
2763
|
"children": [
|
|
2571
2764
|
{
|
|
2572
|
-
"id":
|
|
2765
|
+
"id": 113,
|
|
2573
2766
|
"name": "item",
|
|
2574
2767
|
"kind": 1024,
|
|
2575
2768
|
"kindString": "Property",
|
|
@@ -2592,7 +2785,7 @@
|
|
|
2592
2785
|
"title": "Properties",
|
|
2593
2786
|
"kind": 1024,
|
|
2594
2787
|
"children": [
|
|
2595
|
-
|
|
2788
|
+
113
|
|
2596
2789
|
]
|
|
2597
2790
|
}
|
|
2598
2791
|
],
|
|
@@ -2607,7 +2800,7 @@
|
|
|
2607
2800
|
}
|
|
2608
2801
|
},
|
|
2609
2802
|
{
|
|
2610
|
-
"id":
|
|
2803
|
+
"id": 152,
|
|
2611
2804
|
"name": "SkyPageLayoutType",
|
|
2612
2805
|
"kind": 4194304,
|
|
2613
2806
|
"kindString": "Type alias",
|
|
@@ -2646,7 +2839,7 @@
|
|
|
2646
2839
|
}
|
|
2647
2840
|
},
|
|
2648
2841
|
{
|
|
2649
|
-
"id":
|
|
2842
|
+
"id": 123,
|
|
2650
2843
|
"name": "SkyPageLinksInput",
|
|
2651
2844
|
"kind": 4194304,
|
|
2652
2845
|
"kindString": "Type alias",
|
|
@@ -2665,7 +2858,7 @@
|
|
|
2665
2858
|
"type": "array",
|
|
2666
2859
|
"elementType": {
|
|
2667
2860
|
"type": "reference",
|
|
2668
|
-
"id":
|
|
2861
|
+
"id": 114,
|
|
2669
2862
|
"name": "SkyPageLink"
|
|
2670
2863
|
}
|
|
2671
2864
|
},
|
|
@@ -2681,7 +2874,7 @@
|
|
|
2681
2874
|
}
|
|
2682
2875
|
},
|
|
2683
2876
|
{
|
|
2684
|
-
"id":
|
|
2877
|
+
"id": 137,
|
|
2685
2878
|
"name": "SkyPageModalLinksInput",
|
|
2686
2879
|
"kind": 4194304,
|
|
2687
2880
|
"kindString": "Type alias",
|
|
@@ -2700,7 +2893,7 @@
|
|
|
2700
2893
|
"type": "array",
|
|
2701
2894
|
"elementType": {
|
|
2702
2895
|
"type": "reference",
|
|
2703
|
-
"id":
|
|
2896
|
+
"id": 124,
|
|
2704
2897
|
"name": "SkyPageModalLink"
|
|
2705
2898
|
}
|
|
2706
2899
|
},
|
|
@@ -2716,7 +2909,7 @@
|
|
|
2716
2909
|
}
|
|
2717
2910
|
},
|
|
2718
2911
|
{
|
|
2719
|
-
"id":
|
|
2912
|
+
"id": 148,
|
|
2720
2913
|
"name": "SkyRecentLinksInput",
|
|
2721
2914
|
"kind": 4194304,
|
|
2722
2915
|
"kindString": "Type alias",
|
|
@@ -2738,7 +2931,7 @@
|
|
|
2738
2931
|
"type": "array",
|
|
2739
2932
|
"elementType": {
|
|
2740
2933
|
"type": "reference",
|
|
2741
|
-
"id":
|
|
2934
|
+
"id": 138,
|
|
2742
2935
|
"name": "SkyRecentLink"
|
|
2743
2936
|
}
|
|
2744
2937
|
},
|
|
@@ -2758,7 +2951,7 @@
|
|
|
2758
2951
|
}
|
|
2759
2952
|
},
|
|
2760
2953
|
{
|
|
2761
|
-
"id":
|
|
2954
|
+
"id": 156,
|
|
2762
2955
|
"name": "SkyPageHarness",
|
|
2763
2956
|
"kind": 128,
|
|
2764
2957
|
"kindString": "Class",
|
|
@@ -2768,7 +2961,7 @@
|
|
|
2768
2961
|
},
|
|
2769
2962
|
"children": [
|
|
2770
2963
|
{
|
|
2771
|
-
"id":
|
|
2964
|
+
"id": 169,
|
|
2772
2965
|
"name": "getLayout",
|
|
2773
2966
|
"kind": 2048,
|
|
2774
2967
|
"kindString": "Method",
|
|
@@ -2784,7 +2977,7 @@
|
|
|
2784
2977
|
],
|
|
2785
2978
|
"signatures": [
|
|
2786
2979
|
{
|
|
2787
|
-
"id":
|
|
2980
|
+
"id": 170,
|
|
2788
2981
|
"name": "getLayout",
|
|
2789
2982
|
"kind": 4096,
|
|
2790
2983
|
"kindString": "Call signature",
|
|
@@ -2797,7 +2990,7 @@
|
|
|
2797
2990
|
"typeArguments": [
|
|
2798
2991
|
{
|
|
2799
2992
|
"type": "reference",
|
|
2800
|
-
"id":
|
|
2993
|
+
"id": 152,
|
|
2801
2994
|
"name": "SkyPageLayoutType"
|
|
2802
2995
|
}
|
|
2803
2996
|
],
|
|
@@ -2809,7 +3002,7 @@
|
|
|
2809
3002
|
]
|
|
2810
3003
|
},
|
|
2811
3004
|
{
|
|
2812
|
-
"id":
|
|
3005
|
+
"id": 171,
|
|
2813
3006
|
"name": "getPageHeader",
|
|
2814
3007
|
"kind": 2048,
|
|
2815
3008
|
"kindString": "Method",
|
|
@@ -2825,7 +3018,7 @@
|
|
|
2825
3018
|
],
|
|
2826
3019
|
"signatures": [
|
|
2827
3020
|
{
|
|
2828
|
-
"id":
|
|
3021
|
+
"id": 172,
|
|
2829
3022
|
"name": "getPageHeader",
|
|
2830
3023
|
"kind": 4096,
|
|
2831
3024
|
"kindString": "Call signature",
|
|
@@ -2835,7 +3028,7 @@
|
|
|
2835
3028
|
},
|
|
2836
3029
|
"parameters": [
|
|
2837
3030
|
{
|
|
2838
|
-
"id":
|
|
3031
|
+
"id": 173,
|
|
2839
3032
|
"name": "filters",
|
|
2840
3033
|
"kind": 32768,
|
|
2841
3034
|
"kindString": "Parameter",
|
|
@@ -2867,7 +3060,7 @@
|
|
|
2867
3060
|
]
|
|
2868
3061
|
},
|
|
2869
3062
|
{
|
|
2870
|
-
"id":
|
|
3063
|
+
"id": 177,
|
|
2871
3064
|
"name": "host",
|
|
2872
3065
|
"kind": 2048,
|
|
2873
3066
|
"kindString": "Method",
|
|
@@ -2881,7 +3074,7 @@
|
|
|
2881
3074
|
],
|
|
2882
3075
|
"signatures": [
|
|
2883
3076
|
{
|
|
2884
|
-
"id":
|
|
3077
|
+
"id": 178,
|
|
2885
3078
|
"name": "host",
|
|
2886
3079
|
"kind": 4096,
|
|
2887
3080
|
"kindString": "Call signature",
|
|
@@ -2915,7 +3108,7 @@
|
|
|
2915
3108
|
}
|
|
2916
3109
|
},
|
|
2917
3110
|
{
|
|
2918
|
-
"id":
|
|
3111
|
+
"id": 158,
|
|
2919
3112
|
"name": "with",
|
|
2920
3113
|
"kind": 2048,
|
|
2921
3114
|
"kindString": "Method",
|
|
@@ -2932,7 +3125,7 @@
|
|
|
2932
3125
|
],
|
|
2933
3126
|
"signatures": [
|
|
2934
3127
|
{
|
|
2935
|
-
"id":
|
|
3128
|
+
"id": 159,
|
|
2936
3129
|
"name": "with",
|
|
2937
3130
|
"kind": 4096,
|
|
2938
3131
|
"kindString": "Call signature",
|
|
@@ -2942,14 +3135,14 @@
|
|
|
2942
3135
|
},
|
|
2943
3136
|
"parameters": [
|
|
2944
3137
|
{
|
|
2945
|
-
"id":
|
|
3138
|
+
"id": 160,
|
|
2946
3139
|
"name": "filters",
|
|
2947
3140
|
"kind": 32768,
|
|
2948
3141
|
"kindString": "Parameter",
|
|
2949
3142
|
"flags": {},
|
|
2950
3143
|
"type": {
|
|
2951
3144
|
"type": "reference",
|
|
2952
|
-
"id":
|
|
3145
|
+
"id": 197,
|
|
2953
3146
|
"name": "SkyPageHarnessFilters"
|
|
2954
3147
|
}
|
|
2955
3148
|
}
|
|
@@ -2959,7 +3152,7 @@
|
|
|
2959
3152
|
"typeArguments": [
|
|
2960
3153
|
{
|
|
2961
3154
|
"type": "reference",
|
|
2962
|
-
"id":
|
|
3155
|
+
"id": 156,
|
|
2963
3156
|
"name": "SkyPageHarness"
|
|
2964
3157
|
}
|
|
2965
3158
|
],
|
|
@@ -2976,17 +3169,17 @@
|
|
|
2976
3169
|
"title": "Constructors",
|
|
2977
3170
|
"kind": 512,
|
|
2978
3171
|
"children": [
|
|
2979
|
-
|
|
3172
|
+
166
|
|
2980
3173
|
]
|
|
2981
3174
|
},
|
|
2982
3175
|
{
|
|
2983
3176
|
"title": "Methods",
|
|
2984
3177
|
"kind": 2048,
|
|
2985
3178
|
"children": [
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
3179
|
+
169,
|
|
3180
|
+
171,
|
|
3181
|
+
177,
|
|
3182
|
+
158
|
|
2990
3183
|
]
|
|
2991
3184
|
}
|
|
2992
3185
|
],
|
|
@@ -3005,7 +3198,7 @@
|
|
|
3005
3198
|
]
|
|
3006
3199
|
},
|
|
3007
3200
|
{
|
|
3008
|
-
"id":
|
|
3201
|
+
"id": 197,
|
|
3009
3202
|
"name": "SkyPageHarnessFilters",
|
|
3010
3203
|
"kind": 256,
|
|
3011
3204
|
"kindString": "Interface",
|
|
@@ -3015,7 +3208,7 @@
|
|
|
3015
3208
|
},
|
|
3016
3209
|
"children": [
|
|
3017
3210
|
{
|
|
3018
|
-
"id":
|
|
3211
|
+
"id": 200,
|
|
3019
3212
|
"name": "ancestor",
|
|
3020
3213
|
"kind": 1024,
|
|
3021
3214
|
"kindString": "Property",
|
|
@@ -3042,7 +3235,7 @@
|
|
|
3042
3235
|
}
|
|
3043
3236
|
},
|
|
3044
3237
|
{
|
|
3045
|
-
"id":
|
|
3238
|
+
"id": 198,
|
|
3046
3239
|
"name": "dataSkyId",
|
|
3047
3240
|
"kind": 1024,
|
|
3048
3241
|
"kindString": "Property",
|
|
@@ -3080,7 +3273,7 @@
|
|
|
3080
3273
|
}
|
|
3081
3274
|
},
|
|
3082
3275
|
{
|
|
3083
|
-
"id":
|
|
3276
|
+
"id": 199,
|
|
3084
3277
|
"name": "selector",
|
|
3085
3278
|
"kind": 1024,
|
|
3086
3279
|
"kindString": "Property",
|
|
@@ -3112,9 +3305,9 @@
|
|
|
3112
3305
|
"title": "Properties",
|
|
3113
3306
|
"kind": 1024,
|
|
3114
3307
|
"children": [
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3308
|
+
200,
|
|
3309
|
+
198,
|
|
3310
|
+
199
|
|
3118
3311
|
]
|
|
3119
3312
|
}
|
|
3120
3313
|
],
|
|
@@ -3265,6 +3458,11 @@
|
|
|
3265
3458
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-blocks-layout-demo/record-page-blocks-layout-demo.component.html",
|
|
3266
3459
|
"rawContents": "<sky-page layout=\"blocks\">\n <sky-page-header\n pageTitle=\"$500 pledge\"\n [parentLink]=\"{\n label: 'Pledges',\n permalink: {\n route: {\n commands: ['/']\n }\n }\n }\"\n />\n <sky-page-content>\n <app-record-page-content></app-record-page-content>\n </sky-page-content>\n</sky-page>\n"
|
|
3267
3460
|
},
|
|
3461
|
+
{
|
|
3462
|
+
"fileName": "record-page-blocks-layout-demo.component.scss",
|
|
3463
|
+
"filePath": "/projects/pages/documentation/code-examples/page/record-page-blocks-layout-demo/record-page-blocks-layout-demo.component.scss",
|
|
3464
|
+
"rawContents": ":host {\n display: flex;\n}\n\n#div1 {\n width: 400px;\n background-color: aquamarine;\n}\n\n#div2 {\n flex-grow: 1;\n}\n"
|
|
3465
|
+
},
|
|
3268
3466
|
{
|
|
3269
3467
|
"fileName": "record-page-blocks-layout-demo.component.spec.ts",
|
|
3270
3468
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-blocks-layout-demo/record-page-blocks-layout-demo.component.spec.ts",
|