@skyux/indicators 6.14.0 → 6.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/documentation.json +1025 -780
  2. package/esm2020/lib/modules/alert/alert.component.mjs +81 -24
  3. package/esm2020/lib/modules/chevron/chevron.component.mjs +11 -12
  4. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +8 -8
  5. package/esm2020/lib/modules/icon/icon-stack-item.mjs +1 -1
  6. package/esm2020/lib/modules/icon/icon-stack.component.mjs +4 -1
  7. package/esm2020/lib/modules/icon/icon.component.mjs +1 -1
  8. package/esm2020/lib/modules/key-info/key-info.component.mjs +3 -3
  9. package/esm2020/lib/modules/label/label.component.mjs +82 -29
  10. package/esm2020/lib/modules/label/label.module.mjs +19 -4
  11. package/esm2020/lib/modules/shared/indicator-description-type.mjs +1 -1
  12. package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +26 -1
  13. package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +52 -44
  14. package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +109 -103
  15. package/esm2020/testing/alert/alert-harness-filters.mjs +1 -1
  16. package/esm2020/testing/alert/alert-harness.mjs +3 -1
  17. package/esm2020/testing/alert-fixture.mjs +2 -1
  18. package/esm2020/testing/label-fixture.mjs +2 -1
  19. package/esm2020/testing/public-api.mjs +2 -1
  20. package/esm2020/testing/tokens/token-harness-filters.mjs +1 -1
  21. package/esm2020/testing/tokens/token-harness.mjs +2 -1
  22. package/esm2020/testing/tokens/tokens-harness-filters.mjs +1 -1
  23. package/esm2020/testing/tokens/tokens-harness.mjs +2 -1
  24. package/esm2020/testing/wait-fixture.mjs +4 -1
  25. package/fesm2015/skyux-indicators-testing.mjs +9 -0
  26. package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
  27. package/fesm2015/skyux-indicators.mjs +388 -230
  28. package/fesm2015/skyux-indicators.mjs.map +1 -1
  29. package/fesm2020/skyux-indicators-testing.mjs +9 -0
  30. package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
  31. package/fesm2020/skyux-indicators.mjs +388 -230
  32. package/fesm2020/skyux-indicators.mjs.map +1 -1
  33. package/lib/modules/alert/alert.component.d.ts +24 -11
  34. package/lib/modules/chevron/chevron.component.d.ts +4 -5
  35. package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +2 -3
  36. package/lib/modules/icon/icon-stack-item.d.ts +3 -0
  37. package/lib/modules/icon/icon-stack.component.d.ts +3 -0
  38. package/lib/modules/icon/icon.component.d.ts +5 -4
  39. package/lib/modules/label/label.component.d.ts +20 -5
  40. package/lib/modules/label/label.module.d.ts +4 -2
  41. package/lib/modules/shared/indicator-description-type.d.ts +1 -1
  42. package/lib/modules/status-indicator/status-indicator.component.d.ts +5 -10
  43. package/lib/modules/text-highlight/text-highlight.directive.d.ts +3 -14
  44. package/package.json +5 -5
  45. package/testing/alert/alert-harness-filters.d.ts +1 -0
  46. package/testing/alert/alert-harness.d.ts +2 -1
  47. package/testing/alert-fixture.d.ts +5 -4
  48. package/testing/label-fixture.d.ts +1 -0
  49. package/testing/public-api.d.ts +1 -0
  50. package/testing/tokens/token-harness-filters.d.ts +1 -0
  51. package/testing/tokens/token-harness.d.ts +1 -0
  52. package/testing/tokens/tokens-harness-filters.d.ts +1 -0
  53. package/testing/tokens/tokens-harness.d.ts +1 -0
  54. package/testing/wait-fixture.d.ts +3 -0
@@ -21,12 +21,10 @@
21
21
  "SkyWaitComponent": "class-skywaitcomponent",
22
22
  "SkyHelpInlineComponent": "class-skyhelpinlinecomponent",
23
23
  "SkyIconComponent": "class-skyiconcomponent",
24
- "SkyIconStackComponent": "class-skyiconstackcomponent",
25
24
  "SkyKeyInfoLabelComponent": "class-skykeyinfolabelcomponent",
26
25
  "SkyKeyInfoValueComponent": "class-skykeyinfovaluecomponent",
27
26
  "SkyKeyInfoComponent": "class-skykeyinfocomponent",
28
27
  "SkyLabelComponent": "class-skylabelcomponent",
29
- "SkyIconStackItem": "interface-skyiconstackitem",
30
28
  "SkyToken": "interface-skytoken",
31
29
  "SkyTokenSelectedEventArgs": "interface-skytokenselectedeventargs",
32
30
  "SkyTokensMessage": "interface-skytokensmessage",
@@ -40,19 +38,18 @@
40
38
  "id": 0,
41
39
  "name": "@skyux/indicators",
42
40
  "kind": 1,
43
- "kindString": "Project",
44
41
  "flags": {},
45
42
  "originalName": "",
46
43
  "children": [
47
44
  {
48
- "id": 350,
45
+ "id": 376,
49
46
  "name": "SkyTokensMessageType",
50
47
  "kind": 8,
51
48
  "kindString": "Enumeration",
52
49
  "flags": {},
53
50
  "children": [
54
51
  {
55
- "id": 352,
52
+ "id": 378,
56
53
  "name": "FocusActiveToken",
57
54
  "kind": 16,
58
55
  "kindString": "Enumeration member",
@@ -70,7 +67,7 @@
70
67
  "defaultValue": "1"
71
68
  },
72
69
  {
73
- "id": 351,
70
+ "id": 377,
74
71
  "name": "FocusLastToken",
75
72
  "kind": 16,
76
73
  "kindString": "Enumeration member",
@@ -88,7 +85,7 @@
88
85
  "defaultValue": "0"
89
86
  },
90
87
  {
91
- "id": 354,
88
+ "id": 380,
92
89
  "name": "FocusNextToken",
93
90
  "kind": 16,
94
91
  "kindString": "Enumeration member",
@@ -106,7 +103,7 @@
106
103
  "defaultValue": "3"
107
104
  },
108
105
  {
109
- "id": 353,
106
+ "id": 379,
110
107
  "name": "FocusPreviousToken",
111
108
  "kind": 16,
112
109
  "kindString": "Enumeration member",
@@ -124,7 +121,7 @@
124
121
  "defaultValue": "2"
125
122
  },
126
123
  {
127
- "id": 355,
124
+ "id": 381,
128
125
  "name": "RemoveActiveToken",
129
126
  "kind": 16,
130
127
  "kindString": "Enumeration member",
@@ -147,11 +144,11 @@
147
144
  "title": "Enumeration members",
148
145
  "kind": 16,
149
146
  "children": [
150
- 352,
151
- 351,
152
- 354,
153
- 353,
154
- 355
147
+ 378,
148
+ 377,
149
+ 380,
150
+ 379,
151
+ 381
155
152
  ]
156
153
  }
157
154
  ],
@@ -164,7 +161,7 @@
164
161
  ]
165
162
  },
166
163
  {
167
- "id": 306,
164
+ "id": 332,
168
165
  "name": "SkyAlertModule",
169
166
  "kind": 128,
170
167
  "kindString": "Class",
@@ -189,7 +186,7 @@
189
186
  "title": "Constructors",
190
187
  "kind": 512,
191
188
  "children": [
192
- 307
189
+ 333
193
190
  ]
194
191
  }
195
192
  ],
@@ -202,7 +199,7 @@
202
199
  ]
203
200
  },
204
201
  {
205
- "id": 309,
202
+ "id": 335,
206
203
  "name": "SkyChevronModule",
207
204
  "kind": 128,
208
205
  "kindString": "Class",
@@ -227,7 +224,7 @@
227
224
  "title": "Constructors",
228
225
  "kind": 512,
229
226
  "children": [
230
- 310
227
+ 336
231
228
  ]
232
229
  }
233
230
  ],
@@ -240,7 +237,7 @@
240
237
  ]
241
238
  },
242
239
  {
243
- "id": 312,
240
+ "id": 338,
244
241
  "name": "SkyExpansionIndicatorModule",
245
242
  "kind": 128,
246
243
  "kindString": "Class",
@@ -265,7 +262,7 @@
265
262
  "title": "Constructors",
266
263
  "kind": 512,
267
264
  "children": [
268
- 313
265
+ 339
269
266
  ]
270
267
  }
271
268
  ],
@@ -278,7 +275,7 @@
278
275
  ]
279
276
  },
280
277
  {
281
- "id": 315,
278
+ "id": 341,
282
279
  "name": "SkyHelpInlineModule",
283
280
  "kind": 128,
284
281
  "kindString": "Class",
@@ -303,7 +300,7 @@
303
300
  "title": "Constructors",
304
301
  "kind": 512,
305
302
  "children": [
306
- 316
303
+ 342
307
304
  ]
308
305
  }
309
306
  ],
@@ -316,7 +313,7 @@
316
313
  ]
317
314
  },
318
315
  {
319
- "id": 321,
316
+ "id": 347,
320
317
  "name": "SkyIconModule",
321
318
  "kind": 128,
322
319
  "kindString": "Class",
@@ -341,7 +338,7 @@
341
338
  "title": "Constructors",
342
339
  "kind": 512,
343
340
  "children": [
344
- 322
341
+ 348
345
342
  ]
346
343
  }
347
344
  ],
@@ -354,7 +351,7 @@
354
351
  ]
355
352
  },
356
353
  {
357
- "id": 326,
354
+ "id": 352,
358
355
  "name": "SkyKeyInfoModule",
359
356
  "kind": 128,
360
357
  "kindString": "Class",
@@ -379,7 +376,7 @@
379
376
  "title": "Constructors",
380
377
  "kind": 512,
381
378
  "children": [
382
- 327
379
+ 353
383
380
  ]
384
381
  }
385
382
  ],
@@ -392,7 +389,7 @@
392
389
  ]
393
390
  },
394
391
  {
395
- "id": 330,
392
+ "id": 356,
396
393
  "name": "SkyLabelModule",
397
394
  "kind": 128,
398
395
  "kindString": "Class",
@@ -407,7 +404,7 @@
407
404
  "name": "NgModule"
408
405
  },
409
406
  "arguments": {
410
- "obj": "{\n declarations: [SkyLabelComponent],\n imports: [CommonModule, SkyIconModule],\n exports: [SkyLabelComponent],\n}"
407
+ "obj": "{\n declarations: [SkyLabelComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n ],\n exports: [SkyLabelComponent],\n}"
411
408
  }
412
409
  }
413
410
  ],
@@ -417,20 +414,20 @@
417
414
  "title": "Constructors",
418
415
  "kind": 512,
419
416
  "children": [
420
- 331
417
+ 357
421
418
  ]
422
419
  }
423
420
  ],
424
421
  "sources": [
425
422
  {
426
423
  "fileName": "projects/indicators/src/modules/label/label.module.ts",
427
- "line": 13,
424
+ "line": 20,
428
425
  "character": 13
429
426
  }
430
427
  ]
431
428
  },
432
429
  {
433
- "id": 335,
430
+ "id": 361,
434
431
  "name": "SkyStatusIndicatorModule",
435
432
  "kind": 128,
436
433
  "kindString": "Class",
@@ -455,7 +452,7 @@
455
452
  "title": "Constructors",
456
453
  "kind": 512,
457
454
  "children": [
458
- 336
455
+ 362
459
456
  ]
460
457
  }
461
458
  ],
@@ -468,7 +465,7 @@
468
465
  ]
469
466
  },
470
467
  {
471
- "id": 338,
468
+ "id": 364,
472
469
  "name": "SkyTextHighlightModule",
473
470
  "kind": 128,
474
471
  "kindString": "Class",
@@ -493,7 +490,7 @@
493
490
  "title": "Constructors",
494
491
  "kind": 512,
495
492
  "children": [
496
- 339
493
+ 365
497
494
  ]
498
495
  }
499
496
  ],
@@ -506,7 +503,7 @@
506
503
  ]
507
504
  },
508
505
  {
509
- "id": 341,
506
+ "id": 367,
510
507
  "name": "SkyTokensModule",
511
508
  "kind": 128,
512
509
  "kindString": "Class",
@@ -531,7 +528,7 @@
531
528
  "title": "Constructors",
532
529
  "kind": 512,
533
530
  "children": [
534
- 342
531
+ 368
535
532
  ]
536
533
  }
537
534
  ],
@@ -544,7 +541,7 @@
544
541
  ]
545
542
  },
546
543
  {
547
- "id": 356,
544
+ "id": 382,
548
545
  "name": "SkyWaitModule",
549
546
  "kind": 128,
550
547
  "kindString": "Class",
@@ -569,7 +566,7 @@
569
566
  "title": "Constructors",
570
567
  "kind": 512,
571
568
  "children": [
572
- 357
569
+ 383
573
570
  ]
574
571
  }
575
572
  ],
@@ -582,7 +579,7 @@
582
579
  ]
583
580
  },
584
581
  {
585
- "id": 359,
582
+ "id": 385,
586
583
  "name": "SkyWaitService",
587
584
  "kind": 128,
588
585
  "kindString": "Class",
@@ -603,7 +600,7 @@
603
600
  ],
604
601
  "children": [
605
602
  {
606
- "id": 363,
603
+ "id": 389,
607
604
  "name": "constructor",
608
605
  "kind": 512,
609
606
  "kindString": "Constructor",
@@ -617,14 +614,14 @@
617
614
  ],
618
615
  "signatures": [
619
616
  {
620
- "id": 364,
617
+ "id": 390,
621
618
  "name": "new SkyWaitService",
622
619
  "kind": 16384,
623
620
  "kindString": "Constructor signature",
624
621
  "flags": {},
625
622
  "parameters": [
626
623
  {
627
- "id": 365,
624
+ "id": 391,
628
625
  "name": "resolver",
629
626
  "kind": 32768,
630
627
  "kindString": "Parameter",
@@ -637,7 +634,7 @@
637
634
  }
638
635
  },
639
636
  {
640
- "id": 366,
637
+ "id": 392,
641
638
  "name": "appRef",
642
639
  "kind": 32768,
643
640
  "kindString": "Parameter",
@@ -650,7 +647,7 @@
650
647
  }
651
648
  },
652
649
  {
653
- "id": 367,
650
+ "id": 393,
654
651
  "name": "waitAdapter",
655
652
  "kind": 32768,
656
653
  "kindString": "Parameter",
@@ -661,7 +658,7 @@
661
658
  }
662
659
  },
663
660
  {
664
- "id": 368,
661
+ "id": 394,
665
662
  "name": "windowSvc",
666
663
  "kind": 32768,
667
664
  "kindString": "Parameter",
@@ -674,14 +671,14 @@
674
671
  ],
675
672
  "type": {
676
673
  "type": "reference",
677
- "id": 359,
674
+ "id": 385,
678
675
  "name": "SkyWaitService"
679
676
  }
680
677
  }
681
678
  ]
682
679
  },
683
680
  {
684
- "id": 369,
681
+ "id": 395,
685
682
  "name": "beginBlockingPageWait",
686
683
  "kind": 2048,
687
684
  "kindString": "Method",
@@ -697,7 +694,7 @@
697
694
  ],
698
695
  "signatures": [
699
696
  {
700
- "id": 370,
697
+ "id": 396,
701
698
  "name": "beginBlockingPageWait",
702
699
  "kind": 4096,
703
700
  "kindString": "Call signature",
@@ -713,7 +710,7 @@
713
710
  ]
714
711
  },
715
712
  {
716
- "id": 371,
713
+ "id": 397,
717
714
  "name": "beginNonBlockingPageWait",
718
715
  "kind": 2048,
719
716
  "kindString": "Method",
@@ -729,7 +726,7 @@
729
726
  ],
730
727
  "signatures": [
731
728
  {
732
- "id": 372,
729
+ "id": 398,
733
730
  "name": "beginNonBlockingPageWait",
734
731
  "kind": 4096,
735
732
  "kindString": "Call signature",
@@ -745,7 +742,7 @@
745
742
  ]
746
743
  },
747
744
  {
748
- "id": 381,
745
+ "id": 407,
749
746
  "name": "blockingWrap",
750
747
  "kind": 2048,
751
748
  "kindString": "Method",
@@ -761,7 +758,7 @@
761
758
  ],
762
759
  "signatures": [
763
760
  {
764
- "id": 382,
761
+ "id": 408,
765
762
  "name": "blockingWrap",
766
763
  "kind": 4096,
767
764
  "kindString": "Call signature",
@@ -771,7 +768,7 @@
771
768
  },
772
769
  "typeParameter": [
773
770
  {
774
- "id": 383,
771
+ "id": 409,
775
772
  "name": "T",
776
773
  "kind": 131072,
777
774
  "kindString": "Type parameter",
@@ -780,7 +777,7 @@
780
777
  ],
781
778
  "parameters": [
782
779
  {
783
- "id": 384,
780
+ "id": 410,
784
781
  "name": "observable",
785
782
  "kind": 32768,
786
783
  "kindString": "Parameter",
@@ -790,7 +787,7 @@
790
787
  "typeArguments": [
791
788
  {
792
789
  "type": "reference",
793
- "id": 383,
790
+ "id": 409,
794
791
  "name": "T"
795
792
  }
796
793
  ],
@@ -805,7 +802,7 @@
805
802
  "typeArguments": [
806
803
  {
807
804
  "type": "reference",
808
- "id": 383,
805
+ "id": 409,
809
806
  "name": "T"
810
807
  }
811
808
  ],
@@ -817,7 +814,7 @@
817
814
  ]
818
815
  },
819
816
  {
820
- "id": 377,
817
+ "id": 403,
821
818
  "name": "clearAllPageWaits",
822
819
  "kind": 2048,
823
820
  "kindString": "Method",
@@ -833,7 +830,7 @@
833
830
  ],
834
831
  "signatures": [
835
832
  {
836
- "id": 378,
833
+ "id": 404,
837
834
  "name": "clearAllPageWaits",
838
835
  "kind": 4096,
839
836
  "kindString": "Call signature",
@@ -849,7 +846,7 @@
849
846
  ]
850
847
  },
851
848
  {
852
- "id": 373,
849
+ "id": 399,
853
850
  "name": "endBlockingPageWait",
854
851
  "kind": 2048,
855
852
  "kindString": "Method",
@@ -865,7 +862,7 @@
865
862
  ],
866
863
  "signatures": [
867
864
  {
868
- "id": 374,
865
+ "id": 400,
869
866
  "name": "endBlockingPageWait",
870
867
  "kind": 4096,
871
868
  "kindString": "Call signature",
@@ -881,7 +878,7 @@
881
878
  ]
882
879
  },
883
880
  {
884
- "id": 375,
881
+ "id": 401,
885
882
  "name": "endNonBlockingPageWait",
886
883
  "kind": 2048,
887
884
  "kindString": "Method",
@@ -897,7 +894,7 @@
897
894
  ],
898
895
  "signatures": [
899
896
  {
900
- "id": 376,
897
+ "id": 402,
901
898
  "name": "endNonBlockingPageWait",
902
899
  "kind": 4096,
903
900
  "kindString": "Call signature",
@@ -913,7 +910,7 @@
913
910
  ]
914
911
  },
915
912
  {
916
- "id": 385,
913
+ "id": 411,
917
914
  "name": "nonBlockingWrap",
918
915
  "kind": 2048,
919
916
  "kindString": "Method",
@@ -929,7 +926,7 @@
929
926
  ],
930
927
  "signatures": [
931
928
  {
932
- "id": 386,
929
+ "id": 412,
933
930
  "name": "nonBlockingWrap",
934
931
  "kind": 4096,
935
932
  "kindString": "Call signature",
@@ -939,7 +936,7 @@
939
936
  },
940
937
  "typeParameter": [
941
938
  {
942
- "id": 387,
939
+ "id": 413,
943
940
  "name": "T",
944
941
  "kind": 131072,
945
942
  "kindString": "Type parameter",
@@ -948,7 +945,7 @@
948
945
  ],
949
946
  "parameters": [
950
947
  {
951
- "id": 388,
948
+ "id": 414,
952
949
  "name": "observable",
953
950
  "kind": 32768,
954
951
  "kindString": "Parameter",
@@ -958,7 +955,7 @@
958
955
  "typeArguments": [
959
956
  {
960
957
  "type": "reference",
961
- "id": 387,
958
+ "id": 413,
962
959
  "name": "T"
963
960
  }
964
961
  ],
@@ -973,7 +970,7 @@
973
970
  "typeArguments": [
974
971
  {
975
972
  "type": "reference",
976
- "id": 387,
973
+ "id": 413,
977
974
  "name": "T"
978
975
  }
979
976
  ],
@@ -990,20 +987,20 @@
990
987
  "title": "Constructors",
991
988
  "kind": 512,
992
989
  "children": [
993
- 363
990
+ 389
994
991
  ]
995
992
  },
996
993
  {
997
994
  "title": "Methods",
998
995
  "kind": 2048,
999
996
  "children": [
1000
- 369,
1001
- 371,
1002
- 381,
1003
- 377,
1004
- 373,
1005
- 375,
1006
- 385
997
+ 395,
998
+ 397,
999
+ 407,
1000
+ 403,
1001
+ 399,
1002
+ 401,
1003
+ 411
1007
1004
  ]
1008
1005
  }
1009
1006
  ],
@@ -1016,7 +1013,7 @@
1016
1013
  ]
1017
1014
  },
1018
1015
  {
1019
- "id": 1,
1016
+ "id": 3,
1020
1017
  "name": "SkyAlertComponent",
1021
1018
  "kind": 128,
1022
1019
  "kindString": "Class",
@@ -1037,7 +1034,48 @@
1037
1034
  ],
1038
1035
  "children": [
1039
1036
  {
1040
- "id": 11,
1037
+ "id": 4,
1038
+ "name": "constructor",
1039
+ "kind": 512,
1040
+ "kindString": "Constructor",
1041
+ "flags": {},
1042
+ "sources": [
1043
+ {
1044
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1045
+ "line": 97,
1046
+ "character": 2
1047
+ }
1048
+ ],
1049
+ "signatures": [
1050
+ {
1051
+ "id": 5,
1052
+ "name": "SkyAlertComponent",
1053
+ "kind": 16384,
1054
+ "kindString": "Constructor signature",
1055
+ "flags": {},
1056
+ "parameters": [
1057
+ {
1058
+ "id": 6,
1059
+ "name": "resources",
1060
+ "kind": 32768,
1061
+ "kindString": "Parameter",
1062
+ "flags": {},
1063
+ "type": {
1064
+ "type": "reference",
1065
+ "name": "SkyLibResourcesService"
1066
+ }
1067
+ }
1068
+ ],
1069
+ "type": {
1070
+ "type": "reference",
1071
+ "id": 3,
1072
+ "name": "SkyAlertComponent"
1073
+ }
1074
+ }
1075
+ ]
1076
+ },
1077
+ {
1078
+ "id": 19,
1041
1079
  "name": "alertBaseIcon",
1042
1080
  "kind": 1024,
1043
1081
  "kindString": "Property",
@@ -1047,18 +1085,17 @@
1047
1085
  "sources": [
1048
1086
  {
1049
1087
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1050
- "line": 53,
1088
+ "line": 81,
1051
1089
  "character": 9
1052
1090
  }
1053
1091
  ],
1054
1092
  "type": {
1055
1093
  "type": "reference",
1056
- "id": 318,
1057
1094
  "name": "SkyIconStackItem"
1058
1095
  }
1059
1096
  },
1060
1097
  {
1061
- "id": 12,
1098
+ "id": 20,
1062
1099
  "name": "alertTopIcon",
1063
1100
  "kind": 1024,
1064
1101
  "kindString": "Property",
@@ -1068,18 +1105,17 @@
1068
1105
  "sources": [
1069
1106
  {
1070
1107
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1071
- "line": 55,
1108
+ "line": 83,
1072
1109
  "character": 9
1073
1110
  }
1074
1111
  ],
1075
1112
  "type": {
1076
1113
  "type": "reference",
1077
- "id": 318,
1078
1114
  "name": "SkyIconStackItem"
1079
1115
  }
1080
1116
  },
1081
1117
  {
1082
- "id": 13,
1118
+ "id": 21,
1083
1119
  "name": "alertTypeOrDefault",
1084
1120
  "kind": 1024,
1085
1121
  "kindString": "Property",
@@ -1089,19 +1125,19 @@
1089
1125
  "sources": [
1090
1126
  {
1091
1127
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1092
- "line": 57,
1128
+ "line": 85,
1093
1129
  "character": 9
1094
1130
  }
1095
1131
  ],
1096
1132
  "type": {
1097
1133
  "type": "reference",
1098
- "id": 334,
1134
+ "id": 360,
1099
1135
  "name": "SkyIndicatorIconType"
1100
1136
  },
1101
1137
  "defaultValue": "ALERT_TYPE_DEFAULT"
1102
1138
  },
1103
1139
  {
1104
- "id": 8,
1140
+ "id": 10,
1105
1141
  "name": "closeable",
1106
1142
  "kind": 1024,
1107
1143
  "kindString": "Property",
@@ -1132,7 +1168,7 @@
1132
1168
  "sources": [
1133
1169
  {
1134
1170
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1135
- "line": 38,
1171
+ "line": 46,
1136
1172
  "character": 9
1137
1173
  }
1138
1174
  ],
@@ -1142,7 +1178,7 @@
1142
1178
  }
1143
1179
  },
1144
1180
  {
1145
- "id": 9,
1181
+ "id": 11,
1146
1182
  "name": "closed",
1147
1183
  "kind": 1024,
1148
1184
  "kindString": "Property",
@@ -1173,7 +1209,7 @@
1173
1209
  "sources": [
1174
1210
  {
1175
1211
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1176
- "line": 45,
1212
+ "line": 53,
1177
1213
  "character": 9
1178
1214
  }
1179
1215
  ],
@@ -1183,7 +1219,7 @@
1183
1219
  }
1184
1220
  },
1185
1221
  {
1186
- "id": 10,
1222
+ "id": 18,
1187
1223
  "name": "closedChange",
1188
1224
  "kind": 1024,
1189
1225
  "kindString": "Property",
@@ -1208,7 +1244,7 @@
1208
1244
  "sources": [
1209
1245
  {
1210
1246
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1211
- "line": 51,
1247
+ "line": 79,
1212
1248
  "character": 9
1213
1249
  }
1214
1250
  ],
@@ -1227,7 +1263,27 @@
1227
1263
  "defaultValue": "..."
1228
1264
  },
1229
1265
  {
1230
- "id": 4,
1266
+ "id": 22,
1267
+ "name": "descriptionComputed",
1268
+ "kind": 1024,
1269
+ "kindString": "Property",
1270
+ "flags": {
1271
+ "isPublic": true
1272
+ },
1273
+ "sources": [
1274
+ {
1275
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1276
+ "line": 87,
1277
+ "character": 9
1278
+ }
1279
+ ],
1280
+ "type": {
1281
+ "type": "intrinsic",
1282
+ "name": "string"
1283
+ }
1284
+ },
1285
+ {
1286
+ "id": 7,
1231
1287
  "name": "alertType",
1232
1288
  "kind": 262144,
1233
1289
  "kindString": "Accessor",
@@ -1249,16 +1305,16 @@
1249
1305
  "sources": [
1250
1306
  {
1251
1307
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1252
- "line": 22,
1308
+ "line": 33,
1253
1309
  "character": 13
1254
1310
  }
1255
1311
  ],
1256
- "getSignature": [
1312
+ "setSignature": [
1257
1313
  {
1258
- "id": 5,
1314
+ "id": 8,
1259
1315
  "name": "alertType",
1260
- "kind": 524288,
1261
- "kindString": "Get signature",
1316
+ "kind": 1048576,
1317
+ "kindString": "Set signature",
1262
1318
  "flags": {},
1263
1319
  "comment": {
1264
1320
  "shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
@@ -1269,31 +1325,66 @@
1269
1325
  }
1270
1326
  ]
1271
1327
  },
1328
+ "parameters": [
1329
+ {
1330
+ "id": 9,
1331
+ "name": "value",
1332
+ "kind": 32768,
1333
+ "kindString": "Parameter",
1334
+ "flags": {},
1335
+ "type": {
1336
+ "type": "intrinsic",
1337
+ "name": "string"
1338
+ }
1339
+ }
1340
+ ],
1272
1341
  "type": {
1273
1342
  "type": "intrinsic",
1274
- "name": "string"
1343
+ "name": "void"
1275
1344
  }
1276
1345
  }
1346
+ ]
1347
+ },
1348
+ {
1349
+ "id": 15,
1350
+ "name": "customDescription",
1351
+ "kind": 262144,
1352
+ "kindString": "Accessor",
1353
+ "flags": {
1354
+ "isPublic": true
1355
+ },
1356
+ "decorators": [
1357
+ {
1358
+ "name": "Input",
1359
+ "type": {
1360
+ "type": "reference",
1361
+ "qualifiedName": "InputDecorator",
1362
+ "package": "@angular/core",
1363
+ "name": "Input"
1364
+ },
1365
+ "arguments": {}
1366
+ }
1367
+ ],
1368
+ "sources": [
1369
+ {
1370
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1371
+ "line": 70,
1372
+ "character": 13
1373
+ }
1277
1374
  ],
1278
1375
  "setSignature": [
1279
1376
  {
1280
- "id": 6,
1281
- "name": "alertType",
1377
+ "id": 16,
1378
+ "name": "customDescription",
1282
1379
  "kind": 1048576,
1283
1380
  "kindString": "Set signature",
1284
1381
  "flags": {},
1285
1382
  "comment": {
1286
- "shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
1287
- "tags": [
1288
- {
1289
- "tag": "default",
1290
- "text": "\"warning\"\n"
1291
- }
1292
- ]
1383
+ "shortText": "Specifies the text to be read by screen readers for users who cannot see\nthe indicator icon when `descriptionType` is `custom`."
1293
1384
  },
1294
1385
  "parameters": [
1295
1386
  {
1296
- "id": 7,
1387
+ "id": 17,
1297
1388
  "name": "value",
1298
1389
  "kind": 32768,
1299
1390
  "kindString": "Parameter",
@@ -1312,7 +1403,65 @@
1312
1403
  ]
1313
1404
  },
1314
1405
  {
1315
- "id": 17,
1406
+ "id": 12,
1407
+ "name": "descriptionType",
1408
+ "kind": 262144,
1409
+ "kindString": "Accessor",
1410
+ "flags": {
1411
+ "isPublic": true
1412
+ },
1413
+ "decorators": [
1414
+ {
1415
+ "name": "Input",
1416
+ "type": {
1417
+ "type": "reference",
1418
+ "qualifiedName": "InputDecorator",
1419
+ "package": "@angular/core",
1420
+ "name": "Input"
1421
+ },
1422
+ "arguments": {}
1423
+ }
1424
+ ],
1425
+ "sources": [
1426
+ {
1427
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1428
+ "line": 60,
1429
+ "character": 13
1430
+ }
1431
+ ],
1432
+ "setSignature": [
1433
+ {
1434
+ "id": 13,
1435
+ "name": "descriptionType",
1436
+ "kind": 1048576,
1437
+ "kindString": "Set signature",
1438
+ "flags": {},
1439
+ "comment": {
1440
+ "shortText": "Specifies the predefined text to be read by screen readers for users who cannot see the alert icon.\nThis property is optional but will be required in future versions of SKY UX."
1441
+ },
1442
+ "parameters": [
1443
+ {
1444
+ "id": 14,
1445
+ "name": "value",
1446
+ "kind": 32768,
1447
+ "kindString": "Parameter",
1448
+ "flags": {},
1449
+ "type": {
1450
+ "type": "reference",
1451
+ "id": 359,
1452
+ "name": "SkyIndicatorDescriptionType"
1453
+ }
1454
+ }
1455
+ ],
1456
+ "type": {
1457
+ "type": "intrinsic",
1458
+ "name": "void"
1459
+ }
1460
+ }
1461
+ ]
1462
+ },
1463
+ {
1464
+ "id": 31,
1316
1465
  "name": "close",
1317
1466
  "kind": 2048,
1318
1467
  "kindString": "Method",
@@ -1322,13 +1471,13 @@
1322
1471
  "sources": [
1323
1472
  {
1324
1473
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1325
- "line": 65,
1474
+ "line": 109,
1326
1475
  "character": 9
1327
1476
  }
1328
1477
  ],
1329
1478
  "signatures": [
1330
1479
  {
1331
- "id": 18,
1480
+ "id": 32,
1332
1481
  "name": "close",
1333
1482
  "kind": 4096,
1334
1483
  "kindString": "Call signature",
@@ -1341,7 +1490,44 @@
1341
1490
  ]
1342
1491
  },
1343
1492
  {
1344
- "id": 15,
1493
+ "id": 29,
1494
+ "name": "ngOnDestroy",
1495
+ "kind": 2048,
1496
+ "kindString": "Method",
1497
+ "flags": {
1498
+ "isPublic": true
1499
+ },
1500
+ "sources": [
1501
+ {
1502
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1503
+ "line": 105,
1504
+ "character": 9
1505
+ }
1506
+ ],
1507
+ "signatures": [
1508
+ {
1509
+ "id": 30,
1510
+ "name": "ngOnDestroy",
1511
+ "kind": 4096,
1512
+ "kindString": "Call signature",
1513
+ "flags": {},
1514
+ "type": {
1515
+ "type": "intrinsic",
1516
+ "name": "void"
1517
+ },
1518
+ "implementationOf": {
1519
+ "type": "reference",
1520
+ "name": "OnDestroy.ngOnDestroy"
1521
+ }
1522
+ }
1523
+ ],
1524
+ "implementationOf": {
1525
+ "type": "reference",
1526
+ "name": "OnDestroy.ngOnDestroy"
1527
+ }
1528
+ },
1529
+ {
1530
+ "id": 27,
1345
1531
  "name": "ngOnInit",
1346
1532
  "kind": 2048,
1347
1533
  "kindString": "Method",
@@ -1351,13 +1537,13 @@
1351
1537
  "sources": [
1352
1538
  {
1353
1539
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1354
- "line": 61,
1540
+ "line": 101,
1355
1541
  "character": 9
1356
1542
  }
1357
1543
  ],
1358
1544
  "signatures": [
1359
1545
  {
1360
- "id": 16,
1546
+ "id": 28,
1361
1547
  "name": "ngOnInit",
1362
1548
  "kind": 4096,
1363
1549
  "kindString": "Call signature",
@@ -1383,41 +1569,45 @@
1383
1569
  "title": "Constructors",
1384
1570
  "kind": 512,
1385
1571
  "children": [
1386
- 2
1572
+ 4
1387
1573
  ]
1388
1574
  },
1389
1575
  {
1390
1576
  "title": "Properties",
1391
1577
  "kind": 1024,
1392
1578
  "children": [
1579
+ 19,
1580
+ 20,
1581
+ 21,
1582
+ 10,
1393
1583
  11,
1394
- 12,
1395
- 13,
1396
- 8,
1397
- 9,
1398
- 10
1584
+ 18,
1585
+ 22
1399
1586
  ]
1400
1587
  },
1401
1588
  {
1402
1589
  "title": "Accessors",
1403
1590
  "kind": 262144,
1404
1591
  "children": [
1405
- 4
1592
+ 7,
1593
+ 15,
1594
+ 12
1406
1595
  ]
1407
1596
  },
1408
1597
  {
1409
1598
  "title": "Methods",
1410
1599
  "kind": 2048,
1411
1600
  "children": [
1412
- 17,
1413
- 15
1601
+ 31,
1602
+ 29,
1603
+ 27
1414
1604
  ]
1415
1605
  }
1416
1606
  ],
1417
1607
  "sources": [
1418
1608
  {
1419
1609
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1420
- "line": 14,
1610
+ "line": 25,
1421
1611
  "character": 13
1422
1612
  }
1423
1613
  ],
@@ -1427,11 +1617,17 @@
1427
1617
  "qualifiedName": "OnInit",
1428
1618
  "package": "@angular/core",
1429
1619
  "name": "OnInit"
1430
- }
1431
- ]
1432
- },
1620
+ },
1621
+ {
1622
+ "type": "reference",
1623
+ "qualifiedName": "OnDestroy",
1624
+ "package": "@angular/core",
1625
+ "name": "OnDestroy"
1626
+ }
1627
+ ]
1628
+ },
1433
1629
  {
1434
- "id": 81,
1630
+ "id": 118,
1435
1631
  "name": "SkyStatusIndicatorComponent",
1436
1632
  "kind": 128,
1437
1633
  "kindString": "Class",
@@ -1455,7 +1651,7 @@
1455
1651
  ],
1456
1652
  "children": [
1457
1653
  {
1458
- "id": 82,
1654
+ "id": 119,
1459
1655
  "name": "constructor",
1460
1656
  "kind": 512,
1461
1657
  "kindString": "Constructor",
@@ -1463,20 +1659,20 @@
1463
1659
  "sources": [
1464
1660
  {
1465
1661
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1466
- "line": 85,
1662
+ "line": 88,
1467
1663
  "character": 2
1468
1664
  }
1469
1665
  ],
1470
1666
  "signatures": [
1471
1667
  {
1472
- "id": 83,
1668
+ "id": 120,
1473
1669
  "name": "SkyStatusIndicatorComponent",
1474
1670
  "kind": 16384,
1475
1671
  "kindString": "Constructor signature",
1476
1672
  "flags": {},
1477
1673
  "parameters": [
1478
1674
  {
1479
- "id": 84,
1675
+ "id": 121,
1480
1676
  "name": "changeDetector",
1481
1677
  "kind": 32768,
1482
1678
  "kindString": "Parameter",
@@ -1489,7 +1685,7 @@
1489
1685
  }
1490
1686
  },
1491
1687
  {
1492
- "id": 85,
1688
+ "id": 122,
1493
1689
  "name": "resources",
1494
1690
  "kind": 32768,
1495
1691
  "kindString": "Parameter",
@@ -1502,14 +1698,14 @@
1502
1698
  ],
1503
1699
  "type": {
1504
1700
  "type": "reference",
1505
- "id": 81,
1701
+ "id": 118,
1506
1702
  "name": "SkyStatusIndicatorComponent"
1507
1703
  }
1508
1704
  }
1509
1705
  ]
1510
1706
  },
1511
1707
  {
1512
- "id": 99,
1708
+ "id": 135,
1513
1709
  "name": "baseIcon",
1514
1710
  "kind": 1024,
1515
1711
  "kindString": "Property",
@@ -1519,18 +1715,17 @@
1519
1715
  "sources": [
1520
1716
  {
1521
1717
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1522
- "line": 73,
1718
+ "line": 72,
1523
1719
  "character": 9
1524
1720
  }
1525
1721
  ],
1526
1722
  "type": {
1527
1723
  "type": "reference",
1528
- "id": 318,
1529
1724
  "name": "SkyIconStackItem"
1530
1725
  }
1531
1726
  },
1532
1727
  {
1533
- "id": 98,
1728
+ "id": 134,
1534
1729
  "name": "descriptionComputed",
1535
1730
  "kind": 1024,
1536
1731
  "kindString": "Property",
@@ -1540,7 +1735,7 @@
1540
1735
  "sources": [
1541
1736
  {
1542
1737
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1543
- "line": 71,
1738
+ "line": 70,
1544
1739
  "character": 9
1545
1740
  }
1546
1741
  ],
@@ -1550,7 +1745,7 @@
1550
1745
  }
1551
1746
  },
1552
1747
  {
1553
- "id": 100,
1748
+ "id": 136,
1554
1749
  "name": "icon",
1555
1750
  "kind": 1024,
1556
1751
  "kindString": "Property",
@@ -1560,7 +1755,7 @@
1560
1755
  "sources": [
1561
1756
  {
1562
1757
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1563
- "line": 75,
1758
+ "line": 74,
1564
1759
  "character": 9
1565
1760
  }
1566
1761
  ],
@@ -1570,7 +1765,29 @@
1570
1765
  }
1571
1766
  },
1572
1767
  {
1573
- "id": 101,
1768
+ "id": 137,
1769
+ "name": "indicatorTypeOrDefault",
1770
+ "kind": 1024,
1771
+ "kindString": "Property",
1772
+ "flags": {
1773
+ "isPublic": true
1774
+ },
1775
+ "sources": [
1776
+ {
1777
+ "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1778
+ "line": 76,
1779
+ "character": 9
1780
+ }
1781
+ ],
1782
+ "type": {
1783
+ "type": "reference",
1784
+ "id": 360,
1785
+ "name": "SkyIndicatorIconType"
1786
+ },
1787
+ "defaultValue": "INDICATOR_TYPE_DEFAULT"
1788
+ },
1789
+ {
1790
+ "id": 138,
1574
1791
  "name": "topIcon",
1575
1792
  "kind": 1024,
1576
1793
  "kindString": "Property",
@@ -1580,18 +1797,17 @@
1580
1797
  "sources": [
1581
1798
  {
1582
1799
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1583
- "line": 77,
1800
+ "line": 78,
1584
1801
  "character": 9
1585
1802
  }
1586
1803
  ],
1587
1804
  "type": {
1588
1805
  "type": "reference",
1589
- "id": 318,
1590
1806
  "name": "SkyIconStackItem"
1591
1807
  }
1592
1808
  },
1593
1809
  {
1594
- "id": 94,
1810
+ "id": 130,
1595
1811
  "name": "customDescription",
1596
1812
  "kind": 262144,
1597
1813
  "kindString": "Accessor",
@@ -1613,13 +1829,13 @@
1613
1829
  "sources": [
1614
1830
  {
1615
1831
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1616
- "line": 62,
1832
+ "line": 61,
1617
1833
  "character": 13
1618
1834
  }
1619
1835
  ],
1620
1836
  "getSignature": [
1621
1837
  {
1622
- "id": 95,
1838
+ "id": 131,
1623
1839
  "name": "customDescription",
1624
1840
  "kind": 524288,
1625
1841
  "kindString": "Get signature",
@@ -1635,7 +1851,7 @@
1635
1851
  ],
1636
1852
  "setSignature": [
1637
1853
  {
1638
- "id": 96,
1854
+ "id": 132,
1639
1855
  "name": "customDescription",
1640
1856
  "kind": 1048576,
1641
1857
  "kindString": "Set signature",
@@ -1645,7 +1861,7 @@
1645
1861
  },
1646
1862
  "parameters": [
1647
1863
  {
1648
- "id": 97,
1864
+ "id": 133,
1649
1865
  "name": "value",
1650
1866
  "kind": 32768,
1651
1867
  "kindString": "Parameter",
@@ -1664,7 +1880,7 @@
1664
1880
  ]
1665
1881
  },
1666
1882
  {
1667
- "id": 90,
1883
+ "id": 126,
1668
1884
  "name": "descriptionType",
1669
1885
  "kind": 262144,
1670
1886
  "kindString": "Accessor",
@@ -1686,13 +1902,13 @@
1686
1902
  "sources": [
1687
1903
  {
1688
1904
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1689
- "line": 48,
1905
+ "line": 47,
1690
1906
  "character": 13
1691
1907
  }
1692
1908
  ],
1693
1909
  "getSignature": [
1694
1910
  {
1695
- "id": 91,
1911
+ "id": 127,
1696
1912
  "name": "descriptionType",
1697
1913
  "kind": 524288,
1698
1914
  "kindString": "Get signature",
@@ -1708,14 +1924,14 @@
1708
1924
  },
1709
1925
  "type": {
1710
1926
  "type": "reference",
1711
- "id": 333,
1927
+ "id": 359,
1712
1928
  "name": "SkyIndicatorDescriptionType"
1713
1929
  }
1714
1930
  }
1715
1931
  ],
1716
1932
  "setSignature": [
1717
1933
  {
1718
- "id": 92,
1934
+ "id": 128,
1719
1935
  "name": "descriptionType",
1720
1936
  "kind": 1048576,
1721
1937
  "kindString": "Set signature",
@@ -1731,14 +1947,14 @@
1731
1947
  },
1732
1948
  "parameters": [
1733
1949
  {
1734
- "id": 93,
1950
+ "id": 129,
1735
1951
  "name": "value",
1736
1952
  "kind": 32768,
1737
1953
  "kindString": "Parameter",
1738
1954
  "flags": {},
1739
1955
  "type": {
1740
1956
  "type": "reference",
1741
- "id": 333,
1957
+ "id": 359,
1742
1958
  "name": "SkyIndicatorDescriptionType"
1743
1959
  }
1744
1960
  }
@@ -1751,7 +1967,7 @@
1751
1967
  ]
1752
1968
  },
1753
1969
  {
1754
- "id": 86,
1970
+ "id": 123,
1755
1971
  "name": "indicatorType",
1756
1972
  "kind": 262144,
1757
1973
  "kindString": "Accessor",
@@ -1773,36 +1989,13 @@
1773
1989
  "sources": [
1774
1990
  {
1775
1991
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1776
- "line": 33,
1992
+ "line": 34,
1777
1993
  "character": 13
1778
1994
  }
1779
1995
  ],
1780
- "getSignature": [
1781
- {
1782
- "id": 87,
1783
- "name": "indicatorType",
1784
- "kind": 524288,
1785
- "kindString": "Get signature",
1786
- "flags": {},
1787
- "comment": {
1788
- "shortText": "Specifies a style for the status indicator to determine the icon.",
1789
- "tags": [
1790
- {
1791
- "tag": "default",
1792
- "text": "\"warning\"\n"
1793
- }
1794
- ]
1795
- },
1796
- "type": {
1797
- "type": "reference",
1798
- "id": 334,
1799
- "name": "SkyIndicatorIconType"
1800
- }
1801
- }
1802
- ],
1803
1996
  "setSignature": [
1804
1997
  {
1805
- "id": 88,
1998
+ "id": 124,
1806
1999
  "name": "indicatorType",
1807
2000
  "kind": 1048576,
1808
2001
  "kindString": "Set signature",
@@ -1818,14 +2011,14 @@
1818
2011
  },
1819
2012
  "parameters": [
1820
2013
  {
1821
- "id": 89,
2014
+ "id": 125,
1822
2015
  "name": "value",
1823
2016
  "kind": 32768,
1824
2017
  "kindString": "Parameter",
1825
2018
  "flags": {},
1826
2019
  "type": {
1827
2020
  "type": "reference",
1828
- "id": 334,
2021
+ "id": 360,
1829
2022
  "name": "SkyIndicatorIconType"
1830
2023
  }
1831
2024
  }
@@ -1836,6 +2029,43 @@
1836
2029
  }
1837
2030
  }
1838
2031
  ]
2032
+ },
2033
+ {
2034
+ "id": 143,
2035
+ "name": "ngOnInit",
2036
+ "kind": 2048,
2037
+ "kindString": "Method",
2038
+ "flags": {
2039
+ "isPublic": true
2040
+ },
2041
+ "sources": [
2042
+ {
2043
+ "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
2044
+ "line": 96,
2045
+ "character": 9
2046
+ }
2047
+ ],
2048
+ "signatures": [
2049
+ {
2050
+ "id": 144,
2051
+ "name": "ngOnInit",
2052
+ "kind": 4096,
2053
+ "kindString": "Call signature",
2054
+ "flags": {},
2055
+ "type": {
2056
+ "type": "intrinsic",
2057
+ "name": "void"
2058
+ },
2059
+ "implementationOf": {
2060
+ "type": "reference",
2061
+ "name": "OnInit.ngOnInit"
2062
+ }
2063
+ }
2064
+ ],
2065
+ "implementationOf": {
2066
+ "type": "reference",
2067
+ "name": "OnInit.ngOnInit"
2068
+ }
1839
2069
  }
1840
2070
  ],
1841
2071
  "groups": [
@@ -1843,39 +2073,55 @@
1843
2073
  "title": "Constructors",
1844
2074
  "kind": 512,
1845
2075
  "children": [
1846
- 82
2076
+ 119
1847
2077
  ]
1848
2078
  },
1849
2079
  {
1850
2080
  "title": "Properties",
1851
2081
  "kind": 1024,
1852
2082
  "children": [
1853
- 99,
1854
- 98,
1855
- 100,
1856
- 101
2083
+ 135,
2084
+ 134,
2085
+ 136,
2086
+ 137,
2087
+ 138
1857
2088
  ]
1858
2089
  },
1859
2090
  {
1860
2091
  "title": "Accessors",
1861
2092
  "kind": 262144,
1862
2093
  "children": [
1863
- 94,
1864
- 90,
1865
- 86
2094
+ 130,
2095
+ 126,
2096
+ 123
2097
+ ]
2098
+ },
2099
+ {
2100
+ "title": "Methods",
2101
+ "kind": 2048,
2102
+ "children": [
2103
+ 143
1866
2104
  ]
1867
2105
  }
1868
2106
  ],
1869
2107
  "sources": [
1870
2108
  {
1871
2109
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1872
- "line": 27,
2110
+ "line": 28,
1873
2111
  "character": 13
1874
2112
  }
2113
+ ],
2114
+ "implementedTypes": [
2115
+ {
2116
+ "type": "reference",
2117
+ "qualifiedName": "OnInit",
2118
+ "package": "@angular/core",
2119
+ "name": "OnInit"
2120
+ }
1875
2121
  ]
1876
2122
  },
1877
2123
  {
1878
- "id": 109,
2124
+ "id": 149,
1879
2125
  "name": "SkyTextHighlightDirective",
1880
2126
  "kind": 128,
1881
2127
  "kindString": "Class",
@@ -1899,7 +2145,7 @@
1899
2145
  ],
1900
2146
  "children": [
1901
2147
  {
1902
- "id": 124,
2148
+ "id": 150,
1903
2149
  "name": "constructor",
1904
2150
  "kind": 512,
1905
2151
  "kindString": "Constructor",
@@ -1907,20 +2153,20 @@
1907
2153
  "sources": [
1908
2154
  {
1909
2155
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
1910
- "line": 52,
2156
+ "line": 137,
1911
2157
  "character": 2
1912
2158
  }
1913
2159
  ],
1914
2160
  "signatures": [
1915
2161
  {
1916
- "id": 125,
2162
+ "id": 151,
1917
2163
  "name": "SkyTextHighlightDirective",
1918
2164
  "kind": 16384,
1919
2165
  "kindString": "Constructor signature",
1920
2166
  "flags": {},
1921
2167
  "parameters": [
1922
2168
  {
1923
- "id": 126,
2169
+ "id": 152,
1924
2170
  "name": "el",
1925
2171
  "kind": 32768,
1926
2172
  "kindString": "Parameter",
@@ -1939,8 +2185,8 @@
1939
2185
  }
1940
2186
  },
1941
2187
  {
1942
- "id": 127,
1943
- "name": "observerService",
2188
+ "id": 153,
2189
+ "name": "observerSvc",
1944
2190
  "kind": 32768,
1945
2191
  "kindString": "Parameter",
1946
2192
  "flags": {},
@@ -1952,14 +2198,14 @@
1952
2198
  ],
1953
2199
  "type": {
1954
2200
  "type": "reference",
1955
- "id": 109,
2201
+ "id": 149,
1956
2202
  "name": "SkyTextHighlightDirective"
1957
2203
  }
1958
2204
  }
1959
2205
  ]
1960
2206
  },
1961
2207
  {
1962
- "id": 128,
2208
+ "id": 154,
1963
2209
  "name": "skyHighlight",
1964
2210
  "kind": 262144,
1965
2211
  "kindString": "Accessor",
@@ -1981,13 +2227,13 @@
1981
2227
  "sources": [
1982
2228
  {
1983
2229
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
1984
- "line": 30,
2230
+ "line": 112,
1985
2231
  "character": 13
1986
2232
  }
1987
2233
  ],
1988
2234
  "setSignature": [
1989
2235
  {
1990
- "id": 129,
2236
+ "id": 155,
1991
2237
  "name": "skyHighlight",
1992
2238
  "kind": 1048576,
1993
2239
  "kindString": "Set signature",
@@ -1997,7 +2243,7 @@
1997
2243
  },
1998
2244
  "parameters": [
1999
2245
  {
2000
- "id": 130,
2246
+ "id": 156,
2001
2247
  "name": "value",
2002
2248
  "kind": 32768,
2003
2249
  "kindString": "Parameter",
@@ -2028,7 +2274,7 @@
2028
2274
  ]
2029
2275
  },
2030
2276
  {
2031
- "id": 137,
2277
+ "id": 165,
2032
2278
  "name": "ngAfterViewInit",
2033
2279
  "kind": 2048,
2034
2280
  "kindString": "Method",
@@ -2038,13 +2284,13 @@
2038
2284
  "sources": [
2039
2285
  {
2040
2286
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2041
- "line": 129,
2287
+ "line": 148,
2042
2288
  "character": 9
2043
2289
  }
2044
2290
  ],
2045
2291
  "signatures": [
2046
2292
  {
2047
- "id": 138,
2293
+ "id": 166,
2048
2294
  "name": "ngAfterViewInit",
2049
2295
  "kind": 4096,
2050
2296
  "kindString": "Call signature",
@@ -2065,7 +2311,7 @@
2065
2311
  }
2066
2312
  },
2067
2313
  {
2068
- "id": 134,
2314
+ "id": 162,
2069
2315
  "name": "ngOnChanges",
2070
2316
  "kind": 2048,
2071
2317
  "kindString": "Method",
@@ -2075,20 +2321,20 @@
2075
2321
  "sources": [
2076
2322
  {
2077
2323
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2078
- "line": 123,
2324
+ "line": 142,
2079
2325
  "character": 9
2080
2326
  }
2081
2327
  ],
2082
2328
  "signatures": [
2083
2329
  {
2084
- "id": 135,
2330
+ "id": 163,
2085
2331
  "name": "ngOnChanges",
2086
2332
  "kind": 4096,
2087
2333
  "kindString": "Call signature",
2088
2334
  "flags": {},
2089
2335
  "parameters": [
2090
2336
  {
2091
- "id": 136,
2337
+ "id": 164,
2092
2338
  "name": "changes",
2093
2339
  "kind": 32768,
2094
2340
  "kindString": "Parameter",
@@ -2117,7 +2363,7 @@
2117
2363
  }
2118
2364
  },
2119
2365
  {
2120
- "id": 139,
2366
+ "id": 167,
2121
2367
  "name": "ngOnDestroy",
2122
2368
  "kind": 2048,
2123
2369
  "kindString": "Method",
@@ -2127,13 +2373,13 @@
2127
2373
  "sources": [
2128
2374
  {
2129
2375
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2130
- "line": 140,
2376
+ "line": 156,
2131
2377
  "character": 9
2132
2378
  }
2133
2379
  ],
2134
2380
  "signatures": [
2135
2381
  {
2136
- "id": 140,
2382
+ "id": 168,
2137
2383
  "name": "ngOnDestroy",
2138
2384
  "kind": 4096,
2139
2385
  "kindString": "Call signature",
@@ -2159,30 +2405,30 @@
2159
2405
  "title": "Constructors",
2160
2406
  "kind": 512,
2161
2407
  "children": [
2162
- 124
2408
+ 150
2163
2409
  ]
2164
2410
  },
2165
2411
  {
2166
2412
  "title": "Accessors",
2167
2413
  "kind": 262144,
2168
2414
  "children": [
2169
- 128
2415
+ 154
2170
2416
  ]
2171
2417
  },
2172
2418
  {
2173
2419
  "title": "Methods",
2174
2420
  "kind": 2048,
2175
2421
  "children": [
2176
- 137,
2177
- 134,
2178
- 139
2422
+ 165,
2423
+ 162,
2424
+ 167
2179
2425
  ]
2180
2426
  }
2181
2427
  ],
2182
2428
  "sources": [
2183
2429
  {
2184
2430
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2185
- "line": 23,
2431
+ "line": 105,
2186
2432
  "character": 13
2187
2433
  }
2188
2434
  ],
@@ -2208,7 +2454,7 @@
2208
2454
  ]
2209
2455
  },
2210
2456
  {
2211
- "id": 148,
2457
+ "id": 175,
2212
2458
  "name": "SkyTokenComponent",
2213
2459
  "kind": 128,
2214
2460
  "kindString": "Class",
@@ -2229,7 +2475,7 @@
2229
2475
  ],
2230
2476
  "children": [
2231
2477
  {
2232
- "id": 149,
2478
+ "id": 176,
2233
2479
  "name": "constructor",
2234
2480
  "kind": 512,
2235
2481
  "kindString": "Constructor",
@@ -2243,14 +2489,14 @@
2243
2489
  ],
2244
2490
  "signatures": [
2245
2491
  {
2246
- "id": 150,
2492
+ "id": 177,
2247
2493
  "name": "SkyTokenComponent",
2248
2494
  "kind": 16384,
2249
2495
  "kindString": "Constructor signature",
2250
2496
  "flags": {},
2251
2497
  "parameters": [
2252
2498
  {
2253
- "id": 151,
2499
+ "id": 178,
2254
2500
  "name": "elementRef",
2255
2501
  "kind": 32768,
2256
2502
  "kindString": "Parameter",
@@ -2269,7 +2515,7 @@
2269
2515
  }
2270
2516
  },
2271
2517
  {
2272
- "id": 152,
2518
+ "id": 179,
2273
2519
  "name": "resourcesService",
2274
2520
  "kind": 32768,
2275
2521
  "kindString": "Parameter",
@@ -2282,14 +2528,14 @@
2282
2528
  ],
2283
2529
  "type": {
2284
2530
  "type": "reference",
2285
- "id": 148,
2531
+ "id": 175,
2286
2532
  "name": "SkyTokenComponent"
2287
2533
  }
2288
2534
  }
2289
2535
  ]
2290
2536
  },
2291
2537
  {
2292
- "id": 169,
2538
+ "id": 196,
2293
2539
  "name": "dismiss",
2294
2540
  "kind": 1024,
2295
2541
  "kindString": "Property",
@@ -2333,7 +2579,7 @@
2333
2579
  "defaultValue": "..."
2334
2580
  },
2335
2581
  {
2336
- "id": 170,
2582
+ "id": 197,
2337
2583
  "name": "tokenFocus",
2338
2584
  "kind": 1024,
2339
2585
  "kindString": "Property",
@@ -2377,7 +2623,7 @@
2377
2623
  "defaultValue": "..."
2378
2624
  },
2379
2625
  {
2380
- "id": 157,
2626
+ "id": 184,
2381
2627
  "name": "ariaLabel",
2382
2628
  "kind": 262144,
2383
2629
  "kindString": "Accessor",
@@ -2405,7 +2651,7 @@
2405
2651
  ],
2406
2652
  "getSignature": [
2407
2653
  {
2408
- "id": 158,
2654
+ "id": 185,
2409
2655
  "name": "ariaLabel",
2410
2656
  "kind": 524288,
2411
2657
  "kindString": "Get signature",
@@ -2427,7 +2673,7 @@
2427
2673
  ],
2428
2674
  "setSignature": [
2429
2675
  {
2430
- "id": 159,
2676
+ "id": 186,
2431
2677
  "name": "ariaLabel",
2432
2678
  "kind": 1048576,
2433
2679
  "kindString": "Set signature",
@@ -2443,7 +2689,7 @@
2443
2689
  },
2444
2690
  "parameters": [
2445
2691
  {
2446
- "id": 160,
2692
+ "id": 187,
2447
2693
  "name": "value",
2448
2694
  "kind": 32768,
2449
2695
  "kindString": "Parameter",
@@ -2462,7 +2708,7 @@
2462
2708
  ]
2463
2709
  },
2464
2710
  {
2465
- "id": 153,
2711
+ "id": 180,
2466
2712
  "name": "disabled",
2467
2713
  "kind": 262144,
2468
2714
  "kindString": "Accessor",
@@ -2490,7 +2736,7 @@
2490
2736
  ],
2491
2737
  "getSignature": [
2492
2738
  {
2493
- "id": 154,
2739
+ "id": 181,
2494
2740
  "name": "disabled",
2495
2741
  "kind": 524288,
2496
2742
  "kindString": "Get signature",
@@ -2512,7 +2758,7 @@
2512
2758
  ],
2513
2759
  "setSignature": [
2514
2760
  {
2515
- "id": 155,
2761
+ "id": 182,
2516
2762
  "name": "disabled",
2517
2763
  "kind": 1048576,
2518
2764
  "kindString": "Set signature",
@@ -2528,7 +2774,7 @@
2528
2774
  },
2529
2775
  "parameters": [
2530
2776
  {
2531
- "id": 156,
2777
+ "id": 183,
2532
2778
  "name": "value",
2533
2779
  "kind": 32768,
2534
2780
  "kindString": "Parameter",
@@ -2547,7 +2793,7 @@
2547
2793
  ]
2548
2794
  },
2549
2795
  {
2550
- "id": 161,
2796
+ "id": 188,
2551
2797
  "name": "dismissible",
2552
2798
  "kind": 262144,
2553
2799
  "kindString": "Accessor",
@@ -2575,7 +2821,7 @@
2575
2821
  ],
2576
2822
  "getSignature": [
2577
2823
  {
2578
- "id": 162,
2824
+ "id": 189,
2579
2825
  "name": "dismissible",
2580
2826
  "kind": 524288,
2581
2827
  "kindString": "Get signature",
@@ -2597,7 +2843,7 @@
2597
2843
  ],
2598
2844
  "setSignature": [
2599
2845
  {
2600
- "id": 163,
2846
+ "id": 190,
2601
2847
  "name": "dismissible",
2602
2848
  "kind": 1048576,
2603
2849
  "kindString": "Set signature",
@@ -2613,7 +2859,7 @@
2613
2859
  },
2614
2860
  "parameters": [
2615
2861
  {
2616
- "id": 164,
2862
+ "id": 191,
2617
2863
  "name": "value",
2618
2864
  "kind": 32768,
2619
2865
  "kindString": "Parameter",
@@ -2632,7 +2878,7 @@
2632
2878
  ]
2633
2879
  },
2634
2880
  {
2635
- "id": 165,
2881
+ "id": 192,
2636
2882
  "name": "focusable",
2637
2883
  "kind": 262144,
2638
2884
  "kindString": "Accessor",
@@ -2660,7 +2906,7 @@
2660
2906
  ],
2661
2907
  "getSignature": [
2662
2908
  {
2663
- "id": 166,
2909
+ "id": 193,
2664
2910
  "name": "focusable",
2665
2911
  "kind": 524288,
2666
2912
  "kindString": "Get signature",
@@ -2682,7 +2928,7 @@
2682
2928
  ],
2683
2929
  "setSignature": [
2684
2930
  {
2685
- "id": 167,
2931
+ "id": 194,
2686
2932
  "name": "focusable",
2687
2933
  "kind": 1048576,
2688
2934
  "kindString": "Set signature",
@@ -2698,7 +2944,7 @@
2698
2944
  },
2699
2945
  "parameters": [
2700
2946
  {
2701
- "id": 168,
2947
+ "id": 195,
2702
2948
  "name": "value",
2703
2949
  "kind": 32768,
2704
2950
  "kindString": "Parameter",
@@ -2717,7 +2963,7 @@
2717
2963
  ]
2718
2964
  },
2719
2965
  {
2720
- "id": 179,
2966
+ "id": 206,
2721
2967
  "name": "dismissToken",
2722
2968
  "kind": 2048,
2723
2969
  "kindString": "Method",
@@ -2733,14 +2979,14 @@
2733
2979
  ],
2734
2980
  "signatures": [
2735
2981
  {
2736
- "id": 180,
2982
+ "id": 207,
2737
2983
  "name": "dismissToken",
2738
2984
  "kind": 4096,
2739
2985
  "kindString": "Call signature",
2740
2986
  "flags": {},
2741
2987
  "parameters": [
2742
2988
  {
2743
- "id": 181,
2989
+ "id": 208,
2744
2990
  "name": "event",
2745
2991
  "kind": 32768,
2746
2992
  "kindString": "Parameter",
@@ -2761,7 +3007,7 @@
2761
3007
  ]
2762
3008
  },
2763
3009
  {
2764
- "id": 182,
3010
+ "id": 209,
2765
3011
  "name": "focusElement",
2766
3012
  "kind": 2048,
2767
3013
  "kindString": "Method",
@@ -2777,7 +3023,7 @@
2777
3023
  ],
2778
3024
  "signatures": [
2779
3025
  {
2780
- "id": 183,
3026
+ "id": 210,
2781
3027
  "name": "focusElement",
2782
3028
  "kind": 4096,
2783
3029
  "kindString": "Call signature",
@@ -2790,7 +3036,7 @@
2790
3036
  ]
2791
3037
  },
2792
3038
  {
2793
- "id": 187,
3039
+ "id": 214,
2794
3040
  "name": "setCloseActive",
2795
3041
  "kind": 2048,
2796
3042
  "kindString": "Method",
@@ -2806,14 +3052,14 @@
2806
3052
  ],
2807
3053
  "signatures": [
2808
3054
  {
2809
- "id": 188,
3055
+ "id": 215,
2810
3056
  "name": "setCloseActive",
2811
3057
  "kind": 4096,
2812
3058
  "kindString": "Call signature",
2813
3059
  "flags": {},
2814
3060
  "parameters": [
2815
3061
  {
2816
- "id": 189,
3062
+ "id": 216,
2817
3063
  "name": "closeActive",
2818
3064
  "kind": 32768,
2819
3065
  "kindString": "Parameter",
@@ -2832,7 +3078,7 @@
2832
3078
  ]
2833
3079
  },
2834
3080
  {
2835
- "id": 184,
3081
+ "id": 211,
2836
3082
  "name": "setTokenActive",
2837
3083
  "kind": 2048,
2838
3084
  "kindString": "Method",
@@ -2848,14 +3094,14 @@
2848
3094
  ],
2849
3095
  "signatures": [
2850
3096
  {
2851
- "id": 185,
3097
+ "id": 212,
2852
3098
  "name": "setTokenActive",
2853
3099
  "kind": 4096,
2854
3100
  "kindString": "Call signature",
2855
3101
  "flags": {},
2856
3102
  "parameters": [
2857
3103
  {
2858
- "id": 186,
3104
+ "id": 213,
2859
3105
  "name": "tokenActive",
2860
3106
  "kind": 32768,
2861
3107
  "kindString": "Parameter",
@@ -2879,35 +3125,35 @@
2879
3125
  "title": "Constructors",
2880
3126
  "kind": 512,
2881
3127
  "children": [
2882
- 149
3128
+ 176
2883
3129
  ]
2884
3130
  },
2885
3131
  {
2886
3132
  "title": "Properties",
2887
3133
  "kind": 1024,
2888
3134
  "children": [
2889
- 169,
2890
- 170
3135
+ 196,
3136
+ 197
2891
3137
  ]
2892
3138
  },
2893
3139
  {
2894
3140
  "title": "Accessors",
2895
3141
  "kind": 262144,
2896
3142
  "children": [
2897
- 157,
2898
- 153,
2899
- 161,
2900
- 165
3143
+ 184,
3144
+ 180,
3145
+ 188,
3146
+ 192
2901
3147
  ]
2902
3148
  },
2903
3149
  {
2904
3150
  "title": "Methods",
2905
3151
  "kind": 2048,
2906
3152
  "children": [
2907
- 179,
2908
- 182,
2909
- 187,
2910
- 184
3153
+ 206,
3154
+ 209,
3155
+ 214,
3156
+ 211
2911
3157
  ]
2912
3158
  }
2913
3159
  ],
@@ -2920,7 +3166,7 @@
2920
3166
  ]
2921
3167
  },
2922
3168
  {
2923
- "id": 193,
3169
+ "id": 220,
2924
3170
  "name": "SkyTokensComponent",
2925
3171
  "kind": 128,
2926
3172
  "kindString": "Class",
@@ -2941,7 +3187,7 @@
2941
3187
  ],
2942
3188
  "children": [
2943
3189
  {
2944
- "id": 194,
3190
+ "id": 221,
2945
3191
  "name": "constructor",
2946
3192
  "kind": 512,
2947
3193
  "kindString": "Constructor",
@@ -2955,14 +3201,14 @@
2955
3201
  ],
2956
3202
  "signatures": [
2957
3203
  {
2958
- "id": 195,
3204
+ "id": 222,
2959
3205
  "name": "SkyTokensComponent",
2960
3206
  "kind": 16384,
2961
3207
  "kindString": "Constructor signature",
2962
3208
  "flags": {},
2963
3209
  "parameters": [
2964
3210
  {
2965
- "id": 196,
3211
+ "id": 223,
2966
3212
  "name": "changeDetector",
2967
3213
  "kind": 32768,
2968
3214
  "kindString": "Parameter",
@@ -2977,14 +3223,14 @@
2977
3223
  ],
2978
3224
  "type": {
2979
3225
  "type": "reference",
2980
- "id": 193,
3226
+ "id": 220,
2981
3227
  "name": "SkyTokensComponent"
2982
3228
  }
2983
3229
  }
2984
3230
  ]
2985
3231
  },
2986
3232
  {
2987
- "id": 222,
3233
+ "id": 249,
2988
3234
  "name": "focusIndexOverRange",
2989
3235
  "kind": 1024,
2990
3236
  "kindString": "Property",
@@ -3028,7 +3274,7 @@
3028
3274
  "defaultValue": "..."
3029
3275
  },
3030
3276
  {
3031
- "id": 223,
3277
+ "id": 250,
3032
3278
  "name": "focusIndexUnderRange",
3033
3279
  "kind": 1024,
3034
3280
  "kindString": "Property",
@@ -3072,7 +3318,7 @@
3072
3318
  "defaultValue": "..."
3073
3319
  },
3074
3320
  {
3075
- "id": 224,
3321
+ "id": 251,
3076
3322
  "name": "tokenSelected",
3077
3323
  "kind": 1024,
3078
3324
  "kindString": "Property",
@@ -3106,7 +3352,7 @@
3106
3352
  "typeArguments": [
3107
3353
  {
3108
3354
  "type": "reference",
3109
- "id": 346,
3355
+ "id": 372,
3110
3356
  "name": "SkyTokenSelectedEventArgs"
3111
3357
  }
3112
3358
  ],
@@ -3117,7 +3363,7 @@
3117
3363
  "defaultValue": "..."
3118
3364
  },
3119
3365
  {
3120
- "id": 225,
3366
+ "id": 252,
3121
3367
  "name": "tokensChange",
3122
3368
  "kind": 1024,
3123
3369
  "kindString": "Property",
@@ -3153,7 +3399,7 @@
3153
3399
  "type": "array",
3154
3400
  "elementType": {
3155
3401
  "type": "reference",
3156
- "id": 344,
3402
+ "id": 370,
3157
3403
  "name": "SkyToken"
3158
3404
  }
3159
3405
  }
@@ -3165,7 +3411,7 @@
3165
3411
  "defaultValue": "..."
3166
3412
  },
3167
3413
  {
3168
- "id": 230,
3414
+ "id": 257,
3169
3415
  "name": "trackTokenFn",
3170
3416
  "kind": 1024,
3171
3417
  "kindString": "Property",
@@ -3182,14 +3428,14 @@
3182
3428
  "type": {
3183
3429
  "type": "reflection",
3184
3430
  "declaration": {
3185
- "id": 231,
3431
+ "id": 258,
3186
3432
  "name": "__type",
3187
3433
  "kind": 65536,
3188
3434
  "kindString": "Type literal",
3189
3435
  "flags": {},
3190
3436
  "signatures": [
3191
3437
  {
3192
- "id": 232,
3438
+ "id": 259,
3193
3439
  "name": "__type",
3194
3440
  "kind": 4096,
3195
3441
  "kindString": "Call signature",
@@ -3199,7 +3445,7 @@
3199
3445
  },
3200
3446
  "parameters": [
3201
3447
  {
3202
- "id": 233,
3448
+ "id": 260,
3203
3449
  "name": "index",
3204
3450
  "kind": 32768,
3205
3451
  "kindString": "Parameter",
@@ -3210,14 +3456,14 @@
3210
3456
  }
3211
3457
  },
3212
3458
  {
3213
- "id": 234,
3459
+ "id": 261,
3214
3460
  "name": "item",
3215
3461
  "kind": 32768,
3216
3462
  "kindString": "Parameter",
3217
3463
  "flags": {},
3218
3464
  "type": {
3219
3465
  "type": "reference",
3220
- "id": 344,
3466
+ "id": 370,
3221
3467
  "name": "SkyToken"
3222
3468
  }
3223
3469
  }
@@ -3232,7 +3478,7 @@
3232
3478
  }
3233
3479
  },
3234
3480
  {
3235
- "id": 209,
3481
+ "id": 236,
3236
3482
  "name": "trackWith",
3237
3483
  "kind": 1024,
3238
3484
  "kindString": "Property",
@@ -3267,7 +3513,7 @@
3267
3513
  }
3268
3514
  },
3269
3515
  {
3270
- "id": 197,
3516
+ "id": 224,
3271
3517
  "name": "disabled",
3272
3518
  "kind": 262144,
3273
3519
  "kindString": "Accessor",
@@ -3295,7 +3541,7 @@
3295
3541
  ],
3296
3542
  "getSignature": [
3297
3543
  {
3298
- "id": 198,
3544
+ "id": 225,
3299
3545
  "name": "disabled",
3300
3546
  "kind": 524288,
3301
3547
  "kindString": "Get signature",
@@ -3317,7 +3563,7 @@
3317
3563
  ],
3318
3564
  "setSignature": [
3319
3565
  {
3320
- "id": 199,
3566
+ "id": 226,
3321
3567
  "name": "disabled",
3322
3568
  "kind": 1048576,
3323
3569
  "kindString": "Set signature",
@@ -3333,7 +3579,7 @@
3333
3579
  },
3334
3580
  "parameters": [
3335
3581
  {
3336
- "id": 200,
3582
+ "id": 227,
3337
3583
  "name": "value",
3338
3584
  "kind": 32768,
3339
3585
  "kindString": "Parameter",
@@ -3352,7 +3598,7 @@
3352
3598
  ]
3353
3599
  },
3354
3600
  {
3355
- "id": 201,
3601
+ "id": 228,
3356
3602
  "name": "dismissible",
3357
3603
  "kind": 262144,
3358
3604
  "kindString": "Accessor",
@@ -3380,7 +3626,7 @@
3380
3626
  ],
3381
3627
  "getSignature": [
3382
3628
  {
3383
- "id": 202,
3629
+ "id": 229,
3384
3630
  "name": "dismissible",
3385
3631
  "kind": 524288,
3386
3632
  "kindString": "Get signature",
@@ -3402,7 +3648,7 @@
3402
3648
  ],
3403
3649
  "setSignature": [
3404
3650
  {
3405
- "id": 203,
3651
+ "id": 230,
3406
3652
  "name": "dismissible",
3407
3653
  "kind": 1048576,
3408
3654
  "kindString": "Set signature",
@@ -3418,7 +3664,7 @@
3418
3664
  },
3419
3665
  "parameters": [
3420
3666
  {
3421
- "id": 204,
3667
+ "id": 231,
3422
3668
  "name": "value",
3423
3669
  "kind": 32768,
3424
3670
  "kindString": "Parameter",
@@ -3437,7 +3683,7 @@
3437
3683
  ]
3438
3684
  },
3439
3685
  {
3440
- "id": 205,
3686
+ "id": 232,
3441
3687
  "name": "displayWith",
3442
3688
  "kind": 262144,
3443
3689
  "kindString": "Accessor",
@@ -3465,7 +3711,7 @@
3465
3711
  ],
3466
3712
  "getSignature": [
3467
3713
  {
3468
- "id": 206,
3714
+ "id": 233,
3469
3715
  "name": "displayWith",
3470
3716
  "kind": 524288,
3471
3717
  "kindString": "Get signature",
@@ -3487,7 +3733,7 @@
3487
3733
  ],
3488
3734
  "setSignature": [
3489
3735
  {
3490
- "id": 207,
3736
+ "id": 234,
3491
3737
  "name": "displayWith",
3492
3738
  "kind": 1048576,
3493
3739
  "kindString": "Set signature",
@@ -3503,7 +3749,7 @@
3503
3749
  },
3504
3750
  "parameters": [
3505
3751
  {
3506
- "id": 208,
3752
+ "id": 235,
3507
3753
  "name": "value",
3508
3754
  "kind": 32768,
3509
3755
  "kindString": "Parameter",
@@ -3522,7 +3768,7 @@
3522
3768
  ]
3523
3769
  },
3524
3770
  {
3525
- "id": 210,
3771
+ "id": 237,
3526
3772
  "name": "focusable",
3527
3773
  "kind": 262144,
3528
3774
  "kindString": "Accessor",
@@ -3550,7 +3796,7 @@
3550
3796
  ],
3551
3797
  "getSignature": [
3552
3798
  {
3553
- "id": 211,
3799
+ "id": 238,
3554
3800
  "name": "focusable",
3555
3801
  "kind": 524288,
3556
3802
  "kindString": "Get signature",
@@ -3572,7 +3818,7 @@
3572
3818
  ],
3573
3819
  "setSignature": [
3574
3820
  {
3575
- "id": 212,
3821
+ "id": 239,
3576
3822
  "name": "focusable",
3577
3823
  "kind": 1048576,
3578
3824
  "kindString": "Set signature",
@@ -3588,7 +3834,7 @@
3588
3834
  },
3589
3835
  "parameters": [
3590
3836
  {
3591
- "id": 213,
3837
+ "id": 240,
3592
3838
  "name": "value",
3593
3839
  "kind": 32768,
3594
3840
  "kindString": "Parameter",
@@ -3607,7 +3853,7 @@
3607
3853
  ]
3608
3854
  },
3609
3855
  {
3610
- "id": 218,
3856
+ "id": 245,
3611
3857
  "name": "messageStream",
3612
3858
  "kind": 262144,
3613
3859
  "kindString": "Accessor",
@@ -3635,7 +3881,7 @@
3635
3881
  ],
3636
3882
  "getSignature": [
3637
3883
  {
3638
- "id": 219,
3884
+ "id": 246,
3639
3885
  "name": "messageStream",
3640
3886
  "kind": 524288,
3641
3887
  "kindString": "Get signature",
@@ -3648,7 +3894,7 @@
3648
3894
  "typeArguments": [
3649
3895
  {
3650
3896
  "type": "reference",
3651
- "id": 348,
3897
+ "id": 374,
3652
3898
  "name": "SkyTokensMessage"
3653
3899
  }
3654
3900
  ],
@@ -3660,7 +3906,7 @@
3660
3906
  ],
3661
3907
  "setSignature": [
3662
3908
  {
3663
- "id": 220,
3909
+ "id": 247,
3664
3910
  "name": "messageStream",
3665
3911
  "kind": 1048576,
3666
3912
  "kindString": "Set signature",
@@ -3670,7 +3916,7 @@
3670
3916
  },
3671
3917
  "parameters": [
3672
3918
  {
3673
- "id": 221,
3919
+ "id": 248,
3674
3920
  "name": "value",
3675
3921
  "kind": 32768,
3676
3922
  "kindString": "Parameter",
@@ -3680,7 +3926,7 @@
3680
3926
  "typeArguments": [
3681
3927
  {
3682
3928
  "type": "reference",
3683
- "id": 348,
3929
+ "id": 374,
3684
3930
  "name": "SkyTokensMessage"
3685
3931
  }
3686
3932
  ],
@@ -3698,7 +3944,7 @@
3698
3944
  ]
3699
3945
  },
3700
3946
  {
3701
- "id": 214,
3947
+ "id": 241,
3702
3948
  "name": "tokens",
3703
3949
  "kind": 262144,
3704
3950
  "kindString": "Accessor",
@@ -3726,7 +3972,7 @@
3726
3972
  ],
3727
3973
  "getSignature": [
3728
3974
  {
3729
- "id": 215,
3975
+ "id": 242,
3730
3976
  "name": "tokens",
3731
3977
  "kind": 524288,
3732
3978
  "kindString": "Get signature",
@@ -3738,7 +3984,7 @@
3738
3984
  "type": "array",
3739
3985
  "elementType": {
3740
3986
  "type": "reference",
3741
- "id": 344,
3987
+ "id": 370,
3742
3988
  "name": "SkyToken"
3743
3989
  }
3744
3990
  }
@@ -3746,7 +3992,7 @@
3746
3992
  ],
3747
3993
  "setSignature": [
3748
3994
  {
3749
- "id": 216,
3995
+ "id": 243,
3750
3996
  "name": "tokens",
3751
3997
  "kind": 1048576,
3752
3998
  "kindString": "Set signature",
@@ -3756,7 +4002,7 @@
3756
4002
  },
3757
4003
  "parameters": [
3758
4004
  {
3759
- "id": 217,
4005
+ "id": 244,
3760
4006
  "name": "value",
3761
4007
  "kind": 32768,
3762
4008
  "kindString": "Parameter",
@@ -3765,7 +4011,7 @@
3765
4011
  "type": "array",
3766
4012
  "elementType": {
3767
4013
  "type": "reference",
3768
- "id": 344,
4014
+ "id": 370,
3769
4015
  "name": "SkyToken"
3770
4016
  }
3771
4017
  }
@@ -3779,7 +4025,7 @@
3779
4025
  ]
3780
4026
  },
3781
4027
  {
3782
- "id": 245,
4028
+ "id": 272,
3783
4029
  "name": "ngOnDestroy",
3784
4030
  "kind": 2048,
3785
4031
  "kindString": "Method",
@@ -3795,7 +4041,7 @@
3795
4041
  ],
3796
4042
  "signatures": [
3797
4043
  {
3798
- "id": 246,
4044
+ "id": 273,
3799
4045
  "name": "ngOnDestroy",
3800
4046
  "kind": 4096,
3801
4047
  "kindString": "Call signature",
@@ -3816,7 +4062,7 @@
3816
4062
  }
3817
4063
  },
3818
4064
  {
3819
- "id": 247,
4065
+ "id": 274,
3820
4066
  "name": "onTokenClick",
3821
4067
  "kind": 2048,
3822
4068
  "kindString": "Method",
@@ -3832,21 +4078,21 @@
3832
4078
  ],
3833
4079
  "signatures": [
3834
4080
  {
3835
- "id": 248,
4081
+ "id": 275,
3836
4082
  "name": "onTokenClick",
3837
4083
  "kind": 4096,
3838
4084
  "kindString": "Call signature",
3839
4085
  "flags": {},
3840
4086
  "parameters": [
3841
4087
  {
3842
- "id": 249,
4088
+ "id": 276,
3843
4089
  "name": "token",
3844
4090
  "kind": 32768,
3845
4091
  "kindString": "Parameter",
3846
4092
  "flags": {},
3847
4093
  "type": {
3848
4094
  "type": "reference",
3849
- "id": 344,
4095
+ "id": 370,
3850
4096
  "name": "SkyToken"
3851
4097
  }
3852
4098
  }
@@ -3859,7 +4105,7 @@
3859
4105
  ]
3860
4106
  },
3861
4107
  {
3862
- "id": 250,
4108
+ "id": 277,
3863
4109
  "name": "onTokenKeyDown",
3864
4110
  "kind": 2048,
3865
4111
  "kindString": "Method",
@@ -3875,14 +4121,14 @@
3875
4121
  ],
3876
4122
  "signatures": [
3877
4123
  {
3878
- "id": 251,
4124
+ "id": 278,
3879
4125
  "name": "onTokenKeyDown",
3880
4126
  "kind": 4096,
3881
4127
  "kindString": "Call signature",
3882
4128
  "flags": {},
3883
4129
  "parameters": [
3884
4130
  {
3885
- "id": 252,
4131
+ "id": 279,
3886
4132
  "name": "event",
3887
4133
  "kind": 32768,
3888
4134
  "kindString": "Parameter",
@@ -3903,7 +4149,7 @@
3903
4149
  ]
3904
4150
  },
3905
4151
  {
3906
- "id": 256,
4152
+ "id": 283,
3907
4153
  "name": "removeToken",
3908
4154
  "kind": 2048,
3909
4155
  "kindString": "Method",
@@ -3919,21 +4165,21 @@
3919
4165
  ],
3920
4166
  "signatures": [
3921
4167
  {
3922
- "id": 257,
4168
+ "id": 284,
3923
4169
  "name": "removeToken",
3924
4170
  "kind": 4096,
3925
4171
  "kindString": "Call signature",
3926
4172
  "flags": {},
3927
4173
  "parameters": [
3928
4174
  {
3929
- "id": 258,
4175
+ "id": 285,
3930
4176
  "name": "token",
3931
4177
  "kind": 32768,
3932
4178
  "kindString": "Parameter",
3933
4179
  "flags": {},
3934
4180
  "type": {
3935
4181
  "type": "reference",
3936
- "id": 344,
4182
+ "id": 370,
3937
4183
  "name": "SkyToken"
3938
4184
  }
3939
4185
  }
@@ -3946,7 +4192,7 @@
3946
4192
  ]
3947
4193
  },
3948
4194
  {
3949
- "id": 253,
4195
+ "id": 280,
3950
4196
  "name": "selectToken",
3951
4197
  "kind": 2048,
3952
4198
  "kindString": "Method",
@@ -3962,21 +4208,21 @@
3962
4208
  ],
3963
4209
  "signatures": [
3964
4210
  {
3965
- "id": 254,
4211
+ "id": 281,
3966
4212
  "name": "selectToken",
3967
4213
  "kind": 4096,
3968
4214
  "kindString": "Call signature",
3969
4215
  "flags": {},
3970
4216
  "parameters": [
3971
4217
  {
3972
- "id": 255,
4218
+ "id": 282,
3973
4219
  "name": "token",
3974
4220
  "kind": 32768,
3975
4221
  "kindString": "Parameter",
3976
4222
  "flags": {},
3977
4223
  "type": {
3978
4224
  "type": "reference",
3979
- "id": 344,
4225
+ "id": 370,
3980
4226
  "name": "SkyToken"
3981
4227
  }
3982
4228
  }
@@ -3994,42 +4240,42 @@
3994
4240
  "title": "Constructors",
3995
4241
  "kind": 512,
3996
4242
  "children": [
3997
- 194
4243
+ 221
3998
4244
  ]
3999
4245
  },
4000
4246
  {
4001
4247
  "title": "Properties",
4002
4248
  "kind": 1024,
4003
4249
  "children": [
4004
- 222,
4005
- 223,
4006
- 224,
4007
- 225,
4008
- 230,
4009
- 209
4250
+ 249,
4251
+ 250,
4252
+ 251,
4253
+ 252,
4254
+ 257,
4255
+ 236
4010
4256
  ]
4011
4257
  },
4012
4258
  {
4013
4259
  "title": "Accessors",
4014
4260
  "kind": 262144,
4015
4261
  "children": [
4016
- 197,
4017
- 201,
4018
- 205,
4019
- 210,
4020
- 218,
4021
- 214
4262
+ 224,
4263
+ 228,
4264
+ 232,
4265
+ 237,
4266
+ 245,
4267
+ 241
4022
4268
  ]
4023
4269
  },
4024
4270
  {
4025
4271
  "title": "Methods",
4026
4272
  "kind": 2048,
4027
4273
  "children": [
4028
- 245,
4029
- 247,
4030
- 250,
4031
- 256,
4032
- 253
4274
+ 272,
4275
+ 274,
4276
+ 277,
4277
+ 283,
4278
+ 280
4033
4279
  ]
4034
4280
  }
4035
4281
  ],
@@ -4050,7 +4296,7 @@
4050
4296
  ]
4051
4297
  },
4052
4298
  {
4053
- "id": 274,
4299
+ "id": 301,
4054
4300
  "name": "SkyWaitComponent",
4055
4301
  "kind": 128,
4056
4302
  "kindString": "Class",
@@ -4071,7 +4317,7 @@
4071
4317
  ],
4072
4318
  "children": [
4073
4319
  {
4074
- "id": 275,
4320
+ "id": 302,
4075
4321
  "name": "constructor",
4076
4322
  "kind": 512,
4077
4323
  "kindString": "Constructor",
@@ -4085,14 +4331,14 @@
4085
4331
  ],
4086
4332
  "signatures": [
4087
4333
  {
4088
- "id": 276,
4334
+ "id": 303,
4089
4335
  "name": "SkyWaitComponent",
4090
4336
  "kind": 16384,
4091
4337
  "kindString": "Constructor signature",
4092
4338
  "flags": {},
4093
4339
  "parameters": [
4094
4340
  {
4095
- "id": 277,
4341
+ "id": 304,
4096
4342
  "name": "elRef",
4097
4343
  "kind": 32768,
4098
4344
  "kindString": "Parameter",
@@ -4111,7 +4357,7 @@
4111
4357
  }
4112
4358
  },
4113
4359
  {
4114
- "id": 278,
4360
+ "id": 305,
4115
4361
  "name": "adapterService",
4116
4362
  "kind": 32768,
4117
4363
  "kindString": "Parameter",
@@ -4122,7 +4368,7 @@
4122
4368
  }
4123
4369
  },
4124
4370
  {
4125
- "id": 279,
4371
+ "id": 306,
4126
4372
  "name": "resourceService",
4127
4373
  "kind": 32768,
4128
4374
  "kindString": "Parameter",
@@ -4147,14 +4393,14 @@
4147
4393
  ],
4148
4394
  "type": {
4149
4395
  "type": "reference",
4150
- "id": 274,
4396
+ "id": 301,
4151
4397
  "name": "SkyWaitComponent"
4152
4398
  }
4153
4399
  }
4154
4400
  ]
4155
4401
  },
4156
4402
  {
4157
- "id": 280,
4403
+ "id": 307,
4158
4404
  "name": "ariaLabel",
4159
4405
  "kind": 1024,
4160
4406
  "kindString": "Property",
@@ -4189,7 +4435,7 @@
4189
4435
  }
4190
4436
  },
4191
4437
  {
4192
- "id": 290,
4438
+ "id": 317,
4193
4439
  "name": "ariaLabelStream",
4194
4440
  "kind": 1024,
4195
4441
  "kindString": "Property",
@@ -4218,7 +4464,7 @@
4218
4464
  "defaultValue": "..."
4219
4465
  },
4220
4466
  {
4221
- "id": 289,
4467
+ "id": 316,
4222
4468
  "name": "isNonBlocking",
4223
4469
  "kind": 1024,
4224
4470
  "kindString": "Property",
@@ -4259,7 +4505,7 @@
4259
4505
  }
4260
4506
  },
4261
4507
  {
4262
- "id": 285,
4508
+ "id": 312,
4263
4509
  "name": "isFullPage",
4264
4510
  "kind": 262144,
4265
4511
  "kindString": "Accessor",
@@ -4287,7 +4533,7 @@
4287
4533
  ],
4288
4534
  "getSignature": [
4289
4535
  {
4290
- "id": 286,
4536
+ "id": 313,
4291
4537
  "name": "isFullPage",
4292
4538
  "kind": 524288,
4293
4539
  "kindString": "Get signature",
@@ -4309,7 +4555,7 @@
4309
4555
  ],
4310
4556
  "setSignature": [
4311
4557
  {
4312
- "id": 287,
4558
+ "id": 314,
4313
4559
  "name": "isFullPage",
4314
4560
  "kind": 1048576,
4315
4561
  "kindString": "Set signature",
@@ -4325,7 +4571,7 @@
4325
4571
  },
4326
4572
  "parameters": [
4327
4573
  {
4328
- "id": 288,
4574
+ "id": 315,
4329
4575
  "name": "value",
4330
4576
  "kind": 32768,
4331
4577
  "kindString": "Parameter",
@@ -4344,7 +4590,7 @@
4344
4590
  ]
4345
4591
  },
4346
4592
  {
4347
- "id": 281,
4593
+ "id": 308,
4348
4594
  "name": "isWaiting",
4349
4595
  "kind": 262144,
4350
4596
  "kindString": "Accessor",
@@ -4372,7 +4618,7 @@
4372
4618
  ],
4373
4619
  "getSignature": [
4374
4620
  {
4375
- "id": 282,
4621
+ "id": 309,
4376
4622
  "name": "isWaiting",
4377
4623
  "kind": 524288,
4378
4624
  "kindString": "Get signature",
@@ -4388,7 +4634,7 @@
4388
4634
  ],
4389
4635
  "setSignature": [
4390
4636
  {
4391
- "id": 283,
4637
+ "id": 310,
4392
4638
  "name": "isWaiting",
4393
4639
  "kind": 1048576,
4394
4640
  "kindString": "Set signature",
@@ -4398,7 +4644,7 @@
4398
4644
  },
4399
4645
  "parameters": [
4400
4646
  {
4401
- "id": 284,
4647
+ "id": 311,
4402
4648
  "name": "value",
4403
4649
  "kind": 32768,
4404
4650
  "kindString": "Parameter",
@@ -4417,7 +4663,7 @@
4417
4663
  ]
4418
4664
  },
4419
4665
  {
4420
- "id": 294,
4666
+ "id": 321,
4421
4667
  "name": "ngOnInit",
4422
4668
  "kind": 2048,
4423
4669
  "kindString": "Method",
@@ -4433,7 +4679,7 @@
4433
4679
  ],
4434
4680
  "signatures": [
4435
4681
  {
4436
- "id": 295,
4682
+ "id": 322,
4437
4683
  "name": "ngOnInit",
4438
4684
  "kind": 4096,
4439
4685
  "kindString": "Call signature",
@@ -4459,31 +4705,31 @@
4459
4705
  "title": "Constructors",
4460
4706
  "kind": 512,
4461
4707
  "children": [
4462
- 275
4708
+ 302
4463
4709
  ]
4464
4710
  },
4465
4711
  {
4466
4712
  "title": "Properties",
4467
4713
  "kind": 1024,
4468
4714
  "children": [
4469
- 280,
4470
- 290,
4471
- 289
4715
+ 307,
4716
+ 317,
4717
+ 316
4472
4718
  ]
4473
4719
  },
4474
4720
  {
4475
4721
  "title": "Accessors",
4476
4722
  "kind": 262144,
4477
4723
  "children": [
4478
- 285,
4479
- 281
4724
+ 312,
4725
+ 308
4480
4726
  ]
4481
4727
  },
4482
4728
  {
4483
4729
  "title": "Methods",
4484
4730
  "kind": 2048,
4485
4731
  "children": [
4486
- 294
4732
+ 321
4487
4733
  ]
4488
4734
  }
4489
4735
  ],
@@ -4504,7 +4750,7 @@
4504
4750
  ]
4505
4751
  },
4506
4752
  {
4507
- "id": 37,
4753
+ "id": 54,
4508
4754
  "name": "SkyHelpInlineComponent",
4509
4755
  "kind": 128,
4510
4756
  "kindString": "Class",
@@ -4525,7 +4771,7 @@
4525
4771
  ],
4526
4772
  "children": [
4527
4773
  {
4528
- "id": 40,
4774
+ "id": 57,
4529
4775
  "name": "actionClick",
4530
4776
  "kind": 1024,
4531
4777
  "kindString": "Property",
@@ -4569,7 +4815,7 @@
4569
4815
  "defaultValue": "..."
4570
4816
  },
4571
4817
  {
4572
- "id": 41,
4818
+ "id": 58,
4573
4819
  "name": "onClick",
4574
4820
  "kind": 2048,
4575
4821
  "kindString": "Method",
@@ -4585,7 +4831,7 @@
4585
4831
  ],
4586
4832
  "signatures": [
4587
4833
  {
4588
- "id": 42,
4834
+ "id": 59,
4589
4835
  "name": "onClick",
4590
4836
  "kind": 4096,
4591
4837
  "kindString": "Call signature",
@@ -4603,21 +4849,21 @@
4603
4849
  "title": "Constructors",
4604
4850
  "kind": 512,
4605
4851
  "children": [
4606
- 38
4852
+ 55
4607
4853
  ]
4608
4854
  },
4609
4855
  {
4610
4856
  "title": "Properties",
4611
4857
  "kind": 1024,
4612
4858
  "children": [
4613
- 40
4859
+ 57
4614
4860
  ]
4615
4861
  },
4616
4862
  {
4617
4863
  "title": "Methods",
4618
4864
  "kind": 2048,
4619
4865
  "children": [
4620
- 41
4866
+ 58
4621
4867
  ]
4622
4868
  }
4623
4869
  ],
@@ -4630,7 +4876,7 @@
4630
4876
  ]
4631
4877
  },
4632
4878
  {
4633
- "id": 43,
4879
+ "id": 60,
4634
4880
  "name": "SkyIconComponent",
4635
4881
  "kind": 128,
4636
4882
  "kindString": "Class",
@@ -4651,7 +4897,7 @@
4651
4897
  ],
4652
4898
  "children": [
4653
4899
  {
4654
- "id": 49,
4900
+ "id": 66,
4655
4901
  "name": "fixedWidth",
4656
4902
  "kind": 1024,
4657
4903
  "kindString": "Property",
@@ -4659,7 +4905,13 @@
4659
4905
  "isPublic": true
4660
4906
  },
4661
4907
  "comment": {
4662
- "shortText": "Indicates whether the icon has a fixed width."
4908
+ "shortText": "Indicates whether the icon has a fixed width.",
4909
+ "tags": [
4910
+ {
4911
+ "tag": "default",
4912
+ "text": "false\n"
4913
+ }
4914
+ ]
4663
4915
  },
4664
4916
  "decorators": [
4665
4917
  {
@@ -4676,7 +4928,7 @@
4676
4928
  "sources": [
4677
4929
  {
4678
4930
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4679
- "line": 42,
4931
+ "line": 43,
4680
4932
  "character": 9
4681
4933
  }
4682
4934
  ],
@@ -4686,7 +4938,7 @@
4686
4938
  }
4687
4939
  },
4688
4940
  {
4689
- "id": 46,
4941
+ "id": 63,
4690
4942
  "name": "icon",
4691
4943
  "kind": 1024,
4692
4944
  "kindString": "Property",
@@ -4694,7 +4946,7 @@
4694
4946
  "isPublic": true
4695
4947
  },
4696
4948
  "comment": {
4697
- "shortText": "Specifies the name of\n[the Font Awesome 4.7 icon](https://fontawesome.com/v4.7/icons/) to\ndisplay. Do not specify the `fa fa-` classes.",
4949
+ "shortText": "Specifies the name of\n[the Font Awesome 4.7 icon](https://fontawesome.com/v4.7/icons/) or the SKY UX icon to\ndisplay. When specifying a Font Awesome icon, do not prefix the name with `fa-`.",
4698
4950
  "tags": [
4699
4951
  {
4700
4952
  "tag": "required",
@@ -4727,7 +4979,7 @@
4727
4979
  }
4728
4980
  },
4729
4981
  {
4730
- "id": 47,
4982
+ "id": 64,
4731
4983
  "name": "iconType",
4732
4984
  "kind": 1024,
4733
4985
  "kindString": "Property",
@@ -4764,13 +5016,13 @@
4764
5016
  ],
4765
5017
  "type": {
4766
5018
  "type": "reference",
4767
- "id": 324,
5019
+ "id": 350,
4768
5020
  "name": "SkyIconType"
4769
5021
  },
4770
5022
  "defaultValue": "'fa'"
4771
5023
  },
4772
5024
  {
4773
- "id": 48,
5025
+ "id": 65,
4774
5026
  "name": "size",
4775
5027
  "kind": 1024,
4776
5028
  "kindString": "Property",
@@ -4778,7 +5030,7 @@
4778
5030
  "isPublic": true
4779
5031
  },
4780
5032
  "comment": {
4781
- "shortText": "Specifies the size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons)."
5033
+ "shortText": "Specifies the size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons). Do not prefix the size with `fa-`."
4782
5034
  },
4783
5035
  "decorators": [
4784
5036
  {
@@ -4805,7 +5057,7 @@
4805
5057
  }
4806
5058
  },
4807
5059
  {
4808
- "id": 50,
5060
+ "id": 67,
4809
5061
  "name": "variant",
4810
5062
  "kind": 1024,
4811
5063
  "kindString": "Property",
@@ -4813,7 +5065,7 @@
4813
5065
  "isPublic": true
4814
5066
  },
4815
5067
  "comment": {
4816
- "shortText": "Specifies the icon variant (`\"line\"` or `\"solid\"`). If the variant doesn't exist for the\nspecified icon, the normal icon is displayed."
5068
+ "shortText": "Specifies the icon variant (`\"line\"` or `\"solid\"`). If the variant doesn't exist for the\nspecified icon, the normal icon is displayed. This property only applies when using SKY UX icons."
4817
5069
  },
4818
5070
  "decorators": [
4819
5071
  {
@@ -4830,13 +5082,13 @@
4830
5082
  "sources": [
4831
5083
  {
4832
5084
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4833
- "line": 49,
5085
+ "line": 50,
4834
5086
  "character": 9
4835
5087
  }
4836
5088
  ],
4837
5089
  "type": {
4838
5090
  "type": "reference",
4839
- "id": 325,
5091
+ "id": 351,
4840
5092
  "name": "SkyIconVariantType"
4841
5093
  }
4842
5094
  }
@@ -4846,18 +5098,18 @@
4846
5098
  "title": "Constructors",
4847
5099
  "kind": 512,
4848
5100
  "children": [
4849
- 44
5101
+ 61
4850
5102
  ]
4851
5103
  },
4852
5104
  {
4853
5105
  "title": "Properties",
4854
5106
  "kind": 1024,
4855
5107
  "children": [
4856
- 49,
4857
- 46,
4858
- 47,
4859
- 48,
4860
- 50
5108
+ 66,
5109
+ 63,
5110
+ 64,
5111
+ 65,
5112
+ 67
4861
5113
  ]
4862
5114
  }
4863
5115
  ],
@@ -4870,11 +5122,20 @@
4870
5122
  ]
4871
5123
  },
4872
5124
  {
4873
- "id": 51,
4874
- "name": "SkyIconStackComponent",
5125
+ "id": 74,
5126
+ "name": "SkyKeyInfoLabelComponent",
4875
5127
  "kind": 128,
4876
5128
  "kindString": "Class",
4877
5129
  "flags": {},
5130
+ "comment": {
5131
+ "shortText": "Specifies a label to display in smaller text under or beside the value.",
5132
+ "tags": [
5133
+ {
5134
+ "tag": "required",
5135
+ "text": "\n"
5136
+ }
5137
+ ]
5138
+ },
4878
5139
  "decorators": [
4879
5140
  {
4880
5141
  "name": "Component",
@@ -4885,185 +5146,21 @@
4885
5146
  "name": "Component"
4886
5147
  },
4887
5148
  "arguments": {
4888
- "obj": "{\n selector: 'sky-icon-stack',\n templateUrl: './icon-stack.component.html',\n styleUrls: ['./icon-stack.component.scss'],\n}"
5149
+ "obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>',\n}"
4889
5150
  }
4890
5151
  }
4891
5152
  ],
4892
- "children": [
5153
+ "children": [],
5154
+ "groups": [
4893
5155
  {
4894
- "id": 55,
4895
- "name": "baseIcon",
4896
- "kind": 1024,
4897
- "kindString": "Property",
4898
- "flags": {
4899
- "isPublic": true
4900
- },
4901
- "comment": {
4902
- "shortText": "The icon to display at the bottom of the stack."
4903
- },
4904
- "decorators": [
4905
- {
4906
- "name": "Input",
4907
- "type": {
4908
- "type": "reference",
4909
- "qualifiedName": "InputDecorator",
4910
- "package": "@angular/core",
4911
- "name": "Input"
4912
- },
4913
- "arguments": {}
4914
- }
4915
- ],
4916
- "sources": [
4917
- {
4918
- "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
4919
- "line": 22,
4920
- "character": 9
4921
- }
4922
- ],
4923
- "type": {
4924
- "type": "reference",
4925
- "id": 318,
4926
- "name": "SkyIconStackItem"
4927
- }
4928
- },
4929
- {
4930
- "id": 54,
4931
- "name": "size",
4932
- "kind": 1024,
4933
- "kindString": "Property",
4934
- "flags": {
4935
- "isPublic": true
4936
- },
4937
- "comment": {
4938
- "shortText": "Specifies the size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons)."
4939
- },
4940
- "decorators": [
4941
- {
4942
- "name": "Input",
4943
- "type": {
4944
- "type": "reference",
4945
- "qualifiedName": "InputDecorator",
4946
- "package": "@angular/core",
4947
- "name": "Input"
4948
- },
4949
- "arguments": {}
4950
- }
4951
- ],
4952
- "sources": [
4953
- {
4954
- "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
4955
- "line": 16,
4956
- "character": 9
4957
- }
4958
- ],
4959
- "type": {
4960
- "type": "intrinsic",
4961
- "name": "string"
4962
- }
4963
- },
4964
- {
4965
- "id": 56,
4966
- "name": "topIcon",
4967
- "kind": 1024,
4968
- "kindString": "Property",
4969
- "flags": {
4970
- "isPublic": true
4971
- },
4972
- "comment": {
4973
- "shortText": "The icon to display at the top of the stack."
4974
- },
4975
- "decorators": [
4976
- {
4977
- "name": "Input",
4978
- "type": {
4979
- "type": "reference",
4980
- "qualifiedName": "InputDecorator",
4981
- "package": "@angular/core",
4982
- "name": "Input"
4983
- },
4984
- "arguments": {}
4985
- }
4986
- ],
4987
- "sources": [
4988
- {
4989
- "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
4990
- "line": 28,
4991
- "character": 9
4992
- }
4993
- ],
4994
- "type": {
4995
- "type": "reference",
4996
- "id": 318,
4997
- "name": "SkyIconStackItem"
4998
- }
4999
- }
5000
- ],
5001
- "groups": [
5002
- {
5003
- "title": "Constructors",
5004
- "kind": 512,
5005
- "children": [
5006
- 52
5007
- ]
5008
- },
5009
- {
5010
- "title": "Properties",
5011
- "kind": 1024,
5012
- "children": [
5013
- 55,
5014
- 54,
5015
- 56
5016
- ]
5017
- }
5018
- ],
5019
- "sources": [
5020
- {
5021
- "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
5022
- "line": 10,
5023
- "character": 13
5024
- }
5025
- ]
5026
- },
5027
- {
5028
- "id": 57,
5029
- "name": "SkyKeyInfoLabelComponent",
5030
- "kind": 128,
5031
- "kindString": "Class",
5032
- "flags": {},
5033
- "comment": {
5034
- "shortText": "Specifies a label to display in smaller text under or beside the value.",
5035
- "tags": [
5036
- {
5037
- "tag": "required",
5038
- "text": "\n"
5039
- }
5040
- ]
5041
- },
5042
- "decorators": [
5043
- {
5044
- "name": "Component",
5045
- "type": {
5046
- "type": "reference",
5047
- "qualifiedName": "ComponentDecorator",
5048
- "package": "@angular/core",
5049
- "name": "Component"
5050
- },
5051
- "arguments": {
5052
- "obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>',\n}"
5053
- }
5054
- }
5055
- ],
5056
- "children": [],
5057
- "groups": [
5058
- {
5059
- "title": "Constructors",
5060
- "kind": 512,
5061
- "children": [
5062
- 58
5063
- ]
5064
- }
5065
- ],
5066
- "sources": [
5156
+ "title": "Constructors",
5157
+ "kind": 512,
5158
+ "children": [
5159
+ 75
5160
+ ]
5161
+ }
5162
+ ],
5163
+ "sources": [
5067
5164
  {
5068
5165
  "fileName": "projects/indicators/src/modules/key-info/key-info-label.component.ts",
5069
5166
  "line": 11,
@@ -5072,7 +5169,7 @@
5072
5169
  ]
5073
5170
  },
5074
5171
  {
5075
- "id": 60,
5172
+ "id": 77,
5076
5173
  "name": "SkyKeyInfoValueComponent",
5077
5174
  "kind": 128,
5078
5175
  "kindString": "Class",
@@ -5106,7 +5203,7 @@
5106
5203
  "title": "Constructors",
5107
5204
  "kind": 512,
5108
5205
  "children": [
5109
- 61
5206
+ 78
5110
5207
  ]
5111
5208
  }
5112
5209
  ],
@@ -5119,7 +5216,7 @@
5119
5216
  ]
5120
5217
  },
5121
5218
  {
5122
- "id": 63,
5219
+ "id": 80,
5123
5220
  "name": "SkyKeyInfoComponent",
5124
5221
  "kind": 128,
5125
5222
  "kindString": "Class",
@@ -5140,7 +5237,7 @@
5140
5237
  ],
5141
5238
  "children": [
5142
5239
  {
5143
- "id": 66,
5240
+ "id": 83,
5144
5241
  "name": "layout",
5145
5242
  "kind": 1024,
5146
5243
  "kindString": "Property",
@@ -5187,14 +5284,14 @@
5187
5284
  "title": "Constructors",
5188
5285
  "kind": 512,
5189
5286
  "children": [
5190
- 64
5287
+ 81
5191
5288
  ]
5192
5289
  },
5193
5290
  {
5194
5291
  "title": "Properties",
5195
5292
  "kind": 1024,
5196
5293
  "children": [
5197
- 66
5294
+ 83
5198
5295
  ]
5199
5296
  }
5200
5297
  ],
@@ -5207,7 +5304,7 @@
5207
5304
  ]
5208
5305
  },
5209
5306
  {
5210
- "id": 67,
5307
+ "id": 84,
5211
5308
  "name": "SkyLabelComponent",
5212
5309
  "kind": 128,
5213
5310
  "kindString": "Class",
@@ -5228,7 +5325,61 @@
5228
5325
  ],
5229
5326
  "children": [
5230
5327
  {
5231
- "id": 74,
5328
+ "id": 85,
5329
+ "name": "constructor",
5330
+ "kind": 512,
5331
+ "kindString": "Constructor",
5332
+ "flags": {},
5333
+ "sources": [
5334
+ {
5335
+ "fileName": "projects/indicators/src/modules/label/label.component.ts",
5336
+ "line": 77,
5337
+ "character": 2
5338
+ }
5339
+ ],
5340
+ "signatures": [
5341
+ {
5342
+ "id": 86,
5343
+ "name": "SkyLabelComponent",
5344
+ "kind": 16384,
5345
+ "kindString": "Constructor signature",
5346
+ "flags": {},
5347
+ "parameters": [
5348
+ {
5349
+ "id": 87,
5350
+ "name": "changeDetector",
5351
+ "kind": 32768,
5352
+ "kindString": "Parameter",
5353
+ "flags": {},
5354
+ "type": {
5355
+ "type": "reference",
5356
+ "qualifiedName": "ChangeDetectorRef",
5357
+ "package": "@angular/core",
5358
+ "name": "ChangeDetectorRef"
5359
+ }
5360
+ },
5361
+ {
5362
+ "id": 88,
5363
+ "name": "resources",
5364
+ "kind": 32768,
5365
+ "kindString": "Parameter",
5366
+ "flags": {},
5367
+ "type": {
5368
+ "type": "reference",
5369
+ "name": "SkyLibResourcesService"
5370
+ }
5371
+ }
5372
+ ],
5373
+ "type": {
5374
+ "type": "reference",
5375
+ "id": 84,
5376
+ "name": "SkyLabelComponent"
5377
+ }
5378
+ }
5379
+ ]
5380
+ },
5381
+ {
5382
+ "id": 98,
5232
5383
  "name": "baseIcon",
5233
5384
  "kind": 1024,
5234
5385
  "kindString": "Property",
@@ -5238,18 +5389,37 @@
5238
5389
  "sources": [
5239
5390
  {
5240
5391
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5241
- "line": 37,
5392
+ "line": 57,
5242
5393
  "character": 9
5243
5394
  }
5244
5395
  ],
5245
5396
  "type": {
5246
5397
  "type": "reference",
5247
- "id": 318,
5248
5398
  "name": "SkyIconStackItem"
5249
5399
  }
5250
5400
  },
5251
5401
  {
5252
- "id": 75,
5402
+ "id": 99,
5403
+ "name": "descriptionComputed",
5404
+ "kind": 1024,
5405
+ "kindString": "Property",
5406
+ "flags": {
5407
+ "isPublic": true
5408
+ },
5409
+ "sources": [
5410
+ {
5411
+ "fileName": "projects/indicators/src/modules/label/label.component.ts",
5412
+ "line": 59,
5413
+ "character": 9
5414
+ }
5415
+ ],
5416
+ "type": {
5417
+ "type": "intrinsic",
5418
+ "name": "string"
5419
+ }
5420
+ },
5421
+ {
5422
+ "id": 100,
5253
5423
  "name": "icon",
5254
5424
  "kind": 1024,
5255
5425
  "kindString": "Property",
@@ -5259,7 +5429,7 @@
5259
5429
  "sources": [
5260
5430
  {
5261
5431
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5262
- "line": 39,
5432
+ "line": 61,
5263
5433
  "character": 9
5264
5434
  }
5265
5435
  ],
@@ -5269,7 +5439,7 @@
5269
5439
  }
5270
5440
  },
5271
5441
  {
5272
- "id": 76,
5442
+ "id": 101,
5273
5443
  "name": "labelTypeOrDefault",
5274
5444
  "kind": 1024,
5275
5445
  "kindString": "Property",
@@ -5279,19 +5449,19 @@
5279
5449
  "sources": [
5280
5450
  {
5281
5451
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5282
- "line": 41,
5452
+ "line": 63,
5283
5453
  "character": 9
5284
5454
  }
5285
5455
  ],
5286
5456
  "type": {
5287
5457
  "type": "reference",
5288
- "id": 329,
5458
+ "id": 355,
5289
5459
  "name": "SkyLabelType"
5290
5460
  },
5291
5461
  "defaultValue": "LABEL_TYPE_DEFAULT"
5292
5462
  },
5293
5463
  {
5294
- "id": 77,
5464
+ "id": 102,
5295
5465
  "name": "topIcon",
5296
5466
  "kind": 1024,
5297
5467
  "kindString": "Property",
@@ -5301,19 +5471,18 @@
5301
5471
  "sources": [
5302
5472
  {
5303
5473
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5304
- "line": 43,
5474
+ "line": 65,
5305
5475
  "character": 9
5306
5476
  }
5307
5477
  ],
5308
5478
  "type": {
5309
5479
  "type": "reference",
5310
- "id": 318,
5311
5480
  "name": "SkyIconStackItem"
5312
5481
  }
5313
5482
  },
5314
5483
  {
5315
- "id": 70,
5316
- "name": "labelType",
5484
+ "id": 95,
5485
+ "name": "customDescription",
5317
5486
  "kind": 262144,
5318
5487
  "kindString": "Accessor",
5319
5488
  "flags": {
@@ -5334,36 +5503,128 @@
5334
5503
  "sources": [
5335
5504
  {
5336
5505
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5337
- "line": 21,
5506
+ "line": 52,
5338
5507
  "character": 13
5339
5508
  }
5340
5509
  ],
5341
- "getSignature": [
5510
+ "setSignature": [
5342
5511
  {
5343
- "id": 71,
5344
- "name": "labelType",
5345
- "kind": 524288,
5346
- "kindString": "Get signature",
5512
+ "id": 96,
5513
+ "name": "customDescription",
5514
+ "kind": 1048576,
5515
+ "kindString": "Set signature",
5347
5516
  "flags": {},
5348
5517
  "comment": {
5349
- "shortText": "The type of label to display.",
5350
- "tags": [
5351
- {
5352
- "tag": "required",
5353
- "text": "\n"
5354
- }
5355
- ]
5518
+ "shortText": "Specifies the text to be read by screen readers for users who cannot see\nthe indicator icon when `descriptionType` is `custom`."
5356
5519
  },
5520
+ "parameters": [
5521
+ {
5522
+ "id": 97,
5523
+ "name": "value",
5524
+ "kind": 32768,
5525
+ "kindString": "Parameter",
5526
+ "flags": {},
5527
+ "type": {
5528
+ "type": "intrinsic",
5529
+ "name": "string"
5530
+ }
5531
+ }
5532
+ ],
5533
+ "type": {
5534
+ "type": "intrinsic",
5535
+ "name": "void"
5536
+ }
5537
+ }
5538
+ ]
5539
+ },
5540
+ {
5541
+ "id": 92,
5542
+ "name": "descriptionType",
5543
+ "kind": 262144,
5544
+ "kindString": "Accessor",
5545
+ "flags": {
5546
+ "isPublic": true
5547
+ },
5548
+ "decorators": [
5549
+ {
5550
+ "name": "Input",
5357
5551
  "type": {
5358
5552
  "type": "reference",
5359
- "id": 329,
5360
- "name": "SkyLabelType"
5553
+ "qualifiedName": "InputDecorator",
5554
+ "package": "@angular/core",
5555
+ "name": "Input"
5556
+ },
5557
+ "arguments": {}
5558
+ }
5559
+ ],
5560
+ "sources": [
5561
+ {
5562
+ "fileName": "projects/indicators/src/modules/label/label.component.ts",
5563
+ "line": 42,
5564
+ "character": 13
5565
+ }
5566
+ ],
5567
+ "setSignature": [
5568
+ {
5569
+ "id": 93,
5570
+ "name": "descriptionType",
5571
+ "kind": 1048576,
5572
+ "kindString": "Set signature",
5573
+ "flags": {},
5574
+ "comment": {
5575
+ "shortText": "Specifies the predefined text to be read by screen readers for users who cannot see the indicator icon.\nThis property is optional but will be required in future versions of SKY UX."
5576
+ },
5577
+ "parameters": [
5578
+ {
5579
+ "id": 94,
5580
+ "name": "value",
5581
+ "kind": 32768,
5582
+ "kindString": "Parameter",
5583
+ "flags": {},
5584
+ "type": {
5585
+ "type": "reference",
5586
+ "id": 359,
5587
+ "name": "SkyIndicatorDescriptionType"
5588
+ }
5589
+ }
5590
+ ],
5591
+ "type": {
5592
+ "type": "intrinsic",
5593
+ "name": "void"
5361
5594
  }
5362
5595
  }
5596
+ ]
5597
+ },
5598
+ {
5599
+ "id": 89,
5600
+ "name": "labelType",
5601
+ "kind": 262144,
5602
+ "kindString": "Accessor",
5603
+ "flags": {
5604
+ "isPublic": true
5605
+ },
5606
+ "decorators": [
5607
+ {
5608
+ "name": "Input",
5609
+ "type": {
5610
+ "type": "reference",
5611
+ "qualifiedName": "InputDecorator",
5612
+ "package": "@angular/core",
5613
+ "name": "Input"
5614
+ },
5615
+ "arguments": {}
5616
+ }
5617
+ ],
5618
+ "sources": [
5619
+ {
5620
+ "fileName": "projects/indicators/src/modules/label/label.component.ts",
5621
+ "line": 31,
5622
+ "character": 13
5623
+ }
5363
5624
  ],
5364
5625
  "setSignature": [
5365
5626
  {
5366
- "id": 72,
5627
+ "id": 90,
5367
5628
  "name": "labelType",
5368
5629
  "kind": 1048576,
5369
5630
  "kindString": "Set signature",
@@ -5372,21 +5633,21 @@
5372
5633
  "shortText": "The type of label to display.",
5373
5634
  "tags": [
5374
5635
  {
5375
- "tag": "required",
5376
- "text": "\n"
5636
+ "tag": "default",
5637
+ "text": "'info'\n"
5377
5638
  }
5378
5639
  ]
5379
5640
  },
5380
5641
  "parameters": [
5381
5642
  {
5382
- "id": 73,
5643
+ "id": 91,
5383
5644
  "name": "value",
5384
5645
  "kind": 32768,
5385
5646
  "kindString": "Parameter",
5386
5647
  "flags": {},
5387
5648
  "type": {
5388
5649
  "type": "reference",
5389
- "id": 329,
5650
+ "id": 355,
5390
5651
  "name": "SkyLabelType"
5391
5652
  }
5392
5653
  }
@@ -5397,128 +5658,150 @@
5397
5658
  }
5398
5659
  }
5399
5660
  ]
5400
- }
5401
- ],
5402
- "groups": [
5403
- {
5404
- "title": "Constructors",
5405
- "kind": 512,
5406
- "children": [
5407
- 68
5408
- ]
5409
5661
  },
5410
5662
  {
5411
- "title": "Properties",
5412
- "kind": 1024,
5413
- "children": [
5414
- 74,
5415
- 75,
5416
- 76,
5417
- 77
5418
- ]
5419
- },
5420
- {
5421
- "title": "Accessors",
5422
- "kind": 262144,
5423
- "children": [
5424
- 70
5425
- ]
5426
- }
5427
- ],
5428
- "sources": [
5429
- {
5430
- "fileName": "projects/indicators/src/modules/label/label.component.ts",
5431
- "line": 15,
5432
- "character": 13
5433
- }
5434
- ]
5435
- },
5436
- {
5437
- "id": 318,
5438
- "name": "SkyIconStackItem",
5439
- "kind": 256,
5440
- "kindString": "Interface",
5441
- "flags": {},
5442
- "children": [
5443
- {
5444
- "id": 319,
5445
- "name": "icon",
5446
- "kind": 1024,
5447
- "kindString": "Property",
5448
- "flags": {},
5449
- "comment": {
5450
- "shortText": "Specifies the name of\n[the Font Awesome 4.7 icon](https://fontawesome.com/v4.7/icons/) to\ndisplay. Do not specify the `fa fa-` classes.",
5451
- "tags": [
5452
- {
5453
- "tag": "required",
5454
- "text": "\n"
5455
- }
5456
- ]
5663
+ "id": 110,
5664
+ "name": "ngOnDestroy",
5665
+ "kind": 2048,
5666
+ "kindString": "Method",
5667
+ "flags": {
5668
+ "isPublic": true
5457
5669
  },
5458
5670
  "sources": [
5459
5671
  {
5460
- "fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
5461
- "line": 10,
5462
- "character": 2
5672
+ "fileName": "projects/indicators/src/modules/label/label.component.ts",
5673
+ "line": 89,
5674
+ "character": 9
5463
5675
  }
5464
5676
  ],
5465
- "type": {
5466
- "type": "intrinsic",
5467
- "name": "string"
5677
+ "signatures": [
5678
+ {
5679
+ "id": 111,
5680
+ "name": "ngOnDestroy",
5681
+ "kind": 4096,
5682
+ "kindString": "Call signature",
5683
+ "flags": {},
5684
+ "type": {
5685
+ "type": "intrinsic",
5686
+ "name": "void"
5687
+ },
5688
+ "implementationOf": {
5689
+ "type": "reference",
5690
+ "name": "OnDestroy.ngOnDestroy"
5691
+ }
5692
+ }
5693
+ ],
5694
+ "implementationOf": {
5695
+ "type": "reference",
5696
+ "name": "OnDestroy.ngOnDestroy"
5468
5697
  }
5469
5698
  },
5470
5699
  {
5471
- "id": 320,
5472
- "name": "iconType",
5473
- "kind": 1024,
5474
- "kindString": "Property",
5700
+ "id": 108,
5701
+ "name": "ngOnInit",
5702
+ "kind": 2048,
5703
+ "kindString": "Method",
5475
5704
  "flags": {
5476
- "isOptional": true
5477
- },
5478
- "comment": {
5479
- "shortText": "Specifies the type of icon to display. Specifying `fa` will display a Font Awesome icon,\nwhile specifying `skyux` will display an icon from the custom SKY UX icon font. Note that\nthe custom SKY UX icon font is currently in beta."
5705
+ "isPublic": true
5480
5706
  },
5481
5707
  "sources": [
5482
5708
  {
5483
- "fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
5484
- "line": 17,
5485
- "character": 2
5709
+ "fileName": "projects/indicators/src/modules/label/label.component.ts",
5710
+ "line": 85,
5711
+ "character": 9
5486
5712
  }
5487
5713
  ],
5488
- "type": {
5714
+ "signatures": [
5715
+ {
5716
+ "id": 109,
5717
+ "name": "ngOnInit",
5718
+ "kind": 4096,
5719
+ "kindString": "Call signature",
5720
+ "flags": {},
5721
+ "type": {
5722
+ "type": "intrinsic",
5723
+ "name": "void"
5724
+ },
5725
+ "implementationOf": {
5726
+ "type": "reference",
5727
+ "name": "OnInit.ngOnInit"
5728
+ }
5729
+ }
5730
+ ],
5731
+ "implementationOf": {
5489
5732
  "type": "reference",
5490
- "id": 324,
5491
- "name": "SkyIconType"
5733
+ "name": "OnInit.ngOnInit"
5492
5734
  }
5493
5735
  }
5494
5736
  ],
5495
5737
  "groups": [
5738
+ {
5739
+ "title": "Constructors",
5740
+ "kind": 512,
5741
+ "children": [
5742
+ 85
5743
+ ]
5744
+ },
5496
5745
  {
5497
5746
  "title": "Properties",
5498
5747
  "kind": 1024,
5499
5748
  "children": [
5500
- 319,
5501
- 320
5749
+ 98,
5750
+ 99,
5751
+ 100,
5752
+ 101,
5753
+ 102
5754
+ ]
5755
+ },
5756
+ {
5757
+ "title": "Accessors",
5758
+ "kind": 262144,
5759
+ "children": [
5760
+ 95,
5761
+ 92,
5762
+ 89
5763
+ ]
5764
+ },
5765
+ {
5766
+ "title": "Methods",
5767
+ "kind": 2048,
5768
+ "children": [
5769
+ 110,
5770
+ 108
5502
5771
  ]
5503
5772
  }
5504
5773
  ],
5505
5774
  "sources": [
5506
5775
  {
5507
- "fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
5508
- "line": 3,
5509
- "character": 17
5776
+ "fileName": "projects/indicators/src/modules/label/label.component.ts",
5777
+ "line": 25,
5778
+ "character": 13
5779
+ }
5780
+ ],
5781
+ "implementedTypes": [
5782
+ {
5783
+ "type": "reference",
5784
+ "qualifiedName": "OnDestroy",
5785
+ "package": "@angular/core",
5786
+ "name": "OnDestroy"
5787
+ },
5788
+ {
5789
+ "type": "reference",
5790
+ "qualifiedName": "OnInit",
5791
+ "package": "@angular/core",
5792
+ "name": "OnInit"
5510
5793
  }
5511
5794
  ]
5512
5795
  },
5513
5796
  {
5514
- "id": 344,
5797
+ "id": 370,
5515
5798
  "name": "SkyToken",
5516
5799
  "kind": 256,
5517
5800
  "kindString": "Interface",
5518
5801
  "flags": {},
5519
5802
  "children": [
5520
5803
  {
5521
- "id": 345,
5804
+ "id": 371,
5522
5805
  "name": "value",
5523
5806
  "kind": 1024,
5524
5807
  "kindString": "Property",
@@ -5544,7 +5827,7 @@
5544
5827
  "title": "Properties",
5545
5828
  "kind": 1024,
5546
5829
  "children": [
5547
- 345
5830
+ 371
5548
5831
  ]
5549
5832
  }
5550
5833
  ],
@@ -5557,14 +5840,14 @@
5557
5840
  ]
5558
5841
  },
5559
5842
  {
5560
- "id": 346,
5843
+ "id": 372,
5561
5844
  "name": "SkyTokenSelectedEventArgs",
5562
5845
  "kind": 256,
5563
5846
  "kindString": "Interface",
5564
5847
  "flags": {},
5565
5848
  "children": [
5566
5849
  {
5567
- "id": 347,
5850
+ "id": 373,
5568
5851
  "name": "token",
5569
5852
  "kind": 1024,
5570
5853
  "kindString": "Property",
@@ -5583,7 +5866,7 @@
5583
5866
  ],
5584
5867
  "type": {
5585
5868
  "type": "reference",
5586
- "id": 344,
5869
+ "id": 370,
5587
5870
  "name": "SkyToken"
5588
5871
  }
5589
5872
  }
@@ -5593,7 +5876,7 @@
5593
5876
  "title": "Properties",
5594
5877
  "kind": 1024,
5595
5878
  "children": [
5596
- 347
5879
+ 373
5597
5880
  ]
5598
5881
  }
5599
5882
  ],
@@ -5606,14 +5889,14 @@
5606
5889
  ]
5607
5890
  },
5608
5891
  {
5609
- "id": 348,
5892
+ "id": 374,
5610
5893
  "name": "SkyTokensMessage",
5611
5894
  "kind": 256,
5612
5895
  "kindString": "Interface",
5613
5896
  "flags": {},
5614
5897
  "children": [
5615
5898
  {
5616
- "id": 349,
5899
+ "id": 375,
5617
5900
  "name": "type",
5618
5901
  "kind": 1024,
5619
5902
  "kindString": "Property",
@@ -5632,7 +5915,7 @@
5632
5915
  ],
5633
5916
  "type": {
5634
5917
  "type": "reference",
5635
- "id": 350,
5918
+ "id": 376,
5636
5919
  "name": "SkyTokensMessageType"
5637
5920
  }
5638
5921
  }
@@ -5642,7 +5925,7 @@
5642
5925
  "title": "Properties",
5643
5926
  "kind": 1024,
5644
5927
  "children": [
5645
- 349
5928
+ 375
5646
5929
  ]
5647
5930
  }
5648
5931
  ],
@@ -5655,7 +5938,7 @@
5655
5938
  ]
5656
5939
  },
5657
5940
  {
5658
- "id": 324,
5941
+ "id": 350,
5659
5942
  "name": "SkyIconType",
5660
5943
  "kind": 4194304,
5661
5944
  "kindString": "Type alias",
@@ -5682,7 +5965,7 @@
5682
5965
  }
5683
5966
  },
5684
5967
  {
5685
- "id": 325,
5968
+ "id": 351,
5686
5969
  "name": "SkyIconVariantType",
5687
5970
  "kind": 4194304,
5688
5971
  "kindString": "Type alias",
@@ -5709,7 +5992,7 @@
5709
5992
  }
5710
5993
  },
5711
5994
  {
5712
- "id": 333,
5995
+ "id": 359,
5713
5996
  "name": "SkyIndicatorDescriptionType",
5714
5997
  "kind": 4194304,
5715
5998
  "kindString": "Type alias",
@@ -5724,6 +6007,14 @@
5724
6007
  "type": {
5725
6008
  "type": "union",
5726
6009
  "types": [
6010
+ {
6011
+ "type": "literal",
6012
+ "value": "attention"
6013
+ },
6014
+ {
6015
+ "type": "literal",
6016
+ "value": "caution"
6017
+ },
5727
6018
  {
5728
6019
  "type": "literal",
5729
6020
  "value": "completed"
@@ -5732,6 +6023,10 @@
5732
6023
  "type": "literal",
5733
6024
  "value": "custom"
5734
6025
  },
6026
+ {
6027
+ "type": "literal",
6028
+ "value": "danger"
6029
+ },
5735
6030
  {
5736
6031
  "type": "literal",
5737
6032
  "value": "error"
@@ -5740,10 +6035,18 @@
5740
6035
  "type": "literal",
5741
6036
  "value": "important-info"
5742
6037
  },
6038
+ {
6039
+ "type": "literal",
6040
+ "value": "important-warning"
6041
+ },
5743
6042
  {
5744
6043
  "type": "literal",
5745
6044
  "value": "none"
5746
6045
  },
6046
+ {
6047
+ "type": "literal",
6048
+ "value": "success"
6049
+ },
5747
6050
  {
5748
6051
  "type": "literal",
5749
6052
  "value": "warning"
@@ -5752,7 +6055,7 @@
5752
6055
  }
5753
6056
  },
5754
6057
  {
5755
- "id": 334,
6058
+ "id": 360,
5756
6059
  "name": "SkyIndicatorIconType",
5757
6060
  "kind": 4194304,
5758
6061
  "kindString": "Type alias",
@@ -5787,7 +6090,7 @@
5787
6090
  }
5788
6091
  },
5789
6092
  {
5790
- "id": 329,
6093
+ "id": 355,
5791
6094
  "name": "SkyLabelType",
5792
6095
  "kind": 4194304,
5793
6096
  "kindString": "Type alias",
@@ -5824,70 +6127,12 @@
5824
6127
  ],
5825
6128
  "groups": [
5826
6129
  {
5827
- "title": "Enumerations",
5828
- "kind": 8,
5829
- "children": [
5830
- 350
5831
- ]
5832
- },
5833
- {
5834
- "title": "Classes",
5835
- "kind": 128,
6130
+ "title": "Modules",
6131
+ "kind": 2,
5836
6132
  "children": [
5837
- 306,
5838
- 309,
5839
- 312,
5840
- 315,
5841
- 321,
5842
- 326,
5843
- 330,
5844
- 335,
5845
- 338,
5846
- 341,
5847
- 356,
5848
- 359,
5849
6133
  1,
5850
- 81,
5851
- 109,
5852
- 148,
5853
- 193,
5854
- 274,
5855
- 37,
5856
- 43,
5857
- 51,
5858
- 57,
5859
- 60,
5860
- 63,
5861
- 67
5862
- ]
5863
- },
5864
- {
5865
- "title": "Interfaces",
5866
- "kind": 256,
5867
- "children": [
5868
- 318,
5869
- 344,
5870
- 346,
5871
- 348
6134
+ 2
5872
6135
  ]
5873
- },
5874
- {
5875
- "title": "Type aliases",
5876
- "kind": 4194304,
5877
- "children": [
5878
- 324,
5879
- 325,
5880
- 333,
5881
- 334,
5882
- 329
5883
- ]
5884
- }
5885
- ],
5886
- "sources": [
5887
- {
5888
- "fileName": "index.ts",
5889
- "line": 1,
5890
- "character": 0
5891
6136
  }
5892
6137
  ]
5893
6138
  },
@@ -5895,7 +6140,7 @@
5895
6140
  {
5896
6141
  "fileName": "alert-demo.component.html",
5897
6142
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
5898
- "rawContents": "<sky-alert\n alertType=\"info\"\n [closeable]=\"true\"\n (closedChange)=\"onClosedChange($event)\"\n>\n Info alert message\n</sky-alert>\n"
6143
+ "rawContents": "<sky-alert\n alertType=\"info\"\n [closeable]=\"true\"\n (closedChange)=\"onClosedChange($event)\"\n descriptionType=\"important-info\"\n>\n Info alert message\n</sky-alert>\n"
5899
6144
  },
5900
6145
  {
5901
6146
  "fileName": "alert-demo.component.ts",
@@ -5925,7 +6170,7 @@
5925
6170
  {
5926
6171
  "fileName": "icon-demo.component.html",
5927
6172
  "filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.html",
5928
- "rawContents": "<sky-icon icon=\"bars\" size=\"lg\"> </sky-icon>\n<sky-icon icon=\"chevron-down\" size=\"sm\"> </sky-icon>\n<sky-icon icon=\"chevron-up\" size=\"5x\"> </sky-icon>\n<sky-icon icon=\"cog\" size=\"2x\"> </sky-icon>\n<sky-icon icon=\"comment\" size=\"xs\"> </sky-icon>\n<sky-icon icon=\"database\" size=\"3x\"> </sky-icon>\n<sky-icon fixedWidth=\"true\" icon=\"spinner\" size=\"3x\"> </sky-icon>\n<sky-icon icon=\"trash\" size=\"sm\"> </sky-icon>\n<sky-icon icon=\"users\" size=\"4x\"> </sky-icon>\n<sky-icon icon=\"user\" size=\"5x\"> </sky-icon>\n<sky-icon icon=\"sort\" iconType=\"skyux\" size=\"5x\"> </sky-icon>\n"
6173
+ "rawContents": "<sky-icon icon=\"bars\" size=\"lg\"></sky-icon>\n<sky-icon icon=\"chevron-down\" size=\"sm\"></sky-icon>\n<sky-icon icon=\"chevron-up\" size=\"5x\"></sky-icon>\n<sky-icon icon=\"cog\" size=\"2x\"></sky-icon>\n<sky-icon icon=\"comment\" size=\"xs\"></sky-icon>\n<sky-icon icon=\"database\" size=\"3x\"></sky-icon>\n<sky-icon [fixedWidth]=\"true\" icon=\"spinner\" size=\"3x\"></sky-icon>\n<sky-icon icon=\"trash\" size=\"sm\"></sky-icon>\n<sky-icon icon=\"users\" size=\"4x\"></sky-icon>\n<sky-icon icon=\"user\" size=\"5x\"></sky-icon>\n<sky-icon icon=\"sort\" iconType=\"skyux\" size=\"5x\"></sky-icon>\n"
5929
6174
  },
5930
6175
  {
5931
6176
  "fileName": "icon-demo.component.ts",
@@ -5970,7 +6215,7 @@
5970
6215
  {
5971
6216
  "fileName": "label-demo.component.html",
5972
6217
  "filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.html",
5973
- "rawContents": "<sky-label class=\"sky-margin-inline-lg\" labelType=\"info\">\n Info label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-lg\" labelType=\"success\">\n Success label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-lg\" labelType=\"warning\">\n Warning label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-lg\" labelType=\"danger\">\n Danger label\n</sky-label>\n"
6218
+ "rawContents": "<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"info\"\n descriptionType=\"important-info\"\n>\n Board member\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"success\"\n descriptionType=\"success\"\n>\n Approved\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"warning\"\n descriptionType=\"warning\"\n>\n Needs approval\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"danger\"\n descriptionType=\"important-warning\"\n>\n Overdue\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"info\"\n descriptionType=\"custom\"\n customDescription=\"Fun fact:\"\n>\n Custom screen reader description\n</sky-label>\n"
5974
6219
  },
5975
6220
  {
5976
6221
  "fileName": "label-demo.component.ts",