@skyux/indicators 7.0.0-beta.0 → 7.0.0-beta.10
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 +1196 -405
- 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/token.component.mjs +28 -33
- package/esm2020/lib/modules/tokens/tokens.component.mjs +4 -3
- 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/lib/modules/wait/wait.component.mjs +3 -3
- package/esm2020/testing/alert-fixture.mjs +16 -13
- package/esm2020/testing/tokens/token-harness.mjs +27 -6
- package/esm2020/testing/tokens/tokens-harness.mjs +1 -2
- package/fesm2015/skyux-indicators-testing.mjs +47 -19
- package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2015/skyux-indicators.mjs +38 -43
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators-testing.mjs +41 -19
- package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +37 -43
- 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/token.component.d.ts +12 -5
- 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/alert-fixture.d.ts +1 -3
- 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,17 +51,17 @@
|
|
|
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
|
-
"kindString": "Enumeration
|
|
64
|
+
"kindString": "Enumeration Member",
|
|
63
65
|
"flags": {},
|
|
64
66
|
"comment": {
|
|
65
67
|
"shortText": "Places focus on the token that is currently selected."
|
|
@@ -71,13 +73,17 @@
|
|
|
71
73
|
"character": 2
|
|
72
74
|
}
|
|
73
75
|
],
|
|
76
|
+
"type": {
|
|
77
|
+
"type": "literal",
|
|
78
|
+
"value": 1
|
|
79
|
+
},
|
|
74
80
|
"defaultValue": "1"
|
|
75
81
|
},
|
|
76
82
|
{
|
|
77
|
-
"id":
|
|
83
|
+
"id": 388,
|
|
78
84
|
"name": "FocusLastToken",
|
|
79
85
|
"kind": 16,
|
|
80
|
-
"kindString": "Enumeration
|
|
86
|
+
"kindString": "Enumeration Member",
|
|
81
87
|
"flags": {},
|
|
82
88
|
"comment": {
|
|
83
89
|
"shortText": "Places focus on the last token in the list."
|
|
@@ -89,13 +95,17 @@
|
|
|
89
95
|
"character": 2
|
|
90
96
|
}
|
|
91
97
|
],
|
|
98
|
+
"type": {
|
|
99
|
+
"type": "literal",
|
|
100
|
+
"value": 0
|
|
101
|
+
},
|
|
92
102
|
"defaultValue": "0"
|
|
93
103
|
},
|
|
94
104
|
{
|
|
95
|
-
"id":
|
|
105
|
+
"id": 391,
|
|
96
106
|
"name": "FocusNextToken",
|
|
97
107
|
"kind": 16,
|
|
98
|
-
"kindString": "Enumeration
|
|
108
|
+
"kindString": "Enumeration Member",
|
|
99
109
|
"flags": {},
|
|
100
110
|
"comment": {
|
|
101
111
|
"shortText": "Places focus on the token after the currently selected token."
|
|
@@ -107,13 +117,17 @@
|
|
|
107
117
|
"character": 2
|
|
108
118
|
}
|
|
109
119
|
],
|
|
120
|
+
"type": {
|
|
121
|
+
"type": "literal",
|
|
122
|
+
"value": 3
|
|
123
|
+
},
|
|
110
124
|
"defaultValue": "3"
|
|
111
125
|
},
|
|
112
126
|
{
|
|
113
|
-
"id":
|
|
127
|
+
"id": 390,
|
|
114
128
|
"name": "FocusPreviousToken",
|
|
115
129
|
"kind": 16,
|
|
116
|
-
"kindString": "Enumeration
|
|
130
|
+
"kindString": "Enumeration Member",
|
|
117
131
|
"flags": {},
|
|
118
132
|
"comment": {
|
|
119
133
|
"shortText": "Places focus on the token before the currently selected token."
|
|
@@ -125,13 +139,17 @@
|
|
|
125
139
|
"character": 2
|
|
126
140
|
}
|
|
127
141
|
],
|
|
142
|
+
"type": {
|
|
143
|
+
"type": "literal",
|
|
144
|
+
"value": 2
|
|
145
|
+
},
|
|
128
146
|
"defaultValue": "2"
|
|
129
147
|
},
|
|
130
148
|
{
|
|
131
|
-
"id":
|
|
149
|
+
"id": 392,
|
|
132
150
|
"name": "RemoveActiveToken",
|
|
133
151
|
"kind": 16,
|
|
134
|
-
"kindString": "Enumeration
|
|
152
|
+
"kindString": "Enumeration Member",
|
|
135
153
|
"flags": {},
|
|
136
154
|
"comment": {
|
|
137
155
|
"shortText": "Removes the token that is currently selected from the list of tokens."
|
|
@@ -143,19 +161,23 @@
|
|
|
143
161
|
"character": 2
|
|
144
162
|
}
|
|
145
163
|
],
|
|
164
|
+
"type": {
|
|
165
|
+
"type": "literal",
|
|
166
|
+
"value": 4
|
|
167
|
+
},
|
|
146
168
|
"defaultValue": "4"
|
|
147
169
|
}
|
|
148
170
|
],
|
|
149
171
|
"groups": [
|
|
150
172
|
{
|
|
151
|
-
"title": "Enumeration
|
|
173
|
+
"title": "Enumeration Members",
|
|
152
174
|
"kind": 16,
|
|
153
175
|
"children": [
|
|
154
|
-
387,
|
|
155
|
-
386,
|
|
156
176
|
389,
|
|
157
177
|
388,
|
|
158
|
-
|
|
178
|
+
391,
|
|
179
|
+
390,
|
|
180
|
+
392
|
|
159
181
|
]
|
|
160
182
|
}
|
|
161
183
|
],
|
|
@@ -487,7 +509,7 @@
|
|
|
487
509
|
"name": "NgModule"
|
|
488
510
|
},
|
|
489
511
|
"arguments": {
|
|
490
|
-
"obj": "{\n declarations: [SkyTextHighlightDirective],\n exports: [SkyTextHighlightDirective],\n providers: [
|
|
512
|
+
"obj": "{\n declarations: [SkyTextHighlightDirective],\n exports: [SkyTextHighlightDirective],\n providers: [SkyMutationObserverService],\n}"
|
|
491
513
|
}
|
|
492
514
|
}
|
|
493
515
|
],
|
|
@@ -548,7 +570,7 @@
|
|
|
548
570
|
]
|
|
549
571
|
},
|
|
550
572
|
{
|
|
551
|
-
"id":
|
|
573
|
+
"id": 393,
|
|
552
574
|
"name": "SkyWaitModule",
|
|
553
575
|
"kind": 128,
|
|
554
576
|
"kindString": "Class",
|
|
@@ -573,7 +595,7 @@
|
|
|
573
595
|
"title": "Constructors",
|
|
574
596
|
"kind": 512,
|
|
575
597
|
"children": [
|
|
576
|
-
|
|
598
|
+
394
|
|
577
599
|
]
|
|
578
600
|
}
|
|
579
601
|
],
|
|
@@ -586,7 +608,7 @@
|
|
|
586
608
|
]
|
|
587
609
|
},
|
|
588
610
|
{
|
|
589
|
-
"id":
|
|
611
|
+
"id": 396,
|
|
590
612
|
"name": "SkyWaitService",
|
|
591
613
|
"kind": 128,
|
|
592
614
|
"kindString": "Class",
|
|
@@ -607,7 +629,7 @@
|
|
|
607
629
|
],
|
|
608
630
|
"children": [
|
|
609
631
|
{
|
|
610
|
-
"id":
|
|
632
|
+
"id": 397,
|
|
611
633
|
"name": "constructor",
|
|
612
634
|
"kind": 512,
|
|
613
635
|
"kindString": "Constructor",
|
|
@@ -621,14 +643,14 @@
|
|
|
621
643
|
],
|
|
622
644
|
"signatures": [
|
|
623
645
|
{
|
|
624
|
-
"id":
|
|
646
|
+
"id": 398,
|
|
625
647
|
"name": "new SkyWaitService",
|
|
626
648
|
"kind": 16384,
|
|
627
649
|
"kindString": "Constructor signature",
|
|
628
650
|
"flags": {},
|
|
629
651
|
"parameters": [
|
|
630
652
|
{
|
|
631
|
-
"id":
|
|
653
|
+
"id": 399,
|
|
632
654
|
"name": "resolver",
|
|
633
655
|
"kind": 32768,
|
|
634
656
|
"kindString": "Parameter",
|
|
@@ -641,7 +663,7 @@
|
|
|
641
663
|
}
|
|
642
664
|
},
|
|
643
665
|
{
|
|
644
|
-
"id":
|
|
666
|
+
"id": 400,
|
|
645
667
|
"name": "appRef",
|
|
646
668
|
"kind": 32768,
|
|
647
669
|
"kindString": "Parameter",
|
|
@@ -654,7 +676,7 @@
|
|
|
654
676
|
}
|
|
655
677
|
},
|
|
656
678
|
{
|
|
657
|
-
"id":
|
|
679
|
+
"id": 401,
|
|
658
680
|
"name": "waitAdapter",
|
|
659
681
|
"kind": 32768,
|
|
660
682
|
"kindString": "Parameter",
|
|
@@ -665,7 +687,7 @@
|
|
|
665
687
|
}
|
|
666
688
|
},
|
|
667
689
|
{
|
|
668
|
-
"id":
|
|
690
|
+
"id": 402,
|
|
669
691
|
"name": "windowSvc",
|
|
670
692
|
"kind": 32768,
|
|
671
693
|
"kindString": "Parameter",
|
|
@@ -678,14 +700,14 @@
|
|
|
678
700
|
],
|
|
679
701
|
"type": {
|
|
680
702
|
"type": "reference",
|
|
681
|
-
"id":
|
|
703
|
+
"id": 396,
|
|
682
704
|
"name": "SkyWaitService"
|
|
683
705
|
}
|
|
684
706
|
}
|
|
685
707
|
]
|
|
686
708
|
},
|
|
687
709
|
{
|
|
688
|
-
"id":
|
|
710
|
+
"id": 407,
|
|
689
711
|
"name": "beginBlockingPageWait",
|
|
690
712
|
"kind": 2048,
|
|
691
713
|
"kindString": "Method",
|
|
@@ -701,7 +723,7 @@
|
|
|
701
723
|
],
|
|
702
724
|
"signatures": [
|
|
703
725
|
{
|
|
704
|
-
"id":
|
|
726
|
+
"id": 408,
|
|
705
727
|
"name": "beginBlockingPageWait",
|
|
706
728
|
"kind": 4096,
|
|
707
729
|
"kindString": "Call signature",
|
|
@@ -717,7 +739,7 @@
|
|
|
717
739
|
]
|
|
718
740
|
},
|
|
719
741
|
{
|
|
720
|
-
"id":
|
|
742
|
+
"id": 409,
|
|
721
743
|
"name": "beginNonBlockingPageWait",
|
|
722
744
|
"kind": 2048,
|
|
723
745
|
"kindString": "Method",
|
|
@@ -733,7 +755,7 @@
|
|
|
733
755
|
],
|
|
734
756
|
"signatures": [
|
|
735
757
|
{
|
|
736
|
-
"id":
|
|
758
|
+
"id": 410,
|
|
737
759
|
"name": "beginNonBlockingPageWait",
|
|
738
760
|
"kind": 4096,
|
|
739
761
|
"kindString": "Call signature",
|
|
@@ -749,7 +771,7 @@
|
|
|
749
771
|
]
|
|
750
772
|
},
|
|
751
773
|
{
|
|
752
|
-
"id":
|
|
774
|
+
"id": 419,
|
|
753
775
|
"name": "blockingWrap",
|
|
754
776
|
"kind": 2048,
|
|
755
777
|
"kindString": "Method",
|
|
@@ -765,7 +787,7 @@
|
|
|
765
787
|
],
|
|
766
788
|
"signatures": [
|
|
767
789
|
{
|
|
768
|
-
"id":
|
|
790
|
+
"id": 420,
|
|
769
791
|
"name": "blockingWrap",
|
|
770
792
|
"kind": 4096,
|
|
771
793
|
"kindString": "Call signature",
|
|
@@ -775,7 +797,7 @@
|
|
|
775
797
|
},
|
|
776
798
|
"typeParameter": [
|
|
777
799
|
{
|
|
778
|
-
"id":
|
|
800
|
+
"id": 421,
|
|
779
801
|
"name": "T",
|
|
780
802
|
"kind": 131072,
|
|
781
803
|
"kindString": "Type parameter",
|
|
@@ -784,7 +806,7 @@
|
|
|
784
806
|
],
|
|
785
807
|
"parameters": [
|
|
786
808
|
{
|
|
787
|
-
"id":
|
|
809
|
+
"id": 422,
|
|
788
810
|
"name": "observable",
|
|
789
811
|
"kind": 32768,
|
|
790
812
|
"kindString": "Parameter",
|
|
@@ -794,7 +816,7 @@
|
|
|
794
816
|
"typeArguments": [
|
|
795
817
|
{
|
|
796
818
|
"type": "reference",
|
|
797
|
-
"id":
|
|
819
|
+
"id": 421,
|
|
798
820
|
"name": "T"
|
|
799
821
|
}
|
|
800
822
|
],
|
|
@@ -809,7 +831,7 @@
|
|
|
809
831
|
"typeArguments": [
|
|
810
832
|
{
|
|
811
833
|
"type": "reference",
|
|
812
|
-
"id":
|
|
834
|
+
"id": 421,
|
|
813
835
|
"name": "T"
|
|
814
836
|
}
|
|
815
837
|
],
|
|
@@ -821,7 +843,7 @@
|
|
|
821
843
|
]
|
|
822
844
|
},
|
|
823
845
|
{
|
|
824
|
-
"id":
|
|
846
|
+
"id": 415,
|
|
825
847
|
"name": "clearAllPageWaits",
|
|
826
848
|
"kind": 2048,
|
|
827
849
|
"kindString": "Method",
|
|
@@ -837,7 +859,7 @@
|
|
|
837
859
|
],
|
|
838
860
|
"signatures": [
|
|
839
861
|
{
|
|
840
|
-
"id":
|
|
862
|
+
"id": 416,
|
|
841
863
|
"name": "clearAllPageWaits",
|
|
842
864
|
"kind": 4096,
|
|
843
865
|
"kindString": "Call signature",
|
|
@@ -853,7 +875,7 @@
|
|
|
853
875
|
]
|
|
854
876
|
},
|
|
855
877
|
{
|
|
856
|
-
"id":
|
|
878
|
+
"id": 411,
|
|
857
879
|
"name": "endBlockingPageWait",
|
|
858
880
|
"kind": 2048,
|
|
859
881
|
"kindString": "Method",
|
|
@@ -869,7 +891,7 @@
|
|
|
869
891
|
],
|
|
870
892
|
"signatures": [
|
|
871
893
|
{
|
|
872
|
-
"id":
|
|
894
|
+
"id": 412,
|
|
873
895
|
"name": "endBlockingPageWait",
|
|
874
896
|
"kind": 4096,
|
|
875
897
|
"kindString": "Call signature",
|
|
@@ -885,7 +907,7 @@
|
|
|
885
907
|
]
|
|
886
908
|
},
|
|
887
909
|
{
|
|
888
|
-
"id":
|
|
910
|
+
"id": 413,
|
|
889
911
|
"name": "endNonBlockingPageWait",
|
|
890
912
|
"kind": 2048,
|
|
891
913
|
"kindString": "Method",
|
|
@@ -901,7 +923,7 @@
|
|
|
901
923
|
],
|
|
902
924
|
"signatures": [
|
|
903
925
|
{
|
|
904
|
-
"id":
|
|
926
|
+
"id": 414,
|
|
905
927
|
"name": "endNonBlockingPageWait",
|
|
906
928
|
"kind": 4096,
|
|
907
929
|
"kindString": "Call signature",
|
|
@@ -917,7 +939,7 @@
|
|
|
917
939
|
]
|
|
918
940
|
},
|
|
919
941
|
{
|
|
920
|
-
"id":
|
|
942
|
+
"id": 423,
|
|
921
943
|
"name": "nonBlockingWrap",
|
|
922
944
|
"kind": 2048,
|
|
923
945
|
"kindString": "Method",
|
|
@@ -933,7 +955,7 @@
|
|
|
933
955
|
],
|
|
934
956
|
"signatures": [
|
|
935
957
|
{
|
|
936
|
-
"id":
|
|
958
|
+
"id": 424,
|
|
937
959
|
"name": "nonBlockingWrap",
|
|
938
960
|
"kind": 4096,
|
|
939
961
|
"kindString": "Call signature",
|
|
@@ -943,7 +965,7 @@
|
|
|
943
965
|
},
|
|
944
966
|
"typeParameter": [
|
|
945
967
|
{
|
|
946
|
-
"id":
|
|
968
|
+
"id": 425,
|
|
947
969
|
"name": "T",
|
|
948
970
|
"kind": 131072,
|
|
949
971
|
"kindString": "Type parameter",
|
|
@@ -952,7 +974,7 @@
|
|
|
952
974
|
],
|
|
953
975
|
"parameters": [
|
|
954
976
|
{
|
|
955
|
-
"id":
|
|
977
|
+
"id": 426,
|
|
956
978
|
"name": "observable",
|
|
957
979
|
"kind": 32768,
|
|
958
980
|
"kindString": "Parameter",
|
|
@@ -962,7 +984,7 @@
|
|
|
962
984
|
"typeArguments": [
|
|
963
985
|
{
|
|
964
986
|
"type": "reference",
|
|
965
|
-
"id":
|
|
987
|
+
"id": 425,
|
|
966
988
|
"name": "T"
|
|
967
989
|
}
|
|
968
990
|
],
|
|
@@ -977,7 +999,7 @@
|
|
|
977
999
|
"typeArguments": [
|
|
978
1000
|
{
|
|
979
1001
|
"type": "reference",
|
|
980
|
-
"id":
|
|
1002
|
+
"id": 425,
|
|
981
1003
|
"name": "T"
|
|
982
1004
|
}
|
|
983
1005
|
],
|
|
@@ -994,20 +1016,20 @@
|
|
|
994
1016
|
"title": "Constructors",
|
|
995
1017
|
"kind": 512,
|
|
996
1018
|
"children": [
|
|
997
|
-
|
|
1019
|
+
397
|
|
998
1020
|
]
|
|
999
1021
|
},
|
|
1000
1022
|
{
|
|
1001
1023
|
"title": "Methods",
|
|
1002
1024
|
"kind": 2048,
|
|
1003
1025
|
"children": [
|
|
1004
|
-
405,
|
|
1005
1026
|
407,
|
|
1006
|
-
417,
|
|
1007
|
-
413,
|
|
1008
1027
|
409,
|
|
1028
|
+
419,
|
|
1029
|
+
415,
|
|
1009
1030
|
411,
|
|
1010
|
-
|
|
1031
|
+
413,
|
|
1032
|
+
423
|
|
1011
1033
|
]
|
|
1012
1034
|
}
|
|
1013
1035
|
],
|
|
@@ -1049,7 +1071,7 @@
|
|
|
1049
1071
|
"sources": [
|
|
1050
1072
|
{
|
|
1051
1073
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1052
|
-
"line":
|
|
1074
|
+
"line": 95,
|
|
1053
1075
|
"character": 2
|
|
1054
1076
|
}
|
|
1055
1077
|
],
|
|
@@ -1092,7 +1114,7 @@
|
|
|
1092
1114
|
"sources": [
|
|
1093
1115
|
{
|
|
1094
1116
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1095
|
-
"line":
|
|
1117
|
+
"line": 79,
|
|
1096
1118
|
"character": 9
|
|
1097
1119
|
}
|
|
1098
1120
|
],
|
|
@@ -1112,7 +1134,7 @@
|
|
|
1112
1134
|
"sources": [
|
|
1113
1135
|
{
|
|
1114
1136
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1115
|
-
"line":
|
|
1137
|
+
"line": 81,
|
|
1116
1138
|
"character": 9
|
|
1117
1139
|
}
|
|
1118
1140
|
],
|
|
@@ -1132,7 +1154,7 @@
|
|
|
1132
1154
|
"sources": [
|
|
1133
1155
|
{
|
|
1134
1156
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1135
|
-
"line":
|
|
1157
|
+
"line": 83,
|
|
1136
1158
|
"character": 9
|
|
1137
1159
|
}
|
|
1138
1160
|
],
|
|
@@ -1175,7 +1197,7 @@
|
|
|
1175
1197
|
"sources": [
|
|
1176
1198
|
{
|
|
1177
1199
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1178
|
-
"line":
|
|
1200
|
+
"line": 44,
|
|
1179
1201
|
"character": 9
|
|
1180
1202
|
}
|
|
1181
1203
|
],
|
|
@@ -1216,7 +1238,7 @@
|
|
|
1216
1238
|
"sources": [
|
|
1217
1239
|
{
|
|
1218
1240
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1219
|
-
"line":
|
|
1241
|
+
"line": 51,
|
|
1220
1242
|
"character": 9
|
|
1221
1243
|
}
|
|
1222
1244
|
],
|
|
@@ -1251,7 +1273,7 @@
|
|
|
1251
1273
|
"sources": [
|
|
1252
1274
|
{
|
|
1253
1275
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1254
|
-
"line":
|
|
1276
|
+
"line": 77,
|
|
1255
1277
|
"character": 9
|
|
1256
1278
|
}
|
|
1257
1279
|
],
|
|
@@ -1280,7 +1302,7 @@
|
|
|
1280
1302
|
"sources": [
|
|
1281
1303
|
{
|
|
1282
1304
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1283
|
-
"line":
|
|
1305
|
+
"line": 85,
|
|
1284
1306
|
"character": 9
|
|
1285
1307
|
}
|
|
1286
1308
|
],
|
|
@@ -1312,7 +1334,7 @@
|
|
|
1312
1334
|
"sources": [
|
|
1313
1335
|
{
|
|
1314
1336
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1315
|
-
"line":
|
|
1337
|
+
"line": 32,
|
|
1316
1338
|
"character": 13
|
|
1317
1339
|
}
|
|
1318
1340
|
],
|
|
@@ -1340,8 +1362,9 @@
|
|
|
1340
1362
|
"kindString": "Parameter",
|
|
1341
1363
|
"flags": {},
|
|
1342
1364
|
"type": {
|
|
1343
|
-
"type": "
|
|
1344
|
-
"
|
|
1365
|
+
"type": "reference",
|
|
1366
|
+
"id": 369,
|
|
1367
|
+
"name": "SkyIndicatorIconType"
|
|
1345
1368
|
}
|
|
1346
1369
|
}
|
|
1347
1370
|
],
|
|
@@ -1375,7 +1398,7 @@
|
|
|
1375
1398
|
"sources": [
|
|
1376
1399
|
{
|
|
1377
1400
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1378
|
-
"line":
|
|
1401
|
+
"line": 68,
|
|
1379
1402
|
"character": 13
|
|
1380
1403
|
}
|
|
1381
1404
|
],
|
|
@@ -1432,7 +1455,7 @@
|
|
|
1432
1455
|
"sources": [
|
|
1433
1456
|
{
|
|
1434
1457
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1435
|
-
"line":
|
|
1458
|
+
"line": 58,
|
|
1436
1459
|
"character": 13
|
|
1437
1460
|
}
|
|
1438
1461
|
],
|
|
@@ -1478,7 +1501,7 @@
|
|
|
1478
1501
|
"sources": [
|
|
1479
1502
|
{
|
|
1480
1503
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1481
|
-
"line":
|
|
1504
|
+
"line": 107,
|
|
1482
1505
|
"character": 9
|
|
1483
1506
|
}
|
|
1484
1507
|
],
|
|
@@ -1507,7 +1530,7 @@
|
|
|
1507
1530
|
"sources": [
|
|
1508
1531
|
{
|
|
1509
1532
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1510
|
-
"line":
|
|
1533
|
+
"line": 103,
|
|
1511
1534
|
"character": 9
|
|
1512
1535
|
}
|
|
1513
1536
|
],
|
|
@@ -1544,7 +1567,7 @@
|
|
|
1544
1567
|
"sources": [
|
|
1545
1568
|
{
|
|
1546
1569
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1547
|
-
"line":
|
|
1570
|
+
"line": 99,
|
|
1548
1571
|
"character": 9
|
|
1549
1572
|
}
|
|
1550
1573
|
],
|
|
@@ -2199,7 +2222,7 @@
|
|
|
2199
2222
|
"flags": {},
|
|
2200
2223
|
"type": {
|
|
2201
2224
|
"type": "reference",
|
|
2202
|
-
"name": "
|
|
2225
|
+
"name": "SkyMutationObserverService"
|
|
2203
2226
|
}
|
|
2204
2227
|
}
|
|
2205
2228
|
],
|
|
@@ -2490,7 +2513,7 @@
|
|
|
2490
2513
|
"sources": [
|
|
2491
2514
|
{
|
|
2492
2515
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2493
|
-
"line":
|
|
2516
|
+
"line": 96,
|
|
2494
2517
|
"character": 2
|
|
2495
2518
|
}
|
|
2496
2519
|
],
|
|
@@ -2520,17 +2543,6 @@
|
|
|
2520
2543
|
"package": "@angular/core",
|
|
2521
2544
|
"name": "ElementRef"
|
|
2522
2545
|
}
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"id": 179,
|
|
2526
|
-
"name": "resourcesSvc",
|
|
2527
|
-
"kind": 32768,
|
|
2528
|
-
"kindString": "Parameter",
|
|
2529
|
-
"flags": {},
|
|
2530
|
-
"type": {
|
|
2531
|
-
"type": "reference",
|
|
2532
|
-
"name": "SkyLibResourcesService"
|
|
2533
|
-
}
|
|
2534
2546
|
}
|
|
2535
2547
|
],
|
|
2536
2548
|
"type": {
|
|
@@ -2542,7 +2554,48 @@
|
|
|
2542
2554
|
]
|
|
2543
2555
|
},
|
|
2544
2556
|
{
|
|
2545
|
-
"id":
|
|
2557
|
+
"id": 183,
|
|
2558
|
+
"name": "ariaLabel",
|
|
2559
|
+
"kind": 1024,
|
|
2560
|
+
"kindString": "Property",
|
|
2561
|
+
"flags": {
|
|
2562
|
+
"isPublic": true
|
|
2563
|
+
},
|
|
2564
|
+
"comment": {
|
|
2565
|
+
"shortText": "Specifies an ARIA label for the token's close button. This sets the button's `aria-label`\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).",
|
|
2566
|
+
"tags": [
|
|
2567
|
+
{
|
|
2568
|
+
"tag": "default",
|
|
2569
|
+
"text": "\"Remove item\"\n"
|
|
2570
|
+
}
|
|
2571
|
+
]
|
|
2572
|
+
},
|
|
2573
|
+
"decorators": [
|
|
2574
|
+
{
|
|
2575
|
+
"name": "Input",
|
|
2576
|
+
"type": {
|
|
2577
|
+
"type": "reference",
|
|
2578
|
+
"qualifiedName": "InputDecorator",
|
|
2579
|
+
"package": "@angular/core",
|
|
2580
|
+
"name": "Input"
|
|
2581
|
+
},
|
|
2582
|
+
"arguments": {}
|
|
2583
|
+
}
|
|
2584
|
+
],
|
|
2585
|
+
"sources": [
|
|
2586
|
+
{
|
|
2587
|
+
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2588
|
+
"line": 39,
|
|
2589
|
+
"character": 9
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"type": {
|
|
2593
|
+
"type": "intrinsic",
|
|
2594
|
+
"name": "string"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"id": 197,
|
|
2546
2599
|
"name": "closeActive",
|
|
2547
2600
|
"kind": 1024,
|
|
2548
2601
|
"kindString": "Property",
|
|
@@ -2552,7 +2605,7 @@
|
|
|
2552
2605
|
"sources": [
|
|
2553
2606
|
{
|
|
2554
2607
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2555
|
-
"line":
|
|
2608
|
+
"line": 88,
|
|
2556
2609
|
"character": 9
|
|
2557
2610
|
}
|
|
2558
2611
|
],
|
|
@@ -2563,7 +2616,7 @@
|
|
|
2563
2616
|
"defaultValue": "false"
|
|
2564
2617
|
},
|
|
2565
2618
|
{
|
|
2566
|
-
"id":
|
|
2619
|
+
"id": 192,
|
|
2567
2620
|
"name": "dismiss",
|
|
2568
2621
|
"kind": 1024,
|
|
2569
2622
|
"kindString": "Property",
|
|
@@ -2588,7 +2641,7 @@
|
|
|
2588
2641
|
"sources": [
|
|
2589
2642
|
{
|
|
2590
2643
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2591
|
-
"line":
|
|
2644
|
+
"line": 75,
|
|
2592
2645
|
"character": 9
|
|
2593
2646
|
}
|
|
2594
2647
|
],
|
|
@@ -2607,7 +2660,28 @@
|
|
|
2607
2660
|
"defaultValue": "..."
|
|
2608
2661
|
},
|
|
2609
2662
|
{
|
|
2610
|
-
"id":
|
|
2663
|
+
"id": 195,
|
|
2664
|
+
"name": "isFocused",
|
|
2665
|
+
"kind": 1024,
|
|
2666
|
+
"kindString": "Property",
|
|
2667
|
+
"flags": {
|
|
2668
|
+
"isPublic": true
|
|
2669
|
+
},
|
|
2670
|
+
"sources": [
|
|
2671
|
+
{
|
|
2672
|
+
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2673
|
+
"line": 86,
|
|
2674
|
+
"character": 9
|
|
2675
|
+
}
|
|
2676
|
+
],
|
|
2677
|
+
"type": {
|
|
2678
|
+
"type": "intrinsic",
|
|
2679
|
+
"name": "boolean"
|
|
2680
|
+
},
|
|
2681
|
+
"defaultValue": "false"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"id": 198,
|
|
2611
2685
|
"name": "tabIndex",
|
|
2612
2686
|
"kind": 1024,
|
|
2613
2687
|
"kindString": "Property",
|
|
@@ -2617,7 +2691,7 @@
|
|
|
2617
2691
|
"sources": [
|
|
2618
2692
|
{
|
|
2619
2693
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2620
|
-
"line":
|
|
2694
|
+
"line": 89,
|
|
2621
2695
|
"character": 9
|
|
2622
2696
|
}
|
|
2623
2697
|
],
|
|
@@ -2628,7 +2702,7 @@
|
|
|
2628
2702
|
"defaultValue": "0"
|
|
2629
2703
|
},
|
|
2630
2704
|
{
|
|
2631
|
-
"id":
|
|
2705
|
+
"id": 196,
|
|
2632
2706
|
"name": "tokenActive",
|
|
2633
2707
|
"kind": 1024,
|
|
2634
2708
|
"kindString": "Property",
|
|
@@ -2638,7 +2712,7 @@
|
|
|
2638
2712
|
"sources": [
|
|
2639
2713
|
{
|
|
2640
2714
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2641
|
-
"line":
|
|
2715
|
+
"line": 87,
|
|
2642
2716
|
"character": 9
|
|
2643
2717
|
}
|
|
2644
2718
|
],
|
|
@@ -2649,7 +2723,7 @@
|
|
|
2649
2723
|
"defaultValue": "false"
|
|
2650
2724
|
},
|
|
2651
2725
|
{
|
|
2652
|
-
"id":
|
|
2726
|
+
"id": 193,
|
|
2653
2727
|
"name": "tokenFocus",
|
|
2654
2728
|
"kind": 1024,
|
|
2655
2729
|
"kindString": "Property",
|
|
@@ -2674,7 +2748,7 @@
|
|
|
2674
2748
|
"sources": [
|
|
2675
2749
|
{
|
|
2676
2750
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2677
|
-
"line":
|
|
2751
|
+
"line": 81,
|
|
2678
2752
|
"character": 9
|
|
2679
2753
|
}
|
|
2680
2754
|
],
|
|
@@ -2693,92 +2767,7 @@
|
|
|
2693
2767
|
"defaultValue": "..."
|
|
2694
2768
|
},
|
|
2695
2769
|
{
|
|
2696
|
-
"id":
|
|
2697
|
-
"name": "ariaLabel",
|
|
2698
|
-
"kind": 262144,
|
|
2699
|
-
"kindString": "Accessor",
|
|
2700
|
-
"flags": {
|
|
2701
|
-
"isPublic": true
|
|
2702
|
-
},
|
|
2703
|
-
"decorators": [
|
|
2704
|
-
{
|
|
2705
|
-
"name": "Input",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"type": "reference",
|
|
2708
|
-
"qualifiedName": "InputDecorator",
|
|
2709
|
-
"package": "@angular/core",
|
|
2710
|
-
"name": "Input"
|
|
2711
|
-
},
|
|
2712
|
-
"arguments": {}
|
|
2713
|
-
}
|
|
2714
|
-
],
|
|
2715
|
-
"sources": [
|
|
2716
|
-
{
|
|
2717
|
-
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2718
|
-
"line": 39,
|
|
2719
|
-
"character": 13
|
|
2720
|
-
}
|
|
2721
|
-
],
|
|
2722
|
-
"getSignature": [
|
|
2723
|
-
{
|
|
2724
|
-
"id": 185,
|
|
2725
|
-
"name": "ariaLabel",
|
|
2726
|
-
"kind": 524288,
|
|
2727
|
-
"kindString": "Get signature",
|
|
2728
|
-
"flags": {},
|
|
2729
|
-
"comment": {
|
|
2730
|
-
"shortText": "Specifies an ARIA label for the token's close button. This sets the button's `aria-label`\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).",
|
|
2731
|
-
"tags": [
|
|
2732
|
-
{
|
|
2733
|
-
"tag": "default",
|
|
2734
|
-
"text": "\"Remove item\"\n"
|
|
2735
|
-
}
|
|
2736
|
-
]
|
|
2737
|
-
},
|
|
2738
|
-
"type": {
|
|
2739
|
-
"type": "intrinsic",
|
|
2740
|
-
"name": "string"
|
|
2741
|
-
}
|
|
2742
|
-
}
|
|
2743
|
-
],
|
|
2744
|
-
"setSignature": [
|
|
2745
|
-
{
|
|
2746
|
-
"id": 186,
|
|
2747
|
-
"name": "ariaLabel",
|
|
2748
|
-
"kind": 1048576,
|
|
2749
|
-
"kindString": "Set signature",
|
|
2750
|
-
"flags": {},
|
|
2751
|
-
"comment": {
|
|
2752
|
-
"shortText": "Specifies an ARIA label for the token's close button. This sets the button's `aria-label`\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).",
|
|
2753
|
-
"tags": [
|
|
2754
|
-
{
|
|
2755
|
-
"tag": "default",
|
|
2756
|
-
"text": "\"Remove item\"\n"
|
|
2757
|
-
}
|
|
2758
|
-
]
|
|
2759
|
-
},
|
|
2760
|
-
"parameters": [
|
|
2761
|
-
{
|
|
2762
|
-
"id": 187,
|
|
2763
|
-
"name": "value",
|
|
2764
|
-
"kind": 32768,
|
|
2765
|
-
"kindString": "Parameter",
|
|
2766
|
-
"flags": {},
|
|
2767
|
-
"type": {
|
|
2768
|
-
"type": "intrinsic",
|
|
2769
|
-
"name": "string"
|
|
2770
|
-
}
|
|
2771
|
-
}
|
|
2772
|
-
],
|
|
2773
|
-
"type": {
|
|
2774
|
-
"type": "intrinsic",
|
|
2775
|
-
"name": "void"
|
|
2776
|
-
}
|
|
2777
|
-
}
|
|
2778
|
-
]
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"id": 180,
|
|
2770
|
+
"id": 179,
|
|
2782
2771
|
"name": "disabled",
|
|
2783
2772
|
"kind": 262144,
|
|
2784
2773
|
"kindString": "Accessor",
|
|
@@ -2806,7 +2795,7 @@
|
|
|
2806
2795
|
],
|
|
2807
2796
|
"getSignature": [
|
|
2808
2797
|
{
|
|
2809
|
-
"id":
|
|
2798
|
+
"id": 180,
|
|
2810
2799
|
"name": "disabled",
|
|
2811
2800
|
"kind": 524288,
|
|
2812
2801
|
"kindString": "Get signature",
|
|
@@ -2828,7 +2817,7 @@
|
|
|
2828
2817
|
],
|
|
2829
2818
|
"setSignature": [
|
|
2830
2819
|
{
|
|
2831
|
-
"id":
|
|
2820
|
+
"id": 181,
|
|
2832
2821
|
"name": "disabled",
|
|
2833
2822
|
"kind": 1048576,
|
|
2834
2823
|
"kindString": "Set signature",
|
|
@@ -2844,7 +2833,7 @@
|
|
|
2844
2833
|
},
|
|
2845
2834
|
"parameters": [
|
|
2846
2835
|
{
|
|
2847
|
-
"id":
|
|
2836
|
+
"id": 182,
|
|
2848
2837
|
"name": "value",
|
|
2849
2838
|
"kind": 32768,
|
|
2850
2839
|
"kindString": "Parameter",
|
|
@@ -2863,7 +2852,7 @@
|
|
|
2863
2852
|
]
|
|
2864
2853
|
},
|
|
2865
2854
|
{
|
|
2866
|
-
"id":
|
|
2855
|
+
"id": 184,
|
|
2867
2856
|
"name": "dismissible",
|
|
2868
2857
|
"kind": 262144,
|
|
2869
2858
|
"kindString": "Accessor",
|
|
@@ -2885,13 +2874,13 @@
|
|
|
2885
2874
|
"sources": [
|
|
2886
2875
|
{
|
|
2887
2876
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2888
|
-
"line":
|
|
2877
|
+
"line": 46,
|
|
2889
2878
|
"character": 13
|
|
2890
2879
|
}
|
|
2891
2880
|
],
|
|
2892
2881
|
"getSignature": [
|
|
2893
2882
|
{
|
|
2894
|
-
"id":
|
|
2883
|
+
"id": 185,
|
|
2895
2884
|
"name": "dismissible",
|
|
2896
2885
|
"kind": 524288,
|
|
2897
2886
|
"kindString": "Get signature",
|
|
@@ -2913,7 +2902,7 @@
|
|
|
2913
2902
|
],
|
|
2914
2903
|
"setSignature": [
|
|
2915
2904
|
{
|
|
2916
|
-
"id":
|
|
2905
|
+
"id": 186,
|
|
2917
2906
|
"name": "dismissible",
|
|
2918
2907
|
"kind": 1048576,
|
|
2919
2908
|
"kindString": "Set signature",
|
|
@@ -2929,7 +2918,7 @@
|
|
|
2929
2918
|
},
|
|
2930
2919
|
"parameters": [
|
|
2931
2920
|
{
|
|
2932
|
-
"id":
|
|
2921
|
+
"id": 187,
|
|
2933
2922
|
"name": "value",
|
|
2934
2923
|
"kind": 32768,
|
|
2935
2924
|
"kindString": "Parameter",
|
|
@@ -2948,7 +2937,7 @@
|
|
|
2948
2937
|
]
|
|
2949
2938
|
},
|
|
2950
2939
|
{
|
|
2951
|
-
"id":
|
|
2940
|
+
"id": 188,
|
|
2952
2941
|
"name": "focusable",
|
|
2953
2942
|
"kind": 262144,
|
|
2954
2943
|
"kindString": "Accessor",
|
|
@@ -2970,13 +2959,13 @@
|
|
|
2970
2959
|
"sources": [
|
|
2971
2960
|
{
|
|
2972
2961
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2973
|
-
"line":
|
|
2962
|
+
"line": 60,
|
|
2974
2963
|
"character": 13
|
|
2975
2964
|
}
|
|
2976
2965
|
],
|
|
2977
2966
|
"setSignature": [
|
|
2978
2967
|
{
|
|
2979
|
-
"id":
|
|
2968
|
+
"id": 189,
|
|
2980
2969
|
"name": "focusable",
|
|
2981
2970
|
"kind": 1048576,
|
|
2982
2971
|
"kindString": "Set signature",
|
|
@@ -2992,7 +2981,7 @@
|
|
|
2992
2981
|
},
|
|
2993
2982
|
"parameters": [
|
|
2994
2983
|
{
|
|
2995
|
-
"id":
|
|
2984
|
+
"id": 190,
|
|
2996
2985
|
"name": "value",
|
|
2997
2986
|
"kind": 32768,
|
|
2998
2987
|
"kindString": "Parameter",
|
|
@@ -3011,7 +3000,7 @@
|
|
|
3011
3000
|
]
|
|
3012
3001
|
},
|
|
3013
3002
|
{
|
|
3014
|
-
"id":
|
|
3003
|
+
"id": 207,
|
|
3015
3004
|
"name": "dismissToken",
|
|
3016
3005
|
"kind": 2048,
|
|
3017
3006
|
"kindString": "Method",
|
|
@@ -3021,20 +3010,20 @@
|
|
|
3021
3010
|
"sources": [
|
|
3022
3011
|
{
|
|
3023
3012
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3024
|
-
"line":
|
|
3013
|
+
"line": 113,
|
|
3025
3014
|
"character": 9
|
|
3026
3015
|
}
|
|
3027
3016
|
],
|
|
3028
3017
|
"signatures": [
|
|
3029
3018
|
{
|
|
3030
|
-
"id":
|
|
3019
|
+
"id": 208,
|
|
3031
3020
|
"name": "dismissToken",
|
|
3032
3021
|
"kind": 4096,
|
|
3033
3022
|
"kindString": "Call signature",
|
|
3034
3023
|
"flags": {},
|
|
3035
3024
|
"parameters": [
|
|
3036
3025
|
{
|
|
3037
|
-
"id":
|
|
3026
|
+
"id": 209,
|
|
3038
3027
|
"name": "event",
|
|
3039
3028
|
"kind": 32768,
|
|
3040
3029
|
"kindString": "Parameter",
|
|
@@ -3055,7 +3044,7 @@
|
|
|
3055
3044
|
]
|
|
3056
3045
|
},
|
|
3057
3046
|
{
|
|
3058
|
-
"id":
|
|
3047
|
+
"id": 210,
|
|
3059
3048
|
"name": "focusElement",
|
|
3060
3049
|
"kind": 2048,
|
|
3061
3050
|
"kindString": "Method",
|
|
@@ -3065,13 +3054,13 @@
|
|
|
3065
3054
|
"sources": [
|
|
3066
3055
|
{
|
|
3067
3056
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3068
|
-
"line":
|
|
3057
|
+
"line": 118,
|
|
3069
3058
|
"character": 9
|
|
3070
3059
|
}
|
|
3071
3060
|
],
|
|
3072
3061
|
"signatures": [
|
|
3073
3062
|
{
|
|
3074
|
-
"id":
|
|
3063
|
+
"id": 211,
|
|
3075
3064
|
"name": "focusElement",
|
|
3076
3065
|
"kind": 4096,
|
|
3077
3066
|
"kindString": "Call signature",
|
|
@@ -3084,7 +3073,7 @@
|
|
|
3084
3073
|
]
|
|
3085
3074
|
},
|
|
3086
3075
|
{
|
|
3087
|
-
"id":
|
|
3076
|
+
"id": 215,
|
|
3088
3077
|
"name": "setCloseActive",
|
|
3089
3078
|
"kind": 2048,
|
|
3090
3079
|
"kindString": "Method",
|
|
@@ -3094,20 +3083,20 @@
|
|
|
3094
3083
|
"sources": [
|
|
3095
3084
|
{
|
|
3096
3085
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3097
|
-
"line":
|
|
3086
|
+
"line": 126,
|
|
3098
3087
|
"character": 9
|
|
3099
3088
|
}
|
|
3100
3089
|
],
|
|
3101
3090
|
"signatures": [
|
|
3102
3091
|
{
|
|
3103
|
-
"id":
|
|
3092
|
+
"id": 216,
|
|
3104
3093
|
"name": "setCloseActive",
|
|
3105
3094
|
"kind": 4096,
|
|
3106
3095
|
"kindString": "Call signature",
|
|
3107
3096
|
"flags": {},
|
|
3108
3097
|
"parameters": [
|
|
3109
3098
|
{
|
|
3110
|
-
"id":
|
|
3099
|
+
"id": 217,
|
|
3111
3100
|
"name": "closeActive",
|
|
3112
3101
|
"kind": 32768,
|
|
3113
3102
|
"kindString": "Parameter",
|
|
@@ -3126,7 +3115,7 @@
|
|
|
3126
3115
|
]
|
|
3127
3116
|
},
|
|
3128
3117
|
{
|
|
3129
|
-
"id":
|
|
3118
|
+
"id": 212,
|
|
3130
3119
|
"name": "setTokenActive",
|
|
3131
3120
|
"kind": 2048,
|
|
3132
3121
|
"kindString": "Method",
|
|
@@ -3136,20 +3125,20 @@
|
|
|
3136
3125
|
"sources": [
|
|
3137
3126
|
{
|
|
3138
3127
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3139
|
-
"line":
|
|
3128
|
+
"line": 122,
|
|
3140
3129
|
"character": 9
|
|
3141
3130
|
}
|
|
3142
3131
|
],
|
|
3143
3132
|
"signatures": [
|
|
3144
3133
|
{
|
|
3145
|
-
"id":
|
|
3134
|
+
"id": 213,
|
|
3146
3135
|
"name": "setTokenActive",
|
|
3147
3136
|
"kind": 4096,
|
|
3148
3137
|
"kindString": "Call signature",
|
|
3149
3138
|
"flags": {},
|
|
3150
3139
|
"parameters": [
|
|
3151
3140
|
{
|
|
3152
|
-
"id":
|
|
3141
|
+
"id": 214,
|
|
3153
3142
|
"name": "tokenActive",
|
|
3154
3143
|
"kind": 32768,
|
|
3155
3144
|
"kindString": "Parameter",
|
|
@@ -3180,31 +3169,32 @@
|
|
|
3180
3169
|
"title": "Properties",
|
|
3181
3170
|
"kind": 1024,
|
|
3182
3171
|
"children": [
|
|
3183
|
-
|
|
3184
|
-
195,
|
|
3185
|
-
199,
|
|
3172
|
+
183,
|
|
3186
3173
|
197,
|
|
3187
|
-
|
|
3188
|
-
|
|
3174
|
+
192,
|
|
3175
|
+
195,
|
|
3176
|
+
198,
|
|
3177
|
+
196,
|
|
3178
|
+
193
|
|
3179
|
+
]
|
|
3189
3180
|
},
|
|
3190
3181
|
{
|
|
3191
3182
|
"title": "Accessors",
|
|
3192
3183
|
"kind": 262144,
|
|
3193
3184
|
"children": [
|
|
3185
|
+
179,
|
|
3194
3186
|
184,
|
|
3195
|
-
|
|
3196
|
-
188,
|
|
3197
|
-
192
|
|
3187
|
+
188
|
|
3198
3188
|
]
|
|
3199
3189
|
},
|
|
3200
3190
|
{
|
|
3201
3191
|
"title": "Methods",
|
|
3202
3192
|
"kind": 2048,
|
|
3203
3193
|
"children": [
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3194
|
+
207,
|
|
3195
|
+
210,
|
|
3196
|
+
215,
|
|
3197
|
+
212
|
|
3208
3198
|
]
|
|
3209
3199
|
}
|
|
3210
3200
|
],
|
|
@@ -3449,7 +3439,13 @@
|
|
|
3449
3439
|
"typeArguments": [
|
|
3450
3440
|
{
|
|
3451
3441
|
"type": "reference",
|
|
3452
|
-
"id":
|
|
3442
|
+
"id": 382,
|
|
3443
|
+
"typeArguments": [
|
|
3444
|
+
{
|
|
3445
|
+
"type": "intrinsic",
|
|
3446
|
+
"name": "any"
|
|
3447
|
+
}
|
|
3448
|
+
],
|
|
3453
3449
|
"name": "SkyTokenSelectedEventArgs"
|
|
3454
3450
|
}
|
|
3455
3451
|
],
|
|
@@ -3497,6 +3493,12 @@
|
|
|
3497
3493
|
"elementType": {
|
|
3498
3494
|
"type": "reference",
|
|
3499
3495
|
"id": 379,
|
|
3496
|
+
"typeArguments": [
|
|
3497
|
+
{
|
|
3498
|
+
"type": "intrinsic",
|
|
3499
|
+
"name": "any"
|
|
3500
|
+
}
|
|
3501
|
+
],
|
|
3500
3502
|
"name": "SkyToken"
|
|
3501
3503
|
}
|
|
3502
3504
|
}
|
|
@@ -3528,6 +3530,12 @@
|
|
|
3528
3530
|
{
|
|
3529
3531
|
"type": "reference",
|
|
3530
3532
|
"id": 379,
|
|
3533
|
+
"typeArguments": [
|
|
3534
|
+
{
|
|
3535
|
+
"type": "intrinsic",
|
|
3536
|
+
"name": "any"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3531
3539
|
"name": "SkyToken"
|
|
3532
3540
|
}
|
|
3533
3541
|
],
|
|
@@ -4008,7 +4016,7 @@
|
|
|
4008
4016
|
"typeArguments": [
|
|
4009
4017
|
{
|
|
4010
4018
|
"type": "reference",
|
|
4011
|
-
"id":
|
|
4019
|
+
"id": 385,
|
|
4012
4020
|
"name": "SkyTokensMessage"
|
|
4013
4021
|
}
|
|
4014
4022
|
],
|
|
@@ -4040,7 +4048,7 @@
|
|
|
4040
4048
|
"typeArguments": [
|
|
4041
4049
|
{
|
|
4042
4050
|
"type": "reference",
|
|
4043
|
-
"id":
|
|
4051
|
+
"id": 385,
|
|
4044
4052
|
"name": "SkyTokensMessage"
|
|
4045
4053
|
}
|
|
4046
4054
|
],
|
|
@@ -4099,6 +4107,12 @@
|
|
|
4099
4107
|
"elementType": {
|
|
4100
4108
|
"type": "reference",
|
|
4101
4109
|
"id": 379,
|
|
4110
|
+
"typeArguments": [
|
|
4111
|
+
{
|
|
4112
|
+
"type": "intrinsic",
|
|
4113
|
+
"name": "any"
|
|
4114
|
+
}
|
|
4115
|
+
],
|
|
4102
4116
|
"name": "SkyToken"
|
|
4103
4117
|
}
|
|
4104
4118
|
}
|
|
@@ -4126,6 +4140,12 @@
|
|
|
4126
4140
|
"elementType": {
|
|
4127
4141
|
"type": "reference",
|
|
4128
4142
|
"id": 379,
|
|
4143
|
+
"typeArguments": [
|
|
4144
|
+
{
|
|
4145
|
+
"type": "intrinsic",
|
|
4146
|
+
"name": "any"
|
|
4147
|
+
}
|
|
4148
|
+
],
|
|
4129
4149
|
"name": "SkyToken"
|
|
4130
4150
|
}
|
|
4131
4151
|
}
|
|
@@ -4149,7 +4169,7 @@
|
|
|
4149
4169
|
"sources": [
|
|
4150
4170
|
{
|
|
4151
4171
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4152
|
-
"line":
|
|
4172
|
+
"line": 238,
|
|
4153
4173
|
"character": 9
|
|
4154
4174
|
}
|
|
4155
4175
|
],
|
|
@@ -4186,7 +4206,7 @@
|
|
|
4186
4206
|
"sources": [
|
|
4187
4207
|
{
|
|
4188
4208
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4189
|
-
"line":
|
|
4209
|
+
"line": 243,
|
|
4190
4210
|
"character": 9
|
|
4191
4211
|
}
|
|
4192
4212
|
],
|
|
@@ -4207,6 +4227,12 @@
|
|
|
4207
4227
|
"type": {
|
|
4208
4228
|
"type": "reference",
|
|
4209
4229
|
"id": 379,
|
|
4230
|
+
"typeArguments": [
|
|
4231
|
+
{
|
|
4232
|
+
"type": "intrinsic",
|
|
4233
|
+
"name": "any"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4210
4236
|
"name": "SkyToken"
|
|
4211
4237
|
}
|
|
4212
4238
|
}
|
|
@@ -4229,7 +4255,7 @@
|
|
|
4229
4255
|
"sources": [
|
|
4230
4256
|
{
|
|
4231
4257
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4232
|
-
"line":
|
|
4258
|
+
"line": 251,
|
|
4233
4259
|
"character": 9
|
|
4234
4260
|
}
|
|
4235
4261
|
],
|
|
@@ -4273,7 +4299,7 @@
|
|
|
4273
4299
|
"sources": [
|
|
4274
4300
|
{
|
|
4275
4301
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4276
|
-
"line":
|
|
4302
|
+
"line": 279,
|
|
4277
4303
|
"character": 9
|
|
4278
4304
|
}
|
|
4279
4305
|
],
|
|
@@ -4294,6 +4320,12 @@
|
|
|
4294
4320
|
"type": {
|
|
4295
4321
|
"type": "reference",
|
|
4296
4322
|
"id": 379,
|
|
4323
|
+
"typeArguments": [
|
|
4324
|
+
{
|
|
4325
|
+
"type": "intrinsic",
|
|
4326
|
+
"name": "any"
|
|
4327
|
+
}
|
|
4328
|
+
],
|
|
4297
4329
|
"name": "SkyToken"
|
|
4298
4330
|
}
|
|
4299
4331
|
}
|
|
@@ -4316,7 +4348,7 @@
|
|
|
4316
4348
|
"sources": [
|
|
4317
4349
|
{
|
|
4318
4350
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4319
|
-
"line":
|
|
4351
|
+
"line": 273,
|
|
4320
4352
|
"character": 9
|
|
4321
4353
|
}
|
|
4322
4354
|
],
|
|
@@ -4337,6 +4369,12 @@
|
|
|
4337
4369
|
"type": {
|
|
4338
4370
|
"type": "reference",
|
|
4339
4371
|
"id": 379,
|
|
4372
|
+
"typeArguments": [
|
|
4373
|
+
{
|
|
4374
|
+
"type": "intrinsic",
|
|
4375
|
+
"name": "any"
|
|
4376
|
+
}
|
|
4377
|
+
],
|
|
4340
4378
|
"name": "SkyToken"
|
|
4341
4379
|
}
|
|
4342
4380
|
}
|
|
@@ -5031,7 +5069,7 @@
|
|
|
5031
5069
|
"typeArguments": [
|
|
5032
5070
|
{
|
|
5033
5071
|
"type": "intrinsic",
|
|
5034
|
-
"name": "
|
|
5072
|
+
"name": "void"
|
|
5035
5073
|
}
|
|
5036
5074
|
],
|
|
5037
5075
|
"qualifiedName": "EventEmitter",
|
|
@@ -5493,13 +5531,14 @@
|
|
|
5493
5531
|
"sources": [
|
|
5494
5532
|
{
|
|
5495
5533
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5496
|
-
"line":
|
|
5534
|
+
"line": 17,
|
|
5497
5535
|
"character": 9
|
|
5498
5536
|
}
|
|
5499
5537
|
],
|
|
5500
5538
|
"type": {
|
|
5501
|
-
"type": "
|
|
5502
|
-
"
|
|
5539
|
+
"type": "reference",
|
|
5540
|
+
"id": 360,
|
|
5541
|
+
"name": "SkyKeyInfoLayoutType"
|
|
5503
5542
|
},
|
|
5504
5543
|
"defaultValue": "'vertical'"
|
|
5505
5544
|
}
|
|
@@ -6042,8 +6081,9 @@
|
|
|
6042
6081
|
}
|
|
6043
6082
|
],
|
|
6044
6083
|
"type": {
|
|
6045
|
-
"type": "
|
|
6046
|
-
"
|
|
6084
|
+
"type": "reference",
|
|
6085
|
+
"id": 381,
|
|
6086
|
+
"name": "T"
|
|
6047
6087
|
}
|
|
6048
6088
|
}
|
|
6049
6089
|
],
|
|
@@ -6059,20 +6099,33 @@
|
|
|
6059
6099
|
"sources": [
|
|
6060
6100
|
{
|
|
6061
6101
|
"fileName": "projects/indicators/src/modules/tokens/types/token.ts",
|
|
6062
|
-
"line":
|
|
6102
|
+
"line": 2,
|
|
6063
6103
|
"character": 17
|
|
6064
6104
|
}
|
|
6105
|
+
],
|
|
6106
|
+
"typeParameter": [
|
|
6107
|
+
{
|
|
6108
|
+
"id": 381,
|
|
6109
|
+
"name": "T",
|
|
6110
|
+
"kind": 131072,
|
|
6111
|
+
"kindString": "Type parameter",
|
|
6112
|
+
"flags": {},
|
|
6113
|
+
"default": {
|
|
6114
|
+
"type": "intrinsic",
|
|
6115
|
+
"name": "any"
|
|
6116
|
+
}
|
|
6117
|
+
}
|
|
6065
6118
|
]
|
|
6066
6119
|
},
|
|
6067
6120
|
{
|
|
6068
|
-
"id":
|
|
6121
|
+
"id": 382,
|
|
6069
6122
|
"name": "SkyTokenSelectedEventArgs",
|
|
6070
6123
|
"kind": 256,
|
|
6071
6124
|
"kindString": "Interface",
|
|
6072
6125
|
"flags": {},
|
|
6073
6126
|
"children": [
|
|
6074
6127
|
{
|
|
6075
|
-
"id":
|
|
6128
|
+
"id": 383,
|
|
6076
6129
|
"name": "token",
|
|
6077
6130
|
"kind": 1024,
|
|
6078
6131
|
"kindString": "Property",
|
|
@@ -6092,6 +6145,13 @@
|
|
|
6092
6145
|
"type": {
|
|
6093
6146
|
"type": "reference",
|
|
6094
6147
|
"id": 379,
|
|
6148
|
+
"typeArguments": [
|
|
6149
|
+
{
|
|
6150
|
+
"type": "reference",
|
|
6151
|
+
"id": 384,
|
|
6152
|
+
"name": "T"
|
|
6153
|
+
}
|
|
6154
|
+
],
|
|
6095
6155
|
"name": "SkyToken"
|
|
6096
6156
|
}
|
|
6097
6157
|
}
|
|
@@ -6101,7 +6161,7 @@
|
|
|
6101
6161
|
"title": "Properties",
|
|
6102
6162
|
"kind": 1024,
|
|
6103
6163
|
"children": [
|
|
6104
|
-
|
|
6164
|
+
383
|
|
6105
6165
|
]
|
|
6106
6166
|
}
|
|
6107
6167
|
],
|
|
@@ -6111,17 +6171,30 @@
|
|
|
6111
6171
|
"line": 3,
|
|
6112
6172
|
"character": 17
|
|
6113
6173
|
}
|
|
6174
|
+
],
|
|
6175
|
+
"typeParameter": [
|
|
6176
|
+
{
|
|
6177
|
+
"id": 384,
|
|
6178
|
+
"name": "T",
|
|
6179
|
+
"kind": 131072,
|
|
6180
|
+
"kindString": "Type parameter",
|
|
6181
|
+
"flags": {},
|
|
6182
|
+
"default": {
|
|
6183
|
+
"type": "intrinsic",
|
|
6184
|
+
"name": "any"
|
|
6185
|
+
}
|
|
6186
|
+
}
|
|
6114
6187
|
]
|
|
6115
6188
|
},
|
|
6116
6189
|
{
|
|
6117
|
-
"id":
|
|
6190
|
+
"id": 385,
|
|
6118
6191
|
"name": "SkyTokensMessage",
|
|
6119
6192
|
"kind": 256,
|
|
6120
6193
|
"kindString": "Interface",
|
|
6121
6194
|
"flags": {},
|
|
6122
6195
|
"children": [
|
|
6123
6196
|
{
|
|
6124
|
-
"id":
|
|
6197
|
+
"id": 386,
|
|
6125
6198
|
"name": "type",
|
|
6126
6199
|
"kind": 1024,
|
|
6127
6200
|
"kindString": "Property",
|
|
@@ -6140,7 +6213,7 @@
|
|
|
6140
6213
|
],
|
|
6141
6214
|
"type": {
|
|
6142
6215
|
"type": "reference",
|
|
6143
|
-
"id":
|
|
6216
|
+
"id": 387,
|
|
6144
6217
|
"name": "SkyTokensMessageType"
|
|
6145
6218
|
}
|
|
6146
6219
|
}
|
|
@@ -6150,7 +6223,7 @@
|
|
|
6150
6223
|
"title": "Properties",
|
|
6151
6224
|
"kind": 1024,
|
|
6152
6225
|
"children": [
|
|
6153
|
-
|
|
6226
|
+
386
|
|
6154
6227
|
]
|
|
6155
6228
|
}
|
|
6156
6229
|
],
|
|
@@ -6377,7 +6450,7 @@
|
|
|
6377
6450
|
}
|
|
6378
6451
|
},
|
|
6379
6452
|
{
|
|
6380
|
-
"id":
|
|
6453
|
+
"id": 439,
|
|
6381
6454
|
"name": "SkyAlertHarness",
|
|
6382
6455
|
"kind": 128,
|
|
6383
6456
|
"kindString": "Class",
|
|
@@ -6387,7 +6460,7 @@
|
|
|
6387
6460
|
},
|
|
6388
6461
|
"children": [
|
|
6389
6462
|
{
|
|
6390
|
-
"id":
|
|
6463
|
+
"id": 460,
|
|
6391
6464
|
"name": "close",
|
|
6392
6465
|
"kind": 2048,
|
|
6393
6466
|
"kindString": "Method",
|
|
@@ -6403,7 +6476,7 @@
|
|
|
6403
6476
|
],
|
|
6404
6477
|
"signatures": [
|
|
6405
6478
|
{
|
|
6406
|
-
"id":
|
|
6479
|
+
"id": 461,
|
|
6407
6480
|
"name": "close",
|
|
6408
6481
|
"kind": 4096,
|
|
6409
6482
|
"kindString": "Call signature",
|
|
@@ -6427,7 +6500,7 @@
|
|
|
6427
6500
|
]
|
|
6428
6501
|
},
|
|
6429
6502
|
{
|
|
6430
|
-
"id":
|
|
6503
|
+
"id": 456,
|
|
6431
6504
|
"name": "getAlertType",
|
|
6432
6505
|
"kind": 2048,
|
|
6433
6506
|
"kindString": "Method",
|
|
@@ -6443,7 +6516,7 @@
|
|
|
6443
6516
|
],
|
|
6444
6517
|
"signatures": [
|
|
6445
6518
|
{
|
|
6446
|
-
"id":
|
|
6519
|
+
"id": 457,
|
|
6447
6520
|
"name": "getAlertType",
|
|
6448
6521
|
"kind": 4096,
|
|
6449
6522
|
"kindString": "Call signature",
|
|
@@ -6468,7 +6541,7 @@
|
|
|
6468
6541
|
]
|
|
6469
6542
|
},
|
|
6470
6543
|
{
|
|
6471
|
-
"id":
|
|
6544
|
+
"id": 468,
|
|
6472
6545
|
"name": "getCustomDescription",
|
|
6473
6546
|
"kind": 2048,
|
|
6474
6547
|
"kindString": "Method",
|
|
@@ -6484,7 +6557,7 @@
|
|
|
6484
6557
|
],
|
|
6485
6558
|
"signatures": [
|
|
6486
6559
|
{
|
|
6487
|
-
"id":
|
|
6560
|
+
"id": 469,
|
|
6488
6561
|
"name": "getCustomDescription",
|
|
6489
6562
|
"kind": 4096,
|
|
6490
6563
|
"kindString": "Call signature",
|
|
@@ -6508,7 +6581,7 @@
|
|
|
6508
6581
|
]
|
|
6509
6582
|
},
|
|
6510
6583
|
{
|
|
6511
|
-
"id":
|
|
6584
|
+
"id": 466,
|
|
6512
6585
|
"name": "getDescriptionType",
|
|
6513
6586
|
"kind": 2048,
|
|
6514
6587
|
"kindString": "Method",
|
|
@@ -6524,7 +6597,7 @@
|
|
|
6524
6597
|
],
|
|
6525
6598
|
"signatures": [
|
|
6526
6599
|
{
|
|
6527
|
-
"id":
|
|
6600
|
+
"id": 467,
|
|
6528
6601
|
"name": "getDescriptionType",
|
|
6529
6602
|
"kind": 4096,
|
|
6530
6603
|
"kindString": "Call signature",
|
|
@@ -6549,7 +6622,7 @@
|
|
|
6549
6622
|
]
|
|
6550
6623
|
},
|
|
6551
6624
|
{
|
|
6552
|
-
"id":
|
|
6625
|
+
"id": 458,
|
|
6553
6626
|
"name": "getText",
|
|
6554
6627
|
"kind": 2048,
|
|
6555
6628
|
"kindString": "Method",
|
|
@@ -6565,7 +6638,7 @@
|
|
|
6565
6638
|
],
|
|
6566
6639
|
"signatures": [
|
|
6567
6640
|
{
|
|
6568
|
-
"id":
|
|
6641
|
+
"id": 459,
|
|
6569
6642
|
"name": "getText",
|
|
6570
6643
|
"kind": 4096,
|
|
6571
6644
|
"kindString": "Call signature",
|
|
@@ -6589,7 +6662,7 @@
|
|
|
6589
6662
|
]
|
|
6590
6663
|
},
|
|
6591
6664
|
{
|
|
6592
|
-
"id":
|
|
6665
|
+
"id": 473,
|
|
6593
6666
|
"name": "host",
|
|
6594
6667
|
"kind": 2048,
|
|
6595
6668
|
"kindString": "Method",
|
|
@@ -6603,7 +6676,7 @@
|
|
|
6603
6676
|
],
|
|
6604
6677
|
"signatures": [
|
|
6605
6678
|
{
|
|
6606
|
-
"id":
|
|
6679
|
+
"id": 474,
|
|
6607
6680
|
"name": "host",
|
|
6608
6681
|
"kind": 4096,
|
|
6609
6682
|
"kindString": "Call signature",
|
|
@@ -6637,7 +6710,7 @@
|
|
|
6637
6710
|
}
|
|
6638
6711
|
},
|
|
6639
6712
|
{
|
|
6640
|
-
"id":
|
|
6713
|
+
"id": 464,
|
|
6641
6714
|
"name": "isCloseable",
|
|
6642
6715
|
"kind": 2048,
|
|
6643
6716
|
"kindString": "Method",
|
|
@@ -6653,7 +6726,7 @@
|
|
|
6653
6726
|
],
|
|
6654
6727
|
"signatures": [
|
|
6655
6728
|
{
|
|
6656
|
-
"id":
|
|
6729
|
+
"id": 465,
|
|
6657
6730
|
"name": "isCloseable",
|
|
6658
6731
|
"kind": 4096,
|
|
6659
6732
|
"kindString": "Call signature",
|
|
@@ -6677,7 +6750,7 @@
|
|
|
6677
6750
|
]
|
|
6678
6751
|
},
|
|
6679
6752
|
{
|
|
6680
|
-
"id":
|
|
6753
|
+
"id": 462,
|
|
6681
6754
|
"name": "isClosed",
|
|
6682
6755
|
"kind": 2048,
|
|
6683
6756
|
"kindString": "Method",
|
|
@@ -6693,7 +6766,7 @@
|
|
|
6693
6766
|
],
|
|
6694
6767
|
"signatures": [
|
|
6695
6768
|
{
|
|
6696
|
-
"id":
|
|
6769
|
+
"id": 463,
|
|
6697
6770
|
"name": "isClosed",
|
|
6698
6771
|
"kind": 4096,
|
|
6699
6772
|
"kindString": "Call signature",
|
|
@@ -6717,7 +6790,7 @@
|
|
|
6717
6790
|
]
|
|
6718
6791
|
},
|
|
6719
6792
|
{
|
|
6720
|
-
"id":
|
|
6793
|
+
"id": 441,
|
|
6721
6794
|
"name": "with",
|
|
6722
6795
|
"kind": 2048,
|
|
6723
6796
|
"kindString": "Method",
|
|
@@ -6734,7 +6807,7 @@
|
|
|
6734
6807
|
],
|
|
6735
6808
|
"signatures": [
|
|
6736
6809
|
{
|
|
6737
|
-
"id":
|
|
6810
|
+
"id": 442,
|
|
6738
6811
|
"name": "with",
|
|
6739
6812
|
"kind": 4096,
|
|
6740
6813
|
"kindString": "Call signature",
|
|
@@ -6744,14 +6817,14 @@
|
|
|
6744
6817
|
},
|
|
6745
6818
|
"parameters": [
|
|
6746
6819
|
{
|
|
6747
|
-
"id":
|
|
6820
|
+
"id": 443,
|
|
6748
6821
|
"name": "filters",
|
|
6749
6822
|
"kind": 32768,
|
|
6750
6823
|
"kindString": "Parameter",
|
|
6751
6824
|
"flags": {},
|
|
6752
6825
|
"type": {
|
|
6753
6826
|
"type": "reference",
|
|
6754
|
-
"id":
|
|
6827
|
+
"id": 493,
|
|
6755
6828
|
"name": "SkyAlertHarnessFilters"
|
|
6756
6829
|
}
|
|
6757
6830
|
}
|
|
@@ -6761,7 +6834,7 @@
|
|
|
6761
6834
|
"typeArguments": [
|
|
6762
6835
|
{
|
|
6763
6836
|
"type": "reference",
|
|
6764
|
-
"id":
|
|
6837
|
+
"id": 439,
|
|
6765
6838
|
"name": "SkyAlertHarness"
|
|
6766
6839
|
}
|
|
6767
6840
|
],
|
|
@@ -6778,22 +6851,22 @@
|
|
|
6778
6851
|
"title": "Constructors",
|
|
6779
6852
|
"kind": 512,
|
|
6780
6853
|
"children": [
|
|
6781
|
-
|
|
6854
|
+
449
|
|
6782
6855
|
]
|
|
6783
6856
|
},
|
|
6784
6857
|
{
|
|
6785
6858
|
"title": "Methods",
|
|
6786
6859
|
"kind": 2048,
|
|
6787
6860
|
"children": [
|
|
6788
|
-
|
|
6789
|
-
|
|
6861
|
+
460,
|
|
6862
|
+
456,
|
|
6863
|
+
468,
|
|
6790
6864
|
466,
|
|
6865
|
+
458,
|
|
6866
|
+
473,
|
|
6791
6867
|
464,
|
|
6792
|
-
456,
|
|
6793
|
-
471,
|
|
6794
6868
|
462,
|
|
6795
|
-
|
|
6796
|
-
439
|
|
6869
|
+
441
|
|
6797
6870
|
]
|
|
6798
6871
|
}
|
|
6799
6872
|
],
|
|
@@ -6812,7 +6885,7 @@
|
|
|
6812
6885
|
]
|
|
6813
6886
|
},
|
|
6814
6887
|
{
|
|
6815
|
-
"id":
|
|
6888
|
+
"id": 497,
|
|
6816
6889
|
"name": "SkyKeyInfoHarness",
|
|
6817
6890
|
"kind": 128,
|
|
6818
6891
|
"kindString": "Class",
|
|
@@ -6822,7 +6895,7 @@
|
|
|
6822
6895
|
},
|
|
6823
6896
|
"children": [
|
|
6824
6897
|
{
|
|
6825
|
-
"id":
|
|
6898
|
+
"id": 515,
|
|
6826
6899
|
"name": "getLabelText",
|
|
6827
6900
|
"kind": 2048,
|
|
6828
6901
|
"kindString": "Method",
|
|
@@ -6838,7 +6911,7 @@
|
|
|
6838
6911
|
],
|
|
6839
6912
|
"signatures": [
|
|
6840
6913
|
{
|
|
6841
|
-
"id":
|
|
6914
|
+
"id": 516,
|
|
6842
6915
|
"name": "getLabelText",
|
|
6843
6916
|
"kind": 4096,
|
|
6844
6917
|
"kindString": "Call signature",
|
|
@@ -6862,7 +6935,7 @@
|
|
|
6862
6935
|
]
|
|
6863
6936
|
},
|
|
6864
6937
|
{
|
|
6865
|
-
"id":
|
|
6938
|
+
"id": 517,
|
|
6866
6939
|
"name": "getLayout",
|
|
6867
6940
|
"kind": 2048,
|
|
6868
6941
|
"kindString": "Method",
|
|
@@ -6878,7 +6951,7 @@
|
|
|
6878
6951
|
],
|
|
6879
6952
|
"signatures": [
|
|
6880
6953
|
{
|
|
6881
|
-
"id":
|
|
6954
|
+
"id": 518,
|
|
6882
6955
|
"name": "getLayout",
|
|
6883
6956
|
"kind": 4096,
|
|
6884
6957
|
"kindString": "Call signature",
|
|
@@ -6903,7 +6976,7 @@
|
|
|
6903
6976
|
]
|
|
6904
6977
|
},
|
|
6905
6978
|
{
|
|
6906
|
-
"id":
|
|
6979
|
+
"id": 513,
|
|
6907
6980
|
"name": "getValueText",
|
|
6908
6981
|
"kind": 2048,
|
|
6909
6982
|
"kindString": "Method",
|
|
@@ -6919,7 +6992,7 @@
|
|
|
6919
6992
|
],
|
|
6920
6993
|
"signatures": [
|
|
6921
6994
|
{
|
|
6922
|
-
"id":
|
|
6995
|
+
"id": 514,
|
|
6923
6996
|
"name": "getValueText",
|
|
6924
6997
|
"kind": 4096,
|
|
6925
6998
|
"kindString": "Call signature",
|
|
@@ -6943,7 +7016,7 @@
|
|
|
6943
7016
|
]
|
|
6944
7017
|
},
|
|
6945
7018
|
{
|
|
6946
|
-
"id":
|
|
7019
|
+
"id": 522,
|
|
6947
7020
|
"name": "host",
|
|
6948
7021
|
"kind": 2048,
|
|
6949
7022
|
"kindString": "Method",
|
|
@@ -6957,7 +7030,7 @@
|
|
|
6957
7030
|
],
|
|
6958
7031
|
"signatures": [
|
|
6959
7032
|
{
|
|
6960
|
-
"id":
|
|
7033
|
+
"id": 523,
|
|
6961
7034
|
"name": "host",
|
|
6962
7035
|
"kind": 4096,
|
|
6963
7036
|
"kindString": "Call signature",
|
|
@@ -6991,7 +7064,7 @@
|
|
|
6991
7064
|
}
|
|
6992
7065
|
},
|
|
6993
7066
|
{
|
|
6994
|
-
"id":
|
|
7067
|
+
"id": 499,
|
|
6995
7068
|
"name": "with",
|
|
6996
7069
|
"kind": 2048,
|
|
6997
7070
|
"kindString": "Method",
|
|
@@ -7008,7 +7081,7 @@
|
|
|
7008
7081
|
],
|
|
7009
7082
|
"signatures": [
|
|
7010
7083
|
{
|
|
7011
|
-
"id":
|
|
7084
|
+
"id": 500,
|
|
7012
7085
|
"name": "with",
|
|
7013
7086
|
"kind": 4096,
|
|
7014
7087
|
"kindString": "Call signature",
|
|
@@ -7018,14 +7091,14 @@
|
|
|
7018
7091
|
},
|
|
7019
7092
|
"parameters": [
|
|
7020
7093
|
{
|
|
7021
|
-
"id":
|
|
7094
|
+
"id": 501,
|
|
7022
7095
|
"name": "filters",
|
|
7023
7096
|
"kind": 32768,
|
|
7024
7097
|
"kindString": "Parameter",
|
|
7025
7098
|
"flags": {},
|
|
7026
7099
|
"type": {
|
|
7027
7100
|
"type": "reference",
|
|
7028
|
-
"id":
|
|
7101
|
+
"id": 542,
|
|
7029
7102
|
"name": "SkyKeyInfoHarnessFilters"
|
|
7030
7103
|
}
|
|
7031
7104
|
}
|
|
@@ -7035,7 +7108,7 @@
|
|
|
7035
7108
|
"typeArguments": [
|
|
7036
7109
|
{
|
|
7037
7110
|
"type": "reference",
|
|
7038
|
-
"id":
|
|
7111
|
+
"id": 497,
|
|
7039
7112
|
"name": "SkyKeyInfoHarness"
|
|
7040
7113
|
}
|
|
7041
7114
|
],
|
|
@@ -7052,18 +7125,18 @@
|
|
|
7052
7125
|
"title": "Constructors",
|
|
7053
7126
|
"kind": 512,
|
|
7054
7127
|
"children": [
|
|
7055
|
-
|
|
7128
|
+
507
|
|
7056
7129
|
]
|
|
7057
7130
|
},
|
|
7058
7131
|
{
|
|
7059
7132
|
"title": "Methods",
|
|
7060
7133
|
"kind": 2048,
|
|
7061
7134
|
"children": [
|
|
7062
|
-
513,
|
|
7063
7135
|
515,
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7136
|
+
517,
|
|
7137
|
+
513,
|
|
7138
|
+
522,
|
|
7139
|
+
499
|
|
7067
7140
|
]
|
|
7068
7141
|
}
|
|
7069
7142
|
],
|
|
@@ -7082,7 +7155,7 @@
|
|
|
7082
7155
|
]
|
|
7083
7156
|
},
|
|
7084
7157
|
{
|
|
7085
|
-
"id":
|
|
7158
|
+
"id": 546,
|
|
7086
7159
|
"name": "SkyLabelHarness",
|
|
7087
7160
|
"kind": 128,
|
|
7088
7161
|
"kindString": "Class",
|
|
@@ -7092,7 +7165,7 @@
|
|
|
7092
7165
|
},
|
|
7093
7166
|
"children": [
|
|
7094
7167
|
{
|
|
7095
|
-
"id":
|
|
7168
|
+
"id": 568,
|
|
7096
7169
|
"name": "getCustomDescription",
|
|
7097
7170
|
"kind": 2048,
|
|
7098
7171
|
"kindString": "Method",
|
|
@@ -7108,7 +7181,7 @@
|
|
|
7108
7181
|
],
|
|
7109
7182
|
"signatures": [
|
|
7110
7183
|
{
|
|
7111
|
-
"id":
|
|
7184
|
+
"id": 569,
|
|
7112
7185
|
"name": "getCustomDescription",
|
|
7113
7186
|
"kind": 4096,
|
|
7114
7187
|
"kindString": "Call signature",
|
|
@@ -7132,7 +7205,7 @@
|
|
|
7132
7205
|
]
|
|
7133
7206
|
},
|
|
7134
7207
|
{
|
|
7135
|
-
"id":
|
|
7208
|
+
"id": 566,
|
|
7136
7209
|
"name": "getDescriptionType",
|
|
7137
7210
|
"kind": 2048,
|
|
7138
7211
|
"kindString": "Method",
|
|
@@ -7148,7 +7221,7 @@
|
|
|
7148
7221
|
],
|
|
7149
7222
|
"signatures": [
|
|
7150
7223
|
{
|
|
7151
|
-
"id":
|
|
7224
|
+
"id": 567,
|
|
7152
7225
|
"name": "getDescriptionType",
|
|
7153
7226
|
"kind": 4096,
|
|
7154
7227
|
"kindString": "Call signature",
|
|
@@ -7173,7 +7246,7 @@
|
|
|
7173
7246
|
]
|
|
7174
7247
|
},
|
|
7175
7248
|
{
|
|
7176
|
-
"id":
|
|
7249
|
+
"id": 562,
|
|
7177
7250
|
"name": "getLabelText",
|
|
7178
7251
|
"kind": 2048,
|
|
7179
7252
|
"kindString": "Method",
|
|
@@ -7189,7 +7262,7 @@
|
|
|
7189
7262
|
],
|
|
7190
7263
|
"signatures": [
|
|
7191
7264
|
{
|
|
7192
|
-
"id":
|
|
7265
|
+
"id": 563,
|
|
7193
7266
|
"name": "getLabelText",
|
|
7194
7267
|
"kind": 4096,
|
|
7195
7268
|
"kindString": "Call signature",
|
|
@@ -7213,7 +7286,7 @@
|
|
|
7213
7286
|
]
|
|
7214
7287
|
},
|
|
7215
7288
|
{
|
|
7216
|
-
"id":
|
|
7289
|
+
"id": 564,
|
|
7217
7290
|
"name": "getLabelType",
|
|
7218
7291
|
"kind": 2048,
|
|
7219
7292
|
"kindString": "Method",
|
|
@@ -7229,7 +7302,7 @@
|
|
|
7229
7302
|
],
|
|
7230
7303
|
"signatures": [
|
|
7231
7304
|
{
|
|
7232
|
-
"id":
|
|
7305
|
+
"id": 565,
|
|
7233
7306
|
"name": "getLabelType",
|
|
7234
7307
|
"kind": 4096,
|
|
7235
7308
|
"kindString": "Call signature",
|
|
@@ -7254,7 +7327,7 @@
|
|
|
7254
7327
|
]
|
|
7255
7328
|
},
|
|
7256
7329
|
{
|
|
7257
|
-
"id":
|
|
7330
|
+
"id": 573,
|
|
7258
7331
|
"name": "host",
|
|
7259
7332
|
"kind": 2048,
|
|
7260
7333
|
"kindString": "Method",
|
|
@@ -7268,7 +7341,7 @@
|
|
|
7268
7341
|
],
|
|
7269
7342
|
"signatures": [
|
|
7270
7343
|
{
|
|
7271
|
-
"id":
|
|
7344
|
+
"id": 574,
|
|
7272
7345
|
"name": "host",
|
|
7273
7346
|
"kind": 4096,
|
|
7274
7347
|
"kindString": "Call signature",
|
|
@@ -7302,7 +7375,7 @@
|
|
|
7302
7375
|
}
|
|
7303
7376
|
},
|
|
7304
7377
|
{
|
|
7305
|
-
"id":
|
|
7378
|
+
"id": 548,
|
|
7306
7379
|
"name": "with",
|
|
7307
7380
|
"kind": 2048,
|
|
7308
7381
|
"kindString": "Method",
|
|
@@ -7319,7 +7392,7 @@
|
|
|
7319
7392
|
],
|
|
7320
7393
|
"signatures": [
|
|
7321
7394
|
{
|
|
7322
|
-
"id":
|
|
7395
|
+
"id": 549,
|
|
7323
7396
|
"name": "with",
|
|
7324
7397
|
"kind": 4096,
|
|
7325
7398
|
"kindString": "Call signature",
|
|
@@ -7329,14 +7402,14 @@
|
|
|
7329
7402
|
},
|
|
7330
7403
|
"parameters": [
|
|
7331
7404
|
{
|
|
7332
|
-
"id":
|
|
7405
|
+
"id": 550,
|
|
7333
7406
|
"name": "filters",
|
|
7334
7407
|
"kind": 32768,
|
|
7335
7408
|
"kindString": "Parameter",
|
|
7336
7409
|
"flags": {},
|
|
7337
7410
|
"type": {
|
|
7338
7411
|
"type": "reference",
|
|
7339
|
-
"id":
|
|
7412
|
+
"id": 593,
|
|
7340
7413
|
"name": "SkyLabelHarnessFilters"
|
|
7341
7414
|
}
|
|
7342
7415
|
}
|
|
@@ -7346,7 +7419,7 @@
|
|
|
7346
7419
|
"typeArguments": [
|
|
7347
7420
|
{
|
|
7348
7421
|
"type": "reference",
|
|
7349
|
-
"id":
|
|
7422
|
+
"id": 546,
|
|
7350
7423
|
"name": "SkyLabelHarness"
|
|
7351
7424
|
}
|
|
7352
7425
|
],
|
|
@@ -7363,19 +7436,19 @@
|
|
|
7363
7436
|
"title": "Constructors",
|
|
7364
7437
|
"kind": 512,
|
|
7365
7438
|
"children": [
|
|
7366
|
-
|
|
7439
|
+
556
|
|
7367
7440
|
]
|
|
7368
7441
|
},
|
|
7369
7442
|
{
|
|
7370
7443
|
"title": "Methods",
|
|
7371
7444
|
"kind": 2048,
|
|
7372
7445
|
"children": [
|
|
7446
|
+
568,
|
|
7373
7447
|
566,
|
|
7374
|
-
564,
|
|
7375
|
-
560,
|
|
7376
7448
|
562,
|
|
7377
|
-
|
|
7378
|
-
|
|
7449
|
+
564,
|
|
7450
|
+
573,
|
|
7451
|
+
548
|
|
7379
7452
|
]
|
|
7380
7453
|
}
|
|
7381
7454
|
],
|
|
@@ -7394,116 +7467,814 @@
|
|
|
7394
7467
|
]
|
|
7395
7468
|
},
|
|
7396
7469
|
{
|
|
7397
|
-
"id":
|
|
7398
|
-
"name": "
|
|
7399
|
-
"kind":
|
|
7400
|
-
"kindString": "
|
|
7470
|
+
"id": 597,
|
|
7471
|
+
"name": "SkyTokenHarness",
|
|
7472
|
+
"kind": 128,
|
|
7473
|
+
"kindString": "Class",
|
|
7401
7474
|
"flags": {},
|
|
7402
7475
|
"comment": {
|
|
7403
|
-
"shortText": "
|
|
7476
|
+
"shortText": "Harness for interacting with a token component in tests."
|
|
7404
7477
|
},
|
|
7405
7478
|
"children": [
|
|
7406
7479
|
{
|
|
7407
|
-
"id":
|
|
7408
|
-
"name": "
|
|
7409
|
-
"kind":
|
|
7410
|
-
"kindString": "
|
|
7480
|
+
"id": 610,
|
|
7481
|
+
"name": "dismiss",
|
|
7482
|
+
"kind": 2048,
|
|
7483
|
+
"kindString": "Method",
|
|
7411
7484
|
"flags": {
|
|
7412
|
-
"
|
|
7413
|
-
},
|
|
7414
|
-
"comment": {
|
|
7415
|
-
"shortText": "Only find instances that are nested under an element with the given selector."
|
|
7485
|
+
"isPublic": true
|
|
7416
7486
|
},
|
|
7417
7487
|
"sources": [
|
|
7418
7488
|
{
|
|
7419
|
-
"fileName": "
|
|
7420
|
-
"line":
|
|
7421
|
-
"character":
|
|
7489
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7490
|
+
"line": 52,
|
|
7491
|
+
"character": 15
|
|
7422
7492
|
}
|
|
7423
7493
|
],
|
|
7424
|
-
"
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7431
|
-
|
|
7494
|
+
"signatures": [
|
|
7495
|
+
{
|
|
7496
|
+
"id": 611,
|
|
7497
|
+
"name": "dismiss",
|
|
7498
|
+
"kind": 4096,
|
|
7499
|
+
"kindString": "Call signature",
|
|
7500
|
+
"flags": {},
|
|
7501
|
+
"comment": {
|
|
7502
|
+
"shortText": "Dismisses the token."
|
|
7503
|
+
},
|
|
7504
|
+
"type": {
|
|
7505
|
+
"type": "reference",
|
|
7506
|
+
"typeArguments": [
|
|
7507
|
+
{
|
|
7508
|
+
"type": "intrinsic",
|
|
7509
|
+
"name": "void"
|
|
7510
|
+
}
|
|
7511
|
+
],
|
|
7512
|
+
"qualifiedName": "Promise",
|
|
7513
|
+
"package": "typescript",
|
|
7514
|
+
"name": "Promise"
|
|
7515
|
+
}
|
|
7516
|
+
}
|
|
7517
|
+
]
|
|
7432
7518
|
},
|
|
7433
7519
|
{
|
|
7434
|
-
"id":
|
|
7435
|
-
"name": "
|
|
7436
|
-
"kind":
|
|
7437
|
-
"kindString": "
|
|
7520
|
+
"id": 612,
|
|
7521
|
+
"name": "getText",
|
|
7522
|
+
"kind": 2048,
|
|
7523
|
+
"kindString": "Method",
|
|
7438
7524
|
"flags": {
|
|
7439
|
-
"
|
|
7440
|
-
},
|
|
7441
|
-
"comment": {
|
|
7442
|
-
"shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
|
|
7525
|
+
"isPublic": true
|
|
7443
7526
|
},
|
|
7444
7527
|
"sources": [
|
|
7445
7528
|
{
|
|
7446
|
-
"fileName": "
|
|
7447
|
-
"line":
|
|
7448
|
-
"character":
|
|
7529
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7530
|
+
"line": 65,
|
|
7531
|
+
"character": 15
|
|
7449
7532
|
}
|
|
7450
7533
|
],
|
|
7451
|
-
"
|
|
7452
|
-
|
|
7453
|
-
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
7534
|
+
"signatures": [
|
|
7535
|
+
{
|
|
7536
|
+
"id": 613,
|
|
7537
|
+
"name": "getText",
|
|
7538
|
+
"kind": 4096,
|
|
7539
|
+
"kindString": "Call signature",
|
|
7540
|
+
"flags": {},
|
|
7541
|
+
"comment": {
|
|
7542
|
+
"shortText": "Returns the text content of the token."
|
|
7457
7543
|
},
|
|
7458
|
-
{
|
|
7544
|
+
"type": {
|
|
7459
7545
|
"type": "reference",
|
|
7460
|
-
"
|
|
7546
|
+
"typeArguments": [
|
|
7547
|
+
{
|
|
7548
|
+
"type": "intrinsic",
|
|
7549
|
+
"name": "string"
|
|
7550
|
+
}
|
|
7551
|
+
],
|
|
7552
|
+
"qualifiedName": "Promise",
|
|
7461
7553
|
"package": "typescript",
|
|
7462
|
-
"name": "
|
|
7554
|
+
"name": "Promise"
|
|
7463
7555
|
}
|
|
7464
|
-
|
|
7465
|
-
|
|
7466
|
-
"inheritedFrom": {
|
|
7467
|
-
"type": "reference",
|
|
7468
|
-
"name": "SkyHarnessFilters.dataSkyId"
|
|
7469
|
-
}
|
|
7556
|
+
}
|
|
7557
|
+
]
|
|
7470
7558
|
},
|
|
7471
7559
|
{
|
|
7472
|
-
"id":
|
|
7473
|
-
"name": "
|
|
7474
|
-
"kind":
|
|
7475
|
-
"kindString": "
|
|
7476
|
-
"flags": {
|
|
7477
|
-
"isOptional": true
|
|
7478
|
-
},
|
|
7479
|
-
"comment": {
|
|
7480
|
-
"shortText": "Only find instances whose host element matches the given selector."
|
|
7481
|
-
},
|
|
7560
|
+
"id": 621,
|
|
7561
|
+
"name": "host",
|
|
7562
|
+
"kind": 2048,
|
|
7563
|
+
"kindString": "Method",
|
|
7564
|
+
"flags": {},
|
|
7482
7565
|
"sources": [
|
|
7483
7566
|
{
|
|
7484
7567
|
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7485
|
-
"line":
|
|
7568
|
+
"line": 40,
|
|
7486
7569
|
"character": 4
|
|
7487
7570
|
}
|
|
7488
7571
|
],
|
|
7489
|
-
"
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
|
|
7493
|
-
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
7572
|
+
"signatures": [
|
|
7573
|
+
{
|
|
7574
|
+
"id": 622,
|
|
7575
|
+
"name": "host",
|
|
7576
|
+
"kind": 4096,
|
|
7577
|
+
"kindString": "Call signature",
|
|
7578
|
+
"flags": {},
|
|
7579
|
+
"comment": {
|
|
7580
|
+
"shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
|
|
7581
|
+
},
|
|
7582
|
+
"type": {
|
|
7583
|
+
"type": "reference",
|
|
7584
|
+
"typeArguments": [
|
|
7585
|
+
{
|
|
7586
|
+
"type": "reference",
|
|
7587
|
+
"qualifiedName": "TestElement",
|
|
7588
|
+
"package": "@angular/cdk",
|
|
7589
|
+
"name": "TestElement"
|
|
7590
|
+
}
|
|
7591
|
+
],
|
|
7592
|
+
"qualifiedName": "Promise",
|
|
7593
|
+
"package": "typescript",
|
|
7594
|
+
"name": "Promise"
|
|
7595
|
+
},
|
|
7596
|
+
"inheritedFrom": {
|
|
7597
|
+
"type": "reference",
|
|
7598
|
+
"name": "ComponentHarness.host"
|
|
7599
|
+
}
|
|
7600
|
+
}
|
|
7601
|
+
],
|
|
7602
|
+
"inheritedFrom": {
|
|
7603
|
+
"type": "reference",
|
|
7604
|
+
"name": "ComponentHarness.host"
|
|
7605
|
+
}
|
|
7606
|
+
},
|
|
7607
|
+
{
|
|
7608
|
+
"id": 614,
|
|
7609
|
+
"name": "isDisabled",
|
|
7610
|
+
"kind": 2048,
|
|
7611
|
+
"kindString": "Method",
|
|
7612
|
+
"flags": {
|
|
7613
|
+
"isPublic": true
|
|
7614
|
+
},
|
|
7615
|
+
"sources": [
|
|
7616
|
+
{
|
|
7617
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7618
|
+
"line": 72,
|
|
7619
|
+
"character": 15
|
|
7620
|
+
}
|
|
7621
|
+
],
|
|
7622
|
+
"signatures": [
|
|
7623
|
+
{
|
|
7624
|
+
"id": 615,
|
|
7625
|
+
"name": "isDisabled",
|
|
7626
|
+
"kind": 4096,
|
|
7627
|
+
"kindString": "Call signature",
|
|
7628
|
+
"flags": {},
|
|
7629
|
+
"comment": {
|
|
7630
|
+
"shortText": "Whether the token is disabled."
|
|
7631
|
+
},
|
|
7632
|
+
"type": {
|
|
7633
|
+
"type": "reference",
|
|
7634
|
+
"typeArguments": [
|
|
7635
|
+
{
|
|
7636
|
+
"type": "intrinsic",
|
|
7637
|
+
"name": "boolean"
|
|
7638
|
+
}
|
|
7639
|
+
],
|
|
7640
|
+
"qualifiedName": "Promise",
|
|
7641
|
+
"package": "typescript",
|
|
7642
|
+
"name": "Promise"
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
]
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"id": 616,
|
|
7649
|
+
"name": "isDismissible",
|
|
7650
|
+
"kind": 2048,
|
|
7651
|
+
"kindString": "Method",
|
|
7652
|
+
"flags": {
|
|
7653
|
+
"isPublic": true
|
|
7654
|
+
},
|
|
7655
|
+
"sources": [
|
|
7656
|
+
{
|
|
7657
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7658
|
+
"line": 79,
|
|
7659
|
+
"character": 15
|
|
7660
|
+
}
|
|
7661
|
+
],
|
|
7662
|
+
"signatures": [
|
|
7663
|
+
{
|
|
7664
|
+
"id": 617,
|
|
7665
|
+
"name": "isDismissible",
|
|
7666
|
+
"kind": 4096,
|
|
7667
|
+
"kindString": "Call signature",
|
|
7668
|
+
"flags": {},
|
|
7669
|
+
"comment": {
|
|
7670
|
+
"shortText": "Whether the token is dismissible."
|
|
7671
|
+
},
|
|
7672
|
+
"type": {
|
|
7673
|
+
"type": "reference",
|
|
7674
|
+
"typeArguments": [
|
|
7675
|
+
{
|
|
7676
|
+
"type": "intrinsic",
|
|
7677
|
+
"name": "boolean"
|
|
7678
|
+
}
|
|
7679
|
+
],
|
|
7680
|
+
"qualifiedName": "Promise",
|
|
7681
|
+
"package": "typescript",
|
|
7682
|
+
"name": "Promise"
|
|
7683
|
+
}
|
|
7684
|
+
}
|
|
7685
|
+
]
|
|
7686
|
+
},
|
|
7687
|
+
{
|
|
7688
|
+
"id": 618,
|
|
7689
|
+
"name": "isFocused",
|
|
7690
|
+
"kind": 2048,
|
|
7691
|
+
"kindString": "Method",
|
|
7692
|
+
"flags": {
|
|
7693
|
+
"isPublic": true
|
|
7694
|
+
},
|
|
7695
|
+
"sources": [
|
|
7696
|
+
{
|
|
7697
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7698
|
+
"line": 86,
|
|
7699
|
+
"character": 15
|
|
7700
|
+
}
|
|
7701
|
+
],
|
|
7702
|
+
"signatures": [
|
|
7703
|
+
{
|
|
7704
|
+
"id": 619,
|
|
7705
|
+
"name": "isFocused",
|
|
7706
|
+
"kind": 4096,
|
|
7707
|
+
"kindString": "Call signature",
|
|
7708
|
+
"flags": {},
|
|
7709
|
+
"comment": {
|
|
7710
|
+
"shortText": "Whether the token is focused."
|
|
7711
|
+
},
|
|
7712
|
+
"type": {
|
|
7713
|
+
"type": "reference",
|
|
7714
|
+
"typeArguments": [
|
|
7715
|
+
{
|
|
7716
|
+
"type": "intrinsic",
|
|
7717
|
+
"name": "boolean"
|
|
7718
|
+
}
|
|
7719
|
+
],
|
|
7720
|
+
"qualifiedName": "Promise",
|
|
7721
|
+
"package": "typescript",
|
|
7722
|
+
"name": "Promise"
|
|
7723
|
+
}
|
|
7724
|
+
}
|
|
7725
|
+
]
|
|
7726
|
+
},
|
|
7727
|
+
{
|
|
7728
|
+
"id": 608,
|
|
7729
|
+
"name": "select",
|
|
7730
|
+
"kind": 2048,
|
|
7731
|
+
"kindString": "Method",
|
|
7732
|
+
"flags": {
|
|
7733
|
+
"isPublic": true
|
|
7734
|
+
},
|
|
7735
|
+
"sources": [
|
|
7736
|
+
{
|
|
7737
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7738
|
+
"line": 41,
|
|
7739
|
+
"character": 15
|
|
7740
|
+
}
|
|
7741
|
+
],
|
|
7742
|
+
"signatures": [
|
|
7743
|
+
{
|
|
7744
|
+
"id": 609,
|
|
7745
|
+
"name": "select",
|
|
7746
|
+
"kind": 4096,
|
|
7747
|
+
"kindString": "Call signature",
|
|
7748
|
+
"flags": {},
|
|
7749
|
+
"comment": {
|
|
7750
|
+
"shortText": "Selects the token."
|
|
7751
|
+
},
|
|
7752
|
+
"type": {
|
|
7753
|
+
"type": "reference",
|
|
7754
|
+
"typeArguments": [
|
|
7755
|
+
{
|
|
7756
|
+
"type": "intrinsic",
|
|
7757
|
+
"name": "void"
|
|
7758
|
+
}
|
|
7759
|
+
],
|
|
7760
|
+
"qualifiedName": "Promise",
|
|
7761
|
+
"package": "typescript",
|
|
7762
|
+
"name": "Promise"
|
|
7763
|
+
}
|
|
7764
|
+
}
|
|
7765
|
+
]
|
|
7766
|
+
},
|
|
7767
|
+
{
|
|
7768
|
+
"id": 599,
|
|
7769
|
+
"name": "with",
|
|
7770
|
+
"kind": 2048,
|
|
7771
|
+
"kindString": "Method",
|
|
7772
|
+
"flags": {
|
|
7773
|
+
"isPublic": true,
|
|
7774
|
+
"isStatic": true
|
|
7775
|
+
},
|
|
7776
|
+
"sources": [
|
|
7777
|
+
{
|
|
7778
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7779
|
+
"line": 24,
|
|
7780
|
+
"character": 16
|
|
7781
|
+
}
|
|
7782
|
+
],
|
|
7783
|
+
"signatures": [
|
|
7784
|
+
{
|
|
7785
|
+
"id": 600,
|
|
7786
|
+
"name": "with",
|
|
7787
|
+
"kind": 4096,
|
|
7788
|
+
"kindString": "Call signature",
|
|
7789
|
+
"flags": {},
|
|
7790
|
+
"comment": {
|
|
7791
|
+
"shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyTokenHarness` that meets certain criteria."
|
|
7792
|
+
},
|
|
7793
|
+
"parameters": [
|
|
7794
|
+
{
|
|
7795
|
+
"id": 601,
|
|
7796
|
+
"name": "filters",
|
|
7797
|
+
"kind": 32768,
|
|
7798
|
+
"kindString": "Parameter",
|
|
7799
|
+
"flags": {},
|
|
7800
|
+
"type": {
|
|
7801
|
+
"type": "reference",
|
|
7802
|
+
"name": "SkyTokenHarnessFilters"
|
|
7803
|
+
}
|
|
7804
|
+
}
|
|
7805
|
+
],
|
|
7806
|
+
"type": {
|
|
7807
|
+
"type": "reference",
|
|
7808
|
+
"typeArguments": [
|
|
7809
|
+
{
|
|
7810
|
+
"type": "reference",
|
|
7811
|
+
"id": 597,
|
|
7812
|
+
"name": "SkyTokenHarness"
|
|
7813
|
+
}
|
|
7814
|
+
],
|
|
7815
|
+
"qualifiedName": "HarnessPredicate",
|
|
7816
|
+
"package": "@angular/cdk",
|
|
7817
|
+
"name": "HarnessPredicate"
|
|
7818
|
+
}
|
|
7819
|
+
}
|
|
7820
|
+
]
|
|
7821
|
+
}
|
|
7822
|
+
],
|
|
7823
|
+
"groups": [
|
|
7824
|
+
{
|
|
7825
|
+
"title": "Constructors",
|
|
7826
|
+
"kind": 512,
|
|
7827
|
+
"children": [
|
|
7828
|
+
602
|
|
7829
|
+
]
|
|
7830
|
+
},
|
|
7831
|
+
{
|
|
7832
|
+
"title": "Methods",
|
|
7833
|
+
"kind": 2048,
|
|
7834
|
+
"children": [
|
|
7835
|
+
610,
|
|
7836
|
+
612,
|
|
7837
|
+
621,
|
|
7838
|
+
614,
|
|
7839
|
+
616,
|
|
7840
|
+
618,
|
|
7841
|
+
608,
|
|
7842
|
+
599
|
|
7843
|
+
]
|
|
7844
|
+
}
|
|
7845
|
+
],
|
|
7846
|
+
"sources": [
|
|
7847
|
+
{
|
|
7848
|
+
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7849
|
+
"line": 8,
|
|
7850
|
+
"character": 13
|
|
7851
|
+
}
|
|
7852
|
+
],
|
|
7853
|
+
"extendedTypes": [
|
|
7854
|
+
{
|
|
7855
|
+
"type": "reference",
|
|
7856
|
+
"qualifiedName": "ComponentHarness",
|
|
7857
|
+
"package": "@angular/cdk",
|
|
7858
|
+
"name": "ComponentHarness"
|
|
7859
|
+
}
|
|
7860
|
+
]
|
|
7861
|
+
},
|
|
7862
|
+
{
|
|
7863
|
+
"id": 645,
|
|
7864
|
+
"name": "SkyTokensHarness",
|
|
7865
|
+
"kind": 128,
|
|
7866
|
+
"kindString": "Class",
|
|
7867
|
+
"flags": {},
|
|
7868
|
+
"comment": {
|
|
7869
|
+
"shortText": "Harness for interacting with a tokens component in tests."
|
|
7870
|
+
},
|
|
7871
|
+
"children": [
|
|
7872
|
+
{
|
|
7873
|
+
"id": 658,
|
|
7874
|
+
"name": "dismissTokens",
|
|
7875
|
+
"kind": 2048,
|
|
7876
|
+
"kindString": "Method",
|
|
7877
|
+
"flags": {
|
|
7878
|
+
"isPublic": true
|
|
7879
|
+
},
|
|
7880
|
+
"sources": [
|
|
7881
|
+
{
|
|
7882
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
7883
|
+
"line": 27,
|
|
7884
|
+
"character": 15
|
|
7885
|
+
}
|
|
7886
|
+
],
|
|
7887
|
+
"signatures": [
|
|
7888
|
+
{
|
|
7889
|
+
"id": 659,
|
|
7890
|
+
"name": "dismissTokens",
|
|
7891
|
+
"kind": 4096,
|
|
7892
|
+
"kindString": "Call signature",
|
|
7893
|
+
"flags": {},
|
|
7894
|
+
"comment": {
|
|
7895
|
+
"shortText": "Dismisses all tokens, or tokens that meet certain criteria."
|
|
7896
|
+
},
|
|
7897
|
+
"parameters": [
|
|
7898
|
+
{
|
|
7899
|
+
"id": 660,
|
|
7900
|
+
"name": "filters",
|
|
7901
|
+
"kind": 32768,
|
|
7902
|
+
"kindString": "Parameter",
|
|
7903
|
+
"flags": {
|
|
7904
|
+
"isOptional": true
|
|
7905
|
+
},
|
|
7906
|
+
"type": {
|
|
7907
|
+
"type": "reference",
|
|
7908
|
+
"name": "SkyTokenHarnessFilters"
|
|
7909
|
+
}
|
|
7910
|
+
}
|
|
7911
|
+
],
|
|
7912
|
+
"type": {
|
|
7913
|
+
"type": "reference",
|
|
7914
|
+
"typeArguments": [
|
|
7915
|
+
{
|
|
7916
|
+
"type": "intrinsic",
|
|
7917
|
+
"name": "void"
|
|
7918
|
+
}
|
|
7919
|
+
],
|
|
7920
|
+
"qualifiedName": "Promise",
|
|
7921
|
+
"package": "typescript",
|
|
7922
|
+
"name": "Promise"
|
|
7923
|
+
}
|
|
7924
|
+
}
|
|
7925
|
+
]
|
|
7926
|
+
},
|
|
7927
|
+
{
|
|
7928
|
+
"id": 661,
|
|
7929
|
+
"name": "getTokens",
|
|
7930
|
+
"kind": 2048,
|
|
7931
|
+
"kindString": "Method",
|
|
7932
|
+
"flags": {
|
|
7933
|
+
"isPublic": true
|
|
7934
|
+
},
|
|
7935
|
+
"sources": [
|
|
7936
|
+
{
|
|
7937
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
7938
|
+
"line": 37,
|
|
7939
|
+
"character": 15
|
|
7940
|
+
}
|
|
7941
|
+
],
|
|
7942
|
+
"signatures": [
|
|
7943
|
+
{
|
|
7944
|
+
"id": 662,
|
|
7945
|
+
"name": "getTokens",
|
|
7946
|
+
"kind": 4096,
|
|
7947
|
+
"kindString": "Call signature",
|
|
7948
|
+
"flags": {},
|
|
7949
|
+
"comment": {
|
|
7950
|
+
"shortText": "Returns a list of tokens."
|
|
7951
|
+
},
|
|
7952
|
+
"parameters": [
|
|
7953
|
+
{
|
|
7954
|
+
"id": 663,
|
|
7955
|
+
"name": "filters",
|
|
7956
|
+
"kind": 32768,
|
|
7957
|
+
"kindString": "Parameter",
|
|
7958
|
+
"flags": {
|
|
7959
|
+
"isOptional": true
|
|
7960
|
+
},
|
|
7961
|
+
"type": {
|
|
7962
|
+
"type": "reference",
|
|
7963
|
+
"name": "SkyTokenHarnessFilters"
|
|
7964
|
+
}
|
|
7965
|
+
}
|
|
7966
|
+
],
|
|
7967
|
+
"type": {
|
|
7968
|
+
"type": "reference",
|
|
7969
|
+
"typeArguments": [
|
|
7970
|
+
{
|
|
7971
|
+
"type": "array",
|
|
7972
|
+
"elementType": {
|
|
7973
|
+
"type": "reference",
|
|
7974
|
+
"id": 597,
|
|
7975
|
+
"name": "SkyTokenHarness"
|
|
7976
|
+
}
|
|
7977
|
+
}
|
|
7978
|
+
],
|
|
7979
|
+
"qualifiedName": "Promise",
|
|
7980
|
+
"package": "typescript",
|
|
7981
|
+
"name": "Promise"
|
|
7982
|
+
}
|
|
7983
|
+
}
|
|
7984
|
+
]
|
|
7985
|
+
},
|
|
7986
|
+
{
|
|
7987
|
+
"id": 664,
|
|
7988
|
+
"name": "getTokensText",
|
|
7989
|
+
"kind": 2048,
|
|
7990
|
+
"kindString": "Method",
|
|
7991
|
+
"flags": {
|
|
7992
|
+
"isPublic": true
|
|
7993
|
+
},
|
|
7994
|
+
"sources": [
|
|
7995
|
+
{
|
|
7996
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
7997
|
+
"line": 46,
|
|
7998
|
+
"character": 15
|
|
7999
|
+
}
|
|
8000
|
+
],
|
|
8001
|
+
"signatures": [
|
|
8002
|
+
{
|
|
8003
|
+
"id": 665,
|
|
8004
|
+
"name": "getTokensText",
|
|
8005
|
+
"kind": 4096,
|
|
8006
|
+
"kindString": "Call signature",
|
|
8007
|
+
"flags": {},
|
|
8008
|
+
"comment": {
|
|
8009
|
+
"shortText": "Returns the text content of all tokens."
|
|
8010
|
+
},
|
|
8011
|
+
"type": {
|
|
8012
|
+
"type": "reference",
|
|
8013
|
+
"typeArguments": [
|
|
8014
|
+
{
|
|
8015
|
+
"type": "array",
|
|
8016
|
+
"elementType": {
|
|
8017
|
+
"type": "intrinsic",
|
|
8018
|
+
"name": "string"
|
|
8019
|
+
}
|
|
8020
|
+
}
|
|
8021
|
+
],
|
|
8022
|
+
"qualifiedName": "Promise",
|
|
8023
|
+
"package": "typescript",
|
|
8024
|
+
"name": "Promise"
|
|
8025
|
+
}
|
|
8026
|
+
}
|
|
8027
|
+
]
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"id": 669,
|
|
8031
|
+
"name": "host",
|
|
8032
|
+
"kind": 2048,
|
|
8033
|
+
"kindString": "Method",
|
|
8034
|
+
"flags": {},
|
|
8035
|
+
"sources": [
|
|
8036
|
+
{
|
|
8037
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8038
|
+
"line": 40,
|
|
8039
|
+
"character": 4
|
|
8040
|
+
}
|
|
8041
|
+
],
|
|
8042
|
+
"signatures": [
|
|
8043
|
+
{
|
|
8044
|
+
"id": 670,
|
|
8045
|
+
"name": "host",
|
|
8046
|
+
"kind": 4096,
|
|
8047
|
+
"kindString": "Call signature",
|
|
8048
|
+
"flags": {},
|
|
8049
|
+
"comment": {
|
|
8050
|
+
"shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
|
|
8051
|
+
},
|
|
8052
|
+
"type": {
|
|
8053
|
+
"type": "reference",
|
|
8054
|
+
"typeArguments": [
|
|
8055
|
+
{
|
|
8056
|
+
"type": "reference",
|
|
8057
|
+
"qualifiedName": "TestElement",
|
|
8058
|
+
"package": "@angular/cdk",
|
|
8059
|
+
"name": "TestElement"
|
|
8060
|
+
}
|
|
8061
|
+
],
|
|
8062
|
+
"qualifiedName": "Promise",
|
|
8063
|
+
"package": "typescript",
|
|
8064
|
+
"name": "Promise"
|
|
8065
|
+
},
|
|
8066
|
+
"inheritedFrom": {
|
|
8067
|
+
"type": "reference",
|
|
8068
|
+
"name": "SkyComponentHarness.host"
|
|
8069
|
+
}
|
|
8070
|
+
}
|
|
8071
|
+
],
|
|
8072
|
+
"inheritedFrom": {
|
|
8073
|
+
"type": "reference",
|
|
8074
|
+
"name": "SkyComponentHarness.host"
|
|
8075
|
+
}
|
|
8076
|
+
},
|
|
8077
|
+
{
|
|
8078
|
+
"id": 647,
|
|
8079
|
+
"name": "with",
|
|
8080
|
+
"kind": 2048,
|
|
8081
|
+
"kindString": "Method",
|
|
8082
|
+
"flags": {
|
|
8083
|
+
"isPublic": true,
|
|
8084
|
+
"isStatic": true
|
|
8085
|
+
},
|
|
8086
|
+
"sources": [
|
|
8087
|
+
{
|
|
8088
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8089
|
+
"line": 20,
|
|
8090
|
+
"character": 16
|
|
8091
|
+
}
|
|
8092
|
+
],
|
|
8093
|
+
"signatures": [
|
|
8094
|
+
{
|
|
8095
|
+
"id": 648,
|
|
8096
|
+
"name": "with",
|
|
8097
|
+
"kind": 4096,
|
|
8098
|
+
"kindString": "Call signature",
|
|
8099
|
+
"flags": {},
|
|
8100
|
+
"comment": {
|
|
8101
|
+
"shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyTokensHarness` that meets certain criteria."
|
|
8102
|
+
},
|
|
8103
|
+
"parameters": [
|
|
8104
|
+
{
|
|
8105
|
+
"id": 649,
|
|
8106
|
+
"name": "filters",
|
|
8107
|
+
"kind": 32768,
|
|
8108
|
+
"kindString": "Parameter",
|
|
8109
|
+
"flags": {},
|
|
8110
|
+
"type": {
|
|
8111
|
+
"type": "reference",
|
|
8112
|
+
"name": "SkyTokensHarnessFilters"
|
|
8113
|
+
}
|
|
8114
|
+
}
|
|
8115
|
+
],
|
|
8116
|
+
"type": {
|
|
8117
|
+
"type": "reference",
|
|
8118
|
+
"typeArguments": [
|
|
8119
|
+
{
|
|
8120
|
+
"type": "reference",
|
|
8121
|
+
"id": 645,
|
|
8122
|
+
"name": "SkyTokensHarness"
|
|
8123
|
+
}
|
|
8124
|
+
],
|
|
8125
|
+
"qualifiedName": "HarnessPredicate",
|
|
8126
|
+
"package": "@angular/cdk",
|
|
8127
|
+
"name": "HarnessPredicate"
|
|
8128
|
+
}
|
|
8129
|
+
}
|
|
8130
|
+
]
|
|
8131
|
+
}
|
|
8132
|
+
],
|
|
8133
|
+
"groups": [
|
|
8134
|
+
{
|
|
8135
|
+
"title": "Constructors",
|
|
8136
|
+
"kind": 512,
|
|
8137
|
+
"children": [
|
|
8138
|
+
655
|
|
8139
|
+
]
|
|
8140
|
+
},
|
|
8141
|
+
{
|
|
8142
|
+
"title": "Methods",
|
|
8143
|
+
"kind": 2048,
|
|
8144
|
+
"children": [
|
|
8145
|
+
658,
|
|
8146
|
+
661,
|
|
8147
|
+
664,
|
|
8148
|
+
669,
|
|
8149
|
+
647
|
|
8150
|
+
]
|
|
8151
|
+
}
|
|
8152
|
+
],
|
|
8153
|
+
"sources": [
|
|
8154
|
+
{
|
|
8155
|
+
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8156
|
+
"line": 10,
|
|
8157
|
+
"character": 13
|
|
8158
|
+
}
|
|
8159
|
+
],
|
|
8160
|
+
"extendedTypes": [
|
|
8161
|
+
{
|
|
8162
|
+
"type": "reference",
|
|
8163
|
+
"name": "SkyComponentHarness"
|
|
8164
|
+
}
|
|
8165
|
+
]
|
|
8166
|
+
},
|
|
8167
|
+
{
|
|
8168
|
+
"id": 493,
|
|
8169
|
+
"name": "SkyAlertHarnessFilters",
|
|
8170
|
+
"kind": 256,
|
|
8171
|
+
"kindString": "Interface",
|
|
8172
|
+
"flags": {},
|
|
8173
|
+
"comment": {
|
|
8174
|
+
"shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
|
|
8175
|
+
},
|
|
8176
|
+
"children": [
|
|
8177
|
+
{
|
|
8178
|
+
"id": 496,
|
|
8179
|
+
"name": "ancestor",
|
|
8180
|
+
"kind": 1024,
|
|
8181
|
+
"kindString": "Property",
|
|
8182
|
+
"flags": {
|
|
8183
|
+
"isOptional": true
|
|
8184
|
+
},
|
|
8185
|
+
"comment": {
|
|
8186
|
+
"shortText": "Only find instances that are nested under an element with the given selector."
|
|
8187
|
+
},
|
|
8188
|
+
"sources": [
|
|
8189
|
+
{
|
|
8190
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8191
|
+
"line": 28,
|
|
8192
|
+
"character": 4
|
|
8193
|
+
}
|
|
8194
|
+
],
|
|
8195
|
+
"type": {
|
|
8196
|
+
"type": "intrinsic",
|
|
8197
|
+
"name": "string"
|
|
8198
|
+
},
|
|
8199
|
+
"inheritedFrom": {
|
|
8200
|
+
"type": "reference",
|
|
8201
|
+
"name": "SkyHarnessFilters.ancestor"
|
|
8202
|
+
}
|
|
8203
|
+
},
|
|
8204
|
+
{
|
|
8205
|
+
"id": 494,
|
|
8206
|
+
"name": "dataSkyId",
|
|
8207
|
+
"kind": 1024,
|
|
8208
|
+
"kindString": "Property",
|
|
8209
|
+
"flags": {
|
|
8210
|
+
"isOptional": true
|
|
8211
|
+
},
|
|
8212
|
+
"comment": {
|
|
8213
|
+
"shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
|
|
8214
|
+
},
|
|
8215
|
+
"sources": [
|
|
8216
|
+
{
|
|
8217
|
+
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
8218
|
+
"line": 11,
|
|
8219
|
+
"character": 2
|
|
8220
|
+
}
|
|
8221
|
+
],
|
|
8222
|
+
"type": {
|
|
8223
|
+
"type": "union",
|
|
8224
|
+
"types": [
|
|
8225
|
+
{
|
|
8226
|
+
"type": "intrinsic",
|
|
8227
|
+
"name": "string"
|
|
8228
|
+
},
|
|
8229
|
+
{
|
|
8230
|
+
"type": "reference",
|
|
8231
|
+
"qualifiedName": "RegExp",
|
|
8232
|
+
"package": "typescript",
|
|
8233
|
+
"name": "RegExp"
|
|
8234
|
+
}
|
|
8235
|
+
]
|
|
8236
|
+
},
|
|
8237
|
+
"inheritedFrom": {
|
|
8238
|
+
"type": "reference",
|
|
8239
|
+
"name": "SkyHarnessFilters.dataSkyId"
|
|
8240
|
+
}
|
|
8241
|
+
},
|
|
8242
|
+
{
|
|
8243
|
+
"id": 495,
|
|
8244
|
+
"name": "selector",
|
|
8245
|
+
"kind": 1024,
|
|
8246
|
+
"kindString": "Property",
|
|
8247
|
+
"flags": {
|
|
8248
|
+
"isOptional": true
|
|
8249
|
+
},
|
|
8250
|
+
"comment": {
|
|
8251
|
+
"shortText": "Only find instances whose host element matches the given selector."
|
|
8252
|
+
},
|
|
8253
|
+
"sources": [
|
|
8254
|
+
{
|
|
8255
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8256
|
+
"line": 26,
|
|
8257
|
+
"character": 4
|
|
8258
|
+
}
|
|
8259
|
+
],
|
|
8260
|
+
"type": {
|
|
8261
|
+
"type": "intrinsic",
|
|
8262
|
+
"name": "string"
|
|
8263
|
+
},
|
|
8264
|
+
"inheritedFrom": {
|
|
8265
|
+
"type": "reference",
|
|
8266
|
+
"name": "SkyHarnessFilters.selector"
|
|
8267
|
+
}
|
|
8268
|
+
}
|
|
8269
|
+
],
|
|
8270
|
+
"groups": [
|
|
8271
|
+
{
|
|
8272
|
+
"title": "Properties",
|
|
8273
|
+
"kind": 1024,
|
|
8274
|
+
"children": [
|
|
8275
|
+
496,
|
|
8276
|
+
494,
|
|
8277
|
+
495
|
|
7507
8278
|
]
|
|
7508
8279
|
}
|
|
7509
8280
|
],
|
|
@@ -7522,7 +8293,7 @@
|
|
|
7522
8293
|
]
|
|
7523
8294
|
},
|
|
7524
8295
|
{
|
|
7525
|
-
"id":
|
|
8296
|
+
"id": 542,
|
|
7526
8297
|
"name": "SkyKeyInfoHarnessFilters",
|
|
7527
8298
|
"kind": 256,
|
|
7528
8299
|
"kindString": "Interface",
|
|
@@ -7532,7 +8303,7 @@
|
|
|
7532
8303
|
},
|
|
7533
8304
|
"children": [
|
|
7534
8305
|
{
|
|
7535
|
-
"id":
|
|
8306
|
+
"id": 545,
|
|
7536
8307
|
"name": "ancestor",
|
|
7537
8308
|
"kind": 1024,
|
|
7538
8309
|
"kindString": "Property",
|
|
@@ -7559,7 +8330,7 @@
|
|
|
7559
8330
|
}
|
|
7560
8331
|
},
|
|
7561
8332
|
{
|
|
7562
|
-
"id":
|
|
8333
|
+
"id": 543,
|
|
7563
8334
|
"name": "dataSkyId",
|
|
7564
8335
|
"kind": 1024,
|
|
7565
8336
|
"kindString": "Property",
|
|
@@ -7597,7 +8368,7 @@
|
|
|
7597
8368
|
}
|
|
7598
8369
|
},
|
|
7599
8370
|
{
|
|
7600
|
-
"id":
|
|
8371
|
+
"id": 544,
|
|
7601
8372
|
"name": "selector",
|
|
7602
8373
|
"kind": 1024,
|
|
7603
8374
|
"kindString": "Property",
|
|
@@ -7629,9 +8400,9 @@
|
|
|
7629
8400
|
"title": "Properties",
|
|
7630
8401
|
"kind": 1024,
|
|
7631
8402
|
"children": [
|
|
8403
|
+
545,
|
|
7632
8404
|
543,
|
|
7633
|
-
|
|
7634
|
-
542
|
|
8405
|
+
544
|
|
7635
8406
|
]
|
|
7636
8407
|
}
|
|
7637
8408
|
],
|
|
@@ -7650,7 +8421,7 @@
|
|
|
7650
8421
|
]
|
|
7651
8422
|
},
|
|
7652
8423
|
{
|
|
7653
|
-
"id":
|
|
8424
|
+
"id": 593,
|
|
7654
8425
|
"name": "SkyLabelHarnessFilters",
|
|
7655
8426
|
"kind": 256,
|
|
7656
8427
|
"kindString": "Interface",
|
|
@@ -7660,7 +8431,7 @@
|
|
|
7660
8431
|
},
|
|
7661
8432
|
"children": [
|
|
7662
8433
|
{
|
|
7663
|
-
"id":
|
|
8434
|
+
"id": 596,
|
|
7664
8435
|
"name": "ancestor",
|
|
7665
8436
|
"kind": 1024,
|
|
7666
8437
|
"kindString": "Property",
|
|
@@ -7687,7 +8458,7 @@
|
|
|
7687
8458
|
}
|
|
7688
8459
|
},
|
|
7689
8460
|
{
|
|
7690
|
-
"id":
|
|
8461
|
+
"id": 594,
|
|
7691
8462
|
"name": "dataSkyId",
|
|
7692
8463
|
"kind": 1024,
|
|
7693
8464
|
"kindString": "Property",
|
|
@@ -7725,7 +8496,7 @@
|
|
|
7725
8496
|
}
|
|
7726
8497
|
},
|
|
7727
8498
|
{
|
|
7728
|
-
"id":
|
|
8499
|
+
"id": 595,
|
|
7729
8500
|
"name": "selector",
|
|
7730
8501
|
"kind": 1024,
|
|
7731
8502
|
"kindString": "Property",
|
|
@@ -7757,9 +8528,9 @@
|
|
|
7757
8528
|
"title": "Properties",
|
|
7758
8529
|
"kind": 1024,
|
|
7759
8530
|
"children": [
|
|
8531
|
+
596,
|
|
7760
8532
|
594,
|
|
7761
|
-
|
|
7762
|
-
593
|
|
8533
|
+
595
|
|
7763
8534
|
]
|
|
7764
8535
|
}
|
|
7765
8536
|
],
|
|
@@ -7843,7 +8614,7 @@
|
|
|
7843
8614
|
{
|
|
7844
8615
|
"fileName": "key-info-demo.component.html",
|
|
7845
8616
|
"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
|
|
8617
|
+
"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
8618
|
},
|
|
7848
8619
|
{
|
|
7849
8620
|
"fileName": "key-info-demo.component.spec.ts",
|
|
@@ -7853,7 +8624,7 @@
|
|
|
7853
8624
|
{
|
|
7854
8625
|
"fileName": "key-info-demo.component.ts",
|
|
7855
8626
|
"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"
|
|
8627
|
+
"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
8628
|
},
|
|
7858
8629
|
{
|
|
7859
8630
|
"fileName": "key-info-demo.module.ts",
|
|
@@ -7925,30 +8696,50 @@
|
|
|
7925
8696
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.module.ts",
|
|
7926
8697
|
"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
8698
|
},
|
|
8699
|
+
{
|
|
8700
|
+
"fileName": "tokens-demo-color.ts",
|
|
8701
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo-color.ts",
|
|
8702
|
+
"rawContents": "export interface TokensDemoColor {\n name: string;\n}\n"
|
|
8703
|
+
},
|
|
7928
8704
|
{
|
|
7929
8705
|
"fileName": "tokens-demo.component.html",
|
|
7930
8706
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.html",
|
|
7931
|
-
"rawContents": "<sky-tokens [(tokens)]=\"colors\"
|
|
8707
|
+
"rawContents": "<sky-tokens [(tokens)]=\"colors\" data-sky-id=\"color-tokens\"></sky-tokens>\n"
|
|
8708
|
+
},
|
|
8709
|
+
{
|
|
8710
|
+
"fileName": "tokens-demo.component.spec.ts",
|
|
8711
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.spec.ts",
|
|
8712
|
+
"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
8713
|
},
|
|
7933
8714
|
{
|
|
7934
8715
|
"fileName": "tokens-demo.component.ts",
|
|
7935
8716
|
"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[]
|
|
8717
|
+
"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
8718
|
},
|
|
7938
8719
|
{
|
|
7939
8720
|
"fileName": "tokens-demo.module.ts",
|
|
7940
8721
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.module.ts",
|
|
7941
8722
|
"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
8723
|
},
|
|
8724
|
+
{
|
|
8725
|
+
"fileName": "tokens-demo-item.ts",
|
|
8726
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo-item.ts",
|
|
8727
|
+
"rawContents": "export interface TokensDemoItem {\n label: string;\n}\n"
|
|
8728
|
+
},
|
|
7943
8729
|
{
|
|
7944
8730
|
"fileName": "tokens-demo.component.html",
|
|
7945
8731
|
"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"
|
|
8732
|
+
"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"
|
|
8733
|
+
},
|
|
8734
|
+
{
|
|
8735
|
+
"fileName": "tokens-demo.component.spec.ts",
|
|
8736
|
+
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.spec.ts",
|
|
8737
|
+
"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
8738
|
},
|
|
7948
8739
|
{
|
|
7949
8740
|
"fileName": "tokens-demo.component.ts",
|
|
7950
8741
|
"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
|
|
8742
|
+
"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
8743
|
},
|
|
7953
8744
|
{
|
|
7954
8745
|
"fileName": "tokens-demo.module.ts",
|