@skyux/indicators 7.0.0-alpha.0 → 7.0.0-beta.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 (60) hide show
  1. package/documentation.json +2082 -414
  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/tokens/types/token.mjs +1 -1
  11. package/esm2020/lib/modules/wait/wait-adapter.service.mjs +131 -128
  12. package/esm2020/lib/modules/wait/wait-page.component.mjs +1 -1
  13. package/esm2020/lib/modules/wait/wait.component.mjs +85 -38
  14. package/esm2020/lib/modules/wait/wait.service.mjs +80 -73
  15. package/esm2020/testing/alert/alert-harness-filters.mjs +1 -1
  16. package/esm2020/testing/alert/alert-harness.mjs +53 -8
  17. package/esm2020/testing/key-info/key-info-harness-filters.mjs +2 -0
  18. package/esm2020/testing/key-info/key-info-harness.mjs +49 -0
  19. package/esm2020/testing/key-info/key-info-label-harness.mjs +18 -0
  20. package/esm2020/testing/key-info/key-info-value-harness.mjs +18 -0
  21. package/esm2020/testing/label/label-harness-filters.mjs +2 -0
  22. package/esm2020/testing/label/label-harness.mjs +94 -0
  23. package/esm2020/testing/public-api.mjs +7 -3
  24. package/esm2020/testing/tokens/token-harness.mjs +6 -3
  25. package/esm2020/testing/tokens/tokens-harness.mjs +4 -1
  26. package/esm2020/testing/wait-fixture.mjs +1 -1
  27. package/fesm2015/skyux-indicators-testing.mjs +329 -85
  28. package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
  29. package/fesm2015/skyux-indicators.mjs +425 -366
  30. package/fesm2015/skyux-indicators.mjs.map +1 -1
  31. package/fesm2020/skyux-indicators-testing.mjs +297 -75
  32. package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
  33. package/fesm2020/skyux-indicators.mjs +424 -366
  34. package/fesm2020/skyux-indicators.mjs.map +1 -1
  35. package/index.d.ts +1 -0
  36. package/lib/modules/icon/icon-stack.component.d.ts +1 -1
  37. package/lib/modules/icon/icon.component.d.ts +4 -4
  38. package/lib/modules/key-info/key-info-layout-type.d.ts +1 -0
  39. package/lib/modules/key-info/key-info.component.d.ts +2 -1
  40. package/lib/modules/status-indicator/status-indicator.component.d.ts +8 -8
  41. package/lib/modules/tokens/token.component.d.ts +10 -27
  42. package/lib/modules/tokens/tokens.component.d.ts +17 -34
  43. package/lib/modules/tokens/types/token.d.ts +2 -1
  44. package/lib/modules/wait/wait-adapter.service.d.ts +3 -13
  45. package/lib/modules/wait/wait-page.component.d.ts +2 -2
  46. package/lib/modules/wait/wait.component.d.ts +12 -16
  47. package/lib/modules/wait/wait.service.d.ts +1 -11
  48. package/package.json +5 -5
  49. package/testing/alert/alert-harness-filters.d.ts +0 -1
  50. package/testing/alert/alert-harness.d.ts +12 -2
  51. package/testing/key-info/key-info-harness-filters.d.ts +6 -0
  52. package/testing/key-info/key-info-harness.d.ts +31 -0
  53. package/testing/key-info/key-info-label-harness.d.ts +15 -0
  54. package/testing/key-info/key-info-value-harness.d.ts +15 -0
  55. package/testing/label/label-harness-filters.d.ts +6 -0
  56. package/testing/label/label-harness.d.ts +35 -0
  57. package/testing/public-api.d.ts +6 -2
  58. package/testing/tokens/token-harness.d.ts +3 -0
  59. package/testing/tokens/tokens-harness.d.ts +3 -0
  60. package/testing/wait-fixture.d.ts +1 -1
@@ -32,7 +32,14 @@
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
+ "SkyKeyInfoHarness": "class-skykeyinfoharness",
39
+ "SkyLabelHarness": "class-skylabelharness",
40
+ "SkyAlertHarnessFilters": "interface-skyalertharnessfilters",
41
+ "SkyKeyInfoHarnessFilters": "interface-skykeyinfoharnessfilters",
42
+ "SkyLabelHarnessFilters": "interface-skylabelharnessfilters"
36
43
  },
37
44
  "typedoc": {
38
45
  "id": 0,
@@ -42,14 +49,14 @@
42
49
  "originalName": "",
43
50
  "children": [
44
51
  {
45
- "id": 376,
52
+ "id": 385,
46
53
  "name": "SkyTokensMessageType",
47
54
  "kind": 8,
48
55
  "kindString": "Enumeration",
49
56
  "flags": {},
50
57
  "children": [
51
58
  {
52
- "id": 378,
59
+ "id": 387,
53
60
  "name": "FocusActiveToken",
54
61
  "kind": 16,
55
62
  "kindString": "Enumeration member",
@@ -67,7 +74,7 @@
67
74
  "defaultValue": "1"
68
75
  },
69
76
  {
70
- "id": 377,
77
+ "id": 386,
71
78
  "name": "FocusLastToken",
72
79
  "kind": 16,
73
80
  "kindString": "Enumeration member",
@@ -85,7 +92,7 @@
85
92
  "defaultValue": "0"
86
93
  },
87
94
  {
88
- "id": 380,
95
+ "id": 389,
89
96
  "name": "FocusNextToken",
90
97
  "kind": 16,
91
98
  "kindString": "Enumeration member",
@@ -103,7 +110,7 @@
103
110
  "defaultValue": "3"
104
111
  },
105
112
  {
106
- "id": 379,
113
+ "id": 388,
107
114
  "name": "FocusPreviousToken",
108
115
  "kind": 16,
109
116
  "kindString": "Enumeration member",
@@ -121,7 +128,7 @@
121
128
  "defaultValue": "2"
122
129
  },
123
130
  {
124
- "id": 381,
131
+ "id": 390,
125
132
  "name": "RemoveActiveToken",
126
133
  "kind": 16,
127
134
  "kindString": "Enumeration member",
@@ -144,11 +151,11 @@
144
151
  "title": "Enumeration members",
145
152
  "kind": 16,
146
153
  "children": [
147
- 378,
148
- 377,
149
- 380,
150
- 379,
151
- 381
154
+ 387,
155
+ 386,
156
+ 389,
157
+ 388,
158
+ 390
152
159
  ]
153
160
  }
154
161
  ],
@@ -161,7 +168,7 @@
161
168
  ]
162
169
  },
163
170
  {
164
- "id": 332,
171
+ "id": 340,
165
172
  "name": "SkyAlertModule",
166
173
  "kind": 128,
167
174
  "kindString": "Class",
@@ -186,7 +193,7 @@
186
193
  "title": "Constructors",
187
194
  "kind": 512,
188
195
  "children": [
189
- 333
196
+ 341
190
197
  ]
191
198
  }
192
199
  ],
@@ -199,7 +206,7 @@
199
206
  ]
200
207
  },
201
208
  {
202
- "id": 335,
209
+ "id": 343,
203
210
  "name": "SkyChevronModule",
204
211
  "kind": 128,
205
212
  "kindString": "Class",
@@ -224,7 +231,7 @@
224
231
  "title": "Constructors",
225
232
  "kind": 512,
226
233
  "children": [
227
- 336
234
+ 344
228
235
  ]
229
236
  }
230
237
  ],
@@ -237,7 +244,7 @@
237
244
  ]
238
245
  },
239
246
  {
240
- "id": 338,
247
+ "id": 346,
241
248
  "name": "SkyExpansionIndicatorModule",
242
249
  "kind": 128,
243
250
  "kindString": "Class",
@@ -262,7 +269,7 @@
262
269
  "title": "Constructors",
263
270
  "kind": 512,
264
271
  "children": [
265
- 339
272
+ 347
266
273
  ]
267
274
  }
268
275
  ],
@@ -275,7 +282,7 @@
275
282
  ]
276
283
  },
277
284
  {
278
- "id": 341,
285
+ "id": 349,
279
286
  "name": "SkyHelpInlineModule",
280
287
  "kind": 128,
281
288
  "kindString": "Class",
@@ -300,7 +307,7 @@
300
307
  "title": "Constructors",
301
308
  "kind": 512,
302
309
  "children": [
303
- 342
310
+ 350
304
311
  ]
305
312
  }
306
313
  ],
@@ -313,7 +320,7 @@
313
320
  ]
314
321
  },
315
322
  {
316
- "id": 347,
323
+ "id": 355,
317
324
  "name": "SkyIconModule",
318
325
  "kind": 128,
319
326
  "kindString": "Class",
@@ -338,7 +345,7 @@
338
345
  "title": "Constructors",
339
346
  "kind": 512,
340
347
  "children": [
341
- 348
348
+ 356
342
349
  ]
343
350
  }
344
351
  ],
@@ -351,7 +358,7 @@
351
358
  ]
352
359
  },
353
360
  {
354
- "id": 352,
361
+ "id": 361,
355
362
  "name": "SkyKeyInfoModule",
356
363
  "kind": 128,
357
364
  "kindString": "Class",
@@ -376,7 +383,7 @@
376
383
  "title": "Constructors",
377
384
  "kind": 512,
378
385
  "children": [
379
- 353
386
+ 362
380
387
  ]
381
388
  }
382
389
  ],
@@ -389,7 +396,7 @@
389
396
  ]
390
397
  },
391
398
  {
392
- "id": 356,
399
+ "id": 365,
393
400
  "name": "SkyLabelModule",
394
401
  "kind": 128,
395
402
  "kindString": "Class",
@@ -414,7 +421,7 @@
414
421
  "title": "Constructors",
415
422
  "kind": 512,
416
423
  "children": [
417
- 357
424
+ 366
418
425
  ]
419
426
  }
420
427
  ],
@@ -427,7 +434,7 @@
427
434
  ]
428
435
  },
429
436
  {
430
- "id": 361,
437
+ "id": 370,
431
438
  "name": "SkyStatusIndicatorModule",
432
439
  "kind": 128,
433
440
  "kindString": "Class",
@@ -452,7 +459,7 @@
452
459
  "title": "Constructors",
453
460
  "kind": 512,
454
461
  "children": [
455
- 362
462
+ 371
456
463
  ]
457
464
  }
458
465
  ],
@@ -465,7 +472,7 @@
465
472
  ]
466
473
  },
467
474
  {
468
- "id": 364,
475
+ "id": 373,
469
476
  "name": "SkyTextHighlightModule",
470
477
  "kind": 128,
471
478
  "kindString": "Class",
@@ -490,7 +497,7 @@
490
497
  "title": "Constructors",
491
498
  "kind": 512,
492
499
  "children": [
493
- 365
500
+ 374
494
501
  ]
495
502
  }
496
503
  ],
@@ -503,7 +510,7 @@
503
510
  ]
504
511
  },
505
512
  {
506
- "id": 367,
513
+ "id": 376,
507
514
  "name": "SkyTokensModule",
508
515
  "kind": 128,
509
516
  "kindString": "Class",
@@ -528,7 +535,7 @@
528
535
  "title": "Constructors",
529
536
  "kind": 512,
530
537
  "children": [
531
- 368
538
+ 377
532
539
  ]
533
540
  }
534
541
  ],
@@ -541,7 +548,7 @@
541
548
  ]
542
549
  },
543
550
  {
544
- "id": 382,
551
+ "id": 391,
545
552
  "name": "SkyWaitModule",
546
553
  "kind": 128,
547
554
  "kindString": "Class",
@@ -566,7 +573,7 @@
566
573
  "title": "Constructors",
567
574
  "kind": 512,
568
575
  "children": [
569
- 383
576
+ 392
570
577
  ]
571
578
  }
572
579
  ],
@@ -579,7 +586,7 @@
579
586
  ]
580
587
  },
581
588
  {
582
- "id": 385,
589
+ "id": 394,
583
590
  "name": "SkyWaitService",
584
591
  "kind": 128,
585
592
  "kindString": "Class",
@@ -600,7 +607,7 @@
600
607
  ],
601
608
  "children": [
602
609
  {
603
- "id": 389,
610
+ "id": 395,
604
611
  "name": "constructor",
605
612
  "kind": 512,
606
613
  "kindString": "Constructor",
@@ -608,20 +615,20 @@
608
615
  "sources": [
609
616
  {
610
617
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
611
- "line": 25,
618
+ "line": 30,
612
619
  "character": 2
613
620
  }
614
621
  ],
615
622
  "signatures": [
616
623
  {
617
- "id": 390,
624
+ "id": 396,
618
625
  "name": "new SkyWaitService",
619
626
  "kind": 16384,
620
627
  "kindString": "Constructor signature",
621
628
  "flags": {},
622
629
  "parameters": [
623
630
  {
624
- "id": 391,
631
+ "id": 397,
625
632
  "name": "resolver",
626
633
  "kind": 32768,
627
634
  "kindString": "Parameter",
@@ -634,7 +641,7 @@
634
641
  }
635
642
  },
636
643
  {
637
- "id": 392,
644
+ "id": 398,
638
645
  "name": "appRef",
639
646
  "kind": 32768,
640
647
  "kindString": "Parameter",
@@ -647,7 +654,7 @@
647
654
  }
648
655
  },
649
656
  {
650
- "id": 393,
657
+ "id": 399,
651
658
  "name": "waitAdapter",
652
659
  "kind": 32768,
653
660
  "kindString": "Parameter",
@@ -658,7 +665,7 @@
658
665
  }
659
666
  },
660
667
  {
661
- "id": 394,
668
+ "id": 400,
662
669
  "name": "windowSvc",
663
670
  "kind": 32768,
664
671
  "kindString": "Parameter",
@@ -671,14 +678,14 @@
671
678
  ],
672
679
  "type": {
673
680
  "type": "reference",
674
- "id": 385,
681
+ "id": 394,
675
682
  "name": "SkyWaitService"
676
683
  }
677
684
  }
678
685
  ]
679
686
  },
680
687
  {
681
- "id": 395,
688
+ "id": 405,
682
689
  "name": "beginBlockingPageWait",
683
690
  "kind": 2048,
684
691
  "kindString": "Method",
@@ -688,13 +695,13 @@
688
695
  "sources": [
689
696
  {
690
697
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
691
- "line": 35,
698
+ "line": 45,
692
699
  "character": 9
693
700
  }
694
701
  ],
695
702
  "signatures": [
696
703
  {
697
- "id": 396,
704
+ "id": 406,
698
705
  "name": "beginBlockingPageWait",
699
706
  "kind": 4096,
700
707
  "kindString": "Call signature",
@@ -710,7 +717,7 @@
710
717
  ]
711
718
  },
712
719
  {
713
- "id": 397,
720
+ "id": 407,
714
721
  "name": "beginNonBlockingPageWait",
715
722
  "kind": 2048,
716
723
  "kindString": "Method",
@@ -720,13 +727,13 @@
720
727
  "sources": [
721
728
  {
722
729
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
723
- "line": 42,
730
+ "line": 52,
724
731
  "character": 9
725
732
  }
726
733
  ],
727
734
  "signatures": [
728
735
  {
729
- "id": 398,
736
+ "id": 408,
730
737
  "name": "beginNonBlockingPageWait",
731
738
  "kind": 4096,
732
739
  "kindString": "Call signature",
@@ -742,7 +749,7 @@
742
749
  ]
743
750
  },
744
751
  {
745
- "id": 407,
752
+ "id": 417,
746
753
  "name": "blockingWrap",
747
754
  "kind": 2048,
748
755
  "kindString": "Method",
@@ -752,13 +759,13 @@
752
759
  "sources": [
753
760
  {
754
761
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
755
- "line": 85,
762
+ "line": 95,
756
763
  "character": 9
757
764
  }
758
765
  ],
759
766
  "signatures": [
760
767
  {
761
- "id": 408,
768
+ "id": 418,
762
769
  "name": "blockingWrap",
763
770
  "kind": 4096,
764
771
  "kindString": "Call signature",
@@ -768,7 +775,7 @@
768
775
  },
769
776
  "typeParameter": [
770
777
  {
771
- "id": 409,
778
+ "id": 419,
772
779
  "name": "T",
773
780
  "kind": 131072,
774
781
  "kindString": "Type parameter",
@@ -777,7 +784,7 @@
777
784
  ],
778
785
  "parameters": [
779
786
  {
780
- "id": 410,
787
+ "id": 420,
781
788
  "name": "observable",
782
789
  "kind": 32768,
783
790
  "kindString": "Parameter",
@@ -787,7 +794,7 @@
787
794
  "typeArguments": [
788
795
  {
789
796
  "type": "reference",
790
- "id": 409,
797
+ "id": 419,
791
798
  "name": "T"
792
799
  }
793
800
  ],
@@ -802,7 +809,7 @@
802
809
  "typeArguments": [
803
810
  {
804
811
  "type": "reference",
805
- "id": 409,
812
+ "id": 419,
806
813
  "name": "T"
807
814
  }
808
815
  ],
@@ -814,7 +821,7 @@
814
821
  ]
815
822
  },
816
823
  {
817
- "id": 403,
824
+ "id": 413,
818
825
  "name": "clearAllPageWaits",
819
826
  "kind": 2048,
820
827
  "kindString": "Method",
@@ -824,13 +831,13 @@
824
831
  "sources": [
825
832
  {
826
833
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
827
- "line": 65,
834
+ "line": 75,
828
835
  "character": 9
829
836
  }
830
837
  ],
831
838
  "signatures": [
832
839
  {
833
- "id": 404,
840
+ "id": 414,
834
841
  "name": "clearAllPageWaits",
835
842
  "kind": 4096,
836
843
  "kindString": "Call signature",
@@ -846,7 +853,7 @@
846
853
  ]
847
854
  },
848
855
  {
849
- "id": 399,
856
+ "id": 409,
850
857
  "name": "endBlockingPageWait",
851
858
  "kind": 2048,
852
859
  "kindString": "Method",
@@ -856,13 +863,13 @@
856
863
  "sources": [
857
864
  {
858
865
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
859
- "line": 50,
866
+ "line": 60,
860
867
  "character": 9
861
868
  }
862
869
  ],
863
870
  "signatures": [
864
871
  {
865
- "id": 400,
872
+ "id": 410,
866
873
  "name": "endBlockingPageWait",
867
874
  "kind": 4096,
868
875
  "kindString": "Call signature",
@@ -878,7 +885,7 @@
878
885
  ]
879
886
  },
880
887
  {
881
- "id": 401,
888
+ "id": 411,
882
889
  "name": "endNonBlockingPageWait",
883
890
  "kind": 2048,
884
891
  "kindString": "Method",
@@ -888,13 +895,13 @@
888
895
  "sources": [
889
896
  {
890
897
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
891
- "line": 58,
898
+ "line": 68,
892
899
  "character": 9
893
900
  }
894
901
  ],
895
902
  "signatures": [
896
903
  {
897
- "id": 402,
904
+ "id": 412,
898
905
  "name": "endNonBlockingPageWait",
899
906
  "kind": 4096,
900
907
  "kindString": "Call signature",
@@ -910,7 +917,7 @@
910
917
  ]
911
918
  },
912
919
  {
913
- "id": 411,
920
+ "id": 421,
914
921
  "name": "nonBlockingWrap",
915
922
  "kind": 2048,
916
923
  "kindString": "Method",
@@ -920,13 +927,13 @@
920
927
  "sources": [
921
928
  {
922
929
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
923
- "line": 96,
930
+ "line": 106,
924
931
  "character": 9
925
932
  }
926
933
  ],
927
934
  "signatures": [
928
935
  {
929
- "id": 412,
936
+ "id": 422,
930
937
  "name": "nonBlockingWrap",
931
938
  "kind": 4096,
932
939
  "kindString": "Call signature",
@@ -936,7 +943,7 @@
936
943
  },
937
944
  "typeParameter": [
938
945
  {
939
- "id": 413,
946
+ "id": 423,
940
947
  "name": "T",
941
948
  "kind": 131072,
942
949
  "kindString": "Type parameter",
@@ -945,7 +952,7 @@
945
952
  ],
946
953
  "parameters": [
947
954
  {
948
- "id": 414,
955
+ "id": 424,
949
956
  "name": "observable",
950
957
  "kind": 32768,
951
958
  "kindString": "Parameter",
@@ -955,7 +962,7 @@
955
962
  "typeArguments": [
956
963
  {
957
964
  "type": "reference",
958
- "id": 413,
965
+ "id": 423,
959
966
  "name": "T"
960
967
  }
961
968
  ],
@@ -970,7 +977,7 @@
970
977
  "typeArguments": [
971
978
  {
972
979
  "type": "reference",
973
- "id": 413,
980
+ "id": 423,
974
981
  "name": "T"
975
982
  }
976
983
  ],
@@ -987,27 +994,27 @@
987
994
  "title": "Constructors",
988
995
  "kind": 512,
989
996
  "children": [
990
- 389
997
+ 395
991
998
  ]
992
999
  },
993
1000
  {
994
1001
  "title": "Methods",
995
1002
  "kind": 2048,
996
1003
  "children": [
997
- 395,
998
- 397,
1004
+ 405,
999
1005
  407,
1000
- 403,
1001
- 399,
1002
- 401,
1003
- 411
1006
+ 417,
1007
+ 413,
1008
+ 409,
1009
+ 411,
1010
+ 421
1004
1011
  ]
1005
1012
  }
1006
1013
  ],
1007
1014
  "sources": [
1008
1015
  {
1009
1016
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1010
- "line": 20,
1017
+ "line": 24,
1011
1018
  "character": 13
1012
1019
  }
1013
1020
  ]
@@ -1131,7 +1138,7 @@
1131
1138
  ],
1132
1139
  "type": {
1133
1140
  "type": "reference",
1134
- "id": 360,
1141
+ "id": 369,
1135
1142
  "name": "SkyIndicatorIconType"
1136
1143
  },
1137
1144
  "defaultValue": "ALERT_TYPE_DEFAULT"
@@ -1448,7 +1455,7 @@
1448
1455
  "flags": {},
1449
1456
  "type": {
1450
1457
  "type": "reference",
1451
- "id": 359,
1458
+ "id": 368,
1452
1459
  "name": "SkyIndicatorDescriptionType"
1453
1460
  }
1454
1461
  }
@@ -1659,7 +1666,7 @@
1659
1666
  "sources": [
1660
1667
  {
1661
1668
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1662
- "line": 88,
1669
+ "line": 86,
1663
1670
  "character": 2
1664
1671
  }
1665
1672
  ],
@@ -1781,7 +1788,7 @@
1781
1788
  ],
1782
1789
  "type": {
1783
1790
  "type": "reference",
1784
- "id": 360,
1791
+ "id": 369,
1785
1792
  "name": "SkyIndicatorIconType"
1786
1793
  },
1787
1794
  "defaultValue": "INDICATOR_TYPE_DEFAULT"
@@ -1924,7 +1931,7 @@
1924
1931
  },
1925
1932
  "type": {
1926
1933
  "type": "reference",
1927
- "id": 359,
1934
+ "id": 368,
1928
1935
  "name": "SkyIndicatorDescriptionType"
1929
1936
  }
1930
1937
  }
@@ -1954,7 +1961,7 @@
1954
1961
  "flags": {},
1955
1962
  "type": {
1956
1963
  "type": "reference",
1957
- "id": 359,
1964
+ "id": 368,
1958
1965
  "name": "SkyIndicatorDescriptionType"
1959
1966
  }
1960
1967
  }
@@ -2018,7 +2025,7 @@
2018
2025
  "flags": {},
2019
2026
  "type": {
2020
2027
  "type": "reference",
2021
- "id": 360,
2028
+ "id": 369,
2022
2029
  "name": "SkyIndicatorIconType"
2023
2030
  }
2024
2031
  }
@@ -2041,7 +2048,7 @@
2041
2048
  "sources": [
2042
2049
  {
2043
2050
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
2044
- "line": 96,
2051
+ "line": 94,
2045
2052
  "character": 9
2046
2053
  }
2047
2054
  ],
@@ -2483,7 +2490,7 @@
2483
2490
  "sources": [
2484
2491
  {
2485
2492
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2486
- "line": 111,
2493
+ "line": 93,
2487
2494
  "character": 2
2488
2495
  }
2489
2496
  ],
@@ -2516,7 +2523,7 @@
2516
2523
  },
2517
2524
  {
2518
2525
  "id": 179,
2519
- "name": "resourcesService",
2526
+ "name": "resourcesSvc",
2520
2527
  "kind": 32768,
2521
2528
  "kindString": "Parameter",
2522
2529
  "flags": {},
@@ -2535,7 +2542,28 @@
2535
2542
  ]
2536
2543
  },
2537
2544
  {
2538
- "id": 196,
2545
+ "id": 198,
2546
+ "name": "closeActive",
2547
+ "kind": 1024,
2548
+ "kindString": "Property",
2549
+ "flags": {
2550
+ "isPublic": true
2551
+ },
2552
+ "sources": [
2553
+ {
2554
+ "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2555
+ "line": 83,
2556
+ "character": 9
2557
+ }
2558
+ ],
2559
+ "type": {
2560
+ "type": "intrinsic",
2561
+ "name": "boolean"
2562
+ },
2563
+ "defaultValue": "false"
2564
+ },
2565
+ {
2566
+ "id": 195,
2539
2567
  "name": "dismiss",
2540
2568
  "kind": 1024,
2541
2569
  "kindString": "Property",
@@ -2543,7 +2571,7 @@
2543
2571
  "isPublic": true
2544
2572
  },
2545
2573
  "comment": {
2546
- "shortText": "Fires when users click the close button or press the `Backspace` key to dismiss the token."
2574
+ "shortText": "Fires when users click the close button."
2547
2575
  },
2548
2576
  "decorators": [
2549
2577
  {
@@ -2560,7 +2588,7 @@
2560
2588
  "sources": [
2561
2589
  {
2562
2590
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2563
- "line": 81,
2591
+ "line": 74,
2564
2592
  "character": 9
2565
2593
  }
2566
2594
  ],
@@ -2578,8 +2606,50 @@
2578
2606
  },
2579
2607
  "defaultValue": "..."
2580
2608
  },
2609
+ {
2610
+ "id": 199,
2611
+ "name": "tabIndex",
2612
+ "kind": 1024,
2613
+ "kindString": "Property",
2614
+ "flags": {
2615
+ "isPublic": true
2616
+ },
2617
+ "sources": [
2618
+ {
2619
+ "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2620
+ "line": 84,
2621
+ "character": 9
2622
+ }
2623
+ ],
2624
+ "type": {
2625
+ "type": "intrinsic",
2626
+ "name": "number"
2627
+ },
2628
+ "defaultValue": "0"
2629
+ },
2581
2630
  {
2582
2631
  "id": 197,
2632
+ "name": "tokenActive",
2633
+ "kind": 1024,
2634
+ "kindString": "Property",
2635
+ "flags": {
2636
+ "isPublic": true
2637
+ },
2638
+ "sources": [
2639
+ {
2640
+ "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2641
+ "line": 82,
2642
+ "character": 9
2643
+ }
2644
+ ],
2645
+ "type": {
2646
+ "type": "intrinsic",
2647
+ "name": "boolean"
2648
+ },
2649
+ "defaultValue": "false"
2650
+ },
2651
+ {
2652
+ "id": 196,
2583
2653
  "name": "tokenFocus",
2584
2654
  "kind": 1024,
2585
2655
  "kindString": "Property",
@@ -2604,7 +2674,7 @@
2604
2674
  "sources": [
2605
2675
  {
2606
2676
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2607
- "line": 87,
2677
+ "line": 80,
2608
2678
  "character": 9
2609
2679
  }
2610
2680
  ],
@@ -2746,7 +2816,7 @@
2746
2816
  "tags": [
2747
2817
  {
2748
2818
  "tag": "default",
2749
- "text": "true\n"
2819
+ "text": "false\n"
2750
2820
  }
2751
2821
  ]
2752
2822
  },
@@ -2768,7 +2838,7 @@
2768
2838
  "tags": [
2769
2839
  {
2770
2840
  "tag": "default",
2771
- "text": "true\n"
2841
+ "text": "false\n"
2772
2842
  }
2773
2843
  ]
2774
2844
  },
@@ -2815,7 +2885,7 @@
2815
2885
  "sources": [
2816
2886
  {
2817
2887
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2818
- "line": 55,
2888
+ "line": 52,
2819
2889
  "character": 13
2820
2890
  }
2821
2891
  ],
@@ -2827,7 +2897,7 @@
2827
2897
  "kindString": "Get signature",
2828
2898
  "flags": {},
2829
2899
  "comment": {
2830
- "shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key.",
2900
+ "shortText": "Indicates whether users can remove the token from the list by selecting the close button.",
2831
2901
  "tags": [
2832
2902
  {
2833
2903
  "tag": "default",
@@ -2849,7 +2919,7 @@
2849
2919
  "kindString": "Set signature",
2850
2920
  "flags": {},
2851
2921
  "comment": {
2852
- "shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key.",
2922
+ "shortText": "Indicates whether users can remove the token from the list by selecting the close button.",
2853
2923
  "tags": [
2854
2924
  {
2855
2925
  "tag": "default",
@@ -2900,35 +2970,13 @@
2900
2970
  "sources": [
2901
2971
  {
2902
2972
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2903
- "line": 69,
2973
+ "line": 66,
2904
2974
  "character": 13
2905
2975
  }
2906
2976
  ],
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
2977
  "setSignature": [
2930
2978
  {
2931
- "id": 194,
2979
+ "id": 193,
2932
2980
  "name": "focusable",
2933
2981
  "kind": 1048576,
2934
2982
  "kindString": "Set signature",
@@ -2944,7 +2992,7 @@
2944
2992
  },
2945
2993
  "parameters": [
2946
2994
  {
2947
- "id": 195,
2995
+ "id": 194,
2948
2996
  "name": "value",
2949
2997
  "kind": 32768,
2950
2998
  "kindString": "Parameter",
@@ -2963,7 +3011,7 @@
2963
3011
  ]
2964
3012
  },
2965
3013
  {
2966
- "id": 206,
3014
+ "id": 205,
2967
3015
  "name": "dismissToken",
2968
3016
  "kind": 2048,
2969
3017
  "kindString": "Method",
@@ -2973,20 +3021,20 @@
2973
3021
  "sources": [
2974
3022
  {
2975
3023
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2976
- "line": 116,
3024
+ "line": 100,
2977
3025
  "character": 9
2978
3026
  }
2979
3027
  ],
2980
3028
  "signatures": [
2981
3029
  {
2982
- "id": 207,
3030
+ "id": 206,
2983
3031
  "name": "dismissToken",
2984
3032
  "kind": 4096,
2985
3033
  "kindString": "Call signature",
2986
3034
  "flags": {},
2987
3035
  "parameters": [
2988
3036
  {
2989
- "id": 208,
3037
+ "id": 207,
2990
3038
  "name": "event",
2991
3039
  "kind": 32768,
2992
3040
  "kindString": "Parameter",
@@ -3007,7 +3055,7 @@
3007
3055
  ]
3008
3056
  },
3009
3057
  {
3010
- "id": 209,
3058
+ "id": 208,
3011
3059
  "name": "focusElement",
3012
3060
  "kind": 2048,
3013
3061
  "kindString": "Method",
@@ -3017,13 +3065,13 @@
3017
3065
  "sources": [
3018
3066
  {
3019
3067
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3020
- "line": 121,
3068
+ "line": 105,
3021
3069
  "character": 9
3022
3070
  }
3023
3071
  ],
3024
3072
  "signatures": [
3025
3073
  {
3026
- "id": 210,
3074
+ "id": 209,
3027
3075
  "name": "focusElement",
3028
3076
  "kind": 4096,
3029
3077
  "kindString": "Call signature",
@@ -3036,7 +3084,7 @@
3036
3084
  ]
3037
3085
  },
3038
3086
  {
3039
- "id": 214,
3087
+ "id": 213,
3040
3088
  "name": "setCloseActive",
3041
3089
  "kind": 2048,
3042
3090
  "kindString": "Method",
@@ -3046,20 +3094,20 @@
3046
3094
  "sources": [
3047
3095
  {
3048
3096
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3049
- "line": 129,
3097
+ "line": 113,
3050
3098
  "character": 9
3051
3099
  }
3052
3100
  ],
3053
3101
  "signatures": [
3054
3102
  {
3055
- "id": 215,
3103
+ "id": 214,
3056
3104
  "name": "setCloseActive",
3057
3105
  "kind": 4096,
3058
3106
  "kindString": "Call signature",
3059
3107
  "flags": {},
3060
3108
  "parameters": [
3061
3109
  {
3062
- "id": 216,
3110
+ "id": 215,
3063
3111
  "name": "closeActive",
3064
3112
  "kind": 32768,
3065
3113
  "kindString": "Parameter",
@@ -3078,7 +3126,7 @@
3078
3126
  ]
3079
3127
  },
3080
3128
  {
3081
- "id": 211,
3129
+ "id": 210,
3082
3130
  "name": "setTokenActive",
3083
3131
  "kind": 2048,
3084
3132
  "kindString": "Method",
@@ -3088,20 +3136,20 @@
3088
3136
  "sources": [
3089
3137
  {
3090
3138
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
3091
- "line": 125,
3139
+ "line": 109,
3092
3140
  "character": 9
3093
3141
  }
3094
3142
  ],
3095
3143
  "signatures": [
3096
3144
  {
3097
- "id": 212,
3145
+ "id": 211,
3098
3146
  "name": "setTokenActive",
3099
3147
  "kind": 4096,
3100
3148
  "kindString": "Call signature",
3101
3149
  "flags": {},
3102
3150
  "parameters": [
3103
3151
  {
3104
- "id": 213,
3152
+ "id": 212,
3105
3153
  "name": "tokenActive",
3106
3154
  "kind": 32768,
3107
3155
  "kindString": "Parameter",
@@ -3132,8 +3180,11 @@
3132
3180
  "title": "Properties",
3133
3181
  "kind": 1024,
3134
3182
  "children": [
3135
- 196,
3136
- 197
3183
+ 198,
3184
+ 195,
3185
+ 199,
3186
+ 197,
3187
+ 196
3137
3188
  ]
3138
3189
  },
3139
3190
  {
@@ -3150,10 +3201,10 @@
3150
3201
  "title": "Methods",
3151
3202
  "kind": 2048,
3152
3203
  "children": [
3153
- 206,
3154
- 209,
3155
- 214,
3156
- 211
3204
+ 205,
3205
+ 208,
3206
+ 213,
3207
+ 210
3157
3208
  ]
3158
3209
  }
3159
3210
  ],
@@ -3166,11 +3217,14 @@
3166
3217
  ]
3167
3218
  },
3168
3219
  {
3169
- "id": 220,
3220
+ "id": 218,
3170
3221
  "name": "SkyTokensComponent",
3171
3222
  "kind": 128,
3172
3223
  "kindString": "Class",
3173
3224
  "flags": {},
3225
+ "comment": {
3226
+ "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."
3227
+ },
3174
3228
  "decorators": [
3175
3229
  {
3176
3230
  "name": "Component",
@@ -3187,7 +3241,7 @@
3187
3241
  ],
3188
3242
  "children": [
3189
3243
  {
3190
- "id": 221,
3244
+ "id": 219,
3191
3245
  "name": "constructor",
3192
3246
  "kind": 512,
3193
3247
  "kindString": "Constructor",
@@ -3195,20 +3249,20 @@
3195
3249
  "sources": [
3196
3250
  {
3197
3251
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3198
- "line": 214,
3252
+ "line": 222,
3199
3253
  "character": 2
3200
3254
  }
3201
3255
  ],
3202
3256
  "signatures": [
3203
3257
  {
3204
- "id": 222,
3258
+ "id": 220,
3205
3259
  "name": "SkyTokensComponent",
3206
3260
  "kind": 16384,
3207
3261
  "kindString": "Constructor signature",
3208
3262
  "flags": {},
3209
3263
  "parameters": [
3210
3264
  {
3211
- "id": 223,
3265
+ "id": 221,
3212
3266
  "name": "changeDetector",
3213
3267
  "kind": 32768,
3214
3268
  "kindString": "Parameter",
@@ -3223,14 +3277,14 @@
3223
3277
  ],
3224
3278
  "type": {
3225
3279
  "type": "reference",
3226
- "id": 220,
3280
+ "id": 218,
3227
3281
  "name": "SkyTokensComponent"
3228
3282
  }
3229
3283
  }
3230
3284
  ]
3231
3285
  },
3232
3286
  {
3233
- "id": 249,
3287
+ "id": 247,
3234
3288
  "name": "focusIndexOverRange",
3235
3289
  "kind": 1024,
3236
3290
  "kindString": "Property",
@@ -3255,7 +3309,7 @@
3255
3309
  "sources": [
3256
3310
  {
3257
3311
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3258
- "line": 153,
3312
+ "line": 164,
3259
3313
  "character": 9
3260
3314
  }
3261
3315
  ],
@@ -3274,7 +3328,7 @@
3274
3328
  "defaultValue": "..."
3275
3329
  },
3276
3330
  {
3277
- "id": 250,
3331
+ "id": 248,
3278
3332
  "name": "focusIndexUnderRange",
3279
3333
  "kind": 1024,
3280
3334
  "kindString": "Property",
@@ -3282,7 +3336,7 @@
3282
3336
  "isPublic": true
3283
3337
  },
3284
3338
  "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."
3339
+ "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
3340
  },
3287
3341
  "decorators": [
3288
3342
  {
@@ -3299,7 +3353,7 @@
3299
3353
  "sources": [
3300
3354
  {
3301
3355
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3302
- "line": 160,
3356
+ "line": 171,
3303
3357
  "character": 9
3304
3358
  }
3305
3359
  ],
@@ -3318,7 +3372,50 @@
3318
3372
  "defaultValue": "..."
3319
3373
  },
3320
3374
  {
3321
- "id": 251,
3375
+ "id": 261,
3376
+ "name": "tokenComponents",
3377
+ "kind": 1024,
3378
+ "kindString": "Property",
3379
+ "flags": {
3380
+ "isPublic": true
3381
+ },
3382
+ "decorators": [
3383
+ {
3384
+ "name": "ViewChildren",
3385
+ "type": {
3386
+ "type": "reference",
3387
+ "qualifiedName": "ViewChildrenDecorator",
3388
+ "package": "@angular/core",
3389
+ "name": "ViewChildren"
3390
+ },
3391
+ "arguments": {
3392
+ "selector": "SkyTokenComponent"
3393
+ }
3394
+ }
3395
+ ],
3396
+ "sources": [
3397
+ {
3398
+ "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3399
+ "line": 213,
3400
+ "character": 9
3401
+ }
3402
+ ],
3403
+ "type": {
3404
+ "type": "reference",
3405
+ "typeArguments": [
3406
+ {
3407
+ "type": "reference",
3408
+ "id": 175,
3409
+ "name": "SkyTokenComponent"
3410
+ }
3411
+ ],
3412
+ "qualifiedName": "QueryList",
3413
+ "package": "@angular/core",
3414
+ "name": "QueryList"
3415
+ }
3416
+ },
3417
+ {
3418
+ "id": 249,
3322
3419
  "name": "tokenSelected",
3323
3420
  "kind": 1024,
3324
3421
  "kindString": "Property",
@@ -3343,7 +3440,7 @@
3343
3440
  "sources": [
3344
3441
  {
3345
3442
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3346
- "line": 166,
3443
+ "line": 177,
3347
3444
  "character": 9
3348
3445
  }
3349
3446
  ],
@@ -3352,7 +3449,7 @@
3352
3449
  "typeArguments": [
3353
3450
  {
3354
3451
  "type": "reference",
3355
- "id": 372,
3452
+ "id": 381,
3356
3453
  "name": "SkyTokenSelectedEventArgs"
3357
3454
  }
3358
3455
  ],
@@ -3363,7 +3460,7 @@
3363
3460
  "defaultValue": "..."
3364
3461
  },
3365
3462
  {
3366
- "id": 252,
3463
+ "id": 250,
3367
3464
  "name": "tokensChange",
3368
3465
  "kind": 1024,
3369
3466
  "kindString": "Property",
@@ -3388,7 +3485,7 @@
3388
3485
  "sources": [
3389
3486
  {
3390
3487
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3391
- "line": 173,
3488
+ "line": 184,
3392
3489
  "character": 9
3393
3490
  }
3394
3491
  ],
@@ -3399,7 +3496,7 @@
3399
3496
  "type": "array",
3400
3497
  "elementType": {
3401
3498
  "type": "reference",
3402
- "id": 370,
3499
+ "id": 379,
3403
3500
  "name": "SkyToken"
3404
3501
  }
3405
3502
  }
@@ -3411,7 +3508,7 @@
3411
3508
  "defaultValue": "..."
3412
3509
  },
3413
3510
  {
3414
- "id": 257,
3511
+ "id": 255,
3415
3512
  "name": "trackTokenFn",
3416
3513
  "kind": 1024,
3417
3514
  "kindString": "Property",
@@ -3421,64 +3518,26 @@
3421
3518
  "sources": [
3422
3519
  {
3423
3520
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3424
- "line": 198,
3521
+ "line": 204,
3425
3522
  "character": 9
3426
3523
  }
3427
3524
  ],
3428
3525
  "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
- }
3526
+ "type": "reference",
3527
+ "typeArguments": [
3528
+ {
3529
+ "type": "reference",
3530
+ "id": 379,
3531
+ "name": "SkyToken"
3532
+ }
3533
+ ],
3534
+ "qualifiedName": "TrackByFunction",
3535
+ "package": "@angular/core",
3536
+ "name": "TrackByFunction"
3478
3537
  }
3479
3538
  },
3480
3539
  {
3481
- "id": 236,
3540
+ "id": 234,
3482
3541
  "name": "trackWith",
3483
3542
  "kind": 1024,
3484
3543
  "kindString": "Property",
@@ -3503,7 +3562,7 @@
3503
3562
  "sources": [
3504
3563
  {
3505
3564
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3506
- "line": 104,
3565
+ "line": 111,
3507
3566
  "character": 9
3508
3567
  }
3509
3568
  ],
@@ -3513,7 +3572,62 @@
3513
3572
  }
3514
3573
  },
3515
3574
  {
3516
- "id": 224,
3575
+ "id": 251,
3576
+ "name": "activeIndex",
3577
+ "kind": 262144,
3578
+ "kindString": "Accessor",
3579
+ "flags": {
3580
+ "isPublic": true
3581
+ },
3582
+ "sources": [
3583
+ {
3584
+ "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3585
+ "line": 186,
3586
+ "character": 13
3587
+ }
3588
+ ],
3589
+ "getSignature": [
3590
+ {
3591
+ "id": 252,
3592
+ "name": "activeIndex",
3593
+ "kind": 524288,
3594
+ "kindString": "Get signature",
3595
+ "flags": {},
3596
+ "type": {
3597
+ "type": "intrinsic",
3598
+ "name": "number"
3599
+ }
3600
+ }
3601
+ ],
3602
+ "setSignature": [
3603
+ {
3604
+ "id": 253,
3605
+ "name": "activeIndex",
3606
+ "kind": 1048576,
3607
+ "kindString": "Set signature",
3608
+ "flags": {},
3609
+ "parameters": [
3610
+ {
3611
+ "id": 254,
3612
+ "name": "value",
3613
+ "kind": 32768,
3614
+ "kindString": "Parameter",
3615
+ "flags": {},
3616
+ "type": {
3617
+ "type": "intrinsic",
3618
+ "name": "number"
3619
+ }
3620
+ }
3621
+ ],
3622
+ "type": {
3623
+ "type": "intrinsic",
3624
+ "name": "void"
3625
+ }
3626
+ }
3627
+ ]
3628
+ },
3629
+ {
3630
+ "id": 222,
3517
3631
  "name": "disabled",
3518
3632
  "kind": 262144,
3519
3633
  "kindString": "Accessor",
@@ -3535,13 +3649,13 @@
3535
3649
  "sources": [
3536
3650
  {
3537
3651
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3538
- "line": 64,
3652
+ "line": 72,
3539
3653
  "character": 13
3540
3654
  }
3541
3655
  ],
3542
3656
  "getSignature": [
3543
3657
  {
3544
- "id": 225,
3658
+ "id": 223,
3545
3659
  "name": "disabled",
3546
3660
  "kind": 524288,
3547
3661
  "kindString": "Get signature",
@@ -3563,7 +3677,7 @@
3563
3677
  ],
3564
3678
  "setSignature": [
3565
3679
  {
3566
- "id": 226,
3680
+ "id": 224,
3567
3681
  "name": "disabled",
3568
3682
  "kind": 1048576,
3569
3683
  "kindString": "Set signature",
@@ -3579,7 +3693,7 @@
3579
3693
  },
3580
3694
  "parameters": [
3581
3695
  {
3582
- "id": 227,
3696
+ "id": 225,
3583
3697
  "name": "value",
3584
3698
  "kind": 32768,
3585
3699
  "kindString": "Parameter",
@@ -3598,7 +3712,7 @@
3598
3712
  ]
3599
3713
  },
3600
3714
  {
3601
- "id": 228,
3715
+ "id": 226,
3602
3716
  "name": "dismissible",
3603
3717
  "kind": 262144,
3604
3718
  "kindString": "Accessor",
@@ -3620,19 +3734,19 @@
3620
3734
  "sources": [
3621
3735
  {
3622
3736
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3623
- "line": 78,
3737
+ "line": 85,
3624
3738
  "character": 13
3625
3739
  }
3626
3740
  ],
3627
3741
  "getSignature": [
3628
3742
  {
3629
- "id": 229,
3743
+ "id": 227,
3630
3744
  "name": "dismissible",
3631
3745
  "kind": 524288,
3632
3746
  "kindString": "Get signature",
3633
3747
  "flags": {},
3634
3748
  "comment": {
3635
- "shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key.",
3749
+ "shortText": "Indicates whether users can remove a token from the list by selecting a token's close button.",
3636
3750
  "tags": [
3637
3751
  {
3638
3752
  "tag": "default",
@@ -3648,13 +3762,13 @@
3648
3762
  ],
3649
3763
  "setSignature": [
3650
3764
  {
3651
- "id": 230,
3765
+ "id": 228,
3652
3766
  "name": "dismissible",
3653
3767
  "kind": 1048576,
3654
3768
  "kindString": "Set signature",
3655
3769
  "flags": {},
3656
3770
  "comment": {
3657
- "shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key.",
3771
+ "shortText": "Indicates whether users can remove a token from the list by selecting a token's close button.",
3658
3772
  "tags": [
3659
3773
  {
3660
3774
  "tag": "default",
@@ -3664,7 +3778,7 @@
3664
3778
  },
3665
3779
  "parameters": [
3666
3780
  {
3667
- "id": 231,
3781
+ "id": 229,
3668
3782
  "name": "value",
3669
3783
  "kind": 32768,
3670
3784
  "kindString": "Parameter",
@@ -3683,7 +3797,7 @@
3683
3797
  ]
3684
3798
  },
3685
3799
  {
3686
- "id": 232,
3800
+ "id": 230,
3687
3801
  "name": "displayWith",
3688
3802
  "kind": 262144,
3689
3803
  "kindString": "Accessor",
@@ -3705,13 +3819,13 @@
3705
3819
  "sources": [
3706
3820
  {
3707
3821
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3708
- "line": 91,
3822
+ "line": 98,
3709
3823
  "character": 13
3710
3824
  }
3711
3825
  ],
3712
3826
  "getSignature": [
3713
3827
  {
3714
- "id": 233,
3828
+ "id": 231,
3715
3829
  "name": "displayWith",
3716
3830
  "kind": 524288,
3717
3831
  "kindString": "Get signature",
@@ -3733,7 +3847,7 @@
3733
3847
  ],
3734
3848
  "setSignature": [
3735
3849
  {
3736
- "id": 234,
3850
+ "id": 232,
3737
3851
  "name": "displayWith",
3738
3852
  "kind": 1048576,
3739
3853
  "kindString": "Set signature",
@@ -3749,7 +3863,7 @@
3749
3863
  },
3750
3864
  "parameters": [
3751
3865
  {
3752
- "id": 235,
3866
+ "id": 233,
3753
3867
  "name": "value",
3754
3868
  "kind": 32768,
3755
3869
  "kindString": "Parameter",
@@ -3768,7 +3882,7 @@
3768
3882
  ]
3769
3883
  },
3770
3884
  {
3771
- "id": 237,
3885
+ "id": 235,
3772
3886
  "name": "focusable",
3773
3887
  "kind": 262144,
3774
3888
  "kindString": "Accessor",
@@ -3790,13 +3904,13 @@
3790
3904
  "sources": [
3791
3905
  {
3792
3906
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3793
- "line": 113,
3907
+ "line": 120,
3794
3908
  "character": 13
3795
3909
  }
3796
3910
  ],
3797
3911
  "getSignature": [
3798
3912
  {
3799
- "id": 238,
3913
+ "id": 236,
3800
3914
  "name": "focusable",
3801
3915
  "kind": 524288,
3802
3916
  "kindString": "Get signature",
@@ -3818,7 +3932,7 @@
3818
3932
  ],
3819
3933
  "setSignature": [
3820
3934
  {
3821
- "id": 239,
3935
+ "id": 237,
3822
3936
  "name": "focusable",
3823
3937
  "kind": 1048576,
3824
3938
  "kindString": "Set signature",
@@ -3834,7 +3948,7 @@
3834
3948
  },
3835
3949
  "parameters": [
3836
3950
  {
3837
- "id": 240,
3951
+ "id": 238,
3838
3952
  "name": "value",
3839
3953
  "kind": 32768,
3840
3954
  "kindString": "Parameter",
@@ -3853,7 +3967,7 @@
3853
3967
  ]
3854
3968
  },
3855
3969
  {
3856
- "id": 245,
3970
+ "id": 243,
3857
3971
  "name": "messageStream",
3858
3972
  "kind": 262144,
3859
3973
  "kindString": "Accessor",
@@ -3875,13 +3989,13 @@
3875
3989
  "sources": [
3876
3990
  {
3877
3991
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3878
- "line": 139,
3992
+ "line": 150,
3879
3993
  "character": 13
3880
3994
  }
3881
3995
  ],
3882
3996
  "getSignature": [
3883
3997
  {
3884
- "id": 246,
3998
+ "id": 244,
3885
3999
  "name": "messageStream",
3886
4000
  "kind": 524288,
3887
4001
  "kindString": "Get signature",
@@ -3894,7 +4008,7 @@
3894
4008
  "typeArguments": [
3895
4009
  {
3896
4010
  "type": "reference",
3897
- "id": 374,
4011
+ "id": 383,
3898
4012
  "name": "SkyTokensMessage"
3899
4013
  }
3900
4014
  ],
@@ -3906,7 +4020,7 @@
3906
4020
  ],
3907
4021
  "setSignature": [
3908
4022
  {
3909
- "id": 247,
4023
+ "id": 245,
3910
4024
  "name": "messageStream",
3911
4025
  "kind": 1048576,
3912
4026
  "kindString": "Set signature",
@@ -3916,7 +4030,7 @@
3916
4030
  },
3917
4031
  "parameters": [
3918
4032
  {
3919
- "id": 248,
4033
+ "id": 246,
3920
4034
  "name": "value",
3921
4035
  "kind": 32768,
3922
4036
  "kindString": "Parameter",
@@ -3926,7 +4040,7 @@
3926
4040
  "typeArguments": [
3927
4041
  {
3928
4042
  "type": "reference",
3929
- "id": 374,
4043
+ "id": 383,
3930
4044
  "name": "SkyTokensMessage"
3931
4045
  }
3932
4046
  ],
@@ -3944,7 +4058,7 @@
3944
4058
  ]
3945
4059
  },
3946
4060
  {
3947
- "id": 241,
4061
+ "id": 239,
3948
4062
  "name": "tokens",
3949
4063
  "kind": 262144,
3950
4064
  "kindString": "Accessor",
@@ -3966,13 +4080,13 @@
3966
4080
  "sources": [
3967
4081
  {
3968
4082
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3969
- "line": 125,
4083
+ "line": 132,
3970
4084
  "character": 13
3971
4085
  }
3972
4086
  ],
3973
4087
  "getSignature": [
3974
4088
  {
3975
- "id": 242,
4089
+ "id": 240,
3976
4090
  "name": "tokens",
3977
4091
  "kind": 524288,
3978
4092
  "kindString": "Get signature",
@@ -3984,7 +4098,7 @@
3984
4098
  "type": "array",
3985
4099
  "elementType": {
3986
4100
  "type": "reference",
3987
- "id": 370,
4101
+ "id": 379,
3988
4102
  "name": "SkyToken"
3989
4103
  }
3990
4104
  }
@@ -3992,7 +4106,7 @@
3992
4106
  ],
3993
4107
  "setSignature": [
3994
4108
  {
3995
- "id": 243,
4109
+ "id": 241,
3996
4110
  "name": "tokens",
3997
4111
  "kind": 1048576,
3998
4112
  "kindString": "Set signature",
@@ -4002,7 +4116,7 @@
4002
4116
  },
4003
4117
  "parameters": [
4004
4118
  {
4005
- "id": 244,
4119
+ "id": 242,
4006
4120
  "name": "value",
4007
4121
  "kind": 32768,
4008
4122
  "kindString": "Parameter",
@@ -4011,7 +4125,7 @@
4011
4125
  "type": "array",
4012
4126
  "elementType": {
4013
4127
  "type": "reference",
4014
- "id": 370,
4128
+ "id": 379,
4015
4129
  "name": "SkyToken"
4016
4130
  }
4017
4131
  }
@@ -4025,7 +4139,7 @@
4025
4139
  ]
4026
4140
  },
4027
4141
  {
4028
- "id": 272,
4142
+ "id": 267,
4029
4143
  "name": "ngOnDestroy",
4030
4144
  "kind": 2048,
4031
4145
  "kindString": "Method",
@@ -4035,13 +4149,13 @@
4035
4149
  "sources": [
4036
4150
  {
4037
4151
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4038
- "line": 227,
4152
+ "line": 237,
4039
4153
  "character": 9
4040
4154
  }
4041
4155
  ],
4042
4156
  "signatures": [
4043
4157
  {
4044
- "id": 273,
4158
+ "id": 268,
4045
4159
  "name": "ngOnDestroy",
4046
4160
  "kind": 4096,
4047
4161
  "kindString": "Call signature",
@@ -4062,7 +4176,7 @@
4062
4176
  }
4063
4177
  },
4064
4178
  {
4065
- "id": 274,
4179
+ "id": 269,
4066
4180
  "name": "onTokenClick",
4067
4181
  "kind": 2048,
4068
4182
  "kindString": "Method",
@@ -4072,27 +4186,27 @@
4072
4186
  "sources": [
4073
4187
  {
4074
4188
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4075
- "line": 232,
4189
+ "line": 242,
4076
4190
  "character": 9
4077
4191
  }
4078
4192
  ],
4079
4193
  "signatures": [
4080
4194
  {
4081
- "id": 275,
4195
+ "id": 270,
4082
4196
  "name": "onTokenClick",
4083
4197
  "kind": 4096,
4084
4198
  "kindString": "Call signature",
4085
4199
  "flags": {},
4086
4200
  "parameters": [
4087
4201
  {
4088
- "id": 276,
4202
+ "id": 271,
4089
4203
  "name": "token",
4090
4204
  "kind": 32768,
4091
4205
  "kindString": "Parameter",
4092
4206
  "flags": {},
4093
4207
  "type": {
4094
4208
  "type": "reference",
4095
- "id": 370,
4209
+ "id": 379,
4096
4210
  "name": "SkyToken"
4097
4211
  }
4098
4212
  }
@@ -4105,7 +4219,7 @@
4105
4219
  ]
4106
4220
  },
4107
4221
  {
4108
- "id": 277,
4222
+ "id": 272,
4109
4223
  "name": "onTokenKeyDown",
4110
4224
  "kind": 2048,
4111
4225
  "kindString": "Method",
@@ -4115,20 +4229,20 @@
4115
4229
  "sources": [
4116
4230
  {
4117
4231
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4118
- "line": 240,
4232
+ "line": 250,
4119
4233
  "character": 9
4120
4234
  }
4121
4235
  ],
4122
4236
  "signatures": [
4123
4237
  {
4124
- "id": 278,
4238
+ "id": 273,
4125
4239
  "name": "onTokenKeyDown",
4126
4240
  "kind": 4096,
4127
4241
  "kindString": "Call signature",
4128
4242
  "flags": {},
4129
4243
  "parameters": [
4130
4244
  {
4131
- "id": 279,
4245
+ "id": 274,
4132
4246
  "name": "event",
4133
4247
  "kind": 32768,
4134
4248
  "kindString": "Parameter",
@@ -4149,7 +4263,7 @@
4149
4263
  ]
4150
4264
  },
4151
4265
  {
4152
- "id": 283,
4266
+ "id": 278,
4153
4267
  "name": "removeToken",
4154
4268
  "kind": 2048,
4155
4269
  "kindString": "Method",
@@ -4159,27 +4273,27 @@
4159
4273
  "sources": [
4160
4274
  {
4161
4275
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4162
- "line": 268,
4276
+ "line": 278,
4163
4277
  "character": 9
4164
4278
  }
4165
4279
  ],
4166
4280
  "signatures": [
4167
4281
  {
4168
- "id": 284,
4282
+ "id": 279,
4169
4283
  "name": "removeToken",
4170
4284
  "kind": 4096,
4171
4285
  "kindString": "Call signature",
4172
4286
  "flags": {},
4173
4287
  "parameters": [
4174
4288
  {
4175
- "id": 285,
4289
+ "id": 280,
4176
4290
  "name": "token",
4177
4291
  "kind": 32768,
4178
4292
  "kindString": "Parameter",
4179
4293
  "flags": {},
4180
4294
  "type": {
4181
4295
  "type": "reference",
4182
- "id": 370,
4296
+ "id": 379,
4183
4297
  "name": "SkyToken"
4184
4298
  }
4185
4299
  }
@@ -4192,7 +4306,7 @@
4192
4306
  ]
4193
4307
  },
4194
4308
  {
4195
- "id": 280,
4309
+ "id": 275,
4196
4310
  "name": "selectToken",
4197
4311
  "kind": 2048,
4198
4312
  "kindString": "Method",
@@ -4202,27 +4316,27 @@
4202
4316
  "sources": [
4203
4317
  {
4204
4318
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4205
- "line": 262,
4319
+ "line": 272,
4206
4320
  "character": 9
4207
4321
  }
4208
4322
  ],
4209
4323
  "signatures": [
4210
4324
  {
4211
- "id": 281,
4325
+ "id": 276,
4212
4326
  "name": "selectToken",
4213
4327
  "kind": 4096,
4214
4328
  "kindString": "Call signature",
4215
4329
  "flags": {},
4216
4330
  "parameters": [
4217
4331
  {
4218
- "id": 282,
4332
+ "id": 277,
4219
4333
  "name": "token",
4220
4334
  "kind": 32768,
4221
4335
  "kindString": "Parameter",
4222
4336
  "flags": {},
4223
4337
  "type": {
4224
4338
  "type": "reference",
4225
- "id": 370,
4339
+ "id": 379,
4226
4340
  "name": "SkyToken"
4227
4341
  }
4228
4342
  }
@@ -4240,49 +4354,51 @@
4240
4354
  "title": "Constructors",
4241
4355
  "kind": 512,
4242
4356
  "children": [
4243
- 221
4357
+ 219
4244
4358
  ]
4245
4359
  },
4246
4360
  {
4247
4361
  "title": "Properties",
4248
4362
  "kind": 1024,
4249
4363
  "children": [
4364
+ 247,
4365
+ 248,
4366
+ 261,
4250
4367
  249,
4251
4368
  250,
4252
- 251,
4253
- 252,
4254
- 257,
4255
- 236
4369
+ 255,
4370
+ 234
4256
4371
  ]
4257
4372
  },
4258
4373
  {
4259
4374
  "title": "Accessors",
4260
4375
  "kind": 262144,
4261
4376
  "children": [
4262
- 224,
4263
- 228,
4264
- 232,
4265
- 237,
4266
- 245,
4267
- 241
4377
+ 251,
4378
+ 222,
4379
+ 226,
4380
+ 230,
4381
+ 235,
4382
+ 243,
4383
+ 239
4268
4384
  ]
4269
4385
  },
4270
4386
  {
4271
4387
  "title": "Methods",
4272
4388
  "kind": 2048,
4273
4389
  "children": [
4390
+ 267,
4391
+ 269,
4274
4392
  272,
4275
- 274,
4276
- 277,
4277
- 283,
4278
- 280
4393
+ 278,
4394
+ 275
4279
4395
  ]
4280
4396
  }
4281
4397
  ],
4282
4398
  "sources": [
4283
4399
  {
4284
4400
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
4285
- "line": 56,
4401
+ "line": 64,
4286
4402
  "character": 13
4287
4403
  }
4288
4404
  ],
@@ -4296,7 +4412,7 @@
4296
4412
  ]
4297
4413
  },
4298
4414
  {
4299
- "id": 301,
4415
+ "id": 296,
4300
4416
  "name": "SkyWaitComponent",
4301
4417
  "kind": 128,
4302
4418
  "kindString": "Class",
@@ -4317,7 +4433,7 @@
4317
4433
  ],
4318
4434
  "children": [
4319
4435
  {
4320
- "id": 302,
4436
+ "id": 297,
4321
4437
  "name": "constructor",
4322
4438
  "kind": 512,
4323
4439
  "kindString": "Constructor",
@@ -4325,20 +4441,20 @@
4325
4441
  "sources": [
4326
4442
  {
4327
4443
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4328
- "line": 91,
4444
+ "line": 120,
4329
4445
  "character": 2
4330
4446
  }
4331
4447
  ],
4332
4448
  "signatures": [
4333
4449
  {
4334
- "id": 303,
4450
+ "id": 298,
4335
4451
  "name": "SkyWaitComponent",
4336
4452
  "kind": 16384,
4337
4453
  "kindString": "Constructor signature",
4338
4454
  "flags": {},
4339
4455
  "parameters": [
4340
4456
  {
4341
- "id": 304,
4457
+ "id": 299,
4342
4458
  "name": "elRef",
4343
4459
  "kind": 32768,
4344
4460
  "kindString": "Parameter",
@@ -4357,7 +4473,7 @@
4357
4473
  }
4358
4474
  },
4359
4475
  {
4360
- "id": 305,
4476
+ "id": 300,
4361
4477
  "name": "adapterService",
4362
4478
  "kind": 32768,
4363
4479
  "kindString": "Parameter",
@@ -4368,8 +4484,8 @@
4368
4484
  }
4369
4485
  },
4370
4486
  {
4371
- "id": 306,
4372
- "name": "resourceService",
4487
+ "id": 301,
4488
+ "name": "resourceSvc",
4373
4489
  "kind": 32768,
4374
4490
  "kindString": "Parameter",
4375
4491
  "flags": {},
@@ -4393,50 +4509,15 @@
4393
4509
  ],
4394
4510
  "type": {
4395
4511
  "type": "reference",
4396
- "id": 301,
4512
+ "id": 296,
4397
4513
  "name": "SkyWaitComponent"
4398
4514
  }
4399
4515
  }
4400
4516
  ]
4401
4517
  },
4402
4518
  {
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",
4519
+ "id": 317,
4520
+ "name": "ariaLabelStream",
4440
4521
  "kind": 1024,
4441
4522
  "kindString": "Property",
4442
4523
  "flags": {
@@ -4445,7 +4526,7 @@
4445
4526
  "sources": [
4446
4527
  {
4447
4528
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4448
- "line": 85,
4529
+ "line": 106,
4449
4530
  "character": 9
4450
4531
  }
4451
4532
  ],
@@ -4464,22 +4545,13 @@
4464
4545
  "defaultValue": "..."
4465
4546
  },
4466
4547
  {
4467
- "id": 316,
4468
- "name": "isNonBlocking",
4469
- "kind": 1024,
4470
- "kindString": "Property",
4548
+ "id": 302,
4549
+ "name": "ariaLabel",
4550
+ "kind": 262144,
4551
+ "kindString": "Accessor",
4471
4552
  "flags": {
4472
4553
  "isPublic": true
4473
4554
  },
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
4555
  "decorators": [
4484
4556
  {
4485
4557
  "name": "Input",
@@ -4495,17 +4567,42 @@
4495
4567
  "sources": [
4496
4568
  {
4497
4569
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4498
- "line": 83,
4499
- "character": 9
4570
+ "line": 34,
4571
+ "character": 13
4500
4572
  }
4501
4573
  ],
4502
- "type": {
4503
- "type": "intrinsic",
4504
- "name": "boolean"
4505
- }
4574
+ "setSignature": [
4575
+ {
4576
+ "id": 303,
4577
+ "name": "ariaLabel",
4578
+ "kind": 1048576,
4579
+ "kindString": "Set signature",
4580
+ "flags": {},
4581
+ "comment": {
4582
+ "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.\""
4583
+ },
4584
+ "parameters": [
4585
+ {
4586
+ "id": 304,
4587
+ "name": "value",
4588
+ "kind": 32768,
4589
+ "kindString": "Parameter",
4590
+ "flags": {},
4591
+ "type": {
4592
+ "type": "intrinsic",
4593
+ "name": "string"
4594
+ }
4595
+ }
4596
+ ],
4597
+ "type": {
4598
+ "type": "intrinsic",
4599
+ "name": "void"
4600
+ }
4601
+ }
4602
+ ]
4506
4603
  },
4507
4604
  {
4508
- "id": 312,
4605
+ "id": 309,
4509
4606
  "name": "isFullPage",
4510
4607
  "kind": 262144,
4511
4608
  "kindString": "Accessor",
@@ -4527,13 +4624,13 @@
4527
4624
  "sources": [
4528
4625
  {
4529
4626
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4530
- "line": 62,
4627
+ "line": 75,
4531
4628
  "character": 13
4532
4629
  }
4533
4630
  ],
4534
4631
  "getSignature": [
4535
4632
  {
4536
- "id": 313,
4633
+ "id": 310,
4537
4634
  "name": "isFullPage",
4538
4635
  "kind": 524288,
4539
4636
  "kindString": "Get signature",
@@ -4555,7 +4652,7 @@
4555
4652
  ],
4556
4653
  "setSignature": [
4557
4654
  {
4558
- "id": 314,
4655
+ "id": 311,
4559
4656
  "name": "isFullPage",
4560
4657
  "kind": 1048576,
4561
4658
  "kindString": "Set signature",
@@ -4571,7 +4668,92 @@
4571
4668
  },
4572
4669
  "parameters": [
4573
4670
  {
4574
- "id": 315,
4671
+ "id": 312,
4672
+ "name": "value",
4673
+ "kind": 32768,
4674
+ "kindString": "Parameter",
4675
+ "flags": {},
4676
+ "type": {
4677
+ "type": "intrinsic",
4678
+ "name": "boolean"
4679
+ }
4680
+ }
4681
+ ],
4682
+ "type": {
4683
+ "type": "intrinsic",
4684
+ "name": "void"
4685
+ }
4686
+ }
4687
+ ]
4688
+ },
4689
+ {
4690
+ "id": 313,
4691
+ "name": "isNonBlocking",
4692
+ "kind": 262144,
4693
+ "kindString": "Accessor",
4694
+ "flags": {
4695
+ "isPublic": true
4696
+ },
4697
+ "decorators": [
4698
+ {
4699
+ "name": "Input",
4700
+ "type": {
4701
+ "type": "reference",
4702
+ "qualifiedName": "InputDecorator",
4703
+ "package": "@angular/core",
4704
+ "name": "Input"
4705
+ },
4706
+ "arguments": {}
4707
+ }
4708
+ ],
4709
+ "sources": [
4710
+ {
4711
+ "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4712
+ "line": 97,
4713
+ "character": 13
4714
+ }
4715
+ ],
4716
+ "getSignature": [
4717
+ {
4718
+ "id": 314,
4719
+ "name": "isNonBlocking",
4720
+ "kind": 524288,
4721
+ "kindString": "Get signature",
4722
+ "flags": {},
4723
+ "comment": {
4724
+ "shortText": "When set to `true`, wait indication appears in the bottom left corner of the element\ninstead of hiding the entire parent element.",
4725
+ "tags": [
4726
+ {
4727
+ "tag": "default",
4728
+ "text": "false\n"
4729
+ }
4730
+ ]
4731
+ },
4732
+ "type": {
4733
+ "type": "intrinsic",
4734
+ "name": "boolean"
4735
+ }
4736
+ }
4737
+ ],
4738
+ "setSignature": [
4739
+ {
4740
+ "id": 315,
4741
+ "name": "isNonBlocking",
4742
+ "kind": 1048576,
4743
+ "kindString": "Set signature",
4744
+ "flags": {},
4745
+ "comment": {
4746
+ "shortText": "When set to `true`, wait indication appears in the bottom left corner of the element\ninstead of hiding the entire parent element.",
4747
+ "tags": [
4748
+ {
4749
+ "tag": "default",
4750
+ "text": "false\n"
4751
+ }
4752
+ ]
4753
+ },
4754
+ "parameters": [
4755
+ {
4756
+ "id": 316,
4575
4757
  "name": "value",
4576
4758
  "kind": 32768,
4577
4759
  "kindString": "Parameter",
@@ -4590,7 +4772,7 @@
4590
4772
  ]
4591
4773
  },
4592
4774
  {
4593
- "id": 308,
4775
+ "id": 305,
4594
4776
  "name": "isWaiting",
4595
4777
  "kind": 262144,
4596
4778
  "kindString": "Accessor",
@@ -4612,13 +4794,13 @@
4612
4794
  "sources": [
4613
4795
  {
4614
4796
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4615
- "line": 32,
4797
+ "line": 43,
4616
4798
  "character": 13
4617
4799
  }
4618
4800
  ],
4619
4801
  "getSignature": [
4620
4802
  {
4621
- "id": 309,
4803
+ "id": 306,
4622
4804
  "name": "isWaiting",
4623
4805
  "kind": 524288,
4624
4806
  "kindString": "Get signature",
@@ -4634,7 +4816,7 @@
4634
4816
  ],
4635
4817
  "setSignature": [
4636
4818
  {
4637
- "id": 310,
4819
+ "id": 307,
4638
4820
  "name": "isWaiting",
4639
4821
  "kind": 1048576,
4640
4822
  "kindString": "Set signature",
@@ -4644,7 +4826,7 @@
4644
4826
  },
4645
4827
  "parameters": [
4646
4828
  {
4647
- "id": 311,
4829
+ "id": 308,
4648
4830
  "name": "value",
4649
4831
  "kind": 32768,
4650
4832
  "kindString": "Parameter",
@@ -4663,7 +4845,44 @@
4663
4845
  ]
4664
4846
  },
4665
4847
  {
4666
- "id": 321,
4848
+ "id": 329,
4849
+ "name": "ngOnDestroy",
4850
+ "kind": 2048,
4851
+ "kindString": "Method",
4852
+ "flags": {
4853
+ "isPublic": true
4854
+ },
4855
+ "sources": [
4856
+ {
4857
+ "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4858
+ "line": 136,
4859
+ "character": 9
4860
+ }
4861
+ ],
4862
+ "signatures": [
4863
+ {
4864
+ "id": 330,
4865
+ "name": "ngOnDestroy",
4866
+ "kind": 4096,
4867
+ "kindString": "Call signature",
4868
+ "flags": {},
4869
+ "type": {
4870
+ "type": "intrinsic",
4871
+ "name": "void"
4872
+ },
4873
+ "implementationOf": {
4874
+ "type": "reference",
4875
+ "name": "OnDestroy.ngOnDestroy"
4876
+ }
4877
+ }
4878
+ ],
4879
+ "implementationOf": {
4880
+ "type": "reference",
4881
+ "name": "OnDestroy.ngOnDestroy"
4882
+ }
4883
+ },
4884
+ {
4885
+ "id": 327,
4667
4886
  "name": "ngOnInit",
4668
4887
  "kind": 2048,
4669
4888
  "kindString": "Method",
@@ -4673,13 +4892,13 @@
4673
4892
  "sources": [
4674
4893
  {
4675
4894
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4676
- "line": 97,
4895
+ "line": 132,
4677
4896
  "character": 9
4678
4897
  }
4679
4898
  ],
4680
4899
  "signatures": [
4681
4900
  {
4682
- "id": 322,
4901
+ "id": 328,
4683
4902
  "name": "ngOnInit",
4684
4903
  "kind": 4096,
4685
4904
  "kindString": "Call signature",
@@ -4705,38 +4924,39 @@
4705
4924
  "title": "Constructors",
4706
4925
  "kind": 512,
4707
4926
  "children": [
4708
- 302
4927
+ 297
4709
4928
  ]
4710
4929
  },
4711
4930
  {
4712
4931
  "title": "Properties",
4713
4932
  "kind": 1024,
4714
4933
  "children": [
4715
- 307,
4716
- 317,
4717
- 316
4934
+ 317
4718
4935
  ]
4719
4936
  },
4720
4937
  {
4721
4938
  "title": "Accessors",
4722
4939
  "kind": 262144,
4723
4940
  "children": [
4724
- 312,
4725
- 308
4941
+ 302,
4942
+ 309,
4943
+ 313,
4944
+ 305
4726
4945
  ]
4727
4946
  },
4728
4947
  {
4729
4948
  "title": "Methods",
4730
4949
  "kind": 2048,
4731
4950
  "children": [
4732
- 321
4951
+ 329,
4952
+ 327
4733
4953
  ]
4734
4954
  }
4735
4955
  ],
4736
4956
  "sources": [
4737
4957
  {
4738
4958
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4739
- "line": 16,
4959
+ "line": 24,
4740
4960
  "character": 13
4741
4961
  }
4742
4962
  ],
@@ -4746,6 +4966,12 @@
4746
4966
  "qualifiedName": "OnInit",
4747
4967
  "package": "@angular/core",
4748
4968
  "name": "OnInit"
4969
+ },
4970
+ {
4971
+ "type": "reference",
4972
+ "qualifiedName": "OnDestroy",
4973
+ "package": "@angular/core",
4974
+ "name": "OnDestroy"
4749
4975
  }
4750
4976
  ]
4751
4977
  },
@@ -5016,10 +5242,9 @@
5016
5242
  ],
5017
5243
  "type": {
5018
5244
  "type": "reference",
5019
- "id": 350,
5245
+ "id": 358,
5020
5246
  "name": "SkyIconType"
5021
- },
5022
- "defaultValue": "'fa'"
5247
+ }
5023
5248
  },
5024
5249
  {
5025
5250
  "id": 65,
@@ -5088,7 +5313,7 @@
5088
5313
  ],
5089
5314
  "type": {
5090
5315
  "type": "reference",
5091
- "id": 351,
5316
+ "id": 359,
5092
5317
  "name": "SkyIconVariantType"
5093
5318
  }
5094
5319
  }
@@ -5268,7 +5493,7 @@
5268
5493
  "sources": [
5269
5494
  {
5270
5495
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5271
- "line": 16,
5496
+ "line": 18,
5272
5497
  "character": 9
5273
5498
  }
5274
5499
  ],
@@ -5298,7 +5523,7 @@
5298
5523
  "sources": [
5299
5524
  {
5300
5525
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5301
- "line": 8,
5526
+ "line": 10,
5302
5527
  "character": 13
5303
5528
  }
5304
5529
  ]
@@ -5455,7 +5680,7 @@
5455
5680
  ],
5456
5681
  "type": {
5457
5682
  "type": "reference",
5458
- "id": 355,
5683
+ "id": 364,
5459
5684
  "name": "SkyLabelType"
5460
5685
  },
5461
5686
  "defaultValue": "LABEL_TYPE_DEFAULT"
@@ -5583,7 +5808,7 @@
5583
5808
  "flags": {},
5584
5809
  "type": {
5585
5810
  "type": "reference",
5586
- "id": 359,
5811
+ "id": 368,
5587
5812
  "name": "SkyIndicatorDescriptionType"
5588
5813
  }
5589
5814
  }
@@ -5647,7 +5872,7 @@
5647
5872
  "flags": {},
5648
5873
  "type": {
5649
5874
  "type": "reference",
5650
- "id": 355,
5875
+ "id": 364,
5651
5876
  "name": "SkyLabelType"
5652
5877
  }
5653
5878
  }
@@ -5794,25 +6019,25 @@
5794
6019
  ]
5795
6020
  },
5796
6021
  {
5797
- "id": 370,
6022
+ "id": 379,
5798
6023
  "name": "SkyToken",
5799
6024
  "kind": 256,
5800
6025
  "kindString": "Interface",
5801
6026
  "flags": {},
5802
6027
  "children": [
5803
6028
  {
5804
- "id": 371,
6029
+ "id": 380,
5805
6030
  "name": "value",
5806
6031
  "kind": 1024,
5807
6032
  "kindString": "Property",
5808
6033
  "flags": {},
5809
6034
  "comment": {
5810
- "shortText": "Specifies the token's contents."
6035
+ "shortText": "Specifies the token's value. The `sky-tokens` component will use its `displayWith`\nproperty to determine which of the value's properties to use as the token's label."
5811
6036
  },
5812
6037
  "sources": [
5813
6038
  {
5814
6039
  "fileName": "projects/indicators/src/modules/tokens/types/token.ts",
5815
- "line": 5,
6040
+ "line": 7,
5816
6041
  "character": 2
5817
6042
  }
5818
6043
  ],
@@ -5827,7 +6052,7 @@
5827
6052
  "title": "Properties",
5828
6053
  "kind": 1024,
5829
6054
  "children": [
5830
- 371
6055
+ 380
5831
6056
  ]
5832
6057
  }
5833
6058
  ],
@@ -5840,14 +6065,14 @@
5840
6065
  ]
5841
6066
  },
5842
6067
  {
5843
- "id": 372,
6068
+ "id": 381,
5844
6069
  "name": "SkyTokenSelectedEventArgs",
5845
6070
  "kind": 256,
5846
6071
  "kindString": "Interface",
5847
6072
  "flags": {},
5848
6073
  "children": [
5849
6074
  {
5850
- "id": 373,
6075
+ "id": 382,
5851
6076
  "name": "token",
5852
6077
  "kind": 1024,
5853
6078
  "kindString": "Property",
@@ -5866,7 +6091,7 @@
5866
6091
  ],
5867
6092
  "type": {
5868
6093
  "type": "reference",
5869
- "id": 370,
6094
+ "id": 379,
5870
6095
  "name": "SkyToken"
5871
6096
  }
5872
6097
  }
@@ -5876,7 +6101,7 @@
5876
6101
  "title": "Properties",
5877
6102
  "kind": 1024,
5878
6103
  "children": [
5879
- 373
6104
+ 382
5880
6105
  ]
5881
6106
  }
5882
6107
  ],
@@ -5889,14 +6114,14 @@
5889
6114
  ]
5890
6115
  },
5891
6116
  {
5892
- "id": 374,
6117
+ "id": 383,
5893
6118
  "name": "SkyTokensMessage",
5894
6119
  "kind": 256,
5895
6120
  "kindString": "Interface",
5896
6121
  "flags": {},
5897
6122
  "children": [
5898
6123
  {
5899
- "id": 375,
6124
+ "id": 384,
5900
6125
  "name": "type",
5901
6126
  "kind": 1024,
5902
6127
  "kindString": "Property",
@@ -5915,7 +6140,7 @@
5915
6140
  ],
5916
6141
  "type": {
5917
6142
  "type": "reference",
5918
- "id": 376,
6143
+ "id": 385,
5919
6144
  "name": "SkyTokensMessageType"
5920
6145
  }
5921
6146
  }
@@ -5925,7 +6150,7 @@
5925
6150
  "title": "Properties",
5926
6151
  "kind": 1024,
5927
6152
  "children": [
5928
- 375
6153
+ 384
5929
6154
  ]
5930
6155
  }
5931
6156
  ],
@@ -5938,7 +6163,7 @@
5938
6163
  ]
5939
6164
  },
5940
6165
  {
5941
- "id": 350,
6166
+ "id": 358,
5942
6167
  "name": "SkyIconType",
5943
6168
  "kind": 4194304,
5944
6169
  "kindString": "Type alias",
@@ -5965,7 +6190,7 @@
5965
6190
  }
5966
6191
  },
5967
6192
  {
5968
- "id": 351,
6193
+ "id": 359,
5969
6194
  "name": "SkyIconVariantType",
5970
6195
  "kind": 4194304,
5971
6196
  "kindString": "Type alias",
@@ -5992,7 +6217,7 @@
5992
6217
  }
5993
6218
  },
5994
6219
  {
5995
- "id": 359,
6220
+ "id": 368,
5996
6221
  "name": "SkyIndicatorDescriptionType",
5997
6222
  "kind": 4194304,
5998
6223
  "kindString": "Type alias",
@@ -6055,7 +6280,7 @@
6055
6280
  }
6056
6281
  },
6057
6282
  {
6058
- "id": 360,
6283
+ "id": 369,
6059
6284
  "name": "SkyIndicatorIconType",
6060
6285
  "kind": 4194304,
6061
6286
  "kindString": "Type alias",
@@ -6090,7 +6315,34 @@
6090
6315
  }
6091
6316
  },
6092
6317
  {
6093
- "id": 355,
6318
+ "id": 360,
6319
+ "name": "SkyKeyInfoLayoutType",
6320
+ "kind": 4194304,
6321
+ "kindString": "Type alias",
6322
+ "flags": {},
6323
+ "sources": [
6324
+ {
6325
+ "fileName": "projects/indicators/src/modules/key-info/key-info-layout-type.ts",
6326
+ "line": 1,
6327
+ "character": 12
6328
+ }
6329
+ ],
6330
+ "type": {
6331
+ "type": "union",
6332
+ "types": [
6333
+ {
6334
+ "type": "literal",
6335
+ "value": "horizontal"
6336
+ },
6337
+ {
6338
+ "type": "literal",
6339
+ "value": "vertical"
6340
+ }
6341
+ ]
6342
+ }
6343
+ },
6344
+ {
6345
+ "id": 364,
6094
6346
  "name": "SkyLabelType",
6095
6347
  "kind": 4194304,
6096
6348
  "kindString": "Type alias",
@@ -6123,12 +6375,1413 @@
6123
6375
  }
6124
6376
  ]
6125
6377
  }
6126
- }
6127
- ],
6128
- "groups": [
6378
+ },
6129
6379
  {
6130
- "title": "Modules",
6131
- "kind": 2,
6380
+ "id": 437,
6381
+ "name": "SkyAlertHarness",
6382
+ "kind": 128,
6383
+ "kindString": "Class",
6384
+ "flags": {},
6385
+ "comment": {
6386
+ "shortText": "Harness for interacting with an alert component in tests."
6387
+ },
6388
+ "children": [
6389
+ {
6390
+ "id": 458,
6391
+ "name": "close",
6392
+ "kind": 2048,
6393
+ "kindString": "Method",
6394
+ "flags": {
6395
+ "isPublic": true
6396
+ },
6397
+ "sources": [
6398
+ {
6399
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6400
+ "line": 65,
6401
+ "character": 15
6402
+ }
6403
+ ],
6404
+ "signatures": [
6405
+ {
6406
+ "id": 459,
6407
+ "name": "close",
6408
+ "kind": 4096,
6409
+ "kindString": "Call signature",
6410
+ "flags": {},
6411
+ "comment": {
6412
+ "shortText": "Closes the alert."
6413
+ },
6414
+ "type": {
6415
+ "type": "reference",
6416
+ "typeArguments": [
6417
+ {
6418
+ "type": "intrinsic",
6419
+ "name": "void"
6420
+ }
6421
+ ],
6422
+ "qualifiedName": "Promise",
6423
+ "package": "typescript",
6424
+ "name": "Promise"
6425
+ }
6426
+ }
6427
+ ]
6428
+ },
6429
+ {
6430
+ "id": 454,
6431
+ "name": "getAlertType",
6432
+ "kind": 2048,
6433
+ "kindString": "Method",
6434
+ "flags": {
6435
+ "isPublic": true
6436
+ },
6437
+ "sources": [
6438
+ {
6439
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6440
+ "line": 37,
6441
+ "character": 15
6442
+ }
6443
+ ],
6444
+ "signatures": [
6445
+ {
6446
+ "id": 455,
6447
+ "name": "getAlertType",
6448
+ "kind": 4096,
6449
+ "kindString": "Call signature",
6450
+ "flags": {},
6451
+ "comment": {
6452
+ "shortText": "Gets the current alert type."
6453
+ },
6454
+ "type": {
6455
+ "type": "reference",
6456
+ "typeArguments": [
6457
+ {
6458
+ "type": "reference",
6459
+ "id": 369,
6460
+ "name": "SkyIndicatorIconType"
6461
+ }
6462
+ ],
6463
+ "qualifiedName": "Promise",
6464
+ "package": "typescript",
6465
+ "name": "Promise"
6466
+ }
6467
+ }
6468
+ ]
6469
+ },
6470
+ {
6471
+ "id": 466,
6472
+ "name": "getCustomDescription",
6473
+ "kind": 2048,
6474
+ "kindString": "Method",
6475
+ "flags": {
6476
+ "isPublic": true
6477
+ },
6478
+ "sources": [
6479
+ {
6480
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6481
+ "line": 129,
6482
+ "character": 15
6483
+ }
6484
+ ],
6485
+ "signatures": [
6486
+ {
6487
+ "id": 467,
6488
+ "name": "getCustomDescription",
6489
+ "kind": 4096,
6490
+ "kindString": "Call signature",
6491
+ "flags": {},
6492
+ "comment": {
6493
+ "shortText": "Gets the custom text used for the screen reader description of the label component icon."
6494
+ },
6495
+ "type": {
6496
+ "type": "reference",
6497
+ "typeArguments": [
6498
+ {
6499
+ "type": "intrinsic",
6500
+ "name": "string"
6501
+ }
6502
+ ],
6503
+ "qualifiedName": "Promise",
6504
+ "package": "typescript",
6505
+ "name": "Promise"
6506
+ }
6507
+ }
6508
+ ]
6509
+ },
6510
+ {
6511
+ "id": 464,
6512
+ "name": "getDescriptionType",
6513
+ "kind": 2048,
6514
+ "kindString": "Method",
6515
+ "flags": {
6516
+ "isPublic": true
6517
+ },
6518
+ "sources": [
6519
+ {
6520
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6521
+ "line": 93,
6522
+ "character": 15
6523
+ }
6524
+ ],
6525
+ "signatures": [
6526
+ {
6527
+ "id": 465,
6528
+ "name": "getDescriptionType",
6529
+ "kind": 4096,
6530
+ "kindString": "Call signature",
6531
+ "flags": {},
6532
+ "comment": {
6533
+ "shortText": "Gets the `descriptionType` of the label component."
6534
+ },
6535
+ "type": {
6536
+ "type": "reference",
6537
+ "typeArguments": [
6538
+ {
6539
+ "type": "reference",
6540
+ "id": 368,
6541
+ "name": "SkyIndicatorDescriptionType"
6542
+ }
6543
+ ],
6544
+ "qualifiedName": "Promise",
6545
+ "package": "typescript",
6546
+ "name": "Promise"
6547
+ }
6548
+ }
6549
+ ]
6550
+ },
6551
+ {
6552
+ "id": 456,
6553
+ "name": "getText",
6554
+ "kind": 2048,
6555
+ "kindString": "Method",
6556
+ "flags": {
6557
+ "isPublic": true
6558
+ },
6559
+ "sources": [
6560
+ {
6561
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6562
+ "line": 58,
6563
+ "character": 15
6564
+ }
6565
+ ],
6566
+ "signatures": [
6567
+ {
6568
+ "id": 457,
6569
+ "name": "getText",
6570
+ "kind": 4096,
6571
+ "kindString": "Call signature",
6572
+ "flags": {},
6573
+ "comment": {
6574
+ "shortText": "Gets the current alert text."
6575
+ },
6576
+ "type": {
6577
+ "type": "reference",
6578
+ "typeArguments": [
6579
+ {
6580
+ "type": "intrinsic",
6581
+ "name": "string"
6582
+ }
6583
+ ],
6584
+ "qualifiedName": "Promise",
6585
+ "package": "typescript",
6586
+ "name": "Promise"
6587
+ }
6588
+ }
6589
+ ]
6590
+ },
6591
+ {
6592
+ "id": 471,
6593
+ "name": "host",
6594
+ "kind": 2048,
6595
+ "kindString": "Method",
6596
+ "flags": {},
6597
+ "sources": [
6598
+ {
6599
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
6600
+ "line": 40,
6601
+ "character": 4
6602
+ }
6603
+ ],
6604
+ "signatures": [
6605
+ {
6606
+ "id": 472,
6607
+ "name": "host",
6608
+ "kind": 4096,
6609
+ "kindString": "Call signature",
6610
+ "flags": {},
6611
+ "comment": {
6612
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
6613
+ },
6614
+ "type": {
6615
+ "type": "reference",
6616
+ "typeArguments": [
6617
+ {
6618
+ "type": "reference",
6619
+ "qualifiedName": "TestElement",
6620
+ "package": "@angular/cdk",
6621
+ "name": "TestElement"
6622
+ }
6623
+ ],
6624
+ "qualifiedName": "Promise",
6625
+ "package": "typescript",
6626
+ "name": "Promise"
6627
+ },
6628
+ "inheritedFrom": {
6629
+ "type": "reference",
6630
+ "name": "SkyComponentHarness.host"
6631
+ }
6632
+ }
6633
+ ],
6634
+ "inheritedFrom": {
6635
+ "type": "reference",
6636
+ "name": "SkyComponentHarness.host"
6637
+ }
6638
+ },
6639
+ {
6640
+ "id": 462,
6641
+ "name": "isCloseable",
6642
+ "kind": 2048,
6643
+ "kindString": "Method",
6644
+ "flags": {
6645
+ "isPublic": true
6646
+ },
6647
+ "sources": [
6648
+ {
6649
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6650
+ "line": 85,
6651
+ "character": 15
6652
+ }
6653
+ ],
6654
+ "signatures": [
6655
+ {
6656
+ "id": 463,
6657
+ "name": "isCloseable",
6658
+ "kind": 4096,
6659
+ "kindString": "Call signature",
6660
+ "flags": {},
6661
+ "comment": {
6662
+ "shortText": "Indicates whether the user can close the alert."
6663
+ },
6664
+ "type": {
6665
+ "type": "reference",
6666
+ "typeArguments": [
6667
+ {
6668
+ "type": "intrinsic",
6669
+ "name": "boolean"
6670
+ }
6671
+ ],
6672
+ "qualifiedName": "Promise",
6673
+ "package": "typescript",
6674
+ "name": "Promise"
6675
+ }
6676
+ }
6677
+ ]
6678
+ },
6679
+ {
6680
+ "id": 460,
6681
+ "name": "isClosed",
6682
+ "kind": 2048,
6683
+ "kindString": "Method",
6684
+ "flags": {
6685
+ "isPublic": true
6686
+ },
6687
+ "sources": [
6688
+ {
6689
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6690
+ "line": 76,
6691
+ "character": 15
6692
+ }
6693
+ ],
6694
+ "signatures": [
6695
+ {
6696
+ "id": 461,
6697
+ "name": "isClosed",
6698
+ "kind": 4096,
6699
+ "kindString": "Call signature",
6700
+ "flags": {},
6701
+ "comment": {
6702
+ "shortText": "Indicates whether the user has closed the alert."
6703
+ },
6704
+ "type": {
6705
+ "type": "reference",
6706
+ "typeArguments": [
6707
+ {
6708
+ "type": "intrinsic",
6709
+ "name": "boolean"
6710
+ }
6711
+ ],
6712
+ "qualifiedName": "Promise",
6713
+ "package": "typescript",
6714
+ "name": "Promise"
6715
+ }
6716
+ }
6717
+ ]
6718
+ },
6719
+ {
6720
+ "id": 439,
6721
+ "name": "with",
6722
+ "kind": 2048,
6723
+ "kindString": "Method",
6724
+ "flags": {
6725
+ "isPublic": true,
6726
+ "isStatic": true
6727
+ },
6728
+ "sources": [
6729
+ {
6730
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6731
+ "line": 28,
6732
+ "character": 16
6733
+ }
6734
+ ],
6735
+ "signatures": [
6736
+ {
6737
+ "id": 440,
6738
+ "name": "with",
6739
+ "kind": 4096,
6740
+ "kindString": "Call signature",
6741
+ "flags": {},
6742
+ "comment": {
6743
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyAlertHarness` that meets certain criteria."
6744
+ },
6745
+ "parameters": [
6746
+ {
6747
+ "id": 441,
6748
+ "name": "filters",
6749
+ "kind": 32768,
6750
+ "kindString": "Parameter",
6751
+ "flags": {},
6752
+ "type": {
6753
+ "type": "reference",
6754
+ "id": 491,
6755
+ "name": "SkyAlertHarnessFilters"
6756
+ }
6757
+ }
6758
+ ],
6759
+ "type": {
6760
+ "type": "reference",
6761
+ "typeArguments": [
6762
+ {
6763
+ "type": "reference",
6764
+ "id": 437,
6765
+ "name": "SkyAlertHarness"
6766
+ }
6767
+ ],
6768
+ "qualifiedName": "HarnessPredicate",
6769
+ "package": "@angular/cdk",
6770
+ "name": "HarnessPredicate"
6771
+ }
6772
+ }
6773
+ ]
6774
+ }
6775
+ ],
6776
+ "groups": [
6777
+ {
6778
+ "title": "Constructors",
6779
+ "kind": 512,
6780
+ "children": [
6781
+ 447
6782
+ ]
6783
+ },
6784
+ {
6785
+ "title": "Methods",
6786
+ "kind": 2048,
6787
+ "children": [
6788
+ 458,
6789
+ 454,
6790
+ 466,
6791
+ 464,
6792
+ 456,
6793
+ 471,
6794
+ 462,
6795
+ 460,
6796
+ 439
6797
+ ]
6798
+ }
6799
+ ],
6800
+ "sources": [
6801
+ {
6802
+ "fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
6803
+ "line": 13,
6804
+ "character": 13
6805
+ }
6806
+ ],
6807
+ "extendedTypes": [
6808
+ {
6809
+ "type": "reference",
6810
+ "name": "SkyComponentHarness"
6811
+ }
6812
+ ]
6813
+ },
6814
+ {
6815
+ "id": 495,
6816
+ "name": "SkyKeyInfoHarness",
6817
+ "kind": 128,
6818
+ "kindString": "Class",
6819
+ "flags": {},
6820
+ "comment": {
6821
+ "shortText": "Harness for interacting with a key info component in tests."
6822
+ },
6823
+ "children": [
6824
+ {
6825
+ "id": 513,
6826
+ "name": "getLabelText",
6827
+ "kind": 2048,
6828
+ "kindString": "Method",
6829
+ "flags": {
6830
+ "isPublic": true
6831
+ },
6832
+ "sources": [
6833
+ {
6834
+ "fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
6835
+ "line": 42,
6836
+ "character": 15
6837
+ }
6838
+ ],
6839
+ "signatures": [
6840
+ {
6841
+ "id": 514,
6842
+ "name": "getLabelText",
6843
+ "kind": 4096,
6844
+ "kindString": "Call signature",
6845
+ "flags": {},
6846
+ "comment": {
6847
+ "shortText": "Gets the current label text."
6848
+ },
6849
+ "type": {
6850
+ "type": "reference",
6851
+ "typeArguments": [
6852
+ {
6853
+ "type": "intrinsic",
6854
+ "name": "string"
6855
+ }
6856
+ ],
6857
+ "qualifiedName": "Promise",
6858
+ "package": "typescript",
6859
+ "name": "Promise"
6860
+ }
6861
+ }
6862
+ ]
6863
+ },
6864
+ {
6865
+ "id": 515,
6866
+ "name": "getLayout",
6867
+ "kind": 2048,
6868
+ "kindString": "Method",
6869
+ "flags": {
6870
+ "isPublic": true
6871
+ },
6872
+ "sources": [
6873
+ {
6874
+ "fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
6875
+ "line": 49,
6876
+ "character": 15
6877
+ }
6878
+ ],
6879
+ "signatures": [
6880
+ {
6881
+ "id": 516,
6882
+ "name": "getLayout",
6883
+ "kind": 4096,
6884
+ "kindString": "Call signature",
6885
+ "flags": {},
6886
+ "comment": {
6887
+ "shortText": "Gets the current layout type."
6888
+ },
6889
+ "type": {
6890
+ "type": "reference",
6891
+ "typeArguments": [
6892
+ {
6893
+ "type": "reference",
6894
+ "id": 360,
6895
+ "name": "SkyKeyInfoLayoutType"
6896
+ }
6897
+ ],
6898
+ "qualifiedName": "Promise",
6899
+ "package": "typescript",
6900
+ "name": "Promise"
6901
+ }
6902
+ }
6903
+ ]
6904
+ },
6905
+ {
6906
+ "id": 511,
6907
+ "name": "getValueText",
6908
+ "kind": 2048,
6909
+ "kindString": "Method",
6910
+ "flags": {
6911
+ "isPublic": true
6912
+ },
6913
+ "sources": [
6914
+ {
6915
+ "fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
6916
+ "line": 35,
6917
+ "character": 15
6918
+ }
6919
+ ],
6920
+ "signatures": [
6921
+ {
6922
+ "id": 512,
6923
+ "name": "getValueText",
6924
+ "kind": 4096,
6925
+ "kindString": "Call signature",
6926
+ "flags": {},
6927
+ "comment": {
6928
+ "shortText": "Gets the current value text."
6929
+ },
6930
+ "type": {
6931
+ "type": "reference",
6932
+ "typeArguments": [
6933
+ {
6934
+ "type": "intrinsic",
6935
+ "name": "string"
6936
+ }
6937
+ ],
6938
+ "qualifiedName": "Promise",
6939
+ "package": "typescript",
6940
+ "name": "Promise"
6941
+ }
6942
+ }
6943
+ ]
6944
+ },
6945
+ {
6946
+ "id": 520,
6947
+ "name": "host",
6948
+ "kind": 2048,
6949
+ "kindString": "Method",
6950
+ "flags": {},
6951
+ "sources": [
6952
+ {
6953
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
6954
+ "line": 40,
6955
+ "character": 4
6956
+ }
6957
+ ],
6958
+ "signatures": [
6959
+ {
6960
+ "id": 521,
6961
+ "name": "host",
6962
+ "kind": 4096,
6963
+ "kindString": "Call signature",
6964
+ "flags": {},
6965
+ "comment": {
6966
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
6967
+ },
6968
+ "type": {
6969
+ "type": "reference",
6970
+ "typeArguments": [
6971
+ {
6972
+ "type": "reference",
6973
+ "qualifiedName": "TestElement",
6974
+ "package": "@angular/cdk",
6975
+ "name": "TestElement"
6976
+ }
6977
+ ],
6978
+ "qualifiedName": "Promise",
6979
+ "package": "typescript",
6980
+ "name": "Promise"
6981
+ },
6982
+ "inheritedFrom": {
6983
+ "type": "reference",
6984
+ "name": "SkyComponentHarness.host"
6985
+ }
6986
+ }
6987
+ ],
6988
+ "inheritedFrom": {
6989
+ "type": "reference",
6990
+ "name": "SkyComponentHarness.host"
6991
+ }
6992
+ },
6993
+ {
6994
+ "id": 497,
6995
+ "name": "with",
6996
+ "kind": 2048,
6997
+ "kindString": "Method",
6998
+ "flags": {
6999
+ "isPublic": true,
7000
+ "isStatic": true
7001
+ },
7002
+ "sources": [
7003
+ {
7004
+ "fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
7005
+ "line": 26,
7006
+ "character": 16
7007
+ }
7008
+ ],
7009
+ "signatures": [
7010
+ {
7011
+ "id": 498,
7012
+ "name": "with",
7013
+ "kind": 4096,
7014
+ "kindString": "Call signature",
7015
+ "flags": {},
7016
+ "comment": {
7017
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyKeyInfoHarness` that meets certain criteria."
7018
+ },
7019
+ "parameters": [
7020
+ {
7021
+ "id": 499,
7022
+ "name": "filters",
7023
+ "kind": 32768,
7024
+ "kindString": "Parameter",
7025
+ "flags": {},
7026
+ "type": {
7027
+ "type": "reference",
7028
+ "id": 540,
7029
+ "name": "SkyKeyInfoHarnessFilters"
7030
+ }
7031
+ }
7032
+ ],
7033
+ "type": {
7034
+ "type": "reference",
7035
+ "typeArguments": [
7036
+ {
7037
+ "type": "reference",
7038
+ "id": 495,
7039
+ "name": "SkyKeyInfoHarness"
7040
+ }
7041
+ ],
7042
+ "qualifiedName": "HarnessPredicate",
7043
+ "package": "@angular/cdk",
7044
+ "name": "HarnessPredicate"
7045
+ }
7046
+ }
7047
+ ]
7048
+ }
7049
+ ],
7050
+ "groups": [
7051
+ {
7052
+ "title": "Constructors",
7053
+ "kind": 512,
7054
+ "children": [
7055
+ 505
7056
+ ]
7057
+ },
7058
+ {
7059
+ "title": "Methods",
7060
+ "kind": 2048,
7061
+ "children": [
7062
+ 513,
7063
+ 515,
7064
+ 511,
7065
+ 520,
7066
+ 497
7067
+ ]
7068
+ }
7069
+ ],
7070
+ "sources": [
7071
+ {
7072
+ "fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
7073
+ "line": 12,
7074
+ "character": 13
7075
+ }
7076
+ ],
7077
+ "extendedTypes": [
7078
+ {
7079
+ "type": "reference",
7080
+ "name": "SkyComponentHarness"
7081
+ }
7082
+ ]
7083
+ },
7084
+ {
7085
+ "id": 544,
7086
+ "name": "SkyLabelHarness",
7087
+ "kind": 128,
7088
+ "kindString": "Class",
7089
+ "flags": {},
7090
+ "comment": {
7091
+ "shortText": "Harness for interacting with a label component in tests."
7092
+ },
7093
+ "children": [
7094
+ {
7095
+ "id": 566,
7096
+ "name": "getCustomDescription",
7097
+ "kind": 2048,
7098
+ "kindString": "Method",
7099
+ "flags": {
7100
+ "isPublic": true
7101
+ },
7102
+ "sources": [
7103
+ {
7104
+ "fileName": "projects/indicators/src/testing/label/label-harness.ts",
7105
+ "line": 102,
7106
+ "character": 15
7107
+ }
7108
+ ],
7109
+ "signatures": [
7110
+ {
7111
+ "id": 567,
7112
+ "name": "getCustomDescription",
7113
+ "kind": 4096,
7114
+ "kindString": "Call signature",
7115
+ "flags": {},
7116
+ "comment": {
7117
+ "shortText": "Gets the custom text used for the screen reader description of the label component icon."
7118
+ },
7119
+ "type": {
7120
+ "type": "reference",
7121
+ "typeArguments": [
7122
+ {
7123
+ "type": "intrinsic",
7124
+ "name": "string"
7125
+ }
7126
+ ],
7127
+ "qualifiedName": "Promise",
7128
+ "package": "typescript",
7129
+ "name": "Promise"
7130
+ }
7131
+ }
7132
+ ]
7133
+ },
7134
+ {
7135
+ "id": 564,
7136
+ "name": "getDescriptionType",
7137
+ "kind": 2048,
7138
+ "kindString": "Method",
7139
+ "flags": {
7140
+ "isPublic": true
7141
+ },
7142
+ "sources": [
7143
+ {
7144
+ "fileName": "projects/indicators/src/testing/label/label-harness.ts",
7145
+ "line": 66,
7146
+ "character": 15
7147
+ }
7148
+ ],
7149
+ "signatures": [
7150
+ {
7151
+ "id": 565,
7152
+ "name": "getDescriptionType",
7153
+ "kind": 4096,
7154
+ "kindString": "Call signature",
7155
+ "flags": {},
7156
+ "comment": {
7157
+ "shortText": "Gets the `descriptionType` of the label component."
7158
+ },
7159
+ "type": {
7160
+ "type": "reference",
7161
+ "typeArguments": [
7162
+ {
7163
+ "type": "reference",
7164
+ "id": 368,
7165
+ "name": "SkyIndicatorDescriptionType"
7166
+ }
7167
+ ],
7168
+ "qualifiedName": "Promise",
7169
+ "package": "typescript",
7170
+ "name": "Promise"
7171
+ }
7172
+ }
7173
+ ]
7174
+ },
7175
+ {
7176
+ "id": 560,
7177
+ "name": "getLabelText",
7178
+ "kind": 2048,
7179
+ "kindString": "Method",
7180
+ "flags": {
7181
+ "isPublic": true
7182
+ },
7183
+ "sources": [
7184
+ {
7185
+ "fileName": "projects/indicators/src/testing/label/label-harness.ts",
7186
+ "line": 36,
7187
+ "character": 15
7188
+ }
7189
+ ],
7190
+ "signatures": [
7191
+ {
7192
+ "id": 561,
7193
+ "name": "getLabelText",
7194
+ "kind": 4096,
7195
+ "kindString": "Call signature",
7196
+ "flags": {},
7197
+ "comment": {
7198
+ "shortText": "Gets the text of the label component."
7199
+ },
7200
+ "type": {
7201
+ "type": "reference",
7202
+ "typeArguments": [
7203
+ {
7204
+ "type": "intrinsic",
7205
+ "name": "string"
7206
+ }
7207
+ ],
7208
+ "qualifiedName": "Promise",
7209
+ "package": "typescript",
7210
+ "name": "Promise"
7211
+ }
7212
+ }
7213
+ ]
7214
+ },
7215
+ {
7216
+ "id": 562,
7217
+ "name": "getLabelType",
7218
+ "kind": 2048,
7219
+ "kindString": "Method",
7220
+ "flags": {
7221
+ "isPublic": true
7222
+ },
7223
+ "sources": [
7224
+ {
7225
+ "fileName": "projects/indicators/src/testing/label/label-harness.ts",
7226
+ "line": 43,
7227
+ "character": 15
7228
+ }
7229
+ ],
7230
+ "signatures": [
7231
+ {
7232
+ "id": 563,
7233
+ "name": "getLabelType",
7234
+ "kind": 4096,
7235
+ "kindString": "Call signature",
7236
+ "flags": {},
7237
+ "comment": {
7238
+ "shortText": "Gets the `labelType` of the label component."
7239
+ },
7240
+ "type": {
7241
+ "type": "reference",
7242
+ "typeArguments": [
7243
+ {
7244
+ "type": "reference",
7245
+ "id": 364,
7246
+ "name": "SkyLabelType"
7247
+ }
7248
+ ],
7249
+ "qualifiedName": "Promise",
7250
+ "package": "typescript",
7251
+ "name": "Promise"
7252
+ }
7253
+ }
7254
+ ]
7255
+ },
7256
+ {
7257
+ "id": 571,
7258
+ "name": "host",
7259
+ "kind": 2048,
7260
+ "kindString": "Method",
7261
+ "flags": {},
7262
+ "sources": [
7263
+ {
7264
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7265
+ "line": 40,
7266
+ "character": 4
7267
+ }
7268
+ ],
7269
+ "signatures": [
7270
+ {
7271
+ "id": 572,
7272
+ "name": "host",
7273
+ "kind": 4096,
7274
+ "kindString": "Call signature",
7275
+ "flags": {},
7276
+ "comment": {
7277
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
7278
+ },
7279
+ "type": {
7280
+ "type": "reference",
7281
+ "typeArguments": [
7282
+ {
7283
+ "type": "reference",
7284
+ "qualifiedName": "TestElement",
7285
+ "package": "@angular/cdk",
7286
+ "name": "TestElement"
7287
+ }
7288
+ ],
7289
+ "qualifiedName": "Promise",
7290
+ "package": "typescript",
7291
+ "name": "Promise"
7292
+ },
7293
+ "inheritedFrom": {
7294
+ "type": "reference",
7295
+ "name": "SkyComponentHarness.host"
7296
+ }
7297
+ }
7298
+ ],
7299
+ "inheritedFrom": {
7300
+ "type": "reference",
7301
+ "name": "SkyComponentHarness.host"
7302
+ }
7303
+ },
7304
+ {
7305
+ "id": 546,
7306
+ "name": "with",
7307
+ "kind": 2048,
7308
+ "kindString": "Method",
7309
+ "flags": {
7310
+ "isPublic": true,
7311
+ "isStatic": true
7312
+ },
7313
+ "sources": [
7314
+ {
7315
+ "fileName": "projects/indicators/src/testing/label/label-harness.ts",
7316
+ "line": 27,
7317
+ "character": 16
7318
+ }
7319
+ ],
7320
+ "signatures": [
7321
+ {
7322
+ "id": 547,
7323
+ "name": "with",
7324
+ "kind": 4096,
7325
+ "kindString": "Call signature",
7326
+ "flags": {},
7327
+ "comment": {
7328
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyLookupHarness` that meets certain criteria."
7329
+ },
7330
+ "parameters": [
7331
+ {
7332
+ "id": 548,
7333
+ "name": "filters",
7334
+ "kind": 32768,
7335
+ "kindString": "Parameter",
7336
+ "flags": {},
7337
+ "type": {
7338
+ "type": "reference",
7339
+ "id": 591,
7340
+ "name": "SkyLabelHarnessFilters"
7341
+ }
7342
+ }
7343
+ ],
7344
+ "type": {
7345
+ "type": "reference",
7346
+ "typeArguments": [
7347
+ {
7348
+ "type": "reference",
7349
+ "id": 544,
7350
+ "name": "SkyLabelHarness"
7351
+ }
7352
+ ],
7353
+ "qualifiedName": "HarnessPredicate",
7354
+ "package": "@angular/cdk",
7355
+ "name": "HarnessPredicate"
7356
+ }
7357
+ }
7358
+ ]
7359
+ }
7360
+ ],
7361
+ "groups": [
7362
+ {
7363
+ "title": "Constructors",
7364
+ "kind": 512,
7365
+ "children": [
7366
+ 554
7367
+ ]
7368
+ },
7369
+ {
7370
+ "title": "Methods",
7371
+ "kind": 2048,
7372
+ "children": [
7373
+ 566,
7374
+ 564,
7375
+ 560,
7376
+ 562,
7377
+ 571,
7378
+ 546
7379
+ ]
7380
+ }
7381
+ ],
7382
+ "sources": [
7383
+ {
7384
+ "fileName": "projects/indicators/src/testing/label/label-harness.ts",
7385
+ "line": 13,
7386
+ "character": 13
7387
+ }
7388
+ ],
7389
+ "extendedTypes": [
7390
+ {
7391
+ "type": "reference",
7392
+ "name": "SkyComponentHarness"
7393
+ }
7394
+ ]
7395
+ },
7396
+ {
7397
+ "id": 491,
7398
+ "name": "SkyAlertHarnessFilters",
7399
+ "kind": 256,
7400
+ "kindString": "Interface",
7401
+ "flags": {},
7402
+ "comment": {
7403
+ "shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
7404
+ },
7405
+ "children": [
7406
+ {
7407
+ "id": 494,
7408
+ "name": "ancestor",
7409
+ "kind": 1024,
7410
+ "kindString": "Property",
7411
+ "flags": {
7412
+ "isOptional": true
7413
+ },
7414
+ "comment": {
7415
+ "shortText": "Only find instances that are nested under an element with the given selector."
7416
+ },
7417
+ "sources": [
7418
+ {
7419
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7420
+ "line": 28,
7421
+ "character": 4
7422
+ }
7423
+ ],
7424
+ "type": {
7425
+ "type": "intrinsic",
7426
+ "name": "string"
7427
+ },
7428
+ "inheritedFrom": {
7429
+ "type": "reference",
7430
+ "name": "SkyHarnessFilters.ancestor"
7431
+ }
7432
+ },
7433
+ {
7434
+ "id": 492,
7435
+ "name": "dataSkyId",
7436
+ "kind": 1024,
7437
+ "kindString": "Property",
7438
+ "flags": {
7439
+ "isOptional": true
7440
+ },
7441
+ "comment": {
7442
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
7443
+ },
7444
+ "sources": [
7445
+ {
7446
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
7447
+ "line": 11,
7448
+ "character": 2
7449
+ }
7450
+ ],
7451
+ "type": {
7452
+ "type": "union",
7453
+ "types": [
7454
+ {
7455
+ "type": "intrinsic",
7456
+ "name": "string"
7457
+ },
7458
+ {
7459
+ "type": "reference",
7460
+ "qualifiedName": "RegExp",
7461
+ "package": "typescript",
7462
+ "name": "RegExp"
7463
+ }
7464
+ ]
7465
+ },
7466
+ "inheritedFrom": {
7467
+ "type": "reference",
7468
+ "name": "SkyHarnessFilters.dataSkyId"
7469
+ }
7470
+ },
7471
+ {
7472
+ "id": 493,
7473
+ "name": "selector",
7474
+ "kind": 1024,
7475
+ "kindString": "Property",
7476
+ "flags": {
7477
+ "isOptional": true
7478
+ },
7479
+ "comment": {
7480
+ "shortText": "Only find instances whose host element matches the given selector."
7481
+ },
7482
+ "sources": [
7483
+ {
7484
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7485
+ "line": 26,
7486
+ "character": 4
7487
+ }
7488
+ ],
7489
+ "type": {
7490
+ "type": "intrinsic",
7491
+ "name": "string"
7492
+ },
7493
+ "inheritedFrom": {
7494
+ "type": "reference",
7495
+ "name": "SkyHarnessFilters.selector"
7496
+ }
7497
+ }
7498
+ ],
7499
+ "groups": [
7500
+ {
7501
+ "title": "Properties",
7502
+ "kind": 1024,
7503
+ "children": [
7504
+ 494,
7505
+ 492,
7506
+ 493
7507
+ ]
7508
+ }
7509
+ ],
7510
+ "sources": [
7511
+ {
7512
+ "fileName": "projects/indicators/src/testing/alert/alert-harness-filters.ts",
7513
+ "line": 7,
7514
+ "character": 17
7515
+ }
7516
+ ],
7517
+ "extendedTypes": [
7518
+ {
7519
+ "type": "reference",
7520
+ "name": "SkyHarnessFilters"
7521
+ }
7522
+ ]
7523
+ },
7524
+ {
7525
+ "id": 540,
7526
+ "name": "SkyKeyInfoHarnessFilters",
7527
+ "kind": 256,
7528
+ "kindString": "Interface",
7529
+ "flags": {},
7530
+ "comment": {
7531
+ "shortText": "A set of criteria that can be used to filter a list of SkyKeyInfoHarness instances."
7532
+ },
7533
+ "children": [
7534
+ {
7535
+ "id": 543,
7536
+ "name": "ancestor",
7537
+ "kind": 1024,
7538
+ "kindString": "Property",
7539
+ "flags": {
7540
+ "isOptional": true
7541
+ },
7542
+ "comment": {
7543
+ "shortText": "Only find instances that are nested under an element with the given selector."
7544
+ },
7545
+ "sources": [
7546
+ {
7547
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7548
+ "line": 28,
7549
+ "character": 4
7550
+ }
7551
+ ],
7552
+ "type": {
7553
+ "type": "intrinsic",
7554
+ "name": "string"
7555
+ },
7556
+ "inheritedFrom": {
7557
+ "type": "reference",
7558
+ "name": "SkyHarnessFilters.ancestor"
7559
+ }
7560
+ },
7561
+ {
7562
+ "id": 541,
7563
+ "name": "dataSkyId",
7564
+ "kind": 1024,
7565
+ "kindString": "Property",
7566
+ "flags": {
7567
+ "isOptional": true
7568
+ },
7569
+ "comment": {
7570
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
7571
+ },
7572
+ "sources": [
7573
+ {
7574
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
7575
+ "line": 11,
7576
+ "character": 2
7577
+ }
7578
+ ],
7579
+ "type": {
7580
+ "type": "union",
7581
+ "types": [
7582
+ {
7583
+ "type": "intrinsic",
7584
+ "name": "string"
7585
+ },
7586
+ {
7587
+ "type": "reference",
7588
+ "qualifiedName": "RegExp",
7589
+ "package": "typescript",
7590
+ "name": "RegExp"
7591
+ }
7592
+ ]
7593
+ },
7594
+ "inheritedFrom": {
7595
+ "type": "reference",
7596
+ "name": "SkyHarnessFilters.dataSkyId"
7597
+ }
7598
+ },
7599
+ {
7600
+ "id": 542,
7601
+ "name": "selector",
7602
+ "kind": 1024,
7603
+ "kindString": "Property",
7604
+ "flags": {
7605
+ "isOptional": true
7606
+ },
7607
+ "comment": {
7608
+ "shortText": "Only find instances whose host element matches the given selector."
7609
+ },
7610
+ "sources": [
7611
+ {
7612
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7613
+ "line": 26,
7614
+ "character": 4
7615
+ }
7616
+ ],
7617
+ "type": {
7618
+ "type": "intrinsic",
7619
+ "name": "string"
7620
+ },
7621
+ "inheritedFrom": {
7622
+ "type": "reference",
7623
+ "name": "SkyHarnessFilters.selector"
7624
+ }
7625
+ }
7626
+ ],
7627
+ "groups": [
7628
+ {
7629
+ "title": "Properties",
7630
+ "kind": 1024,
7631
+ "children": [
7632
+ 543,
7633
+ 541,
7634
+ 542
7635
+ ]
7636
+ }
7637
+ ],
7638
+ "sources": [
7639
+ {
7640
+ "fileName": "projects/indicators/src/testing/key-info/key-info-harness-filters.ts",
7641
+ "line": 7,
7642
+ "character": 17
7643
+ }
7644
+ ],
7645
+ "extendedTypes": [
7646
+ {
7647
+ "type": "reference",
7648
+ "name": "SkyHarnessFilters"
7649
+ }
7650
+ ]
7651
+ },
7652
+ {
7653
+ "id": 591,
7654
+ "name": "SkyLabelHarnessFilters",
7655
+ "kind": 256,
7656
+ "kindString": "Interface",
7657
+ "flags": {},
7658
+ "comment": {
7659
+ "shortText": "A set of criteria that can be used to filter a list of `SkyLabelHarness` instances."
7660
+ },
7661
+ "children": [
7662
+ {
7663
+ "id": 594,
7664
+ "name": "ancestor",
7665
+ "kind": 1024,
7666
+ "kindString": "Property",
7667
+ "flags": {
7668
+ "isOptional": true
7669
+ },
7670
+ "comment": {
7671
+ "shortText": "Only find instances that are nested under an element with the given selector."
7672
+ },
7673
+ "sources": [
7674
+ {
7675
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7676
+ "line": 28,
7677
+ "character": 4
7678
+ }
7679
+ ],
7680
+ "type": {
7681
+ "type": "intrinsic",
7682
+ "name": "string"
7683
+ },
7684
+ "inheritedFrom": {
7685
+ "type": "reference",
7686
+ "name": "SkyHarnessFilters.ancestor"
7687
+ }
7688
+ },
7689
+ {
7690
+ "id": 592,
7691
+ "name": "dataSkyId",
7692
+ "kind": 1024,
7693
+ "kindString": "Property",
7694
+ "flags": {
7695
+ "isOptional": true
7696
+ },
7697
+ "comment": {
7698
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
7699
+ },
7700
+ "sources": [
7701
+ {
7702
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
7703
+ "line": 11,
7704
+ "character": 2
7705
+ }
7706
+ ],
7707
+ "type": {
7708
+ "type": "union",
7709
+ "types": [
7710
+ {
7711
+ "type": "intrinsic",
7712
+ "name": "string"
7713
+ },
7714
+ {
7715
+ "type": "reference",
7716
+ "qualifiedName": "RegExp",
7717
+ "package": "typescript",
7718
+ "name": "RegExp"
7719
+ }
7720
+ ]
7721
+ },
7722
+ "inheritedFrom": {
7723
+ "type": "reference",
7724
+ "name": "SkyHarnessFilters.dataSkyId"
7725
+ }
7726
+ },
7727
+ {
7728
+ "id": 593,
7729
+ "name": "selector",
7730
+ "kind": 1024,
7731
+ "kindString": "Property",
7732
+ "flags": {
7733
+ "isOptional": true
7734
+ },
7735
+ "comment": {
7736
+ "shortText": "Only find instances whose host element matches the given selector."
7737
+ },
7738
+ "sources": [
7739
+ {
7740
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7741
+ "line": 26,
7742
+ "character": 4
7743
+ }
7744
+ ],
7745
+ "type": {
7746
+ "type": "intrinsic",
7747
+ "name": "string"
7748
+ },
7749
+ "inheritedFrom": {
7750
+ "type": "reference",
7751
+ "name": "SkyHarnessFilters.selector"
7752
+ }
7753
+ }
7754
+ ],
7755
+ "groups": [
7756
+ {
7757
+ "title": "Properties",
7758
+ "kind": 1024,
7759
+ "children": [
7760
+ 594,
7761
+ 592,
7762
+ 593
7763
+ ]
7764
+ }
7765
+ ],
7766
+ "sources": [
7767
+ {
7768
+ "fileName": "projects/indicators/src/testing/label/label-harness-filters.ts",
7769
+ "line": 7,
7770
+ "character": 17
7771
+ }
7772
+ ],
7773
+ "extendedTypes": [
7774
+ {
7775
+ "type": "reference",
7776
+ "name": "SkyHarnessFilters"
7777
+ }
7778
+ ]
7779
+ }
7780
+ ],
7781
+ "groups": [
7782
+ {
7783
+ "title": "Modules",
7784
+ "kind": 2,
6132
7785
  "children": [
6133
7786
  1,
6134
7787
  2
@@ -6140,12 +7793,17 @@
6140
7793
  {
6141
7794
  "fileName": "alert-demo.component.html",
6142
7795
  "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"
7796
+ "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"
7797
+ },
7798
+ {
7799
+ "fileName": "alert-demo.component.spec.ts",
7800
+ "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.spec.ts",
7801
+ "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
7802
  },
6145
7803
  {
6146
7804
  "fileName": "alert-demo.component.ts",
6147
7805
  "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"
7806
+ "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
7807
  },
6150
7808
  {
6151
7809
  "fileName": "alert-demo.module.ts",
@@ -6185,12 +7843,17 @@
6185
7843
  {
6186
7844
  "fileName": "key-info-demo.component.html",
6187
7845
  "filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.html",
6188
- "rawContents": "<sky-key-info [layout]=\"layout\">\n <sky-key-info-value> 575 </sky-key-info-value>\n <sky-key-info-label> New members </sky-key-info-label>\n</sky-key-info>\n"
7846
+ "rawContents": "<sky-key-info [layout]=\"layout\" data-sky-id=\"key-info-demo\">\n <sky-key-info-value>{{ value }}</sky-key-info-value>\n <sky-key-info-label> New members </sky-key-info-label>\n</sky-key-info>\n"
7847
+ },
7848
+ {
7849
+ "fileName": "key-info-demo.component.spec.ts",
7850
+ "filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.spec.ts",
7851
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { SkyKeyInfoHarness } from '@skyux/indicators/testing';\n\nimport { KeyInfoDemoComponent } from './key-info-demo.component';\nimport { KeyInfoDemoModule } from './key-info-demo.module';\n\ndescribe('Basic key info', () => {\n async function setupTest(options?: { value?: number }) {\n const fixture = TestBed.createComponent(KeyInfoDemoComponent);\n\n if (options?.value !== undefined) {\n fixture.componentInstance.value = options.value;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const keyInfoHarness = await loader.getHarness(\n SkyKeyInfoHarness.with({ dataSkyId: 'key-info-demo' })\n );\n\n return { keyInfoHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [KeyInfoDemoModule],\n });\n });\n\n it('should display a vertical key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 101 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('vertical');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('101');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n\n it('should display a horizontal key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 50 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('horizontal');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('50');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n});\n"
6189
7852
  },
6190
7853
  {
6191
7854
  "fileName": "key-info-demo.component.ts",
6192
7855
  "filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
6193
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n public layout = 'vertical';\n}\n"
7856
+ "rawContents": "import { Component, Input } from '@angular/core';\nimport { SkyKeyInfoLayoutType } from '@skyux/indicators';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n @Input()\n public set value(value: number) {\n this.#_value = value;\n this.layout = this.#_value >= 100 ? 'vertical' : 'horizontal';\n }\n\n public get value(): number {\n return this.#_value;\n }\n\n public layout: SkyKeyInfoLayoutType = 'vertical';\n\n #_value: number | undefined;\n}\n"
6194
7857
  },
6195
7858
  {
6196
7859
  "fileName": "key-info-demo.module.ts",
@@ -6215,12 +7878,17 @@
6215
7878
  {
6216
7879
  "fileName": "label-demo.component.html",
6217
7880
  "filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.html",
6218
- "rawContents": "<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"info\"\n descriptionType=\"important-info\"\n>\n Board member\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"success\"\n descriptionType=\"success\"\n>\n Approved\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"warning\"\n descriptionType=\"warning\"\n>\n Needs approval\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"danger\"\n descriptionType=\"important-warning\"\n>\n Overdue\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-lg\"\n labelType=\"info\"\n descriptionType=\"custom\"\n customDescription=\"Fun fact:\"\n>\n Custom screen reader description\n</sky-label>\n"
7881
+ "rawContents": "<sky-label\n data-sky-id=\"label-demo\"\n [labelType]=\"labelType\"\n [descriptionType]=\"descriptionType\"\n>\n {{ labelText }}\n</sky-label>\n"
7882
+ },
7883
+ {
7884
+ "fileName": "label-demo.component.spec.ts",
7885
+ "filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.spec.ts",
7886
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { SkyLabelHarness } from '@skyux/indicators/testing';\n\nimport { LabelDemoComponent } from './label-demo.component';\nimport { LabelDemoModule } from './label-demo.module';\n\ndescribe('Basic label', () => {\n async function setupTest(options?: {\n daysUntilDue?: number;\n submitted?: boolean;\n }) {\n const fixture = TestBed.createComponent(LabelDemoComponent);\n\n if (options?.daysUntilDue !== undefined) {\n fixture.componentInstance.daysUntilDue = options.daysUntilDue;\n }\n\n if (options?.submitted !== undefined) {\n fixture.componentInstance.submitted = options.submitted;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const labelHarness = await loader.getHarness(\n SkyLabelHarness.with({ dataSkyId: 'label-demo' })\n );\n\n return { labelHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [LabelDemoModule],\n });\n });\n\n it('should show an info label when submitted is false and there is more than a week until due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: 8 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('info');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'attention'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Incomplete');\n });\n\n it('should show a warning label when submitted is false and there is less than a week until due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: 6 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('warning');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'important-warning'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Due soon');\n });\n\n it('should show a danger label when submitted is false and it is past due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: -1 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('danger');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'danger'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Overdue');\n });\n\n it('should show a success label when submitted is true', async () => {\n const { labelHarness, fixture } = await setupTest({ submitted: true });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('success');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'completed'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Submitted');\n });\n});\n"
6219
7887
  },
6220
7888
  {
6221
7889
  "fileName": "label-demo.component.ts",
6222
7890
  "filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.ts",
6223
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-label-demo',\n templateUrl: './label-demo.component.html',\n})\nexport class LabelDemoComponent {}\n"
7891
+ "rawContents": "import { Component, Input } from '@angular/core';\nimport { SkyIndicatorDescriptionType, SkyLabelType } from '@skyux/indicators';\n\n@Component({\n selector: 'app-label-demo',\n templateUrl: './label-demo.component.html',\n})\nexport class LabelDemoComponent {\n @Input()\n public get daysUntilDue(): number {\n return this.#_daysUntilDue;\n }\n\n public set daysUntilDue(days: number) {\n this.#_daysUntilDue = days;\n this.updateLabelProperties(this.submitted, days);\n }\n\n @Input()\n public get submitted(): boolean {\n return this.#_submitted;\n }\n\n public set submitted(submitted: boolean) {\n this.#_submitted = submitted;\n this.updateLabelProperties(submitted, this.daysUntilDue);\n }\n\n public labelType: SkyLabelType = 'info';\n public descriptionType: SkyIndicatorDescriptionType = 'attention';\n public labelText = 'Incomplete';\n public todaysDate = new Date('9/14/22');\n #_daysUntilDue = 14;\n #_submitted = false;\n\n private updateLabelProperties(submitted: boolean, days: number) {\n if (submitted) {\n this.labelType = 'success';\n this.descriptionType = 'completed';\n this.labelText = 'Submitted';\n } else if (days <= 0) {\n this.labelType = 'danger';\n this.descriptionType = 'danger';\n this.labelText = 'Overdue';\n } else if (days <= 7) {\n this.labelType = 'warning';\n this.descriptionType = 'important-warning';\n this.labelText = 'Due soon';\n } else {\n this.labelType = 'info';\n this.descriptionType = 'attention';\n this.labelText = 'Incomplete';\n }\n }\n}\n"
6224
7892
  },
6225
7893
  {
6226
7894
  "fileName": "label-demo.module.ts",