@skyux/indicators 6.18.0 → 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 +768 -468
  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,6 +32,7 @@
32
32
  "SkyIconVariantType": "type-alias-skyiconvarianttype",
33
33
  "SkyIndicatorDescriptionType": "type-alias-skyindicatordescriptiontype",
34
34
  "SkyIndicatorIconType": "type-alias-skyindicatoricontype",
35
+ "SkyKeyInfoLayoutType": "type-alias-skykeyinfolayouttype",
35
36
  "SkyLabelType": "type-alias-skylabeltype",
36
37
  "SkyAlertHarness": "class-skyalertharness",
37
38
  "SkyAlertHarnessFilters": "interface-skyalertharnessfilters"
@@ -44,14 +45,14 @@
44
45
  "originalName": "",
45
46
  "children": [
46
47
  {
47
- "id": 376,
48
+ "id": 385,
48
49
  "name": "SkyTokensMessageType",
49
50
  "kind": 8,
50
51
  "kindString": "Enumeration",
51
52
  "flags": {},
52
53
  "children": [
53
54
  {
54
- "id": 378,
55
+ "id": 387,
55
56
  "name": "FocusActiveToken",
56
57
  "kind": 16,
57
58
  "kindString": "Enumeration member",
@@ -69,7 +70,7 @@
69
70
  "defaultValue": "1"
70
71
  },
71
72
  {
72
- "id": 377,
73
+ "id": 386,
73
74
  "name": "FocusLastToken",
74
75
  "kind": 16,
75
76
  "kindString": "Enumeration member",
@@ -87,7 +88,7 @@
87
88
  "defaultValue": "0"
88
89
  },
89
90
  {
90
- "id": 380,
91
+ "id": 389,
91
92
  "name": "FocusNextToken",
92
93
  "kind": 16,
93
94
  "kindString": "Enumeration member",
@@ -105,7 +106,7 @@
105
106
  "defaultValue": "3"
106
107
  },
107
108
  {
108
- "id": 379,
109
+ "id": 388,
109
110
  "name": "FocusPreviousToken",
110
111
  "kind": 16,
111
112
  "kindString": "Enumeration member",
@@ -123,7 +124,7 @@
123
124
  "defaultValue": "2"
124
125
  },
125
126
  {
126
- "id": 381,
127
+ "id": 390,
127
128
  "name": "RemoveActiveToken",
128
129
  "kind": 16,
129
130
  "kindString": "Enumeration member",
@@ -146,11 +147,11 @@
146
147
  "title": "Enumeration members",
147
148
  "kind": 16,
148
149
  "children": [
149
- 378,
150
- 377,
151
- 380,
152
- 379,
153
- 381
150
+ 387,
151
+ 386,
152
+ 389,
153
+ 388,
154
+ 390
154
155
  ]
155
156
  }
156
157
  ],
@@ -163,7 +164,7 @@
163
164
  ]
164
165
  },
165
166
  {
166
- "id": 332,
167
+ "id": 340,
167
168
  "name": "SkyAlertModule",
168
169
  "kind": 128,
169
170
  "kindString": "Class",
@@ -188,7 +189,7 @@
188
189
  "title": "Constructors",
189
190
  "kind": 512,
190
191
  "children": [
191
- 333
192
+ 341
192
193
  ]
193
194
  }
194
195
  ],
@@ -201,7 +202,7 @@
201
202
  ]
202
203
  },
203
204
  {
204
- "id": 335,
205
+ "id": 343,
205
206
  "name": "SkyChevronModule",
206
207
  "kind": 128,
207
208
  "kindString": "Class",
@@ -226,7 +227,7 @@
226
227
  "title": "Constructors",
227
228
  "kind": 512,
228
229
  "children": [
229
- 336
230
+ 344
230
231
  ]
231
232
  }
232
233
  ],
@@ -239,7 +240,7 @@
239
240
  ]
240
241
  },
241
242
  {
242
- "id": 338,
243
+ "id": 346,
243
244
  "name": "SkyExpansionIndicatorModule",
244
245
  "kind": 128,
245
246
  "kindString": "Class",
@@ -264,7 +265,7 @@
264
265
  "title": "Constructors",
265
266
  "kind": 512,
266
267
  "children": [
267
- 339
268
+ 347
268
269
  ]
269
270
  }
270
271
  ],
@@ -277,7 +278,7 @@
277
278
  ]
278
279
  },
279
280
  {
280
- "id": 341,
281
+ "id": 349,
281
282
  "name": "SkyHelpInlineModule",
282
283
  "kind": 128,
283
284
  "kindString": "Class",
@@ -302,7 +303,7 @@
302
303
  "title": "Constructors",
303
304
  "kind": 512,
304
305
  "children": [
305
- 342
306
+ 350
306
307
  ]
307
308
  }
308
309
  ],
@@ -315,7 +316,7 @@
315
316
  ]
316
317
  },
317
318
  {
318
- "id": 347,
319
+ "id": 355,
319
320
  "name": "SkyIconModule",
320
321
  "kind": 128,
321
322
  "kindString": "Class",
@@ -340,7 +341,7 @@
340
341
  "title": "Constructors",
341
342
  "kind": 512,
342
343
  "children": [
343
- 348
344
+ 356
344
345
  ]
345
346
  }
346
347
  ],
@@ -353,7 +354,7 @@
353
354
  ]
354
355
  },
355
356
  {
356
- "id": 352,
357
+ "id": 361,
357
358
  "name": "SkyKeyInfoModule",
358
359
  "kind": 128,
359
360
  "kindString": "Class",
@@ -378,7 +379,7 @@
378
379
  "title": "Constructors",
379
380
  "kind": 512,
380
381
  "children": [
381
- 353
382
+ 362
382
383
  ]
383
384
  }
384
385
  ],
@@ -391,7 +392,7 @@
391
392
  ]
392
393
  },
393
394
  {
394
- "id": 356,
395
+ "id": 365,
395
396
  "name": "SkyLabelModule",
396
397
  "kind": 128,
397
398
  "kindString": "Class",
@@ -416,7 +417,7 @@
416
417
  "title": "Constructors",
417
418
  "kind": 512,
418
419
  "children": [
419
- 357
420
+ 366
420
421
  ]
421
422
  }
422
423
  ],
@@ -429,7 +430,7 @@
429
430
  ]
430
431
  },
431
432
  {
432
- "id": 361,
433
+ "id": 370,
433
434
  "name": "SkyStatusIndicatorModule",
434
435
  "kind": 128,
435
436
  "kindString": "Class",
@@ -454,7 +455,7 @@
454
455
  "title": "Constructors",
455
456
  "kind": 512,
456
457
  "children": [
457
- 362
458
+ 371
458
459
  ]
459
460
  }
460
461
  ],
@@ -467,7 +468,7 @@
467
468
  ]
468
469
  },
469
470
  {
470
- "id": 364,
471
+ "id": 373,
471
472
  "name": "SkyTextHighlightModule",
472
473
  "kind": 128,
473
474
  "kindString": "Class",
@@ -492,7 +493,7 @@
492
493
  "title": "Constructors",
493
494
  "kind": 512,
494
495
  "children": [
495
- 365
496
+ 374
496
497
  ]
497
498
  }
498
499
  ],
@@ -505,7 +506,7 @@
505
506
  ]
506
507
  },
507
508
  {
508
- "id": 367,
509
+ "id": 376,
509
510
  "name": "SkyTokensModule",
510
511
  "kind": 128,
511
512
  "kindString": "Class",
@@ -530,7 +531,7 @@
530
531
  "title": "Constructors",
531
532
  "kind": 512,
532
533
  "children": [
533
- 368
534
+ 377
534
535
  ]
535
536
  }
536
537
  ],
@@ -543,7 +544,7 @@
543
544
  ]
544
545
  },
545
546
  {
546
- "id": 382,
547
+ "id": 391,
547
548
  "name": "SkyWaitModule",
548
549
  "kind": 128,
549
550
  "kindString": "Class",
@@ -568,7 +569,7 @@
568
569
  "title": "Constructors",
569
570
  "kind": 512,
570
571
  "children": [
571
- 383
572
+ 392
572
573
  ]
573
574
  }
574
575
  ],
@@ -581,7 +582,7 @@
581
582
  ]
582
583
  },
583
584
  {
584
- "id": 385,
585
+ "id": 394,
585
586
  "name": "SkyWaitService",
586
587
  "kind": 128,
587
588
  "kindString": "Class",
@@ -602,7 +603,7 @@
602
603
  ],
603
604
  "children": [
604
605
  {
605
- "id": 389,
606
+ "id": 395,
606
607
  "name": "constructor",
607
608
  "kind": 512,
608
609
  "kindString": "Constructor",
@@ -610,20 +611,20 @@
610
611
  "sources": [
611
612
  {
612
613
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
613
- "line": 25,
614
+ "line": 30,
614
615
  "character": 2
615
616
  }
616
617
  ],
617
618
  "signatures": [
618
619
  {
619
- "id": 390,
620
+ "id": 396,
620
621
  "name": "new SkyWaitService",
621
622
  "kind": 16384,
622
623
  "kindString": "Constructor signature",
623
624
  "flags": {},
624
625
  "parameters": [
625
626
  {
626
- "id": 391,
627
+ "id": 397,
627
628
  "name": "resolver",
628
629
  "kind": 32768,
629
630
  "kindString": "Parameter",
@@ -636,7 +637,7 @@
636
637
  }
637
638
  },
638
639
  {
639
- "id": 392,
640
+ "id": 398,
640
641
  "name": "appRef",
641
642
  "kind": 32768,
642
643
  "kindString": "Parameter",
@@ -649,7 +650,7 @@
649
650
  }
650
651
  },
651
652
  {
652
- "id": 393,
653
+ "id": 399,
653
654
  "name": "waitAdapter",
654
655
  "kind": 32768,
655
656
  "kindString": "Parameter",
@@ -660,7 +661,7 @@
660
661
  }
661
662
  },
662
663
  {
663
- "id": 394,
664
+ "id": 400,
664
665
  "name": "windowSvc",
665
666
  "kind": 32768,
666
667
  "kindString": "Parameter",
@@ -673,14 +674,14 @@
673
674
  ],
674
675
  "type": {
675
676
  "type": "reference",
676
- "id": 385,
677
+ "id": 394,
677
678
  "name": "SkyWaitService"
678
679
  }
679
680
  }
680
681
  ]
681
682
  },
682
683
  {
683
- "id": 395,
684
+ "id": 405,
684
685
  "name": "beginBlockingPageWait",
685
686
  "kind": 2048,
686
687
  "kindString": "Method",
@@ -690,13 +691,13 @@
690
691
  "sources": [
691
692
  {
692
693
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
693
- "line": 35,
694
+ "line": 45,
694
695
  "character": 9
695
696
  }
696
697
  ],
697
698
  "signatures": [
698
699
  {
699
- "id": 396,
700
+ "id": 406,
700
701
  "name": "beginBlockingPageWait",
701
702
  "kind": 4096,
702
703
  "kindString": "Call signature",
@@ -712,7 +713,7 @@
712
713
  ]
713
714
  },
714
715
  {
715
- "id": 397,
716
+ "id": 407,
716
717
  "name": "beginNonBlockingPageWait",
717
718
  "kind": 2048,
718
719
  "kindString": "Method",
@@ -722,13 +723,13 @@
722
723
  "sources": [
723
724
  {
724
725
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
725
- "line": 42,
726
+ "line": 52,
726
727
  "character": 9
727
728
  }
728
729
  ],
729
730
  "signatures": [
730
731
  {
731
- "id": 398,
732
+ "id": 408,
732
733
  "name": "beginNonBlockingPageWait",
733
734
  "kind": 4096,
734
735
  "kindString": "Call signature",
@@ -744,7 +745,7 @@
744
745
  ]
745
746
  },
746
747
  {
747
- "id": 407,
748
+ "id": 417,
748
749
  "name": "blockingWrap",
749
750
  "kind": 2048,
750
751
  "kindString": "Method",
@@ -754,13 +755,13 @@
754
755
  "sources": [
755
756
  {
756
757
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
757
- "line": 85,
758
+ "line": 95,
758
759
  "character": 9
759
760
  }
760
761
  ],
761
762
  "signatures": [
762
763
  {
763
- "id": 408,
764
+ "id": 418,
764
765
  "name": "blockingWrap",
765
766
  "kind": 4096,
766
767
  "kindString": "Call signature",
@@ -770,7 +771,7 @@
770
771
  },
771
772
  "typeParameter": [
772
773
  {
773
- "id": 409,
774
+ "id": 419,
774
775
  "name": "T",
775
776
  "kind": 131072,
776
777
  "kindString": "Type parameter",
@@ -779,7 +780,7 @@
779
780
  ],
780
781
  "parameters": [
781
782
  {
782
- "id": 410,
783
+ "id": 420,
783
784
  "name": "observable",
784
785
  "kind": 32768,
785
786
  "kindString": "Parameter",
@@ -789,7 +790,7 @@
789
790
  "typeArguments": [
790
791
  {
791
792
  "type": "reference",
792
- "id": 409,
793
+ "id": 419,
793
794
  "name": "T"
794
795
  }
795
796
  ],
@@ -804,7 +805,7 @@
804
805
  "typeArguments": [
805
806
  {
806
807
  "type": "reference",
807
- "id": 409,
808
+ "id": 419,
808
809
  "name": "T"
809
810
  }
810
811
  ],
@@ -816,7 +817,7 @@
816
817
  ]
817
818
  },
818
819
  {
819
- "id": 403,
820
+ "id": 413,
820
821
  "name": "clearAllPageWaits",
821
822
  "kind": 2048,
822
823
  "kindString": "Method",
@@ -826,13 +827,13 @@
826
827
  "sources": [
827
828
  {
828
829
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
829
- "line": 65,
830
+ "line": 75,
830
831
  "character": 9
831
832
  }
832
833
  ],
833
834
  "signatures": [
834
835
  {
835
- "id": 404,
836
+ "id": 414,
836
837
  "name": "clearAllPageWaits",
837
838
  "kind": 4096,
838
839
  "kindString": "Call signature",
@@ -848,7 +849,7 @@
848
849
  ]
849
850
  },
850
851
  {
851
- "id": 399,
852
+ "id": 409,
852
853
  "name": "endBlockingPageWait",
853
854
  "kind": 2048,
854
855
  "kindString": "Method",
@@ -858,13 +859,13 @@
858
859
  "sources": [
859
860
  {
860
861
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
861
- "line": 50,
862
+ "line": 60,
862
863
  "character": 9
863
864
  }
864
865
  ],
865
866
  "signatures": [
866
867
  {
867
- "id": 400,
868
+ "id": 410,
868
869
  "name": "endBlockingPageWait",
869
870
  "kind": 4096,
870
871
  "kindString": "Call signature",
@@ -880,7 +881,7 @@
880
881
  ]
881
882
  },
882
883
  {
883
- "id": 401,
884
+ "id": 411,
884
885
  "name": "endNonBlockingPageWait",
885
886
  "kind": 2048,
886
887
  "kindString": "Method",
@@ -890,13 +891,13 @@
890
891
  "sources": [
891
892
  {
892
893
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
893
- "line": 58,
894
+ "line": 68,
894
895
  "character": 9
895
896
  }
896
897
  ],
897
898
  "signatures": [
898
899
  {
899
- "id": 402,
900
+ "id": 412,
900
901
  "name": "endNonBlockingPageWait",
901
902
  "kind": 4096,
902
903
  "kindString": "Call signature",
@@ -912,7 +913,7 @@
912
913
  ]
913
914
  },
914
915
  {
915
- "id": 411,
916
+ "id": 421,
916
917
  "name": "nonBlockingWrap",
917
918
  "kind": 2048,
918
919
  "kindString": "Method",
@@ -922,13 +923,13 @@
922
923
  "sources": [
923
924
  {
924
925
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
925
- "line": 96,
926
+ "line": 106,
926
927
  "character": 9
927
928
  }
928
929
  ],
929
930
  "signatures": [
930
931
  {
931
- "id": 412,
932
+ "id": 422,
932
933
  "name": "nonBlockingWrap",
933
934
  "kind": 4096,
934
935
  "kindString": "Call signature",
@@ -938,7 +939,7 @@
938
939
  },
939
940
  "typeParameter": [
940
941
  {
941
- "id": 413,
942
+ "id": 423,
942
943
  "name": "T",
943
944
  "kind": 131072,
944
945
  "kindString": "Type parameter",
@@ -947,7 +948,7 @@
947
948
  ],
948
949
  "parameters": [
949
950
  {
950
- "id": 414,
951
+ "id": 424,
951
952
  "name": "observable",
952
953
  "kind": 32768,
953
954
  "kindString": "Parameter",
@@ -957,7 +958,7 @@
957
958
  "typeArguments": [
958
959
  {
959
960
  "type": "reference",
960
- "id": 413,
961
+ "id": 423,
961
962
  "name": "T"
962
963
  }
963
964
  ],
@@ -972,7 +973,7 @@
972
973
  "typeArguments": [
973
974
  {
974
975
  "type": "reference",
975
- "id": 413,
976
+ "id": 423,
976
977
  "name": "T"
977
978
  }
978
979
  ],
@@ -989,27 +990,27 @@
989
990
  "title": "Constructors",
990
991
  "kind": 512,
991
992
  "children": [
992
- 389
993
+ 395
993
994
  ]
994
995
  },
995
996
  {
996
997
  "title": "Methods",
997
998
  "kind": 2048,
998
999
  "children": [
999
- 395,
1000
- 397,
1000
+ 405,
1001
1001
  407,
1002
- 403,
1003
- 399,
1004
- 401,
1005
- 411
1002
+ 417,
1003
+ 413,
1004
+ 409,
1005
+ 411,
1006
+ 421
1006
1007
  ]
1007
1008
  }
1008
1009
  ],
1009
1010
  "sources": [
1010
1011
  {
1011
1012
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1012
- "line": 20,
1013
+ "line": 24,
1013
1014
  "character": 13
1014
1015
  }
1015
1016
  ]
@@ -1133,7 +1134,7 @@
1133
1134
  ],
1134
1135
  "type": {
1135
1136
  "type": "reference",
1136
- "id": 360,
1137
+ "id": 369,
1137
1138
  "name": "SkyIndicatorIconType"
1138
1139
  },
1139
1140
  "defaultValue": "ALERT_TYPE_DEFAULT"
@@ -1450,7 +1451,7 @@
1450
1451
  "flags": {},
1451
1452
  "type": {
1452
1453
  "type": "reference",
1453
- "id": 359,
1454
+ "id": 368,
1454
1455
  "name": "SkyIndicatorDescriptionType"
1455
1456
  }
1456
1457
  }
@@ -1661,7 +1662,7 @@
1661
1662
  "sources": [
1662
1663
  {
1663
1664
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1664
- "line": 88,
1665
+ "line": 86,
1665
1666
  "character": 2
1666
1667
  }
1667
1668
  ],
@@ -1783,7 +1784,7 @@
1783
1784
  ],
1784
1785
  "type": {
1785
1786
  "type": "reference",
1786
- "id": 360,
1787
+ "id": 369,
1787
1788
  "name": "SkyIndicatorIconType"
1788
1789
  },
1789
1790
  "defaultValue": "INDICATOR_TYPE_DEFAULT"
@@ -1926,7 +1927,7 @@
1926
1927
  },
1927
1928
  "type": {
1928
1929
  "type": "reference",
1929
- "id": 359,
1930
+ "id": 368,
1930
1931
  "name": "SkyIndicatorDescriptionType"
1931
1932
  }
1932
1933
  }
@@ -1956,7 +1957,7 @@
1956
1957
  "flags": {},
1957
1958
  "type": {
1958
1959
  "type": "reference",
1959
- "id": 359,
1960
+ "id": 368,
1960
1961
  "name": "SkyIndicatorDescriptionType"
1961
1962
  }
1962
1963
  }
@@ -2020,7 +2021,7 @@
2020
2021
  "flags": {},
2021
2022
  "type": {
2022
2023
  "type": "reference",
2023
- "id": 360,
2024
+ "id": 369,
2024
2025
  "name": "SkyIndicatorIconType"
2025
2026
  }
2026
2027
  }
@@ -2043,7 +2044,7 @@
2043
2044
  "sources": [
2044
2045
  {
2045
2046
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
2046
- "line": 96,
2047
+ "line": 94,
2047
2048
  "character": 9
2048
2049
  }
2049
2050
  ],
@@ -2485,7 +2486,7 @@
2485
2486
  "sources": [
2486
2487
  {
2487
2488
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2488
- "line": 111,
2489
+ "line": 93,
2489
2490
  "character": 2
2490
2491
  }
2491
2492
  ],
@@ -2518,7 +2519,7 @@
2518
2519
  },
2519
2520
  {
2520
2521
  "id": 179,
2521
- "name": "resourcesService",
2522
+ "name": "resourcesSvc",
2522
2523
  "kind": 32768,
2523
2524
  "kindString": "Parameter",
2524
2525
  "flags": {},
@@ -2537,7 +2538,28 @@
2537
2538
  ]
2538
2539
  },
2539
2540
  {
2540
- "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,
2541
2563
  "name": "dismiss",
2542
2564
  "kind": 1024,
2543
2565
  "kindString": "Property",
@@ -2545,7 +2567,7 @@
2545
2567
  "isPublic": true
2546
2568
  },
2547
2569
  "comment": {
2548
- "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."
2549
2571
  },
2550
2572
  "decorators": [
2551
2573
  {
@@ -2562,7 +2584,7 @@
2562
2584
  "sources": [
2563
2585
  {
2564
2586
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2565
- "line": 81,
2587
+ "line": 74,
2566
2588
  "character": 9
2567
2589
  }
2568
2590
  ],
@@ -2580,8 +2602,50 @@
2580
2602
  },
2581
2603
  "defaultValue": "..."
2582
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
+ },
2583
2626
  {
2584
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,
2585
2649
  "name": "tokenFocus",
2586
2650
  "kind": 1024,
2587
2651
  "kindString": "Property",
@@ -2606,7 +2670,7 @@
2606
2670
  "sources": [
2607
2671
  {
2608
2672
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2609
- "line": 87,
2673
+ "line": 80,
2610
2674
  "character": 9
2611
2675
  }
2612
2676
  ],
@@ -2748,7 +2812,7 @@
2748
2812
  "tags": [
2749
2813
  {
2750
2814
  "tag": "default",
2751
- "text": "true\n"
2815
+ "text": "false\n"
2752
2816
  }
2753
2817
  ]
2754
2818
  },
@@ -2770,7 +2834,7 @@
2770
2834
  "tags": [
2771
2835
  {
2772
2836
  "tag": "default",
2773
- "text": "true\n"
2837
+ "text": "false\n"
2774
2838
  }
2775
2839
  ]
2776
2840
  },
@@ -2817,7 +2881,7 @@
2817
2881
  "sources": [
2818
2882
  {
2819
2883
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2820
- "line": 55,
2884
+ "line": 52,
2821
2885
  "character": 13
2822
2886
  }
2823
2887
  ],
@@ -2829,7 +2893,7 @@
2829
2893
  "kindString": "Get signature",
2830
2894
  "flags": {},
2831
2895
  "comment": {
2832
- "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.",
2833
2897
  "tags": [
2834
2898
  {
2835
2899
  "tag": "default",
@@ -2851,7 +2915,7 @@
2851
2915
  "kindString": "Set signature",
2852
2916
  "flags": {},
2853
2917
  "comment": {
2854
- "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.",
2855
2919
  "tags": [
2856
2920
  {
2857
2921
  "tag": "default",
@@ -2902,35 +2966,13 @@
2902
2966
  "sources": [
2903
2967
  {
2904
2968
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2905
- "line": 69,
2969
+ "line": 66,
2906
2970
  "character": 13
2907
2971
  }
2908
2972
  ],
2909
- "getSignature": [
2910
- {
2911
- "id": 193,
2912
- "name": "focusable",
2913
- "kind": 524288,
2914
- "kindString": "Get signature",
2915
- "flags": {},
2916
- "comment": {
2917
- "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.",
2918
- "tags": [
2919
- {
2920
- "tag": "default",
2921
- "text": "true\n"
2922
- }
2923
- ]
2924
- },
2925
- "type": {
2926
- "type": "intrinsic",
2927
- "name": "boolean"
2928
- }
2929
- }
2930
- ],
2931
2973
  "setSignature": [
2932
2974
  {
2933
- "id": 194,
2975
+ "id": 193,
2934
2976
  "name": "focusable",
2935
2977
  "kind": 1048576,
2936
2978
  "kindString": "Set signature",
@@ -2946,7 +2988,7 @@
2946
2988
  },
2947
2989
  "parameters": [
2948
2990
  {
2949
- "id": 195,
2991
+ "id": 194,
2950
2992
  "name": "value",
2951
2993
  "kind": 32768,
2952
2994
  "kindString": "Parameter",
@@ -2965,7 +3007,7 @@
2965
3007
  ]
2966
3008
  },
2967
3009
  {
2968
- "id": 206,
3010
+ "id": 205,
2969
3011
  "name": "dismissToken",
2970
3012
  "kind": 2048,
2971
3013
  "kindString": "Method",
@@ -2975,20 +3017,20 @@
2975
3017
  "sources": [
2976
3018
  {
2977
3019
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2978
- "line": 116,
3020
+ "line": 100,
2979
3021
  "character": 9
2980
3022
  }
2981
3023
  ],
2982
3024
  "signatures": [
2983
3025
  {
2984
- "id": 207,
3026
+ "id": 206,
2985
3027
  "name": "dismissToken",
2986
3028
  "kind": 4096,
2987
3029
  "kindString": "Call signature",
2988
3030
  "flags": {},
2989
3031
  "parameters": [
2990
3032
  {
2991
- "id": 208,
3033
+ "id": 207,
2992
3034
  "name": "event",
2993
3035
  "kind": 32768,
2994
3036
  "kindString": "Parameter",
@@ -3009,7 +3051,7 @@
3009
3051
  ]
3010
3052
  },
3011
3053
  {
3012
- "id": 209,
3054
+ "id": 208,
3013
3055
  "name": "focusElement",
3014
3056
  "kind": 2048,
3015
3057
  "kindString": "Method",
@@ -3019,13 +3061,13 @@
3019
3061
  "sources": [
3020
3062
  {
3021
3063
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3022
- "line": 121,
3064
+ "line": 105,
3023
3065
  "character": 9
3024
3066
  }
3025
3067
  ],
3026
3068
  "signatures": [
3027
3069
  {
3028
- "id": 210,
3070
+ "id": 209,
3029
3071
  "name": "focusElement",
3030
3072
  "kind": 4096,
3031
3073
  "kindString": "Call signature",
@@ -3038,7 +3080,7 @@
3038
3080
  ]
3039
3081
  },
3040
3082
  {
3041
- "id": 214,
3083
+ "id": 213,
3042
3084
  "name": "setCloseActive",
3043
3085
  "kind": 2048,
3044
3086
  "kindString": "Method",
@@ -3048,20 +3090,20 @@
3048
3090
  "sources": [
3049
3091
  {
3050
3092
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3051
- "line": 129,
3093
+ "line": 113,
3052
3094
  "character": 9
3053
3095
  }
3054
3096
  ],
3055
3097
  "signatures": [
3056
3098
  {
3057
- "id": 215,
3099
+ "id": 214,
3058
3100
  "name": "setCloseActive",
3059
3101
  "kind": 4096,
3060
3102
  "kindString": "Call signature",
3061
3103
  "flags": {},
3062
3104
  "parameters": [
3063
3105
  {
3064
- "id": 216,
3106
+ "id": 215,
3065
3107
  "name": "closeActive",
3066
3108
  "kind": 32768,
3067
3109
  "kindString": "Parameter",
@@ -3080,7 +3122,7 @@
3080
3122
  ]
3081
3123
  },
3082
3124
  {
3083
- "id": 211,
3125
+ "id": 210,
3084
3126
  "name": "setTokenActive",
3085
3127
  "kind": 2048,
3086
3128
  "kindString": "Method",
@@ -3090,20 +3132,20 @@
3090
3132
  "sources": [
3091
3133
  {
3092
3134
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3093
- "line": 125,
3135
+ "line": 109,
3094
3136
  "character": 9
3095
3137
  }
3096
3138
  ],
3097
3139
  "signatures": [
3098
3140
  {
3099
- "id": 212,
3141
+ "id": 211,
3100
3142
  "name": "setTokenActive",
3101
3143
  "kind": 4096,
3102
3144
  "kindString": "Call signature",
3103
3145
  "flags": {},
3104
3146
  "parameters": [
3105
3147
  {
3106
- "id": 213,
3148
+ "id": 212,
3107
3149
  "name": "tokenActive",
3108
3150
  "kind": 32768,
3109
3151
  "kindString": "Parameter",
@@ -3134,8 +3176,11 @@
3134
3176
  "title": "Properties",
3135
3177
  "kind": 1024,
3136
3178
  "children": [
3137
- 196,
3138
- 197
3179
+ 198,
3180
+ 195,
3181
+ 199,
3182
+ 197,
3183
+ 196
3139
3184
  ]
3140
3185
  },
3141
3186
  {
@@ -3152,10 +3197,10 @@
3152
3197
  "title": "Methods",
3153
3198
  "kind": 2048,
3154
3199
  "children": [
3155
- 206,
3156
- 209,
3157
- 214,
3158
- 211
3200
+ 205,
3201
+ 208,
3202
+ 213,
3203
+ 210
3159
3204
  ]
3160
3205
  }
3161
3206
  ],
@@ -3168,11 +3213,14 @@
3168
3213
  ]
3169
3214
  },
3170
3215
  {
3171
- "id": 220,
3216
+ "id": 218,
3172
3217
  "name": "SkyTokensComponent",
3173
3218
  "kind": 128,
3174
3219
  "kindString": "Class",
3175
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
+ },
3176
3224
  "decorators": [
3177
3225
  {
3178
3226
  "name": "Component",
@@ -3189,7 +3237,7 @@
3189
3237
  ],
3190
3238
  "children": [
3191
3239
  {
3192
- "id": 221,
3240
+ "id": 219,
3193
3241
  "name": "constructor",
3194
3242
  "kind": 512,
3195
3243
  "kindString": "Constructor",
@@ -3197,20 +3245,20 @@
3197
3245
  "sources": [
3198
3246
  {
3199
3247
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3200
- "line": 214,
3248
+ "line": 222,
3201
3249
  "character": 2
3202
3250
  }
3203
3251
  ],
3204
3252
  "signatures": [
3205
3253
  {
3206
- "id": 222,
3254
+ "id": 220,
3207
3255
  "name": "SkyTokensComponent",
3208
3256
  "kind": 16384,
3209
3257
  "kindString": "Constructor signature",
3210
3258
  "flags": {},
3211
3259
  "parameters": [
3212
3260
  {
3213
- "id": 223,
3261
+ "id": 221,
3214
3262
  "name": "changeDetector",
3215
3263
  "kind": 32768,
3216
3264
  "kindString": "Parameter",
@@ -3225,14 +3273,14 @@
3225
3273
  ],
3226
3274
  "type": {
3227
3275
  "type": "reference",
3228
- "id": 220,
3276
+ "id": 218,
3229
3277
  "name": "SkyTokensComponent"
3230
3278
  }
3231
3279
  }
3232
3280
  ]
3233
3281
  },
3234
3282
  {
3235
- "id": 249,
3283
+ "id": 247,
3236
3284
  "name": "focusIndexOverRange",
3237
3285
  "kind": 1024,
3238
3286
  "kindString": "Property",
@@ -3257,7 +3305,7 @@
3257
3305
  "sources": [
3258
3306
  {
3259
3307
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3260
- "line": 153,
3308
+ "line": 164,
3261
3309
  "character": 9
3262
3310
  }
3263
3311
  ],
@@ -3276,7 +3324,7 @@
3276
3324
  "defaultValue": "..."
3277
3325
  },
3278
3326
  {
3279
- "id": 250,
3327
+ "id": 248,
3280
3328
  "name": "focusIndexUnderRange",
3281
3329
  "kind": 1024,
3282
3330
  "kindString": "Property",
@@ -3284,7 +3332,7 @@
3284
3332
  "isPublic": true
3285
3333
  },
3286
3334
  "comment": {
3287
- "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."
3288
3336
  },
3289
3337
  "decorators": [
3290
3338
  {
@@ -3301,7 +3349,7 @@
3301
3349
  "sources": [
3302
3350
  {
3303
3351
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3304
- "line": 160,
3352
+ "line": 171,
3305
3353
  "character": 9
3306
3354
  }
3307
3355
  ],
@@ -3320,7 +3368,50 @@
3320
3368
  "defaultValue": "..."
3321
3369
  },
3322
3370
  {
3323
- "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,
3324
3415
  "name": "tokenSelected",
3325
3416
  "kind": 1024,
3326
3417
  "kindString": "Property",
@@ -3345,7 +3436,7 @@
3345
3436
  "sources": [
3346
3437
  {
3347
3438
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3348
- "line": 166,
3439
+ "line": 177,
3349
3440
  "character": 9
3350
3441
  }
3351
3442
  ],
@@ -3354,7 +3445,7 @@
3354
3445
  "typeArguments": [
3355
3446
  {
3356
3447
  "type": "reference",
3357
- "id": 372,
3448
+ "id": 381,
3358
3449
  "name": "SkyTokenSelectedEventArgs"
3359
3450
  }
3360
3451
  ],
@@ -3365,7 +3456,7 @@
3365
3456
  "defaultValue": "..."
3366
3457
  },
3367
3458
  {
3368
- "id": 252,
3459
+ "id": 250,
3369
3460
  "name": "tokensChange",
3370
3461
  "kind": 1024,
3371
3462
  "kindString": "Property",
@@ -3390,7 +3481,7 @@
3390
3481
  "sources": [
3391
3482
  {
3392
3483
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3393
- "line": 173,
3484
+ "line": 184,
3394
3485
  "character": 9
3395
3486
  }
3396
3487
  ],
@@ -3401,7 +3492,7 @@
3401
3492
  "type": "array",
3402
3493
  "elementType": {
3403
3494
  "type": "reference",
3404
- "id": 370,
3495
+ "id": 379,
3405
3496
  "name": "SkyToken"
3406
3497
  }
3407
3498
  }
@@ -3413,7 +3504,7 @@
3413
3504
  "defaultValue": "..."
3414
3505
  },
3415
3506
  {
3416
- "id": 257,
3507
+ "id": 255,
3417
3508
  "name": "trackTokenFn",
3418
3509
  "kind": 1024,
3419
3510
  "kindString": "Property",
@@ -3423,64 +3514,26 @@
3423
3514
  "sources": [
3424
3515
  {
3425
3516
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3426
- "line": 198,
3517
+ "line": 204,
3427
3518
  "character": 9
3428
3519
  }
3429
3520
  ],
3430
3521
  "type": {
3431
- "type": "reflection",
3432
- "declaration": {
3433
- "id": 258,
3434
- "name": "__type",
3435
- "kind": 65536,
3436
- "kindString": "Type literal",
3437
- "flags": {},
3438
- "signatures": [
3439
- {
3440
- "id": 259,
3441
- "name": "__type",
3442
- "kind": 4096,
3443
- "kindString": "Call signature",
3444
- "flags": {},
3445
- "comment": {
3446
- "shortText": "internal"
3447
- },
3448
- "parameters": [
3449
- {
3450
- "id": 260,
3451
- "name": "index",
3452
- "kind": 32768,
3453
- "kindString": "Parameter",
3454
- "flags": {},
3455
- "type": {
3456
- "type": "intrinsic",
3457
- "name": "number"
3458
- }
3459
- },
3460
- {
3461
- "id": 261,
3462
- "name": "item",
3463
- "kind": 32768,
3464
- "kindString": "Parameter",
3465
- "flags": {},
3466
- "type": {
3467
- "type": "reference",
3468
- "id": 370,
3469
- "name": "SkyToken"
3470
- }
3471
- }
3472
- ],
3473
- "type": {
3474
- "type": "intrinsic",
3475
- "name": "any"
3476
- }
3477
- }
3478
- ]
3479
- }
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"
3480
3533
  }
3481
3534
  },
3482
3535
  {
3483
- "id": 236,
3536
+ "id": 234,
3484
3537
  "name": "trackWith",
3485
3538
  "kind": 1024,
3486
3539
  "kindString": "Property",
@@ -3505,7 +3558,7 @@
3505
3558
  "sources": [
3506
3559
  {
3507
3560
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3508
- "line": 104,
3561
+ "line": 111,
3509
3562
  "character": 9
3510
3563
  }
3511
3564
  ],
@@ -3515,7 +3568,62 @@
3515
3568
  }
3516
3569
  },
3517
3570
  {
3518
- "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,
3519
3627
  "name": "disabled",
3520
3628
  "kind": 262144,
3521
3629
  "kindString": "Accessor",
@@ -3537,13 +3645,13 @@
3537
3645
  "sources": [
3538
3646
  {
3539
3647
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3540
- "line": 64,
3648
+ "line": 72,
3541
3649
  "character": 13
3542
3650
  }
3543
3651
  ],
3544
3652
  "getSignature": [
3545
3653
  {
3546
- "id": 225,
3654
+ "id": 223,
3547
3655
  "name": "disabled",
3548
3656
  "kind": 524288,
3549
3657
  "kindString": "Get signature",
@@ -3565,7 +3673,7 @@
3565
3673
  ],
3566
3674
  "setSignature": [
3567
3675
  {
3568
- "id": 226,
3676
+ "id": 224,
3569
3677
  "name": "disabled",
3570
3678
  "kind": 1048576,
3571
3679
  "kindString": "Set signature",
@@ -3581,7 +3689,7 @@
3581
3689
  },
3582
3690
  "parameters": [
3583
3691
  {
3584
- "id": 227,
3692
+ "id": 225,
3585
3693
  "name": "value",
3586
3694
  "kind": 32768,
3587
3695
  "kindString": "Parameter",
@@ -3600,7 +3708,7 @@
3600
3708
  ]
3601
3709
  },
3602
3710
  {
3603
- "id": 228,
3711
+ "id": 226,
3604
3712
  "name": "dismissible",
3605
3713
  "kind": 262144,
3606
3714
  "kindString": "Accessor",
@@ -3622,19 +3730,19 @@
3622
3730
  "sources": [
3623
3731
  {
3624
3732
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3625
- "line": 78,
3733
+ "line": 85,
3626
3734
  "character": 13
3627
3735
  }
3628
3736
  ],
3629
3737
  "getSignature": [
3630
3738
  {
3631
- "id": 229,
3739
+ "id": 227,
3632
3740
  "name": "dismissible",
3633
3741
  "kind": 524288,
3634
3742
  "kindString": "Get signature",
3635
3743
  "flags": {},
3636
3744
  "comment": {
3637
- "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.",
3638
3746
  "tags": [
3639
3747
  {
3640
3748
  "tag": "default",
@@ -3650,13 +3758,13 @@
3650
3758
  ],
3651
3759
  "setSignature": [
3652
3760
  {
3653
- "id": 230,
3761
+ "id": 228,
3654
3762
  "name": "dismissible",
3655
3763
  "kind": 1048576,
3656
3764
  "kindString": "Set signature",
3657
3765
  "flags": {},
3658
3766
  "comment": {
3659
- "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.",
3660
3768
  "tags": [
3661
3769
  {
3662
3770
  "tag": "default",
@@ -3666,7 +3774,7 @@
3666
3774
  },
3667
3775
  "parameters": [
3668
3776
  {
3669
- "id": 231,
3777
+ "id": 229,
3670
3778
  "name": "value",
3671
3779
  "kind": 32768,
3672
3780
  "kindString": "Parameter",
@@ -3685,7 +3793,7 @@
3685
3793
  ]
3686
3794
  },
3687
3795
  {
3688
- "id": 232,
3796
+ "id": 230,
3689
3797
  "name": "displayWith",
3690
3798
  "kind": 262144,
3691
3799
  "kindString": "Accessor",
@@ -3707,13 +3815,13 @@
3707
3815
  "sources": [
3708
3816
  {
3709
3817
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3710
- "line": 91,
3818
+ "line": 98,
3711
3819
  "character": 13
3712
3820
  }
3713
3821
  ],
3714
3822
  "getSignature": [
3715
3823
  {
3716
- "id": 233,
3824
+ "id": 231,
3717
3825
  "name": "displayWith",
3718
3826
  "kind": 524288,
3719
3827
  "kindString": "Get signature",
@@ -3735,7 +3843,7 @@
3735
3843
  ],
3736
3844
  "setSignature": [
3737
3845
  {
3738
- "id": 234,
3846
+ "id": 232,
3739
3847
  "name": "displayWith",
3740
3848
  "kind": 1048576,
3741
3849
  "kindString": "Set signature",
@@ -3751,7 +3859,7 @@
3751
3859
  },
3752
3860
  "parameters": [
3753
3861
  {
3754
- "id": 235,
3862
+ "id": 233,
3755
3863
  "name": "value",
3756
3864
  "kind": 32768,
3757
3865
  "kindString": "Parameter",
@@ -3770,7 +3878,7 @@
3770
3878
  ]
3771
3879
  },
3772
3880
  {
3773
- "id": 237,
3881
+ "id": 235,
3774
3882
  "name": "focusable",
3775
3883
  "kind": 262144,
3776
3884
  "kindString": "Accessor",
@@ -3792,13 +3900,13 @@
3792
3900
  "sources": [
3793
3901
  {
3794
3902
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3795
- "line": 113,
3903
+ "line": 120,
3796
3904
  "character": 13
3797
3905
  }
3798
3906
  ],
3799
3907
  "getSignature": [
3800
3908
  {
3801
- "id": 238,
3909
+ "id": 236,
3802
3910
  "name": "focusable",
3803
3911
  "kind": 524288,
3804
3912
  "kindString": "Get signature",
@@ -3820,7 +3928,7 @@
3820
3928
  ],
3821
3929
  "setSignature": [
3822
3930
  {
3823
- "id": 239,
3931
+ "id": 237,
3824
3932
  "name": "focusable",
3825
3933
  "kind": 1048576,
3826
3934
  "kindString": "Set signature",
@@ -3836,7 +3944,7 @@
3836
3944
  },
3837
3945
  "parameters": [
3838
3946
  {
3839
- "id": 240,
3947
+ "id": 238,
3840
3948
  "name": "value",
3841
3949
  "kind": 32768,
3842
3950
  "kindString": "Parameter",
@@ -3855,7 +3963,7 @@
3855
3963
  ]
3856
3964
  },
3857
3965
  {
3858
- "id": 245,
3966
+ "id": 243,
3859
3967
  "name": "messageStream",
3860
3968
  "kind": 262144,
3861
3969
  "kindString": "Accessor",
@@ -3877,13 +3985,13 @@
3877
3985
  "sources": [
3878
3986
  {
3879
3987
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3880
- "line": 139,
3988
+ "line": 150,
3881
3989
  "character": 13
3882
3990
  }
3883
3991
  ],
3884
3992
  "getSignature": [
3885
3993
  {
3886
- "id": 246,
3994
+ "id": 244,
3887
3995
  "name": "messageStream",
3888
3996
  "kind": 524288,
3889
3997
  "kindString": "Get signature",
@@ -3896,7 +4004,7 @@
3896
4004
  "typeArguments": [
3897
4005
  {
3898
4006
  "type": "reference",
3899
- "id": 374,
4007
+ "id": 383,
3900
4008
  "name": "SkyTokensMessage"
3901
4009
  }
3902
4010
  ],
@@ -3908,7 +4016,7 @@
3908
4016
  ],
3909
4017
  "setSignature": [
3910
4018
  {
3911
- "id": 247,
4019
+ "id": 245,
3912
4020
  "name": "messageStream",
3913
4021
  "kind": 1048576,
3914
4022
  "kindString": "Set signature",
@@ -3918,7 +4026,7 @@
3918
4026
  },
3919
4027
  "parameters": [
3920
4028
  {
3921
- "id": 248,
4029
+ "id": 246,
3922
4030
  "name": "value",
3923
4031
  "kind": 32768,
3924
4032
  "kindString": "Parameter",
@@ -3928,7 +4036,7 @@
3928
4036
  "typeArguments": [
3929
4037
  {
3930
4038
  "type": "reference",
3931
- "id": 374,
4039
+ "id": 383,
3932
4040
  "name": "SkyTokensMessage"
3933
4041
  }
3934
4042
  ],
@@ -3946,7 +4054,7 @@
3946
4054
  ]
3947
4055
  },
3948
4056
  {
3949
- "id": 241,
4057
+ "id": 239,
3950
4058
  "name": "tokens",
3951
4059
  "kind": 262144,
3952
4060
  "kindString": "Accessor",
@@ -3968,13 +4076,13 @@
3968
4076
  "sources": [
3969
4077
  {
3970
4078
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3971
- "line": 125,
4079
+ "line": 132,
3972
4080
  "character": 13
3973
4081
  }
3974
4082
  ],
3975
4083
  "getSignature": [
3976
4084
  {
3977
- "id": 242,
4085
+ "id": 240,
3978
4086
  "name": "tokens",
3979
4087
  "kind": 524288,
3980
4088
  "kindString": "Get signature",
@@ -3986,7 +4094,7 @@
3986
4094
  "type": "array",
3987
4095
  "elementType": {
3988
4096
  "type": "reference",
3989
- "id": 370,
4097
+ "id": 379,
3990
4098
  "name": "SkyToken"
3991
4099
  }
3992
4100
  }
@@ -3994,7 +4102,7 @@
3994
4102
  ],
3995
4103
  "setSignature": [
3996
4104
  {
3997
- "id": 243,
4105
+ "id": 241,
3998
4106
  "name": "tokens",
3999
4107
  "kind": 1048576,
4000
4108
  "kindString": "Set signature",
@@ -4004,7 +4112,7 @@
4004
4112
  },
4005
4113
  "parameters": [
4006
4114
  {
4007
- "id": 244,
4115
+ "id": 242,
4008
4116
  "name": "value",
4009
4117
  "kind": 32768,
4010
4118
  "kindString": "Parameter",
@@ -4013,7 +4121,7 @@
4013
4121
  "type": "array",
4014
4122
  "elementType": {
4015
4123
  "type": "reference",
4016
- "id": 370,
4124
+ "id": 379,
4017
4125
  "name": "SkyToken"
4018
4126
  }
4019
4127
  }
@@ -4027,7 +4135,7 @@
4027
4135
  ]
4028
4136
  },
4029
4137
  {
4030
- "id": 272,
4138
+ "id": 267,
4031
4139
  "name": "ngOnDestroy",
4032
4140
  "kind": 2048,
4033
4141
  "kindString": "Method",
@@ -4037,13 +4145,13 @@
4037
4145
  "sources": [
4038
4146
  {
4039
4147
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4040
- "line": 227,
4148
+ "line": 237,
4041
4149
  "character": 9
4042
4150
  }
4043
4151
  ],
4044
4152
  "signatures": [
4045
4153
  {
4046
- "id": 273,
4154
+ "id": 268,
4047
4155
  "name": "ngOnDestroy",
4048
4156
  "kind": 4096,
4049
4157
  "kindString": "Call signature",
@@ -4064,7 +4172,7 @@
4064
4172
  }
4065
4173
  },
4066
4174
  {
4067
- "id": 274,
4175
+ "id": 269,
4068
4176
  "name": "onTokenClick",
4069
4177
  "kind": 2048,
4070
4178
  "kindString": "Method",
@@ -4074,27 +4182,27 @@
4074
4182
  "sources": [
4075
4183
  {
4076
4184
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4077
- "line": 232,
4185
+ "line": 242,
4078
4186
  "character": 9
4079
4187
  }
4080
4188
  ],
4081
4189
  "signatures": [
4082
4190
  {
4083
- "id": 275,
4191
+ "id": 270,
4084
4192
  "name": "onTokenClick",
4085
4193
  "kind": 4096,
4086
4194
  "kindString": "Call signature",
4087
4195
  "flags": {},
4088
4196
  "parameters": [
4089
4197
  {
4090
- "id": 276,
4198
+ "id": 271,
4091
4199
  "name": "token",
4092
4200
  "kind": 32768,
4093
4201
  "kindString": "Parameter",
4094
4202
  "flags": {},
4095
4203
  "type": {
4096
4204
  "type": "reference",
4097
- "id": 370,
4205
+ "id": 379,
4098
4206
  "name": "SkyToken"
4099
4207
  }
4100
4208
  }
@@ -4107,7 +4215,7 @@
4107
4215
  ]
4108
4216
  },
4109
4217
  {
4110
- "id": 277,
4218
+ "id": 272,
4111
4219
  "name": "onTokenKeyDown",
4112
4220
  "kind": 2048,
4113
4221
  "kindString": "Method",
@@ -4117,20 +4225,20 @@
4117
4225
  "sources": [
4118
4226
  {
4119
4227
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4120
- "line": 240,
4228
+ "line": 250,
4121
4229
  "character": 9
4122
4230
  }
4123
4231
  ],
4124
4232
  "signatures": [
4125
4233
  {
4126
- "id": 278,
4234
+ "id": 273,
4127
4235
  "name": "onTokenKeyDown",
4128
4236
  "kind": 4096,
4129
4237
  "kindString": "Call signature",
4130
4238
  "flags": {},
4131
4239
  "parameters": [
4132
4240
  {
4133
- "id": 279,
4241
+ "id": 274,
4134
4242
  "name": "event",
4135
4243
  "kind": 32768,
4136
4244
  "kindString": "Parameter",
@@ -4151,7 +4259,7 @@
4151
4259
  ]
4152
4260
  },
4153
4261
  {
4154
- "id": 283,
4262
+ "id": 278,
4155
4263
  "name": "removeToken",
4156
4264
  "kind": 2048,
4157
4265
  "kindString": "Method",
@@ -4161,27 +4269,27 @@
4161
4269
  "sources": [
4162
4270
  {
4163
4271
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4164
- "line": 268,
4272
+ "line": 278,
4165
4273
  "character": 9
4166
4274
  }
4167
4275
  ],
4168
4276
  "signatures": [
4169
4277
  {
4170
- "id": 284,
4278
+ "id": 279,
4171
4279
  "name": "removeToken",
4172
4280
  "kind": 4096,
4173
4281
  "kindString": "Call signature",
4174
4282
  "flags": {},
4175
4283
  "parameters": [
4176
4284
  {
4177
- "id": 285,
4285
+ "id": 280,
4178
4286
  "name": "token",
4179
4287
  "kind": 32768,
4180
4288
  "kindString": "Parameter",
4181
4289
  "flags": {},
4182
4290
  "type": {
4183
4291
  "type": "reference",
4184
- "id": 370,
4292
+ "id": 379,
4185
4293
  "name": "SkyToken"
4186
4294
  }
4187
4295
  }
@@ -4194,7 +4302,7 @@
4194
4302
  ]
4195
4303
  },
4196
4304
  {
4197
- "id": 280,
4305
+ "id": 275,
4198
4306
  "name": "selectToken",
4199
4307
  "kind": 2048,
4200
4308
  "kindString": "Method",
@@ -4204,27 +4312,27 @@
4204
4312
  "sources": [
4205
4313
  {
4206
4314
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4207
- "line": 262,
4315
+ "line": 272,
4208
4316
  "character": 9
4209
4317
  }
4210
4318
  ],
4211
4319
  "signatures": [
4212
4320
  {
4213
- "id": 281,
4321
+ "id": 276,
4214
4322
  "name": "selectToken",
4215
4323
  "kind": 4096,
4216
4324
  "kindString": "Call signature",
4217
4325
  "flags": {},
4218
4326
  "parameters": [
4219
4327
  {
4220
- "id": 282,
4328
+ "id": 277,
4221
4329
  "name": "token",
4222
4330
  "kind": 32768,
4223
4331
  "kindString": "Parameter",
4224
4332
  "flags": {},
4225
4333
  "type": {
4226
4334
  "type": "reference",
4227
- "id": 370,
4335
+ "id": 379,
4228
4336
  "name": "SkyToken"
4229
4337
  }
4230
4338
  }
@@ -4242,49 +4350,51 @@
4242
4350
  "title": "Constructors",
4243
4351
  "kind": 512,
4244
4352
  "children": [
4245
- 221
4353
+ 219
4246
4354
  ]
4247
4355
  },
4248
4356
  {
4249
4357
  "title": "Properties",
4250
4358
  "kind": 1024,
4251
4359
  "children": [
4360
+ 247,
4361
+ 248,
4362
+ 261,
4252
4363
  249,
4253
4364
  250,
4254
- 251,
4255
- 252,
4256
- 257,
4257
- 236
4365
+ 255,
4366
+ 234
4258
4367
  ]
4259
4368
  },
4260
4369
  {
4261
4370
  "title": "Accessors",
4262
4371
  "kind": 262144,
4263
4372
  "children": [
4264
- 224,
4265
- 228,
4266
- 232,
4267
- 237,
4268
- 245,
4269
- 241
4373
+ 251,
4374
+ 222,
4375
+ 226,
4376
+ 230,
4377
+ 235,
4378
+ 243,
4379
+ 239
4270
4380
  ]
4271
4381
  },
4272
4382
  {
4273
4383
  "title": "Methods",
4274
4384
  "kind": 2048,
4275
4385
  "children": [
4386
+ 267,
4387
+ 269,
4276
4388
  272,
4277
- 274,
4278
- 277,
4279
- 283,
4280
- 280
4389
+ 278,
4390
+ 275
4281
4391
  ]
4282
4392
  }
4283
4393
  ],
4284
4394
  "sources": [
4285
4395
  {
4286
4396
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4287
- "line": 56,
4397
+ "line": 64,
4288
4398
  "character": 13
4289
4399
  }
4290
4400
  ],
@@ -4298,7 +4408,7 @@
4298
4408
  ]
4299
4409
  },
4300
4410
  {
4301
- "id": 301,
4411
+ "id": 296,
4302
4412
  "name": "SkyWaitComponent",
4303
4413
  "kind": 128,
4304
4414
  "kindString": "Class",
@@ -4319,7 +4429,7 @@
4319
4429
  ],
4320
4430
  "children": [
4321
4431
  {
4322
- "id": 302,
4432
+ "id": 297,
4323
4433
  "name": "constructor",
4324
4434
  "kind": 512,
4325
4435
  "kindString": "Constructor",
@@ -4327,20 +4437,20 @@
4327
4437
  "sources": [
4328
4438
  {
4329
4439
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4330
- "line": 91,
4440
+ "line": 120,
4331
4441
  "character": 2
4332
4442
  }
4333
4443
  ],
4334
4444
  "signatures": [
4335
4445
  {
4336
- "id": 303,
4446
+ "id": 298,
4337
4447
  "name": "SkyWaitComponent",
4338
4448
  "kind": 16384,
4339
4449
  "kindString": "Constructor signature",
4340
4450
  "flags": {},
4341
4451
  "parameters": [
4342
4452
  {
4343
- "id": 304,
4453
+ "id": 299,
4344
4454
  "name": "elRef",
4345
4455
  "kind": 32768,
4346
4456
  "kindString": "Parameter",
@@ -4359,7 +4469,7 @@
4359
4469
  }
4360
4470
  },
4361
4471
  {
4362
- "id": 305,
4472
+ "id": 300,
4363
4473
  "name": "adapterService",
4364
4474
  "kind": 32768,
4365
4475
  "kindString": "Parameter",
@@ -4370,8 +4480,8 @@
4370
4480
  }
4371
4481
  },
4372
4482
  {
4373
- "id": 306,
4374
- "name": "resourceService",
4483
+ "id": 301,
4484
+ "name": "resourceSvc",
4375
4485
  "kind": 32768,
4376
4486
  "kindString": "Parameter",
4377
4487
  "flags": {},
@@ -4395,59 +4505,24 @@
4395
4505
  ],
4396
4506
  "type": {
4397
4507
  "type": "reference",
4398
- "id": 301,
4508
+ "id": 296,
4399
4509
  "name": "SkyWaitComponent"
4400
4510
  }
4401
4511
  }
4402
4512
  ]
4403
4513
  },
4404
4514
  {
4405
- "id": 307,
4406
- "name": "ariaLabel",
4515
+ "id": 317,
4516
+ "name": "ariaLabelStream",
4407
4517
  "kind": 1024,
4408
4518
  "kindString": "Property",
4409
4519
  "flags": {
4410
4520
  "isPublic": true
4411
4521
  },
4412
- "comment": {
4413
- "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.\""
4414
- },
4415
- "decorators": [
4416
- {
4417
- "name": "Input",
4418
- "type": {
4419
- "type": "reference",
4420
- "qualifiedName": "InputDecorator",
4421
- "package": "@angular/core",
4422
- "name": "Input"
4423
- },
4424
- "arguments": {}
4425
- }
4426
- ],
4427
4522
  "sources": [
4428
4523
  {
4429
4524
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4430
- "line": 26,
4431
- "character": 9
4432
- }
4433
- ],
4434
- "type": {
4435
- "type": "intrinsic",
4436
- "name": "string"
4437
- }
4438
- },
4439
- {
4440
- "id": 317,
4441
- "name": "ariaLabelStream",
4442
- "kind": 1024,
4443
- "kindString": "Property",
4444
- "flags": {
4445
- "isPublic": true
4446
- },
4447
- "sources": [
4448
- {
4449
- "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4450
- "line": 85,
4525
+ "line": 106,
4451
4526
  "character": 9
4452
4527
  }
4453
4528
  ],
@@ -4466,22 +4541,13 @@
4466
4541
  "defaultValue": "..."
4467
4542
  },
4468
4543
  {
4469
- "id": 316,
4470
- "name": "isNonBlocking",
4471
- "kind": 1024,
4472
- "kindString": "Property",
4544
+ "id": 302,
4545
+ "name": "ariaLabel",
4546
+ "kind": 262144,
4547
+ "kindString": "Accessor",
4473
4548
  "flags": {
4474
4549
  "isPublic": true
4475
4550
  },
4476
- "comment": {
4477
- "shortText": "When set to `true`, wait indication appears in the bottom left corner of the element\ninstead of hiding the entire parent element.",
4478
- "tags": [
4479
- {
4480
- "tag": "default",
4481
- "text": "false\n"
4482
- }
4483
- ]
4484
- },
4485
4551
  "decorators": [
4486
4552
  {
4487
4553
  "name": "Input",
@@ -4497,17 +4563,42 @@
4497
4563
  "sources": [
4498
4564
  {
4499
4565
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4500
- "line": 83,
4501
- "character": 9
4566
+ "line": 34,
4567
+ "character": 13
4502
4568
  }
4503
4569
  ],
4504
- "type": {
4505
- "type": "intrinsic",
4506
- "name": "boolean"
4507
- }
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
+ ]
4508
4599
  },
4509
4600
  {
4510
- "id": 312,
4601
+ "id": 309,
4511
4602
  "name": "isFullPage",
4512
4603
  "kind": 262144,
4513
4604
  "kindString": "Accessor",
@@ -4529,13 +4620,13 @@
4529
4620
  "sources": [
4530
4621
  {
4531
4622
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4532
- "line": 62,
4623
+ "line": 75,
4533
4624
  "character": 13
4534
4625
  }
4535
4626
  ],
4536
4627
  "getSignature": [
4537
4628
  {
4538
- "id": 313,
4629
+ "id": 310,
4539
4630
  "name": "isFullPage",
4540
4631
  "kind": 524288,
4541
4632
  "kindString": "Get signature",
@@ -4557,7 +4648,7 @@
4557
4648
  ],
4558
4649
  "setSignature": [
4559
4650
  {
4560
- "id": 314,
4651
+ "id": 311,
4561
4652
  "name": "isFullPage",
4562
4653
  "kind": 1048576,
4563
4654
  "kindString": "Set signature",
@@ -4573,7 +4664,7 @@
4573
4664
  },
4574
4665
  "parameters": [
4575
4666
  {
4576
- "id": 315,
4667
+ "id": 312,
4577
4668
  "name": "value",
4578
4669
  "kind": 32768,
4579
4670
  "kindString": "Parameter",
@@ -4592,7 +4683,92 @@
4592
4683
  ]
4593
4684
  },
4594
4685
  {
4595
- "id": 308,
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,
4753
+ "name": "value",
4754
+ "kind": 32768,
4755
+ "kindString": "Parameter",
4756
+ "flags": {},
4757
+ "type": {
4758
+ "type": "intrinsic",
4759
+ "name": "boolean"
4760
+ }
4761
+ }
4762
+ ],
4763
+ "type": {
4764
+ "type": "intrinsic",
4765
+ "name": "void"
4766
+ }
4767
+ }
4768
+ ]
4769
+ },
4770
+ {
4771
+ "id": 305,
4596
4772
  "name": "isWaiting",
4597
4773
  "kind": 262144,
4598
4774
  "kindString": "Accessor",
@@ -4614,13 +4790,13 @@
4614
4790
  "sources": [
4615
4791
  {
4616
4792
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4617
- "line": 32,
4793
+ "line": 43,
4618
4794
  "character": 13
4619
4795
  }
4620
4796
  ],
4621
4797
  "getSignature": [
4622
4798
  {
4623
- "id": 309,
4799
+ "id": 306,
4624
4800
  "name": "isWaiting",
4625
4801
  "kind": 524288,
4626
4802
  "kindString": "Get signature",
@@ -4636,7 +4812,7 @@
4636
4812
  ],
4637
4813
  "setSignature": [
4638
4814
  {
4639
- "id": 310,
4815
+ "id": 307,
4640
4816
  "name": "isWaiting",
4641
4817
  "kind": 1048576,
4642
4818
  "kindString": "Set signature",
@@ -4646,7 +4822,7 @@
4646
4822
  },
4647
4823
  "parameters": [
4648
4824
  {
4649
- "id": 311,
4825
+ "id": 308,
4650
4826
  "name": "value",
4651
4827
  "kind": 32768,
4652
4828
  "kindString": "Parameter",
@@ -4665,7 +4841,44 @@
4665
4841
  ]
4666
4842
  },
4667
4843
  {
4668
- "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,
4669
4882
  "name": "ngOnInit",
4670
4883
  "kind": 2048,
4671
4884
  "kindString": "Method",
@@ -4675,13 +4888,13 @@
4675
4888
  "sources": [
4676
4889
  {
4677
4890
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4678
- "line": 97,
4891
+ "line": 132,
4679
4892
  "character": 9
4680
4893
  }
4681
4894
  ],
4682
4895
  "signatures": [
4683
4896
  {
4684
- "id": 322,
4897
+ "id": 328,
4685
4898
  "name": "ngOnInit",
4686
4899
  "kind": 4096,
4687
4900
  "kindString": "Call signature",
@@ -4707,38 +4920,39 @@
4707
4920
  "title": "Constructors",
4708
4921
  "kind": 512,
4709
4922
  "children": [
4710
- 302
4923
+ 297
4711
4924
  ]
4712
4925
  },
4713
4926
  {
4714
4927
  "title": "Properties",
4715
4928
  "kind": 1024,
4716
4929
  "children": [
4717
- 307,
4718
- 317,
4719
- 316
4930
+ 317
4720
4931
  ]
4721
4932
  },
4722
4933
  {
4723
4934
  "title": "Accessors",
4724
4935
  "kind": 262144,
4725
4936
  "children": [
4726
- 312,
4727
- 308
4937
+ 302,
4938
+ 309,
4939
+ 313,
4940
+ 305
4728
4941
  ]
4729
4942
  },
4730
4943
  {
4731
4944
  "title": "Methods",
4732
4945
  "kind": 2048,
4733
4946
  "children": [
4734
- 321
4947
+ 329,
4948
+ 327
4735
4949
  ]
4736
4950
  }
4737
4951
  ],
4738
4952
  "sources": [
4739
4953
  {
4740
4954
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4741
- "line": 16,
4955
+ "line": 24,
4742
4956
  "character": 13
4743
4957
  }
4744
4958
  ],
@@ -4748,6 +4962,12 @@
4748
4962
  "qualifiedName": "OnInit",
4749
4963
  "package": "@angular/core",
4750
4964
  "name": "OnInit"
4965
+ },
4966
+ {
4967
+ "type": "reference",
4968
+ "qualifiedName": "OnDestroy",
4969
+ "package": "@angular/core",
4970
+ "name": "OnDestroy"
4751
4971
  }
4752
4972
  ]
4753
4973
  },
@@ -5018,10 +5238,9 @@
5018
5238
  ],
5019
5239
  "type": {
5020
5240
  "type": "reference",
5021
- "id": 350,
5241
+ "id": 358,
5022
5242
  "name": "SkyIconType"
5023
- },
5024
- "defaultValue": "'fa'"
5243
+ }
5025
5244
  },
5026
5245
  {
5027
5246
  "id": 65,
@@ -5090,7 +5309,7 @@
5090
5309
  ],
5091
5310
  "type": {
5092
5311
  "type": "reference",
5093
- "id": 351,
5312
+ "id": 359,
5094
5313
  "name": "SkyIconVariantType"
5095
5314
  }
5096
5315
  }
@@ -5270,7 +5489,7 @@
5270
5489
  "sources": [
5271
5490
  {
5272
5491
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5273
- "line": 16,
5492
+ "line": 18,
5274
5493
  "character": 9
5275
5494
  }
5276
5495
  ],
@@ -5300,7 +5519,7 @@
5300
5519
  "sources": [
5301
5520
  {
5302
5521
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5303
- "line": 8,
5522
+ "line": 10,
5304
5523
  "character": 13
5305
5524
  }
5306
5525
  ]
@@ -5457,7 +5676,7 @@
5457
5676
  ],
5458
5677
  "type": {
5459
5678
  "type": "reference",
5460
- "id": 355,
5679
+ "id": 364,
5461
5680
  "name": "SkyLabelType"
5462
5681
  },
5463
5682
  "defaultValue": "LABEL_TYPE_DEFAULT"
@@ -5585,7 +5804,7 @@
5585
5804
  "flags": {},
5586
5805
  "type": {
5587
5806
  "type": "reference",
5588
- "id": 359,
5807
+ "id": 368,
5589
5808
  "name": "SkyIndicatorDescriptionType"
5590
5809
  }
5591
5810
  }
@@ -5649,7 +5868,7 @@
5649
5868
  "flags": {},
5650
5869
  "type": {
5651
5870
  "type": "reference",
5652
- "id": 355,
5871
+ "id": 364,
5653
5872
  "name": "SkyLabelType"
5654
5873
  }
5655
5874
  }
@@ -5796,14 +6015,14 @@
5796
6015
  ]
5797
6016
  },
5798
6017
  {
5799
- "id": 370,
6018
+ "id": 379,
5800
6019
  "name": "SkyToken",
5801
6020
  "kind": 256,
5802
6021
  "kindString": "Interface",
5803
6022
  "flags": {},
5804
6023
  "children": [
5805
6024
  {
5806
- "id": 371,
6025
+ "id": 380,
5807
6026
  "name": "value",
5808
6027
  "kind": 1024,
5809
6028
  "kindString": "Property",
@@ -5829,7 +6048,7 @@
5829
6048
  "title": "Properties",
5830
6049
  "kind": 1024,
5831
6050
  "children": [
5832
- 371
6051
+ 380
5833
6052
  ]
5834
6053
  }
5835
6054
  ],
@@ -5842,14 +6061,14 @@
5842
6061
  ]
5843
6062
  },
5844
6063
  {
5845
- "id": 372,
6064
+ "id": 381,
5846
6065
  "name": "SkyTokenSelectedEventArgs",
5847
6066
  "kind": 256,
5848
6067
  "kindString": "Interface",
5849
6068
  "flags": {},
5850
6069
  "children": [
5851
6070
  {
5852
- "id": 373,
6071
+ "id": 382,
5853
6072
  "name": "token",
5854
6073
  "kind": 1024,
5855
6074
  "kindString": "Property",
@@ -5868,7 +6087,7 @@
5868
6087
  ],
5869
6088
  "type": {
5870
6089
  "type": "reference",
5871
- "id": 370,
6090
+ "id": 379,
5872
6091
  "name": "SkyToken"
5873
6092
  }
5874
6093
  }
@@ -5878,7 +6097,7 @@
5878
6097
  "title": "Properties",
5879
6098
  "kind": 1024,
5880
6099
  "children": [
5881
- 373
6100
+ 382
5882
6101
  ]
5883
6102
  }
5884
6103
  ],
@@ -5891,14 +6110,14 @@
5891
6110
  ]
5892
6111
  },
5893
6112
  {
5894
- "id": 374,
6113
+ "id": 383,
5895
6114
  "name": "SkyTokensMessage",
5896
6115
  "kind": 256,
5897
6116
  "kindString": "Interface",
5898
6117
  "flags": {},
5899
6118
  "children": [
5900
6119
  {
5901
- "id": 375,
6120
+ "id": 384,
5902
6121
  "name": "type",
5903
6122
  "kind": 1024,
5904
6123
  "kindString": "Property",
@@ -5917,7 +6136,7 @@
5917
6136
  ],
5918
6137
  "type": {
5919
6138
  "type": "reference",
5920
- "id": 376,
6139
+ "id": 385,
5921
6140
  "name": "SkyTokensMessageType"
5922
6141
  }
5923
6142
  }
@@ -5927,7 +6146,7 @@
5927
6146
  "title": "Properties",
5928
6147
  "kind": 1024,
5929
6148
  "children": [
5930
- 375
6149
+ 384
5931
6150
  ]
5932
6151
  }
5933
6152
  ],
@@ -5940,7 +6159,7 @@
5940
6159
  ]
5941
6160
  },
5942
6161
  {
5943
- "id": 350,
6162
+ "id": 358,
5944
6163
  "name": "SkyIconType",
5945
6164
  "kind": 4194304,
5946
6165
  "kindString": "Type alias",
@@ -5967,7 +6186,7 @@
5967
6186
  }
5968
6187
  },
5969
6188
  {
5970
- "id": 351,
6189
+ "id": 359,
5971
6190
  "name": "SkyIconVariantType",
5972
6191
  "kind": 4194304,
5973
6192
  "kindString": "Type alias",
@@ -5994,7 +6213,7 @@
5994
6213
  }
5995
6214
  },
5996
6215
  {
5997
- "id": 359,
6216
+ "id": 368,
5998
6217
  "name": "SkyIndicatorDescriptionType",
5999
6218
  "kind": 4194304,
6000
6219
  "kindString": "Type alias",
@@ -6057,7 +6276,7 @@
6057
6276
  }
6058
6277
  },
6059
6278
  {
6060
- "id": 360,
6279
+ "id": 369,
6061
6280
  "name": "SkyIndicatorIconType",
6062
6281
  "kind": 4194304,
6063
6282
  "kindString": "Type alias",
@@ -6092,7 +6311,34 @@
6092
6311
  }
6093
6312
  },
6094
6313
  {
6095
- "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,
6096
6342
  "name": "SkyLabelType",
6097
6343
  "kind": 4194304,
6098
6344
  "kindString": "Type alias",
@@ -6127,7 +6373,7 @@
6127
6373
  }
6128
6374
  },
6129
6375
  {
6130
- "id": 565,
6376
+ "id": 437,
6131
6377
  "name": "SkyAlertHarness",
6132
6378
  "kind": 128,
6133
6379
  "kindString": "Class",
@@ -6137,30 +6383,89 @@
6137
6383
  },
6138
6384
  "children": [
6139
6385
  {
6140
- "id": 566,
6141
- "name": "hostSelector",
6142
- "kind": 1024,
6143
- "kindString": "Property",
6386
+ "id": 458,
6387
+ "name": "close",
6388
+ "kind": 2048,
6389
+ "kindString": "Method",
6144
6390
  "flags": {
6145
- "isPublic": true,
6146
- "isStatic": true
6391
+ "isPublic": true
6147
6392
  },
6148
6393
  "sources": [
6149
6394
  {
6150
6395
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6151
- "line": 11,
6152
- "character": 16
6396
+ "line": 65,
6397
+ "character": 15
6153
6398
  }
6154
6399
  ],
6155
- "type": {
6156
- "type": "intrinsic",
6157
- "name": "string"
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
6158
6432
  },
6159
- "defaultValue": "'sky-alert'"
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
+ ]
6160
6465
  },
6161
6466
  {
6162
- "id": 585,
6163
- "name": "close",
6467
+ "id": 466,
6468
+ "name": "getCustomDescription",
6164
6469
  "kind": 2048,
6165
6470
  "kindString": "Method",
6166
6471
  "flags": {
@@ -6169,26 +6474,26 @@
6169
6474
  "sources": [
6170
6475
  {
6171
6476
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6172
- "line": 62,
6477
+ "line": 129,
6173
6478
  "character": 15
6174
6479
  }
6175
6480
  ],
6176
6481
  "signatures": [
6177
6482
  {
6178
- "id": 586,
6179
- "name": "close",
6483
+ "id": 467,
6484
+ "name": "getCustomDescription",
6180
6485
  "kind": 4096,
6181
6486
  "kindString": "Call signature",
6182
6487
  "flags": {},
6183
6488
  "comment": {
6184
- "shortText": "Closes the alert."
6489
+ "shortText": "Gets the custom text used for the screen reader description of the label component icon."
6185
6490
  },
6186
6491
  "type": {
6187
6492
  "type": "reference",
6188
6493
  "typeArguments": [
6189
6494
  {
6190
6495
  "type": "intrinsic",
6191
- "name": "void"
6496
+ "name": "string"
6192
6497
  }
6193
6498
  ],
6194
6499
  "qualifiedName": "Promise",
@@ -6199,8 +6504,8 @@
6199
6504
  ]
6200
6505
  },
6201
6506
  {
6202
- "id": 581,
6203
- "name": "getAlertType",
6507
+ "id": 464,
6508
+ "name": "getDescriptionType",
6204
6509
  "kind": 2048,
6205
6510
  "kindString": "Method",
6206
6511
  "flags": {
@@ -6209,27 +6514,27 @@
6209
6514
  "sources": [
6210
6515
  {
6211
6516
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6212
- "line": 30,
6517
+ "line": 93,
6213
6518
  "character": 15
6214
6519
  }
6215
6520
  ],
6216
6521
  "signatures": [
6217
6522
  {
6218
- "id": 582,
6219
- "name": "getAlertType",
6523
+ "id": 465,
6524
+ "name": "getDescriptionType",
6220
6525
  "kind": 4096,
6221
6526
  "kindString": "Call signature",
6222
6527
  "flags": {},
6223
6528
  "comment": {
6224
- "shortText": "Gets the current alert type."
6529
+ "shortText": "Gets the `descriptionType` of the label component."
6225
6530
  },
6226
6531
  "type": {
6227
6532
  "type": "reference",
6228
6533
  "typeArguments": [
6229
6534
  {
6230
6535
  "type": "reference",
6231
- "id": 360,
6232
- "name": "SkyIndicatorIconType"
6536
+ "id": 368,
6537
+ "name": "SkyIndicatorDescriptionType"
6233
6538
  }
6234
6539
  ],
6235
6540
  "qualifiedName": "Promise",
@@ -6240,7 +6545,7 @@
6240
6545
  ]
6241
6546
  },
6242
6547
  {
6243
- "id": 583,
6548
+ "id": 456,
6244
6549
  "name": "getText",
6245
6550
  "kind": 2048,
6246
6551
  "kindString": "Method",
@@ -6250,13 +6555,13 @@
6250
6555
  "sources": [
6251
6556
  {
6252
6557
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6253
- "line": 55,
6558
+ "line": 58,
6254
6559
  "character": 15
6255
6560
  }
6256
6561
  ],
6257
6562
  "signatures": [
6258
6563
  {
6259
- "id": 584,
6564
+ "id": 457,
6260
6565
  "name": "getText",
6261
6566
  "kind": 4096,
6262
6567
  "kindString": "Call signature",
@@ -6280,7 +6585,7 @@
6280
6585
  ]
6281
6586
  },
6282
6587
  {
6283
- "id": 594,
6588
+ "id": 471,
6284
6589
  "name": "host",
6285
6590
  "kind": 2048,
6286
6591
  "kindString": "Method",
@@ -6294,7 +6599,7 @@
6294
6599
  ],
6295
6600
  "signatures": [
6296
6601
  {
6297
- "id": 595,
6602
+ "id": 472,
6298
6603
  "name": "host",
6299
6604
  "kind": 4096,
6300
6605
  "kindString": "Call signature",
@@ -6328,7 +6633,7 @@
6328
6633
  }
6329
6634
  },
6330
6635
  {
6331
- "id": 589,
6636
+ "id": 462,
6332
6637
  "name": "isCloseable",
6333
6638
  "kind": 2048,
6334
6639
  "kindString": "Method",
@@ -6338,13 +6643,13 @@
6338
6643
  "sources": [
6339
6644
  {
6340
6645
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6341
- "line": 82,
6646
+ "line": 85,
6342
6647
  "character": 15
6343
6648
  }
6344
6649
  ],
6345
6650
  "signatures": [
6346
6651
  {
6347
- "id": 590,
6652
+ "id": 463,
6348
6653
  "name": "isCloseable",
6349
6654
  "kind": 4096,
6350
6655
  "kindString": "Call signature",
@@ -6368,7 +6673,7 @@
6368
6673
  ]
6369
6674
  },
6370
6675
  {
6371
- "id": 587,
6676
+ "id": 460,
6372
6677
  "name": "isClosed",
6373
6678
  "kind": 2048,
6374
6679
  "kindString": "Method",
@@ -6378,13 +6683,13 @@
6378
6683
  "sources": [
6379
6684
  {
6380
6685
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6381
- "line": 73,
6686
+ "line": 76,
6382
6687
  "character": 15
6383
6688
  }
6384
6689
  ],
6385
6690
  "signatures": [
6386
6691
  {
6387
- "id": 588,
6692
+ "id": 461,
6388
6693
  "name": "isClosed",
6389
6694
  "kind": 4096,
6390
6695
  "kindString": "Call signature",
@@ -6408,7 +6713,7 @@
6408
6713
  ]
6409
6714
  },
6410
6715
  {
6411
- "id": 567,
6716
+ "id": 439,
6412
6717
  "name": "with",
6413
6718
  "kind": 2048,
6414
6719
  "kindString": "Method",
@@ -6419,13 +6724,13 @@
6419
6724
  "sources": [
6420
6725
  {
6421
6726
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6422
- "line": 21,
6727
+ "line": 28,
6423
6728
  "character": 16
6424
6729
  }
6425
6730
  ],
6426
6731
  "signatures": [
6427
6732
  {
6428
- "id": 568,
6733
+ "id": 440,
6429
6734
  "name": "with",
6430
6735
  "kind": 4096,
6431
6736
  "kindString": "Call signature",
@@ -6435,14 +6740,14 @@
6435
6740
  },
6436
6741
  "parameters": [
6437
6742
  {
6438
- "id": 569,
6743
+ "id": 441,
6439
6744
  "name": "filters",
6440
6745
  "kind": 32768,
6441
6746
  "kindString": "Parameter",
6442
6747
  "flags": {},
6443
6748
  "type": {
6444
6749
  "type": "reference",
6445
- "id": 614,
6750
+ "id": 491,
6446
6751
  "name": "SkyAlertHarnessFilters"
6447
6752
  }
6448
6753
  }
@@ -6452,7 +6757,7 @@
6452
6757
  "typeArguments": [
6453
6758
  {
6454
6759
  "type": "reference",
6455
- "id": 565,
6760
+ "id": 437,
6456
6761
  "name": "SkyAlertHarness"
6457
6762
  }
6458
6763
  ],
@@ -6469,34 +6774,29 @@
6469
6774
  "title": "Constructors",
6470
6775
  "kind": 512,
6471
6776
  "children": [
6472
- 575
6473
- ]
6474
- },
6475
- {
6476
- "title": "Properties",
6477
- "kind": 1024,
6478
- "children": [
6479
- 566
6777
+ 447
6480
6778
  ]
6481
6779
  },
6482
6780
  {
6483
6781
  "title": "Methods",
6484
6782
  "kind": 2048,
6485
6783
  "children": [
6486
- 585,
6487
- 581,
6488
- 583,
6489
- 594,
6490
- 589,
6491
- 587,
6492
- 567
6784
+ 458,
6785
+ 454,
6786
+ 466,
6787
+ 464,
6788
+ 456,
6789
+ 471,
6790
+ 462,
6791
+ 460,
6792
+ 439
6493
6793
  ]
6494
6794
  }
6495
6795
  ],
6496
6796
  "sources": [
6497
6797
  {
6498
6798
  "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6499
- "line": 10,
6799
+ "line": 13,
6500
6800
  "character": 13
6501
6801
  }
6502
6802
  ],
@@ -6508,7 +6808,7 @@
6508
6808
  ]
6509
6809
  },
6510
6810
  {
6511
- "id": 614,
6811
+ "id": 491,
6512
6812
  "name": "SkyAlertHarnessFilters",
6513
6813
  "kind": 256,
6514
6814
  "kindString": "Interface",
@@ -6518,7 +6818,7 @@
6518
6818
  },
6519
6819
  "children": [
6520
6820
  {
6521
- "id": 617,
6821
+ "id": 494,
6522
6822
  "name": "ancestor",
6523
6823
  "kind": 1024,
6524
6824
  "kindString": "Property",
@@ -6545,7 +6845,7 @@
6545
6845
  }
6546
6846
  },
6547
6847
  {
6548
- "id": 615,
6848
+ "id": 492,
6549
6849
  "name": "dataSkyId",
6550
6850
  "kind": 1024,
6551
6851
  "kindString": "Property",
@@ -6583,7 +6883,7 @@
6583
6883
  }
6584
6884
  },
6585
6885
  {
6586
- "id": 616,
6886
+ "id": 493,
6587
6887
  "name": "selector",
6588
6888
  "kind": 1024,
6589
6889
  "kindString": "Property",
@@ -6615,9 +6915,9 @@
6615
6915
  "title": "Properties",
6616
6916
  "kind": 1024,
6617
6917
  "children": [
6618
- 617,
6619
- 615,
6620
- 616
6918
+ 494,
6919
+ 492,
6920
+ 493
6621
6921
  ]
6622
6922
  }
6623
6923
  ],