@skyux/core 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-core-testing.umd.js +11 -13
- package/bundles/skyux-core-testing.umd.js.map +1 -1
- package/bundles/skyux-core.umd.js +265 -158
- package/bundles/skyux-core.umd.js.map +1 -1
- package/documentation.json +342 -362
- package/esm2015/modules/adapter-service/adapter.module.js +5 -5
- package/esm2015/modules/adapter-service/adapter.service.js +4 -4
- package/esm2015/modules/affix/affix.directive.js +4 -4
- package/esm2015/modules/affix/affix.module.js +5 -5
- package/esm2015/modules/affix/affix.service.js +4 -4
- package/esm2015/modules/dock/dock-dom-adapter.service.js +4 -4
- package/esm2015/modules/dock/dock.component.js +4 -4
- package/esm2015/modules/dock/dock.module.js +5 -5
- package/esm2015/modules/dock/dock.service.js +4 -4
- package/esm2015/modules/dynamic-component/dynamic-component.module.js +5 -5
- package/esm2015/modules/dynamic-component/dynamic-component.service.js +4 -4
- package/esm2015/modules/format/app-format.js +4 -4
- package/esm2015/modules/id/id.directive.js +4 -4
- package/esm2015/modules/id/id.module.js +5 -5
- package/esm2015/modules/log/log.module.js +5 -5
- package/esm2015/modules/log/log.service.js +4 -4
- package/esm2015/modules/media-query/media-query.module.js +5 -5
- package/esm2015/modules/media-query/media-query.service.js +4 -4
- package/esm2015/modules/mutation/mutation-observer-service.js +4 -4
- package/esm2015/modules/numeric/numeric.module.js +5 -5
- package/esm2015/modules/numeric/numeric.pipe.js +27 -11
- package/esm2015/modules/numeric/numeric.service.js +4 -4
- package/esm2015/modules/overlay/overlay-adapter.service.js +4 -4
- package/esm2015/modules/overlay/overlay.component.js +4 -4
- package/esm2015/modules/overlay/overlay.module.js +5 -5
- package/esm2015/modules/overlay/overlay.service.js +4 -4
- package/esm2015/modules/percent-pipe/percent-pipe.module.js +5 -5
- package/esm2015/modules/percent-pipe/percent.pipe.js +4 -4
- package/esm2015/modules/scrollable-host/scrollable-host.service.js +99 -19
- package/esm2015/modules/shared/sky-core-resources.module.js +5 -5
- package/esm2015/modules/title/title.service.js +4 -4
- package/esm2015/modules/ui-config/ui-config.service.js +4 -4
- package/esm2015/modules/viewkeeper/viewkeeper-host-options.js +4 -4
- package/esm2015/modules/viewkeeper/viewkeeper.directive.js +5 -5
- package/esm2015/modules/viewkeeper/viewkeeper.module.js +5 -5
- package/esm2015/modules/viewkeeper/viewkeeper.service.js +4 -4
- package/esm2015/modules/window/window-ref.js +4 -4
- package/esm2015/testing/mock-media-query.service.js +4 -4
- package/esm2015/testing/mock-ui-config.service.js +4 -4
- package/fesm2015/skyux-core-testing.js +6 -6
- package/fesm2015/skyux-core-testing.js.map +1 -1
- package/fesm2015/skyux-core.js +242 -146
- package/fesm2015/skyux-core.js.map +1 -1
- package/modules/numeric/numeric.pipe.d.ts +8 -2
- package/modules/scrollable-host/scrollable-host.service.d.ts +21 -2
- package/package.json +6 -6
package/documentation.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59
59
|
"typedoc": {
|
60
60
|
"id": 0,
|
61
61
|
"name": "@skyux/core",
|
62
|
-
"kind":
|
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":
|
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":
|
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":
|
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":
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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":
|
1504
|
+
"id": 548,
|
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":
|
1526
|
+
"id": 549,
|
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":
|
1540
|
+
"id": 550,
|
1550
1541
|
"name": "new SkyAppTitleService",
|
1551
1542
|
"kind": 16384,
|
1552
1543
|
"kindString": "Constructor signature",
|
1553
1544
|
"flags": {},
|
1554
1545
|
"parameters": [
|
1555
1546
|
{
|
1556
|
-
"id":
|
1547
|
+
"id": 551,
|
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":
|
1560
|
+
"id": 548,
|
1570
1561
|
"name": "SkyAppTitleService"
|
1571
1562
|
}
|
1572
1563
|
}
|
1573
1564
|
]
|
1574
1565
|
},
|
1575
1566
|
{
|
1576
|
-
"id":
|
1567
|
+
"id": 552,
|
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":
|
1583
|
+
"id": 553,
|
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":
|
1593
|
+
"id": 554,
|
1603
1594
|
"name": "args",
|
1604
1595
|
"kind": 32768,
|
1605
1596
|
"kindString": "Parameter",
|
1606
1597
|
"flags": {},
|
1607
1598
|
"comment": {
|
1608
|
-
"
|
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":
|
1603
|
+
"id": 546,
|
1613
1604
|
"name": "SkyAppSetTitleArgs"
|
1614
1605
|
}
|
1615
1606
|
}
|
@@ -1627,14 +1618,14 @@
|
|
1627
1618
|
"title": "Constructors",
|
1628
1619
|
"kind": 512,
|
1629
1620
|
"children": [
|
1630
|
-
|
1621
|
+
549
|
1631
1622
|
]
|
1632
1623
|
},
|
1633
1624
|
{
|
1634
1625
|
"title": "Methods",
|
1635
1626
|
"kind": 2048,
|
1636
1627
|
"children": [
|
1637
|
-
|
1628
|
+
552
|
1638
1629
|
]
|
1639
1630
|
}
|
1640
1631
|
],
|
@@ -1647,7 +1638,7 @@
|
|
1647
1638
|
]
|
1648
1639
|
},
|
1649
1640
|
{
|
1650
|
-
"id":
|
1641
|
+
"id": 599,
|
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":
|
1663
|
+
"id": 600,
|
1673
1664
|
"name": "constructor",
|
1674
1665
|
"kind": 512,
|
1675
1666
|
"kindString": "Constructor",
|
1676
1667
|
"flags": {},
|
1677
1668
|
"signatures": [
|
1678
1669
|
{
|
1679
|
-
"id":
|
1670
|
+
"id": 601,
|
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":
|
1677
|
+
"id": 599,
|
1687
1678
|
"name": "SkyAppWindowRef"
|
1688
1679
|
}
|
1689
1680
|
}
|
1690
1681
|
]
|
1691
1682
|
},
|
1692
1683
|
{
|
1693
|
-
"id":
|
1684
|
+
"id": 602,
|
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":
|
1700
|
+
"id": 603,
|
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
|
-
|
1721
|
+
600
|
1734
1722
|
]
|
1735
1723
|
},
|
1736
1724
|
{
|
1737
1725
|
"title": "Accessors",
|
1738
1726
|
"kind": 262144,
|
1739
1727
|
"children": [
|
1740
|
-
|
1728
|
+
602
|
1741
1729
|
]
|
1742
1730
|
}
|
1743
1731
|
],
|
@@ -1909,7 +1897,7 @@
|
|
1909
1897
|
"kindString": "Parameter",
|
1910
1898
|
"flags": {},
|
1911
1899
|
"comment": {
|
1912
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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":
|
3194
|
+
"id": 599,
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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":
|
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":
|
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":
|
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":
|
4199
|
+
"line": 66,
|
4203
4200
|
"character": 9
|
4204
4201
|
}
|
4205
4202
|
],
|
4206
4203
|
"signatures": [
|
4207
4204
|
{
|
4208
|
-
"id":
|
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":
|
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":
|
4236
|
+
"line": 71,
|
4240
4237
|
"character": 9
|
4241
4238
|
}
|
4242
4239
|
],
|
4243
4240
|
"signatures": [
|
4244
4241
|
{
|
4245
|
-
"id":
|
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":
|
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":
|
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
|
-
|
4306
|
-
|
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":
|
4310
|
+
"line": 42,
|
4314
4311
|
"character": 13
|
4315
4312
|
}
|
4316
4313
|
],
|
@@ -4326,7 +4323,7 @@
|
|
4326
4323
|
]
|
4327
4324
|
},
|
4328
4325
|
{
|
4329
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
4379
|
+
"id": 411,
|
4383
4380
|
"name": "SkyNumericService"
|
4384
4381
|
}
|
4385
4382
|
}
|
4386
4383
|
]
|
4387
4384
|
},
|
4388
4385
|
{
|
4389
|
-
"id":
|
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":
|
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":
|
4412
|
+
"id": 424,
|
4416
4413
|
"name": "value",
|
4417
4414
|
"kind": 32768,
|
4418
4415
|
"kindString": "Parameter",
|
4419
4416
|
"flags": {},
|
4420
4417
|
"comment": {
|
4421
|
-
"
|
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":
|
4426
|
+
"id": 425,
|
4430
4427
|
"name": "options",
|
4431
4428
|
"kind": 32768,
|
4432
4429
|
"kindString": "Parameter",
|
4433
4430
|
"flags": {},
|
4434
4431
|
"comment": {
|
4435
|
-
"
|
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
|
-
|
4454
|
+
412
|
4458
4455
|
]
|
4459
4456
|
},
|
4460
4457
|
{
|
4461
4458
|
"title": "Methods",
|
4462
4459
|
"kind": 2048,
|
4463
4460
|
"children": [
|
4464
|
-
|
4461
|
+
422
|
4465
4462
|
]
|
4466
4463
|
}
|
4467
4464
|
],
|
@@ -4474,7 +4471,7 @@
|
|
4474
4471
|
]
|
4475
4472
|
},
|
4476
4473
|
{
|
4477
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
4512
|
+
"id": 444,
|
4516
4513
|
"name": "SkyOverlayConfig"
|
4517
4514
|
}
|
4518
4515
|
},
|
4519
4516
|
{
|
4520
|
-
"id":
|
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":
|
4536
|
+
"id": 451,
|
4540
4537
|
"name": "SkyOverlayInstance"
|
4541
4538
|
}
|
4542
4539
|
}
|
4543
4540
|
]
|
4544
4541
|
},
|
4545
4542
|
{
|
4546
|
-
"id":
|
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":
|
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":
|
4573
|
+
"id": 444,
|
4577
4574
|
"name": "SkyOverlayConfig"
|
4578
4575
|
}
|
4579
4576
|
},
|
4580
4577
|
{
|
4581
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
4689
|
+
"id": 467,
|
4699
4690
|
"name": "component",
|
4700
4691
|
"kind": 32768,
|
4701
4692
|
"kindString": "Parameter",
|
4702
4693
|
"flags": {},
|
4703
4694
|
"comment": {
|
4704
|
-
"
|
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":
|
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
|
-
"
|
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":
|
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":
|
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":
|
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":
|
4773
|
+
"id": 472,
|
4781
4774
|
"name": "templateRef",
|
4782
4775
|
"kind": 32768,
|
4783
4776
|
"kindString": "Parameter",
|
4784
4777
|
"flags": {},
|
4785
4778
|
"comment": {
|
4786
|
-
"
|
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":
|
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
|
-
"
|
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
|
-
|
4824
|
+
452
|
4830
4825
|
]
|
4831
4826
|
},
|
4832
4827
|
{
|
4833
4828
|
"title": "Properties",
|
4834
4829
|
"kind": 1024,
|
4835
4830
|
"children": [
|
4836
|
-
|
4837
|
-
|
4831
|
+
463,
|
4832
|
+
462
|
4838
4833
|
]
|
4839
4834
|
},
|
4840
4835
|
{
|
4841
4836
|
"title": "Accessors",
|
4842
4837
|
"kind": 262144,
|
4843
4838
|
"children": [
|
4844
|
-
|
4845
|
-
|
4839
|
+
456,
|
4840
|
+
458
|
4846
4841
|
]
|
4847
4842
|
},
|
4848
4843
|
{
|
4849
4844
|
"title": "Methods",
|
4850
4845
|
"kind": 2048,
|
4851
4846
|
"children": [
|
4852
|
-
|
4853
|
-
|
4847
|
+
464,
|
4848
|
+
469
|
4854
4849
|
]
|
4855
4850
|
}
|
4856
4851
|
],
|
@@ -4863,7 +4858,7 @@
|
|
4863
4858
|
]
|
4864
4859
|
},
|
4865
4860
|
{
|
4866
|
-
"id":
|
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":
|
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":
|
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":
|
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
|
-
|
4906
|
+
475
|
4912
4907
|
]
|
4913
4908
|
}
|
4914
4909
|
],
|
@@ -4921,7 +4916,7 @@
|
|
4921
4916
|
]
|
4922
4917
|
},
|
4923
4918
|
{
|
4924
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
5014
|
+
"id": 477,
|
5020
5015
|
"name": "SkyOverlayService"
|
5021
5016
|
}
|
5022
5017
|
}
|
5023
5018
|
]
|
5024
5019
|
},
|
5025
5020
|
{
|
5026
|
-
"id":
|
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":
|
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":
|
5047
|
+
"id": 490,
|
5053
5048
|
"name": "instance",
|
5054
5049
|
"kind": 32768,
|
5055
5050
|
"kindString": "Parameter",
|
5056
5051
|
"flags": {},
|
5057
5052
|
"comment": {
|
5058
|
-
"
|
5053
|
+
"shortText": "The instance to close.\n"
|
5059
5054
|
},
|
5060
5055
|
"type": {
|
5061
5056
|
"type": "reference",
|
5062
|
-
"id":
|
5057
|
+
"id": 451,
|
5063
5058
|
"name": "SkyOverlayInstance"
|
5064
5059
|
}
|
5065
5060
|
}
|
@@ -5072,7 +5067,7 @@
|
|
5072
5067
|
]
|
5073
5068
|
},
|
5074
5069
|
{
|
5075
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
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
|
-
"
|
5136
|
+
"shortText": "Configuration for the overlay.\n"
|
5142
5137
|
},
|
5143
5138
|
"type": {
|
5144
5139
|
"type": "reference",
|
5145
|
-
"id":
|
5140
|
+
"id": 444,
|
5146
5141
|
"name": "SkyOverlayConfig"
|
5147
5142
|
}
|
5148
5143
|
}
|
5149
5144
|
],
|
5150
5145
|
"type": {
|
5151
5146
|
"type": "reference",
|
5152
|
-
"id":
|
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
|
-
|
5159
|
+
479
|
5165
5160
|
]
|
5166
5161
|
},
|
5167
5162
|
{
|
5168
5163
|
"title": "Methods",
|
5169
5164
|
"kind": 2048,
|
5170
5165
|
"children": [
|
5171
|
-
|
5172
|
-
|
5173
|
-
|
5166
|
+
488,
|
5167
|
+
491,
|
5168
|
+
485
|
5174
5169
|
]
|
5175
5170
|
}
|
5176
5171
|
],
|
@@ -5183,7 +5178,7 @@
|
|
5183
5178
|
]
|
5184
5179
|
},
|
5185
5180
|
{
|
5186
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
5234
|
+
"id": 505,
|
5240
5235
|
"name": "SkyPercentPipe"
|
5241
5236
|
}
|
5242
5237
|
}
|
5243
5238
|
]
|
5244
5239
|
},
|
5245
5240
|
{
|
5246
|
-
"id":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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
|
-
|
5359
|
+
506
|
5365
5360
|
]
|
5366
5361
|
},
|
5367
5362
|
{
|
5368
5363
|
"title": "Methods",
|
5369
5364
|
"kind": 2048,
|
5370
5365
|
"children": [
|
5371
|
-
|
5372
|
-
|
5366
|
+
516,
|
5367
|
+
518
|
5373
5368
|
]
|
5374
5369
|
}
|
5375
5370
|
],
|
@@ -5392,7 +5387,7 @@
|
|
5392
5387
|
]
|
5393
5388
|
},
|
5394
5389
|
{
|
5395
|
-
"id":
|
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":
|
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":
|
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":
|
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
|
-
|
5435
|
+
503
|
5441
5436
|
]
|
5442
5437
|
}
|
5443
5438
|
],
|
@@ -5450,7 +5445,7 @@
|
|
5450
5445
|
]
|
5451
5446
|
},
|
5452
5447
|
{
|
5453
|
-
"id":
|
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":
|
5467
|
+
"id": 526,
|
5473
5468
|
"name": "constructor",
|
5474
5469
|
"kind": 512,
|
5475
5470
|
"kindString": "Constructor",
|
@@ -5477,20 +5472,20 @@
|
|
5477
5472
|
"sources": [
|
5478
5473
|
{
|
5479
5474
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5480
|
-
"line":
|
5475
|
+
"line": 18,
|
5481
5476
|
"character": 2
|
5482
5477
|
}
|
5483
5478
|
],
|
5484
5479
|
"signatures": [
|
5485
5480
|
{
|
5486
|
-
"id":
|
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":
|
5488
|
+
"id": 528,
|
5494
5489
|
"name": "mutationObserverSvc",
|
5495
5490
|
"kind": 32768,
|
5496
5491
|
"kindString": "Parameter",
|
@@ -5502,29 +5497,29 @@
|
|
5502
5497
|
}
|
5503
5498
|
},
|
5504
5499
|
{
|
5505
|
-
"id":
|
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":
|
5507
|
+
"id": 599,
|
5513
5508
|
"name": "SkyAppWindowRef"
|
5514
5509
|
}
|
5515
5510
|
}
|
5516
5511
|
],
|
5517
5512
|
"type": {
|
5518
5513
|
"type": "reference",
|
5519
|
-
"id":
|
5514
|
+
"id": 525,
|
5520
5515
|
"name": "SkyScrollableHostService"
|
5521
5516
|
}
|
5522
5517
|
}
|
5523
5518
|
]
|
5524
5519
|
},
|
5525
5520
|
{
|
5526
|
-
"id":
|
5527
|
-
"name": "
|
5521
|
+
"id": 530,
|
5522
|
+
"name": "getScrollableHost",
|
5528
5523
|
"kind": 2048,
|
5529
5524
|
"kindString": "Method",
|
5530
5525
|
"flags": {
|
@@ -5533,24 +5528,31 @@
|
|
5533
5528
|
"sources": [
|
5534
5529
|
{
|
5535
5530
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5536
|
-
"line":
|
5531
|
+
"line": 28,
|
5537
5532
|
"character": 9
|
5538
5533
|
}
|
5539
5534
|
],
|
5540
5535
|
"signatures": [
|
5541
5536
|
{
|
5542
|
-
"id":
|
5543
|
-
"name": "
|
5537
|
+
"id": 531,
|
5538
|
+
"name": "getScrollableHost",
|
5544
5539
|
"kind": 4096,
|
5545
5540
|
"kindString": "Call signature",
|
5546
5541
|
"flags": {},
|
5542
|
+
"comment": {
|
5543
|
+
"shortText": "Returns the given element's current scrollable host",
|
5544
|
+
"returns": "The current scrollable host\n"
|
5545
|
+
},
|
5547
5546
|
"parameters": [
|
5548
5547
|
{
|
5549
|
-
"id":
|
5548
|
+
"id": 532,
|
5550
5549
|
"name": "elementRef",
|
5551
5550
|
"kind": 32768,
|
5552
5551
|
"kindString": "Parameter",
|
5553
5552
|
"flags": {},
|
5553
|
+
"comment": {
|
5554
|
+
"shortText": "The element whose scrollable host is being requested"
|
5555
|
+
},
|
5554
5556
|
"type": {
|
5555
5557
|
"type": "reference",
|
5556
5558
|
"typeArguments": [
|
@@ -5580,8 +5582,8 @@
|
|
5580
5582
|
]
|
5581
5583
|
},
|
5582
5584
|
{
|
5583
|
-
"id":
|
5584
|
-
"name": "
|
5585
|
+
"id": 536,
|
5586
|
+
"name": "watchScrollableHostScrollEvents",
|
5585
5587
|
"kind": 2048,
|
5586
5588
|
"kindString": "Method",
|
5587
5589
|
"flags": {
|
@@ -5590,24 +5592,31 @@
|
|
5590
5592
|
"sources": [
|
5591
5593
|
{
|
5592
5594
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5593
|
-
"line":
|
5595
|
+
"line": 85,
|
5594
5596
|
"character": 9
|
5595
5597
|
}
|
5596
5598
|
],
|
5597
5599
|
"signatures": [
|
5598
5600
|
{
|
5599
|
-
"id":
|
5600
|
-
"name": "
|
5601
|
+
"id": 537,
|
5602
|
+
"name": "watchScrollableHostScrollEvents",
|
5601
5603
|
"kind": 4096,
|
5602
5604
|
"kindString": "Call signature",
|
5603
5605
|
"flags": {},
|
5606
|
+
"comment": {
|
5607
|
+
"shortText": "Returns an observable which emits whenever the element's scrollable host emits a scroll event. The observable will always emit the scroll events from the elements current scrollable host and will update based on any scrollable host changes. The observable will also emit once whenever the scrollable host changes.",
|
5608
|
+
"returns": "An observable which emits the scroll events from the given element's scrollable host\n"
|
5609
|
+
},
|
5604
5610
|
"parameters": [
|
5605
5611
|
{
|
5606
|
-
"id":
|
5612
|
+
"id": 538,
|
5607
5613
|
"name": "elementRef",
|
5608
5614
|
"kind": 32768,
|
5609
5615
|
"kindString": "Parameter",
|
5610
5616
|
"flags": {},
|
5617
|
+
"comment": {
|
5618
|
+
"shortText": "The element whose scrollable host scroll events are being requested"
|
5619
|
+
},
|
5611
5620
|
"type": {
|
5612
5621
|
"type": "reference",
|
5613
5622
|
"typeArguments": [
|
@@ -5618,40 +5627,14 @@
|
|
5618
5627
|
],
|
5619
5628
|
"name": "ElementRef"
|
5620
5629
|
}
|
5621
|
-
},
|
5622
|
-
{
|
5623
|
-
"id": 530,
|
5624
|
-
"name": "completionObservable",
|
5625
|
-
"kind": 32768,
|
5626
|
-
"kindString": "Parameter",
|
5627
|
-
"flags": {},
|
5628
|
-
"type": {
|
5629
|
-
"type": "reference",
|
5630
|
-
"typeArguments": [
|
5631
|
-
{
|
5632
|
-
"type": "intrinsic",
|
5633
|
-
"name": "void"
|
5634
|
-
}
|
5635
|
-
],
|
5636
|
-
"name": "Observable"
|
5637
|
-
}
|
5638
5630
|
}
|
5639
5631
|
],
|
5640
5632
|
"type": {
|
5641
5633
|
"type": "reference",
|
5642
5634
|
"typeArguments": [
|
5643
5635
|
{
|
5644
|
-
"type": "
|
5645
|
-
"
|
5646
|
-
{
|
5647
|
-
"type": "reference",
|
5648
|
-
"name": "HTMLElement"
|
5649
|
-
},
|
5650
|
-
{
|
5651
|
-
"type": "reference",
|
5652
|
-
"name": "Window"
|
5653
|
-
}
|
5654
|
-
]
|
5636
|
+
"type": "intrinsic",
|
5637
|
+
"name": "void"
|
5655
5638
|
}
|
5656
5639
|
],
|
5657
5640
|
"name": "Observable"
|
@@ -5665,28 +5648,28 @@
|
|
5665
5648
|
"title": "Constructors",
|
5666
5649
|
"kind": 512,
|
5667
5650
|
"children": [
|
5668
|
-
|
5651
|
+
526
|
5669
5652
|
]
|
5670
5653
|
},
|
5671
5654
|
{
|
5672
5655
|
"title": "Methods",
|
5673
5656
|
"kind": 2048,
|
5674
5657
|
"children": [
|
5675
|
-
|
5676
|
-
|
5658
|
+
530,
|
5659
|
+
536
|
5677
5660
|
]
|
5678
5661
|
}
|
5679
5662
|
],
|
5680
5663
|
"sources": [
|
5681
5664
|
{
|
5682
5665
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5683
|
-
"line":
|
5666
|
+
"line": 16,
|
5684
5667
|
"character": 13
|
5685
5668
|
}
|
5686
5669
|
]
|
5687
5670
|
},
|
5688
5671
|
{
|
5689
|
-
"id":
|
5672
|
+
"id": 555,
|
5690
5673
|
"name": "SkyUIConfigService",
|
5691
5674
|
"kind": 128,
|
5692
5675
|
"kindString": "Class",
|
@@ -5705,28 +5688,28 @@
|
|
5705
5688
|
],
|
5706
5689
|
"children": [
|
5707
5690
|
{
|
5708
|
-
"id":
|
5691
|
+
"id": 556,
|
5709
5692
|
"name": "constructor",
|
5710
5693
|
"kind": 512,
|
5711
5694
|
"kindString": "Constructor",
|
5712
5695
|
"flags": {},
|
5713
5696
|
"signatures": [
|
5714
5697
|
{
|
5715
|
-
"id":
|
5698
|
+
"id": 557,
|
5716
5699
|
"name": "new SkyUIConfigService",
|
5717
5700
|
"kind": 16384,
|
5718
5701
|
"kindString": "Constructor signature",
|
5719
5702
|
"flags": {},
|
5720
5703
|
"type": {
|
5721
5704
|
"type": "reference",
|
5722
|
-
"id":
|
5705
|
+
"id": 555,
|
5723
5706
|
"name": "SkyUIConfigService"
|
5724
5707
|
}
|
5725
5708
|
}
|
5726
5709
|
]
|
5727
5710
|
},
|
5728
5711
|
{
|
5729
|
-
"id":
|
5712
|
+
"id": 558,
|
5730
5713
|
"name": "getConfig",
|
5731
5714
|
"kind": 2048,
|
5732
5715
|
"kindString": "Method",
|
@@ -5742,14 +5725,14 @@
|
|
5742
5725
|
],
|
5743
5726
|
"signatures": [
|
5744
5727
|
{
|
5745
|
-
"id":
|
5728
|
+
"id": 559,
|
5746
5729
|
"name": "getConfig",
|
5747
5730
|
"kind": 4096,
|
5748
5731
|
"kindString": "Call signature",
|
5749
5732
|
"flags": {},
|
5750
5733
|
"parameters": [
|
5751
5734
|
{
|
5752
|
-
"id":
|
5735
|
+
"id": 560,
|
5753
5736
|
"name": "key",
|
5754
5737
|
"kind": 32768,
|
5755
5738
|
"kindString": "Parameter",
|
@@ -5760,7 +5743,7 @@
|
|
5760
5743
|
}
|
5761
5744
|
},
|
5762
5745
|
{
|
5763
|
-
"id":
|
5746
|
+
"id": 561,
|
5764
5747
|
"name": "defaultConfig",
|
5765
5748
|
"kind": 32768,
|
5766
5749
|
"kindString": "Parameter",
|
@@ -5787,7 +5770,7 @@
|
|
5787
5770
|
]
|
5788
5771
|
},
|
5789
5772
|
{
|
5790
|
-
"id":
|
5773
|
+
"id": 562,
|
5791
5774
|
"name": "setConfig",
|
5792
5775
|
"kind": 2048,
|
5793
5776
|
"kindString": "Method",
|
@@ -5803,14 +5786,14 @@
|
|
5803
5786
|
],
|
5804
5787
|
"signatures": [
|
5805
5788
|
{
|
5806
|
-
"id":
|
5789
|
+
"id": 563,
|
5807
5790
|
"name": "setConfig",
|
5808
5791
|
"kind": 4096,
|
5809
5792
|
"kindString": "Call signature",
|
5810
5793
|
"flags": {},
|
5811
5794
|
"parameters": [
|
5812
5795
|
{
|
5813
|
-
"id":
|
5796
|
+
"id": 564,
|
5814
5797
|
"name": "key",
|
5815
5798
|
"kind": 32768,
|
5816
5799
|
"kindString": "Parameter",
|
@@ -5821,7 +5804,7 @@
|
|
5821
5804
|
}
|
5822
5805
|
},
|
5823
5806
|
{
|
5824
|
-
"id":
|
5807
|
+
"id": 565,
|
5825
5808
|
"name": "value",
|
5826
5809
|
"kind": 32768,
|
5827
5810
|
"kindString": "Parameter",
|
@@ -5851,15 +5834,15 @@
|
|
5851
5834
|
"title": "Constructors",
|
5852
5835
|
"kind": 512,
|
5853
5836
|
"children": [
|
5854
|
-
|
5837
|
+
556
|
5855
5838
|
]
|
5856
5839
|
},
|
5857
5840
|
{
|
5858
5841
|
"title": "Methods",
|
5859
5842
|
"kind": 2048,
|
5860
5843
|
"children": [
|
5861
|
-
|
5862
|
-
|
5844
|
+
558,
|
5845
|
+
562
|
5863
5846
|
]
|
5864
5847
|
}
|
5865
5848
|
],
|
@@ -5872,7 +5855,7 @@
|
|
5872
5855
|
]
|
5873
5856
|
},
|
5874
5857
|
{
|
5875
|
-
"id":
|
5858
|
+
"id": 566,
|
5876
5859
|
"name": "SkyViewkeeperHostOptions",
|
5877
5860
|
"kind": 128,
|
5878
5861
|
"kindString": "Class",
|
@@ -5889,28 +5872,28 @@
|
|
5889
5872
|
],
|
5890
5873
|
"children": [
|
5891
5874
|
{
|
5892
|
-
"id":
|
5875
|
+
"id": 567,
|
5893
5876
|
"name": "constructor",
|
5894
5877
|
"kind": 512,
|
5895
5878
|
"kindString": "Constructor",
|
5896
5879
|
"flags": {},
|
5897
5880
|
"signatures": [
|
5898
5881
|
{
|
5899
|
-
"id":
|
5882
|
+
"id": 568,
|
5900
5883
|
"name": "new SkyViewkeeperHostOptions",
|
5901
5884
|
"kind": 16384,
|
5902
5885
|
"kindString": "Constructor signature",
|
5903
5886
|
"flags": {},
|
5904
5887
|
"type": {
|
5905
5888
|
"type": "reference",
|
5906
|
-
"id":
|
5889
|
+
"id": 566,
|
5907
5890
|
"name": "SkyViewkeeperHostOptions"
|
5908
5891
|
}
|
5909
5892
|
}
|
5910
5893
|
]
|
5911
5894
|
},
|
5912
5895
|
{
|
5913
|
-
"id":
|
5896
|
+
"id": 569,
|
5914
5897
|
"name": "boundaryEl",
|
5915
5898
|
"kind": 1024,
|
5916
5899
|
"kindString": "Property",
|
@@ -5934,12 +5917,12 @@
|
|
5934
5917
|
},
|
5935
5918
|
"implementationOf": {
|
5936
5919
|
"type": "reference",
|
5937
|
-
"id":
|
5920
|
+
"id": 577,
|
5938
5921
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5939
5922
|
}
|
5940
5923
|
},
|
5941
5924
|
{
|
5942
|
-
"id":
|
5925
|
+
"id": 570,
|
5943
5926
|
"name": "el",
|
5944
5927
|
"kind": 1024,
|
5945
5928
|
"kindString": "Property",
|
@@ -5963,12 +5946,12 @@
|
|
5963
5946
|
},
|
5964
5947
|
"implementationOf": {
|
5965
5948
|
"type": "reference",
|
5966
|
-
"id":
|
5949
|
+
"id": 578,
|
5967
5950
|
"name": "SkyViewkeeperOptions.el"
|
5968
5951
|
}
|
5969
5952
|
},
|
5970
5953
|
{
|
5971
|
-
"id":
|
5954
|
+
"id": 571,
|
5972
5955
|
"name": "scrollableHost",
|
5973
5956
|
"kind": 1024,
|
5974
5957
|
"kindString": "Property",
|
@@ -5992,12 +5975,12 @@
|
|
5992
5975
|
},
|
5993
5976
|
"implementationOf": {
|
5994
5977
|
"type": "reference",
|
5995
|
-
"id":
|
5978
|
+
"id": 579,
|
5996
5979
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5997
5980
|
}
|
5998
5981
|
},
|
5999
5982
|
{
|
6000
|
-
"id":
|
5983
|
+
"id": 572,
|
6001
5984
|
"name": "setWidth",
|
6002
5985
|
"kind": 1024,
|
6003
5986
|
"kindString": "Property",
|
@@ -6021,12 +6004,12 @@
|
|
6021
6004
|
},
|
6022
6005
|
"implementationOf": {
|
6023
6006
|
"type": "reference",
|
6024
|
-
"id":
|
6007
|
+
"id": 580,
|
6025
6008
|
"name": "SkyViewkeeperOptions.setWidth"
|
6026
6009
|
}
|
6027
6010
|
},
|
6028
6011
|
{
|
6029
|
-
"id":
|
6012
|
+
"id": 573,
|
6030
6013
|
"name": "verticalOffset",
|
6031
6014
|
"kind": 1024,
|
6032
6015
|
"kindString": "Property",
|
@@ -6050,12 +6033,12 @@
|
|
6050
6033
|
},
|
6051
6034
|
"implementationOf": {
|
6052
6035
|
"type": "reference",
|
6053
|
-
"id":
|
6036
|
+
"id": 581,
|
6054
6037
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6055
6038
|
}
|
6056
6039
|
},
|
6057
6040
|
{
|
6058
|
-
"id":
|
6041
|
+
"id": 574,
|
6059
6042
|
"name": "verticalOffsetEl",
|
6060
6043
|
"kind": 1024,
|
6061
6044
|
"kindString": "Property",
|
@@ -6079,12 +6062,12 @@
|
|
6079
6062
|
},
|
6080
6063
|
"implementationOf": {
|
6081
6064
|
"type": "reference",
|
6082
|
-
"id":
|
6065
|
+
"id": 582,
|
6083
6066
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6084
6067
|
}
|
6085
6068
|
},
|
6086
6069
|
{
|
6087
|
-
"id":
|
6070
|
+
"id": 575,
|
6088
6071
|
"name": "viewportMarginTop",
|
6089
6072
|
"kind": 1024,
|
6090
6073
|
"kindString": "Property",
|
@@ -6108,7 +6091,7 @@
|
|
6108
6091
|
},
|
6109
6092
|
"implementationOf": {
|
6110
6093
|
"type": "reference",
|
6111
|
-
"id":
|
6094
|
+
"id": 583,
|
6112
6095
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6113
6096
|
}
|
6114
6097
|
}
|
@@ -6118,20 +6101,20 @@
|
|
6118
6101
|
"title": "Constructors",
|
6119
6102
|
"kind": 512,
|
6120
6103
|
"children": [
|
6121
|
-
|
6104
|
+
567
|
6122
6105
|
]
|
6123
6106
|
},
|
6124
6107
|
{
|
6125
6108
|
"title": "Properties",
|
6126
6109
|
"kind": 1024,
|
6127
6110
|
"children": [
|
6128
|
-
|
6129
|
-
|
6130
|
-
|
6131
|
-
|
6132
|
-
|
6133
|
-
|
6134
|
-
|
6111
|
+
569,
|
6112
|
+
570,
|
6113
|
+
571,
|
6114
|
+
572,
|
6115
|
+
573,
|
6116
|
+
574,
|
6117
|
+
575
|
6135
6118
|
]
|
6136
6119
|
}
|
6137
6120
|
],
|
@@ -6145,13 +6128,13 @@
|
|
6145
6128
|
"implementedTypes": [
|
6146
6129
|
{
|
6147
6130
|
"type": "reference",
|
6148
|
-
"id":
|
6131
|
+
"id": 576,
|
6149
6132
|
"name": "SkyViewkeeperOptions"
|
6150
6133
|
}
|
6151
6134
|
]
|
6152
6135
|
},
|
6153
6136
|
{
|
6154
|
-
"id":
|
6137
|
+
"id": 584,
|
6155
6138
|
"name": "SkyViewkeeperModule",
|
6156
6139
|
"kind": 128,
|
6157
6140
|
"kindString": "Class",
|
@@ -6170,21 +6153,21 @@
|
|
6170
6153
|
],
|
6171
6154
|
"children": [
|
6172
6155
|
{
|
6173
|
-
"id":
|
6156
|
+
"id": 585,
|
6174
6157
|
"name": "constructor",
|
6175
6158
|
"kind": 512,
|
6176
6159
|
"kindString": "Constructor",
|
6177
6160
|
"flags": {},
|
6178
6161
|
"signatures": [
|
6179
6162
|
{
|
6180
|
-
"id":
|
6163
|
+
"id": 586,
|
6181
6164
|
"name": "new SkyViewkeeperModule",
|
6182
6165
|
"kind": 16384,
|
6183
6166
|
"kindString": "Constructor signature",
|
6184
6167
|
"flags": {},
|
6185
6168
|
"type": {
|
6186
6169
|
"type": "reference",
|
6187
|
-
"id":
|
6170
|
+
"id": 584,
|
6188
6171
|
"name": "SkyViewkeeperModule"
|
6189
6172
|
}
|
6190
6173
|
}
|
@@ -6196,7 +6179,7 @@
|
|
6196
6179
|
"title": "Constructors",
|
6197
6180
|
"kind": 512,
|
6198
6181
|
"children": [
|
6199
|
-
|
6182
|
+
585
|
6200
6183
|
]
|
6201
6184
|
}
|
6202
6185
|
],
|
@@ -6209,7 +6192,7 @@
|
|
6209
6192
|
]
|
6210
6193
|
},
|
6211
6194
|
{
|
6212
|
-
"id":
|
6195
|
+
"id": 587,
|
6213
6196
|
"name": "SkyViewkeeperService",
|
6214
6197
|
"kind": 128,
|
6215
6198
|
"kindString": "Class",
|
@@ -6231,7 +6214,7 @@
|
|
6231
6214
|
],
|
6232
6215
|
"children": [
|
6233
6216
|
{
|
6234
|
-
"id":
|
6217
|
+
"id": 588,
|
6235
6218
|
"name": "constructor",
|
6236
6219
|
"kind": 512,
|
6237
6220
|
"kindString": "Constructor",
|
@@ -6245,14 +6228,14 @@
|
|
6245
6228
|
],
|
6246
6229
|
"signatures": [
|
6247
6230
|
{
|
6248
|
-
"id":
|
6231
|
+
"id": 589,
|
6249
6232
|
"name": "new SkyViewkeeperService",
|
6250
6233
|
"kind": 16384,
|
6251
6234
|
"kindString": "Constructor signature",
|
6252
6235
|
"flags": {},
|
6253
6236
|
"parameters": [
|
6254
6237
|
{
|
6255
|
-
"id":
|
6238
|
+
"id": 590,
|
6256
6239
|
"name": "hostOptions",
|
6257
6240
|
"kind": 32768,
|
6258
6241
|
"kindString": "Parameter",
|
@@ -6271,21 +6254,21 @@
|
|
6271
6254
|
],
|
6272
6255
|
"type": {
|
6273
6256
|
"type": "reference",
|
6274
|
-
"id":
|
6257
|
+
"id": 566,
|
6275
6258
|
"name": "SkyViewkeeperHostOptions"
|
6276
6259
|
}
|
6277
6260
|
}
|
6278
6261
|
],
|
6279
6262
|
"type": {
|
6280
6263
|
"type": "reference",
|
6281
|
-
"id":
|
6264
|
+
"id": 587,
|
6282
6265
|
"name": "SkyViewkeeperService"
|
6283
6266
|
}
|
6284
6267
|
}
|
6285
6268
|
]
|
6286
6269
|
},
|
6287
6270
|
{
|
6288
|
-
"id":
|
6271
|
+
"id": 591,
|
6289
6272
|
"name": "create",
|
6290
6273
|
"kind": 2048,
|
6291
6274
|
"kindString": "Method",
|
@@ -6301,7 +6284,7 @@
|
|
6301
6284
|
],
|
6302
6285
|
"signatures": [
|
6303
6286
|
{
|
6304
|
-
"id":
|
6287
|
+
"id": 592,
|
6305
6288
|
"name": "create",
|
6306
6289
|
"kind": 4096,
|
6307
6290
|
"kindString": "Call signature",
|
@@ -6309,17 +6292,17 @@
|
|
6309
6292
|
"comment": {},
|
6310
6293
|
"parameters": [
|
6311
6294
|
{
|
6312
|
-
"id":
|
6295
|
+
"id": 593,
|
6313
6296
|
"name": "options",
|
6314
6297
|
"kind": 32768,
|
6315
6298
|
"kindString": "Parameter",
|
6316
6299
|
"flags": {},
|
6317
6300
|
"comment": {
|
6318
|
-
"
|
6301
|
+
"shortText": "Creates a viewkeeper instance, applying host options where applicable.\n"
|
6319
6302
|
},
|
6320
6303
|
"type": {
|
6321
6304
|
"type": "reference",
|
6322
|
-
"id":
|
6305
|
+
"id": 576,
|
6323
6306
|
"name": "SkyViewkeeperOptions"
|
6324
6307
|
}
|
6325
6308
|
}
|
@@ -6332,7 +6315,7 @@
|
|
6332
6315
|
]
|
6333
6316
|
},
|
6334
6317
|
{
|
6335
|
-
"id":
|
6318
|
+
"id": 594,
|
6336
6319
|
"name": "destroy",
|
6337
6320
|
"kind": 2048,
|
6338
6321
|
"kindString": "Method",
|
@@ -6348,7 +6331,7 @@
|
|
6348
6331
|
],
|
6349
6332
|
"signatures": [
|
6350
6333
|
{
|
6351
|
-
"id":
|
6334
|
+
"id": 595,
|
6352
6335
|
"name": "destroy",
|
6353
6336
|
"kind": 4096,
|
6354
6337
|
"kindString": "Call signature",
|
@@ -6358,13 +6341,13 @@
|
|
6358
6341
|
},
|
6359
6342
|
"parameters": [
|
6360
6343
|
{
|
6361
|
-
"id":
|
6344
|
+
"id": 596,
|
6362
6345
|
"name": "vk",
|
6363
6346
|
"kind": 32768,
|
6364
6347
|
"kindString": "Parameter",
|
6365
6348
|
"flags": {},
|
6366
6349
|
"comment": {
|
6367
|
-
"
|
6350
|
+
"shortText": "Viewkeeper instance to destroy.\n"
|
6368
6351
|
},
|
6369
6352
|
"type": {
|
6370
6353
|
"type": "reference",
|
@@ -6385,15 +6368,15 @@
|
|
6385
6368
|
"title": "Constructors",
|
6386
6369
|
"kind": 512,
|
6387
6370
|
"children": [
|
6388
|
-
|
6371
|
+
588
|
6389
6372
|
]
|
6390
6373
|
},
|
6391
6374
|
{
|
6392
6375
|
"title": "Methods",
|
6393
6376
|
"kind": 2048,
|
6394
6377
|
"children": [
|
6395
|
-
|
6396
|
-
|
6378
|
+
591,
|
6379
|
+
594
|
6397
6380
|
]
|
6398
6381
|
}
|
6399
6382
|
],
|
@@ -7227,7 +7210,7 @@
|
|
7227
7210
|
"flags": {},
|
7228
7211
|
"type": {
|
7229
7212
|
"type": "reference",
|
7230
|
-
"id":
|
7213
|
+
"id": 587,
|
7231
7214
|
"name": "SkyViewkeeperService"
|
7232
7215
|
}
|
7233
7216
|
},
|
@@ -7249,7 +7232,7 @@
|
|
7249
7232
|
],
|
7250
7233
|
"type": {
|
7251
7234
|
"type": "reference",
|
7252
|
-
"id":
|
7235
|
+
"id": 525,
|
7253
7236
|
"name": "SkyScrollableHostService"
|
7254
7237
|
}
|
7255
7238
|
}
|
@@ -7742,14 +7725,14 @@
|
|
7742
7725
|
]
|
7743
7726
|
},
|
7744
7727
|
{
|
7745
|
-
"id":
|
7728
|
+
"id": 546,
|
7746
7729
|
"name": "SkyAppSetTitleArgs",
|
7747
7730
|
"kind": 256,
|
7748
7731
|
"kindString": "Interface",
|
7749
7732
|
"flags": {},
|
7750
7733
|
"children": [
|
7751
7734
|
{
|
7752
|
-
"id":
|
7735
|
+
"id": 547,
|
7753
7736
|
"name": "titleParts",
|
7754
7737
|
"kind": 1024,
|
7755
7738
|
"kindString": "Property",
|
@@ -7775,7 +7758,7 @@
|
|
7775
7758
|
"title": "Properties",
|
7776
7759
|
"kind": 1024,
|
7777
7760
|
"children": [
|
7778
|
-
|
7761
|
+
547
|
7779
7762
|
]
|
7780
7763
|
}
|
7781
7764
|
],
|
@@ -8184,14 +8167,14 @@
|
|
8184
8167
|
]
|
8185
8168
|
},
|
8186
8169
|
{
|
8187
|
-
"id":
|
8170
|
+
"id": 444,
|
8188
8171
|
"name": "SkyOverlayConfig",
|
8189
8172
|
"kind": 256,
|
8190
8173
|
"kindString": "Interface",
|
8191
8174
|
"flags": {},
|
8192
8175
|
"children": [
|
8193
8176
|
{
|
8194
|
-
"id":
|
8177
|
+
"id": 445,
|
8195
8178
|
"name": "closeOnNavigation",
|
8196
8179
|
"kind": 1024,
|
8197
8180
|
"kindString": "Property",
|
@@ -8214,7 +8197,7 @@
|
|
8214
8197
|
}
|
8215
8198
|
},
|
8216
8199
|
{
|
8217
|
-
"id":
|
8200
|
+
"id": 446,
|
8218
8201
|
"name": "enableClose",
|
8219
8202
|
"kind": 1024,
|
8220
8203
|
"kindString": "Property",
|
@@ -8237,7 +8220,7 @@
|
|
8237
8220
|
}
|
8238
8221
|
},
|
8239
8222
|
{
|
8240
|
-
"id":
|
8223
|
+
"id": 447,
|
8241
8224
|
"name": "enablePointerEvents",
|
8242
8225
|
"kind": 1024,
|
8243
8226
|
"kindString": "Property",
|
@@ -8260,7 +8243,7 @@
|
|
8260
8243
|
}
|
8261
8244
|
},
|
8262
8245
|
{
|
8263
|
-
"id":
|
8246
|
+
"id": 448,
|
8264
8247
|
"name": "enableScroll",
|
8265
8248
|
"kind": 1024,
|
8266
8249
|
"kindString": "Property",
|
@@ -8283,7 +8266,7 @@
|
|
8283
8266
|
}
|
8284
8267
|
},
|
8285
8268
|
{
|
8286
|
-
"id":
|
8269
|
+
"id": 449,
|
8287
8270
|
"name": "showBackdrop",
|
8288
8271
|
"kind": 1024,
|
8289
8272
|
"kindString": "Property",
|
@@ -8306,7 +8289,7 @@
|
|
8306
8289
|
}
|
8307
8290
|
},
|
8308
8291
|
{
|
8309
|
-
"id":
|
8292
|
+
"id": 450,
|
8310
8293
|
"name": "wrapperClass",
|
8311
8294
|
"kind": 1024,
|
8312
8295
|
"kindString": "Property",
|
@@ -8334,12 +8317,12 @@
|
|
8334
8317
|
"title": "Properties",
|
8335
8318
|
"kind": 1024,
|
8336
8319
|
"children": [
|
8337
|
-
|
8338
|
-
|
8339
|
-
|
8340
|
-
|
8341
|
-
|
8342
|
-
|
8320
|
+
445,
|
8321
|
+
446,
|
8322
|
+
447,
|
8323
|
+
448,
|
8324
|
+
449,
|
8325
|
+
450
|
8343
8326
|
]
|
8344
8327
|
}
|
8345
8328
|
],
|
@@ -8352,7 +8335,7 @@
|
|
8352
8335
|
]
|
8353
8336
|
},
|
8354
8337
|
{
|
8355
|
-
"id":
|
8338
|
+
"id": 576,
|
8356
8339
|
"name": "SkyViewkeeperOptions",
|
8357
8340
|
"kind": 256,
|
8358
8341
|
"kindString": "Interface",
|
@@ -8362,7 +8345,7 @@
|
|
8362
8345
|
},
|
8363
8346
|
"children": [
|
8364
8347
|
{
|
8365
|
-
"id":
|
8348
|
+
"id": 577,
|
8366
8349
|
"name": "boundaryEl",
|
8367
8350
|
"kind": 1024,
|
8368
8351
|
"kindString": "Property",
|
@@ -8385,7 +8368,7 @@
|
|
8385
8368
|
}
|
8386
8369
|
},
|
8387
8370
|
{
|
8388
|
-
"id":
|
8371
|
+
"id": 578,
|
8389
8372
|
"name": "el",
|
8390
8373
|
"kind": 1024,
|
8391
8374
|
"kindString": "Property",
|
@@ -8408,7 +8391,7 @@
|
|
8408
8391
|
}
|
8409
8392
|
},
|
8410
8393
|
{
|
8411
|
-
"id":
|
8394
|
+
"id": 579,
|
8412
8395
|
"name": "scrollableHost",
|
8413
8396
|
"kind": 1024,
|
8414
8397
|
"kindString": "Property",
|
@@ -8431,7 +8414,7 @@
|
|
8431
8414
|
}
|
8432
8415
|
},
|
8433
8416
|
{
|
8434
|
-
"id":
|
8417
|
+
"id": 580,
|
8435
8418
|
"name": "setWidth",
|
8436
8419
|
"kind": 1024,
|
8437
8420
|
"kindString": "Property",
|
@@ -8454,7 +8437,7 @@
|
|
8454
8437
|
}
|
8455
8438
|
},
|
8456
8439
|
{
|
8457
|
-
"id":
|
8440
|
+
"id": 581,
|
8458
8441
|
"name": "verticalOffset",
|
8459
8442
|
"kind": 1024,
|
8460
8443
|
"kindString": "Property",
|
@@ -8477,7 +8460,7 @@
|
|
8477
8460
|
}
|
8478
8461
|
},
|
8479
8462
|
{
|
8480
|
-
"id":
|
8463
|
+
"id": 582,
|
8481
8464
|
"name": "verticalOffsetEl",
|
8482
8465
|
"kind": 1024,
|
8483
8466
|
"kindString": "Property",
|
@@ -8500,7 +8483,7 @@
|
|
8500
8483
|
}
|
8501
8484
|
},
|
8502
8485
|
{
|
8503
|
-
"id":
|
8486
|
+
"id": 583,
|
8504
8487
|
"name": "viewportMarginTop",
|
8505
8488
|
"kind": 1024,
|
8506
8489
|
"kindString": "Property",
|
@@ -8528,13 +8511,13 @@
|
|
8528
8511
|
"title": "Properties",
|
8529
8512
|
"kind": 1024,
|
8530
8513
|
"children": [
|
8531
|
-
|
8532
|
-
|
8533
|
-
|
8534
|
-
|
8535
|
-
|
8536
|
-
|
8537
|
-
|
8514
|
+
577,
|
8515
|
+
578,
|
8516
|
+
579,
|
8517
|
+
580,
|
8518
|
+
581,
|
8519
|
+
582,
|
8520
|
+
583
|
8538
8521
|
]
|
8539
8522
|
}
|
8540
8523
|
],
|
@@ -8548,7 +8531,7 @@
|
|
8548
8531
|
"implementedBy": [
|
8549
8532
|
{
|
8550
8533
|
"type": "reference",
|
8551
|
-
"id":
|
8534
|
+
"id": 566,
|
8552
8535
|
"name": "SkyViewkeeperHostOptions"
|
8553
8536
|
}
|
8554
8537
|
]
|
@@ -8680,9 +8663,6 @@
|
|
8680
8663
|
"kind": 65536,
|
8681
8664
|
"kindString": "Type literal",
|
8682
8665
|
"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
8666
|
"sources": [
|
8687
8667
|
{
|
8688
8668
|
"fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
|
@@ -8727,7 +8707,7 @@
|
|
8727
8707
|
"groups": [
|
8728
8708
|
{
|
8729
8709
|
"title": "Enumerations",
|
8730
|
-
"kind":
|
8710
|
+
"kind": 8,
|
8731
8711
|
"children": [
|
8732
8712
|
114,
|
8733
8713
|
235,
|
@@ -8745,8 +8725,8 @@
|
|
8745
8725
|
140,
|
8746
8726
|
148,
|
8747
8727
|
301,
|
8748
|
-
|
8749
|
-
|
8728
|
+
548,
|
8729
|
+
599,
|
8750
8730
|
63,
|
8751
8731
|
66,
|
8752
8732
|
219,
|
@@ -8761,17 +8741,17 @@
|
|
8761
8741
|
333,
|
8762
8742
|
379,
|
8763
8743
|
393,
|
8764
|
-
|
8765
|
-
|
8766
|
-
|
8767
|
-
|
8768
|
-
|
8769
|
-
|
8770
|
-
|
8771
|
-
|
8772
|
-
|
8773
|
-
|
8774
|
-
|
8744
|
+
411,
|
8745
|
+
451,
|
8746
|
+
474,
|
8747
|
+
477,
|
8748
|
+
505,
|
8749
|
+
502,
|
8750
|
+
525,
|
8751
|
+
555,
|
8752
|
+
566,
|
8753
|
+
584,
|
8754
|
+
587,
|
8775
8755
|
1,
|
8776
8756
|
26,
|
8777
8757
|
34
|
@@ -8784,14 +8764,14 @@
|
|
8784
8764
|
117,
|
8785
8765
|
131,
|
8786
8766
|
134,
|
8787
|
-
|
8767
|
+
546,
|
8788
8768
|
216,
|
8789
8769
|
233,
|
8790
8770
|
239,
|
8791
8771
|
273,
|
8792
8772
|
111,
|
8793
|
-
|
8794
|
-
|
8773
|
+
444,
|
8774
|
+
576
|
8795
8775
|
]
|
8796
8776
|
},
|
8797
8777
|
{
|