@skyux/layout 6.0.0-beta.9 → 6.0.2
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 +656 -502
- package/esm2020/lib/modules/card/card-actions.component.mjs +2 -1
- package/esm2020/lib/modules/card/card-content.component.mjs +2 -1
- package/esm2020/lib/modules/card/card-title.component.mjs +2 -1
- package/esm2020/lib/modules/card/card.component.mjs +17 -9
- package/esm2020/lib/modules/card/card.module.mjs +4 -1
- package/esm2020/lib/modules/description-list/description-list-description.component.mjs +6 -4
- package/esm2020/lib/modules/page-summary/page-summary-alert.component.mjs +2 -1
- package/esm2020/lib/modules/page-summary/page-summary-content.component.mjs +2 -1
- package/esm2020/lib/modules/page-summary/page-summary-image.component.mjs +2 -1
- package/esm2020/lib/modules/page-summary/page-summary-key-info.component.mjs +2 -1
- package/esm2020/lib/modules/page-summary/page-summary-status.component.mjs +2 -1
- package/esm2020/lib/modules/page-summary/page-summary-subtitle.component.mjs +2 -1
- package/esm2020/lib/modules/page-summary/page-summary-title.component.mjs +2 -1
- package/esm2020/lib/modules/page-summary/page-summary.component.mjs +11 -5
- package/esm2020/lib/modules/page-summary/page-summary.module.mjs +4 -1
- package/fesm2015/skyux-layout.mjs +49 -17
- package/fesm2015/skyux-layout.mjs.map +1 -1
- package/fesm2020/skyux-layout.mjs +47 -17
- package/fesm2020/skyux-layout.mjs.map +1 -1
- package/lib/modules/card/card-actions.component.d.ts +1 -0
- package/lib/modules/card/card-content.component.d.ts +1 -0
- package/lib/modules/card/card-title.component.d.ts +1 -0
- package/lib/modules/card/card.component.d.ts +3 -0
- package/lib/modules/card/card.module.d.ts +3 -0
- package/lib/modules/description-list/description-list-description.component.d.ts +3 -3
- package/lib/modules/page-summary/page-summary-alert.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-content.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-image.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-key-info.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-status.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-subtitle.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-title.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary.component.d.ts +3 -2
- package/lib/modules/page-summary/page-summary.module.d.ts +3 -0
- package/package.json +9 -9
package/documentation.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"originalName": "",
|
|
76
76
|
"children": [
|
|
77
77
|
{
|
|
78
|
-
"id":
|
|
78
|
+
"id": 480,
|
|
79
79
|
"name": "SkyBackToTopMessageType",
|
|
80
80
|
"kind": 8,
|
|
81
81
|
"kindString": "Enumeration",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"children": [
|
|
87
87
|
{
|
|
88
|
-
"id":
|
|
88
|
+
"id": 481,
|
|
89
89
|
"name": "BackToTop",
|
|
90
90
|
"kind": 16,
|
|
91
91
|
"kindString": "Enumeration member",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"title": "Enumeration members",
|
|
109
109
|
"kind": 16,
|
|
110
110
|
"children": [
|
|
111
|
-
|
|
111
|
+
481
|
|
112
112
|
]
|
|
113
113
|
}
|
|
114
114
|
],
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"id":
|
|
124
|
+
"id": 468,
|
|
125
125
|
"name": "SkyActionButtonModule",
|
|
126
126
|
"kind": 128,
|
|
127
127
|
"kindString": "Class",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"title": "Constructors",
|
|
147
147
|
"kind": 512,
|
|
148
148
|
"children": [
|
|
149
|
-
|
|
149
|
+
469
|
|
150
150
|
]
|
|
151
151
|
}
|
|
152
152
|
],
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
|
-
"id":
|
|
162
|
+
"id": 475,
|
|
163
163
|
"name": "SkyBackToTopModule",
|
|
164
164
|
"kind": 128,
|
|
165
165
|
"kindString": "Class",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"title": "Constructors",
|
|
185
185
|
"kind": 512,
|
|
186
186
|
"children": [
|
|
187
|
-
|
|
187
|
+
476
|
|
188
188
|
]
|
|
189
189
|
}
|
|
190
190
|
],
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"id":
|
|
200
|
+
"id": 484,
|
|
201
201
|
"name": "SkyBoxModule",
|
|
202
202
|
"kind": 128,
|
|
203
203
|
"kindString": "Class",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"title": "Constructors",
|
|
223
223
|
"kind": 512,
|
|
224
224
|
"children": [
|
|
225
|
-
|
|
225
|
+
485
|
|
226
226
|
]
|
|
227
227
|
}
|
|
228
228
|
],
|
|
@@ -235,11 +235,19 @@
|
|
|
235
235
|
]
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"id":
|
|
238
|
+
"id": 487,
|
|
239
239
|
"name": "SkyCardModule",
|
|
240
240
|
"kind": 128,
|
|
241
241
|
"kindString": "Class",
|
|
242
242
|
"flags": {},
|
|
243
|
+
"comment": {
|
|
244
|
+
"tags": [
|
|
245
|
+
{
|
|
246
|
+
"tag": "deprecated",
|
|
247
|
+
"text": "`SkyCardModule` is deprecated. For other SKY UX components that group and list content, see the content containers guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/content-containers.\n"
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
},
|
|
243
251
|
"decorators": [
|
|
244
252
|
{
|
|
245
253
|
"name": "NgModule",
|
|
@@ -260,20 +268,20 @@
|
|
|
260
268
|
"title": "Constructors",
|
|
261
269
|
"kind": 512,
|
|
262
270
|
"children": [
|
|
263
|
-
|
|
271
|
+
488
|
|
264
272
|
]
|
|
265
273
|
}
|
|
266
274
|
],
|
|
267
275
|
"sources": [
|
|
268
276
|
{
|
|
269
277
|
"fileName": "projects/layout/src/modules/card/card.module.ts",
|
|
270
|
-
"line":
|
|
278
|
+
"line": 40,
|
|
271
279
|
"character": 13
|
|
272
280
|
}
|
|
273
281
|
]
|
|
274
282
|
},
|
|
275
283
|
{
|
|
276
|
-
"id":
|
|
284
|
+
"id": 490,
|
|
277
285
|
"name": "SkyDefinitionListModule",
|
|
278
286
|
"kind": 128,
|
|
279
287
|
"kindString": "Class",
|
|
@@ -306,7 +314,7 @@
|
|
|
306
314
|
"title": "Constructors",
|
|
307
315
|
"kind": 512,
|
|
308
316
|
"children": [
|
|
309
|
-
|
|
317
|
+
491
|
|
310
318
|
]
|
|
311
319
|
}
|
|
312
320
|
],
|
|
@@ -319,7 +327,7 @@
|
|
|
319
327
|
]
|
|
320
328
|
},
|
|
321
329
|
{
|
|
322
|
-
"id":
|
|
330
|
+
"id": 493,
|
|
323
331
|
"name": "SkyDescriptionListModule",
|
|
324
332
|
"kind": 128,
|
|
325
333
|
"kindString": "Class",
|
|
@@ -344,7 +352,7 @@
|
|
|
344
352
|
"title": "Constructors",
|
|
345
353
|
"kind": 512,
|
|
346
354
|
"children": [
|
|
347
|
-
|
|
355
|
+
494
|
|
348
356
|
]
|
|
349
357
|
}
|
|
350
358
|
],
|
|
@@ -357,7 +365,7 @@
|
|
|
357
365
|
]
|
|
358
366
|
},
|
|
359
367
|
{
|
|
360
|
-
"id":
|
|
368
|
+
"id": 505,
|
|
361
369
|
"name": "SkyFluidGridModule",
|
|
362
370
|
"kind": 128,
|
|
363
371
|
"kindString": "Class",
|
|
@@ -382,7 +390,7 @@
|
|
|
382
390
|
"title": "Constructors",
|
|
383
391
|
"kind": 512,
|
|
384
392
|
"children": [
|
|
385
|
-
|
|
393
|
+
506
|
|
386
394
|
]
|
|
387
395
|
}
|
|
388
396
|
],
|
|
@@ -395,7 +403,7 @@
|
|
|
395
403
|
]
|
|
396
404
|
},
|
|
397
405
|
{
|
|
398
|
-
"id":
|
|
406
|
+
"id": 512,
|
|
399
407
|
"name": "SkyFormatModule",
|
|
400
408
|
"kind": 128,
|
|
401
409
|
"kindString": "Class",
|
|
@@ -420,7 +428,7 @@
|
|
|
420
428
|
"title": "Constructors",
|
|
421
429
|
"kind": 512,
|
|
422
430
|
"children": [
|
|
423
|
-
|
|
431
|
+
513
|
|
424
432
|
]
|
|
425
433
|
}
|
|
426
434
|
],
|
|
@@ -433,7 +441,7 @@
|
|
|
433
441
|
]
|
|
434
442
|
},
|
|
435
443
|
{
|
|
436
|
-
"id":
|
|
444
|
+
"id": 518,
|
|
437
445
|
"name": "SkyInlineDeleteModule",
|
|
438
446
|
"kind": 128,
|
|
439
447
|
"kindString": "Class",
|
|
@@ -458,7 +466,7 @@
|
|
|
458
466
|
"title": "Constructors",
|
|
459
467
|
"kind": 512,
|
|
460
468
|
"children": [
|
|
461
|
-
|
|
469
|
+
519
|
|
462
470
|
]
|
|
463
471
|
}
|
|
464
472
|
],
|
|
@@ -471,7 +479,7 @@
|
|
|
471
479
|
]
|
|
472
480
|
},
|
|
473
481
|
{
|
|
474
|
-
"id":
|
|
482
|
+
"id": 521,
|
|
475
483
|
"name": "SkyPageModule",
|
|
476
484
|
"kind": 128,
|
|
477
485
|
"kindString": "Class",
|
|
@@ -496,7 +504,7 @@
|
|
|
496
504
|
"title": "Constructors",
|
|
497
505
|
"kind": 512,
|
|
498
506
|
"children": [
|
|
499
|
-
|
|
507
|
+
522
|
|
500
508
|
]
|
|
501
509
|
}
|
|
502
510
|
],
|
|
@@ -509,11 +517,19 @@
|
|
|
509
517
|
]
|
|
510
518
|
},
|
|
511
519
|
{
|
|
512
|
-
"id":
|
|
520
|
+
"id": 524,
|
|
513
521
|
"name": "SkyPageSummaryModule",
|
|
514
522
|
"kind": 128,
|
|
515
523
|
"kindString": "Class",
|
|
516
524
|
"flags": {},
|
|
525
|
+
"comment": {
|
|
526
|
+
"tags": [
|
|
527
|
+
{
|
|
528
|
+
"tag": "deprecated",
|
|
529
|
+
"text": "`SkyPageSummaryModule` is deprecated. For page templates and techniques to summarize page content, see the page design guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/page-layouts.\n"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
532
|
+
},
|
|
517
533
|
"decorators": [
|
|
518
534
|
{
|
|
519
535
|
"name": "NgModule",
|
|
@@ -534,20 +550,20 @@
|
|
|
534
550
|
"title": "Constructors",
|
|
535
551
|
"kind": 512,
|
|
536
552
|
"children": [
|
|
537
|
-
|
|
553
|
+
525
|
|
538
554
|
]
|
|
539
555
|
}
|
|
540
556
|
],
|
|
541
557
|
"sources": [
|
|
542
558
|
{
|
|
543
559
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.module.ts",
|
|
544
|
-
"line":
|
|
560
|
+
"line": 39,
|
|
545
561
|
"character": 13
|
|
546
562
|
}
|
|
547
563
|
]
|
|
548
564
|
},
|
|
549
565
|
{
|
|
550
|
-
"id":
|
|
566
|
+
"id": 527,
|
|
551
567
|
"name": "SkyTextExpandModule",
|
|
552
568
|
"kind": 128,
|
|
553
569
|
"kindString": "Class",
|
|
@@ -572,7 +588,7 @@
|
|
|
572
588
|
"title": "Constructors",
|
|
573
589
|
"kind": 512,
|
|
574
590
|
"children": [
|
|
575
|
-
|
|
591
|
+
528
|
|
576
592
|
]
|
|
577
593
|
}
|
|
578
594
|
],
|
|
@@ -585,7 +601,7 @@
|
|
|
585
601
|
]
|
|
586
602
|
},
|
|
587
603
|
{
|
|
588
|
-
"id":
|
|
604
|
+
"id": 531,
|
|
589
605
|
"name": "SkyTextExpandRepeaterModule",
|
|
590
606
|
"kind": 128,
|
|
591
607
|
"kindString": "Class",
|
|
@@ -610,7 +626,7 @@
|
|
|
610
626
|
"title": "Constructors",
|
|
611
627
|
"kind": 512,
|
|
612
628
|
"children": [
|
|
613
|
-
|
|
629
|
+
532
|
|
614
630
|
]
|
|
615
631
|
}
|
|
616
632
|
],
|
|
@@ -623,7 +639,7 @@
|
|
|
623
639
|
]
|
|
624
640
|
},
|
|
625
641
|
{
|
|
626
|
-
"id":
|
|
642
|
+
"id": 534,
|
|
627
643
|
"name": "SkyToolbarModule",
|
|
628
644
|
"kind": 128,
|
|
629
645
|
"kindString": "Class",
|
|
@@ -648,7 +664,7 @@
|
|
|
648
664
|
"title": "Constructors",
|
|
649
665
|
"kind": 512,
|
|
650
666
|
"children": [
|
|
651
|
-
|
|
667
|
+
535
|
|
652
668
|
]
|
|
653
669
|
}
|
|
654
670
|
],
|
|
@@ -760,7 +776,7 @@
|
|
|
760
776
|
],
|
|
761
777
|
"type": {
|
|
762
778
|
"type": "reference",
|
|
763
|
-
"id":
|
|
779
|
+
"id": 462,
|
|
764
780
|
"name": "SkyActionButtonPermalink"
|
|
765
781
|
}
|
|
766
782
|
},
|
|
@@ -857,13 +873,19 @@
|
|
|
857
873
|
]
|
|
858
874
|
},
|
|
859
875
|
{
|
|
860
|
-
"id":
|
|
876
|
+
"id": 153,
|
|
861
877
|
"name": "SkyCardActionsComponent",
|
|
862
878
|
"kind": 128,
|
|
863
879
|
"kindString": "Class",
|
|
864
880
|
"flags": {},
|
|
865
881
|
"comment": {
|
|
866
|
-
"shortText": "Specifies an action that users can perform on the card."
|
|
882
|
+
"shortText": "Specifies an action that users can perform on the card.",
|
|
883
|
+
"tags": [
|
|
884
|
+
{
|
|
885
|
+
"tag": "deprecated",
|
|
886
|
+
"text": "\n"
|
|
887
|
+
}
|
|
888
|
+
]
|
|
867
889
|
},
|
|
868
890
|
"decorators": [
|
|
869
891
|
{
|
|
@@ -885,26 +907,32 @@
|
|
|
885
907
|
"title": "Constructors",
|
|
886
908
|
"kind": 512,
|
|
887
909
|
"children": [
|
|
888
|
-
|
|
910
|
+
154
|
|
889
911
|
]
|
|
890
912
|
}
|
|
891
913
|
],
|
|
892
914
|
"sources": [
|
|
893
915
|
{
|
|
894
916
|
"fileName": "projects/layout/src/modules/card/card-actions.component.ts",
|
|
895
|
-
"line":
|
|
917
|
+
"line": 12,
|
|
896
918
|
"character": 13
|
|
897
919
|
}
|
|
898
920
|
]
|
|
899
921
|
},
|
|
900
922
|
{
|
|
901
|
-
"id":
|
|
923
|
+
"id": 156,
|
|
902
924
|
"name": "SkyCardContentComponent",
|
|
903
925
|
"kind": 128,
|
|
904
926
|
"kindString": "Class",
|
|
905
927
|
"flags": {},
|
|
906
928
|
"comment": {
|
|
907
|
-
"shortText": "Specifies the content to display in the body of the card."
|
|
929
|
+
"shortText": "Specifies the content to display in the body of the card.",
|
|
930
|
+
"tags": [
|
|
931
|
+
{
|
|
932
|
+
"tag": "deprecated",
|
|
933
|
+
"text": "\n"
|
|
934
|
+
}
|
|
935
|
+
]
|
|
908
936
|
},
|
|
909
937
|
"decorators": [
|
|
910
938
|
{
|
|
@@ -926,26 +954,32 @@
|
|
|
926
954
|
"title": "Constructors",
|
|
927
955
|
"kind": 512,
|
|
928
956
|
"children": [
|
|
929
|
-
|
|
957
|
+
157
|
|
930
958
|
]
|
|
931
959
|
}
|
|
932
960
|
],
|
|
933
961
|
"sources": [
|
|
934
962
|
{
|
|
935
963
|
"fileName": "projects/layout/src/modules/card/card-content.component.ts",
|
|
936
|
-
"line":
|
|
964
|
+
"line": 11,
|
|
937
965
|
"character": 13
|
|
938
966
|
}
|
|
939
967
|
]
|
|
940
968
|
},
|
|
941
969
|
{
|
|
942
|
-
"id":
|
|
970
|
+
"id": 159,
|
|
943
971
|
"name": "SkyCardTitleComponent",
|
|
944
972
|
"kind": 128,
|
|
945
973
|
"kindString": "Class",
|
|
946
974
|
"flags": {},
|
|
947
975
|
"comment": {
|
|
948
|
-
"shortText": "Specifies a title to identify what the card represents."
|
|
976
|
+
"shortText": "Specifies a title to identify what the card represents.",
|
|
977
|
+
"tags": [
|
|
978
|
+
{
|
|
979
|
+
"tag": "deprecated",
|
|
980
|
+
"text": "\n"
|
|
981
|
+
}
|
|
982
|
+
]
|
|
949
983
|
},
|
|
950
984
|
"decorators": [
|
|
951
985
|
{
|
|
@@ -967,20 +1001,20 @@
|
|
|
967
1001
|
"title": "Constructors",
|
|
968
1002
|
"kind": 512,
|
|
969
1003
|
"children": [
|
|
970
|
-
|
|
1004
|
+
160
|
|
971
1005
|
]
|
|
972
1006
|
}
|
|
973
1007
|
],
|
|
974
1008
|
"sources": [
|
|
975
1009
|
{
|
|
976
1010
|
"fileName": "projects/layout/src/modules/card/card-title.component.ts",
|
|
977
|
-
"line":
|
|
1011
|
+
"line": 11,
|
|
978
1012
|
"character": 13
|
|
979
1013
|
}
|
|
980
1014
|
]
|
|
981
1015
|
},
|
|
982
1016
|
{
|
|
983
|
-
"id":
|
|
1017
|
+
"id": 162,
|
|
984
1018
|
"name": "SkyDefinitionListComponent",
|
|
985
1019
|
"kind": 128,
|
|
986
1020
|
"kindString": "Class",
|
|
@@ -1004,7 +1038,7 @@
|
|
|
1004
1038
|
],
|
|
1005
1039
|
"children": [
|
|
1006
1040
|
{
|
|
1007
|
-
"id":
|
|
1041
|
+
"id": 163,
|
|
1008
1042
|
"name": "constructor",
|
|
1009
1043
|
"kind": 512,
|
|
1010
1044
|
"kindString": "Constructor",
|
|
@@ -1018,14 +1052,14 @@
|
|
|
1018
1052
|
],
|
|
1019
1053
|
"signatures": [
|
|
1020
1054
|
{
|
|
1021
|
-
"id":
|
|
1055
|
+
"id": 164,
|
|
1022
1056
|
"name": "SkyDefinitionListComponent",
|
|
1023
1057
|
"kind": 16384,
|
|
1024
1058
|
"kindString": "Constructor signature",
|
|
1025
1059
|
"flags": {},
|
|
1026
1060
|
"parameters": [
|
|
1027
1061
|
{
|
|
1028
|
-
"id":
|
|
1062
|
+
"id": 165,
|
|
1029
1063
|
"name": "service",
|
|
1030
1064
|
"kind": 32768,
|
|
1031
1065
|
"kindString": "Parameter",
|
|
@@ -1036,7 +1070,7 @@
|
|
|
1036
1070
|
}
|
|
1037
1071
|
},
|
|
1038
1072
|
{
|
|
1039
|
-
"id":
|
|
1073
|
+
"id": 166,
|
|
1040
1074
|
"name": "logger",
|
|
1041
1075
|
"kind": 32768,
|
|
1042
1076
|
"kindString": "Parameter",
|
|
@@ -1049,14 +1083,14 @@
|
|
|
1049
1083
|
],
|
|
1050
1084
|
"type": {
|
|
1051
1085
|
"type": "reference",
|
|
1052
|
-
"id":
|
|
1086
|
+
"id": 162,
|
|
1053
1087
|
"name": "SkyDefinitionListComponent"
|
|
1054
1088
|
}
|
|
1055
1089
|
}
|
|
1056
1090
|
]
|
|
1057
1091
|
},
|
|
1058
1092
|
{
|
|
1059
|
-
"id":
|
|
1093
|
+
"id": 170,
|
|
1060
1094
|
"name": "defaultValue",
|
|
1061
1095
|
"kind": 262144,
|
|
1062
1096
|
"kindString": "Accessor",
|
|
@@ -1084,7 +1118,7 @@
|
|
|
1084
1118
|
],
|
|
1085
1119
|
"setSignature": [
|
|
1086
1120
|
{
|
|
1087
|
-
"id":
|
|
1121
|
+
"id": 171,
|
|
1088
1122
|
"name": "defaultValue",
|
|
1089
1123
|
"kind": 1048576,
|
|
1090
1124
|
"kindString": "Set signature",
|
|
@@ -1100,7 +1134,7 @@
|
|
|
1100
1134
|
},
|
|
1101
1135
|
"parameters": [
|
|
1102
1136
|
{
|
|
1103
|
-
"id":
|
|
1137
|
+
"id": 172,
|
|
1104
1138
|
"name": "value",
|
|
1105
1139
|
"kind": 32768,
|
|
1106
1140
|
"kindString": "Parameter",
|
|
@@ -1119,7 +1153,7 @@
|
|
|
1119
1153
|
]
|
|
1120
1154
|
},
|
|
1121
1155
|
{
|
|
1122
|
-
"id":
|
|
1156
|
+
"id": 167,
|
|
1123
1157
|
"name": "labelWidth",
|
|
1124
1158
|
"kind": 262144,
|
|
1125
1159
|
"kindString": "Accessor",
|
|
@@ -1147,7 +1181,7 @@
|
|
|
1147
1181
|
],
|
|
1148
1182
|
"setSignature": [
|
|
1149
1183
|
{
|
|
1150
|
-
"id":
|
|
1184
|
+
"id": 168,
|
|
1151
1185
|
"name": "labelWidth",
|
|
1152
1186
|
"kind": 1048576,
|
|
1153
1187
|
"kindString": "Set signature",
|
|
@@ -1163,7 +1197,7 @@
|
|
|
1163
1197
|
},
|
|
1164
1198
|
"parameters": [
|
|
1165
1199
|
{
|
|
1166
|
-
"id":
|
|
1200
|
+
"id": 169,
|
|
1167
1201
|
"name": "value",
|
|
1168
1202
|
"kind": 32768,
|
|
1169
1203
|
"kindString": "Parameter",
|
|
@@ -1187,22 +1221,22 @@
|
|
|
1187
1221
|
"title": "Constructors",
|
|
1188
1222
|
"kind": 512,
|
|
1189
1223
|
"children": [
|
|
1190
|
-
|
|
1224
|
+
163
|
|
1191
1225
|
]
|
|
1192
1226
|
},
|
|
1193
1227
|
{
|
|
1194
1228
|
"title": "Properties",
|
|
1195
1229
|
"kind": 1024,
|
|
1196
1230
|
"children": [
|
|
1197
|
-
|
|
1231
|
+
173
|
|
1198
1232
|
]
|
|
1199
1233
|
},
|
|
1200
1234
|
{
|
|
1201
1235
|
"title": "Accessors",
|
|
1202
1236
|
"kind": 262144,
|
|
1203
1237
|
"children": [
|
|
1204
|
-
|
|
1205
|
-
|
|
1238
|
+
170,
|
|
1239
|
+
167
|
|
1206
1240
|
]
|
|
1207
1241
|
}
|
|
1208
1242
|
],
|
|
@@ -1215,7 +1249,7 @@
|
|
|
1215
1249
|
]
|
|
1216
1250
|
},
|
|
1217
1251
|
{
|
|
1218
|
-
"id":
|
|
1252
|
+
"id": 174,
|
|
1219
1253
|
"name": "SkyDefinitionListContentComponent",
|
|
1220
1254
|
"kind": 128,
|
|
1221
1255
|
"kindString": "Class",
|
|
@@ -1243,7 +1277,7 @@
|
|
|
1243
1277
|
"title": "Constructors",
|
|
1244
1278
|
"kind": 512,
|
|
1245
1279
|
"children": [
|
|
1246
|
-
|
|
1280
|
+
175
|
|
1247
1281
|
]
|
|
1248
1282
|
}
|
|
1249
1283
|
],
|
|
@@ -1256,7 +1290,7 @@
|
|
|
1256
1290
|
]
|
|
1257
1291
|
},
|
|
1258
1292
|
{
|
|
1259
|
-
"id":
|
|
1293
|
+
"id": 177,
|
|
1260
1294
|
"name": "SkyDefinitionListHeadingComponent",
|
|
1261
1295
|
"kind": 128,
|
|
1262
1296
|
"kindString": "Class",
|
|
@@ -1284,7 +1318,7 @@
|
|
|
1284
1318
|
"title": "Constructors",
|
|
1285
1319
|
"kind": 512,
|
|
1286
1320
|
"children": [
|
|
1287
|
-
|
|
1321
|
+
178
|
|
1288
1322
|
]
|
|
1289
1323
|
}
|
|
1290
1324
|
],
|
|
@@ -1297,7 +1331,7 @@
|
|
|
1297
1331
|
]
|
|
1298
1332
|
},
|
|
1299
1333
|
{
|
|
1300
|
-
"id":
|
|
1334
|
+
"id": 180,
|
|
1301
1335
|
"name": "SkyDefinitionListLabelComponent",
|
|
1302
1336
|
"kind": 128,
|
|
1303
1337
|
"kindString": "Class",
|
|
@@ -1321,7 +1355,7 @@
|
|
|
1321
1355
|
],
|
|
1322
1356
|
"children": [
|
|
1323
1357
|
{
|
|
1324
|
-
"id":
|
|
1358
|
+
"id": 181,
|
|
1325
1359
|
"name": "constructor",
|
|
1326
1360
|
"kind": 512,
|
|
1327
1361
|
"kindString": "Constructor",
|
|
@@ -1335,14 +1369,14 @@
|
|
|
1335
1369
|
],
|
|
1336
1370
|
"signatures": [
|
|
1337
1371
|
{
|
|
1338
|
-
"id":
|
|
1372
|
+
"id": 182,
|
|
1339
1373
|
"name": "SkyDefinitionListLabelComponent",
|
|
1340
1374
|
"kind": 16384,
|
|
1341
1375
|
"kindString": "Constructor signature",
|
|
1342
1376
|
"flags": {},
|
|
1343
1377
|
"parameters": [
|
|
1344
1378
|
{
|
|
1345
|
-
"id":
|
|
1379
|
+
"id": 183,
|
|
1346
1380
|
"name": "service",
|
|
1347
1381
|
"kind": 32768,
|
|
1348
1382
|
"kindString": "Parameter",
|
|
@@ -1355,14 +1389,14 @@
|
|
|
1355
1389
|
],
|
|
1356
1390
|
"type": {
|
|
1357
1391
|
"type": "reference",
|
|
1358
|
-
"id":
|
|
1392
|
+
"id": 180,
|
|
1359
1393
|
"name": "SkyDefinitionListLabelComponent"
|
|
1360
1394
|
}
|
|
1361
1395
|
}
|
|
1362
1396
|
]
|
|
1363
1397
|
},
|
|
1364
1398
|
{
|
|
1365
|
-
"id":
|
|
1399
|
+
"id": 184,
|
|
1366
1400
|
"name": "labelWidth",
|
|
1367
1401
|
"kind": 1024,
|
|
1368
1402
|
"kindString": "Property",
|
|
@@ -1387,15 +1421,15 @@
|
|
|
1387
1421
|
"title": "Constructors",
|
|
1388
1422
|
"kind": 512,
|
|
1389
1423
|
"children": [
|
|
1390
|
-
|
|
1424
|
+
181
|
|
1391
1425
|
]
|
|
1392
1426
|
},
|
|
1393
1427
|
{
|
|
1394
1428
|
"title": "Properties",
|
|
1395
1429
|
"kind": 1024,
|
|
1396
1430
|
"children": [
|
|
1397
|
-
|
|
1398
|
-
|
|
1431
|
+
184,
|
|
1432
|
+
185
|
|
1399
1433
|
]
|
|
1400
1434
|
}
|
|
1401
1435
|
],
|
|
@@ -1408,7 +1442,7 @@
|
|
|
1408
1442
|
]
|
|
1409
1443
|
},
|
|
1410
1444
|
{
|
|
1411
|
-
"id":
|
|
1445
|
+
"id": 186,
|
|
1412
1446
|
"name": "SkyDefinitionListValueComponent",
|
|
1413
1447
|
"kind": 128,
|
|
1414
1448
|
"kindString": "Class",
|
|
@@ -1432,7 +1466,7 @@
|
|
|
1432
1466
|
],
|
|
1433
1467
|
"children": [
|
|
1434
1468
|
{
|
|
1435
|
-
"id":
|
|
1469
|
+
"id": 187,
|
|
1436
1470
|
"name": "constructor",
|
|
1437
1471
|
"kind": 512,
|
|
1438
1472
|
"kindString": "Constructor",
|
|
@@ -1446,14 +1480,14 @@
|
|
|
1446
1480
|
],
|
|
1447
1481
|
"signatures": [
|
|
1448
1482
|
{
|
|
1449
|
-
"id":
|
|
1483
|
+
"id": 188,
|
|
1450
1484
|
"name": "SkyDefinitionListValueComponent",
|
|
1451
1485
|
"kind": 16384,
|
|
1452
1486
|
"kindString": "Constructor signature",
|
|
1453
1487
|
"flags": {},
|
|
1454
1488
|
"parameters": [
|
|
1455
1489
|
{
|
|
1456
|
-
"id":
|
|
1490
|
+
"id": 189,
|
|
1457
1491
|
"name": "service",
|
|
1458
1492
|
"kind": 32768,
|
|
1459
1493
|
"kindString": "Parameter",
|
|
@@ -1466,14 +1500,14 @@
|
|
|
1466
1500
|
],
|
|
1467
1501
|
"type": {
|
|
1468
1502
|
"type": "reference",
|
|
1469
|
-
"id":
|
|
1503
|
+
"id": 186,
|
|
1470
1504
|
"name": "SkyDefinitionListValueComponent"
|
|
1471
1505
|
}
|
|
1472
1506
|
}
|
|
1473
1507
|
]
|
|
1474
1508
|
},
|
|
1475
1509
|
{
|
|
1476
|
-
"id":
|
|
1510
|
+
"id": 190,
|
|
1477
1511
|
"name": "defaultValue",
|
|
1478
1512
|
"kind": 1024,
|
|
1479
1513
|
"kindString": "Property",
|
|
@@ -1498,15 +1532,15 @@
|
|
|
1498
1532
|
"title": "Constructors",
|
|
1499
1533
|
"kind": 512,
|
|
1500
1534
|
"children": [
|
|
1501
|
-
|
|
1535
|
+
187
|
|
1502
1536
|
]
|
|
1503
1537
|
},
|
|
1504
1538
|
{
|
|
1505
1539
|
"title": "Properties",
|
|
1506
1540
|
"kind": 1024,
|
|
1507
1541
|
"children": [
|
|
1508
|
-
|
|
1509
|
-
|
|
1542
|
+
190,
|
|
1543
|
+
191
|
|
1510
1544
|
]
|
|
1511
1545
|
}
|
|
1512
1546
|
],
|
|
@@ -1519,7 +1553,7 @@
|
|
|
1519
1553
|
]
|
|
1520
1554
|
},
|
|
1521
1555
|
{
|
|
1522
|
-
"id":
|
|
1556
|
+
"id": 192,
|
|
1523
1557
|
"name": "SkyDescriptionListComponent",
|
|
1524
1558
|
"kind": 128,
|
|
1525
1559
|
"kindString": "Class",
|
|
@@ -1543,7 +1577,7 @@
|
|
|
1543
1577
|
],
|
|
1544
1578
|
"children": [
|
|
1545
1579
|
{
|
|
1546
|
-
"id":
|
|
1580
|
+
"id": 193,
|
|
1547
1581
|
"name": "constructor",
|
|
1548
1582
|
"kind": 512,
|
|
1549
1583
|
"kindString": "Constructor",
|
|
@@ -1557,14 +1591,14 @@
|
|
|
1557
1591
|
],
|
|
1558
1592
|
"signatures": [
|
|
1559
1593
|
{
|
|
1560
|
-
"id":
|
|
1594
|
+
"id": 194,
|
|
1561
1595
|
"name": "SkyDescriptionListComponent",
|
|
1562
1596
|
"kind": 16384,
|
|
1563
1597
|
"kindString": "Constructor signature",
|
|
1564
1598
|
"flags": {},
|
|
1565
1599
|
"parameters": [
|
|
1566
1600
|
{
|
|
1567
|
-
"id":
|
|
1601
|
+
"id": 195,
|
|
1568
1602
|
"name": "adapterService",
|
|
1569
1603
|
"kind": 32768,
|
|
1570
1604
|
"kindString": "Parameter",
|
|
@@ -1575,7 +1609,7 @@
|
|
|
1575
1609
|
}
|
|
1576
1610
|
},
|
|
1577
1611
|
{
|
|
1578
|
-
"id":
|
|
1612
|
+
"id": 196,
|
|
1579
1613
|
"name": "changeDetector",
|
|
1580
1614
|
"kind": 32768,
|
|
1581
1615
|
"kindString": "Parameter",
|
|
@@ -1588,7 +1622,7 @@
|
|
|
1588
1622
|
}
|
|
1589
1623
|
},
|
|
1590
1624
|
{
|
|
1591
|
-
"id":
|
|
1625
|
+
"id": 197,
|
|
1592
1626
|
"name": "descriptionListService",
|
|
1593
1627
|
"kind": 32768,
|
|
1594
1628
|
"kindString": "Parameter",
|
|
@@ -1599,7 +1633,7 @@
|
|
|
1599
1633
|
}
|
|
1600
1634
|
},
|
|
1601
1635
|
{
|
|
1602
|
-
"id":
|
|
1636
|
+
"id": 198,
|
|
1603
1637
|
"name": "mutationSvc",
|
|
1604
1638
|
"kind": 32768,
|
|
1605
1639
|
"kindString": "Parameter",
|
|
@@ -1612,14 +1646,14 @@
|
|
|
1612
1646
|
],
|
|
1613
1647
|
"type": {
|
|
1614
1648
|
"type": "reference",
|
|
1615
|
-
"id":
|
|
1649
|
+
"id": 192,
|
|
1616
1650
|
"name": "SkyDescriptionListComponent"
|
|
1617
1651
|
}
|
|
1618
1652
|
}
|
|
1619
1653
|
]
|
|
1620
1654
|
},
|
|
1621
1655
|
{
|
|
1622
|
-
"id":
|
|
1656
|
+
"id": 207,
|
|
1623
1657
|
"name": "contentComponents",
|
|
1624
1658
|
"kind": 1024,
|
|
1625
1659
|
"kindString": "Property",
|
|
@@ -1652,7 +1686,7 @@
|
|
|
1652
1686
|
"typeArguments": [
|
|
1653
1687
|
{
|
|
1654
1688
|
"type": "reference",
|
|
1655
|
-
"id":
|
|
1689
|
+
"id": 241,
|
|
1656
1690
|
"name": "SkyDescriptionListContentComponent"
|
|
1657
1691
|
}
|
|
1658
1692
|
],
|
|
@@ -1662,7 +1696,7 @@
|
|
|
1662
1696
|
}
|
|
1663
1697
|
},
|
|
1664
1698
|
{
|
|
1665
|
-
"id":
|
|
1699
|
+
"id": 202,
|
|
1666
1700
|
"name": "listItemWidth",
|
|
1667
1701
|
"kind": 1024,
|
|
1668
1702
|
"kindString": "Property",
|
|
@@ -1697,7 +1731,7 @@
|
|
|
1697
1731
|
}
|
|
1698
1732
|
},
|
|
1699
1733
|
{
|
|
1700
|
-
"id":
|
|
1734
|
+
"id": 199,
|
|
1701
1735
|
"name": "defaultDescription",
|
|
1702
1736
|
"kind": 262144,
|
|
1703
1737
|
"kindString": "Accessor",
|
|
@@ -1725,7 +1759,7 @@
|
|
|
1725
1759
|
],
|
|
1726
1760
|
"setSignature": [
|
|
1727
1761
|
{
|
|
1728
|
-
"id":
|
|
1762
|
+
"id": 200,
|
|
1729
1763
|
"name": "defaultDescription",
|
|
1730
1764
|
"kind": 1048576,
|
|
1731
1765
|
"kindString": "Set signature",
|
|
@@ -1741,7 +1775,7 @@
|
|
|
1741
1775
|
},
|
|
1742
1776
|
"parameters": [
|
|
1743
1777
|
{
|
|
1744
|
-
"id":
|
|
1778
|
+
"id": 201,
|
|
1745
1779
|
"name": "value",
|
|
1746
1780
|
"kind": 32768,
|
|
1747
1781
|
"kindString": "Parameter",
|
|
@@ -1760,7 +1794,7 @@
|
|
|
1760
1794
|
]
|
|
1761
1795
|
},
|
|
1762
1796
|
{
|
|
1763
|
-
"id":
|
|
1797
|
+
"id": 203,
|
|
1764
1798
|
"name": "mode",
|
|
1765
1799
|
"kind": 262144,
|
|
1766
1800
|
"kindString": "Accessor",
|
|
@@ -1788,7 +1822,7 @@
|
|
|
1788
1822
|
],
|
|
1789
1823
|
"getSignature": [
|
|
1790
1824
|
{
|
|
1791
|
-
"id":
|
|
1825
|
+
"id": 204,
|
|
1792
1826
|
"name": "mode",
|
|
1793
1827
|
"kind": 524288,
|
|
1794
1828
|
"kindString": "Get signature",
|
|
@@ -1804,14 +1838,14 @@
|
|
|
1804
1838
|
},
|
|
1805
1839
|
"type": {
|
|
1806
1840
|
"type": "reference",
|
|
1807
|
-
"id":
|
|
1841
|
+
"id": 500,
|
|
1808
1842
|
"name": "SkyDescriptionListModeType"
|
|
1809
1843
|
}
|
|
1810
1844
|
}
|
|
1811
1845
|
],
|
|
1812
1846
|
"setSignature": [
|
|
1813
1847
|
{
|
|
1814
|
-
"id":
|
|
1848
|
+
"id": 205,
|
|
1815
1849
|
"name": "mode",
|
|
1816
1850
|
"kind": 1048576,
|
|
1817
1851
|
"kindString": "Set signature",
|
|
@@ -1827,14 +1861,14 @@
|
|
|
1827
1861
|
},
|
|
1828
1862
|
"parameters": [
|
|
1829
1863
|
{
|
|
1830
|
-
"id":
|
|
1864
|
+
"id": 206,
|
|
1831
1865
|
"name": "value",
|
|
1832
1866
|
"kind": 32768,
|
|
1833
1867
|
"kindString": "Parameter",
|
|
1834
1868
|
"flags": {},
|
|
1835
1869
|
"type": {
|
|
1836
1870
|
"type": "reference",
|
|
1837
|
-
"id":
|
|
1871
|
+
"id": 500,
|
|
1838
1872
|
"name": "SkyDescriptionListModeType"
|
|
1839
1873
|
}
|
|
1840
1874
|
}
|
|
@@ -1847,7 +1881,7 @@
|
|
|
1847
1881
|
]
|
|
1848
1882
|
},
|
|
1849
1883
|
{
|
|
1850
|
-
"id":
|
|
1884
|
+
"id": 212,
|
|
1851
1885
|
"name": "ngAfterContentInit",
|
|
1852
1886
|
"kind": 2048,
|
|
1853
1887
|
"kindString": "Method",
|
|
@@ -1863,7 +1897,7 @@
|
|
|
1863
1897
|
],
|
|
1864
1898
|
"signatures": [
|
|
1865
1899
|
{
|
|
1866
|
-
"id":
|
|
1900
|
+
"id": 213,
|
|
1867
1901
|
"name": "ngAfterContentInit",
|
|
1868
1902
|
"kind": 4096,
|
|
1869
1903
|
"kindString": "Call signature",
|
|
@@ -1884,7 +1918,7 @@
|
|
|
1884
1918
|
}
|
|
1885
1919
|
},
|
|
1886
1920
|
{
|
|
1887
|
-
"id":
|
|
1921
|
+
"id": 214,
|
|
1888
1922
|
"name": "ngAfterViewInit",
|
|
1889
1923
|
"kind": 2048,
|
|
1890
1924
|
"kindString": "Method",
|
|
@@ -1900,7 +1934,7 @@
|
|
|
1900
1934
|
],
|
|
1901
1935
|
"signatures": [
|
|
1902
1936
|
{
|
|
1903
|
-
"id":
|
|
1937
|
+
"id": 215,
|
|
1904
1938
|
"name": "ngAfterViewInit",
|
|
1905
1939
|
"kind": 4096,
|
|
1906
1940
|
"kindString": "Call signature",
|
|
@@ -1921,7 +1955,7 @@
|
|
|
1921
1955
|
}
|
|
1922
1956
|
},
|
|
1923
1957
|
{
|
|
1924
|
-
"id":
|
|
1958
|
+
"id": 216,
|
|
1925
1959
|
"name": "ngOnDestroy",
|
|
1926
1960
|
"kind": 2048,
|
|
1927
1961
|
"kindString": "Method",
|
|
@@ -1937,7 +1971,7 @@
|
|
|
1937
1971
|
],
|
|
1938
1972
|
"signatures": [
|
|
1939
1973
|
{
|
|
1940
|
-
"id":
|
|
1974
|
+
"id": 217,
|
|
1941
1975
|
"name": "ngOnDestroy",
|
|
1942
1976
|
"kind": 4096,
|
|
1943
1977
|
"kindString": "Call signature",
|
|
@@ -1958,7 +1992,7 @@
|
|
|
1958
1992
|
}
|
|
1959
1993
|
},
|
|
1960
1994
|
{
|
|
1961
|
-
"id":
|
|
1995
|
+
"id": 218,
|
|
1962
1996
|
"name": "onWindowResize",
|
|
1963
1997
|
"kind": 2048,
|
|
1964
1998
|
"kindString": "Method",
|
|
@@ -1988,7 +2022,7 @@
|
|
|
1988
2022
|
],
|
|
1989
2023
|
"signatures": [
|
|
1990
2024
|
{
|
|
1991
|
-
"id":
|
|
2025
|
+
"id": 219,
|
|
1992
2026
|
"name": "onWindowResize",
|
|
1993
2027
|
"kind": 4096,
|
|
1994
2028
|
"kindString": "Call signature",
|
|
@@ -2006,33 +2040,33 @@
|
|
|
2006
2040
|
"title": "Constructors",
|
|
2007
2041
|
"kind": 512,
|
|
2008
2042
|
"children": [
|
|
2009
|
-
|
|
2043
|
+
193
|
|
2010
2044
|
]
|
|
2011
2045
|
},
|
|
2012
2046
|
{
|
|
2013
2047
|
"title": "Properties",
|
|
2014
2048
|
"kind": 1024,
|
|
2015
2049
|
"children": [
|
|
2016
|
-
|
|
2017
|
-
|
|
2050
|
+
207,
|
|
2051
|
+
202
|
|
2018
2052
|
]
|
|
2019
2053
|
},
|
|
2020
2054
|
{
|
|
2021
2055
|
"title": "Accessors",
|
|
2022
2056
|
"kind": 262144,
|
|
2023
2057
|
"children": [
|
|
2024
|
-
|
|
2025
|
-
|
|
2058
|
+
199,
|
|
2059
|
+
203
|
|
2026
2060
|
]
|
|
2027
2061
|
},
|
|
2028
2062
|
{
|
|
2029
2063
|
"title": "Methods",
|
|
2030
2064
|
"kind": 2048,
|
|
2031
2065
|
"children": [
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2066
|
+
212,
|
|
2067
|
+
214,
|
|
2068
|
+
216,
|
|
2069
|
+
218
|
|
2036
2070
|
]
|
|
2037
2071
|
}
|
|
2038
2072
|
],
|
|
@@ -2065,7 +2099,7 @@
|
|
|
2065
2099
|
]
|
|
2066
2100
|
},
|
|
2067
2101
|
{
|
|
2068
|
-
"id":
|
|
2102
|
+
"id": 222,
|
|
2069
2103
|
"name": "SkyDescriptionListTermComponent",
|
|
2070
2104
|
"kind": 128,
|
|
2071
2105
|
"kindString": "Class",
|
|
@@ -2089,7 +2123,7 @@
|
|
|
2089
2123
|
],
|
|
2090
2124
|
"children": [
|
|
2091
2125
|
{
|
|
2092
|
-
"id":
|
|
2126
|
+
"id": 225,
|
|
2093
2127
|
"name": "templateRef",
|
|
2094
2128
|
"kind": 1024,
|
|
2095
2129
|
"kindString": "Property",
|
|
@@ -2137,14 +2171,14 @@
|
|
|
2137
2171
|
"title": "Constructors",
|
|
2138
2172
|
"kind": 512,
|
|
2139
2173
|
"children": [
|
|
2140
|
-
|
|
2174
|
+
223
|
|
2141
2175
|
]
|
|
2142
2176
|
},
|
|
2143
2177
|
{
|
|
2144
2178
|
"title": "Properties",
|
|
2145
2179
|
"kind": 1024,
|
|
2146
2180
|
"children": [
|
|
2147
|
-
|
|
2181
|
+
225
|
|
2148
2182
|
]
|
|
2149
2183
|
}
|
|
2150
2184
|
],
|
|
@@ -2364,7 +2398,7 @@
|
|
|
2364
2398
|
},
|
|
2365
2399
|
"type": {
|
|
2366
2400
|
"type": "reference",
|
|
2367
|
-
"id":
|
|
2401
|
+
"id": 474,
|
|
2368
2402
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2369
2403
|
}
|
|
2370
2404
|
}
|
|
@@ -2394,7 +2428,7 @@
|
|
|
2394
2428
|
"flags": {},
|
|
2395
2429
|
"type": {
|
|
2396
2430
|
"type": "reference",
|
|
2397
|
-
"id":
|
|
2431
|
+
"id": 474,
|
|
2398
2432
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2399
2433
|
}
|
|
2400
2434
|
}
|
|
@@ -2616,7 +2650,7 @@
|
|
|
2616
2650
|
]
|
|
2617
2651
|
},
|
|
2618
2652
|
{
|
|
2619
|
-
"id":
|
|
2653
|
+
"id": 226,
|
|
2620
2654
|
"name": "SkyDescriptionListDescriptionComponent",
|
|
2621
2655
|
"kind": 128,
|
|
2622
2656
|
"kindString": "Class",
|
|
@@ -2640,7 +2674,7 @@
|
|
|
2640
2674
|
],
|
|
2641
2675
|
"children": [
|
|
2642
2676
|
{
|
|
2643
|
-
"id":
|
|
2677
|
+
"id": 227,
|
|
2644
2678
|
"name": "constructor",
|
|
2645
2679
|
"kind": 512,
|
|
2646
2680
|
"kindString": "Constructor",
|
|
@@ -2648,20 +2682,20 @@
|
|
|
2648
2682
|
"sources": [
|
|
2649
2683
|
{
|
|
2650
2684
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2651
|
-
"line":
|
|
2685
|
+
"line": 41,
|
|
2652
2686
|
"character": 2
|
|
2653
2687
|
}
|
|
2654
2688
|
],
|
|
2655
2689
|
"signatures": [
|
|
2656
2690
|
{
|
|
2657
|
-
"id":
|
|
2691
|
+
"id": 228,
|
|
2658
2692
|
"name": "SkyDescriptionListDescriptionComponent",
|
|
2659
2693
|
"kind": 16384,
|
|
2660
2694
|
"kindString": "Constructor signature",
|
|
2661
2695
|
"flags": {},
|
|
2662
2696
|
"parameters": [
|
|
2663
2697
|
{
|
|
2664
|
-
"id":
|
|
2698
|
+
"id": 229,
|
|
2665
2699
|
"name": "service",
|
|
2666
2700
|
"kind": 32768,
|
|
2667
2701
|
"kindString": "Parameter",
|
|
@@ -2672,7 +2706,7 @@
|
|
|
2672
2706
|
}
|
|
2673
2707
|
},
|
|
2674
2708
|
{
|
|
2675
|
-
"id":
|
|
2709
|
+
"id": 230,
|
|
2676
2710
|
"name": "changeRef",
|
|
2677
2711
|
"kind": 32768,
|
|
2678
2712
|
"kindString": "Parameter",
|
|
@@ -2685,11 +2719,25 @@
|
|
|
2685
2719
|
}
|
|
2686
2720
|
},
|
|
2687
2721
|
{
|
|
2688
|
-
"id":
|
|
2722
|
+
"id": 231,
|
|
2689
2723
|
"name": "themeSvc",
|
|
2690
2724
|
"kind": 32768,
|
|
2691
2725
|
"kindString": "Parameter",
|
|
2692
|
-
"flags": {
|
|
2726
|
+
"flags": {
|
|
2727
|
+
"isOptional": true
|
|
2728
|
+
},
|
|
2729
|
+
"decorators": [
|
|
2730
|
+
{
|
|
2731
|
+
"name": "Optional",
|
|
2732
|
+
"type": {
|
|
2733
|
+
"type": "reference",
|
|
2734
|
+
"qualifiedName": "OptionalDecorator",
|
|
2735
|
+
"package": "@angular/core",
|
|
2736
|
+
"name": "Optional"
|
|
2737
|
+
},
|
|
2738
|
+
"arguments": {}
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2693
2741
|
"type": {
|
|
2694
2742
|
"type": "reference",
|
|
2695
2743
|
"name": "SkyThemeService"
|
|
@@ -2698,14 +2746,14 @@
|
|
|
2698
2746
|
],
|
|
2699
2747
|
"type": {
|
|
2700
2748
|
"type": "reference",
|
|
2701
|
-
"id":
|
|
2749
|
+
"id": 226,
|
|
2702
2750
|
"name": "SkyDescriptionListDescriptionComponent"
|
|
2703
2751
|
}
|
|
2704
2752
|
}
|
|
2705
2753
|
]
|
|
2706
2754
|
},
|
|
2707
2755
|
{
|
|
2708
|
-
"id":
|
|
2756
|
+
"id": 232,
|
|
2709
2757
|
"name": "defaultDescription",
|
|
2710
2758
|
"kind": 1024,
|
|
2711
2759
|
"kindString": "Property",
|
|
@@ -2715,7 +2763,7 @@
|
|
|
2715
2763
|
"sources": [
|
|
2716
2764
|
{
|
|
2717
2765
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2718
|
-
"line":
|
|
2766
|
+
"line": 29,
|
|
2719
2767
|
"character": 9
|
|
2720
2768
|
}
|
|
2721
2769
|
],
|
|
@@ -2725,7 +2773,7 @@
|
|
|
2725
2773
|
}
|
|
2726
2774
|
},
|
|
2727
2775
|
{
|
|
2728
|
-
"id":
|
|
2776
|
+
"id": 234,
|
|
2729
2777
|
"name": "templateRef",
|
|
2730
2778
|
"kind": 1024,
|
|
2731
2779
|
"kindString": "Property",
|
|
@@ -2750,7 +2798,7 @@
|
|
|
2750
2798
|
"sources": [
|
|
2751
2799
|
{
|
|
2752
2800
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2753
|
-
"line":
|
|
2801
|
+
"line": 37,
|
|
2754
2802
|
"character": 9
|
|
2755
2803
|
}
|
|
2756
2804
|
],
|
|
@@ -2768,7 +2816,7 @@
|
|
|
2768
2816
|
}
|
|
2769
2817
|
},
|
|
2770
2818
|
{
|
|
2771
|
-
"id":
|
|
2819
|
+
"id": 233,
|
|
2772
2820
|
"name": "themeName",
|
|
2773
2821
|
"kind": 1024,
|
|
2774
2822
|
"kindString": "Property",
|
|
@@ -2778,7 +2826,7 @@
|
|
|
2778
2826
|
"sources": [
|
|
2779
2827
|
{
|
|
2780
2828
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2781
|
-
"line":
|
|
2829
|
+
"line": 31,
|
|
2782
2830
|
"character": 9
|
|
2783
2831
|
}
|
|
2784
2832
|
],
|
|
@@ -2788,7 +2836,7 @@
|
|
|
2788
2836
|
}
|
|
2789
2837
|
},
|
|
2790
2838
|
{
|
|
2791
|
-
"id":
|
|
2839
|
+
"id": 239,
|
|
2792
2840
|
"name": "ngOnDestroy",
|
|
2793
2841
|
"kind": 2048,
|
|
2794
2842
|
"kindString": "Method",
|
|
@@ -2798,13 +2846,13 @@
|
|
|
2798
2846
|
"sources": [
|
|
2799
2847
|
{
|
|
2800
2848
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2801
|
-
"line":
|
|
2849
|
+
"line": 59,
|
|
2802
2850
|
"character": 9
|
|
2803
2851
|
}
|
|
2804
2852
|
],
|
|
2805
2853
|
"signatures": [
|
|
2806
2854
|
{
|
|
2807
|
-
"id":
|
|
2855
|
+
"id": 240,
|
|
2808
2856
|
"name": "ngOnDestroy",
|
|
2809
2857
|
"kind": 4096,
|
|
2810
2858
|
"kindString": "Call signature",
|
|
@@ -2825,7 +2873,7 @@
|
|
|
2825
2873
|
}
|
|
2826
2874
|
},
|
|
2827
2875
|
{
|
|
2828
|
-
"id":
|
|
2876
|
+
"id": 237,
|
|
2829
2877
|
"name": "ngOnInit",
|
|
2830
2878
|
"kind": 2048,
|
|
2831
2879
|
"kindString": "Method",
|
|
@@ -2835,13 +2883,13 @@
|
|
|
2835
2883
|
"sources": [
|
|
2836
2884
|
{
|
|
2837
2885
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2838
|
-
"line":
|
|
2886
|
+
"line": 47,
|
|
2839
2887
|
"character": 9
|
|
2840
2888
|
}
|
|
2841
2889
|
],
|
|
2842
2890
|
"signatures": [
|
|
2843
2891
|
{
|
|
2844
|
-
"id":
|
|
2892
|
+
"id": 238,
|
|
2845
2893
|
"name": "ngOnInit",
|
|
2846
2894
|
"kind": 4096,
|
|
2847
2895
|
"kindString": "Call signature",
|
|
@@ -2867,32 +2915,32 @@
|
|
|
2867
2915
|
"title": "Constructors",
|
|
2868
2916
|
"kind": 512,
|
|
2869
2917
|
"children": [
|
|
2870
|
-
|
|
2918
|
+
227
|
|
2871
2919
|
]
|
|
2872
2920
|
},
|
|
2873
2921
|
{
|
|
2874
2922
|
"title": "Properties",
|
|
2875
2923
|
"kind": 1024,
|
|
2876
2924
|
"children": [
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2925
|
+
232,
|
|
2926
|
+
236,
|
|
2927
|
+
234,
|
|
2928
|
+
233
|
|
2881
2929
|
]
|
|
2882
2930
|
},
|
|
2883
2931
|
{
|
|
2884
2932
|
"title": "Methods",
|
|
2885
2933
|
"kind": 2048,
|
|
2886
2934
|
"children": [
|
|
2887
|
-
|
|
2888
|
-
|
|
2935
|
+
239,
|
|
2936
|
+
237
|
|
2889
2937
|
]
|
|
2890
2938
|
}
|
|
2891
2939
|
],
|
|
2892
2940
|
"sources": [
|
|
2893
2941
|
{
|
|
2894
2942
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2895
|
-
"line":
|
|
2943
|
+
"line": 26,
|
|
2896
2944
|
"character": 13
|
|
2897
2945
|
}
|
|
2898
2946
|
],
|
|
@@ -2912,7 +2960,7 @@
|
|
|
2912
2960
|
]
|
|
2913
2961
|
},
|
|
2914
2962
|
{
|
|
2915
|
-
"id":
|
|
2963
|
+
"id": 241,
|
|
2916
2964
|
"name": "SkyDescriptionListContentComponent",
|
|
2917
2965
|
"kind": 128,
|
|
2918
2966
|
"kindString": "Class",
|
|
@@ -2936,7 +2984,7 @@
|
|
|
2936
2984
|
],
|
|
2937
2985
|
"children": [
|
|
2938
2986
|
{
|
|
2939
|
-
"id":
|
|
2987
|
+
"id": 245,
|
|
2940
2988
|
"name": "descriptionComponents",
|
|
2941
2989
|
"kind": 1024,
|
|
2942
2990
|
"kindString": "Property",
|
|
@@ -2969,7 +3017,7 @@
|
|
|
2969
3017
|
"typeArguments": [
|
|
2970
3018
|
{
|
|
2971
3019
|
"type": "reference",
|
|
2972
|
-
"id":
|
|
3020
|
+
"id": 226,
|
|
2973
3021
|
"name": "SkyDescriptionListDescriptionComponent"
|
|
2974
3022
|
}
|
|
2975
3023
|
],
|
|
@@ -2979,7 +3027,7 @@
|
|
|
2979
3027
|
}
|
|
2980
3028
|
},
|
|
2981
3029
|
{
|
|
2982
|
-
"id":
|
|
3030
|
+
"id": 244,
|
|
2983
3031
|
"name": "termComponents",
|
|
2984
3032
|
"kind": 1024,
|
|
2985
3033
|
"kindString": "Property",
|
|
@@ -3012,7 +3060,7 @@
|
|
|
3012
3060
|
"typeArguments": [
|
|
3013
3061
|
{
|
|
3014
3062
|
"type": "reference",
|
|
3015
|
-
"id":
|
|
3063
|
+
"id": 222,
|
|
3016
3064
|
"name": "SkyDescriptionListTermComponent"
|
|
3017
3065
|
}
|
|
3018
3066
|
],
|
|
@@ -3027,15 +3075,15 @@
|
|
|
3027
3075
|
"title": "Constructors",
|
|
3028
3076
|
"kind": 512,
|
|
3029
3077
|
"children": [
|
|
3030
|
-
|
|
3078
|
+
242
|
|
3031
3079
|
]
|
|
3032
3080
|
},
|
|
3033
3081
|
{
|
|
3034
3082
|
"title": "Properties",
|
|
3035
3083
|
"kind": 1024,
|
|
3036
3084
|
"children": [
|
|
3037
|
-
|
|
3038
|
-
|
|
3085
|
+
245,
|
|
3086
|
+
244
|
|
3039
3087
|
]
|
|
3040
3088
|
}
|
|
3041
3089
|
],
|
|
@@ -3048,7 +3096,7 @@
|
|
|
3048
3096
|
]
|
|
3049
3097
|
},
|
|
3050
3098
|
{
|
|
3051
|
-
"id":
|
|
3099
|
+
"id": 246,
|
|
3052
3100
|
"name": "SkyFluidGridComponent",
|
|
3053
3101
|
"kind": 128,
|
|
3054
3102
|
"kindString": "Class",
|
|
@@ -3072,7 +3120,7 @@
|
|
|
3072
3120
|
],
|
|
3073
3121
|
"children": [
|
|
3074
3122
|
{
|
|
3075
|
-
"id":
|
|
3123
|
+
"id": 249,
|
|
3076
3124
|
"name": "disableMargin",
|
|
3077
3125
|
"kind": 262144,
|
|
3078
3126
|
"kindString": "Accessor",
|
|
@@ -3100,7 +3148,7 @@
|
|
|
3100
3148
|
],
|
|
3101
3149
|
"getSignature": [
|
|
3102
3150
|
{
|
|
3103
|
-
"id":
|
|
3151
|
+
"id": 250,
|
|
3104
3152
|
"name": "disableMargin",
|
|
3105
3153
|
"kind": 524288,
|
|
3106
3154
|
"kindString": "Get signature",
|
|
@@ -3122,7 +3170,7 @@
|
|
|
3122
3170
|
],
|
|
3123
3171
|
"setSignature": [
|
|
3124
3172
|
{
|
|
3125
|
-
"id":
|
|
3173
|
+
"id": 251,
|
|
3126
3174
|
"name": "disableMargin",
|
|
3127
3175
|
"kind": 1048576,
|
|
3128
3176
|
"kindString": "Set signature",
|
|
@@ -3138,7 +3186,7 @@
|
|
|
3138
3186
|
},
|
|
3139
3187
|
"parameters": [
|
|
3140
3188
|
{
|
|
3141
|
-
"id":
|
|
3189
|
+
"id": 252,
|
|
3142
3190
|
"name": "value",
|
|
3143
3191
|
"kind": 32768,
|
|
3144
3192
|
"kindString": "Parameter",
|
|
@@ -3157,7 +3205,7 @@
|
|
|
3157
3205
|
]
|
|
3158
3206
|
},
|
|
3159
3207
|
{
|
|
3160
|
-
"id":
|
|
3208
|
+
"id": 253,
|
|
3161
3209
|
"name": "gutterSize",
|
|
3162
3210
|
"kind": 262144,
|
|
3163
3211
|
"kindString": "Accessor",
|
|
@@ -3185,7 +3233,7 @@
|
|
|
3185
3233
|
],
|
|
3186
3234
|
"getSignature": [
|
|
3187
3235
|
{
|
|
3188
|
-
"id":
|
|
3236
|
+
"id": 254,
|
|
3189
3237
|
"name": "gutterSize",
|
|
3190
3238
|
"kind": 524288,
|
|
3191
3239
|
"kindString": "Get signature",
|
|
@@ -3201,14 +3249,14 @@
|
|
|
3201
3249
|
},
|
|
3202
3250
|
"type": {
|
|
3203
3251
|
"type": "reference",
|
|
3204
|
-
"id":
|
|
3252
|
+
"id": 508,
|
|
3205
3253
|
"name": "SkyFluidGridGutterSizeType"
|
|
3206
3254
|
}
|
|
3207
3255
|
}
|
|
3208
3256
|
],
|
|
3209
3257
|
"setSignature": [
|
|
3210
3258
|
{
|
|
3211
|
-
"id":
|
|
3259
|
+
"id": 255,
|
|
3212
3260
|
"name": "gutterSize",
|
|
3213
3261
|
"kind": 1048576,
|
|
3214
3262
|
"kindString": "Set signature",
|
|
@@ -3224,14 +3272,14 @@
|
|
|
3224
3272
|
},
|
|
3225
3273
|
"parameters": [
|
|
3226
3274
|
{
|
|
3227
|
-
"id":
|
|
3275
|
+
"id": 256,
|
|
3228
3276
|
"name": "value",
|
|
3229
3277
|
"kind": 32768,
|
|
3230
3278
|
"kindString": "Parameter",
|
|
3231
3279
|
"flags": {},
|
|
3232
3280
|
"type": {
|
|
3233
3281
|
"type": "reference",
|
|
3234
|
-
"id":
|
|
3282
|
+
"id": 508,
|
|
3235
3283
|
"name": "SkyFluidGridGutterSizeType"
|
|
3236
3284
|
}
|
|
3237
3285
|
}
|
|
@@ -3249,15 +3297,15 @@
|
|
|
3249
3297
|
"title": "Constructors",
|
|
3250
3298
|
"kind": 512,
|
|
3251
3299
|
"children": [
|
|
3252
|
-
|
|
3300
|
+
247
|
|
3253
3301
|
]
|
|
3254
3302
|
},
|
|
3255
3303
|
{
|
|
3256
3304
|
"title": "Accessors",
|
|
3257
3305
|
"kind": 262144,
|
|
3258
3306
|
"children": [
|
|
3259
|
-
|
|
3260
|
-
|
|
3307
|
+
249,
|
|
3308
|
+
253
|
|
3261
3309
|
]
|
|
3262
3310
|
}
|
|
3263
3311
|
],
|
|
@@ -3270,7 +3318,7 @@
|
|
|
3270
3318
|
]
|
|
3271
3319
|
},
|
|
3272
3320
|
{
|
|
3273
|
-
"id":
|
|
3321
|
+
"id": 261,
|
|
3274
3322
|
"name": "SkyRowComponent",
|
|
3275
3323
|
"kind": 128,
|
|
3276
3324
|
"kindString": "Class",
|
|
@@ -3294,7 +3342,7 @@
|
|
|
3294
3342
|
],
|
|
3295
3343
|
"children": [
|
|
3296
3344
|
{
|
|
3297
|
-
"id":
|
|
3345
|
+
"id": 264,
|
|
3298
3346
|
"name": "reverseColumnOrder",
|
|
3299
3347
|
"kind": 1024,
|
|
3300
3348
|
"kindString": "Property",
|
|
@@ -3341,14 +3389,14 @@
|
|
|
3341
3389
|
"title": "Constructors",
|
|
3342
3390
|
"kind": 512,
|
|
3343
3391
|
"children": [
|
|
3344
|
-
|
|
3392
|
+
262
|
|
3345
3393
|
]
|
|
3346
3394
|
},
|
|
3347
3395
|
{
|
|
3348
3396
|
"title": "Properties",
|
|
3349
3397
|
"kind": 1024,
|
|
3350
3398
|
"children": [
|
|
3351
|
-
|
|
3399
|
+
264
|
|
3352
3400
|
]
|
|
3353
3401
|
}
|
|
3354
3402
|
],
|
|
@@ -3361,7 +3409,7 @@
|
|
|
3361
3409
|
]
|
|
3362
3410
|
},
|
|
3363
3411
|
{
|
|
3364
|
-
"id":
|
|
3412
|
+
"id": 265,
|
|
3365
3413
|
"name": "SkyColumnComponent",
|
|
3366
3414
|
"kind": 128,
|
|
3367
3415
|
"kindString": "Class",
|
|
@@ -3385,7 +3433,7 @@
|
|
|
3385
3433
|
],
|
|
3386
3434
|
"children": [
|
|
3387
3435
|
{
|
|
3388
|
-
"id":
|
|
3436
|
+
"id": 272,
|
|
3389
3437
|
"name": "classnames",
|
|
3390
3438
|
"kind": 1024,
|
|
3391
3439
|
"kindString": "Property",
|
|
@@ -3419,7 +3467,7 @@
|
|
|
3419
3467
|
}
|
|
3420
3468
|
},
|
|
3421
3469
|
{
|
|
3422
|
-
"id":
|
|
3470
|
+
"id": 271,
|
|
3423
3471
|
"name": "screenLarge",
|
|
3424
3472
|
"kind": 1024,
|
|
3425
3473
|
"kindString": "Property",
|
|
@@ -3454,7 +3502,7 @@
|
|
|
3454
3502
|
}
|
|
3455
3503
|
},
|
|
3456
3504
|
{
|
|
3457
|
-
"id":
|
|
3505
|
+
"id": 270,
|
|
3458
3506
|
"name": "screenMedium",
|
|
3459
3507
|
"kind": 1024,
|
|
3460
3508
|
"kindString": "Property",
|
|
@@ -3489,7 +3537,7 @@
|
|
|
3489
3537
|
}
|
|
3490
3538
|
},
|
|
3491
3539
|
{
|
|
3492
|
-
"id":
|
|
3540
|
+
"id": 269,
|
|
3493
3541
|
"name": "screenSmall",
|
|
3494
3542
|
"kind": 1024,
|
|
3495
3543
|
"kindString": "Property",
|
|
@@ -3524,7 +3572,7 @@
|
|
|
3524
3572
|
}
|
|
3525
3573
|
},
|
|
3526
3574
|
{
|
|
3527
|
-
"id":
|
|
3575
|
+
"id": 268,
|
|
3528
3576
|
"name": "screenXSmall",
|
|
3529
3577
|
"kind": 1024,
|
|
3530
3578
|
"kindString": "Property",
|
|
@@ -3565,7 +3613,7 @@
|
|
|
3565
3613
|
}
|
|
3566
3614
|
},
|
|
3567
3615
|
{
|
|
3568
|
-
"id":
|
|
3616
|
+
"id": 276,
|
|
3569
3617
|
"name": "getClassNames",
|
|
3570
3618
|
"kind": 2048,
|
|
3571
3619
|
"kindString": "Method",
|
|
@@ -3581,7 +3629,7 @@
|
|
|
3581
3629
|
],
|
|
3582
3630
|
"signatures": [
|
|
3583
3631
|
{
|
|
3584
|
-
"id":
|
|
3632
|
+
"id": 277,
|
|
3585
3633
|
"name": "getClassNames",
|
|
3586
3634
|
"kind": 4096,
|
|
3587
3635
|
"kindString": "Call signature",
|
|
@@ -3594,7 +3642,7 @@
|
|
|
3594
3642
|
]
|
|
3595
3643
|
},
|
|
3596
3644
|
{
|
|
3597
|
-
"id":
|
|
3645
|
+
"id": 273,
|
|
3598
3646
|
"name": "ngOnChanges",
|
|
3599
3647
|
"kind": 2048,
|
|
3600
3648
|
"kindString": "Method",
|
|
@@ -3610,14 +3658,14 @@
|
|
|
3610
3658
|
],
|
|
3611
3659
|
"signatures": [
|
|
3612
3660
|
{
|
|
3613
|
-
"id":
|
|
3661
|
+
"id": 274,
|
|
3614
3662
|
"name": "ngOnChanges",
|
|
3615
3663
|
"kind": 4096,
|
|
3616
3664
|
"kindString": "Call signature",
|
|
3617
3665
|
"flags": {},
|
|
3618
3666
|
"parameters": [
|
|
3619
3667
|
{
|
|
3620
|
-
"id":
|
|
3668
|
+
"id": 275,
|
|
3621
3669
|
"name": "changes",
|
|
3622
3670
|
"kind": 32768,
|
|
3623
3671
|
"kindString": "Parameter",
|
|
@@ -3646,7 +3694,7 @@
|
|
|
3646
3694
|
}
|
|
3647
3695
|
},
|
|
3648
3696
|
{
|
|
3649
|
-
"id":
|
|
3697
|
+
"id": 278,
|
|
3650
3698
|
"name": "ngOnInit",
|
|
3651
3699
|
"kind": 2048,
|
|
3652
3700
|
"kindString": "Method",
|
|
@@ -3662,7 +3710,7 @@
|
|
|
3662
3710
|
],
|
|
3663
3711
|
"signatures": [
|
|
3664
3712
|
{
|
|
3665
|
-
"id":
|
|
3713
|
+
"id": 279,
|
|
3666
3714
|
"name": "ngOnInit",
|
|
3667
3715
|
"kind": 4096,
|
|
3668
3716
|
"kindString": "Call signature",
|
|
@@ -3688,27 +3736,27 @@
|
|
|
3688
3736
|
"title": "Constructors",
|
|
3689
3737
|
"kind": 512,
|
|
3690
3738
|
"children": [
|
|
3691
|
-
|
|
3739
|
+
266
|
|
3692
3740
|
]
|
|
3693
3741
|
},
|
|
3694
3742
|
{
|
|
3695
3743
|
"title": "Properties",
|
|
3696
3744
|
"kind": 1024,
|
|
3697
3745
|
"children": [
|
|
3746
|
+
272,
|
|
3698
3747
|
271,
|
|
3699
3748
|
270,
|
|
3700
3749
|
269,
|
|
3701
|
-
268
|
|
3702
|
-
267
|
|
3750
|
+
268
|
|
3703
3751
|
]
|
|
3704
3752
|
},
|
|
3705
3753
|
{
|
|
3706
3754
|
"title": "Methods",
|
|
3707
3755
|
"kind": 2048,
|
|
3708
3756
|
"children": [
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3757
|
+
276,
|
|
3758
|
+
273,
|
|
3759
|
+
278
|
|
3712
3760
|
]
|
|
3713
3761
|
}
|
|
3714
3762
|
],
|
|
@@ -3735,7 +3783,7 @@
|
|
|
3735
3783
|
]
|
|
3736
3784
|
},
|
|
3737
3785
|
{
|
|
3738
|
-
"id":
|
|
3786
|
+
"id": 280,
|
|
3739
3787
|
"name": "SkyFormatComponent",
|
|
3740
3788
|
"kind": 128,
|
|
3741
3789
|
"kindString": "Class",
|
|
@@ -3756,7 +3804,7 @@
|
|
|
3756
3804
|
],
|
|
3757
3805
|
"children": [
|
|
3758
3806
|
{
|
|
3759
|
-
"id":
|
|
3807
|
+
"id": 283,
|
|
3760
3808
|
"name": "itemsForDisplay",
|
|
3761
3809
|
"kind": 1024,
|
|
3762
3810
|
"kindString": "Property",
|
|
@@ -3779,7 +3827,7 @@
|
|
|
3779
3827
|
}
|
|
3780
3828
|
},
|
|
3781
3829
|
{
|
|
3782
|
-
"id":
|
|
3830
|
+
"id": 288,
|
|
3783
3831
|
"name": "args",
|
|
3784
3832
|
"kind": 262144,
|
|
3785
3833
|
"kindString": "Accessor",
|
|
@@ -3807,7 +3855,7 @@
|
|
|
3807
3855
|
],
|
|
3808
3856
|
"getSignature": [
|
|
3809
3857
|
{
|
|
3810
|
-
"id":
|
|
3858
|
+
"id": 289,
|
|
3811
3859
|
"name": "args",
|
|
3812
3860
|
"kind": 524288,
|
|
3813
3861
|
"kindString": "Get signature",
|
|
@@ -3834,7 +3882,7 @@
|
|
|
3834
3882
|
],
|
|
3835
3883
|
"setSignature": [
|
|
3836
3884
|
{
|
|
3837
|
-
"id":
|
|
3885
|
+
"id": 290,
|
|
3838
3886
|
"name": "args",
|
|
3839
3887
|
"kind": 1048576,
|
|
3840
3888
|
"kindString": "Set signature",
|
|
@@ -3844,7 +3892,7 @@
|
|
|
3844
3892
|
},
|
|
3845
3893
|
"parameters": [
|
|
3846
3894
|
{
|
|
3847
|
-
"id":
|
|
3895
|
+
"id": 291,
|
|
3848
3896
|
"name": "value",
|
|
3849
3897
|
"kind": 32768,
|
|
3850
3898
|
"kindString": "Parameter",
|
|
@@ -3874,7 +3922,7 @@
|
|
|
3874
3922
|
]
|
|
3875
3923
|
},
|
|
3876
3924
|
{
|
|
3877
|
-
"id":
|
|
3925
|
+
"id": 284,
|
|
3878
3926
|
"name": "text",
|
|
3879
3927
|
"kind": 262144,
|
|
3880
3928
|
"kindString": "Accessor",
|
|
@@ -3902,7 +3950,7 @@
|
|
|
3902
3950
|
],
|
|
3903
3951
|
"getSignature": [
|
|
3904
3952
|
{
|
|
3905
|
-
"id":
|
|
3953
|
+
"id": 285,
|
|
3906
3954
|
"name": "text",
|
|
3907
3955
|
"kind": 524288,
|
|
3908
3956
|
"kindString": "Get signature",
|
|
@@ -3918,7 +3966,7 @@
|
|
|
3918
3966
|
],
|
|
3919
3967
|
"setSignature": [
|
|
3920
3968
|
{
|
|
3921
|
-
"id":
|
|
3969
|
+
"id": 286,
|
|
3922
3970
|
"name": "text",
|
|
3923
3971
|
"kind": 1048576,
|
|
3924
3972
|
"kindString": "Set signature",
|
|
@@ -3928,7 +3976,7 @@
|
|
|
3928
3976
|
},
|
|
3929
3977
|
"parameters": [
|
|
3930
3978
|
{
|
|
3931
|
-
"id":
|
|
3979
|
+
"id": 287,
|
|
3932
3980
|
"name": "value",
|
|
3933
3981
|
"kind": 32768,
|
|
3934
3982
|
"kindString": "Parameter",
|
|
@@ -3952,22 +4000,22 @@
|
|
|
3952
4000
|
"title": "Constructors",
|
|
3953
4001
|
"kind": 512,
|
|
3954
4002
|
"children": [
|
|
3955
|
-
|
|
4003
|
+
281
|
|
3956
4004
|
]
|
|
3957
4005
|
},
|
|
3958
4006
|
{
|
|
3959
4007
|
"title": "Properties",
|
|
3960
4008
|
"kind": 1024,
|
|
3961
4009
|
"children": [
|
|
3962
|
-
|
|
4010
|
+
283
|
|
3963
4011
|
]
|
|
3964
4012
|
},
|
|
3965
4013
|
{
|
|
3966
4014
|
"title": "Accessors",
|
|
3967
4015
|
"kind": 262144,
|
|
3968
4016
|
"children": [
|
|
3969
|
-
|
|
3970
|
-
|
|
4017
|
+
288,
|
|
4018
|
+
284
|
|
3971
4019
|
]
|
|
3972
4020
|
}
|
|
3973
4021
|
],
|
|
@@ -3980,7 +4028,7 @@
|
|
|
3980
4028
|
]
|
|
3981
4029
|
},
|
|
3982
4030
|
{
|
|
3983
|
-
"id":
|
|
4031
|
+
"id": 296,
|
|
3984
4032
|
"name": "SkyPageComponent",
|
|
3985
4033
|
"kind": 128,
|
|
3986
4034
|
"kindString": "Class",
|
|
@@ -4004,7 +4052,7 @@
|
|
|
4004
4052
|
],
|
|
4005
4053
|
"children": [
|
|
4006
4054
|
{
|
|
4007
|
-
"id":
|
|
4055
|
+
"id": 297,
|
|
4008
4056
|
"name": "constructor",
|
|
4009
4057
|
"kind": 512,
|
|
4010
4058
|
"kindString": "Constructor",
|
|
@@ -4018,14 +4066,14 @@
|
|
|
4018
4066
|
],
|
|
4019
4067
|
"signatures": [
|
|
4020
4068
|
{
|
|
4021
|
-
"id":
|
|
4069
|
+
"id": 298,
|
|
4022
4070
|
"name": "SkyPageComponent",
|
|
4023
4071
|
"kind": 16384,
|
|
4024
4072
|
"kindString": "Constructor signature",
|
|
4025
4073
|
"flags": {},
|
|
4026
4074
|
"parameters": [
|
|
4027
4075
|
{
|
|
4028
|
-
"id":
|
|
4076
|
+
"id": 299,
|
|
4029
4077
|
"name": "themeAdapter",
|
|
4030
4078
|
"kind": 32768,
|
|
4031
4079
|
"kindString": "Parameter",
|
|
@@ -4038,14 +4086,14 @@
|
|
|
4038
4086
|
],
|
|
4039
4087
|
"type": {
|
|
4040
4088
|
"type": "reference",
|
|
4041
|
-
"id":
|
|
4089
|
+
"id": 296,
|
|
4042
4090
|
"name": "SkyPageComponent"
|
|
4043
4091
|
}
|
|
4044
4092
|
}
|
|
4045
4093
|
]
|
|
4046
4094
|
},
|
|
4047
4095
|
{
|
|
4048
|
-
"id":
|
|
4096
|
+
"id": 302,
|
|
4049
4097
|
"name": "ngOnDestroy",
|
|
4050
4098
|
"kind": 2048,
|
|
4051
4099
|
"kindString": "Method",
|
|
@@ -4061,7 +4109,7 @@
|
|
|
4061
4109
|
],
|
|
4062
4110
|
"signatures": [
|
|
4063
4111
|
{
|
|
4064
|
-
"id":
|
|
4112
|
+
"id": 303,
|
|
4065
4113
|
"name": "ngOnDestroy",
|
|
4066
4114
|
"kind": 4096,
|
|
4067
4115
|
"kindString": "Call signature",
|
|
@@ -4082,7 +4130,7 @@
|
|
|
4082
4130
|
}
|
|
4083
4131
|
},
|
|
4084
4132
|
{
|
|
4085
|
-
"id":
|
|
4133
|
+
"id": 300,
|
|
4086
4134
|
"name": "ngOnInit",
|
|
4087
4135
|
"kind": 2048,
|
|
4088
4136
|
"kindString": "Method",
|
|
@@ -4098,7 +4146,7 @@
|
|
|
4098
4146
|
],
|
|
4099
4147
|
"signatures": [
|
|
4100
4148
|
{
|
|
4101
|
-
"id":
|
|
4149
|
+
"id": 301,
|
|
4102
4150
|
"name": "ngOnInit",
|
|
4103
4151
|
"kind": 4096,
|
|
4104
4152
|
"kindString": "Call signature",
|
|
@@ -4124,15 +4172,15 @@
|
|
|
4124
4172
|
"title": "Constructors",
|
|
4125
4173
|
"kind": 512,
|
|
4126
4174
|
"children": [
|
|
4127
|
-
|
|
4175
|
+
297
|
|
4128
4176
|
]
|
|
4129
4177
|
},
|
|
4130
4178
|
{
|
|
4131
4179
|
"title": "Methods",
|
|
4132
4180
|
"kind": 2048,
|
|
4133
4181
|
"children": [
|
|
4134
|
-
|
|
4135
|
-
|
|
4182
|
+
302,
|
|
4183
|
+
300
|
|
4136
4184
|
]
|
|
4137
4185
|
}
|
|
4138
4186
|
],
|
|
@@ -4159,13 +4207,19 @@
|
|
|
4159
4207
|
]
|
|
4160
4208
|
},
|
|
4161
4209
|
{
|
|
4162
|
-
"id":
|
|
4210
|
+
"id": 304,
|
|
4163
4211
|
"name": "SkyPageSummaryComponent",
|
|
4164
4212
|
"kind": 128,
|
|
4165
4213
|
"kindString": "Class",
|
|
4166
4214
|
"flags": {},
|
|
4167
4215
|
"comment": {
|
|
4168
|
-
"shortText": "Specifies the components to display in the page summary."
|
|
4216
|
+
"shortText": "Specifies the components to display in the page summary.",
|
|
4217
|
+
"tags": [
|
|
4218
|
+
{
|
|
4219
|
+
"tag": "deprecated",
|
|
4220
|
+
"text": "`SkyPageSummaryComponent` is deprecated. For page templates and techniques to summarize page content, see the page design guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/page-layouts.\n"
|
|
4221
|
+
}
|
|
4222
|
+
]
|
|
4169
4223
|
},
|
|
4170
4224
|
"decorators": [
|
|
4171
4225
|
{
|
|
@@ -4183,7 +4237,7 @@
|
|
|
4183
4237
|
],
|
|
4184
4238
|
"children": [
|
|
4185
4239
|
{
|
|
4186
|
-
"id":
|
|
4240
|
+
"id": 305,
|
|
4187
4241
|
"name": "constructor",
|
|
4188
4242
|
"kind": 512,
|
|
4189
4243
|
"kindString": "Constructor",
|
|
@@ -4191,20 +4245,20 @@
|
|
|
4191
4245
|
"sources": [
|
|
4192
4246
|
{
|
|
4193
4247
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4194
|
-
"line":
|
|
4248
|
+
"line": 42,
|
|
4195
4249
|
"character": 2
|
|
4196
4250
|
}
|
|
4197
4251
|
],
|
|
4198
4252
|
"signatures": [
|
|
4199
4253
|
{
|
|
4200
|
-
"id":
|
|
4254
|
+
"id": 306,
|
|
4201
4255
|
"name": "SkyPageSummaryComponent",
|
|
4202
4256
|
"kind": 16384,
|
|
4203
4257
|
"kindString": "Constructor signature",
|
|
4204
4258
|
"flags": {},
|
|
4205
4259
|
"parameters": [
|
|
4206
4260
|
{
|
|
4207
|
-
"id":
|
|
4261
|
+
"id": 307,
|
|
4208
4262
|
"name": "elRef",
|
|
4209
4263
|
"kind": 32768,
|
|
4210
4264
|
"kindString": "Parameter",
|
|
@@ -4223,7 +4277,7 @@
|
|
|
4223
4277
|
}
|
|
4224
4278
|
},
|
|
4225
4279
|
{
|
|
4226
|
-
"id":
|
|
4280
|
+
"id": 308,
|
|
4227
4281
|
"name": "adapter",
|
|
4228
4282
|
"kind": 32768,
|
|
4229
4283
|
"kindString": "Parameter",
|
|
@@ -4234,7 +4288,7 @@
|
|
|
4234
4288
|
}
|
|
4235
4289
|
},
|
|
4236
4290
|
{
|
|
4237
|
-
"id":
|
|
4291
|
+
"id": 309,
|
|
4238
4292
|
"name": "mediaQueryService",
|
|
4239
4293
|
"kind": 32768,
|
|
4240
4294
|
"kindString": "Parameter",
|
|
@@ -4243,18 +4297,29 @@
|
|
|
4243
4297
|
"type": "reference",
|
|
4244
4298
|
"name": "SkyMediaQueryService"
|
|
4245
4299
|
}
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"id": 310,
|
|
4303
|
+
"name": "logger",
|
|
4304
|
+
"kind": 32768,
|
|
4305
|
+
"kindString": "Parameter",
|
|
4306
|
+
"flags": {},
|
|
4307
|
+
"type": {
|
|
4308
|
+
"type": "reference",
|
|
4309
|
+
"name": "SkyLogService"
|
|
4310
|
+
}
|
|
4246
4311
|
}
|
|
4247
4312
|
],
|
|
4248
4313
|
"type": {
|
|
4249
4314
|
"type": "reference",
|
|
4250
|
-
"id":
|
|
4315
|
+
"id": 304,
|
|
4251
4316
|
"name": "SkyPageSummaryComponent"
|
|
4252
4317
|
}
|
|
4253
4318
|
}
|
|
4254
4319
|
]
|
|
4255
4320
|
},
|
|
4256
4321
|
{
|
|
4257
|
-
"id":
|
|
4322
|
+
"id": 311,
|
|
4258
4323
|
"name": "hasKeyInfo",
|
|
4259
4324
|
"kind": 262144,
|
|
4260
4325
|
"kindString": "Accessor",
|
|
@@ -4264,13 +4329,13 @@
|
|
|
4264
4329
|
"sources": [
|
|
4265
4330
|
{
|
|
4266
4331
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4267
|
-
"line":
|
|
4332
|
+
"line": 31,
|
|
4268
4333
|
"character": 13
|
|
4269
4334
|
}
|
|
4270
4335
|
],
|
|
4271
4336
|
"getSignature": [
|
|
4272
4337
|
{
|
|
4273
|
-
"id":
|
|
4338
|
+
"id": 312,
|
|
4274
4339
|
"name": "hasKeyInfo",
|
|
4275
4340
|
"kind": 524288,
|
|
4276
4341
|
"kindString": "Get signature",
|
|
@@ -4283,7 +4348,7 @@
|
|
|
4283
4348
|
]
|
|
4284
4349
|
},
|
|
4285
4350
|
{
|
|
4286
|
-
"id":
|
|
4351
|
+
"id": 315,
|
|
4287
4352
|
"name": "ngAfterViewInit",
|
|
4288
4353
|
"kind": 2048,
|
|
4289
4354
|
"kindString": "Method",
|
|
@@ -4293,13 +4358,13 @@
|
|
|
4293
4358
|
"sources": [
|
|
4294
4359
|
{
|
|
4295
4360
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4296
|
-
"line":
|
|
4361
|
+
"line": 57,
|
|
4297
4362
|
"character": 9
|
|
4298
4363
|
}
|
|
4299
4364
|
],
|
|
4300
4365
|
"signatures": [
|
|
4301
4366
|
{
|
|
4302
|
-
"id":
|
|
4367
|
+
"id": 316,
|
|
4303
4368
|
"name": "ngAfterViewInit",
|
|
4304
4369
|
"kind": 4096,
|
|
4305
4370
|
"kindString": "Call signature",
|
|
@@ -4320,7 +4385,7 @@
|
|
|
4320
4385
|
}
|
|
4321
4386
|
},
|
|
4322
4387
|
{
|
|
4323
|
-
"id":
|
|
4388
|
+
"id": 317,
|
|
4324
4389
|
"name": "ngOnDestroy",
|
|
4325
4390
|
"kind": 2048,
|
|
4326
4391
|
"kindString": "Method",
|
|
@@ -4330,13 +4395,13 @@
|
|
|
4330
4395
|
"sources": [
|
|
4331
4396
|
{
|
|
4332
4397
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4333
|
-
"line":
|
|
4398
|
+
"line": 68,
|
|
4334
4399
|
"character": 9
|
|
4335
4400
|
}
|
|
4336
4401
|
],
|
|
4337
4402
|
"signatures": [
|
|
4338
4403
|
{
|
|
4339
|
-
"id":
|
|
4404
|
+
"id": 318,
|
|
4340
4405
|
"name": "ngOnDestroy",
|
|
4341
4406
|
"kind": 4096,
|
|
4342
4407
|
"kindString": "Call signature",
|
|
@@ -4362,29 +4427,29 @@
|
|
|
4362
4427
|
"title": "Constructors",
|
|
4363
4428
|
"kind": 512,
|
|
4364
4429
|
"children": [
|
|
4365
|
-
|
|
4430
|
+
305
|
|
4366
4431
|
]
|
|
4367
4432
|
},
|
|
4368
4433
|
{
|
|
4369
4434
|
"title": "Accessors",
|
|
4370
4435
|
"kind": 262144,
|
|
4371
4436
|
"children": [
|
|
4372
|
-
|
|
4437
|
+
311
|
|
4373
4438
|
]
|
|
4374
4439
|
},
|
|
4375
4440
|
{
|
|
4376
4441
|
"title": "Methods",
|
|
4377
4442
|
"kind": 2048,
|
|
4378
4443
|
"children": [
|
|
4379
|
-
|
|
4380
|
-
|
|
4444
|
+
315,
|
|
4445
|
+
317
|
|
4381
4446
|
]
|
|
4382
4447
|
}
|
|
4383
4448
|
],
|
|
4384
4449
|
"sources": [
|
|
4385
4450
|
{
|
|
4386
4451
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4387
|
-
"line":
|
|
4452
|
+
"line": 30,
|
|
4388
4453
|
"character": 13
|
|
4389
4454
|
}
|
|
4390
4455
|
],
|
|
@@ -4404,13 +4469,19 @@
|
|
|
4404
4469
|
]
|
|
4405
4470
|
},
|
|
4406
4471
|
{
|
|
4407
|
-
"id":
|
|
4472
|
+
"id": 319,
|
|
4408
4473
|
"name": "SkyPageSummaryAlertComponent",
|
|
4409
4474
|
"kind": 128,
|
|
4410
4475
|
"kindString": "Class",
|
|
4411
4476
|
"flags": {},
|
|
4412
4477
|
"comment": {
|
|
4413
|
-
"shortText": "Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within\nthe page summary."
|
|
4478
|
+
"shortText": "Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within\nthe page summary.",
|
|
4479
|
+
"tags": [
|
|
4480
|
+
{
|
|
4481
|
+
"tag": "deprecated",
|
|
4482
|
+
"text": "\n"
|
|
4483
|
+
}
|
|
4484
|
+
]
|
|
4414
4485
|
},
|
|
4415
4486
|
"decorators": [
|
|
4416
4487
|
{
|
|
@@ -4432,26 +4503,32 @@
|
|
|
4432
4503
|
"title": "Constructors",
|
|
4433
4504
|
"kind": 512,
|
|
4434
4505
|
"children": [
|
|
4435
|
-
|
|
4506
|
+
320
|
|
4436
4507
|
]
|
|
4437
4508
|
}
|
|
4438
4509
|
],
|
|
4439
4510
|
"sources": [
|
|
4440
4511
|
{
|
|
4441
4512
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-alert.component.ts",
|
|
4442
|
-
"line":
|
|
4513
|
+
"line": 15,
|
|
4443
4514
|
"character": 13
|
|
4444
4515
|
}
|
|
4445
4516
|
]
|
|
4446
4517
|
},
|
|
4447
4518
|
{
|
|
4448
|
-
"id":
|
|
4519
|
+
"id": 322,
|
|
4449
4520
|
"name": "SkyPageSummaryContentComponent",
|
|
4450
4521
|
"kind": 128,
|
|
4451
4522
|
"kindString": "Class",
|
|
4452
4523
|
"flags": {},
|
|
4453
4524
|
"comment": {
|
|
4454
|
-
"shortText": "Displays content in the arbitrary section of the page summary."
|
|
4525
|
+
"shortText": "Displays content in the arbitrary section of the page summary.",
|
|
4526
|
+
"tags": [
|
|
4527
|
+
{
|
|
4528
|
+
"tag": "deprecated",
|
|
4529
|
+
"text": "\n"
|
|
4530
|
+
}
|
|
4531
|
+
]
|
|
4455
4532
|
},
|
|
4456
4533
|
"decorators": [
|
|
4457
4534
|
{
|
|
@@ -4473,14 +4550,14 @@
|
|
|
4473
4550
|
"title": "Constructors",
|
|
4474
4551
|
"kind": 512,
|
|
4475
4552
|
"children": [
|
|
4476
|
-
|
|
4553
|
+
323
|
|
4477
4554
|
]
|
|
4478
4555
|
}
|
|
4479
4556
|
],
|
|
4480
4557
|
"sources": [
|
|
4481
4558
|
{
|
|
4482
4559
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-content.component.ts",
|
|
4483
|
-
"line":
|
|
4560
|
+
"line": 14,
|
|
4484
4561
|
"character": 13
|
|
4485
4562
|
}
|
|
4486
4563
|
]
|
|
@@ -4527,13 +4604,19 @@
|
|
|
4527
4604
|
]
|
|
4528
4605
|
},
|
|
4529
4606
|
{
|
|
4530
|
-
"id":
|
|
4607
|
+
"id": 325,
|
|
4531
4608
|
"name": "SkyPageSummaryImageComponent",
|
|
4532
4609
|
"kind": 128,
|
|
4533
4610
|
"kindString": "Class",
|
|
4534
4611
|
"flags": {},
|
|
4535
4612
|
"comment": {
|
|
4536
|
-
"shortText": "Displays an image in the page summary to identify a record\nor help users complete a core task."
|
|
4613
|
+
"shortText": "Displays an image in the page summary to identify a record\nor help users complete a core task.",
|
|
4614
|
+
"tags": [
|
|
4615
|
+
{
|
|
4616
|
+
"tag": "deprecated",
|
|
4617
|
+
"text": "\n"
|
|
4618
|
+
}
|
|
4619
|
+
]
|
|
4537
4620
|
},
|
|
4538
4621
|
"decorators": [
|
|
4539
4622
|
{
|
|
@@ -4555,26 +4638,32 @@
|
|
|
4555
4638
|
"title": "Constructors",
|
|
4556
4639
|
"kind": 512,
|
|
4557
4640
|
"children": [
|
|
4558
|
-
|
|
4641
|
+
326
|
|
4559
4642
|
]
|
|
4560
4643
|
}
|
|
4561
4644
|
],
|
|
4562
4645
|
"sources": [
|
|
4563
4646
|
{
|
|
4564
4647
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-image.component.ts",
|
|
4565
|
-
"line":
|
|
4648
|
+
"line": 15,
|
|
4566
4649
|
"character": 13
|
|
4567
4650
|
}
|
|
4568
4651
|
]
|
|
4569
4652
|
},
|
|
4570
4653
|
{
|
|
4571
|
-
"id":
|
|
4654
|
+
"id": 328,
|
|
4572
4655
|
"name": "SkyPageSummaryKeyInfoComponent",
|
|
4573
4656
|
"kind": 128,
|
|
4574
4657
|
"kindString": "Class",
|
|
4575
4658
|
"flags": {},
|
|
4576
4659
|
"comment": {
|
|
4577
|
-
"shortText": "Highlights important information about a page in the key information section of the\npage summary."
|
|
4660
|
+
"shortText": "Highlights important information about a page in the key information section of the\npage summary.",
|
|
4661
|
+
"tags": [
|
|
4662
|
+
{
|
|
4663
|
+
"tag": "deprecated",
|
|
4664
|
+
"text": "\n"
|
|
4665
|
+
}
|
|
4666
|
+
]
|
|
4578
4667
|
},
|
|
4579
4668
|
"decorators": [
|
|
4580
4669
|
{
|
|
@@ -4596,26 +4685,32 @@
|
|
|
4596
4685
|
"title": "Constructors",
|
|
4597
4686
|
"kind": 512,
|
|
4598
4687
|
"children": [
|
|
4599
|
-
|
|
4688
|
+
329
|
|
4600
4689
|
]
|
|
4601
4690
|
}
|
|
4602
4691
|
],
|
|
4603
4692
|
"sources": [
|
|
4604
4693
|
{
|
|
4605
4694
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-key-info.component.ts",
|
|
4606
|
-
"line":
|
|
4695
|
+
"line": 13,
|
|
4607
4696
|
"character": 13
|
|
4608
4697
|
}
|
|
4609
4698
|
]
|
|
4610
4699
|
},
|
|
4611
4700
|
{
|
|
4612
|
-
"id":
|
|
4701
|
+
"id": 331,
|
|
4613
4702
|
"name": "SkyPageSummaryStatusComponent",
|
|
4614
4703
|
"kind": 128,
|
|
4615
4704
|
"kindString": "Class",
|
|
4616
4705
|
"flags": {},
|
|
4617
4706
|
"comment": {
|
|
4618
|
-
"shortText": "Displays [labels](https://developer.blackbaud.com/skyux/components/label)\nto highlight important status information about a page's content."
|
|
4707
|
+
"shortText": "Displays [labels](https://developer.blackbaud.com/skyux/components/label)\nto highlight important status information about a page's content.",
|
|
4708
|
+
"tags": [
|
|
4709
|
+
{
|
|
4710
|
+
"tag": "deprecated",
|
|
4711
|
+
"text": "\n"
|
|
4712
|
+
}
|
|
4713
|
+
]
|
|
4619
4714
|
},
|
|
4620
4715
|
"decorators": [
|
|
4621
4716
|
{
|
|
@@ -4637,26 +4732,32 @@
|
|
|
4637
4732
|
"title": "Constructors",
|
|
4638
4733
|
"kind": 512,
|
|
4639
4734
|
"children": [
|
|
4640
|
-
|
|
4735
|
+
332
|
|
4641
4736
|
]
|
|
4642
4737
|
}
|
|
4643
4738
|
],
|
|
4644
4739
|
"sources": [
|
|
4645
4740
|
{
|
|
4646
4741
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-status.component.ts",
|
|
4647
|
-
"line":
|
|
4742
|
+
"line": 15,
|
|
4648
4743
|
"character": 13
|
|
4649
4744
|
}
|
|
4650
4745
|
]
|
|
4651
4746
|
},
|
|
4652
4747
|
{
|
|
4653
|
-
"id":
|
|
4748
|
+
"id": 334,
|
|
4654
4749
|
"name": "SkyPageSummarySubtitleComponent",
|
|
4655
4750
|
"kind": 128,
|
|
4656
4751
|
"kindString": "Class",
|
|
4657
4752
|
"flags": {},
|
|
4658
4753
|
"comment": {
|
|
4659
|
-
"shortText": "Specifies a subtitle to identify the page content."
|
|
4754
|
+
"shortText": "Specifies a subtitle to identify the page content.",
|
|
4755
|
+
"tags": [
|
|
4756
|
+
{
|
|
4757
|
+
"tag": "deprecated",
|
|
4758
|
+
"text": "\n"
|
|
4759
|
+
}
|
|
4760
|
+
]
|
|
4660
4761
|
},
|
|
4661
4762
|
"decorators": [
|
|
4662
4763
|
{
|
|
@@ -4678,26 +4779,32 @@
|
|
|
4678
4779
|
"title": "Constructors",
|
|
4679
4780
|
"kind": 512,
|
|
4680
4781
|
"children": [
|
|
4681
|
-
|
|
4782
|
+
335
|
|
4682
4783
|
]
|
|
4683
4784
|
}
|
|
4684
4785
|
],
|
|
4685
4786
|
"sources": [
|
|
4686
4787
|
{
|
|
4687
4788
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-subtitle.component.ts",
|
|
4688
|
-
"line":
|
|
4789
|
+
"line": 14,
|
|
4689
4790
|
"character": 13
|
|
4690
4791
|
}
|
|
4691
4792
|
]
|
|
4692
4793
|
},
|
|
4693
4794
|
{
|
|
4694
|
-
"id":
|
|
4795
|
+
"id": 337,
|
|
4695
4796
|
"name": "SkyPageSummaryTitleComponent",
|
|
4696
4797
|
"kind": 128,
|
|
4697
4798
|
"kindString": "Class",
|
|
4698
4799
|
"flags": {},
|
|
4699
4800
|
"comment": {
|
|
4700
|
-
"shortText": "Specifies a title to identify the page content."
|
|
4801
|
+
"shortText": "Specifies a title to identify the page content.",
|
|
4802
|
+
"tags": [
|
|
4803
|
+
{
|
|
4804
|
+
"tag": "deprecated",
|
|
4805
|
+
"text": "\n"
|
|
4806
|
+
}
|
|
4807
|
+
]
|
|
4701
4808
|
},
|
|
4702
4809
|
"decorators": [
|
|
4703
4810
|
{
|
|
@@ -4719,20 +4826,20 @@
|
|
|
4719
4826
|
"title": "Constructors",
|
|
4720
4827
|
"kind": 512,
|
|
4721
4828
|
"children": [
|
|
4722
|
-
|
|
4829
|
+
338
|
|
4723
4830
|
]
|
|
4724
4831
|
}
|
|
4725
4832
|
],
|
|
4726
4833
|
"sources": [
|
|
4727
4834
|
{
|
|
4728
4835
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-title.component.ts",
|
|
4729
|
-
"line":
|
|
4836
|
+
"line": 14,
|
|
4730
4837
|
"character": 13
|
|
4731
4838
|
}
|
|
4732
4839
|
]
|
|
4733
4840
|
},
|
|
4734
4841
|
{
|
|
4735
|
-
"id":
|
|
4842
|
+
"id": 340,
|
|
4736
4843
|
"name": "SkyTextExpandComponent",
|
|
4737
4844
|
"kind": 128,
|
|
4738
4845
|
"kindString": "Class",
|
|
@@ -4753,7 +4860,7 @@
|
|
|
4753
4860
|
],
|
|
4754
4861
|
"children": [
|
|
4755
4862
|
{
|
|
4756
|
-
"id":
|
|
4863
|
+
"id": 341,
|
|
4757
4864
|
"name": "constructor",
|
|
4758
4865
|
"kind": 512,
|
|
4759
4866
|
"kindString": "Constructor",
|
|
@@ -4767,14 +4874,14 @@
|
|
|
4767
4874
|
],
|
|
4768
4875
|
"signatures": [
|
|
4769
4876
|
{
|
|
4770
|
-
"id":
|
|
4877
|
+
"id": 342,
|
|
4771
4878
|
"name": "SkyTextExpandComponent",
|
|
4772
4879
|
"kind": 16384,
|
|
4773
4880
|
"kindString": "Constructor signature",
|
|
4774
4881
|
"flags": {},
|
|
4775
4882
|
"parameters": [
|
|
4776
4883
|
{
|
|
4777
|
-
"id":
|
|
4884
|
+
"id": 343,
|
|
4778
4885
|
"name": "resources",
|
|
4779
4886
|
"kind": 32768,
|
|
4780
4887
|
"kindString": "Parameter",
|
|
@@ -4785,7 +4892,7 @@
|
|
|
4785
4892
|
}
|
|
4786
4893
|
},
|
|
4787
4894
|
{
|
|
4788
|
-
"id":
|
|
4895
|
+
"id": 344,
|
|
4789
4896
|
"name": "modalService",
|
|
4790
4897
|
"kind": 32768,
|
|
4791
4898
|
"kindString": "Parameter",
|
|
@@ -4796,7 +4903,7 @@
|
|
|
4796
4903
|
}
|
|
4797
4904
|
},
|
|
4798
4905
|
{
|
|
4799
|
-
"id":
|
|
4906
|
+
"id": 345,
|
|
4800
4907
|
"name": "textExpandAdapter",
|
|
4801
4908
|
"kind": 32768,
|
|
4802
4909
|
"kindString": "Parameter",
|
|
@@ -4809,14 +4916,14 @@
|
|
|
4809
4916
|
],
|
|
4810
4917
|
"type": {
|
|
4811
4918
|
"type": "reference",
|
|
4812
|
-
"id":
|
|
4919
|
+
"id": 340,
|
|
4813
4920
|
"name": "SkyTextExpandComponent"
|
|
4814
4921
|
}
|
|
4815
4922
|
}
|
|
4816
4923
|
]
|
|
4817
4924
|
},
|
|
4818
4925
|
{
|
|
4819
|
-
"id":
|
|
4926
|
+
"id": 357,
|
|
4820
4927
|
"name": "buttonText",
|
|
4821
4928
|
"kind": 1024,
|
|
4822
4929
|
"kindString": "Property",
|
|
@@ -4836,7 +4943,7 @@
|
|
|
4836
4943
|
}
|
|
4837
4944
|
},
|
|
4838
4945
|
{
|
|
4839
|
-
"id":
|
|
4946
|
+
"id": 358,
|
|
4840
4947
|
"name": "contentSectionId",
|
|
4841
4948
|
"kind": 1024,
|
|
4842
4949
|
"kindString": "Property",
|
|
@@ -4857,7 +4964,7 @@
|
|
|
4857
4964
|
"defaultValue": "..."
|
|
4858
4965
|
},
|
|
4859
4966
|
{
|
|
4860
|
-
"id":
|
|
4967
|
+
"id": 346,
|
|
4861
4968
|
"name": "expandModalTitle",
|
|
4862
4969
|
"kind": 1024,
|
|
4863
4970
|
"kindString": "Property",
|
|
@@ -4898,7 +5005,7 @@
|
|
|
4898
5005
|
}
|
|
4899
5006
|
},
|
|
4900
5007
|
{
|
|
4901
|
-
"id":
|
|
5008
|
+
"id": 359,
|
|
4902
5009
|
"name": "expandable",
|
|
4903
5010
|
"kind": 1024,
|
|
4904
5011
|
"kindString": "Property",
|
|
@@ -4918,7 +5025,7 @@
|
|
|
4918
5025
|
}
|
|
4919
5026
|
},
|
|
4920
5027
|
{
|
|
4921
|
-
"id":
|
|
5028
|
+
"id": 360,
|
|
4922
5029
|
"name": "isExpanded",
|
|
4923
5030
|
"kind": 1024,
|
|
4924
5031
|
"kindString": "Property",
|
|
@@ -4939,7 +5046,7 @@
|
|
|
4939
5046
|
"defaultValue": "false"
|
|
4940
5047
|
},
|
|
4941
5048
|
{
|
|
4942
|
-
"id":
|
|
5049
|
+
"id": 361,
|
|
4943
5050
|
"name": "isModal",
|
|
4944
5051
|
"kind": 1024,
|
|
4945
5052
|
"kindString": "Property",
|
|
@@ -4959,7 +5066,7 @@
|
|
|
4959
5066
|
}
|
|
4960
5067
|
},
|
|
4961
5068
|
{
|
|
4962
|
-
"id":
|
|
5069
|
+
"id": 347,
|
|
4963
5070
|
"name": "maxExpandedLength",
|
|
4964
5071
|
"kind": 1024,
|
|
4965
5072
|
"kindString": "Property",
|
|
@@ -4995,7 +5102,7 @@
|
|
|
4995
5102
|
"defaultValue": "600"
|
|
4996
5103
|
},
|
|
4997
5104
|
{
|
|
4998
|
-
"id":
|
|
5105
|
+
"id": 348,
|
|
4999
5106
|
"name": "maxExpandedNewlines",
|
|
5000
5107
|
"kind": 1024,
|
|
5001
5108
|
"kindString": "Property",
|
|
@@ -5031,7 +5138,7 @@
|
|
|
5031
5138
|
"defaultValue": "2"
|
|
5032
5139
|
},
|
|
5033
5140
|
{
|
|
5034
|
-
"id":
|
|
5141
|
+
"id": 356,
|
|
5035
5142
|
"name": "truncateNewlines",
|
|
5036
5143
|
"kind": 1024,
|
|
5037
5144
|
"kindString": "Property",
|
|
@@ -5067,7 +5174,7 @@
|
|
|
5067
5174
|
"defaultValue": "true"
|
|
5068
5175
|
},
|
|
5069
5176
|
{
|
|
5070
|
-
"id":
|
|
5177
|
+
"id": 349,
|
|
5071
5178
|
"name": "maxLength",
|
|
5072
5179
|
"kind": 262144,
|
|
5073
5180
|
"kindString": "Accessor",
|
|
@@ -5095,7 +5202,7 @@
|
|
|
5095
5202
|
],
|
|
5096
5203
|
"getSignature": [
|
|
5097
5204
|
{
|
|
5098
|
-
"id":
|
|
5205
|
+
"id": 350,
|
|
5099
5206
|
"name": "maxLength",
|
|
5100
5207
|
"kind": 524288,
|
|
5101
5208
|
"kindString": "Get signature",
|
|
@@ -5117,7 +5224,7 @@
|
|
|
5117
5224
|
],
|
|
5118
5225
|
"setSignature": [
|
|
5119
5226
|
{
|
|
5120
|
-
"id":
|
|
5227
|
+
"id": 351,
|
|
5121
5228
|
"name": "maxLength",
|
|
5122
5229
|
"kind": 1048576,
|
|
5123
5230
|
"kindString": "Set signature",
|
|
@@ -5133,7 +5240,7 @@
|
|
|
5133
5240
|
},
|
|
5134
5241
|
"parameters": [
|
|
5135
5242
|
{
|
|
5136
|
-
"id":
|
|
5243
|
+
"id": 352,
|
|
5137
5244
|
"name": "value",
|
|
5138
5245
|
"kind": 32768,
|
|
5139
5246
|
"kindString": "Parameter",
|
|
@@ -5152,7 +5259,7 @@
|
|
|
5152
5259
|
]
|
|
5153
5260
|
},
|
|
5154
5261
|
{
|
|
5155
|
-
"id":
|
|
5262
|
+
"id": 353,
|
|
5156
5263
|
"name": "text",
|
|
5157
5264
|
"kind": 262144,
|
|
5158
5265
|
"kindString": "Accessor",
|
|
@@ -5180,7 +5287,7 @@
|
|
|
5180
5287
|
],
|
|
5181
5288
|
"setSignature": [
|
|
5182
5289
|
{
|
|
5183
|
-
"id":
|
|
5290
|
+
"id": 354,
|
|
5184
5291
|
"name": "text",
|
|
5185
5292
|
"kind": 1048576,
|
|
5186
5293
|
"kindString": "Set signature",
|
|
@@ -5190,7 +5297,7 @@
|
|
|
5190
5297
|
},
|
|
5191
5298
|
"parameters": [
|
|
5192
5299
|
{
|
|
5193
|
-
"id":
|
|
5300
|
+
"id": 355,
|
|
5194
5301
|
"name": "value",
|
|
5195
5302
|
"kind": 32768,
|
|
5196
5303
|
"kindString": "Parameter",
|
|
@@ -5209,7 +5316,7 @@
|
|
|
5209
5316
|
]
|
|
5210
5317
|
},
|
|
5211
5318
|
{
|
|
5212
|
-
"id":
|
|
5319
|
+
"id": 373,
|
|
5213
5320
|
"name": "animationEnd",
|
|
5214
5321
|
"kind": 2048,
|
|
5215
5322
|
"kindString": "Method",
|
|
@@ -5225,7 +5332,7 @@
|
|
|
5225
5332
|
],
|
|
5226
5333
|
"signatures": [
|
|
5227
5334
|
{
|
|
5228
|
-
"id":
|
|
5335
|
+
"id": 374,
|
|
5229
5336
|
"name": "animationEnd",
|
|
5230
5337
|
"kind": 4096,
|
|
5231
5338
|
"kindString": "Call signature",
|
|
@@ -5238,7 +5345,7 @@
|
|
|
5238
5345
|
]
|
|
5239
5346
|
},
|
|
5240
5347
|
{
|
|
5241
|
-
"id":
|
|
5348
|
+
"id": 375,
|
|
5242
5349
|
"name": "ngAfterContentInit",
|
|
5243
5350
|
"kind": 2048,
|
|
5244
5351
|
"kindString": "Method",
|
|
@@ -5254,7 +5361,7 @@
|
|
|
5254
5361
|
],
|
|
5255
5362
|
"signatures": [
|
|
5256
5363
|
{
|
|
5257
|
-
"id":
|
|
5364
|
+
"id": 376,
|
|
5258
5365
|
"name": "ngAfterContentInit",
|
|
5259
5366
|
"kind": 4096,
|
|
5260
5367
|
"kindString": "Call signature",
|
|
@@ -5275,7 +5382,7 @@
|
|
|
5275
5382
|
}
|
|
5276
5383
|
},
|
|
5277
5384
|
{
|
|
5278
|
-
"id":
|
|
5385
|
+
"id": 371,
|
|
5279
5386
|
"name": "textExpand",
|
|
5280
5387
|
"kind": 2048,
|
|
5281
5388
|
"kindString": "Method",
|
|
@@ -5291,7 +5398,7 @@
|
|
|
5291
5398
|
],
|
|
5292
5399
|
"signatures": [
|
|
5293
5400
|
{
|
|
5294
|
-
"id":
|
|
5401
|
+
"id": 372,
|
|
5295
5402
|
"name": "textExpand",
|
|
5296
5403
|
"kind": 4096,
|
|
5297
5404
|
"kindString": "Call signature",
|
|
@@ -5309,39 +5416,39 @@
|
|
|
5309
5416
|
"title": "Constructors",
|
|
5310
5417
|
"kind": 512,
|
|
5311
5418
|
"children": [
|
|
5312
|
-
|
|
5419
|
+
341
|
|
5313
5420
|
]
|
|
5314
5421
|
},
|
|
5315
5422
|
{
|
|
5316
5423
|
"title": "Properties",
|
|
5317
5424
|
"kind": 1024,
|
|
5318
5425
|
"children": [
|
|
5319
|
-
355,
|
|
5320
|
-
356,
|
|
5321
|
-
344,
|
|
5322
5426
|
357,
|
|
5323
5427
|
358,
|
|
5324
|
-
359,
|
|
5325
|
-
345,
|
|
5326
5428
|
346,
|
|
5327
|
-
|
|
5429
|
+
359,
|
|
5430
|
+
360,
|
|
5431
|
+
361,
|
|
5432
|
+
347,
|
|
5433
|
+
348,
|
|
5434
|
+
356
|
|
5328
5435
|
]
|
|
5329
5436
|
},
|
|
5330
5437
|
{
|
|
5331
5438
|
"title": "Accessors",
|
|
5332
5439
|
"kind": 262144,
|
|
5333
5440
|
"children": [
|
|
5334
|
-
|
|
5335
|
-
|
|
5441
|
+
349,
|
|
5442
|
+
353
|
|
5336
5443
|
]
|
|
5337
5444
|
},
|
|
5338
5445
|
{
|
|
5339
5446
|
"title": "Methods",
|
|
5340
5447
|
"kind": 2048,
|
|
5341
5448
|
"children": [
|
|
5342
|
-
371,
|
|
5343
5449
|
373,
|
|
5344
|
-
|
|
5450
|
+
375,
|
|
5451
|
+
371
|
|
5345
5452
|
]
|
|
5346
5453
|
}
|
|
5347
5454
|
],
|
|
@@ -5362,7 +5469,7 @@
|
|
|
5362
5469
|
]
|
|
5363
5470
|
},
|
|
5364
5471
|
{
|
|
5365
|
-
"id":
|
|
5472
|
+
"id": 394,
|
|
5366
5473
|
"name": "SkyTextExpandRepeaterComponent",
|
|
5367
5474
|
"kind": 128,
|
|
5368
5475
|
"kindString": "Class",
|
|
@@ -5383,7 +5490,7 @@
|
|
|
5383
5490
|
],
|
|
5384
5491
|
"children": [
|
|
5385
5492
|
{
|
|
5386
|
-
"id":
|
|
5493
|
+
"id": 395,
|
|
5387
5494
|
"name": "constructor",
|
|
5388
5495
|
"kind": 512,
|
|
5389
5496
|
"kindString": "Constructor",
|
|
@@ -5397,14 +5504,14 @@
|
|
|
5397
5504
|
],
|
|
5398
5505
|
"signatures": [
|
|
5399
5506
|
{
|
|
5400
|
-
"id":
|
|
5507
|
+
"id": 396,
|
|
5401
5508
|
"name": "SkyTextExpandRepeaterComponent",
|
|
5402
5509
|
"kind": 16384,
|
|
5403
5510
|
"kindString": "Constructor signature",
|
|
5404
5511
|
"flags": {},
|
|
5405
5512
|
"parameters": [
|
|
5406
5513
|
{
|
|
5407
|
-
"id":
|
|
5514
|
+
"id": 397,
|
|
5408
5515
|
"name": "resources",
|
|
5409
5516
|
"kind": 32768,
|
|
5410
5517
|
"kindString": "Parameter",
|
|
@@ -5415,7 +5522,7 @@
|
|
|
5415
5522
|
}
|
|
5416
5523
|
},
|
|
5417
5524
|
{
|
|
5418
|
-
"id":
|
|
5525
|
+
"id": 398,
|
|
5419
5526
|
"name": "elRef",
|
|
5420
5527
|
"kind": 32768,
|
|
5421
5528
|
"kindString": "Parameter",
|
|
@@ -5434,7 +5541,7 @@
|
|
|
5434
5541
|
}
|
|
5435
5542
|
},
|
|
5436
5543
|
{
|
|
5437
|
-
"id":
|
|
5544
|
+
"id": 399,
|
|
5438
5545
|
"name": "textExpandRepeaterAdapter",
|
|
5439
5546
|
"kind": 32768,
|
|
5440
5547
|
"kindString": "Parameter",
|
|
@@ -5445,7 +5552,7 @@
|
|
|
5445
5552
|
}
|
|
5446
5553
|
},
|
|
5447
5554
|
{
|
|
5448
|
-
"id":
|
|
5555
|
+
"id": 400,
|
|
5449
5556
|
"name": "changeDetector",
|
|
5450
5557
|
"kind": 32768,
|
|
5451
5558
|
"kindString": "Parameter",
|
|
@@ -5460,14 +5567,14 @@
|
|
|
5460
5567
|
],
|
|
5461
5568
|
"type": {
|
|
5462
5569
|
"type": "reference",
|
|
5463
|
-
"id":
|
|
5570
|
+
"id": 394,
|
|
5464
5571
|
"name": "SkyTextExpandRepeaterComponent"
|
|
5465
5572
|
}
|
|
5466
5573
|
}
|
|
5467
5574
|
]
|
|
5468
5575
|
},
|
|
5469
5576
|
{
|
|
5470
|
-
"id":
|
|
5577
|
+
"id": 405,
|
|
5471
5578
|
"name": "buttonText",
|
|
5472
5579
|
"kind": 1024,
|
|
5473
5580
|
"kindString": "Property",
|
|
@@ -5487,7 +5594,7 @@
|
|
|
5487
5594
|
}
|
|
5488
5595
|
},
|
|
5489
5596
|
{
|
|
5490
|
-
"id":
|
|
5597
|
+
"id": 406,
|
|
5491
5598
|
"name": "contentItems",
|
|
5492
5599
|
"kind": 1024,
|
|
5493
5600
|
"kindString": "Property",
|
|
@@ -5510,7 +5617,7 @@
|
|
|
5510
5617
|
}
|
|
5511
5618
|
},
|
|
5512
5619
|
{
|
|
5513
|
-
"id":
|
|
5620
|
+
"id": 408,
|
|
5514
5621
|
"name": "contentSectionId",
|
|
5515
5622
|
"kind": 1024,
|
|
5516
5623
|
"kindString": "Property",
|
|
@@ -5531,7 +5638,7 @@
|
|
|
5531
5638
|
"defaultValue": "..."
|
|
5532
5639
|
},
|
|
5533
5640
|
{
|
|
5534
|
-
"id":
|
|
5641
|
+
"id": 401,
|
|
5535
5642
|
"name": "data",
|
|
5536
5643
|
"kind": 1024,
|
|
5537
5644
|
"kindString": "Property",
|
|
@@ -5569,7 +5676,7 @@
|
|
|
5569
5676
|
}
|
|
5570
5677
|
},
|
|
5571
5678
|
{
|
|
5572
|
-
"id":
|
|
5679
|
+
"id": 407,
|
|
5573
5680
|
"name": "expandable",
|
|
5574
5681
|
"kind": 1024,
|
|
5575
5682
|
"kindString": "Property",
|
|
@@ -5589,7 +5696,7 @@
|
|
|
5589
5696
|
}
|
|
5590
5697
|
},
|
|
5591
5698
|
{
|
|
5592
|
-
"id":
|
|
5699
|
+
"id": 409,
|
|
5593
5700
|
"name": "isExpanded",
|
|
5594
5701
|
"kind": 1024,
|
|
5595
5702
|
"kindString": "Property",
|
|
@@ -5610,7 +5717,7 @@
|
|
|
5610
5717
|
"defaultValue": "false"
|
|
5611
5718
|
},
|
|
5612
5719
|
{
|
|
5613
|
-
"id":
|
|
5720
|
+
"id": 402,
|
|
5614
5721
|
"name": "itemTemplate",
|
|
5615
5722
|
"kind": 1024,
|
|
5616
5723
|
"kindString": "Property",
|
|
@@ -5653,7 +5760,7 @@
|
|
|
5653
5760
|
}
|
|
5654
5761
|
},
|
|
5655
5762
|
{
|
|
5656
|
-
"id":
|
|
5763
|
+
"id": 403,
|
|
5657
5764
|
"name": "listStyle",
|
|
5658
5765
|
"kind": 1024,
|
|
5659
5766
|
"kindString": "Property",
|
|
@@ -5690,13 +5797,13 @@
|
|
|
5690
5797
|
],
|
|
5691
5798
|
"type": {
|
|
5692
5799
|
"type": "reference",
|
|
5693
|
-
"id":
|
|
5800
|
+
"id": 530,
|
|
5694
5801
|
"name": "SkyTextExpandRepeaterListStyleType"
|
|
5695
5802
|
},
|
|
5696
5803
|
"defaultValue": "'unordered'"
|
|
5697
5804
|
},
|
|
5698
5805
|
{
|
|
5699
|
-
"id":
|
|
5806
|
+
"id": 404,
|
|
5700
5807
|
"name": "maxItems",
|
|
5701
5808
|
"kind": 1024,
|
|
5702
5809
|
"kindString": "Property",
|
|
@@ -5731,7 +5838,7 @@
|
|
|
5731
5838
|
}
|
|
5732
5839
|
},
|
|
5733
5840
|
{
|
|
5734
|
-
"id":
|
|
5841
|
+
"id": 419,
|
|
5735
5842
|
"name": "animationEnd",
|
|
5736
5843
|
"kind": 2048,
|
|
5737
5844
|
"kindString": "Method",
|
|
@@ -5747,7 +5854,7 @@
|
|
|
5747
5854
|
],
|
|
5748
5855
|
"signatures": [
|
|
5749
5856
|
{
|
|
5750
|
-
"id":
|
|
5857
|
+
"id": 420,
|
|
5751
5858
|
"name": "animationEnd",
|
|
5752
5859
|
"kind": 4096,
|
|
5753
5860
|
"kindString": "Call signature",
|
|
@@ -5760,7 +5867,7 @@
|
|
|
5760
5867
|
]
|
|
5761
5868
|
},
|
|
5762
5869
|
{
|
|
5763
|
-
"id":
|
|
5870
|
+
"id": 414,
|
|
5764
5871
|
"name": "ngAfterViewInit",
|
|
5765
5872
|
"kind": 2048,
|
|
5766
5873
|
"kindString": "Method",
|
|
@@ -5776,7 +5883,7 @@
|
|
|
5776
5883
|
],
|
|
5777
5884
|
"signatures": [
|
|
5778
5885
|
{
|
|
5779
|
-
"id":
|
|
5886
|
+
"id": 415,
|
|
5780
5887
|
"name": "ngAfterViewInit",
|
|
5781
5888
|
"kind": 4096,
|
|
5782
5889
|
"kindString": "Call signature",
|
|
@@ -5797,7 +5904,7 @@
|
|
|
5797
5904
|
}
|
|
5798
5905
|
},
|
|
5799
5906
|
{
|
|
5800
|
-
"id":
|
|
5907
|
+
"id": 416,
|
|
5801
5908
|
"name": "ngOnChanges",
|
|
5802
5909
|
"kind": 2048,
|
|
5803
5910
|
"kindString": "Method",
|
|
@@ -5813,14 +5920,14 @@
|
|
|
5813
5920
|
],
|
|
5814
5921
|
"signatures": [
|
|
5815
5922
|
{
|
|
5816
|
-
"id":
|
|
5923
|
+
"id": 417,
|
|
5817
5924
|
"name": "ngOnChanges",
|
|
5818
5925
|
"kind": 4096,
|
|
5819
5926
|
"kindString": "Call signature",
|
|
5820
5927
|
"flags": {},
|
|
5821
5928
|
"parameters": [
|
|
5822
5929
|
{
|
|
5823
|
-
"id":
|
|
5930
|
+
"id": 418,
|
|
5824
5931
|
"name": "changes",
|
|
5825
5932
|
"kind": 32768,
|
|
5826
5933
|
"kindString": "Parameter",
|
|
@@ -5849,7 +5956,7 @@
|
|
|
5849
5956
|
}
|
|
5850
5957
|
},
|
|
5851
5958
|
{
|
|
5852
|
-
"id":
|
|
5959
|
+
"id": 421,
|
|
5853
5960
|
"name": "repeaterExpand",
|
|
5854
5961
|
"kind": 2048,
|
|
5855
5962
|
"kindString": "Method",
|
|
@@ -5865,7 +5972,7 @@
|
|
|
5865
5972
|
],
|
|
5866
5973
|
"signatures": [
|
|
5867
5974
|
{
|
|
5868
|
-
"id":
|
|
5975
|
+
"id": 422,
|
|
5869
5976
|
"name": "repeaterExpand",
|
|
5870
5977
|
"kind": 4096,
|
|
5871
5978
|
"kindString": "Call signature",
|
|
@@ -5883,32 +5990,32 @@
|
|
|
5883
5990
|
"title": "Constructors",
|
|
5884
5991
|
"kind": 512,
|
|
5885
5992
|
"children": [
|
|
5886
|
-
|
|
5993
|
+
395
|
|
5887
5994
|
]
|
|
5888
5995
|
},
|
|
5889
5996
|
{
|
|
5890
5997
|
"title": "Properties",
|
|
5891
5998
|
"kind": 1024,
|
|
5892
5999
|
"children": [
|
|
5893
|
-
403,
|
|
5894
|
-
404,
|
|
5895
|
-
406,
|
|
5896
|
-
399,
|
|
5897
6000
|
405,
|
|
5898
|
-
|
|
5899
|
-
|
|
6001
|
+
406,
|
|
6002
|
+
408,
|
|
5900
6003
|
401,
|
|
5901
|
-
|
|
6004
|
+
407,
|
|
6005
|
+
409,
|
|
6006
|
+
402,
|
|
6007
|
+
403,
|
|
6008
|
+
404
|
|
5902
6009
|
]
|
|
5903
6010
|
},
|
|
5904
6011
|
{
|
|
5905
6012
|
"title": "Methods",
|
|
5906
6013
|
"kind": 2048,
|
|
5907
6014
|
"children": [
|
|
5908
|
-
|
|
5909
|
-
412,
|
|
6015
|
+
419,
|
|
5910
6016
|
414,
|
|
5911
|
-
|
|
6017
|
+
416,
|
|
6018
|
+
421
|
|
5912
6019
|
]
|
|
5913
6020
|
}
|
|
5914
6021
|
],
|
|
@@ -5935,7 +6042,7 @@
|
|
|
5935
6042
|
]
|
|
5936
6043
|
},
|
|
5937
6044
|
{
|
|
5938
|
-
"id":
|
|
6045
|
+
"id": 431,
|
|
5939
6046
|
"name": "SkyToolbarComponent",
|
|
5940
6047
|
"kind": 128,
|
|
5941
6048
|
"kindString": "Class",
|
|
@@ -5959,7 +6066,7 @@
|
|
|
5959
6066
|
],
|
|
5960
6067
|
"children": [
|
|
5961
6068
|
{
|
|
5962
|
-
"id":
|
|
6069
|
+
"id": 434,
|
|
5963
6070
|
"name": "hasSections",
|
|
5964
6071
|
"kind": 1024,
|
|
5965
6072
|
"kindString": "Property",
|
|
@@ -5980,7 +6087,7 @@
|
|
|
5980
6087
|
"defaultValue": "false"
|
|
5981
6088
|
},
|
|
5982
6089
|
{
|
|
5983
|
-
"id":
|
|
6090
|
+
"id": 436,
|
|
5984
6091
|
"name": "ngAfterContentInit",
|
|
5985
6092
|
"kind": 2048,
|
|
5986
6093
|
"kindString": "Method",
|
|
@@ -5996,7 +6103,7 @@
|
|
|
5996
6103
|
],
|
|
5997
6104
|
"signatures": [
|
|
5998
6105
|
{
|
|
5999
|
-
"id":
|
|
6106
|
+
"id": 437,
|
|
6000
6107
|
"name": "ngAfterContentInit",
|
|
6001
6108
|
"kind": 4096,
|
|
6002
6109
|
"kindString": "Call signature",
|
|
@@ -6022,21 +6129,21 @@
|
|
|
6022
6129
|
"title": "Constructors",
|
|
6023
6130
|
"kind": 512,
|
|
6024
6131
|
"children": [
|
|
6025
|
-
|
|
6132
|
+
432
|
|
6026
6133
|
]
|
|
6027
6134
|
},
|
|
6028
6135
|
{
|
|
6029
6136
|
"title": "Properties",
|
|
6030
6137
|
"kind": 1024,
|
|
6031
6138
|
"children": [
|
|
6032
|
-
|
|
6139
|
+
434
|
|
6033
6140
|
]
|
|
6034
6141
|
},
|
|
6035
6142
|
{
|
|
6036
6143
|
"title": "Methods",
|
|
6037
6144
|
"kind": 2048,
|
|
6038
6145
|
"children": [
|
|
6039
|
-
|
|
6146
|
+
436
|
|
6040
6147
|
]
|
|
6041
6148
|
}
|
|
6042
6149
|
],
|
|
@@ -6057,7 +6164,7 @@
|
|
|
6057
6164
|
]
|
|
6058
6165
|
},
|
|
6059
6166
|
{
|
|
6060
|
-
"id":
|
|
6167
|
+
"id": 438,
|
|
6061
6168
|
"name": "SkyToolbarSectionComponent",
|
|
6062
6169
|
"kind": 128,
|
|
6063
6170
|
"kindString": "Class",
|
|
@@ -6085,7 +6192,7 @@
|
|
|
6085
6192
|
"title": "Constructors",
|
|
6086
6193
|
"kind": 512,
|
|
6087
6194
|
"children": [
|
|
6088
|
-
|
|
6195
|
+
439
|
|
6089
6196
|
]
|
|
6090
6197
|
}
|
|
6091
6198
|
],
|
|
@@ -6098,7 +6205,7 @@
|
|
|
6098
6205
|
]
|
|
6099
6206
|
},
|
|
6100
6207
|
{
|
|
6101
|
-
"id":
|
|
6208
|
+
"id": 441,
|
|
6102
6209
|
"name": "SkyToolbarItemComponent",
|
|
6103
6210
|
"kind": 128,
|
|
6104
6211
|
"kindString": "Class",
|
|
@@ -6126,7 +6233,7 @@
|
|
|
6126
6233
|
"title": "Constructors",
|
|
6127
6234
|
"kind": 512,
|
|
6128
6235
|
"children": [
|
|
6129
|
-
|
|
6236
|
+
442
|
|
6130
6237
|
]
|
|
6131
6238
|
}
|
|
6132
6239
|
],
|
|
@@ -6180,7 +6287,7 @@
|
|
|
6180
6287
|
]
|
|
6181
6288
|
},
|
|
6182
6289
|
{
|
|
6183
|
-
"id":
|
|
6290
|
+
"id": 444,
|
|
6184
6291
|
"name": "SkyToolbarViewActionsComponent",
|
|
6185
6292
|
"kind": 128,
|
|
6186
6293
|
"kindString": "Class",
|
|
@@ -6208,7 +6315,7 @@
|
|
|
6208
6315
|
"title": "Constructors",
|
|
6209
6316
|
"kind": 512,
|
|
6210
6317
|
"children": [
|
|
6211
|
-
|
|
6318
|
+
445
|
|
6212
6319
|
]
|
|
6213
6320
|
}
|
|
6214
6321
|
],
|
|
@@ -6221,7 +6328,7 @@
|
|
|
6221
6328
|
]
|
|
6222
6329
|
},
|
|
6223
6330
|
{
|
|
6224
|
-
"id":
|
|
6331
|
+
"id": 447,
|
|
6225
6332
|
"name": "SkyBoxComponent",
|
|
6226
6333
|
"kind": 128,
|
|
6227
6334
|
"kindString": "Class",
|
|
@@ -6245,7 +6352,7 @@
|
|
|
6245
6352
|
],
|
|
6246
6353
|
"children": [
|
|
6247
6354
|
{
|
|
6248
|
-
"id":
|
|
6355
|
+
"id": 450,
|
|
6249
6356
|
"name": "ariaLabel",
|
|
6250
6357
|
"kind": 1024,
|
|
6251
6358
|
"kindString": "Property",
|
|
@@ -6280,7 +6387,7 @@
|
|
|
6280
6387
|
}
|
|
6281
6388
|
},
|
|
6282
6389
|
{
|
|
6283
|
-
"id":
|
|
6390
|
+
"id": 451,
|
|
6284
6391
|
"name": "ariaLabelledBy",
|
|
6285
6392
|
"kind": 1024,
|
|
6286
6393
|
"kindString": "Property",
|
|
@@ -6315,7 +6422,7 @@
|
|
|
6315
6422
|
}
|
|
6316
6423
|
},
|
|
6317
6424
|
{
|
|
6318
|
-
"id":
|
|
6425
|
+
"id": 452,
|
|
6319
6426
|
"name": "ariaRole",
|
|
6320
6427
|
"kind": 1024,
|
|
6321
6428
|
"kindString": "Property",
|
|
@@ -6355,16 +6462,16 @@
|
|
|
6355
6462
|
"title": "Constructors",
|
|
6356
6463
|
"kind": 512,
|
|
6357
6464
|
"children": [
|
|
6358
|
-
|
|
6465
|
+
448
|
|
6359
6466
|
]
|
|
6360
6467
|
},
|
|
6361
6468
|
{
|
|
6362
6469
|
"title": "Properties",
|
|
6363
6470
|
"kind": 1024,
|
|
6364
6471
|
"children": [
|
|
6365
|
-
|
|
6366
|
-
|
|
6367
|
-
|
|
6472
|
+
450,
|
|
6473
|
+
451,
|
|
6474
|
+
452
|
|
6368
6475
|
]
|
|
6369
6476
|
}
|
|
6370
6477
|
],
|
|
@@ -6377,7 +6484,7 @@
|
|
|
6377
6484
|
]
|
|
6378
6485
|
},
|
|
6379
6486
|
{
|
|
6380
|
-
"id":
|
|
6487
|
+
"id": 453,
|
|
6381
6488
|
"name": "SkyBoxHeaderComponent",
|
|
6382
6489
|
"kind": 128,
|
|
6383
6490
|
"kindString": "Class",
|
|
@@ -6405,7 +6512,7 @@
|
|
|
6405
6512
|
"title": "Constructors",
|
|
6406
6513
|
"kind": 512,
|
|
6407
6514
|
"children": [
|
|
6408
|
-
|
|
6515
|
+
454
|
|
6409
6516
|
]
|
|
6410
6517
|
}
|
|
6411
6518
|
],
|
|
@@ -6418,7 +6525,7 @@
|
|
|
6418
6525
|
]
|
|
6419
6526
|
},
|
|
6420
6527
|
{
|
|
6421
|
-
"id":
|
|
6528
|
+
"id": 456,
|
|
6422
6529
|
"name": "SkyBoxContentComponent",
|
|
6423
6530
|
"kind": 128,
|
|
6424
6531
|
"kindString": "Class",
|
|
@@ -6446,7 +6553,7 @@
|
|
|
6446
6553
|
"title": "Constructors",
|
|
6447
6554
|
"kind": 512,
|
|
6448
6555
|
"children": [
|
|
6449
|
-
|
|
6556
|
+
457
|
|
6450
6557
|
]
|
|
6451
6558
|
}
|
|
6452
6559
|
],
|
|
@@ -6459,7 +6566,7 @@
|
|
|
6459
6566
|
]
|
|
6460
6567
|
},
|
|
6461
6568
|
{
|
|
6462
|
-
"id":
|
|
6569
|
+
"id": 459,
|
|
6463
6570
|
"name": "SkyBoxControlsComponent",
|
|
6464
6571
|
"kind": 128,
|
|
6465
6572
|
"kindString": "Class",
|
|
@@ -6487,7 +6594,7 @@
|
|
|
6487
6594
|
"title": "Constructors",
|
|
6488
6595
|
"kind": 512,
|
|
6489
6596
|
"children": [
|
|
6490
|
-
|
|
6597
|
+
460
|
|
6491
6598
|
]
|
|
6492
6599
|
}
|
|
6493
6600
|
],
|
|
@@ -6839,7 +6946,7 @@
|
|
|
6839
6946
|
"flags": {},
|
|
6840
6947
|
"type": {
|
|
6841
6948
|
"type": "reference",
|
|
6842
|
-
"id":
|
|
6949
|
+
"id": 482,
|
|
6843
6950
|
"name": "SkyBackToTopOptions"
|
|
6844
6951
|
}
|
|
6845
6952
|
}
|
|
@@ -6900,7 +7007,7 @@
|
|
|
6900
7007
|
"typeArguments": [
|
|
6901
7008
|
{
|
|
6902
7009
|
"type": "reference",
|
|
6903
|
-
"id":
|
|
7010
|
+
"id": 478,
|
|
6904
7011
|
"name": "SkyBackToTopMessage"
|
|
6905
7012
|
}
|
|
6906
7013
|
],
|
|
@@ -7377,7 +7484,13 @@
|
|
|
7377
7484
|
"kindString": "Class",
|
|
7378
7485
|
"flags": {},
|
|
7379
7486
|
"comment": {
|
|
7380
|
-
"shortText": "Creates a a small container to highlight important information."
|
|
7487
|
+
"shortText": "Creates a a small container to highlight important information.",
|
|
7488
|
+
"tags": [
|
|
7489
|
+
{
|
|
7490
|
+
"tag": "deprecated",
|
|
7491
|
+
"text": "`SkyCardComponent` is deprecated. For other SKY UX components that group and list content, see the content containers guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/content-containers.\n"
|
|
7492
|
+
}
|
|
7493
|
+
]
|
|
7381
7494
|
},
|
|
7382
7495
|
"decorators": [
|
|
7383
7496
|
{
|
|
@@ -7395,7 +7508,48 @@
|
|
|
7395
7508
|
],
|
|
7396
7509
|
"children": [
|
|
7397
7510
|
{
|
|
7398
|
-
"id":
|
|
7511
|
+
"id": 133,
|
|
7512
|
+
"name": "constructor",
|
|
7513
|
+
"kind": 512,
|
|
7514
|
+
"kindString": "Constructor",
|
|
7515
|
+
"flags": {},
|
|
7516
|
+
"sources": [
|
|
7517
|
+
{
|
|
7518
|
+
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7519
|
+
"line": 69,
|
|
7520
|
+
"character": 2
|
|
7521
|
+
}
|
|
7522
|
+
],
|
|
7523
|
+
"signatures": [
|
|
7524
|
+
{
|
|
7525
|
+
"id": 134,
|
|
7526
|
+
"name": "SkyCardComponent",
|
|
7527
|
+
"kind": 16384,
|
|
7528
|
+
"kindString": "Constructor signature",
|
|
7529
|
+
"flags": {},
|
|
7530
|
+
"parameters": [
|
|
7531
|
+
{
|
|
7532
|
+
"id": 135,
|
|
7533
|
+
"name": "logger",
|
|
7534
|
+
"kind": 32768,
|
|
7535
|
+
"kindString": "Parameter",
|
|
7536
|
+
"flags": {},
|
|
7537
|
+
"type": {
|
|
7538
|
+
"type": "reference",
|
|
7539
|
+
"name": "SkyLogService"
|
|
7540
|
+
}
|
|
7541
|
+
}
|
|
7542
|
+
],
|
|
7543
|
+
"type": {
|
|
7544
|
+
"type": "reference",
|
|
7545
|
+
"id": 132,
|
|
7546
|
+
"name": "SkyCardComponent"
|
|
7547
|
+
}
|
|
7548
|
+
}
|
|
7549
|
+
]
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"id": 140,
|
|
7399
7553
|
"name": "inlineDeleteComponent",
|
|
7400
7554
|
"kind": 1024,
|
|
7401
7555
|
"kindString": "Property",
|
|
@@ -7419,7 +7573,7 @@
|
|
|
7419
7573
|
"sources": [
|
|
7420
7574
|
{
|
|
7421
7575
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7422
|
-
"line":
|
|
7576
|
+
"line": 60,
|
|
7423
7577
|
"character": 9
|
|
7424
7578
|
}
|
|
7425
7579
|
],
|
|
@@ -7438,7 +7592,7 @@
|
|
|
7438
7592
|
}
|
|
7439
7593
|
},
|
|
7440
7594
|
{
|
|
7441
|
-
"id":
|
|
7595
|
+
"id": 137,
|
|
7442
7596
|
"name": "selectable",
|
|
7443
7597
|
"kind": 1024,
|
|
7444
7598
|
"kindString": "Property",
|
|
@@ -7469,7 +7623,7 @@
|
|
|
7469
7623
|
"sources": [
|
|
7470
7624
|
{
|
|
7471
7625
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7472
|
-
"line":
|
|
7626
|
+
"line": 43,
|
|
7473
7627
|
"character": 9
|
|
7474
7628
|
}
|
|
7475
7629
|
],
|
|
@@ -7479,7 +7633,7 @@
|
|
|
7479
7633
|
}
|
|
7480
7634
|
},
|
|
7481
7635
|
{
|
|
7482
|
-
"id":
|
|
7636
|
+
"id": 138,
|
|
7483
7637
|
"name": "selected",
|
|
7484
7638
|
"kind": 1024,
|
|
7485
7639
|
"kindString": "Property",
|
|
@@ -7510,7 +7664,7 @@
|
|
|
7510
7664
|
"sources": [
|
|
7511
7665
|
{
|
|
7512
7666
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7513
|
-
"line":
|
|
7667
|
+
"line": 51,
|
|
7514
7668
|
"character": 9
|
|
7515
7669
|
}
|
|
7516
7670
|
],
|
|
@@ -7520,7 +7674,7 @@
|
|
|
7520
7674
|
}
|
|
7521
7675
|
},
|
|
7522
7676
|
{
|
|
7523
|
-
"id":
|
|
7677
|
+
"id": 139,
|
|
7524
7678
|
"name": "selectedChange",
|
|
7525
7679
|
"kind": 1024,
|
|
7526
7680
|
"kindString": "Property",
|
|
@@ -7545,7 +7699,7 @@
|
|
|
7545
7699
|
"sources": [
|
|
7546
7700
|
{
|
|
7547
7701
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7548
|
-
"line":
|
|
7702
|
+
"line": 57,
|
|
7549
7703
|
"character": 9
|
|
7550
7704
|
}
|
|
7551
7705
|
],
|
|
@@ -7564,7 +7718,7 @@
|
|
|
7564
7718
|
"defaultValue": "..."
|
|
7565
7719
|
},
|
|
7566
7720
|
{
|
|
7567
|
-
"id":
|
|
7721
|
+
"id": 142,
|
|
7568
7722
|
"name": "showTitle",
|
|
7569
7723
|
"kind": 1024,
|
|
7570
7724
|
"kindString": "Property",
|
|
@@ -7574,7 +7728,7 @@
|
|
|
7574
7728
|
"sources": [
|
|
7575
7729
|
{
|
|
7576
7730
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7577
|
-
"line":
|
|
7731
|
+
"line": 65,
|
|
7578
7732
|
"character": 9
|
|
7579
7733
|
}
|
|
7580
7734
|
],
|
|
@@ -7585,7 +7739,7 @@
|
|
|
7585
7739
|
"defaultValue": "true"
|
|
7586
7740
|
},
|
|
7587
7741
|
{
|
|
7588
|
-
"id":
|
|
7742
|
+
"id": 136,
|
|
7589
7743
|
"name": "size",
|
|
7590
7744
|
"kind": 1024,
|
|
7591
7745
|
"kindString": "Property",
|
|
@@ -7616,7 +7770,7 @@
|
|
|
7616
7770
|
"sources": [
|
|
7617
7771
|
{
|
|
7618
7772
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7619
|
-
"line":
|
|
7773
|
+
"line": 35,
|
|
7620
7774
|
"character": 9
|
|
7621
7775
|
}
|
|
7622
7776
|
],
|
|
@@ -7626,7 +7780,7 @@
|
|
|
7626
7780
|
}
|
|
7627
7781
|
},
|
|
7628
7782
|
{
|
|
7629
|
-
"id":
|
|
7783
|
+
"id": 141,
|
|
7630
7784
|
"name": "titleComponent",
|
|
7631
7785
|
"kind": 1024,
|
|
7632
7786
|
"kindString": "Property",
|
|
@@ -7650,7 +7804,7 @@
|
|
|
7650
7804
|
"sources": [
|
|
7651
7805
|
{
|
|
7652
7806
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7653
|
-
"line":
|
|
7807
|
+
"line": 63,
|
|
7654
7808
|
"character": 9
|
|
7655
7809
|
}
|
|
7656
7810
|
],
|
|
@@ -7659,7 +7813,7 @@
|
|
|
7659
7813
|
"typeArguments": [
|
|
7660
7814
|
{
|
|
7661
7815
|
"type": "reference",
|
|
7662
|
-
"id":
|
|
7816
|
+
"id": 159,
|
|
7663
7817
|
"name": "SkyCardTitleComponent"
|
|
7664
7818
|
}
|
|
7665
7819
|
],
|
|
@@ -7669,7 +7823,7 @@
|
|
|
7669
7823
|
}
|
|
7670
7824
|
},
|
|
7671
7825
|
{
|
|
7672
|
-
"id":
|
|
7826
|
+
"id": 146,
|
|
7673
7827
|
"name": "contentClick",
|
|
7674
7828
|
"kind": 2048,
|
|
7675
7829
|
"kindString": "Method",
|
|
@@ -7679,13 +7833,13 @@
|
|
|
7679
7833
|
"sources": [
|
|
7680
7834
|
{
|
|
7681
7835
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7682
|
-
"line":
|
|
7836
|
+
"line": 97,
|
|
7683
7837
|
"character": 9
|
|
7684
7838
|
}
|
|
7685
7839
|
],
|
|
7686
7840
|
"signatures": [
|
|
7687
7841
|
{
|
|
7688
|
-
"id":
|
|
7842
|
+
"id": 147,
|
|
7689
7843
|
"name": "contentClick",
|
|
7690
7844
|
"kind": 4096,
|
|
7691
7845
|
"kindString": "Call signature",
|
|
@@ -7698,7 +7852,7 @@
|
|
|
7698
7852
|
]
|
|
7699
7853
|
},
|
|
7700
7854
|
{
|
|
7701
|
-
"id":
|
|
7855
|
+
"id": 144,
|
|
7702
7856
|
"name": "ngAfterContentInit",
|
|
7703
7857
|
"kind": 2048,
|
|
7704
7858
|
"kindString": "Method",
|
|
@@ -7708,13 +7862,13 @@
|
|
|
7708
7862
|
"sources": [
|
|
7709
7863
|
{
|
|
7710
7864
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7711
|
-
"line":
|
|
7865
|
+
"line": 79,
|
|
7712
7866
|
"character": 9
|
|
7713
7867
|
}
|
|
7714
7868
|
],
|
|
7715
7869
|
"signatures": [
|
|
7716
7870
|
{
|
|
7717
|
-
"id":
|
|
7871
|
+
"id": 145,
|
|
7718
7872
|
"name": "ngAfterContentInit",
|
|
7719
7873
|
"kind": 4096,
|
|
7720
7874
|
"kindString": "Call signature",
|
|
@@ -7735,7 +7889,7 @@
|
|
|
7735
7889
|
}
|
|
7736
7890
|
},
|
|
7737
7891
|
{
|
|
7738
|
-
"id":
|
|
7892
|
+
"id": 151,
|
|
7739
7893
|
"name": "ngOnDestroy",
|
|
7740
7894
|
"kind": 2048,
|
|
7741
7895
|
"kindString": "Method",
|
|
@@ -7745,13 +7899,13 @@
|
|
|
7745
7899
|
"sources": [
|
|
7746
7900
|
{
|
|
7747
7901
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7748
|
-
"line":
|
|
7902
|
+
"line": 111,
|
|
7749
7903
|
"character": 9
|
|
7750
7904
|
}
|
|
7751
7905
|
],
|
|
7752
7906
|
"signatures": [
|
|
7753
7907
|
{
|
|
7754
|
-
"id":
|
|
7908
|
+
"id": 152,
|
|
7755
7909
|
"name": "ngOnDestroy",
|
|
7756
7910
|
"kind": 4096,
|
|
7757
7911
|
"kindString": "Call signature",
|
|
@@ -7772,7 +7926,7 @@
|
|
|
7772
7926
|
}
|
|
7773
7927
|
},
|
|
7774
7928
|
{
|
|
7775
|
-
"id":
|
|
7929
|
+
"id": 148,
|
|
7776
7930
|
"name": "onCheckboxChange",
|
|
7777
7931
|
"kind": 2048,
|
|
7778
7932
|
"kindString": "Method",
|
|
@@ -7782,20 +7936,20 @@
|
|
|
7782
7936
|
"sources": [
|
|
7783
7937
|
{
|
|
7784
7938
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7785
|
-
"line":
|
|
7939
|
+
"line": 104,
|
|
7786
7940
|
"character": 9
|
|
7787
7941
|
}
|
|
7788
7942
|
],
|
|
7789
7943
|
"signatures": [
|
|
7790
7944
|
{
|
|
7791
|
-
"id":
|
|
7945
|
+
"id": 149,
|
|
7792
7946
|
"name": "onCheckboxChange",
|
|
7793
7947
|
"kind": 4096,
|
|
7794
7948
|
"kindString": "Call signature",
|
|
7795
7949
|
"flags": {},
|
|
7796
7950
|
"parameters": [
|
|
7797
7951
|
{
|
|
7798
|
-
"id":
|
|
7952
|
+
"id": 150,
|
|
7799
7953
|
"name": "newValue",
|
|
7800
7954
|
"kind": 32768,
|
|
7801
7955
|
"kindString": "Parameter",
|
|
@@ -7826,30 +7980,30 @@
|
|
|
7826
7980
|
"title": "Properties",
|
|
7827
7981
|
"kind": 1024,
|
|
7828
7982
|
"children": [
|
|
7829
|
-
|
|
7830
|
-
136,
|
|
7983
|
+
140,
|
|
7831
7984
|
137,
|
|
7832
7985
|
138,
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7986
|
+
139,
|
|
7987
|
+
142,
|
|
7988
|
+
136,
|
|
7989
|
+
141
|
|
7836
7990
|
]
|
|
7837
7991
|
},
|
|
7838
7992
|
{
|
|
7839
7993
|
"title": "Methods",
|
|
7840
7994
|
"kind": 2048,
|
|
7841
7995
|
"children": [
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7996
|
+
146,
|
|
7997
|
+
144,
|
|
7998
|
+
151,
|
|
7999
|
+
148
|
|
7846
8000
|
]
|
|
7847
8001
|
}
|
|
7848
8002
|
],
|
|
7849
8003
|
"sources": [
|
|
7850
8004
|
{
|
|
7851
8005
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7852
|
-
"line":
|
|
8006
|
+
"line": 29,
|
|
7853
8007
|
"character": 13
|
|
7854
8008
|
}
|
|
7855
8009
|
],
|
|
@@ -7869,7 +8023,7 @@
|
|
|
7869
8023
|
]
|
|
7870
8024
|
},
|
|
7871
8025
|
{
|
|
7872
|
-
"id":
|
|
8026
|
+
"id": 462,
|
|
7873
8027
|
"name": "SkyActionButtonPermalink",
|
|
7874
8028
|
"kind": 256,
|
|
7875
8029
|
"kindString": "Interface",
|
|
@@ -7879,7 +8033,7 @@
|
|
|
7879
8033
|
},
|
|
7880
8034
|
"children": [
|
|
7881
8035
|
{
|
|
7882
|
-
"id":
|
|
8036
|
+
"id": 463,
|
|
7883
8037
|
"name": "route",
|
|
7884
8038
|
"kind": 1024,
|
|
7885
8039
|
"kindString": "Property",
|
|
@@ -7899,14 +8053,14 @@
|
|
|
7899
8053
|
"type": {
|
|
7900
8054
|
"type": "reflection",
|
|
7901
8055
|
"declaration": {
|
|
7902
|
-
"id":
|
|
8056
|
+
"id": 464,
|
|
7903
8057
|
"name": "__type",
|
|
7904
8058
|
"kind": 65536,
|
|
7905
8059
|
"kindString": "Type literal",
|
|
7906
8060
|
"flags": {},
|
|
7907
8061
|
"children": [
|
|
7908
8062
|
{
|
|
7909
|
-
"id":
|
|
8063
|
+
"id": 465,
|
|
7910
8064
|
"name": "commands",
|
|
7911
8065
|
"kind": 1024,
|
|
7912
8066
|
"kindString": "Property",
|
|
@@ -7927,7 +8081,7 @@
|
|
|
7927
8081
|
}
|
|
7928
8082
|
},
|
|
7929
8083
|
{
|
|
7930
|
-
"id":
|
|
8084
|
+
"id": 466,
|
|
7931
8085
|
"name": "extras",
|
|
7932
8086
|
"kind": 1024,
|
|
7933
8087
|
"kindString": "Property",
|
|
@@ -7954,8 +8108,8 @@
|
|
|
7954
8108
|
"title": "Properties",
|
|
7955
8109
|
"kind": 1024,
|
|
7956
8110
|
"children": [
|
|
7957
|
-
|
|
7958
|
-
|
|
8111
|
+
465,
|
|
8112
|
+
466
|
|
7959
8113
|
]
|
|
7960
8114
|
}
|
|
7961
8115
|
]
|
|
@@ -7963,7 +8117,7 @@
|
|
|
7963
8117
|
}
|
|
7964
8118
|
},
|
|
7965
8119
|
{
|
|
7966
|
-
"id":
|
|
8120
|
+
"id": 467,
|
|
7967
8121
|
"name": "url",
|
|
7968
8122
|
"kind": 1024,
|
|
7969
8123
|
"kindString": "Property",
|
|
@@ -7991,8 +8145,8 @@
|
|
|
7991
8145
|
"title": "Properties",
|
|
7992
8146
|
"kind": 1024,
|
|
7993
8147
|
"children": [
|
|
7994
|
-
|
|
7995
|
-
|
|
8148
|
+
463,
|
|
8149
|
+
467
|
|
7996
8150
|
]
|
|
7997
8151
|
}
|
|
7998
8152
|
],
|
|
@@ -8005,7 +8159,7 @@
|
|
|
8005
8159
|
]
|
|
8006
8160
|
},
|
|
8007
8161
|
{
|
|
8008
|
-
"id":
|
|
8162
|
+
"id": 478,
|
|
8009
8163
|
"name": "SkyBackToTopMessage",
|
|
8010
8164
|
"kind": 256,
|
|
8011
8165
|
"kindString": "Interface",
|
|
@@ -8015,7 +8169,7 @@
|
|
|
8015
8169
|
},
|
|
8016
8170
|
"children": [
|
|
8017
8171
|
{
|
|
8018
|
-
"id":
|
|
8172
|
+
"id": 479,
|
|
8019
8173
|
"name": "type",
|
|
8020
8174
|
"kind": 1024,
|
|
8021
8175
|
"kindString": "Property",
|
|
@@ -8034,7 +8188,7 @@
|
|
|
8034
8188
|
],
|
|
8035
8189
|
"type": {
|
|
8036
8190
|
"type": "reference",
|
|
8037
|
-
"id":
|
|
8191
|
+
"id": 481,
|
|
8038
8192
|
"name": "BackToTop"
|
|
8039
8193
|
}
|
|
8040
8194
|
}
|
|
@@ -8044,7 +8198,7 @@
|
|
|
8044
8198
|
"title": "Properties",
|
|
8045
8199
|
"kind": 1024,
|
|
8046
8200
|
"children": [
|
|
8047
|
-
|
|
8201
|
+
479
|
|
8048
8202
|
]
|
|
8049
8203
|
}
|
|
8050
8204
|
],
|
|
@@ -8057,7 +8211,7 @@
|
|
|
8057
8211
|
]
|
|
8058
8212
|
},
|
|
8059
8213
|
{
|
|
8060
|
-
"id":
|
|
8214
|
+
"id": 482,
|
|
8061
8215
|
"name": "SkyBackToTopOptions",
|
|
8062
8216
|
"kind": 256,
|
|
8063
8217
|
"kindString": "Interface",
|
|
@@ -8067,7 +8221,7 @@
|
|
|
8067
8221
|
},
|
|
8068
8222
|
"children": [
|
|
8069
8223
|
{
|
|
8070
|
-
"id":
|
|
8224
|
+
"id": 483,
|
|
8071
8225
|
"name": "buttonHidden",
|
|
8072
8226
|
"kind": 1024,
|
|
8073
8227
|
"kindString": "Property",
|
|
@@ -8101,7 +8255,7 @@
|
|
|
8101
8255
|
"title": "Properties",
|
|
8102
8256
|
"kind": 1024,
|
|
8103
8257
|
"children": [
|
|
8104
|
-
|
|
8258
|
+
483
|
|
8105
8259
|
]
|
|
8106
8260
|
}
|
|
8107
8261
|
],
|
|
@@ -8114,7 +8268,7 @@
|
|
|
8114
8268
|
]
|
|
8115
8269
|
},
|
|
8116
8270
|
{
|
|
8117
|
-
"id":
|
|
8271
|
+
"id": 474,
|
|
8118
8272
|
"name": "SkyActionButtonContainerAlignItemsType",
|
|
8119
8273
|
"kind": 4194304,
|
|
8120
8274
|
"kindString": "Type alias",
|
|
@@ -8141,7 +8295,7 @@
|
|
|
8141
8295
|
}
|
|
8142
8296
|
},
|
|
8143
8297
|
{
|
|
8144
|
-
"id":
|
|
8298
|
+
"id": 500,
|
|
8145
8299
|
"name": "SkyDescriptionListModeType",
|
|
8146
8300
|
"kind": 4194304,
|
|
8147
8301
|
"kindString": "Type alias",
|
|
@@ -8175,7 +8329,7 @@
|
|
|
8175
8329
|
}
|
|
8176
8330
|
},
|
|
8177
8331
|
{
|
|
8178
|
-
"id":
|
|
8332
|
+
"id": 508,
|
|
8179
8333
|
"name": "SkyFluidGridGutterSizeType",
|
|
8180
8334
|
"kind": 4194304,
|
|
8181
8335
|
"kindString": "Type alias",
|
|
@@ -8218,7 +8372,7 @@
|
|
|
8218
8372
|
}
|
|
8219
8373
|
},
|
|
8220
8374
|
{
|
|
8221
|
-
"id":
|
|
8375
|
+
"id": 530,
|
|
8222
8376
|
"name": "SkyTextExpandRepeaterListStyleType",
|
|
8223
8377
|
"kind": 4194304,
|
|
8224
8378
|
"kindString": "Type alias",
|
|
@@ -8254,66 +8408,66 @@
|
|
|
8254
8408
|
"title": "Enumerations",
|
|
8255
8409
|
"kind": 8,
|
|
8256
8410
|
"children": [
|
|
8257
|
-
|
|
8411
|
+
480
|
|
8258
8412
|
]
|
|
8259
8413
|
},
|
|
8260
8414
|
{
|
|
8261
8415
|
"title": "Classes",
|
|
8262
8416
|
"kind": 128,
|
|
8263
8417
|
"children": [
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8268
|
-
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
|
|
8418
|
+
468,
|
|
8419
|
+
475,
|
|
8420
|
+
484,
|
|
8421
|
+
487,
|
|
8422
|
+
490,
|
|
8423
|
+
493,
|
|
8424
|
+
505,
|
|
8425
|
+
512,
|
|
8426
|
+
518,
|
|
8427
|
+
521,
|
|
8428
|
+
524,
|
|
8429
|
+
527,
|
|
8430
|
+
531,
|
|
8431
|
+
534,
|
|
8278
8432
|
1,
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8433
|
+
153,
|
|
8434
|
+
156,
|
|
8435
|
+
159,
|
|
8436
|
+
162,
|
|
8437
|
+
174,
|
|
8438
|
+
177,
|
|
8439
|
+
180,
|
|
8440
|
+
186,
|
|
8441
|
+
192,
|
|
8442
|
+
222,
|
|
8289
8443
|
10,
|
|
8290
|
-
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8444
|
+
226,
|
|
8445
|
+
241,
|
|
8446
|
+
246,
|
|
8447
|
+
261,
|
|
8448
|
+
265,
|
|
8449
|
+
280,
|
|
8450
|
+
296,
|
|
8451
|
+
304,
|
|
8452
|
+
319,
|
|
8453
|
+
322,
|
|
8300
8454
|
49,
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
|
|
8310
|
-
|
|
8455
|
+
325,
|
|
8456
|
+
328,
|
|
8457
|
+
331,
|
|
8458
|
+
334,
|
|
8459
|
+
337,
|
|
8460
|
+
340,
|
|
8461
|
+
394,
|
|
8462
|
+
431,
|
|
8463
|
+
438,
|
|
8464
|
+
441,
|
|
8311
8465
|
52,
|
|
8312
|
-
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8316
|
-
|
|
8466
|
+
444,
|
|
8467
|
+
447,
|
|
8468
|
+
453,
|
|
8469
|
+
456,
|
|
8470
|
+
459,
|
|
8317
8471
|
55,
|
|
8318
8472
|
72,
|
|
8319
8473
|
105,
|
|
@@ -8324,19 +8478,19 @@
|
|
|
8324
8478
|
"title": "Interfaces",
|
|
8325
8479
|
"kind": 256,
|
|
8326
8480
|
"children": [
|
|
8327
|
-
|
|
8328
|
-
|
|
8329
|
-
|
|
8481
|
+
462,
|
|
8482
|
+
478,
|
|
8483
|
+
482
|
|
8330
8484
|
]
|
|
8331
8485
|
},
|
|
8332
8486
|
{
|
|
8333
8487
|
"title": "Type aliases",
|
|
8334
8488
|
"kind": 4194304,
|
|
8335
8489
|
"children": [
|
|
8336
|
-
|
|
8337
|
-
|
|
8338
|
-
|
|
8339
|
-
|
|
8490
|
+
474,
|
|
8491
|
+
500,
|
|
8492
|
+
508,
|
|
8493
|
+
530
|
|
8340
8494
|
]
|
|
8341
8495
|
}
|
|
8342
8496
|
],
|