@skyux/core 5.1.1 → 5.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bundles/skyux-core-testing.umd.js +27 -32
- package/bundles/skyux-core-testing.umd.js.map +1 -1
- package/bundles/skyux-core.umd.js +427 -374
- package/bundles/skyux-core.umd.js.map +1 -1
- package/documentation.json +615 -630
- 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 +33 -19
- 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 +96 -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 +25 -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 +410 -368
- package/fesm2015/skyux-core.js.map +1 -1
- package/modules/numeric/numeric.pipe.d.ts +8 -2
- package/modules/scrollable-host/scrollable-host.service.d.ts +25 -6
- package/package.json +6 -6
package/documentation.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59
59
|
"typedoc": {
|
60
60
|
"id": 0,
|
61
61
|
"name": "@skyux/core",
|
62
|
-
"kind":
|
62
|
+
"kind": 1,
|
63
63
|
"kindString": "Project",
|
64
64
|
"flags": {},
|
65
65
|
"originalName": "",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
{
|
68
68
|
"id": 114,
|
69
69
|
"name": "SkyAffixAutoFitContext",
|
70
|
-
"kind":
|
70
|
+
"kind": 8,
|
71
71
|
"kindString": "Enumeration",
|
72
72
|
"flags": {},
|
73
73
|
"children": [
|
@@ -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
|
],
|
@@ -129,7 +129,7 @@
|
|
129
129
|
{
|
130
130
|
"id": 235,
|
131
131
|
"name": "SkyDockLocation",
|
132
|
-
"kind":
|
132
|
+
"kind": 8,
|
133
133
|
"kindString": "Enumeration",
|
134
134
|
"flags": {},
|
135
135
|
"comment": {
|
@@ -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,14 +206,14 @@
|
|
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
|
},
|
213
213
|
{
|
214
214
|
"id": 267,
|
215
215
|
"name": "SkyDynamicComponentLocation",
|
216
|
-
"kind":
|
216
|
+
"kind": 8,
|
217
217
|
"kindString": "Enumeration",
|
218
218
|
"flags": {},
|
219
219
|
"comment": {
|
@@ -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
|
],
|
@@ -335,7 +335,7 @@
|
|
335
335
|
{
|
336
336
|
"id": 321,
|
337
337
|
"name": "SkyMediaBreakpoints",
|
338
|
-
"kind":
|
338
|
+
"kind": 8,
|
339
339
|
"kindString": "Enumeration",
|
340
340
|
"flags": {},
|
341
341
|
"children": [
|
@@ -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
|
],
|
@@ -990,7 +990,7 @@
|
|
990
990
|
"kindString": "Parameter",
|
991
991
|
"flags": {},
|
992
992
|
"comment": {
|
993
|
-
"
|
993
|
+
"shortText": "The element to be affixed.\n"
|
994
994
|
},
|
995
995
|
"type": {
|
996
996
|
"type": "reference",
|
@@ -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
|
],
|
@@ -1104,13 +1104,10 @@
|
|
1104
1104
|
"flags": {
|
1105
1105
|
"isPublic": true
|
1106
1106
|
},
|
1107
|
-
"comment": {
|
1108
|
-
"shortText": "Fires when the affixed element's offset changes."
|
1109
|
-
},
|
1110
1107
|
"sources": [
|
1111
1108
|
{
|
1112
1109
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1113
|
-
"line":
|
1110
|
+
"line": 38,
|
1114
1111
|
"character": 13
|
1115
1112
|
}
|
1116
1113
|
],
|
@@ -1146,13 +1143,10 @@
|
|
1146
1143
|
"flags": {
|
1147
1144
|
"isPublic": true
|
1148
1145
|
},
|
1149
|
-
"comment": {
|
1150
|
-
"shortText": "Fires when the base element's nearest overflow parent is scrolling. This is useful if you need\nto perform an additional action during the scroll event but don't want to generate another\nevent listener."
|
1151
|
-
},
|
1152
1146
|
"sources": [
|
1153
1147
|
{
|
1154
1148
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1155
|
-
"line":
|
1149
|
+
"line": 47,
|
1156
1150
|
"character": 13
|
1157
1151
|
}
|
1158
1152
|
],
|
@@ -1187,13 +1181,10 @@
|
|
1187
1181
|
"flags": {
|
1188
1182
|
"isPublic": true
|
1189
1183
|
},
|
1190
|
-
"comment": {
|
1191
|
-
"shortText": "Fires when the placement value changes. A `null` value indicates that a suitable\nplacement could not be found."
|
1192
|
-
},
|
1193
1184
|
"sources": [
|
1194
1185
|
{
|
1195
1186
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1196
|
-
"line":
|
1187
|
+
"line": 55,
|
1197
1188
|
"character": 13
|
1198
1189
|
}
|
1199
1190
|
],
|
@@ -1232,7 +1223,7 @@
|
|
1232
1223
|
"sources": [
|
1233
1224
|
{
|
1234
1225
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1235
|
-
"line":
|
1226
|
+
"line": 110,
|
1236
1227
|
"character": 9
|
1237
1228
|
}
|
1238
1229
|
],
|
@@ -1254,7 +1245,7 @@
|
|
1254
1245
|
"kindString": "Parameter",
|
1255
1246
|
"flags": {},
|
1256
1247
|
"comment": {
|
1257
|
-
"
|
1248
|
+
"shortText": "The base element."
|
1258
1249
|
},
|
1259
1250
|
"type": {
|
1260
1251
|
"type": "reference",
|
@@ -1270,7 +1261,7 @@
|
|
1270
1261
|
"isOptional": true
|
1271
1262
|
},
|
1272
1263
|
"comment": {
|
1273
|
-
"
|
1264
|
+
"shortText": "Configuration for the affix action.\n"
|
1274
1265
|
},
|
1275
1266
|
"type": {
|
1276
1267
|
"type": "reference",
|
@@ -1297,7 +1288,7 @@
|
|
1297
1288
|
"sources": [
|
1298
1289
|
{
|
1299
1290
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1300
|
-
"line":
|
1291
|
+
"line": 137,
|
1301
1292
|
"character": 9
|
1302
1293
|
}
|
1303
1294
|
],
|
@@ -1329,7 +1320,7 @@
|
|
1329
1320
|
"sources": [
|
1330
1321
|
{
|
1331
1322
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1332
|
-
"line":
|
1323
|
+
"line": 128,
|
1333
1324
|
"character": 9
|
1334
1325
|
}
|
1335
1326
|
],
|
@@ -1381,7 +1372,7 @@
|
|
1381
1372
|
"sources": [
|
1382
1373
|
{
|
1383
1374
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1384
|
-
"line":
|
1375
|
+
"line": 34,
|
1385
1376
|
"character": 13
|
1386
1377
|
}
|
1387
1378
|
]
|
@@ -1400,7 +1391,7 @@
|
|
1400
1391
|
"name": "Injectable"
|
1401
1392
|
},
|
1402
1393
|
"arguments": {
|
1403
|
-
"options": "{\n providedIn: 'root'
|
1394
|
+
"options": "{\n providedIn: 'root',\n}"
|
1404
1395
|
}
|
1405
1396
|
}
|
1406
1397
|
],
|
@@ -1437,7 +1428,7 @@
|
|
1437
1428
|
"sources": [
|
1438
1429
|
{
|
1439
1430
|
"fileName": "projects/core/src/modules/format/app-format.ts",
|
1440
|
-
"line":
|
1431
|
+
"line": 7,
|
1441
1432
|
"character": 9
|
1442
1433
|
}
|
1443
1434
|
],
|
@@ -1504,13 +1495,13 @@
|
|
1504
1495
|
"sources": [
|
1505
1496
|
{
|
1506
1497
|
"fileName": "projects/core/src/modules/format/app-format.ts",
|
1507
|
-
"line":
|
1498
|
+
"line": 6,
|
1508
1499
|
"character": 13
|
1509
1500
|
}
|
1510
1501
|
]
|
1511
1502
|
},
|
1512
1503
|
{
|
1513
|
-
"id":
|
1504
|
+
"id": 547,
|
1514
1505
|
"name": "SkyAppTitleService",
|
1515
1506
|
"kind": 128,
|
1516
1507
|
"kindString": "Class",
|
@@ -1526,13 +1517,13 @@
|
|
1526
1517
|
"name": "Injectable"
|
1527
1518
|
},
|
1528
1519
|
"arguments": {
|
1529
|
-
"options": "{\n providedIn: 'root'
|
1520
|
+
"options": "{\n providedIn: 'root',\n}"
|
1530
1521
|
}
|
1531
1522
|
}
|
1532
1523
|
],
|
1533
1524
|
"children": [
|
1534
1525
|
{
|
1535
|
-
"id":
|
1526
|
+
"id": 548,
|
1536
1527
|
"name": "constructor",
|
1537
1528
|
"kind": 512,
|
1538
1529
|
"kindString": "Constructor",
|
@@ -1540,20 +1531,20 @@
|
|
1540
1531
|
"sources": [
|
1541
1532
|
{
|
1542
1533
|
"fileName": "projects/core/src/modules/title/title.service.ts",
|
1543
|
-
"line":
|
1534
|
+
"line": 14,
|
1544
1535
|
"character": 2
|
1545
1536
|
}
|
1546
1537
|
],
|
1547
1538
|
"signatures": [
|
1548
1539
|
{
|
1549
|
-
"id":
|
1540
|
+
"id": 549,
|
1550
1541
|
"name": "new SkyAppTitleService",
|
1551
1542
|
"kind": 16384,
|
1552
1543
|
"kindString": "Constructor signature",
|
1553
1544
|
"flags": {},
|
1554
1545
|
"parameters": [
|
1555
1546
|
{
|
1556
|
-
"id":
|
1547
|
+
"id": 550,
|
1557
1548
|
"name": "title",
|
1558
1549
|
"kind": 32768,
|
1559
1550
|
"kindString": "Parameter",
|
@@ -1566,14 +1557,14 @@
|
|
1566
1557
|
],
|
1567
1558
|
"type": {
|
1568
1559
|
"type": "reference",
|
1569
|
-
"id":
|
1560
|
+
"id": 547,
|
1570
1561
|
"name": "SkyAppTitleService"
|
1571
1562
|
}
|
1572
1563
|
}
|
1573
1564
|
]
|
1574
1565
|
},
|
1575
1566
|
{
|
1576
|
-
"id":
|
1567
|
+
"id": 551,
|
1577
1568
|
"name": "setTitle",
|
1578
1569
|
"kind": 2048,
|
1579
1570
|
"kindString": "Method",
|
@@ -1583,13 +1574,13 @@
|
|
1583
1574
|
"sources": [
|
1584
1575
|
{
|
1585
1576
|
"fileName": "projects/core/src/modules/title/title.service.ts",
|
1586
|
-
"line":
|
1577
|
+
"line": 21,
|
1587
1578
|
"character": 9
|
1588
1579
|
}
|
1589
1580
|
],
|
1590
1581
|
"signatures": [
|
1591
1582
|
{
|
1592
|
-
"id":
|
1583
|
+
"id": 552,
|
1593
1584
|
"name": "setTitle",
|
1594
1585
|
"kind": 4096,
|
1595
1586
|
"kindString": "Call signature",
|
@@ -1599,17 +1590,17 @@
|
|
1599
1590
|
},
|
1600
1591
|
"parameters": [
|
1601
1592
|
{
|
1602
|
-
"id":
|
1593
|
+
"id": 553,
|
1603
1594
|
"name": "args",
|
1604
1595
|
"kind": 32768,
|
1605
1596
|
"kindString": "Parameter",
|
1606
1597
|
"flags": {},
|
1607
1598
|
"comment": {
|
1608
|
-
"
|
1599
|
+
"shortText": "An array of title parts. The parts will be concatenated with a hyphen between\neach part.\n"
|
1609
1600
|
},
|
1610
1601
|
"type": {
|
1611
1602
|
"type": "reference",
|
1612
|
-
"id":
|
1603
|
+
"id": 545,
|
1613
1604
|
"name": "SkyAppSetTitleArgs"
|
1614
1605
|
}
|
1615
1606
|
}
|
@@ -1627,27 +1618,27 @@
|
|
1627
1618
|
"title": "Constructors",
|
1628
1619
|
"kind": 512,
|
1629
1620
|
"children": [
|
1630
|
-
|
1621
|
+
548
|
1631
1622
|
]
|
1632
1623
|
},
|
1633
1624
|
{
|
1634
1625
|
"title": "Methods",
|
1635
1626
|
"kind": 2048,
|
1636
1627
|
"children": [
|
1637
|
-
|
1628
|
+
551
|
1638
1629
|
]
|
1639
1630
|
}
|
1640
1631
|
],
|
1641
1632
|
"sources": [
|
1642
1633
|
{
|
1643
1634
|
"fileName": "projects/core/src/modules/title/title.service.ts",
|
1644
|
-
"line":
|
1635
|
+
"line": 13,
|
1645
1636
|
"character": 13
|
1646
1637
|
}
|
1647
1638
|
]
|
1648
1639
|
},
|
1649
1640
|
{
|
1650
|
-
"id":
|
1641
|
+
"id": 598,
|
1651
1642
|
"name": "SkyAppWindowRef",
|
1652
1643
|
"kind": 128,
|
1653
1644
|
"kindString": "Class",
|
@@ -1663,53 +1654,50 @@
|
|
1663
1654
|
"name": "Injectable"
|
1664
1655
|
},
|
1665
1656
|
"arguments": {
|
1666
|
-
"options": "{\n providedIn: 'root'
|
1657
|
+
"options": "{\n providedIn: 'root',\n}"
|
1667
1658
|
}
|
1668
1659
|
}
|
1669
1660
|
],
|
1670
1661
|
"children": [
|
1671
1662
|
{
|
1672
|
-
"id":
|
1663
|
+
"id": 599,
|
1673
1664
|
"name": "constructor",
|
1674
1665
|
"kind": 512,
|
1675
1666
|
"kindString": "Constructor",
|
1676
1667
|
"flags": {},
|
1677
1668
|
"signatures": [
|
1678
1669
|
{
|
1679
|
-
"id":
|
1670
|
+
"id": 600,
|
1680
1671
|
"name": "new SkyAppWindowRef",
|
1681
1672
|
"kind": 16384,
|
1682
1673
|
"kindString": "Constructor signature",
|
1683
1674
|
"flags": {},
|
1684
1675
|
"type": {
|
1685
1676
|
"type": "reference",
|
1686
|
-
"id":
|
1677
|
+
"id": 598,
|
1687
1678
|
"name": "SkyAppWindowRef"
|
1688
1679
|
}
|
1689
1680
|
}
|
1690
1681
|
]
|
1691
1682
|
},
|
1692
1683
|
{
|
1693
|
-
"id":
|
1684
|
+
"id": 601,
|
1694
1685
|
"name": "nativeWindow",
|
1695
1686
|
"kind": 262144,
|
1696
1687
|
"kindString": "Accessor",
|
1697
1688
|
"flags": {
|
1698
1689
|
"isPublic": true
|
1699
1690
|
},
|
1700
|
-
"comment": {
|
1701
|
-
"shortText": "References the global `window` variable."
|
1702
|
-
},
|
1703
1691
|
"sources": [
|
1704
1692
|
{
|
1705
1693
|
"fileName": "projects/core/src/modules/window/window-ref.ts",
|
1706
|
-
"line":
|
1694
|
+
"line": 22,
|
1707
1695
|
"character": 13
|
1708
1696
|
}
|
1709
1697
|
],
|
1710
1698
|
"getSignature": [
|
1711
1699
|
{
|
1712
|
-
"id":
|
1700
|
+
"id": 602,
|
1713
1701
|
"name": "nativeWindow",
|
1714
1702
|
"kind": 524288,
|
1715
1703
|
"kindString": "Get signature",
|
@@ -1730,21 +1718,21 @@
|
|
1730
1718
|
"title": "Constructors",
|
1731
1719
|
"kind": 512,
|
1732
1720
|
"children": [
|
1733
|
-
|
1721
|
+
599
|
1734
1722
|
]
|
1735
1723
|
},
|
1736
1724
|
{
|
1737
1725
|
"title": "Accessors",
|
1738
1726
|
"kind": 262144,
|
1739
1727
|
"children": [
|
1740
|
-
|
1728
|
+
601
|
1741
1729
|
]
|
1742
1730
|
}
|
1743
1731
|
],
|
1744
1732
|
"sources": [
|
1745
1733
|
{
|
1746
1734
|
"fileName": "projects/core/src/modules/window/window-ref.ts",
|
1747
|
-
"line":
|
1735
|
+
"line": 18,
|
1748
1736
|
"character": 13
|
1749
1737
|
}
|
1750
1738
|
]
|
@@ -1810,7 +1798,7 @@
|
|
1810
1798
|
"sources": [
|
1811
1799
|
{
|
1812
1800
|
"fileName": "projects/core/src/modules/adapter-service/adapter.module.ts",
|
1813
|
-
"line":
|
1801
|
+
"line": 8,
|
1814
1802
|
"character": 13
|
1815
1803
|
}
|
1816
1804
|
]
|
@@ -1829,7 +1817,7 @@
|
|
1829
1817
|
"name": "Injectable"
|
1830
1818
|
},
|
1831
1819
|
"arguments": {
|
1832
|
-
"options": "{\n providedIn: 'root'
|
1820
|
+
"options": "{\n providedIn: 'root',\n}"
|
1833
1821
|
}
|
1834
1822
|
}
|
1835
1823
|
],
|
@@ -1843,7 +1831,7 @@
|
|
1843
1831
|
"sources": [
|
1844
1832
|
{
|
1845
1833
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1846
|
-
"line":
|
1834
|
+
"line": 32,
|
1847
1835
|
"character": 2
|
1848
1836
|
}
|
1849
1837
|
],
|
@@ -1886,7 +1874,7 @@
|
|
1886
1874
|
"sources": [
|
1887
1875
|
{
|
1888
1876
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1889
|
-
"line":
|
1877
|
+
"line": 98,
|
1890
1878
|
"character": 9
|
1891
1879
|
}
|
1892
1880
|
],
|
@@ -1909,7 +1897,7 @@
|
|
1909
1897
|
"kindString": "Parameter",
|
1910
1898
|
"flags": {},
|
1911
1899
|
"comment": {
|
1912
|
-
"
|
1900
|
+
"shortText": "The element to search within."
|
1913
1901
|
},
|
1914
1902
|
"type": {
|
1915
1903
|
"type": "reference",
|
@@ -1941,7 +1929,7 @@
|
|
1941
1929
|
"sources": [
|
1942
1930
|
{
|
1943
1931
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1944
|
-
"line":
|
1932
|
+
"line": 147,
|
1945
1933
|
"character": 9
|
1946
1934
|
}
|
1947
1935
|
],
|
@@ -1963,7 +1951,7 @@
|
|
1963
1951
|
"kindString": "Parameter",
|
1964
1952
|
"flags": {},
|
1965
1953
|
"comment": {
|
1966
|
-
"
|
1954
|
+
"shortText": "The HTMLElement to search within."
|
1967
1955
|
},
|
1968
1956
|
"type": {
|
1969
1957
|
"type": "reference",
|
@@ -1979,7 +1967,7 @@
|
|
1979
1967
|
"isOptional": true
|
1980
1968
|
},
|
1981
1969
|
"comment": {
|
1982
|
-
"
|
1970
|
+
"shortText": "Options for getting focusable children.\n"
|
1983
1971
|
},
|
1984
1972
|
"type": {
|
1985
1973
|
"type": "reference",
|
@@ -2009,7 +1997,7 @@
|
|
2009
1997
|
"sources": [
|
2010
1998
|
{
|
2011
1999
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2012
|
-
"line":
|
2000
|
+
"line": 123,
|
2013
2001
|
"character": 9
|
2014
2002
|
}
|
2015
2003
|
],
|
@@ -2031,7 +2019,7 @@
|
|
2031
2019
|
"kindString": "Parameter",
|
2032
2020
|
"flags": {},
|
2033
2021
|
"comment": {
|
2034
|
-
"
|
2022
|
+
"shortText": "The element to search within."
|
2035
2023
|
},
|
2036
2024
|
"type": {
|
2037
2025
|
"type": "reference",
|
@@ -2051,7 +2039,7 @@
|
|
2051
2039
|
"kindString": "Parameter",
|
2052
2040
|
"flags": {},
|
2053
2041
|
"comment": {
|
2054
|
-
"
|
2042
|
+
"shortText": "A CSS selector indicating the container that should\nrecieve focus if no focusable children are found."
|
2055
2043
|
},
|
2056
2044
|
"type": {
|
2057
2045
|
"type": "intrinsic",
|
@@ -2065,7 +2053,7 @@
|
|
2065
2053
|
"kindString": "Parameter",
|
2066
2054
|
"flags": {},
|
2067
2055
|
"comment": {
|
2068
|
-
"
|
2056
|
+
"shortText": "It set to `true`, the container will\nrecieve focus if no focusable children are found.\n"
|
2069
2057
|
},
|
2070
2058
|
"type": {
|
2071
2059
|
"type": "intrinsic",
|
@@ -2092,7 +2080,7 @@
|
|
2092
2080
|
"sources": [
|
2093
2081
|
{
|
2094
2082
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2095
|
-
"line":
|
2083
|
+
"line": 176,
|
2096
2084
|
"character": 9
|
2097
2085
|
}
|
2098
2086
|
],
|
@@ -2114,7 +2102,7 @@
|
|
2114
2102
|
"kindString": "Parameter",
|
2115
2103
|
"flags": {},
|
2116
2104
|
"comment": {
|
2117
|
-
"
|
2105
|
+
"shortText": "The element to calculate width from.\n"
|
2118
2106
|
},
|
2119
2107
|
"type": {
|
2120
2108
|
"type": "reference",
|
@@ -2146,7 +2134,7 @@
|
|
2146
2134
|
"sources": [
|
2147
2135
|
{
|
2148
2136
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2149
|
-
"line":
|
2137
|
+
"line": 185,
|
2150
2138
|
"character": 9
|
2151
2139
|
}
|
2152
2140
|
],
|
@@ -2168,7 +2156,7 @@
|
|
2168
2156
|
"kindString": "Parameter",
|
2169
2157
|
"flags": {},
|
2170
2158
|
"comment": {
|
2171
|
-
"
|
2159
|
+
"shortText": "The event target element."
|
2172
2160
|
},
|
2173
2161
|
"type": {
|
2174
2162
|
"type": "reference",
|
@@ -2182,7 +2170,7 @@
|
|
2182
2170
|
"kindString": "Parameter",
|
2183
2171
|
"flags": {},
|
2184
2172
|
"comment": {
|
2185
|
-
"
|
2173
|
+
"shortText": "The element to test against. A z-index must be explicitly set for this element.\n"
|
2186
2174
|
},
|
2187
2175
|
"type": {
|
2188
2176
|
"type": "reference",
|
@@ -2208,7 +2196,7 @@
|
|
2208
2196
|
"sources": [
|
2209
2197
|
{
|
2210
2198
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2211
|
-
"line":
|
2199
|
+
"line": 218,
|
2212
2200
|
"character": 9
|
2213
2201
|
}
|
2214
2202
|
],
|
@@ -2230,7 +2218,7 @@
|
|
2230
2218
|
"kindString": "Parameter",
|
2231
2219
|
"flags": {},
|
2232
2220
|
"comment": {
|
2233
|
-
"
|
2221
|
+
"shortText": "The element to search within."
|
2234
2222
|
},
|
2235
2223
|
"type": {
|
2236
2224
|
"type": "reference",
|
@@ -2250,7 +2238,7 @@
|
|
2250
2238
|
"kindString": "Parameter",
|
2251
2239
|
"flags": {},
|
2252
2240
|
"comment": {
|
2253
|
-
"
|
2241
|
+
"shortText": "The CSS selector to use when finding elements for removing height.\n"
|
2254
2242
|
},
|
2255
2243
|
"type": {
|
2256
2244
|
"type": "intrinsic",
|
@@ -2276,7 +2264,7 @@
|
|
2276
2264
|
"sources": [
|
2277
2265
|
{
|
2278
2266
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2279
|
-
"line":
|
2267
|
+
"line": 43,
|
2280
2268
|
"character": 9
|
2281
2269
|
}
|
2282
2270
|
],
|
@@ -2298,7 +2286,7 @@
|
|
2298
2286
|
"kindString": "Parameter",
|
2299
2287
|
"flags": {},
|
2300
2288
|
"comment": {
|
2301
|
-
"
|
2289
|
+
"shortText": "The element that will recieve the new CSS class."
|
2302
2290
|
},
|
2303
2291
|
"type": {
|
2304
2292
|
"type": "reference",
|
@@ -2318,7 +2306,7 @@
|
|
2318
2306
|
"kindString": "Parameter",
|
2319
2307
|
"flags": {},
|
2320
2308
|
"comment": {
|
2321
|
-
"
|
2309
|
+
"shortText": "The SkyMediaBreakpoint will determine which class\ngets set. For example a SkyMediaBreakpoint of `xs` will set a CSS class of `sky-responsive-container-xs`.\n"
|
2322
2310
|
},
|
2323
2311
|
"type": {
|
2324
2312
|
"type": "reference",
|
@@ -2345,7 +2333,7 @@
|
|
2345
2333
|
"sources": [
|
2346
2334
|
{
|
2347
2335
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2348
|
-
"line":
|
2336
|
+
"line": 235,
|
2349
2337
|
"character": 9
|
2350
2338
|
}
|
2351
2339
|
],
|
@@ -2367,7 +2355,7 @@
|
|
2367
2355
|
"kindString": "Parameter",
|
2368
2356
|
"flags": {},
|
2369
2357
|
"comment": {
|
2370
|
-
"
|
2358
|
+
"shortText": "The element to search within."
|
2371
2359
|
},
|
2372
2360
|
"type": {
|
2373
2361
|
"type": "reference",
|
@@ -2387,7 +2375,7 @@
|
|
2387
2375
|
"kindString": "Parameter",
|
2388
2376
|
"flags": {},
|
2389
2377
|
"comment": {
|
2390
|
-
"
|
2378
|
+
"shortText": "The CSS selector to use when finding elements for syncing height.\n"
|
2391
2379
|
},
|
2392
2380
|
"type": {
|
2393
2381
|
"type": "intrinsic",
|
@@ -2413,7 +2401,7 @@
|
|
2413
2401
|
"sources": [
|
2414
2402
|
{
|
2415
2403
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2416
|
-
"line":
|
2404
|
+
"line": 84,
|
2417
2405
|
"character": 9
|
2418
2406
|
}
|
2419
2407
|
],
|
@@ -2435,7 +2423,7 @@
|
|
2435
2423
|
"kindString": "Parameter",
|
2436
2424
|
"flags": {},
|
2437
2425
|
"comment": {
|
2438
|
-
"
|
2426
|
+
"shortText": "Set to `true` to enable pointer events. Set to `false` to disable.\n"
|
2439
2427
|
},
|
2440
2428
|
"type": {
|
2441
2429
|
"type": "intrinsic",
|
@@ -2478,7 +2466,7 @@
|
|
2478
2466
|
"sources": [
|
2479
2467
|
{
|
2480
2468
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2481
|
-
"line":
|
2469
|
+
"line": 29,
|
2482
2470
|
"character": 13
|
2483
2471
|
}
|
2484
2472
|
]
|
@@ -2499,11 +2487,10 @@
|
|
2499
2487
|
"kind": 512,
|
2500
2488
|
"kindString": "Constructor",
|
2501
2489
|
"flags": {},
|
2502
|
-
"comment": {},
|
2503
2490
|
"sources": [
|
2504
2491
|
{
|
2505
2492
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
2506
|
-
"line":
|
2493
|
+
"line": 20,
|
2507
2494
|
"character": 2
|
2508
2495
|
}
|
2509
2496
|
],
|
@@ -2536,6 +2523,7 @@
|
|
2536
2523
|
},
|
2537
2524
|
"type": {
|
2538
2525
|
"type": "reference",
|
2526
|
+
"id": 222,
|
2539
2527
|
"name": "T"
|
2540
2528
|
}
|
2541
2529
|
},
|
@@ -2560,6 +2548,7 @@
|
|
2560
2548
|
"typeArguments": [
|
2561
2549
|
{
|
2562
2550
|
"type": "reference",
|
2551
|
+
"id": 222,
|
2563
2552
|
"name": "T"
|
2564
2553
|
}
|
2565
2554
|
],
|
@@ -2579,6 +2568,7 @@
|
|
2579
2568
|
},
|
2580
2569
|
"type": {
|
2581
2570
|
"type": "reference",
|
2571
|
+
"id": 222,
|
2582
2572
|
"name": "T"
|
2583
2573
|
}
|
2584
2574
|
},
|
@@ -2604,13 +2594,10 @@
|
|
2604
2594
|
"flags": {
|
2605
2595
|
"isPublic": true
|
2606
2596
|
},
|
2607
|
-
"comment": {
|
2608
|
-
"shortText": "An event that emits when the item is removed from the dock."
|
2609
|
-
},
|
2610
2597
|
"sources": [
|
2611
2598
|
{
|
2612
2599
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
2613
|
-
"line":
|
2600
|
+
"line": 10,
|
2614
2601
|
"character": 13
|
2615
2602
|
}
|
2616
2603
|
],
|
@@ -2648,7 +2635,7 @@
|
|
2648
2635
|
"sources": [
|
2649
2636
|
{
|
2650
2637
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
2651
|
-
"line":
|
2638
|
+
"line": 28,
|
2652
2639
|
"character": 9
|
2653
2640
|
}
|
2654
2641
|
],
|
@@ -2704,7 +2691,7 @@
|
|
2704
2691
|
"sources": [
|
2705
2692
|
{
|
2706
2693
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
2707
|
-
"line":
|
2694
|
+
"line": 6,
|
2708
2695
|
"character": 13
|
2709
2696
|
}
|
2710
2697
|
],
|
@@ -2732,7 +2719,7 @@
|
|
2732
2719
|
"name": "NgModule"
|
2733
2720
|
},
|
2734
2721
|
"arguments": {
|
2735
|
-
"obj": "{\n imports: [
|
2722
|
+
"obj": "{\n imports: [CommonModule],\n declarations: [SkyDockComponent],\n entryComponents: [SkyDockComponent],\n providers: [MutationObserverService],\n}"
|
2736
2723
|
}
|
2737
2724
|
}
|
2738
2725
|
],
|
@@ -2771,7 +2758,7 @@
|
|
2771
2758
|
"sources": [
|
2772
2759
|
{
|
2773
2760
|
"fileName": "projects/core/src/modules/dock/dock.module.ts",
|
2774
|
-
"line":
|
2761
|
+
"line": 15,
|
2775
2762
|
"character": 13
|
2776
2763
|
}
|
2777
2764
|
]
|
@@ -2793,7 +2780,7 @@
|
|
2793
2780
|
"name": "Injectable"
|
2794
2781
|
},
|
2795
2782
|
"arguments": {
|
2796
|
-
"options": "{\n providedIn: 'root'
|
2783
|
+
"options": "{\n providedIn: 'root',\n}"
|
2797
2784
|
}
|
2798
2785
|
}
|
2799
2786
|
],
|
@@ -2807,7 +2794,7 @@
|
|
2807
2794
|
"sources": [
|
2808
2795
|
{
|
2809
2796
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2810
|
-
"line":
|
2797
|
+
"line": 41,
|
2811
2798
|
"character": 2
|
2812
2799
|
}
|
2813
2800
|
],
|
@@ -2848,13 +2835,10 @@
|
|
2848
2835
|
"flags": {
|
2849
2836
|
"isPublic": true
|
2850
2837
|
},
|
2851
|
-
"comment": {
|
2852
|
-
"shortText": "Returns all docked items."
|
2853
|
-
},
|
2854
2838
|
"sources": [
|
2855
2839
|
{
|
2856
2840
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2857
|
-
"line":
|
2841
|
+
"line": 31,
|
2858
2842
|
"character": 13
|
2859
2843
|
}
|
2860
2844
|
],
|
@@ -2896,7 +2880,7 @@
|
|
2896
2880
|
"sources": [
|
2897
2881
|
{
|
2898
2882
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2899
|
-
"line":
|
2883
|
+
"line": 48,
|
2900
2884
|
"character": 9
|
2901
2885
|
}
|
2902
2886
|
],
|
@@ -2927,13 +2911,14 @@
|
|
2927
2911
|
"kindString": "Parameter",
|
2928
2912
|
"flags": {},
|
2929
2913
|
"comment": {
|
2930
|
-
"
|
2914
|
+
"shortText": "The component to dock."
|
2931
2915
|
},
|
2932
2916
|
"type": {
|
2933
2917
|
"type": "reference",
|
2934
2918
|
"typeArguments": [
|
2935
2919
|
{
|
2936
2920
|
"type": "reference",
|
2921
|
+
"id": 257,
|
2937
2922
|
"name": "T"
|
2938
2923
|
}
|
2939
2924
|
],
|
@@ -2949,7 +2934,7 @@
|
|
2949
2934
|
"isOptional": true
|
2950
2935
|
},
|
2951
2936
|
"comment": {
|
2952
|
-
"
|
2937
|
+
"shortText": "Options that affect the docking action.\n"
|
2953
2938
|
},
|
2954
2939
|
"type": {
|
2955
2940
|
"type": "reference",
|
@@ -2964,6 +2949,7 @@
|
|
2964
2949
|
"typeArguments": [
|
2965
2950
|
{
|
2966
2951
|
"type": "reference",
|
2952
|
+
"id": 257,
|
2967
2953
|
"name": "T"
|
2968
2954
|
}
|
2969
2955
|
],
|
@@ -2983,7 +2969,7 @@
|
|
2983
2969
|
"sources": [
|
2984
2970
|
{
|
2985
2971
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2986
|
-
"line":
|
2972
|
+
"line": 83,
|
2987
2973
|
"character": 9
|
2988
2974
|
}
|
2989
2975
|
],
|
@@ -3005,7 +2991,7 @@
|
|
3005
2991
|
"kindString": "Parameter",
|
3006
2992
|
"flags": {},
|
3007
2993
|
"comment": {
|
3008
|
-
"
|
2994
|
+
"shortText": "The options for positioning and styling\n"
|
3009
2995
|
},
|
3010
2996
|
"type": {
|
3011
2997
|
"type": "reference",
|
@@ -3049,7 +3035,7 @@
|
|
3049
3035
|
"sources": [
|
3050
3036
|
{
|
3051
3037
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3052
|
-
"line":
|
3038
|
+
"line": 27,
|
3053
3039
|
"character": 13
|
3054
3040
|
}
|
3055
3041
|
]
|
@@ -3116,7 +3102,7 @@
|
|
3116
3102
|
"sources": [
|
3117
3103
|
{
|
3118
3104
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component.module.ts",
|
3119
|
-
"line":
|
3105
|
+
"line": 9,
|
3120
3106
|
"character": 13
|
3121
3107
|
}
|
3122
3108
|
]
|
@@ -3138,7 +3124,7 @@
|
|
3138
3124
|
"name": "Injectable"
|
3139
3125
|
},
|
3140
3126
|
"arguments": {
|
3141
|
-
"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}"
|
3142
3128
|
}
|
3143
3129
|
}
|
3144
3130
|
],
|
@@ -3152,7 +3138,7 @@
|
|
3152
3138
|
"sources": [
|
3153
3139
|
{
|
3154
3140
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
|
3155
|
-
"line":
|
3141
|
+
"line": 31,
|
3156
3142
|
"character": 2
|
3157
3143
|
}
|
3158
3144
|
],
|
@@ -3205,7 +3191,7 @@
|
|
3205
3191
|
"flags": {},
|
3206
3192
|
"type": {
|
3207
3193
|
"type": "reference",
|
3208
|
-
"id":
|
3194
|
+
"id": 598,
|
3209
3195
|
"name": "SkyAppWindowRef"
|
3210
3196
|
}
|
3211
3197
|
},
|
@@ -3240,7 +3226,7 @@
|
|
3240
3226
|
"sources": [
|
3241
3227
|
{
|
3242
3228
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
|
3243
|
-
"line":
|
3229
|
+
"line": 50,
|
3244
3230
|
"character": 9
|
3245
3231
|
}
|
3246
3232
|
],
|
@@ -3275,6 +3261,7 @@
|
|
3275
3261
|
"typeArguments": [
|
3276
3262
|
{
|
3277
3263
|
"type": "reference",
|
3264
|
+
"id": 290,
|
3278
3265
|
"name": "T"
|
3279
3266
|
}
|
3280
3267
|
],
|
@@ -3290,7 +3277,7 @@
|
|
3290
3277
|
"isOptional": true
|
3291
3278
|
},
|
3292
3279
|
"comment": {
|
3293
|
-
"
|
3280
|
+
"shortText": "Options for creating the dynamic component.\n"
|
3294
3281
|
},
|
3295
3282
|
"type": {
|
3296
3283
|
"type": "reference",
|
@@ -3304,6 +3291,7 @@
|
|
3304
3291
|
"typeArguments": [
|
3305
3292
|
{
|
3306
3293
|
"type": "reference",
|
3294
|
+
"id": 290,
|
3307
3295
|
"name": "T"
|
3308
3296
|
}
|
3309
3297
|
],
|
@@ -3323,7 +3311,7 @@
|
|
3323
3311
|
"sources": [
|
3324
3312
|
{
|
3325
3313
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
|
3326
|
-
"line":
|
3314
|
+
"line": 101,
|
3327
3315
|
"character": 9
|
3328
3316
|
}
|
3329
3317
|
],
|
@@ -3354,13 +3342,14 @@
|
|
3354
3342
|
"kindString": "Parameter",
|
3355
3343
|
"flags": {},
|
3356
3344
|
"comment": {
|
3357
|
-
"
|
3345
|
+
"shortText": "Component ref for the component being removed\n"
|
3358
3346
|
},
|
3359
3347
|
"type": {
|
3360
3348
|
"type": "reference",
|
3361
3349
|
"typeArguments": [
|
3362
3350
|
{
|
3363
3351
|
"type": "reference",
|
3352
|
+
"id": 295,
|
3364
3353
|
"name": "T"
|
3365
3354
|
}
|
3366
3355
|
],
|
@@ -3396,7 +3385,7 @@
|
|
3396
3385
|
"sources": [
|
3397
3386
|
{
|
3398
3387
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component.service.ts",
|
3399
|
-
"line":
|
3388
|
+
"line": 28,
|
3400
3389
|
"character": 13
|
3401
3390
|
}
|
3402
3391
|
]
|
@@ -3415,7 +3404,7 @@
|
|
3415
3404
|
"name": "NgModule"
|
3416
3405
|
},
|
3417
3406
|
"arguments": {
|
3418
|
-
"obj": "{\n declarations: [
|
3407
|
+
"obj": "{\n declarations: [SkyIdDirective],\n exports: [SkyIdDirective],\n}"
|
3419
3408
|
}
|
3420
3409
|
}
|
3421
3410
|
],
|
@@ -3454,7 +3443,7 @@
|
|
3454
3443
|
"sources": [
|
3455
3444
|
{
|
3456
3445
|
"fileName": "projects/core/src/modules/id/id.module.ts",
|
3457
|
-
"line":
|
3446
|
+
"line": 9,
|
3458
3447
|
"character": 13
|
3459
3448
|
}
|
3460
3449
|
]
|
@@ -3520,7 +3509,7 @@
|
|
3520
3509
|
"sources": [
|
3521
3510
|
{
|
3522
3511
|
"fileName": "projects/core/src/modules/log/log.module.ts",
|
3523
|
-
"line":
|
3512
|
+
"line": 8,
|
3524
3513
|
"character": 13
|
3525
3514
|
}
|
3526
3515
|
]
|
@@ -3547,7 +3536,7 @@
|
|
3547
3536
|
"name": "Injectable"
|
3548
3537
|
},
|
3549
3538
|
"arguments": {
|
3550
|
-
"options": "{\n providedIn: 'root'
|
3539
|
+
"options": "{\n providedIn: 'root',\n}"
|
3551
3540
|
}
|
3552
3541
|
}
|
3553
3542
|
],
|
@@ -3584,7 +3573,7 @@
|
|
3584
3573
|
"sources": [
|
3585
3574
|
{
|
3586
3575
|
"fileName": "projects/core/src/modules/log/log.service.ts",
|
3587
|
-
"line":
|
3576
|
+
"line": 10,
|
3588
3577
|
"character": 9
|
3589
3578
|
}
|
3590
3579
|
],
|
@@ -3653,7 +3642,7 @@
|
|
3653
3642
|
"sources": [
|
3654
3643
|
{
|
3655
3644
|
"fileName": "projects/core/src/modules/log/log.service.ts",
|
3656
|
-
"line":
|
3645
|
+
"line": 9,
|
3657
3646
|
"character": 13
|
3658
3647
|
}
|
3659
3648
|
]
|
@@ -3719,7 +3708,7 @@
|
|
3719
3708
|
"sources": [
|
3720
3709
|
{
|
3721
3710
|
"fileName": "projects/core/src/modules/media-query/media-query.module.ts",
|
3722
|
-
"line":
|
3711
|
+
"line": 8,
|
3723
3712
|
"character": 13
|
3724
3713
|
}
|
3725
3714
|
]
|
@@ -3738,7 +3727,7 @@
|
|
3738
3727
|
"name": "Injectable"
|
3739
3728
|
},
|
3740
3729
|
"arguments": {
|
3741
|
-
"options": "{\n providedIn: 'root'
|
3730
|
+
"options": "{\n providedIn: 'root',\n}"
|
3742
3731
|
}
|
3743
3732
|
}
|
3744
3733
|
],
|
@@ -3752,7 +3741,7 @@
|
|
3752
3741
|
"sources": [
|
3753
3742
|
{
|
3754
3743
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3755
|
-
"line":
|
3744
|
+
"line": 73,
|
3756
3745
|
"character": 2
|
3757
3746
|
}
|
3758
3747
|
],
|
@@ -3799,7 +3788,7 @@
|
|
3799
3788
|
"sources": [
|
3800
3789
|
{
|
3801
3790
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3802
|
-
"line":
|
3791
|
+
"line": 31,
|
3803
3792
|
"character": 16
|
3804
3793
|
}
|
3805
3794
|
],
|
@@ -3824,7 +3813,7 @@
|
|
3824
3813
|
"sources": [
|
3825
3814
|
{
|
3826
3815
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3827
|
-
"line":
|
3816
|
+
"line": 26,
|
3828
3817
|
"character": 16
|
3829
3818
|
}
|
3830
3819
|
],
|
@@ -3849,7 +3838,7 @@
|
|
3849
3838
|
"sources": [
|
3850
3839
|
{
|
3851
3840
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3852
|
-
"line":
|
3841
|
+
"line": 21,
|
3853
3842
|
"character": 16
|
3854
3843
|
}
|
3855
3844
|
],
|
@@ -3874,7 +3863,7 @@
|
|
3874
3863
|
"sources": [
|
3875
3864
|
{
|
3876
3865
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3877
|
-
"line":
|
3866
|
+
"line": 16,
|
3878
3867
|
"character": 16
|
3879
3868
|
}
|
3880
3869
|
],
|
@@ -3892,13 +3881,10 @@
|
|
3892
3881
|
"flags": {
|
3893
3882
|
"isPublic": true
|
3894
3883
|
},
|
3895
|
-
"comment": {
|
3896
|
-
"shortText": "Returns the current breakpoint."
|
3897
|
-
},
|
3898
3884
|
"sources": [
|
3899
3885
|
{
|
3900
3886
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3901
|
-
"line":
|
3887
|
+
"line": 36,
|
3902
3888
|
"character": 13
|
3903
3889
|
}
|
3904
3890
|
],
|
@@ -3921,7 +3907,7 @@
|
|
3921
3907
|
]
|
3922
3908
|
},
|
3923
3909
|
{
|
3924
|
-
"id":
|
3910
|
+
"id": 355,
|
3925
3911
|
"name": "ngOnDestroy",
|
3926
3912
|
"kind": 2048,
|
3927
3913
|
"kindString": "Method",
|
@@ -3931,13 +3917,13 @@
|
|
3931
3917
|
"sources": [
|
3932
3918
|
{
|
3933
3919
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3934
|
-
"line":
|
3920
|
+
"line": 77,
|
3935
3921
|
"character": 9
|
3936
3922
|
}
|
3937
3923
|
],
|
3938
3924
|
"signatures": [
|
3939
3925
|
{
|
3940
|
-
"id":
|
3926
|
+
"id": 356,
|
3941
3927
|
"name": "ngOnDestroy",
|
3942
3928
|
"kind": 4096,
|
3943
3929
|
"kindString": "Call signature",
|
@@ -3958,7 +3944,7 @@
|
|
3958
3944
|
}
|
3959
3945
|
},
|
3960
3946
|
{
|
3961
|
-
"id":
|
3947
|
+
"id": 357,
|
3962
3948
|
"name": "subscribe",
|
3963
3949
|
"kind": 2048,
|
3964
3950
|
"kindString": "Method",
|
@@ -3968,13 +3954,13 @@
|
|
3968
3954
|
"sources": [
|
3969
3955
|
{
|
3970
3956
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3971
|
-
"line":
|
3957
|
+
"line": 86,
|
3972
3958
|
"character": 9
|
3973
3959
|
}
|
3974
3960
|
],
|
3975
3961
|
"signatures": [
|
3976
3962
|
{
|
3977
|
-
"id":
|
3963
|
+
"id": 358,
|
3978
3964
|
"name": "subscribe",
|
3979
3965
|
"kind": 4096,
|
3980
3966
|
"kindString": "Call signature",
|
@@ -3984,13 +3970,13 @@
|
|
3984
3970
|
},
|
3985
3971
|
"parameters": [
|
3986
3972
|
{
|
3987
|
-
"id":
|
3973
|
+
"id": 359,
|
3988
3974
|
"name": "listener",
|
3989
3975
|
"kind": 32768,
|
3990
3976
|
"kindString": "Parameter",
|
3991
3977
|
"flags": {},
|
3992
3978
|
"comment": {
|
3993
|
-
"
|
3979
|
+
"shortText": "Specifies a function that is called when breakpoints change.\n"
|
3994
3980
|
},
|
3995
3981
|
"type": {
|
3996
3982
|
"type": "reference",
|
@@ -4036,15 +4022,15 @@
|
|
4036
4022
|
"title": "Methods",
|
4037
4023
|
"kind": 2048,
|
4038
4024
|
"children": [
|
4039
|
-
|
4040
|
-
|
4025
|
+
355,
|
4026
|
+
357
|
4041
4027
|
]
|
4042
4028
|
}
|
4043
4029
|
],
|
4044
4030
|
"sources": [
|
4045
4031
|
{
|
4046
4032
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
4047
|
-
"line":
|
4033
|
+
"line": 12,
|
4048
4034
|
"character": 13
|
4049
4035
|
}
|
4050
4036
|
],
|
@@ -4056,7 +4042,7 @@
|
|
4056
4042
|
]
|
4057
4043
|
},
|
4058
4044
|
{
|
4059
|
-
"id":
|
4045
|
+
"id": 378,
|
4060
4046
|
"name": "SkyNumericModule",
|
4061
4047
|
"kind": 128,
|
4062
4048
|
"kindString": "Class",
|
@@ -4069,27 +4055,27 @@
|
|
4069
4055
|
"name": "NgModule"
|
4070
4056
|
},
|
4071
4057
|
"arguments": {
|
4072
|
-
"obj": "{\n declarations: [
|
4058
|
+
"obj": "{\n declarations: [SkyNumericPipe],\n providers: [SkyNumericPipe],\n imports: [SkyI18nModule, SkyCoreResourcesModule],\n exports: [SkyNumericPipe],\n}"
|
4073
4059
|
}
|
4074
4060
|
}
|
4075
4061
|
],
|
4076
4062
|
"children": [
|
4077
4063
|
{
|
4078
|
-
"id":
|
4064
|
+
"id": 379,
|
4079
4065
|
"name": "constructor",
|
4080
4066
|
"kind": 512,
|
4081
4067
|
"kindString": "Constructor",
|
4082
4068
|
"flags": {},
|
4083
4069
|
"signatures": [
|
4084
4070
|
{
|
4085
|
-
"id":
|
4071
|
+
"id": 380,
|
4086
4072
|
"name": "new SkyNumericModule",
|
4087
4073
|
"kind": 16384,
|
4088
4074
|
"kindString": "Constructor signature",
|
4089
4075
|
"flags": {},
|
4090
4076
|
"type": {
|
4091
4077
|
"type": "reference",
|
4092
|
-
"id":
|
4078
|
+
"id": 378,
|
4093
4079
|
"name": "SkyNumericModule"
|
4094
4080
|
}
|
4095
4081
|
}
|
@@ -4101,20 +4087,20 @@
|
|
4101
4087
|
"title": "Constructors",
|
4102
4088
|
"kind": 512,
|
4103
4089
|
"children": [
|
4104
|
-
|
4090
|
+
379
|
4105
4091
|
]
|
4106
4092
|
}
|
4107
4093
|
],
|
4108
4094
|
"sources": [
|
4109
4095
|
{
|
4110
4096
|
"fileName": "projects/core/src/modules/numeric/numeric.module.ts",
|
4111
|
-
"line":
|
4097
|
+
"line": 15,
|
4112
4098
|
"character": 13
|
4113
4099
|
}
|
4114
4100
|
]
|
4115
4101
|
},
|
4116
4102
|
{
|
4117
|
-
"id":
|
4103
|
+
"id": 392,
|
4118
4104
|
"name": "SkyNumericPipe",
|
4119
4105
|
"kind": 128,
|
4120
4106
|
"kindString": "Class",
|
@@ -4130,13 +4116,13 @@
|
|
4130
4116
|
"name": "Pipe"
|
4131
4117
|
},
|
4132
4118
|
"arguments": {
|
4133
|
-
"obj": "{\n name: 'skyNumeric'
|
4119
|
+
"obj": "{\n name: 'skyNumeric',\n pure: false,\n}"
|
4134
4120
|
}
|
4135
4121
|
}
|
4136
4122
|
],
|
4137
4123
|
"children": [
|
4138
4124
|
{
|
4139
|
-
"id":
|
4125
|
+
"id": 393,
|
4140
4126
|
"name": "constructor",
|
4141
4127
|
"kind": 512,
|
4142
4128
|
"kindString": "Constructor",
|
@@ -4144,20 +4130,20 @@
|
|
4144
4130
|
"sources": [
|
4145
4131
|
{
|
4146
4132
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4147
|
-
"line":
|
4133
|
+
"line": 41,
|
4148
4134
|
"character": 2
|
4149
4135
|
}
|
4150
4136
|
],
|
4151
4137
|
"signatures": [
|
4152
4138
|
{
|
4153
|
-
"id":
|
4139
|
+
"id": 394,
|
4154
4140
|
"name": "new SkyNumericPipe",
|
4155
4141
|
"kind": 16384,
|
4156
4142
|
"kindString": "Constructor signature",
|
4157
4143
|
"flags": {},
|
4158
4144
|
"parameters": [
|
4159
4145
|
{
|
4160
|
-
"id":
|
4146
|
+
"id": 395,
|
4161
4147
|
"name": "localeProvider",
|
4162
4148
|
"kind": 32768,
|
4163
4149
|
"kindString": "Parameter",
|
@@ -4168,28 +4154,39 @@
|
|
4168
4154
|
}
|
4169
4155
|
},
|
4170
4156
|
{
|
4171
|
-
"id":
|
4157
|
+
"id": 396,
|
4172
4158
|
"name": "numericService",
|
4173
4159
|
"kind": 32768,
|
4174
4160
|
"kindString": "Parameter",
|
4175
4161
|
"flags": {},
|
4176
4162
|
"type": {
|
4177
4163
|
"type": "reference",
|
4178
|
-
"id":
|
4164
|
+
"id": 410,
|
4179
4165
|
"name": "SkyNumericService"
|
4180
4166
|
}
|
4167
|
+
},
|
4168
|
+
{
|
4169
|
+
"id": 397,
|
4170
|
+
"name": "changeDetector",
|
4171
|
+
"kind": 32768,
|
4172
|
+
"kindString": "Parameter",
|
4173
|
+
"flags": {},
|
4174
|
+
"type": {
|
4175
|
+
"type": "reference",
|
4176
|
+
"name": "ChangeDetectorRef"
|
4177
|
+
}
|
4181
4178
|
}
|
4182
4179
|
],
|
4183
4180
|
"type": {
|
4184
4181
|
"type": "reference",
|
4185
|
-
"id":
|
4182
|
+
"id": 392,
|
4186
4183
|
"name": "SkyNumericPipe"
|
4187
4184
|
}
|
4188
4185
|
}
|
4189
4186
|
]
|
4190
4187
|
},
|
4191
4188
|
{
|
4192
|
-
"id":
|
4189
|
+
"id": 404,
|
4193
4190
|
"name": "ngOnDestroy",
|
4194
4191
|
"kind": 2048,
|
4195
4192
|
"kindString": "Method",
|
@@ -4199,13 +4196,13 @@
|
|
4199
4196
|
"sources": [
|
4200
4197
|
{
|
4201
4198
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4202
|
-
"line":
|
4199
|
+
"line": 56,
|
4203
4200
|
"character": 9
|
4204
4201
|
}
|
4205
4202
|
],
|
4206
4203
|
"signatures": [
|
4207
4204
|
{
|
4208
|
-
"id":
|
4205
|
+
"id": 405,
|
4209
4206
|
"name": "ngOnDestroy",
|
4210
4207
|
"kind": 4096,
|
4211
4208
|
"kindString": "Call signature",
|
@@ -4226,7 +4223,7 @@
|
|
4226
4223
|
}
|
4227
4224
|
},
|
4228
4225
|
{
|
4229
|
-
"id":
|
4226
|
+
"id": 406,
|
4230
4227
|
"name": "transform",
|
4231
4228
|
"kind": 2048,
|
4232
4229
|
"kindString": "Method",
|
@@ -4236,20 +4233,20 @@
|
|
4236
4233
|
"sources": [
|
4237
4234
|
{
|
4238
4235
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4239
|
-
"line":
|
4236
|
+
"line": 61,
|
4240
4237
|
"character": 9
|
4241
4238
|
}
|
4242
4239
|
],
|
4243
4240
|
"signatures": [
|
4244
4241
|
{
|
4245
|
-
"id":
|
4242
|
+
"id": 407,
|
4246
4243
|
"name": "transform",
|
4247
4244
|
"kind": 4096,
|
4248
4245
|
"kindString": "Call signature",
|
4249
4246
|
"flags": {},
|
4250
4247
|
"parameters": [
|
4251
4248
|
{
|
4252
|
-
"id":
|
4249
|
+
"id": 408,
|
4253
4250
|
"name": "value",
|
4254
4251
|
"kind": 32768,
|
4255
4252
|
"kindString": "Parameter",
|
@@ -4260,7 +4257,7 @@
|
|
4260
4257
|
}
|
4261
4258
|
},
|
4262
4259
|
{
|
4263
|
-
"id":
|
4260
|
+
"id": 409,
|
4264
4261
|
"name": "config",
|
4265
4262
|
"kind": 32768,
|
4266
4263
|
"kindString": "Parameter",
|
@@ -4269,7 +4266,7 @@
|
|
4269
4266
|
},
|
4270
4267
|
"type": {
|
4271
4268
|
"type": "reference",
|
4272
|
-
"id":
|
4269
|
+
"id": 381,
|
4273
4270
|
"name": "NumericOptions"
|
4274
4271
|
}
|
4275
4272
|
}
|
@@ -4295,22 +4292,22 @@
|
|
4295
4292
|
"title": "Constructors",
|
4296
4293
|
"kind": 512,
|
4297
4294
|
"children": [
|
4298
|
-
|
4295
|
+
393
|
4299
4296
|
]
|
4300
4297
|
},
|
4301
4298
|
{
|
4302
4299
|
"title": "Methods",
|
4303
4300
|
"kind": 2048,
|
4304
4301
|
"children": [
|
4305
|
-
|
4306
|
-
|
4302
|
+
404,
|
4303
|
+
406
|
4307
4304
|
]
|
4308
4305
|
}
|
4309
4306
|
],
|
4310
4307
|
"sources": [
|
4311
4308
|
{
|
4312
4309
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4313
|
-
"line":
|
4310
|
+
"line": 32,
|
4314
4311
|
"character": 13
|
4315
4312
|
}
|
4316
4313
|
],
|
@@ -4326,7 +4323,7 @@
|
|
4326
4323
|
]
|
4327
4324
|
},
|
4328
4325
|
{
|
4329
|
-
"id":
|
4326
|
+
"id": 410,
|
4330
4327
|
"name": "SkyNumericService",
|
4331
4328
|
"kind": 128,
|
4332
4329
|
"kindString": "Class",
|
@@ -4339,13 +4336,13 @@
|
|
4339
4336
|
"name": "Injectable"
|
4340
4337
|
},
|
4341
4338
|
"arguments": {
|
4342
|
-
"options": "{\n providedIn: 'any'
|
4339
|
+
"options": "{\n providedIn: 'any',\n}"
|
4343
4340
|
}
|
4344
4341
|
}
|
4345
4342
|
],
|
4346
4343
|
"children": [
|
4347
4344
|
{
|
4348
|
-
"id":
|
4345
|
+
"id": 411,
|
4349
4346
|
"name": "constructor",
|
4350
4347
|
"kind": 512,
|
4351
4348
|
"kindString": "Constructor",
|
@@ -4353,20 +4350,20 @@
|
|
4353
4350
|
"sources": [
|
4354
4351
|
{
|
4355
4352
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4356
|
-
"line":
|
4353
|
+
"line": 41,
|
4357
4354
|
"character": 2
|
4358
4355
|
}
|
4359
4356
|
],
|
4360
4357
|
"signatures": [
|
4361
4358
|
{
|
4362
|
-
"id":
|
4359
|
+
"id": 412,
|
4363
4360
|
"name": "new SkyNumericService",
|
4364
4361
|
"kind": 16384,
|
4365
4362
|
"kindString": "Constructor signature",
|
4366
4363
|
"flags": {},
|
4367
4364
|
"parameters": [
|
4368
4365
|
{
|
4369
|
-
"id":
|
4366
|
+
"id": 413,
|
4370
4367
|
"name": "resourcesService",
|
4371
4368
|
"kind": 32768,
|
4372
4369
|
"kindString": "Parameter",
|
@@ -4379,14 +4376,14 @@
|
|
4379
4376
|
],
|
4380
4377
|
"type": {
|
4381
4378
|
"type": "reference",
|
4382
|
-
"id":
|
4379
|
+
"id": 410,
|
4383
4380
|
"name": "SkyNumericService"
|
4384
4381
|
}
|
4385
4382
|
}
|
4386
4383
|
]
|
4387
4384
|
},
|
4388
4385
|
{
|
4389
|
-
"id":
|
4386
|
+
"id": 421,
|
4390
4387
|
"name": "formatNumber",
|
4391
4388
|
"kind": 2048,
|
4392
4389
|
"kindString": "Method",
|
@@ -4396,13 +4393,13 @@
|
|
4396
4393
|
"sources": [
|
4397
4394
|
{
|
4398
4395
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4399
|
-
"line":
|
4396
|
+
"line": 48,
|
4400
4397
|
"character": 9
|
4401
4398
|
}
|
4402
4399
|
],
|
4403
4400
|
"signatures": [
|
4404
4401
|
{
|
4405
|
-
"id":
|
4402
|
+
"id": 422,
|
4406
4403
|
"name": "formatNumber",
|
4407
4404
|
"kind": 4096,
|
4408
4405
|
"kindString": "Call signature",
|
@@ -4412,13 +4409,13 @@
|
|
4412
4409
|
},
|
4413
4410
|
"parameters": [
|
4414
4411
|
{
|
4415
|
-
"id":
|
4412
|
+
"id": 423,
|
4416
4413
|
"name": "value",
|
4417
4414
|
"kind": 32768,
|
4418
4415
|
"kindString": "Parameter",
|
4419
4416
|
"flags": {},
|
4420
4417
|
"comment": {
|
4421
|
-
"
|
4418
|
+
"shortText": "The number to format."
|
4422
4419
|
},
|
4423
4420
|
"type": {
|
4424
4421
|
"type": "intrinsic",
|
@@ -4426,17 +4423,17 @@
|
|
4426
4423
|
}
|
4427
4424
|
},
|
4428
4425
|
{
|
4429
|
-
"id":
|
4426
|
+
"id": 424,
|
4430
4427
|
"name": "options",
|
4431
4428
|
"kind": 32768,
|
4432
4429
|
"kindString": "Parameter",
|
4433
4430
|
"flags": {},
|
4434
4431
|
"comment": {
|
4435
|
-
"
|
4432
|
+
"shortText": "Format options.\n"
|
4436
4433
|
},
|
4437
4434
|
"type": {
|
4438
4435
|
"type": "reference",
|
4439
|
-
"id":
|
4436
|
+
"id": 381,
|
4440
4437
|
"name": "NumericOptions"
|
4441
4438
|
}
|
4442
4439
|
}
|
@@ -4454,27 +4451,27 @@
|
|
4454
4451
|
"title": "Constructors",
|
4455
4452
|
"kind": 512,
|
4456
4453
|
"children": [
|
4457
|
-
|
4454
|
+
411
|
4458
4455
|
]
|
4459
4456
|
},
|
4460
4457
|
{
|
4461
4458
|
"title": "Methods",
|
4462
4459
|
"kind": 2048,
|
4463
4460
|
"children": [
|
4464
|
-
|
4461
|
+
421
|
4465
4462
|
]
|
4466
4463
|
}
|
4467
4464
|
],
|
4468
4465
|
"sources": [
|
4469
4466
|
{
|
4470
4467
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4471
|
-
"line":
|
4468
|
+
"line": 14,
|
4472
4469
|
"character": 13
|
4473
4470
|
}
|
4474
4471
|
]
|
4475
4472
|
},
|
4476
4473
|
{
|
4477
|
-
"id":
|
4474
|
+
"id": 450,
|
4478
4475
|
"name": "SkyOverlayInstance",
|
4479
4476
|
"kind": 128,
|
4480
4477
|
"kindString": "Class",
|
@@ -4484,7 +4481,7 @@
|
|
4484
4481
|
},
|
4485
4482
|
"children": [
|
4486
4483
|
{
|
4487
|
-
"id":
|
4484
|
+
"id": 451,
|
4488
4485
|
"name": "constructor",
|
4489
4486
|
"kind": 512,
|
4490
4487
|
"kindString": "Constructor",
|
@@ -4492,32 +4489,32 @@
|
|
4492
4489
|
"sources": [
|
4493
4490
|
{
|
4494
4491
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4495
|
-
"line":
|
4492
|
+
"line": 32,
|
4496
4493
|
"character": 2
|
4497
4494
|
}
|
4498
4495
|
],
|
4499
4496
|
"signatures": [
|
4500
4497
|
{
|
4501
|
-
"id":
|
4498
|
+
"id": 452,
|
4502
4499
|
"name": "new SkyOverlayInstance",
|
4503
4500
|
"kind": 16384,
|
4504
4501
|
"kindString": "Constructor signature",
|
4505
4502
|
"flags": {},
|
4506
4503
|
"parameters": [
|
4507
4504
|
{
|
4508
|
-
"id":
|
4505
|
+
"id": 453,
|
4509
4506
|
"name": "config",
|
4510
4507
|
"kind": 32768,
|
4511
4508
|
"kindString": "Parameter",
|
4512
4509
|
"flags": {},
|
4513
4510
|
"type": {
|
4514
4511
|
"type": "reference",
|
4515
|
-
"id":
|
4512
|
+
"id": 443,
|
4516
4513
|
"name": "SkyOverlayConfig"
|
4517
4514
|
}
|
4518
4515
|
},
|
4519
4516
|
{
|
4520
|
-
"id":
|
4517
|
+
"id": 454,
|
4521
4518
|
"name": "componentRef",
|
4522
4519
|
"kind": 32768,
|
4523
4520
|
"kindString": "Parameter",
|
@@ -4536,14 +4533,14 @@
|
|
4536
4533
|
],
|
4537
4534
|
"type": {
|
4538
4535
|
"type": "reference",
|
4539
|
-
"id":
|
4536
|
+
"id": 450,
|
4540
4537
|
"name": "SkyOverlayInstance"
|
4541
4538
|
}
|
4542
4539
|
}
|
4543
4540
|
]
|
4544
4541
|
},
|
4545
4542
|
{
|
4546
|
-
"id":
|
4543
|
+
"id": 462,
|
4547
4544
|
"name": "componentRef",
|
4548
4545
|
"kind": 1024,
|
4549
4546
|
"kindString": "Property",
|
@@ -4563,7 +4560,7 @@
|
|
4563
4560
|
}
|
4564
4561
|
},
|
4565
4562
|
{
|
4566
|
-
"id":
|
4563
|
+
"id": 461,
|
4567
4564
|
"name": "config",
|
4568
4565
|
"kind": 1024,
|
4569
4566
|
"kindString": "Property",
|
@@ -4573,31 +4570,28 @@
|
|
4573
4570
|
},
|
4574
4571
|
"type": {
|
4575
4572
|
"type": "reference",
|
4576
|
-
"id":
|
4573
|
+
"id": 443,
|
4577
4574
|
"name": "SkyOverlayConfig"
|
4578
4575
|
}
|
4579
4576
|
},
|
4580
4577
|
{
|
4581
|
-
"id":
|
4578
|
+
"id": 455,
|
4582
4579
|
"name": "backdropClick",
|
4583
4580
|
"kind": 262144,
|
4584
4581
|
"kindString": "Accessor",
|
4585
4582
|
"flags": {
|
4586
4583
|
"isPublic": true
|
4587
4584
|
},
|
4588
|
-
"comment": {
|
4589
|
-
"shortText": "Emits when the overlay is clicked (but not its content)."
|
4590
|
-
},
|
4591
4585
|
"sources": [
|
4592
4586
|
{
|
4593
4587
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4594
|
-
"line":
|
4588
|
+
"line": 17,
|
4595
4589
|
"character": 13
|
4596
4590
|
}
|
4597
4591
|
],
|
4598
4592
|
"getSignature": [
|
4599
4593
|
{
|
4600
|
-
"id":
|
4594
|
+
"id": 456,
|
4601
4595
|
"name": "backdropClick",
|
4602
4596
|
"kind": 524288,
|
4603
4597
|
"kindString": "Get signature",
|
@@ -4619,26 +4613,23 @@
|
|
4619
4613
|
]
|
4620
4614
|
},
|
4621
4615
|
{
|
4622
|
-
"id":
|
4616
|
+
"id": 457,
|
4623
4617
|
"name": "closed",
|
4624
4618
|
"kind": 262144,
|
4625
4619
|
"kindString": "Accessor",
|
4626
4620
|
"flags": {
|
4627
4621
|
"isPublic": true
|
4628
4622
|
},
|
4629
|
-
"comment": {
|
4630
|
-
"shortText": "Emits after the overlay is closed."
|
4631
|
-
},
|
4632
4623
|
"sources": [
|
4633
4624
|
{
|
4634
4625
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4635
|
-
"line":
|
4626
|
+
"line": 24,
|
4636
4627
|
"character": 13
|
4637
4628
|
}
|
4638
4629
|
],
|
4639
4630
|
"getSignature": [
|
4640
4631
|
{
|
4641
|
-
"id":
|
4632
|
+
"id": 458,
|
4642
4633
|
"name": "closed",
|
4643
4634
|
"kind": 524288,
|
4644
4635
|
"kindString": "Get signature",
|
@@ -4660,7 +4651,7 @@
|
|
4660
4651
|
]
|
4661
4652
|
},
|
4662
4653
|
{
|
4663
|
-
"id":
|
4654
|
+
"id": 463,
|
4664
4655
|
"name": "attachComponent",
|
4665
4656
|
"kind": 2048,
|
4666
4657
|
"kindString": "Method",
|
@@ -4670,13 +4661,13 @@
|
|
4670
4661
|
"sources": [
|
4671
4662
|
{
|
4672
4663
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4673
|
-
"line":
|
4664
|
+
"line": 55,
|
4674
4665
|
"character": 9
|
4675
4666
|
}
|
4676
4667
|
],
|
4677
4668
|
"signatures": [
|
4678
4669
|
{
|
4679
|
-
"id":
|
4670
|
+
"id": 464,
|
4680
4671
|
"name": "attachComponent",
|
4681
4672
|
"kind": 4096,
|
4682
4673
|
"kindString": "Call signature",
|
@@ -4686,7 +4677,7 @@
|
|
4686
4677
|
},
|
4687
4678
|
"typeParameter": [
|
4688
4679
|
{
|
4689
|
-
"id":
|
4680
|
+
"id": 465,
|
4690
4681
|
"name": "C",
|
4691
4682
|
"kind": 131072,
|
4692
4683
|
"kindString": "Type parameter",
|
@@ -4695,19 +4686,20 @@
|
|
4695
4686
|
],
|
4696
4687
|
"parameters": [
|
4697
4688
|
{
|
4698
|
-
"id":
|
4689
|
+
"id": 466,
|
4699
4690
|
"name": "component",
|
4700
4691
|
"kind": 32768,
|
4701
4692
|
"kindString": "Parameter",
|
4702
4693
|
"flags": {},
|
4703
4694
|
"comment": {
|
4704
|
-
"
|
4695
|
+
"shortText": "The component to attach."
|
4705
4696
|
},
|
4706
4697
|
"type": {
|
4707
4698
|
"type": "reference",
|
4708
4699
|
"typeArguments": [
|
4709
4700
|
{
|
4710
4701
|
"type": "reference",
|
4702
|
+
"id": 465,
|
4711
4703
|
"name": "C"
|
4712
4704
|
}
|
4713
4705
|
],
|
@@ -4715,7 +4707,7 @@
|
|
4715
4707
|
}
|
4716
4708
|
},
|
4717
4709
|
{
|
4718
|
-
"id":
|
4710
|
+
"id": 467,
|
4719
4711
|
"name": "providers",
|
4720
4712
|
"kind": 32768,
|
4721
4713
|
"kindString": "Parameter",
|
@@ -4723,7 +4715,7 @@
|
|
4723
4715
|
"isOptional": true
|
4724
4716
|
},
|
4725
4717
|
"comment": {
|
4726
|
-
"
|
4718
|
+
"shortText": "Custom providers to apply to the component.\n"
|
4727
4719
|
},
|
4728
4720
|
"type": {
|
4729
4721
|
"type": "array",
|
@@ -4736,13 +4728,14 @@
|
|
4736
4728
|
],
|
4737
4729
|
"type": {
|
4738
4730
|
"type": "reference",
|
4731
|
+
"id": 465,
|
4739
4732
|
"name": "C"
|
4740
4733
|
}
|
4741
4734
|
}
|
4742
4735
|
]
|
4743
4736
|
},
|
4744
4737
|
{
|
4745
|
-
"id":
|
4738
|
+
"id": 468,
|
4746
4739
|
"name": "attachTemplate",
|
4747
4740
|
"kind": 2048,
|
4748
4741
|
"kindString": "Method",
|
@@ -4752,13 +4745,13 @@
|
|
4752
4745
|
"sources": [
|
4753
4746
|
{
|
4754
4747
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4755
|
-
"line":
|
4748
|
+
"line": 71,
|
4756
4749
|
"character": 9
|
4757
4750
|
}
|
4758
4751
|
],
|
4759
4752
|
"signatures": [
|
4760
4753
|
{
|
4761
|
-
"id":
|
4754
|
+
"id": 469,
|
4762
4755
|
"name": "attachTemplate",
|
4763
4756
|
"kind": 4096,
|
4764
4757
|
"kindString": "Call signature",
|
@@ -4768,7 +4761,7 @@
|
|
4768
4761
|
},
|
4769
4762
|
"typeParameter": [
|
4770
4763
|
{
|
4771
|
-
"id":
|
4764
|
+
"id": 470,
|
4772
4765
|
"name": "T",
|
4773
4766
|
"kind": 131072,
|
4774
4767
|
"kindString": "Type parameter",
|
@@ -4777,19 +4770,20 @@
|
|
4777
4770
|
],
|
4778
4771
|
"parameters": [
|
4779
4772
|
{
|
4780
|
-
"id":
|
4773
|
+
"id": 471,
|
4781
4774
|
"name": "templateRef",
|
4782
4775
|
"kind": 32768,
|
4783
4776
|
"kindString": "Parameter",
|
4784
4777
|
"flags": {},
|
4785
4778
|
"comment": {
|
4786
|
-
"
|
4779
|
+
"shortText": "The `TemplateRef` to attach."
|
4787
4780
|
},
|
4788
4781
|
"type": {
|
4789
4782
|
"type": "reference",
|
4790
4783
|
"typeArguments": [
|
4791
4784
|
{
|
4792
4785
|
"type": "reference",
|
4786
|
+
"id": 470,
|
4793
4787
|
"name": "T"
|
4794
4788
|
}
|
4795
4789
|
],
|
@@ -4797,7 +4791,7 @@
|
|
4797
4791
|
}
|
4798
4792
|
},
|
4799
4793
|
{
|
4800
|
-
"id":
|
4794
|
+
"id": 472,
|
4801
4795
|
"name": "context",
|
4802
4796
|
"kind": 32768,
|
4803
4797
|
"kindString": "Parameter",
|
@@ -4805,10 +4799,11 @@
|
|
4805
4799
|
"isOptional": true
|
4806
4800
|
},
|
4807
4801
|
"comment": {
|
4808
|
-
"
|
4802
|
+
"shortText": "The context to provide to the template.\n"
|
4809
4803
|
},
|
4810
4804
|
"type": {
|
4811
4805
|
"type": "reference",
|
4806
|
+
"id": 470,
|
4812
4807
|
"name": "T"
|
4813
4808
|
}
|
4814
4809
|
}
|
@@ -4826,44 +4821,44 @@
|
|
4826
4821
|
"title": "Constructors",
|
4827
4822
|
"kind": 512,
|
4828
4823
|
"children": [
|
4829
|
-
|
4824
|
+
451
|
4830
4825
|
]
|
4831
4826
|
},
|
4832
4827
|
{
|
4833
4828
|
"title": "Properties",
|
4834
4829
|
"kind": 1024,
|
4835
4830
|
"children": [
|
4836
|
-
|
4837
|
-
|
4831
|
+
462,
|
4832
|
+
461
|
4838
4833
|
]
|
4839
4834
|
},
|
4840
4835
|
{
|
4841
4836
|
"title": "Accessors",
|
4842
4837
|
"kind": 262144,
|
4843
4838
|
"children": [
|
4844
|
-
|
4845
|
-
|
4839
|
+
455,
|
4840
|
+
457
|
4846
4841
|
]
|
4847
4842
|
},
|
4848
4843
|
{
|
4849
4844
|
"title": "Methods",
|
4850
4845
|
"kind": 2048,
|
4851
4846
|
"children": [
|
4852
|
-
|
4853
|
-
|
4847
|
+
463,
|
4848
|
+
468
|
4854
4849
|
]
|
4855
4850
|
}
|
4856
4851
|
],
|
4857
4852
|
"sources": [
|
4858
4853
|
{
|
4859
4854
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4860
|
-
"line":
|
4855
|
+
"line": 13,
|
4861
4856
|
"character": 13
|
4862
4857
|
}
|
4863
4858
|
]
|
4864
4859
|
},
|
4865
4860
|
{
|
4866
|
-
"id":
|
4861
|
+
"id": 473,
|
4867
4862
|
"name": "SkyOverlayModule",
|
4868
4863
|
"kind": 128,
|
4869
4864
|
"kindString": "Class",
|
@@ -4876,27 +4871,27 @@
|
|
4876
4871
|
"name": "NgModule"
|
4877
4872
|
},
|
4878
4873
|
"arguments": {
|
4879
|
-
"obj": "{\n imports: [
|
4874
|
+
"obj": "{\n imports: [CommonModule],\n declarations: [SkyOverlayComponent],\n entryComponents: [SkyOverlayComponent],\n}"
|
4880
4875
|
}
|
4881
4876
|
}
|
4882
4877
|
],
|
4883
4878
|
"children": [
|
4884
4879
|
{
|
4885
|
-
"id":
|
4880
|
+
"id": 474,
|
4886
4881
|
"name": "constructor",
|
4887
4882
|
"kind": 512,
|
4888
4883
|
"kindString": "Constructor",
|
4889
4884
|
"flags": {},
|
4890
4885
|
"signatures": [
|
4891
4886
|
{
|
4892
|
-
"id":
|
4887
|
+
"id": 475,
|
4893
4888
|
"name": "new SkyOverlayModule",
|
4894
4889
|
"kind": 16384,
|
4895
4890
|
"kindString": "Constructor signature",
|
4896
4891
|
"flags": {},
|
4897
4892
|
"type": {
|
4898
4893
|
"type": "reference",
|
4899
|
-
"id":
|
4894
|
+
"id": 473,
|
4900
4895
|
"name": "SkyOverlayModule"
|
4901
4896
|
}
|
4902
4897
|
}
|
@@ -4908,20 +4903,20 @@
|
|
4908
4903
|
"title": "Constructors",
|
4909
4904
|
"kind": 512,
|
4910
4905
|
"children": [
|
4911
|
-
|
4906
|
+
474
|
4912
4907
|
]
|
4913
4908
|
}
|
4914
4909
|
],
|
4915
4910
|
"sources": [
|
4916
4911
|
{
|
4917
4912
|
"fileName": "projects/core/src/modules/overlay/overlay.module.ts",
|
4918
|
-
"line":
|
4913
|
+
"line": 12,
|
4919
4914
|
"character": 13
|
4920
4915
|
}
|
4921
4916
|
]
|
4922
4917
|
},
|
4923
4918
|
{
|
4924
|
-
"id":
|
4919
|
+
"id": 476,
|
4925
4920
|
"name": "SkyOverlayService",
|
4926
4921
|
"kind": 128,
|
4927
4922
|
"kindString": "Class",
|
@@ -4943,13 +4938,13 @@
|
|
4943
4938
|
"name": "Injectable"
|
4944
4939
|
},
|
4945
4940
|
"arguments": {
|
4946
|
-
"options": "{\n providedIn: 'root'
|
4941
|
+
"options": "{\n providedIn: 'root',\n}"
|
4947
4942
|
}
|
4948
4943
|
}
|
4949
4944
|
],
|
4950
4945
|
"children": [
|
4951
4946
|
{
|
4952
|
-
"id":
|
4947
|
+
"id": 478,
|
4953
4948
|
"name": "constructor",
|
4954
4949
|
"kind": 512,
|
4955
4950
|
"kindString": "Constructor",
|
@@ -4957,20 +4952,20 @@
|
|
4957
4952
|
"sources": [
|
4958
4953
|
{
|
4959
4954
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
4960
|
-
"line":
|
4955
|
+
"line": 30,
|
4961
4956
|
"character": 2
|
4962
4957
|
}
|
4963
4958
|
],
|
4964
4959
|
"signatures": [
|
4965
4960
|
{
|
4966
|
-
"id":
|
4961
|
+
"id": 479,
|
4967
4962
|
"name": "new SkyOverlayService",
|
4968
4963
|
"kind": 16384,
|
4969
4964
|
"kindString": "Constructor signature",
|
4970
4965
|
"flags": {},
|
4971
4966
|
"parameters": [
|
4972
4967
|
{
|
4973
|
-
"id":
|
4968
|
+
"id": 480,
|
4974
4969
|
"name": "applicationRef",
|
4975
4970
|
"kind": 32768,
|
4976
4971
|
"kindString": "Parameter",
|
@@ -4981,7 +4976,7 @@
|
|
4981
4976
|
}
|
4982
4977
|
},
|
4983
4978
|
{
|
4984
|
-
"id":
|
4979
|
+
"id": 481,
|
4985
4980
|
"name": "componentFactoryResolver",
|
4986
4981
|
"kind": 32768,
|
4987
4982
|
"kindString": "Parameter",
|
@@ -4992,7 +4987,7 @@
|
|
4992
4987
|
}
|
4993
4988
|
},
|
4994
4989
|
{
|
4995
|
-
"id":
|
4990
|
+
"id": 482,
|
4996
4991
|
"name": "injector",
|
4997
4992
|
"kind": 32768,
|
4998
4993
|
"kindString": "Parameter",
|
@@ -5003,7 +4998,7 @@
|
|
5003
4998
|
}
|
5004
4999
|
},
|
5005
5000
|
{
|
5006
|
-
"id":
|
5001
|
+
"id": 483,
|
5007
5002
|
"name": "adapter",
|
5008
5003
|
"kind": 32768,
|
5009
5004
|
"kindString": "Parameter",
|
@@ -5016,14 +5011,14 @@
|
|
5016
5011
|
],
|
5017
5012
|
"type": {
|
5018
5013
|
"type": "reference",
|
5019
|
-
"id":
|
5014
|
+
"id": 476,
|
5020
5015
|
"name": "SkyOverlayService"
|
5021
5016
|
}
|
5022
5017
|
}
|
5023
5018
|
]
|
5024
5019
|
},
|
5025
5020
|
{
|
5026
|
-
"id":
|
5021
|
+
"id": 487,
|
5027
5022
|
"name": "close",
|
5028
5023
|
"kind": 2048,
|
5029
5024
|
"kindString": "Method",
|
@@ -5033,13 +5028,13 @@
|
|
5033
5028
|
"sources": [
|
5034
5029
|
{
|
5035
5030
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5036
|
-
"line":
|
5031
|
+
"line": 68,
|
5037
5032
|
"character": 9
|
5038
5033
|
}
|
5039
5034
|
],
|
5040
5035
|
"signatures": [
|
5041
5036
|
{
|
5042
|
-
"id":
|
5037
|
+
"id": 488,
|
5043
5038
|
"name": "close",
|
5044
5039
|
"kind": 4096,
|
5045
5040
|
"kindString": "Call signature",
|
@@ -5049,17 +5044,17 @@
|
|
5049
5044
|
},
|
5050
5045
|
"parameters": [
|
5051
5046
|
{
|
5052
|
-
"id":
|
5047
|
+
"id": 489,
|
5053
5048
|
"name": "instance",
|
5054
5049
|
"kind": 32768,
|
5055
5050
|
"kindString": "Parameter",
|
5056
5051
|
"flags": {},
|
5057
5052
|
"comment": {
|
5058
|
-
"
|
5053
|
+
"shortText": "The instance to close.\n"
|
5059
5054
|
},
|
5060
5055
|
"type": {
|
5061
5056
|
"type": "reference",
|
5062
|
-
"id":
|
5057
|
+
"id": 450,
|
5063
5058
|
"name": "SkyOverlayInstance"
|
5064
5059
|
}
|
5065
5060
|
}
|
@@ -5072,7 +5067,7 @@
|
|
5072
5067
|
]
|
5073
5068
|
},
|
5074
5069
|
{
|
5075
|
-
"id":
|
5070
|
+
"id": 490,
|
5076
5071
|
"name": "closeAll",
|
5077
5072
|
"kind": 2048,
|
5078
5073
|
"kindString": "Method",
|
@@ -5082,13 +5077,13 @@
|
|
5082
5077
|
"sources": [
|
5083
5078
|
{
|
5084
5079
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5085
|
-
"line":
|
5080
|
+
"line": 89,
|
5086
5081
|
"character": 9
|
5087
5082
|
}
|
5088
5083
|
],
|
5089
5084
|
"signatures": [
|
5090
5085
|
{
|
5091
|
-
"id":
|
5086
|
+
"id": 491,
|
5092
5087
|
"name": "closeAll",
|
5093
5088
|
"kind": 4096,
|
5094
5089
|
"kindString": "Call signature",
|
@@ -5104,7 +5099,7 @@
|
|
5104
5099
|
]
|
5105
5100
|
},
|
5106
5101
|
{
|
5107
|
-
"id":
|
5102
|
+
"id": 484,
|
5108
5103
|
"name": "create",
|
5109
5104
|
"kind": 2048,
|
5110
5105
|
"kindString": "Method",
|
@@ -5114,13 +5109,13 @@
|
|
5114
5109
|
"sources": [
|
5115
5110
|
{
|
5116
5111
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5117
|
-
"line":
|
5112
|
+
"line": 41,
|
5118
5113
|
"character": 9
|
5119
5114
|
}
|
5120
5115
|
],
|
5121
5116
|
"signatures": [
|
5122
5117
|
{
|
5123
|
-
"id":
|
5118
|
+
"id": 485,
|
5124
5119
|
"name": "create",
|
5125
5120
|
"kind": 4096,
|
5126
5121
|
"kindString": "Call signature",
|
@@ -5130,7 +5125,7 @@
|
|
5130
5125
|
},
|
5131
5126
|
"parameters": [
|
5132
5127
|
{
|
5133
|
-
"id":
|
5128
|
+
"id": 486,
|
5134
5129
|
"name": "config",
|
5135
5130
|
"kind": 32768,
|
5136
5131
|
"kindString": "Parameter",
|
@@ -5138,18 +5133,18 @@
|
|
5138
5133
|
"isOptional": true
|
5139
5134
|
},
|
5140
5135
|
"comment": {
|
5141
|
-
"
|
5136
|
+
"shortText": "Configuration for the overlay.\n"
|
5142
5137
|
},
|
5143
5138
|
"type": {
|
5144
5139
|
"type": "reference",
|
5145
|
-
"id":
|
5140
|
+
"id": 443,
|
5146
5141
|
"name": "SkyOverlayConfig"
|
5147
5142
|
}
|
5148
5143
|
}
|
5149
5144
|
],
|
5150
5145
|
"type": {
|
5151
5146
|
"type": "reference",
|
5152
|
-
"id":
|
5147
|
+
"id": 450,
|
5153
5148
|
"name": "SkyOverlayInstance"
|
5154
5149
|
}
|
5155
5150
|
}
|
@@ -5161,29 +5156,29 @@
|
|
5161
5156
|
"title": "Constructors",
|
5162
5157
|
"kind": 512,
|
5163
5158
|
"children": [
|
5164
|
-
|
5159
|
+
478
|
5165
5160
|
]
|
5166
5161
|
},
|
5167
5162
|
{
|
5168
5163
|
"title": "Methods",
|
5169
5164
|
"kind": 2048,
|
5170
5165
|
"children": [
|
5171
|
-
|
5172
|
-
|
5173
|
-
|
5166
|
+
487,
|
5167
|
+
490,
|
5168
|
+
484
|
5174
5169
|
]
|
5175
5170
|
}
|
5176
5171
|
],
|
5177
5172
|
"sources": [
|
5178
5173
|
{
|
5179
5174
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5180
|
-
"line":
|
5175
|
+
"line": 27,
|
5181
5176
|
"character": 13
|
5182
5177
|
}
|
5183
5178
|
]
|
5184
5179
|
},
|
5185
5180
|
{
|
5186
|
-
"id":
|
5181
|
+
"id": 504,
|
5187
5182
|
"name": "SkyPercentPipe",
|
5188
5183
|
"kind": 128,
|
5189
5184
|
"kindString": "Class",
|
@@ -5196,13 +5191,13 @@
|
|
5196
5191
|
"name": "Pipe"
|
5197
5192
|
},
|
5198
5193
|
"arguments": {
|
5199
|
-
"obj": "{\n name: 'skyPercent',\n pure: false
|
5194
|
+
"obj": "{\n name: 'skyPercent',\n pure: false,\n}"
|
5200
5195
|
}
|
5201
5196
|
}
|
5202
5197
|
],
|
5203
5198
|
"children": [
|
5204
5199
|
{
|
5205
|
-
"id":
|
5200
|
+
"id": 505,
|
5206
5201
|
"name": "constructor",
|
5207
5202
|
"kind": 512,
|
5208
5203
|
"kindString": "Constructor",
|
@@ -5210,20 +5205,20 @@
|
|
5210
5205
|
"sources": [
|
5211
5206
|
{
|
5212
5207
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5213
|
-
"line":
|
5208
|
+
"line": 30,
|
5214
5209
|
"character": 2
|
5215
5210
|
}
|
5216
5211
|
],
|
5217
5212
|
"signatures": [
|
5218
5213
|
{
|
5219
|
-
"id":
|
5214
|
+
"id": 506,
|
5220
5215
|
"name": "new SkyPercentPipe",
|
5221
5216
|
"kind": 16384,
|
5222
5217
|
"kindString": "Constructor signature",
|
5223
5218
|
"flags": {},
|
5224
5219
|
"parameters": [
|
5225
5220
|
{
|
5226
|
-
"id":
|
5221
|
+
"id": 507,
|
5227
5222
|
"name": "localeProvider",
|
5228
5223
|
"kind": 32768,
|
5229
5224
|
"kindString": "Parameter",
|
@@ -5236,14 +5231,14 @@
|
|
5236
5231
|
],
|
5237
5232
|
"type": {
|
5238
5233
|
"type": "reference",
|
5239
|
-
"id":
|
5234
|
+
"id": 504,
|
5240
5235
|
"name": "SkyPercentPipe"
|
5241
5236
|
}
|
5242
5237
|
}
|
5243
5238
|
]
|
5244
5239
|
},
|
5245
5240
|
{
|
5246
|
-
"id":
|
5241
|
+
"id": 515,
|
5247
5242
|
"name": "ngOnDestroy",
|
5248
5243
|
"kind": 2048,
|
5249
5244
|
"kindString": "Method",
|
@@ -5253,13 +5248,13 @@
|
|
5253
5248
|
"sources": [
|
5254
5249
|
{
|
5255
5250
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5256
|
-
"line":
|
5251
|
+
"line": 40,
|
5257
5252
|
"character": 9
|
5258
5253
|
}
|
5259
5254
|
],
|
5260
5255
|
"signatures": [
|
5261
5256
|
{
|
5262
|
-
"id":
|
5257
|
+
"id": 516,
|
5263
5258
|
"name": "ngOnDestroy",
|
5264
5259
|
"kind": 4096,
|
5265
5260
|
"kindString": "Call signature",
|
@@ -5280,7 +5275,7 @@
|
|
5280
5275
|
}
|
5281
5276
|
},
|
5282
5277
|
{
|
5283
|
-
"id":
|
5278
|
+
"id": 517,
|
5284
5279
|
"name": "transform",
|
5285
5280
|
"kind": 2048,
|
5286
5281
|
"kindString": "Method",
|
@@ -5290,20 +5285,20 @@
|
|
5290
5285
|
"sources": [
|
5291
5286
|
{
|
5292
5287
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5293
|
-
"line":
|
5288
|
+
"line": 45,
|
5294
5289
|
"character": 9
|
5295
5290
|
}
|
5296
5291
|
],
|
5297
5292
|
"signatures": [
|
5298
5293
|
{
|
5299
|
-
"id":
|
5294
|
+
"id": 518,
|
5300
5295
|
"name": "transform",
|
5301
5296
|
"kind": 4096,
|
5302
5297
|
"kindString": "Call signature",
|
5303
5298
|
"flags": {},
|
5304
5299
|
"parameters": [
|
5305
5300
|
{
|
5306
|
-
"id":
|
5301
|
+
"id": 519,
|
5307
5302
|
"name": "value",
|
5308
5303
|
"kind": 32768,
|
5309
5304
|
"kindString": "Parameter",
|
@@ -5314,7 +5309,7 @@
|
|
5314
5309
|
}
|
5315
5310
|
},
|
5316
5311
|
{
|
5317
|
-
"id":
|
5312
|
+
"id": 520,
|
5318
5313
|
"name": "format",
|
5319
5314
|
"kind": 32768,
|
5320
5315
|
"kindString": "Parameter",
|
@@ -5327,7 +5322,7 @@
|
|
5327
5322
|
}
|
5328
5323
|
},
|
5329
5324
|
{
|
5330
|
-
"id":
|
5325
|
+
"id": 521,
|
5331
5326
|
"name": "locale",
|
5332
5327
|
"kind": 32768,
|
5333
5328
|
"kindString": "Parameter",
|
@@ -5361,22 +5356,22 @@
|
|
5361
5356
|
"title": "Constructors",
|
5362
5357
|
"kind": 512,
|
5363
5358
|
"children": [
|
5364
|
-
|
5359
|
+
505
|
5365
5360
|
]
|
5366
5361
|
},
|
5367
5362
|
{
|
5368
5363
|
"title": "Methods",
|
5369
5364
|
"kind": 2048,
|
5370
5365
|
"children": [
|
5371
|
-
|
5372
|
-
|
5366
|
+
515,
|
5367
|
+
517
|
5373
5368
|
]
|
5374
5369
|
}
|
5375
5370
|
],
|
5376
5371
|
"sources": [
|
5377
5372
|
{
|
5378
5373
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5379
|
-
"line":
|
5374
|
+
"line": 15,
|
5380
5375
|
"character": 13
|
5381
5376
|
}
|
5382
5377
|
],
|
@@ -5392,7 +5387,7 @@
|
|
5392
5387
|
]
|
5393
5388
|
},
|
5394
5389
|
{
|
5395
|
-
"id":
|
5390
|
+
"id": 501,
|
5396
5391
|
"name": "SkyPercentPipeModule",
|
5397
5392
|
"kind": 128,
|
5398
5393
|
"kindString": "Class",
|
@@ -5405,27 +5400,27 @@
|
|
5405
5400
|
"name": "NgModule"
|
5406
5401
|
},
|
5407
5402
|
"arguments": {
|
5408
|
-
"obj": "{\n declarations: [
|
5403
|
+
"obj": "{\n declarations: [SkyPercentPipe],\n providers: [SkyPercentPipe],\n imports: [CommonModule, SkyCoreResourcesModule],\n exports: [SkyPercentPipe],\n}"
|
5409
5404
|
}
|
5410
5405
|
}
|
5411
5406
|
],
|
5412
5407
|
"children": [
|
5413
5408
|
{
|
5414
|
-
"id":
|
5409
|
+
"id": 502,
|
5415
5410
|
"name": "constructor",
|
5416
5411
|
"kind": 512,
|
5417
5412
|
"kindString": "Constructor",
|
5418
5413
|
"flags": {},
|
5419
5414
|
"signatures": [
|
5420
5415
|
{
|
5421
|
-
"id":
|
5416
|
+
"id": 503,
|
5422
5417
|
"name": "new SkyPercentPipeModule",
|
5423
5418
|
"kind": 16384,
|
5424
5419
|
"kindString": "Constructor signature",
|
5425
5420
|
"flags": {},
|
5426
5421
|
"type": {
|
5427
5422
|
"type": "reference",
|
5428
|
-
"id":
|
5423
|
+
"id": 501,
|
5429
5424
|
"name": "SkyPercentPipeModule"
|
5430
5425
|
}
|
5431
5426
|
}
|
@@ -5437,20 +5432,20 @@
|
|
5437
5432
|
"title": "Constructors",
|
5438
5433
|
"kind": 512,
|
5439
5434
|
"children": [
|
5440
|
-
|
5435
|
+
502
|
5441
5436
|
]
|
5442
5437
|
}
|
5443
5438
|
],
|
5444
5439
|
"sources": [
|
5445
5440
|
{
|
5446
5441
|
"fileName": "projects/core/src/modules/percent-pipe/percent-pipe.module.ts",
|
5447
|
-
"line":
|
5442
|
+
"line": 15,
|
5448
5443
|
"character": 13
|
5449
5444
|
}
|
5450
5445
|
]
|
5451
5446
|
},
|
5452
5447
|
{
|
5453
|
-
"id":
|
5448
|
+
"id": 524,
|
5454
5449
|
"name": "SkyScrollableHostService",
|
5455
5450
|
"kind": 128,
|
5456
5451
|
"kindString": "Class",
|
@@ -5463,13 +5458,13 @@
|
|
5463
5458
|
"name": "Injectable"
|
5464
5459
|
},
|
5465
5460
|
"arguments": {
|
5466
|
-
"options": "{\n providedIn: 'root'
|
5461
|
+
"options": "{\n providedIn: 'root',\n}"
|
5467
5462
|
}
|
5468
5463
|
}
|
5469
5464
|
],
|
5470
5465
|
"children": [
|
5471
5466
|
{
|
5472
|
-
"id":
|
5467
|
+
"id": 525,
|
5473
5468
|
"name": "constructor",
|
5474
5469
|
"kind": 512,
|
5475
5470
|
"kindString": "Constructor",
|
@@ -5477,54 +5472,54 @@
|
|
5477
5472
|
"sources": [
|
5478
5473
|
{
|
5479
5474
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5480
|
-
"line":
|
5475
|
+
"line": 17,
|
5481
5476
|
"character": 2
|
5482
5477
|
}
|
5483
5478
|
],
|
5484
5479
|
"signatures": [
|
5485
5480
|
{
|
5486
|
-
"id":
|
5481
|
+
"id": 526,
|
5487
5482
|
"name": "new SkyScrollableHostService",
|
5488
5483
|
"kind": 16384,
|
5489
5484
|
"kindString": "Constructor signature",
|
5490
5485
|
"flags": {},
|
5491
5486
|
"parameters": [
|
5492
5487
|
{
|
5493
|
-
"id":
|
5488
|
+
"id": 527,
|
5494
5489
|
"name": "mutationObserverSvc",
|
5495
5490
|
"kind": 32768,
|
5496
5491
|
"kindString": "Parameter",
|
5497
5492
|
"flags": {},
|
5498
5493
|
"type": {
|
5499
5494
|
"type": "reference",
|
5500
|
-
"id":
|
5495
|
+
"id": 369,
|
5501
5496
|
"name": "MutationObserverService"
|
5502
5497
|
}
|
5503
5498
|
},
|
5504
5499
|
{
|
5505
|
-
"id":
|
5500
|
+
"id": 528,
|
5506
5501
|
"name": "windowRef",
|
5507
5502
|
"kind": 32768,
|
5508
5503
|
"kindString": "Parameter",
|
5509
5504
|
"flags": {},
|
5510
5505
|
"type": {
|
5511
5506
|
"type": "reference",
|
5512
|
-
"id":
|
5507
|
+
"id": 598,
|
5513
5508
|
"name": "SkyAppWindowRef"
|
5514
5509
|
}
|
5515
5510
|
}
|
5516
5511
|
],
|
5517
5512
|
"type": {
|
5518
5513
|
"type": "reference",
|
5519
|
-
"id":
|
5514
|
+
"id": 524,
|
5520
5515
|
"name": "SkyScrollableHostService"
|
5521
5516
|
}
|
5522
5517
|
}
|
5523
5518
|
]
|
5524
5519
|
},
|
5525
5520
|
{
|
5526
|
-
"id":
|
5527
|
-
"name": "
|
5521
|
+
"id": 529,
|
5522
|
+
"name": "getScrollableHost",
|
5528
5523
|
"kind": 2048,
|
5529
5524
|
"kindString": "Method",
|
5530
5525
|
"flags": {
|
@@ -5533,24 +5528,31 @@
|
|
5533
5528
|
"sources": [
|
5534
5529
|
{
|
5535
5530
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5536
|
-
"line":
|
5531
|
+
"line": 27,
|
5537
5532
|
"character": 9
|
5538
5533
|
}
|
5539
5534
|
],
|
5540
5535
|
"signatures": [
|
5541
5536
|
{
|
5542
|
-
"id":
|
5543
|
-
"name": "
|
5537
|
+
"id": 530,
|
5538
|
+
"name": "getScrollableHost",
|
5544
5539
|
"kind": 4096,
|
5545
5540
|
"kindString": "Call signature",
|
5546
5541
|
"flags": {},
|
5542
|
+
"comment": {
|
5543
|
+
"shortText": "Returns the given element's current scrollable host",
|
5544
|
+
"returns": "The current scrollable host\n"
|
5545
|
+
},
|
5547
5546
|
"parameters": [
|
5548
5547
|
{
|
5549
|
-
"id":
|
5548
|
+
"id": 531,
|
5550
5549
|
"name": "elementRef",
|
5551
5550
|
"kind": 32768,
|
5552
5551
|
"kindString": "Parameter",
|
5553
5552
|
"flags": {},
|
5553
|
+
"comment": {
|
5554
|
+
"shortText": "The element whose scrollable host is being requested"
|
5555
|
+
},
|
5554
5556
|
"type": {
|
5555
5557
|
"type": "reference",
|
5556
5558
|
"typeArguments": [
|
@@ -5580,8 +5582,8 @@
|
|
5580
5582
|
]
|
5581
5583
|
},
|
5582
5584
|
{
|
5583
|
-
"id":
|
5584
|
-
"name": "
|
5585
|
+
"id": 535,
|
5586
|
+
"name": "watchScrollableHostScrollEvents",
|
5585
5587
|
"kind": 2048,
|
5586
5588
|
"kindString": "Method",
|
5587
5589
|
"flags": {
|
@@ -5590,24 +5592,31 @@
|
|
5590
5592
|
"sources": [
|
5591
5593
|
{
|
5592
5594
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5593
|
-
"line":
|
5595
|
+
"line": 90,
|
5594
5596
|
"character": 9
|
5595
5597
|
}
|
5596
5598
|
],
|
5597
5599
|
"signatures": [
|
5598
5600
|
{
|
5599
|
-
"id":
|
5600
|
-
"name": "
|
5601
|
+
"id": 536,
|
5602
|
+
"name": "watchScrollableHostScrollEvents",
|
5601
5603
|
"kind": 4096,
|
5602
5604
|
"kindString": "Call signature",
|
5603
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
|
+
},
|
5604
5610
|
"parameters": [
|
5605
5611
|
{
|
5606
|
-
"id":
|
5612
|
+
"id": 537,
|
5607
5613
|
"name": "elementRef",
|
5608
5614
|
"kind": 32768,
|
5609
5615
|
"kindString": "Parameter",
|
5610
5616
|
"flags": {},
|
5617
|
+
"comment": {
|
5618
|
+
"shortText": "The element whose scrollable host scroll events are being requested"
|
5619
|
+
},
|
5611
5620
|
"type": {
|
5612
5621
|
"type": "reference",
|
5613
5622
|
"typeArguments": [
|
@@ -5618,40 +5627,14 @@
|
|
5618
5627
|
],
|
5619
5628
|
"name": "ElementRef"
|
5620
5629
|
}
|
5621
|
-
},
|
5622
|
-
{
|
5623
|
-
"id": 530,
|
5624
|
-
"name": "completionObservable",
|
5625
|
-
"kind": 32768,
|
5626
|
-
"kindString": "Parameter",
|
5627
|
-
"flags": {},
|
5628
|
-
"type": {
|
5629
|
-
"type": "reference",
|
5630
|
-
"typeArguments": [
|
5631
|
-
{
|
5632
|
-
"type": "intrinsic",
|
5633
|
-
"name": "void"
|
5634
|
-
}
|
5635
|
-
],
|
5636
|
-
"name": "Observable"
|
5637
|
-
}
|
5638
5630
|
}
|
5639
5631
|
],
|
5640
5632
|
"type": {
|
5641
5633
|
"type": "reference",
|
5642
5634
|
"typeArguments": [
|
5643
5635
|
{
|
5644
|
-
"type": "
|
5645
|
-
"
|
5646
|
-
{
|
5647
|
-
"type": "reference",
|
5648
|
-
"name": "HTMLElement"
|
5649
|
-
},
|
5650
|
-
{
|
5651
|
-
"type": "reference",
|
5652
|
-
"name": "Window"
|
5653
|
-
}
|
5654
|
-
]
|
5636
|
+
"type": "intrinsic",
|
5637
|
+
"name": "void"
|
5655
5638
|
}
|
5656
5639
|
],
|
5657
5640
|
"name": "Observable"
|
@@ -5665,28 +5648,28 @@
|
|
5665
5648
|
"title": "Constructors",
|
5666
5649
|
"kind": 512,
|
5667
5650
|
"children": [
|
5668
|
-
|
5651
|
+
525
|
5669
5652
|
]
|
5670
5653
|
},
|
5671
5654
|
{
|
5672
5655
|
"title": "Methods",
|
5673
5656
|
"kind": 2048,
|
5674
5657
|
"children": [
|
5675
|
-
|
5676
|
-
|
5658
|
+
529,
|
5659
|
+
535
|
5677
5660
|
]
|
5678
5661
|
}
|
5679
5662
|
],
|
5680
5663
|
"sources": [
|
5681
5664
|
{
|
5682
5665
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5683
|
-
"line":
|
5666
|
+
"line": 16,
|
5684
5667
|
"character": 13
|
5685
5668
|
}
|
5686
5669
|
]
|
5687
5670
|
},
|
5688
5671
|
{
|
5689
|
-
"id":
|
5672
|
+
"id": 554,
|
5690
5673
|
"name": "SkyUIConfigService",
|
5691
5674
|
"kind": 128,
|
5692
5675
|
"kindString": "Class",
|
@@ -5699,34 +5682,34 @@
|
|
5699
5682
|
"name": "Injectable"
|
5700
5683
|
},
|
5701
5684
|
"arguments": {
|
5702
|
-
"options": "{\n providedIn: 'root'
|
5685
|
+
"options": "{\n providedIn: 'root',\n}"
|
5703
5686
|
}
|
5704
5687
|
}
|
5705
5688
|
],
|
5706
5689
|
"children": [
|
5707
5690
|
{
|
5708
|
-
"id":
|
5691
|
+
"id": 555,
|
5709
5692
|
"name": "constructor",
|
5710
5693
|
"kind": 512,
|
5711
5694
|
"kindString": "Constructor",
|
5712
5695
|
"flags": {},
|
5713
5696
|
"signatures": [
|
5714
5697
|
{
|
5715
|
-
"id":
|
5698
|
+
"id": 556,
|
5716
5699
|
"name": "new SkyUIConfigService",
|
5717
5700
|
"kind": 16384,
|
5718
5701
|
"kindString": "Constructor signature",
|
5719
5702
|
"flags": {},
|
5720
5703
|
"type": {
|
5721
5704
|
"type": "reference",
|
5722
|
-
"id":
|
5705
|
+
"id": 554,
|
5723
5706
|
"name": "SkyUIConfigService"
|
5724
5707
|
}
|
5725
5708
|
}
|
5726
5709
|
]
|
5727
5710
|
},
|
5728
5711
|
{
|
5729
|
-
"id":
|
5712
|
+
"id": 557,
|
5730
5713
|
"name": "getConfig",
|
5731
5714
|
"kind": 2048,
|
5732
5715
|
"kindString": "Method",
|
@@ -5736,20 +5719,20 @@
|
|
5736
5719
|
"sources": [
|
5737
5720
|
{
|
5738
5721
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
5739
|
-
"line":
|
5722
|
+
"line": 9,
|
5740
5723
|
"character": 9
|
5741
5724
|
}
|
5742
5725
|
],
|
5743
5726
|
"signatures": [
|
5744
5727
|
{
|
5745
|
-
"id":
|
5728
|
+
"id": 558,
|
5746
5729
|
"name": "getConfig",
|
5747
5730
|
"kind": 4096,
|
5748
5731
|
"kindString": "Call signature",
|
5749
5732
|
"flags": {},
|
5750
5733
|
"parameters": [
|
5751
5734
|
{
|
5752
|
-
"id":
|
5735
|
+
"id": 559,
|
5753
5736
|
"name": "key",
|
5754
5737
|
"kind": 32768,
|
5755
5738
|
"kindString": "Parameter",
|
@@ -5760,7 +5743,7 @@
|
|
5760
5743
|
}
|
5761
5744
|
},
|
5762
5745
|
{
|
5763
|
-
"id":
|
5746
|
+
"id": 560,
|
5764
5747
|
"name": "defaultConfig",
|
5765
5748
|
"kind": 32768,
|
5766
5749
|
"kindString": "Parameter",
|
@@ -5787,7 +5770,7 @@
|
|
5787
5770
|
]
|
5788
5771
|
},
|
5789
5772
|
{
|
5790
|
-
"id":
|
5773
|
+
"id": 561,
|
5791
5774
|
"name": "setConfig",
|
5792
5775
|
"kind": 2048,
|
5793
5776
|
"kindString": "Method",
|
@@ -5797,20 +5780,20 @@
|
|
5797
5780
|
"sources": [
|
5798
5781
|
{
|
5799
5782
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
5800
|
-
"line":
|
5783
|
+
"line": 14,
|
5801
5784
|
"character": 9
|
5802
5785
|
}
|
5803
5786
|
],
|
5804
5787
|
"signatures": [
|
5805
5788
|
{
|
5806
|
-
"id":
|
5789
|
+
"id": 562,
|
5807
5790
|
"name": "setConfig",
|
5808
5791
|
"kind": 4096,
|
5809
5792
|
"kindString": "Call signature",
|
5810
5793
|
"flags": {},
|
5811
5794
|
"parameters": [
|
5812
5795
|
{
|
5813
|
-
"id":
|
5796
|
+
"id": 563,
|
5814
5797
|
"name": "key",
|
5815
5798
|
"kind": 32768,
|
5816
5799
|
"kindString": "Parameter",
|
@@ -5821,7 +5804,7 @@
|
|
5821
5804
|
}
|
5822
5805
|
},
|
5823
5806
|
{
|
5824
|
-
"id":
|
5807
|
+
"id": 564,
|
5825
5808
|
"name": "value",
|
5826
5809
|
"kind": 32768,
|
5827
5810
|
"kindString": "Parameter",
|
@@ -5851,28 +5834,28 @@
|
|
5851
5834
|
"title": "Constructors",
|
5852
5835
|
"kind": 512,
|
5853
5836
|
"children": [
|
5854
|
-
|
5837
|
+
555
|
5855
5838
|
]
|
5856
5839
|
},
|
5857
5840
|
{
|
5858
5841
|
"title": "Methods",
|
5859
5842
|
"kind": 2048,
|
5860
5843
|
"children": [
|
5861
|
-
|
5862
|
-
|
5844
|
+
557,
|
5845
|
+
561
|
5863
5846
|
]
|
5864
5847
|
}
|
5865
5848
|
],
|
5866
5849
|
"sources": [
|
5867
5850
|
{
|
5868
5851
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
5869
|
-
"line":
|
5852
|
+
"line": 8,
|
5870
5853
|
"character": 13
|
5871
5854
|
}
|
5872
5855
|
]
|
5873
5856
|
},
|
5874
5857
|
{
|
5875
|
-
"id":
|
5858
|
+
"id": 565,
|
5876
5859
|
"name": "SkyViewkeeperHostOptions",
|
5877
5860
|
"kind": 128,
|
5878
5861
|
"kindString": "Class",
|
@@ -5889,28 +5872,28 @@
|
|
5889
5872
|
],
|
5890
5873
|
"children": [
|
5891
5874
|
{
|
5892
|
-
"id":
|
5875
|
+
"id": 566,
|
5893
5876
|
"name": "constructor",
|
5894
5877
|
"kind": 512,
|
5895
5878
|
"kindString": "Constructor",
|
5896
5879
|
"flags": {},
|
5897
5880
|
"signatures": [
|
5898
5881
|
{
|
5899
|
-
"id":
|
5882
|
+
"id": 567,
|
5900
5883
|
"name": "new SkyViewkeeperHostOptions",
|
5901
5884
|
"kind": 16384,
|
5902
5885
|
"kindString": "Constructor signature",
|
5903
5886
|
"flags": {},
|
5904
5887
|
"type": {
|
5905
5888
|
"type": "reference",
|
5906
|
-
"id":
|
5889
|
+
"id": 565,
|
5907
5890
|
"name": "SkyViewkeeperHostOptions"
|
5908
5891
|
}
|
5909
5892
|
}
|
5910
5893
|
]
|
5911
5894
|
},
|
5912
5895
|
{
|
5913
|
-
"id":
|
5896
|
+
"id": 568,
|
5914
5897
|
"name": "boundaryEl",
|
5915
5898
|
"kind": 1024,
|
5916
5899
|
"kindString": "Property",
|
@@ -5924,7 +5907,7 @@
|
|
5924
5907
|
"sources": [
|
5925
5908
|
{
|
5926
5909
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
5927
|
-
"line":
|
5910
|
+
"line": 7,
|
5928
5911
|
"character": 9
|
5929
5912
|
}
|
5930
5913
|
],
|
@@ -5934,12 +5917,12 @@
|
|
5934
5917
|
},
|
5935
5918
|
"implementationOf": {
|
5936
5919
|
"type": "reference",
|
5937
|
-
"id":
|
5920
|
+
"id": 576,
|
5938
5921
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5939
5922
|
}
|
5940
5923
|
},
|
5941
5924
|
{
|
5942
|
-
"id":
|
5925
|
+
"id": 569,
|
5943
5926
|
"name": "el",
|
5944
5927
|
"kind": 1024,
|
5945
5928
|
"kindString": "Property",
|
@@ -5953,7 +5936,7 @@
|
|
5953
5936
|
"sources": [
|
5954
5937
|
{
|
5955
5938
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
5956
|
-
"line":
|
5939
|
+
"line": 9,
|
5957
5940
|
"character": 9
|
5958
5941
|
}
|
5959
5942
|
],
|
@@ -5963,12 +5946,12 @@
|
|
5963
5946
|
},
|
5964
5947
|
"implementationOf": {
|
5965
5948
|
"type": "reference",
|
5966
|
-
"id":
|
5949
|
+
"id": 577,
|
5967
5950
|
"name": "SkyViewkeeperOptions.el"
|
5968
5951
|
}
|
5969
5952
|
},
|
5970
5953
|
{
|
5971
|
-
"id":
|
5954
|
+
"id": 570,
|
5972
5955
|
"name": "scrollableHost",
|
5973
5956
|
"kind": 1024,
|
5974
5957
|
"kindString": "Property",
|
@@ -5982,7 +5965,7 @@
|
|
5982
5965
|
"sources": [
|
5983
5966
|
{
|
5984
5967
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
5985
|
-
"line":
|
5968
|
+
"line": 11,
|
5986
5969
|
"character": 9
|
5987
5970
|
}
|
5988
5971
|
],
|
@@ -5992,12 +5975,12 @@
|
|
5992
5975
|
},
|
5993
5976
|
"implementationOf": {
|
5994
5977
|
"type": "reference",
|
5995
|
-
"id":
|
5978
|
+
"id": 578,
|
5996
5979
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5997
5980
|
}
|
5998
5981
|
},
|
5999
5982
|
{
|
6000
|
-
"id":
|
5983
|
+
"id": 571,
|
6001
5984
|
"name": "setWidth",
|
6002
5985
|
"kind": 1024,
|
6003
5986
|
"kindString": "Property",
|
@@ -6011,7 +5994,7 @@
|
|
6011
5994
|
"sources": [
|
6012
5995
|
{
|
6013
5996
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6014
|
-
"line":
|
5997
|
+
"line": 13,
|
6015
5998
|
"character": 9
|
6016
5999
|
}
|
6017
6000
|
],
|
@@ -6021,12 +6004,12 @@
|
|
6021
6004
|
},
|
6022
6005
|
"implementationOf": {
|
6023
6006
|
"type": "reference",
|
6024
|
-
"id":
|
6007
|
+
"id": 579,
|
6025
6008
|
"name": "SkyViewkeeperOptions.setWidth"
|
6026
6009
|
}
|
6027
6010
|
},
|
6028
6011
|
{
|
6029
|
-
"id":
|
6012
|
+
"id": 572,
|
6030
6013
|
"name": "verticalOffset",
|
6031
6014
|
"kind": 1024,
|
6032
6015
|
"kindString": "Property",
|
@@ -6040,7 +6023,7 @@
|
|
6040
6023
|
"sources": [
|
6041
6024
|
{
|
6042
6025
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6043
|
-
"line":
|
6026
|
+
"line": 15,
|
6044
6027
|
"character": 9
|
6045
6028
|
}
|
6046
6029
|
],
|
@@ -6050,12 +6033,12 @@
|
|
6050
6033
|
},
|
6051
6034
|
"implementationOf": {
|
6052
6035
|
"type": "reference",
|
6053
|
-
"id":
|
6036
|
+
"id": 580,
|
6054
6037
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6055
6038
|
}
|
6056
6039
|
},
|
6057
6040
|
{
|
6058
|
-
"id":
|
6041
|
+
"id": 573,
|
6059
6042
|
"name": "verticalOffsetEl",
|
6060
6043
|
"kind": 1024,
|
6061
6044
|
"kindString": "Property",
|
@@ -6069,7 +6052,7 @@
|
|
6069
6052
|
"sources": [
|
6070
6053
|
{
|
6071
6054
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6072
|
-
"line":
|
6055
|
+
"line": 17,
|
6073
6056
|
"character": 9
|
6074
6057
|
}
|
6075
6058
|
],
|
@@ -6079,12 +6062,12 @@
|
|
6079
6062
|
},
|
6080
6063
|
"implementationOf": {
|
6081
6064
|
"type": "reference",
|
6082
|
-
"id":
|
6065
|
+
"id": 581,
|
6083
6066
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6084
6067
|
}
|
6085
6068
|
},
|
6086
6069
|
{
|
6087
|
-
"id":
|
6070
|
+
"id": 574,
|
6088
6071
|
"name": "viewportMarginTop",
|
6089
6072
|
"kind": 1024,
|
6090
6073
|
"kindString": "Property",
|
@@ -6098,7 +6081,7 @@
|
|
6098
6081
|
"sources": [
|
6099
6082
|
{
|
6100
6083
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6101
|
-
"line":
|
6084
|
+
"line": 19,
|
6102
6085
|
"character": 9
|
6103
6086
|
}
|
6104
6087
|
],
|
@@ -6108,7 +6091,7 @@
|
|
6108
6091
|
},
|
6109
6092
|
"implementationOf": {
|
6110
6093
|
"type": "reference",
|
6111
|
-
"id":
|
6094
|
+
"id": 582,
|
6112
6095
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6113
6096
|
}
|
6114
6097
|
}
|
@@ -6118,40 +6101,40 @@
|
|
6118
6101
|
"title": "Constructors",
|
6119
6102
|
"kind": 512,
|
6120
6103
|
"children": [
|
6121
|
-
|
6104
|
+
566
|
6122
6105
|
]
|
6123
6106
|
},
|
6124
6107
|
{
|
6125
6108
|
"title": "Properties",
|
6126
6109
|
"kind": 1024,
|
6127
6110
|
"children": [
|
6128
|
-
|
6129
|
-
|
6130
|
-
|
6131
|
-
|
6132
|
-
|
6133
|
-
|
6134
|
-
|
6111
|
+
568,
|
6112
|
+
569,
|
6113
|
+
570,
|
6114
|
+
571,
|
6115
|
+
572,
|
6116
|
+
573,
|
6117
|
+
574
|
6135
6118
|
]
|
6136
6119
|
}
|
6137
6120
|
],
|
6138
6121
|
"sources": [
|
6139
6122
|
{
|
6140
6123
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6141
|
-
"line":
|
6124
|
+
"line": 6,
|
6142
6125
|
"character": 13
|
6143
6126
|
}
|
6144
6127
|
],
|
6145
6128
|
"implementedTypes": [
|
6146
6129
|
{
|
6147
6130
|
"type": "reference",
|
6148
|
-
"id":
|
6131
|
+
"id": 575,
|
6149
6132
|
"name": "SkyViewkeeperOptions"
|
6150
6133
|
}
|
6151
6134
|
]
|
6152
6135
|
},
|
6153
6136
|
{
|
6154
|
-
"id":
|
6137
|
+
"id": 583,
|
6155
6138
|
"name": "SkyViewkeeperModule",
|
6156
6139
|
"kind": 128,
|
6157
6140
|
"kindString": "Class",
|
@@ -6164,27 +6147,27 @@
|
|
6164
6147
|
"name": "NgModule"
|
6165
6148
|
},
|
6166
6149
|
"arguments": {
|
6167
|
-
"obj": "{\n declarations: [
|
6150
|
+
"obj": "{\n declarations: [SkyViewkeeperDirective],\n exports: [SkyViewkeeperDirective],\n}"
|
6168
6151
|
}
|
6169
6152
|
}
|
6170
6153
|
],
|
6171
6154
|
"children": [
|
6172
6155
|
{
|
6173
|
-
"id":
|
6156
|
+
"id": 584,
|
6174
6157
|
"name": "constructor",
|
6175
6158
|
"kind": 512,
|
6176
6159
|
"kindString": "Constructor",
|
6177
6160
|
"flags": {},
|
6178
6161
|
"signatures": [
|
6179
6162
|
{
|
6180
|
-
"id":
|
6163
|
+
"id": 585,
|
6181
6164
|
"name": "new SkyViewkeeperModule",
|
6182
6165
|
"kind": 16384,
|
6183
6166
|
"kindString": "Constructor signature",
|
6184
6167
|
"flags": {},
|
6185
6168
|
"type": {
|
6186
6169
|
"type": "reference",
|
6187
|
-
"id":
|
6170
|
+
"id": 583,
|
6188
6171
|
"name": "SkyViewkeeperModule"
|
6189
6172
|
}
|
6190
6173
|
}
|
@@ -6196,20 +6179,20 @@
|
|
6196
6179
|
"title": "Constructors",
|
6197
6180
|
"kind": 512,
|
6198
6181
|
"children": [
|
6199
|
-
|
6182
|
+
584
|
6200
6183
|
]
|
6201
6184
|
}
|
6202
6185
|
],
|
6203
6186
|
"sources": [
|
6204
6187
|
{
|
6205
6188
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.module.ts",
|
6206
|
-
"line":
|
6189
|
+
"line": 9,
|
6207
6190
|
"character": 13
|
6208
6191
|
}
|
6209
6192
|
]
|
6210
6193
|
},
|
6211
6194
|
{
|
6212
|
-
"id":
|
6195
|
+
"id": 586,
|
6213
6196
|
"name": "SkyViewkeeperService",
|
6214
6197
|
"kind": 128,
|
6215
6198
|
"kindString": "Class",
|
@@ -6225,13 +6208,13 @@
|
|
6225
6208
|
"name": "Injectable"
|
6226
6209
|
},
|
6227
6210
|
"arguments": {
|
6228
|
-
"options": "{\n providedIn: 'root'
|
6211
|
+
"options": "{\n providedIn: 'root',\n}"
|
6229
6212
|
}
|
6230
6213
|
}
|
6231
6214
|
],
|
6232
6215
|
"children": [
|
6233
6216
|
{
|
6234
|
-
"id":
|
6217
|
+
"id": 587,
|
6235
6218
|
"name": "constructor",
|
6236
6219
|
"kind": 512,
|
6237
6220
|
"kindString": "Constructor",
|
@@ -6239,20 +6222,20 @@
|
|
6239
6222
|
"sources": [
|
6240
6223
|
{
|
6241
6224
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6242
|
-
"line":
|
6225
|
+
"line": 16,
|
6243
6226
|
"character": 2
|
6244
6227
|
}
|
6245
6228
|
],
|
6246
6229
|
"signatures": [
|
6247
6230
|
{
|
6248
|
-
"id":
|
6231
|
+
"id": 588,
|
6249
6232
|
"name": "new SkyViewkeeperService",
|
6250
6233
|
"kind": 16384,
|
6251
6234
|
"kindString": "Constructor signature",
|
6252
6235
|
"flags": {},
|
6253
6236
|
"parameters": [
|
6254
6237
|
{
|
6255
|
-
"id":
|
6238
|
+
"id": 589,
|
6256
6239
|
"name": "hostOptions",
|
6257
6240
|
"kind": 32768,
|
6258
6241
|
"kindString": "Parameter",
|
@@ -6271,21 +6254,21 @@
|
|
6271
6254
|
],
|
6272
6255
|
"type": {
|
6273
6256
|
"type": "reference",
|
6274
|
-
"id":
|
6257
|
+
"id": 565,
|
6275
6258
|
"name": "SkyViewkeeperHostOptions"
|
6276
6259
|
}
|
6277
6260
|
}
|
6278
6261
|
],
|
6279
6262
|
"type": {
|
6280
6263
|
"type": "reference",
|
6281
|
-
"id":
|
6264
|
+
"id": 586,
|
6282
6265
|
"name": "SkyViewkeeperService"
|
6283
6266
|
}
|
6284
6267
|
}
|
6285
6268
|
]
|
6286
6269
|
},
|
6287
6270
|
{
|
6288
|
-
"id":
|
6271
|
+
"id": 590,
|
6289
6272
|
"name": "create",
|
6290
6273
|
"kind": 2048,
|
6291
6274
|
"kindString": "Method",
|
@@ -6295,13 +6278,13 @@
|
|
6295
6278
|
"sources": [
|
6296
6279
|
{
|
6297
6280
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6298
|
-
"line":
|
6281
|
+
"line": 22,
|
6299
6282
|
"character": 9
|
6300
6283
|
}
|
6301
6284
|
],
|
6302
6285
|
"signatures": [
|
6303
6286
|
{
|
6304
|
-
"id":
|
6287
|
+
"id": 591,
|
6305
6288
|
"name": "create",
|
6306
6289
|
"kind": 4096,
|
6307
6290
|
"kindString": "Call signature",
|
@@ -6309,17 +6292,17 @@
|
|
6309
6292
|
"comment": {},
|
6310
6293
|
"parameters": [
|
6311
6294
|
{
|
6312
|
-
"id":
|
6295
|
+
"id": 592,
|
6313
6296
|
"name": "options",
|
6314
6297
|
"kind": 32768,
|
6315
6298
|
"kindString": "Parameter",
|
6316
6299
|
"flags": {},
|
6317
6300
|
"comment": {
|
6318
|
-
"
|
6301
|
+
"shortText": "Creates a viewkeeper instance, applying host options where applicable.\n"
|
6319
6302
|
},
|
6320
6303
|
"type": {
|
6321
6304
|
"type": "reference",
|
6322
|
-
"id":
|
6305
|
+
"id": 575,
|
6323
6306
|
"name": "SkyViewkeeperOptions"
|
6324
6307
|
}
|
6325
6308
|
}
|
@@ -6332,7 +6315,7 @@
|
|
6332
6315
|
]
|
6333
6316
|
},
|
6334
6317
|
{
|
6335
|
-
"id":
|
6318
|
+
"id": 593,
|
6336
6319
|
"name": "destroy",
|
6337
6320
|
"kind": 2048,
|
6338
6321
|
"kindString": "Method",
|
@@ -6342,13 +6325,13 @@
|
|
6342
6325
|
"sources": [
|
6343
6326
|
{
|
6344
6327
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6345
|
-
"line":
|
6328
|
+
"line": 32,
|
6346
6329
|
"character": 9
|
6347
6330
|
}
|
6348
6331
|
],
|
6349
6332
|
"signatures": [
|
6350
6333
|
{
|
6351
|
-
"id":
|
6334
|
+
"id": 594,
|
6352
6335
|
"name": "destroy",
|
6353
6336
|
"kind": 4096,
|
6354
6337
|
"kindString": "Call signature",
|
@@ -6358,13 +6341,13 @@
|
|
6358
6341
|
},
|
6359
6342
|
"parameters": [
|
6360
6343
|
{
|
6361
|
-
"id":
|
6344
|
+
"id": 595,
|
6362
6345
|
"name": "vk",
|
6363
6346
|
"kind": 32768,
|
6364
6347
|
"kindString": "Parameter",
|
6365
6348
|
"flags": {},
|
6366
6349
|
"comment": {
|
6367
|
-
"
|
6350
|
+
"shortText": "Viewkeeper instance to destroy.\n"
|
6368
6351
|
},
|
6369
6352
|
"type": {
|
6370
6353
|
"type": "reference",
|
@@ -6385,22 +6368,22 @@
|
|
6385
6368
|
"title": "Constructors",
|
6386
6369
|
"kind": 512,
|
6387
6370
|
"children": [
|
6388
|
-
|
6371
|
+
587
|
6389
6372
|
]
|
6390
6373
|
},
|
6391
6374
|
{
|
6392
6375
|
"title": "Methods",
|
6393
6376
|
"kind": 2048,
|
6394
6377
|
"children": [
|
6395
|
-
|
6396
|
-
|
6378
|
+
590,
|
6379
|
+
593
|
6397
6380
|
]
|
6398
6381
|
}
|
6399
6382
|
],
|
6400
6383
|
"sources": [
|
6401
6384
|
{
|
6402
6385
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
6403
|
-
"line":
|
6386
|
+
"line": 15,
|
6404
6387
|
"character": 13
|
6405
6388
|
}
|
6406
6389
|
]
|
@@ -6422,7 +6405,7 @@
|
|
6422
6405
|
"name": "Directive"
|
6423
6406
|
},
|
6424
6407
|
"arguments": {
|
6425
|
-
"obj": "{\n selector: '[skyAffixTo]'
|
6408
|
+
"obj": "{\n selector: '[skyAffixTo]',\n}"
|
6426
6409
|
}
|
6427
6410
|
}
|
6428
6411
|
],
|
@@ -6436,7 +6419,7 @@
|
|
6436
6419
|
"sources": [
|
6437
6420
|
{
|
6438
6421
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6439
|
-
"line":
|
6422
|
+
"line": 111,
|
6440
6423
|
"character": 2
|
6441
6424
|
}
|
6442
6425
|
],
|
@@ -6510,7 +6493,7 @@
|
|
6510
6493
|
"sources": [
|
6511
6494
|
{
|
6512
6495
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6513
|
-
"line":
|
6496
|
+
"line": 51,
|
6514
6497
|
"character": 9
|
6515
6498
|
}
|
6516
6499
|
],
|
@@ -6544,7 +6527,7 @@
|
|
6544
6527
|
"sources": [
|
6545
6528
|
{
|
6546
6529
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6547
|
-
"line":
|
6530
|
+
"line": 57,
|
6548
6531
|
"character": 9
|
6549
6532
|
}
|
6550
6533
|
],
|
@@ -6577,7 +6560,7 @@
|
|
6577
6560
|
"sources": [
|
6578
6561
|
{
|
6579
6562
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6580
|
-
"line":
|
6563
|
+
"line": 63,
|
6581
6564
|
"character": 9
|
6582
6565
|
}
|
6583
6566
|
],
|
@@ -6610,7 +6593,7 @@
|
|
6610
6593
|
"sources": [
|
6611
6594
|
{
|
6612
6595
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6613
|
-
"line":
|
6596
|
+
"line": 69,
|
6614
6597
|
"character": 9
|
6615
6598
|
}
|
6616
6599
|
],
|
@@ -6644,7 +6627,7 @@
|
|
6644
6627
|
"sources": [
|
6645
6628
|
{
|
6646
6629
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6647
|
-
"line":
|
6630
|
+
"line": 75,
|
6648
6631
|
"character": 9
|
6649
6632
|
}
|
6650
6633
|
],
|
@@ -6677,7 +6660,7 @@
|
|
6677
6660
|
"sources": [
|
6678
6661
|
{
|
6679
6662
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6680
|
-
"line":
|
6663
|
+
"line": 93,
|
6681
6664
|
"character": 9
|
6682
6665
|
}
|
6683
6666
|
],
|
@@ -6718,7 +6701,7 @@
|
|
6718
6701
|
"sources": [
|
6719
6702
|
{
|
6720
6703
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6721
|
-
"line":
|
6704
|
+
"line": 99,
|
6722
6705
|
"character": 9
|
6723
6706
|
}
|
6724
6707
|
],
|
@@ -6758,7 +6741,7 @@
|
|
6758
6741
|
"sources": [
|
6759
6742
|
{
|
6760
6743
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6761
|
-
"line":
|
6744
|
+
"line": 81,
|
6762
6745
|
"character": 9
|
6763
6746
|
}
|
6764
6747
|
],
|
@@ -6792,7 +6775,7 @@
|
|
6792
6775
|
"sources": [
|
6793
6776
|
{
|
6794
6777
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6795
|
-
"line":
|
6778
|
+
"line": 105,
|
6796
6779
|
"character": 9
|
6797
6780
|
}
|
6798
6781
|
],
|
@@ -6833,7 +6816,7 @@
|
|
6833
6816
|
"sources": [
|
6834
6817
|
{
|
6835
6818
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6836
|
-
"line":
|
6819
|
+
"line": 87,
|
6837
6820
|
"character": 9
|
6838
6821
|
}
|
6839
6822
|
],
|
@@ -6867,7 +6850,7 @@
|
|
6867
6850
|
"sources": [
|
6868
6851
|
{
|
6869
6852
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6870
|
-
"line":
|
6853
|
+
"line": 45,
|
6871
6854
|
"character": 9
|
6872
6855
|
}
|
6873
6856
|
],
|
@@ -6887,7 +6870,7 @@
|
|
6887
6870
|
"sources": [
|
6888
6871
|
{
|
6889
6872
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6890
|
-
"line":
|
6873
|
+
"line": 127,
|
6891
6874
|
"character": 9
|
6892
6875
|
}
|
6893
6876
|
],
|
@@ -6937,7 +6920,7 @@
|
|
6937
6920
|
"sources": [
|
6938
6921
|
{
|
6939
6922
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
6940
|
-
"line":
|
6923
|
+
"line": 142,
|
6941
6924
|
"character": 9
|
6942
6925
|
}
|
6943
6926
|
],
|
@@ -7001,7 +6984,7 @@
|
|
7001
6984
|
"sources": [
|
7002
6985
|
{
|
7003
6986
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7004
|
-
"line":
|
6987
|
+
"line": 40,
|
7005
6988
|
"character": 13
|
7006
6989
|
}
|
7007
6990
|
],
|
@@ -7033,7 +7016,7 @@
|
|
7033
7016
|
"name": "Directive"
|
7034
7017
|
},
|
7035
7018
|
"arguments": {
|
7036
|
-
"obj": "{\n selector: '[skyId]',\n exportAs: 'skyId'
|
7019
|
+
"obj": "{\n selector: '[skyId]',\n exportAs: 'skyId',\n}"
|
7037
7020
|
}
|
7038
7021
|
}
|
7039
7022
|
],
|
@@ -7047,7 +7030,7 @@
|
|
7047
7030
|
"sources": [
|
7048
7031
|
{
|
7049
7032
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
7050
|
-
"line":
|
7033
|
+
"line": 27,
|
7051
7034
|
"character": 2
|
7052
7035
|
}
|
7053
7036
|
],
|
@@ -7107,7 +7090,7 @@
|
|
7107
7090
|
"sources": [
|
7108
7091
|
{
|
7109
7092
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
7110
|
-
"line":
|
7093
|
+
"line": 21,
|
7111
7094
|
"character": 13
|
7112
7095
|
}
|
7113
7096
|
],
|
@@ -7145,7 +7128,7 @@
|
|
7145
7128
|
"sources": [
|
7146
7129
|
{
|
7147
7130
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
7148
|
-
"line":
|
7131
|
+
"line": 20,
|
7149
7132
|
"character": 13
|
7150
7133
|
}
|
7151
7134
|
]
|
@@ -7164,7 +7147,7 @@
|
|
7164
7147
|
"name": "Directive"
|
7165
7148
|
},
|
7166
7149
|
"arguments": {
|
7167
|
-
"obj": "{\n selector: '[skyViewkeeper]'
|
7150
|
+
"obj": "{\n selector: '[skyViewkeeper]',\n}"
|
7168
7151
|
}
|
7169
7152
|
}
|
7170
7153
|
],
|
@@ -7178,7 +7161,7 @@
|
|
7178
7161
|
"sources": [
|
7179
7162
|
{
|
7180
7163
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7181
|
-
"line":
|
7164
|
+
"line": 44,
|
7182
7165
|
"character": 2
|
7183
7166
|
}
|
7184
7167
|
],
|
@@ -7215,7 +7198,7 @@
|
|
7215
7198
|
"flags": {},
|
7216
7199
|
"type": {
|
7217
7200
|
"type": "reference",
|
7218
|
-
"id":
|
7201
|
+
"id": 369,
|
7219
7202
|
"name": "MutationObserverService"
|
7220
7203
|
}
|
7221
7204
|
},
|
@@ -7227,7 +7210,7 @@
|
|
7227
7210
|
"flags": {},
|
7228
7211
|
"type": {
|
7229
7212
|
"type": "reference",
|
7230
|
-
"id":
|
7213
|
+
"id": 586,
|
7231
7214
|
"name": "SkyViewkeeperService"
|
7232
7215
|
}
|
7233
7216
|
},
|
@@ -7249,7 +7232,7 @@
|
|
7249
7232
|
],
|
7250
7233
|
"type": {
|
7251
7234
|
"type": "reference",
|
7252
|
-
"id":
|
7235
|
+
"id": 524,
|
7253
7236
|
"name": "SkyScrollableHostService"
|
7254
7237
|
}
|
7255
7238
|
}
|
@@ -7283,7 +7266,7 @@
|
|
7283
7266
|
"sources": [
|
7284
7267
|
{
|
7285
7268
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7286
|
-
"line":
|
7269
|
+
"line": 24,
|
7287
7270
|
"character": 13
|
7288
7271
|
}
|
7289
7272
|
],
|
@@ -7344,7 +7327,7 @@
|
|
7344
7327
|
"sources": [
|
7345
7328
|
{
|
7346
7329
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7347
|
-
"line":
|
7330
|
+
"line": 62,
|
7348
7331
|
"character": 9
|
7349
7332
|
}
|
7350
7333
|
],
|
@@ -7381,7 +7364,7 @@
|
|
7381
7364
|
"sources": [
|
7382
7365
|
{
|
7383
7366
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7384
|
-
"line":
|
7367
|
+
"line": 51,
|
7385
7368
|
"character": 9
|
7386
7369
|
}
|
7387
7370
|
],
|
@@ -7435,7 +7418,7 @@
|
|
7435
7418
|
"sources": [
|
7436
7419
|
{
|
7437
7420
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
7438
|
-
"line":
|
7421
|
+
"line": 22,
|
7439
7422
|
"character": 13
|
7440
7423
|
}
|
7441
7424
|
],
|
@@ -7471,7 +7454,7 @@
|
|
7471
7454
|
"sources": [
|
7472
7455
|
{
|
7473
7456
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7474
|
-
"line":
|
7457
|
+
"line": 15,
|
7475
7458
|
"character": 2
|
7476
7459
|
}
|
7477
7460
|
],
|
@@ -7495,7 +7478,7 @@
|
|
7495
7478
|
"sources": [
|
7496
7479
|
{
|
7497
7480
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7498
|
-
"line":
|
7481
|
+
"line": 24,
|
7499
7482
|
"character": 2
|
7500
7483
|
}
|
7501
7484
|
],
|
@@ -7518,7 +7501,7 @@
|
|
7518
7501
|
"sources": [
|
7519
7502
|
{
|
7520
7503
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7521
|
-
"line":
|
7504
|
+
"line": 31,
|
7522
7505
|
"character": 2
|
7523
7506
|
}
|
7524
7507
|
],
|
@@ -7541,7 +7524,7 @@
|
|
7541
7524
|
"sources": [
|
7542
7525
|
{
|
7543
7526
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7544
|
-
"line":
|
7527
|
+
"line": 36,
|
7545
7528
|
"character": 2
|
7546
7529
|
}
|
7547
7530
|
],
|
@@ -7565,7 +7548,7 @@
|
|
7565
7548
|
"sources": [
|
7566
7549
|
{
|
7567
7550
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7568
|
-
"line":
|
7551
|
+
"line": 41,
|
7569
7552
|
"character": 2
|
7570
7553
|
}
|
7571
7554
|
],
|
@@ -7588,7 +7571,7 @@
|
|
7588
7571
|
"sources": [
|
7589
7572
|
{
|
7590
7573
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7591
|
-
"line":
|
7574
|
+
"line": 46,
|
7592
7575
|
"character": 2
|
7593
7576
|
}
|
7594
7577
|
],
|
@@ -7612,7 +7595,7 @@
|
|
7612
7595
|
"sources": [
|
7613
7596
|
{
|
7614
7597
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7615
|
-
"line":
|
7598
|
+
"line": 51,
|
7616
7599
|
"character": 2
|
7617
7600
|
}
|
7618
7601
|
],
|
@@ -7641,7 +7624,7 @@
|
|
7641
7624
|
"sources": [
|
7642
7625
|
{
|
7643
7626
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
7644
|
-
"line":
|
7627
|
+
"line": 11,
|
7645
7628
|
"character": 17
|
7646
7629
|
}
|
7647
7630
|
]
|
@@ -7667,7 +7650,7 @@
|
|
7667
7650
|
"sources": [
|
7668
7651
|
{
|
7669
7652
|
"fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
|
7670
|
-
"line":
|
7653
|
+
"line": 7,
|
7671
7654
|
"character": 2
|
7672
7655
|
}
|
7673
7656
|
],
|
@@ -7689,7 +7672,7 @@
|
|
7689
7672
|
"sources": [
|
7690
7673
|
{
|
7691
7674
|
"fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
|
7692
|
-
"line":
|
7675
|
+
"line": 6,
|
7693
7676
|
"character": 17
|
7694
7677
|
}
|
7695
7678
|
]
|
@@ -7713,7 +7696,7 @@
|
|
7713
7696
|
"sources": [
|
7714
7697
|
{
|
7715
7698
|
"fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
|
7716
|
-
"line":
|
7699
|
+
"line": 7,
|
7717
7700
|
"character": 2
|
7718
7701
|
}
|
7719
7702
|
],
|
@@ -7736,20 +7719,20 @@
|
|
7736
7719
|
"sources": [
|
7737
7720
|
{
|
7738
7721
|
"fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
|
7739
|
-
"line":
|
7722
|
+
"line": 3,
|
7740
7723
|
"character": 17
|
7741
7724
|
}
|
7742
7725
|
]
|
7743
7726
|
},
|
7744
7727
|
{
|
7745
|
-
"id":
|
7728
|
+
"id": 545,
|
7746
7729
|
"name": "SkyAppSetTitleArgs",
|
7747
7730
|
"kind": 256,
|
7748
7731
|
"kindString": "Interface",
|
7749
7732
|
"flags": {},
|
7750
7733
|
"children": [
|
7751
7734
|
{
|
7752
|
-
"id":
|
7735
|
+
"id": 546,
|
7753
7736
|
"name": "titleParts",
|
7754
7737
|
"kind": 1024,
|
7755
7738
|
"kindString": "Property",
|
@@ -7757,7 +7740,7 @@
|
|
7757
7740
|
"sources": [
|
7758
7741
|
{
|
7759
7742
|
"fileName": "projects/core/src/modules/title/set-title-args.ts",
|
7760
|
-
"line":
|
7743
|
+
"line": 2,
|
7761
7744
|
"character": 2
|
7762
7745
|
}
|
7763
7746
|
],
|
@@ -7775,7 +7758,7 @@
|
|
7775
7758
|
"title": "Properties",
|
7776
7759
|
"kind": 1024,
|
7777
7760
|
"children": [
|
7778
|
-
|
7761
|
+
546
|
7779
7762
|
]
|
7780
7763
|
}
|
7781
7764
|
],
|
@@ -7808,7 +7791,7 @@
|
|
7808
7791
|
"sources": [
|
7809
7792
|
{
|
7810
7793
|
"fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
|
7811
|
-
"line":
|
7794
|
+
"line": 9,
|
7812
7795
|
"character": 2
|
7813
7796
|
}
|
7814
7797
|
],
|
@@ -7834,7 +7817,7 @@
|
|
7834
7817
|
"sources": [
|
7835
7818
|
{
|
7836
7819
|
"fileName": "projects/core/src/modules/dock/dock-item-config.ts",
|
7837
|
-
"line":
|
7820
|
+
"line": 10,
|
7838
7821
|
"character": 2
|
7839
7822
|
}
|
7840
7823
|
],
|
@@ -7862,7 +7845,7 @@
|
|
7862
7845
|
"sources": [
|
7863
7846
|
{
|
7864
7847
|
"fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
|
7865
|
-
"line":
|
7848
|
+
"line": 5,
|
7866
7849
|
"character": 17
|
7867
7850
|
}
|
7868
7851
|
],
|
@@ -7898,7 +7881,7 @@
|
|
7898
7881
|
"sources": [
|
7899
7882
|
{
|
7900
7883
|
"fileName": "projects/core/src/modules/dock/dock-item-config.ts",
|
7901
|
-
"line":
|
7884
|
+
"line": 10,
|
7902
7885
|
"character": 2
|
7903
7886
|
}
|
7904
7887
|
],
|
@@ -7956,7 +7939,7 @@
|
|
7956
7939
|
"sources": [
|
7957
7940
|
{
|
7958
7941
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
7959
|
-
"line":
|
7942
|
+
"line": 10,
|
7960
7943
|
"character": 2
|
7961
7944
|
}
|
7962
7945
|
],
|
@@ -7980,7 +7963,7 @@
|
|
7980
7963
|
"sources": [
|
7981
7964
|
{
|
7982
7965
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
7983
|
-
"line":
|
7966
|
+
"line": 15,
|
7984
7967
|
"character": 2
|
7985
7968
|
}
|
7986
7969
|
],
|
@@ -8003,7 +7986,7 @@
|
|
8003
7986
|
"sources": [
|
8004
7987
|
{
|
8005
7988
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
8006
|
-
"line":
|
7989
|
+
"line": 20,
|
8007
7990
|
"character": 2
|
8008
7991
|
}
|
8009
7992
|
],
|
@@ -8027,7 +8010,7 @@
|
|
8027
8010
|
"sources": [
|
8028
8011
|
{
|
8029
8012
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
8030
|
-
"line":
|
8013
|
+
"line": 6,
|
8031
8014
|
"character": 17
|
8032
8015
|
}
|
8033
8016
|
]
|
@@ -8056,7 +8039,7 @@
|
|
8056
8039
|
"sources": [
|
8057
8040
|
{
|
8058
8041
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
8059
|
-
"line":
|
8042
|
+
"line": 10,
|
8060
8043
|
"character": 2
|
8061
8044
|
}
|
8062
8045
|
],
|
@@ -8080,7 +8063,7 @@
|
|
8080
8063
|
"sources": [
|
8081
8064
|
{
|
8082
8065
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
8083
|
-
"line":
|
8066
|
+
"line": 15,
|
8084
8067
|
"character": 2
|
8085
8068
|
}
|
8086
8069
|
],
|
@@ -8103,7 +8086,7 @@
|
|
8103
8086
|
"sources": [
|
8104
8087
|
{
|
8105
8088
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
8106
|
-
"line":
|
8089
|
+
"line": 6,
|
8107
8090
|
"character": 17
|
8108
8091
|
}
|
8109
8092
|
]
|
@@ -8132,7 +8115,7 @@
|
|
8132
8115
|
"sources": [
|
8133
8116
|
{
|
8134
8117
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
8135
|
-
"line":
|
8118
|
+
"line": 9,
|
8136
8119
|
"character": 2
|
8137
8120
|
}
|
8138
8121
|
],
|
@@ -8155,7 +8138,7 @@
|
|
8155
8138
|
"sources": [
|
8156
8139
|
{
|
8157
8140
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
8158
|
-
"line":
|
8141
|
+
"line": 15,
|
8159
8142
|
"character": 2
|
8160
8143
|
}
|
8161
8144
|
],
|
@@ -8178,20 +8161,20 @@
|
|
8178
8161
|
"sources": [
|
8179
8162
|
{
|
8180
8163
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
8181
|
-
"line":
|
8164
|
+
"line": 4,
|
8182
8165
|
"character": 17
|
8183
8166
|
}
|
8184
8167
|
]
|
8185
8168
|
},
|
8186
8169
|
{
|
8187
|
-
"id":
|
8170
|
+
"id": 443,
|
8188
8171
|
"name": "SkyOverlayConfig",
|
8189
8172
|
"kind": 256,
|
8190
8173
|
"kindString": "Interface",
|
8191
8174
|
"flags": {},
|
8192
8175
|
"children": [
|
8193
8176
|
{
|
8194
|
-
"id":
|
8177
|
+
"id": 444,
|
8195
8178
|
"name": "closeOnNavigation",
|
8196
8179
|
"kind": 1024,
|
8197
8180
|
"kindString": "Property",
|
@@ -8204,7 +8187,7 @@
|
|
8204
8187
|
"sources": [
|
8205
8188
|
{
|
8206
8189
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8207
|
-
"line":
|
8190
|
+
"line": 5,
|
8208
8191
|
"character": 2
|
8209
8192
|
}
|
8210
8193
|
],
|
@@ -8214,7 +8197,7 @@
|
|
8214
8197
|
}
|
8215
8198
|
},
|
8216
8199
|
{
|
8217
|
-
"id":
|
8200
|
+
"id": 445,
|
8218
8201
|
"name": "enableClose",
|
8219
8202
|
"kind": 1024,
|
8220
8203
|
"kindString": "Property",
|
@@ -8227,7 +8210,7 @@
|
|
8227
8210
|
"sources": [
|
8228
8211
|
{
|
8229
8212
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8230
|
-
"line":
|
8213
|
+
"line": 10,
|
8231
8214
|
"character": 2
|
8232
8215
|
}
|
8233
8216
|
],
|
@@ -8237,7 +8220,7 @@
|
|
8237
8220
|
}
|
8238
8221
|
},
|
8239
8222
|
{
|
8240
|
-
"id":
|
8223
|
+
"id": 446,
|
8241
8224
|
"name": "enablePointerEvents",
|
8242
8225
|
"kind": 1024,
|
8243
8226
|
"kindString": "Property",
|
@@ -8250,7 +8233,7 @@
|
|
8250
8233
|
"sources": [
|
8251
8234
|
{
|
8252
8235
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8253
|
-
"line":
|
8236
|
+
"line": 15,
|
8254
8237
|
"character": 2
|
8255
8238
|
}
|
8256
8239
|
],
|
@@ -8260,7 +8243,7 @@
|
|
8260
8243
|
}
|
8261
8244
|
},
|
8262
8245
|
{
|
8263
|
-
"id":
|
8246
|
+
"id": 447,
|
8264
8247
|
"name": "enableScroll",
|
8265
8248
|
"kind": 1024,
|
8266
8249
|
"kindString": "Property",
|
@@ -8273,7 +8256,7 @@
|
|
8273
8256
|
"sources": [
|
8274
8257
|
{
|
8275
8258
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8276
|
-
"line":
|
8259
|
+
"line": 20,
|
8277
8260
|
"character": 2
|
8278
8261
|
}
|
8279
8262
|
],
|
@@ -8283,7 +8266,7 @@
|
|
8283
8266
|
}
|
8284
8267
|
},
|
8285
8268
|
{
|
8286
|
-
"id":
|
8269
|
+
"id": 448,
|
8287
8270
|
"name": "showBackdrop",
|
8288
8271
|
"kind": 1024,
|
8289
8272
|
"kindString": "Property",
|
@@ -8296,7 +8279,7 @@
|
|
8296
8279
|
"sources": [
|
8297
8280
|
{
|
8298
8281
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8299
|
-
"line":
|
8282
|
+
"line": 25,
|
8300
8283
|
"character": 2
|
8301
8284
|
}
|
8302
8285
|
],
|
@@ -8306,7 +8289,7 @@
|
|
8306
8289
|
}
|
8307
8290
|
},
|
8308
8291
|
{
|
8309
|
-
"id":
|
8292
|
+
"id": 449,
|
8310
8293
|
"name": "wrapperClass",
|
8311
8294
|
"kind": 1024,
|
8312
8295
|
"kindString": "Property",
|
@@ -8319,7 +8302,7 @@
|
|
8319
8302
|
"sources": [
|
8320
8303
|
{
|
8321
8304
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
8322
|
-
"line":
|
8305
|
+
"line": 30,
|
8323
8306
|
"character": 2
|
8324
8307
|
}
|
8325
8308
|
],
|
@@ -8334,12 +8317,12 @@
|
|
8334
8317
|
"title": "Properties",
|
8335
8318
|
"kind": 1024,
|
8336
8319
|
"children": [
|
8337
|
-
|
8338
|
-
|
8339
|
-
|
8340
|
-
|
8341
|
-
|
8342
|
-
|
8320
|
+
444,
|
8321
|
+
445,
|
8322
|
+
446,
|
8323
|
+
447,
|
8324
|
+
448,
|
8325
|
+
449
|
8343
8326
|
]
|
8344
8327
|
}
|
8345
8328
|
],
|
@@ -8352,7 +8335,7 @@
|
|
8352
8335
|
]
|
8353
8336
|
},
|
8354
8337
|
{
|
8355
|
-
"id":
|
8338
|
+
"id": 575,
|
8356
8339
|
"name": "SkyViewkeeperOptions",
|
8357
8340
|
"kind": 256,
|
8358
8341
|
"kindString": "Interface",
|
@@ -8362,7 +8345,7 @@
|
|
8362
8345
|
},
|
8363
8346
|
"children": [
|
8364
8347
|
{
|
8365
|
-
"id":
|
8348
|
+
"id": 576,
|
8366
8349
|
"name": "boundaryEl",
|
8367
8350
|
"kind": 1024,
|
8368
8351
|
"kindString": "Property",
|
@@ -8385,7 +8368,7 @@
|
|
8385
8368
|
}
|
8386
8369
|
},
|
8387
8370
|
{
|
8388
|
-
"id":
|
8371
|
+
"id": 577,
|
8389
8372
|
"name": "el",
|
8390
8373
|
"kind": 1024,
|
8391
8374
|
"kindString": "Property",
|
@@ -8408,7 +8391,7 @@
|
|
8408
8391
|
}
|
8409
8392
|
},
|
8410
8393
|
{
|
8411
|
-
"id":
|
8394
|
+
"id": 578,
|
8412
8395
|
"name": "scrollableHost",
|
8413
8396
|
"kind": 1024,
|
8414
8397
|
"kindString": "Property",
|
@@ -8431,7 +8414,7 @@
|
|
8431
8414
|
}
|
8432
8415
|
},
|
8433
8416
|
{
|
8434
|
-
"id":
|
8417
|
+
"id": 579,
|
8435
8418
|
"name": "setWidth",
|
8436
8419
|
"kind": 1024,
|
8437
8420
|
"kindString": "Property",
|
@@ -8454,7 +8437,7 @@
|
|
8454
8437
|
}
|
8455
8438
|
},
|
8456
8439
|
{
|
8457
|
-
"id":
|
8440
|
+
"id": 580,
|
8458
8441
|
"name": "verticalOffset",
|
8459
8442
|
"kind": 1024,
|
8460
8443
|
"kindString": "Property",
|
@@ -8477,7 +8460,7 @@
|
|
8477
8460
|
}
|
8478
8461
|
},
|
8479
8462
|
{
|
8480
|
-
"id":
|
8463
|
+
"id": 581,
|
8481
8464
|
"name": "verticalOffsetEl",
|
8482
8465
|
"kind": 1024,
|
8483
8466
|
"kindString": "Property",
|
@@ -8500,7 +8483,7 @@
|
|
8500
8483
|
}
|
8501
8484
|
},
|
8502
8485
|
{
|
8503
|
-
"id":
|
8486
|
+
"id": 582,
|
8504
8487
|
"name": "viewportMarginTop",
|
8505
8488
|
"kind": 1024,
|
8506
8489
|
"kindString": "Property",
|
@@ -8528,13 +8511,13 @@
|
|
8528
8511
|
"title": "Properties",
|
8529
8512
|
"kind": 1024,
|
8530
8513
|
"children": [
|
8531
|
-
|
8532
|
-
|
8533
|
-
|
8534
|
-
|
8535
|
-
|
8536
|
-
|
8537
|
-
|
8514
|
+
576,
|
8515
|
+
577,
|
8516
|
+
578,
|
8517
|
+
579,
|
8518
|
+
580,
|
8519
|
+
581,
|
8520
|
+
582
|
8538
8521
|
]
|
8539
8522
|
}
|
8540
8523
|
],
|
@@ -8548,7 +8531,7 @@
|
|
8548
8531
|
"implementedBy": [
|
8549
8532
|
{
|
8550
8533
|
"type": "reference",
|
8551
|
-
"id":
|
8534
|
+
"id": 565,
|
8552
8535
|
"name": "SkyViewkeeperHostOptions"
|
8553
8536
|
}
|
8554
8537
|
]
|
@@ -8668,7 +8651,7 @@
|
|
8668
8651
|
"sources": [
|
8669
8652
|
{
|
8670
8653
|
"fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
|
8671
|
-
"line":
|
8654
|
+
"line": 7,
|
8672
8655
|
"character": 12
|
8673
8656
|
}
|
8674
8657
|
],
|
@@ -8680,13 +8663,10 @@
|
|
8680
8663
|
"kind": 65536,
|
8681
8664
|
"kindString": "Type literal",
|
8682
8665
|
"flags": {},
|
8683
|
-
"comment": {
|
8684
|
-
"shortText": "Specifies a funciton that is called when the breakpoints change. It is called\nwith a `SkyMediaBreakpoints` argument, which is an enum that represents the new breakpoint."
|
8685
|
-
},
|
8686
8666
|
"sources": [
|
8687
8667
|
{
|
8688
8668
|
"fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
|
8689
|
-
"line":
|
8669
|
+
"line": 7,
|
8690
8670
|
"character": 36
|
8691
8671
|
}
|
8692
8672
|
],
|
@@ -8727,7 +8707,7 @@
|
|
8727
8707
|
"groups": [
|
8728
8708
|
{
|
8729
8709
|
"title": "Enumerations",
|
8730
|
-
"kind":
|
8710
|
+
"kind": 8,
|
8731
8711
|
"children": [
|
8732
8712
|
114,
|
8733
8713
|
235,
|
@@ -8739,14 +8719,14 @@
|
|
8739
8719
|
"title": "Classes",
|
8740
8720
|
"kind": 128,
|
8741
8721
|
"children": [
|
8742
|
-
|
8743
|
-
|
8722
|
+
369,
|
8723
|
+
381,
|
8744
8724
|
137,
|
8745
8725
|
140,
|
8746
8726
|
148,
|
8747
8727
|
301,
|
8748
|
-
|
8749
|
-
|
8728
|
+
547,
|
8729
|
+
598,
|
8750
8730
|
63,
|
8751
8731
|
66,
|
8752
8732
|
219,
|
@@ -8759,19 +8739,19 @@
|
|
8759
8739
|
314,
|
8760
8740
|
330,
|
8761
8741
|
333,
|
8762
|
-
|
8763
|
-
|
8764
|
-
|
8765
|
-
|
8766
|
-
|
8767
|
-
|
8768
|
-
|
8769
|
-
|
8770
|
-
|
8771
|
-
|
8772
|
-
|
8773
|
-
|
8774
|
-
|
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,
|
8775
8755
|
1,
|
8776
8756
|
26,
|
8777
8757
|
34
|
@@ -8784,14 +8764,14 @@
|
|
8784
8764
|
117,
|
8785
8765
|
131,
|
8786
8766
|
134,
|
8787
|
-
|
8767
|
+
545,
|
8788
8768
|
216,
|
8789
8769
|
233,
|
8790
8770
|
239,
|
8791
8771
|
273,
|
8792
8772
|
111,
|
8793
|
-
|
8794
|
-
|
8773
|
+
443,
|
8774
|
+
575
|
8795
8775
|
]
|
8796
8776
|
},
|
8797
8777
|
{
|
@@ -8814,50 +8794,55 @@
|
|
8814
8794
|
]
|
8815
8795
|
},
|
8816
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
|
+
},
|
8817
8802
|
{
|
8818
8803
|
"fileName": "id-demo.component.html",
|
8819
8804
|
"filePath": "/projects/core/documentation/code-examples/id/id-demo.component.html",
|
8820
|
-
"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"
|
8821
8806
|
},
|
8822
8807
|
{
|
8823
8808
|
"fileName": "id-demo.component.ts",
|
8824
8809
|
"filePath": "/projects/core/documentation/code-examples/id/id-demo.component.ts",
|
8825
|
-
"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"
|
8826
8811
|
},
|
8827
8812
|
{
|
8828
8813
|
"fileName": "id-demo.module.ts",
|
8829
8814
|
"filePath": "/projects/core/documentation/code-examples/id/id-demo.module.ts",
|
8830
|
-
"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"
|
8831
8816
|
},
|
8832
8817
|
{
|
8833
8818
|
"fileName": "media-query-demo.component.html",
|
8834
8819
|
"filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.component.html",
|
8835
|
-
"rawContents": "<sky-alert
|
8820
|
+
"rawContents": "<sky-alert alertType=\"info\">\n Current media breakpoint: <strong>{{ currentBreakpoint }}</strong>\n</sky-alert>\n"
|
8836
8821
|
},
|
8837
8822
|
{
|
8838
8823
|
"fileName": "media-query-demo.component.ts",
|
8839
8824
|
"filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.component.ts",
|
8840
|
-
"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"
|
8841
8826
|
},
|
8842
8827
|
{
|
8843
8828
|
"fileName": "media-query-demo.module.ts",
|
8844
8829
|
"filePath": "/projects/core/documentation/code-examples/media-query/basic/media-query-demo.module.ts",
|
8845
|
-
"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"
|
8846
8831
|
},
|
8847
8832
|
{
|
8848
8833
|
"fileName": "numeric-demo.component.html",
|
8849
8834
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.html",
|
8850
|
-
"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"
|
8851
8836
|
},
|
8852
8837
|
{
|
8853
8838
|
"fileName": "numeric-demo.component.ts",
|
8854
8839
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.ts",
|
8855
|
-
"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"
|
8856
8841
|
},
|
8857
8842
|
{
|
8858
8843
|
"fileName": "numeric-demo.module.ts",
|
8859
8844
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.module.ts",
|
8860
|
-
"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"
|
8861
8846
|
}
|
8862
8847
|
]
|
8863
8848
|
}
|