@skyux/core 6.0.0-beta.1 → 6.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +1799 -1037
- package/esm2020/index.mjs +5 -1
- package/esm2020/lib/modules/adapter-service/adapter.module.mjs +4 -4
- package/esm2020/lib/modules/adapter-service/adapter.service.mjs +17 -10
- package/esm2020/lib/modules/affix/affix.directive.mjs +3 -3
- package/esm2020/lib/modules/affix/affix.module.mjs +4 -4
- package/esm2020/lib/modules/affix/affix.service.mjs +3 -3
- package/esm2020/lib/modules/affix/affixer.mjs +1 -4
- package/esm2020/lib/modules/dock/dock-dom-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/dock/dock.component.mjs +3 -3
- package/esm2020/lib/modules/dock/dock.module.mjs +4 -4
- package/esm2020/lib/modules/dock/dock.service.mjs +3 -3
- package/esm2020/lib/modules/dynamic-component/dynamic-component.module.mjs +4 -4
- package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +3 -3
- package/esm2020/lib/modules/format/app-format.mjs +3 -3
- package/esm2020/lib/modules/id/id.directive.mjs +3 -3
- package/esm2020/lib/modules/id/id.module.mjs +4 -4
- package/esm2020/lib/modules/log/log.module.mjs +4 -4
- package/esm2020/lib/modules/log/log.service.mjs +121 -12
- package/esm2020/lib/modules/log/types/log-deprecation-args.mjs +2 -0
- package/esm2020/lib/modules/log/types/log-level-token.mjs +6 -0
- package/esm2020/lib/modules/log/types/log-level.mjs +2 -0
- package/esm2020/lib/modules/media-query/media-query-listener.mjs +1 -1
- package/esm2020/lib/modules/media-query/media-query.module.mjs +4 -4
- package/esm2020/lib/modules/media-query/media-query.service.mjs +5 -5
- package/esm2020/lib/modules/mutation/mutation-observer-service.mjs +3 -3
- package/esm2020/lib/modules/numeric/numeric.module.mjs +4 -4
- package/esm2020/lib/modules/numeric/numeric.options.mjs +7 -2
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +6 -8
- package/esm2020/lib/modules/numeric/numeric.service.mjs +4 -6
- package/esm2020/lib/modules/overlay/overlay-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay.component.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay.module.mjs +4 -4
- package/esm2020/lib/modules/overlay/overlay.service.mjs +3 -3
- package/esm2020/lib/modules/percent-pipe/percent-pipe.module.mjs +4 -4
- package/esm2020/lib/modules/percent-pipe/percent.pipe.mjs +3 -3
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +117 -0
- package/esm2020/lib/modules/resize-observer/resize-observer.service.mjs +73 -0
- package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +5 -5
- package/esm2020/lib/modules/shared/number-format/number-format-utility.mjs +1 -2
- package/esm2020/lib/modules/shared/sky-core-resources.module.mjs +4 -4
- package/esm2020/lib/modules/title/title.service.mjs +3 -3
- package/esm2020/lib/modules/ui-config/ui-config.service.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper-host-options.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper.directive.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper.module.mjs +4 -4
- package/esm2020/lib/modules/viewkeeper/viewkeeper.service.mjs +3 -3
- package/esm2020/lib/modules/window/window-ref.mjs +3 -3
- package/esm2020/testing/mock-media-query.service.mjs +3 -3
- package/esm2020/testing/mock-ui-config.service.mjs +3 -3
- package/fesm2015/skyux-core-testing.mjs +6 -6
- package/fesm2015/skyux-core.mjs +453 -153
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core-testing.mjs +6 -6
- package/fesm2020/skyux-core.mjs +447 -152
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/index.d.ts +4 -0
- package/lib/modules/log/log.service.d.ts +37 -3
- package/lib/modules/log/types/log-deprecation-args.d.ts +27 -0
- package/lib/modules/log/types/log-level-token.d.ts +6 -0
- package/lib/modules/log/types/log-level.d.ts +8 -0
- package/lib/modules/media-query/media-query-listener.d.ts +1 -1
- package/lib/modules/media-query/media-query.service.d.ts +1 -1
- package/lib/modules/numeric/numeric.options.d.ts +6 -1
- package/lib/modules/numeric/numeric.pipe.d.ts +2 -4
- package/lib/modules/numeric/numeric.service.d.ts +2 -2
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +44 -0
- package/lib/modules/resize-observer/resize-observer.service.d.ts +21 -0
- package/package.json +21 -18
package/documentation.json
CHANGED
@@ -21,10 +21,10 @@
|
|
21
21
|
"SkyDynamicComponentService": "class-skydynamiccomponentservice",
|
22
22
|
"SkyIdModule": "class-skyidmodule",
|
23
23
|
"SkyLogModule": "class-skylogmodule",
|
24
|
-
"SkyLogService": "class-skylogservice",
|
25
24
|
"SkyMediaQueryModule": "class-skymediaquerymodule",
|
26
25
|
"SkyMediaQueryService": "class-skymediaqueryservice",
|
27
26
|
"SkyNumericModule": "class-skynumericmodule",
|
27
|
+
"SkyNumericOptions": "class-skynumericoptions",
|
28
28
|
"SkyNumericPipe": "class-skynumericpipe",
|
29
29
|
"SkyNumericService": "class-skynumericservice",
|
30
30
|
"SkyOverlayInstance": "class-skyoverlayinstance",
|
@@ -32,6 +32,8 @@
|
|
32
32
|
"SkyOverlayService": "class-skyoverlayservice",
|
33
33
|
"SkyPercentPipe": "class-skypercentpipe",
|
34
34
|
"SkyPercentPipeModule": "class-skypercentpipemodule",
|
35
|
+
"SkyResizeObserverMediaQueryService": "class-skyresizeobservermediaqueryservice",
|
36
|
+
"SkyResizeObserverService": "class-skyresizeobserverservice",
|
35
37
|
"SkyScrollableHostService": "class-skyscrollablehostservice",
|
36
38
|
"SkyUIConfigService": "class-skyuiconfigservice",
|
37
39
|
"SkyViewkeeperHostOptions": "class-skyviewkeeperhostoptions",
|
@@ -333,14 +335,14 @@
|
|
333
335
|
]
|
334
336
|
},
|
335
337
|
{
|
336
|
-
"id":
|
338
|
+
"id": 353,
|
337
339
|
"name": "SkyMediaBreakpoints",
|
338
340
|
"kind": 8,
|
339
341
|
"kindString": "Enumeration",
|
340
342
|
"flags": {},
|
341
343
|
"children": [
|
342
344
|
{
|
343
|
-
"id":
|
345
|
+
"id": 357,
|
344
346
|
"name": "lg",
|
345
347
|
"kind": 16,
|
346
348
|
"kindString": "Enumeration member",
|
@@ -358,7 +360,7 @@
|
|
358
360
|
"defaultValue": "4"
|
359
361
|
},
|
360
362
|
{
|
361
|
-
"id":
|
363
|
+
"id": 356,
|
362
364
|
"name": "md",
|
363
365
|
"kind": 16,
|
364
366
|
"kindString": "Enumeration member",
|
@@ -376,7 +378,7 @@
|
|
376
378
|
"defaultValue": "3"
|
377
379
|
},
|
378
380
|
{
|
379
|
-
"id":
|
381
|
+
"id": 355,
|
380
382
|
"name": "sm",
|
381
383
|
"kind": 16,
|
382
384
|
"kindString": "Enumeration member",
|
@@ -394,7 +396,7 @@
|
|
394
396
|
"defaultValue": "2"
|
395
397
|
},
|
396
398
|
{
|
397
|
-
"id":
|
399
|
+
"id": 354,
|
398
400
|
"name": "xs",
|
399
401
|
"kind": 16,
|
400
402
|
"kindString": "Enumeration member",
|
@@ -417,10 +419,10 @@
|
|
417
419
|
"title": "Enumeration members",
|
418
420
|
"kind": 16,
|
419
421
|
"children": [
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
422
|
+
357,
|
423
|
+
356,
|
424
|
+
355,
|
425
|
+
354
|
424
426
|
]
|
425
427
|
}
|
426
428
|
],
|
@@ -433,7 +435,7 @@
|
|
433
435
|
]
|
434
436
|
},
|
435
437
|
{
|
436
|
-
"id":
|
438
|
+
"id": 401,
|
437
439
|
"name": "MutationObserverService",
|
438
440
|
"kind": 128,
|
439
441
|
"kindString": "Class",
|
@@ -454,7 +456,7 @@
|
|
454
456
|
],
|
455
457
|
"children": [
|
456
458
|
{
|
457
|
-
"id":
|
459
|
+
"id": 404,
|
458
460
|
"name": "create",
|
459
461
|
"kind": 2048,
|
460
462
|
"kindString": "Method",
|
@@ -470,14 +472,14 @@
|
|
470
472
|
],
|
471
473
|
"signatures": [
|
472
474
|
{
|
473
|
-
"id":
|
475
|
+
"id": 405,
|
474
476
|
"name": "create",
|
475
477
|
"kind": 4096,
|
476
478
|
"kindString": "Call signature",
|
477
479
|
"flags": {},
|
478
480
|
"parameters": [
|
479
481
|
{
|
480
|
-
"id":
|
482
|
+
"id": 406,
|
481
483
|
"name": "callback",
|
482
484
|
"kind": 32768,
|
483
485
|
"kindString": "Parameter",
|
@@ -503,14 +505,14 @@
|
|
503
505
|
"title": "Constructors",
|
504
506
|
"kind": 512,
|
505
507
|
"children": [
|
506
|
-
|
508
|
+
402
|
507
509
|
]
|
508
510
|
},
|
509
511
|
{
|
510
512
|
"title": "Methods",
|
511
513
|
"kind": 2048,
|
512
514
|
"children": [
|
513
|
-
|
515
|
+
404
|
514
516
|
]
|
515
517
|
}
|
516
518
|
],
|
@@ -523,17 +525,22 @@
|
|
523
525
|
]
|
524
526
|
},
|
525
527
|
{
|
526
|
-
"id":
|
528
|
+
"id": 424,
|
527
529
|
"name": "NumericOptions",
|
528
530
|
"kind": 128,
|
529
531
|
"kindString": "Class",
|
530
532
|
"flags": {},
|
531
533
|
"comment": {
|
532
|
-
"
|
534
|
+
"tags": [
|
535
|
+
{
|
536
|
+
"tag": "deprecated",
|
537
|
+
"text": "Use `SkyNumericOptions` instead.\n"
|
538
|
+
}
|
539
|
+
]
|
533
540
|
},
|
534
541
|
"children": [
|
535
542
|
{
|
536
|
-
"id":
|
543
|
+
"id": 429,
|
537
544
|
"name": "currencySign",
|
538
545
|
"kind": 1024,
|
539
546
|
"kindString": "Property",
|
@@ -570,10 +577,15 @@
|
|
570
577
|
}
|
571
578
|
]
|
572
579
|
},
|
573
|
-
"defaultValue": "'standard'"
|
580
|
+
"defaultValue": "'standard'",
|
581
|
+
"inheritedFrom": {
|
582
|
+
"type": "reference",
|
583
|
+
"id": 418,
|
584
|
+
"name": "SkyNumericOptions.currencySign"
|
585
|
+
}
|
574
586
|
},
|
575
587
|
{
|
576
|
-
"id":
|
588
|
+
"id": 427,
|
577
589
|
"name": "digits",
|
578
590
|
"kind": 1024,
|
579
591
|
"kindString": "Property",
|
@@ -601,10 +613,15 @@
|
|
601
613
|
"type": "intrinsic",
|
602
614
|
"name": "number"
|
603
615
|
},
|
604
|
-
"defaultValue": "1"
|
616
|
+
"defaultValue": "1",
|
617
|
+
"inheritedFrom": {
|
618
|
+
"type": "reference",
|
619
|
+
"id": 416,
|
620
|
+
"name": "SkyNumericOptions.digits"
|
621
|
+
}
|
605
622
|
},
|
606
623
|
{
|
607
|
-
"id":
|
624
|
+
"id": 428,
|
608
625
|
"name": "format",
|
609
626
|
"kind": 1024,
|
610
627
|
"kindString": "Property",
|
@@ -632,10 +649,15 @@
|
|
632
649
|
"type": "intrinsic",
|
633
650
|
"name": "string"
|
634
651
|
},
|
635
|
-
"defaultValue": "'number'"
|
652
|
+
"defaultValue": "'number'",
|
653
|
+
"inheritedFrom": {
|
654
|
+
"type": "reference",
|
655
|
+
"id": 417,
|
656
|
+
"name": "SkyNumericOptions.format"
|
657
|
+
}
|
636
658
|
},
|
637
659
|
{
|
638
|
-
"id":
|
660
|
+
"id": 430,
|
639
661
|
"name": "iso",
|
640
662
|
"kind": 1024,
|
641
663
|
"kindString": "Property",
|
@@ -663,10 +685,15 @@
|
|
663
685
|
"type": "intrinsic",
|
664
686
|
"name": "string"
|
665
687
|
},
|
666
|
-
"defaultValue": "'USD'"
|
688
|
+
"defaultValue": "'USD'",
|
689
|
+
"inheritedFrom": {
|
690
|
+
"type": "reference",
|
691
|
+
"id": 419,
|
692
|
+
"name": "SkyNumericOptions.iso"
|
693
|
+
}
|
667
694
|
},
|
668
695
|
{
|
669
|
-
"id":
|
696
|
+
"id": 431,
|
670
697
|
"name": "locale",
|
671
698
|
"kind": 1024,
|
672
699
|
"kindString": "Property",
|
@@ -687,10 +714,15 @@
|
|
687
714
|
"type": {
|
688
715
|
"type": "intrinsic",
|
689
716
|
"name": "string"
|
717
|
+
},
|
718
|
+
"inheritedFrom": {
|
719
|
+
"type": "reference",
|
720
|
+
"id": 420,
|
721
|
+
"name": "SkyNumericOptions.locale"
|
690
722
|
}
|
691
723
|
},
|
692
724
|
{
|
693
|
-
"id":
|
725
|
+
"id": 432,
|
694
726
|
"name": "minDigits",
|
695
727
|
"kind": 1024,
|
696
728
|
"kindString": "Property",
|
@@ -711,10 +743,15 @@
|
|
711
743
|
"type": {
|
712
744
|
"type": "intrinsic",
|
713
745
|
"name": "number"
|
746
|
+
},
|
747
|
+
"inheritedFrom": {
|
748
|
+
"type": "reference",
|
749
|
+
"id": 421,
|
750
|
+
"name": "SkyNumericOptions.minDigits"
|
714
751
|
}
|
715
752
|
},
|
716
753
|
{
|
717
|
-
"id":
|
754
|
+
"id": 433,
|
718
755
|
"name": "truncate",
|
719
756
|
"kind": 1024,
|
720
757
|
"kindString": "Property",
|
@@ -736,10 +773,15 @@
|
|
736
773
|
"type": "intrinsic",
|
737
774
|
"name": "boolean"
|
738
775
|
},
|
739
|
-
"defaultValue": "true"
|
776
|
+
"defaultValue": "true",
|
777
|
+
"inheritedFrom": {
|
778
|
+
"type": "reference",
|
779
|
+
"id": 422,
|
780
|
+
"name": "SkyNumericOptions.truncate"
|
781
|
+
}
|
740
782
|
},
|
741
783
|
{
|
742
|
-
"id":
|
784
|
+
"id": 434,
|
743
785
|
"name": "truncateAfter",
|
744
786
|
"kind": 1024,
|
745
787
|
"kindString": "Property",
|
@@ -767,7 +809,12 @@
|
|
767
809
|
"type": "intrinsic",
|
768
810
|
"name": "number"
|
769
811
|
},
|
770
|
-
"defaultValue": "0"
|
812
|
+
"defaultValue": "0",
|
813
|
+
"inheritedFrom": {
|
814
|
+
"type": "reference",
|
815
|
+
"id": 423,
|
816
|
+
"name": "SkyNumericOptions.truncateAfter"
|
817
|
+
}
|
771
818
|
}
|
772
819
|
],
|
773
820
|
"groups": [
|
@@ -775,30 +822,37 @@
|
|
775
822
|
"title": "Constructors",
|
776
823
|
"kind": 512,
|
777
824
|
"children": [
|
778
|
-
|
825
|
+
425
|
779
826
|
]
|
780
827
|
},
|
781
828
|
{
|
782
829
|
"title": "Properties",
|
783
830
|
"kind": 1024,
|
784
831
|
"children": [
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
832
|
+
429,
|
833
|
+
427,
|
834
|
+
428,
|
835
|
+
430,
|
836
|
+
431,
|
837
|
+
432,
|
838
|
+
433,
|
839
|
+
434
|
793
840
|
]
|
794
841
|
}
|
795
842
|
],
|
796
843
|
"sources": [
|
797
844
|
{
|
798
845
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
799
|
-
"line":
|
846
|
+
"line": 60,
|
800
847
|
"character": 13
|
801
848
|
}
|
849
|
+
],
|
850
|
+
"extendedTypes": [
|
851
|
+
{
|
852
|
+
"type": "reference",
|
853
|
+
"id": 413,
|
854
|
+
"name": "SkyNumericOptions"
|
855
|
+
}
|
802
856
|
]
|
803
857
|
},
|
804
858
|
{
|
@@ -1442,7 +1496,7 @@
|
|
1442
1496
|
]
|
1443
1497
|
},
|
1444
1498
|
{
|
1445
|
-
"id":
|
1499
|
+
"id": 642,
|
1446
1500
|
"name": "SkyAppTitleService",
|
1447
1501
|
"kind": 128,
|
1448
1502
|
"kindString": "Class",
|
@@ -1466,7 +1520,7 @@
|
|
1466
1520
|
],
|
1467
1521
|
"children": [
|
1468
1522
|
{
|
1469
|
-
"id":
|
1523
|
+
"id": 643,
|
1470
1524
|
"name": "constructor",
|
1471
1525
|
"kind": 512,
|
1472
1526
|
"kindString": "Constructor",
|
@@ -1480,14 +1534,14 @@
|
|
1480
1534
|
],
|
1481
1535
|
"signatures": [
|
1482
1536
|
{
|
1483
|
-
"id":
|
1537
|
+
"id": 644,
|
1484
1538
|
"name": "new SkyAppTitleService",
|
1485
1539
|
"kind": 16384,
|
1486
1540
|
"kindString": "Constructor signature",
|
1487
1541
|
"flags": {},
|
1488
1542
|
"parameters": [
|
1489
1543
|
{
|
1490
|
-
"id":
|
1544
|
+
"id": 645,
|
1491
1545
|
"name": "title",
|
1492
1546
|
"kind": 32768,
|
1493
1547
|
"kindString": "Parameter",
|
@@ -1502,14 +1556,14 @@
|
|
1502
1556
|
],
|
1503
1557
|
"type": {
|
1504
1558
|
"type": "reference",
|
1505
|
-
"id":
|
1559
|
+
"id": 642,
|
1506
1560
|
"name": "SkyAppTitleService"
|
1507
1561
|
}
|
1508
1562
|
}
|
1509
1563
|
]
|
1510
1564
|
},
|
1511
1565
|
{
|
1512
|
-
"id":
|
1566
|
+
"id": 646,
|
1513
1567
|
"name": "setTitle",
|
1514
1568
|
"kind": 2048,
|
1515
1569
|
"kindString": "Method",
|
@@ -1525,7 +1579,7 @@
|
|
1525
1579
|
],
|
1526
1580
|
"signatures": [
|
1527
1581
|
{
|
1528
|
-
"id":
|
1582
|
+
"id": 647,
|
1529
1583
|
"name": "setTitle",
|
1530
1584
|
"kind": 4096,
|
1531
1585
|
"kindString": "Call signature",
|
@@ -1535,7 +1589,7 @@
|
|
1535
1589
|
},
|
1536
1590
|
"parameters": [
|
1537
1591
|
{
|
1538
|
-
"id":
|
1592
|
+
"id": 648,
|
1539
1593
|
"name": "args",
|
1540
1594
|
"kind": 32768,
|
1541
1595
|
"kindString": "Parameter",
|
@@ -1545,7 +1599,7 @@
|
|
1545
1599
|
},
|
1546
1600
|
"type": {
|
1547
1601
|
"type": "reference",
|
1548
|
-
"id":
|
1602
|
+
"id": 640,
|
1549
1603
|
"name": "SkyAppSetTitleArgs"
|
1550
1604
|
}
|
1551
1605
|
}
|
@@ -1563,14 +1617,14 @@
|
|
1563
1617
|
"title": "Constructors",
|
1564
1618
|
"kind": 512,
|
1565
1619
|
"children": [
|
1566
|
-
|
1620
|
+
643
|
1567
1621
|
]
|
1568
1622
|
},
|
1569
1623
|
{
|
1570
1624
|
"title": "Methods",
|
1571
1625
|
"kind": 2048,
|
1572
1626
|
"children": [
|
1573
|
-
|
1627
|
+
646
|
1574
1628
|
]
|
1575
1629
|
}
|
1576
1630
|
],
|
@@ -1583,7 +1637,7 @@
|
|
1583
1637
|
]
|
1584
1638
|
},
|
1585
1639
|
{
|
1586
|
-
"id":
|
1640
|
+
"id": 693,
|
1587
1641
|
"name": "SkyAppWindowRef",
|
1588
1642
|
"kind": 128,
|
1589
1643
|
"kindString": "Class",
|
@@ -1607,7 +1661,7 @@
|
|
1607
1661
|
],
|
1608
1662
|
"children": [
|
1609
1663
|
{
|
1610
|
-
"id":
|
1664
|
+
"id": 696,
|
1611
1665
|
"name": "nativeWindow",
|
1612
1666
|
"kind": 262144,
|
1613
1667
|
"kindString": "Accessor",
|
@@ -1623,7 +1677,7 @@
|
|
1623
1677
|
],
|
1624
1678
|
"getSignature": [
|
1625
1679
|
{
|
1626
|
-
"id":
|
1680
|
+
"id": 697,
|
1627
1681
|
"name": "nativeWindow",
|
1628
1682
|
"kind": 524288,
|
1629
1683
|
"kindString": "Get signature",
|
@@ -1644,14 +1698,14 @@
|
|
1644
1698
|
"title": "Constructors",
|
1645
1699
|
"kind": 512,
|
1646
1700
|
"children": [
|
1647
|
-
|
1701
|
+
694
|
1648
1702
|
]
|
1649
1703
|
},
|
1650
1704
|
{
|
1651
1705
|
"title": "Accessors",
|
1652
1706
|
"kind": 262144,
|
1653
1707
|
"children": [
|
1654
|
-
|
1708
|
+
696
|
1655
1709
|
]
|
1656
1710
|
}
|
1657
1711
|
],
|
@@ -1841,7 +1895,7 @@
|
|
1841
1895
|
"sources": [
|
1842
1896
|
{
|
1843
1897
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1844
|
-
"line":
|
1898
|
+
"line": 154,
|
1845
1899
|
"character": 9
|
1846
1900
|
}
|
1847
1901
|
],
|
@@ -1913,7 +1967,7 @@
|
|
1913
1967
|
"sources": [
|
1914
1968
|
{
|
1915
1969
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1916
|
-
"line":
|
1970
|
+
"line": 127,
|
1917
1971
|
"character": 9
|
1918
1972
|
}
|
1919
1973
|
],
|
@@ -1998,7 +2052,7 @@
|
|
1998
2052
|
"sources": [
|
1999
2053
|
{
|
2000
2054
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2001
|
-
"line":
|
2055
|
+
"line": 187,
|
2002
2056
|
"character": 9
|
2003
2057
|
}
|
2004
2058
|
],
|
@@ -2054,7 +2108,7 @@
|
|
2054
2108
|
"sources": [
|
2055
2109
|
{
|
2056
2110
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2057
|
-
"line":
|
2111
|
+
"line": 196,
|
2058
2112
|
"character": 9
|
2059
2113
|
}
|
2060
2114
|
],
|
@@ -2120,7 +2174,7 @@
|
|
2120
2174
|
"sources": [
|
2121
2175
|
{
|
2122
2176
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2123
|
-
"line":
|
2177
|
+
"line": 230,
|
2124
2178
|
"character": 9
|
2125
2179
|
}
|
2126
2180
|
],
|
@@ -2238,7 +2292,7 @@
|
|
2238
2292
|
},
|
2239
2293
|
"type": {
|
2240
2294
|
"type": "reference",
|
2241
|
-
"id":
|
2295
|
+
"id": 353,
|
2242
2296
|
"name": "SkyMediaBreakpoints"
|
2243
2297
|
}
|
2244
2298
|
}
|
@@ -2261,7 +2315,7 @@
|
|
2261
2315
|
"sources": [
|
2262
2316
|
{
|
2263
2317
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2264
|
-
"line":
|
2318
|
+
"line": 246,
|
2265
2319
|
"character": 9
|
2266
2320
|
}
|
2267
2321
|
],
|
@@ -3066,7 +3120,7 @@
|
|
3066
3120
|
"flags": {},
|
3067
3121
|
"type": {
|
3068
3122
|
"type": "reference",
|
3069
|
-
"id":
|
3123
|
+
"id": 693,
|
3070
3124
|
"name": "SkyAppWindowRef"
|
3071
3125
|
}
|
3072
3126
|
},
|
@@ -3358,121 +3412,7 @@
|
|
3358
3412
|
]
|
3359
3413
|
},
|
3360
3414
|
{
|
3361
|
-
"id":
|
3362
|
-
"name": "SkyLogService",
|
3363
|
-
"kind": 128,
|
3364
|
-
"kindString": "Class",
|
3365
|
-
"flags": {},
|
3366
|
-
"comment": {
|
3367
|
-
"tags": [
|
3368
|
-
{
|
3369
|
-
"tag": "deprecated",
|
3370
|
-
"text": "The `SkyLogService` will be removed in the next major version of `@skyux/core`.\n"
|
3371
|
-
}
|
3372
|
-
]
|
3373
|
-
},
|
3374
|
-
"decorators": [
|
3375
|
-
{
|
3376
|
-
"name": "Injectable",
|
3377
|
-
"type": {
|
3378
|
-
"type": "reference",
|
3379
|
-
"qualifiedName": "InjectableDecorator",
|
3380
|
-
"package": "@angular/core",
|
3381
|
-
"name": "Injectable"
|
3382
|
-
},
|
3383
|
-
"arguments": {
|
3384
|
-
"options": "{\n providedIn: 'root',\n}"
|
3385
|
-
}
|
3386
|
-
}
|
3387
|
-
],
|
3388
|
-
"children": [
|
3389
|
-
{
|
3390
|
-
"id": 319,
|
3391
|
-
"name": "warn",
|
3392
|
-
"kind": 2048,
|
3393
|
-
"kindString": "Method",
|
3394
|
-
"flags": {
|
3395
|
-
"isPublic": true
|
3396
|
-
},
|
3397
|
-
"sources": [
|
3398
|
-
{
|
3399
|
-
"fileName": "projects/core/src/modules/log/log.service.ts",
|
3400
|
-
"line": 10,
|
3401
|
-
"character": 9
|
3402
|
-
}
|
3403
|
-
],
|
3404
|
-
"signatures": [
|
3405
|
-
{
|
3406
|
-
"id": 320,
|
3407
|
-
"name": "warn",
|
3408
|
-
"kind": 4096,
|
3409
|
-
"kindString": "Call signature",
|
3410
|
-
"flags": {},
|
3411
|
-
"parameters": [
|
3412
|
-
{
|
3413
|
-
"id": 321,
|
3414
|
-
"name": "message",
|
3415
|
-
"kind": 32768,
|
3416
|
-
"kindString": "Parameter",
|
3417
|
-
"flags": {
|
3418
|
-
"isOptional": true
|
3419
|
-
},
|
3420
|
-
"type": {
|
3421
|
-
"type": "intrinsic",
|
3422
|
-
"name": "any"
|
3423
|
-
}
|
3424
|
-
},
|
3425
|
-
{
|
3426
|
-
"id": 322,
|
3427
|
-
"name": "optionalParams",
|
3428
|
-
"kind": 32768,
|
3429
|
-
"kindString": "Parameter",
|
3430
|
-
"flags": {
|
3431
|
-
"isRest": true
|
3432
|
-
},
|
3433
|
-
"type": {
|
3434
|
-
"type": "array",
|
3435
|
-
"elementType": {
|
3436
|
-
"type": "intrinsic",
|
3437
|
-
"name": "any"
|
3438
|
-
}
|
3439
|
-
}
|
3440
|
-
}
|
3441
|
-
],
|
3442
|
-
"type": {
|
3443
|
-
"type": "intrinsic",
|
3444
|
-
"name": "void"
|
3445
|
-
}
|
3446
|
-
}
|
3447
|
-
]
|
3448
|
-
}
|
3449
|
-
],
|
3450
|
-
"groups": [
|
3451
|
-
{
|
3452
|
-
"title": "Constructors",
|
3453
|
-
"kind": 512,
|
3454
|
-
"children": [
|
3455
|
-
317
|
3456
|
-
]
|
3457
|
-
},
|
3458
|
-
{
|
3459
|
-
"title": "Methods",
|
3460
|
-
"kind": 2048,
|
3461
|
-
"children": [
|
3462
|
-
319
|
3463
|
-
]
|
3464
|
-
}
|
3465
|
-
],
|
3466
|
-
"sources": [
|
3467
|
-
{
|
3468
|
-
"fileName": "projects/core/src/modules/log/log.service.ts",
|
3469
|
-
"line": 9,
|
3470
|
-
"character": 13
|
3471
|
-
}
|
3472
|
-
]
|
3473
|
-
},
|
3474
|
-
{
|
3475
|
-
"id": 332,
|
3415
|
+
"id": 362,
|
3476
3416
|
"name": "SkyMediaQueryModule",
|
3477
3417
|
"kind": 128,
|
3478
3418
|
"kindString": "Class",
|
@@ -3505,7 +3445,7 @@
|
|
3505
3445
|
"title": "Constructors",
|
3506
3446
|
"kind": 512,
|
3507
3447
|
"children": [
|
3508
|
-
|
3448
|
+
363
|
3509
3449
|
]
|
3510
3450
|
}
|
3511
3451
|
],
|
@@ -3518,7 +3458,7 @@
|
|
3518
3458
|
]
|
3519
3459
|
},
|
3520
3460
|
{
|
3521
|
-
"id":
|
3461
|
+
"id": 365,
|
3522
3462
|
"name": "SkyMediaQueryService",
|
3523
3463
|
"kind": 128,
|
3524
3464
|
"kindString": "Class",
|
@@ -3539,7 +3479,7 @@
|
|
3539
3479
|
],
|
3540
3480
|
"children": [
|
3541
3481
|
{
|
3542
|
-
"id":
|
3482
|
+
"id": 370,
|
3543
3483
|
"name": "constructor",
|
3544
3484
|
"kind": 512,
|
3545
3485
|
"kindString": "Constructor",
|
@@ -3553,14 +3493,14 @@
|
|
3553
3493
|
],
|
3554
3494
|
"signatures": [
|
3555
3495
|
{
|
3556
|
-
"id":
|
3496
|
+
"id": 371,
|
3557
3497
|
"name": "new SkyMediaQueryService",
|
3558
3498
|
"kind": 16384,
|
3559
3499
|
"kindString": "Constructor signature",
|
3560
3500
|
"flags": {},
|
3561
3501
|
"parameters": [
|
3562
3502
|
{
|
3563
|
-
"id":
|
3503
|
+
"id": 372,
|
3564
3504
|
"name": "zone",
|
3565
3505
|
"kind": 32768,
|
3566
3506
|
"kindString": "Parameter",
|
@@ -3575,14 +3515,14 @@
|
|
3575
3515
|
],
|
3576
3516
|
"type": {
|
3577
3517
|
"type": "reference",
|
3578
|
-
"id":
|
3518
|
+
"id": 365,
|
3579
3519
|
"name": "SkyMediaQueryService"
|
3580
3520
|
}
|
3581
3521
|
}
|
3582
3522
|
]
|
3583
3523
|
},
|
3584
3524
|
{
|
3585
|
-
"id":
|
3525
|
+
"id": 369,
|
3586
3526
|
"name": "lg",
|
3587
3527
|
"kind": 1024,
|
3588
3528
|
"kindString": "Property",
|
@@ -3613,7 +3553,7 @@
|
|
3613
3553
|
"defaultValue": "'(min-width: 1200px)'"
|
3614
3554
|
},
|
3615
3555
|
{
|
3616
|
-
"id":
|
3556
|
+
"id": 368,
|
3617
3557
|
"name": "md",
|
3618
3558
|
"kind": 1024,
|
3619
3559
|
"kindString": "Property",
|
@@ -3644,7 +3584,7 @@
|
|
3644
3584
|
"defaultValue": "'(min-width: 992px) and (max-width: 1199px)'"
|
3645
3585
|
},
|
3646
3586
|
{
|
3647
|
-
"id":
|
3587
|
+
"id": 367,
|
3648
3588
|
"name": "sm",
|
3649
3589
|
"kind": 1024,
|
3650
3590
|
"kindString": "Property",
|
@@ -3675,7 +3615,7 @@
|
|
3675
3615
|
"defaultValue": "'(min-width: 768px) and (max-width: 991px)'"
|
3676
3616
|
},
|
3677
3617
|
{
|
3678
|
-
"id":
|
3618
|
+
"id": 366,
|
3679
3619
|
"name": "xs",
|
3680
3620
|
"kind": 1024,
|
3681
3621
|
"kindString": "Property",
|
@@ -3706,7 +3646,7 @@
|
|
3706
3646
|
"defaultValue": "'(max-width: 767px)'"
|
3707
3647
|
},
|
3708
3648
|
{
|
3709
|
-
"id":
|
3649
|
+
"id": 373,
|
3710
3650
|
"name": "current",
|
3711
3651
|
"kind": 262144,
|
3712
3652
|
"kindString": "Accessor",
|
@@ -3722,7 +3662,7 @@
|
|
3722
3662
|
],
|
3723
3663
|
"getSignature": [
|
3724
3664
|
{
|
3725
|
-
"id":
|
3665
|
+
"id": 374,
|
3726
3666
|
"name": "current",
|
3727
3667
|
"kind": 524288,
|
3728
3668
|
"kindString": "Get signature",
|
@@ -3732,14 +3672,14 @@
|
|
3732
3672
|
},
|
3733
3673
|
"type": {
|
3734
3674
|
"type": "reference",
|
3735
|
-
"id":
|
3675
|
+
"id": 353,
|
3736
3676
|
"name": "SkyMediaBreakpoints"
|
3737
3677
|
}
|
3738
3678
|
}
|
3739
3679
|
]
|
3740
3680
|
},
|
3741
3681
|
{
|
3742
|
-
"id":
|
3682
|
+
"id": 387,
|
3743
3683
|
"name": "ngOnDestroy",
|
3744
3684
|
"kind": 2048,
|
3745
3685
|
"kindString": "Method",
|
@@ -3755,7 +3695,7 @@
|
|
3755
3695
|
],
|
3756
3696
|
"signatures": [
|
3757
3697
|
{
|
3758
|
-
"id":
|
3698
|
+
"id": 388,
|
3759
3699
|
"name": "ngOnDestroy",
|
3760
3700
|
"kind": 4096,
|
3761
3701
|
"kindString": "Call signature",
|
@@ -3776,7 +3716,7 @@
|
|
3776
3716
|
}
|
3777
3717
|
},
|
3778
3718
|
{
|
3779
|
-
"id":
|
3719
|
+
"id": 389,
|
3780
3720
|
"name": "subscribe",
|
3781
3721
|
"kind": 2048,
|
3782
3722
|
"kindString": "Method",
|
@@ -3792,17 +3732,17 @@
|
|
3792
3732
|
],
|
3793
3733
|
"signatures": [
|
3794
3734
|
{
|
3795
|
-
"id":
|
3735
|
+
"id": 390,
|
3796
3736
|
"name": "subscribe",
|
3797
3737
|
"kind": 4096,
|
3798
3738
|
"kindString": "Call signature",
|
3799
3739
|
"flags": {},
|
3800
3740
|
"comment": {
|
3801
|
-
"shortText": "
|
3741
|
+
"shortText": "Subscribes to screen size changes."
|
3802
3742
|
},
|
3803
3743
|
"parameters": [
|
3804
3744
|
{
|
3805
|
-
"id":
|
3745
|
+
"id": 391,
|
3806
3746
|
"name": "listener",
|
3807
3747
|
"kind": 32768,
|
3808
3748
|
"kindString": "Parameter",
|
@@ -3812,7 +3752,7 @@
|
|
3812
3752
|
},
|
3813
3753
|
"type": {
|
3814
3754
|
"type": "reference",
|
3815
|
-
"id":
|
3755
|
+
"id": 358,
|
3816
3756
|
"name": "SkyMediaQueryListener"
|
3817
3757
|
}
|
3818
3758
|
}
|
@@ -3832,32 +3772,32 @@
|
|
3832
3772
|
"title": "Constructors",
|
3833
3773
|
"kind": 512,
|
3834
3774
|
"children": [
|
3835
|
-
|
3775
|
+
370
|
3836
3776
|
]
|
3837
3777
|
},
|
3838
3778
|
{
|
3839
3779
|
"title": "Properties",
|
3840
3780
|
"kind": 1024,
|
3841
3781
|
"children": [
|
3842
|
-
|
3843
|
-
|
3844
|
-
|
3845
|
-
|
3782
|
+
369,
|
3783
|
+
368,
|
3784
|
+
367,
|
3785
|
+
366
|
3846
3786
|
]
|
3847
3787
|
},
|
3848
3788
|
{
|
3849
3789
|
"title": "Accessors",
|
3850
3790
|
"kind": 262144,
|
3851
3791
|
"children": [
|
3852
|
-
|
3792
|
+
373
|
3853
3793
|
]
|
3854
3794
|
},
|
3855
3795
|
{
|
3856
3796
|
"title": "Methods",
|
3857
3797
|
"kind": 2048,
|
3858
3798
|
"children": [
|
3859
|
-
|
3860
|
-
|
3799
|
+
387,
|
3800
|
+
389
|
3861
3801
|
]
|
3862
3802
|
}
|
3863
3803
|
],
|
@@ -3878,7 +3818,7 @@
|
|
3878
3818
|
]
|
3879
3819
|
},
|
3880
3820
|
{
|
3881
|
-
"id":
|
3821
|
+
"id": 410,
|
3882
3822
|
"name": "SkyNumericModule",
|
3883
3823
|
"kind": 128,
|
3884
3824
|
"kindString": "Class",
|
@@ -3903,7 +3843,7 @@
|
|
3903
3843
|
"title": "Constructors",
|
3904
3844
|
"kind": 512,
|
3905
3845
|
"children": [
|
3906
|
-
|
3846
|
+
411
|
3907
3847
|
]
|
3908
3848
|
}
|
3909
3849
|
],
|
@@ -3916,135 +3856,914 @@
|
|
3916
3856
|
]
|
3917
3857
|
},
|
3918
3858
|
{
|
3919
|
-
"id":
|
3920
|
-
"name": "
|
3859
|
+
"id": 413,
|
3860
|
+
"name": "SkyNumericOptions",
|
3921
3861
|
"kind": 128,
|
3922
3862
|
"kindString": "Class",
|
3923
3863
|
"flags": {},
|
3924
3864
|
"comment": {
|
3925
|
-
"shortText": "
|
3865
|
+
"shortText": "Provides arguments for the number to format."
|
3926
3866
|
},
|
3927
|
-
"decorators": [
|
3928
|
-
{
|
3929
|
-
"name": "Pipe",
|
3930
|
-
"type": {
|
3931
|
-
"type": "reference",
|
3932
|
-
"qualifiedName": "PipeDecorator",
|
3933
|
-
"package": "@angular/core",
|
3934
|
-
"name": "Pipe"
|
3935
|
-
},
|
3936
|
-
"arguments": {
|
3937
|
-
"obj": "{\n name: 'skyNumeric',\n pure: false,\n}"
|
3938
|
-
}
|
3939
|
-
}
|
3940
|
-
],
|
3941
3867
|
"children": [
|
3942
3868
|
{
|
3943
|
-
"id":
|
3944
|
-
"name": "
|
3945
|
-
"kind":
|
3946
|
-
"kindString": "
|
3947
|
-
"flags": {},
|
3948
|
-
"sources": [
|
3949
|
-
{
|
3950
|
-
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3951
|
-
"line": 38,
|
3952
|
-
"character": 2
|
3953
|
-
}
|
3954
|
-
],
|
3955
|
-
"signatures": [
|
3956
|
-
{
|
3957
|
-
"id": 396,
|
3958
|
-
"name": "new SkyNumericPipe",
|
3959
|
-
"kind": 16384,
|
3960
|
-
"kindString": "Constructor signature",
|
3961
|
-
"flags": {},
|
3962
|
-
"parameters": [
|
3963
|
-
{
|
3964
|
-
"id": 397,
|
3965
|
-
"name": "localeProvider",
|
3966
|
-
"kind": 32768,
|
3967
|
-
"kindString": "Parameter",
|
3968
|
-
"flags": {},
|
3969
|
-
"type": {
|
3970
|
-
"type": "reference",
|
3971
|
-
"name": "SkyAppLocaleProvider"
|
3972
|
-
}
|
3973
|
-
},
|
3974
|
-
{
|
3975
|
-
"id": 398,
|
3976
|
-
"name": "numericService",
|
3977
|
-
"kind": 32768,
|
3978
|
-
"kindString": "Parameter",
|
3979
|
-
"flags": {},
|
3980
|
-
"type": {
|
3981
|
-
"type": "reference",
|
3982
|
-
"id": 412,
|
3983
|
-
"name": "SkyNumericService"
|
3984
|
-
}
|
3985
|
-
},
|
3986
|
-
{
|
3987
|
-
"id": 399,
|
3988
|
-
"name": "changeDetector",
|
3989
|
-
"kind": 32768,
|
3990
|
-
"kindString": "Parameter",
|
3991
|
-
"flags": {},
|
3992
|
-
"type": {
|
3993
|
-
"type": "reference",
|
3994
|
-
"qualifiedName": "ChangeDetectorRef",
|
3995
|
-
"package": "@angular/core",
|
3996
|
-
"name": "ChangeDetectorRef"
|
3997
|
-
}
|
3998
|
-
}
|
3999
|
-
],
|
4000
|
-
"type": {
|
4001
|
-
"type": "reference",
|
4002
|
-
"id": 394,
|
4003
|
-
"name": "SkyNumericPipe"
|
4004
|
-
}
|
4005
|
-
}
|
4006
|
-
]
|
4007
|
-
},
|
4008
|
-
{
|
4009
|
-
"id": 406,
|
4010
|
-
"name": "ngOnDestroy",
|
4011
|
-
"kind": 2048,
|
4012
|
-
"kindString": "Method",
|
3869
|
+
"id": 418,
|
3870
|
+
"name": "currencySign",
|
3871
|
+
"kind": 1024,
|
3872
|
+
"kindString": "Property",
|
4013
3873
|
"flags": {
|
4014
|
-
"isPublic": true
|
3874
|
+
"isPublic": true,
|
3875
|
+
"isOptional": true
|
3876
|
+
},
|
3877
|
+
"comment": {
|
3878
|
+
"shortText": "Specifies the format of the currency.",
|
3879
|
+
"tags": [
|
3880
|
+
{
|
3881
|
+
"tag": "default",
|
3882
|
+
"text": "\"standard\"\n"
|
3883
|
+
}
|
3884
|
+
]
|
4015
3885
|
},
|
4016
3886
|
"sources": [
|
4017
3887
|
{
|
4018
|
-
"fileName": "projects/core/src/modules/numeric/numeric.
|
4019
|
-
"line":
|
3888
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
3889
|
+
"line": 21,
|
4020
3890
|
"character": 9
|
4021
3891
|
}
|
4022
3892
|
],
|
4023
|
-
"
|
3893
|
+
"type": {
|
3894
|
+
"type": "union",
|
3895
|
+
"types": [
|
3896
|
+
{
|
3897
|
+
"type": "literal",
|
3898
|
+
"value": "accounting"
|
3899
|
+
},
|
3900
|
+
{
|
3901
|
+
"type": "literal",
|
3902
|
+
"value": "standard"
|
3903
|
+
}
|
3904
|
+
]
|
3905
|
+
},
|
3906
|
+
"defaultValue": "'standard'"
|
3907
|
+
},
|
3908
|
+
{
|
3909
|
+
"id": 416,
|
3910
|
+
"name": "digits",
|
3911
|
+
"kind": 1024,
|
3912
|
+
"kindString": "Property",
|
3913
|
+
"flags": {
|
3914
|
+
"isPublic": true,
|
3915
|
+
"isOptional": true
|
3916
|
+
},
|
3917
|
+
"comment": {
|
3918
|
+
"shortText": "Specifies the maximum number of digits after the decimal separator.",
|
3919
|
+
"tags": [
|
3920
|
+
{
|
3921
|
+
"tag": "default",
|
3922
|
+
"text": "1\n"
|
3923
|
+
}
|
3924
|
+
]
|
3925
|
+
},
|
3926
|
+
"sources": [
|
3927
|
+
{
|
3928
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
3929
|
+
"line": 9,
|
3930
|
+
"character": 9
|
3931
|
+
}
|
3932
|
+
],
|
3933
|
+
"type": {
|
3934
|
+
"type": "intrinsic",
|
3935
|
+
"name": "number"
|
3936
|
+
},
|
3937
|
+
"defaultValue": "1"
|
3938
|
+
},
|
3939
|
+
{
|
3940
|
+
"id": 417,
|
3941
|
+
"name": "format",
|
3942
|
+
"kind": 1024,
|
3943
|
+
"kindString": "Property",
|
3944
|
+
"flags": {
|
3945
|
+
"isPublic": true,
|
3946
|
+
"isOptional": true
|
3947
|
+
},
|
3948
|
+
"comment": {
|
3949
|
+
"shortText": "Specifies how to format the number. Options are `currency` or `number`.",
|
3950
|
+
"tags": [
|
3951
|
+
{
|
3952
|
+
"tag": "default",
|
3953
|
+
"text": "\"number\"\n"
|
3954
|
+
}
|
3955
|
+
]
|
3956
|
+
},
|
3957
|
+
"sources": [
|
3958
|
+
{
|
3959
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
3960
|
+
"line": 15,
|
3961
|
+
"character": 9
|
3962
|
+
}
|
3963
|
+
],
|
3964
|
+
"type": {
|
3965
|
+
"type": "intrinsic",
|
3966
|
+
"name": "string"
|
3967
|
+
},
|
3968
|
+
"defaultValue": "'number'"
|
3969
|
+
},
|
3970
|
+
{
|
3971
|
+
"id": 419,
|
3972
|
+
"name": "iso",
|
3973
|
+
"kind": 1024,
|
3974
|
+
"kindString": "Property",
|
3975
|
+
"flags": {
|
3976
|
+
"isPublic": true,
|
3977
|
+
"isOptional": true
|
3978
|
+
},
|
3979
|
+
"comment": {
|
3980
|
+
"shortText": "Specifies the ISO4217 currency code to use for currency formatting. If you do not specify a\ncurrency code, the component uses the browser's culture to determine the currency unless your\nSPA provides a different culture with `SkyAppLocaleProvider`.",
|
3981
|
+
"tags": [
|
3982
|
+
{
|
3983
|
+
"tag": "default",
|
3984
|
+
"text": "\"USD\"\n"
|
3985
|
+
}
|
3986
|
+
]
|
3987
|
+
},
|
3988
|
+
"sources": [
|
3989
|
+
{
|
3990
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
3991
|
+
"line": 29,
|
3992
|
+
"character": 9
|
3993
|
+
}
|
3994
|
+
],
|
3995
|
+
"type": {
|
3996
|
+
"type": "intrinsic",
|
3997
|
+
"name": "string"
|
3998
|
+
},
|
3999
|
+
"defaultValue": "'USD'"
|
4000
|
+
},
|
4001
|
+
{
|
4002
|
+
"id": 420,
|
4003
|
+
"name": "locale",
|
4004
|
+
"kind": 1024,
|
4005
|
+
"kindString": "Property",
|
4006
|
+
"flags": {
|
4007
|
+
"isPublic": true,
|
4008
|
+
"isOptional": true
|
4009
|
+
},
|
4010
|
+
"comment": {
|
4011
|
+
"shortText": "Specifies the locale code to use when formatting."
|
4012
|
+
},
|
4013
|
+
"sources": [
|
4014
|
+
{
|
4015
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
4016
|
+
"line": 34,
|
4017
|
+
"character": 9
|
4018
|
+
}
|
4019
|
+
],
|
4020
|
+
"type": {
|
4021
|
+
"type": "intrinsic",
|
4022
|
+
"name": "string"
|
4023
|
+
}
|
4024
|
+
},
|
4025
|
+
{
|
4026
|
+
"id": 421,
|
4027
|
+
"name": "minDigits",
|
4028
|
+
"kind": 1024,
|
4029
|
+
"kindString": "Property",
|
4030
|
+
"flags": {
|
4031
|
+
"isPublic": true,
|
4032
|
+
"isOptional": true
|
4033
|
+
},
|
4034
|
+
"comment": {
|
4035
|
+
"shortText": "Specifies the minimum number of digits after the decimal separator. This property only applies\nwhen the `truncate` property is set to `false`. If `digits` specifies a maximum number of\ndigits, then `minDigits` must be less than that value."
|
4036
|
+
},
|
4037
|
+
"sources": [
|
4038
|
+
{
|
4039
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
4040
|
+
"line": 41,
|
4041
|
+
"character": 9
|
4042
|
+
}
|
4043
|
+
],
|
4044
|
+
"type": {
|
4045
|
+
"type": "intrinsic",
|
4046
|
+
"name": "number"
|
4047
|
+
}
|
4048
|
+
},
|
4049
|
+
{
|
4050
|
+
"id": 422,
|
4051
|
+
"name": "truncate",
|
4052
|
+
"kind": 1024,
|
4053
|
+
"kindString": "Property",
|
4054
|
+
"flags": {
|
4055
|
+
"isPublic": true,
|
4056
|
+
"isOptional": true
|
4057
|
+
},
|
4058
|
+
"comment": {
|
4059
|
+
"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."
|
4060
|
+
},
|
4061
|
+
"sources": [
|
4062
|
+
{
|
4063
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
4064
|
+
"line": 47,
|
4065
|
+
"character": 9
|
4066
|
+
}
|
4067
|
+
],
|
4068
|
+
"type": {
|
4069
|
+
"type": "intrinsic",
|
4070
|
+
"name": "boolean"
|
4071
|
+
},
|
4072
|
+
"defaultValue": "true"
|
4073
|
+
},
|
4074
|
+
{
|
4075
|
+
"id": 423,
|
4076
|
+
"name": "truncateAfter",
|
4077
|
+
"kind": 1024,
|
4078
|
+
"kindString": "Property",
|
4079
|
+
"flags": {
|
4080
|
+
"isPublic": true,
|
4081
|
+
"isOptional": true
|
4082
|
+
},
|
4083
|
+
"comment": {
|
4084
|
+
"shortText": "Specifies the starting point after which numbers are shortened to rounded numbers\nand abbreviation characters.",
|
4085
|
+
"tags": [
|
4086
|
+
{
|
4087
|
+
"tag": "default",
|
4088
|
+
"text": "0\n"
|
4089
|
+
}
|
4090
|
+
]
|
4091
|
+
},
|
4092
|
+
"sources": [
|
4093
|
+
{
|
4094
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
4095
|
+
"line": 54,
|
4096
|
+
"character": 9
|
4097
|
+
}
|
4098
|
+
],
|
4099
|
+
"type": {
|
4100
|
+
"type": "intrinsic",
|
4101
|
+
"name": "number"
|
4102
|
+
},
|
4103
|
+
"defaultValue": "0"
|
4104
|
+
}
|
4105
|
+
],
|
4106
|
+
"groups": [
|
4107
|
+
{
|
4108
|
+
"title": "Constructors",
|
4109
|
+
"kind": 512,
|
4110
|
+
"children": [
|
4111
|
+
414
|
4112
|
+
]
|
4113
|
+
},
|
4114
|
+
{
|
4115
|
+
"title": "Properties",
|
4116
|
+
"kind": 1024,
|
4117
|
+
"children": [
|
4118
|
+
418,
|
4119
|
+
416,
|
4120
|
+
417,
|
4121
|
+
419,
|
4122
|
+
420,
|
4123
|
+
421,
|
4124
|
+
422,
|
4125
|
+
423
|
4126
|
+
]
|
4127
|
+
}
|
4128
|
+
],
|
4129
|
+
"sources": [
|
4130
|
+
{
|
4131
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
4132
|
+
"line": 4,
|
4133
|
+
"character": 13
|
4134
|
+
}
|
4135
|
+
],
|
4136
|
+
"extendedBy": [
|
4137
|
+
{
|
4138
|
+
"type": "reference",
|
4139
|
+
"id": 424,
|
4140
|
+
"name": "NumericOptions"
|
4141
|
+
}
|
4142
|
+
]
|
4143
|
+
},
|
4144
|
+
{
|
4145
|
+
"id": 435,
|
4146
|
+
"name": "SkyNumericPipe",
|
4147
|
+
"kind": 128,
|
4148
|
+
"kindString": "Class",
|
4149
|
+
"flags": {},
|
4150
|
+
"comment": {
|
4151
|
+
"shortText": "Shortens numbers to rounded numbers and abbreviation characters such as K for thousands,\nM for millions, B for billions, and T for trillions. The pipe also formats for currency.\nBe sure you have a space after the two curly brackets opening the pipe and\na space before the two curly brackets closing the pipe or it will not work.\nUsage:\n```\n{{ value | skyNumeric(config) }}\n```"
|
4152
|
+
},
|
4153
|
+
"decorators": [
|
4154
|
+
{
|
4155
|
+
"name": "Pipe",
|
4156
|
+
"type": {
|
4157
|
+
"type": "reference",
|
4158
|
+
"qualifiedName": "PipeDecorator",
|
4159
|
+
"package": "@angular/core",
|
4160
|
+
"name": "Pipe"
|
4161
|
+
},
|
4162
|
+
"arguments": {
|
4163
|
+
"obj": "{\n name: 'skyNumeric',\n pure: false,\n}"
|
4164
|
+
}
|
4165
|
+
}
|
4166
|
+
],
|
4167
|
+
"children": [
|
4168
|
+
{
|
4169
|
+
"id": 436,
|
4170
|
+
"name": "constructor",
|
4171
|
+
"kind": 512,
|
4172
|
+
"kindString": "Constructor",
|
4173
|
+
"flags": {},
|
4174
|
+
"sources": [
|
4175
|
+
{
|
4176
|
+
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4177
|
+
"line": 36,
|
4178
|
+
"character": 2
|
4179
|
+
}
|
4180
|
+
],
|
4181
|
+
"signatures": [
|
4182
|
+
{
|
4183
|
+
"id": 437,
|
4184
|
+
"name": "new SkyNumericPipe",
|
4185
|
+
"kind": 16384,
|
4186
|
+
"kindString": "Constructor signature",
|
4187
|
+
"flags": {},
|
4188
|
+
"parameters": [
|
4189
|
+
{
|
4190
|
+
"id": 438,
|
4191
|
+
"name": "localeProvider",
|
4192
|
+
"kind": 32768,
|
4193
|
+
"kindString": "Parameter",
|
4194
|
+
"flags": {},
|
4195
|
+
"type": {
|
4196
|
+
"type": "reference",
|
4197
|
+
"name": "SkyAppLocaleProvider"
|
4198
|
+
}
|
4199
|
+
},
|
4200
|
+
{
|
4201
|
+
"id": 439,
|
4202
|
+
"name": "numericService",
|
4203
|
+
"kind": 32768,
|
4204
|
+
"kindString": "Parameter",
|
4205
|
+
"flags": {},
|
4206
|
+
"type": {
|
4207
|
+
"type": "reference",
|
4208
|
+
"id": 451,
|
4209
|
+
"name": "SkyNumericService"
|
4210
|
+
}
|
4211
|
+
},
|
4212
|
+
{
|
4213
|
+
"id": 440,
|
4214
|
+
"name": "changeDetector",
|
4215
|
+
"kind": 32768,
|
4216
|
+
"kindString": "Parameter",
|
4217
|
+
"flags": {},
|
4218
|
+
"type": {
|
4219
|
+
"type": "reference",
|
4220
|
+
"qualifiedName": "ChangeDetectorRef",
|
4221
|
+
"package": "@angular/core",
|
4222
|
+
"name": "ChangeDetectorRef"
|
4223
|
+
}
|
4224
|
+
}
|
4225
|
+
],
|
4226
|
+
"type": {
|
4227
|
+
"type": "reference",
|
4228
|
+
"id": 435,
|
4229
|
+
"name": "SkyNumericPipe"
|
4230
|
+
}
|
4231
|
+
}
|
4232
|
+
]
|
4233
|
+
},
|
4234
|
+
{
|
4235
|
+
"id": 445,
|
4236
|
+
"name": "ngOnDestroy",
|
4237
|
+
"kind": 2048,
|
4238
|
+
"kindString": "Method",
|
4239
|
+
"flags": {
|
4240
|
+
"isPublic": true
|
4241
|
+
},
|
4242
|
+
"sources": [
|
4243
|
+
{
|
4244
|
+
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4245
|
+
"line": 51,
|
4246
|
+
"character": 9
|
4247
|
+
}
|
4248
|
+
],
|
4249
|
+
"signatures": [
|
4250
|
+
{
|
4251
|
+
"id": 446,
|
4252
|
+
"name": "ngOnDestroy",
|
4253
|
+
"kind": 4096,
|
4254
|
+
"kindString": "Call signature",
|
4255
|
+
"flags": {},
|
4256
|
+
"type": {
|
4257
|
+
"type": "intrinsic",
|
4258
|
+
"name": "void"
|
4259
|
+
},
|
4260
|
+
"implementationOf": {
|
4261
|
+
"type": "reference",
|
4262
|
+
"name": "OnDestroy.ngOnDestroy"
|
4263
|
+
}
|
4264
|
+
}
|
4265
|
+
],
|
4266
|
+
"implementationOf": {
|
4267
|
+
"type": "reference",
|
4268
|
+
"name": "OnDestroy.ngOnDestroy"
|
4269
|
+
}
|
4270
|
+
},
|
4271
|
+
{
|
4272
|
+
"id": 447,
|
4273
|
+
"name": "transform",
|
4274
|
+
"kind": 2048,
|
4275
|
+
"kindString": "Method",
|
4276
|
+
"flags": {
|
4277
|
+
"isPublic": true
|
4278
|
+
},
|
4279
|
+
"sources": [
|
4280
|
+
{
|
4281
|
+
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4282
|
+
"line": 56,
|
4283
|
+
"character": 9
|
4284
|
+
}
|
4285
|
+
],
|
4286
|
+
"signatures": [
|
4287
|
+
{
|
4288
|
+
"id": 448,
|
4289
|
+
"name": "transform",
|
4290
|
+
"kind": 4096,
|
4291
|
+
"kindString": "Call signature",
|
4292
|
+
"flags": {},
|
4293
|
+
"parameters": [
|
4294
|
+
{
|
4295
|
+
"id": 449,
|
4296
|
+
"name": "value",
|
4297
|
+
"kind": 32768,
|
4298
|
+
"kindString": "Parameter",
|
4299
|
+
"flags": {},
|
4300
|
+
"type": {
|
4301
|
+
"type": "intrinsic",
|
4302
|
+
"name": "number"
|
4303
|
+
}
|
4304
|
+
},
|
4305
|
+
{
|
4306
|
+
"id": 450,
|
4307
|
+
"name": "config",
|
4308
|
+
"kind": 32768,
|
4309
|
+
"kindString": "Parameter",
|
4310
|
+
"flags": {
|
4311
|
+
"isOptional": true
|
4312
|
+
},
|
4313
|
+
"type": {
|
4314
|
+
"type": "reference",
|
4315
|
+
"id": 413,
|
4316
|
+
"name": "SkyNumericOptions"
|
4317
|
+
}
|
4318
|
+
}
|
4319
|
+
],
|
4320
|
+
"type": {
|
4321
|
+
"type": "intrinsic",
|
4322
|
+
"name": "string"
|
4323
|
+
},
|
4324
|
+
"implementationOf": {
|
4325
|
+
"type": "reference",
|
4326
|
+
"name": "PipeTransform.transform"
|
4327
|
+
}
|
4328
|
+
}
|
4329
|
+
],
|
4330
|
+
"implementationOf": {
|
4331
|
+
"type": "reference",
|
4332
|
+
"name": "PipeTransform.transform"
|
4333
|
+
}
|
4334
|
+
}
|
4335
|
+
],
|
4336
|
+
"groups": [
|
4337
|
+
{
|
4338
|
+
"title": "Constructors",
|
4339
|
+
"kind": 512,
|
4340
|
+
"children": [
|
4341
|
+
436
|
4342
|
+
]
|
4343
|
+
},
|
4344
|
+
{
|
4345
|
+
"title": "Methods",
|
4346
|
+
"kind": 2048,
|
4347
|
+
"children": [
|
4348
|
+
445,
|
4349
|
+
447
|
4350
|
+
]
|
4351
|
+
}
|
4352
|
+
],
|
4353
|
+
"sources": [
|
4354
|
+
{
|
4355
|
+
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4356
|
+
"line": 29,
|
4357
|
+
"character": 13
|
4358
|
+
}
|
4359
|
+
],
|
4360
|
+
"implementedTypes": [
|
4361
|
+
{
|
4362
|
+
"type": "reference",
|
4363
|
+
"qualifiedName": "PipeTransform",
|
4364
|
+
"package": "@angular/core",
|
4365
|
+
"name": "PipeTransform"
|
4366
|
+
},
|
4367
|
+
{
|
4368
|
+
"type": "reference",
|
4369
|
+
"qualifiedName": "OnDestroy",
|
4370
|
+
"package": "@angular/core",
|
4371
|
+
"name": "OnDestroy"
|
4372
|
+
}
|
4373
|
+
]
|
4374
|
+
},
|
4375
|
+
{
|
4376
|
+
"id": 451,
|
4377
|
+
"name": "SkyNumericService",
|
4378
|
+
"kind": 128,
|
4379
|
+
"kindString": "Class",
|
4380
|
+
"flags": {},
|
4381
|
+
"decorators": [
|
4382
|
+
{
|
4383
|
+
"name": "Injectable",
|
4384
|
+
"type": {
|
4385
|
+
"type": "reference",
|
4386
|
+
"qualifiedName": "InjectableDecorator",
|
4387
|
+
"package": "@angular/core",
|
4388
|
+
"name": "Injectable"
|
4389
|
+
},
|
4390
|
+
"arguments": {
|
4391
|
+
"options": "{\n providedIn: 'any',\n}"
|
4392
|
+
}
|
4393
|
+
}
|
4394
|
+
],
|
4395
|
+
"children": [
|
4396
|
+
{
|
4397
|
+
"id": 452,
|
4398
|
+
"name": "constructor",
|
4399
|
+
"kind": 512,
|
4400
|
+
"kindString": "Constructor",
|
4401
|
+
"flags": {},
|
4402
|
+
"sources": [
|
4403
|
+
{
|
4404
|
+
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4405
|
+
"line": 39,
|
4406
|
+
"character": 2
|
4407
|
+
}
|
4408
|
+
],
|
4409
|
+
"signatures": [
|
4410
|
+
{
|
4411
|
+
"id": 453,
|
4412
|
+
"name": "new SkyNumericService",
|
4413
|
+
"kind": 16384,
|
4414
|
+
"kindString": "Constructor signature",
|
4415
|
+
"flags": {},
|
4416
|
+
"parameters": [
|
4417
|
+
{
|
4418
|
+
"id": 454,
|
4419
|
+
"name": "resourcesService",
|
4420
|
+
"kind": 32768,
|
4421
|
+
"kindString": "Parameter",
|
4422
|
+
"flags": {},
|
4423
|
+
"type": {
|
4424
|
+
"type": "reference",
|
4425
|
+
"name": "SkyLibResourcesService"
|
4426
|
+
}
|
4427
|
+
}
|
4428
|
+
],
|
4429
|
+
"type": {
|
4430
|
+
"type": "reference",
|
4431
|
+
"id": 451,
|
4432
|
+
"name": "SkyNumericService"
|
4433
|
+
}
|
4434
|
+
}
|
4435
|
+
]
|
4436
|
+
},
|
4437
|
+
{
|
4438
|
+
"id": 462,
|
4439
|
+
"name": "formatNumber",
|
4440
|
+
"kind": 2048,
|
4441
|
+
"kindString": "Method",
|
4442
|
+
"flags": {
|
4443
|
+
"isPublic": true
|
4444
|
+
},
|
4445
|
+
"sources": [
|
4446
|
+
{
|
4447
|
+
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4448
|
+
"line": 46,
|
4449
|
+
"character": 9
|
4450
|
+
}
|
4451
|
+
],
|
4452
|
+
"signatures": [
|
4453
|
+
{
|
4454
|
+
"id": 463,
|
4455
|
+
"name": "formatNumber",
|
4456
|
+
"kind": 4096,
|
4457
|
+
"kindString": "Call signature",
|
4458
|
+
"flags": {},
|
4459
|
+
"comment": {
|
4460
|
+
"shortText": "Shortens with or without symbol (K/M/B/T) depending on value of number."
|
4461
|
+
},
|
4462
|
+
"parameters": [
|
4463
|
+
{
|
4464
|
+
"id": 464,
|
4465
|
+
"name": "value",
|
4466
|
+
"kind": 32768,
|
4467
|
+
"kindString": "Parameter",
|
4468
|
+
"flags": {},
|
4469
|
+
"comment": {
|
4470
|
+
"shortText": "The number to format."
|
4471
|
+
},
|
4472
|
+
"type": {
|
4473
|
+
"type": "intrinsic",
|
4474
|
+
"name": "number"
|
4475
|
+
}
|
4476
|
+
},
|
4477
|
+
{
|
4478
|
+
"id": 465,
|
4479
|
+
"name": "options",
|
4480
|
+
"kind": 32768,
|
4481
|
+
"kindString": "Parameter",
|
4482
|
+
"flags": {},
|
4483
|
+
"comment": {
|
4484
|
+
"shortText": "Format options.\n"
|
4485
|
+
},
|
4486
|
+
"type": {
|
4487
|
+
"type": "reference",
|
4488
|
+
"id": 413,
|
4489
|
+
"name": "SkyNumericOptions"
|
4490
|
+
}
|
4491
|
+
}
|
4492
|
+
],
|
4493
|
+
"type": {
|
4494
|
+
"type": "intrinsic",
|
4495
|
+
"name": "string"
|
4496
|
+
}
|
4497
|
+
}
|
4498
|
+
]
|
4499
|
+
}
|
4500
|
+
],
|
4501
|
+
"groups": [
|
4502
|
+
{
|
4503
|
+
"title": "Constructors",
|
4504
|
+
"kind": 512,
|
4505
|
+
"children": [
|
4506
|
+
452
|
4507
|
+
]
|
4508
|
+
},
|
4509
|
+
{
|
4510
|
+
"title": "Methods",
|
4511
|
+
"kind": 2048,
|
4512
|
+
"children": [
|
4513
|
+
462
|
4514
|
+
]
|
4515
|
+
}
|
4516
|
+
],
|
4517
|
+
"sources": [
|
4518
|
+
{
|
4519
|
+
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4520
|
+
"line": 12,
|
4521
|
+
"character": 13
|
4522
|
+
}
|
4523
|
+
]
|
4524
|
+
},
|
4525
|
+
{
|
4526
|
+
"id": 491,
|
4527
|
+
"name": "SkyOverlayInstance",
|
4528
|
+
"kind": 128,
|
4529
|
+
"kindString": "Class",
|
4530
|
+
"flags": {},
|
4531
|
+
"comment": {
|
4532
|
+
"shortText": "Represents a new overlay instance. It is used to manage the \"closed\" state of the overlay,\nand access any public members on the appended content component instance."
|
4533
|
+
},
|
4534
|
+
"children": [
|
4535
|
+
{
|
4536
|
+
"id": 492,
|
4537
|
+
"name": "constructor",
|
4538
|
+
"kind": 512,
|
4539
|
+
"kindString": "Constructor",
|
4540
|
+
"flags": {},
|
4541
|
+
"sources": [
|
4024
4542
|
{
|
4025
|
-
"
|
4026
|
-
"
|
4027
|
-
"
|
4028
|
-
|
4543
|
+
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4544
|
+
"line": 31,
|
4545
|
+
"character": 2
|
4546
|
+
}
|
4547
|
+
],
|
4548
|
+
"signatures": [
|
4549
|
+
{
|
4550
|
+
"id": 493,
|
4551
|
+
"name": "new SkyOverlayInstance",
|
4552
|
+
"kind": 16384,
|
4553
|
+
"kindString": "Constructor signature",
|
4029
4554
|
"flags": {},
|
4555
|
+
"parameters": [
|
4556
|
+
{
|
4557
|
+
"id": 494,
|
4558
|
+
"name": "config",
|
4559
|
+
"kind": 32768,
|
4560
|
+
"kindString": "Parameter",
|
4561
|
+
"flags": {},
|
4562
|
+
"type": {
|
4563
|
+
"type": "reference",
|
4564
|
+
"id": 484,
|
4565
|
+
"name": "SkyOverlayConfig"
|
4566
|
+
}
|
4567
|
+
},
|
4568
|
+
{
|
4569
|
+
"id": 495,
|
4570
|
+
"name": "componentRef",
|
4571
|
+
"kind": 32768,
|
4572
|
+
"kindString": "Parameter",
|
4573
|
+
"flags": {},
|
4574
|
+
"type": {
|
4575
|
+
"type": "reference",
|
4576
|
+
"typeArguments": [
|
4577
|
+
{
|
4578
|
+
"type": "reference",
|
4579
|
+
"name": "SkyOverlayComponent"
|
4580
|
+
}
|
4581
|
+
],
|
4582
|
+
"qualifiedName": "ComponentRef",
|
4583
|
+
"package": "@angular/core",
|
4584
|
+
"name": "ComponentRef"
|
4585
|
+
}
|
4586
|
+
}
|
4587
|
+
],
|
4030
4588
|
"type": {
|
4031
|
-
"type": "
|
4032
|
-
"
|
4589
|
+
"type": "reference",
|
4590
|
+
"id": 491,
|
4591
|
+
"name": "SkyOverlayInstance"
|
4592
|
+
}
|
4593
|
+
}
|
4594
|
+
]
|
4595
|
+
},
|
4596
|
+
{
|
4597
|
+
"id": 496,
|
4598
|
+
"name": "backdropClick",
|
4599
|
+
"kind": 262144,
|
4600
|
+
"kindString": "Accessor",
|
4601
|
+
"flags": {
|
4602
|
+
"isPublic": true
|
4603
|
+
},
|
4604
|
+
"sources": [
|
4605
|
+
{
|
4606
|
+
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4607
|
+
"line": 16,
|
4608
|
+
"character": 13
|
4609
|
+
}
|
4610
|
+
],
|
4611
|
+
"getSignature": [
|
4612
|
+
{
|
4613
|
+
"id": 497,
|
4614
|
+
"name": "backdropClick",
|
4615
|
+
"kind": 524288,
|
4616
|
+
"kindString": "Get signature",
|
4617
|
+
"flags": {},
|
4618
|
+
"comment": {
|
4619
|
+
"shortText": "Emits when the overlay is clicked (but not its content)."
|
4033
4620
|
},
|
4034
|
-
"
|
4621
|
+
"type": {
|
4035
4622
|
"type": "reference",
|
4036
|
-
"
|
4623
|
+
"typeArguments": [
|
4624
|
+
{
|
4625
|
+
"type": "intrinsic",
|
4626
|
+
"name": "void"
|
4627
|
+
}
|
4628
|
+
],
|
4629
|
+
"qualifiedName": "Observable",
|
4630
|
+
"package": "rxjs",
|
4631
|
+
"name": "Observable"
|
4037
4632
|
}
|
4038
4633
|
}
|
4634
|
+
]
|
4635
|
+
},
|
4636
|
+
{
|
4637
|
+
"id": 498,
|
4638
|
+
"name": "closed",
|
4639
|
+
"kind": 262144,
|
4640
|
+
"kindString": "Accessor",
|
4641
|
+
"flags": {
|
4642
|
+
"isPublic": true
|
4643
|
+
},
|
4644
|
+
"sources": [
|
4645
|
+
{
|
4646
|
+
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4647
|
+
"line": 23,
|
4648
|
+
"character": 13
|
4649
|
+
}
|
4039
4650
|
],
|
4040
|
-
"
|
4041
|
-
|
4042
|
-
|
4043
|
-
|
4651
|
+
"getSignature": [
|
4652
|
+
{
|
4653
|
+
"id": 499,
|
4654
|
+
"name": "closed",
|
4655
|
+
"kind": 524288,
|
4656
|
+
"kindString": "Get signature",
|
4657
|
+
"flags": {},
|
4658
|
+
"comment": {
|
4659
|
+
"shortText": "Emits after the overlay is closed."
|
4660
|
+
},
|
4661
|
+
"type": {
|
4662
|
+
"type": "reference",
|
4663
|
+
"typeArguments": [
|
4664
|
+
{
|
4665
|
+
"type": "intrinsic",
|
4666
|
+
"name": "void"
|
4667
|
+
}
|
4668
|
+
],
|
4669
|
+
"qualifiedName": "Observable",
|
4670
|
+
"package": "rxjs",
|
4671
|
+
"name": "Observable"
|
4672
|
+
}
|
4673
|
+
}
|
4674
|
+
]
|
4675
|
+
},
|
4676
|
+
{
|
4677
|
+
"id": 504,
|
4678
|
+
"name": "attachComponent",
|
4679
|
+
"kind": 2048,
|
4680
|
+
"kindString": "Method",
|
4681
|
+
"flags": {
|
4682
|
+
"isPublic": true
|
4683
|
+
},
|
4684
|
+
"sources": [
|
4685
|
+
{
|
4686
|
+
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4687
|
+
"line": 54,
|
4688
|
+
"character": 9
|
4689
|
+
}
|
4690
|
+
],
|
4691
|
+
"signatures": [
|
4692
|
+
{
|
4693
|
+
"id": 505,
|
4694
|
+
"name": "attachComponent",
|
4695
|
+
"kind": 4096,
|
4696
|
+
"kindString": "Call signature",
|
4697
|
+
"flags": {},
|
4698
|
+
"comment": {
|
4699
|
+
"shortText": "Creates and attaches a component to the overlay."
|
4700
|
+
},
|
4701
|
+
"typeParameter": [
|
4702
|
+
{
|
4703
|
+
"id": 506,
|
4704
|
+
"name": "C",
|
4705
|
+
"kind": 131072,
|
4706
|
+
"kindString": "Type parameter",
|
4707
|
+
"flags": {}
|
4708
|
+
}
|
4709
|
+
],
|
4710
|
+
"parameters": [
|
4711
|
+
{
|
4712
|
+
"id": 507,
|
4713
|
+
"name": "component",
|
4714
|
+
"kind": 32768,
|
4715
|
+
"kindString": "Parameter",
|
4716
|
+
"flags": {},
|
4717
|
+
"comment": {
|
4718
|
+
"shortText": "The component to attach."
|
4719
|
+
},
|
4720
|
+
"type": {
|
4721
|
+
"type": "reference",
|
4722
|
+
"typeArguments": [
|
4723
|
+
{
|
4724
|
+
"type": "reference",
|
4725
|
+
"id": 506,
|
4726
|
+
"name": "C"
|
4727
|
+
}
|
4728
|
+
],
|
4729
|
+
"qualifiedName": "Type",
|
4730
|
+
"package": "@angular/core",
|
4731
|
+
"name": "Type"
|
4732
|
+
}
|
4733
|
+
},
|
4734
|
+
{
|
4735
|
+
"id": 508,
|
4736
|
+
"name": "providers",
|
4737
|
+
"kind": 32768,
|
4738
|
+
"kindString": "Parameter",
|
4739
|
+
"flags": {
|
4740
|
+
"isOptional": true
|
4741
|
+
},
|
4742
|
+
"comment": {
|
4743
|
+
"shortText": "Custom providers to apply to the component.\n"
|
4744
|
+
},
|
4745
|
+
"type": {
|
4746
|
+
"type": "array",
|
4747
|
+
"elementType": {
|
4748
|
+
"type": "reference",
|
4749
|
+
"qualifiedName": "StaticProvider",
|
4750
|
+
"package": "@angular/core",
|
4751
|
+
"name": "StaticProvider"
|
4752
|
+
}
|
4753
|
+
}
|
4754
|
+
}
|
4755
|
+
],
|
4756
|
+
"type": {
|
4757
|
+
"type": "reference",
|
4758
|
+
"id": 506,
|
4759
|
+
"name": "C"
|
4760
|
+
}
|
4761
|
+
}
|
4762
|
+
]
|
4044
4763
|
},
|
4045
4764
|
{
|
4046
|
-
"id":
|
4047
|
-
"name": "
|
4765
|
+
"id": 509,
|
4766
|
+
"name": "attachTemplate",
|
4048
4767
|
"kind": 2048,
|
4049
4768
|
"kindString": "Method",
|
4050
4769
|
"flags": {
|
@@ -4052,59 +4771,78 @@
|
|
4052
4771
|
},
|
4053
4772
|
"sources": [
|
4054
4773
|
{
|
4055
|
-
"fileName": "projects/core/src/modules/
|
4056
|
-
"line":
|
4774
|
+
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4775
|
+
"line": 70,
|
4057
4776
|
"character": 9
|
4058
4777
|
}
|
4059
4778
|
],
|
4060
4779
|
"signatures": [
|
4061
4780
|
{
|
4062
|
-
"id":
|
4063
|
-
"name": "
|
4781
|
+
"id": 510,
|
4782
|
+
"name": "attachTemplate",
|
4064
4783
|
"kind": 4096,
|
4065
4784
|
"kindString": "Call signature",
|
4066
4785
|
"flags": {},
|
4786
|
+
"comment": {
|
4787
|
+
"shortText": "Attaches a `TemplateRef` to the overlay."
|
4788
|
+
},
|
4789
|
+
"typeParameter": [
|
4790
|
+
{
|
4791
|
+
"id": 511,
|
4792
|
+
"name": "T",
|
4793
|
+
"kind": 131072,
|
4794
|
+
"kindString": "Type parameter",
|
4795
|
+
"flags": {}
|
4796
|
+
}
|
4797
|
+
],
|
4067
4798
|
"parameters": [
|
4068
4799
|
{
|
4069
|
-
"id":
|
4070
|
-
"name": "
|
4800
|
+
"id": 512,
|
4801
|
+
"name": "templateRef",
|
4071
4802
|
"kind": 32768,
|
4072
4803
|
"kindString": "Parameter",
|
4073
4804
|
"flags": {},
|
4805
|
+
"comment": {
|
4806
|
+
"shortText": "The `TemplateRef` to attach."
|
4807
|
+
},
|
4074
4808
|
"type": {
|
4075
|
-
"type": "
|
4076
|
-
"
|
4809
|
+
"type": "reference",
|
4810
|
+
"typeArguments": [
|
4811
|
+
{
|
4812
|
+
"type": "reference",
|
4813
|
+
"id": 511,
|
4814
|
+
"name": "T"
|
4815
|
+
}
|
4816
|
+
],
|
4817
|
+
"qualifiedName": "TemplateRef",
|
4818
|
+
"package": "@angular/core",
|
4819
|
+
"name": "TemplateRef"
|
4077
4820
|
}
|
4078
4821
|
},
|
4079
4822
|
{
|
4080
|
-
"id":
|
4081
|
-
"name": "
|
4823
|
+
"id": 513,
|
4824
|
+
"name": "context",
|
4082
4825
|
"kind": 32768,
|
4083
4826
|
"kindString": "Parameter",
|
4084
4827
|
"flags": {
|
4085
4828
|
"isOptional": true
|
4086
4829
|
},
|
4830
|
+
"comment": {
|
4831
|
+
"shortText": "The context to provide to the template.\n"
|
4832
|
+
},
|
4087
4833
|
"type": {
|
4088
4834
|
"type": "reference",
|
4089
|
-
"id":
|
4090
|
-
"name": "
|
4835
|
+
"id": 511,
|
4836
|
+
"name": "T"
|
4091
4837
|
}
|
4092
4838
|
}
|
4093
4839
|
],
|
4094
4840
|
"type": {
|
4095
4841
|
"type": "intrinsic",
|
4096
|
-
"name": "
|
4097
|
-
},
|
4098
|
-
"implementationOf": {
|
4099
|
-
"type": "reference",
|
4100
|
-
"name": "PipeTransform.transform"
|
4842
|
+
"name": "void"
|
4101
4843
|
}
|
4102
4844
|
}
|
4103
|
-
]
|
4104
|
-
"implementationOf": {
|
4105
|
-
"type": "reference",
|
4106
|
-
"name": "PipeTransform.transform"
|
4107
|
-
}
|
4845
|
+
]
|
4108
4846
|
}
|
4109
4847
|
],
|
4110
4848
|
"groups": [
|
@@ -4112,46 +4850,95 @@
|
|
4112
4850
|
"title": "Constructors",
|
4113
4851
|
"kind": 512,
|
4114
4852
|
"children": [
|
4115
|
-
|
4853
|
+
492
|
4854
|
+
]
|
4855
|
+
},
|
4856
|
+
{
|
4857
|
+
"title": "Properties",
|
4858
|
+
"kind": 1024,
|
4859
|
+
"children": [
|
4860
|
+
503,
|
4861
|
+
502
|
4862
|
+
]
|
4863
|
+
},
|
4864
|
+
{
|
4865
|
+
"title": "Accessors",
|
4866
|
+
"kind": 262144,
|
4867
|
+
"children": [
|
4868
|
+
496,
|
4869
|
+
498
|
4116
4870
|
]
|
4117
4871
|
},
|
4118
4872
|
{
|
4119
4873
|
"title": "Methods",
|
4120
4874
|
"kind": 2048,
|
4121
4875
|
"children": [
|
4122
|
-
|
4123
|
-
|
4876
|
+
504,
|
4877
|
+
509
|
4124
4878
|
]
|
4125
4879
|
}
|
4126
4880
|
],
|
4127
4881
|
"sources": [
|
4128
4882
|
{
|
4129
|
-
"fileName": "projects/core/src/modules/
|
4130
|
-
"line":
|
4883
|
+
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4884
|
+
"line": 12,
|
4131
4885
|
"character": 13
|
4132
4886
|
}
|
4887
|
+
]
|
4888
|
+
},
|
4889
|
+
{
|
4890
|
+
"id": 514,
|
4891
|
+
"name": "SkyOverlayModule",
|
4892
|
+
"kind": 128,
|
4893
|
+
"kindString": "Class",
|
4894
|
+
"flags": {},
|
4895
|
+
"decorators": [
|
4896
|
+
{
|
4897
|
+
"name": "NgModule",
|
4898
|
+
"type": {
|
4899
|
+
"type": "reference",
|
4900
|
+
"qualifiedName": "NgModuleDecorator",
|
4901
|
+
"package": "@angular/core",
|
4902
|
+
"name": "NgModule"
|
4903
|
+
},
|
4904
|
+
"arguments": {
|
4905
|
+
"obj": "{\n imports: [CommonModule],\n declarations: [SkyOverlayComponent],\n}"
|
4906
|
+
}
|
4907
|
+
}
|
4133
4908
|
],
|
4134
|
-
"
|
4909
|
+
"children": [],
|
4910
|
+
"groups": [
|
4135
4911
|
{
|
4136
|
-
"
|
4137
|
-
"
|
4138
|
-
"
|
4139
|
-
|
4140
|
-
|
4912
|
+
"title": "Constructors",
|
4913
|
+
"kind": 512,
|
4914
|
+
"children": [
|
4915
|
+
515
|
4916
|
+
]
|
4917
|
+
}
|
4918
|
+
],
|
4919
|
+
"sources": [
|
4141
4920
|
{
|
4142
|
-
"
|
4143
|
-
"
|
4144
|
-
"
|
4145
|
-
"name": "OnDestroy"
|
4921
|
+
"fileName": "projects/core/src/modules/overlay/overlay.module.ts",
|
4922
|
+
"line": 10,
|
4923
|
+
"character": 13
|
4146
4924
|
}
|
4147
4925
|
]
|
4148
4926
|
},
|
4149
4927
|
{
|
4150
|
-
"id":
|
4151
|
-
"name": "
|
4928
|
+
"id": 517,
|
4929
|
+
"name": "SkyOverlayService",
|
4152
4930
|
"kind": 128,
|
4153
4931
|
"kindString": "Class",
|
4154
4932
|
"flags": {},
|
4933
|
+
"comment": {
|
4934
|
+
"shortText": "This service is used to create new overlays.",
|
4935
|
+
"tags": [
|
4936
|
+
{
|
4937
|
+
"tag": "dynamic",
|
4938
|
+
"text": "\n"
|
4939
|
+
}
|
4940
|
+
]
|
4941
|
+
},
|
4155
4942
|
"decorators": [
|
4156
4943
|
{
|
4157
4944
|
"name": "Injectable",
|
@@ -4162,55 +4949,175 @@
|
|
4162
4949
|
"name": "Injectable"
|
4163
4950
|
},
|
4164
4951
|
"arguments": {
|
4165
|
-
"options": "{\n providedIn: '
|
4952
|
+
"options": "{\n providedIn: 'root',\n}"
|
4166
4953
|
}
|
4167
4954
|
}
|
4168
4955
|
],
|
4169
4956
|
"children": [
|
4170
4957
|
{
|
4171
|
-
"id":
|
4958
|
+
"id": 519,
|
4172
4959
|
"name": "constructor",
|
4173
4960
|
"kind": 512,
|
4174
4961
|
"kindString": "Constructor",
|
4175
4962
|
"flags": {},
|
4176
4963
|
"sources": [
|
4177
4964
|
{
|
4178
|
-
"fileName": "projects/core/src/modules/
|
4179
|
-
"line":
|
4965
|
+
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
4966
|
+
"line": 26,
|
4180
4967
|
"character": 2
|
4181
4968
|
}
|
4182
4969
|
],
|
4183
4970
|
"signatures": [
|
4184
4971
|
{
|
4185
|
-
"id":
|
4186
|
-
"name": "new
|
4972
|
+
"id": 520,
|
4973
|
+
"name": "new SkyOverlayService",
|
4187
4974
|
"kind": 16384,
|
4188
4975
|
"kindString": "Constructor signature",
|
4189
4976
|
"flags": {},
|
4190
|
-
"parameters": [
|
4191
|
-
{
|
4192
|
-
"id":
|
4193
|
-
"name": "
|
4194
|
-
"kind": 32768,
|
4195
|
-
"kindString": "Parameter",
|
4196
|
-
"flags": {},
|
4197
|
-
"type": {
|
4198
|
-
"type": "reference",
|
4199
|
-
"
|
4200
|
-
|
4201
|
-
|
4202
|
-
|
4977
|
+
"parameters": [
|
4978
|
+
{
|
4979
|
+
"id": 521,
|
4980
|
+
"name": "applicationRef",
|
4981
|
+
"kind": 32768,
|
4982
|
+
"kindString": "Parameter",
|
4983
|
+
"flags": {},
|
4984
|
+
"type": {
|
4985
|
+
"type": "reference",
|
4986
|
+
"qualifiedName": "ApplicationRef",
|
4987
|
+
"package": "@angular/core",
|
4988
|
+
"name": "ApplicationRef"
|
4989
|
+
}
|
4990
|
+
},
|
4991
|
+
{
|
4992
|
+
"id": 522,
|
4993
|
+
"name": "componentFactoryResolver",
|
4994
|
+
"kind": 32768,
|
4995
|
+
"kindString": "Parameter",
|
4996
|
+
"flags": {},
|
4997
|
+
"type": {
|
4998
|
+
"type": "reference",
|
4999
|
+
"qualifiedName": "ComponentFactoryResolver",
|
5000
|
+
"package": "@angular/core",
|
5001
|
+
"name": "ComponentFactoryResolver"
|
5002
|
+
}
|
5003
|
+
},
|
5004
|
+
{
|
5005
|
+
"id": 523,
|
5006
|
+
"name": "injector",
|
5007
|
+
"kind": 32768,
|
5008
|
+
"kindString": "Parameter",
|
5009
|
+
"flags": {},
|
5010
|
+
"type": {
|
5011
|
+
"type": "reference",
|
5012
|
+
"qualifiedName": "Injector",
|
5013
|
+
"package": "@angular/core",
|
5014
|
+
"name": "Injector"
|
5015
|
+
}
|
5016
|
+
},
|
5017
|
+
{
|
5018
|
+
"id": 524,
|
5019
|
+
"name": "adapter",
|
5020
|
+
"kind": 32768,
|
5021
|
+
"kindString": "Parameter",
|
5022
|
+
"flags": {},
|
5023
|
+
"type": {
|
5024
|
+
"type": "reference",
|
5025
|
+
"name": "SkyOverlayAdapterService"
|
5026
|
+
}
|
5027
|
+
}
|
5028
|
+
],
|
5029
|
+
"type": {
|
5030
|
+
"type": "reference",
|
5031
|
+
"id": 517,
|
5032
|
+
"name": "SkyOverlayService"
|
5033
|
+
}
|
5034
|
+
}
|
5035
|
+
]
|
5036
|
+
},
|
5037
|
+
{
|
5038
|
+
"id": 528,
|
5039
|
+
"name": "close",
|
5040
|
+
"kind": 2048,
|
5041
|
+
"kindString": "Method",
|
5042
|
+
"flags": {
|
5043
|
+
"isPublic": true
|
5044
|
+
},
|
5045
|
+
"sources": [
|
5046
|
+
{
|
5047
|
+
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5048
|
+
"line": 64,
|
5049
|
+
"character": 9
|
5050
|
+
}
|
5051
|
+
],
|
5052
|
+
"signatures": [
|
5053
|
+
{
|
5054
|
+
"id": 529,
|
5055
|
+
"name": "close",
|
5056
|
+
"kind": 4096,
|
5057
|
+
"kindString": "Call signature",
|
5058
|
+
"flags": {},
|
5059
|
+
"comment": {
|
5060
|
+
"shortText": "Closes (and destroys) an overlay instance."
|
5061
|
+
},
|
5062
|
+
"parameters": [
|
5063
|
+
{
|
5064
|
+
"id": 530,
|
5065
|
+
"name": "instance",
|
5066
|
+
"kind": 32768,
|
5067
|
+
"kindString": "Parameter",
|
5068
|
+
"flags": {},
|
5069
|
+
"comment": {
|
5070
|
+
"shortText": "The instance to close.\n"
|
5071
|
+
},
|
5072
|
+
"type": {
|
5073
|
+
"type": "reference",
|
5074
|
+
"id": 491,
|
5075
|
+
"name": "SkyOverlayInstance"
|
5076
|
+
}
|
5077
|
+
}
|
5078
|
+
],
|
5079
|
+
"type": {
|
5080
|
+
"type": "intrinsic",
|
5081
|
+
"name": "void"
|
5082
|
+
}
|
5083
|
+
}
|
5084
|
+
]
|
5085
|
+
},
|
5086
|
+
{
|
5087
|
+
"id": 531,
|
5088
|
+
"name": "closeAll",
|
5089
|
+
"kind": 2048,
|
5090
|
+
"kindString": "Method",
|
5091
|
+
"flags": {
|
5092
|
+
"isPublic": true
|
5093
|
+
},
|
5094
|
+
"sources": [
|
5095
|
+
{
|
5096
|
+
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5097
|
+
"line": 85,
|
5098
|
+
"character": 9
|
5099
|
+
}
|
5100
|
+
],
|
5101
|
+
"signatures": [
|
5102
|
+
{
|
5103
|
+
"id": 532,
|
5104
|
+
"name": "closeAll",
|
5105
|
+
"kind": 4096,
|
5106
|
+
"kindString": "Call signature",
|
5107
|
+
"flags": {},
|
5108
|
+
"comment": {
|
5109
|
+
"shortText": "Closes all overlay instances."
|
5110
|
+
},
|
4203
5111
|
"type": {
|
4204
|
-
"type": "
|
4205
|
-
"
|
4206
|
-
"name": "SkyNumericService"
|
5112
|
+
"type": "intrinsic",
|
5113
|
+
"name": "void"
|
4207
5114
|
}
|
4208
5115
|
}
|
4209
5116
|
]
|
4210
5117
|
},
|
4211
5118
|
{
|
4212
|
-
"id":
|
4213
|
-
"name": "
|
5119
|
+
"id": 525,
|
5120
|
+
"name": "create",
|
4214
5121
|
"kind": 2048,
|
4215
5122
|
"kindString": "Method",
|
4216
5123
|
"flags": {
|
@@ -4218,55 +5125,44 @@
|
|
4218
5125
|
},
|
4219
5126
|
"sources": [
|
4220
5127
|
{
|
4221
|
-
"fileName": "projects/core/src/modules/
|
4222
|
-
"line":
|
5128
|
+
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5129
|
+
"line": 37,
|
4223
5130
|
"character": 9
|
4224
5131
|
}
|
4225
5132
|
],
|
4226
5133
|
"signatures": [
|
4227
5134
|
{
|
4228
|
-
"id":
|
4229
|
-
"name": "
|
5135
|
+
"id": 526,
|
5136
|
+
"name": "create",
|
4230
5137
|
"kind": 4096,
|
4231
5138
|
"kindString": "Call signature",
|
4232
5139
|
"flags": {},
|
4233
5140
|
"comment": {
|
4234
|
-
"shortText": "
|
5141
|
+
"shortText": "Creates an empty overlay. Use the returned `SkyOverlayInstance` to append content."
|
4235
5142
|
},
|
4236
5143
|
"parameters": [
|
4237
5144
|
{
|
4238
|
-
"id":
|
4239
|
-
"name": "
|
5145
|
+
"id": 527,
|
5146
|
+
"name": "config",
|
4240
5147
|
"kind": 32768,
|
4241
5148
|
"kindString": "Parameter",
|
4242
|
-
"flags": {
|
4243
|
-
|
4244
|
-
"shortText": "The number to format."
|
5149
|
+
"flags": {
|
5150
|
+
"isOptional": true
|
4245
5151
|
},
|
4246
|
-
"type": {
|
4247
|
-
"type": "intrinsic",
|
4248
|
-
"name": "number"
|
4249
|
-
}
|
4250
|
-
},
|
4251
|
-
{
|
4252
|
-
"id": 426,
|
4253
|
-
"name": "options",
|
4254
|
-
"kind": 32768,
|
4255
|
-
"kindString": "Parameter",
|
4256
|
-
"flags": {},
|
4257
5152
|
"comment": {
|
4258
|
-
"shortText": "
|
5153
|
+
"shortText": "Configuration for the overlay.\n"
|
4259
5154
|
},
|
4260
5155
|
"type": {
|
4261
5156
|
"type": "reference",
|
4262
|
-
"id":
|
4263
|
-
"name": "
|
5157
|
+
"id": 484,
|
5158
|
+
"name": "SkyOverlayConfig"
|
4264
5159
|
}
|
4265
5160
|
}
|
4266
5161
|
],
|
4267
5162
|
"type": {
|
4268
|
-
"type": "
|
4269
|
-
"
|
5163
|
+
"type": "reference",
|
5164
|
+
"id": 491,
|
5165
|
+
"name": "SkyOverlayInstance"
|
4270
5166
|
}
|
4271
5167
|
}
|
4272
5168
|
]
|
@@ -4277,179 +5173,92 @@
|
|
4277
5173
|
"title": "Constructors",
|
4278
5174
|
"kind": 512,
|
4279
5175
|
"children": [
|
4280
|
-
|
5176
|
+
519
|
4281
5177
|
]
|
4282
5178
|
},
|
4283
5179
|
{
|
4284
5180
|
"title": "Methods",
|
4285
5181
|
"kind": 2048,
|
4286
5182
|
"children": [
|
4287
|
-
|
5183
|
+
528,
|
5184
|
+
531,
|
5185
|
+
525
|
4288
5186
|
]
|
4289
5187
|
}
|
4290
5188
|
],
|
4291
5189
|
"sources": [
|
4292
5190
|
{
|
4293
|
-
"fileName": "projects/core/src/modules/
|
4294
|
-
"line":
|
5191
|
+
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5192
|
+
"line": 23,
|
4295
5193
|
"character": 13
|
4296
5194
|
}
|
4297
5195
|
]
|
4298
5196
|
},
|
4299
5197
|
{
|
4300
|
-
"id":
|
4301
|
-
"name": "
|
5198
|
+
"id": 545,
|
5199
|
+
"name": "SkyPercentPipe",
|
4302
5200
|
"kind": 128,
|
4303
5201
|
"kindString": "Class",
|
4304
5202
|
"flags": {},
|
4305
|
-
"
|
4306
|
-
|
4307
|
-
|
5203
|
+
"decorators": [
|
5204
|
+
{
|
5205
|
+
"name": "Pipe",
|
5206
|
+
"type": {
|
5207
|
+
"type": "reference",
|
5208
|
+
"qualifiedName": "PipeDecorator",
|
5209
|
+
"package": "@angular/core",
|
5210
|
+
"name": "Pipe"
|
5211
|
+
},
|
5212
|
+
"arguments": {
|
5213
|
+
"obj": "{\n name: 'skyPercent',\n pure: false,\n}"
|
5214
|
+
}
|
5215
|
+
}
|
5216
|
+
],
|
4308
5217
|
"children": [
|
4309
5218
|
{
|
4310
|
-
"id":
|
5219
|
+
"id": 546,
|
4311
5220
|
"name": "constructor",
|
4312
5221
|
"kind": 512,
|
4313
5222
|
"kindString": "Constructor",
|
4314
5223
|
"flags": {},
|
4315
5224
|
"sources": [
|
4316
5225
|
{
|
4317
|
-
"fileName": "projects/core/src/modules/
|
4318
|
-
"line":
|
5226
|
+
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5227
|
+
"line": 28,
|
4319
5228
|
"character": 2
|
4320
5229
|
}
|
4321
5230
|
],
|
4322
5231
|
"signatures": [
|
4323
5232
|
{
|
4324
|
-
"id":
|
4325
|
-
"name": "new
|
5233
|
+
"id": 547,
|
5234
|
+
"name": "new SkyPercentPipe",
|
4326
5235
|
"kind": 16384,
|
4327
5236
|
"kindString": "Constructor signature",
|
4328
5237
|
"flags": {},
|
4329
5238
|
"parameters": [
|
4330
5239
|
{
|
4331
|
-
"id":
|
4332
|
-
"name": "
|
4333
|
-
"kind": 32768,
|
4334
|
-
"kindString": "Parameter",
|
4335
|
-
"flags": {},
|
4336
|
-
"type": {
|
4337
|
-
"type": "reference",
|
4338
|
-
"id": 445,
|
4339
|
-
"name": "SkyOverlayConfig"
|
4340
|
-
}
|
4341
|
-
},
|
4342
|
-
{
|
4343
|
-
"id": 456,
|
4344
|
-
"name": "componentRef",
|
5240
|
+
"id": 548,
|
5241
|
+
"name": "localeProvider",
|
4345
5242
|
"kind": 32768,
|
4346
5243
|
"kindString": "Parameter",
|
4347
5244
|
"flags": {},
|
4348
5245
|
"type": {
|
4349
5246
|
"type": "reference",
|
4350
|
-
"
|
4351
|
-
{
|
4352
|
-
"type": "reference",
|
4353
|
-
"name": "SkyOverlayComponent"
|
4354
|
-
}
|
4355
|
-
],
|
4356
|
-
"qualifiedName": "ComponentRef",
|
4357
|
-
"package": "@angular/core",
|
4358
|
-
"name": "ComponentRef"
|
5247
|
+
"name": "SkyAppLocaleProvider"
|
4359
5248
|
}
|
4360
5249
|
}
|
4361
5250
|
],
|
4362
5251
|
"type": {
|
4363
5252
|
"type": "reference",
|
4364
|
-
"id":
|
4365
|
-
"name": "
|
4366
|
-
}
|
4367
|
-
}
|
4368
|
-
]
|
4369
|
-
},
|
4370
|
-
{
|
4371
|
-
"id": 457,
|
4372
|
-
"name": "backdropClick",
|
4373
|
-
"kind": 262144,
|
4374
|
-
"kindString": "Accessor",
|
4375
|
-
"flags": {
|
4376
|
-
"isPublic": true
|
4377
|
-
},
|
4378
|
-
"sources": [
|
4379
|
-
{
|
4380
|
-
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4381
|
-
"line": 16,
|
4382
|
-
"character": 13
|
4383
|
-
}
|
4384
|
-
],
|
4385
|
-
"getSignature": [
|
4386
|
-
{
|
4387
|
-
"id": 458,
|
4388
|
-
"name": "backdropClick",
|
4389
|
-
"kind": 524288,
|
4390
|
-
"kindString": "Get signature",
|
4391
|
-
"flags": {},
|
4392
|
-
"comment": {
|
4393
|
-
"shortText": "Emits when the overlay is clicked (but not its content)."
|
4394
|
-
},
|
4395
|
-
"type": {
|
4396
|
-
"type": "reference",
|
4397
|
-
"typeArguments": [
|
4398
|
-
{
|
4399
|
-
"type": "intrinsic",
|
4400
|
-
"name": "void"
|
4401
|
-
}
|
4402
|
-
],
|
4403
|
-
"qualifiedName": "Observable",
|
4404
|
-
"package": "rxjs",
|
4405
|
-
"name": "Observable"
|
4406
|
-
}
|
4407
|
-
}
|
4408
|
-
]
|
4409
|
-
},
|
4410
|
-
{
|
4411
|
-
"id": 459,
|
4412
|
-
"name": "closed",
|
4413
|
-
"kind": 262144,
|
4414
|
-
"kindString": "Accessor",
|
4415
|
-
"flags": {
|
4416
|
-
"isPublic": true
|
4417
|
-
},
|
4418
|
-
"sources": [
|
4419
|
-
{
|
4420
|
-
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4421
|
-
"line": 23,
|
4422
|
-
"character": 13
|
4423
|
-
}
|
4424
|
-
],
|
4425
|
-
"getSignature": [
|
4426
|
-
{
|
4427
|
-
"id": 460,
|
4428
|
-
"name": "closed",
|
4429
|
-
"kind": 524288,
|
4430
|
-
"kindString": "Get signature",
|
4431
|
-
"flags": {},
|
4432
|
-
"comment": {
|
4433
|
-
"shortText": "Emits after the overlay is closed."
|
4434
|
-
},
|
4435
|
-
"type": {
|
4436
|
-
"type": "reference",
|
4437
|
-
"typeArguments": [
|
4438
|
-
{
|
4439
|
-
"type": "intrinsic",
|
4440
|
-
"name": "void"
|
4441
|
-
}
|
4442
|
-
],
|
4443
|
-
"qualifiedName": "Observable",
|
4444
|
-
"package": "rxjs",
|
4445
|
-
"name": "Observable"
|
5253
|
+
"id": 545,
|
5254
|
+
"name": "SkyPercentPipe"
|
4446
5255
|
}
|
4447
5256
|
}
|
4448
5257
|
]
|
4449
5258
|
},
|
4450
5259
|
{
|
4451
|
-
"id":
|
4452
|
-
"name": "
|
5260
|
+
"id": 556,
|
5261
|
+
"name": "ngOnDestroy",
|
4453
5262
|
"kind": 2048,
|
4454
5263
|
"kindString": "Method",
|
4455
5264
|
"flags": {
|
@@ -4457,87 +5266,36 @@
|
|
4457
5266
|
},
|
4458
5267
|
"sources": [
|
4459
5268
|
{
|
4460
|
-
"fileName": "projects/core/src/modules/
|
4461
|
-
"line":
|
5269
|
+
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5270
|
+
"line": 38,
|
4462
5271
|
"character": 9
|
4463
5272
|
}
|
4464
5273
|
],
|
4465
5274
|
"signatures": [
|
4466
5275
|
{
|
4467
|
-
"id":
|
4468
|
-
"name": "
|
4469
|
-
"kind": 4096,
|
4470
|
-
"kindString": "Call signature",
|
4471
|
-
"flags": {},
|
4472
|
-
"comment": {
|
4473
|
-
"shortText": "Creates and attaches a component to the overlay."
|
4474
|
-
},
|
4475
|
-
"typeParameter": [
|
4476
|
-
{
|
4477
|
-
"id": 467,
|
4478
|
-
"name": "C",
|
4479
|
-
"kind": 131072,
|
4480
|
-
"kindString": "Type parameter",
|
4481
|
-
"flags": {}
|
4482
|
-
}
|
4483
|
-
],
|
4484
|
-
"parameters": [
|
4485
|
-
{
|
4486
|
-
"id": 468,
|
4487
|
-
"name": "component",
|
4488
|
-
"kind": 32768,
|
4489
|
-
"kindString": "Parameter",
|
4490
|
-
"flags": {},
|
4491
|
-
"comment": {
|
4492
|
-
"shortText": "The component to attach."
|
4493
|
-
},
|
4494
|
-
"type": {
|
4495
|
-
"type": "reference",
|
4496
|
-
"typeArguments": [
|
4497
|
-
{
|
4498
|
-
"type": "reference",
|
4499
|
-
"id": 467,
|
4500
|
-
"name": "C"
|
4501
|
-
}
|
4502
|
-
],
|
4503
|
-
"qualifiedName": "Type",
|
4504
|
-
"package": "@angular/core",
|
4505
|
-
"name": "Type"
|
4506
|
-
}
|
4507
|
-
},
|
4508
|
-
{
|
4509
|
-
"id": 469,
|
4510
|
-
"name": "providers",
|
4511
|
-
"kind": 32768,
|
4512
|
-
"kindString": "Parameter",
|
4513
|
-
"flags": {
|
4514
|
-
"isOptional": true
|
4515
|
-
},
|
4516
|
-
"comment": {
|
4517
|
-
"shortText": "Custom providers to apply to the component.\n"
|
4518
|
-
},
|
4519
|
-
"type": {
|
4520
|
-
"type": "array",
|
4521
|
-
"elementType": {
|
4522
|
-
"type": "reference",
|
4523
|
-
"qualifiedName": "StaticProvider",
|
4524
|
-
"package": "@angular/core",
|
4525
|
-
"name": "StaticProvider"
|
4526
|
-
}
|
4527
|
-
}
|
4528
|
-
}
|
4529
|
-
],
|
5276
|
+
"id": 557,
|
5277
|
+
"name": "ngOnDestroy",
|
5278
|
+
"kind": 4096,
|
5279
|
+
"kindString": "Call signature",
|
5280
|
+
"flags": {},
|
4530
5281
|
"type": {
|
5282
|
+
"type": "intrinsic",
|
5283
|
+
"name": "void"
|
5284
|
+
},
|
5285
|
+
"implementationOf": {
|
4531
5286
|
"type": "reference",
|
4532
|
-
"
|
4533
|
-
"name": "C"
|
5287
|
+
"name": "OnDestroy.ngOnDestroy"
|
4534
5288
|
}
|
4535
5289
|
}
|
4536
|
-
]
|
5290
|
+
],
|
5291
|
+
"implementationOf": {
|
5292
|
+
"type": "reference",
|
5293
|
+
"name": "OnDestroy.ngOnDestroy"
|
5294
|
+
}
|
4537
5295
|
},
|
4538
5296
|
{
|
4539
|
-
"id":
|
4540
|
-
"name": "
|
5297
|
+
"id": 558,
|
5298
|
+
"name": "transform",
|
4541
5299
|
"kind": 2048,
|
4542
5300
|
"kindString": "Method",
|
4543
5301
|
"flags": {
|
@@ -4545,78 +5303,71 @@
|
|
4545
5303
|
},
|
4546
5304
|
"sources": [
|
4547
5305
|
{
|
4548
|
-
"fileName": "projects/core/src/modules/
|
4549
|
-
"line":
|
5306
|
+
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5307
|
+
"line": 43,
|
4550
5308
|
"character": 9
|
4551
5309
|
}
|
4552
5310
|
],
|
4553
5311
|
"signatures": [
|
4554
5312
|
{
|
4555
|
-
"id":
|
4556
|
-
"name": "
|
5313
|
+
"id": 559,
|
5314
|
+
"name": "transform",
|
4557
5315
|
"kind": 4096,
|
4558
5316
|
"kindString": "Call signature",
|
4559
5317
|
"flags": {},
|
4560
|
-
"comment": {
|
4561
|
-
"shortText": "Attaches a `TemplateRef` to the overlay."
|
4562
|
-
},
|
4563
|
-
"typeParameter": [
|
4564
|
-
{
|
4565
|
-
"id": 472,
|
4566
|
-
"name": "T",
|
4567
|
-
"kind": 131072,
|
4568
|
-
"kindString": "Type parameter",
|
4569
|
-
"flags": {}
|
4570
|
-
}
|
4571
|
-
],
|
4572
5318
|
"parameters": [
|
4573
5319
|
{
|
4574
|
-
"id":
|
4575
|
-
"name": "
|
5320
|
+
"id": 560,
|
5321
|
+
"name": "value",
|
4576
5322
|
"kind": 32768,
|
4577
5323
|
"kindString": "Parameter",
|
4578
5324
|
"flags": {},
|
4579
|
-
"comment": {
|
4580
|
-
"shortText": "The `TemplateRef` to attach."
|
4581
|
-
},
|
4582
5325
|
"type": {
|
4583
|
-
"type": "
|
4584
|
-
"
|
4585
|
-
{
|
4586
|
-
"type": "reference",
|
4587
|
-
"id": 472,
|
4588
|
-
"name": "T"
|
4589
|
-
}
|
4590
|
-
],
|
4591
|
-
"qualifiedName": "TemplateRef",
|
4592
|
-
"package": "@angular/core",
|
4593
|
-
"name": "TemplateRef"
|
5326
|
+
"type": "intrinsic",
|
5327
|
+
"name": "string"
|
4594
5328
|
}
|
4595
5329
|
},
|
4596
5330
|
{
|
4597
|
-
"id":
|
4598
|
-
"name": "
|
5331
|
+
"id": 561,
|
5332
|
+
"name": "format",
|
4599
5333
|
"kind": 32768,
|
4600
5334
|
"kindString": "Parameter",
|
4601
5335
|
"flags": {
|
4602
5336
|
"isOptional": true
|
4603
5337
|
},
|
4604
|
-
"
|
4605
|
-
"
|
5338
|
+
"type": {
|
5339
|
+
"type": "intrinsic",
|
5340
|
+
"name": "string"
|
5341
|
+
}
|
5342
|
+
},
|
5343
|
+
{
|
5344
|
+
"id": 562,
|
5345
|
+
"name": "locale",
|
5346
|
+
"kind": 32768,
|
5347
|
+
"kindString": "Parameter",
|
5348
|
+
"flags": {
|
5349
|
+
"isOptional": true
|
4606
5350
|
},
|
4607
5351
|
"type": {
|
4608
|
-
"type": "
|
4609
|
-
"
|
4610
|
-
"name": "T"
|
5352
|
+
"type": "intrinsic",
|
5353
|
+
"name": "string"
|
4611
5354
|
}
|
4612
5355
|
}
|
4613
5356
|
],
|
4614
5357
|
"type": {
|
4615
5358
|
"type": "intrinsic",
|
4616
|
-
"name": "
|
5359
|
+
"name": "string"
|
5360
|
+
},
|
5361
|
+
"implementationOf": {
|
5362
|
+
"type": "reference",
|
5363
|
+
"name": "PipeTransform.transform"
|
4617
5364
|
}
|
4618
5365
|
}
|
4619
|
-
]
|
5366
|
+
],
|
5367
|
+
"implementationOf": {
|
5368
|
+
"type": "reference",
|
5369
|
+
"name": "PipeTransform.transform"
|
5370
|
+
}
|
4620
5371
|
}
|
4621
5372
|
],
|
4622
5373
|
"groups": [
|
@@ -4624,45 +5375,43 @@
|
|
4624
5375
|
"title": "Constructors",
|
4625
5376
|
"kind": 512,
|
4626
5377
|
"children": [
|
4627
|
-
|
4628
|
-
]
|
4629
|
-
},
|
4630
|
-
{
|
4631
|
-
"title": "Properties",
|
4632
|
-
"kind": 1024,
|
4633
|
-
"children": [
|
4634
|
-
464,
|
4635
|
-
463
|
4636
|
-
]
|
4637
|
-
},
|
4638
|
-
{
|
4639
|
-
"title": "Accessors",
|
4640
|
-
"kind": 262144,
|
4641
|
-
"children": [
|
4642
|
-
457,
|
4643
|
-
459
|
5378
|
+
546
|
4644
5379
|
]
|
4645
5380
|
},
|
4646
5381
|
{
|
4647
5382
|
"title": "Methods",
|
4648
5383
|
"kind": 2048,
|
4649
5384
|
"children": [
|
4650
|
-
|
4651
|
-
|
5385
|
+
556,
|
5386
|
+
558
|
4652
5387
|
]
|
4653
5388
|
}
|
4654
5389
|
],
|
4655
5390
|
"sources": [
|
4656
5391
|
{
|
4657
|
-
"fileName": "projects/core/src/modules/
|
4658
|
-
"line":
|
5392
|
+
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5393
|
+
"line": 13,
|
4659
5394
|
"character": 13
|
4660
5395
|
}
|
5396
|
+
],
|
5397
|
+
"implementedTypes": [
|
5398
|
+
{
|
5399
|
+
"type": "reference",
|
5400
|
+
"qualifiedName": "OnDestroy",
|
5401
|
+
"package": "@angular/core",
|
5402
|
+
"name": "OnDestroy"
|
5403
|
+
},
|
5404
|
+
{
|
5405
|
+
"type": "reference",
|
5406
|
+
"qualifiedName": "PipeTransform",
|
5407
|
+
"package": "@angular/core",
|
5408
|
+
"name": "PipeTransform"
|
5409
|
+
}
|
4661
5410
|
]
|
4662
5411
|
},
|
4663
5412
|
{
|
4664
|
-
"id":
|
4665
|
-
"name": "
|
5413
|
+
"id": 542,
|
5414
|
+
"name": "SkyPercentPipeModule",
|
4666
5415
|
"kind": 128,
|
4667
5416
|
"kindString": "Class",
|
4668
5417
|
"flags": {},
|
@@ -4676,7 +5425,7 @@
|
|
4676
5425
|
"name": "NgModule"
|
4677
5426
|
},
|
4678
5427
|
"arguments": {
|
4679
|
-
"obj": "{\n imports: [CommonModule],\n
|
5428
|
+
"obj": "{\n declarations: [SkyPercentPipe],\n providers: [SkyPercentPipe],\n imports: [CommonModule, SkyCoreResourcesModule],\n exports: [SkyPercentPipe],\n}"
|
4680
5429
|
}
|
4681
5430
|
}
|
4682
5431
|
],
|
@@ -4686,32 +5435,26 @@
|
|
4686
5435
|
"title": "Constructors",
|
4687
5436
|
"kind": 512,
|
4688
5437
|
"children": [
|
4689
|
-
|
5438
|
+
543
|
4690
5439
|
]
|
4691
5440
|
}
|
4692
5441
|
],
|
4693
5442
|
"sources": [
|
4694
5443
|
{
|
4695
|
-
"fileName": "projects/core/src/modules/
|
4696
|
-
"line":
|
5444
|
+
"fileName": "projects/core/src/modules/percent-pipe/percent-pipe.module.ts",
|
5445
|
+
"line": 14,
|
4697
5446
|
"character": 13
|
4698
5447
|
}
|
4699
5448
|
]
|
4700
5449
|
},
|
4701
5450
|
{
|
4702
|
-
"id":
|
4703
|
-
"name": "
|
5451
|
+
"id": 582,
|
5452
|
+
"name": "SkyResizeObserverMediaQueryService",
|
4704
5453
|
"kind": 128,
|
4705
5454
|
"kindString": "Class",
|
4706
5455
|
"flags": {},
|
4707
5456
|
"comment": {
|
4708
|
-
"shortText": "
|
4709
|
-
"tags": [
|
4710
|
-
{
|
4711
|
-
"tag": "dynamic",
|
4712
|
-
"text": "\n"
|
4713
|
-
}
|
4714
|
-
]
|
5457
|
+
"shortText": "Acts like `SkyMediaQueryService` for a container element, emitting the same responsive breakpoints."
|
4715
5458
|
},
|
4716
5459
|
"decorators": [
|
4717
5460
|
{
|
@@ -4723,94 +5466,89 @@
|
|
4723
5466
|
"name": "Injectable"
|
4724
5467
|
},
|
4725
5468
|
"arguments": {
|
4726
|
-
"options": "{\n providedIn: '
|
5469
|
+
"options": "{\n providedIn: 'any',\n}"
|
4727
5470
|
}
|
4728
5471
|
}
|
4729
5472
|
],
|
4730
5473
|
"children": [
|
4731
5474
|
{
|
4732
|
-
"id":
|
5475
|
+
"id": 583,
|
4733
5476
|
"name": "constructor",
|
4734
5477
|
"kind": 512,
|
4735
5478
|
"kindString": "Constructor",
|
4736
5479
|
"flags": {},
|
4737
5480
|
"sources": [
|
4738
5481
|
{
|
4739
|
-
"fileName": "projects/core/src/modules/
|
4740
|
-
"line":
|
5482
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5483
|
+
"line": 53,
|
4741
5484
|
"character": 2
|
4742
5485
|
}
|
4743
5486
|
],
|
4744
5487
|
"signatures": [
|
4745
5488
|
{
|
4746
|
-
"id":
|
4747
|
-
"name": "new
|
5489
|
+
"id": 584,
|
5490
|
+
"name": "new SkyResizeObserverMediaQueryService",
|
4748
5491
|
"kind": 16384,
|
4749
5492
|
"kindString": "Constructor signature",
|
4750
5493
|
"flags": {},
|
4751
5494
|
"parameters": [
|
4752
5495
|
{
|
4753
|
-
"id":
|
4754
|
-
"name": "
|
4755
|
-
"kind": 32768,
|
4756
|
-
"kindString": "Parameter",
|
4757
|
-
"flags": {},
|
4758
|
-
"type": {
|
4759
|
-
"type": "reference",
|
4760
|
-
"qualifiedName": "ApplicationRef",
|
4761
|
-
"package": "@angular/core",
|
4762
|
-
"name": "ApplicationRef"
|
4763
|
-
}
|
4764
|
-
},
|
4765
|
-
{
|
4766
|
-
"id": 483,
|
4767
|
-
"name": "componentFactoryResolver",
|
4768
|
-
"kind": 32768,
|
4769
|
-
"kindString": "Parameter",
|
4770
|
-
"flags": {},
|
4771
|
-
"type": {
|
4772
|
-
"type": "reference",
|
4773
|
-
"qualifiedName": "ComponentFactoryResolver",
|
4774
|
-
"package": "@angular/core",
|
4775
|
-
"name": "ComponentFactoryResolver"
|
4776
|
-
}
|
4777
|
-
},
|
4778
|
-
{
|
4779
|
-
"id": 484,
|
4780
|
-
"name": "injector",
|
4781
|
-
"kind": 32768,
|
4782
|
-
"kindString": "Parameter",
|
4783
|
-
"flags": {},
|
4784
|
-
"type": {
|
4785
|
-
"type": "reference",
|
4786
|
-
"qualifiedName": "Injector",
|
4787
|
-
"package": "@angular/core",
|
4788
|
-
"name": "Injector"
|
4789
|
-
}
|
4790
|
-
},
|
4791
|
-
{
|
4792
|
-
"id": 485,
|
4793
|
-
"name": "adapter",
|
5496
|
+
"id": 585,
|
5497
|
+
"name": "resizeObserverService",
|
4794
5498
|
"kind": 32768,
|
4795
5499
|
"kindString": "Parameter",
|
4796
5500
|
"flags": {},
|
4797
5501
|
"type": {
|
4798
5502
|
"type": "reference",
|
4799
|
-
"
|
5503
|
+
"id": 565,
|
5504
|
+
"name": "SkyResizeObserverService"
|
4800
5505
|
}
|
4801
5506
|
}
|
4802
5507
|
],
|
4803
5508
|
"type": {
|
4804
5509
|
"type": "reference",
|
4805
|
-
"id":
|
4806
|
-
"name": "
|
5510
|
+
"id": 582,
|
5511
|
+
"name": "SkyResizeObserverMediaQueryService"
|
4807
5512
|
}
|
4808
5513
|
}
|
4809
5514
|
]
|
4810
5515
|
},
|
4811
5516
|
{
|
4812
|
-
"id":
|
4813
|
-
"name": "
|
5517
|
+
"id": 586,
|
5518
|
+
"name": "current",
|
5519
|
+
"kind": 262144,
|
5520
|
+
"kindString": "Accessor",
|
5521
|
+
"flags": {
|
5522
|
+
"isPublic": true
|
5523
|
+
},
|
5524
|
+
"sources": [
|
5525
|
+
{
|
5526
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5527
|
+
"line": 21,
|
5528
|
+
"character": 13
|
5529
|
+
}
|
5530
|
+
],
|
5531
|
+
"getSignature": [
|
5532
|
+
{
|
5533
|
+
"id": 587,
|
5534
|
+
"name": "current",
|
5535
|
+
"kind": 524288,
|
5536
|
+
"kindString": "Get signature",
|
5537
|
+
"flags": {},
|
5538
|
+
"comment": {
|
5539
|
+
"shortText": "Returns the current breakpoint."
|
5540
|
+
},
|
5541
|
+
"type": {
|
5542
|
+
"type": "reference",
|
5543
|
+
"id": 353,
|
5544
|
+
"name": "SkyMediaBreakpoints"
|
5545
|
+
}
|
5546
|
+
}
|
5547
|
+
]
|
5548
|
+
},
|
5549
|
+
{
|
5550
|
+
"id": 598,
|
5551
|
+
"name": "ngOnDestroy",
|
4814
5552
|
"kind": 2048,
|
4815
5553
|
"kindString": "Method",
|
4816
5554
|
"flags": {
|
@@ -4818,48 +5556,90 @@
|
|
4818
5556
|
},
|
4819
5557
|
"sources": [
|
4820
5558
|
{
|
4821
|
-
"fileName": "projects/core/src/modules/
|
4822
|
-
"line":
|
5559
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5560
|
+
"line": 60,
|
4823
5561
|
"character": 9
|
4824
5562
|
}
|
4825
5563
|
],
|
4826
5564
|
"signatures": [
|
4827
5565
|
{
|
4828
|
-
"id":
|
4829
|
-
"name": "
|
5566
|
+
"id": 599,
|
5567
|
+
"name": "ngOnDestroy",
|
5568
|
+
"kind": 4096,
|
5569
|
+
"kindString": "Call signature",
|
5570
|
+
"flags": {},
|
5571
|
+
"type": {
|
5572
|
+
"type": "intrinsic",
|
5573
|
+
"name": "void"
|
5574
|
+
},
|
5575
|
+
"implementationOf": {
|
5576
|
+
"type": "reference",
|
5577
|
+
"name": "OnDestroy.ngOnDestroy"
|
5578
|
+
}
|
5579
|
+
}
|
5580
|
+
],
|
5581
|
+
"implementationOf": {
|
5582
|
+
"type": "reference",
|
5583
|
+
"name": "OnDestroy.ngOnDestroy"
|
5584
|
+
}
|
5585
|
+
},
|
5586
|
+
{
|
5587
|
+
"id": 602,
|
5588
|
+
"name": "observe",
|
5589
|
+
"kind": 2048,
|
5590
|
+
"kindString": "Method",
|
5591
|
+
"flags": {
|
5592
|
+
"isPublic": true
|
5593
|
+
},
|
5594
|
+
"sources": [
|
5595
|
+
{
|
5596
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5597
|
+
"line": 78,
|
5598
|
+
"character": 9
|
5599
|
+
}
|
5600
|
+
],
|
5601
|
+
"signatures": [
|
5602
|
+
{
|
5603
|
+
"id": 603,
|
5604
|
+
"name": "observe",
|
4830
5605
|
"kind": 4096,
|
4831
5606
|
"kindString": "Call signature",
|
4832
5607
|
"flags": {},
|
4833
5608
|
"comment": {
|
4834
|
-
"shortText": "
|
5609
|
+
"shortText": "Sets the container element to watch. The `SkyResizeObserverMediaQueryService` will only observe one element at a\ntime. Any previous subscriptions will be unsubscribed when a new element is observed."
|
4835
5610
|
},
|
4836
5611
|
"parameters": [
|
4837
5612
|
{
|
4838
|
-
"id":
|
4839
|
-
"name": "
|
5613
|
+
"id": 604,
|
5614
|
+
"name": "element",
|
4840
5615
|
"kind": 32768,
|
4841
5616
|
"kindString": "Parameter",
|
4842
5617
|
"flags": {},
|
4843
|
-
"comment": {
|
4844
|
-
"shortText": "The instance to close.\n"
|
4845
|
-
},
|
4846
5618
|
"type": {
|
4847
5619
|
"type": "reference",
|
4848
|
-
"
|
4849
|
-
|
5620
|
+
"typeArguments": [
|
5621
|
+
{
|
5622
|
+
"type": "intrinsic",
|
5623
|
+
"name": "any"
|
5624
|
+
}
|
5625
|
+
],
|
5626
|
+
"qualifiedName": "ElementRef",
|
5627
|
+
"package": "@angular/core",
|
5628
|
+
"name": "ElementRef"
|
4850
5629
|
}
|
4851
5630
|
}
|
4852
5631
|
],
|
4853
5632
|
"type": {
|
4854
|
-
"type": "
|
4855
|
-
"
|
5633
|
+
"type": "reference",
|
5634
|
+
"id": 582,
|
5635
|
+
"name": "SkyResizeObserverMediaQueryService"
|
4856
5636
|
}
|
4857
5637
|
}
|
4858
5638
|
]
|
4859
5639
|
},
|
4860
5640
|
{
|
4861
|
-
"id":
|
4862
|
-
"name": "
|
5641
|
+
"id": 607,
|
5642
|
+
"name": "subscribe",
|
4863
5643
|
"kind": 2048,
|
4864
5644
|
"kindString": "Method",
|
4865
5645
|
"flags": {
|
@@ -4867,31 +5647,47 @@
|
|
4867
5647
|
},
|
4868
5648
|
"sources": [
|
4869
5649
|
{
|
4870
|
-
"fileName": "projects/core/src/modules/
|
4871
|
-
"line":
|
5650
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5651
|
+
"line": 114,
|
4872
5652
|
"character": 9
|
4873
5653
|
}
|
4874
5654
|
],
|
4875
5655
|
"signatures": [
|
4876
5656
|
{
|
4877
|
-
"id":
|
4878
|
-
"name": "
|
5657
|
+
"id": 608,
|
5658
|
+
"name": "subscribe",
|
4879
5659
|
"kind": 4096,
|
4880
5660
|
"kindString": "Call signature",
|
4881
5661
|
"flags": {},
|
4882
5662
|
"comment": {
|
4883
|
-
"shortText": "
|
5663
|
+
"shortText": "Subscribes to element size changes that cross breakpoints."
|
4884
5664
|
},
|
5665
|
+
"parameters": [
|
5666
|
+
{
|
5667
|
+
"id": 609,
|
5668
|
+
"name": "listener",
|
5669
|
+
"kind": 32768,
|
5670
|
+
"kindString": "Parameter",
|
5671
|
+
"flags": {},
|
5672
|
+
"type": {
|
5673
|
+
"type": "reference",
|
5674
|
+
"id": 358,
|
5675
|
+
"name": "SkyMediaQueryListener"
|
5676
|
+
}
|
5677
|
+
}
|
5678
|
+
],
|
4885
5679
|
"type": {
|
4886
|
-
"type": "
|
4887
|
-
"
|
5680
|
+
"type": "reference",
|
5681
|
+
"qualifiedName": "Subscription",
|
5682
|
+
"package": "rxjs",
|
5683
|
+
"name": "Subscription"
|
4888
5684
|
}
|
4889
5685
|
}
|
4890
5686
|
]
|
4891
5687
|
},
|
4892
5688
|
{
|
4893
|
-
"id":
|
4894
|
-
"name": "
|
5689
|
+
"id": 605,
|
5690
|
+
"name": "unobserve",
|
4895
5691
|
"kind": 2048,
|
4896
5692
|
"kindString": "Method",
|
4897
5693
|
"flags": {
|
@@ -4899,44 +5695,24 @@
|
|
4899
5695
|
},
|
4900
5696
|
"sources": [
|
4901
5697
|
{
|
4902
|
-
"fileName": "projects/core/src/modules/
|
4903
|
-
"line":
|
5698
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5699
|
+
"line": 107,
|
4904
5700
|
"character": 9
|
4905
5701
|
}
|
4906
5702
|
],
|
4907
5703
|
"signatures": [
|
4908
5704
|
{
|
4909
|
-
"id":
|
4910
|
-
"name": "
|
5705
|
+
"id": 606,
|
5706
|
+
"name": "unobserve",
|
4911
5707
|
"kind": 4096,
|
4912
5708
|
"kindString": "Call signature",
|
4913
5709
|
"flags": {},
|
4914
5710
|
"comment": {
|
4915
|
-
"shortText": "
|
5711
|
+
"shortText": "Stop watching the container element."
|
4916
5712
|
},
|
4917
|
-
"parameters": [
|
4918
|
-
{
|
4919
|
-
"id": 488,
|
4920
|
-
"name": "config",
|
4921
|
-
"kind": 32768,
|
4922
|
-
"kindString": "Parameter",
|
4923
|
-
"flags": {
|
4924
|
-
"isOptional": true
|
4925
|
-
},
|
4926
|
-
"comment": {
|
4927
|
-
"shortText": "Configuration for the overlay.\n"
|
4928
|
-
},
|
4929
|
-
"type": {
|
4930
|
-
"type": "reference",
|
4931
|
-
"id": 445,
|
4932
|
-
"name": "SkyOverlayConfig"
|
4933
|
-
}
|
4934
|
-
}
|
4935
|
-
],
|
4936
5713
|
"type": {
|
4937
|
-
"type": "
|
4938
|
-
"
|
4939
|
-
"name": "SkyOverlayInstance"
|
5714
|
+
"type": "intrinsic",
|
5715
|
+
"name": "void"
|
4940
5716
|
}
|
4941
5717
|
}
|
4942
5718
|
]
|
@@ -4947,91 +5723,112 @@
|
|
4947
5723
|
"title": "Constructors",
|
4948
5724
|
"kind": 512,
|
4949
5725
|
"children": [
|
4950
|
-
|
5726
|
+
583
|
5727
|
+
]
|
5728
|
+
},
|
5729
|
+
{
|
5730
|
+
"title": "Accessors",
|
5731
|
+
"kind": 262144,
|
5732
|
+
"children": [
|
5733
|
+
586
|
4951
5734
|
]
|
4952
5735
|
},
|
4953
5736
|
{
|
4954
5737
|
"title": "Methods",
|
4955
5738
|
"kind": 2048,
|
4956
5739
|
"children": [
|
4957
|
-
|
4958
|
-
|
4959
|
-
|
5740
|
+
598,
|
5741
|
+
602,
|
5742
|
+
607,
|
5743
|
+
605
|
4960
5744
|
]
|
4961
5745
|
}
|
4962
5746
|
],
|
4963
5747
|
"sources": [
|
4964
5748
|
{
|
4965
|
-
"fileName": "projects/core/src/modules/
|
4966
|
-
"line":
|
5749
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5750
|
+
"line": 17,
|
4967
5751
|
"character": 13
|
4968
5752
|
}
|
5753
|
+
],
|
5754
|
+
"implementedTypes": [
|
5755
|
+
{
|
5756
|
+
"type": "reference",
|
5757
|
+
"qualifiedName": "OnDestroy",
|
5758
|
+
"package": "@angular/core",
|
5759
|
+
"name": "OnDestroy"
|
5760
|
+
}
|
4969
5761
|
]
|
4970
5762
|
},
|
4971
5763
|
{
|
4972
|
-
"id":
|
4973
|
-
"name": "
|
5764
|
+
"id": 565,
|
5765
|
+
"name": "SkyResizeObserverService",
|
4974
5766
|
"kind": 128,
|
4975
5767
|
"kindString": "Class",
|
4976
5768
|
"flags": {},
|
5769
|
+
"comment": {
|
5770
|
+
"shortText": "Service to create rxjs observables for changes to the content box dimensions of elements."
|
5771
|
+
},
|
4977
5772
|
"decorators": [
|
4978
5773
|
{
|
4979
|
-
"name": "
|
5774
|
+
"name": "Injectable",
|
4980
5775
|
"type": {
|
4981
5776
|
"type": "reference",
|
4982
|
-
"qualifiedName": "
|
5777
|
+
"qualifiedName": "InjectableDecorator",
|
4983
5778
|
"package": "@angular/core",
|
4984
|
-
"name": "
|
5779
|
+
"name": "Injectable"
|
4985
5780
|
},
|
4986
5781
|
"arguments": {
|
4987
|
-
"
|
5782
|
+
"options": "{\n providedIn: 'any',\n}"
|
4988
5783
|
}
|
4989
5784
|
}
|
4990
5785
|
],
|
4991
5786
|
"children": [
|
4992
5787
|
{
|
4993
|
-
"id":
|
5788
|
+
"id": 566,
|
4994
5789
|
"name": "constructor",
|
4995
5790
|
"kind": 512,
|
4996
5791
|
"kindString": "Constructor",
|
4997
5792
|
"flags": {},
|
4998
5793
|
"sources": [
|
4999
5794
|
{
|
5000
|
-
"fileName": "projects/core/src/modules/
|
5001
|
-
"line":
|
5795
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5796
|
+
"line": 22,
|
5002
5797
|
"character": 2
|
5003
5798
|
}
|
5004
5799
|
],
|
5005
5800
|
"signatures": [
|
5006
5801
|
{
|
5007
|
-
"id":
|
5008
|
-
"name": "new
|
5802
|
+
"id": 567,
|
5803
|
+
"name": "new SkyResizeObserverService",
|
5009
5804
|
"kind": 16384,
|
5010
5805
|
"kindString": "Constructor signature",
|
5011
5806
|
"flags": {},
|
5012
5807
|
"parameters": [
|
5013
5808
|
{
|
5014
|
-
"id":
|
5015
|
-
"name": "
|
5809
|
+
"id": 568,
|
5810
|
+
"name": "zone",
|
5016
5811
|
"kind": 32768,
|
5017
5812
|
"kindString": "Parameter",
|
5018
5813
|
"flags": {},
|
5019
5814
|
"type": {
|
5020
5815
|
"type": "reference",
|
5021
|
-
"
|
5816
|
+
"qualifiedName": "NgZone",
|
5817
|
+
"package": "@angular/core",
|
5818
|
+
"name": "NgZone"
|
5022
5819
|
}
|
5023
5820
|
}
|
5024
5821
|
],
|
5025
5822
|
"type": {
|
5026
5823
|
"type": "reference",
|
5027
|
-
"id":
|
5028
|
-
"name": "
|
5824
|
+
"id": 565,
|
5825
|
+
"name": "SkyResizeObserverService"
|
5029
5826
|
}
|
5030
5827
|
}
|
5031
5828
|
]
|
5032
5829
|
},
|
5033
5830
|
{
|
5034
|
-
"id":
|
5831
|
+
"id": 571,
|
5035
5832
|
"name": "ngOnDestroy",
|
5036
5833
|
"kind": 2048,
|
5037
5834
|
"kindString": "Method",
|
@@ -5040,14 +5837,14 @@
|
|
5040
5837
|
},
|
5041
5838
|
"sources": [
|
5042
5839
|
{
|
5043
|
-
"fileName": "projects/core/src/modules/
|
5044
|
-
"line":
|
5840
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5841
|
+
"line": 30,
|
5045
5842
|
"character": 9
|
5046
5843
|
}
|
5047
5844
|
],
|
5048
5845
|
"signatures": [
|
5049
5846
|
{
|
5050
|
-
"id":
|
5847
|
+
"id": 572,
|
5051
5848
|
"name": "ngOnDestroy",
|
5052
5849
|
"kind": 4096,
|
5053
5850
|
"kindString": "Call signature",
|
@@ -5068,8 +5865,8 @@
|
|
5068
5865
|
}
|
5069
5866
|
},
|
5070
5867
|
{
|
5071
|
-
"id":
|
5072
|
-
"name": "
|
5868
|
+
"id": 573,
|
5869
|
+
"name": "observe",
|
5073
5870
|
"kind": 2048,
|
5074
5871
|
"kindString": "Method",
|
5075
5872
|
"flags": {
|
@@ -5077,71 +5874,58 @@
|
|
5077
5874
|
},
|
5078
5875
|
"sources": [
|
5079
5876
|
{
|
5080
|
-
"fileName": "projects/core/src/modules/
|
5081
|
-
"line":
|
5877
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5878
|
+
"line": 37,
|
5082
5879
|
"character": 9
|
5083
5880
|
}
|
5084
5881
|
],
|
5085
5882
|
"signatures": [
|
5086
5883
|
{
|
5087
|
-
"id":
|
5088
|
-
"name": "
|
5884
|
+
"id": 574,
|
5885
|
+
"name": "observe",
|
5089
5886
|
"kind": 4096,
|
5090
5887
|
"kindString": "Call signature",
|
5091
5888
|
"flags": {},
|
5889
|
+
"comment": {
|
5890
|
+
"shortText": "Create rxjs observable to get size changes for an element ref."
|
5891
|
+
},
|
5092
5892
|
"parameters": [
|
5093
5893
|
{
|
5094
|
-
"id":
|
5095
|
-
"name": "
|
5894
|
+
"id": 575,
|
5895
|
+
"name": "element",
|
5096
5896
|
"kind": 32768,
|
5097
5897
|
"kindString": "Parameter",
|
5098
5898
|
"flags": {},
|
5099
5899
|
"type": {
|
5100
|
-
"type": "
|
5101
|
-
"
|
5102
|
-
|
5103
|
-
|
5104
|
-
|
5105
|
-
|
5106
|
-
|
5107
|
-
|
5108
|
-
|
5109
|
-
|
5110
|
-
"isOptional": true
|
5111
|
-
},
|
5112
|
-
"type": {
|
5113
|
-
"type": "intrinsic",
|
5114
|
-
"name": "string"
|
5115
|
-
}
|
5116
|
-
},
|
5117
|
-
{
|
5118
|
-
"id": 523,
|
5119
|
-
"name": "locale",
|
5120
|
-
"kind": 32768,
|
5121
|
-
"kindString": "Parameter",
|
5122
|
-
"flags": {
|
5123
|
-
"isOptional": true
|
5124
|
-
},
|
5125
|
-
"type": {
|
5126
|
-
"type": "intrinsic",
|
5127
|
-
"name": "string"
|
5900
|
+
"type": "reference",
|
5901
|
+
"typeArguments": [
|
5902
|
+
{
|
5903
|
+
"type": "intrinsic",
|
5904
|
+
"name": "any"
|
5905
|
+
}
|
5906
|
+
],
|
5907
|
+
"qualifiedName": "ElementRef",
|
5908
|
+
"package": "@angular/core",
|
5909
|
+
"name": "ElementRef"
|
5128
5910
|
}
|
5129
5911
|
}
|
5130
5912
|
],
|
5131
5913
|
"type": {
|
5132
|
-
"type": "intrinsic",
|
5133
|
-
"name": "string"
|
5134
|
-
},
|
5135
|
-
"implementationOf": {
|
5136
5914
|
"type": "reference",
|
5137
|
-
"
|
5915
|
+
"typeArguments": [
|
5916
|
+
{
|
5917
|
+
"type": "reference",
|
5918
|
+
"qualifiedName": "ResizeObserverEntry",
|
5919
|
+
"package": "typescript",
|
5920
|
+
"name": "ResizeObserverEntry"
|
5921
|
+
}
|
5922
|
+
],
|
5923
|
+
"qualifiedName": "Observable",
|
5924
|
+
"package": "rxjs",
|
5925
|
+
"name": "Observable"
|
5138
5926
|
}
|
5139
5927
|
}
|
5140
|
-
]
|
5141
|
-
"implementationOf": {
|
5142
|
-
"type": "reference",
|
5143
|
-
"name": "PipeTransform.transform"
|
5144
|
-
}
|
5928
|
+
]
|
5145
5929
|
}
|
5146
5930
|
],
|
5147
5931
|
"groups": [
|
@@ -5149,22 +5933,22 @@
|
|
5149
5933
|
"title": "Constructors",
|
5150
5934
|
"kind": 512,
|
5151
5935
|
"children": [
|
5152
|
-
|
5936
|
+
566
|
5153
5937
|
]
|
5154
5938
|
},
|
5155
5939
|
{
|
5156
5940
|
"title": "Methods",
|
5157
5941
|
"kind": 2048,
|
5158
5942
|
"children": [
|
5159
|
-
|
5160
|
-
|
5943
|
+
571,
|
5944
|
+
573
|
5161
5945
|
]
|
5162
5946
|
}
|
5163
5947
|
],
|
5164
5948
|
"sources": [
|
5165
5949
|
{
|
5166
|
-
"fileName": "projects/core/src/modules/
|
5167
|
-
"line":
|
5950
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5951
|
+
"line": 18,
|
5168
5952
|
"character": 13
|
5169
5953
|
}
|
5170
5954
|
],
|
@@ -5174,55 +5958,11 @@
|
|
5174
5958
|
"qualifiedName": "OnDestroy",
|
5175
5959
|
"package": "@angular/core",
|
5176
5960
|
"name": "OnDestroy"
|
5177
|
-
},
|
5178
|
-
{
|
5179
|
-
"type": "reference",
|
5180
|
-
"qualifiedName": "PipeTransform",
|
5181
|
-
"package": "@angular/core",
|
5182
|
-
"name": "PipeTransform"
|
5183
5961
|
}
|
5184
5962
|
]
|
5185
5963
|
},
|
5186
5964
|
{
|
5187
|
-
"id":
|
5188
|
-
"name": "SkyPercentPipeModule",
|
5189
|
-
"kind": 128,
|
5190
|
-
"kindString": "Class",
|
5191
|
-
"flags": {},
|
5192
|
-
"decorators": [
|
5193
|
-
{
|
5194
|
-
"name": "NgModule",
|
5195
|
-
"type": {
|
5196
|
-
"type": "reference",
|
5197
|
-
"qualifiedName": "NgModuleDecorator",
|
5198
|
-
"package": "@angular/core",
|
5199
|
-
"name": "NgModule"
|
5200
|
-
},
|
5201
|
-
"arguments": {
|
5202
|
-
"obj": "{\n declarations: [SkyPercentPipe],\n providers: [SkyPercentPipe],\n imports: [CommonModule, SkyCoreResourcesModule],\n exports: [SkyPercentPipe],\n}"
|
5203
|
-
}
|
5204
|
-
}
|
5205
|
-
],
|
5206
|
-
"children": [],
|
5207
|
-
"groups": [
|
5208
|
-
{
|
5209
|
-
"title": "Constructors",
|
5210
|
-
"kind": 512,
|
5211
|
-
"children": [
|
5212
|
-
504
|
5213
|
-
]
|
5214
|
-
}
|
5215
|
-
],
|
5216
|
-
"sources": [
|
5217
|
-
{
|
5218
|
-
"fileName": "projects/core/src/modules/percent-pipe/percent-pipe.module.ts",
|
5219
|
-
"line": 14,
|
5220
|
-
"character": 13
|
5221
|
-
}
|
5222
|
-
]
|
5223
|
-
},
|
5224
|
-
{
|
5225
|
-
"id": 526,
|
5965
|
+
"id": 616,
|
5226
5966
|
"name": "SkyScrollableHostService",
|
5227
5967
|
"kind": 128,
|
5228
5968
|
"kindString": "Class",
|
@@ -5243,7 +5983,7 @@
|
|
5243
5983
|
],
|
5244
5984
|
"children": [
|
5245
5985
|
{
|
5246
|
-
"id":
|
5986
|
+
"id": 617,
|
5247
5987
|
"name": "constructor",
|
5248
5988
|
"kind": 512,
|
5249
5989
|
"kindString": "Constructor",
|
@@ -5257,47 +5997,47 @@
|
|
5257
5997
|
],
|
5258
5998
|
"signatures": [
|
5259
5999
|
{
|
5260
|
-
"id":
|
6000
|
+
"id": 618,
|
5261
6001
|
"name": "new SkyScrollableHostService",
|
5262
6002
|
"kind": 16384,
|
5263
6003
|
"kindString": "Constructor signature",
|
5264
6004
|
"flags": {},
|
5265
6005
|
"parameters": [
|
5266
6006
|
{
|
5267
|
-
"id":
|
6007
|
+
"id": 619,
|
5268
6008
|
"name": "mutationObserverSvc",
|
5269
6009
|
"kind": 32768,
|
5270
6010
|
"kindString": "Parameter",
|
5271
6011
|
"flags": {},
|
5272
6012
|
"type": {
|
5273
6013
|
"type": "reference",
|
5274
|
-
"id":
|
6014
|
+
"id": 401,
|
5275
6015
|
"name": "MutationObserverService"
|
5276
6016
|
}
|
5277
6017
|
},
|
5278
6018
|
{
|
5279
|
-
"id":
|
6019
|
+
"id": 620,
|
5280
6020
|
"name": "windowRef",
|
5281
6021
|
"kind": 32768,
|
5282
6022
|
"kindString": "Parameter",
|
5283
6023
|
"flags": {},
|
5284
6024
|
"type": {
|
5285
6025
|
"type": "reference",
|
5286
|
-
"id":
|
6026
|
+
"id": 693,
|
5287
6027
|
"name": "SkyAppWindowRef"
|
5288
6028
|
}
|
5289
6029
|
}
|
5290
6030
|
],
|
5291
6031
|
"type": {
|
5292
6032
|
"type": "reference",
|
5293
|
-
"id":
|
6033
|
+
"id": 616,
|
5294
6034
|
"name": "SkyScrollableHostService"
|
5295
6035
|
}
|
5296
6036
|
}
|
5297
6037
|
]
|
5298
6038
|
},
|
5299
6039
|
{
|
5300
|
-
"id":
|
6040
|
+
"id": 621,
|
5301
6041
|
"name": "getScrollableHost",
|
5302
6042
|
"kind": 2048,
|
5303
6043
|
"kindString": "Method",
|
@@ -5313,7 +6053,7 @@
|
|
5313
6053
|
],
|
5314
6054
|
"signatures": [
|
5315
6055
|
{
|
5316
|
-
"id":
|
6056
|
+
"id": 622,
|
5317
6057
|
"name": "getScrollableHost",
|
5318
6058
|
"kind": 4096,
|
5319
6059
|
"kindString": "Call signature",
|
@@ -5324,7 +6064,7 @@
|
|
5324
6064
|
},
|
5325
6065
|
"parameters": [
|
5326
6066
|
{
|
5327
|
-
"id":
|
6067
|
+
"id": 623,
|
5328
6068
|
"name": "elementRef",
|
5329
6069
|
"kind": 32768,
|
5330
6070
|
"kindString": "Parameter",
|
@@ -5367,7 +6107,7 @@
|
|
5367
6107
|
]
|
5368
6108
|
},
|
5369
6109
|
{
|
5370
|
-
"id":
|
6110
|
+
"id": 627,
|
5371
6111
|
"name": "watchScrollableHostScrollEvents",
|
5372
6112
|
"kind": 2048,
|
5373
6113
|
"kindString": "Method",
|
@@ -5383,7 +6123,7 @@
|
|
5383
6123
|
],
|
5384
6124
|
"signatures": [
|
5385
6125
|
{
|
5386
|
-
"id":
|
6126
|
+
"id": 628,
|
5387
6127
|
"name": "watchScrollableHostScrollEvents",
|
5388
6128
|
"kind": 4096,
|
5389
6129
|
"kindString": "Call signature",
|
@@ -5394,7 +6134,7 @@
|
|
5394
6134
|
},
|
5395
6135
|
"parameters": [
|
5396
6136
|
{
|
5397
|
-
"id":
|
6137
|
+
"id": 629,
|
5398
6138
|
"name": "elementRef",
|
5399
6139
|
"kind": 32768,
|
5400
6140
|
"kindString": "Parameter",
|
@@ -5437,15 +6177,15 @@
|
|
5437
6177
|
"title": "Constructors",
|
5438
6178
|
"kind": 512,
|
5439
6179
|
"children": [
|
5440
|
-
|
6180
|
+
617
|
5441
6181
|
]
|
5442
6182
|
},
|
5443
6183
|
{
|
5444
6184
|
"title": "Methods",
|
5445
6185
|
"kind": 2048,
|
5446
6186
|
"children": [
|
5447
|
-
|
5448
|
-
|
6187
|
+
621,
|
6188
|
+
627
|
5449
6189
|
]
|
5450
6190
|
}
|
5451
6191
|
],
|
@@ -5458,7 +6198,7 @@
|
|
5458
6198
|
]
|
5459
6199
|
},
|
5460
6200
|
{
|
5461
|
-
"id":
|
6201
|
+
"id": 649,
|
5462
6202
|
"name": "SkyUIConfigService",
|
5463
6203
|
"kind": 128,
|
5464
6204
|
"kindString": "Class",
|
@@ -5479,7 +6219,7 @@
|
|
5479
6219
|
],
|
5480
6220
|
"children": [
|
5481
6221
|
{
|
5482
|
-
"id":
|
6222
|
+
"id": 652,
|
5483
6223
|
"name": "getConfig",
|
5484
6224
|
"kind": 2048,
|
5485
6225
|
"kindString": "Method",
|
@@ -5495,14 +6235,14 @@
|
|
5495
6235
|
],
|
5496
6236
|
"signatures": [
|
5497
6237
|
{
|
5498
|
-
"id":
|
6238
|
+
"id": 653,
|
5499
6239
|
"name": "getConfig",
|
5500
6240
|
"kind": 4096,
|
5501
6241
|
"kindString": "Call signature",
|
5502
6242
|
"flags": {},
|
5503
6243
|
"parameters": [
|
5504
6244
|
{
|
5505
|
-
"id":
|
6245
|
+
"id": 654,
|
5506
6246
|
"name": "key",
|
5507
6247
|
"kind": 32768,
|
5508
6248
|
"kindString": "Parameter",
|
@@ -5513,7 +6253,7 @@
|
|
5513
6253
|
}
|
5514
6254
|
},
|
5515
6255
|
{
|
5516
|
-
"id":
|
6256
|
+
"id": 655,
|
5517
6257
|
"name": "defaultConfig",
|
5518
6258
|
"kind": 32768,
|
5519
6259
|
"kindString": "Parameter",
|
@@ -5542,7 +6282,7 @@
|
|
5542
6282
|
]
|
5543
6283
|
},
|
5544
6284
|
{
|
5545
|
-
"id":
|
6285
|
+
"id": 656,
|
5546
6286
|
"name": "setConfig",
|
5547
6287
|
"kind": 2048,
|
5548
6288
|
"kindString": "Method",
|
@@ -5558,14 +6298,14 @@
|
|
5558
6298
|
],
|
5559
6299
|
"signatures": [
|
5560
6300
|
{
|
5561
|
-
"id":
|
6301
|
+
"id": 657,
|
5562
6302
|
"name": "setConfig",
|
5563
6303
|
"kind": 4096,
|
5564
6304
|
"kindString": "Call signature",
|
5565
6305
|
"flags": {},
|
5566
6306
|
"parameters": [
|
5567
6307
|
{
|
5568
|
-
"id":
|
6308
|
+
"id": 658,
|
5569
6309
|
"name": "key",
|
5570
6310
|
"kind": 32768,
|
5571
6311
|
"kindString": "Parameter",
|
@@ -5576,7 +6316,7 @@
|
|
5576
6316
|
}
|
5577
6317
|
},
|
5578
6318
|
{
|
5579
|
-
"id":
|
6319
|
+
"id": 659,
|
5580
6320
|
"name": "value",
|
5581
6321
|
"kind": 32768,
|
5582
6322
|
"kindString": "Parameter",
|
@@ -5608,15 +6348,15 @@
|
|
5608
6348
|
"title": "Constructors",
|
5609
6349
|
"kind": 512,
|
5610
6350
|
"children": [
|
5611
|
-
|
6351
|
+
650
|
5612
6352
|
]
|
5613
6353
|
},
|
5614
6354
|
{
|
5615
6355
|
"title": "Methods",
|
5616
6356
|
"kind": 2048,
|
5617
6357
|
"children": [
|
5618
|
-
|
5619
|
-
|
6358
|
+
652,
|
6359
|
+
656
|
5620
6360
|
]
|
5621
6361
|
}
|
5622
6362
|
],
|
@@ -5629,7 +6369,7 @@
|
|
5629
6369
|
]
|
5630
6370
|
},
|
5631
6371
|
{
|
5632
|
-
"id":
|
6372
|
+
"id": 660,
|
5633
6373
|
"name": "SkyViewkeeperHostOptions",
|
5634
6374
|
"kind": 128,
|
5635
6375
|
"kindString": "Class",
|
@@ -5648,7 +6388,7 @@
|
|
5648
6388
|
],
|
5649
6389
|
"children": [
|
5650
6390
|
{
|
5651
|
-
"id":
|
6391
|
+
"id": 663,
|
5652
6392
|
"name": "boundaryEl",
|
5653
6393
|
"kind": 1024,
|
5654
6394
|
"kindString": "Property",
|
@@ -5674,12 +6414,12 @@
|
|
5674
6414
|
},
|
5675
6415
|
"implementationOf": {
|
5676
6416
|
"type": "reference",
|
5677
|
-
"id":
|
6417
|
+
"id": 671,
|
5678
6418
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5679
6419
|
}
|
5680
6420
|
},
|
5681
6421
|
{
|
5682
|
-
"id":
|
6422
|
+
"id": 664,
|
5683
6423
|
"name": "el",
|
5684
6424
|
"kind": 1024,
|
5685
6425
|
"kindString": "Property",
|
@@ -5705,12 +6445,12 @@
|
|
5705
6445
|
},
|
5706
6446
|
"implementationOf": {
|
5707
6447
|
"type": "reference",
|
5708
|
-
"id":
|
6448
|
+
"id": 672,
|
5709
6449
|
"name": "SkyViewkeeperOptions.el"
|
5710
6450
|
}
|
5711
6451
|
},
|
5712
6452
|
{
|
5713
|
-
"id":
|
6453
|
+
"id": 665,
|
5714
6454
|
"name": "scrollableHost",
|
5715
6455
|
"kind": 1024,
|
5716
6456
|
"kindString": "Property",
|
@@ -5736,12 +6476,12 @@
|
|
5736
6476
|
},
|
5737
6477
|
"implementationOf": {
|
5738
6478
|
"type": "reference",
|
5739
|
-
"id":
|
6479
|
+
"id": 673,
|
5740
6480
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5741
6481
|
}
|
5742
6482
|
},
|
5743
6483
|
{
|
5744
|
-
"id":
|
6484
|
+
"id": 666,
|
5745
6485
|
"name": "setWidth",
|
5746
6486
|
"kind": 1024,
|
5747
6487
|
"kindString": "Property",
|
@@ -5765,12 +6505,12 @@
|
|
5765
6505
|
},
|
5766
6506
|
"implementationOf": {
|
5767
6507
|
"type": "reference",
|
5768
|
-
"id":
|
6508
|
+
"id": 674,
|
5769
6509
|
"name": "SkyViewkeeperOptions.setWidth"
|
5770
6510
|
}
|
5771
6511
|
},
|
5772
6512
|
{
|
5773
|
-
"id":
|
6513
|
+
"id": 667,
|
5774
6514
|
"name": "verticalOffset",
|
5775
6515
|
"kind": 1024,
|
5776
6516
|
"kindString": "Property",
|
@@ -5794,12 +6534,12 @@
|
|
5794
6534
|
},
|
5795
6535
|
"implementationOf": {
|
5796
6536
|
"type": "reference",
|
5797
|
-
"id":
|
6537
|
+
"id": 675,
|
5798
6538
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
5799
6539
|
}
|
5800
6540
|
},
|
5801
6541
|
{
|
5802
|
-
"id":
|
6542
|
+
"id": 668,
|
5803
6543
|
"name": "verticalOffsetEl",
|
5804
6544
|
"kind": 1024,
|
5805
6545
|
"kindString": "Property",
|
@@ -5825,12 +6565,12 @@
|
|
5825
6565
|
},
|
5826
6566
|
"implementationOf": {
|
5827
6567
|
"type": "reference",
|
5828
|
-
"id":
|
6568
|
+
"id": 676,
|
5829
6569
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
5830
6570
|
}
|
5831
6571
|
},
|
5832
6572
|
{
|
5833
|
-
"id":
|
6573
|
+
"id": 669,
|
5834
6574
|
"name": "viewportMarginTop",
|
5835
6575
|
"kind": 1024,
|
5836
6576
|
"kindString": "Property",
|
@@ -5854,7 +6594,7 @@
|
|
5854
6594
|
},
|
5855
6595
|
"implementationOf": {
|
5856
6596
|
"type": "reference",
|
5857
|
-
"id":
|
6597
|
+
"id": 677,
|
5858
6598
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
5859
6599
|
}
|
5860
6600
|
}
|
@@ -5864,20 +6604,20 @@
|
|
5864
6604
|
"title": "Constructors",
|
5865
6605
|
"kind": 512,
|
5866
6606
|
"children": [
|
5867
|
-
|
6607
|
+
661
|
5868
6608
|
]
|
5869
6609
|
},
|
5870
6610
|
{
|
5871
6611
|
"title": "Properties",
|
5872
6612
|
"kind": 1024,
|
5873
6613
|
"children": [
|
5874
|
-
|
5875
|
-
|
5876
|
-
|
5877
|
-
|
5878
|
-
|
5879
|
-
|
5880
|
-
|
6614
|
+
663,
|
6615
|
+
664,
|
6616
|
+
665,
|
6617
|
+
666,
|
6618
|
+
667,
|
6619
|
+
668,
|
6620
|
+
669
|
5881
6621
|
]
|
5882
6622
|
}
|
5883
6623
|
],
|
@@ -5891,13 +6631,13 @@
|
|
5891
6631
|
"implementedTypes": [
|
5892
6632
|
{
|
5893
6633
|
"type": "reference",
|
5894
|
-
"id":
|
6634
|
+
"id": 670,
|
5895
6635
|
"name": "SkyViewkeeperOptions"
|
5896
6636
|
}
|
5897
6637
|
]
|
5898
6638
|
},
|
5899
6639
|
{
|
5900
|
-
"id":
|
6640
|
+
"id": 678,
|
5901
6641
|
"name": "SkyViewkeeperModule",
|
5902
6642
|
"kind": 128,
|
5903
6643
|
"kindString": "Class",
|
@@ -5922,7 +6662,7 @@
|
|
5922
6662
|
"title": "Constructors",
|
5923
6663
|
"kind": 512,
|
5924
6664
|
"children": [
|
5925
|
-
|
6665
|
+
679
|
5926
6666
|
]
|
5927
6667
|
}
|
5928
6668
|
],
|
@@ -5935,7 +6675,7 @@
|
|
5935
6675
|
]
|
5936
6676
|
},
|
5937
6677
|
{
|
5938
|
-
"id":
|
6678
|
+
"id": 681,
|
5939
6679
|
"name": "SkyViewkeeperService",
|
5940
6680
|
"kind": 128,
|
5941
6681
|
"kindString": "Class",
|
@@ -5959,7 +6699,7 @@
|
|
5959
6699
|
],
|
5960
6700
|
"children": [
|
5961
6701
|
{
|
5962
|
-
"id":
|
6702
|
+
"id": 682,
|
5963
6703
|
"name": "constructor",
|
5964
6704
|
"kind": 512,
|
5965
6705
|
"kindString": "Constructor",
|
@@ -5973,14 +6713,14 @@
|
|
5973
6713
|
],
|
5974
6714
|
"signatures": [
|
5975
6715
|
{
|
5976
|
-
"id":
|
6716
|
+
"id": 683,
|
5977
6717
|
"name": "new SkyViewkeeperService",
|
5978
6718
|
"kind": 16384,
|
5979
6719
|
"kindString": "Constructor signature",
|
5980
6720
|
"flags": {},
|
5981
6721
|
"parameters": [
|
5982
6722
|
{
|
5983
|
-
"id":
|
6723
|
+
"id": 684,
|
5984
6724
|
"name": "hostOptions",
|
5985
6725
|
"kind": 32768,
|
5986
6726
|
"kindString": "Parameter",
|
@@ -6001,21 +6741,21 @@
|
|
6001
6741
|
],
|
6002
6742
|
"type": {
|
6003
6743
|
"type": "reference",
|
6004
|
-
"id":
|
6744
|
+
"id": 660,
|
6005
6745
|
"name": "SkyViewkeeperHostOptions"
|
6006
6746
|
}
|
6007
6747
|
}
|
6008
6748
|
],
|
6009
6749
|
"type": {
|
6010
6750
|
"type": "reference",
|
6011
|
-
"id":
|
6751
|
+
"id": 681,
|
6012
6752
|
"name": "SkyViewkeeperService"
|
6013
6753
|
}
|
6014
6754
|
}
|
6015
6755
|
]
|
6016
6756
|
},
|
6017
6757
|
{
|
6018
|
-
"id":
|
6758
|
+
"id": 685,
|
6019
6759
|
"name": "create",
|
6020
6760
|
"kind": 2048,
|
6021
6761
|
"kindString": "Method",
|
@@ -6031,7 +6771,7 @@
|
|
6031
6771
|
],
|
6032
6772
|
"signatures": [
|
6033
6773
|
{
|
6034
|
-
"id":
|
6774
|
+
"id": 686,
|
6035
6775
|
"name": "create",
|
6036
6776
|
"kind": 4096,
|
6037
6777
|
"kindString": "Call signature",
|
@@ -6039,7 +6779,7 @@
|
|
6039
6779
|
"comment": {},
|
6040
6780
|
"parameters": [
|
6041
6781
|
{
|
6042
|
-
"id":
|
6782
|
+
"id": 687,
|
6043
6783
|
"name": "options",
|
6044
6784
|
"kind": 32768,
|
6045
6785
|
"kindString": "Parameter",
|
@@ -6049,7 +6789,7 @@
|
|
6049
6789
|
},
|
6050
6790
|
"type": {
|
6051
6791
|
"type": "reference",
|
6052
|
-
"id":
|
6792
|
+
"id": 670,
|
6053
6793
|
"name": "SkyViewkeeperOptions"
|
6054
6794
|
}
|
6055
6795
|
}
|
@@ -6062,7 +6802,7 @@
|
|
6062
6802
|
]
|
6063
6803
|
},
|
6064
6804
|
{
|
6065
|
-
"id":
|
6805
|
+
"id": 688,
|
6066
6806
|
"name": "destroy",
|
6067
6807
|
"kind": 2048,
|
6068
6808
|
"kindString": "Method",
|
@@ -6078,7 +6818,7 @@
|
|
6078
6818
|
],
|
6079
6819
|
"signatures": [
|
6080
6820
|
{
|
6081
|
-
"id":
|
6821
|
+
"id": 689,
|
6082
6822
|
"name": "destroy",
|
6083
6823
|
"kind": 4096,
|
6084
6824
|
"kindString": "Call signature",
|
@@ -6088,7 +6828,7 @@
|
|
6088
6828
|
},
|
6089
6829
|
"parameters": [
|
6090
6830
|
{
|
6091
|
-
"id":
|
6831
|
+
"id": 690,
|
6092
6832
|
"name": "vk",
|
6093
6833
|
"kind": 32768,
|
6094
6834
|
"kindString": "Parameter",
|
@@ -6115,15 +6855,15 @@
|
|
6115
6855
|
"title": "Constructors",
|
6116
6856
|
"kind": 512,
|
6117
6857
|
"children": [
|
6118
|
-
|
6858
|
+
682
|
6119
6859
|
]
|
6120
6860
|
},
|
6121
6861
|
{
|
6122
6862
|
"title": "Methods",
|
6123
6863
|
"kind": 2048,
|
6124
6864
|
"children": [
|
6125
|
-
|
6126
|
-
|
6865
|
+
685,
|
6866
|
+
688
|
6127
6867
|
]
|
6128
6868
|
}
|
6129
6869
|
],
|
@@ -6995,7 +7735,7 @@
|
|
6995
7735
|
"flags": {},
|
6996
7736
|
"type": {
|
6997
7737
|
"type": "reference",
|
6998
|
-
"id":
|
7738
|
+
"id": 401,
|
6999
7739
|
"name": "MutationObserverService"
|
7000
7740
|
}
|
7001
7741
|
},
|
@@ -7007,7 +7747,7 @@
|
|
7007
7747
|
"flags": {},
|
7008
7748
|
"type": {
|
7009
7749
|
"type": "reference",
|
7010
|
-
"id":
|
7750
|
+
"id": 681,
|
7011
7751
|
"name": "SkyViewkeeperService"
|
7012
7752
|
}
|
7013
7753
|
},
|
@@ -7031,7 +7771,7 @@
|
|
7031
7771
|
],
|
7032
7772
|
"type": {
|
7033
7773
|
"type": "reference",
|
7034
|
-
"id":
|
7774
|
+
"id": 616,
|
7035
7775
|
"name": "SkyScrollableHostService"
|
7036
7776
|
}
|
7037
7777
|
}
|
@@ -7530,14 +8270,14 @@
|
|
7530
8270
|
]
|
7531
8271
|
},
|
7532
8272
|
{
|
7533
|
-
"id":
|
8273
|
+
"id": 640,
|
7534
8274
|
"name": "SkyAppSetTitleArgs",
|
7535
8275
|
"kind": 256,
|
7536
8276
|
"kindString": "Interface",
|
7537
8277
|
"flags": {},
|
7538
8278
|
"children": [
|
7539
8279
|
{
|
7540
|
-
"id":
|
8280
|
+
"id": 641,
|
7541
8281
|
"name": "titleParts",
|
7542
8282
|
"kind": 1024,
|
7543
8283
|
"kindString": "Property",
|
@@ -7563,7 +8303,7 @@
|
|
7563
8303
|
"title": "Properties",
|
7564
8304
|
"kind": 1024,
|
7565
8305
|
"children": [
|
7566
|
-
|
8306
|
+
641
|
7567
8307
|
]
|
7568
8308
|
}
|
7569
8309
|
],
|
@@ -7978,14 +8718,14 @@
|
|
7978
8718
|
]
|
7979
8719
|
},
|
7980
8720
|
{
|
7981
|
-
"id":
|
8721
|
+
"id": 484,
|
7982
8722
|
"name": "SkyOverlayConfig",
|
7983
8723
|
"kind": 256,
|
7984
8724
|
"kindString": "Interface",
|
7985
8725
|
"flags": {},
|
7986
8726
|
"children": [
|
7987
8727
|
{
|
7988
|
-
"id":
|
8728
|
+
"id": 485,
|
7989
8729
|
"name": "closeOnNavigation",
|
7990
8730
|
"kind": 1024,
|
7991
8731
|
"kindString": "Property",
|
@@ -8008,7 +8748,7 @@
|
|
8008
8748
|
}
|
8009
8749
|
},
|
8010
8750
|
{
|
8011
|
-
"id":
|
8751
|
+
"id": 486,
|
8012
8752
|
"name": "enableClose",
|
8013
8753
|
"kind": 1024,
|
8014
8754
|
"kindString": "Property",
|
@@ -8031,7 +8771,7 @@
|
|
8031
8771
|
}
|
8032
8772
|
},
|
8033
8773
|
{
|
8034
|
-
"id":
|
8774
|
+
"id": 487,
|
8035
8775
|
"name": "enablePointerEvents",
|
8036
8776
|
"kind": 1024,
|
8037
8777
|
"kindString": "Property",
|
@@ -8054,7 +8794,7 @@
|
|
8054
8794
|
}
|
8055
8795
|
},
|
8056
8796
|
{
|
8057
|
-
"id":
|
8797
|
+
"id": 488,
|
8058
8798
|
"name": "enableScroll",
|
8059
8799
|
"kind": 1024,
|
8060
8800
|
"kindString": "Property",
|
@@ -8077,7 +8817,7 @@
|
|
8077
8817
|
}
|
8078
8818
|
},
|
8079
8819
|
{
|
8080
|
-
"id":
|
8820
|
+
"id": 489,
|
8081
8821
|
"name": "showBackdrop",
|
8082
8822
|
"kind": 1024,
|
8083
8823
|
"kindString": "Property",
|
@@ -8100,7 +8840,7 @@
|
|
8100
8840
|
}
|
8101
8841
|
},
|
8102
8842
|
{
|
8103
|
-
"id":
|
8843
|
+
"id": 490,
|
8104
8844
|
"name": "wrapperClass",
|
8105
8845
|
"kind": 1024,
|
8106
8846
|
"kindString": "Property",
|
@@ -8128,12 +8868,12 @@
|
|
8128
8868
|
"title": "Properties",
|
8129
8869
|
"kind": 1024,
|
8130
8870
|
"children": [
|
8131
|
-
|
8132
|
-
|
8133
|
-
|
8134
|
-
|
8135
|
-
|
8136
|
-
|
8871
|
+
485,
|
8872
|
+
486,
|
8873
|
+
487,
|
8874
|
+
488,
|
8875
|
+
489,
|
8876
|
+
490
|
8137
8877
|
]
|
8138
8878
|
}
|
8139
8879
|
],
|
@@ -8146,7 +8886,7 @@
|
|
8146
8886
|
]
|
8147
8887
|
},
|
8148
8888
|
{
|
8149
|
-
"id":
|
8889
|
+
"id": 670,
|
8150
8890
|
"name": "SkyViewkeeperOptions",
|
8151
8891
|
"kind": 256,
|
8152
8892
|
"kindString": "Interface",
|
@@ -8156,7 +8896,7 @@
|
|
8156
8896
|
},
|
8157
8897
|
"children": [
|
8158
8898
|
{
|
8159
|
-
"id":
|
8899
|
+
"id": 671,
|
8160
8900
|
"name": "boundaryEl",
|
8161
8901
|
"kind": 1024,
|
8162
8902
|
"kindString": "Property",
|
@@ -8181,7 +8921,7 @@
|
|
8181
8921
|
}
|
8182
8922
|
},
|
8183
8923
|
{
|
8184
|
-
"id":
|
8924
|
+
"id": 672,
|
8185
8925
|
"name": "el",
|
8186
8926
|
"kind": 1024,
|
8187
8927
|
"kindString": "Property",
|
@@ -8206,7 +8946,7 @@
|
|
8206
8946
|
}
|
8207
8947
|
},
|
8208
8948
|
{
|
8209
|
-
"id":
|
8949
|
+
"id": 673,
|
8210
8950
|
"name": "scrollableHost",
|
8211
8951
|
"kind": 1024,
|
8212
8952
|
"kindString": "Property",
|
@@ -8231,7 +8971,7 @@
|
|
8231
8971
|
}
|
8232
8972
|
},
|
8233
8973
|
{
|
8234
|
-
"id":
|
8974
|
+
"id": 674,
|
8235
8975
|
"name": "setWidth",
|
8236
8976
|
"kind": 1024,
|
8237
8977
|
"kindString": "Property",
|
@@ -8254,7 +8994,7 @@
|
|
8254
8994
|
}
|
8255
8995
|
},
|
8256
8996
|
{
|
8257
|
-
"id":
|
8997
|
+
"id": 675,
|
8258
8998
|
"name": "verticalOffset",
|
8259
8999
|
"kind": 1024,
|
8260
9000
|
"kindString": "Property",
|
@@ -8277,7 +9017,7 @@
|
|
8277
9017
|
}
|
8278
9018
|
},
|
8279
9019
|
{
|
8280
|
-
"id":
|
9020
|
+
"id": 676,
|
8281
9021
|
"name": "verticalOffsetEl",
|
8282
9022
|
"kind": 1024,
|
8283
9023
|
"kindString": "Property",
|
@@ -8302,7 +9042,7 @@
|
|
8302
9042
|
}
|
8303
9043
|
},
|
8304
9044
|
{
|
8305
|
-
"id":
|
9045
|
+
"id": 677,
|
8306
9046
|
"name": "viewportMarginTop",
|
8307
9047
|
"kind": 1024,
|
8308
9048
|
"kindString": "Property",
|
@@ -8330,13 +9070,13 @@
|
|
8330
9070
|
"title": "Properties",
|
8331
9071
|
"kind": 1024,
|
8332
9072
|
"children": [
|
8333
|
-
|
8334
|
-
|
8335
|
-
|
8336
|
-
|
8337
|
-
|
8338
|
-
|
8339
|
-
|
9073
|
+
671,
|
9074
|
+
672,
|
9075
|
+
673,
|
9076
|
+
674,
|
9077
|
+
675,
|
9078
|
+
676,
|
9079
|
+
677
|
8340
9080
|
]
|
8341
9081
|
}
|
8342
9082
|
],
|
@@ -8350,7 +9090,7 @@
|
|
8350
9090
|
"implementedBy": [
|
8351
9091
|
{
|
8352
9092
|
"type": "reference",
|
8353
|
-
"id":
|
9093
|
+
"id": 660,
|
8354
9094
|
"name": "SkyViewkeeperHostOptions"
|
8355
9095
|
}
|
8356
9096
|
]
|
@@ -8462,7 +9202,7 @@
|
|
8462
9202
|
}
|
8463
9203
|
},
|
8464
9204
|
{
|
8465
|
-
"id":
|
9205
|
+
"id": 358,
|
8466
9206
|
"name": "SkyMediaQueryListener",
|
8467
9207
|
"kind": 4194304,
|
8468
9208
|
"kindString": "Type alias",
|
@@ -8477,7 +9217,7 @@
|
|
8477
9217
|
"type": {
|
8478
9218
|
"type": "reflection",
|
8479
9219
|
"declaration": {
|
8480
|
-
"id":
|
9220
|
+
"id": 359,
|
8481
9221
|
"name": "__type",
|
8482
9222
|
"kind": 65536,
|
8483
9223
|
"kindString": "Type literal",
|
@@ -8491,24 +9231,24 @@
|
|
8491
9231
|
],
|
8492
9232
|
"signatures": [
|
8493
9233
|
{
|
8494
|
-
"id":
|
9234
|
+
"id": 360,
|
8495
9235
|
"name": "__type",
|
8496
9236
|
"kind": 4096,
|
8497
9237
|
"kindString": "Call signature",
|
8498
9238
|
"flags": {},
|
8499
9239
|
"comment": {
|
8500
|
-
"shortText": "Specifies a
|
9240
|
+
"shortText": "Specifies a function that is called when the breakpoints change. It is called\nwith a `SkyMediaBreakpoints` argument, which is an enum that represents the new breakpoint."
|
8501
9241
|
},
|
8502
9242
|
"parameters": [
|
8503
9243
|
{
|
8504
|
-
"id":
|
9244
|
+
"id": 361,
|
8505
9245
|
"name": "args",
|
8506
9246
|
"kind": 32768,
|
8507
9247
|
"kindString": "Parameter",
|
8508
9248
|
"flags": {},
|
8509
9249
|
"type": {
|
8510
9250
|
"type": "reference",
|
8511
|
-
"id":
|
9251
|
+
"id": 353,
|
8512
9252
|
"name": "SkyMediaBreakpoints"
|
8513
9253
|
}
|
8514
9254
|
}
|
@@ -8531,21 +9271,21 @@
|
|
8531
9271
|
114,
|
8532
9272
|
237,
|
8533
9273
|
269,
|
8534
|
-
|
9274
|
+
353
|
8535
9275
|
]
|
8536
9276
|
},
|
8537
9277
|
{
|
8538
9278
|
"title": "Classes",
|
8539
9279
|
"kind": 128,
|
8540
9280
|
"children": [
|
8541
|
-
|
8542
|
-
|
9281
|
+
401,
|
9282
|
+
424,
|
8543
9283
|
137,
|
8544
9284
|
140,
|
8545
9285
|
148,
|
8546
9286
|
303,
|
8547
|
-
|
8548
|
-
|
9287
|
+
642,
|
9288
|
+
693,
|
8549
9289
|
63,
|
8550
9290
|
66,
|
8551
9291
|
221,
|
@@ -8555,22 +9295,24 @@
|
|
8555
9295
|
281,
|
8556
9296
|
310,
|
8557
9297
|
313,
|
8558
|
-
|
8559
|
-
|
8560
|
-
|
8561
|
-
|
8562
|
-
|
8563
|
-
|
8564
|
-
|
8565
|
-
|
8566
|
-
|
8567
|
-
|
8568
|
-
|
8569
|
-
|
8570
|
-
|
8571
|
-
|
8572
|
-
|
8573
|
-
|
9298
|
+
362,
|
9299
|
+
365,
|
9300
|
+
410,
|
9301
|
+
413,
|
9302
|
+
435,
|
9303
|
+
451,
|
9304
|
+
491,
|
9305
|
+
514,
|
9306
|
+
517,
|
9307
|
+
545,
|
9308
|
+
542,
|
9309
|
+
582,
|
9310
|
+
565,
|
9311
|
+
616,
|
9312
|
+
649,
|
9313
|
+
660,
|
9314
|
+
678,
|
9315
|
+
681,
|
8574
9316
|
1,
|
8575
9317
|
26,
|
8576
9318
|
34
|
@@ -8583,14 +9325,14 @@
|
|
8583
9325
|
117,
|
8584
9326
|
131,
|
8585
9327
|
134,
|
8586
|
-
|
9328
|
+
640,
|
8587
9329
|
218,
|
8588
9330
|
235,
|
8589
9331
|
241,
|
8590
9332
|
275,
|
8591
9333
|
111,
|
8592
|
-
|
8593
|
-
|
9334
|
+
484,
|
9335
|
+
670
|
8594
9336
|
]
|
8595
9337
|
},
|
8596
9338
|
{
|
@@ -8600,7 +9342,7 @@
|
|
8600
9342
|
125,
|
8601
9343
|
133,
|
8602
9344
|
136,
|
8603
|
-
|
9345
|
+
358
|
8604
9346
|
]
|
8605
9347
|
}
|
8606
9348
|
],
|
@@ -8646,7 +9388,7 @@
|
|
8646
9388
|
{
|
8647
9389
|
"fileName": "numeric-demo.component.html",
|
8648
9390
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.html",
|
8649
|
-
"rawContents": "<sky-
|
9391
|
+
"rawContents": "<sky-description-list mode=\"vertical\">\n <sky-description-list-content>\n <sky-description-list-term> 1 with 0 digits: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1 | skyNumeric: { digits: 0 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> 1000 with 0 digits: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1000 | skyNumeric: { digits: 0 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> 1000 with 1 digit: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1000 | skyNumeric }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> 1100 with 0 digits: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1100 | skyNumeric: { digits: 0 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> 1100 with 1 digit: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1100 | skyNumeric }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> 1500 with 0 digits: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1500 | skyNumeric: { digits: 0 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> 1500 with 1 digit: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1500 | skyNumeric }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1000000 with 0 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1000000 | skyNumeric: { digits: 0 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1000000000 with 0 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1000000000 | skyNumeric: { digits: 0 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1000000000000 with 0 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1000000000000 | skyNumeric: { digits: 0 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1234000 with 2 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1234000 | skyNumeric: { digits: 2 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1235000000 with 2 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1235000000 | skyNumeric: { digits: 2 } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> 1.45 with 1 digit: </sky-description-list-term>\n <sky-description-list-description>\n {{ 1.45 | skyNumeric }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1234567 with 1 digit:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1234567 | skyNumeric }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1234567 without truncation\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1234567 | skyNumeric: { truncate: false } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 15.50 as US dollar currency with 2 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 15.5 | skyNumeric: { digits: 2, format: 'currency', iso: 'USD' } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n -15.50 as US dollar currency with 2 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ -15.5 | skyNumeric: { digits: 2, format: 'currency', iso: 'USD' } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1234567 as Euro currency with 2 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1234567 | skyNumeric: { digits: 2, format: 'currency', iso: 'EUR' } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1450 as UK pound currency with 2 digits:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1450 | skyNumeric: { digits: 2, format: 'currency', iso: 'GBP' } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1750 as Hong Kong dollar currency with 1 digit:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1750 | skyNumeric: { digits: 1, format: 'currency', iso: 'HKD' } }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term>\n 1234567 as Japanese yen currency with 3 digit:\n </sky-description-list-term>\n <sky-description-list-description>\n {{ 1234567 | skyNumeric: { digits: 3, format: 'currency', iso: 'JPY' } }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
|
8650
9392
|
},
|
8651
9393
|
{
|
8652
9394
|
"fileName": "numeric-demo.component.ts",
|
@@ -8656,7 +9398,27 @@
|
|
8656
9398
|
{
|
8657
9399
|
"fileName": "numeric-demo.module.ts",
|
8658
9400
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.module.ts",
|
8659
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyNumericModule } from '@skyux/core';\nimport {
|
9401
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyNumericModule } from '@skyux/core';\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { NumericDemoComponent } from './numeric-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule, SkyNumericModule],\n declarations: [NumericDemoComponent],\n exports: [NumericDemoComponent],\n})\nexport class NumericDemoModule {}\n"
|
9402
|
+
},
|
9403
|
+
{
|
9404
|
+
"fileName": "resize-observer-basic.component.html",
|
9405
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.html",
|
9406
|
+
"rawContents": "<div class=\"resizable\" #resize>\n <h1>Resizable Container Element</h1>\n <p>Current width: {{ width }}</p>\n <p>Current media breakpoint inside this element: {{ breakpoint }}</p>\n</div>\n"
|
9407
|
+
},
|
9408
|
+
{
|
9409
|
+
"fileName": "resize-observer-basic.component.scss",
|
9410
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.scss",
|
9411
|
+
"rawContents": ".resizable {\n resize: horizontal;\n width: 300px;\n max-width: 100%;\n height: 300px;\n margin: 20px;\n padding: 20px;\n border: 4px groove #2f4050;\n overflow: auto;\n}\n\n@media (min-width: 1024px) {\n .resizable {\n width: 940px;\n }\n}\n"
|
9412
|
+
},
|
9413
|
+
{
|
9414
|
+
"fileName": "resize-observer-basic.component.ts",
|
9415
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.ts",
|
9416
|
+
"rawContents": "import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n OnDestroy,\n ViewChild,\n} from '@angular/core';\nimport {\n SkyMediaBreakpoints,\n SkyResizeObserverMediaQueryService,\n SkyResizeObserverService,\n} from '@skyux/core';\n\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'app-resize-observer-basic',\n templateUrl: './resize-observer-basic.component.html',\n styleUrls: ['./resize-observer-basic.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ResizeObserverBasicComponent implements AfterViewInit, OnDestroy {\n @ViewChild('resize')\n public resizeElement: ElementRef<HTMLDivElement>;\n\n public width: number;\n public breakpoint: string;\n\n private subscriptions = new Subscription();\n\n constructor(\n private skyResizeObserverService: SkyResizeObserverService,\n private skyResizeObserverMediaQueryService: SkyResizeObserverMediaQueryService,\n private changeDetectorRef: ChangeDetectorRef\n ) {}\n\n public ngAfterViewInit(): void {\n this.changeDetectorRef.detach();\n this.subscriptions.add(\n this.skyResizeObserverMediaQueryService\n .observe(this.resizeElement)\n .subscribe((breakpoint) => {\n switch (breakpoint) {\n case SkyMediaBreakpoints.xs:\n this.breakpoint = 'SkyMediaBreakpoints.xs';\n break;\n case SkyMediaBreakpoints.sm:\n this.breakpoint = 'SkyMediaBreakpoints.sm';\n break;\n case SkyMediaBreakpoints.md:\n this.breakpoint = 'SkyMediaBreakpoints.md';\n break;\n case SkyMediaBreakpoints.lg:\n this.breakpoint = 'SkyMediaBreakpoints.lg';\n break;\n default:\n this.breakpoint = '(unknown)';\n }\n this.changeDetectorRef.markForCheck();\n })\n );\n this.subscriptions.add(\n this.skyResizeObserverService\n .observe(this.resizeElement)\n .subscribe((value) => {\n this.width = value.contentRect.width;\n this.changeDetectorRef.detectChanges();\n })\n );\n }\n\n public ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n"
|
9417
|
+
},
|
9418
|
+
{
|
9419
|
+
"fileName": "resize-observer-basic.module.ts",
|
9420
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.module.ts",
|
9421
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { ResizeObserverBasicComponent } from './resize-observer-basic.component';\n\n@NgModule({\n declarations: [ResizeObserverBasicComponent],\n imports: [CommonModule],\n})\nexport class ResizeObserverBasicModule {}\n"
|
8660
9422
|
}
|
8661
9423
|
]
|
8662
9424
|
}
|