@skyux/core 5.7.2 → 5.8.2
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/bundles/skyux-core.umd.js +193 -1
- package/documentation.json +655 -117
- package/esm2015/index.js +2 -0
- package/esm2015/index.js.map +1 -1
- package/esm2015/lib/modules/media-query/media-query-listener.js.map +1 -1
- package/esm2015/lib/modules/media-query/media-query.service.js +1 -1
- package/esm2015/lib/modules/media-query/media-query.service.js.map +1 -1
- package/esm2015/lib/modules/resize-observer/resize-observer-media-query.service.js +117 -0
- package/esm2015/lib/modules/resize-observer/resize-observer-media-query.service.js.map +1 -0
- package/esm2015/lib/modules/resize-observer/resize-observer.service.js +73 -0
- package/esm2015/lib/modules/resize-observer/resize-observer.service.js.map +1 -0
- package/fesm2015/skyux-core.js +183 -4
- package/fesm2015/skyux-core.js.map +1 -1
- package/index.d.ts +2 -0
- package/lib/modules/media-query/media-query-listener.d.ts +1 -1
- package/lib/modules/media-query/media-query.service.d.ts +1 -1
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +45 -0
- package/lib/modules/resize-observer/resize-observer.service.d.ts +21 -0
- package/package.json +3 -3
package/documentation.json
CHANGED
@@ -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":
|
1447
|
+
"id": 604,
|
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":
|
1471
|
+
"id": 605,
|
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":
|
1485
|
+
"id": 606,
|
1484
1486
|
"name": "new SkyAppTitleService",
|
1485
1487
|
"kind": 16384,
|
1486
1488
|
"kindString": "Constructor signature",
|
1487
1489
|
"flags": {},
|
1488
1490
|
"parameters": [
|
1489
1491
|
{
|
1490
|
-
"id":
|
1492
|
+
"id": 607,
|
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":
|
1507
|
+
"id": 604,
|
1506
1508
|
"name": "SkyAppTitleService"
|
1507
1509
|
}
|
1508
1510
|
}
|
1509
1511
|
]
|
1510
1512
|
},
|
1511
1513
|
{
|
1512
|
-
"id":
|
1514
|
+
"id": 608,
|
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":
|
1530
|
+
"id": 609,
|
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":
|
1540
|
+
"id": 610,
|
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":
|
1550
|
+
"id": 602,
|
1549
1551
|
"name": "SkyAppSetTitleArgs"
|
1550
1552
|
}
|
1551
1553
|
}
|
@@ -1563,14 +1565,14 @@
|
|
1563
1565
|
"title": "Constructors",
|
1564
1566
|
"kind": 512,
|
1565
1567
|
"children": [
|
1566
|
-
|
1568
|
+
605
|
1567
1569
|
]
|
1568
1570
|
},
|
1569
1571
|
{
|
1570
1572
|
"title": "Methods",
|
1571
1573
|
"kind": 2048,
|
1572
1574
|
"children": [
|
1573
|
-
|
1575
|
+
608
|
1574
1576
|
]
|
1575
1577
|
}
|
1576
1578
|
],
|
@@ -1583,7 +1585,7 @@
|
|
1583
1585
|
]
|
1584
1586
|
},
|
1585
1587
|
{
|
1586
|
-
"id":
|
1588
|
+
"id": 655,
|
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":
|
1612
|
+
"id": 658,
|
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":
|
1628
|
+
"id": 659,
|
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
|
-
|
1649
|
+
656
|
1648
1650
|
]
|
1649
1651
|
},
|
1650
1652
|
{
|
1651
1653
|
"title": "Accessors",
|
1652
1654
|
"kind": 262144,
|
1653
1655
|
"children": [
|
1654
|
-
|
1656
|
+
658
|
1655
1657
|
]
|
1656
1658
|
}
|
1657
1659
|
],
|
@@ -3066,7 +3068,7 @@
|
|
3066
3068
|
"flags": {},
|
3067
3069
|
"type": {
|
3068
3070
|
"type": "reference",
|
3069
|
-
"id":
|
3071
|
+
"id": 655,
|
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": "
|
3803
|
+
"shortText": "Subscribes to screen size changes."
|
3802
3804
|
},
|
3803
3805
|
"parameters": [
|
3804
3806
|
{
|
@@ -5221,8 +5223,522 @@
|
|
5221
5223
|
}
|
5222
5224
|
]
|
5223
5225
|
},
|
5226
|
+
{
|
5227
|
+
"id": 543,
|
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": 544,
|
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": 54,
|
5260
|
+
"character": 2
|
5261
|
+
}
|
5262
|
+
],
|
5263
|
+
"signatures": [
|
5264
|
+
{
|
5265
|
+
"id": 545,
|
5266
|
+
"name": "new SkyResizeObserverMediaQueryService",
|
5267
|
+
"kind": 16384,
|
5268
|
+
"kindString": "Constructor signature",
|
5269
|
+
"flags": {},
|
5270
|
+
"parameters": [
|
5271
|
+
{
|
5272
|
+
"id": 546,
|
5273
|
+
"name": "resizeObserverService",
|
5274
|
+
"kind": 32768,
|
5275
|
+
"kindString": "Parameter",
|
5276
|
+
"flags": {},
|
5277
|
+
"type": {
|
5278
|
+
"type": "reference",
|
5279
|
+
"id": 526,
|
5280
|
+
"name": "SkyResizeObserverService"
|
5281
|
+
}
|
5282
|
+
}
|
5283
|
+
],
|
5284
|
+
"type": {
|
5285
|
+
"type": "reference",
|
5286
|
+
"id": 543,
|
5287
|
+
"name": "SkyResizeObserverMediaQueryService"
|
5288
|
+
}
|
5289
|
+
}
|
5290
|
+
]
|
5291
|
+
},
|
5292
|
+
{
|
5293
|
+
"id": 547,
|
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": 548,
|
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": 560,
|
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": 61,
|
5337
|
+
"character": 9
|
5338
|
+
}
|
5339
|
+
],
|
5340
|
+
"signatures": [
|
5341
|
+
{
|
5342
|
+
"id": 561,
|
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": 564,
|
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": 79,
|
5374
|
+
"character": 9
|
5375
|
+
}
|
5376
|
+
],
|
5377
|
+
"signatures": [
|
5378
|
+
{
|
5379
|
+
"id": 565,
|
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": 566,
|
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": 543,
|
5411
|
+
"name": "SkyResizeObserverMediaQueryService"
|
5412
|
+
}
|
5413
|
+
}
|
5414
|
+
]
|
5415
|
+
},
|
5416
|
+
{
|
5417
|
+
"id": 569,
|
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": 115,
|
5428
|
+
"character": 9
|
5429
|
+
}
|
5430
|
+
],
|
5431
|
+
"signatures": [
|
5432
|
+
{
|
5433
|
+
"id": 570,
|
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": 571,
|
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": 567,
|
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": 108,
|
5476
|
+
"character": 9
|
5477
|
+
}
|
5478
|
+
],
|
5479
|
+
"signatures": [
|
5480
|
+
{
|
5481
|
+
"id": 568,
|
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
|
+
544
|
5503
|
+
]
|
5504
|
+
},
|
5505
|
+
{
|
5506
|
+
"title": "Accessors",
|
5507
|
+
"kind": 262144,
|
5508
|
+
"children": [
|
5509
|
+
547
|
5510
|
+
]
|
5511
|
+
},
|
5512
|
+
{
|
5513
|
+
"title": "Methods",
|
5514
|
+
"kind": 2048,
|
5515
|
+
"children": [
|
5516
|
+
560,
|
5517
|
+
564,
|
5518
|
+
569,
|
5519
|
+
567
|
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
|
+
},
|
5224
5539
|
{
|
5225
5540
|
"id": 526,
|
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": 527,
|
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": 528,
|
5579
|
+
"name": "new SkyResizeObserverService",
|
5580
|
+
"kind": 16384,
|
5581
|
+
"kindString": "Constructor signature",
|
5582
|
+
"flags": {},
|
5583
|
+
"parameters": [
|
5584
|
+
{
|
5585
|
+
"id": 529,
|
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": 526,
|
5601
|
+
"name": "SkyResizeObserverService"
|
5602
|
+
}
|
5603
|
+
}
|
5604
|
+
]
|
5605
|
+
},
|
5606
|
+
{
|
5607
|
+
"id": 532,
|
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": 533,
|
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": 534,
|
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": 535,
|
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": 536,
|
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
|
+
527
|
5713
|
+
]
|
5714
|
+
},
|
5715
|
+
{
|
5716
|
+
"title": "Methods",
|
5717
|
+
"kind": 2048,
|
5718
|
+
"children": [
|
5719
|
+
532,
|
5720
|
+
534
|
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": 578,
|
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":
|
5762
|
+
"id": 579,
|
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":
|
5776
|
+
"id": 580,
|
5261
5777
|
"name": "new SkyScrollableHostService",
|
5262
5778
|
"kind": 16384,
|
5263
5779
|
"kindString": "Constructor signature",
|
5264
5780
|
"flags": {},
|
5265
5781
|
"parameters": [
|
5266
5782
|
{
|
5267
|
-
"id":
|
5783
|
+
"id": 581,
|
5268
5784
|
"name": "mutationObserverSvc",
|
5269
5785
|
"kind": 32768,
|
5270
5786
|
"kindString": "Parameter",
|
@@ -5276,28 +5792,28 @@
|
|
5276
5792
|
}
|
5277
5793
|
},
|
5278
5794
|
{
|
5279
|
-
"id":
|
5795
|
+
"id": 582,
|
5280
5796
|
"name": "windowRef",
|
5281
5797
|
"kind": 32768,
|
5282
5798
|
"kindString": "Parameter",
|
5283
5799
|
"flags": {},
|
5284
5800
|
"type": {
|
5285
5801
|
"type": "reference",
|
5286
|
-
"id":
|
5802
|
+
"id": 655,
|
5287
5803
|
"name": "SkyAppWindowRef"
|
5288
5804
|
}
|
5289
5805
|
}
|
5290
5806
|
],
|
5291
5807
|
"type": {
|
5292
5808
|
"type": "reference",
|
5293
|
-
"id":
|
5809
|
+
"id": 578,
|
5294
5810
|
"name": "SkyScrollableHostService"
|
5295
5811
|
}
|
5296
5812
|
}
|
5297
5813
|
]
|
5298
5814
|
},
|
5299
5815
|
{
|
5300
|
-
"id":
|
5816
|
+
"id": 583,
|
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":
|
5832
|
+
"id": 584,
|
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":
|
5843
|
+
"id": 585,
|
5328
5844
|
"name": "elementRef",
|
5329
5845
|
"kind": 32768,
|
5330
5846
|
"kindString": "Parameter",
|
@@ -5367,7 +5883,7 @@
|
|
5367
5883
|
]
|
5368
5884
|
},
|
5369
5885
|
{
|
5370
|
-
"id":
|
5886
|
+
"id": 589,
|
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":
|
5902
|
+
"id": 590,
|
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":
|
5913
|
+
"id": 591,
|
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
|
-
|
5956
|
+
579
|
5441
5957
|
]
|
5442
5958
|
},
|
5443
5959
|
{
|
5444
5960
|
"title": "Methods",
|
5445
5961
|
"kind": 2048,
|
5446
5962
|
"children": [
|
5447
|
-
|
5448
|
-
|
5963
|
+
583,
|
5964
|
+
589
|
5449
5965
|
]
|
5450
5966
|
}
|
5451
5967
|
],
|
@@ -5458,7 +5974,7 @@
|
|
5458
5974
|
]
|
5459
5975
|
},
|
5460
5976
|
{
|
5461
|
-
"id":
|
5977
|
+
"id": 611,
|
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":
|
5998
|
+
"id": 614,
|
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":
|
6014
|
+
"id": 615,
|
5499
6015
|
"name": "getConfig",
|
5500
6016
|
"kind": 4096,
|
5501
6017
|
"kindString": "Call signature",
|
5502
6018
|
"flags": {},
|
5503
6019
|
"parameters": [
|
5504
6020
|
{
|
5505
|
-
"id":
|
6021
|
+
"id": 616,
|
5506
6022
|
"name": "key",
|
5507
6023
|
"kind": 32768,
|
5508
6024
|
"kindString": "Parameter",
|
@@ -5513,7 +6029,7 @@
|
|
5513
6029
|
}
|
5514
6030
|
},
|
5515
6031
|
{
|
5516
|
-
"id":
|
6032
|
+
"id": 617,
|
5517
6033
|
"name": "defaultConfig",
|
5518
6034
|
"kind": 32768,
|
5519
6035
|
"kindString": "Parameter",
|
@@ -5542,7 +6058,7 @@
|
|
5542
6058
|
]
|
5543
6059
|
},
|
5544
6060
|
{
|
5545
|
-
"id":
|
6061
|
+
"id": 618,
|
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":
|
6077
|
+
"id": 619,
|
5562
6078
|
"name": "setConfig",
|
5563
6079
|
"kind": 4096,
|
5564
6080
|
"kindString": "Call signature",
|
5565
6081
|
"flags": {},
|
5566
6082
|
"parameters": [
|
5567
6083
|
{
|
5568
|
-
"id":
|
6084
|
+
"id": 620,
|
5569
6085
|
"name": "key",
|
5570
6086
|
"kind": 32768,
|
5571
6087
|
"kindString": "Parameter",
|
@@ -5576,7 +6092,7 @@
|
|
5576
6092
|
}
|
5577
6093
|
},
|
5578
6094
|
{
|
5579
|
-
"id":
|
6095
|
+
"id": 621,
|
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
|
-
|
6127
|
+
612
|
5612
6128
|
]
|
5613
6129
|
},
|
5614
6130
|
{
|
5615
6131
|
"title": "Methods",
|
5616
6132
|
"kind": 2048,
|
5617
6133
|
"children": [
|
5618
|
-
|
5619
|
-
|
6134
|
+
614,
|
6135
|
+
618
|
5620
6136
|
]
|
5621
6137
|
}
|
5622
6138
|
],
|
@@ -5629,7 +6145,7 @@
|
|
5629
6145
|
]
|
5630
6146
|
},
|
5631
6147
|
{
|
5632
|
-
"id":
|
6148
|
+
"id": 622,
|
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":
|
6167
|
+
"id": 625,
|
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":
|
6193
|
+
"id": 633,
|
5678
6194
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5679
6195
|
}
|
5680
6196
|
},
|
5681
6197
|
{
|
5682
|
-
"id":
|
6198
|
+
"id": 626,
|
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":
|
6224
|
+
"id": 634,
|
5709
6225
|
"name": "SkyViewkeeperOptions.el"
|
5710
6226
|
}
|
5711
6227
|
},
|
5712
6228
|
{
|
5713
|
-
"id":
|
6229
|
+
"id": 627,
|
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":
|
6255
|
+
"id": 635,
|
5740
6256
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5741
6257
|
}
|
5742
6258
|
},
|
5743
6259
|
{
|
5744
|
-
"id":
|
6260
|
+
"id": 628,
|
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":
|
6284
|
+
"id": 636,
|
5769
6285
|
"name": "SkyViewkeeperOptions.setWidth"
|
5770
6286
|
}
|
5771
6287
|
},
|
5772
6288
|
{
|
5773
|
-
"id":
|
6289
|
+
"id": 629,
|
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":
|
6313
|
+
"id": 637,
|
5798
6314
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
5799
6315
|
}
|
5800
6316
|
},
|
5801
6317
|
{
|
5802
|
-
"id":
|
6318
|
+
"id": 630,
|
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":
|
6344
|
+
"id": 638,
|
5829
6345
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
5830
6346
|
}
|
5831
6347
|
},
|
5832
6348
|
{
|
5833
|
-
"id":
|
6349
|
+
"id": 631,
|
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":
|
6373
|
+
"id": 639,
|
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
|
-
|
6383
|
+
623
|
5868
6384
|
]
|
5869
6385
|
},
|
5870
6386
|
{
|
5871
6387
|
"title": "Properties",
|
5872
6388
|
"kind": 1024,
|
5873
6389
|
"children": [
|
5874
|
-
|
5875
|
-
|
5876
|
-
|
5877
|
-
|
5878
|
-
|
5879
|
-
|
5880
|
-
|
6390
|
+
625,
|
6391
|
+
626,
|
6392
|
+
627,
|
6393
|
+
628,
|
6394
|
+
629,
|
6395
|
+
630,
|
6396
|
+
631
|
5881
6397
|
]
|
5882
6398
|
}
|
5883
6399
|
],
|
@@ -5891,13 +6407,13 @@
|
|
5891
6407
|
"implementedTypes": [
|
5892
6408
|
{
|
5893
6409
|
"type": "reference",
|
5894
|
-
"id":
|
6410
|
+
"id": 632,
|
5895
6411
|
"name": "SkyViewkeeperOptions"
|
5896
6412
|
}
|
5897
6413
|
]
|
5898
6414
|
},
|
5899
6415
|
{
|
5900
|
-
"id":
|
6416
|
+
"id": 640,
|
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
|
-
|
6441
|
+
641
|
5926
6442
|
]
|
5927
6443
|
}
|
5928
6444
|
],
|
@@ -5935,7 +6451,7 @@
|
|
5935
6451
|
]
|
5936
6452
|
},
|
5937
6453
|
{
|
5938
|
-
"id":
|
6454
|
+
"id": 643,
|
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":
|
6478
|
+
"id": 644,
|
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":
|
6492
|
+
"id": 645,
|
5977
6493
|
"name": "new SkyViewkeeperService",
|
5978
6494
|
"kind": 16384,
|
5979
6495
|
"kindString": "Constructor signature",
|
5980
6496
|
"flags": {},
|
5981
6497
|
"parameters": [
|
5982
6498
|
{
|
5983
|
-
"id":
|
6499
|
+
"id": 646,
|
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":
|
6520
|
+
"id": 622,
|
6005
6521
|
"name": "SkyViewkeeperHostOptions"
|
6006
6522
|
}
|
6007
6523
|
}
|
6008
6524
|
],
|
6009
6525
|
"type": {
|
6010
6526
|
"type": "reference",
|
6011
|
-
"id":
|
6527
|
+
"id": 643,
|
6012
6528
|
"name": "SkyViewkeeperService"
|
6013
6529
|
}
|
6014
6530
|
}
|
6015
6531
|
]
|
6016
6532
|
},
|
6017
6533
|
{
|
6018
|
-
"id":
|
6534
|
+
"id": 647,
|
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":
|
6550
|
+
"id": 648,
|
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":
|
6558
|
+
"id": 649,
|
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":
|
6568
|
+
"id": 632,
|
6053
6569
|
"name": "SkyViewkeeperOptions"
|
6054
6570
|
}
|
6055
6571
|
}
|
@@ -6062,7 +6578,7 @@
|
|
6062
6578
|
]
|
6063
6579
|
},
|
6064
6580
|
{
|
6065
|
-
"id":
|
6581
|
+
"id": 650,
|
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":
|
6597
|
+
"id": 651,
|
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":
|
6607
|
+
"id": 652,
|
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
|
-
|
6634
|
+
644
|
6119
6635
|
]
|
6120
6636
|
},
|
6121
6637
|
{
|
6122
6638
|
"title": "Methods",
|
6123
6639
|
"kind": 2048,
|
6124
6640
|
"children": [
|
6125
|
-
|
6126
|
-
|
6641
|
+
647,
|
6642
|
+
650
|
6127
6643
|
]
|
6128
6644
|
}
|
6129
6645
|
],
|
@@ -7007,7 +7523,7 @@
|
|
7007
7523
|
"flags": {},
|
7008
7524
|
"type": {
|
7009
7525
|
"type": "reference",
|
7010
|
-
"id":
|
7526
|
+
"id": 643,
|
7011
7527
|
"name": "SkyViewkeeperService"
|
7012
7528
|
}
|
7013
7529
|
},
|
@@ -7031,7 +7547,7 @@
|
|
7031
7547
|
],
|
7032
7548
|
"type": {
|
7033
7549
|
"type": "reference",
|
7034
|
-
"id":
|
7550
|
+
"id": 578,
|
7035
7551
|
"name": "SkyScrollableHostService"
|
7036
7552
|
}
|
7037
7553
|
}
|
@@ -7530,14 +8046,14 @@
|
|
7530
8046
|
]
|
7531
8047
|
},
|
7532
8048
|
{
|
7533
|
-
"id":
|
8049
|
+
"id": 602,
|
7534
8050
|
"name": "SkyAppSetTitleArgs",
|
7535
8051
|
"kind": 256,
|
7536
8052
|
"kindString": "Interface",
|
7537
8053
|
"flags": {},
|
7538
8054
|
"children": [
|
7539
8055
|
{
|
7540
|
-
"id":
|
8056
|
+
"id": 603,
|
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
|
-
|
8082
|
+
603
|
7567
8083
|
]
|
7568
8084
|
}
|
7569
8085
|
],
|
@@ -8146,7 +8662,7 @@
|
|
8146
8662
|
]
|
8147
8663
|
},
|
8148
8664
|
{
|
8149
|
-
"id":
|
8665
|
+
"id": 632,
|
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":
|
8675
|
+
"id": 633,
|
8160
8676
|
"name": "boundaryEl",
|
8161
8677
|
"kind": 1024,
|
8162
8678
|
"kindString": "Property",
|
@@ -8181,7 +8697,7 @@
|
|
8181
8697
|
}
|
8182
8698
|
},
|
8183
8699
|
{
|
8184
|
-
"id":
|
8700
|
+
"id": 634,
|
8185
8701
|
"name": "el",
|
8186
8702
|
"kind": 1024,
|
8187
8703
|
"kindString": "Property",
|
@@ -8206,7 +8722,7 @@
|
|
8206
8722
|
}
|
8207
8723
|
},
|
8208
8724
|
{
|
8209
|
-
"id":
|
8725
|
+
"id": 635,
|
8210
8726
|
"name": "scrollableHost",
|
8211
8727
|
"kind": 1024,
|
8212
8728
|
"kindString": "Property",
|
@@ -8231,7 +8747,7 @@
|
|
8231
8747
|
}
|
8232
8748
|
},
|
8233
8749
|
{
|
8234
|
-
"id":
|
8750
|
+
"id": 636,
|
8235
8751
|
"name": "setWidth",
|
8236
8752
|
"kind": 1024,
|
8237
8753
|
"kindString": "Property",
|
@@ -8254,7 +8770,7 @@
|
|
8254
8770
|
}
|
8255
8771
|
},
|
8256
8772
|
{
|
8257
|
-
"id":
|
8773
|
+
"id": 637,
|
8258
8774
|
"name": "verticalOffset",
|
8259
8775
|
"kind": 1024,
|
8260
8776
|
"kindString": "Property",
|
@@ -8277,7 +8793,7 @@
|
|
8277
8793
|
}
|
8278
8794
|
},
|
8279
8795
|
{
|
8280
|
-
"id":
|
8796
|
+
"id": 638,
|
8281
8797
|
"name": "verticalOffsetEl",
|
8282
8798
|
"kind": 1024,
|
8283
8799
|
"kindString": "Property",
|
@@ -8302,7 +8818,7 @@
|
|
8302
8818
|
}
|
8303
8819
|
},
|
8304
8820
|
{
|
8305
|
-
"id":
|
8821
|
+
"id": 639,
|
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
|
-
|
8334
|
-
|
8335
|
-
|
8336
|
-
|
8337
|
-
|
8338
|
-
|
8339
|
-
|
8849
|
+
633,
|
8850
|
+
634,
|
8851
|
+
635,
|
8852
|
+
636,
|
8853
|
+
637,
|
8854
|
+
638,
|
8855
|
+
639
|
8340
8856
|
]
|
8341
8857
|
}
|
8342
8858
|
],
|
@@ -8350,7 +8866,7 @@
|
|
8350
8866
|
"implementedBy": [
|
8351
8867
|
{
|
8352
8868
|
"type": "reference",
|
8353
|
-
"id":
|
8869
|
+
"id": 622,
|
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
|
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
|
-
|
8548
|
-
|
9063
|
+
604,
|
9064
|
+
655,
|
8549
9065
|
63,
|
8550
9066
|
66,
|
8551
9067
|
221,
|
@@ -8566,11 +9082,13 @@
|
|
8566
9082
|
478,
|
8567
9083
|
506,
|
8568
9084
|
503,
|
9085
|
+
543,
|
8569
9086
|
526,
|
8570
|
-
|
8571
|
-
|
8572
|
-
|
8573
|
-
|
9087
|
+
578,
|
9088
|
+
611,
|
9089
|
+
622,
|
9090
|
+
640,
|
9091
|
+
643,
|
8574
9092
|
1,
|
8575
9093
|
26,
|
8576
9094
|
34
|
@@ -8583,14 +9101,14 @@
|
|
8583
9101
|
117,
|
8584
9102
|
131,
|
8585
9103
|
134,
|
8586
|
-
|
9104
|
+
602,
|
8587
9105
|
218,
|
8588
9106
|
235,
|
8589
9107
|
241,
|
8590
9108
|
275,
|
8591
9109
|
111,
|
8592
9110
|
445,
|
8593
|
-
|
9111
|
+
632
|
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
|
}
|