@skyux/core 7.8.1 → 7.9.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 +87 -87
- package/esm2020/index.mjs +3 -1
- package/esm2020/lib/modules/dock/dock.component.mjs +2 -2
- package/esm2020/lib/modules/overlay/overlay.component.mjs +14 -3
- package/esm2020/lib/modules/stacking-context/stacking-context-token.mjs +6 -0
- package/esm2020/lib/modules/stacking-context/stacking-context.mjs +2 -0
- package/fesm2015/skyux-core.mjs +19 -4
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +19 -4
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/modules/stacking-context/stacking-context-token.d.ts +6 -0
- package/lib/modules/stacking-context/stacking-context.d.ts +7 -0
- package/package.json +2 -2
package/documentation.json
CHANGED
@@ -1465,7 +1465,7 @@
|
|
1465
1465
|
]
|
1466
1466
|
},
|
1467
1467
|
{
|
1468
|
-
"id":
|
1468
|
+
"id": 724,
|
1469
1469
|
"name": "SkyAppTitleService",
|
1470
1470
|
"kind": 128,
|
1471
1471
|
"kindString": "Class",
|
@@ -1489,7 +1489,7 @@
|
|
1489
1489
|
],
|
1490
1490
|
"children": [
|
1491
1491
|
{
|
1492
|
-
"id":
|
1492
|
+
"id": 725,
|
1493
1493
|
"name": "constructor",
|
1494
1494
|
"kind": 512,
|
1495
1495
|
"kindString": "Constructor",
|
@@ -1503,14 +1503,14 @@
|
|
1503
1503
|
],
|
1504
1504
|
"signatures": [
|
1505
1505
|
{
|
1506
|
-
"id":
|
1506
|
+
"id": 726,
|
1507
1507
|
"name": "new SkyAppTitleService",
|
1508
1508
|
"kind": 16384,
|
1509
1509
|
"kindString": "Constructor signature",
|
1510
1510
|
"flags": {},
|
1511
1511
|
"parameters": [
|
1512
1512
|
{
|
1513
|
-
"id":
|
1513
|
+
"id": 727,
|
1514
1514
|
"name": "title",
|
1515
1515
|
"kind": 32768,
|
1516
1516
|
"kindString": "Parameter",
|
@@ -1525,14 +1525,14 @@
|
|
1525
1525
|
],
|
1526
1526
|
"type": {
|
1527
1527
|
"type": "reference",
|
1528
|
-
"id":
|
1528
|
+
"id": 724,
|
1529
1529
|
"name": "SkyAppTitleService"
|
1530
1530
|
}
|
1531
1531
|
}
|
1532
1532
|
]
|
1533
1533
|
},
|
1534
1534
|
{
|
1535
|
-
"id":
|
1535
|
+
"id": 729,
|
1536
1536
|
"name": "setTitle",
|
1537
1537
|
"kind": 2048,
|
1538
1538
|
"kindString": "Method",
|
@@ -1548,7 +1548,7 @@
|
|
1548
1548
|
],
|
1549
1549
|
"signatures": [
|
1550
1550
|
{
|
1551
|
-
"id":
|
1551
|
+
"id": 730,
|
1552
1552
|
"name": "setTitle",
|
1553
1553
|
"kind": 4096,
|
1554
1554
|
"kindString": "Call signature",
|
@@ -1558,7 +1558,7 @@
|
|
1558
1558
|
},
|
1559
1559
|
"parameters": [
|
1560
1560
|
{
|
1561
|
-
"id":
|
1561
|
+
"id": 731,
|
1562
1562
|
"name": "args",
|
1563
1563
|
"kind": 32768,
|
1564
1564
|
"kindString": "Parameter",
|
@@ -1568,7 +1568,7 @@
|
|
1568
1568
|
},
|
1569
1569
|
"type": {
|
1570
1570
|
"type": "reference",
|
1571
|
-
"id":
|
1571
|
+
"id": 722,
|
1572
1572
|
"name": "SkyAppSetTitleArgs"
|
1573
1573
|
}
|
1574
1574
|
}
|
@@ -1586,14 +1586,14 @@
|
|
1586
1586
|
"title": "Constructors",
|
1587
1587
|
"kind": 512,
|
1588
1588
|
"children": [
|
1589
|
-
|
1589
|
+
725
|
1590
1590
|
]
|
1591
1591
|
},
|
1592
1592
|
{
|
1593
1593
|
"title": "Methods",
|
1594
1594
|
"kind": 2048,
|
1595
1595
|
"children": [
|
1596
|
-
|
1596
|
+
729
|
1597
1597
|
]
|
1598
1598
|
}
|
1599
1599
|
],
|
@@ -1606,7 +1606,7 @@
|
|
1606
1606
|
]
|
1607
1607
|
},
|
1608
1608
|
{
|
1609
|
-
"id":
|
1609
|
+
"id": 780,
|
1610
1610
|
"name": "SkyAppWindowRef",
|
1611
1611
|
"kind": 128,
|
1612
1612
|
"kindString": "Class",
|
@@ -1630,7 +1630,7 @@
|
|
1630
1630
|
],
|
1631
1631
|
"children": [
|
1632
1632
|
{
|
1633
|
-
"id":
|
1633
|
+
"id": 783,
|
1634
1634
|
"name": "nativeWindow",
|
1635
1635
|
"kind": 262144,
|
1636
1636
|
"kindString": "Accessor",
|
@@ -1646,7 +1646,7 @@
|
|
1646
1646
|
],
|
1647
1647
|
"getSignature": [
|
1648
1648
|
{
|
1649
|
-
"id":
|
1649
|
+
"id": 784,
|
1650
1650
|
"name": "nativeWindow",
|
1651
1651
|
"kind": 524288,
|
1652
1652
|
"kindString": "Get signature",
|
@@ -1667,14 +1667,14 @@
|
|
1667
1667
|
"title": "Constructors",
|
1668
1668
|
"kind": 512,
|
1669
1669
|
"children": [
|
1670
|
-
|
1670
|
+
781
|
1671
1671
|
]
|
1672
1672
|
},
|
1673
1673
|
{
|
1674
1674
|
"title": "Accessors",
|
1675
1675
|
"kind": 262144,
|
1676
1676
|
"children": [
|
1677
|
-
|
1677
|
+
783
|
1678
1678
|
]
|
1679
1679
|
}
|
1680
1680
|
],
|
@@ -5549,7 +5549,7 @@
|
|
5549
5549
|
"flags": {},
|
5550
5550
|
"type": {
|
5551
5551
|
"type": "reference",
|
5552
|
-
"id":
|
5552
|
+
"id": 780,
|
5553
5553
|
"name": "SkyAppWindowRef"
|
5554
5554
|
}
|
5555
5555
|
},
|
@@ -5809,7 +5809,7 @@
|
|
5809
5809
|
]
|
5810
5810
|
},
|
5811
5811
|
{
|
5812
|
-
"id":
|
5812
|
+
"id": 732,
|
5813
5813
|
"name": "SkyTrimModule",
|
5814
5814
|
"kind": 128,
|
5815
5815
|
"kindString": "Class",
|
@@ -5834,7 +5834,7 @@
|
|
5834
5834
|
"title": "Constructors",
|
5835
5835
|
"kind": 512,
|
5836
5836
|
"children": [
|
5837
|
-
|
5837
|
+
733
|
5838
5838
|
]
|
5839
5839
|
}
|
5840
5840
|
],
|
@@ -5847,7 +5847,7 @@
|
|
5847
5847
|
]
|
5848
5848
|
},
|
5849
5849
|
{
|
5850
|
-
"id":
|
5850
|
+
"id": 735,
|
5851
5851
|
"name": "SkyUIConfigService",
|
5852
5852
|
"kind": 128,
|
5853
5853
|
"kindString": "Class",
|
@@ -5868,7 +5868,7 @@
|
|
5868
5868
|
],
|
5869
5869
|
"children": [
|
5870
5870
|
{
|
5871
|
-
"id":
|
5871
|
+
"id": 738,
|
5872
5872
|
"name": "getConfig",
|
5873
5873
|
"kind": 2048,
|
5874
5874
|
"kindString": "Method",
|
@@ -5884,14 +5884,14 @@
|
|
5884
5884
|
],
|
5885
5885
|
"signatures": [
|
5886
5886
|
{
|
5887
|
-
"id":
|
5887
|
+
"id": 739,
|
5888
5888
|
"name": "getConfig",
|
5889
5889
|
"kind": 4096,
|
5890
5890
|
"kindString": "Call signature",
|
5891
5891
|
"flags": {},
|
5892
5892
|
"parameters": [
|
5893
5893
|
{
|
5894
|
-
"id":
|
5894
|
+
"id": 740,
|
5895
5895
|
"name": "key",
|
5896
5896
|
"kind": 32768,
|
5897
5897
|
"kindString": "Parameter",
|
@@ -5902,7 +5902,7 @@
|
|
5902
5902
|
}
|
5903
5903
|
},
|
5904
5904
|
{
|
5905
|
-
"id":
|
5905
|
+
"id": 741,
|
5906
5906
|
"name": "defaultConfig",
|
5907
5907
|
"kind": 32768,
|
5908
5908
|
"kindString": "Parameter",
|
@@ -5931,7 +5931,7 @@
|
|
5931
5931
|
]
|
5932
5932
|
},
|
5933
5933
|
{
|
5934
|
-
"id":
|
5934
|
+
"id": 742,
|
5935
5935
|
"name": "setConfig",
|
5936
5936
|
"kind": 2048,
|
5937
5937
|
"kindString": "Method",
|
@@ -5947,14 +5947,14 @@
|
|
5947
5947
|
],
|
5948
5948
|
"signatures": [
|
5949
5949
|
{
|
5950
|
-
"id":
|
5950
|
+
"id": 743,
|
5951
5951
|
"name": "setConfig",
|
5952
5952
|
"kind": 4096,
|
5953
5953
|
"kindString": "Call signature",
|
5954
5954
|
"flags": {},
|
5955
5955
|
"parameters": [
|
5956
5956
|
{
|
5957
|
-
"id":
|
5957
|
+
"id": 744,
|
5958
5958
|
"name": "key",
|
5959
5959
|
"kind": 32768,
|
5960
5960
|
"kindString": "Parameter",
|
@@ -5965,7 +5965,7 @@
|
|
5965
5965
|
}
|
5966
5966
|
},
|
5967
5967
|
{
|
5968
|
-
"id":
|
5968
|
+
"id": 745,
|
5969
5969
|
"name": "value",
|
5970
5970
|
"kind": 32768,
|
5971
5971
|
"kindString": "Parameter",
|
@@ -5997,15 +5997,15 @@
|
|
5997
5997
|
"title": "Constructors",
|
5998
5998
|
"kind": 512,
|
5999
5999
|
"children": [
|
6000
|
-
|
6000
|
+
736
|
6001
6001
|
]
|
6002
6002
|
},
|
6003
6003
|
{
|
6004
6004
|
"title": "Methods",
|
6005
6005
|
"kind": 2048,
|
6006
6006
|
"children": [
|
6007
|
-
|
6008
|
-
|
6007
|
+
738,
|
6008
|
+
742
|
6009
6009
|
]
|
6010
6010
|
}
|
6011
6011
|
],
|
@@ -6018,7 +6018,7 @@
|
|
6018
6018
|
]
|
6019
6019
|
},
|
6020
6020
|
{
|
6021
|
-
"id":
|
6021
|
+
"id": 746,
|
6022
6022
|
"name": "SkyViewkeeperHostOptions",
|
6023
6023
|
"kind": 128,
|
6024
6024
|
"kindString": "Class",
|
@@ -6037,7 +6037,7 @@
|
|
6037
6037
|
],
|
6038
6038
|
"children": [
|
6039
6039
|
{
|
6040
|
-
"id":
|
6040
|
+
"id": 749,
|
6041
6041
|
"name": "boundaryEl",
|
6042
6042
|
"kind": 1024,
|
6043
6043
|
"kindString": "Property",
|
@@ -6063,12 +6063,12 @@
|
|
6063
6063
|
},
|
6064
6064
|
"implementationOf": {
|
6065
6065
|
"type": "reference",
|
6066
|
-
"id":
|
6066
|
+
"id": 757,
|
6067
6067
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
6068
6068
|
}
|
6069
6069
|
},
|
6070
6070
|
{
|
6071
|
-
"id":
|
6071
|
+
"id": 750,
|
6072
6072
|
"name": "el",
|
6073
6073
|
"kind": 1024,
|
6074
6074
|
"kindString": "Property",
|
@@ -6094,12 +6094,12 @@
|
|
6094
6094
|
},
|
6095
6095
|
"implementationOf": {
|
6096
6096
|
"type": "reference",
|
6097
|
-
"id":
|
6097
|
+
"id": 758,
|
6098
6098
|
"name": "SkyViewkeeperOptions.el"
|
6099
6099
|
}
|
6100
6100
|
},
|
6101
6101
|
{
|
6102
|
-
"id":
|
6102
|
+
"id": 751,
|
6103
6103
|
"name": "scrollableHost",
|
6104
6104
|
"kind": 1024,
|
6105
6105
|
"kindString": "Property",
|
@@ -6125,12 +6125,12 @@
|
|
6125
6125
|
},
|
6126
6126
|
"implementationOf": {
|
6127
6127
|
"type": "reference",
|
6128
|
-
"id":
|
6128
|
+
"id": 759,
|
6129
6129
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
6130
6130
|
}
|
6131
6131
|
},
|
6132
6132
|
{
|
6133
|
-
"id":
|
6133
|
+
"id": 752,
|
6134
6134
|
"name": "setWidth",
|
6135
6135
|
"kind": 1024,
|
6136
6136
|
"kindString": "Property",
|
@@ -6154,12 +6154,12 @@
|
|
6154
6154
|
},
|
6155
6155
|
"implementationOf": {
|
6156
6156
|
"type": "reference",
|
6157
|
-
"id":
|
6157
|
+
"id": 760,
|
6158
6158
|
"name": "SkyViewkeeperOptions.setWidth"
|
6159
6159
|
}
|
6160
6160
|
},
|
6161
6161
|
{
|
6162
|
-
"id":
|
6162
|
+
"id": 753,
|
6163
6163
|
"name": "verticalOffset",
|
6164
6164
|
"kind": 1024,
|
6165
6165
|
"kindString": "Property",
|
@@ -6183,12 +6183,12 @@
|
|
6183
6183
|
},
|
6184
6184
|
"implementationOf": {
|
6185
6185
|
"type": "reference",
|
6186
|
-
"id":
|
6186
|
+
"id": 761,
|
6187
6187
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6188
6188
|
}
|
6189
6189
|
},
|
6190
6190
|
{
|
6191
|
-
"id":
|
6191
|
+
"id": 754,
|
6192
6192
|
"name": "verticalOffsetEl",
|
6193
6193
|
"kind": 1024,
|
6194
6194
|
"kindString": "Property",
|
@@ -6214,12 +6214,12 @@
|
|
6214
6214
|
},
|
6215
6215
|
"implementationOf": {
|
6216
6216
|
"type": "reference",
|
6217
|
-
"id":
|
6217
|
+
"id": 762,
|
6218
6218
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6219
6219
|
}
|
6220
6220
|
},
|
6221
6221
|
{
|
6222
|
-
"id":
|
6222
|
+
"id": 755,
|
6223
6223
|
"name": "viewportMarginTop",
|
6224
6224
|
"kind": 1024,
|
6225
6225
|
"kindString": "Property",
|
@@ -6243,7 +6243,7 @@
|
|
6243
6243
|
},
|
6244
6244
|
"implementationOf": {
|
6245
6245
|
"type": "reference",
|
6246
|
-
"id":
|
6246
|
+
"id": 763,
|
6247
6247
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6248
6248
|
}
|
6249
6249
|
}
|
@@ -6253,20 +6253,20 @@
|
|
6253
6253
|
"title": "Constructors",
|
6254
6254
|
"kind": 512,
|
6255
6255
|
"children": [
|
6256
|
-
|
6256
|
+
747
|
6257
6257
|
]
|
6258
6258
|
},
|
6259
6259
|
{
|
6260
6260
|
"title": "Properties",
|
6261
6261
|
"kind": 1024,
|
6262
6262
|
"children": [
|
6263
|
-
746,
|
6264
|
-
747,
|
6265
|
-
748,
|
6266
6263
|
749,
|
6267
6264
|
750,
|
6268
6265
|
751,
|
6269
|
-
752
|
6266
|
+
752,
|
6267
|
+
753,
|
6268
|
+
754,
|
6269
|
+
755
|
6270
6270
|
]
|
6271
6271
|
}
|
6272
6272
|
],
|
@@ -6280,13 +6280,13 @@
|
|
6280
6280
|
"implementedTypes": [
|
6281
6281
|
{
|
6282
6282
|
"type": "reference",
|
6283
|
-
"id":
|
6283
|
+
"id": 756,
|
6284
6284
|
"name": "SkyViewkeeperOptions"
|
6285
6285
|
}
|
6286
6286
|
]
|
6287
6287
|
},
|
6288
6288
|
{
|
6289
|
-
"id":
|
6289
|
+
"id": 764,
|
6290
6290
|
"name": "SkyViewkeeperModule",
|
6291
6291
|
"kind": 128,
|
6292
6292
|
"kindString": "Class",
|
@@ -6311,7 +6311,7 @@
|
|
6311
6311
|
"title": "Constructors",
|
6312
6312
|
"kind": 512,
|
6313
6313
|
"children": [
|
6314
|
-
|
6314
|
+
765
|
6315
6315
|
]
|
6316
6316
|
}
|
6317
6317
|
],
|
@@ -6324,7 +6324,7 @@
|
|
6324
6324
|
]
|
6325
6325
|
},
|
6326
6326
|
{
|
6327
|
-
"id":
|
6327
|
+
"id": 767,
|
6328
6328
|
"name": "SkyViewkeeperService",
|
6329
6329
|
"kind": 128,
|
6330
6330
|
"kindString": "Class",
|
@@ -6348,7 +6348,7 @@
|
|
6348
6348
|
],
|
6349
6349
|
"children": [
|
6350
6350
|
{
|
6351
|
-
"id":
|
6351
|
+
"id": 768,
|
6352
6352
|
"name": "constructor",
|
6353
6353
|
"kind": 512,
|
6354
6354
|
"kindString": "Constructor",
|
@@ -6362,14 +6362,14 @@
|
|
6362
6362
|
],
|
6363
6363
|
"signatures": [
|
6364
6364
|
{
|
6365
|
-
"id":
|
6365
|
+
"id": 769,
|
6366
6366
|
"name": "new SkyViewkeeperService",
|
6367
6367
|
"kind": 16384,
|
6368
6368
|
"kindString": "Constructor signature",
|
6369
6369
|
"flags": {},
|
6370
6370
|
"parameters": [
|
6371
6371
|
{
|
6372
|
-
"id":
|
6372
|
+
"id": 770,
|
6373
6373
|
"name": "hostOptions",
|
6374
6374
|
"kind": 32768,
|
6375
6375
|
"kindString": "Parameter",
|
@@ -6390,21 +6390,21 @@
|
|
6390
6390
|
],
|
6391
6391
|
"type": {
|
6392
6392
|
"type": "reference",
|
6393
|
-
"id":
|
6393
|
+
"id": 746,
|
6394
6394
|
"name": "SkyViewkeeperHostOptions"
|
6395
6395
|
}
|
6396
6396
|
}
|
6397
6397
|
],
|
6398
6398
|
"type": {
|
6399
6399
|
"type": "reference",
|
6400
|
-
"id":
|
6400
|
+
"id": 767,
|
6401
6401
|
"name": "SkyViewkeeperService"
|
6402
6402
|
}
|
6403
6403
|
}
|
6404
6404
|
]
|
6405
6405
|
},
|
6406
6406
|
{
|
6407
|
-
"id":
|
6407
|
+
"id": 772,
|
6408
6408
|
"name": "create",
|
6409
6409
|
"kind": 2048,
|
6410
6410
|
"kindString": "Method",
|
@@ -6420,7 +6420,7 @@
|
|
6420
6420
|
],
|
6421
6421
|
"signatures": [
|
6422
6422
|
{
|
6423
|
-
"id":
|
6423
|
+
"id": 773,
|
6424
6424
|
"name": "create",
|
6425
6425
|
"kind": 4096,
|
6426
6426
|
"kindString": "Call signature",
|
@@ -6428,7 +6428,7 @@
|
|
6428
6428
|
"comment": {},
|
6429
6429
|
"parameters": [
|
6430
6430
|
{
|
6431
|
-
"id":
|
6431
|
+
"id": 774,
|
6432
6432
|
"name": "options",
|
6433
6433
|
"kind": 32768,
|
6434
6434
|
"kindString": "Parameter",
|
@@ -6438,7 +6438,7 @@
|
|
6438
6438
|
},
|
6439
6439
|
"type": {
|
6440
6440
|
"type": "reference",
|
6441
|
-
"id":
|
6441
|
+
"id": 756,
|
6442
6442
|
"name": "SkyViewkeeperOptions"
|
6443
6443
|
}
|
6444
6444
|
}
|
@@ -6451,7 +6451,7 @@
|
|
6451
6451
|
]
|
6452
6452
|
},
|
6453
6453
|
{
|
6454
|
-
"id":
|
6454
|
+
"id": 775,
|
6455
6455
|
"name": "destroy",
|
6456
6456
|
"kind": 2048,
|
6457
6457
|
"kindString": "Method",
|
@@ -6467,7 +6467,7 @@
|
|
6467
6467
|
],
|
6468
6468
|
"signatures": [
|
6469
6469
|
{
|
6470
|
-
"id":
|
6470
|
+
"id": 776,
|
6471
6471
|
"name": "destroy",
|
6472
6472
|
"kind": 4096,
|
6473
6473
|
"kindString": "Call signature",
|
@@ -6477,7 +6477,7 @@
|
|
6477
6477
|
},
|
6478
6478
|
"parameters": [
|
6479
6479
|
{
|
6480
|
-
"id":
|
6480
|
+
"id": 777,
|
6481
6481
|
"name": "vk",
|
6482
6482
|
"kind": 32768,
|
6483
6483
|
"kindString": "Parameter",
|
@@ -6504,15 +6504,15 @@
|
|
6504
6504
|
"title": "Constructors",
|
6505
6505
|
"kind": 512,
|
6506
6506
|
"children": [
|
6507
|
-
|
6507
|
+
768
|
6508
6508
|
]
|
6509
6509
|
},
|
6510
6510
|
{
|
6511
6511
|
"title": "Methods",
|
6512
6512
|
"kind": 2048,
|
6513
6513
|
"children": [
|
6514
|
-
|
6515
|
-
|
6514
|
+
772,
|
6515
|
+
775
|
6516
6516
|
]
|
6517
6517
|
}
|
6518
6518
|
],
|
@@ -7452,7 +7452,7 @@
|
|
7452
7452
|
"flags": {},
|
7453
7453
|
"type": {
|
7454
7454
|
"type": "reference",
|
7455
|
-
"id":
|
7455
|
+
"id": 767,
|
7456
7456
|
"name": "SkyViewkeeperService"
|
7457
7457
|
}
|
7458
7458
|
},
|
@@ -8288,14 +8288,14 @@
|
|
8288
8288
|
]
|
8289
8289
|
},
|
8290
8290
|
{
|
8291
|
-
"id":
|
8291
|
+
"id": 722,
|
8292
8292
|
"name": "SkyAppSetTitleArgs",
|
8293
8293
|
"kind": 256,
|
8294
8294
|
"kindString": "Interface",
|
8295
8295
|
"flags": {},
|
8296
8296
|
"children": [
|
8297
8297
|
{
|
8298
|
-
"id":
|
8298
|
+
"id": 723,
|
8299
8299
|
"name": "titleParts",
|
8300
8300
|
"kind": 1024,
|
8301
8301
|
"kindString": "Property",
|
@@ -8321,7 +8321,7 @@
|
|
8321
8321
|
"title": "Properties",
|
8322
8322
|
"kind": 1024,
|
8323
8323
|
"children": [
|
8324
|
-
|
8324
|
+
723
|
8325
8325
|
]
|
8326
8326
|
}
|
8327
8327
|
],
|
@@ -9220,7 +9220,7 @@
|
|
9220
9220
|
]
|
9221
9221
|
},
|
9222
9222
|
{
|
9223
|
-
"id":
|
9223
|
+
"id": 756,
|
9224
9224
|
"name": "SkyViewkeeperOptions",
|
9225
9225
|
"kind": 256,
|
9226
9226
|
"kindString": "Interface",
|
@@ -9230,7 +9230,7 @@
|
|
9230
9230
|
},
|
9231
9231
|
"children": [
|
9232
9232
|
{
|
9233
|
-
"id":
|
9233
|
+
"id": 757,
|
9234
9234
|
"name": "boundaryEl",
|
9235
9235
|
"kind": 1024,
|
9236
9236
|
"kindString": "Property",
|
@@ -9255,7 +9255,7 @@
|
|
9255
9255
|
}
|
9256
9256
|
},
|
9257
9257
|
{
|
9258
|
-
"id":
|
9258
|
+
"id": 758,
|
9259
9259
|
"name": "el",
|
9260
9260
|
"kind": 1024,
|
9261
9261
|
"kindString": "Property",
|
@@ -9280,7 +9280,7 @@
|
|
9280
9280
|
}
|
9281
9281
|
},
|
9282
9282
|
{
|
9283
|
-
"id":
|
9283
|
+
"id": 759,
|
9284
9284
|
"name": "scrollableHost",
|
9285
9285
|
"kind": 1024,
|
9286
9286
|
"kindString": "Property",
|
@@ -9305,7 +9305,7 @@
|
|
9305
9305
|
}
|
9306
9306
|
},
|
9307
9307
|
{
|
9308
|
-
"id":
|
9308
|
+
"id": 760,
|
9309
9309
|
"name": "setWidth",
|
9310
9310
|
"kind": 1024,
|
9311
9311
|
"kindString": "Property",
|
@@ -9328,7 +9328,7 @@
|
|
9328
9328
|
}
|
9329
9329
|
},
|
9330
9330
|
{
|
9331
|
-
"id":
|
9331
|
+
"id": 761,
|
9332
9332
|
"name": "verticalOffset",
|
9333
9333
|
"kind": 1024,
|
9334
9334
|
"kindString": "Property",
|
@@ -9351,7 +9351,7 @@
|
|
9351
9351
|
}
|
9352
9352
|
},
|
9353
9353
|
{
|
9354
|
-
"id":
|
9354
|
+
"id": 762,
|
9355
9355
|
"name": "verticalOffsetEl",
|
9356
9356
|
"kind": 1024,
|
9357
9357
|
"kindString": "Property",
|
@@ -9376,7 +9376,7 @@
|
|
9376
9376
|
}
|
9377
9377
|
},
|
9378
9378
|
{
|
9379
|
-
"id":
|
9379
|
+
"id": 763,
|
9380
9380
|
"name": "viewportMarginTop",
|
9381
9381
|
"kind": 1024,
|
9382
9382
|
"kindString": "Property",
|
@@ -9404,13 +9404,13 @@
|
|
9404
9404
|
"title": "Properties",
|
9405
9405
|
"kind": 1024,
|
9406
9406
|
"children": [
|
9407
|
-
754,
|
9408
|
-
755,
|
9409
|
-
756,
|
9410
9407
|
757,
|
9411
9408
|
758,
|
9412
9409
|
759,
|
9413
|
-
760
|
9410
|
+
760,
|
9411
|
+
761,
|
9412
|
+
762,
|
9413
|
+
763
|
9414
9414
|
]
|
9415
9415
|
}
|
9416
9416
|
],
|
@@ -9424,7 +9424,7 @@
|
|
9424
9424
|
"implementedBy": [
|
9425
9425
|
{
|
9426
9426
|
"type": "reference",
|
9427
|
-
"id":
|
9427
|
+
"id": 746,
|
9428
9428
|
"name": "SkyViewkeeperHostOptions"
|
9429
9429
|
}
|
9430
9430
|
]
|