@skyux/indicators 7.0.0-beta.1 → 7.0.0-beta.3
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 +1022 -218
- package/esm2020/lib/modules/alert/alert.component.mjs +4 -6
- package/esm2020/lib/modules/help-inline/help-inline.component.mjs +1 -1
- package/esm2020/lib/modules/key-info/key-info.component.mjs +1 -2
- package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +4 -4
- package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
- package/esm2020/lib/modules/tokens/types/token-selected-event-args.mjs +1 -1
- package/esm2020/lib/modules/tokens/types/token.mjs +1 -1
- package/esm2020/testing/tokens/token-harness.mjs +23 -3
- package/esm2020/testing/tokens/tokens-harness.mjs +1 -2
- package/fesm2015/skyux-indicators-testing.mjs +28 -3
- package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2015/skyux-indicators.mjs +8 -11
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators-testing.mjs +22 -3
- package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +8 -11
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/alert/alert.component.d.ts +1 -1
- package/lib/modules/help-inline/help-inline.component.d.ts +1 -1
- package/lib/modules/key-info/key-info.component.d.ts +1 -1
- package/lib/modules/text-highlight/text-highlight.directive.d.ts +2 -2
- package/lib/modules/tokens/tokens.component.d.ts +2 -2
- package/lib/modules/tokens/types/token-selected-event-args.d.ts +2 -2
- package/lib/modules/tokens/types/token.d.ts +2 -2
- package/package.json +5 -5
- package/testing/tokens/token-harness.d.ts +12 -1
- package/testing/tokens/tokens-harness.d.ts +0 -1
package/documentation.json
CHANGED
|
@@ -37,6 +37,8 @@
|
|
|
37
37
|
"SkyAlertHarness": "class-skyalertharness",
|
|
38
38
|
"SkyKeyInfoHarness": "class-skykeyinfoharness",
|
|
39
39
|
"SkyLabelHarness": "class-skylabelharness",
|
|
40
|
+
"SkyTokenHarness": "class-skytokenharness",
|
|
41
|
+
"SkyTokensHarness": "class-skytokensharness",
|
|
40
42
|
"SkyAlertHarnessFilters": "interface-skyalertharnessfilters",
|
|
41
43
|
"SkyKeyInfoHarnessFilters": "interface-skykeyinfoharnessfilters",
|
|
42
44
|
"SkyLabelHarnessFilters": "interface-skylabelharnessfilters"
|
|
@@ -49,14 +51,14 @@
|
|
|
49
51
|
"originalName": "",
|
|
50
52
|
"children": [
|
|
51
53
|
{
|
|
52
|
-
"id":
|
|
54
|
+
"id": 387,
|
|
53
55
|
"name": "SkyTokensMessageType",
|
|
54
56
|
"kind": 8,
|
|
55
57
|
"kindString": "Enumeration",
|
|
56
58
|
"flags": {},
|
|
57
59
|
"children": [
|
|
58
60
|
{
|
|
59
|
-
"id":
|
|
61
|
+
"id": 389,
|
|
60
62
|
"name": "FocusActiveToken",
|
|
61
63
|
"kind": 16,
|
|
62
64
|
"kindString": "Enumeration member",
|
|
@@ -74,7 +76,7 @@
|
|
|
74
76
|
"defaultValue": "1"
|
|
75
77
|
},
|
|
76
78
|
{
|
|
77
|
-
"id":
|
|
79
|
+
"id": 388,
|
|
78
80
|
"name": "FocusLastToken",
|
|
79
81
|
"kind": 16,
|
|
80
82
|
"kindString": "Enumeration member",
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
"defaultValue": "0"
|
|
93
95
|
},
|
|
94
96
|
{
|
|
95
|
-
"id":
|
|
97
|
+
"id": 391,
|
|
96
98
|
"name": "FocusNextToken",
|
|
97
99
|
"kind": 16,
|
|
98
100
|
"kindString": "Enumeration member",
|
|
@@ -110,7 +112,7 @@
|
|
|
110
112
|
"defaultValue": "3"
|
|
111
113
|
},
|
|
112
114
|
{
|
|
113
|
-
"id":
|
|
115
|
+
"id": 390,
|
|
114
116
|
"name": "FocusPreviousToken",
|
|
115
117
|
"kind": 16,
|
|
116
118
|
"kindString": "Enumeration member",
|
|
@@ -128,7 +130,7 @@
|
|
|
128
130
|
"defaultValue": "2"
|
|
129
131
|
},
|
|
130
132
|
{
|
|
131
|
-
"id":
|
|
133
|
+
"id": 392,
|
|
132
134
|
"name": "RemoveActiveToken",
|
|
133
135
|
"kind": 16,
|
|
134
136
|
"kindString": "Enumeration member",
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
"title": "Enumeration members",
|
|
152
154
|
"kind": 16,
|
|
153
155
|
"children": [
|
|
154
|
-
387,
|
|
155
|
-
386,
|
|
156
156
|
389,
|
|
157
157
|
388,
|
|
158
|
-
|
|
158
|
+
391,
|
|
159
|
+
390,
|
|
160
|
+
392
|
|
159
161
|
]
|
|
160
162
|
}
|
|
161
163
|
],
|
|
@@ -487,7 +489,7 @@
|
|
|
487
489
|
"name": "NgModule"
|
|
488
490
|
},
|
|
489
491
|
"arguments": {
|
|
490
|
-
"obj": "{\n declarations: [SkyTextHighlightDirective],\n exports: [SkyTextHighlightDirective],\n providers: [
|
|
492
|
+
"obj": "{\n declarations: [SkyTextHighlightDirective],\n exports: [SkyTextHighlightDirective],\n providers: [SkyMutationObserverService],\n}"
|
|
491
493
|
}
|
|
492
494
|
}
|
|
493
495
|
],
|
|
@@ -548,7 +550,7 @@
|
|
|
548
550
|
]
|
|
549
551
|
},
|
|
550
552
|
{
|
|
551
|
-
"id":
|
|
553
|
+
"id": 393,
|
|
552
554
|
"name": "SkyWaitModule",
|
|
553
555
|
"kind": 128,
|
|
554
556
|
"kindString": "Class",
|
|
@@ -573,7 +575,7 @@
|
|
|
573
575
|
"title": "Constructors",
|
|
574
576
|
"kind": 512,
|
|
575
577
|
"children": [
|
|
576
|
-
|
|
578
|
+
394
|
|
577
579
|
]
|
|
578
580
|
}
|
|
579
581
|
],
|
|
@@ -586,7 +588,7 @@
|
|
|
586
588
|
]
|
|
587
589
|
},
|
|
588
590
|
{
|
|
589
|
-
"id":
|
|
591
|
+
"id": 396,
|
|
590
592
|
"name": "SkyWaitService",
|
|
591
593
|
"kind": 128,
|
|
592
594
|
"kindString": "Class",
|
|
@@ -607,7 +609,7 @@
|
|
|
607
609
|
],
|
|
608
610
|
"children": [
|
|
609
611
|
{
|
|
610
|
-
"id":
|
|
612
|
+
"id": 397,
|
|
611
613
|
"name": "constructor",
|
|
612
614
|
"kind": 512,
|
|
613
615
|
"kindString": "Constructor",
|
|
@@ -621,14 +623,14 @@
|
|
|
621
623
|
],
|
|
622
624
|
"signatures": [
|
|
623
625
|
{
|
|
624
|
-
"id":
|
|
626
|
+
"id": 398,
|
|
625
627
|
"name": "new SkyWaitService",
|
|
626
628
|
"kind": 16384,
|
|
627
629
|
"kindString": "Constructor signature",
|
|
628
630
|
"flags": {},
|
|
629
631
|
"parameters": [
|
|
630
632
|
{
|
|
631
|
-
"id":
|
|
633
|
+
"id": 399,
|
|
632
634
|
"name": "resolver",
|
|
633
635
|
"kind": 32768,
|
|
634
636
|
"kindString": "Parameter",
|
|
@@ -641,7 +643,7 @@
|
|
|
641
643
|
}
|
|
642
644
|
},
|
|
643
645
|
{
|
|
644
|
-
"id":
|
|
646
|
+
"id": 400,
|
|
645
647
|
"name": "appRef",
|
|
646
648
|
"kind": 32768,
|
|
647
649
|
"kindString": "Parameter",
|
|
@@ -654,7 +656,7 @@
|
|
|
654
656
|
}
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"id":
|
|
659
|
+
"id": 401,
|
|
658
660
|
"name": "waitAdapter",
|
|
659
661
|
"kind": 32768,
|
|
660
662
|
"kindString": "Parameter",
|
|
@@ -665,7 +667,7 @@
|
|
|
665
667
|
}
|
|
666
668
|
},
|
|
667
669
|
{
|
|
668
|
-
"id":
|
|
670
|
+
"id": 402,
|
|
669
671
|
"name": "windowSvc",
|
|
670
672
|
"kind": 32768,
|
|
671
673
|
"kindString": "Parameter",
|
|
@@ -678,14 +680,14 @@
|
|
|
678
680
|
],
|
|
679
681
|
"type": {
|
|
680
682
|
"type": "reference",
|
|
681
|
-
"id":
|
|
683
|
+
"id": 396,
|
|
682
684
|
"name": "SkyWaitService"
|
|
683
685
|
}
|
|
684
686
|
}
|
|
685
687
|
]
|
|
686
688
|
},
|
|
687
689
|
{
|
|
688
|
-
"id":
|
|
690
|
+
"id": 407,
|
|
689
691
|
"name": "beginBlockingPageWait",
|
|
690
692
|
"kind": 2048,
|
|
691
693
|
"kindString": "Method",
|
|
@@ -701,7 +703,7 @@
|
|
|
701
703
|
],
|
|
702
704
|
"signatures": [
|
|
703
705
|
{
|
|
704
|
-
"id":
|
|
706
|
+
"id": 408,
|
|
705
707
|
"name": "beginBlockingPageWait",
|
|
706
708
|
"kind": 4096,
|
|
707
709
|
"kindString": "Call signature",
|
|
@@ -717,7 +719,7 @@
|
|
|
717
719
|
]
|
|
718
720
|
},
|
|
719
721
|
{
|
|
720
|
-
"id":
|
|
722
|
+
"id": 409,
|
|
721
723
|
"name": "beginNonBlockingPageWait",
|
|
722
724
|
"kind": 2048,
|
|
723
725
|
"kindString": "Method",
|
|
@@ -733,7 +735,7 @@
|
|
|
733
735
|
],
|
|
734
736
|
"signatures": [
|
|
735
737
|
{
|
|
736
|
-
"id":
|
|
738
|
+
"id": 410,
|
|
737
739
|
"name": "beginNonBlockingPageWait",
|
|
738
740
|
"kind": 4096,
|
|
739
741
|
"kindString": "Call signature",
|
|
@@ -749,7 +751,7 @@
|
|
|
749
751
|
]
|
|
750
752
|
},
|
|
751
753
|
{
|
|
752
|
-
"id":
|
|
754
|
+
"id": 419,
|
|
753
755
|
"name": "blockingWrap",
|
|
754
756
|
"kind": 2048,
|
|
755
757
|
"kindString": "Method",
|
|
@@ -765,7 +767,7 @@
|
|
|
765
767
|
],
|
|
766
768
|
"signatures": [
|
|
767
769
|
{
|
|
768
|
-
"id":
|
|
770
|
+
"id": 420,
|
|
769
771
|
"name": "blockingWrap",
|
|
770
772
|
"kind": 4096,
|
|
771
773
|
"kindString": "Call signature",
|
|
@@ -775,7 +777,7 @@
|
|
|
775
777
|
},
|
|
776
778
|
"typeParameter": [
|
|
777
779
|
{
|
|
778
|
-
"id":
|
|
780
|
+
"id": 421,
|
|
779
781
|
"name": "T",
|
|
780
782
|
"kind": 131072,
|
|
781
783
|
"kindString": "Type parameter",
|
|
@@ -784,7 +786,7 @@
|
|
|
784
786
|
],
|
|
785
787
|
"parameters": [
|
|
786
788
|
{
|
|
787
|
-
"id":
|
|
789
|
+
"id": 422,
|
|
788
790
|
"name": "observable",
|
|
789
791
|
"kind": 32768,
|
|
790
792
|
"kindString": "Parameter",
|
|
@@ -794,7 +796,7 @@
|
|
|
794
796
|
"typeArguments": [
|
|
795
797
|
{
|
|
796
798
|
"type": "reference",
|
|
797
|
-
"id":
|
|
799
|
+
"id": 421,
|
|
798
800
|
"name": "T"
|
|
799
801
|
}
|
|
800
802
|
],
|
|
@@ -809,7 +811,7 @@
|
|
|
809
811
|
"typeArguments": [
|
|
810
812
|
{
|
|
811
813
|
"type": "reference",
|
|
812
|
-
"id":
|
|
814
|
+
"id": 421,
|
|
813
815
|
"name": "T"
|
|
814
816
|
}
|
|
815
817
|
],
|
|
@@ -821,7 +823,7 @@
|
|
|
821
823
|
]
|
|
822
824
|
},
|
|
823
825
|
{
|
|
824
|
-
"id":
|
|
826
|
+
"id": 415,
|
|
825
827
|
"name": "clearAllPageWaits",
|
|
826
828
|
"kind": 2048,
|
|
827
829
|
"kindString": "Method",
|
|
@@ -837,7 +839,7 @@
|
|
|
837
839
|
],
|
|
838
840
|
"signatures": [
|
|
839
841
|
{
|
|
840
|
-
"id":
|
|
842
|
+
"id": 416,
|
|
841
843
|
"name": "clearAllPageWaits",
|
|
842
844
|
"kind": 4096,
|
|
843
845
|
"kindString": "Call signature",
|
|
@@ -853,7 +855,7 @@
|
|
|
853
855
|
]
|
|
854
856
|
},
|
|
855
857
|
{
|
|
856
|
-
"id":
|
|
858
|
+
"id": 411,
|
|
857
859
|
"name": "endBlockingPageWait",
|
|
858
860
|
"kind": 2048,
|
|
859
861
|
"kindString": "Method",
|
|
@@ -869,7 +871,7 @@
|
|
|
869
871
|
],
|
|
870
872
|
"signatures": [
|
|
871
873
|
{
|
|
872
|
-
"id":
|
|
874
|
+
"id": 412,
|
|
873
875
|
"name": "endBlockingPageWait",
|
|
874
876
|
"kind": 4096,
|
|
875
877
|
"kindString": "Call signature",
|
|
@@ -885,7 +887,7 @@
|
|
|
885
887
|
]
|
|
886
888
|
},
|
|
887
889
|
{
|
|
888
|
-
"id":
|
|
890
|
+
"id": 413,
|
|
889
891
|
"name": "endNonBlockingPageWait",
|
|
890
892
|
"kind": 2048,
|
|
891
893
|
"kindString": "Method",
|
|
@@ -901,7 +903,7 @@
|
|
|
901
903
|
],
|
|
902
904
|
"signatures": [
|
|
903
905
|
{
|
|
904
|
-
"id":
|
|
906
|
+
"id": 414,
|
|
905
907
|
"name": "endNonBlockingPageWait",
|
|
906
908
|
"kind": 4096,
|
|
907
909
|
"kindString": "Call signature",
|
|
@@ -917,7 +919,7 @@
|
|
|
917
919
|
]
|
|
918
920
|
},
|
|
919
921
|
{
|
|
920
|
-
"id":
|
|
922
|
+
"id": 423,
|
|
921
923
|
"name": "nonBlockingWrap",
|
|
922
924
|
"kind": 2048,
|
|
923
925
|
"kindString": "Method",
|
|
@@ -933,7 +935,7 @@
|
|
|
933
935
|
],
|
|
934
936
|
"signatures": [
|
|
935
937
|
{
|
|
936
|
-
"id":
|
|
938
|
+
"id": 424,
|
|
937
939
|
"name": "nonBlockingWrap",
|
|
938
940
|
"kind": 4096,
|
|
939
941
|
"kindString": "Call signature",
|
|
@@ -943,7 +945,7 @@
|
|
|
943
945
|
},
|
|
944
946
|
"typeParameter": [
|
|
945
947
|
{
|
|
946
|
-
"id":
|
|
948
|
+
"id": 425,
|
|
947
949
|
"name": "T",
|
|
948
950
|
"kind": 131072,
|
|
949
951
|
"kindString": "Type parameter",
|
|
@@ -952,7 +954,7 @@
|
|
|
952
954
|
],
|
|
953
955
|
"parameters": [
|
|
954
956
|
{
|
|
955
|
-
"id":
|
|
957
|
+
"id": 426,
|
|
956
958
|
"name": "observable",
|
|
957
959
|
"kind": 32768,
|
|
958
960
|
"kindString": "Parameter",
|
|
@@ -962,7 +964,7 @@
|
|
|
962
964
|
"typeArguments": [
|
|
963
965
|
{
|
|
964
966
|
"type": "reference",
|
|
965
|
-
"id":
|
|
967
|
+
"id": 425,
|
|
966
968
|
"name": "T"
|
|
967
969
|
}
|
|
968
970
|
],
|
|
@@ -977,7 +979,7 @@
|
|
|
977
979
|
"typeArguments": [
|
|
978
980
|
{
|
|
979
981
|
"type": "reference",
|
|
980
|
-
"id":
|
|
982
|
+
"id": 425,
|
|
981
983
|
"name": "T"
|
|
982
984
|
}
|
|
983
985
|
],
|
|
@@ -994,20 +996,20 @@
|
|
|
994
996
|
"title": "Constructors",
|
|
995
997
|
"kind": 512,
|
|
996
998
|
"children": [
|
|
997
|
-
|
|
999
|
+
397
|
|
998
1000
|
]
|
|
999
1001
|
},
|
|
1000
1002
|
{
|
|
1001
1003
|
"title": "Methods",
|
|
1002
1004
|
"kind": 2048,
|
|
1003
1005
|
"children": [
|
|
1004
|
-
405,
|
|
1005
1006
|
407,
|
|
1006
|
-
417,
|
|
1007
|
-
413,
|
|
1008
1007
|
409,
|
|
1008
|
+
419,
|
|
1009
|
+
415,
|
|
1009
1010
|
411,
|
|
1010
|
-
|
|
1011
|
+
413,
|
|
1012
|
+
423
|
|
1011
1013
|
]
|
|
1012
1014
|
}
|
|
1013
1015
|
],
|
|
@@ -1049,7 +1051,7 @@
|
|
|
1049
1051
|
"sources": [
|
|
1050
1052
|
{
|
|
1051
1053
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1052
|
-
"line":
|
|
1054
|
+
"line": 95,
|
|
1053
1055
|
"character": 2
|
|
1054
1056
|
}
|
|
1055
1057
|
],
|
|
@@ -1092,7 +1094,7 @@
|
|
|
1092
1094
|
"sources": [
|
|
1093
1095
|
{
|
|
1094
1096
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1095
|
-
"line":
|
|
1097
|
+
"line": 79,
|
|
1096
1098
|
"character": 9
|
|
1097
1099
|
}
|
|
1098
1100
|
],
|
|
@@ -1112,7 +1114,7 @@
|
|
|
1112
1114
|
"sources": [
|
|
1113
1115
|
{
|
|
1114
1116
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1115
|
-
"line":
|
|
1117
|
+
"line": 81,
|
|
1116
1118
|
"character": 9
|
|
1117
1119
|
}
|
|
1118
1120
|
],
|
|
@@ -1132,7 +1134,7 @@
|
|
|
1132
1134
|
"sources": [
|
|
1133
1135
|
{
|
|
1134
1136
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1135
|
-
"line":
|
|
1137
|
+
"line": 83,
|
|
1136
1138
|
"character": 9
|
|
1137
1139
|
}
|
|
1138
1140
|
],
|
|
@@ -1175,7 +1177,7 @@
|
|
|
1175
1177
|
"sources": [
|
|
1176
1178
|
{
|
|
1177
1179
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1178
|
-
"line":
|
|
1180
|
+
"line": 44,
|
|
1179
1181
|
"character": 9
|
|
1180
1182
|
}
|
|
1181
1183
|
],
|
|
@@ -1216,7 +1218,7 @@
|
|
|
1216
1218
|
"sources": [
|
|
1217
1219
|
{
|
|
1218
1220
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1219
|
-
"line":
|
|
1221
|
+
"line": 51,
|
|
1220
1222
|
"character": 9
|
|
1221
1223
|
}
|
|
1222
1224
|
],
|
|
@@ -1251,7 +1253,7 @@
|
|
|
1251
1253
|
"sources": [
|
|
1252
1254
|
{
|
|
1253
1255
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1254
|
-
"line":
|
|
1256
|
+
"line": 77,
|
|
1255
1257
|
"character": 9
|
|
1256
1258
|
}
|
|
1257
1259
|
],
|
|
@@ -1280,7 +1282,7 @@
|
|
|
1280
1282
|
"sources": [
|
|
1281
1283
|
{
|
|
1282
1284
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1283
|
-
"line":
|
|
1285
|
+
"line": 85,
|
|
1284
1286
|
"character": 9
|
|
1285
1287
|
}
|
|
1286
1288
|
],
|
|
@@ -1312,7 +1314,7 @@
|
|
|
1312
1314
|
"sources": [
|
|
1313
1315
|
{
|
|
1314
1316
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1315
|
-
"line":
|
|
1317
|
+
"line": 32,
|
|
1316
1318
|
"character": 13
|
|
1317
1319
|
}
|
|
1318
1320
|
],
|
|
@@ -1340,8 +1342,9 @@
|
|
|
1340
1342
|
"kindString": "Parameter",
|
|
1341
1343
|
"flags": {},
|
|
1342
1344
|
"type": {
|
|
1343
|
-
"type": "
|
|
1344
|
-
"
|
|
1345
|
+
"type": "reference",
|
|
1346
|
+
"id": 369,
|
|
1347
|
+
"name": "SkyIndicatorIconType"
|
|
1345
1348
|
}
|
|
1346
1349
|
}
|
|
1347
1350
|
],
|
|
@@ -1375,7 +1378,7 @@
|
|
|
1375
1378
|
"sources": [
|
|
1376
1379
|
{
|
|
1377
1380
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1378
|
-
"line":
|
|
1381
|
+
"line": 68,
|
|
1379
1382
|
"character": 13
|
|
1380
1383
|
}
|
|
1381
1384
|
],
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
"sources": [
|
|
1433
1436
|
{
|
|
1434
1437
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1435
|
-
"line":
|
|
1438
|
+
"line": 58,
|
|
1436
1439
|
"character": 13
|
|
1437
1440
|
}
|
|
1438
1441
|
],
|
|
@@ -1478,7 +1481,7 @@
|
|
|
1478
1481
|
"sources": [
|
|
1479
1482
|
{
|
|
1480
1483
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1481
|
-
"line":
|
|
1484
|
+
"line": 107,
|
|
1482
1485
|
"character": 9
|
|
1483
1486
|
}
|
|
1484
1487
|
],
|
|
@@ -1507,7 +1510,7 @@
|
|
|
1507
1510
|
"sources": [
|
|
1508
1511
|
{
|
|
1509
1512
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1510
|
-
"line":
|
|
1513
|
+
"line": 103,
|
|
1511
1514
|
"character": 9
|
|
1512
1515
|
}
|
|
1513
1516
|
],
|
|
@@ -1544,7 +1547,7 @@
|
|
|
1544
1547
|
"sources": [
|
|
1545
1548
|
{
|
|
1546
1549
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1547
|
-
"line":
|
|
1550
|
+
"line": 99,
|
|
1548
1551
|
"character": 9
|
|
1549
1552
|
}
|
|
1550
1553
|
],
|
|
@@ -2199,7 +2202,7 @@
|
|
|
2199
2202
|
"flags": {},
|
|
2200
2203
|
"type": {
|
|
2201
2204
|
"type": "reference",
|
|
2202
|
-
"name": "
|
|
2205
|
+
"name": "SkyMutationObserverService"
|
|
2203
2206
|
}
|
|
2204
2207
|
}
|
|
2205
2208
|
],
|
|
@@ -3449,7 +3452,13 @@
|
|
|
3449
3452
|
"typeArguments": [
|
|
3450
3453
|
{
|
|
3451
3454
|
"type": "reference",
|
|
3452
|
-
"id":
|
|
3455
|
+
"id": 382,
|
|
3456
|
+
"typeArguments": [
|
|
3457
|
+
{
|
|
3458
|
+
"type": "intrinsic",
|
|
3459
|
+
"name": "any"
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3453
3462
|
"name": "SkyTokenSelectedEventArgs"
|
|
3454
3463
|
}
|
|
3455
3464
|
],
|
|
@@ -3497,6 +3506,12 @@
|
|
|
3497
3506
|
"elementType": {
|
|
3498
3507
|
"type": "reference",
|
|
3499
3508
|
"id": 379,
|
|
3509
|
+
"typeArguments": [
|
|
3510
|
+
{
|
|
3511
|
+
"type": "intrinsic",
|
|
3512
|
+
"name": "any"
|
|
3513
|
+
}
|
|
3514
|
+
],
|
|
3500
3515
|
"name": "SkyToken"
|
|
3501
3516
|
}
|
|
3502
3517
|
}
|
|
@@ -3528,6 +3543,12 @@
|
|
|
3528
3543
|
{
|
|
3529
3544
|
"type": "reference",
|
|
3530
3545
|
"id": 379,
|
|
3546
|
+
"typeArguments": [
|
|
3547
|
+
{
|
|
3548
|
+
"type": "intrinsic",
|
|
3549
|
+
"name": "any"
|
|
3550
|
+
}
|
|
3551
|
+
],
|
|
3531
3552
|
"name": "SkyToken"
|
|
3532
3553
|
}
|
|
3533
3554
|
],
|
|
@@ -4008,7 +4029,7 @@
|
|
|
4008
4029
|
"typeArguments": [
|
|
4009
4030
|
{
|
|
4010
4031
|
"type": "reference",
|
|
4011
|
-
"id":
|
|
4032
|
+
"id": 385,
|
|
4012
4033
|
"name": "SkyTokensMessage"
|
|
4013
4034
|
}
|
|
4014
4035
|
],
|
|
@@ -4040,7 +4061,7 @@
|
|
|
4040
4061
|
"typeArguments": [
|
|
4041
4062
|
{
|
|
4042
4063
|
"type": "reference",
|
|
4043
|
-
"id":
|
|
4064
|
+
"id": 385,
|
|
4044
4065
|
"name": "SkyTokensMessage"
|
|
4045
4066
|
}
|
|
4046
4067
|
],
|
|
@@ -4099,6 +4120,12 @@
|
|
|
4099
4120
|
"elementType": {
|
|
4100
4121
|
"type": "reference",
|
|
4101
4122
|
"id": 379,
|
|
4123
|
+
"typeArguments": [
|
|
4124
|
+
{
|
|
4125
|
+
"type": "intrinsic",
|
|
4126
|
+
"name": "any"
|
|
4127
|
+
}
|
|
4128
|
+
],
|
|
4102
4129
|
"name": "SkyToken"
|
|
4103
4130
|
}
|
|
4104
4131
|
}
|
|
@@ -4126,6 +4153,12 @@
|
|
|
4126
4153
|
"elementType": {
|
|
4127
4154
|
"type": "reference",
|
|
4128
4155
|
"id": 379,
|
|
4156
|
+
"typeArguments": [
|
|
4157
|
+
{
|
|
4158
|
+
"type": "intrinsic",
|
|
4159
|
+
"name": "any"
|
|
4160
|
+
}
|
|
4161
|
+
],
|
|
4129
4162
|
"name": "SkyToken"
|
|
4130
4163
|
}
|
|
4131
4164
|
}
|
|
@@ -4207,6 +4240,12 @@
|
|
|
4207
4240
|
"type": {
|
|
4208
4241
|
"type": "reference",
|
|
4209
4242
|
"id": 379,
|
|
4243
|
+
"typeArguments": [
|
|
4244
|
+
{
|
|
4245
|
+
"type": "intrinsic",
|
|
4246
|
+
"name": "any"
|
|
4247
|
+
}
|
|
4248
|
+
],
|
|
4210
4249
|
"name": "SkyToken"
|
|
4211
4250
|
}
|
|
4212
4251
|
}
|
|
@@ -4294,6 +4333,12 @@
|
|
|
4294
4333
|
"type": {
|
|
4295
4334
|
"type": "reference",
|
|
4296
4335
|
"id": 379,
|
|
4336
|
+
"typeArguments": [
|
|
4337
|
+
{
|
|
4338
|
+
"type": "intrinsic",
|
|
4339
|
+
"name": "any"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4297
4342
|
"name": "SkyToken"
|
|
4298
4343
|
}
|
|
4299
4344
|
}
|
|
@@ -4337,6 +4382,12 @@
|
|
|
4337
4382
|
"type": {
|
|
4338
4383
|
"type": "reference",
|
|
4339
4384
|
"id": 379,
|
|
4385
|
+
"typeArguments": [
|
|
4386
|
+
{
|
|
4387
|
+
"type": "intrinsic",
|
|
4388
|
+
"name": "any"
|
|
4389
|
+
}
|
|
4390
|
+
],
|
|
4340
4391
|
"name": "SkyToken"
|
|
4341
4392
|
}
|
|
4342
4393
|
}
|
|
@@ -5031,7 +5082,7 @@
|
|
|
5031
5082
|
"typeArguments": [
|
|
5032
5083
|
{
|
|
5033
5084
|
"type": "intrinsic",
|
|
5034
|
-
"name": "
|
|
5085
|
+
"name": "void"
|
|
5035
5086
|
}
|
|
5036
5087
|
],
|
|
5037
5088
|
"qualifiedName": "EventEmitter",
|
|
@@ -5493,13 +5544,14 @@
|
|
|
5493
5544
|
"sources": [
|
|
5494
5545
|
{
|
|
5495
5546
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5496
|
-
"line":
|
|
5547
|
+
"line": 17,
|
|
5497
5548
|
"character": 9
|
|
5498
5549
|
}
|
|
5499
5550
|
],
|
|
5500
5551
|
"type": {
|
|
5501
|
-
"type": "
|
|
5502
|
-
"
|
|
5552
|
+
"type": "reference",
|
|
5553
|
+
"id": 360,
|
|
5554
|
+
"name": "SkyKeyInfoLayoutType"
|
|
5503
5555
|
},
|
|
5504
5556
|
"defaultValue": "'vertical'"
|
|
5505
5557
|
}
|
|
@@ -6042,8 +6094,9 @@
|
|
|
6042
6094
|
}
|
|
6043
6095
|
],
|
|
6044
6096
|
"type": {
|
|
6045
|
-
"type": "
|
|
6046
|
-
"
|
|
6097
|
+
"type": "reference",
|
|
6098
|
+
"id": 381,
|
|
6099
|
+
"name": "T"
|
|
6047
6100
|
}
|
|
6048
6101
|
}
|
|
6049
6102
|
],
|
|
@@ -6059,20 +6112,33 @@
|
|
|
6059
6112
|
"sources": [
|
|
6060
6113
|
{
|
|
6061
6114
|
"fileName": "projects/indicators/src/modules/tokens/types/token.ts",
|
|
6062
|
-
"line":
|
|
6115
|
+
"line": 2,
|
|
6063
6116
|
"character": 17
|
|
6064
6117
|
}
|
|
6118
|
+
],
|
|
6119
|
+
"typeParameter": [
|
|
6120
|
+
{
|
|
6121
|
+
"id": 381,
|
|
6122
|
+
"name": "T",
|
|
6123
|
+
"kind": 131072,
|
|
6124
|
+
"kindString": "Type parameter",
|
|
6125
|
+
"flags": {},
|
|
6126
|
+
"default": {
|
|
6127
|
+
"type": "intrinsic",
|
|
6128
|
+
"name": "any"
|
|
6129
|
+
}
|
|
6130
|
+
}
|
|
6065
6131
|
]
|
|
6066
6132
|
},
|
|
6067
6133
|
{
|
|
6068
|
-
"id":
|
|
6134
|
+
"id": 382,
|
|
6069
6135
|
"name": "SkyTokenSelectedEventArgs",
|
|
6070
6136
|
"kind": 256,
|
|
6071
6137
|
"kindString": "Interface",
|
|
6072
6138
|
"flags": {},
|
|
6073
6139
|
"children": [
|
|
6074
6140
|
{
|
|
6075
|
-
"id":
|
|
6141
|
+
"id": 383,
|
|
6076
6142
|
"name": "token",
|
|
6077
6143
|
"kind": 1024,
|
|
6078
6144
|
"kindString": "Property",
|
|
@@ -6092,6 +6158,13 @@
|
|
|
6092
6158
|
"type": {
|
|
6093
6159
|
"type": "reference",
|
|
6094
6160
|
"id": 379,
|
|
6161
|
+
"typeArguments": [
|
|
6162
|
+
{
|
|
6163
|
+
"type": "reference",
|
|
6164
|
+
"id": 384,
|
|
6165
|
+
"name": "T"
|
|
6166
|
+
}
|
|
6167
|
+
],
|
|
6095
6168
|
"name": "SkyToken"
|
|
6096
6169
|
}
|
|
6097
6170
|
}
|
|
@@ -6101,7 +6174,7 @@
|
|
|
6101
6174
|
"title": "Properties",
|
|
6102
6175
|
"kind": 1024,
|
|
6103
6176
|
"children": [
|
|
6104
|
-
|
|
6177
|
+
383
|
|
6105
6178
|
]
|
|
6106
6179
|
}
|
|
6107
6180
|
],
|
|
@@ -6111,17 +6184,30 @@
|
|
|
6111
6184
|
"line": 3,
|
|
6112
6185
|
"character": 17
|
|
6113
6186
|
}
|
|
6187
|
+
],
|
|
6188
|
+
"typeParameter": [
|
|
6189
|
+
{
|
|
6190
|
+
"id": 384,
|
|
6191
|
+
"name": "T",
|
|
6192
|
+
"kind": 131072,
|
|
6193
|
+
"kindString": "Type parameter",
|
|
6194
|
+
"flags": {},
|
|
6195
|
+
"default": {
|
|
6196
|
+
"type": "intrinsic",
|
|
6197
|
+
"name": "any"
|
|
6198
|
+
}
|
|
6199
|
+
}
|
|
6114
6200
|
]
|
|
6115
6201
|
},
|
|
6116
6202
|
{
|
|
6117
|
-
"id":
|
|
6203
|
+
"id": 385,
|
|
6118
6204
|
"name": "SkyTokensMessage",
|
|
6119
6205
|
"kind": 256,
|
|
6120
6206
|
"kindString": "Interface",
|
|
6121
6207
|
"flags": {},
|
|
6122
6208
|
"children": [
|
|
6123
6209
|
{
|
|
6124
|
-
"id":
|
|
6210
|
+
"id": 386,
|
|
6125
6211
|
"name": "type",
|
|
6126
6212
|
"kind": 1024,
|
|
6127
6213
|
"kindString": "Property",
|
|
@@ -6140,7 +6226,7 @@
|
|
|
6140
6226
|
],
|
|
6141
6227
|
"type": {
|
|
6142
6228
|
"type": "reference",
|
|
6143
|
-
"id":
|
|
6229
|
+
"id": 387,
|
|
6144
6230
|
"name": "SkyTokensMessageType"
|
|
6145
6231
|
}
|
|
6146
6232
|
}
|
|
@@ -6150,7 +6236,7 @@
|
|
|
6150
6236
|
"title": "Properties",
|
|
6151
6237
|
"kind": 1024,
|
|
6152
6238
|
"children": [
|
|
6153
|
-
|
|
6239
|
+
386
|
|
6154
6240
|
]
|
|
6155
6241
|
}
|
|
6156
6242
|
],
|
|
@@ -6377,7 +6463,7 @@
|
|
|
6377
6463
|
}
|
|
6378
6464
|
},
|
|
6379
6465
|
{
|
|
6380
|
-
"id":
|
|
6466
|
+
"id": 439,
|
|
6381
6467
|
"name": "SkyAlertHarness",
|
|
6382
6468
|
"kind": 128,
|
|
6383
6469
|
"kindString": "Class",
|
|
@@ -6387,7 +6473,7 @@
|
|
|
6387
6473
|
},
|
|
6388
6474
|
"children": [
|
|
6389
6475
|
{
|
|
6390
|
-
"id":
|
|
6476
|
+
"id": 460,
|
|
6391
6477
|
"name": "close",
|
|
6392
6478
|
"kind": 2048,
|
|
6393
6479
|
"kindString": "Method",
|
|
@@ -6403,7 +6489,7 @@
|
|
|
6403
6489
|
],
|
|
6404
6490
|
"signatures": [
|
|
6405
6491
|
{
|
|
6406
|
-
"id":
|
|
6492
|
+
"id": 461,
|
|
6407
6493
|
"name": "close",
|
|
6408
6494
|
"kind": 4096,
|
|
6409
6495
|
"kindString": "Call signature",
|
|
@@ -6427,7 +6513,7 @@
|
|
|
6427
6513
|
]
|
|
6428
6514
|
},
|
|
6429
6515
|
{
|
|
6430
|
-
"id":
|
|
6516
|
+
"id": 456,
|
|
6431
6517
|
"name": "getAlertType",
|
|
6432
6518
|
"kind": 2048,
|
|
6433
6519
|
"kindString": "Method",
|
|
@@ -6443,7 +6529,7 @@
|
|
|
6443
6529
|
],
|
|
6444
6530
|
"signatures": [
|
|
6445
6531
|
{
|
|
6446
|
-
"id":
|
|
6532
|
+
"id": 457,
|
|
6447
6533
|
"name": "getAlertType",
|
|
6448
6534
|
"kind": 4096,
|
|
6449
6535
|
"kindString": "Call signature",
|
|
@@ -6468,7 +6554,7 @@
|
|
|
6468
6554
|
]
|
|
6469
6555
|
},
|
|
6470
6556
|
{
|
|
6471
|
-
"id":
|
|
6557
|
+
"id": 468,
|
|
6472
6558
|
"name": "getCustomDescription",
|
|
6473
6559
|
"kind": 2048,
|
|
6474
6560
|
"kindString": "Method",
|
|
@@ -6484,7 +6570,7 @@
|
|
|
6484
6570
|
],
|
|
6485
6571
|
"signatures": [
|
|
6486
6572
|
{
|
|
6487
|
-
"id":
|
|
6573
|
+
"id": 469,
|
|
6488
6574
|
"name": "getCustomDescription",
|
|
6489
6575
|
"kind": 4096,
|
|
6490
6576
|
"kindString": "Call signature",
|
|
@@ -6508,7 +6594,7 @@
|
|
|
6508
6594
|
]
|
|
6509
6595
|
},
|
|
6510
6596
|
{
|
|
6511
|
-
"id":
|
|
6597
|
+
"id": 466,
|
|
6512
6598
|
"name": "getDescriptionType",
|
|
6513
6599
|
"kind": 2048,
|
|
6514
6600
|
"kindString": "Method",
|
|
@@ -6524,7 +6610,7 @@
|
|
|
6524
6610
|
],
|
|
6525
6611
|
"signatures": [
|
|
6526
6612
|
{
|
|
6527
|
-
"id":
|
|
6613
|
+
"id": 467,
|
|
6528
6614
|
"name": "getDescriptionType",
|
|
6529
6615
|
"kind": 4096,
|
|
6530
6616
|
"kindString": "Call signature",
|
|
@@ -6549,7 +6635,7 @@
|
|
|
6549
6635
|
]
|
|
6550
6636
|
},
|
|
6551
6637
|
{
|
|
6552
|
-
"id":
|
|
6638
|
+
"id": 458,
|
|
6553
6639
|
"name": "getText",
|
|
6554
6640
|
"kind": 2048,
|
|
6555
6641
|
"kindString": "Method",
|
|
@@ -6565,7 +6651,7 @@
|
|
|
6565
6651
|
],
|
|
6566
6652
|
"signatures": [
|
|
6567
6653
|
{
|
|
6568
|
-
"id":
|
|
6654
|
+
"id": 459,
|
|
6569
6655
|
"name": "getText",
|
|
6570
6656
|
"kind": 4096,
|
|
6571
6657
|
"kindString": "Call signature",
|
|
@@ -6589,7 +6675,7 @@
|
|
|
6589
6675
|
]
|
|
6590
6676
|
},
|
|
6591
6677
|
{
|
|
6592
|
-
"id":
|
|
6678
|
+
"id": 473,
|
|
6593
6679
|
"name": "host",
|
|
6594
6680
|
"kind": 2048,
|
|
6595
6681
|
"kindString": "Method",
|
|
@@ -6603,7 +6689,7 @@
|
|
|
6603
6689
|
],
|
|
6604
6690
|
"signatures": [
|
|
6605
6691
|
{
|
|
6606
|
-
"id":
|
|
6692
|
+
"id": 474,
|
|
6607
6693
|
"name": "host",
|
|
6608
6694
|
"kind": 4096,
|
|
6609
6695
|
"kindString": "Call signature",
|
|
@@ -6637,7 +6723,7 @@
|
|
|
6637
6723
|
}
|
|
6638
6724
|
},
|
|
6639
6725
|
{
|
|
6640
|
-
"id":
|
|
6726
|
+
"id": 464,
|
|
6641
6727
|
"name": "isCloseable",
|
|
6642
6728
|
"kind": 2048,
|
|
6643
6729
|
"kindString": "Method",
|
|
@@ -6653,7 +6739,7 @@
|
|
|
6653
6739
|
],
|
|
6654
6740
|
"signatures": [
|
|
6655
6741
|
{
|
|
6656
|
-
"id":
|
|
6742
|
+
"id": 465,
|
|
6657
6743
|
"name": "isCloseable",
|
|
6658
6744
|
"kind": 4096,
|
|
6659
6745
|
"kindString": "Call signature",
|
|
@@ -6677,7 +6763,7 @@
|
|
|
6677
6763
|
]
|
|
6678
6764
|
},
|
|
6679
6765
|
{
|
|
6680
|
-
"id":
|
|
6766
|
+
"id": 462,
|
|
6681
6767
|
"name": "isClosed",
|
|
6682
6768
|
"kind": 2048,
|
|
6683
6769
|
"kindString": "Method",
|
|
@@ -6693,7 +6779,7 @@
|
|
|
6693
6779
|
],
|
|
6694
6780
|
"signatures": [
|
|
6695
6781
|
{
|
|
6696
|
-
"id":
|
|
6782
|
+
"id": 463,
|
|
6697
6783
|
"name": "isClosed",
|
|
6698
6784
|
"kind": 4096,
|
|
6699
6785
|
"kindString": "Call signature",
|
|
@@ -6717,7 +6803,7 @@
|
|
|
6717
6803
|
]
|
|
6718
6804
|
},
|
|
6719
6805
|
{
|
|
6720
|
-
"id":
|
|
6806
|
+
"id": 441,
|
|
6721
6807
|
"name": "with",
|
|
6722
6808
|
"kind": 2048,
|
|
6723
6809
|
"kindString": "Method",
|
|
@@ -6734,7 +6820,7 @@
|
|
|
6734
6820
|
],
|
|
6735
6821
|
"signatures": [
|
|
6736
6822
|
{
|
|
6737
|
-
"id":
|
|
6823
|
+
"id": 442,
|
|
6738
6824
|
"name": "with",
|
|
6739
6825
|
"kind": 4096,
|
|
6740
6826
|
"kindString": "Call signature",
|
|
@@ -6744,14 +6830,14 @@
|
|
|
6744
6830
|
},
|
|
6745
6831
|
"parameters": [
|
|
6746
6832
|
{
|
|
6747
|
-
"id":
|
|
6833
|
+
"id": 443,
|
|
6748
6834
|
"name": "filters",
|
|
6749
6835
|
"kind": 32768,
|
|
6750
6836
|
"kindString": "Parameter",
|
|
6751
6837
|
"flags": {},
|
|
6752
6838
|
"type": {
|
|
6753
6839
|
"type": "reference",
|
|
6754
|
-
"id":
|
|
6840
|
+
"id": 493,
|
|
6755
6841
|
"name": "SkyAlertHarnessFilters"
|
|
6756
6842
|
}
|
|
6757
6843
|
}
|
|
@@ -6761,7 +6847,7 @@
|
|
|
6761
6847
|
"typeArguments": [
|
|
6762
6848
|
{
|
|
6763
6849
|
"type": "reference",
|
|
6764
|
-
"id":
|
|
6850
|
+
"id": 439,
|
|
6765
6851
|
"name": "SkyAlertHarness"
|
|
6766
6852
|
}
|
|
6767
6853
|
],
|
|
@@ -6778,22 +6864,22 @@
|
|
|
6778
6864
|
"title": "Constructors",
|
|
6779
6865
|
"kind": 512,
|
|
6780
6866
|
"children": [
|
|
6781
|
-
|
|
6867
|
+
449
|
|
6782
6868
|
]
|
|
6783
6869
|
},
|
|
6784
6870
|
{
|
|
6785
6871
|
"title": "Methods",
|
|
6786
6872
|
"kind": 2048,
|
|
6787
6873
|
"children": [
|
|
6788
|
-
|
|
6789
|
-
|
|
6874
|
+
460,
|
|
6875
|
+
456,
|
|
6876
|
+
468,
|
|
6790
6877
|
466,
|
|
6878
|
+
458,
|
|
6879
|
+
473,
|
|
6791
6880
|
464,
|
|
6792
|
-
456,
|
|
6793
|
-
471,
|
|
6794
6881
|
462,
|
|
6795
|
-
|
|
6796
|
-
439
|
|
6882
|
+
441
|
|
6797
6883
|
]
|
|
6798
6884
|
}
|
|
6799
6885
|
],
|
|
@@ -6812,7 +6898,7 @@
|
|
|
6812
6898
|
]
|
|
6813
6899
|
},
|
|
6814
6900
|
{
|
|
6815
|
-
"id":
|
|
6901
|
+
"id": 497,
|
|
6816
6902
|
"name": "SkyKeyInfoHarness",
|
|
6817
6903
|
"kind": 128,
|
|
6818
6904
|
"kindString": "Class",
|
|
@@ -6822,7 +6908,7 @@
|
|
|
6822
6908
|
},
|
|
6823
6909
|
"children": [
|
|
6824
6910
|
{
|
|
6825
|
-
"id":
|
|
6911
|
+
"id": 515,
|
|
6826
6912
|
"name": "getLabelText",
|
|
6827
6913
|
"kind": 2048,
|
|
6828
6914
|
"kindString": "Method",
|
|
@@ -6838,7 +6924,7 @@
|
|
|
6838
6924
|
],
|
|
6839
6925
|
"signatures": [
|
|
6840
6926
|
{
|
|
6841
|
-
"id":
|
|
6927
|
+
"id": 516,
|
|
6842
6928
|
"name": "getLabelText",
|
|
6843
6929
|
"kind": 4096,
|
|
6844
6930
|
"kindString": "Call signature",
|
|
@@ -6862,7 +6948,7 @@
|
|
|
6862
6948
|
]
|
|
6863
6949
|
},
|
|
6864
6950
|
{
|
|
6865
|
-
"id":
|
|
6951
|
+
"id": 517,
|
|
6866
6952
|
"name": "getLayout",
|
|
6867
6953
|
"kind": 2048,
|
|
6868
6954
|
"kindString": "Method",
|
|
@@ -6878,7 +6964,7 @@
|
|
|
6878
6964
|
],
|
|
6879
6965
|
"signatures": [
|
|
6880
6966
|
{
|
|
6881
|
-
"id":
|
|
6967
|
+
"id": 518,
|
|
6882
6968
|
"name": "getLayout",
|
|
6883
6969
|
"kind": 4096,
|
|
6884
6970
|
"kindString": "Call signature",
|
|
@@ -6903,7 +6989,7 @@
|
|
|
6903
6989
|
]
|
|
6904
6990
|
},
|
|
6905
6991
|
{
|
|
6906
|
-
"id":
|
|
6992
|
+
"id": 513,
|
|
6907
6993
|
"name": "getValueText",
|
|
6908
6994
|
"kind": 2048,
|
|
6909
6995
|
"kindString": "Method",
|
|
@@ -6919,7 +7005,7 @@
|
|
|
6919
7005
|
],
|
|
6920
7006
|
"signatures": [
|
|
6921
7007
|
{
|
|
6922
|
-
"id":
|
|
7008
|
+
"id": 514,
|
|
6923
7009
|
"name": "getValueText",
|
|
6924
7010
|
"kind": 4096,
|
|
6925
7011
|
"kindString": "Call signature",
|
|
@@ -6943,7 +7029,7 @@
|
|
|
6943
7029
|
]
|
|
6944
7030
|
},
|
|
6945
7031
|
{
|
|
6946
|
-
"id":
|
|
7032
|
+
"id": 522,
|
|
6947
7033
|
"name": "host",
|
|
6948
7034
|
"kind": 2048,
|
|
6949
7035
|
"kindString": "Method",
|
|
@@ -6957,7 +7043,7 @@
|
|
|
6957
7043
|
],
|
|
6958
7044
|
"signatures": [
|
|
6959
7045
|
{
|
|
6960
|
-
"id":
|
|
7046
|
+
"id": 523,
|
|
6961
7047
|
"name": "host",
|
|
6962
7048
|
"kind": 4096,
|
|
6963
7049
|
"kindString": "Call signature",
|
|
@@ -6991,7 +7077,7 @@
|
|
|
6991
7077
|
}
|
|
6992
7078
|
},
|
|
6993
7079
|
{
|
|
6994
|
-
"id":
|
|
7080
|
+
"id": 499,
|
|
6995
7081
|
"name": "with",
|
|
6996
7082
|
"kind": 2048,
|
|
6997
7083
|
"kindString": "Method",
|
|
@@ -7008,7 +7094,7 @@
|
|
|
7008
7094
|
],
|
|
7009
7095
|
"signatures": [
|
|
7010
7096
|
{
|
|
7011
|
-
"id":
|
|
7097
|
+
"id": 500,
|
|
7012
7098
|
"name": "with",
|
|
7013
7099
|
"kind": 4096,
|
|
7014
7100
|
"kindString": "Call signature",
|
|
@@ -7018,14 +7104,14 @@
|
|
|
7018
7104
|
},
|
|
7019
7105
|
"parameters": [
|
|
7020
7106
|
{
|
|
7021
|
-
"id":
|
|
7107
|
+
"id": 501,
|
|
7022
7108
|
"name": "filters",
|
|
7023
7109
|
"kind": 32768,
|
|
7024
7110
|
"kindString": "Parameter",
|
|
7025
7111
|
"flags": {},
|
|
7026
7112
|
"type": {
|
|
7027
7113
|
"type": "reference",
|
|
7028
|
-
"id":
|
|
7114
|
+
"id": 542,
|
|
7029
7115
|
"name": "SkyKeyInfoHarnessFilters"
|
|
7030
7116
|
}
|
|
7031
7117
|
}
|
|
@@ -7035,7 +7121,7 @@
|
|
|
7035
7121
|
"typeArguments": [
|
|
7036
7122
|
{
|
|
7037
7123
|
"type": "reference",
|
|
7038
|
-
"id":
|
|
7124
|
+
"id": 497,
|
|
7039
7125
|
"name": "SkyKeyInfoHarness"
|
|
7040
7126
|
}
|
|
7041
7127
|
],
|
|
@@ -7052,18 +7138,18 @@
|
|
|
7052
7138
|
"title": "Constructors",
|
|
7053
7139
|
"kind": 512,
|
|
7054
7140
|
"children": [
|
|
7055
|
-
|
|
7141
|
+
507
|
|
7056
7142
|
]
|
|
7057
7143
|
},
|
|
7058
7144
|
{
|
|
7059
7145
|
"title": "Methods",
|
|
7060
7146
|
"kind": 2048,
|
|
7061
7147
|
"children": [
|
|
7062
|
-
513,
|
|
7063
7148
|
515,
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7149
|
+
517,
|
|
7150
|
+
513,
|
|
7151
|
+
522,
|
|
7152
|
+
499
|
|
7067
7153
|
]
|
|
7068
7154
|
}
|
|
7069
7155
|
],
|
|
@@ -7082,7 +7168,7 @@
|
|
|
7082
7168
|
]
|
|
7083
7169
|
},
|
|
7084
7170
|
{
|
|
7085
|
-
"id":
|
|
7171
|
+
"id": 546,
|
|
7086
7172
|
"name": "SkyLabelHarness",
|
|
7087
7173
|
"kind": 128,
|
|
7088
7174
|
"kindString": "Class",
|
|
@@ -7092,7 +7178,7 @@
|
|
|
7092
7178
|
},
|
|
7093
7179
|
"children": [
|
|
7094
7180
|
{
|
|
7095
|
-
"id":
|
|
7181
|
+
"id": 568,
|
|
7096
7182
|
"name": "getCustomDescription",
|
|
7097
7183
|
"kind": 2048,
|
|
7098
7184
|
"kindString": "Method",
|
|
@@ -7108,7 +7194,7 @@
|
|
|
7108
7194
|
],
|
|
7109
7195
|
"signatures": [
|
|
7110
7196
|
{
|
|
7111
|
-
"id":
|
|
7197
|
+
"id": 569,
|
|
7112
7198
|
"name": "getCustomDescription",
|
|
7113
7199
|
"kind": 4096,
|
|
7114
7200
|
"kindString": "Call signature",
|
|
@@ -7132,7 +7218,7 @@
|
|
|
7132
7218
|
]
|
|
7133
7219
|
},
|
|
7134
7220
|
{
|
|
7135
|
-
"id":
|
|
7221
|
+
"id": 566,
|
|
7136
7222
|
"name": "getDescriptionType",
|
|
7137
7223
|
"kind": 2048,
|
|
7138
7224
|
"kindString": "Method",
|
|
@@ -7148,7 +7234,7 @@
|
|
|
7148
7234
|
],
|
|
7149
7235
|
"signatures": [
|
|
7150
7236
|
{
|
|
7151
|
-
"id":
|
|
7237
|
+
"id": 567,
|
|
7152
7238
|
"name": "getDescriptionType",
|
|
7153
7239
|
"kind": 4096,
|
|
7154
7240
|
"kindString": "Call signature",
|
|
@@ -7173,7 +7259,7 @@
|
|
|
7173
7259
|
]
|
|
7174
7260
|
},
|
|
7175
7261
|
{
|
|
7176
|
-
"id":
|
|
7262
|
+
"id": 562,
|
|
7177
7263
|
"name": "getLabelText",
|
|
7178
7264
|
"kind": 2048,
|
|
7179
7265
|
"kindString": "Method",
|
|
@@ -7189,7 +7275,7 @@
|
|
|
7189
7275
|
],
|
|
7190
7276
|
"signatures": [
|
|
7191
7277
|
{
|
|
7192
|
-
"id":
|
|
7278
|
+
"id": 563,
|
|
7193
7279
|
"name": "getLabelText",
|
|
7194
7280
|
"kind": 4096,
|
|
7195
7281
|
"kindString": "Call signature",
|
|
@@ -7213,7 +7299,7 @@
|
|
|
7213
7299
|
]
|
|
7214
7300
|
},
|
|
7215
7301
|
{
|
|
7216
|
-
"id":
|
|
7302
|
+
"id": 564,
|
|
7217
7303
|
"name": "getLabelType",
|
|
7218
7304
|
"kind": 2048,
|
|
7219
7305
|
"kindString": "Method",
|
|
@@ -7229,7 +7315,7 @@
|
|
|
7229
7315
|
],
|
|
7230
7316
|
"signatures": [
|
|
7231
7317
|
{
|
|
7232
|
-
"id":
|
|
7318
|
+
"id": 565,
|
|
7233
7319
|
"name": "getLabelType",
|
|
7234
7320
|
"kind": 4096,
|
|
7235
7321
|
"kindString": "Call signature",
|
|
@@ -7254,7 +7340,7 @@
|
|
|
7254
7340
|
]
|
|
7255
7341
|
},
|
|
7256
7342
|
{
|
|
7257
|
-
"id":
|
|
7343
|
+
"id": 573,
|
|
7258
7344
|
"name": "host",
|
|
7259
7345
|
"kind": 2048,
|
|
7260
7346
|
"kindString": "Method",
|
|
@@ -7268,7 +7354,7 @@
|
|
|
7268
7354
|
],
|
|
7269
7355
|
"signatures": [
|
|
7270
7356
|
{
|
|
7271
|
-
"id":
|
|
7357
|
+
"id": 574,
|
|
7272
7358
|
"name": "host",
|
|
7273
7359
|
"kind": 4096,
|
|
7274
7360
|
"kindString": "Call signature",
|
|
@@ -7302,7 +7388,7 @@
|
|
|
7302
7388
|
}
|
|
7303
7389
|
},
|
|
7304
7390
|
{
|
|
7305
|
-
"id":
|
|
7391
|
+
"id": 548,
|
|
7306
7392
|
"name": "with",
|
|
7307
7393
|
"kind": 2048,
|
|
7308
7394
|
"kindString": "Method",
|
|
@@ -7319,7 +7405,7 @@
|
|
|
7319
7405
|
],
|
|
7320
7406
|
"signatures": [
|
|
7321
7407
|
{
|
|
7322
|
-
"id":
|
|
7408
|
+
"id": 549,
|
|
7323
7409
|
"name": "with",
|
|
7324
7410
|
"kind": 4096,
|
|
7325
7411
|
"kindString": "Call signature",
|
|
@@ -7329,14 +7415,14 @@
|
|
|
7329
7415
|
},
|
|
7330
7416
|
"parameters": [
|
|
7331
7417
|
{
|
|
7332
|
-
"id":
|
|
7418
|
+
"id": 550,
|
|
7333
7419
|
"name": "filters",
|
|
7334
7420
|
"kind": 32768,
|
|
7335
7421
|
"kindString": "Parameter",
|
|
7336
7422
|
"flags": {},
|
|
7337
7423
|
"type": {
|
|
7338
7424
|
"type": "reference",
|
|
7339
|
-
"id":
|
|
7425
|
+
"id": 593,
|
|
7340
7426
|
"name": "SkyLabelHarnessFilters"
|
|
7341
7427
|
}
|
|
7342
7428
|
}
|
|
@@ -7346,7 +7432,7 @@
|
|
|
7346
7432
|
"typeArguments": [
|
|
7347
7433
|
{
|
|
7348
7434
|
"type": "reference",
|
|
7349
|
-
"id":
|
|
7435
|
+
"id": 546,
|
|
7350
7436
|
"name": "SkyLabelHarness"
|
|
7351
7437
|
}
|
|
7352
7438
|
],
|
|
@@ -7363,19 +7449,19 @@
|
|
|
7363
7449
|
"title": "Constructors",
|
|
7364
7450
|
"kind": 512,
|
|
7365
7451
|
"children": [
|
|
7366
|
-
|
|
7452
|
+
556
|
|
7367
7453
|
]
|
|
7368
7454
|
},
|
|
7369
7455
|
{
|
|
7370
7456
|
"title": "Methods",
|
|
7371
7457
|
"kind": 2048,
|
|
7372
7458
|
"children": [
|
|
7459
|
+
568,
|
|
7373
7460
|
566,
|
|
7374
|
-
564,
|
|
7375
|
-
560,
|
|
7376
7461
|
562,
|
|
7377
|
-
|
|
7378
|
-
|
|
7462
|
+
564,
|
|
7463
|
+
573,
|
|
7464
|
+
548
|
|
7379
7465
|
]
|
|
7380
7466
|
}
|
|
7381
7467
|
],
|
|
@@ -7394,72 +7480,770 @@
|
|
|
7394
7480
|
]
|
|
7395
7481
|
},
|
|
7396
7482
|
{
|
|
7397
|
-
"id":
|
|
7398
|
-
"name": "
|
|
7399
|
-
"kind":
|
|
7400
|
-
"kindString": "
|
|
7483
|
+
"id": 597,
|
|
7484
|
+
"name": "SkyTokenHarness",
|
|
7485
|
+
"kind": 128,
|
|
7486
|
+
"kindString": "Class",
|
|
7401
7487
|
"flags": {},
|
|
7402
7488
|
"comment": {
|
|
7403
|
-
"shortText": "
|
|
7489
|
+
"shortText": "Harness for interacting with a token component in tests."
|
|
7404
7490
|
},
|
|
7405
7491
|
"children": [
|
|
7406
7492
|
{
|
|
7407
|
-
"id":
|
|
7408
|
-
"name": "
|
|
7409
|
-
"kind":
|
|
7410
|
-
"kindString": "
|
|
7493
|
+
"id": 609,
|
|
7494
|
+
"name": "dismiss",
|
|
7495
|
+
"kind": 2048,
|
|
7496
|
+
"kindString": "Method",
|
|
7411
7497
|
"flags": {
|
|
7412
|
-
"
|
|
7413
|
-
},
|
|
7414
|
-
"comment": {
|
|
7415
|
-
"shortText": "Only find instances that are nested under an element with the given selector."
|
|
7498
|
+
"isPublic": true
|
|
7416
7499
|
},
|
|
7417
7500
|
"sources": [
|
|
7418
7501
|
{
|
|
7419
|
-
"fileName": "
|
|
7420
|
-
"line":
|
|
7421
|
-
"character":
|
|
7502
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7503
|
+
"line": 50,
|
|
7504
|
+
"character": 15
|
|
7422
7505
|
}
|
|
7423
7506
|
],
|
|
7424
|
-
"
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7431
|
-
|
|
7507
|
+
"signatures": [
|
|
7508
|
+
{
|
|
7509
|
+
"id": 610,
|
|
7510
|
+
"name": "dismiss",
|
|
7511
|
+
"kind": 4096,
|
|
7512
|
+
"kindString": "Call signature",
|
|
7513
|
+
"flags": {},
|
|
7514
|
+
"comment": {
|
|
7515
|
+
"shortText": "Dismisses the token."
|
|
7516
|
+
},
|
|
7517
|
+
"type": {
|
|
7518
|
+
"type": "reference",
|
|
7519
|
+
"typeArguments": [
|
|
7520
|
+
{
|
|
7521
|
+
"type": "intrinsic",
|
|
7522
|
+
"name": "void"
|
|
7523
|
+
}
|
|
7524
|
+
],
|
|
7525
|
+
"qualifiedName": "Promise",
|
|
7526
|
+
"package": "typescript",
|
|
7527
|
+
"name": "Promise"
|
|
7528
|
+
}
|
|
7529
|
+
}
|
|
7530
|
+
]
|
|
7432
7531
|
},
|
|
7433
7532
|
{
|
|
7434
|
-
"id":
|
|
7435
|
-
"name": "
|
|
7436
|
-
"kind":
|
|
7437
|
-
"kindString": "
|
|
7533
|
+
"id": 611,
|
|
7534
|
+
"name": "getText",
|
|
7535
|
+
"kind": 2048,
|
|
7536
|
+
"kindString": "Method",
|
|
7438
7537
|
"flags": {
|
|
7439
|
-
"
|
|
7440
|
-
},
|
|
7441
|
-
"comment": {
|
|
7442
|
-
"shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
|
|
7538
|
+
"isPublic": true
|
|
7443
7539
|
},
|
|
7444
7540
|
"sources": [
|
|
7445
7541
|
{
|
|
7446
|
-
"fileName": "
|
|
7447
|
-
"line":
|
|
7448
|
-
"character":
|
|
7542
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7543
|
+
"line": 63,
|
|
7544
|
+
"character": 15
|
|
7449
7545
|
}
|
|
7450
7546
|
],
|
|
7451
|
-
"
|
|
7452
|
-
|
|
7453
|
-
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
},
|
|
7458
|
-
{
|
|
7459
|
-
"
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
"
|
|
7547
|
+
"signatures": [
|
|
7548
|
+
{
|
|
7549
|
+
"id": 612,
|
|
7550
|
+
"name": "getText",
|
|
7551
|
+
"kind": 4096,
|
|
7552
|
+
"kindString": "Call signature",
|
|
7553
|
+
"flags": {},
|
|
7554
|
+
"comment": {
|
|
7555
|
+
"shortText": "Returns the text content of the token."
|
|
7556
|
+
},
|
|
7557
|
+
"type": {
|
|
7558
|
+
"type": "reference",
|
|
7559
|
+
"typeArguments": [
|
|
7560
|
+
{
|
|
7561
|
+
"type": "intrinsic",
|
|
7562
|
+
"name": "string"
|
|
7563
|
+
}
|
|
7564
|
+
],
|
|
7565
|
+
"qualifiedName": "Promise",
|
|
7566
|
+
"package": "typescript",
|
|
7567
|
+
"name": "Promise"
|
|
7568
|
+
}
|
|
7569
|
+
}
|
|
7570
|
+
]
|
|
7571
|
+
},
|
|
7572
|
+
{
|
|
7573
|
+
"id": 620,
|
|
7574
|
+
"name": "host",
|
|
7575
|
+
"kind": 2048,
|
|
7576
|
+
"kindString": "Method",
|
|
7577
|
+
"flags": {},
|
|
7578
|
+
"sources": [
|
|
7579
|
+
{
|
|
7580
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7581
|
+
"line": 40,
|
|
7582
|
+
"character": 4
|
|
7583
|
+
}
|
|
7584
|
+
],
|
|
7585
|
+
"signatures": [
|
|
7586
|
+
{
|
|
7587
|
+
"id": 621,
|
|
7588
|
+
"name": "host",
|
|
7589
|
+
"kind": 4096,
|
|
7590
|
+
"kindString": "Call signature",
|
|
7591
|
+
"flags": {},
|
|
7592
|
+
"comment": {
|
|
7593
|
+
"shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
|
|
7594
|
+
},
|
|
7595
|
+
"type": {
|
|
7596
|
+
"type": "reference",
|
|
7597
|
+
"typeArguments": [
|
|
7598
|
+
{
|
|
7599
|
+
"type": "reference",
|
|
7600
|
+
"qualifiedName": "TestElement",
|
|
7601
|
+
"package": "@angular/cdk",
|
|
7602
|
+
"name": "TestElement"
|
|
7603
|
+
}
|
|
7604
|
+
],
|
|
7605
|
+
"qualifiedName": "Promise",
|
|
7606
|
+
"package": "typescript",
|
|
7607
|
+
"name": "Promise"
|
|
7608
|
+
},
|
|
7609
|
+
"inheritedFrom": {
|
|
7610
|
+
"type": "reference",
|
|
7611
|
+
"name": "ComponentHarness.host"
|
|
7612
|
+
}
|
|
7613
|
+
}
|
|
7614
|
+
],
|
|
7615
|
+
"inheritedFrom": {
|
|
7616
|
+
"type": "reference",
|
|
7617
|
+
"name": "ComponentHarness.host"
|
|
7618
|
+
}
|
|
7619
|
+
},
|
|
7620
|
+
{
|
|
7621
|
+
"id": 613,
|
|
7622
|
+
"name": "isDisabled",
|
|
7623
|
+
"kind": 2048,
|
|
7624
|
+
"kindString": "Method",
|
|
7625
|
+
"flags": {
|
|
7626
|
+
"isPublic": true
|
|
7627
|
+
},
|
|
7628
|
+
"sources": [
|
|
7629
|
+
{
|
|
7630
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7631
|
+
"line": 70,
|
|
7632
|
+
"character": 15
|
|
7633
|
+
}
|
|
7634
|
+
],
|
|
7635
|
+
"signatures": [
|
|
7636
|
+
{
|
|
7637
|
+
"id": 614,
|
|
7638
|
+
"name": "isDisabled",
|
|
7639
|
+
"kind": 4096,
|
|
7640
|
+
"kindString": "Call signature",
|
|
7641
|
+
"flags": {},
|
|
7642
|
+
"comment": {
|
|
7643
|
+
"shortText": "Whether the token is disabled."
|
|
7644
|
+
},
|
|
7645
|
+
"type": {
|
|
7646
|
+
"type": "reference",
|
|
7647
|
+
"typeArguments": [
|
|
7648
|
+
{
|
|
7649
|
+
"type": "intrinsic",
|
|
7650
|
+
"name": "boolean"
|
|
7651
|
+
}
|
|
7652
|
+
],
|
|
7653
|
+
"qualifiedName": "Promise",
|
|
7654
|
+
"package": "typescript",
|
|
7655
|
+
"name": "Promise"
|
|
7656
|
+
}
|
|
7657
|
+
}
|
|
7658
|
+
]
|
|
7659
|
+
},
|
|
7660
|
+
{
|
|
7661
|
+
"id": 615,
|
|
7662
|
+
"name": "isDismissible",
|
|
7663
|
+
"kind": 2048,
|
|
7664
|
+
"kindString": "Method",
|
|
7665
|
+
"flags": {
|
|
7666
|
+
"isPublic": true
|
|
7667
|
+
},
|
|
7668
|
+
"sources": [
|
|
7669
|
+
{
|
|
7670
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7671
|
+
"line": 77,
|
|
7672
|
+
"character": 15
|
|
7673
|
+
}
|
|
7674
|
+
],
|
|
7675
|
+
"signatures": [
|
|
7676
|
+
{
|
|
7677
|
+
"id": 616,
|
|
7678
|
+
"name": "isDismissible",
|
|
7679
|
+
"kind": 4096,
|
|
7680
|
+
"kindString": "Call signature",
|
|
7681
|
+
"flags": {},
|
|
7682
|
+
"comment": {
|
|
7683
|
+
"shortText": "Whether the token is dismissible."
|
|
7684
|
+
},
|
|
7685
|
+
"type": {
|
|
7686
|
+
"type": "reference",
|
|
7687
|
+
"typeArguments": [
|
|
7688
|
+
{
|
|
7689
|
+
"type": "intrinsic",
|
|
7690
|
+
"name": "boolean"
|
|
7691
|
+
}
|
|
7692
|
+
],
|
|
7693
|
+
"qualifiedName": "Promise",
|
|
7694
|
+
"package": "typescript",
|
|
7695
|
+
"name": "Promise"
|
|
7696
|
+
}
|
|
7697
|
+
}
|
|
7698
|
+
]
|
|
7699
|
+
},
|
|
7700
|
+
{
|
|
7701
|
+
"id": 617,
|
|
7702
|
+
"name": "isFocused",
|
|
7703
|
+
"kind": 2048,
|
|
7704
|
+
"kindString": "Method",
|
|
7705
|
+
"flags": {
|
|
7706
|
+
"isPublic": true
|
|
7707
|
+
},
|
|
7708
|
+
"sources": [
|
|
7709
|
+
{
|
|
7710
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7711
|
+
"line": 84,
|
|
7712
|
+
"character": 15
|
|
7713
|
+
}
|
|
7714
|
+
],
|
|
7715
|
+
"signatures": [
|
|
7716
|
+
{
|
|
7717
|
+
"id": 618,
|
|
7718
|
+
"name": "isFocused",
|
|
7719
|
+
"kind": 4096,
|
|
7720
|
+
"kindString": "Call signature",
|
|
7721
|
+
"flags": {},
|
|
7722
|
+
"comment": {
|
|
7723
|
+
"shortText": "Whether the token is focused."
|
|
7724
|
+
},
|
|
7725
|
+
"type": {
|
|
7726
|
+
"type": "reference",
|
|
7727
|
+
"typeArguments": [
|
|
7728
|
+
{
|
|
7729
|
+
"type": "intrinsic",
|
|
7730
|
+
"name": "boolean"
|
|
7731
|
+
}
|
|
7732
|
+
],
|
|
7733
|
+
"qualifiedName": "Promise",
|
|
7734
|
+
"package": "typescript",
|
|
7735
|
+
"name": "Promise"
|
|
7736
|
+
}
|
|
7737
|
+
}
|
|
7738
|
+
]
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"id": 607,
|
|
7742
|
+
"name": "select",
|
|
7743
|
+
"kind": 2048,
|
|
7744
|
+
"kindString": "Method",
|
|
7745
|
+
"flags": {
|
|
7746
|
+
"isPublic": true
|
|
7747
|
+
},
|
|
7748
|
+
"sources": [
|
|
7749
|
+
{
|
|
7750
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7751
|
+
"line": 39,
|
|
7752
|
+
"character": 15
|
|
7753
|
+
}
|
|
7754
|
+
],
|
|
7755
|
+
"signatures": [
|
|
7756
|
+
{
|
|
7757
|
+
"id": 608,
|
|
7758
|
+
"name": "select",
|
|
7759
|
+
"kind": 4096,
|
|
7760
|
+
"kindString": "Call signature",
|
|
7761
|
+
"flags": {},
|
|
7762
|
+
"comment": {
|
|
7763
|
+
"shortText": "Selects the token."
|
|
7764
|
+
},
|
|
7765
|
+
"type": {
|
|
7766
|
+
"type": "reference",
|
|
7767
|
+
"typeArguments": [
|
|
7768
|
+
{
|
|
7769
|
+
"type": "intrinsic",
|
|
7770
|
+
"name": "void"
|
|
7771
|
+
}
|
|
7772
|
+
],
|
|
7773
|
+
"qualifiedName": "Promise",
|
|
7774
|
+
"package": "typescript",
|
|
7775
|
+
"name": "Promise"
|
|
7776
|
+
}
|
|
7777
|
+
}
|
|
7778
|
+
]
|
|
7779
|
+
},
|
|
7780
|
+
{
|
|
7781
|
+
"id": 599,
|
|
7782
|
+
"name": "with",
|
|
7783
|
+
"kind": 2048,
|
|
7784
|
+
"kindString": "Method",
|
|
7785
|
+
"flags": {
|
|
7786
|
+
"isPublic": true,
|
|
7787
|
+
"isStatic": true
|
|
7788
|
+
},
|
|
7789
|
+
"sources": [
|
|
7790
|
+
{
|
|
7791
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7792
|
+
"line": 22,
|
|
7793
|
+
"character": 16
|
|
7794
|
+
}
|
|
7795
|
+
],
|
|
7796
|
+
"signatures": [
|
|
7797
|
+
{
|
|
7798
|
+
"id": 600,
|
|
7799
|
+
"name": "with",
|
|
7800
|
+
"kind": 4096,
|
|
7801
|
+
"kindString": "Call signature",
|
|
7802
|
+
"flags": {},
|
|
7803
|
+
"comment": {
|
|
7804
|
+
"shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyTokenHarness` that meets certain criteria."
|
|
7805
|
+
},
|
|
7806
|
+
"parameters": [
|
|
7807
|
+
{
|
|
7808
|
+
"id": 601,
|
|
7809
|
+
"name": "filters",
|
|
7810
|
+
"kind": 32768,
|
|
7811
|
+
"kindString": "Parameter",
|
|
7812
|
+
"flags": {},
|
|
7813
|
+
"type": {
|
|
7814
|
+
"type": "reference",
|
|
7815
|
+
"name": "SkyTokenHarnessFilters"
|
|
7816
|
+
}
|
|
7817
|
+
}
|
|
7818
|
+
],
|
|
7819
|
+
"type": {
|
|
7820
|
+
"type": "reference",
|
|
7821
|
+
"typeArguments": [
|
|
7822
|
+
{
|
|
7823
|
+
"type": "reference",
|
|
7824
|
+
"id": 597,
|
|
7825
|
+
"name": "SkyTokenHarness"
|
|
7826
|
+
}
|
|
7827
|
+
],
|
|
7828
|
+
"qualifiedName": "HarnessPredicate",
|
|
7829
|
+
"package": "@angular/cdk",
|
|
7830
|
+
"name": "HarnessPredicate"
|
|
7831
|
+
}
|
|
7832
|
+
}
|
|
7833
|
+
]
|
|
7834
|
+
}
|
|
7835
|
+
],
|
|
7836
|
+
"groups": [
|
|
7837
|
+
{
|
|
7838
|
+
"title": "Constructors",
|
|
7839
|
+
"kind": 512,
|
|
7840
|
+
"children": [
|
|
7841
|
+
602
|
|
7842
|
+
]
|
|
7843
|
+
},
|
|
7844
|
+
{
|
|
7845
|
+
"title": "Methods",
|
|
7846
|
+
"kind": 2048,
|
|
7847
|
+
"children": [
|
|
7848
|
+
609,
|
|
7849
|
+
611,
|
|
7850
|
+
620,
|
|
7851
|
+
613,
|
|
7852
|
+
615,
|
|
7853
|
+
617,
|
|
7854
|
+
607,
|
|
7855
|
+
599
|
|
7856
|
+
]
|
|
7857
|
+
}
|
|
7858
|
+
],
|
|
7859
|
+
"sources": [
|
|
7860
|
+
{
|
|
7861
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7862
|
+
"line": 8,
|
|
7863
|
+
"character": 13
|
|
7864
|
+
}
|
|
7865
|
+
],
|
|
7866
|
+
"extendedTypes": [
|
|
7867
|
+
{
|
|
7868
|
+
"type": "reference",
|
|
7869
|
+
"qualifiedName": "ComponentHarness",
|
|
7870
|
+
"package": "@angular/cdk",
|
|
7871
|
+
"name": "ComponentHarness"
|
|
7872
|
+
}
|
|
7873
|
+
]
|
|
7874
|
+
},
|
|
7875
|
+
{
|
|
7876
|
+
"id": 644,
|
|
7877
|
+
"name": "SkyTokensHarness",
|
|
7878
|
+
"kind": 128,
|
|
7879
|
+
"kindString": "Class",
|
|
7880
|
+
"flags": {},
|
|
7881
|
+
"comment": {
|
|
7882
|
+
"shortText": "Harness for interacting with a tokens component in tests."
|
|
7883
|
+
},
|
|
7884
|
+
"children": [
|
|
7885
|
+
{
|
|
7886
|
+
"id": 657,
|
|
7887
|
+
"name": "dismissTokens",
|
|
7888
|
+
"kind": 2048,
|
|
7889
|
+
"kindString": "Method",
|
|
7890
|
+
"flags": {
|
|
7891
|
+
"isPublic": true
|
|
7892
|
+
},
|
|
7893
|
+
"sources": [
|
|
7894
|
+
{
|
|
7895
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
7896
|
+
"line": 27,
|
|
7897
|
+
"character": 15
|
|
7898
|
+
}
|
|
7899
|
+
],
|
|
7900
|
+
"signatures": [
|
|
7901
|
+
{
|
|
7902
|
+
"id": 658,
|
|
7903
|
+
"name": "dismissTokens",
|
|
7904
|
+
"kind": 4096,
|
|
7905
|
+
"kindString": "Call signature",
|
|
7906
|
+
"flags": {},
|
|
7907
|
+
"comment": {
|
|
7908
|
+
"shortText": "Dismisses all tokens, or tokens that meet certain criteria."
|
|
7909
|
+
},
|
|
7910
|
+
"parameters": [
|
|
7911
|
+
{
|
|
7912
|
+
"id": 659,
|
|
7913
|
+
"name": "filters",
|
|
7914
|
+
"kind": 32768,
|
|
7915
|
+
"kindString": "Parameter",
|
|
7916
|
+
"flags": {
|
|
7917
|
+
"isOptional": true
|
|
7918
|
+
},
|
|
7919
|
+
"type": {
|
|
7920
|
+
"type": "reference",
|
|
7921
|
+
"name": "SkyTokenHarnessFilters"
|
|
7922
|
+
}
|
|
7923
|
+
}
|
|
7924
|
+
],
|
|
7925
|
+
"type": {
|
|
7926
|
+
"type": "reference",
|
|
7927
|
+
"typeArguments": [
|
|
7928
|
+
{
|
|
7929
|
+
"type": "intrinsic",
|
|
7930
|
+
"name": "void"
|
|
7931
|
+
}
|
|
7932
|
+
],
|
|
7933
|
+
"qualifiedName": "Promise",
|
|
7934
|
+
"package": "typescript",
|
|
7935
|
+
"name": "Promise"
|
|
7936
|
+
}
|
|
7937
|
+
}
|
|
7938
|
+
]
|
|
7939
|
+
},
|
|
7940
|
+
{
|
|
7941
|
+
"id": 660,
|
|
7942
|
+
"name": "getTokens",
|
|
7943
|
+
"kind": 2048,
|
|
7944
|
+
"kindString": "Method",
|
|
7945
|
+
"flags": {
|
|
7946
|
+
"isPublic": true
|
|
7947
|
+
},
|
|
7948
|
+
"sources": [
|
|
7949
|
+
{
|
|
7950
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
7951
|
+
"line": 37,
|
|
7952
|
+
"character": 15
|
|
7953
|
+
}
|
|
7954
|
+
],
|
|
7955
|
+
"signatures": [
|
|
7956
|
+
{
|
|
7957
|
+
"id": 661,
|
|
7958
|
+
"name": "getTokens",
|
|
7959
|
+
"kind": 4096,
|
|
7960
|
+
"kindString": "Call signature",
|
|
7961
|
+
"flags": {},
|
|
7962
|
+
"comment": {
|
|
7963
|
+
"shortText": "Returns a list of tokens."
|
|
7964
|
+
},
|
|
7965
|
+
"parameters": [
|
|
7966
|
+
{
|
|
7967
|
+
"id": 662,
|
|
7968
|
+
"name": "filters",
|
|
7969
|
+
"kind": 32768,
|
|
7970
|
+
"kindString": "Parameter",
|
|
7971
|
+
"flags": {
|
|
7972
|
+
"isOptional": true
|
|
7973
|
+
},
|
|
7974
|
+
"type": {
|
|
7975
|
+
"type": "reference",
|
|
7976
|
+
"name": "SkyTokenHarnessFilters"
|
|
7977
|
+
}
|
|
7978
|
+
}
|
|
7979
|
+
],
|
|
7980
|
+
"type": {
|
|
7981
|
+
"type": "reference",
|
|
7982
|
+
"typeArguments": [
|
|
7983
|
+
{
|
|
7984
|
+
"type": "array",
|
|
7985
|
+
"elementType": {
|
|
7986
|
+
"type": "reference",
|
|
7987
|
+
"id": 597,
|
|
7988
|
+
"name": "SkyTokenHarness"
|
|
7989
|
+
}
|
|
7990
|
+
}
|
|
7991
|
+
],
|
|
7992
|
+
"qualifiedName": "Promise",
|
|
7993
|
+
"package": "typescript",
|
|
7994
|
+
"name": "Promise"
|
|
7995
|
+
}
|
|
7996
|
+
}
|
|
7997
|
+
]
|
|
7998
|
+
},
|
|
7999
|
+
{
|
|
8000
|
+
"id": 663,
|
|
8001
|
+
"name": "getTokensText",
|
|
8002
|
+
"kind": 2048,
|
|
8003
|
+
"kindString": "Method",
|
|
8004
|
+
"flags": {
|
|
8005
|
+
"isPublic": true
|
|
8006
|
+
},
|
|
8007
|
+
"sources": [
|
|
8008
|
+
{
|
|
8009
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8010
|
+
"line": 46,
|
|
8011
|
+
"character": 15
|
|
8012
|
+
}
|
|
8013
|
+
],
|
|
8014
|
+
"signatures": [
|
|
8015
|
+
{
|
|
8016
|
+
"id": 664,
|
|
8017
|
+
"name": "getTokensText",
|
|
8018
|
+
"kind": 4096,
|
|
8019
|
+
"kindString": "Call signature",
|
|
8020
|
+
"flags": {},
|
|
8021
|
+
"comment": {
|
|
8022
|
+
"shortText": "Returns the text content of all tokens."
|
|
8023
|
+
},
|
|
8024
|
+
"type": {
|
|
8025
|
+
"type": "reference",
|
|
8026
|
+
"typeArguments": [
|
|
8027
|
+
{
|
|
8028
|
+
"type": "array",
|
|
8029
|
+
"elementType": {
|
|
8030
|
+
"type": "intrinsic",
|
|
8031
|
+
"name": "string"
|
|
8032
|
+
}
|
|
8033
|
+
}
|
|
8034
|
+
],
|
|
8035
|
+
"qualifiedName": "Promise",
|
|
8036
|
+
"package": "typescript",
|
|
8037
|
+
"name": "Promise"
|
|
8038
|
+
}
|
|
8039
|
+
}
|
|
8040
|
+
]
|
|
8041
|
+
},
|
|
8042
|
+
{
|
|
8043
|
+
"id": 668,
|
|
8044
|
+
"name": "host",
|
|
8045
|
+
"kind": 2048,
|
|
8046
|
+
"kindString": "Method",
|
|
8047
|
+
"flags": {},
|
|
8048
|
+
"sources": [
|
|
8049
|
+
{
|
|
8050
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8051
|
+
"line": 40,
|
|
8052
|
+
"character": 4
|
|
8053
|
+
}
|
|
8054
|
+
],
|
|
8055
|
+
"signatures": [
|
|
8056
|
+
{
|
|
8057
|
+
"id": 669,
|
|
8058
|
+
"name": "host",
|
|
8059
|
+
"kind": 4096,
|
|
8060
|
+
"kindString": "Call signature",
|
|
8061
|
+
"flags": {},
|
|
8062
|
+
"comment": {
|
|
8063
|
+
"shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
|
|
8064
|
+
},
|
|
8065
|
+
"type": {
|
|
8066
|
+
"type": "reference",
|
|
8067
|
+
"typeArguments": [
|
|
8068
|
+
{
|
|
8069
|
+
"type": "reference",
|
|
8070
|
+
"qualifiedName": "TestElement",
|
|
8071
|
+
"package": "@angular/cdk",
|
|
8072
|
+
"name": "TestElement"
|
|
8073
|
+
}
|
|
8074
|
+
],
|
|
8075
|
+
"qualifiedName": "Promise",
|
|
8076
|
+
"package": "typescript",
|
|
8077
|
+
"name": "Promise"
|
|
8078
|
+
},
|
|
8079
|
+
"inheritedFrom": {
|
|
8080
|
+
"type": "reference",
|
|
8081
|
+
"name": "SkyComponentHarness.host"
|
|
8082
|
+
}
|
|
8083
|
+
}
|
|
8084
|
+
],
|
|
8085
|
+
"inheritedFrom": {
|
|
8086
|
+
"type": "reference",
|
|
8087
|
+
"name": "SkyComponentHarness.host"
|
|
8088
|
+
}
|
|
8089
|
+
},
|
|
8090
|
+
{
|
|
8091
|
+
"id": 646,
|
|
8092
|
+
"name": "with",
|
|
8093
|
+
"kind": 2048,
|
|
8094
|
+
"kindString": "Method",
|
|
8095
|
+
"flags": {
|
|
8096
|
+
"isPublic": true,
|
|
8097
|
+
"isStatic": true
|
|
8098
|
+
},
|
|
8099
|
+
"sources": [
|
|
8100
|
+
{
|
|
8101
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8102
|
+
"line": 20,
|
|
8103
|
+
"character": 16
|
|
8104
|
+
}
|
|
8105
|
+
],
|
|
8106
|
+
"signatures": [
|
|
8107
|
+
{
|
|
8108
|
+
"id": 647,
|
|
8109
|
+
"name": "with",
|
|
8110
|
+
"kind": 4096,
|
|
8111
|
+
"kindString": "Call signature",
|
|
8112
|
+
"flags": {},
|
|
8113
|
+
"comment": {
|
|
8114
|
+
"shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyTokensHarness` that meets certain criteria."
|
|
8115
|
+
},
|
|
8116
|
+
"parameters": [
|
|
8117
|
+
{
|
|
8118
|
+
"id": 648,
|
|
8119
|
+
"name": "filters",
|
|
8120
|
+
"kind": 32768,
|
|
8121
|
+
"kindString": "Parameter",
|
|
8122
|
+
"flags": {},
|
|
8123
|
+
"type": {
|
|
8124
|
+
"type": "reference",
|
|
8125
|
+
"name": "SkyTokensHarnessFilters"
|
|
8126
|
+
}
|
|
8127
|
+
}
|
|
8128
|
+
],
|
|
8129
|
+
"type": {
|
|
8130
|
+
"type": "reference",
|
|
8131
|
+
"typeArguments": [
|
|
8132
|
+
{
|
|
8133
|
+
"type": "reference",
|
|
8134
|
+
"id": 644,
|
|
8135
|
+
"name": "SkyTokensHarness"
|
|
8136
|
+
}
|
|
8137
|
+
],
|
|
8138
|
+
"qualifiedName": "HarnessPredicate",
|
|
8139
|
+
"package": "@angular/cdk",
|
|
8140
|
+
"name": "HarnessPredicate"
|
|
8141
|
+
}
|
|
8142
|
+
}
|
|
8143
|
+
]
|
|
8144
|
+
}
|
|
8145
|
+
],
|
|
8146
|
+
"groups": [
|
|
8147
|
+
{
|
|
8148
|
+
"title": "Constructors",
|
|
8149
|
+
"kind": 512,
|
|
8150
|
+
"children": [
|
|
8151
|
+
654
|
|
8152
|
+
]
|
|
8153
|
+
},
|
|
8154
|
+
{
|
|
8155
|
+
"title": "Methods",
|
|
8156
|
+
"kind": 2048,
|
|
8157
|
+
"children": [
|
|
8158
|
+
657,
|
|
8159
|
+
660,
|
|
8160
|
+
663,
|
|
8161
|
+
668,
|
|
8162
|
+
646
|
|
8163
|
+
]
|
|
8164
|
+
}
|
|
8165
|
+
],
|
|
8166
|
+
"sources": [
|
|
8167
|
+
{
|
|
8168
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8169
|
+
"line": 10,
|
|
8170
|
+
"character": 13
|
|
8171
|
+
}
|
|
8172
|
+
],
|
|
8173
|
+
"extendedTypes": [
|
|
8174
|
+
{
|
|
8175
|
+
"type": "reference",
|
|
8176
|
+
"name": "SkyComponentHarness"
|
|
8177
|
+
}
|
|
8178
|
+
]
|
|
8179
|
+
},
|
|
8180
|
+
{
|
|
8181
|
+
"id": 493,
|
|
8182
|
+
"name": "SkyAlertHarnessFilters",
|
|
8183
|
+
"kind": 256,
|
|
8184
|
+
"kindString": "Interface",
|
|
8185
|
+
"flags": {},
|
|
8186
|
+
"comment": {
|
|
8187
|
+
"shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
|
|
8188
|
+
},
|
|
8189
|
+
"children": [
|
|
8190
|
+
{
|
|
8191
|
+
"id": 496,
|
|
8192
|
+
"name": "ancestor",
|
|
8193
|
+
"kind": 1024,
|
|
8194
|
+
"kindString": "Property",
|
|
8195
|
+
"flags": {
|
|
8196
|
+
"isOptional": true
|
|
8197
|
+
},
|
|
8198
|
+
"comment": {
|
|
8199
|
+
"shortText": "Only find instances that are nested under an element with the given selector."
|
|
8200
|
+
},
|
|
8201
|
+
"sources": [
|
|
8202
|
+
{
|
|
8203
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8204
|
+
"line": 28,
|
|
8205
|
+
"character": 4
|
|
8206
|
+
}
|
|
8207
|
+
],
|
|
8208
|
+
"type": {
|
|
8209
|
+
"type": "intrinsic",
|
|
8210
|
+
"name": "string"
|
|
8211
|
+
},
|
|
8212
|
+
"inheritedFrom": {
|
|
8213
|
+
"type": "reference",
|
|
8214
|
+
"name": "SkyHarnessFilters.ancestor"
|
|
8215
|
+
}
|
|
8216
|
+
},
|
|
8217
|
+
{
|
|
8218
|
+
"id": 494,
|
|
8219
|
+
"name": "dataSkyId",
|
|
8220
|
+
"kind": 1024,
|
|
8221
|
+
"kindString": "Property",
|
|
8222
|
+
"flags": {
|
|
8223
|
+
"isOptional": true
|
|
8224
|
+
},
|
|
8225
|
+
"comment": {
|
|
8226
|
+
"shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
|
|
8227
|
+
},
|
|
8228
|
+
"sources": [
|
|
8229
|
+
{
|
|
8230
|
+
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
8231
|
+
"line": 11,
|
|
8232
|
+
"character": 2
|
|
8233
|
+
}
|
|
8234
|
+
],
|
|
8235
|
+
"type": {
|
|
8236
|
+
"type": "union",
|
|
8237
|
+
"types": [
|
|
8238
|
+
{
|
|
8239
|
+
"type": "intrinsic",
|
|
8240
|
+
"name": "string"
|
|
8241
|
+
},
|
|
8242
|
+
{
|
|
8243
|
+
"type": "reference",
|
|
8244
|
+
"qualifiedName": "RegExp",
|
|
8245
|
+
"package": "typescript",
|
|
8246
|
+
"name": "RegExp"
|
|
7463
8247
|
}
|
|
7464
8248
|
]
|
|
7465
8249
|
},
|
|
@@ -7469,7 +8253,7 @@
|
|
|
7469
8253
|
}
|
|
7470
8254
|
},
|
|
7471
8255
|
{
|
|
7472
|
-
"id":
|
|
8256
|
+
"id": 495,
|
|
7473
8257
|
"name": "selector",
|
|
7474
8258
|
"kind": 1024,
|
|
7475
8259
|
"kindString": "Property",
|
|
@@ -7501,9 +8285,9 @@
|
|
|
7501
8285
|
"title": "Properties",
|
|
7502
8286
|
"kind": 1024,
|
|
7503
8287
|
"children": [
|
|
8288
|
+
496,
|
|
7504
8289
|
494,
|
|
7505
|
-
|
|
7506
|
-
493
|
|
8290
|
+
495
|
|
7507
8291
|
]
|
|
7508
8292
|
}
|
|
7509
8293
|
],
|
|
@@ -7522,7 +8306,7 @@
|
|
|
7522
8306
|
]
|
|
7523
8307
|
},
|
|
7524
8308
|
{
|
|
7525
|
-
"id":
|
|
8309
|
+
"id": 542,
|
|
7526
8310
|
"name": "SkyKeyInfoHarnessFilters",
|
|
7527
8311
|
"kind": 256,
|
|
7528
8312
|
"kindString": "Interface",
|
|
@@ -7532,7 +8316,7 @@
|
|
|
7532
8316
|
},
|
|
7533
8317
|
"children": [
|
|
7534
8318
|
{
|
|
7535
|
-
"id":
|
|
8319
|
+
"id": 545,
|
|
7536
8320
|
"name": "ancestor",
|
|
7537
8321
|
"kind": 1024,
|
|
7538
8322
|
"kindString": "Property",
|
|
@@ -7559,7 +8343,7 @@
|
|
|
7559
8343
|
}
|
|
7560
8344
|
},
|
|
7561
8345
|
{
|
|
7562
|
-
"id":
|
|
8346
|
+
"id": 543,
|
|
7563
8347
|
"name": "dataSkyId",
|
|
7564
8348
|
"kind": 1024,
|
|
7565
8349
|
"kindString": "Property",
|
|
@@ -7597,7 +8381,7 @@
|
|
|
7597
8381
|
}
|
|
7598
8382
|
},
|
|
7599
8383
|
{
|
|
7600
|
-
"id":
|
|
8384
|
+
"id": 544,
|
|
7601
8385
|
"name": "selector",
|
|
7602
8386
|
"kind": 1024,
|
|
7603
8387
|
"kindString": "Property",
|
|
@@ -7629,9 +8413,9 @@
|
|
|
7629
8413
|
"title": "Properties",
|
|
7630
8414
|
"kind": 1024,
|
|
7631
8415
|
"children": [
|
|
8416
|
+
545,
|
|
7632
8417
|
543,
|
|
7633
|
-
|
|
7634
|
-
542
|
|
8418
|
+
544
|
|
7635
8419
|
]
|
|
7636
8420
|
}
|
|
7637
8421
|
],
|
|
@@ -7650,7 +8434,7 @@
|
|
|
7650
8434
|
]
|
|
7651
8435
|
},
|
|
7652
8436
|
{
|
|
7653
|
-
"id":
|
|
8437
|
+
"id": 593,
|
|
7654
8438
|
"name": "SkyLabelHarnessFilters",
|
|
7655
8439
|
"kind": 256,
|
|
7656
8440
|
"kindString": "Interface",
|
|
@@ -7660,7 +8444,7 @@
|
|
|
7660
8444
|
},
|
|
7661
8445
|
"children": [
|
|
7662
8446
|
{
|
|
7663
|
-
"id":
|
|
8447
|
+
"id": 596,
|
|
7664
8448
|
"name": "ancestor",
|
|
7665
8449
|
"kind": 1024,
|
|
7666
8450
|
"kindString": "Property",
|
|
@@ -7687,7 +8471,7 @@
|
|
|
7687
8471
|
}
|
|
7688
8472
|
},
|
|
7689
8473
|
{
|
|
7690
|
-
"id":
|
|
8474
|
+
"id": 594,
|
|
7691
8475
|
"name": "dataSkyId",
|
|
7692
8476
|
"kind": 1024,
|
|
7693
8477
|
"kindString": "Property",
|
|
@@ -7725,7 +8509,7 @@
|
|
|
7725
8509
|
}
|
|
7726
8510
|
},
|
|
7727
8511
|
{
|
|
7728
|
-
"id":
|
|
8512
|
+
"id": 595,
|
|
7729
8513
|
"name": "selector",
|
|
7730
8514
|
"kind": 1024,
|
|
7731
8515
|
"kindString": "Property",
|
|
@@ -7757,9 +8541,9 @@
|
|
|
7757
8541
|
"title": "Properties",
|
|
7758
8542
|
"kind": 1024,
|
|
7759
8543
|
"children": [
|
|
8544
|
+
596,
|
|
7760
8545
|
594,
|
|
7761
|
-
|
|
7762
|
-
593
|
|
8546
|
+
595
|
|
7763
8547
|
]
|
|
7764
8548
|
}
|
|
7765
8549
|
],
|
|
@@ -7843,7 +8627,7 @@
|
|
|
7843
8627
|
{
|
|
7844
8628
|
"fileName": "key-info-demo.component.html",
|
|
7845
8629
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.html",
|
|
7846
|
-
"rawContents": "<sky-key-info [layout]=\"layout\" data-sky-id=\"key-info-demo\">\n <sky-key-info-value
|
|
8630
|
+
"rawContents": "<sky-key-info [layout]=\"layout\" data-sky-id=\"key-info-demo\">\n <sky-key-info-value class=\"sky-font-display-3\">\n {{ value }}\n </sky-key-info-value>\n <sky-key-info-label> New members </sky-key-info-label>\n</sky-key-info>\n"
|
|
7847
8631
|
},
|
|
7848
8632
|
{
|
|
7849
8633
|
"fileName": "key-info-demo.component.spec.ts",
|
|
@@ -7853,7 +8637,7 @@
|
|
|
7853
8637
|
{
|
|
7854
8638
|
"fileName": "key-info-demo.component.ts",
|
|
7855
8639
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
|
|
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"
|
|
8640
|
+
"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 | undefined) {\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 = 575;\n}\n"
|
|
7857
8641
|
},
|
|
7858
8642
|
{
|
|
7859
8643
|
"fileName": "key-info-demo.module.ts",
|
|
@@ -7925,30 +8709,50 @@
|
|
|
7925
8709
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.module.ts",
|
|
7926
8710
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyTextHighlightModule } from '@skyux/indicators';\n\nimport { TextHighlightDemoComponent } from './text-highlight-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyTextHighlightModule,\n ],\n exports: [TextHighlightDemoComponent],\n declarations: [TextHighlightDemoComponent],\n})\nexport class TextHighlightDemoModule {}\n"
|
|
7927
8711
|
},
|
|
8712
|
+
{
|
|
8713
|
+
"fileName": "tokens-demo-color.ts",
|
|
8714
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo-color.ts",
|
|
8715
|
+
"rawContents": "export interface TokensDemoColor {\n name: string;\n}\n"
|
|
8716
|
+
},
|
|
7928
8717
|
{
|
|
7929
8718
|
"fileName": "tokens-demo.component.html",
|
|
7930
8719
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.html",
|
|
7931
|
-
"rawContents": "<sky-tokens [(tokens)]=\"colors\"
|
|
8720
|
+
"rawContents": "<sky-tokens [(tokens)]=\"colors\" data-sky-id=\"color-tokens\"></sky-tokens>\n"
|
|
8721
|
+
},
|
|
8722
|
+
{
|
|
8723
|
+
"fileName": "tokens-demo.component.spec.ts",
|
|
8724
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.spec.ts",
|
|
8725
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyToken } from '@skyux/indicators';\nimport { SkyTokensHarness } from '@skyux/indicators/testing';\n\nimport { TokensDemoColor } from './tokens-demo-color';\nimport { TokensDemoComponent } from './tokens-demo.component';\nimport { TokensDemoModule } from './tokens-demo.module';\n\ndescribe('Tokens basic demo', () => {\n async function setupTest() {\n const fixture = TestBed.createComponent(TokensDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const tokensHarness = await loader.getHarness(\n SkyTokensHarness.with({ dataSkyId: 'color-tokens' })\n );\n\n return { tokensHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [NoopAnimationsModule, TokensDemoModule],\n });\n });\n\n it('should display the expected initial tokens', async () => {\n const { tokensHarness } = await setupTest();\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo([\n 'Red',\n 'Black',\n 'Blue',\n 'Brown',\n 'Green',\n 'Orange',\n 'Pink',\n 'Purple',\n 'Turquoise',\n 'White',\n 'Yellow',\n ]);\n });\n\n it('should update the tokens array when one is dismissed', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n const blueToken: SkyToken<TokensDemoColor> = {\n value: { name: 'Blue' },\n };\n\n expect(fixture.componentInstance.colors).toContain(blueToken);\n\n await tokensHarness.dismissTokens({\n text: 'Blue',\n });\n\n expect(fixture.componentInstance.colors).not.toContain(blueToken);\n });\n});\n"
|
|
7932
8726
|
},
|
|
7933
8727
|
{
|
|
7934
8728
|
"fileName": "tokens-demo.component.ts",
|
|
7935
8729
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.ts",
|
|
7936
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyToken } from '@skyux/indicators';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent {\n public colors: SkyToken[]
|
|
8730
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyToken } from '@skyux/indicators';\n\nimport { TokensDemoColor } from './tokens-demo-color';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent {\n public colors: SkyToken<TokensDemoColor>[] = [\n { value: { name: 'Red' } },\n { value: { name: 'Black' } },\n { value: { name: 'Blue' } },\n { value: { name: 'Brown' } },\n { value: { name: 'Green' } },\n { value: { name: 'Orange' } },\n { value: { name: 'Pink' } },\n { value: { name: 'Purple' } },\n { value: { name: 'Turquoise' } },\n { value: { name: 'White' } },\n { value: { name: 'Yellow' } },\n ];\n}\n"
|
|
7937
8731
|
},
|
|
7938
8732
|
{
|
|
7939
8733
|
"fileName": "tokens-demo.module.ts",
|
|
7940
8734
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.module.ts",
|
|
7941
8735
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyTokensModule } from '@skyux/indicators';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTokensModule],\n exports: [TokensDemoComponent],\n declarations: [TokensDemoComponent],\n})\nexport class TokensDemoModule {}\n"
|
|
7942
8736
|
},
|
|
8737
|
+
{
|
|
8738
|
+
"fileName": "tokens-demo-item.ts",
|
|
8739
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo-item.ts",
|
|
8740
|
+
"rawContents": "export interface TokensDemoItem {\n label: string;\n}\n"
|
|
8741
|
+
},
|
|
7943
8742
|
{
|
|
7944
8743
|
"fileName": "tokens-demo.component.html",
|
|
7945
8744
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.html",
|
|
7946
|
-
"rawContents": "<p>\n These tokens define a custom property to display their values. When users\n select a token, it emits an event.\n</p>\n\n<div class=\"sky-margin-stacked-xl\">\n <sky-tokens\n displayWith=\"label\"\n [messageStream]=\"tokensController\"\n (focusIndexOverRange)=\"onFocusIndexOverRange()\"\n (focusIndexUnderRange)=\"onFocusIndexUnderRange()\"\n (tokenSelected)=\"onTokenSelected($event)\"\n [(tokens)]=\"myTokens\"\n >\n (You may also include content inside the tokens component.)\n </sky-tokens>\n</div>\n\n<div class=\"sky-margin-stacked-xl\">\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"changeTokens()\"\n >\n Change tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"resetTokens()\"\n >\n Reset tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"destroyTokens()\"\n >\n Destroy tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"focusLastToken()\"\n >\n Focus last token\n </button>\n</div>\n"
|
|
8745
|
+
"rawContents": "<p>\n These tokens define a custom property to display their values. When users\n select a token, it emits an event.\n</p>\n\n<div class=\"sky-margin-stacked-xl\">\n <sky-tokens\n displayWith=\"label\"\n [messageStream]=\"tokensController\"\n (focusIndexOverRange)=\"onFocusIndexOverRange()\"\n (focusIndexUnderRange)=\"onFocusIndexUnderRange()\"\n (tokenSelected)=\"onTokenSelected($event)\"\n [(tokens)]=\"myTokens\"\n data-sky-id=\"demo-tokens\"\n >\n (You may also include content inside the tokens component.)\n </sky-tokens>\n</div>\n\n<div class=\"sky-margin-stacked-xl\">\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm tokens-demo-change-btn\"\n type=\"button\"\n (click)=\"changeTokens()\"\n >\n Change tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm tokens-demo-reset-btn\"\n type=\"button\"\n (click)=\"resetTokens()\"\n >\n Reset tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm tokens-demo-destroy-btn\"\n type=\"button\"\n (click)=\"destroyTokens()\"\n >\n Destroy tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm tokens-demo-focus-last-btn\"\n (click)=\"focusLastToken()\"\n >\n Focus last token\n </button>\n</div>\n\n<div>\n Selected token: <span class=\"tokens-demo-selected\">{{ selectedToken }}</span>\n</div>\n"
|
|
8746
|
+
},
|
|
8747
|
+
{
|
|
8748
|
+
"fileName": "tokens-demo.component.spec.ts",
|
|
8749
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.spec.ts",
|
|
8750
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyTokensHarness } from '@skyux/indicators/testing';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\nimport { TokensDemoModule } from './tokens-demo.module';\n\ndescribe('Tokens basic demo', () => {\n let initialTokenLabels: string[];\n\n async function setupTest() {\n const fixture = TestBed.createComponent(TokensDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const tokensHarness = await loader.getHarness(\n SkyTokensHarness.with({ dataSkyId: 'demo-tokens' })\n );\n\n return { tokensHarness, fixture };\n }\n\n function clickButton(\n fixture: ComponentFixture<TokensDemoComponent>,\n buttonName: 'change' | 'destroy' | 'focus-last' | 'reset'\n ): void {\n fixture.nativeElement\n .querySelector(`.tokens-demo-${buttonName}-btn`)\n .click();\n }\n\n beforeEach(() => {\n initialTokenLabels = [\n 'Canada',\n 'Older than 55',\n 'Employed',\n 'Added before 2018',\n ];\n\n TestBed.configureTestingModule({\n imports: [NoopAnimationsModule, TokensDemoModule],\n });\n });\n\n it('should display the expected initial tokens', async () => {\n const { tokensHarness } = await setupTest();\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo(\n initialTokenLabels\n );\n });\n\n it('should display the selected token label when the user selects a token', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n const employedToken = (await tokensHarness.getTokens())[2];\n await employedToken.select();\n\n expect(\n fixture.nativeElement.querySelector('.tokens-demo-selected').innerText\n ).toBe('Employed');\n });\n\n it('should change tokens when the user clicks the \"Change tokens\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n clickButton(fixture, 'change');\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo([\n 'Paid',\n 'Pending',\n 'Past due',\n ]);\n });\n\n it('should reset tokens when the user clicks the \"Reset tokens\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n clickButton(fixture, 'change');\n\n await expectAsync(tokensHarness.getTokensText()).not.toBeResolvedTo(\n initialTokenLabels\n );\n\n clickButton(fixture, 'reset');\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo(\n initialTokenLabels\n );\n });\n\n it('should destroy tokens when the user clicks the \"Destroy tokens\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n clickButton(fixture, 'destroy');\n\n await expectAsync(tokensHarness.getTokens()).toBeResolvedTo([]);\n });\n\n it('should focus the last token when the user clicks the \"Focus last token\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n const tokens = await tokensHarness.getTokens();\n const lastToken = tokens[tokens.length - 1];\n\n await expectAsync(lastToken.isFocused()).toBeResolvedTo(false);\n\n clickButton(fixture, 'focus-last');\n\n await expectAsync(lastToken.isFocused()).toBeResolvedTo(true);\n });\n});\n"
|
|
7947
8751
|
},
|
|
7948
8752
|
{
|
|
7949
8753
|
"fileName": "tokens-demo.component.ts",
|
|
7950
8754
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.ts",
|
|
7951
|
-
"rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport {\n SkyToken,\n SkyTokenSelectedEventArgs,\n SkyTokensMessage,\n SkyTokensMessageType,\n} from '@skyux/indicators';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent implements OnDestroy {\n public myTokens: SkyToken[];\n\n
|
|
8755
|
+
"rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport {\n SkyToken,\n SkyTokenSelectedEventArgs,\n SkyTokensMessage,\n SkyTokensMessageType,\n} from '@skyux/indicators';\n\nimport { Subject } from 'rxjs';\n\nimport { TokensDemoItem } from './tokens-demo-item';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent implements OnDestroy {\n public myTokens: SkyToken<TokensDemoItem>[];\n public tokensController = new Subject<SkyTokensMessage>();\n public selectedToken = '';\n\n #defaultItems: TokensDemoItem[] = [\n { label: 'Canada' },\n { label: 'Older than 55' },\n { label: 'Employed' },\n { label: 'Added before 2018' },\n ];\n\n constructor() {\n this.myTokens = this.#getTokens(this.#defaultItems);\n }\n\n public ngOnDestroy(): void {\n this.tokensController.complete();\n }\n\n public resetTokens(): void {\n this.createTokens();\n }\n\n public changeTokens(): void {\n this.myTokens = this.#getTokens([\n { label: 'Paid' },\n { label: 'Pending' },\n { label: 'Past due' },\n ]);\n }\n\n public destroyTokens(): void {\n this.myTokens = undefined;\n }\n\n public createTokens(): void {\n this.myTokens = this.#getTokens(this.#defaultItems);\n }\n\n public onTokenSelected(\n args: SkyTokenSelectedEventArgs<TokensDemoItem>\n ): void {\n this.selectedToken = args.token.value.label;\n }\n\n public onFocusIndexUnderRange(): void {\n console.log('Focus index was less than zero.');\n }\n\n public onFocusIndexOverRange(): void {\n console.log('Focus index was greater than the number of tokens.');\n }\n\n public focusLastToken(): void {\n this.tokensController.next({\n type: SkyTokensMessageType.FocusLastToken,\n });\n }\n\n #getTokens(data: TokensDemoItem[]): SkyToken<TokensDemoItem>[] {\n return data.map((item) => {\n return {\n value: item,\n };\n });\n }\n}\n"
|
|
7952
8756
|
},
|
|
7953
8757
|
{
|
|
7954
8758
|
"fileName": "tokens-demo.module.ts",
|