@skyux/core 9.0.0-alpha.3 → 9.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +698 -745
- package/esm2022/lib/modules/dock/dock.component.mjs +8 -12
- package/esm2022/lib/modules/dock/dock.module.mjs +4 -3
- package/esm2022/lib/modules/dock/dock.service.mjs +10 -15
- package/esm2022/lib/modules/dynamic-component/dynamic-component-options.mjs +1 -1
- package/esm2022/lib/modules/dynamic-component/dynamic-component.service.mjs +10 -15
- package/esm2022/lib/modules/live-announcer/live-announcer.service.mjs +4 -2
- package/esm2022/lib/modules/numeric/numeric.module.mjs +6 -6
- package/esm2022/lib/modules/numeric/numeric.service.mjs +3 -6
- package/esm2022/lib/modules/overlay/overlay.service.mjs +13 -27
- package/esm2022/lib/modules/resize-observer/resize-observer-media-query.service.mjs +37 -16
- package/esm2022/lib/modules/resize-observer/resize-observer.service.mjs +3 -3
- package/esm2022/testing/public-api.mjs +2 -1
- package/esm2022/testing/resize-observer-mock.mjs +35 -0
- package/fesm2022/skyux-core-testing.mjs +36 -1
- package/fesm2022/skyux-core-testing.mjs.map +1 -1
- package/fesm2022/skyux-core.mjs +93 -102
- package/fesm2022/skyux-core.mjs.map +1 -1
- package/lib/modules/dock/dock.component.d.ts +2 -2
- package/lib/modules/dynamic-component/dynamic-component-options.d.ts +1 -1
- package/lib/modules/dynamic-component/dynamic-component.service.d.ts +3 -3
- package/lib/modules/numeric/numeric.module.d.ts +2 -3
- package/lib/modules/overlay/overlay.service.d.ts +1 -4
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +4 -2
- package/package.json +2 -2
- package/testing/public-api.d.ts +1 -0
- package/testing/resize-observer-mock.d.ts +6 -0
package/documentation.json
CHANGED
@@ -26,7 +26,6 @@
|
|
26
26
|
"SkyNumericService": "class-skynumericservice",
|
27
27
|
"SkyOverlayInstance": "class-skyoverlayinstance",
|
28
28
|
"SkyOverlayModule": "class-skyoverlaymodule",
|
29
|
-
"SkyOverlayService": "class-skyoverlayservice",
|
30
29
|
"SkyPercentPipe": "class-skypercentpipe",
|
31
30
|
"SkyPercentPipeModule": "class-skypercentpipemodule",
|
32
31
|
"SkyResizeObserverMediaQueryService": "class-skyresizeobservermediaqueryservice",
|
@@ -60,7 +59,8 @@
|
|
60
59
|
"SkyAffixPosition": "type-alias-skyaffixposition",
|
61
60
|
"SkyAffixVerticalAlignment": "type-alias-skyaffixverticalalignment",
|
62
61
|
"SkyMediaQueryListener": "type-alias-skymediaquerylistener",
|
63
|
-
"SkyOverlayPosition": "type-alias-skyoverlayposition"
|
62
|
+
"SkyOverlayPosition": "type-alias-skyoverlayposition",
|
63
|
+
"mockResizeObserver": "function-mockresizeobserver"
|
64
64
|
},
|
65
65
|
"typedoc": {
|
66
66
|
"id": 0,
|
@@ -216,7 +216,7 @@
|
|
216
216
|
]
|
217
217
|
},
|
218
218
|
{
|
219
|
-
"id":
|
219
|
+
"id": 248,
|
220
220
|
"name": "SkyDynamicComponentLocation",
|
221
221
|
"kind": 8,
|
222
222
|
"kindString": "Enumeration",
|
@@ -226,7 +226,7 @@
|
|
226
226
|
},
|
227
227
|
"children": [
|
228
228
|
{
|
229
|
-
"id":
|
229
|
+
"id": 249,
|
230
230
|
"name": "BeforeElement",
|
231
231
|
"kind": 16,
|
232
232
|
"kindString": "Enumeration member",
|
@@ -244,7 +244,7 @@
|
|
244
244
|
"defaultValue": "0"
|
245
245
|
},
|
246
246
|
{
|
247
|
-
"id":
|
247
|
+
"id": 250,
|
248
248
|
"name": "BodyBottom",
|
249
249
|
"kind": 16,
|
250
250
|
"kindString": "Enumeration member",
|
@@ -262,7 +262,7 @@
|
|
262
262
|
"defaultValue": "1"
|
263
263
|
},
|
264
264
|
{
|
265
|
-
"id":
|
265
|
+
"id": 251,
|
266
266
|
"name": "BodyTop",
|
267
267
|
"kind": 16,
|
268
268
|
"kindString": "Enumeration member",
|
@@ -280,7 +280,7 @@
|
|
280
280
|
"defaultValue": "2"
|
281
281
|
},
|
282
282
|
{
|
283
|
-
"id":
|
283
|
+
"id": 252,
|
284
284
|
"name": "ElementBottom",
|
285
285
|
"kind": 16,
|
286
286
|
"kindString": "Enumeration member",
|
@@ -298,7 +298,7 @@
|
|
298
298
|
"defaultValue": "3"
|
299
299
|
},
|
300
300
|
{
|
301
|
-
"id":
|
301
|
+
"id": 253,
|
302
302
|
"name": "ElementTop",
|
303
303
|
"kind": 16,
|
304
304
|
"kindString": "Enumeration member",
|
@@ -321,11 +321,11 @@
|
|
321
321
|
"title": "Enumeration members",
|
322
322
|
"kind": 16,
|
323
323
|
"children": [
|
324
|
-
248,
|
325
324
|
249,
|
326
325
|
250,
|
327
326
|
251,
|
328
|
-
252
|
327
|
+
252,
|
328
|
+
253
|
329
329
|
]
|
330
330
|
}
|
331
331
|
],
|
@@ -338,14 +338,14 @@
|
|
338
338
|
]
|
339
339
|
},
|
340
340
|
{
|
341
|
-
"id":
|
341
|
+
"id": 385,
|
342
342
|
"name": "SkyMediaBreakpoints",
|
343
343
|
"kind": 8,
|
344
344
|
"kindString": "Enumeration",
|
345
345
|
"flags": {},
|
346
346
|
"children": [
|
347
347
|
{
|
348
|
-
"id":
|
348
|
+
"id": 389,
|
349
349
|
"name": "lg",
|
350
350
|
"kind": 16,
|
351
351
|
"kindString": "Enumeration member",
|
@@ -363,7 +363,7 @@
|
|
363
363
|
"defaultValue": "4"
|
364
364
|
},
|
365
365
|
{
|
366
|
-
"id":
|
366
|
+
"id": 388,
|
367
367
|
"name": "md",
|
368
368
|
"kind": 16,
|
369
369
|
"kindString": "Enumeration member",
|
@@ -381,7 +381,7 @@
|
|
381
381
|
"defaultValue": "3"
|
382
382
|
},
|
383
383
|
{
|
384
|
-
"id":
|
384
|
+
"id": 387,
|
385
385
|
"name": "sm",
|
386
386
|
"kind": 16,
|
387
387
|
"kindString": "Enumeration member",
|
@@ -399,7 +399,7 @@
|
|
399
399
|
"defaultValue": "2"
|
400
400
|
},
|
401
401
|
{
|
402
|
-
"id":
|
402
|
+
"id": 386,
|
403
403
|
"name": "xs",
|
404
404
|
"kind": 16,
|
405
405
|
"kindString": "Enumeration member",
|
@@ -422,10 +422,10 @@
|
|
422
422
|
"title": "Enumeration members",
|
423
423
|
"kind": 16,
|
424
424
|
"children": [
|
425
|
-
390,
|
426
425
|
389,
|
427
426
|
388,
|
428
|
-
387
|
427
|
+
387,
|
428
|
+
386
|
429
429
|
]
|
430
430
|
}
|
431
431
|
],
|
@@ -1005,7 +1005,7 @@
|
|
1005
1005
|
]
|
1006
1006
|
},
|
1007
1007
|
{
|
1008
|
-
"id":
|
1008
|
+
"id": 285,
|
1009
1009
|
"name": "SkyAppFormat",
|
1010
1010
|
"kind": 128,
|
1011
1011
|
"kindString": "Class",
|
@@ -1026,7 +1026,7 @@
|
|
1026
1026
|
],
|
1027
1027
|
"children": [
|
1028
1028
|
{
|
1029
|
-
"id":
|
1029
|
+
"id": 288,
|
1030
1030
|
"name": "formatText",
|
1031
1031
|
"kind": 2048,
|
1032
1032
|
"kindString": "Method",
|
@@ -1042,14 +1042,14 @@
|
|
1042
1042
|
],
|
1043
1043
|
"signatures": [
|
1044
1044
|
{
|
1045
|
-
"id":
|
1045
|
+
"id": 289,
|
1046
1046
|
"name": "formatText",
|
1047
1047
|
"kind": 4096,
|
1048
1048
|
"kindString": "Call signature",
|
1049
1049
|
"flags": {},
|
1050
1050
|
"parameters": [
|
1051
1051
|
{
|
1052
|
-
"id":
|
1052
|
+
"id": 290,
|
1053
1053
|
"name": "format",
|
1054
1054
|
"kind": 32768,
|
1055
1055
|
"kindString": "Parameter",
|
@@ -1060,7 +1060,7 @@
|
|
1060
1060
|
}
|
1061
1061
|
},
|
1062
1062
|
{
|
1063
|
-
"id":
|
1063
|
+
"id": 291,
|
1064
1064
|
"name": "args",
|
1065
1065
|
"kind": 32768,
|
1066
1066
|
"kindString": "Parameter",
|
@@ -1089,14 +1089,14 @@
|
|
1089
1089
|
"title": "Constructors",
|
1090
1090
|
"kind": 512,
|
1091
1091
|
"children": [
|
1092
|
-
|
1092
|
+
286
|
1093
1093
|
]
|
1094
1094
|
},
|
1095
1095
|
{
|
1096
1096
|
"title": "Methods",
|
1097
1097
|
"kind": 2048,
|
1098
1098
|
"children": [
|
1099
|
-
|
1099
|
+
288
|
1100
1100
|
]
|
1101
1101
|
}
|
1102
1102
|
],
|
@@ -1109,7 +1109,7 @@
|
|
1109
1109
|
]
|
1110
1110
|
},
|
1111
1111
|
{
|
1112
|
-
"id":
|
1112
|
+
"id": 716,
|
1113
1113
|
"name": "SkyAppTitleService",
|
1114
1114
|
"kind": 128,
|
1115
1115
|
"kindString": "Class",
|
@@ -1133,7 +1133,7 @@
|
|
1133
1133
|
],
|
1134
1134
|
"children": [
|
1135
1135
|
{
|
1136
|
-
"id":
|
1136
|
+
"id": 717,
|
1137
1137
|
"name": "constructor",
|
1138
1138
|
"kind": 512,
|
1139
1139
|
"kindString": "Constructor",
|
@@ -1147,14 +1147,14 @@
|
|
1147
1147
|
],
|
1148
1148
|
"signatures": [
|
1149
1149
|
{
|
1150
|
-
"id":
|
1150
|
+
"id": 718,
|
1151
1151
|
"name": "new SkyAppTitleService",
|
1152
1152
|
"kind": 16384,
|
1153
1153
|
"kindString": "Constructor signature",
|
1154
1154
|
"flags": {},
|
1155
1155
|
"parameters": [
|
1156
1156
|
{
|
1157
|
-
"id":
|
1157
|
+
"id": 719,
|
1158
1158
|
"name": "title",
|
1159
1159
|
"kind": 32768,
|
1160
1160
|
"kindString": "Parameter",
|
@@ -1169,14 +1169,14 @@
|
|
1169
1169
|
],
|
1170
1170
|
"type": {
|
1171
1171
|
"type": "reference",
|
1172
|
-
"id":
|
1172
|
+
"id": 716,
|
1173
1173
|
"name": "SkyAppTitleService"
|
1174
1174
|
}
|
1175
1175
|
}
|
1176
1176
|
]
|
1177
1177
|
},
|
1178
1178
|
{
|
1179
|
-
"id":
|
1179
|
+
"id": 721,
|
1180
1180
|
"name": "setTitle",
|
1181
1181
|
"kind": 2048,
|
1182
1182
|
"kindString": "Method",
|
@@ -1192,7 +1192,7 @@
|
|
1192
1192
|
],
|
1193
1193
|
"signatures": [
|
1194
1194
|
{
|
1195
|
-
"id":
|
1195
|
+
"id": 722,
|
1196
1196
|
"name": "setTitle",
|
1197
1197
|
"kind": 4096,
|
1198
1198
|
"kindString": "Call signature",
|
@@ -1202,7 +1202,7 @@
|
|
1202
1202
|
},
|
1203
1203
|
"parameters": [
|
1204
1204
|
{
|
1205
|
-
"id":
|
1205
|
+
"id": 723,
|
1206
1206
|
"name": "args",
|
1207
1207
|
"kind": 32768,
|
1208
1208
|
"kindString": "Parameter",
|
@@ -1212,7 +1212,7 @@
|
|
1212
1212
|
},
|
1213
1213
|
"type": {
|
1214
1214
|
"type": "reference",
|
1215
|
-
"id":
|
1215
|
+
"id": 714,
|
1216
1216
|
"name": "SkyAppSetTitleArgs"
|
1217
1217
|
}
|
1218
1218
|
}
|
@@ -1230,14 +1230,14 @@
|
|
1230
1230
|
"title": "Constructors",
|
1231
1231
|
"kind": 512,
|
1232
1232
|
"children": [
|
1233
|
-
|
1233
|
+
717
|
1234
1234
|
]
|
1235
1235
|
},
|
1236
1236
|
{
|
1237
1237
|
"title": "Methods",
|
1238
1238
|
"kind": 2048,
|
1239
1239
|
"children": [
|
1240
|
-
|
1240
|
+
721
|
1241
1241
|
]
|
1242
1242
|
}
|
1243
1243
|
],
|
@@ -1250,7 +1250,7 @@
|
|
1250
1250
|
]
|
1251
1251
|
},
|
1252
1252
|
{
|
1253
|
-
"id":
|
1253
|
+
"id": 770,
|
1254
1254
|
"name": "SkyAppWindowRef",
|
1255
1255
|
"kind": 128,
|
1256
1256
|
"kindString": "Class",
|
@@ -1274,7 +1274,7 @@
|
|
1274
1274
|
],
|
1275
1275
|
"children": [
|
1276
1276
|
{
|
1277
|
-
"id":
|
1277
|
+
"id": 773,
|
1278
1278
|
"name": "nativeWindow",
|
1279
1279
|
"kind": 262144,
|
1280
1280
|
"kindString": "Accessor",
|
@@ -1290,7 +1290,7 @@
|
|
1290
1290
|
],
|
1291
1291
|
"getSignature": [
|
1292
1292
|
{
|
1293
|
-
"id":
|
1293
|
+
"id": 774,
|
1294
1294
|
"name": "nativeWindow",
|
1295
1295
|
"kind": 524288,
|
1296
1296
|
"kindString": "Get signature",
|
@@ -1311,14 +1311,14 @@
|
|
1311
1311
|
"title": "Constructors",
|
1312
1312
|
"kind": 512,
|
1313
1313
|
"children": [
|
1314
|
-
|
1314
|
+
771
|
1315
1315
|
]
|
1316
1316
|
},
|
1317
1317
|
{
|
1318
1318
|
"title": "Accessors",
|
1319
1319
|
"kind": 262144,
|
1320
1320
|
"children": [
|
1321
|
-
|
1321
|
+
773
|
1322
1322
|
]
|
1323
1323
|
}
|
1324
1324
|
],
|
@@ -1911,7 +1911,7 @@
|
|
1911
1911
|
},
|
1912
1912
|
"type": {
|
1913
1913
|
"type": "reference",
|
1914
|
-
"id":
|
1914
|
+
"id": 385,
|
1915
1915
|
"name": "SkyMediaBreakpoints"
|
1916
1916
|
}
|
1917
1917
|
}
|
@@ -2297,7 +2297,7 @@
|
|
2297
2297
|
"name": "NgModule"
|
2298
2298
|
},
|
2299
2299
|
"arguments": {
|
2300
|
-
"obj": "{\n imports: [CommonModule],\n declarations: [SkyDockComponent],\n providers: [SkyMutationObserverService],\n}"
|
2300
|
+
"obj": "{\n imports: [CommonModule],\n declarations: [SkyDockComponent],\n providers: [SkyDockService, SkyMutationObserverService],\n}"
|
2301
2301
|
}
|
2302
2302
|
}
|
2303
2303
|
],
|
@@ -2314,7 +2314,7 @@
|
|
2314
2314
|
"sources": [
|
2315
2315
|
{
|
2316
2316
|
"fileName": "projects/core/src/modules/dock/dock.module.ts",
|
2317
|
-
"line":
|
2317
|
+
"line": 14,
|
2318
2318
|
"character": 13
|
2319
2319
|
}
|
2320
2320
|
]
|
@@ -2337,9 +2337,7 @@
|
|
2337
2337
|
"package": "@angular/core",
|
2338
2338
|
"name": "Injectable"
|
2339
2339
|
},
|
2340
|
-
"arguments": {
|
2341
|
-
"options": "{\n // Must be 'any' so that the dock component is created in the context of its module's injector.\n // If set to 'root', the component's dependency injections would only be derived from the root\n // injector and may loose context if the dock was opened from within a lazy-loaded module.\n providedIn: 'any',\n}"
|
2342
|
-
}
|
2340
|
+
"arguments": {}
|
2343
2341
|
}
|
2344
2342
|
],
|
2345
2343
|
"children": [
|
@@ -2352,7 +2350,7 @@
|
|
2352
2350
|
"sources": [
|
2353
2351
|
{
|
2354
2352
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2355
|
-
"line":
|
2353
|
+
"line": 40,
|
2356
2354
|
"character": 2
|
2357
2355
|
}
|
2358
2356
|
],
|
@@ -2395,7 +2393,7 @@
|
|
2395
2393
|
"sources": [
|
2396
2394
|
{
|
2397
2395
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2398
|
-
"line":
|
2396
|
+
"line": 31,
|
2399
2397
|
"character": 13
|
2400
2398
|
}
|
2401
2399
|
],
|
@@ -2427,7 +2425,7 @@
|
|
2427
2425
|
]
|
2428
2426
|
},
|
2429
2427
|
{
|
2430
|
-
"id":
|
2428
|
+
"id": 236,
|
2431
2429
|
"name": "insertComponent",
|
2432
2430
|
"kind": 2048,
|
2433
2431
|
"kindString": "Method",
|
@@ -2437,13 +2435,13 @@
|
|
2437
2435
|
"sources": [
|
2438
2436
|
{
|
2439
2437
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2440
|
-
"line":
|
2438
|
+
"line": 49,
|
2441
2439
|
"character": 9
|
2442
2440
|
}
|
2443
2441
|
],
|
2444
2442
|
"signatures": [
|
2445
2443
|
{
|
2446
|
-
"id":
|
2444
|
+
"id": 237,
|
2447
2445
|
"name": "insertComponent",
|
2448
2446
|
"kind": 4096,
|
2449
2447
|
"kindString": "Call signature",
|
@@ -2453,7 +2451,7 @@
|
|
2453
2451
|
},
|
2454
2452
|
"typeParameter": [
|
2455
2453
|
{
|
2456
|
-
"id":
|
2454
|
+
"id": 238,
|
2457
2455
|
"name": "T",
|
2458
2456
|
"kind": 131072,
|
2459
2457
|
"kindString": "Type parameter",
|
@@ -2462,7 +2460,7 @@
|
|
2462
2460
|
],
|
2463
2461
|
"parameters": [
|
2464
2462
|
{
|
2465
|
-
"id":
|
2463
|
+
"id": 239,
|
2466
2464
|
"name": "component",
|
2467
2465
|
"kind": 32768,
|
2468
2466
|
"kindString": "Parameter",
|
@@ -2475,7 +2473,7 @@
|
|
2475
2473
|
"typeArguments": [
|
2476
2474
|
{
|
2477
2475
|
"type": "reference",
|
2478
|
-
"id":
|
2476
|
+
"id": 238,
|
2479
2477
|
"name": "T"
|
2480
2478
|
}
|
2481
2479
|
],
|
@@ -2485,7 +2483,7 @@
|
|
2485
2483
|
}
|
2486
2484
|
},
|
2487
2485
|
{
|
2488
|
-
"id":
|
2486
|
+
"id": 240,
|
2489
2487
|
"name": "config",
|
2490
2488
|
"kind": 32768,
|
2491
2489
|
"kindString": "Parameter",
|
@@ -2508,7 +2506,7 @@
|
|
2508
2506
|
"typeArguments": [
|
2509
2507
|
{
|
2510
2508
|
"type": "reference",
|
2511
|
-
"id":
|
2509
|
+
"id": 238,
|
2512
2510
|
"name": "T"
|
2513
2511
|
}
|
2514
2512
|
],
|
@@ -2518,7 +2516,7 @@
|
|
2518
2516
|
]
|
2519
2517
|
},
|
2520
2518
|
{
|
2521
|
-
"id":
|
2519
|
+
"id": 241,
|
2522
2520
|
"name": "setDockOptions",
|
2523
2521
|
"kind": 2048,
|
2524
2522
|
"kindString": "Method",
|
@@ -2528,13 +2526,13 @@
|
|
2528
2526
|
"sources": [
|
2529
2527
|
{
|
2530
2528
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2531
|
-
"line":
|
2529
|
+
"line": 83,
|
2532
2530
|
"character": 9
|
2533
2531
|
}
|
2534
2532
|
],
|
2535
2533
|
"signatures": [
|
2536
2534
|
{
|
2537
|
-
"id":
|
2535
|
+
"id": 242,
|
2538
2536
|
"name": "setDockOptions",
|
2539
2537
|
"kind": 4096,
|
2540
2538
|
"kindString": "Call signature",
|
@@ -2544,7 +2542,7 @@
|
|
2544
2542
|
},
|
2545
2543
|
"parameters": [
|
2546
2544
|
{
|
2547
|
-
"id":
|
2545
|
+
"id": 243,
|
2548
2546
|
"name": "options",
|
2549
2547
|
"kind": 32768,
|
2550
2548
|
"kindString": "Parameter",
|
@@ -2586,21 +2584,21 @@
|
|
2586
2584
|
"title": "Methods",
|
2587
2585
|
"kind": 2048,
|
2588
2586
|
"children": [
|
2589
|
-
|
2590
|
-
|
2587
|
+
236,
|
2588
|
+
241
|
2591
2589
|
]
|
2592
2590
|
}
|
2593
2591
|
],
|
2594
2592
|
"sources": [
|
2595
2593
|
{
|
2596
2594
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2597
|
-
"line":
|
2595
|
+
"line": 24,
|
2598
2596
|
"character": 13
|
2599
2597
|
}
|
2600
2598
|
]
|
2601
2599
|
},
|
2602
2600
|
{
|
2603
|
-
"id":
|
2601
|
+
"id": 260,
|
2604
2602
|
"name": "SkyDynamicComponentModule",
|
2605
2603
|
"kind": 128,
|
2606
2604
|
"kindString": "Class",
|
@@ -2634,7 +2632,7 @@
|
|
2634
2632
|
"title": "Constructors",
|
2635
2633
|
"kind": 512,
|
2636
2634
|
"children": [
|
2637
|
-
|
2635
|
+
261
|
2638
2636
|
]
|
2639
2637
|
}
|
2640
2638
|
],
|
@@ -2647,7 +2645,7 @@
|
|
2647
2645
|
]
|
2648
2646
|
},
|
2649
2647
|
{
|
2650
|
-
"id":
|
2648
|
+
"id": 292,
|
2651
2649
|
"name": "SkyIdModule",
|
2652
2650
|
"kind": 128,
|
2653
2651
|
"kindString": "Class",
|
@@ -2672,7 +2670,7 @@
|
|
2672
2670
|
"title": "Constructors",
|
2673
2671
|
"kind": 512,
|
2674
2672
|
"children": [
|
2675
|
-
|
2673
|
+
293
|
2676
2674
|
]
|
2677
2675
|
}
|
2678
2676
|
],
|
@@ -2685,7 +2683,7 @@
|
|
2685
2683
|
]
|
2686
2684
|
},
|
2687
2685
|
{
|
2688
|
-
"id":
|
2686
|
+
"id": 295,
|
2689
2687
|
"name": "SkyIdService",
|
2690
2688
|
"kind": 128,
|
2691
2689
|
"kindString": "Class",
|
@@ -2709,7 +2707,7 @@
|
|
2709
2707
|
],
|
2710
2708
|
"children": [
|
2711
2709
|
{
|
2712
|
-
"id":
|
2710
|
+
"id": 298,
|
2713
2711
|
"name": "generateId",
|
2714
2712
|
"kind": 2048,
|
2715
2713
|
"kindString": "Method",
|
@@ -2725,7 +2723,7 @@
|
|
2725
2723
|
],
|
2726
2724
|
"signatures": [
|
2727
2725
|
{
|
2728
|
-
"id":
|
2726
|
+
"id": 299,
|
2729
2727
|
"name": "generateId",
|
2730
2728
|
"kind": 4096,
|
2731
2729
|
"kindString": "Call signature",
|
@@ -2743,14 +2741,14 @@
|
|
2743
2741
|
"title": "Constructors",
|
2744
2742
|
"kind": 512,
|
2745
2743
|
"children": [
|
2746
|
-
|
2744
|
+
296
|
2747
2745
|
]
|
2748
2746
|
},
|
2749
2747
|
{
|
2750
2748
|
"title": "Methods",
|
2751
2749
|
"kind": 2048,
|
2752
2750
|
"children": [
|
2753
|
-
|
2751
|
+
298
|
2754
2752
|
]
|
2755
2753
|
}
|
2756
2754
|
],
|
@@ -2763,7 +2761,7 @@
|
|
2763
2761
|
]
|
2764
2762
|
},
|
2765
2763
|
{
|
2766
|
-
"id":
|
2764
|
+
"id": 332,
|
2767
2765
|
"name": "SkyLogModule",
|
2768
2766
|
"kind": 128,
|
2769
2767
|
"kindString": "Class",
|
@@ -2796,7 +2794,7 @@
|
|
2796
2794
|
"title": "Constructors",
|
2797
2795
|
"kind": 512,
|
2798
2796
|
"children": [
|
2799
|
-
|
2797
|
+
333
|
2800
2798
|
]
|
2801
2799
|
}
|
2802
2800
|
],
|
@@ -2809,7 +2807,7 @@
|
|
2809
2807
|
]
|
2810
2808
|
},
|
2811
2809
|
{
|
2812
|
-
"id":
|
2810
|
+
"id": 394,
|
2813
2811
|
"name": "SkyMediaQueryModule",
|
2814
2812
|
"kind": 128,
|
2815
2813
|
"kindString": "Class",
|
@@ -2842,7 +2840,7 @@
|
|
2842
2840
|
"title": "Constructors",
|
2843
2841
|
"kind": 512,
|
2844
2842
|
"children": [
|
2845
|
-
|
2843
|
+
395
|
2846
2844
|
]
|
2847
2845
|
}
|
2848
2846
|
],
|
@@ -2855,7 +2853,7 @@
|
|
2855
2853
|
]
|
2856
2854
|
},
|
2857
2855
|
{
|
2858
|
-
"id":
|
2856
|
+
"id": 397,
|
2859
2857
|
"name": "SkyMediaQueryService",
|
2860
2858
|
"kind": 128,
|
2861
2859
|
"kindString": "Class",
|
@@ -2876,7 +2874,7 @@
|
|
2876
2874
|
],
|
2877
2875
|
"children": [
|
2878
2876
|
{
|
2879
|
-
"id":
|
2877
|
+
"id": 402,
|
2880
2878
|
"name": "constructor",
|
2881
2879
|
"kind": 512,
|
2882
2880
|
"kindString": "Constructor",
|
@@ -2890,14 +2888,14 @@
|
|
2890
2888
|
],
|
2891
2889
|
"signatures": [
|
2892
2890
|
{
|
2893
|
-
"id":
|
2891
|
+
"id": 403,
|
2894
2892
|
"name": "new SkyMediaQueryService",
|
2895
2893
|
"kind": 16384,
|
2896
2894
|
"kindString": "Constructor signature",
|
2897
2895
|
"flags": {},
|
2898
2896
|
"parameters": [
|
2899
2897
|
{
|
2900
|
-
"id":
|
2898
|
+
"id": 404,
|
2901
2899
|
"name": "zone",
|
2902
2900
|
"kind": 32768,
|
2903
2901
|
"kindString": "Parameter",
|
@@ -2912,14 +2910,14 @@
|
|
2912
2910
|
],
|
2913
2911
|
"type": {
|
2914
2912
|
"type": "reference",
|
2915
|
-
"id":
|
2913
|
+
"id": 397,
|
2916
2914
|
"name": "SkyMediaQueryService"
|
2917
2915
|
}
|
2918
2916
|
}
|
2919
2917
|
]
|
2920
2918
|
},
|
2921
2919
|
{
|
2922
|
-
"id":
|
2920
|
+
"id": 401,
|
2923
2921
|
"name": "lg",
|
2924
2922
|
"kind": 1024,
|
2925
2923
|
"kindString": "Property",
|
@@ -2950,7 +2948,7 @@
|
|
2950
2948
|
"defaultValue": "'(min-width: 1200px)'"
|
2951
2949
|
},
|
2952
2950
|
{
|
2953
|
-
"id":
|
2951
|
+
"id": 400,
|
2954
2952
|
"name": "md",
|
2955
2953
|
"kind": 1024,
|
2956
2954
|
"kindString": "Property",
|
@@ -2981,7 +2979,7 @@
|
|
2981
2979
|
"defaultValue": "'(min-width: 992px) and (max-width: 1199px)'"
|
2982
2980
|
},
|
2983
2981
|
{
|
2984
|
-
"id":
|
2982
|
+
"id": 399,
|
2985
2983
|
"name": "sm",
|
2986
2984
|
"kind": 1024,
|
2987
2985
|
"kindString": "Property",
|
@@ -3012,7 +3010,7 @@
|
|
3012
3010
|
"defaultValue": "'(min-width: 768px) and (max-width: 991px)'"
|
3013
3011
|
},
|
3014
3012
|
{
|
3015
|
-
"id":
|
3013
|
+
"id": 398,
|
3016
3014
|
"name": "xs",
|
3017
3015
|
"kind": 1024,
|
3018
3016
|
"kindString": "Property",
|
@@ -3043,7 +3041,7 @@
|
|
3043
3041
|
"defaultValue": "'(max-width: 767px)'"
|
3044
3042
|
},
|
3045
3043
|
{
|
3046
|
-
"id":
|
3044
|
+
"id": 405,
|
3047
3045
|
"name": "current",
|
3048
3046
|
"kind": 262144,
|
3049
3047
|
"kindString": "Accessor",
|
@@ -3059,7 +3057,7 @@
|
|
3059
3057
|
],
|
3060
3058
|
"getSignature": [
|
3061
3059
|
{
|
3062
|
-
"id":
|
3060
|
+
"id": 406,
|
3063
3061
|
"name": "current",
|
3064
3062
|
"kind": 524288,
|
3065
3063
|
"kindString": "Get signature",
|
@@ -3069,14 +3067,14 @@
|
|
3069
3067
|
},
|
3070
3068
|
"type": {
|
3071
3069
|
"type": "reference",
|
3072
|
-
"id":
|
3070
|
+
"id": 385,
|
3073
3071
|
"name": "SkyMediaBreakpoints"
|
3074
3072
|
}
|
3075
3073
|
}
|
3076
3074
|
]
|
3077
3075
|
},
|
3078
3076
|
{
|
3079
|
-
"id":
|
3077
|
+
"id": 420,
|
3080
3078
|
"name": "ngOnDestroy",
|
3081
3079
|
"kind": 2048,
|
3082
3080
|
"kindString": "Method",
|
@@ -3092,7 +3090,7 @@
|
|
3092
3090
|
],
|
3093
3091
|
"signatures": [
|
3094
3092
|
{
|
3095
|
-
"id":
|
3093
|
+
"id": 421,
|
3096
3094
|
"name": "ngOnDestroy",
|
3097
3095
|
"kind": 4096,
|
3098
3096
|
"kindString": "Call signature",
|
@@ -3113,7 +3111,7 @@
|
|
3113
3111
|
}
|
3114
3112
|
},
|
3115
3113
|
{
|
3116
|
-
"id":
|
3114
|
+
"id": 422,
|
3117
3115
|
"name": "subscribe",
|
3118
3116
|
"kind": 2048,
|
3119
3117
|
"kindString": "Method",
|
@@ -3129,7 +3127,7 @@
|
|
3129
3127
|
],
|
3130
3128
|
"signatures": [
|
3131
3129
|
{
|
3132
|
-
"id":
|
3130
|
+
"id": 423,
|
3133
3131
|
"name": "subscribe",
|
3134
3132
|
"kind": 4096,
|
3135
3133
|
"kindString": "Call signature",
|
@@ -3139,7 +3137,7 @@
|
|
3139
3137
|
},
|
3140
3138
|
"parameters": [
|
3141
3139
|
{
|
3142
|
-
"id":
|
3140
|
+
"id": 424,
|
3143
3141
|
"name": "listener",
|
3144
3142
|
"kind": 32768,
|
3145
3143
|
"kindString": "Parameter",
|
@@ -3149,7 +3147,7 @@
|
|
3149
3147
|
},
|
3150
3148
|
"type": {
|
3151
3149
|
"type": "reference",
|
3152
|
-
"id":
|
3150
|
+
"id": 390,
|
3153
3151
|
"name": "SkyMediaQueryListener"
|
3154
3152
|
}
|
3155
3153
|
}
|
@@ -3169,32 +3167,32 @@
|
|
3169
3167
|
"title": "Constructors",
|
3170
3168
|
"kind": 512,
|
3171
3169
|
"children": [
|
3172
|
-
|
3170
|
+
402
|
3173
3171
|
]
|
3174
3172
|
},
|
3175
3173
|
{
|
3176
3174
|
"title": "Properties",
|
3177
3175
|
"kind": 1024,
|
3178
3176
|
"children": [
|
3179
|
-
402,
|
3180
3177
|
401,
|
3181
3178
|
400,
|
3182
|
-
399
|
3179
|
+
399,
|
3180
|
+
398
|
3183
3181
|
]
|
3184
3182
|
},
|
3185
3183
|
{
|
3186
3184
|
"title": "Accessors",
|
3187
3185
|
"kind": 262144,
|
3188
3186
|
"children": [
|
3189
|
-
|
3187
|
+
405
|
3190
3188
|
]
|
3191
3189
|
},
|
3192
3190
|
{
|
3193
3191
|
"title": "Methods",
|
3194
3192
|
"kind": 2048,
|
3195
3193
|
"children": [
|
3196
|
-
|
3197
|
-
|
3194
|
+
420,
|
3195
|
+
422
|
3198
3196
|
]
|
3199
3197
|
}
|
3200
3198
|
],
|
@@ -3215,7 +3213,7 @@
|
|
3215
3213
|
]
|
3216
3214
|
},
|
3217
3215
|
{
|
3218
|
-
"id":
|
3216
|
+
"id": 443,
|
3219
3217
|
"name": "SkyNumericModule",
|
3220
3218
|
"kind": 128,
|
3221
3219
|
"kindString": "Class",
|
@@ -3230,7 +3228,7 @@
|
|
3230
3228
|
"name": "NgModule"
|
3231
3229
|
},
|
3232
3230
|
"arguments": {
|
3233
|
-
"obj": "{\n declarations: [SkyNumericPipe],\n providers: [SkyNumericPipe],\n imports: [
|
3231
|
+
"obj": "{\n declarations: [SkyNumericPipe],\n providers: [SkyNumericPipe, SkyNumericService],\n imports: [SkyCoreResourcesModule],\n exports: [SkyNumericPipe],\n}"
|
3234
3232
|
}
|
3235
3233
|
}
|
3236
3234
|
],
|
@@ -3240,7 +3238,7 @@
|
|
3240
3238
|
"title": "Constructors",
|
3241
3239
|
"kind": 512,
|
3242
3240
|
"children": [
|
3243
|
-
|
3241
|
+
444
|
3244
3242
|
]
|
3245
3243
|
}
|
3246
3244
|
],
|
@@ -3253,7 +3251,7 @@
|
|
3253
3251
|
]
|
3254
3252
|
},
|
3255
3253
|
{
|
3256
|
-
"id":
|
3254
|
+
"id": 466,
|
3257
3255
|
"name": "SkyNumericPipe",
|
3258
3256
|
"kind": 128,
|
3259
3257
|
"kindString": "Class",
|
@@ -3277,7 +3275,7 @@
|
|
3277
3275
|
],
|
3278
3276
|
"children": [
|
3279
3277
|
{
|
3280
|
-
"id":
|
3278
|
+
"id": 467,
|
3281
3279
|
"name": "constructor",
|
3282
3280
|
"kind": 512,
|
3283
3281
|
"kindString": "Constructor",
|
@@ -3291,14 +3289,14 @@
|
|
3291
3289
|
],
|
3292
3290
|
"signatures": [
|
3293
3291
|
{
|
3294
|
-
"id":
|
3292
|
+
"id": 468,
|
3295
3293
|
"name": "new SkyNumericPipe",
|
3296
3294
|
"kind": 16384,
|
3297
3295
|
"kindString": "Constructor signature",
|
3298
3296
|
"flags": {},
|
3299
3297
|
"parameters": [
|
3300
3298
|
{
|
3301
|
-
"id":
|
3299
|
+
"id": 469,
|
3302
3300
|
"name": "localeProvider",
|
3303
3301
|
"kind": 32768,
|
3304
3302
|
"kindString": "Parameter",
|
@@ -3309,19 +3307,19 @@
|
|
3309
3307
|
}
|
3310
3308
|
},
|
3311
3309
|
{
|
3312
|
-
"id":
|
3310
|
+
"id": 470,
|
3313
3311
|
"name": "numericSvc",
|
3314
3312
|
"kind": 32768,
|
3315
3313
|
"kindString": "Parameter",
|
3316
3314
|
"flags": {},
|
3317
3315
|
"type": {
|
3318
3316
|
"type": "reference",
|
3319
|
-
"id":
|
3317
|
+
"id": 484,
|
3320
3318
|
"name": "SkyNumericService"
|
3321
3319
|
}
|
3322
3320
|
},
|
3323
3321
|
{
|
3324
|
-
"id":
|
3322
|
+
"id": 471,
|
3325
3323
|
"name": "changeDetector",
|
3326
3324
|
"kind": 32768,
|
3327
3325
|
"kindString": "Parameter",
|
@@ -3336,14 +3334,14 @@
|
|
3336
3334
|
],
|
3337
3335
|
"type": {
|
3338
3336
|
"type": "reference",
|
3339
|
-
"id":
|
3337
|
+
"id": 466,
|
3340
3338
|
"name": "SkyNumericPipe"
|
3341
3339
|
}
|
3342
3340
|
}
|
3343
3341
|
]
|
3344
3342
|
},
|
3345
3343
|
{
|
3346
|
-
"id":
|
3344
|
+
"id": 478,
|
3347
3345
|
"name": "ngOnDestroy",
|
3348
3346
|
"kind": 2048,
|
3349
3347
|
"kindString": "Method",
|
@@ -3359,7 +3357,7 @@
|
|
3359
3357
|
],
|
3360
3358
|
"signatures": [
|
3361
3359
|
{
|
3362
|
-
"id":
|
3360
|
+
"id": 479,
|
3363
3361
|
"name": "ngOnDestroy",
|
3364
3362
|
"kind": 4096,
|
3365
3363
|
"kindString": "Call signature",
|
@@ -3380,7 +3378,7 @@
|
|
3380
3378
|
}
|
3381
3379
|
},
|
3382
3380
|
{
|
3383
|
-
"id":
|
3381
|
+
"id": 480,
|
3384
3382
|
"name": "transform",
|
3385
3383
|
"kind": 2048,
|
3386
3384
|
"kindString": "Method",
|
@@ -3396,7 +3394,7 @@
|
|
3396
3394
|
],
|
3397
3395
|
"signatures": [
|
3398
3396
|
{
|
3399
|
-
"id":
|
3397
|
+
"id": 481,
|
3400
3398
|
"name": "transform",
|
3401
3399
|
"kind": 4096,
|
3402
3400
|
"kindString": "Call signature",
|
@@ -3406,7 +3404,7 @@
|
|
3406
3404
|
},
|
3407
3405
|
"parameters": [
|
3408
3406
|
{
|
3409
|
-
"id":
|
3407
|
+
"id": 482,
|
3410
3408
|
"name": "value",
|
3411
3409
|
"kind": 32768,
|
3412
3410
|
"kindString": "Parameter",
|
@@ -3417,7 +3415,7 @@
|
|
3417
3415
|
}
|
3418
3416
|
},
|
3419
3417
|
{
|
3420
|
-
"id":
|
3418
|
+
"id": 483,
|
3421
3419
|
"name": "config",
|
3422
3420
|
"kind": 32768,
|
3423
3421
|
"kindString": "Parameter",
|
@@ -3426,7 +3424,7 @@
|
|
3426
3424
|
},
|
3427
3425
|
"type": {
|
3428
3426
|
"type": "reference",
|
3429
|
-
"id":
|
3427
|
+
"id": 446,
|
3430
3428
|
"name": "SkyNumericOptions"
|
3431
3429
|
}
|
3432
3430
|
}
|
@@ -3452,15 +3450,15 @@
|
|
3452
3450
|
"title": "Constructors",
|
3453
3451
|
"kind": 512,
|
3454
3452
|
"children": [
|
3455
|
-
|
3453
|
+
467
|
3456
3454
|
]
|
3457
3455
|
},
|
3458
3456
|
{
|
3459
3457
|
"title": "Methods",
|
3460
3458
|
"kind": 2048,
|
3461
3459
|
"children": [
|
3462
|
-
|
3463
|
-
|
3460
|
+
478,
|
3461
|
+
480
|
3464
3462
|
]
|
3465
3463
|
}
|
3466
3464
|
],
|
@@ -3487,7 +3485,7 @@
|
|
3487
3485
|
]
|
3488
3486
|
},
|
3489
3487
|
{
|
3490
|
-
"id":
|
3488
|
+
"id": 484,
|
3491
3489
|
"name": "SkyNumericService",
|
3492
3490
|
"kind": 128,
|
3493
3491
|
"kindString": "Class",
|
@@ -3501,14 +3499,12 @@
|
|
3501
3499
|
"package": "@angular/core",
|
3502
3500
|
"name": "Injectable"
|
3503
3501
|
},
|
3504
|
-
"arguments": {
|
3505
|
-
"options": "{\n providedIn: 'any',\n}"
|
3506
|
-
}
|
3502
|
+
"arguments": {}
|
3507
3503
|
}
|
3508
3504
|
],
|
3509
3505
|
"children": [
|
3510
3506
|
{
|
3511
|
-
"id":
|
3507
|
+
"id": 485,
|
3512
3508
|
"name": "constructor",
|
3513
3509
|
"kind": 512,
|
3514
3510
|
"kindString": "Constructor",
|
@@ -3516,20 +3512,20 @@
|
|
3516
3512
|
"sources": [
|
3517
3513
|
{
|
3518
3514
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
3519
|
-
"line":
|
3515
|
+
"line": 26,
|
3520
3516
|
"character": 2
|
3521
3517
|
}
|
3522
3518
|
],
|
3523
3519
|
"signatures": [
|
3524
3520
|
{
|
3525
|
-
"id":
|
3521
|
+
"id": 486,
|
3526
3522
|
"name": "new SkyNumericService",
|
3527
3523
|
"kind": 16384,
|
3528
3524
|
"kindString": "Constructor signature",
|
3529
3525
|
"flags": {},
|
3530
3526
|
"parameters": [
|
3531
3527
|
{
|
3532
|
-
"id":
|
3528
|
+
"id": 487,
|
3533
3529
|
"name": "resourcesSvc",
|
3534
3530
|
"kind": 32768,
|
3535
3531
|
"kindString": "Parameter",
|
@@ -3542,14 +3538,14 @@
|
|
3542
3538
|
],
|
3543
3539
|
"type": {
|
3544
3540
|
"type": "reference",
|
3545
|
-
"id":
|
3541
|
+
"id": 484,
|
3546
3542
|
"name": "SkyNumericService"
|
3547
3543
|
}
|
3548
3544
|
}
|
3549
3545
|
]
|
3550
3546
|
},
|
3551
3547
|
{
|
3552
|
-
"id":
|
3548
|
+
"id": 492,
|
3553
3549
|
"name": "formatNumber",
|
3554
3550
|
"kind": 2048,
|
3555
3551
|
"kindString": "Method",
|
@@ -3559,13 +3555,13 @@
|
|
3559
3555
|
"sources": [
|
3560
3556
|
{
|
3561
3557
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
3562
|
-
"line":
|
3558
|
+
"line": 42,
|
3563
3559
|
"character": 9
|
3564
3560
|
}
|
3565
3561
|
],
|
3566
3562
|
"signatures": [
|
3567
3563
|
{
|
3568
|
-
"id":
|
3564
|
+
"id": 493,
|
3569
3565
|
"name": "formatNumber",
|
3570
3566
|
"kind": 4096,
|
3571
3567
|
"kindString": "Call signature",
|
@@ -3575,7 +3571,7 @@
|
|
3575
3571
|
},
|
3576
3572
|
"parameters": [
|
3577
3573
|
{
|
3578
|
-
"id":
|
3574
|
+
"id": 494,
|
3579
3575
|
"name": "value",
|
3580
3576
|
"kind": 32768,
|
3581
3577
|
"kindString": "Parameter",
|
@@ -3589,7 +3585,7 @@
|
|
3589
3585
|
}
|
3590
3586
|
},
|
3591
3587
|
{
|
3592
|
-
"id":
|
3588
|
+
"id": 495,
|
3593
3589
|
"name": "options",
|
3594
3590
|
"kind": 32768,
|
3595
3591
|
"kindString": "Parameter",
|
@@ -3599,7 +3595,7 @@
|
|
3599
3595
|
},
|
3600
3596
|
"type": {
|
3601
3597
|
"type": "reference",
|
3602
|
-
"id":
|
3598
|
+
"id": 446,
|
3603
3599
|
"name": "SkyNumericOptions"
|
3604
3600
|
}
|
3605
3601
|
}
|
@@ -3617,27 +3613,27 @@
|
|
3617
3613
|
"title": "Constructors",
|
3618
3614
|
"kind": 512,
|
3619
3615
|
"children": [
|
3620
|
-
|
3616
|
+
485
|
3621
3617
|
]
|
3622
3618
|
},
|
3623
3619
|
{
|
3624
3620
|
"title": "Methods",
|
3625
3621
|
"kind": 2048,
|
3626
3622
|
"children": [
|
3627
|
-
|
3623
|
+
492
|
3628
3624
|
]
|
3629
3625
|
}
|
3630
3626
|
],
|
3631
3627
|
"sources": [
|
3632
3628
|
{
|
3633
3629
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
3634
|
-
"line":
|
3630
|
+
"line": 10,
|
3635
3631
|
"character": 13
|
3636
3632
|
}
|
3637
3633
|
]
|
3638
3634
|
},
|
3639
3635
|
{
|
3640
|
-
"id":
|
3636
|
+
"id": 522,
|
3641
3637
|
"name": "SkyOverlayInstance",
|
3642
3638
|
"kind": 128,
|
3643
3639
|
"kindString": "Class",
|
@@ -3647,7 +3643,7 @@
|
|
3647
3643
|
},
|
3648
3644
|
"children": [
|
3649
3645
|
{
|
3650
|
-
"id":
|
3646
|
+
"id": 523,
|
3651
3647
|
"name": "constructor",
|
3652
3648
|
"kind": 512,
|
3653
3649
|
"kindString": "Constructor",
|
@@ -3661,26 +3657,26 @@
|
|
3661
3657
|
],
|
3662
3658
|
"signatures": [
|
3663
3659
|
{
|
3664
|
-
"id":
|
3660
|
+
"id": 524,
|
3665
3661
|
"name": "new SkyOverlayInstance",
|
3666
3662
|
"kind": 16384,
|
3667
3663
|
"kindString": "Constructor signature",
|
3668
3664
|
"flags": {},
|
3669
3665
|
"parameters": [
|
3670
3666
|
{
|
3671
|
-
"id":
|
3667
|
+
"id": 525,
|
3672
3668
|
"name": "config",
|
3673
3669
|
"kind": 32768,
|
3674
3670
|
"kindString": "Parameter",
|
3675
3671
|
"flags": {},
|
3676
3672
|
"type": {
|
3677
3673
|
"type": "reference",
|
3678
|
-
"id":
|
3674
|
+
"id": 514,
|
3679
3675
|
"name": "SkyOverlayConfig"
|
3680
3676
|
}
|
3681
3677
|
},
|
3682
3678
|
{
|
3683
|
-
"id":
|
3679
|
+
"id": 526,
|
3684
3680
|
"name": "componentRef",
|
3685
3681
|
"kind": 32768,
|
3686
3682
|
"kindString": "Parameter",
|
@@ -3701,14 +3697,14 @@
|
|
3701
3697
|
],
|
3702
3698
|
"type": {
|
3703
3699
|
"type": "reference",
|
3704
|
-
"id":
|
3700
|
+
"id": 522,
|
3705
3701
|
"name": "SkyOverlayInstance"
|
3706
3702
|
}
|
3707
3703
|
}
|
3708
3704
|
]
|
3709
3705
|
},
|
3710
3706
|
{
|
3711
|
-
"id":
|
3707
|
+
"id": 531,
|
3712
3708
|
"name": "id",
|
3713
3709
|
"kind": 1024,
|
3714
3710
|
"kindString": "Property",
|
@@ -3728,7 +3724,7 @@
|
|
3728
3724
|
}
|
3729
3725
|
},
|
3730
3726
|
{
|
3731
|
-
"id":
|
3727
|
+
"id": 527,
|
3732
3728
|
"name": "backdropClick",
|
3733
3729
|
"kind": 262144,
|
3734
3730
|
"kindString": "Accessor",
|
@@ -3744,7 +3740,7 @@
|
|
3744
3740
|
],
|
3745
3741
|
"getSignature": [
|
3746
3742
|
{
|
3747
|
-
"id":
|
3743
|
+
"id": 528,
|
3748
3744
|
"name": "backdropClick",
|
3749
3745
|
"kind": 524288,
|
3750
3746
|
"kindString": "Get signature",
|
@@ -3768,7 +3764,7 @@
|
|
3768
3764
|
]
|
3769
3765
|
},
|
3770
3766
|
{
|
3771
|
-
"id":
|
3767
|
+
"id": 529,
|
3772
3768
|
"name": "closed",
|
3773
3769
|
"kind": 262144,
|
3774
3770
|
"kindString": "Accessor",
|
@@ -3784,7 +3780,7 @@
|
|
3784
3780
|
],
|
3785
3781
|
"getSignature": [
|
3786
3782
|
{
|
3787
|
-
"id":
|
3783
|
+
"id": 530,
|
3788
3784
|
"name": "closed",
|
3789
3785
|
"kind": 524288,
|
3790
3786
|
"kindString": "Get signature",
|
@@ -3808,7 +3804,7 @@
|
|
3808
3804
|
]
|
3809
3805
|
},
|
3810
3806
|
{
|
3811
|
-
"id":
|
3807
|
+
"id": 538,
|
3812
3808
|
"name": "attachComponent",
|
3813
3809
|
"kind": 2048,
|
3814
3810
|
"kindString": "Method",
|
@@ -3824,7 +3820,7 @@
|
|
3824
3820
|
],
|
3825
3821
|
"signatures": [
|
3826
3822
|
{
|
3827
|
-
"id":
|
3823
|
+
"id": 539,
|
3828
3824
|
"name": "attachComponent",
|
3829
3825
|
"kind": 4096,
|
3830
3826
|
"kindString": "Call signature",
|
@@ -3834,7 +3830,7 @@
|
|
3834
3830
|
},
|
3835
3831
|
"typeParameter": [
|
3836
3832
|
{
|
3837
|
-
"id":
|
3833
|
+
"id": 540,
|
3838
3834
|
"name": "C",
|
3839
3835
|
"kind": 131072,
|
3840
3836
|
"kindString": "Type parameter",
|
@@ -3843,7 +3839,7 @@
|
|
3843
3839
|
],
|
3844
3840
|
"parameters": [
|
3845
3841
|
{
|
3846
|
-
"id":
|
3842
|
+
"id": 541,
|
3847
3843
|
"name": "component",
|
3848
3844
|
"kind": 32768,
|
3849
3845
|
"kindString": "Parameter",
|
@@ -3856,7 +3852,7 @@
|
|
3856
3852
|
"typeArguments": [
|
3857
3853
|
{
|
3858
3854
|
"type": "reference",
|
3859
|
-
"id":
|
3855
|
+
"id": 540,
|
3860
3856
|
"name": "C"
|
3861
3857
|
}
|
3862
3858
|
],
|
@@ -3866,7 +3862,7 @@
|
|
3866
3862
|
}
|
3867
3863
|
},
|
3868
3864
|
{
|
3869
|
-
"id":
|
3865
|
+
"id": 542,
|
3870
3866
|
"name": "providers",
|
3871
3867
|
"kind": 32768,
|
3872
3868
|
"kindString": "Parameter",
|
@@ -3889,14 +3885,14 @@
|
|
3889
3885
|
],
|
3890
3886
|
"type": {
|
3891
3887
|
"type": "reference",
|
3892
|
-
"id":
|
3888
|
+
"id": 540,
|
3893
3889
|
"name": "C"
|
3894
3890
|
}
|
3895
3891
|
}
|
3896
3892
|
]
|
3897
3893
|
},
|
3898
3894
|
{
|
3899
|
-
"id":
|
3895
|
+
"id": 543,
|
3900
3896
|
"name": "attachTemplate",
|
3901
3897
|
"kind": 2048,
|
3902
3898
|
"kindString": "Method",
|
@@ -3912,7 +3908,7 @@
|
|
3912
3908
|
],
|
3913
3909
|
"signatures": [
|
3914
3910
|
{
|
3915
|
-
"id":
|
3911
|
+
"id": 544,
|
3916
3912
|
"name": "attachTemplate",
|
3917
3913
|
"kind": 4096,
|
3918
3914
|
"kindString": "Call signature",
|
@@ -3922,7 +3918,7 @@
|
|
3922
3918
|
},
|
3923
3919
|
"typeParameter": [
|
3924
3920
|
{
|
3925
|
-
"id":
|
3921
|
+
"id": 545,
|
3926
3922
|
"name": "T",
|
3927
3923
|
"kind": 131072,
|
3928
3924
|
"kindString": "Type parameter",
|
@@ -3931,7 +3927,7 @@
|
|
3931
3927
|
],
|
3932
3928
|
"parameters": [
|
3933
3929
|
{
|
3934
|
-
"id":
|
3930
|
+
"id": 546,
|
3935
3931
|
"name": "templateRef",
|
3936
3932
|
"kind": 32768,
|
3937
3933
|
"kindString": "Parameter",
|
@@ -3944,7 +3940,7 @@
|
|
3944
3940
|
"typeArguments": [
|
3945
3941
|
{
|
3946
3942
|
"type": "reference",
|
3947
|
-
"id":
|
3943
|
+
"id": 545,
|
3948
3944
|
"name": "T"
|
3949
3945
|
}
|
3950
3946
|
],
|
@@ -3954,7 +3950,7 @@
|
|
3954
3950
|
}
|
3955
3951
|
},
|
3956
3952
|
{
|
3957
|
-
"id":
|
3953
|
+
"id": 547,
|
3958
3954
|
"name": "context",
|
3959
3955
|
"kind": 32768,
|
3960
3956
|
"kindString": "Parameter",
|
@@ -3966,7 +3962,7 @@
|
|
3966
3962
|
},
|
3967
3963
|
"type": {
|
3968
3964
|
"type": "reference",
|
3969
|
-
"id":
|
3965
|
+
"id": 545,
|
3970
3966
|
"name": "T"
|
3971
3967
|
}
|
3972
3968
|
}
|
@@ -3984,32 +3980,32 @@
|
|
3984
3980
|
"title": "Constructors",
|
3985
3981
|
"kind": 512,
|
3986
3982
|
"children": [
|
3987
|
-
|
3983
|
+
523
|
3988
3984
|
]
|
3989
3985
|
},
|
3990
3986
|
{
|
3991
3987
|
"title": "Properties",
|
3992
3988
|
"kind": 1024,
|
3993
3989
|
"children": [
|
3994
|
-
538,
|
3995
3990
|
537,
|
3996
|
-
|
3991
|
+
536,
|
3992
|
+
531
|
3997
3993
|
]
|
3998
3994
|
},
|
3999
3995
|
{
|
4000
3996
|
"title": "Accessors",
|
4001
3997
|
"kind": 262144,
|
4002
3998
|
"children": [
|
4003
|
-
|
4004
|
-
|
3999
|
+
527,
|
4000
|
+
529
|
4005
4001
|
]
|
4006
4002
|
},
|
4007
4003
|
{
|
4008
4004
|
"title": "Methods",
|
4009
4005
|
"kind": 2048,
|
4010
4006
|
"children": [
|
4011
|
-
|
4012
|
-
|
4007
|
+
538,
|
4008
|
+
543
|
4013
4009
|
]
|
4014
4010
|
}
|
4015
4011
|
],
|
@@ -4022,7 +4018,7 @@
|
|
4022
4018
|
]
|
4023
4019
|
},
|
4024
4020
|
{
|
4025
|
-
"id":
|
4021
|
+
"id": 549,
|
4026
4022
|
"name": "SkyOverlayModule",
|
4027
4023
|
"kind": 128,
|
4028
4024
|
"kindString": "Class",
|
@@ -4047,7 +4043,7 @@
|
|
4047
4043
|
"title": "Constructors",
|
4048
4044
|
"kind": 512,
|
4049
4045
|
"children": [
|
4050
|
-
|
4046
|
+
550
|
4051
4047
|
]
|
4052
4048
|
}
|
4053
4049
|
],
|
@@ -4060,277 +4056,7 @@
|
|
4060
4056
|
]
|
4061
4057
|
},
|
4062
4058
|
{
|
4063
|
-
"id":
|
4064
|
-
"name": "SkyOverlayService",
|
4065
|
-
"kind": 128,
|
4066
|
-
"kindString": "Class",
|
4067
|
-
"flags": {},
|
4068
|
-
"comment": {
|
4069
|
-
"shortText": "This service is used to create new overlays.",
|
4070
|
-
"tags": [
|
4071
|
-
{
|
4072
|
-
"tag": "dynamic",
|
4073
|
-
"text": "\n"
|
4074
|
-
}
|
4075
|
-
]
|
4076
|
-
},
|
4077
|
-
"decorators": [
|
4078
|
-
{
|
4079
|
-
"name": "Injectable",
|
4080
|
-
"type": {
|
4081
|
-
"type": "reference",
|
4082
|
-
"qualifiedName": "InjectableDecorator",
|
4083
|
-
"package": "@angular/core",
|
4084
|
-
"name": "Injectable"
|
4085
|
-
},
|
4086
|
-
"arguments": {
|
4087
|
-
"options": "{\n providedIn: 'root',\n}"
|
4088
|
-
}
|
4089
|
-
}
|
4090
|
-
],
|
4091
|
-
"children": [
|
4092
|
-
{
|
4093
|
-
"id": 555,
|
4094
|
-
"name": "constructor",
|
4095
|
-
"kind": 512,
|
4096
|
-
"kindString": "Constructor",
|
4097
|
-
"flags": {},
|
4098
|
-
"sources": [
|
4099
|
-
{
|
4100
|
-
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
4101
|
-
"line": 35,
|
4102
|
-
"character": 2
|
4103
|
-
}
|
4104
|
-
],
|
4105
|
-
"signatures": [
|
4106
|
-
{
|
4107
|
-
"id": 556,
|
4108
|
-
"name": "new SkyOverlayService",
|
4109
|
-
"kind": 16384,
|
4110
|
-
"kindString": "Constructor signature",
|
4111
|
-
"flags": {},
|
4112
|
-
"parameters": [
|
4113
|
-
{
|
4114
|
-
"id": 557,
|
4115
|
-
"name": "applicationRef",
|
4116
|
-
"kind": 32768,
|
4117
|
-
"kindString": "Parameter",
|
4118
|
-
"flags": {},
|
4119
|
-
"type": {
|
4120
|
-
"type": "reference",
|
4121
|
-
"qualifiedName": "ApplicationRef",
|
4122
|
-
"package": "@angular/core",
|
4123
|
-
"name": "ApplicationRef"
|
4124
|
-
}
|
4125
|
-
},
|
4126
|
-
{
|
4127
|
-
"id": 558,
|
4128
|
-
"name": "componentFactoryResolver",
|
4129
|
-
"kind": 32768,
|
4130
|
-
"kindString": "Parameter",
|
4131
|
-
"flags": {},
|
4132
|
-
"type": {
|
4133
|
-
"type": "reference",
|
4134
|
-
"qualifiedName": "ComponentFactoryResolver",
|
4135
|
-
"package": "@angular/core",
|
4136
|
-
"name": "ComponentFactoryResolver"
|
4137
|
-
}
|
4138
|
-
},
|
4139
|
-
{
|
4140
|
-
"id": 559,
|
4141
|
-
"name": "injector",
|
4142
|
-
"kind": 32768,
|
4143
|
-
"kindString": "Parameter",
|
4144
|
-
"flags": {},
|
4145
|
-
"type": {
|
4146
|
-
"type": "reference",
|
4147
|
-
"qualifiedName": "Injector",
|
4148
|
-
"package": "@angular/core",
|
4149
|
-
"name": "Injector"
|
4150
|
-
}
|
4151
|
-
},
|
4152
|
-
{
|
4153
|
-
"id": 560,
|
4154
|
-
"name": "adapter",
|
4155
|
-
"kind": 32768,
|
4156
|
-
"kindString": "Parameter",
|
4157
|
-
"flags": {},
|
4158
|
-
"type": {
|
4159
|
-
"type": "reference",
|
4160
|
-
"name": "SkyOverlayAdapterService"
|
4161
|
-
}
|
4162
|
-
}
|
4163
|
-
],
|
4164
|
-
"type": {
|
4165
|
-
"type": "reference",
|
4166
|
-
"id": 553,
|
4167
|
-
"name": "SkyOverlayService"
|
4168
|
-
}
|
4169
|
-
}
|
4170
|
-
]
|
4171
|
-
},
|
4172
|
-
{
|
4173
|
-
"id": 568,
|
4174
|
-
"name": "close",
|
4175
|
-
"kind": 2048,
|
4176
|
-
"kindString": "Method",
|
4177
|
-
"flags": {
|
4178
|
-
"isPublic": true
|
4179
|
-
},
|
4180
|
-
"sources": [
|
4181
|
-
{
|
4182
|
-
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
4183
|
-
"line": 78,
|
4184
|
-
"character": 9
|
4185
|
-
}
|
4186
|
-
],
|
4187
|
-
"signatures": [
|
4188
|
-
{
|
4189
|
-
"id": 569,
|
4190
|
-
"name": "close",
|
4191
|
-
"kind": 4096,
|
4192
|
-
"kindString": "Call signature",
|
4193
|
-
"flags": {},
|
4194
|
-
"comment": {
|
4195
|
-
"shortText": "Closes (and destroys) an overlay instance."
|
4196
|
-
},
|
4197
|
-
"parameters": [
|
4198
|
-
{
|
4199
|
-
"id": 570,
|
4200
|
-
"name": "instance",
|
4201
|
-
"kind": 32768,
|
4202
|
-
"kindString": "Parameter",
|
4203
|
-
"flags": {},
|
4204
|
-
"comment": {
|
4205
|
-
"shortText": "The instance to close.\n"
|
4206
|
-
},
|
4207
|
-
"type": {
|
4208
|
-
"type": "reference",
|
4209
|
-
"id": 523,
|
4210
|
-
"name": "SkyOverlayInstance"
|
4211
|
-
}
|
4212
|
-
}
|
4213
|
-
],
|
4214
|
-
"type": {
|
4215
|
-
"type": "intrinsic",
|
4216
|
-
"name": "void"
|
4217
|
-
}
|
4218
|
-
}
|
4219
|
-
]
|
4220
|
-
},
|
4221
|
-
{
|
4222
|
-
"id": 571,
|
4223
|
-
"name": "closeAll",
|
4224
|
-
"kind": 2048,
|
4225
|
-
"kindString": "Method",
|
4226
|
-
"flags": {
|
4227
|
-
"isPublic": true
|
4228
|
-
},
|
4229
|
-
"sources": [
|
4230
|
-
{
|
4231
|
-
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
4232
|
-
"line": 99,
|
4233
|
-
"character": 9
|
4234
|
-
}
|
4235
|
-
],
|
4236
|
-
"signatures": [
|
4237
|
-
{
|
4238
|
-
"id": 572,
|
4239
|
-
"name": "closeAll",
|
4240
|
-
"kind": 4096,
|
4241
|
-
"kindString": "Call signature",
|
4242
|
-
"flags": {},
|
4243
|
-
"comment": {
|
4244
|
-
"shortText": "Closes all overlay instances."
|
4245
|
-
},
|
4246
|
-
"type": {
|
4247
|
-
"type": "intrinsic",
|
4248
|
-
"name": "void"
|
4249
|
-
}
|
4250
|
-
}
|
4251
|
-
]
|
4252
|
-
},
|
4253
|
-
{
|
4254
|
-
"id": 565,
|
4255
|
-
"name": "create",
|
4256
|
-
"kind": 2048,
|
4257
|
-
"kindString": "Method",
|
4258
|
-
"flags": {
|
4259
|
-
"isPublic": true
|
4260
|
-
},
|
4261
|
-
"sources": [
|
4262
|
-
{
|
4263
|
-
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
4264
|
-
"line": 51,
|
4265
|
-
"character": 9
|
4266
|
-
}
|
4267
|
-
],
|
4268
|
-
"signatures": [
|
4269
|
-
{
|
4270
|
-
"id": 566,
|
4271
|
-
"name": "create",
|
4272
|
-
"kind": 4096,
|
4273
|
-
"kindString": "Call signature",
|
4274
|
-
"flags": {},
|
4275
|
-
"comment": {
|
4276
|
-
"shortText": "Creates an empty overlay. Use the returned `SkyOverlayInstance` to append content."
|
4277
|
-
},
|
4278
|
-
"parameters": [
|
4279
|
-
{
|
4280
|
-
"id": 567,
|
4281
|
-
"name": "config",
|
4282
|
-
"kind": 32768,
|
4283
|
-
"kindString": "Parameter",
|
4284
|
-
"flags": {
|
4285
|
-
"isOptional": true
|
4286
|
-
},
|
4287
|
-
"comment": {
|
4288
|
-
"shortText": "Configuration for the overlay.\n"
|
4289
|
-
},
|
4290
|
-
"type": {
|
4291
|
-
"type": "reference",
|
4292
|
-
"id": 515,
|
4293
|
-
"name": "SkyOverlayConfig"
|
4294
|
-
}
|
4295
|
-
}
|
4296
|
-
],
|
4297
|
-
"type": {
|
4298
|
-
"type": "reference",
|
4299
|
-
"id": 523,
|
4300
|
-
"name": "SkyOverlayInstance"
|
4301
|
-
}
|
4302
|
-
}
|
4303
|
-
]
|
4304
|
-
}
|
4305
|
-
],
|
4306
|
-
"groups": [
|
4307
|
-
{
|
4308
|
-
"title": "Constructors",
|
4309
|
-
"kind": 512,
|
4310
|
-
"children": [
|
4311
|
-
555
|
4312
|
-
]
|
4313
|
-
},
|
4314
|
-
{
|
4315
|
-
"title": "Methods",
|
4316
|
-
"kind": 2048,
|
4317
|
-
"children": [
|
4318
|
-
568,
|
4319
|
-
571,
|
4320
|
-
565
|
4321
|
-
]
|
4322
|
-
}
|
4323
|
-
],
|
4324
|
-
"sources": [
|
4325
|
-
{
|
4326
|
-
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
4327
|
-
"line": 23,
|
4328
|
-
"character": 13
|
4329
|
-
}
|
4330
|
-
]
|
4331
|
-
},
|
4332
|
-
{
|
4333
|
-
"id": 585,
|
4059
|
+
"id": 580,
|
4334
4060
|
"name": "SkyPercentPipe",
|
4335
4061
|
"kind": 128,
|
4336
4062
|
"kindString": "Class",
|
@@ -4351,7 +4077,7 @@
|
|
4351
4077
|
],
|
4352
4078
|
"children": [
|
4353
4079
|
{
|
4354
|
-
"id":
|
4080
|
+
"id": 581,
|
4355
4081
|
"name": "constructor",
|
4356
4082
|
"kind": 512,
|
4357
4083
|
"kindString": "Constructor",
|
@@ -4365,14 +4091,14 @@
|
|
4365
4091
|
],
|
4366
4092
|
"signatures": [
|
4367
4093
|
{
|
4368
|
-
"id":
|
4094
|
+
"id": 582,
|
4369
4095
|
"name": "new SkyPercentPipe",
|
4370
4096
|
"kind": 16384,
|
4371
4097
|
"kindString": "Constructor signature",
|
4372
4098
|
"flags": {},
|
4373
4099
|
"parameters": [
|
4374
4100
|
{
|
4375
|
-
"id":
|
4101
|
+
"id": 583,
|
4376
4102
|
"name": "localeProvider",
|
4377
4103
|
"kind": 32768,
|
4378
4104
|
"kindString": "Parameter",
|
@@ -4385,14 +4111,14 @@
|
|
4385
4111
|
],
|
4386
4112
|
"type": {
|
4387
4113
|
"type": "reference",
|
4388
|
-
"id":
|
4114
|
+
"id": 580,
|
4389
4115
|
"name": "SkyPercentPipe"
|
4390
4116
|
}
|
4391
4117
|
}
|
4392
4118
|
]
|
4393
4119
|
},
|
4394
4120
|
{
|
4395
|
-
"id":
|
4121
|
+
"id": 584,
|
4396
4122
|
"name": "defaultLocale",
|
4397
4123
|
"kind": 262144,
|
4398
4124
|
"kindString": "Accessor",
|
@@ -4408,7 +4134,7 @@
|
|
4408
4134
|
],
|
4409
4135
|
"getSignature": [
|
4410
4136
|
{
|
4411
|
-
"id":
|
4137
|
+
"id": 585,
|
4412
4138
|
"name": "defaultLocale",
|
4413
4139
|
"kind": 524288,
|
4414
4140
|
"kindString": "Get signature",
|
@@ -4421,7 +4147,7 @@
|
|
4421
4147
|
]
|
4422
4148
|
},
|
4423
4149
|
{
|
4424
|
-
"id":
|
4150
|
+
"id": 593,
|
4425
4151
|
"name": "ngOnDestroy",
|
4426
4152
|
"kind": 2048,
|
4427
4153
|
"kindString": "Method",
|
@@ -4437,7 +4163,7 @@
|
|
4437
4163
|
],
|
4438
4164
|
"signatures": [
|
4439
4165
|
{
|
4440
|
-
"id":
|
4166
|
+
"id": 594,
|
4441
4167
|
"name": "ngOnDestroy",
|
4442
4168
|
"kind": 4096,
|
4443
4169
|
"kindString": "Call signature",
|
@@ -4458,7 +4184,7 @@
|
|
4458
4184
|
}
|
4459
4185
|
},
|
4460
4186
|
{
|
4461
|
-
"id":
|
4187
|
+
"id": 595,
|
4462
4188
|
"name": "transform",
|
4463
4189
|
"kind": 2048,
|
4464
4190
|
"kindString": "Method",
|
@@ -4474,14 +4200,14 @@
|
|
4474
4200
|
],
|
4475
4201
|
"signatures": [
|
4476
4202
|
{
|
4477
|
-
"id":
|
4203
|
+
"id": 596,
|
4478
4204
|
"name": "transform",
|
4479
4205
|
"kind": 4096,
|
4480
4206
|
"kindString": "Call signature",
|
4481
4207
|
"flags": {},
|
4482
4208
|
"parameters": [
|
4483
4209
|
{
|
4484
|
-
"id":
|
4210
|
+
"id": 597,
|
4485
4211
|
"name": "value",
|
4486
4212
|
"kind": 32768,
|
4487
4213
|
"kindString": "Parameter",
|
@@ -4492,7 +4218,7 @@
|
|
4492
4218
|
}
|
4493
4219
|
},
|
4494
4220
|
{
|
4495
|
-
"id":
|
4221
|
+
"id": 598,
|
4496
4222
|
"name": "format",
|
4497
4223
|
"kind": 32768,
|
4498
4224
|
"kindString": "Parameter",
|
@@ -4505,7 +4231,7 @@
|
|
4505
4231
|
}
|
4506
4232
|
},
|
4507
4233
|
{
|
4508
|
-
"id":
|
4234
|
+
"id": 599,
|
4509
4235
|
"name": "locale",
|
4510
4236
|
"kind": 32768,
|
4511
4237
|
"kindString": "Parameter",
|
@@ -4539,22 +4265,22 @@
|
|
4539
4265
|
"title": "Constructors",
|
4540
4266
|
"kind": 512,
|
4541
4267
|
"children": [
|
4542
|
-
|
4268
|
+
581
|
4543
4269
|
]
|
4544
4270
|
},
|
4545
4271
|
{
|
4546
4272
|
"title": "Accessors",
|
4547
4273
|
"kind": 262144,
|
4548
4274
|
"children": [
|
4549
|
-
|
4275
|
+
584
|
4550
4276
|
]
|
4551
4277
|
},
|
4552
4278
|
{
|
4553
4279
|
"title": "Methods",
|
4554
4280
|
"kind": 2048,
|
4555
4281
|
"children": [
|
4556
|
-
|
4557
|
-
|
4282
|
+
593,
|
4283
|
+
595
|
4558
4284
|
]
|
4559
4285
|
}
|
4560
4286
|
],
|
@@ -4581,7 +4307,7 @@
|
|
4581
4307
|
]
|
4582
4308
|
},
|
4583
4309
|
{
|
4584
|
-
"id":
|
4310
|
+
"id": 577,
|
4585
4311
|
"name": "SkyPercentPipeModule",
|
4586
4312
|
"kind": 128,
|
4587
4313
|
"kindString": "Class",
|
@@ -4606,7 +4332,7 @@
|
|
4606
4332
|
"title": "Constructors",
|
4607
4333
|
"kind": 512,
|
4608
4334
|
"children": [
|
4609
|
-
|
4335
|
+
578
|
4610
4336
|
]
|
4611
4337
|
}
|
4612
4338
|
],
|
@@ -4619,7 +4345,7 @@
|
|
4619
4345
|
]
|
4620
4346
|
},
|
4621
4347
|
{
|
4622
|
-
"id":
|
4348
|
+
"id": 620,
|
4623
4349
|
"name": "SkyResizeObserverMediaQueryService",
|
4624
4350
|
"kind": 128,
|
4625
4351
|
"kindString": "Class",
|
@@ -4636,14 +4362,12 @@
|
|
4636
4362
|
"package": "@angular/core",
|
4637
4363
|
"name": "Injectable"
|
4638
4364
|
},
|
4639
|
-
"arguments": {
|
4640
|
-
"options": "{\n providedIn: 'any',\n}"
|
4641
|
-
}
|
4365
|
+
"arguments": {}
|
4642
4366
|
}
|
4643
4367
|
],
|
4644
4368
|
"children": [
|
4645
4369
|
{
|
4646
|
-
"id":
|
4370
|
+
"id": 621,
|
4647
4371
|
"name": "constructor",
|
4648
4372
|
"kind": 512,
|
4649
4373
|
"kindString": "Constructor",
|
@@ -4651,41 +4375,41 @@
|
|
4651
4375
|
"sources": [
|
4652
4376
|
{
|
4653
4377
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4654
|
-
"line":
|
4378
|
+
"line": 57,
|
4655
4379
|
"character": 2
|
4656
4380
|
}
|
4657
4381
|
],
|
4658
4382
|
"signatures": [
|
4659
4383
|
{
|
4660
|
-
"id":
|
4384
|
+
"id": 622,
|
4661
4385
|
"name": "new SkyResizeObserverMediaQueryService",
|
4662
4386
|
"kind": 16384,
|
4663
4387
|
"kindString": "Constructor signature",
|
4664
4388
|
"flags": {},
|
4665
4389
|
"parameters": [
|
4666
4390
|
{
|
4667
|
-
"id":
|
4391
|
+
"id": 623,
|
4668
4392
|
"name": "resizeObserverSvc",
|
4669
4393
|
"kind": 32768,
|
4670
4394
|
"kindString": "Parameter",
|
4671
4395
|
"flags": {},
|
4672
4396
|
"type": {
|
4673
4397
|
"type": "reference",
|
4674
|
-
"id":
|
4398
|
+
"id": 602,
|
4675
4399
|
"name": "SkyResizeObserverService"
|
4676
4400
|
}
|
4677
4401
|
}
|
4678
4402
|
],
|
4679
4403
|
"type": {
|
4680
4404
|
"type": "reference",
|
4681
|
-
"id":
|
4405
|
+
"id": 620,
|
4682
4406
|
"name": "SkyResizeObserverMediaQueryService"
|
4683
4407
|
}
|
4684
4408
|
}
|
4685
4409
|
]
|
4686
4410
|
},
|
4687
4411
|
{
|
4688
|
-
"id":
|
4412
|
+
"id": 624,
|
4689
4413
|
"name": "current",
|
4690
4414
|
"kind": 262144,
|
4691
4415
|
"kindString": "Accessor",
|
@@ -4695,13 +4419,13 @@
|
|
4695
4419
|
"sources": [
|
4696
4420
|
{
|
4697
4421
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4698
|
-
"line":
|
4422
|
+
"line": 21,
|
4699
4423
|
"character": 13
|
4700
4424
|
}
|
4701
4425
|
],
|
4702
4426
|
"getSignature": [
|
4703
4427
|
{
|
4704
|
-
"id":
|
4428
|
+
"id": 625,
|
4705
4429
|
"name": "current",
|
4706
4430
|
"kind": 524288,
|
4707
4431
|
"kindString": "Get signature",
|
@@ -4711,14 +4435,14 @@
|
|
4711
4435
|
},
|
4712
4436
|
"type": {
|
4713
4437
|
"type": "reference",
|
4714
|
-
"id":
|
4438
|
+
"id": 385,
|
4715
4439
|
"name": "SkyMediaBreakpoints"
|
4716
4440
|
}
|
4717
4441
|
}
|
4718
4442
|
]
|
4719
4443
|
},
|
4720
4444
|
{
|
4721
|
-
"id":
|
4445
|
+
"id": 637,
|
4722
4446
|
"name": "ngOnDestroy",
|
4723
4447
|
"kind": 2048,
|
4724
4448
|
"kindString": "Method",
|
@@ -4728,13 +4452,13 @@
|
|
4728
4452
|
"sources": [
|
4729
4453
|
{
|
4730
4454
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4731
|
-
"line":
|
4455
|
+
"line": 61,
|
4732
4456
|
"character": 9
|
4733
4457
|
}
|
4734
4458
|
],
|
4735
4459
|
"signatures": [
|
4736
4460
|
{
|
4737
|
-
"id":
|
4461
|
+
"id": 638,
|
4738
4462
|
"name": "ngOnDestroy",
|
4739
4463
|
"kind": 4096,
|
4740
4464
|
"kindString": "Call signature",
|
@@ -4755,7 +4479,7 @@
|
|
4755
4479
|
}
|
4756
4480
|
},
|
4757
4481
|
{
|
4758
|
-
"id":
|
4482
|
+
"id": 641,
|
4759
4483
|
"name": "observe",
|
4760
4484
|
"kind": 2048,
|
4761
4485
|
"kindString": "Method",
|
@@ -4765,13 +4489,13 @@
|
|
4765
4489
|
"sources": [
|
4766
4490
|
{
|
4767
4491
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4768
|
-
"line":
|
4492
|
+
"line": 79,
|
4769
4493
|
"character": 9
|
4770
4494
|
}
|
4771
4495
|
],
|
4772
4496
|
"signatures": [
|
4773
4497
|
{
|
4774
|
-
"id":
|
4498
|
+
"id": 642,
|
4775
4499
|
"name": "observe",
|
4776
4500
|
"kind": 4096,
|
4777
4501
|
"kindString": "Call signature",
|
@@ -4781,7 +4505,7 @@
|
|
4781
4505
|
},
|
4782
4506
|
"parameters": [
|
4783
4507
|
{
|
4784
|
-
"id":
|
4508
|
+
"id": 643,
|
4785
4509
|
"name": "element",
|
4786
4510
|
"kind": 32768,
|
4787
4511
|
"kindString": "Parameter",
|
@@ -4798,18 +4522,68 @@
|
|
4798
4522
|
"package": "@angular/core",
|
4799
4523
|
"name": "ElementRef"
|
4800
4524
|
}
|
4525
|
+
},
|
4526
|
+
{
|
4527
|
+
"id": 644,
|
4528
|
+
"name": "options",
|
4529
|
+
"kind": 32768,
|
4530
|
+
"kindString": "Parameter",
|
4531
|
+
"flags": {
|
4532
|
+
"isOptional": true
|
4533
|
+
},
|
4534
|
+
"type": {
|
4535
|
+
"type": "reflection",
|
4536
|
+
"declaration": {
|
4537
|
+
"id": 645,
|
4538
|
+
"name": "__type",
|
4539
|
+
"kind": 65536,
|
4540
|
+
"kindString": "Type literal",
|
4541
|
+
"flags": {},
|
4542
|
+
"children": [
|
4543
|
+
{
|
4544
|
+
"id": 646,
|
4545
|
+
"name": "updateResponsiveClasses",
|
4546
|
+
"kind": 1024,
|
4547
|
+
"kindString": "Property",
|
4548
|
+
"flags": {
|
4549
|
+
"isOptional": true
|
4550
|
+
},
|
4551
|
+
"sources": [
|
4552
|
+
{
|
4553
|
+
"fileName": "libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts",
|
4554
|
+
"line": 82,
|
4555
|
+
"character": 6
|
4556
|
+
}
|
4557
|
+
],
|
4558
|
+
"type": {
|
4559
|
+
"type": "intrinsic",
|
4560
|
+
"name": "boolean"
|
4561
|
+
}
|
4562
|
+
}
|
4563
|
+
],
|
4564
|
+
"groups": [
|
4565
|
+
{
|
4566
|
+
"title": "Properties",
|
4567
|
+
"kind": 1024,
|
4568
|
+
"children": [
|
4569
|
+
646
|
4570
|
+
]
|
4571
|
+
}
|
4572
|
+
]
|
4573
|
+
}
|
4574
|
+
}
|
4801
4575
|
}
|
4802
4576
|
],
|
4803
4577
|
"type": {
|
4804
4578
|
"type": "reference",
|
4805
|
-
"id":
|
4579
|
+
"id": 620,
|
4806
4580
|
"name": "SkyResizeObserverMediaQueryService"
|
4807
4581
|
}
|
4808
4582
|
}
|
4809
4583
|
]
|
4810
4584
|
},
|
4811
4585
|
{
|
4812
|
-
"id":
|
4586
|
+
"id": 649,
|
4813
4587
|
"name": "subscribe",
|
4814
4588
|
"kind": 2048,
|
4815
4589
|
"kindString": "Method",
|
@@ -4819,13 +4593,13 @@
|
|
4819
4593
|
"sources": [
|
4820
4594
|
{
|
4821
4595
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4822
|
-
"line":
|
4596
|
+
"line": 121,
|
4823
4597
|
"character": 9
|
4824
4598
|
}
|
4825
4599
|
],
|
4826
4600
|
"signatures": [
|
4827
4601
|
{
|
4828
|
-
"id":
|
4602
|
+
"id": 650,
|
4829
4603
|
"name": "subscribe",
|
4830
4604
|
"kind": 4096,
|
4831
4605
|
"kindString": "Call signature",
|
@@ -4835,14 +4609,14 @@
|
|
4835
4609
|
},
|
4836
4610
|
"parameters": [
|
4837
4611
|
{
|
4838
|
-
"id":
|
4612
|
+
"id": 651,
|
4839
4613
|
"name": "listener",
|
4840
4614
|
"kind": 32768,
|
4841
4615
|
"kindString": "Parameter",
|
4842
4616
|
"flags": {},
|
4843
4617
|
"type": {
|
4844
4618
|
"type": "reference",
|
4845
|
-
"id":
|
4619
|
+
"id": 390,
|
4846
4620
|
"name": "SkyMediaQueryListener"
|
4847
4621
|
}
|
4848
4622
|
}
|
@@ -4857,7 +4631,7 @@
|
|
4857
4631
|
]
|
4858
4632
|
},
|
4859
4633
|
{
|
4860
|
-
"id":
|
4634
|
+
"id": 647,
|
4861
4635
|
"name": "unobserve",
|
4862
4636
|
"kind": 2048,
|
4863
4637
|
"kindString": "Method",
|
@@ -4867,19 +4641,19 @@
|
|
4867
4641
|
"sources": [
|
4868
4642
|
{
|
4869
4643
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4870
|
-
"line":
|
4644
|
+
"line": 112,
|
4871
4645
|
"character": 9
|
4872
4646
|
}
|
4873
4647
|
],
|
4874
4648
|
"signatures": [
|
4875
4649
|
{
|
4876
|
-
"id":
|
4650
|
+
"id": 648,
|
4877
4651
|
"name": "unobserve",
|
4878
4652
|
"kind": 4096,
|
4879
4653
|
"kindString": "Call signature",
|
4880
4654
|
"flags": {},
|
4881
4655
|
"comment": {
|
4882
|
-
"shortText": "Stop watching the container element."
|
4656
|
+
"shortText": "Stop watching the container element and remove any added classes."
|
4883
4657
|
},
|
4884
4658
|
"type": {
|
4885
4659
|
"type": "intrinsic",
|
@@ -4894,31 +4668,31 @@
|
|
4894
4668
|
"title": "Constructors",
|
4895
4669
|
"kind": 512,
|
4896
4670
|
"children": [
|
4897
|
-
|
4671
|
+
621
|
4898
4672
|
]
|
4899
4673
|
},
|
4900
4674
|
{
|
4901
4675
|
"title": "Accessors",
|
4902
4676
|
"kind": 262144,
|
4903
4677
|
"children": [
|
4904
|
-
|
4678
|
+
624
|
4905
4679
|
]
|
4906
4680
|
},
|
4907
4681
|
{
|
4908
4682
|
"title": "Methods",
|
4909
4683
|
"kind": 2048,
|
4910
4684
|
"children": [
|
4911
|
-
|
4912
|
-
|
4913
|
-
|
4914
|
-
|
4685
|
+
637,
|
4686
|
+
641,
|
4687
|
+
649,
|
4688
|
+
647
|
4915
4689
|
]
|
4916
4690
|
}
|
4917
4691
|
],
|
4918
4692
|
"sources": [
|
4919
4693
|
{
|
4920
4694
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
4921
|
-
"line":
|
4695
|
+
"line": 17,
|
4922
4696
|
"character": 13
|
4923
4697
|
}
|
4924
4698
|
],
|
@@ -4932,7 +4706,7 @@
|
|
4932
4706
|
]
|
4933
4707
|
},
|
4934
4708
|
{
|
4935
|
-
"id":
|
4709
|
+
"id": 602,
|
4936
4710
|
"name": "SkyResizeObserverService",
|
4937
4711
|
"kind": 128,
|
4938
4712
|
"kindString": "Class",
|
@@ -4950,13 +4724,13 @@
|
|
4950
4724
|
"name": "Injectable"
|
4951
4725
|
},
|
4952
4726
|
"arguments": {
|
4953
|
-
"options": "{\n providedIn: '
|
4727
|
+
"options": "{\n providedIn: 'root',\n}"
|
4954
4728
|
}
|
4955
4729
|
}
|
4956
4730
|
],
|
4957
4731
|
"children": [
|
4958
4732
|
{
|
4959
|
-
"id":
|
4733
|
+
"id": 603,
|
4960
4734
|
"name": "constructor",
|
4961
4735
|
"kind": 512,
|
4962
4736
|
"kindString": "Constructor",
|
@@ -4970,14 +4744,14 @@
|
|
4970
4744
|
],
|
4971
4745
|
"signatures": [
|
4972
4746
|
{
|
4973
|
-
"id":
|
4747
|
+
"id": 604,
|
4974
4748
|
"name": "new SkyResizeObserverService",
|
4975
4749
|
"kind": 16384,
|
4976
4750
|
"kindString": "Constructor signature",
|
4977
4751
|
"flags": {},
|
4978
4752
|
"parameters": [
|
4979
4753
|
{
|
4980
|
-
"id":
|
4754
|
+
"id": 605,
|
4981
4755
|
"name": "zone",
|
4982
4756
|
"kind": 32768,
|
4983
4757
|
"kindString": "Parameter",
|
@@ -4992,14 +4766,14 @@
|
|
4992
4766
|
],
|
4993
4767
|
"type": {
|
4994
4768
|
"type": "reference",
|
4995
|
-
"id":
|
4769
|
+
"id": 602,
|
4996
4770
|
"name": "SkyResizeObserverService"
|
4997
4771
|
}
|
4998
4772
|
}
|
4999
4773
|
]
|
5000
4774
|
},
|
5001
4775
|
{
|
5002
|
-
"id":
|
4776
|
+
"id": 609,
|
5003
4777
|
"name": "ngOnDestroy",
|
5004
4778
|
"kind": 2048,
|
5005
4779
|
"kindString": "Method",
|
@@ -5015,7 +4789,7 @@
|
|
5015
4789
|
],
|
5016
4790
|
"signatures": [
|
5017
4791
|
{
|
5018
|
-
"id":
|
4792
|
+
"id": 610,
|
5019
4793
|
"name": "ngOnDestroy",
|
5020
4794
|
"kind": 4096,
|
5021
4795
|
"kindString": "Call signature",
|
@@ -5036,7 +4810,7 @@
|
|
5036
4810
|
}
|
5037
4811
|
},
|
5038
4812
|
{
|
5039
|
-
"id":
|
4813
|
+
"id": 611,
|
5040
4814
|
"name": "observe",
|
5041
4815
|
"kind": 2048,
|
5042
4816
|
"kindString": "Method",
|
@@ -5052,7 +4826,7 @@
|
|
5052
4826
|
],
|
5053
4827
|
"signatures": [
|
5054
4828
|
{
|
5055
|
-
"id":
|
4829
|
+
"id": 612,
|
5056
4830
|
"name": "observe",
|
5057
4831
|
"kind": 4096,
|
5058
4832
|
"kindString": "Call signature",
|
@@ -5062,7 +4836,7 @@
|
|
5062
4836
|
},
|
5063
4837
|
"parameters": [
|
5064
4838
|
{
|
5065
|
-
"id":
|
4839
|
+
"id": 613,
|
5066
4840
|
"name": "element",
|
5067
4841
|
"kind": 32768,
|
5068
4842
|
"kindString": "Parameter",
|
@@ -5104,15 +4878,15 @@
|
|
5104
4878
|
"title": "Constructors",
|
5105
4879
|
"kind": 512,
|
5106
4880
|
"children": [
|
5107
|
-
|
4881
|
+
603
|
5108
4882
|
]
|
5109
4883
|
},
|
5110
4884
|
{
|
5111
4885
|
"title": "Methods",
|
5112
4886
|
"kind": 2048,
|
5113
4887
|
"children": [
|
5114
|
-
|
5115
|
-
|
4888
|
+
609,
|
4889
|
+
611
|
5116
4890
|
]
|
5117
4891
|
}
|
5118
4892
|
],
|
@@ -5133,7 +4907,7 @@
|
|
5133
4907
|
]
|
5134
4908
|
},
|
5135
4909
|
{
|
5136
|
-
"id":
|
4910
|
+
"id": 672,
|
5137
4911
|
"name": "SkyScrollableHostService",
|
5138
4912
|
"kind": 128,
|
5139
4913
|
"kindString": "Class",
|
@@ -5154,7 +4928,7 @@
|
|
5154
4928
|
],
|
5155
4929
|
"children": [
|
5156
4930
|
{
|
5157
|
-
"id":
|
4931
|
+
"id": 673,
|
5158
4932
|
"name": "constructor",
|
5159
4933
|
"kind": 512,
|
5160
4934
|
"kindString": "Constructor",
|
@@ -5168,14 +4942,14 @@
|
|
5168
4942
|
],
|
5169
4943
|
"signatures": [
|
5170
4944
|
{
|
5171
|
-
"id":
|
4945
|
+
"id": 674,
|
5172
4946
|
"name": "new SkyScrollableHostService",
|
5173
4947
|
"kind": 16384,
|
5174
4948
|
"kindString": "Constructor signature",
|
5175
4949
|
"flags": {},
|
5176
4950
|
"parameters": [
|
5177
4951
|
{
|
5178
|
-
"id":
|
4952
|
+
"id": 675,
|
5179
4953
|
"name": "mutationObserverSvc",
|
5180
4954
|
"kind": 32768,
|
5181
4955
|
"kindString": "Parameter",
|
@@ -5186,19 +4960,19 @@
|
|
5186
4960
|
}
|
5187
4961
|
},
|
5188
4962
|
{
|
5189
|
-
"id":
|
4963
|
+
"id": 676,
|
5190
4964
|
"name": "windowRef",
|
5191
4965
|
"kind": 32768,
|
5192
4966
|
"kindString": "Parameter",
|
5193
4967
|
"flags": {},
|
5194
4968
|
"type": {
|
5195
4969
|
"type": "reference",
|
5196
|
-
"id":
|
4970
|
+
"id": 770,
|
5197
4971
|
"name": "SkyAppWindowRef"
|
5198
4972
|
}
|
5199
4973
|
},
|
5200
4974
|
{
|
5201
|
-
"id":
|
4975
|
+
"id": 677,
|
5202
4976
|
"name": "resizeObserverSvc",
|
5203
4977
|
"kind": 32768,
|
5204
4978
|
"kindString": "Parameter",
|
@@ -5219,21 +4993,21 @@
|
|
5219
4993
|
],
|
5220
4994
|
"type": {
|
5221
4995
|
"type": "reference",
|
5222
|
-
"id":
|
4996
|
+
"id": 602,
|
5223
4997
|
"name": "SkyResizeObserverService"
|
5224
4998
|
}
|
5225
4999
|
}
|
5226
5000
|
],
|
5227
5001
|
"type": {
|
5228
5002
|
"type": "reference",
|
5229
|
-
"id":
|
5003
|
+
"id": 672,
|
5230
5004
|
"name": "SkyScrollableHostService"
|
5231
5005
|
}
|
5232
5006
|
}
|
5233
5007
|
]
|
5234
5008
|
},
|
5235
5009
|
{
|
5236
|
-
"id":
|
5010
|
+
"id": 681,
|
5237
5011
|
"name": "getScrollableHost",
|
5238
5012
|
"kind": 2048,
|
5239
5013
|
"kindString": "Method",
|
@@ -5249,7 +5023,7 @@
|
|
5249
5023
|
],
|
5250
5024
|
"signatures": [
|
5251
5025
|
{
|
5252
|
-
"id":
|
5026
|
+
"id": 682,
|
5253
5027
|
"name": "getScrollableHost",
|
5254
5028
|
"kind": 4096,
|
5255
5029
|
"kindString": "Call signature",
|
@@ -5260,7 +5034,7 @@
|
|
5260
5034
|
},
|
5261
5035
|
"parameters": [
|
5262
5036
|
{
|
5263
|
-
"id":
|
5037
|
+
"id": 683,
|
5264
5038
|
"name": "elementRef",
|
5265
5039
|
"kind": 32768,
|
5266
5040
|
"kindString": "Parameter",
|
@@ -5303,7 +5077,7 @@
|
|
5303
5077
|
]
|
5304
5078
|
},
|
5305
5079
|
{
|
5306
|
-
"id":
|
5080
|
+
"id": 690,
|
5307
5081
|
"name": "watchScrollableHostClipPathChanges",
|
5308
5082
|
"kind": 2048,
|
5309
5083
|
"kindString": "Method",
|
@@ -5319,14 +5093,14 @@
|
|
5319
5093
|
],
|
5320
5094
|
"signatures": [
|
5321
5095
|
{
|
5322
|
-
"id":
|
5096
|
+
"id": 691,
|
5323
5097
|
"name": "watchScrollableHostClipPathChanges",
|
5324
5098
|
"kind": 4096,
|
5325
5099
|
"kindString": "Call signature",
|
5326
5100
|
"flags": {},
|
5327
5101
|
"parameters": [
|
5328
5102
|
{
|
5329
|
-
"id":
|
5103
|
+
"id": 692,
|
5330
5104
|
"name": "elementRef",
|
5331
5105
|
"kind": 32768,
|
5332
5106
|
"kindString": "Parameter",
|
@@ -5361,7 +5135,7 @@
|
|
5361
5135
|
]
|
5362
5136
|
},
|
5363
5137
|
{
|
5364
|
-
"id":
|
5138
|
+
"id": 687,
|
5365
5139
|
"name": "watchScrollableHostScrollEvents",
|
5366
5140
|
"kind": 2048,
|
5367
5141
|
"kindString": "Method",
|
@@ -5377,7 +5151,7 @@
|
|
5377
5151
|
],
|
5378
5152
|
"signatures": [
|
5379
5153
|
{
|
5380
|
-
"id":
|
5154
|
+
"id": 688,
|
5381
5155
|
"name": "watchScrollableHostScrollEvents",
|
5382
5156
|
"kind": 4096,
|
5383
5157
|
"kindString": "Call signature",
|
@@ -5388,7 +5162,7 @@
|
|
5388
5162
|
},
|
5389
5163
|
"parameters": [
|
5390
5164
|
{
|
5391
|
-
"id":
|
5165
|
+
"id": 689,
|
5392
5166
|
"name": "elementRef",
|
5393
5167
|
"kind": 32768,
|
5394
5168
|
"kindString": "Parameter",
|
@@ -5431,16 +5205,16 @@
|
|
5431
5205
|
"title": "Constructors",
|
5432
5206
|
"kind": 512,
|
5433
5207
|
"children": [
|
5434
|
-
|
5208
|
+
673
|
5435
5209
|
]
|
5436
5210
|
},
|
5437
5211
|
{
|
5438
5212
|
"title": "Methods",
|
5439
5213
|
"kind": 2048,
|
5440
5214
|
"children": [
|
5441
|
-
672,
|
5442
5215
|
681,
|
5443
|
-
|
5216
|
+
690,
|
5217
|
+
687
|
5444
5218
|
]
|
5445
5219
|
}
|
5446
5220
|
],
|
@@ -5453,7 +5227,7 @@
|
|
5453
5227
|
]
|
5454
5228
|
},
|
5455
5229
|
{
|
5456
|
-
"id":
|
5230
|
+
"id": 724,
|
5457
5231
|
"name": "SkyTrimModule",
|
5458
5232
|
"kind": 128,
|
5459
5233
|
"kindString": "Class",
|
@@ -5478,7 +5252,7 @@
|
|
5478
5252
|
"title": "Constructors",
|
5479
5253
|
"kind": 512,
|
5480
5254
|
"children": [
|
5481
|
-
|
5255
|
+
725
|
5482
5256
|
]
|
5483
5257
|
}
|
5484
5258
|
],
|
@@ -5491,7 +5265,7 @@
|
|
5491
5265
|
]
|
5492
5266
|
},
|
5493
5267
|
{
|
5494
|
-
"id":
|
5268
|
+
"id": 727,
|
5495
5269
|
"name": "SkyUIConfigService",
|
5496
5270
|
"kind": 128,
|
5497
5271
|
"kindString": "Class",
|
@@ -5512,7 +5286,7 @@
|
|
5512
5286
|
],
|
5513
5287
|
"children": [
|
5514
5288
|
{
|
5515
|
-
"id":
|
5289
|
+
"id": 730,
|
5516
5290
|
"name": "getConfig",
|
5517
5291
|
"kind": 2048,
|
5518
5292
|
"kindString": "Method",
|
@@ -5528,14 +5302,14 @@
|
|
5528
5302
|
],
|
5529
5303
|
"signatures": [
|
5530
5304
|
{
|
5531
|
-
"id":
|
5305
|
+
"id": 731,
|
5532
5306
|
"name": "getConfig",
|
5533
5307
|
"kind": 4096,
|
5534
5308
|
"kindString": "Call signature",
|
5535
5309
|
"flags": {},
|
5536
5310
|
"parameters": [
|
5537
5311
|
{
|
5538
|
-
"id":
|
5312
|
+
"id": 732,
|
5539
5313
|
"name": "key",
|
5540
5314
|
"kind": 32768,
|
5541
5315
|
"kindString": "Parameter",
|
@@ -5546,7 +5320,7 @@
|
|
5546
5320
|
}
|
5547
5321
|
},
|
5548
5322
|
{
|
5549
|
-
"id":
|
5323
|
+
"id": 733,
|
5550
5324
|
"name": "defaultConfig",
|
5551
5325
|
"kind": 32768,
|
5552
5326
|
"kindString": "Parameter",
|
@@ -5575,7 +5349,7 @@
|
|
5575
5349
|
]
|
5576
5350
|
},
|
5577
5351
|
{
|
5578
|
-
"id":
|
5352
|
+
"id": 734,
|
5579
5353
|
"name": "setConfig",
|
5580
5354
|
"kind": 2048,
|
5581
5355
|
"kindString": "Method",
|
@@ -5591,14 +5365,14 @@
|
|
5591
5365
|
],
|
5592
5366
|
"signatures": [
|
5593
5367
|
{
|
5594
|
-
"id":
|
5368
|
+
"id": 735,
|
5595
5369
|
"name": "setConfig",
|
5596
5370
|
"kind": 4096,
|
5597
5371
|
"kindString": "Call signature",
|
5598
5372
|
"flags": {},
|
5599
5373
|
"parameters": [
|
5600
5374
|
{
|
5601
|
-
"id":
|
5375
|
+
"id": 736,
|
5602
5376
|
"name": "key",
|
5603
5377
|
"kind": 32768,
|
5604
5378
|
"kindString": "Parameter",
|
@@ -5609,7 +5383,7 @@
|
|
5609
5383
|
}
|
5610
5384
|
},
|
5611
5385
|
{
|
5612
|
-
"id":
|
5386
|
+
"id": 737,
|
5613
5387
|
"name": "value",
|
5614
5388
|
"kind": 32768,
|
5615
5389
|
"kindString": "Parameter",
|
@@ -5641,15 +5415,15 @@
|
|
5641
5415
|
"title": "Constructors",
|
5642
5416
|
"kind": 512,
|
5643
5417
|
"children": [
|
5644
|
-
|
5418
|
+
728
|
5645
5419
|
]
|
5646
5420
|
},
|
5647
5421
|
{
|
5648
5422
|
"title": "Methods",
|
5649
5423
|
"kind": 2048,
|
5650
5424
|
"children": [
|
5651
|
-
|
5652
|
-
|
5425
|
+
730,
|
5426
|
+
734
|
5653
5427
|
]
|
5654
5428
|
}
|
5655
5429
|
],
|
@@ -5662,7 +5436,7 @@
|
|
5662
5436
|
]
|
5663
5437
|
},
|
5664
5438
|
{
|
5665
|
-
"id":
|
5439
|
+
"id": 738,
|
5666
5440
|
"name": "SkyViewkeeperHostOptions",
|
5667
5441
|
"kind": 128,
|
5668
5442
|
"kindString": "Class",
|
@@ -5681,7 +5455,7 @@
|
|
5681
5455
|
],
|
5682
5456
|
"children": [
|
5683
5457
|
{
|
5684
|
-
"id":
|
5458
|
+
"id": 741,
|
5685
5459
|
"name": "boundaryEl",
|
5686
5460
|
"kind": 1024,
|
5687
5461
|
"kindString": "Property",
|
@@ -5707,12 +5481,12 @@
|
|
5707
5481
|
},
|
5708
5482
|
"implementationOf": {
|
5709
5483
|
"type": "reference",
|
5710
|
-
"id":
|
5484
|
+
"id": 749,
|
5711
5485
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5712
5486
|
}
|
5713
5487
|
},
|
5714
5488
|
{
|
5715
|
-
"id":
|
5489
|
+
"id": 742,
|
5716
5490
|
"name": "el",
|
5717
5491
|
"kind": 1024,
|
5718
5492
|
"kindString": "Property",
|
@@ -5738,12 +5512,12 @@
|
|
5738
5512
|
},
|
5739
5513
|
"implementationOf": {
|
5740
5514
|
"type": "reference",
|
5741
|
-
"id":
|
5515
|
+
"id": 750,
|
5742
5516
|
"name": "SkyViewkeeperOptions.el"
|
5743
5517
|
}
|
5744
5518
|
},
|
5745
5519
|
{
|
5746
|
-
"id":
|
5520
|
+
"id": 743,
|
5747
5521
|
"name": "scrollableHost",
|
5748
5522
|
"kind": 1024,
|
5749
5523
|
"kindString": "Property",
|
@@ -5769,12 +5543,12 @@
|
|
5769
5543
|
},
|
5770
5544
|
"implementationOf": {
|
5771
5545
|
"type": "reference",
|
5772
|
-
"id":
|
5546
|
+
"id": 751,
|
5773
5547
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5774
5548
|
}
|
5775
5549
|
},
|
5776
5550
|
{
|
5777
|
-
"id":
|
5551
|
+
"id": 744,
|
5778
5552
|
"name": "setWidth",
|
5779
5553
|
"kind": 1024,
|
5780
5554
|
"kindString": "Property",
|
@@ -5798,12 +5572,12 @@
|
|
5798
5572
|
},
|
5799
5573
|
"implementationOf": {
|
5800
5574
|
"type": "reference",
|
5801
|
-
"id":
|
5575
|
+
"id": 752,
|
5802
5576
|
"name": "SkyViewkeeperOptions.setWidth"
|
5803
5577
|
}
|
5804
5578
|
},
|
5805
5579
|
{
|
5806
|
-
"id":
|
5580
|
+
"id": 745,
|
5807
5581
|
"name": "verticalOffset",
|
5808
5582
|
"kind": 1024,
|
5809
5583
|
"kindString": "Property",
|
@@ -5827,12 +5601,12 @@
|
|
5827
5601
|
},
|
5828
5602
|
"implementationOf": {
|
5829
5603
|
"type": "reference",
|
5830
|
-
"id":
|
5604
|
+
"id": 753,
|
5831
5605
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
5832
5606
|
}
|
5833
5607
|
},
|
5834
5608
|
{
|
5835
|
-
"id":
|
5609
|
+
"id": 746,
|
5836
5610
|
"name": "verticalOffsetEl",
|
5837
5611
|
"kind": 1024,
|
5838
5612
|
"kindString": "Property",
|
@@ -5858,12 +5632,12 @@
|
|
5858
5632
|
},
|
5859
5633
|
"implementationOf": {
|
5860
5634
|
"type": "reference",
|
5861
|
-
"id":
|
5635
|
+
"id": 754,
|
5862
5636
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
5863
5637
|
}
|
5864
5638
|
},
|
5865
5639
|
{
|
5866
|
-
"id":
|
5640
|
+
"id": 747,
|
5867
5641
|
"name": "viewportMarginTop",
|
5868
5642
|
"kind": 1024,
|
5869
5643
|
"kindString": "Property",
|
@@ -5887,7 +5661,7 @@
|
|
5887
5661
|
},
|
5888
5662
|
"implementationOf": {
|
5889
5663
|
"type": "reference",
|
5890
|
-
"id":
|
5664
|
+
"id": 755,
|
5891
5665
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
5892
5666
|
}
|
5893
5667
|
}
|
@@ -5897,20 +5671,20 @@
|
|
5897
5671
|
"title": "Constructors",
|
5898
5672
|
"kind": 512,
|
5899
5673
|
"children": [
|
5900
|
-
|
5674
|
+
739
|
5901
5675
|
]
|
5902
5676
|
},
|
5903
5677
|
{
|
5904
5678
|
"title": "Properties",
|
5905
5679
|
"kind": 1024,
|
5906
5680
|
"children": [
|
5907
|
-
|
5908
|
-
|
5909
|
-
|
5910
|
-
|
5911
|
-
|
5912
|
-
|
5913
|
-
|
5681
|
+
741,
|
5682
|
+
742,
|
5683
|
+
743,
|
5684
|
+
744,
|
5685
|
+
745,
|
5686
|
+
746,
|
5687
|
+
747
|
5914
5688
|
]
|
5915
5689
|
}
|
5916
5690
|
],
|
@@ -5924,13 +5698,13 @@
|
|
5924
5698
|
"implementedTypes": [
|
5925
5699
|
{
|
5926
5700
|
"type": "reference",
|
5927
|
-
"id":
|
5701
|
+
"id": 748,
|
5928
5702
|
"name": "SkyViewkeeperOptions"
|
5929
5703
|
}
|
5930
5704
|
]
|
5931
5705
|
},
|
5932
5706
|
{
|
5933
|
-
"id":
|
5707
|
+
"id": 756,
|
5934
5708
|
"name": "SkyViewkeeperModule",
|
5935
5709
|
"kind": 128,
|
5936
5710
|
"kindString": "Class",
|
@@ -5955,7 +5729,7 @@
|
|
5955
5729
|
"title": "Constructors",
|
5956
5730
|
"kind": 512,
|
5957
5731
|
"children": [
|
5958
|
-
|
5732
|
+
757
|
5959
5733
|
]
|
5960
5734
|
}
|
5961
5735
|
],
|
@@ -5968,7 +5742,7 @@
|
|
5968
5742
|
]
|
5969
5743
|
},
|
5970
5744
|
{
|
5971
|
-
"id":
|
5745
|
+
"id": 759,
|
5972
5746
|
"name": "SkyViewkeeperService",
|
5973
5747
|
"kind": 128,
|
5974
5748
|
"kindString": "Class",
|
@@ -5992,7 +5766,7 @@
|
|
5992
5766
|
],
|
5993
5767
|
"children": [
|
5994
5768
|
{
|
5995
|
-
"id":
|
5769
|
+
"id": 760,
|
5996
5770
|
"name": "constructor",
|
5997
5771
|
"kind": 512,
|
5998
5772
|
"kindString": "Constructor",
|
@@ -6006,14 +5780,14 @@
|
|
6006
5780
|
],
|
6007
5781
|
"signatures": [
|
6008
5782
|
{
|
6009
|
-
"id":
|
5783
|
+
"id": 761,
|
6010
5784
|
"name": "new SkyViewkeeperService",
|
6011
5785
|
"kind": 16384,
|
6012
5786
|
"kindString": "Constructor signature",
|
6013
5787
|
"flags": {},
|
6014
5788
|
"parameters": [
|
6015
5789
|
{
|
6016
|
-
"id":
|
5790
|
+
"id": 762,
|
6017
5791
|
"name": "hostOptions",
|
6018
5792
|
"kind": 32768,
|
6019
5793
|
"kindString": "Parameter",
|
@@ -6034,21 +5808,21 @@
|
|
6034
5808
|
],
|
6035
5809
|
"type": {
|
6036
5810
|
"type": "reference",
|
6037
|
-
"id":
|
5811
|
+
"id": 738,
|
6038
5812
|
"name": "SkyViewkeeperHostOptions"
|
6039
5813
|
}
|
6040
5814
|
}
|
6041
5815
|
],
|
6042
5816
|
"type": {
|
6043
5817
|
"type": "reference",
|
6044
|
-
"id":
|
5818
|
+
"id": 759,
|
6045
5819
|
"name": "SkyViewkeeperService"
|
6046
5820
|
}
|
6047
5821
|
}
|
6048
5822
|
]
|
6049
5823
|
},
|
6050
5824
|
{
|
6051
|
-
"id":
|
5825
|
+
"id": 764,
|
6052
5826
|
"name": "create",
|
6053
5827
|
"kind": 2048,
|
6054
5828
|
"kindString": "Method",
|
@@ -6064,7 +5838,7 @@
|
|
6064
5838
|
],
|
6065
5839
|
"signatures": [
|
6066
5840
|
{
|
6067
|
-
"id":
|
5841
|
+
"id": 765,
|
6068
5842
|
"name": "create",
|
6069
5843
|
"kind": 4096,
|
6070
5844
|
"kindString": "Call signature",
|
@@ -6072,7 +5846,7 @@
|
|
6072
5846
|
"comment": {},
|
6073
5847
|
"parameters": [
|
6074
5848
|
{
|
6075
|
-
"id":
|
5849
|
+
"id": 766,
|
6076
5850
|
"name": "options",
|
6077
5851
|
"kind": 32768,
|
6078
5852
|
"kindString": "Parameter",
|
@@ -6082,7 +5856,7 @@
|
|
6082
5856
|
},
|
6083
5857
|
"type": {
|
6084
5858
|
"type": "reference",
|
6085
|
-
"id":
|
5859
|
+
"id": 748,
|
6086
5860
|
"name": "SkyViewkeeperOptions"
|
6087
5861
|
}
|
6088
5862
|
}
|
@@ -6095,7 +5869,7 @@
|
|
6095
5869
|
]
|
6096
5870
|
},
|
6097
5871
|
{
|
6098
|
-
"id":
|
5872
|
+
"id": 767,
|
6099
5873
|
"name": "destroy",
|
6100
5874
|
"kind": 2048,
|
6101
5875
|
"kindString": "Method",
|
@@ -6111,7 +5885,7 @@
|
|
6111
5885
|
],
|
6112
5886
|
"signatures": [
|
6113
5887
|
{
|
6114
|
-
"id":
|
5888
|
+
"id": 768,
|
6115
5889
|
"name": "destroy",
|
6116
5890
|
"kind": 4096,
|
6117
5891
|
"kindString": "Call signature",
|
@@ -6121,7 +5895,7 @@
|
|
6121
5895
|
},
|
6122
5896
|
"parameters": [
|
6123
5897
|
{
|
6124
|
-
"id":
|
5898
|
+
"id": 769,
|
6125
5899
|
"name": "vk",
|
6126
5900
|
"kind": 32768,
|
6127
5901
|
"kindString": "Parameter",
|
@@ -6148,15 +5922,15 @@
|
|
6148
5922
|
"title": "Constructors",
|
6149
5923
|
"kind": 512,
|
6150
5924
|
"children": [
|
6151
|
-
|
5925
|
+
760
|
6152
5926
|
]
|
6153
5927
|
},
|
6154
5928
|
{
|
6155
5929
|
"title": "Methods",
|
6156
5930
|
"kind": 2048,
|
6157
5931
|
"children": [
|
6158
|
-
|
6159
|
-
|
5932
|
+
764,
|
5933
|
+
767
|
6160
5934
|
]
|
6161
5935
|
}
|
6162
5936
|
],
|
@@ -6169,7 +5943,7 @@
|
|
6169
5943
|
]
|
6170
5944
|
},
|
6171
5945
|
{
|
6172
|
-
"id":
|
5946
|
+
"id": 775,
|
6173
5947
|
"name": "SkyAffixDirective",
|
6174
5948
|
"kind": 128,
|
6175
5949
|
"kindString": "Class",
|
@@ -6193,7 +5967,7 @@
|
|
6193
5967
|
],
|
6194
5968
|
"children": [
|
6195
5969
|
{
|
6196
|
-
"id":
|
5970
|
+
"id": 776,
|
6197
5971
|
"name": "constructor",
|
6198
5972
|
"kind": 512,
|
6199
5973
|
"kindString": "Constructor",
|
@@ -6207,14 +5981,14 @@
|
|
6207
5981
|
],
|
6208
5982
|
"signatures": [
|
6209
5983
|
{
|
6210
|
-
"id":
|
5984
|
+
"id": 777,
|
6211
5985
|
"name": "SkyAffixDirective",
|
6212
5986
|
"kind": 16384,
|
6213
5987
|
"kindString": "Constructor signature",
|
6214
5988
|
"flags": {},
|
6215
5989
|
"parameters": [
|
6216
5990
|
{
|
6217
|
-
"id":
|
5991
|
+
"id": 778,
|
6218
5992
|
"name": "elementRef",
|
6219
5993
|
"kind": 32768,
|
6220
5994
|
"kindString": "Parameter",
|
@@ -6233,7 +6007,7 @@
|
|
6233
6007
|
}
|
6234
6008
|
},
|
6235
6009
|
{
|
6236
|
-
"id":
|
6010
|
+
"id": 779,
|
6237
6011
|
"name": "affixService",
|
6238
6012
|
"kind": 32768,
|
6239
6013
|
"kindString": "Parameter",
|
@@ -6247,14 +6021,14 @@
|
|
6247
6021
|
],
|
6248
6022
|
"type": {
|
6249
6023
|
"type": "reference",
|
6250
|
-
"id":
|
6024
|
+
"id": 775,
|
6251
6025
|
"name": "SkyAffixDirective"
|
6252
6026
|
}
|
6253
6027
|
}
|
6254
6028
|
]
|
6255
6029
|
},
|
6256
6030
|
{
|
6257
|
-
"id":
|
6031
|
+
"id": 781,
|
6258
6032
|
"name": "affixAutoFitContext",
|
6259
6033
|
"kind": 1024,
|
6260
6034
|
"kindString": "Property",
|
@@ -6290,7 +6064,7 @@
|
|
6290
6064
|
}
|
6291
6065
|
},
|
6292
6066
|
{
|
6293
|
-
"id":
|
6067
|
+
"id": 782,
|
6294
6068
|
"name": "affixAutoFitOverflowOffset",
|
6295
6069
|
"kind": 1024,
|
6296
6070
|
"kindString": "Property",
|
@@ -6326,7 +6100,7 @@
|
|
6326
6100
|
}
|
6327
6101
|
},
|
6328
6102
|
{
|
6329
|
-
"id":
|
6103
|
+
"id": 783,
|
6330
6104
|
"name": "affixEnableAutoFit",
|
6331
6105
|
"kind": 1024,
|
6332
6106
|
"kindString": "Property",
|
@@ -6361,7 +6135,7 @@
|
|
6361
6135
|
}
|
6362
6136
|
},
|
6363
6137
|
{
|
6364
|
-
"id":
|
6138
|
+
"id": 784,
|
6365
6139
|
"name": "affixHorizontalAlignment",
|
6366
6140
|
"kind": 1024,
|
6367
6141
|
"kindString": "Property",
|
@@ -6397,7 +6171,7 @@
|
|
6397
6171
|
}
|
6398
6172
|
},
|
6399
6173
|
{
|
6400
|
-
"id":
|
6174
|
+
"id": 785,
|
6401
6175
|
"name": "affixIsSticky",
|
6402
6176
|
"kind": 1024,
|
6403
6177
|
"kindString": "Property",
|
@@ -6432,7 +6206,7 @@
|
|
6432
6206
|
}
|
6433
6207
|
},
|
6434
6208
|
{
|
6435
|
-
"id":
|
6209
|
+
"id": 789,
|
6436
6210
|
"name": "affixOffsetChange",
|
6437
6211
|
"kind": 1024,
|
6438
6212
|
"kindString": "Property",
|
@@ -6477,7 +6251,7 @@
|
|
6477
6251
|
"defaultValue": "..."
|
6478
6252
|
},
|
6479
6253
|
{
|
6480
|
-
"id":
|
6254
|
+
"id": 790,
|
6481
6255
|
"name": "affixOverflowScroll",
|
6482
6256
|
"kind": 1024,
|
6483
6257
|
"kindString": "Property",
|
@@ -6521,7 +6295,7 @@
|
|
6521
6295
|
"defaultValue": "..."
|
6522
6296
|
},
|
6523
6297
|
{
|
6524
|
-
"id":
|
6298
|
+
"id": 786,
|
6525
6299
|
"name": "affixPlacement",
|
6526
6300
|
"kind": 1024,
|
6527
6301
|
"kindString": "Property",
|
@@ -6557,7 +6331,7 @@
|
|
6557
6331
|
}
|
6558
6332
|
},
|
6559
6333
|
{
|
6560
|
-
"id":
|
6334
|
+
"id": 791,
|
6561
6335
|
"name": "affixPlacementChange",
|
6562
6336
|
"kind": 1024,
|
6563
6337
|
"kindString": "Property",
|
@@ -6602,7 +6376,7 @@
|
|
6602
6376
|
"defaultValue": "..."
|
6603
6377
|
},
|
6604
6378
|
{
|
6605
|
-
"id":
|
6379
|
+
"id": 787,
|
6606
6380
|
"name": "affixPosition",
|
6607
6381
|
"kind": 1024,
|
6608
6382
|
"kindString": "Property",
|
@@ -6638,7 +6412,7 @@
|
|
6638
6412
|
}
|
6639
6413
|
},
|
6640
6414
|
{
|
6641
|
-
"id":
|
6415
|
+
"id": 788,
|
6642
6416
|
"name": "affixVerticalAlignment",
|
6643
6417
|
"kind": 1024,
|
6644
6418
|
"kindString": "Property",
|
@@ -6674,7 +6448,7 @@
|
|
6674
6448
|
}
|
6675
6449
|
},
|
6676
6450
|
{
|
6677
|
-
"id":
|
6451
|
+
"id": 780,
|
6678
6452
|
"name": "skyAffixTo",
|
6679
6453
|
"kind": 1024,
|
6680
6454
|
"kindString": "Property",
|
@@ -6711,7 +6485,7 @@
|
|
6711
6485
|
}
|
6712
6486
|
},
|
6713
6487
|
{
|
6714
|
-
"id":
|
6488
|
+
"id": 798,
|
6715
6489
|
"name": "ngOnChanges",
|
6716
6490
|
"kind": 2048,
|
6717
6491
|
"kindString": "Method",
|
@@ -6727,14 +6501,14 @@
|
|
6727
6501
|
],
|
6728
6502
|
"signatures": [
|
6729
6503
|
{
|
6730
|
-
"id":
|
6504
|
+
"id": 799,
|
6731
6505
|
"name": "ngOnChanges",
|
6732
6506
|
"kind": 4096,
|
6733
6507
|
"kindString": "Call signature",
|
6734
6508
|
"flags": {},
|
6735
6509
|
"parameters": [
|
6736
6510
|
{
|
6737
|
-
"id":
|
6511
|
+
"id": 800,
|
6738
6512
|
"name": "changes",
|
6739
6513
|
"kind": 32768,
|
6740
6514
|
"kindString": "Parameter",
|
@@ -6763,7 +6537,7 @@
|
|
6763
6537
|
}
|
6764
6538
|
},
|
6765
6539
|
{
|
6766
|
-
"id":
|
6540
|
+
"id": 801,
|
6767
6541
|
"name": "ngOnDestroy",
|
6768
6542
|
"kind": 2048,
|
6769
6543
|
"kindString": "Method",
|
@@ -6779,7 +6553,7 @@
|
|
6779
6553
|
],
|
6780
6554
|
"signatures": [
|
6781
6555
|
{
|
6782
|
-
"id":
|
6556
|
+
"id": 802,
|
6783
6557
|
"name": "ngOnDestroy",
|
6784
6558
|
"kind": 4096,
|
6785
6559
|
"kindString": "Call signature",
|
@@ -6800,7 +6574,7 @@
|
|
6800
6574
|
}
|
6801
6575
|
},
|
6802
6576
|
{
|
6803
|
-
"id":
|
6577
|
+
"id": 796,
|
6804
6578
|
"name": "ngOnInit",
|
6805
6579
|
"kind": 2048,
|
6806
6580
|
"kindString": "Method",
|
@@ -6816,7 +6590,7 @@
|
|
6816
6590
|
],
|
6817
6591
|
"signatures": [
|
6818
6592
|
{
|
6819
|
-
"id":
|
6593
|
+
"id": 797,
|
6820
6594
|
"name": "ngOnInit",
|
6821
6595
|
"kind": 4096,
|
6822
6596
|
"kindString": "Call signature",
|
@@ -6842,34 +6616,34 @@
|
|
6842
6616
|
"title": "Constructors",
|
6843
6617
|
"kind": 512,
|
6844
6618
|
"children": [
|
6845
|
-
|
6619
|
+
776
|
6846
6620
|
]
|
6847
6621
|
},
|
6848
6622
|
{
|
6849
6623
|
"title": "Properties",
|
6850
6624
|
"kind": 1024,
|
6851
6625
|
"children": [
|
6852
|
-
772,
|
6853
|
-
773,
|
6854
|
-
774,
|
6855
|
-
775,
|
6856
|
-
776,
|
6857
|
-
780,
|
6858
6626
|
781,
|
6859
|
-
777,
|
6860
6627
|
782,
|
6861
|
-
|
6862
|
-
|
6863
|
-
|
6628
|
+
783,
|
6629
|
+
784,
|
6630
|
+
785,
|
6631
|
+
789,
|
6632
|
+
790,
|
6633
|
+
786,
|
6634
|
+
791,
|
6635
|
+
787,
|
6636
|
+
788,
|
6637
|
+
780
|
6864
6638
|
]
|
6865
6639
|
},
|
6866
6640
|
{
|
6867
6641
|
"title": "Methods",
|
6868
6642
|
"kind": 2048,
|
6869
6643
|
"children": [
|
6870
|
-
|
6871
|
-
|
6872
|
-
|
6644
|
+
798,
|
6645
|
+
801,
|
6646
|
+
796
|
6873
6647
|
]
|
6874
6648
|
}
|
6875
6649
|
],
|
@@ -6902,7 +6676,7 @@
|
|
6902
6676
|
]
|
6903
6677
|
},
|
6904
6678
|
{
|
6905
|
-
"id":
|
6679
|
+
"id": 805,
|
6906
6680
|
"name": "SkyIdDirective",
|
6907
6681
|
"kind": 128,
|
6908
6682
|
"kindString": "Class",
|
@@ -6926,7 +6700,7 @@
|
|
6926
6700
|
],
|
6927
6701
|
"children": [
|
6928
6702
|
{
|
6929
|
-
"id":
|
6703
|
+
"id": 806,
|
6930
6704
|
"name": "constructor",
|
6931
6705
|
"kind": 512,
|
6932
6706
|
"kindString": "Constructor",
|
@@ -6940,14 +6714,14 @@
|
|
6940
6714
|
],
|
6941
6715
|
"signatures": [
|
6942
6716
|
{
|
6943
|
-
"id":
|
6717
|
+
"id": 807,
|
6944
6718
|
"name": "SkyIdDirective",
|
6945
6719
|
"kind": 16384,
|
6946
6720
|
"kindString": "Constructor signature",
|
6947
6721
|
"flags": {},
|
6948
6722
|
"parameters": [
|
6949
6723
|
{
|
6950
|
-
"id":
|
6724
|
+
"id": 808,
|
6951
6725
|
"name": "elRef",
|
6952
6726
|
"kind": 32768,
|
6953
6727
|
"kindString": "Parameter",
|
@@ -6966,7 +6740,7 @@
|
|
6966
6740
|
}
|
6967
6741
|
},
|
6968
6742
|
{
|
6969
|
-
"id":
|
6743
|
+
"id": 809,
|
6970
6744
|
"name": "renderer",
|
6971
6745
|
"kind": 32768,
|
6972
6746
|
"kindString": "Parameter",
|
@@ -6979,28 +6753,28 @@
|
|
6979
6753
|
}
|
6980
6754
|
},
|
6981
6755
|
{
|
6982
|
-
"id":
|
6756
|
+
"id": 810,
|
6983
6757
|
"name": "idSvc",
|
6984
6758
|
"kind": 32768,
|
6985
6759
|
"kindString": "Parameter",
|
6986
6760
|
"flags": {},
|
6987
6761
|
"type": {
|
6988
6762
|
"type": "reference",
|
6989
|
-
"id":
|
6763
|
+
"id": 295,
|
6990
6764
|
"name": "SkyIdService"
|
6991
6765
|
}
|
6992
6766
|
}
|
6993
6767
|
],
|
6994
6768
|
"type": {
|
6995
6769
|
"type": "reference",
|
6996
|
-
"id":
|
6770
|
+
"id": 805,
|
6997
6771
|
"name": "SkyIdDirective"
|
6998
6772
|
}
|
6999
6773
|
}
|
7000
6774
|
]
|
7001
6775
|
},
|
7002
6776
|
{
|
7003
|
-
"id":
|
6777
|
+
"id": 811,
|
7004
6778
|
"name": "id",
|
7005
6779
|
"kind": 262144,
|
7006
6780
|
"kindString": "Accessor",
|
@@ -7016,7 +6790,7 @@
|
|
7016
6790
|
],
|
7017
6791
|
"getSignature": [
|
7018
6792
|
{
|
7019
|
-
"id":
|
6793
|
+
"id": 812,
|
7020
6794
|
"name": "id",
|
7021
6795
|
"kind": 524288,
|
7022
6796
|
"kindString": "Get signature",
|
@@ -7034,14 +6808,14 @@
|
|
7034
6808
|
"title": "Constructors",
|
7035
6809
|
"kind": 512,
|
7036
6810
|
"children": [
|
7037
|
-
|
6811
|
+
806
|
7038
6812
|
]
|
7039
6813
|
},
|
7040
6814
|
{
|
7041
6815
|
"title": "Accessors",
|
7042
6816
|
"kind": 262144,
|
7043
6817
|
"children": [
|
7044
|
-
|
6818
|
+
811
|
7045
6819
|
]
|
7046
6820
|
}
|
7047
6821
|
],
|
@@ -7054,7 +6828,7 @@
|
|
7054
6828
|
]
|
7055
6829
|
},
|
7056
6830
|
{
|
7057
|
-
"id":
|
6831
|
+
"id": 814,
|
7058
6832
|
"name": "SkyViewkeeperDirective",
|
7059
6833
|
"kind": 128,
|
7060
6834
|
"kindString": "Class",
|
@@ -7075,7 +6849,7 @@
|
|
7075
6849
|
],
|
7076
6850
|
"children": [
|
7077
6851
|
{
|
7078
|
-
"id":
|
6852
|
+
"id": 815,
|
7079
6853
|
"name": "constructor",
|
7080
6854
|
"kind": 512,
|
7081
6855
|
"kindString": "Constructor",
|
@@ -7089,14 +6863,14 @@
|
|
7089
6863
|
],
|
7090
6864
|
"signatures": [
|
7091
6865
|
{
|
7092
|
-
"id":
|
6866
|
+
"id": 816,
|
7093
6867
|
"name": "SkyViewkeeperDirective",
|
7094
6868
|
"kind": 16384,
|
7095
6869
|
"kindString": "Constructor signature",
|
7096
6870
|
"flags": {},
|
7097
6871
|
"parameters": [
|
7098
6872
|
{
|
7099
|
-
"id":
|
6873
|
+
"id": 817,
|
7100
6874
|
"name": "el",
|
7101
6875
|
"kind": 32768,
|
7102
6876
|
"kindString": "Parameter",
|
@@ -7115,7 +6889,7 @@
|
|
7115
6889
|
}
|
7116
6890
|
},
|
7117
6891
|
{
|
7118
|
-
"id":
|
6892
|
+
"id": 818,
|
7119
6893
|
"name": "mutationObserverSvc",
|
7120
6894
|
"kind": 32768,
|
7121
6895
|
"kindString": "Parameter",
|
@@ -7126,19 +6900,19 @@
|
|
7126
6900
|
}
|
7127
6901
|
},
|
7128
6902
|
{
|
7129
|
-
"id":
|
6903
|
+
"id": 819,
|
7130
6904
|
"name": "viewkeeperSvc",
|
7131
6905
|
"kind": 32768,
|
7132
6906
|
"kindString": "Parameter",
|
7133
6907
|
"flags": {},
|
7134
6908
|
"type": {
|
7135
6909
|
"type": "reference",
|
7136
|
-
"id":
|
6910
|
+
"id": 759,
|
7137
6911
|
"name": "SkyViewkeeperService"
|
7138
6912
|
}
|
7139
6913
|
},
|
7140
6914
|
{
|
7141
|
-
"id":
|
6915
|
+
"id": 820,
|
7142
6916
|
"name": "scrollableHostSvc",
|
7143
6917
|
"kind": 32768,
|
7144
6918
|
"kindString": "Parameter",
|
@@ -7159,21 +6933,21 @@
|
|
7159
6933
|
],
|
7160
6934
|
"type": {
|
7161
6935
|
"type": "reference",
|
7162
|
-
"id":
|
6936
|
+
"id": 672,
|
7163
6937
|
"name": "SkyScrollableHostService"
|
7164
6938
|
}
|
7165
6939
|
}
|
7166
6940
|
],
|
7167
6941
|
"type": {
|
7168
6942
|
"type": "reference",
|
7169
|
-
"id":
|
6943
|
+
"id": 814,
|
7170
6944
|
"name": "SkyViewkeeperDirective"
|
7171
6945
|
}
|
7172
6946
|
}
|
7173
6947
|
]
|
7174
6948
|
},
|
7175
6949
|
{
|
7176
|
-
"id":
|
6950
|
+
"id": 821,
|
7177
6951
|
"name": "skyViewkeeper",
|
7178
6952
|
"kind": 262144,
|
7179
6953
|
"kindString": "Accessor",
|
@@ -7201,7 +6975,7 @@
|
|
7201
6975
|
],
|
7202
6976
|
"getSignature": [
|
7203
6977
|
{
|
7204
|
-
"id":
|
6978
|
+
"id": 822,
|
7205
6979
|
"name": "skyViewkeeper",
|
7206
6980
|
"kind": 524288,
|
7207
6981
|
"kindString": "Get signature",
|
@@ -7217,14 +6991,14 @@
|
|
7217
6991
|
],
|
7218
6992
|
"setSignature": [
|
7219
6993
|
{
|
7220
|
-
"id":
|
6994
|
+
"id": 823,
|
7221
6995
|
"name": "skyViewkeeper",
|
7222
6996
|
"kind": 1048576,
|
7223
6997
|
"kindString": "Set signature",
|
7224
6998
|
"flags": {},
|
7225
6999
|
"parameters": [
|
7226
7000
|
{
|
7227
|
-
"id":
|
7001
|
+
"id": 824,
|
7228
7002
|
"name": "value",
|
7229
7003
|
"kind": 32768,
|
7230
7004
|
"kindString": "Parameter",
|
@@ -7246,7 +7020,7 @@
|
|
7246
7020
|
]
|
7247
7021
|
},
|
7248
7022
|
{
|
7249
|
-
"id":
|
7023
|
+
"id": 836,
|
7250
7024
|
"name": "ngOnDestroy",
|
7251
7025
|
"kind": 2048,
|
7252
7026
|
"kindString": "Method",
|
@@ -7262,7 +7036,7 @@
|
|
7262
7036
|
],
|
7263
7037
|
"signatures": [
|
7264
7038
|
{
|
7265
|
-
"id":
|
7039
|
+
"id": 837,
|
7266
7040
|
"name": "ngOnDestroy",
|
7267
7041
|
"kind": 4096,
|
7268
7042
|
"kindString": "Call signature",
|
@@ -7283,7 +7057,7 @@
|
|
7283
7057
|
}
|
7284
7058
|
},
|
7285
7059
|
{
|
7286
|
-
"id":
|
7060
|
+
"id": 834,
|
7287
7061
|
"name": "ngOnInit",
|
7288
7062
|
"kind": 2048,
|
7289
7063
|
"kindString": "Method",
|
@@ -7299,7 +7073,7 @@
|
|
7299
7073
|
],
|
7300
7074
|
"signatures": [
|
7301
7075
|
{
|
7302
|
-
"id":
|
7076
|
+
"id": 835,
|
7303
7077
|
"name": "ngOnInit",
|
7304
7078
|
"kind": 4096,
|
7305
7079
|
"kindString": "Call signature",
|
@@ -7325,22 +7099,22 @@
|
|
7325
7099
|
"title": "Constructors",
|
7326
7100
|
"kind": 512,
|
7327
7101
|
"children": [
|
7328
|
-
|
7102
|
+
815
|
7329
7103
|
]
|
7330
7104
|
},
|
7331
7105
|
{
|
7332
7106
|
"title": "Accessors",
|
7333
7107
|
"kind": 262144,
|
7334
7108
|
"children": [
|
7335
|
-
|
7109
|
+
821
|
7336
7110
|
]
|
7337
7111
|
},
|
7338
7112
|
{
|
7339
7113
|
"title": "Methods",
|
7340
7114
|
"kind": 2048,
|
7341
7115
|
"children": [
|
7342
|
-
|
7343
|
-
|
7116
|
+
836,
|
7117
|
+
834
|
7344
7118
|
]
|
7345
7119
|
}
|
7346
7120
|
],
|
@@ -7367,7 +7141,7 @@
|
|
7367
7141
|
]
|
7368
7142
|
},
|
7369
7143
|
{
|
7370
|
-
"id":
|
7144
|
+
"id": 847,
|
7371
7145
|
"name": "SkyTrimDirective",
|
7372
7146
|
"kind": 128,
|
7373
7147
|
"kindString": "Class",
|
@@ -7391,7 +7165,7 @@
|
|
7391
7165
|
],
|
7392
7166
|
"children": [
|
7393
7167
|
{
|
7394
|
-
"id":
|
7168
|
+
"id": 848,
|
7395
7169
|
"name": "constructor",
|
7396
7170
|
"kind": 512,
|
7397
7171
|
"kindString": "Constructor",
|
@@ -7405,14 +7179,14 @@
|
|
7405
7179
|
],
|
7406
7180
|
"signatures": [
|
7407
7181
|
{
|
7408
|
-
"id":
|
7182
|
+
"id": 849,
|
7409
7183
|
"name": "SkyTrimDirective",
|
7410
7184
|
"kind": 16384,
|
7411
7185
|
"kindString": "Constructor signature",
|
7412
7186
|
"flags": {},
|
7413
7187
|
"parameters": [
|
7414
7188
|
{
|
7415
|
-
"id":
|
7189
|
+
"id": 850,
|
7416
7190
|
"name": "elRef",
|
7417
7191
|
"kind": 32768,
|
7418
7192
|
"kindString": "Parameter",
|
@@ -7431,7 +7205,7 @@
|
|
7431
7205
|
}
|
7432
7206
|
},
|
7433
7207
|
{
|
7434
|
-
"id":
|
7208
|
+
"id": 851,
|
7435
7209
|
"name": "mutationObs",
|
7436
7210
|
"kind": 32768,
|
7437
7211
|
"kindString": "Parameter",
|
@@ -7444,14 +7218,14 @@
|
|
7444
7218
|
],
|
7445
7219
|
"type": {
|
7446
7220
|
"type": "reference",
|
7447
|
-
"id":
|
7221
|
+
"id": 847,
|
7448
7222
|
"name": "SkyTrimDirective"
|
7449
7223
|
}
|
7450
7224
|
}
|
7451
7225
|
]
|
7452
7226
|
},
|
7453
7227
|
{
|
7454
|
-
"id":
|
7228
|
+
"id": 856,
|
7455
7229
|
"name": "ngOnDestroy",
|
7456
7230
|
"kind": 2048,
|
7457
7231
|
"kindString": "Method",
|
@@ -7467,7 +7241,7 @@
|
|
7467
7241
|
],
|
7468
7242
|
"signatures": [
|
7469
7243
|
{
|
7470
|
-
"id":
|
7244
|
+
"id": 857,
|
7471
7245
|
"name": "ngOnDestroy",
|
7472
7246
|
"kind": 4096,
|
7473
7247
|
"kindString": "Call signature",
|
@@ -7488,7 +7262,7 @@
|
|
7488
7262
|
}
|
7489
7263
|
},
|
7490
7264
|
{
|
7491
|
-
"id":
|
7265
|
+
"id": 854,
|
7492
7266
|
"name": "ngOnInit",
|
7493
7267
|
"kind": 2048,
|
7494
7268
|
"kindString": "Method",
|
@@ -7504,7 +7278,7 @@
|
|
7504
7278
|
],
|
7505
7279
|
"signatures": [
|
7506
7280
|
{
|
7507
|
-
"id":
|
7281
|
+
"id": 855,
|
7508
7282
|
"name": "ngOnInit",
|
7509
7283
|
"kind": 4096,
|
7510
7284
|
"kindString": "Call signature",
|
@@ -7530,15 +7304,15 @@
|
|
7530
7304
|
"title": "Constructors",
|
7531
7305
|
"kind": 512,
|
7532
7306
|
"children": [
|
7533
|
-
|
7307
|
+
848
|
7534
7308
|
]
|
7535
7309
|
},
|
7536
7310
|
{
|
7537
7311
|
"title": "Methods",
|
7538
7312
|
"kind": 2048,
|
7539
7313
|
"children": [
|
7540
|
-
|
7541
|
-
|
7314
|
+
856,
|
7315
|
+
854
|
7542
7316
|
]
|
7543
7317
|
}
|
7544
7318
|
],
|
@@ -7994,14 +7768,14 @@
|
|
7994
7768
|
]
|
7995
7769
|
},
|
7996
7770
|
{
|
7997
|
-
"id":
|
7771
|
+
"id": 714,
|
7998
7772
|
"name": "SkyAppSetTitleArgs",
|
7999
7773
|
"kind": 256,
|
8000
7774
|
"kindString": "Interface",
|
8001
7775
|
"flags": {},
|
8002
7776
|
"children": [
|
8003
7777
|
{
|
8004
|
-
"id":
|
7778
|
+
"id": 715,
|
8005
7779
|
"name": "titleParts",
|
8006
7780
|
"kind": 1024,
|
8007
7781
|
"kindString": "Property",
|
@@ -8027,7 +7801,7 @@
|
|
8027
7801
|
"title": "Properties",
|
8028
7802
|
"kind": 1024,
|
8029
7803
|
"children": [
|
8030
|
-
|
7804
|
+
715
|
8031
7805
|
]
|
8032
7806
|
}
|
8033
7807
|
],
|
@@ -8289,7 +8063,7 @@
|
|
8289
8063
|
]
|
8290
8064
|
},
|
8291
8065
|
{
|
8292
|
-
"id":
|
8066
|
+
"id": 254,
|
8293
8067
|
"name": "SkyDynamicComponentOptions",
|
8294
8068
|
"kind": 256,
|
8295
8069
|
"kindString": "Interface",
|
@@ -8299,13 +8073,11 @@
|
|
8299
8073
|
},
|
8300
8074
|
"children": [
|
8301
8075
|
{
|
8302
|
-
"id":
|
8076
|
+
"id": 259,
|
8303
8077
|
"name": "environmentInjector",
|
8304
8078
|
"kind": 1024,
|
8305
8079
|
"kindString": "Property",
|
8306
|
-
"flags": {
|
8307
|
-
"isOptional": true
|
8308
|
-
},
|
8080
|
+
"flags": {},
|
8309
8081
|
"comment": {
|
8310
8082
|
"shortText": "The environment injector to use instead of the dynamic component service's injector."
|
8311
8083
|
},
|
@@ -8324,7 +8096,7 @@
|
|
8324
8096
|
}
|
8325
8097
|
},
|
8326
8098
|
{
|
8327
|
-
"id":
|
8099
|
+
"id": 255,
|
8328
8100
|
"name": "location",
|
8329
8101
|
"kind": 1024,
|
8330
8102
|
"kindString": "Property",
|
@@ -8343,12 +8115,12 @@
|
|
8343
8115
|
],
|
8344
8116
|
"type": {
|
8345
8117
|
"type": "reference",
|
8346
|
-
"id":
|
8118
|
+
"id": 248,
|
8347
8119
|
"name": "SkyDynamicComponentLocation"
|
8348
8120
|
}
|
8349
8121
|
},
|
8350
8122
|
{
|
8351
|
-
"id":
|
8123
|
+
"id": 256,
|
8352
8124
|
"name": "providers",
|
8353
8125
|
"kind": 1024,
|
8354
8126
|
"kindString": "Property",
|
@@ -8376,7 +8148,7 @@
|
|
8376
8148
|
}
|
8377
8149
|
},
|
8378
8150
|
{
|
8379
|
-
"id":
|
8151
|
+
"id": 257,
|
8380
8152
|
"name": "referenceEl",
|
8381
8153
|
"kind": 1024,
|
8382
8154
|
"kindString": "Property",
|
@@ -8401,7 +8173,7 @@
|
|
8401
8173
|
}
|
8402
8174
|
},
|
8403
8175
|
{
|
8404
|
-
"id":
|
8176
|
+
"id": 258,
|
8405
8177
|
"name": "viewContainerRef",
|
8406
8178
|
"kind": 1024,
|
8407
8179
|
"kindString": "Property",
|
@@ -8431,11 +8203,11 @@
|
|
8431
8203
|
"title": "Properties",
|
8432
8204
|
"kind": 1024,
|
8433
8205
|
"children": [
|
8434
|
-
|
8435
|
-
254,
|
8206
|
+
259,
|
8436
8207
|
255,
|
8437
8208
|
256,
|
8438
|
-
257
|
8209
|
+
257,
|
8210
|
+
258
|
8439
8211
|
]
|
8440
8212
|
}
|
8441
8213
|
],
|
@@ -8523,14 +8295,14 @@
|
|
8523
8295
|
]
|
8524
8296
|
},
|
8525
8297
|
{
|
8526
|
-
"id":
|
8298
|
+
"id": 300,
|
8527
8299
|
"name": "SkyLayoutHostForChildArgs",
|
8528
8300
|
"kind": 256,
|
8529
8301
|
"kindString": "Interface",
|
8530
8302
|
"flags": {},
|
8531
8303
|
"children": [
|
8532
8304
|
{
|
8533
|
-
"id":
|
8305
|
+
"id": 301,
|
8534
8306
|
"name": "layout",
|
8535
8307
|
"kind": 1024,
|
8536
8308
|
"kindString": "Property",
|
@@ -8553,7 +8325,7 @@
|
|
8553
8325
|
"title": "Properties",
|
8554
8326
|
"kind": 1024,
|
8555
8327
|
"children": [
|
8556
|
-
|
8328
|
+
301
|
8557
8329
|
]
|
8558
8330
|
}
|
8559
8331
|
],
|
@@ -8566,7 +8338,7 @@
|
|
8566
8338
|
]
|
8567
8339
|
},
|
8568
8340
|
{
|
8569
|
-
"id":
|
8341
|
+
"id": 446,
|
8570
8342
|
"name": "SkyNumericOptions",
|
8571
8343
|
"kind": 256,
|
8572
8344
|
"kindString": "Interface",
|
@@ -8576,7 +8348,7 @@
|
|
8576
8348
|
},
|
8577
8349
|
"children": [
|
8578
8350
|
{
|
8579
|
-
"id":
|
8351
|
+
"id": 449,
|
8580
8352
|
"name": "currencySign",
|
8581
8353
|
"kind": 1024,
|
8582
8354
|
"kindString": "Property",
|
@@ -8608,7 +8380,7 @@
|
|
8608
8380
|
}
|
8609
8381
|
},
|
8610
8382
|
{
|
8611
|
-
"id":
|
8383
|
+
"id": 447,
|
8612
8384
|
"name": "digits",
|
8613
8385
|
"kind": 1024,
|
8614
8386
|
"kindString": "Property",
|
@@ -8631,7 +8403,7 @@
|
|
8631
8403
|
}
|
8632
8404
|
},
|
8633
8405
|
{
|
8634
|
-
"id":
|
8406
|
+
"id": 448,
|
8635
8407
|
"name": "format",
|
8636
8408
|
"kind": 1024,
|
8637
8409
|
"kindString": "Property",
|
@@ -8654,7 +8426,7 @@
|
|
8654
8426
|
}
|
8655
8427
|
},
|
8656
8428
|
{
|
8657
|
-
"id":
|
8429
|
+
"id": 450,
|
8658
8430
|
"name": "iso",
|
8659
8431
|
"kind": 1024,
|
8660
8432
|
"kindString": "Property",
|
@@ -8677,7 +8449,7 @@
|
|
8677
8449
|
}
|
8678
8450
|
},
|
8679
8451
|
{
|
8680
|
-
"id":
|
8452
|
+
"id": 451,
|
8681
8453
|
"name": "locale",
|
8682
8454
|
"kind": 1024,
|
8683
8455
|
"kindString": "Property",
|
@@ -8700,7 +8472,7 @@
|
|
8700
8472
|
}
|
8701
8473
|
},
|
8702
8474
|
{
|
8703
|
-
"id":
|
8475
|
+
"id": 452,
|
8704
8476
|
"name": "minDigits",
|
8705
8477
|
"kind": 1024,
|
8706
8478
|
"kindString": "Property",
|
@@ -8723,7 +8495,7 @@
|
|
8723
8495
|
}
|
8724
8496
|
},
|
8725
8497
|
{
|
8726
|
-
"id":
|
8498
|
+
"id": 453,
|
8727
8499
|
"name": "truncate",
|
8728
8500
|
"kind": 1024,
|
8729
8501
|
"kindString": "Property",
|
@@ -8746,7 +8518,7 @@
|
|
8746
8518
|
}
|
8747
8519
|
},
|
8748
8520
|
{
|
8749
|
-
"id":
|
8521
|
+
"id": 454,
|
8750
8522
|
"name": "truncateAfter",
|
8751
8523
|
"kind": 1024,
|
8752
8524
|
"kindString": "Property",
|
@@ -8774,14 +8546,14 @@
|
|
8774
8546
|
"title": "Properties",
|
8775
8547
|
"kind": 1024,
|
8776
8548
|
"children": [
|
8777
|
-
450,
|
8778
|
-
448,
|
8779
8549
|
449,
|
8550
|
+
447,
|
8551
|
+
448,
|
8552
|
+
450,
|
8780
8553
|
451,
|
8781
8554
|
452,
|
8782
8555
|
453,
|
8783
|
-
454
|
8784
|
-
455
|
8556
|
+
454
|
8785
8557
|
]
|
8786
8558
|
}
|
8787
8559
|
],
|
@@ -8794,14 +8566,14 @@
|
|
8794
8566
|
]
|
8795
8567
|
},
|
8796
8568
|
{
|
8797
|
-
"id":
|
8569
|
+
"id": 514,
|
8798
8570
|
"name": "SkyOverlayConfig",
|
8799
8571
|
"kind": 256,
|
8800
8572
|
"kindString": "Interface",
|
8801
8573
|
"flags": {},
|
8802
8574
|
"children": [
|
8803
8575
|
{
|
8804
|
-
"id":
|
8576
|
+
"id": 515,
|
8805
8577
|
"name": "closeOnNavigation",
|
8806
8578
|
"kind": 1024,
|
8807
8579
|
"kindString": "Property",
|
@@ -8824,7 +8596,7 @@
|
|
8824
8596
|
}
|
8825
8597
|
},
|
8826
8598
|
{
|
8827
|
-
"id":
|
8599
|
+
"id": 516,
|
8828
8600
|
"name": "enableClose",
|
8829
8601
|
"kind": 1024,
|
8830
8602
|
"kindString": "Property",
|
@@ -8847,7 +8619,7 @@
|
|
8847
8619
|
}
|
8848
8620
|
},
|
8849
8621
|
{
|
8850
|
-
"id":
|
8622
|
+
"id": 517,
|
8851
8623
|
"name": "enablePointerEvents",
|
8852
8624
|
"kind": 1024,
|
8853
8625
|
"kindString": "Property",
|
@@ -8870,7 +8642,7 @@
|
|
8870
8642
|
}
|
8871
8643
|
},
|
8872
8644
|
{
|
8873
|
-
"id":
|
8645
|
+
"id": 518,
|
8874
8646
|
"name": "enableScroll",
|
8875
8647
|
"kind": 1024,
|
8876
8648
|
"kindString": "Property",
|
@@ -8893,7 +8665,7 @@
|
|
8893
8665
|
}
|
8894
8666
|
},
|
8895
8667
|
{
|
8896
|
-
"id":
|
8668
|
+
"id": 521,
|
8897
8669
|
"name": "position",
|
8898
8670
|
"kind": 1024,
|
8899
8671
|
"kindString": "Property",
|
@@ -8912,12 +8684,12 @@
|
|
8912
8684
|
],
|
8913
8685
|
"type": {
|
8914
8686
|
"type": "reference",
|
8915
|
-
"id":
|
8687
|
+
"id": 548,
|
8916
8688
|
"name": "SkyOverlayPosition"
|
8917
8689
|
}
|
8918
8690
|
},
|
8919
8691
|
{
|
8920
|
-
"id":
|
8692
|
+
"id": 519,
|
8921
8693
|
"name": "showBackdrop",
|
8922
8694
|
"kind": 1024,
|
8923
8695
|
"kindString": "Property",
|
@@ -8940,7 +8712,7 @@
|
|
8940
8712
|
}
|
8941
8713
|
},
|
8942
8714
|
{
|
8943
|
-
"id":
|
8715
|
+
"id": 520,
|
8944
8716
|
"name": "wrapperClass",
|
8945
8717
|
"kind": 1024,
|
8946
8718
|
"kindString": "Property",
|
@@ -8968,13 +8740,13 @@
|
|
8968
8740
|
"title": "Properties",
|
8969
8741
|
"kind": 1024,
|
8970
8742
|
"children": [
|
8743
|
+
515,
|
8971
8744
|
516,
|
8972
8745
|
517,
|
8973
8746
|
518,
|
8747
|
+
521,
|
8974
8748
|
519,
|
8975
|
-
|
8976
|
-
520,
|
8977
|
-
521
|
8749
|
+
520
|
8978
8750
|
]
|
8979
8751
|
}
|
8980
8752
|
],
|
@@ -8987,7 +8759,7 @@
|
|
8987
8759
|
]
|
8988
8760
|
},
|
8989
8761
|
{
|
8990
|
-
"id":
|
8762
|
+
"id": 748,
|
8991
8763
|
"name": "SkyViewkeeperOptions",
|
8992
8764
|
"kind": 256,
|
8993
8765
|
"kindString": "Interface",
|
@@ -8997,7 +8769,7 @@
|
|
8997
8769
|
},
|
8998
8770
|
"children": [
|
8999
8771
|
{
|
9000
|
-
"id":
|
8772
|
+
"id": 749,
|
9001
8773
|
"name": "boundaryEl",
|
9002
8774
|
"kind": 1024,
|
9003
8775
|
"kindString": "Property",
|
@@ -9022,7 +8794,7 @@
|
|
9022
8794
|
}
|
9023
8795
|
},
|
9024
8796
|
{
|
9025
|
-
"id":
|
8797
|
+
"id": 750,
|
9026
8798
|
"name": "el",
|
9027
8799
|
"kind": 1024,
|
9028
8800
|
"kindString": "Property",
|
@@ -9047,7 +8819,7 @@
|
|
9047
8819
|
}
|
9048
8820
|
},
|
9049
8821
|
{
|
9050
|
-
"id":
|
8822
|
+
"id": 751,
|
9051
8823
|
"name": "scrollableHost",
|
9052
8824
|
"kind": 1024,
|
9053
8825
|
"kindString": "Property",
|
@@ -9072,7 +8844,7 @@
|
|
9072
8844
|
}
|
9073
8845
|
},
|
9074
8846
|
{
|
9075
|
-
"id":
|
8847
|
+
"id": 752,
|
9076
8848
|
"name": "setWidth",
|
9077
8849
|
"kind": 1024,
|
9078
8850
|
"kindString": "Property",
|
@@ -9095,7 +8867,7 @@
|
|
9095
8867
|
}
|
9096
8868
|
},
|
9097
8869
|
{
|
9098
|
-
"id":
|
8870
|
+
"id": 753,
|
9099
8871
|
"name": "verticalOffset",
|
9100
8872
|
"kind": 1024,
|
9101
8873
|
"kindString": "Property",
|
@@ -9118,7 +8890,7 @@
|
|
9118
8890
|
}
|
9119
8891
|
},
|
9120
8892
|
{
|
9121
|
-
"id":
|
8893
|
+
"id": 754,
|
9122
8894
|
"name": "verticalOffsetEl",
|
9123
8895
|
"kind": 1024,
|
9124
8896
|
"kindString": "Property",
|
@@ -9143,7 +8915,7 @@
|
|
9143
8915
|
}
|
9144
8916
|
},
|
9145
8917
|
{
|
9146
|
-
"id":
|
8918
|
+
"id": 755,
|
9147
8919
|
"name": "viewportMarginTop",
|
9148
8920
|
"kind": 1024,
|
9149
8921
|
"kindString": "Property",
|
@@ -9171,13 +8943,13 @@
|
|
9171
8943
|
"title": "Properties",
|
9172
8944
|
"kind": 1024,
|
9173
8945
|
"children": [
|
9174
|
-
|
9175
|
-
|
9176
|
-
|
9177
|
-
|
9178
|
-
|
9179
|
-
|
9180
|
-
|
8946
|
+
749,
|
8947
|
+
750,
|
8948
|
+
751,
|
8949
|
+
752,
|
8950
|
+
753,
|
8951
|
+
754,
|
8952
|
+
755
|
9181
8953
|
]
|
9182
8954
|
}
|
9183
8955
|
],
|
@@ -9191,7 +8963,7 @@
|
|
9191
8963
|
"implementedBy": [
|
9192
8964
|
{
|
9193
8965
|
"type": "reference",
|
9194
|
-
"id":
|
8966
|
+
"id": 738,
|
9195
8967
|
"name": "SkyViewkeeperHostOptions"
|
9196
8968
|
}
|
9197
8969
|
]
|
@@ -9330,7 +9102,7 @@
|
|
9330
9102
|
}
|
9331
9103
|
},
|
9332
9104
|
{
|
9333
|
-
"id":
|
9105
|
+
"id": 390,
|
9334
9106
|
"name": "SkyMediaQueryListener",
|
9335
9107
|
"kind": 4194304,
|
9336
9108
|
"kindString": "Type alias",
|
@@ -9345,7 +9117,7 @@
|
|
9345
9117
|
"type": {
|
9346
9118
|
"type": "reflection",
|
9347
9119
|
"declaration": {
|
9348
|
-
"id":
|
9120
|
+
"id": 391,
|
9349
9121
|
"name": "__type",
|
9350
9122
|
"kind": 65536,
|
9351
9123
|
"kindString": "Type literal",
|
@@ -9359,7 +9131,7 @@
|
|
9359
9131
|
],
|
9360
9132
|
"signatures": [
|
9361
9133
|
{
|
9362
|
-
"id":
|
9134
|
+
"id": 392,
|
9363
9135
|
"name": "__type",
|
9364
9136
|
"kind": 4096,
|
9365
9137
|
"kindString": "Call signature",
|
@@ -9369,14 +9141,14 @@
|
|
9369
9141
|
},
|
9370
9142
|
"parameters": [
|
9371
9143
|
{
|
9372
|
-
"id":
|
9144
|
+
"id": 393,
|
9373
9145
|
"name": "args",
|
9374
9146
|
"kind": 32768,
|
9375
9147
|
"kindString": "Parameter",
|
9376
9148
|
"flags": {},
|
9377
9149
|
"type": {
|
9378
9150
|
"type": "reference",
|
9379
|
-
"id":
|
9151
|
+
"id": 385,
|
9380
9152
|
"name": "SkyMediaBreakpoints"
|
9381
9153
|
}
|
9382
9154
|
}
|
@@ -9391,7 +9163,7 @@
|
|
9391
9163
|
}
|
9392
9164
|
},
|
9393
9165
|
{
|
9394
|
-
"id":
|
9166
|
+
"id": 548,
|
9395
9167
|
"name": "SkyOverlayPosition",
|
9396
9168
|
"kind": 4194304,
|
9397
9169
|
"kindString": "Type alias",
|
@@ -9416,6 +9188,187 @@
|
|
9416
9188
|
}
|
9417
9189
|
]
|
9418
9190
|
}
|
9191
|
+
},
|
9192
|
+
{
|
9193
|
+
"id": 1006,
|
9194
|
+
"name": "mockResizeObserverEntry",
|
9195
|
+
"kind": 32,
|
9196
|
+
"kindString": "Variable",
|
9197
|
+
"flags": {
|
9198
|
+
"isConst": true
|
9199
|
+
},
|
9200
|
+
"sources": [
|
9201
|
+
{
|
9202
|
+
"fileName": "projects/core/src/testing/resize-observer-mock.ts",
|
9203
|
+
"line": 1,
|
9204
|
+
"character": 13
|
9205
|
+
}
|
9206
|
+
],
|
9207
|
+
"type": {
|
9208
|
+
"type": "reference",
|
9209
|
+
"qualifiedName": "ResizeObserverEntry",
|
9210
|
+
"package": "typescript",
|
9211
|
+
"name": "ResizeObserverEntry"
|
9212
|
+
},
|
9213
|
+
"defaultValue": "..."
|
9214
|
+
},
|
9215
|
+
{
|
9216
|
+
"id": 1007,
|
9217
|
+
"name": "mockResizeObserverHandle",
|
9218
|
+
"kind": 32,
|
9219
|
+
"kindString": "Variable",
|
9220
|
+
"flags": {
|
9221
|
+
"isConst": true
|
9222
|
+
},
|
9223
|
+
"sources": [
|
9224
|
+
{
|
9225
|
+
"fileName": "projects/core/src/testing/resize-observer-mock.ts",
|
9226
|
+
"line": 24,
|
9227
|
+
"character": 13
|
9228
|
+
}
|
9229
|
+
],
|
9230
|
+
"type": {
|
9231
|
+
"type": "reflection",
|
9232
|
+
"declaration": {
|
9233
|
+
"id": 1008,
|
9234
|
+
"name": "__type",
|
9235
|
+
"kind": 65536,
|
9236
|
+
"kindString": "Type literal",
|
9237
|
+
"flags": {},
|
9238
|
+
"children": [
|
9239
|
+
{
|
9240
|
+
"id": 1009,
|
9241
|
+
"name": "callback",
|
9242
|
+
"kind": 1024,
|
9243
|
+
"kindString": "Property",
|
9244
|
+
"flags": {},
|
9245
|
+
"sources": [
|
9246
|
+
{
|
9247
|
+
"fileName": "libs/components/core/testing/src/resize-observer-mock.ts",
|
9248
|
+
"line": 25,
|
9249
|
+
"character": 2
|
9250
|
+
}
|
9251
|
+
],
|
9252
|
+
"type": {
|
9253
|
+
"type": "reference",
|
9254
|
+
"qualifiedName": "ResizeObserverCallback",
|
9255
|
+
"package": "typescript",
|
9256
|
+
"name": "ResizeObserverCallback"
|
9257
|
+
},
|
9258
|
+
"defaultValue": "defaultCallback"
|
9259
|
+
},
|
9260
|
+
{
|
9261
|
+
"id": 1010,
|
9262
|
+
"name": "emit",
|
9263
|
+
"kind": 1024,
|
9264
|
+
"kindString": "Property",
|
9265
|
+
"flags": {},
|
9266
|
+
"sources": [
|
9267
|
+
{
|
9268
|
+
"fileName": "libs/components/core/testing/src/resize-observer-mock.ts",
|
9269
|
+
"line": 26,
|
9270
|
+
"character": 2
|
9271
|
+
}
|
9272
|
+
],
|
9273
|
+
"type": {
|
9274
|
+
"type": "reflection",
|
9275
|
+
"declaration": {
|
9276
|
+
"id": 1011,
|
9277
|
+
"name": "__type",
|
9278
|
+
"kind": 65536,
|
9279
|
+
"kindString": "Type literal",
|
9280
|
+
"flags": {},
|
9281
|
+
"signatures": [
|
9282
|
+
{
|
9283
|
+
"id": 1012,
|
9284
|
+
"name": "__type",
|
9285
|
+
"kind": 4096,
|
9286
|
+
"kindString": "Call signature",
|
9287
|
+
"flags": {},
|
9288
|
+
"parameters": [
|
9289
|
+
{
|
9290
|
+
"id": 1013,
|
9291
|
+
"name": "entries",
|
9292
|
+
"kind": 32768,
|
9293
|
+
"kindString": "Parameter",
|
9294
|
+
"flags": {},
|
9295
|
+
"type": {
|
9296
|
+
"type": "array",
|
9297
|
+
"elementType": {
|
9298
|
+
"type": "reference",
|
9299
|
+
"qualifiedName": "ResizeObserverEntry",
|
9300
|
+
"package": "typescript",
|
9301
|
+
"name": "ResizeObserverEntry"
|
9302
|
+
}
|
9303
|
+
}
|
9304
|
+
},
|
9305
|
+
{
|
9306
|
+
"id": 1014,
|
9307
|
+
"name": "observer",
|
9308
|
+
"kind": 32768,
|
9309
|
+
"kindString": "Parameter",
|
9310
|
+
"flags": {
|
9311
|
+
"isOptional": true
|
9312
|
+
},
|
9313
|
+
"type": {
|
9314
|
+
"type": "reference",
|
9315
|
+
"qualifiedName": "ResizeObserver",
|
9316
|
+
"package": "typescript",
|
9317
|
+
"name": "ResizeObserver"
|
9318
|
+
}
|
9319
|
+
}
|
9320
|
+
],
|
9321
|
+
"type": {
|
9322
|
+
"type": "intrinsic",
|
9323
|
+
"name": "void"
|
9324
|
+
}
|
9325
|
+
}
|
9326
|
+
]
|
9327
|
+
}
|
9328
|
+
},
|
9329
|
+
"defaultValue": "..."
|
9330
|
+
}
|
9331
|
+
],
|
9332
|
+
"groups": [
|
9333
|
+
{
|
9334
|
+
"title": "Properties",
|
9335
|
+
"kind": 1024,
|
9336
|
+
"children": [
|
9337
|
+
1009,
|
9338
|
+
1010
|
9339
|
+
]
|
9340
|
+
}
|
9341
|
+
]
|
9342
|
+
}
|
9343
|
+
},
|
9344
|
+
"defaultValue": "..."
|
9345
|
+
},
|
9346
|
+
{
|
9347
|
+
"id": 1004,
|
9348
|
+
"name": "mockResizeObserver",
|
9349
|
+
"kind": 64,
|
9350
|
+
"kindString": "Function",
|
9351
|
+
"flags": {},
|
9352
|
+
"sources": [
|
9353
|
+
{
|
9354
|
+
"fileName": "projects/core/src/testing/resize-observer-mock.ts",
|
9355
|
+
"line": 31,
|
9356
|
+
"character": 16
|
9357
|
+
}
|
9358
|
+
],
|
9359
|
+
"signatures": [
|
9360
|
+
{
|
9361
|
+
"id": 1005,
|
9362
|
+
"name": "mockResizeObserver",
|
9363
|
+
"kind": 4096,
|
9364
|
+
"kindString": "Call signature",
|
9365
|
+
"flags": {},
|
9366
|
+
"type": {
|
9367
|
+
"type": "intrinsic",
|
9368
|
+
"name": "void"
|
9369
|
+
}
|
9370
|
+
}
|
9371
|
+
]
|
9419
9372
|
}
|
9420
9373
|
],
|
9421
9374
|
"groups": [
|