@skyux/indicators 6.14.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 +372 -549
- package/esm2020/lib/modules/alert/alert.component.mjs +15 -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/label/label.component.mjs +15 -22
- package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +52 -44
- package/esm2020/testing/alert/alert-harness.mjs +2 -1
- package/esm2020/testing/alert-fixture.mjs +1 -1
- package/fesm2015/skyux-indicators-testing.mjs +1 -0
- package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2015/skyux-indicators.mjs +99 -97
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators-testing.mjs +1 -0
- package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +99 -97
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/alert/alert.component.d.ts +6 -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 +3 -0
- package/lib/modules/icon/icon.component.d.ts +5 -4
- package/lib/modules/label/label.component.d.ts +4 -4
- package/lib/modules/status-indicator/status-indicator.component.d.ts +5 -10
- package/package.json +5 -5
- package/testing/alert/alert-harness.d.ts +1 -1
- package/testing/alert-fixture.d.ts +4 -4
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": [
|
|
150
|
-
352,
|
|
151
148
|
351,
|
|
152
|
-
|
|
149
|
+
350,
|
|
153
150
|
353,
|
|
154
|
-
|
|
151
|
+
352,
|
|
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",
|
|
@@ -1047,18 +1045,17 @@
|
|
|
1047
1045
|
"sources": [
|
|
1048
1046
|
{
|
|
1049
1047
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1050
|
-
"line":
|
|
1048
|
+
"line": 50,
|
|
1051
1049
|
"character": 9
|
|
1052
1050
|
}
|
|
1053
1051
|
],
|
|
1054
1052
|
"type": {
|
|
1055
1053
|
"type": "reference",
|
|
1056
|
-
"id": 318,
|
|
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",
|
|
@@ -1068,18 +1065,17 @@
|
|
|
1068
1065
|
"sources": [
|
|
1069
1066
|
{
|
|
1070
1067
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1071
|
-
"line":
|
|
1068
|
+
"line": 52,
|
|
1072
1069
|
"character": 9
|
|
1073
1070
|
}
|
|
1074
1071
|
],
|
|
1075
1072
|
"type": {
|
|
1076
1073
|
"type": "reference",
|
|
1077
|
-
"id": 318,
|
|
1078
1074
|
"name": "SkyIconStackItem"
|
|
1079
1075
|
}
|
|
1080
1076
|
},
|
|
1081
1077
|
{
|
|
1082
|
-
"id":
|
|
1078
|
+
"id": 12,
|
|
1083
1079
|
"name": "alertTypeOrDefault",
|
|
1084
1080
|
"kind": 1024,
|
|
1085
1081
|
"kindString": "Property",
|
|
@@ -1089,19 +1085,19 @@
|
|
|
1089
1085
|
"sources": [
|
|
1090
1086
|
{
|
|
1091
1087
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1092
|
-
"line":
|
|
1088
|
+
"line": 54,
|
|
1093
1089
|
"character": 9
|
|
1094
1090
|
}
|
|
1095
1091
|
],
|
|
1096
1092
|
"type": {
|
|
1097
1093
|
"type": "reference",
|
|
1098
|
-
"id":
|
|
1094
|
+
"id": 333,
|
|
1099
1095
|
"name": "SkyIndicatorIconType"
|
|
1100
1096
|
},
|
|
1101
1097
|
"defaultValue": "ALERT_TYPE_DEFAULT"
|
|
1102
1098
|
},
|
|
1103
1099
|
{
|
|
1104
|
-
"id":
|
|
1100
|
+
"id": 7,
|
|
1105
1101
|
"name": "closeable",
|
|
1106
1102
|
"kind": 1024,
|
|
1107
1103
|
"kindString": "Property",
|
|
@@ -1132,7 +1128,7 @@
|
|
|
1132
1128
|
"sources": [
|
|
1133
1129
|
{
|
|
1134
1130
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1135
|
-
"line":
|
|
1131
|
+
"line": 35,
|
|
1136
1132
|
"character": 9
|
|
1137
1133
|
}
|
|
1138
1134
|
],
|
|
@@ -1142,7 +1138,7 @@
|
|
|
1142
1138
|
}
|
|
1143
1139
|
},
|
|
1144
1140
|
{
|
|
1145
|
-
"id":
|
|
1141
|
+
"id": 8,
|
|
1146
1142
|
"name": "closed",
|
|
1147
1143
|
"kind": 1024,
|
|
1148
1144
|
"kindString": "Property",
|
|
@@ -1173,7 +1169,7 @@
|
|
|
1173
1169
|
"sources": [
|
|
1174
1170
|
{
|
|
1175
1171
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1176
|
-
"line":
|
|
1172
|
+
"line": 42,
|
|
1177
1173
|
"character": 9
|
|
1178
1174
|
}
|
|
1179
1175
|
],
|
|
@@ -1183,7 +1179,7 @@
|
|
|
1183
1179
|
}
|
|
1184
1180
|
},
|
|
1185
1181
|
{
|
|
1186
|
-
"id":
|
|
1182
|
+
"id": 9,
|
|
1187
1183
|
"name": "closedChange",
|
|
1188
1184
|
"kind": 1024,
|
|
1189
1185
|
"kindString": "Property",
|
|
@@ -1208,7 +1204,7 @@
|
|
|
1208
1204
|
"sources": [
|
|
1209
1205
|
{
|
|
1210
1206
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1211
|
-
"line":
|
|
1207
|
+
"line": 48,
|
|
1212
1208
|
"character": 9
|
|
1213
1209
|
}
|
|
1214
1210
|
],
|
|
@@ -1253,31 +1249,9 @@
|
|
|
1253
1249
|
"character": 13
|
|
1254
1250
|
}
|
|
1255
1251
|
],
|
|
1256
|
-
"getSignature": [
|
|
1257
|
-
{
|
|
1258
|
-
"id": 5,
|
|
1259
|
-
"name": "alertType",
|
|
1260
|
-
"kind": 524288,
|
|
1261
|
-
"kindString": "Get signature",
|
|
1262
|
-
"flags": {},
|
|
1263
|
-
"comment": {
|
|
1264
|
-
"shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
|
|
1265
|
-
"tags": [
|
|
1266
|
-
{
|
|
1267
|
-
"tag": "default",
|
|
1268
|
-
"text": "\"warning\"\n"
|
|
1269
|
-
}
|
|
1270
|
-
]
|
|
1271
|
-
},
|
|
1272
|
-
"type": {
|
|
1273
|
-
"type": "intrinsic",
|
|
1274
|
-
"name": "string"
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
],
|
|
1278
1252
|
"setSignature": [
|
|
1279
1253
|
{
|
|
1280
|
-
"id":
|
|
1254
|
+
"id": 5,
|
|
1281
1255
|
"name": "alertType",
|
|
1282
1256
|
"kind": 1048576,
|
|
1283
1257
|
"kindString": "Set signature",
|
|
@@ -1293,7 +1267,7 @@
|
|
|
1293
1267
|
},
|
|
1294
1268
|
"parameters": [
|
|
1295
1269
|
{
|
|
1296
|
-
"id":
|
|
1270
|
+
"id": 6,
|
|
1297
1271
|
"name": "value",
|
|
1298
1272
|
"kind": 32768,
|
|
1299
1273
|
"kindString": "Parameter",
|
|
@@ -1312,7 +1286,7 @@
|
|
|
1312
1286
|
]
|
|
1313
1287
|
},
|
|
1314
1288
|
{
|
|
1315
|
-
"id":
|
|
1289
|
+
"id": 15,
|
|
1316
1290
|
"name": "close",
|
|
1317
1291
|
"kind": 2048,
|
|
1318
1292
|
"kindString": "Method",
|
|
@@ -1322,13 +1296,13 @@
|
|
|
1322
1296
|
"sources": [
|
|
1323
1297
|
{
|
|
1324
1298
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1325
|
-
"line":
|
|
1299
|
+
"line": 60,
|
|
1326
1300
|
"character": 9
|
|
1327
1301
|
}
|
|
1328
1302
|
],
|
|
1329
1303
|
"signatures": [
|
|
1330
1304
|
{
|
|
1331
|
-
"id":
|
|
1305
|
+
"id": 16,
|
|
1332
1306
|
"name": "close",
|
|
1333
1307
|
"kind": 4096,
|
|
1334
1308
|
"kindString": "Call signature",
|
|
@@ -1341,7 +1315,7 @@
|
|
|
1341
1315
|
]
|
|
1342
1316
|
},
|
|
1343
1317
|
{
|
|
1344
|
-
"id":
|
|
1318
|
+
"id": 13,
|
|
1345
1319
|
"name": "ngOnInit",
|
|
1346
1320
|
"kind": 2048,
|
|
1347
1321
|
"kindString": "Method",
|
|
@@ -1351,13 +1325,13 @@
|
|
|
1351
1325
|
"sources": [
|
|
1352
1326
|
{
|
|
1353
1327
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1354
|
-
"line":
|
|
1328
|
+
"line": 56,
|
|
1355
1329
|
"character": 9
|
|
1356
1330
|
}
|
|
1357
1331
|
],
|
|
1358
1332
|
"signatures": [
|
|
1359
1333
|
{
|
|
1360
|
-
"id":
|
|
1334
|
+
"id": 14,
|
|
1361
1335
|
"name": "ngOnInit",
|
|
1362
1336
|
"kind": 4096,
|
|
1363
1337
|
"kindString": "Call signature",
|
|
@@ -1390,12 +1364,12 @@
|
|
|
1390
1364
|
"title": "Properties",
|
|
1391
1365
|
"kind": 1024,
|
|
1392
1366
|
"children": [
|
|
1367
|
+
10,
|
|
1393
1368
|
11,
|
|
1394
1369
|
12,
|
|
1395
|
-
|
|
1370
|
+
7,
|
|
1396
1371
|
8,
|
|
1397
|
-
9
|
|
1398
|
-
10
|
|
1372
|
+
9
|
|
1399
1373
|
]
|
|
1400
1374
|
},
|
|
1401
1375
|
{
|
|
@@ -1409,8 +1383,8 @@
|
|
|
1409
1383
|
"title": "Methods",
|
|
1410
1384
|
"kind": 2048,
|
|
1411
1385
|
"children": [
|
|
1412
|
-
|
|
1413
|
-
|
|
1386
|
+
15,
|
|
1387
|
+
13
|
|
1414
1388
|
]
|
|
1415
1389
|
}
|
|
1416
1390
|
],
|
|
@@ -1431,7 +1405,7 @@
|
|
|
1431
1405
|
]
|
|
1432
1406
|
},
|
|
1433
1407
|
{
|
|
1434
|
-
"id":
|
|
1408
|
+
"id": 78,
|
|
1435
1409
|
"name": "SkyStatusIndicatorComponent",
|
|
1436
1410
|
"kind": 128,
|
|
1437
1411
|
"kindString": "Class",
|
|
@@ -1455,7 +1429,7 @@
|
|
|
1455
1429
|
],
|
|
1456
1430
|
"children": [
|
|
1457
1431
|
{
|
|
1458
|
-
"id":
|
|
1432
|
+
"id": 79,
|
|
1459
1433
|
"name": "constructor",
|
|
1460
1434
|
"kind": 512,
|
|
1461
1435
|
"kindString": "Constructor",
|
|
@@ -1463,20 +1437,20 @@
|
|
|
1463
1437
|
"sources": [
|
|
1464
1438
|
{
|
|
1465
1439
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1466
|
-
"line":
|
|
1440
|
+
"line": 88,
|
|
1467
1441
|
"character": 2
|
|
1468
1442
|
}
|
|
1469
1443
|
],
|
|
1470
1444
|
"signatures": [
|
|
1471
1445
|
{
|
|
1472
|
-
"id":
|
|
1446
|
+
"id": 80,
|
|
1473
1447
|
"name": "SkyStatusIndicatorComponent",
|
|
1474
1448
|
"kind": 16384,
|
|
1475
1449
|
"kindString": "Constructor signature",
|
|
1476
1450
|
"flags": {},
|
|
1477
1451
|
"parameters": [
|
|
1478
1452
|
{
|
|
1479
|
-
"id":
|
|
1453
|
+
"id": 81,
|
|
1480
1454
|
"name": "changeDetector",
|
|
1481
1455
|
"kind": 32768,
|
|
1482
1456
|
"kindString": "Parameter",
|
|
@@ -1489,7 +1463,7 @@
|
|
|
1489
1463
|
}
|
|
1490
1464
|
},
|
|
1491
1465
|
{
|
|
1492
|
-
"id":
|
|
1466
|
+
"id": 82,
|
|
1493
1467
|
"name": "resources",
|
|
1494
1468
|
"kind": 32768,
|
|
1495
1469
|
"kindString": "Parameter",
|
|
@@ -1502,14 +1476,14 @@
|
|
|
1502
1476
|
],
|
|
1503
1477
|
"type": {
|
|
1504
1478
|
"type": "reference",
|
|
1505
|
-
"id":
|
|
1479
|
+
"id": 78,
|
|
1506
1480
|
"name": "SkyStatusIndicatorComponent"
|
|
1507
1481
|
}
|
|
1508
1482
|
}
|
|
1509
1483
|
]
|
|
1510
1484
|
},
|
|
1511
1485
|
{
|
|
1512
|
-
"id":
|
|
1486
|
+
"id": 95,
|
|
1513
1487
|
"name": "baseIcon",
|
|
1514
1488
|
"kind": 1024,
|
|
1515
1489
|
"kindString": "Property",
|
|
@@ -1519,18 +1493,17 @@
|
|
|
1519
1493
|
"sources": [
|
|
1520
1494
|
{
|
|
1521
1495
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1522
|
-
"line":
|
|
1496
|
+
"line": 72,
|
|
1523
1497
|
"character": 9
|
|
1524
1498
|
}
|
|
1525
1499
|
],
|
|
1526
1500
|
"type": {
|
|
1527
1501
|
"type": "reference",
|
|
1528
|
-
"id": 318,
|
|
1529
1502
|
"name": "SkyIconStackItem"
|
|
1530
1503
|
}
|
|
1531
1504
|
},
|
|
1532
1505
|
{
|
|
1533
|
-
"id":
|
|
1506
|
+
"id": 94,
|
|
1534
1507
|
"name": "descriptionComputed",
|
|
1535
1508
|
"kind": 1024,
|
|
1536
1509
|
"kindString": "Property",
|
|
@@ -1540,7 +1513,7 @@
|
|
|
1540
1513
|
"sources": [
|
|
1541
1514
|
{
|
|
1542
1515
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1543
|
-
"line":
|
|
1516
|
+
"line": 70,
|
|
1544
1517
|
"character": 9
|
|
1545
1518
|
}
|
|
1546
1519
|
],
|
|
@@ -1550,7 +1523,7 @@
|
|
|
1550
1523
|
}
|
|
1551
1524
|
},
|
|
1552
1525
|
{
|
|
1553
|
-
"id":
|
|
1526
|
+
"id": 96,
|
|
1554
1527
|
"name": "icon",
|
|
1555
1528
|
"kind": 1024,
|
|
1556
1529
|
"kindString": "Property",
|
|
@@ -1560,7 +1533,7 @@
|
|
|
1560
1533
|
"sources": [
|
|
1561
1534
|
{
|
|
1562
1535
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1563
|
-
"line":
|
|
1536
|
+
"line": 74,
|
|
1564
1537
|
"character": 9
|
|
1565
1538
|
}
|
|
1566
1539
|
],
|
|
@@ -1570,7 +1543,29 @@
|
|
|
1570
1543
|
}
|
|
1571
1544
|
},
|
|
1572
1545
|
{
|
|
1573
|
-
"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,
|
|
1574
1569
|
"name": "topIcon",
|
|
1575
1570
|
"kind": 1024,
|
|
1576
1571
|
"kindString": "Property",
|
|
@@ -1580,18 +1575,17 @@
|
|
|
1580
1575
|
"sources": [
|
|
1581
1576
|
{
|
|
1582
1577
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1583
|
-
"line":
|
|
1578
|
+
"line": 78,
|
|
1584
1579
|
"character": 9
|
|
1585
1580
|
}
|
|
1586
1581
|
],
|
|
1587
1582
|
"type": {
|
|
1588
1583
|
"type": "reference",
|
|
1589
|
-
"id": 318,
|
|
1590
1584
|
"name": "SkyIconStackItem"
|
|
1591
1585
|
}
|
|
1592
1586
|
},
|
|
1593
1587
|
{
|
|
1594
|
-
"id":
|
|
1588
|
+
"id": 90,
|
|
1595
1589
|
"name": "customDescription",
|
|
1596
1590
|
"kind": 262144,
|
|
1597
1591
|
"kindString": "Accessor",
|
|
@@ -1613,13 +1607,13 @@
|
|
|
1613
1607
|
"sources": [
|
|
1614
1608
|
{
|
|
1615
1609
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1616
|
-
"line":
|
|
1610
|
+
"line": 61,
|
|
1617
1611
|
"character": 13
|
|
1618
1612
|
}
|
|
1619
1613
|
],
|
|
1620
1614
|
"getSignature": [
|
|
1621
1615
|
{
|
|
1622
|
-
"id":
|
|
1616
|
+
"id": 91,
|
|
1623
1617
|
"name": "customDescription",
|
|
1624
1618
|
"kind": 524288,
|
|
1625
1619
|
"kindString": "Get signature",
|
|
@@ -1635,7 +1629,7 @@
|
|
|
1635
1629
|
],
|
|
1636
1630
|
"setSignature": [
|
|
1637
1631
|
{
|
|
1638
|
-
"id":
|
|
1632
|
+
"id": 92,
|
|
1639
1633
|
"name": "customDescription",
|
|
1640
1634
|
"kind": 1048576,
|
|
1641
1635
|
"kindString": "Set signature",
|
|
@@ -1645,7 +1639,7 @@
|
|
|
1645
1639
|
},
|
|
1646
1640
|
"parameters": [
|
|
1647
1641
|
{
|
|
1648
|
-
"id":
|
|
1642
|
+
"id": 93,
|
|
1649
1643
|
"name": "value",
|
|
1650
1644
|
"kind": 32768,
|
|
1651
1645
|
"kindString": "Parameter",
|
|
@@ -1664,7 +1658,7 @@
|
|
|
1664
1658
|
]
|
|
1665
1659
|
},
|
|
1666
1660
|
{
|
|
1667
|
-
"id":
|
|
1661
|
+
"id": 86,
|
|
1668
1662
|
"name": "descriptionType",
|
|
1669
1663
|
"kind": 262144,
|
|
1670
1664
|
"kindString": "Accessor",
|
|
@@ -1686,13 +1680,13 @@
|
|
|
1686
1680
|
"sources": [
|
|
1687
1681
|
{
|
|
1688
1682
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1689
|
-
"line":
|
|
1683
|
+
"line": 47,
|
|
1690
1684
|
"character": 13
|
|
1691
1685
|
}
|
|
1692
1686
|
],
|
|
1693
1687
|
"getSignature": [
|
|
1694
1688
|
{
|
|
1695
|
-
"id":
|
|
1689
|
+
"id": 87,
|
|
1696
1690
|
"name": "descriptionType",
|
|
1697
1691
|
"kind": 524288,
|
|
1698
1692
|
"kindString": "Get signature",
|
|
@@ -1708,14 +1702,14 @@
|
|
|
1708
1702
|
},
|
|
1709
1703
|
"type": {
|
|
1710
1704
|
"type": "reference",
|
|
1711
|
-
"id":
|
|
1705
|
+
"id": 332,
|
|
1712
1706
|
"name": "SkyIndicatorDescriptionType"
|
|
1713
1707
|
}
|
|
1714
1708
|
}
|
|
1715
1709
|
],
|
|
1716
1710
|
"setSignature": [
|
|
1717
1711
|
{
|
|
1718
|
-
"id":
|
|
1712
|
+
"id": 88,
|
|
1719
1713
|
"name": "descriptionType",
|
|
1720
1714
|
"kind": 1048576,
|
|
1721
1715
|
"kindString": "Set signature",
|
|
@@ -1731,14 +1725,14 @@
|
|
|
1731
1725
|
},
|
|
1732
1726
|
"parameters": [
|
|
1733
1727
|
{
|
|
1734
|
-
"id":
|
|
1728
|
+
"id": 89,
|
|
1735
1729
|
"name": "value",
|
|
1736
1730
|
"kind": 32768,
|
|
1737
1731
|
"kindString": "Parameter",
|
|
1738
1732
|
"flags": {},
|
|
1739
1733
|
"type": {
|
|
1740
1734
|
"type": "reference",
|
|
1741
|
-
"id":
|
|
1735
|
+
"id": 332,
|
|
1742
1736
|
"name": "SkyIndicatorDescriptionType"
|
|
1743
1737
|
}
|
|
1744
1738
|
}
|
|
@@ -1751,7 +1745,7 @@
|
|
|
1751
1745
|
]
|
|
1752
1746
|
},
|
|
1753
1747
|
{
|
|
1754
|
-
"id":
|
|
1748
|
+
"id": 83,
|
|
1755
1749
|
"name": "indicatorType",
|
|
1756
1750
|
"kind": 262144,
|
|
1757
1751
|
"kindString": "Accessor",
|
|
@@ -1773,36 +1767,13 @@
|
|
|
1773
1767
|
"sources": [
|
|
1774
1768
|
{
|
|
1775
1769
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1776
|
-
"line":
|
|
1770
|
+
"line": 34,
|
|
1777
1771
|
"character": 13
|
|
1778
1772
|
}
|
|
1779
1773
|
],
|
|
1780
|
-
"getSignature": [
|
|
1781
|
-
{
|
|
1782
|
-
"id": 87,
|
|
1783
|
-
"name": "indicatorType",
|
|
1784
|
-
"kind": 524288,
|
|
1785
|
-
"kindString": "Get signature",
|
|
1786
|
-
"flags": {},
|
|
1787
|
-
"comment": {
|
|
1788
|
-
"shortText": "Specifies a style for the status indicator to determine the icon.",
|
|
1789
|
-
"tags": [
|
|
1790
|
-
{
|
|
1791
|
-
"tag": "default",
|
|
1792
|
-
"text": "\"warning\"\n"
|
|
1793
|
-
}
|
|
1794
|
-
]
|
|
1795
|
-
},
|
|
1796
|
-
"type": {
|
|
1797
|
-
"type": "reference",
|
|
1798
|
-
"id": 334,
|
|
1799
|
-
"name": "SkyIndicatorIconType"
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
],
|
|
1803
1774
|
"setSignature": [
|
|
1804
1775
|
{
|
|
1805
|
-
"id":
|
|
1776
|
+
"id": 84,
|
|
1806
1777
|
"name": "indicatorType",
|
|
1807
1778
|
"kind": 1048576,
|
|
1808
1779
|
"kindString": "Set signature",
|
|
@@ -1818,14 +1789,14 @@
|
|
|
1818
1789
|
},
|
|
1819
1790
|
"parameters": [
|
|
1820
1791
|
{
|
|
1821
|
-
"id":
|
|
1792
|
+
"id": 85,
|
|
1822
1793
|
"name": "value",
|
|
1823
1794
|
"kind": 32768,
|
|
1824
1795
|
"kindString": "Parameter",
|
|
1825
1796
|
"flags": {},
|
|
1826
1797
|
"type": {
|
|
1827
1798
|
"type": "reference",
|
|
1828
|
-
"id":
|
|
1799
|
+
"id": 333,
|
|
1829
1800
|
"name": "SkyIndicatorIconType"
|
|
1830
1801
|
}
|
|
1831
1802
|
}
|
|
@@ -1836,6 +1807,43 @@
|
|
|
1836
1807
|
}
|
|
1837
1808
|
}
|
|
1838
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
|
+
}
|
|
1839
1847
|
}
|
|
1840
1848
|
],
|
|
1841
1849
|
"groups": [
|
|
@@ -1843,35 +1851,51 @@
|
|
|
1843
1851
|
"title": "Constructors",
|
|
1844
1852
|
"kind": 512,
|
|
1845
1853
|
"children": [
|
|
1846
|
-
|
|
1854
|
+
79
|
|
1847
1855
|
]
|
|
1848
1856
|
},
|
|
1849
1857
|
{
|
|
1850
1858
|
"title": "Properties",
|
|
1851
1859
|
"kind": 1024,
|
|
1852
1860
|
"children": [
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1861
|
+
95,
|
|
1862
|
+
94,
|
|
1863
|
+
96,
|
|
1864
|
+
97,
|
|
1865
|
+
98
|
|
1857
1866
|
]
|
|
1858
1867
|
},
|
|
1859
1868
|
{
|
|
1860
1869
|
"title": "Accessors",
|
|
1861
1870
|
"kind": 262144,
|
|
1862
1871
|
"children": [
|
|
1863
|
-
94,
|
|
1864
1872
|
90,
|
|
1865
|
-
86
|
|
1873
|
+
86,
|
|
1874
|
+
83
|
|
1875
|
+
]
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"title": "Methods",
|
|
1879
|
+
"kind": 2048,
|
|
1880
|
+
"children": [
|
|
1881
|
+
103
|
|
1866
1882
|
]
|
|
1867
1883
|
}
|
|
1868
1884
|
],
|
|
1869
1885
|
"sources": [
|
|
1870
1886
|
{
|
|
1871
1887
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1872
|
-
"line":
|
|
1888
|
+
"line": 28,
|
|
1873
1889
|
"character": 13
|
|
1874
1890
|
}
|
|
1891
|
+
],
|
|
1892
|
+
"implementedTypes": [
|
|
1893
|
+
{
|
|
1894
|
+
"type": "reference",
|
|
1895
|
+
"qualifiedName": "OnInit",
|
|
1896
|
+
"package": "@angular/core",
|
|
1897
|
+
"name": "OnInit"
|
|
1898
|
+
}
|
|
1875
1899
|
]
|
|
1876
1900
|
},
|
|
1877
1901
|
{
|
|
@@ -3106,7 +3130,7 @@
|
|
|
3106
3130
|
"typeArguments": [
|
|
3107
3131
|
{
|
|
3108
3132
|
"type": "reference",
|
|
3109
|
-
"id":
|
|
3133
|
+
"id": 345,
|
|
3110
3134
|
"name": "SkyTokenSelectedEventArgs"
|
|
3111
3135
|
}
|
|
3112
3136
|
],
|
|
@@ -3153,7 +3177,7 @@
|
|
|
3153
3177
|
"type": "array",
|
|
3154
3178
|
"elementType": {
|
|
3155
3179
|
"type": "reference",
|
|
3156
|
-
"id":
|
|
3180
|
+
"id": 343,
|
|
3157
3181
|
"name": "SkyToken"
|
|
3158
3182
|
}
|
|
3159
3183
|
}
|
|
@@ -3217,7 +3241,7 @@
|
|
|
3217
3241
|
"flags": {},
|
|
3218
3242
|
"type": {
|
|
3219
3243
|
"type": "reference",
|
|
3220
|
-
"id":
|
|
3244
|
+
"id": 343,
|
|
3221
3245
|
"name": "SkyToken"
|
|
3222
3246
|
}
|
|
3223
3247
|
}
|
|
@@ -3648,7 +3672,7 @@
|
|
|
3648
3672
|
"typeArguments": [
|
|
3649
3673
|
{
|
|
3650
3674
|
"type": "reference",
|
|
3651
|
-
"id":
|
|
3675
|
+
"id": 347,
|
|
3652
3676
|
"name": "SkyTokensMessage"
|
|
3653
3677
|
}
|
|
3654
3678
|
],
|
|
@@ -3680,7 +3704,7 @@
|
|
|
3680
3704
|
"typeArguments": [
|
|
3681
3705
|
{
|
|
3682
3706
|
"type": "reference",
|
|
3683
|
-
"id":
|
|
3707
|
+
"id": 347,
|
|
3684
3708
|
"name": "SkyTokensMessage"
|
|
3685
3709
|
}
|
|
3686
3710
|
],
|
|
@@ -3738,7 +3762,7 @@
|
|
|
3738
3762
|
"type": "array",
|
|
3739
3763
|
"elementType": {
|
|
3740
3764
|
"type": "reference",
|
|
3741
|
-
"id":
|
|
3765
|
+
"id": 343,
|
|
3742
3766
|
"name": "SkyToken"
|
|
3743
3767
|
}
|
|
3744
3768
|
}
|
|
@@ -3765,7 +3789,7 @@
|
|
|
3765
3789
|
"type": "array",
|
|
3766
3790
|
"elementType": {
|
|
3767
3791
|
"type": "reference",
|
|
3768
|
-
"id":
|
|
3792
|
+
"id": 343,
|
|
3769
3793
|
"name": "SkyToken"
|
|
3770
3794
|
}
|
|
3771
3795
|
}
|
|
@@ -3846,7 +3870,7 @@
|
|
|
3846
3870
|
"flags": {},
|
|
3847
3871
|
"type": {
|
|
3848
3872
|
"type": "reference",
|
|
3849
|
-
"id":
|
|
3873
|
+
"id": 343,
|
|
3850
3874
|
"name": "SkyToken"
|
|
3851
3875
|
}
|
|
3852
3876
|
}
|
|
@@ -3933,7 +3957,7 @@
|
|
|
3933
3957
|
"flags": {},
|
|
3934
3958
|
"type": {
|
|
3935
3959
|
"type": "reference",
|
|
3936
|
-
"id":
|
|
3960
|
+
"id": 343,
|
|
3937
3961
|
"name": "SkyToken"
|
|
3938
3962
|
}
|
|
3939
3963
|
}
|
|
@@ -3976,7 +4000,7 @@
|
|
|
3976
4000
|
"flags": {},
|
|
3977
4001
|
"type": {
|
|
3978
4002
|
"type": "reference",
|
|
3979
|
-
"id":
|
|
4003
|
+
"id": 343,
|
|
3980
4004
|
"name": "SkyToken"
|
|
3981
4005
|
}
|
|
3982
4006
|
}
|
|
@@ -4504,7 +4528,7 @@
|
|
|
4504
4528
|
]
|
|
4505
4529
|
},
|
|
4506
4530
|
{
|
|
4507
|
-
"id":
|
|
4531
|
+
"id": 34,
|
|
4508
4532
|
"name": "SkyHelpInlineComponent",
|
|
4509
4533
|
"kind": 128,
|
|
4510
4534
|
"kindString": "Class",
|
|
@@ -4525,7 +4549,7 @@
|
|
|
4525
4549
|
],
|
|
4526
4550
|
"children": [
|
|
4527
4551
|
{
|
|
4528
|
-
"id":
|
|
4552
|
+
"id": 37,
|
|
4529
4553
|
"name": "actionClick",
|
|
4530
4554
|
"kind": 1024,
|
|
4531
4555
|
"kindString": "Property",
|
|
@@ -4569,7 +4593,7 @@
|
|
|
4569
4593
|
"defaultValue": "..."
|
|
4570
4594
|
},
|
|
4571
4595
|
{
|
|
4572
|
-
"id":
|
|
4596
|
+
"id": 38,
|
|
4573
4597
|
"name": "onClick",
|
|
4574
4598
|
"kind": 2048,
|
|
4575
4599
|
"kindString": "Method",
|
|
@@ -4585,7 +4609,7 @@
|
|
|
4585
4609
|
],
|
|
4586
4610
|
"signatures": [
|
|
4587
4611
|
{
|
|
4588
|
-
"id":
|
|
4612
|
+
"id": 39,
|
|
4589
4613
|
"name": "onClick",
|
|
4590
4614
|
"kind": 4096,
|
|
4591
4615
|
"kindString": "Call signature",
|
|
@@ -4603,21 +4627,21 @@
|
|
|
4603
4627
|
"title": "Constructors",
|
|
4604
4628
|
"kind": 512,
|
|
4605
4629
|
"children": [
|
|
4606
|
-
|
|
4630
|
+
35
|
|
4607
4631
|
]
|
|
4608
4632
|
},
|
|
4609
4633
|
{
|
|
4610
4634
|
"title": "Properties",
|
|
4611
4635
|
"kind": 1024,
|
|
4612
4636
|
"children": [
|
|
4613
|
-
|
|
4637
|
+
37
|
|
4614
4638
|
]
|
|
4615
4639
|
},
|
|
4616
4640
|
{
|
|
4617
4641
|
"title": "Methods",
|
|
4618
4642
|
"kind": 2048,
|
|
4619
4643
|
"children": [
|
|
4620
|
-
|
|
4644
|
+
38
|
|
4621
4645
|
]
|
|
4622
4646
|
}
|
|
4623
4647
|
],
|
|
@@ -4630,7 +4654,7 @@
|
|
|
4630
4654
|
]
|
|
4631
4655
|
},
|
|
4632
4656
|
{
|
|
4633
|
-
"id":
|
|
4657
|
+
"id": 40,
|
|
4634
4658
|
"name": "SkyIconComponent",
|
|
4635
4659
|
"kind": 128,
|
|
4636
4660
|
"kindString": "Class",
|
|
@@ -4651,7 +4675,7 @@
|
|
|
4651
4675
|
],
|
|
4652
4676
|
"children": [
|
|
4653
4677
|
{
|
|
4654
|
-
"id":
|
|
4678
|
+
"id": 46,
|
|
4655
4679
|
"name": "fixedWidth",
|
|
4656
4680
|
"kind": 1024,
|
|
4657
4681
|
"kindString": "Property",
|
|
@@ -4659,7 +4683,13 @@
|
|
|
4659
4683
|
"isPublic": true
|
|
4660
4684
|
},
|
|
4661
4685
|
"comment": {
|
|
4662
|
-
"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
|
+
]
|
|
4663
4693
|
},
|
|
4664
4694
|
"decorators": [
|
|
4665
4695
|
{
|
|
@@ -4676,7 +4706,7 @@
|
|
|
4676
4706
|
"sources": [
|
|
4677
4707
|
{
|
|
4678
4708
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4679
|
-
"line":
|
|
4709
|
+
"line": 43,
|
|
4680
4710
|
"character": 9
|
|
4681
4711
|
}
|
|
4682
4712
|
],
|
|
@@ -4686,7 +4716,7 @@
|
|
|
4686
4716
|
}
|
|
4687
4717
|
},
|
|
4688
4718
|
{
|
|
4689
|
-
"id":
|
|
4719
|
+
"id": 43,
|
|
4690
4720
|
"name": "icon",
|
|
4691
4721
|
"kind": 1024,
|
|
4692
4722
|
"kindString": "Property",
|
|
@@ -4694,7 +4724,7 @@
|
|
|
4694
4724
|
"isPublic": true
|
|
4695
4725
|
},
|
|
4696
4726
|
"comment": {
|
|
4697
|
-
"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-`.",
|
|
4698
4728
|
"tags": [
|
|
4699
4729
|
{
|
|
4700
4730
|
"tag": "required",
|
|
@@ -4727,7 +4757,7 @@
|
|
|
4727
4757
|
}
|
|
4728
4758
|
},
|
|
4729
4759
|
{
|
|
4730
|
-
"id":
|
|
4760
|
+
"id": 44,
|
|
4731
4761
|
"name": "iconType",
|
|
4732
4762
|
"kind": 1024,
|
|
4733
4763
|
"kindString": "Property",
|
|
@@ -4764,13 +4794,13 @@
|
|
|
4764
4794
|
],
|
|
4765
4795
|
"type": {
|
|
4766
4796
|
"type": "reference",
|
|
4767
|
-
"id":
|
|
4797
|
+
"id": 323,
|
|
4768
4798
|
"name": "SkyIconType"
|
|
4769
4799
|
},
|
|
4770
4800
|
"defaultValue": "'fa'"
|
|
4771
4801
|
},
|
|
4772
4802
|
{
|
|
4773
|
-
"id":
|
|
4803
|
+
"id": 45,
|
|
4774
4804
|
"name": "size",
|
|
4775
4805
|
"kind": 1024,
|
|
4776
4806
|
"kindString": "Property",
|
|
@@ -4778,7 +4808,7 @@
|
|
|
4778
4808
|
"isPublic": true
|
|
4779
4809
|
},
|
|
4780
4810
|
"comment": {
|
|
4781
|
-
"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-`."
|
|
4782
4812
|
},
|
|
4783
4813
|
"decorators": [
|
|
4784
4814
|
{
|
|
@@ -4805,7 +4835,7 @@
|
|
|
4805
4835
|
}
|
|
4806
4836
|
},
|
|
4807
4837
|
{
|
|
4808
|
-
"id":
|
|
4838
|
+
"id": 47,
|
|
4809
4839
|
"name": "variant",
|
|
4810
4840
|
"kind": 1024,
|
|
4811
4841
|
"kindString": "Property",
|
|
@@ -4813,7 +4843,7 @@
|
|
|
4813
4843
|
"isPublic": true
|
|
4814
4844
|
},
|
|
4815
4845
|
"comment": {
|
|
4816
|
-
"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."
|
|
4817
4847
|
},
|
|
4818
4848
|
"decorators": [
|
|
4819
4849
|
{
|
|
@@ -4830,13 +4860,13 @@
|
|
|
4830
4860
|
"sources": [
|
|
4831
4861
|
{
|
|
4832
4862
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4833
|
-
"line":
|
|
4863
|
+
"line": 50,
|
|
4834
4864
|
"character": 9
|
|
4835
4865
|
}
|
|
4836
4866
|
],
|
|
4837
4867
|
"type": {
|
|
4838
4868
|
"type": "reference",
|
|
4839
|
-
"id":
|
|
4869
|
+
"id": 324,
|
|
4840
4870
|
"name": "SkyIconVariantType"
|
|
4841
4871
|
}
|
|
4842
4872
|
}
|
|
@@ -4846,18 +4876,18 @@
|
|
|
4846
4876
|
"title": "Constructors",
|
|
4847
4877
|
"kind": 512,
|
|
4848
4878
|
"children": [
|
|
4849
|
-
|
|
4879
|
+
41
|
|
4850
4880
|
]
|
|
4851
4881
|
},
|
|
4852
4882
|
{
|
|
4853
4883
|
"title": "Properties",
|
|
4854
4884
|
"kind": 1024,
|
|
4855
4885
|
"children": [
|
|
4856
|
-
49,
|
|
4857
4886
|
46,
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4887
|
+
43,
|
|
4888
|
+
44,
|
|
4889
|
+
45,
|
|
4890
|
+
47
|
|
4861
4891
|
]
|
|
4862
4892
|
}
|
|
4863
4893
|
],
|
|
@@ -4870,162 +4900,7 @@
|
|
|
4870
4900
|
]
|
|
4871
4901
|
},
|
|
4872
4902
|
{
|
|
4873
|
-
"id":
|
|
4874
|
-
"name": "SkyIconStackComponent",
|
|
4875
|
-
"kind": 128,
|
|
4876
|
-
"kindString": "Class",
|
|
4877
|
-
"flags": {},
|
|
4878
|
-
"decorators": [
|
|
4879
|
-
{
|
|
4880
|
-
"name": "Component",
|
|
4881
|
-
"type": {
|
|
4882
|
-
"type": "reference",
|
|
4883
|
-
"qualifiedName": "ComponentDecorator",
|
|
4884
|
-
"package": "@angular/core",
|
|
4885
|
-
"name": "Component"
|
|
4886
|
-
},
|
|
4887
|
-
"arguments": {
|
|
4888
|
-
"obj": "{\n selector: 'sky-icon-stack',\n templateUrl: './icon-stack.component.html',\n styleUrls: ['./icon-stack.component.scss'],\n}"
|
|
4889
|
-
}
|
|
4890
|
-
}
|
|
4891
|
-
],
|
|
4892
|
-
"children": [
|
|
4893
|
-
{
|
|
4894
|
-
"id": 55,
|
|
4895
|
-
"name": "baseIcon",
|
|
4896
|
-
"kind": 1024,
|
|
4897
|
-
"kindString": "Property",
|
|
4898
|
-
"flags": {
|
|
4899
|
-
"isPublic": true
|
|
4900
|
-
},
|
|
4901
|
-
"comment": {
|
|
4902
|
-
"shortText": "The icon to display at the bottom of the stack."
|
|
4903
|
-
},
|
|
4904
|
-
"decorators": [
|
|
4905
|
-
{
|
|
4906
|
-
"name": "Input",
|
|
4907
|
-
"type": {
|
|
4908
|
-
"type": "reference",
|
|
4909
|
-
"qualifiedName": "InputDecorator",
|
|
4910
|
-
"package": "@angular/core",
|
|
4911
|
-
"name": "Input"
|
|
4912
|
-
},
|
|
4913
|
-
"arguments": {}
|
|
4914
|
-
}
|
|
4915
|
-
],
|
|
4916
|
-
"sources": [
|
|
4917
|
-
{
|
|
4918
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4919
|
-
"line": 22,
|
|
4920
|
-
"character": 9
|
|
4921
|
-
}
|
|
4922
|
-
],
|
|
4923
|
-
"type": {
|
|
4924
|
-
"type": "reference",
|
|
4925
|
-
"id": 318,
|
|
4926
|
-
"name": "SkyIconStackItem"
|
|
4927
|
-
}
|
|
4928
|
-
},
|
|
4929
|
-
{
|
|
4930
|
-
"id": 54,
|
|
4931
|
-
"name": "size",
|
|
4932
|
-
"kind": 1024,
|
|
4933
|
-
"kindString": "Property",
|
|
4934
|
-
"flags": {
|
|
4935
|
-
"isPublic": true
|
|
4936
|
-
},
|
|
4937
|
-
"comment": {
|
|
4938
|
-
"shortText": "Specifies the size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons)."
|
|
4939
|
-
},
|
|
4940
|
-
"decorators": [
|
|
4941
|
-
{
|
|
4942
|
-
"name": "Input",
|
|
4943
|
-
"type": {
|
|
4944
|
-
"type": "reference",
|
|
4945
|
-
"qualifiedName": "InputDecorator",
|
|
4946
|
-
"package": "@angular/core",
|
|
4947
|
-
"name": "Input"
|
|
4948
|
-
},
|
|
4949
|
-
"arguments": {}
|
|
4950
|
-
}
|
|
4951
|
-
],
|
|
4952
|
-
"sources": [
|
|
4953
|
-
{
|
|
4954
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4955
|
-
"line": 16,
|
|
4956
|
-
"character": 9
|
|
4957
|
-
}
|
|
4958
|
-
],
|
|
4959
|
-
"type": {
|
|
4960
|
-
"type": "intrinsic",
|
|
4961
|
-
"name": "string"
|
|
4962
|
-
}
|
|
4963
|
-
},
|
|
4964
|
-
{
|
|
4965
|
-
"id": 56,
|
|
4966
|
-
"name": "topIcon",
|
|
4967
|
-
"kind": 1024,
|
|
4968
|
-
"kindString": "Property",
|
|
4969
|
-
"flags": {
|
|
4970
|
-
"isPublic": true
|
|
4971
|
-
},
|
|
4972
|
-
"comment": {
|
|
4973
|
-
"shortText": "The icon to display at the top of the stack."
|
|
4974
|
-
},
|
|
4975
|
-
"decorators": [
|
|
4976
|
-
{
|
|
4977
|
-
"name": "Input",
|
|
4978
|
-
"type": {
|
|
4979
|
-
"type": "reference",
|
|
4980
|
-
"qualifiedName": "InputDecorator",
|
|
4981
|
-
"package": "@angular/core",
|
|
4982
|
-
"name": "Input"
|
|
4983
|
-
},
|
|
4984
|
-
"arguments": {}
|
|
4985
|
-
}
|
|
4986
|
-
],
|
|
4987
|
-
"sources": [
|
|
4988
|
-
{
|
|
4989
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4990
|
-
"line": 28,
|
|
4991
|
-
"character": 9
|
|
4992
|
-
}
|
|
4993
|
-
],
|
|
4994
|
-
"type": {
|
|
4995
|
-
"type": "reference",
|
|
4996
|
-
"id": 318,
|
|
4997
|
-
"name": "SkyIconStackItem"
|
|
4998
|
-
}
|
|
4999
|
-
}
|
|
5000
|
-
],
|
|
5001
|
-
"groups": [
|
|
5002
|
-
{
|
|
5003
|
-
"title": "Constructors",
|
|
5004
|
-
"kind": 512,
|
|
5005
|
-
"children": [
|
|
5006
|
-
52
|
|
5007
|
-
]
|
|
5008
|
-
},
|
|
5009
|
-
{
|
|
5010
|
-
"title": "Properties",
|
|
5011
|
-
"kind": 1024,
|
|
5012
|
-
"children": [
|
|
5013
|
-
55,
|
|
5014
|
-
54,
|
|
5015
|
-
56
|
|
5016
|
-
]
|
|
5017
|
-
}
|
|
5018
|
-
],
|
|
5019
|
-
"sources": [
|
|
5020
|
-
{
|
|
5021
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
5022
|
-
"line": 10,
|
|
5023
|
-
"character": 13
|
|
5024
|
-
}
|
|
5025
|
-
]
|
|
5026
|
-
},
|
|
5027
|
-
{
|
|
5028
|
-
"id": 57,
|
|
4903
|
+
"id": 54,
|
|
5029
4904
|
"name": "SkyKeyInfoLabelComponent",
|
|
5030
4905
|
"kind": 128,
|
|
5031
4906
|
"kindString": "Class",
|
|
@@ -5059,7 +4934,7 @@
|
|
|
5059
4934
|
"title": "Constructors",
|
|
5060
4935
|
"kind": 512,
|
|
5061
4936
|
"children": [
|
|
5062
|
-
|
|
4937
|
+
55
|
|
5063
4938
|
]
|
|
5064
4939
|
}
|
|
5065
4940
|
],
|
|
@@ -5072,7 +4947,7 @@
|
|
|
5072
4947
|
]
|
|
5073
4948
|
},
|
|
5074
4949
|
{
|
|
5075
|
-
"id":
|
|
4950
|
+
"id": 57,
|
|
5076
4951
|
"name": "SkyKeyInfoValueComponent",
|
|
5077
4952
|
"kind": 128,
|
|
5078
4953
|
"kindString": "Class",
|
|
@@ -5106,7 +4981,7 @@
|
|
|
5106
4981
|
"title": "Constructors",
|
|
5107
4982
|
"kind": 512,
|
|
5108
4983
|
"children": [
|
|
5109
|
-
|
|
4984
|
+
58
|
|
5110
4985
|
]
|
|
5111
4986
|
}
|
|
5112
4987
|
],
|
|
@@ -5119,7 +4994,7 @@
|
|
|
5119
4994
|
]
|
|
5120
4995
|
},
|
|
5121
4996
|
{
|
|
5122
|
-
"id":
|
|
4997
|
+
"id": 60,
|
|
5123
4998
|
"name": "SkyKeyInfoComponent",
|
|
5124
4999
|
"kind": 128,
|
|
5125
5000
|
"kindString": "Class",
|
|
@@ -5140,7 +5015,7 @@
|
|
|
5140
5015
|
],
|
|
5141
5016
|
"children": [
|
|
5142
5017
|
{
|
|
5143
|
-
"id":
|
|
5018
|
+
"id": 63,
|
|
5144
5019
|
"name": "layout",
|
|
5145
5020
|
"kind": 1024,
|
|
5146
5021
|
"kindString": "Property",
|
|
@@ -5187,14 +5062,14 @@
|
|
|
5187
5062
|
"title": "Constructors",
|
|
5188
5063
|
"kind": 512,
|
|
5189
5064
|
"children": [
|
|
5190
|
-
|
|
5065
|
+
61
|
|
5191
5066
|
]
|
|
5192
5067
|
},
|
|
5193
5068
|
{
|
|
5194
5069
|
"title": "Properties",
|
|
5195
5070
|
"kind": 1024,
|
|
5196
5071
|
"children": [
|
|
5197
|
-
|
|
5072
|
+
63
|
|
5198
5073
|
]
|
|
5199
5074
|
}
|
|
5200
5075
|
],
|
|
@@ -5207,7 +5082,7 @@
|
|
|
5207
5082
|
]
|
|
5208
5083
|
},
|
|
5209
5084
|
{
|
|
5210
|
-
"id":
|
|
5085
|
+
"id": 64,
|
|
5211
5086
|
"name": "SkyLabelComponent",
|
|
5212
5087
|
"kind": 128,
|
|
5213
5088
|
"kindString": "Class",
|
|
@@ -5228,7 +5103,7 @@
|
|
|
5228
5103
|
],
|
|
5229
5104
|
"children": [
|
|
5230
5105
|
{
|
|
5231
|
-
"id":
|
|
5106
|
+
"id": 70,
|
|
5232
5107
|
"name": "baseIcon",
|
|
5233
5108
|
"kind": 1024,
|
|
5234
5109
|
"kindString": "Property",
|
|
@@ -5238,18 +5113,17 @@
|
|
|
5238
5113
|
"sources": [
|
|
5239
5114
|
{
|
|
5240
5115
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5241
|
-
"line":
|
|
5116
|
+
"line": 27,
|
|
5242
5117
|
"character": 9
|
|
5243
5118
|
}
|
|
5244
5119
|
],
|
|
5245
5120
|
"type": {
|
|
5246
5121
|
"type": "reference",
|
|
5247
|
-
"id": 318,
|
|
5248
5122
|
"name": "SkyIconStackItem"
|
|
5249
5123
|
}
|
|
5250
5124
|
},
|
|
5251
5125
|
{
|
|
5252
|
-
"id":
|
|
5126
|
+
"id": 71,
|
|
5253
5127
|
"name": "icon",
|
|
5254
5128
|
"kind": 1024,
|
|
5255
5129
|
"kindString": "Property",
|
|
@@ -5259,7 +5133,7 @@
|
|
|
5259
5133
|
"sources": [
|
|
5260
5134
|
{
|
|
5261
5135
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5262
|
-
"line":
|
|
5136
|
+
"line": 29,
|
|
5263
5137
|
"character": 9
|
|
5264
5138
|
}
|
|
5265
5139
|
],
|
|
@@ -5269,7 +5143,7 @@
|
|
|
5269
5143
|
}
|
|
5270
5144
|
},
|
|
5271
5145
|
{
|
|
5272
|
-
"id":
|
|
5146
|
+
"id": 72,
|
|
5273
5147
|
"name": "labelTypeOrDefault",
|
|
5274
5148
|
"kind": 1024,
|
|
5275
5149
|
"kindString": "Property",
|
|
@@ -5279,19 +5153,19 @@
|
|
|
5279
5153
|
"sources": [
|
|
5280
5154
|
{
|
|
5281
5155
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5282
|
-
"line":
|
|
5156
|
+
"line": 31,
|
|
5283
5157
|
"character": 9
|
|
5284
5158
|
}
|
|
5285
5159
|
],
|
|
5286
5160
|
"type": {
|
|
5287
5161
|
"type": "reference",
|
|
5288
|
-
"id":
|
|
5162
|
+
"id": 328,
|
|
5289
5163
|
"name": "SkyLabelType"
|
|
5290
5164
|
},
|
|
5291
5165
|
"defaultValue": "LABEL_TYPE_DEFAULT"
|
|
5292
5166
|
},
|
|
5293
5167
|
{
|
|
5294
|
-
"id":
|
|
5168
|
+
"id": 73,
|
|
5295
5169
|
"name": "topIcon",
|
|
5296
5170
|
"kind": 1024,
|
|
5297
5171
|
"kindString": "Property",
|
|
@@ -5301,18 +5175,17 @@
|
|
|
5301
5175
|
"sources": [
|
|
5302
5176
|
{
|
|
5303
5177
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5304
|
-
"line":
|
|
5178
|
+
"line": 33,
|
|
5305
5179
|
"character": 9
|
|
5306
5180
|
}
|
|
5307
5181
|
],
|
|
5308
5182
|
"type": {
|
|
5309
5183
|
"type": "reference",
|
|
5310
|
-
"id": 318,
|
|
5311
5184
|
"name": "SkyIconStackItem"
|
|
5312
5185
|
}
|
|
5313
5186
|
},
|
|
5314
5187
|
{
|
|
5315
|
-
"id":
|
|
5188
|
+
"id": 67,
|
|
5316
5189
|
"name": "labelType",
|
|
5317
5190
|
"kind": 262144,
|
|
5318
5191
|
"kindString": "Accessor",
|
|
@@ -5338,32 +5211,9 @@
|
|
|
5338
5211
|
"character": 13
|
|
5339
5212
|
}
|
|
5340
5213
|
],
|
|
5341
|
-
"getSignature": [
|
|
5342
|
-
{
|
|
5343
|
-
"id": 71,
|
|
5344
|
-
"name": "labelType",
|
|
5345
|
-
"kind": 524288,
|
|
5346
|
-
"kindString": "Get signature",
|
|
5347
|
-
"flags": {},
|
|
5348
|
-
"comment": {
|
|
5349
|
-
"shortText": "The type of label to display.",
|
|
5350
|
-
"tags": [
|
|
5351
|
-
{
|
|
5352
|
-
"tag": "required",
|
|
5353
|
-
"text": "\n"
|
|
5354
|
-
}
|
|
5355
|
-
]
|
|
5356
|
-
},
|
|
5357
|
-
"type": {
|
|
5358
|
-
"type": "reference",
|
|
5359
|
-
"id": 329,
|
|
5360
|
-
"name": "SkyLabelType"
|
|
5361
|
-
}
|
|
5362
|
-
}
|
|
5363
|
-
],
|
|
5364
5214
|
"setSignature": [
|
|
5365
5215
|
{
|
|
5366
|
-
"id":
|
|
5216
|
+
"id": 68,
|
|
5367
5217
|
"name": "labelType",
|
|
5368
5218
|
"kind": 1048576,
|
|
5369
5219
|
"kindString": "Set signature",
|
|
@@ -5372,21 +5222,21 @@
|
|
|
5372
5222
|
"shortText": "The type of label to display.",
|
|
5373
5223
|
"tags": [
|
|
5374
5224
|
{
|
|
5375
|
-
"tag": "
|
|
5376
|
-
"text": "\n"
|
|
5225
|
+
"tag": "default",
|
|
5226
|
+
"text": "'info'\n"
|
|
5377
5227
|
}
|
|
5378
5228
|
]
|
|
5379
5229
|
},
|
|
5380
5230
|
"parameters": [
|
|
5381
5231
|
{
|
|
5382
|
-
"id":
|
|
5232
|
+
"id": 69,
|
|
5383
5233
|
"name": "value",
|
|
5384
5234
|
"kind": 32768,
|
|
5385
5235
|
"kindString": "Parameter",
|
|
5386
5236
|
"flags": {},
|
|
5387
5237
|
"type": {
|
|
5388
5238
|
"type": "reference",
|
|
5389
|
-
"id":
|
|
5239
|
+
"id": 328,
|
|
5390
5240
|
"name": "SkyLabelType"
|
|
5391
5241
|
}
|
|
5392
5242
|
}
|
|
@@ -5397,6 +5247,43 @@
|
|
|
5397
5247
|
}
|
|
5398
5248
|
}
|
|
5399
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
|
+
}
|
|
5400
5287
|
}
|
|
5401
5288
|
],
|
|
5402
5289
|
"groups": [
|
|
@@ -5404,24 +5291,31 @@
|
|
|
5404
5291
|
"title": "Constructors",
|
|
5405
5292
|
"kind": 512,
|
|
5406
5293
|
"children": [
|
|
5407
|
-
|
|
5294
|
+
65
|
|
5408
5295
|
]
|
|
5409
5296
|
},
|
|
5410
5297
|
{
|
|
5411
5298
|
"title": "Properties",
|
|
5412
5299
|
"kind": 1024,
|
|
5413
5300
|
"children": [
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
|
|
5301
|
+
70,
|
|
5302
|
+
71,
|
|
5303
|
+
72,
|
|
5304
|
+
73
|
|
5418
5305
|
]
|
|
5419
5306
|
},
|
|
5420
5307
|
{
|
|
5421
5308
|
"title": "Accessors",
|
|
5422
5309
|
"kind": 262144,
|
|
5423
5310
|
"children": [
|
|
5424
|
-
|
|
5311
|
+
67
|
|
5312
|
+
]
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"title": "Methods",
|
|
5316
|
+
"kind": 2048,
|
|
5317
|
+
"children": [
|
|
5318
|
+
74
|
|
5425
5319
|
]
|
|
5426
5320
|
}
|
|
5427
5321
|
],
|
|
@@ -5431,94 +5325,25 @@
|
|
|
5431
5325
|
"line": 15,
|
|
5432
5326
|
"character": 13
|
|
5433
5327
|
}
|
|
5434
|
-
]
|
|
5435
|
-
},
|
|
5436
|
-
{
|
|
5437
|
-
"id": 318,
|
|
5438
|
-
"name": "SkyIconStackItem",
|
|
5439
|
-
"kind": 256,
|
|
5440
|
-
"kindString": "Interface",
|
|
5441
|
-
"flags": {},
|
|
5442
|
-
"children": [
|
|
5443
|
-
{
|
|
5444
|
-
"id": 319,
|
|
5445
|
-
"name": "icon",
|
|
5446
|
-
"kind": 1024,
|
|
5447
|
-
"kindString": "Property",
|
|
5448
|
-
"flags": {},
|
|
5449
|
-
"comment": {
|
|
5450
|
-
"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.",
|
|
5451
|
-
"tags": [
|
|
5452
|
-
{
|
|
5453
|
-
"tag": "required",
|
|
5454
|
-
"text": "\n"
|
|
5455
|
-
}
|
|
5456
|
-
]
|
|
5457
|
-
},
|
|
5458
|
-
"sources": [
|
|
5459
|
-
{
|
|
5460
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
|
|
5461
|
-
"line": 10,
|
|
5462
|
-
"character": 2
|
|
5463
|
-
}
|
|
5464
|
-
],
|
|
5465
|
-
"type": {
|
|
5466
|
-
"type": "intrinsic",
|
|
5467
|
-
"name": "string"
|
|
5468
|
-
}
|
|
5469
|
-
},
|
|
5470
|
-
{
|
|
5471
|
-
"id": 320,
|
|
5472
|
-
"name": "iconType",
|
|
5473
|
-
"kind": 1024,
|
|
5474
|
-
"kindString": "Property",
|
|
5475
|
-
"flags": {
|
|
5476
|
-
"isOptional": true
|
|
5477
|
-
},
|
|
5478
|
-
"comment": {
|
|
5479
|
-
"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."
|
|
5480
|
-
},
|
|
5481
|
-
"sources": [
|
|
5482
|
-
{
|
|
5483
|
-
"fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
|
|
5484
|
-
"line": 17,
|
|
5485
|
-
"character": 2
|
|
5486
|
-
}
|
|
5487
|
-
],
|
|
5488
|
-
"type": {
|
|
5489
|
-
"type": "reference",
|
|
5490
|
-
"id": 324,
|
|
5491
|
-
"name": "SkyIconType"
|
|
5492
|
-
}
|
|
5493
|
-
}
|
|
5494
|
-
],
|
|
5495
|
-
"groups": [
|
|
5496
|
-
{
|
|
5497
|
-
"title": "Properties",
|
|
5498
|
-
"kind": 1024,
|
|
5499
|
-
"children": [
|
|
5500
|
-
319,
|
|
5501
|
-
320
|
|
5502
|
-
]
|
|
5503
|
-
}
|
|
5504
5328
|
],
|
|
5505
|
-
"
|
|
5329
|
+
"implementedTypes": [
|
|
5506
5330
|
{
|
|
5507
|
-
"
|
|
5508
|
-
"
|
|
5509
|
-
"
|
|
5331
|
+
"type": "reference",
|
|
5332
|
+
"qualifiedName": "OnInit",
|
|
5333
|
+
"package": "@angular/core",
|
|
5334
|
+
"name": "OnInit"
|
|
5510
5335
|
}
|
|
5511
5336
|
]
|
|
5512
5337
|
},
|
|
5513
5338
|
{
|
|
5514
|
-
"id":
|
|
5339
|
+
"id": 343,
|
|
5515
5340
|
"name": "SkyToken",
|
|
5516
5341
|
"kind": 256,
|
|
5517
5342
|
"kindString": "Interface",
|
|
5518
5343
|
"flags": {},
|
|
5519
5344
|
"children": [
|
|
5520
5345
|
{
|
|
5521
|
-
"id":
|
|
5346
|
+
"id": 344,
|
|
5522
5347
|
"name": "value",
|
|
5523
5348
|
"kind": 1024,
|
|
5524
5349
|
"kindString": "Property",
|
|
@@ -5544,7 +5369,7 @@
|
|
|
5544
5369
|
"title": "Properties",
|
|
5545
5370
|
"kind": 1024,
|
|
5546
5371
|
"children": [
|
|
5547
|
-
|
|
5372
|
+
344
|
|
5548
5373
|
]
|
|
5549
5374
|
}
|
|
5550
5375
|
],
|
|
@@ -5557,14 +5382,14 @@
|
|
|
5557
5382
|
]
|
|
5558
5383
|
},
|
|
5559
5384
|
{
|
|
5560
|
-
"id":
|
|
5385
|
+
"id": 345,
|
|
5561
5386
|
"name": "SkyTokenSelectedEventArgs",
|
|
5562
5387
|
"kind": 256,
|
|
5563
5388
|
"kindString": "Interface",
|
|
5564
5389
|
"flags": {},
|
|
5565
5390
|
"children": [
|
|
5566
5391
|
{
|
|
5567
|
-
"id":
|
|
5392
|
+
"id": 346,
|
|
5568
5393
|
"name": "token",
|
|
5569
5394
|
"kind": 1024,
|
|
5570
5395
|
"kindString": "Property",
|
|
@@ -5583,7 +5408,7 @@
|
|
|
5583
5408
|
],
|
|
5584
5409
|
"type": {
|
|
5585
5410
|
"type": "reference",
|
|
5586
|
-
"id":
|
|
5411
|
+
"id": 343,
|
|
5587
5412
|
"name": "SkyToken"
|
|
5588
5413
|
}
|
|
5589
5414
|
}
|
|
@@ -5593,7 +5418,7 @@
|
|
|
5593
5418
|
"title": "Properties",
|
|
5594
5419
|
"kind": 1024,
|
|
5595
5420
|
"children": [
|
|
5596
|
-
|
|
5421
|
+
346
|
|
5597
5422
|
]
|
|
5598
5423
|
}
|
|
5599
5424
|
],
|
|
@@ -5606,14 +5431,14 @@
|
|
|
5606
5431
|
]
|
|
5607
5432
|
},
|
|
5608
5433
|
{
|
|
5609
|
-
"id":
|
|
5434
|
+
"id": 347,
|
|
5610
5435
|
"name": "SkyTokensMessage",
|
|
5611
5436
|
"kind": 256,
|
|
5612
5437
|
"kindString": "Interface",
|
|
5613
5438
|
"flags": {},
|
|
5614
5439
|
"children": [
|
|
5615
5440
|
{
|
|
5616
|
-
"id":
|
|
5441
|
+
"id": 348,
|
|
5617
5442
|
"name": "type",
|
|
5618
5443
|
"kind": 1024,
|
|
5619
5444
|
"kindString": "Property",
|
|
@@ -5632,7 +5457,7 @@
|
|
|
5632
5457
|
],
|
|
5633
5458
|
"type": {
|
|
5634
5459
|
"type": "reference",
|
|
5635
|
-
"id":
|
|
5460
|
+
"id": 349,
|
|
5636
5461
|
"name": "SkyTokensMessageType"
|
|
5637
5462
|
}
|
|
5638
5463
|
}
|
|
@@ -5642,7 +5467,7 @@
|
|
|
5642
5467
|
"title": "Properties",
|
|
5643
5468
|
"kind": 1024,
|
|
5644
5469
|
"children": [
|
|
5645
|
-
|
|
5470
|
+
348
|
|
5646
5471
|
]
|
|
5647
5472
|
}
|
|
5648
5473
|
],
|
|
@@ -5655,7 +5480,7 @@
|
|
|
5655
5480
|
]
|
|
5656
5481
|
},
|
|
5657
5482
|
{
|
|
5658
|
-
"id":
|
|
5483
|
+
"id": 323,
|
|
5659
5484
|
"name": "SkyIconType",
|
|
5660
5485
|
"kind": 4194304,
|
|
5661
5486
|
"kindString": "Type alias",
|
|
@@ -5682,7 +5507,7 @@
|
|
|
5682
5507
|
}
|
|
5683
5508
|
},
|
|
5684
5509
|
{
|
|
5685
|
-
"id":
|
|
5510
|
+
"id": 324,
|
|
5686
5511
|
"name": "SkyIconVariantType",
|
|
5687
5512
|
"kind": 4194304,
|
|
5688
5513
|
"kindString": "Type alias",
|
|
@@ -5709,7 +5534,7 @@
|
|
|
5709
5534
|
}
|
|
5710
5535
|
},
|
|
5711
5536
|
{
|
|
5712
|
-
"id":
|
|
5537
|
+
"id": 332,
|
|
5713
5538
|
"name": "SkyIndicatorDescriptionType",
|
|
5714
5539
|
"kind": 4194304,
|
|
5715
5540
|
"kindString": "Type alias",
|
|
@@ -5752,7 +5577,7 @@
|
|
|
5752
5577
|
}
|
|
5753
5578
|
},
|
|
5754
5579
|
{
|
|
5755
|
-
"id":
|
|
5580
|
+
"id": 333,
|
|
5756
5581
|
"name": "SkyIndicatorIconType",
|
|
5757
5582
|
"kind": 4194304,
|
|
5758
5583
|
"kindString": "Type alias",
|
|
@@ -5787,7 +5612,7 @@
|
|
|
5787
5612
|
}
|
|
5788
5613
|
},
|
|
5789
5614
|
{
|
|
5790
|
-
"id":
|
|
5615
|
+
"id": 328,
|
|
5791
5616
|
"name": "SkyLabelType",
|
|
5792
5617
|
"kind": 4194304,
|
|
5793
5618
|
"kindString": "Type alias",
|
|
@@ -5827,59 +5652,57 @@
|
|
|
5827
5652
|
"title": "Enumerations",
|
|
5828
5653
|
"kind": 8,
|
|
5829
5654
|
"children": [
|
|
5830
|
-
|
|
5655
|
+
349
|
|
5831
5656
|
]
|
|
5832
5657
|
},
|
|
5833
5658
|
{
|
|
5834
5659
|
"title": "Classes",
|
|
5835
5660
|
"kind": 128,
|
|
5836
5661
|
"children": [
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
|
|
5847
|
-
|
|
5848
|
-
|
|
5662
|
+
305,
|
|
5663
|
+
308,
|
|
5664
|
+
311,
|
|
5665
|
+
314,
|
|
5666
|
+
320,
|
|
5667
|
+
325,
|
|
5668
|
+
329,
|
|
5669
|
+
334,
|
|
5670
|
+
337,
|
|
5671
|
+
340,
|
|
5672
|
+
355,
|
|
5673
|
+
358,
|
|
5849
5674
|
1,
|
|
5850
|
-
|
|
5675
|
+
78,
|
|
5851
5676
|
109,
|
|
5852
5677
|
148,
|
|
5853
5678
|
193,
|
|
5854
5679
|
274,
|
|
5855
|
-
|
|
5856
|
-
|
|
5857
|
-
|
|
5680
|
+
34,
|
|
5681
|
+
40,
|
|
5682
|
+
54,
|
|
5858
5683
|
57,
|
|
5859
5684
|
60,
|
|
5860
|
-
|
|
5861
|
-
67
|
|
5685
|
+
64
|
|
5862
5686
|
]
|
|
5863
5687
|
},
|
|
5864
5688
|
{
|
|
5865
5689
|
"title": "Interfaces",
|
|
5866
5690
|
"kind": 256,
|
|
5867
5691
|
"children": [
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5871
|
-
348
|
|
5692
|
+
343,
|
|
5693
|
+
345,
|
|
5694
|
+
347
|
|
5872
5695
|
]
|
|
5873
5696
|
},
|
|
5874
5697
|
{
|
|
5875
5698
|
"title": "Type aliases",
|
|
5876
5699
|
"kind": 4194304,
|
|
5877
5700
|
"children": [
|
|
5701
|
+
323,
|
|
5878
5702
|
324,
|
|
5879
|
-
|
|
5703
|
+
332,
|
|
5880
5704
|
333,
|
|
5881
|
-
|
|
5882
|
-
329
|
|
5705
|
+
328
|
|
5883
5706
|
]
|
|
5884
5707
|
}
|
|
5885
5708
|
],
|
|
@@ -5925,7 +5748,7 @@
|
|
|
5925
5748
|
{
|
|
5926
5749
|
"fileName": "icon-demo.component.html",
|
|
5927
5750
|
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.html",
|
|
5928
|
-
"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"
|
|
5929
5752
|
},
|
|
5930
5753
|
{
|
|
5931
5754
|
"fileName": "icon-demo.component.ts",
|