@skyux/indicators 6.0.0 → 6.1.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.
- package/documentation.json +182 -96
- package/esm2020/index.mjs +3 -1
- package/esm2020/lib/modules/shared/indicator-description-type.mjs +1 -1
- package/esm2020/lib/modules/shared/indicator-icon-type.mjs +1 -1
- package/esm2020/lib/modules/shared/indicator-icon-utility.mjs +2 -2
- package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +2 -4
- package/fesm2015/skyux-indicators.mjs +2 -4
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +2 -4
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/modules/shared/indicator-description-type.d.ts +0 -3
- package/lib/modules/shared/indicator-icon-type.d.ts +0 -3
- package/lib/modules/shared/indicator-icon-utility.d.ts +1 -1
- package/lib/modules/status-indicator/status-indicator.component.d.ts +1 -3
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -32,6 +32,8 @@
|
|
|
32
32
|
"SkyTokensMessage": "interface-skytokensmessage",
|
|
33
33
|
"SkyIconType": "type-alias-skyicontype",
|
|
34
34
|
"SkyIconVariantType": "type-alias-skyiconvarianttype",
|
|
35
|
+
"SkyIndicatorDescriptionType": "type-alias-skyindicatordescriptiontype",
|
|
36
|
+
"SkyIndicatorIconType": "type-alias-skyindicatoricontype",
|
|
35
37
|
"SkyLabelType": "type-alias-skylabeltype"
|
|
36
38
|
},
|
|
37
39
|
"typedoc": {
|
|
@@ -43,14 +45,14 @@
|
|
|
43
45
|
"originalName": "",
|
|
44
46
|
"children": [
|
|
45
47
|
{
|
|
46
|
-
"id":
|
|
48
|
+
"id": 348,
|
|
47
49
|
"name": "SkyTokensMessageType",
|
|
48
50
|
"kind": 8,
|
|
49
51
|
"kindString": "Enumeration",
|
|
50
52
|
"flags": {},
|
|
51
53
|
"children": [
|
|
52
54
|
{
|
|
53
|
-
"id":
|
|
55
|
+
"id": 350,
|
|
54
56
|
"name": "FocusActiveToken",
|
|
55
57
|
"kind": 16,
|
|
56
58
|
"kindString": "Enumeration member",
|
|
@@ -68,7 +70,7 @@
|
|
|
68
70
|
"defaultValue": "1"
|
|
69
71
|
},
|
|
70
72
|
{
|
|
71
|
-
"id":
|
|
73
|
+
"id": 349,
|
|
72
74
|
"name": "FocusLastToken",
|
|
73
75
|
"kind": 16,
|
|
74
76
|
"kindString": "Enumeration member",
|
|
@@ -86,7 +88,7 @@
|
|
|
86
88
|
"defaultValue": "0"
|
|
87
89
|
},
|
|
88
90
|
{
|
|
89
|
-
"id":
|
|
91
|
+
"id": 352,
|
|
90
92
|
"name": "FocusNextToken",
|
|
91
93
|
"kind": 16,
|
|
92
94
|
"kindString": "Enumeration member",
|
|
@@ -104,7 +106,7 @@
|
|
|
104
106
|
"defaultValue": "3"
|
|
105
107
|
},
|
|
106
108
|
{
|
|
107
|
-
"id":
|
|
109
|
+
"id": 351,
|
|
108
110
|
"name": "FocusPreviousToken",
|
|
109
111
|
"kind": 16,
|
|
110
112
|
"kindString": "Enumeration member",
|
|
@@ -122,7 +124,7 @@
|
|
|
122
124
|
"defaultValue": "2"
|
|
123
125
|
},
|
|
124
126
|
{
|
|
125
|
-
"id":
|
|
127
|
+
"id": 353,
|
|
126
128
|
"name": "RemoveActiveToken",
|
|
127
129
|
"kind": 16,
|
|
128
130
|
"kindString": "Enumeration member",
|
|
@@ -145,11 +147,11 @@
|
|
|
145
147
|
"title": "Enumeration members",
|
|
146
148
|
"kind": 16,
|
|
147
149
|
"children": [
|
|
148
|
-
348,
|
|
149
|
-
347,
|
|
150
150
|
350,
|
|
151
151
|
349,
|
|
152
|
-
|
|
152
|
+
352,
|
|
153
|
+
351,
|
|
154
|
+
353
|
|
153
155
|
]
|
|
154
156
|
}
|
|
155
157
|
],
|
|
@@ -428,7 +430,7 @@
|
|
|
428
430
|
]
|
|
429
431
|
},
|
|
430
432
|
{
|
|
431
|
-
"id":
|
|
433
|
+
"id": 333,
|
|
432
434
|
"name": "SkyStatusIndicatorModule",
|
|
433
435
|
"kind": 128,
|
|
434
436
|
"kindString": "Class",
|
|
@@ -453,7 +455,7 @@
|
|
|
453
455
|
"title": "Constructors",
|
|
454
456
|
"kind": 512,
|
|
455
457
|
"children": [
|
|
456
|
-
|
|
458
|
+
334
|
|
457
459
|
]
|
|
458
460
|
}
|
|
459
461
|
],
|
|
@@ -466,7 +468,7 @@
|
|
|
466
468
|
]
|
|
467
469
|
},
|
|
468
470
|
{
|
|
469
|
-
"id":
|
|
471
|
+
"id": 336,
|
|
470
472
|
"name": "SkyTextHighlightModule",
|
|
471
473
|
"kind": 128,
|
|
472
474
|
"kindString": "Class",
|
|
@@ -491,7 +493,7 @@
|
|
|
491
493
|
"title": "Constructors",
|
|
492
494
|
"kind": 512,
|
|
493
495
|
"children": [
|
|
494
|
-
|
|
496
|
+
337
|
|
495
497
|
]
|
|
496
498
|
}
|
|
497
499
|
],
|
|
@@ -504,7 +506,7 @@
|
|
|
504
506
|
]
|
|
505
507
|
},
|
|
506
508
|
{
|
|
507
|
-
"id":
|
|
509
|
+
"id": 339,
|
|
508
510
|
"name": "SkyTokensModule",
|
|
509
511
|
"kind": 128,
|
|
510
512
|
"kindString": "Class",
|
|
@@ -529,7 +531,7 @@
|
|
|
529
531
|
"title": "Constructors",
|
|
530
532
|
"kind": 512,
|
|
531
533
|
"children": [
|
|
532
|
-
|
|
534
|
+
340
|
|
533
535
|
]
|
|
534
536
|
}
|
|
535
537
|
],
|
|
@@ -542,7 +544,7 @@
|
|
|
542
544
|
]
|
|
543
545
|
},
|
|
544
546
|
{
|
|
545
|
-
"id":
|
|
547
|
+
"id": 354,
|
|
546
548
|
"name": "SkyWaitModule",
|
|
547
549
|
"kind": 128,
|
|
548
550
|
"kindString": "Class",
|
|
@@ -567,7 +569,7 @@
|
|
|
567
569
|
"title": "Constructors",
|
|
568
570
|
"kind": 512,
|
|
569
571
|
"children": [
|
|
570
|
-
|
|
572
|
+
355
|
|
571
573
|
]
|
|
572
574
|
}
|
|
573
575
|
],
|
|
@@ -580,7 +582,7 @@
|
|
|
580
582
|
]
|
|
581
583
|
},
|
|
582
584
|
{
|
|
583
|
-
"id":
|
|
585
|
+
"id": 357,
|
|
584
586
|
"name": "SkyWaitService",
|
|
585
587
|
"kind": 128,
|
|
586
588
|
"kindString": "Class",
|
|
@@ -601,7 +603,7 @@
|
|
|
601
603
|
],
|
|
602
604
|
"children": [
|
|
603
605
|
{
|
|
604
|
-
"id":
|
|
606
|
+
"id": 361,
|
|
605
607
|
"name": "constructor",
|
|
606
608
|
"kind": 512,
|
|
607
609
|
"kindString": "Constructor",
|
|
@@ -615,14 +617,14 @@
|
|
|
615
617
|
],
|
|
616
618
|
"signatures": [
|
|
617
619
|
{
|
|
618
|
-
"id":
|
|
620
|
+
"id": 362,
|
|
619
621
|
"name": "new SkyWaitService",
|
|
620
622
|
"kind": 16384,
|
|
621
623
|
"kindString": "Constructor signature",
|
|
622
624
|
"flags": {},
|
|
623
625
|
"parameters": [
|
|
624
626
|
{
|
|
625
|
-
"id":
|
|
627
|
+
"id": 363,
|
|
626
628
|
"name": "resolver",
|
|
627
629
|
"kind": 32768,
|
|
628
630
|
"kindString": "Parameter",
|
|
@@ -635,7 +637,7 @@
|
|
|
635
637
|
}
|
|
636
638
|
},
|
|
637
639
|
{
|
|
638
|
-
"id":
|
|
640
|
+
"id": 364,
|
|
639
641
|
"name": "appRef",
|
|
640
642
|
"kind": 32768,
|
|
641
643
|
"kindString": "Parameter",
|
|
@@ -648,7 +650,7 @@
|
|
|
648
650
|
}
|
|
649
651
|
},
|
|
650
652
|
{
|
|
651
|
-
"id":
|
|
653
|
+
"id": 365,
|
|
652
654
|
"name": "waitAdapter",
|
|
653
655
|
"kind": 32768,
|
|
654
656
|
"kindString": "Parameter",
|
|
@@ -659,7 +661,7 @@
|
|
|
659
661
|
}
|
|
660
662
|
},
|
|
661
663
|
{
|
|
662
|
-
"id":
|
|
664
|
+
"id": 366,
|
|
663
665
|
"name": "windowSvc",
|
|
664
666
|
"kind": 32768,
|
|
665
667
|
"kindString": "Parameter",
|
|
@@ -672,14 +674,14 @@
|
|
|
672
674
|
],
|
|
673
675
|
"type": {
|
|
674
676
|
"type": "reference",
|
|
675
|
-
"id":
|
|
677
|
+
"id": 357,
|
|
676
678
|
"name": "SkyWaitService"
|
|
677
679
|
}
|
|
678
680
|
}
|
|
679
681
|
]
|
|
680
682
|
},
|
|
681
683
|
{
|
|
682
|
-
"id":
|
|
684
|
+
"id": 367,
|
|
683
685
|
"name": "beginBlockingPageWait",
|
|
684
686
|
"kind": 2048,
|
|
685
687
|
"kindString": "Method",
|
|
@@ -695,7 +697,7 @@
|
|
|
695
697
|
],
|
|
696
698
|
"signatures": [
|
|
697
699
|
{
|
|
698
|
-
"id":
|
|
700
|
+
"id": 368,
|
|
699
701
|
"name": "beginBlockingPageWait",
|
|
700
702
|
"kind": 4096,
|
|
701
703
|
"kindString": "Call signature",
|
|
@@ -711,7 +713,7 @@
|
|
|
711
713
|
]
|
|
712
714
|
},
|
|
713
715
|
{
|
|
714
|
-
"id":
|
|
716
|
+
"id": 369,
|
|
715
717
|
"name": "beginNonBlockingPageWait",
|
|
716
718
|
"kind": 2048,
|
|
717
719
|
"kindString": "Method",
|
|
@@ -727,7 +729,7 @@
|
|
|
727
729
|
],
|
|
728
730
|
"signatures": [
|
|
729
731
|
{
|
|
730
|
-
"id":
|
|
732
|
+
"id": 370,
|
|
731
733
|
"name": "beginNonBlockingPageWait",
|
|
732
734
|
"kind": 4096,
|
|
733
735
|
"kindString": "Call signature",
|
|
@@ -743,7 +745,7 @@
|
|
|
743
745
|
]
|
|
744
746
|
},
|
|
745
747
|
{
|
|
746
|
-
"id":
|
|
748
|
+
"id": 379,
|
|
747
749
|
"name": "blockingWrap",
|
|
748
750
|
"kind": 2048,
|
|
749
751
|
"kindString": "Method",
|
|
@@ -759,7 +761,7 @@
|
|
|
759
761
|
],
|
|
760
762
|
"signatures": [
|
|
761
763
|
{
|
|
762
|
-
"id":
|
|
764
|
+
"id": 380,
|
|
763
765
|
"name": "blockingWrap",
|
|
764
766
|
"kind": 4096,
|
|
765
767
|
"kindString": "Call signature",
|
|
@@ -769,7 +771,7 @@
|
|
|
769
771
|
},
|
|
770
772
|
"typeParameter": [
|
|
771
773
|
{
|
|
772
|
-
"id":
|
|
774
|
+
"id": 381,
|
|
773
775
|
"name": "T",
|
|
774
776
|
"kind": 131072,
|
|
775
777
|
"kindString": "Type parameter",
|
|
@@ -778,7 +780,7 @@
|
|
|
778
780
|
],
|
|
779
781
|
"parameters": [
|
|
780
782
|
{
|
|
781
|
-
"id":
|
|
783
|
+
"id": 382,
|
|
782
784
|
"name": "observable",
|
|
783
785
|
"kind": 32768,
|
|
784
786
|
"kindString": "Parameter",
|
|
@@ -788,7 +790,7 @@
|
|
|
788
790
|
"typeArguments": [
|
|
789
791
|
{
|
|
790
792
|
"type": "reference",
|
|
791
|
-
"id":
|
|
793
|
+
"id": 381,
|
|
792
794
|
"name": "T"
|
|
793
795
|
}
|
|
794
796
|
],
|
|
@@ -803,7 +805,7 @@
|
|
|
803
805
|
"typeArguments": [
|
|
804
806
|
{
|
|
805
807
|
"type": "reference",
|
|
806
|
-
"id":
|
|
808
|
+
"id": 381,
|
|
807
809
|
"name": "T"
|
|
808
810
|
}
|
|
809
811
|
],
|
|
@@ -815,7 +817,7 @@
|
|
|
815
817
|
]
|
|
816
818
|
},
|
|
817
819
|
{
|
|
818
|
-
"id":
|
|
820
|
+
"id": 375,
|
|
819
821
|
"name": "clearAllPageWaits",
|
|
820
822
|
"kind": 2048,
|
|
821
823
|
"kindString": "Method",
|
|
@@ -831,7 +833,7 @@
|
|
|
831
833
|
],
|
|
832
834
|
"signatures": [
|
|
833
835
|
{
|
|
834
|
-
"id":
|
|
836
|
+
"id": 376,
|
|
835
837
|
"name": "clearAllPageWaits",
|
|
836
838
|
"kind": 4096,
|
|
837
839
|
"kindString": "Call signature",
|
|
@@ -847,7 +849,7 @@
|
|
|
847
849
|
]
|
|
848
850
|
},
|
|
849
851
|
{
|
|
850
|
-
"id":
|
|
852
|
+
"id": 371,
|
|
851
853
|
"name": "endBlockingPageWait",
|
|
852
854
|
"kind": 2048,
|
|
853
855
|
"kindString": "Method",
|
|
@@ -863,7 +865,7 @@
|
|
|
863
865
|
],
|
|
864
866
|
"signatures": [
|
|
865
867
|
{
|
|
866
|
-
"id":
|
|
868
|
+
"id": 372,
|
|
867
869
|
"name": "endBlockingPageWait",
|
|
868
870
|
"kind": 4096,
|
|
869
871
|
"kindString": "Call signature",
|
|
@@ -879,7 +881,7 @@
|
|
|
879
881
|
]
|
|
880
882
|
},
|
|
881
883
|
{
|
|
882
|
-
"id":
|
|
884
|
+
"id": 373,
|
|
883
885
|
"name": "endNonBlockingPageWait",
|
|
884
886
|
"kind": 2048,
|
|
885
887
|
"kindString": "Method",
|
|
@@ -895,7 +897,7 @@
|
|
|
895
897
|
],
|
|
896
898
|
"signatures": [
|
|
897
899
|
{
|
|
898
|
-
"id":
|
|
900
|
+
"id": 374,
|
|
899
901
|
"name": "endNonBlockingPageWait",
|
|
900
902
|
"kind": 4096,
|
|
901
903
|
"kindString": "Call signature",
|
|
@@ -911,7 +913,7 @@
|
|
|
911
913
|
]
|
|
912
914
|
},
|
|
913
915
|
{
|
|
914
|
-
"id":
|
|
916
|
+
"id": 383,
|
|
915
917
|
"name": "nonBlockingWrap",
|
|
916
918
|
"kind": 2048,
|
|
917
919
|
"kindString": "Method",
|
|
@@ -927,7 +929,7 @@
|
|
|
927
929
|
],
|
|
928
930
|
"signatures": [
|
|
929
931
|
{
|
|
930
|
-
"id":
|
|
932
|
+
"id": 384,
|
|
931
933
|
"name": "nonBlockingWrap",
|
|
932
934
|
"kind": 4096,
|
|
933
935
|
"kindString": "Call signature",
|
|
@@ -937,7 +939,7 @@
|
|
|
937
939
|
},
|
|
938
940
|
"typeParameter": [
|
|
939
941
|
{
|
|
940
|
-
"id":
|
|
942
|
+
"id": 385,
|
|
941
943
|
"name": "T",
|
|
942
944
|
"kind": 131072,
|
|
943
945
|
"kindString": "Type parameter",
|
|
@@ -946,7 +948,7 @@
|
|
|
946
948
|
],
|
|
947
949
|
"parameters": [
|
|
948
950
|
{
|
|
949
|
-
"id":
|
|
951
|
+
"id": 386,
|
|
950
952
|
"name": "observable",
|
|
951
953
|
"kind": 32768,
|
|
952
954
|
"kindString": "Parameter",
|
|
@@ -956,7 +958,7 @@
|
|
|
956
958
|
"typeArguments": [
|
|
957
959
|
{
|
|
958
960
|
"type": "reference",
|
|
959
|
-
"id":
|
|
961
|
+
"id": 385,
|
|
960
962
|
"name": "T"
|
|
961
963
|
}
|
|
962
964
|
],
|
|
@@ -971,7 +973,7 @@
|
|
|
971
973
|
"typeArguments": [
|
|
972
974
|
{
|
|
973
975
|
"type": "reference",
|
|
974
|
-
"id":
|
|
976
|
+
"id": 385,
|
|
975
977
|
"name": "T"
|
|
976
978
|
}
|
|
977
979
|
],
|
|
@@ -988,20 +990,20 @@
|
|
|
988
990
|
"title": "Constructors",
|
|
989
991
|
"kind": 512,
|
|
990
992
|
"children": [
|
|
991
|
-
|
|
993
|
+
361
|
|
992
994
|
]
|
|
993
995
|
},
|
|
994
996
|
{
|
|
995
997
|
"title": "Methods",
|
|
996
998
|
"kind": 2048,
|
|
997
999
|
"children": [
|
|
998
|
-
365,
|
|
999
1000
|
367,
|
|
1000
|
-
377,
|
|
1001
|
-
373,
|
|
1002
1001
|
369,
|
|
1002
|
+
379,
|
|
1003
|
+
375,
|
|
1003
1004
|
371,
|
|
1004
|
-
|
|
1005
|
+
373,
|
|
1006
|
+
383
|
|
1005
1007
|
]
|
|
1006
1008
|
}
|
|
1007
1009
|
],
|
|
@@ -1435,7 +1437,7 @@
|
|
|
1435
1437
|
"sources": [
|
|
1436
1438
|
{
|
|
1437
1439
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1438
|
-
"line":
|
|
1440
|
+
"line": 80,
|
|
1439
1441
|
"character": 2
|
|
1440
1442
|
}
|
|
1441
1443
|
],
|
|
@@ -1491,7 +1493,7 @@
|
|
|
1491
1493
|
"sources": [
|
|
1492
1494
|
{
|
|
1493
1495
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1494
|
-
"line":
|
|
1496
|
+
"line": 68,
|
|
1495
1497
|
"character": 9
|
|
1496
1498
|
}
|
|
1497
1499
|
],
|
|
@@ -1512,7 +1514,7 @@
|
|
|
1512
1514
|
"sources": [
|
|
1513
1515
|
{
|
|
1514
1516
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1515
|
-
"line":
|
|
1517
|
+
"line": 66,
|
|
1516
1518
|
"character": 9
|
|
1517
1519
|
}
|
|
1518
1520
|
],
|
|
@@ -1532,7 +1534,7 @@
|
|
|
1532
1534
|
"sources": [
|
|
1533
1535
|
{
|
|
1534
1536
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1535
|
-
"line":
|
|
1537
|
+
"line": 70,
|
|
1536
1538
|
"character": 9
|
|
1537
1539
|
}
|
|
1538
1540
|
],
|
|
@@ -1552,7 +1554,7 @@
|
|
|
1552
1554
|
"sources": [
|
|
1553
1555
|
{
|
|
1554
1556
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1555
|
-
"line":
|
|
1557
|
+
"line": 72,
|
|
1556
1558
|
"character": 9
|
|
1557
1559
|
}
|
|
1558
1560
|
],
|
|
@@ -1585,7 +1587,7 @@
|
|
|
1585
1587
|
"sources": [
|
|
1586
1588
|
{
|
|
1587
1589
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1588
|
-
"line":
|
|
1590
|
+
"line": 57,
|
|
1589
1591
|
"character": 13
|
|
1590
1592
|
}
|
|
1591
1593
|
],
|
|
@@ -1658,7 +1660,7 @@
|
|
|
1658
1660
|
"sources": [
|
|
1659
1661
|
{
|
|
1660
1662
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1661
|
-
"line":
|
|
1663
|
+
"line": 43,
|
|
1662
1664
|
"character": 13
|
|
1663
1665
|
}
|
|
1664
1666
|
],
|
|
@@ -1670,7 +1672,7 @@
|
|
|
1670
1672
|
"kindString": "Get signature",
|
|
1671
1673
|
"flags": {},
|
|
1672
1674
|
"comment": {
|
|
1673
|
-
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon.
|
|
1675
|
+
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon.",
|
|
1674
1676
|
"tags": [
|
|
1675
1677
|
{
|
|
1676
1678
|
"tag": "required",
|
|
@@ -1680,6 +1682,7 @@
|
|
|
1680
1682
|
},
|
|
1681
1683
|
"type": {
|
|
1682
1684
|
"type": "reference",
|
|
1685
|
+
"id": 331,
|
|
1683
1686
|
"name": "SkyIndicatorDescriptionType"
|
|
1684
1687
|
}
|
|
1685
1688
|
}
|
|
@@ -1692,7 +1695,7 @@
|
|
|
1692
1695
|
"kindString": "Set signature",
|
|
1693
1696
|
"flags": {},
|
|
1694
1697
|
"comment": {
|
|
1695
|
-
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon.
|
|
1698
|
+
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon.",
|
|
1696
1699
|
"tags": [
|
|
1697
1700
|
{
|
|
1698
1701
|
"tag": "required",
|
|
@@ -1709,6 +1712,7 @@
|
|
|
1709
1712
|
"flags": {},
|
|
1710
1713
|
"type": {
|
|
1711
1714
|
"type": "reference",
|
|
1715
|
+
"id": 331,
|
|
1712
1716
|
"name": "SkyIndicatorDescriptionType"
|
|
1713
1717
|
}
|
|
1714
1718
|
}
|
|
@@ -1743,7 +1747,7 @@
|
|
|
1743
1747
|
"sources": [
|
|
1744
1748
|
{
|
|
1745
1749
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1746
|
-
"line":
|
|
1750
|
+
"line": 28,
|
|
1747
1751
|
"character": 13
|
|
1748
1752
|
}
|
|
1749
1753
|
],
|
|
@@ -1755,7 +1759,7 @@
|
|
|
1755
1759
|
"kindString": "Get signature",
|
|
1756
1760
|
"flags": {},
|
|
1757
1761
|
"comment": {
|
|
1758
|
-
"shortText": "Specifies a style for the status indicator to determine the icon
|
|
1762
|
+
"shortText": "Specifies a style for the status indicator to determine the icon.",
|
|
1759
1763
|
"tags": [
|
|
1760
1764
|
{
|
|
1761
1765
|
"tag": "default",
|
|
@@ -1765,6 +1769,7 @@
|
|
|
1765
1769
|
},
|
|
1766
1770
|
"type": {
|
|
1767
1771
|
"type": "reference",
|
|
1772
|
+
"id": 332,
|
|
1768
1773
|
"name": "SkyIndicatorIconType"
|
|
1769
1774
|
}
|
|
1770
1775
|
}
|
|
@@ -1777,7 +1782,7 @@
|
|
|
1777
1782
|
"kindString": "Set signature",
|
|
1778
1783
|
"flags": {},
|
|
1779
1784
|
"comment": {
|
|
1780
|
-
"shortText": "Specifies a style for the status indicator to determine the icon
|
|
1785
|
+
"shortText": "Specifies a style for the status indicator to determine the icon.",
|
|
1781
1786
|
"tags": [
|
|
1782
1787
|
{
|
|
1783
1788
|
"tag": "default",
|
|
@@ -1794,6 +1799,7 @@
|
|
|
1794
1799
|
"flags": {},
|
|
1795
1800
|
"type": {
|
|
1796
1801
|
"type": "reference",
|
|
1802
|
+
"id": 332,
|
|
1797
1803
|
"name": "SkyIndicatorIconType"
|
|
1798
1804
|
}
|
|
1799
1805
|
}
|
|
@@ -3074,7 +3080,7 @@
|
|
|
3074
3080
|
"typeArguments": [
|
|
3075
3081
|
{
|
|
3076
3082
|
"type": "reference",
|
|
3077
|
-
"id":
|
|
3083
|
+
"id": 344,
|
|
3078
3084
|
"name": "SkyTokenSelectedEventArgs"
|
|
3079
3085
|
}
|
|
3080
3086
|
],
|
|
@@ -3121,7 +3127,7 @@
|
|
|
3121
3127
|
"type": "array",
|
|
3122
3128
|
"elementType": {
|
|
3123
3129
|
"type": "reference",
|
|
3124
|
-
"id":
|
|
3130
|
+
"id": 342,
|
|
3125
3131
|
"name": "SkyToken"
|
|
3126
3132
|
}
|
|
3127
3133
|
}
|
|
@@ -3185,7 +3191,7 @@
|
|
|
3185
3191
|
"flags": {},
|
|
3186
3192
|
"type": {
|
|
3187
3193
|
"type": "reference",
|
|
3188
|
-
"id":
|
|
3194
|
+
"id": 342,
|
|
3189
3195
|
"name": "SkyToken"
|
|
3190
3196
|
}
|
|
3191
3197
|
}
|
|
@@ -3616,7 +3622,7 @@
|
|
|
3616
3622
|
"typeArguments": [
|
|
3617
3623
|
{
|
|
3618
3624
|
"type": "reference",
|
|
3619
|
-
"id":
|
|
3625
|
+
"id": 346,
|
|
3620
3626
|
"name": "SkyTokensMessage"
|
|
3621
3627
|
}
|
|
3622
3628
|
],
|
|
@@ -3648,7 +3654,7 @@
|
|
|
3648
3654
|
"typeArguments": [
|
|
3649
3655
|
{
|
|
3650
3656
|
"type": "reference",
|
|
3651
|
-
"id":
|
|
3657
|
+
"id": 346,
|
|
3652
3658
|
"name": "SkyTokensMessage"
|
|
3653
3659
|
}
|
|
3654
3660
|
],
|
|
@@ -3706,7 +3712,7 @@
|
|
|
3706
3712
|
"type": "array",
|
|
3707
3713
|
"elementType": {
|
|
3708
3714
|
"type": "reference",
|
|
3709
|
-
"id":
|
|
3715
|
+
"id": 342,
|
|
3710
3716
|
"name": "SkyToken"
|
|
3711
3717
|
}
|
|
3712
3718
|
}
|
|
@@ -3733,7 +3739,7 @@
|
|
|
3733
3739
|
"type": "array",
|
|
3734
3740
|
"elementType": {
|
|
3735
3741
|
"type": "reference",
|
|
3736
|
-
"id":
|
|
3742
|
+
"id": 342,
|
|
3737
3743
|
"name": "SkyToken"
|
|
3738
3744
|
}
|
|
3739
3745
|
}
|
|
@@ -3814,7 +3820,7 @@
|
|
|
3814
3820
|
"flags": {},
|
|
3815
3821
|
"type": {
|
|
3816
3822
|
"type": "reference",
|
|
3817
|
-
"id":
|
|
3823
|
+
"id": 342,
|
|
3818
3824
|
"name": "SkyToken"
|
|
3819
3825
|
}
|
|
3820
3826
|
}
|
|
@@ -3901,7 +3907,7 @@
|
|
|
3901
3907
|
"flags": {},
|
|
3902
3908
|
"type": {
|
|
3903
3909
|
"type": "reference",
|
|
3904
|
-
"id":
|
|
3910
|
+
"id": 342,
|
|
3905
3911
|
"name": "SkyToken"
|
|
3906
3912
|
}
|
|
3907
3913
|
}
|
|
@@ -3944,7 +3950,7 @@
|
|
|
3944
3950
|
"flags": {},
|
|
3945
3951
|
"type": {
|
|
3946
3952
|
"type": "reference",
|
|
3947
|
-
"id":
|
|
3953
|
+
"id": 342,
|
|
3948
3954
|
"name": "SkyToken"
|
|
3949
3955
|
}
|
|
3950
3956
|
}
|
|
@@ -5456,14 +5462,14 @@
|
|
|
5456
5462
|
]
|
|
5457
5463
|
},
|
|
5458
5464
|
{
|
|
5459
|
-
"id":
|
|
5465
|
+
"id": 342,
|
|
5460
5466
|
"name": "SkyToken",
|
|
5461
5467
|
"kind": 256,
|
|
5462
5468
|
"kindString": "Interface",
|
|
5463
5469
|
"flags": {},
|
|
5464
5470
|
"children": [
|
|
5465
5471
|
{
|
|
5466
|
-
"id":
|
|
5472
|
+
"id": 343,
|
|
5467
5473
|
"name": "value",
|
|
5468
5474
|
"kind": 1024,
|
|
5469
5475
|
"kindString": "Property",
|
|
@@ -5489,7 +5495,7 @@
|
|
|
5489
5495
|
"title": "Properties",
|
|
5490
5496
|
"kind": 1024,
|
|
5491
5497
|
"children": [
|
|
5492
|
-
|
|
5498
|
+
343
|
|
5493
5499
|
]
|
|
5494
5500
|
}
|
|
5495
5501
|
],
|
|
@@ -5502,14 +5508,14 @@
|
|
|
5502
5508
|
]
|
|
5503
5509
|
},
|
|
5504
5510
|
{
|
|
5505
|
-
"id":
|
|
5511
|
+
"id": 344,
|
|
5506
5512
|
"name": "SkyTokenSelectedEventArgs",
|
|
5507
5513
|
"kind": 256,
|
|
5508
5514
|
"kindString": "Interface",
|
|
5509
5515
|
"flags": {},
|
|
5510
5516
|
"children": [
|
|
5511
5517
|
{
|
|
5512
|
-
"id":
|
|
5518
|
+
"id": 345,
|
|
5513
5519
|
"name": "token",
|
|
5514
5520
|
"kind": 1024,
|
|
5515
5521
|
"kindString": "Property",
|
|
@@ -5528,7 +5534,7 @@
|
|
|
5528
5534
|
],
|
|
5529
5535
|
"type": {
|
|
5530
5536
|
"type": "reference",
|
|
5531
|
-
"id":
|
|
5537
|
+
"id": 342,
|
|
5532
5538
|
"name": "SkyToken"
|
|
5533
5539
|
}
|
|
5534
5540
|
}
|
|
@@ -5538,7 +5544,7 @@
|
|
|
5538
5544
|
"title": "Properties",
|
|
5539
5545
|
"kind": 1024,
|
|
5540
5546
|
"children": [
|
|
5541
|
-
|
|
5547
|
+
345
|
|
5542
5548
|
]
|
|
5543
5549
|
}
|
|
5544
5550
|
],
|
|
@@ -5551,14 +5557,14 @@
|
|
|
5551
5557
|
]
|
|
5552
5558
|
},
|
|
5553
5559
|
{
|
|
5554
|
-
"id":
|
|
5560
|
+
"id": 346,
|
|
5555
5561
|
"name": "SkyTokensMessage",
|
|
5556
5562
|
"kind": 256,
|
|
5557
5563
|
"kindString": "Interface",
|
|
5558
5564
|
"flags": {},
|
|
5559
5565
|
"children": [
|
|
5560
5566
|
{
|
|
5561
|
-
"id":
|
|
5567
|
+
"id": 347,
|
|
5562
5568
|
"name": "type",
|
|
5563
5569
|
"kind": 1024,
|
|
5564
5570
|
"kindString": "Property",
|
|
@@ -5577,7 +5583,7 @@
|
|
|
5577
5583
|
],
|
|
5578
5584
|
"type": {
|
|
5579
5585
|
"type": "reference",
|
|
5580
|
-
"id":
|
|
5586
|
+
"id": 348,
|
|
5581
5587
|
"name": "SkyTokensMessageType"
|
|
5582
5588
|
}
|
|
5583
5589
|
}
|
|
@@ -5587,7 +5593,7 @@
|
|
|
5587
5593
|
"title": "Properties",
|
|
5588
5594
|
"kind": 1024,
|
|
5589
5595
|
"children": [
|
|
5590
|
-
|
|
5596
|
+
347
|
|
5591
5597
|
]
|
|
5592
5598
|
}
|
|
5593
5599
|
],
|
|
@@ -5653,6 +5659,84 @@
|
|
|
5653
5659
|
]
|
|
5654
5660
|
}
|
|
5655
5661
|
},
|
|
5662
|
+
{
|
|
5663
|
+
"id": 331,
|
|
5664
|
+
"name": "SkyIndicatorDescriptionType",
|
|
5665
|
+
"kind": 4194304,
|
|
5666
|
+
"kindString": "Type alias",
|
|
5667
|
+
"flags": {},
|
|
5668
|
+
"sources": [
|
|
5669
|
+
{
|
|
5670
|
+
"fileName": "projects/indicators/src/modules/shared/indicator-description-type.ts",
|
|
5671
|
+
"line": 1,
|
|
5672
|
+
"character": 12
|
|
5673
|
+
}
|
|
5674
|
+
],
|
|
5675
|
+
"type": {
|
|
5676
|
+
"type": "union",
|
|
5677
|
+
"types": [
|
|
5678
|
+
{
|
|
5679
|
+
"type": "literal",
|
|
5680
|
+
"value": "completed"
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"type": "literal",
|
|
5684
|
+
"value": "custom"
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"type": "literal",
|
|
5688
|
+
"value": "error"
|
|
5689
|
+
},
|
|
5690
|
+
{
|
|
5691
|
+
"type": "literal",
|
|
5692
|
+
"value": "important-info"
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"type": "literal",
|
|
5696
|
+
"value": "none"
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
"type": "literal",
|
|
5700
|
+
"value": "warning"
|
|
5701
|
+
}
|
|
5702
|
+
]
|
|
5703
|
+
}
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
"id": 332,
|
|
5707
|
+
"name": "SkyIndicatorIconType",
|
|
5708
|
+
"kind": 4194304,
|
|
5709
|
+
"kindString": "Type alias",
|
|
5710
|
+
"flags": {},
|
|
5711
|
+
"sources": [
|
|
5712
|
+
{
|
|
5713
|
+
"fileName": "projects/indicators/src/modules/shared/indicator-icon-type.ts",
|
|
5714
|
+
"line": 1,
|
|
5715
|
+
"character": 12
|
|
5716
|
+
}
|
|
5717
|
+
],
|
|
5718
|
+
"type": {
|
|
5719
|
+
"type": "union",
|
|
5720
|
+
"types": [
|
|
5721
|
+
{
|
|
5722
|
+
"type": "literal",
|
|
5723
|
+
"value": "danger"
|
|
5724
|
+
},
|
|
5725
|
+
{
|
|
5726
|
+
"type": "literal",
|
|
5727
|
+
"value": "info"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"type": "literal",
|
|
5731
|
+
"value": "success"
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"type": "literal",
|
|
5735
|
+
"value": "warning"
|
|
5736
|
+
}
|
|
5737
|
+
]
|
|
5738
|
+
}
|
|
5739
|
+
},
|
|
5656
5740
|
{
|
|
5657
5741
|
"id": 327,
|
|
5658
5742
|
"name": "SkyLabelType",
|
|
@@ -5694,7 +5778,7 @@
|
|
|
5694
5778
|
"title": "Enumerations",
|
|
5695
5779
|
"kind": 8,
|
|
5696
5780
|
"children": [
|
|
5697
|
-
|
|
5781
|
+
348
|
|
5698
5782
|
]
|
|
5699
5783
|
},
|
|
5700
5784
|
{
|
|
@@ -5708,11 +5792,11 @@
|
|
|
5708
5792
|
319,
|
|
5709
5793
|
324,
|
|
5710
5794
|
328,
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5795
|
+
333,
|
|
5796
|
+
336,
|
|
5797
|
+
339,
|
|
5798
|
+
354,
|
|
5799
|
+
357,
|
|
5716
5800
|
1,
|
|
5717
5801
|
79,
|
|
5718
5802
|
107,
|
|
@@ -5733,9 +5817,9 @@
|
|
|
5733
5817
|
"kind": 256,
|
|
5734
5818
|
"children": [
|
|
5735
5819
|
316,
|
|
5736
|
-
340,
|
|
5737
5820
|
342,
|
|
5738
|
-
344
|
|
5821
|
+
344,
|
|
5822
|
+
346
|
|
5739
5823
|
]
|
|
5740
5824
|
},
|
|
5741
5825
|
{
|
|
@@ -5744,6 +5828,8 @@
|
|
|
5744
5828
|
"children": [
|
|
5745
5829
|
322,
|
|
5746
5830
|
323,
|
|
5831
|
+
331,
|
|
5832
|
+
332,
|
|
5747
5833
|
327
|
|
5748
5834
|
]
|
|
5749
5835
|
}
|
|
@@ -5760,12 +5846,12 @@
|
|
|
5760
5846
|
{
|
|
5761
5847
|
"fileName": "alert-demo.component.html",
|
|
5762
5848
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
|
|
5763
|
-
"rawContents": "<sky-alert
|
|
5849
|
+
"rawContents": "<sky-alert\n alertType=\"danger\"\n [closeable]=\"false\"\n [closed]=\"false\"\n (closedChange)=\"onClosedChange($event)\"\n>\n Danger alert message\n</sky-alert>\n"
|
|
5764
5850
|
},
|
|
5765
5851
|
{
|
|
5766
5852
|
"fileName": "alert-demo.component.ts",
|
|
5767
5853
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.ts",
|
|
5768
|
-
"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"
|
|
5854
|
+
"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"
|
|
5769
5855
|
},
|
|
5770
5856
|
{
|
|
5771
5857
|
"fileName": "alert-demo.module.ts",
|
|
@@ -5835,7 +5921,7 @@
|
|
|
5835
5921
|
{
|
|
5836
5922
|
"fileName": "status-indicator-demo.component.html",
|
|
5837
5923
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.component.html",
|
|
5838
|
-
"rawContents": "<sky-status-indicator descriptionType=\"
|
|
5924
|
+
"rawContents": "<sky-status-indicator descriptionType=\"error\" indicatorType=\"danger\">\n Danger status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"important-info\" indicatorType=\"info\">\n Info status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"completed\" indicatorType=\"success\">\n Success status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"warning\" indicatorType=\"warning\">\n Warning status indicator\n</sky-status-indicator>\n\n<sky-status-indicator\n descriptionType=\"custom\"\n indicatorType=\"warning\"\n customDescription=\"Custom warning\"\n>\n Warning status indicator with custom screen reader description\n</sky-status-indicator>\n"
|
|
5839
5925
|
},
|
|
5840
5926
|
{
|
|
5841
5927
|
"fileName": "status-indicator-demo.component.ts",
|