@skyux/core 6.0.0-beta.3 → 6.0.0-beta.4
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 +270 -270
- package/esm2020/lib/modules/adapter-service/adapter.module.mjs +4 -4
- package/esm2020/lib/modules/adapter-service/adapter.service.mjs +4 -5
- package/esm2020/lib/modules/affix/affix.directive.mjs +3 -3
- package/esm2020/lib/modules/affix/affix.module.mjs +4 -4
- package/esm2020/lib/modules/affix/affix.service.mjs +3 -3
- package/esm2020/lib/modules/affix/affixer.mjs +1 -4
- package/esm2020/lib/modules/dock/dock-dom-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/dock/dock.component.mjs +3 -3
- package/esm2020/lib/modules/dock/dock.module.mjs +4 -4
- package/esm2020/lib/modules/dock/dock.service.mjs +3 -3
- package/esm2020/lib/modules/dynamic-component/dynamic-component.module.mjs +4 -4
- package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +3 -3
- package/esm2020/lib/modules/format/app-format.mjs +3 -3
- package/esm2020/lib/modules/id/id.directive.mjs +3 -3
- package/esm2020/lib/modules/id/id.module.mjs +4 -4
- package/esm2020/lib/modules/log/log.module.mjs +4 -4
- package/esm2020/lib/modules/log/log.service.mjs +3 -3
- package/esm2020/lib/modules/media-query/media-query.module.mjs +4 -4
- package/esm2020/lib/modules/media-query/media-query.service.mjs +3 -3
- package/esm2020/lib/modules/mutation/mutation-observer-service.mjs +3 -3
- package/esm2020/lib/modules/numeric/numeric.module.mjs +4 -4
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +4 -6
- package/esm2020/lib/modules/numeric/numeric.service.mjs +4 -6
- package/esm2020/lib/modules/overlay/overlay-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay.component.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay.module.mjs +4 -4
- package/esm2020/lib/modules/overlay/overlay.service.mjs +3 -3
- package/esm2020/lib/modules/percent-pipe/percent-pipe.module.mjs +4 -4
- package/esm2020/lib/modules/percent-pipe/percent.pipe.mjs +3 -3
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +5 -5
- package/esm2020/lib/modules/resize-observer/resize-observer.service.mjs +3 -3
- package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +3 -3
- package/esm2020/lib/modules/shared/number-format/number-format-utility.mjs +1 -2
- package/esm2020/lib/modules/shared/sky-core-resources.module.mjs +4 -4
- package/esm2020/lib/modules/title/title.service.mjs +3 -3
- package/esm2020/lib/modules/ui-config/ui-config.service.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper-host-options.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper.directive.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper.module.mjs +4 -4
- package/esm2020/lib/modules/viewkeeper/viewkeeper.service.mjs +3 -3
- package/esm2020/lib/modules/window/window-ref.mjs +3 -3
- package/esm2020/testing/mock-media-query.service.mjs +3 -3
- package/esm2020/testing/mock-ui-config.service.mjs +3 -3
- package/fesm2015/skyux-core-testing.mjs +6 -6
- package/fesm2015/skyux-core.mjs +131 -140
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core-testing.mjs +6 -6
- package/fesm2020/skyux-core.mjs +131 -139
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/numeric/numeric.pipe.d.ts +0 -2
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +0 -1
- package/package.json +6 -6
package/documentation.json
CHANGED
@@ -1444,7 +1444,7 @@
|
|
1444
1444
|
]
|
1445
1445
|
},
|
1446
1446
|
{
|
1447
|
-
"id":
|
1447
|
+
"id": 601,
|
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":
|
1471
|
+
"id": 602,
|
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":
|
1485
|
+
"id": 603,
|
1486
1486
|
"name": "new SkyAppTitleService",
|
1487
1487
|
"kind": 16384,
|
1488
1488
|
"kindString": "Constructor signature",
|
1489
1489
|
"flags": {},
|
1490
1490
|
"parameters": [
|
1491
1491
|
{
|
1492
|
-
"id":
|
1492
|
+
"id": 604,
|
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":
|
1507
|
+
"id": 601,
|
1508
1508
|
"name": "SkyAppTitleService"
|
1509
1509
|
}
|
1510
1510
|
}
|
1511
1511
|
]
|
1512
1512
|
},
|
1513
1513
|
{
|
1514
|
-
"id":
|
1514
|
+
"id": 605,
|
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":
|
1530
|
+
"id": 606,
|
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":
|
1540
|
+
"id": 607,
|
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":
|
1550
|
+
"id": 599,
|
1551
1551
|
"name": "SkyAppSetTitleArgs"
|
1552
1552
|
}
|
1553
1553
|
}
|
@@ -1565,14 +1565,14 @@
|
|
1565
1565
|
"title": "Constructors",
|
1566
1566
|
"kind": 512,
|
1567
1567
|
"children": [
|
1568
|
-
|
1568
|
+
602
|
1569
1569
|
]
|
1570
1570
|
},
|
1571
1571
|
{
|
1572
1572
|
"title": "Methods",
|
1573
1573
|
"kind": 2048,
|
1574
1574
|
"children": [
|
1575
|
-
|
1575
|
+
605
|
1576
1576
|
]
|
1577
1577
|
}
|
1578
1578
|
],
|
@@ -1585,7 +1585,7 @@
|
|
1585
1585
|
]
|
1586
1586
|
},
|
1587
1587
|
{
|
1588
|
-
"id":
|
1588
|
+
"id": 652,
|
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":
|
1612
|
+
"id": 655,
|
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":
|
1628
|
+
"id": 656,
|
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
|
-
|
1649
|
+
653
|
1650
1650
|
]
|
1651
1651
|
},
|
1652
1652
|
{
|
1653
1653
|
"title": "Accessors",
|
1654
1654
|
"kind": 262144,
|
1655
1655
|
"children": [
|
1656
|
-
|
1656
|
+
655
|
1657
1657
|
]
|
1658
1658
|
}
|
1659
1659
|
],
|
@@ -2263,7 +2263,7 @@
|
|
2263
2263
|
"sources": [
|
2264
2264
|
{
|
2265
2265
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2266
|
-
"line":
|
2266
|
+
"line": 235,
|
2267
2267
|
"character": 9
|
2268
2268
|
}
|
2269
2269
|
],
|
@@ -3068,7 +3068,7 @@
|
|
3068
3068
|
"flags": {},
|
3069
3069
|
"type": {
|
3070
3070
|
"type": "reference",
|
3071
|
-
"id":
|
3071
|
+
"id": 652,
|
3072
3072
|
"name": "SkyAppWindowRef"
|
3073
3073
|
}
|
3074
3074
|
},
|
@@ -3950,7 +3950,7 @@
|
|
3950
3950
|
"sources": [
|
3951
3951
|
{
|
3952
3952
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3953
|
-
"line":
|
3953
|
+
"line": 36,
|
3954
3954
|
"character": 2
|
3955
3955
|
}
|
3956
3956
|
],
|
@@ -3981,7 +3981,7 @@
|
|
3981
3981
|
"flags": {},
|
3982
3982
|
"type": {
|
3983
3983
|
"type": "reference",
|
3984
|
-
"id":
|
3984
|
+
"id": 410,
|
3985
3985
|
"name": "SkyNumericService"
|
3986
3986
|
}
|
3987
3987
|
},
|
@@ -4008,7 +4008,7 @@
|
|
4008
4008
|
]
|
4009
4009
|
},
|
4010
4010
|
{
|
4011
|
-
"id":
|
4011
|
+
"id": 404,
|
4012
4012
|
"name": "ngOnDestroy",
|
4013
4013
|
"kind": 2048,
|
4014
4014
|
"kindString": "Method",
|
@@ -4018,13 +4018,13 @@
|
|
4018
4018
|
"sources": [
|
4019
4019
|
{
|
4020
4020
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4021
|
-
"line":
|
4021
|
+
"line": 51,
|
4022
4022
|
"character": 9
|
4023
4023
|
}
|
4024
4024
|
],
|
4025
4025
|
"signatures": [
|
4026
4026
|
{
|
4027
|
-
"id":
|
4027
|
+
"id": 405,
|
4028
4028
|
"name": "ngOnDestroy",
|
4029
4029
|
"kind": 4096,
|
4030
4030
|
"kindString": "Call signature",
|
@@ -4045,7 +4045,7 @@
|
|
4045
4045
|
}
|
4046
4046
|
},
|
4047
4047
|
{
|
4048
|
-
"id":
|
4048
|
+
"id": 406,
|
4049
4049
|
"name": "transform",
|
4050
4050
|
"kind": 2048,
|
4051
4051
|
"kindString": "Method",
|
@@ -4055,20 +4055,20 @@
|
|
4055
4055
|
"sources": [
|
4056
4056
|
{
|
4057
4057
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4058
|
-
"line":
|
4058
|
+
"line": 56,
|
4059
4059
|
"character": 9
|
4060
4060
|
}
|
4061
4061
|
],
|
4062
4062
|
"signatures": [
|
4063
4063
|
{
|
4064
|
-
"id":
|
4064
|
+
"id": 407,
|
4065
4065
|
"name": "transform",
|
4066
4066
|
"kind": 4096,
|
4067
4067
|
"kindString": "Call signature",
|
4068
4068
|
"flags": {},
|
4069
4069
|
"parameters": [
|
4070
4070
|
{
|
4071
|
-
"id":
|
4071
|
+
"id": 408,
|
4072
4072
|
"name": "value",
|
4073
4073
|
"kind": 32768,
|
4074
4074
|
"kindString": "Parameter",
|
@@ -4079,7 +4079,7 @@
|
|
4079
4079
|
}
|
4080
4080
|
},
|
4081
4081
|
{
|
4082
|
-
"id":
|
4082
|
+
"id": 409,
|
4083
4083
|
"name": "config",
|
4084
4084
|
"kind": 32768,
|
4085
4085
|
"kindString": "Parameter",
|
@@ -4121,8 +4121,8 @@
|
|
4121
4121
|
"title": "Methods",
|
4122
4122
|
"kind": 2048,
|
4123
4123
|
"children": [
|
4124
|
-
|
4125
|
-
|
4124
|
+
404,
|
4125
|
+
406
|
4126
4126
|
]
|
4127
4127
|
}
|
4128
4128
|
],
|
@@ -4149,7 +4149,7 @@
|
|
4149
4149
|
]
|
4150
4150
|
},
|
4151
4151
|
{
|
4152
|
-
"id":
|
4152
|
+
"id": 410,
|
4153
4153
|
"name": "SkyNumericService",
|
4154
4154
|
"kind": 128,
|
4155
4155
|
"kindString": "Class",
|
@@ -4170,7 +4170,7 @@
|
|
4170
4170
|
],
|
4171
4171
|
"children": [
|
4172
4172
|
{
|
4173
|
-
"id":
|
4173
|
+
"id": 411,
|
4174
4174
|
"name": "constructor",
|
4175
4175
|
"kind": 512,
|
4176
4176
|
"kindString": "Constructor",
|
@@ -4184,14 +4184,14 @@
|
|
4184
4184
|
],
|
4185
4185
|
"signatures": [
|
4186
4186
|
{
|
4187
|
-
"id":
|
4187
|
+
"id": 412,
|
4188
4188
|
"name": "new SkyNumericService",
|
4189
4189
|
"kind": 16384,
|
4190
4190
|
"kindString": "Constructor signature",
|
4191
4191
|
"flags": {},
|
4192
4192
|
"parameters": [
|
4193
4193
|
{
|
4194
|
-
"id":
|
4194
|
+
"id": 413,
|
4195
4195
|
"name": "resourcesService",
|
4196
4196
|
"kind": 32768,
|
4197
4197
|
"kindString": "Parameter",
|
@@ -4204,14 +4204,14 @@
|
|
4204
4204
|
],
|
4205
4205
|
"type": {
|
4206
4206
|
"type": "reference",
|
4207
|
-
"id":
|
4207
|
+
"id": 410,
|
4208
4208
|
"name": "SkyNumericService"
|
4209
4209
|
}
|
4210
4210
|
}
|
4211
4211
|
]
|
4212
4212
|
},
|
4213
4213
|
{
|
4214
|
-
"id":
|
4214
|
+
"id": 421,
|
4215
4215
|
"name": "formatNumber",
|
4216
4216
|
"kind": 2048,
|
4217
4217
|
"kindString": "Method",
|
@@ -4227,7 +4227,7 @@
|
|
4227
4227
|
],
|
4228
4228
|
"signatures": [
|
4229
4229
|
{
|
4230
|
-
"id":
|
4230
|
+
"id": 422,
|
4231
4231
|
"name": "formatNumber",
|
4232
4232
|
"kind": 4096,
|
4233
4233
|
"kindString": "Call signature",
|
@@ -4237,7 +4237,7 @@
|
|
4237
4237
|
},
|
4238
4238
|
"parameters": [
|
4239
4239
|
{
|
4240
|
-
"id":
|
4240
|
+
"id": 423,
|
4241
4241
|
"name": "value",
|
4242
4242
|
"kind": 32768,
|
4243
4243
|
"kindString": "Parameter",
|
@@ -4251,7 +4251,7 @@
|
|
4251
4251
|
}
|
4252
4252
|
},
|
4253
4253
|
{
|
4254
|
-
"id":
|
4254
|
+
"id": 424,
|
4255
4255
|
"name": "options",
|
4256
4256
|
"kind": 32768,
|
4257
4257
|
"kindString": "Parameter",
|
@@ -4279,14 +4279,14 @@
|
|
4279
4279
|
"title": "Constructors",
|
4280
4280
|
"kind": 512,
|
4281
4281
|
"children": [
|
4282
|
-
|
4282
|
+
411
|
4283
4283
|
]
|
4284
4284
|
},
|
4285
4285
|
{
|
4286
4286
|
"title": "Methods",
|
4287
4287
|
"kind": 2048,
|
4288
4288
|
"children": [
|
4289
|
-
|
4289
|
+
421
|
4290
4290
|
]
|
4291
4291
|
}
|
4292
4292
|
],
|
@@ -4299,7 +4299,7 @@
|
|
4299
4299
|
]
|
4300
4300
|
},
|
4301
4301
|
{
|
4302
|
-
"id":
|
4302
|
+
"id": 450,
|
4303
4303
|
"name": "SkyOverlayInstance",
|
4304
4304
|
"kind": 128,
|
4305
4305
|
"kindString": "Class",
|
@@ -4309,7 +4309,7 @@
|
|
4309
4309
|
},
|
4310
4310
|
"children": [
|
4311
4311
|
{
|
4312
|
-
"id":
|
4312
|
+
"id": 451,
|
4313
4313
|
"name": "constructor",
|
4314
4314
|
"kind": 512,
|
4315
4315
|
"kindString": "Constructor",
|
@@ -4323,26 +4323,26 @@
|
|
4323
4323
|
],
|
4324
4324
|
"signatures": [
|
4325
4325
|
{
|
4326
|
-
"id":
|
4326
|
+
"id": 452,
|
4327
4327
|
"name": "new SkyOverlayInstance",
|
4328
4328
|
"kind": 16384,
|
4329
4329
|
"kindString": "Constructor signature",
|
4330
4330
|
"flags": {},
|
4331
4331
|
"parameters": [
|
4332
4332
|
{
|
4333
|
-
"id":
|
4333
|
+
"id": 453,
|
4334
4334
|
"name": "config",
|
4335
4335
|
"kind": 32768,
|
4336
4336
|
"kindString": "Parameter",
|
4337
4337
|
"flags": {},
|
4338
4338
|
"type": {
|
4339
4339
|
"type": "reference",
|
4340
|
-
"id":
|
4340
|
+
"id": 443,
|
4341
4341
|
"name": "SkyOverlayConfig"
|
4342
4342
|
}
|
4343
4343
|
},
|
4344
4344
|
{
|
4345
|
-
"id":
|
4345
|
+
"id": 454,
|
4346
4346
|
"name": "componentRef",
|
4347
4347
|
"kind": 32768,
|
4348
4348
|
"kindString": "Parameter",
|
@@ -4363,14 +4363,14 @@
|
|
4363
4363
|
],
|
4364
4364
|
"type": {
|
4365
4365
|
"type": "reference",
|
4366
|
-
"id":
|
4366
|
+
"id": 450,
|
4367
4367
|
"name": "SkyOverlayInstance"
|
4368
4368
|
}
|
4369
4369
|
}
|
4370
4370
|
]
|
4371
4371
|
},
|
4372
4372
|
{
|
4373
|
-
"id":
|
4373
|
+
"id": 455,
|
4374
4374
|
"name": "backdropClick",
|
4375
4375
|
"kind": 262144,
|
4376
4376
|
"kindString": "Accessor",
|
@@ -4386,7 +4386,7 @@
|
|
4386
4386
|
],
|
4387
4387
|
"getSignature": [
|
4388
4388
|
{
|
4389
|
-
"id":
|
4389
|
+
"id": 456,
|
4390
4390
|
"name": "backdropClick",
|
4391
4391
|
"kind": 524288,
|
4392
4392
|
"kindString": "Get signature",
|
@@ -4410,7 +4410,7 @@
|
|
4410
4410
|
]
|
4411
4411
|
},
|
4412
4412
|
{
|
4413
|
-
"id":
|
4413
|
+
"id": 457,
|
4414
4414
|
"name": "closed",
|
4415
4415
|
"kind": 262144,
|
4416
4416
|
"kindString": "Accessor",
|
@@ -4426,7 +4426,7 @@
|
|
4426
4426
|
],
|
4427
4427
|
"getSignature": [
|
4428
4428
|
{
|
4429
|
-
"id":
|
4429
|
+
"id": 458,
|
4430
4430
|
"name": "closed",
|
4431
4431
|
"kind": 524288,
|
4432
4432
|
"kindString": "Get signature",
|
@@ -4450,7 +4450,7 @@
|
|
4450
4450
|
]
|
4451
4451
|
},
|
4452
4452
|
{
|
4453
|
-
"id":
|
4453
|
+
"id": 463,
|
4454
4454
|
"name": "attachComponent",
|
4455
4455
|
"kind": 2048,
|
4456
4456
|
"kindString": "Method",
|
@@ -4466,7 +4466,7 @@
|
|
4466
4466
|
],
|
4467
4467
|
"signatures": [
|
4468
4468
|
{
|
4469
|
-
"id":
|
4469
|
+
"id": 464,
|
4470
4470
|
"name": "attachComponent",
|
4471
4471
|
"kind": 4096,
|
4472
4472
|
"kindString": "Call signature",
|
@@ -4476,7 +4476,7 @@
|
|
4476
4476
|
},
|
4477
4477
|
"typeParameter": [
|
4478
4478
|
{
|
4479
|
-
"id":
|
4479
|
+
"id": 465,
|
4480
4480
|
"name": "C",
|
4481
4481
|
"kind": 131072,
|
4482
4482
|
"kindString": "Type parameter",
|
@@ -4485,7 +4485,7 @@
|
|
4485
4485
|
],
|
4486
4486
|
"parameters": [
|
4487
4487
|
{
|
4488
|
-
"id":
|
4488
|
+
"id": 466,
|
4489
4489
|
"name": "component",
|
4490
4490
|
"kind": 32768,
|
4491
4491
|
"kindString": "Parameter",
|
@@ -4498,7 +4498,7 @@
|
|
4498
4498
|
"typeArguments": [
|
4499
4499
|
{
|
4500
4500
|
"type": "reference",
|
4501
|
-
"id":
|
4501
|
+
"id": 465,
|
4502
4502
|
"name": "C"
|
4503
4503
|
}
|
4504
4504
|
],
|
@@ -4508,7 +4508,7 @@
|
|
4508
4508
|
}
|
4509
4509
|
},
|
4510
4510
|
{
|
4511
|
-
"id":
|
4511
|
+
"id": 467,
|
4512
4512
|
"name": "providers",
|
4513
4513
|
"kind": 32768,
|
4514
4514
|
"kindString": "Parameter",
|
@@ -4531,14 +4531,14 @@
|
|
4531
4531
|
],
|
4532
4532
|
"type": {
|
4533
4533
|
"type": "reference",
|
4534
|
-
"id":
|
4534
|
+
"id": 465,
|
4535
4535
|
"name": "C"
|
4536
4536
|
}
|
4537
4537
|
}
|
4538
4538
|
]
|
4539
4539
|
},
|
4540
4540
|
{
|
4541
|
-
"id":
|
4541
|
+
"id": 468,
|
4542
4542
|
"name": "attachTemplate",
|
4543
4543
|
"kind": 2048,
|
4544
4544
|
"kindString": "Method",
|
@@ -4554,7 +4554,7 @@
|
|
4554
4554
|
],
|
4555
4555
|
"signatures": [
|
4556
4556
|
{
|
4557
|
-
"id":
|
4557
|
+
"id": 469,
|
4558
4558
|
"name": "attachTemplate",
|
4559
4559
|
"kind": 4096,
|
4560
4560
|
"kindString": "Call signature",
|
@@ -4564,7 +4564,7 @@
|
|
4564
4564
|
},
|
4565
4565
|
"typeParameter": [
|
4566
4566
|
{
|
4567
|
-
"id":
|
4567
|
+
"id": 470,
|
4568
4568
|
"name": "T",
|
4569
4569
|
"kind": 131072,
|
4570
4570
|
"kindString": "Type parameter",
|
@@ -4573,7 +4573,7 @@
|
|
4573
4573
|
],
|
4574
4574
|
"parameters": [
|
4575
4575
|
{
|
4576
|
-
"id":
|
4576
|
+
"id": 471,
|
4577
4577
|
"name": "templateRef",
|
4578
4578
|
"kind": 32768,
|
4579
4579
|
"kindString": "Parameter",
|
@@ -4586,7 +4586,7 @@
|
|
4586
4586
|
"typeArguments": [
|
4587
4587
|
{
|
4588
4588
|
"type": "reference",
|
4589
|
-
"id":
|
4589
|
+
"id": 470,
|
4590
4590
|
"name": "T"
|
4591
4591
|
}
|
4592
4592
|
],
|
@@ -4596,7 +4596,7 @@
|
|
4596
4596
|
}
|
4597
4597
|
},
|
4598
4598
|
{
|
4599
|
-
"id":
|
4599
|
+
"id": 472,
|
4600
4600
|
"name": "context",
|
4601
4601
|
"kind": 32768,
|
4602
4602
|
"kindString": "Parameter",
|
@@ -4608,7 +4608,7 @@
|
|
4608
4608
|
},
|
4609
4609
|
"type": {
|
4610
4610
|
"type": "reference",
|
4611
|
-
"id":
|
4611
|
+
"id": 470,
|
4612
4612
|
"name": "T"
|
4613
4613
|
}
|
4614
4614
|
}
|
@@ -4626,31 +4626,31 @@
|
|
4626
4626
|
"title": "Constructors",
|
4627
4627
|
"kind": 512,
|
4628
4628
|
"children": [
|
4629
|
-
|
4629
|
+
451
|
4630
4630
|
]
|
4631
4631
|
},
|
4632
4632
|
{
|
4633
4633
|
"title": "Properties",
|
4634
4634
|
"kind": 1024,
|
4635
4635
|
"children": [
|
4636
|
-
|
4637
|
-
|
4636
|
+
462,
|
4637
|
+
461
|
4638
4638
|
]
|
4639
4639
|
},
|
4640
4640
|
{
|
4641
4641
|
"title": "Accessors",
|
4642
4642
|
"kind": 262144,
|
4643
4643
|
"children": [
|
4644
|
-
|
4645
|
-
|
4644
|
+
455,
|
4645
|
+
457
|
4646
4646
|
]
|
4647
4647
|
},
|
4648
4648
|
{
|
4649
4649
|
"title": "Methods",
|
4650
4650
|
"kind": 2048,
|
4651
4651
|
"children": [
|
4652
|
-
|
4653
|
-
|
4652
|
+
463,
|
4653
|
+
468
|
4654
4654
|
]
|
4655
4655
|
}
|
4656
4656
|
],
|
@@ -4663,7 +4663,7 @@
|
|
4663
4663
|
]
|
4664
4664
|
},
|
4665
4665
|
{
|
4666
|
-
"id":
|
4666
|
+
"id": 473,
|
4667
4667
|
"name": "SkyOverlayModule",
|
4668
4668
|
"kind": 128,
|
4669
4669
|
"kindString": "Class",
|
@@ -4688,7 +4688,7 @@
|
|
4688
4688
|
"title": "Constructors",
|
4689
4689
|
"kind": 512,
|
4690
4690
|
"children": [
|
4691
|
-
|
4691
|
+
474
|
4692
4692
|
]
|
4693
4693
|
}
|
4694
4694
|
],
|
@@ -4701,7 +4701,7 @@
|
|
4701
4701
|
]
|
4702
4702
|
},
|
4703
4703
|
{
|
4704
|
-
"id":
|
4704
|
+
"id": 476,
|
4705
4705
|
"name": "SkyOverlayService",
|
4706
4706
|
"kind": 128,
|
4707
4707
|
"kindString": "Class",
|
@@ -4731,7 +4731,7 @@
|
|
4731
4731
|
],
|
4732
4732
|
"children": [
|
4733
4733
|
{
|
4734
|
-
"id":
|
4734
|
+
"id": 478,
|
4735
4735
|
"name": "constructor",
|
4736
4736
|
"kind": 512,
|
4737
4737
|
"kindString": "Constructor",
|
@@ -4745,14 +4745,14 @@
|
|
4745
4745
|
],
|
4746
4746
|
"signatures": [
|
4747
4747
|
{
|
4748
|
-
"id":
|
4748
|
+
"id": 479,
|
4749
4749
|
"name": "new SkyOverlayService",
|
4750
4750
|
"kind": 16384,
|
4751
4751
|
"kindString": "Constructor signature",
|
4752
4752
|
"flags": {},
|
4753
4753
|
"parameters": [
|
4754
4754
|
{
|
4755
|
-
"id":
|
4755
|
+
"id": 480,
|
4756
4756
|
"name": "applicationRef",
|
4757
4757
|
"kind": 32768,
|
4758
4758
|
"kindString": "Parameter",
|
@@ -4765,7 +4765,7 @@
|
|
4765
4765
|
}
|
4766
4766
|
},
|
4767
4767
|
{
|
4768
|
-
"id":
|
4768
|
+
"id": 481,
|
4769
4769
|
"name": "componentFactoryResolver",
|
4770
4770
|
"kind": 32768,
|
4771
4771
|
"kindString": "Parameter",
|
@@ -4778,7 +4778,7 @@
|
|
4778
4778
|
}
|
4779
4779
|
},
|
4780
4780
|
{
|
4781
|
-
"id":
|
4781
|
+
"id": 482,
|
4782
4782
|
"name": "injector",
|
4783
4783
|
"kind": 32768,
|
4784
4784
|
"kindString": "Parameter",
|
@@ -4791,7 +4791,7 @@
|
|
4791
4791
|
}
|
4792
4792
|
},
|
4793
4793
|
{
|
4794
|
-
"id":
|
4794
|
+
"id": 483,
|
4795
4795
|
"name": "adapter",
|
4796
4796
|
"kind": 32768,
|
4797
4797
|
"kindString": "Parameter",
|
@@ -4804,14 +4804,14 @@
|
|
4804
4804
|
],
|
4805
4805
|
"type": {
|
4806
4806
|
"type": "reference",
|
4807
|
-
"id":
|
4807
|
+
"id": 476,
|
4808
4808
|
"name": "SkyOverlayService"
|
4809
4809
|
}
|
4810
4810
|
}
|
4811
4811
|
]
|
4812
4812
|
},
|
4813
4813
|
{
|
4814
|
-
"id":
|
4814
|
+
"id": 487,
|
4815
4815
|
"name": "close",
|
4816
4816
|
"kind": 2048,
|
4817
4817
|
"kindString": "Method",
|
@@ -4827,7 +4827,7 @@
|
|
4827
4827
|
],
|
4828
4828
|
"signatures": [
|
4829
4829
|
{
|
4830
|
-
"id":
|
4830
|
+
"id": 488,
|
4831
4831
|
"name": "close",
|
4832
4832
|
"kind": 4096,
|
4833
4833
|
"kindString": "Call signature",
|
@@ -4837,7 +4837,7 @@
|
|
4837
4837
|
},
|
4838
4838
|
"parameters": [
|
4839
4839
|
{
|
4840
|
-
"id":
|
4840
|
+
"id": 489,
|
4841
4841
|
"name": "instance",
|
4842
4842
|
"kind": 32768,
|
4843
4843
|
"kindString": "Parameter",
|
@@ -4847,7 +4847,7 @@
|
|
4847
4847
|
},
|
4848
4848
|
"type": {
|
4849
4849
|
"type": "reference",
|
4850
|
-
"id":
|
4850
|
+
"id": 450,
|
4851
4851
|
"name": "SkyOverlayInstance"
|
4852
4852
|
}
|
4853
4853
|
}
|
@@ -4860,7 +4860,7 @@
|
|
4860
4860
|
]
|
4861
4861
|
},
|
4862
4862
|
{
|
4863
|
-
"id":
|
4863
|
+
"id": 490,
|
4864
4864
|
"name": "closeAll",
|
4865
4865
|
"kind": 2048,
|
4866
4866
|
"kindString": "Method",
|
@@ -4876,7 +4876,7 @@
|
|
4876
4876
|
],
|
4877
4877
|
"signatures": [
|
4878
4878
|
{
|
4879
|
-
"id":
|
4879
|
+
"id": 491,
|
4880
4880
|
"name": "closeAll",
|
4881
4881
|
"kind": 4096,
|
4882
4882
|
"kindString": "Call signature",
|
@@ -4892,7 +4892,7 @@
|
|
4892
4892
|
]
|
4893
4893
|
},
|
4894
4894
|
{
|
4895
|
-
"id":
|
4895
|
+
"id": 484,
|
4896
4896
|
"name": "create",
|
4897
4897
|
"kind": 2048,
|
4898
4898
|
"kindString": "Method",
|
@@ -4908,7 +4908,7 @@
|
|
4908
4908
|
],
|
4909
4909
|
"signatures": [
|
4910
4910
|
{
|
4911
|
-
"id":
|
4911
|
+
"id": 485,
|
4912
4912
|
"name": "create",
|
4913
4913
|
"kind": 4096,
|
4914
4914
|
"kindString": "Call signature",
|
@@ -4918,7 +4918,7 @@
|
|
4918
4918
|
},
|
4919
4919
|
"parameters": [
|
4920
4920
|
{
|
4921
|
-
"id":
|
4921
|
+
"id": 486,
|
4922
4922
|
"name": "config",
|
4923
4923
|
"kind": 32768,
|
4924
4924
|
"kindString": "Parameter",
|
@@ -4930,14 +4930,14 @@
|
|
4930
4930
|
},
|
4931
4931
|
"type": {
|
4932
4932
|
"type": "reference",
|
4933
|
-
"id":
|
4933
|
+
"id": 443,
|
4934
4934
|
"name": "SkyOverlayConfig"
|
4935
4935
|
}
|
4936
4936
|
}
|
4937
4937
|
],
|
4938
4938
|
"type": {
|
4939
4939
|
"type": "reference",
|
4940
|
-
"id":
|
4940
|
+
"id": 450,
|
4941
4941
|
"name": "SkyOverlayInstance"
|
4942
4942
|
}
|
4943
4943
|
}
|
@@ -4949,16 +4949,16 @@
|
|
4949
4949
|
"title": "Constructors",
|
4950
4950
|
"kind": 512,
|
4951
4951
|
"children": [
|
4952
|
-
|
4952
|
+
478
|
4953
4953
|
]
|
4954
4954
|
},
|
4955
4955
|
{
|
4956
4956
|
"title": "Methods",
|
4957
4957
|
"kind": 2048,
|
4958
4958
|
"children": [
|
4959
|
-
|
4960
|
-
|
4961
|
-
|
4959
|
+
487,
|
4960
|
+
490,
|
4961
|
+
484
|
4962
4962
|
]
|
4963
4963
|
}
|
4964
4964
|
],
|
@@ -4971,7 +4971,7 @@
|
|
4971
4971
|
]
|
4972
4972
|
},
|
4973
4973
|
{
|
4974
|
-
"id":
|
4974
|
+
"id": 504,
|
4975
4975
|
"name": "SkyPercentPipe",
|
4976
4976
|
"kind": 128,
|
4977
4977
|
"kindString": "Class",
|
@@ -4992,7 +4992,7 @@
|
|
4992
4992
|
],
|
4993
4993
|
"children": [
|
4994
4994
|
{
|
4995
|
-
"id":
|
4995
|
+
"id": 505,
|
4996
4996
|
"name": "constructor",
|
4997
4997
|
"kind": 512,
|
4998
4998
|
"kindString": "Constructor",
|
@@ -5006,14 +5006,14 @@
|
|
5006
5006
|
],
|
5007
5007
|
"signatures": [
|
5008
5008
|
{
|
5009
|
-
"id":
|
5009
|
+
"id": 506,
|
5010
5010
|
"name": "new SkyPercentPipe",
|
5011
5011
|
"kind": 16384,
|
5012
5012
|
"kindString": "Constructor signature",
|
5013
5013
|
"flags": {},
|
5014
5014
|
"parameters": [
|
5015
5015
|
{
|
5016
|
-
"id":
|
5016
|
+
"id": 507,
|
5017
5017
|
"name": "localeProvider",
|
5018
5018
|
"kind": 32768,
|
5019
5019
|
"kindString": "Parameter",
|
@@ -5026,14 +5026,14 @@
|
|
5026
5026
|
],
|
5027
5027
|
"type": {
|
5028
5028
|
"type": "reference",
|
5029
|
-
"id":
|
5029
|
+
"id": 504,
|
5030
5030
|
"name": "SkyPercentPipe"
|
5031
5031
|
}
|
5032
5032
|
}
|
5033
5033
|
]
|
5034
5034
|
},
|
5035
5035
|
{
|
5036
|
-
"id":
|
5036
|
+
"id": 515,
|
5037
5037
|
"name": "ngOnDestroy",
|
5038
5038
|
"kind": 2048,
|
5039
5039
|
"kindString": "Method",
|
@@ -5049,7 +5049,7 @@
|
|
5049
5049
|
],
|
5050
5050
|
"signatures": [
|
5051
5051
|
{
|
5052
|
-
"id":
|
5052
|
+
"id": 516,
|
5053
5053
|
"name": "ngOnDestroy",
|
5054
5054
|
"kind": 4096,
|
5055
5055
|
"kindString": "Call signature",
|
@@ -5070,7 +5070,7 @@
|
|
5070
5070
|
}
|
5071
5071
|
},
|
5072
5072
|
{
|
5073
|
-
"id":
|
5073
|
+
"id": 517,
|
5074
5074
|
"name": "transform",
|
5075
5075
|
"kind": 2048,
|
5076
5076
|
"kindString": "Method",
|
@@ -5086,14 +5086,14 @@
|
|
5086
5086
|
],
|
5087
5087
|
"signatures": [
|
5088
5088
|
{
|
5089
|
-
"id":
|
5089
|
+
"id": 518,
|
5090
5090
|
"name": "transform",
|
5091
5091
|
"kind": 4096,
|
5092
5092
|
"kindString": "Call signature",
|
5093
5093
|
"flags": {},
|
5094
5094
|
"parameters": [
|
5095
5095
|
{
|
5096
|
-
"id":
|
5096
|
+
"id": 519,
|
5097
5097
|
"name": "value",
|
5098
5098
|
"kind": 32768,
|
5099
5099
|
"kindString": "Parameter",
|
@@ -5104,7 +5104,7 @@
|
|
5104
5104
|
}
|
5105
5105
|
},
|
5106
5106
|
{
|
5107
|
-
"id":
|
5107
|
+
"id": 520,
|
5108
5108
|
"name": "format",
|
5109
5109
|
"kind": 32768,
|
5110
5110
|
"kindString": "Parameter",
|
@@ -5117,7 +5117,7 @@
|
|
5117
5117
|
}
|
5118
5118
|
},
|
5119
5119
|
{
|
5120
|
-
"id":
|
5120
|
+
"id": 521,
|
5121
5121
|
"name": "locale",
|
5122
5122
|
"kind": 32768,
|
5123
5123
|
"kindString": "Parameter",
|
@@ -5151,15 +5151,15 @@
|
|
5151
5151
|
"title": "Constructors",
|
5152
5152
|
"kind": 512,
|
5153
5153
|
"children": [
|
5154
|
-
|
5154
|
+
505
|
5155
5155
|
]
|
5156
5156
|
},
|
5157
5157
|
{
|
5158
5158
|
"title": "Methods",
|
5159
5159
|
"kind": 2048,
|
5160
5160
|
"children": [
|
5161
|
-
|
5162
|
-
|
5161
|
+
515,
|
5162
|
+
517
|
5163
5163
|
]
|
5164
5164
|
}
|
5165
5165
|
],
|
@@ -5186,7 +5186,7 @@
|
|
5186
5186
|
]
|
5187
5187
|
},
|
5188
5188
|
{
|
5189
|
-
"id":
|
5189
|
+
"id": 501,
|
5190
5190
|
"name": "SkyPercentPipeModule",
|
5191
5191
|
"kind": 128,
|
5192
5192
|
"kindString": "Class",
|
@@ -5211,7 +5211,7 @@
|
|
5211
5211
|
"title": "Constructors",
|
5212
5212
|
"kind": 512,
|
5213
5213
|
"children": [
|
5214
|
-
|
5214
|
+
502
|
5215
5215
|
]
|
5216
5216
|
}
|
5217
5217
|
],
|
@@ -5224,7 +5224,7 @@
|
|
5224
5224
|
]
|
5225
5225
|
},
|
5226
5226
|
{
|
5227
|
-
"id":
|
5227
|
+
"id": 541,
|
5228
5228
|
"name": "SkyResizeObserverMediaQueryService",
|
5229
5229
|
"kind": 128,
|
5230
5230
|
"kindString": "Class",
|
@@ -5248,7 +5248,7 @@
|
|
5248
5248
|
],
|
5249
5249
|
"children": [
|
5250
5250
|
{
|
5251
|
-
"id":
|
5251
|
+
"id": 542,
|
5252
5252
|
"name": "constructor",
|
5253
5253
|
"kind": 512,
|
5254
5254
|
"kindString": "Constructor",
|
@@ -5256,41 +5256,41 @@
|
|
5256
5256
|
"sources": [
|
5257
5257
|
{
|
5258
5258
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5259
|
-
"line":
|
5259
|
+
"line": 53,
|
5260
5260
|
"character": 2
|
5261
5261
|
}
|
5262
5262
|
],
|
5263
5263
|
"signatures": [
|
5264
5264
|
{
|
5265
|
-
"id":
|
5265
|
+
"id": 543,
|
5266
5266
|
"name": "new SkyResizeObserverMediaQueryService",
|
5267
5267
|
"kind": 16384,
|
5268
5268
|
"kindString": "Constructor signature",
|
5269
5269
|
"flags": {},
|
5270
5270
|
"parameters": [
|
5271
5271
|
{
|
5272
|
-
"id":
|
5272
|
+
"id": 544,
|
5273
5273
|
"name": "resizeObserverService",
|
5274
5274
|
"kind": 32768,
|
5275
5275
|
"kindString": "Parameter",
|
5276
5276
|
"flags": {},
|
5277
5277
|
"type": {
|
5278
5278
|
"type": "reference",
|
5279
|
-
"id":
|
5279
|
+
"id": 524,
|
5280
5280
|
"name": "SkyResizeObserverService"
|
5281
5281
|
}
|
5282
5282
|
}
|
5283
5283
|
],
|
5284
5284
|
"type": {
|
5285
5285
|
"type": "reference",
|
5286
|
-
"id":
|
5286
|
+
"id": 541,
|
5287
5287
|
"name": "SkyResizeObserverMediaQueryService"
|
5288
5288
|
}
|
5289
5289
|
}
|
5290
5290
|
]
|
5291
5291
|
},
|
5292
5292
|
{
|
5293
|
-
"id":
|
5293
|
+
"id": 545,
|
5294
5294
|
"name": "current",
|
5295
5295
|
"kind": 262144,
|
5296
5296
|
"kindString": "Accessor",
|
@@ -5306,7 +5306,7 @@
|
|
5306
5306
|
],
|
5307
5307
|
"getSignature": [
|
5308
5308
|
{
|
5309
|
-
"id":
|
5309
|
+
"id": 546,
|
5310
5310
|
"name": "current",
|
5311
5311
|
"kind": 524288,
|
5312
5312
|
"kindString": "Get signature",
|
@@ -5323,7 +5323,7 @@
|
|
5323
5323
|
]
|
5324
5324
|
},
|
5325
5325
|
{
|
5326
|
-
"id":
|
5326
|
+
"id": 557,
|
5327
5327
|
"name": "ngOnDestroy",
|
5328
5328
|
"kind": 2048,
|
5329
5329
|
"kindString": "Method",
|
@@ -5333,13 +5333,13 @@
|
|
5333
5333
|
"sources": [
|
5334
5334
|
{
|
5335
5335
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5336
|
-
"line":
|
5336
|
+
"line": 60,
|
5337
5337
|
"character": 9
|
5338
5338
|
}
|
5339
5339
|
],
|
5340
5340
|
"signatures": [
|
5341
5341
|
{
|
5342
|
-
"id":
|
5342
|
+
"id": 558,
|
5343
5343
|
"name": "ngOnDestroy",
|
5344
5344
|
"kind": 4096,
|
5345
5345
|
"kindString": "Call signature",
|
@@ -5360,7 +5360,7 @@
|
|
5360
5360
|
}
|
5361
5361
|
},
|
5362
5362
|
{
|
5363
|
-
"id":
|
5363
|
+
"id": 561,
|
5364
5364
|
"name": "observe",
|
5365
5365
|
"kind": 2048,
|
5366
5366
|
"kindString": "Method",
|
@@ -5370,13 +5370,13 @@
|
|
5370
5370
|
"sources": [
|
5371
5371
|
{
|
5372
5372
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5373
|
-
"line":
|
5373
|
+
"line": 78,
|
5374
5374
|
"character": 9
|
5375
5375
|
}
|
5376
5376
|
],
|
5377
5377
|
"signatures": [
|
5378
5378
|
{
|
5379
|
-
"id":
|
5379
|
+
"id": 562,
|
5380
5380
|
"name": "observe",
|
5381
5381
|
"kind": 4096,
|
5382
5382
|
"kindString": "Call signature",
|
@@ -5386,7 +5386,7 @@
|
|
5386
5386
|
},
|
5387
5387
|
"parameters": [
|
5388
5388
|
{
|
5389
|
-
"id":
|
5389
|
+
"id": 563,
|
5390
5390
|
"name": "element",
|
5391
5391
|
"kind": 32768,
|
5392
5392
|
"kindString": "Parameter",
|
@@ -5407,14 +5407,14 @@
|
|
5407
5407
|
],
|
5408
5408
|
"type": {
|
5409
5409
|
"type": "reference",
|
5410
|
-
"id":
|
5410
|
+
"id": 541,
|
5411
5411
|
"name": "SkyResizeObserverMediaQueryService"
|
5412
5412
|
}
|
5413
5413
|
}
|
5414
5414
|
]
|
5415
5415
|
},
|
5416
5416
|
{
|
5417
|
-
"id":
|
5417
|
+
"id": 566,
|
5418
5418
|
"name": "subscribe",
|
5419
5419
|
"kind": 2048,
|
5420
5420
|
"kindString": "Method",
|
@@ -5424,13 +5424,13 @@
|
|
5424
5424
|
"sources": [
|
5425
5425
|
{
|
5426
5426
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5427
|
-
"line":
|
5427
|
+
"line": 114,
|
5428
5428
|
"character": 9
|
5429
5429
|
}
|
5430
5430
|
],
|
5431
5431
|
"signatures": [
|
5432
5432
|
{
|
5433
|
-
"id":
|
5433
|
+
"id": 567,
|
5434
5434
|
"name": "subscribe",
|
5435
5435
|
"kind": 4096,
|
5436
5436
|
"kindString": "Call signature",
|
@@ -5440,7 +5440,7 @@
|
|
5440
5440
|
},
|
5441
5441
|
"parameters": [
|
5442
5442
|
{
|
5443
|
-
"id":
|
5443
|
+
"id": 568,
|
5444
5444
|
"name": "listener",
|
5445
5445
|
"kind": 32768,
|
5446
5446
|
"kindString": "Parameter",
|
@@ -5462,7 +5462,7 @@
|
|
5462
5462
|
]
|
5463
5463
|
},
|
5464
5464
|
{
|
5465
|
-
"id":
|
5465
|
+
"id": 564,
|
5466
5466
|
"name": "unobserve",
|
5467
5467
|
"kind": 2048,
|
5468
5468
|
"kindString": "Method",
|
@@ -5472,13 +5472,13 @@
|
|
5472
5472
|
"sources": [
|
5473
5473
|
{
|
5474
5474
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5475
|
-
"line":
|
5475
|
+
"line": 107,
|
5476
5476
|
"character": 9
|
5477
5477
|
}
|
5478
5478
|
],
|
5479
5479
|
"signatures": [
|
5480
5480
|
{
|
5481
|
-
"id":
|
5481
|
+
"id": 565,
|
5482
5482
|
"name": "unobserve",
|
5483
5483
|
"kind": 4096,
|
5484
5484
|
"kindString": "Call signature",
|
@@ -5499,24 +5499,24 @@
|
|
5499
5499
|
"title": "Constructors",
|
5500
5500
|
"kind": 512,
|
5501
5501
|
"children": [
|
5502
|
-
|
5502
|
+
542
|
5503
5503
|
]
|
5504
5504
|
},
|
5505
5505
|
{
|
5506
5506
|
"title": "Accessors",
|
5507
5507
|
"kind": 262144,
|
5508
5508
|
"children": [
|
5509
|
-
|
5509
|
+
545
|
5510
5510
|
]
|
5511
5511
|
},
|
5512
5512
|
{
|
5513
5513
|
"title": "Methods",
|
5514
5514
|
"kind": 2048,
|
5515
5515
|
"children": [
|
5516
|
-
|
5517
|
-
|
5518
|
-
|
5519
|
-
|
5516
|
+
557,
|
5517
|
+
561,
|
5518
|
+
566,
|
5519
|
+
564
|
5520
5520
|
]
|
5521
5521
|
}
|
5522
5522
|
],
|
@@ -5537,7 +5537,7 @@
|
|
5537
5537
|
]
|
5538
5538
|
},
|
5539
5539
|
{
|
5540
|
-
"id":
|
5540
|
+
"id": 524,
|
5541
5541
|
"name": "SkyResizeObserverService",
|
5542
5542
|
"kind": 128,
|
5543
5543
|
"kindString": "Class",
|
@@ -5561,7 +5561,7 @@
|
|
5561
5561
|
],
|
5562
5562
|
"children": [
|
5563
5563
|
{
|
5564
|
-
"id":
|
5564
|
+
"id": 525,
|
5565
5565
|
"name": "constructor",
|
5566
5566
|
"kind": 512,
|
5567
5567
|
"kindString": "Constructor",
|
@@ -5575,14 +5575,14 @@
|
|
5575
5575
|
],
|
5576
5576
|
"signatures": [
|
5577
5577
|
{
|
5578
|
-
"id":
|
5578
|
+
"id": 526,
|
5579
5579
|
"name": "new SkyResizeObserverService",
|
5580
5580
|
"kind": 16384,
|
5581
5581
|
"kindString": "Constructor signature",
|
5582
5582
|
"flags": {},
|
5583
5583
|
"parameters": [
|
5584
5584
|
{
|
5585
|
-
"id":
|
5585
|
+
"id": 527,
|
5586
5586
|
"name": "zone",
|
5587
5587
|
"kind": 32768,
|
5588
5588
|
"kindString": "Parameter",
|
@@ -5597,14 +5597,14 @@
|
|
5597
5597
|
],
|
5598
5598
|
"type": {
|
5599
5599
|
"type": "reference",
|
5600
|
-
"id":
|
5600
|
+
"id": 524,
|
5601
5601
|
"name": "SkyResizeObserverService"
|
5602
5602
|
}
|
5603
5603
|
}
|
5604
5604
|
]
|
5605
5605
|
},
|
5606
5606
|
{
|
5607
|
-
"id":
|
5607
|
+
"id": 530,
|
5608
5608
|
"name": "ngOnDestroy",
|
5609
5609
|
"kind": 2048,
|
5610
5610
|
"kindString": "Method",
|
@@ -5620,7 +5620,7 @@
|
|
5620
5620
|
],
|
5621
5621
|
"signatures": [
|
5622
5622
|
{
|
5623
|
-
"id":
|
5623
|
+
"id": 531,
|
5624
5624
|
"name": "ngOnDestroy",
|
5625
5625
|
"kind": 4096,
|
5626
5626
|
"kindString": "Call signature",
|
@@ -5641,7 +5641,7 @@
|
|
5641
5641
|
}
|
5642
5642
|
},
|
5643
5643
|
{
|
5644
|
-
"id":
|
5644
|
+
"id": 532,
|
5645
5645
|
"name": "observe",
|
5646
5646
|
"kind": 2048,
|
5647
5647
|
"kindString": "Method",
|
@@ -5657,7 +5657,7 @@
|
|
5657
5657
|
],
|
5658
5658
|
"signatures": [
|
5659
5659
|
{
|
5660
|
-
"id":
|
5660
|
+
"id": 533,
|
5661
5661
|
"name": "observe",
|
5662
5662
|
"kind": 4096,
|
5663
5663
|
"kindString": "Call signature",
|
@@ -5667,7 +5667,7 @@
|
|
5667
5667
|
},
|
5668
5668
|
"parameters": [
|
5669
5669
|
{
|
5670
|
-
"id":
|
5670
|
+
"id": 534,
|
5671
5671
|
"name": "element",
|
5672
5672
|
"kind": 32768,
|
5673
5673
|
"kindString": "Parameter",
|
@@ -5709,15 +5709,15 @@
|
|
5709
5709
|
"title": "Constructors",
|
5710
5710
|
"kind": 512,
|
5711
5711
|
"children": [
|
5712
|
-
|
5712
|
+
525
|
5713
5713
|
]
|
5714
5714
|
},
|
5715
5715
|
{
|
5716
5716
|
"title": "Methods",
|
5717
5717
|
"kind": 2048,
|
5718
5718
|
"children": [
|
5719
|
-
|
5720
|
-
|
5719
|
+
530,
|
5720
|
+
532
|
5721
5721
|
]
|
5722
5722
|
}
|
5723
5723
|
],
|
@@ -5738,7 +5738,7 @@
|
|
5738
5738
|
]
|
5739
5739
|
},
|
5740
5740
|
{
|
5741
|
-
"id":
|
5741
|
+
"id": 575,
|
5742
5742
|
"name": "SkyScrollableHostService",
|
5743
5743
|
"kind": 128,
|
5744
5744
|
"kindString": "Class",
|
@@ -5759,7 +5759,7 @@
|
|
5759
5759
|
],
|
5760
5760
|
"children": [
|
5761
5761
|
{
|
5762
|
-
"id":
|
5762
|
+
"id": 576,
|
5763
5763
|
"name": "constructor",
|
5764
5764
|
"kind": 512,
|
5765
5765
|
"kindString": "Constructor",
|
@@ -5773,14 +5773,14 @@
|
|
5773
5773
|
],
|
5774
5774
|
"signatures": [
|
5775
5775
|
{
|
5776
|
-
"id":
|
5776
|
+
"id": 577,
|
5777
5777
|
"name": "new SkyScrollableHostService",
|
5778
5778
|
"kind": 16384,
|
5779
5779
|
"kindString": "Constructor signature",
|
5780
5780
|
"flags": {},
|
5781
5781
|
"parameters": [
|
5782
5782
|
{
|
5783
|
-
"id":
|
5783
|
+
"id": 578,
|
5784
5784
|
"name": "mutationObserverSvc",
|
5785
5785
|
"kind": 32768,
|
5786
5786
|
"kindString": "Parameter",
|
@@ -5792,28 +5792,28 @@
|
|
5792
5792
|
}
|
5793
5793
|
},
|
5794
5794
|
{
|
5795
|
-
"id":
|
5795
|
+
"id": 579,
|
5796
5796
|
"name": "windowRef",
|
5797
5797
|
"kind": 32768,
|
5798
5798
|
"kindString": "Parameter",
|
5799
5799
|
"flags": {},
|
5800
5800
|
"type": {
|
5801
5801
|
"type": "reference",
|
5802
|
-
"id":
|
5802
|
+
"id": 652,
|
5803
5803
|
"name": "SkyAppWindowRef"
|
5804
5804
|
}
|
5805
5805
|
}
|
5806
5806
|
],
|
5807
5807
|
"type": {
|
5808
5808
|
"type": "reference",
|
5809
|
-
"id":
|
5809
|
+
"id": 575,
|
5810
5810
|
"name": "SkyScrollableHostService"
|
5811
5811
|
}
|
5812
5812
|
}
|
5813
5813
|
]
|
5814
5814
|
},
|
5815
5815
|
{
|
5816
|
-
"id":
|
5816
|
+
"id": 580,
|
5817
5817
|
"name": "getScrollableHost",
|
5818
5818
|
"kind": 2048,
|
5819
5819
|
"kindString": "Method",
|
@@ -5829,7 +5829,7 @@
|
|
5829
5829
|
],
|
5830
5830
|
"signatures": [
|
5831
5831
|
{
|
5832
|
-
"id":
|
5832
|
+
"id": 581,
|
5833
5833
|
"name": "getScrollableHost",
|
5834
5834
|
"kind": 4096,
|
5835
5835
|
"kindString": "Call signature",
|
@@ -5840,7 +5840,7 @@
|
|
5840
5840
|
},
|
5841
5841
|
"parameters": [
|
5842
5842
|
{
|
5843
|
-
"id":
|
5843
|
+
"id": 582,
|
5844
5844
|
"name": "elementRef",
|
5845
5845
|
"kind": 32768,
|
5846
5846
|
"kindString": "Parameter",
|
@@ -5883,7 +5883,7 @@
|
|
5883
5883
|
]
|
5884
5884
|
},
|
5885
5885
|
{
|
5886
|
-
"id":
|
5886
|
+
"id": 586,
|
5887
5887
|
"name": "watchScrollableHostScrollEvents",
|
5888
5888
|
"kind": 2048,
|
5889
5889
|
"kindString": "Method",
|
@@ -5899,7 +5899,7 @@
|
|
5899
5899
|
],
|
5900
5900
|
"signatures": [
|
5901
5901
|
{
|
5902
|
-
"id":
|
5902
|
+
"id": 587,
|
5903
5903
|
"name": "watchScrollableHostScrollEvents",
|
5904
5904
|
"kind": 4096,
|
5905
5905
|
"kindString": "Call signature",
|
@@ -5910,7 +5910,7 @@
|
|
5910
5910
|
},
|
5911
5911
|
"parameters": [
|
5912
5912
|
{
|
5913
|
-
"id":
|
5913
|
+
"id": 588,
|
5914
5914
|
"name": "elementRef",
|
5915
5915
|
"kind": 32768,
|
5916
5916
|
"kindString": "Parameter",
|
@@ -5953,15 +5953,15 @@
|
|
5953
5953
|
"title": "Constructors",
|
5954
5954
|
"kind": 512,
|
5955
5955
|
"children": [
|
5956
|
-
|
5956
|
+
576
|
5957
5957
|
]
|
5958
5958
|
},
|
5959
5959
|
{
|
5960
5960
|
"title": "Methods",
|
5961
5961
|
"kind": 2048,
|
5962
5962
|
"children": [
|
5963
|
-
|
5964
|
-
|
5963
|
+
580,
|
5964
|
+
586
|
5965
5965
|
]
|
5966
5966
|
}
|
5967
5967
|
],
|
@@ -5974,7 +5974,7 @@
|
|
5974
5974
|
]
|
5975
5975
|
},
|
5976
5976
|
{
|
5977
|
-
"id":
|
5977
|
+
"id": 608,
|
5978
5978
|
"name": "SkyUIConfigService",
|
5979
5979
|
"kind": 128,
|
5980
5980
|
"kindString": "Class",
|
@@ -5995,7 +5995,7 @@
|
|
5995
5995
|
],
|
5996
5996
|
"children": [
|
5997
5997
|
{
|
5998
|
-
"id":
|
5998
|
+
"id": 611,
|
5999
5999
|
"name": "getConfig",
|
6000
6000
|
"kind": 2048,
|
6001
6001
|
"kindString": "Method",
|
@@ -6011,14 +6011,14 @@
|
|
6011
6011
|
],
|
6012
6012
|
"signatures": [
|
6013
6013
|
{
|
6014
|
-
"id":
|
6014
|
+
"id": 612,
|
6015
6015
|
"name": "getConfig",
|
6016
6016
|
"kind": 4096,
|
6017
6017
|
"kindString": "Call signature",
|
6018
6018
|
"flags": {},
|
6019
6019
|
"parameters": [
|
6020
6020
|
{
|
6021
|
-
"id":
|
6021
|
+
"id": 613,
|
6022
6022
|
"name": "key",
|
6023
6023
|
"kind": 32768,
|
6024
6024
|
"kindString": "Parameter",
|
@@ -6029,7 +6029,7 @@
|
|
6029
6029
|
}
|
6030
6030
|
},
|
6031
6031
|
{
|
6032
|
-
"id":
|
6032
|
+
"id": 614,
|
6033
6033
|
"name": "defaultConfig",
|
6034
6034
|
"kind": 32768,
|
6035
6035
|
"kindString": "Parameter",
|
@@ -6058,7 +6058,7 @@
|
|
6058
6058
|
]
|
6059
6059
|
},
|
6060
6060
|
{
|
6061
|
-
"id":
|
6061
|
+
"id": 615,
|
6062
6062
|
"name": "setConfig",
|
6063
6063
|
"kind": 2048,
|
6064
6064
|
"kindString": "Method",
|
@@ -6074,14 +6074,14 @@
|
|
6074
6074
|
],
|
6075
6075
|
"signatures": [
|
6076
6076
|
{
|
6077
|
-
"id":
|
6077
|
+
"id": 616,
|
6078
6078
|
"name": "setConfig",
|
6079
6079
|
"kind": 4096,
|
6080
6080
|
"kindString": "Call signature",
|
6081
6081
|
"flags": {},
|
6082
6082
|
"parameters": [
|
6083
6083
|
{
|
6084
|
-
"id":
|
6084
|
+
"id": 617,
|
6085
6085
|
"name": "key",
|
6086
6086
|
"kind": 32768,
|
6087
6087
|
"kindString": "Parameter",
|
@@ -6092,7 +6092,7 @@
|
|
6092
6092
|
}
|
6093
6093
|
},
|
6094
6094
|
{
|
6095
|
-
"id":
|
6095
|
+
"id": 618,
|
6096
6096
|
"name": "value",
|
6097
6097
|
"kind": 32768,
|
6098
6098
|
"kindString": "Parameter",
|
@@ -6124,15 +6124,15 @@
|
|
6124
6124
|
"title": "Constructors",
|
6125
6125
|
"kind": 512,
|
6126
6126
|
"children": [
|
6127
|
-
|
6127
|
+
609
|
6128
6128
|
]
|
6129
6129
|
},
|
6130
6130
|
{
|
6131
6131
|
"title": "Methods",
|
6132
6132
|
"kind": 2048,
|
6133
6133
|
"children": [
|
6134
|
-
|
6135
|
-
|
6134
|
+
611,
|
6135
|
+
615
|
6136
6136
|
]
|
6137
6137
|
}
|
6138
6138
|
],
|
@@ -6145,7 +6145,7 @@
|
|
6145
6145
|
]
|
6146
6146
|
},
|
6147
6147
|
{
|
6148
|
-
"id":
|
6148
|
+
"id": 619,
|
6149
6149
|
"name": "SkyViewkeeperHostOptions",
|
6150
6150
|
"kind": 128,
|
6151
6151
|
"kindString": "Class",
|
@@ -6164,7 +6164,7 @@
|
|
6164
6164
|
],
|
6165
6165
|
"children": [
|
6166
6166
|
{
|
6167
|
-
"id":
|
6167
|
+
"id": 622,
|
6168
6168
|
"name": "boundaryEl",
|
6169
6169
|
"kind": 1024,
|
6170
6170
|
"kindString": "Property",
|
@@ -6190,12 +6190,12 @@
|
|
6190
6190
|
},
|
6191
6191
|
"implementationOf": {
|
6192
6192
|
"type": "reference",
|
6193
|
-
"id":
|
6193
|
+
"id": 630,
|
6194
6194
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
6195
6195
|
}
|
6196
6196
|
},
|
6197
6197
|
{
|
6198
|
-
"id":
|
6198
|
+
"id": 623,
|
6199
6199
|
"name": "el",
|
6200
6200
|
"kind": 1024,
|
6201
6201
|
"kindString": "Property",
|
@@ -6221,12 +6221,12 @@
|
|
6221
6221
|
},
|
6222
6222
|
"implementationOf": {
|
6223
6223
|
"type": "reference",
|
6224
|
-
"id":
|
6224
|
+
"id": 631,
|
6225
6225
|
"name": "SkyViewkeeperOptions.el"
|
6226
6226
|
}
|
6227
6227
|
},
|
6228
6228
|
{
|
6229
|
-
"id":
|
6229
|
+
"id": 624,
|
6230
6230
|
"name": "scrollableHost",
|
6231
6231
|
"kind": 1024,
|
6232
6232
|
"kindString": "Property",
|
@@ -6252,12 +6252,12 @@
|
|
6252
6252
|
},
|
6253
6253
|
"implementationOf": {
|
6254
6254
|
"type": "reference",
|
6255
|
-
"id":
|
6255
|
+
"id": 632,
|
6256
6256
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
6257
6257
|
}
|
6258
6258
|
},
|
6259
6259
|
{
|
6260
|
-
"id":
|
6260
|
+
"id": 625,
|
6261
6261
|
"name": "setWidth",
|
6262
6262
|
"kind": 1024,
|
6263
6263
|
"kindString": "Property",
|
@@ -6281,12 +6281,12 @@
|
|
6281
6281
|
},
|
6282
6282
|
"implementationOf": {
|
6283
6283
|
"type": "reference",
|
6284
|
-
"id":
|
6284
|
+
"id": 633,
|
6285
6285
|
"name": "SkyViewkeeperOptions.setWidth"
|
6286
6286
|
}
|
6287
6287
|
},
|
6288
6288
|
{
|
6289
|
-
"id":
|
6289
|
+
"id": 626,
|
6290
6290
|
"name": "verticalOffset",
|
6291
6291
|
"kind": 1024,
|
6292
6292
|
"kindString": "Property",
|
@@ -6310,12 +6310,12 @@
|
|
6310
6310
|
},
|
6311
6311
|
"implementationOf": {
|
6312
6312
|
"type": "reference",
|
6313
|
-
"id":
|
6313
|
+
"id": 634,
|
6314
6314
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6315
6315
|
}
|
6316
6316
|
},
|
6317
6317
|
{
|
6318
|
-
"id":
|
6318
|
+
"id": 627,
|
6319
6319
|
"name": "verticalOffsetEl",
|
6320
6320
|
"kind": 1024,
|
6321
6321
|
"kindString": "Property",
|
@@ -6341,12 +6341,12 @@
|
|
6341
6341
|
},
|
6342
6342
|
"implementationOf": {
|
6343
6343
|
"type": "reference",
|
6344
|
-
"id":
|
6344
|
+
"id": 635,
|
6345
6345
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6346
6346
|
}
|
6347
6347
|
},
|
6348
6348
|
{
|
6349
|
-
"id":
|
6349
|
+
"id": 628,
|
6350
6350
|
"name": "viewportMarginTop",
|
6351
6351
|
"kind": 1024,
|
6352
6352
|
"kindString": "Property",
|
@@ -6370,7 +6370,7 @@
|
|
6370
6370
|
},
|
6371
6371
|
"implementationOf": {
|
6372
6372
|
"type": "reference",
|
6373
|
-
"id":
|
6373
|
+
"id": 636,
|
6374
6374
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6375
6375
|
}
|
6376
6376
|
}
|
@@ -6380,20 +6380,20 @@
|
|
6380
6380
|
"title": "Constructors",
|
6381
6381
|
"kind": 512,
|
6382
6382
|
"children": [
|
6383
|
-
|
6383
|
+
620
|
6384
6384
|
]
|
6385
6385
|
},
|
6386
6386
|
{
|
6387
6387
|
"title": "Properties",
|
6388
6388
|
"kind": 1024,
|
6389
6389
|
"children": [
|
6390
|
+
622,
|
6391
|
+
623,
|
6392
|
+
624,
|
6390
6393
|
625,
|
6391
6394
|
626,
|
6392
6395
|
627,
|
6393
|
-
628
|
6394
|
-
629,
|
6395
|
-
630,
|
6396
|
-
631
|
6396
|
+
628
|
6397
6397
|
]
|
6398
6398
|
}
|
6399
6399
|
],
|
@@ -6407,13 +6407,13 @@
|
|
6407
6407
|
"implementedTypes": [
|
6408
6408
|
{
|
6409
6409
|
"type": "reference",
|
6410
|
-
"id":
|
6410
|
+
"id": 629,
|
6411
6411
|
"name": "SkyViewkeeperOptions"
|
6412
6412
|
}
|
6413
6413
|
]
|
6414
6414
|
},
|
6415
6415
|
{
|
6416
|
-
"id":
|
6416
|
+
"id": 637,
|
6417
6417
|
"name": "SkyViewkeeperModule",
|
6418
6418
|
"kind": 128,
|
6419
6419
|
"kindString": "Class",
|
@@ -6438,7 +6438,7 @@
|
|
6438
6438
|
"title": "Constructors",
|
6439
6439
|
"kind": 512,
|
6440
6440
|
"children": [
|
6441
|
-
|
6441
|
+
638
|
6442
6442
|
]
|
6443
6443
|
}
|
6444
6444
|
],
|
@@ -6451,7 +6451,7 @@
|
|
6451
6451
|
]
|
6452
6452
|
},
|
6453
6453
|
{
|
6454
|
-
"id":
|
6454
|
+
"id": 640,
|
6455
6455
|
"name": "SkyViewkeeperService",
|
6456
6456
|
"kind": 128,
|
6457
6457
|
"kindString": "Class",
|
@@ -6475,7 +6475,7 @@
|
|
6475
6475
|
],
|
6476
6476
|
"children": [
|
6477
6477
|
{
|
6478
|
-
"id":
|
6478
|
+
"id": 641,
|
6479
6479
|
"name": "constructor",
|
6480
6480
|
"kind": 512,
|
6481
6481
|
"kindString": "Constructor",
|
@@ -6489,14 +6489,14 @@
|
|
6489
6489
|
],
|
6490
6490
|
"signatures": [
|
6491
6491
|
{
|
6492
|
-
"id":
|
6492
|
+
"id": 642,
|
6493
6493
|
"name": "new SkyViewkeeperService",
|
6494
6494
|
"kind": 16384,
|
6495
6495
|
"kindString": "Constructor signature",
|
6496
6496
|
"flags": {},
|
6497
6497
|
"parameters": [
|
6498
6498
|
{
|
6499
|
-
"id":
|
6499
|
+
"id": 643,
|
6500
6500
|
"name": "hostOptions",
|
6501
6501
|
"kind": 32768,
|
6502
6502
|
"kindString": "Parameter",
|
@@ -6517,21 +6517,21 @@
|
|
6517
6517
|
],
|
6518
6518
|
"type": {
|
6519
6519
|
"type": "reference",
|
6520
|
-
"id":
|
6520
|
+
"id": 619,
|
6521
6521
|
"name": "SkyViewkeeperHostOptions"
|
6522
6522
|
}
|
6523
6523
|
}
|
6524
6524
|
],
|
6525
6525
|
"type": {
|
6526
6526
|
"type": "reference",
|
6527
|
-
"id":
|
6527
|
+
"id": 640,
|
6528
6528
|
"name": "SkyViewkeeperService"
|
6529
6529
|
}
|
6530
6530
|
}
|
6531
6531
|
]
|
6532
6532
|
},
|
6533
6533
|
{
|
6534
|
-
"id":
|
6534
|
+
"id": 644,
|
6535
6535
|
"name": "create",
|
6536
6536
|
"kind": 2048,
|
6537
6537
|
"kindString": "Method",
|
@@ -6547,7 +6547,7 @@
|
|
6547
6547
|
],
|
6548
6548
|
"signatures": [
|
6549
6549
|
{
|
6550
|
-
"id":
|
6550
|
+
"id": 645,
|
6551
6551
|
"name": "create",
|
6552
6552
|
"kind": 4096,
|
6553
6553
|
"kindString": "Call signature",
|
@@ -6555,7 +6555,7 @@
|
|
6555
6555
|
"comment": {},
|
6556
6556
|
"parameters": [
|
6557
6557
|
{
|
6558
|
-
"id":
|
6558
|
+
"id": 646,
|
6559
6559
|
"name": "options",
|
6560
6560
|
"kind": 32768,
|
6561
6561
|
"kindString": "Parameter",
|
@@ -6565,7 +6565,7 @@
|
|
6565
6565
|
},
|
6566
6566
|
"type": {
|
6567
6567
|
"type": "reference",
|
6568
|
-
"id":
|
6568
|
+
"id": 629,
|
6569
6569
|
"name": "SkyViewkeeperOptions"
|
6570
6570
|
}
|
6571
6571
|
}
|
@@ -6578,7 +6578,7 @@
|
|
6578
6578
|
]
|
6579
6579
|
},
|
6580
6580
|
{
|
6581
|
-
"id":
|
6581
|
+
"id": 647,
|
6582
6582
|
"name": "destroy",
|
6583
6583
|
"kind": 2048,
|
6584
6584
|
"kindString": "Method",
|
@@ -6594,7 +6594,7 @@
|
|
6594
6594
|
],
|
6595
6595
|
"signatures": [
|
6596
6596
|
{
|
6597
|
-
"id":
|
6597
|
+
"id": 648,
|
6598
6598
|
"name": "destroy",
|
6599
6599
|
"kind": 4096,
|
6600
6600
|
"kindString": "Call signature",
|
@@ -6604,7 +6604,7 @@
|
|
6604
6604
|
},
|
6605
6605
|
"parameters": [
|
6606
6606
|
{
|
6607
|
-
"id":
|
6607
|
+
"id": 649,
|
6608
6608
|
"name": "vk",
|
6609
6609
|
"kind": 32768,
|
6610
6610
|
"kindString": "Parameter",
|
@@ -6631,15 +6631,15 @@
|
|
6631
6631
|
"title": "Constructors",
|
6632
6632
|
"kind": 512,
|
6633
6633
|
"children": [
|
6634
|
-
|
6634
|
+
641
|
6635
6635
|
]
|
6636
6636
|
},
|
6637
6637
|
{
|
6638
6638
|
"title": "Methods",
|
6639
6639
|
"kind": 2048,
|
6640
6640
|
"children": [
|
6641
|
-
|
6642
|
-
|
6641
|
+
644,
|
6642
|
+
647
|
6643
6643
|
]
|
6644
6644
|
}
|
6645
6645
|
],
|
@@ -7523,7 +7523,7 @@
|
|
7523
7523
|
"flags": {},
|
7524
7524
|
"type": {
|
7525
7525
|
"type": "reference",
|
7526
|
-
"id":
|
7526
|
+
"id": 640,
|
7527
7527
|
"name": "SkyViewkeeperService"
|
7528
7528
|
}
|
7529
7529
|
},
|
@@ -7547,7 +7547,7 @@
|
|
7547
7547
|
],
|
7548
7548
|
"type": {
|
7549
7549
|
"type": "reference",
|
7550
|
-
"id":
|
7550
|
+
"id": 575,
|
7551
7551
|
"name": "SkyScrollableHostService"
|
7552
7552
|
}
|
7553
7553
|
}
|
@@ -8046,14 +8046,14 @@
|
|
8046
8046
|
]
|
8047
8047
|
},
|
8048
8048
|
{
|
8049
|
-
"id":
|
8049
|
+
"id": 599,
|
8050
8050
|
"name": "SkyAppSetTitleArgs",
|
8051
8051
|
"kind": 256,
|
8052
8052
|
"kindString": "Interface",
|
8053
8053
|
"flags": {},
|
8054
8054
|
"children": [
|
8055
8055
|
{
|
8056
|
-
"id":
|
8056
|
+
"id": 600,
|
8057
8057
|
"name": "titleParts",
|
8058
8058
|
"kind": 1024,
|
8059
8059
|
"kindString": "Property",
|
@@ -8079,7 +8079,7 @@
|
|
8079
8079
|
"title": "Properties",
|
8080
8080
|
"kind": 1024,
|
8081
8081
|
"children": [
|
8082
|
-
|
8082
|
+
600
|
8083
8083
|
]
|
8084
8084
|
}
|
8085
8085
|
],
|
@@ -8494,14 +8494,14 @@
|
|
8494
8494
|
]
|
8495
8495
|
},
|
8496
8496
|
{
|
8497
|
-
"id":
|
8497
|
+
"id": 443,
|
8498
8498
|
"name": "SkyOverlayConfig",
|
8499
8499
|
"kind": 256,
|
8500
8500
|
"kindString": "Interface",
|
8501
8501
|
"flags": {},
|
8502
8502
|
"children": [
|
8503
8503
|
{
|
8504
|
-
"id":
|
8504
|
+
"id": 444,
|
8505
8505
|
"name": "closeOnNavigation",
|
8506
8506
|
"kind": 1024,
|
8507
8507
|
"kindString": "Property",
|
@@ -8524,7 +8524,7 @@
|
|
8524
8524
|
}
|
8525
8525
|
},
|
8526
8526
|
{
|
8527
|
-
"id":
|
8527
|
+
"id": 445,
|
8528
8528
|
"name": "enableClose",
|
8529
8529
|
"kind": 1024,
|
8530
8530
|
"kindString": "Property",
|
@@ -8547,7 +8547,7 @@
|
|
8547
8547
|
}
|
8548
8548
|
},
|
8549
8549
|
{
|
8550
|
-
"id":
|
8550
|
+
"id": 446,
|
8551
8551
|
"name": "enablePointerEvents",
|
8552
8552
|
"kind": 1024,
|
8553
8553
|
"kindString": "Property",
|
@@ -8570,7 +8570,7 @@
|
|
8570
8570
|
}
|
8571
8571
|
},
|
8572
8572
|
{
|
8573
|
-
"id":
|
8573
|
+
"id": 447,
|
8574
8574
|
"name": "enableScroll",
|
8575
8575
|
"kind": 1024,
|
8576
8576
|
"kindString": "Property",
|
@@ -8593,7 +8593,7 @@
|
|
8593
8593
|
}
|
8594
8594
|
},
|
8595
8595
|
{
|
8596
|
-
"id":
|
8596
|
+
"id": 448,
|
8597
8597
|
"name": "showBackdrop",
|
8598
8598
|
"kind": 1024,
|
8599
8599
|
"kindString": "Property",
|
@@ -8616,7 +8616,7 @@
|
|
8616
8616
|
}
|
8617
8617
|
},
|
8618
8618
|
{
|
8619
|
-
"id":
|
8619
|
+
"id": 449,
|
8620
8620
|
"name": "wrapperClass",
|
8621
8621
|
"kind": 1024,
|
8622
8622
|
"kindString": "Property",
|
@@ -8644,12 +8644,12 @@
|
|
8644
8644
|
"title": "Properties",
|
8645
8645
|
"kind": 1024,
|
8646
8646
|
"children": [
|
8647
|
+
444,
|
8648
|
+
445,
|
8647
8649
|
446,
|
8648
8650
|
447,
|
8649
8651
|
448,
|
8650
|
-
449
|
8651
|
-
450,
|
8652
|
-
451
|
8652
|
+
449
|
8653
8653
|
]
|
8654
8654
|
}
|
8655
8655
|
],
|
@@ -8662,7 +8662,7 @@
|
|
8662
8662
|
]
|
8663
8663
|
},
|
8664
8664
|
{
|
8665
|
-
"id":
|
8665
|
+
"id": 629,
|
8666
8666
|
"name": "SkyViewkeeperOptions",
|
8667
8667
|
"kind": 256,
|
8668
8668
|
"kindString": "Interface",
|
@@ -8672,7 +8672,7 @@
|
|
8672
8672
|
},
|
8673
8673
|
"children": [
|
8674
8674
|
{
|
8675
|
-
"id":
|
8675
|
+
"id": 630,
|
8676
8676
|
"name": "boundaryEl",
|
8677
8677
|
"kind": 1024,
|
8678
8678
|
"kindString": "Property",
|
@@ -8697,7 +8697,7 @@
|
|
8697
8697
|
}
|
8698
8698
|
},
|
8699
8699
|
{
|
8700
|
-
"id":
|
8700
|
+
"id": 631,
|
8701
8701
|
"name": "el",
|
8702
8702
|
"kind": 1024,
|
8703
8703
|
"kindString": "Property",
|
@@ -8722,7 +8722,7 @@
|
|
8722
8722
|
}
|
8723
8723
|
},
|
8724
8724
|
{
|
8725
|
-
"id":
|
8725
|
+
"id": 632,
|
8726
8726
|
"name": "scrollableHost",
|
8727
8727
|
"kind": 1024,
|
8728
8728
|
"kindString": "Property",
|
@@ -8747,7 +8747,7 @@
|
|
8747
8747
|
}
|
8748
8748
|
},
|
8749
8749
|
{
|
8750
|
-
"id":
|
8750
|
+
"id": 633,
|
8751
8751
|
"name": "setWidth",
|
8752
8752
|
"kind": 1024,
|
8753
8753
|
"kindString": "Property",
|
@@ -8770,7 +8770,7 @@
|
|
8770
8770
|
}
|
8771
8771
|
},
|
8772
8772
|
{
|
8773
|
-
"id":
|
8773
|
+
"id": 634,
|
8774
8774
|
"name": "verticalOffset",
|
8775
8775
|
"kind": 1024,
|
8776
8776
|
"kindString": "Property",
|
@@ -8793,7 +8793,7 @@
|
|
8793
8793
|
}
|
8794
8794
|
},
|
8795
8795
|
{
|
8796
|
-
"id":
|
8796
|
+
"id": 635,
|
8797
8797
|
"name": "verticalOffsetEl",
|
8798
8798
|
"kind": 1024,
|
8799
8799
|
"kindString": "Property",
|
@@ -8818,7 +8818,7 @@
|
|
8818
8818
|
}
|
8819
8819
|
},
|
8820
8820
|
{
|
8821
|
-
"id":
|
8821
|
+
"id": 636,
|
8822
8822
|
"name": "viewportMarginTop",
|
8823
8823
|
"kind": 1024,
|
8824
8824
|
"kindString": "Property",
|
@@ -8846,13 +8846,13 @@
|
|
8846
8846
|
"title": "Properties",
|
8847
8847
|
"kind": 1024,
|
8848
8848
|
"children": [
|
8849
|
+
630,
|
8850
|
+
631,
|
8851
|
+
632,
|
8849
8852
|
633,
|
8850
8853
|
634,
|
8851
8854
|
635,
|
8852
|
-
636
|
8853
|
-
637,
|
8854
|
-
638,
|
8855
|
-
639
|
8855
|
+
636
|
8856
8856
|
]
|
8857
8857
|
}
|
8858
8858
|
],
|
@@ -8866,7 +8866,7 @@
|
|
8866
8866
|
"implementedBy": [
|
8867
8867
|
{
|
8868
8868
|
"type": "reference",
|
8869
|
-
"id":
|
8869
|
+
"id": 619,
|
8870
8870
|
"name": "SkyViewkeeperHostOptions"
|
8871
8871
|
}
|
8872
8872
|
]
|
@@ -9060,8 +9060,8 @@
|
|
9060
9060
|
140,
|
9061
9061
|
148,
|
9062
9062
|
303,
|
9063
|
-
|
9064
|
-
|
9063
|
+
601,
|
9064
|
+
652,
|
9065
9065
|
63,
|
9066
9066
|
66,
|
9067
9067
|
221,
|
@@ -9076,19 +9076,19 @@
|
|
9076
9076
|
335,
|
9077
9077
|
380,
|
9078
9078
|
394,
|
9079
|
-
|
9080
|
-
|
9081
|
-
|
9082
|
-
|
9083
|
-
|
9084
|
-
|
9085
|
-
|
9086
|
-
|
9087
|
-
|
9088
|
-
|
9089
|
-
|
9079
|
+
410,
|
9080
|
+
450,
|
9081
|
+
473,
|
9082
|
+
476,
|
9083
|
+
504,
|
9084
|
+
501,
|
9085
|
+
541,
|
9086
|
+
524,
|
9087
|
+
575,
|
9088
|
+
608,
|
9089
|
+
619,
|
9090
|
+
637,
|
9090
9091
|
640,
|
9091
|
-
643,
|
9092
9092
|
1,
|
9093
9093
|
26,
|
9094
9094
|
34
|
@@ -9101,14 +9101,14 @@
|
|
9101
9101
|
117,
|
9102
9102
|
131,
|
9103
9103
|
134,
|
9104
|
-
|
9104
|
+
599,
|
9105
9105
|
218,
|
9106
9106
|
235,
|
9107
9107
|
241,
|
9108
9108
|
275,
|
9109
9109
|
111,
|
9110
|
-
|
9111
|
-
|
9110
|
+
443,
|
9111
|
+
629
|
9112
9112
|
]
|
9113
9113
|
},
|
9114
9114
|
{
|