@skyux/core 6.0.0-beta.2 → 6.0.0-beta.5

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 (59) hide show
  1. package/documentation.json +772 -234
  2. package/esm2020/index.mjs +3 -1
  3. package/esm2020/lib/modules/adapter-service/adapter.module.mjs +4 -4
  4. package/esm2020/lib/modules/adapter-service/adapter.service.mjs +4 -5
  5. package/esm2020/lib/modules/affix/affix.directive.mjs +3 -3
  6. package/esm2020/lib/modules/affix/affix.module.mjs +4 -4
  7. package/esm2020/lib/modules/affix/affix.service.mjs +3 -3
  8. package/esm2020/lib/modules/affix/affixer.mjs +1 -4
  9. package/esm2020/lib/modules/dock/dock-dom-adapter.service.mjs +3 -3
  10. package/esm2020/lib/modules/dock/dock.component.mjs +3 -3
  11. package/esm2020/lib/modules/dock/dock.module.mjs +4 -4
  12. package/esm2020/lib/modules/dock/dock.service.mjs +3 -3
  13. package/esm2020/lib/modules/dynamic-component/dynamic-component.module.mjs +4 -4
  14. package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +3 -3
  15. package/esm2020/lib/modules/format/app-format.mjs +3 -3
  16. package/esm2020/lib/modules/id/id.directive.mjs +3 -3
  17. package/esm2020/lib/modules/id/id.module.mjs +4 -4
  18. package/esm2020/lib/modules/log/log.module.mjs +4 -4
  19. package/esm2020/lib/modules/log/log.service.mjs +3 -3
  20. package/esm2020/lib/modules/media-query/media-query-listener.mjs +1 -1
  21. package/esm2020/lib/modules/media-query/media-query.module.mjs +4 -4
  22. package/esm2020/lib/modules/media-query/media-query.service.mjs +5 -5
  23. package/esm2020/lib/modules/mutation/mutation-observer-service.mjs +3 -3
  24. package/esm2020/lib/modules/numeric/numeric.module.mjs +4 -4
  25. package/esm2020/lib/modules/numeric/numeric.pipe.mjs +4 -6
  26. package/esm2020/lib/modules/numeric/numeric.service.mjs +4 -6
  27. package/esm2020/lib/modules/overlay/overlay-adapter.service.mjs +3 -3
  28. package/esm2020/lib/modules/overlay/overlay.component.mjs +3 -3
  29. package/esm2020/lib/modules/overlay/overlay.module.mjs +4 -4
  30. package/esm2020/lib/modules/overlay/overlay.service.mjs +3 -3
  31. package/esm2020/lib/modules/percent-pipe/percent-pipe.module.mjs +4 -4
  32. package/esm2020/lib/modules/percent-pipe/percent.pipe.mjs +3 -3
  33. package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +117 -0
  34. package/esm2020/lib/modules/resize-observer/resize-observer.service.mjs +73 -0
  35. package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +3 -3
  36. package/esm2020/lib/modules/shared/number-format/number-format-utility.mjs +1 -2
  37. package/esm2020/lib/modules/shared/sky-core-resources.module.mjs +4 -4
  38. package/esm2020/lib/modules/title/title.service.mjs +3 -3
  39. package/esm2020/lib/modules/ui-config/ui-config.service.mjs +3 -3
  40. package/esm2020/lib/modules/viewkeeper/viewkeeper-host-options.mjs +3 -3
  41. package/esm2020/lib/modules/viewkeeper/viewkeeper.directive.mjs +3 -3
  42. package/esm2020/lib/modules/viewkeeper/viewkeeper.module.mjs +4 -4
  43. package/esm2020/lib/modules/viewkeeper/viewkeeper.service.mjs +3 -3
  44. package/esm2020/lib/modules/window/window-ref.mjs +3 -3
  45. package/esm2020/testing/mock-media-query.service.mjs +3 -3
  46. package/esm2020/testing/mock-ui-config.service.mjs +3 -3
  47. package/fesm2015/skyux-core-testing.mjs +6 -6
  48. package/fesm2015/skyux-core.mjs +307 -137
  49. package/fesm2015/skyux-core.mjs.map +1 -1
  50. package/fesm2020/skyux-core-testing.mjs +6 -6
  51. package/fesm2020/skyux-core.mjs +307 -136
  52. package/fesm2020/skyux-core.mjs.map +1 -1
  53. package/index.d.ts +2 -0
  54. package/lib/modules/media-query/media-query-listener.d.ts +1 -1
  55. package/lib/modules/media-query/media-query.service.d.ts +1 -1
  56. package/lib/modules/numeric/numeric.pipe.d.ts +0 -2
  57. package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +44 -0
  58. package/lib/modules/resize-observer/resize-observer.service.d.ts +21 -0
  59. package/package.json +6 -6
@@ -32,6 +32,8 @@
32
32
  "SkyOverlayService": "class-skyoverlayservice",
33
33
  "SkyPercentPipe": "class-skypercentpipe",
34
34
  "SkyPercentPipeModule": "class-skypercentpipemodule",
35
+ "SkyResizeObserverMediaQueryService": "class-skyresizeobservermediaqueryservice",
36
+ "SkyResizeObserverService": "class-skyresizeobserverservice",
35
37
  "SkyScrollableHostService": "class-skyscrollablehostservice",
36
38
  "SkyUIConfigService": "class-skyuiconfigservice",
37
39
  "SkyViewkeeperHostOptions": "class-skyviewkeeperhostoptions",
@@ -1442,7 +1444,7 @@
1442
1444
  ]
1443
1445
  },
1444
1446
  {
1445
- "id": 552,
1447
+ "id": 601,
1446
1448
  "name": "SkyAppTitleService",
1447
1449
  "kind": 128,
1448
1450
  "kindString": "Class",
@@ -1466,7 +1468,7 @@
1466
1468
  ],
1467
1469
  "children": [
1468
1470
  {
1469
- "id": 553,
1471
+ "id": 602,
1470
1472
  "name": "constructor",
1471
1473
  "kind": 512,
1472
1474
  "kindString": "Constructor",
@@ -1480,14 +1482,14 @@
1480
1482
  ],
1481
1483
  "signatures": [
1482
1484
  {
1483
- "id": 554,
1485
+ "id": 603,
1484
1486
  "name": "new SkyAppTitleService",
1485
1487
  "kind": 16384,
1486
1488
  "kindString": "Constructor signature",
1487
1489
  "flags": {},
1488
1490
  "parameters": [
1489
1491
  {
1490
- "id": 555,
1492
+ "id": 604,
1491
1493
  "name": "title",
1492
1494
  "kind": 32768,
1493
1495
  "kindString": "Parameter",
@@ -1502,14 +1504,14 @@
1502
1504
  ],
1503
1505
  "type": {
1504
1506
  "type": "reference",
1505
- "id": 552,
1507
+ "id": 601,
1506
1508
  "name": "SkyAppTitleService"
1507
1509
  }
1508
1510
  }
1509
1511
  ]
1510
1512
  },
1511
1513
  {
1512
- "id": 556,
1514
+ "id": 605,
1513
1515
  "name": "setTitle",
1514
1516
  "kind": 2048,
1515
1517
  "kindString": "Method",
@@ -1525,7 +1527,7 @@
1525
1527
  ],
1526
1528
  "signatures": [
1527
1529
  {
1528
- "id": 557,
1530
+ "id": 606,
1529
1531
  "name": "setTitle",
1530
1532
  "kind": 4096,
1531
1533
  "kindString": "Call signature",
@@ -1535,7 +1537,7 @@
1535
1537
  },
1536
1538
  "parameters": [
1537
1539
  {
1538
- "id": 558,
1540
+ "id": 607,
1539
1541
  "name": "args",
1540
1542
  "kind": 32768,
1541
1543
  "kindString": "Parameter",
@@ -1545,7 +1547,7 @@
1545
1547
  },
1546
1548
  "type": {
1547
1549
  "type": "reference",
1548
- "id": 550,
1550
+ "id": 599,
1549
1551
  "name": "SkyAppSetTitleArgs"
1550
1552
  }
1551
1553
  }
@@ -1563,14 +1565,14 @@
1563
1565
  "title": "Constructors",
1564
1566
  "kind": 512,
1565
1567
  "children": [
1566
- 553
1568
+ 602
1567
1569
  ]
1568
1570
  },
1569
1571
  {
1570
1572
  "title": "Methods",
1571
1573
  "kind": 2048,
1572
1574
  "children": [
1573
- 556
1575
+ 605
1574
1576
  ]
1575
1577
  }
1576
1578
  ],
@@ -1583,7 +1585,7 @@
1583
1585
  ]
1584
1586
  },
1585
1587
  {
1586
- "id": 603,
1588
+ "id": 652,
1587
1589
  "name": "SkyAppWindowRef",
1588
1590
  "kind": 128,
1589
1591
  "kindString": "Class",
@@ -1607,7 +1609,7 @@
1607
1609
  ],
1608
1610
  "children": [
1609
1611
  {
1610
- "id": 606,
1612
+ "id": 655,
1611
1613
  "name": "nativeWindow",
1612
1614
  "kind": 262144,
1613
1615
  "kindString": "Accessor",
@@ -1623,7 +1625,7 @@
1623
1625
  ],
1624
1626
  "getSignature": [
1625
1627
  {
1626
- "id": 607,
1628
+ "id": 656,
1627
1629
  "name": "nativeWindow",
1628
1630
  "kind": 524288,
1629
1631
  "kindString": "Get signature",
@@ -1644,14 +1646,14 @@
1644
1646
  "title": "Constructors",
1645
1647
  "kind": 512,
1646
1648
  "children": [
1647
- 604
1649
+ 653
1648
1650
  ]
1649
1651
  },
1650
1652
  {
1651
1653
  "title": "Accessors",
1652
1654
  "kind": 262144,
1653
1655
  "children": [
1654
- 606
1656
+ 655
1655
1657
  ]
1656
1658
  }
1657
1659
  ],
@@ -2261,7 +2263,7 @@
2261
2263
  "sources": [
2262
2264
  {
2263
2265
  "fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
2264
- "line": 236,
2266
+ "line": 235,
2265
2267
  "character": 9
2266
2268
  }
2267
2269
  ],
@@ -3066,7 +3068,7 @@
3066
3068
  "flags": {},
3067
3069
  "type": {
3068
3070
  "type": "reference",
3069
- "id": 603,
3071
+ "id": 652,
3070
3072
  "name": "SkyAppWindowRef"
3071
3073
  }
3072
3074
  },
@@ -3798,7 +3800,7 @@
3798
3800
  "kindString": "Call signature",
3799
3801
  "flags": {},
3800
3802
  "comment": {
3801
- "shortText": "Suscribes to screen size changes."
3803
+ "shortText": "Subscribes to screen size changes."
3802
3804
  },
3803
3805
  "parameters": [
3804
3806
  {
@@ -3948,7 +3950,7 @@
3948
3950
  "sources": [
3949
3951
  {
3950
3952
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
3951
- "line": 38,
3953
+ "line": 36,
3952
3954
  "character": 2
3953
3955
  }
3954
3956
  ],
@@ -3979,7 +3981,7 @@
3979
3981
  "flags": {},
3980
3982
  "type": {
3981
3983
  "type": "reference",
3982
- "id": 412,
3984
+ "id": 410,
3983
3985
  "name": "SkyNumericService"
3984
3986
  }
3985
3987
  },
@@ -4006,7 +4008,7 @@
4006
4008
  ]
4007
4009
  },
4008
4010
  {
4009
- "id": 406,
4011
+ "id": 404,
4010
4012
  "name": "ngOnDestroy",
4011
4013
  "kind": 2048,
4012
4014
  "kindString": "Method",
@@ -4016,13 +4018,13 @@
4016
4018
  "sources": [
4017
4019
  {
4018
4020
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4019
- "line": 53,
4021
+ "line": 51,
4020
4022
  "character": 9
4021
4023
  }
4022
4024
  ],
4023
4025
  "signatures": [
4024
4026
  {
4025
- "id": 407,
4027
+ "id": 405,
4026
4028
  "name": "ngOnDestroy",
4027
4029
  "kind": 4096,
4028
4030
  "kindString": "Call signature",
@@ -4043,7 +4045,7 @@
4043
4045
  }
4044
4046
  },
4045
4047
  {
4046
- "id": 408,
4048
+ "id": 406,
4047
4049
  "name": "transform",
4048
4050
  "kind": 2048,
4049
4051
  "kindString": "Method",
@@ -4053,20 +4055,20 @@
4053
4055
  "sources": [
4054
4056
  {
4055
4057
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4056
- "line": 58,
4058
+ "line": 56,
4057
4059
  "character": 9
4058
4060
  }
4059
4061
  ],
4060
4062
  "signatures": [
4061
4063
  {
4062
- "id": 409,
4064
+ "id": 407,
4063
4065
  "name": "transform",
4064
4066
  "kind": 4096,
4065
4067
  "kindString": "Call signature",
4066
4068
  "flags": {},
4067
4069
  "parameters": [
4068
4070
  {
4069
- "id": 410,
4071
+ "id": 408,
4070
4072
  "name": "value",
4071
4073
  "kind": 32768,
4072
4074
  "kindString": "Parameter",
@@ -4077,7 +4079,7 @@
4077
4079
  }
4078
4080
  },
4079
4081
  {
4080
- "id": 411,
4082
+ "id": 409,
4081
4083
  "name": "config",
4082
4084
  "kind": 32768,
4083
4085
  "kindString": "Parameter",
@@ -4119,8 +4121,8 @@
4119
4121
  "title": "Methods",
4120
4122
  "kind": 2048,
4121
4123
  "children": [
4122
- 406,
4123
- 408
4124
+ 404,
4125
+ 406
4124
4126
  ]
4125
4127
  }
4126
4128
  ],
@@ -4147,7 +4149,7 @@
4147
4149
  ]
4148
4150
  },
4149
4151
  {
4150
- "id": 412,
4152
+ "id": 410,
4151
4153
  "name": "SkyNumericService",
4152
4154
  "kind": 128,
4153
4155
  "kindString": "Class",
@@ -4168,7 +4170,7 @@
4168
4170
  ],
4169
4171
  "children": [
4170
4172
  {
4171
- "id": 413,
4173
+ "id": 411,
4172
4174
  "name": "constructor",
4173
4175
  "kind": 512,
4174
4176
  "kindString": "Constructor",
@@ -4182,14 +4184,14 @@
4182
4184
  ],
4183
4185
  "signatures": [
4184
4186
  {
4185
- "id": 414,
4187
+ "id": 412,
4186
4188
  "name": "new SkyNumericService",
4187
4189
  "kind": 16384,
4188
4190
  "kindString": "Constructor signature",
4189
4191
  "flags": {},
4190
4192
  "parameters": [
4191
4193
  {
4192
- "id": 415,
4194
+ "id": 413,
4193
4195
  "name": "resourcesService",
4194
4196
  "kind": 32768,
4195
4197
  "kindString": "Parameter",
@@ -4202,14 +4204,14 @@
4202
4204
  ],
4203
4205
  "type": {
4204
4206
  "type": "reference",
4205
- "id": 412,
4207
+ "id": 410,
4206
4208
  "name": "SkyNumericService"
4207
4209
  }
4208
4210
  }
4209
4211
  ]
4210
4212
  },
4211
4213
  {
4212
- "id": 423,
4214
+ "id": 421,
4213
4215
  "name": "formatNumber",
4214
4216
  "kind": 2048,
4215
4217
  "kindString": "Method",
@@ -4225,7 +4227,7 @@
4225
4227
  ],
4226
4228
  "signatures": [
4227
4229
  {
4228
- "id": 424,
4230
+ "id": 422,
4229
4231
  "name": "formatNumber",
4230
4232
  "kind": 4096,
4231
4233
  "kindString": "Call signature",
@@ -4235,7 +4237,7 @@
4235
4237
  },
4236
4238
  "parameters": [
4237
4239
  {
4238
- "id": 425,
4240
+ "id": 423,
4239
4241
  "name": "value",
4240
4242
  "kind": 32768,
4241
4243
  "kindString": "Parameter",
@@ -4249,7 +4251,7 @@
4249
4251
  }
4250
4252
  },
4251
4253
  {
4252
- "id": 426,
4254
+ "id": 424,
4253
4255
  "name": "options",
4254
4256
  "kind": 32768,
4255
4257
  "kindString": "Parameter",
@@ -4277,14 +4279,14 @@
4277
4279
  "title": "Constructors",
4278
4280
  "kind": 512,
4279
4281
  "children": [
4280
- 413
4282
+ 411
4281
4283
  ]
4282
4284
  },
4283
4285
  {
4284
4286
  "title": "Methods",
4285
4287
  "kind": 2048,
4286
4288
  "children": [
4287
- 423
4289
+ 421
4288
4290
  ]
4289
4291
  }
4290
4292
  ],
@@ -4297,7 +4299,7 @@
4297
4299
  ]
4298
4300
  },
4299
4301
  {
4300
- "id": 452,
4302
+ "id": 450,
4301
4303
  "name": "SkyOverlayInstance",
4302
4304
  "kind": 128,
4303
4305
  "kindString": "Class",
@@ -4307,7 +4309,7 @@
4307
4309
  },
4308
4310
  "children": [
4309
4311
  {
4310
- "id": 453,
4312
+ "id": 451,
4311
4313
  "name": "constructor",
4312
4314
  "kind": 512,
4313
4315
  "kindString": "Constructor",
@@ -4321,26 +4323,26 @@
4321
4323
  ],
4322
4324
  "signatures": [
4323
4325
  {
4324
- "id": 454,
4326
+ "id": 452,
4325
4327
  "name": "new SkyOverlayInstance",
4326
4328
  "kind": 16384,
4327
4329
  "kindString": "Constructor signature",
4328
4330
  "flags": {},
4329
4331
  "parameters": [
4330
4332
  {
4331
- "id": 455,
4333
+ "id": 453,
4332
4334
  "name": "config",
4333
4335
  "kind": 32768,
4334
4336
  "kindString": "Parameter",
4335
4337
  "flags": {},
4336
4338
  "type": {
4337
4339
  "type": "reference",
4338
- "id": 445,
4340
+ "id": 443,
4339
4341
  "name": "SkyOverlayConfig"
4340
4342
  }
4341
4343
  },
4342
4344
  {
4343
- "id": 456,
4345
+ "id": 454,
4344
4346
  "name": "componentRef",
4345
4347
  "kind": 32768,
4346
4348
  "kindString": "Parameter",
@@ -4361,14 +4363,14 @@
4361
4363
  ],
4362
4364
  "type": {
4363
4365
  "type": "reference",
4364
- "id": 452,
4366
+ "id": 450,
4365
4367
  "name": "SkyOverlayInstance"
4366
4368
  }
4367
4369
  }
4368
4370
  ]
4369
4371
  },
4370
4372
  {
4371
- "id": 457,
4373
+ "id": 455,
4372
4374
  "name": "backdropClick",
4373
4375
  "kind": 262144,
4374
4376
  "kindString": "Accessor",
@@ -4384,7 +4386,7 @@
4384
4386
  ],
4385
4387
  "getSignature": [
4386
4388
  {
4387
- "id": 458,
4389
+ "id": 456,
4388
4390
  "name": "backdropClick",
4389
4391
  "kind": 524288,
4390
4392
  "kindString": "Get signature",
@@ -4408,7 +4410,7 @@
4408
4410
  ]
4409
4411
  },
4410
4412
  {
4411
- "id": 459,
4413
+ "id": 457,
4412
4414
  "name": "closed",
4413
4415
  "kind": 262144,
4414
4416
  "kindString": "Accessor",
@@ -4424,7 +4426,7 @@
4424
4426
  ],
4425
4427
  "getSignature": [
4426
4428
  {
4427
- "id": 460,
4429
+ "id": 458,
4428
4430
  "name": "closed",
4429
4431
  "kind": 524288,
4430
4432
  "kindString": "Get signature",
@@ -4448,7 +4450,7 @@
4448
4450
  ]
4449
4451
  },
4450
4452
  {
4451
- "id": 465,
4453
+ "id": 463,
4452
4454
  "name": "attachComponent",
4453
4455
  "kind": 2048,
4454
4456
  "kindString": "Method",
@@ -4464,7 +4466,7 @@
4464
4466
  ],
4465
4467
  "signatures": [
4466
4468
  {
4467
- "id": 466,
4469
+ "id": 464,
4468
4470
  "name": "attachComponent",
4469
4471
  "kind": 4096,
4470
4472
  "kindString": "Call signature",
@@ -4474,7 +4476,7 @@
4474
4476
  },
4475
4477
  "typeParameter": [
4476
4478
  {
4477
- "id": 467,
4479
+ "id": 465,
4478
4480
  "name": "C",
4479
4481
  "kind": 131072,
4480
4482
  "kindString": "Type parameter",
@@ -4483,7 +4485,7 @@
4483
4485
  ],
4484
4486
  "parameters": [
4485
4487
  {
4486
- "id": 468,
4488
+ "id": 466,
4487
4489
  "name": "component",
4488
4490
  "kind": 32768,
4489
4491
  "kindString": "Parameter",
@@ -4496,7 +4498,7 @@
4496
4498
  "typeArguments": [
4497
4499
  {
4498
4500
  "type": "reference",
4499
- "id": 467,
4501
+ "id": 465,
4500
4502
  "name": "C"
4501
4503
  }
4502
4504
  ],
@@ -4506,7 +4508,7 @@
4506
4508
  }
4507
4509
  },
4508
4510
  {
4509
- "id": 469,
4511
+ "id": 467,
4510
4512
  "name": "providers",
4511
4513
  "kind": 32768,
4512
4514
  "kindString": "Parameter",
@@ -4529,14 +4531,14 @@
4529
4531
  ],
4530
4532
  "type": {
4531
4533
  "type": "reference",
4532
- "id": 467,
4534
+ "id": 465,
4533
4535
  "name": "C"
4534
4536
  }
4535
4537
  }
4536
4538
  ]
4537
4539
  },
4538
4540
  {
4539
- "id": 470,
4541
+ "id": 468,
4540
4542
  "name": "attachTemplate",
4541
4543
  "kind": 2048,
4542
4544
  "kindString": "Method",
@@ -4552,7 +4554,7 @@
4552
4554
  ],
4553
4555
  "signatures": [
4554
4556
  {
4555
- "id": 471,
4557
+ "id": 469,
4556
4558
  "name": "attachTemplate",
4557
4559
  "kind": 4096,
4558
4560
  "kindString": "Call signature",
@@ -4562,7 +4564,7 @@
4562
4564
  },
4563
4565
  "typeParameter": [
4564
4566
  {
4565
- "id": 472,
4567
+ "id": 470,
4566
4568
  "name": "T",
4567
4569
  "kind": 131072,
4568
4570
  "kindString": "Type parameter",
@@ -4571,7 +4573,7 @@
4571
4573
  ],
4572
4574
  "parameters": [
4573
4575
  {
4574
- "id": 473,
4576
+ "id": 471,
4575
4577
  "name": "templateRef",
4576
4578
  "kind": 32768,
4577
4579
  "kindString": "Parameter",
@@ -4584,7 +4586,7 @@
4584
4586
  "typeArguments": [
4585
4587
  {
4586
4588
  "type": "reference",
4587
- "id": 472,
4589
+ "id": 470,
4588
4590
  "name": "T"
4589
4591
  }
4590
4592
  ],
@@ -4594,7 +4596,7 @@
4594
4596
  }
4595
4597
  },
4596
4598
  {
4597
- "id": 474,
4599
+ "id": 472,
4598
4600
  "name": "context",
4599
4601
  "kind": 32768,
4600
4602
  "kindString": "Parameter",
@@ -4606,7 +4608,7 @@
4606
4608
  },
4607
4609
  "type": {
4608
4610
  "type": "reference",
4609
- "id": 472,
4611
+ "id": 470,
4610
4612
  "name": "T"
4611
4613
  }
4612
4614
  }
@@ -4624,31 +4626,31 @@
4624
4626
  "title": "Constructors",
4625
4627
  "kind": 512,
4626
4628
  "children": [
4627
- 453
4629
+ 451
4628
4630
  ]
4629
4631
  },
4630
4632
  {
4631
4633
  "title": "Properties",
4632
4634
  "kind": 1024,
4633
4635
  "children": [
4634
- 464,
4635
- 463
4636
+ 462,
4637
+ 461
4636
4638
  ]
4637
4639
  },
4638
4640
  {
4639
4641
  "title": "Accessors",
4640
4642
  "kind": 262144,
4641
4643
  "children": [
4642
- 457,
4643
- 459
4644
+ 455,
4645
+ 457
4644
4646
  ]
4645
4647
  },
4646
4648
  {
4647
4649
  "title": "Methods",
4648
4650
  "kind": 2048,
4649
4651
  "children": [
4650
- 465,
4651
- 470
4652
+ 463,
4653
+ 468
4652
4654
  ]
4653
4655
  }
4654
4656
  ],
@@ -4661,7 +4663,7 @@
4661
4663
  ]
4662
4664
  },
4663
4665
  {
4664
- "id": 475,
4666
+ "id": 473,
4665
4667
  "name": "SkyOverlayModule",
4666
4668
  "kind": 128,
4667
4669
  "kindString": "Class",
@@ -4686,7 +4688,7 @@
4686
4688
  "title": "Constructors",
4687
4689
  "kind": 512,
4688
4690
  "children": [
4689
- 476
4691
+ 474
4690
4692
  ]
4691
4693
  }
4692
4694
  ],
@@ -4699,7 +4701,7 @@
4699
4701
  ]
4700
4702
  },
4701
4703
  {
4702
- "id": 478,
4704
+ "id": 476,
4703
4705
  "name": "SkyOverlayService",
4704
4706
  "kind": 128,
4705
4707
  "kindString": "Class",
@@ -4729,7 +4731,7 @@
4729
4731
  ],
4730
4732
  "children": [
4731
4733
  {
4732
- "id": 480,
4734
+ "id": 478,
4733
4735
  "name": "constructor",
4734
4736
  "kind": 512,
4735
4737
  "kindString": "Constructor",
@@ -4743,14 +4745,14 @@
4743
4745
  ],
4744
4746
  "signatures": [
4745
4747
  {
4746
- "id": 481,
4748
+ "id": 479,
4747
4749
  "name": "new SkyOverlayService",
4748
4750
  "kind": 16384,
4749
4751
  "kindString": "Constructor signature",
4750
4752
  "flags": {},
4751
4753
  "parameters": [
4752
4754
  {
4753
- "id": 482,
4755
+ "id": 480,
4754
4756
  "name": "applicationRef",
4755
4757
  "kind": 32768,
4756
4758
  "kindString": "Parameter",
@@ -4763,7 +4765,7 @@
4763
4765
  }
4764
4766
  },
4765
4767
  {
4766
- "id": 483,
4768
+ "id": 481,
4767
4769
  "name": "componentFactoryResolver",
4768
4770
  "kind": 32768,
4769
4771
  "kindString": "Parameter",
@@ -4776,7 +4778,7 @@
4776
4778
  }
4777
4779
  },
4778
4780
  {
4779
- "id": 484,
4781
+ "id": 482,
4780
4782
  "name": "injector",
4781
4783
  "kind": 32768,
4782
4784
  "kindString": "Parameter",
@@ -4789,7 +4791,7 @@
4789
4791
  }
4790
4792
  },
4791
4793
  {
4792
- "id": 485,
4794
+ "id": 483,
4793
4795
  "name": "adapter",
4794
4796
  "kind": 32768,
4795
4797
  "kindString": "Parameter",
@@ -4802,14 +4804,14 @@
4802
4804
  ],
4803
4805
  "type": {
4804
4806
  "type": "reference",
4805
- "id": 478,
4807
+ "id": 476,
4806
4808
  "name": "SkyOverlayService"
4807
4809
  }
4808
4810
  }
4809
4811
  ]
4810
4812
  },
4811
4813
  {
4812
- "id": 489,
4814
+ "id": 487,
4813
4815
  "name": "close",
4814
4816
  "kind": 2048,
4815
4817
  "kindString": "Method",
@@ -4825,7 +4827,7 @@
4825
4827
  ],
4826
4828
  "signatures": [
4827
4829
  {
4828
- "id": 490,
4830
+ "id": 488,
4829
4831
  "name": "close",
4830
4832
  "kind": 4096,
4831
4833
  "kindString": "Call signature",
@@ -4835,7 +4837,7 @@
4835
4837
  },
4836
4838
  "parameters": [
4837
4839
  {
4838
- "id": 491,
4840
+ "id": 489,
4839
4841
  "name": "instance",
4840
4842
  "kind": 32768,
4841
4843
  "kindString": "Parameter",
@@ -4845,7 +4847,7 @@
4845
4847
  },
4846
4848
  "type": {
4847
4849
  "type": "reference",
4848
- "id": 452,
4850
+ "id": 450,
4849
4851
  "name": "SkyOverlayInstance"
4850
4852
  }
4851
4853
  }
@@ -4858,7 +4860,7 @@
4858
4860
  ]
4859
4861
  },
4860
4862
  {
4861
- "id": 492,
4863
+ "id": 490,
4862
4864
  "name": "closeAll",
4863
4865
  "kind": 2048,
4864
4866
  "kindString": "Method",
@@ -4874,7 +4876,7 @@
4874
4876
  ],
4875
4877
  "signatures": [
4876
4878
  {
4877
- "id": 493,
4879
+ "id": 491,
4878
4880
  "name": "closeAll",
4879
4881
  "kind": 4096,
4880
4882
  "kindString": "Call signature",
@@ -4890,7 +4892,7 @@
4890
4892
  ]
4891
4893
  },
4892
4894
  {
4893
- "id": 486,
4895
+ "id": 484,
4894
4896
  "name": "create",
4895
4897
  "kind": 2048,
4896
4898
  "kindString": "Method",
@@ -4906,7 +4908,7 @@
4906
4908
  ],
4907
4909
  "signatures": [
4908
4910
  {
4909
- "id": 487,
4911
+ "id": 485,
4910
4912
  "name": "create",
4911
4913
  "kind": 4096,
4912
4914
  "kindString": "Call signature",
@@ -4916,7 +4918,7 @@
4916
4918
  },
4917
4919
  "parameters": [
4918
4920
  {
4919
- "id": 488,
4921
+ "id": 486,
4920
4922
  "name": "config",
4921
4923
  "kind": 32768,
4922
4924
  "kindString": "Parameter",
@@ -4928,14 +4930,14 @@
4928
4930
  },
4929
4931
  "type": {
4930
4932
  "type": "reference",
4931
- "id": 445,
4933
+ "id": 443,
4932
4934
  "name": "SkyOverlayConfig"
4933
4935
  }
4934
4936
  }
4935
4937
  ],
4936
4938
  "type": {
4937
4939
  "type": "reference",
4938
- "id": 452,
4940
+ "id": 450,
4939
4941
  "name": "SkyOverlayInstance"
4940
4942
  }
4941
4943
  }
@@ -4947,16 +4949,16 @@
4947
4949
  "title": "Constructors",
4948
4950
  "kind": 512,
4949
4951
  "children": [
4950
- 480
4952
+ 478
4951
4953
  ]
4952
4954
  },
4953
4955
  {
4954
4956
  "title": "Methods",
4955
4957
  "kind": 2048,
4956
4958
  "children": [
4957
- 489,
4958
- 492,
4959
- 486
4959
+ 487,
4960
+ 490,
4961
+ 484
4960
4962
  ]
4961
4963
  }
4962
4964
  ],
@@ -4969,7 +4971,7 @@
4969
4971
  ]
4970
4972
  },
4971
4973
  {
4972
- "id": 506,
4974
+ "id": 504,
4973
4975
  "name": "SkyPercentPipe",
4974
4976
  "kind": 128,
4975
4977
  "kindString": "Class",
@@ -4990,7 +4992,7 @@
4990
4992
  ],
4991
4993
  "children": [
4992
4994
  {
4993
- "id": 507,
4995
+ "id": 505,
4994
4996
  "name": "constructor",
4995
4997
  "kind": 512,
4996
4998
  "kindString": "Constructor",
@@ -5004,14 +5006,14 @@
5004
5006
  ],
5005
5007
  "signatures": [
5006
5008
  {
5007
- "id": 508,
5009
+ "id": 506,
5008
5010
  "name": "new SkyPercentPipe",
5009
5011
  "kind": 16384,
5010
5012
  "kindString": "Constructor signature",
5011
5013
  "flags": {},
5012
5014
  "parameters": [
5013
5015
  {
5014
- "id": 509,
5016
+ "id": 507,
5015
5017
  "name": "localeProvider",
5016
5018
  "kind": 32768,
5017
5019
  "kindString": "Parameter",
@@ -5024,14 +5026,14 @@
5024
5026
  ],
5025
5027
  "type": {
5026
5028
  "type": "reference",
5027
- "id": 506,
5029
+ "id": 504,
5028
5030
  "name": "SkyPercentPipe"
5029
5031
  }
5030
5032
  }
5031
5033
  ]
5032
5034
  },
5033
5035
  {
5034
- "id": 517,
5036
+ "id": 515,
5035
5037
  "name": "ngOnDestroy",
5036
5038
  "kind": 2048,
5037
5039
  "kindString": "Method",
@@ -5047,7 +5049,7 @@
5047
5049
  ],
5048
5050
  "signatures": [
5049
5051
  {
5050
- "id": 518,
5052
+ "id": 516,
5051
5053
  "name": "ngOnDestroy",
5052
5054
  "kind": 4096,
5053
5055
  "kindString": "Call signature",
@@ -5068,7 +5070,7 @@
5068
5070
  }
5069
5071
  },
5070
5072
  {
5071
- "id": 519,
5073
+ "id": 517,
5072
5074
  "name": "transform",
5073
5075
  "kind": 2048,
5074
5076
  "kindString": "Method",
@@ -5084,14 +5086,14 @@
5084
5086
  ],
5085
5087
  "signatures": [
5086
5088
  {
5087
- "id": 520,
5089
+ "id": 518,
5088
5090
  "name": "transform",
5089
5091
  "kind": 4096,
5090
5092
  "kindString": "Call signature",
5091
5093
  "flags": {},
5092
5094
  "parameters": [
5093
5095
  {
5094
- "id": 521,
5096
+ "id": 519,
5095
5097
  "name": "value",
5096
5098
  "kind": 32768,
5097
5099
  "kindString": "Parameter",
@@ -5102,7 +5104,7 @@
5102
5104
  }
5103
5105
  },
5104
5106
  {
5105
- "id": 522,
5107
+ "id": 520,
5106
5108
  "name": "format",
5107
5109
  "kind": 32768,
5108
5110
  "kindString": "Parameter",
@@ -5115,7 +5117,7 @@
5115
5117
  }
5116
5118
  },
5117
5119
  {
5118
- "id": 523,
5120
+ "id": 521,
5119
5121
  "name": "locale",
5120
5122
  "kind": 32768,
5121
5123
  "kindString": "Parameter",
@@ -5149,15 +5151,15 @@
5149
5151
  "title": "Constructors",
5150
5152
  "kind": 512,
5151
5153
  "children": [
5152
- 507
5154
+ 505
5153
5155
  ]
5154
5156
  },
5155
5157
  {
5156
5158
  "title": "Methods",
5157
5159
  "kind": 2048,
5158
5160
  "children": [
5159
- 517,
5160
- 519
5161
+ 515,
5162
+ 517
5161
5163
  ]
5162
5164
  }
5163
5165
  ],
@@ -5184,7 +5186,7 @@
5184
5186
  ]
5185
5187
  },
5186
5188
  {
5187
- "id": 503,
5189
+ "id": 501,
5188
5190
  "name": "SkyPercentPipeModule",
5189
5191
  "kind": 128,
5190
5192
  "kindString": "Class",
@@ -5209,7 +5211,7 @@
5209
5211
  "title": "Constructors",
5210
5212
  "kind": 512,
5211
5213
  "children": [
5212
- 504
5214
+ 502
5213
5215
  ]
5214
5216
  }
5215
5217
  ],
@@ -5222,7 +5224,521 @@
5222
5224
  ]
5223
5225
  },
5224
5226
  {
5225
- "id": 526,
5227
+ "id": 541,
5228
+ "name": "SkyResizeObserverMediaQueryService",
5229
+ "kind": 128,
5230
+ "kindString": "Class",
5231
+ "flags": {},
5232
+ "comment": {
5233
+ "shortText": "Acts like `SkyMediaQueryService` for a container element, emitting the same responsive breakpoints."
5234
+ },
5235
+ "decorators": [
5236
+ {
5237
+ "name": "Injectable",
5238
+ "type": {
5239
+ "type": "reference",
5240
+ "qualifiedName": "InjectableDecorator",
5241
+ "package": "@angular/core",
5242
+ "name": "Injectable"
5243
+ },
5244
+ "arguments": {
5245
+ "options": "{\n providedIn: 'any',\n}"
5246
+ }
5247
+ }
5248
+ ],
5249
+ "children": [
5250
+ {
5251
+ "id": 542,
5252
+ "name": "constructor",
5253
+ "kind": 512,
5254
+ "kindString": "Constructor",
5255
+ "flags": {},
5256
+ "sources": [
5257
+ {
5258
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5259
+ "line": 53,
5260
+ "character": 2
5261
+ }
5262
+ ],
5263
+ "signatures": [
5264
+ {
5265
+ "id": 543,
5266
+ "name": "new SkyResizeObserverMediaQueryService",
5267
+ "kind": 16384,
5268
+ "kindString": "Constructor signature",
5269
+ "flags": {},
5270
+ "parameters": [
5271
+ {
5272
+ "id": 544,
5273
+ "name": "resizeObserverService",
5274
+ "kind": 32768,
5275
+ "kindString": "Parameter",
5276
+ "flags": {},
5277
+ "type": {
5278
+ "type": "reference",
5279
+ "id": 524,
5280
+ "name": "SkyResizeObserverService"
5281
+ }
5282
+ }
5283
+ ],
5284
+ "type": {
5285
+ "type": "reference",
5286
+ "id": 541,
5287
+ "name": "SkyResizeObserverMediaQueryService"
5288
+ }
5289
+ }
5290
+ ]
5291
+ },
5292
+ {
5293
+ "id": 545,
5294
+ "name": "current",
5295
+ "kind": 262144,
5296
+ "kindString": "Accessor",
5297
+ "flags": {
5298
+ "isPublic": true
5299
+ },
5300
+ "sources": [
5301
+ {
5302
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5303
+ "line": 21,
5304
+ "character": 13
5305
+ }
5306
+ ],
5307
+ "getSignature": [
5308
+ {
5309
+ "id": 546,
5310
+ "name": "current",
5311
+ "kind": 524288,
5312
+ "kindString": "Get signature",
5313
+ "flags": {},
5314
+ "comment": {
5315
+ "shortText": "Returns the current breakpoint."
5316
+ },
5317
+ "type": {
5318
+ "type": "reference",
5319
+ "id": 323,
5320
+ "name": "SkyMediaBreakpoints"
5321
+ }
5322
+ }
5323
+ ]
5324
+ },
5325
+ {
5326
+ "id": 557,
5327
+ "name": "ngOnDestroy",
5328
+ "kind": 2048,
5329
+ "kindString": "Method",
5330
+ "flags": {
5331
+ "isPublic": true
5332
+ },
5333
+ "sources": [
5334
+ {
5335
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5336
+ "line": 60,
5337
+ "character": 9
5338
+ }
5339
+ ],
5340
+ "signatures": [
5341
+ {
5342
+ "id": 558,
5343
+ "name": "ngOnDestroy",
5344
+ "kind": 4096,
5345
+ "kindString": "Call signature",
5346
+ "flags": {},
5347
+ "type": {
5348
+ "type": "intrinsic",
5349
+ "name": "void"
5350
+ },
5351
+ "implementationOf": {
5352
+ "type": "reference",
5353
+ "name": "OnDestroy.ngOnDestroy"
5354
+ }
5355
+ }
5356
+ ],
5357
+ "implementationOf": {
5358
+ "type": "reference",
5359
+ "name": "OnDestroy.ngOnDestroy"
5360
+ }
5361
+ },
5362
+ {
5363
+ "id": 561,
5364
+ "name": "observe",
5365
+ "kind": 2048,
5366
+ "kindString": "Method",
5367
+ "flags": {
5368
+ "isPublic": true
5369
+ },
5370
+ "sources": [
5371
+ {
5372
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5373
+ "line": 78,
5374
+ "character": 9
5375
+ }
5376
+ ],
5377
+ "signatures": [
5378
+ {
5379
+ "id": 562,
5380
+ "name": "observe",
5381
+ "kind": 4096,
5382
+ "kindString": "Call signature",
5383
+ "flags": {},
5384
+ "comment": {
5385
+ "shortText": "Sets the container element to watch. The `SkyResizeObserverMediaQueryService` will only observe one element at a\ntime. Any previous subscriptions will be unsubscribed when a new element is observed."
5386
+ },
5387
+ "parameters": [
5388
+ {
5389
+ "id": 563,
5390
+ "name": "element",
5391
+ "kind": 32768,
5392
+ "kindString": "Parameter",
5393
+ "flags": {},
5394
+ "type": {
5395
+ "type": "reference",
5396
+ "typeArguments": [
5397
+ {
5398
+ "type": "intrinsic",
5399
+ "name": "any"
5400
+ }
5401
+ ],
5402
+ "qualifiedName": "ElementRef",
5403
+ "package": "@angular/core",
5404
+ "name": "ElementRef"
5405
+ }
5406
+ }
5407
+ ],
5408
+ "type": {
5409
+ "type": "reference",
5410
+ "id": 541,
5411
+ "name": "SkyResizeObserverMediaQueryService"
5412
+ }
5413
+ }
5414
+ ]
5415
+ },
5416
+ {
5417
+ "id": 566,
5418
+ "name": "subscribe",
5419
+ "kind": 2048,
5420
+ "kindString": "Method",
5421
+ "flags": {
5422
+ "isPublic": true
5423
+ },
5424
+ "sources": [
5425
+ {
5426
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5427
+ "line": 114,
5428
+ "character": 9
5429
+ }
5430
+ ],
5431
+ "signatures": [
5432
+ {
5433
+ "id": 567,
5434
+ "name": "subscribe",
5435
+ "kind": 4096,
5436
+ "kindString": "Call signature",
5437
+ "flags": {},
5438
+ "comment": {
5439
+ "shortText": "Subscribes to element size changes that cross breakpoints."
5440
+ },
5441
+ "parameters": [
5442
+ {
5443
+ "id": 568,
5444
+ "name": "listener",
5445
+ "kind": 32768,
5446
+ "kindString": "Parameter",
5447
+ "flags": {},
5448
+ "type": {
5449
+ "type": "reference",
5450
+ "id": 328,
5451
+ "name": "SkyMediaQueryListener"
5452
+ }
5453
+ }
5454
+ ],
5455
+ "type": {
5456
+ "type": "reference",
5457
+ "qualifiedName": "Subscription",
5458
+ "package": "rxjs",
5459
+ "name": "Subscription"
5460
+ }
5461
+ }
5462
+ ]
5463
+ },
5464
+ {
5465
+ "id": 564,
5466
+ "name": "unobserve",
5467
+ "kind": 2048,
5468
+ "kindString": "Method",
5469
+ "flags": {
5470
+ "isPublic": true
5471
+ },
5472
+ "sources": [
5473
+ {
5474
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5475
+ "line": 107,
5476
+ "character": 9
5477
+ }
5478
+ ],
5479
+ "signatures": [
5480
+ {
5481
+ "id": 565,
5482
+ "name": "unobserve",
5483
+ "kind": 4096,
5484
+ "kindString": "Call signature",
5485
+ "flags": {},
5486
+ "comment": {
5487
+ "shortText": "Stop watching the container element."
5488
+ },
5489
+ "type": {
5490
+ "type": "intrinsic",
5491
+ "name": "void"
5492
+ }
5493
+ }
5494
+ ]
5495
+ }
5496
+ ],
5497
+ "groups": [
5498
+ {
5499
+ "title": "Constructors",
5500
+ "kind": 512,
5501
+ "children": [
5502
+ 542
5503
+ ]
5504
+ },
5505
+ {
5506
+ "title": "Accessors",
5507
+ "kind": 262144,
5508
+ "children": [
5509
+ 545
5510
+ ]
5511
+ },
5512
+ {
5513
+ "title": "Methods",
5514
+ "kind": 2048,
5515
+ "children": [
5516
+ 557,
5517
+ 561,
5518
+ 566,
5519
+ 564
5520
+ ]
5521
+ }
5522
+ ],
5523
+ "sources": [
5524
+ {
5525
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
5526
+ "line": 17,
5527
+ "character": 13
5528
+ }
5529
+ ],
5530
+ "implementedTypes": [
5531
+ {
5532
+ "type": "reference",
5533
+ "qualifiedName": "OnDestroy",
5534
+ "package": "@angular/core",
5535
+ "name": "OnDestroy"
5536
+ }
5537
+ ]
5538
+ },
5539
+ {
5540
+ "id": 524,
5541
+ "name": "SkyResizeObserverService",
5542
+ "kind": 128,
5543
+ "kindString": "Class",
5544
+ "flags": {},
5545
+ "comment": {
5546
+ "shortText": "Service to create rxjs observables for changes to the content box dimensions of elements."
5547
+ },
5548
+ "decorators": [
5549
+ {
5550
+ "name": "Injectable",
5551
+ "type": {
5552
+ "type": "reference",
5553
+ "qualifiedName": "InjectableDecorator",
5554
+ "package": "@angular/core",
5555
+ "name": "Injectable"
5556
+ },
5557
+ "arguments": {
5558
+ "options": "{\n providedIn: 'any',\n}"
5559
+ }
5560
+ }
5561
+ ],
5562
+ "children": [
5563
+ {
5564
+ "id": 525,
5565
+ "name": "constructor",
5566
+ "kind": 512,
5567
+ "kindString": "Constructor",
5568
+ "flags": {},
5569
+ "sources": [
5570
+ {
5571
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
5572
+ "line": 22,
5573
+ "character": 2
5574
+ }
5575
+ ],
5576
+ "signatures": [
5577
+ {
5578
+ "id": 526,
5579
+ "name": "new SkyResizeObserverService",
5580
+ "kind": 16384,
5581
+ "kindString": "Constructor signature",
5582
+ "flags": {},
5583
+ "parameters": [
5584
+ {
5585
+ "id": 527,
5586
+ "name": "zone",
5587
+ "kind": 32768,
5588
+ "kindString": "Parameter",
5589
+ "flags": {},
5590
+ "type": {
5591
+ "type": "reference",
5592
+ "qualifiedName": "NgZone",
5593
+ "package": "@angular/core",
5594
+ "name": "NgZone"
5595
+ }
5596
+ }
5597
+ ],
5598
+ "type": {
5599
+ "type": "reference",
5600
+ "id": 524,
5601
+ "name": "SkyResizeObserverService"
5602
+ }
5603
+ }
5604
+ ]
5605
+ },
5606
+ {
5607
+ "id": 530,
5608
+ "name": "ngOnDestroy",
5609
+ "kind": 2048,
5610
+ "kindString": "Method",
5611
+ "flags": {
5612
+ "isPublic": true
5613
+ },
5614
+ "sources": [
5615
+ {
5616
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
5617
+ "line": 30,
5618
+ "character": 9
5619
+ }
5620
+ ],
5621
+ "signatures": [
5622
+ {
5623
+ "id": 531,
5624
+ "name": "ngOnDestroy",
5625
+ "kind": 4096,
5626
+ "kindString": "Call signature",
5627
+ "flags": {},
5628
+ "type": {
5629
+ "type": "intrinsic",
5630
+ "name": "void"
5631
+ },
5632
+ "implementationOf": {
5633
+ "type": "reference",
5634
+ "name": "OnDestroy.ngOnDestroy"
5635
+ }
5636
+ }
5637
+ ],
5638
+ "implementationOf": {
5639
+ "type": "reference",
5640
+ "name": "OnDestroy.ngOnDestroy"
5641
+ }
5642
+ },
5643
+ {
5644
+ "id": 532,
5645
+ "name": "observe",
5646
+ "kind": 2048,
5647
+ "kindString": "Method",
5648
+ "flags": {
5649
+ "isPublic": true
5650
+ },
5651
+ "sources": [
5652
+ {
5653
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
5654
+ "line": 37,
5655
+ "character": 9
5656
+ }
5657
+ ],
5658
+ "signatures": [
5659
+ {
5660
+ "id": 533,
5661
+ "name": "observe",
5662
+ "kind": 4096,
5663
+ "kindString": "Call signature",
5664
+ "flags": {},
5665
+ "comment": {
5666
+ "shortText": "Create rxjs observable to get size changes for an element ref."
5667
+ },
5668
+ "parameters": [
5669
+ {
5670
+ "id": 534,
5671
+ "name": "element",
5672
+ "kind": 32768,
5673
+ "kindString": "Parameter",
5674
+ "flags": {},
5675
+ "type": {
5676
+ "type": "reference",
5677
+ "typeArguments": [
5678
+ {
5679
+ "type": "intrinsic",
5680
+ "name": "any"
5681
+ }
5682
+ ],
5683
+ "qualifiedName": "ElementRef",
5684
+ "package": "@angular/core",
5685
+ "name": "ElementRef"
5686
+ }
5687
+ }
5688
+ ],
5689
+ "type": {
5690
+ "type": "reference",
5691
+ "typeArguments": [
5692
+ {
5693
+ "type": "reference",
5694
+ "qualifiedName": "ResizeObserverEntry",
5695
+ "package": "typescript",
5696
+ "name": "ResizeObserverEntry"
5697
+ }
5698
+ ],
5699
+ "qualifiedName": "Observable",
5700
+ "package": "rxjs",
5701
+ "name": "Observable"
5702
+ }
5703
+ }
5704
+ ]
5705
+ }
5706
+ ],
5707
+ "groups": [
5708
+ {
5709
+ "title": "Constructors",
5710
+ "kind": 512,
5711
+ "children": [
5712
+ 525
5713
+ ]
5714
+ },
5715
+ {
5716
+ "title": "Methods",
5717
+ "kind": 2048,
5718
+ "children": [
5719
+ 530,
5720
+ 532
5721
+ ]
5722
+ }
5723
+ ],
5724
+ "sources": [
5725
+ {
5726
+ "fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
5727
+ "line": 18,
5728
+ "character": 13
5729
+ }
5730
+ ],
5731
+ "implementedTypes": [
5732
+ {
5733
+ "type": "reference",
5734
+ "qualifiedName": "OnDestroy",
5735
+ "package": "@angular/core",
5736
+ "name": "OnDestroy"
5737
+ }
5738
+ ]
5739
+ },
5740
+ {
5741
+ "id": 575,
5226
5742
  "name": "SkyScrollableHostService",
5227
5743
  "kind": 128,
5228
5744
  "kindString": "Class",
@@ -5243,7 +5759,7 @@
5243
5759
  ],
5244
5760
  "children": [
5245
5761
  {
5246
- "id": 527,
5762
+ "id": 576,
5247
5763
  "name": "constructor",
5248
5764
  "kind": 512,
5249
5765
  "kindString": "Constructor",
@@ -5257,14 +5773,14 @@
5257
5773
  ],
5258
5774
  "signatures": [
5259
5775
  {
5260
- "id": 528,
5776
+ "id": 577,
5261
5777
  "name": "new SkyScrollableHostService",
5262
5778
  "kind": 16384,
5263
5779
  "kindString": "Constructor signature",
5264
5780
  "flags": {},
5265
5781
  "parameters": [
5266
5782
  {
5267
- "id": 529,
5783
+ "id": 578,
5268
5784
  "name": "mutationObserverSvc",
5269
5785
  "kind": 32768,
5270
5786
  "kindString": "Parameter",
@@ -5276,28 +5792,28 @@
5276
5792
  }
5277
5793
  },
5278
5794
  {
5279
- "id": 530,
5795
+ "id": 579,
5280
5796
  "name": "windowRef",
5281
5797
  "kind": 32768,
5282
5798
  "kindString": "Parameter",
5283
5799
  "flags": {},
5284
5800
  "type": {
5285
5801
  "type": "reference",
5286
- "id": 603,
5802
+ "id": 652,
5287
5803
  "name": "SkyAppWindowRef"
5288
5804
  }
5289
5805
  }
5290
5806
  ],
5291
5807
  "type": {
5292
5808
  "type": "reference",
5293
- "id": 526,
5809
+ "id": 575,
5294
5810
  "name": "SkyScrollableHostService"
5295
5811
  }
5296
5812
  }
5297
5813
  ]
5298
5814
  },
5299
5815
  {
5300
- "id": 531,
5816
+ "id": 580,
5301
5817
  "name": "getScrollableHost",
5302
5818
  "kind": 2048,
5303
5819
  "kindString": "Method",
@@ -5313,7 +5829,7 @@
5313
5829
  ],
5314
5830
  "signatures": [
5315
5831
  {
5316
- "id": 532,
5832
+ "id": 581,
5317
5833
  "name": "getScrollableHost",
5318
5834
  "kind": 4096,
5319
5835
  "kindString": "Call signature",
@@ -5324,7 +5840,7 @@
5324
5840
  },
5325
5841
  "parameters": [
5326
5842
  {
5327
- "id": 533,
5843
+ "id": 582,
5328
5844
  "name": "elementRef",
5329
5845
  "kind": 32768,
5330
5846
  "kindString": "Parameter",
@@ -5367,7 +5883,7 @@
5367
5883
  ]
5368
5884
  },
5369
5885
  {
5370
- "id": 537,
5886
+ "id": 586,
5371
5887
  "name": "watchScrollableHostScrollEvents",
5372
5888
  "kind": 2048,
5373
5889
  "kindString": "Method",
@@ -5383,7 +5899,7 @@
5383
5899
  ],
5384
5900
  "signatures": [
5385
5901
  {
5386
- "id": 538,
5902
+ "id": 587,
5387
5903
  "name": "watchScrollableHostScrollEvents",
5388
5904
  "kind": 4096,
5389
5905
  "kindString": "Call signature",
@@ -5394,7 +5910,7 @@
5394
5910
  },
5395
5911
  "parameters": [
5396
5912
  {
5397
- "id": 539,
5913
+ "id": 588,
5398
5914
  "name": "elementRef",
5399
5915
  "kind": 32768,
5400
5916
  "kindString": "Parameter",
@@ -5437,15 +5953,15 @@
5437
5953
  "title": "Constructors",
5438
5954
  "kind": 512,
5439
5955
  "children": [
5440
- 527
5956
+ 576
5441
5957
  ]
5442
5958
  },
5443
5959
  {
5444
5960
  "title": "Methods",
5445
5961
  "kind": 2048,
5446
5962
  "children": [
5447
- 531,
5448
- 537
5963
+ 580,
5964
+ 586
5449
5965
  ]
5450
5966
  }
5451
5967
  ],
@@ -5458,7 +5974,7 @@
5458
5974
  ]
5459
5975
  },
5460
5976
  {
5461
- "id": 559,
5977
+ "id": 608,
5462
5978
  "name": "SkyUIConfigService",
5463
5979
  "kind": 128,
5464
5980
  "kindString": "Class",
@@ -5479,7 +5995,7 @@
5479
5995
  ],
5480
5996
  "children": [
5481
5997
  {
5482
- "id": 562,
5998
+ "id": 611,
5483
5999
  "name": "getConfig",
5484
6000
  "kind": 2048,
5485
6001
  "kindString": "Method",
@@ -5495,14 +6011,14 @@
5495
6011
  ],
5496
6012
  "signatures": [
5497
6013
  {
5498
- "id": 563,
6014
+ "id": 612,
5499
6015
  "name": "getConfig",
5500
6016
  "kind": 4096,
5501
6017
  "kindString": "Call signature",
5502
6018
  "flags": {},
5503
6019
  "parameters": [
5504
6020
  {
5505
- "id": 564,
6021
+ "id": 613,
5506
6022
  "name": "key",
5507
6023
  "kind": 32768,
5508
6024
  "kindString": "Parameter",
@@ -5513,7 +6029,7 @@
5513
6029
  }
5514
6030
  },
5515
6031
  {
5516
- "id": 565,
6032
+ "id": 614,
5517
6033
  "name": "defaultConfig",
5518
6034
  "kind": 32768,
5519
6035
  "kindString": "Parameter",
@@ -5542,7 +6058,7 @@
5542
6058
  ]
5543
6059
  },
5544
6060
  {
5545
- "id": 566,
6061
+ "id": 615,
5546
6062
  "name": "setConfig",
5547
6063
  "kind": 2048,
5548
6064
  "kindString": "Method",
@@ -5558,14 +6074,14 @@
5558
6074
  ],
5559
6075
  "signatures": [
5560
6076
  {
5561
- "id": 567,
6077
+ "id": 616,
5562
6078
  "name": "setConfig",
5563
6079
  "kind": 4096,
5564
6080
  "kindString": "Call signature",
5565
6081
  "flags": {},
5566
6082
  "parameters": [
5567
6083
  {
5568
- "id": 568,
6084
+ "id": 617,
5569
6085
  "name": "key",
5570
6086
  "kind": 32768,
5571
6087
  "kindString": "Parameter",
@@ -5576,7 +6092,7 @@
5576
6092
  }
5577
6093
  },
5578
6094
  {
5579
- "id": 569,
6095
+ "id": 618,
5580
6096
  "name": "value",
5581
6097
  "kind": 32768,
5582
6098
  "kindString": "Parameter",
@@ -5608,15 +6124,15 @@
5608
6124
  "title": "Constructors",
5609
6125
  "kind": 512,
5610
6126
  "children": [
5611
- 560
6127
+ 609
5612
6128
  ]
5613
6129
  },
5614
6130
  {
5615
6131
  "title": "Methods",
5616
6132
  "kind": 2048,
5617
6133
  "children": [
5618
- 562,
5619
- 566
6134
+ 611,
6135
+ 615
5620
6136
  ]
5621
6137
  }
5622
6138
  ],
@@ -5629,7 +6145,7 @@
5629
6145
  ]
5630
6146
  },
5631
6147
  {
5632
- "id": 570,
6148
+ "id": 619,
5633
6149
  "name": "SkyViewkeeperHostOptions",
5634
6150
  "kind": 128,
5635
6151
  "kindString": "Class",
@@ -5648,7 +6164,7 @@
5648
6164
  ],
5649
6165
  "children": [
5650
6166
  {
5651
- "id": 573,
6167
+ "id": 622,
5652
6168
  "name": "boundaryEl",
5653
6169
  "kind": 1024,
5654
6170
  "kindString": "Property",
@@ -5674,12 +6190,12 @@
5674
6190
  },
5675
6191
  "implementationOf": {
5676
6192
  "type": "reference",
5677
- "id": 581,
6193
+ "id": 630,
5678
6194
  "name": "SkyViewkeeperOptions.boundaryEl"
5679
6195
  }
5680
6196
  },
5681
6197
  {
5682
- "id": 574,
6198
+ "id": 623,
5683
6199
  "name": "el",
5684
6200
  "kind": 1024,
5685
6201
  "kindString": "Property",
@@ -5705,12 +6221,12 @@
5705
6221
  },
5706
6222
  "implementationOf": {
5707
6223
  "type": "reference",
5708
- "id": 582,
6224
+ "id": 631,
5709
6225
  "name": "SkyViewkeeperOptions.el"
5710
6226
  }
5711
6227
  },
5712
6228
  {
5713
- "id": 575,
6229
+ "id": 624,
5714
6230
  "name": "scrollableHost",
5715
6231
  "kind": 1024,
5716
6232
  "kindString": "Property",
@@ -5736,12 +6252,12 @@
5736
6252
  },
5737
6253
  "implementationOf": {
5738
6254
  "type": "reference",
5739
- "id": 583,
6255
+ "id": 632,
5740
6256
  "name": "SkyViewkeeperOptions.scrollableHost"
5741
6257
  }
5742
6258
  },
5743
6259
  {
5744
- "id": 576,
6260
+ "id": 625,
5745
6261
  "name": "setWidth",
5746
6262
  "kind": 1024,
5747
6263
  "kindString": "Property",
@@ -5765,12 +6281,12 @@
5765
6281
  },
5766
6282
  "implementationOf": {
5767
6283
  "type": "reference",
5768
- "id": 584,
6284
+ "id": 633,
5769
6285
  "name": "SkyViewkeeperOptions.setWidth"
5770
6286
  }
5771
6287
  },
5772
6288
  {
5773
- "id": 577,
6289
+ "id": 626,
5774
6290
  "name": "verticalOffset",
5775
6291
  "kind": 1024,
5776
6292
  "kindString": "Property",
@@ -5794,12 +6310,12 @@
5794
6310
  },
5795
6311
  "implementationOf": {
5796
6312
  "type": "reference",
5797
- "id": 585,
6313
+ "id": 634,
5798
6314
  "name": "SkyViewkeeperOptions.verticalOffset"
5799
6315
  }
5800
6316
  },
5801
6317
  {
5802
- "id": 578,
6318
+ "id": 627,
5803
6319
  "name": "verticalOffsetEl",
5804
6320
  "kind": 1024,
5805
6321
  "kindString": "Property",
@@ -5825,12 +6341,12 @@
5825
6341
  },
5826
6342
  "implementationOf": {
5827
6343
  "type": "reference",
5828
- "id": 586,
6344
+ "id": 635,
5829
6345
  "name": "SkyViewkeeperOptions.verticalOffsetEl"
5830
6346
  }
5831
6347
  },
5832
6348
  {
5833
- "id": 579,
6349
+ "id": 628,
5834
6350
  "name": "viewportMarginTop",
5835
6351
  "kind": 1024,
5836
6352
  "kindString": "Property",
@@ -5854,7 +6370,7 @@
5854
6370
  },
5855
6371
  "implementationOf": {
5856
6372
  "type": "reference",
5857
- "id": 587,
6373
+ "id": 636,
5858
6374
  "name": "SkyViewkeeperOptions.viewportMarginTop"
5859
6375
  }
5860
6376
  }
@@ -5864,20 +6380,20 @@
5864
6380
  "title": "Constructors",
5865
6381
  "kind": 512,
5866
6382
  "children": [
5867
- 571
6383
+ 620
5868
6384
  ]
5869
6385
  },
5870
6386
  {
5871
6387
  "title": "Properties",
5872
6388
  "kind": 1024,
5873
6389
  "children": [
5874
- 573,
5875
- 574,
5876
- 575,
5877
- 576,
5878
- 577,
5879
- 578,
5880
- 579
6390
+ 622,
6391
+ 623,
6392
+ 624,
6393
+ 625,
6394
+ 626,
6395
+ 627,
6396
+ 628
5881
6397
  ]
5882
6398
  }
5883
6399
  ],
@@ -5891,13 +6407,13 @@
5891
6407
  "implementedTypes": [
5892
6408
  {
5893
6409
  "type": "reference",
5894
- "id": 580,
6410
+ "id": 629,
5895
6411
  "name": "SkyViewkeeperOptions"
5896
6412
  }
5897
6413
  ]
5898
6414
  },
5899
6415
  {
5900
- "id": 588,
6416
+ "id": 637,
5901
6417
  "name": "SkyViewkeeperModule",
5902
6418
  "kind": 128,
5903
6419
  "kindString": "Class",
@@ -5922,7 +6438,7 @@
5922
6438
  "title": "Constructors",
5923
6439
  "kind": 512,
5924
6440
  "children": [
5925
- 589
6441
+ 638
5926
6442
  ]
5927
6443
  }
5928
6444
  ],
@@ -5935,7 +6451,7 @@
5935
6451
  ]
5936
6452
  },
5937
6453
  {
5938
- "id": 591,
6454
+ "id": 640,
5939
6455
  "name": "SkyViewkeeperService",
5940
6456
  "kind": 128,
5941
6457
  "kindString": "Class",
@@ -5959,7 +6475,7 @@
5959
6475
  ],
5960
6476
  "children": [
5961
6477
  {
5962
- "id": 592,
6478
+ "id": 641,
5963
6479
  "name": "constructor",
5964
6480
  "kind": 512,
5965
6481
  "kindString": "Constructor",
@@ -5973,14 +6489,14 @@
5973
6489
  ],
5974
6490
  "signatures": [
5975
6491
  {
5976
- "id": 593,
6492
+ "id": 642,
5977
6493
  "name": "new SkyViewkeeperService",
5978
6494
  "kind": 16384,
5979
6495
  "kindString": "Constructor signature",
5980
6496
  "flags": {},
5981
6497
  "parameters": [
5982
6498
  {
5983
- "id": 594,
6499
+ "id": 643,
5984
6500
  "name": "hostOptions",
5985
6501
  "kind": 32768,
5986
6502
  "kindString": "Parameter",
@@ -6001,21 +6517,21 @@
6001
6517
  ],
6002
6518
  "type": {
6003
6519
  "type": "reference",
6004
- "id": 570,
6520
+ "id": 619,
6005
6521
  "name": "SkyViewkeeperHostOptions"
6006
6522
  }
6007
6523
  }
6008
6524
  ],
6009
6525
  "type": {
6010
6526
  "type": "reference",
6011
- "id": 591,
6527
+ "id": 640,
6012
6528
  "name": "SkyViewkeeperService"
6013
6529
  }
6014
6530
  }
6015
6531
  ]
6016
6532
  },
6017
6533
  {
6018
- "id": 595,
6534
+ "id": 644,
6019
6535
  "name": "create",
6020
6536
  "kind": 2048,
6021
6537
  "kindString": "Method",
@@ -6031,7 +6547,7 @@
6031
6547
  ],
6032
6548
  "signatures": [
6033
6549
  {
6034
- "id": 596,
6550
+ "id": 645,
6035
6551
  "name": "create",
6036
6552
  "kind": 4096,
6037
6553
  "kindString": "Call signature",
@@ -6039,7 +6555,7 @@
6039
6555
  "comment": {},
6040
6556
  "parameters": [
6041
6557
  {
6042
- "id": 597,
6558
+ "id": 646,
6043
6559
  "name": "options",
6044
6560
  "kind": 32768,
6045
6561
  "kindString": "Parameter",
@@ -6049,7 +6565,7 @@
6049
6565
  },
6050
6566
  "type": {
6051
6567
  "type": "reference",
6052
- "id": 580,
6568
+ "id": 629,
6053
6569
  "name": "SkyViewkeeperOptions"
6054
6570
  }
6055
6571
  }
@@ -6062,7 +6578,7 @@
6062
6578
  ]
6063
6579
  },
6064
6580
  {
6065
- "id": 598,
6581
+ "id": 647,
6066
6582
  "name": "destroy",
6067
6583
  "kind": 2048,
6068
6584
  "kindString": "Method",
@@ -6078,7 +6594,7 @@
6078
6594
  ],
6079
6595
  "signatures": [
6080
6596
  {
6081
- "id": 599,
6597
+ "id": 648,
6082
6598
  "name": "destroy",
6083
6599
  "kind": 4096,
6084
6600
  "kindString": "Call signature",
@@ -6088,7 +6604,7 @@
6088
6604
  },
6089
6605
  "parameters": [
6090
6606
  {
6091
- "id": 600,
6607
+ "id": 649,
6092
6608
  "name": "vk",
6093
6609
  "kind": 32768,
6094
6610
  "kindString": "Parameter",
@@ -6115,15 +6631,15 @@
6115
6631
  "title": "Constructors",
6116
6632
  "kind": 512,
6117
6633
  "children": [
6118
- 592
6634
+ 641
6119
6635
  ]
6120
6636
  },
6121
6637
  {
6122
6638
  "title": "Methods",
6123
6639
  "kind": 2048,
6124
6640
  "children": [
6125
- 595,
6126
- 598
6641
+ 644,
6642
+ 647
6127
6643
  ]
6128
6644
  }
6129
6645
  ],
@@ -7007,7 +7523,7 @@
7007
7523
  "flags": {},
7008
7524
  "type": {
7009
7525
  "type": "reference",
7010
- "id": 591,
7526
+ "id": 640,
7011
7527
  "name": "SkyViewkeeperService"
7012
7528
  }
7013
7529
  },
@@ -7031,7 +7547,7 @@
7031
7547
  ],
7032
7548
  "type": {
7033
7549
  "type": "reference",
7034
- "id": 526,
7550
+ "id": 575,
7035
7551
  "name": "SkyScrollableHostService"
7036
7552
  }
7037
7553
  }
@@ -7530,14 +8046,14 @@
7530
8046
  ]
7531
8047
  },
7532
8048
  {
7533
- "id": 550,
8049
+ "id": 599,
7534
8050
  "name": "SkyAppSetTitleArgs",
7535
8051
  "kind": 256,
7536
8052
  "kindString": "Interface",
7537
8053
  "flags": {},
7538
8054
  "children": [
7539
8055
  {
7540
- "id": 551,
8056
+ "id": 600,
7541
8057
  "name": "titleParts",
7542
8058
  "kind": 1024,
7543
8059
  "kindString": "Property",
@@ -7563,7 +8079,7 @@
7563
8079
  "title": "Properties",
7564
8080
  "kind": 1024,
7565
8081
  "children": [
7566
- 551
8082
+ 600
7567
8083
  ]
7568
8084
  }
7569
8085
  ],
@@ -7978,14 +8494,14 @@
7978
8494
  ]
7979
8495
  },
7980
8496
  {
7981
- "id": 445,
8497
+ "id": 443,
7982
8498
  "name": "SkyOverlayConfig",
7983
8499
  "kind": 256,
7984
8500
  "kindString": "Interface",
7985
8501
  "flags": {},
7986
8502
  "children": [
7987
8503
  {
7988
- "id": 446,
8504
+ "id": 444,
7989
8505
  "name": "closeOnNavigation",
7990
8506
  "kind": 1024,
7991
8507
  "kindString": "Property",
@@ -8008,7 +8524,7 @@
8008
8524
  }
8009
8525
  },
8010
8526
  {
8011
- "id": 447,
8527
+ "id": 445,
8012
8528
  "name": "enableClose",
8013
8529
  "kind": 1024,
8014
8530
  "kindString": "Property",
@@ -8031,7 +8547,7 @@
8031
8547
  }
8032
8548
  },
8033
8549
  {
8034
- "id": 448,
8550
+ "id": 446,
8035
8551
  "name": "enablePointerEvents",
8036
8552
  "kind": 1024,
8037
8553
  "kindString": "Property",
@@ -8054,7 +8570,7 @@
8054
8570
  }
8055
8571
  },
8056
8572
  {
8057
- "id": 449,
8573
+ "id": 447,
8058
8574
  "name": "enableScroll",
8059
8575
  "kind": 1024,
8060
8576
  "kindString": "Property",
@@ -8077,7 +8593,7 @@
8077
8593
  }
8078
8594
  },
8079
8595
  {
8080
- "id": 450,
8596
+ "id": 448,
8081
8597
  "name": "showBackdrop",
8082
8598
  "kind": 1024,
8083
8599
  "kindString": "Property",
@@ -8100,7 +8616,7 @@
8100
8616
  }
8101
8617
  },
8102
8618
  {
8103
- "id": 451,
8619
+ "id": 449,
8104
8620
  "name": "wrapperClass",
8105
8621
  "kind": 1024,
8106
8622
  "kindString": "Property",
@@ -8128,12 +8644,12 @@
8128
8644
  "title": "Properties",
8129
8645
  "kind": 1024,
8130
8646
  "children": [
8647
+ 444,
8648
+ 445,
8131
8649
  446,
8132
8650
  447,
8133
8651
  448,
8134
- 449,
8135
- 450,
8136
- 451
8652
+ 449
8137
8653
  ]
8138
8654
  }
8139
8655
  ],
@@ -8146,7 +8662,7 @@
8146
8662
  ]
8147
8663
  },
8148
8664
  {
8149
- "id": 580,
8665
+ "id": 629,
8150
8666
  "name": "SkyViewkeeperOptions",
8151
8667
  "kind": 256,
8152
8668
  "kindString": "Interface",
@@ -8156,7 +8672,7 @@
8156
8672
  },
8157
8673
  "children": [
8158
8674
  {
8159
- "id": 581,
8675
+ "id": 630,
8160
8676
  "name": "boundaryEl",
8161
8677
  "kind": 1024,
8162
8678
  "kindString": "Property",
@@ -8181,7 +8697,7 @@
8181
8697
  }
8182
8698
  },
8183
8699
  {
8184
- "id": 582,
8700
+ "id": 631,
8185
8701
  "name": "el",
8186
8702
  "kind": 1024,
8187
8703
  "kindString": "Property",
@@ -8206,7 +8722,7 @@
8206
8722
  }
8207
8723
  },
8208
8724
  {
8209
- "id": 583,
8725
+ "id": 632,
8210
8726
  "name": "scrollableHost",
8211
8727
  "kind": 1024,
8212
8728
  "kindString": "Property",
@@ -8231,7 +8747,7 @@
8231
8747
  }
8232
8748
  },
8233
8749
  {
8234
- "id": 584,
8750
+ "id": 633,
8235
8751
  "name": "setWidth",
8236
8752
  "kind": 1024,
8237
8753
  "kindString": "Property",
@@ -8254,7 +8770,7 @@
8254
8770
  }
8255
8771
  },
8256
8772
  {
8257
- "id": 585,
8773
+ "id": 634,
8258
8774
  "name": "verticalOffset",
8259
8775
  "kind": 1024,
8260
8776
  "kindString": "Property",
@@ -8277,7 +8793,7 @@
8277
8793
  }
8278
8794
  },
8279
8795
  {
8280
- "id": 586,
8796
+ "id": 635,
8281
8797
  "name": "verticalOffsetEl",
8282
8798
  "kind": 1024,
8283
8799
  "kindString": "Property",
@@ -8302,7 +8818,7 @@
8302
8818
  }
8303
8819
  },
8304
8820
  {
8305
- "id": 587,
8821
+ "id": 636,
8306
8822
  "name": "viewportMarginTop",
8307
8823
  "kind": 1024,
8308
8824
  "kindString": "Property",
@@ -8330,13 +8846,13 @@
8330
8846
  "title": "Properties",
8331
8847
  "kind": 1024,
8332
8848
  "children": [
8333
- 581,
8334
- 582,
8335
- 583,
8336
- 584,
8337
- 585,
8338
- 586,
8339
- 587
8849
+ 630,
8850
+ 631,
8851
+ 632,
8852
+ 633,
8853
+ 634,
8854
+ 635,
8855
+ 636
8340
8856
  ]
8341
8857
  }
8342
8858
  ],
@@ -8350,7 +8866,7 @@
8350
8866
  "implementedBy": [
8351
8867
  {
8352
8868
  "type": "reference",
8353
- "id": 570,
8869
+ "id": 619,
8354
8870
  "name": "SkyViewkeeperHostOptions"
8355
8871
  }
8356
8872
  ]
@@ -8497,7 +9013,7 @@
8497
9013
  "kindString": "Call signature",
8498
9014
  "flags": {},
8499
9015
  "comment": {
8500
- "shortText": "Specifies a funciton that is called when the breakpoints change. It is called\nwith a `SkyMediaBreakpoints` argument, which is an enum that represents the new breakpoint."
9016
+ "shortText": "Specifies a function that is called when the breakpoints change. It is called\nwith a `SkyMediaBreakpoints` argument, which is an enum that represents the new breakpoint."
8501
9017
  },
8502
9018
  "parameters": [
8503
9019
  {
@@ -8544,8 +9060,8 @@
8544
9060
  140,
8545
9061
  148,
8546
9062
  303,
8547
- 552,
8548
- 603,
9063
+ 601,
9064
+ 652,
8549
9065
  63,
8550
9066
  66,
8551
9067
  221,
@@ -8560,17 +9076,19 @@
8560
9076
  335,
8561
9077
  380,
8562
9078
  394,
8563
- 412,
8564
- 452,
8565
- 475,
8566
- 478,
8567
- 506,
8568
- 503,
8569
- 526,
8570
- 559,
8571
- 570,
8572
- 588,
8573
- 591,
9079
+ 410,
9080
+ 450,
9081
+ 473,
9082
+ 476,
9083
+ 504,
9084
+ 501,
9085
+ 541,
9086
+ 524,
9087
+ 575,
9088
+ 608,
9089
+ 619,
9090
+ 637,
9091
+ 640,
8574
9092
  1,
8575
9093
  26,
8576
9094
  34
@@ -8583,14 +9101,14 @@
8583
9101
  117,
8584
9102
  131,
8585
9103
  134,
8586
- 550,
9104
+ 599,
8587
9105
  218,
8588
9106
  235,
8589
9107
  241,
8590
9108
  275,
8591
9109
  111,
8592
- 445,
8593
- 580
9110
+ 443,
9111
+ 629
8594
9112
  ]
8595
9113
  },
8596
9114
  {
@@ -8657,6 +9175,26 @@
8657
9175
  "fileName": "numeric-demo.module.ts",
8658
9176
  "filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.module.ts",
8659
9177
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyNumericModule } from '@skyux/core';\nimport { SkyDefinitionListModule } from '@skyux/layout';\n\nimport { NumericDemoComponent } from './numeric-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDefinitionListModule, SkyNumericModule],\n declarations: [NumericDemoComponent],\n exports: [NumericDemoComponent],\n})\nexport class NumericDemoModule {}\n"
9178
+ },
9179
+ {
9180
+ "fileName": "resize-observer-basic.component.html",
9181
+ "filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.html",
9182
+ "rawContents": "<div class=\"resizable\" #resize>\n <h1>Resizable Container Element</h1>\n <p>Current width: {{ width }}</p>\n <p>Current media breakpoint inside this element: {{ breakpoint }}</p>\n</div>\n"
9183
+ },
9184
+ {
9185
+ "fileName": "resize-observer-basic.component.scss",
9186
+ "filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.scss",
9187
+ "rawContents": ".resizable {\n resize: horizontal;\n width: 300px;\n max-width: 100%;\n height: 300px;\n margin: 20px;\n padding: 20px;\n border: 4px groove #2f4050;\n overflow: auto;\n}\n\n@media (min-width: 1024px) {\n .resizable {\n width: 940px;\n }\n}\n"
9188
+ },
9189
+ {
9190
+ "fileName": "resize-observer-basic.component.ts",
9191
+ "filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.ts",
9192
+ "rawContents": "import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n OnDestroy,\n ViewChild,\n} from '@angular/core';\nimport {\n SkyMediaBreakpoints,\n SkyResizeObserverMediaQueryService,\n SkyResizeObserverService,\n} from '@skyux/core';\n\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'app-resize-observer-basic',\n templateUrl: './resize-observer-basic.component.html',\n styleUrls: ['./resize-observer-basic.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ResizeObserverBasicComponent implements AfterViewInit, OnDestroy {\n @ViewChild('resize')\n public resizeElement: ElementRef<HTMLDivElement>;\n\n public width: number;\n public breakpoint: string;\n\n private subscriptions = new Subscription();\n\n constructor(\n private skyResizeObserverService: SkyResizeObserverService,\n private skyResizeObserverMediaQueryService: SkyResizeObserverMediaQueryService,\n private changeDetectorRef: ChangeDetectorRef\n ) {}\n\n public ngAfterViewInit(): void {\n this.changeDetectorRef.detach();\n this.subscriptions.add(\n this.skyResizeObserverMediaQueryService\n .observe(this.resizeElement)\n .subscribe((breakpoint) => {\n switch (breakpoint) {\n case SkyMediaBreakpoints.xs:\n this.breakpoint = 'SkyMediaBreakpoints.xs';\n break;\n case SkyMediaBreakpoints.sm:\n this.breakpoint = 'SkyMediaBreakpoints.sm';\n break;\n case SkyMediaBreakpoints.md:\n this.breakpoint = 'SkyMediaBreakpoints.md';\n break;\n case SkyMediaBreakpoints.lg:\n this.breakpoint = 'SkyMediaBreakpoints.lg';\n break;\n default:\n this.breakpoint = '(unknown)';\n }\n this.changeDetectorRef.markForCheck();\n })\n );\n this.subscriptions.add(\n this.skyResizeObserverService\n .observe(this.resizeElement)\n .subscribe((value) => {\n this.width = value.contentRect.width;\n this.changeDetectorRef.detectChanges();\n })\n );\n }\n\n public ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n"
9193
+ },
9194
+ {
9195
+ "fileName": "resize-observer-basic.module.ts",
9196
+ "filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.module.ts",
9197
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { ResizeObserverBasicComponent } from './resize-observer-basic.component';\n\n@NgModule({\n declarations: [ResizeObserverBasicComponent],\n imports: [CommonModule],\n})\nexport class ResizeObserverBasicModule {}\n"
8660
9198
  }
8661
9199
  ]
8662
9200
  }