@skyux/core 5.1.1 → 5.1.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.
Files changed (50) hide show
  1. package/bundles/skyux-core-testing.umd.js +6 -6
  2. package/bundles/skyux-core-testing.umd.js.map +1 -1
  3. package/bundles/skyux-core.umd.js +147 -130
  4. package/bundles/skyux-core.umd.js.map +1 -1
  5. package/documentation.json +319 -327
  6. package/esm2015/modules/adapter-service/adapter.module.js +5 -5
  7. package/esm2015/modules/adapter-service/adapter.service.js +4 -4
  8. package/esm2015/modules/affix/affix.directive.js +4 -4
  9. package/esm2015/modules/affix/affix.module.js +5 -5
  10. package/esm2015/modules/affix/affix.service.js +4 -4
  11. package/esm2015/modules/dock/dock-dom-adapter.service.js +4 -4
  12. package/esm2015/modules/dock/dock.component.js +4 -4
  13. package/esm2015/modules/dock/dock.module.js +5 -5
  14. package/esm2015/modules/dock/dock.service.js +4 -4
  15. package/esm2015/modules/dynamic-component/dynamic-component.module.js +5 -5
  16. package/esm2015/modules/dynamic-component/dynamic-component.service.js +4 -4
  17. package/esm2015/modules/format/app-format.js +4 -4
  18. package/esm2015/modules/id/id.directive.js +4 -4
  19. package/esm2015/modules/id/id.module.js +5 -5
  20. package/esm2015/modules/log/log.module.js +5 -5
  21. package/esm2015/modules/log/log.service.js +4 -4
  22. package/esm2015/modules/media-query/media-query.module.js +5 -5
  23. package/esm2015/modules/media-query/media-query.service.js +4 -4
  24. package/esm2015/modules/mutation/mutation-observer-service.js +4 -4
  25. package/esm2015/modules/numeric/numeric.module.js +5 -5
  26. package/esm2015/modules/numeric/numeric.pipe.js +27 -11
  27. package/esm2015/modules/numeric/numeric.service.js +4 -4
  28. package/esm2015/modules/overlay/overlay-adapter.service.js +4 -4
  29. package/esm2015/modules/overlay/overlay.component.js +4 -4
  30. package/esm2015/modules/overlay/overlay.module.js +5 -5
  31. package/esm2015/modules/overlay/overlay.service.js +4 -4
  32. package/esm2015/modules/percent-pipe/percent-pipe.module.js +5 -5
  33. package/esm2015/modules/percent-pipe/percent.pipe.js +4 -4
  34. package/esm2015/modules/scrollable-host/scrollable-host.service.js +4 -4
  35. package/esm2015/modules/shared/sky-core-resources.module.js +5 -5
  36. package/esm2015/modules/title/title.service.js +4 -4
  37. package/esm2015/modules/ui-config/ui-config.service.js +4 -4
  38. package/esm2015/modules/viewkeeper/viewkeeper-host-options.js +4 -4
  39. package/esm2015/modules/viewkeeper/viewkeeper.directive.js +4 -4
  40. package/esm2015/modules/viewkeeper/viewkeeper.module.js +5 -5
  41. package/esm2015/modules/viewkeeper/viewkeeper.service.js +4 -4
  42. package/esm2015/modules/window/window-ref.js +4 -4
  43. package/esm2015/testing/mock-media-query.service.js +4 -4
  44. package/esm2015/testing/mock-ui-config.service.js +4 -4
  45. package/fesm2015/skyux-core-testing.js +6 -6
  46. package/fesm2015/skyux-core-testing.js.map +1 -1
  47. package/fesm2015/skyux-core.js +146 -130
  48. package/fesm2015/skyux-core.js.map +1 -1
  49. package/modules/numeric/numeric.pipe.d.ts +8 -2
  50. package/package.json +4 -4
@@ -59,7 +59,7 @@
59
59
  "typedoc": {
60
60
  "id": 0,
61
61
  "name": "@skyux/core",
62
- "kind": 0,
62
+ "kind": 1,
63
63
  "kindString": "Project",
64
64
  "flags": {},
65
65
  "originalName": "",
@@ -67,7 +67,7 @@
67
67
  {
68
68
  "id": 114,
69
69
  "name": "SkyAffixAutoFitContext",
70
- "kind": 4,
70
+ "kind": 8,
71
71
  "kindString": "Enumeration",
72
72
  "flags": {},
73
73
  "children": [
@@ -129,7 +129,7 @@
129
129
  {
130
130
  "id": 235,
131
131
  "name": "SkyDockLocation",
132
- "kind": 4,
132
+ "kind": 8,
133
133
  "kindString": "Enumeration",
134
134
  "flags": {},
135
135
  "comment": {
@@ -213,7 +213,7 @@
213
213
  {
214
214
  "id": 267,
215
215
  "name": "SkyDynamicComponentLocation",
216
- "kind": 4,
216
+ "kind": 8,
217
217
  "kindString": "Enumeration",
218
218
  "flags": {},
219
219
  "comment": {
@@ -335,7 +335,7 @@
335
335
  {
336
336
  "id": 321,
337
337
  "name": "SkyMediaBreakpoints",
338
- "kind": 4,
338
+ "kind": 8,
339
339
  "kindString": "Enumeration",
340
340
  "flags": {},
341
341
  "children": [
@@ -990,7 +990,7 @@
990
990
  "kindString": "Parameter",
991
991
  "flags": {},
992
992
  "comment": {
993
- "text": "The element to be affixed.\n"
993
+ "shortText": "The element to be affixed.\n"
994
994
  },
995
995
  "type": {
996
996
  "type": "reference",
@@ -1104,9 +1104,6 @@
1104
1104
  "flags": {
1105
1105
  "isPublic": true
1106
1106
  },
1107
- "comment": {
1108
- "shortText": "Fires when the affixed element's offset changes."
1109
- },
1110
1107
  "sources": [
1111
1108
  {
1112
1109
  "fileName": "projects/core/src/modules/affix/affixer.ts",
@@ -1146,9 +1143,6 @@
1146
1143
  "flags": {
1147
1144
  "isPublic": true
1148
1145
  },
1149
- "comment": {
1150
- "shortText": "Fires when the base element's nearest overflow parent is scrolling. This is useful if you need\nto perform an additional action during the scroll event but don't want to generate another\nevent listener."
1151
- },
1152
1146
  "sources": [
1153
1147
  {
1154
1148
  "fileName": "projects/core/src/modules/affix/affixer.ts",
@@ -1187,9 +1181,6 @@
1187
1181
  "flags": {
1188
1182
  "isPublic": true
1189
1183
  },
1190
- "comment": {
1191
- "shortText": "Fires when the placement value changes. A `null` value indicates that a suitable\nplacement could not be found."
1192
- },
1193
1184
  "sources": [
1194
1185
  {
1195
1186
  "fileName": "projects/core/src/modules/affix/affixer.ts",
@@ -1254,7 +1245,7 @@
1254
1245
  "kindString": "Parameter",
1255
1246
  "flags": {},
1256
1247
  "comment": {
1257
- "text": "The base element."
1248
+ "shortText": "The base element."
1258
1249
  },
1259
1250
  "type": {
1260
1251
  "type": "reference",
@@ -1270,7 +1261,7 @@
1270
1261
  "isOptional": true
1271
1262
  },
1272
1263
  "comment": {
1273
- "text": "Configuration for the affix action.\n"
1264
+ "shortText": "Configuration for the affix action.\n"
1274
1265
  },
1275
1266
  "type": {
1276
1267
  "type": "reference",
@@ -1510,7 +1501,7 @@
1510
1501
  ]
1511
1502
  },
1512
1503
  {
1513
- "id": 540,
1504
+ "id": 546,
1514
1505
  "name": "SkyAppTitleService",
1515
1506
  "kind": 128,
1516
1507
  "kindString": "Class",
@@ -1532,7 +1523,7 @@
1532
1523
  ],
1533
1524
  "children": [
1534
1525
  {
1535
- "id": 541,
1526
+ "id": 547,
1536
1527
  "name": "constructor",
1537
1528
  "kind": 512,
1538
1529
  "kindString": "Constructor",
@@ -1546,14 +1537,14 @@
1546
1537
  ],
1547
1538
  "signatures": [
1548
1539
  {
1549
- "id": 542,
1540
+ "id": 548,
1550
1541
  "name": "new SkyAppTitleService",
1551
1542
  "kind": 16384,
1552
1543
  "kindString": "Constructor signature",
1553
1544
  "flags": {},
1554
1545
  "parameters": [
1555
1546
  {
1556
- "id": 543,
1547
+ "id": 549,
1557
1548
  "name": "title",
1558
1549
  "kind": 32768,
1559
1550
  "kindString": "Parameter",
@@ -1566,14 +1557,14 @@
1566
1557
  ],
1567
1558
  "type": {
1568
1559
  "type": "reference",
1569
- "id": 540,
1560
+ "id": 546,
1570
1561
  "name": "SkyAppTitleService"
1571
1562
  }
1572
1563
  }
1573
1564
  ]
1574
1565
  },
1575
1566
  {
1576
- "id": 544,
1567
+ "id": 550,
1577
1568
  "name": "setTitle",
1578
1569
  "kind": 2048,
1579
1570
  "kindString": "Method",
@@ -1589,7 +1580,7 @@
1589
1580
  ],
1590
1581
  "signatures": [
1591
1582
  {
1592
- "id": 545,
1583
+ "id": 551,
1593
1584
  "name": "setTitle",
1594
1585
  "kind": 4096,
1595
1586
  "kindString": "Call signature",
@@ -1599,17 +1590,17 @@
1599
1590
  },
1600
1591
  "parameters": [
1601
1592
  {
1602
- "id": 546,
1593
+ "id": 552,
1603
1594
  "name": "args",
1604
1595
  "kind": 32768,
1605
1596
  "kindString": "Parameter",
1606
1597
  "flags": {},
1607
1598
  "comment": {
1608
- "text": "An array of title parts. The parts will be concatenated with a hyphen between\neach part.\n"
1599
+ "shortText": "An array of title parts. The parts will be concatenated with a hyphen between\neach part.\n"
1609
1600
  },
1610
1601
  "type": {
1611
1602
  "type": "reference",
1612
- "id": 538,
1603
+ "id": 544,
1613
1604
  "name": "SkyAppSetTitleArgs"
1614
1605
  }
1615
1606
  }
@@ -1627,14 +1618,14 @@
1627
1618
  "title": "Constructors",
1628
1619
  "kind": 512,
1629
1620
  "children": [
1630
- 541
1621
+ 547
1631
1622
  ]
1632
1623
  },
1633
1624
  {
1634
1625
  "title": "Methods",
1635
1626
  "kind": 2048,
1636
1627
  "children": [
1637
- 544
1628
+ 550
1638
1629
  ]
1639
1630
  }
1640
1631
  ],
@@ -1647,7 +1638,7 @@
1647
1638
  ]
1648
1639
  },
1649
1640
  {
1650
- "id": 591,
1641
+ "id": 597,
1651
1642
  "name": "SkyAppWindowRef",
1652
1643
  "kind": 128,
1653
1644
  "kindString": "Class",
@@ -1669,37 +1660,34 @@
1669
1660
  ],
1670
1661
  "children": [
1671
1662
  {
1672
- "id": 592,
1663
+ "id": 598,
1673
1664
  "name": "constructor",
1674
1665
  "kind": 512,
1675
1666
  "kindString": "Constructor",
1676
1667
  "flags": {},
1677
1668
  "signatures": [
1678
1669
  {
1679
- "id": 593,
1670
+ "id": 599,
1680
1671
  "name": "new SkyAppWindowRef",
1681
1672
  "kind": 16384,
1682
1673
  "kindString": "Constructor signature",
1683
1674
  "flags": {},
1684
1675
  "type": {
1685
1676
  "type": "reference",
1686
- "id": 591,
1677
+ "id": 597,
1687
1678
  "name": "SkyAppWindowRef"
1688
1679
  }
1689
1680
  }
1690
1681
  ]
1691
1682
  },
1692
1683
  {
1693
- "id": 594,
1684
+ "id": 600,
1694
1685
  "name": "nativeWindow",
1695
1686
  "kind": 262144,
1696
1687
  "kindString": "Accessor",
1697
1688
  "flags": {
1698
1689
  "isPublic": true
1699
1690
  },
1700
- "comment": {
1701
- "shortText": "References the global `window` variable."
1702
- },
1703
1691
  "sources": [
1704
1692
  {
1705
1693
  "fileName": "projects/core/src/modules/window/window-ref.ts",
@@ -1709,7 +1697,7 @@
1709
1697
  ],
1710
1698
  "getSignature": [
1711
1699
  {
1712
- "id": 595,
1700
+ "id": 601,
1713
1701
  "name": "nativeWindow",
1714
1702
  "kind": 524288,
1715
1703
  "kindString": "Get signature",
@@ -1730,14 +1718,14 @@
1730
1718
  "title": "Constructors",
1731
1719
  "kind": 512,
1732
1720
  "children": [
1733
- 592
1721
+ 598
1734
1722
  ]
1735
1723
  },
1736
1724
  {
1737
1725
  "title": "Accessors",
1738
1726
  "kind": 262144,
1739
1727
  "children": [
1740
- 594
1728
+ 600
1741
1729
  ]
1742
1730
  }
1743
1731
  ],
@@ -1909,7 +1897,7 @@
1909
1897
  "kindString": "Parameter",
1910
1898
  "flags": {},
1911
1899
  "comment": {
1912
- "text": "The element to search within."
1900
+ "shortText": "The element to search within."
1913
1901
  },
1914
1902
  "type": {
1915
1903
  "type": "reference",
@@ -1963,7 +1951,7 @@
1963
1951
  "kindString": "Parameter",
1964
1952
  "flags": {},
1965
1953
  "comment": {
1966
- "text": "The HTMLElement to search within."
1954
+ "shortText": "The HTMLElement to search within."
1967
1955
  },
1968
1956
  "type": {
1969
1957
  "type": "reference",
@@ -1979,7 +1967,7 @@
1979
1967
  "isOptional": true
1980
1968
  },
1981
1969
  "comment": {
1982
- "text": "Options for getting focusable children.\n"
1970
+ "shortText": "Options for getting focusable children.\n"
1983
1971
  },
1984
1972
  "type": {
1985
1973
  "type": "reference",
@@ -2031,7 +2019,7 @@
2031
2019
  "kindString": "Parameter",
2032
2020
  "flags": {},
2033
2021
  "comment": {
2034
- "text": "The element to search within."
2022
+ "shortText": "The element to search within."
2035
2023
  },
2036
2024
  "type": {
2037
2025
  "type": "reference",
@@ -2051,7 +2039,7 @@
2051
2039
  "kindString": "Parameter",
2052
2040
  "flags": {},
2053
2041
  "comment": {
2054
- "text": "A CSS selector indicating the container that should\nrecieve focus if no focusable children are found."
2042
+ "shortText": "A CSS selector indicating the container that should\nrecieve focus if no focusable children are found."
2055
2043
  },
2056
2044
  "type": {
2057
2045
  "type": "intrinsic",
@@ -2065,7 +2053,7 @@
2065
2053
  "kindString": "Parameter",
2066
2054
  "flags": {},
2067
2055
  "comment": {
2068
- "text": "It set to `true`, the container will\nrecieve focus if no focusable children are found.\n"
2056
+ "shortText": "It set to `true`, the container will\nrecieve focus if no focusable children are found.\n"
2069
2057
  },
2070
2058
  "type": {
2071
2059
  "type": "intrinsic",
@@ -2114,7 +2102,7 @@
2114
2102
  "kindString": "Parameter",
2115
2103
  "flags": {},
2116
2104
  "comment": {
2117
- "text": "The element to calculate width from.\n"
2105
+ "shortText": "The element to calculate width from.\n"
2118
2106
  },
2119
2107
  "type": {
2120
2108
  "type": "reference",
@@ -2168,7 +2156,7 @@
2168
2156
  "kindString": "Parameter",
2169
2157
  "flags": {},
2170
2158
  "comment": {
2171
- "text": "The event target element."
2159
+ "shortText": "The event target element."
2172
2160
  },
2173
2161
  "type": {
2174
2162
  "type": "reference",
@@ -2182,7 +2170,7 @@
2182
2170
  "kindString": "Parameter",
2183
2171
  "flags": {},
2184
2172
  "comment": {
2185
- "text": "The element to test against. A z-index must be explicitly set for this element.\n"
2173
+ "shortText": "The element to test against. A z-index must be explicitly set for this element.\n"
2186
2174
  },
2187
2175
  "type": {
2188
2176
  "type": "reference",
@@ -2230,7 +2218,7 @@
2230
2218
  "kindString": "Parameter",
2231
2219
  "flags": {},
2232
2220
  "comment": {
2233
- "text": "The element to search within."
2221
+ "shortText": "The element to search within."
2234
2222
  },
2235
2223
  "type": {
2236
2224
  "type": "reference",
@@ -2250,7 +2238,7 @@
2250
2238
  "kindString": "Parameter",
2251
2239
  "flags": {},
2252
2240
  "comment": {
2253
- "text": "The CSS selector to use when finding elements for removing height.\n"
2241
+ "shortText": "The CSS selector to use when finding elements for removing height.\n"
2254
2242
  },
2255
2243
  "type": {
2256
2244
  "type": "intrinsic",
@@ -2298,7 +2286,7 @@
2298
2286
  "kindString": "Parameter",
2299
2287
  "flags": {},
2300
2288
  "comment": {
2301
- "text": "The element that will recieve the new CSS class."
2289
+ "shortText": "The element that will recieve the new CSS class."
2302
2290
  },
2303
2291
  "type": {
2304
2292
  "type": "reference",
@@ -2318,7 +2306,7 @@
2318
2306
  "kindString": "Parameter",
2319
2307
  "flags": {},
2320
2308
  "comment": {
2321
- "text": "The SkyMediaBreakpoint will determine which class\ngets set. For example a SkyMediaBreakpoint of `xs` will set a CSS class of `sky-responsive-container-xs`.\n"
2309
+ "shortText": "The SkyMediaBreakpoint will determine which class\ngets set. For example a SkyMediaBreakpoint of `xs` will set a CSS class of `sky-responsive-container-xs`.\n"
2322
2310
  },
2323
2311
  "type": {
2324
2312
  "type": "reference",
@@ -2367,7 +2355,7 @@
2367
2355
  "kindString": "Parameter",
2368
2356
  "flags": {},
2369
2357
  "comment": {
2370
- "text": "The element to search within."
2358
+ "shortText": "The element to search within."
2371
2359
  },
2372
2360
  "type": {
2373
2361
  "type": "reference",
@@ -2387,7 +2375,7 @@
2387
2375
  "kindString": "Parameter",
2388
2376
  "flags": {},
2389
2377
  "comment": {
2390
- "text": "The CSS selector to use when finding elements for syncing height.\n"
2378
+ "shortText": "The CSS selector to use when finding elements for syncing height.\n"
2391
2379
  },
2392
2380
  "type": {
2393
2381
  "type": "intrinsic",
@@ -2435,7 +2423,7 @@
2435
2423
  "kindString": "Parameter",
2436
2424
  "flags": {},
2437
2425
  "comment": {
2438
- "text": "Set to `true` to enable pointer events. Set to `false` to disable.\n"
2426
+ "shortText": "Set to `true` to enable pointer events. Set to `false` to disable.\n"
2439
2427
  },
2440
2428
  "type": {
2441
2429
  "type": "intrinsic",
@@ -2499,7 +2487,6 @@
2499
2487
  "kind": 512,
2500
2488
  "kindString": "Constructor",
2501
2489
  "flags": {},
2502
- "comment": {},
2503
2490
  "sources": [
2504
2491
  {
2505
2492
  "fileName": "projects/core/src/modules/dock/dock-item.ts",
@@ -2536,6 +2523,7 @@
2536
2523
  },
2537
2524
  "type": {
2538
2525
  "type": "reference",
2526
+ "id": 222,
2539
2527
  "name": "T"
2540
2528
  }
2541
2529
  },
@@ -2560,6 +2548,7 @@
2560
2548
  "typeArguments": [
2561
2549
  {
2562
2550
  "type": "reference",
2551
+ "id": 222,
2563
2552
  "name": "T"
2564
2553
  }
2565
2554
  ],
@@ -2579,6 +2568,7 @@
2579
2568
  },
2580
2569
  "type": {
2581
2570
  "type": "reference",
2571
+ "id": 222,
2582
2572
  "name": "T"
2583
2573
  }
2584
2574
  },
@@ -2604,9 +2594,6 @@
2604
2594
  "flags": {
2605
2595
  "isPublic": true
2606
2596
  },
2607
- "comment": {
2608
- "shortText": "An event that emits when the item is removed from the dock."
2609
- },
2610
2597
  "sources": [
2611
2598
  {
2612
2599
  "fileName": "projects/core/src/modules/dock/dock-item.ts",
@@ -2848,9 +2835,6 @@
2848
2835
  "flags": {
2849
2836
  "isPublic": true
2850
2837
  },
2851
- "comment": {
2852
- "shortText": "Returns all docked items."
2853
- },
2854
2838
  "sources": [
2855
2839
  {
2856
2840
  "fileName": "projects/core/src/modules/dock/dock.service.ts",
@@ -2927,13 +2911,14 @@
2927
2911
  "kindString": "Parameter",
2928
2912
  "flags": {},
2929
2913
  "comment": {
2930
- "text": "The component to dock."
2914
+ "shortText": "The component to dock."
2931
2915
  },
2932
2916
  "type": {
2933
2917
  "type": "reference",
2934
2918
  "typeArguments": [
2935
2919
  {
2936
2920
  "type": "reference",
2921
+ "id": 257,
2937
2922
  "name": "T"
2938
2923
  }
2939
2924
  ],
@@ -2949,7 +2934,7 @@
2949
2934
  "isOptional": true
2950
2935
  },
2951
2936
  "comment": {
2952
- "text": "Options that affect the docking action.\n"
2937
+ "shortText": "Options that affect the docking action.\n"
2953
2938
  },
2954
2939
  "type": {
2955
2940
  "type": "reference",
@@ -2964,6 +2949,7 @@
2964
2949
  "typeArguments": [
2965
2950
  {
2966
2951
  "type": "reference",
2952
+ "id": 257,
2967
2953
  "name": "T"
2968
2954
  }
2969
2955
  ],
@@ -3005,7 +2991,7 @@
3005
2991
  "kindString": "Parameter",
3006
2992
  "flags": {},
3007
2993
  "comment": {
3008
- "text": "The options for positioning and styling\n"
2994
+ "shortText": "The options for positioning and styling\n"
3009
2995
  },
3010
2996
  "type": {
3011
2997
  "type": "reference",
@@ -3205,7 +3191,7 @@
3205
3191
  "flags": {},
3206
3192
  "type": {
3207
3193
  "type": "reference",
3208
- "id": 591,
3194
+ "id": 597,
3209
3195
  "name": "SkyAppWindowRef"
3210
3196
  }
3211
3197
  },
@@ -3275,6 +3261,7 @@
3275
3261
  "typeArguments": [
3276
3262
  {
3277
3263
  "type": "reference",
3264
+ "id": 290,
3278
3265
  "name": "T"
3279
3266
  }
3280
3267
  ],
@@ -3290,7 +3277,7 @@
3290
3277
  "isOptional": true
3291
3278
  },
3292
3279
  "comment": {
3293
- "text": "Options for creating the dynamic component.\n"
3280
+ "shortText": "Options for creating the dynamic component.\n"
3294
3281
  },
3295
3282
  "type": {
3296
3283
  "type": "reference",
@@ -3304,6 +3291,7 @@
3304
3291
  "typeArguments": [
3305
3292
  {
3306
3293
  "type": "reference",
3294
+ "id": 290,
3307
3295
  "name": "T"
3308
3296
  }
3309
3297
  ],
@@ -3354,13 +3342,14 @@
3354
3342
  "kindString": "Parameter",
3355
3343
  "flags": {},
3356
3344
  "comment": {
3357
- "text": "Component ref for the component being removed\n"
3345
+ "shortText": "Component ref for the component being removed\n"
3358
3346
  },
3359
3347
  "type": {
3360
3348
  "type": "reference",
3361
3349
  "typeArguments": [
3362
3350
  {
3363
3351
  "type": "reference",
3352
+ "id": 295,
3364
3353
  "name": "T"
3365
3354
  }
3366
3355
  ],
@@ -3892,9 +3881,6 @@
3892
3881
  "flags": {
3893
3882
  "isPublic": true
3894
3883
  },
3895
- "comment": {
3896
- "shortText": "Returns the current breakpoint."
3897
- },
3898
3884
  "sources": [
3899
3885
  {
3900
3886
  "fileName": "projects/core/src/modules/media-query/media-query.service.ts",
@@ -3990,7 +3976,7 @@
3990
3976
  "kindString": "Parameter",
3991
3977
  "flags": {},
3992
3978
  "comment": {
3993
- "text": "Specifies a function that is called when breakpoints change.\n"
3979
+ "shortText": "Specifies a function that is called when breakpoints change.\n"
3994
3980
  },
3995
3981
  "type": {
3996
3982
  "type": "reference",
@@ -4130,7 +4116,7 @@
4130
4116
  "name": "Pipe"
4131
4117
  },
4132
4118
  "arguments": {
4133
- "obj": "{\n name: 'skyNumeric'\n}"
4119
+ "obj": "{\n name: 'skyNumeric',\n pure: false\n}"
4134
4120
  }
4135
4121
  }
4136
4122
  ],
@@ -4144,7 +4130,7 @@
4144
4130
  "sources": [
4145
4131
  {
4146
4132
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4147
- "line": 44,
4133
+ "line": 52,
4148
4134
  "character": 2
4149
4135
  }
4150
4136
  ],
@@ -4175,9 +4161,20 @@
4175
4161
  "flags": {},
4176
4162
  "type": {
4177
4163
  "type": "reference",
4178
- "id": 405,
4164
+ "id": 411,
4179
4165
  "name": "SkyNumericService"
4180
4166
  }
4167
+ },
4168
+ {
4169
+ "id": 398,
4170
+ "name": "changeDetector",
4171
+ "kind": 32768,
4172
+ "kindString": "Parameter",
4173
+ "flags": {},
4174
+ "type": {
4175
+ "type": "reference",
4176
+ "name": "ChangeDetectorRef"
4177
+ }
4181
4178
  }
4182
4179
  ],
4183
4180
  "type": {
@@ -4189,7 +4186,7 @@
4189
4186
  ]
4190
4187
  },
4191
4188
  {
4192
- "id": 399,
4189
+ "id": 405,
4193
4190
  "name": "ngOnDestroy",
4194
4191
  "kind": 2048,
4195
4192
  "kindString": "Method",
@@ -4199,13 +4196,13 @@
4199
4196
  "sources": [
4200
4197
  {
4201
4198
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4202
- "line": 55,
4199
+ "line": 66,
4203
4200
  "character": 9
4204
4201
  }
4205
4202
  ],
4206
4203
  "signatures": [
4207
4204
  {
4208
- "id": 400,
4205
+ "id": 406,
4209
4206
  "name": "ngOnDestroy",
4210
4207
  "kind": 4096,
4211
4208
  "kindString": "Call signature",
@@ -4226,7 +4223,7 @@
4226
4223
  }
4227
4224
  },
4228
4225
  {
4229
- "id": 401,
4226
+ "id": 407,
4230
4227
  "name": "transform",
4231
4228
  "kind": 2048,
4232
4229
  "kindString": "Method",
@@ -4236,20 +4233,20 @@
4236
4233
  "sources": [
4237
4234
  {
4238
4235
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4239
- "line": 60,
4236
+ "line": 71,
4240
4237
  "character": 9
4241
4238
  }
4242
4239
  ],
4243
4240
  "signatures": [
4244
4241
  {
4245
- "id": 402,
4242
+ "id": 408,
4246
4243
  "name": "transform",
4247
4244
  "kind": 4096,
4248
4245
  "kindString": "Call signature",
4249
4246
  "flags": {},
4250
4247
  "parameters": [
4251
4248
  {
4252
- "id": 403,
4249
+ "id": 409,
4253
4250
  "name": "value",
4254
4251
  "kind": 32768,
4255
4252
  "kindString": "Parameter",
@@ -4260,7 +4257,7 @@
4260
4257
  }
4261
4258
  },
4262
4259
  {
4263
- "id": 404,
4260
+ "id": 410,
4264
4261
  "name": "config",
4265
4262
  "kind": 32768,
4266
4263
  "kindString": "Parameter",
@@ -4302,15 +4299,15 @@
4302
4299
  "title": "Methods",
4303
4300
  "kind": 2048,
4304
4301
  "children": [
4305
- 399,
4306
- 401
4302
+ 405,
4303
+ 407
4307
4304
  ]
4308
4305
  }
4309
4306
  ],
4310
4307
  "sources": [
4311
4308
  {
4312
4309
  "fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
4313
- "line": 40,
4310
+ "line": 42,
4314
4311
  "character": 13
4315
4312
  }
4316
4313
  ],
@@ -4326,7 +4323,7 @@
4326
4323
  ]
4327
4324
  },
4328
4325
  {
4329
- "id": 405,
4326
+ "id": 411,
4330
4327
  "name": "SkyNumericService",
4331
4328
  "kind": 128,
4332
4329
  "kindString": "Class",
@@ -4345,7 +4342,7 @@
4345
4342
  ],
4346
4343
  "children": [
4347
4344
  {
4348
- "id": 406,
4345
+ "id": 412,
4349
4346
  "name": "constructor",
4350
4347
  "kind": 512,
4351
4348
  "kindString": "Constructor",
@@ -4359,14 +4356,14 @@
4359
4356
  ],
4360
4357
  "signatures": [
4361
4358
  {
4362
- "id": 407,
4359
+ "id": 413,
4363
4360
  "name": "new SkyNumericService",
4364
4361
  "kind": 16384,
4365
4362
  "kindString": "Constructor signature",
4366
4363
  "flags": {},
4367
4364
  "parameters": [
4368
4365
  {
4369
- "id": 408,
4366
+ "id": 414,
4370
4367
  "name": "resourcesService",
4371
4368
  "kind": 32768,
4372
4369
  "kindString": "Parameter",
@@ -4379,14 +4376,14 @@
4379
4376
  ],
4380
4377
  "type": {
4381
4378
  "type": "reference",
4382
- "id": 405,
4379
+ "id": 411,
4383
4380
  "name": "SkyNumericService"
4384
4381
  }
4385
4382
  }
4386
4383
  ]
4387
4384
  },
4388
4385
  {
4389
- "id": 416,
4386
+ "id": 422,
4390
4387
  "name": "formatNumber",
4391
4388
  "kind": 2048,
4392
4389
  "kindString": "Method",
@@ -4402,7 +4399,7 @@
4402
4399
  ],
4403
4400
  "signatures": [
4404
4401
  {
4405
- "id": 417,
4402
+ "id": 423,
4406
4403
  "name": "formatNumber",
4407
4404
  "kind": 4096,
4408
4405
  "kindString": "Call signature",
@@ -4412,13 +4409,13 @@
4412
4409
  },
4413
4410
  "parameters": [
4414
4411
  {
4415
- "id": 418,
4412
+ "id": 424,
4416
4413
  "name": "value",
4417
4414
  "kind": 32768,
4418
4415
  "kindString": "Parameter",
4419
4416
  "flags": {},
4420
4417
  "comment": {
4421
- "text": "The number to format."
4418
+ "shortText": "The number to format."
4422
4419
  },
4423
4420
  "type": {
4424
4421
  "type": "intrinsic",
@@ -4426,13 +4423,13 @@
4426
4423
  }
4427
4424
  },
4428
4425
  {
4429
- "id": 419,
4426
+ "id": 425,
4430
4427
  "name": "options",
4431
4428
  "kind": 32768,
4432
4429
  "kindString": "Parameter",
4433
4430
  "flags": {},
4434
4431
  "comment": {
4435
- "text": "Format options.\n"
4432
+ "shortText": "Format options.\n"
4436
4433
  },
4437
4434
  "type": {
4438
4435
  "type": "reference",
@@ -4454,14 +4451,14 @@
4454
4451
  "title": "Constructors",
4455
4452
  "kind": 512,
4456
4453
  "children": [
4457
- 406
4454
+ 412
4458
4455
  ]
4459
4456
  },
4460
4457
  {
4461
4458
  "title": "Methods",
4462
4459
  "kind": 2048,
4463
4460
  "children": [
4464
- 416
4461
+ 422
4465
4462
  ]
4466
4463
  }
4467
4464
  ],
@@ -4474,7 +4471,7 @@
4474
4471
  ]
4475
4472
  },
4476
4473
  {
4477
- "id": 445,
4474
+ "id": 451,
4478
4475
  "name": "SkyOverlayInstance",
4479
4476
  "kind": 128,
4480
4477
  "kindString": "Class",
@@ -4484,7 +4481,7 @@
4484
4481
  },
4485
4482
  "children": [
4486
4483
  {
4487
- "id": 446,
4484
+ "id": 452,
4488
4485
  "name": "constructor",
4489
4486
  "kind": 512,
4490
4487
  "kindString": "Constructor",
@@ -4498,26 +4495,26 @@
4498
4495
  ],
4499
4496
  "signatures": [
4500
4497
  {
4501
- "id": 447,
4498
+ "id": 453,
4502
4499
  "name": "new SkyOverlayInstance",
4503
4500
  "kind": 16384,
4504
4501
  "kindString": "Constructor signature",
4505
4502
  "flags": {},
4506
4503
  "parameters": [
4507
4504
  {
4508
- "id": 448,
4505
+ "id": 454,
4509
4506
  "name": "config",
4510
4507
  "kind": 32768,
4511
4508
  "kindString": "Parameter",
4512
4509
  "flags": {},
4513
4510
  "type": {
4514
4511
  "type": "reference",
4515
- "id": 438,
4512
+ "id": 444,
4516
4513
  "name": "SkyOverlayConfig"
4517
4514
  }
4518
4515
  },
4519
4516
  {
4520
- "id": 449,
4517
+ "id": 455,
4521
4518
  "name": "componentRef",
4522
4519
  "kind": 32768,
4523
4520
  "kindString": "Parameter",
@@ -4536,14 +4533,14 @@
4536
4533
  ],
4537
4534
  "type": {
4538
4535
  "type": "reference",
4539
- "id": 445,
4536
+ "id": 451,
4540
4537
  "name": "SkyOverlayInstance"
4541
4538
  }
4542
4539
  }
4543
4540
  ]
4544
4541
  },
4545
4542
  {
4546
- "id": 457,
4543
+ "id": 463,
4547
4544
  "name": "componentRef",
4548
4545
  "kind": 1024,
4549
4546
  "kindString": "Property",
@@ -4563,7 +4560,7 @@
4563
4560
  }
4564
4561
  },
4565
4562
  {
4566
- "id": 456,
4563
+ "id": 462,
4567
4564
  "name": "config",
4568
4565
  "kind": 1024,
4569
4566
  "kindString": "Property",
@@ -4573,21 +4570,18 @@
4573
4570
  },
4574
4571
  "type": {
4575
4572
  "type": "reference",
4576
- "id": 438,
4573
+ "id": 444,
4577
4574
  "name": "SkyOverlayConfig"
4578
4575
  }
4579
4576
  },
4580
4577
  {
4581
- "id": 450,
4578
+ "id": 456,
4582
4579
  "name": "backdropClick",
4583
4580
  "kind": 262144,
4584
4581
  "kindString": "Accessor",
4585
4582
  "flags": {
4586
4583
  "isPublic": true
4587
4584
  },
4588
- "comment": {
4589
- "shortText": "Emits when the overlay is clicked (but not its content)."
4590
- },
4591
4585
  "sources": [
4592
4586
  {
4593
4587
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
@@ -4597,7 +4591,7 @@
4597
4591
  ],
4598
4592
  "getSignature": [
4599
4593
  {
4600
- "id": 451,
4594
+ "id": 457,
4601
4595
  "name": "backdropClick",
4602
4596
  "kind": 524288,
4603
4597
  "kindString": "Get signature",
@@ -4619,16 +4613,13 @@
4619
4613
  ]
4620
4614
  },
4621
4615
  {
4622
- "id": 452,
4616
+ "id": 458,
4623
4617
  "name": "closed",
4624
4618
  "kind": 262144,
4625
4619
  "kindString": "Accessor",
4626
4620
  "flags": {
4627
4621
  "isPublic": true
4628
4622
  },
4629
- "comment": {
4630
- "shortText": "Emits after the overlay is closed."
4631
- },
4632
4623
  "sources": [
4633
4624
  {
4634
4625
  "fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
@@ -4638,7 +4629,7 @@
4638
4629
  ],
4639
4630
  "getSignature": [
4640
4631
  {
4641
- "id": 453,
4632
+ "id": 459,
4642
4633
  "name": "closed",
4643
4634
  "kind": 524288,
4644
4635
  "kindString": "Get signature",
@@ -4660,7 +4651,7 @@
4660
4651
  ]
4661
4652
  },
4662
4653
  {
4663
- "id": 458,
4654
+ "id": 464,
4664
4655
  "name": "attachComponent",
4665
4656
  "kind": 2048,
4666
4657
  "kindString": "Method",
@@ -4676,7 +4667,7 @@
4676
4667
  ],
4677
4668
  "signatures": [
4678
4669
  {
4679
- "id": 459,
4670
+ "id": 465,
4680
4671
  "name": "attachComponent",
4681
4672
  "kind": 4096,
4682
4673
  "kindString": "Call signature",
@@ -4686,7 +4677,7 @@
4686
4677
  },
4687
4678
  "typeParameter": [
4688
4679
  {
4689
- "id": 460,
4680
+ "id": 466,
4690
4681
  "name": "C",
4691
4682
  "kind": 131072,
4692
4683
  "kindString": "Type parameter",
@@ -4695,19 +4686,20 @@
4695
4686
  ],
4696
4687
  "parameters": [
4697
4688
  {
4698
- "id": 461,
4689
+ "id": 467,
4699
4690
  "name": "component",
4700
4691
  "kind": 32768,
4701
4692
  "kindString": "Parameter",
4702
4693
  "flags": {},
4703
4694
  "comment": {
4704
- "text": "The component to attach."
4695
+ "shortText": "The component to attach."
4705
4696
  },
4706
4697
  "type": {
4707
4698
  "type": "reference",
4708
4699
  "typeArguments": [
4709
4700
  {
4710
4701
  "type": "reference",
4702
+ "id": 466,
4711
4703
  "name": "C"
4712
4704
  }
4713
4705
  ],
@@ -4715,7 +4707,7 @@
4715
4707
  }
4716
4708
  },
4717
4709
  {
4718
- "id": 462,
4710
+ "id": 468,
4719
4711
  "name": "providers",
4720
4712
  "kind": 32768,
4721
4713
  "kindString": "Parameter",
@@ -4723,7 +4715,7 @@
4723
4715
  "isOptional": true
4724
4716
  },
4725
4717
  "comment": {
4726
- "text": "Custom providers to apply to the component.\n"
4718
+ "shortText": "Custom providers to apply to the component.\n"
4727
4719
  },
4728
4720
  "type": {
4729
4721
  "type": "array",
@@ -4736,13 +4728,14 @@
4736
4728
  ],
4737
4729
  "type": {
4738
4730
  "type": "reference",
4731
+ "id": 466,
4739
4732
  "name": "C"
4740
4733
  }
4741
4734
  }
4742
4735
  ]
4743
4736
  },
4744
4737
  {
4745
- "id": 463,
4738
+ "id": 469,
4746
4739
  "name": "attachTemplate",
4747
4740
  "kind": 2048,
4748
4741
  "kindString": "Method",
@@ -4758,7 +4751,7 @@
4758
4751
  ],
4759
4752
  "signatures": [
4760
4753
  {
4761
- "id": 464,
4754
+ "id": 470,
4762
4755
  "name": "attachTemplate",
4763
4756
  "kind": 4096,
4764
4757
  "kindString": "Call signature",
@@ -4768,7 +4761,7 @@
4768
4761
  },
4769
4762
  "typeParameter": [
4770
4763
  {
4771
- "id": 465,
4764
+ "id": 471,
4772
4765
  "name": "T",
4773
4766
  "kind": 131072,
4774
4767
  "kindString": "Type parameter",
@@ -4777,19 +4770,20 @@
4777
4770
  ],
4778
4771
  "parameters": [
4779
4772
  {
4780
- "id": 466,
4773
+ "id": 472,
4781
4774
  "name": "templateRef",
4782
4775
  "kind": 32768,
4783
4776
  "kindString": "Parameter",
4784
4777
  "flags": {},
4785
4778
  "comment": {
4786
- "text": "The `TemplateRef` to attach."
4779
+ "shortText": "The `TemplateRef` to attach."
4787
4780
  },
4788
4781
  "type": {
4789
4782
  "type": "reference",
4790
4783
  "typeArguments": [
4791
4784
  {
4792
4785
  "type": "reference",
4786
+ "id": 471,
4793
4787
  "name": "T"
4794
4788
  }
4795
4789
  ],
@@ -4797,7 +4791,7 @@
4797
4791
  }
4798
4792
  },
4799
4793
  {
4800
- "id": 467,
4794
+ "id": 473,
4801
4795
  "name": "context",
4802
4796
  "kind": 32768,
4803
4797
  "kindString": "Parameter",
@@ -4805,10 +4799,11 @@
4805
4799
  "isOptional": true
4806
4800
  },
4807
4801
  "comment": {
4808
- "text": "The context to provide to the template.\n"
4802
+ "shortText": "The context to provide to the template.\n"
4809
4803
  },
4810
4804
  "type": {
4811
4805
  "type": "reference",
4806
+ "id": 471,
4812
4807
  "name": "T"
4813
4808
  }
4814
4809
  }
@@ -4826,31 +4821,31 @@
4826
4821
  "title": "Constructors",
4827
4822
  "kind": 512,
4828
4823
  "children": [
4829
- 446
4824
+ 452
4830
4825
  ]
4831
4826
  },
4832
4827
  {
4833
4828
  "title": "Properties",
4834
4829
  "kind": 1024,
4835
4830
  "children": [
4836
- 457,
4837
- 456
4831
+ 463,
4832
+ 462
4838
4833
  ]
4839
4834
  },
4840
4835
  {
4841
4836
  "title": "Accessors",
4842
4837
  "kind": 262144,
4843
4838
  "children": [
4844
- 450,
4845
- 452
4839
+ 456,
4840
+ 458
4846
4841
  ]
4847
4842
  },
4848
4843
  {
4849
4844
  "title": "Methods",
4850
4845
  "kind": 2048,
4851
4846
  "children": [
4852
- 458,
4853
- 463
4847
+ 464,
4848
+ 469
4854
4849
  ]
4855
4850
  }
4856
4851
  ],
@@ -4863,7 +4858,7 @@
4863
4858
  ]
4864
4859
  },
4865
4860
  {
4866
- "id": 468,
4861
+ "id": 474,
4867
4862
  "name": "SkyOverlayModule",
4868
4863
  "kind": 128,
4869
4864
  "kindString": "Class",
@@ -4882,21 +4877,21 @@
4882
4877
  ],
4883
4878
  "children": [
4884
4879
  {
4885
- "id": 469,
4880
+ "id": 475,
4886
4881
  "name": "constructor",
4887
4882
  "kind": 512,
4888
4883
  "kindString": "Constructor",
4889
4884
  "flags": {},
4890
4885
  "signatures": [
4891
4886
  {
4892
- "id": 470,
4887
+ "id": 476,
4893
4888
  "name": "new SkyOverlayModule",
4894
4889
  "kind": 16384,
4895
4890
  "kindString": "Constructor signature",
4896
4891
  "flags": {},
4897
4892
  "type": {
4898
4893
  "type": "reference",
4899
- "id": 468,
4894
+ "id": 474,
4900
4895
  "name": "SkyOverlayModule"
4901
4896
  }
4902
4897
  }
@@ -4908,7 +4903,7 @@
4908
4903
  "title": "Constructors",
4909
4904
  "kind": 512,
4910
4905
  "children": [
4911
- 469
4906
+ 475
4912
4907
  ]
4913
4908
  }
4914
4909
  ],
@@ -4921,7 +4916,7 @@
4921
4916
  ]
4922
4917
  },
4923
4918
  {
4924
- "id": 471,
4919
+ "id": 477,
4925
4920
  "name": "SkyOverlayService",
4926
4921
  "kind": 128,
4927
4922
  "kindString": "Class",
@@ -4949,7 +4944,7 @@
4949
4944
  ],
4950
4945
  "children": [
4951
4946
  {
4952
- "id": 473,
4947
+ "id": 479,
4953
4948
  "name": "constructor",
4954
4949
  "kind": 512,
4955
4950
  "kindString": "Constructor",
@@ -4963,14 +4958,14 @@
4963
4958
  ],
4964
4959
  "signatures": [
4965
4960
  {
4966
- "id": 474,
4961
+ "id": 480,
4967
4962
  "name": "new SkyOverlayService",
4968
4963
  "kind": 16384,
4969
4964
  "kindString": "Constructor signature",
4970
4965
  "flags": {},
4971
4966
  "parameters": [
4972
4967
  {
4973
- "id": 475,
4968
+ "id": 481,
4974
4969
  "name": "applicationRef",
4975
4970
  "kind": 32768,
4976
4971
  "kindString": "Parameter",
@@ -4981,7 +4976,7 @@
4981
4976
  }
4982
4977
  },
4983
4978
  {
4984
- "id": 476,
4979
+ "id": 482,
4985
4980
  "name": "componentFactoryResolver",
4986
4981
  "kind": 32768,
4987
4982
  "kindString": "Parameter",
@@ -4992,7 +4987,7 @@
4992
4987
  }
4993
4988
  },
4994
4989
  {
4995
- "id": 477,
4990
+ "id": 483,
4996
4991
  "name": "injector",
4997
4992
  "kind": 32768,
4998
4993
  "kindString": "Parameter",
@@ -5003,7 +4998,7 @@
5003
4998
  }
5004
4999
  },
5005
5000
  {
5006
- "id": 478,
5001
+ "id": 484,
5007
5002
  "name": "adapter",
5008
5003
  "kind": 32768,
5009
5004
  "kindString": "Parameter",
@@ -5016,14 +5011,14 @@
5016
5011
  ],
5017
5012
  "type": {
5018
5013
  "type": "reference",
5019
- "id": 471,
5014
+ "id": 477,
5020
5015
  "name": "SkyOverlayService"
5021
5016
  }
5022
5017
  }
5023
5018
  ]
5024
5019
  },
5025
5020
  {
5026
- "id": 482,
5021
+ "id": 488,
5027
5022
  "name": "close",
5028
5023
  "kind": 2048,
5029
5024
  "kindString": "Method",
@@ -5039,7 +5034,7 @@
5039
5034
  ],
5040
5035
  "signatures": [
5041
5036
  {
5042
- "id": 483,
5037
+ "id": 489,
5043
5038
  "name": "close",
5044
5039
  "kind": 4096,
5045
5040
  "kindString": "Call signature",
@@ -5049,17 +5044,17 @@
5049
5044
  },
5050
5045
  "parameters": [
5051
5046
  {
5052
- "id": 484,
5047
+ "id": 490,
5053
5048
  "name": "instance",
5054
5049
  "kind": 32768,
5055
5050
  "kindString": "Parameter",
5056
5051
  "flags": {},
5057
5052
  "comment": {
5058
- "text": "The instance to close.\n"
5053
+ "shortText": "The instance to close.\n"
5059
5054
  },
5060
5055
  "type": {
5061
5056
  "type": "reference",
5062
- "id": 445,
5057
+ "id": 451,
5063
5058
  "name": "SkyOverlayInstance"
5064
5059
  }
5065
5060
  }
@@ -5072,7 +5067,7 @@
5072
5067
  ]
5073
5068
  },
5074
5069
  {
5075
- "id": 485,
5070
+ "id": 491,
5076
5071
  "name": "closeAll",
5077
5072
  "kind": 2048,
5078
5073
  "kindString": "Method",
@@ -5088,7 +5083,7 @@
5088
5083
  ],
5089
5084
  "signatures": [
5090
5085
  {
5091
- "id": 486,
5086
+ "id": 492,
5092
5087
  "name": "closeAll",
5093
5088
  "kind": 4096,
5094
5089
  "kindString": "Call signature",
@@ -5104,7 +5099,7 @@
5104
5099
  ]
5105
5100
  },
5106
5101
  {
5107
- "id": 479,
5102
+ "id": 485,
5108
5103
  "name": "create",
5109
5104
  "kind": 2048,
5110
5105
  "kindString": "Method",
@@ -5120,7 +5115,7 @@
5120
5115
  ],
5121
5116
  "signatures": [
5122
5117
  {
5123
- "id": 480,
5118
+ "id": 486,
5124
5119
  "name": "create",
5125
5120
  "kind": 4096,
5126
5121
  "kindString": "Call signature",
@@ -5130,7 +5125,7 @@
5130
5125
  },
5131
5126
  "parameters": [
5132
5127
  {
5133
- "id": 481,
5128
+ "id": 487,
5134
5129
  "name": "config",
5135
5130
  "kind": 32768,
5136
5131
  "kindString": "Parameter",
@@ -5138,18 +5133,18 @@
5138
5133
  "isOptional": true
5139
5134
  },
5140
5135
  "comment": {
5141
- "text": "Configuration for the overlay.\n"
5136
+ "shortText": "Configuration for the overlay.\n"
5142
5137
  },
5143
5138
  "type": {
5144
5139
  "type": "reference",
5145
- "id": 438,
5140
+ "id": 444,
5146
5141
  "name": "SkyOverlayConfig"
5147
5142
  }
5148
5143
  }
5149
5144
  ],
5150
5145
  "type": {
5151
5146
  "type": "reference",
5152
- "id": 445,
5147
+ "id": 451,
5153
5148
  "name": "SkyOverlayInstance"
5154
5149
  }
5155
5150
  }
@@ -5161,16 +5156,16 @@
5161
5156
  "title": "Constructors",
5162
5157
  "kind": 512,
5163
5158
  "children": [
5164
- 473
5159
+ 479
5165
5160
  ]
5166
5161
  },
5167
5162
  {
5168
5163
  "title": "Methods",
5169
5164
  "kind": 2048,
5170
5165
  "children": [
5171
- 482,
5172
- 485,
5173
- 479
5166
+ 488,
5167
+ 491,
5168
+ 485
5174
5169
  ]
5175
5170
  }
5176
5171
  ],
@@ -5183,7 +5178,7 @@
5183
5178
  ]
5184
5179
  },
5185
5180
  {
5186
- "id": 499,
5181
+ "id": 505,
5187
5182
  "name": "SkyPercentPipe",
5188
5183
  "kind": 128,
5189
5184
  "kindString": "Class",
@@ -5202,7 +5197,7 @@
5202
5197
  ],
5203
5198
  "children": [
5204
5199
  {
5205
- "id": 500,
5200
+ "id": 506,
5206
5201
  "name": "constructor",
5207
5202
  "kind": 512,
5208
5203
  "kindString": "Constructor",
@@ -5216,14 +5211,14 @@
5216
5211
  ],
5217
5212
  "signatures": [
5218
5213
  {
5219
- "id": 501,
5214
+ "id": 507,
5220
5215
  "name": "new SkyPercentPipe",
5221
5216
  "kind": 16384,
5222
5217
  "kindString": "Constructor signature",
5223
5218
  "flags": {},
5224
5219
  "parameters": [
5225
5220
  {
5226
- "id": 502,
5221
+ "id": 508,
5227
5222
  "name": "localeProvider",
5228
5223
  "kind": 32768,
5229
5224
  "kindString": "Parameter",
@@ -5236,14 +5231,14 @@
5236
5231
  ],
5237
5232
  "type": {
5238
5233
  "type": "reference",
5239
- "id": 499,
5234
+ "id": 505,
5240
5235
  "name": "SkyPercentPipe"
5241
5236
  }
5242
5237
  }
5243
5238
  ]
5244
5239
  },
5245
5240
  {
5246
- "id": 510,
5241
+ "id": 516,
5247
5242
  "name": "ngOnDestroy",
5248
5243
  "kind": 2048,
5249
5244
  "kindString": "Method",
@@ -5259,7 +5254,7 @@
5259
5254
  ],
5260
5255
  "signatures": [
5261
5256
  {
5262
- "id": 511,
5257
+ "id": 517,
5263
5258
  "name": "ngOnDestroy",
5264
5259
  "kind": 4096,
5265
5260
  "kindString": "Call signature",
@@ -5280,7 +5275,7 @@
5280
5275
  }
5281
5276
  },
5282
5277
  {
5283
- "id": 512,
5278
+ "id": 518,
5284
5279
  "name": "transform",
5285
5280
  "kind": 2048,
5286
5281
  "kindString": "Method",
@@ -5296,14 +5291,14 @@
5296
5291
  ],
5297
5292
  "signatures": [
5298
5293
  {
5299
- "id": 513,
5294
+ "id": 519,
5300
5295
  "name": "transform",
5301
5296
  "kind": 4096,
5302
5297
  "kindString": "Call signature",
5303
5298
  "flags": {},
5304
5299
  "parameters": [
5305
5300
  {
5306
- "id": 514,
5301
+ "id": 520,
5307
5302
  "name": "value",
5308
5303
  "kind": 32768,
5309
5304
  "kindString": "Parameter",
@@ -5314,7 +5309,7 @@
5314
5309
  }
5315
5310
  },
5316
5311
  {
5317
- "id": 515,
5312
+ "id": 521,
5318
5313
  "name": "format",
5319
5314
  "kind": 32768,
5320
5315
  "kindString": "Parameter",
@@ -5327,7 +5322,7 @@
5327
5322
  }
5328
5323
  },
5329
5324
  {
5330
- "id": 516,
5325
+ "id": 522,
5331
5326
  "name": "locale",
5332
5327
  "kind": 32768,
5333
5328
  "kindString": "Parameter",
@@ -5361,15 +5356,15 @@
5361
5356
  "title": "Constructors",
5362
5357
  "kind": 512,
5363
5358
  "children": [
5364
- 500
5359
+ 506
5365
5360
  ]
5366
5361
  },
5367
5362
  {
5368
5363
  "title": "Methods",
5369
5364
  "kind": 2048,
5370
5365
  "children": [
5371
- 510,
5372
- 512
5366
+ 516,
5367
+ 518
5373
5368
  ]
5374
5369
  }
5375
5370
  ],
@@ -5392,7 +5387,7 @@
5392
5387
  ]
5393
5388
  },
5394
5389
  {
5395
- "id": 496,
5390
+ "id": 502,
5396
5391
  "name": "SkyPercentPipeModule",
5397
5392
  "kind": 128,
5398
5393
  "kindString": "Class",
@@ -5411,21 +5406,21 @@
5411
5406
  ],
5412
5407
  "children": [
5413
5408
  {
5414
- "id": 497,
5409
+ "id": 503,
5415
5410
  "name": "constructor",
5416
5411
  "kind": 512,
5417
5412
  "kindString": "Constructor",
5418
5413
  "flags": {},
5419
5414
  "signatures": [
5420
5415
  {
5421
- "id": 498,
5416
+ "id": 504,
5422
5417
  "name": "new SkyPercentPipeModule",
5423
5418
  "kind": 16384,
5424
5419
  "kindString": "Constructor signature",
5425
5420
  "flags": {},
5426
5421
  "type": {
5427
5422
  "type": "reference",
5428
- "id": 496,
5423
+ "id": 502,
5429
5424
  "name": "SkyPercentPipeModule"
5430
5425
  }
5431
5426
  }
@@ -5437,7 +5432,7 @@
5437
5432
  "title": "Constructors",
5438
5433
  "kind": 512,
5439
5434
  "children": [
5440
- 497
5435
+ 503
5441
5436
  ]
5442
5437
  }
5443
5438
  ],
@@ -5450,7 +5445,7 @@
5450
5445
  ]
5451
5446
  },
5452
5447
  {
5453
- "id": 519,
5448
+ "id": 525,
5454
5449
  "name": "SkyScrollableHostService",
5455
5450
  "kind": 128,
5456
5451
  "kindString": "Class",
@@ -5469,7 +5464,7 @@
5469
5464
  ],
5470
5465
  "children": [
5471
5466
  {
5472
- "id": 520,
5467
+ "id": 526,
5473
5468
  "name": "constructor",
5474
5469
  "kind": 512,
5475
5470
  "kindString": "Constructor",
@@ -5483,14 +5478,14 @@
5483
5478
  ],
5484
5479
  "signatures": [
5485
5480
  {
5486
- "id": 521,
5481
+ "id": 527,
5487
5482
  "name": "new SkyScrollableHostService",
5488
5483
  "kind": 16384,
5489
5484
  "kindString": "Constructor signature",
5490
5485
  "flags": {},
5491
5486
  "parameters": [
5492
5487
  {
5493
- "id": 522,
5488
+ "id": 528,
5494
5489
  "name": "mutationObserverSvc",
5495
5490
  "kind": 32768,
5496
5491
  "kindString": "Parameter",
@@ -5502,28 +5497,28 @@
5502
5497
  }
5503
5498
  },
5504
5499
  {
5505
- "id": 523,
5500
+ "id": 529,
5506
5501
  "name": "windowRef",
5507
5502
  "kind": 32768,
5508
5503
  "kindString": "Parameter",
5509
5504
  "flags": {},
5510
5505
  "type": {
5511
5506
  "type": "reference",
5512
- "id": 591,
5507
+ "id": 597,
5513
5508
  "name": "SkyAppWindowRef"
5514
5509
  }
5515
5510
  }
5516
5511
  ],
5517
5512
  "type": {
5518
5513
  "type": "reference",
5519
- "id": 519,
5514
+ "id": 525,
5520
5515
  "name": "SkyScrollableHostService"
5521
5516
  }
5522
5517
  }
5523
5518
  ]
5524
5519
  },
5525
5520
  {
5526
- "id": 524,
5521
+ "id": 530,
5527
5522
  "name": "getScrollabeHost",
5528
5523
  "kind": 2048,
5529
5524
  "kindString": "Method",
@@ -5539,14 +5534,14 @@
5539
5534
  ],
5540
5535
  "signatures": [
5541
5536
  {
5542
- "id": 525,
5537
+ "id": 531,
5543
5538
  "name": "getScrollabeHost",
5544
5539
  "kind": 4096,
5545
5540
  "kindString": "Call signature",
5546
5541
  "flags": {},
5547
5542
  "parameters": [
5548
5543
  {
5549
- "id": 526,
5544
+ "id": 532,
5550
5545
  "name": "elementRef",
5551
5546
  "kind": 32768,
5552
5547
  "kindString": "Parameter",
@@ -5580,7 +5575,7 @@
5580
5575
  ]
5581
5576
  },
5582
5577
  {
5583
- "id": 527,
5578
+ "id": 533,
5584
5579
  "name": "watchScrollableHost",
5585
5580
  "kind": 2048,
5586
5581
  "kindString": "Method",
@@ -5596,14 +5591,14 @@
5596
5591
  ],
5597
5592
  "signatures": [
5598
5593
  {
5599
- "id": 528,
5594
+ "id": 534,
5600
5595
  "name": "watchScrollableHost",
5601
5596
  "kind": 4096,
5602
5597
  "kindString": "Call signature",
5603
5598
  "flags": {},
5604
5599
  "parameters": [
5605
5600
  {
5606
- "id": 529,
5601
+ "id": 535,
5607
5602
  "name": "elementRef",
5608
5603
  "kind": 32768,
5609
5604
  "kindString": "Parameter",
@@ -5620,7 +5615,7 @@
5620
5615
  }
5621
5616
  },
5622
5617
  {
5623
- "id": 530,
5618
+ "id": 536,
5624
5619
  "name": "completionObservable",
5625
5620
  "kind": 32768,
5626
5621
  "kindString": "Parameter",
@@ -5665,15 +5660,15 @@
5665
5660
  "title": "Constructors",
5666
5661
  "kind": 512,
5667
5662
  "children": [
5668
- 520
5663
+ 526
5669
5664
  ]
5670
5665
  },
5671
5666
  {
5672
5667
  "title": "Methods",
5673
5668
  "kind": 2048,
5674
5669
  "children": [
5675
- 524,
5676
- 527
5670
+ 530,
5671
+ 533
5677
5672
  ]
5678
5673
  }
5679
5674
  ],
@@ -5686,7 +5681,7 @@
5686
5681
  ]
5687
5682
  },
5688
5683
  {
5689
- "id": 547,
5684
+ "id": 553,
5690
5685
  "name": "SkyUIConfigService",
5691
5686
  "kind": 128,
5692
5687
  "kindString": "Class",
@@ -5705,28 +5700,28 @@
5705
5700
  ],
5706
5701
  "children": [
5707
5702
  {
5708
- "id": 548,
5703
+ "id": 554,
5709
5704
  "name": "constructor",
5710
5705
  "kind": 512,
5711
5706
  "kindString": "Constructor",
5712
5707
  "flags": {},
5713
5708
  "signatures": [
5714
5709
  {
5715
- "id": 549,
5710
+ "id": 555,
5716
5711
  "name": "new SkyUIConfigService",
5717
5712
  "kind": 16384,
5718
5713
  "kindString": "Constructor signature",
5719
5714
  "flags": {},
5720
5715
  "type": {
5721
5716
  "type": "reference",
5722
- "id": 547,
5717
+ "id": 553,
5723
5718
  "name": "SkyUIConfigService"
5724
5719
  }
5725
5720
  }
5726
5721
  ]
5727
5722
  },
5728
5723
  {
5729
- "id": 550,
5724
+ "id": 556,
5730
5725
  "name": "getConfig",
5731
5726
  "kind": 2048,
5732
5727
  "kindString": "Method",
@@ -5742,14 +5737,14 @@
5742
5737
  ],
5743
5738
  "signatures": [
5744
5739
  {
5745
- "id": 551,
5740
+ "id": 557,
5746
5741
  "name": "getConfig",
5747
5742
  "kind": 4096,
5748
5743
  "kindString": "Call signature",
5749
5744
  "flags": {},
5750
5745
  "parameters": [
5751
5746
  {
5752
- "id": 552,
5747
+ "id": 558,
5753
5748
  "name": "key",
5754
5749
  "kind": 32768,
5755
5750
  "kindString": "Parameter",
@@ -5760,7 +5755,7 @@
5760
5755
  }
5761
5756
  },
5762
5757
  {
5763
- "id": 553,
5758
+ "id": 559,
5764
5759
  "name": "defaultConfig",
5765
5760
  "kind": 32768,
5766
5761
  "kindString": "Parameter",
@@ -5787,7 +5782,7 @@
5787
5782
  ]
5788
5783
  },
5789
5784
  {
5790
- "id": 554,
5785
+ "id": 560,
5791
5786
  "name": "setConfig",
5792
5787
  "kind": 2048,
5793
5788
  "kindString": "Method",
@@ -5803,14 +5798,14 @@
5803
5798
  ],
5804
5799
  "signatures": [
5805
5800
  {
5806
- "id": 555,
5801
+ "id": 561,
5807
5802
  "name": "setConfig",
5808
5803
  "kind": 4096,
5809
5804
  "kindString": "Call signature",
5810
5805
  "flags": {},
5811
5806
  "parameters": [
5812
5807
  {
5813
- "id": 556,
5808
+ "id": 562,
5814
5809
  "name": "key",
5815
5810
  "kind": 32768,
5816
5811
  "kindString": "Parameter",
@@ -5821,7 +5816,7 @@
5821
5816
  }
5822
5817
  },
5823
5818
  {
5824
- "id": 557,
5819
+ "id": 563,
5825
5820
  "name": "value",
5826
5821
  "kind": 32768,
5827
5822
  "kindString": "Parameter",
@@ -5851,15 +5846,15 @@
5851
5846
  "title": "Constructors",
5852
5847
  "kind": 512,
5853
5848
  "children": [
5854
- 548
5849
+ 554
5855
5850
  ]
5856
5851
  },
5857
5852
  {
5858
5853
  "title": "Methods",
5859
5854
  "kind": 2048,
5860
5855
  "children": [
5861
- 550,
5862
- 554
5856
+ 556,
5857
+ 560
5863
5858
  ]
5864
5859
  }
5865
5860
  ],
@@ -5872,7 +5867,7 @@
5872
5867
  ]
5873
5868
  },
5874
5869
  {
5875
- "id": 558,
5870
+ "id": 564,
5876
5871
  "name": "SkyViewkeeperHostOptions",
5877
5872
  "kind": 128,
5878
5873
  "kindString": "Class",
@@ -5889,28 +5884,28 @@
5889
5884
  ],
5890
5885
  "children": [
5891
5886
  {
5892
- "id": 559,
5887
+ "id": 565,
5893
5888
  "name": "constructor",
5894
5889
  "kind": 512,
5895
5890
  "kindString": "Constructor",
5896
5891
  "flags": {},
5897
5892
  "signatures": [
5898
5893
  {
5899
- "id": 560,
5894
+ "id": 566,
5900
5895
  "name": "new SkyViewkeeperHostOptions",
5901
5896
  "kind": 16384,
5902
5897
  "kindString": "Constructor signature",
5903
5898
  "flags": {},
5904
5899
  "type": {
5905
5900
  "type": "reference",
5906
- "id": 558,
5901
+ "id": 564,
5907
5902
  "name": "SkyViewkeeperHostOptions"
5908
5903
  }
5909
5904
  }
5910
5905
  ]
5911
5906
  },
5912
5907
  {
5913
- "id": 561,
5908
+ "id": 567,
5914
5909
  "name": "boundaryEl",
5915
5910
  "kind": 1024,
5916
5911
  "kindString": "Property",
@@ -5934,12 +5929,12 @@
5934
5929
  },
5935
5930
  "implementationOf": {
5936
5931
  "type": "reference",
5937
- "id": 569,
5932
+ "id": 575,
5938
5933
  "name": "SkyViewkeeperOptions.boundaryEl"
5939
5934
  }
5940
5935
  },
5941
5936
  {
5942
- "id": 562,
5937
+ "id": 568,
5943
5938
  "name": "el",
5944
5939
  "kind": 1024,
5945
5940
  "kindString": "Property",
@@ -5963,12 +5958,12 @@
5963
5958
  },
5964
5959
  "implementationOf": {
5965
5960
  "type": "reference",
5966
- "id": 570,
5961
+ "id": 576,
5967
5962
  "name": "SkyViewkeeperOptions.el"
5968
5963
  }
5969
5964
  },
5970
5965
  {
5971
- "id": 563,
5966
+ "id": 569,
5972
5967
  "name": "scrollableHost",
5973
5968
  "kind": 1024,
5974
5969
  "kindString": "Property",
@@ -5992,12 +5987,12 @@
5992
5987
  },
5993
5988
  "implementationOf": {
5994
5989
  "type": "reference",
5995
- "id": 571,
5990
+ "id": 577,
5996
5991
  "name": "SkyViewkeeperOptions.scrollableHost"
5997
5992
  }
5998
5993
  },
5999
5994
  {
6000
- "id": 564,
5995
+ "id": 570,
6001
5996
  "name": "setWidth",
6002
5997
  "kind": 1024,
6003
5998
  "kindString": "Property",
@@ -6021,12 +6016,12 @@
6021
6016
  },
6022
6017
  "implementationOf": {
6023
6018
  "type": "reference",
6024
- "id": 572,
6019
+ "id": 578,
6025
6020
  "name": "SkyViewkeeperOptions.setWidth"
6026
6021
  }
6027
6022
  },
6028
6023
  {
6029
- "id": 565,
6024
+ "id": 571,
6030
6025
  "name": "verticalOffset",
6031
6026
  "kind": 1024,
6032
6027
  "kindString": "Property",
@@ -6050,12 +6045,12 @@
6050
6045
  },
6051
6046
  "implementationOf": {
6052
6047
  "type": "reference",
6053
- "id": 573,
6048
+ "id": 579,
6054
6049
  "name": "SkyViewkeeperOptions.verticalOffset"
6055
6050
  }
6056
6051
  },
6057
6052
  {
6058
- "id": 566,
6053
+ "id": 572,
6059
6054
  "name": "verticalOffsetEl",
6060
6055
  "kind": 1024,
6061
6056
  "kindString": "Property",
@@ -6079,12 +6074,12 @@
6079
6074
  },
6080
6075
  "implementationOf": {
6081
6076
  "type": "reference",
6082
- "id": 574,
6077
+ "id": 580,
6083
6078
  "name": "SkyViewkeeperOptions.verticalOffsetEl"
6084
6079
  }
6085
6080
  },
6086
6081
  {
6087
- "id": 567,
6082
+ "id": 573,
6088
6083
  "name": "viewportMarginTop",
6089
6084
  "kind": 1024,
6090
6085
  "kindString": "Property",
@@ -6108,7 +6103,7 @@
6108
6103
  },
6109
6104
  "implementationOf": {
6110
6105
  "type": "reference",
6111
- "id": 575,
6106
+ "id": 581,
6112
6107
  "name": "SkyViewkeeperOptions.viewportMarginTop"
6113
6108
  }
6114
6109
  }
@@ -6118,20 +6113,20 @@
6118
6113
  "title": "Constructors",
6119
6114
  "kind": 512,
6120
6115
  "children": [
6121
- 559
6116
+ 565
6122
6117
  ]
6123
6118
  },
6124
6119
  {
6125
6120
  "title": "Properties",
6126
6121
  "kind": 1024,
6127
6122
  "children": [
6128
- 561,
6129
- 562,
6130
- 563,
6131
- 564,
6132
- 565,
6133
- 566,
6134
- 567
6123
+ 567,
6124
+ 568,
6125
+ 569,
6126
+ 570,
6127
+ 571,
6128
+ 572,
6129
+ 573
6135
6130
  ]
6136
6131
  }
6137
6132
  ],
@@ -6145,13 +6140,13 @@
6145
6140
  "implementedTypes": [
6146
6141
  {
6147
6142
  "type": "reference",
6148
- "id": 568,
6143
+ "id": 574,
6149
6144
  "name": "SkyViewkeeperOptions"
6150
6145
  }
6151
6146
  ]
6152
6147
  },
6153
6148
  {
6154
- "id": 576,
6149
+ "id": 582,
6155
6150
  "name": "SkyViewkeeperModule",
6156
6151
  "kind": 128,
6157
6152
  "kindString": "Class",
@@ -6170,21 +6165,21 @@
6170
6165
  ],
6171
6166
  "children": [
6172
6167
  {
6173
- "id": 577,
6168
+ "id": 583,
6174
6169
  "name": "constructor",
6175
6170
  "kind": 512,
6176
6171
  "kindString": "Constructor",
6177
6172
  "flags": {},
6178
6173
  "signatures": [
6179
6174
  {
6180
- "id": 578,
6175
+ "id": 584,
6181
6176
  "name": "new SkyViewkeeperModule",
6182
6177
  "kind": 16384,
6183
6178
  "kindString": "Constructor signature",
6184
6179
  "flags": {},
6185
6180
  "type": {
6186
6181
  "type": "reference",
6187
- "id": 576,
6182
+ "id": 582,
6188
6183
  "name": "SkyViewkeeperModule"
6189
6184
  }
6190
6185
  }
@@ -6196,7 +6191,7 @@
6196
6191
  "title": "Constructors",
6197
6192
  "kind": 512,
6198
6193
  "children": [
6199
- 577
6194
+ 583
6200
6195
  ]
6201
6196
  }
6202
6197
  ],
@@ -6209,7 +6204,7 @@
6209
6204
  ]
6210
6205
  },
6211
6206
  {
6212
- "id": 579,
6207
+ "id": 585,
6213
6208
  "name": "SkyViewkeeperService",
6214
6209
  "kind": 128,
6215
6210
  "kindString": "Class",
@@ -6231,7 +6226,7 @@
6231
6226
  ],
6232
6227
  "children": [
6233
6228
  {
6234
- "id": 580,
6229
+ "id": 586,
6235
6230
  "name": "constructor",
6236
6231
  "kind": 512,
6237
6232
  "kindString": "Constructor",
@@ -6245,14 +6240,14 @@
6245
6240
  ],
6246
6241
  "signatures": [
6247
6242
  {
6248
- "id": 581,
6243
+ "id": 587,
6249
6244
  "name": "new SkyViewkeeperService",
6250
6245
  "kind": 16384,
6251
6246
  "kindString": "Constructor signature",
6252
6247
  "flags": {},
6253
6248
  "parameters": [
6254
6249
  {
6255
- "id": 582,
6250
+ "id": 588,
6256
6251
  "name": "hostOptions",
6257
6252
  "kind": 32768,
6258
6253
  "kindString": "Parameter",
@@ -6271,21 +6266,21 @@
6271
6266
  ],
6272
6267
  "type": {
6273
6268
  "type": "reference",
6274
- "id": 558,
6269
+ "id": 564,
6275
6270
  "name": "SkyViewkeeperHostOptions"
6276
6271
  }
6277
6272
  }
6278
6273
  ],
6279
6274
  "type": {
6280
6275
  "type": "reference",
6281
- "id": 579,
6276
+ "id": 585,
6282
6277
  "name": "SkyViewkeeperService"
6283
6278
  }
6284
6279
  }
6285
6280
  ]
6286
6281
  },
6287
6282
  {
6288
- "id": 583,
6283
+ "id": 589,
6289
6284
  "name": "create",
6290
6285
  "kind": 2048,
6291
6286
  "kindString": "Method",
@@ -6301,7 +6296,7 @@
6301
6296
  ],
6302
6297
  "signatures": [
6303
6298
  {
6304
- "id": 584,
6299
+ "id": 590,
6305
6300
  "name": "create",
6306
6301
  "kind": 4096,
6307
6302
  "kindString": "Call signature",
@@ -6309,17 +6304,17 @@
6309
6304
  "comment": {},
6310
6305
  "parameters": [
6311
6306
  {
6312
- "id": 585,
6307
+ "id": 591,
6313
6308
  "name": "options",
6314
6309
  "kind": 32768,
6315
6310
  "kindString": "Parameter",
6316
6311
  "flags": {},
6317
6312
  "comment": {
6318
- "text": "Creates a viewkeeper instance, applying host options where applicable.\n"
6313
+ "shortText": "Creates a viewkeeper instance, applying host options where applicable.\n"
6319
6314
  },
6320
6315
  "type": {
6321
6316
  "type": "reference",
6322
- "id": 568,
6317
+ "id": 574,
6323
6318
  "name": "SkyViewkeeperOptions"
6324
6319
  }
6325
6320
  }
@@ -6332,7 +6327,7 @@
6332
6327
  ]
6333
6328
  },
6334
6329
  {
6335
- "id": 586,
6330
+ "id": 592,
6336
6331
  "name": "destroy",
6337
6332
  "kind": 2048,
6338
6333
  "kindString": "Method",
@@ -6348,7 +6343,7 @@
6348
6343
  ],
6349
6344
  "signatures": [
6350
6345
  {
6351
- "id": 587,
6346
+ "id": 593,
6352
6347
  "name": "destroy",
6353
6348
  "kind": 4096,
6354
6349
  "kindString": "Call signature",
@@ -6358,13 +6353,13 @@
6358
6353
  },
6359
6354
  "parameters": [
6360
6355
  {
6361
- "id": 588,
6356
+ "id": 594,
6362
6357
  "name": "vk",
6363
6358
  "kind": 32768,
6364
6359
  "kindString": "Parameter",
6365
6360
  "flags": {},
6366
6361
  "comment": {
6367
- "text": "Viewkeeper instance to destroy.\n"
6362
+ "shortText": "Viewkeeper instance to destroy.\n"
6368
6363
  },
6369
6364
  "type": {
6370
6365
  "type": "reference",
@@ -6385,15 +6380,15 @@
6385
6380
  "title": "Constructors",
6386
6381
  "kind": 512,
6387
6382
  "children": [
6388
- 580
6383
+ 586
6389
6384
  ]
6390
6385
  },
6391
6386
  {
6392
6387
  "title": "Methods",
6393
6388
  "kind": 2048,
6394
6389
  "children": [
6395
- 583,
6396
- 586
6390
+ 589,
6391
+ 592
6397
6392
  ]
6398
6393
  }
6399
6394
  ],
@@ -7227,7 +7222,7 @@
7227
7222
  "flags": {},
7228
7223
  "type": {
7229
7224
  "type": "reference",
7230
- "id": 579,
7225
+ "id": 585,
7231
7226
  "name": "SkyViewkeeperService"
7232
7227
  }
7233
7228
  },
@@ -7249,7 +7244,7 @@
7249
7244
  ],
7250
7245
  "type": {
7251
7246
  "type": "reference",
7252
- "id": 519,
7247
+ "id": 525,
7253
7248
  "name": "SkyScrollableHostService"
7254
7249
  }
7255
7250
  }
@@ -7742,14 +7737,14 @@
7742
7737
  ]
7743
7738
  },
7744
7739
  {
7745
- "id": 538,
7740
+ "id": 544,
7746
7741
  "name": "SkyAppSetTitleArgs",
7747
7742
  "kind": 256,
7748
7743
  "kindString": "Interface",
7749
7744
  "flags": {},
7750
7745
  "children": [
7751
7746
  {
7752
- "id": 539,
7747
+ "id": 545,
7753
7748
  "name": "titleParts",
7754
7749
  "kind": 1024,
7755
7750
  "kindString": "Property",
@@ -7775,7 +7770,7 @@
7775
7770
  "title": "Properties",
7776
7771
  "kind": 1024,
7777
7772
  "children": [
7778
- 539
7773
+ 545
7779
7774
  ]
7780
7775
  }
7781
7776
  ],
@@ -8184,14 +8179,14 @@
8184
8179
  ]
8185
8180
  },
8186
8181
  {
8187
- "id": 438,
8182
+ "id": 444,
8188
8183
  "name": "SkyOverlayConfig",
8189
8184
  "kind": 256,
8190
8185
  "kindString": "Interface",
8191
8186
  "flags": {},
8192
8187
  "children": [
8193
8188
  {
8194
- "id": 439,
8189
+ "id": 445,
8195
8190
  "name": "closeOnNavigation",
8196
8191
  "kind": 1024,
8197
8192
  "kindString": "Property",
@@ -8214,7 +8209,7 @@
8214
8209
  }
8215
8210
  },
8216
8211
  {
8217
- "id": 440,
8212
+ "id": 446,
8218
8213
  "name": "enableClose",
8219
8214
  "kind": 1024,
8220
8215
  "kindString": "Property",
@@ -8237,7 +8232,7 @@
8237
8232
  }
8238
8233
  },
8239
8234
  {
8240
- "id": 441,
8235
+ "id": 447,
8241
8236
  "name": "enablePointerEvents",
8242
8237
  "kind": 1024,
8243
8238
  "kindString": "Property",
@@ -8260,7 +8255,7 @@
8260
8255
  }
8261
8256
  },
8262
8257
  {
8263
- "id": 442,
8258
+ "id": 448,
8264
8259
  "name": "enableScroll",
8265
8260
  "kind": 1024,
8266
8261
  "kindString": "Property",
@@ -8283,7 +8278,7 @@
8283
8278
  }
8284
8279
  },
8285
8280
  {
8286
- "id": 443,
8281
+ "id": 449,
8287
8282
  "name": "showBackdrop",
8288
8283
  "kind": 1024,
8289
8284
  "kindString": "Property",
@@ -8306,7 +8301,7 @@
8306
8301
  }
8307
8302
  },
8308
8303
  {
8309
- "id": 444,
8304
+ "id": 450,
8310
8305
  "name": "wrapperClass",
8311
8306
  "kind": 1024,
8312
8307
  "kindString": "Property",
@@ -8334,12 +8329,12 @@
8334
8329
  "title": "Properties",
8335
8330
  "kind": 1024,
8336
8331
  "children": [
8337
- 439,
8338
- 440,
8339
- 441,
8340
- 442,
8341
- 443,
8342
- 444
8332
+ 445,
8333
+ 446,
8334
+ 447,
8335
+ 448,
8336
+ 449,
8337
+ 450
8343
8338
  ]
8344
8339
  }
8345
8340
  ],
@@ -8352,7 +8347,7 @@
8352
8347
  ]
8353
8348
  },
8354
8349
  {
8355
- "id": 568,
8350
+ "id": 574,
8356
8351
  "name": "SkyViewkeeperOptions",
8357
8352
  "kind": 256,
8358
8353
  "kindString": "Interface",
@@ -8362,7 +8357,7 @@
8362
8357
  },
8363
8358
  "children": [
8364
8359
  {
8365
- "id": 569,
8360
+ "id": 575,
8366
8361
  "name": "boundaryEl",
8367
8362
  "kind": 1024,
8368
8363
  "kindString": "Property",
@@ -8385,7 +8380,7 @@
8385
8380
  }
8386
8381
  },
8387
8382
  {
8388
- "id": 570,
8383
+ "id": 576,
8389
8384
  "name": "el",
8390
8385
  "kind": 1024,
8391
8386
  "kindString": "Property",
@@ -8408,7 +8403,7 @@
8408
8403
  }
8409
8404
  },
8410
8405
  {
8411
- "id": 571,
8406
+ "id": 577,
8412
8407
  "name": "scrollableHost",
8413
8408
  "kind": 1024,
8414
8409
  "kindString": "Property",
@@ -8431,7 +8426,7 @@
8431
8426
  }
8432
8427
  },
8433
8428
  {
8434
- "id": 572,
8429
+ "id": 578,
8435
8430
  "name": "setWidth",
8436
8431
  "kind": 1024,
8437
8432
  "kindString": "Property",
@@ -8454,7 +8449,7 @@
8454
8449
  }
8455
8450
  },
8456
8451
  {
8457
- "id": 573,
8452
+ "id": 579,
8458
8453
  "name": "verticalOffset",
8459
8454
  "kind": 1024,
8460
8455
  "kindString": "Property",
@@ -8477,7 +8472,7 @@
8477
8472
  }
8478
8473
  },
8479
8474
  {
8480
- "id": 574,
8475
+ "id": 580,
8481
8476
  "name": "verticalOffsetEl",
8482
8477
  "kind": 1024,
8483
8478
  "kindString": "Property",
@@ -8500,7 +8495,7 @@
8500
8495
  }
8501
8496
  },
8502
8497
  {
8503
- "id": 575,
8498
+ "id": 581,
8504
8499
  "name": "viewportMarginTop",
8505
8500
  "kind": 1024,
8506
8501
  "kindString": "Property",
@@ -8528,13 +8523,13 @@
8528
8523
  "title": "Properties",
8529
8524
  "kind": 1024,
8530
8525
  "children": [
8531
- 569,
8532
- 570,
8533
- 571,
8534
- 572,
8535
- 573,
8536
- 574,
8537
- 575
8526
+ 575,
8527
+ 576,
8528
+ 577,
8529
+ 578,
8530
+ 579,
8531
+ 580,
8532
+ 581
8538
8533
  ]
8539
8534
  }
8540
8535
  ],
@@ -8548,7 +8543,7 @@
8548
8543
  "implementedBy": [
8549
8544
  {
8550
8545
  "type": "reference",
8551
- "id": 558,
8546
+ "id": 564,
8552
8547
  "name": "SkyViewkeeperHostOptions"
8553
8548
  }
8554
8549
  ]
@@ -8680,9 +8675,6 @@
8680
8675
  "kind": 65536,
8681
8676
  "kindString": "Type literal",
8682
8677
  "flags": {},
8683
- "comment": {
8684
- "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."
8685
- },
8686
8678
  "sources": [
8687
8679
  {
8688
8680
  "fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
@@ -8727,7 +8719,7 @@
8727
8719
  "groups": [
8728
8720
  {
8729
8721
  "title": "Enumerations",
8730
- "kind": 4,
8722
+ "kind": 8,
8731
8723
  "children": [
8732
8724
  114,
8733
8725
  235,
@@ -8745,8 +8737,8 @@
8745
8737
  140,
8746
8738
  148,
8747
8739
  301,
8748
- 540,
8749
- 591,
8740
+ 546,
8741
+ 597,
8750
8742
  63,
8751
8743
  66,
8752
8744
  219,
@@ -8761,17 +8753,17 @@
8761
8753
  333,
8762
8754
  379,
8763
8755
  393,
8764
- 405,
8765
- 445,
8766
- 468,
8767
- 471,
8768
- 499,
8769
- 496,
8770
- 519,
8771
- 547,
8772
- 558,
8773
- 576,
8774
- 579,
8756
+ 411,
8757
+ 451,
8758
+ 474,
8759
+ 477,
8760
+ 505,
8761
+ 502,
8762
+ 525,
8763
+ 553,
8764
+ 564,
8765
+ 582,
8766
+ 585,
8775
8767
  1,
8776
8768
  26,
8777
8769
  34
@@ -8784,14 +8776,14 @@
8784
8776
  117,
8785
8777
  131,
8786
8778
  134,
8787
- 538,
8779
+ 544,
8788
8780
  216,
8789
8781
  233,
8790
8782
  239,
8791
8783
  273,
8792
8784
  111,
8793
- 438,
8794
- 568
8785
+ 444,
8786
+ 574
8795
8787
  ]
8796
8788
  },
8797
8789
  {