@skyux/indicators 6.0.0-beta.3 → 6.0.0-beta.4

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 (45) hide show
  1. package/documentation.json +189 -147
  2. package/esm2020/index.mjs +2 -1
  3. package/esm2020/lib/modules/alert/alert-type.mjs +2 -0
  4. package/esm2020/lib/modules/alert/alert.component.mjs +4 -5
  5. package/esm2020/lib/modules/alert/alert.module.mjs +4 -4
  6. package/esm2020/lib/modules/chevron/chevron.component.mjs +3 -3
  7. package/esm2020/lib/modules/chevron/chevron.module.mjs +4 -4
  8. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
  9. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
  10. package/esm2020/lib/modules/help-inline/help-inline.component.mjs +3 -3
  11. package/esm2020/lib/modules/help-inline/help-inline.module.mjs +4 -4
  12. package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +3 -3
  13. package/esm2020/lib/modules/icon/icon-resolver.service.mjs +3 -3
  14. package/esm2020/lib/modules/icon/icon-stack.component.mjs +3 -3
  15. package/esm2020/lib/modules/icon/icon.component.mjs +3 -3
  16. package/esm2020/lib/modules/icon/icon.module.mjs +4 -4
  17. package/esm2020/lib/modules/key-info/key-info-label.component.mjs +3 -3
  18. package/esm2020/lib/modules/key-info/key-info-value.component.mjs +3 -3
  19. package/esm2020/lib/modules/key-info/key-info.component.mjs +3 -3
  20. package/esm2020/lib/modules/key-info/key-info.module.mjs +4 -4
  21. package/esm2020/lib/modules/label/label.component.mjs +3 -3
  22. package/esm2020/lib/modules/label/label.module.mjs +4 -4
  23. package/esm2020/lib/modules/shared/indicator-icon-utility.mjs +1 -2
  24. package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
  25. package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +3 -3
  26. package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
  27. package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +3 -3
  28. package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  29. package/esm2020/lib/modules/tokens/token.component.mjs +3 -3
  30. package/esm2020/lib/modules/tokens/tokens.component.mjs +4 -6
  31. package/esm2020/lib/modules/tokens/tokens.module.mjs +4 -4
  32. package/esm2020/lib/modules/wait/wait-adapter.service.mjs +3 -3
  33. package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +3 -3
  34. package/esm2020/lib/modules/wait/wait-page.component.mjs +3 -3
  35. package/esm2020/lib/modules/wait/wait.component.mjs +3 -3
  36. package/esm2020/lib/modules/wait/wait.module.mjs +4 -4
  37. package/esm2020/lib/modules/wait/wait.service.mjs +3 -3
  38. package/fesm2015/skyux-indicators.mjs +111 -115
  39. package/fesm2015/skyux-indicators.mjs.map +1 -1
  40. package/fesm2020/skyux-indicators.mjs +111 -115
  41. package/fesm2020/skyux-indicators.mjs.map +1 -1
  42. package/index.d.ts +1 -0
  43. package/lib/modules/alert/alert-type.d.ts +4 -0
  44. package/lib/modules/alert/alert.component.d.ts +3 -3
  45. package/package.json +9 -9
@@ -30,6 +30,7 @@
30
30
  "SkyToken": "interface-skytoken",
31
31
  "SkyTokenSelectedEventArgs": "interface-skytokenselectedeventargs",
32
32
  "SkyTokensMessage": "interface-skytokensmessage",
33
+ "SkyAlertType": "type-alias-skyalerttype",
33
34
  "SkyIconType": "type-alias-skyicontype",
34
35
  "SkyIconVariantType": "type-alias-skyiconvarianttype",
35
36
  "SkyLabelType": "type-alias-skylabeltype"
@@ -43,14 +44,14 @@
43
44
  "originalName": "",
44
45
  "children": [
45
46
  {
46
- "id": 346,
47
+ "id": 347,
47
48
  "name": "SkyTokensMessageType",
48
49
  "kind": 8,
49
50
  "kindString": "Enumeration",
50
51
  "flags": {},
51
52
  "children": [
52
53
  {
53
- "id": 348,
54
+ "id": 349,
54
55
  "name": "FocusActiveToken",
55
56
  "kind": 16,
56
57
  "kindString": "Enumeration member",
@@ -68,7 +69,7 @@
68
69
  "defaultValue": "1"
69
70
  },
70
71
  {
71
- "id": 347,
72
+ "id": 348,
72
73
  "name": "FocusLastToken",
73
74
  "kind": 16,
74
75
  "kindString": "Enumeration member",
@@ -86,7 +87,7 @@
86
87
  "defaultValue": "0"
87
88
  },
88
89
  {
89
- "id": 350,
90
+ "id": 351,
90
91
  "name": "FocusNextToken",
91
92
  "kind": 16,
92
93
  "kindString": "Enumeration member",
@@ -104,7 +105,7 @@
104
105
  "defaultValue": "3"
105
106
  },
106
107
  {
107
- "id": 349,
108
+ "id": 350,
108
109
  "name": "FocusPreviousToken",
109
110
  "kind": 16,
110
111
  "kindString": "Enumeration member",
@@ -122,7 +123,7 @@
122
123
  "defaultValue": "2"
123
124
  },
124
125
  {
125
- "id": 351,
126
+ "id": 352,
126
127
  "name": "RemoveActiveToken",
127
128
  "kind": 16,
128
129
  "kindString": "Enumeration member",
@@ -145,11 +146,11 @@
145
146
  "title": "Enumeration members",
146
147
  "kind": 16,
147
148
  "children": [
149
+ 349,
148
150
  348,
149
- 347,
151
+ 351,
150
152
  350,
151
- 349,
152
- 351
153
+ 352
153
154
  ]
154
155
  }
155
156
  ],
@@ -162,7 +163,7 @@
162
163
  ]
163
164
  },
164
165
  {
165
- "id": 304,
166
+ "id": 305,
166
167
  "name": "SkyAlertModule",
167
168
  "kind": 128,
168
169
  "kindString": "Class",
@@ -187,7 +188,7 @@
187
188
  "title": "Constructors",
188
189
  "kind": 512,
189
190
  "children": [
190
- 305
191
+ 306
191
192
  ]
192
193
  }
193
194
  ],
@@ -200,7 +201,7 @@
200
201
  ]
201
202
  },
202
203
  {
203
- "id": 307,
204
+ "id": 308,
204
205
  "name": "SkyChevronModule",
205
206
  "kind": 128,
206
207
  "kindString": "Class",
@@ -225,7 +226,7 @@
225
226
  "title": "Constructors",
226
227
  "kind": 512,
227
228
  "children": [
228
- 308
229
+ 309
229
230
  ]
230
231
  }
231
232
  ],
@@ -238,7 +239,7 @@
238
239
  ]
239
240
  },
240
241
  {
241
- "id": 310,
242
+ "id": 311,
242
243
  "name": "SkyExpansionIndicatorModule",
243
244
  "kind": 128,
244
245
  "kindString": "Class",
@@ -263,7 +264,7 @@
263
264
  "title": "Constructors",
264
265
  "kind": 512,
265
266
  "children": [
266
- 311
267
+ 312
267
268
  ]
268
269
  }
269
270
  ],
@@ -276,7 +277,7 @@
276
277
  ]
277
278
  },
278
279
  {
279
- "id": 313,
280
+ "id": 314,
280
281
  "name": "SkyHelpInlineModule",
281
282
  "kind": 128,
282
283
  "kindString": "Class",
@@ -301,7 +302,7 @@
301
302
  "title": "Constructors",
302
303
  "kind": 512,
303
304
  "children": [
304
- 314
305
+ 315
305
306
  ]
306
307
  }
307
308
  ],
@@ -314,7 +315,7 @@
314
315
  ]
315
316
  },
316
317
  {
317
- "id": 319,
318
+ "id": 320,
318
319
  "name": "SkyIconModule",
319
320
  "kind": 128,
320
321
  "kindString": "Class",
@@ -339,7 +340,7 @@
339
340
  "title": "Constructors",
340
341
  "kind": 512,
341
342
  "children": [
342
- 320
343
+ 321
343
344
  ]
344
345
  }
345
346
  ],
@@ -352,7 +353,7 @@
352
353
  ]
353
354
  },
354
355
  {
355
- "id": 324,
356
+ "id": 325,
356
357
  "name": "SkyKeyInfoModule",
357
358
  "kind": 128,
358
359
  "kindString": "Class",
@@ -377,7 +378,7 @@
377
378
  "title": "Constructors",
378
379
  "kind": 512,
379
380
  "children": [
380
- 325
381
+ 326
381
382
  ]
382
383
  }
383
384
  ],
@@ -390,7 +391,7 @@
390
391
  ]
391
392
  },
392
393
  {
393
- "id": 328,
394
+ "id": 329,
394
395
  "name": "SkyLabelModule",
395
396
  "kind": 128,
396
397
  "kindString": "Class",
@@ -415,7 +416,7 @@
415
416
  "title": "Constructors",
416
417
  "kind": 512,
417
418
  "children": [
418
- 329
419
+ 330
419
420
  ]
420
421
  }
421
422
  ],
@@ -428,7 +429,7 @@
428
429
  ]
429
430
  },
430
431
  {
431
- "id": 331,
432
+ "id": 332,
432
433
  "name": "SkyStatusIndicatorModule",
433
434
  "kind": 128,
434
435
  "kindString": "Class",
@@ -453,7 +454,7 @@
453
454
  "title": "Constructors",
454
455
  "kind": 512,
455
456
  "children": [
456
- 332
457
+ 333
457
458
  ]
458
459
  }
459
460
  ],
@@ -466,7 +467,7 @@
466
467
  ]
467
468
  },
468
469
  {
469
- "id": 334,
470
+ "id": 335,
470
471
  "name": "SkyTextHighlightModule",
471
472
  "kind": 128,
472
473
  "kindString": "Class",
@@ -491,7 +492,7 @@
491
492
  "title": "Constructors",
492
493
  "kind": 512,
493
494
  "children": [
494
- 335
495
+ 336
495
496
  ]
496
497
  }
497
498
  ],
@@ -504,7 +505,7 @@
504
505
  ]
505
506
  },
506
507
  {
507
- "id": 337,
508
+ "id": 338,
508
509
  "name": "SkyTokensModule",
509
510
  "kind": 128,
510
511
  "kindString": "Class",
@@ -529,7 +530,7 @@
529
530
  "title": "Constructors",
530
531
  "kind": 512,
531
532
  "children": [
532
- 338
533
+ 339
533
534
  ]
534
535
  }
535
536
  ],
@@ -542,7 +543,7 @@
542
543
  ]
543
544
  },
544
545
  {
545
- "id": 352,
546
+ "id": 353,
546
547
  "name": "SkyWaitModule",
547
548
  "kind": 128,
548
549
  "kindString": "Class",
@@ -567,7 +568,7 @@
567
568
  "title": "Constructors",
568
569
  "kind": 512,
569
570
  "children": [
570
- 353
571
+ 354
571
572
  ]
572
573
  }
573
574
  ],
@@ -580,7 +581,7 @@
580
581
  ]
581
582
  },
582
583
  {
583
- "id": 355,
584
+ "id": 356,
584
585
  "name": "SkyWaitService",
585
586
  "kind": 128,
586
587
  "kindString": "Class",
@@ -601,7 +602,7 @@
601
602
  ],
602
603
  "children": [
603
604
  {
604
- "id": 359,
605
+ "id": 360,
605
606
  "name": "constructor",
606
607
  "kind": 512,
607
608
  "kindString": "Constructor",
@@ -615,14 +616,14 @@
615
616
  ],
616
617
  "signatures": [
617
618
  {
618
- "id": 360,
619
+ "id": 361,
619
620
  "name": "new SkyWaitService",
620
621
  "kind": 16384,
621
622
  "kindString": "Constructor signature",
622
623
  "flags": {},
623
624
  "parameters": [
624
625
  {
625
- "id": 361,
626
+ "id": 362,
626
627
  "name": "resolver",
627
628
  "kind": 32768,
628
629
  "kindString": "Parameter",
@@ -635,7 +636,7 @@
635
636
  }
636
637
  },
637
638
  {
638
- "id": 362,
639
+ "id": 363,
639
640
  "name": "appRef",
640
641
  "kind": 32768,
641
642
  "kindString": "Parameter",
@@ -648,7 +649,7 @@
648
649
  }
649
650
  },
650
651
  {
651
- "id": 363,
652
+ "id": 364,
652
653
  "name": "waitAdapter",
653
654
  "kind": 32768,
654
655
  "kindString": "Parameter",
@@ -659,7 +660,7 @@
659
660
  }
660
661
  },
661
662
  {
662
- "id": 364,
663
+ "id": 365,
663
664
  "name": "windowSvc",
664
665
  "kind": 32768,
665
666
  "kindString": "Parameter",
@@ -672,14 +673,14 @@
672
673
  ],
673
674
  "type": {
674
675
  "type": "reference",
675
- "id": 355,
676
+ "id": 356,
676
677
  "name": "SkyWaitService"
677
678
  }
678
679
  }
679
680
  ]
680
681
  },
681
682
  {
682
- "id": 365,
683
+ "id": 366,
683
684
  "name": "beginBlockingPageWait",
684
685
  "kind": 2048,
685
686
  "kindString": "Method",
@@ -695,7 +696,7 @@
695
696
  ],
696
697
  "signatures": [
697
698
  {
698
- "id": 366,
699
+ "id": 367,
699
700
  "name": "beginBlockingPageWait",
700
701
  "kind": 4096,
701
702
  "kindString": "Call signature",
@@ -711,7 +712,7 @@
711
712
  ]
712
713
  },
713
714
  {
714
- "id": 367,
715
+ "id": 368,
715
716
  "name": "beginNonBlockingPageWait",
716
717
  "kind": 2048,
717
718
  "kindString": "Method",
@@ -727,7 +728,7 @@
727
728
  ],
728
729
  "signatures": [
729
730
  {
730
- "id": 368,
731
+ "id": 369,
731
732
  "name": "beginNonBlockingPageWait",
732
733
  "kind": 4096,
733
734
  "kindString": "Call signature",
@@ -743,7 +744,7 @@
743
744
  ]
744
745
  },
745
746
  {
746
- "id": 377,
747
+ "id": 378,
747
748
  "name": "blockingWrap",
748
749
  "kind": 2048,
749
750
  "kindString": "Method",
@@ -759,7 +760,7 @@
759
760
  ],
760
761
  "signatures": [
761
762
  {
762
- "id": 378,
763
+ "id": 379,
763
764
  "name": "blockingWrap",
764
765
  "kind": 4096,
765
766
  "kindString": "Call signature",
@@ -769,7 +770,7 @@
769
770
  },
770
771
  "typeParameter": [
771
772
  {
772
- "id": 379,
773
+ "id": 380,
773
774
  "name": "T",
774
775
  "kind": 131072,
775
776
  "kindString": "Type parameter",
@@ -778,7 +779,7 @@
778
779
  ],
779
780
  "parameters": [
780
781
  {
781
- "id": 380,
782
+ "id": 381,
782
783
  "name": "observable",
783
784
  "kind": 32768,
784
785
  "kindString": "Parameter",
@@ -788,7 +789,7 @@
788
789
  "typeArguments": [
789
790
  {
790
791
  "type": "reference",
791
- "id": 379,
792
+ "id": 380,
792
793
  "name": "T"
793
794
  }
794
795
  ],
@@ -803,7 +804,7 @@
803
804
  "typeArguments": [
804
805
  {
805
806
  "type": "reference",
806
- "id": 379,
807
+ "id": 380,
807
808
  "name": "T"
808
809
  }
809
810
  ],
@@ -815,7 +816,7 @@
815
816
  ]
816
817
  },
817
818
  {
818
- "id": 373,
819
+ "id": 374,
819
820
  "name": "clearAllPageWaits",
820
821
  "kind": 2048,
821
822
  "kindString": "Method",
@@ -831,7 +832,7 @@
831
832
  ],
832
833
  "signatures": [
833
834
  {
834
- "id": 374,
835
+ "id": 375,
835
836
  "name": "clearAllPageWaits",
836
837
  "kind": 4096,
837
838
  "kindString": "Call signature",
@@ -847,7 +848,7 @@
847
848
  ]
848
849
  },
849
850
  {
850
- "id": 369,
851
+ "id": 370,
851
852
  "name": "endBlockingPageWait",
852
853
  "kind": 2048,
853
854
  "kindString": "Method",
@@ -863,7 +864,7 @@
863
864
  ],
864
865
  "signatures": [
865
866
  {
866
- "id": 370,
867
+ "id": 371,
867
868
  "name": "endBlockingPageWait",
868
869
  "kind": 4096,
869
870
  "kindString": "Call signature",
@@ -879,7 +880,7 @@
879
880
  ]
880
881
  },
881
882
  {
882
- "id": 371,
883
+ "id": 372,
883
884
  "name": "endNonBlockingPageWait",
884
885
  "kind": 2048,
885
886
  "kindString": "Method",
@@ -895,7 +896,7 @@
895
896
  ],
896
897
  "signatures": [
897
898
  {
898
- "id": 372,
899
+ "id": 373,
899
900
  "name": "endNonBlockingPageWait",
900
901
  "kind": 4096,
901
902
  "kindString": "Call signature",
@@ -911,7 +912,7 @@
911
912
  ]
912
913
  },
913
914
  {
914
- "id": 381,
915
+ "id": 382,
915
916
  "name": "nonBlockingWrap",
916
917
  "kind": 2048,
917
918
  "kindString": "Method",
@@ -927,7 +928,7 @@
927
928
  ],
928
929
  "signatures": [
929
930
  {
930
- "id": 382,
931
+ "id": 383,
931
932
  "name": "nonBlockingWrap",
932
933
  "kind": 4096,
933
934
  "kindString": "Call signature",
@@ -937,7 +938,7 @@
937
938
  },
938
939
  "typeParameter": [
939
940
  {
940
- "id": 383,
941
+ "id": 384,
941
942
  "name": "T",
942
943
  "kind": 131072,
943
944
  "kindString": "Type parameter",
@@ -946,7 +947,7 @@
946
947
  ],
947
948
  "parameters": [
948
949
  {
949
- "id": 384,
950
+ "id": 385,
950
951
  "name": "observable",
951
952
  "kind": 32768,
952
953
  "kindString": "Parameter",
@@ -956,7 +957,7 @@
956
957
  "typeArguments": [
957
958
  {
958
959
  "type": "reference",
959
- "id": 383,
960
+ "id": 384,
960
961
  "name": "T"
961
962
  }
962
963
  ],
@@ -971,7 +972,7 @@
971
972
  "typeArguments": [
972
973
  {
973
974
  "type": "reference",
974
- "id": 383,
975
+ "id": 384,
975
976
  "name": "T"
976
977
  }
977
978
  ],
@@ -988,20 +989,20 @@
988
989
  "title": "Constructors",
989
990
  "kind": 512,
990
991
  "children": [
991
- 359
992
+ 360
992
993
  ]
993
994
  },
994
995
  {
995
996
  "title": "Methods",
996
997
  "kind": 2048,
997
998
  "children": [
998
- 365,
999
- 367,
1000
- 377,
1001
- 373,
1002
- 369,
1003
- 371,
1004
- 381
999
+ 366,
1000
+ 368,
1001
+ 378,
1002
+ 374,
1003
+ 370,
1004
+ 372,
1005
+ 382
1005
1006
  ]
1006
1007
  }
1007
1008
  ],
@@ -1045,13 +1046,13 @@
1045
1046
  "sources": [
1046
1047
  {
1047
1048
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1048
- "line": 50,
1049
+ "line": 51,
1049
1050
  "character": 9
1050
1051
  }
1051
1052
  ],
1052
1053
  "type": {
1053
1054
  "type": "reference",
1054
- "id": 316,
1055
+ "id": 317,
1055
1056
  "name": "SkyIconStackItem"
1056
1057
  }
1057
1058
  },
@@ -1066,13 +1067,13 @@
1066
1067
  "sources": [
1067
1068
  {
1068
1069
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1069
- "line": 52,
1070
+ "line": 53,
1070
1071
  "character": 9
1071
1072
  }
1072
1073
  ],
1073
1074
  "type": {
1074
1075
  "type": "reference",
1075
- "id": 316,
1076
+ "id": 317,
1076
1077
  "name": "SkyIconStackItem"
1077
1078
  }
1078
1079
  },
@@ -1108,7 +1109,7 @@
1108
1109
  "sources": [
1109
1110
  {
1110
1111
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1111
- "line": 35,
1112
+ "line": 36,
1112
1113
  "character": 9
1113
1114
  }
1114
1115
  ],
@@ -1149,7 +1150,7 @@
1149
1150
  "sources": [
1150
1151
  {
1151
1152
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1152
- "line": 42,
1153
+ "line": 43,
1153
1154
  "character": 9
1154
1155
  }
1155
1156
  ],
@@ -1184,7 +1185,7 @@
1184
1185
  "sources": [
1185
1186
  {
1186
1187
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1187
- "line": 48,
1188
+ "line": 49,
1188
1189
  "character": 9
1189
1190
  }
1190
1191
  ],
@@ -1225,7 +1226,7 @@
1225
1226
  "sources": [
1226
1227
  {
1227
1228
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1228
- "line": 21,
1229
+ "line": 22,
1229
1230
  "character": 13
1230
1231
  }
1231
1232
  ],
@@ -1237,7 +1238,7 @@
1237
1238
  "kindString": "Get signature",
1238
1239
  "flags": {},
1239
1240
  "comment": {
1240
- "shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
1241
+ "shortText": "Specifies a style for the alert to determine the icon and background color.",
1241
1242
  "tags": [
1242
1243
  {
1243
1244
  "tag": "default",
@@ -1246,8 +1247,9 @@
1246
1247
  ]
1247
1248
  },
1248
1249
  "type": {
1249
- "type": "intrinsic",
1250
- "name": "string"
1250
+ "type": "reference",
1251
+ "id": 304,
1252
+ "name": "SkyAlertType"
1251
1253
  }
1252
1254
  }
1253
1255
  ],
@@ -1259,7 +1261,7 @@
1259
1261
  "kindString": "Set signature",
1260
1262
  "flags": {},
1261
1263
  "comment": {
1262
- "shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
1264
+ "shortText": "Specifies a style for the alert to determine the icon and background color.",
1263
1265
  "tags": [
1264
1266
  {
1265
1267
  "tag": "default",
@@ -1275,8 +1277,9 @@
1275
1277
  "kindString": "Parameter",
1276
1278
  "flags": {},
1277
1279
  "type": {
1278
- "type": "intrinsic",
1279
- "name": "string"
1280
+ "type": "reference",
1281
+ "id": 304,
1282
+ "name": "SkyAlertType"
1280
1283
  }
1281
1284
  }
1282
1285
  ],
@@ -1298,7 +1301,7 @@
1298
1301
  "sources": [
1299
1302
  {
1300
1303
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1301
- "line": 60,
1304
+ "line": 61,
1302
1305
  "character": 9
1303
1306
  }
1304
1307
  ],
@@ -1327,7 +1330,7 @@
1327
1330
  "sources": [
1328
1331
  {
1329
1332
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1330
- "line": 56,
1333
+ "line": 57,
1331
1334
  "character": 9
1332
1335
  }
1333
1336
  ],
@@ -1392,7 +1395,7 @@
1392
1395
  "sources": [
1393
1396
  {
1394
1397
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1395
- "line": 14,
1398
+ "line": 16,
1396
1399
  "character": 13
1397
1400
  }
1398
1401
  ],
@@ -1497,7 +1500,7 @@
1497
1500
  ],
1498
1501
  "type": {
1499
1502
  "type": "reference",
1500
- "id": 316,
1503
+ "id": 317,
1501
1504
  "name": "SkyIconStackItem"
1502
1505
  }
1503
1506
  },
@@ -1558,7 +1561,7 @@
1558
1561
  ],
1559
1562
  "type": {
1560
1563
  "type": "reference",
1561
- "id": 316,
1564
+ "id": 317,
1562
1565
  "name": "SkyIconStackItem"
1563
1566
  }
1564
1567
  },
@@ -3074,7 +3077,7 @@
3074
3077
  "typeArguments": [
3075
3078
  {
3076
3079
  "type": "reference",
3077
- "id": 342,
3080
+ "id": 343,
3078
3081
  "name": "SkyTokenSelectedEventArgs"
3079
3082
  }
3080
3083
  ],
@@ -3121,7 +3124,7 @@
3121
3124
  "type": "array",
3122
3125
  "elementType": {
3123
3126
  "type": "reference",
3124
- "id": 340,
3127
+ "id": 341,
3125
3128
  "name": "SkyToken"
3126
3129
  }
3127
3130
  }
@@ -3185,7 +3188,7 @@
3185
3188
  "flags": {},
3186
3189
  "type": {
3187
3190
  "type": "reference",
3188
- "id": 340,
3191
+ "id": 341,
3189
3192
  "name": "SkyToken"
3190
3193
  }
3191
3194
  }
@@ -3616,7 +3619,7 @@
3616
3619
  "typeArguments": [
3617
3620
  {
3618
3621
  "type": "reference",
3619
- "id": 344,
3622
+ "id": 345,
3620
3623
  "name": "SkyTokensMessage"
3621
3624
  }
3622
3625
  ],
@@ -3648,7 +3651,7 @@
3648
3651
  "typeArguments": [
3649
3652
  {
3650
3653
  "type": "reference",
3651
- "id": 344,
3654
+ "id": 345,
3652
3655
  "name": "SkyTokensMessage"
3653
3656
  }
3654
3657
  ],
@@ -3706,7 +3709,7 @@
3706
3709
  "type": "array",
3707
3710
  "elementType": {
3708
3711
  "type": "reference",
3709
- "id": 340,
3712
+ "id": 341,
3710
3713
  "name": "SkyToken"
3711
3714
  }
3712
3715
  }
@@ -3733,7 +3736,7 @@
3733
3736
  "type": "array",
3734
3737
  "elementType": {
3735
3738
  "type": "reference",
3736
- "id": 340,
3739
+ "id": 341,
3737
3740
  "name": "SkyToken"
3738
3741
  }
3739
3742
  }
@@ -3814,7 +3817,7 @@
3814
3817
  "flags": {},
3815
3818
  "type": {
3816
3819
  "type": "reference",
3817
- "id": 340,
3820
+ "id": 341,
3818
3821
  "name": "SkyToken"
3819
3822
  }
3820
3823
  }
@@ -3881,7 +3884,7 @@
3881
3884
  "sources": [
3882
3885
  {
3883
3886
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3884
- "line": 269,
3887
+ "line": 268,
3885
3888
  "character": 9
3886
3889
  }
3887
3890
  ],
@@ -3901,7 +3904,7 @@
3901
3904
  "flags": {},
3902
3905
  "type": {
3903
3906
  "type": "reference",
3904
- "id": 340,
3907
+ "id": 341,
3905
3908
  "name": "SkyToken"
3906
3909
  }
3907
3910
  }
@@ -3924,7 +3927,7 @@
3924
3927
  "sources": [
3925
3928
  {
3926
3929
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3927
- "line": 263,
3930
+ "line": 262,
3928
3931
  "character": 9
3929
3932
  }
3930
3933
  ],
@@ -3944,7 +3947,7 @@
3944
3947
  "flags": {},
3945
3948
  "type": {
3946
3949
  "type": "reference",
3947
- "id": 340,
3950
+ "id": 341,
3948
3951
  "name": "SkyToken"
3949
3952
  }
3950
3953
  }
@@ -4732,7 +4735,7 @@
4732
4735
  ],
4733
4736
  "type": {
4734
4737
  "type": "reference",
4735
- "id": 322,
4738
+ "id": 323,
4736
4739
  "name": "SkyIconType"
4737
4740
  },
4738
4741
  "defaultValue": "'fa'"
@@ -4804,7 +4807,7 @@
4804
4807
  ],
4805
4808
  "type": {
4806
4809
  "type": "reference",
4807
- "id": 323,
4810
+ "id": 324,
4808
4811
  "name": "SkyIconVariantType"
4809
4812
  }
4810
4813
  }
@@ -4890,7 +4893,7 @@
4890
4893
  ],
4891
4894
  "type": {
4892
4895
  "type": "reference",
4893
- "id": 316,
4896
+ "id": 317,
4894
4897
  "name": "SkyIconStackItem"
4895
4898
  }
4896
4899
  },
@@ -4961,7 +4964,7 @@
4961
4964
  ],
4962
4965
  "type": {
4963
4966
  "type": "reference",
4964
- "id": 316,
4967
+ "id": 317,
4965
4968
  "name": "SkyIconStackItem"
4966
4969
  }
4967
4970
  }
@@ -5212,7 +5215,7 @@
5212
5215
  ],
5213
5216
  "type": {
5214
5217
  "type": "reference",
5215
- "id": 316,
5218
+ "id": 317,
5216
5219
  "name": "SkyIconStackItem"
5217
5220
  }
5218
5221
  },
@@ -5253,7 +5256,7 @@
5253
5256
  ],
5254
5257
  "type": {
5255
5258
  "type": "reference",
5256
- "id": 316,
5259
+ "id": 317,
5257
5260
  "name": "SkyIconStackItem"
5258
5261
  }
5259
5262
  },
@@ -5302,7 +5305,7 @@
5302
5305
  },
5303
5306
  "type": {
5304
5307
  "type": "reference",
5305
- "id": 327,
5308
+ "id": 328,
5306
5309
  "name": "SkyLabelType"
5307
5310
  }
5308
5311
  }
@@ -5332,7 +5335,7 @@
5332
5335
  "flags": {},
5333
5336
  "type": {
5334
5337
  "type": "reference",
5335
- "id": 327,
5338
+ "id": 328,
5336
5339
  "name": "SkyLabelType"
5337
5340
  }
5338
5341
  }
@@ -5379,14 +5382,14 @@
5379
5382
  ]
5380
5383
  },
5381
5384
  {
5382
- "id": 316,
5385
+ "id": 317,
5383
5386
  "name": "SkyIconStackItem",
5384
5387
  "kind": 256,
5385
5388
  "kindString": "Interface",
5386
5389
  "flags": {},
5387
5390
  "children": [
5388
5391
  {
5389
- "id": 317,
5392
+ "id": 318,
5390
5393
  "name": "icon",
5391
5394
  "kind": 1024,
5392
5395
  "kindString": "Property",
@@ -5413,7 +5416,7 @@
5413
5416
  }
5414
5417
  },
5415
5418
  {
5416
- "id": 318,
5419
+ "id": 319,
5417
5420
  "name": "iconType",
5418
5421
  "kind": 1024,
5419
5422
  "kindString": "Property",
@@ -5432,7 +5435,7 @@
5432
5435
  ],
5433
5436
  "type": {
5434
5437
  "type": "reference",
5435
- "id": 322,
5438
+ "id": 323,
5436
5439
  "name": "SkyIconType"
5437
5440
  }
5438
5441
  }
@@ -5442,8 +5445,8 @@
5442
5445
  "title": "Properties",
5443
5446
  "kind": 1024,
5444
5447
  "children": [
5445
- 317,
5446
- 318
5448
+ 318,
5449
+ 319
5447
5450
  ]
5448
5451
  }
5449
5452
  ],
@@ -5456,14 +5459,14 @@
5456
5459
  ]
5457
5460
  },
5458
5461
  {
5459
- "id": 340,
5462
+ "id": 341,
5460
5463
  "name": "SkyToken",
5461
5464
  "kind": 256,
5462
5465
  "kindString": "Interface",
5463
5466
  "flags": {},
5464
5467
  "children": [
5465
5468
  {
5466
- "id": 341,
5469
+ "id": 342,
5467
5470
  "name": "value",
5468
5471
  "kind": 1024,
5469
5472
  "kindString": "Property",
@@ -5489,7 +5492,7 @@
5489
5492
  "title": "Properties",
5490
5493
  "kind": 1024,
5491
5494
  "children": [
5492
- 341
5495
+ 342
5493
5496
  ]
5494
5497
  }
5495
5498
  ],
@@ -5502,14 +5505,14 @@
5502
5505
  ]
5503
5506
  },
5504
5507
  {
5505
- "id": 342,
5508
+ "id": 343,
5506
5509
  "name": "SkyTokenSelectedEventArgs",
5507
5510
  "kind": 256,
5508
5511
  "kindString": "Interface",
5509
5512
  "flags": {},
5510
5513
  "children": [
5511
5514
  {
5512
- "id": 343,
5515
+ "id": 344,
5513
5516
  "name": "token",
5514
5517
  "kind": 1024,
5515
5518
  "kindString": "Property",
@@ -5528,7 +5531,7 @@
5528
5531
  ],
5529
5532
  "type": {
5530
5533
  "type": "reference",
5531
- "id": 340,
5534
+ "id": 341,
5532
5535
  "name": "SkyToken"
5533
5536
  }
5534
5537
  }
@@ -5538,7 +5541,7 @@
5538
5541
  "title": "Properties",
5539
5542
  "kind": 1024,
5540
5543
  "children": [
5541
- 343
5544
+ 344
5542
5545
  ]
5543
5546
  }
5544
5547
  ],
@@ -5551,14 +5554,14 @@
5551
5554
  ]
5552
5555
  },
5553
5556
  {
5554
- "id": 344,
5557
+ "id": 345,
5555
5558
  "name": "SkyTokensMessage",
5556
5559
  "kind": 256,
5557
5560
  "kindString": "Interface",
5558
5561
  "flags": {},
5559
5562
  "children": [
5560
5563
  {
5561
- "id": 345,
5564
+ "id": 346,
5562
5565
  "name": "type",
5563
5566
  "kind": 1024,
5564
5567
  "kindString": "Property",
@@ -5577,7 +5580,7 @@
5577
5580
  ],
5578
5581
  "type": {
5579
5582
  "type": "reference",
5580
- "id": 346,
5583
+ "id": 347,
5581
5584
  "name": "SkyTokensMessageType"
5582
5585
  }
5583
5586
  }
@@ -5587,7 +5590,7 @@
5587
5590
  "title": "Properties",
5588
5591
  "kind": 1024,
5589
5592
  "children": [
5590
- 345
5593
+ 346
5591
5594
  ]
5592
5595
  }
5593
5596
  ],
@@ -5600,7 +5603,45 @@
5600
5603
  ]
5601
5604
  },
5602
5605
  {
5603
- "id": 322,
5606
+ "id": 304,
5607
+ "name": "SkyAlertType",
5608
+ "kind": 4194304,
5609
+ "kindString": "Type alias",
5610
+ "flags": {},
5611
+ "comment": {
5612
+ "shortText": "Specifies a style for the alert to determine the icon and background color."
5613
+ },
5614
+ "sources": [
5615
+ {
5616
+ "fileName": "projects/indicators/src/modules/alert/alert-type.ts",
5617
+ "line": 4,
5618
+ "character": 12
5619
+ }
5620
+ ],
5621
+ "type": {
5622
+ "type": "union",
5623
+ "types": [
5624
+ {
5625
+ "type": "literal",
5626
+ "value": "danger"
5627
+ },
5628
+ {
5629
+ "type": "literal",
5630
+ "value": "info"
5631
+ },
5632
+ {
5633
+ "type": "literal",
5634
+ "value": "success"
5635
+ },
5636
+ {
5637
+ "type": "literal",
5638
+ "value": "warning"
5639
+ }
5640
+ ]
5641
+ }
5642
+ },
5643
+ {
5644
+ "id": 323,
5604
5645
  "name": "SkyIconType",
5605
5646
  "kind": 4194304,
5606
5647
  "kindString": "Type alias",
@@ -5627,7 +5668,7 @@
5627
5668
  }
5628
5669
  },
5629
5670
  {
5630
- "id": 323,
5671
+ "id": 324,
5631
5672
  "name": "SkyIconVariantType",
5632
5673
  "kind": 4194304,
5633
5674
  "kindString": "Type alias",
@@ -5654,7 +5695,7 @@
5654
5695
  }
5655
5696
  },
5656
5697
  {
5657
- "id": 327,
5698
+ "id": 328,
5658
5699
  "name": "SkyLabelType",
5659
5700
  "kind": 4194304,
5660
5701
  "kindString": "Type alias",
@@ -5694,25 +5735,25 @@
5694
5735
  "title": "Enumerations",
5695
5736
  "kind": 8,
5696
5737
  "children": [
5697
- 346
5738
+ 347
5698
5739
  ]
5699
5740
  },
5700
5741
  {
5701
5742
  "title": "Classes",
5702
5743
  "kind": 128,
5703
5744
  "children": [
5704
- 304,
5705
- 307,
5706
- 310,
5707
- 313,
5708
- 319,
5709
- 324,
5710
- 328,
5711
- 331,
5712
- 334,
5713
- 337,
5714
- 352,
5715
- 355,
5745
+ 305,
5746
+ 308,
5747
+ 311,
5748
+ 314,
5749
+ 320,
5750
+ 325,
5751
+ 329,
5752
+ 332,
5753
+ 335,
5754
+ 338,
5755
+ 353,
5756
+ 356,
5716
5757
  1,
5717
5758
  79,
5718
5759
  107,
@@ -5732,19 +5773,20 @@
5732
5773
  "title": "Interfaces",
5733
5774
  "kind": 256,
5734
5775
  "children": [
5735
- 316,
5736
- 340,
5737
- 342,
5738
- 344
5776
+ 317,
5777
+ 341,
5778
+ 343,
5779
+ 345
5739
5780
  ]
5740
5781
  },
5741
5782
  {
5742
5783
  "title": "Type aliases",
5743
5784
  "kind": 4194304,
5744
5785
  "children": [
5745
- 322,
5786
+ 304,
5746
5787
  323,
5747
- 327
5788
+ 324,
5789
+ 328
5748
5790
  ]
5749
5791
  }
5750
5792
  ],