@skyux/core 5.1.3 → 5.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bundles/skyux-core-testing.umd.js +22 -25
- package/bundles/skyux-core-testing.umd.js.map +1 -1
- package/bundles/skyux-core.umd.js +417 -357
- package/bundles/skyux-core.umd.js.map +1 -1
- package/documentation.json +541 -548
- package/esm2015/modules/adapter-service/adapter.module.js +5 -5
- package/esm2015/modules/adapter-service/adapter.service.js +9 -8
- package/esm2015/modules/adapter-service/focusable-children-options.js +1 -1
- package/esm2015/modules/affix/affix-auto-fit-context.js +1 -1
- package/esm2015/modules/affix/affix-config.js +1 -1
- package/esm2015/modules/affix/affix-offset-change.js +1 -1
- package/esm2015/modules/affix/affix-offset.js +1 -1
- package/esm2015/modules/affix/affix-placement-change.js +1 -1
- package/esm2015/modules/affix/affix-utils.js +3 -8
- package/esm2015/modules/affix/affix.directive.js +7 -7
- package/esm2015/modules/affix/affix.module.js +8 -16
- package/esm2015/modules/affix/affix.service.js +6 -6
- package/esm2015/modules/affix/affixer.js +21 -19
- package/esm2015/modules/affix/dom-utils.js +3 -4
- package/esm2015/modules/dock/dock-dom-adapter.service.js +8 -7
- package/esm2015/modules/dock/dock-insert-component-config.js +1 -1
- package/esm2015/modules/dock/dock-item-config.js +1 -1
- package/esm2015/modules/dock/dock-item-reference.js +1 -1
- package/esm2015/modules/dock/dock-item.js +1 -1
- package/esm2015/modules/dock/dock-location.js +1 -1
- package/esm2015/modules/dock/dock-options.js +1 -1
- package/esm2015/modules/dock/dock.component.js +13 -17
- package/esm2015/modules/dock/dock.module.js +9 -21
- package/esm2015/modules/dock/dock.service.js +6 -6
- package/esm2015/modules/dynamic-component/dynamic-component-location.js +1 -1
- package/esm2015/modules/dynamic-component/dynamic-component-options.js +1 -1
- package/esm2015/modules/dynamic-component/dynamic-component.module.js +5 -5
- package/esm2015/modules/dynamic-component/dynamic-component.service.js +7 -7
- package/esm2015/modules/format/app-format.js +5 -5
- package/esm2015/modules/id/id.directive.js +5 -5
- package/esm2015/modules/id/id.module.js +7 -11
- package/esm2015/modules/log/log.module.js +5 -5
- package/esm2015/modules/log/log.service.js +5 -5
- package/esm2015/modules/media-query/media-breakpoints.js +1 -1
- package/esm2015/modules/media-query/media-query-listener.js +1 -1
- package/esm2015/modules/media-query/media-query.module.js +5 -5
- package/esm2015/modules/media-query/media-query.service.js +12 -12
- package/esm2015/modules/mutation/mutation-observer-service.js +5 -5
- package/esm2015/modules/numeric/numeric.module.js +9 -24
- package/esm2015/modules/numeric/numeric.options.js +1 -1
- package/esm2015/modules/numeric/numeric.pipe.js +12 -14
- package/esm2015/modules/numeric/numeric.service.js +16 -15
- package/esm2015/modules/overlay/overlay-adapter.service.js +5 -5
- package/esm2015/modules/overlay/overlay-config.js +1 -1
- package/esm2015/modules/overlay/overlay-context.js +1 -1
- package/esm2015/modules/overlay/overlay-instance.js +1 -1
- package/esm2015/modules/overlay/overlay.component.js +11 -11
- package/esm2015/modules/overlay/overlay.module.js +8 -16
- package/esm2015/modules/overlay/overlay.service.js +13 -11
- package/esm2015/modules/percent-pipe/percent-pipe.module.js +9 -24
- package/esm2015/modules/percent-pipe/percent.pipe.js +7 -6
- package/esm2015/modules/scrollable-host/scrollable-host.service.js +103 -25
- package/esm2015/modules/shared/number-format/number-format-utility.js +8 -5
- package/esm2015/modules/shared/sky-core-resources.module.js +21 -12
- package/esm2015/modules/title/set-title-args.js +1 -1
- package/esm2015/modules/title/title.service.js +5 -5
- package/esm2015/modules/ui-config/ui-config.service.js +5 -5
- package/esm2015/modules/viewkeeper/viewkeeper-boundary-info.js +1 -1
- package/esm2015/modules/viewkeeper/viewkeeper-host-options.js +4 -4
- package/esm2015/modules/viewkeeper/viewkeeper.directive.js +14 -11
- package/esm2015/modules/viewkeeper/viewkeeper.js +36 -15
- package/esm2015/modules/viewkeeper/viewkeeper.module.js +7 -11
- package/esm2015/modules/viewkeeper/viewkeeper.service.js +5 -5
- package/esm2015/modules/window/window-ref.js +5 -5
- package/esm2015/testing/mock-media-query.service.js +7 -7
- package/esm2015/testing/mock-ui-config.service.js +18 -21
- package/fesm2015/skyux-core-testing.js +22 -25
- package/fesm2015/skyux-core-testing.js.map +1 -1
- package/fesm2015/skyux-core.js +407 -363
- package/fesm2015/skyux-core.js.map +1 -1
- package/modules/scrollable-host/scrollable-host.service.d.ts +25 -6
- package/modules/viewkeeper/viewkeeper.d.ts +3 -1
- package/package.json +4 -4
package/documentation.json
CHANGED
@@ -83,7 +83,7 @@
|
|
83
83
|
"sources": [
|
84
84
|
{
|
85
85
|
"fileName": "projects/core/src/modules/affix/affix-auto-fit-context.ts",
|
86
|
-
"line":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
408
|
+
"line": 5,
|
409
409
|
"character": 2
|
410
410
|
}
|
411
411
|
],
|
@@ -433,7 +433,7 @@
|
|
433
433
|
]
|
434
434
|
},
|
435
435
|
{
|
436
|
-
"id":
|
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'
|
449
|
+
"options": "{\n providedIn: 'root',\n}"
|
450
450
|
}
|
451
451
|
}
|
452
452
|
],
|
453
453
|
"children": [
|
454
454
|
{
|
455
|
-
"id":
|
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":
|
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":
|
469
|
+
"id": 369,
|
470
470
|
"name": "MutationObserverService"
|
471
471
|
}
|
472
472
|
}
|
473
473
|
]
|
474
474
|
},
|
475
475
|
{
|
476
|
-
"id":
|
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":
|
486
|
+
"line": 7,
|
487
487
|
"character": 9
|
488
488
|
}
|
489
489
|
],
|
490
490
|
"signatures": [
|
491
491
|
{
|
492
|
-
"id":
|
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":
|
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
|
-
|
523
|
+
370
|
524
524
|
]
|
525
525
|
},
|
526
526
|
{
|
527
527
|
"title": "Methods",
|
528
528
|
"kind": 2048,
|
529
529
|
"children": [
|
530
|
-
|
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":
|
537
|
+
"line": 6,
|
538
538
|
"character": 13
|
539
539
|
}
|
540
540
|
]
|
541
541
|
},
|
542
542
|
{
|
543
|
-
"id":
|
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":
|
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":
|
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":
|
567
|
+
"id": 381,
|
568
568
|
"name": "NumericOptions"
|
569
569
|
}
|
570
570
|
}
|
571
571
|
]
|
572
572
|
},
|
573
573
|
{
|
574
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
721
|
+
"line": 34,
|
722
722
|
"character": 9
|
723
723
|
}
|
724
724
|
],
|
@@ -728,7 +728,7 @@
|
|
728
728
|
}
|
729
729
|
},
|
730
730
|
{
|
731
|
-
"id":
|
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":
|
745
|
+
"line": 41,
|
746
746
|
"character": 9
|
747
747
|
}
|
748
748
|
],
|
@@ -752,7 +752,7 @@
|
|
752
752
|
}
|
753
753
|
},
|
754
754
|
{
|
755
|
-
"id":
|
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":
|
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":
|
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":
|
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
|
-
|
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: [
|
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":
|
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'
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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'
|
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":
|
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":
|
1498
|
+
"line": 6,
|
1499
1499
|
"character": 13
|
1500
1500
|
}
|
1501
1501
|
]
|
1502
1502
|
},
|
1503
1503
|
{
|
1504
|
-
"id":
|
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'
|
1520
|
+
"options": "{\n providedIn: 'root',\n}"
|
1521
1521
|
}
|
1522
1522
|
}
|
1523
1523
|
],
|
1524
1524
|
"children": [
|
1525
1525
|
{
|
1526
|
-
"id":
|
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":
|
1534
|
+
"line": 14,
|
1535
1535
|
"character": 2
|
1536
1536
|
}
|
1537
1537
|
],
|
1538
1538
|
"signatures": [
|
1539
1539
|
{
|
1540
|
-
"id":
|
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":
|
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":
|
1560
|
+
"id": 547,
|
1561
1561
|
"name": "SkyAppTitleService"
|
1562
1562
|
}
|
1563
1563
|
}
|
1564
1564
|
]
|
1565
1565
|
},
|
1566
1566
|
{
|
1567
|
-
"id":
|
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":
|
1577
|
+
"line": 21,
|
1578
1578
|
"character": 9
|
1579
1579
|
}
|
1580
1580
|
],
|
1581
1581
|
"signatures": [
|
1582
1582
|
{
|
1583
|
-
"id":
|
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":
|
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":
|
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
|
-
|
1621
|
+
548
|
1622
1622
|
]
|
1623
1623
|
},
|
1624
1624
|
{
|
1625
1625
|
"title": "Methods",
|
1626
1626
|
"kind": 2048,
|
1627
1627
|
"children": [
|
1628
|
-
|
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":
|
1635
|
+
"line": 13,
|
1636
1636
|
"character": 13
|
1637
1637
|
}
|
1638
1638
|
]
|
1639
1639
|
},
|
1640
1640
|
{
|
1641
|
-
"id":
|
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'
|
1657
|
+
"options": "{\n providedIn: 'root',\n}"
|
1658
1658
|
}
|
1659
1659
|
}
|
1660
1660
|
],
|
1661
1661
|
"children": [
|
1662
1662
|
{
|
1663
|
-
"id":
|
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":
|
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":
|
1677
|
+
"id": 598,
|
1678
1678
|
"name": "SkyAppWindowRef"
|
1679
1679
|
}
|
1680
1680
|
}
|
1681
1681
|
]
|
1682
1682
|
},
|
1683
1683
|
{
|
1684
|
-
"id":
|
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":
|
1694
|
+
"line": 22,
|
1695
1695
|
"character": 13
|
1696
1696
|
}
|
1697
1697
|
],
|
1698
1698
|
"getSignature": [
|
1699
1699
|
{
|
1700
|
-
"id":
|
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
|
-
|
1721
|
+
599
|
1722
1722
|
]
|
1723
1723
|
},
|
1724
1724
|
{
|
1725
1725
|
"title": "Accessors",
|
1726
1726
|
"kind": 262144,
|
1727
1727
|
"children": [
|
1728
|
-
|
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":
|
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":
|
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'
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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: [
|
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":
|
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'
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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'
|
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":
|
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":
|
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":
|
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":
|
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":
|
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: [
|
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":
|
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":
|
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'
|
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":
|
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":
|
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":
|
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'
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
3887
|
+
"line": 36,
|
3888
3888
|
"character": 13
|
3889
3889
|
}
|
3890
3890
|
],
|
@@ -3907,7 +3907,7 @@
|
|
3907
3907
|
]
|
3908
3908
|
},
|
3909
3909
|
{
|
3910
|
-
"id":
|
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":
|
3920
|
+
"line": 77,
|
3921
3921
|
"character": 9
|
3922
3922
|
}
|
3923
3923
|
],
|
3924
3924
|
"signatures": [
|
3925
3925
|
{
|
3926
|
-
"id":
|
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":
|
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":
|
3957
|
+
"line": 86,
|
3958
3958
|
"character": 9
|
3959
3959
|
}
|
3960
3960
|
],
|
3961
3961
|
"signatures": [
|
3962
3962
|
{
|
3963
|
-
"id":
|
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":
|
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
|
-
|
4026
|
-
|
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":
|
4033
|
+
"line": 12,
|
4034
4034
|
"character": 13
|
4035
4035
|
}
|
4036
4036
|
],
|
@@ -4042,7 +4042,7 @@
|
|
4042
4042
|
]
|
4043
4043
|
},
|
4044
4044
|
{
|
4045
|
-
"id":
|
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: [
|
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":
|
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":
|
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":
|
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
|
-
|
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":
|
4097
|
+
"line": 15,
|
4098
4098
|
"character": 13
|
4099
4099
|
}
|
4100
4100
|
]
|
4101
4101
|
},
|
4102
4102
|
{
|
4103
|
-
"id":
|
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
|
4119
|
+
"obj": "{\n name: 'skyNumeric',\n pure: false,\n}"
|
4120
4120
|
}
|
4121
4121
|
}
|
4122
4122
|
],
|
4123
4123
|
"children": [
|
4124
4124
|
{
|
4125
|
-
"id":
|
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":
|
4133
|
+
"line": 41,
|
4134
4134
|
"character": 2
|
4135
4135
|
}
|
4136
4136
|
],
|
4137
4137
|
"signatures": [
|
4138
4138
|
{
|
4139
|
-
"id":
|
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":
|
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":
|
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":
|
4164
|
+
"id": 410,
|
4165
4165
|
"name": "SkyNumericService"
|
4166
4166
|
}
|
4167
4167
|
},
|
4168
4168
|
{
|
4169
|
-
"id":
|
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":
|
4182
|
+
"id": 392,
|
4183
4183
|
"name": "SkyNumericPipe"
|
4184
4184
|
}
|
4185
4185
|
}
|
4186
4186
|
]
|
4187
4187
|
},
|
4188
4188
|
{
|
4189
|
-
"id":
|
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":
|
4199
|
+
"line": 56,
|
4200
4200
|
"character": 9
|
4201
4201
|
}
|
4202
4202
|
],
|
4203
4203
|
"signatures": [
|
4204
4204
|
{
|
4205
|
-
"id":
|
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":
|
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":
|
4236
|
+
"line": 61,
|
4237
4237
|
"character": 9
|
4238
4238
|
}
|
4239
4239
|
],
|
4240
4240
|
"signatures": [
|
4241
4241
|
{
|
4242
|
-
"id":
|
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":
|
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":
|
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":
|
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
|
-
|
4295
|
+
393
|
4296
4296
|
]
|
4297
4297
|
},
|
4298
4298
|
{
|
4299
4299
|
"title": "Methods",
|
4300
4300
|
"kind": 2048,
|
4301
4301
|
"children": [
|
4302
|
-
|
4303
|
-
|
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":
|
4310
|
+
"line": 32,
|
4311
4311
|
"character": 13
|
4312
4312
|
}
|
4313
4313
|
],
|
@@ -4323,7 +4323,7 @@
|
|
4323
4323
|
]
|
4324
4324
|
},
|
4325
4325
|
{
|
4326
|
-
"id":
|
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'
|
4339
|
+
"options": "{\n providedIn: 'any',\n}"
|
4340
4340
|
}
|
4341
4341
|
}
|
4342
4342
|
],
|
4343
4343
|
"children": [
|
4344
4344
|
{
|
4345
|
-
"id":
|
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":
|
4353
|
+
"line": 41,
|
4354
4354
|
"character": 2
|
4355
4355
|
}
|
4356
4356
|
],
|
4357
4357
|
"signatures": [
|
4358
4358
|
{
|
4359
|
-
"id":
|
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":
|
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":
|
4379
|
+
"id": 410,
|
4380
4380
|
"name": "SkyNumericService"
|
4381
4381
|
}
|
4382
4382
|
}
|
4383
4383
|
]
|
4384
4384
|
},
|
4385
4385
|
{
|
4386
|
-
"id":
|
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":
|
4396
|
+
"line": 48,
|
4397
4397
|
"character": 9
|
4398
4398
|
}
|
4399
4399
|
],
|
4400
4400
|
"signatures": [
|
4401
4401
|
{
|
4402
|
-
"id":
|
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":
|
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":
|
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":
|
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
|
-
|
4454
|
+
411
|
4455
4455
|
]
|
4456
4456
|
},
|
4457
4457
|
{
|
4458
4458
|
"title": "Methods",
|
4459
4459
|
"kind": 2048,
|
4460
4460
|
"children": [
|
4461
|
-
|
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":
|
4468
|
+
"line": 14,
|
4469
4469
|
"character": 13
|
4470
4470
|
}
|
4471
4471
|
]
|
4472
4472
|
},
|
4473
4473
|
{
|
4474
|
-
"id":
|
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":
|
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":
|
4492
|
+
"line": 32,
|
4493
4493
|
"character": 2
|
4494
4494
|
}
|
4495
4495
|
],
|
4496
4496
|
"signatures": [
|
4497
4497
|
{
|
4498
|
-
"id":
|
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":
|
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":
|
4512
|
+
"id": 443,
|
4513
4513
|
"name": "SkyOverlayConfig"
|
4514
4514
|
}
|
4515
4515
|
},
|
4516
4516
|
{
|
4517
|
-
"id":
|
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":
|
4536
|
+
"id": 450,
|
4537
4537
|
"name": "SkyOverlayInstance"
|
4538
4538
|
}
|
4539
4539
|
}
|
4540
4540
|
]
|
4541
4541
|
},
|
4542
4542
|
{
|
4543
|
-
"id":
|
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":
|
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":
|
4573
|
+
"id": 443,
|
4574
4574
|
"name": "SkyOverlayConfig"
|
4575
4575
|
}
|
4576
4576
|
},
|
4577
4577
|
{
|
4578
|
-
"id":
|
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":
|
4588
|
+
"line": 17,
|
4589
4589
|
"character": 13
|
4590
4590
|
}
|
4591
4591
|
],
|
4592
4592
|
"getSignature": [
|
4593
4593
|
{
|
4594
|
-
"id":
|
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":
|
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":
|
4626
|
+
"line": 24,
|
4627
4627
|
"character": 13
|
4628
4628
|
}
|
4629
4629
|
],
|
4630
4630
|
"getSignature": [
|
4631
4631
|
{
|
4632
|
-
"id":
|
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":
|
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":
|
4664
|
+
"line": 55,
|
4665
4665
|
"character": 9
|
4666
4666
|
}
|
4667
4667
|
],
|
4668
4668
|
"signatures": [
|
4669
4669
|
{
|
4670
|
-
"id":
|
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":
|
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":
|
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":
|
4702
|
+
"id": 465,
|
4703
4703
|
"name": "C"
|
4704
4704
|
}
|
4705
4705
|
],
|
@@ -4707,7 +4707,7 @@
|
|
4707
4707
|
}
|
4708
4708
|
},
|
4709
4709
|
{
|
4710
|
-
"id":
|
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":
|
4731
|
+
"id": 465,
|
4732
4732
|
"name": "C"
|
4733
4733
|
}
|
4734
4734
|
}
|
4735
4735
|
]
|
4736
4736
|
},
|
4737
4737
|
{
|
4738
|
-
"id":
|
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":
|
4748
|
+
"line": 71,
|
4749
4749
|
"character": 9
|
4750
4750
|
}
|
4751
4751
|
],
|
4752
4752
|
"signatures": [
|
4753
4753
|
{
|
4754
|
-
"id":
|
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":
|
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":
|
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":
|
4786
|
+
"id": 470,
|
4787
4787
|
"name": "T"
|
4788
4788
|
}
|
4789
4789
|
],
|
@@ -4791,7 +4791,7 @@
|
|
4791
4791
|
}
|
4792
4792
|
},
|
4793
4793
|
{
|
4794
|
-
"id":
|
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":
|
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
|
-
|
4824
|
+
451
|
4825
4825
|
]
|
4826
4826
|
},
|
4827
4827
|
{
|
4828
4828
|
"title": "Properties",
|
4829
4829
|
"kind": 1024,
|
4830
4830
|
"children": [
|
4831
|
-
|
4832
|
-
|
4831
|
+
462,
|
4832
|
+
461
|
4833
4833
|
]
|
4834
4834
|
},
|
4835
4835
|
{
|
4836
4836
|
"title": "Accessors",
|
4837
4837
|
"kind": 262144,
|
4838
4838
|
"children": [
|
4839
|
-
|
4840
|
-
|
4839
|
+
455,
|
4840
|
+
457
|
4841
4841
|
]
|
4842
4842
|
},
|
4843
4843
|
{
|
4844
4844
|
"title": "Methods",
|
4845
4845
|
"kind": 2048,
|
4846
4846
|
"children": [
|
4847
|
-
|
4848
|
-
|
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":
|
4855
|
+
"line": 13,
|
4856
4856
|
"character": 13
|
4857
4857
|
}
|
4858
4858
|
]
|
4859
4859
|
},
|
4860
4860
|
{
|
4861
|
-
"id":
|
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: [
|
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":
|
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":
|
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":
|
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
|
-
|
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":
|
4913
|
+
"line": 12,
|
4914
4914
|
"character": 13
|
4915
4915
|
}
|
4916
4916
|
]
|
4917
4917
|
},
|
4918
4918
|
{
|
4919
|
-
"id":
|
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'
|
4941
|
+
"options": "{\n providedIn: 'root',\n}"
|
4942
4942
|
}
|
4943
4943
|
}
|
4944
4944
|
],
|
4945
4945
|
"children": [
|
4946
4946
|
{
|
4947
|
-
"id":
|
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":
|
4955
|
+
"line": 30,
|
4956
4956
|
"character": 2
|
4957
4957
|
}
|
4958
4958
|
],
|
4959
4959
|
"signatures": [
|
4960
4960
|
{
|
4961
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
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":
|
5014
|
+
"id": 476,
|
5015
5015
|
"name": "SkyOverlayService"
|
5016
5016
|
}
|
5017
5017
|
}
|
5018
5018
|
]
|
5019
5019
|
},
|
5020
5020
|
{
|
5021
|
-
"id":
|
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":
|
5031
|
+
"line": 68,
|
5032
5032
|
"character": 9
|
5033
5033
|
}
|
5034
5034
|
],
|
5035
5035
|
"signatures": [
|
5036
5036
|
{
|
5037
|
-
"id":
|
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":
|
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":
|
5057
|
+
"id": 450,
|
5058
5058
|
"name": "SkyOverlayInstance"
|
5059
5059
|
}
|
5060
5060
|
}
|
@@ -5067,7 +5067,7 @@
|
|
5067
5067
|
]
|
5068
5068
|
},
|
5069
5069
|
{
|
5070
|
-
"id":
|
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":
|
5080
|
+
"line": 89,
|
5081
5081
|
"character": 9
|
5082
5082
|
}
|
5083
5083
|
],
|
5084
5084
|
"signatures": [
|
5085
5085
|
{
|
5086
|
-
"id":
|
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":
|
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":
|
5112
|
+
"line": 41,
|
5113
5113
|
"character": 9
|
5114
5114
|
}
|
5115
5115
|
],
|
5116
5116
|
"signatures": [
|
5117
5117
|
{
|
5118
|
-
"id":
|
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":
|
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":
|
5140
|
+
"id": 443,
|
5141
5141
|
"name": "SkyOverlayConfig"
|
5142
5142
|
}
|
5143
5143
|
}
|
5144
5144
|
],
|
5145
5145
|
"type": {
|
5146
5146
|
"type": "reference",
|
5147
|
-
"id":
|
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
|
-
|
5159
|
+
478
|
5160
5160
|
]
|
5161
5161
|
},
|
5162
5162
|
{
|
5163
5163
|
"title": "Methods",
|
5164
5164
|
"kind": 2048,
|
5165
5165
|
"children": [
|
5166
|
-
|
5167
|
-
|
5168
|
-
|
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":
|
5175
|
+
"line": 27,
|
5176
5176
|
"character": 13
|
5177
5177
|
}
|
5178
5178
|
]
|
5179
5179
|
},
|
5180
5180
|
{
|
5181
|
-
"id":
|
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
|
5194
|
+
"obj": "{\n name: 'skyPercent',\n pure: false,\n}"
|
5195
5195
|
}
|
5196
5196
|
}
|
5197
5197
|
],
|
5198
5198
|
"children": [
|
5199
5199
|
{
|
5200
|
-
"id":
|
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":
|
5208
|
+
"line": 30,
|
5209
5209
|
"character": 2
|
5210
5210
|
}
|
5211
5211
|
],
|
5212
5212
|
"signatures": [
|
5213
5213
|
{
|
5214
|
-
"id":
|
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":
|
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":
|
5234
|
+
"id": 504,
|
5235
5235
|
"name": "SkyPercentPipe"
|
5236
5236
|
}
|
5237
5237
|
}
|
5238
5238
|
]
|
5239
5239
|
},
|
5240
5240
|
{
|
5241
|
-
"id":
|
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":
|
5251
|
+
"line": 40,
|
5252
5252
|
"character": 9
|
5253
5253
|
}
|
5254
5254
|
],
|
5255
5255
|
"signatures": [
|
5256
5256
|
{
|
5257
|
-
"id":
|
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":
|
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":
|
5288
|
+
"line": 45,
|
5289
5289
|
"character": 9
|
5290
5290
|
}
|
5291
5291
|
],
|
5292
5292
|
"signatures": [
|
5293
5293
|
{
|
5294
|
-
"id":
|
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":
|
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":
|
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":
|
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
|
-
|
5359
|
+
505
|
5360
5360
|
]
|
5361
5361
|
},
|
5362
5362
|
{
|
5363
5363
|
"title": "Methods",
|
5364
5364
|
"kind": 2048,
|
5365
5365
|
"children": [
|
5366
|
-
|
5367
|
-
|
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":
|
5374
|
+
"line": 15,
|
5375
5375
|
"character": 13
|
5376
5376
|
}
|
5377
5377
|
],
|
@@ -5387,7 +5387,7 @@
|
|
5387
5387
|
]
|
5388
5388
|
},
|
5389
5389
|
{
|
5390
|
-
"id":
|
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: [
|
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":
|
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":
|
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":
|
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
|
-
|
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":
|
5442
|
+
"line": 15,
|
5443
5443
|
"character": 13
|
5444
5444
|
}
|
5445
5445
|
]
|
5446
5446
|
},
|
5447
5447
|
{
|
5448
|
-
"id":
|
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'
|
5461
|
+
"options": "{\n providedIn: 'root',\n}"
|
5462
5462
|
}
|
5463
5463
|
}
|
5464
5464
|
],
|
5465
5465
|
"children": [
|
5466
5466
|
{
|
5467
|
-
"id":
|
5467
|
+
"id": 525,
|
5468
5468
|
"name": "constructor",
|
5469
5469
|
"kind": 512,
|
5470
5470
|
"kindString": "Constructor",
|
@@ -5472,54 +5472,54 @@
|
|
5472
5472
|
"sources": [
|
5473
5473
|
{
|
5474
5474
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5475
|
-
"line":
|
5475
|
+
"line": 17,
|
5476
5476
|
"character": 2
|
5477
5477
|
}
|
5478
5478
|
],
|
5479
5479
|
"signatures": [
|
5480
5480
|
{
|
5481
|
-
"id":
|
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":
|
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":
|
5495
|
+
"id": 369,
|
5496
5496
|
"name": "MutationObserverService"
|
5497
5497
|
}
|
5498
5498
|
},
|
5499
5499
|
{
|
5500
|
-
"id":
|
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":
|
5507
|
+
"id": 598,
|
5508
5508
|
"name": "SkyAppWindowRef"
|
5509
5509
|
}
|
5510
5510
|
}
|
5511
5511
|
],
|
5512
5512
|
"type": {
|
5513
5513
|
"type": "reference",
|
5514
|
-
"id":
|
5514
|
+
"id": 524,
|
5515
5515
|
"name": "SkyScrollableHostService"
|
5516
5516
|
}
|
5517
5517
|
}
|
5518
5518
|
]
|
5519
5519
|
},
|
5520
5520
|
{
|
5521
|
-
"id":
|
5522
|
-
"name": "
|
5521
|
+
"id": 529,
|
5522
|
+
"name": "getScrollableHost",
|
5523
5523
|
"kind": 2048,
|
5524
5524
|
"kindString": "Method",
|
5525
5525
|
"flags": {
|
@@ -5528,24 +5528,31 @@
|
|
5528
5528
|
"sources": [
|
5529
5529
|
{
|
5530
5530
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5531
|
-
"line":
|
5531
|
+
"line": 27,
|
5532
5532
|
"character": 9
|
5533
5533
|
}
|
5534
5534
|
],
|
5535
5535
|
"signatures": [
|
5536
5536
|
{
|
5537
|
-
"id":
|
5538
|
-
"name": "
|
5537
|
+
"id": 530,
|
5538
|
+
"name": "getScrollableHost",
|
5539
5539
|
"kind": 4096,
|
5540
5540
|
"kindString": "Call signature",
|
5541
5541
|
"flags": {},
|
5542
|
+
"comment": {
|
5543
|
+
"shortText": "Returns the given element's current scrollable host",
|
5544
|
+
"returns": "The current scrollable host\n"
|
5545
|
+
},
|
5542
5546
|
"parameters": [
|
5543
5547
|
{
|
5544
|
-
"id":
|
5548
|
+
"id": 531,
|
5545
5549
|
"name": "elementRef",
|
5546
5550
|
"kind": 32768,
|
5547
5551
|
"kindString": "Parameter",
|
5548
5552
|
"flags": {},
|
5553
|
+
"comment": {
|
5554
|
+
"shortText": "The element whose scrollable host is being requested"
|
5555
|
+
},
|
5549
5556
|
"type": {
|
5550
5557
|
"type": "reference",
|
5551
5558
|
"typeArguments": [
|
@@ -5575,8 +5582,8 @@
|
|
5575
5582
|
]
|
5576
5583
|
},
|
5577
5584
|
{
|
5578
|
-
"id":
|
5579
|
-
"name": "
|
5585
|
+
"id": 535,
|
5586
|
+
"name": "watchScrollableHostScrollEvents",
|
5580
5587
|
"kind": 2048,
|
5581
5588
|
"kindString": "Method",
|
5582
5589
|
"flags": {
|
@@ -5585,24 +5592,31 @@
|
|
5585
5592
|
"sources": [
|
5586
5593
|
{
|
5587
5594
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5588
|
-
"line":
|
5595
|
+
"line": 90,
|
5589
5596
|
"character": 9
|
5590
5597
|
}
|
5591
5598
|
],
|
5592
5599
|
"signatures": [
|
5593
5600
|
{
|
5594
|
-
"id":
|
5595
|
-
"name": "
|
5601
|
+
"id": 536,
|
5602
|
+
"name": "watchScrollableHostScrollEvents",
|
5596
5603
|
"kind": 4096,
|
5597
5604
|
"kindString": "Call signature",
|
5598
5605
|
"flags": {},
|
5606
|
+
"comment": {
|
5607
|
+
"shortText": "Returns an observable which emits whenever the element's scrollable host emits a scroll event. The observable will always emit the scroll events from the elements current scrollable host and will update based on any scrollable host changes. The observable will also emit once whenever the scrollable host changes.",
|
5608
|
+
"returns": "An observable which emits the scroll events from the given element's scrollable host\n"
|
5609
|
+
},
|
5599
5610
|
"parameters": [
|
5600
5611
|
{
|
5601
|
-
"id":
|
5612
|
+
"id": 537,
|
5602
5613
|
"name": "elementRef",
|
5603
5614
|
"kind": 32768,
|
5604
5615
|
"kindString": "Parameter",
|
5605
5616
|
"flags": {},
|
5617
|
+
"comment": {
|
5618
|
+
"shortText": "The element whose scrollable host scroll events are being requested"
|
5619
|
+
},
|
5606
5620
|
"type": {
|
5607
5621
|
"type": "reference",
|
5608
5622
|
"typeArguments": [
|
@@ -5613,40 +5627,14 @@
|
|
5613
5627
|
],
|
5614
5628
|
"name": "ElementRef"
|
5615
5629
|
}
|
5616
|
-
},
|
5617
|
-
{
|
5618
|
-
"id": 536,
|
5619
|
-
"name": "completionObservable",
|
5620
|
-
"kind": 32768,
|
5621
|
-
"kindString": "Parameter",
|
5622
|
-
"flags": {},
|
5623
|
-
"type": {
|
5624
|
-
"type": "reference",
|
5625
|
-
"typeArguments": [
|
5626
|
-
{
|
5627
|
-
"type": "intrinsic",
|
5628
|
-
"name": "void"
|
5629
|
-
}
|
5630
|
-
],
|
5631
|
-
"name": "Observable"
|
5632
|
-
}
|
5633
5630
|
}
|
5634
5631
|
],
|
5635
5632
|
"type": {
|
5636
5633
|
"type": "reference",
|
5637
5634
|
"typeArguments": [
|
5638
5635
|
{
|
5639
|
-
"type": "
|
5640
|
-
"
|
5641
|
-
{
|
5642
|
-
"type": "reference",
|
5643
|
-
"name": "HTMLElement"
|
5644
|
-
},
|
5645
|
-
{
|
5646
|
-
"type": "reference",
|
5647
|
-
"name": "Window"
|
5648
|
-
}
|
5649
|
-
]
|
5636
|
+
"type": "intrinsic",
|
5637
|
+
"name": "void"
|
5650
5638
|
}
|
5651
5639
|
],
|
5652
5640
|
"name": "Observable"
|
@@ -5660,28 +5648,28 @@
|
|
5660
5648
|
"title": "Constructors",
|
5661
5649
|
"kind": 512,
|
5662
5650
|
"children": [
|
5663
|
-
|
5651
|
+
525
|
5664
5652
|
]
|
5665
5653
|
},
|
5666
5654
|
{
|
5667
5655
|
"title": "Methods",
|
5668
5656
|
"kind": 2048,
|
5669
5657
|
"children": [
|
5670
|
-
|
5671
|
-
|
5658
|
+
529,
|
5659
|
+
535
|
5672
5660
|
]
|
5673
5661
|
}
|
5674
5662
|
],
|
5675
5663
|
"sources": [
|
5676
5664
|
{
|
5677
5665
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5678
|
-
"line":
|
5666
|
+
"line": 16,
|
5679
5667
|
"character": 13
|
5680
5668
|
}
|
5681
5669
|
]
|
5682
5670
|
},
|
5683
5671
|
{
|
5684
|
-
"id":
|
5672
|
+
"id": 554,
|
5685
5673
|
"name": "SkyUIConfigService",
|
5686
5674
|
"kind": 128,
|
5687
5675
|
"kindString": "Class",
|
@@ -5694,34 +5682,34 @@
|
|
5694
5682
|
"name": "Injectable"
|
5695
5683
|
},
|
5696
5684
|
"arguments": {
|
5697
|
-
"options": "{\n providedIn: 'root'
|
5685
|
+
"options": "{\n providedIn: 'root',\n}"
|
5698
5686
|
}
|
5699
5687
|
}
|
5700
5688
|
],
|
5701
5689
|
"children": [
|
5702
5690
|
{
|
5703
|
-
"id":
|
5691
|
+
"id": 555,
|
5704
5692
|
"name": "constructor",
|
5705
5693
|
"kind": 512,
|
5706
5694
|
"kindString": "Constructor",
|
5707
5695
|
"flags": {},
|
5708
5696
|
"signatures": [
|
5709
5697
|
{
|
5710
|
-
"id":
|
5698
|
+
"id": 556,
|
5711
5699
|
"name": "new SkyUIConfigService",
|
5712
5700
|
"kind": 16384,
|
5713
5701
|
"kindString": "Constructor signature",
|
5714
5702
|
"flags": {},
|
5715
5703
|
"type": {
|
5716
5704
|
"type": "reference",
|
5717
|
-
"id":
|
5705
|
+
"id": 554,
|
5718
5706
|
"name": "SkyUIConfigService"
|
5719
5707
|
}
|
5720
5708
|
}
|
5721
5709
|
]
|
5722
5710
|
},
|
5723
5711
|
{
|
5724
|
-
"id":
|
5712
|
+
"id": 557,
|
5725
5713
|
"name": "getConfig",
|
5726
5714
|
"kind": 2048,
|
5727
5715
|
"kindString": "Method",
|
@@ -5731,20 +5719,20 @@
|
|
5731
5719
|
"sources": [
|
5732
5720
|
{
|
5733
5721
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
5734
|
-
"line":
|
5722
|
+
"line": 9,
|
5735
5723
|
"character": 9
|
5736
5724
|
}
|
5737
5725
|
],
|
5738
5726
|
"signatures": [
|
5739
5727
|
{
|
5740
|
-
"id":
|
5728
|
+
"id": 558,
|
5741
5729
|
"name": "getConfig",
|
5742
5730
|
"kind": 4096,
|
5743
5731
|
"kindString": "Call signature",
|
5744
5732
|
"flags": {},
|
5745
5733
|
"parameters": [
|
5746
5734
|
{
|
5747
|
-
"id":
|
5735
|
+
"id": 559,
|
5748
5736
|
"name": "key",
|
5749
5737
|
"kind": 32768,
|
5750
5738
|
"kindString": "Parameter",
|
@@ -5755,7 +5743,7 @@
|
|
5755
5743
|
}
|
5756
5744
|
},
|
5757
5745
|
{
|
5758
|
-
"id":
|
5746
|
+
"id": 560,
|
5759
5747
|
"name": "defaultConfig",
|
5760
5748
|
"kind": 32768,
|
5761
5749
|
"kindString": "Parameter",
|
@@ -5782,7 +5770,7 @@
|
|
5782
5770
|
]
|
5783
5771
|
},
|
5784
5772
|
{
|
5785
|
-
"id":
|
5773
|
+
"id": 561,
|
5786
5774
|
"name": "setConfig",
|
5787
5775
|
"kind": 2048,
|
5788
5776
|
"kindString": "Method",
|
@@ -5792,20 +5780,20 @@
|
|
5792
5780
|
"sources": [
|
5793
5781
|
{
|
5794
5782
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
5795
|
-
"line":
|
5783
|
+
"line": 14,
|
5796
5784
|
"character": 9
|
5797
5785
|
}
|
5798
5786
|
],
|
5799
5787
|
"signatures": [
|
5800
5788
|
{
|
5801
|
-
"id":
|
5789
|
+
"id": 562,
|
5802
5790
|
"name": "setConfig",
|
5803
5791
|
"kind": 4096,
|
5804
5792
|
"kindString": "Call signature",
|
5805
5793
|
"flags": {},
|
5806
5794
|
"parameters": [
|
5807
5795
|
{
|
5808
|
-
"id":
|
5796
|
+
"id": 563,
|
5809
5797
|
"name": "key",
|
5810
5798
|
"kind": 32768,
|
5811
5799
|
"kindString": "Parameter",
|
@@ -5816,7 +5804,7 @@
|
|
5816
5804
|
}
|
5817
5805
|
},
|
5818
5806
|
{
|
5819
|
-
"id":
|
5807
|
+
"id": 564,
|
5820
5808
|
"name": "value",
|
5821
5809
|
"kind": 32768,
|
5822
5810
|
"kindString": "Parameter",
|
@@ -5846,28 +5834,28 @@
|
|
5846
5834
|
"title": "Constructors",
|
5847
5835
|
"kind": 512,
|
5848
5836
|
"children": [
|
5849
|
-
|
5837
|
+
555
|
5850
5838
|
]
|
5851
5839
|
},
|
5852
5840
|
{
|
5853
5841
|
"title": "Methods",
|
5854
5842
|
"kind": 2048,
|
5855
5843
|
"children": [
|
5856
|
-
|
5857
|
-
|
5844
|
+
557,
|
5845
|
+
561
|
5858
5846
|
]
|
5859
5847
|
}
|
5860
5848
|
],
|
5861
5849
|
"sources": [
|
5862
5850
|
{
|
5863
5851
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
5864
|
-
"line":
|
5852
|
+
"line": 8,
|
5865
5853
|
"character": 13
|
5866
5854
|
}
|
5867
5855
|
]
|
5868
5856
|
},
|
5869
5857
|
{
|
5870
|
-
"id":
|
5858
|
+
"id": 565,
|
5871
5859
|
"name": "SkyViewkeeperHostOptions",
|
5872
5860
|
"kind": 128,
|
5873
5861
|
"kindString": "Class",
|
@@ -5884,28 +5872,28 @@
|
|
5884
5872
|
],
|
5885
5873
|
"children": [
|
5886
5874
|
{
|
5887
|
-
"id":
|
5875
|
+
"id": 566,
|
5888
5876
|
"name": "constructor",
|
5889
5877
|
"kind": 512,
|
5890
5878
|
"kindString": "Constructor",
|
5891
5879
|
"flags": {},
|
5892
5880
|
"signatures": [
|
5893
5881
|
{
|
5894
|
-
"id":
|
5882
|
+
"id": 567,
|
5895
5883
|
"name": "new SkyViewkeeperHostOptions",
|
5896
5884
|
"kind": 16384,
|
5897
5885
|
"kindString": "Constructor signature",
|
5898
5886
|
"flags": {},
|
5899
5887
|
"type": {
|
5900
5888
|
"type": "reference",
|
5901
|
-
"id":
|
5889
|
+
"id": 565,
|
5902
5890
|
"name": "SkyViewkeeperHostOptions"
|
5903
5891
|
}
|
5904
5892
|
}
|
5905
5893
|
]
|
5906
5894
|
},
|
5907
5895
|
{
|
5908
|
-
"id":
|
5896
|
+
"id": 568,
|
5909
5897
|
"name": "boundaryEl",
|
5910
5898
|
"kind": 1024,
|
5911
5899
|
"kindString": "Property",
|
@@ -5919,7 +5907,7 @@
|
|
5919
5907
|
"sources": [
|
5920
5908
|
{
|
5921
5909
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
5922
|
-
"line":
|
5910
|
+
"line": 7,
|
5923
5911
|
"character": 9
|
5924
5912
|
}
|
5925
5913
|
],
|
@@ -5929,12 +5917,12 @@
|
|
5929
5917
|
},
|
5930
5918
|
"implementationOf": {
|
5931
5919
|
"type": "reference",
|
5932
|
-
"id":
|
5920
|
+
"id": 576,
|
5933
5921
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5934
5922
|
}
|
5935
5923
|
},
|
5936
5924
|
{
|
5937
|
-
"id":
|
5925
|
+
"id": 569,
|
5938
5926
|
"name": "el",
|
5939
5927
|
"kind": 1024,
|
5940
5928
|
"kindString": "Property",
|
@@ -5948,7 +5936,7 @@
|
|
5948
5936
|
"sources": [
|
5949
5937
|
{
|
5950
5938
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
5951
|
-
"line":
|
5939
|
+
"line": 9,
|
5952
5940
|
"character": 9
|
5953
5941
|
}
|
5954
5942
|
],
|
@@ -5958,12 +5946,12 @@
|
|
5958
5946
|
},
|
5959
5947
|
"implementationOf": {
|
5960
5948
|
"type": "reference",
|
5961
|
-
"id":
|
5949
|
+
"id": 577,
|
5962
5950
|
"name": "SkyViewkeeperOptions.el"
|
5963
5951
|
}
|
5964
5952
|
},
|
5965
5953
|
{
|
5966
|
-
"id":
|
5954
|
+
"id": 570,
|
5967
5955
|
"name": "scrollableHost",
|
5968
5956
|
"kind": 1024,
|
5969
5957
|
"kindString": "Property",
|
@@ -5977,7 +5965,7 @@
|
|
5977
5965
|
"sources": [
|
5978
5966
|
{
|
5979
5967
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
5980
|
-
"line":
|
5968
|
+
"line": 11,
|
5981
5969
|
"character": 9
|
5982
5970
|
}
|
5983
5971
|
],
|
@@ -5987,12 +5975,12 @@
|
|
5987
5975
|
},
|
5988
5976
|
"implementationOf": {
|
5989
5977
|
"type": "reference",
|
5990
|
-
"id":
|
5978
|
+
"id": 578,
|
5991
5979
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5992
5980
|
}
|
5993
5981
|
},
|
5994
5982
|
{
|
5995
|
-
"id":
|
5983
|
+
"id": 571,
|
5996
5984
|
"name": "setWidth",
|
5997
5985
|
"kind": 1024,
|
5998
5986
|
"kindString": "Property",
|
@@ -6006,7 +5994,7 @@
|
|
6006
5994
|
"sources": [
|
6007
5995
|
{
|
6008
5996
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6009
|
-
"line":
|
5997
|
+
"line": 13,
|
6010
5998
|
"character": 9
|
6011
5999
|
}
|
6012
6000
|
],
|
@@ -6016,12 +6004,12 @@
|
|
6016
6004
|
},
|
6017
6005
|
"implementationOf": {
|
6018
6006
|
"type": "reference",
|
6019
|
-
"id":
|
6007
|
+
"id": 579,
|
6020
6008
|
"name": "SkyViewkeeperOptions.setWidth"
|
6021
6009
|
}
|
6022
6010
|
},
|
6023
6011
|
{
|
6024
|
-
"id":
|
6012
|
+
"id": 572,
|
6025
6013
|
"name": "verticalOffset",
|
6026
6014
|
"kind": 1024,
|
6027
6015
|
"kindString": "Property",
|
@@ -6035,7 +6023,7 @@
|
|
6035
6023
|
"sources": [
|
6036
6024
|
{
|
6037
6025
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6038
|
-
"line":
|
6026
|
+
"line": 15,
|
6039
6027
|
"character": 9
|
6040
6028
|
}
|
6041
6029
|
],
|
@@ -6045,12 +6033,12 @@
|
|
6045
6033
|
},
|
6046
6034
|
"implementationOf": {
|
6047
6035
|
"type": "reference",
|
6048
|
-
"id":
|
6036
|
+
"id": 580,
|
6049
6037
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6050
6038
|
}
|
6051
6039
|
},
|
6052
6040
|
{
|
6053
|
-
"id":
|
6041
|
+
"id": 573,
|
6054
6042
|
"name": "verticalOffsetEl",
|
6055
6043
|
"kind": 1024,
|
6056
6044
|
"kindString": "Property",
|
@@ -6064,7 +6052,7 @@
|
|
6064
6052
|
"sources": [
|
6065
6053
|
{
|
6066
6054
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6067
|
-
"line":
|
6055
|
+
"line": 17,
|
6068
6056
|
"character": 9
|
6069
6057
|
}
|
6070
6058
|
],
|
@@ -6074,12 +6062,12 @@
|
|
6074
6062
|
},
|
6075
6063
|
"implementationOf": {
|
6076
6064
|
"type": "reference",
|
6077
|
-
"id":
|
6065
|
+
"id": 581,
|
6078
6066
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6079
6067
|
}
|
6080
6068
|
},
|
6081
6069
|
{
|
6082
|
-
"id":
|
6070
|
+
"id": 574,
|
6083
6071
|
"name": "viewportMarginTop",
|
6084
6072
|
"kind": 1024,
|
6085
6073
|
"kindString": "Property",
|
@@ -6093,7 +6081,7 @@
|
|
6093
6081
|
"sources": [
|
6094
6082
|
{
|
6095
6083
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6096
|
-
"line":
|
6084
|
+
"line": 19,
|
6097
6085
|
"character": 9
|
6098
6086
|
}
|
6099
6087
|
],
|
@@ -6103,7 +6091,7 @@
|
|
6103
6091
|
},
|
6104
6092
|
"implementationOf": {
|
6105
6093
|
"type": "reference",
|
6106
|
-
"id":
|
6094
|
+
"id": 582,
|
6107
6095
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6108
6096
|
}
|
6109
6097
|
}
|
@@ -6113,40 +6101,40 @@
|
|
6113
6101
|
"title": "Constructors",
|
6114
6102
|
"kind": 512,
|
6115
6103
|
"children": [
|
6116
|
-
|
6104
|
+
566
|
6117
6105
|
]
|
6118
6106
|
},
|
6119
6107
|
{
|
6120
6108
|
"title": "Properties",
|
6121
6109
|
"kind": 1024,
|
6122
6110
|
"children": [
|
6123
|
-
567,
|
6124
6111
|
568,
|
6125
6112
|
569,
|
6126
6113
|
570,
|
6127
6114
|
571,
|
6128
6115
|
572,
|
6129
|
-
573
|
6116
|
+
573,
|
6117
|
+
574
|
6130
6118
|
]
|
6131
6119
|
}
|
6132
6120
|
],
|
6133
6121
|
"sources": [
|
6134
6122
|
{
|
6135
6123
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6136
|
-
"line":
|
6124
|
+
"line": 6,
|
6137
6125
|
"character": 13
|
6138
6126
|
}
|
6139
6127
|
],
|
6140
6128
|
"implementedTypes": [
|
6141
6129
|
{
|
6142
6130
|
"type": "reference",
|
6143
|
-
"id":
|
6131
|
+
"id": 575,
|
6144
6132
|
"name": "SkyViewkeeperOptions"
|
6145
6133
|
}
|
6146
6134
|
]
|
6147
6135
|
},
|
6148
6136
|
{
|
6149
|
-
"id":
|
6137
|
+
"id": 583,
|
6150
6138
|
"name": "SkyViewkeeperModule",
|
6151
6139
|
"kind": 128,
|
6152
6140
|
"kindString": "Class",
|
@@ -6159,27 +6147,27 @@
|
|
6159
6147
|
"name": "NgModule"
|
6160
6148
|
},
|
6161
6149
|
"arguments": {
|
6162
|
-
"obj": "{\n declarations: [
|
6150
|
+
"obj": "{\n declarations: [SkyViewkeeperDirective],\n exports: [SkyViewkeeperDirective],\n}"
|
6163
6151
|
}
|
6164
6152
|
}
|
6165
6153
|
],
|
6166
6154
|
"children": [
|
6167
6155
|
{
|
6168
|
-
"id":
|
6156
|
+
"id": 584,
|
6169
6157
|
"name": "constructor",
|
6170
6158
|
"kind": 512,
|
6171
6159
|
"kindString": "Constructor",
|
6172
6160
|
"flags": {},
|
6173
6161
|
"signatures": [
|
6174
6162
|
{
|
6175
|
-
"id":
|
6163
|
+
"id": 585,
|
6176
6164
|
"name": "new SkyViewkeeperModule",
|
6177
6165
|
"kind": 16384,
|
6178
6166
|
"kindString": "Constructor signature",
|
6179
6167
|
"flags": {},
|
6180
6168
|
"type": {
|
6181
6169
|
"type": "reference",
|
6182
|
-
"id":
|
6170
|
+
"id": 583,
|
6183
6171
|
"name": "SkyViewkeeperModule"
|
6184
6172
|
}
|
6185
6173
|
}
|
@@ -6191,20 +6179,20 @@
|
|
6191
6179
|
"title": "Constructors",
|
6192
6180
|
"kind": 512,
|
6193
6181
|
"children": [
|
6194
|
-
|
6182
|
+
584
|
6195
6183
|
]
|
6196
6184
|
}
|
6197
6185
|
],
|
6198
6186
|
"sources": [
|
6199
6187
|
{
|
6200
6188
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.module.ts",
|
6201
|
-
"line":
|
6189
|
+
"line": 9,
|
6202
6190
|
"character": 13
|
6203
6191
|
}
|
6204
6192
|
]
|
6205
6193
|
},
|
6206
6194
|
{
|
6207
|
-
"id":
|
6195
|
+
"id": 586,
|
6208
6196
|
"name": "SkyViewkeeperService",
|
6209
6197
|
"kind": 128,
|
6210
6198
|
"kindString": "Class",
|
@@ -6220,13 +6208,13 @@
|
|
6220
6208
|
"name": "Injectable"
|
6221
6209
|
},
|
6222
6210
|
"arguments": {
|
6223
|
-
"options": "{\n providedIn: 'root'
|
6211
|
+
"options": "{\n providedIn: 'root',\n}"
|
6224
6212
|
}
|
6225
6213
|
}
|
6226
6214
|
],
|
6227
6215
|
"children": [
|
6228
6216
|
{
|
6229
|
-
"id":
|
6217
|
+
"id": 587,
|
6230
6218
|
"name": "constructor",
|
6231
6219
|
"kind": 512,
|
6232
6220
|
"kindString": "Constructor",
|
@@ -6234,20 +6222,20 @@
|
|
6234
6222
|
"sources": [
|
6235
6223
|
{
|
6236
6224
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6237
|
-
"line":
|
6225
|
+
"line": 16,
|
6238
6226
|
"character": 2
|
6239
6227
|
}
|
6240
6228
|
],
|
6241
6229
|
"signatures": [
|
6242
6230
|
{
|
6243
|
-
"id":
|
6231
|
+
"id": 588,
|
6244
6232
|
"name": "new SkyViewkeeperService",
|
6245
6233
|
"kind": 16384,
|
6246
6234
|
"kindString": "Constructor signature",
|
6247
6235
|
"flags": {},
|
6248
6236
|
"parameters": [
|
6249
6237
|
{
|
6250
|
-
"id":
|
6238
|
+
"id": 589,
|
6251
6239
|
"name": "hostOptions",
|
6252
6240
|
"kind": 32768,
|
6253
6241
|
"kindString": "Parameter",
|
@@ -6266,21 +6254,21 @@
|
|
6266
6254
|
],
|
6267
6255
|
"type": {
|
6268
6256
|
"type": "reference",
|
6269
|
-
"id":
|
6257
|
+
"id": 565,
|
6270
6258
|
"name": "SkyViewkeeperHostOptions"
|
6271
6259
|
}
|
6272
6260
|
}
|
6273
6261
|
],
|
6274
6262
|
"type": {
|
6275
6263
|
"type": "reference",
|
6276
|
-
"id":
|
6264
|
+
"id": 586,
|
6277
6265
|
"name": "SkyViewkeeperService"
|
6278
6266
|
}
|
6279
6267
|
}
|
6280
6268
|
]
|
6281
6269
|
},
|
6282
6270
|
{
|
6283
|
-
"id":
|
6271
|
+
"id": 590,
|
6284
6272
|
"name": "create",
|
6285
6273
|
"kind": 2048,
|
6286
6274
|
"kindString": "Method",
|
@@ -6290,13 +6278,13 @@
|
|
6290
6278
|
"sources": [
|
6291
6279
|
{
|
6292
6280
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6293
|
-
"line":
|
6281
|
+
"line": 22,
|
6294
6282
|
"character": 9
|
6295
6283
|
}
|
6296
6284
|
],
|
6297
6285
|
"signatures": [
|
6298
6286
|
{
|
6299
|
-
"id":
|
6287
|
+
"id": 591,
|
6300
6288
|
"name": "create",
|
6301
6289
|
"kind": 4096,
|
6302
6290
|
"kindString": "Call signature",
|
@@ -6304,7 +6292,7 @@
|
|
6304
6292
|
"comment": {},
|
6305
6293
|
"parameters": [
|
6306
6294
|
{
|
6307
|
-
"id":
|
6295
|
+
"id": 592,
|
6308
6296
|
"name": "options",
|
6309
6297
|
"kind": 32768,
|
6310
6298
|
"kindString": "Parameter",
|
@@ -6314,7 +6302,7 @@
|
|
6314
6302
|
},
|
6315
6303
|
"type": {
|
6316
6304
|
"type": "reference",
|
6317
|
-
"id":
|
6305
|
+
"id": 575,
|
6318
6306
|
"name": "SkyViewkeeperOptions"
|
6319
6307
|
}
|
6320
6308
|
}
|
@@ -6327,7 +6315,7 @@
|
|
6327
6315
|
]
|
6328
6316
|
},
|
6329
6317
|
{
|
6330
|
-
"id":
|
6318
|
+
"id": 593,
|
6331
6319
|
"name": "destroy",
|
6332
6320
|
"kind": 2048,
|
6333
6321
|
"kindString": "Method",
|
@@ -6337,13 +6325,13 @@
|
|
6337
6325
|
"sources": [
|
6338
6326
|
{
|
6339
6327
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6340
|
-
"line":
|
6328
|
+
"line": 32,
|
6341
6329
|
"character": 9
|
6342
6330
|
}
|
6343
6331
|
],
|
6344
6332
|
"signatures": [
|
6345
6333
|
{
|
6346
|
-
"id":
|
6334
|
+
"id": 594,
|
6347
6335
|
"name": "destroy",
|
6348
6336
|
"kind": 4096,
|
6349
6337
|
"kindString": "Call signature",
|
@@ -6353,7 +6341,7 @@
|
|
6353
6341
|
},
|
6354
6342
|
"parameters": [
|
6355
6343
|
{
|
6356
|
-
"id":
|
6344
|
+
"id": 595,
|
6357
6345
|
"name": "vk",
|
6358
6346
|
"kind": 32768,
|
6359
6347
|
"kindString": "Parameter",
|
@@ -6380,22 +6368,22 @@
|
|
6380
6368
|
"title": "Constructors",
|
6381
6369
|
"kind": 512,
|
6382
6370
|
"children": [
|
6383
|
-
|
6371
|
+
587
|
6384
6372
|
]
|
6385
6373
|
},
|
6386
6374
|
{
|
6387
6375
|
"title": "Methods",
|
6388
6376
|
"kind": 2048,
|
6389
6377
|
"children": [
|
6390
|
-
|
6391
|
-
|
6378
|
+
590,
|
6379
|
+
593
|
6392
6380
|
]
|
6393
6381
|
}
|
6394
6382
|
],
|
6395
6383
|
"sources": [
|
6396
6384
|
{
|
6397
6385
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6398
|
-
"line":
|
6386
|
+
"line": 15,
|
6399
6387
|
"character": 13
|
6400
6388
|
}
|
6401
6389
|
]
|
@@ -6417,7 +6405,7 @@
|
|
6417
6405
|
"name": "Directive"
|
6418
6406
|
},
|
6419
6407
|
"arguments": {
|
6420
|
-
"obj": "{\n selector: '[skyAffixTo]'
|
6408
|
+
"obj": "{\n selector: '[skyAffixTo]',\n}"
|
6421
6409
|
}
|
6422
6410
|
}
|
6423
6411
|
],
|
@@ -6431,7 +6419,7 @@
|
|
6431
6419
|
"sources": [
|
6432
6420
|
{
|
6433
6421
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6434
|
-
"line":
|
6422
|
+
"line": 111,
|
6435
6423
|
"character": 2
|
6436
6424
|
}
|
6437
6425
|
],
|
@@ -6505,7 +6493,7 @@
|
|
6505
6493
|
"sources": [
|
6506
6494
|
{
|
6507
6495
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6508
|
-
"line":
|
6496
|
+
"line": 51,
|
6509
6497
|
"character": 9
|
6510
6498
|
}
|
6511
6499
|
],
|
@@ -6539,7 +6527,7 @@
|
|
6539
6527
|
"sources": [
|
6540
6528
|
{
|
6541
6529
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6542
|
-
"line":
|
6530
|
+
"line": 57,
|
6543
6531
|
"character": 9
|
6544
6532
|
}
|
6545
6533
|
],
|
@@ -6572,7 +6560,7 @@
|
|
6572
6560
|
"sources": [
|
6573
6561
|
{
|
6574
6562
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6575
|
-
"line":
|
6563
|
+
"line": 63,
|
6576
6564
|
"character": 9
|
6577
6565
|
}
|
6578
6566
|
],
|
@@ -6605,7 +6593,7 @@
|
|
6605
6593
|
"sources": [
|
6606
6594
|
{
|
6607
6595
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6608
|
-
"line":
|
6596
|
+
"line": 69,
|
6609
6597
|
"character": 9
|
6610
6598
|
}
|
6611
6599
|
],
|
@@ -6639,7 +6627,7 @@
|
|
6639
6627
|
"sources": [
|
6640
6628
|
{
|
6641
6629
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6642
|
-
"line":
|
6630
|
+
"line": 75,
|
6643
6631
|
"character": 9
|
6644
6632
|
}
|
6645
6633
|
],
|
@@ -6672,7 +6660,7 @@
|
|
6672
6660
|
"sources": [
|
6673
6661
|
{
|
6674
6662
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6675
|
-
"line":
|
6663
|
+
"line": 93,
|
6676
6664
|
"character": 9
|
6677
6665
|
}
|
6678
6666
|
],
|
@@ -6713,7 +6701,7 @@
|
|
6713
6701
|
"sources": [
|
6714
6702
|
{
|
6715
6703
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6716
|
-
"line":
|
6704
|
+
"line": 99,
|
6717
6705
|
"character": 9
|
6718
6706
|
}
|
6719
6707
|
],
|
@@ -6753,7 +6741,7 @@
|
|
6753
6741
|
"sources": [
|
6754
6742
|
{
|
6755
6743
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6756
|
-
"line":
|
6744
|
+
"line": 81,
|
6757
6745
|
"character": 9
|
6758
6746
|
}
|
6759
6747
|
],
|
@@ -6787,7 +6775,7 @@
|
|
6787
6775
|
"sources": [
|
6788
6776
|
{
|
6789
6777
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6790
|
-
"line":
|
6778
|
+
"line": 105,
|
6791
6779
|
"character": 9
|
6792
6780
|
}
|
6793
6781
|
],
|
@@ -6828,7 +6816,7 @@
|
|
6828
6816
|
"sources": [
|
6829
6817
|
{
|
6830
6818
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6831
|
-
"line":
|
6819
|
+
"line": 87,
|
6832
6820
|
"character": 9
|
6833
6821
|
}
|
6834
6822
|
],
|
@@ -6862,7 +6850,7 @@
|
|
6862
6850
|
"sources": [
|
6863
6851
|
{
|
6864
6852
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6865
|
-
"line":
|
6853
|
+
"line": 45,
|
6866
6854
|
"character": 9
|
6867
6855
|
}
|
6868
6856
|
],
|
@@ -6882,7 +6870,7 @@
|
|
6882
6870
|
"sources": [
|
6883
6871
|
{
|
6884
6872
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6885
|
-
"line":
|
6873
|
+
"line": 127,
|
6886
6874
|
"character": 9
|
6887
6875
|
}
|
6888
6876
|
],
|
@@ -6932,7 +6920,7 @@
|
|
6932
6920
|
"sources": [
|
6933
6921
|
{
|
6934
6922
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6935
|
-
"line":
|
6923
|
+
"line": 142,
|
6936
6924
|
"character": 9
|
6937
6925
|
}
|
6938
6926
|
],
|
@@ -6996,7 +6984,7 @@
|
|
6996
6984
|
"sources": [
|
6997
6985
|
{
|
6998
6986
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6999
|
-
"line":
|
6987
|
+
"line": 40,
|
7000
6988
|
"character": 13
|
7001
6989
|
}
|
7002
6990
|
],
|
@@ -7028,7 +7016,7 @@
|
|
7028
7016
|
"name": "Directive"
|
7029
7017
|
},
|
7030
7018
|
"arguments": {
|
7031
|
-
"obj": "{\n selector: '[skyId]',\n exportAs: 'skyId'
|
7019
|
+
"obj": "{\n selector: '[skyId]',\n exportAs: 'skyId',\n}"
|
7032
7020
|
}
|
7033
7021
|
}
|
7034
7022
|
],
|
@@ -7042,7 +7030,7 @@
|
|
7042
7030
|
"sources": [
|
7043
7031
|
{
|
7044
7032
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
7045
|
-
"line":
|
7033
|
+
"line": 27,
|
7046
7034
|
"character": 2
|
7047
7035
|
}
|
7048
7036
|
],
|
@@ -7102,7 +7090,7 @@
|
|
7102
7090
|
"sources": [
|
7103
7091
|
{
|
7104
7092
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
7105
|
-
"line":
|
7093
|
+
"line": 21,
|
7106
7094
|
"character": 13
|
7107
7095
|
}
|
7108
7096
|
],
|
@@ -7140,7 +7128,7 @@
|
|
7140
7128
|
"sources": [
|
7141
7129
|
{
|
7142
7130
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
7143
|
-
"line":
|
7131
|
+
"line": 20,
|
7144
7132
|
"character": 13
|
7145
7133
|
}
|
7146
7134
|
]
|
@@ -7159,7 +7147,7 @@
|
|
7159
7147
|
"name": "Directive"
|
7160
7148
|
},
|
7161
7149
|
"arguments": {
|
7162
|
-
"obj": "{\n selector: '[skyViewkeeper]'
|
7150
|
+
"obj": "{\n selector: '[skyViewkeeper]',\n}"
|
7163
7151
|
}
|
7164
7152
|
}
|
7165
7153
|
],
|
@@ -7173,7 +7161,7 @@
|
|
7173
7161
|
"sources": [
|
7174
7162
|
{
|
7175
7163
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7176
|
-
"line":
|
7164
|
+
"line": 44,
|
7177
7165
|
"character": 2
|
7178
7166
|
}
|
7179
7167
|
],
|
@@ -7210,7 +7198,7 @@
|
|
7210
7198
|
"flags": {},
|
7211
7199
|
"type": {
|
7212
7200
|
"type": "reference",
|
7213
|
-
"id":
|
7201
|
+
"id": 369,
|
7214
7202
|
"name": "MutationObserverService"
|
7215
7203
|
}
|
7216
7204
|
},
|
@@ -7222,7 +7210,7 @@
|
|
7222
7210
|
"flags": {},
|
7223
7211
|
"type": {
|
7224
7212
|
"type": "reference",
|
7225
|
-
"id":
|
7213
|
+
"id": 586,
|
7226
7214
|
"name": "SkyViewkeeperService"
|
7227
7215
|
}
|
7228
7216
|
},
|
@@ -7244,7 +7232,7 @@
|
|
7244
7232
|
],
|
7245
7233
|
"type": {
|
7246
7234
|
"type": "reference",
|
7247
|
-
"id":
|
7235
|
+
"id": 524,
|
7248
7236
|
"name": "SkyScrollableHostService"
|
7249
7237
|
}
|
7250
7238
|
}
|
@@ -7278,7 +7266,7 @@
|
|
7278
7266
|
"sources": [
|
7279
7267
|
{
|
7280
7268
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7281
|
-
"line":
|
7269
|
+
"line": 24,
|
7282
7270
|
"character": 13
|
7283
7271
|
}
|
7284
7272
|
],
|
@@ -7339,7 +7327,7 @@
|
|
7339
7327
|
"sources": [
|
7340
7328
|
{
|
7341
7329
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7342
|
-
"line":
|
7330
|
+
"line": 62,
|
7343
7331
|
"character": 9
|
7344
7332
|
}
|
7345
7333
|
],
|
@@ -7376,7 +7364,7 @@
|
|
7376
7364
|
"sources": [
|
7377
7365
|
{
|
7378
7366
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7379
|
-
"line":
|
7367
|
+
"line": 51,
|
7380
7368
|
"character": 9
|
7381
7369
|
}
|
7382
7370
|
],
|
@@ -7430,7 +7418,7 @@
|
|
7430
7418
|
"sources": [
|
7431
7419
|
{
|
7432
7420
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7433
|
-
"line":
|
7421
|
+
"line": 22,
|
7434
7422
|
"character": 13
|
7435
7423
|
}
|
7436
7424
|
],
|
@@ -7466,7 +7454,7 @@
|
|
7466
7454
|
"sources": [
|
7467
7455
|
{
|
7468
7456
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7469
|
-
"line":
|
7457
|
+
"line": 15,
|
7470
7458
|
"character": 2
|
7471
7459
|
}
|
7472
7460
|
],
|
@@ -7490,7 +7478,7 @@
|
|
7490
7478
|
"sources": [
|
7491
7479
|
{
|
7492
7480
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7493
|
-
"line":
|
7481
|
+
"line": 24,
|
7494
7482
|
"character": 2
|
7495
7483
|
}
|
7496
7484
|
],
|
@@ -7513,7 +7501,7 @@
|
|
7513
7501
|
"sources": [
|
7514
7502
|
{
|
7515
7503
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7516
|
-
"line":
|
7504
|
+
"line": 31,
|
7517
7505
|
"character": 2
|
7518
7506
|
}
|
7519
7507
|
],
|
@@ -7536,7 +7524,7 @@
|
|
7536
7524
|
"sources": [
|
7537
7525
|
{
|
7538
7526
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7539
|
-
"line":
|
7527
|
+
"line": 36,
|
7540
7528
|
"character": 2
|
7541
7529
|
}
|
7542
7530
|
],
|
@@ -7560,7 +7548,7 @@
|
|
7560
7548
|
"sources": [
|
7561
7549
|
{
|
7562
7550
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7563
|
-
"line":
|
7551
|
+
"line": 41,
|
7564
7552
|
"character": 2
|
7565
7553
|
}
|
7566
7554
|
],
|
@@ -7583,7 +7571,7 @@
|
|
7583
7571
|
"sources": [
|
7584
7572
|
{
|
7585
7573
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7586
|
-
"line":
|
7574
|
+
"line": 46,
|
7587
7575
|
"character": 2
|
7588
7576
|
}
|
7589
7577
|
],
|
@@ -7607,7 +7595,7 @@
|
|
7607
7595
|
"sources": [
|
7608
7596
|
{
|
7609
7597
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7610
|
-
"line":
|
7598
|
+
"line": 51,
|
7611
7599
|
"character": 2
|
7612
7600
|
}
|
7613
7601
|
],
|
@@ -7636,7 +7624,7 @@
|
|
7636
7624
|
"sources": [
|
7637
7625
|
{
|
7638
7626
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7639
|
-
"line":
|
7627
|
+
"line": 11,
|
7640
7628
|
"character": 17
|
7641
7629
|
}
|
7642
7630
|
]
|
@@ -7662,7 +7650,7 @@
|
|
7662
7650
|
"sources": [
|
7663
7651
|
{
|
7664
7652
|
"fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
|
7665
|
-
"line":
|
7653
|
+
"line": 7,
|
7666
7654
|
"character": 2
|
7667
7655
|
}
|
7668
7656
|
],
|
@@ -7684,7 +7672,7 @@
|
|
7684
7672
|
"sources": [
|
7685
7673
|
{
|
7686
7674
|
"fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
|
7687
|
-
"line":
|
7675
|
+
"line": 6,
|
7688
7676
|
"character": 17
|
7689
7677
|
}
|
7690
7678
|
]
|
@@ -7708,7 +7696,7 @@
|
|
7708
7696
|
"sources": [
|
7709
7697
|
{
|
7710
7698
|
"fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
|
7711
|
-
"line":
|
7699
|
+
"line": 7,
|
7712
7700
|
"character": 2
|
7713
7701
|
}
|
7714
7702
|
],
|
@@ -7731,20 +7719,20 @@
|
|
7731
7719
|
"sources": [
|
7732
7720
|
{
|
7733
7721
|
"fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
|
7734
|
-
"line":
|
7722
|
+
"line": 3,
|
7735
7723
|
"character": 17
|
7736
7724
|
}
|
7737
7725
|
]
|
7738
7726
|
},
|
7739
7727
|
{
|
7740
|
-
"id":
|
7728
|
+
"id": 545,
|
7741
7729
|
"name": "SkyAppSetTitleArgs",
|
7742
7730
|
"kind": 256,
|
7743
7731
|
"kindString": "Interface",
|
7744
7732
|
"flags": {},
|
7745
7733
|
"children": [
|
7746
7734
|
{
|
7747
|
-
"id":
|
7735
|
+
"id": 546,
|
7748
7736
|
"name": "titleParts",
|
7749
7737
|
"kind": 1024,
|
7750
7738
|
"kindString": "Property",
|
@@ -7752,7 +7740,7 @@
|
|
7752
7740
|
"sources": [
|
7753
7741
|
{
|
7754
7742
|
"fileName": "projects/core/src/modules/title/set-title-args.ts",
|
7755
|
-
"line":
|
7743
|
+
"line": 2,
|
7756
7744
|
"character": 2
|
7757
7745
|
}
|
7758
7746
|
],
|
@@ -7770,7 +7758,7 @@
|
|
7770
7758
|
"title": "Properties",
|
7771
7759
|
"kind": 1024,
|
7772
7760
|
"children": [
|
7773
|
-
|
7761
|
+
546
|
7774
7762
|
]
|
7775
7763
|
}
|
7776
7764
|
],
|
@@ -7803,7 +7791,7 @@
|
|
7803
7791
|
"sources": [
|
7804
7792
|
{
|
7805
7793
|
"fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
|
7806
|
-
"line":
|
7794
|
+
"line": 9,
|
7807
7795
|
"character": 2
|
7808
7796
|
}
|
7809
7797
|
],
|
@@ -7829,7 +7817,7 @@
|
|
7829
7817
|
"sources": [
|
7830
7818
|
{
|
7831
7819
|
"fileName": "projects/core/src/modules/dock/dock-item-config.ts",
|
7832
|
-
"line":
|
7820
|
+
"line": 10,
|
7833
7821
|
"character": 2
|
7834
7822
|
}
|
7835
7823
|
],
|
@@ -7857,7 +7845,7 @@
|
|
7857
7845
|
"sources": [
|
7858
7846
|
{
|
7859
7847
|
"fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
|
7860
|
-
"line":
|
7848
|
+
"line": 5,
|
7861
7849
|
"character": 17
|
7862
7850
|
}
|
7863
7851
|
],
|
@@ -7893,7 +7881,7 @@
|
|
7893
7881
|
"sources": [
|
7894
7882
|
{
|
7895
7883
|
"fileName": "projects/core/src/modules/dock/dock-item-config.ts",
|
7896
|
-
"line":
|
7884
|
+
"line": 10,
|
7897
7885
|
"character": 2
|
7898
7886
|
}
|
7899
7887
|
],
|
@@ -7951,7 +7939,7 @@
|
|
7951
7939
|
"sources": [
|
7952
7940
|
{
|
7953
7941
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
7954
|
-
"line":
|
7942
|
+
"line": 10,
|
7955
7943
|
"character": 2
|
7956
7944
|
}
|
7957
7945
|
],
|
@@ -7975,7 +7963,7 @@
|
|
7975
7963
|
"sources": [
|
7976
7964
|
{
|
7977
7965
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
7978
|
-
"line":
|
7966
|
+
"line": 15,
|
7979
7967
|
"character": 2
|
7980
7968
|
}
|
7981
7969
|
],
|
@@ -7998,7 +7986,7 @@
|
|
7998
7986
|
"sources": [
|
7999
7987
|
{
|
8000
7988
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
8001
|
-
"line":
|
7989
|
+
"line": 20,
|
8002
7990
|
"character": 2
|
8003
7991
|
}
|
8004
7992
|
],
|
@@ -8022,7 +8010,7 @@
|
|
8022
8010
|
"sources": [
|
8023
8011
|
{
|
8024
8012
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
8025
|
-
"line":
|
8013
|
+
"line": 6,
|
8026
8014
|
"character": 17
|
8027
8015
|
}
|
8028
8016
|
]
|
@@ -8051,7 +8039,7 @@
|
|
8051
8039
|
"sources": [
|
8052
8040
|
{
|
8053
8041
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
8054
|
-
"line":
|
8042
|
+
"line": 10,
|
8055
8043
|
"character": 2
|
8056
8044
|
}
|
8057
8045
|
],
|
@@ -8075,7 +8063,7 @@
|
|
8075
8063
|
"sources": [
|
8076
8064
|
{
|
8077
8065
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
8078
|
-
"line":
|
8066
|
+
"line": 15,
|
8079
8067
|
"character": 2
|
8080
8068
|
}
|
8081
8069
|
],
|
@@ -8098,7 +8086,7 @@
|
|
8098
8086
|
"sources": [
|
8099
8087
|
{
|
8100
8088
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
8101
|
-
"line":
|
8089
|
+
"line": 6,
|
8102
8090
|
"character": 17
|
8103
8091
|
}
|
8104
8092
|
]
|
@@ -8127,7 +8115,7 @@
|
|
8127
8115
|
"sources": [
|
8128
8116
|
{
|
8129
8117
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
8130
|
-
"line":
|
8118
|
+
"line": 9,
|
8131
8119
|
"character": 2
|
8132
8120
|
}
|
8133
8121
|
],
|
@@ -8150,7 +8138,7 @@
|
|
8150
8138
|
"sources": [
|
8151
8139
|
{
|
8152
8140
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
8153
|
-
"line":
|
8141
|
+
"line": 15,
|
8154
8142
|
"character": 2
|
8155
8143
|
}
|
8156
8144
|
],
|
@@ -8173,20 +8161,20 @@
|
|
8173
8161
|
"sources": [
|
8174
8162
|
{
|
8175
8163
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
8176
|
-
"line":
|
8164
|
+
"line": 4,
|
8177
8165
|
"character": 17
|
8178
8166
|
}
|
8179
8167
|
]
|
8180
8168
|
},
|
8181
8169
|
{
|
8182
|
-
"id":
|
8170
|
+
"id": 443,
|
8183
8171
|
"name": "SkyOverlayConfig",
|
8184
8172
|
"kind": 256,
|
8185
8173
|
"kindString": "Interface",
|
8186
8174
|
"flags": {},
|
8187
8175
|
"children": [
|
8188
8176
|
{
|
8189
|
-
"id":
|
8177
|
+
"id": 444,
|
8190
8178
|
"name": "closeOnNavigation",
|
8191
8179
|
"kind": 1024,
|
8192
8180
|
"kindString": "Property",
|
@@ -8199,7 +8187,7 @@
|
|
8199
8187
|
"sources": [
|
8200
8188
|
{
|
8201
8189
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8202
|
-
"line":
|
8190
|
+
"line": 5,
|
8203
8191
|
"character": 2
|
8204
8192
|
}
|
8205
8193
|
],
|
@@ -8209,7 +8197,7 @@
|
|
8209
8197
|
}
|
8210
8198
|
},
|
8211
8199
|
{
|
8212
|
-
"id":
|
8200
|
+
"id": 445,
|
8213
8201
|
"name": "enableClose",
|
8214
8202
|
"kind": 1024,
|
8215
8203
|
"kindString": "Property",
|
@@ -8222,7 +8210,7 @@
|
|
8222
8210
|
"sources": [
|
8223
8211
|
{
|
8224
8212
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8225
|
-
"line":
|
8213
|
+
"line": 10,
|
8226
8214
|
"character": 2
|
8227
8215
|
}
|
8228
8216
|
],
|
@@ -8232,7 +8220,7 @@
|
|
8232
8220
|
}
|
8233
8221
|
},
|
8234
8222
|
{
|
8235
|
-
"id":
|
8223
|
+
"id": 446,
|
8236
8224
|
"name": "enablePointerEvents",
|
8237
8225
|
"kind": 1024,
|
8238
8226
|
"kindString": "Property",
|
@@ -8245,7 +8233,7 @@
|
|
8245
8233
|
"sources": [
|
8246
8234
|
{
|
8247
8235
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8248
|
-
"line":
|
8236
|
+
"line": 15,
|
8249
8237
|
"character": 2
|
8250
8238
|
}
|
8251
8239
|
],
|
@@ -8255,7 +8243,7 @@
|
|
8255
8243
|
}
|
8256
8244
|
},
|
8257
8245
|
{
|
8258
|
-
"id":
|
8246
|
+
"id": 447,
|
8259
8247
|
"name": "enableScroll",
|
8260
8248
|
"kind": 1024,
|
8261
8249
|
"kindString": "Property",
|
@@ -8268,7 +8256,7 @@
|
|
8268
8256
|
"sources": [
|
8269
8257
|
{
|
8270
8258
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8271
|
-
"line":
|
8259
|
+
"line": 20,
|
8272
8260
|
"character": 2
|
8273
8261
|
}
|
8274
8262
|
],
|
@@ -8278,7 +8266,7 @@
|
|
8278
8266
|
}
|
8279
8267
|
},
|
8280
8268
|
{
|
8281
|
-
"id":
|
8269
|
+
"id": 448,
|
8282
8270
|
"name": "showBackdrop",
|
8283
8271
|
"kind": 1024,
|
8284
8272
|
"kindString": "Property",
|
@@ -8291,7 +8279,7 @@
|
|
8291
8279
|
"sources": [
|
8292
8280
|
{
|
8293
8281
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8294
|
-
"line":
|
8282
|
+
"line": 25,
|
8295
8283
|
"character": 2
|
8296
8284
|
}
|
8297
8285
|
],
|
@@ -8301,7 +8289,7 @@
|
|
8301
8289
|
}
|
8302
8290
|
},
|
8303
8291
|
{
|
8304
|
-
"id":
|
8292
|
+
"id": 449,
|
8305
8293
|
"name": "wrapperClass",
|
8306
8294
|
"kind": 1024,
|
8307
8295
|
"kindString": "Property",
|
@@ -8314,7 +8302,7 @@
|
|
8314
8302
|
"sources": [
|
8315
8303
|
{
|
8316
8304
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8317
|
-
"line":
|
8305
|
+
"line": 30,
|
8318
8306
|
"character": 2
|
8319
8307
|
}
|
8320
8308
|
],
|
@@ -8329,12 +8317,12 @@
|
|
8329
8317
|
"title": "Properties",
|
8330
8318
|
"kind": 1024,
|
8331
8319
|
"children": [
|
8320
|
+
444,
|
8332
8321
|
445,
|
8333
8322
|
446,
|
8334
8323
|
447,
|
8335
8324
|
448,
|
8336
|
-
449
|
8337
|
-
450
|
8325
|
+
449
|
8338
8326
|
]
|
8339
8327
|
}
|
8340
8328
|
],
|
@@ -8347,7 +8335,7 @@
|
|
8347
8335
|
]
|
8348
8336
|
},
|
8349
8337
|
{
|
8350
|
-
"id":
|
8338
|
+
"id": 575,
|
8351
8339
|
"name": "SkyViewkeeperOptions",
|
8352
8340
|
"kind": 256,
|
8353
8341
|
"kindString": "Interface",
|
@@ -8357,7 +8345,7 @@
|
|
8357
8345
|
},
|
8358
8346
|
"children": [
|
8359
8347
|
{
|
8360
|
-
"id":
|
8348
|
+
"id": 576,
|
8361
8349
|
"name": "boundaryEl",
|
8362
8350
|
"kind": 1024,
|
8363
8351
|
"kindString": "Property",
|
@@ -8380,7 +8368,7 @@
|
|
8380
8368
|
}
|
8381
8369
|
},
|
8382
8370
|
{
|
8383
|
-
"id":
|
8371
|
+
"id": 577,
|
8384
8372
|
"name": "el",
|
8385
8373
|
"kind": 1024,
|
8386
8374
|
"kindString": "Property",
|
@@ -8403,7 +8391,7 @@
|
|
8403
8391
|
}
|
8404
8392
|
},
|
8405
8393
|
{
|
8406
|
-
"id":
|
8394
|
+
"id": 578,
|
8407
8395
|
"name": "scrollableHost",
|
8408
8396
|
"kind": 1024,
|
8409
8397
|
"kindString": "Property",
|
@@ -8426,7 +8414,7 @@
|
|
8426
8414
|
}
|
8427
8415
|
},
|
8428
8416
|
{
|
8429
|
-
"id":
|
8417
|
+
"id": 579,
|
8430
8418
|
"name": "setWidth",
|
8431
8419
|
"kind": 1024,
|
8432
8420
|
"kindString": "Property",
|
@@ -8449,7 +8437,7 @@
|
|
8449
8437
|
}
|
8450
8438
|
},
|
8451
8439
|
{
|
8452
|
-
"id":
|
8440
|
+
"id": 580,
|
8453
8441
|
"name": "verticalOffset",
|
8454
8442
|
"kind": 1024,
|
8455
8443
|
"kindString": "Property",
|
@@ -8472,7 +8460,7 @@
|
|
8472
8460
|
}
|
8473
8461
|
},
|
8474
8462
|
{
|
8475
|
-
"id":
|
8463
|
+
"id": 581,
|
8476
8464
|
"name": "verticalOffsetEl",
|
8477
8465
|
"kind": 1024,
|
8478
8466
|
"kindString": "Property",
|
@@ -8495,7 +8483,7 @@
|
|
8495
8483
|
}
|
8496
8484
|
},
|
8497
8485
|
{
|
8498
|
-
"id":
|
8486
|
+
"id": 582,
|
8499
8487
|
"name": "viewportMarginTop",
|
8500
8488
|
"kind": 1024,
|
8501
8489
|
"kindString": "Property",
|
@@ -8523,13 +8511,13 @@
|
|
8523
8511
|
"title": "Properties",
|
8524
8512
|
"kind": 1024,
|
8525
8513
|
"children": [
|
8526
|
-
575,
|
8527
8514
|
576,
|
8528
8515
|
577,
|
8529
8516
|
578,
|
8530
8517
|
579,
|
8531
8518
|
580,
|
8532
|
-
581
|
8519
|
+
581,
|
8520
|
+
582
|
8533
8521
|
]
|
8534
8522
|
}
|
8535
8523
|
],
|
@@ -8543,7 +8531,7 @@
|
|
8543
8531
|
"implementedBy": [
|
8544
8532
|
{
|
8545
8533
|
"type": "reference",
|
8546
|
-
"id":
|
8534
|
+
"id": 565,
|
8547
8535
|
"name": "SkyViewkeeperHostOptions"
|
8548
8536
|
}
|
8549
8537
|
]
|
@@ -8663,7 +8651,7 @@
|
|
8663
8651
|
"sources": [
|
8664
8652
|
{
|
8665
8653
|
"fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
|
8666
|
-
"line":
|
8654
|
+
"line": 7,
|
8667
8655
|
"character": 12
|
8668
8656
|
}
|
8669
8657
|
],
|
@@ -8678,7 +8666,7 @@
|
|
8678
8666
|
"sources": [
|
8679
8667
|
{
|
8680
8668
|
"fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
|
8681
|
-
"line":
|
8669
|
+
"line": 7,
|
8682
8670
|
"character": 36
|
8683
8671
|
}
|
8684
8672
|
],
|
@@ -8731,14 +8719,14 @@
|
|
8731
8719
|
"title": "Classes",
|
8732
8720
|
"kind": 128,
|
8733
8721
|
"children": [
|
8734
|
-
|
8735
|
-
|
8722
|
+
369,
|
8723
|
+
381,
|
8736
8724
|
137,
|
8737
8725
|
140,
|
8738
8726
|
148,
|
8739
8727
|
301,
|
8740
|
-
|
8741
|
-
|
8728
|
+
547,
|
8729
|
+
598,
|
8742
8730
|
63,
|
8743
8731
|
66,
|
8744
8732
|
219,
|
@@ -8751,19 +8739,19 @@
|
|
8751
8739
|
314,
|
8752
8740
|
330,
|
8753
8741
|
333,
|
8754
|
-
|
8755
|
-
|
8756
|
-
|
8757
|
-
|
8758
|
-
|
8759
|
-
|
8760
|
-
|
8761
|
-
|
8762
|
-
|
8763
|
-
|
8764
|
-
|
8765
|
-
|
8766
|
-
|
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,
|
8767
8755
|
1,
|
8768
8756
|
26,
|
8769
8757
|
34
|
@@ -8776,14 +8764,14 @@
|
|
8776
8764
|
117,
|
8777
8765
|
131,
|
8778
8766
|
134,
|
8779
|
-
|
8767
|
+
545,
|
8780
8768
|
216,
|
8781
8769
|
233,
|
8782
8770
|
239,
|
8783
8771
|
273,
|
8784
8772
|
111,
|
8785
|
-
|
8786
|
-
|
8773
|
+
443,
|
8774
|
+
575
|
8787
8775
|
]
|
8788
8776
|
},
|
8789
8777
|
{
|
@@ -8806,50 +8794,55 @@
|
|
8806
8794
|
]
|
8807
8795
|
},
|
8808
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
|
+
},
|
8809
8802
|
{
|
8810
8803
|
"fileName": "id-demo.component.html",
|
8811
8804
|
"filePath": "/projects/core/documentation/code-examples/id/id-demo.component.html",
|
8812
|
-
"rawContents": "<sky-input-box>\n <label
|
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"
|
8813
8806
|
},
|
8814
8807
|
{
|
8815
8808
|
"fileName": "id-demo.component.ts",
|
8816
8809
|
"filePath": "/projects/core/documentation/code-examples/id/id-demo.component.ts",
|
8817
|
-
"rawContents": "import {
|
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"
|
8818
8811
|
},
|
8819
8812
|
{
|
8820
8813
|
"fileName": "id-demo.module.ts",
|
8821
8814
|
"filePath": "/projects/core/documentation/code-examples/id/id-demo.module.ts",
|
8822
|
-
"rawContents": "import {
|
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"
|
8823
8816
|
},
|
8824
8817
|
{
|
8825
8818
|
"fileName": "media-query-demo.component.html",
|
8826
8819
|
"filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.component.html",
|
8827
|
-
"rawContents": "<sky-alert
|
8820
|
+
"rawContents": "<sky-alert alertType=\"info\">\n Current media breakpoint: <strong>{{ currentBreakpoint }}</strong>\n</sky-alert>\n"
|
8828
8821
|
},
|
8829
8822
|
{
|
8830
8823
|
"fileName": "media-query-demo.component.ts",
|
8831
8824
|
"filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.component.ts",
|
8832
|
-
"rawContents": "import {
|
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"
|
8833
8826
|
},
|
8834
8827
|
{
|
8835
8828
|
"fileName": "media-query-demo.module.ts",
|
8836
8829
|
"filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.module.ts",
|
8837
|
-
"rawContents": "import {
|
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"
|
8838
8831
|
},
|
8839
8832
|
{
|
8840
8833
|
"fileName": "numeric-demo.component.html",
|
8841
8834
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.html",
|
8842
|
-
"rawContents": "<sky-definition-list
|
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"
|
8843
8836
|
},
|
8844
8837
|
{
|
8845
8838
|
"fileName": "numeric-demo.component.ts",
|
8846
8839
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.ts",
|
8847
|
-
"rawContents": "import {
|
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"
|
8848
8841
|
},
|
8849
8842
|
{
|
8850
8843
|
"fileName": "numeric-demo.module.ts",
|
8851
8844
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.module.ts",
|
8852
|
-
"rawContents": "import {
|
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"
|
8853
8846
|
}
|
8854
8847
|
]
|
8855
8848
|
}
|