@skyux/indicators 5.5.0 → 5.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-indicators.umd.js +205 -205
- package/documentation.json +121 -533
- package/esm2015/lib/modules/alert/alert.component.js.map +1 -1
- package/esm2015/lib/modules/alert/alert.module.js +3 -3
- package/esm2015/lib/modules/alert/alert.module.js.map +1 -1
- package/esm2015/lib/modules/chevron/chevron.module.js +2 -2
- package/esm2015/lib/modules/chevron/chevron.module.js.map +1 -1
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.module.js +2 -2
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.module.js.map +1 -1
- package/esm2015/lib/modules/help-inline/help-inline.module.js +1 -1
- package/esm2015/lib/modules/help-inline/help-inline.module.js.map +1 -1
- package/esm2015/lib/modules/icon/icon-class-list.pipe.js.map +1 -1
- package/esm2015/lib/modules/icon/icon-resolver.service.js.map +1 -1
- package/esm2015/lib/modules/icon/icon.component.js.map +1 -1
- package/esm2015/lib/modules/icon/icon.module.js +4 -4
- package/esm2015/lib/modules/icon/icon.module.js.map +1 -1
- package/esm2015/lib/modules/key-info/key-info.module.js +1 -1
- package/esm2015/lib/modules/key-info/key-info.module.js.map +1 -1
- package/esm2015/lib/modules/label/label.component.js.map +1 -1
- package/esm2015/lib/modules/label/label.module.js +1 -1
- package/esm2015/lib/modules/label/label.module.js.map +1 -1
- package/esm2015/lib/modules/shared/indicator-icon-utility.js.map +1 -1
- package/esm2015/lib/modules/shared/sky-indicators-resources.module.js +1 -1
- package/esm2015/lib/modules/shared/sky-indicators-resources.module.js.map +1 -1
- package/esm2015/lib/modules/status-indicator/status-indicator.component.js.map +1 -1
- package/esm2015/lib/modules/status-indicator/status-indicator.module.js +2 -2
- package/esm2015/lib/modules/status-indicator/status-indicator.module.js.map +1 -1
- package/esm2015/lib/modules/text-highlight/text-highlight.directive.js +53 -54
- package/esm2015/lib/modules/text-highlight/text-highlight.directive.js.map +1 -1
- package/esm2015/lib/modules/text-highlight/text-highlight.module.js.map +1 -1
- package/esm2015/lib/modules/tokens/token.component.js.map +1 -1
- package/esm2015/lib/modules/tokens/tokens.component.js +1 -1
- package/esm2015/lib/modules/tokens/tokens.component.js.map +1 -1
- package/esm2015/lib/modules/tokens/tokens.module.js +3 -3
- package/esm2015/lib/modules/tokens/tokens.module.js.map +1 -1
- package/esm2015/lib/modules/wait/wait.component.js.map +1 -1
- package/esm2015/lib/modules/wait/wait.module.js +2 -2
- package/esm2015/lib/modules/wait/wait.module.js.map +1 -1
- package/esm2015/lib/modules/wait/wait.service.js.map +1 -1
- package/esm2015/testing/alert-fixture.js.map +1 -1
- package/esm2015/testing/label-fixture.js.map +1 -1
- package/esm2015/testing/wait-fixture.js.map +1 -1
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +146 -147
- package/fesm2015/skyux-indicators.js.map +1 -1
- package/lib/modules/status-indicator/status-indicator.component.d.ts +1 -1
- package/lib/modules/text-highlight/text-highlight.directive.d.ts +4 -4
- package/lib/modules/tokens/tokens.component.d.ts +1 -1
- package/package.json +14 -11
package/documentation.json
CHANGED
|
@@ -181,29 +181,7 @@
|
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
],
|
|
184
|
-
"children": [
|
|
185
|
-
{
|
|
186
|
-
"id": 305,
|
|
187
|
-
"name": "constructor",
|
|
188
|
-
"kind": 512,
|
|
189
|
-
"kindString": "Constructor",
|
|
190
|
-
"flags": {},
|
|
191
|
-
"signatures": [
|
|
192
|
-
{
|
|
193
|
-
"id": 306,
|
|
194
|
-
"name": "new SkyAlertModule",
|
|
195
|
-
"kind": 16384,
|
|
196
|
-
"kindString": "Constructor signature",
|
|
197
|
-
"flags": {},
|
|
198
|
-
"type": {
|
|
199
|
-
"type": "reference",
|
|
200
|
-
"id": 304,
|
|
201
|
-
"name": "SkyAlertModule"
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
}
|
|
206
|
-
],
|
|
184
|
+
"children": [],
|
|
207
185
|
"groups": [
|
|
208
186
|
{
|
|
209
187
|
"title": "Constructors",
|
|
@@ -216,7 +194,7 @@
|
|
|
216
194
|
"sources": [
|
|
217
195
|
{
|
|
218
196
|
"fileName": "projects/indicators/src/modules/alert/alert.module.ts",
|
|
219
|
-
"line":
|
|
197
|
+
"line": 22,
|
|
220
198
|
"character": 13
|
|
221
199
|
}
|
|
222
200
|
]
|
|
@@ -241,29 +219,7 @@
|
|
|
241
219
|
}
|
|
242
220
|
}
|
|
243
221
|
],
|
|
244
|
-
"children": [
|
|
245
|
-
{
|
|
246
|
-
"id": 308,
|
|
247
|
-
"name": "constructor",
|
|
248
|
-
"kind": 512,
|
|
249
|
-
"kindString": "Constructor",
|
|
250
|
-
"flags": {},
|
|
251
|
-
"signatures": [
|
|
252
|
-
{
|
|
253
|
-
"id": 309,
|
|
254
|
-
"name": "new SkyChevronModule",
|
|
255
|
-
"kind": 16384,
|
|
256
|
-
"kindString": "Constructor signature",
|
|
257
|
-
"flags": {},
|
|
258
|
-
"type": {
|
|
259
|
-
"type": "reference",
|
|
260
|
-
"id": 307,
|
|
261
|
-
"name": "SkyChevronModule"
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
]
|
|
265
|
-
}
|
|
266
|
-
],
|
|
222
|
+
"children": [],
|
|
267
223
|
"groups": [
|
|
268
224
|
{
|
|
269
225
|
"title": "Constructors",
|
|
@@ -276,7 +232,7 @@
|
|
|
276
232
|
"sources": [
|
|
277
233
|
{
|
|
278
234
|
"fileName": "projects/indicators/src/modules/chevron/chevron.module.ts",
|
|
279
|
-
"line":
|
|
235
|
+
"line": 22,
|
|
280
236
|
"character": 13
|
|
281
237
|
}
|
|
282
238
|
]
|
|
@@ -301,29 +257,7 @@
|
|
|
301
257
|
}
|
|
302
258
|
}
|
|
303
259
|
],
|
|
304
|
-
"children": [
|
|
305
|
-
{
|
|
306
|
-
"id": 311,
|
|
307
|
-
"name": "constructor",
|
|
308
|
-
"kind": 512,
|
|
309
|
-
"kindString": "Constructor",
|
|
310
|
-
"flags": {},
|
|
311
|
-
"signatures": [
|
|
312
|
-
{
|
|
313
|
-
"id": 312,
|
|
314
|
-
"name": "new SkyExpansionIndicatorModule",
|
|
315
|
-
"kind": 16384,
|
|
316
|
-
"kindString": "Constructor signature",
|
|
317
|
-
"flags": {},
|
|
318
|
-
"type": {
|
|
319
|
-
"type": "reference",
|
|
320
|
-
"id": 310,
|
|
321
|
-
"name": "SkyExpansionIndicatorModule"
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
]
|
|
325
|
-
}
|
|
326
|
-
],
|
|
260
|
+
"children": [],
|
|
327
261
|
"groups": [
|
|
328
262
|
{
|
|
329
263
|
"title": "Constructors",
|
|
@@ -336,7 +270,7 @@
|
|
|
336
270
|
"sources": [
|
|
337
271
|
{
|
|
338
272
|
"fileName": "projects/indicators/src/modules/expansion-indicator/expansion-indicator.module.ts",
|
|
339
|
-
"line":
|
|
273
|
+
"line": 12,
|
|
340
274
|
"character": 13
|
|
341
275
|
}
|
|
342
276
|
]
|
|
@@ -361,29 +295,7 @@
|
|
|
361
295
|
}
|
|
362
296
|
}
|
|
363
297
|
],
|
|
364
|
-
"children": [
|
|
365
|
-
{
|
|
366
|
-
"id": 314,
|
|
367
|
-
"name": "constructor",
|
|
368
|
-
"kind": 512,
|
|
369
|
-
"kindString": "Constructor",
|
|
370
|
-
"flags": {},
|
|
371
|
-
"signatures": [
|
|
372
|
-
{
|
|
373
|
-
"id": 315,
|
|
374
|
-
"name": "new SkyHelpInlineModule",
|
|
375
|
-
"kind": 16384,
|
|
376
|
-
"kindString": "Constructor signature",
|
|
377
|
-
"flags": {},
|
|
378
|
-
"type": {
|
|
379
|
-
"type": "reference",
|
|
380
|
-
"id": 313,
|
|
381
|
-
"name": "SkyHelpInlineModule"
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
]
|
|
385
|
-
}
|
|
386
|
-
],
|
|
298
|
+
"children": [],
|
|
387
299
|
"groups": [
|
|
388
300
|
{
|
|
389
301
|
"title": "Constructors",
|
|
@@ -396,7 +308,7 @@
|
|
|
396
308
|
"sources": [
|
|
397
309
|
{
|
|
398
310
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.module.ts",
|
|
399
|
-
"line":
|
|
311
|
+
"line": 22,
|
|
400
312
|
"character": 13
|
|
401
313
|
}
|
|
402
314
|
]
|
|
@@ -421,29 +333,7 @@
|
|
|
421
333
|
}
|
|
422
334
|
}
|
|
423
335
|
],
|
|
424
|
-
"children": [
|
|
425
|
-
{
|
|
426
|
-
"id": 320,
|
|
427
|
-
"name": "constructor",
|
|
428
|
-
"kind": 512,
|
|
429
|
-
"kindString": "Constructor",
|
|
430
|
-
"flags": {},
|
|
431
|
-
"signatures": [
|
|
432
|
-
{
|
|
433
|
-
"id": 321,
|
|
434
|
-
"name": "new SkyIconModule",
|
|
435
|
-
"kind": 16384,
|
|
436
|
-
"kindString": "Constructor signature",
|
|
437
|
-
"flags": {},
|
|
438
|
-
"type": {
|
|
439
|
-
"type": "reference",
|
|
440
|
-
"id": 319,
|
|
441
|
-
"name": "SkyIconModule"
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
]
|
|
445
|
-
}
|
|
446
|
-
],
|
|
336
|
+
"children": [],
|
|
447
337
|
"groups": [
|
|
448
338
|
{
|
|
449
339
|
"title": "Constructors",
|
|
@@ -456,7 +346,7 @@
|
|
|
456
346
|
"sources": [
|
|
457
347
|
{
|
|
458
348
|
"fileName": "projects/indicators/src/modules/icon/icon.module.ts",
|
|
459
|
-
"line":
|
|
349
|
+
"line": 14,
|
|
460
350
|
"character": 13
|
|
461
351
|
}
|
|
462
352
|
]
|
|
@@ -481,29 +371,7 @@
|
|
|
481
371
|
}
|
|
482
372
|
}
|
|
483
373
|
],
|
|
484
|
-
"children": [
|
|
485
|
-
{
|
|
486
|
-
"id": 325,
|
|
487
|
-
"name": "constructor",
|
|
488
|
-
"kind": 512,
|
|
489
|
-
"kindString": "Constructor",
|
|
490
|
-
"flags": {},
|
|
491
|
-
"signatures": [
|
|
492
|
-
{
|
|
493
|
-
"id": 326,
|
|
494
|
-
"name": "new SkyKeyInfoModule",
|
|
495
|
-
"kind": 16384,
|
|
496
|
-
"kindString": "Constructor signature",
|
|
497
|
-
"flags": {},
|
|
498
|
-
"type": {
|
|
499
|
-
"type": "reference",
|
|
500
|
-
"id": 324,
|
|
501
|
-
"name": "SkyKeyInfoModule"
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
]
|
|
505
|
-
}
|
|
506
|
-
],
|
|
374
|
+
"children": [],
|
|
507
375
|
"groups": [
|
|
508
376
|
{
|
|
509
377
|
"title": "Constructors",
|
|
@@ -516,7 +384,7 @@
|
|
|
516
384
|
"sources": [
|
|
517
385
|
{
|
|
518
386
|
"fileName": "projects/indicators/src/modules/key-info/key-info.module.ts",
|
|
519
|
-
"line":
|
|
387
|
+
"line": 21,
|
|
520
388
|
"character": 13
|
|
521
389
|
}
|
|
522
390
|
]
|
|
@@ -541,29 +409,7 @@
|
|
|
541
409
|
}
|
|
542
410
|
}
|
|
543
411
|
],
|
|
544
|
-
"children": [
|
|
545
|
-
{
|
|
546
|
-
"id": 329,
|
|
547
|
-
"name": "constructor",
|
|
548
|
-
"kind": 512,
|
|
549
|
-
"kindString": "Constructor",
|
|
550
|
-
"flags": {},
|
|
551
|
-
"signatures": [
|
|
552
|
-
{
|
|
553
|
-
"id": 330,
|
|
554
|
-
"name": "new SkyLabelModule",
|
|
555
|
-
"kind": 16384,
|
|
556
|
-
"kindString": "Constructor signature",
|
|
557
|
-
"flags": {},
|
|
558
|
-
"type": {
|
|
559
|
-
"type": "reference",
|
|
560
|
-
"id": 328,
|
|
561
|
-
"name": "SkyLabelModule"
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
]
|
|
565
|
-
}
|
|
566
|
-
],
|
|
412
|
+
"children": [],
|
|
567
413
|
"groups": [
|
|
568
414
|
{
|
|
569
415
|
"title": "Constructors",
|
|
@@ -576,7 +422,7 @@
|
|
|
576
422
|
"sources": [
|
|
577
423
|
{
|
|
578
424
|
"fileName": "projects/indicators/src/modules/label/label.module.ts",
|
|
579
|
-
"line":
|
|
425
|
+
"line": 13,
|
|
580
426
|
"character": 13
|
|
581
427
|
}
|
|
582
428
|
]
|
|
@@ -601,29 +447,7 @@
|
|
|
601
447
|
}
|
|
602
448
|
}
|
|
603
449
|
],
|
|
604
|
-
"children": [
|
|
605
|
-
{
|
|
606
|
-
"id": 332,
|
|
607
|
-
"name": "constructor",
|
|
608
|
-
"kind": 512,
|
|
609
|
-
"kindString": "Constructor",
|
|
610
|
-
"flags": {},
|
|
611
|
-
"signatures": [
|
|
612
|
-
{
|
|
613
|
-
"id": 333,
|
|
614
|
-
"name": "new SkyStatusIndicatorModule",
|
|
615
|
-
"kind": 16384,
|
|
616
|
-
"kindString": "Constructor signature",
|
|
617
|
-
"flags": {},
|
|
618
|
-
"type": {
|
|
619
|
-
"type": "reference",
|
|
620
|
-
"id": 331,
|
|
621
|
-
"name": "SkyStatusIndicatorModule"
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
]
|
|
625
|
-
}
|
|
626
|
-
],
|
|
450
|
+
"children": [],
|
|
627
451
|
"groups": [
|
|
628
452
|
{
|
|
629
453
|
"title": "Constructors",
|
|
@@ -636,7 +460,7 @@
|
|
|
636
460
|
"sources": [
|
|
637
461
|
{
|
|
638
462
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.module.ts",
|
|
639
|
-
"line":
|
|
463
|
+
"line": 20,
|
|
640
464
|
"character": 13
|
|
641
465
|
}
|
|
642
466
|
]
|
|
@@ -661,29 +485,7 @@
|
|
|
661
485
|
}
|
|
662
486
|
}
|
|
663
487
|
],
|
|
664
|
-
"children": [
|
|
665
|
-
{
|
|
666
|
-
"id": 335,
|
|
667
|
-
"name": "constructor",
|
|
668
|
-
"kind": 512,
|
|
669
|
-
"kindString": "Constructor",
|
|
670
|
-
"flags": {},
|
|
671
|
-
"signatures": [
|
|
672
|
-
{
|
|
673
|
-
"id": 336,
|
|
674
|
-
"name": "new SkyTextHighlightModule",
|
|
675
|
-
"kind": 16384,
|
|
676
|
-
"kindString": "Constructor signature",
|
|
677
|
-
"flags": {},
|
|
678
|
-
"type": {
|
|
679
|
-
"type": "reference",
|
|
680
|
-
"id": 334,
|
|
681
|
-
"name": "SkyTextHighlightModule"
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
]
|
|
685
|
-
}
|
|
686
|
-
],
|
|
488
|
+
"children": [],
|
|
687
489
|
"groups": [
|
|
688
490
|
{
|
|
689
491
|
"title": "Constructors",
|
|
@@ -696,7 +498,7 @@
|
|
|
696
498
|
"sources": [
|
|
697
499
|
{
|
|
698
500
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.module.ts",
|
|
699
|
-
"line":
|
|
501
|
+
"line": 11,
|
|
700
502
|
"character": 13
|
|
701
503
|
}
|
|
702
504
|
]
|
|
@@ -721,29 +523,7 @@
|
|
|
721
523
|
}
|
|
722
524
|
}
|
|
723
525
|
],
|
|
724
|
-
"children": [
|
|
725
|
-
{
|
|
726
|
-
"id": 338,
|
|
727
|
-
"name": "constructor",
|
|
728
|
-
"kind": 512,
|
|
729
|
-
"kindString": "Constructor",
|
|
730
|
-
"flags": {},
|
|
731
|
-
"signatures": [
|
|
732
|
-
{
|
|
733
|
-
"id": 339,
|
|
734
|
-
"name": "new SkyTokensModule",
|
|
735
|
-
"kind": 16384,
|
|
736
|
-
"kindString": "Constructor signature",
|
|
737
|
-
"flags": {},
|
|
738
|
-
"type": {
|
|
739
|
-
"type": "reference",
|
|
740
|
-
"id": 337,
|
|
741
|
-
"name": "SkyTokensModule"
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
]
|
|
745
|
-
}
|
|
746
|
-
],
|
|
526
|
+
"children": [],
|
|
747
527
|
"groups": [
|
|
748
528
|
{
|
|
749
529
|
"title": "Constructors",
|
|
@@ -756,7 +536,7 @@
|
|
|
756
536
|
"sources": [
|
|
757
537
|
{
|
|
758
538
|
"fileName": "projects/indicators/src/modules/tokens/tokens.module.ts",
|
|
759
|
-
"line":
|
|
539
|
+
"line": 21,
|
|
760
540
|
"character": 13
|
|
761
541
|
}
|
|
762
542
|
]
|
|
@@ -781,29 +561,7 @@
|
|
|
781
561
|
}
|
|
782
562
|
}
|
|
783
563
|
],
|
|
784
|
-
"children": [
|
|
785
|
-
{
|
|
786
|
-
"id": 353,
|
|
787
|
-
"name": "constructor",
|
|
788
|
-
"kind": 512,
|
|
789
|
-
"kindString": "Constructor",
|
|
790
|
-
"flags": {},
|
|
791
|
-
"signatures": [
|
|
792
|
-
{
|
|
793
|
-
"id": 354,
|
|
794
|
-
"name": "new SkyWaitModule",
|
|
795
|
-
"kind": 16384,
|
|
796
|
-
"kindString": "Constructor signature",
|
|
797
|
-
"flags": {},
|
|
798
|
-
"type": {
|
|
799
|
-
"type": "reference",
|
|
800
|
-
"id": 352,
|
|
801
|
-
"name": "SkyWaitModule"
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
]
|
|
805
|
-
}
|
|
806
|
-
],
|
|
564
|
+
"children": [],
|
|
807
565
|
"groups": [
|
|
808
566
|
{
|
|
809
567
|
"title": "Constructors",
|
|
@@ -816,7 +574,7 @@
|
|
|
816
574
|
"sources": [
|
|
817
575
|
{
|
|
818
576
|
"fileName": "projects/indicators/src/modules/wait/wait.module.ts",
|
|
819
|
-
"line":
|
|
577
|
+
"line": 16,
|
|
820
578
|
"character": 13
|
|
821
579
|
}
|
|
822
580
|
]
|
|
@@ -851,7 +609,7 @@
|
|
|
851
609
|
"sources": [
|
|
852
610
|
{
|
|
853
611
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
854
|
-
"line":
|
|
612
|
+
"line": 25,
|
|
855
613
|
"character": 2
|
|
856
614
|
}
|
|
857
615
|
],
|
|
@@ -931,7 +689,7 @@
|
|
|
931
689
|
"sources": [
|
|
932
690
|
{
|
|
933
691
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
934
|
-
"line":
|
|
692
|
+
"line": 35,
|
|
935
693
|
"character": 9
|
|
936
694
|
}
|
|
937
695
|
],
|
|
@@ -963,7 +721,7 @@
|
|
|
963
721
|
"sources": [
|
|
964
722
|
{
|
|
965
723
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
966
|
-
"line":
|
|
724
|
+
"line": 42,
|
|
967
725
|
"character": 9
|
|
968
726
|
}
|
|
969
727
|
],
|
|
@@ -995,7 +753,7 @@
|
|
|
995
753
|
"sources": [
|
|
996
754
|
{
|
|
997
755
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
998
|
-
"line":
|
|
756
|
+
"line": 85,
|
|
999
757
|
"character": 9
|
|
1000
758
|
}
|
|
1001
759
|
],
|
|
@@ -1067,7 +825,7 @@
|
|
|
1067
825
|
"sources": [
|
|
1068
826
|
{
|
|
1069
827
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1070
|
-
"line":
|
|
828
|
+
"line": 65,
|
|
1071
829
|
"character": 9
|
|
1072
830
|
}
|
|
1073
831
|
],
|
|
@@ -1099,7 +857,7 @@
|
|
|
1099
857
|
"sources": [
|
|
1100
858
|
{
|
|
1101
859
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1102
|
-
"line":
|
|
860
|
+
"line": 50,
|
|
1103
861
|
"character": 9
|
|
1104
862
|
}
|
|
1105
863
|
],
|
|
@@ -1131,7 +889,7 @@
|
|
|
1131
889
|
"sources": [
|
|
1132
890
|
{
|
|
1133
891
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1134
|
-
"line":
|
|
892
|
+
"line": 58,
|
|
1135
893
|
"character": 9
|
|
1136
894
|
}
|
|
1137
895
|
],
|
|
@@ -1163,7 +921,7 @@
|
|
|
1163
921
|
"sources": [
|
|
1164
922
|
{
|
|
1165
923
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1166
|
-
"line":
|
|
924
|
+
"line": 96,
|
|
1167
925
|
"character": 9
|
|
1168
926
|
}
|
|
1169
927
|
],
|
|
@@ -1250,7 +1008,7 @@
|
|
|
1250
1008
|
"sources": [
|
|
1251
1009
|
{
|
|
1252
1010
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1253
|
-
"line":
|
|
1011
|
+
"line": 20,
|
|
1254
1012
|
"character": 13
|
|
1255
1013
|
}
|
|
1256
1014
|
]
|
|
@@ -1276,27 +1034,6 @@
|
|
|
1276
1034
|
}
|
|
1277
1035
|
],
|
|
1278
1036
|
"children": [
|
|
1279
|
-
{
|
|
1280
|
-
"id": 2,
|
|
1281
|
-
"name": "constructor",
|
|
1282
|
-
"kind": 512,
|
|
1283
|
-
"kindString": "Constructor",
|
|
1284
|
-
"flags": {},
|
|
1285
|
-
"signatures": [
|
|
1286
|
-
{
|
|
1287
|
-
"id": 3,
|
|
1288
|
-
"name": "SkyAlertComponent",
|
|
1289
|
-
"kind": 16384,
|
|
1290
|
-
"kindString": "Constructor signature",
|
|
1291
|
-
"flags": {},
|
|
1292
|
-
"type": {
|
|
1293
|
-
"type": "reference",
|
|
1294
|
-
"id": 1,
|
|
1295
|
-
"name": "SkyAlertComponent"
|
|
1296
|
-
}
|
|
1297
|
-
}
|
|
1298
|
-
]
|
|
1299
|
-
},
|
|
1300
1037
|
{
|
|
1301
1038
|
"id": 11,
|
|
1302
1039
|
"name": "alertBaseIcon",
|
|
@@ -1308,7 +1045,7 @@
|
|
|
1308
1045
|
"sources": [
|
|
1309
1046
|
{
|
|
1310
1047
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1311
|
-
"line":
|
|
1048
|
+
"line": 50,
|
|
1312
1049
|
"character": 9
|
|
1313
1050
|
}
|
|
1314
1051
|
],
|
|
@@ -1329,7 +1066,7 @@
|
|
|
1329
1066
|
"sources": [
|
|
1330
1067
|
{
|
|
1331
1068
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1332
|
-
"line":
|
|
1069
|
+
"line": 52,
|
|
1333
1070
|
"character": 9
|
|
1334
1071
|
}
|
|
1335
1072
|
],
|
|
@@ -1371,7 +1108,7 @@
|
|
|
1371
1108
|
"sources": [
|
|
1372
1109
|
{
|
|
1373
1110
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1374
|
-
"line":
|
|
1111
|
+
"line": 35,
|
|
1375
1112
|
"character": 9
|
|
1376
1113
|
}
|
|
1377
1114
|
],
|
|
@@ -1412,7 +1149,7 @@
|
|
|
1412
1149
|
"sources": [
|
|
1413
1150
|
{
|
|
1414
1151
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1415
|
-
"line":
|
|
1152
|
+
"line": 42,
|
|
1416
1153
|
"character": 9
|
|
1417
1154
|
}
|
|
1418
1155
|
],
|
|
@@ -1447,7 +1184,7 @@
|
|
|
1447
1184
|
"sources": [
|
|
1448
1185
|
{
|
|
1449
1186
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1450
|
-
"line":
|
|
1187
|
+
"line": 48,
|
|
1451
1188
|
"character": 9
|
|
1452
1189
|
}
|
|
1453
1190
|
],
|
|
@@ -1488,7 +1225,7 @@
|
|
|
1488
1225
|
"sources": [
|
|
1489
1226
|
{
|
|
1490
1227
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1491
|
-
"line":
|
|
1228
|
+
"line": 21,
|
|
1492
1229
|
"character": 13
|
|
1493
1230
|
}
|
|
1494
1231
|
],
|
|
@@ -1561,7 +1298,7 @@
|
|
|
1561
1298
|
"sources": [
|
|
1562
1299
|
{
|
|
1563
1300
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1564
|
-
"line":
|
|
1301
|
+
"line": 60,
|
|
1565
1302
|
"character": 9
|
|
1566
1303
|
}
|
|
1567
1304
|
],
|
|
@@ -1590,7 +1327,7 @@
|
|
|
1590
1327
|
"sources": [
|
|
1591
1328
|
{
|
|
1592
1329
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1593
|
-
"line":
|
|
1330
|
+
"line": 56,
|
|
1594
1331
|
"character": 9
|
|
1595
1332
|
}
|
|
1596
1333
|
],
|
|
@@ -1655,7 +1392,7 @@
|
|
|
1655
1392
|
"sources": [
|
|
1656
1393
|
{
|
|
1657
1394
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1658
|
-
"line":
|
|
1395
|
+
"line": 14,
|
|
1659
1396
|
"character": 13
|
|
1660
1397
|
}
|
|
1661
1398
|
],
|
|
@@ -1698,7 +1435,7 @@
|
|
|
1698
1435
|
"sources": [
|
|
1699
1436
|
{
|
|
1700
1437
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1701
|
-
"line":
|
|
1438
|
+
"line": 82,
|
|
1702
1439
|
"character": 2
|
|
1703
1440
|
}
|
|
1704
1441
|
],
|
|
@@ -1754,7 +1491,7 @@
|
|
|
1754
1491
|
"sources": [
|
|
1755
1492
|
{
|
|
1756
1493
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1757
|
-
"line":
|
|
1494
|
+
"line": 70,
|
|
1758
1495
|
"character": 9
|
|
1759
1496
|
}
|
|
1760
1497
|
],
|
|
@@ -1775,7 +1512,7 @@
|
|
|
1775
1512
|
"sources": [
|
|
1776
1513
|
{
|
|
1777
1514
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1778
|
-
"line":
|
|
1515
|
+
"line": 68,
|
|
1779
1516
|
"character": 9
|
|
1780
1517
|
}
|
|
1781
1518
|
],
|
|
@@ -1795,7 +1532,7 @@
|
|
|
1795
1532
|
"sources": [
|
|
1796
1533
|
{
|
|
1797
1534
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1798
|
-
"line":
|
|
1535
|
+
"line": 72,
|
|
1799
1536
|
"character": 9
|
|
1800
1537
|
}
|
|
1801
1538
|
],
|
|
@@ -1815,7 +1552,7 @@
|
|
|
1815
1552
|
"sources": [
|
|
1816
1553
|
{
|
|
1817
1554
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1818
|
-
"line":
|
|
1555
|
+
"line": 74,
|
|
1819
1556
|
"character": 9
|
|
1820
1557
|
}
|
|
1821
1558
|
],
|
|
@@ -1848,7 +1585,7 @@
|
|
|
1848
1585
|
"sources": [
|
|
1849
1586
|
{
|
|
1850
1587
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1851
|
-
"line":
|
|
1588
|
+
"line": 59,
|
|
1852
1589
|
"character": 13
|
|
1853
1590
|
}
|
|
1854
1591
|
],
|
|
@@ -1921,7 +1658,7 @@
|
|
|
1921
1658
|
"sources": [
|
|
1922
1659
|
{
|
|
1923
1660
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1924
|
-
"line":
|
|
1661
|
+
"line": 45,
|
|
1925
1662
|
"character": 13
|
|
1926
1663
|
}
|
|
1927
1664
|
],
|
|
@@ -2006,7 +1743,7 @@
|
|
|
2006
1743
|
"sources": [
|
|
2007
1744
|
{
|
|
2008
1745
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
2009
|
-
"line":
|
|
1746
|
+
"line": 29,
|
|
2010
1747
|
"character": 13
|
|
2011
1748
|
}
|
|
2012
1749
|
],
|
|
@@ -2100,7 +1837,7 @@
|
|
|
2100
1837
|
"sources": [
|
|
2101
1838
|
{
|
|
2102
1839
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
2103
|
-
"line":
|
|
1840
|
+
"line": 22,
|
|
2104
1841
|
"character": 13
|
|
2105
1842
|
}
|
|
2106
1843
|
]
|
|
@@ -2138,7 +1875,7 @@
|
|
|
2138
1875
|
"sources": [
|
|
2139
1876
|
{
|
|
2140
1877
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2141
|
-
"line":
|
|
1878
|
+
"line": 54,
|
|
2142
1879
|
"character": 2
|
|
2143
1880
|
}
|
|
2144
1881
|
],
|
|
@@ -2212,7 +1949,7 @@
|
|
|
2212
1949
|
"sources": [
|
|
2213
1950
|
{
|
|
2214
1951
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2215
|
-
"line":
|
|
1952
|
+
"line": 32,
|
|
2216
1953
|
"character": 13
|
|
2217
1954
|
}
|
|
2218
1955
|
],
|
|
@@ -2269,7 +2006,7 @@
|
|
|
2269
2006
|
"sources": [
|
|
2270
2007
|
{
|
|
2271
2008
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2272
|
-
"line":
|
|
2009
|
+
"line": 131,
|
|
2273
2010
|
"character": 9
|
|
2274
2011
|
}
|
|
2275
2012
|
],
|
|
@@ -2306,7 +2043,7 @@
|
|
|
2306
2043
|
"sources": [
|
|
2307
2044
|
{
|
|
2308
2045
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2309
|
-
"line":
|
|
2046
|
+
"line": 125,
|
|
2310
2047
|
"character": 9
|
|
2311
2048
|
}
|
|
2312
2049
|
],
|
|
@@ -2358,7 +2095,7 @@
|
|
|
2358
2095
|
"sources": [
|
|
2359
2096
|
{
|
|
2360
2097
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2361
|
-
"line":
|
|
2098
|
+
"line": 142,
|
|
2362
2099
|
"character": 9
|
|
2363
2100
|
}
|
|
2364
2101
|
],
|
|
@@ -2413,7 +2150,7 @@
|
|
|
2413
2150
|
"sources": [
|
|
2414
2151
|
{
|
|
2415
2152
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2416
|
-
"line":
|
|
2153
|
+
"line": 25,
|
|
2417
2154
|
"character": 13
|
|
2418
2155
|
}
|
|
2419
2156
|
],
|
|
@@ -2468,7 +2205,7 @@
|
|
|
2468
2205
|
"sources": [
|
|
2469
2206
|
{
|
|
2470
2207
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2471
|
-
"line":
|
|
2208
|
+
"line": 111,
|
|
2472
2209
|
"character": 2
|
|
2473
2210
|
}
|
|
2474
2211
|
],
|
|
@@ -2545,7 +2282,7 @@
|
|
|
2545
2282
|
"sources": [
|
|
2546
2283
|
{
|
|
2547
2284
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2548
|
-
"line":
|
|
2285
|
+
"line": 81,
|
|
2549
2286
|
"character": 9
|
|
2550
2287
|
}
|
|
2551
2288
|
],
|
|
@@ -2589,7 +2326,7 @@
|
|
|
2589
2326
|
"sources": [
|
|
2590
2327
|
{
|
|
2591
2328
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2592
|
-
"line":
|
|
2329
|
+
"line": 87,
|
|
2593
2330
|
"character": 9
|
|
2594
2331
|
}
|
|
2595
2332
|
],
|
|
@@ -2630,7 +2367,7 @@
|
|
|
2630
2367
|
"sources": [
|
|
2631
2368
|
{
|
|
2632
2369
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2633
|
-
"line":
|
|
2370
|
+
"line": 39,
|
|
2634
2371
|
"character": 13
|
|
2635
2372
|
}
|
|
2636
2373
|
],
|
|
@@ -2715,7 +2452,7 @@
|
|
|
2715
2452
|
"sources": [
|
|
2716
2453
|
{
|
|
2717
2454
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2718
|
-
"line":
|
|
2455
|
+
"line": 25,
|
|
2719
2456
|
"character": 13
|
|
2720
2457
|
}
|
|
2721
2458
|
],
|
|
@@ -2800,7 +2537,7 @@
|
|
|
2800
2537
|
"sources": [
|
|
2801
2538
|
{
|
|
2802
2539
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2803
|
-
"line":
|
|
2540
|
+
"line": 55,
|
|
2804
2541
|
"character": 13
|
|
2805
2542
|
}
|
|
2806
2543
|
],
|
|
@@ -2885,7 +2622,7 @@
|
|
|
2885
2622
|
"sources": [
|
|
2886
2623
|
{
|
|
2887
2624
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2888
|
-
"line":
|
|
2625
|
+
"line": 69,
|
|
2889
2626
|
"character": 13
|
|
2890
2627
|
}
|
|
2891
2628
|
],
|
|
@@ -2958,7 +2695,7 @@
|
|
|
2958
2695
|
"sources": [
|
|
2959
2696
|
{
|
|
2960
2697
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2961
|
-
"line":
|
|
2698
|
+
"line": 116,
|
|
2962
2699
|
"character": 9
|
|
2963
2700
|
}
|
|
2964
2701
|
],
|
|
@@ -3002,7 +2739,7 @@
|
|
|
3002
2739
|
"sources": [
|
|
3003
2740
|
{
|
|
3004
2741
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3005
|
-
"line":
|
|
2742
|
+
"line": 121,
|
|
3006
2743
|
"character": 9
|
|
3007
2744
|
}
|
|
3008
2745
|
],
|
|
@@ -3031,7 +2768,7 @@
|
|
|
3031
2768
|
"sources": [
|
|
3032
2769
|
{
|
|
3033
2770
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3034
|
-
"line":
|
|
2771
|
+
"line": 129,
|
|
3035
2772
|
"character": 9
|
|
3036
2773
|
}
|
|
3037
2774
|
],
|
|
@@ -3073,7 +2810,7 @@
|
|
|
3073
2810
|
"sources": [
|
|
3074
2811
|
{
|
|
3075
2812
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3076
|
-
"line":
|
|
2813
|
+
"line": 125,
|
|
3077
2814
|
"character": 9
|
|
3078
2815
|
}
|
|
3079
2816
|
],
|
|
@@ -3145,7 +2882,7 @@
|
|
|
3145
2882
|
"sources": [
|
|
3146
2883
|
{
|
|
3147
2884
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3148
|
-
"line":
|
|
2885
|
+
"line": 17,
|
|
3149
2886
|
"character": 13
|
|
3150
2887
|
}
|
|
3151
2888
|
]
|
|
@@ -3180,7 +2917,7 @@
|
|
|
3180
2917
|
"sources": [
|
|
3181
2918
|
{
|
|
3182
2919
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3183
|
-
"line":
|
|
2920
|
+
"line": 214,
|
|
3184
2921
|
"character": 2
|
|
3185
2922
|
}
|
|
3186
2923
|
],
|
|
@@ -3240,7 +2977,7 @@
|
|
|
3240
2977
|
"sources": [
|
|
3241
2978
|
{
|
|
3242
2979
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3243
|
-
"line":
|
|
2980
|
+
"line": 153,
|
|
3244
2981
|
"character": 9
|
|
3245
2982
|
}
|
|
3246
2983
|
],
|
|
@@ -3284,7 +3021,7 @@
|
|
|
3284
3021
|
"sources": [
|
|
3285
3022
|
{
|
|
3286
3023
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3287
|
-
"line":
|
|
3024
|
+
"line": 160,
|
|
3288
3025
|
"character": 9
|
|
3289
3026
|
}
|
|
3290
3027
|
],
|
|
@@ -3328,7 +3065,7 @@
|
|
|
3328
3065
|
"sources": [
|
|
3329
3066
|
{
|
|
3330
3067
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3331
|
-
"line":
|
|
3068
|
+
"line": 166,
|
|
3332
3069
|
"character": 9
|
|
3333
3070
|
}
|
|
3334
3071
|
],
|
|
@@ -3373,7 +3110,7 @@
|
|
|
3373
3110
|
"sources": [
|
|
3374
3111
|
{
|
|
3375
3112
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3376
|
-
"line":
|
|
3113
|
+
"line": 173,
|
|
3377
3114
|
"character": 9
|
|
3378
3115
|
}
|
|
3379
3116
|
],
|
|
@@ -3406,7 +3143,7 @@
|
|
|
3406
3143
|
"sources": [
|
|
3407
3144
|
{
|
|
3408
3145
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3409
|
-
"line":
|
|
3146
|
+
"line": 198,
|
|
3410
3147
|
"character": 9
|
|
3411
3148
|
}
|
|
3412
3149
|
],
|
|
@@ -3488,7 +3225,7 @@
|
|
|
3488
3225
|
"sources": [
|
|
3489
3226
|
{
|
|
3490
3227
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3491
|
-
"line":
|
|
3228
|
+
"line": 104,
|
|
3492
3229
|
"character": 9
|
|
3493
3230
|
}
|
|
3494
3231
|
],
|
|
@@ -3520,7 +3257,7 @@
|
|
|
3520
3257
|
"sources": [
|
|
3521
3258
|
{
|
|
3522
3259
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3523
|
-
"line":
|
|
3260
|
+
"line": 64,
|
|
3524
3261
|
"character": 13
|
|
3525
3262
|
}
|
|
3526
3263
|
],
|
|
@@ -3605,7 +3342,7 @@
|
|
|
3605
3342
|
"sources": [
|
|
3606
3343
|
{
|
|
3607
3344
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3608
|
-
"line":
|
|
3345
|
+
"line": 78,
|
|
3609
3346
|
"character": 13
|
|
3610
3347
|
}
|
|
3611
3348
|
],
|
|
@@ -3690,7 +3427,7 @@
|
|
|
3690
3427
|
"sources": [
|
|
3691
3428
|
{
|
|
3692
3429
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3693
|
-
"line":
|
|
3430
|
+
"line": 91,
|
|
3694
3431
|
"character": 13
|
|
3695
3432
|
}
|
|
3696
3433
|
],
|
|
@@ -3775,7 +3512,7 @@
|
|
|
3775
3512
|
"sources": [
|
|
3776
3513
|
{
|
|
3777
3514
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3778
|
-
"line":
|
|
3515
|
+
"line": 113,
|
|
3779
3516
|
"character": 13
|
|
3780
3517
|
}
|
|
3781
3518
|
],
|
|
@@ -3860,7 +3597,7 @@
|
|
|
3860
3597
|
"sources": [
|
|
3861
3598
|
{
|
|
3862
3599
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3863
|
-
"line":
|
|
3600
|
+
"line": 139,
|
|
3864
3601
|
"character": 13
|
|
3865
3602
|
}
|
|
3866
3603
|
],
|
|
@@ -3951,7 +3688,7 @@
|
|
|
3951
3688
|
"sources": [
|
|
3952
3689
|
{
|
|
3953
3690
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3954
|
-
"line":
|
|
3691
|
+
"line": 125,
|
|
3955
3692
|
"character": 13
|
|
3956
3693
|
}
|
|
3957
3694
|
],
|
|
@@ -4020,7 +3757,7 @@
|
|
|
4020
3757
|
"sources": [
|
|
4021
3758
|
{
|
|
4022
3759
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4023
|
-
"line":
|
|
3760
|
+
"line": 227,
|
|
4024
3761
|
"character": 9
|
|
4025
3762
|
}
|
|
4026
3763
|
],
|
|
@@ -4057,7 +3794,7 @@
|
|
|
4057
3794
|
"sources": [
|
|
4058
3795
|
{
|
|
4059
3796
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4060
|
-
"line":
|
|
3797
|
+
"line": 232,
|
|
4061
3798
|
"character": 9
|
|
4062
3799
|
}
|
|
4063
3800
|
],
|
|
@@ -4100,7 +3837,7 @@
|
|
|
4100
3837
|
"sources": [
|
|
4101
3838
|
{
|
|
4102
3839
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4103
|
-
"line":
|
|
3840
|
+
"line": 240,
|
|
4104
3841
|
"character": 9
|
|
4105
3842
|
}
|
|
4106
3843
|
],
|
|
@@ -4144,7 +3881,7 @@
|
|
|
4144
3881
|
"sources": [
|
|
4145
3882
|
{
|
|
4146
3883
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4147
|
-
"line":
|
|
3884
|
+
"line": 269,
|
|
4148
3885
|
"character": 9
|
|
4149
3886
|
}
|
|
4150
3887
|
],
|
|
@@ -4187,7 +3924,7 @@
|
|
|
4187
3924
|
"sources": [
|
|
4188
3925
|
{
|
|
4189
3926
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4190
|
-
"line":
|
|
3927
|
+
"line": 263,
|
|
4191
3928
|
"character": 9
|
|
4192
3929
|
}
|
|
4193
3930
|
],
|
|
@@ -4267,7 +4004,7 @@
|
|
|
4267
4004
|
"sources": [
|
|
4268
4005
|
{
|
|
4269
4006
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4270
|
-
"line":
|
|
4007
|
+
"line": 56,
|
|
4271
4008
|
"character": 13
|
|
4272
4009
|
}
|
|
4273
4010
|
],
|
|
@@ -4310,7 +4047,7 @@
|
|
|
4310
4047
|
"sources": [
|
|
4311
4048
|
{
|
|
4312
4049
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4313
|
-
"line":
|
|
4050
|
+
"line": 91,
|
|
4314
4051
|
"character": 2
|
|
4315
4052
|
}
|
|
4316
4053
|
],
|
|
@@ -4410,7 +4147,7 @@
|
|
|
4410
4147
|
"sources": [
|
|
4411
4148
|
{
|
|
4412
4149
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4413
|
-
"line":
|
|
4150
|
+
"line": 26,
|
|
4414
4151
|
"character": 9
|
|
4415
4152
|
}
|
|
4416
4153
|
],
|
|
@@ -4430,7 +4167,7 @@
|
|
|
4430
4167
|
"sources": [
|
|
4431
4168
|
{
|
|
4432
4169
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4433
|
-
"line":
|
|
4170
|
+
"line": 85,
|
|
4434
4171
|
"character": 9
|
|
4435
4172
|
}
|
|
4436
4173
|
],
|
|
@@ -4480,7 +4217,7 @@
|
|
|
4480
4217
|
"sources": [
|
|
4481
4218
|
{
|
|
4482
4219
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4483
|
-
"line":
|
|
4220
|
+
"line": 83,
|
|
4484
4221
|
"character": 9
|
|
4485
4222
|
}
|
|
4486
4223
|
],
|
|
@@ -4512,7 +4249,7 @@
|
|
|
4512
4249
|
"sources": [
|
|
4513
4250
|
{
|
|
4514
4251
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4515
|
-
"line":
|
|
4252
|
+
"line": 62,
|
|
4516
4253
|
"character": 13
|
|
4517
4254
|
}
|
|
4518
4255
|
],
|
|
@@ -4597,7 +4334,7 @@
|
|
|
4597
4334
|
"sources": [
|
|
4598
4335
|
{
|
|
4599
4336
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4600
|
-
"line":
|
|
4337
|
+
"line": 32,
|
|
4601
4338
|
"character": 13
|
|
4602
4339
|
}
|
|
4603
4340
|
],
|
|
@@ -4658,7 +4395,7 @@
|
|
|
4658
4395
|
"sources": [
|
|
4659
4396
|
{
|
|
4660
4397
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4661
|
-
"line":
|
|
4398
|
+
"line": 97,
|
|
4662
4399
|
"character": 9
|
|
4663
4400
|
}
|
|
4664
4401
|
],
|
|
@@ -4721,7 +4458,7 @@
|
|
|
4721
4458
|
"sources": [
|
|
4722
4459
|
{
|
|
4723
4460
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4724
|
-
"line":
|
|
4461
|
+
"line": 16,
|
|
4725
4462
|
"character": 13
|
|
4726
4463
|
}
|
|
4727
4464
|
],
|
|
@@ -4755,27 +4492,6 @@
|
|
|
4755
4492
|
}
|
|
4756
4493
|
],
|
|
4757
4494
|
"children": [
|
|
4758
|
-
{
|
|
4759
|
-
"id": 37,
|
|
4760
|
-
"name": "constructor",
|
|
4761
|
-
"kind": 512,
|
|
4762
|
-
"kindString": "Constructor",
|
|
4763
|
-
"flags": {},
|
|
4764
|
-
"signatures": [
|
|
4765
|
-
{
|
|
4766
|
-
"id": 38,
|
|
4767
|
-
"name": "SkyHelpInlineComponent",
|
|
4768
|
-
"kind": 16384,
|
|
4769
|
-
"kindString": "Constructor signature",
|
|
4770
|
-
"flags": {},
|
|
4771
|
-
"type": {
|
|
4772
|
-
"type": "reference",
|
|
4773
|
-
"id": 36,
|
|
4774
|
-
"name": "SkyHelpInlineComponent"
|
|
4775
|
-
}
|
|
4776
|
-
}
|
|
4777
|
-
]
|
|
4778
|
-
},
|
|
4779
4495
|
{
|
|
4780
4496
|
"id": 39,
|
|
4781
4497
|
"name": "actionClick",
|
|
@@ -4902,27 +4618,6 @@
|
|
|
4902
4618
|
}
|
|
4903
4619
|
],
|
|
4904
4620
|
"children": [
|
|
4905
|
-
{
|
|
4906
|
-
"id": 43,
|
|
4907
|
-
"name": "constructor",
|
|
4908
|
-
"kind": 512,
|
|
4909
|
-
"kindString": "Constructor",
|
|
4910
|
-
"flags": {},
|
|
4911
|
-
"signatures": [
|
|
4912
|
-
{
|
|
4913
|
-
"id": 44,
|
|
4914
|
-
"name": "SkyIconComponent",
|
|
4915
|
-
"kind": 16384,
|
|
4916
|
-
"kindString": "Constructor signature",
|
|
4917
|
-
"flags": {},
|
|
4918
|
-
"type": {
|
|
4919
|
-
"type": "reference",
|
|
4920
|
-
"id": 42,
|
|
4921
|
-
"name": "SkyIconComponent"
|
|
4922
|
-
}
|
|
4923
|
-
}
|
|
4924
|
-
]
|
|
4925
|
-
},
|
|
4926
4621
|
{
|
|
4927
4622
|
"id": 48,
|
|
4928
4623
|
"name": "fixedWidth",
|
|
@@ -4949,7 +4644,7 @@
|
|
|
4949
4644
|
"sources": [
|
|
4950
4645
|
{
|
|
4951
4646
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4952
|
-
"line":
|
|
4647
|
+
"line": 42,
|
|
4953
4648
|
"character": 9
|
|
4954
4649
|
}
|
|
4955
4650
|
],
|
|
@@ -4990,7 +4685,7 @@
|
|
|
4990
4685
|
"sources": [
|
|
4991
4686
|
{
|
|
4992
4687
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4993
|
-
"line":
|
|
4688
|
+
"line": 20,
|
|
4994
4689
|
"character": 9
|
|
4995
4690
|
}
|
|
4996
4691
|
],
|
|
@@ -5031,7 +4726,7 @@
|
|
|
5031
4726
|
"sources": [
|
|
5032
4727
|
{
|
|
5033
4728
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5034
|
-
"line":
|
|
4729
|
+
"line": 29,
|
|
5035
4730
|
"character": 9
|
|
5036
4731
|
}
|
|
5037
4732
|
],
|
|
@@ -5068,7 +4763,7 @@
|
|
|
5068
4763
|
"sources": [
|
|
5069
4764
|
{
|
|
5070
4765
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5071
|
-
"line":
|
|
4766
|
+
"line": 36,
|
|
5072
4767
|
"character": 9
|
|
5073
4768
|
}
|
|
5074
4769
|
],
|
|
@@ -5103,7 +4798,7 @@
|
|
|
5103
4798
|
"sources": [
|
|
5104
4799
|
{
|
|
5105
4800
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5106
|
-
"line":
|
|
4801
|
+
"line": 49,
|
|
5107
4802
|
"character": 9
|
|
5108
4803
|
}
|
|
5109
4804
|
],
|
|
@@ -5137,7 +4832,7 @@
|
|
|
5137
4832
|
"sources": [
|
|
5138
4833
|
{
|
|
5139
4834
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5140
|
-
"line":
|
|
4835
|
+
"line": 12,
|
|
5141
4836
|
"character": 13
|
|
5142
4837
|
}
|
|
5143
4838
|
]
|
|
@@ -5163,27 +4858,6 @@
|
|
|
5163
4858
|
}
|
|
5164
4859
|
],
|
|
5165
4860
|
"children": [
|
|
5166
|
-
{
|
|
5167
|
-
"id": 51,
|
|
5168
|
-
"name": "constructor",
|
|
5169
|
-
"kind": 512,
|
|
5170
|
-
"kindString": "Constructor",
|
|
5171
|
-
"flags": {},
|
|
5172
|
-
"signatures": [
|
|
5173
|
-
{
|
|
5174
|
-
"id": 52,
|
|
5175
|
-
"name": "SkyIconStackComponent",
|
|
5176
|
-
"kind": 16384,
|
|
5177
|
-
"kindString": "Constructor signature",
|
|
5178
|
-
"flags": {},
|
|
5179
|
-
"type": {
|
|
5180
|
-
"type": "reference",
|
|
5181
|
-
"id": 50,
|
|
5182
|
-
"name": "SkyIconStackComponent"
|
|
5183
|
-
}
|
|
5184
|
-
}
|
|
5185
|
-
]
|
|
5186
|
-
},
|
|
5187
4861
|
{
|
|
5188
4862
|
"id": 54,
|
|
5189
4863
|
"name": "baseIcon",
|
|
@@ -5347,29 +5021,7 @@
|
|
|
5347
5021
|
}
|
|
5348
5022
|
}
|
|
5349
5023
|
],
|
|
5350
|
-
"children": [
|
|
5351
|
-
{
|
|
5352
|
-
"id": 57,
|
|
5353
|
-
"name": "constructor",
|
|
5354
|
-
"kind": 512,
|
|
5355
|
-
"kindString": "Constructor",
|
|
5356
|
-
"flags": {},
|
|
5357
|
-
"signatures": [
|
|
5358
|
-
{
|
|
5359
|
-
"id": 58,
|
|
5360
|
-
"name": "SkyKeyInfoLabelComponent",
|
|
5361
|
-
"kind": 16384,
|
|
5362
|
-
"kindString": "Constructor signature",
|
|
5363
|
-
"flags": {},
|
|
5364
|
-
"type": {
|
|
5365
|
-
"type": "reference",
|
|
5366
|
-
"id": 56,
|
|
5367
|
-
"name": "SkyKeyInfoLabelComponent"
|
|
5368
|
-
}
|
|
5369
|
-
}
|
|
5370
|
-
]
|
|
5371
|
-
}
|
|
5372
|
-
],
|
|
5024
|
+
"children": [],
|
|
5373
5025
|
"groups": [
|
|
5374
5026
|
{
|
|
5375
5027
|
"title": "Constructors",
|
|
@@ -5416,29 +5068,7 @@
|
|
|
5416
5068
|
}
|
|
5417
5069
|
}
|
|
5418
5070
|
],
|
|
5419
|
-
"children": [
|
|
5420
|
-
{
|
|
5421
|
-
"id": 60,
|
|
5422
|
-
"name": "constructor",
|
|
5423
|
-
"kind": 512,
|
|
5424
|
-
"kindString": "Constructor",
|
|
5425
|
-
"flags": {},
|
|
5426
|
-
"signatures": [
|
|
5427
|
-
{
|
|
5428
|
-
"id": 61,
|
|
5429
|
-
"name": "SkyKeyInfoValueComponent",
|
|
5430
|
-
"kind": 16384,
|
|
5431
|
-
"kindString": "Constructor signature",
|
|
5432
|
-
"flags": {},
|
|
5433
|
-
"type": {
|
|
5434
|
-
"type": "reference",
|
|
5435
|
-
"id": 59,
|
|
5436
|
-
"name": "SkyKeyInfoValueComponent"
|
|
5437
|
-
}
|
|
5438
|
-
}
|
|
5439
|
-
]
|
|
5440
|
-
}
|
|
5441
|
-
],
|
|
5071
|
+
"children": [],
|
|
5442
5072
|
"groups": [
|
|
5443
5073
|
{
|
|
5444
5074
|
"title": "Constructors",
|
|
@@ -5477,27 +5107,6 @@
|
|
|
5477
5107
|
}
|
|
5478
5108
|
],
|
|
5479
5109
|
"children": [
|
|
5480
|
-
{
|
|
5481
|
-
"id": 63,
|
|
5482
|
-
"name": "constructor",
|
|
5483
|
-
"kind": 512,
|
|
5484
|
-
"kindString": "Constructor",
|
|
5485
|
-
"flags": {},
|
|
5486
|
-
"signatures": [
|
|
5487
|
-
{
|
|
5488
|
-
"id": 64,
|
|
5489
|
-
"name": "SkyKeyInfoComponent",
|
|
5490
|
-
"kind": 16384,
|
|
5491
|
-
"kindString": "Constructor signature",
|
|
5492
|
-
"flags": {},
|
|
5493
|
-
"type": {
|
|
5494
|
-
"type": "reference",
|
|
5495
|
-
"id": 62,
|
|
5496
|
-
"name": "SkyKeyInfoComponent"
|
|
5497
|
-
}
|
|
5498
|
-
}
|
|
5499
|
-
]
|
|
5500
|
-
},
|
|
5501
5110
|
{
|
|
5502
5111
|
"id": 65,
|
|
5503
5112
|
"name": "layout",
|
|
@@ -5586,27 +5195,6 @@
|
|
|
5586
5195
|
}
|
|
5587
5196
|
],
|
|
5588
5197
|
"children": [
|
|
5589
|
-
{
|
|
5590
|
-
"id": 67,
|
|
5591
|
-
"name": "constructor",
|
|
5592
|
-
"kind": 512,
|
|
5593
|
-
"kindString": "Constructor",
|
|
5594
|
-
"flags": {},
|
|
5595
|
-
"signatures": [
|
|
5596
|
-
{
|
|
5597
|
-
"id": 68,
|
|
5598
|
-
"name": "SkyLabelComponent",
|
|
5599
|
-
"kind": 16384,
|
|
5600
|
-
"kindString": "Constructor signature",
|
|
5601
|
-
"flags": {},
|
|
5602
|
-
"type": {
|
|
5603
|
-
"type": "reference",
|
|
5604
|
-
"id": 66,
|
|
5605
|
-
"name": "SkyLabelComponent"
|
|
5606
|
-
}
|
|
5607
|
-
}
|
|
5608
|
-
]
|
|
5609
|
-
},
|
|
5610
5198
|
{
|
|
5611
5199
|
"id": 73,
|
|
5612
5200
|
"name": "baseIcon",
|
|
@@ -5618,7 +5206,7 @@
|
|
|
5618
5206
|
"sources": [
|
|
5619
5207
|
{
|
|
5620
5208
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5621
|
-
"line":
|
|
5209
|
+
"line": 28,
|
|
5622
5210
|
"character": 9
|
|
5623
5211
|
}
|
|
5624
5212
|
],
|
|
@@ -5639,7 +5227,7 @@
|
|
|
5639
5227
|
"sources": [
|
|
5640
5228
|
{
|
|
5641
5229
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5642
|
-
"line":
|
|
5230
|
+
"line": 30,
|
|
5643
5231
|
"character": 9
|
|
5644
5232
|
}
|
|
5645
5233
|
],
|
|
@@ -5659,7 +5247,7 @@
|
|
|
5659
5247
|
"sources": [
|
|
5660
5248
|
{
|
|
5661
5249
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5662
|
-
"line":
|
|
5250
|
+
"line": 32,
|
|
5663
5251
|
"character": 9
|
|
5664
5252
|
}
|
|
5665
5253
|
],
|
|
@@ -5692,7 +5280,7 @@
|
|
|
5692
5280
|
"sources": [
|
|
5693
5281
|
{
|
|
5694
5282
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5695
|
-
"line":
|
|
5283
|
+
"line": 19,
|
|
5696
5284
|
"character": 13
|
|
5697
5285
|
}
|
|
5698
5286
|
],
|
|
@@ -5785,7 +5373,7 @@
|
|
|
5785
5373
|
"sources": [
|
|
5786
5374
|
{
|
|
5787
5375
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5788
|
-
"line":
|
|
5376
|
+
"line": 13,
|
|
5789
5377
|
"character": 13
|
|
5790
5378
|
}
|
|
5791
5379
|
]
|
|
@@ -6182,7 +5770,7 @@
|
|
|
6182
5770
|
{
|
|
6183
5771
|
"fileName": "alert-demo.module.ts",
|
|
6184
5772
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.module.ts",
|
|
6185
|
-
"rawContents": "import {
|
|
5773
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyAlertModule } from '@skyux/indicators';\n\nimport { AlertDemoComponent } from './alert-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyAlertModule],\n declarations: [AlertDemoComponent],\n exports: [AlertDemoComponent],\n})\nexport class AlertDemoModule {}\n"
|
|
6186
5774
|
},
|
|
6187
5775
|
{
|
|
6188
5776
|
"fileName": "help-inline-demo.component.html",
|
|
@@ -6197,7 +5785,7 @@
|
|
|
6197
5785
|
{
|
|
6198
5786
|
"fileName": "help-inline-demo.module.ts",
|
|
6199
5787
|
"filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.module.ts",
|
|
6200
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
|
5788
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyHelpInlineModule } from '@skyux/indicators';\n\nimport { HelpInlineDemoComponent } from './help-inline-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyHelpInlineModule],\n exports: [HelpInlineDemoComponent],\n declarations: [HelpInlineDemoComponent],\n})\nexport class HelpInlineDemoModule {}\n"
|
|
6201
5789
|
},
|
|
6202
5790
|
{
|
|
6203
5791
|
"fileName": "icon-demo.component.html",
|
|
@@ -6212,7 +5800,7 @@
|
|
|
6212
5800
|
{
|
|
6213
5801
|
"fileName": "icon-demo.module.ts",
|
|
6214
5802
|
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.module.ts",
|
|
6215
|
-
"rawContents": "import {
|
|
5803
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { IconDemoComponent } from './icon-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule],\n declarations: [IconDemoComponent],\n exports: [IconDemoComponent],\n})\nexport class IconDemoModule {}\n"
|
|
6216
5804
|
},
|
|
6217
5805
|
{
|
|
6218
5806
|
"fileName": "key-info-demo.component.html",
|
|
@@ -6227,7 +5815,7 @@
|
|
|
6227
5815
|
{
|
|
6228
5816
|
"fileName": "key-info-demo.module.ts",
|
|
6229
5817
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.module.ts",
|
|
6230
|
-
"rawContents": "import {
|
|
5818
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { KeyInfoDemoComponent } from './key-info-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyKeyInfoModule],\n declarations: [KeyInfoDemoComponent],\n exports: [KeyInfoDemoComponent],\n})\nexport class KeyInfoDemoModule {}\n"
|
|
6231
5819
|
},
|
|
6232
5820
|
{
|
|
6233
5821
|
"fileName": "label-demo.component.html",
|
|
@@ -6242,7 +5830,7 @@
|
|
|
6242
5830
|
{
|
|
6243
5831
|
"fileName": "label-demo.module.ts",
|
|
6244
5832
|
"filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.module.ts",
|
|
6245
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
|
5833
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyLabelModule } from '@skyux/indicators';\n\nimport { LabelDemoComponent } from './label-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyLabelModule],\n exports: [LabelDemoComponent],\n declarations: [LabelDemoComponent],\n})\nexport class LabelDemoModule {}\n"
|
|
6246
5834
|
},
|
|
6247
5835
|
{
|
|
6248
5836
|
"fileName": "status-indicator-demo.component.html",
|
|
@@ -6257,7 +5845,7 @@
|
|
|
6257
5845
|
{
|
|
6258
5846
|
"fileName": "status-indicator-demo.module.ts",
|
|
6259
5847
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.module.ts",
|
|
6260
|
-
"rawContents": "import {
|
|
5848
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyStatusIndicatorModule } from '@skyux/indicators';\n\nimport { StatusIndicatorDemoComponent } from './status-indicator-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyStatusIndicatorModule],\n declarations: [StatusIndicatorDemoComponent],\n exports: [StatusIndicatorDemoComponent],\n})\nexport class StatusIndicatorDemoModule {}\n"
|
|
6261
5849
|
},
|
|
6262
5850
|
{
|
|
6263
5851
|
"fileName": "text-highlight-demo.component.html",
|
|
@@ -6272,7 +5860,7 @@
|
|
|
6272
5860
|
{
|
|
6273
5861
|
"fileName": "text-highlight-demo.module.ts",
|
|
6274
5862
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.module.ts",
|
|
6275
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
|
5863
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyTextHighlightModule } from '@skyux/indicators';\n\nimport { TextHighlightDemoComponent } from './text-highlight-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyTextHighlightModule,\n ],\n exports: [TextHighlightDemoComponent],\n declarations: [TextHighlightDemoComponent],\n})\nexport class TextHighlightDemoModule {}\n"
|
|
6276
5864
|
},
|
|
6277
5865
|
{
|
|
6278
5866
|
"fileName": "tokens-demo.component.html",
|
|
@@ -6282,12 +5870,12 @@
|
|
|
6282
5870
|
{
|
|
6283
5871
|
"fileName": "tokens-demo.component.ts",
|
|
6284
5872
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.ts",
|
|
6285
|
-
"rawContents": "import { Component } from '@angular/core';\
|
|
5873
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyToken } from '@skyux/indicators';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent {\n public colors: SkyToken[];\n\n private defaultColors = [\n { name: 'Red' },\n { name: 'Black' },\n { name: 'Blue' },\n { name: 'Brown' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Yellow' },\n ];\n\n constructor() {\n this.colors = this.getTokens(this.defaultColors);\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item,\n } as SkyToken;\n });\n }\n}\n"
|
|
6286
5874
|
},
|
|
6287
5875
|
{
|
|
6288
5876
|
"fileName": "tokens-demo.module.ts",
|
|
6289
5877
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.module.ts",
|
|
6290
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
|
5878
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyTokensModule } from '@skyux/indicators';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTokensModule],\n exports: [TokensDemoComponent],\n declarations: [TokensDemoComponent],\n})\nexport class TokensDemoModule {}\n"
|
|
6291
5879
|
},
|
|
6292
5880
|
{
|
|
6293
5881
|
"fileName": "tokens-demo.component.html",
|
|
@@ -6297,12 +5885,12 @@
|
|
|
6297
5885
|
{
|
|
6298
5886
|
"fileName": "tokens-demo.component.ts",
|
|
6299
5887
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.ts",
|
|
6300
|
-
"rawContents": "import { Component, OnDestroy } from '@angular/core';\
|
|
5888
|
+
"rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport {\n SkyToken,\n SkyTokenSelectedEventArgs,\n SkyTokensMessage,\n SkyTokensMessageType,\n} from '@skyux/indicators';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent implements OnDestroy {\n public myTokens: SkyToken[];\n\n private defaultTokens = [\n { label: 'Canada' },\n { label: 'Older than 55' },\n { label: 'Employed' },\n { label: 'Added before 2018' },\n ];\n\n public tokensController: Subject<SkyTokensMessage>;\n\n constructor() {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public ngOnDestroy(): void {\n if (this.tokensController) {\n this.tokensController.complete();\n }\n }\n\n public resetTokens(): void {\n this.createTokens();\n }\n\n public changeTokens(): void {\n this.myTokens = this.getTokens([\n { label: 'Paid' },\n { label: 'Pending' },\n { label: 'Past due' },\n ]);\n }\n\n public destroyTokens(): void {\n this.myTokens = undefined;\n }\n\n public createTokens(): void {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public onTokenSelected(args: SkyTokenSelectedEventArgs): void {\n console.log('Token selected:', args);\n }\n\n public onFocusIndexUnderRange(): void {\n console.log('Focus index was less than zero.');\n }\n\n public onFocusIndexOverRange(): void {\n console.log('Focus index was greater than the number of tokens.');\n }\n\n public focusLastToken(): void {\n if (!this.tokensController) {\n this.tokensController = new Subject<SkyTokensMessage>();\n }\n\n this.tokensController.next({\n type: SkyTokensMessageType.FocusLastToken,\n });\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item,\n } as SkyToken;\n });\n }\n}\n"
|
|
6301
5889
|
},
|
|
6302
5890
|
{
|
|
6303
5891
|
"fileName": "tokens-demo.module.ts",
|
|
6304
5892
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.module.ts",
|
|
6305
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
|
5893
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyTokensModule } from '@skyux/indicators';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTokensModule],\n exports: [TokensDemoComponent],\n declarations: [TokensDemoComponent],\n})\nexport class TokensDemoModule {}\n"
|
|
6306
5894
|
},
|
|
6307
5895
|
{
|
|
6308
5896
|
"fileName": "wait-demo.component.html",
|
|
@@ -6317,7 +5905,7 @@
|
|
|
6317
5905
|
{
|
|
6318
5906
|
"fileName": "wait-demo.module.ts",
|
|
6319
5907
|
"filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.module.ts",
|
|
6320
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
|
5908
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyWaitModule } from '@skyux/indicators';\n\nimport { WaitDemoComponent } from './wait-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyWaitModule],\n exports: [WaitDemoComponent],\n declarations: [WaitDemoComponent],\n})\nexport class WaitDemoModule {}\n"
|
|
6321
5909
|
},
|
|
6322
5910
|
{
|
|
6323
5911
|
"fileName": "wait-demo.component.html",
|
|
@@ -6327,12 +5915,12 @@
|
|
|
6327
5915
|
{
|
|
6328
5916
|
"fileName": "wait-demo.component.ts",
|
|
6329
5917
|
"filePath": "/projects/indicators/documentation/code-examples/wait/page/wait-demo.component.ts",
|
|
6330
|
-
"rawContents": "import { Component } from '@angular/core';\
|
|
5918
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyWaitService } from '@skyux/indicators';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html',\n})\nexport class WaitDemoComponent {\n public isWaiting = false;\n\n constructor(private waitSvc: SkyWaitService) {}\n\n public showPageWait(isBlocking: boolean): void {\n if (isBlocking) {\n this.waitSvc.beginBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endBlockingPageWait();\n }, 2000);\n } else {\n this.waitSvc.beginNonBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endNonBlockingPageWait();\n }, 2000);\n }\n }\n}\n"
|
|
6331
5919
|
},
|
|
6332
5920
|
{
|
|
6333
5921
|
"fileName": "wait-demo.module.ts",
|
|
6334
5922
|
"filePath": "/projects/indicators/documentation/code-examples/wait/page/wait-demo.module.ts",
|
|
6335
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
|
5923
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyWaitModule } from '@skyux/indicators';\n\nimport { WaitDemoComponent } from './wait-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyWaitModule],\n exports: [WaitDemoComponent],\n declarations: [WaitDemoComponent],\n})\nexport class WaitDemoModule {}\n"
|
|
6336
5924
|
}
|
|
6337
5925
|
]
|
|
6338
5926
|
}
|