@skyux/indicators 6.17.1 → 6.19.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 (58) hide show
  1. package/documentation.json +1229 -413
  2. package/esm2020/index.mjs +2 -1
  3. package/esm2020/lib/modules/icon/icon-stack.component.mjs +1 -1
  4. package/esm2020/lib/modules/icon/icon.component.mjs +1 -10
  5. package/esm2020/lib/modules/key-info/key-info-layout-type.mjs +2 -0
  6. package/esm2020/lib/modules/key-info/key-info.component.mjs +1 -1
  7. package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +6 -6
  8. package/esm2020/lib/modules/tokens/token.component.mjs +31 -29
  9. package/esm2020/lib/modules/tokens/tokens.component.mjs +100 -86
  10. package/esm2020/lib/modules/wait/wait-adapter.service.mjs +131 -128
  11. package/esm2020/lib/modules/wait/wait-page.component.mjs +1 -1
  12. package/esm2020/lib/modules/wait/wait.component.mjs +83 -36
  13. package/esm2020/lib/modules/wait/wait.service.mjs +80 -73
  14. package/esm2020/testing/alert/alert-harness-filters.mjs +1 -1
  15. package/esm2020/testing/alert/alert-harness.mjs +53 -8
  16. package/esm2020/testing/key-info/key-info-harness-filters.mjs +2 -0
  17. package/esm2020/testing/key-info/key-info-harness.mjs +50 -0
  18. package/esm2020/testing/key-info/key-info-label-harness.mjs +18 -0
  19. package/esm2020/testing/key-info/key-info-value-harness.mjs +18 -0
  20. package/esm2020/testing/label/label-harness-filters.mjs +2 -0
  21. package/esm2020/testing/label/label-harness.mjs +96 -0
  22. package/esm2020/testing/public-api.mjs +7 -3
  23. package/esm2020/testing/tokens/token-harness.mjs +6 -3
  24. package/esm2020/testing/tokens/tokens-harness.mjs +4 -1
  25. package/esm2020/testing/wait-fixture.mjs +1 -1
  26. package/fesm2015/skyux-indicators-testing.mjs +332 -85
  27. package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
  28. package/fesm2015/skyux-indicators.mjs +423 -364
  29. package/fesm2015/skyux-indicators.mjs.map +1 -1
  30. package/fesm2020/skyux-indicators-testing.mjs +300 -75
  31. package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
  32. package/fesm2020/skyux-indicators.mjs +422 -364
  33. package/fesm2020/skyux-indicators.mjs.map +1 -1
  34. package/index.d.ts +1 -0
  35. package/lib/modules/icon/icon-stack.component.d.ts +1 -1
  36. package/lib/modules/icon/icon.component.d.ts +4 -4
  37. package/lib/modules/key-info/key-info-layout-type.d.ts +1 -0
  38. package/lib/modules/key-info/key-info.component.d.ts +2 -1
  39. package/lib/modules/status-indicator/status-indicator.component.d.ts +8 -8
  40. package/lib/modules/tokens/token.component.d.ts +10 -27
  41. package/lib/modules/tokens/tokens.component.d.ts +17 -34
  42. package/lib/modules/wait/wait-adapter.service.d.ts +3 -13
  43. package/lib/modules/wait/wait-page.component.d.ts +2 -2
  44. package/lib/modules/wait/wait.component.d.ts +12 -16
  45. package/lib/modules/wait/wait.service.d.ts +1 -11
  46. package/package.json +5 -5
  47. package/testing/alert/alert-harness-filters.d.ts +0 -1
  48. package/testing/alert/alert-harness.d.ts +12 -2
  49. package/testing/key-info/key-info-harness-filters.d.ts +7 -0
  50. package/testing/key-info/key-info-harness.d.ts +32 -0
  51. package/testing/key-info/key-info-label-harness.d.ts +15 -0
  52. package/testing/key-info/key-info-value-harness.d.ts +15 -0
  53. package/testing/label/label-harness-filters.d.ts +7 -0
  54. package/testing/label/label-harness.d.ts +36 -0
  55. package/testing/public-api.d.ts +6 -2
  56. package/testing/tokens/token-harness.d.ts +3 -0
  57. package/testing/tokens/tokens-harness.d.ts +3 -0
  58. package/testing/wait-fixture.d.ts +1 -1
@@ -32,7 +32,10 @@
32
32
  "SkyIconVariantType": "type-alias-skyiconvarianttype",
33
33
  "SkyIndicatorDescriptionType": "type-alias-skyindicatordescriptiontype",
34
34
  "SkyIndicatorIconType": "type-alias-skyindicatoricontype",
35
- "SkyLabelType": "type-alias-skylabeltype"
35
+ "SkyKeyInfoLayoutType": "type-alias-skykeyinfolayouttype",
36
+ "SkyLabelType": "type-alias-skylabeltype",
37
+ "SkyAlertHarness": "class-skyalertharness",
38
+ "SkyAlertHarnessFilters": "interface-skyalertharnessfilters"
36
39
  },
37
40
  "typedoc": {
38
41
  "id": 0,
@@ -42,14 +45,14 @@
42
45
  "originalName": "",
43
46
  "children": [
44
47
  {
45
- "id": 376,
48
+ "id": 385,
46
49
  "name": "SkyTokensMessageType",
47
50
  "kind": 8,
48
51
  "kindString": "Enumeration",
49
52
  "flags": {},
50
53
  "children": [
51
54
  {
52
- "id": 378,
55
+ "id": 387,
53
56
  "name": "FocusActiveToken",
54
57
  "kind": 16,
55
58
  "kindString": "Enumeration member",
@@ -67,7 +70,7 @@
67
70
  "defaultValue": "1"
68
71
  },
69
72
  {
70
- "id": 377,
73
+ "id": 386,
71
74
  "name": "FocusLastToken",
72
75
  "kind": 16,
73
76
  "kindString": "Enumeration member",
@@ -85,7 +88,7 @@
85
88
  "defaultValue": "0"
86
89
  },
87
90
  {
88
- "id": 380,
91
+ "id": 389,
89
92
  "name": "FocusNextToken",
90
93
  "kind": 16,
91
94
  "kindString": "Enumeration member",
@@ -103,7 +106,7 @@
103
106
  "defaultValue": "3"
104
107
  },
105
108
  {
106
- "id": 379,
109
+ "id": 388,
107
110
  "name": "FocusPreviousToken",
108
111
  "kind": 16,
109
112
  "kindString": "Enumeration member",
@@ -121,7 +124,7 @@
121
124
  "defaultValue": "2"
122
125
  },
123
126
  {
124
- "id": 381,
127
+ "id": 390,
125
128
  "name": "RemoveActiveToken",
126
129
  "kind": 16,
127
130
  "kindString": "Enumeration member",
@@ -144,11 +147,11 @@
144
147
  "title": "Enumeration members",
145
148
  "kind": 16,
146
149
  "children": [
147
- 378,
148
- 377,
149
- 380,
150
- 379,
151
- 381
150
+ 387,
151
+ 386,
152
+ 389,
153
+ 388,
154
+ 390
152
155
  ]
153
156
  }
154
157
  ],
@@ -161,7 +164,7 @@
161
164
  ]
162
165
  },
163
166
  {
164
- "id": 332,
167
+ "id": 340,
165
168
  "name": "SkyAlertModule",
166
169
  "kind": 128,
167
170
  "kindString": "Class",
@@ -186,7 +189,7 @@
186
189
  "title": "Constructors",
187
190
  "kind": 512,
188
191
  "children": [
189
- 333
192
+ 341
190
193
  ]
191
194
  }
192
195
  ],
@@ -199,7 +202,7 @@
199
202
  ]
200
203
  },
201
204
  {
202
- "id": 335,
205
+ "id": 343,
203
206
  "name": "SkyChevronModule",
204
207
  "kind": 128,
205
208
  "kindString": "Class",
@@ -224,7 +227,7 @@
224
227
  "title": "Constructors",
225
228
  "kind": 512,
226
229
  "children": [
227
- 336
230
+ 344
228
231
  ]
229
232
  }
230
233
  ],
@@ -237,7 +240,7 @@
237
240
  ]
238
241
  },
239
242
  {
240
- "id": 338,
243
+ "id": 346,
241
244
  "name": "SkyExpansionIndicatorModule",
242
245
  "kind": 128,
243
246
  "kindString": "Class",
@@ -262,7 +265,7 @@
262
265
  "title": "Constructors",
263
266
  "kind": 512,
264
267
  "children": [
265
- 339
268
+ 347
266
269
  ]
267
270
  }
268
271
  ],
@@ -275,7 +278,7 @@
275
278
  ]
276
279
  },
277
280
  {
278
- "id": 341,
281
+ "id": 349,
279
282
  "name": "SkyHelpInlineModule",
280
283
  "kind": 128,
281
284
  "kindString": "Class",
@@ -300,7 +303,7 @@
300
303
  "title": "Constructors",
301
304
  "kind": 512,
302
305
  "children": [
303
- 342
306
+ 350
304
307
  ]
305
308
  }
306
309
  ],
@@ -313,7 +316,7 @@
313
316
  ]
314
317
  },
315
318
  {
316
- "id": 347,
319
+ "id": 355,
317
320
  "name": "SkyIconModule",
318
321
  "kind": 128,
319
322
  "kindString": "Class",
@@ -338,7 +341,7 @@
338
341
  "title": "Constructors",
339
342
  "kind": 512,
340
343
  "children": [
341
- 348
344
+ 356
342
345
  ]
343
346
  }
344
347
  ],
@@ -351,7 +354,7 @@
351
354
  ]
352
355
  },
353
356
  {
354
- "id": 352,
357
+ "id": 361,
355
358
  "name": "SkyKeyInfoModule",
356
359
  "kind": 128,
357
360
  "kindString": "Class",
@@ -376,7 +379,7 @@
376
379
  "title": "Constructors",
377
380
  "kind": 512,
378
381
  "children": [
379
- 353
382
+ 362
380
383
  ]
381
384
  }
382
385
  ],
@@ -389,7 +392,7 @@
389
392
  ]
390
393
  },
391
394
  {
392
- "id": 356,
395
+ "id": 365,
393
396
  "name": "SkyLabelModule",
394
397
  "kind": 128,
395
398
  "kindString": "Class",
@@ -414,7 +417,7 @@
414
417
  "title": "Constructors",
415
418
  "kind": 512,
416
419
  "children": [
417
- 357
420
+ 366
418
421
  ]
419
422
  }
420
423
  ],
@@ -427,7 +430,7 @@
427
430
  ]
428
431
  },
429
432
  {
430
- "id": 361,
433
+ "id": 370,
431
434
  "name": "SkyStatusIndicatorModule",
432
435
  "kind": 128,
433
436
  "kindString": "Class",
@@ -452,7 +455,7 @@
452
455
  "title": "Constructors",
453
456
  "kind": 512,
454
457
  "children": [
455
- 362
458
+ 371
456
459
  ]
457
460
  }
458
461
  ],
@@ -465,7 +468,7 @@
465
468
  ]
466
469
  },
467
470
  {
468
- "id": 364,
471
+ "id": 373,
469
472
  "name": "SkyTextHighlightModule",
470
473
  "kind": 128,
471
474
  "kindString": "Class",
@@ -490,7 +493,7 @@
490
493
  "title": "Constructors",
491
494
  "kind": 512,
492
495
  "children": [
493
- 365
496
+ 374
494
497
  ]
495
498
  }
496
499
  ],
@@ -503,7 +506,7 @@
503
506
  ]
504
507
  },
505
508
  {
506
- "id": 367,
509
+ "id": 376,
507
510
  "name": "SkyTokensModule",
508
511
  "kind": 128,
509
512
  "kindString": "Class",
@@ -528,7 +531,7 @@
528
531
  "title": "Constructors",
529
532
  "kind": 512,
530
533
  "children": [
531
- 368
534
+ 377
532
535
  ]
533
536
  }
534
537
  ],
@@ -541,7 +544,7 @@
541
544
  ]
542
545
  },
543
546
  {
544
- "id": 382,
547
+ "id": 391,
545
548
  "name": "SkyWaitModule",
546
549
  "kind": 128,
547
550
  "kindString": "Class",
@@ -566,7 +569,7 @@
566
569
  "title": "Constructors",
567
570
  "kind": 512,
568
571
  "children": [
569
- 383
572
+ 392
570
573
  ]
571
574
  }
572
575
  ],
@@ -579,7 +582,7 @@
579
582
  ]
580
583
  },
581
584
  {
582
- "id": 385,
585
+ "id": 394,
583
586
  "name": "SkyWaitService",
584
587
  "kind": 128,
585
588
  "kindString": "Class",
@@ -600,7 +603,7 @@
600
603
  ],
601
604
  "children": [
602
605
  {
603
- "id": 389,
606
+ "id": 395,
604
607
  "name": "constructor",
605
608
  "kind": 512,
606
609
  "kindString": "Constructor",
@@ -608,20 +611,20 @@
608
611
  "sources": [
609
612
  {
610
613
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
611
- "line": 25,
614
+ "line": 30,
612
615
  "character": 2
613
616
  }
614
617
  ],
615
618
  "signatures": [
616
619
  {
617
- "id": 390,
620
+ "id": 396,
618
621
  "name": "new SkyWaitService",
619
622
  "kind": 16384,
620
623
  "kindString": "Constructor signature",
621
624
  "flags": {},
622
625
  "parameters": [
623
626
  {
624
- "id": 391,
627
+ "id": 397,
625
628
  "name": "resolver",
626
629
  "kind": 32768,
627
630
  "kindString": "Parameter",
@@ -634,7 +637,7 @@
634
637
  }
635
638
  },
636
639
  {
637
- "id": 392,
640
+ "id": 398,
638
641
  "name": "appRef",
639
642
  "kind": 32768,
640
643
  "kindString": "Parameter",
@@ -647,7 +650,7 @@
647
650
  }
648
651
  },
649
652
  {
650
- "id": 393,
653
+ "id": 399,
651
654
  "name": "waitAdapter",
652
655
  "kind": 32768,
653
656
  "kindString": "Parameter",
@@ -658,7 +661,7 @@
658
661
  }
659
662
  },
660
663
  {
661
- "id": 394,
664
+ "id": 400,
662
665
  "name": "windowSvc",
663
666
  "kind": 32768,
664
667
  "kindString": "Parameter",
@@ -671,14 +674,14 @@
671
674
  ],
672
675
  "type": {
673
676
  "type": "reference",
674
- "id": 385,
677
+ "id": 394,
675
678
  "name": "SkyWaitService"
676
679
  }
677
680
  }
678
681
  ]
679
682
  },
680
683
  {
681
- "id": 395,
684
+ "id": 405,
682
685
  "name": "beginBlockingPageWait",
683
686
  "kind": 2048,
684
687
  "kindString": "Method",
@@ -688,13 +691,13 @@
688
691
  "sources": [
689
692
  {
690
693
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
691
- "line": 35,
694
+ "line": 45,
692
695
  "character": 9
693
696
  }
694
697
  ],
695
698
  "signatures": [
696
699
  {
697
- "id": 396,
700
+ "id": 406,
698
701
  "name": "beginBlockingPageWait",
699
702
  "kind": 4096,
700
703
  "kindString": "Call signature",
@@ -710,7 +713,7 @@
710
713
  ]
711
714
  },
712
715
  {
713
- "id": 397,
716
+ "id": 407,
714
717
  "name": "beginNonBlockingPageWait",
715
718
  "kind": 2048,
716
719
  "kindString": "Method",
@@ -720,13 +723,13 @@
720
723
  "sources": [
721
724
  {
722
725
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
723
- "line": 42,
726
+ "line": 52,
724
727
  "character": 9
725
728
  }
726
729
  ],
727
730
  "signatures": [
728
731
  {
729
- "id": 398,
732
+ "id": 408,
730
733
  "name": "beginNonBlockingPageWait",
731
734
  "kind": 4096,
732
735
  "kindString": "Call signature",
@@ -742,7 +745,7 @@
742
745
  ]
743
746
  },
744
747
  {
745
- "id": 407,
748
+ "id": 417,
746
749
  "name": "blockingWrap",
747
750
  "kind": 2048,
748
751
  "kindString": "Method",
@@ -752,13 +755,13 @@
752
755
  "sources": [
753
756
  {
754
757
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
755
- "line": 85,
758
+ "line": 95,
756
759
  "character": 9
757
760
  }
758
761
  ],
759
762
  "signatures": [
760
763
  {
761
- "id": 408,
764
+ "id": 418,
762
765
  "name": "blockingWrap",
763
766
  "kind": 4096,
764
767
  "kindString": "Call signature",
@@ -768,7 +771,7 @@
768
771
  },
769
772
  "typeParameter": [
770
773
  {
771
- "id": 409,
774
+ "id": 419,
772
775
  "name": "T",
773
776
  "kind": 131072,
774
777
  "kindString": "Type parameter",
@@ -777,7 +780,7 @@
777
780
  ],
778
781
  "parameters": [
779
782
  {
780
- "id": 410,
783
+ "id": 420,
781
784
  "name": "observable",
782
785
  "kind": 32768,
783
786
  "kindString": "Parameter",
@@ -787,7 +790,7 @@
787
790
  "typeArguments": [
788
791
  {
789
792
  "type": "reference",
790
- "id": 409,
793
+ "id": 419,
791
794
  "name": "T"
792
795
  }
793
796
  ],
@@ -802,7 +805,7 @@
802
805
  "typeArguments": [
803
806
  {
804
807
  "type": "reference",
805
- "id": 409,
808
+ "id": 419,
806
809
  "name": "T"
807
810
  }
808
811
  ],
@@ -814,7 +817,7 @@
814
817
  ]
815
818
  },
816
819
  {
817
- "id": 403,
820
+ "id": 413,
818
821
  "name": "clearAllPageWaits",
819
822
  "kind": 2048,
820
823
  "kindString": "Method",
@@ -824,13 +827,13 @@
824
827
  "sources": [
825
828
  {
826
829
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
827
- "line": 65,
830
+ "line": 75,
828
831
  "character": 9
829
832
  }
830
833
  ],
831
834
  "signatures": [
832
835
  {
833
- "id": 404,
836
+ "id": 414,
834
837
  "name": "clearAllPageWaits",
835
838
  "kind": 4096,
836
839
  "kindString": "Call signature",
@@ -846,7 +849,7 @@
846
849
  ]
847
850
  },
848
851
  {
849
- "id": 399,
852
+ "id": 409,
850
853
  "name": "endBlockingPageWait",
851
854
  "kind": 2048,
852
855
  "kindString": "Method",
@@ -856,13 +859,13 @@
856
859
  "sources": [
857
860
  {
858
861
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
859
- "line": 50,
862
+ "line": 60,
860
863
  "character": 9
861
864
  }
862
865
  ],
863
866
  "signatures": [
864
867
  {
865
- "id": 400,
868
+ "id": 410,
866
869
  "name": "endBlockingPageWait",
867
870
  "kind": 4096,
868
871
  "kindString": "Call signature",
@@ -878,7 +881,7 @@
878
881
  ]
879
882
  },
880
883
  {
881
- "id": 401,
884
+ "id": 411,
882
885
  "name": "endNonBlockingPageWait",
883
886
  "kind": 2048,
884
887
  "kindString": "Method",
@@ -888,13 +891,13 @@
888
891
  "sources": [
889
892
  {
890
893
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
891
- "line": 58,
894
+ "line": 68,
892
895
  "character": 9
893
896
  }
894
897
  ],
895
898
  "signatures": [
896
899
  {
897
- "id": 402,
900
+ "id": 412,
898
901
  "name": "endNonBlockingPageWait",
899
902
  "kind": 4096,
900
903
  "kindString": "Call signature",
@@ -910,7 +913,7 @@
910
913
  ]
911
914
  },
912
915
  {
913
- "id": 411,
916
+ "id": 421,
914
917
  "name": "nonBlockingWrap",
915
918
  "kind": 2048,
916
919
  "kindString": "Method",
@@ -920,13 +923,13 @@
920
923
  "sources": [
921
924
  {
922
925
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
923
- "line": 96,
926
+ "line": 106,
924
927
  "character": 9
925
928
  }
926
929
  ],
927
930
  "signatures": [
928
931
  {
929
- "id": 412,
932
+ "id": 422,
930
933
  "name": "nonBlockingWrap",
931
934
  "kind": 4096,
932
935
  "kindString": "Call signature",
@@ -936,7 +939,7 @@
936
939
  },
937
940
  "typeParameter": [
938
941
  {
939
- "id": 413,
942
+ "id": 423,
940
943
  "name": "T",
941
944
  "kind": 131072,
942
945
  "kindString": "Type parameter",
@@ -945,7 +948,7 @@
945
948
  ],
946
949
  "parameters": [
947
950
  {
948
- "id": 414,
951
+ "id": 424,
949
952
  "name": "observable",
950
953
  "kind": 32768,
951
954
  "kindString": "Parameter",
@@ -955,7 +958,7 @@
955
958
  "typeArguments": [
956
959
  {
957
960
  "type": "reference",
958
- "id": 413,
961
+ "id": 423,
959
962
  "name": "T"
960
963
  }
961
964
  ],
@@ -970,7 +973,7 @@
970
973
  "typeArguments": [
971
974
  {
972
975
  "type": "reference",
973
- "id": 413,
976
+ "id": 423,
974
977
  "name": "T"
975
978
  }
976
979
  ],
@@ -987,27 +990,27 @@
987
990
  "title": "Constructors",
988
991
  "kind": 512,
989
992
  "children": [
990
- 389
993
+ 395
991
994
  ]
992
995
  },
993
996
  {
994
997
  "title": "Methods",
995
998
  "kind": 2048,
996
999
  "children": [
997
- 395,
998
- 397,
1000
+ 405,
999
1001
  407,
1000
- 403,
1001
- 399,
1002
- 401,
1003
- 411
1002
+ 417,
1003
+ 413,
1004
+ 409,
1005
+ 411,
1006
+ 421
1004
1007
  ]
1005
1008
  }
1006
1009
  ],
1007
1010
  "sources": [
1008
1011
  {
1009
1012
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1010
- "line": 20,
1013
+ "line": 24,
1011
1014
  "character": 13
1012
1015
  }
1013
1016
  ]
@@ -1131,7 +1134,7 @@
1131
1134
  ],
1132
1135
  "type": {
1133
1136
  "type": "reference",
1134
- "id": 360,
1137
+ "id": 369,
1135
1138
  "name": "SkyIndicatorIconType"
1136
1139
  },
1137
1140
  "defaultValue": "ALERT_TYPE_DEFAULT"
@@ -1448,7 +1451,7 @@
1448
1451
  "flags": {},
1449
1452
  "type": {
1450
1453
  "type": "reference",
1451
- "id": 359,
1454
+ "id": 368,
1452
1455
  "name": "SkyIndicatorDescriptionType"
1453
1456
  }
1454
1457
  }
@@ -1659,7 +1662,7 @@
1659
1662
  "sources": [
1660
1663
  {
1661
1664
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1662
- "line": 88,
1665
+ "line": 86,
1663
1666
  "character": 2
1664
1667
  }
1665
1668
  ],
@@ -1781,7 +1784,7 @@
1781
1784
  ],
1782
1785
  "type": {
1783
1786
  "type": "reference",
1784
- "id": 360,
1787
+ "id": 369,
1785
1788
  "name": "SkyIndicatorIconType"
1786
1789
  },
1787
1790
  "defaultValue": "INDICATOR_TYPE_DEFAULT"
@@ -1924,7 +1927,7 @@
1924
1927
  },
1925
1928
  "type": {
1926
1929
  "type": "reference",
1927
- "id": 359,
1930
+ "id": 368,
1928
1931
  "name": "SkyIndicatorDescriptionType"
1929
1932
  }
1930
1933
  }
@@ -1954,7 +1957,7 @@
1954
1957
  "flags": {},
1955
1958
  "type": {
1956
1959
  "type": "reference",
1957
- "id": 359,
1960
+ "id": 368,
1958
1961
  "name": "SkyIndicatorDescriptionType"
1959
1962
  }
1960
1963
  }
@@ -2018,7 +2021,7 @@
2018
2021
  "flags": {},
2019
2022
  "type": {
2020
2023
  "type": "reference",
2021
- "id": 360,
2024
+ "id": 369,
2022
2025
  "name": "SkyIndicatorIconType"
2023
2026
  }
2024
2027
  }
@@ -2041,7 +2044,7 @@
2041
2044
  "sources": [
2042
2045
  {
2043
2046
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
2044
- "line": 96,
2047
+ "line": 94,
2045
2048
  "character": 9
2046
2049
  }
2047
2050
  ],
@@ -2483,7 +2486,7 @@
2483
2486
  "sources": [
2484
2487
  {
2485
2488
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2486
- "line": 111,
2489
+ "line": 93,
2487
2490
  "character": 2
2488
2491
  }
2489
2492
  ],
@@ -2516,7 +2519,7 @@
2516
2519
  },
2517
2520
  {
2518
2521
  "id": 179,
2519
- "name": "resourcesService",
2522
+ "name": "resourcesSvc",
2520
2523
  "kind": 32768,
2521
2524
  "kindString": "Parameter",
2522
2525
  "flags": {},
@@ -2535,7 +2538,28 @@
2535
2538
  ]
2536
2539
  },
2537
2540
  {
2538
- "id": 196,
2541
+ "id": 198,
2542
+ "name": "closeActive",
2543
+ "kind": 1024,
2544
+ "kindString": "Property",
2545
+ "flags": {
2546
+ "isPublic": true
2547
+ },
2548
+ "sources": [
2549
+ {
2550
+ "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2551
+ "line": 83,
2552
+ "character": 9
2553
+ }
2554
+ ],
2555
+ "type": {
2556
+ "type": "intrinsic",
2557
+ "name": "boolean"
2558
+ },
2559
+ "defaultValue": "false"
2560
+ },
2561
+ {
2562
+ "id": 195,
2539
2563
  "name": "dismiss",
2540
2564
  "kind": 1024,
2541
2565
  "kindString": "Property",
@@ -2543,7 +2567,7 @@
2543
2567
  "isPublic": true
2544
2568
  },
2545
2569
  "comment": {
2546
- "shortText": "Fires when users click the close button or press the `Backspace` key to dismiss the token."
2570
+ "shortText": "Fires when users click the close button."
2547
2571
  },
2548
2572
  "decorators": [
2549
2573
  {
@@ -2560,7 +2584,7 @@
2560
2584
  "sources": [
2561
2585
  {
2562
2586
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2563
- "line": 81,
2587
+ "line": 74,
2564
2588
  "character": 9
2565
2589
  }
2566
2590
  ],
@@ -2578,8 +2602,50 @@
2578
2602
  },
2579
2603
  "defaultValue": "..."
2580
2604
  },
2605
+ {
2606
+ "id": 199,
2607
+ "name": "tabIndex",
2608
+ "kind": 1024,
2609
+ "kindString": "Property",
2610
+ "flags": {
2611
+ "isPublic": true
2612
+ },
2613
+ "sources": [
2614
+ {
2615
+ "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2616
+ "line": 84,
2617
+ "character": 9
2618
+ }
2619
+ ],
2620
+ "type": {
2621
+ "type": "intrinsic",
2622
+ "name": "number"
2623
+ },
2624
+ "defaultValue": "0"
2625
+ },
2581
2626
  {
2582
2627
  "id": 197,
2628
+ "name": "tokenActive",
2629
+ "kind": 1024,
2630
+ "kindString": "Property",
2631
+ "flags": {
2632
+ "isPublic": true
2633
+ },
2634
+ "sources": [
2635
+ {
2636
+ "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2637
+ "line": 82,
2638
+ "character": 9
2639
+ }
2640
+ ],
2641
+ "type": {
2642
+ "type": "intrinsic",
2643
+ "name": "boolean"
2644
+ },
2645
+ "defaultValue": "false"
2646
+ },
2647
+ {
2648
+ "id": 196,
2583
2649
  "name": "tokenFocus",
2584
2650
  "kind": 1024,
2585
2651
  "kindString": "Property",
@@ -2604,7 +2670,7 @@
2604
2670
  "sources": [
2605
2671
  {
2606
2672
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2607
- "line": 87,
2673
+ "line": 80,
2608
2674
  "character": 9
2609
2675
  }
2610
2676
  ],
@@ -2746,7 +2812,7 @@
2746
2812
  "tags": [
2747
2813
  {
2748
2814
  "tag": "default",
2749
- "text": "true\n"
2815
+ "text": "false\n"
2750
2816
  }
2751
2817
  ]
2752
2818
  },
@@ -2768,7 +2834,7 @@
2768
2834
  "tags": [
2769
2835
  {
2770
2836
  "tag": "default",
2771
- "text": "true\n"
2837
+ "text": "false\n"
2772
2838
  }
2773
2839
  ]
2774
2840
  },
@@ -2815,7 +2881,7 @@
2815
2881
  "sources": [
2816
2882
  {
2817
2883
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2818
- "line": 55,
2884
+ "line": 52,
2819
2885
  "character": 13
2820
2886
  }
2821
2887
  ],
@@ -2827,7 +2893,7 @@
2827
2893
  "kindString": "Get signature",
2828
2894
  "flags": {},
2829
2895
  "comment": {
2830
- "shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key.",
2896
+ "shortText": "Indicates whether users can remove the token from the list by selecting the close button.",
2831
2897
  "tags": [
2832
2898
  {
2833
2899
  "tag": "default",
@@ -2849,7 +2915,7 @@
2849
2915
  "kindString": "Set signature",
2850
2916
  "flags": {},
2851
2917
  "comment": {
2852
- "shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key.",
2918
+ "shortText": "Indicates whether users can remove the token from the list by selecting the close button.",
2853
2919
  "tags": [
2854
2920
  {
2855
2921
  "tag": "default",
@@ -2900,35 +2966,13 @@
2900
2966
  "sources": [
2901
2967
  {
2902
2968
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2903
- "line": 69,
2969
+ "line": 66,
2904
2970
  "character": 13
2905
2971
  }
2906
2972
  ],
2907
- "getSignature": [
2908
- {
2909
- "id": 193,
2910
- "name": "focusable",
2911
- "kind": 524288,
2912
- "kindString": "Get signature",
2913
- "flags": {},
2914
- "comment": {
2915
- "shortText": "Indicates whether users can press the `Tab` key to place focus on the token. This does not\naffect the ability to select the token, dismiss it, or navigate to it with the arrow keys.",
2916
- "tags": [
2917
- {
2918
- "tag": "default",
2919
- "text": "true\n"
2920
- }
2921
- ]
2922
- },
2923
- "type": {
2924
- "type": "intrinsic",
2925
- "name": "boolean"
2926
- }
2927
- }
2928
- ],
2929
2973
  "setSignature": [
2930
2974
  {
2931
- "id": 194,
2975
+ "id": 193,
2932
2976
  "name": "focusable",
2933
2977
  "kind": 1048576,
2934
2978
  "kindString": "Set signature",
@@ -2944,7 +2988,7 @@
2944
2988
  },
2945
2989
  "parameters": [
2946
2990
  {
2947
- "id": 195,
2991
+ "id": 194,
2948
2992
  "name": "value",
2949
2993
  "kind": 32768,
2950
2994
  "kindString": "Parameter",
@@ -2963,7 +3007,7 @@
2963
3007
  ]
2964
3008
  },
2965
3009
  {
2966
- "id": 206,
3010
+ "id": 205,
2967
3011
  "name": "dismissToken",
2968
3012
  "kind": 2048,
2969
3013
  "kindString": "Method",
@@ -2973,20 +3017,20 @@
2973
3017
  "sources": [
2974
3018
  {
2975
3019
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2976
- "line": 116,
3020
+ "line": 100,
2977
3021
  "character": 9
2978
3022
  }
2979
3023
  ],
2980
3024
  "signatures": [
2981
3025
  {
2982
- "id": 207,
3026
+ "id": 206,
2983
3027
  "name": "dismissToken",
2984
3028
  "kind": 4096,
2985
3029
  "kindString": "Call signature",
2986
3030
  "flags": {},
2987
3031
  "parameters": [
2988
3032
  {
2989
- "id": 208,
3033
+ "id": 207,
2990
3034
  "name": "event",
2991
3035
  "kind": 32768,
2992
3036
  "kindString": "Parameter",
@@ -3007,7 +3051,7 @@
3007
3051
  ]
3008
3052
  },
3009
3053
  {
3010
- "id": 209,
3054
+ "id": 208,
3011
3055
  "name": "focusElement",
3012
3056
  "kind": 2048,
3013
3057
  "kindString": "Method",
@@ -3017,13 +3061,13 @@
3017
3061
  "sources": [
3018
3062
  {
3019
3063
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3020
- "line": 121,
3064
+ "line": 105,
3021
3065
  "character": 9
3022
3066
  }
3023
3067
  ],
3024
3068
  "signatures": [
3025
3069
  {
3026
- "id": 210,
3070
+ "id": 209,
3027
3071
  "name": "focusElement",
3028
3072
  "kind": 4096,
3029
3073
  "kindString": "Call signature",
@@ -3036,7 +3080,7 @@
3036
3080
  ]
3037
3081
  },
3038
3082
  {
3039
- "id": 214,
3083
+ "id": 213,
3040
3084
  "name": "setCloseActive",
3041
3085
  "kind": 2048,
3042
3086
  "kindString": "Method",
@@ -3046,20 +3090,20 @@
3046
3090
  "sources": [
3047
3091
  {
3048
3092
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3049
- "line": 129,
3093
+ "line": 113,
3050
3094
  "character": 9
3051
3095
  }
3052
3096
  ],
3053
3097
  "signatures": [
3054
3098
  {
3055
- "id": 215,
3099
+ "id": 214,
3056
3100
  "name": "setCloseActive",
3057
3101
  "kind": 4096,
3058
3102
  "kindString": "Call signature",
3059
3103
  "flags": {},
3060
3104
  "parameters": [
3061
3105
  {
3062
- "id": 216,
3106
+ "id": 215,
3063
3107
  "name": "closeActive",
3064
3108
  "kind": 32768,
3065
3109
  "kindString": "Parameter",
@@ -3078,7 +3122,7 @@
3078
3122
  ]
3079
3123
  },
3080
3124
  {
3081
- "id": 211,
3125
+ "id": 210,
3082
3126
  "name": "setTokenActive",
3083
3127
  "kind": 2048,
3084
3128
  "kindString": "Method",
@@ -3088,20 +3132,20 @@
3088
3132
  "sources": [
3089
3133
  {
3090
3134
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3091
- "line": 125,
3135
+ "line": 109,
3092
3136
  "character": 9
3093
3137
  }
3094
3138
  ],
3095
3139
  "signatures": [
3096
3140
  {
3097
- "id": 212,
3141
+ "id": 211,
3098
3142
  "name": "setTokenActive",
3099
3143
  "kind": 4096,
3100
3144
  "kindString": "Call signature",
3101
3145
  "flags": {},
3102
3146
  "parameters": [
3103
3147
  {
3104
- "id": 213,
3148
+ "id": 212,
3105
3149
  "name": "tokenActive",
3106
3150
  "kind": 32768,
3107
3151
  "kindString": "Parameter",
@@ -3132,8 +3176,11 @@
3132
3176
  "title": "Properties",
3133
3177
  "kind": 1024,
3134
3178
  "children": [
3135
- 196,
3136
- 197
3179
+ 198,
3180
+ 195,
3181
+ 199,
3182
+ 197,
3183
+ 196
3137
3184
  ]
3138
3185
  },
3139
3186
  {
@@ -3150,10 +3197,10 @@
3150
3197
  "title": "Methods",
3151
3198
  "kind": 2048,
3152
3199
  "children": [
3153
- 206,
3154
- 209,
3155
- 214,
3156
- 211
3200
+ 205,
3201
+ 208,
3202
+ 213,
3203
+ 210
3157
3204
  ]
3158
3205
  }
3159
3206
  ],
@@ -3166,11 +3213,14 @@
3166
3213
  ]
3167
3214
  },
3168
3215
  {
3169
- "id": 220,
3216
+ "id": 218,
3170
3217
  "name": "SkyTokensComponent",
3171
3218
  "kind": 128,
3172
3219
  "kindString": "Class",
3173
3220
  "flags": {},
3221
+ "comment": {
3222
+ "shortText": "Creates a container that enables navigation between tokens using keyboard arrow keys.\nThis is useful when combined with other components where the <kbd>Tab<kbd> key is\nreserved for other functions, such as the SKY UX Lookup component."
3223
+ },
3174
3224
  "decorators": [
3175
3225
  {
3176
3226
  "name": "Component",
@@ -3187,7 +3237,7 @@
3187
3237
  ],
3188
3238
  "children": [
3189
3239
  {
3190
- "id": 221,
3240
+ "id": 219,
3191
3241
  "name": "constructor",
3192
3242
  "kind": 512,
3193
3243
  "kindString": "Constructor",
@@ -3195,20 +3245,20 @@
3195
3245
  "sources": [
3196
3246
  {
3197
3247
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3198
- "line": 214,
3248
+ "line": 222,
3199
3249
  "character": 2
3200
3250
  }
3201
3251
  ],
3202
3252
  "signatures": [
3203
3253
  {
3204
- "id": 222,
3254
+ "id": 220,
3205
3255
  "name": "SkyTokensComponent",
3206
3256
  "kind": 16384,
3207
3257
  "kindString": "Constructor signature",
3208
3258
  "flags": {},
3209
3259
  "parameters": [
3210
3260
  {
3211
- "id": 223,
3261
+ "id": 221,
3212
3262
  "name": "changeDetector",
3213
3263
  "kind": 32768,
3214
3264
  "kindString": "Parameter",
@@ -3223,14 +3273,14 @@
3223
3273
  ],
3224
3274
  "type": {
3225
3275
  "type": "reference",
3226
- "id": 220,
3276
+ "id": 218,
3227
3277
  "name": "SkyTokensComponent"
3228
3278
  }
3229
3279
  }
3230
3280
  ]
3231
3281
  },
3232
3282
  {
3233
- "id": 249,
3283
+ "id": 247,
3234
3284
  "name": "focusIndexOverRange",
3235
3285
  "kind": 1024,
3236
3286
  "kindString": "Property",
@@ -3255,7 +3305,7 @@
3255
3305
  "sources": [
3256
3306
  {
3257
3307
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3258
- "line": 153,
3308
+ "line": 164,
3259
3309
  "character": 9
3260
3310
  }
3261
3311
  ],
@@ -3274,7 +3324,7 @@
3274
3324
  "defaultValue": "..."
3275
3325
  },
3276
3326
  {
3277
- "id": 250,
3327
+ "id": 248,
3278
3328
  "name": "focusIndexUnderRange",
3279
3329
  "kind": 1024,
3280
3330
  "kindString": "Property",
@@ -3282,7 +3332,7 @@
3282
3332
  "isPublic": true
3283
3333
  },
3284
3334
  "comment": {
3285
- "shortText": "Fires when usersnavigate through the tokens list with the `Tab` key\nand attempt to move before the first token in the list."
3335
+ "shortText": "Fires when users navigate through the tokens list with the `Tab` key\nand attempt to move before the first token in the list."
3286
3336
  },
3287
3337
  "decorators": [
3288
3338
  {
@@ -3299,7 +3349,7 @@
3299
3349
  "sources": [
3300
3350
  {
3301
3351
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3302
- "line": 160,
3352
+ "line": 171,
3303
3353
  "character": 9
3304
3354
  }
3305
3355
  ],
@@ -3318,7 +3368,50 @@
3318
3368
  "defaultValue": "..."
3319
3369
  },
3320
3370
  {
3321
- "id": 251,
3371
+ "id": 261,
3372
+ "name": "tokenComponents",
3373
+ "kind": 1024,
3374
+ "kindString": "Property",
3375
+ "flags": {
3376
+ "isPublic": true
3377
+ },
3378
+ "decorators": [
3379
+ {
3380
+ "name": "ViewChildren",
3381
+ "type": {
3382
+ "type": "reference",
3383
+ "qualifiedName": "ViewChildrenDecorator",
3384
+ "package": "@angular/core",
3385
+ "name": "ViewChildren"
3386
+ },
3387
+ "arguments": {
3388
+ "selector": "SkyTokenComponent"
3389
+ }
3390
+ }
3391
+ ],
3392
+ "sources": [
3393
+ {
3394
+ "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3395
+ "line": 213,
3396
+ "character": 9
3397
+ }
3398
+ ],
3399
+ "type": {
3400
+ "type": "reference",
3401
+ "typeArguments": [
3402
+ {
3403
+ "type": "reference",
3404
+ "id": 175,
3405
+ "name": "SkyTokenComponent"
3406
+ }
3407
+ ],
3408
+ "qualifiedName": "QueryList",
3409
+ "package": "@angular/core",
3410
+ "name": "QueryList"
3411
+ }
3412
+ },
3413
+ {
3414
+ "id": 249,
3322
3415
  "name": "tokenSelected",
3323
3416
  "kind": 1024,
3324
3417
  "kindString": "Property",
@@ -3343,7 +3436,7 @@
3343
3436
  "sources": [
3344
3437
  {
3345
3438
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3346
- "line": 166,
3439
+ "line": 177,
3347
3440
  "character": 9
3348
3441
  }
3349
3442
  ],
@@ -3352,7 +3445,7 @@
3352
3445
  "typeArguments": [
3353
3446
  {
3354
3447
  "type": "reference",
3355
- "id": 372,
3448
+ "id": 381,
3356
3449
  "name": "SkyTokenSelectedEventArgs"
3357
3450
  }
3358
3451
  ],
@@ -3363,7 +3456,7 @@
3363
3456
  "defaultValue": "..."
3364
3457
  },
3365
3458
  {
3366
- "id": 252,
3459
+ "id": 250,
3367
3460
  "name": "tokensChange",
3368
3461
  "kind": 1024,
3369
3462
  "kindString": "Property",
@@ -3388,7 +3481,7 @@
3388
3481
  "sources": [
3389
3482
  {
3390
3483
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3391
- "line": 173,
3484
+ "line": 184,
3392
3485
  "character": 9
3393
3486
  }
3394
3487
  ],
@@ -3399,7 +3492,7 @@
3399
3492
  "type": "array",
3400
3493
  "elementType": {
3401
3494
  "type": "reference",
3402
- "id": 370,
3495
+ "id": 379,
3403
3496
  "name": "SkyToken"
3404
3497
  }
3405
3498
  }
@@ -3411,7 +3504,7 @@
3411
3504
  "defaultValue": "..."
3412
3505
  },
3413
3506
  {
3414
- "id": 257,
3507
+ "id": 255,
3415
3508
  "name": "trackTokenFn",
3416
3509
  "kind": 1024,
3417
3510
  "kindString": "Property",
@@ -3421,64 +3514,26 @@
3421
3514
  "sources": [
3422
3515
  {
3423
3516
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3424
- "line": 198,
3517
+ "line": 204,
3425
3518
  "character": 9
3426
3519
  }
3427
3520
  ],
3428
3521
  "type": {
3429
- "type": "reflection",
3430
- "declaration": {
3431
- "id": 258,
3432
- "name": "__type",
3433
- "kind": 65536,
3434
- "kindString": "Type literal",
3435
- "flags": {},
3436
- "signatures": [
3437
- {
3438
- "id": 259,
3439
- "name": "__type",
3440
- "kind": 4096,
3441
- "kindString": "Call signature",
3442
- "flags": {},
3443
- "comment": {
3444
- "shortText": "internal"
3445
- },
3446
- "parameters": [
3447
- {
3448
- "id": 260,
3449
- "name": "index",
3450
- "kind": 32768,
3451
- "kindString": "Parameter",
3452
- "flags": {},
3453
- "type": {
3454
- "type": "intrinsic",
3455
- "name": "number"
3456
- }
3457
- },
3458
- {
3459
- "id": 261,
3460
- "name": "item",
3461
- "kind": 32768,
3462
- "kindString": "Parameter",
3463
- "flags": {},
3464
- "type": {
3465
- "type": "reference",
3466
- "id": 370,
3467
- "name": "SkyToken"
3468
- }
3469
- }
3470
- ],
3471
- "type": {
3472
- "type": "intrinsic",
3473
- "name": "any"
3474
- }
3475
- }
3476
- ]
3477
- }
3522
+ "type": "reference",
3523
+ "typeArguments": [
3524
+ {
3525
+ "type": "reference",
3526
+ "id": 379,
3527
+ "name": "SkyToken"
3528
+ }
3529
+ ],
3530
+ "qualifiedName": "TrackByFunction",
3531
+ "package": "@angular/core",
3532
+ "name": "TrackByFunction"
3478
3533
  }
3479
3534
  },
3480
3535
  {
3481
- "id": 236,
3536
+ "id": 234,
3482
3537
  "name": "trackWith",
3483
3538
  "kind": 1024,
3484
3539
  "kindString": "Property",
@@ -3503,7 +3558,7 @@
3503
3558
  "sources": [
3504
3559
  {
3505
3560
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3506
- "line": 104,
3561
+ "line": 111,
3507
3562
  "character": 9
3508
3563
  }
3509
3564
  ],
@@ -3513,7 +3568,62 @@
3513
3568
  }
3514
3569
  },
3515
3570
  {
3516
- "id": 224,
3571
+ "id": 251,
3572
+ "name": "activeIndex",
3573
+ "kind": 262144,
3574
+ "kindString": "Accessor",
3575
+ "flags": {
3576
+ "isPublic": true
3577
+ },
3578
+ "sources": [
3579
+ {
3580
+ "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3581
+ "line": 186,
3582
+ "character": 13
3583
+ }
3584
+ ],
3585
+ "getSignature": [
3586
+ {
3587
+ "id": 252,
3588
+ "name": "activeIndex",
3589
+ "kind": 524288,
3590
+ "kindString": "Get signature",
3591
+ "flags": {},
3592
+ "type": {
3593
+ "type": "intrinsic",
3594
+ "name": "number"
3595
+ }
3596
+ }
3597
+ ],
3598
+ "setSignature": [
3599
+ {
3600
+ "id": 253,
3601
+ "name": "activeIndex",
3602
+ "kind": 1048576,
3603
+ "kindString": "Set signature",
3604
+ "flags": {},
3605
+ "parameters": [
3606
+ {
3607
+ "id": 254,
3608
+ "name": "value",
3609
+ "kind": 32768,
3610
+ "kindString": "Parameter",
3611
+ "flags": {},
3612
+ "type": {
3613
+ "type": "intrinsic",
3614
+ "name": "number"
3615
+ }
3616
+ }
3617
+ ],
3618
+ "type": {
3619
+ "type": "intrinsic",
3620
+ "name": "void"
3621
+ }
3622
+ }
3623
+ ]
3624
+ },
3625
+ {
3626
+ "id": 222,
3517
3627
  "name": "disabled",
3518
3628
  "kind": 262144,
3519
3629
  "kindString": "Accessor",
@@ -3535,13 +3645,13 @@
3535
3645
  "sources": [
3536
3646
  {
3537
3647
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3538
- "line": 64,
3648
+ "line": 72,
3539
3649
  "character": 13
3540
3650
  }
3541
3651
  ],
3542
3652
  "getSignature": [
3543
3653
  {
3544
- "id": 225,
3654
+ "id": 223,
3545
3655
  "name": "disabled",
3546
3656
  "kind": 524288,
3547
3657
  "kindString": "Get signature",
@@ -3563,7 +3673,7 @@
3563
3673
  ],
3564
3674
  "setSignature": [
3565
3675
  {
3566
- "id": 226,
3676
+ "id": 224,
3567
3677
  "name": "disabled",
3568
3678
  "kind": 1048576,
3569
3679
  "kindString": "Set signature",
@@ -3579,7 +3689,7 @@
3579
3689
  },
3580
3690
  "parameters": [
3581
3691
  {
3582
- "id": 227,
3692
+ "id": 225,
3583
3693
  "name": "value",
3584
3694
  "kind": 32768,
3585
3695
  "kindString": "Parameter",
@@ -3598,7 +3708,7 @@
3598
3708
  ]
3599
3709
  },
3600
3710
  {
3601
- "id": 228,
3711
+ "id": 226,
3602
3712
  "name": "dismissible",
3603
3713
  "kind": 262144,
3604
3714
  "kindString": "Accessor",
@@ -3620,19 +3730,19 @@
3620
3730
  "sources": [
3621
3731
  {
3622
3732
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3623
- "line": 78,
3733
+ "line": 85,
3624
3734
  "character": 13
3625
3735
  }
3626
3736
  ],
3627
3737
  "getSignature": [
3628
3738
  {
3629
- "id": 229,
3739
+ "id": 227,
3630
3740
  "name": "dismissible",
3631
3741
  "kind": 524288,
3632
3742
  "kindString": "Get signature",
3633
3743
  "flags": {},
3634
3744
  "comment": {
3635
- "shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key.",
3745
+ "shortText": "Indicates whether users can remove a token from the list by selecting a token's close button.",
3636
3746
  "tags": [
3637
3747
  {
3638
3748
  "tag": "default",
@@ -3648,13 +3758,13 @@
3648
3758
  ],
3649
3759
  "setSignature": [
3650
3760
  {
3651
- "id": 230,
3761
+ "id": 228,
3652
3762
  "name": "dismissible",
3653
3763
  "kind": 1048576,
3654
3764
  "kindString": "Set signature",
3655
3765
  "flags": {},
3656
3766
  "comment": {
3657
- "shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key.",
3767
+ "shortText": "Indicates whether users can remove a token from the list by selecting a token's close button.",
3658
3768
  "tags": [
3659
3769
  {
3660
3770
  "tag": "default",
@@ -3664,7 +3774,7 @@
3664
3774
  },
3665
3775
  "parameters": [
3666
3776
  {
3667
- "id": 231,
3777
+ "id": 229,
3668
3778
  "name": "value",
3669
3779
  "kind": 32768,
3670
3780
  "kindString": "Parameter",
@@ -3683,7 +3793,7 @@
3683
3793
  ]
3684
3794
  },
3685
3795
  {
3686
- "id": 232,
3796
+ "id": 230,
3687
3797
  "name": "displayWith",
3688
3798
  "kind": 262144,
3689
3799
  "kindString": "Accessor",
@@ -3705,13 +3815,13 @@
3705
3815
  "sources": [
3706
3816
  {
3707
3817
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3708
- "line": 91,
3818
+ "line": 98,
3709
3819
  "character": 13
3710
3820
  }
3711
3821
  ],
3712
3822
  "getSignature": [
3713
3823
  {
3714
- "id": 233,
3824
+ "id": 231,
3715
3825
  "name": "displayWith",
3716
3826
  "kind": 524288,
3717
3827
  "kindString": "Get signature",
@@ -3733,7 +3843,7 @@
3733
3843
  ],
3734
3844
  "setSignature": [
3735
3845
  {
3736
- "id": 234,
3846
+ "id": 232,
3737
3847
  "name": "displayWith",
3738
3848
  "kind": 1048576,
3739
3849
  "kindString": "Set signature",
@@ -3749,7 +3859,7 @@
3749
3859
  },
3750
3860
  "parameters": [
3751
3861
  {
3752
- "id": 235,
3862
+ "id": 233,
3753
3863
  "name": "value",
3754
3864
  "kind": 32768,
3755
3865
  "kindString": "Parameter",
@@ -3768,7 +3878,7 @@
3768
3878
  ]
3769
3879
  },
3770
3880
  {
3771
- "id": 237,
3881
+ "id": 235,
3772
3882
  "name": "focusable",
3773
3883
  "kind": 262144,
3774
3884
  "kindString": "Accessor",
@@ -3790,13 +3900,13 @@
3790
3900
  "sources": [
3791
3901
  {
3792
3902
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3793
- "line": 113,
3903
+ "line": 120,
3794
3904
  "character": 13
3795
3905
  }
3796
3906
  ],
3797
3907
  "getSignature": [
3798
3908
  {
3799
- "id": 238,
3909
+ "id": 236,
3800
3910
  "name": "focusable",
3801
3911
  "kind": 524288,
3802
3912
  "kindString": "Get signature",
@@ -3818,7 +3928,7 @@
3818
3928
  ],
3819
3929
  "setSignature": [
3820
3930
  {
3821
- "id": 239,
3931
+ "id": 237,
3822
3932
  "name": "focusable",
3823
3933
  "kind": 1048576,
3824
3934
  "kindString": "Set signature",
@@ -3834,7 +3944,7 @@
3834
3944
  },
3835
3945
  "parameters": [
3836
3946
  {
3837
- "id": 240,
3947
+ "id": 238,
3838
3948
  "name": "value",
3839
3949
  "kind": 32768,
3840
3950
  "kindString": "Parameter",
@@ -3853,7 +3963,7 @@
3853
3963
  ]
3854
3964
  },
3855
3965
  {
3856
- "id": 245,
3966
+ "id": 243,
3857
3967
  "name": "messageStream",
3858
3968
  "kind": 262144,
3859
3969
  "kindString": "Accessor",
@@ -3875,13 +3985,13 @@
3875
3985
  "sources": [
3876
3986
  {
3877
3987
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3878
- "line": 139,
3988
+ "line": 150,
3879
3989
  "character": 13
3880
3990
  }
3881
3991
  ],
3882
3992
  "getSignature": [
3883
3993
  {
3884
- "id": 246,
3994
+ "id": 244,
3885
3995
  "name": "messageStream",
3886
3996
  "kind": 524288,
3887
3997
  "kindString": "Get signature",
@@ -3894,7 +4004,7 @@
3894
4004
  "typeArguments": [
3895
4005
  {
3896
4006
  "type": "reference",
3897
- "id": 374,
4007
+ "id": 383,
3898
4008
  "name": "SkyTokensMessage"
3899
4009
  }
3900
4010
  ],
@@ -3906,7 +4016,7 @@
3906
4016
  ],
3907
4017
  "setSignature": [
3908
4018
  {
3909
- "id": 247,
4019
+ "id": 245,
3910
4020
  "name": "messageStream",
3911
4021
  "kind": 1048576,
3912
4022
  "kindString": "Set signature",
@@ -3916,7 +4026,7 @@
3916
4026
  },
3917
4027
  "parameters": [
3918
4028
  {
3919
- "id": 248,
4029
+ "id": 246,
3920
4030
  "name": "value",
3921
4031
  "kind": 32768,
3922
4032
  "kindString": "Parameter",
@@ -3926,7 +4036,7 @@
3926
4036
  "typeArguments": [
3927
4037
  {
3928
4038
  "type": "reference",
3929
- "id": 374,
4039
+ "id": 383,
3930
4040
  "name": "SkyTokensMessage"
3931
4041
  }
3932
4042
  ],
@@ -3944,7 +4054,7 @@
3944
4054
  ]
3945
4055
  },
3946
4056
  {
3947
- "id": 241,
4057
+ "id": 239,
3948
4058
  "name": "tokens",
3949
4059
  "kind": 262144,
3950
4060
  "kindString": "Accessor",
@@ -3966,13 +4076,13 @@
3966
4076
  "sources": [
3967
4077
  {
3968
4078
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3969
- "line": 125,
4079
+ "line": 132,
3970
4080
  "character": 13
3971
4081
  }
3972
4082
  ],
3973
4083
  "getSignature": [
3974
4084
  {
3975
- "id": 242,
4085
+ "id": 240,
3976
4086
  "name": "tokens",
3977
4087
  "kind": 524288,
3978
4088
  "kindString": "Get signature",
@@ -3984,7 +4094,7 @@
3984
4094
  "type": "array",
3985
4095
  "elementType": {
3986
4096
  "type": "reference",
3987
- "id": 370,
4097
+ "id": 379,
3988
4098
  "name": "SkyToken"
3989
4099
  }
3990
4100
  }
@@ -3992,7 +4102,7 @@
3992
4102
  ],
3993
4103
  "setSignature": [
3994
4104
  {
3995
- "id": 243,
4105
+ "id": 241,
3996
4106
  "name": "tokens",
3997
4107
  "kind": 1048576,
3998
4108
  "kindString": "Set signature",
@@ -4002,7 +4112,7 @@
4002
4112
  },
4003
4113
  "parameters": [
4004
4114
  {
4005
- "id": 244,
4115
+ "id": 242,
4006
4116
  "name": "value",
4007
4117
  "kind": 32768,
4008
4118
  "kindString": "Parameter",
@@ -4011,7 +4121,7 @@
4011
4121
  "type": "array",
4012
4122
  "elementType": {
4013
4123
  "type": "reference",
4014
- "id": 370,
4124
+ "id": 379,
4015
4125
  "name": "SkyToken"
4016
4126
  }
4017
4127
  }
@@ -4025,7 +4135,7 @@
4025
4135
  ]
4026
4136
  },
4027
4137
  {
4028
- "id": 272,
4138
+ "id": 267,
4029
4139
  "name": "ngOnDestroy",
4030
4140
  "kind": 2048,
4031
4141
  "kindString": "Method",
@@ -4035,13 +4145,13 @@
4035
4145
  "sources": [
4036
4146
  {
4037
4147
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4038
- "line": 227,
4148
+ "line": 237,
4039
4149
  "character": 9
4040
4150
  }
4041
4151
  ],
4042
4152
  "signatures": [
4043
4153
  {
4044
- "id": 273,
4154
+ "id": 268,
4045
4155
  "name": "ngOnDestroy",
4046
4156
  "kind": 4096,
4047
4157
  "kindString": "Call signature",
@@ -4062,7 +4172,7 @@
4062
4172
  }
4063
4173
  },
4064
4174
  {
4065
- "id": 274,
4175
+ "id": 269,
4066
4176
  "name": "onTokenClick",
4067
4177
  "kind": 2048,
4068
4178
  "kindString": "Method",
@@ -4072,27 +4182,27 @@
4072
4182
  "sources": [
4073
4183
  {
4074
4184
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4075
- "line": 232,
4185
+ "line": 242,
4076
4186
  "character": 9
4077
4187
  }
4078
4188
  ],
4079
4189
  "signatures": [
4080
4190
  {
4081
- "id": 275,
4191
+ "id": 270,
4082
4192
  "name": "onTokenClick",
4083
4193
  "kind": 4096,
4084
4194
  "kindString": "Call signature",
4085
4195
  "flags": {},
4086
4196
  "parameters": [
4087
4197
  {
4088
- "id": 276,
4198
+ "id": 271,
4089
4199
  "name": "token",
4090
4200
  "kind": 32768,
4091
4201
  "kindString": "Parameter",
4092
4202
  "flags": {},
4093
4203
  "type": {
4094
4204
  "type": "reference",
4095
- "id": 370,
4205
+ "id": 379,
4096
4206
  "name": "SkyToken"
4097
4207
  }
4098
4208
  }
@@ -4105,7 +4215,7 @@
4105
4215
  ]
4106
4216
  },
4107
4217
  {
4108
- "id": 277,
4218
+ "id": 272,
4109
4219
  "name": "onTokenKeyDown",
4110
4220
  "kind": 2048,
4111
4221
  "kindString": "Method",
@@ -4115,20 +4225,20 @@
4115
4225
  "sources": [
4116
4226
  {
4117
4227
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4118
- "line": 240,
4228
+ "line": 250,
4119
4229
  "character": 9
4120
4230
  }
4121
4231
  ],
4122
4232
  "signatures": [
4123
4233
  {
4124
- "id": 278,
4234
+ "id": 273,
4125
4235
  "name": "onTokenKeyDown",
4126
4236
  "kind": 4096,
4127
4237
  "kindString": "Call signature",
4128
4238
  "flags": {},
4129
4239
  "parameters": [
4130
4240
  {
4131
- "id": 279,
4241
+ "id": 274,
4132
4242
  "name": "event",
4133
4243
  "kind": 32768,
4134
4244
  "kindString": "Parameter",
@@ -4149,7 +4259,7 @@
4149
4259
  ]
4150
4260
  },
4151
4261
  {
4152
- "id": 283,
4262
+ "id": 278,
4153
4263
  "name": "removeToken",
4154
4264
  "kind": 2048,
4155
4265
  "kindString": "Method",
@@ -4159,27 +4269,27 @@
4159
4269
  "sources": [
4160
4270
  {
4161
4271
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4162
- "line": 268,
4272
+ "line": 278,
4163
4273
  "character": 9
4164
4274
  }
4165
4275
  ],
4166
4276
  "signatures": [
4167
4277
  {
4168
- "id": 284,
4278
+ "id": 279,
4169
4279
  "name": "removeToken",
4170
4280
  "kind": 4096,
4171
4281
  "kindString": "Call signature",
4172
4282
  "flags": {},
4173
4283
  "parameters": [
4174
4284
  {
4175
- "id": 285,
4285
+ "id": 280,
4176
4286
  "name": "token",
4177
4287
  "kind": 32768,
4178
4288
  "kindString": "Parameter",
4179
4289
  "flags": {},
4180
4290
  "type": {
4181
4291
  "type": "reference",
4182
- "id": 370,
4292
+ "id": 379,
4183
4293
  "name": "SkyToken"
4184
4294
  }
4185
4295
  }
@@ -4192,7 +4302,7 @@
4192
4302
  ]
4193
4303
  },
4194
4304
  {
4195
- "id": 280,
4305
+ "id": 275,
4196
4306
  "name": "selectToken",
4197
4307
  "kind": 2048,
4198
4308
  "kindString": "Method",
@@ -4202,27 +4312,27 @@
4202
4312
  "sources": [
4203
4313
  {
4204
4314
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4205
- "line": 262,
4315
+ "line": 272,
4206
4316
  "character": 9
4207
4317
  }
4208
4318
  ],
4209
4319
  "signatures": [
4210
4320
  {
4211
- "id": 281,
4321
+ "id": 276,
4212
4322
  "name": "selectToken",
4213
4323
  "kind": 4096,
4214
4324
  "kindString": "Call signature",
4215
4325
  "flags": {},
4216
4326
  "parameters": [
4217
4327
  {
4218
- "id": 282,
4328
+ "id": 277,
4219
4329
  "name": "token",
4220
4330
  "kind": 32768,
4221
4331
  "kindString": "Parameter",
4222
4332
  "flags": {},
4223
4333
  "type": {
4224
4334
  "type": "reference",
4225
- "id": 370,
4335
+ "id": 379,
4226
4336
  "name": "SkyToken"
4227
4337
  }
4228
4338
  }
@@ -4240,49 +4350,51 @@
4240
4350
  "title": "Constructors",
4241
4351
  "kind": 512,
4242
4352
  "children": [
4243
- 221
4353
+ 219
4244
4354
  ]
4245
4355
  },
4246
4356
  {
4247
4357
  "title": "Properties",
4248
4358
  "kind": 1024,
4249
4359
  "children": [
4360
+ 247,
4361
+ 248,
4362
+ 261,
4250
4363
  249,
4251
4364
  250,
4252
- 251,
4253
- 252,
4254
- 257,
4255
- 236
4365
+ 255,
4366
+ 234
4256
4367
  ]
4257
4368
  },
4258
4369
  {
4259
4370
  "title": "Accessors",
4260
4371
  "kind": 262144,
4261
4372
  "children": [
4262
- 224,
4263
- 228,
4264
- 232,
4265
- 237,
4266
- 245,
4267
- 241
4373
+ 251,
4374
+ 222,
4375
+ 226,
4376
+ 230,
4377
+ 235,
4378
+ 243,
4379
+ 239
4268
4380
  ]
4269
4381
  },
4270
4382
  {
4271
4383
  "title": "Methods",
4272
4384
  "kind": 2048,
4273
4385
  "children": [
4386
+ 267,
4387
+ 269,
4274
4388
  272,
4275
- 274,
4276
- 277,
4277
- 283,
4278
- 280
4389
+ 278,
4390
+ 275
4279
4391
  ]
4280
4392
  }
4281
4393
  ],
4282
4394
  "sources": [
4283
4395
  {
4284
4396
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4285
- "line": 56,
4397
+ "line": 64,
4286
4398
  "character": 13
4287
4399
  }
4288
4400
  ],
@@ -4296,7 +4408,7 @@
4296
4408
  ]
4297
4409
  },
4298
4410
  {
4299
- "id": 301,
4411
+ "id": 296,
4300
4412
  "name": "SkyWaitComponent",
4301
4413
  "kind": 128,
4302
4414
  "kindString": "Class",
@@ -4317,7 +4429,7 @@
4317
4429
  ],
4318
4430
  "children": [
4319
4431
  {
4320
- "id": 302,
4432
+ "id": 297,
4321
4433
  "name": "constructor",
4322
4434
  "kind": 512,
4323
4435
  "kindString": "Constructor",
@@ -4325,20 +4437,20 @@
4325
4437
  "sources": [
4326
4438
  {
4327
4439
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4328
- "line": 91,
4440
+ "line": 120,
4329
4441
  "character": 2
4330
4442
  }
4331
4443
  ],
4332
4444
  "signatures": [
4333
4445
  {
4334
- "id": 303,
4446
+ "id": 298,
4335
4447
  "name": "SkyWaitComponent",
4336
4448
  "kind": 16384,
4337
4449
  "kindString": "Constructor signature",
4338
4450
  "flags": {},
4339
4451
  "parameters": [
4340
4452
  {
4341
- "id": 304,
4453
+ "id": 299,
4342
4454
  "name": "elRef",
4343
4455
  "kind": 32768,
4344
4456
  "kindString": "Parameter",
@@ -4357,7 +4469,7 @@
4357
4469
  }
4358
4470
  },
4359
4471
  {
4360
- "id": 305,
4472
+ "id": 300,
4361
4473
  "name": "adapterService",
4362
4474
  "kind": 32768,
4363
4475
  "kindString": "Parameter",
@@ -4368,8 +4480,8 @@
4368
4480
  }
4369
4481
  },
4370
4482
  {
4371
- "id": 306,
4372
- "name": "resourceService",
4483
+ "id": 301,
4484
+ "name": "resourceSvc",
4373
4485
  "kind": 32768,
4374
4486
  "kindString": "Parameter",
4375
4487
  "flags": {},
@@ -4393,50 +4505,15 @@
4393
4505
  ],
4394
4506
  "type": {
4395
4507
  "type": "reference",
4396
- "id": 301,
4508
+ "id": 296,
4397
4509
  "name": "SkyWaitComponent"
4398
4510
  }
4399
4511
  }
4400
4512
  ]
4401
4513
  },
4402
4514
  {
4403
- "id": 307,
4404
- "name": "ariaLabel",
4405
- "kind": 1024,
4406
- "kindString": "Property",
4407
- "flags": {
4408
- "isPublic": true
4409
- },
4410
- "comment": {
4411
- "shortText": "Specifies an ARIA label for the wait icon while an element or page loads.\nThis sets the icon's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe default value varies based on whether the wait is for an element or a page\nand whether it is a blocking wait. For example, the default for a page-blocking\nwait is \"Page loading. Please wait.\""
4412
- },
4413
- "decorators": [
4414
- {
4415
- "name": "Input",
4416
- "type": {
4417
- "type": "reference",
4418
- "qualifiedName": "InputDecorator",
4419
- "package": "@angular/core",
4420
- "name": "Input"
4421
- },
4422
- "arguments": {}
4423
- }
4424
- ],
4425
- "sources": [
4426
- {
4427
- "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4428
- "line": 26,
4429
- "character": 9
4430
- }
4431
- ],
4432
- "type": {
4433
- "type": "intrinsic",
4434
- "name": "string"
4435
- }
4436
- },
4437
- {
4438
- "id": 317,
4439
- "name": "ariaLabelStream",
4515
+ "id": 317,
4516
+ "name": "ariaLabelStream",
4440
4517
  "kind": 1024,
4441
4518
  "kindString": "Property",
4442
4519
  "flags": {
@@ -4445,7 +4522,7 @@
4445
4522
  "sources": [
4446
4523
  {
4447
4524
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4448
- "line": 85,
4525
+ "line": 106,
4449
4526
  "character": 9
4450
4527
  }
4451
4528
  ],
@@ -4464,22 +4541,13 @@
4464
4541
  "defaultValue": "..."
4465
4542
  },
4466
4543
  {
4467
- "id": 316,
4468
- "name": "isNonBlocking",
4469
- "kind": 1024,
4470
- "kindString": "Property",
4544
+ "id": 302,
4545
+ "name": "ariaLabel",
4546
+ "kind": 262144,
4547
+ "kindString": "Accessor",
4471
4548
  "flags": {
4472
4549
  "isPublic": true
4473
4550
  },
4474
- "comment": {
4475
- "shortText": "When set to `true`, wait indication appears in the bottom left corner of the element\ninstead of hiding the entire parent element.",
4476
- "tags": [
4477
- {
4478
- "tag": "default",
4479
- "text": "false\n"
4480
- }
4481
- ]
4482
- },
4483
4551
  "decorators": [
4484
4552
  {
4485
4553
  "name": "Input",
@@ -4495,17 +4563,42 @@
4495
4563
  "sources": [
4496
4564
  {
4497
4565
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4498
- "line": 83,
4499
- "character": 9
4566
+ "line": 34,
4567
+ "character": 13
4500
4568
  }
4501
4569
  ],
4502
- "type": {
4503
- "type": "intrinsic",
4504
- "name": "boolean"
4505
- }
4570
+ "setSignature": [
4571
+ {
4572
+ "id": 303,
4573
+ "name": "ariaLabel",
4574
+ "kind": 1048576,
4575
+ "kindString": "Set signature",
4576
+ "flags": {},
4577
+ "comment": {
4578
+ "shortText": "Specifies an ARIA label for the wait icon while an element or page loads.\nThis sets the icon's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe default value varies based on whether the wait is for an element or a page\nand whether it is a blocking wait. For example, the default for a page-blocking\nwait is \"Page loading. Please wait.\""
4579
+ },
4580
+ "parameters": [
4581
+ {
4582
+ "id": 304,
4583
+ "name": "value",
4584
+ "kind": 32768,
4585
+ "kindString": "Parameter",
4586
+ "flags": {},
4587
+ "type": {
4588
+ "type": "intrinsic",
4589
+ "name": "string"
4590
+ }
4591
+ }
4592
+ ],
4593
+ "type": {
4594
+ "type": "intrinsic",
4595
+ "name": "void"
4596
+ }
4597
+ }
4598
+ ]
4506
4599
  },
4507
4600
  {
4508
- "id": 312,
4601
+ "id": 309,
4509
4602
  "name": "isFullPage",
4510
4603
  "kind": 262144,
4511
4604
  "kindString": "Accessor",
@@ -4527,13 +4620,13 @@
4527
4620
  "sources": [
4528
4621
  {
4529
4622
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4530
- "line": 62,
4623
+ "line": 75,
4531
4624
  "character": 13
4532
4625
  }
4533
4626
  ],
4534
4627
  "getSignature": [
4535
4628
  {
4536
- "id": 313,
4629
+ "id": 310,
4537
4630
  "name": "isFullPage",
4538
4631
  "kind": 524288,
4539
4632
  "kindString": "Get signature",
@@ -4555,7 +4648,7 @@
4555
4648
  ],
4556
4649
  "setSignature": [
4557
4650
  {
4558
- "id": 314,
4651
+ "id": 311,
4559
4652
  "name": "isFullPage",
4560
4653
  "kind": 1048576,
4561
4654
  "kindString": "Set signature",
@@ -4571,7 +4664,92 @@
4571
4664
  },
4572
4665
  "parameters": [
4573
4666
  {
4574
- "id": 315,
4667
+ "id": 312,
4668
+ "name": "value",
4669
+ "kind": 32768,
4670
+ "kindString": "Parameter",
4671
+ "flags": {},
4672
+ "type": {
4673
+ "type": "intrinsic",
4674
+ "name": "boolean"
4675
+ }
4676
+ }
4677
+ ],
4678
+ "type": {
4679
+ "type": "intrinsic",
4680
+ "name": "void"
4681
+ }
4682
+ }
4683
+ ]
4684
+ },
4685
+ {
4686
+ "id": 313,
4687
+ "name": "isNonBlocking",
4688
+ "kind": 262144,
4689
+ "kindString": "Accessor",
4690
+ "flags": {
4691
+ "isPublic": true
4692
+ },
4693
+ "decorators": [
4694
+ {
4695
+ "name": "Input",
4696
+ "type": {
4697
+ "type": "reference",
4698
+ "qualifiedName": "InputDecorator",
4699
+ "package": "@angular/core",
4700
+ "name": "Input"
4701
+ },
4702
+ "arguments": {}
4703
+ }
4704
+ ],
4705
+ "sources": [
4706
+ {
4707
+ "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4708
+ "line": 97,
4709
+ "character": 13
4710
+ }
4711
+ ],
4712
+ "getSignature": [
4713
+ {
4714
+ "id": 314,
4715
+ "name": "isNonBlocking",
4716
+ "kind": 524288,
4717
+ "kindString": "Get signature",
4718
+ "flags": {},
4719
+ "comment": {
4720
+ "shortText": "When set to `true`, wait indication appears in the bottom left corner of the element\ninstead of hiding the entire parent element.",
4721
+ "tags": [
4722
+ {
4723
+ "tag": "default",
4724
+ "text": "false\n"
4725
+ }
4726
+ ]
4727
+ },
4728
+ "type": {
4729
+ "type": "intrinsic",
4730
+ "name": "boolean"
4731
+ }
4732
+ }
4733
+ ],
4734
+ "setSignature": [
4735
+ {
4736
+ "id": 315,
4737
+ "name": "isNonBlocking",
4738
+ "kind": 1048576,
4739
+ "kindString": "Set signature",
4740
+ "flags": {},
4741
+ "comment": {
4742
+ "shortText": "When set to `true`, wait indication appears in the bottom left corner of the element\ninstead of hiding the entire parent element.",
4743
+ "tags": [
4744
+ {
4745
+ "tag": "default",
4746
+ "text": "false\n"
4747
+ }
4748
+ ]
4749
+ },
4750
+ "parameters": [
4751
+ {
4752
+ "id": 316,
4575
4753
  "name": "value",
4576
4754
  "kind": 32768,
4577
4755
  "kindString": "Parameter",
@@ -4590,7 +4768,7 @@
4590
4768
  ]
4591
4769
  },
4592
4770
  {
4593
- "id": 308,
4771
+ "id": 305,
4594
4772
  "name": "isWaiting",
4595
4773
  "kind": 262144,
4596
4774
  "kindString": "Accessor",
@@ -4612,13 +4790,13 @@
4612
4790
  "sources": [
4613
4791
  {
4614
4792
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4615
- "line": 32,
4793
+ "line": 43,
4616
4794
  "character": 13
4617
4795
  }
4618
4796
  ],
4619
4797
  "getSignature": [
4620
4798
  {
4621
- "id": 309,
4799
+ "id": 306,
4622
4800
  "name": "isWaiting",
4623
4801
  "kind": 524288,
4624
4802
  "kindString": "Get signature",
@@ -4634,7 +4812,7 @@
4634
4812
  ],
4635
4813
  "setSignature": [
4636
4814
  {
4637
- "id": 310,
4815
+ "id": 307,
4638
4816
  "name": "isWaiting",
4639
4817
  "kind": 1048576,
4640
4818
  "kindString": "Set signature",
@@ -4644,7 +4822,7 @@
4644
4822
  },
4645
4823
  "parameters": [
4646
4824
  {
4647
- "id": 311,
4825
+ "id": 308,
4648
4826
  "name": "value",
4649
4827
  "kind": 32768,
4650
4828
  "kindString": "Parameter",
@@ -4663,7 +4841,44 @@
4663
4841
  ]
4664
4842
  },
4665
4843
  {
4666
- "id": 321,
4844
+ "id": 329,
4845
+ "name": "ngOnDestroy",
4846
+ "kind": 2048,
4847
+ "kindString": "Method",
4848
+ "flags": {
4849
+ "isPublic": true
4850
+ },
4851
+ "sources": [
4852
+ {
4853
+ "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4854
+ "line": 136,
4855
+ "character": 9
4856
+ }
4857
+ ],
4858
+ "signatures": [
4859
+ {
4860
+ "id": 330,
4861
+ "name": "ngOnDestroy",
4862
+ "kind": 4096,
4863
+ "kindString": "Call signature",
4864
+ "flags": {},
4865
+ "type": {
4866
+ "type": "intrinsic",
4867
+ "name": "void"
4868
+ },
4869
+ "implementationOf": {
4870
+ "type": "reference",
4871
+ "name": "OnDestroy.ngOnDestroy"
4872
+ }
4873
+ }
4874
+ ],
4875
+ "implementationOf": {
4876
+ "type": "reference",
4877
+ "name": "OnDestroy.ngOnDestroy"
4878
+ }
4879
+ },
4880
+ {
4881
+ "id": 327,
4667
4882
  "name": "ngOnInit",
4668
4883
  "kind": 2048,
4669
4884
  "kindString": "Method",
@@ -4673,13 +4888,13 @@
4673
4888
  "sources": [
4674
4889
  {
4675
4890
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4676
- "line": 97,
4891
+ "line": 132,
4677
4892
  "character": 9
4678
4893
  }
4679
4894
  ],
4680
4895
  "signatures": [
4681
4896
  {
4682
- "id": 322,
4897
+ "id": 328,
4683
4898
  "name": "ngOnInit",
4684
4899
  "kind": 4096,
4685
4900
  "kindString": "Call signature",
@@ -4705,38 +4920,39 @@
4705
4920
  "title": "Constructors",
4706
4921
  "kind": 512,
4707
4922
  "children": [
4708
- 302
4923
+ 297
4709
4924
  ]
4710
4925
  },
4711
4926
  {
4712
4927
  "title": "Properties",
4713
4928
  "kind": 1024,
4714
4929
  "children": [
4715
- 307,
4716
- 317,
4717
- 316
4930
+ 317
4718
4931
  ]
4719
4932
  },
4720
4933
  {
4721
4934
  "title": "Accessors",
4722
4935
  "kind": 262144,
4723
4936
  "children": [
4724
- 312,
4725
- 308
4937
+ 302,
4938
+ 309,
4939
+ 313,
4940
+ 305
4726
4941
  ]
4727
4942
  },
4728
4943
  {
4729
4944
  "title": "Methods",
4730
4945
  "kind": 2048,
4731
4946
  "children": [
4732
- 321
4947
+ 329,
4948
+ 327
4733
4949
  ]
4734
4950
  }
4735
4951
  ],
4736
4952
  "sources": [
4737
4953
  {
4738
4954
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4739
- "line": 16,
4955
+ "line": 24,
4740
4956
  "character": 13
4741
4957
  }
4742
4958
  ],
@@ -4746,6 +4962,12 @@
4746
4962
  "qualifiedName": "OnInit",
4747
4963
  "package": "@angular/core",
4748
4964
  "name": "OnInit"
4965
+ },
4966
+ {
4967
+ "type": "reference",
4968
+ "qualifiedName": "OnDestroy",
4969
+ "package": "@angular/core",
4970
+ "name": "OnDestroy"
4749
4971
  }
4750
4972
  ]
4751
4973
  },
@@ -5016,10 +5238,9 @@
5016
5238
  ],
5017
5239
  "type": {
5018
5240
  "type": "reference",
5019
- "id": 350,
5241
+ "id": 358,
5020
5242
  "name": "SkyIconType"
5021
- },
5022
- "defaultValue": "'fa'"
5243
+ }
5023
5244
  },
5024
5245
  {
5025
5246
  "id": 65,
@@ -5088,7 +5309,7 @@
5088
5309
  ],
5089
5310
  "type": {
5090
5311
  "type": "reference",
5091
- "id": 351,
5312
+ "id": 359,
5092
5313
  "name": "SkyIconVariantType"
5093
5314
  }
5094
5315
  }
@@ -5268,7 +5489,7 @@
5268
5489
  "sources": [
5269
5490
  {
5270
5491
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5271
- "line": 16,
5492
+ "line": 18,
5272
5493
  "character": 9
5273
5494
  }
5274
5495
  ],
@@ -5298,7 +5519,7 @@
5298
5519
  "sources": [
5299
5520
  {
5300
5521
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5301
- "line": 8,
5522
+ "line": 10,
5302
5523
  "character": 13
5303
5524
  }
5304
5525
  ]
@@ -5455,7 +5676,7 @@
5455
5676
  ],
5456
5677
  "type": {
5457
5678
  "type": "reference",
5458
- "id": 355,
5679
+ "id": 364,
5459
5680
  "name": "SkyLabelType"
5460
5681
  },
5461
5682
  "defaultValue": "LABEL_TYPE_DEFAULT"
@@ -5583,7 +5804,7 @@
5583
5804
  "flags": {},
5584
5805
  "type": {
5585
5806
  "type": "reference",
5586
- "id": 359,
5807
+ "id": 368,
5587
5808
  "name": "SkyIndicatorDescriptionType"
5588
5809
  }
5589
5810
  }
@@ -5647,7 +5868,7 @@
5647
5868
  "flags": {},
5648
5869
  "type": {
5649
5870
  "type": "reference",
5650
- "id": 355,
5871
+ "id": 364,
5651
5872
  "name": "SkyLabelType"
5652
5873
  }
5653
5874
  }
@@ -5794,14 +6015,14 @@
5794
6015
  ]
5795
6016
  },
5796
6017
  {
5797
- "id": 370,
6018
+ "id": 379,
5798
6019
  "name": "SkyToken",
5799
6020
  "kind": 256,
5800
6021
  "kindString": "Interface",
5801
6022
  "flags": {},
5802
6023
  "children": [
5803
6024
  {
5804
- "id": 371,
6025
+ "id": 380,
5805
6026
  "name": "value",
5806
6027
  "kind": 1024,
5807
6028
  "kindString": "Property",
@@ -5827,7 +6048,7 @@
5827
6048
  "title": "Properties",
5828
6049
  "kind": 1024,
5829
6050
  "children": [
5830
- 371
6051
+ 380
5831
6052
  ]
5832
6053
  }
5833
6054
  ],
@@ -5840,14 +6061,14 @@
5840
6061
  ]
5841
6062
  },
5842
6063
  {
5843
- "id": 372,
6064
+ "id": 381,
5844
6065
  "name": "SkyTokenSelectedEventArgs",
5845
6066
  "kind": 256,
5846
6067
  "kindString": "Interface",
5847
6068
  "flags": {},
5848
6069
  "children": [
5849
6070
  {
5850
- "id": 373,
6071
+ "id": 382,
5851
6072
  "name": "token",
5852
6073
  "kind": 1024,
5853
6074
  "kindString": "Property",
@@ -5866,7 +6087,7 @@
5866
6087
  ],
5867
6088
  "type": {
5868
6089
  "type": "reference",
5869
- "id": 370,
6090
+ "id": 379,
5870
6091
  "name": "SkyToken"
5871
6092
  }
5872
6093
  }
@@ -5876,7 +6097,7 @@
5876
6097
  "title": "Properties",
5877
6098
  "kind": 1024,
5878
6099
  "children": [
5879
- 373
6100
+ 382
5880
6101
  ]
5881
6102
  }
5882
6103
  ],
@@ -5889,14 +6110,14 @@
5889
6110
  ]
5890
6111
  },
5891
6112
  {
5892
- "id": 374,
6113
+ "id": 383,
5893
6114
  "name": "SkyTokensMessage",
5894
6115
  "kind": 256,
5895
6116
  "kindString": "Interface",
5896
6117
  "flags": {},
5897
6118
  "children": [
5898
6119
  {
5899
- "id": 375,
6120
+ "id": 384,
5900
6121
  "name": "type",
5901
6122
  "kind": 1024,
5902
6123
  "kindString": "Property",
@@ -5915,7 +6136,7 @@
5915
6136
  ],
5916
6137
  "type": {
5917
6138
  "type": "reference",
5918
- "id": 376,
6139
+ "id": 385,
5919
6140
  "name": "SkyTokensMessageType"
5920
6141
  }
5921
6142
  }
@@ -5925,7 +6146,7 @@
5925
6146
  "title": "Properties",
5926
6147
  "kind": 1024,
5927
6148
  "children": [
5928
- 375
6149
+ 384
5929
6150
  ]
5930
6151
  }
5931
6152
  ],
@@ -5938,7 +6159,7 @@
5938
6159
  ]
5939
6160
  },
5940
6161
  {
5941
- "id": 350,
6162
+ "id": 358,
5942
6163
  "name": "SkyIconType",
5943
6164
  "kind": 4194304,
5944
6165
  "kindString": "Type alias",
@@ -5965,7 +6186,7 @@
5965
6186
  }
5966
6187
  },
5967
6188
  {
5968
- "id": 351,
6189
+ "id": 359,
5969
6190
  "name": "SkyIconVariantType",
5970
6191
  "kind": 4194304,
5971
6192
  "kindString": "Type alias",
@@ -5992,7 +6213,7 @@
5992
6213
  }
5993
6214
  },
5994
6215
  {
5995
- "id": 359,
6216
+ "id": 368,
5996
6217
  "name": "SkyIndicatorDescriptionType",
5997
6218
  "kind": 4194304,
5998
6219
  "kindString": "Type alias",
@@ -6055,7 +6276,7 @@
6055
6276
  }
6056
6277
  },
6057
6278
  {
6058
- "id": 360,
6279
+ "id": 369,
6059
6280
  "name": "SkyIndicatorIconType",
6060
6281
  "kind": 4194304,
6061
6282
  "kindString": "Type alias",
@@ -6090,7 +6311,34 @@
6090
6311
  }
6091
6312
  },
6092
6313
  {
6093
- "id": 355,
6314
+ "id": 360,
6315
+ "name": "SkyKeyInfoLayoutType",
6316
+ "kind": 4194304,
6317
+ "kindString": "Type alias",
6318
+ "flags": {},
6319
+ "sources": [
6320
+ {
6321
+ "fileName": "projects/indicators/src/modules/key-info/key-info-layout-type.ts",
6322
+ "line": 1,
6323
+ "character": 12
6324
+ }
6325
+ ],
6326
+ "type": {
6327
+ "type": "union",
6328
+ "types": [
6329
+ {
6330
+ "type": "literal",
6331
+ "value": "horizontal"
6332
+ },
6333
+ {
6334
+ "type": "literal",
6335
+ "value": "vertical"
6336
+ }
6337
+ ]
6338
+ }
6339
+ },
6340
+ {
6341
+ "id": 364,
6094
6342
  "name": "SkyLabelType",
6095
6343
  "kind": 4194304,
6096
6344
  "kindString": "Type alias",
@@ -6123,29 +6371,597 @@
6123
6371
  }
6124
6372
  ]
6125
6373
  }
6126
- }
6127
- ],
6128
- "groups": [
6374
+ },
6129
6375
  {
6130
- "title": "Modules",
6131
- "kind": 2,
6376
+ "id": 437,
6377
+ "name": "SkyAlertHarness",
6378
+ "kind": 128,
6379
+ "kindString": "Class",
6380
+ "flags": {},
6381
+ "comment": {
6382
+ "shortText": "Harness for interacting with an alert component in tests."
6383
+ },
6132
6384
  "children": [
6133
- 1,
6134
- 2
6135
- ]
6136
- }
6137
- ]
6385
+ {
6386
+ "id": 458,
6387
+ "name": "close",
6388
+ "kind": 2048,
6389
+ "kindString": "Method",
6390
+ "flags": {
6391
+ "isPublic": true
6392
+ },
6393
+ "sources": [
6394
+ {
6395
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6396
+ "line": 65,
6397
+ "character": 15
6398
+ }
6399
+ ],
6400
+ "signatures": [
6401
+ {
6402
+ "id": 459,
6403
+ "name": "close",
6404
+ "kind": 4096,
6405
+ "kindString": "Call signature",
6406
+ "flags": {},
6407
+ "comment": {
6408
+ "shortText": "Closes the alert."
6409
+ },
6410
+ "type": {
6411
+ "type": "reference",
6412
+ "typeArguments": [
6413
+ {
6414
+ "type": "intrinsic",
6415
+ "name": "void"
6416
+ }
6417
+ ],
6418
+ "qualifiedName": "Promise",
6419
+ "package": "typescript",
6420
+ "name": "Promise"
6421
+ }
6422
+ }
6423
+ ]
6424
+ },
6425
+ {
6426
+ "id": 454,
6427
+ "name": "getAlertType",
6428
+ "kind": 2048,
6429
+ "kindString": "Method",
6430
+ "flags": {
6431
+ "isPublic": true
6432
+ },
6433
+ "sources": [
6434
+ {
6435
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6436
+ "line": 37,
6437
+ "character": 15
6438
+ }
6439
+ ],
6440
+ "signatures": [
6441
+ {
6442
+ "id": 455,
6443
+ "name": "getAlertType",
6444
+ "kind": 4096,
6445
+ "kindString": "Call signature",
6446
+ "flags": {},
6447
+ "comment": {
6448
+ "shortText": "Gets the current alert type."
6449
+ },
6450
+ "type": {
6451
+ "type": "reference",
6452
+ "typeArguments": [
6453
+ {
6454
+ "type": "reference",
6455
+ "id": 369,
6456
+ "name": "SkyIndicatorIconType"
6457
+ }
6458
+ ],
6459
+ "qualifiedName": "Promise",
6460
+ "package": "typescript",
6461
+ "name": "Promise"
6462
+ }
6463
+ }
6464
+ ]
6465
+ },
6466
+ {
6467
+ "id": 466,
6468
+ "name": "getCustomDescription",
6469
+ "kind": 2048,
6470
+ "kindString": "Method",
6471
+ "flags": {
6472
+ "isPublic": true
6473
+ },
6474
+ "sources": [
6475
+ {
6476
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6477
+ "line": 129,
6478
+ "character": 15
6479
+ }
6480
+ ],
6481
+ "signatures": [
6482
+ {
6483
+ "id": 467,
6484
+ "name": "getCustomDescription",
6485
+ "kind": 4096,
6486
+ "kindString": "Call signature",
6487
+ "flags": {},
6488
+ "comment": {
6489
+ "shortText": "Gets the custom text used for the screen reader description of the label component icon."
6490
+ },
6491
+ "type": {
6492
+ "type": "reference",
6493
+ "typeArguments": [
6494
+ {
6495
+ "type": "intrinsic",
6496
+ "name": "string"
6497
+ }
6498
+ ],
6499
+ "qualifiedName": "Promise",
6500
+ "package": "typescript",
6501
+ "name": "Promise"
6502
+ }
6503
+ }
6504
+ ]
6505
+ },
6506
+ {
6507
+ "id": 464,
6508
+ "name": "getDescriptionType",
6509
+ "kind": 2048,
6510
+ "kindString": "Method",
6511
+ "flags": {
6512
+ "isPublic": true
6513
+ },
6514
+ "sources": [
6515
+ {
6516
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6517
+ "line": 93,
6518
+ "character": 15
6519
+ }
6520
+ ],
6521
+ "signatures": [
6522
+ {
6523
+ "id": 465,
6524
+ "name": "getDescriptionType",
6525
+ "kind": 4096,
6526
+ "kindString": "Call signature",
6527
+ "flags": {},
6528
+ "comment": {
6529
+ "shortText": "Gets the `descriptionType` of the label component."
6530
+ },
6531
+ "type": {
6532
+ "type": "reference",
6533
+ "typeArguments": [
6534
+ {
6535
+ "type": "reference",
6536
+ "id": 368,
6537
+ "name": "SkyIndicatorDescriptionType"
6538
+ }
6539
+ ],
6540
+ "qualifiedName": "Promise",
6541
+ "package": "typescript",
6542
+ "name": "Promise"
6543
+ }
6544
+ }
6545
+ ]
6546
+ },
6547
+ {
6548
+ "id": 456,
6549
+ "name": "getText",
6550
+ "kind": 2048,
6551
+ "kindString": "Method",
6552
+ "flags": {
6553
+ "isPublic": true
6554
+ },
6555
+ "sources": [
6556
+ {
6557
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6558
+ "line": 58,
6559
+ "character": 15
6560
+ }
6561
+ ],
6562
+ "signatures": [
6563
+ {
6564
+ "id": 457,
6565
+ "name": "getText",
6566
+ "kind": 4096,
6567
+ "kindString": "Call signature",
6568
+ "flags": {},
6569
+ "comment": {
6570
+ "shortText": "Gets the current alert text."
6571
+ },
6572
+ "type": {
6573
+ "type": "reference",
6574
+ "typeArguments": [
6575
+ {
6576
+ "type": "intrinsic",
6577
+ "name": "string"
6578
+ }
6579
+ ],
6580
+ "qualifiedName": "Promise",
6581
+ "package": "typescript",
6582
+ "name": "Promise"
6583
+ }
6584
+ }
6585
+ ]
6586
+ },
6587
+ {
6588
+ "id": 471,
6589
+ "name": "host",
6590
+ "kind": 2048,
6591
+ "kindString": "Method",
6592
+ "flags": {},
6593
+ "sources": [
6594
+ {
6595
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
6596
+ "line": 221,
6597
+ "character": 4
6598
+ }
6599
+ ],
6600
+ "signatures": [
6601
+ {
6602
+ "id": 472,
6603
+ "name": "host",
6604
+ "kind": 4096,
6605
+ "kindString": "Call signature",
6606
+ "flags": {},
6607
+ "comment": {
6608
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
6609
+ },
6610
+ "type": {
6611
+ "type": "reference",
6612
+ "typeArguments": [
6613
+ {
6614
+ "type": "reference",
6615
+ "qualifiedName": "TestElement",
6616
+ "package": "@angular/cdk",
6617
+ "name": "TestElement"
6618
+ }
6619
+ ],
6620
+ "qualifiedName": "Promise",
6621
+ "package": "typescript",
6622
+ "name": "Promise"
6623
+ },
6624
+ "inheritedFrom": {
6625
+ "type": "reference",
6626
+ "name": "SkyComponentHarness.host"
6627
+ }
6628
+ }
6629
+ ],
6630
+ "inheritedFrom": {
6631
+ "type": "reference",
6632
+ "name": "SkyComponentHarness.host"
6633
+ }
6634
+ },
6635
+ {
6636
+ "id": 462,
6637
+ "name": "isCloseable",
6638
+ "kind": 2048,
6639
+ "kindString": "Method",
6640
+ "flags": {
6641
+ "isPublic": true
6642
+ },
6643
+ "sources": [
6644
+ {
6645
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6646
+ "line": 85,
6647
+ "character": 15
6648
+ }
6649
+ ],
6650
+ "signatures": [
6651
+ {
6652
+ "id": 463,
6653
+ "name": "isCloseable",
6654
+ "kind": 4096,
6655
+ "kindString": "Call signature",
6656
+ "flags": {},
6657
+ "comment": {
6658
+ "shortText": "Indicates whether the user can close the alert."
6659
+ },
6660
+ "type": {
6661
+ "type": "reference",
6662
+ "typeArguments": [
6663
+ {
6664
+ "type": "intrinsic",
6665
+ "name": "boolean"
6666
+ }
6667
+ ],
6668
+ "qualifiedName": "Promise",
6669
+ "package": "typescript",
6670
+ "name": "Promise"
6671
+ }
6672
+ }
6673
+ ]
6674
+ },
6675
+ {
6676
+ "id": 460,
6677
+ "name": "isClosed",
6678
+ "kind": 2048,
6679
+ "kindString": "Method",
6680
+ "flags": {
6681
+ "isPublic": true
6682
+ },
6683
+ "sources": [
6684
+ {
6685
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6686
+ "line": 76,
6687
+ "character": 15
6688
+ }
6689
+ ],
6690
+ "signatures": [
6691
+ {
6692
+ "id": 461,
6693
+ "name": "isClosed",
6694
+ "kind": 4096,
6695
+ "kindString": "Call signature",
6696
+ "flags": {},
6697
+ "comment": {
6698
+ "shortText": "Indicates whether the user has closed the alert."
6699
+ },
6700
+ "type": {
6701
+ "type": "reference",
6702
+ "typeArguments": [
6703
+ {
6704
+ "type": "intrinsic",
6705
+ "name": "boolean"
6706
+ }
6707
+ ],
6708
+ "qualifiedName": "Promise",
6709
+ "package": "typescript",
6710
+ "name": "Promise"
6711
+ }
6712
+ }
6713
+ ]
6714
+ },
6715
+ {
6716
+ "id": 439,
6717
+ "name": "with",
6718
+ "kind": 2048,
6719
+ "kindString": "Method",
6720
+ "flags": {
6721
+ "isPublic": true,
6722
+ "isStatic": true
6723
+ },
6724
+ "sources": [
6725
+ {
6726
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6727
+ "line": 28,
6728
+ "character": 16
6729
+ }
6730
+ ],
6731
+ "signatures": [
6732
+ {
6733
+ "id": 440,
6734
+ "name": "with",
6735
+ "kind": 4096,
6736
+ "kindString": "Call signature",
6737
+ "flags": {},
6738
+ "comment": {
6739
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyAlertHarness` that meets certain criteria."
6740
+ },
6741
+ "parameters": [
6742
+ {
6743
+ "id": 441,
6744
+ "name": "filters",
6745
+ "kind": 32768,
6746
+ "kindString": "Parameter",
6747
+ "flags": {},
6748
+ "type": {
6749
+ "type": "reference",
6750
+ "id": 491,
6751
+ "name": "SkyAlertHarnessFilters"
6752
+ }
6753
+ }
6754
+ ],
6755
+ "type": {
6756
+ "type": "reference",
6757
+ "typeArguments": [
6758
+ {
6759
+ "type": "reference",
6760
+ "id": 437,
6761
+ "name": "SkyAlertHarness"
6762
+ }
6763
+ ],
6764
+ "qualifiedName": "HarnessPredicate",
6765
+ "package": "@angular/cdk",
6766
+ "name": "HarnessPredicate"
6767
+ }
6768
+ }
6769
+ ]
6770
+ }
6771
+ ],
6772
+ "groups": [
6773
+ {
6774
+ "title": "Constructors",
6775
+ "kind": 512,
6776
+ "children": [
6777
+ 447
6778
+ ]
6779
+ },
6780
+ {
6781
+ "title": "Methods",
6782
+ "kind": 2048,
6783
+ "children": [
6784
+ 458,
6785
+ 454,
6786
+ 466,
6787
+ 464,
6788
+ 456,
6789
+ 471,
6790
+ 462,
6791
+ 460,
6792
+ 439
6793
+ ]
6794
+ }
6795
+ ],
6796
+ "sources": [
6797
+ {
6798
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6799
+ "line": 13,
6800
+ "character": 13
6801
+ }
6802
+ ],
6803
+ "extendedTypes": [
6804
+ {
6805
+ "type": "reference",
6806
+ "name": "SkyComponentHarness"
6807
+ }
6808
+ ]
6809
+ },
6810
+ {
6811
+ "id": 491,
6812
+ "name": "SkyAlertHarnessFilters",
6813
+ "kind": 256,
6814
+ "kindString": "Interface",
6815
+ "flags": {},
6816
+ "comment": {
6817
+ "shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
6818
+ },
6819
+ "children": [
6820
+ {
6821
+ "id": 494,
6822
+ "name": "ancestor",
6823
+ "kind": 1024,
6824
+ "kindString": "Property",
6825
+ "flags": {
6826
+ "isOptional": true
6827
+ },
6828
+ "comment": {
6829
+ "shortText": "Only find instances that are nested under an element with the given selector."
6830
+ },
6831
+ "sources": [
6832
+ {
6833
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
6834
+ "line": 351,
6835
+ "character": 4
6836
+ }
6837
+ ],
6838
+ "type": {
6839
+ "type": "intrinsic",
6840
+ "name": "string"
6841
+ },
6842
+ "inheritedFrom": {
6843
+ "type": "reference",
6844
+ "name": "SkyHarnessFilters.ancestor"
6845
+ }
6846
+ },
6847
+ {
6848
+ "id": 492,
6849
+ "name": "dataSkyId",
6850
+ "kind": 1024,
6851
+ "kindString": "Property",
6852
+ "flags": {
6853
+ "isOptional": true
6854
+ },
6855
+ "comment": {
6856
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
6857
+ },
6858
+ "sources": [
6859
+ {
6860
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
6861
+ "line": 11,
6862
+ "character": 2
6863
+ }
6864
+ ],
6865
+ "type": {
6866
+ "type": "union",
6867
+ "types": [
6868
+ {
6869
+ "type": "intrinsic",
6870
+ "name": "string"
6871
+ },
6872
+ {
6873
+ "type": "reference",
6874
+ "qualifiedName": "RegExp",
6875
+ "package": "typescript",
6876
+ "name": "RegExp"
6877
+ }
6878
+ ]
6879
+ },
6880
+ "inheritedFrom": {
6881
+ "type": "reference",
6882
+ "name": "SkyHarnessFilters.dataSkyId"
6883
+ }
6884
+ },
6885
+ {
6886
+ "id": 493,
6887
+ "name": "selector",
6888
+ "kind": 1024,
6889
+ "kindString": "Property",
6890
+ "flags": {
6891
+ "isOptional": true
6892
+ },
6893
+ "comment": {
6894
+ "shortText": "Only find instances whose host element matches the given selector."
6895
+ },
6896
+ "sources": [
6897
+ {
6898
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
6899
+ "line": 349,
6900
+ "character": 4
6901
+ }
6902
+ ],
6903
+ "type": {
6904
+ "type": "intrinsic",
6905
+ "name": "string"
6906
+ },
6907
+ "inheritedFrom": {
6908
+ "type": "reference",
6909
+ "name": "SkyHarnessFilters.selector"
6910
+ }
6911
+ }
6912
+ ],
6913
+ "groups": [
6914
+ {
6915
+ "title": "Properties",
6916
+ "kind": 1024,
6917
+ "children": [
6918
+ 494,
6919
+ 492,
6920
+ 493
6921
+ ]
6922
+ }
6923
+ ],
6924
+ "sources": [
6925
+ {
6926
+ "fileName": "projects/indicators/src/testing/alert/alert-harness-filters.ts",
6927
+ "line": 7,
6928
+ "character": 17
6929
+ }
6930
+ ],
6931
+ "extendedTypes": [
6932
+ {
6933
+ "type": "reference",
6934
+ "name": "SkyHarnessFilters"
6935
+ }
6936
+ ]
6937
+ }
6938
+ ],
6939
+ "groups": [
6940
+ {
6941
+ "title": "Modules",
6942
+ "kind": 2,
6943
+ "children": [
6944
+ 1,
6945
+ 2
6946
+ ]
6947
+ }
6948
+ ]
6138
6949
  },
6139
6950
  "codeExamples": [
6140
6951
  {
6141
6952
  "fileName": "alert-demo.component.html",
6142
6953
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
6143
- "rawContents": "<sky-alert\n alertType=\"info\"\n [closeable]=\"true\"\n (closedChange)=\"onClosedChange($event)\"\n descriptionType=\"important-info\"\n>\n Info alert message\n</sky-alert>\n"
6954
+ "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"
6955
+ },
6956
+ {
6957
+ "fileName": "alert-demo.component.spec.ts",
6958
+ "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.spec.ts",
6959
+ "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"
6144
6960
  },
6145
6961
  {
6146
6962
  "fileName": "alert-demo.component.ts",
6147
6963
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.ts",
6148
- "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"
6964
+ "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"
6149
6965
  },
6150
6966
  {
6151
6967
  "fileName": "alert-demo.module.ts",