@skyux/indicators 5.1.0 → 5.1.1
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/bundles/skyux-indicators.umd.js +8 -2
- package/bundles/skyux-indicators.umd.js.map +1 -1
- package/documentation.json +340 -254
- package/esm2015/modules/tokens/token.component.js +8 -2
- package/fesm2015/skyux-indicators.js +7 -1
- package/fesm2015/skyux-indicators.js.map +1 -1
- package/modules/tokens/token.component.d.ts +2 -0
- package/package.json +1 -1
package/documentation.json
CHANGED
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"originalName": "",
|
|
44
44
|
"children": [
|
|
45
45
|
{
|
|
46
|
-
"id":
|
|
46
|
+
"id": 328,
|
|
47
47
|
"name": "SkyTokensMessageType",
|
|
48
48
|
"kind": 8,
|
|
49
49
|
"kindString": "Enumeration",
|
|
50
50
|
"flags": {},
|
|
51
51
|
"children": [
|
|
52
52
|
{
|
|
53
|
-
"id":
|
|
53
|
+
"id": 330,
|
|
54
54
|
"name": "FocusActiveToken",
|
|
55
55
|
"kind": 16,
|
|
56
56
|
"kindString": "Enumeration member",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"defaultValue": "1"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
"id":
|
|
71
|
+
"id": 329,
|
|
72
72
|
"name": "FocusLastToken",
|
|
73
73
|
"kind": 16,
|
|
74
74
|
"kindString": "Enumeration member",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"defaultValue": "0"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
"id":
|
|
89
|
+
"id": 332,
|
|
90
90
|
"name": "FocusNextToken",
|
|
91
91
|
"kind": 16,
|
|
92
92
|
"kindString": "Enumeration member",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"defaultValue": "3"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
|
-
"id":
|
|
107
|
+
"id": 331,
|
|
108
108
|
"name": "FocusPreviousToken",
|
|
109
109
|
"kind": 16,
|
|
110
110
|
"kindString": "Enumeration member",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"defaultValue": "2"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
"id":
|
|
125
|
+
"id": 333,
|
|
126
126
|
"name": "RemoveActiveToken",
|
|
127
127
|
"kind": 16,
|
|
128
128
|
"kindString": "Enumeration member",
|
|
@@ -145,11 +145,11 @@
|
|
|
145
145
|
"title": "Enumeration members",
|
|
146
146
|
"kind": 16,
|
|
147
147
|
"children": [
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
148
|
+
330,
|
|
149
|
+
329,
|
|
150
|
+
332,
|
|
151
|
+
331,
|
|
152
|
+
333
|
|
153
153
|
]
|
|
154
154
|
}
|
|
155
155
|
],
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
]
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"id":
|
|
165
|
+
"id": 289,
|
|
166
166
|
"name": "SkyAlertModule",
|
|
167
167
|
"kind": 128,
|
|
168
168
|
"kindString": "Class",
|
|
@@ -181,21 +181,21 @@
|
|
|
181
181
|
],
|
|
182
182
|
"children": [
|
|
183
183
|
{
|
|
184
|
-
"id":
|
|
184
|
+
"id": 290,
|
|
185
185
|
"name": "constructor",
|
|
186
186
|
"kind": 512,
|
|
187
187
|
"kindString": "Constructor",
|
|
188
188
|
"flags": {},
|
|
189
189
|
"signatures": [
|
|
190
190
|
{
|
|
191
|
-
"id":
|
|
191
|
+
"id": 291,
|
|
192
192
|
"name": "new SkyAlertModule",
|
|
193
193
|
"kind": 16384,
|
|
194
194
|
"kindString": "Constructor signature",
|
|
195
195
|
"flags": {},
|
|
196
196
|
"type": {
|
|
197
197
|
"type": "reference",
|
|
198
|
-
"id":
|
|
198
|
+
"id": 289,
|
|
199
199
|
"name": "SkyAlertModule"
|
|
200
200
|
}
|
|
201
201
|
}
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"title": "Constructors",
|
|
208
208
|
"kind": 512,
|
|
209
209
|
"children": [
|
|
210
|
-
|
|
210
|
+
290
|
|
211
211
|
]
|
|
212
212
|
}
|
|
213
213
|
],
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
]
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"id":
|
|
223
|
+
"id": 292,
|
|
224
224
|
"name": "SkyChevronModule",
|
|
225
225
|
"kind": 128,
|
|
226
226
|
"kindString": "Class",
|
|
@@ -239,21 +239,21 @@
|
|
|
239
239
|
],
|
|
240
240
|
"children": [
|
|
241
241
|
{
|
|
242
|
-
"id":
|
|
242
|
+
"id": 293,
|
|
243
243
|
"name": "constructor",
|
|
244
244
|
"kind": 512,
|
|
245
245
|
"kindString": "Constructor",
|
|
246
246
|
"flags": {},
|
|
247
247
|
"signatures": [
|
|
248
248
|
{
|
|
249
|
-
"id":
|
|
249
|
+
"id": 294,
|
|
250
250
|
"name": "new SkyChevronModule",
|
|
251
251
|
"kind": 16384,
|
|
252
252
|
"kindString": "Constructor signature",
|
|
253
253
|
"flags": {},
|
|
254
254
|
"type": {
|
|
255
255
|
"type": "reference",
|
|
256
|
-
"id":
|
|
256
|
+
"id": 292,
|
|
257
257
|
"name": "SkyChevronModule"
|
|
258
258
|
}
|
|
259
259
|
}
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"title": "Constructors",
|
|
266
266
|
"kind": 512,
|
|
267
267
|
"children": [
|
|
268
|
-
|
|
268
|
+
293
|
|
269
269
|
]
|
|
270
270
|
}
|
|
271
271
|
],
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
]
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
"id":
|
|
281
|
+
"id": 295,
|
|
282
282
|
"name": "SkyHelpInlineModule",
|
|
283
283
|
"kind": 128,
|
|
284
284
|
"kindString": "Class",
|
|
@@ -297,21 +297,21 @@
|
|
|
297
297
|
],
|
|
298
298
|
"children": [
|
|
299
299
|
{
|
|
300
|
-
"id":
|
|
300
|
+
"id": 296,
|
|
301
301
|
"name": "constructor",
|
|
302
302
|
"kind": 512,
|
|
303
303
|
"kindString": "Constructor",
|
|
304
304
|
"flags": {},
|
|
305
305
|
"signatures": [
|
|
306
306
|
{
|
|
307
|
-
"id":
|
|
307
|
+
"id": 297,
|
|
308
308
|
"name": "new SkyHelpInlineModule",
|
|
309
309
|
"kind": 16384,
|
|
310
310
|
"kindString": "Constructor signature",
|
|
311
311
|
"flags": {},
|
|
312
312
|
"type": {
|
|
313
313
|
"type": "reference",
|
|
314
|
-
"id":
|
|
314
|
+
"id": 295,
|
|
315
315
|
"name": "SkyHelpInlineModule"
|
|
316
316
|
}
|
|
317
317
|
}
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"title": "Constructors",
|
|
324
324
|
"kind": 512,
|
|
325
325
|
"children": [
|
|
326
|
-
|
|
326
|
+
296
|
|
327
327
|
]
|
|
328
328
|
}
|
|
329
329
|
],
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
]
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
"id":
|
|
339
|
+
"id": 301,
|
|
340
340
|
"name": "SkyIconModule",
|
|
341
341
|
"kind": 128,
|
|
342
342
|
"kindString": "Class",
|
|
@@ -355,21 +355,21 @@
|
|
|
355
355
|
],
|
|
356
356
|
"children": [
|
|
357
357
|
{
|
|
358
|
-
"id":
|
|
358
|
+
"id": 302,
|
|
359
359
|
"name": "constructor",
|
|
360
360
|
"kind": 512,
|
|
361
361
|
"kindString": "Constructor",
|
|
362
362
|
"flags": {},
|
|
363
363
|
"signatures": [
|
|
364
364
|
{
|
|
365
|
-
"id":
|
|
365
|
+
"id": 303,
|
|
366
366
|
"name": "new SkyIconModule",
|
|
367
367
|
"kind": 16384,
|
|
368
368
|
"kindString": "Constructor signature",
|
|
369
369
|
"flags": {},
|
|
370
370
|
"type": {
|
|
371
371
|
"type": "reference",
|
|
372
|
-
"id":
|
|
372
|
+
"id": 301,
|
|
373
373
|
"name": "SkyIconModule"
|
|
374
374
|
}
|
|
375
375
|
}
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"title": "Constructors",
|
|
382
382
|
"kind": 512,
|
|
383
383
|
"children": [
|
|
384
|
-
|
|
384
|
+
302
|
|
385
385
|
]
|
|
386
386
|
}
|
|
387
387
|
],
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
]
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
|
-
"id":
|
|
397
|
+
"id": 306,
|
|
398
398
|
"name": "SkyKeyInfoModule",
|
|
399
399
|
"kind": 128,
|
|
400
400
|
"kindString": "Class",
|
|
@@ -413,21 +413,21 @@
|
|
|
413
413
|
],
|
|
414
414
|
"children": [
|
|
415
415
|
{
|
|
416
|
-
"id":
|
|
416
|
+
"id": 307,
|
|
417
417
|
"name": "constructor",
|
|
418
418
|
"kind": 512,
|
|
419
419
|
"kindString": "Constructor",
|
|
420
420
|
"flags": {},
|
|
421
421
|
"signatures": [
|
|
422
422
|
{
|
|
423
|
-
"id":
|
|
423
|
+
"id": 308,
|
|
424
424
|
"name": "new SkyKeyInfoModule",
|
|
425
425
|
"kind": 16384,
|
|
426
426
|
"kindString": "Constructor signature",
|
|
427
427
|
"flags": {},
|
|
428
428
|
"type": {
|
|
429
429
|
"type": "reference",
|
|
430
|
-
"id":
|
|
430
|
+
"id": 306,
|
|
431
431
|
"name": "SkyKeyInfoModule"
|
|
432
432
|
}
|
|
433
433
|
}
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
"title": "Constructors",
|
|
440
440
|
"kind": 512,
|
|
441
441
|
"children": [
|
|
442
|
-
|
|
442
|
+
307
|
|
443
443
|
]
|
|
444
444
|
}
|
|
445
445
|
],
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
]
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
|
-
"id":
|
|
455
|
+
"id": 310,
|
|
456
456
|
"name": "SkyLabelModule",
|
|
457
457
|
"kind": 128,
|
|
458
458
|
"kindString": "Class",
|
|
@@ -471,21 +471,21 @@
|
|
|
471
471
|
],
|
|
472
472
|
"children": [
|
|
473
473
|
{
|
|
474
|
-
"id":
|
|
474
|
+
"id": 311,
|
|
475
475
|
"name": "constructor",
|
|
476
476
|
"kind": 512,
|
|
477
477
|
"kindString": "Constructor",
|
|
478
478
|
"flags": {},
|
|
479
479
|
"signatures": [
|
|
480
480
|
{
|
|
481
|
-
"id":
|
|
481
|
+
"id": 312,
|
|
482
482
|
"name": "new SkyLabelModule",
|
|
483
483
|
"kind": 16384,
|
|
484
484
|
"kindString": "Constructor signature",
|
|
485
485
|
"flags": {},
|
|
486
486
|
"type": {
|
|
487
487
|
"type": "reference",
|
|
488
|
-
"id":
|
|
488
|
+
"id": 310,
|
|
489
489
|
"name": "SkyLabelModule"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"title": "Constructors",
|
|
498
498
|
"kind": 512,
|
|
499
499
|
"children": [
|
|
500
|
-
|
|
500
|
+
311
|
|
501
501
|
]
|
|
502
502
|
}
|
|
503
503
|
],
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
]
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
|
-
"id":
|
|
513
|
+
"id": 313,
|
|
514
514
|
"name": "SkyStatusIndicatorModule",
|
|
515
515
|
"kind": 128,
|
|
516
516
|
"kindString": "Class",
|
|
@@ -529,21 +529,21 @@
|
|
|
529
529
|
],
|
|
530
530
|
"children": [
|
|
531
531
|
{
|
|
532
|
-
"id":
|
|
532
|
+
"id": 314,
|
|
533
533
|
"name": "constructor",
|
|
534
534
|
"kind": 512,
|
|
535
535
|
"kindString": "Constructor",
|
|
536
536
|
"flags": {},
|
|
537
537
|
"signatures": [
|
|
538
538
|
{
|
|
539
|
-
"id":
|
|
539
|
+
"id": 315,
|
|
540
540
|
"name": "new SkyStatusIndicatorModule",
|
|
541
541
|
"kind": 16384,
|
|
542
542
|
"kindString": "Constructor signature",
|
|
543
543
|
"flags": {},
|
|
544
544
|
"type": {
|
|
545
545
|
"type": "reference",
|
|
546
|
-
"id":
|
|
546
|
+
"id": 313,
|
|
547
547
|
"name": "SkyStatusIndicatorModule"
|
|
548
548
|
}
|
|
549
549
|
}
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
"title": "Constructors",
|
|
556
556
|
"kind": 512,
|
|
557
557
|
"children": [
|
|
558
|
-
|
|
558
|
+
314
|
|
559
559
|
]
|
|
560
560
|
}
|
|
561
561
|
],
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
]
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"id":
|
|
571
|
+
"id": 316,
|
|
572
572
|
"name": "SkyTextHighlightModule",
|
|
573
573
|
"kind": 128,
|
|
574
574
|
"kindString": "Class",
|
|
@@ -587,21 +587,21 @@
|
|
|
587
587
|
],
|
|
588
588
|
"children": [
|
|
589
589
|
{
|
|
590
|
-
"id":
|
|
590
|
+
"id": 317,
|
|
591
591
|
"name": "constructor",
|
|
592
592
|
"kind": 512,
|
|
593
593
|
"kindString": "Constructor",
|
|
594
594
|
"flags": {},
|
|
595
595
|
"signatures": [
|
|
596
596
|
{
|
|
597
|
-
"id":
|
|
597
|
+
"id": 318,
|
|
598
598
|
"name": "new SkyTextHighlightModule",
|
|
599
599
|
"kind": 16384,
|
|
600
600
|
"kindString": "Constructor signature",
|
|
601
601
|
"flags": {},
|
|
602
602
|
"type": {
|
|
603
603
|
"type": "reference",
|
|
604
|
-
"id":
|
|
604
|
+
"id": 316,
|
|
605
605
|
"name": "SkyTextHighlightModule"
|
|
606
606
|
}
|
|
607
607
|
}
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
"title": "Constructors",
|
|
614
614
|
"kind": 512,
|
|
615
615
|
"children": [
|
|
616
|
-
|
|
616
|
+
317
|
|
617
617
|
]
|
|
618
618
|
}
|
|
619
619
|
],
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
]
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
|
-
"id":
|
|
629
|
+
"id": 319,
|
|
630
630
|
"name": "SkyTokensModule",
|
|
631
631
|
"kind": 128,
|
|
632
632
|
"kindString": "Class",
|
|
@@ -645,21 +645,21 @@
|
|
|
645
645
|
],
|
|
646
646
|
"children": [
|
|
647
647
|
{
|
|
648
|
-
"id":
|
|
648
|
+
"id": 320,
|
|
649
649
|
"name": "constructor",
|
|
650
650
|
"kind": 512,
|
|
651
651
|
"kindString": "Constructor",
|
|
652
652
|
"flags": {},
|
|
653
653
|
"signatures": [
|
|
654
654
|
{
|
|
655
|
-
"id":
|
|
655
|
+
"id": 321,
|
|
656
656
|
"name": "new SkyTokensModule",
|
|
657
657
|
"kind": 16384,
|
|
658
658
|
"kindString": "Constructor signature",
|
|
659
659
|
"flags": {},
|
|
660
660
|
"type": {
|
|
661
661
|
"type": "reference",
|
|
662
|
-
"id":
|
|
662
|
+
"id": 319,
|
|
663
663
|
"name": "SkyTokensModule"
|
|
664
664
|
}
|
|
665
665
|
}
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
"title": "Constructors",
|
|
672
672
|
"kind": 512,
|
|
673
673
|
"children": [
|
|
674
|
-
|
|
674
|
+
320
|
|
675
675
|
]
|
|
676
676
|
}
|
|
677
677
|
],
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
]
|
|
685
685
|
},
|
|
686
686
|
{
|
|
687
|
-
"id":
|
|
687
|
+
"id": 334,
|
|
688
688
|
"name": "SkyWaitModule",
|
|
689
689
|
"kind": 128,
|
|
690
690
|
"kindString": "Class",
|
|
@@ -703,21 +703,21 @@
|
|
|
703
703
|
],
|
|
704
704
|
"children": [
|
|
705
705
|
{
|
|
706
|
-
"id":
|
|
706
|
+
"id": 335,
|
|
707
707
|
"name": "constructor",
|
|
708
708
|
"kind": 512,
|
|
709
709
|
"kindString": "Constructor",
|
|
710
710
|
"flags": {},
|
|
711
711
|
"signatures": [
|
|
712
712
|
{
|
|
713
|
-
"id":
|
|
713
|
+
"id": 336,
|
|
714
714
|
"name": "new SkyWaitModule",
|
|
715
715
|
"kind": 16384,
|
|
716
716
|
"kindString": "Constructor signature",
|
|
717
717
|
"flags": {},
|
|
718
718
|
"type": {
|
|
719
719
|
"type": "reference",
|
|
720
|
-
"id":
|
|
720
|
+
"id": 334,
|
|
721
721
|
"name": "SkyWaitModule"
|
|
722
722
|
}
|
|
723
723
|
}
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"title": "Constructors",
|
|
730
730
|
"kind": 512,
|
|
731
731
|
"children": [
|
|
732
|
-
|
|
732
|
+
335
|
|
733
733
|
]
|
|
734
734
|
}
|
|
735
735
|
],
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
]
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
|
-
"id":
|
|
745
|
+
"id": 337,
|
|
746
746
|
"name": "SkyWaitService",
|
|
747
747
|
"kind": 128,
|
|
748
748
|
"kindString": "Class",
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
],
|
|
762
762
|
"children": [
|
|
763
763
|
{
|
|
764
|
-
"id":
|
|
764
|
+
"id": 341,
|
|
765
765
|
"name": "constructor",
|
|
766
766
|
"kind": 512,
|
|
767
767
|
"kindString": "Constructor",
|
|
@@ -775,14 +775,14 @@
|
|
|
775
775
|
],
|
|
776
776
|
"signatures": [
|
|
777
777
|
{
|
|
778
|
-
"id":
|
|
778
|
+
"id": 342,
|
|
779
779
|
"name": "new SkyWaitService",
|
|
780
780
|
"kind": 16384,
|
|
781
781
|
"kindString": "Constructor signature",
|
|
782
782
|
"flags": {},
|
|
783
783
|
"parameters": [
|
|
784
784
|
{
|
|
785
|
-
"id":
|
|
785
|
+
"id": 343,
|
|
786
786
|
"name": "resolver",
|
|
787
787
|
"kind": 32768,
|
|
788
788
|
"kindString": "Parameter",
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
}
|
|
794
794
|
},
|
|
795
795
|
{
|
|
796
|
-
"id":
|
|
796
|
+
"id": 344,
|
|
797
797
|
"name": "appRef",
|
|
798
798
|
"kind": 32768,
|
|
799
799
|
"kindString": "Parameter",
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
|
-
"id":
|
|
807
|
+
"id": 345,
|
|
808
808
|
"name": "waitAdapter",
|
|
809
809
|
"kind": 32768,
|
|
810
810
|
"kindString": "Parameter",
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
}
|
|
816
816
|
},
|
|
817
817
|
{
|
|
818
|
-
"id":
|
|
818
|
+
"id": 346,
|
|
819
819
|
"name": "windowSvc",
|
|
820
820
|
"kind": 32768,
|
|
821
821
|
"kindString": "Parameter",
|
|
@@ -828,14 +828,14 @@
|
|
|
828
828
|
],
|
|
829
829
|
"type": {
|
|
830
830
|
"type": "reference",
|
|
831
|
-
"id":
|
|
831
|
+
"id": 337,
|
|
832
832
|
"name": "SkyWaitService"
|
|
833
833
|
}
|
|
834
834
|
}
|
|
835
835
|
]
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
|
-
"id":
|
|
838
|
+
"id": 347,
|
|
839
839
|
"name": "beginBlockingPageWait",
|
|
840
840
|
"kind": 2048,
|
|
841
841
|
"kindString": "Method",
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
],
|
|
852
852
|
"signatures": [
|
|
853
853
|
{
|
|
854
|
-
"id":
|
|
854
|
+
"id": 348,
|
|
855
855
|
"name": "beginBlockingPageWait",
|
|
856
856
|
"kind": 4096,
|
|
857
857
|
"kindString": "Call signature",
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
]
|
|
868
868
|
},
|
|
869
869
|
{
|
|
870
|
-
"id":
|
|
870
|
+
"id": 349,
|
|
871
871
|
"name": "beginNonBlockingPageWait",
|
|
872
872
|
"kind": 2048,
|
|
873
873
|
"kindString": "Method",
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
],
|
|
884
884
|
"signatures": [
|
|
885
885
|
{
|
|
886
|
-
"id":
|
|
886
|
+
"id": 350,
|
|
887
887
|
"name": "beginNonBlockingPageWait",
|
|
888
888
|
"kind": 4096,
|
|
889
889
|
"kindString": "Call signature",
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
]
|
|
900
900
|
},
|
|
901
901
|
{
|
|
902
|
-
"id":
|
|
902
|
+
"id": 359,
|
|
903
903
|
"name": "blockingWrap",
|
|
904
904
|
"kind": 2048,
|
|
905
905
|
"kindString": "Method",
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
],
|
|
916
916
|
"signatures": [
|
|
917
917
|
{
|
|
918
|
-
"id":
|
|
918
|
+
"id": 360,
|
|
919
919
|
"name": "blockingWrap",
|
|
920
920
|
"kind": 4096,
|
|
921
921
|
"kindString": "Call signature",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
},
|
|
926
926
|
"typeParameter": [
|
|
927
927
|
{
|
|
928
|
-
"id":
|
|
928
|
+
"id": 361,
|
|
929
929
|
"name": "T",
|
|
930
930
|
"kind": 131072,
|
|
931
931
|
"kindString": "Type parameter",
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
],
|
|
935
935
|
"parameters": [
|
|
936
936
|
{
|
|
937
|
-
"id":
|
|
937
|
+
"id": 362,
|
|
938
938
|
"name": "observable",
|
|
939
939
|
"kind": 32768,
|
|
940
940
|
"kindString": "Parameter",
|
|
@@ -944,7 +944,7 @@
|
|
|
944
944
|
"typeArguments": [
|
|
945
945
|
{
|
|
946
946
|
"type": "reference",
|
|
947
|
-
"id":
|
|
947
|
+
"id": 361,
|
|
948
948
|
"name": "T"
|
|
949
949
|
}
|
|
950
950
|
],
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
"typeArguments": [
|
|
958
958
|
{
|
|
959
959
|
"type": "reference",
|
|
960
|
-
"id":
|
|
960
|
+
"id": 361,
|
|
961
961
|
"name": "T"
|
|
962
962
|
}
|
|
963
963
|
],
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
]
|
|
968
968
|
},
|
|
969
969
|
{
|
|
970
|
-
"id":
|
|
970
|
+
"id": 355,
|
|
971
971
|
"name": "clearAllPageWaits",
|
|
972
972
|
"kind": 2048,
|
|
973
973
|
"kindString": "Method",
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
],
|
|
984
984
|
"signatures": [
|
|
985
985
|
{
|
|
986
|
-
"id":
|
|
986
|
+
"id": 356,
|
|
987
987
|
"name": "clearAllPageWaits",
|
|
988
988
|
"kind": 4096,
|
|
989
989
|
"kindString": "Call signature",
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
]
|
|
1000
1000
|
},
|
|
1001
1001
|
{
|
|
1002
|
-
"id":
|
|
1002
|
+
"id": 351,
|
|
1003
1003
|
"name": "endBlockingPageWait",
|
|
1004
1004
|
"kind": 2048,
|
|
1005
1005
|
"kindString": "Method",
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
],
|
|
1016
1016
|
"signatures": [
|
|
1017
1017
|
{
|
|
1018
|
-
"id":
|
|
1018
|
+
"id": 352,
|
|
1019
1019
|
"name": "endBlockingPageWait",
|
|
1020
1020
|
"kind": 4096,
|
|
1021
1021
|
"kindString": "Call signature",
|
|
@@ -1031,7 +1031,7 @@
|
|
|
1031
1031
|
]
|
|
1032
1032
|
},
|
|
1033
1033
|
{
|
|
1034
|
-
"id":
|
|
1034
|
+
"id": 353,
|
|
1035
1035
|
"name": "endNonBlockingPageWait",
|
|
1036
1036
|
"kind": 2048,
|
|
1037
1037
|
"kindString": "Method",
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
],
|
|
1048
1048
|
"signatures": [
|
|
1049
1049
|
{
|
|
1050
|
-
"id":
|
|
1050
|
+
"id": 354,
|
|
1051
1051
|
"name": "endNonBlockingPageWait",
|
|
1052
1052
|
"kind": 4096,
|
|
1053
1053
|
"kindString": "Call signature",
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
]
|
|
1064
1064
|
},
|
|
1065
1065
|
{
|
|
1066
|
-
"id":
|
|
1066
|
+
"id": 363,
|
|
1067
1067
|
"name": "nonBlockingWrap",
|
|
1068
1068
|
"kind": 2048,
|
|
1069
1069
|
"kindString": "Method",
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
],
|
|
1080
1080
|
"signatures": [
|
|
1081
1081
|
{
|
|
1082
|
-
"id":
|
|
1082
|
+
"id": 364,
|
|
1083
1083
|
"name": "nonBlockingWrap",
|
|
1084
1084
|
"kind": 4096,
|
|
1085
1085
|
"kindString": "Call signature",
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
},
|
|
1090
1090
|
"typeParameter": [
|
|
1091
1091
|
{
|
|
1092
|
-
"id":
|
|
1092
|
+
"id": 365,
|
|
1093
1093
|
"name": "T",
|
|
1094
1094
|
"kind": 131072,
|
|
1095
1095
|
"kindString": "Type parameter",
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
],
|
|
1099
1099
|
"parameters": [
|
|
1100
1100
|
{
|
|
1101
|
-
"id":
|
|
1101
|
+
"id": 366,
|
|
1102
1102
|
"name": "observable",
|
|
1103
1103
|
"kind": 32768,
|
|
1104
1104
|
"kindString": "Parameter",
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
"typeArguments": [
|
|
1109
1109
|
{
|
|
1110
1110
|
"type": "reference",
|
|
1111
|
-
"id":
|
|
1111
|
+
"id": 365,
|
|
1112
1112
|
"name": "T"
|
|
1113
1113
|
}
|
|
1114
1114
|
],
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
"typeArguments": [
|
|
1122
1122
|
{
|
|
1123
1123
|
"type": "reference",
|
|
1124
|
-
"id":
|
|
1124
|
+
"id": 365,
|
|
1125
1125
|
"name": "T"
|
|
1126
1126
|
}
|
|
1127
1127
|
],
|
|
@@ -1136,20 +1136,20 @@
|
|
|
1136
1136
|
"title": "Constructors",
|
|
1137
1137
|
"kind": 512,
|
|
1138
1138
|
"children": [
|
|
1139
|
-
|
|
1139
|
+
341
|
|
1140
1140
|
]
|
|
1141
1141
|
},
|
|
1142
1142
|
{
|
|
1143
1143
|
"title": "Methods",
|
|
1144
1144
|
"kind": 2048,
|
|
1145
1145
|
"children": [
|
|
1146
|
-
341,
|
|
1147
|
-
343,
|
|
1148
|
-
353,
|
|
1149
|
-
349,
|
|
1150
|
-
345,
|
|
1151
1146
|
347,
|
|
1152
|
-
|
|
1147
|
+
349,
|
|
1148
|
+
359,
|
|
1149
|
+
355,
|
|
1150
|
+
351,
|
|
1151
|
+
353,
|
|
1152
|
+
363
|
|
1153
1153
|
]
|
|
1154
1154
|
}
|
|
1155
1155
|
],
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
],
|
|
1219
1219
|
"type": {
|
|
1220
1220
|
"type": "reference",
|
|
1221
|
-
"id":
|
|
1221
|
+
"id": 298,
|
|
1222
1222
|
"name": "SkyIconStackItem"
|
|
1223
1223
|
}
|
|
1224
1224
|
},
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
],
|
|
1240
1240
|
"type": {
|
|
1241
1241
|
"type": "reference",
|
|
1242
|
-
"id":
|
|
1242
|
+
"id": 298,
|
|
1243
1243
|
"name": "SkyIconStackItem"
|
|
1244
1244
|
}
|
|
1245
1245
|
},
|
|
@@ -1642,7 +1642,7 @@
|
|
|
1642
1642
|
],
|
|
1643
1643
|
"type": {
|
|
1644
1644
|
"type": "reference",
|
|
1645
|
-
"id":
|
|
1645
|
+
"id": 298,
|
|
1646
1646
|
"name": "SkyIconStackItem"
|
|
1647
1647
|
}
|
|
1648
1648
|
},
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
],
|
|
1704
1704
|
"type": {
|
|
1705
1705
|
"type": "reference",
|
|
1706
|
-
"id":
|
|
1706
|
+
"id": 298,
|
|
1707
1707
|
"name": "SkyIconStackItem"
|
|
1708
1708
|
}
|
|
1709
1709
|
},
|
|
@@ -2823,6 +2823,90 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
}
|
|
2825
2825
|
]
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"id": 178,
|
|
2829
|
+
"name": "setCloseActive",
|
|
2830
|
+
"kind": 2048,
|
|
2831
|
+
"kindString": "Method",
|
|
2832
|
+
"flags": {
|
|
2833
|
+
"isPublic": true
|
|
2834
|
+
},
|
|
2835
|
+
"sources": [
|
|
2836
|
+
{
|
|
2837
|
+
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2838
|
+
"line": 130,
|
|
2839
|
+
"character": 9
|
|
2840
|
+
}
|
|
2841
|
+
],
|
|
2842
|
+
"signatures": [
|
|
2843
|
+
{
|
|
2844
|
+
"id": 179,
|
|
2845
|
+
"name": "setCloseActive",
|
|
2846
|
+
"kind": 4096,
|
|
2847
|
+
"kindString": "Call signature",
|
|
2848
|
+
"flags": {},
|
|
2849
|
+
"parameters": [
|
|
2850
|
+
{
|
|
2851
|
+
"id": 180,
|
|
2852
|
+
"name": "closeActive",
|
|
2853
|
+
"kind": 32768,
|
|
2854
|
+
"kindString": "Parameter",
|
|
2855
|
+
"flags": {},
|
|
2856
|
+
"type": {
|
|
2857
|
+
"type": "intrinsic",
|
|
2858
|
+
"name": "boolean"
|
|
2859
|
+
}
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"type": {
|
|
2863
|
+
"type": "intrinsic",
|
|
2864
|
+
"name": "void"
|
|
2865
|
+
}
|
|
2866
|
+
}
|
|
2867
|
+
]
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"id": 175,
|
|
2871
|
+
"name": "setTokenActive",
|
|
2872
|
+
"kind": 2048,
|
|
2873
|
+
"kindString": "Method",
|
|
2874
|
+
"flags": {
|
|
2875
|
+
"isPublic": true
|
|
2876
|
+
},
|
|
2877
|
+
"sources": [
|
|
2878
|
+
{
|
|
2879
|
+
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2880
|
+
"line": 126,
|
|
2881
|
+
"character": 9
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"signatures": [
|
|
2885
|
+
{
|
|
2886
|
+
"id": 176,
|
|
2887
|
+
"name": "setTokenActive",
|
|
2888
|
+
"kind": 4096,
|
|
2889
|
+
"kindString": "Call signature",
|
|
2890
|
+
"flags": {},
|
|
2891
|
+
"parameters": [
|
|
2892
|
+
{
|
|
2893
|
+
"id": 177,
|
|
2894
|
+
"name": "tokenActive",
|
|
2895
|
+
"kind": 32768,
|
|
2896
|
+
"kindString": "Parameter",
|
|
2897
|
+
"flags": {},
|
|
2898
|
+
"type": {
|
|
2899
|
+
"type": "intrinsic",
|
|
2900
|
+
"name": "boolean"
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
],
|
|
2904
|
+
"type": {
|
|
2905
|
+
"type": "intrinsic",
|
|
2906
|
+
"name": "void"
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
]
|
|
2826
2910
|
}
|
|
2827
2911
|
],
|
|
2828
2912
|
"groups": [
|
|
@@ -2856,7 +2940,9 @@
|
|
|
2856
2940
|
"kind": 2048,
|
|
2857
2941
|
"children": [
|
|
2858
2942
|
170,
|
|
2859
|
-
173
|
|
2943
|
+
173,
|
|
2944
|
+
178,
|
|
2945
|
+
175
|
|
2860
2946
|
]
|
|
2861
2947
|
}
|
|
2862
2948
|
],
|
|
@@ -2869,7 +2955,7 @@
|
|
|
2869
2955
|
]
|
|
2870
2956
|
},
|
|
2871
2957
|
{
|
|
2872
|
-
"id":
|
|
2958
|
+
"id": 184,
|
|
2873
2959
|
"name": "SkyTokensComponent",
|
|
2874
2960
|
"kind": 128,
|
|
2875
2961
|
"kindString": "Class",
|
|
@@ -2888,7 +2974,7 @@
|
|
|
2888
2974
|
],
|
|
2889
2975
|
"children": [
|
|
2890
2976
|
{
|
|
2891
|
-
"id":
|
|
2977
|
+
"id": 185,
|
|
2892
2978
|
"name": "constructor",
|
|
2893
2979
|
"kind": 512,
|
|
2894
2980
|
"kindString": "Constructor",
|
|
@@ -2902,14 +2988,14 @@
|
|
|
2902
2988
|
],
|
|
2903
2989
|
"signatures": [
|
|
2904
2990
|
{
|
|
2905
|
-
"id":
|
|
2991
|
+
"id": 186,
|
|
2906
2992
|
"name": "SkyTokensComponent",
|
|
2907
2993
|
"kind": 16384,
|
|
2908
2994
|
"kindString": "Constructor signature",
|
|
2909
2995
|
"flags": {},
|
|
2910
2996
|
"parameters": [
|
|
2911
2997
|
{
|
|
2912
|
-
"id":
|
|
2998
|
+
"id": 187,
|
|
2913
2999
|
"name": "changeDetector",
|
|
2914
3000
|
"kind": 32768,
|
|
2915
3001
|
"kindString": "Parameter",
|
|
@@ -2922,14 +3008,14 @@
|
|
|
2922
3008
|
],
|
|
2923
3009
|
"type": {
|
|
2924
3010
|
"type": "reference",
|
|
2925
|
-
"id":
|
|
3011
|
+
"id": 184,
|
|
2926
3012
|
"name": "SkyTokensComponent"
|
|
2927
3013
|
}
|
|
2928
3014
|
}
|
|
2929
3015
|
]
|
|
2930
3016
|
},
|
|
2931
3017
|
{
|
|
2932
|
-
"id":
|
|
3018
|
+
"id": 213,
|
|
2933
3019
|
"name": "focusIndexOverRange",
|
|
2934
3020
|
"kind": 1024,
|
|
2935
3021
|
"kindString": "Property",
|
|
@@ -2969,7 +3055,7 @@
|
|
|
2969
3055
|
"defaultValue": "..."
|
|
2970
3056
|
},
|
|
2971
3057
|
{
|
|
2972
|
-
"id":
|
|
3058
|
+
"id": 214,
|
|
2973
3059
|
"name": "focusIndexUnderRange",
|
|
2974
3060
|
"kind": 1024,
|
|
2975
3061
|
"kindString": "Property",
|
|
@@ -3009,7 +3095,7 @@
|
|
|
3009
3095
|
"defaultValue": "..."
|
|
3010
3096
|
},
|
|
3011
3097
|
{
|
|
3012
|
-
"id":
|
|
3098
|
+
"id": 215,
|
|
3013
3099
|
"name": "tokenSelected",
|
|
3014
3100
|
"kind": 1024,
|
|
3015
3101
|
"kindString": "Property",
|
|
@@ -3041,7 +3127,7 @@
|
|
|
3041
3127
|
"typeArguments": [
|
|
3042
3128
|
{
|
|
3043
3129
|
"type": "reference",
|
|
3044
|
-
"id":
|
|
3130
|
+
"id": 324,
|
|
3045
3131
|
"name": "SkyTokenSelectedEventArgs"
|
|
3046
3132
|
}
|
|
3047
3133
|
],
|
|
@@ -3050,7 +3136,7 @@
|
|
|
3050
3136
|
"defaultValue": "..."
|
|
3051
3137
|
},
|
|
3052
3138
|
{
|
|
3053
|
-
"id":
|
|
3139
|
+
"id": 216,
|
|
3054
3140
|
"name": "tokensChange",
|
|
3055
3141
|
"kind": 1024,
|
|
3056
3142
|
"kindString": "Property",
|
|
@@ -3084,7 +3170,7 @@
|
|
|
3084
3170
|
"type": "array",
|
|
3085
3171
|
"elementType": {
|
|
3086
3172
|
"type": "reference",
|
|
3087
|
-
"id":
|
|
3173
|
+
"id": 322,
|
|
3088
3174
|
"name": "SkyToken"
|
|
3089
3175
|
}
|
|
3090
3176
|
}
|
|
@@ -3094,7 +3180,7 @@
|
|
|
3094
3180
|
"defaultValue": "..."
|
|
3095
3181
|
},
|
|
3096
3182
|
{
|
|
3097
|
-
"id":
|
|
3183
|
+
"id": 221,
|
|
3098
3184
|
"name": "trackTokenFn",
|
|
3099
3185
|
"kind": 1024,
|
|
3100
3186
|
"kindString": "Property",
|
|
@@ -3111,14 +3197,14 @@
|
|
|
3111
3197
|
"type": {
|
|
3112
3198
|
"type": "reflection",
|
|
3113
3199
|
"declaration": {
|
|
3114
|
-
"id":
|
|
3200
|
+
"id": 222,
|
|
3115
3201
|
"name": "__type",
|
|
3116
3202
|
"kind": 65536,
|
|
3117
3203
|
"kindString": "Type literal",
|
|
3118
3204
|
"flags": {},
|
|
3119
3205
|
"signatures": [
|
|
3120
3206
|
{
|
|
3121
|
-
"id":
|
|
3207
|
+
"id": 223,
|
|
3122
3208
|
"name": "__type",
|
|
3123
3209
|
"kind": 4096,
|
|
3124
3210
|
"kindString": "Call signature",
|
|
@@ -3128,7 +3214,7 @@
|
|
|
3128
3214
|
},
|
|
3129
3215
|
"parameters": [
|
|
3130
3216
|
{
|
|
3131
|
-
"id":
|
|
3217
|
+
"id": 224,
|
|
3132
3218
|
"name": "index",
|
|
3133
3219
|
"kind": 32768,
|
|
3134
3220
|
"kindString": "Parameter",
|
|
@@ -3139,14 +3225,14 @@
|
|
|
3139
3225
|
}
|
|
3140
3226
|
},
|
|
3141
3227
|
{
|
|
3142
|
-
"id":
|
|
3228
|
+
"id": 225,
|
|
3143
3229
|
"name": "item",
|
|
3144
3230
|
"kind": 32768,
|
|
3145
3231
|
"kindString": "Parameter",
|
|
3146
3232
|
"flags": {},
|
|
3147
3233
|
"type": {
|
|
3148
3234
|
"type": "reference",
|
|
3149
|
-
"id":
|
|
3235
|
+
"id": 322,
|
|
3150
3236
|
"name": "SkyToken"
|
|
3151
3237
|
}
|
|
3152
3238
|
}
|
|
@@ -3161,7 +3247,7 @@
|
|
|
3161
3247
|
}
|
|
3162
3248
|
},
|
|
3163
3249
|
{
|
|
3164
|
-
"id":
|
|
3250
|
+
"id": 200,
|
|
3165
3251
|
"name": "trackWith",
|
|
3166
3252
|
"kind": 1024,
|
|
3167
3253
|
"kindString": "Property",
|
|
@@ -3194,7 +3280,7 @@
|
|
|
3194
3280
|
}
|
|
3195
3281
|
},
|
|
3196
3282
|
{
|
|
3197
|
-
"id":
|
|
3283
|
+
"id": 188,
|
|
3198
3284
|
"name": "disabled",
|
|
3199
3285
|
"kind": 262144,
|
|
3200
3286
|
"kindString": "Accessor",
|
|
@@ -3220,7 +3306,7 @@
|
|
|
3220
3306
|
],
|
|
3221
3307
|
"getSignature": [
|
|
3222
3308
|
{
|
|
3223
|
-
"id":
|
|
3309
|
+
"id": 189,
|
|
3224
3310
|
"name": "disabled",
|
|
3225
3311
|
"kind": 524288,
|
|
3226
3312
|
"kindString": "Get signature",
|
|
@@ -3236,7 +3322,7 @@
|
|
|
3236
3322
|
],
|
|
3237
3323
|
"setSignature": [
|
|
3238
3324
|
{
|
|
3239
|
-
"id":
|
|
3325
|
+
"id": 190,
|
|
3240
3326
|
"name": "disabled",
|
|
3241
3327
|
"kind": 1048576,
|
|
3242
3328
|
"kindString": "Set signature",
|
|
@@ -3252,7 +3338,7 @@
|
|
|
3252
3338
|
},
|
|
3253
3339
|
"parameters": [
|
|
3254
3340
|
{
|
|
3255
|
-
"id":
|
|
3341
|
+
"id": 191,
|
|
3256
3342
|
"name": "value",
|
|
3257
3343
|
"kind": 32768,
|
|
3258
3344
|
"kindString": "Parameter",
|
|
@@ -3271,7 +3357,7 @@
|
|
|
3271
3357
|
]
|
|
3272
3358
|
},
|
|
3273
3359
|
{
|
|
3274
|
-
"id":
|
|
3360
|
+
"id": 192,
|
|
3275
3361
|
"name": "dismissible",
|
|
3276
3362
|
"kind": 262144,
|
|
3277
3363
|
"kindString": "Accessor",
|
|
@@ -3297,7 +3383,7 @@
|
|
|
3297
3383
|
],
|
|
3298
3384
|
"getSignature": [
|
|
3299
3385
|
{
|
|
3300
|
-
"id":
|
|
3386
|
+
"id": 193,
|
|
3301
3387
|
"name": "dismissible",
|
|
3302
3388
|
"kind": 524288,
|
|
3303
3389
|
"kindString": "Get signature",
|
|
@@ -3313,7 +3399,7 @@
|
|
|
3313
3399
|
],
|
|
3314
3400
|
"setSignature": [
|
|
3315
3401
|
{
|
|
3316
|
-
"id":
|
|
3402
|
+
"id": 194,
|
|
3317
3403
|
"name": "dismissible",
|
|
3318
3404
|
"kind": 1048576,
|
|
3319
3405
|
"kindString": "Set signature",
|
|
@@ -3329,7 +3415,7 @@
|
|
|
3329
3415
|
},
|
|
3330
3416
|
"parameters": [
|
|
3331
3417
|
{
|
|
3332
|
-
"id":
|
|
3418
|
+
"id": 195,
|
|
3333
3419
|
"name": "value",
|
|
3334
3420
|
"kind": 32768,
|
|
3335
3421
|
"kindString": "Parameter",
|
|
@@ -3348,7 +3434,7 @@
|
|
|
3348
3434
|
]
|
|
3349
3435
|
},
|
|
3350
3436
|
{
|
|
3351
|
-
"id":
|
|
3437
|
+
"id": 196,
|
|
3352
3438
|
"name": "displayWith",
|
|
3353
3439
|
"kind": 262144,
|
|
3354
3440
|
"kindString": "Accessor",
|
|
@@ -3374,7 +3460,7 @@
|
|
|
3374
3460
|
],
|
|
3375
3461
|
"getSignature": [
|
|
3376
3462
|
{
|
|
3377
|
-
"id":
|
|
3463
|
+
"id": 197,
|
|
3378
3464
|
"name": "displayWith",
|
|
3379
3465
|
"kind": 524288,
|
|
3380
3466
|
"kindString": "Get signature",
|
|
@@ -3390,7 +3476,7 @@
|
|
|
3390
3476
|
],
|
|
3391
3477
|
"setSignature": [
|
|
3392
3478
|
{
|
|
3393
|
-
"id":
|
|
3479
|
+
"id": 198,
|
|
3394
3480
|
"name": "displayWith",
|
|
3395
3481
|
"kind": 1048576,
|
|
3396
3482
|
"kindString": "Set signature",
|
|
@@ -3406,7 +3492,7 @@
|
|
|
3406
3492
|
},
|
|
3407
3493
|
"parameters": [
|
|
3408
3494
|
{
|
|
3409
|
-
"id":
|
|
3495
|
+
"id": 199,
|
|
3410
3496
|
"name": "value",
|
|
3411
3497
|
"kind": 32768,
|
|
3412
3498
|
"kindString": "Parameter",
|
|
@@ -3425,7 +3511,7 @@
|
|
|
3425
3511
|
]
|
|
3426
3512
|
},
|
|
3427
3513
|
{
|
|
3428
|
-
"id":
|
|
3514
|
+
"id": 201,
|
|
3429
3515
|
"name": "focusable",
|
|
3430
3516
|
"kind": 262144,
|
|
3431
3517
|
"kindString": "Accessor",
|
|
@@ -3451,7 +3537,7 @@
|
|
|
3451
3537
|
],
|
|
3452
3538
|
"getSignature": [
|
|
3453
3539
|
{
|
|
3454
|
-
"id":
|
|
3540
|
+
"id": 202,
|
|
3455
3541
|
"name": "focusable",
|
|
3456
3542
|
"kind": 524288,
|
|
3457
3543
|
"kindString": "Get signature",
|
|
@@ -3467,7 +3553,7 @@
|
|
|
3467
3553
|
],
|
|
3468
3554
|
"setSignature": [
|
|
3469
3555
|
{
|
|
3470
|
-
"id":
|
|
3556
|
+
"id": 203,
|
|
3471
3557
|
"name": "focusable",
|
|
3472
3558
|
"kind": 1048576,
|
|
3473
3559
|
"kindString": "Set signature",
|
|
@@ -3483,7 +3569,7 @@
|
|
|
3483
3569
|
},
|
|
3484
3570
|
"parameters": [
|
|
3485
3571
|
{
|
|
3486
|
-
"id":
|
|
3572
|
+
"id": 204,
|
|
3487
3573
|
"name": "value",
|
|
3488
3574
|
"kind": 32768,
|
|
3489
3575
|
"kindString": "Parameter",
|
|
@@ -3502,7 +3588,7 @@
|
|
|
3502
3588
|
]
|
|
3503
3589
|
},
|
|
3504
3590
|
{
|
|
3505
|
-
"id":
|
|
3591
|
+
"id": 209,
|
|
3506
3592
|
"name": "messageStream",
|
|
3507
3593
|
"kind": 262144,
|
|
3508
3594
|
"kindString": "Accessor",
|
|
@@ -3528,7 +3614,7 @@
|
|
|
3528
3614
|
],
|
|
3529
3615
|
"getSignature": [
|
|
3530
3616
|
{
|
|
3531
|
-
"id":
|
|
3617
|
+
"id": 210,
|
|
3532
3618
|
"name": "messageStream",
|
|
3533
3619
|
"kind": 524288,
|
|
3534
3620
|
"kindString": "Get signature",
|
|
@@ -3541,7 +3627,7 @@
|
|
|
3541
3627
|
"typeArguments": [
|
|
3542
3628
|
{
|
|
3543
3629
|
"type": "reference",
|
|
3544
|
-
"id":
|
|
3630
|
+
"id": 326,
|
|
3545
3631
|
"name": "SkyTokensMessage"
|
|
3546
3632
|
}
|
|
3547
3633
|
],
|
|
@@ -3551,7 +3637,7 @@
|
|
|
3551
3637
|
],
|
|
3552
3638
|
"setSignature": [
|
|
3553
3639
|
{
|
|
3554
|
-
"id":
|
|
3640
|
+
"id": 211,
|
|
3555
3641
|
"name": "messageStream",
|
|
3556
3642
|
"kind": 1048576,
|
|
3557
3643
|
"kindString": "Set signature",
|
|
@@ -3561,7 +3647,7 @@
|
|
|
3561
3647
|
},
|
|
3562
3648
|
"parameters": [
|
|
3563
3649
|
{
|
|
3564
|
-
"id":
|
|
3650
|
+
"id": 212,
|
|
3565
3651
|
"name": "value",
|
|
3566
3652
|
"kind": 32768,
|
|
3567
3653
|
"kindString": "Parameter",
|
|
@@ -3571,7 +3657,7 @@
|
|
|
3571
3657
|
"typeArguments": [
|
|
3572
3658
|
{
|
|
3573
3659
|
"type": "reference",
|
|
3574
|
-
"id":
|
|
3660
|
+
"id": 326,
|
|
3575
3661
|
"name": "SkyTokensMessage"
|
|
3576
3662
|
}
|
|
3577
3663
|
],
|
|
@@ -3587,7 +3673,7 @@
|
|
|
3587
3673
|
]
|
|
3588
3674
|
},
|
|
3589
3675
|
{
|
|
3590
|
-
"id":
|
|
3676
|
+
"id": 205,
|
|
3591
3677
|
"name": "tokens",
|
|
3592
3678
|
"kind": 262144,
|
|
3593
3679
|
"kindString": "Accessor",
|
|
@@ -3613,7 +3699,7 @@
|
|
|
3613
3699
|
],
|
|
3614
3700
|
"getSignature": [
|
|
3615
3701
|
{
|
|
3616
|
-
"id":
|
|
3702
|
+
"id": 206,
|
|
3617
3703
|
"name": "tokens",
|
|
3618
3704
|
"kind": 524288,
|
|
3619
3705
|
"kindString": "Get signature",
|
|
@@ -3625,7 +3711,7 @@
|
|
|
3625
3711
|
"type": "array",
|
|
3626
3712
|
"elementType": {
|
|
3627
3713
|
"type": "reference",
|
|
3628
|
-
"id":
|
|
3714
|
+
"id": 322,
|
|
3629
3715
|
"name": "SkyToken"
|
|
3630
3716
|
}
|
|
3631
3717
|
}
|
|
@@ -3633,7 +3719,7 @@
|
|
|
3633
3719
|
],
|
|
3634
3720
|
"setSignature": [
|
|
3635
3721
|
{
|
|
3636
|
-
"id":
|
|
3722
|
+
"id": 207,
|
|
3637
3723
|
"name": "tokens",
|
|
3638
3724
|
"kind": 1048576,
|
|
3639
3725
|
"kindString": "Set signature",
|
|
@@ -3643,7 +3729,7 @@
|
|
|
3643
3729
|
},
|
|
3644
3730
|
"parameters": [
|
|
3645
3731
|
{
|
|
3646
|
-
"id":
|
|
3732
|
+
"id": 208,
|
|
3647
3733
|
"name": "value",
|
|
3648
3734
|
"kind": 32768,
|
|
3649
3735
|
"kindString": "Parameter",
|
|
@@ -3652,7 +3738,7 @@
|
|
|
3652
3738
|
"type": "array",
|
|
3653
3739
|
"elementType": {
|
|
3654
3740
|
"type": "reference",
|
|
3655
|
-
"id":
|
|
3741
|
+
"id": 322,
|
|
3656
3742
|
"name": "SkyToken"
|
|
3657
3743
|
}
|
|
3658
3744
|
}
|
|
@@ -3666,7 +3752,7 @@
|
|
|
3666
3752
|
]
|
|
3667
3753
|
},
|
|
3668
3754
|
{
|
|
3669
|
-
"id":
|
|
3755
|
+
"id": 236,
|
|
3670
3756
|
"name": "ngOnDestroy",
|
|
3671
3757
|
"kind": 2048,
|
|
3672
3758
|
"kindString": "Method",
|
|
@@ -3682,7 +3768,7 @@
|
|
|
3682
3768
|
],
|
|
3683
3769
|
"signatures": [
|
|
3684
3770
|
{
|
|
3685
|
-
"id":
|
|
3771
|
+
"id": 237,
|
|
3686
3772
|
"name": "ngOnDestroy",
|
|
3687
3773
|
"kind": 4096,
|
|
3688
3774
|
"kindString": "Call signature",
|
|
@@ -3703,7 +3789,7 @@
|
|
|
3703
3789
|
}
|
|
3704
3790
|
},
|
|
3705
3791
|
{
|
|
3706
|
-
"id":
|
|
3792
|
+
"id": 238,
|
|
3707
3793
|
"name": "onTokenClick",
|
|
3708
3794
|
"kind": 2048,
|
|
3709
3795
|
"kindString": "Method",
|
|
@@ -3719,21 +3805,21 @@
|
|
|
3719
3805
|
],
|
|
3720
3806
|
"signatures": [
|
|
3721
3807
|
{
|
|
3722
|
-
"id":
|
|
3808
|
+
"id": 239,
|
|
3723
3809
|
"name": "onTokenClick",
|
|
3724
3810
|
"kind": 4096,
|
|
3725
3811
|
"kindString": "Call signature",
|
|
3726
3812
|
"flags": {},
|
|
3727
3813
|
"parameters": [
|
|
3728
3814
|
{
|
|
3729
|
-
"id":
|
|
3815
|
+
"id": 240,
|
|
3730
3816
|
"name": "token",
|
|
3731
3817
|
"kind": 32768,
|
|
3732
3818
|
"kindString": "Parameter",
|
|
3733
3819
|
"flags": {},
|
|
3734
3820
|
"type": {
|
|
3735
3821
|
"type": "reference",
|
|
3736
|
-
"id":
|
|
3822
|
+
"id": 322,
|
|
3737
3823
|
"name": "SkyToken"
|
|
3738
3824
|
}
|
|
3739
3825
|
}
|
|
@@ -3746,7 +3832,7 @@
|
|
|
3746
3832
|
]
|
|
3747
3833
|
},
|
|
3748
3834
|
{
|
|
3749
|
-
"id":
|
|
3835
|
+
"id": 241,
|
|
3750
3836
|
"name": "onTokenKeyDown",
|
|
3751
3837
|
"kind": 2048,
|
|
3752
3838
|
"kindString": "Method",
|
|
@@ -3762,14 +3848,14 @@
|
|
|
3762
3848
|
],
|
|
3763
3849
|
"signatures": [
|
|
3764
3850
|
{
|
|
3765
|
-
"id":
|
|
3851
|
+
"id": 242,
|
|
3766
3852
|
"name": "onTokenKeyDown",
|
|
3767
3853
|
"kind": 4096,
|
|
3768
3854
|
"kindString": "Call signature",
|
|
3769
3855
|
"flags": {},
|
|
3770
3856
|
"parameters": [
|
|
3771
3857
|
{
|
|
3772
|
-
"id":
|
|
3858
|
+
"id": 243,
|
|
3773
3859
|
"name": "event",
|
|
3774
3860
|
"kind": 32768,
|
|
3775
3861
|
"kindString": "Parameter",
|
|
@@ -3788,7 +3874,7 @@
|
|
|
3788
3874
|
]
|
|
3789
3875
|
},
|
|
3790
3876
|
{
|
|
3791
|
-
"id":
|
|
3877
|
+
"id": 247,
|
|
3792
3878
|
"name": "removeToken",
|
|
3793
3879
|
"kind": 2048,
|
|
3794
3880
|
"kindString": "Method",
|
|
@@ -3804,21 +3890,21 @@
|
|
|
3804
3890
|
],
|
|
3805
3891
|
"signatures": [
|
|
3806
3892
|
{
|
|
3807
|
-
"id":
|
|
3893
|
+
"id": 248,
|
|
3808
3894
|
"name": "removeToken",
|
|
3809
3895
|
"kind": 4096,
|
|
3810
3896
|
"kindString": "Call signature",
|
|
3811
3897
|
"flags": {},
|
|
3812
3898
|
"parameters": [
|
|
3813
3899
|
{
|
|
3814
|
-
"id":
|
|
3900
|
+
"id": 249,
|
|
3815
3901
|
"name": "token",
|
|
3816
3902
|
"kind": 32768,
|
|
3817
3903
|
"kindString": "Parameter",
|
|
3818
3904
|
"flags": {},
|
|
3819
3905
|
"type": {
|
|
3820
3906
|
"type": "reference",
|
|
3821
|
-
"id":
|
|
3907
|
+
"id": 322,
|
|
3822
3908
|
"name": "SkyToken"
|
|
3823
3909
|
}
|
|
3824
3910
|
}
|
|
@@ -3831,7 +3917,7 @@
|
|
|
3831
3917
|
]
|
|
3832
3918
|
},
|
|
3833
3919
|
{
|
|
3834
|
-
"id":
|
|
3920
|
+
"id": 244,
|
|
3835
3921
|
"name": "selectToken",
|
|
3836
3922
|
"kind": 2048,
|
|
3837
3923
|
"kindString": "Method",
|
|
@@ -3847,21 +3933,21 @@
|
|
|
3847
3933
|
],
|
|
3848
3934
|
"signatures": [
|
|
3849
3935
|
{
|
|
3850
|
-
"id":
|
|
3936
|
+
"id": 245,
|
|
3851
3937
|
"name": "selectToken",
|
|
3852
3938
|
"kind": 4096,
|
|
3853
3939
|
"kindString": "Call signature",
|
|
3854
3940
|
"flags": {},
|
|
3855
3941
|
"parameters": [
|
|
3856
3942
|
{
|
|
3857
|
-
"id":
|
|
3943
|
+
"id": 246,
|
|
3858
3944
|
"name": "token",
|
|
3859
3945
|
"kind": 32768,
|
|
3860
3946
|
"kindString": "Parameter",
|
|
3861
3947
|
"flags": {},
|
|
3862
3948
|
"type": {
|
|
3863
3949
|
"type": "reference",
|
|
3864
|
-
"id":
|
|
3950
|
+
"id": 322,
|
|
3865
3951
|
"name": "SkyToken"
|
|
3866
3952
|
}
|
|
3867
3953
|
}
|
|
@@ -3879,42 +3965,42 @@
|
|
|
3879
3965
|
"title": "Constructors",
|
|
3880
3966
|
"kind": 512,
|
|
3881
3967
|
"children": [
|
|
3882
|
-
|
|
3968
|
+
185
|
|
3883
3969
|
]
|
|
3884
3970
|
},
|
|
3885
3971
|
{
|
|
3886
3972
|
"title": "Properties",
|
|
3887
3973
|
"kind": 1024,
|
|
3888
3974
|
"children": [
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
209,
|
|
3892
|
-
210,
|
|
3975
|
+
213,
|
|
3976
|
+
214,
|
|
3893
3977
|
215,
|
|
3894
|
-
|
|
3978
|
+
216,
|
|
3979
|
+
221,
|
|
3980
|
+
200
|
|
3895
3981
|
]
|
|
3896
3982
|
},
|
|
3897
3983
|
{
|
|
3898
3984
|
"title": "Accessors",
|
|
3899
3985
|
"kind": 262144,
|
|
3900
3986
|
"children": [
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3987
|
+
188,
|
|
3988
|
+
192,
|
|
3989
|
+
196,
|
|
3990
|
+
201,
|
|
3991
|
+
209,
|
|
3992
|
+
205
|
|
3907
3993
|
]
|
|
3908
3994
|
},
|
|
3909
3995
|
{
|
|
3910
3996
|
"title": "Methods",
|
|
3911
3997
|
"kind": 2048,
|
|
3912
3998
|
"children": [
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
235,
|
|
3999
|
+
236,
|
|
4000
|
+
238,
|
|
3916
4001
|
241,
|
|
3917
|
-
|
|
4002
|
+
247,
|
|
4003
|
+
244
|
|
3918
4004
|
]
|
|
3919
4005
|
}
|
|
3920
4006
|
],
|
|
@@ -3933,7 +4019,7 @@
|
|
|
3933
4019
|
]
|
|
3934
4020
|
},
|
|
3935
4021
|
{
|
|
3936
|
-
"id":
|
|
4022
|
+
"id": 265,
|
|
3937
4023
|
"name": "SkyWaitComponent",
|
|
3938
4024
|
"kind": 128,
|
|
3939
4025
|
"kindString": "Class",
|
|
@@ -3952,7 +4038,7 @@
|
|
|
3952
4038
|
],
|
|
3953
4039
|
"children": [
|
|
3954
4040
|
{
|
|
3955
|
-
"id":
|
|
4041
|
+
"id": 266,
|
|
3956
4042
|
"name": "constructor",
|
|
3957
4043
|
"kind": 512,
|
|
3958
4044
|
"kindString": "Constructor",
|
|
@@ -3966,14 +4052,14 @@
|
|
|
3966
4052
|
],
|
|
3967
4053
|
"signatures": [
|
|
3968
4054
|
{
|
|
3969
|
-
"id":
|
|
4055
|
+
"id": 267,
|
|
3970
4056
|
"name": "SkyWaitComponent",
|
|
3971
4057
|
"kind": 16384,
|
|
3972
4058
|
"kindString": "Constructor signature",
|
|
3973
4059
|
"flags": {},
|
|
3974
4060
|
"parameters": [
|
|
3975
4061
|
{
|
|
3976
|
-
"id":
|
|
4062
|
+
"id": 268,
|
|
3977
4063
|
"name": "elRef",
|
|
3978
4064
|
"kind": 32768,
|
|
3979
4065
|
"kindString": "Parameter",
|
|
@@ -3990,7 +4076,7 @@
|
|
|
3990
4076
|
}
|
|
3991
4077
|
},
|
|
3992
4078
|
{
|
|
3993
|
-
"id":
|
|
4079
|
+
"id": 269,
|
|
3994
4080
|
"name": "adapterService",
|
|
3995
4081
|
"kind": 32768,
|
|
3996
4082
|
"kindString": "Parameter",
|
|
@@ -4001,7 +4087,7 @@
|
|
|
4001
4087
|
}
|
|
4002
4088
|
},
|
|
4003
4089
|
{
|
|
4004
|
-
"id":
|
|
4090
|
+
"id": 270,
|
|
4005
4091
|
"name": "resourceService",
|
|
4006
4092
|
"kind": 32768,
|
|
4007
4093
|
"kindString": "Parameter",
|
|
@@ -4024,14 +4110,14 @@
|
|
|
4024
4110
|
],
|
|
4025
4111
|
"type": {
|
|
4026
4112
|
"type": "reference",
|
|
4027
|
-
"id":
|
|
4113
|
+
"id": 265,
|
|
4028
4114
|
"name": "SkyWaitComponent"
|
|
4029
4115
|
}
|
|
4030
4116
|
}
|
|
4031
4117
|
]
|
|
4032
4118
|
},
|
|
4033
4119
|
{
|
|
4034
|
-
"id":
|
|
4120
|
+
"id": 271,
|
|
4035
4121
|
"name": "ariaLabel",
|
|
4036
4122
|
"kind": 1024,
|
|
4037
4123
|
"kindString": "Property",
|
|
@@ -4064,7 +4150,7 @@
|
|
|
4064
4150
|
}
|
|
4065
4151
|
},
|
|
4066
4152
|
{
|
|
4067
|
-
"id":
|
|
4153
|
+
"id": 281,
|
|
4068
4154
|
"name": "ariaLabelStream",
|
|
4069
4155
|
"kind": 1024,
|
|
4070
4156
|
"kindString": "Property",
|
|
@@ -4091,7 +4177,7 @@
|
|
|
4091
4177
|
"defaultValue": "..."
|
|
4092
4178
|
},
|
|
4093
4179
|
{
|
|
4094
|
-
"id":
|
|
4180
|
+
"id": 280,
|
|
4095
4181
|
"name": "isNonBlocking",
|
|
4096
4182
|
"kind": 1024,
|
|
4097
4183
|
"kindString": "Property",
|
|
@@ -4130,7 +4216,7 @@
|
|
|
4130
4216
|
}
|
|
4131
4217
|
},
|
|
4132
4218
|
{
|
|
4133
|
-
"id":
|
|
4219
|
+
"id": 276,
|
|
4134
4220
|
"name": "isFullPage",
|
|
4135
4221
|
"kind": 262144,
|
|
4136
4222
|
"kindString": "Accessor",
|
|
@@ -4156,7 +4242,7 @@
|
|
|
4156
4242
|
],
|
|
4157
4243
|
"getSignature": [
|
|
4158
4244
|
{
|
|
4159
|
-
"id":
|
|
4245
|
+
"id": 277,
|
|
4160
4246
|
"name": "isFullPage",
|
|
4161
4247
|
"kind": 524288,
|
|
4162
4248
|
"kindString": "Get signature",
|
|
@@ -4172,7 +4258,7 @@
|
|
|
4172
4258
|
],
|
|
4173
4259
|
"setSignature": [
|
|
4174
4260
|
{
|
|
4175
|
-
"id":
|
|
4261
|
+
"id": 278,
|
|
4176
4262
|
"name": "isFullPage",
|
|
4177
4263
|
"kind": 1048576,
|
|
4178
4264
|
"kindString": "Set signature",
|
|
@@ -4188,7 +4274,7 @@
|
|
|
4188
4274
|
},
|
|
4189
4275
|
"parameters": [
|
|
4190
4276
|
{
|
|
4191
|
-
"id":
|
|
4277
|
+
"id": 279,
|
|
4192
4278
|
"name": "value",
|
|
4193
4279
|
"kind": 32768,
|
|
4194
4280
|
"kindString": "Parameter",
|
|
@@ -4207,7 +4293,7 @@
|
|
|
4207
4293
|
]
|
|
4208
4294
|
},
|
|
4209
4295
|
{
|
|
4210
|
-
"id":
|
|
4296
|
+
"id": 272,
|
|
4211
4297
|
"name": "isWaiting",
|
|
4212
4298
|
"kind": 262144,
|
|
4213
4299
|
"kindString": "Accessor",
|
|
@@ -4233,7 +4319,7 @@
|
|
|
4233
4319
|
],
|
|
4234
4320
|
"getSignature": [
|
|
4235
4321
|
{
|
|
4236
|
-
"id":
|
|
4322
|
+
"id": 273,
|
|
4237
4323
|
"name": "isWaiting",
|
|
4238
4324
|
"kind": 524288,
|
|
4239
4325
|
"kindString": "Get signature",
|
|
@@ -4249,7 +4335,7 @@
|
|
|
4249
4335
|
],
|
|
4250
4336
|
"setSignature": [
|
|
4251
4337
|
{
|
|
4252
|
-
"id":
|
|
4338
|
+
"id": 274,
|
|
4253
4339
|
"name": "isWaiting",
|
|
4254
4340
|
"kind": 1048576,
|
|
4255
4341
|
"kindString": "Set signature",
|
|
@@ -4259,7 +4345,7 @@
|
|
|
4259
4345
|
},
|
|
4260
4346
|
"parameters": [
|
|
4261
4347
|
{
|
|
4262
|
-
"id":
|
|
4348
|
+
"id": 275,
|
|
4263
4349
|
"name": "value",
|
|
4264
4350
|
"kind": 32768,
|
|
4265
4351
|
"kindString": "Parameter",
|
|
@@ -4278,7 +4364,7 @@
|
|
|
4278
4364
|
]
|
|
4279
4365
|
},
|
|
4280
4366
|
{
|
|
4281
|
-
"id":
|
|
4367
|
+
"id": 285,
|
|
4282
4368
|
"name": "ngOnInit",
|
|
4283
4369
|
"kind": 2048,
|
|
4284
4370
|
"kindString": "Method",
|
|
@@ -4294,7 +4380,7 @@
|
|
|
4294
4380
|
],
|
|
4295
4381
|
"signatures": [
|
|
4296
4382
|
{
|
|
4297
|
-
"id":
|
|
4383
|
+
"id": 286,
|
|
4298
4384
|
"name": "ngOnInit",
|
|
4299
4385
|
"kind": 4096,
|
|
4300
4386
|
"kindString": "Call signature",
|
|
@@ -4320,31 +4406,31 @@
|
|
|
4320
4406
|
"title": "Constructors",
|
|
4321
4407
|
"kind": 512,
|
|
4322
4408
|
"children": [
|
|
4323
|
-
|
|
4409
|
+
266
|
|
4324
4410
|
]
|
|
4325
4411
|
},
|
|
4326
4412
|
{
|
|
4327
4413
|
"title": "Properties",
|
|
4328
4414
|
"kind": 1024,
|
|
4329
4415
|
"children": [
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4416
|
+
271,
|
|
4417
|
+
281,
|
|
4418
|
+
280
|
|
4333
4419
|
]
|
|
4334
4420
|
},
|
|
4335
4421
|
{
|
|
4336
4422
|
"title": "Accessors",
|
|
4337
4423
|
"kind": 262144,
|
|
4338
4424
|
"children": [
|
|
4339
|
-
|
|
4340
|
-
|
|
4425
|
+
276,
|
|
4426
|
+
272
|
|
4341
4427
|
]
|
|
4342
4428
|
},
|
|
4343
4429
|
{
|
|
4344
4430
|
"title": "Methods",
|
|
4345
4431
|
"kind": 2048,
|
|
4346
4432
|
"children": [
|
|
4347
|
-
|
|
4433
|
+
285
|
|
4348
4434
|
]
|
|
4349
4435
|
}
|
|
4350
4436
|
],
|
|
@@ -4860,7 +4946,7 @@
|
|
|
4860
4946
|
],
|
|
4861
4947
|
"type": {
|
|
4862
4948
|
"type": "reference",
|
|
4863
|
-
"id":
|
|
4949
|
+
"id": 304,
|
|
4864
4950
|
"name": "SkyIconType"
|
|
4865
4951
|
},
|
|
4866
4952
|
"defaultValue": "'fa'"
|
|
@@ -4928,7 +5014,7 @@
|
|
|
4928
5014
|
],
|
|
4929
5015
|
"type": {
|
|
4930
5016
|
"type": "reference",
|
|
4931
|
-
"id":
|
|
5017
|
+
"id": 305,
|
|
4932
5018
|
"name": "SkyIconVariantType"
|
|
4933
5019
|
}
|
|
4934
5020
|
}
|
|
@@ -5031,7 +5117,7 @@
|
|
|
5031
5117
|
],
|
|
5032
5118
|
"type": {
|
|
5033
5119
|
"type": "reference",
|
|
5034
|
-
"id":
|
|
5120
|
+
"id": 298,
|
|
5035
5121
|
"name": "SkyIconStackItem"
|
|
5036
5122
|
}
|
|
5037
5123
|
},
|
|
@@ -5098,7 +5184,7 @@
|
|
|
5098
5184
|
],
|
|
5099
5185
|
"type": {
|
|
5100
5186
|
"type": "reference",
|
|
5101
|
-
"id":
|
|
5187
|
+
"id": 298,
|
|
5102
5188
|
"name": "SkyIconStackItem"
|
|
5103
5189
|
}
|
|
5104
5190
|
}
|
|
@@ -5425,7 +5511,7 @@
|
|
|
5425
5511
|
],
|
|
5426
5512
|
"type": {
|
|
5427
5513
|
"type": "reference",
|
|
5428
|
-
"id":
|
|
5514
|
+
"id": 298,
|
|
5429
5515
|
"name": "SkyIconStackItem"
|
|
5430
5516
|
}
|
|
5431
5517
|
},
|
|
@@ -5466,7 +5552,7 @@
|
|
|
5466
5552
|
],
|
|
5467
5553
|
"type": {
|
|
5468
5554
|
"type": "reference",
|
|
5469
|
-
"id":
|
|
5555
|
+
"id": 298,
|
|
5470
5556
|
"name": "SkyIconStackItem"
|
|
5471
5557
|
}
|
|
5472
5558
|
},
|
|
@@ -5507,7 +5593,7 @@
|
|
|
5507
5593
|
},
|
|
5508
5594
|
"type": {
|
|
5509
5595
|
"type": "reference",
|
|
5510
|
-
"id":
|
|
5596
|
+
"id": 309,
|
|
5511
5597
|
"name": "SkyLabelType"
|
|
5512
5598
|
}
|
|
5513
5599
|
}
|
|
@@ -5537,7 +5623,7 @@
|
|
|
5537
5623
|
"flags": {},
|
|
5538
5624
|
"type": {
|
|
5539
5625
|
"type": "reference",
|
|
5540
|
-
"id":
|
|
5626
|
+
"id": 309,
|
|
5541
5627
|
"name": "SkyLabelType"
|
|
5542
5628
|
}
|
|
5543
5629
|
}
|
|
@@ -5584,14 +5670,14 @@
|
|
|
5584
5670
|
]
|
|
5585
5671
|
},
|
|
5586
5672
|
{
|
|
5587
|
-
"id":
|
|
5673
|
+
"id": 298,
|
|
5588
5674
|
"name": "SkyIconStackItem",
|
|
5589
5675
|
"kind": 256,
|
|
5590
5676
|
"kindString": "Interface",
|
|
5591
5677
|
"flags": {},
|
|
5592
5678
|
"children": [
|
|
5593
5679
|
{
|
|
5594
|
-
"id":
|
|
5680
|
+
"id": 299,
|
|
5595
5681
|
"name": "icon",
|
|
5596
5682
|
"kind": 1024,
|
|
5597
5683
|
"kindString": "Property",
|
|
@@ -5618,7 +5704,7 @@
|
|
|
5618
5704
|
}
|
|
5619
5705
|
},
|
|
5620
5706
|
{
|
|
5621
|
-
"id":
|
|
5707
|
+
"id": 300,
|
|
5622
5708
|
"name": "iconType",
|
|
5623
5709
|
"kind": 1024,
|
|
5624
5710
|
"kindString": "Property",
|
|
@@ -5637,7 +5723,7 @@
|
|
|
5637
5723
|
],
|
|
5638
5724
|
"type": {
|
|
5639
5725
|
"type": "reference",
|
|
5640
|
-
"id":
|
|
5726
|
+
"id": 304,
|
|
5641
5727
|
"name": "SkyIconType"
|
|
5642
5728
|
}
|
|
5643
5729
|
}
|
|
@@ -5647,8 +5733,8 @@
|
|
|
5647
5733
|
"title": "Properties",
|
|
5648
5734
|
"kind": 1024,
|
|
5649
5735
|
"children": [
|
|
5650
|
-
|
|
5651
|
-
|
|
5736
|
+
299,
|
|
5737
|
+
300
|
|
5652
5738
|
]
|
|
5653
5739
|
}
|
|
5654
5740
|
],
|
|
@@ -5661,14 +5747,14 @@
|
|
|
5661
5747
|
]
|
|
5662
5748
|
},
|
|
5663
5749
|
{
|
|
5664
|
-
"id":
|
|
5750
|
+
"id": 322,
|
|
5665
5751
|
"name": "SkyToken",
|
|
5666
5752
|
"kind": 256,
|
|
5667
5753
|
"kindString": "Interface",
|
|
5668
5754
|
"flags": {},
|
|
5669
5755
|
"children": [
|
|
5670
5756
|
{
|
|
5671
|
-
"id":
|
|
5757
|
+
"id": 323,
|
|
5672
5758
|
"name": "value",
|
|
5673
5759
|
"kind": 1024,
|
|
5674
5760
|
"kindString": "Property",
|
|
@@ -5694,7 +5780,7 @@
|
|
|
5694
5780
|
"title": "Properties",
|
|
5695
5781
|
"kind": 1024,
|
|
5696
5782
|
"children": [
|
|
5697
|
-
|
|
5783
|
+
323
|
|
5698
5784
|
]
|
|
5699
5785
|
}
|
|
5700
5786
|
],
|
|
@@ -5707,14 +5793,14 @@
|
|
|
5707
5793
|
]
|
|
5708
5794
|
},
|
|
5709
5795
|
{
|
|
5710
|
-
"id":
|
|
5796
|
+
"id": 324,
|
|
5711
5797
|
"name": "SkyTokenSelectedEventArgs",
|
|
5712
5798
|
"kind": 256,
|
|
5713
5799
|
"kindString": "Interface",
|
|
5714
5800
|
"flags": {},
|
|
5715
5801
|
"children": [
|
|
5716
5802
|
{
|
|
5717
|
-
"id":
|
|
5803
|
+
"id": 325,
|
|
5718
5804
|
"name": "token",
|
|
5719
5805
|
"kind": 1024,
|
|
5720
5806
|
"kindString": "Property",
|
|
@@ -5733,7 +5819,7 @@
|
|
|
5733
5819
|
],
|
|
5734
5820
|
"type": {
|
|
5735
5821
|
"type": "reference",
|
|
5736
|
-
"id":
|
|
5822
|
+
"id": 322,
|
|
5737
5823
|
"name": "SkyToken"
|
|
5738
5824
|
}
|
|
5739
5825
|
}
|
|
@@ -5743,7 +5829,7 @@
|
|
|
5743
5829
|
"title": "Properties",
|
|
5744
5830
|
"kind": 1024,
|
|
5745
5831
|
"children": [
|
|
5746
|
-
|
|
5832
|
+
325
|
|
5747
5833
|
]
|
|
5748
5834
|
}
|
|
5749
5835
|
],
|
|
@@ -5756,14 +5842,14 @@
|
|
|
5756
5842
|
]
|
|
5757
5843
|
},
|
|
5758
5844
|
{
|
|
5759
|
-
"id":
|
|
5845
|
+
"id": 326,
|
|
5760
5846
|
"name": "SkyTokensMessage",
|
|
5761
5847
|
"kind": 256,
|
|
5762
5848
|
"kindString": "Interface",
|
|
5763
5849
|
"flags": {},
|
|
5764
5850
|
"children": [
|
|
5765
5851
|
{
|
|
5766
|
-
"id":
|
|
5852
|
+
"id": 327,
|
|
5767
5853
|
"name": "type",
|
|
5768
5854
|
"kind": 1024,
|
|
5769
5855
|
"kindString": "Property",
|
|
@@ -5782,7 +5868,7 @@
|
|
|
5782
5868
|
],
|
|
5783
5869
|
"type": {
|
|
5784
5870
|
"type": "reference",
|
|
5785
|
-
"id":
|
|
5871
|
+
"id": 328,
|
|
5786
5872
|
"name": "SkyTokensMessageType"
|
|
5787
5873
|
}
|
|
5788
5874
|
}
|
|
@@ -5792,7 +5878,7 @@
|
|
|
5792
5878
|
"title": "Properties",
|
|
5793
5879
|
"kind": 1024,
|
|
5794
5880
|
"children": [
|
|
5795
|
-
|
|
5881
|
+
327
|
|
5796
5882
|
]
|
|
5797
5883
|
}
|
|
5798
5884
|
],
|
|
@@ -5805,7 +5891,7 @@
|
|
|
5805
5891
|
]
|
|
5806
5892
|
},
|
|
5807
5893
|
{
|
|
5808
|
-
"id":
|
|
5894
|
+
"id": 304,
|
|
5809
5895
|
"name": "SkyIconType",
|
|
5810
5896
|
"kind": 4194304,
|
|
5811
5897
|
"kindString": "Type alias",
|
|
@@ -5832,7 +5918,7 @@
|
|
|
5832
5918
|
}
|
|
5833
5919
|
},
|
|
5834
5920
|
{
|
|
5835
|
-
"id":
|
|
5921
|
+
"id": 305,
|
|
5836
5922
|
"name": "SkyIconVariantType",
|
|
5837
5923
|
"kind": 4194304,
|
|
5838
5924
|
"kindString": "Type alias",
|
|
@@ -5859,7 +5945,7 @@
|
|
|
5859
5945
|
}
|
|
5860
5946
|
},
|
|
5861
5947
|
{
|
|
5862
|
-
"id":
|
|
5948
|
+
"id": 309,
|
|
5863
5949
|
"name": "SkyLabelType",
|
|
5864
5950
|
"kind": 4194304,
|
|
5865
5951
|
"kindString": "Type alias",
|
|
@@ -5899,30 +5985,30 @@
|
|
|
5899
5985
|
"title": "Enumerations",
|
|
5900
5986
|
"kind": 8,
|
|
5901
5987
|
"children": [
|
|
5902
|
-
|
|
5988
|
+
328
|
|
5903
5989
|
]
|
|
5904
5990
|
},
|
|
5905
5991
|
{
|
|
5906
5992
|
"title": "Classes",
|
|
5907
5993
|
"kind": 128,
|
|
5908
5994
|
"children": [
|
|
5909
|
-
283,
|
|
5910
|
-
286,
|
|
5911
5995
|
289,
|
|
5996
|
+
292,
|
|
5912
5997
|
295,
|
|
5913
|
-
|
|
5914
|
-
|
|
5915
|
-
307,
|
|
5998
|
+
301,
|
|
5999
|
+
306,
|
|
5916
6000
|
310,
|
|
5917
6001
|
313,
|
|
5918
|
-
|
|
5919
|
-
|
|
6002
|
+
316,
|
|
6003
|
+
319,
|
|
6004
|
+
334,
|
|
6005
|
+
337,
|
|
5920
6006
|
1,
|
|
5921
6007
|
72,
|
|
5922
6008
|
100,
|
|
5923
6009
|
139,
|
|
5924
|
-
|
|
5925
|
-
|
|
6010
|
+
184,
|
|
6011
|
+
265,
|
|
5926
6012
|
20,
|
|
5927
6013
|
29,
|
|
5928
6014
|
35,
|
|
@@ -5937,19 +6023,19 @@
|
|
|
5937
6023
|
"title": "Interfaces",
|
|
5938
6024
|
"kind": 256,
|
|
5939
6025
|
"children": [
|
|
5940
|
-
|
|
5941
|
-
|
|
5942
|
-
|
|
5943
|
-
|
|
6026
|
+
298,
|
|
6027
|
+
322,
|
|
6028
|
+
324,
|
|
6029
|
+
326
|
|
5944
6030
|
]
|
|
5945
6031
|
},
|
|
5946
6032
|
{
|
|
5947
6033
|
"title": "Type aliases",
|
|
5948
6034
|
"kind": 4194304,
|
|
5949
6035
|
"children": [
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
|
|
6036
|
+
304,
|
|
6037
|
+
305,
|
|
6038
|
+
309
|
|
5953
6039
|
]
|
|
5954
6040
|
}
|
|
5955
6041
|
],
|