@skyux/core 5.6.0 → 5.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-core.umd.js +63 -41
- package/documentation.json +499 -954
- package/esm2015/lib/modules/affix/affixer.js.map +1 -1
- package/esm2015/lib/modules/dock/dock.service.js +18 -15
- package/esm2015/lib/modules/dock/dock.service.js.map +1 -1
- package/esm2015/lib/modules/log/log.service.js +1 -0
- package/esm2015/lib/modules/log/log.service.js.map +1 -1
- package/esm2015/lib/modules/numeric/numeric.options.js +1 -1
- package/esm2015/lib/modules/numeric/numeric.options.js.map +1 -1
- package/esm2015/lib/modules/numeric/numeric.service.js +4 -3
- package/esm2015/lib/modules/numeric/numeric.service.js.map +1 -1
- package/esm2015/lib/modules/scrollable-host/scrollable-host.service.js +35 -14
- package/esm2015/lib/modules/scrollable-host/scrollable-host.service.js.map +1 -1
- package/esm2015/lib/modules/shared/number-format/number-format-utility.js +0 -2
- package/esm2015/lib/modules/shared/number-format/number-format-utility.js.map +1 -1
- package/esm2015/lib/modules/shared/sky-core-resources.module.js +1 -1
- package/esm2015/lib/modules/shared/sky-core-resources.module.js.map +1 -1
- package/esm2015/lib/modules/viewkeeper/viewkeeper.js +3 -6
- package/esm2015/lib/modules/viewkeeper/viewkeeper.js.map +1 -1
- package/fesm2015/skyux-core.js +63 -42
- package/fesm2015/skyux-core.js.map +1 -1
- package/lib/modules/dock/dock.service.d.ts +2 -2
- package/lib/modules/numeric/numeric.options.d.ts +1 -1
- package/lib/modules/scrollable-host/scrollable-host.service.d.ts +2 -1
- package/lib/modules/shared/number-format/number-format-utility.d.ts +0 -1
- package/lib/modules/shared/sky-core-resources.module.d.ts +1 -1
- package/package.json +11 -10
package/documentation.json
CHANGED
@@ -127,7 +127,7 @@
|
|
127
127
|
]
|
128
128
|
},
|
129
129
|
{
|
130
|
-
"id":
|
130
|
+
"id": 237,
|
131
131
|
"name": "SkyDockLocation",
|
132
132
|
"kind": 8,
|
133
133
|
"kindString": "Enumeration",
|
@@ -137,7 +137,7 @@
|
|
137
137
|
},
|
138
138
|
"children": [
|
139
139
|
{
|
140
|
-
"id":
|
140
|
+
"id": 238,
|
141
141
|
"name": "BeforeElement",
|
142
142
|
"kind": 16,
|
143
143
|
"kindString": "Enumeration member",
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"defaultValue": "0"
|
156
156
|
},
|
157
157
|
{
|
158
|
-
"id":
|
158
|
+
"id": 239,
|
159
159
|
"name": "BodyBottom",
|
160
160
|
"kind": 16,
|
161
161
|
"kindString": "Enumeration member",
|
@@ -173,7 +173,7 @@
|
|
173
173
|
"defaultValue": "1"
|
174
174
|
},
|
175
175
|
{
|
176
|
-
"id":
|
176
|
+
"id": 240,
|
177
177
|
"name": "ElementBottom",
|
178
178
|
"kind": 16,
|
179
179
|
"kindString": "Enumeration member",
|
@@ -196,9 +196,9 @@
|
|
196
196
|
"title": "Enumeration members",
|
197
197
|
"kind": 16,
|
198
198
|
"children": [
|
199
|
-
|
200
|
-
|
201
|
-
|
199
|
+
238,
|
200
|
+
239,
|
201
|
+
240
|
202
202
|
]
|
203
203
|
}
|
204
204
|
],
|
@@ -211,7 +211,7 @@
|
|
211
211
|
]
|
212
212
|
},
|
213
213
|
{
|
214
|
-
"id":
|
214
|
+
"id": 269,
|
215
215
|
"name": "SkyDynamicComponentLocation",
|
216
216
|
"kind": 8,
|
217
217
|
"kindString": "Enumeration",
|
@@ -221,7 +221,7 @@
|
|
221
221
|
},
|
222
222
|
"children": [
|
223
223
|
{
|
224
|
-
"id":
|
224
|
+
"id": 270,
|
225
225
|
"name": "BeforeElement",
|
226
226
|
"kind": 16,
|
227
227
|
"kindString": "Enumeration member",
|
@@ -239,7 +239,7 @@
|
|
239
239
|
"defaultValue": "0"
|
240
240
|
},
|
241
241
|
{
|
242
|
-
"id":
|
242
|
+
"id": 271,
|
243
243
|
"name": "BodyBottom",
|
244
244
|
"kind": 16,
|
245
245
|
"kindString": "Enumeration member",
|
@@ -257,7 +257,7 @@
|
|
257
257
|
"defaultValue": "1"
|
258
258
|
},
|
259
259
|
{
|
260
|
-
"id":
|
260
|
+
"id": 272,
|
261
261
|
"name": "BodyTop",
|
262
262
|
"kind": 16,
|
263
263
|
"kindString": "Enumeration member",
|
@@ -275,7 +275,7 @@
|
|
275
275
|
"defaultValue": "2"
|
276
276
|
},
|
277
277
|
{
|
278
|
-
"id":
|
278
|
+
"id": 273,
|
279
279
|
"name": "ElementBottom",
|
280
280
|
"kind": 16,
|
281
281
|
"kindString": "Enumeration member",
|
@@ -293,7 +293,7 @@
|
|
293
293
|
"defaultValue": "3"
|
294
294
|
},
|
295
295
|
{
|
296
|
-
"id":
|
296
|
+
"id": 274,
|
297
297
|
"name": "ElementTop",
|
298
298
|
"kind": 16,
|
299
299
|
"kindString": "Enumeration member",
|
@@ -316,11 +316,11 @@
|
|
316
316
|
"title": "Enumeration members",
|
317
317
|
"kind": 16,
|
318
318
|
"children": [
|
319
|
-
268,
|
320
|
-
269,
|
321
319
|
270,
|
322
320
|
271,
|
323
|
-
272
|
321
|
+
272,
|
322
|
+
273,
|
323
|
+
274
|
324
324
|
]
|
325
325
|
}
|
326
326
|
],
|
@@ -333,14 +333,14 @@
|
|
333
333
|
]
|
334
334
|
},
|
335
335
|
{
|
336
|
-
"id":
|
336
|
+
"id": 323,
|
337
337
|
"name": "SkyMediaBreakpoints",
|
338
338
|
"kind": 8,
|
339
339
|
"kindString": "Enumeration",
|
340
340
|
"flags": {},
|
341
341
|
"children": [
|
342
342
|
{
|
343
|
-
"id":
|
343
|
+
"id": 327,
|
344
344
|
"name": "lg",
|
345
345
|
"kind": 16,
|
346
346
|
"kindString": "Enumeration member",
|
@@ -358,7 +358,7 @@
|
|
358
358
|
"defaultValue": "4"
|
359
359
|
},
|
360
360
|
{
|
361
|
-
"id":
|
361
|
+
"id": 326,
|
362
362
|
"name": "md",
|
363
363
|
"kind": 16,
|
364
364
|
"kindString": "Enumeration member",
|
@@ -376,7 +376,7 @@
|
|
376
376
|
"defaultValue": "3"
|
377
377
|
},
|
378
378
|
{
|
379
|
-
"id":
|
379
|
+
"id": 325,
|
380
380
|
"name": "sm",
|
381
381
|
"kind": 16,
|
382
382
|
"kindString": "Enumeration member",
|
@@ -394,7 +394,7 @@
|
|
394
394
|
"defaultValue": "2"
|
395
395
|
},
|
396
396
|
{
|
397
|
-
"id":
|
397
|
+
"id": 324,
|
398
398
|
"name": "xs",
|
399
399
|
"kind": 16,
|
400
400
|
"kindString": "Enumeration member",
|
@@ -417,10 +417,10 @@
|
|
417
417
|
"title": "Enumeration members",
|
418
418
|
"kind": 16,
|
419
419
|
"children": [
|
420
|
+
327,
|
421
|
+
326,
|
420
422
|
325,
|
421
|
-
324
|
422
|
-
323,
|
423
|
-
322
|
423
|
+
324
|
424
424
|
]
|
425
425
|
}
|
426
426
|
],
|
@@ -433,7 +433,7 @@
|
|
433
433
|
]
|
434
434
|
},
|
435
435
|
{
|
436
|
-
"id":
|
436
|
+
"id": 371,
|
437
437
|
"name": "MutationObserverService",
|
438
438
|
"kind": 128,
|
439
439
|
"kindString": "Class",
|
@@ -454,28 +454,7 @@
|
|
454
454
|
],
|
455
455
|
"children": [
|
456
456
|
{
|
457
|
-
"id":
|
458
|
-
"name": "constructor",
|
459
|
-
"kind": 512,
|
460
|
-
"kindString": "Constructor",
|
461
|
-
"flags": {},
|
462
|
-
"signatures": [
|
463
|
-
{
|
464
|
-
"id": 371,
|
465
|
-
"name": "new MutationObserverService",
|
466
|
-
"kind": 16384,
|
467
|
-
"kindString": "Constructor signature",
|
468
|
-
"flags": {},
|
469
|
-
"type": {
|
470
|
-
"type": "reference",
|
471
|
-
"id": 369,
|
472
|
-
"name": "MutationObserverService"
|
473
|
-
}
|
474
|
-
}
|
475
|
-
]
|
476
|
-
},
|
477
|
-
{
|
478
|
-
"id": 372,
|
457
|
+
"id": 374,
|
479
458
|
"name": "create",
|
480
459
|
"kind": 2048,
|
481
460
|
"kindString": "Method",
|
@@ -491,14 +470,14 @@
|
|
491
470
|
],
|
492
471
|
"signatures": [
|
493
472
|
{
|
494
|
-
"id":
|
473
|
+
"id": 375,
|
495
474
|
"name": "create",
|
496
475
|
"kind": 4096,
|
497
476
|
"kindString": "Call signature",
|
498
477
|
"flags": {},
|
499
478
|
"parameters": [
|
500
479
|
{
|
501
|
-
"id":
|
480
|
+
"id": 376,
|
502
481
|
"name": "callback",
|
503
482
|
"kind": 32768,
|
504
483
|
"kindString": "Parameter",
|
@@ -524,14 +503,14 @@
|
|
524
503
|
"title": "Constructors",
|
525
504
|
"kind": 512,
|
526
505
|
"children": [
|
527
|
-
|
506
|
+
372
|
528
507
|
]
|
529
508
|
},
|
530
509
|
{
|
531
510
|
"title": "Methods",
|
532
511
|
"kind": 2048,
|
533
512
|
"children": [
|
534
|
-
|
513
|
+
374
|
535
514
|
]
|
536
515
|
}
|
537
516
|
],
|
@@ -544,7 +523,7 @@
|
|
544
523
|
]
|
545
524
|
},
|
546
525
|
{
|
547
|
-
"id":
|
526
|
+
"id": 383,
|
548
527
|
"name": "NumericOptions",
|
549
528
|
"kind": 128,
|
550
529
|
"kindString": "Class",
|
@@ -554,28 +533,7 @@
|
|
554
533
|
},
|
555
534
|
"children": [
|
556
535
|
{
|
557
|
-
"id":
|
558
|
-
"name": "constructor",
|
559
|
-
"kind": 512,
|
560
|
-
"kindString": "Constructor",
|
561
|
-
"flags": {},
|
562
|
-
"signatures": [
|
563
|
-
{
|
564
|
-
"id": 383,
|
565
|
-
"name": "new NumericOptions",
|
566
|
-
"kind": 16384,
|
567
|
-
"kindString": "Constructor signature",
|
568
|
-
"flags": {},
|
569
|
-
"type": {
|
570
|
-
"type": "reference",
|
571
|
-
"id": 381,
|
572
|
-
"name": "NumericOptions"
|
573
|
-
}
|
574
|
-
}
|
575
|
-
]
|
576
|
-
},
|
577
|
-
{
|
578
|
-
"id": 386,
|
536
|
+
"id": 388,
|
579
537
|
"name": "currencySign",
|
580
538
|
"kind": 1024,
|
581
539
|
"kindString": "Property",
|
@@ -615,7 +573,7 @@
|
|
615
573
|
"defaultValue": "'standard'"
|
616
574
|
},
|
617
575
|
{
|
618
|
-
"id":
|
576
|
+
"id": 386,
|
619
577
|
"name": "digits",
|
620
578
|
"kind": 1024,
|
621
579
|
"kindString": "Property",
|
@@ -646,7 +604,7 @@
|
|
646
604
|
"defaultValue": "1"
|
647
605
|
},
|
648
606
|
{
|
649
|
-
"id":
|
607
|
+
"id": 387,
|
650
608
|
"name": "format",
|
651
609
|
"kind": 1024,
|
652
610
|
"kindString": "Property",
|
@@ -677,7 +635,7 @@
|
|
677
635
|
"defaultValue": "'number'"
|
678
636
|
},
|
679
637
|
{
|
680
|
-
"id":
|
638
|
+
"id": 389,
|
681
639
|
"name": "iso",
|
682
640
|
"kind": 1024,
|
683
641
|
"kindString": "Property",
|
@@ -708,7 +666,7 @@
|
|
708
666
|
"defaultValue": "'USD'"
|
709
667
|
},
|
710
668
|
{
|
711
|
-
"id":
|
669
|
+
"id": 390,
|
712
670
|
"name": "locale",
|
713
671
|
"kind": 1024,
|
714
672
|
"kindString": "Property",
|
@@ -732,7 +690,7 @@
|
|
732
690
|
}
|
733
691
|
},
|
734
692
|
{
|
735
|
-
"id":
|
693
|
+
"id": 391,
|
736
694
|
"name": "minDigits",
|
737
695
|
"kind": 1024,
|
738
696
|
"kindString": "Property",
|
@@ -756,7 +714,7 @@
|
|
756
714
|
}
|
757
715
|
},
|
758
716
|
{
|
759
|
-
"id":
|
717
|
+
"id": 392,
|
760
718
|
"name": "truncate",
|
761
719
|
"kind": 1024,
|
762
720
|
"kindString": "Property",
|
@@ -765,7 +723,7 @@
|
|
765
723
|
"isOptional": true
|
766
724
|
},
|
767
725
|
"comment": {
|
768
|
-
"shortText": "Indicates whether to shorten numbers to rounded numbers and abbreviation characters\nsuch as K for thousands, M for millions, B for billions, and T for
|
726
|
+
"shortText": "Indicates whether to shorten numbers to rounded numbers and abbreviation characters\nsuch as K for thousands, M for millions, B for billions, and T for trillions."
|
769
727
|
},
|
770
728
|
"sources": [
|
771
729
|
{
|
@@ -781,7 +739,7 @@
|
|
781
739
|
"defaultValue": "true"
|
782
740
|
},
|
783
741
|
{
|
784
|
-
"id":
|
742
|
+
"id": 393,
|
785
743
|
"name": "truncateAfter",
|
786
744
|
"kind": 1024,
|
787
745
|
"kindString": "Property",
|
@@ -817,21 +775,21 @@
|
|
817
775
|
"title": "Constructors",
|
818
776
|
"kind": 512,
|
819
777
|
"children": [
|
820
|
-
|
778
|
+
384
|
821
779
|
]
|
822
780
|
},
|
823
781
|
{
|
824
782
|
"title": "Properties",
|
825
783
|
"kind": 1024,
|
826
784
|
"children": [
|
785
|
+
388,
|
827
786
|
386,
|
828
|
-
384,
|
829
|
-
385,
|
830
787
|
387,
|
831
|
-
388,
|
832
788
|
389,
|
833
789
|
390,
|
834
|
-
391
|
790
|
+
391,
|
791
|
+
392,
|
792
|
+
393
|
835
793
|
]
|
836
794
|
}
|
837
795
|
],
|
@@ -863,29 +821,7 @@
|
|
863
821
|
}
|
864
822
|
}
|
865
823
|
],
|
866
|
-
"children": [
|
867
|
-
{
|
868
|
-
"id": 138,
|
869
|
-
"name": "constructor",
|
870
|
-
"kind": 512,
|
871
|
-
"kindString": "Constructor",
|
872
|
-
"flags": {},
|
873
|
-
"signatures": [
|
874
|
-
{
|
875
|
-
"id": 139,
|
876
|
-
"name": "new SkyAffixModule",
|
877
|
-
"kind": 16384,
|
878
|
-
"kindString": "Constructor signature",
|
879
|
-
"flags": {},
|
880
|
-
"type": {
|
881
|
-
"type": "reference",
|
882
|
-
"id": 137,
|
883
|
-
"name": "SkyAffixModule"
|
884
|
-
}
|
885
|
-
}
|
886
|
-
]
|
887
|
-
}
|
888
|
-
],
|
824
|
+
"children": [],
|
889
825
|
"groups": [
|
890
826
|
{
|
891
827
|
"title": "Constructors",
|
@@ -1235,7 +1171,7 @@
|
|
1235
1171
|
]
|
1236
1172
|
},
|
1237
1173
|
{
|
1238
|
-
"id":
|
1174
|
+
"id": 177,
|
1239
1175
|
"name": "affixTo",
|
1240
1176
|
"kind": 2048,
|
1241
1177
|
"kindString": "Method",
|
@@ -1251,7 +1187,7 @@
|
|
1251
1187
|
],
|
1252
1188
|
"signatures": [
|
1253
1189
|
{
|
1254
|
-
"id":
|
1190
|
+
"id": 178,
|
1255
1191
|
"name": "affixTo",
|
1256
1192
|
"kind": 4096,
|
1257
1193
|
"kindString": "Call signature",
|
@@ -1261,7 +1197,7 @@
|
|
1261
1197
|
},
|
1262
1198
|
"parameters": [
|
1263
1199
|
{
|
1264
|
-
"id":
|
1200
|
+
"id": 179,
|
1265
1201
|
"name": "baseElement",
|
1266
1202
|
"kind": 32768,
|
1267
1203
|
"kindString": "Parameter",
|
@@ -1277,7 +1213,7 @@
|
|
1277
1213
|
}
|
1278
1214
|
},
|
1279
1215
|
{
|
1280
|
-
"id":
|
1216
|
+
"id": 180,
|
1281
1217
|
"name": "config",
|
1282
1218
|
"kind": 32768,
|
1283
1219
|
"kindString": "Parameter",
|
@@ -1302,7 +1238,7 @@
|
|
1302
1238
|
]
|
1303
1239
|
},
|
1304
1240
|
{
|
1305
|
-
"id":
|
1241
|
+
"id": 183,
|
1306
1242
|
"name": "destroy",
|
1307
1243
|
"kind": 2048,
|
1308
1244
|
"kindString": "Method",
|
@@ -1318,7 +1254,7 @@
|
|
1318
1254
|
],
|
1319
1255
|
"signatures": [
|
1320
1256
|
{
|
1321
|
-
"id":
|
1257
|
+
"id": 184,
|
1322
1258
|
"name": "destroy",
|
1323
1259
|
"kind": 4096,
|
1324
1260
|
"kindString": "Call signature",
|
@@ -1334,7 +1270,7 @@
|
|
1334
1270
|
]
|
1335
1271
|
},
|
1336
1272
|
{
|
1337
|
-
"id":
|
1273
|
+
"id": 181,
|
1338
1274
|
"name": "reaffix",
|
1339
1275
|
"kind": 2048,
|
1340
1276
|
"kindString": "Method",
|
@@ -1350,7 +1286,7 @@
|
|
1350
1286
|
],
|
1351
1287
|
"signatures": [
|
1352
1288
|
{
|
1353
|
-
"id":
|
1289
|
+
"id": 182,
|
1354
1290
|
"name": "reaffix",
|
1355
1291
|
"kind": 4096,
|
1356
1292
|
"kindString": "Call signature",
|
@@ -1387,9 +1323,9 @@
|
|
1387
1323
|
"title": "Methods",
|
1388
1324
|
"kind": 2048,
|
1389
1325
|
"children": [
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1326
|
+
177,
|
1327
|
+
183,
|
1328
|
+
181
|
1393
1329
|
]
|
1394
1330
|
}
|
1395
1331
|
],
|
@@ -1402,7 +1338,7 @@
|
|
1402
1338
|
]
|
1403
1339
|
},
|
1404
1340
|
{
|
1405
|
-
"id":
|
1341
|
+
"id": 303,
|
1406
1342
|
"name": "SkyAppFormat",
|
1407
1343
|
"kind": 128,
|
1408
1344
|
"kindString": "Class",
|
@@ -1423,28 +1359,7 @@
|
|
1423
1359
|
],
|
1424
1360
|
"children": [
|
1425
1361
|
{
|
1426
|
-
"id":
|
1427
|
-
"name": "constructor",
|
1428
|
-
"kind": 512,
|
1429
|
-
"kindString": "Constructor",
|
1430
|
-
"flags": {},
|
1431
|
-
"signatures": [
|
1432
|
-
{
|
1433
|
-
"id": 303,
|
1434
|
-
"name": "new SkyAppFormat",
|
1435
|
-
"kind": 16384,
|
1436
|
-
"kindString": "Constructor signature",
|
1437
|
-
"flags": {},
|
1438
|
-
"type": {
|
1439
|
-
"type": "reference",
|
1440
|
-
"id": 301,
|
1441
|
-
"name": "SkyAppFormat"
|
1442
|
-
}
|
1443
|
-
}
|
1444
|
-
]
|
1445
|
-
},
|
1446
|
-
{
|
1447
|
-
"id": 304,
|
1362
|
+
"id": 306,
|
1448
1363
|
"name": "formatText",
|
1449
1364
|
"kind": 2048,
|
1450
1365
|
"kindString": "Method",
|
@@ -1460,14 +1375,14 @@
|
|
1460
1375
|
],
|
1461
1376
|
"signatures": [
|
1462
1377
|
{
|
1463
|
-
"id":
|
1378
|
+
"id": 307,
|
1464
1379
|
"name": "formatText",
|
1465
1380
|
"kind": 4096,
|
1466
1381
|
"kindString": "Call signature",
|
1467
1382
|
"flags": {},
|
1468
1383
|
"parameters": [
|
1469
1384
|
{
|
1470
|
-
"id":
|
1385
|
+
"id": 308,
|
1471
1386
|
"name": "format",
|
1472
1387
|
"kind": 32768,
|
1473
1388
|
"kindString": "Parameter",
|
@@ -1478,7 +1393,7 @@
|
|
1478
1393
|
}
|
1479
1394
|
},
|
1480
1395
|
{
|
1481
|
-
"id":
|
1396
|
+
"id": 309,
|
1482
1397
|
"name": "args",
|
1483
1398
|
"kind": 32768,
|
1484
1399
|
"kindString": "Parameter",
|
@@ -1507,14 +1422,14 @@
|
|
1507
1422
|
"title": "Constructors",
|
1508
1423
|
"kind": 512,
|
1509
1424
|
"children": [
|
1510
|
-
|
1425
|
+
304
|
1511
1426
|
]
|
1512
1427
|
},
|
1513
1428
|
{
|
1514
1429
|
"title": "Methods",
|
1515
1430
|
"kind": 2048,
|
1516
1431
|
"children": [
|
1517
|
-
|
1432
|
+
306
|
1518
1433
|
]
|
1519
1434
|
}
|
1520
1435
|
],
|
@@ -1527,7 +1442,7 @@
|
|
1527
1442
|
]
|
1528
1443
|
},
|
1529
1444
|
{
|
1530
|
-
"id":
|
1445
|
+
"id": 552,
|
1531
1446
|
"name": "SkyAppTitleService",
|
1532
1447
|
"kind": 128,
|
1533
1448
|
"kindString": "Class",
|
@@ -1551,7 +1466,7 @@
|
|
1551
1466
|
],
|
1552
1467
|
"children": [
|
1553
1468
|
{
|
1554
|
-
"id":
|
1469
|
+
"id": 553,
|
1555
1470
|
"name": "constructor",
|
1556
1471
|
"kind": 512,
|
1557
1472
|
"kindString": "Constructor",
|
@@ -1565,14 +1480,14 @@
|
|
1565
1480
|
],
|
1566
1481
|
"signatures": [
|
1567
1482
|
{
|
1568
|
-
"id":
|
1483
|
+
"id": 554,
|
1569
1484
|
"name": "new SkyAppTitleService",
|
1570
1485
|
"kind": 16384,
|
1571
1486
|
"kindString": "Constructor signature",
|
1572
1487
|
"flags": {},
|
1573
1488
|
"parameters": [
|
1574
1489
|
{
|
1575
|
-
"id":
|
1490
|
+
"id": 555,
|
1576
1491
|
"name": "title",
|
1577
1492
|
"kind": 32768,
|
1578
1493
|
"kindString": "Parameter",
|
@@ -1587,14 +1502,14 @@
|
|
1587
1502
|
],
|
1588
1503
|
"type": {
|
1589
1504
|
"type": "reference",
|
1590
|
-
"id":
|
1505
|
+
"id": 552,
|
1591
1506
|
"name": "SkyAppTitleService"
|
1592
1507
|
}
|
1593
1508
|
}
|
1594
1509
|
]
|
1595
1510
|
},
|
1596
1511
|
{
|
1597
|
-
"id":
|
1512
|
+
"id": 556,
|
1598
1513
|
"name": "setTitle",
|
1599
1514
|
"kind": 2048,
|
1600
1515
|
"kindString": "Method",
|
@@ -1610,7 +1525,7 @@
|
|
1610
1525
|
],
|
1611
1526
|
"signatures": [
|
1612
1527
|
{
|
1613
|
-
"id":
|
1528
|
+
"id": 557,
|
1614
1529
|
"name": "setTitle",
|
1615
1530
|
"kind": 4096,
|
1616
1531
|
"kindString": "Call signature",
|
@@ -1620,7 +1535,7 @@
|
|
1620
1535
|
},
|
1621
1536
|
"parameters": [
|
1622
1537
|
{
|
1623
|
-
"id":
|
1538
|
+
"id": 558,
|
1624
1539
|
"name": "args",
|
1625
1540
|
"kind": 32768,
|
1626
1541
|
"kindString": "Parameter",
|
@@ -1630,7 +1545,7 @@
|
|
1630
1545
|
},
|
1631
1546
|
"type": {
|
1632
1547
|
"type": "reference",
|
1633
|
-
"id":
|
1548
|
+
"id": 550,
|
1634
1549
|
"name": "SkyAppSetTitleArgs"
|
1635
1550
|
}
|
1636
1551
|
}
|
@@ -1648,14 +1563,14 @@
|
|
1648
1563
|
"title": "Constructors",
|
1649
1564
|
"kind": 512,
|
1650
1565
|
"children": [
|
1651
|
-
|
1566
|
+
553
|
1652
1567
|
]
|
1653
1568
|
},
|
1654
1569
|
{
|
1655
1570
|
"title": "Methods",
|
1656
1571
|
"kind": 2048,
|
1657
1572
|
"children": [
|
1658
|
-
|
1573
|
+
556
|
1659
1574
|
]
|
1660
1575
|
}
|
1661
1576
|
],
|
@@ -1668,7 +1583,7 @@
|
|
1668
1583
|
]
|
1669
1584
|
},
|
1670
1585
|
{
|
1671
|
-
"id":
|
1586
|
+
"id": 603,
|
1672
1587
|
"name": "SkyAppWindowRef",
|
1673
1588
|
"kind": 128,
|
1674
1589
|
"kindString": "Class",
|
@@ -1692,28 +1607,7 @@
|
|
1692
1607
|
],
|
1693
1608
|
"children": [
|
1694
1609
|
{
|
1695
|
-
"id":
|
1696
|
-
"name": "constructor",
|
1697
|
-
"kind": 512,
|
1698
|
-
"kindString": "Constructor",
|
1699
|
-
"flags": {},
|
1700
|
-
"signatures": [
|
1701
|
-
{
|
1702
|
-
"id": 600,
|
1703
|
-
"name": "new SkyAppWindowRef",
|
1704
|
-
"kind": 16384,
|
1705
|
-
"kindString": "Constructor signature",
|
1706
|
-
"flags": {},
|
1707
|
-
"type": {
|
1708
|
-
"type": "reference",
|
1709
|
-
"id": 598,
|
1710
|
-
"name": "SkyAppWindowRef"
|
1711
|
-
}
|
1712
|
-
}
|
1713
|
-
]
|
1714
|
-
},
|
1715
|
-
{
|
1716
|
-
"id": 601,
|
1610
|
+
"id": 606,
|
1717
1611
|
"name": "nativeWindow",
|
1718
1612
|
"kind": 262144,
|
1719
1613
|
"kindString": "Accessor",
|
@@ -1729,7 +1623,7 @@
|
|
1729
1623
|
],
|
1730
1624
|
"getSignature": [
|
1731
1625
|
{
|
1732
|
-
"id":
|
1626
|
+
"id": 607,
|
1733
1627
|
"name": "nativeWindow",
|
1734
1628
|
"kind": 524288,
|
1735
1629
|
"kindString": "Get signature",
|
@@ -1750,14 +1644,14 @@
|
|
1750
1644
|
"title": "Constructors",
|
1751
1645
|
"kind": 512,
|
1752
1646
|
"children": [
|
1753
|
-
|
1647
|
+
604
|
1754
1648
|
]
|
1755
1649
|
},
|
1756
1650
|
{
|
1757
1651
|
"title": "Accessors",
|
1758
1652
|
"kind": 262144,
|
1759
1653
|
"children": [
|
1760
|
-
|
1654
|
+
606
|
1761
1655
|
]
|
1762
1656
|
}
|
1763
1657
|
],
|
@@ -1797,29 +1691,7 @@
|
|
1797
1691
|
}
|
1798
1692
|
}
|
1799
1693
|
],
|
1800
|
-
"children": [
|
1801
|
-
{
|
1802
|
-
"id": 64,
|
1803
|
-
"name": "constructor",
|
1804
|
-
"kind": 512,
|
1805
|
-
"kindString": "Constructor",
|
1806
|
-
"flags": {},
|
1807
|
-
"signatures": [
|
1808
|
-
{
|
1809
|
-
"id": 65,
|
1810
|
-
"name": "new SkyCoreAdapterModule",
|
1811
|
-
"kind": 16384,
|
1812
|
-
"kindString": "Constructor signature",
|
1813
|
-
"flags": {},
|
1814
|
-
"type": {
|
1815
|
-
"type": "reference",
|
1816
|
-
"id": 63,
|
1817
|
-
"name": "SkyCoreAdapterModule"
|
1818
|
-
}
|
1819
|
-
}
|
1820
|
-
]
|
1821
|
-
}
|
1822
|
-
],
|
1694
|
+
"children": [],
|
1823
1695
|
"groups": [
|
1824
1696
|
{
|
1825
1697
|
"title": "Constructors",
|
@@ -2366,7 +2238,7 @@
|
|
2366
2238
|
},
|
2367
2239
|
"type": {
|
2368
2240
|
"type": "reference",
|
2369
|
-
"id":
|
2241
|
+
"id": 323,
|
2370
2242
|
"name": "SkyMediaBreakpoints"
|
2371
2243
|
}
|
2372
2244
|
}
|
@@ -2530,7 +2402,7 @@
|
|
2530
2402
|
]
|
2531
2403
|
},
|
2532
2404
|
{
|
2533
|
-
"id":
|
2405
|
+
"id": 221,
|
2534
2406
|
"name": "SkyDockItem",
|
2535
2407
|
"kind": 128,
|
2536
2408
|
"kindString": "Class",
|
@@ -2540,7 +2412,7 @@
|
|
2540
2412
|
},
|
2541
2413
|
"children": [
|
2542
2414
|
{
|
2543
|
-
"id":
|
2415
|
+
"id": 222,
|
2544
2416
|
"name": "constructor",
|
2545
2417
|
"kind": 512,
|
2546
2418
|
"kindString": "Constructor",
|
@@ -2554,7 +2426,7 @@
|
|
2554
2426
|
],
|
2555
2427
|
"signatures": [
|
2556
2428
|
{
|
2557
|
-
"id":
|
2429
|
+
"id": 223,
|
2558
2430
|
"name": "new SkyDockItem",
|
2559
2431
|
"kind": 16384,
|
2560
2432
|
"kindString": "Constructor signature",
|
@@ -2562,7 +2434,7 @@
|
|
2562
2434
|
"comment": {},
|
2563
2435
|
"typeParameter": [
|
2564
2436
|
{
|
2565
|
-
"id":
|
2437
|
+
"id": 224,
|
2566
2438
|
"name": "T",
|
2567
2439
|
"kind": 131072,
|
2568
2440
|
"kindString": "Type parameter",
|
@@ -2571,7 +2443,7 @@
|
|
2571
2443
|
],
|
2572
2444
|
"parameters": [
|
2573
2445
|
{
|
2574
|
-
"id":
|
2446
|
+
"id": 225,
|
2575
2447
|
"name": "componentInstance",
|
2576
2448
|
"kind": 32768,
|
2577
2449
|
"kindString": "Parameter",
|
@@ -2581,12 +2453,12 @@
|
|
2581
2453
|
},
|
2582
2454
|
"type": {
|
2583
2455
|
"type": "reference",
|
2584
|
-
"id":
|
2456
|
+
"id": 224,
|
2585
2457
|
"name": "T"
|
2586
2458
|
}
|
2587
2459
|
},
|
2588
2460
|
{
|
2589
|
-
"id":
|
2461
|
+
"id": 226,
|
2590
2462
|
"name": "stackOrder",
|
2591
2463
|
"kind": 32768,
|
2592
2464
|
"kindString": "Parameter",
|
@@ -2602,11 +2474,11 @@
|
|
2602
2474
|
],
|
2603
2475
|
"type": {
|
2604
2476
|
"type": "reference",
|
2605
|
-
"id":
|
2477
|
+
"id": 221,
|
2606
2478
|
"typeArguments": [
|
2607
2479
|
{
|
2608
2480
|
"type": "reference",
|
2609
|
-
"id":
|
2481
|
+
"id": 224,
|
2610
2482
|
"name": "T"
|
2611
2483
|
}
|
2612
2484
|
],
|
@@ -2616,36 +2488,7 @@
|
|
2616
2488
|
]
|
2617
2489
|
},
|
2618
2490
|
{
|
2619
|
-
"id":
|
2620
|
-
"name": "componentInstance",
|
2621
|
-
"kind": 1024,
|
2622
|
-
"kindString": "Property",
|
2623
|
-
"flags": {
|
2624
|
-
"isPublic": true,
|
2625
|
-
"isReadonly": true
|
2626
|
-
},
|
2627
|
-
"type": {
|
2628
|
-
"type": "reference",
|
2629
|
-
"id": 222,
|
2630
|
-
"name": "T"
|
2631
|
-
}
|
2632
|
-
},
|
2633
|
-
{
|
2634
|
-
"id": 229,
|
2635
|
-
"name": "stackOrder",
|
2636
|
-
"kind": 1024,
|
2637
|
-
"kindString": "Property",
|
2638
|
-
"flags": {
|
2639
|
-
"isPublic": true,
|
2640
|
-
"isReadonly": true
|
2641
|
-
},
|
2642
|
-
"type": {
|
2643
|
-
"type": "intrinsic",
|
2644
|
-
"name": "number"
|
2645
|
-
}
|
2646
|
-
},
|
2647
|
-
{
|
2648
|
-
"id": 225,
|
2491
|
+
"id": 227,
|
2649
2492
|
"name": "destroyed",
|
2650
2493
|
"kind": 262144,
|
2651
2494
|
"kindString": "Accessor",
|
@@ -2661,7 +2504,7 @@
|
|
2661
2504
|
],
|
2662
2505
|
"getSignature": [
|
2663
2506
|
{
|
2664
|
-
"id":
|
2507
|
+
"id": 228,
|
2665
2508
|
"name": "destroyed",
|
2666
2509
|
"kind": 524288,
|
2667
2510
|
"kindString": "Get signature",
|
@@ -2685,7 +2528,7 @@
|
|
2685
2528
|
]
|
2686
2529
|
},
|
2687
2530
|
{
|
2688
|
-
"id":
|
2531
|
+
"id": 232,
|
2689
2532
|
"name": "destroy",
|
2690
2533
|
"kind": 2048,
|
2691
2534
|
"kindString": "Method",
|
@@ -2701,7 +2544,7 @@
|
|
2701
2544
|
],
|
2702
2545
|
"signatures": [
|
2703
2546
|
{
|
2704
|
-
"id":
|
2547
|
+
"id": 233,
|
2705
2548
|
"name": "destroy",
|
2706
2549
|
"kind": 4096,
|
2707
2550
|
"kindString": "Call signature",
|
@@ -2722,29 +2565,29 @@
|
|
2722
2565
|
"title": "Constructors",
|
2723
2566
|
"kind": 512,
|
2724
2567
|
"children": [
|
2725
|
-
|
2568
|
+
222
|
2726
2569
|
]
|
2727
2570
|
},
|
2728
2571
|
{
|
2729
2572
|
"title": "Properties",
|
2730
2573
|
"kind": 1024,
|
2731
2574
|
"children": [
|
2732
|
-
|
2733
|
-
|
2575
|
+
230,
|
2576
|
+
231
|
2734
2577
|
]
|
2735
2578
|
},
|
2736
2579
|
{
|
2737
2580
|
"title": "Accessors",
|
2738
2581
|
"kind": 262144,
|
2739
2582
|
"children": [
|
2740
|
-
|
2583
|
+
227
|
2741
2584
|
]
|
2742
2585
|
},
|
2743
2586
|
{
|
2744
2587
|
"title": "Methods",
|
2745
2588
|
"kind": 2048,
|
2746
2589
|
"children": [
|
2747
|
-
|
2590
|
+
232
|
2748
2591
|
]
|
2749
2592
|
}
|
2750
2593
|
],
|
@@ -2757,7 +2600,7 @@
|
|
2757
2600
|
],
|
2758
2601
|
"typeParameter": [
|
2759
2602
|
{
|
2760
|
-
"id":
|
2603
|
+
"id": 234,
|
2761
2604
|
"name": "T",
|
2762
2605
|
"kind": 131072,
|
2763
2606
|
"kindString": "Type parameter",
|
@@ -2766,7 +2609,7 @@
|
|
2766
2609
|
]
|
2767
2610
|
},
|
2768
2611
|
{
|
2769
|
-
"id":
|
2612
|
+
"id": 245,
|
2770
2613
|
"name": "SkyDockModule",
|
2771
2614
|
"kind": 128,
|
2772
2615
|
"kindString": "Class",
|
@@ -2785,35 +2628,13 @@
|
|
2785
2628
|
}
|
2786
2629
|
}
|
2787
2630
|
],
|
2788
|
-
"children": [
|
2789
|
-
{
|
2790
|
-
"id": 244,
|
2791
|
-
"name": "constructor",
|
2792
|
-
"kind": 512,
|
2793
|
-
"kindString": "Constructor",
|
2794
|
-
"flags": {},
|
2795
|
-
"signatures": [
|
2796
|
-
{
|
2797
|
-
"id": 245,
|
2798
|
-
"name": "new SkyDockModule",
|
2799
|
-
"kind": 16384,
|
2800
|
-
"kindString": "Constructor signature",
|
2801
|
-
"flags": {},
|
2802
|
-
"type": {
|
2803
|
-
"type": "reference",
|
2804
|
-
"id": 243,
|
2805
|
-
"name": "SkyDockModule"
|
2806
|
-
}
|
2807
|
-
}
|
2808
|
-
]
|
2809
|
-
}
|
2810
|
-
],
|
2631
|
+
"children": [],
|
2811
2632
|
"groups": [
|
2812
2633
|
{
|
2813
2634
|
"title": "Constructors",
|
2814
2635
|
"kind": 512,
|
2815
2636
|
"children": [
|
2816
|
-
|
2637
|
+
246
|
2817
2638
|
]
|
2818
2639
|
}
|
2819
2640
|
],
|
@@ -2826,7 +2647,7 @@
|
|
2826
2647
|
]
|
2827
2648
|
},
|
2828
2649
|
{
|
2829
|
-
"id":
|
2650
|
+
"id": 248,
|
2830
2651
|
"name": "SkyDockService",
|
2831
2652
|
"kind": 128,
|
2832
2653
|
"kindString": "Class",
|
@@ -2844,13 +2665,13 @@
|
|
2844
2665
|
"name": "Injectable"
|
2845
2666
|
},
|
2846
2667
|
"arguments": {
|
2847
|
-
"options": "{\n providedIn: '
|
2668
|
+
"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}"
|
2848
2669
|
}
|
2849
2670
|
}
|
2850
2671
|
],
|
2851
2672
|
"children": [
|
2852
2673
|
{
|
2853
|
-
"id":
|
2674
|
+
"id": 251,
|
2854
2675
|
"name": "constructor",
|
2855
2676
|
"kind": 512,
|
2856
2677
|
"kindString": "Constructor",
|
@@ -2858,41 +2679,41 @@
|
|
2858
2679
|
"sources": [
|
2859
2680
|
{
|
2860
2681
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2861
|
-
"line":
|
2682
|
+
"line": 36,
|
2862
2683
|
"character": 2
|
2863
2684
|
}
|
2864
2685
|
],
|
2865
2686
|
"signatures": [
|
2866
2687
|
{
|
2867
|
-
"id":
|
2688
|
+
"id": 252,
|
2868
2689
|
"name": "new SkyDockService",
|
2869
2690
|
"kind": 16384,
|
2870
2691
|
"kindString": "Constructor signature",
|
2871
2692
|
"flags": {},
|
2872
2693
|
"parameters": [
|
2873
2694
|
{
|
2874
|
-
"id":
|
2695
|
+
"id": 253,
|
2875
2696
|
"name": "dynamicComponentService",
|
2876
2697
|
"kind": 32768,
|
2877
2698
|
"kindString": "Parameter",
|
2878
2699
|
"flags": {},
|
2879
2700
|
"type": {
|
2880
2701
|
"type": "reference",
|
2881
|
-
"id":
|
2702
|
+
"id": 281,
|
2882
2703
|
"name": "SkyDynamicComponentService"
|
2883
2704
|
}
|
2884
2705
|
}
|
2885
2706
|
],
|
2886
2707
|
"type": {
|
2887
2708
|
"type": "reference",
|
2888
|
-
"id":
|
2709
|
+
"id": 248,
|
2889
2710
|
"name": "SkyDockService"
|
2890
2711
|
}
|
2891
2712
|
}
|
2892
2713
|
]
|
2893
2714
|
},
|
2894
2715
|
{
|
2895
|
-
"id":
|
2716
|
+
"id": 254,
|
2896
2717
|
"name": "items",
|
2897
2718
|
"kind": 262144,
|
2898
2719
|
"kindString": "Accessor",
|
@@ -2902,13 +2723,13 @@
|
|
2902
2723
|
"sources": [
|
2903
2724
|
{
|
2904
2725
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2905
|
-
"line":
|
2726
|
+
"line": 30,
|
2906
2727
|
"character": 13
|
2907
2728
|
}
|
2908
2729
|
],
|
2909
2730
|
"getSignature": [
|
2910
2731
|
{
|
2911
|
-
"id":
|
2732
|
+
"id": 255,
|
2912
2733
|
"name": "items",
|
2913
2734
|
"kind": 524288,
|
2914
2735
|
"kindString": "Get signature",
|
@@ -2920,7 +2741,7 @@
|
|
2920
2741
|
"type": "array",
|
2921
2742
|
"elementType": {
|
2922
2743
|
"type": "reference",
|
2923
|
-
"id":
|
2744
|
+
"id": 221,
|
2924
2745
|
"typeArguments": [
|
2925
2746
|
{
|
2926
2747
|
"type": "intrinsic",
|
@@ -2934,7 +2755,7 @@
|
|
2934
2755
|
]
|
2935
2756
|
},
|
2936
2757
|
{
|
2937
|
-
"id":
|
2758
|
+
"id": 257,
|
2938
2759
|
"name": "insertComponent",
|
2939
2760
|
"kind": 2048,
|
2940
2761
|
"kindString": "Method",
|
@@ -2944,13 +2765,13 @@
|
|
2944
2765
|
"sources": [
|
2945
2766
|
{
|
2946
2767
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
2947
|
-
"line":
|
2768
|
+
"line": 43,
|
2948
2769
|
"character": 9
|
2949
2770
|
}
|
2950
2771
|
],
|
2951
2772
|
"signatures": [
|
2952
2773
|
{
|
2953
|
-
"id":
|
2774
|
+
"id": 258,
|
2954
2775
|
"name": "insertComponent",
|
2955
2776
|
"kind": 4096,
|
2956
2777
|
"kindString": "Call signature",
|
@@ -2960,7 +2781,7 @@
|
|
2960
2781
|
},
|
2961
2782
|
"typeParameter": [
|
2962
2783
|
{
|
2963
|
-
"id":
|
2784
|
+
"id": 259,
|
2964
2785
|
"name": "T",
|
2965
2786
|
"kind": 131072,
|
2966
2787
|
"kindString": "Type parameter",
|
@@ -2969,7 +2790,7 @@
|
|
2969
2790
|
],
|
2970
2791
|
"parameters": [
|
2971
2792
|
{
|
2972
|
-
"id":
|
2793
|
+
"id": 260,
|
2973
2794
|
"name": "component",
|
2974
2795
|
"kind": 32768,
|
2975
2796
|
"kindString": "Parameter",
|
@@ -2982,7 +2803,7 @@
|
|
2982
2803
|
"typeArguments": [
|
2983
2804
|
{
|
2984
2805
|
"type": "reference",
|
2985
|
-
"id":
|
2806
|
+
"id": 259,
|
2986
2807
|
"name": "T"
|
2987
2808
|
}
|
2988
2809
|
],
|
@@ -2992,7 +2813,7 @@
|
|
2992
2813
|
}
|
2993
2814
|
},
|
2994
2815
|
{
|
2995
|
-
"id":
|
2816
|
+
"id": 261,
|
2996
2817
|
"name": "config",
|
2997
2818
|
"kind": 32768,
|
2998
2819
|
"kindString": "Parameter",
|
@@ -3004,18 +2825,18 @@
|
|
3004
2825
|
},
|
3005
2826
|
"type": {
|
3006
2827
|
"type": "reference",
|
3007
|
-
"id":
|
2828
|
+
"id": 218,
|
3008
2829
|
"name": "SkyDockInsertComponentConfig"
|
3009
2830
|
}
|
3010
2831
|
}
|
3011
2832
|
],
|
3012
2833
|
"type": {
|
3013
2834
|
"type": "reference",
|
3014
|
-
"id":
|
2835
|
+
"id": 221,
|
3015
2836
|
"typeArguments": [
|
3016
2837
|
{
|
3017
2838
|
"type": "reference",
|
3018
|
-
"id":
|
2839
|
+
"id": 259,
|
3019
2840
|
"name": "T"
|
3020
2841
|
}
|
3021
2842
|
],
|
@@ -3025,7 +2846,7 @@
|
|
3025
2846
|
]
|
3026
2847
|
},
|
3027
2848
|
{
|
3028
|
-
"id":
|
2849
|
+
"id": 262,
|
3029
2850
|
"name": "setDockOptions",
|
3030
2851
|
"kind": 2048,
|
3031
2852
|
"kindString": "Method",
|
@@ -3035,13 +2856,13 @@
|
|
3035
2856
|
"sources": [
|
3036
2857
|
{
|
3037
2858
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3038
|
-
"line":
|
2859
|
+
"line": 81,
|
3039
2860
|
"character": 9
|
3040
2861
|
}
|
3041
2862
|
],
|
3042
2863
|
"signatures": [
|
3043
2864
|
{
|
3044
|
-
"id":
|
2865
|
+
"id": 263,
|
3045
2866
|
"name": "setDockOptions",
|
3046
2867
|
"kind": 4096,
|
3047
2868
|
"kindString": "Call signature",
|
@@ -3051,7 +2872,7 @@
|
|
3051
2872
|
},
|
3052
2873
|
"parameters": [
|
3053
2874
|
{
|
3054
|
-
"id":
|
2875
|
+
"id": 264,
|
3055
2876
|
"name": "options",
|
3056
2877
|
"kind": 32768,
|
3057
2878
|
"kindString": "Parameter",
|
@@ -3061,7 +2882,7 @@
|
|
3061
2882
|
},
|
3062
2883
|
"type": {
|
3063
2884
|
"type": "reference",
|
3064
|
-
"id":
|
2885
|
+
"id": 241,
|
3065
2886
|
"name": "SkyDockOptions"
|
3066
2887
|
}
|
3067
2888
|
}
|
@@ -3079,35 +2900,35 @@
|
|
3079
2900
|
"title": "Constructors",
|
3080
2901
|
"kind": 512,
|
3081
2902
|
"children": [
|
3082
|
-
|
2903
|
+
251
|
3083
2904
|
]
|
3084
2905
|
},
|
3085
2906
|
{
|
3086
2907
|
"title": "Accessors",
|
3087
2908
|
"kind": 262144,
|
3088
2909
|
"children": [
|
3089
|
-
|
2910
|
+
254
|
3090
2911
|
]
|
3091
2912
|
},
|
3092
2913
|
{
|
3093
2914
|
"title": "Methods",
|
3094
2915
|
"kind": 2048,
|
3095
2916
|
"children": [
|
3096
|
-
|
3097
|
-
|
2917
|
+
257,
|
2918
|
+
262
|
3098
2919
|
]
|
3099
2920
|
}
|
3100
2921
|
],
|
3101
2922
|
"sources": [
|
3102
2923
|
{
|
3103
2924
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3104
|
-
"line":
|
2925
|
+
"line": 23,
|
3105
2926
|
"character": 13
|
3106
2927
|
}
|
3107
2928
|
]
|
3108
2929
|
},
|
3109
2930
|
{
|
3110
|
-
"id":
|
2931
|
+
"id": 278,
|
3111
2932
|
"name": "SkyDynamicComponentModule",
|
3112
2933
|
"kind": 128,
|
3113
2934
|
"kindString": "Class",
|
@@ -3135,35 +2956,13 @@
|
|
3135
2956
|
}
|
3136
2957
|
}
|
3137
2958
|
],
|
3138
|
-
"children": [
|
3139
|
-
{
|
3140
|
-
"id": 277,
|
3141
|
-
"name": "constructor",
|
3142
|
-
"kind": 512,
|
3143
|
-
"kindString": "Constructor",
|
3144
|
-
"flags": {},
|
3145
|
-
"signatures": [
|
3146
|
-
{
|
3147
|
-
"id": 278,
|
3148
|
-
"name": "new SkyDynamicComponentModule",
|
3149
|
-
"kind": 16384,
|
3150
|
-
"kindString": "Constructor signature",
|
3151
|
-
"flags": {},
|
3152
|
-
"type": {
|
3153
|
-
"type": "reference",
|
3154
|
-
"id": 276,
|
3155
|
-
"name": "SkyDynamicComponentModule"
|
3156
|
-
}
|
3157
|
-
}
|
3158
|
-
]
|
3159
|
-
}
|
3160
|
-
],
|
2959
|
+
"children": [],
|
3161
2960
|
"groups": [
|
3162
2961
|
{
|
3163
2962
|
"title": "Constructors",
|
3164
2963
|
"kind": 512,
|
3165
2964
|
"children": [
|
3166
|
-
|
2965
|
+
279
|
3167
2966
|
]
|
3168
2967
|
}
|
3169
2968
|
],
|
@@ -3176,7 +2975,7 @@
|
|
3176
2975
|
]
|
3177
2976
|
},
|
3178
2977
|
{
|
3179
|
-
"id":
|
2978
|
+
"id": 281,
|
3180
2979
|
"name": "SkyDynamicComponentService",
|
3181
2980
|
"kind": 128,
|
3182
2981
|
"kindString": "Class",
|
@@ -3200,7 +2999,7 @@
|
|
3200
2999
|
],
|
3201
3000
|
"children": [
|
3202
3001
|
{
|
3203
|
-
"id":
|
3002
|
+
"id": 282,
|
3204
3003
|
"name": "constructor",
|
3205
3004
|
"kind": 512,
|
3206
3005
|
"kindString": "Constructor",
|
@@ -3214,14 +3013,14 @@
|
|
3214
3013
|
],
|
3215
3014
|
"signatures": [
|
3216
3015
|
{
|
3217
|
-
"id":
|
3016
|
+
"id": 283,
|
3218
3017
|
"name": "new SkyDynamicComponentService",
|
3219
3018
|
"kind": 16384,
|
3220
3019
|
"kindString": "Constructor signature",
|
3221
3020
|
"flags": {},
|
3222
3021
|
"parameters": [
|
3223
3022
|
{
|
3224
|
-
"id":
|
3023
|
+
"id": 284,
|
3225
3024
|
"name": "componentFactoryResolver",
|
3226
3025
|
"kind": 32768,
|
3227
3026
|
"kindString": "Parameter",
|
@@ -3234,7 +3033,7 @@
|
|
3234
3033
|
}
|
3235
3034
|
},
|
3236
3035
|
{
|
3237
|
-
"id":
|
3036
|
+
"id": 285,
|
3238
3037
|
"name": "applicationRef",
|
3239
3038
|
"kind": 32768,
|
3240
3039
|
"kindString": "Parameter",
|
@@ -3247,7 +3046,7 @@
|
|
3247
3046
|
}
|
3248
3047
|
},
|
3249
3048
|
{
|
3250
|
-
"id":
|
3049
|
+
"id": 286,
|
3251
3050
|
"name": "injector",
|
3252
3051
|
"kind": 32768,
|
3253
3052
|
"kindString": "Parameter",
|
@@ -3260,19 +3059,19 @@
|
|
3260
3059
|
}
|
3261
3060
|
},
|
3262
3061
|
{
|
3263
|
-
"id":
|
3062
|
+
"id": 287,
|
3264
3063
|
"name": "windowRef",
|
3265
3064
|
"kind": 32768,
|
3266
3065
|
"kindString": "Parameter",
|
3267
3066
|
"flags": {},
|
3268
3067
|
"type": {
|
3269
3068
|
"type": "reference",
|
3270
|
-
"id":
|
3069
|
+
"id": 603,
|
3271
3070
|
"name": "SkyAppWindowRef"
|
3272
3071
|
}
|
3273
3072
|
},
|
3274
3073
|
{
|
3275
|
-
"id":
|
3074
|
+
"id": 288,
|
3276
3075
|
"name": "rendererFactory",
|
3277
3076
|
"kind": 32768,
|
3278
3077
|
"kindString": "Parameter",
|
@@ -3287,14 +3086,14 @@
|
|
3287
3086
|
],
|
3288
3087
|
"type": {
|
3289
3088
|
"type": "reference",
|
3290
|
-
"id":
|
3089
|
+
"id": 281,
|
3291
3090
|
"name": "SkyDynamicComponentService"
|
3292
3091
|
}
|
3293
3092
|
}
|
3294
3093
|
]
|
3295
3094
|
},
|
3296
3095
|
{
|
3297
|
-
"id":
|
3096
|
+
"id": 290,
|
3298
3097
|
"name": "createComponent",
|
3299
3098
|
"kind": 2048,
|
3300
3099
|
"kindString": "Method",
|
@@ -3310,7 +3109,7 @@
|
|
3310
3109
|
],
|
3311
3110
|
"signatures": [
|
3312
3111
|
{
|
3313
|
-
"id":
|
3112
|
+
"id": 291,
|
3314
3113
|
"name": "createComponent",
|
3315
3114
|
"kind": 4096,
|
3316
3115
|
"kindString": "Call signature",
|
@@ -3320,7 +3119,7 @@
|
|
3320
3119
|
},
|
3321
3120
|
"typeParameter": [
|
3322
3121
|
{
|
3323
|
-
"id":
|
3122
|
+
"id": 292,
|
3324
3123
|
"name": "T",
|
3325
3124
|
"kind": 131072,
|
3326
3125
|
"kindString": "Type parameter",
|
@@ -3329,7 +3128,7 @@
|
|
3329
3128
|
],
|
3330
3129
|
"parameters": [
|
3331
3130
|
{
|
3332
|
-
"id":
|
3131
|
+
"id": 293,
|
3333
3132
|
"name": "componentType",
|
3334
3133
|
"kind": 32768,
|
3335
3134
|
"kindString": "Parameter",
|
@@ -3339,7 +3138,7 @@
|
|
3339
3138
|
"typeArguments": [
|
3340
3139
|
{
|
3341
3140
|
"type": "reference",
|
3342
|
-
"id":
|
3141
|
+
"id": 292,
|
3343
3142
|
"name": "T"
|
3344
3143
|
}
|
3345
3144
|
],
|
@@ -3349,7 +3148,7 @@
|
|
3349
3148
|
}
|
3350
3149
|
},
|
3351
3150
|
{
|
3352
|
-
"id":
|
3151
|
+
"id": 294,
|
3353
3152
|
"name": "options",
|
3354
3153
|
"kind": 32768,
|
3355
3154
|
"kindString": "Parameter",
|
@@ -3361,7 +3160,7 @@
|
|
3361
3160
|
},
|
3362
3161
|
"type": {
|
3363
3162
|
"type": "reference",
|
3364
|
-
"id":
|
3163
|
+
"id": 275,
|
3365
3164
|
"name": "SkyDynamicComponentOptions"
|
3366
3165
|
}
|
3367
3166
|
}
|
@@ -3371,7 +3170,7 @@
|
|
3371
3170
|
"typeArguments": [
|
3372
3171
|
{
|
3373
3172
|
"type": "reference",
|
3374
|
-
"id":
|
3173
|
+
"id": 292,
|
3375
3174
|
"name": "T"
|
3376
3175
|
}
|
3377
3176
|
],
|
@@ -3383,7 +3182,7 @@
|
|
3383
3182
|
]
|
3384
3183
|
},
|
3385
3184
|
{
|
3386
|
-
"id":
|
3185
|
+
"id": 295,
|
3387
3186
|
"name": "removeComponent",
|
3388
3187
|
"kind": 2048,
|
3389
3188
|
"kindString": "Method",
|
@@ -3399,7 +3198,7 @@
|
|
3399
3198
|
],
|
3400
3199
|
"signatures": [
|
3401
3200
|
{
|
3402
|
-
"id":
|
3201
|
+
"id": 296,
|
3403
3202
|
"name": "removeComponent",
|
3404
3203
|
"kind": 4096,
|
3405
3204
|
"kindString": "Call signature",
|
@@ -3409,7 +3208,7 @@
|
|
3409
3208
|
},
|
3410
3209
|
"typeParameter": [
|
3411
3210
|
{
|
3412
|
-
"id":
|
3211
|
+
"id": 297,
|
3413
3212
|
"name": "T",
|
3414
3213
|
"kind": 131072,
|
3415
3214
|
"kindString": "Type parameter",
|
@@ -3418,7 +3217,7 @@
|
|
3418
3217
|
],
|
3419
3218
|
"parameters": [
|
3420
3219
|
{
|
3421
|
-
"id":
|
3220
|
+
"id": 298,
|
3422
3221
|
"name": "componentRef",
|
3423
3222
|
"kind": 32768,
|
3424
3223
|
"kindString": "Parameter",
|
@@ -3431,7 +3230,7 @@
|
|
3431
3230
|
"typeArguments": [
|
3432
3231
|
{
|
3433
3232
|
"type": "reference",
|
3434
|
-
"id":
|
3233
|
+
"id": 297,
|
3435
3234
|
"name": "T"
|
3436
3235
|
}
|
3437
3236
|
],
|
@@ -3454,15 +3253,15 @@
|
|
3454
3253
|
"title": "Constructors",
|
3455
3254
|
"kind": 512,
|
3456
3255
|
"children": [
|
3457
|
-
|
3256
|
+
282
|
3458
3257
|
]
|
3459
3258
|
},
|
3460
3259
|
{
|
3461
3260
|
"title": "Methods",
|
3462
3261
|
"kind": 2048,
|
3463
3262
|
"children": [
|
3464
|
-
|
3465
|
-
|
3263
|
+
290,
|
3264
|
+
295
|
3466
3265
|
]
|
3467
3266
|
}
|
3468
3267
|
],
|
@@ -3475,7 +3274,7 @@
|
|
3475
3274
|
]
|
3476
3275
|
},
|
3477
3276
|
{
|
3478
|
-
"id":
|
3277
|
+
"id": 310,
|
3479
3278
|
"name": "SkyIdModule",
|
3480
3279
|
"kind": 128,
|
3481
3280
|
"kindString": "Class",
|
@@ -3494,35 +3293,13 @@
|
|
3494
3293
|
}
|
3495
3294
|
}
|
3496
3295
|
],
|
3497
|
-
"children": [
|
3498
|
-
{
|
3499
|
-
"id": 309,
|
3500
|
-
"name": "constructor",
|
3501
|
-
"kind": 512,
|
3502
|
-
"kindString": "Constructor",
|
3503
|
-
"flags": {},
|
3504
|
-
"signatures": [
|
3505
|
-
{
|
3506
|
-
"id": 310,
|
3507
|
-
"name": "new SkyIdModule",
|
3508
|
-
"kind": 16384,
|
3509
|
-
"kindString": "Constructor signature",
|
3510
|
-
"flags": {},
|
3511
|
-
"type": {
|
3512
|
-
"type": "reference",
|
3513
|
-
"id": 308,
|
3514
|
-
"name": "SkyIdModule"
|
3515
|
-
}
|
3516
|
-
}
|
3517
|
-
]
|
3518
|
-
}
|
3519
|
-
],
|
3296
|
+
"children": [],
|
3520
3297
|
"groups": [
|
3521
3298
|
{
|
3522
3299
|
"title": "Constructors",
|
3523
3300
|
"kind": 512,
|
3524
3301
|
"children": [
|
3525
|
-
|
3302
|
+
311
|
3526
3303
|
]
|
3527
3304
|
}
|
3528
3305
|
],
|
@@ -3535,7 +3312,7 @@
|
|
3535
3312
|
]
|
3536
3313
|
},
|
3537
3314
|
{
|
3538
|
-
"id":
|
3315
|
+
"id": 313,
|
3539
3316
|
"name": "SkyLogModule",
|
3540
3317
|
"kind": 128,
|
3541
3318
|
"kindString": "Class",
|
@@ -3562,35 +3339,13 @@
|
|
3562
3339
|
}
|
3563
3340
|
}
|
3564
3341
|
],
|
3565
|
-
"children": [
|
3566
|
-
{
|
3567
|
-
"id": 312,
|
3568
|
-
"name": "constructor",
|
3569
|
-
"kind": 512,
|
3570
|
-
"kindString": "Constructor",
|
3571
|
-
"flags": {},
|
3572
|
-
"signatures": [
|
3573
|
-
{
|
3574
|
-
"id": 313,
|
3575
|
-
"name": "new SkyLogModule",
|
3576
|
-
"kind": 16384,
|
3577
|
-
"kindString": "Constructor signature",
|
3578
|
-
"flags": {},
|
3579
|
-
"type": {
|
3580
|
-
"type": "reference",
|
3581
|
-
"id": 311,
|
3582
|
-
"name": "SkyLogModule"
|
3583
|
-
}
|
3584
|
-
}
|
3585
|
-
]
|
3586
|
-
}
|
3587
|
-
],
|
3342
|
+
"children": [],
|
3588
3343
|
"groups": [
|
3589
3344
|
{
|
3590
3345
|
"title": "Constructors",
|
3591
3346
|
"kind": 512,
|
3592
3347
|
"children": [
|
3593
|
-
|
3348
|
+
314
|
3594
3349
|
]
|
3595
3350
|
}
|
3596
3351
|
],
|
@@ -3603,7 +3358,7 @@
|
|
3603
3358
|
]
|
3604
3359
|
},
|
3605
3360
|
{
|
3606
|
-
"id":
|
3361
|
+
"id": 316,
|
3607
3362
|
"name": "SkyLogService",
|
3608
3363
|
"kind": 128,
|
3609
3364
|
"kindString": "Class",
|
@@ -3632,28 +3387,7 @@
|
|
3632
3387
|
],
|
3633
3388
|
"children": [
|
3634
3389
|
{
|
3635
|
-
"id":
|
3636
|
-
"name": "constructor",
|
3637
|
-
"kind": 512,
|
3638
|
-
"kindString": "Constructor",
|
3639
|
-
"flags": {},
|
3640
|
-
"signatures": [
|
3641
|
-
{
|
3642
|
-
"id": 316,
|
3643
|
-
"name": "new SkyLogService",
|
3644
|
-
"kind": 16384,
|
3645
|
-
"kindString": "Constructor signature",
|
3646
|
-
"flags": {},
|
3647
|
-
"type": {
|
3648
|
-
"type": "reference",
|
3649
|
-
"id": 314,
|
3650
|
-
"name": "SkyLogService"
|
3651
|
-
}
|
3652
|
-
}
|
3653
|
-
]
|
3654
|
-
},
|
3655
|
-
{
|
3656
|
-
"id": 317,
|
3390
|
+
"id": 319,
|
3657
3391
|
"name": "warn",
|
3658
3392
|
"kind": 2048,
|
3659
3393
|
"kindString": "Method",
|
@@ -3669,14 +3403,14 @@
|
|
3669
3403
|
],
|
3670
3404
|
"signatures": [
|
3671
3405
|
{
|
3672
|
-
"id":
|
3406
|
+
"id": 320,
|
3673
3407
|
"name": "warn",
|
3674
3408
|
"kind": 4096,
|
3675
3409
|
"kindString": "Call signature",
|
3676
3410
|
"flags": {},
|
3677
3411
|
"parameters": [
|
3678
3412
|
{
|
3679
|
-
"id":
|
3413
|
+
"id": 321,
|
3680
3414
|
"name": "message",
|
3681
3415
|
"kind": 32768,
|
3682
3416
|
"kindString": "Parameter",
|
@@ -3689,7 +3423,7 @@
|
|
3689
3423
|
}
|
3690
3424
|
},
|
3691
3425
|
{
|
3692
|
-
"id":
|
3426
|
+
"id": 322,
|
3693
3427
|
"name": "optionalParams",
|
3694
3428
|
"kind": 32768,
|
3695
3429
|
"kindString": "Parameter",
|
@@ -3718,14 +3452,14 @@
|
|
3718
3452
|
"title": "Constructors",
|
3719
3453
|
"kind": 512,
|
3720
3454
|
"children": [
|
3721
|
-
|
3455
|
+
317
|
3722
3456
|
]
|
3723
3457
|
},
|
3724
3458
|
{
|
3725
3459
|
"title": "Methods",
|
3726
3460
|
"kind": 2048,
|
3727
3461
|
"children": [
|
3728
|
-
|
3462
|
+
319
|
3729
3463
|
]
|
3730
3464
|
}
|
3731
3465
|
],
|
@@ -3738,7 +3472,7 @@
|
|
3738
3472
|
]
|
3739
3473
|
},
|
3740
3474
|
{
|
3741
|
-
"id":
|
3475
|
+
"id": 332,
|
3742
3476
|
"name": "SkyMediaQueryModule",
|
3743
3477
|
"kind": 128,
|
3744
3478
|
"kindString": "Class",
|
@@ -3752,48 +3486,26 @@
|
|
3752
3486
|
]
|
3753
3487
|
},
|
3754
3488
|
"decorators": [
|
3755
|
-
{
|
3756
|
-
"name": "NgModule",
|
3757
|
-
"type": {
|
3758
|
-
"type": "reference",
|
3759
|
-
"qualifiedName": "NgModuleDecorator",
|
3760
|
-
"package": "@angular/core",
|
3761
|
-
"name": "NgModule"
|
3762
|
-
},
|
3763
|
-
"arguments": {
|
3764
|
-
"obj": "{}"
|
3765
|
-
}
|
3766
|
-
}
|
3767
|
-
],
|
3768
|
-
"children": [
|
3769
|
-
{
|
3770
|
-
"id": 331,
|
3771
|
-
"name": "constructor",
|
3772
|
-
"kind": 512,
|
3773
|
-
"kindString": "Constructor",
|
3774
|
-
"flags": {},
|
3775
|
-
"signatures": [
|
3776
|
-
{
|
3777
|
-
"id": 332,
|
3778
|
-
"name": "new SkyMediaQueryModule",
|
3779
|
-
"kind": 16384,
|
3780
|
-
"kindString": "Constructor signature",
|
3781
|
-
"flags": {},
|
3782
|
-
"type": {
|
3783
|
-
"type": "reference",
|
3784
|
-
"id": 330,
|
3785
|
-
"name": "SkyMediaQueryModule"
|
3786
|
-
}
|
3787
|
-
}
|
3788
|
-
]
|
3489
|
+
{
|
3490
|
+
"name": "NgModule",
|
3491
|
+
"type": {
|
3492
|
+
"type": "reference",
|
3493
|
+
"qualifiedName": "NgModuleDecorator",
|
3494
|
+
"package": "@angular/core",
|
3495
|
+
"name": "NgModule"
|
3496
|
+
},
|
3497
|
+
"arguments": {
|
3498
|
+
"obj": "{}"
|
3499
|
+
}
|
3789
3500
|
}
|
3790
3501
|
],
|
3502
|
+
"children": [],
|
3791
3503
|
"groups": [
|
3792
3504
|
{
|
3793
3505
|
"title": "Constructors",
|
3794
3506
|
"kind": 512,
|
3795
3507
|
"children": [
|
3796
|
-
|
3508
|
+
333
|
3797
3509
|
]
|
3798
3510
|
}
|
3799
3511
|
],
|
@@ -3806,7 +3518,7 @@
|
|
3806
3518
|
]
|
3807
3519
|
},
|
3808
3520
|
{
|
3809
|
-
"id":
|
3521
|
+
"id": 335,
|
3810
3522
|
"name": "SkyMediaQueryService",
|
3811
3523
|
"kind": 128,
|
3812
3524
|
"kindString": "Class",
|
@@ -3827,7 +3539,7 @@
|
|
3827
3539
|
],
|
3828
3540
|
"children": [
|
3829
3541
|
{
|
3830
|
-
"id":
|
3542
|
+
"id": 340,
|
3831
3543
|
"name": "constructor",
|
3832
3544
|
"kind": 512,
|
3833
3545
|
"kindString": "Constructor",
|
@@ -3841,14 +3553,14 @@
|
|
3841
3553
|
],
|
3842
3554
|
"signatures": [
|
3843
3555
|
{
|
3844
|
-
"id":
|
3556
|
+
"id": 341,
|
3845
3557
|
"name": "new SkyMediaQueryService",
|
3846
3558
|
"kind": 16384,
|
3847
3559
|
"kindString": "Constructor signature",
|
3848
3560
|
"flags": {},
|
3849
3561
|
"parameters": [
|
3850
3562
|
{
|
3851
|
-
"id":
|
3563
|
+
"id": 342,
|
3852
3564
|
"name": "zone",
|
3853
3565
|
"kind": 32768,
|
3854
3566
|
"kindString": "Parameter",
|
@@ -3863,14 +3575,14 @@
|
|
3863
3575
|
],
|
3864
3576
|
"type": {
|
3865
3577
|
"type": "reference",
|
3866
|
-
"id":
|
3578
|
+
"id": 335,
|
3867
3579
|
"name": "SkyMediaQueryService"
|
3868
3580
|
}
|
3869
3581
|
}
|
3870
3582
|
]
|
3871
3583
|
},
|
3872
3584
|
{
|
3873
|
-
"id":
|
3585
|
+
"id": 339,
|
3874
3586
|
"name": "lg",
|
3875
3587
|
"kind": 1024,
|
3876
3588
|
"kindString": "Property",
|
@@ -3901,7 +3613,7 @@
|
|
3901
3613
|
"defaultValue": "'(min-width: 1200px)'"
|
3902
3614
|
},
|
3903
3615
|
{
|
3904
|
-
"id":
|
3616
|
+
"id": 338,
|
3905
3617
|
"name": "md",
|
3906
3618
|
"kind": 1024,
|
3907
3619
|
"kindString": "Property",
|
@@ -3932,7 +3644,7 @@
|
|
3932
3644
|
"defaultValue": "'(min-width: 992px) and (max-width: 1199px)'"
|
3933
3645
|
},
|
3934
3646
|
{
|
3935
|
-
"id":
|
3647
|
+
"id": 337,
|
3936
3648
|
"name": "sm",
|
3937
3649
|
"kind": 1024,
|
3938
3650
|
"kindString": "Property",
|
@@ -3963,7 +3675,7 @@
|
|
3963
3675
|
"defaultValue": "'(min-width: 768px) and (max-width: 991px)'"
|
3964
3676
|
},
|
3965
3677
|
{
|
3966
|
-
"id":
|
3678
|
+
"id": 336,
|
3967
3679
|
"name": "xs",
|
3968
3680
|
"kind": 1024,
|
3969
3681
|
"kindString": "Property",
|
@@ -3994,7 +3706,7 @@
|
|
3994
3706
|
"defaultValue": "'(max-width: 767px)'"
|
3995
3707
|
},
|
3996
3708
|
{
|
3997
|
-
"id":
|
3709
|
+
"id": 343,
|
3998
3710
|
"name": "current",
|
3999
3711
|
"kind": 262144,
|
4000
3712
|
"kindString": "Accessor",
|
@@ -4010,7 +3722,7 @@
|
|
4010
3722
|
],
|
4011
3723
|
"getSignature": [
|
4012
3724
|
{
|
4013
|
-
"id":
|
3725
|
+
"id": 344,
|
4014
3726
|
"name": "current",
|
4015
3727
|
"kind": 524288,
|
4016
3728
|
"kindString": "Get signature",
|
@@ -4020,14 +3732,14 @@
|
|
4020
3732
|
},
|
4021
3733
|
"type": {
|
4022
3734
|
"type": "reference",
|
4023
|
-
"id":
|
3735
|
+
"id": 323,
|
4024
3736
|
"name": "SkyMediaBreakpoints"
|
4025
3737
|
}
|
4026
3738
|
}
|
4027
3739
|
]
|
4028
3740
|
},
|
4029
3741
|
{
|
4030
|
-
"id":
|
3742
|
+
"id": 357,
|
4031
3743
|
"name": "ngOnDestroy",
|
4032
3744
|
"kind": 2048,
|
4033
3745
|
"kindString": "Method",
|
@@ -4043,7 +3755,7 @@
|
|
4043
3755
|
],
|
4044
3756
|
"signatures": [
|
4045
3757
|
{
|
4046
|
-
"id":
|
3758
|
+
"id": 358,
|
4047
3759
|
"name": "ngOnDestroy",
|
4048
3760
|
"kind": 4096,
|
4049
3761
|
"kindString": "Call signature",
|
@@ -4064,7 +3776,7 @@
|
|
4064
3776
|
}
|
4065
3777
|
},
|
4066
3778
|
{
|
4067
|
-
"id":
|
3779
|
+
"id": 359,
|
4068
3780
|
"name": "subscribe",
|
4069
3781
|
"kind": 2048,
|
4070
3782
|
"kindString": "Method",
|
@@ -4080,7 +3792,7 @@
|
|
4080
3792
|
],
|
4081
3793
|
"signatures": [
|
4082
3794
|
{
|
4083
|
-
"id":
|
3795
|
+
"id": 360,
|
4084
3796
|
"name": "subscribe",
|
4085
3797
|
"kind": 4096,
|
4086
3798
|
"kindString": "Call signature",
|
@@ -4090,7 +3802,7 @@
|
|
4090
3802
|
},
|
4091
3803
|
"parameters": [
|
4092
3804
|
{
|
4093
|
-
"id":
|
3805
|
+
"id": 361,
|
4094
3806
|
"name": "listener",
|
4095
3807
|
"kind": 32768,
|
4096
3808
|
"kindString": "Parameter",
|
@@ -4100,7 +3812,7 @@
|
|
4100
3812
|
},
|
4101
3813
|
"type": {
|
4102
3814
|
"type": "reference",
|
4103
|
-
"id":
|
3815
|
+
"id": 328,
|
4104
3816
|
"name": "SkyMediaQueryListener"
|
4105
3817
|
}
|
4106
3818
|
}
|
@@ -4120,32 +3832,32 @@
|
|
4120
3832
|
"title": "Constructors",
|
4121
3833
|
"kind": 512,
|
4122
3834
|
"children": [
|
4123
|
-
|
3835
|
+
340
|
4124
3836
|
]
|
4125
3837
|
},
|
4126
3838
|
{
|
4127
3839
|
"title": "Properties",
|
4128
3840
|
"kind": 1024,
|
4129
3841
|
"children": [
|
3842
|
+
339,
|
3843
|
+
338,
|
4130
3844
|
337,
|
4131
|
-
336
|
4132
|
-
335,
|
4133
|
-
334
|
3845
|
+
336
|
4134
3846
|
]
|
4135
3847
|
},
|
4136
3848
|
{
|
4137
3849
|
"title": "Accessors",
|
4138
3850
|
"kind": 262144,
|
4139
3851
|
"children": [
|
4140
|
-
|
3852
|
+
343
|
4141
3853
|
]
|
4142
3854
|
},
|
4143
3855
|
{
|
4144
3856
|
"title": "Methods",
|
4145
3857
|
"kind": 2048,
|
4146
3858
|
"children": [
|
4147
|
-
|
4148
|
-
|
3859
|
+
357,
|
3860
|
+
359
|
4149
3861
|
]
|
4150
3862
|
}
|
4151
3863
|
],
|
@@ -4166,7 +3878,7 @@
|
|
4166
3878
|
]
|
4167
3879
|
},
|
4168
3880
|
{
|
4169
|
-
"id":
|
3881
|
+
"id": 380,
|
4170
3882
|
"name": "SkyNumericModule",
|
4171
3883
|
"kind": 128,
|
4172
3884
|
"kindString": "Class",
|
@@ -4185,35 +3897,13 @@
|
|
4185
3897
|
}
|
4186
3898
|
}
|
4187
3899
|
],
|
4188
|
-
"children": [
|
4189
|
-
{
|
4190
|
-
"id": 379,
|
4191
|
-
"name": "constructor",
|
4192
|
-
"kind": 512,
|
4193
|
-
"kindString": "Constructor",
|
4194
|
-
"flags": {},
|
4195
|
-
"signatures": [
|
4196
|
-
{
|
4197
|
-
"id": 380,
|
4198
|
-
"name": "new SkyNumericModule",
|
4199
|
-
"kind": 16384,
|
4200
|
-
"kindString": "Constructor signature",
|
4201
|
-
"flags": {},
|
4202
|
-
"type": {
|
4203
|
-
"type": "reference",
|
4204
|
-
"id": 378,
|
4205
|
-
"name": "SkyNumericModule"
|
4206
|
-
}
|
4207
|
-
}
|
4208
|
-
]
|
4209
|
-
}
|
4210
|
-
],
|
3900
|
+
"children": [],
|
4211
3901
|
"groups": [
|
4212
3902
|
{
|
4213
3903
|
"title": "Constructors",
|
4214
3904
|
"kind": 512,
|
4215
3905
|
"children": [
|
4216
|
-
|
3906
|
+
381
|
4217
3907
|
]
|
4218
3908
|
}
|
4219
3909
|
],
|
@@ -4226,7 +3916,7 @@
|
|
4226
3916
|
]
|
4227
3917
|
},
|
4228
3918
|
{
|
4229
|
-
"id":
|
3919
|
+
"id": 394,
|
4230
3920
|
"name": "SkyNumericPipe",
|
4231
3921
|
"kind": 128,
|
4232
3922
|
"kindString": "Class",
|
@@ -4250,7 +3940,7 @@
|
|
4250
3940
|
],
|
4251
3941
|
"children": [
|
4252
3942
|
{
|
4253
|
-
"id":
|
3943
|
+
"id": 395,
|
4254
3944
|
"name": "constructor",
|
4255
3945
|
"kind": 512,
|
4256
3946
|
"kindString": "Constructor",
|
@@ -4264,14 +3954,14 @@
|
|
4264
3954
|
],
|
4265
3955
|
"signatures": [
|
4266
3956
|
{
|
4267
|
-
"id":
|
3957
|
+
"id": 396,
|
4268
3958
|
"name": "new SkyNumericPipe",
|
4269
3959
|
"kind": 16384,
|
4270
3960
|
"kindString": "Constructor signature",
|
4271
3961
|
"flags": {},
|
4272
3962
|
"parameters": [
|
4273
3963
|
{
|
4274
|
-
"id":
|
3964
|
+
"id": 397,
|
4275
3965
|
"name": "localeProvider",
|
4276
3966
|
"kind": 32768,
|
4277
3967
|
"kindString": "Parameter",
|
@@ -4282,19 +3972,19 @@
|
|
4282
3972
|
}
|
4283
3973
|
},
|
4284
3974
|
{
|
4285
|
-
"id":
|
3975
|
+
"id": 398,
|
4286
3976
|
"name": "numericService",
|
4287
3977
|
"kind": 32768,
|
4288
3978
|
"kindString": "Parameter",
|
4289
3979
|
"flags": {},
|
4290
3980
|
"type": {
|
4291
3981
|
"type": "reference",
|
4292
|
-
"id":
|
3982
|
+
"id": 412,
|
4293
3983
|
"name": "SkyNumericService"
|
4294
3984
|
}
|
4295
3985
|
},
|
4296
3986
|
{
|
4297
|
-
"id":
|
3987
|
+
"id": 399,
|
4298
3988
|
"name": "changeDetector",
|
4299
3989
|
"kind": 32768,
|
4300
3990
|
"kindString": "Parameter",
|
@@ -4309,14 +3999,14 @@
|
|
4309
3999
|
],
|
4310
4000
|
"type": {
|
4311
4001
|
"type": "reference",
|
4312
|
-
"id":
|
4002
|
+
"id": 394,
|
4313
4003
|
"name": "SkyNumericPipe"
|
4314
4004
|
}
|
4315
4005
|
}
|
4316
4006
|
]
|
4317
4007
|
},
|
4318
4008
|
{
|
4319
|
-
"id":
|
4009
|
+
"id": 406,
|
4320
4010
|
"name": "ngOnDestroy",
|
4321
4011
|
"kind": 2048,
|
4322
4012
|
"kindString": "Method",
|
@@ -4332,7 +4022,7 @@
|
|
4332
4022
|
],
|
4333
4023
|
"signatures": [
|
4334
4024
|
{
|
4335
|
-
"id":
|
4025
|
+
"id": 407,
|
4336
4026
|
"name": "ngOnDestroy",
|
4337
4027
|
"kind": 4096,
|
4338
4028
|
"kindString": "Call signature",
|
@@ -4353,7 +4043,7 @@
|
|
4353
4043
|
}
|
4354
4044
|
},
|
4355
4045
|
{
|
4356
|
-
"id":
|
4046
|
+
"id": 408,
|
4357
4047
|
"name": "transform",
|
4358
4048
|
"kind": 2048,
|
4359
4049
|
"kindString": "Method",
|
@@ -4369,14 +4059,14 @@
|
|
4369
4059
|
],
|
4370
4060
|
"signatures": [
|
4371
4061
|
{
|
4372
|
-
"id":
|
4062
|
+
"id": 409,
|
4373
4063
|
"name": "transform",
|
4374
4064
|
"kind": 4096,
|
4375
4065
|
"kindString": "Call signature",
|
4376
4066
|
"flags": {},
|
4377
4067
|
"parameters": [
|
4378
4068
|
{
|
4379
|
-
"id":
|
4069
|
+
"id": 410,
|
4380
4070
|
"name": "value",
|
4381
4071
|
"kind": 32768,
|
4382
4072
|
"kindString": "Parameter",
|
@@ -4387,7 +4077,7 @@
|
|
4387
4077
|
}
|
4388
4078
|
},
|
4389
4079
|
{
|
4390
|
-
"id":
|
4080
|
+
"id": 411,
|
4391
4081
|
"name": "config",
|
4392
4082
|
"kind": 32768,
|
4393
4083
|
"kindString": "Parameter",
|
@@ -4396,7 +4086,7 @@
|
|
4396
4086
|
},
|
4397
4087
|
"type": {
|
4398
4088
|
"type": "reference",
|
4399
|
-
"id":
|
4089
|
+
"id": 383,
|
4400
4090
|
"name": "NumericOptions"
|
4401
4091
|
}
|
4402
4092
|
}
|
@@ -4422,15 +4112,15 @@
|
|
4422
4112
|
"title": "Constructors",
|
4423
4113
|
"kind": 512,
|
4424
4114
|
"children": [
|
4425
|
-
|
4115
|
+
395
|
4426
4116
|
]
|
4427
4117
|
},
|
4428
4118
|
{
|
4429
4119
|
"title": "Methods",
|
4430
4120
|
"kind": 2048,
|
4431
4121
|
"children": [
|
4432
|
-
|
4433
|
-
|
4122
|
+
406,
|
4123
|
+
408
|
4434
4124
|
]
|
4435
4125
|
}
|
4436
4126
|
],
|
@@ -4457,7 +4147,7 @@
|
|
4457
4147
|
]
|
4458
4148
|
},
|
4459
4149
|
{
|
4460
|
-
"id":
|
4150
|
+
"id": 412,
|
4461
4151
|
"name": "SkyNumericService",
|
4462
4152
|
"kind": 128,
|
4463
4153
|
"kindString": "Class",
|
@@ -4478,7 +4168,7 @@
|
|
4478
4168
|
],
|
4479
4169
|
"children": [
|
4480
4170
|
{
|
4481
|
-
"id":
|
4171
|
+
"id": 413,
|
4482
4172
|
"name": "constructor",
|
4483
4173
|
"kind": 512,
|
4484
4174
|
"kindString": "Constructor",
|
@@ -4492,14 +4182,14 @@
|
|
4492
4182
|
],
|
4493
4183
|
"signatures": [
|
4494
4184
|
{
|
4495
|
-
"id":
|
4185
|
+
"id": 414,
|
4496
4186
|
"name": "new SkyNumericService",
|
4497
4187
|
"kind": 16384,
|
4498
4188
|
"kindString": "Constructor signature",
|
4499
4189
|
"flags": {},
|
4500
4190
|
"parameters": [
|
4501
4191
|
{
|
4502
|
-
"id":
|
4192
|
+
"id": 415,
|
4503
4193
|
"name": "resourcesService",
|
4504
4194
|
"kind": 32768,
|
4505
4195
|
"kindString": "Parameter",
|
@@ -4512,14 +4202,14 @@
|
|
4512
4202
|
],
|
4513
4203
|
"type": {
|
4514
4204
|
"type": "reference",
|
4515
|
-
"id":
|
4205
|
+
"id": 412,
|
4516
4206
|
"name": "SkyNumericService"
|
4517
4207
|
}
|
4518
4208
|
}
|
4519
4209
|
]
|
4520
4210
|
},
|
4521
4211
|
{
|
4522
|
-
"id":
|
4212
|
+
"id": 423,
|
4523
4213
|
"name": "formatNumber",
|
4524
4214
|
"kind": 2048,
|
4525
4215
|
"kindString": "Method",
|
@@ -4535,7 +4225,7 @@
|
|
4535
4225
|
],
|
4536
4226
|
"signatures": [
|
4537
4227
|
{
|
4538
|
-
"id":
|
4228
|
+
"id": 424,
|
4539
4229
|
"name": "formatNumber",
|
4540
4230
|
"kind": 4096,
|
4541
4231
|
"kindString": "Call signature",
|
@@ -4545,7 +4235,7 @@
|
|
4545
4235
|
},
|
4546
4236
|
"parameters": [
|
4547
4237
|
{
|
4548
|
-
"id":
|
4238
|
+
"id": 425,
|
4549
4239
|
"name": "value",
|
4550
4240
|
"kind": 32768,
|
4551
4241
|
"kindString": "Parameter",
|
@@ -4559,7 +4249,7 @@
|
|
4559
4249
|
}
|
4560
4250
|
},
|
4561
4251
|
{
|
4562
|
-
"id":
|
4252
|
+
"id": 426,
|
4563
4253
|
"name": "options",
|
4564
4254
|
"kind": 32768,
|
4565
4255
|
"kindString": "Parameter",
|
@@ -4569,7 +4259,7 @@
|
|
4569
4259
|
},
|
4570
4260
|
"type": {
|
4571
4261
|
"type": "reference",
|
4572
|
-
"id":
|
4262
|
+
"id": 383,
|
4573
4263
|
"name": "NumericOptions"
|
4574
4264
|
}
|
4575
4265
|
}
|
@@ -4587,14 +4277,14 @@
|
|
4587
4277
|
"title": "Constructors",
|
4588
4278
|
"kind": 512,
|
4589
4279
|
"children": [
|
4590
|
-
|
4280
|
+
413
|
4591
4281
|
]
|
4592
4282
|
},
|
4593
4283
|
{
|
4594
4284
|
"title": "Methods",
|
4595
4285
|
"kind": 2048,
|
4596
4286
|
"children": [
|
4597
|
-
|
4287
|
+
423
|
4598
4288
|
]
|
4599
4289
|
}
|
4600
4290
|
],
|
@@ -4607,7 +4297,7 @@
|
|
4607
4297
|
]
|
4608
4298
|
},
|
4609
4299
|
{
|
4610
|
-
"id":
|
4300
|
+
"id": 452,
|
4611
4301
|
"name": "SkyOverlayInstance",
|
4612
4302
|
"kind": 128,
|
4613
4303
|
"kindString": "Class",
|
@@ -4617,7 +4307,7 @@
|
|
4617
4307
|
},
|
4618
4308
|
"children": [
|
4619
4309
|
{
|
4620
|
-
"id":
|
4310
|
+
"id": 453,
|
4621
4311
|
"name": "constructor",
|
4622
4312
|
"kind": 512,
|
4623
4313
|
"kindString": "Constructor",
|
@@ -4631,26 +4321,26 @@
|
|
4631
4321
|
],
|
4632
4322
|
"signatures": [
|
4633
4323
|
{
|
4634
|
-
"id":
|
4324
|
+
"id": 454,
|
4635
4325
|
"name": "new SkyOverlayInstance",
|
4636
4326
|
"kind": 16384,
|
4637
4327
|
"kindString": "Constructor signature",
|
4638
4328
|
"flags": {},
|
4639
4329
|
"parameters": [
|
4640
4330
|
{
|
4641
|
-
"id":
|
4331
|
+
"id": 455,
|
4642
4332
|
"name": "config",
|
4643
4333
|
"kind": 32768,
|
4644
4334
|
"kindString": "Parameter",
|
4645
4335
|
"flags": {},
|
4646
4336
|
"type": {
|
4647
4337
|
"type": "reference",
|
4648
|
-
"id":
|
4338
|
+
"id": 445,
|
4649
4339
|
"name": "SkyOverlayConfig"
|
4650
4340
|
}
|
4651
4341
|
},
|
4652
4342
|
{
|
4653
|
-
"id":
|
4343
|
+
"id": 456,
|
4654
4344
|
"name": "componentRef",
|
4655
4345
|
"kind": 32768,
|
4656
4346
|
"kindString": "Parameter",
|
@@ -4671,51 +4361,14 @@
|
|
4671
4361
|
],
|
4672
4362
|
"type": {
|
4673
4363
|
"type": "reference",
|
4674
|
-
"id":
|
4364
|
+
"id": 452,
|
4675
4365
|
"name": "SkyOverlayInstance"
|
4676
4366
|
}
|
4677
4367
|
}
|
4678
4368
|
]
|
4679
4369
|
},
|
4680
4370
|
{
|
4681
|
-
"id":
|
4682
|
-
"name": "componentRef",
|
4683
|
-
"kind": 1024,
|
4684
|
-
"kindString": "Property",
|
4685
|
-
"flags": {
|
4686
|
-
"isPublic": true,
|
4687
|
-
"isReadonly": true
|
4688
|
-
},
|
4689
|
-
"type": {
|
4690
|
-
"type": "reference",
|
4691
|
-
"typeArguments": [
|
4692
|
-
{
|
4693
|
-
"type": "reference",
|
4694
|
-
"name": "SkyOverlayComponent"
|
4695
|
-
}
|
4696
|
-
],
|
4697
|
-
"qualifiedName": "ComponentRef",
|
4698
|
-
"package": "@angular/core",
|
4699
|
-
"name": "ComponentRef"
|
4700
|
-
}
|
4701
|
-
},
|
4702
|
-
{
|
4703
|
-
"id": 461,
|
4704
|
-
"name": "config",
|
4705
|
-
"kind": 1024,
|
4706
|
-
"kindString": "Property",
|
4707
|
-
"flags": {
|
4708
|
-
"isPublic": true,
|
4709
|
-
"isReadonly": true
|
4710
|
-
},
|
4711
|
-
"type": {
|
4712
|
-
"type": "reference",
|
4713
|
-
"id": 443,
|
4714
|
-
"name": "SkyOverlayConfig"
|
4715
|
-
}
|
4716
|
-
},
|
4717
|
-
{
|
4718
|
-
"id": 455,
|
4371
|
+
"id": 457,
|
4719
4372
|
"name": "backdropClick",
|
4720
4373
|
"kind": 262144,
|
4721
4374
|
"kindString": "Accessor",
|
@@ -4731,7 +4384,7 @@
|
|
4731
4384
|
],
|
4732
4385
|
"getSignature": [
|
4733
4386
|
{
|
4734
|
-
"id":
|
4387
|
+
"id": 458,
|
4735
4388
|
"name": "backdropClick",
|
4736
4389
|
"kind": 524288,
|
4737
4390
|
"kindString": "Get signature",
|
@@ -4755,7 +4408,7 @@
|
|
4755
4408
|
]
|
4756
4409
|
},
|
4757
4410
|
{
|
4758
|
-
"id":
|
4411
|
+
"id": 459,
|
4759
4412
|
"name": "closed",
|
4760
4413
|
"kind": 262144,
|
4761
4414
|
"kindString": "Accessor",
|
@@ -4771,7 +4424,7 @@
|
|
4771
4424
|
],
|
4772
4425
|
"getSignature": [
|
4773
4426
|
{
|
4774
|
-
"id":
|
4427
|
+
"id": 460,
|
4775
4428
|
"name": "closed",
|
4776
4429
|
"kind": 524288,
|
4777
4430
|
"kindString": "Get signature",
|
@@ -4795,7 +4448,7 @@
|
|
4795
4448
|
]
|
4796
4449
|
},
|
4797
4450
|
{
|
4798
|
-
"id":
|
4451
|
+
"id": 465,
|
4799
4452
|
"name": "attachComponent",
|
4800
4453
|
"kind": 2048,
|
4801
4454
|
"kindString": "Method",
|
@@ -4811,7 +4464,7 @@
|
|
4811
4464
|
],
|
4812
4465
|
"signatures": [
|
4813
4466
|
{
|
4814
|
-
"id":
|
4467
|
+
"id": 466,
|
4815
4468
|
"name": "attachComponent",
|
4816
4469
|
"kind": 4096,
|
4817
4470
|
"kindString": "Call signature",
|
@@ -4821,7 +4474,7 @@
|
|
4821
4474
|
},
|
4822
4475
|
"typeParameter": [
|
4823
4476
|
{
|
4824
|
-
"id":
|
4477
|
+
"id": 467,
|
4825
4478
|
"name": "C",
|
4826
4479
|
"kind": 131072,
|
4827
4480
|
"kindString": "Type parameter",
|
@@ -4830,7 +4483,7 @@
|
|
4830
4483
|
],
|
4831
4484
|
"parameters": [
|
4832
4485
|
{
|
4833
|
-
"id":
|
4486
|
+
"id": 468,
|
4834
4487
|
"name": "component",
|
4835
4488
|
"kind": 32768,
|
4836
4489
|
"kindString": "Parameter",
|
@@ -4843,7 +4496,7 @@
|
|
4843
4496
|
"typeArguments": [
|
4844
4497
|
{
|
4845
4498
|
"type": "reference",
|
4846
|
-
"id":
|
4499
|
+
"id": 467,
|
4847
4500
|
"name": "C"
|
4848
4501
|
}
|
4849
4502
|
],
|
@@ -4853,7 +4506,7 @@
|
|
4853
4506
|
}
|
4854
4507
|
},
|
4855
4508
|
{
|
4856
|
-
"id":
|
4509
|
+
"id": 469,
|
4857
4510
|
"name": "providers",
|
4858
4511
|
"kind": 32768,
|
4859
4512
|
"kindString": "Parameter",
|
@@ -4876,14 +4529,14 @@
|
|
4876
4529
|
],
|
4877
4530
|
"type": {
|
4878
4531
|
"type": "reference",
|
4879
|
-
"id":
|
4532
|
+
"id": 467,
|
4880
4533
|
"name": "C"
|
4881
4534
|
}
|
4882
4535
|
}
|
4883
4536
|
]
|
4884
4537
|
},
|
4885
4538
|
{
|
4886
|
-
"id":
|
4539
|
+
"id": 470,
|
4887
4540
|
"name": "attachTemplate",
|
4888
4541
|
"kind": 2048,
|
4889
4542
|
"kindString": "Method",
|
@@ -4899,7 +4552,7 @@
|
|
4899
4552
|
],
|
4900
4553
|
"signatures": [
|
4901
4554
|
{
|
4902
|
-
"id":
|
4555
|
+
"id": 471,
|
4903
4556
|
"name": "attachTemplate",
|
4904
4557
|
"kind": 4096,
|
4905
4558
|
"kindString": "Call signature",
|
@@ -4909,7 +4562,7 @@
|
|
4909
4562
|
},
|
4910
4563
|
"typeParameter": [
|
4911
4564
|
{
|
4912
|
-
"id":
|
4565
|
+
"id": 472,
|
4913
4566
|
"name": "T",
|
4914
4567
|
"kind": 131072,
|
4915
4568
|
"kindString": "Type parameter",
|
@@ -4918,7 +4571,7 @@
|
|
4918
4571
|
],
|
4919
4572
|
"parameters": [
|
4920
4573
|
{
|
4921
|
-
"id":
|
4574
|
+
"id": 473,
|
4922
4575
|
"name": "templateRef",
|
4923
4576
|
"kind": 32768,
|
4924
4577
|
"kindString": "Parameter",
|
@@ -4931,7 +4584,7 @@
|
|
4931
4584
|
"typeArguments": [
|
4932
4585
|
{
|
4933
4586
|
"type": "reference",
|
4934
|
-
"id":
|
4587
|
+
"id": 472,
|
4935
4588
|
"name": "T"
|
4936
4589
|
}
|
4937
4590
|
],
|
@@ -4941,7 +4594,7 @@
|
|
4941
4594
|
}
|
4942
4595
|
},
|
4943
4596
|
{
|
4944
|
-
"id":
|
4597
|
+
"id": 474,
|
4945
4598
|
"name": "context",
|
4946
4599
|
"kind": 32768,
|
4947
4600
|
"kindString": "Parameter",
|
@@ -4953,7 +4606,7 @@
|
|
4953
4606
|
},
|
4954
4607
|
"type": {
|
4955
4608
|
"type": "reference",
|
4956
|
-
"id":
|
4609
|
+
"id": 472,
|
4957
4610
|
"name": "T"
|
4958
4611
|
}
|
4959
4612
|
}
|
@@ -4971,31 +4624,31 @@
|
|
4971
4624
|
"title": "Constructors",
|
4972
4625
|
"kind": 512,
|
4973
4626
|
"children": [
|
4974
|
-
|
4627
|
+
453
|
4975
4628
|
]
|
4976
4629
|
},
|
4977
4630
|
{
|
4978
4631
|
"title": "Properties",
|
4979
4632
|
"kind": 1024,
|
4980
4633
|
"children": [
|
4981
|
-
|
4982
|
-
|
4634
|
+
464,
|
4635
|
+
463
|
4983
4636
|
]
|
4984
4637
|
},
|
4985
4638
|
{
|
4986
4639
|
"title": "Accessors",
|
4987
4640
|
"kind": 262144,
|
4988
4641
|
"children": [
|
4989
|
-
|
4990
|
-
|
4642
|
+
457,
|
4643
|
+
459
|
4991
4644
|
]
|
4992
4645
|
},
|
4993
4646
|
{
|
4994
4647
|
"title": "Methods",
|
4995
4648
|
"kind": 2048,
|
4996
4649
|
"children": [
|
4997
|
-
|
4998
|
-
|
4650
|
+
465,
|
4651
|
+
470
|
4999
4652
|
]
|
5000
4653
|
}
|
5001
4654
|
],
|
@@ -5008,7 +4661,7 @@
|
|
5008
4661
|
]
|
5009
4662
|
},
|
5010
4663
|
{
|
5011
|
-
"id":
|
4664
|
+
"id": 475,
|
5012
4665
|
"name": "SkyOverlayModule",
|
5013
4666
|
"kind": 128,
|
5014
4667
|
"kindString": "Class",
|
@@ -5027,35 +4680,13 @@
|
|
5027
4680
|
}
|
5028
4681
|
}
|
5029
4682
|
],
|
5030
|
-
"children": [
|
5031
|
-
{
|
5032
|
-
"id": 474,
|
5033
|
-
"name": "constructor",
|
5034
|
-
"kind": 512,
|
5035
|
-
"kindString": "Constructor",
|
5036
|
-
"flags": {},
|
5037
|
-
"signatures": [
|
5038
|
-
{
|
5039
|
-
"id": 475,
|
5040
|
-
"name": "new SkyOverlayModule",
|
5041
|
-
"kind": 16384,
|
5042
|
-
"kindString": "Constructor signature",
|
5043
|
-
"flags": {},
|
5044
|
-
"type": {
|
5045
|
-
"type": "reference",
|
5046
|
-
"id": 473,
|
5047
|
-
"name": "SkyOverlayModule"
|
5048
|
-
}
|
5049
|
-
}
|
5050
|
-
]
|
5051
|
-
}
|
5052
|
-
],
|
4683
|
+
"children": [],
|
5053
4684
|
"groups": [
|
5054
4685
|
{
|
5055
4686
|
"title": "Constructors",
|
5056
4687
|
"kind": 512,
|
5057
4688
|
"children": [
|
5058
|
-
|
4689
|
+
476
|
5059
4690
|
]
|
5060
4691
|
}
|
5061
4692
|
],
|
@@ -5068,7 +4699,7 @@
|
|
5068
4699
|
]
|
5069
4700
|
},
|
5070
4701
|
{
|
5071
|
-
"id":
|
4702
|
+
"id": 478,
|
5072
4703
|
"name": "SkyOverlayService",
|
5073
4704
|
"kind": 128,
|
5074
4705
|
"kindString": "Class",
|
@@ -5098,7 +4729,7 @@
|
|
5098
4729
|
],
|
5099
4730
|
"children": [
|
5100
4731
|
{
|
5101
|
-
"id":
|
4732
|
+
"id": 480,
|
5102
4733
|
"name": "constructor",
|
5103
4734
|
"kind": 512,
|
5104
4735
|
"kindString": "Constructor",
|
@@ -5112,14 +4743,14 @@
|
|
5112
4743
|
],
|
5113
4744
|
"signatures": [
|
5114
4745
|
{
|
5115
|
-
"id":
|
4746
|
+
"id": 481,
|
5116
4747
|
"name": "new SkyOverlayService",
|
5117
4748
|
"kind": 16384,
|
5118
4749
|
"kindString": "Constructor signature",
|
5119
4750
|
"flags": {},
|
5120
4751
|
"parameters": [
|
5121
4752
|
{
|
5122
|
-
"id":
|
4753
|
+
"id": 482,
|
5123
4754
|
"name": "applicationRef",
|
5124
4755
|
"kind": 32768,
|
5125
4756
|
"kindString": "Parameter",
|
@@ -5132,7 +4763,7 @@
|
|
5132
4763
|
}
|
5133
4764
|
},
|
5134
4765
|
{
|
5135
|
-
"id":
|
4766
|
+
"id": 483,
|
5136
4767
|
"name": "componentFactoryResolver",
|
5137
4768
|
"kind": 32768,
|
5138
4769
|
"kindString": "Parameter",
|
@@ -5145,7 +4776,7 @@
|
|
5145
4776
|
}
|
5146
4777
|
},
|
5147
4778
|
{
|
5148
|
-
"id":
|
4779
|
+
"id": 484,
|
5149
4780
|
"name": "injector",
|
5150
4781
|
"kind": 32768,
|
5151
4782
|
"kindString": "Parameter",
|
@@ -5158,7 +4789,7 @@
|
|
5158
4789
|
}
|
5159
4790
|
},
|
5160
4791
|
{
|
5161
|
-
"id":
|
4792
|
+
"id": 485,
|
5162
4793
|
"name": "adapter",
|
5163
4794
|
"kind": 32768,
|
5164
4795
|
"kindString": "Parameter",
|
@@ -5171,14 +4802,14 @@
|
|
5171
4802
|
],
|
5172
4803
|
"type": {
|
5173
4804
|
"type": "reference",
|
5174
|
-
"id":
|
4805
|
+
"id": 478,
|
5175
4806
|
"name": "SkyOverlayService"
|
5176
4807
|
}
|
5177
4808
|
}
|
5178
4809
|
]
|
5179
4810
|
},
|
5180
4811
|
{
|
5181
|
-
"id":
|
4812
|
+
"id": 489,
|
5182
4813
|
"name": "close",
|
5183
4814
|
"kind": 2048,
|
5184
4815
|
"kindString": "Method",
|
@@ -5194,7 +4825,7 @@
|
|
5194
4825
|
],
|
5195
4826
|
"signatures": [
|
5196
4827
|
{
|
5197
|
-
"id":
|
4828
|
+
"id": 490,
|
5198
4829
|
"name": "close",
|
5199
4830
|
"kind": 4096,
|
5200
4831
|
"kindString": "Call signature",
|
@@ -5204,7 +4835,7 @@
|
|
5204
4835
|
},
|
5205
4836
|
"parameters": [
|
5206
4837
|
{
|
5207
|
-
"id":
|
4838
|
+
"id": 491,
|
5208
4839
|
"name": "instance",
|
5209
4840
|
"kind": 32768,
|
5210
4841
|
"kindString": "Parameter",
|
@@ -5214,7 +4845,7 @@
|
|
5214
4845
|
},
|
5215
4846
|
"type": {
|
5216
4847
|
"type": "reference",
|
5217
|
-
"id":
|
4848
|
+
"id": 452,
|
5218
4849
|
"name": "SkyOverlayInstance"
|
5219
4850
|
}
|
5220
4851
|
}
|
@@ -5227,7 +4858,7 @@
|
|
5227
4858
|
]
|
5228
4859
|
},
|
5229
4860
|
{
|
5230
|
-
"id":
|
4861
|
+
"id": 492,
|
5231
4862
|
"name": "closeAll",
|
5232
4863
|
"kind": 2048,
|
5233
4864
|
"kindString": "Method",
|
@@ -5243,7 +4874,7 @@
|
|
5243
4874
|
],
|
5244
4875
|
"signatures": [
|
5245
4876
|
{
|
5246
|
-
"id":
|
4877
|
+
"id": 493,
|
5247
4878
|
"name": "closeAll",
|
5248
4879
|
"kind": 4096,
|
5249
4880
|
"kindString": "Call signature",
|
@@ -5259,7 +4890,7 @@
|
|
5259
4890
|
]
|
5260
4891
|
},
|
5261
4892
|
{
|
5262
|
-
"id":
|
4893
|
+
"id": 486,
|
5263
4894
|
"name": "create",
|
5264
4895
|
"kind": 2048,
|
5265
4896
|
"kindString": "Method",
|
@@ -5275,7 +4906,7 @@
|
|
5275
4906
|
],
|
5276
4907
|
"signatures": [
|
5277
4908
|
{
|
5278
|
-
"id":
|
4909
|
+
"id": 487,
|
5279
4910
|
"name": "create",
|
5280
4911
|
"kind": 4096,
|
5281
4912
|
"kindString": "Call signature",
|
@@ -5285,7 +4916,7 @@
|
|
5285
4916
|
},
|
5286
4917
|
"parameters": [
|
5287
4918
|
{
|
5288
|
-
"id":
|
4919
|
+
"id": 488,
|
5289
4920
|
"name": "config",
|
5290
4921
|
"kind": 32768,
|
5291
4922
|
"kindString": "Parameter",
|
@@ -5297,14 +4928,14 @@
|
|
5297
4928
|
},
|
5298
4929
|
"type": {
|
5299
4930
|
"type": "reference",
|
5300
|
-
"id":
|
4931
|
+
"id": 445,
|
5301
4932
|
"name": "SkyOverlayConfig"
|
5302
4933
|
}
|
5303
4934
|
}
|
5304
4935
|
],
|
5305
4936
|
"type": {
|
5306
4937
|
"type": "reference",
|
5307
|
-
"id":
|
4938
|
+
"id": 452,
|
5308
4939
|
"name": "SkyOverlayInstance"
|
5309
4940
|
}
|
5310
4941
|
}
|
@@ -5316,16 +4947,16 @@
|
|
5316
4947
|
"title": "Constructors",
|
5317
4948
|
"kind": 512,
|
5318
4949
|
"children": [
|
5319
|
-
|
4950
|
+
480
|
5320
4951
|
]
|
5321
4952
|
},
|
5322
4953
|
{
|
5323
4954
|
"title": "Methods",
|
5324
4955
|
"kind": 2048,
|
5325
4956
|
"children": [
|
5326
|
-
|
5327
|
-
|
5328
|
-
|
4957
|
+
489,
|
4958
|
+
492,
|
4959
|
+
486
|
5329
4960
|
]
|
5330
4961
|
}
|
5331
4962
|
],
|
@@ -5338,7 +4969,7 @@
|
|
5338
4969
|
]
|
5339
4970
|
},
|
5340
4971
|
{
|
5341
|
-
"id":
|
4972
|
+
"id": 506,
|
5342
4973
|
"name": "SkyPercentPipe",
|
5343
4974
|
"kind": 128,
|
5344
4975
|
"kindString": "Class",
|
@@ -5359,7 +4990,7 @@
|
|
5359
4990
|
],
|
5360
4991
|
"children": [
|
5361
4992
|
{
|
5362
|
-
"id":
|
4993
|
+
"id": 507,
|
5363
4994
|
"name": "constructor",
|
5364
4995
|
"kind": 512,
|
5365
4996
|
"kindString": "Constructor",
|
@@ -5373,14 +5004,14 @@
|
|
5373
5004
|
],
|
5374
5005
|
"signatures": [
|
5375
5006
|
{
|
5376
|
-
"id":
|
5007
|
+
"id": 508,
|
5377
5008
|
"name": "new SkyPercentPipe",
|
5378
5009
|
"kind": 16384,
|
5379
5010
|
"kindString": "Constructor signature",
|
5380
5011
|
"flags": {},
|
5381
5012
|
"parameters": [
|
5382
5013
|
{
|
5383
|
-
"id":
|
5014
|
+
"id": 509,
|
5384
5015
|
"name": "localeProvider",
|
5385
5016
|
"kind": 32768,
|
5386
5017
|
"kindString": "Parameter",
|
@@ -5393,14 +5024,14 @@
|
|
5393
5024
|
],
|
5394
5025
|
"type": {
|
5395
5026
|
"type": "reference",
|
5396
|
-
"id":
|
5027
|
+
"id": 506,
|
5397
5028
|
"name": "SkyPercentPipe"
|
5398
5029
|
}
|
5399
5030
|
}
|
5400
5031
|
]
|
5401
5032
|
},
|
5402
5033
|
{
|
5403
|
-
"id":
|
5034
|
+
"id": 517,
|
5404
5035
|
"name": "ngOnDestroy",
|
5405
5036
|
"kind": 2048,
|
5406
5037
|
"kindString": "Method",
|
@@ -5416,7 +5047,7 @@
|
|
5416
5047
|
],
|
5417
5048
|
"signatures": [
|
5418
5049
|
{
|
5419
|
-
"id":
|
5050
|
+
"id": 518,
|
5420
5051
|
"name": "ngOnDestroy",
|
5421
5052
|
"kind": 4096,
|
5422
5053
|
"kindString": "Call signature",
|
@@ -5437,7 +5068,7 @@
|
|
5437
5068
|
}
|
5438
5069
|
},
|
5439
5070
|
{
|
5440
|
-
"id":
|
5071
|
+
"id": 519,
|
5441
5072
|
"name": "transform",
|
5442
5073
|
"kind": 2048,
|
5443
5074
|
"kindString": "Method",
|
@@ -5453,14 +5084,14 @@
|
|
5453
5084
|
],
|
5454
5085
|
"signatures": [
|
5455
5086
|
{
|
5456
|
-
"id":
|
5087
|
+
"id": 520,
|
5457
5088
|
"name": "transform",
|
5458
5089
|
"kind": 4096,
|
5459
5090
|
"kindString": "Call signature",
|
5460
5091
|
"flags": {},
|
5461
5092
|
"parameters": [
|
5462
5093
|
{
|
5463
|
-
"id":
|
5094
|
+
"id": 521,
|
5464
5095
|
"name": "value",
|
5465
5096
|
"kind": 32768,
|
5466
5097
|
"kindString": "Parameter",
|
@@ -5471,7 +5102,7 @@
|
|
5471
5102
|
}
|
5472
5103
|
},
|
5473
5104
|
{
|
5474
|
-
"id":
|
5105
|
+
"id": 522,
|
5475
5106
|
"name": "format",
|
5476
5107
|
"kind": 32768,
|
5477
5108
|
"kindString": "Parameter",
|
@@ -5484,7 +5115,7 @@
|
|
5484
5115
|
}
|
5485
5116
|
},
|
5486
5117
|
{
|
5487
|
-
"id":
|
5118
|
+
"id": 523,
|
5488
5119
|
"name": "locale",
|
5489
5120
|
"kind": 32768,
|
5490
5121
|
"kindString": "Parameter",
|
@@ -5518,15 +5149,15 @@
|
|
5518
5149
|
"title": "Constructors",
|
5519
5150
|
"kind": 512,
|
5520
5151
|
"children": [
|
5521
|
-
|
5152
|
+
507
|
5522
5153
|
]
|
5523
5154
|
},
|
5524
5155
|
{
|
5525
5156
|
"title": "Methods",
|
5526
5157
|
"kind": 2048,
|
5527
5158
|
"children": [
|
5528
|
-
|
5529
|
-
|
5159
|
+
517,
|
5160
|
+
519
|
5530
5161
|
]
|
5531
5162
|
}
|
5532
5163
|
],
|
@@ -5553,7 +5184,7 @@
|
|
5553
5184
|
]
|
5554
5185
|
},
|
5555
5186
|
{
|
5556
|
-
"id":
|
5187
|
+
"id": 503,
|
5557
5188
|
"name": "SkyPercentPipeModule",
|
5558
5189
|
"kind": 128,
|
5559
5190
|
"kindString": "Class",
|
@@ -5572,35 +5203,13 @@
|
|
5572
5203
|
}
|
5573
5204
|
}
|
5574
5205
|
],
|
5575
|
-
"children": [
|
5576
|
-
{
|
5577
|
-
"id": 502,
|
5578
|
-
"name": "constructor",
|
5579
|
-
"kind": 512,
|
5580
|
-
"kindString": "Constructor",
|
5581
|
-
"flags": {},
|
5582
|
-
"signatures": [
|
5583
|
-
{
|
5584
|
-
"id": 503,
|
5585
|
-
"name": "new SkyPercentPipeModule",
|
5586
|
-
"kind": 16384,
|
5587
|
-
"kindString": "Constructor signature",
|
5588
|
-
"flags": {},
|
5589
|
-
"type": {
|
5590
|
-
"type": "reference",
|
5591
|
-
"id": 501,
|
5592
|
-
"name": "SkyPercentPipeModule"
|
5593
|
-
}
|
5594
|
-
}
|
5595
|
-
]
|
5596
|
-
}
|
5597
|
-
],
|
5206
|
+
"children": [],
|
5598
5207
|
"groups": [
|
5599
5208
|
{
|
5600
5209
|
"title": "Constructors",
|
5601
5210
|
"kind": 512,
|
5602
5211
|
"children": [
|
5603
|
-
|
5212
|
+
504
|
5604
5213
|
]
|
5605
5214
|
}
|
5606
5215
|
],
|
@@ -5613,7 +5222,7 @@
|
|
5613
5222
|
]
|
5614
5223
|
},
|
5615
5224
|
{
|
5616
|
-
"id":
|
5225
|
+
"id": 526,
|
5617
5226
|
"name": "SkyScrollableHostService",
|
5618
5227
|
"kind": 128,
|
5619
5228
|
"kindString": "Class",
|
@@ -5634,7 +5243,7 @@
|
|
5634
5243
|
],
|
5635
5244
|
"children": [
|
5636
5245
|
{
|
5637
|
-
"id":
|
5246
|
+
"id": 527,
|
5638
5247
|
"name": "constructor",
|
5639
5248
|
"kind": 512,
|
5640
5249
|
"kindString": "Constructor",
|
@@ -5648,47 +5257,47 @@
|
|
5648
5257
|
],
|
5649
5258
|
"signatures": [
|
5650
5259
|
{
|
5651
|
-
"id":
|
5260
|
+
"id": 528,
|
5652
5261
|
"name": "new SkyScrollableHostService",
|
5653
5262
|
"kind": 16384,
|
5654
5263
|
"kindString": "Constructor signature",
|
5655
5264
|
"flags": {},
|
5656
5265
|
"parameters": [
|
5657
5266
|
{
|
5658
|
-
"id":
|
5267
|
+
"id": 529,
|
5659
5268
|
"name": "mutationObserverSvc",
|
5660
5269
|
"kind": 32768,
|
5661
5270
|
"kindString": "Parameter",
|
5662
5271
|
"flags": {},
|
5663
5272
|
"type": {
|
5664
5273
|
"type": "reference",
|
5665
|
-
"id":
|
5274
|
+
"id": 371,
|
5666
5275
|
"name": "MutationObserverService"
|
5667
5276
|
}
|
5668
5277
|
},
|
5669
5278
|
{
|
5670
|
-
"id":
|
5279
|
+
"id": 530,
|
5671
5280
|
"name": "windowRef",
|
5672
5281
|
"kind": 32768,
|
5673
5282
|
"kindString": "Parameter",
|
5674
5283
|
"flags": {},
|
5675
5284
|
"type": {
|
5676
5285
|
"type": "reference",
|
5677
|
-
"id":
|
5286
|
+
"id": 603,
|
5678
5287
|
"name": "SkyAppWindowRef"
|
5679
5288
|
}
|
5680
5289
|
}
|
5681
5290
|
],
|
5682
5291
|
"type": {
|
5683
5292
|
"type": "reference",
|
5684
|
-
"id":
|
5293
|
+
"id": 526,
|
5685
5294
|
"name": "SkyScrollableHostService"
|
5686
5295
|
}
|
5687
5296
|
}
|
5688
5297
|
]
|
5689
5298
|
},
|
5690
5299
|
{
|
5691
|
-
"id":
|
5300
|
+
"id": 531,
|
5692
5301
|
"name": "getScrollableHost",
|
5693
5302
|
"kind": 2048,
|
5694
5303
|
"kindString": "Method",
|
@@ -5704,7 +5313,7 @@
|
|
5704
5313
|
],
|
5705
5314
|
"signatures": [
|
5706
5315
|
{
|
5707
|
-
"id":
|
5316
|
+
"id": 532,
|
5708
5317
|
"name": "getScrollableHost",
|
5709
5318
|
"kind": 4096,
|
5710
5319
|
"kindString": "Call signature",
|
@@ -5715,7 +5324,7 @@
|
|
5715
5324
|
},
|
5716
5325
|
"parameters": [
|
5717
5326
|
{
|
5718
|
-
"id":
|
5327
|
+
"id": 533,
|
5719
5328
|
"name": "elementRef",
|
5720
5329
|
"kind": 32768,
|
5721
5330
|
"kindString": "Parameter",
|
@@ -5758,7 +5367,7 @@
|
|
5758
5367
|
]
|
5759
5368
|
},
|
5760
5369
|
{
|
5761
|
-
"id":
|
5370
|
+
"id": 537,
|
5762
5371
|
"name": "watchScrollableHostScrollEvents",
|
5763
5372
|
"kind": 2048,
|
5764
5373
|
"kindString": "Method",
|
@@ -5768,24 +5377,24 @@
|
|
5768
5377
|
"sources": [
|
5769
5378
|
{
|
5770
5379
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5771
|
-
"line":
|
5380
|
+
"line": 118,
|
5772
5381
|
"character": 9
|
5773
5382
|
}
|
5774
5383
|
],
|
5775
5384
|
"signatures": [
|
5776
5385
|
{
|
5777
|
-
"id":
|
5386
|
+
"id": 538,
|
5778
5387
|
"name": "watchScrollableHostScrollEvents",
|
5779
5388
|
"kind": 4096,
|
5780
5389
|
"kindString": "Call signature",
|
5781
5390
|
"flags": {},
|
5782
5391
|
"comment": {
|
5783
5392
|
"shortText": "Returns an observable which emits whenever the element's scrollable host emits a scroll event. The observable will always emit the scroll events from the elements current scrollable host and will update based on any scrollable host changes. The observable will also emit once whenever the scrollable host changes.",
|
5784
|
-
"returns": "An observable which emits the
|
5393
|
+
"returns": "An observable which emits when the elements scrollable host is scrolled or is changed\n"
|
5785
5394
|
},
|
5786
5395
|
"parameters": [
|
5787
5396
|
{
|
5788
|
-
"id":
|
5397
|
+
"id": 539,
|
5789
5398
|
"name": "elementRef",
|
5790
5399
|
"kind": 32768,
|
5791
5400
|
"kindString": "Parameter",
|
@@ -5828,15 +5437,15 @@
|
|
5828
5437
|
"title": "Constructors",
|
5829
5438
|
"kind": 512,
|
5830
5439
|
"children": [
|
5831
|
-
|
5440
|
+
527
|
5832
5441
|
]
|
5833
5442
|
},
|
5834
5443
|
{
|
5835
5444
|
"title": "Methods",
|
5836
5445
|
"kind": 2048,
|
5837
5446
|
"children": [
|
5838
|
-
|
5839
|
-
|
5447
|
+
531,
|
5448
|
+
537
|
5840
5449
|
]
|
5841
5450
|
}
|
5842
5451
|
],
|
@@ -5849,7 +5458,7 @@
|
|
5849
5458
|
]
|
5850
5459
|
},
|
5851
5460
|
{
|
5852
|
-
"id":
|
5461
|
+
"id": 559,
|
5853
5462
|
"name": "SkyUIConfigService",
|
5854
5463
|
"kind": 128,
|
5855
5464
|
"kindString": "Class",
|
@@ -5870,28 +5479,7 @@
|
|
5870
5479
|
],
|
5871
5480
|
"children": [
|
5872
5481
|
{
|
5873
|
-
"id":
|
5874
|
-
"name": "constructor",
|
5875
|
-
"kind": 512,
|
5876
|
-
"kindString": "Constructor",
|
5877
|
-
"flags": {},
|
5878
|
-
"signatures": [
|
5879
|
-
{
|
5880
|
-
"id": 556,
|
5881
|
-
"name": "new SkyUIConfigService",
|
5882
|
-
"kind": 16384,
|
5883
|
-
"kindString": "Constructor signature",
|
5884
|
-
"flags": {},
|
5885
|
-
"type": {
|
5886
|
-
"type": "reference",
|
5887
|
-
"id": 554,
|
5888
|
-
"name": "SkyUIConfigService"
|
5889
|
-
}
|
5890
|
-
}
|
5891
|
-
]
|
5892
|
-
},
|
5893
|
-
{
|
5894
|
-
"id": 557,
|
5482
|
+
"id": 562,
|
5895
5483
|
"name": "getConfig",
|
5896
5484
|
"kind": 2048,
|
5897
5485
|
"kindString": "Method",
|
@@ -5907,14 +5495,14 @@
|
|
5907
5495
|
],
|
5908
5496
|
"signatures": [
|
5909
5497
|
{
|
5910
|
-
"id":
|
5498
|
+
"id": 563,
|
5911
5499
|
"name": "getConfig",
|
5912
5500
|
"kind": 4096,
|
5913
5501
|
"kindString": "Call signature",
|
5914
5502
|
"flags": {},
|
5915
5503
|
"parameters": [
|
5916
5504
|
{
|
5917
|
-
"id":
|
5505
|
+
"id": 564,
|
5918
5506
|
"name": "key",
|
5919
5507
|
"kind": 32768,
|
5920
5508
|
"kindString": "Parameter",
|
@@ -5925,7 +5513,7 @@
|
|
5925
5513
|
}
|
5926
5514
|
},
|
5927
5515
|
{
|
5928
|
-
"id":
|
5516
|
+
"id": 565,
|
5929
5517
|
"name": "defaultConfig",
|
5930
5518
|
"kind": 32768,
|
5931
5519
|
"kindString": "Parameter",
|
@@ -5954,7 +5542,7 @@
|
|
5954
5542
|
]
|
5955
5543
|
},
|
5956
5544
|
{
|
5957
|
-
"id":
|
5545
|
+
"id": 566,
|
5958
5546
|
"name": "setConfig",
|
5959
5547
|
"kind": 2048,
|
5960
5548
|
"kindString": "Method",
|
@@ -5970,14 +5558,14 @@
|
|
5970
5558
|
],
|
5971
5559
|
"signatures": [
|
5972
5560
|
{
|
5973
|
-
"id":
|
5561
|
+
"id": 567,
|
5974
5562
|
"name": "setConfig",
|
5975
5563
|
"kind": 4096,
|
5976
5564
|
"kindString": "Call signature",
|
5977
5565
|
"flags": {},
|
5978
5566
|
"parameters": [
|
5979
5567
|
{
|
5980
|
-
"id":
|
5568
|
+
"id": 568,
|
5981
5569
|
"name": "key",
|
5982
5570
|
"kind": 32768,
|
5983
5571
|
"kindString": "Parameter",
|
@@ -5988,7 +5576,7 @@
|
|
5988
5576
|
}
|
5989
5577
|
},
|
5990
5578
|
{
|
5991
|
-
"id":
|
5579
|
+
"id": 569,
|
5992
5580
|
"name": "value",
|
5993
5581
|
"kind": 32768,
|
5994
5582
|
"kindString": "Parameter",
|
@@ -6020,15 +5608,15 @@
|
|
6020
5608
|
"title": "Constructors",
|
6021
5609
|
"kind": 512,
|
6022
5610
|
"children": [
|
6023
|
-
|
5611
|
+
560
|
6024
5612
|
]
|
6025
5613
|
},
|
6026
5614
|
{
|
6027
5615
|
"title": "Methods",
|
6028
5616
|
"kind": 2048,
|
6029
5617
|
"children": [
|
6030
|
-
|
6031
|
-
|
5618
|
+
562,
|
5619
|
+
566
|
6032
5620
|
]
|
6033
5621
|
}
|
6034
5622
|
],
|
@@ -6041,7 +5629,7 @@
|
|
6041
5629
|
]
|
6042
5630
|
},
|
6043
5631
|
{
|
6044
|
-
"id":
|
5632
|
+
"id": 570,
|
6045
5633
|
"name": "SkyViewkeeperHostOptions",
|
6046
5634
|
"kind": 128,
|
6047
5635
|
"kindString": "Class",
|
@@ -6060,28 +5648,7 @@
|
|
6060
5648
|
],
|
6061
5649
|
"children": [
|
6062
5650
|
{
|
6063
|
-
"id":
|
6064
|
-
"name": "constructor",
|
6065
|
-
"kind": 512,
|
6066
|
-
"kindString": "Constructor",
|
6067
|
-
"flags": {},
|
6068
|
-
"signatures": [
|
6069
|
-
{
|
6070
|
-
"id": 567,
|
6071
|
-
"name": "new SkyViewkeeperHostOptions",
|
6072
|
-
"kind": 16384,
|
6073
|
-
"kindString": "Constructor signature",
|
6074
|
-
"flags": {},
|
6075
|
-
"type": {
|
6076
|
-
"type": "reference",
|
6077
|
-
"id": 565,
|
6078
|
-
"name": "SkyViewkeeperHostOptions"
|
6079
|
-
}
|
6080
|
-
}
|
6081
|
-
]
|
6082
|
-
},
|
6083
|
-
{
|
6084
|
-
"id": 568,
|
5651
|
+
"id": 573,
|
6085
5652
|
"name": "boundaryEl",
|
6086
5653
|
"kind": 1024,
|
6087
5654
|
"kindString": "Property",
|
@@ -6107,12 +5674,12 @@
|
|
6107
5674
|
},
|
6108
5675
|
"implementationOf": {
|
6109
5676
|
"type": "reference",
|
6110
|
-
"id":
|
5677
|
+
"id": 581,
|
6111
5678
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
6112
5679
|
}
|
6113
5680
|
},
|
6114
5681
|
{
|
6115
|
-
"id":
|
5682
|
+
"id": 574,
|
6116
5683
|
"name": "el",
|
6117
5684
|
"kind": 1024,
|
6118
5685
|
"kindString": "Property",
|
@@ -6138,12 +5705,12 @@
|
|
6138
5705
|
},
|
6139
5706
|
"implementationOf": {
|
6140
5707
|
"type": "reference",
|
6141
|
-
"id":
|
5708
|
+
"id": 582,
|
6142
5709
|
"name": "SkyViewkeeperOptions.el"
|
6143
5710
|
}
|
6144
5711
|
},
|
6145
5712
|
{
|
6146
|
-
"id":
|
5713
|
+
"id": 575,
|
6147
5714
|
"name": "scrollableHost",
|
6148
5715
|
"kind": 1024,
|
6149
5716
|
"kindString": "Property",
|
@@ -6169,12 +5736,12 @@
|
|
6169
5736
|
},
|
6170
5737
|
"implementationOf": {
|
6171
5738
|
"type": "reference",
|
6172
|
-
"id":
|
5739
|
+
"id": 583,
|
6173
5740
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
6174
5741
|
}
|
6175
5742
|
},
|
6176
5743
|
{
|
6177
|
-
"id":
|
5744
|
+
"id": 576,
|
6178
5745
|
"name": "setWidth",
|
6179
5746
|
"kind": 1024,
|
6180
5747
|
"kindString": "Property",
|
@@ -6198,12 +5765,12 @@
|
|
6198
5765
|
},
|
6199
5766
|
"implementationOf": {
|
6200
5767
|
"type": "reference",
|
6201
|
-
"id":
|
5768
|
+
"id": 584,
|
6202
5769
|
"name": "SkyViewkeeperOptions.setWidth"
|
6203
5770
|
}
|
6204
5771
|
},
|
6205
5772
|
{
|
6206
|
-
"id":
|
5773
|
+
"id": 577,
|
6207
5774
|
"name": "verticalOffset",
|
6208
5775
|
"kind": 1024,
|
6209
5776
|
"kindString": "Property",
|
@@ -6227,12 +5794,12 @@
|
|
6227
5794
|
},
|
6228
5795
|
"implementationOf": {
|
6229
5796
|
"type": "reference",
|
6230
|
-
"id":
|
5797
|
+
"id": 585,
|
6231
5798
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6232
5799
|
}
|
6233
5800
|
},
|
6234
5801
|
{
|
6235
|
-
"id":
|
5802
|
+
"id": 578,
|
6236
5803
|
"name": "verticalOffsetEl",
|
6237
5804
|
"kind": 1024,
|
6238
5805
|
"kindString": "Property",
|
@@ -6258,12 +5825,12 @@
|
|
6258
5825
|
},
|
6259
5826
|
"implementationOf": {
|
6260
5827
|
"type": "reference",
|
6261
|
-
"id":
|
5828
|
+
"id": 586,
|
6262
5829
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6263
5830
|
}
|
6264
5831
|
},
|
6265
5832
|
{
|
6266
|
-
"id":
|
5833
|
+
"id": 579,
|
6267
5834
|
"name": "viewportMarginTop",
|
6268
5835
|
"kind": 1024,
|
6269
5836
|
"kindString": "Property",
|
@@ -6287,7 +5854,7 @@
|
|
6287
5854
|
},
|
6288
5855
|
"implementationOf": {
|
6289
5856
|
"type": "reference",
|
6290
|
-
"id":
|
5857
|
+
"id": 587,
|
6291
5858
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6292
5859
|
}
|
6293
5860
|
}
|
@@ -6297,20 +5864,20 @@
|
|
6297
5864
|
"title": "Constructors",
|
6298
5865
|
"kind": 512,
|
6299
5866
|
"children": [
|
6300
|
-
|
5867
|
+
571
|
6301
5868
|
]
|
6302
5869
|
},
|
6303
5870
|
{
|
6304
5871
|
"title": "Properties",
|
6305
5872
|
"kind": 1024,
|
6306
5873
|
"children": [
|
6307
|
-
568,
|
6308
|
-
569,
|
6309
|
-
570,
|
6310
|
-
571,
|
6311
|
-
572,
|
6312
5874
|
573,
|
6313
|
-
574
|
5875
|
+
574,
|
5876
|
+
575,
|
5877
|
+
576,
|
5878
|
+
577,
|
5879
|
+
578,
|
5880
|
+
579
|
6314
5881
|
]
|
6315
5882
|
}
|
6316
5883
|
],
|
@@ -6324,13 +5891,13 @@
|
|
6324
5891
|
"implementedTypes": [
|
6325
5892
|
{
|
6326
5893
|
"type": "reference",
|
6327
|
-
"id":
|
5894
|
+
"id": 580,
|
6328
5895
|
"name": "SkyViewkeeperOptions"
|
6329
5896
|
}
|
6330
5897
|
]
|
6331
5898
|
},
|
6332
5899
|
{
|
6333
|
-
"id":
|
5900
|
+
"id": 588,
|
6334
5901
|
"name": "SkyViewkeeperModule",
|
6335
5902
|
"kind": 128,
|
6336
5903
|
"kindString": "Class",
|
@@ -6349,35 +5916,13 @@
|
|
6349
5916
|
}
|
6350
5917
|
}
|
6351
5918
|
],
|
6352
|
-
"children": [
|
6353
|
-
{
|
6354
|
-
"id": 584,
|
6355
|
-
"name": "constructor",
|
6356
|
-
"kind": 512,
|
6357
|
-
"kindString": "Constructor",
|
6358
|
-
"flags": {},
|
6359
|
-
"signatures": [
|
6360
|
-
{
|
6361
|
-
"id": 585,
|
6362
|
-
"name": "new SkyViewkeeperModule",
|
6363
|
-
"kind": 16384,
|
6364
|
-
"kindString": "Constructor signature",
|
6365
|
-
"flags": {},
|
6366
|
-
"type": {
|
6367
|
-
"type": "reference",
|
6368
|
-
"id": 583,
|
6369
|
-
"name": "SkyViewkeeperModule"
|
6370
|
-
}
|
6371
|
-
}
|
6372
|
-
]
|
6373
|
-
}
|
6374
|
-
],
|
5919
|
+
"children": [],
|
6375
5920
|
"groups": [
|
6376
5921
|
{
|
6377
5922
|
"title": "Constructors",
|
6378
5923
|
"kind": 512,
|
6379
5924
|
"children": [
|
6380
|
-
|
5925
|
+
589
|
6381
5926
|
]
|
6382
5927
|
}
|
6383
5928
|
],
|
@@ -6390,7 +5935,7 @@
|
|
6390
5935
|
]
|
6391
5936
|
},
|
6392
5937
|
{
|
6393
|
-
"id":
|
5938
|
+
"id": 591,
|
6394
5939
|
"name": "SkyViewkeeperService",
|
6395
5940
|
"kind": 128,
|
6396
5941
|
"kindString": "Class",
|
@@ -6414,7 +5959,7 @@
|
|
6414
5959
|
],
|
6415
5960
|
"children": [
|
6416
5961
|
{
|
6417
|
-
"id":
|
5962
|
+
"id": 592,
|
6418
5963
|
"name": "constructor",
|
6419
5964
|
"kind": 512,
|
6420
5965
|
"kindString": "Constructor",
|
@@ -6428,14 +5973,14 @@
|
|
6428
5973
|
],
|
6429
5974
|
"signatures": [
|
6430
5975
|
{
|
6431
|
-
"id":
|
5976
|
+
"id": 593,
|
6432
5977
|
"name": "new SkyViewkeeperService",
|
6433
5978
|
"kind": 16384,
|
6434
5979
|
"kindString": "Constructor signature",
|
6435
5980
|
"flags": {},
|
6436
5981
|
"parameters": [
|
6437
5982
|
{
|
6438
|
-
"id":
|
5983
|
+
"id": 594,
|
6439
5984
|
"name": "hostOptions",
|
6440
5985
|
"kind": 32768,
|
6441
5986
|
"kindString": "Parameter",
|
@@ -6456,21 +6001,21 @@
|
|
6456
6001
|
],
|
6457
6002
|
"type": {
|
6458
6003
|
"type": "reference",
|
6459
|
-
"id":
|
6004
|
+
"id": 570,
|
6460
6005
|
"name": "SkyViewkeeperHostOptions"
|
6461
6006
|
}
|
6462
6007
|
}
|
6463
6008
|
],
|
6464
6009
|
"type": {
|
6465
6010
|
"type": "reference",
|
6466
|
-
"id":
|
6011
|
+
"id": 591,
|
6467
6012
|
"name": "SkyViewkeeperService"
|
6468
6013
|
}
|
6469
6014
|
}
|
6470
6015
|
]
|
6471
6016
|
},
|
6472
6017
|
{
|
6473
|
-
"id":
|
6018
|
+
"id": 595,
|
6474
6019
|
"name": "create",
|
6475
6020
|
"kind": 2048,
|
6476
6021
|
"kindString": "Method",
|
@@ -6486,7 +6031,7 @@
|
|
6486
6031
|
],
|
6487
6032
|
"signatures": [
|
6488
6033
|
{
|
6489
|
-
"id":
|
6034
|
+
"id": 596,
|
6490
6035
|
"name": "create",
|
6491
6036
|
"kind": 4096,
|
6492
6037
|
"kindString": "Call signature",
|
@@ -6494,7 +6039,7 @@
|
|
6494
6039
|
"comment": {},
|
6495
6040
|
"parameters": [
|
6496
6041
|
{
|
6497
|
-
"id":
|
6042
|
+
"id": 597,
|
6498
6043
|
"name": "options",
|
6499
6044
|
"kind": 32768,
|
6500
6045
|
"kindString": "Parameter",
|
@@ -6504,7 +6049,7 @@
|
|
6504
6049
|
},
|
6505
6050
|
"type": {
|
6506
6051
|
"type": "reference",
|
6507
|
-
"id":
|
6052
|
+
"id": 580,
|
6508
6053
|
"name": "SkyViewkeeperOptions"
|
6509
6054
|
}
|
6510
6055
|
}
|
@@ -6517,7 +6062,7 @@
|
|
6517
6062
|
]
|
6518
6063
|
},
|
6519
6064
|
{
|
6520
|
-
"id":
|
6065
|
+
"id": 598,
|
6521
6066
|
"name": "destroy",
|
6522
6067
|
"kind": 2048,
|
6523
6068
|
"kindString": "Method",
|
@@ -6533,7 +6078,7 @@
|
|
6533
6078
|
],
|
6534
6079
|
"signatures": [
|
6535
6080
|
{
|
6536
|
-
"id":
|
6081
|
+
"id": 599,
|
6537
6082
|
"name": "destroy",
|
6538
6083
|
"kind": 4096,
|
6539
6084
|
"kindString": "Call signature",
|
@@ -6543,7 +6088,7 @@
|
|
6543
6088
|
},
|
6544
6089
|
"parameters": [
|
6545
6090
|
{
|
6546
|
-
"id":
|
6091
|
+
"id": 600,
|
6547
6092
|
"name": "vk",
|
6548
6093
|
"kind": 32768,
|
6549
6094
|
"kindString": "Parameter",
|
@@ -6570,15 +6115,15 @@
|
|
6570
6115
|
"title": "Constructors",
|
6571
6116
|
"kind": 512,
|
6572
6117
|
"children": [
|
6573
|
-
|
6118
|
+
592
|
6574
6119
|
]
|
6575
6120
|
},
|
6576
6121
|
{
|
6577
6122
|
"title": "Methods",
|
6578
6123
|
"kind": 2048,
|
6579
6124
|
"children": [
|
6580
|
-
|
6581
|
-
|
6125
|
+
595,
|
6126
|
+
598
|
6582
6127
|
]
|
6583
6128
|
}
|
6584
6129
|
],
|
@@ -7450,7 +6995,7 @@
|
|
7450
6995
|
"flags": {},
|
7451
6996
|
"type": {
|
7452
6997
|
"type": "reference",
|
7453
|
-
"id":
|
6998
|
+
"id": 371,
|
7454
6999
|
"name": "MutationObserverService"
|
7455
7000
|
}
|
7456
7001
|
},
|
@@ -7462,7 +7007,7 @@
|
|
7462
7007
|
"flags": {},
|
7463
7008
|
"type": {
|
7464
7009
|
"type": "reference",
|
7465
|
-
"id":
|
7010
|
+
"id": 591,
|
7466
7011
|
"name": "SkyViewkeeperService"
|
7467
7012
|
}
|
7468
7013
|
},
|
@@ -7486,7 +7031,7 @@
|
|
7486
7031
|
],
|
7487
7032
|
"type": {
|
7488
7033
|
"type": "reference",
|
7489
|
-
"id":
|
7034
|
+
"id": 526,
|
7490
7035
|
"name": "SkyScrollableHostService"
|
7491
7036
|
}
|
7492
7037
|
}
|
@@ -7985,14 +7530,14 @@
|
|
7985
7530
|
]
|
7986
7531
|
},
|
7987
7532
|
{
|
7988
|
-
"id":
|
7533
|
+
"id": 550,
|
7989
7534
|
"name": "SkyAppSetTitleArgs",
|
7990
7535
|
"kind": 256,
|
7991
7536
|
"kindString": "Interface",
|
7992
7537
|
"flags": {},
|
7993
7538
|
"children": [
|
7994
7539
|
{
|
7995
|
-
"id":
|
7540
|
+
"id": 551,
|
7996
7541
|
"name": "titleParts",
|
7997
7542
|
"kind": 1024,
|
7998
7543
|
"kindString": "Property",
|
@@ -8018,7 +7563,7 @@
|
|
8018
7563
|
"title": "Properties",
|
8019
7564
|
"kind": 1024,
|
8020
7565
|
"children": [
|
8021
|
-
|
7566
|
+
551
|
8022
7567
|
]
|
8023
7568
|
}
|
8024
7569
|
],
|
@@ -8031,14 +7576,14 @@
|
|
8031
7576
|
]
|
8032
7577
|
},
|
8033
7578
|
{
|
8034
|
-
"id":
|
7579
|
+
"id": 218,
|
8035
7580
|
"name": "SkyDockInsertComponentConfig",
|
8036
7581
|
"kind": 256,
|
8037
7582
|
"kindString": "Interface",
|
8038
7583
|
"flags": {},
|
8039
7584
|
"children": [
|
8040
7585
|
{
|
8041
|
-
"id":
|
7586
|
+
"id": 219,
|
8042
7587
|
"name": "providers",
|
8043
7588
|
"kind": 1024,
|
8044
7589
|
"kindString": "Property",
|
@@ -8066,7 +7611,7 @@
|
|
8066
7611
|
}
|
8067
7612
|
},
|
8068
7613
|
{
|
8069
|
-
"id":
|
7614
|
+
"id": 220,
|
8070
7615
|
"name": "stackOrder",
|
8071
7616
|
"kind": 1024,
|
8072
7617
|
"kindString": "Property",
|
@@ -8089,7 +7634,7 @@
|
|
8089
7634
|
},
|
8090
7635
|
"inheritedFrom": {
|
8091
7636
|
"type": "reference",
|
8092
|
-
"id":
|
7637
|
+
"id": 236,
|
8093
7638
|
"name": "SkyDockItemConfig.stackOrder"
|
8094
7639
|
}
|
8095
7640
|
}
|
@@ -8099,8 +7644,8 @@
|
|
8099
7644
|
"title": "Properties",
|
8100
7645
|
"kind": 1024,
|
8101
7646
|
"children": [
|
8102
|
-
|
8103
|
-
|
7647
|
+
219,
|
7648
|
+
220
|
8104
7649
|
]
|
8105
7650
|
}
|
8106
7651
|
],
|
@@ -8114,13 +7659,13 @@
|
|
8114
7659
|
"extendedTypes": [
|
8115
7660
|
{
|
8116
7661
|
"type": "reference",
|
8117
|
-
"id":
|
7662
|
+
"id": 235,
|
8118
7663
|
"name": "SkyDockItemConfig"
|
8119
7664
|
}
|
8120
7665
|
]
|
8121
7666
|
},
|
8122
7667
|
{
|
8123
|
-
"id":
|
7668
|
+
"id": 235,
|
8124
7669
|
"name": "SkyDockItemConfig",
|
8125
7670
|
"kind": 256,
|
8126
7671
|
"kindString": "Interface",
|
@@ -8130,7 +7675,7 @@
|
|
8130
7675
|
},
|
8131
7676
|
"children": [
|
8132
7677
|
{
|
8133
|
-
"id":
|
7678
|
+
"id": 236,
|
8134
7679
|
"name": "stackOrder",
|
8135
7680
|
"kind": 1024,
|
8136
7681
|
"kindString": "Property",
|
@@ -8158,7 +7703,7 @@
|
|
8158
7703
|
"title": "Properties",
|
8159
7704
|
"kind": 1024,
|
8160
7705
|
"children": [
|
8161
|
-
|
7706
|
+
236
|
8162
7707
|
]
|
8163
7708
|
}
|
8164
7709
|
],
|
@@ -8172,13 +7717,13 @@
|
|
8172
7717
|
"extendedBy": [
|
8173
7718
|
{
|
8174
7719
|
"type": "reference",
|
8175
|
-
"id":
|
7720
|
+
"id": 218,
|
8176
7721
|
"name": "SkyDockInsertComponentConfig"
|
8177
7722
|
}
|
8178
7723
|
]
|
8179
7724
|
},
|
8180
7725
|
{
|
8181
|
-
"id":
|
7726
|
+
"id": 241,
|
8182
7727
|
"name": "SkyDockOptions",
|
8183
7728
|
"kind": 256,
|
8184
7729
|
"kindString": "Interface",
|
@@ -8188,7 +7733,7 @@
|
|
8188
7733
|
},
|
8189
7734
|
"children": [
|
8190
7735
|
{
|
8191
|
-
"id":
|
7736
|
+
"id": 242,
|
8192
7737
|
"name": "location",
|
8193
7738
|
"kind": 1024,
|
8194
7739
|
"kindString": "Property",
|
@@ -8207,12 +7752,12 @@
|
|
8207
7752
|
],
|
8208
7753
|
"type": {
|
8209
7754
|
"type": "reference",
|
8210
|
-
"id":
|
7755
|
+
"id": 237,
|
8211
7756
|
"name": "SkyDockLocation"
|
8212
7757
|
}
|
8213
7758
|
},
|
8214
7759
|
{
|
8215
|
-
"id":
|
7760
|
+
"id": 243,
|
8216
7761
|
"name": "referenceEl",
|
8217
7762
|
"kind": 1024,
|
8218
7763
|
"kindString": "Property",
|
@@ -8237,7 +7782,7 @@
|
|
8237
7782
|
}
|
8238
7783
|
},
|
8239
7784
|
{
|
8240
|
-
"id":
|
7785
|
+
"id": 244,
|
8241
7786
|
"name": "zIndex",
|
8242
7787
|
"kind": 1024,
|
8243
7788
|
"kindString": "Property",
|
@@ -8265,9 +7810,9 @@
|
|
8265
7810
|
"title": "Properties",
|
8266
7811
|
"kind": 1024,
|
8267
7812
|
"children": [
|
8268
|
-
|
8269
|
-
|
8270
|
-
|
7813
|
+
242,
|
7814
|
+
243,
|
7815
|
+
244
|
8271
7816
|
]
|
8272
7817
|
}
|
8273
7818
|
],
|
@@ -8280,7 +7825,7 @@
|
|
8280
7825
|
]
|
8281
7826
|
},
|
8282
7827
|
{
|
8283
|
-
"id":
|
7828
|
+
"id": 275,
|
8284
7829
|
"name": "SkyDynamicComponentOptions",
|
8285
7830
|
"kind": 256,
|
8286
7831
|
"kindString": "Interface",
|
@@ -8290,7 +7835,7 @@
|
|
8290
7835
|
},
|
8291
7836
|
"children": [
|
8292
7837
|
{
|
8293
|
-
"id":
|
7838
|
+
"id": 276,
|
8294
7839
|
"name": "location",
|
8295
7840
|
"kind": 1024,
|
8296
7841
|
"kindString": "Property",
|
@@ -8309,12 +7854,12 @@
|
|
8309
7854
|
],
|
8310
7855
|
"type": {
|
8311
7856
|
"type": "reference",
|
8312
|
-
"id":
|
7857
|
+
"id": 269,
|
8313
7858
|
"name": "SkyDynamicComponentLocation"
|
8314
7859
|
}
|
8315
7860
|
},
|
8316
7861
|
{
|
8317
|
-
"id":
|
7862
|
+
"id": 277,
|
8318
7863
|
"name": "referenceEl",
|
8319
7864
|
"kind": 1024,
|
8320
7865
|
"kindString": "Property",
|
@@ -8344,8 +7889,8 @@
|
|
8344
7889
|
"title": "Properties",
|
8345
7890
|
"kind": 1024,
|
8346
7891
|
"children": [
|
8347
|
-
|
8348
|
-
|
7892
|
+
276,
|
7893
|
+
277
|
8349
7894
|
]
|
8350
7895
|
}
|
8351
7896
|
],
|
@@ -8433,14 +7978,14 @@
|
|
8433
7978
|
]
|
8434
7979
|
},
|
8435
7980
|
{
|
8436
|
-
"id":
|
7981
|
+
"id": 445,
|
8437
7982
|
"name": "SkyOverlayConfig",
|
8438
7983
|
"kind": 256,
|
8439
7984
|
"kindString": "Interface",
|
8440
7985
|
"flags": {},
|
8441
7986
|
"children": [
|
8442
7987
|
{
|
8443
|
-
"id":
|
7988
|
+
"id": 446,
|
8444
7989
|
"name": "closeOnNavigation",
|
8445
7990
|
"kind": 1024,
|
8446
7991
|
"kindString": "Property",
|
@@ -8463,7 +8008,7 @@
|
|
8463
8008
|
}
|
8464
8009
|
},
|
8465
8010
|
{
|
8466
|
-
"id":
|
8011
|
+
"id": 447,
|
8467
8012
|
"name": "enableClose",
|
8468
8013
|
"kind": 1024,
|
8469
8014
|
"kindString": "Property",
|
@@ -8486,7 +8031,7 @@
|
|
8486
8031
|
}
|
8487
8032
|
},
|
8488
8033
|
{
|
8489
|
-
"id":
|
8034
|
+
"id": 448,
|
8490
8035
|
"name": "enablePointerEvents",
|
8491
8036
|
"kind": 1024,
|
8492
8037
|
"kindString": "Property",
|
@@ -8509,7 +8054,7 @@
|
|
8509
8054
|
}
|
8510
8055
|
},
|
8511
8056
|
{
|
8512
|
-
"id":
|
8057
|
+
"id": 449,
|
8513
8058
|
"name": "enableScroll",
|
8514
8059
|
"kind": 1024,
|
8515
8060
|
"kindString": "Property",
|
@@ -8532,7 +8077,7 @@
|
|
8532
8077
|
}
|
8533
8078
|
},
|
8534
8079
|
{
|
8535
|
-
"id":
|
8080
|
+
"id": 450,
|
8536
8081
|
"name": "showBackdrop",
|
8537
8082
|
"kind": 1024,
|
8538
8083
|
"kindString": "Property",
|
@@ -8555,7 +8100,7 @@
|
|
8555
8100
|
}
|
8556
8101
|
},
|
8557
8102
|
{
|
8558
|
-
"id":
|
8103
|
+
"id": 451,
|
8559
8104
|
"name": "wrapperClass",
|
8560
8105
|
"kind": 1024,
|
8561
8106
|
"kindString": "Property",
|
@@ -8583,12 +8128,12 @@
|
|
8583
8128
|
"title": "Properties",
|
8584
8129
|
"kind": 1024,
|
8585
8130
|
"children": [
|
8586
|
-
444,
|
8587
|
-
445,
|
8588
8131
|
446,
|
8589
8132
|
447,
|
8590
8133
|
448,
|
8591
|
-
449
|
8134
|
+
449,
|
8135
|
+
450,
|
8136
|
+
451
|
8592
8137
|
]
|
8593
8138
|
}
|
8594
8139
|
],
|
@@ -8601,7 +8146,7 @@
|
|
8601
8146
|
]
|
8602
8147
|
},
|
8603
8148
|
{
|
8604
|
-
"id":
|
8149
|
+
"id": 580,
|
8605
8150
|
"name": "SkyViewkeeperOptions",
|
8606
8151
|
"kind": 256,
|
8607
8152
|
"kindString": "Interface",
|
@@ -8611,7 +8156,7 @@
|
|
8611
8156
|
},
|
8612
8157
|
"children": [
|
8613
8158
|
{
|
8614
|
-
"id":
|
8159
|
+
"id": 581,
|
8615
8160
|
"name": "boundaryEl",
|
8616
8161
|
"kind": 1024,
|
8617
8162
|
"kindString": "Property",
|
@@ -8636,7 +8181,7 @@
|
|
8636
8181
|
}
|
8637
8182
|
},
|
8638
8183
|
{
|
8639
|
-
"id":
|
8184
|
+
"id": 582,
|
8640
8185
|
"name": "el",
|
8641
8186
|
"kind": 1024,
|
8642
8187
|
"kindString": "Property",
|
@@ -8661,7 +8206,7 @@
|
|
8661
8206
|
}
|
8662
8207
|
},
|
8663
8208
|
{
|
8664
|
-
"id":
|
8209
|
+
"id": 583,
|
8665
8210
|
"name": "scrollableHost",
|
8666
8211
|
"kind": 1024,
|
8667
8212
|
"kindString": "Property",
|
@@ -8686,7 +8231,7 @@
|
|
8686
8231
|
}
|
8687
8232
|
},
|
8688
8233
|
{
|
8689
|
-
"id":
|
8234
|
+
"id": 584,
|
8690
8235
|
"name": "setWidth",
|
8691
8236
|
"kind": 1024,
|
8692
8237
|
"kindString": "Property",
|
@@ -8709,7 +8254,7 @@
|
|
8709
8254
|
}
|
8710
8255
|
},
|
8711
8256
|
{
|
8712
|
-
"id":
|
8257
|
+
"id": 585,
|
8713
8258
|
"name": "verticalOffset",
|
8714
8259
|
"kind": 1024,
|
8715
8260
|
"kindString": "Property",
|
@@ -8732,7 +8277,7 @@
|
|
8732
8277
|
}
|
8733
8278
|
},
|
8734
8279
|
{
|
8735
|
-
"id":
|
8280
|
+
"id": 586,
|
8736
8281
|
"name": "verticalOffsetEl",
|
8737
8282
|
"kind": 1024,
|
8738
8283
|
"kindString": "Property",
|
@@ -8757,7 +8302,7 @@
|
|
8757
8302
|
}
|
8758
8303
|
},
|
8759
8304
|
{
|
8760
|
-
"id":
|
8305
|
+
"id": 587,
|
8761
8306
|
"name": "viewportMarginTop",
|
8762
8307
|
"kind": 1024,
|
8763
8308
|
"kindString": "Property",
|
@@ -8785,13 +8330,13 @@
|
|
8785
8330
|
"title": "Properties",
|
8786
8331
|
"kind": 1024,
|
8787
8332
|
"children": [
|
8788
|
-
576,
|
8789
|
-
577,
|
8790
|
-
578,
|
8791
|
-
579,
|
8792
|
-
580,
|
8793
8333
|
581,
|
8794
|
-
582
|
8334
|
+
582,
|
8335
|
+
583,
|
8336
|
+
584,
|
8337
|
+
585,
|
8338
|
+
586,
|
8339
|
+
587
|
8795
8340
|
]
|
8796
8341
|
}
|
8797
8342
|
],
|
@@ -8805,7 +8350,7 @@
|
|
8805
8350
|
"implementedBy": [
|
8806
8351
|
{
|
8807
8352
|
"type": "reference",
|
8808
|
-
"id":
|
8353
|
+
"id": 570,
|
8809
8354
|
"name": "SkyViewkeeperHostOptions"
|
8810
8355
|
}
|
8811
8356
|
]
|
@@ -8917,7 +8462,7 @@
|
|
8917
8462
|
}
|
8918
8463
|
},
|
8919
8464
|
{
|
8920
|
-
"id":
|
8465
|
+
"id": 328,
|
8921
8466
|
"name": "SkyMediaQueryListener",
|
8922
8467
|
"kind": 4194304,
|
8923
8468
|
"kindString": "Type alias",
|
@@ -8932,7 +8477,7 @@
|
|
8932
8477
|
"type": {
|
8933
8478
|
"type": "reflection",
|
8934
8479
|
"declaration": {
|
8935
|
-
"id":
|
8480
|
+
"id": 329,
|
8936
8481
|
"name": "__type",
|
8937
8482
|
"kind": 65536,
|
8938
8483
|
"kindString": "Type literal",
|
@@ -8946,7 +8491,7 @@
|
|
8946
8491
|
],
|
8947
8492
|
"signatures": [
|
8948
8493
|
{
|
8949
|
-
"id":
|
8494
|
+
"id": 330,
|
8950
8495
|
"name": "__type",
|
8951
8496
|
"kind": 4096,
|
8952
8497
|
"kindString": "Call signature",
|
@@ -8956,14 +8501,14 @@
|
|
8956
8501
|
},
|
8957
8502
|
"parameters": [
|
8958
8503
|
{
|
8959
|
-
"id":
|
8504
|
+
"id": 331,
|
8960
8505
|
"name": "args",
|
8961
8506
|
"kind": 32768,
|
8962
8507
|
"kindString": "Parameter",
|
8963
8508
|
"flags": {},
|
8964
8509
|
"type": {
|
8965
8510
|
"type": "reference",
|
8966
|
-
"id":
|
8511
|
+
"id": 323,
|
8967
8512
|
"name": "SkyMediaBreakpoints"
|
8968
8513
|
}
|
8969
8514
|
}
|
@@ -8984,48 +8529,48 @@
|
|
8984
8529
|
"kind": 8,
|
8985
8530
|
"children": [
|
8986
8531
|
114,
|
8987
|
-
|
8988
|
-
|
8989
|
-
|
8532
|
+
237,
|
8533
|
+
269,
|
8534
|
+
323
|
8990
8535
|
]
|
8991
8536
|
},
|
8992
8537
|
{
|
8993
8538
|
"title": "Classes",
|
8994
8539
|
"kind": 128,
|
8995
8540
|
"children": [
|
8996
|
-
|
8997
|
-
|
8541
|
+
371,
|
8542
|
+
383,
|
8998
8543
|
137,
|
8999
8544
|
140,
|
9000
8545
|
148,
|
9001
|
-
|
9002
|
-
|
9003
|
-
|
8546
|
+
303,
|
8547
|
+
552,
|
8548
|
+
603,
|
9004
8549
|
63,
|
9005
8550
|
66,
|
9006
|
-
|
9007
|
-
|
9008
|
-
|
9009
|
-
|
9010
|
-
|
9011
|
-
|
9012
|
-
|
9013
|
-
|
9014
|
-
|
9015
|
-
|
9016
|
-
|
9017
|
-
|
9018
|
-
|
9019
|
-
|
9020
|
-
|
9021
|
-
|
9022
|
-
|
9023
|
-
|
9024
|
-
|
9025
|
-
|
9026
|
-
|
9027
|
-
|
9028
|
-
|
8551
|
+
221,
|
8552
|
+
245,
|
8553
|
+
248,
|
8554
|
+
278,
|
8555
|
+
281,
|
8556
|
+
310,
|
8557
|
+
313,
|
8558
|
+
316,
|
8559
|
+
332,
|
8560
|
+
335,
|
8561
|
+
380,
|
8562
|
+
394,
|
8563
|
+
412,
|
8564
|
+
452,
|
8565
|
+
475,
|
8566
|
+
478,
|
8567
|
+
506,
|
8568
|
+
503,
|
8569
|
+
526,
|
8570
|
+
559,
|
8571
|
+
570,
|
8572
|
+
588,
|
8573
|
+
591,
|
9029
8574
|
1,
|
9030
8575
|
26,
|
9031
8576
|
34
|
@@ -9038,14 +8583,14 @@
|
|
9038
8583
|
117,
|
9039
8584
|
131,
|
9040
8585
|
134,
|
9041
|
-
|
9042
|
-
|
9043
|
-
|
9044
|
-
|
9045
|
-
|
8586
|
+
550,
|
8587
|
+
218,
|
8588
|
+
235,
|
8589
|
+
241,
|
8590
|
+
275,
|
9046
8591
|
111,
|
9047
|
-
|
9048
|
-
|
8592
|
+
445,
|
8593
|
+
580
|
9049
8594
|
]
|
9050
8595
|
},
|
9051
8596
|
{
|
@@ -9055,7 +8600,7 @@
|
|
9055
8600
|
125,
|
9056
8601
|
133,
|
9057
8602
|
136,
|
9058
|
-
|
8603
|
+
328
|
9059
8604
|
]
|
9060
8605
|
}
|
9061
8606
|
],
|