@skyux/core 5.9.7 → 5.10.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.
Files changed (33) hide show
  1. package/bundles/skyux-core-testing.umd.js +30 -0
  2. package/bundles/skyux-core.umd.js +1000 -980
  3. package/documentation.json +104 -104
  4. package/esm2015/lib/modules/adapter-service/adapter.service.js +10 -6
  5. package/esm2015/lib/modules/adapter-service/adapter.service.js.map +1 -1
  6. package/esm2015/lib/modules/affix/affix.service.js +6 -2
  7. package/esm2015/lib/modules/affix/affix.service.js.map +1 -1
  8. package/esm2015/lib/modules/resize-observer/resize-observer-media-query.service.js +28 -21
  9. package/esm2015/lib/modules/resize-observer/resize-observer-media-query.service.js.map +1 -1
  10. package/esm2015/lib/modules/resize-observer/resize-observer.service.js +16 -10
  11. package/esm2015/lib/modules/resize-observer/resize-observer.service.js.map +1 -1
  12. package/esm2015/lib/modules/scrollable-host/scrollable-host.service.js +28 -25
  13. package/esm2015/lib/modules/scrollable-host/scrollable-host.service.js.map +1 -1
  14. package/esm2015/testing/core-testing.module.js +29 -0
  15. package/esm2015/testing/core-testing.module.js.map +1 -0
  16. package/esm2015/testing/mock-media-query.service.js +2 -0
  17. package/esm2015/testing/mock-media-query.service.js.map +1 -1
  18. package/esm2015/testing/mock-ui-config.service.js.map +1 -1
  19. package/esm2015/testing/public-api.js +1 -0
  20. package/esm2015/testing/public-api.js.map +1 -1
  21. package/fesm2015/skyux-core-testing.js +28 -2
  22. package/fesm2015/skyux-core-testing.js.map +1 -1
  23. package/fesm2015/skyux-core.js +85 -64
  24. package/fesm2015/skyux-core.js.map +1 -1
  25. package/lib/modules/adapter-service/adapter.service.d.ts +1 -1
  26. package/lib/modules/affix/affix.service.d.ts +1 -1
  27. package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +1 -4
  28. package/lib/modules/resize-observer/resize-observer.service.d.ts +1 -2
  29. package/lib/modules/scrollable-host/scrollable-host.service.d.ts +7 -4
  30. package/package.json +2 -2
  31. package/testing/core-testing.module.d.ts +6 -0
  32. package/testing/mock-ui-config.service.d.ts +2 -1
  33. package/testing/public-api.d.ts +1 -0
@@ -1444,7 +1444,7 @@
1444
1444
  ]
1445
1445
  },
1446
1446
  {
1447
- "id": 606,
1447
+ "id": 609,
1448
1448
  "name": "SkyAppTitleService",
1449
1449
  "kind": 128,
1450
1450
  "kindString": "Class",
@@ -1468,7 +1468,7 @@
1468
1468
  ],
1469
1469
  "children": [
1470
1470
  {
1471
- "id": 607,
1471
+ "id": 610,
1472
1472
  "name": "constructor",
1473
1473
  "kind": 512,
1474
1474
  "kindString": "Constructor",
@@ -1482,14 +1482,14 @@
1482
1482
  ],
1483
1483
  "signatures": [
1484
1484
  {
1485
- "id": 608,
1485
+ "id": 611,
1486
1486
  "name": "new SkyAppTitleService",
1487
1487
  "kind": 16384,
1488
1488
  "kindString": "Constructor signature",
1489
1489
  "flags": {},
1490
1490
  "parameters": [
1491
1491
  {
1492
- "id": 609,
1492
+ "id": 612,
1493
1493
  "name": "title",
1494
1494
  "kind": 32768,
1495
1495
  "kindString": "Parameter",
@@ -1504,14 +1504,14 @@
1504
1504
  ],
1505
1505
  "type": {
1506
1506
  "type": "reference",
1507
- "id": 606,
1507
+ "id": 609,
1508
1508
  "name": "SkyAppTitleService"
1509
1509
  }
1510
1510
  }
1511
1511
  ]
1512
1512
  },
1513
1513
  {
1514
- "id": 610,
1514
+ "id": 613,
1515
1515
  "name": "setTitle",
1516
1516
  "kind": 2048,
1517
1517
  "kindString": "Method",
@@ -1527,7 +1527,7 @@
1527
1527
  ],
1528
1528
  "signatures": [
1529
1529
  {
1530
- "id": 611,
1530
+ "id": 614,
1531
1531
  "name": "setTitle",
1532
1532
  "kind": 4096,
1533
1533
  "kindString": "Call signature",
@@ -1537,7 +1537,7 @@
1537
1537
  },
1538
1538
  "parameters": [
1539
1539
  {
1540
- "id": 612,
1540
+ "id": 615,
1541
1541
  "name": "args",
1542
1542
  "kind": 32768,
1543
1543
  "kindString": "Parameter",
@@ -1547,7 +1547,7 @@
1547
1547
  },
1548
1548
  "type": {
1549
1549
  "type": "reference",
1550
- "id": 604,
1550
+ "id": 607,
1551
1551
  "name": "SkyAppSetTitleArgs"
1552
1552
  }
1553
1553
  }
@@ -1565,14 +1565,14 @@
1565
1565
  "title": "Constructors",
1566
1566
  "kind": 512,
1567
1567
  "children": [
1568
- 607
1568
+ 610
1569
1569
  ]
1570
1570
  },
1571
1571
  {
1572
1572
  "title": "Methods",
1573
1573
  "kind": 2048,
1574
1574
  "children": [
1575
- 610
1575
+ 613
1576
1576
  ]
1577
1577
  }
1578
1578
  ],
@@ -1585,7 +1585,7 @@
1585
1585
  ]
1586
1586
  },
1587
1587
  {
1588
- "id": 657,
1588
+ "id": 660,
1589
1589
  "name": "SkyAppWindowRef",
1590
1590
  "kind": 128,
1591
1591
  "kindString": "Class",
@@ -1609,7 +1609,7 @@
1609
1609
  ],
1610
1610
  "children": [
1611
1611
  {
1612
- "id": 660,
1612
+ "id": 663,
1613
1613
  "name": "nativeWindow",
1614
1614
  "kind": 262144,
1615
1615
  "kindString": "Accessor",
@@ -1625,7 +1625,7 @@
1625
1625
  ],
1626
1626
  "getSignature": [
1627
1627
  {
1628
- "id": 661,
1628
+ "id": 664,
1629
1629
  "name": "nativeWindow",
1630
1630
  "kind": 524288,
1631
1631
  "kindString": "Get signature",
@@ -1646,14 +1646,14 @@
1646
1646
  "title": "Constructors",
1647
1647
  "kind": 512,
1648
1648
  "children": [
1649
- 658
1649
+ 661
1650
1650
  ]
1651
1651
  },
1652
1652
  {
1653
1653
  "title": "Accessors",
1654
1654
  "kind": 262144,
1655
1655
  "children": [
1656
- 660
1656
+ 663
1657
1657
  ]
1658
1658
  }
1659
1659
  ],
@@ -2122,7 +2122,7 @@
2122
2122
  "sources": [
2123
2123
  {
2124
2124
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2125
- "line": 230,
2125
+ "line": 229,
2126
2126
  "character": 9
2127
2127
  }
2128
2128
  ],
@@ -2263,7 +2263,7 @@
2263
2263
  "sources": [
2264
2264
  {
2265
2265
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2266
- "line": 247,
2266
+ "line": 246,
2267
2267
  "character": 9
2268
2268
  }
2269
2269
  ],
@@ -3068,7 +3068,7 @@
3068
3068
  "flags": {},
3069
3069
  "type": {
3070
3070
  "type": "reference",
3071
- "id": 657,
3071
+ "id": 660,
3072
3072
  "name": "SkyAppWindowRef"
3073
3073
  }
3074
3074
  },
@@ -5259,7 +5259,7 @@
5259
5259
  "sources": [
5260
5260
  {
5261
5261
  "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5262
- "line": 53,
5262
+ "line": 57,
5263
5263
  "character": 2
5264
5264
  }
5265
5265
  ],
@@ -5336,7 +5336,7 @@
5336
5336
  "sources": [
5337
5337
  {
5338
5338
  "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5339
- "line": 60,
5339
+ "line": 64,
5340
5340
  "character": 9
5341
5341
  }
5342
5342
  ],
@@ -5373,7 +5373,7 @@
5373
5373
  "sources": [
5374
5374
  {
5375
5375
  "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5376
- "line": 78,
5376
+ "line": 82,
5377
5377
  "character": 9
5378
5378
  }
5379
5379
  ],
@@ -5427,7 +5427,7 @@
5427
5427
  "sources": [
5428
5428
  {
5429
5429
  "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5430
- "line": 110,
5430
+ "line": 118,
5431
5431
  "character": 9
5432
5432
  }
5433
5433
  ],
@@ -5475,7 +5475,7 @@
5475
5475
  "sources": [
5476
5476
  {
5477
5477
  "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5478
- "line": 103,
5478
+ "line": 111,
5479
5479
  "character": 9
5480
5480
  }
5481
5481
  ],
@@ -5572,7 +5572,7 @@
5572
5572
  "sources": [
5573
5573
  {
5574
5574
  "fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
5575
- "line": 22,
5575
+ "line": 23,
5576
5576
  "character": 2
5577
5577
  }
5578
5578
  ],
@@ -5617,7 +5617,7 @@
5617
5617
  "sources": [
5618
5618
  {
5619
5619
  "fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
5620
- "line": 30,
5620
+ "line": 29,
5621
5621
  "character": 9
5622
5622
  }
5623
5623
  ],
@@ -5654,7 +5654,7 @@
5654
5654
  "sources": [
5655
5655
  {
5656
5656
  "fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
5657
- "line": 37,
5657
+ "line": 36,
5658
5658
  "character": 9
5659
5659
  }
5660
5660
  ],
@@ -5802,7 +5802,7 @@
5802
5802
  "flags": {},
5803
5803
  "type": {
5804
5804
  "type": "reference",
5805
- "id": 657,
5805
+ "id": 660,
5806
5806
  "name": "SkyAppWindowRef"
5807
5807
  }
5808
5808
  }
@@ -5896,7 +5896,7 @@
5896
5896
  "sources": [
5897
5897
  {
5898
5898
  "fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
5899
- "line": 118,
5899
+ "line": 127,
5900
5900
  "character": 9
5901
5901
  }
5902
5902
  ],
@@ -5977,7 +5977,7 @@
5977
5977
  ]
5978
5978
  },
5979
5979
  {
5980
- "id": 613,
5980
+ "id": 616,
5981
5981
  "name": "SkyUIConfigService",
5982
5982
  "kind": 128,
5983
5983
  "kindString": "Class",
@@ -5998,7 +5998,7 @@
5998
5998
  ],
5999
5999
  "children": [
6000
6000
  {
6001
- "id": 616,
6001
+ "id": 619,
6002
6002
  "name": "getConfig",
6003
6003
  "kind": 2048,
6004
6004
  "kindString": "Method",
@@ -6014,14 +6014,14 @@
6014
6014
  ],
6015
6015
  "signatures": [
6016
6016
  {
6017
- "id": 617,
6017
+ "id": 620,
6018
6018
  "name": "getConfig",
6019
6019
  "kind": 4096,
6020
6020
  "kindString": "Call signature",
6021
6021
  "flags": {},
6022
6022
  "parameters": [
6023
6023
  {
6024
- "id": 618,
6024
+ "id": 621,
6025
6025
  "name": "key",
6026
6026
  "kind": 32768,
6027
6027
  "kindString": "Parameter",
@@ -6032,7 +6032,7 @@
6032
6032
  }
6033
6033
  },
6034
6034
  {
6035
- "id": 619,
6035
+ "id": 622,
6036
6036
  "name": "defaultConfig",
6037
6037
  "kind": 32768,
6038
6038
  "kindString": "Parameter",
@@ -6061,7 +6061,7 @@
6061
6061
  ]
6062
6062
  },
6063
6063
  {
6064
- "id": 620,
6064
+ "id": 623,
6065
6065
  "name": "setConfig",
6066
6066
  "kind": 2048,
6067
6067
  "kindString": "Method",
@@ -6077,14 +6077,14 @@
6077
6077
  ],
6078
6078
  "signatures": [
6079
6079
  {
6080
- "id": 621,
6080
+ "id": 624,
6081
6081
  "name": "setConfig",
6082
6082
  "kind": 4096,
6083
6083
  "kindString": "Call signature",
6084
6084
  "flags": {},
6085
6085
  "parameters": [
6086
6086
  {
6087
- "id": 622,
6087
+ "id": 625,
6088
6088
  "name": "key",
6089
6089
  "kind": 32768,
6090
6090
  "kindString": "Parameter",
@@ -6095,7 +6095,7 @@
6095
6095
  }
6096
6096
  },
6097
6097
  {
6098
- "id": 623,
6098
+ "id": 626,
6099
6099
  "name": "value",
6100
6100
  "kind": 32768,
6101
6101
  "kindString": "Parameter",
@@ -6127,15 +6127,15 @@
6127
6127
  "title": "Constructors",
6128
6128
  "kind": 512,
6129
6129
  "children": [
6130
- 614
6130
+ 617
6131
6131
  ]
6132
6132
  },
6133
6133
  {
6134
6134
  "title": "Methods",
6135
6135
  "kind": 2048,
6136
6136
  "children": [
6137
- 616,
6138
- 620
6137
+ 619,
6138
+ 623
6139
6139
  ]
6140
6140
  }
6141
6141
  ],
@@ -6148,7 +6148,7 @@
6148
6148
  ]
6149
6149
  },
6150
6150
  {
6151
- "id": 624,
6151
+ "id": 627,
6152
6152
  "name": "SkyViewkeeperHostOptions",
6153
6153
  "kind": 128,
6154
6154
  "kindString": "Class",
@@ -6167,7 +6167,7 @@
6167
6167
  ],
6168
6168
  "children": [
6169
6169
  {
6170
- "id": 627,
6170
+ "id": 630,
6171
6171
  "name": "boundaryEl",
6172
6172
  "kind": 1024,
6173
6173
  "kindString": "Property",
@@ -6193,12 +6193,12 @@
6193
6193
  },
6194
6194
  "implementationOf": {
6195
6195
  "type": "reference",
6196
- "id": 635,
6196
+ "id": 638,
6197
6197
  "name": "SkyViewkeeperOptions.boundaryEl"
6198
6198
  }
6199
6199
  },
6200
6200
  {
6201
- "id": 628,
6201
+ "id": 631,
6202
6202
  "name": "el",
6203
6203
  "kind": 1024,
6204
6204
  "kindString": "Property",
@@ -6224,12 +6224,12 @@
6224
6224
  },
6225
6225
  "implementationOf": {
6226
6226
  "type": "reference",
6227
- "id": 636,
6227
+ "id": 639,
6228
6228
  "name": "SkyViewkeeperOptions.el"
6229
6229
  }
6230
6230
  },
6231
6231
  {
6232
- "id": 629,
6232
+ "id": 632,
6233
6233
  "name": "scrollableHost",
6234
6234
  "kind": 1024,
6235
6235
  "kindString": "Property",
@@ -6255,12 +6255,12 @@
6255
6255
  },
6256
6256
  "implementationOf": {
6257
6257
  "type": "reference",
6258
- "id": 637,
6258
+ "id": 640,
6259
6259
  "name": "SkyViewkeeperOptions.scrollableHost"
6260
6260
  }
6261
6261
  },
6262
6262
  {
6263
- "id": 630,
6263
+ "id": 633,
6264
6264
  "name": "setWidth",
6265
6265
  "kind": 1024,
6266
6266
  "kindString": "Property",
@@ -6284,12 +6284,12 @@
6284
6284
  },
6285
6285
  "implementationOf": {
6286
6286
  "type": "reference",
6287
- "id": 638,
6287
+ "id": 641,
6288
6288
  "name": "SkyViewkeeperOptions.setWidth"
6289
6289
  }
6290
6290
  },
6291
6291
  {
6292
- "id": 631,
6292
+ "id": 634,
6293
6293
  "name": "verticalOffset",
6294
6294
  "kind": 1024,
6295
6295
  "kindString": "Property",
@@ -6313,12 +6313,12 @@
6313
6313
  },
6314
6314
  "implementationOf": {
6315
6315
  "type": "reference",
6316
- "id": 639,
6316
+ "id": 642,
6317
6317
  "name": "SkyViewkeeperOptions.verticalOffset"
6318
6318
  }
6319
6319
  },
6320
6320
  {
6321
- "id": 632,
6321
+ "id": 635,
6322
6322
  "name": "verticalOffsetEl",
6323
6323
  "kind": 1024,
6324
6324
  "kindString": "Property",
@@ -6344,12 +6344,12 @@
6344
6344
  },
6345
6345
  "implementationOf": {
6346
6346
  "type": "reference",
6347
- "id": 640,
6347
+ "id": 643,
6348
6348
  "name": "SkyViewkeeperOptions.verticalOffsetEl"
6349
6349
  }
6350
6350
  },
6351
6351
  {
6352
- "id": 633,
6352
+ "id": 636,
6353
6353
  "name": "viewportMarginTop",
6354
6354
  "kind": 1024,
6355
6355
  "kindString": "Property",
@@ -6373,7 +6373,7 @@
6373
6373
  },
6374
6374
  "implementationOf": {
6375
6375
  "type": "reference",
6376
- "id": 641,
6376
+ "id": 644,
6377
6377
  "name": "SkyViewkeeperOptions.viewportMarginTop"
6378
6378
  }
6379
6379
  }
@@ -6383,20 +6383,20 @@
6383
6383
  "title": "Constructors",
6384
6384
  "kind": 512,
6385
6385
  "children": [
6386
- 625
6386
+ 628
6387
6387
  ]
6388
6388
  },
6389
6389
  {
6390
6390
  "title": "Properties",
6391
6391
  "kind": 1024,
6392
6392
  "children": [
6393
- 627,
6394
- 628,
6395
- 629,
6396
6393
  630,
6397
6394
  631,
6398
6395
  632,
6399
- 633
6396
+ 633,
6397
+ 634,
6398
+ 635,
6399
+ 636
6400
6400
  ]
6401
6401
  }
6402
6402
  ],
@@ -6410,13 +6410,13 @@
6410
6410
  "implementedTypes": [
6411
6411
  {
6412
6412
  "type": "reference",
6413
- "id": 634,
6413
+ "id": 637,
6414
6414
  "name": "SkyViewkeeperOptions"
6415
6415
  }
6416
6416
  ]
6417
6417
  },
6418
6418
  {
6419
- "id": 642,
6419
+ "id": 645,
6420
6420
  "name": "SkyViewkeeperModule",
6421
6421
  "kind": 128,
6422
6422
  "kindString": "Class",
@@ -6441,7 +6441,7 @@
6441
6441
  "title": "Constructors",
6442
6442
  "kind": 512,
6443
6443
  "children": [
6444
- 643
6444
+ 646
6445
6445
  ]
6446
6446
  }
6447
6447
  ],
@@ -6454,7 +6454,7 @@
6454
6454
  ]
6455
6455
  },
6456
6456
  {
6457
- "id": 645,
6457
+ "id": 648,
6458
6458
  "name": "SkyViewkeeperService",
6459
6459
  "kind": 128,
6460
6460
  "kindString": "Class",
@@ -6478,7 +6478,7 @@
6478
6478
  ],
6479
6479
  "children": [
6480
6480
  {
6481
- "id": 646,
6481
+ "id": 649,
6482
6482
  "name": "constructor",
6483
6483
  "kind": 512,
6484
6484
  "kindString": "Constructor",
@@ -6492,14 +6492,14 @@
6492
6492
  ],
6493
6493
  "signatures": [
6494
6494
  {
6495
- "id": 647,
6495
+ "id": 650,
6496
6496
  "name": "new SkyViewkeeperService",
6497
6497
  "kind": 16384,
6498
6498
  "kindString": "Constructor signature",
6499
6499
  "flags": {},
6500
6500
  "parameters": [
6501
6501
  {
6502
- "id": 648,
6502
+ "id": 651,
6503
6503
  "name": "hostOptions",
6504
6504
  "kind": 32768,
6505
6505
  "kindString": "Parameter",
@@ -6520,21 +6520,21 @@
6520
6520
  ],
6521
6521
  "type": {
6522
6522
  "type": "reference",
6523
- "id": 624,
6523
+ "id": 627,
6524
6524
  "name": "SkyViewkeeperHostOptions"
6525
6525
  }
6526
6526
  }
6527
6527
  ],
6528
6528
  "type": {
6529
6529
  "type": "reference",
6530
- "id": 645,
6530
+ "id": 648,
6531
6531
  "name": "SkyViewkeeperService"
6532
6532
  }
6533
6533
  }
6534
6534
  ]
6535
6535
  },
6536
6536
  {
6537
- "id": 649,
6537
+ "id": 652,
6538
6538
  "name": "create",
6539
6539
  "kind": 2048,
6540
6540
  "kindString": "Method",
@@ -6550,7 +6550,7 @@
6550
6550
  ],
6551
6551
  "signatures": [
6552
6552
  {
6553
- "id": 650,
6553
+ "id": 653,
6554
6554
  "name": "create",
6555
6555
  "kind": 4096,
6556
6556
  "kindString": "Call signature",
@@ -6558,7 +6558,7 @@
6558
6558
  "comment": {},
6559
6559
  "parameters": [
6560
6560
  {
6561
- "id": 651,
6561
+ "id": 654,
6562
6562
  "name": "options",
6563
6563
  "kind": 32768,
6564
6564
  "kindString": "Parameter",
@@ -6568,7 +6568,7 @@
6568
6568
  },
6569
6569
  "type": {
6570
6570
  "type": "reference",
6571
- "id": 634,
6571
+ "id": 637,
6572
6572
  "name": "SkyViewkeeperOptions"
6573
6573
  }
6574
6574
  }
@@ -6581,7 +6581,7 @@
6581
6581
  ]
6582
6582
  },
6583
6583
  {
6584
- "id": 652,
6584
+ "id": 655,
6585
6585
  "name": "destroy",
6586
6586
  "kind": 2048,
6587
6587
  "kindString": "Method",
@@ -6597,7 +6597,7 @@
6597
6597
  ],
6598
6598
  "signatures": [
6599
6599
  {
6600
- "id": 653,
6600
+ "id": 656,
6601
6601
  "name": "destroy",
6602
6602
  "kind": 4096,
6603
6603
  "kindString": "Call signature",
@@ -6607,7 +6607,7 @@
6607
6607
  },
6608
6608
  "parameters": [
6609
6609
  {
6610
- "id": 654,
6610
+ "id": 657,
6611
6611
  "name": "vk",
6612
6612
  "kind": 32768,
6613
6613
  "kindString": "Parameter",
@@ -6634,15 +6634,15 @@
6634
6634
  "title": "Constructors",
6635
6635
  "kind": 512,
6636
6636
  "children": [
6637
- 646
6637
+ 649
6638
6638
  ]
6639
6639
  },
6640
6640
  {
6641
6641
  "title": "Methods",
6642
6642
  "kind": 2048,
6643
6643
  "children": [
6644
- 649,
6645
- 652
6644
+ 652,
6645
+ 655
6646
6646
  ]
6647
6647
  }
6648
6648
  ],
@@ -7526,7 +7526,7 @@
7526
7526
  "flags": {},
7527
7527
  "type": {
7528
7528
  "type": "reference",
7529
- "id": 645,
7529
+ "id": 648,
7530
7530
  "name": "SkyViewkeeperService"
7531
7531
  }
7532
7532
  },
@@ -8049,14 +8049,14 @@
8049
8049
  ]
8050
8050
  },
8051
8051
  {
8052
- "id": 604,
8052
+ "id": 607,
8053
8053
  "name": "SkyAppSetTitleArgs",
8054
8054
  "kind": 256,
8055
8055
  "kindString": "Interface",
8056
8056
  "flags": {},
8057
8057
  "children": [
8058
8058
  {
8059
- "id": 605,
8059
+ "id": 608,
8060
8060
  "name": "titleParts",
8061
8061
  "kind": 1024,
8062
8062
  "kindString": "Property",
@@ -8082,7 +8082,7 @@
8082
8082
  "title": "Properties",
8083
8083
  "kind": 1024,
8084
8084
  "children": [
8085
- 605
8085
+ 608
8086
8086
  ]
8087
8087
  }
8088
8088
  ],
@@ -8665,7 +8665,7 @@
8665
8665
  ]
8666
8666
  },
8667
8667
  {
8668
- "id": 634,
8668
+ "id": 637,
8669
8669
  "name": "SkyViewkeeperOptions",
8670
8670
  "kind": 256,
8671
8671
  "kindString": "Interface",
@@ -8675,7 +8675,7 @@
8675
8675
  },
8676
8676
  "children": [
8677
8677
  {
8678
- "id": 635,
8678
+ "id": 638,
8679
8679
  "name": "boundaryEl",
8680
8680
  "kind": 1024,
8681
8681
  "kindString": "Property",
@@ -8700,7 +8700,7 @@
8700
8700
  }
8701
8701
  },
8702
8702
  {
8703
- "id": 636,
8703
+ "id": 639,
8704
8704
  "name": "el",
8705
8705
  "kind": 1024,
8706
8706
  "kindString": "Property",
@@ -8725,7 +8725,7 @@
8725
8725
  }
8726
8726
  },
8727
8727
  {
8728
- "id": 637,
8728
+ "id": 640,
8729
8729
  "name": "scrollableHost",
8730
8730
  "kind": 1024,
8731
8731
  "kindString": "Property",
@@ -8750,7 +8750,7 @@
8750
8750
  }
8751
8751
  },
8752
8752
  {
8753
- "id": 638,
8753
+ "id": 641,
8754
8754
  "name": "setWidth",
8755
8755
  "kind": 1024,
8756
8756
  "kindString": "Property",
@@ -8773,7 +8773,7 @@
8773
8773
  }
8774
8774
  },
8775
8775
  {
8776
- "id": 639,
8776
+ "id": 642,
8777
8777
  "name": "verticalOffset",
8778
8778
  "kind": 1024,
8779
8779
  "kindString": "Property",
@@ -8796,7 +8796,7 @@
8796
8796
  }
8797
8797
  },
8798
8798
  {
8799
- "id": 640,
8799
+ "id": 643,
8800
8800
  "name": "verticalOffsetEl",
8801
8801
  "kind": 1024,
8802
8802
  "kindString": "Property",
@@ -8821,7 +8821,7 @@
8821
8821
  }
8822
8822
  },
8823
8823
  {
8824
- "id": 641,
8824
+ "id": 644,
8825
8825
  "name": "viewportMarginTop",
8826
8826
  "kind": 1024,
8827
8827
  "kindString": "Property",
@@ -8849,13 +8849,13 @@
8849
8849
  "title": "Properties",
8850
8850
  "kind": 1024,
8851
8851
  "children": [
8852
- 635,
8853
- 636,
8854
- 637,
8855
8852
  638,
8856
8853
  639,
8857
8854
  640,
8858
- 641
8855
+ 641,
8856
+ 642,
8857
+ 643,
8858
+ 644
8859
8859
  ]
8860
8860
  }
8861
8861
  ],
@@ -8869,7 +8869,7 @@
8869
8869
  "implementedBy": [
8870
8870
  {
8871
8871
  "type": "reference",
8872
- "id": 624,
8872
+ "id": 627,
8873
8873
  "name": "SkyViewkeeperHostOptions"
8874
8874
  }
8875
8875
  ]
@@ -9063,8 +9063,8 @@
9063
9063
  140,
9064
9064
  148,
9065
9065
  303,
9066
- 606,
9067
- 657,
9066
+ 609,
9067
+ 660,
9068
9068
  63,
9069
9069
  66,
9070
9070
  221,
@@ -9088,10 +9088,10 @@
9088
9088
  543,
9089
9089
  526,
9090
9090
  580,
9091
- 613,
9092
- 624,
9093
- 642,
9091
+ 616,
9092
+ 627,
9094
9093
  645,
9094
+ 648,
9095
9095
  1,
9096
9096
  26,
9097
9097
  34
@@ -9104,14 +9104,14 @@
9104
9104
  117,
9105
9105
  131,
9106
9106
  134,
9107
- 604,
9107
+ 607,
9108
9108
  218,
9109
9109
  235,
9110
9110
  241,
9111
9111
  275,
9112
9112
  111,
9113
9113
  445,
9114
- 634
9114
+ 637
9115
9115
  ]
9116
9116
  },
9117
9117
  {