@skyux/core 6.0.0 → 6.1.0
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 +137 -134
- package/esm2020/lib/modules/adapter-service/adapter.service.mjs +11 -7
- package/esm2020/lib/modules/affix/affix.service.mjs +7 -3
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +4 -5
- package/esm2020/lib/modules/numeric/numeric.service.mjs +2 -2
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +42 -29
- package/esm2020/lib/modules/resize-observer/resize-observer.service.mjs +17 -11
- package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +29 -26
- package/esm2020/testing/core-testing.module.mjs +29 -0
- package/esm2020/testing/mock-media-query.service.mjs +3 -1
- package/esm2020/testing/mock-ui-config.service.mjs +1 -1
- package/esm2020/testing/public-api.mjs +2 -1
- package/fesm2015/skyux-core-testing.mjs +28 -2
- package/fesm2015/skyux-core-testing.mjs.map +1 -1
- package/fesm2015/skyux-core.mjs +102 -77
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core-testing.mjs +28 -2
- package/fesm2020/skyux-core-testing.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +102 -76
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/adapter-service/adapter.service.d.ts +1 -1
- package/lib/modules/affix/affix.service.d.ts +1 -1
- package/lib/modules/numeric/numeric.pipe.d.ts +3 -4
- package/lib/modules/numeric/numeric.service.d.ts +1 -1
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +2 -4
- package/lib/modules/resize-observer/resize-observer.service.d.ts +1 -2
- package/lib/modules/scrollable-host/scrollable-host.service.d.ts +7 -4
- package/package.json +2 -2
- package/testing/core-testing.module.d.ts +6 -0
- package/testing/mock-ui-config.service.d.ts +2 -1
- package/testing/public-api.d.ts +1 -0
package/documentation.json
CHANGED
@@ -1467,7 +1467,7 @@
|
|
1467
1467
|
]
|
1468
1468
|
},
|
1469
1469
|
{
|
1470
|
-
"id":
|
1470
|
+
"id": 646,
|
1471
1471
|
"name": "SkyAppTitleService",
|
1472
1472
|
"kind": 128,
|
1473
1473
|
"kindString": "Class",
|
@@ -1491,7 +1491,7 @@
|
|
1491
1491
|
],
|
1492
1492
|
"children": [
|
1493
1493
|
{
|
1494
|
-
"id":
|
1494
|
+
"id": 647,
|
1495
1495
|
"name": "constructor",
|
1496
1496
|
"kind": 512,
|
1497
1497
|
"kindString": "Constructor",
|
@@ -1505,14 +1505,14 @@
|
|
1505
1505
|
],
|
1506
1506
|
"signatures": [
|
1507
1507
|
{
|
1508
|
-
"id":
|
1508
|
+
"id": 648,
|
1509
1509
|
"name": "new SkyAppTitleService",
|
1510
1510
|
"kind": 16384,
|
1511
1511
|
"kindString": "Constructor signature",
|
1512
1512
|
"flags": {},
|
1513
1513
|
"parameters": [
|
1514
1514
|
{
|
1515
|
-
"id":
|
1515
|
+
"id": 649,
|
1516
1516
|
"name": "title",
|
1517
1517
|
"kind": 32768,
|
1518
1518
|
"kindString": "Parameter",
|
@@ -1527,14 +1527,14 @@
|
|
1527
1527
|
],
|
1528
1528
|
"type": {
|
1529
1529
|
"type": "reference",
|
1530
|
-
"id":
|
1530
|
+
"id": 646,
|
1531
1531
|
"name": "SkyAppTitleService"
|
1532
1532
|
}
|
1533
1533
|
}
|
1534
1534
|
]
|
1535
1535
|
},
|
1536
1536
|
{
|
1537
|
-
"id":
|
1537
|
+
"id": 650,
|
1538
1538
|
"name": "setTitle",
|
1539
1539
|
"kind": 2048,
|
1540
1540
|
"kindString": "Method",
|
@@ -1550,7 +1550,7 @@
|
|
1550
1550
|
],
|
1551
1551
|
"signatures": [
|
1552
1552
|
{
|
1553
|
-
"id":
|
1553
|
+
"id": 651,
|
1554
1554
|
"name": "setTitle",
|
1555
1555
|
"kind": 4096,
|
1556
1556
|
"kindString": "Call signature",
|
@@ -1560,7 +1560,7 @@
|
|
1560
1560
|
},
|
1561
1561
|
"parameters": [
|
1562
1562
|
{
|
1563
|
-
"id":
|
1563
|
+
"id": 652,
|
1564
1564
|
"name": "args",
|
1565
1565
|
"kind": 32768,
|
1566
1566
|
"kindString": "Parameter",
|
@@ -1570,7 +1570,7 @@
|
|
1570
1570
|
},
|
1571
1571
|
"type": {
|
1572
1572
|
"type": "reference",
|
1573
|
-
"id":
|
1573
|
+
"id": 644,
|
1574
1574
|
"name": "SkyAppSetTitleArgs"
|
1575
1575
|
}
|
1576
1576
|
}
|
@@ -1588,14 +1588,14 @@
|
|
1588
1588
|
"title": "Constructors",
|
1589
1589
|
"kind": 512,
|
1590
1590
|
"children": [
|
1591
|
-
|
1591
|
+
647
|
1592
1592
|
]
|
1593
1593
|
},
|
1594
1594
|
{
|
1595
1595
|
"title": "Methods",
|
1596
1596
|
"kind": 2048,
|
1597
1597
|
"children": [
|
1598
|
-
|
1598
|
+
650
|
1599
1599
|
]
|
1600
1600
|
}
|
1601
1601
|
],
|
@@ -1608,7 +1608,7 @@
|
|
1608
1608
|
]
|
1609
1609
|
},
|
1610
1610
|
{
|
1611
|
-
"id":
|
1611
|
+
"id": 697,
|
1612
1612
|
"name": "SkyAppWindowRef",
|
1613
1613
|
"kind": 128,
|
1614
1614
|
"kindString": "Class",
|
@@ -1632,7 +1632,7 @@
|
|
1632
1632
|
],
|
1633
1633
|
"children": [
|
1634
1634
|
{
|
1635
|
-
"id":
|
1635
|
+
"id": 700,
|
1636
1636
|
"name": "nativeWindow",
|
1637
1637
|
"kind": 262144,
|
1638
1638
|
"kindString": "Accessor",
|
@@ -1648,7 +1648,7 @@
|
|
1648
1648
|
],
|
1649
1649
|
"getSignature": [
|
1650
1650
|
{
|
1651
|
-
"id":
|
1651
|
+
"id": 701,
|
1652
1652
|
"name": "nativeWindow",
|
1653
1653
|
"kind": 524288,
|
1654
1654
|
"kindString": "Get signature",
|
@@ -1669,14 +1669,14 @@
|
|
1669
1669
|
"title": "Constructors",
|
1670
1670
|
"kind": 512,
|
1671
1671
|
"children": [
|
1672
|
-
|
1672
|
+
698
|
1673
1673
|
]
|
1674
1674
|
},
|
1675
1675
|
{
|
1676
1676
|
"title": "Accessors",
|
1677
1677
|
"kind": 262144,
|
1678
1678
|
"children": [
|
1679
|
-
|
1679
|
+
700
|
1680
1680
|
]
|
1681
1681
|
}
|
1682
1682
|
],
|
@@ -2145,7 +2145,7 @@
|
|
2145
2145
|
"sources": [
|
2146
2146
|
{
|
2147
2147
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2148
|
-
"line":
|
2148
|
+
"line": 229,
|
2149
2149
|
"character": 9
|
2150
2150
|
}
|
2151
2151
|
],
|
@@ -2286,7 +2286,7 @@
|
|
2286
2286
|
"sources": [
|
2287
2287
|
{
|
2288
2288
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2289
|
-
"line":
|
2289
|
+
"line": 245,
|
2290
2290
|
"character": 9
|
2291
2291
|
}
|
2292
2292
|
],
|
@@ -3091,7 +3091,7 @@
|
|
3091
3091
|
"flags": {},
|
3092
3092
|
"type": {
|
3093
3093
|
"type": "reference",
|
3094
|
-
"id":
|
3094
|
+
"id": 697,
|
3095
3095
|
"name": "SkyAppWindowRef"
|
3096
3096
|
}
|
3097
3097
|
},
|
@@ -3833,7 +3833,7 @@
|
|
3833
3833
|
"kindString": "Class",
|
3834
3834
|
"flags": {},
|
3835
3835
|
"comment": {
|
3836
|
-
"shortText": "Shortens numbers to rounded numbers and abbreviation characters such as K for thousands,\nM for millions, B for billions, and T for trillions. The pipe also formats for currency.\nBe sure you have a space after the two curly brackets opening the pipe and\na space before the two curly brackets closing the pipe or it will not work
|
3836
|
+
"shortText": "Shortens numbers to rounded numbers and abbreviation characters such as K for thousands,\nM for millions, B for billions, and T for trillions. The pipe also formats for currency.\nBe sure you have a space after the two curly brackets opening the pipe and\na space before the two curly brackets closing the pipe or it will not work."
|
3837
3837
|
},
|
3838
3838
|
"decorators": [
|
3839
3839
|
{
|
@@ -3859,7 +3859,7 @@
|
|
3859
3859
|
"sources": [
|
3860
3860
|
{
|
3861
3861
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3862
|
-
"line":
|
3862
|
+
"line": 32,
|
3863
3863
|
"character": 2
|
3864
3864
|
}
|
3865
3865
|
],
|
@@ -3927,7 +3927,7 @@
|
|
3927
3927
|
"sources": [
|
3928
3928
|
{
|
3929
3929
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3930
|
-
"line":
|
3930
|
+
"line": 47,
|
3931
3931
|
"character": 9
|
3932
3932
|
}
|
3933
3933
|
],
|
@@ -3964,7 +3964,7 @@
|
|
3964
3964
|
"sources": [
|
3965
3965
|
{
|
3966
3966
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3967
|
-
"line":
|
3967
|
+
"line": 55,
|
3968
3968
|
"character": 9
|
3969
3969
|
}
|
3970
3970
|
],
|
@@ -3975,6 +3975,9 @@
|
|
3975
3975
|
"kind": 4096,
|
3976
3976
|
"kindString": "Call signature",
|
3977
3977
|
"flags": {},
|
3978
|
+
"comment": {
|
3979
|
+
"shortText": "Formats a number based on the provided options."
|
3980
|
+
},
|
3978
3981
|
"parameters": [
|
3979
3982
|
{
|
3980
3983
|
"id": 447,
|
@@ -4038,7 +4041,7 @@
|
|
4038
4041
|
"sources": [
|
4039
4042
|
{
|
4040
4043
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4041
|
-
"line":
|
4044
|
+
"line": 25,
|
4042
4045
|
"character": 13
|
4043
4046
|
}
|
4044
4047
|
],
|
@@ -4142,7 +4145,7 @@
|
|
4142
4145
|
"kindString": "Call signature",
|
4143
4146
|
"flags": {},
|
4144
4147
|
"comment": {
|
4145
|
-
"shortText": "
|
4148
|
+
"shortText": "Formats a number based on the provided options."
|
4146
4149
|
},
|
4147
4150
|
"parameters": [
|
4148
4151
|
{
|
@@ -5165,7 +5168,7 @@
|
|
5165
5168
|
"sources": [
|
5166
5169
|
{
|
5167
5170
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5168
|
-
"line":
|
5171
|
+
"line": 57,
|
5169
5172
|
"character": 2
|
5170
5173
|
}
|
5171
5174
|
],
|
@@ -5242,7 +5245,7 @@
|
|
5242
5245
|
"sources": [
|
5243
5246
|
{
|
5244
5247
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5245
|
-
"line":
|
5248
|
+
"line": 64,
|
5246
5249
|
"character": 9
|
5247
5250
|
}
|
5248
5251
|
],
|
@@ -5279,7 +5282,7 @@
|
|
5279
5282
|
"sources": [
|
5280
5283
|
{
|
5281
5284
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5282
|
-
"line":
|
5285
|
+
"line": 82,
|
5283
5286
|
"character": 9
|
5284
5287
|
}
|
5285
5288
|
],
|
@@ -5333,7 +5336,7 @@
|
|
5333
5336
|
"sources": [
|
5334
5337
|
{
|
5335
5338
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5336
|
-
"line":
|
5339
|
+
"line": 118,
|
5337
5340
|
"character": 9
|
5338
5341
|
}
|
5339
5342
|
],
|
@@ -5381,7 +5384,7 @@
|
|
5381
5384
|
"sources": [
|
5382
5385
|
{
|
5383
5386
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5384
|
-
"line":
|
5387
|
+
"line": 111,
|
5385
5388
|
"character": 9
|
5386
5389
|
}
|
5387
5390
|
],
|
@@ -5478,7 +5481,7 @@
|
|
5478
5481
|
"sources": [
|
5479
5482
|
{
|
5480
5483
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5481
|
-
"line":
|
5484
|
+
"line": 23,
|
5482
5485
|
"character": 2
|
5483
5486
|
}
|
5484
5487
|
],
|
@@ -5523,7 +5526,7 @@
|
|
5523
5526
|
"sources": [
|
5524
5527
|
{
|
5525
5528
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5526
|
-
"line":
|
5529
|
+
"line": 29,
|
5527
5530
|
"character": 9
|
5528
5531
|
}
|
5529
5532
|
],
|
@@ -5560,7 +5563,7 @@
|
|
5560
5563
|
"sources": [
|
5561
5564
|
{
|
5562
5565
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5563
|
-
"line":
|
5566
|
+
"line": 36,
|
5564
5567
|
"character": 9
|
5565
5568
|
}
|
5566
5569
|
],
|
@@ -5647,7 +5650,7 @@
|
|
5647
5650
|
]
|
5648
5651
|
},
|
5649
5652
|
{
|
5650
|
-
"id":
|
5653
|
+
"id": 617,
|
5651
5654
|
"name": "SkyScrollableHostService",
|
5652
5655
|
"kind": 128,
|
5653
5656
|
"kindString": "Class",
|
@@ -5668,7 +5671,7 @@
|
|
5668
5671
|
],
|
5669
5672
|
"children": [
|
5670
5673
|
{
|
5671
|
-
"id":
|
5674
|
+
"id": 618,
|
5672
5675
|
"name": "constructor",
|
5673
5676
|
"kind": 512,
|
5674
5677
|
"kindString": "Constructor",
|
@@ -5682,14 +5685,14 @@
|
|
5682
5685
|
],
|
5683
5686
|
"signatures": [
|
5684
5687
|
{
|
5685
|
-
"id":
|
5688
|
+
"id": 619,
|
5686
5689
|
"name": "new SkyScrollableHostService",
|
5687
5690
|
"kind": 16384,
|
5688
5691
|
"kindString": "Constructor signature",
|
5689
5692
|
"flags": {},
|
5690
5693
|
"parameters": [
|
5691
5694
|
{
|
5692
|
-
"id":
|
5695
|
+
"id": 620,
|
5693
5696
|
"name": "mutationObserverSvc",
|
5694
5697
|
"kind": 32768,
|
5695
5698
|
"kindString": "Parameter",
|
@@ -5701,28 +5704,28 @@
|
|
5701
5704
|
}
|
5702
5705
|
},
|
5703
5706
|
{
|
5704
|
-
"id":
|
5707
|
+
"id": 621,
|
5705
5708
|
"name": "windowRef",
|
5706
5709
|
"kind": 32768,
|
5707
5710
|
"kindString": "Parameter",
|
5708
5711
|
"flags": {},
|
5709
5712
|
"type": {
|
5710
5713
|
"type": "reference",
|
5711
|
-
"id":
|
5714
|
+
"id": 697,
|
5712
5715
|
"name": "SkyAppWindowRef"
|
5713
5716
|
}
|
5714
5717
|
}
|
5715
5718
|
],
|
5716
5719
|
"type": {
|
5717
5720
|
"type": "reference",
|
5718
|
-
"id":
|
5721
|
+
"id": 617,
|
5719
5722
|
"name": "SkyScrollableHostService"
|
5720
5723
|
}
|
5721
5724
|
}
|
5722
5725
|
]
|
5723
5726
|
},
|
5724
5727
|
{
|
5725
|
-
"id":
|
5728
|
+
"id": 622,
|
5726
5729
|
"name": "getScrollableHost",
|
5727
5730
|
"kind": 2048,
|
5728
5731
|
"kindString": "Method",
|
@@ -5738,7 +5741,7 @@
|
|
5738
5741
|
],
|
5739
5742
|
"signatures": [
|
5740
5743
|
{
|
5741
|
-
"id":
|
5744
|
+
"id": 623,
|
5742
5745
|
"name": "getScrollableHost",
|
5743
5746
|
"kind": 4096,
|
5744
5747
|
"kindString": "Call signature",
|
@@ -5749,7 +5752,7 @@
|
|
5749
5752
|
},
|
5750
5753
|
"parameters": [
|
5751
5754
|
{
|
5752
|
-
"id":
|
5755
|
+
"id": 624,
|
5753
5756
|
"name": "elementRef",
|
5754
5757
|
"kind": 32768,
|
5755
5758
|
"kindString": "Parameter",
|
@@ -5792,7 +5795,7 @@
|
|
5792
5795
|
]
|
5793
5796
|
},
|
5794
5797
|
{
|
5795
|
-
"id":
|
5798
|
+
"id": 628,
|
5796
5799
|
"name": "watchScrollableHostScrollEvents",
|
5797
5800
|
"kind": 2048,
|
5798
5801
|
"kindString": "Method",
|
@@ -5802,13 +5805,13 @@
|
|
5802
5805
|
"sources": [
|
5803
5806
|
{
|
5804
5807
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5805
|
-
"line":
|
5808
|
+
"line": 127,
|
5806
5809
|
"character": 9
|
5807
5810
|
}
|
5808
5811
|
],
|
5809
5812
|
"signatures": [
|
5810
5813
|
{
|
5811
|
-
"id":
|
5814
|
+
"id": 629,
|
5812
5815
|
"name": "watchScrollableHostScrollEvents",
|
5813
5816
|
"kind": 4096,
|
5814
5817
|
"kindString": "Call signature",
|
@@ -5819,7 +5822,7 @@
|
|
5819
5822
|
},
|
5820
5823
|
"parameters": [
|
5821
5824
|
{
|
5822
|
-
"id":
|
5825
|
+
"id": 630,
|
5823
5826
|
"name": "elementRef",
|
5824
5827
|
"kind": 32768,
|
5825
5828
|
"kindString": "Parameter",
|
@@ -5862,15 +5865,15 @@
|
|
5862
5865
|
"title": "Constructors",
|
5863
5866
|
"kind": 512,
|
5864
5867
|
"children": [
|
5865
|
-
|
5868
|
+
618
|
5866
5869
|
]
|
5867
5870
|
},
|
5868
5871
|
{
|
5869
5872
|
"title": "Methods",
|
5870
5873
|
"kind": 2048,
|
5871
5874
|
"children": [
|
5872
|
-
|
5873
|
-
|
5875
|
+
622,
|
5876
|
+
628
|
5874
5877
|
]
|
5875
5878
|
}
|
5876
5879
|
],
|
@@ -5883,7 +5886,7 @@
|
|
5883
5886
|
]
|
5884
5887
|
},
|
5885
5888
|
{
|
5886
|
-
"id":
|
5889
|
+
"id": 653,
|
5887
5890
|
"name": "SkyUIConfigService",
|
5888
5891
|
"kind": 128,
|
5889
5892
|
"kindString": "Class",
|
@@ -5904,7 +5907,7 @@
|
|
5904
5907
|
],
|
5905
5908
|
"children": [
|
5906
5909
|
{
|
5907
|
-
"id":
|
5910
|
+
"id": 656,
|
5908
5911
|
"name": "getConfig",
|
5909
5912
|
"kind": 2048,
|
5910
5913
|
"kindString": "Method",
|
@@ -5920,14 +5923,14 @@
|
|
5920
5923
|
],
|
5921
5924
|
"signatures": [
|
5922
5925
|
{
|
5923
|
-
"id":
|
5926
|
+
"id": 657,
|
5924
5927
|
"name": "getConfig",
|
5925
5928
|
"kind": 4096,
|
5926
5929
|
"kindString": "Call signature",
|
5927
5930
|
"flags": {},
|
5928
5931
|
"parameters": [
|
5929
5932
|
{
|
5930
|
-
"id":
|
5933
|
+
"id": 658,
|
5931
5934
|
"name": "key",
|
5932
5935
|
"kind": 32768,
|
5933
5936
|
"kindString": "Parameter",
|
@@ -5938,7 +5941,7 @@
|
|
5938
5941
|
}
|
5939
5942
|
},
|
5940
5943
|
{
|
5941
|
-
"id":
|
5944
|
+
"id": 659,
|
5942
5945
|
"name": "defaultConfig",
|
5943
5946
|
"kind": 32768,
|
5944
5947
|
"kindString": "Parameter",
|
@@ -5967,7 +5970,7 @@
|
|
5967
5970
|
]
|
5968
5971
|
},
|
5969
5972
|
{
|
5970
|
-
"id":
|
5973
|
+
"id": 660,
|
5971
5974
|
"name": "setConfig",
|
5972
5975
|
"kind": 2048,
|
5973
5976
|
"kindString": "Method",
|
@@ -5983,14 +5986,14 @@
|
|
5983
5986
|
],
|
5984
5987
|
"signatures": [
|
5985
5988
|
{
|
5986
|
-
"id":
|
5989
|
+
"id": 661,
|
5987
5990
|
"name": "setConfig",
|
5988
5991
|
"kind": 4096,
|
5989
5992
|
"kindString": "Call signature",
|
5990
5993
|
"flags": {},
|
5991
5994
|
"parameters": [
|
5992
5995
|
{
|
5993
|
-
"id":
|
5996
|
+
"id": 662,
|
5994
5997
|
"name": "key",
|
5995
5998
|
"kind": 32768,
|
5996
5999
|
"kindString": "Parameter",
|
@@ -6001,7 +6004,7 @@
|
|
6001
6004
|
}
|
6002
6005
|
},
|
6003
6006
|
{
|
6004
|
-
"id":
|
6007
|
+
"id": 663,
|
6005
6008
|
"name": "value",
|
6006
6009
|
"kind": 32768,
|
6007
6010
|
"kindString": "Parameter",
|
@@ -6033,15 +6036,15 @@
|
|
6033
6036
|
"title": "Constructors",
|
6034
6037
|
"kind": 512,
|
6035
6038
|
"children": [
|
6036
|
-
|
6039
|
+
654
|
6037
6040
|
]
|
6038
6041
|
},
|
6039
6042
|
{
|
6040
6043
|
"title": "Methods",
|
6041
6044
|
"kind": 2048,
|
6042
6045
|
"children": [
|
6043
|
-
|
6044
|
-
|
6046
|
+
656,
|
6047
|
+
660
|
6045
6048
|
]
|
6046
6049
|
}
|
6047
6050
|
],
|
@@ -6054,7 +6057,7 @@
|
|
6054
6057
|
]
|
6055
6058
|
},
|
6056
6059
|
{
|
6057
|
-
"id":
|
6060
|
+
"id": 664,
|
6058
6061
|
"name": "SkyViewkeeperHostOptions",
|
6059
6062
|
"kind": 128,
|
6060
6063
|
"kindString": "Class",
|
@@ -6073,7 +6076,7 @@
|
|
6073
6076
|
],
|
6074
6077
|
"children": [
|
6075
6078
|
{
|
6076
|
-
"id":
|
6079
|
+
"id": 667,
|
6077
6080
|
"name": "boundaryEl",
|
6078
6081
|
"kind": 1024,
|
6079
6082
|
"kindString": "Property",
|
@@ -6099,12 +6102,12 @@
|
|
6099
6102
|
},
|
6100
6103
|
"implementationOf": {
|
6101
6104
|
"type": "reference",
|
6102
|
-
"id":
|
6105
|
+
"id": 675,
|
6103
6106
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
6104
6107
|
}
|
6105
6108
|
},
|
6106
6109
|
{
|
6107
|
-
"id":
|
6110
|
+
"id": 668,
|
6108
6111
|
"name": "el",
|
6109
6112
|
"kind": 1024,
|
6110
6113
|
"kindString": "Property",
|
@@ -6130,12 +6133,12 @@
|
|
6130
6133
|
},
|
6131
6134
|
"implementationOf": {
|
6132
6135
|
"type": "reference",
|
6133
|
-
"id":
|
6136
|
+
"id": 676,
|
6134
6137
|
"name": "SkyViewkeeperOptions.el"
|
6135
6138
|
}
|
6136
6139
|
},
|
6137
6140
|
{
|
6138
|
-
"id":
|
6141
|
+
"id": 669,
|
6139
6142
|
"name": "scrollableHost",
|
6140
6143
|
"kind": 1024,
|
6141
6144
|
"kindString": "Property",
|
@@ -6161,12 +6164,12 @@
|
|
6161
6164
|
},
|
6162
6165
|
"implementationOf": {
|
6163
6166
|
"type": "reference",
|
6164
|
-
"id":
|
6167
|
+
"id": 677,
|
6165
6168
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
6166
6169
|
}
|
6167
6170
|
},
|
6168
6171
|
{
|
6169
|
-
"id":
|
6172
|
+
"id": 670,
|
6170
6173
|
"name": "setWidth",
|
6171
6174
|
"kind": 1024,
|
6172
6175
|
"kindString": "Property",
|
@@ -6190,12 +6193,12 @@
|
|
6190
6193
|
},
|
6191
6194
|
"implementationOf": {
|
6192
6195
|
"type": "reference",
|
6193
|
-
"id":
|
6196
|
+
"id": 678,
|
6194
6197
|
"name": "SkyViewkeeperOptions.setWidth"
|
6195
6198
|
}
|
6196
6199
|
},
|
6197
6200
|
{
|
6198
|
-
"id":
|
6201
|
+
"id": 671,
|
6199
6202
|
"name": "verticalOffset",
|
6200
6203
|
"kind": 1024,
|
6201
6204
|
"kindString": "Property",
|
@@ -6219,12 +6222,12 @@
|
|
6219
6222
|
},
|
6220
6223
|
"implementationOf": {
|
6221
6224
|
"type": "reference",
|
6222
|
-
"id":
|
6225
|
+
"id": 679,
|
6223
6226
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6224
6227
|
}
|
6225
6228
|
},
|
6226
6229
|
{
|
6227
|
-
"id":
|
6230
|
+
"id": 672,
|
6228
6231
|
"name": "verticalOffsetEl",
|
6229
6232
|
"kind": 1024,
|
6230
6233
|
"kindString": "Property",
|
@@ -6250,12 +6253,12 @@
|
|
6250
6253
|
},
|
6251
6254
|
"implementationOf": {
|
6252
6255
|
"type": "reference",
|
6253
|
-
"id":
|
6256
|
+
"id": 680,
|
6254
6257
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6255
6258
|
}
|
6256
6259
|
},
|
6257
6260
|
{
|
6258
|
-
"id":
|
6261
|
+
"id": 673,
|
6259
6262
|
"name": "viewportMarginTop",
|
6260
6263
|
"kind": 1024,
|
6261
6264
|
"kindString": "Property",
|
@@ -6279,7 +6282,7 @@
|
|
6279
6282
|
},
|
6280
6283
|
"implementationOf": {
|
6281
6284
|
"type": "reference",
|
6282
|
-
"id":
|
6285
|
+
"id": 681,
|
6283
6286
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6284
6287
|
}
|
6285
6288
|
}
|
@@ -6289,20 +6292,20 @@
|
|
6289
6292
|
"title": "Constructors",
|
6290
6293
|
"kind": 512,
|
6291
6294
|
"children": [
|
6292
|
-
|
6295
|
+
665
|
6293
6296
|
]
|
6294
6297
|
},
|
6295
6298
|
{
|
6296
6299
|
"title": "Properties",
|
6297
6300
|
"kind": 1024,
|
6298
6301
|
"children": [
|
6299
|
-
|
6300
|
-
|
6301
|
-
|
6302
|
-
|
6303
|
-
|
6304
|
-
|
6305
|
-
|
6302
|
+
667,
|
6303
|
+
668,
|
6304
|
+
669,
|
6305
|
+
670,
|
6306
|
+
671,
|
6307
|
+
672,
|
6308
|
+
673
|
6306
6309
|
]
|
6307
6310
|
}
|
6308
6311
|
],
|
@@ -6316,13 +6319,13 @@
|
|
6316
6319
|
"implementedTypes": [
|
6317
6320
|
{
|
6318
6321
|
"type": "reference",
|
6319
|
-
"id":
|
6322
|
+
"id": 674,
|
6320
6323
|
"name": "SkyViewkeeperOptions"
|
6321
6324
|
}
|
6322
6325
|
]
|
6323
6326
|
},
|
6324
6327
|
{
|
6325
|
-
"id":
|
6328
|
+
"id": 682,
|
6326
6329
|
"name": "SkyViewkeeperModule",
|
6327
6330
|
"kind": 128,
|
6328
6331
|
"kindString": "Class",
|
@@ -6347,7 +6350,7 @@
|
|
6347
6350
|
"title": "Constructors",
|
6348
6351
|
"kind": 512,
|
6349
6352
|
"children": [
|
6350
|
-
|
6353
|
+
683
|
6351
6354
|
]
|
6352
6355
|
}
|
6353
6356
|
],
|
@@ -6360,7 +6363,7 @@
|
|
6360
6363
|
]
|
6361
6364
|
},
|
6362
6365
|
{
|
6363
|
-
"id":
|
6366
|
+
"id": 685,
|
6364
6367
|
"name": "SkyViewkeeperService",
|
6365
6368
|
"kind": 128,
|
6366
6369
|
"kindString": "Class",
|
@@ -6384,7 +6387,7 @@
|
|
6384
6387
|
],
|
6385
6388
|
"children": [
|
6386
6389
|
{
|
6387
|
-
"id":
|
6390
|
+
"id": 686,
|
6388
6391
|
"name": "constructor",
|
6389
6392
|
"kind": 512,
|
6390
6393
|
"kindString": "Constructor",
|
@@ -6398,14 +6401,14 @@
|
|
6398
6401
|
],
|
6399
6402
|
"signatures": [
|
6400
6403
|
{
|
6401
|
-
"id":
|
6404
|
+
"id": 687,
|
6402
6405
|
"name": "new SkyViewkeeperService",
|
6403
6406
|
"kind": 16384,
|
6404
6407
|
"kindString": "Constructor signature",
|
6405
6408
|
"flags": {},
|
6406
6409
|
"parameters": [
|
6407
6410
|
{
|
6408
|
-
"id":
|
6411
|
+
"id": 688,
|
6409
6412
|
"name": "hostOptions",
|
6410
6413
|
"kind": 32768,
|
6411
6414
|
"kindString": "Parameter",
|
@@ -6426,21 +6429,21 @@
|
|
6426
6429
|
],
|
6427
6430
|
"type": {
|
6428
6431
|
"type": "reference",
|
6429
|
-
"id":
|
6432
|
+
"id": 664,
|
6430
6433
|
"name": "SkyViewkeeperHostOptions"
|
6431
6434
|
}
|
6432
6435
|
}
|
6433
6436
|
],
|
6434
6437
|
"type": {
|
6435
6438
|
"type": "reference",
|
6436
|
-
"id":
|
6439
|
+
"id": 685,
|
6437
6440
|
"name": "SkyViewkeeperService"
|
6438
6441
|
}
|
6439
6442
|
}
|
6440
6443
|
]
|
6441
6444
|
},
|
6442
6445
|
{
|
6443
|
-
"id":
|
6446
|
+
"id": 689,
|
6444
6447
|
"name": "create",
|
6445
6448
|
"kind": 2048,
|
6446
6449
|
"kindString": "Method",
|
@@ -6456,7 +6459,7 @@
|
|
6456
6459
|
],
|
6457
6460
|
"signatures": [
|
6458
6461
|
{
|
6459
|
-
"id":
|
6462
|
+
"id": 690,
|
6460
6463
|
"name": "create",
|
6461
6464
|
"kind": 4096,
|
6462
6465
|
"kindString": "Call signature",
|
@@ -6464,7 +6467,7 @@
|
|
6464
6467
|
"comment": {},
|
6465
6468
|
"parameters": [
|
6466
6469
|
{
|
6467
|
-
"id":
|
6470
|
+
"id": 691,
|
6468
6471
|
"name": "options",
|
6469
6472
|
"kind": 32768,
|
6470
6473
|
"kindString": "Parameter",
|
@@ -6474,7 +6477,7 @@
|
|
6474
6477
|
},
|
6475
6478
|
"type": {
|
6476
6479
|
"type": "reference",
|
6477
|
-
"id":
|
6480
|
+
"id": 674,
|
6478
6481
|
"name": "SkyViewkeeperOptions"
|
6479
6482
|
}
|
6480
6483
|
}
|
@@ -6487,7 +6490,7 @@
|
|
6487
6490
|
]
|
6488
6491
|
},
|
6489
6492
|
{
|
6490
|
-
"id":
|
6493
|
+
"id": 692,
|
6491
6494
|
"name": "destroy",
|
6492
6495
|
"kind": 2048,
|
6493
6496
|
"kindString": "Method",
|
@@ -6503,7 +6506,7 @@
|
|
6503
6506
|
],
|
6504
6507
|
"signatures": [
|
6505
6508
|
{
|
6506
|
-
"id":
|
6509
|
+
"id": 693,
|
6507
6510
|
"name": "destroy",
|
6508
6511
|
"kind": 4096,
|
6509
6512
|
"kindString": "Call signature",
|
@@ -6513,7 +6516,7 @@
|
|
6513
6516
|
},
|
6514
6517
|
"parameters": [
|
6515
6518
|
{
|
6516
|
-
"id":
|
6519
|
+
"id": 694,
|
6517
6520
|
"name": "vk",
|
6518
6521
|
"kind": 32768,
|
6519
6522
|
"kindString": "Parameter",
|
@@ -6540,15 +6543,15 @@
|
|
6540
6543
|
"title": "Constructors",
|
6541
6544
|
"kind": 512,
|
6542
6545
|
"children": [
|
6543
|
-
|
6546
|
+
686
|
6544
6547
|
]
|
6545
6548
|
},
|
6546
6549
|
{
|
6547
6550
|
"title": "Methods",
|
6548
6551
|
"kind": 2048,
|
6549
6552
|
"children": [
|
6550
|
-
|
6551
|
-
|
6553
|
+
689,
|
6554
|
+
692
|
6552
6555
|
]
|
6553
6556
|
}
|
6554
6557
|
],
|
@@ -7432,7 +7435,7 @@
|
|
7432
7435
|
"flags": {},
|
7433
7436
|
"type": {
|
7434
7437
|
"type": "reference",
|
7435
|
-
"id":
|
7438
|
+
"id": 685,
|
7436
7439
|
"name": "SkyViewkeeperService"
|
7437
7440
|
}
|
7438
7441
|
},
|
@@ -7456,7 +7459,7 @@
|
|
7456
7459
|
],
|
7457
7460
|
"type": {
|
7458
7461
|
"type": "reference",
|
7459
|
-
"id":
|
7462
|
+
"id": 617,
|
7460
7463
|
"name": "SkyScrollableHostService"
|
7461
7464
|
}
|
7462
7465
|
}
|
@@ -7955,14 +7958,14 @@
|
|
7955
7958
|
]
|
7956
7959
|
},
|
7957
7960
|
{
|
7958
|
-
"id":
|
7961
|
+
"id": 644,
|
7959
7962
|
"name": "SkyAppSetTitleArgs",
|
7960
7963
|
"kind": 256,
|
7961
7964
|
"kindString": "Interface",
|
7962
7965
|
"flags": {},
|
7963
7966
|
"children": [
|
7964
7967
|
{
|
7965
|
-
"id":
|
7968
|
+
"id": 645,
|
7966
7969
|
"name": "titleParts",
|
7967
7970
|
"kind": 1024,
|
7968
7971
|
"kindString": "Property",
|
@@ -7988,7 +7991,7 @@
|
|
7988
7991
|
"title": "Properties",
|
7989
7992
|
"kind": 1024,
|
7990
7993
|
"children": [
|
7991
|
-
|
7994
|
+
645
|
7992
7995
|
]
|
7993
7996
|
}
|
7994
7997
|
],
|
@@ -8806,7 +8809,7 @@
|
|
8806
8809
|
]
|
8807
8810
|
},
|
8808
8811
|
{
|
8809
|
-
"id":
|
8812
|
+
"id": 674,
|
8810
8813
|
"name": "SkyViewkeeperOptions",
|
8811
8814
|
"kind": 256,
|
8812
8815
|
"kindString": "Interface",
|
@@ -8816,7 +8819,7 @@
|
|
8816
8819
|
},
|
8817
8820
|
"children": [
|
8818
8821
|
{
|
8819
|
-
"id":
|
8822
|
+
"id": 675,
|
8820
8823
|
"name": "boundaryEl",
|
8821
8824
|
"kind": 1024,
|
8822
8825
|
"kindString": "Property",
|
@@ -8841,7 +8844,7 @@
|
|
8841
8844
|
}
|
8842
8845
|
},
|
8843
8846
|
{
|
8844
|
-
"id":
|
8847
|
+
"id": 676,
|
8845
8848
|
"name": "el",
|
8846
8849
|
"kind": 1024,
|
8847
8850
|
"kindString": "Property",
|
@@ -8866,7 +8869,7 @@
|
|
8866
8869
|
}
|
8867
8870
|
},
|
8868
8871
|
{
|
8869
|
-
"id":
|
8872
|
+
"id": 677,
|
8870
8873
|
"name": "scrollableHost",
|
8871
8874
|
"kind": 1024,
|
8872
8875
|
"kindString": "Property",
|
@@ -8891,7 +8894,7 @@
|
|
8891
8894
|
}
|
8892
8895
|
},
|
8893
8896
|
{
|
8894
|
-
"id":
|
8897
|
+
"id": 678,
|
8895
8898
|
"name": "setWidth",
|
8896
8899
|
"kind": 1024,
|
8897
8900
|
"kindString": "Property",
|
@@ -8914,7 +8917,7 @@
|
|
8914
8917
|
}
|
8915
8918
|
},
|
8916
8919
|
{
|
8917
|
-
"id":
|
8920
|
+
"id": 679,
|
8918
8921
|
"name": "verticalOffset",
|
8919
8922
|
"kind": 1024,
|
8920
8923
|
"kindString": "Property",
|
@@ -8937,7 +8940,7 @@
|
|
8937
8940
|
}
|
8938
8941
|
},
|
8939
8942
|
{
|
8940
|
-
"id":
|
8943
|
+
"id": 680,
|
8941
8944
|
"name": "verticalOffsetEl",
|
8942
8945
|
"kind": 1024,
|
8943
8946
|
"kindString": "Property",
|
@@ -8962,7 +8965,7 @@
|
|
8962
8965
|
}
|
8963
8966
|
},
|
8964
8967
|
{
|
8965
|
-
"id":
|
8968
|
+
"id": 681,
|
8966
8969
|
"name": "viewportMarginTop",
|
8967
8970
|
"kind": 1024,
|
8968
8971
|
"kindString": "Property",
|
@@ -8990,13 +8993,13 @@
|
|
8990
8993
|
"title": "Properties",
|
8991
8994
|
"kind": 1024,
|
8992
8995
|
"children": [
|
8993
|
-
|
8994
|
-
|
8995
|
-
|
8996
|
-
|
8997
|
-
|
8998
|
-
|
8999
|
-
|
8996
|
+
675,
|
8997
|
+
676,
|
8998
|
+
677,
|
8999
|
+
678,
|
9000
|
+
679,
|
9001
|
+
680,
|
9002
|
+
681
|
9000
9003
|
]
|
9001
9004
|
}
|
9002
9005
|
],
|
@@ -9010,7 +9013,7 @@
|
|
9010
9013
|
"implementedBy": [
|
9011
9014
|
{
|
9012
9015
|
"type": "reference",
|
9013
|
-
"id":
|
9016
|
+
"id": 664,
|
9014
9017
|
"name": "SkyViewkeeperHostOptions"
|
9015
9018
|
}
|
9016
9019
|
]
|
@@ -9204,8 +9207,8 @@
|
|
9204
9207
|
140,
|
9205
9208
|
148,
|
9206
9209
|
303,
|
9207
|
-
|
9208
|
-
|
9210
|
+
646,
|
9211
|
+
697,
|
9209
9212
|
63,
|
9210
9213
|
66,
|
9211
9214
|
221,
|
@@ -9227,11 +9230,11 @@
|
|
9227
9230
|
540,
|
9228
9231
|
580,
|
9229
9232
|
563,
|
9230
|
-
|
9231
|
-
|
9232
|
-
|
9233
|
-
|
9234
|
-
|
9233
|
+
617,
|
9234
|
+
653,
|
9235
|
+
664,
|
9236
|
+
682,
|
9237
|
+
685,
|
9235
9238
|
1,
|
9236
9239
|
26,
|
9237
9240
|
34
|
@@ -9244,7 +9247,7 @@
|
|
9244
9247
|
117,
|
9245
9248
|
131,
|
9246
9249
|
134,
|
9247
|
-
|
9250
|
+
644,
|
9248
9251
|
218,
|
9249
9252
|
235,
|
9250
9253
|
241,
|
@@ -9252,7 +9255,7 @@
|
|
9252
9255
|
111,
|
9253
9256
|
413,
|
9254
9257
|
482,
|
9255
|
-
|
9258
|
+
674
|
9256
9259
|
]
|
9257
9260
|
},
|
9258
9261
|
{
|