@skyux/indicators 6.16.0 → 6.18.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 (35) hide show
  1. package/documentation.json +1146 -464
  2. package/esm2020/lib/modules/alert/alert.component.mjs +71 -15
  3. package/esm2020/lib/modules/key-info/key-info-label.component.mjs +3 -1
  4. package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +10 -1
  5. package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +109 -103
  6. package/esm2020/testing/alert/alert-harness-filters.mjs +1 -1
  7. package/esm2020/testing/alert/alert-harness.mjs +2 -1
  8. package/esm2020/testing/alert-fixture.mjs +2 -1
  9. package/esm2020/testing/label-fixture.mjs +2 -1
  10. package/esm2020/testing/tokens/token-harness-filters.mjs +1 -1
  11. package/esm2020/testing/tokens/token-harness.mjs +2 -1
  12. package/esm2020/testing/tokens/tokens-harness-filters.mjs +1 -1
  13. package/esm2020/testing/tokens/tokens-harness.mjs +2 -1
  14. package/esm2020/testing/wait-fixture.mjs +4 -1
  15. package/fesm2015/skyux-indicators-testing.mjs +8 -0
  16. package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
  17. package/fesm2015/skyux-indicators.mjs +206 -135
  18. package/fesm2015/skyux-indicators.mjs.map +1 -1
  19. package/fesm2020/skyux-indicators-testing.mjs +8 -0
  20. package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
  21. package/fesm2020/skyux-indicators.mjs +206 -135
  22. package/fesm2020/skyux-indicators.mjs.map +1 -1
  23. package/lib/modules/alert/alert.component.d.ts +18 -3
  24. package/lib/modules/key-info/key-info-label.component.d.ts +2 -0
  25. package/lib/modules/text-highlight/text-highlight.directive.d.ts +3 -14
  26. package/package.json +5 -5
  27. package/testing/alert/alert-harness-filters.d.ts +1 -0
  28. package/testing/alert/alert-harness.d.ts +1 -0
  29. package/testing/alert-fixture.d.ts +1 -0
  30. package/testing/label-fixture.d.ts +1 -0
  31. package/testing/tokens/token-harness-filters.d.ts +1 -0
  32. package/testing/tokens/token-harness.d.ts +1 -0
  33. package/testing/tokens/tokens-harness-filters.d.ts +1 -0
  34. package/testing/tokens/tokens-harness.d.ts +1 -0
  35. package/testing/wait-fixture.d.ts +3 -0
@@ -32,25 +32,26 @@
32
32
  "SkyIconVariantType": "type-alias-skyiconvarianttype",
33
33
  "SkyIndicatorDescriptionType": "type-alias-skyindicatordescriptiontype",
34
34
  "SkyIndicatorIconType": "type-alias-skyindicatoricontype",
35
- "SkyLabelType": "type-alias-skylabeltype"
35
+ "SkyLabelType": "type-alias-skylabeltype",
36
+ "SkyAlertHarness": "class-skyalertharness",
37
+ "SkyAlertHarnessFilters": "interface-skyalertharnessfilters"
36
38
  },
37
39
  "typedoc": {
38
40
  "id": 0,
39
41
  "name": "@skyux/indicators",
40
42
  "kind": 1,
41
- "kindString": "Project",
42
43
  "flags": {},
43
44
  "originalName": "",
44
45
  "children": [
45
46
  {
46
- "id": 369,
47
+ "id": 376,
47
48
  "name": "SkyTokensMessageType",
48
49
  "kind": 8,
49
50
  "kindString": "Enumeration",
50
51
  "flags": {},
51
52
  "children": [
52
53
  {
53
- "id": 371,
54
+ "id": 378,
54
55
  "name": "FocusActiveToken",
55
56
  "kind": 16,
56
57
  "kindString": "Enumeration member",
@@ -68,7 +69,7 @@
68
69
  "defaultValue": "1"
69
70
  },
70
71
  {
71
- "id": 370,
72
+ "id": 377,
72
73
  "name": "FocusLastToken",
73
74
  "kind": 16,
74
75
  "kindString": "Enumeration member",
@@ -86,7 +87,7 @@
86
87
  "defaultValue": "0"
87
88
  },
88
89
  {
89
- "id": 373,
90
+ "id": 380,
90
91
  "name": "FocusNextToken",
91
92
  "kind": 16,
92
93
  "kindString": "Enumeration member",
@@ -104,7 +105,7 @@
104
105
  "defaultValue": "3"
105
106
  },
106
107
  {
107
- "id": 372,
108
+ "id": 379,
108
109
  "name": "FocusPreviousToken",
109
110
  "kind": 16,
110
111
  "kindString": "Enumeration member",
@@ -122,7 +123,7 @@
122
123
  "defaultValue": "2"
123
124
  },
124
125
  {
125
- "id": 374,
126
+ "id": 381,
126
127
  "name": "RemoveActiveToken",
127
128
  "kind": 16,
128
129
  "kindString": "Enumeration member",
@@ -145,11 +146,11 @@
145
146
  "title": "Enumeration members",
146
147
  "kind": 16,
147
148
  "children": [
148
- 371,
149
- 370,
150
- 373,
151
- 372,
152
- 374
149
+ 378,
150
+ 377,
151
+ 380,
152
+ 379,
153
+ 381
153
154
  ]
154
155
  }
155
156
  ],
@@ -162,7 +163,7 @@
162
163
  ]
163
164
  },
164
165
  {
165
- "id": 325,
166
+ "id": 332,
166
167
  "name": "SkyAlertModule",
167
168
  "kind": 128,
168
169
  "kindString": "Class",
@@ -187,7 +188,7 @@
187
188
  "title": "Constructors",
188
189
  "kind": 512,
189
190
  "children": [
190
- 326
191
+ 333
191
192
  ]
192
193
  }
193
194
  ],
@@ -200,7 +201,7 @@
200
201
  ]
201
202
  },
202
203
  {
203
- "id": 328,
204
+ "id": 335,
204
205
  "name": "SkyChevronModule",
205
206
  "kind": 128,
206
207
  "kindString": "Class",
@@ -225,7 +226,7 @@
225
226
  "title": "Constructors",
226
227
  "kind": 512,
227
228
  "children": [
228
- 329
229
+ 336
229
230
  ]
230
231
  }
231
232
  ],
@@ -238,7 +239,7 @@
238
239
  ]
239
240
  },
240
241
  {
241
- "id": 331,
242
+ "id": 338,
242
243
  "name": "SkyExpansionIndicatorModule",
243
244
  "kind": 128,
244
245
  "kindString": "Class",
@@ -263,7 +264,7 @@
263
264
  "title": "Constructors",
264
265
  "kind": 512,
265
266
  "children": [
266
- 332
267
+ 339
267
268
  ]
268
269
  }
269
270
  ],
@@ -276,7 +277,7 @@
276
277
  ]
277
278
  },
278
279
  {
279
- "id": 334,
280
+ "id": 341,
280
281
  "name": "SkyHelpInlineModule",
281
282
  "kind": 128,
282
283
  "kindString": "Class",
@@ -301,7 +302,7 @@
301
302
  "title": "Constructors",
302
303
  "kind": 512,
303
304
  "children": [
304
- 335
305
+ 342
305
306
  ]
306
307
  }
307
308
  ],
@@ -314,7 +315,7 @@
314
315
  ]
315
316
  },
316
317
  {
317
- "id": 340,
318
+ "id": 347,
318
319
  "name": "SkyIconModule",
319
320
  "kind": 128,
320
321
  "kindString": "Class",
@@ -339,7 +340,7 @@
339
340
  "title": "Constructors",
340
341
  "kind": 512,
341
342
  "children": [
342
- 341
343
+ 348
343
344
  ]
344
345
  }
345
346
  ],
@@ -352,7 +353,7 @@
352
353
  ]
353
354
  },
354
355
  {
355
- "id": 345,
356
+ "id": 352,
356
357
  "name": "SkyKeyInfoModule",
357
358
  "kind": 128,
358
359
  "kindString": "Class",
@@ -377,7 +378,7 @@
377
378
  "title": "Constructors",
378
379
  "kind": 512,
379
380
  "children": [
380
- 346
381
+ 353
381
382
  ]
382
383
  }
383
384
  ],
@@ -390,7 +391,7 @@
390
391
  ]
391
392
  },
392
393
  {
393
- "id": 349,
394
+ "id": 356,
394
395
  "name": "SkyLabelModule",
395
396
  "kind": 128,
396
397
  "kindString": "Class",
@@ -415,7 +416,7 @@
415
416
  "title": "Constructors",
416
417
  "kind": 512,
417
418
  "children": [
418
- 350
419
+ 357
419
420
  ]
420
421
  }
421
422
  ],
@@ -428,7 +429,7 @@
428
429
  ]
429
430
  },
430
431
  {
431
- "id": 354,
432
+ "id": 361,
432
433
  "name": "SkyStatusIndicatorModule",
433
434
  "kind": 128,
434
435
  "kindString": "Class",
@@ -453,7 +454,7 @@
453
454
  "title": "Constructors",
454
455
  "kind": 512,
455
456
  "children": [
456
- 355
457
+ 362
457
458
  ]
458
459
  }
459
460
  ],
@@ -466,7 +467,7 @@
466
467
  ]
467
468
  },
468
469
  {
469
- "id": 357,
470
+ "id": 364,
470
471
  "name": "SkyTextHighlightModule",
471
472
  "kind": 128,
472
473
  "kindString": "Class",
@@ -491,7 +492,7 @@
491
492
  "title": "Constructors",
492
493
  "kind": 512,
493
494
  "children": [
494
- 358
495
+ 365
495
496
  ]
496
497
  }
497
498
  ],
@@ -504,7 +505,7 @@
504
505
  ]
505
506
  },
506
507
  {
507
- "id": 360,
508
+ "id": 367,
508
509
  "name": "SkyTokensModule",
509
510
  "kind": 128,
510
511
  "kindString": "Class",
@@ -529,7 +530,7 @@
529
530
  "title": "Constructors",
530
531
  "kind": 512,
531
532
  "children": [
532
- 361
533
+ 368
533
534
  ]
534
535
  }
535
536
  ],
@@ -542,7 +543,7 @@
542
543
  ]
543
544
  },
544
545
  {
545
- "id": 375,
546
+ "id": 382,
546
547
  "name": "SkyWaitModule",
547
548
  "kind": 128,
548
549
  "kindString": "Class",
@@ -567,7 +568,7 @@
567
568
  "title": "Constructors",
568
569
  "kind": 512,
569
570
  "children": [
570
- 376
571
+ 383
571
572
  ]
572
573
  }
573
574
  ],
@@ -580,7 +581,7 @@
580
581
  ]
581
582
  },
582
583
  {
583
- "id": 378,
584
+ "id": 385,
584
585
  "name": "SkyWaitService",
585
586
  "kind": 128,
586
587
  "kindString": "Class",
@@ -601,7 +602,7 @@
601
602
  ],
602
603
  "children": [
603
604
  {
604
- "id": 382,
605
+ "id": 389,
605
606
  "name": "constructor",
606
607
  "kind": 512,
607
608
  "kindString": "Constructor",
@@ -615,14 +616,14 @@
615
616
  ],
616
617
  "signatures": [
617
618
  {
618
- "id": 383,
619
+ "id": 390,
619
620
  "name": "new SkyWaitService",
620
621
  "kind": 16384,
621
622
  "kindString": "Constructor signature",
622
623
  "flags": {},
623
624
  "parameters": [
624
625
  {
625
- "id": 384,
626
+ "id": 391,
626
627
  "name": "resolver",
627
628
  "kind": 32768,
628
629
  "kindString": "Parameter",
@@ -635,7 +636,7 @@
635
636
  }
636
637
  },
637
638
  {
638
- "id": 385,
639
+ "id": 392,
639
640
  "name": "appRef",
640
641
  "kind": 32768,
641
642
  "kindString": "Parameter",
@@ -648,7 +649,7 @@
648
649
  }
649
650
  },
650
651
  {
651
- "id": 386,
652
+ "id": 393,
652
653
  "name": "waitAdapter",
653
654
  "kind": 32768,
654
655
  "kindString": "Parameter",
@@ -659,7 +660,7 @@
659
660
  }
660
661
  },
661
662
  {
662
- "id": 387,
663
+ "id": 394,
663
664
  "name": "windowSvc",
664
665
  "kind": 32768,
665
666
  "kindString": "Parameter",
@@ -672,14 +673,14 @@
672
673
  ],
673
674
  "type": {
674
675
  "type": "reference",
675
- "id": 378,
676
+ "id": 385,
676
677
  "name": "SkyWaitService"
677
678
  }
678
679
  }
679
680
  ]
680
681
  },
681
682
  {
682
- "id": 388,
683
+ "id": 395,
683
684
  "name": "beginBlockingPageWait",
684
685
  "kind": 2048,
685
686
  "kindString": "Method",
@@ -695,7 +696,7 @@
695
696
  ],
696
697
  "signatures": [
697
698
  {
698
- "id": 389,
699
+ "id": 396,
699
700
  "name": "beginBlockingPageWait",
700
701
  "kind": 4096,
701
702
  "kindString": "Call signature",
@@ -711,7 +712,7 @@
711
712
  ]
712
713
  },
713
714
  {
714
- "id": 390,
715
+ "id": 397,
715
716
  "name": "beginNonBlockingPageWait",
716
717
  "kind": 2048,
717
718
  "kindString": "Method",
@@ -727,7 +728,7 @@
727
728
  ],
728
729
  "signatures": [
729
730
  {
730
- "id": 391,
731
+ "id": 398,
731
732
  "name": "beginNonBlockingPageWait",
732
733
  "kind": 4096,
733
734
  "kindString": "Call signature",
@@ -743,7 +744,7 @@
743
744
  ]
744
745
  },
745
746
  {
746
- "id": 400,
747
+ "id": 407,
747
748
  "name": "blockingWrap",
748
749
  "kind": 2048,
749
750
  "kindString": "Method",
@@ -759,7 +760,7 @@
759
760
  ],
760
761
  "signatures": [
761
762
  {
762
- "id": 401,
763
+ "id": 408,
763
764
  "name": "blockingWrap",
764
765
  "kind": 4096,
765
766
  "kindString": "Call signature",
@@ -769,7 +770,7 @@
769
770
  },
770
771
  "typeParameter": [
771
772
  {
772
- "id": 402,
773
+ "id": 409,
773
774
  "name": "T",
774
775
  "kind": 131072,
775
776
  "kindString": "Type parameter",
@@ -778,7 +779,7 @@
778
779
  ],
779
780
  "parameters": [
780
781
  {
781
- "id": 403,
782
+ "id": 410,
782
783
  "name": "observable",
783
784
  "kind": 32768,
784
785
  "kindString": "Parameter",
@@ -788,7 +789,7 @@
788
789
  "typeArguments": [
789
790
  {
790
791
  "type": "reference",
791
- "id": 402,
792
+ "id": 409,
792
793
  "name": "T"
793
794
  }
794
795
  ],
@@ -803,7 +804,7 @@
803
804
  "typeArguments": [
804
805
  {
805
806
  "type": "reference",
806
- "id": 402,
807
+ "id": 409,
807
808
  "name": "T"
808
809
  }
809
810
  ],
@@ -815,7 +816,7 @@
815
816
  ]
816
817
  },
817
818
  {
818
- "id": 396,
819
+ "id": 403,
819
820
  "name": "clearAllPageWaits",
820
821
  "kind": 2048,
821
822
  "kindString": "Method",
@@ -831,7 +832,7 @@
831
832
  ],
832
833
  "signatures": [
833
834
  {
834
- "id": 397,
835
+ "id": 404,
835
836
  "name": "clearAllPageWaits",
836
837
  "kind": 4096,
837
838
  "kindString": "Call signature",
@@ -847,7 +848,7 @@
847
848
  ]
848
849
  },
849
850
  {
850
- "id": 392,
851
+ "id": 399,
851
852
  "name": "endBlockingPageWait",
852
853
  "kind": 2048,
853
854
  "kindString": "Method",
@@ -863,7 +864,7 @@
863
864
  ],
864
865
  "signatures": [
865
866
  {
866
- "id": 393,
867
+ "id": 400,
867
868
  "name": "endBlockingPageWait",
868
869
  "kind": 4096,
869
870
  "kindString": "Call signature",
@@ -879,7 +880,7 @@
879
880
  ]
880
881
  },
881
882
  {
882
- "id": 394,
883
+ "id": 401,
883
884
  "name": "endNonBlockingPageWait",
884
885
  "kind": 2048,
885
886
  "kindString": "Method",
@@ -895,7 +896,7 @@
895
896
  ],
896
897
  "signatures": [
897
898
  {
898
- "id": 395,
899
+ "id": 402,
899
900
  "name": "endNonBlockingPageWait",
900
901
  "kind": 4096,
901
902
  "kindString": "Call signature",
@@ -911,7 +912,7 @@
911
912
  ]
912
913
  },
913
914
  {
914
- "id": 404,
915
+ "id": 411,
915
916
  "name": "nonBlockingWrap",
916
917
  "kind": 2048,
917
918
  "kindString": "Method",
@@ -927,7 +928,7 @@
927
928
  ],
928
929
  "signatures": [
929
930
  {
930
- "id": 405,
931
+ "id": 412,
931
932
  "name": "nonBlockingWrap",
932
933
  "kind": 4096,
933
934
  "kindString": "Call signature",
@@ -937,7 +938,7 @@
937
938
  },
938
939
  "typeParameter": [
939
940
  {
940
- "id": 406,
941
+ "id": 413,
941
942
  "name": "T",
942
943
  "kind": 131072,
943
944
  "kindString": "Type parameter",
@@ -946,7 +947,7 @@
946
947
  ],
947
948
  "parameters": [
948
949
  {
949
- "id": 407,
950
+ "id": 414,
950
951
  "name": "observable",
951
952
  "kind": 32768,
952
953
  "kindString": "Parameter",
@@ -956,7 +957,7 @@
956
957
  "typeArguments": [
957
958
  {
958
959
  "type": "reference",
959
- "id": 406,
960
+ "id": 413,
960
961
  "name": "T"
961
962
  }
962
963
  ],
@@ -971,7 +972,7 @@
971
972
  "typeArguments": [
972
973
  {
973
974
  "type": "reference",
974
- "id": 406,
975
+ "id": 413,
975
976
  "name": "T"
976
977
  }
977
978
  ],
@@ -988,20 +989,20 @@
988
989
  "title": "Constructors",
989
990
  "kind": 512,
990
991
  "children": [
991
- 382
992
+ 389
992
993
  ]
993
994
  },
994
995
  {
995
996
  "title": "Methods",
996
997
  "kind": 2048,
997
998
  "children": [
998
- 388,
999
- 390,
1000
- 400,
1001
- 396,
1002
- 392,
1003
- 394,
1004
- 404
999
+ 395,
1000
+ 397,
1001
+ 407,
1002
+ 403,
1003
+ 399,
1004
+ 401,
1005
+ 411
1005
1006
  ]
1006
1007
  }
1007
1008
  ],
@@ -1014,7 +1015,7 @@
1014
1015
  ]
1015
1016
  },
1016
1017
  {
1017
- "id": 1,
1018
+ "id": 3,
1018
1019
  "name": "SkyAlertComponent",
1019
1020
  "kind": 128,
1020
1021
  "kindString": "Class",
@@ -1035,7 +1036,48 @@
1035
1036
  ],
1036
1037
  "children": [
1037
1038
  {
1038
- "id": 10,
1039
+ "id": 4,
1040
+ "name": "constructor",
1041
+ "kind": 512,
1042
+ "kindString": "Constructor",
1043
+ "flags": {},
1044
+ "sources": [
1045
+ {
1046
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1047
+ "line": 97,
1048
+ "character": 2
1049
+ }
1050
+ ],
1051
+ "signatures": [
1052
+ {
1053
+ "id": 5,
1054
+ "name": "SkyAlertComponent",
1055
+ "kind": 16384,
1056
+ "kindString": "Constructor signature",
1057
+ "flags": {},
1058
+ "parameters": [
1059
+ {
1060
+ "id": 6,
1061
+ "name": "resources",
1062
+ "kind": 32768,
1063
+ "kindString": "Parameter",
1064
+ "flags": {},
1065
+ "type": {
1066
+ "type": "reference",
1067
+ "name": "SkyLibResourcesService"
1068
+ }
1069
+ }
1070
+ ],
1071
+ "type": {
1072
+ "type": "reference",
1073
+ "id": 3,
1074
+ "name": "SkyAlertComponent"
1075
+ }
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "id": 19,
1039
1081
  "name": "alertBaseIcon",
1040
1082
  "kind": 1024,
1041
1083
  "kindString": "Property",
@@ -1045,7 +1087,7 @@
1045
1087
  "sources": [
1046
1088
  {
1047
1089
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1048
- "line": 50,
1090
+ "line": 81,
1049
1091
  "character": 9
1050
1092
  }
1051
1093
  ],
@@ -1055,7 +1097,7 @@
1055
1097
  }
1056
1098
  },
1057
1099
  {
1058
- "id": 11,
1100
+ "id": 20,
1059
1101
  "name": "alertTopIcon",
1060
1102
  "kind": 1024,
1061
1103
  "kindString": "Property",
@@ -1065,7 +1107,7 @@
1065
1107
  "sources": [
1066
1108
  {
1067
1109
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1068
- "line": 52,
1110
+ "line": 83,
1069
1111
  "character": 9
1070
1112
  }
1071
1113
  ],
@@ -1075,7 +1117,7 @@
1075
1117
  }
1076
1118
  },
1077
1119
  {
1078
- "id": 12,
1120
+ "id": 21,
1079
1121
  "name": "alertTypeOrDefault",
1080
1122
  "kind": 1024,
1081
1123
  "kindString": "Property",
@@ -1085,19 +1127,19 @@
1085
1127
  "sources": [
1086
1128
  {
1087
1129
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1088
- "line": 54,
1130
+ "line": 85,
1089
1131
  "character": 9
1090
1132
  }
1091
1133
  ],
1092
1134
  "type": {
1093
1135
  "type": "reference",
1094
- "id": 353,
1136
+ "id": 360,
1095
1137
  "name": "SkyIndicatorIconType"
1096
1138
  },
1097
1139
  "defaultValue": "ALERT_TYPE_DEFAULT"
1098
1140
  },
1099
1141
  {
1100
- "id": 7,
1142
+ "id": 10,
1101
1143
  "name": "closeable",
1102
1144
  "kind": 1024,
1103
1145
  "kindString": "Property",
@@ -1128,7 +1170,7 @@
1128
1170
  "sources": [
1129
1171
  {
1130
1172
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1131
- "line": 35,
1173
+ "line": 46,
1132
1174
  "character": 9
1133
1175
  }
1134
1176
  ],
@@ -1138,7 +1180,7 @@
1138
1180
  }
1139
1181
  },
1140
1182
  {
1141
- "id": 8,
1183
+ "id": 11,
1142
1184
  "name": "closed",
1143
1185
  "kind": 1024,
1144
1186
  "kindString": "Property",
@@ -1169,7 +1211,7 @@
1169
1211
  "sources": [
1170
1212
  {
1171
1213
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1172
- "line": 42,
1214
+ "line": 53,
1173
1215
  "character": 9
1174
1216
  }
1175
1217
  ],
@@ -1179,7 +1221,7 @@
1179
1221
  }
1180
1222
  },
1181
1223
  {
1182
- "id": 9,
1224
+ "id": 18,
1183
1225
  "name": "closedChange",
1184
1226
  "kind": 1024,
1185
1227
  "kindString": "Property",
@@ -1204,7 +1246,7 @@
1204
1246
  "sources": [
1205
1247
  {
1206
1248
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1207
- "line": 48,
1249
+ "line": 79,
1208
1250
  "character": 9
1209
1251
  }
1210
1252
  ],
@@ -1223,7 +1265,27 @@
1223
1265
  "defaultValue": "..."
1224
1266
  },
1225
1267
  {
1226
- "id": 4,
1268
+ "id": 22,
1269
+ "name": "descriptionComputed",
1270
+ "kind": 1024,
1271
+ "kindString": "Property",
1272
+ "flags": {
1273
+ "isPublic": true
1274
+ },
1275
+ "sources": [
1276
+ {
1277
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1278
+ "line": 87,
1279
+ "character": 9
1280
+ }
1281
+ ],
1282
+ "type": {
1283
+ "type": "intrinsic",
1284
+ "name": "string"
1285
+ }
1286
+ },
1287
+ {
1288
+ "id": 7,
1227
1289
  "name": "alertType",
1228
1290
  "kind": 262144,
1229
1291
  "kindString": "Accessor",
@@ -1245,13 +1307,13 @@
1245
1307
  "sources": [
1246
1308
  {
1247
1309
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1248
- "line": 22,
1310
+ "line": 33,
1249
1311
  "character": 13
1250
1312
  }
1251
1313
  ],
1252
1314
  "setSignature": [
1253
1315
  {
1254
- "id": 5,
1316
+ "id": 8,
1255
1317
  "name": "alertType",
1256
1318
  "kind": 1048576,
1257
1319
  "kindString": "Set signature",
@@ -1267,7 +1329,7 @@
1267
1329
  },
1268
1330
  "parameters": [
1269
1331
  {
1270
- "id": 6,
1332
+ "id": 9,
1271
1333
  "name": "value",
1272
1334
  "kind": 32768,
1273
1335
  "kindString": "Parameter",
@@ -1287,6 +1349,121 @@
1287
1349
  },
1288
1350
  {
1289
1351
  "id": 15,
1352
+ "name": "customDescription",
1353
+ "kind": 262144,
1354
+ "kindString": "Accessor",
1355
+ "flags": {
1356
+ "isPublic": true
1357
+ },
1358
+ "decorators": [
1359
+ {
1360
+ "name": "Input",
1361
+ "type": {
1362
+ "type": "reference",
1363
+ "qualifiedName": "InputDecorator",
1364
+ "package": "@angular/core",
1365
+ "name": "Input"
1366
+ },
1367
+ "arguments": {}
1368
+ }
1369
+ ],
1370
+ "sources": [
1371
+ {
1372
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1373
+ "line": 70,
1374
+ "character": 13
1375
+ }
1376
+ ],
1377
+ "setSignature": [
1378
+ {
1379
+ "id": 16,
1380
+ "name": "customDescription",
1381
+ "kind": 1048576,
1382
+ "kindString": "Set signature",
1383
+ "flags": {},
1384
+ "comment": {
1385
+ "shortText": "Specifies the text to be read by screen readers for users who cannot see\nthe indicator icon when `descriptionType` is `custom`."
1386
+ },
1387
+ "parameters": [
1388
+ {
1389
+ "id": 17,
1390
+ "name": "value",
1391
+ "kind": 32768,
1392
+ "kindString": "Parameter",
1393
+ "flags": {},
1394
+ "type": {
1395
+ "type": "intrinsic",
1396
+ "name": "string"
1397
+ }
1398
+ }
1399
+ ],
1400
+ "type": {
1401
+ "type": "intrinsic",
1402
+ "name": "void"
1403
+ }
1404
+ }
1405
+ ]
1406
+ },
1407
+ {
1408
+ "id": 12,
1409
+ "name": "descriptionType",
1410
+ "kind": 262144,
1411
+ "kindString": "Accessor",
1412
+ "flags": {
1413
+ "isPublic": true
1414
+ },
1415
+ "decorators": [
1416
+ {
1417
+ "name": "Input",
1418
+ "type": {
1419
+ "type": "reference",
1420
+ "qualifiedName": "InputDecorator",
1421
+ "package": "@angular/core",
1422
+ "name": "Input"
1423
+ },
1424
+ "arguments": {}
1425
+ }
1426
+ ],
1427
+ "sources": [
1428
+ {
1429
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1430
+ "line": 60,
1431
+ "character": 13
1432
+ }
1433
+ ],
1434
+ "setSignature": [
1435
+ {
1436
+ "id": 13,
1437
+ "name": "descriptionType",
1438
+ "kind": 1048576,
1439
+ "kindString": "Set signature",
1440
+ "flags": {},
1441
+ "comment": {
1442
+ "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."
1443
+ },
1444
+ "parameters": [
1445
+ {
1446
+ "id": 14,
1447
+ "name": "value",
1448
+ "kind": 32768,
1449
+ "kindString": "Parameter",
1450
+ "flags": {},
1451
+ "type": {
1452
+ "type": "reference",
1453
+ "id": 359,
1454
+ "name": "SkyIndicatorDescriptionType"
1455
+ }
1456
+ }
1457
+ ],
1458
+ "type": {
1459
+ "type": "intrinsic",
1460
+ "name": "void"
1461
+ }
1462
+ }
1463
+ ]
1464
+ },
1465
+ {
1466
+ "id": 31,
1290
1467
  "name": "close",
1291
1468
  "kind": 2048,
1292
1469
  "kindString": "Method",
@@ -1296,13 +1473,13 @@
1296
1473
  "sources": [
1297
1474
  {
1298
1475
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1299
- "line": 60,
1476
+ "line": 109,
1300
1477
  "character": 9
1301
1478
  }
1302
1479
  ],
1303
1480
  "signatures": [
1304
1481
  {
1305
- "id": 16,
1482
+ "id": 32,
1306
1483
  "name": "close",
1307
1484
  "kind": 4096,
1308
1485
  "kindString": "Call signature",
@@ -1315,7 +1492,44 @@
1315
1492
  ]
1316
1493
  },
1317
1494
  {
1318
- "id": 13,
1495
+ "id": 29,
1496
+ "name": "ngOnDestroy",
1497
+ "kind": 2048,
1498
+ "kindString": "Method",
1499
+ "flags": {
1500
+ "isPublic": true
1501
+ },
1502
+ "sources": [
1503
+ {
1504
+ "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1505
+ "line": 105,
1506
+ "character": 9
1507
+ }
1508
+ ],
1509
+ "signatures": [
1510
+ {
1511
+ "id": 30,
1512
+ "name": "ngOnDestroy",
1513
+ "kind": 4096,
1514
+ "kindString": "Call signature",
1515
+ "flags": {},
1516
+ "type": {
1517
+ "type": "intrinsic",
1518
+ "name": "void"
1519
+ },
1520
+ "implementationOf": {
1521
+ "type": "reference",
1522
+ "name": "OnDestroy.ngOnDestroy"
1523
+ }
1524
+ }
1525
+ ],
1526
+ "implementationOf": {
1527
+ "type": "reference",
1528
+ "name": "OnDestroy.ngOnDestroy"
1529
+ }
1530
+ },
1531
+ {
1532
+ "id": 27,
1319
1533
  "name": "ngOnInit",
1320
1534
  "kind": 2048,
1321
1535
  "kindString": "Method",
@@ -1325,13 +1539,13 @@
1325
1539
  "sources": [
1326
1540
  {
1327
1541
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1328
- "line": 56,
1542
+ "line": 101,
1329
1543
  "character": 9
1330
1544
  }
1331
1545
  ],
1332
1546
  "signatures": [
1333
1547
  {
1334
- "id": 14,
1548
+ "id": 28,
1335
1549
  "name": "ngOnInit",
1336
1550
  "kind": 4096,
1337
1551
  "kindString": "Call signature",
@@ -1357,41 +1571,45 @@
1357
1571
  "title": "Constructors",
1358
1572
  "kind": 512,
1359
1573
  "children": [
1360
- 2
1574
+ 4
1361
1575
  ]
1362
1576
  },
1363
1577
  {
1364
1578
  "title": "Properties",
1365
1579
  "kind": 1024,
1366
1580
  "children": [
1581
+ 19,
1582
+ 20,
1583
+ 21,
1367
1584
  10,
1368
1585
  11,
1369
- 12,
1370
- 7,
1371
- 8,
1372
- 9
1586
+ 18,
1587
+ 22
1373
1588
  ]
1374
1589
  },
1375
1590
  {
1376
1591
  "title": "Accessors",
1377
1592
  "kind": 262144,
1378
1593
  "children": [
1379
- 4
1594
+ 7,
1595
+ 15,
1596
+ 12
1380
1597
  ]
1381
1598
  },
1382
1599
  {
1383
1600
  "title": "Methods",
1384
1601
  "kind": 2048,
1385
1602
  "children": [
1386
- 15,
1387
- 13
1603
+ 31,
1604
+ 29,
1605
+ 27
1388
1606
  ]
1389
1607
  }
1390
1608
  ],
1391
1609
  "sources": [
1392
1610
  {
1393
1611
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1394
- "line": 14,
1612
+ "line": 25,
1395
1613
  "character": 13
1396
1614
  }
1397
1615
  ],
@@ -1401,11 +1619,17 @@
1401
1619
  "qualifiedName": "OnInit",
1402
1620
  "package": "@angular/core",
1403
1621
  "name": "OnInit"
1622
+ },
1623
+ {
1624
+ "type": "reference",
1625
+ "qualifiedName": "OnDestroy",
1626
+ "package": "@angular/core",
1627
+ "name": "OnDestroy"
1404
1628
  }
1405
1629
  ]
1406
1630
  },
1407
1631
  {
1408
- "id": 98,
1632
+ "id": 118,
1409
1633
  "name": "SkyStatusIndicatorComponent",
1410
1634
  "kind": 128,
1411
1635
  "kindString": "Class",
@@ -1429,7 +1653,7 @@
1429
1653
  ],
1430
1654
  "children": [
1431
1655
  {
1432
- "id": 99,
1656
+ "id": 119,
1433
1657
  "name": "constructor",
1434
1658
  "kind": 512,
1435
1659
  "kindString": "Constructor",
@@ -1443,14 +1667,14 @@
1443
1667
  ],
1444
1668
  "signatures": [
1445
1669
  {
1446
- "id": 100,
1670
+ "id": 120,
1447
1671
  "name": "SkyStatusIndicatorComponent",
1448
1672
  "kind": 16384,
1449
1673
  "kindString": "Constructor signature",
1450
1674
  "flags": {},
1451
1675
  "parameters": [
1452
1676
  {
1453
- "id": 101,
1677
+ "id": 121,
1454
1678
  "name": "changeDetector",
1455
1679
  "kind": 32768,
1456
1680
  "kindString": "Parameter",
@@ -1463,7 +1687,7 @@
1463
1687
  }
1464
1688
  },
1465
1689
  {
1466
- "id": 102,
1690
+ "id": 122,
1467
1691
  "name": "resources",
1468
1692
  "kind": 32768,
1469
1693
  "kindString": "Parameter",
@@ -1476,14 +1700,14 @@
1476
1700
  ],
1477
1701
  "type": {
1478
1702
  "type": "reference",
1479
- "id": 98,
1703
+ "id": 118,
1480
1704
  "name": "SkyStatusIndicatorComponent"
1481
1705
  }
1482
1706
  }
1483
1707
  ]
1484
1708
  },
1485
1709
  {
1486
- "id": 115,
1710
+ "id": 135,
1487
1711
  "name": "baseIcon",
1488
1712
  "kind": 1024,
1489
1713
  "kindString": "Property",
@@ -1503,7 +1727,7 @@
1503
1727
  }
1504
1728
  },
1505
1729
  {
1506
- "id": 114,
1730
+ "id": 134,
1507
1731
  "name": "descriptionComputed",
1508
1732
  "kind": 1024,
1509
1733
  "kindString": "Property",
@@ -1523,7 +1747,7 @@
1523
1747
  }
1524
1748
  },
1525
1749
  {
1526
- "id": 116,
1750
+ "id": 136,
1527
1751
  "name": "icon",
1528
1752
  "kind": 1024,
1529
1753
  "kindString": "Property",
@@ -1543,7 +1767,7 @@
1543
1767
  }
1544
1768
  },
1545
1769
  {
1546
- "id": 117,
1770
+ "id": 137,
1547
1771
  "name": "indicatorTypeOrDefault",
1548
1772
  "kind": 1024,
1549
1773
  "kindString": "Property",
@@ -1559,13 +1783,13 @@
1559
1783
  ],
1560
1784
  "type": {
1561
1785
  "type": "reference",
1562
- "id": 353,
1786
+ "id": 360,
1563
1787
  "name": "SkyIndicatorIconType"
1564
1788
  },
1565
1789
  "defaultValue": "INDICATOR_TYPE_DEFAULT"
1566
1790
  },
1567
1791
  {
1568
- "id": 118,
1792
+ "id": 138,
1569
1793
  "name": "topIcon",
1570
1794
  "kind": 1024,
1571
1795
  "kindString": "Property",
@@ -1585,7 +1809,7 @@
1585
1809
  }
1586
1810
  },
1587
1811
  {
1588
- "id": 110,
1812
+ "id": 130,
1589
1813
  "name": "customDescription",
1590
1814
  "kind": 262144,
1591
1815
  "kindString": "Accessor",
@@ -1613,7 +1837,7 @@
1613
1837
  ],
1614
1838
  "getSignature": [
1615
1839
  {
1616
- "id": 111,
1840
+ "id": 131,
1617
1841
  "name": "customDescription",
1618
1842
  "kind": 524288,
1619
1843
  "kindString": "Get signature",
@@ -1629,7 +1853,7 @@
1629
1853
  ],
1630
1854
  "setSignature": [
1631
1855
  {
1632
- "id": 112,
1856
+ "id": 132,
1633
1857
  "name": "customDescription",
1634
1858
  "kind": 1048576,
1635
1859
  "kindString": "Set signature",
@@ -1639,7 +1863,7 @@
1639
1863
  },
1640
1864
  "parameters": [
1641
1865
  {
1642
- "id": 113,
1866
+ "id": 133,
1643
1867
  "name": "value",
1644
1868
  "kind": 32768,
1645
1869
  "kindString": "Parameter",
@@ -1658,7 +1882,7 @@
1658
1882
  ]
1659
1883
  },
1660
1884
  {
1661
- "id": 106,
1885
+ "id": 126,
1662
1886
  "name": "descriptionType",
1663
1887
  "kind": 262144,
1664
1888
  "kindString": "Accessor",
@@ -1686,7 +1910,7 @@
1686
1910
  ],
1687
1911
  "getSignature": [
1688
1912
  {
1689
- "id": 107,
1913
+ "id": 127,
1690
1914
  "name": "descriptionType",
1691
1915
  "kind": 524288,
1692
1916
  "kindString": "Get signature",
@@ -1702,14 +1926,14 @@
1702
1926
  },
1703
1927
  "type": {
1704
1928
  "type": "reference",
1705
- "id": 352,
1929
+ "id": 359,
1706
1930
  "name": "SkyIndicatorDescriptionType"
1707
1931
  }
1708
1932
  }
1709
1933
  ],
1710
1934
  "setSignature": [
1711
1935
  {
1712
- "id": 108,
1936
+ "id": 128,
1713
1937
  "name": "descriptionType",
1714
1938
  "kind": 1048576,
1715
1939
  "kindString": "Set signature",
@@ -1725,14 +1949,14 @@
1725
1949
  },
1726
1950
  "parameters": [
1727
1951
  {
1728
- "id": 109,
1952
+ "id": 129,
1729
1953
  "name": "value",
1730
1954
  "kind": 32768,
1731
1955
  "kindString": "Parameter",
1732
1956
  "flags": {},
1733
1957
  "type": {
1734
1958
  "type": "reference",
1735
- "id": 352,
1959
+ "id": 359,
1736
1960
  "name": "SkyIndicatorDescriptionType"
1737
1961
  }
1738
1962
  }
@@ -1745,7 +1969,7 @@
1745
1969
  ]
1746
1970
  },
1747
1971
  {
1748
- "id": 103,
1972
+ "id": 123,
1749
1973
  "name": "indicatorType",
1750
1974
  "kind": 262144,
1751
1975
  "kindString": "Accessor",
@@ -1773,7 +1997,7 @@
1773
1997
  ],
1774
1998
  "setSignature": [
1775
1999
  {
1776
- "id": 104,
2000
+ "id": 124,
1777
2001
  "name": "indicatorType",
1778
2002
  "kind": 1048576,
1779
2003
  "kindString": "Set signature",
@@ -1789,14 +2013,14 @@
1789
2013
  },
1790
2014
  "parameters": [
1791
2015
  {
1792
- "id": 105,
2016
+ "id": 125,
1793
2017
  "name": "value",
1794
2018
  "kind": 32768,
1795
2019
  "kindString": "Parameter",
1796
2020
  "flags": {},
1797
2021
  "type": {
1798
2022
  "type": "reference",
1799
- "id": 353,
2023
+ "id": 360,
1800
2024
  "name": "SkyIndicatorIconType"
1801
2025
  }
1802
2026
  }
@@ -1809,7 +2033,7 @@
1809
2033
  ]
1810
2034
  },
1811
2035
  {
1812
- "id": 123,
2036
+ "id": 143,
1813
2037
  "name": "ngOnInit",
1814
2038
  "kind": 2048,
1815
2039
  "kindString": "Method",
@@ -1825,7 +2049,7 @@
1825
2049
  ],
1826
2050
  "signatures": [
1827
2051
  {
1828
- "id": 124,
2052
+ "id": 144,
1829
2053
  "name": "ngOnInit",
1830
2054
  "kind": 4096,
1831
2055
  "kindString": "Call signature",
@@ -1851,34 +2075,34 @@
1851
2075
  "title": "Constructors",
1852
2076
  "kind": 512,
1853
2077
  "children": [
1854
- 99
2078
+ 119
1855
2079
  ]
1856
2080
  },
1857
2081
  {
1858
2082
  "title": "Properties",
1859
2083
  "kind": 1024,
1860
2084
  "children": [
1861
- 115,
1862
- 114,
1863
- 116,
1864
- 117,
1865
- 118
2085
+ 135,
2086
+ 134,
2087
+ 136,
2088
+ 137,
2089
+ 138
1866
2090
  ]
1867
2091
  },
1868
2092
  {
1869
2093
  "title": "Accessors",
1870
2094
  "kind": 262144,
1871
2095
  "children": [
1872
- 110,
1873
- 106,
1874
- 103
2096
+ 130,
2097
+ 126,
2098
+ 123
1875
2099
  ]
1876
2100
  },
1877
2101
  {
1878
2102
  "title": "Methods",
1879
2103
  "kind": 2048,
1880
2104
  "children": [
1881
- 123
2105
+ 143
1882
2106
  ]
1883
2107
  }
1884
2108
  ],
@@ -1899,7 +2123,7 @@
1899
2123
  ]
1900
2124
  },
1901
2125
  {
1902
- "id": 129,
2126
+ "id": 149,
1903
2127
  "name": "SkyTextHighlightDirective",
1904
2128
  "kind": 128,
1905
2129
  "kindString": "Class",
@@ -1923,7 +2147,7 @@
1923
2147
  ],
1924
2148
  "children": [
1925
2149
  {
1926
- "id": 144,
2150
+ "id": 150,
1927
2151
  "name": "constructor",
1928
2152
  "kind": 512,
1929
2153
  "kindString": "Constructor",
@@ -1931,20 +2155,20 @@
1931
2155
  "sources": [
1932
2156
  {
1933
2157
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
1934
- "line": 52,
2158
+ "line": 137,
1935
2159
  "character": 2
1936
2160
  }
1937
2161
  ],
1938
2162
  "signatures": [
1939
2163
  {
1940
- "id": 145,
2164
+ "id": 151,
1941
2165
  "name": "SkyTextHighlightDirective",
1942
2166
  "kind": 16384,
1943
2167
  "kindString": "Constructor signature",
1944
2168
  "flags": {},
1945
2169
  "parameters": [
1946
2170
  {
1947
- "id": 146,
2171
+ "id": 152,
1948
2172
  "name": "el",
1949
2173
  "kind": 32768,
1950
2174
  "kindString": "Parameter",
@@ -1963,8 +2187,8 @@
1963
2187
  }
1964
2188
  },
1965
2189
  {
1966
- "id": 147,
1967
- "name": "observerService",
2190
+ "id": 153,
2191
+ "name": "observerSvc",
1968
2192
  "kind": 32768,
1969
2193
  "kindString": "Parameter",
1970
2194
  "flags": {},
@@ -1976,14 +2200,14 @@
1976
2200
  ],
1977
2201
  "type": {
1978
2202
  "type": "reference",
1979
- "id": 129,
2203
+ "id": 149,
1980
2204
  "name": "SkyTextHighlightDirective"
1981
2205
  }
1982
2206
  }
1983
2207
  ]
1984
2208
  },
1985
2209
  {
1986
- "id": 148,
2210
+ "id": 154,
1987
2211
  "name": "skyHighlight",
1988
2212
  "kind": 262144,
1989
2213
  "kindString": "Accessor",
@@ -2005,13 +2229,13 @@
2005
2229
  "sources": [
2006
2230
  {
2007
2231
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2008
- "line": 30,
2232
+ "line": 112,
2009
2233
  "character": 13
2010
2234
  }
2011
2235
  ],
2012
2236
  "setSignature": [
2013
2237
  {
2014
- "id": 149,
2238
+ "id": 155,
2015
2239
  "name": "skyHighlight",
2016
2240
  "kind": 1048576,
2017
2241
  "kindString": "Set signature",
@@ -2021,7 +2245,7 @@
2021
2245
  },
2022
2246
  "parameters": [
2023
2247
  {
2024
- "id": 150,
2248
+ "id": 156,
2025
2249
  "name": "value",
2026
2250
  "kind": 32768,
2027
2251
  "kindString": "Parameter",
@@ -2052,7 +2276,7 @@
2052
2276
  ]
2053
2277
  },
2054
2278
  {
2055
- "id": 157,
2279
+ "id": 165,
2056
2280
  "name": "ngAfterViewInit",
2057
2281
  "kind": 2048,
2058
2282
  "kindString": "Method",
@@ -2062,13 +2286,13 @@
2062
2286
  "sources": [
2063
2287
  {
2064
2288
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2065
- "line": 129,
2289
+ "line": 148,
2066
2290
  "character": 9
2067
2291
  }
2068
2292
  ],
2069
2293
  "signatures": [
2070
2294
  {
2071
- "id": 158,
2295
+ "id": 166,
2072
2296
  "name": "ngAfterViewInit",
2073
2297
  "kind": 4096,
2074
2298
  "kindString": "Call signature",
@@ -2089,7 +2313,7 @@
2089
2313
  }
2090
2314
  },
2091
2315
  {
2092
- "id": 154,
2316
+ "id": 162,
2093
2317
  "name": "ngOnChanges",
2094
2318
  "kind": 2048,
2095
2319
  "kindString": "Method",
@@ -2099,20 +2323,20 @@
2099
2323
  "sources": [
2100
2324
  {
2101
2325
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2102
- "line": 123,
2326
+ "line": 142,
2103
2327
  "character": 9
2104
2328
  }
2105
2329
  ],
2106
2330
  "signatures": [
2107
2331
  {
2108
- "id": 155,
2332
+ "id": 163,
2109
2333
  "name": "ngOnChanges",
2110
2334
  "kind": 4096,
2111
2335
  "kindString": "Call signature",
2112
2336
  "flags": {},
2113
2337
  "parameters": [
2114
2338
  {
2115
- "id": 156,
2339
+ "id": 164,
2116
2340
  "name": "changes",
2117
2341
  "kind": 32768,
2118
2342
  "kindString": "Parameter",
@@ -2141,7 +2365,7 @@
2141
2365
  }
2142
2366
  },
2143
2367
  {
2144
- "id": 159,
2368
+ "id": 167,
2145
2369
  "name": "ngOnDestroy",
2146
2370
  "kind": 2048,
2147
2371
  "kindString": "Method",
@@ -2151,13 +2375,13 @@
2151
2375
  "sources": [
2152
2376
  {
2153
2377
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2154
- "line": 140,
2378
+ "line": 156,
2155
2379
  "character": 9
2156
2380
  }
2157
2381
  ],
2158
2382
  "signatures": [
2159
2383
  {
2160
- "id": 160,
2384
+ "id": 168,
2161
2385
  "name": "ngOnDestroy",
2162
2386
  "kind": 4096,
2163
2387
  "kindString": "Call signature",
@@ -2183,30 +2407,30 @@
2183
2407
  "title": "Constructors",
2184
2408
  "kind": 512,
2185
2409
  "children": [
2186
- 144
2410
+ 150
2187
2411
  ]
2188
2412
  },
2189
2413
  {
2190
2414
  "title": "Accessors",
2191
2415
  "kind": 262144,
2192
2416
  "children": [
2193
- 148
2417
+ 154
2194
2418
  ]
2195
2419
  },
2196
2420
  {
2197
2421
  "title": "Methods",
2198
2422
  "kind": 2048,
2199
2423
  "children": [
2200
- 157,
2201
- 154,
2202
- 159
2424
+ 165,
2425
+ 162,
2426
+ 167
2203
2427
  ]
2204
2428
  }
2205
2429
  ],
2206
2430
  "sources": [
2207
2431
  {
2208
2432
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2209
- "line": 23,
2433
+ "line": 105,
2210
2434
  "character": 13
2211
2435
  }
2212
2436
  ],
@@ -2232,7 +2456,7 @@
2232
2456
  ]
2233
2457
  },
2234
2458
  {
2235
- "id": 168,
2459
+ "id": 175,
2236
2460
  "name": "SkyTokenComponent",
2237
2461
  "kind": 128,
2238
2462
  "kindString": "Class",
@@ -2253,7 +2477,7 @@
2253
2477
  ],
2254
2478
  "children": [
2255
2479
  {
2256
- "id": 169,
2480
+ "id": 176,
2257
2481
  "name": "constructor",
2258
2482
  "kind": 512,
2259
2483
  "kindString": "Constructor",
@@ -2267,14 +2491,14 @@
2267
2491
  ],
2268
2492
  "signatures": [
2269
2493
  {
2270
- "id": 170,
2494
+ "id": 177,
2271
2495
  "name": "SkyTokenComponent",
2272
2496
  "kind": 16384,
2273
2497
  "kindString": "Constructor signature",
2274
2498
  "flags": {},
2275
2499
  "parameters": [
2276
2500
  {
2277
- "id": 171,
2501
+ "id": 178,
2278
2502
  "name": "elementRef",
2279
2503
  "kind": 32768,
2280
2504
  "kindString": "Parameter",
@@ -2293,7 +2517,7 @@
2293
2517
  }
2294
2518
  },
2295
2519
  {
2296
- "id": 172,
2520
+ "id": 179,
2297
2521
  "name": "resourcesService",
2298
2522
  "kind": 32768,
2299
2523
  "kindString": "Parameter",
@@ -2306,14 +2530,14 @@
2306
2530
  ],
2307
2531
  "type": {
2308
2532
  "type": "reference",
2309
- "id": 168,
2533
+ "id": 175,
2310
2534
  "name": "SkyTokenComponent"
2311
2535
  }
2312
2536
  }
2313
2537
  ]
2314
2538
  },
2315
2539
  {
2316
- "id": 189,
2540
+ "id": 196,
2317
2541
  "name": "dismiss",
2318
2542
  "kind": 1024,
2319
2543
  "kindString": "Property",
@@ -2357,7 +2581,7 @@
2357
2581
  "defaultValue": "..."
2358
2582
  },
2359
2583
  {
2360
- "id": 190,
2584
+ "id": 197,
2361
2585
  "name": "tokenFocus",
2362
2586
  "kind": 1024,
2363
2587
  "kindString": "Property",
@@ -2401,7 +2625,7 @@
2401
2625
  "defaultValue": "..."
2402
2626
  },
2403
2627
  {
2404
- "id": 177,
2628
+ "id": 184,
2405
2629
  "name": "ariaLabel",
2406
2630
  "kind": 262144,
2407
2631
  "kindString": "Accessor",
@@ -2429,7 +2653,7 @@
2429
2653
  ],
2430
2654
  "getSignature": [
2431
2655
  {
2432
- "id": 178,
2656
+ "id": 185,
2433
2657
  "name": "ariaLabel",
2434
2658
  "kind": 524288,
2435
2659
  "kindString": "Get signature",
@@ -2451,7 +2675,7 @@
2451
2675
  ],
2452
2676
  "setSignature": [
2453
2677
  {
2454
- "id": 179,
2678
+ "id": 186,
2455
2679
  "name": "ariaLabel",
2456
2680
  "kind": 1048576,
2457
2681
  "kindString": "Set signature",
@@ -2467,7 +2691,7 @@
2467
2691
  },
2468
2692
  "parameters": [
2469
2693
  {
2470
- "id": 180,
2694
+ "id": 187,
2471
2695
  "name": "value",
2472
2696
  "kind": 32768,
2473
2697
  "kindString": "Parameter",
@@ -2486,7 +2710,7 @@
2486
2710
  ]
2487
2711
  },
2488
2712
  {
2489
- "id": 173,
2713
+ "id": 180,
2490
2714
  "name": "disabled",
2491
2715
  "kind": 262144,
2492
2716
  "kindString": "Accessor",
@@ -2514,7 +2738,7 @@
2514
2738
  ],
2515
2739
  "getSignature": [
2516
2740
  {
2517
- "id": 174,
2741
+ "id": 181,
2518
2742
  "name": "disabled",
2519
2743
  "kind": 524288,
2520
2744
  "kindString": "Get signature",
@@ -2536,7 +2760,7 @@
2536
2760
  ],
2537
2761
  "setSignature": [
2538
2762
  {
2539
- "id": 175,
2763
+ "id": 182,
2540
2764
  "name": "disabled",
2541
2765
  "kind": 1048576,
2542
2766
  "kindString": "Set signature",
@@ -2552,7 +2776,7 @@
2552
2776
  },
2553
2777
  "parameters": [
2554
2778
  {
2555
- "id": 176,
2779
+ "id": 183,
2556
2780
  "name": "value",
2557
2781
  "kind": 32768,
2558
2782
  "kindString": "Parameter",
@@ -2571,7 +2795,7 @@
2571
2795
  ]
2572
2796
  },
2573
2797
  {
2574
- "id": 181,
2798
+ "id": 188,
2575
2799
  "name": "dismissible",
2576
2800
  "kind": 262144,
2577
2801
  "kindString": "Accessor",
@@ -2599,7 +2823,7 @@
2599
2823
  ],
2600
2824
  "getSignature": [
2601
2825
  {
2602
- "id": 182,
2826
+ "id": 189,
2603
2827
  "name": "dismissible",
2604
2828
  "kind": 524288,
2605
2829
  "kindString": "Get signature",
@@ -2621,7 +2845,7 @@
2621
2845
  ],
2622
2846
  "setSignature": [
2623
2847
  {
2624
- "id": 183,
2848
+ "id": 190,
2625
2849
  "name": "dismissible",
2626
2850
  "kind": 1048576,
2627
2851
  "kindString": "Set signature",
@@ -2637,7 +2861,7 @@
2637
2861
  },
2638
2862
  "parameters": [
2639
2863
  {
2640
- "id": 184,
2864
+ "id": 191,
2641
2865
  "name": "value",
2642
2866
  "kind": 32768,
2643
2867
  "kindString": "Parameter",
@@ -2656,7 +2880,7 @@
2656
2880
  ]
2657
2881
  },
2658
2882
  {
2659
- "id": 185,
2883
+ "id": 192,
2660
2884
  "name": "focusable",
2661
2885
  "kind": 262144,
2662
2886
  "kindString": "Accessor",
@@ -2684,7 +2908,7 @@
2684
2908
  ],
2685
2909
  "getSignature": [
2686
2910
  {
2687
- "id": 186,
2911
+ "id": 193,
2688
2912
  "name": "focusable",
2689
2913
  "kind": 524288,
2690
2914
  "kindString": "Get signature",
@@ -2706,7 +2930,7 @@
2706
2930
  ],
2707
2931
  "setSignature": [
2708
2932
  {
2709
- "id": 187,
2933
+ "id": 194,
2710
2934
  "name": "focusable",
2711
2935
  "kind": 1048576,
2712
2936
  "kindString": "Set signature",
@@ -2722,7 +2946,7 @@
2722
2946
  },
2723
2947
  "parameters": [
2724
2948
  {
2725
- "id": 188,
2949
+ "id": 195,
2726
2950
  "name": "value",
2727
2951
  "kind": 32768,
2728
2952
  "kindString": "Parameter",
@@ -2741,7 +2965,7 @@
2741
2965
  ]
2742
2966
  },
2743
2967
  {
2744
- "id": 199,
2968
+ "id": 206,
2745
2969
  "name": "dismissToken",
2746
2970
  "kind": 2048,
2747
2971
  "kindString": "Method",
@@ -2757,14 +2981,14 @@
2757
2981
  ],
2758
2982
  "signatures": [
2759
2983
  {
2760
- "id": 200,
2984
+ "id": 207,
2761
2985
  "name": "dismissToken",
2762
2986
  "kind": 4096,
2763
2987
  "kindString": "Call signature",
2764
2988
  "flags": {},
2765
2989
  "parameters": [
2766
2990
  {
2767
- "id": 201,
2991
+ "id": 208,
2768
2992
  "name": "event",
2769
2993
  "kind": 32768,
2770
2994
  "kindString": "Parameter",
@@ -2785,7 +3009,7 @@
2785
3009
  ]
2786
3010
  },
2787
3011
  {
2788
- "id": 202,
3012
+ "id": 209,
2789
3013
  "name": "focusElement",
2790
3014
  "kind": 2048,
2791
3015
  "kindString": "Method",
@@ -2801,7 +3025,7 @@
2801
3025
  ],
2802
3026
  "signatures": [
2803
3027
  {
2804
- "id": 203,
3028
+ "id": 210,
2805
3029
  "name": "focusElement",
2806
3030
  "kind": 4096,
2807
3031
  "kindString": "Call signature",
@@ -2814,7 +3038,7 @@
2814
3038
  ]
2815
3039
  },
2816
3040
  {
2817
- "id": 207,
3041
+ "id": 214,
2818
3042
  "name": "setCloseActive",
2819
3043
  "kind": 2048,
2820
3044
  "kindString": "Method",
@@ -2830,14 +3054,14 @@
2830
3054
  ],
2831
3055
  "signatures": [
2832
3056
  {
2833
- "id": 208,
3057
+ "id": 215,
2834
3058
  "name": "setCloseActive",
2835
3059
  "kind": 4096,
2836
3060
  "kindString": "Call signature",
2837
3061
  "flags": {},
2838
3062
  "parameters": [
2839
3063
  {
2840
- "id": 209,
3064
+ "id": 216,
2841
3065
  "name": "closeActive",
2842
3066
  "kind": 32768,
2843
3067
  "kindString": "Parameter",
@@ -2856,7 +3080,7 @@
2856
3080
  ]
2857
3081
  },
2858
3082
  {
2859
- "id": 204,
3083
+ "id": 211,
2860
3084
  "name": "setTokenActive",
2861
3085
  "kind": 2048,
2862
3086
  "kindString": "Method",
@@ -2872,14 +3096,14 @@
2872
3096
  ],
2873
3097
  "signatures": [
2874
3098
  {
2875
- "id": 205,
3099
+ "id": 212,
2876
3100
  "name": "setTokenActive",
2877
3101
  "kind": 4096,
2878
3102
  "kindString": "Call signature",
2879
3103
  "flags": {},
2880
3104
  "parameters": [
2881
3105
  {
2882
- "id": 206,
3106
+ "id": 213,
2883
3107
  "name": "tokenActive",
2884
3108
  "kind": 32768,
2885
3109
  "kindString": "Parameter",
@@ -2903,35 +3127,35 @@
2903
3127
  "title": "Constructors",
2904
3128
  "kind": 512,
2905
3129
  "children": [
2906
- 169
3130
+ 176
2907
3131
  ]
2908
3132
  },
2909
3133
  {
2910
3134
  "title": "Properties",
2911
3135
  "kind": 1024,
2912
3136
  "children": [
2913
- 189,
2914
- 190
3137
+ 196,
3138
+ 197
2915
3139
  ]
2916
3140
  },
2917
3141
  {
2918
3142
  "title": "Accessors",
2919
3143
  "kind": 262144,
2920
3144
  "children": [
2921
- 177,
2922
- 173,
2923
- 181,
2924
- 185
3145
+ 184,
3146
+ 180,
3147
+ 188,
3148
+ 192
2925
3149
  ]
2926
3150
  },
2927
3151
  {
2928
3152
  "title": "Methods",
2929
3153
  "kind": 2048,
2930
3154
  "children": [
2931
- 199,
2932
- 202,
2933
- 207,
2934
- 204
3155
+ 206,
3156
+ 209,
3157
+ 214,
3158
+ 211
2935
3159
  ]
2936
3160
  }
2937
3161
  ],
@@ -2944,7 +3168,7 @@
2944
3168
  ]
2945
3169
  },
2946
3170
  {
2947
- "id": 213,
3171
+ "id": 220,
2948
3172
  "name": "SkyTokensComponent",
2949
3173
  "kind": 128,
2950
3174
  "kindString": "Class",
@@ -2965,7 +3189,7 @@
2965
3189
  ],
2966
3190
  "children": [
2967
3191
  {
2968
- "id": 214,
3192
+ "id": 221,
2969
3193
  "name": "constructor",
2970
3194
  "kind": 512,
2971
3195
  "kindString": "Constructor",
@@ -2979,14 +3203,14 @@
2979
3203
  ],
2980
3204
  "signatures": [
2981
3205
  {
2982
- "id": 215,
3206
+ "id": 222,
2983
3207
  "name": "SkyTokensComponent",
2984
3208
  "kind": 16384,
2985
3209
  "kindString": "Constructor signature",
2986
3210
  "flags": {},
2987
3211
  "parameters": [
2988
3212
  {
2989
- "id": 216,
3213
+ "id": 223,
2990
3214
  "name": "changeDetector",
2991
3215
  "kind": 32768,
2992
3216
  "kindString": "Parameter",
@@ -3001,14 +3225,14 @@
3001
3225
  ],
3002
3226
  "type": {
3003
3227
  "type": "reference",
3004
- "id": 213,
3228
+ "id": 220,
3005
3229
  "name": "SkyTokensComponent"
3006
3230
  }
3007
3231
  }
3008
3232
  ]
3009
3233
  },
3010
3234
  {
3011
- "id": 242,
3235
+ "id": 249,
3012
3236
  "name": "focusIndexOverRange",
3013
3237
  "kind": 1024,
3014
3238
  "kindString": "Property",
@@ -3052,7 +3276,7 @@
3052
3276
  "defaultValue": "..."
3053
3277
  },
3054
3278
  {
3055
- "id": 243,
3279
+ "id": 250,
3056
3280
  "name": "focusIndexUnderRange",
3057
3281
  "kind": 1024,
3058
3282
  "kindString": "Property",
@@ -3096,7 +3320,7 @@
3096
3320
  "defaultValue": "..."
3097
3321
  },
3098
3322
  {
3099
- "id": 244,
3323
+ "id": 251,
3100
3324
  "name": "tokenSelected",
3101
3325
  "kind": 1024,
3102
3326
  "kindString": "Property",
@@ -3130,7 +3354,7 @@
3130
3354
  "typeArguments": [
3131
3355
  {
3132
3356
  "type": "reference",
3133
- "id": 365,
3357
+ "id": 372,
3134
3358
  "name": "SkyTokenSelectedEventArgs"
3135
3359
  }
3136
3360
  ],
@@ -3141,7 +3365,7 @@
3141
3365
  "defaultValue": "..."
3142
3366
  },
3143
3367
  {
3144
- "id": 245,
3368
+ "id": 252,
3145
3369
  "name": "tokensChange",
3146
3370
  "kind": 1024,
3147
3371
  "kindString": "Property",
@@ -3177,7 +3401,7 @@
3177
3401
  "type": "array",
3178
3402
  "elementType": {
3179
3403
  "type": "reference",
3180
- "id": 363,
3404
+ "id": 370,
3181
3405
  "name": "SkyToken"
3182
3406
  }
3183
3407
  }
@@ -3189,7 +3413,7 @@
3189
3413
  "defaultValue": "..."
3190
3414
  },
3191
3415
  {
3192
- "id": 250,
3416
+ "id": 257,
3193
3417
  "name": "trackTokenFn",
3194
3418
  "kind": 1024,
3195
3419
  "kindString": "Property",
@@ -3206,14 +3430,14 @@
3206
3430
  "type": {
3207
3431
  "type": "reflection",
3208
3432
  "declaration": {
3209
- "id": 251,
3433
+ "id": 258,
3210
3434
  "name": "__type",
3211
3435
  "kind": 65536,
3212
3436
  "kindString": "Type literal",
3213
3437
  "flags": {},
3214
3438
  "signatures": [
3215
3439
  {
3216
- "id": 252,
3440
+ "id": 259,
3217
3441
  "name": "__type",
3218
3442
  "kind": 4096,
3219
3443
  "kindString": "Call signature",
@@ -3223,7 +3447,7 @@
3223
3447
  },
3224
3448
  "parameters": [
3225
3449
  {
3226
- "id": 253,
3450
+ "id": 260,
3227
3451
  "name": "index",
3228
3452
  "kind": 32768,
3229
3453
  "kindString": "Parameter",
@@ -3234,14 +3458,14 @@
3234
3458
  }
3235
3459
  },
3236
3460
  {
3237
- "id": 254,
3461
+ "id": 261,
3238
3462
  "name": "item",
3239
3463
  "kind": 32768,
3240
3464
  "kindString": "Parameter",
3241
3465
  "flags": {},
3242
3466
  "type": {
3243
3467
  "type": "reference",
3244
- "id": 363,
3468
+ "id": 370,
3245
3469
  "name": "SkyToken"
3246
3470
  }
3247
3471
  }
@@ -3256,7 +3480,7 @@
3256
3480
  }
3257
3481
  },
3258
3482
  {
3259
- "id": 229,
3483
+ "id": 236,
3260
3484
  "name": "trackWith",
3261
3485
  "kind": 1024,
3262
3486
  "kindString": "Property",
@@ -3291,7 +3515,7 @@
3291
3515
  }
3292
3516
  },
3293
3517
  {
3294
- "id": 217,
3518
+ "id": 224,
3295
3519
  "name": "disabled",
3296
3520
  "kind": 262144,
3297
3521
  "kindString": "Accessor",
@@ -3319,7 +3543,7 @@
3319
3543
  ],
3320
3544
  "getSignature": [
3321
3545
  {
3322
- "id": 218,
3546
+ "id": 225,
3323
3547
  "name": "disabled",
3324
3548
  "kind": 524288,
3325
3549
  "kindString": "Get signature",
@@ -3341,7 +3565,7 @@
3341
3565
  ],
3342
3566
  "setSignature": [
3343
3567
  {
3344
- "id": 219,
3568
+ "id": 226,
3345
3569
  "name": "disabled",
3346
3570
  "kind": 1048576,
3347
3571
  "kindString": "Set signature",
@@ -3357,7 +3581,7 @@
3357
3581
  },
3358
3582
  "parameters": [
3359
3583
  {
3360
- "id": 220,
3584
+ "id": 227,
3361
3585
  "name": "value",
3362
3586
  "kind": 32768,
3363
3587
  "kindString": "Parameter",
@@ -3376,7 +3600,7 @@
3376
3600
  ]
3377
3601
  },
3378
3602
  {
3379
- "id": 221,
3603
+ "id": 228,
3380
3604
  "name": "dismissible",
3381
3605
  "kind": 262144,
3382
3606
  "kindString": "Accessor",
@@ -3404,7 +3628,7 @@
3404
3628
  ],
3405
3629
  "getSignature": [
3406
3630
  {
3407
- "id": 222,
3631
+ "id": 229,
3408
3632
  "name": "dismissible",
3409
3633
  "kind": 524288,
3410
3634
  "kindString": "Get signature",
@@ -3426,7 +3650,7 @@
3426
3650
  ],
3427
3651
  "setSignature": [
3428
3652
  {
3429
- "id": 223,
3653
+ "id": 230,
3430
3654
  "name": "dismissible",
3431
3655
  "kind": 1048576,
3432
3656
  "kindString": "Set signature",
@@ -3442,7 +3666,7 @@
3442
3666
  },
3443
3667
  "parameters": [
3444
3668
  {
3445
- "id": 224,
3669
+ "id": 231,
3446
3670
  "name": "value",
3447
3671
  "kind": 32768,
3448
3672
  "kindString": "Parameter",
@@ -3461,7 +3685,7 @@
3461
3685
  ]
3462
3686
  },
3463
3687
  {
3464
- "id": 225,
3688
+ "id": 232,
3465
3689
  "name": "displayWith",
3466
3690
  "kind": 262144,
3467
3691
  "kindString": "Accessor",
@@ -3489,7 +3713,7 @@
3489
3713
  ],
3490
3714
  "getSignature": [
3491
3715
  {
3492
- "id": 226,
3716
+ "id": 233,
3493
3717
  "name": "displayWith",
3494
3718
  "kind": 524288,
3495
3719
  "kindString": "Get signature",
@@ -3511,7 +3735,7 @@
3511
3735
  ],
3512
3736
  "setSignature": [
3513
3737
  {
3514
- "id": 227,
3738
+ "id": 234,
3515
3739
  "name": "displayWith",
3516
3740
  "kind": 1048576,
3517
3741
  "kindString": "Set signature",
@@ -3527,7 +3751,7 @@
3527
3751
  },
3528
3752
  "parameters": [
3529
3753
  {
3530
- "id": 228,
3754
+ "id": 235,
3531
3755
  "name": "value",
3532
3756
  "kind": 32768,
3533
3757
  "kindString": "Parameter",
@@ -3546,7 +3770,7 @@
3546
3770
  ]
3547
3771
  },
3548
3772
  {
3549
- "id": 230,
3773
+ "id": 237,
3550
3774
  "name": "focusable",
3551
3775
  "kind": 262144,
3552
3776
  "kindString": "Accessor",
@@ -3574,7 +3798,7 @@
3574
3798
  ],
3575
3799
  "getSignature": [
3576
3800
  {
3577
- "id": 231,
3801
+ "id": 238,
3578
3802
  "name": "focusable",
3579
3803
  "kind": 524288,
3580
3804
  "kindString": "Get signature",
@@ -3596,7 +3820,7 @@
3596
3820
  ],
3597
3821
  "setSignature": [
3598
3822
  {
3599
- "id": 232,
3823
+ "id": 239,
3600
3824
  "name": "focusable",
3601
3825
  "kind": 1048576,
3602
3826
  "kindString": "Set signature",
@@ -3612,7 +3836,7 @@
3612
3836
  },
3613
3837
  "parameters": [
3614
3838
  {
3615
- "id": 233,
3839
+ "id": 240,
3616
3840
  "name": "value",
3617
3841
  "kind": 32768,
3618
3842
  "kindString": "Parameter",
@@ -3631,7 +3855,7 @@
3631
3855
  ]
3632
3856
  },
3633
3857
  {
3634
- "id": 238,
3858
+ "id": 245,
3635
3859
  "name": "messageStream",
3636
3860
  "kind": 262144,
3637
3861
  "kindString": "Accessor",
@@ -3659,7 +3883,7 @@
3659
3883
  ],
3660
3884
  "getSignature": [
3661
3885
  {
3662
- "id": 239,
3886
+ "id": 246,
3663
3887
  "name": "messageStream",
3664
3888
  "kind": 524288,
3665
3889
  "kindString": "Get signature",
@@ -3672,7 +3896,7 @@
3672
3896
  "typeArguments": [
3673
3897
  {
3674
3898
  "type": "reference",
3675
- "id": 367,
3899
+ "id": 374,
3676
3900
  "name": "SkyTokensMessage"
3677
3901
  }
3678
3902
  ],
@@ -3684,7 +3908,7 @@
3684
3908
  ],
3685
3909
  "setSignature": [
3686
3910
  {
3687
- "id": 240,
3911
+ "id": 247,
3688
3912
  "name": "messageStream",
3689
3913
  "kind": 1048576,
3690
3914
  "kindString": "Set signature",
@@ -3694,7 +3918,7 @@
3694
3918
  },
3695
3919
  "parameters": [
3696
3920
  {
3697
- "id": 241,
3921
+ "id": 248,
3698
3922
  "name": "value",
3699
3923
  "kind": 32768,
3700
3924
  "kindString": "Parameter",
@@ -3704,7 +3928,7 @@
3704
3928
  "typeArguments": [
3705
3929
  {
3706
3930
  "type": "reference",
3707
- "id": 367,
3931
+ "id": 374,
3708
3932
  "name": "SkyTokensMessage"
3709
3933
  }
3710
3934
  ],
@@ -3722,7 +3946,7 @@
3722
3946
  ]
3723
3947
  },
3724
3948
  {
3725
- "id": 234,
3949
+ "id": 241,
3726
3950
  "name": "tokens",
3727
3951
  "kind": 262144,
3728
3952
  "kindString": "Accessor",
@@ -3750,7 +3974,7 @@
3750
3974
  ],
3751
3975
  "getSignature": [
3752
3976
  {
3753
- "id": 235,
3977
+ "id": 242,
3754
3978
  "name": "tokens",
3755
3979
  "kind": 524288,
3756
3980
  "kindString": "Get signature",
@@ -3762,7 +3986,7 @@
3762
3986
  "type": "array",
3763
3987
  "elementType": {
3764
3988
  "type": "reference",
3765
- "id": 363,
3989
+ "id": 370,
3766
3990
  "name": "SkyToken"
3767
3991
  }
3768
3992
  }
@@ -3770,7 +3994,7 @@
3770
3994
  ],
3771
3995
  "setSignature": [
3772
3996
  {
3773
- "id": 236,
3997
+ "id": 243,
3774
3998
  "name": "tokens",
3775
3999
  "kind": 1048576,
3776
4000
  "kindString": "Set signature",
@@ -3780,7 +4004,7 @@
3780
4004
  },
3781
4005
  "parameters": [
3782
4006
  {
3783
- "id": 237,
4007
+ "id": 244,
3784
4008
  "name": "value",
3785
4009
  "kind": 32768,
3786
4010
  "kindString": "Parameter",
@@ -3789,7 +4013,7 @@
3789
4013
  "type": "array",
3790
4014
  "elementType": {
3791
4015
  "type": "reference",
3792
- "id": 363,
4016
+ "id": 370,
3793
4017
  "name": "SkyToken"
3794
4018
  }
3795
4019
  }
@@ -3803,7 +4027,7 @@
3803
4027
  ]
3804
4028
  },
3805
4029
  {
3806
- "id": 265,
4030
+ "id": 272,
3807
4031
  "name": "ngOnDestroy",
3808
4032
  "kind": 2048,
3809
4033
  "kindString": "Method",
@@ -3819,7 +4043,7 @@
3819
4043
  ],
3820
4044
  "signatures": [
3821
4045
  {
3822
- "id": 266,
4046
+ "id": 273,
3823
4047
  "name": "ngOnDestroy",
3824
4048
  "kind": 4096,
3825
4049
  "kindString": "Call signature",
@@ -3840,7 +4064,7 @@
3840
4064
  }
3841
4065
  },
3842
4066
  {
3843
- "id": 267,
4067
+ "id": 274,
3844
4068
  "name": "onTokenClick",
3845
4069
  "kind": 2048,
3846
4070
  "kindString": "Method",
@@ -3856,21 +4080,21 @@
3856
4080
  ],
3857
4081
  "signatures": [
3858
4082
  {
3859
- "id": 268,
4083
+ "id": 275,
3860
4084
  "name": "onTokenClick",
3861
4085
  "kind": 4096,
3862
4086
  "kindString": "Call signature",
3863
4087
  "flags": {},
3864
4088
  "parameters": [
3865
4089
  {
3866
- "id": 269,
4090
+ "id": 276,
3867
4091
  "name": "token",
3868
4092
  "kind": 32768,
3869
4093
  "kindString": "Parameter",
3870
4094
  "flags": {},
3871
4095
  "type": {
3872
4096
  "type": "reference",
3873
- "id": 363,
4097
+ "id": 370,
3874
4098
  "name": "SkyToken"
3875
4099
  }
3876
4100
  }
@@ -3883,7 +4107,7 @@
3883
4107
  ]
3884
4108
  },
3885
4109
  {
3886
- "id": 270,
4110
+ "id": 277,
3887
4111
  "name": "onTokenKeyDown",
3888
4112
  "kind": 2048,
3889
4113
  "kindString": "Method",
@@ -3899,14 +4123,14 @@
3899
4123
  ],
3900
4124
  "signatures": [
3901
4125
  {
3902
- "id": 271,
4126
+ "id": 278,
3903
4127
  "name": "onTokenKeyDown",
3904
4128
  "kind": 4096,
3905
4129
  "kindString": "Call signature",
3906
4130
  "flags": {},
3907
4131
  "parameters": [
3908
4132
  {
3909
- "id": 272,
4133
+ "id": 279,
3910
4134
  "name": "event",
3911
4135
  "kind": 32768,
3912
4136
  "kindString": "Parameter",
@@ -3927,7 +4151,7 @@
3927
4151
  ]
3928
4152
  },
3929
4153
  {
3930
- "id": 276,
4154
+ "id": 283,
3931
4155
  "name": "removeToken",
3932
4156
  "kind": 2048,
3933
4157
  "kindString": "Method",
@@ -3943,21 +4167,21 @@
3943
4167
  ],
3944
4168
  "signatures": [
3945
4169
  {
3946
- "id": 277,
4170
+ "id": 284,
3947
4171
  "name": "removeToken",
3948
4172
  "kind": 4096,
3949
4173
  "kindString": "Call signature",
3950
4174
  "flags": {},
3951
4175
  "parameters": [
3952
4176
  {
3953
- "id": 278,
4177
+ "id": 285,
3954
4178
  "name": "token",
3955
4179
  "kind": 32768,
3956
4180
  "kindString": "Parameter",
3957
4181
  "flags": {},
3958
4182
  "type": {
3959
4183
  "type": "reference",
3960
- "id": 363,
4184
+ "id": 370,
3961
4185
  "name": "SkyToken"
3962
4186
  }
3963
4187
  }
@@ -3970,7 +4194,7 @@
3970
4194
  ]
3971
4195
  },
3972
4196
  {
3973
- "id": 273,
4197
+ "id": 280,
3974
4198
  "name": "selectToken",
3975
4199
  "kind": 2048,
3976
4200
  "kindString": "Method",
@@ -3986,21 +4210,21 @@
3986
4210
  ],
3987
4211
  "signatures": [
3988
4212
  {
3989
- "id": 274,
4213
+ "id": 281,
3990
4214
  "name": "selectToken",
3991
4215
  "kind": 4096,
3992
4216
  "kindString": "Call signature",
3993
4217
  "flags": {},
3994
4218
  "parameters": [
3995
4219
  {
3996
- "id": 275,
4220
+ "id": 282,
3997
4221
  "name": "token",
3998
4222
  "kind": 32768,
3999
4223
  "kindString": "Parameter",
4000
4224
  "flags": {},
4001
4225
  "type": {
4002
4226
  "type": "reference",
4003
- "id": 363,
4227
+ "id": 370,
4004
4228
  "name": "SkyToken"
4005
4229
  }
4006
4230
  }
@@ -4018,42 +4242,42 @@
4018
4242
  "title": "Constructors",
4019
4243
  "kind": 512,
4020
4244
  "children": [
4021
- 214
4245
+ 221
4022
4246
  ]
4023
4247
  },
4024
4248
  {
4025
4249
  "title": "Properties",
4026
4250
  "kind": 1024,
4027
4251
  "children": [
4028
- 242,
4029
- 243,
4030
- 244,
4031
- 245,
4252
+ 249,
4032
4253
  250,
4033
- 229
4254
+ 251,
4255
+ 252,
4256
+ 257,
4257
+ 236
4034
4258
  ]
4035
4259
  },
4036
4260
  {
4037
4261
  "title": "Accessors",
4038
4262
  "kind": 262144,
4039
4263
  "children": [
4040
- 217,
4041
- 221,
4042
- 225,
4043
- 230,
4044
- 238,
4045
- 234
4264
+ 224,
4265
+ 228,
4266
+ 232,
4267
+ 237,
4268
+ 245,
4269
+ 241
4046
4270
  ]
4047
4271
  },
4048
4272
  {
4049
4273
  "title": "Methods",
4050
4274
  "kind": 2048,
4051
4275
  "children": [
4052
- 265,
4053
- 267,
4054
- 270,
4055
- 276,
4056
- 273
4276
+ 272,
4277
+ 274,
4278
+ 277,
4279
+ 283,
4280
+ 280
4057
4281
  ]
4058
4282
  }
4059
4283
  ],
@@ -4074,7 +4298,7 @@
4074
4298
  ]
4075
4299
  },
4076
4300
  {
4077
- "id": 294,
4301
+ "id": 301,
4078
4302
  "name": "SkyWaitComponent",
4079
4303
  "kind": 128,
4080
4304
  "kindString": "Class",
@@ -4095,7 +4319,7 @@
4095
4319
  ],
4096
4320
  "children": [
4097
4321
  {
4098
- "id": 295,
4322
+ "id": 302,
4099
4323
  "name": "constructor",
4100
4324
  "kind": 512,
4101
4325
  "kindString": "Constructor",
@@ -4109,14 +4333,14 @@
4109
4333
  ],
4110
4334
  "signatures": [
4111
4335
  {
4112
- "id": 296,
4336
+ "id": 303,
4113
4337
  "name": "SkyWaitComponent",
4114
4338
  "kind": 16384,
4115
4339
  "kindString": "Constructor signature",
4116
4340
  "flags": {},
4117
4341
  "parameters": [
4118
4342
  {
4119
- "id": 297,
4343
+ "id": 304,
4120
4344
  "name": "elRef",
4121
4345
  "kind": 32768,
4122
4346
  "kindString": "Parameter",
@@ -4135,7 +4359,7 @@
4135
4359
  }
4136
4360
  },
4137
4361
  {
4138
- "id": 298,
4362
+ "id": 305,
4139
4363
  "name": "adapterService",
4140
4364
  "kind": 32768,
4141
4365
  "kindString": "Parameter",
@@ -4146,7 +4370,7 @@
4146
4370
  }
4147
4371
  },
4148
4372
  {
4149
- "id": 299,
4373
+ "id": 306,
4150
4374
  "name": "resourceService",
4151
4375
  "kind": 32768,
4152
4376
  "kindString": "Parameter",
@@ -4171,14 +4395,14 @@
4171
4395
  ],
4172
4396
  "type": {
4173
4397
  "type": "reference",
4174
- "id": 294,
4398
+ "id": 301,
4175
4399
  "name": "SkyWaitComponent"
4176
4400
  }
4177
4401
  }
4178
4402
  ]
4179
4403
  },
4180
4404
  {
4181
- "id": 300,
4405
+ "id": 307,
4182
4406
  "name": "ariaLabel",
4183
4407
  "kind": 1024,
4184
4408
  "kindString": "Property",
@@ -4213,7 +4437,7 @@
4213
4437
  }
4214
4438
  },
4215
4439
  {
4216
- "id": 310,
4440
+ "id": 317,
4217
4441
  "name": "ariaLabelStream",
4218
4442
  "kind": 1024,
4219
4443
  "kindString": "Property",
@@ -4242,7 +4466,7 @@
4242
4466
  "defaultValue": "..."
4243
4467
  },
4244
4468
  {
4245
- "id": 309,
4469
+ "id": 316,
4246
4470
  "name": "isNonBlocking",
4247
4471
  "kind": 1024,
4248
4472
  "kindString": "Property",
@@ -4283,7 +4507,7 @@
4283
4507
  }
4284
4508
  },
4285
4509
  {
4286
- "id": 305,
4510
+ "id": 312,
4287
4511
  "name": "isFullPage",
4288
4512
  "kind": 262144,
4289
4513
  "kindString": "Accessor",
@@ -4311,7 +4535,7 @@
4311
4535
  ],
4312
4536
  "getSignature": [
4313
4537
  {
4314
- "id": 306,
4538
+ "id": 313,
4315
4539
  "name": "isFullPage",
4316
4540
  "kind": 524288,
4317
4541
  "kindString": "Get signature",
@@ -4333,7 +4557,7 @@
4333
4557
  ],
4334
4558
  "setSignature": [
4335
4559
  {
4336
- "id": 307,
4560
+ "id": 314,
4337
4561
  "name": "isFullPage",
4338
4562
  "kind": 1048576,
4339
4563
  "kindString": "Set signature",
@@ -4349,7 +4573,7 @@
4349
4573
  },
4350
4574
  "parameters": [
4351
4575
  {
4352
- "id": 308,
4576
+ "id": 315,
4353
4577
  "name": "value",
4354
4578
  "kind": 32768,
4355
4579
  "kindString": "Parameter",
@@ -4368,7 +4592,7 @@
4368
4592
  ]
4369
4593
  },
4370
4594
  {
4371
- "id": 301,
4595
+ "id": 308,
4372
4596
  "name": "isWaiting",
4373
4597
  "kind": 262144,
4374
4598
  "kindString": "Accessor",
@@ -4396,7 +4620,7 @@
4396
4620
  ],
4397
4621
  "getSignature": [
4398
4622
  {
4399
- "id": 302,
4623
+ "id": 309,
4400
4624
  "name": "isWaiting",
4401
4625
  "kind": 524288,
4402
4626
  "kindString": "Get signature",
@@ -4412,7 +4636,7 @@
4412
4636
  ],
4413
4637
  "setSignature": [
4414
4638
  {
4415
- "id": 303,
4639
+ "id": 310,
4416
4640
  "name": "isWaiting",
4417
4641
  "kind": 1048576,
4418
4642
  "kindString": "Set signature",
@@ -4422,7 +4646,7 @@
4422
4646
  },
4423
4647
  "parameters": [
4424
4648
  {
4425
- "id": 304,
4649
+ "id": 311,
4426
4650
  "name": "value",
4427
4651
  "kind": 32768,
4428
4652
  "kindString": "Parameter",
@@ -4441,7 +4665,7 @@
4441
4665
  ]
4442
4666
  },
4443
4667
  {
4444
- "id": 314,
4668
+ "id": 321,
4445
4669
  "name": "ngOnInit",
4446
4670
  "kind": 2048,
4447
4671
  "kindString": "Method",
@@ -4457,7 +4681,7 @@
4457
4681
  ],
4458
4682
  "signatures": [
4459
4683
  {
4460
- "id": 315,
4684
+ "id": 322,
4461
4685
  "name": "ngOnInit",
4462
4686
  "kind": 4096,
4463
4687
  "kindString": "Call signature",
@@ -4483,31 +4707,31 @@
4483
4707
  "title": "Constructors",
4484
4708
  "kind": 512,
4485
4709
  "children": [
4486
- 295
4710
+ 302
4487
4711
  ]
4488
4712
  },
4489
4713
  {
4490
4714
  "title": "Properties",
4491
4715
  "kind": 1024,
4492
4716
  "children": [
4493
- 300,
4494
- 310,
4495
- 309
4717
+ 307,
4718
+ 317,
4719
+ 316
4496
4720
  ]
4497
4721
  },
4498
4722
  {
4499
4723
  "title": "Accessors",
4500
4724
  "kind": 262144,
4501
4725
  "children": [
4502
- 305,
4503
- 301
4726
+ 312,
4727
+ 308
4504
4728
  ]
4505
4729
  },
4506
4730
  {
4507
4731
  "title": "Methods",
4508
4732
  "kind": 2048,
4509
4733
  "children": [
4510
- 314
4734
+ 321
4511
4735
  ]
4512
4736
  }
4513
4737
  ],
@@ -4528,7 +4752,7 @@
4528
4752
  ]
4529
4753
  },
4530
4754
  {
4531
- "id": 34,
4755
+ "id": 54,
4532
4756
  "name": "SkyHelpInlineComponent",
4533
4757
  "kind": 128,
4534
4758
  "kindString": "Class",
@@ -4549,7 +4773,7 @@
4549
4773
  ],
4550
4774
  "children": [
4551
4775
  {
4552
- "id": 37,
4776
+ "id": 57,
4553
4777
  "name": "actionClick",
4554
4778
  "kind": 1024,
4555
4779
  "kindString": "Property",
@@ -4593,7 +4817,7 @@
4593
4817
  "defaultValue": "..."
4594
4818
  },
4595
4819
  {
4596
- "id": 38,
4820
+ "id": 58,
4597
4821
  "name": "onClick",
4598
4822
  "kind": 2048,
4599
4823
  "kindString": "Method",
@@ -4609,7 +4833,7 @@
4609
4833
  ],
4610
4834
  "signatures": [
4611
4835
  {
4612
- "id": 39,
4836
+ "id": 59,
4613
4837
  "name": "onClick",
4614
4838
  "kind": 4096,
4615
4839
  "kindString": "Call signature",
@@ -4627,21 +4851,21 @@
4627
4851
  "title": "Constructors",
4628
4852
  "kind": 512,
4629
4853
  "children": [
4630
- 35
4854
+ 55
4631
4855
  ]
4632
4856
  },
4633
4857
  {
4634
4858
  "title": "Properties",
4635
4859
  "kind": 1024,
4636
4860
  "children": [
4637
- 37
4861
+ 57
4638
4862
  ]
4639
4863
  },
4640
4864
  {
4641
4865
  "title": "Methods",
4642
4866
  "kind": 2048,
4643
4867
  "children": [
4644
- 38
4868
+ 58
4645
4869
  ]
4646
4870
  }
4647
4871
  ],
@@ -4654,7 +4878,7 @@
4654
4878
  ]
4655
4879
  },
4656
4880
  {
4657
- "id": 40,
4881
+ "id": 60,
4658
4882
  "name": "SkyIconComponent",
4659
4883
  "kind": 128,
4660
4884
  "kindString": "Class",
@@ -4675,7 +4899,7 @@
4675
4899
  ],
4676
4900
  "children": [
4677
4901
  {
4678
- "id": 46,
4902
+ "id": 66,
4679
4903
  "name": "fixedWidth",
4680
4904
  "kind": 1024,
4681
4905
  "kindString": "Property",
@@ -4716,7 +4940,7 @@
4716
4940
  }
4717
4941
  },
4718
4942
  {
4719
- "id": 43,
4943
+ "id": 63,
4720
4944
  "name": "icon",
4721
4945
  "kind": 1024,
4722
4946
  "kindString": "Property",
@@ -4757,7 +4981,7 @@
4757
4981
  }
4758
4982
  },
4759
4983
  {
4760
- "id": 44,
4984
+ "id": 64,
4761
4985
  "name": "iconType",
4762
4986
  "kind": 1024,
4763
4987
  "kindString": "Property",
@@ -4794,13 +5018,13 @@
4794
5018
  ],
4795
5019
  "type": {
4796
5020
  "type": "reference",
4797
- "id": 343,
5021
+ "id": 350,
4798
5022
  "name": "SkyIconType"
4799
5023
  },
4800
5024
  "defaultValue": "'fa'"
4801
5025
  },
4802
5026
  {
4803
- "id": 45,
5027
+ "id": 65,
4804
5028
  "name": "size",
4805
5029
  "kind": 1024,
4806
5030
  "kindString": "Property",
@@ -4835,7 +5059,7 @@
4835
5059
  }
4836
5060
  },
4837
5061
  {
4838
- "id": 47,
5062
+ "id": 67,
4839
5063
  "name": "variant",
4840
5064
  "kind": 1024,
4841
5065
  "kindString": "Property",
@@ -4866,7 +5090,7 @@
4866
5090
  ],
4867
5091
  "type": {
4868
5092
  "type": "reference",
4869
- "id": 344,
5093
+ "id": 351,
4870
5094
  "name": "SkyIconVariantType"
4871
5095
  }
4872
5096
  }
@@ -4876,18 +5100,18 @@
4876
5100
  "title": "Constructors",
4877
5101
  "kind": 512,
4878
5102
  "children": [
4879
- 41
5103
+ 61
4880
5104
  ]
4881
5105
  },
4882
5106
  {
4883
5107
  "title": "Properties",
4884
5108
  "kind": 1024,
4885
5109
  "children": [
4886
- 46,
4887
- 43,
4888
- 44,
4889
- 45,
4890
- 47
5110
+ 66,
5111
+ 63,
5112
+ 64,
5113
+ 65,
5114
+ 67
4891
5115
  ]
4892
5116
  }
4893
5117
  ],
@@ -4900,13 +5124,13 @@
4900
5124
  ]
4901
5125
  },
4902
5126
  {
4903
- "id": 54,
5127
+ "id": 74,
4904
5128
  "name": "SkyKeyInfoLabelComponent",
4905
5129
  "kind": 128,
4906
5130
  "kindString": "Class",
4907
5131
  "flags": {},
4908
5132
  "comment": {
4909
- "shortText": "Specifies a label to display in smaller text under or beside the value.",
5133
+ "shortText": "Specifies a label to display in smaller text under or beside the value.\nTo display a help button beside the label, include a help button element, such as `sky-help-inline`,\nin the `sky-key-info` element and a `sky-control-help` CSS class on that help button element.",
4910
5134
  "tags": [
4911
5135
  {
4912
5136
  "tag": "required",
@@ -4934,20 +5158,20 @@
4934
5158
  "title": "Constructors",
4935
5159
  "kind": 512,
4936
5160
  "children": [
4937
- 55
5161
+ 75
4938
5162
  ]
4939
5163
  }
4940
5164
  ],
4941
5165
  "sources": [
4942
5166
  {
4943
5167
  "fileName": "projects/indicators/src/modules/key-info/key-info-label.component.ts",
4944
- "line": 11,
5168
+ "line": 13,
4945
5169
  "character": 13
4946
5170
  }
4947
5171
  ]
4948
5172
  },
4949
5173
  {
4950
- "id": 57,
5174
+ "id": 77,
4951
5175
  "name": "SkyKeyInfoValueComponent",
4952
5176
  "kind": 128,
4953
5177
  "kindString": "Class",
@@ -4981,7 +5205,7 @@
4981
5205
  "title": "Constructors",
4982
5206
  "kind": 512,
4983
5207
  "children": [
4984
- 58
5208
+ 78
4985
5209
  ]
4986
5210
  }
4987
5211
  ],
@@ -4994,7 +5218,7 @@
4994
5218
  ]
4995
5219
  },
4996
5220
  {
4997
- "id": 60,
5221
+ "id": 80,
4998
5222
  "name": "SkyKeyInfoComponent",
4999
5223
  "kind": 128,
5000
5224
  "kindString": "Class",
@@ -5015,7 +5239,7 @@
5015
5239
  ],
5016
5240
  "children": [
5017
5241
  {
5018
- "id": 63,
5242
+ "id": 83,
5019
5243
  "name": "layout",
5020
5244
  "kind": 1024,
5021
5245
  "kindString": "Property",
@@ -5062,14 +5286,14 @@
5062
5286
  "title": "Constructors",
5063
5287
  "kind": 512,
5064
5288
  "children": [
5065
- 61
5289
+ 81
5066
5290
  ]
5067
5291
  },
5068
5292
  {
5069
5293
  "title": "Properties",
5070
5294
  "kind": 1024,
5071
5295
  "children": [
5072
- 63
5296
+ 83
5073
5297
  ]
5074
5298
  }
5075
5299
  ],
@@ -5082,7 +5306,7 @@
5082
5306
  ]
5083
5307
  },
5084
5308
  {
5085
- "id": 64,
5309
+ "id": 84,
5086
5310
  "name": "SkyLabelComponent",
5087
5311
  "kind": 128,
5088
5312
  "kindString": "Class",
@@ -5103,7 +5327,7 @@
5103
5327
  ],
5104
5328
  "children": [
5105
5329
  {
5106
- "id": 65,
5330
+ "id": 85,
5107
5331
  "name": "constructor",
5108
5332
  "kind": 512,
5109
5333
  "kindString": "Constructor",
@@ -5117,14 +5341,14 @@
5117
5341
  ],
5118
5342
  "signatures": [
5119
5343
  {
5120
- "id": 66,
5344
+ "id": 86,
5121
5345
  "name": "SkyLabelComponent",
5122
5346
  "kind": 16384,
5123
5347
  "kindString": "Constructor signature",
5124
5348
  "flags": {},
5125
5349
  "parameters": [
5126
5350
  {
5127
- "id": 67,
5351
+ "id": 87,
5128
5352
  "name": "changeDetector",
5129
5353
  "kind": 32768,
5130
5354
  "kindString": "Parameter",
@@ -5137,7 +5361,7 @@
5137
5361
  }
5138
5362
  },
5139
5363
  {
5140
- "id": 68,
5364
+ "id": 88,
5141
5365
  "name": "resources",
5142
5366
  "kind": 32768,
5143
5367
  "kindString": "Parameter",
@@ -5150,14 +5374,14 @@
5150
5374
  ],
5151
5375
  "type": {
5152
5376
  "type": "reference",
5153
- "id": 64,
5377
+ "id": 84,
5154
5378
  "name": "SkyLabelComponent"
5155
5379
  }
5156
5380
  }
5157
5381
  ]
5158
5382
  },
5159
5383
  {
5160
- "id": 78,
5384
+ "id": 98,
5161
5385
  "name": "baseIcon",
5162
5386
  "kind": 1024,
5163
5387
  "kindString": "Property",
@@ -5177,7 +5401,7 @@
5177
5401
  }
5178
5402
  },
5179
5403
  {
5180
- "id": 79,
5404
+ "id": 99,
5181
5405
  "name": "descriptionComputed",
5182
5406
  "kind": 1024,
5183
5407
  "kindString": "Property",
@@ -5197,7 +5421,7 @@
5197
5421
  }
5198
5422
  },
5199
5423
  {
5200
- "id": 80,
5424
+ "id": 100,
5201
5425
  "name": "icon",
5202
5426
  "kind": 1024,
5203
5427
  "kindString": "Property",
@@ -5217,7 +5441,7 @@
5217
5441
  }
5218
5442
  },
5219
5443
  {
5220
- "id": 81,
5444
+ "id": 101,
5221
5445
  "name": "labelTypeOrDefault",
5222
5446
  "kind": 1024,
5223
5447
  "kindString": "Property",
@@ -5233,13 +5457,13 @@
5233
5457
  ],
5234
5458
  "type": {
5235
5459
  "type": "reference",
5236
- "id": 348,
5460
+ "id": 355,
5237
5461
  "name": "SkyLabelType"
5238
5462
  },
5239
5463
  "defaultValue": "LABEL_TYPE_DEFAULT"
5240
5464
  },
5241
5465
  {
5242
- "id": 82,
5466
+ "id": 102,
5243
5467
  "name": "topIcon",
5244
5468
  "kind": 1024,
5245
5469
  "kindString": "Property",
@@ -5259,7 +5483,7 @@
5259
5483
  }
5260
5484
  },
5261
5485
  {
5262
- "id": 75,
5486
+ "id": 95,
5263
5487
  "name": "customDescription",
5264
5488
  "kind": 262144,
5265
5489
  "kindString": "Accessor",
@@ -5287,7 +5511,7 @@
5287
5511
  ],
5288
5512
  "setSignature": [
5289
5513
  {
5290
- "id": 76,
5514
+ "id": 96,
5291
5515
  "name": "customDescription",
5292
5516
  "kind": 1048576,
5293
5517
  "kindString": "Set signature",
@@ -5297,7 +5521,7 @@
5297
5521
  },
5298
5522
  "parameters": [
5299
5523
  {
5300
- "id": 77,
5524
+ "id": 97,
5301
5525
  "name": "value",
5302
5526
  "kind": 32768,
5303
5527
  "kindString": "Parameter",
@@ -5316,7 +5540,7 @@
5316
5540
  ]
5317
5541
  },
5318
5542
  {
5319
- "id": 72,
5543
+ "id": 92,
5320
5544
  "name": "descriptionType",
5321
5545
  "kind": 262144,
5322
5546
  "kindString": "Accessor",
@@ -5344,7 +5568,7 @@
5344
5568
  ],
5345
5569
  "setSignature": [
5346
5570
  {
5347
- "id": 73,
5571
+ "id": 93,
5348
5572
  "name": "descriptionType",
5349
5573
  "kind": 1048576,
5350
5574
  "kindString": "Set signature",
@@ -5354,14 +5578,14 @@
5354
5578
  },
5355
5579
  "parameters": [
5356
5580
  {
5357
- "id": 74,
5581
+ "id": 94,
5358
5582
  "name": "value",
5359
5583
  "kind": 32768,
5360
5584
  "kindString": "Parameter",
5361
5585
  "flags": {},
5362
5586
  "type": {
5363
5587
  "type": "reference",
5364
- "id": 352,
5588
+ "id": 359,
5365
5589
  "name": "SkyIndicatorDescriptionType"
5366
5590
  }
5367
5591
  }
@@ -5374,7 +5598,7 @@
5374
5598
  ]
5375
5599
  },
5376
5600
  {
5377
- "id": 69,
5601
+ "id": 89,
5378
5602
  "name": "labelType",
5379
5603
  "kind": 262144,
5380
5604
  "kindString": "Accessor",
@@ -5402,7 +5626,7 @@
5402
5626
  ],
5403
5627
  "setSignature": [
5404
5628
  {
5405
- "id": 70,
5629
+ "id": 90,
5406
5630
  "name": "labelType",
5407
5631
  "kind": 1048576,
5408
5632
  "kindString": "Set signature",
@@ -5418,14 +5642,14 @@
5418
5642
  },
5419
5643
  "parameters": [
5420
5644
  {
5421
- "id": 71,
5645
+ "id": 91,
5422
5646
  "name": "value",
5423
5647
  "kind": 32768,
5424
5648
  "kindString": "Parameter",
5425
5649
  "flags": {},
5426
5650
  "type": {
5427
5651
  "type": "reference",
5428
- "id": 348,
5652
+ "id": 355,
5429
5653
  "name": "SkyLabelType"
5430
5654
  }
5431
5655
  }
@@ -5438,7 +5662,7 @@
5438
5662
  ]
5439
5663
  },
5440
5664
  {
5441
- "id": 90,
5665
+ "id": 110,
5442
5666
  "name": "ngOnDestroy",
5443
5667
  "kind": 2048,
5444
5668
  "kindString": "Method",
@@ -5454,7 +5678,7 @@
5454
5678
  ],
5455
5679
  "signatures": [
5456
5680
  {
5457
- "id": 91,
5681
+ "id": 111,
5458
5682
  "name": "ngOnDestroy",
5459
5683
  "kind": 4096,
5460
5684
  "kindString": "Call signature",
@@ -5475,7 +5699,7 @@
5475
5699
  }
5476
5700
  },
5477
5701
  {
5478
- "id": 88,
5702
+ "id": 108,
5479
5703
  "name": "ngOnInit",
5480
5704
  "kind": 2048,
5481
5705
  "kindString": "Method",
@@ -5491,7 +5715,7 @@
5491
5715
  ],
5492
5716
  "signatures": [
5493
5717
  {
5494
- "id": 89,
5718
+ "id": 109,
5495
5719
  "name": "ngOnInit",
5496
5720
  "kind": 4096,
5497
5721
  "kindString": "Call signature",
@@ -5517,35 +5741,35 @@
5517
5741
  "title": "Constructors",
5518
5742
  "kind": 512,
5519
5743
  "children": [
5520
- 65
5744
+ 85
5521
5745
  ]
5522
5746
  },
5523
5747
  {
5524
5748
  "title": "Properties",
5525
5749
  "kind": 1024,
5526
5750
  "children": [
5527
- 78,
5528
- 79,
5529
- 80,
5530
- 81,
5531
- 82
5751
+ 98,
5752
+ 99,
5753
+ 100,
5754
+ 101,
5755
+ 102
5532
5756
  ]
5533
5757
  },
5534
5758
  {
5535
5759
  "title": "Accessors",
5536
5760
  "kind": 262144,
5537
5761
  "children": [
5538
- 75,
5539
- 72,
5540
- 69
5762
+ 95,
5763
+ 92,
5764
+ 89
5541
5765
  ]
5542
5766
  },
5543
5767
  {
5544
5768
  "title": "Methods",
5545
5769
  "kind": 2048,
5546
5770
  "children": [
5547
- 90,
5548
- 88
5771
+ 110,
5772
+ 108
5549
5773
  ]
5550
5774
  }
5551
5775
  ],
@@ -5572,14 +5796,14 @@
5572
5796
  ]
5573
5797
  },
5574
5798
  {
5575
- "id": 363,
5799
+ "id": 370,
5576
5800
  "name": "SkyToken",
5577
5801
  "kind": 256,
5578
5802
  "kindString": "Interface",
5579
5803
  "flags": {},
5580
5804
  "children": [
5581
5805
  {
5582
- "id": 364,
5806
+ "id": 371,
5583
5807
  "name": "value",
5584
5808
  "kind": 1024,
5585
5809
  "kindString": "Property",
@@ -5605,7 +5829,7 @@
5605
5829
  "title": "Properties",
5606
5830
  "kind": 1024,
5607
5831
  "children": [
5608
- 364
5832
+ 371
5609
5833
  ]
5610
5834
  }
5611
5835
  ],
@@ -5618,14 +5842,14 @@
5618
5842
  ]
5619
5843
  },
5620
5844
  {
5621
- "id": 365,
5845
+ "id": 372,
5622
5846
  "name": "SkyTokenSelectedEventArgs",
5623
5847
  "kind": 256,
5624
5848
  "kindString": "Interface",
5625
5849
  "flags": {},
5626
5850
  "children": [
5627
5851
  {
5628
- "id": 366,
5852
+ "id": 373,
5629
5853
  "name": "token",
5630
5854
  "kind": 1024,
5631
5855
  "kindString": "Property",
@@ -5644,7 +5868,7 @@
5644
5868
  ],
5645
5869
  "type": {
5646
5870
  "type": "reference",
5647
- "id": 363,
5871
+ "id": 370,
5648
5872
  "name": "SkyToken"
5649
5873
  }
5650
5874
  }
@@ -5654,7 +5878,7 @@
5654
5878
  "title": "Properties",
5655
5879
  "kind": 1024,
5656
5880
  "children": [
5657
- 366
5881
+ 373
5658
5882
  ]
5659
5883
  }
5660
5884
  ],
@@ -5667,14 +5891,14 @@
5667
5891
  ]
5668
5892
  },
5669
5893
  {
5670
- "id": 367,
5894
+ "id": 374,
5671
5895
  "name": "SkyTokensMessage",
5672
5896
  "kind": 256,
5673
5897
  "kindString": "Interface",
5674
5898
  "flags": {},
5675
5899
  "children": [
5676
5900
  {
5677
- "id": 368,
5901
+ "id": 375,
5678
5902
  "name": "type",
5679
5903
  "kind": 1024,
5680
5904
  "kindString": "Property",
@@ -5693,7 +5917,7 @@
5693
5917
  ],
5694
5918
  "type": {
5695
5919
  "type": "reference",
5696
- "id": 369,
5920
+ "id": 376,
5697
5921
  "name": "SkyTokensMessageType"
5698
5922
  }
5699
5923
  }
@@ -5703,7 +5927,7 @@
5703
5927
  "title": "Properties",
5704
5928
  "kind": 1024,
5705
5929
  "children": [
5706
- 368
5930
+ 375
5707
5931
  ]
5708
5932
  }
5709
5933
  ],
@@ -5716,7 +5940,7 @@
5716
5940
  ]
5717
5941
  },
5718
5942
  {
5719
- "id": 343,
5943
+ "id": 350,
5720
5944
  "name": "SkyIconType",
5721
5945
  "kind": 4194304,
5722
5946
  "kindString": "Type alias",
@@ -5743,7 +5967,7 @@
5743
5967
  }
5744
5968
  },
5745
5969
  {
5746
- "id": 344,
5970
+ "id": 351,
5747
5971
  "name": "SkyIconVariantType",
5748
5972
  "kind": 4194304,
5749
5973
  "kindString": "Type alias",
@@ -5770,7 +5994,7 @@
5770
5994
  }
5771
5995
  },
5772
5996
  {
5773
- "id": 352,
5997
+ "id": 359,
5774
5998
  "name": "SkyIndicatorDescriptionType",
5775
5999
  "kind": 4194304,
5776
6000
  "kindString": "Type alias",
@@ -5833,7 +6057,7 @@
5833
6057
  }
5834
6058
  },
5835
6059
  {
5836
- "id": 353,
6060
+ "id": 360,
5837
6061
  "name": "SkyIndicatorIconType",
5838
6062
  "kind": 4194304,
5839
6063
  "kindString": "Type alias",
@@ -5868,7 +6092,7 @@
5868
6092
  }
5869
6093
  },
5870
6094
  {
5871
- "id": 348,
6095
+ "id": 355,
5872
6096
  "name": "SkyLabelType",
5873
6097
  "kind": 4194304,
5874
6098
  "kindString": "Type alias",
@@ -5901,72 +6125,525 @@
5901
6125
  }
5902
6126
  ]
5903
6127
  }
5904
- }
5905
- ],
5906
- "groups": [
5907
- {
5908
- "title": "Enumerations",
5909
- "kind": 8,
5910
- "children": [
5911
- 369
5912
- ]
5913
6128
  },
5914
6129
  {
5915
- "title": "Classes",
6130
+ "id": 565,
6131
+ "name": "SkyAlertHarness",
5916
6132
  "kind": 128,
6133
+ "kindString": "Class",
6134
+ "flags": {},
6135
+ "comment": {
6136
+ "shortText": "Harness for interacting with an alert component in tests."
6137
+ },
5917
6138
  "children": [
5918
- 325,
5919
- 328,
5920
- 331,
5921
- 334,
5922
- 340,
5923
- 345,
5924
- 349,
5925
- 354,
5926
- 357,
5927
- 360,
5928
- 375,
5929
- 378,
5930
- 1,
5931
- 98,
5932
- 129,
5933
- 168,
5934
- 213,
5935
- 294,
5936
- 34,
5937
- 40,
5938
- 54,
5939
- 57,
5940
- 60,
5941
- 64
6139
+ {
6140
+ "id": 566,
6141
+ "name": "hostSelector",
6142
+ "kind": 1024,
6143
+ "kindString": "Property",
6144
+ "flags": {
6145
+ "isPublic": true,
6146
+ "isStatic": true
6147
+ },
6148
+ "sources": [
6149
+ {
6150
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6151
+ "line": 11,
6152
+ "character": 16
6153
+ }
6154
+ ],
6155
+ "type": {
6156
+ "type": "intrinsic",
6157
+ "name": "string"
6158
+ },
6159
+ "defaultValue": "'sky-alert'"
6160
+ },
6161
+ {
6162
+ "id": 585,
6163
+ "name": "close",
6164
+ "kind": 2048,
6165
+ "kindString": "Method",
6166
+ "flags": {
6167
+ "isPublic": true
6168
+ },
6169
+ "sources": [
6170
+ {
6171
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6172
+ "line": 62,
6173
+ "character": 15
6174
+ }
6175
+ ],
6176
+ "signatures": [
6177
+ {
6178
+ "id": 586,
6179
+ "name": "close",
6180
+ "kind": 4096,
6181
+ "kindString": "Call signature",
6182
+ "flags": {},
6183
+ "comment": {
6184
+ "shortText": "Closes the alert."
6185
+ },
6186
+ "type": {
6187
+ "type": "reference",
6188
+ "typeArguments": [
6189
+ {
6190
+ "type": "intrinsic",
6191
+ "name": "void"
6192
+ }
6193
+ ],
6194
+ "qualifiedName": "Promise",
6195
+ "package": "typescript",
6196
+ "name": "Promise"
6197
+ }
6198
+ }
6199
+ ]
6200
+ },
6201
+ {
6202
+ "id": 581,
6203
+ "name": "getAlertType",
6204
+ "kind": 2048,
6205
+ "kindString": "Method",
6206
+ "flags": {
6207
+ "isPublic": true
6208
+ },
6209
+ "sources": [
6210
+ {
6211
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6212
+ "line": 30,
6213
+ "character": 15
6214
+ }
6215
+ ],
6216
+ "signatures": [
6217
+ {
6218
+ "id": 582,
6219
+ "name": "getAlertType",
6220
+ "kind": 4096,
6221
+ "kindString": "Call signature",
6222
+ "flags": {},
6223
+ "comment": {
6224
+ "shortText": "Gets the current alert type."
6225
+ },
6226
+ "type": {
6227
+ "type": "reference",
6228
+ "typeArguments": [
6229
+ {
6230
+ "type": "reference",
6231
+ "id": 360,
6232
+ "name": "SkyIndicatorIconType"
6233
+ }
6234
+ ],
6235
+ "qualifiedName": "Promise",
6236
+ "package": "typescript",
6237
+ "name": "Promise"
6238
+ }
6239
+ }
6240
+ ]
6241
+ },
6242
+ {
6243
+ "id": 583,
6244
+ "name": "getText",
6245
+ "kind": 2048,
6246
+ "kindString": "Method",
6247
+ "flags": {
6248
+ "isPublic": true
6249
+ },
6250
+ "sources": [
6251
+ {
6252
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6253
+ "line": 55,
6254
+ "character": 15
6255
+ }
6256
+ ],
6257
+ "signatures": [
6258
+ {
6259
+ "id": 584,
6260
+ "name": "getText",
6261
+ "kind": 4096,
6262
+ "kindString": "Call signature",
6263
+ "flags": {},
6264
+ "comment": {
6265
+ "shortText": "Gets the current alert text."
6266
+ },
6267
+ "type": {
6268
+ "type": "reference",
6269
+ "typeArguments": [
6270
+ {
6271
+ "type": "intrinsic",
6272
+ "name": "string"
6273
+ }
6274
+ ],
6275
+ "qualifiedName": "Promise",
6276
+ "package": "typescript",
6277
+ "name": "Promise"
6278
+ }
6279
+ }
6280
+ ]
6281
+ },
6282
+ {
6283
+ "id": 594,
6284
+ "name": "host",
6285
+ "kind": 2048,
6286
+ "kindString": "Method",
6287
+ "flags": {},
6288
+ "sources": [
6289
+ {
6290
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
6291
+ "line": 221,
6292
+ "character": 4
6293
+ }
6294
+ ],
6295
+ "signatures": [
6296
+ {
6297
+ "id": 595,
6298
+ "name": "host",
6299
+ "kind": 4096,
6300
+ "kindString": "Call signature",
6301
+ "flags": {},
6302
+ "comment": {
6303
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
6304
+ },
6305
+ "type": {
6306
+ "type": "reference",
6307
+ "typeArguments": [
6308
+ {
6309
+ "type": "reference",
6310
+ "qualifiedName": "TestElement",
6311
+ "package": "@angular/cdk",
6312
+ "name": "TestElement"
6313
+ }
6314
+ ],
6315
+ "qualifiedName": "Promise",
6316
+ "package": "typescript",
6317
+ "name": "Promise"
6318
+ },
6319
+ "inheritedFrom": {
6320
+ "type": "reference",
6321
+ "name": "SkyComponentHarness.host"
6322
+ }
6323
+ }
6324
+ ],
6325
+ "inheritedFrom": {
6326
+ "type": "reference",
6327
+ "name": "SkyComponentHarness.host"
6328
+ }
6329
+ },
6330
+ {
6331
+ "id": 589,
6332
+ "name": "isCloseable",
6333
+ "kind": 2048,
6334
+ "kindString": "Method",
6335
+ "flags": {
6336
+ "isPublic": true
6337
+ },
6338
+ "sources": [
6339
+ {
6340
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6341
+ "line": 82,
6342
+ "character": 15
6343
+ }
6344
+ ],
6345
+ "signatures": [
6346
+ {
6347
+ "id": 590,
6348
+ "name": "isCloseable",
6349
+ "kind": 4096,
6350
+ "kindString": "Call signature",
6351
+ "flags": {},
6352
+ "comment": {
6353
+ "shortText": "Indicates whether the user can close the alert."
6354
+ },
6355
+ "type": {
6356
+ "type": "reference",
6357
+ "typeArguments": [
6358
+ {
6359
+ "type": "intrinsic",
6360
+ "name": "boolean"
6361
+ }
6362
+ ],
6363
+ "qualifiedName": "Promise",
6364
+ "package": "typescript",
6365
+ "name": "Promise"
6366
+ }
6367
+ }
6368
+ ]
6369
+ },
6370
+ {
6371
+ "id": 587,
6372
+ "name": "isClosed",
6373
+ "kind": 2048,
6374
+ "kindString": "Method",
6375
+ "flags": {
6376
+ "isPublic": true
6377
+ },
6378
+ "sources": [
6379
+ {
6380
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6381
+ "line": 73,
6382
+ "character": 15
6383
+ }
6384
+ ],
6385
+ "signatures": [
6386
+ {
6387
+ "id": 588,
6388
+ "name": "isClosed",
6389
+ "kind": 4096,
6390
+ "kindString": "Call signature",
6391
+ "flags": {},
6392
+ "comment": {
6393
+ "shortText": "Indicates whether the user has closed the alert."
6394
+ },
6395
+ "type": {
6396
+ "type": "reference",
6397
+ "typeArguments": [
6398
+ {
6399
+ "type": "intrinsic",
6400
+ "name": "boolean"
6401
+ }
6402
+ ],
6403
+ "qualifiedName": "Promise",
6404
+ "package": "typescript",
6405
+ "name": "Promise"
6406
+ }
6407
+ }
6408
+ ]
6409
+ },
6410
+ {
6411
+ "id": 567,
6412
+ "name": "with",
6413
+ "kind": 2048,
6414
+ "kindString": "Method",
6415
+ "flags": {
6416
+ "isPublic": true,
6417
+ "isStatic": true
6418
+ },
6419
+ "sources": [
6420
+ {
6421
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6422
+ "line": 21,
6423
+ "character": 16
6424
+ }
6425
+ ],
6426
+ "signatures": [
6427
+ {
6428
+ "id": 568,
6429
+ "name": "with",
6430
+ "kind": 4096,
6431
+ "kindString": "Call signature",
6432
+ "flags": {},
6433
+ "comment": {
6434
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyAlertHarness` that meets certain criteria."
6435
+ },
6436
+ "parameters": [
6437
+ {
6438
+ "id": 569,
6439
+ "name": "filters",
6440
+ "kind": 32768,
6441
+ "kindString": "Parameter",
6442
+ "flags": {},
6443
+ "type": {
6444
+ "type": "reference",
6445
+ "id": 614,
6446
+ "name": "SkyAlertHarnessFilters"
6447
+ }
6448
+ }
6449
+ ],
6450
+ "type": {
6451
+ "type": "reference",
6452
+ "typeArguments": [
6453
+ {
6454
+ "type": "reference",
6455
+ "id": 565,
6456
+ "name": "SkyAlertHarness"
6457
+ }
6458
+ ],
6459
+ "qualifiedName": "HarnessPredicate",
6460
+ "package": "@angular/cdk",
6461
+ "name": "HarnessPredicate"
6462
+ }
6463
+ }
6464
+ ]
6465
+ }
6466
+ ],
6467
+ "groups": [
6468
+ {
6469
+ "title": "Constructors",
6470
+ "kind": 512,
6471
+ "children": [
6472
+ 575
6473
+ ]
6474
+ },
6475
+ {
6476
+ "title": "Properties",
6477
+ "kind": 1024,
6478
+ "children": [
6479
+ 566
6480
+ ]
6481
+ },
6482
+ {
6483
+ "title": "Methods",
6484
+ "kind": 2048,
6485
+ "children": [
6486
+ 585,
6487
+ 581,
6488
+ 583,
6489
+ 594,
6490
+ 589,
6491
+ 587,
6492
+ 567
6493
+ ]
6494
+ }
6495
+ ],
6496
+ "sources": [
6497
+ {
6498
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6499
+ "line": 10,
6500
+ "character": 13
6501
+ }
6502
+ ],
6503
+ "extendedTypes": [
6504
+ {
6505
+ "type": "reference",
6506
+ "name": "SkyComponentHarness"
6507
+ }
5942
6508
  ]
5943
6509
  },
5944
6510
  {
5945
- "title": "Interfaces",
6511
+ "id": 614,
6512
+ "name": "SkyAlertHarnessFilters",
5946
6513
  "kind": 256,
6514
+ "kindString": "Interface",
6515
+ "flags": {},
6516
+ "comment": {
6517
+ "shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
6518
+ },
5947
6519
  "children": [
5948
- 363,
5949
- 365,
5950
- 367
5951
- ]
5952
- },
5953
- {
5954
- "title": "Type aliases",
5955
- "kind": 4194304,
5956
- "children": [
5957
- 343,
5958
- 344,
5959
- 352,
5960
- 353,
5961
- 348
6520
+ {
6521
+ "id": 617,
6522
+ "name": "ancestor",
6523
+ "kind": 1024,
6524
+ "kindString": "Property",
6525
+ "flags": {
6526
+ "isOptional": true
6527
+ },
6528
+ "comment": {
6529
+ "shortText": "Only find instances that are nested under an element with the given selector."
6530
+ },
6531
+ "sources": [
6532
+ {
6533
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
6534
+ "line": 351,
6535
+ "character": 4
6536
+ }
6537
+ ],
6538
+ "type": {
6539
+ "type": "intrinsic",
6540
+ "name": "string"
6541
+ },
6542
+ "inheritedFrom": {
6543
+ "type": "reference",
6544
+ "name": "SkyHarnessFilters.ancestor"
6545
+ }
6546
+ },
6547
+ {
6548
+ "id": 615,
6549
+ "name": "dataSkyId",
6550
+ "kind": 1024,
6551
+ "kindString": "Property",
6552
+ "flags": {
6553
+ "isOptional": true
6554
+ },
6555
+ "comment": {
6556
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
6557
+ },
6558
+ "sources": [
6559
+ {
6560
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
6561
+ "line": 11,
6562
+ "character": 2
6563
+ }
6564
+ ],
6565
+ "type": {
6566
+ "type": "union",
6567
+ "types": [
6568
+ {
6569
+ "type": "intrinsic",
6570
+ "name": "string"
6571
+ },
6572
+ {
6573
+ "type": "reference",
6574
+ "qualifiedName": "RegExp",
6575
+ "package": "typescript",
6576
+ "name": "RegExp"
6577
+ }
6578
+ ]
6579
+ },
6580
+ "inheritedFrom": {
6581
+ "type": "reference",
6582
+ "name": "SkyHarnessFilters.dataSkyId"
6583
+ }
6584
+ },
6585
+ {
6586
+ "id": 616,
6587
+ "name": "selector",
6588
+ "kind": 1024,
6589
+ "kindString": "Property",
6590
+ "flags": {
6591
+ "isOptional": true
6592
+ },
6593
+ "comment": {
6594
+ "shortText": "Only find instances whose host element matches the given selector."
6595
+ },
6596
+ "sources": [
6597
+ {
6598
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
6599
+ "line": 349,
6600
+ "character": 4
6601
+ }
6602
+ ],
6603
+ "type": {
6604
+ "type": "intrinsic",
6605
+ "name": "string"
6606
+ },
6607
+ "inheritedFrom": {
6608
+ "type": "reference",
6609
+ "name": "SkyHarnessFilters.selector"
6610
+ }
6611
+ }
6612
+ ],
6613
+ "groups": [
6614
+ {
6615
+ "title": "Properties",
6616
+ "kind": 1024,
6617
+ "children": [
6618
+ 617,
6619
+ 615,
6620
+ 616
6621
+ ]
6622
+ }
6623
+ ],
6624
+ "sources": [
6625
+ {
6626
+ "fileName": "projects/indicators/src/testing/alert/alert-harness-filters.ts",
6627
+ "line": 7,
6628
+ "character": 17
6629
+ }
6630
+ ],
6631
+ "extendedTypes": [
6632
+ {
6633
+ "type": "reference",
6634
+ "name": "SkyHarnessFilters"
6635
+ }
5962
6636
  ]
5963
6637
  }
5964
6638
  ],
5965
- "sources": [
6639
+ "groups": [
5966
6640
  {
5967
- "fileName": "index.ts",
5968
- "line": 1,
5969
- "character": 0
6641
+ "title": "Modules",
6642
+ "kind": 2,
6643
+ "children": [
6644
+ 1,
6645
+ 2
6646
+ ]
5970
6647
  }
5971
6648
  ]
5972
6649
  },
@@ -5974,12 +6651,17 @@
5974
6651
  {
5975
6652
  "fileName": "alert-demo.component.html",
5976
6653
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
5977
- "rawContents": "<sky-alert\n alertType=\"info\"\n [closeable]=\"true\"\n (closedChange)=\"onClosedChange($event)\"\n>\n Info alert message\n</sky-alert>\n"
6654
+ "rawContents": "<sky-alert\n data-sky-id=\"alert-demo\"\n [alertType]=\"days < 8 ? 'danger' : 'warning'\"\n [closeable]=\"days >= 8\"\n [descriptionType]=\"days < 8 ? 'danger' : 'important-warning'\"\n (closedChange)=\"onClosedChange($event)\"\n>\n Your password expires in {{ days }} day(s)!\n</sky-alert>\n"
6655
+ },
6656
+ {
6657
+ "fileName": "alert-demo.component.spec.ts",
6658
+ "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.spec.ts",
6659
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { SkyAlertHarness } from '@skyux/indicators/testing';\n\nimport { AlertDemoComponent } from './alert-demo.component';\nimport { AlertDemoModule } from './alert-demo.module';\n\ndescribe('Basic alert', () => {\n async function setupTest(options?: { days?: number }) {\n const fixture = TestBed.createComponent(AlertDemoComponent);\n\n if (options?.days !== undefined) {\n fixture.componentInstance.days = options.days;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const alertHarness = await loader.getHarness(\n SkyAlertHarness.with({ dataSkyId: 'alert-demo' })\n );\n\n return { alertHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [AlertDemoModule],\n });\n });\n\n it('should show the expected alert when the number of days is 8 or more', async () => {\n const { alertHarness, fixture } = await setupTest({ days: 8 });\n fixture.detectChanges();\n\n await expectAsync(alertHarness.getAlertType()).toBeResolvedTo('warning');\n await expectAsync(alertHarness.getText()).toBeResolvedTo(\n 'Your password expires in 8 day(s)!'\n );\n await expectAsync(alertHarness.isCloseable()).toBeResolvedTo(true);\n });\n\n it('should show the expected alert when the number of days is 7 or fewer', async () => {\n const { alertHarness, fixture } = await setupTest({ days: 7 });\n fixture.detectChanges();\n\n await expectAsync(alertHarness.getAlertType()).toBeResolvedTo('danger');\n await expectAsync(alertHarness.getText()).toBeResolvedTo(\n 'Your password expires in 7 day(s)!'\n );\n await expectAsync(alertHarness.isCloseable()).toBeResolvedTo(false);\n });\n});\n"
5978
6660
  },
5979
6661
  {
5980
6662
  "fileName": "alert-demo.component.ts",
5981
6663
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.ts",
5982
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-alert-demo',\n templateUrl: './alert-demo.component.html',\n})\nexport class AlertDemoComponent {\n public onClosedChange(event: boolean): void {\n alert(`Alert closed with: ${event}`);\n }\n}\n"
6664
+ "rawContents": "import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'app-alert-demo',\n templateUrl: './alert-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AlertDemoComponent {\n @Input()\n public days = 9;\n\n public onClosedChange(event: boolean): void {\n alert(`Alert closed with: ${event}`);\n }\n}\n"
5983
6665
  },
5984
6666
  {
5985
6667
  "fileName": "alert-demo.module.ts",