@skyux/core 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +1 -1
  2. package/bundles/skyux-core-testing.umd.js +22 -25
  3. package/bundles/skyux-core-testing.umd.js.map +1 -1
  4. package/bundles/skyux-core.umd.js +300 -346
  5. package/bundles/skyux-core.umd.js.map +1 -1
  6. package/documentation.json +520 -515
  7. package/esm2015/modules/adapter-service/adapter.module.js +5 -5
  8. package/esm2015/modules/adapter-service/adapter.service.js +9 -8
  9. package/esm2015/modules/adapter-service/focusable-children-options.js +1 -1
  10. package/esm2015/modules/affix/affix-auto-fit-context.js +1 -1
  11. package/esm2015/modules/affix/affix-config.js +1 -1
  12. package/esm2015/modules/affix/affix-offset-change.js +1 -1
  13. package/esm2015/modules/affix/affix-offset.js +1 -1
  14. package/esm2015/modules/affix/affix-placement-change.js +1 -1
  15. package/esm2015/modules/affix/affix-utils.js +3 -8
  16. package/esm2015/modules/affix/affix.directive.js +7 -7
  17. package/esm2015/modules/affix/affix.module.js +8 -16
  18. package/esm2015/modules/affix/affix.service.js +6 -6
  19. package/esm2015/modules/affix/affixer.js +21 -19
  20. package/esm2015/modules/affix/dom-utils.js +3 -4
  21. package/esm2015/modules/dock/dock-dom-adapter.service.js +8 -7
  22. package/esm2015/modules/dock/dock-insert-component-config.js +1 -1
  23. package/esm2015/modules/dock/dock-item-config.js +1 -1
  24. package/esm2015/modules/dock/dock-item-reference.js +1 -1
  25. package/esm2015/modules/dock/dock-item.js +1 -1
  26. package/esm2015/modules/dock/dock-location.js +1 -1
  27. package/esm2015/modules/dock/dock-options.js +1 -1
  28. package/esm2015/modules/dock/dock.component.js +13 -17
  29. package/esm2015/modules/dock/dock.module.js +9 -21
  30. package/esm2015/modules/dock/dock.service.js +6 -6
  31. package/esm2015/modules/dynamic-component/dynamic-component-location.js +1 -1
  32. package/esm2015/modules/dynamic-component/dynamic-component-options.js +1 -1
  33. package/esm2015/modules/dynamic-component/dynamic-component.module.js +5 -5
  34. package/esm2015/modules/dynamic-component/dynamic-component.service.js +7 -7
  35. package/esm2015/modules/format/app-format.js +5 -5
  36. package/esm2015/modules/id/id.directive.js +5 -5
  37. package/esm2015/modules/id/id.module.js +7 -11
  38. package/esm2015/modules/log/log.module.js +5 -5
  39. package/esm2015/modules/log/log.service.js +5 -5
  40. package/esm2015/modules/media-query/media-breakpoints.js +1 -1
  41. package/esm2015/modules/media-query/media-query-listener.js +1 -1
  42. package/esm2015/modules/media-query/media-query.module.js +5 -5
  43. package/esm2015/modules/media-query/media-query.service.js +12 -12
  44. package/esm2015/modules/mutation/mutation-observer-service.js +5 -5
  45. package/esm2015/modules/numeric/numeric.module.js +9 -24
  46. package/esm2015/modules/numeric/numeric.options.js +1 -1
  47. package/esm2015/modules/numeric/numeric.pipe.js +12 -14
  48. package/esm2015/modules/numeric/numeric.service.js +16 -15
  49. package/esm2015/modules/overlay/overlay-adapter.service.js +5 -5
  50. package/esm2015/modules/overlay/overlay-config.js +1 -1
  51. package/esm2015/modules/overlay/overlay-context.js +1 -1
  52. package/esm2015/modules/overlay/overlay-instance.js +1 -1
  53. package/esm2015/modules/overlay/overlay.component.js +11 -11
  54. package/esm2015/modules/overlay/overlay.module.js +8 -16
  55. package/esm2015/modules/overlay/overlay.service.js +13 -11
  56. package/esm2015/modules/percent-pipe/percent-pipe.module.js +9 -24
  57. package/esm2015/modules/percent-pipe/percent.pipe.js +7 -6
  58. package/esm2015/modules/scrollable-host/scrollable-host.service.js +13 -14
  59. package/esm2015/modules/shared/number-format/number-format-utility.js +8 -5
  60. package/esm2015/modules/shared/sky-core-resources.module.js +21 -12
  61. package/esm2015/modules/title/set-title-args.js +1 -1
  62. package/esm2015/modules/title/title.service.js +5 -5
  63. package/esm2015/modules/ui-config/ui-config.service.js +5 -5
  64. package/esm2015/modules/viewkeeper/viewkeeper-boundary-info.js +1 -1
  65. package/esm2015/modules/viewkeeper/viewkeeper-host-options.js +4 -4
  66. package/esm2015/modules/viewkeeper/viewkeeper.directive.js +14 -11
  67. package/esm2015/modules/viewkeeper/viewkeeper.js +25 -15
  68. package/esm2015/modules/viewkeeper/viewkeeper.module.js +7 -11
  69. package/esm2015/modules/viewkeeper/viewkeeper.service.js +5 -5
  70. package/esm2015/modules/window/window-ref.js +5 -5
  71. package/esm2015/testing/mock-media-query.service.js +7 -7
  72. package/esm2015/testing/mock-ui-config.service.js +18 -21
  73. package/fesm2015/skyux-core-testing.js +22 -25
  74. package/fesm2015/skyux-core-testing.js.map +1 -1
  75. package/fesm2015/skyux-core.js +304 -350
  76. package/fesm2015/skyux-core.js.map +1 -1
  77. package/modules/scrollable-host/scrollable-host.service.d.ts +4 -4
  78. package/package.json +4 -4
@@ -83,7 +83,7 @@
83
83
  "sources": [
84
84
  {
85
85
  "fileName": "projects/core/src/modules/affix/affix-auto-fit-context.ts",
86
- "line": 6,
86
+ "line": 5,
87
87
  "character": 2
88
88
  }
89
89
  ],
@@ -101,7 +101,7 @@
101
101
  "sources": [
102
102
  {
103
103
  "fileName": "projects/core/src/modules/affix/affix-auto-fit-context.ts",
104
- "line": 11,
104
+ "line": 10,
105
105
  "character": 2
106
106
  }
107
107
  ],
@@ -148,7 +148,7 @@
148
148
  "sources": [
149
149
  {
150
150
  "fileName": "projects/core/src/modules/dock/dock-location.ts",
151
- "line": 9,
151
+ "line": 8,
152
152
  "character": 2
153
153
  }
154
154
  ],
@@ -166,7 +166,7 @@
166
166
  "sources": [
167
167
  {
168
168
  "fileName": "projects/core/src/modules/dock/dock-location.ts",
169
- "line": 14,
169
+ "line": 13,
170
170
  "character": 2
171
171
  }
172
172
  ],
@@ -184,7 +184,7 @@
184
184
  "sources": [
185
185
  {
186
186
  "fileName": "projects/core/src/modules/dock/dock-location.ts",
187
- "line": 19,
187
+ "line": 18,
188
188
  "character": 2
189
189
  }
190
190
  ],
@@ -206,7 +206,7 @@
206
206
  {
207
207
  "fileName": "projects/core/src/modules/dock/dock-location.ts",
208
208
  "line": 4,
209
- "character": 13
209
+ "character": 12
210
210
  }
211
211
  ]
212
212
  },
@@ -232,7 +232,7 @@
232
232
  "sources": [
233
233
  {
234
234
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
235
- "line": 9,
235
+ "line": 8,
236
236
  "character": 2
237
237
  }
238
238
  ],
@@ -250,7 +250,7 @@
250
250
  "sources": [
251
251
  {
252
252
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
253
- "line": 14,
253
+ "line": 13,
254
254
  "character": 2
255
255
  }
256
256
  ],
@@ -268,7 +268,7 @@
268
268
  "sources": [
269
269
  {
270
270
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
271
- "line": 19,
271
+ "line": 18,
272
272
  "character": 2
273
273
  }
274
274
  ],
@@ -286,7 +286,7 @@
286
286
  "sources": [
287
287
  {
288
288
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
289
- "line": 24,
289
+ "line": 23,
290
290
  "character": 2
291
291
  }
292
292
  ],
@@ -304,7 +304,7 @@
304
304
  "sources": [
305
305
  {
306
306
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
307
- "line": 29,
307
+ "line": 28,
308
308
  "character": 2
309
309
  }
310
310
  ],
@@ -351,7 +351,7 @@
351
351
  "sources": [
352
352
  {
353
353
  "fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
354
- "line": 21,
354
+ "line": 20,
355
355
  "character": 2
356
356
  }
357
357
  ],
@@ -369,7 +369,7 @@
369
369
  "sources": [
370
370
  {
371
371
  "fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
372
- "line": 16,
372
+ "line": 15,
373
373
  "character": 2
374
374
  }
375
375
  ],
@@ -387,7 +387,7 @@
387
387
  "sources": [
388
388
  {
389
389
  "fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
390
- "line": 11,
390
+ "line": 10,
391
391
  "character": 2
392
392
  }
393
393
  ],
@@ -405,7 +405,7 @@
405
405
  "sources": [
406
406
  {
407
407
  "fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
408
- "line": 6,
408
+ "line": 5,
409
409
  "character": 2
410
410
  }
411
411
  ],
@@ -433,7 +433,7 @@
433
433
  ]
434
434
  },
435
435
  {
436
- "id": 370,
436
+ "id": 369,
437
437
  "name": "MutationObserverService",
438
438
  "kind": 128,
439
439
  "kindString": "Class",
@@ -446,34 +446,34 @@
446
446
  "name": "Injectable"
447
447
  },
448
448
  "arguments": {
449
- "options": "{\n providedIn: 'root'\n}"
449
+ "options": "{\n providedIn: 'root',\n}"
450
450
  }
451
451
  }
452
452
  ],
453
453
  "children": [
454
454
  {
455
- "id": 371,
455
+ "id": 370,
456
456
  "name": "constructor",
457
457
  "kind": 512,
458
458
  "kindString": "Constructor",
459
459
  "flags": {},
460
460
  "signatures": [
461
461
  {
462
- "id": 372,
462
+ "id": 371,
463
463
  "name": "new MutationObserverService",
464
464
  "kind": 16384,
465
465
  "kindString": "Constructor signature",
466
466
  "flags": {},
467
467
  "type": {
468
468
  "type": "reference",
469
- "id": 370,
469
+ "id": 369,
470
470
  "name": "MutationObserverService"
471
471
  }
472
472
  }
473
473
  ]
474
474
  },
475
475
  {
476
- "id": 373,
476
+ "id": 372,
477
477
  "name": "create",
478
478
  "kind": 2048,
479
479
  "kindString": "Method",
@@ -483,20 +483,20 @@
483
483
  "sources": [
484
484
  {
485
485
  "fileName": "projects/core/src/modules/mutation/mutation-observer-service.ts",
486
- "line": 9,
486
+ "line": 7,
487
487
  "character": 9
488
488
  }
489
489
  ],
490
490
  "signatures": [
491
491
  {
492
- "id": 374,
492
+ "id": 373,
493
493
  "name": "create",
494
494
  "kind": 4096,
495
495
  "kindString": "Call signature",
496
496
  "flags": {},
497
497
  "parameters": [
498
498
  {
499
- "id": 375,
499
+ "id": 374,
500
500
  "name": "callback",
501
501
  "kind": 32768,
502
502
  "kindString": "Parameter",
@@ -520,27 +520,27 @@
520
520
  "title": "Constructors",
521
521
  "kind": 512,
522
522
  "children": [
523
- 371
523
+ 370
524
524
  ]
525
525
  },
526
526
  {
527
527
  "title": "Methods",
528
528
  "kind": 2048,
529
529
  "children": [
530
- 373
530
+ 372
531
531
  ]
532
532
  }
533
533
  ],
534
534
  "sources": [
535
535
  {
536
536
  "fileName": "projects/core/src/modules/mutation/mutation-observer-service.ts",
537
- "line": 8,
537
+ "line": 6,
538
538
  "character": 13
539
539
  }
540
540
  ]
541
541
  },
542
542
  {
543
- "id": 382,
543
+ "id": 381,
544
544
  "name": "NumericOptions",
545
545
  "kind": 128,
546
546
  "kindString": "Class",
@@ -550,28 +550,28 @@
550
550
  },
551
551
  "children": [
552
552
  {
553
- "id": 383,
553
+ "id": 382,
554
554
  "name": "constructor",
555
555
  "kind": 512,
556
556
  "kindString": "Constructor",
557
557
  "flags": {},
558
558
  "signatures": [
559
559
  {
560
- "id": 384,
560
+ "id": 383,
561
561
  "name": "new NumericOptions",
562
562
  "kind": 16384,
563
563
  "kindString": "Constructor signature",
564
564
  "flags": {},
565
565
  "type": {
566
566
  "type": "reference",
567
- "id": 382,
567
+ "id": 381,
568
568
  "name": "NumericOptions"
569
569
  }
570
570
  }
571
571
  ]
572
572
  },
573
573
  {
574
- "id": 387,
574
+ "id": 386,
575
575
  "name": "currencySign",
576
576
  "kind": 1024,
577
577
  "kindString": "Property",
@@ -591,7 +591,7 @@
591
591
  "sources": [
592
592
  {
593
593
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
594
- "line": 22,
594
+ "line": 21,
595
595
  "character": 9
596
596
  }
597
597
  ],
@@ -611,7 +611,7 @@
611
611
  "defaultValue": "'standard'"
612
612
  },
613
613
  {
614
- "id": 385,
614
+ "id": 384,
615
615
  "name": "digits",
616
616
  "kind": 1024,
617
617
  "kindString": "Property",
@@ -631,7 +631,7 @@
631
631
  "sources": [
632
632
  {
633
633
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
634
- "line": 10,
634
+ "line": 9,
635
635
  "character": 9
636
636
  }
637
637
  ],
@@ -642,7 +642,7 @@
642
642
  "defaultValue": "1"
643
643
  },
644
644
  {
645
- "id": 386,
645
+ "id": 385,
646
646
  "name": "format",
647
647
  "kind": 1024,
648
648
  "kindString": "Property",
@@ -662,7 +662,7 @@
662
662
  "sources": [
663
663
  {
664
664
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
665
- "line": 16,
665
+ "line": 15,
666
666
  "character": 9
667
667
  }
668
668
  ],
@@ -673,7 +673,7 @@
673
673
  "defaultValue": "'number'"
674
674
  },
675
675
  {
676
- "id": 388,
676
+ "id": 387,
677
677
  "name": "iso",
678
678
  "kind": 1024,
679
679
  "kindString": "Property",
@@ -693,7 +693,7 @@
693
693
  "sources": [
694
694
  {
695
695
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
696
- "line": 30,
696
+ "line": 29,
697
697
  "character": 9
698
698
  }
699
699
  ],
@@ -704,7 +704,7 @@
704
704
  "defaultValue": "'USD'"
705
705
  },
706
706
  {
707
- "id": 389,
707
+ "id": 388,
708
708
  "name": "locale",
709
709
  "kind": 1024,
710
710
  "kindString": "Property",
@@ -718,7 +718,7 @@
718
718
  "sources": [
719
719
  {
720
720
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
721
- "line": 35,
721
+ "line": 34,
722
722
  "character": 9
723
723
  }
724
724
  ],
@@ -728,7 +728,7 @@
728
728
  }
729
729
  },
730
730
  {
731
- "id": 390,
731
+ "id": 389,
732
732
  "name": "minDigits",
733
733
  "kind": 1024,
734
734
  "kindString": "Property",
@@ -742,7 +742,7 @@
742
742
  "sources": [
743
743
  {
744
744
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
745
- "line": 42,
745
+ "line": 41,
746
746
  "character": 9
747
747
  }
748
748
  ],
@@ -752,7 +752,7 @@
752
752
  }
753
753
  },
754
754
  {
755
- "id": 391,
755
+ "id": 390,
756
756
  "name": "truncate",
757
757
  "kind": 1024,
758
758
  "kindString": "Property",
@@ -766,7 +766,7 @@
766
766
  "sources": [
767
767
  {
768
768
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
769
- "line": 48,
769
+ "line": 47,
770
770
  "character": 9
771
771
  }
772
772
  ],
@@ -777,7 +777,7 @@
777
777
  "defaultValue": "true"
778
778
  },
779
779
  {
780
- "id": 392,
780
+ "id": 391,
781
781
  "name": "truncateAfter",
782
782
  "kind": 1024,
783
783
  "kindString": "Property",
@@ -797,7 +797,7 @@
797
797
  "sources": [
798
798
  {
799
799
  "fileName": "projects/core/src/modules/numeric/numeric.options.ts",
800
- "line": 55,
800
+ "line": 54,
801
801
  "character": 9
802
802
  }
803
803
  ],
@@ -813,21 +813,21 @@
813
813
  "title": "Constructors",
814
814
  "kind": 512,
815
815
  "children": [
816
- 383
816
+ 382
817
817
  ]
818
818
  },
819
819
  {
820
820
  "title": "Properties",
821
821
  "kind": 1024,
822
822
  "children": [
823
- 387,
824
- 385,
825
823
  386,
824
+ 384,
825
+ 385,
826
+ 387,
826
827
  388,
827
828
  389,
828
829
  390,
829
- 391,
830
- 392
830
+ 391
831
831
  ]
832
832
  }
833
833
  ],
@@ -853,7 +853,7 @@
853
853
  "name": "NgModule"
854
854
  },
855
855
  "arguments": {
856
- "obj": "{\n imports: [\n CommonModule\n ],\n exports: [\n SkyAffixDirective\n ],\n declarations: [\n SkyAffixDirective\n ]\n}"
856
+ "obj": "{\n imports: [CommonModule],\n exports: [SkyAffixDirective],\n declarations: [SkyAffixDirective],\n}"
857
857
  }
858
858
  }
859
859
  ],
@@ -892,7 +892,7 @@
892
892
  "sources": [
893
893
  {
894
894
  "fileName": "projects/core/src/modules/affix/affix.module.ts",
895
- "line": 24,
895
+ "line": 12,
896
896
  "character": 13
897
897
  }
898
898
  ]
@@ -911,7 +911,7 @@
911
911
  "name": "Injectable"
912
912
  },
913
913
  "arguments": {
914
- "options": "{\n providedIn: 'root'\n}"
914
+ "options": "{\n providedIn: 'root',\n}"
915
915
  }
916
916
  }
917
917
  ],
@@ -925,7 +925,7 @@
925
925
  "sources": [
926
926
  {
927
927
  "fileName": "projects/core/src/modules/affix/affix.service.ts",
928
- "line": 19,
928
+ "line": 16,
929
929
  "character": 2
930
930
  }
931
931
  ],
@@ -968,7 +968,7 @@
968
968
  "sources": [
969
969
  {
970
970
  "fileName": "projects/core/src/modules/affix/affix.service.ts",
971
- "line": 29,
971
+ "line": 24,
972
972
  "character": 9
973
973
  }
974
974
  ],
@@ -1032,7 +1032,7 @@
1032
1032
  "sources": [
1033
1033
  {
1034
1034
  "fileName": "projects/core/src/modules/affix/affix.service.ts",
1035
- "line": 15,
1035
+ "line": 13,
1036
1036
  "character": 13
1037
1037
  }
1038
1038
  ]
@@ -1053,7 +1053,7 @@
1053
1053
  "sources": [
1054
1054
  {
1055
1055
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1056
- "line": 123,
1056
+ "line": 100,
1057
1057
  "character": 2
1058
1058
  }
1059
1059
  ],
@@ -1107,7 +1107,7 @@
1107
1107
  "sources": [
1108
1108
  {
1109
1109
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1110
- "line": 61,
1110
+ "line": 38,
1111
1111
  "character": 13
1112
1112
  }
1113
1113
  ],
@@ -1146,7 +1146,7 @@
1146
1146
  "sources": [
1147
1147
  {
1148
1148
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1149
- "line": 70,
1149
+ "line": 47,
1150
1150
  "character": 13
1151
1151
  }
1152
1152
  ],
@@ -1184,7 +1184,7 @@
1184
1184
  "sources": [
1185
1185
  {
1186
1186
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1187
- "line": 78,
1187
+ "line": 55,
1188
1188
  "character": 13
1189
1189
  }
1190
1190
  ],
@@ -1223,7 +1223,7 @@
1223
1223
  "sources": [
1224
1224
  {
1225
1225
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1226
- "line": 133,
1226
+ "line": 110,
1227
1227
  "character": 9
1228
1228
  }
1229
1229
  ],
@@ -1288,7 +1288,7 @@
1288
1288
  "sources": [
1289
1289
  {
1290
1290
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1291
- "line": 161,
1291
+ "line": 137,
1292
1292
  "character": 9
1293
1293
  }
1294
1294
  ],
@@ -1320,7 +1320,7 @@
1320
1320
  "sources": [
1321
1321
  {
1322
1322
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1323
- "line": 152,
1323
+ "line": 128,
1324
1324
  "character": 9
1325
1325
  }
1326
1326
  ],
@@ -1372,7 +1372,7 @@
1372
1372
  "sources": [
1373
1373
  {
1374
1374
  "fileName": "projects/core/src/modules/affix/affixer.ts",
1375
- "line": 56,
1375
+ "line": 34,
1376
1376
  "character": 13
1377
1377
  }
1378
1378
  ]
@@ -1391,7 +1391,7 @@
1391
1391
  "name": "Injectable"
1392
1392
  },
1393
1393
  "arguments": {
1394
- "options": "{\n providedIn: 'root'\n}"
1394
+ "options": "{\n providedIn: 'root',\n}"
1395
1395
  }
1396
1396
  }
1397
1397
  ],
@@ -1428,7 +1428,7 @@
1428
1428
  "sources": [
1429
1429
  {
1430
1430
  "fileName": "projects/core/src/modules/format/app-format.ts",
1431
- "line": 9,
1431
+ "line": 7,
1432
1432
  "character": 9
1433
1433
  }
1434
1434
  ],
@@ -1495,13 +1495,13 @@
1495
1495
  "sources": [
1496
1496
  {
1497
1497
  "fileName": "projects/core/src/modules/format/app-format.ts",
1498
- "line": 8,
1498
+ "line": 6,
1499
1499
  "character": 13
1500
1500
  }
1501
1501
  ]
1502
1502
  },
1503
1503
  {
1504
- "id": 548,
1504
+ "id": 547,
1505
1505
  "name": "SkyAppTitleService",
1506
1506
  "kind": 128,
1507
1507
  "kindString": "Class",
@@ -1517,13 +1517,13 @@
1517
1517
  "name": "Injectable"
1518
1518
  },
1519
1519
  "arguments": {
1520
- "options": "{\n providedIn: 'root'\n}"
1520
+ "options": "{\n providedIn: 'root',\n}"
1521
1521
  }
1522
1522
  }
1523
1523
  ],
1524
1524
  "children": [
1525
1525
  {
1526
- "id": 549,
1526
+ "id": 548,
1527
1527
  "name": "constructor",
1528
1528
  "kind": 512,
1529
1529
  "kindString": "Constructor",
@@ -1531,20 +1531,20 @@
1531
1531
  "sources": [
1532
1532
  {
1533
1533
  "fileName": "projects/core/src/modules/title/title.service.ts",
1534
- "line": 21,
1534
+ "line": 14,
1535
1535
  "character": 2
1536
1536
  }
1537
1537
  ],
1538
1538
  "signatures": [
1539
1539
  {
1540
- "id": 550,
1540
+ "id": 549,
1541
1541
  "name": "new SkyAppTitleService",
1542
1542
  "kind": 16384,
1543
1543
  "kindString": "Constructor signature",
1544
1544
  "flags": {},
1545
1545
  "parameters": [
1546
1546
  {
1547
- "id": 551,
1547
+ "id": 550,
1548
1548
  "name": "title",
1549
1549
  "kind": 32768,
1550
1550
  "kindString": "Parameter",
@@ -1557,14 +1557,14 @@
1557
1557
  ],
1558
1558
  "type": {
1559
1559
  "type": "reference",
1560
- "id": 548,
1560
+ "id": 547,
1561
1561
  "name": "SkyAppTitleService"
1562
1562
  }
1563
1563
  }
1564
1564
  ]
1565
1565
  },
1566
1566
  {
1567
- "id": 552,
1567
+ "id": 551,
1568
1568
  "name": "setTitle",
1569
1569
  "kind": 2048,
1570
1570
  "kindString": "Method",
@@ -1574,13 +1574,13 @@
1574
1574
  "sources": [
1575
1575
  {
1576
1576
  "fileName": "projects/core/src/modules/title/title.service.ts",
1577
- "line": 28,
1577
+ "line": 21,
1578
1578
  "character": 9
1579
1579
  }
1580
1580
  ],
1581
1581
  "signatures": [
1582
1582
  {
1583
- "id": 553,
1583
+ "id": 552,
1584
1584
  "name": "setTitle",
1585
1585
  "kind": 4096,
1586
1586
  "kindString": "Call signature",
@@ -1590,7 +1590,7 @@
1590
1590
  },
1591
1591
  "parameters": [
1592
1592
  {
1593
- "id": 554,
1593
+ "id": 553,
1594
1594
  "name": "args",
1595
1595
  "kind": 32768,
1596
1596
  "kindString": "Parameter",
@@ -1600,7 +1600,7 @@
1600
1600
  },
1601
1601
  "type": {
1602
1602
  "type": "reference",
1603
- "id": 546,
1603
+ "id": 545,
1604
1604
  "name": "SkyAppSetTitleArgs"
1605
1605
  }
1606
1606
  }
@@ -1618,27 +1618,27 @@
1618
1618
  "title": "Constructors",
1619
1619
  "kind": 512,
1620
1620
  "children": [
1621
- 549
1621
+ 548
1622
1622
  ]
1623
1623
  },
1624
1624
  {
1625
1625
  "title": "Methods",
1626
1626
  "kind": 2048,
1627
1627
  "children": [
1628
- 552
1628
+ 551
1629
1629
  ]
1630
1630
  }
1631
1631
  ],
1632
1632
  "sources": [
1633
1633
  {
1634
1634
  "fileName": "projects/core/src/modules/title/title.service.ts",
1635
- "line": 19,
1635
+ "line": 13,
1636
1636
  "character": 13
1637
1637
  }
1638
1638
  ]
1639
1639
  },
1640
1640
  {
1641
- "id": 599,
1641
+ "id": 598,
1642
1642
  "name": "SkyAppWindowRef",
1643
1643
  "kind": 128,
1644
1644
  "kindString": "Class",
@@ -1654,34 +1654,34 @@
1654
1654
  "name": "Injectable"
1655
1655
  },
1656
1656
  "arguments": {
1657
- "options": "{\n providedIn: 'root'\n}"
1657
+ "options": "{\n providedIn: 'root',\n}"
1658
1658
  }
1659
1659
  }
1660
1660
  ],
1661
1661
  "children": [
1662
1662
  {
1663
- "id": 600,
1663
+ "id": 599,
1664
1664
  "name": "constructor",
1665
1665
  "kind": 512,
1666
1666
  "kindString": "Constructor",
1667
1667
  "flags": {},
1668
1668
  "signatures": [
1669
1669
  {
1670
- "id": 601,
1670
+ "id": 600,
1671
1671
  "name": "new SkyAppWindowRef",
1672
1672
  "kind": 16384,
1673
1673
  "kindString": "Constructor signature",
1674
1674
  "flags": {},
1675
1675
  "type": {
1676
1676
  "type": "reference",
1677
- "id": 599,
1677
+ "id": 598,
1678
1678
  "name": "SkyAppWindowRef"
1679
1679
  }
1680
1680
  }
1681
1681
  ]
1682
1682
  },
1683
1683
  {
1684
- "id": 602,
1684
+ "id": 601,
1685
1685
  "name": "nativeWindow",
1686
1686
  "kind": 262144,
1687
1687
  "kindString": "Accessor",
@@ -1691,13 +1691,13 @@
1691
1691
  "sources": [
1692
1692
  {
1693
1693
  "fileName": "projects/core/src/modules/window/window-ref.ts",
1694
- "line": 25,
1694
+ "line": 22,
1695
1695
  "character": 13
1696
1696
  }
1697
1697
  ],
1698
1698
  "getSignature": [
1699
1699
  {
1700
- "id": 603,
1700
+ "id": 602,
1701
1701
  "name": "nativeWindow",
1702
1702
  "kind": 524288,
1703
1703
  "kindString": "Get signature",
@@ -1718,21 +1718,21 @@
1718
1718
  "title": "Constructors",
1719
1719
  "kind": 512,
1720
1720
  "children": [
1721
- 600
1721
+ 599
1722
1722
  ]
1723
1723
  },
1724
1724
  {
1725
1725
  "title": "Accessors",
1726
1726
  "kind": 262144,
1727
1727
  "children": [
1728
- 602
1728
+ 601
1729
1729
  ]
1730
1730
  }
1731
1731
  ],
1732
1732
  "sources": [
1733
1733
  {
1734
1734
  "fileName": "projects/core/src/modules/window/window-ref.ts",
1735
- "line": 20,
1735
+ "line": 18,
1736
1736
  "character": 13
1737
1737
  }
1738
1738
  ]
@@ -1798,7 +1798,7 @@
1798
1798
  "sources": [
1799
1799
  {
1800
1800
  "fileName": "projects/core/src/modules/adapter-service/adapter.module.ts",
1801
- "line": 10,
1801
+ "line": 8,
1802
1802
  "character": 13
1803
1803
  }
1804
1804
  ]
@@ -1817,7 +1817,7 @@
1817
1817
  "name": "Injectable"
1818
1818
  },
1819
1819
  "arguments": {
1820
- "options": "{\n providedIn: 'root'\n}"
1820
+ "options": "{\n providedIn: 'root',\n}"
1821
1821
  }
1822
1822
  }
1823
1823
  ],
@@ -1831,7 +1831,7 @@
1831
1831
  "sources": [
1832
1832
  {
1833
1833
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
1834
- "line": 37,
1834
+ "line": 32,
1835
1835
  "character": 2
1836
1836
  }
1837
1837
  ],
@@ -1874,7 +1874,7 @@
1874
1874
  "sources": [
1875
1875
  {
1876
1876
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
1877
- "line": 102,
1877
+ "line": 98,
1878
1878
  "character": 9
1879
1879
  }
1880
1880
  ],
@@ -1929,7 +1929,7 @@
1929
1929
  "sources": [
1930
1930
  {
1931
1931
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
1932
- "line": 146,
1932
+ "line": 147,
1933
1933
  "character": 9
1934
1934
  }
1935
1935
  ],
@@ -1997,7 +1997,7 @@
1997
1997
  "sources": [
1998
1998
  {
1999
1999
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2000
- "line": 126,
2000
+ "line": 123,
2001
2001
  "character": 9
2002
2002
  }
2003
2003
  ],
@@ -2080,7 +2080,7 @@
2080
2080
  "sources": [
2081
2081
  {
2082
2082
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2083
- "line": 170,
2083
+ "line": 176,
2084
2084
  "character": 9
2085
2085
  }
2086
2086
  ],
@@ -2134,7 +2134,7 @@
2134
2134
  "sources": [
2135
2135
  {
2136
2136
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2137
- "line": 179,
2137
+ "line": 185,
2138
2138
  "character": 9
2139
2139
  }
2140
2140
  ],
@@ -2196,7 +2196,7 @@
2196
2196
  "sources": [
2197
2197
  {
2198
2198
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2199
- "line": 209,
2199
+ "line": 218,
2200
2200
  "character": 9
2201
2201
  }
2202
2202
  ],
@@ -2264,7 +2264,7 @@
2264
2264
  "sources": [
2265
2265
  {
2266
2266
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2267
- "line": 50,
2267
+ "line": 43,
2268
2268
  "character": 9
2269
2269
  }
2270
2270
  ],
@@ -2333,7 +2333,7 @@
2333
2333
  "sources": [
2334
2334
  {
2335
2335
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2336
- "line": 226,
2336
+ "line": 235,
2337
2337
  "character": 9
2338
2338
  }
2339
2339
  ],
@@ -2401,7 +2401,7 @@
2401
2401
  "sources": [
2402
2402
  {
2403
2403
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2404
- "line": 88,
2404
+ "line": 84,
2405
2405
  "character": 9
2406
2406
  }
2407
2407
  ],
@@ -2466,7 +2466,7 @@
2466
2466
  "sources": [
2467
2467
  {
2468
2468
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2469
- "line": 33,
2469
+ "line": 29,
2470
2470
  "character": 13
2471
2471
  }
2472
2472
  ]
@@ -2490,7 +2490,7 @@
2490
2490
  "sources": [
2491
2491
  {
2492
2492
  "fileName": "projects/core/src/modules/dock/dock-item.ts",
2493
- "line": 24,
2493
+ "line": 20,
2494
2494
  "character": 2
2495
2495
  }
2496
2496
  ],
@@ -2597,7 +2597,7 @@
2597
2597
  "sources": [
2598
2598
  {
2599
2599
  "fileName": "projects/core/src/modules/dock/dock-item.ts",
2600
- "line": 14,
2600
+ "line": 10,
2601
2601
  "character": 13
2602
2602
  }
2603
2603
  ],
@@ -2635,7 +2635,7 @@
2635
2635
  "sources": [
2636
2636
  {
2637
2637
  "fileName": "projects/core/src/modules/dock/dock-item.ts",
2638
- "line": 32,
2638
+ "line": 28,
2639
2639
  "character": 9
2640
2640
  }
2641
2641
  ],
@@ -2691,7 +2691,7 @@
2691
2691
  "sources": [
2692
2692
  {
2693
2693
  "fileName": "projects/core/src/modules/dock/dock-item.ts",
2694
- "line": 9,
2694
+ "line": 6,
2695
2695
  "character": 13
2696
2696
  }
2697
2697
  ],
@@ -2719,7 +2719,7 @@
2719
2719
  "name": "NgModule"
2720
2720
  },
2721
2721
  "arguments": {
2722
- "obj": "{\n imports: [\n CommonModule\n ],\n declarations: [\n SkyDockComponent\n ],\n entryComponents: [\n SkyDockComponent\n ],\n providers: [\n MutationObserverService\n ]\n}"
2722
+ "obj": "{\n imports: [CommonModule],\n declarations: [SkyDockComponent],\n entryComponents: [SkyDockComponent],\n providers: [MutationObserverService],\n}"
2723
2723
  }
2724
2724
  }
2725
2725
  ],
@@ -2758,7 +2758,7 @@
2758
2758
  "sources": [
2759
2759
  {
2760
2760
  "fileName": "projects/core/src/modules/dock/dock.module.ts",
2761
- "line": 31,
2761
+ "line": 15,
2762
2762
  "character": 13
2763
2763
  }
2764
2764
  ]
@@ -2780,7 +2780,7 @@
2780
2780
  "name": "Injectable"
2781
2781
  },
2782
2782
  "arguments": {
2783
- "options": "{\n providedIn: 'root'\n}"
2783
+ "options": "{\n providedIn: 'root',\n}"
2784
2784
  }
2785
2785
  }
2786
2786
  ],
@@ -2794,7 +2794,7 @@
2794
2794
  "sources": [
2795
2795
  {
2796
2796
  "fileName": "projects/core/src/modules/dock/dock.service.ts",
2797
- "line": 64,
2797
+ "line": 41,
2798
2798
  "character": 2
2799
2799
  }
2800
2800
  ],
@@ -2838,7 +2838,7 @@
2838
2838
  "sources": [
2839
2839
  {
2840
2840
  "fileName": "projects/core/src/modules/dock/dock.service.ts",
2841
- "line": 54,
2841
+ "line": 31,
2842
2842
  "character": 13
2843
2843
  }
2844
2844
  ],
@@ -2880,7 +2880,7 @@
2880
2880
  "sources": [
2881
2881
  {
2882
2882
  "fileName": "projects/core/src/modules/dock/dock.service.ts",
2883
- "line": 73,
2883
+ "line": 48,
2884
2884
  "character": 9
2885
2885
  }
2886
2886
  ],
@@ -2969,7 +2969,7 @@
2969
2969
  "sources": [
2970
2970
  {
2971
2971
  "fileName": "projects/core/src/modules/dock/dock.service.ts",
2972
- "line": 102,
2972
+ "line": 83,
2973
2973
  "character": 9
2974
2974
  }
2975
2975
  ],
@@ -3035,7 +3035,7 @@
3035
3035
  "sources": [
3036
3036
  {
3037
3037
  "fileName": "projects/core/src/modules/dock/dock.service.ts",
3038
- "line": 49,
3038
+ "line": 27,
3039
3039
  "character": 13
3040
3040
  }
3041
3041
  ]
@@ -3102,7 +3102,7 @@
3102
3102
  "sources": [
3103
3103
  {
3104
3104
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component.module.ts",
3105
- "line": 11,
3105
+ "line": 9,
3106
3106
  "character": 13
3107
3107
  }
3108
3108
  ]
@@ -3124,7 +3124,7 @@
3124
3124
  "name": "Injectable"
3125
3125
  },
3126
3126
  "arguments": {
3127
- "options": "{\n // Must be 'any' so that the component is created in the context of its module's injector.\n // If set to 'root', the component's dependency injections would only be derived from the root\n // injector and may loose context if the component is created within a lazy-loaded module.\n providedIn: 'any'\n}"
3127
+ "options": "{\n // Must be 'any' so that the component is created in the context of its module's injector.\n // If set to 'root', the component's dependency injections would only be derived from the root\n // injector and may loose context if the component is created within a lazy-loaded module.\n providedIn: 'any',\n}"
3128
3128
  }
3129
3129
  }
3130
3130
  ],
@@ -3138,7 +3138,7 @@
3138
3138
  "sources": [
3139
3139
  {
3140
3140
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
3141
- "line": 37,
3141
+ "line": 31,
3142
3142
  "character": 2
3143
3143
  }
3144
3144
  ],
@@ -3191,7 +3191,7 @@
3191
3191
  "flags": {},
3192
3192
  "type": {
3193
3193
  "type": "reference",
3194
- "id": 599,
3194
+ "id": 598,
3195
3195
  "name": "SkyAppWindowRef"
3196
3196
  }
3197
3197
  },
@@ -3226,7 +3226,7 @@
3226
3226
  "sources": [
3227
3227
  {
3228
3228
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
3229
- "line": 56,
3229
+ "line": 50,
3230
3230
  "character": 9
3231
3231
  }
3232
3232
  ],
@@ -3311,7 +3311,7 @@
3311
3311
  "sources": [
3312
3312
  {
3313
3313
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
3314
- "line": 99,
3314
+ "line": 101,
3315
3315
  "character": 9
3316
3316
  }
3317
3317
  ],
@@ -3385,7 +3385,7 @@
3385
3385
  "sources": [
3386
3386
  {
3387
3387
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
3388
- "line": 34,
3388
+ "line": 28,
3389
3389
  "character": 13
3390
3390
  }
3391
3391
  ]
@@ -3404,7 +3404,7 @@
3404
3404
  "name": "NgModule"
3405
3405
  },
3406
3406
  "arguments": {
3407
- "obj": "{\n declarations: [\n SkyIdDirective\n ],\n exports: [\n SkyIdDirective\n ]\n}"
3407
+ "obj": "{\n declarations: [SkyIdDirective],\n exports: [SkyIdDirective],\n}"
3408
3408
  }
3409
3409
  }
3410
3410
  ],
@@ -3443,7 +3443,7 @@
3443
3443
  "sources": [
3444
3444
  {
3445
3445
  "fileName": "projects/core/src/modules/id/id.module.ts",
3446
- "line": 17,
3446
+ "line": 9,
3447
3447
  "character": 13
3448
3448
  }
3449
3449
  ]
@@ -3509,7 +3509,7 @@
3509
3509
  "sources": [
3510
3510
  {
3511
3511
  "fileName": "projects/core/src/modules/log/log.module.ts",
3512
- "line": 10,
3512
+ "line": 8,
3513
3513
  "character": 13
3514
3514
  }
3515
3515
  ]
@@ -3536,7 +3536,7 @@
3536
3536
  "name": "Injectable"
3537
3537
  },
3538
3538
  "arguments": {
3539
- "options": "{\n providedIn: 'root'\n}"
3539
+ "options": "{\n providedIn: 'root',\n}"
3540
3540
  }
3541
3541
  }
3542
3542
  ],
@@ -3573,7 +3573,7 @@
3573
3573
  "sources": [
3574
3574
  {
3575
3575
  "fileName": "projects/core/src/modules/log/log.service.ts",
3576
- "line": 12,
3576
+ "line": 10,
3577
3577
  "character": 9
3578
3578
  }
3579
3579
  ],
@@ -3642,7 +3642,7 @@
3642
3642
  "sources": [
3643
3643
  {
3644
3644
  "fileName": "projects/core/src/modules/log/log.service.ts",
3645
- "line": 11,
3645
+ "line": 9,
3646
3646
  "character": 13
3647
3647
  }
3648
3648
  ]
@@ -3708,7 +3708,7 @@
3708
3708
  "sources": [
3709
3709
  {
3710
3710
  "fileName": "projects/core/src/modules/media-query/media-query.module.ts",
3711
- "line": 10,
3711
+ "line": 8,
3712
3712
  "character": 13
3713
3713
  }
3714
3714
  ]
@@ -3727,7 +3727,7 @@
3727
3727
  "name": "Injectable"
3728
3728
  },
3729
3729
  "arguments": {
3730
- "options": "{\n providedIn: 'root'\n}"
3730
+ "options": "{\n providedIn: 'root',\n}"
3731
3731
  }
3732
3732
  }
3733
3733
  ],
@@ -3741,7 +3741,7 @@
3741
3741
  "sources": [
3742
3742
  {
3743
3743
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3744
- "line": 83,
3744
+ "line": 73,
3745
3745
  "character": 2
3746
3746
  }
3747
3747
  ],
@@ -3788,7 +3788,7 @@
3788
3788
  "sources": [
3789
3789
  {
3790
3790
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3791
- "line": 43,
3791
+ "line": 31,
3792
3792
  "character": 16
3793
3793
  }
3794
3794
  ],
@@ -3813,7 +3813,7 @@
3813
3813
  "sources": [
3814
3814
  {
3815
3815
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3816
- "line": 38,
3816
+ "line": 26,
3817
3817
  "character": 16
3818
3818
  }
3819
3819
  ],
@@ -3838,7 +3838,7 @@
3838
3838
  "sources": [
3839
3839
  {
3840
3840
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3841
- "line": 33,
3841
+ "line": 21,
3842
3842
  "character": 16
3843
3843
  }
3844
3844
  ],
@@ -3863,7 +3863,7 @@
3863
3863
  "sources": [
3864
3864
  {
3865
3865
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3866
- "line": 28,
3866
+ "line": 16,
3867
3867
  "character": 16
3868
3868
  }
3869
3869
  ],
@@ -3884,7 +3884,7 @@
3884
3884
  "sources": [
3885
3885
  {
3886
3886
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3887
- "line": 48,
3887
+ "line": 36,
3888
3888
  "character": 13
3889
3889
  }
3890
3890
  ],
@@ -3907,7 +3907,7 @@
3907
3907
  ]
3908
3908
  },
3909
3909
  {
3910
- "id": 356,
3910
+ "id": 355,
3911
3911
  "name": "ngOnDestroy",
3912
3912
  "kind": 2048,
3913
3913
  "kindString": "Method",
@@ -3917,13 +3917,13 @@
3917
3917
  "sources": [
3918
3918
  {
3919
3919
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3920
- "line": 89,
3920
+ "line": 77,
3921
3921
  "character": 9
3922
3922
  }
3923
3923
  ],
3924
3924
  "signatures": [
3925
3925
  {
3926
- "id": 357,
3926
+ "id": 356,
3927
3927
  "name": "ngOnDestroy",
3928
3928
  "kind": 4096,
3929
3929
  "kindString": "Call signature",
@@ -3944,7 +3944,7 @@
3944
3944
  }
3945
3945
  },
3946
3946
  {
3947
- "id": 358,
3947
+ "id": 357,
3948
3948
  "name": "subscribe",
3949
3949
  "kind": 2048,
3950
3950
  "kindString": "Method",
@@ -3954,13 +3954,13 @@
3954
3954
  "sources": [
3955
3955
  {
3956
3956
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
3957
- "line": 98,
3957
+ "line": 86,
3958
3958
  "character": 9
3959
3959
  }
3960
3960
  ],
3961
3961
  "signatures": [
3962
3962
  {
3963
- "id": 359,
3963
+ "id": 358,
3964
3964
  "name": "subscribe",
3965
3965
  "kind": 4096,
3966
3966
  "kindString": "Call signature",
@@ -3970,7 +3970,7 @@
3970
3970
  },
3971
3971
  "parameters": [
3972
3972
  {
3973
- "id": 360,
3973
+ "id": 359,
3974
3974
  "name": "listener",
3975
3975
  "kind": 32768,
3976
3976
  "kindString": "Parameter",
@@ -4022,15 +4022,15 @@
4022
4022
  "title": "Methods",
4023
4023
  "kind": 2048,
4024
4024
  "children": [
4025
- 356,
4026
- 358
4025
+ 355,
4026
+ 357
4027
4027
  ]
4028
4028
  }
4029
4029
  ],
4030
4030
  "sources": [
4031
4031
  {
4032
4032
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
4033
- "line": 23,
4033
+ "line": 12,
4034
4034
  "character": 13
4035
4035
  }
4036
4036
  ],
@@ -4042,7 +4042,7 @@
4042
4042
  ]
4043
4043
  },
4044
4044
  {
4045
- "id": 379,
4045
+ "id": 378,
4046
4046
  "name": "SkyNumericModule",
4047
4047
  "kind": 128,
4048
4048
  "kindString": "Class",
@@ -4055,27 +4055,27 @@
4055
4055
  "name": "NgModule"
4056
4056
  },
4057
4057
  "arguments": {
4058
- "obj": "{\n declarations: [\n SkyNumericPipe\n ],\n providers: [\n SkyNumericPipe\n ],\n imports: [\n SkyI18nModule,\n SkyCoreResourcesModule\n ],\n exports: [\n SkyNumericPipe\n ]\n}"
4058
+ "obj": "{\n declarations: [SkyNumericPipe],\n providers: [SkyNumericPipe],\n imports: [SkyI18nModule, SkyCoreResourcesModule],\n exports: [SkyNumericPipe],\n}"
4059
4059
  }
4060
4060
  }
4061
4061
  ],
4062
4062
  "children": [
4063
4063
  {
4064
- "id": 380,
4064
+ "id": 379,
4065
4065
  "name": "constructor",
4066
4066
  "kind": 512,
4067
4067
  "kindString": "Constructor",
4068
4068
  "flags": {},
4069
4069
  "signatures": [
4070
4070
  {
4071
- "id": 381,
4071
+ "id": 380,
4072
4072
  "name": "new SkyNumericModule",
4073
4073
  "kind": 16384,
4074
4074
  "kindString": "Constructor signature",
4075
4075
  "flags": {},
4076
4076
  "type": {
4077
4077
  "type": "reference",
4078
- "id": 379,
4078
+ "id": 378,
4079
4079
  "name": "SkyNumericModule"
4080
4080
  }
4081
4081
  }
@@ -4087,20 +4087,20 @@
4087
4087
  "title": "Constructors",
4088
4088
  "kind": 512,
4089
4089
  "children": [
4090
- 380
4090
+ 379
4091
4091
  ]
4092
4092
  }
4093
4093
  ],
4094
4094
  "sources": [
4095
4095
  {
4096
4096
  "fileName": "projects/core/src/modules/numeric/numeric.module.ts",
4097
- "line": 32,
4097
+ "line": 15,
4098
4098
  "character": 13
4099
4099
  }
4100
4100
  ]
4101
4101
  },
4102
4102
  {
4103
- "id": 393,
4103
+ "id": 392,
4104
4104
  "name": "SkyNumericPipe",
4105
4105
  "kind": 128,
4106
4106
  "kindString": "Class",
@@ -4116,13 +4116,13 @@
4116
4116
  "name": "Pipe"
4117
4117
  },
4118
4118
  "arguments": {
4119
- "obj": "{\n name: 'skyNumeric',\n pure: false\n}"
4119
+ "obj": "{\n name: 'skyNumeric',\n pure: false,\n}"
4120
4120
  }
4121
4121
  }
4122
4122
  ],
4123
4123
  "children": [
4124
4124
  {
4125
- "id": 394,
4125
+ "id": 393,
4126
4126
  "name": "constructor",
4127
4127
  "kind": 512,
4128
4128
  "kindString": "Constructor",
@@ -4130,20 +4130,20 @@
4130
4130
  "sources": [
4131
4131
  {
4132
4132
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4133
- "line": 52,
4133
+ "line": 41,
4134
4134
  "character": 2
4135
4135
  }
4136
4136
  ],
4137
4137
  "signatures": [
4138
4138
  {
4139
- "id": 395,
4139
+ "id": 394,
4140
4140
  "name": "new SkyNumericPipe",
4141
4141
  "kind": 16384,
4142
4142
  "kindString": "Constructor signature",
4143
4143
  "flags": {},
4144
4144
  "parameters": [
4145
4145
  {
4146
- "id": 396,
4146
+ "id": 395,
4147
4147
  "name": "localeProvider",
4148
4148
  "kind": 32768,
4149
4149
  "kindString": "Parameter",
@@ -4154,19 +4154,19 @@
4154
4154
  }
4155
4155
  },
4156
4156
  {
4157
- "id": 397,
4157
+ "id": 396,
4158
4158
  "name": "numericService",
4159
4159
  "kind": 32768,
4160
4160
  "kindString": "Parameter",
4161
4161
  "flags": {},
4162
4162
  "type": {
4163
4163
  "type": "reference",
4164
- "id": 411,
4164
+ "id": 410,
4165
4165
  "name": "SkyNumericService"
4166
4166
  }
4167
4167
  },
4168
4168
  {
4169
- "id": 398,
4169
+ "id": 397,
4170
4170
  "name": "changeDetector",
4171
4171
  "kind": 32768,
4172
4172
  "kindString": "Parameter",
@@ -4179,14 +4179,14 @@
4179
4179
  ],
4180
4180
  "type": {
4181
4181
  "type": "reference",
4182
- "id": 393,
4182
+ "id": 392,
4183
4183
  "name": "SkyNumericPipe"
4184
4184
  }
4185
4185
  }
4186
4186
  ]
4187
4187
  },
4188
4188
  {
4189
- "id": 405,
4189
+ "id": 404,
4190
4190
  "name": "ngOnDestroy",
4191
4191
  "kind": 2048,
4192
4192
  "kindString": "Method",
@@ -4196,13 +4196,13 @@
4196
4196
  "sources": [
4197
4197
  {
4198
4198
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4199
- "line": 66,
4199
+ "line": 56,
4200
4200
  "character": 9
4201
4201
  }
4202
4202
  ],
4203
4203
  "signatures": [
4204
4204
  {
4205
- "id": 406,
4205
+ "id": 405,
4206
4206
  "name": "ngOnDestroy",
4207
4207
  "kind": 4096,
4208
4208
  "kindString": "Call signature",
@@ -4223,7 +4223,7 @@
4223
4223
  }
4224
4224
  },
4225
4225
  {
4226
- "id": 407,
4226
+ "id": 406,
4227
4227
  "name": "transform",
4228
4228
  "kind": 2048,
4229
4229
  "kindString": "Method",
@@ -4233,20 +4233,20 @@
4233
4233
  "sources": [
4234
4234
  {
4235
4235
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4236
- "line": 71,
4236
+ "line": 61,
4237
4237
  "character": 9
4238
4238
  }
4239
4239
  ],
4240
4240
  "signatures": [
4241
4241
  {
4242
- "id": 408,
4242
+ "id": 407,
4243
4243
  "name": "transform",
4244
4244
  "kind": 4096,
4245
4245
  "kindString": "Call signature",
4246
4246
  "flags": {},
4247
4247
  "parameters": [
4248
4248
  {
4249
- "id": 409,
4249
+ "id": 408,
4250
4250
  "name": "value",
4251
4251
  "kind": 32768,
4252
4252
  "kindString": "Parameter",
@@ -4257,7 +4257,7 @@
4257
4257
  }
4258
4258
  },
4259
4259
  {
4260
- "id": 410,
4260
+ "id": 409,
4261
4261
  "name": "config",
4262
4262
  "kind": 32768,
4263
4263
  "kindString": "Parameter",
@@ -4266,7 +4266,7 @@
4266
4266
  },
4267
4267
  "type": {
4268
4268
  "type": "reference",
4269
- "id": 382,
4269
+ "id": 381,
4270
4270
  "name": "NumericOptions"
4271
4271
  }
4272
4272
  }
@@ -4292,22 +4292,22 @@
4292
4292
  "title": "Constructors",
4293
4293
  "kind": 512,
4294
4294
  "children": [
4295
- 394
4295
+ 393
4296
4296
  ]
4297
4297
  },
4298
4298
  {
4299
4299
  "title": "Methods",
4300
4300
  "kind": 2048,
4301
4301
  "children": [
4302
- 405,
4303
- 407
4302
+ 404,
4303
+ 406
4304
4304
  ]
4305
4305
  }
4306
4306
  ],
4307
4307
  "sources": [
4308
4308
  {
4309
4309
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4310
- "line": 42,
4310
+ "line": 32,
4311
4311
  "character": 13
4312
4312
  }
4313
4313
  ],
@@ -4323,7 +4323,7 @@
4323
4323
  ]
4324
4324
  },
4325
4325
  {
4326
- "id": 411,
4326
+ "id": 410,
4327
4327
  "name": "SkyNumericService",
4328
4328
  "kind": 128,
4329
4329
  "kindString": "Class",
@@ -4336,13 +4336,13 @@
4336
4336
  "name": "Injectable"
4337
4337
  },
4338
4338
  "arguments": {
4339
- "options": "{\n providedIn: 'any'\n}"
4339
+ "options": "{\n providedIn: 'any',\n}"
4340
4340
  }
4341
4341
  }
4342
4342
  ],
4343
4343
  "children": [
4344
4344
  {
4345
- "id": 412,
4345
+ "id": 411,
4346
4346
  "name": "constructor",
4347
4347
  "kind": 512,
4348
4348
  "kindString": "Constructor",
@@ -4350,20 +4350,20 @@
4350
4350
  "sources": [
4351
4351
  {
4352
4352
  "fileName": "projects/core/src/modules/numeric/numeric.service.ts",
4353
- "line": 53,
4353
+ "line": 41,
4354
4354
  "character": 2
4355
4355
  }
4356
4356
  ],
4357
4357
  "signatures": [
4358
4358
  {
4359
- "id": 413,
4359
+ "id": 412,
4360
4360
  "name": "new SkyNumericService",
4361
4361
  "kind": 16384,
4362
4362
  "kindString": "Constructor signature",
4363
4363
  "flags": {},
4364
4364
  "parameters": [
4365
4365
  {
4366
- "id": 414,
4366
+ "id": 413,
4367
4367
  "name": "resourcesService",
4368
4368
  "kind": 32768,
4369
4369
  "kindString": "Parameter",
@@ -4376,14 +4376,14 @@
4376
4376
  ],
4377
4377
  "type": {
4378
4378
  "type": "reference",
4379
- "id": 411,
4379
+ "id": 410,
4380
4380
  "name": "SkyNumericService"
4381
4381
  }
4382
4382
  }
4383
4383
  ]
4384
4384
  },
4385
4385
  {
4386
- "id": 422,
4386
+ "id": 421,
4387
4387
  "name": "formatNumber",
4388
4388
  "kind": 2048,
4389
4389
  "kindString": "Method",
@@ -4393,13 +4393,13 @@
4393
4393
  "sources": [
4394
4394
  {
4395
4395
  "fileName": "projects/core/src/modules/numeric/numeric.service.ts",
4396
- "line": 62,
4396
+ "line": 48,
4397
4397
  "character": 9
4398
4398
  }
4399
4399
  ],
4400
4400
  "signatures": [
4401
4401
  {
4402
- "id": 423,
4402
+ "id": 422,
4403
4403
  "name": "formatNumber",
4404
4404
  "kind": 4096,
4405
4405
  "kindString": "Call signature",
@@ -4409,7 +4409,7 @@
4409
4409
  },
4410
4410
  "parameters": [
4411
4411
  {
4412
- "id": 424,
4412
+ "id": 423,
4413
4413
  "name": "value",
4414
4414
  "kind": 32768,
4415
4415
  "kindString": "Parameter",
@@ -4423,7 +4423,7 @@
4423
4423
  }
4424
4424
  },
4425
4425
  {
4426
- "id": 425,
4426
+ "id": 424,
4427
4427
  "name": "options",
4428
4428
  "kind": 32768,
4429
4429
  "kindString": "Parameter",
@@ -4433,7 +4433,7 @@
4433
4433
  },
4434
4434
  "type": {
4435
4435
  "type": "reference",
4436
- "id": 382,
4436
+ "id": 381,
4437
4437
  "name": "NumericOptions"
4438
4438
  }
4439
4439
  }
@@ -4451,27 +4451,27 @@
4451
4451
  "title": "Constructors",
4452
4452
  "kind": 512,
4453
4453
  "children": [
4454
- 412
4454
+ 411
4455
4455
  ]
4456
4456
  },
4457
4457
  {
4458
4458
  "title": "Methods",
4459
4459
  "kind": 2048,
4460
4460
  "children": [
4461
- 422
4461
+ 421
4462
4462
  ]
4463
4463
  }
4464
4464
  ],
4465
4465
  "sources": [
4466
4466
  {
4467
4467
  "fileName": "projects/core/src/modules/numeric/numeric.service.ts",
4468
- "line": 25,
4468
+ "line": 14,
4469
4469
  "character": 13
4470
4470
  }
4471
4471
  ]
4472
4472
  },
4473
4473
  {
4474
- "id": 451,
4474
+ "id": 450,
4475
4475
  "name": "SkyOverlayInstance",
4476
4476
  "kind": 128,
4477
4477
  "kindString": "Class",
@@ -4481,7 +4481,7 @@
4481
4481
  },
4482
4482
  "children": [
4483
4483
  {
4484
- "id": 452,
4484
+ "id": 451,
4485
4485
  "name": "constructor",
4486
4486
  "kind": 512,
4487
4487
  "kindString": "Constructor",
@@ -4489,32 +4489,32 @@
4489
4489
  "sources": [
4490
4490
  {
4491
4491
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
4492
- "line": 45,
4492
+ "line": 32,
4493
4493
  "character": 2
4494
4494
  }
4495
4495
  ],
4496
4496
  "signatures": [
4497
4497
  {
4498
- "id": 453,
4498
+ "id": 452,
4499
4499
  "name": "new SkyOverlayInstance",
4500
4500
  "kind": 16384,
4501
4501
  "kindString": "Constructor signature",
4502
4502
  "flags": {},
4503
4503
  "parameters": [
4504
4504
  {
4505
- "id": 454,
4505
+ "id": 453,
4506
4506
  "name": "config",
4507
4507
  "kind": 32768,
4508
4508
  "kindString": "Parameter",
4509
4509
  "flags": {},
4510
4510
  "type": {
4511
4511
  "type": "reference",
4512
- "id": 444,
4512
+ "id": 443,
4513
4513
  "name": "SkyOverlayConfig"
4514
4514
  }
4515
4515
  },
4516
4516
  {
4517
- "id": 455,
4517
+ "id": 454,
4518
4518
  "name": "componentRef",
4519
4519
  "kind": 32768,
4520
4520
  "kindString": "Parameter",
@@ -4533,14 +4533,14 @@
4533
4533
  ],
4534
4534
  "type": {
4535
4535
  "type": "reference",
4536
- "id": 451,
4536
+ "id": 450,
4537
4537
  "name": "SkyOverlayInstance"
4538
4538
  }
4539
4539
  }
4540
4540
  ]
4541
4541
  },
4542
4542
  {
4543
- "id": 463,
4543
+ "id": 462,
4544
4544
  "name": "componentRef",
4545
4545
  "kind": 1024,
4546
4546
  "kindString": "Property",
@@ -4560,7 +4560,7 @@
4560
4560
  }
4561
4561
  },
4562
4562
  {
4563
- "id": 462,
4563
+ "id": 461,
4564
4564
  "name": "config",
4565
4565
  "kind": 1024,
4566
4566
  "kindString": "Property",
@@ -4570,12 +4570,12 @@
4570
4570
  },
4571
4571
  "type": {
4572
4572
  "type": "reference",
4573
- "id": 444,
4573
+ "id": 443,
4574
4574
  "name": "SkyOverlayConfig"
4575
4575
  }
4576
4576
  },
4577
4577
  {
4578
- "id": 456,
4578
+ "id": 455,
4579
4579
  "name": "backdropClick",
4580
4580
  "kind": 262144,
4581
4581
  "kindString": "Accessor",
@@ -4585,13 +4585,13 @@
4585
4585
  "sources": [
4586
4586
  {
4587
4587
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
4588
- "line": 30,
4588
+ "line": 17,
4589
4589
  "character": 13
4590
4590
  }
4591
4591
  ],
4592
4592
  "getSignature": [
4593
4593
  {
4594
- "id": 457,
4594
+ "id": 456,
4595
4595
  "name": "backdropClick",
4596
4596
  "kind": 524288,
4597
4597
  "kindString": "Get signature",
@@ -4613,7 +4613,7 @@
4613
4613
  ]
4614
4614
  },
4615
4615
  {
4616
- "id": 458,
4616
+ "id": 457,
4617
4617
  "name": "closed",
4618
4618
  "kind": 262144,
4619
4619
  "kindString": "Accessor",
@@ -4623,13 +4623,13 @@
4623
4623
  "sources": [
4624
4624
  {
4625
4625
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
4626
- "line": 37,
4626
+ "line": 24,
4627
4627
  "character": 13
4628
4628
  }
4629
4629
  ],
4630
4630
  "getSignature": [
4631
4631
  {
4632
- "id": 459,
4632
+ "id": 458,
4633
4633
  "name": "closed",
4634
4634
  "kind": 524288,
4635
4635
  "kindString": "Get signature",
@@ -4651,7 +4651,7 @@
4651
4651
  ]
4652
4652
  },
4653
4653
  {
4654
- "id": 464,
4654
+ "id": 463,
4655
4655
  "name": "attachComponent",
4656
4656
  "kind": 2048,
4657
4657
  "kindString": "Method",
@@ -4661,13 +4661,13 @@
4661
4661
  "sources": [
4662
4662
  {
4663
4663
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
4664
- "line": 68,
4664
+ "line": 55,
4665
4665
  "character": 9
4666
4666
  }
4667
4667
  ],
4668
4668
  "signatures": [
4669
4669
  {
4670
- "id": 465,
4670
+ "id": 464,
4671
4671
  "name": "attachComponent",
4672
4672
  "kind": 4096,
4673
4673
  "kindString": "Call signature",
@@ -4677,7 +4677,7 @@
4677
4677
  },
4678
4678
  "typeParameter": [
4679
4679
  {
4680
- "id": 466,
4680
+ "id": 465,
4681
4681
  "name": "C",
4682
4682
  "kind": 131072,
4683
4683
  "kindString": "Type parameter",
@@ -4686,7 +4686,7 @@
4686
4686
  ],
4687
4687
  "parameters": [
4688
4688
  {
4689
- "id": 467,
4689
+ "id": 466,
4690
4690
  "name": "component",
4691
4691
  "kind": 32768,
4692
4692
  "kindString": "Parameter",
@@ -4699,7 +4699,7 @@
4699
4699
  "typeArguments": [
4700
4700
  {
4701
4701
  "type": "reference",
4702
- "id": 466,
4702
+ "id": 465,
4703
4703
  "name": "C"
4704
4704
  }
4705
4705
  ],
@@ -4707,7 +4707,7 @@
4707
4707
  }
4708
4708
  },
4709
4709
  {
4710
- "id": 468,
4710
+ "id": 467,
4711
4711
  "name": "providers",
4712
4712
  "kind": 32768,
4713
4713
  "kindString": "Parameter",
@@ -4728,14 +4728,14 @@
4728
4728
  ],
4729
4729
  "type": {
4730
4730
  "type": "reference",
4731
- "id": 466,
4731
+ "id": 465,
4732
4732
  "name": "C"
4733
4733
  }
4734
4734
  }
4735
4735
  ]
4736
4736
  },
4737
4737
  {
4738
- "id": 469,
4738
+ "id": 468,
4739
4739
  "name": "attachTemplate",
4740
4740
  "kind": 2048,
4741
4741
  "kindString": "Method",
@@ -4745,13 +4745,13 @@
4745
4745
  "sources": [
4746
4746
  {
4747
4747
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
4748
- "line": 81,
4748
+ "line": 71,
4749
4749
  "character": 9
4750
4750
  }
4751
4751
  ],
4752
4752
  "signatures": [
4753
4753
  {
4754
- "id": 470,
4754
+ "id": 469,
4755
4755
  "name": "attachTemplate",
4756
4756
  "kind": 4096,
4757
4757
  "kindString": "Call signature",
@@ -4761,7 +4761,7 @@
4761
4761
  },
4762
4762
  "typeParameter": [
4763
4763
  {
4764
- "id": 471,
4764
+ "id": 470,
4765
4765
  "name": "T",
4766
4766
  "kind": 131072,
4767
4767
  "kindString": "Type parameter",
@@ -4770,7 +4770,7 @@
4770
4770
  ],
4771
4771
  "parameters": [
4772
4772
  {
4773
- "id": 472,
4773
+ "id": 471,
4774
4774
  "name": "templateRef",
4775
4775
  "kind": 32768,
4776
4776
  "kindString": "Parameter",
@@ -4783,7 +4783,7 @@
4783
4783
  "typeArguments": [
4784
4784
  {
4785
4785
  "type": "reference",
4786
- "id": 471,
4786
+ "id": 470,
4787
4787
  "name": "T"
4788
4788
  }
4789
4789
  ],
@@ -4791,7 +4791,7 @@
4791
4791
  }
4792
4792
  },
4793
4793
  {
4794
- "id": 473,
4794
+ "id": 472,
4795
4795
  "name": "context",
4796
4796
  "kind": 32768,
4797
4797
  "kindString": "Parameter",
@@ -4803,7 +4803,7 @@
4803
4803
  },
4804
4804
  "type": {
4805
4805
  "type": "reference",
4806
- "id": 471,
4806
+ "id": 470,
4807
4807
  "name": "T"
4808
4808
  }
4809
4809
  }
@@ -4821,44 +4821,44 @@
4821
4821
  "title": "Constructors",
4822
4822
  "kind": 512,
4823
4823
  "children": [
4824
- 452
4824
+ 451
4825
4825
  ]
4826
4826
  },
4827
4827
  {
4828
4828
  "title": "Properties",
4829
4829
  "kind": 1024,
4830
4830
  "children": [
4831
- 463,
4832
- 462
4831
+ 462,
4832
+ 461
4833
4833
  ]
4834
4834
  },
4835
4835
  {
4836
4836
  "title": "Accessors",
4837
4837
  "kind": 262144,
4838
4838
  "children": [
4839
- 456,
4840
- 458
4839
+ 455,
4840
+ 457
4841
4841
  ]
4842
4842
  },
4843
4843
  {
4844
4844
  "title": "Methods",
4845
4845
  "kind": 2048,
4846
4846
  "children": [
4847
- 464,
4848
- 469
4847
+ 463,
4848
+ 468
4849
4849
  ]
4850
4850
  }
4851
4851
  ],
4852
4852
  "sources": [
4853
4853
  {
4854
4854
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
4855
- "line": 25,
4855
+ "line": 13,
4856
4856
  "character": 13
4857
4857
  }
4858
4858
  ]
4859
4859
  },
4860
4860
  {
4861
- "id": 474,
4861
+ "id": 473,
4862
4862
  "name": "SkyOverlayModule",
4863
4863
  "kind": 128,
4864
4864
  "kindString": "Class",
@@ -4871,27 +4871,27 @@
4871
4871
  "name": "NgModule"
4872
4872
  },
4873
4873
  "arguments": {
4874
- "obj": "{\n imports: [\n CommonModule\n ],\n declarations: [\n SkyOverlayComponent\n ],\n entryComponents: [\n SkyOverlayComponent\n ]\n}"
4874
+ "obj": "{\n imports: [CommonModule],\n declarations: [SkyOverlayComponent],\n entryComponents: [SkyOverlayComponent],\n}"
4875
4875
  }
4876
4876
  }
4877
4877
  ],
4878
4878
  "children": [
4879
4879
  {
4880
- "id": 475,
4880
+ "id": 474,
4881
4881
  "name": "constructor",
4882
4882
  "kind": 512,
4883
4883
  "kindString": "Constructor",
4884
4884
  "flags": {},
4885
4885
  "signatures": [
4886
4886
  {
4887
- "id": 476,
4887
+ "id": 475,
4888
4888
  "name": "new SkyOverlayModule",
4889
4889
  "kind": 16384,
4890
4890
  "kindString": "Constructor signature",
4891
4891
  "flags": {},
4892
4892
  "type": {
4893
4893
  "type": "reference",
4894
- "id": 474,
4894
+ "id": 473,
4895
4895
  "name": "SkyOverlayModule"
4896
4896
  }
4897
4897
  }
@@ -4903,20 +4903,20 @@
4903
4903
  "title": "Constructors",
4904
4904
  "kind": 512,
4905
4905
  "children": [
4906
- 475
4906
+ 474
4907
4907
  ]
4908
4908
  }
4909
4909
  ],
4910
4910
  "sources": [
4911
4911
  {
4912
4912
  "fileName": "projects/core/src/modules/overlay/overlay.module.ts",
4913
- "line": 24,
4913
+ "line": 12,
4914
4914
  "character": 13
4915
4915
  }
4916
4916
  ]
4917
4917
  },
4918
4918
  {
4919
- "id": 477,
4919
+ "id": 476,
4920
4920
  "name": "SkyOverlayService",
4921
4921
  "kind": 128,
4922
4922
  "kindString": "Class",
@@ -4938,13 +4938,13 @@
4938
4938
  "name": "Injectable"
4939
4939
  },
4940
4940
  "arguments": {
4941
- "options": "{\n providedIn: 'root'\n}"
4941
+ "options": "{\n providedIn: 'root',\n}"
4942
4942
  }
4943
4943
  }
4944
4944
  ],
4945
4945
  "children": [
4946
4946
  {
4947
- "id": 479,
4947
+ "id": 478,
4948
4948
  "name": "constructor",
4949
4949
  "kind": 512,
4950
4950
  "kindString": "Constructor",
@@ -4952,20 +4952,20 @@
4952
4952
  "sources": [
4953
4953
  {
4954
4954
  "fileName": "projects/core/src/modules/overlay/overlay.service.ts",
4955
- "line": 41,
4955
+ "line": 30,
4956
4956
  "character": 2
4957
4957
  }
4958
4958
  ],
4959
4959
  "signatures": [
4960
4960
  {
4961
- "id": 480,
4961
+ "id": 479,
4962
4962
  "name": "new SkyOverlayService",
4963
4963
  "kind": 16384,
4964
4964
  "kindString": "Constructor signature",
4965
4965
  "flags": {},
4966
4966
  "parameters": [
4967
4967
  {
4968
- "id": 481,
4968
+ "id": 480,
4969
4969
  "name": "applicationRef",
4970
4970
  "kind": 32768,
4971
4971
  "kindString": "Parameter",
@@ -4976,7 +4976,7 @@
4976
4976
  }
4977
4977
  },
4978
4978
  {
4979
- "id": 482,
4979
+ "id": 481,
4980
4980
  "name": "componentFactoryResolver",
4981
4981
  "kind": 32768,
4982
4982
  "kindString": "Parameter",
@@ -4987,7 +4987,7 @@
4987
4987
  }
4988
4988
  },
4989
4989
  {
4990
- "id": 483,
4990
+ "id": 482,
4991
4991
  "name": "injector",
4992
4992
  "kind": 32768,
4993
4993
  "kindString": "Parameter",
@@ -4998,7 +4998,7 @@
4998
4998
  }
4999
4999
  },
5000
5000
  {
5001
- "id": 484,
5001
+ "id": 483,
5002
5002
  "name": "adapter",
5003
5003
  "kind": 32768,
5004
5004
  "kindString": "Parameter",
@@ -5011,14 +5011,14 @@
5011
5011
  ],
5012
5012
  "type": {
5013
5013
  "type": "reference",
5014
- "id": 477,
5014
+ "id": 476,
5015
5015
  "name": "SkyOverlayService"
5016
5016
  }
5017
5017
  }
5018
5018
  ]
5019
5019
  },
5020
5020
  {
5021
- "id": 488,
5021
+ "id": 487,
5022
5022
  "name": "close",
5023
5023
  "kind": 2048,
5024
5024
  "kindString": "Method",
@@ -5028,13 +5028,13 @@
5028
5028
  "sources": [
5029
5029
  {
5030
5030
  "fileName": "projects/core/src/modules/overlay/overlay.service.ts",
5031
- "line": 82,
5031
+ "line": 68,
5032
5032
  "character": 9
5033
5033
  }
5034
5034
  ],
5035
5035
  "signatures": [
5036
5036
  {
5037
- "id": 489,
5037
+ "id": 488,
5038
5038
  "name": "close",
5039
5039
  "kind": 4096,
5040
5040
  "kindString": "Call signature",
@@ -5044,7 +5044,7 @@
5044
5044
  },
5045
5045
  "parameters": [
5046
5046
  {
5047
- "id": 490,
5047
+ "id": 489,
5048
5048
  "name": "instance",
5049
5049
  "kind": 32768,
5050
5050
  "kindString": "Parameter",
@@ -5054,7 +5054,7 @@
5054
5054
  },
5055
5055
  "type": {
5056
5056
  "type": "reference",
5057
- "id": 451,
5057
+ "id": 450,
5058
5058
  "name": "SkyOverlayInstance"
5059
5059
  }
5060
5060
  }
@@ -5067,7 +5067,7 @@
5067
5067
  ]
5068
5068
  },
5069
5069
  {
5070
- "id": 491,
5070
+ "id": 490,
5071
5071
  "name": "closeAll",
5072
5072
  "kind": 2048,
5073
5073
  "kindString": "Method",
@@ -5077,13 +5077,13 @@
5077
5077
  "sources": [
5078
5078
  {
5079
5079
  "fileName": "projects/core/src/modules/overlay/overlay.service.ts",
5080
- "line": 103,
5080
+ "line": 89,
5081
5081
  "character": 9
5082
5082
  }
5083
5083
  ],
5084
5084
  "signatures": [
5085
5085
  {
5086
- "id": 492,
5086
+ "id": 491,
5087
5087
  "name": "closeAll",
5088
5088
  "kind": 4096,
5089
5089
  "kindString": "Call signature",
@@ -5099,7 +5099,7 @@
5099
5099
  ]
5100
5100
  },
5101
5101
  {
5102
- "id": 485,
5102
+ "id": 484,
5103
5103
  "name": "create",
5104
5104
  "kind": 2048,
5105
5105
  "kindString": "Method",
@@ -5109,13 +5109,13 @@
5109
5109
  "sources": [
5110
5110
  {
5111
5111
  "fileName": "projects/core/src/modules/overlay/overlay.service.ts",
5112
- "line": 52,
5112
+ "line": 41,
5113
5113
  "character": 9
5114
5114
  }
5115
5115
  ],
5116
5116
  "signatures": [
5117
5117
  {
5118
- "id": 486,
5118
+ "id": 485,
5119
5119
  "name": "create",
5120
5120
  "kind": 4096,
5121
5121
  "kindString": "Call signature",
@@ -5125,7 +5125,7 @@
5125
5125
  },
5126
5126
  "parameters": [
5127
5127
  {
5128
- "id": 487,
5128
+ "id": 486,
5129
5129
  "name": "config",
5130
5130
  "kind": 32768,
5131
5131
  "kindString": "Parameter",
@@ -5137,14 +5137,14 @@
5137
5137
  },
5138
5138
  "type": {
5139
5139
  "type": "reference",
5140
- "id": 444,
5140
+ "id": 443,
5141
5141
  "name": "SkyOverlayConfig"
5142
5142
  }
5143
5143
  }
5144
5144
  ],
5145
5145
  "type": {
5146
5146
  "type": "reference",
5147
- "id": 451,
5147
+ "id": 450,
5148
5148
  "name": "SkyOverlayInstance"
5149
5149
  }
5150
5150
  }
@@ -5156,29 +5156,29 @@
5156
5156
  "title": "Constructors",
5157
5157
  "kind": 512,
5158
5158
  "children": [
5159
- 479
5159
+ 478
5160
5160
  ]
5161
5161
  },
5162
5162
  {
5163
5163
  "title": "Methods",
5164
5164
  "kind": 2048,
5165
5165
  "children": [
5166
- 488,
5167
- 491,
5168
- 485
5166
+ 487,
5167
+ 490,
5168
+ 484
5169
5169
  ]
5170
5170
  }
5171
5171
  ],
5172
5172
  "sources": [
5173
5173
  {
5174
5174
  "fileName": "projects/core/src/modules/overlay/overlay.service.ts",
5175
- "line": 37,
5175
+ "line": 27,
5176
5176
  "character": 13
5177
5177
  }
5178
5178
  ]
5179
5179
  },
5180
5180
  {
5181
- "id": 505,
5181
+ "id": 504,
5182
5182
  "name": "SkyPercentPipe",
5183
5183
  "kind": 128,
5184
5184
  "kindString": "Class",
@@ -5191,13 +5191,13 @@
5191
5191
  "name": "Pipe"
5192
5192
  },
5193
5193
  "arguments": {
5194
- "obj": "{\n name: 'skyPercent',\n pure: false\n}"
5194
+ "obj": "{\n name: 'skyPercent',\n pure: false,\n}"
5195
5195
  }
5196
5196
  }
5197
5197
  ],
5198
5198
  "children": [
5199
5199
  {
5200
- "id": 506,
5200
+ "id": 505,
5201
5201
  "name": "constructor",
5202
5202
  "kind": 512,
5203
5203
  "kindString": "Constructor",
@@ -5205,20 +5205,20 @@
5205
5205
  "sources": [
5206
5206
  {
5207
5207
  "fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
5208
- "line": 44,
5208
+ "line": 30,
5209
5209
  "character": 2
5210
5210
  }
5211
5211
  ],
5212
5212
  "signatures": [
5213
5213
  {
5214
- "id": 507,
5214
+ "id": 506,
5215
5215
  "name": "new SkyPercentPipe",
5216
5216
  "kind": 16384,
5217
5217
  "kindString": "Constructor signature",
5218
5218
  "flags": {},
5219
5219
  "parameters": [
5220
5220
  {
5221
- "id": 508,
5221
+ "id": 507,
5222
5222
  "name": "localeProvider",
5223
5223
  "kind": 32768,
5224
5224
  "kindString": "Parameter",
@@ -5231,14 +5231,14 @@
5231
5231
  ],
5232
5232
  "type": {
5233
5233
  "type": "reference",
5234
- "id": 505,
5234
+ "id": 504,
5235
5235
  "name": "SkyPercentPipe"
5236
5236
  }
5237
5237
  }
5238
5238
  ]
5239
5239
  },
5240
5240
  {
5241
- "id": 516,
5241
+ "id": 515,
5242
5242
  "name": "ngOnDestroy",
5243
5243
  "kind": 2048,
5244
5244
  "kindString": "Method",
@@ -5248,13 +5248,13 @@
5248
5248
  "sources": [
5249
5249
  {
5250
5250
  "fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
5251
- "line": 57,
5251
+ "line": 40,
5252
5252
  "character": 9
5253
5253
  }
5254
5254
  ],
5255
5255
  "signatures": [
5256
5256
  {
5257
- "id": 517,
5257
+ "id": 516,
5258
5258
  "name": "ngOnDestroy",
5259
5259
  "kind": 4096,
5260
5260
  "kindString": "Call signature",
@@ -5275,7 +5275,7 @@
5275
5275
  }
5276
5276
  },
5277
5277
  {
5278
- "id": 518,
5278
+ "id": 517,
5279
5279
  "name": "transform",
5280
5280
  "kind": 2048,
5281
5281
  "kindString": "Method",
@@ -5285,20 +5285,20 @@
5285
5285
  "sources": [
5286
5286
  {
5287
5287
  "fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
5288
- "line": 62,
5288
+ "line": 45,
5289
5289
  "character": 9
5290
5290
  }
5291
5291
  ],
5292
5292
  "signatures": [
5293
5293
  {
5294
- "id": 519,
5294
+ "id": 518,
5295
5295
  "name": "transform",
5296
5296
  "kind": 4096,
5297
5297
  "kindString": "Call signature",
5298
5298
  "flags": {},
5299
5299
  "parameters": [
5300
5300
  {
5301
- "id": 520,
5301
+ "id": 519,
5302
5302
  "name": "value",
5303
5303
  "kind": 32768,
5304
5304
  "kindString": "Parameter",
@@ -5309,7 +5309,7 @@
5309
5309
  }
5310
5310
  },
5311
5311
  {
5312
- "id": 521,
5312
+ "id": 520,
5313
5313
  "name": "format",
5314
5314
  "kind": 32768,
5315
5315
  "kindString": "Parameter",
@@ -5322,7 +5322,7 @@
5322
5322
  }
5323
5323
  },
5324
5324
  {
5325
- "id": 522,
5325
+ "id": 521,
5326
5326
  "name": "locale",
5327
5327
  "kind": 32768,
5328
5328
  "kindString": "Parameter",
@@ -5356,22 +5356,22 @@
5356
5356
  "title": "Constructors",
5357
5357
  "kind": 512,
5358
5358
  "children": [
5359
- 506
5359
+ 505
5360
5360
  ]
5361
5361
  },
5362
5362
  {
5363
5363
  "title": "Methods",
5364
5364
  "kind": 2048,
5365
5365
  "children": [
5366
- 516,
5367
- 518
5366
+ 515,
5367
+ 517
5368
5368
  ]
5369
5369
  }
5370
5370
  ],
5371
5371
  "sources": [
5372
5372
  {
5373
5373
  "fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
5374
- "line": 28,
5374
+ "line": 15,
5375
5375
  "character": 13
5376
5376
  }
5377
5377
  ],
@@ -5387,7 +5387,7 @@
5387
5387
  ]
5388
5388
  },
5389
5389
  {
5390
- "id": 502,
5390
+ "id": 501,
5391
5391
  "name": "SkyPercentPipeModule",
5392
5392
  "kind": 128,
5393
5393
  "kindString": "Class",
@@ -5400,27 +5400,27 @@
5400
5400
  "name": "NgModule"
5401
5401
  },
5402
5402
  "arguments": {
5403
- "obj": "{\n declarations: [\n SkyPercentPipe\n ],\n providers: [\n SkyPercentPipe\n ],\n imports: [\n CommonModule,\n SkyCoreResourcesModule\n ],\n exports: [\n SkyPercentPipe\n ]\n}"
5403
+ "obj": "{\n declarations: [SkyPercentPipe],\n providers: [SkyPercentPipe],\n imports: [CommonModule, SkyCoreResourcesModule],\n exports: [SkyPercentPipe],\n}"
5404
5404
  }
5405
5405
  }
5406
5406
  ],
5407
5407
  "children": [
5408
5408
  {
5409
- "id": 503,
5409
+ "id": 502,
5410
5410
  "name": "constructor",
5411
5411
  "kind": 512,
5412
5412
  "kindString": "Constructor",
5413
5413
  "flags": {},
5414
5414
  "signatures": [
5415
5415
  {
5416
- "id": 504,
5416
+ "id": 503,
5417
5417
  "name": "new SkyPercentPipeModule",
5418
5418
  "kind": 16384,
5419
5419
  "kindString": "Constructor signature",
5420
5420
  "flags": {},
5421
5421
  "type": {
5422
5422
  "type": "reference",
5423
- "id": 502,
5423
+ "id": 501,
5424
5424
  "name": "SkyPercentPipeModule"
5425
5425
  }
5426
5426
  }
@@ -5432,20 +5432,20 @@
5432
5432
  "title": "Constructors",
5433
5433
  "kind": 512,
5434
5434
  "children": [
5435
- 503
5435
+ 502
5436
5436
  ]
5437
5437
  }
5438
5438
  ],
5439
5439
  "sources": [
5440
5440
  {
5441
5441
  "fileName": "projects/core/src/modules/percent-pipe/percent-pipe.module.ts",
5442
- "line": 32,
5442
+ "line": 15,
5443
5443
  "character": 13
5444
5444
  }
5445
5445
  ]
5446
5446
  },
5447
5447
  {
5448
- "id": 525,
5448
+ "id": 524,
5449
5449
  "name": "SkyScrollableHostService",
5450
5450
  "kind": 128,
5451
5451
  "kindString": "Class",
@@ -5458,13 +5458,13 @@
5458
5458
  "name": "Injectable"
5459
5459
  },
5460
5460
  "arguments": {
5461
- "options": "{\n providedIn: 'root'\n}"
5461
+ "options": "{\n providedIn: 'root',\n}"
5462
5462
  }
5463
5463
  }
5464
5464
  ],
5465
5465
  "children": [
5466
5466
  {
5467
- "id": 526,
5467
+ "id": 525,
5468
5468
  "name": "constructor",
5469
5469
  "kind": 512,
5470
5470
  "kindString": "Constructor",
@@ -5472,53 +5472,53 @@
5472
5472
  "sources": [
5473
5473
  {
5474
5474
  "fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
5475
- "line": 18,
5475
+ "line": 17,
5476
5476
  "character": 2
5477
5477
  }
5478
5478
  ],
5479
5479
  "signatures": [
5480
5480
  {
5481
- "id": 527,
5481
+ "id": 526,
5482
5482
  "name": "new SkyScrollableHostService",
5483
5483
  "kind": 16384,
5484
5484
  "kindString": "Constructor signature",
5485
5485
  "flags": {},
5486
5486
  "parameters": [
5487
5487
  {
5488
- "id": 528,
5488
+ "id": 527,
5489
5489
  "name": "mutationObserverSvc",
5490
5490
  "kind": 32768,
5491
5491
  "kindString": "Parameter",
5492
5492
  "flags": {},
5493
5493
  "type": {
5494
5494
  "type": "reference",
5495
- "id": 370,
5495
+ "id": 369,
5496
5496
  "name": "MutationObserverService"
5497
5497
  }
5498
5498
  },
5499
5499
  {
5500
- "id": 529,
5500
+ "id": 528,
5501
5501
  "name": "windowRef",
5502
5502
  "kind": 32768,
5503
5503
  "kindString": "Parameter",
5504
5504
  "flags": {},
5505
5505
  "type": {
5506
5506
  "type": "reference",
5507
- "id": 599,
5507
+ "id": 598,
5508
5508
  "name": "SkyAppWindowRef"
5509
5509
  }
5510
5510
  }
5511
5511
  ],
5512
5512
  "type": {
5513
5513
  "type": "reference",
5514
- "id": 525,
5514
+ "id": 524,
5515
5515
  "name": "SkyScrollableHostService"
5516
5516
  }
5517
5517
  }
5518
5518
  ]
5519
5519
  },
5520
5520
  {
5521
- "id": 530,
5521
+ "id": 529,
5522
5522
  "name": "getScrollableHost",
5523
5523
  "kind": 2048,
5524
5524
  "kindString": "Method",
@@ -5528,13 +5528,13 @@
5528
5528
  "sources": [
5529
5529
  {
5530
5530
  "fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
5531
- "line": 28,
5531
+ "line": 27,
5532
5532
  "character": 9
5533
5533
  }
5534
5534
  ],
5535
5535
  "signatures": [
5536
5536
  {
5537
- "id": 531,
5537
+ "id": 530,
5538
5538
  "name": "getScrollableHost",
5539
5539
  "kind": 4096,
5540
5540
  "kindString": "Call signature",
@@ -5545,7 +5545,7 @@
5545
5545
  },
5546
5546
  "parameters": [
5547
5547
  {
5548
- "id": 532,
5548
+ "id": 531,
5549
5549
  "name": "elementRef",
5550
5550
  "kind": 32768,
5551
5551
  "kindString": "Parameter",
@@ -5582,7 +5582,7 @@
5582
5582
  ]
5583
5583
  },
5584
5584
  {
5585
- "id": 536,
5585
+ "id": 535,
5586
5586
  "name": "watchScrollableHostScrollEvents",
5587
5587
  "kind": 2048,
5588
5588
  "kindString": "Method",
@@ -5592,13 +5592,13 @@
5592
5592
  "sources": [
5593
5593
  {
5594
5594
  "fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
5595
- "line": 85,
5595
+ "line": 90,
5596
5596
  "character": 9
5597
5597
  }
5598
5598
  ],
5599
5599
  "signatures": [
5600
5600
  {
5601
- "id": 537,
5601
+ "id": 536,
5602
5602
  "name": "watchScrollableHostScrollEvents",
5603
5603
  "kind": 4096,
5604
5604
  "kindString": "Call signature",
@@ -5609,7 +5609,7 @@
5609
5609
  },
5610
5610
  "parameters": [
5611
5611
  {
5612
- "id": 538,
5612
+ "id": 537,
5613
5613
  "name": "elementRef",
5614
5614
  "kind": 32768,
5615
5615
  "kindString": "Parameter",
@@ -5648,15 +5648,15 @@
5648
5648
  "title": "Constructors",
5649
5649
  "kind": 512,
5650
5650
  "children": [
5651
- 526
5651
+ 525
5652
5652
  ]
5653
5653
  },
5654
5654
  {
5655
5655
  "title": "Methods",
5656
5656
  "kind": 2048,
5657
5657
  "children": [
5658
- 530,
5659
- 536
5658
+ 529,
5659
+ 535
5660
5660
  ]
5661
5661
  }
5662
5662
  ],
@@ -5669,7 +5669,7 @@
5669
5669
  ]
5670
5670
  },
5671
5671
  {
5672
- "id": 555,
5672
+ "id": 554,
5673
5673
  "name": "SkyUIConfigService",
5674
5674
  "kind": 128,
5675
5675
  "kindString": "Class",
@@ -5682,34 +5682,34 @@
5682
5682
  "name": "Injectable"
5683
5683
  },
5684
5684
  "arguments": {
5685
- "options": "{\n providedIn: 'root'\n}"
5685
+ "options": "{\n providedIn: 'root',\n}"
5686
5686
  }
5687
5687
  }
5688
5688
  ],
5689
5689
  "children": [
5690
5690
  {
5691
- "id": 556,
5691
+ "id": 555,
5692
5692
  "name": "constructor",
5693
5693
  "kind": 512,
5694
5694
  "kindString": "Constructor",
5695
5695
  "flags": {},
5696
5696
  "signatures": [
5697
5697
  {
5698
- "id": 557,
5698
+ "id": 556,
5699
5699
  "name": "new SkyUIConfigService",
5700
5700
  "kind": 16384,
5701
5701
  "kindString": "Constructor signature",
5702
5702
  "flags": {},
5703
5703
  "type": {
5704
5704
  "type": "reference",
5705
- "id": 555,
5705
+ "id": 554,
5706
5706
  "name": "SkyUIConfigService"
5707
5707
  }
5708
5708
  }
5709
5709
  ]
5710
5710
  },
5711
5711
  {
5712
- "id": 558,
5712
+ "id": 557,
5713
5713
  "name": "getConfig",
5714
5714
  "kind": 2048,
5715
5715
  "kindString": "Method",
@@ -5719,20 +5719,20 @@
5719
5719
  "sources": [
5720
5720
  {
5721
5721
  "fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
5722
- "line": 15,
5722
+ "line": 9,
5723
5723
  "character": 9
5724
5724
  }
5725
5725
  ],
5726
5726
  "signatures": [
5727
5727
  {
5728
- "id": 559,
5728
+ "id": 558,
5729
5729
  "name": "getConfig",
5730
5730
  "kind": 4096,
5731
5731
  "kindString": "Call signature",
5732
5732
  "flags": {},
5733
5733
  "parameters": [
5734
5734
  {
5735
- "id": 560,
5735
+ "id": 559,
5736
5736
  "name": "key",
5737
5737
  "kind": 32768,
5738
5738
  "kindString": "Parameter",
@@ -5743,7 +5743,7 @@
5743
5743
  }
5744
5744
  },
5745
5745
  {
5746
- "id": 561,
5746
+ "id": 560,
5747
5747
  "name": "defaultConfig",
5748
5748
  "kind": 32768,
5749
5749
  "kindString": "Parameter",
@@ -5770,7 +5770,7 @@
5770
5770
  ]
5771
5771
  },
5772
5772
  {
5773
- "id": 562,
5773
+ "id": 561,
5774
5774
  "name": "setConfig",
5775
5775
  "kind": 2048,
5776
5776
  "kindString": "Method",
@@ -5780,20 +5780,20 @@
5780
5780
  "sources": [
5781
5781
  {
5782
5782
  "fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
5783
- "line": 23,
5783
+ "line": 14,
5784
5784
  "character": 9
5785
5785
  }
5786
5786
  ],
5787
5787
  "signatures": [
5788
5788
  {
5789
- "id": 563,
5789
+ "id": 562,
5790
5790
  "name": "setConfig",
5791
5791
  "kind": 4096,
5792
5792
  "kindString": "Call signature",
5793
5793
  "flags": {},
5794
5794
  "parameters": [
5795
5795
  {
5796
- "id": 564,
5796
+ "id": 563,
5797
5797
  "name": "key",
5798
5798
  "kind": 32768,
5799
5799
  "kindString": "Parameter",
@@ -5804,7 +5804,7 @@
5804
5804
  }
5805
5805
  },
5806
5806
  {
5807
- "id": 565,
5807
+ "id": 564,
5808
5808
  "name": "value",
5809
5809
  "kind": 32768,
5810
5810
  "kindString": "Parameter",
@@ -5834,28 +5834,28 @@
5834
5834
  "title": "Constructors",
5835
5835
  "kind": 512,
5836
5836
  "children": [
5837
- 556
5837
+ 555
5838
5838
  ]
5839
5839
  },
5840
5840
  {
5841
5841
  "title": "Methods",
5842
5842
  "kind": 2048,
5843
5843
  "children": [
5844
- 558,
5845
- 562
5844
+ 557,
5845
+ 561
5846
5846
  ]
5847
5847
  }
5848
5848
  ],
5849
5849
  "sources": [
5850
5850
  {
5851
5851
  "fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
5852
- "line": 13,
5852
+ "line": 8,
5853
5853
  "character": 13
5854
5854
  }
5855
5855
  ]
5856
5856
  },
5857
5857
  {
5858
- "id": 566,
5858
+ "id": 565,
5859
5859
  "name": "SkyViewkeeperHostOptions",
5860
5860
  "kind": 128,
5861
5861
  "kindString": "Class",
@@ -5872,28 +5872,28 @@
5872
5872
  ],
5873
5873
  "children": [
5874
5874
  {
5875
- "id": 567,
5875
+ "id": 566,
5876
5876
  "name": "constructor",
5877
5877
  "kind": 512,
5878
5878
  "kindString": "Constructor",
5879
5879
  "flags": {},
5880
5880
  "signatures": [
5881
5881
  {
5882
- "id": 568,
5882
+ "id": 567,
5883
5883
  "name": "new SkyViewkeeperHostOptions",
5884
5884
  "kind": 16384,
5885
5885
  "kindString": "Constructor signature",
5886
5886
  "flags": {},
5887
5887
  "type": {
5888
5888
  "type": "reference",
5889
- "id": 566,
5889
+ "id": 565,
5890
5890
  "name": "SkyViewkeeperHostOptions"
5891
5891
  }
5892
5892
  }
5893
5893
  ]
5894
5894
  },
5895
5895
  {
5896
- "id": 569,
5896
+ "id": 568,
5897
5897
  "name": "boundaryEl",
5898
5898
  "kind": 1024,
5899
5899
  "kindString": "Property",
@@ -5907,7 +5907,7 @@
5907
5907
  "sources": [
5908
5908
  {
5909
5909
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
5910
- "line": 11,
5910
+ "line": 7,
5911
5911
  "character": 9
5912
5912
  }
5913
5913
  ],
@@ -5917,12 +5917,12 @@
5917
5917
  },
5918
5918
  "implementationOf": {
5919
5919
  "type": "reference",
5920
- "id": 577,
5920
+ "id": 576,
5921
5921
  "name": "SkyViewkeeperOptions.boundaryEl"
5922
5922
  }
5923
5923
  },
5924
5924
  {
5925
- "id": 570,
5925
+ "id": 569,
5926
5926
  "name": "el",
5927
5927
  "kind": 1024,
5928
5928
  "kindString": "Property",
@@ -5936,7 +5936,7 @@
5936
5936
  "sources": [
5937
5937
  {
5938
5938
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
5939
- "line": 13,
5939
+ "line": 9,
5940
5940
  "character": 9
5941
5941
  }
5942
5942
  ],
@@ -5946,12 +5946,12 @@
5946
5946
  },
5947
5947
  "implementationOf": {
5948
5948
  "type": "reference",
5949
- "id": 578,
5949
+ "id": 577,
5950
5950
  "name": "SkyViewkeeperOptions.el"
5951
5951
  }
5952
5952
  },
5953
5953
  {
5954
- "id": 571,
5954
+ "id": 570,
5955
5955
  "name": "scrollableHost",
5956
5956
  "kind": 1024,
5957
5957
  "kindString": "Property",
@@ -5965,7 +5965,7 @@
5965
5965
  "sources": [
5966
5966
  {
5967
5967
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
5968
- "line": 15,
5968
+ "line": 11,
5969
5969
  "character": 9
5970
5970
  }
5971
5971
  ],
@@ -5975,12 +5975,12 @@
5975
5975
  },
5976
5976
  "implementationOf": {
5977
5977
  "type": "reference",
5978
- "id": 579,
5978
+ "id": 578,
5979
5979
  "name": "SkyViewkeeperOptions.scrollableHost"
5980
5980
  }
5981
5981
  },
5982
5982
  {
5983
- "id": 572,
5983
+ "id": 571,
5984
5984
  "name": "setWidth",
5985
5985
  "kind": 1024,
5986
5986
  "kindString": "Property",
@@ -5994,7 +5994,7 @@
5994
5994
  "sources": [
5995
5995
  {
5996
5996
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
5997
- "line": 17,
5997
+ "line": 13,
5998
5998
  "character": 9
5999
5999
  }
6000
6000
  ],
@@ -6004,12 +6004,12 @@
6004
6004
  },
6005
6005
  "implementationOf": {
6006
6006
  "type": "reference",
6007
- "id": 580,
6007
+ "id": 579,
6008
6008
  "name": "SkyViewkeeperOptions.setWidth"
6009
6009
  }
6010
6010
  },
6011
6011
  {
6012
- "id": 573,
6012
+ "id": 572,
6013
6013
  "name": "verticalOffset",
6014
6014
  "kind": 1024,
6015
6015
  "kindString": "Property",
@@ -6023,7 +6023,7 @@
6023
6023
  "sources": [
6024
6024
  {
6025
6025
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
6026
- "line": 19,
6026
+ "line": 15,
6027
6027
  "character": 9
6028
6028
  }
6029
6029
  ],
@@ -6033,12 +6033,12 @@
6033
6033
  },
6034
6034
  "implementationOf": {
6035
6035
  "type": "reference",
6036
- "id": 581,
6036
+ "id": 580,
6037
6037
  "name": "SkyViewkeeperOptions.verticalOffset"
6038
6038
  }
6039
6039
  },
6040
6040
  {
6041
- "id": 574,
6041
+ "id": 573,
6042
6042
  "name": "verticalOffsetEl",
6043
6043
  "kind": 1024,
6044
6044
  "kindString": "Property",
@@ -6052,7 +6052,7 @@
6052
6052
  "sources": [
6053
6053
  {
6054
6054
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
6055
- "line": 21,
6055
+ "line": 17,
6056
6056
  "character": 9
6057
6057
  }
6058
6058
  ],
@@ -6062,12 +6062,12 @@
6062
6062
  },
6063
6063
  "implementationOf": {
6064
6064
  "type": "reference",
6065
- "id": 582,
6065
+ "id": 581,
6066
6066
  "name": "SkyViewkeeperOptions.verticalOffsetEl"
6067
6067
  }
6068
6068
  },
6069
6069
  {
6070
- "id": 575,
6070
+ "id": 574,
6071
6071
  "name": "viewportMarginTop",
6072
6072
  "kind": 1024,
6073
6073
  "kindString": "Property",
@@ -6081,7 +6081,7 @@
6081
6081
  "sources": [
6082
6082
  {
6083
6083
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
6084
- "line": 23,
6084
+ "line": 19,
6085
6085
  "character": 9
6086
6086
  }
6087
6087
  ],
@@ -6091,7 +6091,7 @@
6091
6091
  },
6092
6092
  "implementationOf": {
6093
6093
  "type": "reference",
6094
- "id": 583,
6094
+ "id": 582,
6095
6095
  "name": "SkyViewkeeperOptions.viewportMarginTop"
6096
6096
  }
6097
6097
  }
@@ -6101,40 +6101,40 @@
6101
6101
  "title": "Constructors",
6102
6102
  "kind": 512,
6103
6103
  "children": [
6104
- 567
6104
+ 566
6105
6105
  ]
6106
6106
  },
6107
6107
  {
6108
6108
  "title": "Properties",
6109
6109
  "kind": 1024,
6110
6110
  "children": [
6111
+ 568,
6111
6112
  569,
6112
6113
  570,
6113
6114
  571,
6114
6115
  572,
6115
6116
  573,
6116
- 574,
6117
- 575
6117
+ 574
6118
6118
  ]
6119
6119
  }
6120
6120
  ],
6121
6121
  "sources": [
6122
6122
  {
6123
6123
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
6124
- "line": 10,
6124
+ "line": 6,
6125
6125
  "character": 13
6126
6126
  }
6127
6127
  ],
6128
6128
  "implementedTypes": [
6129
6129
  {
6130
6130
  "type": "reference",
6131
- "id": 576,
6131
+ "id": 575,
6132
6132
  "name": "SkyViewkeeperOptions"
6133
6133
  }
6134
6134
  ]
6135
6135
  },
6136
6136
  {
6137
- "id": 584,
6137
+ "id": 583,
6138
6138
  "name": "SkyViewkeeperModule",
6139
6139
  "kind": 128,
6140
6140
  "kindString": "Class",
@@ -6147,27 +6147,27 @@
6147
6147
  "name": "NgModule"
6148
6148
  },
6149
6149
  "arguments": {
6150
- "obj": "{\n declarations: [\n SkyViewkeeperDirective\n ],\n exports: [\n SkyViewkeeperDirective\n ]\n}"
6150
+ "obj": "{\n declarations: [SkyViewkeeperDirective],\n exports: [SkyViewkeeperDirective],\n}"
6151
6151
  }
6152
6152
  }
6153
6153
  ],
6154
6154
  "children": [
6155
6155
  {
6156
- "id": 585,
6156
+ "id": 584,
6157
6157
  "name": "constructor",
6158
6158
  "kind": 512,
6159
6159
  "kindString": "Constructor",
6160
6160
  "flags": {},
6161
6161
  "signatures": [
6162
6162
  {
6163
- "id": 586,
6163
+ "id": 585,
6164
6164
  "name": "new SkyViewkeeperModule",
6165
6165
  "kind": 16384,
6166
6166
  "kindString": "Constructor signature",
6167
6167
  "flags": {},
6168
6168
  "type": {
6169
6169
  "type": "reference",
6170
- "id": 584,
6170
+ "id": 583,
6171
6171
  "name": "SkyViewkeeperModule"
6172
6172
  }
6173
6173
  }
@@ -6179,20 +6179,20 @@
6179
6179
  "title": "Constructors",
6180
6180
  "kind": 512,
6181
6181
  "children": [
6182
- 585
6182
+ 584
6183
6183
  ]
6184
6184
  }
6185
6185
  ],
6186
6186
  "sources": [
6187
6187
  {
6188
6188
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.module.ts",
6189
- "line": 17,
6189
+ "line": 9,
6190
6190
  "character": 13
6191
6191
  }
6192
6192
  ]
6193
6193
  },
6194
6194
  {
6195
- "id": 587,
6195
+ "id": 586,
6196
6196
  "name": "SkyViewkeeperService",
6197
6197
  "kind": 128,
6198
6198
  "kindString": "Class",
@@ -6208,13 +6208,13 @@
6208
6208
  "name": "Injectable"
6209
6209
  },
6210
6210
  "arguments": {
6211
- "options": "{\n providedIn: 'root'\n}"
6211
+ "options": "{\n providedIn: 'root',\n}"
6212
6212
  }
6213
6213
  }
6214
6214
  ],
6215
6215
  "children": [
6216
6216
  {
6217
- "id": 588,
6217
+ "id": 587,
6218
6218
  "name": "constructor",
6219
6219
  "kind": 512,
6220
6220
  "kindString": "Constructor",
@@ -6222,20 +6222,20 @@
6222
6222
  "sources": [
6223
6223
  {
6224
6224
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
6225
- "line": 26,
6225
+ "line": 16,
6226
6226
  "character": 2
6227
6227
  }
6228
6228
  ],
6229
6229
  "signatures": [
6230
6230
  {
6231
- "id": 589,
6231
+ "id": 588,
6232
6232
  "name": "new SkyViewkeeperService",
6233
6233
  "kind": 16384,
6234
6234
  "kindString": "Constructor signature",
6235
6235
  "flags": {},
6236
6236
  "parameters": [
6237
6237
  {
6238
- "id": 590,
6238
+ "id": 589,
6239
6239
  "name": "hostOptions",
6240
6240
  "kind": 32768,
6241
6241
  "kindString": "Parameter",
@@ -6254,21 +6254,21 @@
6254
6254
  ],
6255
6255
  "type": {
6256
6256
  "type": "reference",
6257
- "id": 566,
6257
+ "id": 565,
6258
6258
  "name": "SkyViewkeeperHostOptions"
6259
6259
  }
6260
6260
  }
6261
6261
  ],
6262
6262
  "type": {
6263
6263
  "type": "reference",
6264
- "id": 587,
6264
+ "id": 586,
6265
6265
  "name": "SkyViewkeeperService"
6266
6266
  }
6267
6267
  }
6268
6268
  ]
6269
6269
  },
6270
6270
  {
6271
- "id": 591,
6271
+ "id": 590,
6272
6272
  "name": "create",
6273
6273
  "kind": 2048,
6274
6274
  "kindString": "Method",
@@ -6278,13 +6278,13 @@
6278
6278
  "sources": [
6279
6279
  {
6280
6280
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
6281
- "line": 32,
6281
+ "line": 22,
6282
6282
  "character": 9
6283
6283
  }
6284
6284
  ],
6285
6285
  "signatures": [
6286
6286
  {
6287
- "id": 592,
6287
+ "id": 591,
6288
6288
  "name": "create",
6289
6289
  "kind": 4096,
6290
6290
  "kindString": "Call signature",
@@ -6292,7 +6292,7 @@
6292
6292
  "comment": {},
6293
6293
  "parameters": [
6294
6294
  {
6295
- "id": 593,
6295
+ "id": 592,
6296
6296
  "name": "options",
6297
6297
  "kind": 32768,
6298
6298
  "kindString": "Parameter",
@@ -6302,7 +6302,7 @@
6302
6302
  },
6303
6303
  "type": {
6304
6304
  "type": "reference",
6305
- "id": 576,
6305
+ "id": 575,
6306
6306
  "name": "SkyViewkeeperOptions"
6307
6307
  }
6308
6308
  }
@@ -6315,7 +6315,7 @@
6315
6315
  ]
6316
6316
  },
6317
6317
  {
6318
- "id": 594,
6318
+ "id": 593,
6319
6319
  "name": "destroy",
6320
6320
  "kind": 2048,
6321
6321
  "kindString": "Method",
@@ -6325,13 +6325,13 @@
6325
6325
  "sources": [
6326
6326
  {
6327
6327
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
6328
- "line": 42,
6328
+ "line": 32,
6329
6329
  "character": 9
6330
6330
  }
6331
6331
  ],
6332
6332
  "signatures": [
6333
6333
  {
6334
- "id": 595,
6334
+ "id": 594,
6335
6335
  "name": "destroy",
6336
6336
  "kind": 4096,
6337
6337
  "kindString": "Call signature",
@@ -6341,7 +6341,7 @@
6341
6341
  },
6342
6342
  "parameters": [
6343
6343
  {
6344
- "id": 596,
6344
+ "id": 595,
6345
6345
  "name": "vk",
6346
6346
  "kind": 32768,
6347
6347
  "kindString": "Parameter",
@@ -6368,22 +6368,22 @@
6368
6368
  "title": "Constructors",
6369
6369
  "kind": 512,
6370
6370
  "children": [
6371
- 588
6371
+ 587
6372
6372
  ]
6373
6373
  },
6374
6374
  {
6375
6375
  "title": "Methods",
6376
6376
  "kind": 2048,
6377
6377
  "children": [
6378
- 591,
6379
- 594
6378
+ 590,
6379
+ 593
6380
6380
  ]
6381
6381
  }
6382
6382
  ],
6383
6383
  "sources": [
6384
6384
  {
6385
6385
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
6386
- "line": 24,
6386
+ "line": 15,
6387
6387
  "character": 13
6388
6388
  }
6389
6389
  ]
@@ -6405,7 +6405,7 @@
6405
6405
  "name": "Directive"
6406
6406
  },
6407
6407
  "arguments": {
6408
- "obj": "{\n selector: '[skyAffixTo]'\n}"
6408
+ "obj": "{\n selector: '[skyAffixTo]',\n}"
6409
6409
  }
6410
6410
  }
6411
6411
  ],
@@ -6419,7 +6419,7 @@
6419
6419
  "sources": [
6420
6420
  {
6421
6421
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6422
- "line": 134,
6422
+ "line": 111,
6423
6423
  "character": 2
6424
6424
  }
6425
6425
  ],
@@ -6493,7 +6493,7 @@
6493
6493
  "sources": [
6494
6494
  {
6495
6495
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6496
- "line": 74,
6496
+ "line": 51,
6497
6497
  "character": 9
6498
6498
  }
6499
6499
  ],
@@ -6527,7 +6527,7 @@
6527
6527
  "sources": [
6528
6528
  {
6529
6529
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6530
- "line": 80,
6530
+ "line": 57,
6531
6531
  "character": 9
6532
6532
  }
6533
6533
  ],
@@ -6560,7 +6560,7 @@
6560
6560
  "sources": [
6561
6561
  {
6562
6562
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6563
- "line": 86,
6563
+ "line": 63,
6564
6564
  "character": 9
6565
6565
  }
6566
6566
  ],
@@ -6593,7 +6593,7 @@
6593
6593
  "sources": [
6594
6594
  {
6595
6595
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6596
- "line": 92,
6596
+ "line": 69,
6597
6597
  "character": 9
6598
6598
  }
6599
6599
  ],
@@ -6627,7 +6627,7 @@
6627
6627
  "sources": [
6628
6628
  {
6629
6629
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6630
- "line": 98,
6630
+ "line": 75,
6631
6631
  "character": 9
6632
6632
  }
6633
6633
  ],
@@ -6660,7 +6660,7 @@
6660
6660
  "sources": [
6661
6661
  {
6662
6662
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6663
- "line": 116,
6663
+ "line": 93,
6664
6664
  "character": 9
6665
6665
  }
6666
6666
  ],
@@ -6701,7 +6701,7 @@
6701
6701
  "sources": [
6702
6702
  {
6703
6703
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6704
- "line": 122,
6704
+ "line": 99,
6705
6705
  "character": 9
6706
6706
  }
6707
6707
  ],
@@ -6741,7 +6741,7 @@
6741
6741
  "sources": [
6742
6742
  {
6743
6743
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6744
- "line": 104,
6744
+ "line": 81,
6745
6745
  "character": 9
6746
6746
  }
6747
6747
  ],
@@ -6775,7 +6775,7 @@
6775
6775
  "sources": [
6776
6776
  {
6777
6777
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6778
- "line": 128,
6778
+ "line": 105,
6779
6779
  "character": 9
6780
6780
  }
6781
6781
  ],
@@ -6816,7 +6816,7 @@
6816
6816
  "sources": [
6817
6817
  {
6818
6818
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6819
- "line": 110,
6819
+ "line": 87,
6820
6820
  "character": 9
6821
6821
  }
6822
6822
  ],
@@ -6850,7 +6850,7 @@
6850
6850
  "sources": [
6851
6851
  {
6852
6852
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6853
- "line": 68,
6853
+ "line": 45,
6854
6854
  "character": 9
6855
6855
  }
6856
6856
  ],
@@ -6870,7 +6870,7 @@
6870
6870
  "sources": [
6871
6871
  {
6872
6872
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6873
- "line": 153,
6873
+ "line": 127,
6874
6874
  "character": 9
6875
6875
  }
6876
6876
  ],
@@ -6920,7 +6920,7 @@
6920
6920
  "sources": [
6921
6921
  {
6922
6922
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6923
- "line": 168,
6923
+ "line": 142,
6924
6924
  "character": 9
6925
6925
  }
6926
6926
  ],
@@ -6984,7 +6984,7 @@
6984
6984
  "sources": [
6985
6985
  {
6986
6986
  "fileName": "projects/core/src/modules/affix/affix.directive.ts",
6987
- "line": 62,
6987
+ "line": 40,
6988
6988
  "character": 13
6989
6989
  }
6990
6990
  ],
@@ -7016,7 +7016,7 @@
7016
7016
  "name": "Directive"
7017
7017
  },
7018
7018
  "arguments": {
7019
- "obj": "{\n selector: '[skyId]',\n exportAs: 'skyId'\n}"
7019
+ "obj": "{\n selector: '[skyId]',\n exportAs: 'skyId',\n}"
7020
7020
  }
7021
7021
  }
7022
7022
  ],
@@ -7030,7 +7030,7 @@
7030
7030
  "sources": [
7031
7031
  {
7032
7032
  "fileName": "projects/core/src/modules/id/id.directive.ts",
7033
- "line": 32,
7033
+ "line": 27,
7034
7034
  "character": 2
7035
7035
  }
7036
7036
  ],
@@ -7090,7 +7090,7 @@
7090
7090
  "sources": [
7091
7091
  {
7092
7092
  "fileName": "projects/core/src/modules/id/id.directive.ts",
7093
- "line": 26,
7093
+ "line": 21,
7094
7094
  "character": 13
7095
7095
  }
7096
7096
  ],
@@ -7128,7 +7128,7 @@
7128
7128
  "sources": [
7129
7129
  {
7130
7130
  "fileName": "projects/core/src/modules/id/id.directive.ts",
7131
- "line": 24,
7131
+ "line": 20,
7132
7132
  "character": 13
7133
7133
  }
7134
7134
  ]
@@ -7147,7 +7147,7 @@
7147
7147
  "name": "Directive"
7148
7148
  },
7149
7149
  "arguments": {
7150
- "obj": "{\n selector: '[skyViewkeeper]'\n}"
7150
+ "obj": "{\n selector: '[skyViewkeeper]',\n}"
7151
7151
  }
7152
7152
  }
7153
7153
  ],
@@ -7161,7 +7161,7 @@
7161
7161
  "sources": [
7162
7162
  {
7163
7163
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
7164
- "line": 51,
7164
+ "line": 44,
7165
7165
  "character": 2
7166
7166
  }
7167
7167
  ],
@@ -7198,7 +7198,7 @@
7198
7198
  "flags": {},
7199
7199
  "type": {
7200
7200
  "type": "reference",
7201
- "id": 370,
7201
+ "id": 369,
7202
7202
  "name": "MutationObserverService"
7203
7203
  }
7204
7204
  },
@@ -7210,7 +7210,7 @@
7210
7210
  "flags": {},
7211
7211
  "type": {
7212
7212
  "type": "reference",
7213
- "id": 587,
7213
+ "id": 586,
7214
7214
  "name": "SkyViewkeeperService"
7215
7215
  }
7216
7216
  },
@@ -7232,7 +7232,7 @@
7232
7232
  ],
7233
7233
  "type": {
7234
7234
  "type": "reference",
7235
- "id": 525,
7235
+ "id": 524,
7236
7236
  "name": "SkyScrollableHostService"
7237
7237
  }
7238
7238
  }
@@ -7266,7 +7266,7 @@
7266
7266
  "sources": [
7267
7267
  {
7268
7268
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
7269
- "line": 31,
7269
+ "line": 24,
7270
7270
  "character": 13
7271
7271
  }
7272
7272
  ],
@@ -7327,7 +7327,7 @@
7327
7327
  "sources": [
7328
7328
  {
7329
7329
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
7330
- "line": 70,
7330
+ "line": 62,
7331
7331
  "character": 9
7332
7332
  }
7333
7333
  ],
@@ -7364,7 +7364,7 @@
7364
7364
  "sources": [
7365
7365
  {
7366
7366
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
7367
- "line": 58,
7367
+ "line": 51,
7368
7368
  "character": 9
7369
7369
  }
7370
7370
  ],
@@ -7418,7 +7418,7 @@
7418
7418
  "sources": [
7419
7419
  {
7420
7420
  "fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
7421
- "line": 28,
7421
+ "line": 22,
7422
7422
  "character": 13
7423
7423
  }
7424
7424
  ],
@@ -7454,7 +7454,7 @@
7454
7454
  "sources": [
7455
7455
  {
7456
7456
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7457
- "line": 26,
7457
+ "line": 15,
7458
7458
  "character": 2
7459
7459
  }
7460
7460
  ],
@@ -7478,7 +7478,7 @@
7478
7478
  "sources": [
7479
7479
  {
7480
7480
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7481
- "line": 35,
7481
+ "line": 24,
7482
7482
  "character": 2
7483
7483
  }
7484
7484
  ],
@@ -7501,7 +7501,7 @@
7501
7501
  "sources": [
7502
7502
  {
7503
7503
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7504
- "line": 42,
7504
+ "line": 31,
7505
7505
  "character": 2
7506
7506
  }
7507
7507
  ],
@@ -7524,7 +7524,7 @@
7524
7524
  "sources": [
7525
7525
  {
7526
7526
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7527
- "line": 47,
7527
+ "line": 36,
7528
7528
  "character": 2
7529
7529
  }
7530
7530
  ],
@@ -7548,7 +7548,7 @@
7548
7548
  "sources": [
7549
7549
  {
7550
7550
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7551
- "line": 52,
7551
+ "line": 41,
7552
7552
  "character": 2
7553
7553
  }
7554
7554
  ],
@@ -7571,7 +7571,7 @@
7571
7571
  "sources": [
7572
7572
  {
7573
7573
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7574
- "line": 57,
7574
+ "line": 46,
7575
7575
  "character": 2
7576
7576
  }
7577
7577
  ],
@@ -7595,7 +7595,7 @@
7595
7595
  "sources": [
7596
7596
  {
7597
7597
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7598
- "line": 62,
7598
+ "line": 51,
7599
7599
  "character": 2
7600
7600
  }
7601
7601
  ],
@@ -7624,7 +7624,7 @@
7624
7624
  "sources": [
7625
7625
  {
7626
7626
  "fileName": "projects/core/src/modules/affix/affix-config.ts",
7627
- "line": 21,
7627
+ "line": 11,
7628
7628
  "character": 17
7629
7629
  }
7630
7630
  ]
@@ -7650,7 +7650,7 @@
7650
7650
  "sources": [
7651
7651
  {
7652
7652
  "fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
7653
- "line": 10,
7653
+ "line": 7,
7654
7654
  "character": 2
7655
7655
  }
7656
7656
  ],
@@ -7672,7 +7672,7 @@
7672
7672
  "sources": [
7673
7673
  {
7674
7674
  "fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
7675
- "line": 8,
7675
+ "line": 6,
7676
7676
  "character": 17
7677
7677
  }
7678
7678
  ]
@@ -7696,7 +7696,7 @@
7696
7696
  "sources": [
7697
7697
  {
7698
7698
  "fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
7699
- "line": 10,
7699
+ "line": 7,
7700
7700
  "character": 2
7701
7701
  }
7702
7702
  ],
@@ -7719,20 +7719,20 @@
7719
7719
  "sources": [
7720
7720
  {
7721
7721
  "fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
7722
- "line": 5,
7722
+ "line": 3,
7723
7723
  "character": 17
7724
7724
  }
7725
7725
  ]
7726
7726
  },
7727
7727
  {
7728
- "id": 546,
7728
+ "id": 545,
7729
7729
  "name": "SkyAppSetTitleArgs",
7730
7730
  "kind": 256,
7731
7731
  "kindString": "Interface",
7732
7732
  "flags": {},
7733
7733
  "children": [
7734
7734
  {
7735
- "id": 547,
7735
+ "id": 546,
7736
7736
  "name": "titleParts",
7737
7737
  "kind": 1024,
7738
7738
  "kindString": "Property",
@@ -7740,7 +7740,7 @@
7740
7740
  "sources": [
7741
7741
  {
7742
7742
  "fileName": "projects/core/src/modules/title/set-title-args.ts",
7743
- "line": 3,
7743
+ "line": 2,
7744
7744
  "character": 2
7745
7745
  }
7746
7746
  ],
@@ -7758,7 +7758,7 @@
7758
7758
  "title": "Properties",
7759
7759
  "kind": 1024,
7760
7760
  "children": [
7761
- 547
7761
+ 546
7762
7762
  ]
7763
7763
  }
7764
7764
  ],
@@ -7791,7 +7791,7 @@
7791
7791
  "sources": [
7792
7792
  {
7793
7793
  "fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
7794
- "line": 14,
7794
+ "line": 9,
7795
7795
  "character": 2
7796
7796
  }
7797
7797
  ],
@@ -7817,7 +7817,7 @@
7817
7817
  "sources": [
7818
7818
  {
7819
7819
  "fileName": "projects/core/src/modules/dock/dock-item-config.ts",
7820
- "line": 11,
7820
+ "line": 10,
7821
7821
  "character": 2
7822
7822
  }
7823
7823
  ],
@@ -7845,7 +7845,7 @@
7845
7845
  "sources": [
7846
7846
  {
7847
7847
  "fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
7848
- "line": 9,
7848
+ "line": 5,
7849
7849
  "character": 17
7850
7850
  }
7851
7851
  ],
@@ -7881,7 +7881,7 @@
7881
7881
  "sources": [
7882
7882
  {
7883
7883
  "fileName": "projects/core/src/modules/dock/dock-item-config.ts",
7884
- "line": 11,
7884
+ "line": 10,
7885
7885
  "character": 2
7886
7886
  }
7887
7887
  ],
@@ -7939,7 +7939,7 @@
7939
7939
  "sources": [
7940
7940
  {
7941
7941
  "fileName": "projects/core/src/modules/dock/dock-options.ts",
7942
- "line": 13,
7942
+ "line": 10,
7943
7943
  "character": 2
7944
7944
  }
7945
7945
  ],
@@ -7963,7 +7963,7 @@
7963
7963
  "sources": [
7964
7964
  {
7965
7965
  "fileName": "projects/core/src/modules/dock/dock-options.ts",
7966
- "line": 18,
7966
+ "line": 15,
7967
7967
  "character": 2
7968
7968
  }
7969
7969
  ],
@@ -7986,7 +7986,7 @@
7986
7986
  "sources": [
7987
7987
  {
7988
7988
  "fileName": "projects/core/src/modules/dock/dock-options.ts",
7989
- "line": 23,
7989
+ "line": 20,
7990
7990
  "character": 2
7991
7991
  }
7992
7992
  ],
@@ -8010,7 +8010,7 @@
8010
8010
  "sources": [
8011
8011
  {
8012
8012
  "fileName": "projects/core/src/modules/dock/dock-options.ts",
8013
- "line": 8,
8013
+ "line": 6,
8014
8014
  "character": 17
8015
8015
  }
8016
8016
  ]
@@ -8039,7 +8039,7 @@
8039
8039
  "sources": [
8040
8040
  {
8041
8041
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
8042
- "line": 13,
8042
+ "line": 10,
8043
8043
  "character": 2
8044
8044
  }
8045
8045
  ],
@@ -8063,7 +8063,7 @@
8063
8063
  "sources": [
8064
8064
  {
8065
8065
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
8066
- "line": 18,
8066
+ "line": 15,
8067
8067
  "character": 2
8068
8068
  }
8069
8069
  ],
@@ -8086,7 +8086,7 @@
8086
8086
  "sources": [
8087
8087
  {
8088
8088
  "fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
8089
- "line": 8,
8089
+ "line": 6,
8090
8090
  "character": 17
8091
8091
  }
8092
8092
  ]
@@ -8115,7 +8115,7 @@
8115
8115
  "sources": [
8116
8116
  {
8117
8117
  "fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
8118
- "line": 11,
8118
+ "line": 9,
8119
8119
  "character": 2
8120
8120
  }
8121
8121
  ],
@@ -8138,7 +8138,7 @@
8138
8138
  "sources": [
8139
8139
  {
8140
8140
  "fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
8141
- "line": 17,
8141
+ "line": 15,
8142
8142
  "character": 2
8143
8143
  }
8144
8144
  ],
@@ -8161,20 +8161,20 @@
8161
8161
  "sources": [
8162
8162
  {
8163
8163
  "fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
8164
- "line": 5,
8164
+ "line": 4,
8165
8165
  "character": 17
8166
8166
  }
8167
8167
  ]
8168
8168
  },
8169
8169
  {
8170
- "id": 444,
8170
+ "id": 443,
8171
8171
  "name": "SkyOverlayConfig",
8172
8172
  "kind": 256,
8173
8173
  "kindString": "Interface",
8174
8174
  "flags": {},
8175
8175
  "children": [
8176
8176
  {
8177
- "id": 445,
8177
+ "id": 444,
8178
8178
  "name": "closeOnNavigation",
8179
8179
  "kind": 1024,
8180
8180
  "kindString": "Property",
@@ -8187,7 +8187,7 @@
8187
8187
  "sources": [
8188
8188
  {
8189
8189
  "fileName": "projects/core/src/modules/overlay/overlay-config.ts",
8190
- "line": 6,
8190
+ "line": 5,
8191
8191
  "character": 2
8192
8192
  }
8193
8193
  ],
@@ -8197,7 +8197,7 @@
8197
8197
  }
8198
8198
  },
8199
8199
  {
8200
- "id": 446,
8200
+ "id": 445,
8201
8201
  "name": "enableClose",
8202
8202
  "kind": 1024,
8203
8203
  "kindString": "Property",
@@ -8210,7 +8210,7 @@
8210
8210
  "sources": [
8211
8211
  {
8212
8212
  "fileName": "projects/core/src/modules/overlay/overlay-config.ts",
8213
- "line": 11,
8213
+ "line": 10,
8214
8214
  "character": 2
8215
8215
  }
8216
8216
  ],
@@ -8220,7 +8220,7 @@
8220
8220
  }
8221
8221
  },
8222
8222
  {
8223
- "id": 447,
8223
+ "id": 446,
8224
8224
  "name": "enablePointerEvents",
8225
8225
  "kind": 1024,
8226
8226
  "kindString": "Property",
@@ -8233,7 +8233,7 @@
8233
8233
  "sources": [
8234
8234
  {
8235
8235
  "fileName": "projects/core/src/modules/overlay/overlay-config.ts",
8236
- "line": 16,
8236
+ "line": 15,
8237
8237
  "character": 2
8238
8238
  }
8239
8239
  ],
@@ -8243,7 +8243,7 @@
8243
8243
  }
8244
8244
  },
8245
8245
  {
8246
- "id": 448,
8246
+ "id": 447,
8247
8247
  "name": "enableScroll",
8248
8248
  "kind": 1024,
8249
8249
  "kindString": "Property",
@@ -8256,7 +8256,7 @@
8256
8256
  "sources": [
8257
8257
  {
8258
8258
  "fileName": "projects/core/src/modules/overlay/overlay-config.ts",
8259
- "line": 21,
8259
+ "line": 20,
8260
8260
  "character": 2
8261
8261
  }
8262
8262
  ],
@@ -8266,7 +8266,7 @@
8266
8266
  }
8267
8267
  },
8268
8268
  {
8269
- "id": 449,
8269
+ "id": 448,
8270
8270
  "name": "showBackdrop",
8271
8271
  "kind": 1024,
8272
8272
  "kindString": "Property",
@@ -8279,7 +8279,7 @@
8279
8279
  "sources": [
8280
8280
  {
8281
8281
  "fileName": "projects/core/src/modules/overlay/overlay-config.ts",
8282
- "line": 26,
8282
+ "line": 25,
8283
8283
  "character": 2
8284
8284
  }
8285
8285
  ],
@@ -8289,7 +8289,7 @@
8289
8289
  }
8290
8290
  },
8291
8291
  {
8292
- "id": 450,
8292
+ "id": 449,
8293
8293
  "name": "wrapperClass",
8294
8294
  "kind": 1024,
8295
8295
  "kindString": "Property",
@@ -8302,7 +8302,7 @@
8302
8302
  "sources": [
8303
8303
  {
8304
8304
  "fileName": "projects/core/src/modules/overlay/overlay-config.ts",
8305
- "line": 31,
8305
+ "line": 30,
8306
8306
  "character": 2
8307
8307
  }
8308
8308
  ],
@@ -8317,12 +8317,12 @@
8317
8317
  "title": "Properties",
8318
8318
  "kind": 1024,
8319
8319
  "children": [
8320
+ 444,
8320
8321
  445,
8321
8322
  446,
8322
8323
  447,
8323
8324
  448,
8324
- 449,
8325
- 450
8325
+ 449
8326
8326
  ]
8327
8327
  }
8328
8328
  ],
@@ -8335,7 +8335,7 @@
8335
8335
  ]
8336
8336
  },
8337
8337
  {
8338
- "id": 576,
8338
+ "id": 575,
8339
8339
  "name": "SkyViewkeeperOptions",
8340
8340
  "kind": 256,
8341
8341
  "kindString": "Interface",
@@ -8345,7 +8345,7 @@
8345
8345
  },
8346
8346
  "children": [
8347
8347
  {
8348
- "id": 577,
8348
+ "id": 576,
8349
8349
  "name": "boundaryEl",
8350
8350
  "kind": 1024,
8351
8351
  "kindString": "Property",
@@ -8368,7 +8368,7 @@
8368
8368
  }
8369
8369
  },
8370
8370
  {
8371
- "id": 578,
8371
+ "id": 577,
8372
8372
  "name": "el",
8373
8373
  "kind": 1024,
8374
8374
  "kindString": "Property",
@@ -8391,7 +8391,7 @@
8391
8391
  }
8392
8392
  },
8393
8393
  {
8394
- "id": 579,
8394
+ "id": 578,
8395
8395
  "name": "scrollableHost",
8396
8396
  "kind": 1024,
8397
8397
  "kindString": "Property",
@@ -8414,7 +8414,7 @@
8414
8414
  }
8415
8415
  },
8416
8416
  {
8417
- "id": 580,
8417
+ "id": 579,
8418
8418
  "name": "setWidth",
8419
8419
  "kind": 1024,
8420
8420
  "kindString": "Property",
@@ -8437,7 +8437,7 @@
8437
8437
  }
8438
8438
  },
8439
8439
  {
8440
- "id": 581,
8440
+ "id": 580,
8441
8441
  "name": "verticalOffset",
8442
8442
  "kind": 1024,
8443
8443
  "kindString": "Property",
@@ -8460,7 +8460,7 @@
8460
8460
  }
8461
8461
  },
8462
8462
  {
8463
- "id": 582,
8463
+ "id": 581,
8464
8464
  "name": "verticalOffsetEl",
8465
8465
  "kind": 1024,
8466
8466
  "kindString": "Property",
@@ -8483,7 +8483,7 @@
8483
8483
  }
8484
8484
  },
8485
8485
  {
8486
- "id": 583,
8486
+ "id": 582,
8487
8487
  "name": "viewportMarginTop",
8488
8488
  "kind": 1024,
8489
8489
  "kindString": "Property",
@@ -8511,13 +8511,13 @@
8511
8511
  "title": "Properties",
8512
8512
  "kind": 1024,
8513
8513
  "children": [
8514
+ 576,
8514
8515
  577,
8515
8516
  578,
8516
8517
  579,
8517
8518
  580,
8518
8519
  581,
8519
- 582,
8520
- 583
8520
+ 582
8521
8521
  ]
8522
8522
  }
8523
8523
  ],
@@ -8531,7 +8531,7 @@
8531
8531
  "implementedBy": [
8532
8532
  {
8533
8533
  "type": "reference",
8534
- "id": 566,
8534
+ "id": 565,
8535
8535
  "name": "SkyViewkeeperHostOptions"
8536
8536
  }
8537
8537
  ]
@@ -8651,7 +8651,7 @@
8651
8651
  "sources": [
8652
8652
  {
8653
8653
  "fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
8654
- "line": 9,
8654
+ "line": 7,
8655
8655
  "character": 12
8656
8656
  }
8657
8657
  ],
@@ -8666,7 +8666,7 @@
8666
8666
  "sources": [
8667
8667
  {
8668
8668
  "fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
8669
- "line": 9,
8669
+ "line": 7,
8670
8670
  "character": 36
8671
8671
  }
8672
8672
  ],
@@ -8719,14 +8719,14 @@
8719
8719
  "title": "Classes",
8720
8720
  "kind": 128,
8721
8721
  "children": [
8722
- 370,
8723
- 382,
8722
+ 369,
8723
+ 381,
8724
8724
  137,
8725
8725
  140,
8726
8726
  148,
8727
8727
  301,
8728
- 548,
8729
- 599,
8728
+ 547,
8729
+ 598,
8730
8730
  63,
8731
8731
  66,
8732
8732
  219,
@@ -8739,19 +8739,19 @@
8739
8739
  314,
8740
8740
  330,
8741
8741
  333,
8742
- 379,
8743
- 393,
8744
- 411,
8745
- 451,
8746
- 474,
8747
- 477,
8748
- 505,
8749
- 502,
8750
- 525,
8751
- 555,
8752
- 566,
8753
- 584,
8754
- 587,
8742
+ 378,
8743
+ 392,
8744
+ 410,
8745
+ 450,
8746
+ 473,
8747
+ 476,
8748
+ 504,
8749
+ 501,
8750
+ 524,
8751
+ 554,
8752
+ 565,
8753
+ 583,
8754
+ 586,
8755
8755
  1,
8756
8756
  26,
8757
8757
  34
@@ -8764,14 +8764,14 @@
8764
8764
  117,
8765
8765
  131,
8766
8766
  134,
8767
- 546,
8767
+ 545,
8768
8768
  216,
8769
8769
  233,
8770
8770
  239,
8771
8771
  273,
8772
8772
  111,
8773
- 444,
8774
- 576
8773
+ 443,
8774
+ 575
8775
8775
  ]
8776
8776
  },
8777
8777
  {
@@ -8794,50 +8794,55 @@
8794
8794
  ]
8795
8795
  },
8796
8796
  "codeExamples": [
8797
+ {
8798
+ "fileName": ".eslintrc.json",
8799
+ "filePath": "/projects/core/documentation/code-examples/.eslintrc.json",
8800
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
8801
+ },
8797
8802
  {
8798
8803
  "fileName": "id-demo.component.html",
8799
8804
  "filePath": "/projects/core/documentation/code-examples/id/id-demo.component.html",
8800
- "rawContents": "<sky-input-box>\n <label\n class=\"sky-control-label\"\n [for]=\"input1.id\"\n >\n Label\n </label>\n <input\n class=\"sky-form-control\"\n type=\"text\"\n skyId\n #input1=\"skyId\"\n >\n</sky-input-box>\n\n<sky-input-box>\n <label\n class=\"sky-control-label\"\n [for]=\"input2.id\"\n >\n Label\n </label>\n <select\n class=\"sky-form-control\"\n type=\"text\"\n skyId\n #input2=\"skyId\"\n >\n <option>Value</option>\n </select>\n</sky-input-box>\n"
8805
+ "rawContents": "<sky-input-box>\n <label class=\"sky-control-label\" [for]=\"input1.id\"> Label </label>\n <input class=\"sky-form-control\" type=\"text\" skyId #input1=\"skyId\" />\n</sky-input-box>\n\n<sky-input-box>\n <label class=\"sky-control-label\" [for]=\"input2.id\"> Label </label>\n <select class=\"sky-form-control\" type=\"text\" skyId #input2=\"skyId\">\n <option>Value</option>\n </select>\n</sky-input-box>\n"
8801
8806
  },
8802
8807
  {
8803
8808
  "fileName": "id-demo.component.ts",
8804
8809
  "filePath": "/projects/core/documentation/code-examples/id/id-demo.component.ts",
8805
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-id-demo',\n templateUrl: './id-demo.component.html'\n})\nexport class IdDemoComponent { }\n"
8810
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-id-demo',\n templateUrl: './id-demo.component.html',\n})\nexport class IdDemoComponent {}\n"
8806
8811
  },
8807
8812
  {
8808
8813
  "fileName": "id-demo.module.ts",
8809
8814
  "filePath": "/projects/core/documentation/code-examples/id/id-demo.module.ts",
8810
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyIdModule\n} from '@skyux/core';\n\nimport {\n SkyInputBoxModule\n} from '@skyux/forms';\n\nimport {\n IdDemoComponent\n} from './id-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyIdModule,\n SkyInputBoxModule\n ],\n declarations: [\n IdDemoComponent\n ],\n exports: [\n IdDemoComponent\n ]\n})\n\nexport class IdDemoModule { }\n"
8815
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { IdDemoComponent } from './id-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIdModule, SkyInputBoxModule],\n declarations: [IdDemoComponent],\n exports: [IdDemoComponent],\n})\nexport class IdDemoModule {}\n"
8811
8816
  },
8812
8817
  {
8813
8818
  "fileName": "media-query-demo.component.html",
8814
8819
  "filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.component.html",
8815
- "rawContents": "<sky-alert\n alertType=\"info\"\n>\n Current media breakpoint: <strong>{{currentBreakpoint}}</strong>\n</sky-alert>\n"
8820
+ "rawContents": "<sky-alert alertType=\"info\">\n Current media breakpoint: <strong>{{ currentBreakpoint }}</strong>\n</sky-alert>\n"
8816
8821
  },
8817
8822
  {
8818
8823
  "fileName": "media-query-demo.component.ts",
8819
8824
  "filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.component.ts",
8820
- "rawContents": "import {\n Component,\n OnDestroy\n} from '@angular/core';\n\nimport {\n SkyMediaBreakpoints,\n SkyMediaQueryService\n} from '@skyux/core';\n\nimport {\n Subscription\n} from 'rxjs';\n\n@Component({\n selector: 'app-media-query-demo',\n templateUrl: './media-query-demo.component.html'\n})\nexport class MediaQueryDemoComponent implements OnDestroy {\n\n public currentBreakpoint: string;\n\n private querySubscription: Subscription;\n\n constructor(\n private mediaQueries: SkyMediaQueryService\n ) {\n this.querySubscription = this.mediaQueries.subscribe((newBreakpoint: SkyMediaBreakpoints) => {\n switch (newBreakpoint) {\n case SkyMediaBreakpoints.xs:\n this.currentBreakpoint = 'xs';\n break;\n case SkyMediaBreakpoints.sm:\n this.currentBreakpoint = 'sm';\n break;\n case SkyMediaBreakpoints.md:\n this.currentBreakpoint = 'md';\n break;\n case SkyMediaBreakpoints.lg:\n this.currentBreakpoint = 'lg';\n break;\n default:\n this.currentBreakpoint = 'unknown';\n }\n });\n }\n\n public ngOnDestroy(): void {\n if (this.querySubscription) {\n this.querySubscription.unsubscribe();\n }\n }\n}\n"
8825
+ "rawContents": "import { Component, OnDestroy } from '@angular/core';\n\nimport {\n SkyMediaBreakpoints,\n SkyMediaQueryService,\n} from '@skyux/core';\n\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'app-media-query-demo',\n templateUrl: './media-query-demo.component.html',\n})\nexport class MediaQueryDemoComponent implements OnDestroy {\n public currentBreakpoint: string;\n\n private querySubscription: Subscription;\n\n constructor(private mediaQueries: SkyMediaQueryService) {\n this.querySubscription = this.mediaQueries.subscribe(\n (newBreakpoint: SkyMediaBreakpoints) => {\n switch (newBreakpoint) {\n case SkyMediaBreakpoints.xs:\n this.currentBreakpoint = 'xs';\n break;\n case SkyMediaBreakpoints.sm:\n this.currentBreakpoint = 'sm';\n break;\n case SkyMediaBreakpoints.md:\n this.currentBreakpoint = 'md';\n break;\n case SkyMediaBreakpoints.lg:\n this.currentBreakpoint = 'lg';\n break;\n default:\n this.currentBreakpoint = 'unknown';\n }\n }\n );\n }\n\n public ngOnDestroy(): void {\n if (this.querySubscription) {\n this.querySubscription.unsubscribe();\n }\n }\n}\n"
8821
8826
  },
8822
8827
  {
8823
8828
  "fileName": "media-query-demo.module.ts",
8824
8829
  "filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.module.ts",
8825
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyMediaQueryModule\n} from '@skyux/core';\n\nimport {\n SkyAlertModule\n} from '@skyux/indicators';\n\nimport {\n MediaQueryDemoComponent\n} from './media-query-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyAlertModule,\n SkyMediaQueryModule\n ],\n declarations: [\n MediaQueryDemoComponent\n ],\n exports: [\n MediaQueryDemoComponent\n ]\n})\n\nexport class MediaQueryDemoModule { }\n"
8830
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyMediaQueryModule } from '@skyux/core';\n\nimport { SkyAlertModule } from '@skyux/indicators';\n\nimport { MediaQueryDemoComponent } from './media-query-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyAlertModule, SkyMediaQueryModule],\n declarations: [MediaQueryDemoComponent],\n exports: [MediaQueryDemoComponent],\n})\nexport class MediaQueryDemoModule {}\n"
8826
8831
  },
8827
8832
  {
8828
8833
  "fileName": "numeric-demo.component.html",
8829
8834
  "filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.html",
8830
- "rawContents": "<sky-definition-list\n labelWidth=\"200px\"\n>\n <sky-definition-list-content>\n <p>\n <sky-definition-list-label>\n 1 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1 | skyNumeric:{digits: 0} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1000 | skyNumeric:{digits: 0} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1000 | skyNumeric}}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1100 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1100 | skyNumeric:{digits: 0} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1100 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1100 | skyNumeric}}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1500 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1500 | skyNumeric:{digits: 0} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1500 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1500 | skyNumeric}}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1000000 | skyNumeric:{digits: 0} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000000000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1000000000 | skyNumeric:{digits: 0} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000000000000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1000000000000 | skyNumeric:{digits: 0} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234000 with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1234000 | skyNumeric:{digits: 2} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1235000000 with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1235000000 | skyNumeric:{digits: 2} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1.45 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1.45 | skyNumeric}}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1234567 | skyNumeric}}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 without truncation\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1234567 | skyNumeric:{truncate: false} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 15.50 as US dollar currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{15.50 | skyNumeric:{digits: 2, format: 'currency', iso: 'USD'} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n -15.50 as US dollar currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{-15.50 | skyNumeric:{digits: 2, format: 'currency', iso: 'USD'} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 as Euro currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1234567 | skyNumeric:{digits: 2, format: 'currency', iso: 'EUR'} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1450 as UK pound currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1450 | skyNumeric:{digits: 2, format: 'currency', iso: 'GBP'} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1750 as Hong Kong dollar currency with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1750 | skyNumeric:{digits: 1, format: 'currency', iso: 'HKD'} }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 as Japanese yen currency with 3 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{1234567 | skyNumeric:{digits: 3, format: 'currency', iso: 'JPY'} }}\n </sky-definition-list-value>\n </p>\n </sky-definition-list-content>\n</sky-definition-list>\n"
8835
+ "rawContents": "<sky-definition-list labelWidth=\"200px\">\n <sky-definition-list-content>\n <p>\n <sky-definition-list-label> 1 with 0 digits: </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1 | skyNumeric: { digits: 0 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1000 | skyNumeric: { digits: 0 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1000 | skyNumeric }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1100 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1100 | skyNumeric: { digits: 0 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1100 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1100 | skyNumeric }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1500 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1500 | skyNumeric: { digits: 0 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1500 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1500 | skyNumeric }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1000000 | skyNumeric: { digits: 0 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000000000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1000000000 | skyNumeric: { digits: 0 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1000000000000 with 0 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1000000000000 | skyNumeric: { digits: 0 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234000 with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1234000 | skyNumeric: { digits: 2 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1235000000 with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1235000000 | skyNumeric: { digits: 2 } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1.45 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1.45 | skyNumeric }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1234567 | skyNumeric }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 without truncation\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1234567 | skyNumeric: { truncate: false } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 15.50 as US dollar currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 15.5 | skyNumeric: { digits: 2, format: 'currency', iso: 'USD' } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n -15.50 as US dollar currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ -15.5 | skyNumeric: { digits: 2, format: 'currency', iso: 'USD' } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 as Euro currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{\n 1234567 | skyNumeric: { digits: 2, format: 'currency', iso: 'EUR' }\n }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1450 as UK pound currency with 2 digits:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1450 | skyNumeric: { digits: 2, format: 'currency', iso: 'GBP' } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1750 as Hong Kong dollar currency with 1 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ 1750 | skyNumeric: { digits: 1, format: 'currency', iso: 'HKD' } }}\n </sky-definition-list-value>\n </p>\n <p>\n <sky-definition-list-label>\n 1234567 as Japanese yen currency with 3 digit:\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{\n 1234567 | skyNumeric: { digits: 3, format: 'currency', iso: 'JPY' }\n }}\n </sky-definition-list-value>\n </p>\n </sky-definition-list-content>\n</sky-definition-list>\n"
8831
8836
  },
8832
8837
  {
8833
8838
  "fileName": "numeric-demo.component.ts",
8834
8839
  "filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.ts",
8835
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-numeric-demo',\n templateUrl: './numeric-demo.component.html'\n})\nexport class NumericDemoComponent { }\n"
8840
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-numeric-demo',\n templateUrl: './numeric-demo.component.html',\n})\nexport class NumericDemoComponent {}\n"
8836
8841
  },
8837
8842
  {
8838
8843
  "fileName": "numeric-demo.module.ts",
8839
8844
  "filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.module.ts",
8840
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyNumericModule\n} from '@skyux/core';\n\nimport {\n SkyDefinitionListModule\n} from '@skyux/layout';\n\nimport {\n NumericDemoComponent\n} from './numeric-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDefinitionListModule,\n SkyNumericModule\n ],\n declarations: [\n NumericDemoComponent\n ],\n exports: [\n NumericDemoComponent\n ]\n})\n\nexport class NumericDemoModule { }\n"
8845
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyNumericModule } from '@skyux/core';\n\nimport { SkyDefinitionListModule } from '@skyux/layout';\n\nimport { NumericDemoComponent } from './numeric-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDefinitionListModule, SkyNumericModule],\n declarations: [NumericDemoComponent],\n exports: [NumericDemoComponent],\n})\nexport class NumericDemoModule {}\n"
8841
8846
  }
8842
8847
  ]
8843
8848
  }