@skyux/indicators 7.0.0-beta.9 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +542 -505
- package/esm2020/lib/modules/alert/alert.component.mjs +5 -6
- package/esm2020/lib/modules/alert/alert.module.mjs +5 -5
- package/esm2020/lib/modules/chevron/chevron.component.mjs +4 -4
- package/esm2020/lib/modules/chevron/chevron.module.mjs +5 -5
- package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +4 -4
- package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +5 -5
- package/esm2020/lib/modules/help-inline/help-inline.component.mjs +5 -5
- package/esm2020/lib/modules/help-inline/help-inline.module.mjs +5 -5
- package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +4 -5
- package/esm2020/lib/modules/icon/icon-resolver.service.mjs +4 -5
- package/esm2020/lib/modules/icon/icon-stack.component.mjs +5 -5
- package/esm2020/lib/modules/icon/icon.component.mjs +4 -4
- package/esm2020/lib/modules/icon/icon.module.mjs +5 -5
- package/esm2020/lib/modules/key-info/key-info-label.component.mjs +4 -4
- package/esm2020/lib/modules/key-info/key-info-value.component.mjs +4 -4
- package/esm2020/lib/modules/key-info/key-info.component.mjs +5 -5
- package/esm2020/lib/modules/key-info/key-info.module.mjs +5 -5
- package/esm2020/lib/modules/label/label.component.mjs +6 -7
- package/esm2020/lib/modules/label/label.module.mjs +5 -5
- package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +5 -5
- package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +6 -7
- package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +5 -5
- package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +5 -6
- package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +5 -5
- package/esm2020/lib/modules/tokens/token.component.mjs +29 -34
- package/esm2020/lib/modules/tokens/tokens.component.mjs +17 -6
- package/esm2020/lib/modules/tokens/tokens.module.mjs +5 -5
- package/esm2020/lib/modules/wait/wait-adapter.service.mjs +5 -5
- package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +4 -4
- package/esm2020/lib/modules/wait/wait-page.component.mjs +4 -4
- package/esm2020/lib/modules/wait/wait.component.mjs +5 -6
- package/esm2020/lib/modules/wait/wait.module.mjs +5 -5
- package/esm2020/lib/modules/wait/wait.service.mjs +5 -7
- package/esm2020/testing/tokens/token-harness.mjs +8 -7
- package/fesm2015/skyux-indicators-testing.mjs +7 -6
- package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2015/skyux-indicators.mjs +152 -144
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators-testing.mjs +7 -6
- package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +151 -144
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/tokens/token.component.d.ts +12 -5
- package/lib/modules/tokens/tokens.component.d.ts +7 -1
- package/package.json +10 -10
package/documentation.json
CHANGED
|
@@ -51,17 +51,17 @@
|
|
|
51
51
|
"originalName": "",
|
|
52
52
|
"children": [
|
|
53
53
|
{
|
|
54
|
-
"id":
|
|
54
|
+
"id": 390,
|
|
55
55
|
"name": "SkyTokensMessageType",
|
|
56
56
|
"kind": 8,
|
|
57
57
|
"kindString": "Enumeration",
|
|
58
58
|
"flags": {},
|
|
59
59
|
"children": [
|
|
60
60
|
{
|
|
61
|
-
"id":
|
|
61
|
+
"id": 392,
|
|
62
62
|
"name": "FocusActiveToken",
|
|
63
63
|
"kind": 16,
|
|
64
|
-
"kindString": "Enumeration
|
|
64
|
+
"kindString": "Enumeration Member",
|
|
65
65
|
"flags": {},
|
|
66
66
|
"comment": {
|
|
67
67
|
"shortText": "Places focus on the token that is currently selected."
|
|
@@ -73,13 +73,17 @@
|
|
|
73
73
|
"character": 2
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
|
+
"type": {
|
|
77
|
+
"type": "literal",
|
|
78
|
+
"value": 1
|
|
79
|
+
},
|
|
76
80
|
"defaultValue": "1"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
79
|
-
"id":
|
|
83
|
+
"id": 391,
|
|
80
84
|
"name": "FocusLastToken",
|
|
81
85
|
"kind": 16,
|
|
82
|
-
"kindString": "Enumeration
|
|
86
|
+
"kindString": "Enumeration Member",
|
|
83
87
|
"flags": {},
|
|
84
88
|
"comment": {
|
|
85
89
|
"shortText": "Places focus on the last token in the list."
|
|
@@ -91,13 +95,17 @@
|
|
|
91
95
|
"character": 2
|
|
92
96
|
}
|
|
93
97
|
],
|
|
98
|
+
"type": {
|
|
99
|
+
"type": "literal",
|
|
100
|
+
"value": 0
|
|
101
|
+
},
|
|
94
102
|
"defaultValue": "0"
|
|
95
103
|
},
|
|
96
104
|
{
|
|
97
|
-
"id":
|
|
105
|
+
"id": 394,
|
|
98
106
|
"name": "FocusNextToken",
|
|
99
107
|
"kind": 16,
|
|
100
|
-
"kindString": "Enumeration
|
|
108
|
+
"kindString": "Enumeration Member",
|
|
101
109
|
"flags": {},
|
|
102
110
|
"comment": {
|
|
103
111
|
"shortText": "Places focus on the token after the currently selected token."
|
|
@@ -109,13 +117,17 @@
|
|
|
109
117
|
"character": 2
|
|
110
118
|
}
|
|
111
119
|
],
|
|
120
|
+
"type": {
|
|
121
|
+
"type": "literal",
|
|
122
|
+
"value": 3
|
|
123
|
+
},
|
|
112
124
|
"defaultValue": "3"
|
|
113
125
|
},
|
|
114
126
|
{
|
|
115
|
-
"id":
|
|
127
|
+
"id": 393,
|
|
116
128
|
"name": "FocusPreviousToken",
|
|
117
129
|
"kind": 16,
|
|
118
|
-
"kindString": "Enumeration
|
|
130
|
+
"kindString": "Enumeration Member",
|
|
119
131
|
"flags": {},
|
|
120
132
|
"comment": {
|
|
121
133
|
"shortText": "Places focus on the token before the currently selected token."
|
|
@@ -127,13 +139,17 @@
|
|
|
127
139
|
"character": 2
|
|
128
140
|
}
|
|
129
141
|
],
|
|
142
|
+
"type": {
|
|
143
|
+
"type": "literal",
|
|
144
|
+
"value": 2
|
|
145
|
+
},
|
|
130
146
|
"defaultValue": "2"
|
|
131
147
|
},
|
|
132
148
|
{
|
|
133
|
-
"id":
|
|
149
|
+
"id": 395,
|
|
134
150
|
"name": "RemoveActiveToken",
|
|
135
151
|
"kind": 16,
|
|
136
|
-
"kindString": "Enumeration
|
|
152
|
+
"kindString": "Enumeration Member",
|
|
137
153
|
"flags": {},
|
|
138
154
|
"comment": {
|
|
139
155
|
"shortText": "Removes the token that is currently selected from the list of tokens."
|
|
@@ -145,19 +161,23 @@
|
|
|
145
161
|
"character": 2
|
|
146
162
|
}
|
|
147
163
|
],
|
|
164
|
+
"type": {
|
|
165
|
+
"type": "literal",
|
|
166
|
+
"value": 4
|
|
167
|
+
},
|
|
148
168
|
"defaultValue": "4"
|
|
149
169
|
}
|
|
150
170
|
],
|
|
151
171
|
"groups": [
|
|
152
172
|
{
|
|
153
|
-
"title": "Enumeration
|
|
173
|
+
"title": "Enumeration Members",
|
|
154
174
|
"kind": 16,
|
|
155
175
|
"children": [
|
|
156
|
-
|
|
157
|
-
388,
|
|
176
|
+
392,
|
|
158
177
|
391,
|
|
159
|
-
|
|
160
|
-
|
|
178
|
+
394,
|
|
179
|
+
393,
|
|
180
|
+
395
|
|
161
181
|
]
|
|
162
182
|
}
|
|
163
183
|
],
|
|
@@ -170,7 +190,7 @@
|
|
|
170
190
|
]
|
|
171
191
|
},
|
|
172
192
|
{
|
|
173
|
-
"id":
|
|
193
|
+
"id": 343,
|
|
174
194
|
"name": "SkyAlertModule",
|
|
175
195
|
"kind": 128,
|
|
176
196
|
"kindString": "Class",
|
|
@@ -195,7 +215,7 @@
|
|
|
195
215
|
"title": "Constructors",
|
|
196
216
|
"kind": 512,
|
|
197
217
|
"children": [
|
|
198
|
-
|
|
218
|
+
344
|
|
199
219
|
]
|
|
200
220
|
}
|
|
201
221
|
],
|
|
@@ -208,7 +228,7 @@
|
|
|
208
228
|
]
|
|
209
229
|
},
|
|
210
230
|
{
|
|
211
|
-
"id":
|
|
231
|
+
"id": 346,
|
|
212
232
|
"name": "SkyChevronModule",
|
|
213
233
|
"kind": 128,
|
|
214
234
|
"kindString": "Class",
|
|
@@ -233,7 +253,7 @@
|
|
|
233
253
|
"title": "Constructors",
|
|
234
254
|
"kind": 512,
|
|
235
255
|
"children": [
|
|
236
|
-
|
|
256
|
+
347
|
|
237
257
|
]
|
|
238
258
|
}
|
|
239
259
|
],
|
|
@@ -246,7 +266,7 @@
|
|
|
246
266
|
]
|
|
247
267
|
},
|
|
248
268
|
{
|
|
249
|
-
"id":
|
|
269
|
+
"id": 349,
|
|
250
270
|
"name": "SkyExpansionIndicatorModule",
|
|
251
271
|
"kind": 128,
|
|
252
272
|
"kindString": "Class",
|
|
@@ -271,7 +291,7 @@
|
|
|
271
291
|
"title": "Constructors",
|
|
272
292
|
"kind": 512,
|
|
273
293
|
"children": [
|
|
274
|
-
|
|
294
|
+
350
|
|
275
295
|
]
|
|
276
296
|
}
|
|
277
297
|
],
|
|
@@ -284,7 +304,7 @@
|
|
|
284
304
|
]
|
|
285
305
|
},
|
|
286
306
|
{
|
|
287
|
-
"id":
|
|
307
|
+
"id": 352,
|
|
288
308
|
"name": "SkyHelpInlineModule",
|
|
289
309
|
"kind": 128,
|
|
290
310
|
"kindString": "Class",
|
|
@@ -309,7 +329,7 @@
|
|
|
309
329
|
"title": "Constructors",
|
|
310
330
|
"kind": 512,
|
|
311
331
|
"children": [
|
|
312
|
-
|
|
332
|
+
353
|
|
313
333
|
]
|
|
314
334
|
}
|
|
315
335
|
],
|
|
@@ -322,7 +342,7 @@
|
|
|
322
342
|
]
|
|
323
343
|
},
|
|
324
344
|
{
|
|
325
|
-
"id":
|
|
345
|
+
"id": 358,
|
|
326
346
|
"name": "SkyIconModule",
|
|
327
347
|
"kind": 128,
|
|
328
348
|
"kindString": "Class",
|
|
@@ -347,7 +367,7 @@
|
|
|
347
367
|
"title": "Constructors",
|
|
348
368
|
"kind": 512,
|
|
349
369
|
"children": [
|
|
350
|
-
|
|
370
|
+
359
|
|
351
371
|
]
|
|
352
372
|
}
|
|
353
373
|
],
|
|
@@ -360,7 +380,7 @@
|
|
|
360
380
|
]
|
|
361
381
|
},
|
|
362
382
|
{
|
|
363
|
-
"id":
|
|
383
|
+
"id": 364,
|
|
364
384
|
"name": "SkyKeyInfoModule",
|
|
365
385
|
"kind": 128,
|
|
366
386
|
"kindString": "Class",
|
|
@@ -385,7 +405,7 @@
|
|
|
385
405
|
"title": "Constructors",
|
|
386
406
|
"kind": 512,
|
|
387
407
|
"children": [
|
|
388
|
-
|
|
408
|
+
365
|
|
389
409
|
]
|
|
390
410
|
}
|
|
391
411
|
],
|
|
@@ -398,7 +418,7 @@
|
|
|
398
418
|
]
|
|
399
419
|
},
|
|
400
420
|
{
|
|
401
|
-
"id":
|
|
421
|
+
"id": 368,
|
|
402
422
|
"name": "SkyLabelModule",
|
|
403
423
|
"kind": 128,
|
|
404
424
|
"kindString": "Class",
|
|
@@ -423,7 +443,7 @@
|
|
|
423
443
|
"title": "Constructors",
|
|
424
444
|
"kind": 512,
|
|
425
445
|
"children": [
|
|
426
|
-
|
|
446
|
+
369
|
|
427
447
|
]
|
|
428
448
|
}
|
|
429
449
|
],
|
|
@@ -436,7 +456,7 @@
|
|
|
436
456
|
]
|
|
437
457
|
},
|
|
438
458
|
{
|
|
439
|
-
"id":
|
|
459
|
+
"id": 373,
|
|
440
460
|
"name": "SkyStatusIndicatorModule",
|
|
441
461
|
"kind": 128,
|
|
442
462
|
"kindString": "Class",
|
|
@@ -461,7 +481,7 @@
|
|
|
461
481
|
"title": "Constructors",
|
|
462
482
|
"kind": 512,
|
|
463
483
|
"children": [
|
|
464
|
-
|
|
484
|
+
374
|
|
465
485
|
]
|
|
466
486
|
}
|
|
467
487
|
],
|
|
@@ -474,7 +494,7 @@
|
|
|
474
494
|
]
|
|
475
495
|
},
|
|
476
496
|
{
|
|
477
|
-
"id":
|
|
497
|
+
"id": 376,
|
|
478
498
|
"name": "SkyTextHighlightModule",
|
|
479
499
|
"kind": 128,
|
|
480
500
|
"kindString": "Class",
|
|
@@ -499,7 +519,7 @@
|
|
|
499
519
|
"title": "Constructors",
|
|
500
520
|
"kind": 512,
|
|
501
521
|
"children": [
|
|
502
|
-
|
|
522
|
+
377
|
|
503
523
|
]
|
|
504
524
|
}
|
|
505
525
|
],
|
|
@@ -512,7 +532,7 @@
|
|
|
512
532
|
]
|
|
513
533
|
},
|
|
514
534
|
{
|
|
515
|
-
"id":
|
|
535
|
+
"id": 379,
|
|
516
536
|
"name": "SkyTokensModule",
|
|
517
537
|
"kind": 128,
|
|
518
538
|
"kindString": "Class",
|
|
@@ -537,7 +557,7 @@
|
|
|
537
557
|
"title": "Constructors",
|
|
538
558
|
"kind": 512,
|
|
539
559
|
"children": [
|
|
540
|
-
|
|
560
|
+
380
|
|
541
561
|
]
|
|
542
562
|
}
|
|
543
563
|
],
|
|
@@ -550,7 +570,7 @@
|
|
|
550
570
|
]
|
|
551
571
|
},
|
|
552
572
|
{
|
|
553
|
-
"id":
|
|
573
|
+
"id": 396,
|
|
554
574
|
"name": "SkyWaitModule",
|
|
555
575
|
"kind": 128,
|
|
556
576
|
"kindString": "Class",
|
|
@@ -575,7 +595,7 @@
|
|
|
575
595
|
"title": "Constructors",
|
|
576
596
|
"kind": 512,
|
|
577
597
|
"children": [
|
|
578
|
-
|
|
598
|
+
397
|
|
579
599
|
]
|
|
580
600
|
}
|
|
581
601
|
],
|
|
@@ -588,7 +608,7 @@
|
|
|
588
608
|
]
|
|
589
609
|
},
|
|
590
610
|
{
|
|
591
|
-
"id":
|
|
611
|
+
"id": 399,
|
|
592
612
|
"name": "SkyWaitService",
|
|
593
613
|
"kind": 128,
|
|
594
614
|
"kindString": "Class",
|
|
@@ -609,7 +629,7 @@
|
|
|
609
629
|
],
|
|
610
630
|
"children": [
|
|
611
631
|
{
|
|
612
|
-
"id":
|
|
632
|
+
"id": 400,
|
|
613
633
|
"name": "constructor",
|
|
614
634
|
"kind": 512,
|
|
615
635
|
"kindString": "Constructor",
|
|
@@ -623,14 +643,14 @@
|
|
|
623
643
|
],
|
|
624
644
|
"signatures": [
|
|
625
645
|
{
|
|
626
|
-
"id":
|
|
646
|
+
"id": 401,
|
|
627
647
|
"name": "new SkyWaitService",
|
|
628
648
|
"kind": 16384,
|
|
629
649
|
"kindString": "Constructor signature",
|
|
630
650
|
"flags": {},
|
|
631
651
|
"parameters": [
|
|
632
652
|
{
|
|
633
|
-
"id":
|
|
653
|
+
"id": 402,
|
|
634
654
|
"name": "resolver",
|
|
635
655
|
"kind": 32768,
|
|
636
656
|
"kindString": "Parameter",
|
|
@@ -643,7 +663,7 @@
|
|
|
643
663
|
}
|
|
644
664
|
},
|
|
645
665
|
{
|
|
646
|
-
"id":
|
|
666
|
+
"id": 403,
|
|
647
667
|
"name": "appRef",
|
|
648
668
|
"kind": 32768,
|
|
649
669
|
"kindString": "Parameter",
|
|
@@ -656,7 +676,7 @@
|
|
|
656
676
|
}
|
|
657
677
|
},
|
|
658
678
|
{
|
|
659
|
-
"id":
|
|
679
|
+
"id": 404,
|
|
660
680
|
"name": "waitAdapter",
|
|
661
681
|
"kind": 32768,
|
|
662
682
|
"kindString": "Parameter",
|
|
@@ -667,7 +687,7 @@
|
|
|
667
687
|
}
|
|
668
688
|
},
|
|
669
689
|
{
|
|
670
|
-
"id":
|
|
690
|
+
"id": 405,
|
|
671
691
|
"name": "windowSvc",
|
|
672
692
|
"kind": 32768,
|
|
673
693
|
"kindString": "Parameter",
|
|
@@ -680,14 +700,14 @@
|
|
|
680
700
|
],
|
|
681
701
|
"type": {
|
|
682
702
|
"type": "reference",
|
|
683
|
-
"id":
|
|
703
|
+
"id": 399,
|
|
684
704
|
"name": "SkyWaitService"
|
|
685
705
|
}
|
|
686
706
|
}
|
|
687
707
|
]
|
|
688
708
|
},
|
|
689
709
|
{
|
|
690
|
-
"id":
|
|
710
|
+
"id": 410,
|
|
691
711
|
"name": "beginBlockingPageWait",
|
|
692
712
|
"kind": 2048,
|
|
693
713
|
"kindString": "Method",
|
|
@@ -703,7 +723,7 @@
|
|
|
703
723
|
],
|
|
704
724
|
"signatures": [
|
|
705
725
|
{
|
|
706
|
-
"id":
|
|
726
|
+
"id": 411,
|
|
707
727
|
"name": "beginBlockingPageWait",
|
|
708
728
|
"kind": 4096,
|
|
709
729
|
"kindString": "Call signature",
|
|
@@ -719,7 +739,7 @@
|
|
|
719
739
|
]
|
|
720
740
|
},
|
|
721
741
|
{
|
|
722
|
-
"id":
|
|
742
|
+
"id": 412,
|
|
723
743
|
"name": "beginNonBlockingPageWait",
|
|
724
744
|
"kind": 2048,
|
|
725
745
|
"kindString": "Method",
|
|
@@ -735,7 +755,7 @@
|
|
|
735
755
|
],
|
|
736
756
|
"signatures": [
|
|
737
757
|
{
|
|
738
|
-
"id":
|
|
758
|
+
"id": 413,
|
|
739
759
|
"name": "beginNonBlockingPageWait",
|
|
740
760
|
"kind": 4096,
|
|
741
761
|
"kindString": "Call signature",
|
|
@@ -751,7 +771,7 @@
|
|
|
751
771
|
]
|
|
752
772
|
},
|
|
753
773
|
{
|
|
754
|
-
"id":
|
|
774
|
+
"id": 422,
|
|
755
775
|
"name": "blockingWrap",
|
|
756
776
|
"kind": 2048,
|
|
757
777
|
"kindString": "Method",
|
|
@@ -767,7 +787,7 @@
|
|
|
767
787
|
],
|
|
768
788
|
"signatures": [
|
|
769
789
|
{
|
|
770
|
-
"id":
|
|
790
|
+
"id": 423,
|
|
771
791
|
"name": "blockingWrap",
|
|
772
792
|
"kind": 4096,
|
|
773
793
|
"kindString": "Call signature",
|
|
@@ -777,7 +797,7 @@
|
|
|
777
797
|
},
|
|
778
798
|
"typeParameter": [
|
|
779
799
|
{
|
|
780
|
-
"id":
|
|
800
|
+
"id": 424,
|
|
781
801
|
"name": "T",
|
|
782
802
|
"kind": 131072,
|
|
783
803
|
"kindString": "Type parameter",
|
|
@@ -786,7 +806,7 @@
|
|
|
786
806
|
],
|
|
787
807
|
"parameters": [
|
|
788
808
|
{
|
|
789
|
-
"id":
|
|
809
|
+
"id": 425,
|
|
790
810
|
"name": "observable",
|
|
791
811
|
"kind": 32768,
|
|
792
812
|
"kindString": "Parameter",
|
|
@@ -796,7 +816,7 @@
|
|
|
796
816
|
"typeArguments": [
|
|
797
817
|
{
|
|
798
818
|
"type": "reference",
|
|
799
|
-
"id":
|
|
819
|
+
"id": 424,
|
|
800
820
|
"name": "T"
|
|
801
821
|
}
|
|
802
822
|
],
|
|
@@ -811,7 +831,7 @@
|
|
|
811
831
|
"typeArguments": [
|
|
812
832
|
{
|
|
813
833
|
"type": "reference",
|
|
814
|
-
"id":
|
|
834
|
+
"id": 424,
|
|
815
835
|
"name": "T"
|
|
816
836
|
}
|
|
817
837
|
],
|
|
@@ -823,7 +843,7 @@
|
|
|
823
843
|
]
|
|
824
844
|
},
|
|
825
845
|
{
|
|
826
|
-
"id":
|
|
846
|
+
"id": 418,
|
|
827
847
|
"name": "clearAllPageWaits",
|
|
828
848
|
"kind": 2048,
|
|
829
849
|
"kindString": "Method",
|
|
@@ -839,7 +859,7 @@
|
|
|
839
859
|
],
|
|
840
860
|
"signatures": [
|
|
841
861
|
{
|
|
842
|
-
"id":
|
|
862
|
+
"id": 419,
|
|
843
863
|
"name": "clearAllPageWaits",
|
|
844
864
|
"kind": 4096,
|
|
845
865
|
"kindString": "Call signature",
|
|
@@ -855,7 +875,7 @@
|
|
|
855
875
|
]
|
|
856
876
|
},
|
|
857
877
|
{
|
|
858
|
-
"id":
|
|
878
|
+
"id": 414,
|
|
859
879
|
"name": "endBlockingPageWait",
|
|
860
880
|
"kind": 2048,
|
|
861
881
|
"kindString": "Method",
|
|
@@ -871,7 +891,7 @@
|
|
|
871
891
|
],
|
|
872
892
|
"signatures": [
|
|
873
893
|
{
|
|
874
|
-
"id":
|
|
894
|
+
"id": 415,
|
|
875
895
|
"name": "endBlockingPageWait",
|
|
876
896
|
"kind": 4096,
|
|
877
897
|
"kindString": "Call signature",
|
|
@@ -887,7 +907,7 @@
|
|
|
887
907
|
]
|
|
888
908
|
},
|
|
889
909
|
{
|
|
890
|
-
"id":
|
|
910
|
+
"id": 416,
|
|
891
911
|
"name": "endNonBlockingPageWait",
|
|
892
912
|
"kind": 2048,
|
|
893
913
|
"kindString": "Method",
|
|
@@ -903,7 +923,7 @@
|
|
|
903
923
|
],
|
|
904
924
|
"signatures": [
|
|
905
925
|
{
|
|
906
|
-
"id":
|
|
926
|
+
"id": 417,
|
|
907
927
|
"name": "endNonBlockingPageWait",
|
|
908
928
|
"kind": 4096,
|
|
909
929
|
"kindString": "Call signature",
|
|
@@ -919,7 +939,7 @@
|
|
|
919
939
|
]
|
|
920
940
|
},
|
|
921
941
|
{
|
|
922
|
-
"id":
|
|
942
|
+
"id": 426,
|
|
923
943
|
"name": "nonBlockingWrap",
|
|
924
944
|
"kind": 2048,
|
|
925
945
|
"kindString": "Method",
|
|
@@ -935,7 +955,7 @@
|
|
|
935
955
|
],
|
|
936
956
|
"signatures": [
|
|
937
957
|
{
|
|
938
|
-
"id":
|
|
958
|
+
"id": 427,
|
|
939
959
|
"name": "nonBlockingWrap",
|
|
940
960
|
"kind": 4096,
|
|
941
961
|
"kindString": "Call signature",
|
|
@@ -945,7 +965,7 @@
|
|
|
945
965
|
},
|
|
946
966
|
"typeParameter": [
|
|
947
967
|
{
|
|
948
|
-
"id":
|
|
968
|
+
"id": 428,
|
|
949
969
|
"name": "T",
|
|
950
970
|
"kind": 131072,
|
|
951
971
|
"kindString": "Type parameter",
|
|
@@ -954,7 +974,7 @@
|
|
|
954
974
|
],
|
|
955
975
|
"parameters": [
|
|
956
976
|
{
|
|
957
|
-
"id":
|
|
977
|
+
"id": 429,
|
|
958
978
|
"name": "observable",
|
|
959
979
|
"kind": 32768,
|
|
960
980
|
"kindString": "Parameter",
|
|
@@ -964,7 +984,7 @@
|
|
|
964
984
|
"typeArguments": [
|
|
965
985
|
{
|
|
966
986
|
"type": "reference",
|
|
967
|
-
"id":
|
|
987
|
+
"id": 428,
|
|
968
988
|
"name": "T"
|
|
969
989
|
}
|
|
970
990
|
],
|
|
@@ -979,7 +999,7 @@
|
|
|
979
999
|
"typeArguments": [
|
|
980
1000
|
{
|
|
981
1001
|
"type": "reference",
|
|
982
|
-
"id":
|
|
1002
|
+
"id": 428,
|
|
983
1003
|
"name": "T"
|
|
984
1004
|
}
|
|
985
1005
|
],
|
|
@@ -996,20 +1016,20 @@
|
|
|
996
1016
|
"title": "Constructors",
|
|
997
1017
|
"kind": 512,
|
|
998
1018
|
"children": [
|
|
999
|
-
|
|
1019
|
+
400
|
|
1000
1020
|
]
|
|
1001
1021
|
},
|
|
1002
1022
|
{
|
|
1003
1023
|
"title": "Methods",
|
|
1004
1024
|
"kind": 2048,
|
|
1005
1025
|
"children": [
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1026
|
+
410,
|
|
1027
|
+
412,
|
|
1028
|
+
422,
|
|
1029
|
+
418,
|
|
1030
|
+
414,
|
|
1031
|
+
416,
|
|
1032
|
+
426
|
|
1013
1033
|
]
|
|
1014
1034
|
}
|
|
1015
1035
|
],
|
|
@@ -1140,7 +1160,7 @@
|
|
|
1140
1160
|
],
|
|
1141
1161
|
"type": {
|
|
1142
1162
|
"type": "reference",
|
|
1143
|
-
"id":
|
|
1163
|
+
"id": 372,
|
|
1144
1164
|
"name": "SkyIndicatorIconType"
|
|
1145
1165
|
},
|
|
1146
1166
|
"defaultValue": "ALERT_TYPE_DEFAULT"
|
|
@@ -1343,7 +1363,7 @@
|
|
|
1343
1363
|
"flags": {},
|
|
1344
1364
|
"type": {
|
|
1345
1365
|
"type": "reference",
|
|
1346
|
-
"id":
|
|
1366
|
+
"id": 372,
|
|
1347
1367
|
"name": "SkyIndicatorIconType"
|
|
1348
1368
|
}
|
|
1349
1369
|
}
|
|
@@ -1458,7 +1478,7 @@
|
|
|
1458
1478
|
"flags": {},
|
|
1459
1479
|
"type": {
|
|
1460
1480
|
"type": "reference",
|
|
1461
|
-
"id":
|
|
1481
|
+
"id": 371,
|
|
1462
1482
|
"name": "SkyIndicatorDescriptionType"
|
|
1463
1483
|
}
|
|
1464
1484
|
}
|
|
@@ -1791,7 +1811,7 @@
|
|
|
1791
1811
|
],
|
|
1792
1812
|
"type": {
|
|
1793
1813
|
"type": "reference",
|
|
1794
|
-
"id":
|
|
1814
|
+
"id": 372,
|
|
1795
1815
|
"name": "SkyIndicatorIconType"
|
|
1796
1816
|
},
|
|
1797
1817
|
"defaultValue": "INDICATOR_TYPE_DEFAULT"
|
|
@@ -1934,7 +1954,7 @@
|
|
|
1934
1954
|
},
|
|
1935
1955
|
"type": {
|
|
1936
1956
|
"type": "reference",
|
|
1937
|
-
"id":
|
|
1957
|
+
"id": 371,
|
|
1938
1958
|
"name": "SkyIndicatorDescriptionType"
|
|
1939
1959
|
}
|
|
1940
1960
|
}
|
|
@@ -1964,7 +1984,7 @@
|
|
|
1964
1984
|
"flags": {},
|
|
1965
1985
|
"type": {
|
|
1966
1986
|
"type": "reference",
|
|
1967
|
-
"id":
|
|
1987
|
+
"id": 371,
|
|
1968
1988
|
"name": "SkyIndicatorDescriptionType"
|
|
1969
1989
|
}
|
|
1970
1990
|
}
|
|
@@ -2028,7 +2048,7 @@
|
|
|
2028
2048
|
"flags": {},
|
|
2029
2049
|
"type": {
|
|
2030
2050
|
"type": "reference",
|
|
2031
|
-
"id":
|
|
2051
|
+
"id": 372,
|
|
2032
2052
|
"name": "SkyIndicatorIconType"
|
|
2033
2053
|
}
|
|
2034
2054
|
}
|
|
@@ -2493,7 +2513,7 @@
|
|
|
2493
2513
|
"sources": [
|
|
2494
2514
|
{
|
|
2495
2515
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2496
|
-
"line":
|
|
2516
|
+
"line": 96,
|
|
2497
2517
|
"character": 2
|
|
2498
2518
|
}
|
|
2499
2519
|
],
|
|
@@ -2523,17 +2543,6 @@
|
|
|
2523
2543
|
"package": "@angular/core",
|
|
2524
2544
|
"name": "ElementRef"
|
|
2525
2545
|
}
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"id": 179,
|
|
2529
|
-
"name": "resourcesSvc",
|
|
2530
|
-
"kind": 32768,
|
|
2531
|
-
"kindString": "Parameter",
|
|
2532
|
-
"flags": {},
|
|
2533
|
-
"type": {
|
|
2534
|
-
"type": "reference",
|
|
2535
|
-
"name": "SkyLibResourcesService"
|
|
2536
|
-
}
|
|
2537
2546
|
}
|
|
2538
2547
|
],
|
|
2539
2548
|
"type": {
|
|
@@ -2545,7 +2554,48 @@
|
|
|
2545
2554
|
]
|
|
2546
2555
|
},
|
|
2547
2556
|
{
|
|
2548
|
-
"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,
|
|
2549
2599
|
"name": "closeActive",
|
|
2550
2600
|
"kind": 1024,
|
|
2551
2601
|
"kindString": "Property",
|
|
@@ -2555,7 +2605,7 @@
|
|
|
2555
2605
|
"sources": [
|
|
2556
2606
|
{
|
|
2557
2607
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2558
|
-
"line":
|
|
2608
|
+
"line": 88,
|
|
2559
2609
|
"character": 9
|
|
2560
2610
|
}
|
|
2561
2611
|
],
|
|
@@ -2566,7 +2616,7 @@
|
|
|
2566
2616
|
"defaultValue": "false"
|
|
2567
2617
|
},
|
|
2568
2618
|
{
|
|
2569
|
-
"id":
|
|
2619
|
+
"id": 192,
|
|
2570
2620
|
"name": "dismiss",
|
|
2571
2621
|
"kind": 1024,
|
|
2572
2622
|
"kindString": "Property",
|
|
@@ -2591,7 +2641,7 @@
|
|
|
2591
2641
|
"sources": [
|
|
2592
2642
|
{
|
|
2593
2643
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2594
|
-
"line":
|
|
2644
|
+
"line": 75,
|
|
2595
2645
|
"character": 9
|
|
2596
2646
|
}
|
|
2597
2647
|
],
|
|
@@ -2610,7 +2660,28 @@
|
|
|
2610
2660
|
"defaultValue": "..."
|
|
2611
2661
|
},
|
|
2612
2662
|
{
|
|
2613
|
-
"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,
|
|
2614
2685
|
"name": "tabIndex",
|
|
2615
2686
|
"kind": 1024,
|
|
2616
2687
|
"kindString": "Property",
|
|
@@ -2620,7 +2691,7 @@
|
|
|
2620
2691
|
"sources": [
|
|
2621
2692
|
{
|
|
2622
2693
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2623
|
-
"line":
|
|
2694
|
+
"line": 89,
|
|
2624
2695
|
"character": 9
|
|
2625
2696
|
}
|
|
2626
2697
|
],
|
|
@@ -2631,7 +2702,7 @@
|
|
|
2631
2702
|
"defaultValue": "0"
|
|
2632
2703
|
},
|
|
2633
2704
|
{
|
|
2634
|
-
"id":
|
|
2705
|
+
"id": 196,
|
|
2635
2706
|
"name": "tokenActive",
|
|
2636
2707
|
"kind": 1024,
|
|
2637
2708
|
"kindString": "Property",
|
|
@@ -2641,7 +2712,7 @@
|
|
|
2641
2712
|
"sources": [
|
|
2642
2713
|
{
|
|
2643
2714
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2644
|
-
"line":
|
|
2715
|
+
"line": 87,
|
|
2645
2716
|
"character": 9
|
|
2646
2717
|
}
|
|
2647
2718
|
],
|
|
@@ -2652,7 +2723,7 @@
|
|
|
2652
2723
|
"defaultValue": "false"
|
|
2653
2724
|
},
|
|
2654
2725
|
{
|
|
2655
|
-
"id":
|
|
2726
|
+
"id": 193,
|
|
2656
2727
|
"name": "tokenFocus",
|
|
2657
2728
|
"kind": 1024,
|
|
2658
2729
|
"kindString": "Property",
|
|
@@ -2677,7 +2748,7 @@
|
|
|
2677
2748
|
"sources": [
|
|
2678
2749
|
{
|
|
2679
2750
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2680
|
-
"line":
|
|
2751
|
+
"line": 81,
|
|
2681
2752
|
"character": 9
|
|
2682
2753
|
}
|
|
2683
2754
|
],
|
|
@@ -2696,92 +2767,7 @@
|
|
|
2696
2767
|
"defaultValue": "..."
|
|
2697
2768
|
},
|
|
2698
2769
|
{
|
|
2699
|
-
"id":
|
|
2700
|
-
"name": "ariaLabel",
|
|
2701
|
-
"kind": 262144,
|
|
2702
|
-
"kindString": "Accessor",
|
|
2703
|
-
"flags": {
|
|
2704
|
-
"isPublic": true
|
|
2705
|
-
},
|
|
2706
|
-
"decorators": [
|
|
2707
|
-
{
|
|
2708
|
-
"name": "Input",
|
|
2709
|
-
"type": {
|
|
2710
|
-
"type": "reference",
|
|
2711
|
-
"qualifiedName": "InputDecorator",
|
|
2712
|
-
"package": "@angular/core",
|
|
2713
|
-
"name": "Input"
|
|
2714
|
-
},
|
|
2715
|
-
"arguments": {}
|
|
2716
|
-
}
|
|
2717
|
-
],
|
|
2718
|
-
"sources": [
|
|
2719
|
-
{
|
|
2720
|
-
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2721
|
-
"line": 39,
|
|
2722
|
-
"character": 13
|
|
2723
|
-
}
|
|
2724
|
-
],
|
|
2725
|
-
"getSignature": [
|
|
2726
|
-
{
|
|
2727
|
-
"id": 185,
|
|
2728
|
-
"name": "ariaLabel",
|
|
2729
|
-
"kind": 524288,
|
|
2730
|
-
"kindString": "Get signature",
|
|
2731
|
-
"flags": {},
|
|
2732
|
-
"comment": {
|
|
2733
|
-
"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).",
|
|
2734
|
-
"tags": [
|
|
2735
|
-
{
|
|
2736
|
-
"tag": "default",
|
|
2737
|
-
"text": "\"Remove item\"\n"
|
|
2738
|
-
}
|
|
2739
|
-
]
|
|
2740
|
-
},
|
|
2741
|
-
"type": {
|
|
2742
|
-
"type": "intrinsic",
|
|
2743
|
-
"name": "string"
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
],
|
|
2747
|
-
"setSignature": [
|
|
2748
|
-
{
|
|
2749
|
-
"id": 186,
|
|
2750
|
-
"name": "ariaLabel",
|
|
2751
|
-
"kind": 1048576,
|
|
2752
|
-
"kindString": "Set signature",
|
|
2753
|
-
"flags": {},
|
|
2754
|
-
"comment": {
|
|
2755
|
-
"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).",
|
|
2756
|
-
"tags": [
|
|
2757
|
-
{
|
|
2758
|
-
"tag": "default",
|
|
2759
|
-
"text": "\"Remove item\"\n"
|
|
2760
|
-
}
|
|
2761
|
-
]
|
|
2762
|
-
},
|
|
2763
|
-
"parameters": [
|
|
2764
|
-
{
|
|
2765
|
-
"id": 187,
|
|
2766
|
-
"name": "value",
|
|
2767
|
-
"kind": 32768,
|
|
2768
|
-
"kindString": "Parameter",
|
|
2769
|
-
"flags": {},
|
|
2770
|
-
"type": {
|
|
2771
|
-
"type": "intrinsic",
|
|
2772
|
-
"name": "string"
|
|
2773
|
-
}
|
|
2774
|
-
}
|
|
2775
|
-
],
|
|
2776
|
-
"type": {
|
|
2777
|
-
"type": "intrinsic",
|
|
2778
|
-
"name": "void"
|
|
2779
|
-
}
|
|
2780
|
-
}
|
|
2781
|
-
]
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"id": 180,
|
|
2770
|
+
"id": 179,
|
|
2785
2771
|
"name": "disabled",
|
|
2786
2772
|
"kind": 262144,
|
|
2787
2773
|
"kindString": "Accessor",
|
|
@@ -2809,7 +2795,7 @@
|
|
|
2809
2795
|
],
|
|
2810
2796
|
"getSignature": [
|
|
2811
2797
|
{
|
|
2812
|
-
"id":
|
|
2798
|
+
"id": 180,
|
|
2813
2799
|
"name": "disabled",
|
|
2814
2800
|
"kind": 524288,
|
|
2815
2801
|
"kindString": "Get signature",
|
|
@@ -2831,7 +2817,7 @@
|
|
|
2831
2817
|
],
|
|
2832
2818
|
"setSignature": [
|
|
2833
2819
|
{
|
|
2834
|
-
"id":
|
|
2820
|
+
"id": 181,
|
|
2835
2821
|
"name": "disabled",
|
|
2836
2822
|
"kind": 1048576,
|
|
2837
2823
|
"kindString": "Set signature",
|
|
@@ -2847,7 +2833,7 @@
|
|
|
2847
2833
|
},
|
|
2848
2834
|
"parameters": [
|
|
2849
2835
|
{
|
|
2850
|
-
"id":
|
|
2836
|
+
"id": 182,
|
|
2851
2837
|
"name": "value",
|
|
2852
2838
|
"kind": 32768,
|
|
2853
2839
|
"kindString": "Parameter",
|
|
@@ -2866,7 +2852,7 @@
|
|
|
2866
2852
|
]
|
|
2867
2853
|
},
|
|
2868
2854
|
{
|
|
2869
|
-
"id":
|
|
2855
|
+
"id": 184,
|
|
2870
2856
|
"name": "dismissible",
|
|
2871
2857
|
"kind": 262144,
|
|
2872
2858
|
"kindString": "Accessor",
|
|
@@ -2888,13 +2874,13 @@
|
|
|
2888
2874
|
"sources": [
|
|
2889
2875
|
{
|
|
2890
2876
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2891
|
-
"line":
|
|
2877
|
+
"line": 46,
|
|
2892
2878
|
"character": 13
|
|
2893
2879
|
}
|
|
2894
2880
|
],
|
|
2895
2881
|
"getSignature": [
|
|
2896
2882
|
{
|
|
2897
|
-
"id":
|
|
2883
|
+
"id": 185,
|
|
2898
2884
|
"name": "dismissible",
|
|
2899
2885
|
"kind": 524288,
|
|
2900
2886
|
"kindString": "Get signature",
|
|
@@ -2916,7 +2902,7 @@
|
|
|
2916
2902
|
],
|
|
2917
2903
|
"setSignature": [
|
|
2918
2904
|
{
|
|
2919
|
-
"id":
|
|
2905
|
+
"id": 186,
|
|
2920
2906
|
"name": "dismissible",
|
|
2921
2907
|
"kind": 1048576,
|
|
2922
2908
|
"kindString": "Set signature",
|
|
@@ -2932,7 +2918,7 @@
|
|
|
2932
2918
|
},
|
|
2933
2919
|
"parameters": [
|
|
2934
2920
|
{
|
|
2935
|
-
"id":
|
|
2921
|
+
"id": 187,
|
|
2936
2922
|
"name": "value",
|
|
2937
2923
|
"kind": 32768,
|
|
2938
2924
|
"kindString": "Parameter",
|
|
@@ -2951,7 +2937,7 @@
|
|
|
2951
2937
|
]
|
|
2952
2938
|
},
|
|
2953
2939
|
{
|
|
2954
|
-
"id":
|
|
2940
|
+
"id": 188,
|
|
2955
2941
|
"name": "focusable",
|
|
2956
2942
|
"kind": 262144,
|
|
2957
2943
|
"kindString": "Accessor",
|
|
@@ -2973,13 +2959,13 @@
|
|
|
2973
2959
|
"sources": [
|
|
2974
2960
|
{
|
|
2975
2961
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2976
|
-
"line":
|
|
2962
|
+
"line": 60,
|
|
2977
2963
|
"character": 13
|
|
2978
2964
|
}
|
|
2979
2965
|
],
|
|
2980
2966
|
"setSignature": [
|
|
2981
2967
|
{
|
|
2982
|
-
"id":
|
|
2968
|
+
"id": 189,
|
|
2983
2969
|
"name": "focusable",
|
|
2984
2970
|
"kind": 1048576,
|
|
2985
2971
|
"kindString": "Set signature",
|
|
@@ -2995,7 +2981,7 @@
|
|
|
2995
2981
|
},
|
|
2996
2982
|
"parameters": [
|
|
2997
2983
|
{
|
|
2998
|
-
"id":
|
|
2984
|
+
"id": 190,
|
|
2999
2985
|
"name": "value",
|
|
3000
2986
|
"kind": 32768,
|
|
3001
2987
|
"kindString": "Parameter",
|
|
@@ -3014,7 +3000,7 @@
|
|
|
3014
3000
|
]
|
|
3015
3001
|
},
|
|
3016
3002
|
{
|
|
3017
|
-
"id":
|
|
3003
|
+
"id": 207,
|
|
3018
3004
|
"name": "dismissToken",
|
|
3019
3005
|
"kind": 2048,
|
|
3020
3006
|
"kindString": "Method",
|
|
@@ -3024,20 +3010,20 @@
|
|
|
3024
3010
|
"sources": [
|
|
3025
3011
|
{
|
|
3026
3012
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3027
|
-
"line":
|
|
3013
|
+
"line": 113,
|
|
3028
3014
|
"character": 9
|
|
3029
3015
|
}
|
|
3030
3016
|
],
|
|
3031
3017
|
"signatures": [
|
|
3032
3018
|
{
|
|
3033
|
-
"id":
|
|
3019
|
+
"id": 208,
|
|
3034
3020
|
"name": "dismissToken",
|
|
3035
3021
|
"kind": 4096,
|
|
3036
3022
|
"kindString": "Call signature",
|
|
3037
3023
|
"flags": {},
|
|
3038
3024
|
"parameters": [
|
|
3039
3025
|
{
|
|
3040
|
-
"id":
|
|
3026
|
+
"id": 209,
|
|
3041
3027
|
"name": "event",
|
|
3042
3028
|
"kind": 32768,
|
|
3043
3029
|
"kindString": "Parameter",
|
|
@@ -3058,7 +3044,7 @@
|
|
|
3058
3044
|
]
|
|
3059
3045
|
},
|
|
3060
3046
|
{
|
|
3061
|
-
"id":
|
|
3047
|
+
"id": 210,
|
|
3062
3048
|
"name": "focusElement",
|
|
3063
3049
|
"kind": 2048,
|
|
3064
3050
|
"kindString": "Method",
|
|
@@ -3068,13 +3054,13 @@
|
|
|
3068
3054
|
"sources": [
|
|
3069
3055
|
{
|
|
3070
3056
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3071
|
-
"line":
|
|
3057
|
+
"line": 118,
|
|
3072
3058
|
"character": 9
|
|
3073
3059
|
}
|
|
3074
3060
|
],
|
|
3075
3061
|
"signatures": [
|
|
3076
3062
|
{
|
|
3077
|
-
"id":
|
|
3063
|
+
"id": 211,
|
|
3078
3064
|
"name": "focusElement",
|
|
3079
3065
|
"kind": 4096,
|
|
3080
3066
|
"kindString": "Call signature",
|
|
@@ -3087,7 +3073,7 @@
|
|
|
3087
3073
|
]
|
|
3088
3074
|
},
|
|
3089
3075
|
{
|
|
3090
|
-
"id":
|
|
3076
|
+
"id": 215,
|
|
3091
3077
|
"name": "setCloseActive",
|
|
3092
3078
|
"kind": 2048,
|
|
3093
3079
|
"kindString": "Method",
|
|
@@ -3097,20 +3083,20 @@
|
|
|
3097
3083
|
"sources": [
|
|
3098
3084
|
{
|
|
3099
3085
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3100
|
-
"line":
|
|
3086
|
+
"line": 126,
|
|
3101
3087
|
"character": 9
|
|
3102
3088
|
}
|
|
3103
3089
|
],
|
|
3104
3090
|
"signatures": [
|
|
3105
3091
|
{
|
|
3106
|
-
"id":
|
|
3092
|
+
"id": 216,
|
|
3107
3093
|
"name": "setCloseActive",
|
|
3108
3094
|
"kind": 4096,
|
|
3109
3095
|
"kindString": "Call signature",
|
|
3110
3096
|
"flags": {},
|
|
3111
3097
|
"parameters": [
|
|
3112
3098
|
{
|
|
3113
|
-
"id":
|
|
3099
|
+
"id": 217,
|
|
3114
3100
|
"name": "closeActive",
|
|
3115
3101
|
"kind": 32768,
|
|
3116
3102
|
"kindString": "Parameter",
|
|
@@ -3129,7 +3115,7 @@
|
|
|
3129
3115
|
]
|
|
3130
3116
|
},
|
|
3131
3117
|
{
|
|
3132
|
-
"id":
|
|
3118
|
+
"id": 212,
|
|
3133
3119
|
"name": "setTokenActive",
|
|
3134
3120
|
"kind": 2048,
|
|
3135
3121
|
"kindString": "Method",
|
|
@@ -3139,20 +3125,20 @@
|
|
|
3139
3125
|
"sources": [
|
|
3140
3126
|
{
|
|
3141
3127
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3142
|
-
"line":
|
|
3128
|
+
"line": 122,
|
|
3143
3129
|
"character": 9
|
|
3144
3130
|
}
|
|
3145
3131
|
],
|
|
3146
3132
|
"signatures": [
|
|
3147
3133
|
{
|
|
3148
|
-
"id":
|
|
3134
|
+
"id": 213,
|
|
3149
3135
|
"name": "setTokenActive",
|
|
3150
3136
|
"kind": 4096,
|
|
3151
3137
|
"kindString": "Call signature",
|
|
3152
3138
|
"flags": {},
|
|
3153
3139
|
"parameters": [
|
|
3154
3140
|
{
|
|
3155
|
-
"id":
|
|
3141
|
+
"id": 214,
|
|
3156
3142
|
"name": "tokenActive",
|
|
3157
3143
|
"kind": 32768,
|
|
3158
3144
|
"kindString": "Parameter",
|
|
@@ -3183,31 +3169,32 @@
|
|
|
3183
3169
|
"title": "Properties",
|
|
3184
3170
|
"kind": 1024,
|
|
3185
3171
|
"children": [
|
|
3186
|
-
|
|
3187
|
-
195,
|
|
3188
|
-
199,
|
|
3172
|
+
183,
|
|
3189
3173
|
197,
|
|
3190
|
-
|
|
3174
|
+
192,
|
|
3175
|
+
195,
|
|
3176
|
+
198,
|
|
3177
|
+
196,
|
|
3178
|
+
193
|
|
3191
3179
|
]
|
|
3192
3180
|
},
|
|
3193
3181
|
{
|
|
3194
3182
|
"title": "Accessors",
|
|
3195
3183
|
"kind": 262144,
|
|
3196
3184
|
"children": [
|
|
3185
|
+
179,
|
|
3197
3186
|
184,
|
|
3198
|
-
|
|
3199
|
-
188,
|
|
3200
|
-
192
|
|
3187
|
+
188
|
|
3201
3188
|
]
|
|
3202
3189
|
},
|
|
3203
3190
|
{
|
|
3204
3191
|
"title": "Methods",
|
|
3205
3192
|
"kind": 2048,
|
|
3206
3193
|
"children": [
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3194
|
+
207,
|
|
3195
|
+
210,
|
|
3196
|
+
215,
|
|
3197
|
+
212
|
|
3211
3198
|
]
|
|
3212
3199
|
}
|
|
3213
3200
|
],
|
|
@@ -3252,7 +3239,7 @@
|
|
|
3252
3239
|
"sources": [
|
|
3253
3240
|
{
|
|
3254
3241
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3255
|
-
"line":
|
|
3242
|
+
"line": 229,
|
|
3256
3243
|
"character": 2
|
|
3257
3244
|
}
|
|
3258
3245
|
],
|
|
@@ -3375,7 +3362,7 @@
|
|
|
3375
3362
|
"defaultValue": "..."
|
|
3376
3363
|
},
|
|
3377
3364
|
{
|
|
3378
|
-
"id":
|
|
3365
|
+
"id": 262,
|
|
3379
3366
|
"name": "tokenComponents",
|
|
3380
3367
|
"kind": 1024,
|
|
3381
3368
|
"kindString": "Property",
|
|
@@ -3399,7 +3386,7 @@
|
|
|
3399
3386
|
"sources": [
|
|
3400
3387
|
{
|
|
3401
3388
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3402
|
-
"line":
|
|
3389
|
+
"line": 220,
|
|
3403
3390
|
"character": 9
|
|
3404
3391
|
}
|
|
3405
3392
|
],
|
|
@@ -3452,7 +3439,7 @@
|
|
|
3452
3439
|
"typeArguments": [
|
|
3453
3440
|
{
|
|
3454
3441
|
"type": "reference",
|
|
3455
|
-
"id":
|
|
3442
|
+
"id": 385,
|
|
3456
3443
|
"typeArguments": [
|
|
3457
3444
|
{
|
|
3458
3445
|
"type": "intrinsic",
|
|
@@ -3505,7 +3492,7 @@
|
|
|
3505
3492
|
"type": "array",
|
|
3506
3493
|
"elementType": {
|
|
3507
3494
|
"type": "reference",
|
|
3508
|
-
"id":
|
|
3495
|
+
"id": 382,
|
|
3509
3496
|
"typeArguments": [
|
|
3510
3497
|
{
|
|
3511
3498
|
"type": "intrinsic",
|
|
@@ -3523,7 +3510,7 @@
|
|
|
3523
3510
|
"defaultValue": "..."
|
|
3524
3511
|
},
|
|
3525
3512
|
{
|
|
3526
|
-
"id":
|
|
3513
|
+
"id": 256,
|
|
3527
3514
|
"name": "trackTokenFn",
|
|
3528
3515
|
"kind": 1024,
|
|
3529
3516
|
"kindString": "Property",
|
|
@@ -3533,7 +3520,7 @@
|
|
|
3533
3520
|
"sources": [
|
|
3534
3521
|
{
|
|
3535
3522
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3536
|
-
"line":
|
|
3523
|
+
"line": 211,
|
|
3537
3524
|
"character": 9
|
|
3538
3525
|
}
|
|
3539
3526
|
],
|
|
@@ -3542,7 +3529,7 @@
|
|
|
3542
3529
|
"typeArguments": [
|
|
3543
3530
|
{
|
|
3544
3531
|
"type": "reference",
|
|
3545
|
-
"id":
|
|
3532
|
+
"id": 382,
|
|
3546
3533
|
"typeArguments": [
|
|
3547
3534
|
{
|
|
3548
3535
|
"type": "intrinsic",
|
|
@@ -3593,7 +3580,7 @@
|
|
|
3593
3580
|
}
|
|
3594
3581
|
},
|
|
3595
3582
|
{
|
|
3596
|
-
"id":
|
|
3583
|
+
"id": 252,
|
|
3597
3584
|
"name": "activeIndex",
|
|
3598
3585
|
"kind": 262144,
|
|
3599
3586
|
"kindString": "Accessor",
|
|
@@ -3603,13 +3590,13 @@
|
|
|
3603
3590
|
"sources": [
|
|
3604
3591
|
{
|
|
3605
3592
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3606
|
-
"line":
|
|
3593
|
+
"line": 193,
|
|
3607
3594
|
"character": 13
|
|
3608
3595
|
}
|
|
3609
3596
|
],
|
|
3610
3597
|
"getSignature": [
|
|
3611
3598
|
{
|
|
3612
|
-
"id":
|
|
3599
|
+
"id": 253,
|
|
3613
3600
|
"name": "activeIndex",
|
|
3614
3601
|
"kind": 524288,
|
|
3615
3602
|
"kindString": "Get signature",
|
|
@@ -3622,14 +3609,14 @@
|
|
|
3622
3609
|
],
|
|
3623
3610
|
"setSignature": [
|
|
3624
3611
|
{
|
|
3625
|
-
"id":
|
|
3612
|
+
"id": 254,
|
|
3626
3613
|
"name": "activeIndex",
|
|
3627
3614
|
"kind": 1048576,
|
|
3628
3615
|
"kindString": "Set signature",
|
|
3629
3616
|
"flags": {},
|
|
3630
3617
|
"parameters": [
|
|
3631
3618
|
{
|
|
3632
|
-
"id":
|
|
3619
|
+
"id": 255,
|
|
3633
3620
|
"name": "value",
|
|
3634
3621
|
"kind": 32768,
|
|
3635
3622
|
"kindString": "Parameter",
|
|
@@ -4029,7 +4016,7 @@
|
|
|
4029
4016
|
"typeArguments": [
|
|
4030
4017
|
{
|
|
4031
4018
|
"type": "reference",
|
|
4032
|
-
"id":
|
|
4019
|
+
"id": 388,
|
|
4033
4020
|
"name": "SkyTokensMessage"
|
|
4034
4021
|
}
|
|
4035
4022
|
],
|
|
@@ -4061,7 +4048,7 @@
|
|
|
4061
4048
|
"typeArguments": [
|
|
4062
4049
|
{
|
|
4063
4050
|
"type": "reference",
|
|
4064
|
-
"id":
|
|
4051
|
+
"id": 388,
|
|
4065
4052
|
"name": "SkyTokensMessage"
|
|
4066
4053
|
}
|
|
4067
4054
|
],
|
|
@@ -4119,7 +4106,7 @@
|
|
|
4119
4106
|
"type": "array",
|
|
4120
4107
|
"elementType": {
|
|
4121
4108
|
"type": "reference",
|
|
4122
|
-
"id":
|
|
4109
|
+
"id": 382,
|
|
4123
4110
|
"typeArguments": [
|
|
4124
4111
|
{
|
|
4125
4112
|
"type": "intrinsic",
|
|
@@ -4152,7 +4139,7 @@
|
|
|
4152
4139
|
"type": "array",
|
|
4153
4140
|
"elementType": {
|
|
4154
4141
|
"type": "reference",
|
|
4155
|
-
"id":
|
|
4142
|
+
"id": 382,
|
|
4156
4143
|
"typeArguments": [
|
|
4157
4144
|
{
|
|
4158
4145
|
"type": "intrinsic",
|
|
@@ -4172,7 +4159,36 @@
|
|
|
4172
4159
|
]
|
|
4173
4160
|
},
|
|
4174
4161
|
{
|
|
4175
|
-
"id":
|
|
4162
|
+
"id": 273,
|
|
4163
|
+
"name": "animationDone",
|
|
4164
|
+
"kind": 2048,
|
|
4165
|
+
"kindString": "Method",
|
|
4166
|
+
"flags": {
|
|
4167
|
+
"isPublic": true
|
|
4168
|
+
},
|
|
4169
|
+
"sources": [
|
|
4170
|
+
{
|
|
4171
|
+
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4172
|
+
"line": 258,
|
|
4173
|
+
"character": 9
|
|
4174
|
+
}
|
|
4175
|
+
],
|
|
4176
|
+
"signatures": [
|
|
4177
|
+
{
|
|
4178
|
+
"id": 274,
|
|
4179
|
+
"name": "animationDone",
|
|
4180
|
+
"kind": 4096,
|
|
4181
|
+
"kindString": "Call signature",
|
|
4182
|
+
"flags": {},
|
|
4183
|
+
"type": {
|
|
4184
|
+
"type": "intrinsic",
|
|
4185
|
+
"name": "void"
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
]
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"id": 268,
|
|
4176
4192
|
"name": "ngOnDestroy",
|
|
4177
4193
|
"kind": 2048,
|
|
4178
4194
|
"kindString": "Method",
|
|
@@ -4182,13 +4198,13 @@
|
|
|
4182
4198
|
"sources": [
|
|
4183
4199
|
{
|
|
4184
4200
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4185
|
-
"line":
|
|
4201
|
+
"line": 245,
|
|
4186
4202
|
"character": 9
|
|
4187
4203
|
}
|
|
4188
4204
|
],
|
|
4189
4205
|
"signatures": [
|
|
4190
4206
|
{
|
|
4191
|
-
"id":
|
|
4207
|
+
"id": 269,
|
|
4192
4208
|
"name": "ngOnDestroy",
|
|
4193
4209
|
"kind": 4096,
|
|
4194
4210
|
"kindString": "Call signature",
|
|
@@ -4209,7 +4225,7 @@
|
|
|
4209
4225
|
}
|
|
4210
4226
|
},
|
|
4211
4227
|
{
|
|
4212
|
-
"id":
|
|
4228
|
+
"id": 270,
|
|
4213
4229
|
"name": "onTokenClick",
|
|
4214
4230
|
"kind": 2048,
|
|
4215
4231
|
"kindString": "Method",
|
|
@@ -4219,27 +4235,27 @@
|
|
|
4219
4235
|
"sources": [
|
|
4220
4236
|
{
|
|
4221
4237
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4222
|
-
"line":
|
|
4238
|
+
"line": 250,
|
|
4223
4239
|
"character": 9
|
|
4224
4240
|
}
|
|
4225
4241
|
],
|
|
4226
4242
|
"signatures": [
|
|
4227
4243
|
{
|
|
4228
|
-
"id":
|
|
4244
|
+
"id": 271,
|
|
4229
4245
|
"name": "onTokenClick",
|
|
4230
4246
|
"kind": 4096,
|
|
4231
4247
|
"kindString": "Call signature",
|
|
4232
4248
|
"flags": {},
|
|
4233
4249
|
"parameters": [
|
|
4234
4250
|
{
|
|
4235
|
-
"id":
|
|
4251
|
+
"id": 272,
|
|
4236
4252
|
"name": "token",
|
|
4237
4253
|
"kind": 32768,
|
|
4238
4254
|
"kindString": "Parameter",
|
|
4239
4255
|
"flags": {},
|
|
4240
4256
|
"type": {
|
|
4241
4257
|
"type": "reference",
|
|
4242
|
-
"id":
|
|
4258
|
+
"id": 382,
|
|
4243
4259
|
"typeArguments": [
|
|
4244
4260
|
{
|
|
4245
4261
|
"type": "intrinsic",
|
|
@@ -4258,7 +4274,7 @@
|
|
|
4258
4274
|
]
|
|
4259
4275
|
},
|
|
4260
4276
|
{
|
|
4261
|
-
"id":
|
|
4277
|
+
"id": 275,
|
|
4262
4278
|
"name": "onTokenKeyDown",
|
|
4263
4279
|
"kind": 2048,
|
|
4264
4280
|
"kindString": "Method",
|
|
@@ -4268,20 +4284,20 @@
|
|
|
4268
4284
|
"sources": [
|
|
4269
4285
|
{
|
|
4270
4286
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4271
|
-
"line":
|
|
4287
|
+
"line": 262,
|
|
4272
4288
|
"character": 9
|
|
4273
4289
|
}
|
|
4274
4290
|
],
|
|
4275
4291
|
"signatures": [
|
|
4276
4292
|
{
|
|
4277
|
-
"id":
|
|
4293
|
+
"id": 276,
|
|
4278
4294
|
"name": "onTokenKeyDown",
|
|
4279
4295
|
"kind": 4096,
|
|
4280
4296
|
"kindString": "Call signature",
|
|
4281
4297
|
"flags": {},
|
|
4282
4298
|
"parameters": [
|
|
4283
4299
|
{
|
|
4284
|
-
"id":
|
|
4300
|
+
"id": 277,
|
|
4285
4301
|
"name": "event",
|
|
4286
4302
|
"kind": 32768,
|
|
4287
4303
|
"kindString": "Parameter",
|
|
@@ -4302,7 +4318,7 @@
|
|
|
4302
4318
|
]
|
|
4303
4319
|
},
|
|
4304
4320
|
{
|
|
4305
|
-
"id":
|
|
4321
|
+
"id": 281,
|
|
4306
4322
|
"name": "removeToken",
|
|
4307
4323
|
"kind": 2048,
|
|
4308
4324
|
"kindString": "Method",
|
|
@@ -4312,27 +4328,27 @@
|
|
|
4312
4328
|
"sources": [
|
|
4313
4329
|
{
|
|
4314
4330
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4315
|
-
"line":
|
|
4331
|
+
"line": 290,
|
|
4316
4332
|
"character": 9
|
|
4317
4333
|
}
|
|
4318
4334
|
],
|
|
4319
4335
|
"signatures": [
|
|
4320
4336
|
{
|
|
4321
|
-
"id":
|
|
4337
|
+
"id": 282,
|
|
4322
4338
|
"name": "removeToken",
|
|
4323
4339
|
"kind": 4096,
|
|
4324
4340
|
"kindString": "Call signature",
|
|
4325
4341
|
"flags": {},
|
|
4326
4342
|
"parameters": [
|
|
4327
4343
|
{
|
|
4328
|
-
"id":
|
|
4344
|
+
"id": 283,
|
|
4329
4345
|
"name": "token",
|
|
4330
4346
|
"kind": 32768,
|
|
4331
4347
|
"kindString": "Parameter",
|
|
4332
4348
|
"flags": {},
|
|
4333
4349
|
"type": {
|
|
4334
4350
|
"type": "reference",
|
|
4335
|
-
"id":
|
|
4351
|
+
"id": 382,
|
|
4336
4352
|
"typeArguments": [
|
|
4337
4353
|
{
|
|
4338
4354
|
"type": "intrinsic",
|
|
@@ -4351,7 +4367,7 @@
|
|
|
4351
4367
|
]
|
|
4352
4368
|
},
|
|
4353
4369
|
{
|
|
4354
|
-
"id":
|
|
4370
|
+
"id": 278,
|
|
4355
4371
|
"name": "selectToken",
|
|
4356
4372
|
"kind": 2048,
|
|
4357
4373
|
"kindString": "Method",
|
|
@@ -4361,27 +4377,27 @@
|
|
|
4361
4377
|
"sources": [
|
|
4362
4378
|
{
|
|
4363
4379
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4364
|
-
"line":
|
|
4380
|
+
"line": 284,
|
|
4365
4381
|
"character": 9
|
|
4366
4382
|
}
|
|
4367
4383
|
],
|
|
4368
4384
|
"signatures": [
|
|
4369
4385
|
{
|
|
4370
|
-
"id":
|
|
4386
|
+
"id": 279,
|
|
4371
4387
|
"name": "selectToken",
|
|
4372
4388
|
"kind": 4096,
|
|
4373
4389
|
"kindString": "Call signature",
|
|
4374
4390
|
"flags": {},
|
|
4375
4391
|
"parameters": [
|
|
4376
4392
|
{
|
|
4377
|
-
"id":
|
|
4393
|
+
"id": 280,
|
|
4378
4394
|
"name": "token",
|
|
4379
4395
|
"kind": 32768,
|
|
4380
4396
|
"kindString": "Parameter",
|
|
4381
4397
|
"flags": {},
|
|
4382
4398
|
"type": {
|
|
4383
4399
|
"type": "reference",
|
|
4384
|
-
"id":
|
|
4400
|
+
"id": 382,
|
|
4385
4401
|
"typeArguments": [
|
|
4386
4402
|
{
|
|
4387
4403
|
"type": "intrinsic",
|
|
@@ -4414,10 +4430,10 @@
|
|
|
4414
4430
|
"children": [
|
|
4415
4431
|
247,
|
|
4416
4432
|
248,
|
|
4417
|
-
|
|
4433
|
+
262,
|
|
4418
4434
|
249,
|
|
4419
4435
|
250,
|
|
4420
|
-
|
|
4436
|
+
256,
|
|
4421
4437
|
234
|
|
4422
4438
|
]
|
|
4423
4439
|
},
|
|
@@ -4425,7 +4441,7 @@
|
|
|
4425
4441
|
"title": "Accessors",
|
|
4426
4442
|
"kind": 262144,
|
|
4427
4443
|
"children": [
|
|
4428
|
-
|
|
4444
|
+
252,
|
|
4429
4445
|
222,
|
|
4430
4446
|
226,
|
|
4431
4447
|
230,
|
|
@@ -4438,11 +4454,12 @@
|
|
|
4438
4454
|
"title": "Methods",
|
|
4439
4455
|
"kind": 2048,
|
|
4440
4456
|
"children": [
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4457
|
+
273,
|
|
4458
|
+
268,
|
|
4459
|
+
270,
|
|
4460
|
+
275,
|
|
4461
|
+
281,
|
|
4462
|
+
278
|
|
4446
4463
|
]
|
|
4447
4464
|
}
|
|
4448
4465
|
],
|
|
@@ -4463,7 +4480,7 @@
|
|
|
4463
4480
|
]
|
|
4464
4481
|
},
|
|
4465
4482
|
{
|
|
4466
|
-
"id":
|
|
4483
|
+
"id": 299,
|
|
4467
4484
|
"name": "SkyWaitComponent",
|
|
4468
4485
|
"kind": 128,
|
|
4469
4486
|
"kindString": "Class",
|
|
@@ -4484,7 +4501,7 @@
|
|
|
4484
4501
|
],
|
|
4485
4502
|
"children": [
|
|
4486
4503
|
{
|
|
4487
|
-
"id":
|
|
4504
|
+
"id": 300,
|
|
4488
4505
|
"name": "constructor",
|
|
4489
4506
|
"kind": 512,
|
|
4490
4507
|
"kindString": "Constructor",
|
|
@@ -4498,14 +4515,14 @@
|
|
|
4498
4515
|
],
|
|
4499
4516
|
"signatures": [
|
|
4500
4517
|
{
|
|
4501
|
-
"id":
|
|
4518
|
+
"id": 301,
|
|
4502
4519
|
"name": "SkyWaitComponent",
|
|
4503
4520
|
"kind": 16384,
|
|
4504
4521
|
"kindString": "Constructor signature",
|
|
4505
4522
|
"flags": {},
|
|
4506
4523
|
"parameters": [
|
|
4507
4524
|
{
|
|
4508
|
-
"id":
|
|
4525
|
+
"id": 302,
|
|
4509
4526
|
"name": "elRef",
|
|
4510
4527
|
"kind": 32768,
|
|
4511
4528
|
"kindString": "Parameter",
|
|
@@ -4524,7 +4541,7 @@
|
|
|
4524
4541
|
}
|
|
4525
4542
|
},
|
|
4526
4543
|
{
|
|
4527
|
-
"id":
|
|
4544
|
+
"id": 303,
|
|
4528
4545
|
"name": "adapterService",
|
|
4529
4546
|
"kind": 32768,
|
|
4530
4547
|
"kindString": "Parameter",
|
|
@@ -4535,7 +4552,7 @@
|
|
|
4535
4552
|
}
|
|
4536
4553
|
},
|
|
4537
4554
|
{
|
|
4538
|
-
"id":
|
|
4555
|
+
"id": 304,
|
|
4539
4556
|
"name": "resourceSvc",
|
|
4540
4557
|
"kind": 32768,
|
|
4541
4558
|
"kindString": "Parameter",
|
|
@@ -4560,14 +4577,14 @@
|
|
|
4560
4577
|
],
|
|
4561
4578
|
"type": {
|
|
4562
4579
|
"type": "reference",
|
|
4563
|
-
"id":
|
|
4580
|
+
"id": 299,
|
|
4564
4581
|
"name": "SkyWaitComponent"
|
|
4565
4582
|
}
|
|
4566
4583
|
}
|
|
4567
4584
|
]
|
|
4568
4585
|
},
|
|
4569
4586
|
{
|
|
4570
|
-
"id":
|
|
4587
|
+
"id": 320,
|
|
4571
4588
|
"name": "ariaLabelStream",
|
|
4572
4589
|
"kind": 1024,
|
|
4573
4590
|
"kindString": "Property",
|
|
@@ -4596,7 +4613,7 @@
|
|
|
4596
4613
|
"defaultValue": "..."
|
|
4597
4614
|
},
|
|
4598
4615
|
{
|
|
4599
|
-
"id":
|
|
4616
|
+
"id": 305,
|
|
4600
4617
|
"name": "ariaLabel",
|
|
4601
4618
|
"kind": 262144,
|
|
4602
4619
|
"kindString": "Accessor",
|
|
@@ -4624,7 +4641,7 @@
|
|
|
4624
4641
|
],
|
|
4625
4642
|
"setSignature": [
|
|
4626
4643
|
{
|
|
4627
|
-
"id":
|
|
4644
|
+
"id": 306,
|
|
4628
4645
|
"name": "ariaLabel",
|
|
4629
4646
|
"kind": 1048576,
|
|
4630
4647
|
"kindString": "Set signature",
|
|
@@ -4634,7 +4651,7 @@
|
|
|
4634
4651
|
},
|
|
4635
4652
|
"parameters": [
|
|
4636
4653
|
{
|
|
4637
|
-
"id":
|
|
4654
|
+
"id": 307,
|
|
4638
4655
|
"name": "value",
|
|
4639
4656
|
"kind": 32768,
|
|
4640
4657
|
"kindString": "Parameter",
|
|
@@ -4653,7 +4670,7 @@
|
|
|
4653
4670
|
]
|
|
4654
4671
|
},
|
|
4655
4672
|
{
|
|
4656
|
-
"id":
|
|
4673
|
+
"id": 312,
|
|
4657
4674
|
"name": "isFullPage",
|
|
4658
4675
|
"kind": 262144,
|
|
4659
4676
|
"kindString": "Accessor",
|
|
@@ -4681,7 +4698,7 @@
|
|
|
4681
4698
|
],
|
|
4682
4699
|
"getSignature": [
|
|
4683
4700
|
{
|
|
4684
|
-
"id":
|
|
4701
|
+
"id": 313,
|
|
4685
4702
|
"name": "isFullPage",
|
|
4686
4703
|
"kind": 524288,
|
|
4687
4704
|
"kindString": "Get signature",
|
|
@@ -4703,7 +4720,7 @@
|
|
|
4703
4720
|
],
|
|
4704
4721
|
"setSignature": [
|
|
4705
4722
|
{
|
|
4706
|
-
"id":
|
|
4723
|
+
"id": 314,
|
|
4707
4724
|
"name": "isFullPage",
|
|
4708
4725
|
"kind": 1048576,
|
|
4709
4726
|
"kindString": "Set signature",
|
|
@@ -4719,7 +4736,7 @@
|
|
|
4719
4736
|
},
|
|
4720
4737
|
"parameters": [
|
|
4721
4738
|
{
|
|
4722
|
-
"id":
|
|
4739
|
+
"id": 315,
|
|
4723
4740
|
"name": "value",
|
|
4724
4741
|
"kind": 32768,
|
|
4725
4742
|
"kindString": "Parameter",
|
|
@@ -4738,7 +4755,7 @@
|
|
|
4738
4755
|
]
|
|
4739
4756
|
},
|
|
4740
4757
|
{
|
|
4741
|
-
"id":
|
|
4758
|
+
"id": 316,
|
|
4742
4759
|
"name": "isNonBlocking",
|
|
4743
4760
|
"kind": 262144,
|
|
4744
4761
|
"kindString": "Accessor",
|
|
@@ -4766,7 +4783,7 @@
|
|
|
4766
4783
|
],
|
|
4767
4784
|
"getSignature": [
|
|
4768
4785
|
{
|
|
4769
|
-
"id":
|
|
4786
|
+
"id": 317,
|
|
4770
4787
|
"name": "isNonBlocking",
|
|
4771
4788
|
"kind": 524288,
|
|
4772
4789
|
"kindString": "Get signature",
|
|
@@ -4788,7 +4805,7 @@
|
|
|
4788
4805
|
],
|
|
4789
4806
|
"setSignature": [
|
|
4790
4807
|
{
|
|
4791
|
-
"id":
|
|
4808
|
+
"id": 318,
|
|
4792
4809
|
"name": "isNonBlocking",
|
|
4793
4810
|
"kind": 1048576,
|
|
4794
4811
|
"kindString": "Set signature",
|
|
@@ -4804,7 +4821,7 @@
|
|
|
4804
4821
|
},
|
|
4805
4822
|
"parameters": [
|
|
4806
4823
|
{
|
|
4807
|
-
"id":
|
|
4824
|
+
"id": 319,
|
|
4808
4825
|
"name": "value",
|
|
4809
4826
|
"kind": 32768,
|
|
4810
4827
|
"kindString": "Parameter",
|
|
@@ -4823,7 +4840,7 @@
|
|
|
4823
4840
|
]
|
|
4824
4841
|
},
|
|
4825
4842
|
{
|
|
4826
|
-
"id":
|
|
4843
|
+
"id": 308,
|
|
4827
4844
|
"name": "isWaiting",
|
|
4828
4845
|
"kind": 262144,
|
|
4829
4846
|
"kindString": "Accessor",
|
|
@@ -4851,7 +4868,7 @@
|
|
|
4851
4868
|
],
|
|
4852
4869
|
"getSignature": [
|
|
4853
4870
|
{
|
|
4854
|
-
"id":
|
|
4871
|
+
"id": 309,
|
|
4855
4872
|
"name": "isWaiting",
|
|
4856
4873
|
"kind": 524288,
|
|
4857
4874
|
"kindString": "Get signature",
|
|
@@ -4867,7 +4884,7 @@
|
|
|
4867
4884
|
],
|
|
4868
4885
|
"setSignature": [
|
|
4869
4886
|
{
|
|
4870
|
-
"id":
|
|
4887
|
+
"id": 310,
|
|
4871
4888
|
"name": "isWaiting",
|
|
4872
4889
|
"kind": 1048576,
|
|
4873
4890
|
"kindString": "Set signature",
|
|
@@ -4877,7 +4894,7 @@
|
|
|
4877
4894
|
},
|
|
4878
4895
|
"parameters": [
|
|
4879
4896
|
{
|
|
4880
|
-
"id":
|
|
4897
|
+
"id": 311,
|
|
4881
4898
|
"name": "value",
|
|
4882
4899
|
"kind": 32768,
|
|
4883
4900
|
"kindString": "Parameter",
|
|
@@ -4896,7 +4913,7 @@
|
|
|
4896
4913
|
]
|
|
4897
4914
|
},
|
|
4898
4915
|
{
|
|
4899
|
-
"id":
|
|
4916
|
+
"id": 332,
|
|
4900
4917
|
"name": "ngOnDestroy",
|
|
4901
4918
|
"kind": 2048,
|
|
4902
4919
|
"kindString": "Method",
|
|
@@ -4912,7 +4929,7 @@
|
|
|
4912
4929
|
],
|
|
4913
4930
|
"signatures": [
|
|
4914
4931
|
{
|
|
4915
|
-
"id":
|
|
4932
|
+
"id": 333,
|
|
4916
4933
|
"name": "ngOnDestroy",
|
|
4917
4934
|
"kind": 4096,
|
|
4918
4935
|
"kindString": "Call signature",
|
|
@@ -4933,7 +4950,7 @@
|
|
|
4933
4950
|
}
|
|
4934
4951
|
},
|
|
4935
4952
|
{
|
|
4936
|
-
"id":
|
|
4953
|
+
"id": 330,
|
|
4937
4954
|
"name": "ngOnInit",
|
|
4938
4955
|
"kind": 2048,
|
|
4939
4956
|
"kindString": "Method",
|
|
@@ -4949,7 +4966,7 @@
|
|
|
4949
4966
|
],
|
|
4950
4967
|
"signatures": [
|
|
4951
4968
|
{
|
|
4952
|
-
"id":
|
|
4969
|
+
"id": 331,
|
|
4953
4970
|
"name": "ngOnInit",
|
|
4954
4971
|
"kind": 4096,
|
|
4955
4972
|
"kindString": "Call signature",
|
|
@@ -4975,32 +4992,32 @@
|
|
|
4975
4992
|
"title": "Constructors",
|
|
4976
4993
|
"kind": 512,
|
|
4977
4994
|
"children": [
|
|
4978
|
-
|
|
4995
|
+
300
|
|
4979
4996
|
]
|
|
4980
4997
|
},
|
|
4981
4998
|
{
|
|
4982
4999
|
"title": "Properties",
|
|
4983
5000
|
"kind": 1024,
|
|
4984
5001
|
"children": [
|
|
4985
|
-
|
|
5002
|
+
320
|
|
4986
5003
|
]
|
|
4987
5004
|
},
|
|
4988
5005
|
{
|
|
4989
5006
|
"title": "Accessors",
|
|
4990
5007
|
"kind": 262144,
|
|
4991
5008
|
"children": [
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
5009
|
+
305,
|
|
5010
|
+
312,
|
|
5011
|
+
316,
|
|
5012
|
+
308
|
|
4996
5013
|
]
|
|
4997
5014
|
},
|
|
4998
5015
|
{
|
|
4999
5016
|
"title": "Methods",
|
|
5000
5017
|
"kind": 2048,
|
|
5001
5018
|
"children": [
|
|
5002
|
-
|
|
5003
|
-
|
|
5019
|
+
332,
|
|
5020
|
+
330
|
|
5004
5021
|
]
|
|
5005
5022
|
}
|
|
5006
5023
|
],
|
|
@@ -5293,7 +5310,7 @@
|
|
|
5293
5310
|
],
|
|
5294
5311
|
"type": {
|
|
5295
5312
|
"type": "reference",
|
|
5296
|
-
"id":
|
|
5313
|
+
"id": 361,
|
|
5297
5314
|
"name": "SkyIconType"
|
|
5298
5315
|
}
|
|
5299
5316
|
},
|
|
@@ -5364,7 +5381,7 @@
|
|
|
5364
5381
|
],
|
|
5365
5382
|
"type": {
|
|
5366
5383
|
"type": "reference",
|
|
5367
|
-
"id":
|
|
5384
|
+
"id": 362,
|
|
5368
5385
|
"name": "SkyIconVariantType"
|
|
5369
5386
|
}
|
|
5370
5387
|
}
|
|
@@ -5550,7 +5567,7 @@
|
|
|
5550
5567
|
],
|
|
5551
5568
|
"type": {
|
|
5552
5569
|
"type": "reference",
|
|
5553
|
-
"id":
|
|
5570
|
+
"id": 363,
|
|
5554
5571
|
"name": "SkyKeyInfoLayoutType"
|
|
5555
5572
|
},
|
|
5556
5573
|
"defaultValue": "'vertical'"
|
|
@@ -5732,7 +5749,7 @@
|
|
|
5732
5749
|
],
|
|
5733
5750
|
"type": {
|
|
5734
5751
|
"type": "reference",
|
|
5735
|
-
"id":
|
|
5752
|
+
"id": 367,
|
|
5736
5753
|
"name": "SkyLabelType"
|
|
5737
5754
|
},
|
|
5738
5755
|
"defaultValue": "LABEL_TYPE_DEFAULT"
|
|
@@ -5860,7 +5877,7 @@
|
|
|
5860
5877
|
"flags": {},
|
|
5861
5878
|
"type": {
|
|
5862
5879
|
"type": "reference",
|
|
5863
|
-
"id":
|
|
5880
|
+
"id": 371,
|
|
5864
5881
|
"name": "SkyIndicatorDescriptionType"
|
|
5865
5882
|
}
|
|
5866
5883
|
}
|
|
@@ -5924,7 +5941,7 @@
|
|
|
5924
5941
|
"flags": {},
|
|
5925
5942
|
"type": {
|
|
5926
5943
|
"type": "reference",
|
|
5927
|
-
"id":
|
|
5944
|
+
"id": 367,
|
|
5928
5945
|
"name": "SkyLabelType"
|
|
5929
5946
|
}
|
|
5930
5947
|
}
|
|
@@ -6071,14 +6088,14 @@
|
|
|
6071
6088
|
]
|
|
6072
6089
|
},
|
|
6073
6090
|
{
|
|
6074
|
-
"id":
|
|
6091
|
+
"id": 382,
|
|
6075
6092
|
"name": "SkyToken",
|
|
6076
6093
|
"kind": 256,
|
|
6077
6094
|
"kindString": "Interface",
|
|
6078
6095
|
"flags": {},
|
|
6079
6096
|
"children": [
|
|
6080
6097
|
{
|
|
6081
|
-
"id":
|
|
6098
|
+
"id": 383,
|
|
6082
6099
|
"name": "value",
|
|
6083
6100
|
"kind": 1024,
|
|
6084
6101
|
"kindString": "Property",
|
|
@@ -6095,7 +6112,7 @@
|
|
|
6095
6112
|
],
|
|
6096
6113
|
"type": {
|
|
6097
6114
|
"type": "reference",
|
|
6098
|
-
"id":
|
|
6115
|
+
"id": 384,
|
|
6099
6116
|
"name": "T"
|
|
6100
6117
|
}
|
|
6101
6118
|
}
|
|
@@ -6105,7 +6122,7 @@
|
|
|
6105
6122
|
"title": "Properties",
|
|
6106
6123
|
"kind": 1024,
|
|
6107
6124
|
"children": [
|
|
6108
|
-
|
|
6125
|
+
383
|
|
6109
6126
|
]
|
|
6110
6127
|
}
|
|
6111
6128
|
],
|
|
@@ -6118,7 +6135,7 @@
|
|
|
6118
6135
|
],
|
|
6119
6136
|
"typeParameter": [
|
|
6120
6137
|
{
|
|
6121
|
-
"id":
|
|
6138
|
+
"id": 384,
|
|
6122
6139
|
"name": "T",
|
|
6123
6140
|
"kind": 131072,
|
|
6124
6141
|
"kindString": "Type parameter",
|
|
@@ -6131,14 +6148,14 @@
|
|
|
6131
6148
|
]
|
|
6132
6149
|
},
|
|
6133
6150
|
{
|
|
6134
|
-
"id":
|
|
6151
|
+
"id": 385,
|
|
6135
6152
|
"name": "SkyTokenSelectedEventArgs",
|
|
6136
6153
|
"kind": 256,
|
|
6137
6154
|
"kindString": "Interface",
|
|
6138
6155
|
"flags": {},
|
|
6139
6156
|
"children": [
|
|
6140
6157
|
{
|
|
6141
|
-
"id":
|
|
6158
|
+
"id": 386,
|
|
6142
6159
|
"name": "token",
|
|
6143
6160
|
"kind": 1024,
|
|
6144
6161
|
"kindString": "Property",
|
|
@@ -6157,11 +6174,11 @@
|
|
|
6157
6174
|
],
|
|
6158
6175
|
"type": {
|
|
6159
6176
|
"type": "reference",
|
|
6160
|
-
"id":
|
|
6177
|
+
"id": 382,
|
|
6161
6178
|
"typeArguments": [
|
|
6162
6179
|
{
|
|
6163
6180
|
"type": "reference",
|
|
6164
|
-
"id":
|
|
6181
|
+
"id": 387,
|
|
6165
6182
|
"name": "T"
|
|
6166
6183
|
}
|
|
6167
6184
|
],
|
|
@@ -6174,7 +6191,7 @@
|
|
|
6174
6191
|
"title": "Properties",
|
|
6175
6192
|
"kind": 1024,
|
|
6176
6193
|
"children": [
|
|
6177
|
-
|
|
6194
|
+
386
|
|
6178
6195
|
]
|
|
6179
6196
|
}
|
|
6180
6197
|
],
|
|
@@ -6187,7 +6204,7 @@
|
|
|
6187
6204
|
],
|
|
6188
6205
|
"typeParameter": [
|
|
6189
6206
|
{
|
|
6190
|
-
"id":
|
|
6207
|
+
"id": 387,
|
|
6191
6208
|
"name": "T",
|
|
6192
6209
|
"kind": 131072,
|
|
6193
6210
|
"kindString": "Type parameter",
|
|
@@ -6200,14 +6217,14 @@
|
|
|
6200
6217
|
]
|
|
6201
6218
|
},
|
|
6202
6219
|
{
|
|
6203
|
-
"id":
|
|
6220
|
+
"id": 388,
|
|
6204
6221
|
"name": "SkyTokensMessage",
|
|
6205
6222
|
"kind": 256,
|
|
6206
6223
|
"kindString": "Interface",
|
|
6207
6224
|
"flags": {},
|
|
6208
6225
|
"children": [
|
|
6209
6226
|
{
|
|
6210
|
-
"id":
|
|
6227
|
+
"id": 389,
|
|
6211
6228
|
"name": "type",
|
|
6212
6229
|
"kind": 1024,
|
|
6213
6230
|
"kindString": "Property",
|
|
@@ -6226,7 +6243,7 @@
|
|
|
6226
6243
|
],
|
|
6227
6244
|
"type": {
|
|
6228
6245
|
"type": "reference",
|
|
6229
|
-
"id":
|
|
6246
|
+
"id": 390,
|
|
6230
6247
|
"name": "SkyTokensMessageType"
|
|
6231
6248
|
}
|
|
6232
6249
|
}
|
|
@@ -6236,7 +6253,7 @@
|
|
|
6236
6253
|
"title": "Properties",
|
|
6237
6254
|
"kind": 1024,
|
|
6238
6255
|
"children": [
|
|
6239
|
-
|
|
6256
|
+
389
|
|
6240
6257
|
]
|
|
6241
6258
|
}
|
|
6242
6259
|
],
|
|
@@ -6249,7 +6266,7 @@
|
|
|
6249
6266
|
]
|
|
6250
6267
|
},
|
|
6251
6268
|
{
|
|
6252
|
-
"id":
|
|
6269
|
+
"id": 361,
|
|
6253
6270
|
"name": "SkyIconType",
|
|
6254
6271
|
"kind": 4194304,
|
|
6255
6272
|
"kindString": "Type alias",
|
|
@@ -6276,7 +6293,7 @@
|
|
|
6276
6293
|
}
|
|
6277
6294
|
},
|
|
6278
6295
|
{
|
|
6279
|
-
"id":
|
|
6296
|
+
"id": 362,
|
|
6280
6297
|
"name": "SkyIconVariantType",
|
|
6281
6298
|
"kind": 4194304,
|
|
6282
6299
|
"kindString": "Type alias",
|
|
@@ -6303,7 +6320,7 @@
|
|
|
6303
6320
|
}
|
|
6304
6321
|
},
|
|
6305
6322
|
{
|
|
6306
|
-
"id":
|
|
6323
|
+
"id": 371,
|
|
6307
6324
|
"name": "SkyIndicatorDescriptionType",
|
|
6308
6325
|
"kind": 4194304,
|
|
6309
6326
|
"kindString": "Type alias",
|
|
@@ -6366,7 +6383,7 @@
|
|
|
6366
6383
|
}
|
|
6367
6384
|
},
|
|
6368
6385
|
{
|
|
6369
|
-
"id":
|
|
6386
|
+
"id": 372,
|
|
6370
6387
|
"name": "SkyIndicatorIconType",
|
|
6371
6388
|
"kind": 4194304,
|
|
6372
6389
|
"kindString": "Type alias",
|
|
@@ -6401,7 +6418,7 @@
|
|
|
6401
6418
|
}
|
|
6402
6419
|
},
|
|
6403
6420
|
{
|
|
6404
|
-
"id":
|
|
6421
|
+
"id": 363,
|
|
6405
6422
|
"name": "SkyKeyInfoLayoutType",
|
|
6406
6423
|
"kind": 4194304,
|
|
6407
6424
|
"kindString": "Type alias",
|
|
@@ -6428,7 +6445,7 @@
|
|
|
6428
6445
|
}
|
|
6429
6446
|
},
|
|
6430
6447
|
{
|
|
6431
|
-
"id":
|
|
6448
|
+
"id": 367,
|
|
6432
6449
|
"name": "SkyLabelType",
|
|
6433
6450
|
"kind": 4194304,
|
|
6434
6451
|
"kindString": "Type alias",
|
|
@@ -6463,7 +6480,7 @@
|
|
|
6463
6480
|
}
|
|
6464
6481
|
},
|
|
6465
6482
|
{
|
|
6466
|
-
"id":
|
|
6483
|
+
"id": 442,
|
|
6467
6484
|
"name": "SkyAlertHarness",
|
|
6468
6485
|
"kind": 128,
|
|
6469
6486
|
"kindString": "Class",
|
|
@@ -6473,7 +6490,7 @@
|
|
|
6473
6490
|
},
|
|
6474
6491
|
"children": [
|
|
6475
6492
|
{
|
|
6476
|
-
"id":
|
|
6493
|
+
"id": 463,
|
|
6477
6494
|
"name": "close",
|
|
6478
6495
|
"kind": 2048,
|
|
6479
6496
|
"kindString": "Method",
|
|
@@ -6489,7 +6506,7 @@
|
|
|
6489
6506
|
],
|
|
6490
6507
|
"signatures": [
|
|
6491
6508
|
{
|
|
6492
|
-
"id":
|
|
6509
|
+
"id": 464,
|
|
6493
6510
|
"name": "close",
|
|
6494
6511
|
"kind": 4096,
|
|
6495
6512
|
"kindString": "Call signature",
|
|
@@ -6513,7 +6530,7 @@
|
|
|
6513
6530
|
]
|
|
6514
6531
|
},
|
|
6515
6532
|
{
|
|
6516
|
-
"id":
|
|
6533
|
+
"id": 459,
|
|
6517
6534
|
"name": "getAlertType",
|
|
6518
6535
|
"kind": 2048,
|
|
6519
6536
|
"kindString": "Method",
|
|
@@ -6529,7 +6546,7 @@
|
|
|
6529
6546
|
],
|
|
6530
6547
|
"signatures": [
|
|
6531
6548
|
{
|
|
6532
|
-
"id":
|
|
6549
|
+
"id": 460,
|
|
6533
6550
|
"name": "getAlertType",
|
|
6534
6551
|
"kind": 4096,
|
|
6535
6552
|
"kindString": "Call signature",
|
|
@@ -6542,7 +6559,7 @@
|
|
|
6542
6559
|
"typeArguments": [
|
|
6543
6560
|
{
|
|
6544
6561
|
"type": "reference",
|
|
6545
|
-
"id":
|
|
6562
|
+
"id": 372,
|
|
6546
6563
|
"name": "SkyIndicatorIconType"
|
|
6547
6564
|
}
|
|
6548
6565
|
],
|
|
@@ -6554,7 +6571,7 @@
|
|
|
6554
6571
|
]
|
|
6555
6572
|
},
|
|
6556
6573
|
{
|
|
6557
|
-
"id":
|
|
6574
|
+
"id": 471,
|
|
6558
6575
|
"name": "getCustomDescription",
|
|
6559
6576
|
"kind": 2048,
|
|
6560
6577
|
"kindString": "Method",
|
|
@@ -6570,7 +6587,7 @@
|
|
|
6570
6587
|
],
|
|
6571
6588
|
"signatures": [
|
|
6572
6589
|
{
|
|
6573
|
-
"id":
|
|
6590
|
+
"id": 472,
|
|
6574
6591
|
"name": "getCustomDescription",
|
|
6575
6592
|
"kind": 4096,
|
|
6576
6593
|
"kindString": "Call signature",
|
|
@@ -6594,7 +6611,7 @@
|
|
|
6594
6611
|
]
|
|
6595
6612
|
},
|
|
6596
6613
|
{
|
|
6597
|
-
"id":
|
|
6614
|
+
"id": 469,
|
|
6598
6615
|
"name": "getDescriptionType",
|
|
6599
6616
|
"kind": 2048,
|
|
6600
6617
|
"kindString": "Method",
|
|
@@ -6610,7 +6627,7 @@
|
|
|
6610
6627
|
],
|
|
6611
6628
|
"signatures": [
|
|
6612
6629
|
{
|
|
6613
|
-
"id":
|
|
6630
|
+
"id": 470,
|
|
6614
6631
|
"name": "getDescriptionType",
|
|
6615
6632
|
"kind": 4096,
|
|
6616
6633
|
"kindString": "Call signature",
|
|
@@ -6623,7 +6640,7 @@
|
|
|
6623
6640
|
"typeArguments": [
|
|
6624
6641
|
{
|
|
6625
6642
|
"type": "reference",
|
|
6626
|
-
"id":
|
|
6643
|
+
"id": 371,
|
|
6627
6644
|
"name": "SkyIndicatorDescriptionType"
|
|
6628
6645
|
}
|
|
6629
6646
|
],
|
|
@@ -6635,7 +6652,7 @@
|
|
|
6635
6652
|
]
|
|
6636
6653
|
},
|
|
6637
6654
|
{
|
|
6638
|
-
"id":
|
|
6655
|
+
"id": 461,
|
|
6639
6656
|
"name": "getText",
|
|
6640
6657
|
"kind": 2048,
|
|
6641
6658
|
"kindString": "Method",
|
|
@@ -6651,7 +6668,7 @@
|
|
|
6651
6668
|
],
|
|
6652
6669
|
"signatures": [
|
|
6653
6670
|
{
|
|
6654
|
-
"id":
|
|
6671
|
+
"id": 462,
|
|
6655
6672
|
"name": "getText",
|
|
6656
6673
|
"kind": 4096,
|
|
6657
6674
|
"kindString": "Call signature",
|
|
@@ -6675,7 +6692,7 @@
|
|
|
6675
6692
|
]
|
|
6676
6693
|
},
|
|
6677
6694
|
{
|
|
6678
|
-
"id":
|
|
6695
|
+
"id": 476,
|
|
6679
6696
|
"name": "host",
|
|
6680
6697
|
"kind": 2048,
|
|
6681
6698
|
"kindString": "Method",
|
|
@@ -6689,7 +6706,7 @@
|
|
|
6689
6706
|
],
|
|
6690
6707
|
"signatures": [
|
|
6691
6708
|
{
|
|
6692
|
-
"id":
|
|
6709
|
+
"id": 477,
|
|
6693
6710
|
"name": "host",
|
|
6694
6711
|
"kind": 4096,
|
|
6695
6712
|
"kindString": "Call signature",
|
|
@@ -6723,7 +6740,7 @@
|
|
|
6723
6740
|
}
|
|
6724
6741
|
},
|
|
6725
6742
|
{
|
|
6726
|
-
"id":
|
|
6743
|
+
"id": 467,
|
|
6727
6744
|
"name": "isCloseable",
|
|
6728
6745
|
"kind": 2048,
|
|
6729
6746
|
"kindString": "Method",
|
|
@@ -6739,7 +6756,7 @@
|
|
|
6739
6756
|
],
|
|
6740
6757
|
"signatures": [
|
|
6741
6758
|
{
|
|
6742
|
-
"id":
|
|
6759
|
+
"id": 468,
|
|
6743
6760
|
"name": "isCloseable",
|
|
6744
6761
|
"kind": 4096,
|
|
6745
6762
|
"kindString": "Call signature",
|
|
@@ -6763,7 +6780,7 @@
|
|
|
6763
6780
|
]
|
|
6764
6781
|
},
|
|
6765
6782
|
{
|
|
6766
|
-
"id":
|
|
6783
|
+
"id": 465,
|
|
6767
6784
|
"name": "isClosed",
|
|
6768
6785
|
"kind": 2048,
|
|
6769
6786
|
"kindString": "Method",
|
|
@@ -6779,7 +6796,7 @@
|
|
|
6779
6796
|
],
|
|
6780
6797
|
"signatures": [
|
|
6781
6798
|
{
|
|
6782
|
-
"id":
|
|
6799
|
+
"id": 466,
|
|
6783
6800
|
"name": "isClosed",
|
|
6784
6801
|
"kind": 4096,
|
|
6785
6802
|
"kindString": "Call signature",
|
|
@@ -6803,7 +6820,7 @@
|
|
|
6803
6820
|
]
|
|
6804
6821
|
},
|
|
6805
6822
|
{
|
|
6806
|
-
"id":
|
|
6823
|
+
"id": 444,
|
|
6807
6824
|
"name": "with",
|
|
6808
6825
|
"kind": 2048,
|
|
6809
6826
|
"kindString": "Method",
|
|
@@ -6820,7 +6837,7 @@
|
|
|
6820
6837
|
],
|
|
6821
6838
|
"signatures": [
|
|
6822
6839
|
{
|
|
6823
|
-
"id":
|
|
6840
|
+
"id": 445,
|
|
6824
6841
|
"name": "with",
|
|
6825
6842
|
"kind": 4096,
|
|
6826
6843
|
"kindString": "Call signature",
|
|
@@ -6830,14 +6847,14 @@
|
|
|
6830
6847
|
},
|
|
6831
6848
|
"parameters": [
|
|
6832
6849
|
{
|
|
6833
|
-
"id":
|
|
6850
|
+
"id": 446,
|
|
6834
6851
|
"name": "filters",
|
|
6835
6852
|
"kind": 32768,
|
|
6836
6853
|
"kindString": "Parameter",
|
|
6837
6854
|
"flags": {},
|
|
6838
6855
|
"type": {
|
|
6839
6856
|
"type": "reference",
|
|
6840
|
-
"id":
|
|
6857
|
+
"id": 496,
|
|
6841
6858
|
"name": "SkyAlertHarnessFilters"
|
|
6842
6859
|
}
|
|
6843
6860
|
}
|
|
@@ -6847,7 +6864,7 @@
|
|
|
6847
6864
|
"typeArguments": [
|
|
6848
6865
|
{
|
|
6849
6866
|
"type": "reference",
|
|
6850
|
-
"id":
|
|
6867
|
+
"id": 442,
|
|
6851
6868
|
"name": "SkyAlertHarness"
|
|
6852
6869
|
}
|
|
6853
6870
|
],
|
|
@@ -6864,22 +6881,22 @@
|
|
|
6864
6881
|
"title": "Constructors",
|
|
6865
6882
|
"kind": 512,
|
|
6866
6883
|
"children": [
|
|
6867
|
-
|
|
6884
|
+
452
|
|
6868
6885
|
]
|
|
6869
6886
|
},
|
|
6870
6887
|
{
|
|
6871
6888
|
"title": "Methods",
|
|
6872
6889
|
"kind": 2048,
|
|
6873
6890
|
"children": [
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
|
|
6891
|
+
463,
|
|
6892
|
+
459,
|
|
6893
|
+
471,
|
|
6894
|
+
469,
|
|
6895
|
+
461,
|
|
6896
|
+
476,
|
|
6897
|
+
467,
|
|
6898
|
+
465,
|
|
6899
|
+
444
|
|
6883
6900
|
]
|
|
6884
6901
|
}
|
|
6885
6902
|
],
|
|
@@ -6898,7 +6915,7 @@
|
|
|
6898
6915
|
]
|
|
6899
6916
|
},
|
|
6900
6917
|
{
|
|
6901
|
-
"id":
|
|
6918
|
+
"id": 500,
|
|
6902
6919
|
"name": "SkyKeyInfoHarness",
|
|
6903
6920
|
"kind": 128,
|
|
6904
6921
|
"kindString": "Class",
|
|
@@ -6908,7 +6925,7 @@
|
|
|
6908
6925
|
},
|
|
6909
6926
|
"children": [
|
|
6910
6927
|
{
|
|
6911
|
-
"id":
|
|
6928
|
+
"id": 518,
|
|
6912
6929
|
"name": "getLabelText",
|
|
6913
6930
|
"kind": 2048,
|
|
6914
6931
|
"kindString": "Method",
|
|
@@ -6924,7 +6941,7 @@
|
|
|
6924
6941
|
],
|
|
6925
6942
|
"signatures": [
|
|
6926
6943
|
{
|
|
6927
|
-
"id":
|
|
6944
|
+
"id": 519,
|
|
6928
6945
|
"name": "getLabelText",
|
|
6929
6946
|
"kind": 4096,
|
|
6930
6947
|
"kindString": "Call signature",
|
|
@@ -6948,7 +6965,7 @@
|
|
|
6948
6965
|
]
|
|
6949
6966
|
},
|
|
6950
6967
|
{
|
|
6951
|
-
"id":
|
|
6968
|
+
"id": 520,
|
|
6952
6969
|
"name": "getLayout",
|
|
6953
6970
|
"kind": 2048,
|
|
6954
6971
|
"kindString": "Method",
|
|
@@ -6964,7 +6981,7 @@
|
|
|
6964
6981
|
],
|
|
6965
6982
|
"signatures": [
|
|
6966
6983
|
{
|
|
6967
|
-
"id":
|
|
6984
|
+
"id": 521,
|
|
6968
6985
|
"name": "getLayout",
|
|
6969
6986
|
"kind": 4096,
|
|
6970
6987
|
"kindString": "Call signature",
|
|
@@ -6977,7 +6994,7 @@
|
|
|
6977
6994
|
"typeArguments": [
|
|
6978
6995
|
{
|
|
6979
6996
|
"type": "reference",
|
|
6980
|
-
"id":
|
|
6997
|
+
"id": 363,
|
|
6981
6998
|
"name": "SkyKeyInfoLayoutType"
|
|
6982
6999
|
}
|
|
6983
7000
|
],
|
|
@@ -6989,7 +7006,7 @@
|
|
|
6989
7006
|
]
|
|
6990
7007
|
},
|
|
6991
7008
|
{
|
|
6992
|
-
"id":
|
|
7009
|
+
"id": 516,
|
|
6993
7010
|
"name": "getValueText",
|
|
6994
7011
|
"kind": 2048,
|
|
6995
7012
|
"kindString": "Method",
|
|
@@ -7005,7 +7022,7 @@
|
|
|
7005
7022
|
],
|
|
7006
7023
|
"signatures": [
|
|
7007
7024
|
{
|
|
7008
|
-
"id":
|
|
7025
|
+
"id": 517,
|
|
7009
7026
|
"name": "getValueText",
|
|
7010
7027
|
"kind": 4096,
|
|
7011
7028
|
"kindString": "Call signature",
|
|
@@ -7029,7 +7046,7 @@
|
|
|
7029
7046
|
]
|
|
7030
7047
|
},
|
|
7031
7048
|
{
|
|
7032
|
-
"id":
|
|
7049
|
+
"id": 525,
|
|
7033
7050
|
"name": "host",
|
|
7034
7051
|
"kind": 2048,
|
|
7035
7052
|
"kindString": "Method",
|
|
@@ -7043,7 +7060,7 @@
|
|
|
7043
7060
|
],
|
|
7044
7061
|
"signatures": [
|
|
7045
7062
|
{
|
|
7046
|
-
"id":
|
|
7063
|
+
"id": 526,
|
|
7047
7064
|
"name": "host",
|
|
7048
7065
|
"kind": 4096,
|
|
7049
7066
|
"kindString": "Call signature",
|
|
@@ -7077,7 +7094,7 @@
|
|
|
7077
7094
|
}
|
|
7078
7095
|
},
|
|
7079
7096
|
{
|
|
7080
|
-
"id":
|
|
7097
|
+
"id": 502,
|
|
7081
7098
|
"name": "with",
|
|
7082
7099
|
"kind": 2048,
|
|
7083
7100
|
"kindString": "Method",
|
|
@@ -7094,7 +7111,7 @@
|
|
|
7094
7111
|
],
|
|
7095
7112
|
"signatures": [
|
|
7096
7113
|
{
|
|
7097
|
-
"id":
|
|
7114
|
+
"id": 503,
|
|
7098
7115
|
"name": "with",
|
|
7099
7116
|
"kind": 4096,
|
|
7100
7117
|
"kindString": "Call signature",
|
|
@@ -7104,14 +7121,14 @@
|
|
|
7104
7121
|
},
|
|
7105
7122
|
"parameters": [
|
|
7106
7123
|
{
|
|
7107
|
-
"id":
|
|
7124
|
+
"id": 504,
|
|
7108
7125
|
"name": "filters",
|
|
7109
7126
|
"kind": 32768,
|
|
7110
7127
|
"kindString": "Parameter",
|
|
7111
7128
|
"flags": {},
|
|
7112
7129
|
"type": {
|
|
7113
7130
|
"type": "reference",
|
|
7114
|
-
"id":
|
|
7131
|
+
"id": 545,
|
|
7115
7132
|
"name": "SkyKeyInfoHarnessFilters"
|
|
7116
7133
|
}
|
|
7117
7134
|
}
|
|
@@ -7121,7 +7138,7 @@
|
|
|
7121
7138
|
"typeArguments": [
|
|
7122
7139
|
{
|
|
7123
7140
|
"type": "reference",
|
|
7124
|
-
"id":
|
|
7141
|
+
"id": 500,
|
|
7125
7142
|
"name": "SkyKeyInfoHarness"
|
|
7126
7143
|
}
|
|
7127
7144
|
],
|
|
@@ -7138,18 +7155,18 @@
|
|
|
7138
7155
|
"title": "Constructors",
|
|
7139
7156
|
"kind": 512,
|
|
7140
7157
|
"children": [
|
|
7141
|
-
|
|
7158
|
+
510
|
|
7142
7159
|
]
|
|
7143
7160
|
},
|
|
7144
7161
|
{
|
|
7145
7162
|
"title": "Methods",
|
|
7146
7163
|
"kind": 2048,
|
|
7147
7164
|
"children": [
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
|
|
7151
|
-
|
|
7152
|
-
|
|
7165
|
+
518,
|
|
7166
|
+
520,
|
|
7167
|
+
516,
|
|
7168
|
+
525,
|
|
7169
|
+
502
|
|
7153
7170
|
]
|
|
7154
7171
|
}
|
|
7155
7172
|
],
|
|
@@ -7168,7 +7185,7 @@
|
|
|
7168
7185
|
]
|
|
7169
7186
|
},
|
|
7170
7187
|
{
|
|
7171
|
-
"id":
|
|
7188
|
+
"id": 549,
|
|
7172
7189
|
"name": "SkyLabelHarness",
|
|
7173
7190
|
"kind": 128,
|
|
7174
7191
|
"kindString": "Class",
|
|
@@ -7178,7 +7195,7 @@
|
|
|
7178
7195
|
},
|
|
7179
7196
|
"children": [
|
|
7180
7197
|
{
|
|
7181
|
-
"id":
|
|
7198
|
+
"id": 571,
|
|
7182
7199
|
"name": "getCustomDescription",
|
|
7183
7200
|
"kind": 2048,
|
|
7184
7201
|
"kindString": "Method",
|
|
@@ -7194,7 +7211,7 @@
|
|
|
7194
7211
|
],
|
|
7195
7212
|
"signatures": [
|
|
7196
7213
|
{
|
|
7197
|
-
"id":
|
|
7214
|
+
"id": 572,
|
|
7198
7215
|
"name": "getCustomDescription",
|
|
7199
7216
|
"kind": 4096,
|
|
7200
7217
|
"kindString": "Call signature",
|
|
@@ -7218,7 +7235,7 @@
|
|
|
7218
7235
|
]
|
|
7219
7236
|
},
|
|
7220
7237
|
{
|
|
7221
|
-
"id":
|
|
7238
|
+
"id": 569,
|
|
7222
7239
|
"name": "getDescriptionType",
|
|
7223
7240
|
"kind": 2048,
|
|
7224
7241
|
"kindString": "Method",
|
|
@@ -7234,7 +7251,7 @@
|
|
|
7234
7251
|
],
|
|
7235
7252
|
"signatures": [
|
|
7236
7253
|
{
|
|
7237
|
-
"id":
|
|
7254
|
+
"id": 570,
|
|
7238
7255
|
"name": "getDescriptionType",
|
|
7239
7256
|
"kind": 4096,
|
|
7240
7257
|
"kindString": "Call signature",
|
|
@@ -7247,7 +7264,7 @@
|
|
|
7247
7264
|
"typeArguments": [
|
|
7248
7265
|
{
|
|
7249
7266
|
"type": "reference",
|
|
7250
|
-
"id":
|
|
7267
|
+
"id": 371,
|
|
7251
7268
|
"name": "SkyIndicatorDescriptionType"
|
|
7252
7269
|
}
|
|
7253
7270
|
],
|
|
@@ -7259,7 +7276,7 @@
|
|
|
7259
7276
|
]
|
|
7260
7277
|
},
|
|
7261
7278
|
{
|
|
7262
|
-
"id":
|
|
7279
|
+
"id": 565,
|
|
7263
7280
|
"name": "getLabelText",
|
|
7264
7281
|
"kind": 2048,
|
|
7265
7282
|
"kindString": "Method",
|
|
@@ -7275,7 +7292,7 @@
|
|
|
7275
7292
|
],
|
|
7276
7293
|
"signatures": [
|
|
7277
7294
|
{
|
|
7278
|
-
"id":
|
|
7295
|
+
"id": 566,
|
|
7279
7296
|
"name": "getLabelText",
|
|
7280
7297
|
"kind": 4096,
|
|
7281
7298
|
"kindString": "Call signature",
|
|
@@ -7299,7 +7316,7 @@
|
|
|
7299
7316
|
]
|
|
7300
7317
|
},
|
|
7301
7318
|
{
|
|
7302
|
-
"id":
|
|
7319
|
+
"id": 567,
|
|
7303
7320
|
"name": "getLabelType",
|
|
7304
7321
|
"kind": 2048,
|
|
7305
7322
|
"kindString": "Method",
|
|
@@ -7315,7 +7332,7 @@
|
|
|
7315
7332
|
],
|
|
7316
7333
|
"signatures": [
|
|
7317
7334
|
{
|
|
7318
|
-
"id":
|
|
7335
|
+
"id": 568,
|
|
7319
7336
|
"name": "getLabelType",
|
|
7320
7337
|
"kind": 4096,
|
|
7321
7338
|
"kindString": "Call signature",
|
|
@@ -7328,7 +7345,7 @@
|
|
|
7328
7345
|
"typeArguments": [
|
|
7329
7346
|
{
|
|
7330
7347
|
"type": "reference",
|
|
7331
|
-
"id":
|
|
7348
|
+
"id": 367,
|
|
7332
7349
|
"name": "SkyLabelType"
|
|
7333
7350
|
}
|
|
7334
7351
|
],
|
|
@@ -7340,7 +7357,7 @@
|
|
|
7340
7357
|
]
|
|
7341
7358
|
},
|
|
7342
7359
|
{
|
|
7343
|
-
"id":
|
|
7360
|
+
"id": 576,
|
|
7344
7361
|
"name": "host",
|
|
7345
7362
|
"kind": 2048,
|
|
7346
7363
|
"kindString": "Method",
|
|
@@ -7354,7 +7371,7 @@
|
|
|
7354
7371
|
],
|
|
7355
7372
|
"signatures": [
|
|
7356
7373
|
{
|
|
7357
|
-
"id":
|
|
7374
|
+
"id": 577,
|
|
7358
7375
|
"name": "host",
|
|
7359
7376
|
"kind": 4096,
|
|
7360
7377
|
"kindString": "Call signature",
|
|
@@ -7388,7 +7405,7 @@
|
|
|
7388
7405
|
}
|
|
7389
7406
|
},
|
|
7390
7407
|
{
|
|
7391
|
-
"id":
|
|
7408
|
+
"id": 551,
|
|
7392
7409
|
"name": "with",
|
|
7393
7410
|
"kind": 2048,
|
|
7394
7411
|
"kindString": "Method",
|
|
@@ -7405,7 +7422,7 @@
|
|
|
7405
7422
|
],
|
|
7406
7423
|
"signatures": [
|
|
7407
7424
|
{
|
|
7408
|
-
"id":
|
|
7425
|
+
"id": 552,
|
|
7409
7426
|
"name": "with",
|
|
7410
7427
|
"kind": 4096,
|
|
7411
7428
|
"kindString": "Call signature",
|
|
@@ -7415,14 +7432,14 @@
|
|
|
7415
7432
|
},
|
|
7416
7433
|
"parameters": [
|
|
7417
7434
|
{
|
|
7418
|
-
"id":
|
|
7435
|
+
"id": 553,
|
|
7419
7436
|
"name": "filters",
|
|
7420
7437
|
"kind": 32768,
|
|
7421
7438
|
"kindString": "Parameter",
|
|
7422
7439
|
"flags": {},
|
|
7423
7440
|
"type": {
|
|
7424
7441
|
"type": "reference",
|
|
7425
|
-
"id":
|
|
7442
|
+
"id": 596,
|
|
7426
7443
|
"name": "SkyLabelHarnessFilters"
|
|
7427
7444
|
}
|
|
7428
7445
|
}
|
|
@@ -7432,7 +7449,7 @@
|
|
|
7432
7449
|
"typeArguments": [
|
|
7433
7450
|
{
|
|
7434
7451
|
"type": "reference",
|
|
7435
|
-
"id":
|
|
7452
|
+
"id": 549,
|
|
7436
7453
|
"name": "SkyLabelHarness"
|
|
7437
7454
|
}
|
|
7438
7455
|
],
|
|
@@ -7449,19 +7466,19 @@
|
|
|
7449
7466
|
"title": "Constructors",
|
|
7450
7467
|
"kind": 512,
|
|
7451
7468
|
"children": [
|
|
7452
|
-
|
|
7469
|
+
559
|
|
7453
7470
|
]
|
|
7454
7471
|
},
|
|
7455
7472
|
{
|
|
7456
7473
|
"title": "Methods",
|
|
7457
7474
|
"kind": 2048,
|
|
7458
7475
|
"children": [
|
|
7459
|
-
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7463
|
-
|
|
7464
|
-
|
|
7476
|
+
571,
|
|
7477
|
+
569,
|
|
7478
|
+
565,
|
|
7479
|
+
567,
|
|
7480
|
+
576,
|
|
7481
|
+
551
|
|
7465
7482
|
]
|
|
7466
7483
|
}
|
|
7467
7484
|
],
|
|
@@ -7480,7 +7497,7 @@
|
|
|
7480
7497
|
]
|
|
7481
7498
|
},
|
|
7482
7499
|
{
|
|
7483
|
-
"id":
|
|
7500
|
+
"id": 600,
|
|
7484
7501
|
"name": "SkyTokenHarness",
|
|
7485
7502
|
"kind": 128,
|
|
7486
7503
|
"kindString": "Class",
|
|
@@ -7490,7 +7507,7 @@
|
|
|
7490
7507
|
},
|
|
7491
7508
|
"children": [
|
|
7492
7509
|
{
|
|
7493
|
-
"id":
|
|
7510
|
+
"id": 613,
|
|
7494
7511
|
"name": "dismiss",
|
|
7495
7512
|
"kind": 2048,
|
|
7496
7513
|
"kindString": "Method",
|
|
@@ -7500,13 +7517,13 @@
|
|
|
7500
7517
|
"sources": [
|
|
7501
7518
|
{
|
|
7502
7519
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7503
|
-
"line":
|
|
7520
|
+
"line": 52,
|
|
7504
7521
|
"character": 15
|
|
7505
7522
|
}
|
|
7506
7523
|
],
|
|
7507
7524
|
"signatures": [
|
|
7508
7525
|
{
|
|
7509
|
-
"id":
|
|
7526
|
+
"id": 614,
|
|
7510
7527
|
"name": "dismiss",
|
|
7511
7528
|
"kind": 4096,
|
|
7512
7529
|
"kindString": "Call signature",
|
|
@@ -7530,7 +7547,7 @@
|
|
|
7530
7547
|
]
|
|
7531
7548
|
},
|
|
7532
7549
|
{
|
|
7533
|
-
"id":
|
|
7550
|
+
"id": 615,
|
|
7534
7551
|
"name": "getText",
|
|
7535
7552
|
"kind": 2048,
|
|
7536
7553
|
"kindString": "Method",
|
|
@@ -7540,13 +7557,13 @@
|
|
|
7540
7557
|
"sources": [
|
|
7541
7558
|
{
|
|
7542
7559
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7543
|
-
"line":
|
|
7560
|
+
"line": 65,
|
|
7544
7561
|
"character": 15
|
|
7545
7562
|
}
|
|
7546
7563
|
],
|
|
7547
7564
|
"signatures": [
|
|
7548
7565
|
{
|
|
7549
|
-
"id":
|
|
7566
|
+
"id": 616,
|
|
7550
7567
|
"name": "getText",
|
|
7551
7568
|
"kind": 4096,
|
|
7552
7569
|
"kindString": "Call signature",
|
|
@@ -7570,7 +7587,7 @@
|
|
|
7570
7587
|
]
|
|
7571
7588
|
},
|
|
7572
7589
|
{
|
|
7573
|
-
"id":
|
|
7590
|
+
"id": 624,
|
|
7574
7591
|
"name": "host",
|
|
7575
7592
|
"kind": 2048,
|
|
7576
7593
|
"kindString": "Method",
|
|
@@ -7584,7 +7601,7 @@
|
|
|
7584
7601
|
],
|
|
7585
7602
|
"signatures": [
|
|
7586
7603
|
{
|
|
7587
|
-
"id":
|
|
7604
|
+
"id": 625,
|
|
7588
7605
|
"name": "host",
|
|
7589
7606
|
"kind": 4096,
|
|
7590
7607
|
"kindString": "Call signature",
|
|
@@ -7618,7 +7635,7 @@
|
|
|
7618
7635
|
}
|
|
7619
7636
|
},
|
|
7620
7637
|
{
|
|
7621
|
-
"id":
|
|
7638
|
+
"id": 617,
|
|
7622
7639
|
"name": "isDisabled",
|
|
7623
7640
|
"kind": 2048,
|
|
7624
7641
|
"kindString": "Method",
|
|
@@ -7628,13 +7645,13 @@
|
|
|
7628
7645
|
"sources": [
|
|
7629
7646
|
{
|
|
7630
7647
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7631
|
-
"line":
|
|
7648
|
+
"line": 72,
|
|
7632
7649
|
"character": 15
|
|
7633
7650
|
}
|
|
7634
7651
|
],
|
|
7635
7652
|
"signatures": [
|
|
7636
7653
|
{
|
|
7637
|
-
"id":
|
|
7654
|
+
"id": 618,
|
|
7638
7655
|
"name": "isDisabled",
|
|
7639
7656
|
"kind": 4096,
|
|
7640
7657
|
"kindString": "Call signature",
|
|
@@ -7658,7 +7675,7 @@
|
|
|
7658
7675
|
]
|
|
7659
7676
|
},
|
|
7660
7677
|
{
|
|
7661
|
-
"id":
|
|
7678
|
+
"id": 619,
|
|
7662
7679
|
"name": "isDismissible",
|
|
7663
7680
|
"kind": 2048,
|
|
7664
7681
|
"kindString": "Method",
|
|
@@ -7668,13 +7685,13 @@
|
|
|
7668
7685
|
"sources": [
|
|
7669
7686
|
{
|
|
7670
7687
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7671
|
-
"line":
|
|
7688
|
+
"line": 79,
|
|
7672
7689
|
"character": 15
|
|
7673
7690
|
}
|
|
7674
7691
|
],
|
|
7675
7692
|
"signatures": [
|
|
7676
7693
|
{
|
|
7677
|
-
"id":
|
|
7694
|
+
"id": 620,
|
|
7678
7695
|
"name": "isDismissible",
|
|
7679
7696
|
"kind": 4096,
|
|
7680
7697
|
"kindString": "Call signature",
|
|
@@ -7698,7 +7715,7 @@
|
|
|
7698
7715
|
]
|
|
7699
7716
|
},
|
|
7700
7717
|
{
|
|
7701
|
-
"id":
|
|
7718
|
+
"id": 621,
|
|
7702
7719
|
"name": "isFocused",
|
|
7703
7720
|
"kind": 2048,
|
|
7704
7721
|
"kindString": "Method",
|
|
@@ -7708,13 +7725,13 @@
|
|
|
7708
7725
|
"sources": [
|
|
7709
7726
|
{
|
|
7710
7727
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7711
|
-
"line":
|
|
7728
|
+
"line": 86,
|
|
7712
7729
|
"character": 15
|
|
7713
7730
|
}
|
|
7714
7731
|
],
|
|
7715
7732
|
"signatures": [
|
|
7716
7733
|
{
|
|
7717
|
-
"id":
|
|
7734
|
+
"id": 622,
|
|
7718
7735
|
"name": "isFocused",
|
|
7719
7736
|
"kind": 4096,
|
|
7720
7737
|
"kindString": "Call signature",
|
|
@@ -7738,7 +7755,7 @@
|
|
|
7738
7755
|
]
|
|
7739
7756
|
},
|
|
7740
7757
|
{
|
|
7741
|
-
"id":
|
|
7758
|
+
"id": 611,
|
|
7742
7759
|
"name": "select",
|
|
7743
7760
|
"kind": 2048,
|
|
7744
7761
|
"kindString": "Method",
|
|
@@ -7748,13 +7765,13 @@
|
|
|
7748
7765
|
"sources": [
|
|
7749
7766
|
{
|
|
7750
7767
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7751
|
-
"line":
|
|
7768
|
+
"line": 41,
|
|
7752
7769
|
"character": 15
|
|
7753
7770
|
}
|
|
7754
7771
|
],
|
|
7755
7772
|
"signatures": [
|
|
7756
7773
|
{
|
|
7757
|
-
"id":
|
|
7774
|
+
"id": 612,
|
|
7758
7775
|
"name": "select",
|
|
7759
7776
|
"kind": 4096,
|
|
7760
7777
|
"kindString": "Call signature",
|
|
@@ -7778,7 +7795,7 @@
|
|
|
7778
7795
|
]
|
|
7779
7796
|
},
|
|
7780
7797
|
{
|
|
7781
|
-
"id":
|
|
7798
|
+
"id": 602,
|
|
7782
7799
|
"name": "with",
|
|
7783
7800
|
"kind": 2048,
|
|
7784
7801
|
"kindString": "Method",
|
|
@@ -7789,13 +7806,13 @@
|
|
|
7789
7806
|
"sources": [
|
|
7790
7807
|
{
|
|
7791
7808
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7792
|
-
"line":
|
|
7809
|
+
"line": 24,
|
|
7793
7810
|
"character": 16
|
|
7794
7811
|
}
|
|
7795
7812
|
],
|
|
7796
7813
|
"signatures": [
|
|
7797
7814
|
{
|
|
7798
|
-
"id":
|
|
7815
|
+
"id": 603,
|
|
7799
7816
|
"name": "with",
|
|
7800
7817
|
"kind": 4096,
|
|
7801
7818
|
"kindString": "Call signature",
|
|
@@ -7805,7 +7822,7 @@
|
|
|
7805
7822
|
},
|
|
7806
7823
|
"parameters": [
|
|
7807
7824
|
{
|
|
7808
|
-
"id":
|
|
7825
|
+
"id": 604,
|
|
7809
7826
|
"name": "filters",
|
|
7810
7827
|
"kind": 32768,
|
|
7811
7828
|
"kindString": "Parameter",
|
|
@@ -7821,7 +7838,7 @@
|
|
|
7821
7838
|
"typeArguments": [
|
|
7822
7839
|
{
|
|
7823
7840
|
"type": "reference",
|
|
7824
|
-
"id":
|
|
7841
|
+
"id": 600,
|
|
7825
7842
|
"name": "SkyTokenHarness"
|
|
7826
7843
|
}
|
|
7827
7844
|
],
|
|
@@ -7838,21 +7855,21 @@
|
|
|
7838
7855
|
"title": "Constructors",
|
|
7839
7856
|
"kind": 512,
|
|
7840
7857
|
"children": [
|
|
7841
|
-
|
|
7858
|
+
605
|
|
7842
7859
|
]
|
|
7843
7860
|
},
|
|
7844
7861
|
{
|
|
7845
7862
|
"title": "Methods",
|
|
7846
7863
|
"kind": 2048,
|
|
7847
7864
|
"children": [
|
|
7848
|
-
609,
|
|
7849
|
-
611,
|
|
7850
|
-
620,
|
|
7851
7865
|
613,
|
|
7852
7866
|
615,
|
|
7867
|
+
624,
|
|
7853
7868
|
617,
|
|
7854
|
-
|
|
7855
|
-
|
|
7869
|
+
619,
|
|
7870
|
+
621,
|
|
7871
|
+
611,
|
|
7872
|
+
602
|
|
7856
7873
|
]
|
|
7857
7874
|
}
|
|
7858
7875
|
],
|
|
@@ -7873,7 +7890,7 @@
|
|
|
7873
7890
|
]
|
|
7874
7891
|
},
|
|
7875
7892
|
{
|
|
7876
|
-
"id":
|
|
7893
|
+
"id": 648,
|
|
7877
7894
|
"name": "SkyTokensHarness",
|
|
7878
7895
|
"kind": 128,
|
|
7879
7896
|
"kindString": "Class",
|
|
@@ -7883,7 +7900,7 @@
|
|
|
7883
7900
|
},
|
|
7884
7901
|
"children": [
|
|
7885
7902
|
{
|
|
7886
|
-
"id":
|
|
7903
|
+
"id": 661,
|
|
7887
7904
|
"name": "dismissTokens",
|
|
7888
7905
|
"kind": 2048,
|
|
7889
7906
|
"kindString": "Method",
|
|
@@ -7899,7 +7916,7 @@
|
|
|
7899
7916
|
],
|
|
7900
7917
|
"signatures": [
|
|
7901
7918
|
{
|
|
7902
|
-
"id":
|
|
7919
|
+
"id": 662,
|
|
7903
7920
|
"name": "dismissTokens",
|
|
7904
7921
|
"kind": 4096,
|
|
7905
7922
|
"kindString": "Call signature",
|
|
@@ -7909,7 +7926,7 @@
|
|
|
7909
7926
|
},
|
|
7910
7927
|
"parameters": [
|
|
7911
7928
|
{
|
|
7912
|
-
"id":
|
|
7929
|
+
"id": 663,
|
|
7913
7930
|
"name": "filters",
|
|
7914
7931
|
"kind": 32768,
|
|
7915
7932
|
"kindString": "Parameter",
|
|
@@ -7938,7 +7955,7 @@
|
|
|
7938
7955
|
]
|
|
7939
7956
|
},
|
|
7940
7957
|
{
|
|
7941
|
-
"id":
|
|
7958
|
+
"id": 664,
|
|
7942
7959
|
"name": "getTokens",
|
|
7943
7960
|
"kind": 2048,
|
|
7944
7961
|
"kindString": "Method",
|
|
@@ -7954,7 +7971,7 @@
|
|
|
7954
7971
|
],
|
|
7955
7972
|
"signatures": [
|
|
7956
7973
|
{
|
|
7957
|
-
"id":
|
|
7974
|
+
"id": 665,
|
|
7958
7975
|
"name": "getTokens",
|
|
7959
7976
|
"kind": 4096,
|
|
7960
7977
|
"kindString": "Call signature",
|
|
@@ -7964,7 +7981,7 @@
|
|
|
7964
7981
|
},
|
|
7965
7982
|
"parameters": [
|
|
7966
7983
|
{
|
|
7967
|
-
"id":
|
|
7984
|
+
"id": 666,
|
|
7968
7985
|
"name": "filters",
|
|
7969
7986
|
"kind": 32768,
|
|
7970
7987
|
"kindString": "Parameter",
|
|
@@ -7984,7 +8001,7 @@
|
|
|
7984
8001
|
"type": "array",
|
|
7985
8002
|
"elementType": {
|
|
7986
8003
|
"type": "reference",
|
|
7987
|
-
"id":
|
|
8004
|
+
"id": 600,
|
|
7988
8005
|
"name": "SkyTokenHarness"
|
|
7989
8006
|
}
|
|
7990
8007
|
}
|
|
@@ -7997,7 +8014,7 @@
|
|
|
7997
8014
|
]
|
|
7998
8015
|
},
|
|
7999
8016
|
{
|
|
8000
|
-
"id":
|
|
8017
|
+
"id": 667,
|
|
8001
8018
|
"name": "getTokensText",
|
|
8002
8019
|
"kind": 2048,
|
|
8003
8020
|
"kindString": "Method",
|
|
@@ -8013,7 +8030,7 @@
|
|
|
8013
8030
|
],
|
|
8014
8031
|
"signatures": [
|
|
8015
8032
|
{
|
|
8016
|
-
"id":
|
|
8033
|
+
"id": 668,
|
|
8017
8034
|
"name": "getTokensText",
|
|
8018
8035
|
"kind": 4096,
|
|
8019
8036
|
"kindString": "Call signature",
|
|
@@ -8040,7 +8057,7 @@
|
|
|
8040
8057
|
]
|
|
8041
8058
|
},
|
|
8042
8059
|
{
|
|
8043
|
-
"id":
|
|
8060
|
+
"id": 672,
|
|
8044
8061
|
"name": "host",
|
|
8045
8062
|
"kind": 2048,
|
|
8046
8063
|
"kindString": "Method",
|
|
@@ -8054,7 +8071,7 @@
|
|
|
8054
8071
|
],
|
|
8055
8072
|
"signatures": [
|
|
8056
8073
|
{
|
|
8057
|
-
"id":
|
|
8074
|
+
"id": 673,
|
|
8058
8075
|
"name": "host",
|
|
8059
8076
|
"kind": 4096,
|
|
8060
8077
|
"kindString": "Call signature",
|
|
@@ -8088,7 +8105,7 @@
|
|
|
8088
8105
|
}
|
|
8089
8106
|
},
|
|
8090
8107
|
{
|
|
8091
|
-
"id":
|
|
8108
|
+
"id": 650,
|
|
8092
8109
|
"name": "with",
|
|
8093
8110
|
"kind": 2048,
|
|
8094
8111
|
"kindString": "Method",
|
|
@@ -8105,7 +8122,7 @@
|
|
|
8105
8122
|
],
|
|
8106
8123
|
"signatures": [
|
|
8107
8124
|
{
|
|
8108
|
-
"id":
|
|
8125
|
+
"id": 651,
|
|
8109
8126
|
"name": "with",
|
|
8110
8127
|
"kind": 4096,
|
|
8111
8128
|
"kindString": "Call signature",
|
|
@@ -8115,7 +8132,7 @@
|
|
|
8115
8132
|
},
|
|
8116
8133
|
"parameters": [
|
|
8117
8134
|
{
|
|
8118
|
-
"id":
|
|
8135
|
+
"id": 652,
|
|
8119
8136
|
"name": "filters",
|
|
8120
8137
|
"kind": 32768,
|
|
8121
8138
|
"kindString": "Parameter",
|
|
@@ -8131,7 +8148,7 @@
|
|
|
8131
8148
|
"typeArguments": [
|
|
8132
8149
|
{
|
|
8133
8150
|
"type": "reference",
|
|
8134
|
-
"id":
|
|
8151
|
+
"id": 648,
|
|
8135
8152
|
"name": "SkyTokensHarness"
|
|
8136
8153
|
}
|
|
8137
8154
|
],
|
|
@@ -8148,18 +8165,18 @@
|
|
|
8148
8165
|
"title": "Constructors",
|
|
8149
8166
|
"kind": 512,
|
|
8150
8167
|
"children": [
|
|
8151
|
-
|
|
8168
|
+
658
|
|
8152
8169
|
]
|
|
8153
8170
|
},
|
|
8154
8171
|
{
|
|
8155
8172
|
"title": "Methods",
|
|
8156
8173
|
"kind": 2048,
|
|
8157
8174
|
"children": [
|
|
8158
|
-
|
|
8159
|
-
|
|
8160
|
-
|
|
8161
|
-
|
|
8162
|
-
|
|
8175
|
+
661,
|
|
8176
|
+
664,
|
|
8177
|
+
667,
|
|
8178
|
+
672,
|
|
8179
|
+
650
|
|
8163
8180
|
]
|
|
8164
8181
|
}
|
|
8165
8182
|
],
|
|
@@ -8178,7 +8195,7 @@
|
|
|
8178
8195
|
]
|
|
8179
8196
|
},
|
|
8180
8197
|
{
|
|
8181
|
-
"id":
|
|
8198
|
+
"id": 496,
|
|
8182
8199
|
"name": "SkyAlertHarnessFilters",
|
|
8183
8200
|
"kind": 256,
|
|
8184
8201
|
"kindString": "Interface",
|
|
@@ -8188,7 +8205,7 @@
|
|
|
8188
8205
|
},
|
|
8189
8206
|
"children": [
|
|
8190
8207
|
{
|
|
8191
|
-
"id":
|
|
8208
|
+
"id": 499,
|
|
8192
8209
|
"name": "ancestor",
|
|
8193
8210
|
"kind": 1024,
|
|
8194
8211
|
"kindString": "Property",
|
|
@@ -8215,7 +8232,7 @@
|
|
|
8215
8232
|
}
|
|
8216
8233
|
},
|
|
8217
8234
|
{
|
|
8218
|
-
"id":
|
|
8235
|
+
"id": 497,
|
|
8219
8236
|
"name": "dataSkyId",
|
|
8220
8237
|
"kind": 1024,
|
|
8221
8238
|
"kindString": "Property",
|
|
@@ -8253,7 +8270,7 @@
|
|
|
8253
8270
|
}
|
|
8254
8271
|
},
|
|
8255
8272
|
{
|
|
8256
|
-
"id":
|
|
8273
|
+
"id": 498,
|
|
8257
8274
|
"name": "selector",
|
|
8258
8275
|
"kind": 1024,
|
|
8259
8276
|
"kindString": "Property",
|
|
@@ -8285,9 +8302,9 @@
|
|
|
8285
8302
|
"title": "Properties",
|
|
8286
8303
|
"kind": 1024,
|
|
8287
8304
|
"children": [
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8305
|
+
499,
|
|
8306
|
+
497,
|
|
8307
|
+
498
|
|
8291
8308
|
]
|
|
8292
8309
|
}
|
|
8293
8310
|
],
|
|
@@ -8306,7 +8323,7 @@
|
|
|
8306
8323
|
]
|
|
8307
8324
|
},
|
|
8308
8325
|
{
|
|
8309
|
-
"id":
|
|
8326
|
+
"id": 545,
|
|
8310
8327
|
"name": "SkyKeyInfoHarnessFilters",
|
|
8311
8328
|
"kind": 256,
|
|
8312
8329
|
"kindString": "Interface",
|
|
@@ -8316,7 +8333,7 @@
|
|
|
8316
8333
|
},
|
|
8317
8334
|
"children": [
|
|
8318
8335
|
{
|
|
8319
|
-
"id":
|
|
8336
|
+
"id": 548,
|
|
8320
8337
|
"name": "ancestor",
|
|
8321
8338
|
"kind": 1024,
|
|
8322
8339
|
"kindString": "Property",
|
|
@@ -8343,7 +8360,7 @@
|
|
|
8343
8360
|
}
|
|
8344
8361
|
},
|
|
8345
8362
|
{
|
|
8346
|
-
"id":
|
|
8363
|
+
"id": 546,
|
|
8347
8364
|
"name": "dataSkyId",
|
|
8348
8365
|
"kind": 1024,
|
|
8349
8366
|
"kindString": "Property",
|
|
@@ -8381,7 +8398,7 @@
|
|
|
8381
8398
|
}
|
|
8382
8399
|
},
|
|
8383
8400
|
{
|
|
8384
|
-
"id":
|
|
8401
|
+
"id": 547,
|
|
8385
8402
|
"name": "selector",
|
|
8386
8403
|
"kind": 1024,
|
|
8387
8404
|
"kindString": "Property",
|
|
@@ -8413,9 +8430,9 @@
|
|
|
8413
8430
|
"title": "Properties",
|
|
8414
8431
|
"kind": 1024,
|
|
8415
8432
|
"children": [
|
|
8416
|
-
|
|
8417
|
-
|
|
8418
|
-
|
|
8433
|
+
548,
|
|
8434
|
+
546,
|
|
8435
|
+
547
|
|
8419
8436
|
]
|
|
8420
8437
|
}
|
|
8421
8438
|
],
|
|
@@ -8434,7 +8451,7 @@
|
|
|
8434
8451
|
]
|
|
8435
8452
|
},
|
|
8436
8453
|
{
|
|
8437
|
-
"id":
|
|
8454
|
+
"id": 596,
|
|
8438
8455
|
"name": "SkyLabelHarnessFilters",
|
|
8439
8456
|
"kind": 256,
|
|
8440
8457
|
"kindString": "Interface",
|
|
@@ -8444,7 +8461,7 @@
|
|
|
8444
8461
|
},
|
|
8445
8462
|
"children": [
|
|
8446
8463
|
{
|
|
8447
|
-
"id":
|
|
8464
|
+
"id": 599,
|
|
8448
8465
|
"name": "ancestor",
|
|
8449
8466
|
"kind": 1024,
|
|
8450
8467
|
"kindString": "Property",
|
|
@@ -8471,7 +8488,7 @@
|
|
|
8471
8488
|
}
|
|
8472
8489
|
},
|
|
8473
8490
|
{
|
|
8474
|
-
"id":
|
|
8491
|
+
"id": 597,
|
|
8475
8492
|
"name": "dataSkyId",
|
|
8476
8493
|
"kind": 1024,
|
|
8477
8494
|
"kindString": "Property",
|
|
@@ -8509,7 +8526,7 @@
|
|
|
8509
8526
|
}
|
|
8510
8527
|
},
|
|
8511
8528
|
{
|
|
8512
|
-
"id":
|
|
8529
|
+
"id": 598,
|
|
8513
8530
|
"name": "selector",
|
|
8514
8531
|
"kind": 1024,
|
|
8515
8532
|
"kindString": "Property",
|
|
@@ -8541,9 +8558,9 @@
|
|
|
8541
8558
|
"title": "Properties",
|
|
8542
8559
|
"kind": 1024,
|
|
8543
8560
|
"children": [
|
|
8544
|
-
|
|
8545
|
-
|
|
8546
|
-
|
|
8561
|
+
599,
|
|
8562
|
+
597,
|
|
8563
|
+
598
|
|
8547
8564
|
]
|
|
8548
8565
|
}
|
|
8549
8566
|
],
|
|
@@ -8632,12 +8649,12 @@
|
|
|
8632
8649
|
{
|
|
8633
8650
|
"fileName": "key-info-demo.component.spec.ts",
|
|
8634
8651
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.spec.ts",
|
|
8635
|
-
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { SkyKeyInfoHarness } from '@skyux/indicators/testing';\n\nimport { KeyInfoDemoComponent } from './key-info-demo.component';\nimport { KeyInfoDemoModule } from './key-info-demo.module';\n\ndescribe('Basic key info', () => {\n async function setupTest(options?: { value?: number }) {\n const fixture = TestBed.createComponent(KeyInfoDemoComponent);\n\n if (options?.value !== undefined) {\n fixture.componentInstance.value = options.value;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const keyInfoHarness = await loader.getHarness(\n SkyKeyInfoHarness.with({ dataSkyId: 'key-info-demo' })\n );\n\n return { keyInfoHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [KeyInfoDemoModule],\n });\n });\n\n it('should display a vertical key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 101 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('vertical');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('101');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n\n it('should display a horizontal key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 50 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('horizontal');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('50');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n});\n"
|
|
8652
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyKeyInfoHarness } from '@skyux/indicators/testing';\n\nimport { KeyInfoDemoComponent } from './key-info-demo.component';\nimport { KeyInfoDemoModule } from './key-info-demo.module';\n\ndescribe('Basic key info', () => {\n async function setupTest(options?: { value?: number }): Promise<{\n keyInfoHarness: SkyKeyInfoHarness;\n fixture: ComponentFixture<KeyInfoDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(KeyInfoDemoComponent);\n\n if (options?.value !== undefined) {\n fixture.componentInstance.value = options.value;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const keyInfoHarness = await loader.getHarness(\n SkyKeyInfoHarness.with({ dataSkyId: 'key-info-demo' })\n );\n\n return { keyInfoHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [KeyInfoDemoModule],\n });\n });\n\n it('should display a vertical key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 101 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('vertical');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('101');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n\n it('should display a horizontal key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 50 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('horizontal');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('50');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n});\n"
|
|
8636
8653
|
},
|
|
8637
8654
|
{
|
|
8638
8655
|
"fileName": "key-info-demo.component.ts",
|
|
8639
8656
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
|
|
8640
|
-
"rawContents": "import { Component, Input } from '@angular/core';\nimport { SkyKeyInfoLayoutType } from '@skyux/indicators';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n @Input()\n public set value(value: number | undefined) {\n this.#_value = value;\n this.layout
|
|
8657
|
+
"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 =\n this.#_value && this.#_value >= 100 ? 'vertical' : 'horizontal';\n }\n\n public get value(): number | undefined {\n return this.#_value;\n }\n\n public layout: SkyKeyInfoLayoutType = 'vertical';\n\n #_value: number | undefined = 575;\n}\n"
|
|
8641
8658
|
},
|
|
8642
8659
|
{
|
|
8643
8660
|
"fileName": "key-info-demo.module.ts",
|
|
@@ -8647,12 +8664,17 @@
|
|
|
8647
8664
|
{
|
|
8648
8665
|
"fileName": "key-info-demo.component.html",
|
|
8649
8666
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/inline-help/key-info-demo.component.html",
|
|
8650
|
-
"rawContents": "<sky-key-info [layout]=\"layout\">\n <sky-key-info-value>
|
|
8667
|
+
"rawContents": "<sky-key-info [layout]=\"layout\" data-sky-id=\"key-info-demo\">\n <sky-key-info-value>{{ value }}</sky-key-info-value>\n <sky-key-info-label>New members</sky-key-info-label>\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</sky-key-info>\n"
|
|
8668
|
+
},
|
|
8669
|
+
{
|
|
8670
|
+
"fileName": "key-info-demo.component.spec.ts",
|
|
8671
|
+
"filePath": "/projects/indicators/documentation/code-examples/key-info/inline-help/key-info-demo.component.spec.ts",
|
|
8672
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyKeyInfoHarness } from '@skyux/indicators/testing';\n\nimport { KeyInfoDemoComponent } from './key-info-demo.component';\nimport { KeyInfoDemoModule } from './key-info-demo.module';\n\ndescribe('Basic key info', () => {\n async function setupTest(options?: { value?: number }): Promise<{\n keyInfoHarness: SkyKeyInfoHarness;\n fixture: ComponentFixture<KeyInfoDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(KeyInfoDemoComponent);\n\n if (options?.value !== undefined) {\n fixture.componentInstance.value = options.value;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const keyInfoHarness = await loader.getHarness(\n SkyKeyInfoHarness.with({ dataSkyId: 'key-info-demo' })\n );\n\n return { keyInfoHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [KeyInfoDemoModule],\n });\n });\n\n it('should display a vertical key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 101 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('vertical');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('101');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n\n it('should display a horizontal key info', async () => {\n const { keyInfoHarness } = await setupTest({ value: 50 });\n\n await expectAsync(keyInfoHarness.getLayout()).toBeResolvedTo('horizontal');\n await expectAsync(keyInfoHarness.getValueText()).toBeResolvedTo('50');\n await expectAsync(keyInfoHarness.getLabelText()).toBeResolvedTo(\n 'New members'\n );\n });\n});\n"
|
|
8651
8673
|
},
|
|
8652
8674
|
{
|
|
8653
8675
|
"fileName": "key-info-demo.component.ts",
|
|
8654
8676
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/inline-help/key-info-demo.component.ts",
|
|
8655
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n public layout = 'vertical';\n}\n"
|
|
8677
|
+
"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 =\n this.#_value && this.#_value >= 100 ? 'vertical' : 'horizontal';\n }\n\n public get value(): number | undefined {\n return this.#_value;\n }\n\n public layout: SkyKeyInfoLayoutType = 'vertical';\n\n #_value: number | undefined = 575;\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
|
|
8656
8678
|
},
|
|
8657
8679
|
{
|
|
8658
8680
|
"fileName": "key-info-demo.module.ts",
|
|
@@ -8667,12 +8689,12 @@
|
|
|
8667
8689
|
{
|
|
8668
8690
|
"fileName": "label-demo.component.spec.ts",
|
|
8669
8691
|
"filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.spec.ts",
|
|
8670
|
-
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { SkyLabelHarness } from '@skyux/indicators/testing';\n\nimport { LabelDemoComponent } from './label-demo.component';\nimport { LabelDemoModule } from './label-demo.module';\n\ndescribe('Basic label', () => {\n async function setupTest(options?: {\n daysUntilDue?: number;\n submitted?: boolean;\n }) {\n const fixture = TestBed.createComponent(LabelDemoComponent);\n\n if (options?.daysUntilDue !== undefined) {\n fixture.componentInstance.daysUntilDue = options.daysUntilDue;\n }\n\n if (options?.submitted !== undefined) {\n fixture.componentInstance.submitted = options.submitted;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const labelHarness = await loader.getHarness(\n SkyLabelHarness.with({ dataSkyId: 'label-demo' })\n );\n\n return { labelHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [LabelDemoModule],\n });\n });\n\n it('should show an info label when submitted is false and there is more than a week until due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: 8 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('info');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'attention'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Incomplete');\n });\n\n it('should show a warning label when submitted is false and there is less than a week until due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: 6 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('warning');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'important-warning'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Due soon');\n });\n\n it('should show a danger label when submitted is false and it is past due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: -1 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('danger');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'danger'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Overdue');\n });\n\n it('should show a success label when submitted is true', async () => {\n const { labelHarness, fixture } = await setupTest({ submitted: true });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('success');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'completed'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Submitted');\n });\n});\n"
|
|
8692
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyLabelHarness } from '@skyux/indicators/testing';\n\nimport { LabelDemoComponent } from './label-demo.component';\nimport { LabelDemoModule } from './label-demo.module';\n\ndescribe('Basic label', () => {\n async function setupTest(options?: {\n daysUntilDue?: number;\n submitted?: boolean;\n }): Promise<{\n labelHarness: SkyLabelHarness;\n fixture: ComponentFixture<LabelDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(LabelDemoComponent);\n\n if (options?.daysUntilDue !== undefined) {\n fixture.componentInstance.daysUntilDue = options.daysUntilDue;\n }\n\n if (options?.submitted !== undefined) {\n fixture.componentInstance.submitted = options.submitted;\n }\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const labelHarness = await loader.getHarness(\n SkyLabelHarness.with({ dataSkyId: 'label-demo' })\n );\n\n return { labelHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [LabelDemoModule],\n });\n });\n\n it('should show an info label when submitted is false and there is more than a week until due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: 8 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('info');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'attention'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Incomplete');\n });\n\n it('should show a warning label when submitted is false and there is less than a week until due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: 6 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('warning');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'important-warning'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Due soon');\n });\n\n it('should show a danger label when submitted is false and it is past due', async () => {\n const { labelHarness, fixture } = await setupTest({ daysUntilDue: -1 });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('danger');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'danger'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Overdue');\n });\n\n it('should show a success label when submitted is true', async () => {\n const { labelHarness, fixture } = await setupTest({ submitted: true });\n fixture.detectChanges();\n\n await expectAsync(labelHarness.getLabelType()).toBeResolvedTo('success');\n await expectAsync(labelHarness.getDescriptionType()).toBeResolvedTo(\n 'completed'\n );\n await expectAsync(labelHarness.getLabelText()).toBeResolvedTo('Submitted');\n });\n});\n"
|
|
8671
8693
|
},
|
|
8672
8694
|
{
|
|
8673
8695
|
"fileName": "label-demo.component.ts",
|
|
8674
8696
|
"filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.ts",
|
|
8675
|
-
"rawContents": "import { Component, Input } from '@angular/core';\nimport { SkyIndicatorDescriptionType, SkyLabelType } from '@skyux/indicators';\n\n@Component({\n selector: 'app-label-demo',\n templateUrl: './label-demo.component.html',\n})\nexport class LabelDemoComponent {\n @Input()\n public get daysUntilDue(): number {\n return this.#_daysUntilDue;\n }\n\n public set daysUntilDue(days: number) {\n this.#_daysUntilDue = days;\n this.updateLabelProperties(this.submitted, days);\n }\n\n @Input()\n public get submitted(): boolean {\n return this.#_submitted;\n }\n\n public set submitted(submitted: boolean) {\n this.#_submitted = submitted;\n this.updateLabelProperties(submitted, this.daysUntilDue);\n }\n\n public labelType: SkyLabelType = 'info';\n public descriptionType: SkyIndicatorDescriptionType = 'attention';\n public labelText = 'Incomplete';\n public todaysDate = new Date('9/14/22');\n #_daysUntilDue = 14;\n #_submitted = false;\n\n private updateLabelProperties(submitted: boolean, days: number) {\n if (submitted) {\n this.labelType = 'success';\n this.descriptionType = 'completed';\n this.labelText = 'Submitted';\n } else if (days <= 0) {\n this.labelType = 'danger';\n this.descriptionType = 'danger';\n this.labelText = 'Overdue';\n } else if (days <= 7) {\n this.labelType = 'warning';\n this.descriptionType = 'important-warning';\n this.labelText = 'Due soon';\n } else {\n this.labelType = 'info';\n this.descriptionType = 'attention';\n this.labelText = 'Incomplete';\n }\n }\n}\n"
|
|
8697
|
+
"rawContents": "import { Component, Input } from '@angular/core';\nimport { SkyIndicatorDescriptionType, SkyLabelType } from '@skyux/indicators';\n\n@Component({\n selector: 'app-label-demo',\n templateUrl: './label-demo.component.html',\n})\nexport class LabelDemoComponent {\n @Input()\n public get daysUntilDue(): number {\n return this.#_daysUntilDue;\n }\n\n public set daysUntilDue(days: number) {\n this.#_daysUntilDue = days;\n this.updateLabelProperties(this.submitted, days);\n }\n\n @Input()\n public get submitted(): boolean {\n return this.#_submitted;\n }\n\n public set submitted(submitted: boolean) {\n this.#_submitted = submitted;\n this.updateLabelProperties(submitted, this.daysUntilDue);\n }\n\n public labelType: SkyLabelType = 'info';\n public descriptionType: SkyIndicatorDescriptionType = 'attention';\n public labelText = 'Incomplete';\n public todaysDate = new Date('9/14/22');\n #_daysUntilDue = 14;\n #_submitted = false;\n\n private updateLabelProperties(submitted: boolean, days: number): void {\n if (submitted) {\n this.labelType = 'success';\n this.descriptionType = 'completed';\n this.labelText = 'Submitted';\n } else if (days <= 0) {\n this.labelType = 'danger';\n this.descriptionType = 'danger';\n this.labelText = 'Overdue';\n } else if (days <= 7) {\n this.labelType = 'warning';\n this.descriptionType = 'important-warning';\n this.labelText = 'Due soon';\n } else {\n this.labelType = 'info';\n this.descriptionType = 'attention';\n this.labelText = 'Incomplete';\n }\n }\n}\n"
|
|
8676
8698
|
},
|
|
8677
8699
|
{
|
|
8678
8700
|
"fileName": "label-demo.module.ts",
|
|
@@ -8682,18 +8704,33 @@
|
|
|
8682
8704
|
{
|
|
8683
8705
|
"fileName": "status-indicator-demo.component.html",
|
|
8684
8706
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.component.html",
|
|
8685
|
-
"rawContents": "<sky-status-indicator descriptionType=\"error\" indicatorType=\"danger\">\n Danger status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"important-info\" indicatorType=\"info\">\n Info status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"completed\" indicatorType=\"success\">\n Success status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"warning\" indicatorType=\"warning\">\n Warning status indicator\n</sky-status-indicator>\n\n<sky-status-indicator\n descriptionType=\"custom\"\n indicatorType=\"warning\"\n customDescription=\"Custom warning\"\n>\n Warning status indicator with custom screen reader description\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"error\" indicatorType=\"danger\">\n Status indicator with help\n <sky-help-inline
|
|
8707
|
+
"rawContents": "<sky-status-indicator descriptionType=\"error\" indicatorType=\"danger\">\n Danger status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"important-info\" indicatorType=\"info\">\n Info status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"completed\" indicatorType=\"success\">\n Success status indicator\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"warning\" indicatorType=\"warning\">\n Warning status indicator\n</sky-status-indicator>\n\n<sky-status-indicator\n descriptionType=\"custom\"\n indicatorType=\"warning\"\n customDescription=\"Custom warning\"\n>\n Warning status indicator with custom screen reader description\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"error\" indicatorType=\"danger\">\n Status indicator with help\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</sky-status-indicator>\n"
|
|
8686
8708
|
},
|
|
8687
8709
|
{
|
|
8688
8710
|
"fileName": "status-indicator-demo.component.ts",
|
|
8689
8711
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.component.ts",
|
|
8690
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-status-indicator-demo',\n templateUrl: './status-indicator-demo.component.html',\n})\nexport class StatusIndicatorDemoComponent {}\n"
|
|
8712
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-status-indicator-demo',\n templateUrl: './status-indicator-demo.component.html',\n})\nexport class StatusIndicatorDemoComponent {\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
|
|
8691
8713
|
},
|
|
8692
8714
|
{
|
|
8693
8715
|
"fileName": "status-indicator-demo.module.ts",
|
|
8694
8716
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.module.ts",
|
|
8695
8717
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport {\n SkyHelpInlineModule,\n SkyStatusIndicatorModule,\n} from '@skyux/indicators';\n\nimport { StatusIndicatorDemoComponent } from './status-indicator-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyHelpInlineModule, SkyStatusIndicatorModule],\n declarations: [StatusIndicatorDemoComponent],\n exports: [StatusIndicatorDemoComponent],\n})\nexport class StatusIndicatorDemoModule {}\n"
|
|
8696
8718
|
},
|
|
8719
|
+
{
|
|
8720
|
+
"fileName": "status-indicator-demo.component.html",
|
|
8721
|
+
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/inline-help/status-indicator-demo.component.html",
|
|
8722
|
+
"rawContents": "<sky-status-indicator descriptionType=\"error\" indicatorType=\"danger\">\n Danger status indicator\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"important-info\" indicatorType=\"info\">\n Info status indicator\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"completed\" indicatorType=\"success\">\n Success status indicator\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</sky-status-indicator>\n\n<sky-status-indicator descriptionType=\"warning\" indicatorType=\"warning\">\n Warning status indicator\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</sky-status-indicator>\n\n<sky-status-indicator\n descriptionType=\"custom\"\n indicatorType=\"warning\"\n customDescription=\"Custom warning\"\n>\n Warning status indicator with custom screen reader description\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</sky-status-indicator>\n"
|
|
8723
|
+
},
|
|
8724
|
+
{
|
|
8725
|
+
"fileName": "status-indicator-demo.component.ts",
|
|
8726
|
+
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/inline-help/status-indicator-demo.component.ts",
|
|
8727
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-status-indicator-demo',\n templateUrl: './status-indicator-demo.component.html',\n})\nexport class StatusIndicatorDemoComponent {\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
|
|
8728
|
+
},
|
|
8729
|
+
{
|
|
8730
|
+
"fileName": "status-indicator-demo.module.ts",
|
|
8731
|
+
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/inline-help/status-indicator-demo.module.ts",
|
|
8732
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport {\n SkyHelpInlineModule,\n SkyStatusIndicatorModule,\n} from '@skyux/indicators';\n\nimport { StatusIndicatorDemoComponent } from './status-indicator-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyHelpInlineModule, SkyStatusIndicatorModule],\n declarations: [StatusIndicatorDemoComponent],\n exports: [StatusIndicatorDemoComponent],\n})\nexport class StatusIndicatorDemoModule {}\n"
|
|
8733
|
+
},
|
|
8697
8734
|
{
|
|
8698
8735
|
"fileName": "text-highlight-demo.component.html",
|
|
8699
8736
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.html",
|
|
@@ -8702,7 +8739,7 @@
|
|
|
8702
8739
|
{
|
|
8703
8740
|
"fileName": "text-highlight-demo.component.ts",
|
|
8704
8741
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.ts",
|
|
8705
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-highlight-demo',\n templateUrl: './text-highlight-demo.component.html',\n})\nexport class TextHighlightDemoComponent {\n public searchTerm
|
|
8742
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-highlight-demo',\n templateUrl: './text-highlight-demo.component.html',\n})\nexport class TextHighlightDemoComponent {\n public searchTerm = '';\n\n public showAdditionalContent = false;\n}\n"
|
|
8706
8743
|
},
|
|
8707
8744
|
{
|
|
8708
8745
|
"fileName": "text-highlight-demo.module.ts",
|
|
@@ -8722,7 +8759,7 @@
|
|
|
8722
8759
|
{
|
|
8723
8760
|
"fileName": "tokens-demo.component.spec.ts",
|
|
8724
8761
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.spec.ts",
|
|
8725
|
-
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyToken } from '@skyux/indicators';\nimport { SkyTokensHarness } from '@skyux/indicators/testing';\n\nimport { TokensDemoColor } from './tokens-demo-color';\nimport { TokensDemoComponent } from './tokens-demo.component';\nimport { TokensDemoModule } from './tokens-demo.module';\n\ndescribe('Tokens basic demo', () => {\n async function setupTest() {\n const fixture = TestBed.createComponent(TokensDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const tokensHarness = await loader.getHarness(\n SkyTokensHarness.with({ dataSkyId: 'color-tokens' })\n );\n\n return { tokensHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [NoopAnimationsModule, TokensDemoModule],\n });\n });\n\n it('should display the expected initial tokens', async () => {\n const { tokensHarness } = await setupTest();\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo([\n 'Red',\n 'Black',\n 'Blue',\n 'Brown',\n 'Green',\n 'Orange',\n 'Pink',\n 'Purple',\n 'Turquoise',\n 'White',\n 'Yellow',\n ]);\n });\n\n it('should update the tokens array when one is dismissed', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n const blueToken: SkyToken<TokensDemoColor> = {\n value: { name: 'Blue' },\n };\n\n expect(fixture.componentInstance.colors).toContain(blueToken);\n\n await tokensHarness.dismissTokens({\n text: 'Blue',\n });\n\n expect(fixture.componentInstance.colors).not.toContain(blueToken);\n });\n});\n"
|
|
8762
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, 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(): Promise<{\n tokensHarness: SkyTokensHarness;\n fixture: ComponentFixture<TokensDemoComponent>;\n }> {\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"
|
|
8726
8763
|
},
|
|
8727
8764
|
{
|
|
8728
8765
|
"fileName": "tokens-demo.component.ts",
|
|
@@ -8747,12 +8784,12 @@
|
|
|
8747
8784
|
{
|
|
8748
8785
|
"fileName": "tokens-demo.component.spec.ts",
|
|
8749
8786
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.spec.ts",
|
|
8750
|
-
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyTokensHarness } from '@skyux/indicators/testing';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\nimport { TokensDemoModule } from './tokens-demo.module';\n\ndescribe('Tokens basic demo', () => {\n let initialTokenLabels: string[];\n\n async function setupTest() {\n const fixture = TestBed.createComponent(TokensDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const tokensHarness = await loader.getHarness(\n SkyTokensHarness.with({ dataSkyId: 'demo-tokens' })\n );\n\n return { tokensHarness, fixture };\n }\n\n function clickButton(\n fixture: ComponentFixture<TokensDemoComponent>,\n buttonName: 'change' | 'destroy' | 'focus-last' | 'reset'\n ): void {\n fixture.nativeElement\n .querySelector(`.tokens-demo-${buttonName}-btn`)\n .click();\n }\n\n beforeEach(() => {\n initialTokenLabels = [\n 'Canada',\n 'Older than 55',\n 'Employed',\n 'Added before 2018',\n ];\n\n TestBed.configureTestingModule({\n imports: [NoopAnimationsModule, TokensDemoModule],\n });\n });\n\n it('should display the expected initial tokens', async () => {\n const { tokensHarness } = await setupTest();\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo(\n initialTokenLabels\n );\n });\n\n it('should display the selected token label when the user selects a token', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n const employedToken = (await tokensHarness.getTokens())[2];\n await employedToken.select();\n\n expect(\n fixture.nativeElement.querySelector('.tokens-demo-selected').innerText\n ).toBe('Employed');\n });\n\n it('should change tokens when the user clicks the \"Change tokens\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n clickButton(fixture, 'change');\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo([\n 'Paid',\n 'Pending',\n 'Past due',\n ]);\n });\n\n it('should reset tokens when the user clicks the \"Reset tokens\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n clickButton(fixture, 'change');\n\n await expectAsync(tokensHarness.getTokensText()).not.toBeResolvedTo(\n initialTokenLabels\n );\n\n clickButton(fixture, 'reset');\n\n await expectAsync(tokensHarness.getTokensText()).toBeResolvedTo(\n initialTokenLabels\n );\n });\n\n it('should destroy tokens when the user clicks the \"Destroy tokens\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n clickButton(fixture, 'destroy');\n\n await expectAsync(tokensHarness.getTokens()).toBeResolvedTo([]);\n });\n\n it('should focus the last token when the user clicks the \"Focus last token\" button', async () => {\n const { tokensHarness, fixture } = await setupTest();\n\n const tokens = await tokensHarness.getTokens();\n const lastToken = tokens[tokens.length - 1];\n\n await expectAsync(lastToken.isFocused()).toBeResolvedTo(false);\n\n clickButton(fixture, 'focus-last');\n\n await expectAsync(lastToken.isFocused()).toBeResolvedTo(true);\n });\n});\n"
|
|
8787
|
+
"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(): Promise<{\n tokensHarness: SkyTokensHarness;\n fixture: ComponentFixture<TokensDemoComponent>;\n }> {\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"
|
|
8751
8788
|
},
|
|
8752
8789
|
{
|
|
8753
8790
|
"fileName": "tokens-demo.component.ts",
|
|
8754
8791
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.ts",
|
|
8755
|
-
"rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport {\n SkyToken,\n SkyTokenSelectedEventArgs,\n SkyTokensMessage,\n SkyTokensMessageType,\n} from '@skyux/indicators';\n\nimport { Subject } from 'rxjs';\n\nimport { TokensDemoItem } from './tokens-demo-item';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent implements OnDestroy {\n public myTokens: SkyToken<TokensDemoItem>[];\n public tokensController = new Subject<SkyTokensMessage>();\n public selectedToken = '';\n\n #defaultItems: TokensDemoItem[] = [\n { label: 'Canada' },\n { label: 'Older than 55' },\n { label: 'Employed' },\n { label: 'Added before 2018' },\n ];\n\n constructor() {\n this.myTokens = this.#getTokens(this.#defaultItems);\n }\n\n public ngOnDestroy(): void {\n this.tokensController.complete();\n }\n\n public resetTokens(): void {\n this.createTokens();\n }\n\n public changeTokens(): void {\n this.myTokens = this.#getTokens([\n { label: 'Paid' },\n { label: 'Pending' },\n { label: 'Past due' },\n ]);\n }\n\n public destroyTokens(): void {\n this.myTokens = undefined;\n }\n\n public createTokens(): void {\n this.myTokens = this.#getTokens(this.#defaultItems);\n }\n\n public onTokenSelected(\n args: SkyTokenSelectedEventArgs<TokensDemoItem>\n ): void {\n this.selectedToken = args.token
|
|
8792
|
+
"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>[] | undefined;\n public tokensController = new Subject<SkyTokensMessage>();\n public selectedToken: string | undefined = '';\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"
|
|
8756
8793
|
},
|
|
8757
8794
|
{
|
|
8758
8795
|
"fileName": "tokens-demo.module.ts",
|