@skyux/indicators 6.12.0 → 6.15.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 +587 -718
- package/esm2020/lib/modules/alert/alert.component.mjs +19 -14
- package/esm2020/lib/modules/chevron/chevron.component.mjs +11 -12
- package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +8 -8
- package/esm2020/lib/modules/icon/icon-stack-item.mjs +1 -1
- package/esm2020/lib/modules/icon/icon-stack.component.mjs +4 -1
- package/esm2020/lib/modules/icon/icon.component.mjs +1 -1
- package/esm2020/lib/modules/key-info/key-info.component.mjs +2 -1
- package/esm2020/lib/modules/label/label.component.mjs +21 -14
- package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +52 -44
- package/esm2020/testing/alert/alert-harness-filters.mjs +2 -0
- package/esm2020/testing/alert/alert-harness.mjs +72 -0
- package/esm2020/testing/alert-fixture.mjs +2 -1
- package/esm2020/testing/label-fixture.mjs +1 -1
- package/esm2020/testing/public-api.mjs +6 -1
- package/esm2020/testing/tokens/token-harness-filters.mjs +2 -0
- package/esm2020/testing/tokens/token-harness.mjs +44 -0
- package/esm2020/testing/tokens/tokens-harness-filters.mjs +2 -0
- package/esm2020/testing/tokens/tokens-harness.mjs +42 -0
- package/fesm2015/skyux-indicators-testing.mjs +179 -1
- package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2015/skyux-indicators.mjs +110 -89
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators-testing.mjs +157 -1
- package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +110 -89
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/alert/alert.component.d.ts +8 -8
- package/lib/modules/chevron/chevron.component.d.ts +4 -5
- package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +2 -3
- package/lib/modules/icon/icon-stack-item.d.ts +3 -0
- package/lib/modules/icon/icon-stack.component.d.ts +5 -2
- package/lib/modules/icon/icon.component.d.ts +6 -5
- package/lib/modules/key-info/key-info.component.d.ts +1 -1
- package/lib/modules/label/label.component.d.ts +10 -9
- package/lib/modules/status-indicator/status-indicator.component.d.ts +5 -10
- package/package.json +6 -5
- package/testing/alert/alert-harness-filters.d.ts +6 -0
- package/testing/alert/alert-harness.d.ts +36 -0
- package/testing/alert-fixture.d.ts +5 -4
- package/testing/label-fixture.d.ts +2 -2
- package/testing/public-api.d.ts +5 -0
- package/testing/tokens/token-harness-filters.d.ts +10 -0
- package/testing/tokens/token-harness.d.ts +26 -0
- package/testing/tokens/tokens-harness-filters.d.ts +6 -0
- package/testing/tokens/tokens-harness.d.ts +27 -0
package/documentation.json
CHANGED
|
@@ -21,12 +21,10 @@
|
|
|
21
21
|
"SkyWaitComponent": "class-skywaitcomponent",
|
|
22
22
|
"SkyHelpInlineComponent": "class-skyhelpinlinecomponent",
|
|
23
23
|
"SkyIconComponent": "class-skyiconcomponent",
|
|
24
|
-
"SkyIconStackComponent": "class-skyiconstackcomponent",
|
|
25
24
|
"SkyKeyInfoLabelComponent": "class-skykeyinfolabelcomponent",
|
|
26
25
|
"SkyKeyInfoValueComponent": "class-skykeyinfovaluecomponent",
|
|
27
26
|
"SkyKeyInfoComponent": "class-skykeyinfocomponent",
|
|
28
27
|
"SkyLabelComponent": "class-skylabelcomponent",
|
|
29
|
-
"SkyIconStackItem": "interface-skyiconstackitem",
|
|
30
28
|
"SkyToken": "interface-skytoken",
|
|
31
29
|
"SkyTokenSelectedEventArgs": "interface-skytokenselectedeventargs",
|
|
32
30
|
"SkyTokensMessage": "interface-skytokensmessage",
|
|
@@ -45,14 +43,14 @@
|
|
|
45
43
|
"originalName": "",
|
|
46
44
|
"children": [
|
|
47
45
|
{
|
|
48
|
-
"id":
|
|
46
|
+
"id": 349,
|
|
49
47
|
"name": "SkyTokensMessageType",
|
|
50
48
|
"kind": 8,
|
|
51
49
|
"kindString": "Enumeration",
|
|
52
50
|
"flags": {},
|
|
53
51
|
"children": [
|
|
54
52
|
{
|
|
55
|
-
"id":
|
|
53
|
+
"id": 351,
|
|
56
54
|
"name": "FocusActiveToken",
|
|
57
55
|
"kind": 16,
|
|
58
56
|
"kindString": "Enumeration member",
|
|
@@ -70,7 +68,7 @@
|
|
|
70
68
|
"defaultValue": "1"
|
|
71
69
|
},
|
|
72
70
|
{
|
|
73
|
-
"id":
|
|
71
|
+
"id": 350,
|
|
74
72
|
"name": "FocusLastToken",
|
|
75
73
|
"kind": 16,
|
|
76
74
|
"kindString": "Enumeration member",
|
|
@@ -88,7 +86,7 @@
|
|
|
88
86
|
"defaultValue": "0"
|
|
89
87
|
},
|
|
90
88
|
{
|
|
91
|
-
"id":
|
|
89
|
+
"id": 353,
|
|
92
90
|
"name": "FocusNextToken",
|
|
93
91
|
"kind": 16,
|
|
94
92
|
"kindString": "Enumeration member",
|
|
@@ -106,7 +104,7 @@
|
|
|
106
104
|
"defaultValue": "3"
|
|
107
105
|
},
|
|
108
106
|
{
|
|
109
|
-
"id":
|
|
107
|
+
"id": 352,
|
|
110
108
|
"name": "FocusPreviousToken",
|
|
111
109
|
"kind": 16,
|
|
112
110
|
"kindString": "Enumeration member",
|
|
@@ -124,7 +122,7 @@
|
|
|
124
122
|
"defaultValue": "2"
|
|
125
123
|
},
|
|
126
124
|
{
|
|
127
|
-
"id":
|
|
125
|
+
"id": 354,
|
|
128
126
|
"name": "RemoveActiveToken",
|
|
129
127
|
"kind": 16,
|
|
130
128
|
"kindString": "Enumeration member",
|
|
@@ -147,11 +145,11 @@
|
|
|
147
145
|
"title": "Enumeration members",
|
|
148
146
|
"kind": 16,
|
|
149
147
|
"children": [
|
|
148
|
+
351,
|
|
150
149
|
350,
|
|
151
|
-
|
|
150
|
+
353,
|
|
152
151
|
352,
|
|
153
|
-
|
|
154
|
-
353
|
|
152
|
+
354
|
|
155
153
|
]
|
|
156
154
|
}
|
|
157
155
|
],
|
|
@@ -164,7 +162,7 @@
|
|
|
164
162
|
]
|
|
165
163
|
},
|
|
166
164
|
{
|
|
167
|
-
"id":
|
|
165
|
+
"id": 305,
|
|
168
166
|
"name": "SkyAlertModule",
|
|
169
167
|
"kind": 128,
|
|
170
168
|
"kindString": "Class",
|
|
@@ -189,7 +187,7 @@
|
|
|
189
187
|
"title": "Constructors",
|
|
190
188
|
"kind": 512,
|
|
191
189
|
"children": [
|
|
192
|
-
|
|
190
|
+
306
|
|
193
191
|
]
|
|
194
192
|
}
|
|
195
193
|
],
|
|
@@ -202,7 +200,7 @@
|
|
|
202
200
|
]
|
|
203
201
|
},
|
|
204
202
|
{
|
|
205
|
-
"id":
|
|
203
|
+
"id": 308,
|
|
206
204
|
"name": "SkyChevronModule",
|
|
207
205
|
"kind": 128,
|
|
208
206
|
"kindString": "Class",
|
|
@@ -227,7 +225,7 @@
|
|
|
227
225
|
"title": "Constructors",
|
|
228
226
|
"kind": 512,
|
|
229
227
|
"children": [
|
|
230
|
-
|
|
228
|
+
309
|
|
231
229
|
]
|
|
232
230
|
}
|
|
233
231
|
],
|
|
@@ -240,7 +238,7 @@
|
|
|
240
238
|
]
|
|
241
239
|
},
|
|
242
240
|
{
|
|
243
|
-
"id":
|
|
241
|
+
"id": 311,
|
|
244
242
|
"name": "SkyExpansionIndicatorModule",
|
|
245
243
|
"kind": 128,
|
|
246
244
|
"kindString": "Class",
|
|
@@ -265,7 +263,7 @@
|
|
|
265
263
|
"title": "Constructors",
|
|
266
264
|
"kind": 512,
|
|
267
265
|
"children": [
|
|
268
|
-
|
|
266
|
+
312
|
|
269
267
|
]
|
|
270
268
|
}
|
|
271
269
|
],
|
|
@@ -278,7 +276,7 @@
|
|
|
278
276
|
]
|
|
279
277
|
},
|
|
280
278
|
{
|
|
281
|
-
"id":
|
|
279
|
+
"id": 314,
|
|
282
280
|
"name": "SkyHelpInlineModule",
|
|
283
281
|
"kind": 128,
|
|
284
282
|
"kindString": "Class",
|
|
@@ -303,7 +301,7 @@
|
|
|
303
301
|
"title": "Constructors",
|
|
304
302
|
"kind": 512,
|
|
305
303
|
"children": [
|
|
306
|
-
|
|
304
|
+
315
|
|
307
305
|
]
|
|
308
306
|
}
|
|
309
307
|
],
|
|
@@ -316,7 +314,7 @@
|
|
|
316
314
|
]
|
|
317
315
|
},
|
|
318
316
|
{
|
|
319
|
-
"id":
|
|
317
|
+
"id": 320,
|
|
320
318
|
"name": "SkyIconModule",
|
|
321
319
|
"kind": 128,
|
|
322
320
|
"kindString": "Class",
|
|
@@ -341,7 +339,7 @@
|
|
|
341
339
|
"title": "Constructors",
|
|
342
340
|
"kind": 512,
|
|
343
341
|
"children": [
|
|
344
|
-
|
|
342
|
+
321
|
|
345
343
|
]
|
|
346
344
|
}
|
|
347
345
|
],
|
|
@@ -354,7 +352,7 @@
|
|
|
354
352
|
]
|
|
355
353
|
},
|
|
356
354
|
{
|
|
357
|
-
"id":
|
|
355
|
+
"id": 325,
|
|
358
356
|
"name": "SkyKeyInfoModule",
|
|
359
357
|
"kind": 128,
|
|
360
358
|
"kindString": "Class",
|
|
@@ -379,7 +377,7 @@
|
|
|
379
377
|
"title": "Constructors",
|
|
380
378
|
"kind": 512,
|
|
381
379
|
"children": [
|
|
382
|
-
|
|
380
|
+
326
|
|
383
381
|
]
|
|
384
382
|
}
|
|
385
383
|
],
|
|
@@ -392,7 +390,7 @@
|
|
|
392
390
|
]
|
|
393
391
|
},
|
|
394
392
|
{
|
|
395
|
-
"id":
|
|
393
|
+
"id": 329,
|
|
396
394
|
"name": "SkyLabelModule",
|
|
397
395
|
"kind": 128,
|
|
398
396
|
"kindString": "Class",
|
|
@@ -417,7 +415,7 @@
|
|
|
417
415
|
"title": "Constructors",
|
|
418
416
|
"kind": 512,
|
|
419
417
|
"children": [
|
|
420
|
-
|
|
418
|
+
330
|
|
421
419
|
]
|
|
422
420
|
}
|
|
423
421
|
],
|
|
@@ -430,7 +428,7 @@
|
|
|
430
428
|
]
|
|
431
429
|
},
|
|
432
430
|
{
|
|
433
|
-
"id":
|
|
431
|
+
"id": 334,
|
|
434
432
|
"name": "SkyStatusIndicatorModule",
|
|
435
433
|
"kind": 128,
|
|
436
434
|
"kindString": "Class",
|
|
@@ -455,7 +453,7 @@
|
|
|
455
453
|
"title": "Constructors",
|
|
456
454
|
"kind": 512,
|
|
457
455
|
"children": [
|
|
458
|
-
|
|
456
|
+
335
|
|
459
457
|
]
|
|
460
458
|
}
|
|
461
459
|
],
|
|
@@ -468,7 +466,7 @@
|
|
|
468
466
|
]
|
|
469
467
|
},
|
|
470
468
|
{
|
|
471
|
-
"id":
|
|
469
|
+
"id": 337,
|
|
472
470
|
"name": "SkyTextHighlightModule",
|
|
473
471
|
"kind": 128,
|
|
474
472
|
"kindString": "Class",
|
|
@@ -493,7 +491,7 @@
|
|
|
493
491
|
"title": "Constructors",
|
|
494
492
|
"kind": 512,
|
|
495
493
|
"children": [
|
|
496
|
-
|
|
494
|
+
338
|
|
497
495
|
]
|
|
498
496
|
}
|
|
499
497
|
],
|
|
@@ -506,7 +504,7 @@
|
|
|
506
504
|
]
|
|
507
505
|
},
|
|
508
506
|
{
|
|
509
|
-
"id":
|
|
507
|
+
"id": 340,
|
|
510
508
|
"name": "SkyTokensModule",
|
|
511
509
|
"kind": 128,
|
|
512
510
|
"kindString": "Class",
|
|
@@ -531,7 +529,7 @@
|
|
|
531
529
|
"title": "Constructors",
|
|
532
530
|
"kind": 512,
|
|
533
531
|
"children": [
|
|
534
|
-
|
|
532
|
+
341
|
|
535
533
|
]
|
|
536
534
|
}
|
|
537
535
|
],
|
|
@@ -544,7 +542,7 @@
|
|
|
544
542
|
]
|
|
545
543
|
},
|
|
546
544
|
{
|
|
547
|
-
"id":
|
|
545
|
+
"id": 355,
|
|
548
546
|
"name": "SkyWaitModule",
|
|
549
547
|
"kind": 128,
|
|
550
548
|
"kindString": "Class",
|
|
@@ -569,7 +567,7 @@
|
|
|
569
567
|
"title": "Constructors",
|
|
570
568
|
"kind": 512,
|
|
571
569
|
"children": [
|
|
572
|
-
|
|
570
|
+
356
|
|
573
571
|
]
|
|
574
572
|
}
|
|
575
573
|
],
|
|
@@ -582,7 +580,7 @@
|
|
|
582
580
|
]
|
|
583
581
|
},
|
|
584
582
|
{
|
|
585
|
-
"id":
|
|
583
|
+
"id": 358,
|
|
586
584
|
"name": "SkyWaitService",
|
|
587
585
|
"kind": 128,
|
|
588
586
|
"kindString": "Class",
|
|
@@ -603,7 +601,7 @@
|
|
|
603
601
|
],
|
|
604
602
|
"children": [
|
|
605
603
|
{
|
|
606
|
-
"id":
|
|
604
|
+
"id": 362,
|
|
607
605
|
"name": "constructor",
|
|
608
606
|
"kind": 512,
|
|
609
607
|
"kindString": "Constructor",
|
|
@@ -617,14 +615,14 @@
|
|
|
617
615
|
],
|
|
618
616
|
"signatures": [
|
|
619
617
|
{
|
|
620
|
-
"id":
|
|
618
|
+
"id": 363,
|
|
621
619
|
"name": "new SkyWaitService",
|
|
622
620
|
"kind": 16384,
|
|
623
621
|
"kindString": "Constructor signature",
|
|
624
622
|
"flags": {},
|
|
625
623
|
"parameters": [
|
|
626
624
|
{
|
|
627
|
-
"id":
|
|
625
|
+
"id": 364,
|
|
628
626
|
"name": "resolver",
|
|
629
627
|
"kind": 32768,
|
|
630
628
|
"kindString": "Parameter",
|
|
@@ -637,7 +635,7 @@
|
|
|
637
635
|
}
|
|
638
636
|
},
|
|
639
637
|
{
|
|
640
|
-
"id":
|
|
638
|
+
"id": 365,
|
|
641
639
|
"name": "appRef",
|
|
642
640
|
"kind": 32768,
|
|
643
641
|
"kindString": "Parameter",
|
|
@@ -650,7 +648,7 @@
|
|
|
650
648
|
}
|
|
651
649
|
},
|
|
652
650
|
{
|
|
653
|
-
"id":
|
|
651
|
+
"id": 366,
|
|
654
652
|
"name": "waitAdapter",
|
|
655
653
|
"kind": 32768,
|
|
656
654
|
"kindString": "Parameter",
|
|
@@ -661,7 +659,7 @@
|
|
|
661
659
|
}
|
|
662
660
|
},
|
|
663
661
|
{
|
|
664
|
-
"id":
|
|
662
|
+
"id": 367,
|
|
665
663
|
"name": "windowSvc",
|
|
666
664
|
"kind": 32768,
|
|
667
665
|
"kindString": "Parameter",
|
|
@@ -674,14 +672,14 @@
|
|
|
674
672
|
],
|
|
675
673
|
"type": {
|
|
676
674
|
"type": "reference",
|
|
677
|
-
"id":
|
|
675
|
+
"id": 358,
|
|
678
676
|
"name": "SkyWaitService"
|
|
679
677
|
}
|
|
680
678
|
}
|
|
681
679
|
]
|
|
682
680
|
},
|
|
683
681
|
{
|
|
684
|
-
"id":
|
|
682
|
+
"id": 368,
|
|
685
683
|
"name": "beginBlockingPageWait",
|
|
686
684
|
"kind": 2048,
|
|
687
685
|
"kindString": "Method",
|
|
@@ -697,7 +695,7 @@
|
|
|
697
695
|
],
|
|
698
696
|
"signatures": [
|
|
699
697
|
{
|
|
700
|
-
"id":
|
|
698
|
+
"id": 369,
|
|
701
699
|
"name": "beginBlockingPageWait",
|
|
702
700
|
"kind": 4096,
|
|
703
701
|
"kindString": "Call signature",
|
|
@@ -713,7 +711,7 @@
|
|
|
713
711
|
]
|
|
714
712
|
},
|
|
715
713
|
{
|
|
716
|
-
"id":
|
|
714
|
+
"id": 370,
|
|
717
715
|
"name": "beginNonBlockingPageWait",
|
|
718
716
|
"kind": 2048,
|
|
719
717
|
"kindString": "Method",
|
|
@@ -729,7 +727,7 @@
|
|
|
729
727
|
],
|
|
730
728
|
"signatures": [
|
|
731
729
|
{
|
|
732
|
-
"id":
|
|
730
|
+
"id": 371,
|
|
733
731
|
"name": "beginNonBlockingPageWait",
|
|
734
732
|
"kind": 4096,
|
|
735
733
|
"kindString": "Call signature",
|
|
@@ -745,7 +743,7 @@
|
|
|
745
743
|
]
|
|
746
744
|
},
|
|
747
745
|
{
|
|
748
|
-
"id":
|
|
746
|
+
"id": 380,
|
|
749
747
|
"name": "blockingWrap",
|
|
750
748
|
"kind": 2048,
|
|
751
749
|
"kindString": "Method",
|
|
@@ -761,7 +759,7 @@
|
|
|
761
759
|
],
|
|
762
760
|
"signatures": [
|
|
763
761
|
{
|
|
764
|
-
"id":
|
|
762
|
+
"id": 381,
|
|
765
763
|
"name": "blockingWrap",
|
|
766
764
|
"kind": 4096,
|
|
767
765
|
"kindString": "Call signature",
|
|
@@ -771,7 +769,7 @@
|
|
|
771
769
|
},
|
|
772
770
|
"typeParameter": [
|
|
773
771
|
{
|
|
774
|
-
"id":
|
|
772
|
+
"id": 382,
|
|
775
773
|
"name": "T",
|
|
776
774
|
"kind": 131072,
|
|
777
775
|
"kindString": "Type parameter",
|
|
@@ -780,7 +778,7 @@
|
|
|
780
778
|
],
|
|
781
779
|
"parameters": [
|
|
782
780
|
{
|
|
783
|
-
"id":
|
|
781
|
+
"id": 383,
|
|
784
782
|
"name": "observable",
|
|
785
783
|
"kind": 32768,
|
|
786
784
|
"kindString": "Parameter",
|
|
@@ -790,7 +788,7 @@
|
|
|
790
788
|
"typeArguments": [
|
|
791
789
|
{
|
|
792
790
|
"type": "reference",
|
|
793
|
-
"id":
|
|
791
|
+
"id": 382,
|
|
794
792
|
"name": "T"
|
|
795
793
|
}
|
|
796
794
|
],
|
|
@@ -805,7 +803,7 @@
|
|
|
805
803
|
"typeArguments": [
|
|
806
804
|
{
|
|
807
805
|
"type": "reference",
|
|
808
|
-
"id":
|
|
806
|
+
"id": 382,
|
|
809
807
|
"name": "T"
|
|
810
808
|
}
|
|
811
809
|
],
|
|
@@ -817,7 +815,7 @@
|
|
|
817
815
|
]
|
|
818
816
|
},
|
|
819
817
|
{
|
|
820
|
-
"id":
|
|
818
|
+
"id": 376,
|
|
821
819
|
"name": "clearAllPageWaits",
|
|
822
820
|
"kind": 2048,
|
|
823
821
|
"kindString": "Method",
|
|
@@ -833,7 +831,7 @@
|
|
|
833
831
|
],
|
|
834
832
|
"signatures": [
|
|
835
833
|
{
|
|
836
|
-
"id":
|
|
834
|
+
"id": 377,
|
|
837
835
|
"name": "clearAllPageWaits",
|
|
838
836
|
"kind": 4096,
|
|
839
837
|
"kindString": "Call signature",
|
|
@@ -849,7 +847,7 @@
|
|
|
849
847
|
]
|
|
850
848
|
},
|
|
851
849
|
{
|
|
852
|
-
"id":
|
|
850
|
+
"id": 372,
|
|
853
851
|
"name": "endBlockingPageWait",
|
|
854
852
|
"kind": 2048,
|
|
855
853
|
"kindString": "Method",
|
|
@@ -865,7 +863,7 @@
|
|
|
865
863
|
],
|
|
866
864
|
"signatures": [
|
|
867
865
|
{
|
|
868
|
-
"id":
|
|
866
|
+
"id": 373,
|
|
869
867
|
"name": "endBlockingPageWait",
|
|
870
868
|
"kind": 4096,
|
|
871
869
|
"kindString": "Call signature",
|
|
@@ -881,7 +879,7 @@
|
|
|
881
879
|
]
|
|
882
880
|
},
|
|
883
881
|
{
|
|
884
|
-
"id":
|
|
882
|
+
"id": 374,
|
|
885
883
|
"name": "endNonBlockingPageWait",
|
|
886
884
|
"kind": 2048,
|
|
887
885
|
"kindString": "Method",
|
|
@@ -897,7 +895,7 @@
|
|
|
897
895
|
],
|
|
898
896
|
"signatures": [
|
|
899
897
|
{
|
|
900
|
-
"id":
|
|
898
|
+
"id": 375,
|
|
901
899
|
"name": "endNonBlockingPageWait",
|
|
902
900
|
"kind": 4096,
|
|
903
901
|
"kindString": "Call signature",
|
|
@@ -913,7 +911,7 @@
|
|
|
913
911
|
]
|
|
914
912
|
},
|
|
915
913
|
{
|
|
916
|
-
"id":
|
|
914
|
+
"id": 384,
|
|
917
915
|
"name": "nonBlockingWrap",
|
|
918
916
|
"kind": 2048,
|
|
919
917
|
"kindString": "Method",
|
|
@@ -929,7 +927,7 @@
|
|
|
929
927
|
],
|
|
930
928
|
"signatures": [
|
|
931
929
|
{
|
|
932
|
-
"id":
|
|
930
|
+
"id": 385,
|
|
933
931
|
"name": "nonBlockingWrap",
|
|
934
932
|
"kind": 4096,
|
|
935
933
|
"kindString": "Call signature",
|
|
@@ -939,7 +937,7 @@
|
|
|
939
937
|
},
|
|
940
938
|
"typeParameter": [
|
|
941
939
|
{
|
|
942
|
-
"id":
|
|
940
|
+
"id": 386,
|
|
943
941
|
"name": "T",
|
|
944
942
|
"kind": 131072,
|
|
945
943
|
"kindString": "Type parameter",
|
|
@@ -948,7 +946,7 @@
|
|
|
948
946
|
],
|
|
949
947
|
"parameters": [
|
|
950
948
|
{
|
|
951
|
-
"id":
|
|
949
|
+
"id": 387,
|
|
952
950
|
"name": "observable",
|
|
953
951
|
"kind": 32768,
|
|
954
952
|
"kindString": "Parameter",
|
|
@@ -958,7 +956,7 @@
|
|
|
958
956
|
"typeArguments": [
|
|
959
957
|
{
|
|
960
958
|
"type": "reference",
|
|
961
|
-
"id":
|
|
959
|
+
"id": 386,
|
|
962
960
|
"name": "T"
|
|
963
961
|
}
|
|
964
962
|
],
|
|
@@ -973,7 +971,7 @@
|
|
|
973
971
|
"typeArguments": [
|
|
974
972
|
{
|
|
975
973
|
"type": "reference",
|
|
976
|
-
"id":
|
|
974
|
+
"id": 386,
|
|
977
975
|
"name": "T"
|
|
978
976
|
}
|
|
979
977
|
],
|
|
@@ -990,20 +988,20 @@
|
|
|
990
988
|
"title": "Constructors",
|
|
991
989
|
"kind": 512,
|
|
992
990
|
"children": [
|
|
993
|
-
|
|
991
|
+
362
|
|
994
992
|
]
|
|
995
993
|
},
|
|
996
994
|
{
|
|
997
995
|
"title": "Methods",
|
|
998
996
|
"kind": 2048,
|
|
999
997
|
"children": [
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
998
|
+
368,
|
|
999
|
+
370,
|
|
1000
|
+
380,
|
|
1001
|
+
376,
|
|
1002
|
+
372,
|
|
1003
|
+
374,
|
|
1004
|
+
384
|
|
1007
1005
|
]
|
|
1008
1006
|
}
|
|
1009
1007
|
],
|
|
@@ -1037,7 +1035,7 @@
|
|
|
1037
1035
|
],
|
|
1038
1036
|
"children": [
|
|
1039
1037
|
{
|
|
1040
|
-
"id":
|
|
1038
|
+
"id": 10,
|
|
1041
1039
|
"name": "alertBaseIcon",
|
|
1042
1040
|
"kind": 1024,
|
|
1043
1041
|
"kindString": "Property",
|
|
@@ -1053,12 +1051,11 @@
|
|
|
1053
1051
|
],
|
|
1054
1052
|
"type": {
|
|
1055
1053
|
"type": "reference",
|
|
1056
|
-
"id": 316,
|
|
1057
1054
|
"name": "SkyIconStackItem"
|
|
1058
1055
|
}
|
|
1059
1056
|
},
|
|
1060
1057
|
{
|
|
1061
|
-
"id":
|
|
1058
|
+
"id": 11,
|
|
1062
1059
|
"name": "alertTopIcon",
|
|
1063
1060
|
"kind": 1024,
|
|
1064
1061
|
"kindString": "Property",
|
|
@@ -1074,12 +1071,33 @@
|
|
|
1074
1071
|
],
|
|
1075
1072
|
"type": {
|
|
1076
1073
|
"type": "reference",
|
|
1077
|
-
"id": 316,
|
|
1078
1074
|
"name": "SkyIconStackItem"
|
|
1079
1075
|
}
|
|
1080
1076
|
},
|
|
1081
1077
|
{
|
|
1082
|
-
"id":
|
|
1078
|
+
"id": 12,
|
|
1079
|
+
"name": "alertTypeOrDefault",
|
|
1080
|
+
"kind": 1024,
|
|
1081
|
+
"kindString": "Property",
|
|
1082
|
+
"flags": {
|
|
1083
|
+
"isPublic": true
|
|
1084
|
+
},
|
|
1085
|
+
"sources": [
|
|
1086
|
+
{
|
|
1087
|
+
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1088
|
+
"line": 54,
|
|
1089
|
+
"character": 9
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"type": {
|
|
1093
|
+
"type": "reference",
|
|
1094
|
+
"id": 333,
|
|
1095
|
+
"name": "SkyIndicatorIconType"
|
|
1096
|
+
},
|
|
1097
|
+
"defaultValue": "ALERT_TYPE_DEFAULT"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": 7,
|
|
1083
1101
|
"name": "closeable",
|
|
1084
1102
|
"kind": 1024,
|
|
1085
1103
|
"kindString": "Property",
|
|
@@ -1120,7 +1138,7 @@
|
|
|
1120
1138
|
}
|
|
1121
1139
|
},
|
|
1122
1140
|
{
|
|
1123
|
-
"id":
|
|
1141
|
+
"id": 8,
|
|
1124
1142
|
"name": "closed",
|
|
1125
1143
|
"kind": 1024,
|
|
1126
1144
|
"kindString": "Property",
|
|
@@ -1161,7 +1179,7 @@
|
|
|
1161
1179
|
}
|
|
1162
1180
|
},
|
|
1163
1181
|
{
|
|
1164
|
-
"id":
|
|
1182
|
+
"id": 9,
|
|
1165
1183
|
"name": "closedChange",
|
|
1166
1184
|
"kind": 1024,
|
|
1167
1185
|
"kindString": "Property",
|
|
@@ -1227,35 +1245,13 @@
|
|
|
1227
1245
|
"sources": [
|
|
1228
1246
|
{
|
|
1229
1247
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1230
|
-
"line":
|
|
1248
|
+
"line": 22,
|
|
1231
1249
|
"character": 13
|
|
1232
1250
|
}
|
|
1233
1251
|
],
|
|
1234
|
-
"getSignature": [
|
|
1235
|
-
{
|
|
1236
|
-
"id": 5,
|
|
1237
|
-
"name": "alertType",
|
|
1238
|
-
"kind": 524288,
|
|
1239
|
-
"kindString": "Get signature",
|
|
1240
|
-
"flags": {},
|
|
1241
|
-
"comment": {
|
|
1242
|
-
"shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
|
|
1243
|
-
"tags": [
|
|
1244
|
-
{
|
|
1245
|
-
"tag": "default",
|
|
1246
|
-
"text": "\"warning\"\n"
|
|
1247
|
-
}
|
|
1248
|
-
]
|
|
1249
|
-
},
|
|
1250
|
-
"type": {
|
|
1251
|
-
"type": "intrinsic",
|
|
1252
|
-
"name": "string"
|
|
1253
|
-
}
|
|
1254
|
-
}
|
|
1255
|
-
],
|
|
1256
1252
|
"setSignature": [
|
|
1257
1253
|
{
|
|
1258
|
-
"id":
|
|
1254
|
+
"id": 5,
|
|
1259
1255
|
"name": "alertType",
|
|
1260
1256
|
"kind": 1048576,
|
|
1261
1257
|
"kindString": "Set signature",
|
|
@@ -1271,7 +1267,7 @@
|
|
|
1271
1267
|
},
|
|
1272
1268
|
"parameters": [
|
|
1273
1269
|
{
|
|
1274
|
-
"id":
|
|
1270
|
+
"id": 6,
|
|
1275
1271
|
"name": "value",
|
|
1276
1272
|
"kind": 32768,
|
|
1277
1273
|
"kindString": "Parameter",
|
|
@@ -1290,7 +1286,7 @@
|
|
|
1290
1286
|
]
|
|
1291
1287
|
},
|
|
1292
1288
|
{
|
|
1293
|
-
"id":
|
|
1289
|
+
"id": 15,
|
|
1294
1290
|
"name": "close",
|
|
1295
1291
|
"kind": 2048,
|
|
1296
1292
|
"kindString": "Method",
|
|
@@ -1306,7 +1302,7 @@
|
|
|
1306
1302
|
],
|
|
1307
1303
|
"signatures": [
|
|
1308
1304
|
{
|
|
1309
|
-
"id":
|
|
1305
|
+
"id": 16,
|
|
1310
1306
|
"name": "close",
|
|
1311
1307
|
"kind": 4096,
|
|
1312
1308
|
"kindString": "Call signature",
|
|
@@ -1319,7 +1315,7 @@
|
|
|
1319
1315
|
]
|
|
1320
1316
|
},
|
|
1321
1317
|
{
|
|
1322
|
-
"id":
|
|
1318
|
+
"id": 13,
|
|
1323
1319
|
"name": "ngOnInit",
|
|
1324
1320
|
"kind": 2048,
|
|
1325
1321
|
"kindString": "Method",
|
|
@@ -1335,7 +1331,7 @@
|
|
|
1335
1331
|
],
|
|
1336
1332
|
"signatures": [
|
|
1337
1333
|
{
|
|
1338
|
-
"id":
|
|
1334
|
+
"id": 14,
|
|
1339
1335
|
"name": "ngOnInit",
|
|
1340
1336
|
"kind": 4096,
|
|
1341
1337
|
"kindString": "Call signature",
|
|
@@ -1368,11 +1364,12 @@
|
|
|
1368
1364
|
"title": "Properties",
|
|
1369
1365
|
"kind": 1024,
|
|
1370
1366
|
"children": [
|
|
1367
|
+
10,
|
|
1371
1368
|
11,
|
|
1372
1369
|
12,
|
|
1370
|
+
7,
|
|
1373
1371
|
8,
|
|
1374
|
-
9
|
|
1375
|
-
10
|
|
1372
|
+
9
|
|
1376
1373
|
]
|
|
1377
1374
|
},
|
|
1378
1375
|
{
|
|
@@ -1386,8 +1383,8 @@
|
|
|
1386
1383
|
"title": "Methods",
|
|
1387
1384
|
"kind": 2048,
|
|
1388
1385
|
"children": [
|
|
1389
|
-
|
|
1390
|
-
|
|
1386
|
+
15,
|
|
1387
|
+
13
|
|
1391
1388
|
]
|
|
1392
1389
|
}
|
|
1393
1390
|
],
|
|
@@ -1408,7 +1405,7 @@
|
|
|
1408
1405
|
]
|
|
1409
1406
|
},
|
|
1410
1407
|
{
|
|
1411
|
-
"id":
|
|
1408
|
+
"id": 78,
|
|
1412
1409
|
"name": "SkyStatusIndicatorComponent",
|
|
1413
1410
|
"kind": 128,
|
|
1414
1411
|
"kindString": "Class",
|
|
@@ -1432,7 +1429,7 @@
|
|
|
1432
1429
|
],
|
|
1433
1430
|
"children": [
|
|
1434
1431
|
{
|
|
1435
|
-
"id":
|
|
1432
|
+
"id": 79,
|
|
1436
1433
|
"name": "constructor",
|
|
1437
1434
|
"kind": 512,
|
|
1438
1435
|
"kindString": "Constructor",
|
|
@@ -1440,20 +1437,20 @@
|
|
|
1440
1437
|
"sources": [
|
|
1441
1438
|
{
|
|
1442
1439
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1443
|
-
"line":
|
|
1440
|
+
"line": 88,
|
|
1444
1441
|
"character": 2
|
|
1445
1442
|
}
|
|
1446
1443
|
],
|
|
1447
1444
|
"signatures": [
|
|
1448
1445
|
{
|
|
1449
|
-
"id":
|
|
1446
|
+
"id": 80,
|
|
1450
1447
|
"name": "SkyStatusIndicatorComponent",
|
|
1451
1448
|
"kind": 16384,
|
|
1452
1449
|
"kindString": "Constructor signature",
|
|
1453
1450
|
"flags": {},
|
|
1454
1451
|
"parameters": [
|
|
1455
1452
|
{
|
|
1456
|
-
"id":
|
|
1453
|
+
"id": 81,
|
|
1457
1454
|
"name": "changeDetector",
|
|
1458
1455
|
"kind": 32768,
|
|
1459
1456
|
"kindString": "Parameter",
|
|
@@ -1466,7 +1463,7 @@
|
|
|
1466
1463
|
}
|
|
1467
1464
|
},
|
|
1468
1465
|
{
|
|
1469
|
-
"id":
|
|
1466
|
+
"id": 82,
|
|
1470
1467
|
"name": "resources",
|
|
1471
1468
|
"kind": 32768,
|
|
1472
1469
|
"kindString": "Parameter",
|
|
@@ -1479,14 +1476,14 @@
|
|
|
1479
1476
|
],
|
|
1480
1477
|
"type": {
|
|
1481
1478
|
"type": "reference",
|
|
1482
|
-
"id":
|
|
1479
|
+
"id": 78,
|
|
1483
1480
|
"name": "SkyStatusIndicatorComponent"
|
|
1484
1481
|
}
|
|
1485
1482
|
}
|
|
1486
1483
|
]
|
|
1487
1484
|
},
|
|
1488
1485
|
{
|
|
1489
|
-
"id":
|
|
1486
|
+
"id": 95,
|
|
1490
1487
|
"name": "baseIcon",
|
|
1491
1488
|
"kind": 1024,
|
|
1492
1489
|
"kindString": "Property",
|
|
@@ -1496,18 +1493,17 @@
|
|
|
1496
1493
|
"sources": [
|
|
1497
1494
|
{
|
|
1498
1495
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1499
|
-
"line":
|
|
1496
|
+
"line": 72,
|
|
1500
1497
|
"character": 9
|
|
1501
1498
|
}
|
|
1502
1499
|
],
|
|
1503
1500
|
"type": {
|
|
1504
1501
|
"type": "reference",
|
|
1505
|
-
"id": 316,
|
|
1506
1502
|
"name": "SkyIconStackItem"
|
|
1507
1503
|
}
|
|
1508
1504
|
},
|
|
1509
1505
|
{
|
|
1510
|
-
"id":
|
|
1506
|
+
"id": 94,
|
|
1511
1507
|
"name": "descriptionComputed",
|
|
1512
1508
|
"kind": 1024,
|
|
1513
1509
|
"kindString": "Property",
|
|
@@ -1517,7 +1513,7 @@
|
|
|
1517
1513
|
"sources": [
|
|
1518
1514
|
{
|
|
1519
1515
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1520
|
-
"line":
|
|
1516
|
+
"line": 70,
|
|
1521
1517
|
"character": 9
|
|
1522
1518
|
}
|
|
1523
1519
|
],
|
|
@@ -1527,7 +1523,7 @@
|
|
|
1527
1523
|
}
|
|
1528
1524
|
},
|
|
1529
1525
|
{
|
|
1530
|
-
"id":
|
|
1526
|
+
"id": 96,
|
|
1531
1527
|
"name": "icon",
|
|
1532
1528
|
"kind": 1024,
|
|
1533
1529
|
"kindString": "Property",
|
|
@@ -1537,7 +1533,7 @@
|
|
|
1537
1533
|
"sources": [
|
|
1538
1534
|
{
|
|
1539
1535
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1540
|
-
"line":
|
|
1536
|
+
"line": 74,
|
|
1541
1537
|
"character": 9
|
|
1542
1538
|
}
|
|
1543
1539
|
],
|
|
@@ -1547,7 +1543,29 @@
|
|
|
1547
1543
|
}
|
|
1548
1544
|
},
|
|
1549
1545
|
{
|
|
1550
|
-
"id":
|
|
1546
|
+
"id": 97,
|
|
1547
|
+
"name": "indicatorTypeOrDefault",
|
|
1548
|
+
"kind": 1024,
|
|
1549
|
+
"kindString": "Property",
|
|
1550
|
+
"flags": {
|
|
1551
|
+
"isPublic": true
|
|
1552
|
+
},
|
|
1553
|
+
"sources": [
|
|
1554
|
+
{
|
|
1555
|
+
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1556
|
+
"line": 76,
|
|
1557
|
+
"character": 9
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1560
|
+
"type": {
|
|
1561
|
+
"type": "reference",
|
|
1562
|
+
"id": 333,
|
|
1563
|
+
"name": "SkyIndicatorIconType"
|
|
1564
|
+
},
|
|
1565
|
+
"defaultValue": "INDICATOR_TYPE_DEFAULT"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"id": 98,
|
|
1551
1569
|
"name": "topIcon",
|
|
1552
1570
|
"kind": 1024,
|
|
1553
1571
|
"kindString": "Property",
|
|
@@ -1557,18 +1575,17 @@
|
|
|
1557
1575
|
"sources": [
|
|
1558
1576
|
{
|
|
1559
1577
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1560
|
-
"line":
|
|
1578
|
+
"line": 78,
|
|
1561
1579
|
"character": 9
|
|
1562
1580
|
}
|
|
1563
1581
|
],
|
|
1564
1582
|
"type": {
|
|
1565
1583
|
"type": "reference",
|
|
1566
|
-
"id": 316,
|
|
1567
1584
|
"name": "SkyIconStackItem"
|
|
1568
1585
|
}
|
|
1569
1586
|
},
|
|
1570
1587
|
{
|
|
1571
|
-
"id":
|
|
1588
|
+
"id": 90,
|
|
1572
1589
|
"name": "customDescription",
|
|
1573
1590
|
"kind": 262144,
|
|
1574
1591
|
"kindString": "Accessor",
|
|
@@ -1590,13 +1607,13 @@
|
|
|
1590
1607
|
"sources": [
|
|
1591
1608
|
{
|
|
1592
1609
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1593
|
-
"line":
|
|
1610
|
+
"line": 61,
|
|
1594
1611
|
"character": 13
|
|
1595
1612
|
}
|
|
1596
1613
|
],
|
|
1597
1614
|
"getSignature": [
|
|
1598
1615
|
{
|
|
1599
|
-
"id":
|
|
1616
|
+
"id": 91,
|
|
1600
1617
|
"name": "customDescription",
|
|
1601
1618
|
"kind": 524288,
|
|
1602
1619
|
"kindString": "Get signature",
|
|
@@ -1612,7 +1629,7 @@
|
|
|
1612
1629
|
],
|
|
1613
1630
|
"setSignature": [
|
|
1614
1631
|
{
|
|
1615
|
-
"id":
|
|
1632
|
+
"id": 92,
|
|
1616
1633
|
"name": "customDescription",
|
|
1617
1634
|
"kind": 1048576,
|
|
1618
1635
|
"kindString": "Set signature",
|
|
@@ -1622,7 +1639,7 @@
|
|
|
1622
1639
|
},
|
|
1623
1640
|
"parameters": [
|
|
1624
1641
|
{
|
|
1625
|
-
"id":
|
|
1642
|
+
"id": 93,
|
|
1626
1643
|
"name": "value",
|
|
1627
1644
|
"kind": 32768,
|
|
1628
1645
|
"kindString": "Parameter",
|
|
@@ -1641,7 +1658,7 @@
|
|
|
1641
1658
|
]
|
|
1642
1659
|
},
|
|
1643
1660
|
{
|
|
1644
|
-
"id":
|
|
1661
|
+
"id": 86,
|
|
1645
1662
|
"name": "descriptionType",
|
|
1646
1663
|
"kind": 262144,
|
|
1647
1664
|
"kindString": "Accessor",
|
|
@@ -1663,13 +1680,13 @@
|
|
|
1663
1680
|
"sources": [
|
|
1664
1681
|
{
|
|
1665
1682
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1666
|
-
"line":
|
|
1683
|
+
"line": 47,
|
|
1667
1684
|
"character": 13
|
|
1668
1685
|
}
|
|
1669
1686
|
],
|
|
1670
1687
|
"getSignature": [
|
|
1671
1688
|
{
|
|
1672
|
-
"id":
|
|
1689
|
+
"id": 87,
|
|
1673
1690
|
"name": "descriptionType",
|
|
1674
1691
|
"kind": 524288,
|
|
1675
1692
|
"kindString": "Get signature",
|
|
@@ -1685,14 +1702,14 @@
|
|
|
1685
1702
|
},
|
|
1686
1703
|
"type": {
|
|
1687
1704
|
"type": "reference",
|
|
1688
|
-
"id":
|
|
1705
|
+
"id": 332,
|
|
1689
1706
|
"name": "SkyIndicatorDescriptionType"
|
|
1690
1707
|
}
|
|
1691
1708
|
}
|
|
1692
1709
|
],
|
|
1693
1710
|
"setSignature": [
|
|
1694
1711
|
{
|
|
1695
|
-
"id":
|
|
1712
|
+
"id": 88,
|
|
1696
1713
|
"name": "descriptionType",
|
|
1697
1714
|
"kind": 1048576,
|
|
1698
1715
|
"kindString": "Set signature",
|
|
@@ -1708,14 +1725,14 @@
|
|
|
1708
1725
|
},
|
|
1709
1726
|
"parameters": [
|
|
1710
1727
|
{
|
|
1711
|
-
"id":
|
|
1728
|
+
"id": 89,
|
|
1712
1729
|
"name": "value",
|
|
1713
1730
|
"kind": 32768,
|
|
1714
1731
|
"kindString": "Parameter",
|
|
1715
1732
|
"flags": {},
|
|
1716
1733
|
"type": {
|
|
1717
1734
|
"type": "reference",
|
|
1718
|
-
"id":
|
|
1735
|
+
"id": 332,
|
|
1719
1736
|
"name": "SkyIndicatorDescriptionType"
|
|
1720
1737
|
}
|
|
1721
1738
|
}
|
|
@@ -1728,7 +1745,7 @@
|
|
|
1728
1745
|
]
|
|
1729
1746
|
},
|
|
1730
1747
|
{
|
|
1731
|
-
"id":
|
|
1748
|
+
"id": 83,
|
|
1732
1749
|
"name": "indicatorType",
|
|
1733
1750
|
"kind": 262144,
|
|
1734
1751
|
"kindString": "Accessor",
|
|
@@ -1750,36 +1767,13 @@
|
|
|
1750
1767
|
"sources": [
|
|
1751
1768
|
{
|
|
1752
1769
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1753
|
-
"line":
|
|
1770
|
+
"line": 34,
|
|
1754
1771
|
"character": 13
|
|
1755
1772
|
}
|
|
1756
1773
|
],
|
|
1757
|
-
"getSignature": [
|
|
1758
|
-
{
|
|
1759
|
-
"id": 85,
|
|
1760
|
-
"name": "indicatorType",
|
|
1761
|
-
"kind": 524288,
|
|
1762
|
-
"kindString": "Get signature",
|
|
1763
|
-
"flags": {},
|
|
1764
|
-
"comment": {
|
|
1765
|
-
"shortText": "Specifies a style for the status indicator to determine the icon.",
|
|
1766
|
-
"tags": [
|
|
1767
|
-
{
|
|
1768
|
-
"tag": "default",
|
|
1769
|
-
"text": "\"warning\"\n"
|
|
1770
|
-
}
|
|
1771
|
-
]
|
|
1772
|
-
},
|
|
1773
|
-
"type": {
|
|
1774
|
-
"type": "reference",
|
|
1775
|
-
"id": 332,
|
|
1776
|
-
"name": "SkyIndicatorIconType"
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
|
-
],
|
|
1780
1774
|
"setSignature": [
|
|
1781
1775
|
{
|
|
1782
|
-
"id":
|
|
1776
|
+
"id": 84,
|
|
1783
1777
|
"name": "indicatorType",
|
|
1784
1778
|
"kind": 1048576,
|
|
1785
1779
|
"kindString": "Set signature",
|
|
@@ -1795,14 +1789,14 @@
|
|
|
1795
1789
|
},
|
|
1796
1790
|
"parameters": [
|
|
1797
1791
|
{
|
|
1798
|
-
"id":
|
|
1792
|
+
"id": 85,
|
|
1799
1793
|
"name": "value",
|
|
1800
1794
|
"kind": 32768,
|
|
1801
1795
|
"kindString": "Parameter",
|
|
1802
1796
|
"flags": {},
|
|
1803
1797
|
"type": {
|
|
1804
1798
|
"type": "reference",
|
|
1805
|
-
"id":
|
|
1799
|
+
"id": 333,
|
|
1806
1800
|
"name": "SkyIndicatorIconType"
|
|
1807
1801
|
}
|
|
1808
1802
|
}
|
|
@@ -1813,6 +1807,43 @@
|
|
|
1813
1807
|
}
|
|
1814
1808
|
}
|
|
1815
1809
|
]
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"id": 103,
|
|
1813
|
+
"name": "ngOnInit",
|
|
1814
|
+
"kind": 2048,
|
|
1815
|
+
"kindString": "Method",
|
|
1816
|
+
"flags": {
|
|
1817
|
+
"isPublic": true
|
|
1818
|
+
},
|
|
1819
|
+
"sources": [
|
|
1820
|
+
{
|
|
1821
|
+
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1822
|
+
"line": 96,
|
|
1823
|
+
"character": 9
|
|
1824
|
+
}
|
|
1825
|
+
],
|
|
1826
|
+
"signatures": [
|
|
1827
|
+
{
|
|
1828
|
+
"id": 104,
|
|
1829
|
+
"name": "ngOnInit",
|
|
1830
|
+
"kind": 4096,
|
|
1831
|
+
"kindString": "Call signature",
|
|
1832
|
+
"flags": {},
|
|
1833
|
+
"type": {
|
|
1834
|
+
"type": "intrinsic",
|
|
1835
|
+
"name": "void"
|
|
1836
|
+
},
|
|
1837
|
+
"implementationOf": {
|
|
1838
|
+
"type": "reference",
|
|
1839
|
+
"name": "OnInit.ngOnInit"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"implementationOf": {
|
|
1844
|
+
"type": "reference",
|
|
1845
|
+
"name": "OnInit.ngOnInit"
|
|
1846
|
+
}
|
|
1816
1847
|
}
|
|
1817
1848
|
],
|
|
1818
1849
|
"groups": [
|
|
@@ -1820,39 +1851,55 @@
|
|
|
1820
1851
|
"title": "Constructors",
|
|
1821
1852
|
"kind": 512,
|
|
1822
1853
|
"children": [
|
|
1823
|
-
|
|
1854
|
+
79
|
|
1824
1855
|
]
|
|
1825
1856
|
},
|
|
1826
1857
|
{
|
|
1827
1858
|
"title": "Properties",
|
|
1828
1859
|
"kind": 1024,
|
|
1829
1860
|
"children": [
|
|
1830
|
-
|
|
1861
|
+
95,
|
|
1862
|
+
94,
|
|
1831
1863
|
96,
|
|
1832
|
-
|
|
1833
|
-
|
|
1864
|
+
97,
|
|
1865
|
+
98
|
|
1834
1866
|
]
|
|
1835
1867
|
},
|
|
1836
1868
|
{
|
|
1837
1869
|
"title": "Accessors",
|
|
1838
1870
|
"kind": 262144,
|
|
1839
1871
|
"children": [
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1872
|
+
90,
|
|
1873
|
+
86,
|
|
1874
|
+
83
|
|
1875
|
+
]
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"title": "Methods",
|
|
1879
|
+
"kind": 2048,
|
|
1880
|
+
"children": [
|
|
1881
|
+
103
|
|
1843
1882
|
]
|
|
1844
1883
|
}
|
|
1845
1884
|
],
|
|
1846
1885
|
"sources": [
|
|
1847
1886
|
{
|
|
1848
1887
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1849
|
-
"line":
|
|
1888
|
+
"line": 28,
|
|
1850
1889
|
"character": 13
|
|
1851
1890
|
}
|
|
1891
|
+
],
|
|
1892
|
+
"implementedTypes": [
|
|
1893
|
+
{
|
|
1894
|
+
"type": "reference",
|
|
1895
|
+
"qualifiedName": "OnInit",
|
|
1896
|
+
"package": "@angular/core",
|
|
1897
|
+
"name": "OnInit"
|
|
1898
|
+
}
|
|
1852
1899
|
]
|
|
1853
1900
|
},
|
|
1854
1901
|
{
|
|
1855
|
-
"id":
|
|
1902
|
+
"id": 109,
|
|
1856
1903
|
"name": "SkyTextHighlightDirective",
|
|
1857
1904
|
"kind": 128,
|
|
1858
1905
|
"kindString": "Class",
|
|
@@ -1876,7 +1923,7 @@
|
|
|
1876
1923
|
],
|
|
1877
1924
|
"children": [
|
|
1878
1925
|
{
|
|
1879
|
-
"id":
|
|
1926
|
+
"id": 124,
|
|
1880
1927
|
"name": "constructor",
|
|
1881
1928
|
"kind": 512,
|
|
1882
1929
|
"kindString": "Constructor",
|
|
@@ -1890,14 +1937,14 @@
|
|
|
1890
1937
|
],
|
|
1891
1938
|
"signatures": [
|
|
1892
1939
|
{
|
|
1893
|
-
"id":
|
|
1940
|
+
"id": 125,
|
|
1894
1941
|
"name": "SkyTextHighlightDirective",
|
|
1895
1942
|
"kind": 16384,
|
|
1896
1943
|
"kindString": "Constructor signature",
|
|
1897
1944
|
"flags": {},
|
|
1898
1945
|
"parameters": [
|
|
1899
1946
|
{
|
|
1900
|
-
"id":
|
|
1947
|
+
"id": 126,
|
|
1901
1948
|
"name": "el",
|
|
1902
1949
|
"kind": 32768,
|
|
1903
1950
|
"kindString": "Parameter",
|
|
@@ -1916,7 +1963,7 @@
|
|
|
1916
1963
|
}
|
|
1917
1964
|
},
|
|
1918
1965
|
{
|
|
1919
|
-
"id":
|
|
1966
|
+
"id": 127,
|
|
1920
1967
|
"name": "observerService",
|
|
1921
1968
|
"kind": 32768,
|
|
1922
1969
|
"kindString": "Parameter",
|
|
@@ -1929,14 +1976,14 @@
|
|
|
1929
1976
|
],
|
|
1930
1977
|
"type": {
|
|
1931
1978
|
"type": "reference",
|
|
1932
|
-
"id":
|
|
1979
|
+
"id": 109,
|
|
1933
1980
|
"name": "SkyTextHighlightDirective"
|
|
1934
1981
|
}
|
|
1935
1982
|
}
|
|
1936
1983
|
]
|
|
1937
1984
|
},
|
|
1938
1985
|
{
|
|
1939
|
-
"id":
|
|
1986
|
+
"id": 128,
|
|
1940
1987
|
"name": "skyHighlight",
|
|
1941
1988
|
"kind": 262144,
|
|
1942
1989
|
"kindString": "Accessor",
|
|
@@ -1964,7 +2011,7 @@
|
|
|
1964
2011
|
],
|
|
1965
2012
|
"setSignature": [
|
|
1966
2013
|
{
|
|
1967
|
-
"id":
|
|
2014
|
+
"id": 129,
|
|
1968
2015
|
"name": "skyHighlight",
|
|
1969
2016
|
"kind": 1048576,
|
|
1970
2017
|
"kindString": "Set signature",
|
|
@@ -1974,7 +2021,7 @@
|
|
|
1974
2021
|
},
|
|
1975
2022
|
"parameters": [
|
|
1976
2023
|
{
|
|
1977
|
-
"id":
|
|
2024
|
+
"id": 130,
|
|
1978
2025
|
"name": "value",
|
|
1979
2026
|
"kind": 32768,
|
|
1980
2027
|
"kindString": "Parameter",
|
|
@@ -2005,7 +2052,7 @@
|
|
|
2005
2052
|
]
|
|
2006
2053
|
},
|
|
2007
2054
|
{
|
|
2008
|
-
"id":
|
|
2055
|
+
"id": 137,
|
|
2009
2056
|
"name": "ngAfterViewInit",
|
|
2010
2057
|
"kind": 2048,
|
|
2011
2058
|
"kindString": "Method",
|
|
@@ -2021,7 +2068,7 @@
|
|
|
2021
2068
|
],
|
|
2022
2069
|
"signatures": [
|
|
2023
2070
|
{
|
|
2024
|
-
"id":
|
|
2071
|
+
"id": 138,
|
|
2025
2072
|
"name": "ngAfterViewInit",
|
|
2026
2073
|
"kind": 4096,
|
|
2027
2074
|
"kindString": "Call signature",
|
|
@@ -2042,7 +2089,7 @@
|
|
|
2042
2089
|
}
|
|
2043
2090
|
},
|
|
2044
2091
|
{
|
|
2045
|
-
"id":
|
|
2092
|
+
"id": 134,
|
|
2046
2093
|
"name": "ngOnChanges",
|
|
2047
2094
|
"kind": 2048,
|
|
2048
2095
|
"kindString": "Method",
|
|
@@ -2058,14 +2105,14 @@
|
|
|
2058
2105
|
],
|
|
2059
2106
|
"signatures": [
|
|
2060
2107
|
{
|
|
2061
|
-
"id":
|
|
2108
|
+
"id": 135,
|
|
2062
2109
|
"name": "ngOnChanges",
|
|
2063
2110
|
"kind": 4096,
|
|
2064
2111
|
"kindString": "Call signature",
|
|
2065
2112
|
"flags": {},
|
|
2066
2113
|
"parameters": [
|
|
2067
2114
|
{
|
|
2068
|
-
"id":
|
|
2115
|
+
"id": 136,
|
|
2069
2116
|
"name": "changes",
|
|
2070
2117
|
"kind": 32768,
|
|
2071
2118
|
"kindString": "Parameter",
|
|
@@ -2094,7 +2141,7 @@
|
|
|
2094
2141
|
}
|
|
2095
2142
|
},
|
|
2096
2143
|
{
|
|
2097
|
-
"id":
|
|
2144
|
+
"id": 139,
|
|
2098
2145
|
"name": "ngOnDestroy",
|
|
2099
2146
|
"kind": 2048,
|
|
2100
2147
|
"kindString": "Method",
|
|
@@ -2110,7 +2157,7 @@
|
|
|
2110
2157
|
],
|
|
2111
2158
|
"signatures": [
|
|
2112
2159
|
{
|
|
2113
|
-
"id":
|
|
2160
|
+
"id": 140,
|
|
2114
2161
|
"name": "ngOnDestroy",
|
|
2115
2162
|
"kind": 4096,
|
|
2116
2163
|
"kindString": "Call signature",
|
|
@@ -2136,23 +2183,23 @@
|
|
|
2136
2183
|
"title": "Constructors",
|
|
2137
2184
|
"kind": 512,
|
|
2138
2185
|
"children": [
|
|
2139
|
-
|
|
2186
|
+
124
|
|
2140
2187
|
]
|
|
2141
2188
|
},
|
|
2142
2189
|
{
|
|
2143
2190
|
"title": "Accessors",
|
|
2144
2191
|
"kind": 262144,
|
|
2145
2192
|
"children": [
|
|
2146
|
-
|
|
2193
|
+
128
|
|
2147
2194
|
]
|
|
2148
2195
|
},
|
|
2149
2196
|
{
|
|
2150
2197
|
"title": "Methods",
|
|
2151
2198
|
"kind": 2048,
|
|
2152
2199
|
"children": [
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2200
|
+
137,
|
|
2201
|
+
134,
|
|
2202
|
+
139
|
|
2156
2203
|
]
|
|
2157
2204
|
}
|
|
2158
2205
|
],
|
|
@@ -2185,7 +2232,7 @@
|
|
|
2185
2232
|
]
|
|
2186
2233
|
},
|
|
2187
2234
|
{
|
|
2188
|
-
"id":
|
|
2235
|
+
"id": 148,
|
|
2189
2236
|
"name": "SkyTokenComponent",
|
|
2190
2237
|
"kind": 128,
|
|
2191
2238
|
"kindString": "Class",
|
|
@@ -2206,7 +2253,7 @@
|
|
|
2206
2253
|
],
|
|
2207
2254
|
"children": [
|
|
2208
2255
|
{
|
|
2209
|
-
"id":
|
|
2256
|
+
"id": 149,
|
|
2210
2257
|
"name": "constructor",
|
|
2211
2258
|
"kind": 512,
|
|
2212
2259
|
"kindString": "Constructor",
|
|
@@ -2220,14 +2267,14 @@
|
|
|
2220
2267
|
],
|
|
2221
2268
|
"signatures": [
|
|
2222
2269
|
{
|
|
2223
|
-
"id":
|
|
2270
|
+
"id": 150,
|
|
2224
2271
|
"name": "SkyTokenComponent",
|
|
2225
2272
|
"kind": 16384,
|
|
2226
2273
|
"kindString": "Constructor signature",
|
|
2227
2274
|
"flags": {},
|
|
2228
2275
|
"parameters": [
|
|
2229
2276
|
{
|
|
2230
|
-
"id":
|
|
2277
|
+
"id": 151,
|
|
2231
2278
|
"name": "elementRef",
|
|
2232
2279
|
"kind": 32768,
|
|
2233
2280
|
"kindString": "Parameter",
|
|
@@ -2246,7 +2293,7 @@
|
|
|
2246
2293
|
}
|
|
2247
2294
|
},
|
|
2248
2295
|
{
|
|
2249
|
-
"id":
|
|
2296
|
+
"id": 152,
|
|
2250
2297
|
"name": "resourcesService",
|
|
2251
2298
|
"kind": 32768,
|
|
2252
2299
|
"kindString": "Parameter",
|
|
@@ -2259,14 +2306,14 @@
|
|
|
2259
2306
|
],
|
|
2260
2307
|
"type": {
|
|
2261
2308
|
"type": "reference",
|
|
2262
|
-
"id":
|
|
2309
|
+
"id": 148,
|
|
2263
2310
|
"name": "SkyTokenComponent"
|
|
2264
2311
|
}
|
|
2265
2312
|
}
|
|
2266
2313
|
]
|
|
2267
2314
|
},
|
|
2268
2315
|
{
|
|
2269
|
-
"id":
|
|
2316
|
+
"id": 169,
|
|
2270
2317
|
"name": "dismiss",
|
|
2271
2318
|
"kind": 1024,
|
|
2272
2319
|
"kindString": "Property",
|
|
@@ -2310,7 +2357,7 @@
|
|
|
2310
2357
|
"defaultValue": "..."
|
|
2311
2358
|
},
|
|
2312
2359
|
{
|
|
2313
|
-
"id":
|
|
2360
|
+
"id": 170,
|
|
2314
2361
|
"name": "tokenFocus",
|
|
2315
2362
|
"kind": 1024,
|
|
2316
2363
|
"kindString": "Property",
|
|
@@ -2354,7 +2401,7 @@
|
|
|
2354
2401
|
"defaultValue": "..."
|
|
2355
2402
|
},
|
|
2356
2403
|
{
|
|
2357
|
-
"id":
|
|
2404
|
+
"id": 157,
|
|
2358
2405
|
"name": "ariaLabel",
|
|
2359
2406
|
"kind": 262144,
|
|
2360
2407
|
"kindString": "Accessor",
|
|
@@ -2382,7 +2429,7 @@
|
|
|
2382
2429
|
],
|
|
2383
2430
|
"getSignature": [
|
|
2384
2431
|
{
|
|
2385
|
-
"id":
|
|
2432
|
+
"id": 158,
|
|
2386
2433
|
"name": "ariaLabel",
|
|
2387
2434
|
"kind": 524288,
|
|
2388
2435
|
"kindString": "Get signature",
|
|
@@ -2404,7 +2451,7 @@
|
|
|
2404
2451
|
],
|
|
2405
2452
|
"setSignature": [
|
|
2406
2453
|
{
|
|
2407
|
-
"id":
|
|
2454
|
+
"id": 159,
|
|
2408
2455
|
"name": "ariaLabel",
|
|
2409
2456
|
"kind": 1048576,
|
|
2410
2457
|
"kindString": "Set signature",
|
|
@@ -2420,7 +2467,7 @@
|
|
|
2420
2467
|
},
|
|
2421
2468
|
"parameters": [
|
|
2422
2469
|
{
|
|
2423
|
-
"id":
|
|
2470
|
+
"id": 160,
|
|
2424
2471
|
"name": "value",
|
|
2425
2472
|
"kind": 32768,
|
|
2426
2473
|
"kindString": "Parameter",
|
|
@@ -2439,7 +2486,7 @@
|
|
|
2439
2486
|
]
|
|
2440
2487
|
},
|
|
2441
2488
|
{
|
|
2442
|
-
"id":
|
|
2489
|
+
"id": 153,
|
|
2443
2490
|
"name": "disabled",
|
|
2444
2491
|
"kind": 262144,
|
|
2445
2492
|
"kindString": "Accessor",
|
|
@@ -2467,7 +2514,7 @@
|
|
|
2467
2514
|
],
|
|
2468
2515
|
"getSignature": [
|
|
2469
2516
|
{
|
|
2470
|
-
"id":
|
|
2517
|
+
"id": 154,
|
|
2471
2518
|
"name": "disabled",
|
|
2472
2519
|
"kind": 524288,
|
|
2473
2520
|
"kindString": "Get signature",
|
|
@@ -2489,7 +2536,7 @@
|
|
|
2489
2536
|
],
|
|
2490
2537
|
"setSignature": [
|
|
2491
2538
|
{
|
|
2492
|
-
"id":
|
|
2539
|
+
"id": 155,
|
|
2493
2540
|
"name": "disabled",
|
|
2494
2541
|
"kind": 1048576,
|
|
2495
2542
|
"kindString": "Set signature",
|
|
@@ -2505,7 +2552,7 @@
|
|
|
2505
2552
|
},
|
|
2506
2553
|
"parameters": [
|
|
2507
2554
|
{
|
|
2508
|
-
"id":
|
|
2555
|
+
"id": 156,
|
|
2509
2556
|
"name": "value",
|
|
2510
2557
|
"kind": 32768,
|
|
2511
2558
|
"kindString": "Parameter",
|
|
@@ -2524,7 +2571,7 @@
|
|
|
2524
2571
|
]
|
|
2525
2572
|
},
|
|
2526
2573
|
{
|
|
2527
|
-
"id":
|
|
2574
|
+
"id": 161,
|
|
2528
2575
|
"name": "dismissible",
|
|
2529
2576
|
"kind": 262144,
|
|
2530
2577
|
"kindString": "Accessor",
|
|
@@ -2552,7 +2599,7 @@
|
|
|
2552
2599
|
],
|
|
2553
2600
|
"getSignature": [
|
|
2554
2601
|
{
|
|
2555
|
-
"id":
|
|
2602
|
+
"id": 162,
|
|
2556
2603
|
"name": "dismissible",
|
|
2557
2604
|
"kind": 524288,
|
|
2558
2605
|
"kindString": "Get signature",
|
|
@@ -2574,7 +2621,7 @@
|
|
|
2574
2621
|
],
|
|
2575
2622
|
"setSignature": [
|
|
2576
2623
|
{
|
|
2577
|
-
"id":
|
|
2624
|
+
"id": 163,
|
|
2578
2625
|
"name": "dismissible",
|
|
2579
2626
|
"kind": 1048576,
|
|
2580
2627
|
"kindString": "Set signature",
|
|
@@ -2590,7 +2637,7 @@
|
|
|
2590
2637
|
},
|
|
2591
2638
|
"parameters": [
|
|
2592
2639
|
{
|
|
2593
|
-
"id":
|
|
2640
|
+
"id": 164,
|
|
2594
2641
|
"name": "value",
|
|
2595
2642
|
"kind": 32768,
|
|
2596
2643
|
"kindString": "Parameter",
|
|
@@ -2609,7 +2656,7 @@
|
|
|
2609
2656
|
]
|
|
2610
2657
|
},
|
|
2611
2658
|
{
|
|
2612
|
-
"id":
|
|
2659
|
+
"id": 165,
|
|
2613
2660
|
"name": "focusable",
|
|
2614
2661
|
"kind": 262144,
|
|
2615
2662
|
"kindString": "Accessor",
|
|
@@ -2637,7 +2684,7 @@
|
|
|
2637
2684
|
],
|
|
2638
2685
|
"getSignature": [
|
|
2639
2686
|
{
|
|
2640
|
-
"id":
|
|
2687
|
+
"id": 166,
|
|
2641
2688
|
"name": "focusable",
|
|
2642
2689
|
"kind": 524288,
|
|
2643
2690
|
"kindString": "Get signature",
|
|
@@ -2659,7 +2706,7 @@
|
|
|
2659
2706
|
],
|
|
2660
2707
|
"setSignature": [
|
|
2661
2708
|
{
|
|
2662
|
-
"id":
|
|
2709
|
+
"id": 167,
|
|
2663
2710
|
"name": "focusable",
|
|
2664
2711
|
"kind": 1048576,
|
|
2665
2712
|
"kindString": "Set signature",
|
|
@@ -2675,7 +2722,7 @@
|
|
|
2675
2722
|
},
|
|
2676
2723
|
"parameters": [
|
|
2677
2724
|
{
|
|
2678
|
-
"id":
|
|
2725
|
+
"id": 168,
|
|
2679
2726
|
"name": "value",
|
|
2680
2727
|
"kind": 32768,
|
|
2681
2728
|
"kindString": "Parameter",
|
|
@@ -2694,7 +2741,7 @@
|
|
|
2694
2741
|
]
|
|
2695
2742
|
},
|
|
2696
2743
|
{
|
|
2697
|
-
"id":
|
|
2744
|
+
"id": 179,
|
|
2698
2745
|
"name": "dismissToken",
|
|
2699
2746
|
"kind": 2048,
|
|
2700
2747
|
"kindString": "Method",
|
|
@@ -2710,14 +2757,14 @@
|
|
|
2710
2757
|
],
|
|
2711
2758
|
"signatures": [
|
|
2712
2759
|
{
|
|
2713
|
-
"id":
|
|
2760
|
+
"id": 180,
|
|
2714
2761
|
"name": "dismissToken",
|
|
2715
2762
|
"kind": 4096,
|
|
2716
2763
|
"kindString": "Call signature",
|
|
2717
2764
|
"flags": {},
|
|
2718
2765
|
"parameters": [
|
|
2719
2766
|
{
|
|
2720
|
-
"id":
|
|
2767
|
+
"id": 181,
|
|
2721
2768
|
"name": "event",
|
|
2722
2769
|
"kind": 32768,
|
|
2723
2770
|
"kindString": "Parameter",
|
|
@@ -2738,7 +2785,7 @@
|
|
|
2738
2785
|
]
|
|
2739
2786
|
},
|
|
2740
2787
|
{
|
|
2741
|
-
"id":
|
|
2788
|
+
"id": 182,
|
|
2742
2789
|
"name": "focusElement",
|
|
2743
2790
|
"kind": 2048,
|
|
2744
2791
|
"kindString": "Method",
|
|
@@ -2754,7 +2801,7 @@
|
|
|
2754
2801
|
],
|
|
2755
2802
|
"signatures": [
|
|
2756
2803
|
{
|
|
2757
|
-
"id":
|
|
2804
|
+
"id": 183,
|
|
2758
2805
|
"name": "focusElement",
|
|
2759
2806
|
"kind": 4096,
|
|
2760
2807
|
"kindString": "Call signature",
|
|
@@ -2767,7 +2814,7 @@
|
|
|
2767
2814
|
]
|
|
2768
2815
|
},
|
|
2769
2816
|
{
|
|
2770
|
-
"id":
|
|
2817
|
+
"id": 187,
|
|
2771
2818
|
"name": "setCloseActive",
|
|
2772
2819
|
"kind": 2048,
|
|
2773
2820
|
"kindString": "Method",
|
|
@@ -2783,14 +2830,14 @@
|
|
|
2783
2830
|
],
|
|
2784
2831
|
"signatures": [
|
|
2785
2832
|
{
|
|
2786
|
-
"id":
|
|
2833
|
+
"id": 188,
|
|
2787
2834
|
"name": "setCloseActive",
|
|
2788
2835
|
"kind": 4096,
|
|
2789
2836
|
"kindString": "Call signature",
|
|
2790
2837
|
"flags": {},
|
|
2791
2838
|
"parameters": [
|
|
2792
2839
|
{
|
|
2793
|
-
"id":
|
|
2840
|
+
"id": 189,
|
|
2794
2841
|
"name": "closeActive",
|
|
2795
2842
|
"kind": 32768,
|
|
2796
2843
|
"kindString": "Parameter",
|
|
@@ -2809,7 +2856,7 @@
|
|
|
2809
2856
|
]
|
|
2810
2857
|
},
|
|
2811
2858
|
{
|
|
2812
|
-
"id":
|
|
2859
|
+
"id": 184,
|
|
2813
2860
|
"name": "setTokenActive",
|
|
2814
2861
|
"kind": 2048,
|
|
2815
2862
|
"kindString": "Method",
|
|
@@ -2825,14 +2872,14 @@
|
|
|
2825
2872
|
],
|
|
2826
2873
|
"signatures": [
|
|
2827
2874
|
{
|
|
2828
|
-
"id":
|
|
2875
|
+
"id": 185,
|
|
2829
2876
|
"name": "setTokenActive",
|
|
2830
2877
|
"kind": 4096,
|
|
2831
2878
|
"kindString": "Call signature",
|
|
2832
2879
|
"flags": {},
|
|
2833
2880
|
"parameters": [
|
|
2834
2881
|
{
|
|
2835
|
-
"id":
|
|
2882
|
+
"id": 186,
|
|
2836
2883
|
"name": "tokenActive",
|
|
2837
2884
|
"kind": 32768,
|
|
2838
2885
|
"kindString": "Parameter",
|
|
@@ -2856,35 +2903,35 @@
|
|
|
2856
2903
|
"title": "Constructors",
|
|
2857
2904
|
"kind": 512,
|
|
2858
2905
|
"children": [
|
|
2859
|
-
|
|
2906
|
+
149
|
|
2860
2907
|
]
|
|
2861
2908
|
},
|
|
2862
2909
|
{
|
|
2863
2910
|
"title": "Properties",
|
|
2864
2911
|
"kind": 1024,
|
|
2865
2912
|
"children": [
|
|
2866
|
-
|
|
2867
|
-
|
|
2913
|
+
169,
|
|
2914
|
+
170
|
|
2868
2915
|
]
|
|
2869
2916
|
},
|
|
2870
2917
|
{
|
|
2871
2918
|
"title": "Accessors",
|
|
2872
2919
|
"kind": 262144,
|
|
2873
2920
|
"children": [
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2921
|
+
157,
|
|
2922
|
+
153,
|
|
2923
|
+
161,
|
|
2924
|
+
165
|
|
2878
2925
|
]
|
|
2879
2926
|
},
|
|
2880
2927
|
{
|
|
2881
2928
|
"title": "Methods",
|
|
2882
2929
|
"kind": 2048,
|
|
2883
2930
|
"children": [
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2931
|
+
179,
|
|
2932
|
+
182,
|
|
2933
|
+
187,
|
|
2934
|
+
184
|
|
2888
2935
|
]
|
|
2889
2936
|
}
|
|
2890
2937
|
],
|
|
@@ -2897,7 +2944,7 @@
|
|
|
2897
2944
|
]
|
|
2898
2945
|
},
|
|
2899
2946
|
{
|
|
2900
|
-
"id":
|
|
2947
|
+
"id": 193,
|
|
2901
2948
|
"name": "SkyTokensComponent",
|
|
2902
2949
|
"kind": 128,
|
|
2903
2950
|
"kindString": "Class",
|
|
@@ -2918,7 +2965,7 @@
|
|
|
2918
2965
|
],
|
|
2919
2966
|
"children": [
|
|
2920
2967
|
{
|
|
2921
|
-
"id":
|
|
2968
|
+
"id": 194,
|
|
2922
2969
|
"name": "constructor",
|
|
2923
2970
|
"kind": 512,
|
|
2924
2971
|
"kindString": "Constructor",
|
|
@@ -2932,14 +2979,14 @@
|
|
|
2932
2979
|
],
|
|
2933
2980
|
"signatures": [
|
|
2934
2981
|
{
|
|
2935
|
-
"id":
|
|
2982
|
+
"id": 195,
|
|
2936
2983
|
"name": "SkyTokensComponent",
|
|
2937
2984
|
"kind": 16384,
|
|
2938
2985
|
"kindString": "Constructor signature",
|
|
2939
2986
|
"flags": {},
|
|
2940
2987
|
"parameters": [
|
|
2941
2988
|
{
|
|
2942
|
-
"id":
|
|
2989
|
+
"id": 196,
|
|
2943
2990
|
"name": "changeDetector",
|
|
2944
2991
|
"kind": 32768,
|
|
2945
2992
|
"kindString": "Parameter",
|
|
@@ -2954,14 +3001,14 @@
|
|
|
2954
3001
|
],
|
|
2955
3002
|
"type": {
|
|
2956
3003
|
"type": "reference",
|
|
2957
|
-
"id":
|
|
3004
|
+
"id": 193,
|
|
2958
3005
|
"name": "SkyTokensComponent"
|
|
2959
3006
|
}
|
|
2960
3007
|
}
|
|
2961
3008
|
]
|
|
2962
3009
|
},
|
|
2963
3010
|
{
|
|
2964
|
-
"id":
|
|
3011
|
+
"id": 222,
|
|
2965
3012
|
"name": "focusIndexOverRange",
|
|
2966
3013
|
"kind": 1024,
|
|
2967
3014
|
"kindString": "Property",
|
|
@@ -3005,7 +3052,7 @@
|
|
|
3005
3052
|
"defaultValue": "..."
|
|
3006
3053
|
},
|
|
3007
3054
|
{
|
|
3008
|
-
"id":
|
|
3055
|
+
"id": 223,
|
|
3009
3056
|
"name": "focusIndexUnderRange",
|
|
3010
3057
|
"kind": 1024,
|
|
3011
3058
|
"kindString": "Property",
|
|
@@ -3049,7 +3096,7 @@
|
|
|
3049
3096
|
"defaultValue": "..."
|
|
3050
3097
|
},
|
|
3051
3098
|
{
|
|
3052
|
-
"id":
|
|
3099
|
+
"id": 224,
|
|
3053
3100
|
"name": "tokenSelected",
|
|
3054
3101
|
"kind": 1024,
|
|
3055
3102
|
"kindString": "Property",
|
|
@@ -3083,7 +3130,7 @@
|
|
|
3083
3130
|
"typeArguments": [
|
|
3084
3131
|
{
|
|
3085
3132
|
"type": "reference",
|
|
3086
|
-
"id":
|
|
3133
|
+
"id": 345,
|
|
3087
3134
|
"name": "SkyTokenSelectedEventArgs"
|
|
3088
3135
|
}
|
|
3089
3136
|
],
|
|
@@ -3094,7 +3141,7 @@
|
|
|
3094
3141
|
"defaultValue": "..."
|
|
3095
3142
|
},
|
|
3096
3143
|
{
|
|
3097
|
-
"id":
|
|
3144
|
+
"id": 225,
|
|
3098
3145
|
"name": "tokensChange",
|
|
3099
3146
|
"kind": 1024,
|
|
3100
3147
|
"kindString": "Property",
|
|
@@ -3130,7 +3177,7 @@
|
|
|
3130
3177
|
"type": "array",
|
|
3131
3178
|
"elementType": {
|
|
3132
3179
|
"type": "reference",
|
|
3133
|
-
"id":
|
|
3180
|
+
"id": 343,
|
|
3134
3181
|
"name": "SkyToken"
|
|
3135
3182
|
}
|
|
3136
3183
|
}
|
|
@@ -3142,7 +3189,7 @@
|
|
|
3142
3189
|
"defaultValue": "..."
|
|
3143
3190
|
},
|
|
3144
3191
|
{
|
|
3145
|
-
"id":
|
|
3192
|
+
"id": 230,
|
|
3146
3193
|
"name": "trackTokenFn",
|
|
3147
3194
|
"kind": 1024,
|
|
3148
3195
|
"kindString": "Property",
|
|
@@ -3159,14 +3206,14 @@
|
|
|
3159
3206
|
"type": {
|
|
3160
3207
|
"type": "reflection",
|
|
3161
3208
|
"declaration": {
|
|
3162
|
-
"id":
|
|
3209
|
+
"id": 231,
|
|
3163
3210
|
"name": "__type",
|
|
3164
3211
|
"kind": 65536,
|
|
3165
3212
|
"kindString": "Type literal",
|
|
3166
3213
|
"flags": {},
|
|
3167
3214
|
"signatures": [
|
|
3168
3215
|
{
|
|
3169
|
-
"id":
|
|
3216
|
+
"id": 232,
|
|
3170
3217
|
"name": "__type",
|
|
3171
3218
|
"kind": 4096,
|
|
3172
3219
|
"kindString": "Call signature",
|
|
@@ -3176,7 +3223,7 @@
|
|
|
3176
3223
|
},
|
|
3177
3224
|
"parameters": [
|
|
3178
3225
|
{
|
|
3179
|
-
"id":
|
|
3226
|
+
"id": 233,
|
|
3180
3227
|
"name": "index",
|
|
3181
3228
|
"kind": 32768,
|
|
3182
3229
|
"kindString": "Parameter",
|
|
@@ -3187,14 +3234,14 @@
|
|
|
3187
3234
|
}
|
|
3188
3235
|
},
|
|
3189
3236
|
{
|
|
3190
|
-
"id":
|
|
3237
|
+
"id": 234,
|
|
3191
3238
|
"name": "item",
|
|
3192
3239
|
"kind": 32768,
|
|
3193
3240
|
"kindString": "Parameter",
|
|
3194
3241
|
"flags": {},
|
|
3195
3242
|
"type": {
|
|
3196
3243
|
"type": "reference",
|
|
3197
|
-
"id":
|
|
3244
|
+
"id": 343,
|
|
3198
3245
|
"name": "SkyToken"
|
|
3199
3246
|
}
|
|
3200
3247
|
}
|
|
@@ -3209,7 +3256,7 @@
|
|
|
3209
3256
|
}
|
|
3210
3257
|
},
|
|
3211
3258
|
{
|
|
3212
|
-
"id":
|
|
3259
|
+
"id": 209,
|
|
3213
3260
|
"name": "trackWith",
|
|
3214
3261
|
"kind": 1024,
|
|
3215
3262
|
"kindString": "Property",
|
|
@@ -3244,7 +3291,7 @@
|
|
|
3244
3291
|
}
|
|
3245
3292
|
},
|
|
3246
3293
|
{
|
|
3247
|
-
"id":
|
|
3294
|
+
"id": 197,
|
|
3248
3295
|
"name": "disabled",
|
|
3249
3296
|
"kind": 262144,
|
|
3250
3297
|
"kindString": "Accessor",
|
|
@@ -3272,7 +3319,7 @@
|
|
|
3272
3319
|
],
|
|
3273
3320
|
"getSignature": [
|
|
3274
3321
|
{
|
|
3275
|
-
"id":
|
|
3322
|
+
"id": 198,
|
|
3276
3323
|
"name": "disabled",
|
|
3277
3324
|
"kind": 524288,
|
|
3278
3325
|
"kindString": "Get signature",
|
|
@@ -3294,7 +3341,7 @@
|
|
|
3294
3341
|
],
|
|
3295
3342
|
"setSignature": [
|
|
3296
3343
|
{
|
|
3297
|
-
"id":
|
|
3344
|
+
"id": 199,
|
|
3298
3345
|
"name": "disabled",
|
|
3299
3346
|
"kind": 1048576,
|
|
3300
3347
|
"kindString": "Set signature",
|
|
@@ -3310,7 +3357,7 @@
|
|
|
3310
3357
|
},
|
|
3311
3358
|
"parameters": [
|
|
3312
3359
|
{
|
|
3313
|
-
"id":
|
|
3360
|
+
"id": 200,
|
|
3314
3361
|
"name": "value",
|
|
3315
3362
|
"kind": 32768,
|
|
3316
3363
|
"kindString": "Parameter",
|
|
@@ -3329,7 +3376,7 @@
|
|
|
3329
3376
|
]
|
|
3330
3377
|
},
|
|
3331
3378
|
{
|
|
3332
|
-
"id":
|
|
3379
|
+
"id": 201,
|
|
3333
3380
|
"name": "dismissible",
|
|
3334
3381
|
"kind": 262144,
|
|
3335
3382
|
"kindString": "Accessor",
|
|
@@ -3357,7 +3404,7 @@
|
|
|
3357
3404
|
],
|
|
3358
3405
|
"getSignature": [
|
|
3359
3406
|
{
|
|
3360
|
-
"id":
|
|
3407
|
+
"id": 202,
|
|
3361
3408
|
"name": "dismissible",
|
|
3362
3409
|
"kind": 524288,
|
|
3363
3410
|
"kindString": "Get signature",
|
|
@@ -3379,7 +3426,7 @@
|
|
|
3379
3426
|
],
|
|
3380
3427
|
"setSignature": [
|
|
3381
3428
|
{
|
|
3382
|
-
"id":
|
|
3429
|
+
"id": 203,
|
|
3383
3430
|
"name": "dismissible",
|
|
3384
3431
|
"kind": 1048576,
|
|
3385
3432
|
"kindString": "Set signature",
|
|
@@ -3395,7 +3442,7 @@
|
|
|
3395
3442
|
},
|
|
3396
3443
|
"parameters": [
|
|
3397
3444
|
{
|
|
3398
|
-
"id":
|
|
3445
|
+
"id": 204,
|
|
3399
3446
|
"name": "value",
|
|
3400
3447
|
"kind": 32768,
|
|
3401
3448
|
"kindString": "Parameter",
|
|
@@ -3414,7 +3461,7 @@
|
|
|
3414
3461
|
]
|
|
3415
3462
|
},
|
|
3416
3463
|
{
|
|
3417
|
-
"id":
|
|
3464
|
+
"id": 205,
|
|
3418
3465
|
"name": "displayWith",
|
|
3419
3466
|
"kind": 262144,
|
|
3420
3467
|
"kindString": "Accessor",
|
|
@@ -3442,7 +3489,7 @@
|
|
|
3442
3489
|
],
|
|
3443
3490
|
"getSignature": [
|
|
3444
3491
|
{
|
|
3445
|
-
"id":
|
|
3492
|
+
"id": 206,
|
|
3446
3493
|
"name": "displayWith",
|
|
3447
3494
|
"kind": 524288,
|
|
3448
3495
|
"kindString": "Get signature",
|
|
@@ -3464,7 +3511,7 @@
|
|
|
3464
3511
|
],
|
|
3465
3512
|
"setSignature": [
|
|
3466
3513
|
{
|
|
3467
|
-
"id":
|
|
3514
|
+
"id": 207,
|
|
3468
3515
|
"name": "displayWith",
|
|
3469
3516
|
"kind": 1048576,
|
|
3470
3517
|
"kindString": "Set signature",
|
|
@@ -3480,7 +3527,7 @@
|
|
|
3480
3527
|
},
|
|
3481
3528
|
"parameters": [
|
|
3482
3529
|
{
|
|
3483
|
-
"id":
|
|
3530
|
+
"id": 208,
|
|
3484
3531
|
"name": "value",
|
|
3485
3532
|
"kind": 32768,
|
|
3486
3533
|
"kindString": "Parameter",
|
|
@@ -3499,7 +3546,7 @@
|
|
|
3499
3546
|
]
|
|
3500
3547
|
},
|
|
3501
3548
|
{
|
|
3502
|
-
"id":
|
|
3549
|
+
"id": 210,
|
|
3503
3550
|
"name": "focusable",
|
|
3504
3551
|
"kind": 262144,
|
|
3505
3552
|
"kindString": "Accessor",
|
|
@@ -3527,7 +3574,7 @@
|
|
|
3527
3574
|
],
|
|
3528
3575
|
"getSignature": [
|
|
3529
3576
|
{
|
|
3530
|
-
"id":
|
|
3577
|
+
"id": 211,
|
|
3531
3578
|
"name": "focusable",
|
|
3532
3579
|
"kind": 524288,
|
|
3533
3580
|
"kindString": "Get signature",
|
|
@@ -3549,7 +3596,7 @@
|
|
|
3549
3596
|
],
|
|
3550
3597
|
"setSignature": [
|
|
3551
3598
|
{
|
|
3552
|
-
"id":
|
|
3599
|
+
"id": 212,
|
|
3553
3600
|
"name": "focusable",
|
|
3554
3601
|
"kind": 1048576,
|
|
3555
3602
|
"kindString": "Set signature",
|
|
@@ -3565,7 +3612,7 @@
|
|
|
3565
3612
|
},
|
|
3566
3613
|
"parameters": [
|
|
3567
3614
|
{
|
|
3568
|
-
"id":
|
|
3615
|
+
"id": 213,
|
|
3569
3616
|
"name": "value",
|
|
3570
3617
|
"kind": 32768,
|
|
3571
3618
|
"kindString": "Parameter",
|
|
@@ -3584,7 +3631,7 @@
|
|
|
3584
3631
|
]
|
|
3585
3632
|
},
|
|
3586
3633
|
{
|
|
3587
|
-
"id":
|
|
3634
|
+
"id": 218,
|
|
3588
3635
|
"name": "messageStream",
|
|
3589
3636
|
"kind": 262144,
|
|
3590
3637
|
"kindString": "Accessor",
|
|
@@ -3612,7 +3659,7 @@
|
|
|
3612
3659
|
],
|
|
3613
3660
|
"getSignature": [
|
|
3614
3661
|
{
|
|
3615
|
-
"id":
|
|
3662
|
+
"id": 219,
|
|
3616
3663
|
"name": "messageStream",
|
|
3617
3664
|
"kind": 524288,
|
|
3618
3665
|
"kindString": "Get signature",
|
|
@@ -3625,7 +3672,7 @@
|
|
|
3625
3672
|
"typeArguments": [
|
|
3626
3673
|
{
|
|
3627
3674
|
"type": "reference",
|
|
3628
|
-
"id":
|
|
3675
|
+
"id": 347,
|
|
3629
3676
|
"name": "SkyTokensMessage"
|
|
3630
3677
|
}
|
|
3631
3678
|
],
|
|
@@ -3637,7 +3684,7 @@
|
|
|
3637
3684
|
],
|
|
3638
3685
|
"setSignature": [
|
|
3639
3686
|
{
|
|
3640
|
-
"id":
|
|
3687
|
+
"id": 220,
|
|
3641
3688
|
"name": "messageStream",
|
|
3642
3689
|
"kind": 1048576,
|
|
3643
3690
|
"kindString": "Set signature",
|
|
@@ -3647,7 +3694,7 @@
|
|
|
3647
3694
|
},
|
|
3648
3695
|
"parameters": [
|
|
3649
3696
|
{
|
|
3650
|
-
"id":
|
|
3697
|
+
"id": 221,
|
|
3651
3698
|
"name": "value",
|
|
3652
3699
|
"kind": 32768,
|
|
3653
3700
|
"kindString": "Parameter",
|
|
@@ -3657,7 +3704,7 @@
|
|
|
3657
3704
|
"typeArguments": [
|
|
3658
3705
|
{
|
|
3659
3706
|
"type": "reference",
|
|
3660
|
-
"id":
|
|
3707
|
+
"id": 347,
|
|
3661
3708
|
"name": "SkyTokensMessage"
|
|
3662
3709
|
}
|
|
3663
3710
|
],
|
|
@@ -3675,7 +3722,7 @@
|
|
|
3675
3722
|
]
|
|
3676
3723
|
},
|
|
3677
3724
|
{
|
|
3678
|
-
"id":
|
|
3725
|
+
"id": 214,
|
|
3679
3726
|
"name": "tokens",
|
|
3680
3727
|
"kind": 262144,
|
|
3681
3728
|
"kindString": "Accessor",
|
|
@@ -3703,7 +3750,7 @@
|
|
|
3703
3750
|
],
|
|
3704
3751
|
"getSignature": [
|
|
3705
3752
|
{
|
|
3706
|
-
"id":
|
|
3753
|
+
"id": 215,
|
|
3707
3754
|
"name": "tokens",
|
|
3708
3755
|
"kind": 524288,
|
|
3709
3756
|
"kindString": "Get signature",
|
|
@@ -3715,7 +3762,7 @@
|
|
|
3715
3762
|
"type": "array",
|
|
3716
3763
|
"elementType": {
|
|
3717
3764
|
"type": "reference",
|
|
3718
|
-
"id":
|
|
3765
|
+
"id": 343,
|
|
3719
3766
|
"name": "SkyToken"
|
|
3720
3767
|
}
|
|
3721
3768
|
}
|
|
@@ -3723,7 +3770,7 @@
|
|
|
3723
3770
|
],
|
|
3724
3771
|
"setSignature": [
|
|
3725
3772
|
{
|
|
3726
|
-
"id":
|
|
3773
|
+
"id": 216,
|
|
3727
3774
|
"name": "tokens",
|
|
3728
3775
|
"kind": 1048576,
|
|
3729
3776
|
"kindString": "Set signature",
|
|
@@ -3733,7 +3780,7 @@
|
|
|
3733
3780
|
},
|
|
3734
3781
|
"parameters": [
|
|
3735
3782
|
{
|
|
3736
|
-
"id":
|
|
3783
|
+
"id": 217,
|
|
3737
3784
|
"name": "value",
|
|
3738
3785
|
"kind": 32768,
|
|
3739
3786
|
"kindString": "Parameter",
|
|
@@ -3742,7 +3789,7 @@
|
|
|
3742
3789
|
"type": "array",
|
|
3743
3790
|
"elementType": {
|
|
3744
3791
|
"type": "reference",
|
|
3745
|
-
"id":
|
|
3792
|
+
"id": 343,
|
|
3746
3793
|
"name": "SkyToken"
|
|
3747
3794
|
}
|
|
3748
3795
|
}
|
|
@@ -3756,7 +3803,7 @@
|
|
|
3756
3803
|
]
|
|
3757
3804
|
},
|
|
3758
3805
|
{
|
|
3759
|
-
"id":
|
|
3806
|
+
"id": 245,
|
|
3760
3807
|
"name": "ngOnDestroy",
|
|
3761
3808
|
"kind": 2048,
|
|
3762
3809
|
"kindString": "Method",
|
|
@@ -3772,7 +3819,7 @@
|
|
|
3772
3819
|
],
|
|
3773
3820
|
"signatures": [
|
|
3774
3821
|
{
|
|
3775
|
-
"id":
|
|
3822
|
+
"id": 246,
|
|
3776
3823
|
"name": "ngOnDestroy",
|
|
3777
3824
|
"kind": 4096,
|
|
3778
3825
|
"kindString": "Call signature",
|
|
@@ -3793,7 +3840,7 @@
|
|
|
3793
3840
|
}
|
|
3794
3841
|
},
|
|
3795
3842
|
{
|
|
3796
|
-
"id":
|
|
3843
|
+
"id": 247,
|
|
3797
3844
|
"name": "onTokenClick",
|
|
3798
3845
|
"kind": 2048,
|
|
3799
3846
|
"kindString": "Method",
|
|
@@ -3809,21 +3856,21 @@
|
|
|
3809
3856
|
],
|
|
3810
3857
|
"signatures": [
|
|
3811
3858
|
{
|
|
3812
|
-
"id":
|
|
3859
|
+
"id": 248,
|
|
3813
3860
|
"name": "onTokenClick",
|
|
3814
3861
|
"kind": 4096,
|
|
3815
3862
|
"kindString": "Call signature",
|
|
3816
3863
|
"flags": {},
|
|
3817
3864
|
"parameters": [
|
|
3818
3865
|
{
|
|
3819
|
-
"id":
|
|
3866
|
+
"id": 249,
|
|
3820
3867
|
"name": "token",
|
|
3821
3868
|
"kind": 32768,
|
|
3822
3869
|
"kindString": "Parameter",
|
|
3823
3870
|
"flags": {},
|
|
3824
3871
|
"type": {
|
|
3825
3872
|
"type": "reference",
|
|
3826
|
-
"id":
|
|
3873
|
+
"id": 343,
|
|
3827
3874
|
"name": "SkyToken"
|
|
3828
3875
|
}
|
|
3829
3876
|
}
|
|
@@ -3836,7 +3883,7 @@
|
|
|
3836
3883
|
]
|
|
3837
3884
|
},
|
|
3838
3885
|
{
|
|
3839
|
-
"id":
|
|
3886
|
+
"id": 250,
|
|
3840
3887
|
"name": "onTokenKeyDown",
|
|
3841
3888
|
"kind": 2048,
|
|
3842
3889
|
"kindString": "Method",
|
|
@@ -3852,14 +3899,14 @@
|
|
|
3852
3899
|
],
|
|
3853
3900
|
"signatures": [
|
|
3854
3901
|
{
|
|
3855
|
-
"id":
|
|
3902
|
+
"id": 251,
|
|
3856
3903
|
"name": "onTokenKeyDown",
|
|
3857
3904
|
"kind": 4096,
|
|
3858
3905
|
"kindString": "Call signature",
|
|
3859
3906
|
"flags": {},
|
|
3860
3907
|
"parameters": [
|
|
3861
3908
|
{
|
|
3862
|
-
"id":
|
|
3909
|
+
"id": 252,
|
|
3863
3910
|
"name": "event",
|
|
3864
3911
|
"kind": 32768,
|
|
3865
3912
|
"kindString": "Parameter",
|
|
@@ -3880,7 +3927,7 @@
|
|
|
3880
3927
|
]
|
|
3881
3928
|
},
|
|
3882
3929
|
{
|
|
3883
|
-
"id":
|
|
3930
|
+
"id": 256,
|
|
3884
3931
|
"name": "removeToken",
|
|
3885
3932
|
"kind": 2048,
|
|
3886
3933
|
"kindString": "Method",
|
|
@@ -3896,21 +3943,21 @@
|
|
|
3896
3943
|
],
|
|
3897
3944
|
"signatures": [
|
|
3898
3945
|
{
|
|
3899
|
-
"id":
|
|
3946
|
+
"id": 257,
|
|
3900
3947
|
"name": "removeToken",
|
|
3901
3948
|
"kind": 4096,
|
|
3902
3949
|
"kindString": "Call signature",
|
|
3903
3950
|
"flags": {},
|
|
3904
3951
|
"parameters": [
|
|
3905
3952
|
{
|
|
3906
|
-
"id":
|
|
3953
|
+
"id": 258,
|
|
3907
3954
|
"name": "token",
|
|
3908
3955
|
"kind": 32768,
|
|
3909
3956
|
"kindString": "Parameter",
|
|
3910
3957
|
"flags": {},
|
|
3911
3958
|
"type": {
|
|
3912
3959
|
"type": "reference",
|
|
3913
|
-
"id":
|
|
3960
|
+
"id": 343,
|
|
3914
3961
|
"name": "SkyToken"
|
|
3915
3962
|
}
|
|
3916
3963
|
}
|
|
@@ -3923,7 +3970,7 @@
|
|
|
3923
3970
|
]
|
|
3924
3971
|
},
|
|
3925
3972
|
{
|
|
3926
|
-
"id":
|
|
3973
|
+
"id": 253,
|
|
3927
3974
|
"name": "selectToken",
|
|
3928
3975
|
"kind": 2048,
|
|
3929
3976
|
"kindString": "Method",
|
|
@@ -3939,21 +3986,21 @@
|
|
|
3939
3986
|
],
|
|
3940
3987
|
"signatures": [
|
|
3941
3988
|
{
|
|
3942
|
-
"id":
|
|
3989
|
+
"id": 254,
|
|
3943
3990
|
"name": "selectToken",
|
|
3944
3991
|
"kind": 4096,
|
|
3945
3992
|
"kindString": "Call signature",
|
|
3946
3993
|
"flags": {},
|
|
3947
3994
|
"parameters": [
|
|
3948
3995
|
{
|
|
3949
|
-
"id":
|
|
3996
|
+
"id": 255,
|
|
3950
3997
|
"name": "token",
|
|
3951
3998
|
"kind": 32768,
|
|
3952
3999
|
"kindString": "Parameter",
|
|
3953
4000
|
"flags": {},
|
|
3954
4001
|
"type": {
|
|
3955
4002
|
"type": "reference",
|
|
3956
|
-
"id":
|
|
4003
|
+
"id": 343,
|
|
3957
4004
|
"name": "SkyToken"
|
|
3958
4005
|
}
|
|
3959
4006
|
}
|
|
@@ -3971,42 +4018,42 @@
|
|
|
3971
4018
|
"title": "Constructors",
|
|
3972
4019
|
"kind": 512,
|
|
3973
4020
|
"children": [
|
|
3974
|
-
|
|
4021
|
+
194
|
|
3975
4022
|
]
|
|
3976
4023
|
},
|
|
3977
4024
|
{
|
|
3978
4025
|
"title": "Properties",
|
|
3979
4026
|
"kind": 1024,
|
|
3980
4027
|
"children": [
|
|
3981
|
-
220,
|
|
3982
|
-
221,
|
|
3983
4028
|
222,
|
|
3984
4029
|
223,
|
|
3985
|
-
|
|
3986
|
-
|
|
4030
|
+
224,
|
|
4031
|
+
225,
|
|
4032
|
+
230,
|
|
4033
|
+
209
|
|
3987
4034
|
]
|
|
3988
4035
|
},
|
|
3989
4036
|
{
|
|
3990
4037
|
"title": "Accessors",
|
|
3991
4038
|
"kind": 262144,
|
|
3992
4039
|
"children": [
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
4040
|
+
197,
|
|
4041
|
+
201,
|
|
4042
|
+
205,
|
|
4043
|
+
210,
|
|
4044
|
+
218,
|
|
4045
|
+
214
|
|
3999
4046
|
]
|
|
4000
4047
|
},
|
|
4001
4048
|
{
|
|
4002
4049
|
"title": "Methods",
|
|
4003
4050
|
"kind": 2048,
|
|
4004
4051
|
"children": [
|
|
4005
|
-
243,
|
|
4006
4052
|
245,
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4053
|
+
247,
|
|
4054
|
+
250,
|
|
4055
|
+
256,
|
|
4056
|
+
253
|
|
4010
4057
|
]
|
|
4011
4058
|
}
|
|
4012
4059
|
],
|
|
@@ -4027,7 +4074,7 @@
|
|
|
4027
4074
|
]
|
|
4028
4075
|
},
|
|
4029
4076
|
{
|
|
4030
|
-
"id":
|
|
4077
|
+
"id": 274,
|
|
4031
4078
|
"name": "SkyWaitComponent",
|
|
4032
4079
|
"kind": 128,
|
|
4033
4080
|
"kindString": "Class",
|
|
@@ -4048,7 +4095,7 @@
|
|
|
4048
4095
|
],
|
|
4049
4096
|
"children": [
|
|
4050
4097
|
{
|
|
4051
|
-
"id":
|
|
4098
|
+
"id": 275,
|
|
4052
4099
|
"name": "constructor",
|
|
4053
4100
|
"kind": 512,
|
|
4054
4101
|
"kindString": "Constructor",
|
|
@@ -4062,14 +4109,14 @@
|
|
|
4062
4109
|
],
|
|
4063
4110
|
"signatures": [
|
|
4064
4111
|
{
|
|
4065
|
-
"id":
|
|
4112
|
+
"id": 276,
|
|
4066
4113
|
"name": "SkyWaitComponent",
|
|
4067
4114
|
"kind": 16384,
|
|
4068
4115
|
"kindString": "Constructor signature",
|
|
4069
4116
|
"flags": {},
|
|
4070
4117
|
"parameters": [
|
|
4071
4118
|
{
|
|
4072
|
-
"id":
|
|
4119
|
+
"id": 277,
|
|
4073
4120
|
"name": "elRef",
|
|
4074
4121
|
"kind": 32768,
|
|
4075
4122
|
"kindString": "Parameter",
|
|
@@ -4088,7 +4135,7 @@
|
|
|
4088
4135
|
}
|
|
4089
4136
|
},
|
|
4090
4137
|
{
|
|
4091
|
-
"id":
|
|
4138
|
+
"id": 278,
|
|
4092
4139
|
"name": "adapterService",
|
|
4093
4140
|
"kind": 32768,
|
|
4094
4141
|
"kindString": "Parameter",
|
|
@@ -4099,7 +4146,7 @@
|
|
|
4099
4146
|
}
|
|
4100
4147
|
},
|
|
4101
4148
|
{
|
|
4102
|
-
"id":
|
|
4149
|
+
"id": 279,
|
|
4103
4150
|
"name": "resourceService",
|
|
4104
4151
|
"kind": 32768,
|
|
4105
4152
|
"kindString": "Parameter",
|
|
@@ -4124,14 +4171,14 @@
|
|
|
4124
4171
|
],
|
|
4125
4172
|
"type": {
|
|
4126
4173
|
"type": "reference",
|
|
4127
|
-
"id":
|
|
4174
|
+
"id": 274,
|
|
4128
4175
|
"name": "SkyWaitComponent"
|
|
4129
4176
|
}
|
|
4130
4177
|
}
|
|
4131
4178
|
]
|
|
4132
4179
|
},
|
|
4133
4180
|
{
|
|
4134
|
-
"id":
|
|
4181
|
+
"id": 280,
|
|
4135
4182
|
"name": "ariaLabel",
|
|
4136
4183
|
"kind": 1024,
|
|
4137
4184
|
"kindString": "Property",
|
|
@@ -4166,7 +4213,7 @@
|
|
|
4166
4213
|
}
|
|
4167
4214
|
},
|
|
4168
4215
|
{
|
|
4169
|
-
"id":
|
|
4216
|
+
"id": 290,
|
|
4170
4217
|
"name": "ariaLabelStream",
|
|
4171
4218
|
"kind": 1024,
|
|
4172
4219
|
"kindString": "Property",
|
|
@@ -4195,7 +4242,7 @@
|
|
|
4195
4242
|
"defaultValue": "..."
|
|
4196
4243
|
},
|
|
4197
4244
|
{
|
|
4198
|
-
"id":
|
|
4245
|
+
"id": 289,
|
|
4199
4246
|
"name": "isNonBlocking",
|
|
4200
4247
|
"kind": 1024,
|
|
4201
4248
|
"kindString": "Property",
|
|
@@ -4236,7 +4283,7 @@
|
|
|
4236
4283
|
}
|
|
4237
4284
|
},
|
|
4238
4285
|
{
|
|
4239
|
-
"id":
|
|
4286
|
+
"id": 285,
|
|
4240
4287
|
"name": "isFullPage",
|
|
4241
4288
|
"kind": 262144,
|
|
4242
4289
|
"kindString": "Accessor",
|
|
@@ -4264,7 +4311,7 @@
|
|
|
4264
4311
|
],
|
|
4265
4312
|
"getSignature": [
|
|
4266
4313
|
{
|
|
4267
|
-
"id":
|
|
4314
|
+
"id": 286,
|
|
4268
4315
|
"name": "isFullPage",
|
|
4269
4316
|
"kind": 524288,
|
|
4270
4317
|
"kindString": "Get signature",
|
|
@@ -4286,7 +4333,7 @@
|
|
|
4286
4333
|
],
|
|
4287
4334
|
"setSignature": [
|
|
4288
4335
|
{
|
|
4289
|
-
"id":
|
|
4336
|
+
"id": 287,
|
|
4290
4337
|
"name": "isFullPage",
|
|
4291
4338
|
"kind": 1048576,
|
|
4292
4339
|
"kindString": "Set signature",
|
|
@@ -4302,7 +4349,7 @@
|
|
|
4302
4349
|
},
|
|
4303
4350
|
"parameters": [
|
|
4304
4351
|
{
|
|
4305
|
-
"id":
|
|
4352
|
+
"id": 288,
|
|
4306
4353
|
"name": "value",
|
|
4307
4354
|
"kind": 32768,
|
|
4308
4355
|
"kindString": "Parameter",
|
|
@@ -4321,7 +4368,7 @@
|
|
|
4321
4368
|
]
|
|
4322
4369
|
},
|
|
4323
4370
|
{
|
|
4324
|
-
"id":
|
|
4371
|
+
"id": 281,
|
|
4325
4372
|
"name": "isWaiting",
|
|
4326
4373
|
"kind": 262144,
|
|
4327
4374
|
"kindString": "Accessor",
|
|
@@ -4349,7 +4396,7 @@
|
|
|
4349
4396
|
],
|
|
4350
4397
|
"getSignature": [
|
|
4351
4398
|
{
|
|
4352
|
-
"id":
|
|
4399
|
+
"id": 282,
|
|
4353
4400
|
"name": "isWaiting",
|
|
4354
4401
|
"kind": 524288,
|
|
4355
4402
|
"kindString": "Get signature",
|
|
@@ -4365,7 +4412,7 @@
|
|
|
4365
4412
|
],
|
|
4366
4413
|
"setSignature": [
|
|
4367
4414
|
{
|
|
4368
|
-
"id":
|
|
4415
|
+
"id": 283,
|
|
4369
4416
|
"name": "isWaiting",
|
|
4370
4417
|
"kind": 1048576,
|
|
4371
4418
|
"kindString": "Set signature",
|
|
@@ -4375,7 +4422,7 @@
|
|
|
4375
4422
|
},
|
|
4376
4423
|
"parameters": [
|
|
4377
4424
|
{
|
|
4378
|
-
"id":
|
|
4425
|
+
"id": 284,
|
|
4379
4426
|
"name": "value",
|
|
4380
4427
|
"kind": 32768,
|
|
4381
4428
|
"kindString": "Parameter",
|
|
@@ -4394,7 +4441,7 @@
|
|
|
4394
4441
|
]
|
|
4395
4442
|
},
|
|
4396
4443
|
{
|
|
4397
|
-
"id":
|
|
4444
|
+
"id": 294,
|
|
4398
4445
|
"name": "ngOnInit",
|
|
4399
4446
|
"kind": 2048,
|
|
4400
4447
|
"kindString": "Method",
|
|
@@ -4410,7 +4457,7 @@
|
|
|
4410
4457
|
],
|
|
4411
4458
|
"signatures": [
|
|
4412
4459
|
{
|
|
4413
|
-
"id":
|
|
4460
|
+
"id": 295,
|
|
4414
4461
|
"name": "ngOnInit",
|
|
4415
4462
|
"kind": 4096,
|
|
4416
4463
|
"kindString": "Call signature",
|
|
@@ -4436,31 +4483,31 @@
|
|
|
4436
4483
|
"title": "Constructors",
|
|
4437
4484
|
"kind": 512,
|
|
4438
4485
|
"children": [
|
|
4439
|
-
|
|
4486
|
+
275
|
|
4440
4487
|
]
|
|
4441
4488
|
},
|
|
4442
4489
|
{
|
|
4443
4490
|
"title": "Properties",
|
|
4444
4491
|
"kind": 1024,
|
|
4445
4492
|
"children": [
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4493
|
+
280,
|
|
4494
|
+
290,
|
|
4495
|
+
289
|
|
4449
4496
|
]
|
|
4450
4497
|
},
|
|
4451
4498
|
{
|
|
4452
4499
|
"title": "Accessors",
|
|
4453
4500
|
"kind": 262144,
|
|
4454
4501
|
"children": [
|
|
4455
|
-
|
|
4456
|
-
|
|
4502
|
+
285,
|
|
4503
|
+
281
|
|
4457
4504
|
]
|
|
4458
4505
|
},
|
|
4459
4506
|
{
|
|
4460
4507
|
"title": "Methods",
|
|
4461
4508
|
"kind": 2048,
|
|
4462
4509
|
"children": [
|
|
4463
|
-
|
|
4510
|
+
294
|
|
4464
4511
|
]
|
|
4465
4512
|
}
|
|
4466
4513
|
],
|
|
@@ -4481,7 +4528,7 @@
|
|
|
4481
4528
|
]
|
|
4482
4529
|
},
|
|
4483
4530
|
{
|
|
4484
|
-
"id":
|
|
4531
|
+
"id": 34,
|
|
4485
4532
|
"name": "SkyHelpInlineComponent",
|
|
4486
4533
|
"kind": 128,
|
|
4487
4534
|
"kindString": "Class",
|
|
@@ -4502,7 +4549,7 @@
|
|
|
4502
4549
|
],
|
|
4503
4550
|
"children": [
|
|
4504
4551
|
{
|
|
4505
|
-
"id":
|
|
4552
|
+
"id": 37,
|
|
4506
4553
|
"name": "actionClick",
|
|
4507
4554
|
"kind": 1024,
|
|
4508
4555
|
"kindString": "Property",
|
|
@@ -4546,7 +4593,7 @@
|
|
|
4546
4593
|
"defaultValue": "..."
|
|
4547
4594
|
},
|
|
4548
4595
|
{
|
|
4549
|
-
"id":
|
|
4596
|
+
"id": 38,
|
|
4550
4597
|
"name": "onClick",
|
|
4551
4598
|
"kind": 2048,
|
|
4552
4599
|
"kindString": "Method",
|
|
@@ -4562,7 +4609,7 @@
|
|
|
4562
4609
|
],
|
|
4563
4610
|
"signatures": [
|
|
4564
4611
|
{
|
|
4565
|
-
"id":
|
|
4612
|
+
"id": 39,
|
|
4566
4613
|
"name": "onClick",
|
|
4567
4614
|
"kind": 4096,
|
|
4568
4615
|
"kindString": "Call signature",
|
|
@@ -4580,21 +4627,21 @@
|
|
|
4580
4627
|
"title": "Constructors",
|
|
4581
4628
|
"kind": 512,
|
|
4582
4629
|
"children": [
|
|
4583
|
-
|
|
4630
|
+
35
|
|
4584
4631
|
]
|
|
4585
4632
|
},
|
|
4586
4633
|
{
|
|
4587
4634
|
"title": "Properties",
|
|
4588
4635
|
"kind": 1024,
|
|
4589
4636
|
"children": [
|
|
4590
|
-
|
|
4637
|
+
37
|
|
4591
4638
|
]
|
|
4592
4639
|
},
|
|
4593
4640
|
{
|
|
4594
4641
|
"title": "Methods",
|
|
4595
4642
|
"kind": 2048,
|
|
4596
4643
|
"children": [
|
|
4597
|
-
|
|
4644
|
+
38
|
|
4598
4645
|
]
|
|
4599
4646
|
}
|
|
4600
4647
|
],
|
|
@@ -4607,7 +4654,7 @@
|
|
|
4607
4654
|
]
|
|
4608
4655
|
},
|
|
4609
4656
|
{
|
|
4610
|
-
"id":
|
|
4657
|
+
"id": 40,
|
|
4611
4658
|
"name": "SkyIconComponent",
|
|
4612
4659
|
"kind": 128,
|
|
4613
4660
|
"kindString": "Class",
|
|
@@ -4628,7 +4675,7 @@
|
|
|
4628
4675
|
],
|
|
4629
4676
|
"children": [
|
|
4630
4677
|
{
|
|
4631
|
-
"id":
|
|
4678
|
+
"id": 46,
|
|
4632
4679
|
"name": "fixedWidth",
|
|
4633
4680
|
"kind": 1024,
|
|
4634
4681
|
"kindString": "Property",
|
|
@@ -4636,7 +4683,13 @@
|
|
|
4636
4683
|
"isPublic": true
|
|
4637
4684
|
},
|
|
4638
4685
|
"comment": {
|
|
4639
|
-
"shortText": "Indicates whether the icon has a fixed width."
|
|
4686
|
+
"shortText": "Indicates whether the icon has a fixed width.",
|
|
4687
|
+
"tags": [
|
|
4688
|
+
{
|
|
4689
|
+
"tag": "default",
|
|
4690
|
+
"text": "false\n"
|
|
4691
|
+
}
|
|
4692
|
+
]
|
|
4640
4693
|
},
|
|
4641
4694
|
"decorators": [
|
|
4642
4695
|
{
|
|
@@ -4653,7 +4706,7 @@
|
|
|
4653
4706
|
"sources": [
|
|
4654
4707
|
{
|
|
4655
4708
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4656
|
-
"line":
|
|
4709
|
+
"line": 43,
|
|
4657
4710
|
"character": 9
|
|
4658
4711
|
}
|
|
4659
4712
|
],
|
|
@@ -4663,7 +4716,7 @@
|
|
|
4663
4716
|
}
|
|
4664
4717
|
},
|
|
4665
4718
|
{
|
|
4666
|
-
"id":
|
|
4719
|
+
"id": 43,
|
|
4667
4720
|
"name": "icon",
|
|
4668
4721
|
"kind": 1024,
|
|
4669
4722
|
"kindString": "Property",
|
|
@@ -4671,7 +4724,7 @@
|
|
|
4671
4724
|
"isPublic": true
|
|
4672
4725
|
},
|
|
4673
4726
|
"comment": {
|
|
4674
|
-
"shortText": "Specifies the name of\n[the Font Awesome 4.7 icon](https://fontawesome.com/v4.7/icons/) to\ndisplay.
|
|
4727
|
+
"shortText": "Specifies the name of\n[the Font Awesome 4.7 icon](https://fontawesome.com/v4.7/icons/) or the SKY UX icon to\ndisplay. When specifying a Font Awesome icon, do not prefix the name with `fa-`.",
|
|
4675
4728
|
"tags": [
|
|
4676
4729
|
{
|
|
4677
4730
|
"tag": "required",
|
|
@@ -4704,7 +4757,7 @@
|
|
|
4704
4757
|
}
|
|
4705
4758
|
},
|
|
4706
4759
|
{
|
|
4707
|
-
"id":
|
|
4760
|
+
"id": 44,
|
|
4708
4761
|
"name": "iconType",
|
|
4709
4762
|
"kind": 1024,
|
|
4710
4763
|
"kindString": "Property",
|
|
@@ -4741,13 +4794,13 @@
|
|
|
4741
4794
|
],
|
|
4742
4795
|
"type": {
|
|
4743
4796
|
"type": "reference",
|
|
4744
|
-
"id":
|
|
4797
|
+
"id": 323,
|
|
4745
4798
|
"name": "SkyIconType"
|
|
4746
4799
|
},
|
|
4747
4800
|
"defaultValue": "'fa'"
|
|
4748
4801
|
},
|
|
4749
4802
|
{
|
|
4750
|
-
"id":
|
|
4803
|
+
"id": 45,
|
|
4751
4804
|
"name": "size",
|
|
4752
4805
|
"kind": 1024,
|
|
4753
4806
|
"kindString": "Property",
|
|
@@ -4755,7 +4808,7 @@
|
|
|
4755
4808
|
"isPublic": true
|
|
4756
4809
|
},
|
|
4757
4810
|
"comment": {
|
|
4758
|
-
"shortText": "Specifies the size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons)."
|
|
4811
|
+
"shortText": "Specifies the size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons). Do not prefix the size with `fa-`."
|
|
4759
4812
|
},
|
|
4760
4813
|
"decorators": [
|
|
4761
4814
|
{
|
|
@@ -4782,7 +4835,7 @@
|
|
|
4782
4835
|
}
|
|
4783
4836
|
},
|
|
4784
4837
|
{
|
|
4785
|
-
"id":
|
|
4838
|
+
"id": 47,
|
|
4786
4839
|
"name": "variant",
|
|
4787
4840
|
"kind": 1024,
|
|
4788
4841
|
"kindString": "Property",
|
|
@@ -4790,7 +4843,7 @@
|
|
|
4790
4843
|
"isPublic": true
|
|
4791
4844
|
},
|
|
4792
4845
|
"comment": {
|
|
4793
|
-
"shortText": "Specifies the icon variant (`\"line\"` or `\"solid\"`). If the variant doesn't exist for the\nspecified icon, the normal icon is displayed."
|
|
4846
|
+
"shortText": "Specifies the icon variant (`\"line\"` or `\"solid\"`). If the variant doesn't exist for the\nspecified icon, the normal icon is displayed. This property only applies when using SKY UX icons."
|
|
4794
4847
|
},
|
|
4795
4848
|
"decorators": [
|
|
4796
4849
|
{
|
|
@@ -4807,13 +4860,13 @@
|
|
|
4807
4860
|
"sources": [
|
|
4808
4861
|
{
|
|
4809
4862
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4810
|
-
"line":
|
|
4863
|
+
"line": 50,
|
|
4811
4864
|
"character": 9
|
|
4812
4865
|
}
|
|
4813
4866
|
],
|
|
4814
4867
|
"type": {
|
|
4815
4868
|
"type": "reference",
|
|
4816
|
-
"id":
|
|
4869
|
+
"id": 324,
|
|
4817
4870
|
"name": "SkyIconVariantType"
|
|
4818
4871
|
}
|
|
4819
4872
|
}
|
|
@@ -4823,18 +4876,18 @@
|
|
|
4823
4876
|
"title": "Constructors",
|
|
4824
4877
|
"kind": 512,
|
|
4825
4878
|
"children": [
|
|
4826
|
-
|
|
4879
|
+
41
|
|
4827
4880
|
]
|
|
4828
4881
|
},
|
|
4829
4882
|
{
|
|
4830
4883
|
"title": "Properties",
|
|
4831
4884
|
"kind": 1024,
|
|
4832
4885
|
"children": [
|
|
4833
|
-
48,
|
|
4834
|
-
45,
|
|
4835
4886
|
46,
|
|
4836
|
-
|
|
4837
|
-
|
|
4887
|
+
43,
|
|
4888
|
+
44,
|
|
4889
|
+
45,
|
|
4890
|
+
47
|
|
4838
4891
|
]
|
|
4839
4892
|
}
|
|
4840
4893
|
],
|
|
@@ -4847,11 +4900,20 @@
|
|
|
4847
4900
|
]
|
|
4848
4901
|
},
|
|
4849
4902
|
{
|
|
4850
|
-
"id":
|
|
4851
|
-
"name": "
|
|
4903
|
+
"id": 54,
|
|
4904
|
+
"name": "SkyKeyInfoLabelComponent",
|
|
4852
4905
|
"kind": 128,
|
|
4853
4906
|
"kindString": "Class",
|
|
4854
4907
|
"flags": {},
|
|
4908
|
+
"comment": {
|
|
4909
|
+
"shortText": "Specifies a label to display in smaller text under or beside the value.",
|
|
4910
|
+
"tags": [
|
|
4911
|
+
{
|
|
4912
|
+
"tag": "required",
|
|
4913
|
+
"text": "\n"
|
|
4914
|
+
}
|
|
4915
|
+
]
|
|
4916
|
+
},
|
|
4855
4917
|
"decorators": [
|
|
4856
4918
|
{
|
|
4857
4919
|
"name": "Component",
|
|
@@ -4862,184 +4924,20 @@
|
|
|
4862
4924
|
"name": "Component"
|
|
4863
4925
|
},
|
|
4864
4926
|
"arguments": {
|
|
4865
|
-
"obj": "{\n selector: 'sky-
|
|
4927
|
+
"obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>',\n}"
|
|
4866
4928
|
}
|
|
4867
4929
|
}
|
|
4868
4930
|
],
|
|
4869
|
-
"children": [
|
|
4870
|
-
|
|
4871
|
-
"id": 54,
|
|
4872
|
-
"name": "baseIcon",
|
|
4873
|
-
"kind": 1024,
|
|
4874
|
-
"kindString": "Property",
|
|
4875
|
-
"flags": {
|
|
4876
|
-
"isPublic": true
|
|
4877
|
-
},
|
|
4878
|
-
"comment": {
|
|
4879
|
-
"shortText": "The icon to display at the bottom of the stack."
|
|
4880
|
-
},
|
|
4881
|
-
"decorators": [
|
|
4882
|
-
{
|
|
4883
|
-
"name": "Input",
|
|
4884
|
-
"type": {
|
|
4885
|
-
"type": "reference",
|
|
4886
|
-
"qualifiedName": "InputDecorator",
|
|
4887
|
-
"package": "@angular/core",
|
|
4888
|
-
"name": "Input"
|
|
4889
|
-
},
|
|
4890
|
-
"arguments": {}
|
|
4891
|
-
}
|
|
4892
|
-
],
|
|
4893
|
-
"sources": [
|
|
4894
|
-
{
|
|
4895
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4896
|
-
"line": 22,
|
|
4897
|
-
"character": 9
|
|
4898
|
-
}
|
|
4899
|
-
],
|
|
4900
|
-
"type": {
|
|
4901
|
-
"type": "reference",
|
|
4902
|
-
"id": 316,
|
|
4903
|
-
"name": "SkyIconStackItem"
|
|
4904
|
-
}
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"id": 53,
|
|
4908
|
-
"name": "size",
|
|
4909
|
-
"kind": 1024,
|
|
4910
|
-
"kindString": "Property",
|
|
4911
|
-
"flags": {
|
|
4912
|
-
"isPublic": true
|
|
4913
|
-
},
|
|
4914
|
-
"comment": {
|
|
4915
|
-
"shortText": "Specifies the size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons)."
|
|
4916
|
-
},
|
|
4917
|
-
"decorators": [
|
|
4918
|
-
{
|
|
4919
|
-
"name": "Input",
|
|
4920
|
-
"type": {
|
|
4921
|
-
"type": "reference",
|
|
4922
|
-
"qualifiedName": "InputDecorator",
|
|
4923
|
-
"package": "@angular/core",
|
|
4924
|
-
"name": "Input"
|
|
4925
|
-
},
|
|
4926
|
-
"arguments": {}
|
|
4927
|
-
}
|
|
4928
|
-
],
|
|
4929
|
-
"sources": [
|
|
4930
|
-
{
|
|
4931
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4932
|
-
"line": 16,
|
|
4933
|
-
"character": 9
|
|
4934
|
-
}
|
|
4935
|
-
],
|
|
4936
|
-
"type": {
|
|
4937
|
-
"type": "intrinsic",
|
|
4938
|
-
"name": "string"
|
|
4939
|
-
}
|
|
4940
|
-
},
|
|
4941
|
-
{
|
|
4942
|
-
"id": 55,
|
|
4943
|
-
"name": "topIcon",
|
|
4944
|
-
"kind": 1024,
|
|
4945
|
-
"kindString": "Property",
|
|
4946
|
-
"flags": {
|
|
4947
|
-
"isPublic": true
|
|
4948
|
-
},
|
|
4949
|
-
"comment": {
|
|
4950
|
-
"shortText": "The icon to display at the top of the stack."
|
|
4951
|
-
},
|
|
4952
|
-
"decorators": [
|
|
4953
|
-
{
|
|
4954
|
-
"name": "Input",
|
|
4955
|
-
"type": {
|
|
4956
|
-
"type": "reference",
|
|
4957
|
-
"qualifiedName": "InputDecorator",
|
|
4958
|
-
"package": "@angular/core",
|
|
4959
|
-
"name": "Input"
|
|
4960
|
-
},
|
|
4961
|
-
"arguments": {}
|
|
4962
|
-
}
|
|
4963
|
-
],
|
|
4964
|
-
"sources": [
|
|
4965
|
-
{
|
|
4966
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4967
|
-
"line": 28,
|
|
4968
|
-
"character": 9
|
|
4969
|
-
}
|
|
4970
|
-
],
|
|
4971
|
-
"type": {
|
|
4972
|
-
"type": "reference",
|
|
4973
|
-
"id": 316,
|
|
4974
|
-
"name": "SkyIconStackItem"
|
|
4975
|
-
}
|
|
4976
|
-
}
|
|
4977
|
-
],
|
|
4978
|
-
"groups": [
|
|
4931
|
+
"children": [],
|
|
4932
|
+
"groups": [
|
|
4979
4933
|
{
|
|
4980
4934
|
"title": "Constructors",
|
|
4981
4935
|
"kind": 512,
|
|
4982
4936
|
"children": [
|
|
4983
|
-
51
|
|
4984
|
-
]
|
|
4985
|
-
},
|
|
4986
|
-
{
|
|
4987
|
-
"title": "Properties",
|
|
4988
|
-
"kind": 1024,
|
|
4989
|
-
"children": [
|
|
4990
|
-
54,
|
|
4991
|
-
53,
|
|
4992
4937
|
55
|
|
4993
4938
|
]
|
|
4994
4939
|
}
|
|
4995
4940
|
],
|
|
4996
|
-
"sources": [
|
|
4997
|
-
{
|
|
4998
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4999
|
-
"line": 10,
|
|
5000
|
-
"character": 13
|
|
5001
|
-
}
|
|
5002
|
-
]
|
|
5003
|
-
},
|
|
5004
|
-
{
|
|
5005
|
-
"id": 56,
|
|
5006
|
-
"name": "SkyKeyInfoLabelComponent",
|
|
5007
|
-
"kind": 128,
|
|
5008
|
-
"kindString": "Class",
|
|
5009
|
-
"flags": {},
|
|
5010
|
-
"comment": {
|
|
5011
|
-
"shortText": "Specifies a label to display in smaller text under or beside the value.",
|
|
5012
|
-
"tags": [
|
|
5013
|
-
{
|
|
5014
|
-
"tag": "required",
|
|
5015
|
-
"text": "\n"
|
|
5016
|
-
}
|
|
5017
|
-
]
|
|
5018
|
-
},
|
|
5019
|
-
"decorators": [
|
|
5020
|
-
{
|
|
5021
|
-
"name": "Component",
|
|
5022
|
-
"type": {
|
|
5023
|
-
"type": "reference",
|
|
5024
|
-
"qualifiedName": "ComponentDecorator",
|
|
5025
|
-
"package": "@angular/core",
|
|
5026
|
-
"name": "Component"
|
|
5027
|
-
},
|
|
5028
|
-
"arguments": {
|
|
5029
|
-
"obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>',\n}"
|
|
5030
|
-
}
|
|
5031
|
-
}
|
|
5032
|
-
],
|
|
5033
|
-
"children": [],
|
|
5034
|
-
"groups": [
|
|
5035
|
-
{
|
|
5036
|
-
"title": "Constructors",
|
|
5037
|
-
"kind": 512,
|
|
5038
|
-
"children": [
|
|
5039
|
-
57
|
|
5040
|
-
]
|
|
5041
|
-
}
|
|
5042
|
-
],
|
|
5043
4941
|
"sources": [
|
|
5044
4942
|
{
|
|
5045
4943
|
"fileName": "projects/indicators/src/modules/key-info/key-info-label.component.ts",
|
|
@@ -5049,7 +4947,7 @@
|
|
|
5049
4947
|
]
|
|
5050
4948
|
},
|
|
5051
4949
|
{
|
|
5052
|
-
"id":
|
|
4950
|
+
"id": 57,
|
|
5053
4951
|
"name": "SkyKeyInfoValueComponent",
|
|
5054
4952
|
"kind": 128,
|
|
5055
4953
|
"kindString": "Class",
|
|
@@ -5083,7 +4981,7 @@
|
|
|
5083
4981
|
"title": "Constructors",
|
|
5084
4982
|
"kind": 512,
|
|
5085
4983
|
"children": [
|
|
5086
|
-
|
|
4984
|
+
58
|
|
5087
4985
|
]
|
|
5088
4986
|
}
|
|
5089
4987
|
],
|
|
@@ -5096,7 +4994,7 @@
|
|
|
5096
4994
|
]
|
|
5097
4995
|
},
|
|
5098
4996
|
{
|
|
5099
|
-
"id":
|
|
4997
|
+
"id": 60,
|
|
5100
4998
|
"name": "SkyKeyInfoComponent",
|
|
5101
4999
|
"kind": 128,
|
|
5102
5000
|
"kindString": "Class",
|
|
@@ -5117,7 +5015,7 @@
|
|
|
5117
5015
|
],
|
|
5118
5016
|
"children": [
|
|
5119
5017
|
{
|
|
5120
|
-
"id":
|
|
5018
|
+
"id": 63,
|
|
5121
5019
|
"name": "layout",
|
|
5122
5020
|
"kind": 1024,
|
|
5123
5021
|
"kindString": "Property",
|
|
@@ -5148,7 +5046,7 @@
|
|
|
5148
5046
|
"sources": [
|
|
5149
5047
|
{
|
|
5150
5048
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5151
|
-
"line":
|
|
5049
|
+
"line": 16,
|
|
5152
5050
|
"character": 9
|
|
5153
5051
|
}
|
|
5154
5052
|
],
|
|
@@ -5164,14 +5062,14 @@
|
|
|
5164
5062
|
"title": "Constructors",
|
|
5165
5063
|
"kind": 512,
|
|
5166
5064
|
"children": [
|
|
5167
|
-
|
|
5065
|
+
61
|
|
5168
5066
|
]
|
|
5169
5067
|
},
|
|
5170
5068
|
{
|
|
5171
5069
|
"title": "Properties",
|
|
5172
5070
|
"kind": 1024,
|
|
5173
5071
|
"children": [
|
|
5174
|
-
|
|
5072
|
+
63
|
|
5175
5073
|
]
|
|
5176
5074
|
}
|
|
5177
5075
|
],
|
|
@@ -5184,7 +5082,7 @@
|
|
|
5184
5082
|
]
|
|
5185
5083
|
},
|
|
5186
5084
|
{
|
|
5187
|
-
"id":
|
|
5085
|
+
"id": 64,
|
|
5188
5086
|
"name": "SkyLabelComponent",
|
|
5189
5087
|
"kind": 128,
|
|
5190
5088
|
"kindString": "Class",
|
|
@@ -5205,7 +5103,7 @@
|
|
|
5205
5103
|
],
|
|
5206
5104
|
"children": [
|
|
5207
5105
|
{
|
|
5208
|
-
"id":
|
|
5106
|
+
"id": 70,
|
|
5209
5107
|
"name": "baseIcon",
|
|
5210
5108
|
"kind": 1024,
|
|
5211
5109
|
"kindString": "Property",
|
|
@@ -5215,18 +5113,17 @@
|
|
|
5215
5113
|
"sources": [
|
|
5216
5114
|
{
|
|
5217
5115
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5218
|
-
"line":
|
|
5116
|
+
"line": 27,
|
|
5219
5117
|
"character": 9
|
|
5220
5118
|
}
|
|
5221
5119
|
],
|
|
5222
5120
|
"type": {
|
|
5223
5121
|
"type": "reference",
|
|
5224
|
-
"id": 316,
|
|
5225
5122
|
"name": "SkyIconStackItem"
|
|
5226
5123
|
}
|
|
5227
5124
|
},
|
|
5228
5125
|
{
|
|
5229
|
-
"id":
|
|
5126
|
+
"id": 71,
|
|
5230
5127
|
"name": "icon",
|
|
5231
5128
|
"kind": 1024,
|
|
5232
5129
|
"kindString": "Property",
|
|
@@ -5236,7 +5133,7 @@
|
|
|
5236
5133
|
"sources": [
|
|
5237
5134
|
{
|
|
5238
5135
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5239
|
-
"line":
|
|
5136
|
+
"line": 29,
|
|
5240
5137
|
"character": 9
|
|
5241
5138
|
}
|
|
5242
5139
|
],
|
|
@@ -5246,7 +5143,29 @@
|
|
|
5246
5143
|
}
|
|
5247
5144
|
},
|
|
5248
5145
|
{
|
|
5249
|
-
"id":
|
|
5146
|
+
"id": 72,
|
|
5147
|
+
"name": "labelTypeOrDefault",
|
|
5148
|
+
"kind": 1024,
|
|
5149
|
+
"kindString": "Property",
|
|
5150
|
+
"flags": {
|
|
5151
|
+
"isPublic": true
|
|
5152
|
+
},
|
|
5153
|
+
"sources": [
|
|
5154
|
+
{
|
|
5155
|
+
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5156
|
+
"line": 31,
|
|
5157
|
+
"character": 9
|
|
5158
|
+
}
|
|
5159
|
+
],
|
|
5160
|
+
"type": {
|
|
5161
|
+
"type": "reference",
|
|
5162
|
+
"id": 328,
|
|
5163
|
+
"name": "SkyLabelType"
|
|
5164
|
+
},
|
|
5165
|
+
"defaultValue": "LABEL_TYPE_DEFAULT"
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"id": 73,
|
|
5250
5169
|
"name": "topIcon",
|
|
5251
5170
|
"kind": 1024,
|
|
5252
5171
|
"kindString": "Property",
|
|
@@ -5256,18 +5175,17 @@
|
|
|
5256
5175
|
"sources": [
|
|
5257
5176
|
{
|
|
5258
5177
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5259
|
-
"line":
|
|
5178
|
+
"line": 33,
|
|
5260
5179
|
"character": 9
|
|
5261
5180
|
}
|
|
5262
5181
|
],
|
|
5263
5182
|
"type": {
|
|
5264
5183
|
"type": "reference",
|
|
5265
|
-
"id": 316,
|
|
5266
5184
|
"name": "SkyIconStackItem"
|
|
5267
5185
|
}
|
|
5268
5186
|
},
|
|
5269
5187
|
{
|
|
5270
|
-
"id":
|
|
5188
|
+
"id": 67,
|
|
5271
5189
|
"name": "labelType",
|
|
5272
5190
|
"kind": 262144,
|
|
5273
5191
|
"kindString": "Accessor",
|
|
@@ -5289,36 +5207,13 @@
|
|
|
5289
5207
|
"sources": [
|
|
5290
5208
|
{
|
|
5291
5209
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5292
|
-
"line":
|
|
5210
|
+
"line": 21,
|
|
5293
5211
|
"character": 13
|
|
5294
5212
|
}
|
|
5295
5213
|
],
|
|
5296
|
-
"getSignature": [
|
|
5297
|
-
{
|
|
5298
|
-
"id": 70,
|
|
5299
|
-
"name": "labelType",
|
|
5300
|
-
"kind": 524288,
|
|
5301
|
-
"kindString": "Get signature",
|
|
5302
|
-
"flags": {},
|
|
5303
|
-
"comment": {
|
|
5304
|
-
"shortText": "The type of label to display.",
|
|
5305
|
-
"tags": [
|
|
5306
|
-
{
|
|
5307
|
-
"tag": "required",
|
|
5308
|
-
"text": "\n"
|
|
5309
|
-
}
|
|
5310
|
-
]
|
|
5311
|
-
},
|
|
5312
|
-
"type": {
|
|
5313
|
-
"type": "reference",
|
|
5314
|
-
"id": 327,
|
|
5315
|
-
"name": "SkyLabelType"
|
|
5316
|
-
}
|
|
5317
|
-
}
|
|
5318
|
-
],
|
|
5319
5214
|
"setSignature": [
|
|
5320
5215
|
{
|
|
5321
|
-
"id":
|
|
5216
|
+
"id": 68,
|
|
5322
5217
|
"name": "labelType",
|
|
5323
5218
|
"kind": 1048576,
|
|
5324
5219
|
"kindString": "Set signature",
|
|
@@ -5327,21 +5222,21 @@
|
|
|
5327
5222
|
"shortText": "The type of label to display.",
|
|
5328
5223
|
"tags": [
|
|
5329
5224
|
{
|
|
5330
|
-
"tag": "
|
|
5331
|
-
"text": "\n"
|
|
5225
|
+
"tag": "default",
|
|
5226
|
+
"text": "'info'\n"
|
|
5332
5227
|
}
|
|
5333
5228
|
]
|
|
5334
5229
|
},
|
|
5335
5230
|
"parameters": [
|
|
5336
5231
|
{
|
|
5337
|
-
"id":
|
|
5232
|
+
"id": 69,
|
|
5338
5233
|
"name": "value",
|
|
5339
5234
|
"kind": 32768,
|
|
5340
5235
|
"kindString": "Parameter",
|
|
5341
5236
|
"flags": {},
|
|
5342
5237
|
"type": {
|
|
5343
5238
|
"type": "reference",
|
|
5344
|
-
"id":
|
|
5239
|
+
"id": 328,
|
|
5345
5240
|
"name": "SkyLabelType"
|
|
5346
5241
|
}
|
|
5347
5242
|
}
|
|
@@ -5352,6 +5247,43 @@
|
|
|
5352
5247
|
}
|
|
5353
5248
|
}
|
|
5354
5249
|
]
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"id": 74,
|
|
5253
|
+
"name": "ngOnInit",
|
|
5254
|
+
"kind": 2048,
|
|
5255
|
+
"kindString": "Method",
|
|
5256
|
+
"flags": {
|
|
5257
|
+
"isPublic": true
|
|
5258
|
+
},
|
|
5259
|
+
"sources": [
|
|
5260
|
+
{
|
|
5261
|
+
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5262
|
+
"line": 35,
|
|
5263
|
+
"character": 9
|
|
5264
|
+
}
|
|
5265
|
+
],
|
|
5266
|
+
"signatures": [
|
|
5267
|
+
{
|
|
5268
|
+
"id": 75,
|
|
5269
|
+
"name": "ngOnInit",
|
|
5270
|
+
"kind": 4096,
|
|
5271
|
+
"kindString": "Call signature",
|
|
5272
|
+
"flags": {},
|
|
5273
|
+
"type": {
|
|
5274
|
+
"type": "intrinsic",
|
|
5275
|
+
"name": "void"
|
|
5276
|
+
},
|
|
5277
|
+
"implementationOf": {
|
|
5278
|
+
"type": "reference",
|
|
5279
|
+
"name": "OnInit.ngOnInit"
|
|
5280
|
+
}
|
|
5281
|
+
}
|
|
5282
|
+
],
|
|
5283
|
+
"implementationOf": {
|
|
5284
|
+
"type": "reference",
|
|
5285
|
+
"name": "OnInit.ngOnInit"
|
|
5286
|
+
}
|
|
5355
5287
|
}
|
|
5356
5288
|
],
|
|
5357
5289
|
"groups": [
|
|
@@ -5359,120 +5291,59 @@
|
|
|
5359
5291
|
"title": "Constructors",
|
|
5360
5292
|
"kind": 512,
|
|
5361
5293
|
"children": [
|
|
5362
|
-
|
|
5294
|
+
65
|
|
5363
5295
|
]
|
|
5364
5296
|
},
|
|
5365
5297
|
{
|
|
5366
5298
|
"title": "Properties",
|
|
5367
5299
|
"kind": 1024,
|
|
5368
5300
|
"children": [
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5301
|
+
70,
|
|
5302
|
+
71,
|
|
5303
|
+
72,
|
|
5304
|
+
73
|
|
5372
5305
|
]
|
|
5373
5306
|
},
|
|
5374
5307
|
{
|
|
5375
5308
|
"title": "Accessors",
|
|
5376
5309
|
"kind": 262144,
|
|
5377
5310
|
"children": [
|
|
5378
|
-
|
|
5311
|
+
67
|
|
5312
|
+
]
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"title": "Methods",
|
|
5316
|
+
"kind": 2048,
|
|
5317
|
+
"children": [
|
|
5318
|
+
74
|
|
5379
5319
|
]
|
|
5380
5320
|
}
|
|
5381
5321
|
],
|
|
5382
5322
|
"sources": [
|
|
5383
5323
|
{
|
|
5384
5324
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5385
|
-
"line":
|
|
5325
|
+
"line": 15,
|
|
5386
5326
|
"character": 13
|
|
5387
5327
|
}
|
|
5388
|
-
]
|
|
5389
|
-
},
|
|
5390
|
-
{
|
|
5391
|
-
"id": 316,
|
|
5392
|
-
"name": "SkyIconStackItem",
|
|
5393
|
-
"kind": 256,
|
|
5394
|
-
"kindString": "Interface",
|
|
5395
|
-
"flags": {},
|
|
5396
|
-
"children": [
|
|
5397
|
-
{
|
|
5398
|
-
"id": 317,
|
|
5399
|
-
"name": "icon",
|
|
5400
|
-
"kind": 1024,
|
|
5401
|
-
"kindString": "Property",
|
|
5402
|
-
"flags": {},
|
|
5403
|
-
"comment": {
|
|
5404
|
-
"shortText": "Specifies the name of\n[the Font Awesome 4.7 icon](https://fontawesome.com/v4.7/icons/) to\ndisplay. Do not specify the `fa fa-` classes.",
|
|
5405
|
-
"tags": [
|
|
5406
|
-
{
|
|
5407
|
-
"tag": "required",
|
|
5408
|
-
"text": "\n"
|
|
5409
|
-
}
|
|
5410
|
-
]
|
|
5411
|
-
},
|
|
5412
|
-
"sources": [
|
|
5413
|
-
{
|
|
5414
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
|
|
5415
|
-
"line": 10,
|
|
5416
|
-
"character": 2
|
|
5417
|
-
}
|
|
5418
|
-
],
|
|
5419
|
-
"type": {
|
|
5420
|
-
"type": "intrinsic",
|
|
5421
|
-
"name": "string"
|
|
5422
|
-
}
|
|
5423
|
-
},
|
|
5424
|
-
{
|
|
5425
|
-
"id": 318,
|
|
5426
|
-
"name": "iconType",
|
|
5427
|
-
"kind": 1024,
|
|
5428
|
-
"kindString": "Property",
|
|
5429
|
-
"flags": {
|
|
5430
|
-
"isOptional": true
|
|
5431
|
-
},
|
|
5432
|
-
"comment": {
|
|
5433
|
-
"shortText": "Specifies the type of icon to display. Specifying `fa` will display a Font Awesome icon,\nwhile specifying `skyux` will display an icon from the custom SKY UX icon font. Note that\nthe custom SKY UX icon font is currently in beta."
|
|
5434
|
-
},
|
|
5435
|
-
"sources": [
|
|
5436
|
-
{
|
|
5437
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
|
|
5438
|
-
"line": 17,
|
|
5439
|
-
"character": 2
|
|
5440
|
-
}
|
|
5441
|
-
],
|
|
5442
|
-
"type": {
|
|
5443
|
-
"type": "reference",
|
|
5444
|
-
"id": 322,
|
|
5445
|
-
"name": "SkyIconType"
|
|
5446
|
-
}
|
|
5447
|
-
}
|
|
5448
5328
|
],
|
|
5449
|
-
"
|
|
5450
|
-
{
|
|
5451
|
-
"title": "Properties",
|
|
5452
|
-
"kind": 1024,
|
|
5453
|
-
"children": [
|
|
5454
|
-
317,
|
|
5455
|
-
318
|
|
5456
|
-
]
|
|
5457
|
-
}
|
|
5458
|
-
],
|
|
5459
|
-
"sources": [
|
|
5329
|
+
"implementedTypes": [
|
|
5460
5330
|
{
|
|
5461
|
-
"
|
|
5462
|
-
"
|
|
5463
|
-
"
|
|
5331
|
+
"type": "reference",
|
|
5332
|
+
"qualifiedName": "OnInit",
|
|
5333
|
+
"package": "@angular/core",
|
|
5334
|
+
"name": "OnInit"
|
|
5464
5335
|
}
|
|
5465
5336
|
]
|
|
5466
5337
|
},
|
|
5467
5338
|
{
|
|
5468
|
-
"id":
|
|
5339
|
+
"id": 343,
|
|
5469
5340
|
"name": "SkyToken",
|
|
5470
5341
|
"kind": 256,
|
|
5471
5342
|
"kindString": "Interface",
|
|
5472
5343
|
"flags": {},
|
|
5473
5344
|
"children": [
|
|
5474
5345
|
{
|
|
5475
|
-
"id":
|
|
5346
|
+
"id": 344,
|
|
5476
5347
|
"name": "value",
|
|
5477
5348
|
"kind": 1024,
|
|
5478
5349
|
"kindString": "Property",
|
|
@@ -5498,7 +5369,7 @@
|
|
|
5498
5369
|
"title": "Properties",
|
|
5499
5370
|
"kind": 1024,
|
|
5500
5371
|
"children": [
|
|
5501
|
-
|
|
5372
|
+
344
|
|
5502
5373
|
]
|
|
5503
5374
|
}
|
|
5504
5375
|
],
|
|
@@ -5511,14 +5382,14 @@
|
|
|
5511
5382
|
]
|
|
5512
5383
|
},
|
|
5513
5384
|
{
|
|
5514
|
-
"id":
|
|
5385
|
+
"id": 345,
|
|
5515
5386
|
"name": "SkyTokenSelectedEventArgs",
|
|
5516
5387
|
"kind": 256,
|
|
5517
5388
|
"kindString": "Interface",
|
|
5518
5389
|
"flags": {},
|
|
5519
5390
|
"children": [
|
|
5520
5391
|
{
|
|
5521
|
-
"id":
|
|
5392
|
+
"id": 346,
|
|
5522
5393
|
"name": "token",
|
|
5523
5394
|
"kind": 1024,
|
|
5524
5395
|
"kindString": "Property",
|
|
@@ -5537,7 +5408,7 @@
|
|
|
5537
5408
|
],
|
|
5538
5409
|
"type": {
|
|
5539
5410
|
"type": "reference",
|
|
5540
|
-
"id":
|
|
5411
|
+
"id": 343,
|
|
5541
5412
|
"name": "SkyToken"
|
|
5542
5413
|
}
|
|
5543
5414
|
}
|
|
@@ -5547,7 +5418,7 @@
|
|
|
5547
5418
|
"title": "Properties",
|
|
5548
5419
|
"kind": 1024,
|
|
5549
5420
|
"children": [
|
|
5550
|
-
|
|
5421
|
+
346
|
|
5551
5422
|
]
|
|
5552
5423
|
}
|
|
5553
5424
|
],
|
|
@@ -5560,14 +5431,14 @@
|
|
|
5560
5431
|
]
|
|
5561
5432
|
},
|
|
5562
5433
|
{
|
|
5563
|
-
"id":
|
|
5434
|
+
"id": 347,
|
|
5564
5435
|
"name": "SkyTokensMessage",
|
|
5565
5436
|
"kind": 256,
|
|
5566
5437
|
"kindString": "Interface",
|
|
5567
5438
|
"flags": {},
|
|
5568
5439
|
"children": [
|
|
5569
5440
|
{
|
|
5570
|
-
"id":
|
|
5441
|
+
"id": 348,
|
|
5571
5442
|
"name": "type",
|
|
5572
5443
|
"kind": 1024,
|
|
5573
5444
|
"kindString": "Property",
|
|
@@ -5586,7 +5457,7 @@
|
|
|
5586
5457
|
],
|
|
5587
5458
|
"type": {
|
|
5588
5459
|
"type": "reference",
|
|
5589
|
-
"id":
|
|
5460
|
+
"id": 349,
|
|
5590
5461
|
"name": "SkyTokensMessageType"
|
|
5591
5462
|
}
|
|
5592
5463
|
}
|
|
@@ -5596,7 +5467,7 @@
|
|
|
5596
5467
|
"title": "Properties",
|
|
5597
5468
|
"kind": 1024,
|
|
5598
5469
|
"children": [
|
|
5599
|
-
|
|
5470
|
+
348
|
|
5600
5471
|
]
|
|
5601
5472
|
}
|
|
5602
5473
|
],
|
|
@@ -5609,7 +5480,7 @@
|
|
|
5609
5480
|
]
|
|
5610
5481
|
},
|
|
5611
5482
|
{
|
|
5612
|
-
"id":
|
|
5483
|
+
"id": 323,
|
|
5613
5484
|
"name": "SkyIconType",
|
|
5614
5485
|
"kind": 4194304,
|
|
5615
5486
|
"kindString": "Type alias",
|
|
@@ -5636,7 +5507,7 @@
|
|
|
5636
5507
|
}
|
|
5637
5508
|
},
|
|
5638
5509
|
{
|
|
5639
|
-
"id":
|
|
5510
|
+
"id": 324,
|
|
5640
5511
|
"name": "SkyIconVariantType",
|
|
5641
5512
|
"kind": 4194304,
|
|
5642
5513
|
"kindString": "Type alias",
|
|
@@ -5663,7 +5534,7 @@
|
|
|
5663
5534
|
}
|
|
5664
5535
|
},
|
|
5665
5536
|
{
|
|
5666
|
-
"id":
|
|
5537
|
+
"id": 332,
|
|
5667
5538
|
"name": "SkyIndicatorDescriptionType",
|
|
5668
5539
|
"kind": 4194304,
|
|
5669
5540
|
"kindString": "Type alias",
|
|
@@ -5706,7 +5577,7 @@
|
|
|
5706
5577
|
}
|
|
5707
5578
|
},
|
|
5708
5579
|
{
|
|
5709
|
-
"id":
|
|
5580
|
+
"id": 333,
|
|
5710
5581
|
"name": "SkyIndicatorIconType",
|
|
5711
5582
|
"kind": 4194304,
|
|
5712
5583
|
"kindString": "Type alias",
|
|
@@ -5741,7 +5612,7 @@
|
|
|
5741
5612
|
}
|
|
5742
5613
|
},
|
|
5743
5614
|
{
|
|
5744
|
-
"id":
|
|
5615
|
+
"id": 328,
|
|
5745
5616
|
"name": "SkyLabelType",
|
|
5746
5617
|
"kind": 4194304,
|
|
5747
5618
|
"kindString": "Type alias",
|
|
@@ -5781,59 +5652,57 @@
|
|
|
5781
5652
|
"title": "Enumerations",
|
|
5782
5653
|
"kind": 8,
|
|
5783
5654
|
"children": [
|
|
5784
|
-
|
|
5655
|
+
349
|
|
5785
5656
|
]
|
|
5786
5657
|
},
|
|
5787
5658
|
{
|
|
5788
5659
|
"title": "Classes",
|
|
5789
5660
|
"kind": 128,
|
|
5790
5661
|
"children": [
|
|
5791
|
-
|
|
5792
|
-
|
|
5793
|
-
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
|
|
5799
|
-
|
|
5800
|
-
|
|
5801
|
-
|
|
5802
|
-
|
|
5662
|
+
305,
|
|
5663
|
+
308,
|
|
5664
|
+
311,
|
|
5665
|
+
314,
|
|
5666
|
+
320,
|
|
5667
|
+
325,
|
|
5668
|
+
329,
|
|
5669
|
+
334,
|
|
5670
|
+
337,
|
|
5671
|
+
340,
|
|
5672
|
+
355,
|
|
5673
|
+
358,
|
|
5803
5674
|
1,
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
|
|
5811
|
-
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
66
|
|
5675
|
+
78,
|
|
5676
|
+
109,
|
|
5677
|
+
148,
|
|
5678
|
+
193,
|
|
5679
|
+
274,
|
|
5680
|
+
34,
|
|
5681
|
+
40,
|
|
5682
|
+
54,
|
|
5683
|
+
57,
|
|
5684
|
+
60,
|
|
5685
|
+
64
|
|
5816
5686
|
]
|
|
5817
5687
|
},
|
|
5818
5688
|
{
|
|
5819
5689
|
"title": "Interfaces",
|
|
5820
5690
|
"kind": 256,
|
|
5821
5691
|
"children": [
|
|
5822
|
-
|
|
5823
|
-
|
|
5824
|
-
|
|
5825
|
-
346
|
|
5692
|
+
343,
|
|
5693
|
+
345,
|
|
5694
|
+
347
|
|
5826
5695
|
]
|
|
5827
5696
|
},
|
|
5828
5697
|
{
|
|
5829
5698
|
"title": "Type aliases",
|
|
5830
5699
|
"kind": 4194304,
|
|
5831
5700
|
"children": [
|
|
5832
|
-
322,
|
|
5833
5701
|
323,
|
|
5834
|
-
|
|
5702
|
+
324,
|
|
5835
5703
|
332,
|
|
5836
|
-
|
|
5704
|
+
333,
|
|
5705
|
+
328
|
|
5837
5706
|
]
|
|
5838
5707
|
}
|
|
5839
5708
|
],
|
|
@@ -5879,7 +5748,7 @@
|
|
|
5879
5748
|
{
|
|
5880
5749
|
"fileName": "icon-demo.component.html",
|
|
5881
5750
|
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.html",
|
|
5882
|
-
"rawContents": "<sky-icon icon=\"bars\" size=\"lg\"
|
|
5751
|
+
"rawContents": "<sky-icon icon=\"bars\" size=\"lg\"></sky-icon>\n<sky-icon icon=\"chevron-down\" size=\"sm\"></sky-icon>\n<sky-icon icon=\"chevron-up\" size=\"5x\"></sky-icon>\n<sky-icon icon=\"cog\" size=\"2x\"></sky-icon>\n<sky-icon icon=\"comment\" size=\"xs\"></sky-icon>\n<sky-icon icon=\"database\" size=\"3x\"></sky-icon>\n<sky-icon [fixedWidth]=\"true\" icon=\"spinner\" size=\"3x\"></sky-icon>\n<sky-icon icon=\"trash\" size=\"sm\"></sky-icon>\n<sky-icon icon=\"users\" size=\"4x\"></sky-icon>\n<sky-icon icon=\"user\" size=\"5x\"></sky-icon>\n<sky-icon icon=\"sort\" iconType=\"skyux\" size=\"5x\"></sky-icon>\n"
|
|
5883
5752
|
},
|
|
5884
5753
|
{
|
|
5885
5754
|
"fileName": "icon-demo.component.ts",
|