@skyux/core 8.10.6 → 8.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +574 -515
- package/esm2020/lib/modules/adapter-service/adapter.module.mjs +5 -5
- package/esm2020/lib/modules/adapter-service/adapter.service.mjs +4 -4
- package/esm2020/lib/modules/affix/affix.directive.mjs +4 -4
- package/esm2020/lib/modules/affix/affix.module.mjs +5 -5
- package/esm2020/lib/modules/affix/affix.service.mjs +25 -7
- package/esm2020/lib/modules/affix/affixer.mjs +59 -43
- package/esm2020/lib/modules/affix/dom-utils.mjs +74 -30
- package/esm2020/lib/modules/dock/dock-dom-adapter.service.mjs +4 -4
- package/esm2020/lib/modules/dock/dock.component.mjs +4 -4
- package/esm2020/lib/modules/dock/dock.module.mjs +5 -5
- package/esm2020/lib/modules/dock/dock.service.mjs +4 -4
- package/esm2020/lib/modules/dynamic-component/dynamic-component.module.mjs +5 -5
- package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +7 -5
- package/esm2020/lib/modules/format/app-format.mjs +4 -4
- package/esm2020/lib/modules/id/id.directive.mjs +4 -4
- package/esm2020/lib/modules/id/id.module.mjs +5 -5
- package/esm2020/lib/modules/id/id.service.mjs +4 -4
- package/esm2020/lib/modules/layout-host/layout-host.service.mjs +4 -4
- package/esm2020/lib/modules/live-announcer/live-announcer.service.mjs +4 -4
- package/esm2020/lib/modules/log/log.module.mjs +5 -5
- package/esm2020/lib/modules/log/log.service.mjs +4 -4
- package/esm2020/lib/modules/media-query/media-query.module.mjs +5 -5
- package/esm2020/lib/modules/media-query/media-query.service.mjs +4 -4
- package/esm2020/lib/modules/mutation/mutation-observer-service.mjs +4 -4
- package/esm2020/lib/modules/numeric/numeric.module.mjs +5 -5
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +4 -4
- package/esm2020/lib/modules/numeric/numeric.service.mjs +4 -4
- package/esm2020/lib/modules/overlay/overlay-adapter.service.mjs +4 -4
- package/esm2020/lib/modules/overlay/overlay.component.mjs +4 -4
- package/esm2020/lib/modules/overlay/overlay.module.mjs +5 -5
- package/esm2020/lib/modules/overlay/overlay.service.mjs +4 -4
- package/esm2020/lib/modules/percent-pipe/percent-pipe.module.mjs +5 -5
- package/esm2020/lib/modules/percent-pipe/percent.pipe.mjs +4 -4
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +4 -4
- package/esm2020/lib/modules/resize-observer/resize-observer.service.mjs +4 -4
- package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +4 -4
- package/esm2020/lib/modules/shared/sky-core-resources.module.mjs +5 -5
- package/esm2020/lib/modules/title/title.service.mjs +4 -4
- package/esm2020/lib/modules/trim/trim.directive.mjs +4 -4
- package/esm2020/lib/modules/trim/trim.module.mjs +5 -5
- package/esm2020/lib/modules/ui-config/ui-config.service.mjs +4 -4
- package/esm2020/lib/modules/viewkeeper/viewkeeper-host-options.mjs +4 -4
- package/esm2020/lib/modules/viewkeeper/viewkeeper.directive.mjs +4 -4
- package/esm2020/lib/modules/viewkeeper/viewkeeper.module.mjs +5 -5
- package/esm2020/lib/modules/viewkeeper/viewkeeper.service.mjs +4 -4
- package/esm2020/lib/modules/window/window-ref.mjs +4 -4
- package/esm2020/testing/core-testing.module.mjs +5 -5
- package/esm2020/testing/mock-media-query.service.mjs +4 -4
- package/esm2020/testing/mock-ui-config.service.mjs +4 -4
- package/fesm2015/skyux-core-testing.mjs +10 -10
- package/fesm2015/skyux-core-testing.mjs.map +1 -1
- package/fesm2015/skyux-core.mjs +298 -223
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core-testing.mjs +10 -10
- package/fesm2020/skyux-core-testing.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +302 -223
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/affix/affix.service.d.ts +3 -2
- package/lib/modules/affix/affixer.d.ts +1 -1
- package/lib/modules/affix/dom-utils.d.ts +12 -4
- package/package.json +6 -6
package/documentation.json
CHANGED
@@ -133,7 +133,7 @@
|
|
133
133
|
]
|
134
134
|
},
|
135
135
|
{
|
136
|
-
"id":
|
136
|
+
"id": 313,
|
137
137
|
"name": "SkyDockLocation",
|
138
138
|
"kind": 8,
|
139
139
|
"kindString": "Enumeration",
|
@@ -143,7 +143,7 @@
|
|
143
143
|
},
|
144
144
|
"children": [
|
145
145
|
{
|
146
|
-
"id":
|
146
|
+
"id": 314,
|
147
147
|
"name": "BeforeElement",
|
148
148
|
"kind": 16,
|
149
149
|
"kindString": "Enumeration member",
|
@@ -161,7 +161,7 @@
|
|
161
161
|
"defaultValue": "0"
|
162
162
|
},
|
163
163
|
{
|
164
|
-
"id":
|
164
|
+
"id": 315,
|
165
165
|
"name": "BodyBottom",
|
166
166
|
"kind": 16,
|
167
167
|
"kindString": "Enumeration member",
|
@@ -179,7 +179,7 @@
|
|
179
179
|
"defaultValue": "1"
|
180
180
|
},
|
181
181
|
{
|
182
|
-
"id":
|
182
|
+
"id": 316,
|
183
183
|
"name": "ElementBottom",
|
184
184
|
"kind": 16,
|
185
185
|
"kindString": "Enumeration member",
|
@@ -202,9 +202,9 @@
|
|
202
202
|
"title": "Enumeration members",
|
203
203
|
"kind": 16,
|
204
204
|
"children": [
|
205
|
-
|
206
|
-
|
207
|
-
|
205
|
+
314,
|
206
|
+
315,
|
207
|
+
316
|
208
208
|
]
|
209
209
|
}
|
210
210
|
],
|
@@ -217,7 +217,7 @@
|
|
217
217
|
]
|
218
218
|
},
|
219
219
|
{
|
220
|
-
"id":
|
220
|
+
"id": 346,
|
221
221
|
"name": "SkyDynamicComponentLocation",
|
222
222
|
"kind": 8,
|
223
223
|
"kindString": "Enumeration",
|
@@ -227,7 +227,7 @@
|
|
227
227
|
},
|
228
228
|
"children": [
|
229
229
|
{
|
230
|
-
"id":
|
230
|
+
"id": 347,
|
231
231
|
"name": "BeforeElement",
|
232
232
|
"kind": 16,
|
233
233
|
"kindString": "Enumeration member",
|
@@ -245,7 +245,7 @@
|
|
245
245
|
"defaultValue": "0"
|
246
246
|
},
|
247
247
|
{
|
248
|
-
"id":
|
248
|
+
"id": 348,
|
249
249
|
"name": "BodyBottom",
|
250
250
|
"kind": 16,
|
251
251
|
"kindString": "Enumeration member",
|
@@ -263,7 +263,7 @@
|
|
263
263
|
"defaultValue": "1"
|
264
264
|
},
|
265
265
|
{
|
266
|
-
"id":
|
266
|
+
"id": 349,
|
267
267
|
"name": "BodyTop",
|
268
268
|
"kind": 16,
|
269
269
|
"kindString": "Enumeration member",
|
@@ -281,7 +281,7 @@
|
|
281
281
|
"defaultValue": "2"
|
282
282
|
},
|
283
283
|
{
|
284
|
-
"id":
|
284
|
+
"id": 350,
|
285
285
|
"name": "ElementBottom",
|
286
286
|
"kind": 16,
|
287
287
|
"kindString": "Enumeration member",
|
@@ -299,7 +299,7 @@
|
|
299
299
|
"defaultValue": "3"
|
300
300
|
},
|
301
301
|
{
|
302
|
-
"id":
|
302
|
+
"id": 351,
|
303
303
|
"name": "ElementTop",
|
304
304
|
"kind": 16,
|
305
305
|
"kindString": "Enumeration member",
|
@@ -322,11 +322,11 @@
|
|
322
322
|
"title": "Enumeration members",
|
323
323
|
"kind": 16,
|
324
324
|
"children": [
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
325
|
+
347,
|
326
|
+
348,
|
327
|
+
349,
|
328
|
+
350,
|
329
|
+
351
|
330
330
|
]
|
331
331
|
}
|
332
332
|
],
|
@@ -339,14 +339,14 @@
|
|
339
339
|
]
|
340
340
|
},
|
341
341
|
{
|
342
|
-
"id":
|
342
|
+
"id": 487,
|
343
343
|
"name": "SkyMediaBreakpoints",
|
344
344
|
"kind": 8,
|
345
345
|
"kindString": "Enumeration",
|
346
346
|
"flags": {},
|
347
347
|
"children": [
|
348
348
|
{
|
349
|
-
"id":
|
349
|
+
"id": 491,
|
350
350
|
"name": "lg",
|
351
351
|
"kind": 16,
|
352
352
|
"kindString": "Enumeration member",
|
@@ -364,7 +364,7 @@
|
|
364
364
|
"defaultValue": "4"
|
365
365
|
},
|
366
366
|
{
|
367
|
-
"id":
|
367
|
+
"id": 490,
|
368
368
|
"name": "md",
|
369
369
|
"kind": 16,
|
370
370
|
"kindString": "Enumeration member",
|
@@ -382,7 +382,7 @@
|
|
382
382
|
"defaultValue": "3"
|
383
383
|
},
|
384
384
|
{
|
385
|
-
"id":
|
385
|
+
"id": 489,
|
386
386
|
"name": "sm",
|
387
387
|
"kind": 16,
|
388
388
|
"kindString": "Enumeration member",
|
@@ -400,7 +400,7 @@
|
|
400
400
|
"defaultValue": "2"
|
401
401
|
},
|
402
402
|
{
|
403
|
-
"id":
|
403
|
+
"id": 488,
|
404
404
|
"name": "xs",
|
405
405
|
"kind": 16,
|
406
406
|
"kindString": "Enumeration member",
|
@@ -423,10 +423,10 @@
|
|
423
423
|
"title": "Enumeration members",
|
424
424
|
"kind": 16,
|
425
425
|
"children": [
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
426
|
+
491,
|
427
|
+
490,
|
428
|
+
489,
|
429
|
+
488
|
430
430
|
]
|
431
431
|
}
|
432
432
|
],
|
@@ -498,7 +498,7 @@
|
|
498
498
|
],
|
499
499
|
"children": [
|
500
500
|
{
|
501
|
-
"id":
|
501
|
+
"id": 181,
|
502
502
|
"name": "createAffixer",
|
503
503
|
"kind": 2048,
|
504
504
|
"kindString": "Method",
|
@@ -508,13 +508,13 @@
|
|
508
508
|
"sources": [
|
509
509
|
{
|
510
510
|
"fileName": "projects/core/src/modules/affix/affix.service.ts",
|
511
|
-
"line":
|
511
|
+
"line": 37,
|
512
512
|
"character": 9
|
513
513
|
}
|
514
514
|
],
|
515
515
|
"signatures": [
|
516
516
|
{
|
517
|
-
"id":
|
517
|
+
"id": 182,
|
518
518
|
"name": "createAffixer",
|
519
519
|
"kind": 4096,
|
520
520
|
"kindString": "Call signature",
|
@@ -524,7 +524,7 @@
|
|
524
524
|
},
|
525
525
|
"parameters": [
|
526
526
|
{
|
527
|
-
"id":
|
527
|
+
"id": 183,
|
528
528
|
"name": "affixed",
|
529
529
|
"kind": 32768,
|
530
530
|
"kindString": "Parameter",
|
@@ -548,11 +548,48 @@
|
|
548
548
|
],
|
549
549
|
"type": {
|
550
550
|
"type": "reference",
|
551
|
-
"id":
|
551
|
+
"id": 187,
|
552
552
|
"name": "SkyAffixer"
|
553
553
|
}
|
554
554
|
}
|
555
555
|
]
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"id": 179,
|
559
|
+
"name": "ngOnDestroy",
|
560
|
+
"kind": 2048,
|
561
|
+
"kindString": "Method",
|
562
|
+
"flags": {
|
563
|
+
"isPublic": true
|
564
|
+
},
|
565
|
+
"sources": [
|
566
|
+
{
|
567
|
+
"fileName": "projects/core/src/modules/affix/affix.service.ts",
|
568
|
+
"line": 26,
|
569
|
+
"character": 9
|
570
|
+
}
|
571
|
+
],
|
572
|
+
"signatures": [
|
573
|
+
{
|
574
|
+
"id": 180,
|
575
|
+
"name": "ngOnDestroy",
|
576
|
+
"kind": 4096,
|
577
|
+
"kindString": "Call signature",
|
578
|
+
"flags": {},
|
579
|
+
"type": {
|
580
|
+
"type": "intrinsic",
|
581
|
+
"name": "void"
|
582
|
+
},
|
583
|
+
"implementationOf": {
|
584
|
+
"type": "reference",
|
585
|
+
"name": "OnDestroy.ngOnDestroy"
|
586
|
+
}
|
587
|
+
}
|
588
|
+
],
|
589
|
+
"implementationOf": {
|
590
|
+
"type": "reference",
|
591
|
+
"name": "OnDestroy.ngOnDestroy"
|
592
|
+
}
|
556
593
|
}
|
557
594
|
],
|
558
595
|
"groups": [
|
@@ -567,27 +604,36 @@
|
|
567
604
|
"title": "Methods",
|
568
605
|
"kind": 2048,
|
569
606
|
"children": [
|
570
|
-
|
607
|
+
181,
|
608
|
+
179
|
571
609
|
]
|
572
610
|
}
|
573
611
|
],
|
574
612
|
"sources": [
|
575
613
|
{
|
576
614
|
"fileName": "projects/core/src/modules/affix/affix.service.ts",
|
577
|
-
"line":
|
615
|
+
"line": 17,
|
578
616
|
"character": 13
|
579
617
|
}
|
618
|
+
],
|
619
|
+
"implementedTypes": [
|
620
|
+
{
|
621
|
+
"type": "reference",
|
622
|
+
"qualifiedName": "OnDestroy",
|
623
|
+
"package": "@angular/core",
|
624
|
+
"name": "OnDestroy"
|
625
|
+
}
|
580
626
|
]
|
581
627
|
},
|
582
628
|
{
|
583
|
-
"id":
|
629
|
+
"id": 187,
|
584
630
|
"name": "SkyAffixer",
|
585
631
|
"kind": 128,
|
586
632
|
"kindString": "Class",
|
587
633
|
"flags": {},
|
588
634
|
"children": [
|
589
635
|
{
|
590
|
-
"id":
|
636
|
+
"id": 188,
|
591
637
|
"name": "constructor",
|
592
638
|
"kind": 512,
|
593
639
|
"kindString": "Constructor",
|
@@ -595,20 +641,20 @@
|
|
595
641
|
"sources": [
|
596
642
|
{
|
597
643
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
598
|
-
"line":
|
644
|
+
"line": 131,
|
599
645
|
"character": 2
|
600
646
|
}
|
601
647
|
],
|
602
648
|
"signatures": [
|
603
649
|
{
|
604
|
-
"id":
|
650
|
+
"id": 189,
|
605
651
|
"name": "new SkyAffixer",
|
606
652
|
"kind": 16384,
|
607
653
|
"kindString": "Constructor signature",
|
608
654
|
"flags": {},
|
609
655
|
"parameters": [
|
610
656
|
{
|
611
|
-
"id":
|
657
|
+
"id": 190,
|
612
658
|
"name": "affixedElement",
|
613
659
|
"kind": 32768,
|
614
660
|
"kindString": "Parameter",
|
@@ -621,7 +667,7 @@
|
|
621
667
|
}
|
622
668
|
},
|
623
669
|
{
|
624
|
-
"id":
|
670
|
+
"id": 191,
|
625
671
|
"name": "renderer",
|
626
672
|
"kind": 32768,
|
627
673
|
"kindString": "Parameter",
|
@@ -634,7 +680,7 @@
|
|
634
680
|
}
|
635
681
|
},
|
636
682
|
{
|
637
|
-
"id":
|
683
|
+
"id": 192,
|
638
684
|
"name": "viewportRuler",
|
639
685
|
"kind": 32768,
|
640
686
|
"kindString": "Parameter",
|
@@ -647,7 +693,7 @@
|
|
647
693
|
}
|
648
694
|
},
|
649
695
|
{
|
650
|
-
"id":
|
696
|
+
"id": 193,
|
651
697
|
"name": "zone",
|
652
698
|
"kind": 32768,
|
653
699
|
"kindString": "Parameter",
|
@@ -658,18 +704,31 @@
|
|
658
704
|
"package": "@angular/core",
|
659
705
|
"name": "NgZone"
|
660
706
|
}
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"id": 194,
|
710
|
+
"name": "layoutViewport",
|
711
|
+
"kind": 32768,
|
712
|
+
"kindString": "Parameter",
|
713
|
+
"flags": {},
|
714
|
+
"type": {
|
715
|
+
"type": "reference",
|
716
|
+
"qualifiedName": "HTMLElement",
|
717
|
+
"package": "typescript",
|
718
|
+
"name": "HTMLElement"
|
719
|
+
}
|
661
720
|
}
|
662
721
|
],
|
663
722
|
"type": {
|
664
723
|
"type": "reference",
|
665
|
-
"id":
|
724
|
+
"id": 187,
|
666
725
|
"name": "SkyAffixer"
|
667
726
|
}
|
668
727
|
}
|
669
728
|
]
|
670
729
|
},
|
671
730
|
{
|
672
|
-
"id":
|
731
|
+
"id": 195,
|
673
732
|
"name": "offsetChange",
|
674
733
|
"kind": 262144,
|
675
734
|
"kindString": "Accessor",
|
@@ -679,13 +738,13 @@
|
|
679
738
|
"sources": [
|
680
739
|
{
|
681
740
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
682
|
-
"line":
|
741
|
+
"line": 51,
|
683
742
|
"character": 13
|
684
743
|
}
|
685
744
|
],
|
686
745
|
"getSignature": [
|
687
746
|
{
|
688
|
-
"id":
|
747
|
+
"id": 196,
|
689
748
|
"name": "offsetChange",
|
690
749
|
"kind": 524288,
|
691
750
|
"kindString": "Get signature",
|
@@ -710,7 +769,7 @@
|
|
710
769
|
]
|
711
770
|
},
|
712
771
|
{
|
713
|
-
"id":
|
772
|
+
"id": 197,
|
714
773
|
"name": "overflowScroll",
|
715
774
|
"kind": 262144,
|
716
775
|
"kindString": "Accessor",
|
@@ -720,13 +779,13 @@
|
|
720
779
|
"sources": [
|
721
780
|
{
|
722
781
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
723
|
-
"line":
|
782
|
+
"line": 60,
|
724
783
|
"character": 13
|
725
784
|
}
|
726
785
|
],
|
727
786
|
"getSignature": [
|
728
787
|
{
|
729
|
-
"id":
|
788
|
+
"id": 198,
|
730
789
|
"name": "overflowScroll",
|
731
790
|
"kind": 524288,
|
732
791
|
"kindString": "Get signature",
|
@@ -750,7 +809,7 @@
|
|
750
809
|
]
|
751
810
|
},
|
752
811
|
{
|
753
|
-
"id":
|
812
|
+
"id": 199,
|
754
813
|
"name": "placementChange",
|
755
814
|
"kind": 262144,
|
756
815
|
"kindString": "Accessor",
|
@@ -760,13 +819,13 @@
|
|
760
819
|
"sources": [
|
761
820
|
{
|
762
821
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
763
|
-
"line":
|
822
|
+
"line": 68,
|
764
823
|
"character": 13
|
765
824
|
}
|
766
825
|
],
|
767
826
|
"getSignature": [
|
768
827
|
{
|
769
|
-
"id":
|
828
|
+
"id": 200,
|
770
829
|
"name": "placementChange",
|
771
830
|
"kind": 524288,
|
772
831
|
"kindString": "Get signature",
|
@@ -791,7 +850,7 @@
|
|
791
850
|
]
|
792
851
|
},
|
793
852
|
{
|
794
|
-
"id":
|
853
|
+
"id": 226,
|
795
854
|
"name": "affixTo",
|
796
855
|
"kind": 2048,
|
797
856
|
"kindString": "Method",
|
@@ -801,13 +860,13 @@
|
|
801
860
|
"sources": [
|
802
861
|
{
|
803
862
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
804
|
-
"line":
|
863
|
+
"line": 158,
|
805
864
|
"character": 9
|
806
865
|
}
|
807
866
|
],
|
808
867
|
"signatures": [
|
809
868
|
{
|
810
|
-
"id":
|
869
|
+
"id": 227,
|
811
870
|
"name": "affixTo",
|
812
871
|
"kind": 4096,
|
813
872
|
"kindString": "Call signature",
|
@@ -817,7 +876,7 @@
|
|
817
876
|
},
|
818
877
|
"parameters": [
|
819
878
|
{
|
820
|
-
"id":
|
879
|
+
"id": 228,
|
821
880
|
"name": "baseElement",
|
822
881
|
"kind": 32768,
|
823
882
|
"kindString": "Parameter",
|
@@ -833,7 +892,7 @@
|
|
833
892
|
}
|
834
893
|
},
|
835
894
|
{
|
836
|
-
"id":
|
895
|
+
"id": 229,
|
837
896
|
"name": "config",
|
838
897
|
"kind": 32768,
|
839
898
|
"kindString": "Parameter",
|
@@ -858,7 +917,7 @@
|
|
858
917
|
]
|
859
918
|
},
|
860
919
|
{
|
861
|
-
"id":
|
920
|
+
"id": 234,
|
862
921
|
"name": "destroy",
|
863
922
|
"kind": 2048,
|
864
923
|
"kindString": "Method",
|
@@ -868,13 +927,13 @@
|
|
868
927
|
"sources": [
|
869
928
|
{
|
870
929
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
871
|
-
"line":
|
930
|
+
"line": 188,
|
872
931
|
"character": 9
|
873
932
|
}
|
874
933
|
],
|
875
934
|
"signatures": [
|
876
935
|
{
|
877
|
-
"id":
|
936
|
+
"id": 235,
|
878
937
|
"name": "destroy",
|
879
938
|
"kind": 4096,
|
880
939
|
"kindString": "Call signature",
|
@@ -890,7 +949,7 @@
|
|
890
949
|
]
|
891
950
|
},
|
892
951
|
{
|
893
|
-
"id":
|
952
|
+
"id": 230,
|
894
953
|
"name": "getConfig",
|
895
954
|
"kind": 2048,
|
896
955
|
"kindString": "Method",
|
@@ -900,13 +959,13 @@
|
|
900
959
|
"sources": [
|
901
960
|
{
|
902
961
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
903
|
-
"line":
|
962
|
+
"line": 172,
|
904
963
|
"character": 9
|
905
964
|
}
|
906
965
|
],
|
907
966
|
"signatures": [
|
908
967
|
{
|
909
|
-
"id":
|
968
|
+
"id": 231,
|
910
969
|
"name": "getConfig",
|
911
970
|
"kind": 4096,
|
912
971
|
"kindString": "Call signature",
|
@@ -920,7 +979,7 @@
|
|
920
979
|
]
|
921
980
|
},
|
922
981
|
{
|
923
|
-
"id":
|
982
|
+
"id": 232,
|
924
983
|
"name": "reaffix",
|
925
984
|
"kind": 2048,
|
926
985
|
"kindString": "Method",
|
@@ -930,13 +989,13 @@
|
|
930
989
|
"sources": [
|
931
990
|
{
|
932
991
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
933
|
-
"line":
|
992
|
+
"line": 179,
|
934
993
|
"character": 9
|
935
994
|
}
|
936
995
|
],
|
937
996
|
"signatures": [
|
938
997
|
{
|
939
|
-
"id":
|
998
|
+
"id": 233,
|
940
999
|
"name": "reaffix",
|
941
1000
|
"kind": 4096,
|
942
1001
|
"kindString": "Call signature",
|
@@ -957,39 +1016,39 @@
|
|
957
1016
|
"title": "Constructors",
|
958
1017
|
"kind": 512,
|
959
1018
|
"children": [
|
960
|
-
|
1019
|
+
188
|
961
1020
|
]
|
962
1021
|
},
|
963
1022
|
{
|
964
1023
|
"title": "Accessors",
|
965
1024
|
"kind": 262144,
|
966
1025
|
"children": [
|
967
|
-
|
968
|
-
|
969
|
-
|
1026
|
+
195,
|
1027
|
+
197,
|
1028
|
+
199
|
970
1029
|
]
|
971
1030
|
},
|
972
1031
|
{
|
973
1032
|
"title": "Methods",
|
974
1033
|
"kind": 2048,
|
975
1034
|
"children": [
|
976
|
-
218,
|
977
1035
|
226,
|
978
|
-
|
979
|
-
|
1036
|
+
234,
|
1037
|
+
230,
|
1038
|
+
232
|
980
1039
|
]
|
981
1040
|
}
|
982
1041
|
],
|
983
1042
|
"sources": [
|
984
1043
|
{
|
985
1044
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
986
|
-
"line":
|
1045
|
+
"line": 47,
|
987
1046
|
"character": 13
|
988
1047
|
}
|
989
1048
|
]
|
990
1049
|
},
|
991
1050
|
{
|
992
|
-
"id":
|
1051
|
+
"id": 387,
|
993
1052
|
"name": "SkyAppFormat",
|
994
1053
|
"kind": 128,
|
995
1054
|
"kindString": "Class",
|
@@ -1010,7 +1069,7 @@
|
|
1010
1069
|
],
|
1011
1070
|
"children": [
|
1012
1071
|
{
|
1013
|
-
"id":
|
1072
|
+
"id": 390,
|
1014
1073
|
"name": "formatText",
|
1015
1074
|
"kind": 2048,
|
1016
1075
|
"kindString": "Method",
|
@@ -1026,14 +1085,14 @@
|
|
1026
1085
|
],
|
1027
1086
|
"signatures": [
|
1028
1087
|
{
|
1029
|
-
"id":
|
1088
|
+
"id": 391,
|
1030
1089
|
"name": "formatText",
|
1031
1090
|
"kind": 4096,
|
1032
1091
|
"kindString": "Call signature",
|
1033
1092
|
"flags": {},
|
1034
1093
|
"parameters": [
|
1035
1094
|
{
|
1036
|
-
"id":
|
1095
|
+
"id": 392,
|
1037
1096
|
"name": "format",
|
1038
1097
|
"kind": 32768,
|
1039
1098
|
"kindString": "Parameter",
|
@@ -1044,7 +1103,7 @@
|
|
1044
1103
|
}
|
1045
1104
|
},
|
1046
1105
|
{
|
1047
|
-
"id":
|
1106
|
+
"id": 393,
|
1048
1107
|
"name": "args",
|
1049
1108
|
"kind": 32768,
|
1050
1109
|
"kindString": "Parameter",
|
@@ -1073,14 +1132,14 @@
|
|
1073
1132
|
"title": "Constructors",
|
1074
1133
|
"kind": 512,
|
1075
1134
|
"children": [
|
1076
|
-
|
1135
|
+
388
|
1077
1136
|
]
|
1078
1137
|
},
|
1079
1138
|
{
|
1080
1139
|
"title": "Methods",
|
1081
1140
|
"kind": 2048,
|
1082
1141
|
"children": [
|
1083
|
-
|
1142
|
+
390
|
1084
1143
|
]
|
1085
1144
|
}
|
1086
1145
|
],
|
@@ -1093,7 +1152,7 @@
|
|
1093
1152
|
]
|
1094
1153
|
},
|
1095
1154
|
{
|
1096
|
-
"id":
|
1155
|
+
"id": 822,
|
1097
1156
|
"name": "SkyAppTitleService",
|
1098
1157
|
"kind": 128,
|
1099
1158
|
"kindString": "Class",
|
@@ -1117,7 +1176,7 @@
|
|
1117
1176
|
],
|
1118
1177
|
"children": [
|
1119
1178
|
{
|
1120
|
-
"id":
|
1179
|
+
"id": 823,
|
1121
1180
|
"name": "constructor",
|
1122
1181
|
"kind": 512,
|
1123
1182
|
"kindString": "Constructor",
|
@@ -1131,14 +1190,14 @@
|
|
1131
1190
|
],
|
1132
1191
|
"signatures": [
|
1133
1192
|
{
|
1134
|
-
"id":
|
1193
|
+
"id": 824,
|
1135
1194
|
"name": "new SkyAppTitleService",
|
1136
1195
|
"kind": 16384,
|
1137
1196
|
"kindString": "Constructor signature",
|
1138
1197
|
"flags": {},
|
1139
1198
|
"parameters": [
|
1140
1199
|
{
|
1141
|
-
"id":
|
1200
|
+
"id": 825,
|
1142
1201
|
"name": "title",
|
1143
1202
|
"kind": 32768,
|
1144
1203
|
"kindString": "Parameter",
|
@@ -1153,14 +1212,14 @@
|
|
1153
1212
|
],
|
1154
1213
|
"type": {
|
1155
1214
|
"type": "reference",
|
1156
|
-
"id":
|
1215
|
+
"id": 822,
|
1157
1216
|
"name": "SkyAppTitleService"
|
1158
1217
|
}
|
1159
1218
|
}
|
1160
1219
|
]
|
1161
1220
|
},
|
1162
1221
|
{
|
1163
|
-
"id":
|
1222
|
+
"id": 827,
|
1164
1223
|
"name": "setTitle",
|
1165
1224
|
"kind": 2048,
|
1166
1225
|
"kindString": "Method",
|
@@ -1176,7 +1235,7 @@
|
|
1176
1235
|
],
|
1177
1236
|
"signatures": [
|
1178
1237
|
{
|
1179
|
-
"id":
|
1238
|
+
"id": 828,
|
1180
1239
|
"name": "setTitle",
|
1181
1240
|
"kind": 4096,
|
1182
1241
|
"kindString": "Call signature",
|
@@ -1186,7 +1245,7 @@
|
|
1186
1245
|
},
|
1187
1246
|
"parameters": [
|
1188
1247
|
{
|
1189
|
-
"id":
|
1248
|
+
"id": 829,
|
1190
1249
|
"name": "args",
|
1191
1250
|
"kind": 32768,
|
1192
1251
|
"kindString": "Parameter",
|
@@ -1196,7 +1255,7 @@
|
|
1196
1255
|
},
|
1197
1256
|
"type": {
|
1198
1257
|
"type": "reference",
|
1199
|
-
"id":
|
1258
|
+
"id": 820,
|
1200
1259
|
"name": "SkyAppSetTitleArgs"
|
1201
1260
|
}
|
1202
1261
|
}
|
@@ -1214,14 +1273,14 @@
|
|
1214
1273
|
"title": "Constructors",
|
1215
1274
|
"kind": 512,
|
1216
1275
|
"children": [
|
1217
|
-
|
1276
|
+
823
|
1218
1277
|
]
|
1219
1278
|
},
|
1220
1279
|
{
|
1221
1280
|
"title": "Methods",
|
1222
1281
|
"kind": 2048,
|
1223
1282
|
"children": [
|
1224
|
-
|
1283
|
+
827
|
1225
1284
|
]
|
1226
1285
|
}
|
1227
1286
|
],
|
@@ -1234,7 +1293,7 @@
|
|
1234
1293
|
]
|
1235
1294
|
},
|
1236
1295
|
{
|
1237
|
-
"id":
|
1296
|
+
"id": 878,
|
1238
1297
|
"name": "SkyAppWindowRef",
|
1239
1298
|
"kind": 128,
|
1240
1299
|
"kindString": "Class",
|
@@ -1258,7 +1317,7 @@
|
|
1258
1317
|
],
|
1259
1318
|
"children": [
|
1260
1319
|
{
|
1261
|
-
"id":
|
1320
|
+
"id": 881,
|
1262
1321
|
"name": "nativeWindow",
|
1263
1322
|
"kind": 262144,
|
1264
1323
|
"kindString": "Accessor",
|
@@ -1274,7 +1333,7 @@
|
|
1274
1333
|
],
|
1275
1334
|
"getSignature": [
|
1276
1335
|
{
|
1277
|
-
"id":
|
1336
|
+
"id": 882,
|
1278
1337
|
"name": "nativeWindow",
|
1279
1338
|
"kind": 524288,
|
1280
1339
|
"kindString": "Get signature",
|
@@ -1295,14 +1354,14 @@
|
|
1295
1354
|
"title": "Constructors",
|
1296
1355
|
"kind": 512,
|
1297
1356
|
"children": [
|
1298
|
-
|
1357
|
+
879
|
1299
1358
|
]
|
1300
1359
|
},
|
1301
1360
|
{
|
1302
1361
|
"title": "Accessors",
|
1303
1362
|
"kind": 262144,
|
1304
1363
|
"children": [
|
1305
|
-
|
1364
|
+
881
|
1306
1365
|
]
|
1307
1366
|
}
|
1308
1367
|
],
|
@@ -1895,7 +1954,7 @@
|
|
1895
1954
|
},
|
1896
1955
|
"type": {
|
1897
1956
|
"type": "reference",
|
1898
|
-
"id":
|
1957
|
+
"id": 487,
|
1899
1958
|
"name": "SkyMediaBreakpoints"
|
1900
1959
|
}
|
1901
1960
|
}
|
@@ -2059,7 +2118,7 @@
|
|
2059
2118
|
]
|
2060
2119
|
},
|
2061
2120
|
{
|
2062
|
-
"id":
|
2121
|
+
"id": 296,
|
2063
2122
|
"name": "SkyDockItem",
|
2064
2123
|
"kind": 128,
|
2065
2124
|
"kindString": "Class",
|
@@ -2069,7 +2128,7 @@
|
|
2069
2128
|
},
|
2070
2129
|
"children": [
|
2071
2130
|
{
|
2072
|
-
"id":
|
2131
|
+
"id": 297,
|
2073
2132
|
"name": "constructor",
|
2074
2133
|
"kind": 512,
|
2075
2134
|
"kindString": "Constructor",
|
@@ -2083,7 +2142,7 @@
|
|
2083
2142
|
],
|
2084
2143
|
"signatures": [
|
2085
2144
|
{
|
2086
|
-
"id":
|
2145
|
+
"id": 298,
|
2087
2146
|
"name": "new SkyDockItem",
|
2088
2147
|
"kind": 16384,
|
2089
2148
|
"kindString": "Constructor signature",
|
@@ -2091,7 +2150,7 @@
|
|
2091
2150
|
"comment": {},
|
2092
2151
|
"typeParameter": [
|
2093
2152
|
{
|
2094
|
-
"id":
|
2153
|
+
"id": 299,
|
2095
2154
|
"name": "T",
|
2096
2155
|
"kind": 131072,
|
2097
2156
|
"kindString": "Type parameter",
|
@@ -2100,7 +2159,7 @@
|
|
2100
2159
|
],
|
2101
2160
|
"parameters": [
|
2102
2161
|
{
|
2103
|
-
"id":
|
2162
|
+
"id": 300,
|
2104
2163
|
"name": "componentInstance",
|
2105
2164
|
"kind": 32768,
|
2106
2165
|
"kindString": "Parameter",
|
@@ -2110,12 +2169,12 @@
|
|
2110
2169
|
},
|
2111
2170
|
"type": {
|
2112
2171
|
"type": "reference",
|
2113
|
-
"id":
|
2172
|
+
"id": 299,
|
2114
2173
|
"name": "T"
|
2115
2174
|
}
|
2116
2175
|
},
|
2117
2176
|
{
|
2118
|
-
"id":
|
2177
|
+
"id": 301,
|
2119
2178
|
"name": "stackOrder",
|
2120
2179
|
"kind": 32768,
|
2121
2180
|
"kindString": "Parameter",
|
@@ -2131,11 +2190,11 @@
|
|
2131
2190
|
],
|
2132
2191
|
"type": {
|
2133
2192
|
"type": "reference",
|
2134
|
-
"id":
|
2193
|
+
"id": 296,
|
2135
2194
|
"typeArguments": [
|
2136
2195
|
{
|
2137
2196
|
"type": "reference",
|
2138
|
-
"id":
|
2197
|
+
"id": 299,
|
2139
2198
|
"name": "T"
|
2140
2199
|
}
|
2141
2200
|
],
|
@@ -2145,7 +2204,7 @@
|
|
2145
2204
|
]
|
2146
2205
|
},
|
2147
2206
|
{
|
2148
|
-
"id":
|
2207
|
+
"id": 302,
|
2149
2208
|
"name": "destroyed",
|
2150
2209
|
"kind": 262144,
|
2151
2210
|
"kindString": "Accessor",
|
@@ -2161,7 +2220,7 @@
|
|
2161
2220
|
],
|
2162
2221
|
"getSignature": [
|
2163
2222
|
{
|
2164
|
-
"id":
|
2223
|
+
"id": 303,
|
2165
2224
|
"name": "destroyed",
|
2166
2225
|
"kind": 524288,
|
2167
2226
|
"kindString": "Get signature",
|
@@ -2185,7 +2244,7 @@
|
|
2185
2244
|
]
|
2186
2245
|
},
|
2187
2246
|
{
|
2188
|
-
"id":
|
2247
|
+
"id": 308,
|
2189
2248
|
"name": "destroy",
|
2190
2249
|
"kind": 2048,
|
2191
2250
|
"kindString": "Method",
|
@@ -2201,7 +2260,7 @@
|
|
2201
2260
|
],
|
2202
2261
|
"signatures": [
|
2203
2262
|
{
|
2204
|
-
"id":
|
2263
|
+
"id": 309,
|
2205
2264
|
"name": "destroy",
|
2206
2265
|
"kind": 4096,
|
2207
2266
|
"kindString": "Call signature",
|
@@ -2222,29 +2281,29 @@
|
|
2222
2281
|
"title": "Constructors",
|
2223
2282
|
"kind": 512,
|
2224
2283
|
"children": [
|
2225
|
-
|
2284
|
+
297
|
2226
2285
|
]
|
2227
2286
|
},
|
2228
2287
|
{
|
2229
2288
|
"title": "Properties",
|
2230
2289
|
"kind": 1024,
|
2231
2290
|
"children": [
|
2232
|
-
|
2233
|
-
|
2291
|
+
306,
|
2292
|
+
307
|
2234
2293
|
]
|
2235
2294
|
},
|
2236
2295
|
{
|
2237
2296
|
"title": "Accessors",
|
2238
2297
|
"kind": 262144,
|
2239
2298
|
"children": [
|
2240
|
-
|
2299
|
+
302
|
2241
2300
|
]
|
2242
2301
|
},
|
2243
2302
|
{
|
2244
2303
|
"title": "Methods",
|
2245
2304
|
"kind": 2048,
|
2246
2305
|
"children": [
|
2247
|
-
|
2306
|
+
308
|
2248
2307
|
]
|
2249
2308
|
}
|
2250
2309
|
],
|
@@ -2257,7 +2316,7 @@
|
|
2257
2316
|
],
|
2258
2317
|
"typeParameter": [
|
2259
2318
|
{
|
2260
|
-
"id":
|
2319
|
+
"id": 310,
|
2261
2320
|
"name": "T",
|
2262
2321
|
"kind": 131072,
|
2263
2322
|
"kindString": "Type parameter",
|
@@ -2266,7 +2325,7 @@
|
|
2266
2325
|
]
|
2267
2326
|
},
|
2268
2327
|
{
|
2269
|
-
"id":
|
2328
|
+
"id": 321,
|
2270
2329
|
"name": "SkyDockModule",
|
2271
2330
|
"kind": 128,
|
2272
2331
|
"kindString": "Class",
|
@@ -2291,7 +2350,7 @@
|
|
2291
2350
|
"title": "Constructors",
|
2292
2351
|
"kind": 512,
|
2293
2352
|
"children": [
|
2294
|
-
|
2353
|
+
322
|
2295
2354
|
]
|
2296
2355
|
}
|
2297
2356
|
],
|
@@ -2304,7 +2363,7 @@
|
|
2304
2363
|
]
|
2305
2364
|
},
|
2306
2365
|
{
|
2307
|
-
"id":
|
2366
|
+
"id": 324,
|
2308
2367
|
"name": "SkyDockService",
|
2309
2368
|
"kind": 128,
|
2310
2369
|
"kindString": "Class",
|
@@ -2328,7 +2387,7 @@
|
|
2328
2387
|
],
|
2329
2388
|
"children": [
|
2330
2389
|
{
|
2331
|
-
"id":
|
2390
|
+
"id": 327,
|
2332
2391
|
"name": "constructor",
|
2333
2392
|
"kind": 512,
|
2334
2393
|
"kindString": "Constructor",
|
@@ -2342,14 +2401,14 @@
|
|
2342
2401
|
],
|
2343
2402
|
"signatures": [
|
2344
2403
|
{
|
2345
|
-
"id":
|
2404
|
+
"id": 328,
|
2346
2405
|
"name": "new SkyDockService",
|
2347
2406
|
"kind": 16384,
|
2348
2407
|
"kindString": "Constructor signature",
|
2349
2408
|
"flags": {},
|
2350
2409
|
"parameters": [
|
2351
2410
|
{
|
2352
|
-
"id":
|
2411
|
+
"id": 329,
|
2353
2412
|
"name": "dynamicComponentSvc",
|
2354
2413
|
"kind": 32768,
|
2355
2414
|
"kindString": "Parameter",
|
@@ -2362,14 +2421,14 @@
|
|
2362
2421
|
],
|
2363
2422
|
"type": {
|
2364
2423
|
"type": "reference",
|
2365
|
-
"id":
|
2424
|
+
"id": 324,
|
2366
2425
|
"name": "SkyDockService"
|
2367
2426
|
}
|
2368
2427
|
}
|
2369
2428
|
]
|
2370
2429
|
},
|
2371
2430
|
{
|
2372
|
-
"id":
|
2431
|
+
"id": 330,
|
2373
2432
|
"name": "items",
|
2374
2433
|
"kind": 262144,
|
2375
2434
|
"kindString": "Accessor",
|
@@ -2385,7 +2444,7 @@
|
|
2385
2444
|
],
|
2386
2445
|
"getSignature": [
|
2387
2446
|
{
|
2388
|
-
"id":
|
2447
|
+
"id": 331,
|
2389
2448
|
"name": "items",
|
2390
2449
|
"kind": 524288,
|
2391
2450
|
"kindString": "Get signature",
|
@@ -2397,7 +2456,7 @@
|
|
2397
2456
|
"type": "array",
|
2398
2457
|
"elementType": {
|
2399
2458
|
"type": "reference",
|
2400
|
-
"id":
|
2459
|
+
"id": 296,
|
2401
2460
|
"typeArguments": [
|
2402
2461
|
{
|
2403
2462
|
"type": "intrinsic",
|
@@ -2411,7 +2470,7 @@
|
|
2411
2470
|
]
|
2412
2471
|
},
|
2413
2472
|
{
|
2414
|
-
"id":
|
2473
|
+
"id": 334,
|
2415
2474
|
"name": "insertComponent",
|
2416
2475
|
"kind": 2048,
|
2417
2476
|
"kindString": "Method",
|
@@ -2427,7 +2486,7 @@
|
|
2427
2486
|
],
|
2428
2487
|
"signatures": [
|
2429
2488
|
{
|
2430
|
-
"id":
|
2489
|
+
"id": 335,
|
2431
2490
|
"name": "insertComponent",
|
2432
2491
|
"kind": 4096,
|
2433
2492
|
"kindString": "Call signature",
|
@@ -2437,7 +2496,7 @@
|
|
2437
2496
|
},
|
2438
2497
|
"typeParameter": [
|
2439
2498
|
{
|
2440
|
-
"id":
|
2499
|
+
"id": 336,
|
2441
2500
|
"name": "T",
|
2442
2501
|
"kind": 131072,
|
2443
2502
|
"kindString": "Type parameter",
|
@@ -2446,7 +2505,7 @@
|
|
2446
2505
|
],
|
2447
2506
|
"parameters": [
|
2448
2507
|
{
|
2449
|
-
"id":
|
2508
|
+
"id": 337,
|
2450
2509
|
"name": "component",
|
2451
2510
|
"kind": 32768,
|
2452
2511
|
"kindString": "Parameter",
|
@@ -2459,7 +2518,7 @@
|
|
2459
2518
|
"typeArguments": [
|
2460
2519
|
{
|
2461
2520
|
"type": "reference",
|
2462
|
-
"id":
|
2521
|
+
"id": 336,
|
2463
2522
|
"name": "T"
|
2464
2523
|
}
|
2465
2524
|
],
|
@@ -2469,7 +2528,7 @@
|
|
2469
2528
|
}
|
2470
2529
|
},
|
2471
2530
|
{
|
2472
|
-
"id":
|
2531
|
+
"id": 338,
|
2473
2532
|
"name": "config",
|
2474
2533
|
"kind": 32768,
|
2475
2534
|
"kindString": "Parameter",
|
@@ -2481,18 +2540,18 @@
|
|
2481
2540
|
},
|
2482
2541
|
"type": {
|
2483
2542
|
"type": "reference",
|
2484
|
-
"id":
|
2543
|
+
"id": 293,
|
2485
2544
|
"name": "SkyDockInsertComponentConfig"
|
2486
2545
|
}
|
2487
2546
|
}
|
2488
2547
|
],
|
2489
2548
|
"type": {
|
2490
2549
|
"type": "reference",
|
2491
|
-
"id":
|
2550
|
+
"id": 296,
|
2492
2551
|
"typeArguments": [
|
2493
2552
|
{
|
2494
2553
|
"type": "reference",
|
2495
|
-
"id":
|
2554
|
+
"id": 336,
|
2496
2555
|
"name": "T"
|
2497
2556
|
}
|
2498
2557
|
],
|
@@ -2502,7 +2561,7 @@
|
|
2502
2561
|
]
|
2503
2562
|
},
|
2504
2563
|
{
|
2505
|
-
"id":
|
2564
|
+
"id": 339,
|
2506
2565
|
"name": "setDockOptions",
|
2507
2566
|
"kind": 2048,
|
2508
2567
|
"kindString": "Method",
|
@@ -2518,7 +2577,7 @@
|
|
2518
2577
|
],
|
2519
2578
|
"signatures": [
|
2520
2579
|
{
|
2521
|
-
"id":
|
2580
|
+
"id": 340,
|
2522
2581
|
"name": "setDockOptions",
|
2523
2582
|
"kind": 4096,
|
2524
2583
|
"kindString": "Call signature",
|
@@ -2528,7 +2587,7 @@
|
|
2528
2587
|
},
|
2529
2588
|
"parameters": [
|
2530
2589
|
{
|
2531
|
-
"id":
|
2590
|
+
"id": 341,
|
2532
2591
|
"name": "options",
|
2533
2592
|
"kind": 32768,
|
2534
2593
|
"kindString": "Parameter",
|
@@ -2538,7 +2597,7 @@
|
|
2538
2597
|
},
|
2539
2598
|
"type": {
|
2540
2599
|
"type": "reference",
|
2541
|
-
"id":
|
2600
|
+
"id": 317,
|
2542
2601
|
"name": "SkyDockOptions"
|
2543
2602
|
}
|
2544
2603
|
}
|
@@ -2556,22 +2615,22 @@
|
|
2556
2615
|
"title": "Constructors",
|
2557
2616
|
"kind": 512,
|
2558
2617
|
"children": [
|
2559
|
-
|
2618
|
+
327
|
2560
2619
|
]
|
2561
2620
|
},
|
2562
2621
|
{
|
2563
2622
|
"title": "Accessors",
|
2564
2623
|
"kind": 262144,
|
2565
2624
|
"children": [
|
2566
|
-
|
2625
|
+
330
|
2567
2626
|
]
|
2568
2627
|
},
|
2569
2628
|
{
|
2570
2629
|
"title": "Methods",
|
2571
2630
|
"kind": 2048,
|
2572
2631
|
"children": [
|
2573
|
-
|
2574
|
-
|
2632
|
+
334,
|
2633
|
+
339
|
2575
2634
|
]
|
2576
2635
|
}
|
2577
2636
|
],
|
@@ -2584,7 +2643,7 @@
|
|
2584
2643
|
]
|
2585
2644
|
},
|
2586
2645
|
{
|
2587
|
-
"id":
|
2646
|
+
"id": 358,
|
2588
2647
|
"name": "SkyDynamicComponentModule",
|
2589
2648
|
"kind": 128,
|
2590
2649
|
"kindString": "Class",
|
@@ -2618,7 +2677,7 @@
|
|
2618
2677
|
"title": "Constructors",
|
2619
2678
|
"kind": 512,
|
2620
2679
|
"children": [
|
2621
|
-
|
2680
|
+
359
|
2622
2681
|
]
|
2623
2682
|
}
|
2624
2683
|
],
|
@@ -2631,7 +2690,7 @@
|
|
2631
2690
|
]
|
2632
2691
|
},
|
2633
2692
|
{
|
2634
|
-
"id":
|
2693
|
+
"id": 394,
|
2635
2694
|
"name": "SkyIdModule",
|
2636
2695
|
"kind": 128,
|
2637
2696
|
"kindString": "Class",
|
@@ -2656,7 +2715,7 @@
|
|
2656
2715
|
"title": "Constructors",
|
2657
2716
|
"kind": 512,
|
2658
2717
|
"children": [
|
2659
|
-
|
2718
|
+
395
|
2660
2719
|
]
|
2661
2720
|
}
|
2662
2721
|
],
|
@@ -2669,7 +2728,7 @@
|
|
2669
2728
|
]
|
2670
2729
|
},
|
2671
2730
|
{
|
2672
|
-
"id":
|
2731
|
+
"id": 397,
|
2673
2732
|
"name": "SkyIdService",
|
2674
2733
|
"kind": 128,
|
2675
2734
|
"kindString": "Class",
|
@@ -2693,7 +2752,7 @@
|
|
2693
2752
|
],
|
2694
2753
|
"children": [
|
2695
2754
|
{
|
2696
|
-
"id":
|
2755
|
+
"id": 400,
|
2697
2756
|
"name": "generateId",
|
2698
2757
|
"kind": 2048,
|
2699
2758
|
"kindString": "Method",
|
@@ -2709,7 +2768,7 @@
|
|
2709
2768
|
],
|
2710
2769
|
"signatures": [
|
2711
2770
|
{
|
2712
|
-
"id":
|
2771
|
+
"id": 401,
|
2713
2772
|
"name": "generateId",
|
2714
2773
|
"kind": 4096,
|
2715
2774
|
"kindString": "Call signature",
|
@@ -2727,14 +2786,14 @@
|
|
2727
2786
|
"title": "Constructors",
|
2728
2787
|
"kind": 512,
|
2729
2788
|
"children": [
|
2730
|
-
|
2789
|
+
398
|
2731
2790
|
]
|
2732
2791
|
},
|
2733
2792
|
{
|
2734
2793
|
"title": "Methods",
|
2735
2794
|
"kind": 2048,
|
2736
2795
|
"children": [
|
2737
|
-
|
2796
|
+
400
|
2738
2797
|
]
|
2739
2798
|
}
|
2740
2799
|
],
|
@@ -2747,7 +2806,7 @@
|
|
2747
2806
|
]
|
2748
2807
|
},
|
2749
2808
|
{
|
2750
|
-
"id":
|
2809
|
+
"id": 434,
|
2751
2810
|
"name": "SkyLogModule",
|
2752
2811
|
"kind": 128,
|
2753
2812
|
"kindString": "Class",
|
@@ -2780,7 +2839,7 @@
|
|
2780
2839
|
"title": "Constructors",
|
2781
2840
|
"kind": 512,
|
2782
2841
|
"children": [
|
2783
|
-
|
2842
|
+
435
|
2784
2843
|
]
|
2785
2844
|
}
|
2786
2845
|
],
|
@@ -2793,7 +2852,7 @@
|
|
2793
2852
|
]
|
2794
2853
|
},
|
2795
2854
|
{
|
2796
|
-
"id":
|
2855
|
+
"id": 496,
|
2797
2856
|
"name": "SkyMediaQueryModule",
|
2798
2857
|
"kind": 128,
|
2799
2858
|
"kindString": "Class",
|
@@ -2826,7 +2885,7 @@
|
|
2826
2885
|
"title": "Constructors",
|
2827
2886
|
"kind": 512,
|
2828
2887
|
"children": [
|
2829
|
-
|
2888
|
+
497
|
2830
2889
|
]
|
2831
2890
|
}
|
2832
2891
|
],
|
@@ -2839,7 +2898,7 @@
|
|
2839
2898
|
]
|
2840
2899
|
},
|
2841
2900
|
{
|
2842
|
-
"id":
|
2901
|
+
"id": 499,
|
2843
2902
|
"name": "SkyMediaQueryService",
|
2844
2903
|
"kind": 128,
|
2845
2904
|
"kindString": "Class",
|
@@ -2860,7 +2919,7 @@
|
|
2860
2919
|
],
|
2861
2920
|
"children": [
|
2862
2921
|
{
|
2863
|
-
"id":
|
2922
|
+
"id": 504,
|
2864
2923
|
"name": "constructor",
|
2865
2924
|
"kind": 512,
|
2866
2925
|
"kindString": "Constructor",
|
@@ -2874,14 +2933,14 @@
|
|
2874
2933
|
],
|
2875
2934
|
"signatures": [
|
2876
2935
|
{
|
2877
|
-
"id":
|
2936
|
+
"id": 505,
|
2878
2937
|
"name": "new SkyMediaQueryService",
|
2879
2938
|
"kind": 16384,
|
2880
2939
|
"kindString": "Constructor signature",
|
2881
2940
|
"flags": {},
|
2882
2941
|
"parameters": [
|
2883
2942
|
{
|
2884
|
-
"id":
|
2943
|
+
"id": 506,
|
2885
2944
|
"name": "zone",
|
2886
2945
|
"kind": 32768,
|
2887
2946
|
"kindString": "Parameter",
|
@@ -2896,14 +2955,14 @@
|
|
2896
2955
|
],
|
2897
2956
|
"type": {
|
2898
2957
|
"type": "reference",
|
2899
|
-
"id":
|
2958
|
+
"id": 499,
|
2900
2959
|
"name": "SkyMediaQueryService"
|
2901
2960
|
}
|
2902
2961
|
}
|
2903
2962
|
]
|
2904
2963
|
},
|
2905
2964
|
{
|
2906
|
-
"id":
|
2965
|
+
"id": 503,
|
2907
2966
|
"name": "lg",
|
2908
2967
|
"kind": 1024,
|
2909
2968
|
"kindString": "Property",
|
@@ -2934,7 +2993,7 @@
|
|
2934
2993
|
"defaultValue": "'(min-width: 1200px)'"
|
2935
2994
|
},
|
2936
2995
|
{
|
2937
|
-
"id":
|
2996
|
+
"id": 502,
|
2938
2997
|
"name": "md",
|
2939
2998
|
"kind": 1024,
|
2940
2999
|
"kindString": "Property",
|
@@ -2965,7 +3024,7 @@
|
|
2965
3024
|
"defaultValue": "'(min-width: 992px) and (max-width: 1199px)'"
|
2966
3025
|
},
|
2967
3026
|
{
|
2968
|
-
"id":
|
3027
|
+
"id": 501,
|
2969
3028
|
"name": "sm",
|
2970
3029
|
"kind": 1024,
|
2971
3030
|
"kindString": "Property",
|
@@ -2996,7 +3055,7 @@
|
|
2996
3055
|
"defaultValue": "'(min-width: 768px) and (max-width: 991px)'"
|
2997
3056
|
},
|
2998
3057
|
{
|
2999
|
-
"id":
|
3058
|
+
"id": 500,
|
3000
3059
|
"name": "xs",
|
3001
3060
|
"kind": 1024,
|
3002
3061
|
"kindString": "Property",
|
@@ -3027,7 +3086,7 @@
|
|
3027
3086
|
"defaultValue": "'(max-width: 767px)'"
|
3028
3087
|
},
|
3029
3088
|
{
|
3030
|
-
"id":
|
3089
|
+
"id": 507,
|
3031
3090
|
"name": "current",
|
3032
3091
|
"kind": 262144,
|
3033
3092
|
"kindString": "Accessor",
|
@@ -3043,7 +3102,7 @@
|
|
3043
3102
|
],
|
3044
3103
|
"getSignature": [
|
3045
3104
|
{
|
3046
|
-
"id":
|
3105
|
+
"id": 508,
|
3047
3106
|
"name": "current",
|
3048
3107
|
"kind": 524288,
|
3049
3108
|
"kindString": "Get signature",
|
@@ -3053,14 +3112,14 @@
|
|
3053
3112
|
},
|
3054
3113
|
"type": {
|
3055
3114
|
"type": "reference",
|
3056
|
-
"id":
|
3115
|
+
"id": 487,
|
3057
3116
|
"name": "SkyMediaBreakpoints"
|
3058
3117
|
}
|
3059
3118
|
}
|
3060
3119
|
]
|
3061
3120
|
},
|
3062
3121
|
{
|
3063
|
-
"id":
|
3122
|
+
"id": 522,
|
3064
3123
|
"name": "ngOnDestroy",
|
3065
3124
|
"kind": 2048,
|
3066
3125
|
"kindString": "Method",
|
@@ -3076,7 +3135,7 @@
|
|
3076
3135
|
],
|
3077
3136
|
"signatures": [
|
3078
3137
|
{
|
3079
|
-
"id":
|
3138
|
+
"id": 523,
|
3080
3139
|
"name": "ngOnDestroy",
|
3081
3140
|
"kind": 4096,
|
3082
3141
|
"kindString": "Call signature",
|
@@ -3097,7 +3156,7 @@
|
|
3097
3156
|
}
|
3098
3157
|
},
|
3099
3158
|
{
|
3100
|
-
"id":
|
3159
|
+
"id": 524,
|
3101
3160
|
"name": "subscribe",
|
3102
3161
|
"kind": 2048,
|
3103
3162
|
"kindString": "Method",
|
@@ -3113,7 +3172,7 @@
|
|
3113
3172
|
],
|
3114
3173
|
"signatures": [
|
3115
3174
|
{
|
3116
|
-
"id":
|
3175
|
+
"id": 525,
|
3117
3176
|
"name": "subscribe",
|
3118
3177
|
"kind": 4096,
|
3119
3178
|
"kindString": "Call signature",
|
@@ -3123,7 +3182,7 @@
|
|
3123
3182
|
},
|
3124
3183
|
"parameters": [
|
3125
3184
|
{
|
3126
|
-
"id":
|
3185
|
+
"id": 526,
|
3127
3186
|
"name": "listener",
|
3128
3187
|
"kind": 32768,
|
3129
3188
|
"kindString": "Parameter",
|
@@ -3133,7 +3192,7 @@
|
|
3133
3192
|
},
|
3134
3193
|
"type": {
|
3135
3194
|
"type": "reference",
|
3136
|
-
"id":
|
3195
|
+
"id": 492,
|
3137
3196
|
"name": "SkyMediaQueryListener"
|
3138
3197
|
}
|
3139
3198
|
}
|
@@ -3153,32 +3212,32 @@
|
|
3153
3212
|
"title": "Constructors",
|
3154
3213
|
"kind": 512,
|
3155
3214
|
"children": [
|
3156
|
-
|
3215
|
+
504
|
3157
3216
|
]
|
3158
3217
|
},
|
3159
3218
|
{
|
3160
3219
|
"title": "Properties",
|
3161
3220
|
"kind": 1024,
|
3162
3221
|
"children": [
|
3163
|
-
|
3164
|
-
|
3165
|
-
|
3166
|
-
|
3222
|
+
503,
|
3223
|
+
502,
|
3224
|
+
501,
|
3225
|
+
500
|
3167
3226
|
]
|
3168
3227
|
},
|
3169
3228
|
{
|
3170
3229
|
"title": "Accessors",
|
3171
3230
|
"kind": 262144,
|
3172
3231
|
"children": [
|
3173
|
-
|
3232
|
+
507
|
3174
3233
|
]
|
3175
3234
|
},
|
3176
3235
|
{
|
3177
3236
|
"title": "Methods",
|
3178
3237
|
"kind": 2048,
|
3179
3238
|
"children": [
|
3180
|
-
|
3181
|
-
|
3239
|
+
522,
|
3240
|
+
524
|
3182
3241
|
]
|
3183
3242
|
}
|
3184
3243
|
],
|
@@ -3199,7 +3258,7 @@
|
|
3199
3258
|
]
|
3200
3259
|
},
|
3201
3260
|
{
|
3202
|
-
"id":
|
3261
|
+
"id": 545,
|
3203
3262
|
"name": "SkyNumericModule",
|
3204
3263
|
"kind": 128,
|
3205
3264
|
"kindString": "Class",
|
@@ -3224,7 +3283,7 @@
|
|
3224
3283
|
"title": "Constructors",
|
3225
3284
|
"kind": 512,
|
3226
3285
|
"children": [
|
3227
|
-
|
3286
|
+
546
|
3228
3287
|
]
|
3229
3288
|
}
|
3230
3289
|
],
|
@@ -3237,7 +3296,7 @@
|
|
3237
3296
|
]
|
3238
3297
|
},
|
3239
3298
|
{
|
3240
|
-
"id":
|
3299
|
+
"id": 568,
|
3241
3300
|
"name": "SkyNumericPipe",
|
3242
3301
|
"kind": 128,
|
3243
3302
|
"kindString": "Class",
|
@@ -3261,7 +3320,7 @@
|
|
3261
3320
|
],
|
3262
3321
|
"children": [
|
3263
3322
|
{
|
3264
|
-
"id":
|
3323
|
+
"id": 569,
|
3265
3324
|
"name": "constructor",
|
3266
3325
|
"kind": 512,
|
3267
3326
|
"kindString": "Constructor",
|
@@ -3275,14 +3334,14 @@
|
|
3275
3334
|
],
|
3276
3335
|
"signatures": [
|
3277
3336
|
{
|
3278
|
-
"id":
|
3337
|
+
"id": 570,
|
3279
3338
|
"name": "new SkyNumericPipe",
|
3280
3339
|
"kind": 16384,
|
3281
3340
|
"kindString": "Constructor signature",
|
3282
3341
|
"flags": {},
|
3283
3342
|
"parameters": [
|
3284
3343
|
{
|
3285
|
-
"id":
|
3344
|
+
"id": 571,
|
3286
3345
|
"name": "localeProvider",
|
3287
3346
|
"kind": 32768,
|
3288
3347
|
"kindString": "Parameter",
|
@@ -3293,19 +3352,19 @@
|
|
3293
3352
|
}
|
3294
3353
|
},
|
3295
3354
|
{
|
3296
|
-
"id":
|
3355
|
+
"id": 572,
|
3297
3356
|
"name": "numericSvc",
|
3298
3357
|
"kind": 32768,
|
3299
3358
|
"kindString": "Parameter",
|
3300
3359
|
"flags": {},
|
3301
3360
|
"type": {
|
3302
3361
|
"type": "reference",
|
3303
|
-
"id":
|
3362
|
+
"id": 586,
|
3304
3363
|
"name": "SkyNumericService"
|
3305
3364
|
}
|
3306
3365
|
},
|
3307
3366
|
{
|
3308
|
-
"id":
|
3367
|
+
"id": 573,
|
3309
3368
|
"name": "changeDetector",
|
3310
3369
|
"kind": 32768,
|
3311
3370
|
"kindString": "Parameter",
|
@@ -3320,14 +3379,14 @@
|
|
3320
3379
|
],
|
3321
3380
|
"type": {
|
3322
3381
|
"type": "reference",
|
3323
|
-
"id":
|
3382
|
+
"id": 568,
|
3324
3383
|
"name": "SkyNumericPipe"
|
3325
3384
|
}
|
3326
3385
|
}
|
3327
3386
|
]
|
3328
3387
|
},
|
3329
3388
|
{
|
3330
|
-
"id":
|
3389
|
+
"id": 580,
|
3331
3390
|
"name": "ngOnDestroy",
|
3332
3391
|
"kind": 2048,
|
3333
3392
|
"kindString": "Method",
|
@@ -3343,7 +3402,7 @@
|
|
3343
3402
|
],
|
3344
3403
|
"signatures": [
|
3345
3404
|
{
|
3346
|
-
"id":
|
3405
|
+
"id": 581,
|
3347
3406
|
"name": "ngOnDestroy",
|
3348
3407
|
"kind": 4096,
|
3349
3408
|
"kindString": "Call signature",
|
@@ -3364,7 +3423,7 @@
|
|
3364
3423
|
}
|
3365
3424
|
},
|
3366
3425
|
{
|
3367
|
-
"id":
|
3426
|
+
"id": 582,
|
3368
3427
|
"name": "transform",
|
3369
3428
|
"kind": 2048,
|
3370
3429
|
"kindString": "Method",
|
@@ -3380,7 +3439,7 @@
|
|
3380
3439
|
],
|
3381
3440
|
"signatures": [
|
3382
3441
|
{
|
3383
|
-
"id":
|
3442
|
+
"id": 583,
|
3384
3443
|
"name": "transform",
|
3385
3444
|
"kind": 4096,
|
3386
3445
|
"kindString": "Call signature",
|
@@ -3390,7 +3449,7 @@
|
|
3390
3449
|
},
|
3391
3450
|
"parameters": [
|
3392
3451
|
{
|
3393
|
-
"id":
|
3452
|
+
"id": 584,
|
3394
3453
|
"name": "value",
|
3395
3454
|
"kind": 32768,
|
3396
3455
|
"kindString": "Parameter",
|
@@ -3401,7 +3460,7 @@
|
|
3401
3460
|
}
|
3402
3461
|
},
|
3403
3462
|
{
|
3404
|
-
"id":
|
3463
|
+
"id": 585,
|
3405
3464
|
"name": "config",
|
3406
3465
|
"kind": 32768,
|
3407
3466
|
"kindString": "Parameter",
|
@@ -3410,7 +3469,7 @@
|
|
3410
3469
|
},
|
3411
3470
|
"type": {
|
3412
3471
|
"type": "reference",
|
3413
|
-
"id":
|
3472
|
+
"id": 548,
|
3414
3473
|
"name": "SkyNumericOptions"
|
3415
3474
|
}
|
3416
3475
|
}
|
@@ -3436,15 +3495,15 @@
|
|
3436
3495
|
"title": "Constructors",
|
3437
3496
|
"kind": 512,
|
3438
3497
|
"children": [
|
3439
|
-
|
3498
|
+
569
|
3440
3499
|
]
|
3441
3500
|
},
|
3442
3501
|
{
|
3443
3502
|
"title": "Methods",
|
3444
3503
|
"kind": 2048,
|
3445
3504
|
"children": [
|
3446
|
-
|
3447
|
-
|
3505
|
+
580,
|
3506
|
+
582
|
3448
3507
|
]
|
3449
3508
|
}
|
3450
3509
|
],
|
@@ -3471,7 +3530,7 @@
|
|
3471
3530
|
]
|
3472
3531
|
},
|
3473
3532
|
{
|
3474
|
-
"id":
|
3533
|
+
"id": 586,
|
3475
3534
|
"name": "SkyNumericService",
|
3476
3535
|
"kind": 128,
|
3477
3536
|
"kindString": "Class",
|
@@ -3492,7 +3551,7 @@
|
|
3492
3551
|
],
|
3493
3552
|
"children": [
|
3494
3553
|
{
|
3495
|
-
"id":
|
3554
|
+
"id": 587,
|
3496
3555
|
"name": "constructor",
|
3497
3556
|
"kind": 512,
|
3498
3557
|
"kindString": "Constructor",
|
@@ -3506,14 +3565,14 @@
|
|
3506
3565
|
],
|
3507
3566
|
"signatures": [
|
3508
3567
|
{
|
3509
|
-
"id":
|
3568
|
+
"id": 588,
|
3510
3569
|
"name": "new SkyNumericService",
|
3511
3570
|
"kind": 16384,
|
3512
3571
|
"kindString": "Constructor signature",
|
3513
3572
|
"flags": {},
|
3514
3573
|
"parameters": [
|
3515
3574
|
{
|
3516
|
-
"id":
|
3575
|
+
"id": 589,
|
3517
3576
|
"name": "resourcesSvc",
|
3518
3577
|
"kind": 32768,
|
3519
3578
|
"kindString": "Parameter",
|
@@ -3526,14 +3585,14 @@
|
|
3526
3585
|
],
|
3527
3586
|
"type": {
|
3528
3587
|
"type": "reference",
|
3529
|
-
"id":
|
3588
|
+
"id": 586,
|
3530
3589
|
"name": "SkyNumericService"
|
3531
3590
|
}
|
3532
3591
|
}
|
3533
3592
|
]
|
3534
3593
|
},
|
3535
3594
|
{
|
3536
|
-
"id":
|
3595
|
+
"id": 594,
|
3537
3596
|
"name": "formatNumber",
|
3538
3597
|
"kind": 2048,
|
3539
3598
|
"kindString": "Method",
|
@@ -3549,7 +3608,7 @@
|
|
3549
3608
|
],
|
3550
3609
|
"signatures": [
|
3551
3610
|
{
|
3552
|
-
"id":
|
3611
|
+
"id": 595,
|
3553
3612
|
"name": "formatNumber",
|
3554
3613
|
"kind": 4096,
|
3555
3614
|
"kindString": "Call signature",
|
@@ -3559,7 +3618,7 @@
|
|
3559
3618
|
},
|
3560
3619
|
"parameters": [
|
3561
3620
|
{
|
3562
|
-
"id":
|
3621
|
+
"id": 596,
|
3563
3622
|
"name": "value",
|
3564
3623
|
"kind": 32768,
|
3565
3624
|
"kindString": "Parameter",
|
@@ -3573,7 +3632,7 @@
|
|
3573
3632
|
}
|
3574
3633
|
},
|
3575
3634
|
{
|
3576
|
-
"id":
|
3635
|
+
"id": 597,
|
3577
3636
|
"name": "options",
|
3578
3637
|
"kind": 32768,
|
3579
3638
|
"kindString": "Parameter",
|
@@ -3583,7 +3642,7 @@
|
|
3583
3642
|
},
|
3584
3643
|
"type": {
|
3585
3644
|
"type": "reference",
|
3586
|
-
"id":
|
3645
|
+
"id": 548,
|
3587
3646
|
"name": "SkyNumericOptions"
|
3588
3647
|
}
|
3589
3648
|
}
|
@@ -3601,14 +3660,14 @@
|
|
3601
3660
|
"title": "Constructors",
|
3602
3661
|
"kind": 512,
|
3603
3662
|
"children": [
|
3604
|
-
|
3663
|
+
587
|
3605
3664
|
]
|
3606
3665
|
},
|
3607
3666
|
{
|
3608
3667
|
"title": "Methods",
|
3609
3668
|
"kind": 2048,
|
3610
3669
|
"children": [
|
3611
|
-
|
3670
|
+
594
|
3612
3671
|
]
|
3613
3672
|
}
|
3614
3673
|
],
|
@@ -3621,7 +3680,7 @@
|
|
3621
3680
|
]
|
3622
3681
|
},
|
3623
3682
|
{
|
3624
|
-
"id":
|
3683
|
+
"id": 624,
|
3625
3684
|
"name": "SkyOverlayInstance",
|
3626
3685
|
"kind": 128,
|
3627
3686
|
"kindString": "Class",
|
@@ -3631,7 +3690,7 @@
|
|
3631
3690
|
},
|
3632
3691
|
"children": [
|
3633
3692
|
{
|
3634
|
-
"id":
|
3693
|
+
"id": 625,
|
3635
3694
|
"name": "constructor",
|
3636
3695
|
"kind": 512,
|
3637
3696
|
"kindString": "Constructor",
|
@@ -3645,26 +3704,26 @@
|
|
3645
3704
|
],
|
3646
3705
|
"signatures": [
|
3647
3706
|
{
|
3648
|
-
"id":
|
3707
|
+
"id": 626,
|
3649
3708
|
"name": "new SkyOverlayInstance",
|
3650
3709
|
"kind": 16384,
|
3651
3710
|
"kindString": "Constructor signature",
|
3652
3711
|
"flags": {},
|
3653
3712
|
"parameters": [
|
3654
3713
|
{
|
3655
|
-
"id":
|
3714
|
+
"id": 627,
|
3656
3715
|
"name": "config",
|
3657
3716
|
"kind": 32768,
|
3658
3717
|
"kindString": "Parameter",
|
3659
3718
|
"flags": {},
|
3660
3719
|
"type": {
|
3661
3720
|
"type": "reference",
|
3662
|
-
"id":
|
3721
|
+
"id": 616,
|
3663
3722
|
"name": "SkyOverlayConfig"
|
3664
3723
|
}
|
3665
3724
|
},
|
3666
3725
|
{
|
3667
|
-
"id":
|
3726
|
+
"id": 628,
|
3668
3727
|
"name": "componentRef",
|
3669
3728
|
"kind": 32768,
|
3670
3729
|
"kindString": "Parameter",
|
@@ -3685,14 +3744,14 @@
|
|
3685
3744
|
],
|
3686
3745
|
"type": {
|
3687
3746
|
"type": "reference",
|
3688
|
-
"id":
|
3747
|
+
"id": 624,
|
3689
3748
|
"name": "SkyOverlayInstance"
|
3690
3749
|
}
|
3691
3750
|
}
|
3692
3751
|
]
|
3693
3752
|
},
|
3694
3753
|
{
|
3695
|
-
"id":
|
3754
|
+
"id": 633,
|
3696
3755
|
"name": "id",
|
3697
3756
|
"kind": 1024,
|
3698
3757
|
"kindString": "Property",
|
@@ -3712,7 +3771,7 @@
|
|
3712
3771
|
}
|
3713
3772
|
},
|
3714
3773
|
{
|
3715
|
-
"id":
|
3774
|
+
"id": 629,
|
3716
3775
|
"name": "backdropClick",
|
3717
3776
|
"kind": 262144,
|
3718
3777
|
"kindString": "Accessor",
|
@@ -3728,7 +3787,7 @@
|
|
3728
3787
|
],
|
3729
3788
|
"getSignature": [
|
3730
3789
|
{
|
3731
|
-
"id":
|
3790
|
+
"id": 630,
|
3732
3791
|
"name": "backdropClick",
|
3733
3792
|
"kind": 524288,
|
3734
3793
|
"kindString": "Get signature",
|
@@ -3752,7 +3811,7 @@
|
|
3752
3811
|
]
|
3753
3812
|
},
|
3754
3813
|
{
|
3755
|
-
"id":
|
3814
|
+
"id": 631,
|
3756
3815
|
"name": "closed",
|
3757
3816
|
"kind": 262144,
|
3758
3817
|
"kindString": "Accessor",
|
@@ -3768,7 +3827,7 @@
|
|
3768
3827
|
],
|
3769
3828
|
"getSignature": [
|
3770
3829
|
{
|
3771
|
-
"id":
|
3830
|
+
"id": 632,
|
3772
3831
|
"name": "closed",
|
3773
3832
|
"kind": 524288,
|
3774
3833
|
"kindString": "Get signature",
|
@@ -3792,7 +3851,7 @@
|
|
3792
3851
|
]
|
3793
3852
|
},
|
3794
3853
|
{
|
3795
|
-
"id":
|
3854
|
+
"id": 640,
|
3796
3855
|
"name": "attachComponent",
|
3797
3856
|
"kind": 2048,
|
3798
3857
|
"kindString": "Method",
|
@@ -3808,7 +3867,7 @@
|
|
3808
3867
|
],
|
3809
3868
|
"signatures": [
|
3810
3869
|
{
|
3811
|
-
"id":
|
3870
|
+
"id": 641,
|
3812
3871
|
"name": "attachComponent",
|
3813
3872
|
"kind": 4096,
|
3814
3873
|
"kindString": "Call signature",
|
@@ -3818,7 +3877,7 @@
|
|
3818
3877
|
},
|
3819
3878
|
"typeParameter": [
|
3820
3879
|
{
|
3821
|
-
"id":
|
3880
|
+
"id": 642,
|
3822
3881
|
"name": "C",
|
3823
3882
|
"kind": 131072,
|
3824
3883
|
"kindString": "Type parameter",
|
@@ -3827,7 +3886,7 @@
|
|
3827
3886
|
],
|
3828
3887
|
"parameters": [
|
3829
3888
|
{
|
3830
|
-
"id":
|
3889
|
+
"id": 643,
|
3831
3890
|
"name": "component",
|
3832
3891
|
"kind": 32768,
|
3833
3892
|
"kindString": "Parameter",
|
@@ -3840,7 +3899,7 @@
|
|
3840
3899
|
"typeArguments": [
|
3841
3900
|
{
|
3842
3901
|
"type": "reference",
|
3843
|
-
"id":
|
3902
|
+
"id": 642,
|
3844
3903
|
"name": "C"
|
3845
3904
|
}
|
3846
3905
|
],
|
@@ -3850,7 +3909,7 @@
|
|
3850
3909
|
}
|
3851
3910
|
},
|
3852
3911
|
{
|
3853
|
-
"id":
|
3912
|
+
"id": 644,
|
3854
3913
|
"name": "providers",
|
3855
3914
|
"kind": 32768,
|
3856
3915
|
"kindString": "Parameter",
|
@@ -3873,14 +3932,14 @@
|
|
3873
3932
|
],
|
3874
3933
|
"type": {
|
3875
3934
|
"type": "reference",
|
3876
|
-
"id":
|
3935
|
+
"id": 642,
|
3877
3936
|
"name": "C"
|
3878
3937
|
}
|
3879
3938
|
}
|
3880
3939
|
]
|
3881
3940
|
},
|
3882
3941
|
{
|
3883
|
-
"id":
|
3942
|
+
"id": 645,
|
3884
3943
|
"name": "attachTemplate",
|
3885
3944
|
"kind": 2048,
|
3886
3945
|
"kindString": "Method",
|
@@ -3896,7 +3955,7 @@
|
|
3896
3955
|
],
|
3897
3956
|
"signatures": [
|
3898
3957
|
{
|
3899
|
-
"id":
|
3958
|
+
"id": 646,
|
3900
3959
|
"name": "attachTemplate",
|
3901
3960
|
"kind": 4096,
|
3902
3961
|
"kindString": "Call signature",
|
@@ -3906,7 +3965,7 @@
|
|
3906
3965
|
},
|
3907
3966
|
"typeParameter": [
|
3908
3967
|
{
|
3909
|
-
"id":
|
3968
|
+
"id": 647,
|
3910
3969
|
"name": "T",
|
3911
3970
|
"kind": 131072,
|
3912
3971
|
"kindString": "Type parameter",
|
@@ -3915,7 +3974,7 @@
|
|
3915
3974
|
],
|
3916
3975
|
"parameters": [
|
3917
3976
|
{
|
3918
|
-
"id":
|
3977
|
+
"id": 648,
|
3919
3978
|
"name": "templateRef",
|
3920
3979
|
"kind": 32768,
|
3921
3980
|
"kindString": "Parameter",
|
@@ -3928,7 +3987,7 @@
|
|
3928
3987
|
"typeArguments": [
|
3929
3988
|
{
|
3930
3989
|
"type": "reference",
|
3931
|
-
"id":
|
3990
|
+
"id": 647,
|
3932
3991
|
"name": "T"
|
3933
3992
|
}
|
3934
3993
|
],
|
@@ -3938,7 +3997,7 @@
|
|
3938
3997
|
}
|
3939
3998
|
},
|
3940
3999
|
{
|
3941
|
-
"id":
|
4000
|
+
"id": 649,
|
3942
4001
|
"name": "context",
|
3943
4002
|
"kind": 32768,
|
3944
4003
|
"kindString": "Parameter",
|
@@ -3950,7 +4009,7 @@
|
|
3950
4009
|
},
|
3951
4010
|
"type": {
|
3952
4011
|
"type": "reference",
|
3953
|
-
"id":
|
4012
|
+
"id": 647,
|
3954
4013
|
"name": "T"
|
3955
4014
|
}
|
3956
4015
|
}
|
@@ -3968,32 +4027,32 @@
|
|
3968
4027
|
"title": "Constructors",
|
3969
4028
|
"kind": 512,
|
3970
4029
|
"children": [
|
3971
|
-
|
4030
|
+
625
|
3972
4031
|
]
|
3973
4032
|
},
|
3974
4033
|
{
|
3975
4034
|
"title": "Properties",
|
3976
4035
|
"kind": 1024,
|
3977
4036
|
"children": [
|
3978
|
-
|
3979
|
-
|
3980
|
-
|
4037
|
+
639,
|
4038
|
+
638,
|
4039
|
+
633
|
3981
4040
|
]
|
3982
4041
|
},
|
3983
4042
|
{
|
3984
4043
|
"title": "Accessors",
|
3985
4044
|
"kind": 262144,
|
3986
4045
|
"children": [
|
3987
|
-
|
3988
|
-
|
4046
|
+
629,
|
4047
|
+
631
|
3989
4048
|
]
|
3990
4049
|
},
|
3991
4050
|
{
|
3992
4051
|
"title": "Methods",
|
3993
4052
|
"kind": 2048,
|
3994
4053
|
"children": [
|
3995
|
-
|
3996
|
-
|
4054
|
+
640,
|
4055
|
+
645
|
3997
4056
|
]
|
3998
4057
|
}
|
3999
4058
|
],
|
@@ -4006,7 +4065,7 @@
|
|
4006
4065
|
]
|
4007
4066
|
},
|
4008
4067
|
{
|
4009
|
-
"id":
|
4068
|
+
"id": 651,
|
4010
4069
|
"name": "SkyOverlayModule",
|
4011
4070
|
"kind": 128,
|
4012
4071
|
"kindString": "Class",
|
@@ -4031,7 +4090,7 @@
|
|
4031
4090
|
"title": "Constructors",
|
4032
4091
|
"kind": 512,
|
4033
4092
|
"children": [
|
4034
|
-
|
4093
|
+
652
|
4035
4094
|
]
|
4036
4095
|
}
|
4037
4096
|
],
|
@@ -4044,7 +4103,7 @@
|
|
4044
4103
|
]
|
4045
4104
|
},
|
4046
4105
|
{
|
4047
|
-
"id":
|
4106
|
+
"id": 654,
|
4048
4107
|
"name": "SkyOverlayService",
|
4049
4108
|
"kind": 128,
|
4050
4109
|
"kindString": "Class",
|
@@ -4074,7 +4133,7 @@
|
|
4074
4133
|
],
|
4075
4134
|
"children": [
|
4076
4135
|
{
|
4077
|
-
"id":
|
4136
|
+
"id": 656,
|
4078
4137
|
"name": "constructor",
|
4079
4138
|
"kind": 512,
|
4080
4139
|
"kindString": "Constructor",
|
@@ -4088,14 +4147,14 @@
|
|
4088
4147
|
],
|
4089
4148
|
"signatures": [
|
4090
4149
|
{
|
4091
|
-
"id":
|
4150
|
+
"id": 657,
|
4092
4151
|
"name": "new SkyOverlayService",
|
4093
4152
|
"kind": 16384,
|
4094
4153
|
"kindString": "Constructor signature",
|
4095
4154
|
"flags": {},
|
4096
4155
|
"parameters": [
|
4097
4156
|
{
|
4098
|
-
"id":
|
4157
|
+
"id": 658,
|
4099
4158
|
"name": "applicationRef",
|
4100
4159
|
"kind": 32768,
|
4101
4160
|
"kindString": "Parameter",
|
@@ -4108,7 +4167,7 @@
|
|
4108
4167
|
}
|
4109
4168
|
},
|
4110
4169
|
{
|
4111
|
-
"id":
|
4170
|
+
"id": 659,
|
4112
4171
|
"name": "componentFactoryResolver",
|
4113
4172
|
"kind": 32768,
|
4114
4173
|
"kindString": "Parameter",
|
@@ -4121,7 +4180,7 @@
|
|
4121
4180
|
}
|
4122
4181
|
},
|
4123
4182
|
{
|
4124
|
-
"id":
|
4183
|
+
"id": 660,
|
4125
4184
|
"name": "injector",
|
4126
4185
|
"kind": 32768,
|
4127
4186
|
"kindString": "Parameter",
|
@@ -4134,7 +4193,7 @@
|
|
4134
4193
|
}
|
4135
4194
|
},
|
4136
4195
|
{
|
4137
|
-
"id":
|
4196
|
+
"id": 661,
|
4138
4197
|
"name": "adapter",
|
4139
4198
|
"kind": 32768,
|
4140
4199
|
"kindString": "Parameter",
|
@@ -4147,14 +4206,14 @@
|
|
4147
4206
|
],
|
4148
4207
|
"type": {
|
4149
4208
|
"type": "reference",
|
4150
|
-
"id":
|
4209
|
+
"id": 654,
|
4151
4210
|
"name": "SkyOverlayService"
|
4152
4211
|
}
|
4153
4212
|
}
|
4154
4213
|
]
|
4155
4214
|
},
|
4156
4215
|
{
|
4157
|
-
"id":
|
4216
|
+
"id": 669,
|
4158
4217
|
"name": "close",
|
4159
4218
|
"kind": 2048,
|
4160
4219
|
"kindString": "Method",
|
@@ -4170,7 +4229,7 @@
|
|
4170
4229
|
],
|
4171
4230
|
"signatures": [
|
4172
4231
|
{
|
4173
|
-
"id":
|
4232
|
+
"id": 670,
|
4174
4233
|
"name": "close",
|
4175
4234
|
"kind": 4096,
|
4176
4235
|
"kindString": "Call signature",
|
@@ -4180,7 +4239,7 @@
|
|
4180
4239
|
},
|
4181
4240
|
"parameters": [
|
4182
4241
|
{
|
4183
|
-
"id":
|
4242
|
+
"id": 671,
|
4184
4243
|
"name": "instance",
|
4185
4244
|
"kind": 32768,
|
4186
4245
|
"kindString": "Parameter",
|
@@ -4190,7 +4249,7 @@
|
|
4190
4249
|
},
|
4191
4250
|
"type": {
|
4192
4251
|
"type": "reference",
|
4193
|
-
"id":
|
4252
|
+
"id": 624,
|
4194
4253
|
"name": "SkyOverlayInstance"
|
4195
4254
|
}
|
4196
4255
|
}
|
@@ -4203,7 +4262,7 @@
|
|
4203
4262
|
]
|
4204
4263
|
},
|
4205
4264
|
{
|
4206
|
-
"id":
|
4265
|
+
"id": 672,
|
4207
4266
|
"name": "closeAll",
|
4208
4267
|
"kind": 2048,
|
4209
4268
|
"kindString": "Method",
|
@@ -4219,7 +4278,7 @@
|
|
4219
4278
|
],
|
4220
4279
|
"signatures": [
|
4221
4280
|
{
|
4222
|
-
"id":
|
4281
|
+
"id": 673,
|
4223
4282
|
"name": "closeAll",
|
4224
4283
|
"kind": 4096,
|
4225
4284
|
"kindString": "Call signature",
|
@@ -4235,7 +4294,7 @@
|
|
4235
4294
|
]
|
4236
4295
|
},
|
4237
4296
|
{
|
4238
|
-
"id":
|
4297
|
+
"id": 666,
|
4239
4298
|
"name": "create",
|
4240
4299
|
"kind": 2048,
|
4241
4300
|
"kindString": "Method",
|
@@ -4251,7 +4310,7 @@
|
|
4251
4310
|
],
|
4252
4311
|
"signatures": [
|
4253
4312
|
{
|
4254
|
-
"id":
|
4313
|
+
"id": 667,
|
4255
4314
|
"name": "create",
|
4256
4315
|
"kind": 4096,
|
4257
4316
|
"kindString": "Call signature",
|
@@ -4261,7 +4320,7 @@
|
|
4261
4320
|
},
|
4262
4321
|
"parameters": [
|
4263
4322
|
{
|
4264
|
-
"id":
|
4323
|
+
"id": 668,
|
4265
4324
|
"name": "config",
|
4266
4325
|
"kind": 32768,
|
4267
4326
|
"kindString": "Parameter",
|
@@ -4273,14 +4332,14 @@
|
|
4273
4332
|
},
|
4274
4333
|
"type": {
|
4275
4334
|
"type": "reference",
|
4276
|
-
"id":
|
4335
|
+
"id": 616,
|
4277
4336
|
"name": "SkyOverlayConfig"
|
4278
4337
|
}
|
4279
4338
|
}
|
4280
4339
|
],
|
4281
4340
|
"type": {
|
4282
4341
|
"type": "reference",
|
4283
|
-
"id":
|
4342
|
+
"id": 624,
|
4284
4343
|
"name": "SkyOverlayInstance"
|
4285
4344
|
}
|
4286
4345
|
}
|
@@ -4292,16 +4351,16 @@
|
|
4292
4351
|
"title": "Constructors",
|
4293
4352
|
"kind": 512,
|
4294
4353
|
"children": [
|
4295
|
-
|
4354
|
+
656
|
4296
4355
|
]
|
4297
4356
|
},
|
4298
4357
|
{
|
4299
4358
|
"title": "Methods",
|
4300
4359
|
"kind": 2048,
|
4301
4360
|
"children": [
|
4302
|
-
|
4303
|
-
|
4304
|
-
|
4361
|
+
669,
|
4362
|
+
672,
|
4363
|
+
666
|
4305
4364
|
]
|
4306
4365
|
}
|
4307
4366
|
],
|
@@ -4314,7 +4373,7 @@
|
|
4314
4373
|
]
|
4315
4374
|
},
|
4316
4375
|
{
|
4317
|
-
"id":
|
4376
|
+
"id": 686,
|
4318
4377
|
"name": "SkyPercentPipe",
|
4319
4378
|
"kind": 128,
|
4320
4379
|
"kindString": "Class",
|
@@ -4335,7 +4394,7 @@
|
|
4335
4394
|
],
|
4336
4395
|
"children": [
|
4337
4396
|
{
|
4338
|
-
"id":
|
4397
|
+
"id": 687,
|
4339
4398
|
"name": "constructor",
|
4340
4399
|
"kind": 512,
|
4341
4400
|
"kindString": "Constructor",
|
@@ -4349,14 +4408,14 @@
|
|
4349
4408
|
],
|
4350
4409
|
"signatures": [
|
4351
4410
|
{
|
4352
|
-
"id":
|
4411
|
+
"id": 688,
|
4353
4412
|
"name": "new SkyPercentPipe",
|
4354
4413
|
"kind": 16384,
|
4355
4414
|
"kindString": "Constructor signature",
|
4356
4415
|
"flags": {},
|
4357
4416
|
"parameters": [
|
4358
4417
|
{
|
4359
|
-
"id":
|
4418
|
+
"id": 689,
|
4360
4419
|
"name": "localeProvider",
|
4361
4420
|
"kind": 32768,
|
4362
4421
|
"kindString": "Parameter",
|
@@ -4369,14 +4428,14 @@
|
|
4369
4428
|
],
|
4370
4429
|
"type": {
|
4371
4430
|
"type": "reference",
|
4372
|
-
"id":
|
4431
|
+
"id": 686,
|
4373
4432
|
"name": "SkyPercentPipe"
|
4374
4433
|
}
|
4375
4434
|
}
|
4376
4435
|
]
|
4377
4436
|
},
|
4378
4437
|
{
|
4379
|
-
"id":
|
4438
|
+
"id": 690,
|
4380
4439
|
"name": "defaultLocale",
|
4381
4440
|
"kind": 262144,
|
4382
4441
|
"kindString": "Accessor",
|
@@ -4392,7 +4451,7 @@
|
|
4392
4451
|
],
|
4393
4452
|
"getSignature": [
|
4394
4453
|
{
|
4395
|
-
"id":
|
4454
|
+
"id": 691,
|
4396
4455
|
"name": "defaultLocale",
|
4397
4456
|
"kind": 524288,
|
4398
4457
|
"kindString": "Get signature",
|
@@ -4405,7 +4464,7 @@
|
|
4405
4464
|
]
|
4406
4465
|
},
|
4407
4466
|
{
|
4408
|
-
"id":
|
4467
|
+
"id": 699,
|
4409
4468
|
"name": "ngOnDestroy",
|
4410
4469
|
"kind": 2048,
|
4411
4470
|
"kindString": "Method",
|
@@ -4421,7 +4480,7 @@
|
|
4421
4480
|
],
|
4422
4481
|
"signatures": [
|
4423
4482
|
{
|
4424
|
-
"id":
|
4483
|
+
"id": 700,
|
4425
4484
|
"name": "ngOnDestroy",
|
4426
4485
|
"kind": 4096,
|
4427
4486
|
"kindString": "Call signature",
|
@@ -4442,7 +4501,7 @@
|
|
4442
4501
|
}
|
4443
4502
|
},
|
4444
4503
|
{
|
4445
|
-
"id":
|
4504
|
+
"id": 701,
|
4446
4505
|
"name": "transform",
|
4447
4506
|
"kind": 2048,
|
4448
4507
|
"kindString": "Method",
|
@@ -4458,14 +4517,14 @@
|
|
4458
4517
|
],
|
4459
4518
|
"signatures": [
|
4460
4519
|
{
|
4461
|
-
"id":
|
4520
|
+
"id": 702,
|
4462
4521
|
"name": "transform",
|
4463
4522
|
"kind": 4096,
|
4464
4523
|
"kindString": "Call signature",
|
4465
4524
|
"flags": {},
|
4466
4525
|
"parameters": [
|
4467
4526
|
{
|
4468
|
-
"id":
|
4527
|
+
"id": 703,
|
4469
4528
|
"name": "value",
|
4470
4529
|
"kind": 32768,
|
4471
4530
|
"kindString": "Parameter",
|
@@ -4476,7 +4535,7 @@
|
|
4476
4535
|
}
|
4477
4536
|
},
|
4478
4537
|
{
|
4479
|
-
"id":
|
4538
|
+
"id": 704,
|
4480
4539
|
"name": "format",
|
4481
4540
|
"kind": 32768,
|
4482
4541
|
"kindString": "Parameter",
|
@@ -4489,7 +4548,7 @@
|
|
4489
4548
|
}
|
4490
4549
|
},
|
4491
4550
|
{
|
4492
|
-
"id":
|
4551
|
+
"id": 705,
|
4493
4552
|
"name": "locale",
|
4494
4553
|
"kind": 32768,
|
4495
4554
|
"kindString": "Parameter",
|
@@ -4523,22 +4582,22 @@
|
|
4523
4582
|
"title": "Constructors",
|
4524
4583
|
"kind": 512,
|
4525
4584
|
"children": [
|
4526
|
-
|
4585
|
+
687
|
4527
4586
|
]
|
4528
4587
|
},
|
4529
4588
|
{
|
4530
4589
|
"title": "Accessors",
|
4531
4590
|
"kind": 262144,
|
4532
4591
|
"children": [
|
4533
|
-
|
4592
|
+
690
|
4534
4593
|
]
|
4535
4594
|
},
|
4536
4595
|
{
|
4537
4596
|
"title": "Methods",
|
4538
4597
|
"kind": 2048,
|
4539
4598
|
"children": [
|
4540
|
-
|
4541
|
-
|
4599
|
+
699,
|
4600
|
+
701
|
4542
4601
|
]
|
4543
4602
|
}
|
4544
4603
|
],
|
@@ -4565,7 +4624,7 @@
|
|
4565
4624
|
]
|
4566
4625
|
},
|
4567
4626
|
{
|
4568
|
-
"id":
|
4627
|
+
"id": 683,
|
4569
4628
|
"name": "SkyPercentPipeModule",
|
4570
4629
|
"kind": 128,
|
4571
4630
|
"kindString": "Class",
|
@@ -4590,7 +4649,7 @@
|
|
4590
4649
|
"title": "Constructors",
|
4591
4650
|
"kind": 512,
|
4592
4651
|
"children": [
|
4593
|
-
|
4652
|
+
684
|
4594
4653
|
]
|
4595
4654
|
}
|
4596
4655
|
],
|
@@ -4603,7 +4662,7 @@
|
|
4603
4662
|
]
|
4604
4663
|
},
|
4605
4664
|
{
|
4606
|
-
"id":
|
4665
|
+
"id": 727,
|
4607
4666
|
"name": "SkyResizeObserverMediaQueryService",
|
4608
4667
|
"kind": 128,
|
4609
4668
|
"kindString": "Class",
|
@@ -4625,7 +4684,7 @@
|
|
4625
4684
|
],
|
4626
4685
|
"children": [
|
4627
4686
|
{
|
4628
|
-
"id":
|
4687
|
+
"id": 730,
|
4629
4688
|
"name": "current",
|
4630
4689
|
"kind": 262144,
|
4631
4690
|
"kindString": "Accessor",
|
@@ -4641,7 +4700,7 @@
|
|
4641
4700
|
],
|
4642
4701
|
"getSignature": [
|
4643
4702
|
{
|
4644
|
-
"id":
|
4703
|
+
"id": 731,
|
4645
4704
|
"name": "current",
|
4646
4705
|
"kind": 524288,
|
4647
4706
|
"kindString": "Get signature",
|
@@ -4651,14 +4710,14 @@
|
|
4651
4710
|
},
|
4652
4711
|
"type": {
|
4653
4712
|
"type": "reference",
|
4654
|
-
"id":
|
4713
|
+
"id": 487,
|
4655
4714
|
"name": "SkyMediaBreakpoints"
|
4656
4715
|
}
|
4657
4716
|
}
|
4658
4717
|
]
|
4659
4718
|
},
|
4660
4719
|
{
|
4661
|
-
"id":
|
4720
|
+
"id": 743,
|
4662
4721
|
"name": "ngOnDestroy",
|
4663
4722
|
"kind": 2048,
|
4664
4723
|
"kindString": "Method",
|
@@ -4674,7 +4733,7 @@
|
|
4674
4733
|
],
|
4675
4734
|
"signatures": [
|
4676
4735
|
{
|
4677
|
-
"id":
|
4736
|
+
"id": 744,
|
4678
4737
|
"name": "ngOnDestroy",
|
4679
4738
|
"kind": 4096,
|
4680
4739
|
"kindString": "Call signature",
|
@@ -4695,7 +4754,7 @@
|
|
4695
4754
|
}
|
4696
4755
|
},
|
4697
4756
|
{
|
4698
|
-
"id":
|
4757
|
+
"id": 747,
|
4699
4758
|
"name": "observe",
|
4700
4759
|
"kind": 2048,
|
4701
4760
|
"kindString": "Method",
|
@@ -4711,7 +4770,7 @@
|
|
4711
4770
|
],
|
4712
4771
|
"signatures": [
|
4713
4772
|
{
|
4714
|
-
"id":
|
4773
|
+
"id": 748,
|
4715
4774
|
"name": "observe",
|
4716
4775
|
"kind": 4096,
|
4717
4776
|
"kindString": "Call signature",
|
@@ -4721,7 +4780,7 @@
|
|
4721
4780
|
},
|
4722
4781
|
"parameters": [
|
4723
4782
|
{
|
4724
|
-
"id":
|
4783
|
+
"id": 749,
|
4725
4784
|
"name": "element",
|
4726
4785
|
"kind": 32768,
|
4727
4786
|
"kindString": "Parameter",
|
@@ -4740,7 +4799,7 @@
|
|
4740
4799
|
}
|
4741
4800
|
},
|
4742
4801
|
{
|
4743
|
-
"id":
|
4802
|
+
"id": 750,
|
4744
4803
|
"name": "options",
|
4745
4804
|
"kind": 32768,
|
4746
4805
|
"kindString": "Parameter",
|
@@ -4750,14 +4809,14 @@
|
|
4750
4809
|
"type": {
|
4751
4810
|
"type": "reflection",
|
4752
4811
|
"declaration": {
|
4753
|
-
"id":
|
4812
|
+
"id": 751,
|
4754
4813
|
"name": "__type",
|
4755
4814
|
"kind": 65536,
|
4756
4815
|
"kindString": "Type literal",
|
4757
4816
|
"flags": {},
|
4758
4817
|
"children": [
|
4759
4818
|
{
|
4760
|
-
"id":
|
4819
|
+
"id": 752,
|
4761
4820
|
"name": "updateResponsiveClasses",
|
4762
4821
|
"kind": 1024,
|
4763
4822
|
"kindString": "Property",
|
@@ -4782,7 +4841,7 @@
|
|
4782
4841
|
"title": "Properties",
|
4783
4842
|
"kind": 1024,
|
4784
4843
|
"children": [
|
4785
|
-
|
4844
|
+
752
|
4786
4845
|
]
|
4787
4846
|
}
|
4788
4847
|
]
|
@@ -4792,14 +4851,14 @@
|
|
4792
4851
|
],
|
4793
4852
|
"type": {
|
4794
4853
|
"type": "reference",
|
4795
|
-
"id":
|
4854
|
+
"id": 727,
|
4796
4855
|
"name": "SkyResizeObserverMediaQueryService"
|
4797
4856
|
}
|
4798
4857
|
}
|
4799
4858
|
]
|
4800
4859
|
},
|
4801
4860
|
{
|
4802
|
-
"id":
|
4861
|
+
"id": 755,
|
4803
4862
|
"name": "subscribe",
|
4804
4863
|
"kind": 2048,
|
4805
4864
|
"kindString": "Method",
|
@@ -4815,7 +4874,7 @@
|
|
4815
4874
|
],
|
4816
4875
|
"signatures": [
|
4817
4876
|
{
|
4818
|
-
"id":
|
4877
|
+
"id": 756,
|
4819
4878
|
"name": "subscribe",
|
4820
4879
|
"kind": 4096,
|
4821
4880
|
"kindString": "Call signature",
|
@@ -4825,14 +4884,14 @@
|
|
4825
4884
|
},
|
4826
4885
|
"parameters": [
|
4827
4886
|
{
|
4828
|
-
"id":
|
4887
|
+
"id": 757,
|
4829
4888
|
"name": "listener",
|
4830
4889
|
"kind": 32768,
|
4831
4890
|
"kindString": "Parameter",
|
4832
4891
|
"flags": {},
|
4833
4892
|
"type": {
|
4834
4893
|
"type": "reference",
|
4835
|
-
"id":
|
4894
|
+
"id": 492,
|
4836
4895
|
"name": "SkyMediaQueryListener"
|
4837
4896
|
}
|
4838
4897
|
}
|
@@ -4847,7 +4906,7 @@
|
|
4847
4906
|
]
|
4848
4907
|
},
|
4849
4908
|
{
|
4850
|
-
"id":
|
4909
|
+
"id": 753,
|
4851
4910
|
"name": "unobserve",
|
4852
4911
|
"kind": 2048,
|
4853
4912
|
"kindString": "Method",
|
@@ -4863,7 +4922,7 @@
|
|
4863
4922
|
],
|
4864
4923
|
"signatures": [
|
4865
4924
|
{
|
4866
|
-
"id":
|
4925
|
+
"id": 754,
|
4867
4926
|
"name": "unobserve",
|
4868
4927
|
"kind": 4096,
|
4869
4928
|
"kindString": "Call signature",
|
@@ -4884,24 +4943,24 @@
|
|
4884
4943
|
"title": "Constructors",
|
4885
4944
|
"kind": 512,
|
4886
4945
|
"children": [
|
4887
|
-
|
4946
|
+
728
|
4888
4947
|
]
|
4889
4948
|
},
|
4890
4949
|
{
|
4891
4950
|
"title": "Accessors",
|
4892
4951
|
"kind": 262144,
|
4893
4952
|
"children": [
|
4894
|
-
|
4953
|
+
730
|
4895
4954
|
]
|
4896
4955
|
},
|
4897
4956
|
{
|
4898
4957
|
"title": "Methods",
|
4899
4958
|
"kind": 2048,
|
4900
4959
|
"children": [
|
4901
|
-
|
4902
|
-
|
4903
|
-
|
4904
|
-
|
4960
|
+
743,
|
4961
|
+
747,
|
4962
|
+
755,
|
4963
|
+
753
|
4905
4964
|
]
|
4906
4965
|
}
|
4907
4966
|
],
|
@@ -4922,7 +4981,7 @@
|
|
4922
4981
|
]
|
4923
4982
|
},
|
4924
4983
|
{
|
4925
|
-
"id":
|
4984
|
+
"id": 708,
|
4926
4985
|
"name": "SkyResizeObserverService",
|
4927
4986
|
"kind": 128,
|
4928
4987
|
"kindString": "Class",
|
@@ -4946,7 +5005,7 @@
|
|
4946
5005
|
],
|
4947
5006
|
"children": [
|
4948
5007
|
{
|
4949
|
-
"id":
|
5008
|
+
"id": 716,
|
4950
5009
|
"name": "ngOnDestroy",
|
4951
5010
|
"kind": 2048,
|
4952
5011
|
"kindString": "Method",
|
@@ -4962,7 +5021,7 @@
|
|
4962
5021
|
],
|
4963
5022
|
"signatures": [
|
4964
5023
|
{
|
4965
|
-
"id":
|
5024
|
+
"id": 717,
|
4966
5025
|
"name": "ngOnDestroy",
|
4967
5026
|
"kind": 4096,
|
4968
5027
|
"kindString": "Call signature",
|
@@ -4983,7 +5042,7 @@
|
|
4983
5042
|
}
|
4984
5043
|
},
|
4985
5044
|
{
|
4986
|
-
"id":
|
5045
|
+
"id": 718,
|
4987
5046
|
"name": "observe",
|
4988
5047
|
"kind": 2048,
|
4989
5048
|
"kindString": "Method",
|
@@ -4999,7 +5058,7 @@
|
|
4999
5058
|
],
|
5000
5059
|
"signatures": [
|
5001
5060
|
{
|
5002
|
-
"id":
|
5061
|
+
"id": 719,
|
5003
5062
|
"name": "observe",
|
5004
5063
|
"kind": 4096,
|
5005
5064
|
"kindString": "Call signature",
|
@@ -5009,7 +5068,7 @@
|
|
5009
5068
|
},
|
5010
5069
|
"parameters": [
|
5011
5070
|
{
|
5012
|
-
"id":
|
5071
|
+
"id": 720,
|
5013
5072
|
"name": "element",
|
5014
5073
|
"kind": 32768,
|
5015
5074
|
"kindString": "Parameter",
|
@@ -5051,15 +5110,15 @@
|
|
5051
5110
|
"title": "Constructors",
|
5052
5111
|
"kind": 512,
|
5053
5112
|
"children": [
|
5054
|
-
|
5113
|
+
709
|
5055
5114
|
]
|
5056
5115
|
},
|
5057
5116
|
{
|
5058
5117
|
"title": "Methods",
|
5059
5118
|
"kind": 2048,
|
5060
5119
|
"children": [
|
5061
|
-
|
5062
|
-
|
5120
|
+
716,
|
5121
|
+
718
|
5063
5122
|
]
|
5064
5123
|
}
|
5065
5124
|
],
|
@@ -5080,7 +5139,7 @@
|
|
5080
5139
|
]
|
5081
5140
|
},
|
5082
5141
|
{
|
5083
|
-
"id":
|
5142
|
+
"id": 778,
|
5084
5143
|
"name": "SkyScrollableHostService",
|
5085
5144
|
"kind": 128,
|
5086
5145
|
"kindString": "Class",
|
@@ -5101,7 +5160,7 @@
|
|
5101
5160
|
],
|
5102
5161
|
"children": [
|
5103
5162
|
{
|
5104
|
-
"id":
|
5163
|
+
"id": 779,
|
5105
5164
|
"name": "constructor",
|
5106
5165
|
"kind": 512,
|
5107
5166
|
"kindString": "Constructor",
|
@@ -5115,14 +5174,14 @@
|
|
5115
5174
|
],
|
5116
5175
|
"signatures": [
|
5117
5176
|
{
|
5118
|
-
"id":
|
5177
|
+
"id": 780,
|
5119
5178
|
"name": "new SkyScrollableHostService",
|
5120
5179
|
"kind": 16384,
|
5121
5180
|
"kindString": "Constructor signature",
|
5122
5181
|
"flags": {},
|
5123
5182
|
"parameters": [
|
5124
5183
|
{
|
5125
|
-
"id":
|
5184
|
+
"id": 781,
|
5126
5185
|
"name": "mutationObserverSvc",
|
5127
5186
|
"kind": 32768,
|
5128
5187
|
"kindString": "Parameter",
|
@@ -5133,19 +5192,19 @@
|
|
5133
5192
|
}
|
5134
5193
|
},
|
5135
5194
|
{
|
5136
|
-
"id":
|
5195
|
+
"id": 782,
|
5137
5196
|
"name": "windowRef",
|
5138
5197
|
"kind": 32768,
|
5139
5198
|
"kindString": "Parameter",
|
5140
5199
|
"flags": {},
|
5141
5200
|
"type": {
|
5142
5201
|
"type": "reference",
|
5143
|
-
"id":
|
5202
|
+
"id": 878,
|
5144
5203
|
"name": "SkyAppWindowRef"
|
5145
5204
|
}
|
5146
5205
|
},
|
5147
5206
|
{
|
5148
|
-
"id":
|
5207
|
+
"id": 783,
|
5149
5208
|
"name": "resizeObserverSvc",
|
5150
5209
|
"kind": 32768,
|
5151
5210
|
"kindString": "Parameter",
|
@@ -5166,21 +5225,21 @@
|
|
5166
5225
|
],
|
5167
5226
|
"type": {
|
5168
5227
|
"type": "reference",
|
5169
|
-
"id":
|
5228
|
+
"id": 708,
|
5170
5229
|
"name": "SkyResizeObserverService"
|
5171
5230
|
}
|
5172
5231
|
}
|
5173
5232
|
],
|
5174
5233
|
"type": {
|
5175
5234
|
"type": "reference",
|
5176
|
-
"id":
|
5235
|
+
"id": 778,
|
5177
5236
|
"name": "SkyScrollableHostService"
|
5178
5237
|
}
|
5179
5238
|
}
|
5180
5239
|
]
|
5181
5240
|
},
|
5182
5241
|
{
|
5183
|
-
"id":
|
5242
|
+
"id": 787,
|
5184
5243
|
"name": "getScrollableHost",
|
5185
5244
|
"kind": 2048,
|
5186
5245
|
"kindString": "Method",
|
@@ -5196,7 +5255,7 @@
|
|
5196
5255
|
],
|
5197
5256
|
"signatures": [
|
5198
5257
|
{
|
5199
|
-
"id":
|
5258
|
+
"id": 788,
|
5200
5259
|
"name": "getScrollableHost",
|
5201
5260
|
"kind": 4096,
|
5202
5261
|
"kindString": "Call signature",
|
@@ -5207,7 +5266,7 @@
|
|
5207
5266
|
},
|
5208
5267
|
"parameters": [
|
5209
5268
|
{
|
5210
|
-
"id":
|
5269
|
+
"id": 789,
|
5211
5270
|
"name": "elementRef",
|
5212
5271
|
"kind": 32768,
|
5213
5272
|
"kindString": "Parameter",
|
@@ -5250,7 +5309,7 @@
|
|
5250
5309
|
]
|
5251
5310
|
},
|
5252
5311
|
{
|
5253
|
-
"id":
|
5312
|
+
"id": 796,
|
5254
5313
|
"name": "watchScrollableHostClipPathChanges",
|
5255
5314
|
"kind": 2048,
|
5256
5315
|
"kindString": "Method",
|
@@ -5266,14 +5325,14 @@
|
|
5266
5325
|
],
|
5267
5326
|
"signatures": [
|
5268
5327
|
{
|
5269
|
-
"id":
|
5328
|
+
"id": 797,
|
5270
5329
|
"name": "watchScrollableHostClipPathChanges",
|
5271
5330
|
"kind": 4096,
|
5272
5331
|
"kindString": "Call signature",
|
5273
5332
|
"flags": {},
|
5274
5333
|
"parameters": [
|
5275
5334
|
{
|
5276
|
-
"id":
|
5335
|
+
"id": 798,
|
5277
5336
|
"name": "elementRef",
|
5278
5337
|
"kind": 32768,
|
5279
5338
|
"kindString": "Parameter",
|
@@ -5308,7 +5367,7 @@
|
|
5308
5367
|
]
|
5309
5368
|
},
|
5310
5369
|
{
|
5311
|
-
"id":
|
5370
|
+
"id": 793,
|
5312
5371
|
"name": "watchScrollableHostScrollEvents",
|
5313
5372
|
"kind": 2048,
|
5314
5373
|
"kindString": "Method",
|
@@ -5324,7 +5383,7 @@
|
|
5324
5383
|
],
|
5325
5384
|
"signatures": [
|
5326
5385
|
{
|
5327
|
-
"id":
|
5386
|
+
"id": 794,
|
5328
5387
|
"name": "watchScrollableHostScrollEvents",
|
5329
5388
|
"kind": 4096,
|
5330
5389
|
"kindString": "Call signature",
|
@@ -5335,7 +5394,7 @@
|
|
5335
5394
|
},
|
5336
5395
|
"parameters": [
|
5337
5396
|
{
|
5338
|
-
"id":
|
5397
|
+
"id": 795,
|
5339
5398
|
"name": "elementRef",
|
5340
5399
|
"kind": 32768,
|
5341
5400
|
"kindString": "Parameter",
|
@@ -5378,16 +5437,16 @@
|
|
5378
5437
|
"title": "Constructors",
|
5379
5438
|
"kind": 512,
|
5380
5439
|
"children": [
|
5381
|
-
|
5440
|
+
779
|
5382
5441
|
]
|
5383
5442
|
},
|
5384
5443
|
{
|
5385
5444
|
"title": "Methods",
|
5386
5445
|
"kind": 2048,
|
5387
5446
|
"children": [
|
5388
|
-
|
5389
|
-
|
5390
|
-
|
5447
|
+
787,
|
5448
|
+
796,
|
5449
|
+
793
|
5391
5450
|
]
|
5392
5451
|
}
|
5393
5452
|
],
|
@@ -5400,7 +5459,7 @@
|
|
5400
5459
|
]
|
5401
5460
|
},
|
5402
5461
|
{
|
5403
|
-
"id":
|
5462
|
+
"id": 830,
|
5404
5463
|
"name": "SkyTrimModule",
|
5405
5464
|
"kind": 128,
|
5406
5465
|
"kindString": "Class",
|
@@ -5425,7 +5484,7 @@
|
|
5425
5484
|
"title": "Constructors",
|
5426
5485
|
"kind": 512,
|
5427
5486
|
"children": [
|
5428
|
-
|
5487
|
+
831
|
5429
5488
|
]
|
5430
5489
|
}
|
5431
5490
|
],
|
@@ -5438,7 +5497,7 @@
|
|
5438
5497
|
]
|
5439
5498
|
},
|
5440
5499
|
{
|
5441
|
-
"id":
|
5500
|
+
"id": 833,
|
5442
5501
|
"name": "SkyUIConfigService",
|
5443
5502
|
"kind": 128,
|
5444
5503
|
"kindString": "Class",
|
@@ -5459,7 +5518,7 @@
|
|
5459
5518
|
],
|
5460
5519
|
"children": [
|
5461
5520
|
{
|
5462
|
-
"id":
|
5521
|
+
"id": 836,
|
5463
5522
|
"name": "getConfig",
|
5464
5523
|
"kind": 2048,
|
5465
5524
|
"kindString": "Method",
|
@@ -5475,14 +5534,14 @@
|
|
5475
5534
|
],
|
5476
5535
|
"signatures": [
|
5477
5536
|
{
|
5478
|
-
"id":
|
5537
|
+
"id": 837,
|
5479
5538
|
"name": "getConfig",
|
5480
5539
|
"kind": 4096,
|
5481
5540
|
"kindString": "Call signature",
|
5482
5541
|
"flags": {},
|
5483
5542
|
"parameters": [
|
5484
5543
|
{
|
5485
|
-
"id":
|
5544
|
+
"id": 838,
|
5486
5545
|
"name": "key",
|
5487
5546
|
"kind": 32768,
|
5488
5547
|
"kindString": "Parameter",
|
@@ -5493,7 +5552,7 @@
|
|
5493
5552
|
}
|
5494
5553
|
},
|
5495
5554
|
{
|
5496
|
-
"id":
|
5555
|
+
"id": 839,
|
5497
5556
|
"name": "defaultConfig",
|
5498
5557
|
"kind": 32768,
|
5499
5558
|
"kindString": "Parameter",
|
@@ -5522,7 +5581,7 @@
|
|
5522
5581
|
]
|
5523
5582
|
},
|
5524
5583
|
{
|
5525
|
-
"id":
|
5584
|
+
"id": 840,
|
5526
5585
|
"name": "setConfig",
|
5527
5586
|
"kind": 2048,
|
5528
5587
|
"kindString": "Method",
|
@@ -5538,14 +5597,14 @@
|
|
5538
5597
|
],
|
5539
5598
|
"signatures": [
|
5540
5599
|
{
|
5541
|
-
"id":
|
5600
|
+
"id": 841,
|
5542
5601
|
"name": "setConfig",
|
5543
5602
|
"kind": 4096,
|
5544
5603
|
"kindString": "Call signature",
|
5545
5604
|
"flags": {},
|
5546
5605
|
"parameters": [
|
5547
5606
|
{
|
5548
|
-
"id":
|
5607
|
+
"id": 842,
|
5549
5608
|
"name": "key",
|
5550
5609
|
"kind": 32768,
|
5551
5610
|
"kindString": "Parameter",
|
@@ -5556,7 +5615,7 @@
|
|
5556
5615
|
}
|
5557
5616
|
},
|
5558
5617
|
{
|
5559
|
-
"id":
|
5618
|
+
"id": 843,
|
5560
5619
|
"name": "value",
|
5561
5620
|
"kind": 32768,
|
5562
5621
|
"kindString": "Parameter",
|
@@ -5588,15 +5647,15 @@
|
|
5588
5647
|
"title": "Constructors",
|
5589
5648
|
"kind": 512,
|
5590
5649
|
"children": [
|
5591
|
-
|
5650
|
+
834
|
5592
5651
|
]
|
5593
5652
|
},
|
5594
5653
|
{
|
5595
5654
|
"title": "Methods",
|
5596
5655
|
"kind": 2048,
|
5597
5656
|
"children": [
|
5598
|
-
|
5599
|
-
|
5657
|
+
836,
|
5658
|
+
840
|
5600
5659
|
]
|
5601
5660
|
}
|
5602
5661
|
],
|
@@ -5609,7 +5668,7 @@
|
|
5609
5668
|
]
|
5610
5669
|
},
|
5611
5670
|
{
|
5612
|
-
"id":
|
5671
|
+
"id": 844,
|
5613
5672
|
"name": "SkyViewkeeperHostOptions",
|
5614
5673
|
"kind": 128,
|
5615
5674
|
"kindString": "Class",
|
@@ -5628,7 +5687,7 @@
|
|
5628
5687
|
],
|
5629
5688
|
"children": [
|
5630
5689
|
{
|
5631
|
-
"id":
|
5690
|
+
"id": 847,
|
5632
5691
|
"name": "boundaryEl",
|
5633
5692
|
"kind": 1024,
|
5634
5693
|
"kindString": "Property",
|
@@ -5654,12 +5713,12 @@
|
|
5654
5713
|
},
|
5655
5714
|
"implementationOf": {
|
5656
5715
|
"type": "reference",
|
5657
|
-
"id":
|
5716
|
+
"id": 855,
|
5658
5717
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5659
5718
|
}
|
5660
5719
|
},
|
5661
5720
|
{
|
5662
|
-
"id":
|
5721
|
+
"id": 848,
|
5663
5722
|
"name": "el",
|
5664
5723
|
"kind": 1024,
|
5665
5724
|
"kindString": "Property",
|
@@ -5685,12 +5744,12 @@
|
|
5685
5744
|
},
|
5686
5745
|
"implementationOf": {
|
5687
5746
|
"type": "reference",
|
5688
|
-
"id":
|
5747
|
+
"id": 856,
|
5689
5748
|
"name": "SkyViewkeeperOptions.el"
|
5690
5749
|
}
|
5691
5750
|
},
|
5692
5751
|
{
|
5693
|
-
"id":
|
5752
|
+
"id": 849,
|
5694
5753
|
"name": "scrollableHost",
|
5695
5754
|
"kind": 1024,
|
5696
5755
|
"kindString": "Property",
|
@@ -5716,12 +5775,12 @@
|
|
5716
5775
|
},
|
5717
5776
|
"implementationOf": {
|
5718
5777
|
"type": "reference",
|
5719
|
-
"id":
|
5778
|
+
"id": 857,
|
5720
5779
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5721
5780
|
}
|
5722
5781
|
},
|
5723
5782
|
{
|
5724
|
-
"id":
|
5783
|
+
"id": 850,
|
5725
5784
|
"name": "setWidth",
|
5726
5785
|
"kind": 1024,
|
5727
5786
|
"kindString": "Property",
|
@@ -5745,12 +5804,12 @@
|
|
5745
5804
|
},
|
5746
5805
|
"implementationOf": {
|
5747
5806
|
"type": "reference",
|
5748
|
-
"id":
|
5807
|
+
"id": 858,
|
5749
5808
|
"name": "SkyViewkeeperOptions.setWidth"
|
5750
5809
|
}
|
5751
5810
|
},
|
5752
5811
|
{
|
5753
|
-
"id":
|
5812
|
+
"id": 851,
|
5754
5813
|
"name": "verticalOffset",
|
5755
5814
|
"kind": 1024,
|
5756
5815
|
"kindString": "Property",
|
@@ -5774,12 +5833,12 @@
|
|
5774
5833
|
},
|
5775
5834
|
"implementationOf": {
|
5776
5835
|
"type": "reference",
|
5777
|
-
"id":
|
5836
|
+
"id": 859,
|
5778
5837
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
5779
5838
|
}
|
5780
5839
|
},
|
5781
5840
|
{
|
5782
|
-
"id":
|
5841
|
+
"id": 852,
|
5783
5842
|
"name": "verticalOffsetEl",
|
5784
5843
|
"kind": 1024,
|
5785
5844
|
"kindString": "Property",
|
@@ -5805,12 +5864,12 @@
|
|
5805
5864
|
},
|
5806
5865
|
"implementationOf": {
|
5807
5866
|
"type": "reference",
|
5808
|
-
"id":
|
5867
|
+
"id": 860,
|
5809
5868
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
5810
5869
|
}
|
5811
5870
|
},
|
5812
5871
|
{
|
5813
|
-
"id":
|
5872
|
+
"id": 853,
|
5814
5873
|
"name": "viewportMarginTop",
|
5815
5874
|
"kind": 1024,
|
5816
5875
|
"kindString": "Property",
|
@@ -5834,7 +5893,7 @@
|
|
5834
5893
|
},
|
5835
5894
|
"implementationOf": {
|
5836
5895
|
"type": "reference",
|
5837
|
-
"id":
|
5896
|
+
"id": 861,
|
5838
5897
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
5839
5898
|
}
|
5840
5899
|
}
|
@@ -5844,20 +5903,20 @@
|
|
5844
5903
|
"title": "Constructors",
|
5845
5904
|
"kind": 512,
|
5846
5905
|
"children": [
|
5847
|
-
|
5906
|
+
845
|
5848
5907
|
]
|
5849
5908
|
},
|
5850
5909
|
{
|
5851
5910
|
"title": "Properties",
|
5852
5911
|
"kind": 1024,
|
5853
5912
|
"children": [
|
5854
|
-
|
5855
|
-
|
5856
|
-
|
5857
|
-
|
5858
|
-
|
5859
|
-
|
5860
|
-
|
5913
|
+
847,
|
5914
|
+
848,
|
5915
|
+
849,
|
5916
|
+
850,
|
5917
|
+
851,
|
5918
|
+
852,
|
5919
|
+
853
|
5861
5920
|
]
|
5862
5921
|
}
|
5863
5922
|
],
|
@@ -5871,13 +5930,13 @@
|
|
5871
5930
|
"implementedTypes": [
|
5872
5931
|
{
|
5873
5932
|
"type": "reference",
|
5874
|
-
"id":
|
5933
|
+
"id": 854,
|
5875
5934
|
"name": "SkyViewkeeperOptions"
|
5876
5935
|
}
|
5877
5936
|
]
|
5878
5937
|
},
|
5879
5938
|
{
|
5880
|
-
"id":
|
5939
|
+
"id": 862,
|
5881
5940
|
"name": "SkyViewkeeperModule",
|
5882
5941
|
"kind": 128,
|
5883
5942
|
"kindString": "Class",
|
@@ -5902,7 +5961,7 @@
|
|
5902
5961
|
"title": "Constructors",
|
5903
5962
|
"kind": 512,
|
5904
5963
|
"children": [
|
5905
|
-
|
5964
|
+
863
|
5906
5965
|
]
|
5907
5966
|
}
|
5908
5967
|
],
|
@@ -5915,7 +5974,7 @@
|
|
5915
5974
|
]
|
5916
5975
|
},
|
5917
5976
|
{
|
5918
|
-
"id":
|
5977
|
+
"id": 865,
|
5919
5978
|
"name": "SkyViewkeeperService",
|
5920
5979
|
"kind": 128,
|
5921
5980
|
"kindString": "Class",
|
@@ -5939,7 +5998,7 @@
|
|
5939
5998
|
],
|
5940
5999
|
"children": [
|
5941
6000
|
{
|
5942
|
-
"id":
|
6001
|
+
"id": 866,
|
5943
6002
|
"name": "constructor",
|
5944
6003
|
"kind": 512,
|
5945
6004
|
"kindString": "Constructor",
|
@@ -5953,14 +6012,14 @@
|
|
5953
6012
|
],
|
5954
6013
|
"signatures": [
|
5955
6014
|
{
|
5956
|
-
"id":
|
6015
|
+
"id": 867,
|
5957
6016
|
"name": "new SkyViewkeeperService",
|
5958
6017
|
"kind": 16384,
|
5959
6018
|
"kindString": "Constructor signature",
|
5960
6019
|
"flags": {},
|
5961
6020
|
"parameters": [
|
5962
6021
|
{
|
5963
|
-
"id":
|
6022
|
+
"id": 868,
|
5964
6023
|
"name": "hostOptions",
|
5965
6024
|
"kind": 32768,
|
5966
6025
|
"kindString": "Parameter",
|
@@ -5981,21 +6040,21 @@
|
|
5981
6040
|
],
|
5982
6041
|
"type": {
|
5983
6042
|
"type": "reference",
|
5984
|
-
"id":
|
6043
|
+
"id": 844,
|
5985
6044
|
"name": "SkyViewkeeperHostOptions"
|
5986
6045
|
}
|
5987
6046
|
}
|
5988
6047
|
],
|
5989
6048
|
"type": {
|
5990
6049
|
"type": "reference",
|
5991
|
-
"id":
|
6050
|
+
"id": 865,
|
5992
6051
|
"name": "SkyViewkeeperService"
|
5993
6052
|
}
|
5994
6053
|
}
|
5995
6054
|
]
|
5996
6055
|
},
|
5997
6056
|
{
|
5998
|
-
"id":
|
6057
|
+
"id": 870,
|
5999
6058
|
"name": "create",
|
6000
6059
|
"kind": 2048,
|
6001
6060
|
"kindString": "Method",
|
@@ -6011,7 +6070,7 @@
|
|
6011
6070
|
],
|
6012
6071
|
"signatures": [
|
6013
6072
|
{
|
6014
|
-
"id":
|
6073
|
+
"id": 871,
|
6015
6074
|
"name": "create",
|
6016
6075
|
"kind": 4096,
|
6017
6076
|
"kindString": "Call signature",
|
@@ -6019,7 +6078,7 @@
|
|
6019
6078
|
"comment": {},
|
6020
6079
|
"parameters": [
|
6021
6080
|
{
|
6022
|
-
"id":
|
6081
|
+
"id": 872,
|
6023
6082
|
"name": "options",
|
6024
6083
|
"kind": 32768,
|
6025
6084
|
"kindString": "Parameter",
|
@@ -6029,7 +6088,7 @@
|
|
6029
6088
|
},
|
6030
6089
|
"type": {
|
6031
6090
|
"type": "reference",
|
6032
|
-
"id":
|
6091
|
+
"id": 854,
|
6033
6092
|
"name": "SkyViewkeeperOptions"
|
6034
6093
|
}
|
6035
6094
|
}
|
@@ -6042,7 +6101,7 @@
|
|
6042
6101
|
]
|
6043
6102
|
},
|
6044
6103
|
{
|
6045
|
-
"id":
|
6104
|
+
"id": 873,
|
6046
6105
|
"name": "destroy",
|
6047
6106
|
"kind": 2048,
|
6048
6107
|
"kindString": "Method",
|
@@ -6058,7 +6117,7 @@
|
|
6058
6117
|
],
|
6059
6118
|
"signatures": [
|
6060
6119
|
{
|
6061
|
-
"id":
|
6120
|
+
"id": 874,
|
6062
6121
|
"name": "destroy",
|
6063
6122
|
"kind": 4096,
|
6064
6123
|
"kindString": "Call signature",
|
@@ -6068,7 +6127,7 @@
|
|
6068
6127
|
},
|
6069
6128
|
"parameters": [
|
6070
6129
|
{
|
6071
|
-
"id":
|
6130
|
+
"id": 875,
|
6072
6131
|
"name": "vk",
|
6073
6132
|
"kind": 32768,
|
6074
6133
|
"kindString": "Parameter",
|
@@ -6095,15 +6154,15 @@
|
|
6095
6154
|
"title": "Constructors",
|
6096
6155
|
"kind": 512,
|
6097
6156
|
"children": [
|
6098
|
-
|
6157
|
+
866
|
6099
6158
|
]
|
6100
6159
|
},
|
6101
6160
|
{
|
6102
6161
|
"title": "Methods",
|
6103
6162
|
"kind": 2048,
|
6104
6163
|
"children": [
|
6105
|
-
|
6106
|
-
|
6164
|
+
870,
|
6165
|
+
873
|
6107
6166
|
]
|
6108
6167
|
}
|
6109
6168
|
],
|
@@ -6933,7 +6992,7 @@
|
|
6933
6992
|
"flags": {},
|
6934
6993
|
"type": {
|
6935
6994
|
"type": "reference",
|
6936
|
-
"id":
|
6995
|
+
"id": 397,
|
6937
6996
|
"name": "SkyIdService"
|
6938
6997
|
}
|
6939
6998
|
}
|
@@ -7080,7 +7139,7 @@
|
|
7080
7139
|
"flags": {},
|
7081
7140
|
"type": {
|
7082
7141
|
"type": "reference",
|
7083
|
-
"id":
|
7142
|
+
"id": 865,
|
7084
7143
|
"name": "SkyViewkeeperService"
|
7085
7144
|
}
|
7086
7145
|
},
|
@@ -7106,7 +7165,7 @@
|
|
7106
7165
|
],
|
7107
7166
|
"type": {
|
7108
7167
|
"type": "reference",
|
7109
|
-
"id":
|
7168
|
+
"id": 778,
|
7110
7169
|
"name": "SkyScrollableHostService"
|
7111
7170
|
}
|
7112
7171
|
}
|
@@ -7941,14 +8000,14 @@
|
|
7941
8000
|
]
|
7942
8001
|
},
|
7943
8002
|
{
|
7944
|
-
"id":
|
8003
|
+
"id": 820,
|
7945
8004
|
"name": "SkyAppSetTitleArgs",
|
7946
8005
|
"kind": 256,
|
7947
8006
|
"kindString": "Interface",
|
7948
8007
|
"flags": {},
|
7949
8008
|
"children": [
|
7950
8009
|
{
|
7951
|
-
"id":
|
8010
|
+
"id": 821,
|
7952
8011
|
"name": "titleParts",
|
7953
8012
|
"kind": 1024,
|
7954
8013
|
"kindString": "Property",
|
@@ -7974,7 +8033,7 @@
|
|
7974
8033
|
"title": "Properties",
|
7975
8034
|
"kind": 1024,
|
7976
8035
|
"children": [
|
7977
|
-
|
8036
|
+
821
|
7978
8037
|
]
|
7979
8038
|
}
|
7980
8039
|
],
|
@@ -7987,14 +8046,14 @@
|
|
7987
8046
|
]
|
7988
8047
|
},
|
7989
8048
|
{
|
7990
|
-
"id":
|
8049
|
+
"id": 293,
|
7991
8050
|
"name": "SkyDockInsertComponentConfig",
|
7992
8051
|
"kind": 256,
|
7993
8052
|
"kindString": "Interface",
|
7994
8053
|
"flags": {},
|
7995
8054
|
"children": [
|
7996
8055
|
{
|
7997
|
-
"id":
|
8056
|
+
"id": 294,
|
7998
8057
|
"name": "providers",
|
7999
8058
|
"kind": 1024,
|
8000
8059
|
"kindString": "Property",
|
@@ -8022,7 +8081,7 @@
|
|
8022
8081
|
}
|
8023
8082
|
},
|
8024
8083
|
{
|
8025
|
-
"id":
|
8084
|
+
"id": 295,
|
8026
8085
|
"name": "stackOrder",
|
8027
8086
|
"kind": 1024,
|
8028
8087
|
"kindString": "Property",
|
@@ -8045,7 +8104,7 @@
|
|
8045
8104
|
},
|
8046
8105
|
"inheritedFrom": {
|
8047
8106
|
"type": "reference",
|
8048
|
-
"id":
|
8107
|
+
"id": 312,
|
8049
8108
|
"name": "SkyDockItemConfig.stackOrder"
|
8050
8109
|
}
|
8051
8110
|
}
|
@@ -8055,8 +8114,8 @@
|
|
8055
8114
|
"title": "Properties",
|
8056
8115
|
"kind": 1024,
|
8057
8116
|
"children": [
|
8058
|
-
|
8059
|
-
|
8117
|
+
294,
|
8118
|
+
295
|
8060
8119
|
]
|
8061
8120
|
}
|
8062
8121
|
],
|
@@ -8070,13 +8129,13 @@
|
|
8070
8129
|
"extendedTypes": [
|
8071
8130
|
{
|
8072
8131
|
"type": "reference",
|
8073
|
-
"id":
|
8132
|
+
"id": 311,
|
8074
8133
|
"name": "SkyDockItemConfig"
|
8075
8134
|
}
|
8076
8135
|
]
|
8077
8136
|
},
|
8078
8137
|
{
|
8079
|
-
"id":
|
8138
|
+
"id": 311,
|
8080
8139
|
"name": "SkyDockItemConfig",
|
8081
8140
|
"kind": 256,
|
8082
8141
|
"kindString": "Interface",
|
@@ -8086,7 +8145,7 @@
|
|
8086
8145
|
},
|
8087
8146
|
"children": [
|
8088
8147
|
{
|
8089
|
-
"id":
|
8148
|
+
"id": 312,
|
8090
8149
|
"name": "stackOrder",
|
8091
8150
|
"kind": 1024,
|
8092
8151
|
"kindString": "Property",
|
@@ -8114,7 +8173,7 @@
|
|
8114
8173
|
"title": "Properties",
|
8115
8174
|
"kind": 1024,
|
8116
8175
|
"children": [
|
8117
|
-
|
8176
|
+
312
|
8118
8177
|
]
|
8119
8178
|
}
|
8120
8179
|
],
|
@@ -8128,13 +8187,13 @@
|
|
8128
8187
|
"extendedBy": [
|
8129
8188
|
{
|
8130
8189
|
"type": "reference",
|
8131
|
-
"id":
|
8190
|
+
"id": 293,
|
8132
8191
|
"name": "SkyDockInsertComponentConfig"
|
8133
8192
|
}
|
8134
8193
|
]
|
8135
8194
|
},
|
8136
8195
|
{
|
8137
|
-
"id":
|
8196
|
+
"id": 317,
|
8138
8197
|
"name": "SkyDockOptions",
|
8139
8198
|
"kind": 256,
|
8140
8199
|
"kindString": "Interface",
|
@@ -8144,7 +8203,7 @@
|
|
8144
8203
|
},
|
8145
8204
|
"children": [
|
8146
8205
|
{
|
8147
|
-
"id":
|
8206
|
+
"id": 318,
|
8148
8207
|
"name": "location",
|
8149
8208
|
"kind": 1024,
|
8150
8209
|
"kindString": "Property",
|
@@ -8163,12 +8222,12 @@
|
|
8163
8222
|
],
|
8164
8223
|
"type": {
|
8165
8224
|
"type": "reference",
|
8166
|
-
"id":
|
8225
|
+
"id": 313,
|
8167
8226
|
"name": "SkyDockLocation"
|
8168
8227
|
}
|
8169
8228
|
},
|
8170
8229
|
{
|
8171
|
-
"id":
|
8230
|
+
"id": 319,
|
8172
8231
|
"name": "referenceEl",
|
8173
8232
|
"kind": 1024,
|
8174
8233
|
"kindString": "Property",
|
@@ -8193,7 +8252,7 @@
|
|
8193
8252
|
}
|
8194
8253
|
},
|
8195
8254
|
{
|
8196
|
-
"id":
|
8255
|
+
"id": 320,
|
8197
8256
|
"name": "zIndex",
|
8198
8257
|
"kind": 1024,
|
8199
8258
|
"kindString": "Property",
|
@@ -8221,9 +8280,9 @@
|
|
8221
8280
|
"title": "Properties",
|
8222
8281
|
"kind": 1024,
|
8223
8282
|
"children": [
|
8224
|
-
|
8225
|
-
|
8226
|
-
|
8283
|
+
318,
|
8284
|
+
319,
|
8285
|
+
320
|
8227
8286
|
]
|
8228
8287
|
}
|
8229
8288
|
],
|
@@ -8236,7 +8295,7 @@
|
|
8236
8295
|
]
|
8237
8296
|
},
|
8238
8297
|
{
|
8239
|
-
"id":
|
8298
|
+
"id": 352,
|
8240
8299
|
"name": "SkyDynamicComponentOptions",
|
8241
8300
|
"kind": 256,
|
8242
8301
|
"kindString": "Interface",
|
@@ -8246,7 +8305,7 @@
|
|
8246
8305
|
},
|
8247
8306
|
"children": [
|
8248
8307
|
{
|
8249
|
-
"id":
|
8308
|
+
"id": 353,
|
8250
8309
|
"name": "location",
|
8251
8310
|
"kind": 1024,
|
8252
8311
|
"kindString": "Property",
|
@@ -8265,12 +8324,12 @@
|
|
8265
8324
|
],
|
8266
8325
|
"type": {
|
8267
8326
|
"type": "reference",
|
8268
|
-
"id":
|
8327
|
+
"id": 346,
|
8269
8328
|
"name": "SkyDynamicComponentLocation"
|
8270
8329
|
}
|
8271
8330
|
},
|
8272
8331
|
{
|
8273
|
-
"id":
|
8332
|
+
"id": 357,
|
8274
8333
|
"name": "parentInjector",
|
8275
8334
|
"kind": 1024,
|
8276
8335
|
"kindString": "Property",
|
@@ -8295,7 +8354,7 @@
|
|
8295
8354
|
}
|
8296
8355
|
},
|
8297
8356
|
{
|
8298
|
-
"id":
|
8357
|
+
"id": 354,
|
8299
8358
|
"name": "providers",
|
8300
8359
|
"kind": 1024,
|
8301
8360
|
"kindString": "Property",
|
@@ -8323,7 +8382,7 @@
|
|
8323
8382
|
}
|
8324
8383
|
},
|
8325
8384
|
{
|
8326
|
-
"id":
|
8385
|
+
"id": 355,
|
8327
8386
|
"name": "referenceEl",
|
8328
8387
|
"kind": 1024,
|
8329
8388
|
"kindString": "Property",
|
@@ -8348,7 +8407,7 @@
|
|
8348
8407
|
}
|
8349
8408
|
},
|
8350
8409
|
{
|
8351
|
-
"id":
|
8410
|
+
"id": 356,
|
8352
8411
|
"name": "viewContainerRef",
|
8353
8412
|
"kind": 1024,
|
8354
8413
|
"kindString": "Property",
|
@@ -8378,11 +8437,11 @@
|
|
8378
8437
|
"title": "Properties",
|
8379
8438
|
"kind": 1024,
|
8380
8439
|
"children": [
|
8381
|
-
|
8382
|
-
|
8383
|
-
|
8384
|
-
|
8385
|
-
|
8440
|
+
353,
|
8441
|
+
357,
|
8442
|
+
354,
|
8443
|
+
355,
|
8444
|
+
356
|
8386
8445
|
]
|
8387
8446
|
}
|
8388
8447
|
],
|
@@ -8470,14 +8529,14 @@
|
|
8470
8529
|
]
|
8471
8530
|
},
|
8472
8531
|
{
|
8473
|
-
"id":
|
8532
|
+
"id": 402,
|
8474
8533
|
"name": "SkyLayoutHostForChildArgs",
|
8475
8534
|
"kind": 256,
|
8476
8535
|
"kindString": "Interface",
|
8477
8536
|
"flags": {},
|
8478
8537
|
"children": [
|
8479
8538
|
{
|
8480
|
-
"id":
|
8539
|
+
"id": 403,
|
8481
8540
|
"name": "layout",
|
8482
8541
|
"kind": 1024,
|
8483
8542
|
"kindString": "Property",
|
@@ -8500,7 +8559,7 @@
|
|
8500
8559
|
"title": "Properties",
|
8501
8560
|
"kind": 1024,
|
8502
8561
|
"children": [
|
8503
|
-
|
8562
|
+
403
|
8504
8563
|
]
|
8505
8564
|
}
|
8506
8565
|
],
|
@@ -8513,7 +8572,7 @@
|
|
8513
8572
|
]
|
8514
8573
|
},
|
8515
8574
|
{
|
8516
|
-
"id":
|
8575
|
+
"id": 548,
|
8517
8576
|
"name": "SkyNumericOptions",
|
8518
8577
|
"kind": 256,
|
8519
8578
|
"kindString": "Interface",
|
@@ -8523,7 +8582,7 @@
|
|
8523
8582
|
},
|
8524
8583
|
"children": [
|
8525
8584
|
{
|
8526
|
-
"id":
|
8585
|
+
"id": 551,
|
8527
8586
|
"name": "currencySign",
|
8528
8587
|
"kind": 1024,
|
8529
8588
|
"kindString": "Property",
|
@@ -8555,7 +8614,7 @@
|
|
8555
8614
|
}
|
8556
8615
|
},
|
8557
8616
|
{
|
8558
|
-
"id":
|
8617
|
+
"id": 549,
|
8559
8618
|
"name": "digits",
|
8560
8619
|
"kind": 1024,
|
8561
8620
|
"kindString": "Property",
|
@@ -8578,7 +8637,7 @@
|
|
8578
8637
|
}
|
8579
8638
|
},
|
8580
8639
|
{
|
8581
|
-
"id":
|
8640
|
+
"id": 550,
|
8582
8641
|
"name": "format",
|
8583
8642
|
"kind": 1024,
|
8584
8643
|
"kindString": "Property",
|
@@ -8601,7 +8660,7 @@
|
|
8601
8660
|
}
|
8602
8661
|
},
|
8603
8662
|
{
|
8604
|
-
"id":
|
8663
|
+
"id": 552,
|
8605
8664
|
"name": "iso",
|
8606
8665
|
"kind": 1024,
|
8607
8666
|
"kindString": "Property",
|
@@ -8624,7 +8683,7 @@
|
|
8624
8683
|
}
|
8625
8684
|
},
|
8626
8685
|
{
|
8627
|
-
"id":
|
8686
|
+
"id": 553,
|
8628
8687
|
"name": "locale",
|
8629
8688
|
"kind": 1024,
|
8630
8689
|
"kindString": "Property",
|
@@ -8647,7 +8706,7 @@
|
|
8647
8706
|
}
|
8648
8707
|
},
|
8649
8708
|
{
|
8650
|
-
"id":
|
8709
|
+
"id": 554,
|
8651
8710
|
"name": "minDigits",
|
8652
8711
|
"kind": 1024,
|
8653
8712
|
"kindString": "Property",
|
@@ -8670,7 +8729,7 @@
|
|
8670
8729
|
}
|
8671
8730
|
},
|
8672
8731
|
{
|
8673
|
-
"id":
|
8732
|
+
"id": 555,
|
8674
8733
|
"name": "truncate",
|
8675
8734
|
"kind": 1024,
|
8676
8735
|
"kindString": "Property",
|
@@ -8693,7 +8752,7 @@
|
|
8693
8752
|
}
|
8694
8753
|
},
|
8695
8754
|
{
|
8696
|
-
"id":
|
8755
|
+
"id": 556,
|
8697
8756
|
"name": "truncateAfter",
|
8698
8757
|
"kind": 1024,
|
8699
8758
|
"kindString": "Property",
|
@@ -8721,14 +8780,14 @@
|
|
8721
8780
|
"title": "Properties",
|
8722
8781
|
"kind": 1024,
|
8723
8782
|
"children": [
|
8724
|
-
|
8725
|
-
|
8726
|
-
|
8727
|
-
|
8728
|
-
|
8729
|
-
|
8730
|
-
|
8731
|
-
|
8783
|
+
551,
|
8784
|
+
549,
|
8785
|
+
550,
|
8786
|
+
552,
|
8787
|
+
553,
|
8788
|
+
554,
|
8789
|
+
555,
|
8790
|
+
556
|
8732
8791
|
]
|
8733
8792
|
}
|
8734
8793
|
],
|
@@ -8741,14 +8800,14 @@
|
|
8741
8800
|
]
|
8742
8801
|
},
|
8743
8802
|
{
|
8744
|
-
"id":
|
8803
|
+
"id": 616,
|
8745
8804
|
"name": "SkyOverlayConfig",
|
8746
8805
|
"kind": 256,
|
8747
8806
|
"kindString": "Interface",
|
8748
8807
|
"flags": {},
|
8749
8808
|
"children": [
|
8750
8809
|
{
|
8751
|
-
"id":
|
8810
|
+
"id": 617,
|
8752
8811
|
"name": "closeOnNavigation",
|
8753
8812
|
"kind": 1024,
|
8754
8813
|
"kindString": "Property",
|
@@ -8771,7 +8830,7 @@
|
|
8771
8830
|
}
|
8772
8831
|
},
|
8773
8832
|
{
|
8774
|
-
"id":
|
8833
|
+
"id": 618,
|
8775
8834
|
"name": "enableClose",
|
8776
8835
|
"kind": 1024,
|
8777
8836
|
"kindString": "Property",
|
@@ -8794,7 +8853,7 @@
|
|
8794
8853
|
}
|
8795
8854
|
},
|
8796
8855
|
{
|
8797
|
-
"id":
|
8856
|
+
"id": 619,
|
8798
8857
|
"name": "enablePointerEvents",
|
8799
8858
|
"kind": 1024,
|
8800
8859
|
"kindString": "Property",
|
@@ -8817,7 +8876,7 @@
|
|
8817
8876
|
}
|
8818
8877
|
},
|
8819
8878
|
{
|
8820
|
-
"id":
|
8879
|
+
"id": 620,
|
8821
8880
|
"name": "enableScroll",
|
8822
8881
|
"kind": 1024,
|
8823
8882
|
"kindString": "Property",
|
@@ -8840,7 +8899,7 @@
|
|
8840
8899
|
}
|
8841
8900
|
},
|
8842
8901
|
{
|
8843
|
-
"id":
|
8902
|
+
"id": 623,
|
8844
8903
|
"name": "position",
|
8845
8904
|
"kind": 1024,
|
8846
8905
|
"kindString": "Property",
|
@@ -8859,12 +8918,12 @@
|
|
8859
8918
|
],
|
8860
8919
|
"type": {
|
8861
8920
|
"type": "reference",
|
8862
|
-
"id":
|
8921
|
+
"id": 650,
|
8863
8922
|
"name": "SkyOverlayPosition"
|
8864
8923
|
}
|
8865
8924
|
},
|
8866
8925
|
{
|
8867
|
-
"id":
|
8926
|
+
"id": 621,
|
8868
8927
|
"name": "showBackdrop",
|
8869
8928
|
"kind": 1024,
|
8870
8929
|
"kindString": "Property",
|
@@ -8887,7 +8946,7 @@
|
|
8887
8946
|
}
|
8888
8947
|
},
|
8889
8948
|
{
|
8890
|
-
"id":
|
8949
|
+
"id": 622,
|
8891
8950
|
"name": "wrapperClass",
|
8892
8951
|
"kind": 1024,
|
8893
8952
|
"kindString": "Property",
|
@@ -8915,13 +8974,13 @@
|
|
8915
8974
|
"title": "Properties",
|
8916
8975
|
"kind": 1024,
|
8917
8976
|
"children": [
|
8918
|
-
|
8919
|
-
|
8920
|
-
|
8921
|
-
|
8922
|
-
|
8923
|
-
|
8924
|
-
|
8977
|
+
617,
|
8978
|
+
618,
|
8979
|
+
619,
|
8980
|
+
620,
|
8981
|
+
623,
|
8982
|
+
621,
|
8983
|
+
622
|
8925
8984
|
]
|
8926
8985
|
}
|
8927
8986
|
],
|
@@ -8934,7 +8993,7 @@
|
|
8934
8993
|
]
|
8935
8994
|
},
|
8936
8995
|
{
|
8937
|
-
"id":
|
8996
|
+
"id": 854,
|
8938
8997
|
"name": "SkyViewkeeperOptions",
|
8939
8998
|
"kind": 256,
|
8940
8999
|
"kindString": "Interface",
|
@@ -8944,7 +9003,7 @@
|
|
8944
9003
|
},
|
8945
9004
|
"children": [
|
8946
9005
|
{
|
8947
|
-
"id":
|
9006
|
+
"id": 855,
|
8948
9007
|
"name": "boundaryEl",
|
8949
9008
|
"kind": 1024,
|
8950
9009
|
"kindString": "Property",
|
@@ -8969,7 +9028,7 @@
|
|
8969
9028
|
}
|
8970
9029
|
},
|
8971
9030
|
{
|
8972
|
-
"id":
|
9031
|
+
"id": 856,
|
8973
9032
|
"name": "el",
|
8974
9033
|
"kind": 1024,
|
8975
9034
|
"kindString": "Property",
|
@@ -8994,7 +9053,7 @@
|
|
8994
9053
|
}
|
8995
9054
|
},
|
8996
9055
|
{
|
8997
|
-
"id":
|
9056
|
+
"id": 857,
|
8998
9057
|
"name": "scrollableHost",
|
8999
9058
|
"kind": 1024,
|
9000
9059
|
"kindString": "Property",
|
@@ -9019,7 +9078,7 @@
|
|
9019
9078
|
}
|
9020
9079
|
},
|
9021
9080
|
{
|
9022
|
-
"id":
|
9081
|
+
"id": 858,
|
9023
9082
|
"name": "setWidth",
|
9024
9083
|
"kind": 1024,
|
9025
9084
|
"kindString": "Property",
|
@@ -9042,7 +9101,7 @@
|
|
9042
9101
|
}
|
9043
9102
|
},
|
9044
9103
|
{
|
9045
|
-
"id":
|
9104
|
+
"id": 859,
|
9046
9105
|
"name": "verticalOffset",
|
9047
9106
|
"kind": 1024,
|
9048
9107
|
"kindString": "Property",
|
@@ -9065,7 +9124,7 @@
|
|
9065
9124
|
}
|
9066
9125
|
},
|
9067
9126
|
{
|
9068
|
-
"id":
|
9127
|
+
"id": 860,
|
9069
9128
|
"name": "verticalOffsetEl",
|
9070
9129
|
"kind": 1024,
|
9071
9130
|
"kindString": "Property",
|
@@ -9090,7 +9149,7 @@
|
|
9090
9149
|
}
|
9091
9150
|
},
|
9092
9151
|
{
|
9093
|
-
"id":
|
9152
|
+
"id": 861,
|
9094
9153
|
"name": "viewportMarginTop",
|
9095
9154
|
"kind": 1024,
|
9096
9155
|
"kindString": "Property",
|
@@ -9118,13 +9177,13 @@
|
|
9118
9177
|
"title": "Properties",
|
9119
9178
|
"kind": 1024,
|
9120
9179
|
"children": [
|
9121
|
-
|
9122
|
-
|
9123
|
-
|
9124
|
-
|
9125
|
-
|
9126
|
-
|
9127
|
-
|
9180
|
+
855,
|
9181
|
+
856,
|
9182
|
+
857,
|
9183
|
+
858,
|
9184
|
+
859,
|
9185
|
+
860,
|
9186
|
+
861
|
9128
9187
|
]
|
9129
9188
|
}
|
9130
9189
|
],
|
@@ -9138,7 +9197,7 @@
|
|
9138
9197
|
"implementedBy": [
|
9139
9198
|
{
|
9140
9199
|
"type": "reference",
|
9141
|
-
"id":
|
9200
|
+
"id": 844,
|
9142
9201
|
"name": "SkyViewkeeperHostOptions"
|
9143
9202
|
}
|
9144
9203
|
]
|
@@ -9277,7 +9336,7 @@
|
|
9277
9336
|
}
|
9278
9337
|
},
|
9279
9338
|
{
|
9280
|
-
"id":
|
9339
|
+
"id": 492,
|
9281
9340
|
"name": "SkyMediaQueryListener",
|
9282
9341
|
"kind": 4194304,
|
9283
9342
|
"kindString": "Type alias",
|
@@ -9292,7 +9351,7 @@
|
|
9292
9351
|
"type": {
|
9293
9352
|
"type": "reflection",
|
9294
9353
|
"declaration": {
|
9295
|
-
"id":
|
9354
|
+
"id": 493,
|
9296
9355
|
"name": "__type",
|
9297
9356
|
"kind": 65536,
|
9298
9357
|
"kindString": "Type literal",
|
@@ -9306,7 +9365,7 @@
|
|
9306
9365
|
],
|
9307
9366
|
"signatures": [
|
9308
9367
|
{
|
9309
|
-
"id":
|
9368
|
+
"id": 494,
|
9310
9369
|
"name": "__type",
|
9311
9370
|
"kind": 4096,
|
9312
9371
|
"kindString": "Call signature",
|
@@ -9316,14 +9375,14 @@
|
|
9316
9375
|
},
|
9317
9376
|
"parameters": [
|
9318
9377
|
{
|
9319
|
-
"id":
|
9378
|
+
"id": 495,
|
9320
9379
|
"name": "args",
|
9321
9380
|
"kind": 32768,
|
9322
9381
|
"kindString": "Parameter",
|
9323
9382
|
"flags": {},
|
9324
9383
|
"type": {
|
9325
9384
|
"type": "reference",
|
9326
|
-
"id":
|
9385
|
+
"id": 487,
|
9327
9386
|
"name": "SkyMediaBreakpoints"
|
9328
9387
|
}
|
9329
9388
|
}
|
@@ -9338,7 +9397,7 @@
|
|
9338
9397
|
}
|
9339
9398
|
},
|
9340
9399
|
{
|
9341
|
-
"id":
|
9400
|
+
"id": 650,
|
9342
9401
|
"name": "SkyOverlayPosition",
|
9343
9402
|
"kind": 4194304,
|
9344
9403
|
"kindString": "Type alias",
|
@@ -9365,7 +9424,7 @@
|
|
9365
9424
|
}
|
9366
9425
|
},
|
9367
9426
|
{
|
9368
|
-
"id":
|
9427
|
+
"id": 1024,
|
9369
9428
|
"name": "mockResizeObserverEntry",
|
9370
9429
|
"kind": 32,
|
9371
9430
|
"kindString": "Variable",
|
@@ -9388,7 +9447,7 @@
|
|
9388
9447
|
"defaultValue": "..."
|
9389
9448
|
},
|
9390
9449
|
{
|
9391
|
-
"id":
|
9450
|
+
"id": 1025,
|
9392
9451
|
"name": "mockResizeObserverHandle",
|
9393
9452
|
"kind": 32,
|
9394
9453
|
"kindString": "Variable",
|
@@ -9405,14 +9464,14 @@
|
|
9405
9464
|
"type": {
|
9406
9465
|
"type": "reflection",
|
9407
9466
|
"declaration": {
|
9408
|
-
"id":
|
9467
|
+
"id": 1026,
|
9409
9468
|
"name": "__type",
|
9410
9469
|
"kind": 65536,
|
9411
9470
|
"kindString": "Type literal",
|
9412
9471
|
"flags": {},
|
9413
9472
|
"children": [
|
9414
9473
|
{
|
9415
|
-
"id":
|
9474
|
+
"id": 1027,
|
9416
9475
|
"name": "callback",
|
9417
9476
|
"kind": 1024,
|
9418
9477
|
"kindString": "Property",
|
@@ -9433,7 +9492,7 @@
|
|
9433
9492
|
"defaultValue": "defaultCallback"
|
9434
9493
|
},
|
9435
9494
|
{
|
9436
|
-
"id":
|
9495
|
+
"id": 1028,
|
9437
9496
|
"name": "emit",
|
9438
9497
|
"kind": 1024,
|
9439
9498
|
"kindString": "Property",
|
@@ -9448,21 +9507,21 @@
|
|
9448
9507
|
"type": {
|
9449
9508
|
"type": "reflection",
|
9450
9509
|
"declaration": {
|
9451
|
-
"id":
|
9510
|
+
"id": 1029,
|
9452
9511
|
"name": "__type",
|
9453
9512
|
"kind": 65536,
|
9454
9513
|
"kindString": "Type literal",
|
9455
9514
|
"flags": {},
|
9456
9515
|
"signatures": [
|
9457
9516
|
{
|
9458
|
-
"id":
|
9517
|
+
"id": 1030,
|
9459
9518
|
"name": "__type",
|
9460
9519
|
"kind": 4096,
|
9461
9520
|
"kindString": "Call signature",
|
9462
9521
|
"flags": {},
|
9463
9522
|
"parameters": [
|
9464
9523
|
{
|
9465
|
-
"id":
|
9524
|
+
"id": 1031,
|
9466
9525
|
"name": "entries",
|
9467
9526
|
"kind": 32768,
|
9468
9527
|
"kindString": "Parameter",
|
@@ -9478,7 +9537,7 @@
|
|
9478
9537
|
}
|
9479
9538
|
},
|
9480
9539
|
{
|
9481
|
-
"id":
|
9540
|
+
"id": 1032,
|
9482
9541
|
"name": "observer",
|
9483
9542
|
"kind": 32768,
|
9484
9543
|
"kindString": "Parameter",
|
@@ -9509,8 +9568,8 @@
|
|
9509
9568
|
"title": "Properties",
|
9510
9569
|
"kind": 1024,
|
9511
9570
|
"children": [
|
9512
|
-
|
9513
|
-
|
9571
|
+
1027,
|
9572
|
+
1028
|
9514
9573
|
]
|
9515
9574
|
}
|
9516
9575
|
]
|
@@ -9519,7 +9578,7 @@
|
|
9519
9578
|
"defaultValue": "..."
|
9520
9579
|
},
|
9521
9580
|
{
|
9522
|
-
"id":
|
9581
|
+
"id": 1022,
|
9523
9582
|
"name": "mockResizeObserver",
|
9524
9583
|
"kind": 64,
|
9525
9584
|
"kindString": "Function",
|
@@ -9533,7 +9592,7 @@
|
|
9533
9592
|
],
|
9534
9593
|
"signatures": [
|
9535
9594
|
{
|
9536
|
-
"id":
|
9595
|
+
"id": 1023,
|
9537
9596
|
"name": "mockResizeObserver",
|
9538
9597
|
"kind": 4096,
|
9539
9598
|
"kindString": "Call signature",
|