@skyux/core 6.0.0-beta.9 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +625 -362
- package/esm2020/lib/modules/numeric/numeric.options.mjs +3 -29
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +4 -5
- package/esm2020/lib/modules/numeric/numeric.service.mjs +2 -2
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +14 -8
- package/fesm2015/skyux-core.mjs +19 -40
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +19 -40
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/numeric/numeric.options.d.ts +17 -11
- package/lib/modules/numeric/numeric.pipe.d.ts +5 -6
- package/lib/modules/numeric/numeric.service.d.ts +3 -3
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +1 -0
- package/package.json +2 -2
package/documentation.json
CHANGED
@@ -50,6 +50,7 @@
|
|
50
50
|
"SkyDockOptions": "interface-skydockoptions",
|
51
51
|
"SkyDynamicComponentOptions": "interface-skydynamiccomponentoptions",
|
52
52
|
"SkyFocusableChildrenOptions": "interface-skyfocusablechildrenoptions",
|
53
|
+
"SkyNumericOptions": "interface-skynumericoptions",
|
53
54
|
"SkyOverlayConfig": "interface-skyoverlayconfig",
|
54
55
|
"SkyViewkeeperOptions": "interface-skyviewkeeperoptions",
|
55
56
|
"SkyAffixHorizontalAlignment": "type-alias-skyaffixhorizontalalignment",
|
@@ -524,17 +525,23 @@
|
|
524
525
|
]
|
525
526
|
},
|
526
527
|
{
|
527
|
-
"id":
|
528
|
+
"id": 422,
|
528
529
|
"name": "NumericOptions",
|
529
530
|
"kind": 128,
|
530
531
|
"kindString": "Class",
|
531
532
|
"flags": {},
|
532
533
|
"comment": {
|
533
|
-
"shortText": "Provides arguments for the number to format."
|
534
|
+
"shortText": "Provides arguments for the number to format.",
|
535
|
+
"tags": [
|
536
|
+
{
|
537
|
+
"tag": "deprecated",
|
538
|
+
"text": "Use the `SkyNumericOptions` interface instead.\n"
|
539
|
+
}
|
540
|
+
]
|
534
541
|
},
|
535
542
|
"children": [
|
536
543
|
{
|
537
|
-
"id":
|
544
|
+
"id": 427,
|
538
545
|
"name": "currencySign",
|
539
546
|
"kind": 1024,
|
540
547
|
"kindString": "Property",
|
@@ -543,18 +550,12 @@
|
|
543
550
|
"isOptional": true
|
544
551
|
},
|
545
552
|
"comment": {
|
546
|
-
"shortText": "Specifies the format of the currency."
|
547
|
-
"tags": [
|
548
|
-
{
|
549
|
-
"tag": "default",
|
550
|
-
"text": "\"standard\"\n"
|
551
|
-
}
|
552
|
-
]
|
553
|
+
"shortText": "Specifies the format of the currency."
|
553
554
|
},
|
554
555
|
"sources": [
|
555
556
|
{
|
556
557
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
557
|
-
"line":
|
558
|
+
"line": 58,
|
558
559
|
"character": 9
|
559
560
|
}
|
560
561
|
],
|
@@ -571,10 +572,15 @@
|
|
571
572
|
}
|
572
573
|
]
|
573
574
|
},
|
574
|
-
"defaultValue": "'standard'"
|
575
|
+
"defaultValue": "'standard'",
|
576
|
+
"implementationOf": {
|
577
|
+
"type": "reference",
|
578
|
+
"id": 416,
|
579
|
+
"name": "SkyNumericOptions.currencySign"
|
580
|
+
}
|
575
581
|
},
|
576
582
|
{
|
577
|
-
"id":
|
583
|
+
"id": 425,
|
578
584
|
"name": "digits",
|
579
585
|
"kind": 1024,
|
580
586
|
"kindString": "Property",
|
@@ -583,18 +589,12 @@
|
|
583
589
|
"isOptional": true
|
584
590
|
},
|
585
591
|
"comment": {
|
586
|
-
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
587
|
-
"tags": [
|
588
|
-
{
|
589
|
-
"tag": "default",
|
590
|
-
"text": "1\n"
|
591
|
-
}
|
592
|
-
]
|
592
|
+
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
593
593
|
},
|
594
594
|
"sources": [
|
595
595
|
{
|
596
596
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
597
|
-
"line":
|
597
|
+
"line": 54,
|
598
598
|
"character": 9
|
599
599
|
}
|
600
600
|
],
|
@@ -602,10 +602,15 @@
|
|
602
602
|
"type": "intrinsic",
|
603
603
|
"name": "number"
|
604
604
|
},
|
605
|
-
"defaultValue": "1"
|
605
|
+
"defaultValue": "1",
|
606
|
+
"implementationOf": {
|
607
|
+
"type": "reference",
|
608
|
+
"id": 414,
|
609
|
+
"name": "SkyNumericOptions.digits"
|
610
|
+
}
|
606
611
|
},
|
607
612
|
{
|
608
|
-
"id":
|
613
|
+
"id": 426,
|
609
614
|
"name": "format",
|
610
615
|
"kind": 1024,
|
611
616
|
"kindString": "Property",
|
@@ -614,18 +619,12 @@
|
|
614
619
|
"isOptional": true
|
615
620
|
},
|
616
621
|
"comment": {
|
617
|
-
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
618
|
-
"tags": [
|
619
|
-
{
|
620
|
-
"tag": "default",
|
621
|
-
"text": "\"number\"\n"
|
622
|
-
}
|
623
|
-
]
|
622
|
+
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
624
623
|
},
|
625
624
|
"sources": [
|
626
625
|
{
|
627
626
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
628
|
-
"line":
|
627
|
+
"line": 56,
|
629
628
|
"character": 9
|
630
629
|
}
|
631
630
|
],
|
@@ -633,10 +632,15 @@
|
|
633
632
|
"type": "intrinsic",
|
634
633
|
"name": "string"
|
635
634
|
},
|
636
|
-
"defaultValue": "'number'"
|
635
|
+
"defaultValue": "'number'",
|
636
|
+
"implementationOf": {
|
637
|
+
"type": "reference",
|
638
|
+
"id": 415,
|
639
|
+
"name": "SkyNumericOptions.format"
|
640
|
+
}
|
637
641
|
},
|
638
642
|
{
|
639
|
-
"id":
|
643
|
+
"id": 428,
|
640
644
|
"name": "iso",
|
641
645
|
"kind": 1024,
|
642
646
|
"kindString": "Property",
|
@@ -645,18 +649,12 @@
|
|
645
649
|
"isOptional": true
|
646
650
|
},
|
647
651
|
"comment": {
|
648
|
-
"shortText": "Specifies the ISO4217 currency code to use for currency formatting.
|
649
|
-
"tags": [
|
650
|
-
{
|
651
|
-
"tag": "default",
|
652
|
-
"text": "\"USD\"\n"
|
653
|
-
}
|
654
|
-
]
|
652
|
+
"shortText": "Specifies the ISO4217 currency code to use for currency formatting."
|
655
653
|
},
|
656
654
|
"sources": [
|
657
655
|
{
|
658
656
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
659
|
-
"line":
|
657
|
+
"line": 60,
|
660
658
|
"character": 9
|
661
659
|
}
|
662
660
|
],
|
@@ -664,10 +662,15 @@
|
|
664
662
|
"type": "intrinsic",
|
665
663
|
"name": "string"
|
666
664
|
},
|
667
|
-
"defaultValue": "'USD'"
|
665
|
+
"defaultValue": "'USD'",
|
666
|
+
"implementationOf": {
|
667
|
+
"type": "reference",
|
668
|
+
"id": 417,
|
669
|
+
"name": "SkyNumericOptions.iso"
|
670
|
+
}
|
668
671
|
},
|
669
672
|
{
|
670
|
-
"id":
|
673
|
+
"id": 429,
|
671
674
|
"name": "locale",
|
672
675
|
"kind": 1024,
|
673
676
|
"kindString": "Property",
|
@@ -681,17 +684,22 @@
|
|
681
684
|
"sources": [
|
682
685
|
{
|
683
686
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
684
|
-
"line":
|
687
|
+
"line": 62,
|
685
688
|
"character": 9
|
686
689
|
}
|
687
690
|
],
|
688
691
|
"type": {
|
689
692
|
"type": "intrinsic",
|
690
693
|
"name": "string"
|
694
|
+
},
|
695
|
+
"implementationOf": {
|
696
|
+
"type": "reference",
|
697
|
+
"id": 418,
|
698
|
+
"name": "SkyNumericOptions.locale"
|
691
699
|
}
|
692
700
|
},
|
693
701
|
{
|
694
|
-
"id":
|
702
|
+
"id": 430,
|
695
703
|
"name": "minDigits",
|
696
704
|
"kind": 1024,
|
697
705
|
"kindString": "Property",
|
@@ -705,17 +713,22 @@
|
|
705
713
|
"sources": [
|
706
714
|
{
|
707
715
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
708
|
-
"line":
|
716
|
+
"line": 64,
|
709
717
|
"character": 9
|
710
718
|
}
|
711
719
|
],
|
712
720
|
"type": {
|
713
721
|
"type": "intrinsic",
|
714
722
|
"name": "number"
|
723
|
+
},
|
724
|
+
"implementationOf": {
|
725
|
+
"type": "reference",
|
726
|
+
"id": 419,
|
727
|
+
"name": "SkyNumericOptions.minDigits"
|
715
728
|
}
|
716
729
|
},
|
717
730
|
{
|
718
|
-
"id":
|
731
|
+
"id": 431,
|
719
732
|
"name": "truncate",
|
720
733
|
"kind": 1024,
|
721
734
|
"kindString": "Property",
|
@@ -729,7 +742,7 @@
|
|
729
742
|
"sources": [
|
730
743
|
{
|
731
744
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
732
|
-
"line":
|
745
|
+
"line": 66,
|
733
746
|
"character": 9
|
734
747
|
}
|
735
748
|
],
|
@@ -737,10 +750,15 @@
|
|
737
750
|
"type": "intrinsic",
|
738
751
|
"name": "boolean"
|
739
752
|
},
|
740
|
-
"defaultValue": "true"
|
753
|
+
"defaultValue": "true",
|
754
|
+
"implementationOf": {
|
755
|
+
"type": "reference",
|
756
|
+
"id": 420,
|
757
|
+
"name": "SkyNumericOptions.truncate"
|
758
|
+
}
|
741
759
|
},
|
742
760
|
{
|
743
|
-
"id":
|
761
|
+
"id": 432,
|
744
762
|
"name": "truncateAfter",
|
745
763
|
"kind": 1024,
|
746
764
|
"kindString": "Property",
|
@@ -749,18 +767,12 @@
|
|
749
767
|
"isOptional": true
|
750
768
|
},
|
751
769
|
"comment": {
|
752
|
-
"shortText": "Specifies the
|
753
|
-
"tags": [
|
754
|
-
{
|
755
|
-
"tag": "default",
|
756
|
-
"text": "0\n"
|
757
|
-
}
|
758
|
-
]
|
770
|
+
"shortText": "Specifies the minimum value at which numbers are shortened to rounded numbers and abbreviation characters. Values less than `1000` are not truncated."
|
759
771
|
},
|
760
772
|
"sources": [
|
761
773
|
{
|
762
774
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
763
|
-
"line":
|
775
|
+
"line": 68,
|
764
776
|
"character": 9
|
765
777
|
}
|
766
778
|
],
|
@@ -768,7 +780,12 @@
|
|
768
780
|
"type": "intrinsic",
|
769
781
|
"name": "number"
|
770
782
|
},
|
771
|
-
"defaultValue": "
|
783
|
+
"defaultValue": "1000",
|
784
|
+
"implementationOf": {
|
785
|
+
"type": "reference",
|
786
|
+
"id": 421,
|
787
|
+
"name": "SkyNumericOptions.truncateAfter"
|
788
|
+
}
|
772
789
|
}
|
773
790
|
],
|
774
791
|
"groups": [
|
@@ -776,30 +793,37 @@
|
|
776
793
|
"title": "Constructors",
|
777
794
|
"kind": 512,
|
778
795
|
"children": [
|
779
|
-
|
796
|
+
423
|
780
797
|
]
|
781
798
|
},
|
782
799
|
{
|
783
800
|
"title": "Properties",
|
784
801
|
"kind": 1024,
|
785
802
|
"children": [
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
803
|
+
427,
|
804
|
+
425,
|
805
|
+
426,
|
806
|
+
428,
|
807
|
+
429,
|
808
|
+
430,
|
809
|
+
431,
|
810
|
+
432
|
794
811
|
]
|
795
812
|
}
|
796
813
|
],
|
797
814
|
"sources": [
|
798
815
|
{
|
799
816
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
800
|
-
"line":
|
817
|
+
"line": 53,
|
801
818
|
"character": 13
|
802
819
|
}
|
820
|
+
],
|
821
|
+
"implementedTypes": [
|
822
|
+
{
|
823
|
+
"type": "reference",
|
824
|
+
"id": 413,
|
825
|
+
"name": "SkyNumericOptions"
|
826
|
+
}
|
803
827
|
]
|
804
828
|
},
|
805
829
|
{
|
@@ -1443,7 +1467,7 @@
|
|
1443
1467
|
]
|
1444
1468
|
},
|
1445
1469
|
{
|
1446
|
-
"id":
|
1470
|
+
"id": 643,
|
1447
1471
|
"name": "SkyAppTitleService",
|
1448
1472
|
"kind": 128,
|
1449
1473
|
"kindString": "Class",
|
@@ -1467,7 +1491,7 @@
|
|
1467
1491
|
],
|
1468
1492
|
"children": [
|
1469
1493
|
{
|
1470
|
-
"id":
|
1494
|
+
"id": 644,
|
1471
1495
|
"name": "constructor",
|
1472
1496
|
"kind": 512,
|
1473
1497
|
"kindString": "Constructor",
|
@@ -1481,14 +1505,14 @@
|
|
1481
1505
|
],
|
1482
1506
|
"signatures": [
|
1483
1507
|
{
|
1484
|
-
"id":
|
1508
|
+
"id": 645,
|
1485
1509
|
"name": "new SkyAppTitleService",
|
1486
1510
|
"kind": 16384,
|
1487
1511
|
"kindString": "Constructor signature",
|
1488
1512
|
"flags": {},
|
1489
1513
|
"parameters": [
|
1490
1514
|
{
|
1491
|
-
"id":
|
1515
|
+
"id": 646,
|
1492
1516
|
"name": "title",
|
1493
1517
|
"kind": 32768,
|
1494
1518
|
"kindString": "Parameter",
|
@@ -1503,14 +1527,14 @@
|
|
1503
1527
|
],
|
1504
1528
|
"type": {
|
1505
1529
|
"type": "reference",
|
1506
|
-
"id":
|
1530
|
+
"id": 643,
|
1507
1531
|
"name": "SkyAppTitleService"
|
1508
1532
|
}
|
1509
1533
|
}
|
1510
1534
|
]
|
1511
1535
|
},
|
1512
1536
|
{
|
1513
|
-
"id":
|
1537
|
+
"id": 647,
|
1514
1538
|
"name": "setTitle",
|
1515
1539
|
"kind": 2048,
|
1516
1540
|
"kindString": "Method",
|
@@ -1526,7 +1550,7 @@
|
|
1526
1550
|
],
|
1527
1551
|
"signatures": [
|
1528
1552
|
{
|
1529
|
-
"id":
|
1553
|
+
"id": 648,
|
1530
1554
|
"name": "setTitle",
|
1531
1555
|
"kind": 4096,
|
1532
1556
|
"kindString": "Call signature",
|
@@ -1536,7 +1560,7 @@
|
|
1536
1560
|
},
|
1537
1561
|
"parameters": [
|
1538
1562
|
{
|
1539
|
-
"id":
|
1563
|
+
"id": 649,
|
1540
1564
|
"name": "args",
|
1541
1565
|
"kind": 32768,
|
1542
1566
|
"kindString": "Parameter",
|
@@ -1546,7 +1570,7 @@
|
|
1546
1570
|
},
|
1547
1571
|
"type": {
|
1548
1572
|
"type": "reference",
|
1549
|
-
"id":
|
1573
|
+
"id": 641,
|
1550
1574
|
"name": "SkyAppSetTitleArgs"
|
1551
1575
|
}
|
1552
1576
|
}
|
@@ -1564,14 +1588,14 @@
|
|
1564
1588
|
"title": "Constructors",
|
1565
1589
|
"kind": 512,
|
1566
1590
|
"children": [
|
1567
|
-
|
1591
|
+
644
|
1568
1592
|
]
|
1569
1593
|
},
|
1570
1594
|
{
|
1571
1595
|
"title": "Methods",
|
1572
1596
|
"kind": 2048,
|
1573
1597
|
"children": [
|
1574
|
-
|
1598
|
+
647
|
1575
1599
|
]
|
1576
1600
|
}
|
1577
1601
|
],
|
@@ -1584,7 +1608,7 @@
|
|
1584
1608
|
]
|
1585
1609
|
},
|
1586
1610
|
{
|
1587
|
-
"id":
|
1611
|
+
"id": 694,
|
1588
1612
|
"name": "SkyAppWindowRef",
|
1589
1613
|
"kind": 128,
|
1590
1614
|
"kindString": "Class",
|
@@ -1608,7 +1632,7 @@
|
|
1608
1632
|
],
|
1609
1633
|
"children": [
|
1610
1634
|
{
|
1611
|
-
"id":
|
1635
|
+
"id": 697,
|
1612
1636
|
"name": "nativeWindow",
|
1613
1637
|
"kind": 262144,
|
1614
1638
|
"kindString": "Accessor",
|
@@ -1624,7 +1648,7 @@
|
|
1624
1648
|
],
|
1625
1649
|
"getSignature": [
|
1626
1650
|
{
|
1627
|
-
"id":
|
1651
|
+
"id": 698,
|
1628
1652
|
"name": "nativeWindow",
|
1629
1653
|
"kind": 524288,
|
1630
1654
|
"kindString": "Get signature",
|
@@ -1645,14 +1669,14 @@
|
|
1645
1669
|
"title": "Constructors",
|
1646
1670
|
"kind": 512,
|
1647
1671
|
"children": [
|
1648
|
-
|
1672
|
+
695
|
1649
1673
|
]
|
1650
1674
|
},
|
1651
1675
|
{
|
1652
1676
|
"title": "Accessors",
|
1653
1677
|
"kind": 262144,
|
1654
1678
|
"children": [
|
1655
|
-
|
1679
|
+
697
|
1656
1680
|
]
|
1657
1681
|
}
|
1658
1682
|
],
|
@@ -3067,7 +3091,7 @@
|
|
3067
3091
|
"flags": {},
|
3068
3092
|
"type": {
|
3069
3093
|
"type": "reference",
|
3070
|
-
"id":
|
3094
|
+
"id": 694,
|
3071
3095
|
"name": "SkyAppWindowRef"
|
3072
3096
|
}
|
3073
3097
|
},
|
@@ -3803,13 +3827,13 @@
|
|
3803
3827
|
]
|
3804
3828
|
},
|
3805
3829
|
{
|
3806
|
-
"id":
|
3830
|
+
"id": 433,
|
3807
3831
|
"name": "SkyNumericPipe",
|
3808
3832
|
"kind": 128,
|
3809
3833
|
"kindString": "Class",
|
3810
3834
|
"flags": {},
|
3811
3835
|
"comment": {
|
3812
|
-
"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
|
3836
|
+
"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."
|
3813
3837
|
},
|
3814
3838
|
"decorators": [
|
3815
3839
|
{
|
@@ -3827,7 +3851,7 @@
|
|
3827
3851
|
],
|
3828
3852
|
"children": [
|
3829
3853
|
{
|
3830
|
-
"id":
|
3854
|
+
"id": 434,
|
3831
3855
|
"name": "constructor",
|
3832
3856
|
"kind": 512,
|
3833
3857
|
"kindString": "Constructor",
|
@@ -3835,20 +3859,20 @@
|
|
3835
3859
|
"sources": [
|
3836
3860
|
{
|
3837
3861
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3838
|
-
"line":
|
3862
|
+
"line": 32,
|
3839
3863
|
"character": 2
|
3840
3864
|
}
|
3841
3865
|
],
|
3842
3866
|
"signatures": [
|
3843
3867
|
{
|
3844
|
-
"id":
|
3868
|
+
"id": 435,
|
3845
3869
|
"name": "new SkyNumericPipe",
|
3846
3870
|
"kind": 16384,
|
3847
3871
|
"kindString": "Constructor signature",
|
3848
3872
|
"flags": {},
|
3849
3873
|
"parameters": [
|
3850
3874
|
{
|
3851
|
-
"id":
|
3875
|
+
"id": 436,
|
3852
3876
|
"name": "localeProvider",
|
3853
3877
|
"kind": 32768,
|
3854
3878
|
"kindString": "Parameter",
|
@@ -3859,19 +3883,19 @@
|
|
3859
3883
|
}
|
3860
3884
|
},
|
3861
3885
|
{
|
3862
|
-
"id":
|
3886
|
+
"id": 437,
|
3863
3887
|
"name": "numericService",
|
3864
3888
|
"kind": 32768,
|
3865
3889
|
"kindString": "Parameter",
|
3866
3890
|
"flags": {},
|
3867
3891
|
"type": {
|
3868
3892
|
"type": "reference",
|
3869
|
-
"id":
|
3893
|
+
"id": 449,
|
3870
3894
|
"name": "SkyNumericService"
|
3871
3895
|
}
|
3872
3896
|
},
|
3873
3897
|
{
|
3874
|
-
"id":
|
3898
|
+
"id": 438,
|
3875
3899
|
"name": "changeDetector",
|
3876
3900
|
"kind": 32768,
|
3877
3901
|
"kindString": "Parameter",
|
@@ -3886,14 +3910,14 @@
|
|
3886
3910
|
],
|
3887
3911
|
"type": {
|
3888
3912
|
"type": "reference",
|
3889
|
-
"id":
|
3913
|
+
"id": 433,
|
3890
3914
|
"name": "SkyNumericPipe"
|
3891
3915
|
}
|
3892
3916
|
}
|
3893
3917
|
]
|
3894
3918
|
},
|
3895
3919
|
{
|
3896
|
-
"id":
|
3920
|
+
"id": 443,
|
3897
3921
|
"name": "ngOnDestroy",
|
3898
3922
|
"kind": 2048,
|
3899
3923
|
"kindString": "Method",
|
@@ -3903,13 +3927,13 @@
|
|
3903
3927
|
"sources": [
|
3904
3928
|
{
|
3905
3929
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3906
|
-
"line":
|
3930
|
+
"line": 47,
|
3907
3931
|
"character": 9
|
3908
3932
|
}
|
3909
3933
|
],
|
3910
3934
|
"signatures": [
|
3911
3935
|
{
|
3912
|
-
"id":
|
3936
|
+
"id": 444,
|
3913
3937
|
"name": "ngOnDestroy",
|
3914
3938
|
"kind": 4096,
|
3915
3939
|
"kindString": "Call signature",
|
@@ -3930,7 +3954,7 @@
|
|
3930
3954
|
}
|
3931
3955
|
},
|
3932
3956
|
{
|
3933
|
-
"id":
|
3957
|
+
"id": 445,
|
3934
3958
|
"name": "transform",
|
3935
3959
|
"kind": 2048,
|
3936
3960
|
"kindString": "Method",
|
@@ -3940,20 +3964,23 @@
|
|
3940
3964
|
"sources": [
|
3941
3965
|
{
|
3942
3966
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3943
|
-
"line":
|
3967
|
+
"line": 55,
|
3944
3968
|
"character": 9
|
3945
3969
|
}
|
3946
3970
|
],
|
3947
3971
|
"signatures": [
|
3948
3972
|
{
|
3949
|
-
"id":
|
3973
|
+
"id": 446,
|
3950
3974
|
"name": "transform",
|
3951
3975
|
"kind": 4096,
|
3952
3976
|
"kindString": "Call signature",
|
3953
3977
|
"flags": {},
|
3978
|
+
"comment": {
|
3979
|
+
"shortText": "Formats a number based on the provided options."
|
3980
|
+
},
|
3954
3981
|
"parameters": [
|
3955
3982
|
{
|
3956
|
-
"id":
|
3983
|
+
"id": 447,
|
3957
3984
|
"name": "value",
|
3958
3985
|
"kind": 32768,
|
3959
3986
|
"kindString": "Parameter",
|
@@ -3964,7 +3991,7 @@
|
|
3964
3991
|
}
|
3965
3992
|
},
|
3966
3993
|
{
|
3967
|
-
"id":
|
3994
|
+
"id": 448,
|
3968
3995
|
"name": "config",
|
3969
3996
|
"kind": 32768,
|
3970
3997
|
"kindString": "Parameter",
|
@@ -3974,7 +4001,7 @@
|
|
3974
4001
|
"type": {
|
3975
4002
|
"type": "reference",
|
3976
4003
|
"id": 413,
|
3977
|
-
"name": "
|
4004
|
+
"name": "SkyNumericOptions"
|
3978
4005
|
}
|
3979
4006
|
}
|
3980
4007
|
],
|
@@ -3999,22 +4026,22 @@
|
|
3999
4026
|
"title": "Constructors",
|
4000
4027
|
"kind": 512,
|
4001
4028
|
"children": [
|
4002
|
-
|
4029
|
+
434
|
4003
4030
|
]
|
4004
4031
|
},
|
4005
4032
|
{
|
4006
4033
|
"title": "Methods",
|
4007
4034
|
"kind": 2048,
|
4008
4035
|
"children": [
|
4009
|
-
|
4010
|
-
|
4036
|
+
443,
|
4037
|
+
445
|
4011
4038
|
]
|
4012
4039
|
}
|
4013
4040
|
],
|
4014
4041
|
"sources": [
|
4015
4042
|
{
|
4016
4043
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4017
|
-
"line":
|
4044
|
+
"line": 25,
|
4018
4045
|
"character": 13
|
4019
4046
|
}
|
4020
4047
|
],
|
@@ -4034,7 +4061,7 @@
|
|
4034
4061
|
]
|
4035
4062
|
},
|
4036
4063
|
{
|
4037
|
-
"id":
|
4064
|
+
"id": 449,
|
4038
4065
|
"name": "SkyNumericService",
|
4039
4066
|
"kind": 128,
|
4040
4067
|
"kindString": "Class",
|
@@ -4055,7 +4082,7 @@
|
|
4055
4082
|
],
|
4056
4083
|
"children": [
|
4057
4084
|
{
|
4058
|
-
"id":
|
4085
|
+
"id": 450,
|
4059
4086
|
"name": "constructor",
|
4060
4087
|
"kind": 512,
|
4061
4088
|
"kindString": "Constructor",
|
@@ -4069,14 +4096,14 @@
|
|
4069
4096
|
],
|
4070
4097
|
"signatures": [
|
4071
4098
|
{
|
4072
|
-
"id":
|
4099
|
+
"id": 451,
|
4073
4100
|
"name": "new SkyNumericService",
|
4074
4101
|
"kind": 16384,
|
4075
4102
|
"kindString": "Constructor signature",
|
4076
4103
|
"flags": {},
|
4077
4104
|
"parameters": [
|
4078
4105
|
{
|
4079
|
-
"id":
|
4106
|
+
"id": 452,
|
4080
4107
|
"name": "resourcesService",
|
4081
4108
|
"kind": 32768,
|
4082
4109
|
"kindString": "Parameter",
|
@@ -4089,14 +4116,14 @@
|
|
4089
4116
|
],
|
4090
4117
|
"type": {
|
4091
4118
|
"type": "reference",
|
4092
|
-
"id":
|
4119
|
+
"id": 449,
|
4093
4120
|
"name": "SkyNumericService"
|
4094
4121
|
}
|
4095
4122
|
}
|
4096
4123
|
]
|
4097
4124
|
},
|
4098
4125
|
{
|
4099
|
-
"id":
|
4126
|
+
"id": 460,
|
4100
4127
|
"name": "formatNumber",
|
4101
4128
|
"kind": 2048,
|
4102
4129
|
"kindString": "Method",
|
@@ -4112,17 +4139,17 @@
|
|
4112
4139
|
],
|
4113
4140
|
"signatures": [
|
4114
4141
|
{
|
4115
|
-
"id":
|
4142
|
+
"id": 461,
|
4116
4143
|
"name": "formatNumber",
|
4117
4144
|
"kind": 4096,
|
4118
4145
|
"kindString": "Call signature",
|
4119
4146
|
"flags": {},
|
4120
4147
|
"comment": {
|
4121
|
-
"shortText": "
|
4148
|
+
"shortText": "Formats a number based on the provided options."
|
4122
4149
|
},
|
4123
4150
|
"parameters": [
|
4124
4151
|
{
|
4125
|
-
"id":
|
4152
|
+
"id": 462,
|
4126
4153
|
"name": "value",
|
4127
4154
|
"kind": 32768,
|
4128
4155
|
"kindString": "Parameter",
|
@@ -4136,7 +4163,7 @@
|
|
4136
4163
|
}
|
4137
4164
|
},
|
4138
4165
|
{
|
4139
|
-
"id":
|
4166
|
+
"id": 463,
|
4140
4167
|
"name": "options",
|
4141
4168
|
"kind": 32768,
|
4142
4169
|
"kindString": "Parameter",
|
@@ -4147,7 +4174,7 @@
|
|
4147
4174
|
"type": {
|
4148
4175
|
"type": "reference",
|
4149
4176
|
"id": 413,
|
4150
|
-
"name": "
|
4177
|
+
"name": "SkyNumericOptions"
|
4151
4178
|
}
|
4152
4179
|
}
|
4153
4180
|
],
|
@@ -4164,14 +4191,14 @@
|
|
4164
4191
|
"title": "Constructors",
|
4165
4192
|
"kind": 512,
|
4166
4193
|
"children": [
|
4167
|
-
|
4194
|
+
450
|
4168
4195
|
]
|
4169
4196
|
},
|
4170
4197
|
{
|
4171
4198
|
"title": "Methods",
|
4172
4199
|
"kind": 2048,
|
4173
4200
|
"children": [
|
4174
|
-
|
4201
|
+
460
|
4175
4202
|
]
|
4176
4203
|
}
|
4177
4204
|
],
|
@@ -4184,7 +4211,7 @@
|
|
4184
4211
|
]
|
4185
4212
|
},
|
4186
4213
|
{
|
4187
|
-
"id":
|
4214
|
+
"id": 489,
|
4188
4215
|
"name": "SkyOverlayInstance",
|
4189
4216
|
"kind": 128,
|
4190
4217
|
"kindString": "Class",
|
@@ -4194,7 +4221,7 @@
|
|
4194
4221
|
},
|
4195
4222
|
"children": [
|
4196
4223
|
{
|
4197
|
-
"id":
|
4224
|
+
"id": 490,
|
4198
4225
|
"name": "constructor",
|
4199
4226
|
"kind": 512,
|
4200
4227
|
"kindString": "Constructor",
|
@@ -4208,26 +4235,26 @@
|
|
4208
4235
|
],
|
4209
4236
|
"signatures": [
|
4210
4237
|
{
|
4211
|
-
"id":
|
4238
|
+
"id": 491,
|
4212
4239
|
"name": "new SkyOverlayInstance",
|
4213
4240
|
"kind": 16384,
|
4214
4241
|
"kindString": "Constructor signature",
|
4215
4242
|
"flags": {},
|
4216
4243
|
"parameters": [
|
4217
4244
|
{
|
4218
|
-
"id":
|
4245
|
+
"id": 492,
|
4219
4246
|
"name": "config",
|
4220
4247
|
"kind": 32768,
|
4221
4248
|
"kindString": "Parameter",
|
4222
4249
|
"flags": {},
|
4223
4250
|
"type": {
|
4224
4251
|
"type": "reference",
|
4225
|
-
"id":
|
4252
|
+
"id": 482,
|
4226
4253
|
"name": "SkyOverlayConfig"
|
4227
4254
|
}
|
4228
4255
|
},
|
4229
4256
|
{
|
4230
|
-
"id":
|
4257
|
+
"id": 493,
|
4231
4258
|
"name": "componentRef",
|
4232
4259
|
"kind": 32768,
|
4233
4260
|
"kindString": "Parameter",
|
@@ -4248,14 +4275,14 @@
|
|
4248
4275
|
],
|
4249
4276
|
"type": {
|
4250
4277
|
"type": "reference",
|
4251
|
-
"id":
|
4278
|
+
"id": 489,
|
4252
4279
|
"name": "SkyOverlayInstance"
|
4253
4280
|
}
|
4254
4281
|
}
|
4255
4282
|
]
|
4256
4283
|
},
|
4257
4284
|
{
|
4258
|
-
"id":
|
4285
|
+
"id": 494,
|
4259
4286
|
"name": "backdropClick",
|
4260
4287
|
"kind": 262144,
|
4261
4288
|
"kindString": "Accessor",
|
@@ -4271,7 +4298,7 @@
|
|
4271
4298
|
],
|
4272
4299
|
"getSignature": [
|
4273
4300
|
{
|
4274
|
-
"id":
|
4301
|
+
"id": 495,
|
4275
4302
|
"name": "backdropClick",
|
4276
4303
|
"kind": 524288,
|
4277
4304
|
"kindString": "Get signature",
|
@@ -4295,7 +4322,7 @@
|
|
4295
4322
|
]
|
4296
4323
|
},
|
4297
4324
|
{
|
4298
|
-
"id":
|
4325
|
+
"id": 496,
|
4299
4326
|
"name": "closed",
|
4300
4327
|
"kind": 262144,
|
4301
4328
|
"kindString": "Accessor",
|
@@ -4311,7 +4338,7 @@
|
|
4311
4338
|
],
|
4312
4339
|
"getSignature": [
|
4313
4340
|
{
|
4314
|
-
"id":
|
4341
|
+
"id": 497,
|
4315
4342
|
"name": "closed",
|
4316
4343
|
"kind": 524288,
|
4317
4344
|
"kindString": "Get signature",
|
@@ -4335,7 +4362,7 @@
|
|
4335
4362
|
]
|
4336
4363
|
},
|
4337
4364
|
{
|
4338
|
-
"id":
|
4365
|
+
"id": 502,
|
4339
4366
|
"name": "attachComponent",
|
4340
4367
|
"kind": 2048,
|
4341
4368
|
"kindString": "Method",
|
@@ -4351,7 +4378,7 @@
|
|
4351
4378
|
],
|
4352
4379
|
"signatures": [
|
4353
4380
|
{
|
4354
|
-
"id":
|
4381
|
+
"id": 503,
|
4355
4382
|
"name": "attachComponent",
|
4356
4383
|
"kind": 4096,
|
4357
4384
|
"kindString": "Call signature",
|
@@ -4361,7 +4388,7 @@
|
|
4361
4388
|
},
|
4362
4389
|
"typeParameter": [
|
4363
4390
|
{
|
4364
|
-
"id":
|
4391
|
+
"id": 504,
|
4365
4392
|
"name": "C",
|
4366
4393
|
"kind": 131072,
|
4367
4394
|
"kindString": "Type parameter",
|
@@ -4370,7 +4397,7 @@
|
|
4370
4397
|
],
|
4371
4398
|
"parameters": [
|
4372
4399
|
{
|
4373
|
-
"id":
|
4400
|
+
"id": 505,
|
4374
4401
|
"name": "component",
|
4375
4402
|
"kind": 32768,
|
4376
4403
|
"kindString": "Parameter",
|
@@ -4383,7 +4410,7 @@
|
|
4383
4410
|
"typeArguments": [
|
4384
4411
|
{
|
4385
4412
|
"type": "reference",
|
4386
|
-
"id":
|
4413
|
+
"id": 504,
|
4387
4414
|
"name": "C"
|
4388
4415
|
}
|
4389
4416
|
],
|
@@ -4393,7 +4420,7 @@
|
|
4393
4420
|
}
|
4394
4421
|
},
|
4395
4422
|
{
|
4396
|
-
"id":
|
4423
|
+
"id": 506,
|
4397
4424
|
"name": "providers",
|
4398
4425
|
"kind": 32768,
|
4399
4426
|
"kindString": "Parameter",
|
@@ -4416,14 +4443,14 @@
|
|
4416
4443
|
],
|
4417
4444
|
"type": {
|
4418
4445
|
"type": "reference",
|
4419
|
-
"id":
|
4446
|
+
"id": 504,
|
4420
4447
|
"name": "C"
|
4421
4448
|
}
|
4422
4449
|
}
|
4423
4450
|
]
|
4424
4451
|
},
|
4425
4452
|
{
|
4426
|
-
"id":
|
4453
|
+
"id": 507,
|
4427
4454
|
"name": "attachTemplate",
|
4428
4455
|
"kind": 2048,
|
4429
4456
|
"kindString": "Method",
|
@@ -4439,7 +4466,7 @@
|
|
4439
4466
|
],
|
4440
4467
|
"signatures": [
|
4441
4468
|
{
|
4442
|
-
"id":
|
4469
|
+
"id": 508,
|
4443
4470
|
"name": "attachTemplate",
|
4444
4471
|
"kind": 4096,
|
4445
4472
|
"kindString": "Call signature",
|
@@ -4449,7 +4476,7 @@
|
|
4449
4476
|
},
|
4450
4477
|
"typeParameter": [
|
4451
4478
|
{
|
4452
|
-
"id":
|
4479
|
+
"id": 509,
|
4453
4480
|
"name": "T",
|
4454
4481
|
"kind": 131072,
|
4455
4482
|
"kindString": "Type parameter",
|
@@ -4458,7 +4485,7 @@
|
|
4458
4485
|
],
|
4459
4486
|
"parameters": [
|
4460
4487
|
{
|
4461
|
-
"id":
|
4488
|
+
"id": 510,
|
4462
4489
|
"name": "templateRef",
|
4463
4490
|
"kind": 32768,
|
4464
4491
|
"kindString": "Parameter",
|
@@ -4471,7 +4498,7 @@
|
|
4471
4498
|
"typeArguments": [
|
4472
4499
|
{
|
4473
4500
|
"type": "reference",
|
4474
|
-
"id":
|
4501
|
+
"id": 509,
|
4475
4502
|
"name": "T"
|
4476
4503
|
}
|
4477
4504
|
],
|
@@ -4481,7 +4508,7 @@
|
|
4481
4508
|
}
|
4482
4509
|
},
|
4483
4510
|
{
|
4484
|
-
"id":
|
4511
|
+
"id": 511,
|
4485
4512
|
"name": "context",
|
4486
4513
|
"kind": 32768,
|
4487
4514
|
"kindString": "Parameter",
|
@@ -4493,7 +4520,7 @@
|
|
4493
4520
|
},
|
4494
4521
|
"type": {
|
4495
4522
|
"type": "reference",
|
4496
|
-
"id":
|
4523
|
+
"id": 509,
|
4497
4524
|
"name": "T"
|
4498
4525
|
}
|
4499
4526
|
}
|
@@ -4511,31 +4538,31 @@
|
|
4511
4538
|
"title": "Constructors",
|
4512
4539
|
"kind": 512,
|
4513
4540
|
"children": [
|
4514
|
-
|
4541
|
+
490
|
4515
4542
|
]
|
4516
4543
|
},
|
4517
4544
|
{
|
4518
4545
|
"title": "Properties",
|
4519
4546
|
"kind": 1024,
|
4520
4547
|
"children": [
|
4521
|
-
|
4522
|
-
|
4548
|
+
501,
|
4549
|
+
500
|
4523
4550
|
]
|
4524
4551
|
},
|
4525
4552
|
{
|
4526
4553
|
"title": "Accessors",
|
4527
4554
|
"kind": 262144,
|
4528
4555
|
"children": [
|
4529
|
-
|
4530
|
-
|
4556
|
+
494,
|
4557
|
+
496
|
4531
4558
|
]
|
4532
4559
|
},
|
4533
4560
|
{
|
4534
4561
|
"title": "Methods",
|
4535
4562
|
"kind": 2048,
|
4536
4563
|
"children": [
|
4537
|
-
|
4538
|
-
|
4564
|
+
502,
|
4565
|
+
507
|
4539
4566
|
]
|
4540
4567
|
}
|
4541
4568
|
],
|
@@ -4548,7 +4575,7 @@
|
|
4548
4575
|
]
|
4549
4576
|
},
|
4550
4577
|
{
|
4551
|
-
"id":
|
4578
|
+
"id": 512,
|
4552
4579
|
"name": "SkyOverlayModule",
|
4553
4580
|
"kind": 128,
|
4554
4581
|
"kindString": "Class",
|
@@ -4573,7 +4600,7 @@
|
|
4573
4600
|
"title": "Constructors",
|
4574
4601
|
"kind": 512,
|
4575
4602
|
"children": [
|
4576
|
-
|
4603
|
+
513
|
4577
4604
|
]
|
4578
4605
|
}
|
4579
4606
|
],
|
@@ -4586,7 +4613,7 @@
|
|
4586
4613
|
]
|
4587
4614
|
},
|
4588
4615
|
{
|
4589
|
-
"id":
|
4616
|
+
"id": 515,
|
4590
4617
|
"name": "SkyOverlayService",
|
4591
4618
|
"kind": 128,
|
4592
4619
|
"kindString": "Class",
|
@@ -4616,7 +4643,7 @@
|
|
4616
4643
|
],
|
4617
4644
|
"children": [
|
4618
4645
|
{
|
4619
|
-
"id":
|
4646
|
+
"id": 517,
|
4620
4647
|
"name": "constructor",
|
4621
4648
|
"kind": 512,
|
4622
4649
|
"kindString": "Constructor",
|
@@ -4630,14 +4657,14 @@
|
|
4630
4657
|
],
|
4631
4658
|
"signatures": [
|
4632
4659
|
{
|
4633
|
-
"id":
|
4660
|
+
"id": 518,
|
4634
4661
|
"name": "new SkyOverlayService",
|
4635
4662
|
"kind": 16384,
|
4636
4663
|
"kindString": "Constructor signature",
|
4637
4664
|
"flags": {},
|
4638
4665
|
"parameters": [
|
4639
4666
|
{
|
4640
|
-
"id":
|
4667
|
+
"id": 519,
|
4641
4668
|
"name": "applicationRef",
|
4642
4669
|
"kind": 32768,
|
4643
4670
|
"kindString": "Parameter",
|
@@ -4650,7 +4677,7 @@
|
|
4650
4677
|
}
|
4651
4678
|
},
|
4652
4679
|
{
|
4653
|
-
"id":
|
4680
|
+
"id": 520,
|
4654
4681
|
"name": "componentFactoryResolver",
|
4655
4682
|
"kind": 32768,
|
4656
4683
|
"kindString": "Parameter",
|
@@ -4663,7 +4690,7 @@
|
|
4663
4690
|
}
|
4664
4691
|
},
|
4665
4692
|
{
|
4666
|
-
"id":
|
4693
|
+
"id": 521,
|
4667
4694
|
"name": "injector",
|
4668
4695
|
"kind": 32768,
|
4669
4696
|
"kindString": "Parameter",
|
@@ -4676,7 +4703,7 @@
|
|
4676
4703
|
}
|
4677
4704
|
},
|
4678
4705
|
{
|
4679
|
-
"id":
|
4706
|
+
"id": 522,
|
4680
4707
|
"name": "adapter",
|
4681
4708
|
"kind": 32768,
|
4682
4709
|
"kindString": "Parameter",
|
@@ -4689,14 +4716,14 @@
|
|
4689
4716
|
],
|
4690
4717
|
"type": {
|
4691
4718
|
"type": "reference",
|
4692
|
-
"id":
|
4719
|
+
"id": 515,
|
4693
4720
|
"name": "SkyOverlayService"
|
4694
4721
|
}
|
4695
4722
|
}
|
4696
4723
|
]
|
4697
4724
|
},
|
4698
4725
|
{
|
4699
|
-
"id":
|
4726
|
+
"id": 526,
|
4700
4727
|
"name": "close",
|
4701
4728
|
"kind": 2048,
|
4702
4729
|
"kindString": "Method",
|
@@ -4712,7 +4739,7 @@
|
|
4712
4739
|
],
|
4713
4740
|
"signatures": [
|
4714
4741
|
{
|
4715
|
-
"id":
|
4742
|
+
"id": 527,
|
4716
4743
|
"name": "close",
|
4717
4744
|
"kind": 4096,
|
4718
4745
|
"kindString": "Call signature",
|
@@ -4722,7 +4749,7 @@
|
|
4722
4749
|
},
|
4723
4750
|
"parameters": [
|
4724
4751
|
{
|
4725
|
-
"id":
|
4752
|
+
"id": 528,
|
4726
4753
|
"name": "instance",
|
4727
4754
|
"kind": 32768,
|
4728
4755
|
"kindString": "Parameter",
|
@@ -4732,7 +4759,7 @@
|
|
4732
4759
|
},
|
4733
4760
|
"type": {
|
4734
4761
|
"type": "reference",
|
4735
|
-
"id":
|
4762
|
+
"id": 489,
|
4736
4763
|
"name": "SkyOverlayInstance"
|
4737
4764
|
}
|
4738
4765
|
}
|
@@ -4745,7 +4772,7 @@
|
|
4745
4772
|
]
|
4746
4773
|
},
|
4747
4774
|
{
|
4748
|
-
"id":
|
4775
|
+
"id": 529,
|
4749
4776
|
"name": "closeAll",
|
4750
4777
|
"kind": 2048,
|
4751
4778
|
"kindString": "Method",
|
@@ -4761,7 +4788,7 @@
|
|
4761
4788
|
],
|
4762
4789
|
"signatures": [
|
4763
4790
|
{
|
4764
|
-
"id":
|
4791
|
+
"id": 530,
|
4765
4792
|
"name": "closeAll",
|
4766
4793
|
"kind": 4096,
|
4767
4794
|
"kindString": "Call signature",
|
@@ -4777,7 +4804,7 @@
|
|
4777
4804
|
]
|
4778
4805
|
},
|
4779
4806
|
{
|
4780
|
-
"id":
|
4807
|
+
"id": 523,
|
4781
4808
|
"name": "create",
|
4782
4809
|
"kind": 2048,
|
4783
4810
|
"kindString": "Method",
|
@@ -4793,7 +4820,7 @@
|
|
4793
4820
|
],
|
4794
4821
|
"signatures": [
|
4795
4822
|
{
|
4796
|
-
"id":
|
4823
|
+
"id": 524,
|
4797
4824
|
"name": "create",
|
4798
4825
|
"kind": 4096,
|
4799
4826
|
"kindString": "Call signature",
|
@@ -4803,7 +4830,7 @@
|
|
4803
4830
|
},
|
4804
4831
|
"parameters": [
|
4805
4832
|
{
|
4806
|
-
"id":
|
4833
|
+
"id": 525,
|
4807
4834
|
"name": "config",
|
4808
4835
|
"kind": 32768,
|
4809
4836
|
"kindString": "Parameter",
|
@@ -4815,14 +4842,14 @@
|
|
4815
4842
|
},
|
4816
4843
|
"type": {
|
4817
4844
|
"type": "reference",
|
4818
|
-
"id":
|
4845
|
+
"id": 482,
|
4819
4846
|
"name": "SkyOverlayConfig"
|
4820
4847
|
}
|
4821
4848
|
}
|
4822
4849
|
],
|
4823
4850
|
"type": {
|
4824
4851
|
"type": "reference",
|
4825
|
-
"id":
|
4852
|
+
"id": 489,
|
4826
4853
|
"name": "SkyOverlayInstance"
|
4827
4854
|
}
|
4828
4855
|
}
|
@@ -4834,16 +4861,16 @@
|
|
4834
4861
|
"title": "Constructors",
|
4835
4862
|
"kind": 512,
|
4836
4863
|
"children": [
|
4837
|
-
|
4864
|
+
517
|
4838
4865
|
]
|
4839
4866
|
},
|
4840
4867
|
{
|
4841
4868
|
"title": "Methods",
|
4842
4869
|
"kind": 2048,
|
4843
4870
|
"children": [
|
4844
|
-
|
4845
|
-
|
4846
|
-
|
4871
|
+
526,
|
4872
|
+
529,
|
4873
|
+
523
|
4847
4874
|
]
|
4848
4875
|
}
|
4849
4876
|
],
|
@@ -4856,7 +4883,7 @@
|
|
4856
4883
|
]
|
4857
4884
|
},
|
4858
4885
|
{
|
4859
|
-
"id":
|
4886
|
+
"id": 543,
|
4860
4887
|
"name": "SkyPercentPipe",
|
4861
4888
|
"kind": 128,
|
4862
4889
|
"kindString": "Class",
|
@@ -4877,7 +4904,7 @@
|
|
4877
4904
|
],
|
4878
4905
|
"children": [
|
4879
4906
|
{
|
4880
|
-
"id":
|
4907
|
+
"id": 544,
|
4881
4908
|
"name": "constructor",
|
4882
4909
|
"kind": 512,
|
4883
4910
|
"kindString": "Constructor",
|
@@ -4891,14 +4918,14 @@
|
|
4891
4918
|
],
|
4892
4919
|
"signatures": [
|
4893
4920
|
{
|
4894
|
-
"id":
|
4921
|
+
"id": 545,
|
4895
4922
|
"name": "new SkyPercentPipe",
|
4896
4923
|
"kind": 16384,
|
4897
4924
|
"kindString": "Constructor signature",
|
4898
4925
|
"flags": {},
|
4899
4926
|
"parameters": [
|
4900
4927
|
{
|
4901
|
-
"id":
|
4928
|
+
"id": 546,
|
4902
4929
|
"name": "localeProvider",
|
4903
4930
|
"kind": 32768,
|
4904
4931
|
"kindString": "Parameter",
|
@@ -4911,14 +4938,14 @@
|
|
4911
4938
|
],
|
4912
4939
|
"type": {
|
4913
4940
|
"type": "reference",
|
4914
|
-
"id":
|
4941
|
+
"id": 543,
|
4915
4942
|
"name": "SkyPercentPipe"
|
4916
4943
|
}
|
4917
4944
|
}
|
4918
4945
|
]
|
4919
4946
|
},
|
4920
4947
|
{
|
4921
|
-
"id":
|
4948
|
+
"id": 554,
|
4922
4949
|
"name": "ngOnDestroy",
|
4923
4950
|
"kind": 2048,
|
4924
4951
|
"kindString": "Method",
|
@@ -4934,7 +4961,7 @@
|
|
4934
4961
|
],
|
4935
4962
|
"signatures": [
|
4936
4963
|
{
|
4937
|
-
"id":
|
4964
|
+
"id": 555,
|
4938
4965
|
"name": "ngOnDestroy",
|
4939
4966
|
"kind": 4096,
|
4940
4967
|
"kindString": "Call signature",
|
@@ -4955,7 +4982,7 @@
|
|
4955
4982
|
}
|
4956
4983
|
},
|
4957
4984
|
{
|
4958
|
-
"id":
|
4985
|
+
"id": 556,
|
4959
4986
|
"name": "transform",
|
4960
4987
|
"kind": 2048,
|
4961
4988
|
"kindString": "Method",
|
@@ -4971,14 +4998,14 @@
|
|
4971
4998
|
],
|
4972
4999
|
"signatures": [
|
4973
5000
|
{
|
4974
|
-
"id":
|
5001
|
+
"id": 557,
|
4975
5002
|
"name": "transform",
|
4976
5003
|
"kind": 4096,
|
4977
5004
|
"kindString": "Call signature",
|
4978
5005
|
"flags": {},
|
4979
5006
|
"parameters": [
|
4980
5007
|
{
|
4981
|
-
"id":
|
5008
|
+
"id": 558,
|
4982
5009
|
"name": "value",
|
4983
5010
|
"kind": 32768,
|
4984
5011
|
"kindString": "Parameter",
|
@@ -4989,7 +5016,7 @@
|
|
4989
5016
|
}
|
4990
5017
|
},
|
4991
5018
|
{
|
4992
|
-
"id":
|
5019
|
+
"id": 559,
|
4993
5020
|
"name": "format",
|
4994
5021
|
"kind": 32768,
|
4995
5022
|
"kindString": "Parameter",
|
@@ -5002,7 +5029,7 @@
|
|
5002
5029
|
}
|
5003
5030
|
},
|
5004
5031
|
{
|
5005
|
-
"id":
|
5032
|
+
"id": 560,
|
5006
5033
|
"name": "locale",
|
5007
5034
|
"kind": 32768,
|
5008
5035
|
"kindString": "Parameter",
|
@@ -5036,15 +5063,15 @@
|
|
5036
5063
|
"title": "Constructors",
|
5037
5064
|
"kind": 512,
|
5038
5065
|
"children": [
|
5039
|
-
|
5066
|
+
544
|
5040
5067
|
]
|
5041
5068
|
},
|
5042
5069
|
{
|
5043
5070
|
"title": "Methods",
|
5044
5071
|
"kind": 2048,
|
5045
5072
|
"children": [
|
5046
|
-
|
5047
|
-
|
5073
|
+
554,
|
5074
|
+
556
|
5048
5075
|
]
|
5049
5076
|
}
|
5050
5077
|
],
|
@@ -5071,7 +5098,7 @@
|
|
5071
5098
|
]
|
5072
5099
|
},
|
5073
5100
|
{
|
5074
|
-
"id":
|
5101
|
+
"id": 540,
|
5075
5102
|
"name": "SkyPercentPipeModule",
|
5076
5103
|
"kind": 128,
|
5077
5104
|
"kindString": "Class",
|
@@ -5096,7 +5123,7 @@
|
|
5096
5123
|
"title": "Constructors",
|
5097
5124
|
"kind": 512,
|
5098
5125
|
"children": [
|
5099
|
-
|
5126
|
+
541
|
5100
5127
|
]
|
5101
5128
|
}
|
5102
5129
|
],
|
@@ -5109,7 +5136,7 @@
|
|
5109
5136
|
]
|
5110
5137
|
},
|
5111
5138
|
{
|
5112
|
-
"id":
|
5139
|
+
"id": 580,
|
5113
5140
|
"name": "SkyResizeObserverMediaQueryService",
|
5114
5141
|
"kind": 128,
|
5115
5142
|
"kindString": "Class",
|
@@ -5133,7 +5160,7 @@
|
|
5133
5160
|
],
|
5134
5161
|
"children": [
|
5135
5162
|
{
|
5136
|
-
"id":
|
5163
|
+
"id": 581,
|
5137
5164
|
"name": "constructor",
|
5138
5165
|
"kind": 512,
|
5139
5166
|
"kindString": "Constructor",
|
@@ -5147,35 +5174,35 @@
|
|
5147
5174
|
],
|
5148
5175
|
"signatures": [
|
5149
5176
|
{
|
5150
|
-
"id":
|
5177
|
+
"id": 582,
|
5151
5178
|
"name": "new SkyResizeObserverMediaQueryService",
|
5152
5179
|
"kind": 16384,
|
5153
5180
|
"kindString": "Constructor signature",
|
5154
5181
|
"flags": {},
|
5155
5182
|
"parameters": [
|
5156
5183
|
{
|
5157
|
-
"id":
|
5184
|
+
"id": 583,
|
5158
5185
|
"name": "resizeObserverService",
|
5159
5186
|
"kind": 32768,
|
5160
5187
|
"kindString": "Parameter",
|
5161
5188
|
"flags": {},
|
5162
5189
|
"type": {
|
5163
5190
|
"type": "reference",
|
5164
|
-
"id":
|
5191
|
+
"id": 563,
|
5165
5192
|
"name": "SkyResizeObserverService"
|
5166
5193
|
}
|
5167
5194
|
}
|
5168
5195
|
],
|
5169
5196
|
"type": {
|
5170
5197
|
"type": "reference",
|
5171
|
-
"id":
|
5198
|
+
"id": 580,
|
5172
5199
|
"name": "SkyResizeObserverMediaQueryService"
|
5173
5200
|
}
|
5174
5201
|
}
|
5175
5202
|
]
|
5176
5203
|
},
|
5177
5204
|
{
|
5178
|
-
"id":
|
5205
|
+
"id": 584,
|
5179
5206
|
"name": "current",
|
5180
5207
|
"kind": 262144,
|
5181
5208
|
"kindString": "Accessor",
|
@@ -5191,7 +5218,7 @@
|
|
5191
5218
|
],
|
5192
5219
|
"getSignature": [
|
5193
5220
|
{
|
5194
|
-
"id":
|
5221
|
+
"id": 585,
|
5195
5222
|
"name": "current",
|
5196
5223
|
"kind": 524288,
|
5197
5224
|
"kindString": "Get signature",
|
@@ -5208,7 +5235,7 @@
|
|
5208
5235
|
]
|
5209
5236
|
},
|
5210
5237
|
{
|
5211
|
-
"id":
|
5238
|
+
"id": 596,
|
5212
5239
|
"name": "ngOnDestroy",
|
5213
5240
|
"kind": 2048,
|
5214
5241
|
"kindString": "Method",
|
@@ -5224,7 +5251,7 @@
|
|
5224
5251
|
],
|
5225
5252
|
"signatures": [
|
5226
5253
|
{
|
5227
|
-
"id":
|
5254
|
+
"id": 597,
|
5228
5255
|
"name": "ngOnDestroy",
|
5229
5256
|
"kind": 4096,
|
5230
5257
|
"kindString": "Call signature",
|
@@ -5245,7 +5272,7 @@
|
|
5245
5272
|
}
|
5246
5273
|
},
|
5247
5274
|
{
|
5248
|
-
"id":
|
5275
|
+
"id": 600,
|
5249
5276
|
"name": "observe",
|
5250
5277
|
"kind": 2048,
|
5251
5278
|
"kindString": "Method",
|
@@ -5261,7 +5288,7 @@
|
|
5261
5288
|
],
|
5262
5289
|
"signatures": [
|
5263
5290
|
{
|
5264
|
-
"id":
|
5291
|
+
"id": 601,
|
5265
5292
|
"name": "observe",
|
5266
5293
|
"kind": 4096,
|
5267
5294
|
"kindString": "Call signature",
|
@@ -5271,7 +5298,7 @@
|
|
5271
5298
|
},
|
5272
5299
|
"parameters": [
|
5273
5300
|
{
|
5274
|
-
"id":
|
5301
|
+
"id": 602,
|
5275
5302
|
"name": "element",
|
5276
5303
|
"kind": 32768,
|
5277
5304
|
"kindString": "Parameter",
|
@@ -5292,14 +5319,14 @@
|
|
5292
5319
|
],
|
5293
5320
|
"type": {
|
5294
5321
|
"type": "reference",
|
5295
|
-
"id":
|
5322
|
+
"id": 580,
|
5296
5323
|
"name": "SkyResizeObserverMediaQueryService"
|
5297
5324
|
}
|
5298
5325
|
}
|
5299
5326
|
]
|
5300
5327
|
},
|
5301
5328
|
{
|
5302
|
-
"id":
|
5329
|
+
"id": 605,
|
5303
5330
|
"name": "subscribe",
|
5304
5331
|
"kind": 2048,
|
5305
5332
|
"kindString": "Method",
|
@@ -5309,13 +5336,13 @@
|
|
5309
5336
|
"sources": [
|
5310
5337
|
{
|
5311
5338
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5312
|
-
"line":
|
5339
|
+
"line": 110,
|
5313
5340
|
"character": 9
|
5314
5341
|
}
|
5315
5342
|
],
|
5316
5343
|
"signatures": [
|
5317
5344
|
{
|
5318
|
-
"id":
|
5345
|
+
"id": 606,
|
5319
5346
|
"name": "subscribe",
|
5320
5347
|
"kind": 4096,
|
5321
5348
|
"kindString": "Call signature",
|
@@ -5325,7 +5352,7 @@
|
|
5325
5352
|
},
|
5326
5353
|
"parameters": [
|
5327
5354
|
{
|
5328
|
-
"id":
|
5355
|
+
"id": 607,
|
5329
5356
|
"name": "listener",
|
5330
5357
|
"kind": 32768,
|
5331
5358
|
"kindString": "Parameter",
|
@@ -5347,7 +5374,7 @@
|
|
5347
5374
|
]
|
5348
5375
|
},
|
5349
5376
|
{
|
5350
|
-
"id":
|
5377
|
+
"id": 603,
|
5351
5378
|
"name": "unobserve",
|
5352
5379
|
"kind": 2048,
|
5353
5380
|
"kindString": "Method",
|
@@ -5357,13 +5384,13 @@
|
|
5357
5384
|
"sources": [
|
5358
5385
|
{
|
5359
5386
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5360
|
-
"line":
|
5387
|
+
"line": 103,
|
5361
5388
|
"character": 9
|
5362
5389
|
}
|
5363
5390
|
],
|
5364
5391
|
"signatures": [
|
5365
5392
|
{
|
5366
|
-
"id":
|
5393
|
+
"id": 604,
|
5367
5394
|
"name": "unobserve",
|
5368
5395
|
"kind": 4096,
|
5369
5396
|
"kindString": "Call signature",
|
@@ -5384,24 +5411,24 @@
|
|
5384
5411
|
"title": "Constructors",
|
5385
5412
|
"kind": 512,
|
5386
5413
|
"children": [
|
5387
|
-
|
5414
|
+
581
|
5388
5415
|
]
|
5389
5416
|
},
|
5390
5417
|
{
|
5391
5418
|
"title": "Accessors",
|
5392
5419
|
"kind": 262144,
|
5393
5420
|
"children": [
|
5394
|
-
|
5421
|
+
584
|
5395
5422
|
]
|
5396
5423
|
},
|
5397
5424
|
{
|
5398
5425
|
"title": "Methods",
|
5399
5426
|
"kind": 2048,
|
5400
5427
|
"children": [
|
5401
|
-
587,
|
5402
|
-
591,
|
5403
5428
|
596,
|
5404
|
-
|
5429
|
+
600,
|
5430
|
+
605,
|
5431
|
+
603
|
5405
5432
|
]
|
5406
5433
|
}
|
5407
5434
|
],
|
@@ -5422,7 +5449,7 @@
|
|
5422
5449
|
]
|
5423
5450
|
},
|
5424
5451
|
{
|
5425
|
-
"id":
|
5452
|
+
"id": 563,
|
5426
5453
|
"name": "SkyResizeObserverService",
|
5427
5454
|
"kind": 128,
|
5428
5455
|
"kindString": "Class",
|
@@ -5446,7 +5473,7 @@
|
|
5446
5473
|
],
|
5447
5474
|
"children": [
|
5448
5475
|
{
|
5449
|
-
"id":
|
5476
|
+
"id": 564,
|
5450
5477
|
"name": "constructor",
|
5451
5478
|
"kind": 512,
|
5452
5479
|
"kindString": "Constructor",
|
@@ -5460,14 +5487,14 @@
|
|
5460
5487
|
],
|
5461
5488
|
"signatures": [
|
5462
5489
|
{
|
5463
|
-
"id":
|
5490
|
+
"id": 565,
|
5464
5491
|
"name": "new SkyResizeObserverService",
|
5465
5492
|
"kind": 16384,
|
5466
5493
|
"kindString": "Constructor signature",
|
5467
5494
|
"flags": {},
|
5468
5495
|
"parameters": [
|
5469
5496
|
{
|
5470
|
-
"id":
|
5497
|
+
"id": 566,
|
5471
5498
|
"name": "zone",
|
5472
5499
|
"kind": 32768,
|
5473
5500
|
"kindString": "Parameter",
|
@@ -5482,14 +5509,14 @@
|
|
5482
5509
|
],
|
5483
5510
|
"type": {
|
5484
5511
|
"type": "reference",
|
5485
|
-
"id":
|
5512
|
+
"id": 563,
|
5486
5513
|
"name": "SkyResizeObserverService"
|
5487
5514
|
}
|
5488
5515
|
}
|
5489
5516
|
]
|
5490
5517
|
},
|
5491
5518
|
{
|
5492
|
-
"id":
|
5519
|
+
"id": 569,
|
5493
5520
|
"name": "ngOnDestroy",
|
5494
5521
|
"kind": 2048,
|
5495
5522
|
"kindString": "Method",
|
@@ -5505,7 +5532,7 @@
|
|
5505
5532
|
],
|
5506
5533
|
"signatures": [
|
5507
5534
|
{
|
5508
|
-
"id":
|
5535
|
+
"id": 570,
|
5509
5536
|
"name": "ngOnDestroy",
|
5510
5537
|
"kind": 4096,
|
5511
5538
|
"kindString": "Call signature",
|
@@ -5526,7 +5553,7 @@
|
|
5526
5553
|
}
|
5527
5554
|
},
|
5528
5555
|
{
|
5529
|
-
"id":
|
5556
|
+
"id": 571,
|
5530
5557
|
"name": "observe",
|
5531
5558
|
"kind": 2048,
|
5532
5559
|
"kindString": "Method",
|
@@ -5542,7 +5569,7 @@
|
|
5542
5569
|
],
|
5543
5570
|
"signatures": [
|
5544
5571
|
{
|
5545
|
-
"id":
|
5572
|
+
"id": 572,
|
5546
5573
|
"name": "observe",
|
5547
5574
|
"kind": 4096,
|
5548
5575
|
"kindString": "Call signature",
|
@@ -5552,7 +5579,7 @@
|
|
5552
5579
|
},
|
5553
5580
|
"parameters": [
|
5554
5581
|
{
|
5555
|
-
"id":
|
5582
|
+
"id": 573,
|
5556
5583
|
"name": "element",
|
5557
5584
|
"kind": 32768,
|
5558
5585
|
"kindString": "Parameter",
|
@@ -5594,15 +5621,15 @@
|
|
5594
5621
|
"title": "Constructors",
|
5595
5622
|
"kind": 512,
|
5596
5623
|
"children": [
|
5597
|
-
|
5624
|
+
564
|
5598
5625
|
]
|
5599
5626
|
},
|
5600
5627
|
{
|
5601
5628
|
"title": "Methods",
|
5602
5629
|
"kind": 2048,
|
5603
5630
|
"children": [
|
5604
|
-
|
5605
|
-
|
5631
|
+
569,
|
5632
|
+
571
|
5606
5633
|
]
|
5607
5634
|
}
|
5608
5635
|
],
|
@@ -5623,7 +5650,7 @@
|
|
5623
5650
|
]
|
5624
5651
|
},
|
5625
5652
|
{
|
5626
|
-
"id":
|
5653
|
+
"id": 617,
|
5627
5654
|
"name": "SkyScrollableHostService",
|
5628
5655
|
"kind": 128,
|
5629
5656
|
"kindString": "Class",
|
@@ -5644,7 +5671,7 @@
|
|
5644
5671
|
],
|
5645
5672
|
"children": [
|
5646
5673
|
{
|
5647
|
-
"id":
|
5674
|
+
"id": 618,
|
5648
5675
|
"name": "constructor",
|
5649
5676
|
"kind": 512,
|
5650
5677
|
"kindString": "Constructor",
|
@@ -5658,14 +5685,14 @@
|
|
5658
5685
|
],
|
5659
5686
|
"signatures": [
|
5660
5687
|
{
|
5661
|
-
"id":
|
5688
|
+
"id": 619,
|
5662
5689
|
"name": "new SkyScrollableHostService",
|
5663
5690
|
"kind": 16384,
|
5664
5691
|
"kindString": "Constructor signature",
|
5665
5692
|
"flags": {},
|
5666
5693
|
"parameters": [
|
5667
5694
|
{
|
5668
|
-
"id":
|
5695
|
+
"id": 620,
|
5669
5696
|
"name": "mutationObserverSvc",
|
5670
5697
|
"kind": 32768,
|
5671
5698
|
"kindString": "Parameter",
|
@@ -5677,28 +5704,28 @@
|
|
5677
5704
|
}
|
5678
5705
|
},
|
5679
5706
|
{
|
5680
|
-
"id":
|
5707
|
+
"id": 621,
|
5681
5708
|
"name": "windowRef",
|
5682
5709
|
"kind": 32768,
|
5683
5710
|
"kindString": "Parameter",
|
5684
5711
|
"flags": {},
|
5685
5712
|
"type": {
|
5686
5713
|
"type": "reference",
|
5687
|
-
"id":
|
5714
|
+
"id": 694,
|
5688
5715
|
"name": "SkyAppWindowRef"
|
5689
5716
|
}
|
5690
5717
|
}
|
5691
5718
|
],
|
5692
5719
|
"type": {
|
5693
5720
|
"type": "reference",
|
5694
|
-
"id":
|
5721
|
+
"id": 617,
|
5695
5722
|
"name": "SkyScrollableHostService"
|
5696
5723
|
}
|
5697
5724
|
}
|
5698
5725
|
]
|
5699
5726
|
},
|
5700
5727
|
{
|
5701
|
-
"id":
|
5728
|
+
"id": 622,
|
5702
5729
|
"name": "getScrollableHost",
|
5703
5730
|
"kind": 2048,
|
5704
5731
|
"kindString": "Method",
|
@@ -5714,7 +5741,7 @@
|
|
5714
5741
|
],
|
5715
5742
|
"signatures": [
|
5716
5743
|
{
|
5717
|
-
"id":
|
5744
|
+
"id": 623,
|
5718
5745
|
"name": "getScrollableHost",
|
5719
5746
|
"kind": 4096,
|
5720
5747
|
"kindString": "Call signature",
|
@@ -5725,7 +5752,7 @@
|
|
5725
5752
|
},
|
5726
5753
|
"parameters": [
|
5727
5754
|
{
|
5728
|
-
"id":
|
5755
|
+
"id": 624,
|
5729
5756
|
"name": "elementRef",
|
5730
5757
|
"kind": 32768,
|
5731
5758
|
"kindString": "Parameter",
|
@@ -5768,7 +5795,7 @@
|
|
5768
5795
|
]
|
5769
5796
|
},
|
5770
5797
|
{
|
5771
|
-
"id":
|
5798
|
+
"id": 628,
|
5772
5799
|
"name": "watchScrollableHostScrollEvents",
|
5773
5800
|
"kind": 2048,
|
5774
5801
|
"kindString": "Method",
|
@@ -5784,7 +5811,7 @@
|
|
5784
5811
|
],
|
5785
5812
|
"signatures": [
|
5786
5813
|
{
|
5787
|
-
"id":
|
5814
|
+
"id": 629,
|
5788
5815
|
"name": "watchScrollableHostScrollEvents",
|
5789
5816
|
"kind": 4096,
|
5790
5817
|
"kindString": "Call signature",
|
@@ -5795,7 +5822,7 @@
|
|
5795
5822
|
},
|
5796
5823
|
"parameters": [
|
5797
5824
|
{
|
5798
|
-
"id":
|
5825
|
+
"id": 630,
|
5799
5826
|
"name": "elementRef",
|
5800
5827
|
"kind": 32768,
|
5801
5828
|
"kindString": "Parameter",
|
@@ -5838,15 +5865,15 @@
|
|
5838
5865
|
"title": "Constructors",
|
5839
5866
|
"kind": 512,
|
5840
5867
|
"children": [
|
5841
|
-
|
5868
|
+
618
|
5842
5869
|
]
|
5843
5870
|
},
|
5844
5871
|
{
|
5845
5872
|
"title": "Methods",
|
5846
5873
|
"kind": 2048,
|
5847
5874
|
"children": [
|
5848
|
-
|
5849
|
-
|
5875
|
+
622,
|
5876
|
+
628
|
5850
5877
|
]
|
5851
5878
|
}
|
5852
5879
|
],
|
@@ -5859,7 +5886,7 @@
|
|
5859
5886
|
]
|
5860
5887
|
},
|
5861
5888
|
{
|
5862
|
-
"id":
|
5889
|
+
"id": 650,
|
5863
5890
|
"name": "SkyUIConfigService",
|
5864
5891
|
"kind": 128,
|
5865
5892
|
"kindString": "Class",
|
@@ -5880,7 +5907,7 @@
|
|
5880
5907
|
],
|
5881
5908
|
"children": [
|
5882
5909
|
{
|
5883
|
-
"id":
|
5910
|
+
"id": 653,
|
5884
5911
|
"name": "getConfig",
|
5885
5912
|
"kind": 2048,
|
5886
5913
|
"kindString": "Method",
|
@@ -5896,14 +5923,14 @@
|
|
5896
5923
|
],
|
5897
5924
|
"signatures": [
|
5898
5925
|
{
|
5899
|
-
"id":
|
5926
|
+
"id": 654,
|
5900
5927
|
"name": "getConfig",
|
5901
5928
|
"kind": 4096,
|
5902
5929
|
"kindString": "Call signature",
|
5903
5930
|
"flags": {},
|
5904
5931
|
"parameters": [
|
5905
5932
|
{
|
5906
|
-
"id":
|
5933
|
+
"id": 655,
|
5907
5934
|
"name": "key",
|
5908
5935
|
"kind": 32768,
|
5909
5936
|
"kindString": "Parameter",
|
@@ -5914,7 +5941,7 @@
|
|
5914
5941
|
}
|
5915
5942
|
},
|
5916
5943
|
{
|
5917
|
-
"id":
|
5944
|
+
"id": 656,
|
5918
5945
|
"name": "defaultConfig",
|
5919
5946
|
"kind": 32768,
|
5920
5947
|
"kindString": "Parameter",
|
@@ -5943,7 +5970,7 @@
|
|
5943
5970
|
]
|
5944
5971
|
},
|
5945
5972
|
{
|
5946
|
-
"id":
|
5973
|
+
"id": 657,
|
5947
5974
|
"name": "setConfig",
|
5948
5975
|
"kind": 2048,
|
5949
5976
|
"kindString": "Method",
|
@@ -5959,14 +5986,14 @@
|
|
5959
5986
|
],
|
5960
5987
|
"signatures": [
|
5961
5988
|
{
|
5962
|
-
"id":
|
5989
|
+
"id": 658,
|
5963
5990
|
"name": "setConfig",
|
5964
5991
|
"kind": 4096,
|
5965
5992
|
"kindString": "Call signature",
|
5966
5993
|
"flags": {},
|
5967
5994
|
"parameters": [
|
5968
5995
|
{
|
5969
|
-
"id":
|
5996
|
+
"id": 659,
|
5970
5997
|
"name": "key",
|
5971
5998
|
"kind": 32768,
|
5972
5999
|
"kindString": "Parameter",
|
@@ -5977,7 +6004,7 @@
|
|
5977
6004
|
}
|
5978
6005
|
},
|
5979
6006
|
{
|
5980
|
-
"id":
|
6007
|
+
"id": 660,
|
5981
6008
|
"name": "value",
|
5982
6009
|
"kind": 32768,
|
5983
6010
|
"kindString": "Parameter",
|
@@ -6009,15 +6036,15 @@
|
|
6009
6036
|
"title": "Constructors",
|
6010
6037
|
"kind": 512,
|
6011
6038
|
"children": [
|
6012
|
-
|
6039
|
+
651
|
6013
6040
|
]
|
6014
6041
|
},
|
6015
6042
|
{
|
6016
6043
|
"title": "Methods",
|
6017
6044
|
"kind": 2048,
|
6018
6045
|
"children": [
|
6019
|
-
|
6020
|
-
|
6046
|
+
653,
|
6047
|
+
657
|
6021
6048
|
]
|
6022
6049
|
}
|
6023
6050
|
],
|
@@ -6030,7 +6057,7 @@
|
|
6030
6057
|
]
|
6031
6058
|
},
|
6032
6059
|
{
|
6033
|
-
"id":
|
6060
|
+
"id": 661,
|
6034
6061
|
"name": "SkyViewkeeperHostOptions",
|
6035
6062
|
"kind": 128,
|
6036
6063
|
"kindString": "Class",
|
@@ -6049,7 +6076,7 @@
|
|
6049
6076
|
],
|
6050
6077
|
"children": [
|
6051
6078
|
{
|
6052
|
-
"id":
|
6079
|
+
"id": 664,
|
6053
6080
|
"name": "boundaryEl",
|
6054
6081
|
"kind": 1024,
|
6055
6082
|
"kindString": "Property",
|
@@ -6075,12 +6102,12 @@
|
|
6075
6102
|
},
|
6076
6103
|
"implementationOf": {
|
6077
6104
|
"type": "reference",
|
6078
|
-
"id":
|
6105
|
+
"id": 672,
|
6079
6106
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
6080
6107
|
}
|
6081
6108
|
},
|
6082
6109
|
{
|
6083
|
-
"id":
|
6110
|
+
"id": 665,
|
6084
6111
|
"name": "el",
|
6085
6112
|
"kind": 1024,
|
6086
6113
|
"kindString": "Property",
|
@@ -6106,12 +6133,12 @@
|
|
6106
6133
|
},
|
6107
6134
|
"implementationOf": {
|
6108
6135
|
"type": "reference",
|
6109
|
-
"id":
|
6136
|
+
"id": 673,
|
6110
6137
|
"name": "SkyViewkeeperOptions.el"
|
6111
6138
|
}
|
6112
6139
|
},
|
6113
6140
|
{
|
6114
|
-
"id":
|
6141
|
+
"id": 666,
|
6115
6142
|
"name": "scrollableHost",
|
6116
6143
|
"kind": 1024,
|
6117
6144
|
"kindString": "Property",
|
@@ -6137,12 +6164,12 @@
|
|
6137
6164
|
},
|
6138
6165
|
"implementationOf": {
|
6139
6166
|
"type": "reference",
|
6140
|
-
"id":
|
6167
|
+
"id": 674,
|
6141
6168
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
6142
6169
|
}
|
6143
6170
|
},
|
6144
6171
|
{
|
6145
|
-
"id":
|
6172
|
+
"id": 667,
|
6146
6173
|
"name": "setWidth",
|
6147
6174
|
"kind": 1024,
|
6148
6175
|
"kindString": "Property",
|
@@ -6166,12 +6193,12 @@
|
|
6166
6193
|
},
|
6167
6194
|
"implementationOf": {
|
6168
6195
|
"type": "reference",
|
6169
|
-
"id":
|
6196
|
+
"id": 675,
|
6170
6197
|
"name": "SkyViewkeeperOptions.setWidth"
|
6171
6198
|
}
|
6172
6199
|
},
|
6173
6200
|
{
|
6174
|
-
"id":
|
6201
|
+
"id": 668,
|
6175
6202
|
"name": "verticalOffset",
|
6176
6203
|
"kind": 1024,
|
6177
6204
|
"kindString": "Property",
|
@@ -6195,12 +6222,12 @@
|
|
6195
6222
|
},
|
6196
6223
|
"implementationOf": {
|
6197
6224
|
"type": "reference",
|
6198
|
-
"id":
|
6225
|
+
"id": 676,
|
6199
6226
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6200
6227
|
}
|
6201
6228
|
},
|
6202
6229
|
{
|
6203
|
-
"id":
|
6230
|
+
"id": 669,
|
6204
6231
|
"name": "verticalOffsetEl",
|
6205
6232
|
"kind": 1024,
|
6206
6233
|
"kindString": "Property",
|
@@ -6226,12 +6253,12 @@
|
|
6226
6253
|
},
|
6227
6254
|
"implementationOf": {
|
6228
6255
|
"type": "reference",
|
6229
|
-
"id":
|
6256
|
+
"id": 677,
|
6230
6257
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6231
6258
|
}
|
6232
6259
|
},
|
6233
6260
|
{
|
6234
|
-
"id":
|
6261
|
+
"id": 670,
|
6235
6262
|
"name": "viewportMarginTop",
|
6236
6263
|
"kind": 1024,
|
6237
6264
|
"kindString": "Property",
|
@@ -6255,7 +6282,7 @@
|
|
6255
6282
|
},
|
6256
6283
|
"implementationOf": {
|
6257
6284
|
"type": "reference",
|
6258
|
-
"id":
|
6285
|
+
"id": 678,
|
6259
6286
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6260
6287
|
}
|
6261
6288
|
}
|
@@ -6265,20 +6292,20 @@
|
|
6265
6292
|
"title": "Constructors",
|
6266
6293
|
"kind": 512,
|
6267
6294
|
"children": [
|
6268
|
-
|
6295
|
+
662
|
6269
6296
|
]
|
6270
6297
|
},
|
6271
6298
|
{
|
6272
6299
|
"title": "Properties",
|
6273
6300
|
"kind": 1024,
|
6274
6301
|
"children": [
|
6275
|
-
|
6276
|
-
|
6277
|
-
|
6278
|
-
|
6279
|
-
|
6280
|
-
|
6281
|
-
|
6302
|
+
664,
|
6303
|
+
665,
|
6304
|
+
666,
|
6305
|
+
667,
|
6306
|
+
668,
|
6307
|
+
669,
|
6308
|
+
670
|
6282
6309
|
]
|
6283
6310
|
}
|
6284
6311
|
],
|
@@ -6292,13 +6319,13 @@
|
|
6292
6319
|
"implementedTypes": [
|
6293
6320
|
{
|
6294
6321
|
"type": "reference",
|
6295
|
-
"id":
|
6322
|
+
"id": 671,
|
6296
6323
|
"name": "SkyViewkeeperOptions"
|
6297
6324
|
}
|
6298
6325
|
]
|
6299
6326
|
},
|
6300
6327
|
{
|
6301
|
-
"id":
|
6328
|
+
"id": 679,
|
6302
6329
|
"name": "SkyViewkeeperModule",
|
6303
6330
|
"kind": 128,
|
6304
6331
|
"kindString": "Class",
|
@@ -6323,7 +6350,7 @@
|
|
6323
6350
|
"title": "Constructors",
|
6324
6351
|
"kind": 512,
|
6325
6352
|
"children": [
|
6326
|
-
|
6353
|
+
680
|
6327
6354
|
]
|
6328
6355
|
}
|
6329
6356
|
],
|
@@ -6336,7 +6363,7 @@
|
|
6336
6363
|
]
|
6337
6364
|
},
|
6338
6365
|
{
|
6339
|
-
"id":
|
6366
|
+
"id": 682,
|
6340
6367
|
"name": "SkyViewkeeperService",
|
6341
6368
|
"kind": 128,
|
6342
6369
|
"kindString": "Class",
|
@@ -6360,7 +6387,7 @@
|
|
6360
6387
|
],
|
6361
6388
|
"children": [
|
6362
6389
|
{
|
6363
|
-
"id":
|
6390
|
+
"id": 683,
|
6364
6391
|
"name": "constructor",
|
6365
6392
|
"kind": 512,
|
6366
6393
|
"kindString": "Constructor",
|
@@ -6374,14 +6401,14 @@
|
|
6374
6401
|
],
|
6375
6402
|
"signatures": [
|
6376
6403
|
{
|
6377
|
-
"id":
|
6404
|
+
"id": 684,
|
6378
6405
|
"name": "new SkyViewkeeperService",
|
6379
6406
|
"kind": 16384,
|
6380
6407
|
"kindString": "Constructor signature",
|
6381
6408
|
"flags": {},
|
6382
6409
|
"parameters": [
|
6383
6410
|
{
|
6384
|
-
"id":
|
6411
|
+
"id": 685,
|
6385
6412
|
"name": "hostOptions",
|
6386
6413
|
"kind": 32768,
|
6387
6414
|
"kindString": "Parameter",
|
@@ -6402,21 +6429,21 @@
|
|
6402
6429
|
],
|
6403
6430
|
"type": {
|
6404
6431
|
"type": "reference",
|
6405
|
-
"id":
|
6432
|
+
"id": 661,
|
6406
6433
|
"name": "SkyViewkeeperHostOptions"
|
6407
6434
|
}
|
6408
6435
|
}
|
6409
6436
|
],
|
6410
6437
|
"type": {
|
6411
6438
|
"type": "reference",
|
6412
|
-
"id":
|
6439
|
+
"id": 682,
|
6413
6440
|
"name": "SkyViewkeeperService"
|
6414
6441
|
}
|
6415
6442
|
}
|
6416
6443
|
]
|
6417
6444
|
},
|
6418
6445
|
{
|
6419
|
-
"id":
|
6446
|
+
"id": 686,
|
6420
6447
|
"name": "create",
|
6421
6448
|
"kind": 2048,
|
6422
6449
|
"kindString": "Method",
|
@@ -6432,7 +6459,7 @@
|
|
6432
6459
|
],
|
6433
6460
|
"signatures": [
|
6434
6461
|
{
|
6435
|
-
"id":
|
6462
|
+
"id": 687,
|
6436
6463
|
"name": "create",
|
6437
6464
|
"kind": 4096,
|
6438
6465
|
"kindString": "Call signature",
|
@@ -6440,7 +6467,7 @@
|
|
6440
6467
|
"comment": {},
|
6441
6468
|
"parameters": [
|
6442
6469
|
{
|
6443
|
-
"id":
|
6470
|
+
"id": 688,
|
6444
6471
|
"name": "options",
|
6445
6472
|
"kind": 32768,
|
6446
6473
|
"kindString": "Parameter",
|
@@ -6450,7 +6477,7 @@
|
|
6450
6477
|
},
|
6451
6478
|
"type": {
|
6452
6479
|
"type": "reference",
|
6453
|
-
"id":
|
6480
|
+
"id": 671,
|
6454
6481
|
"name": "SkyViewkeeperOptions"
|
6455
6482
|
}
|
6456
6483
|
}
|
@@ -6463,7 +6490,7 @@
|
|
6463
6490
|
]
|
6464
6491
|
},
|
6465
6492
|
{
|
6466
|
-
"id":
|
6493
|
+
"id": 689,
|
6467
6494
|
"name": "destroy",
|
6468
6495
|
"kind": 2048,
|
6469
6496
|
"kindString": "Method",
|
@@ -6479,7 +6506,7 @@
|
|
6479
6506
|
],
|
6480
6507
|
"signatures": [
|
6481
6508
|
{
|
6482
|
-
"id":
|
6509
|
+
"id": 690,
|
6483
6510
|
"name": "destroy",
|
6484
6511
|
"kind": 4096,
|
6485
6512
|
"kindString": "Call signature",
|
@@ -6489,7 +6516,7 @@
|
|
6489
6516
|
},
|
6490
6517
|
"parameters": [
|
6491
6518
|
{
|
6492
|
-
"id":
|
6519
|
+
"id": 691,
|
6493
6520
|
"name": "vk",
|
6494
6521
|
"kind": 32768,
|
6495
6522
|
"kindString": "Parameter",
|
@@ -6516,15 +6543,15 @@
|
|
6516
6543
|
"title": "Constructors",
|
6517
6544
|
"kind": 512,
|
6518
6545
|
"children": [
|
6519
|
-
|
6546
|
+
683
|
6520
6547
|
]
|
6521
6548
|
},
|
6522
6549
|
{
|
6523
6550
|
"title": "Methods",
|
6524
6551
|
"kind": 2048,
|
6525
6552
|
"children": [
|
6526
|
-
|
6527
|
-
|
6553
|
+
686,
|
6554
|
+
689
|
6528
6555
|
]
|
6529
6556
|
}
|
6530
6557
|
],
|
@@ -7408,7 +7435,7 @@
|
|
7408
7435
|
"flags": {},
|
7409
7436
|
"type": {
|
7410
7437
|
"type": "reference",
|
7411
|
-
"id":
|
7438
|
+
"id": 682,
|
7412
7439
|
"name": "SkyViewkeeperService"
|
7413
7440
|
}
|
7414
7441
|
},
|
@@ -7432,7 +7459,7 @@
|
|
7432
7459
|
],
|
7433
7460
|
"type": {
|
7434
7461
|
"type": "reference",
|
7435
|
-
"id":
|
7462
|
+
"id": 617,
|
7436
7463
|
"name": "SkyScrollableHostService"
|
7437
7464
|
}
|
7438
7465
|
}
|
@@ -7931,14 +7958,14 @@
|
|
7931
7958
|
]
|
7932
7959
|
},
|
7933
7960
|
{
|
7934
|
-
"id":
|
7961
|
+
"id": 641,
|
7935
7962
|
"name": "SkyAppSetTitleArgs",
|
7936
7963
|
"kind": 256,
|
7937
7964
|
"kindString": "Interface",
|
7938
7965
|
"flags": {},
|
7939
7966
|
"children": [
|
7940
7967
|
{
|
7941
|
-
"id":
|
7968
|
+
"id": 642,
|
7942
7969
|
"name": "titleParts",
|
7943
7970
|
"kind": 1024,
|
7944
7971
|
"kindString": "Property",
|
@@ -7964,7 +7991,7 @@
|
|
7964
7991
|
"title": "Properties",
|
7965
7992
|
"kind": 1024,
|
7966
7993
|
"children": [
|
7967
|
-
|
7994
|
+
642
|
7968
7995
|
]
|
7969
7996
|
}
|
7970
7997
|
],
|
@@ -8379,14 +8406,249 @@
|
|
8379
8406
|
]
|
8380
8407
|
},
|
8381
8408
|
{
|
8382
|
-
"id":
|
8409
|
+
"id": 413,
|
8410
|
+
"name": "SkyNumericOptions",
|
8411
|
+
"kind": 256,
|
8412
|
+
"kindString": "Interface",
|
8413
|
+
"flags": {},
|
8414
|
+
"comment": {
|
8415
|
+
"shortText": "Provides arguments for the number to format."
|
8416
|
+
},
|
8417
|
+
"children": [
|
8418
|
+
{
|
8419
|
+
"id": 416,
|
8420
|
+
"name": "currencySign",
|
8421
|
+
"kind": 1024,
|
8422
|
+
"kindString": "Property",
|
8423
|
+
"flags": {
|
8424
|
+
"isOptional": true
|
8425
|
+
},
|
8426
|
+
"comment": {
|
8427
|
+
"shortText": "Specifies the format of the currency."
|
8428
|
+
},
|
8429
|
+
"sources": [
|
8430
|
+
{
|
8431
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8432
|
+
"line": 18,
|
8433
|
+
"character": 2
|
8434
|
+
}
|
8435
|
+
],
|
8436
|
+
"type": {
|
8437
|
+
"type": "union",
|
8438
|
+
"types": [
|
8439
|
+
{
|
8440
|
+
"type": "literal",
|
8441
|
+
"value": "accounting"
|
8442
|
+
},
|
8443
|
+
{
|
8444
|
+
"type": "literal",
|
8445
|
+
"value": "standard"
|
8446
|
+
}
|
8447
|
+
]
|
8448
|
+
}
|
8449
|
+
},
|
8450
|
+
{
|
8451
|
+
"id": 414,
|
8452
|
+
"name": "digits",
|
8453
|
+
"kind": 1024,
|
8454
|
+
"kindString": "Property",
|
8455
|
+
"flags": {
|
8456
|
+
"isOptional": true
|
8457
|
+
},
|
8458
|
+
"comment": {
|
8459
|
+
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
8460
|
+
},
|
8461
|
+
"sources": [
|
8462
|
+
{
|
8463
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8464
|
+
"line": 8,
|
8465
|
+
"character": 2
|
8466
|
+
}
|
8467
|
+
],
|
8468
|
+
"type": {
|
8469
|
+
"type": "intrinsic",
|
8470
|
+
"name": "number"
|
8471
|
+
}
|
8472
|
+
},
|
8473
|
+
{
|
8474
|
+
"id": 415,
|
8475
|
+
"name": "format",
|
8476
|
+
"kind": 1024,
|
8477
|
+
"kindString": "Property",
|
8478
|
+
"flags": {
|
8479
|
+
"isOptional": true
|
8480
|
+
},
|
8481
|
+
"comment": {
|
8482
|
+
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
8483
|
+
},
|
8484
|
+
"sources": [
|
8485
|
+
{
|
8486
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8487
|
+
"line": 13,
|
8488
|
+
"character": 2
|
8489
|
+
}
|
8490
|
+
],
|
8491
|
+
"type": {
|
8492
|
+
"type": "intrinsic",
|
8493
|
+
"name": "string"
|
8494
|
+
}
|
8495
|
+
},
|
8496
|
+
{
|
8497
|
+
"id": 417,
|
8498
|
+
"name": "iso",
|
8499
|
+
"kind": 1024,
|
8500
|
+
"kindString": "Property",
|
8501
|
+
"flags": {
|
8502
|
+
"isOptional": true
|
8503
|
+
},
|
8504
|
+
"comment": {
|
8505
|
+
"shortText": "Specifies the ISO4217 currency code to use for currency formatting."
|
8506
|
+
},
|
8507
|
+
"sources": [
|
8508
|
+
{
|
8509
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8510
|
+
"line": 23,
|
8511
|
+
"character": 2
|
8512
|
+
}
|
8513
|
+
],
|
8514
|
+
"type": {
|
8515
|
+
"type": "intrinsic",
|
8516
|
+
"name": "string"
|
8517
|
+
}
|
8518
|
+
},
|
8519
|
+
{
|
8520
|
+
"id": 418,
|
8521
|
+
"name": "locale",
|
8522
|
+
"kind": 1024,
|
8523
|
+
"kindString": "Property",
|
8524
|
+
"flags": {
|
8525
|
+
"isOptional": true
|
8526
|
+
},
|
8527
|
+
"comment": {
|
8528
|
+
"shortText": "Specifies the locale code to use when formatting."
|
8529
|
+
},
|
8530
|
+
"sources": [
|
8531
|
+
{
|
8532
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8533
|
+
"line": 28,
|
8534
|
+
"character": 2
|
8535
|
+
}
|
8536
|
+
],
|
8537
|
+
"type": {
|
8538
|
+
"type": "intrinsic",
|
8539
|
+
"name": "string"
|
8540
|
+
}
|
8541
|
+
},
|
8542
|
+
{
|
8543
|
+
"id": 419,
|
8544
|
+
"name": "minDigits",
|
8545
|
+
"kind": 1024,
|
8546
|
+
"kindString": "Property",
|
8547
|
+
"flags": {
|
8548
|
+
"isOptional": true
|
8549
|
+
},
|
8550
|
+
"comment": {
|
8551
|
+
"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."
|
8552
|
+
},
|
8553
|
+
"sources": [
|
8554
|
+
{
|
8555
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8556
|
+
"line": 35,
|
8557
|
+
"character": 2
|
8558
|
+
}
|
8559
|
+
],
|
8560
|
+
"type": {
|
8561
|
+
"type": "intrinsic",
|
8562
|
+
"name": "number"
|
8563
|
+
}
|
8564
|
+
},
|
8565
|
+
{
|
8566
|
+
"id": 420,
|
8567
|
+
"name": "truncate",
|
8568
|
+
"kind": 1024,
|
8569
|
+
"kindString": "Property",
|
8570
|
+
"flags": {
|
8571
|
+
"isOptional": true
|
8572
|
+
},
|
8573
|
+
"comment": {
|
8574
|
+
"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."
|
8575
|
+
},
|
8576
|
+
"sources": [
|
8577
|
+
{
|
8578
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8579
|
+
"line": 41,
|
8580
|
+
"character": 2
|
8581
|
+
}
|
8582
|
+
],
|
8583
|
+
"type": {
|
8584
|
+
"type": "intrinsic",
|
8585
|
+
"name": "boolean"
|
8586
|
+
}
|
8587
|
+
},
|
8588
|
+
{
|
8589
|
+
"id": 421,
|
8590
|
+
"name": "truncateAfter",
|
8591
|
+
"kind": 1024,
|
8592
|
+
"kindString": "Property",
|
8593
|
+
"flags": {
|
8594
|
+
"isOptional": true
|
8595
|
+
},
|
8596
|
+
"comment": {
|
8597
|
+
"shortText": "Specifies the minimum value at which numbers are shortened to rounded numbers and abbreviation characters. Values less than `1000` are not truncated."
|
8598
|
+
},
|
8599
|
+
"sources": [
|
8600
|
+
{
|
8601
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8602
|
+
"line": 46,
|
8603
|
+
"character": 2
|
8604
|
+
}
|
8605
|
+
],
|
8606
|
+
"type": {
|
8607
|
+
"type": "intrinsic",
|
8608
|
+
"name": "number"
|
8609
|
+
}
|
8610
|
+
}
|
8611
|
+
],
|
8612
|
+
"groups": [
|
8613
|
+
{
|
8614
|
+
"title": "Properties",
|
8615
|
+
"kind": 1024,
|
8616
|
+
"children": [
|
8617
|
+
416,
|
8618
|
+
414,
|
8619
|
+
415,
|
8620
|
+
417,
|
8621
|
+
418,
|
8622
|
+
419,
|
8623
|
+
420,
|
8624
|
+
421
|
8625
|
+
]
|
8626
|
+
}
|
8627
|
+
],
|
8628
|
+
"sources": [
|
8629
|
+
{
|
8630
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8631
|
+
"line": 4,
|
8632
|
+
"character": 17
|
8633
|
+
}
|
8634
|
+
],
|
8635
|
+
"implementedBy": [
|
8636
|
+
{
|
8637
|
+
"type": "reference",
|
8638
|
+
"id": 422,
|
8639
|
+
"name": "NumericOptions"
|
8640
|
+
}
|
8641
|
+
]
|
8642
|
+
},
|
8643
|
+
{
|
8644
|
+
"id": 482,
|
8383
8645
|
"name": "SkyOverlayConfig",
|
8384
8646
|
"kind": 256,
|
8385
8647
|
"kindString": "Interface",
|
8386
8648
|
"flags": {},
|
8387
8649
|
"children": [
|
8388
8650
|
{
|
8389
|
-
"id":
|
8651
|
+
"id": 483,
|
8390
8652
|
"name": "closeOnNavigation",
|
8391
8653
|
"kind": 1024,
|
8392
8654
|
"kindString": "Property",
|
@@ -8409,7 +8671,7 @@
|
|
8409
8671
|
}
|
8410
8672
|
},
|
8411
8673
|
{
|
8412
|
-
"id":
|
8674
|
+
"id": 484,
|
8413
8675
|
"name": "enableClose",
|
8414
8676
|
"kind": 1024,
|
8415
8677
|
"kindString": "Property",
|
@@ -8432,7 +8694,7 @@
|
|
8432
8694
|
}
|
8433
8695
|
},
|
8434
8696
|
{
|
8435
|
-
"id":
|
8697
|
+
"id": 485,
|
8436
8698
|
"name": "enablePointerEvents",
|
8437
8699
|
"kind": 1024,
|
8438
8700
|
"kindString": "Property",
|
@@ -8455,7 +8717,7 @@
|
|
8455
8717
|
}
|
8456
8718
|
},
|
8457
8719
|
{
|
8458
|
-
"id":
|
8720
|
+
"id": 486,
|
8459
8721
|
"name": "enableScroll",
|
8460
8722
|
"kind": 1024,
|
8461
8723
|
"kindString": "Property",
|
@@ -8478,7 +8740,7 @@
|
|
8478
8740
|
}
|
8479
8741
|
},
|
8480
8742
|
{
|
8481
|
-
"id":
|
8743
|
+
"id": 487,
|
8482
8744
|
"name": "showBackdrop",
|
8483
8745
|
"kind": 1024,
|
8484
8746
|
"kindString": "Property",
|
@@ -8501,7 +8763,7 @@
|
|
8501
8763
|
}
|
8502
8764
|
},
|
8503
8765
|
{
|
8504
|
-
"id":
|
8766
|
+
"id": 488,
|
8505
8767
|
"name": "wrapperClass",
|
8506
8768
|
"kind": 1024,
|
8507
8769
|
"kindString": "Property",
|
@@ -8529,12 +8791,12 @@
|
|
8529
8791
|
"title": "Properties",
|
8530
8792
|
"kind": 1024,
|
8531
8793
|
"children": [
|
8532
|
-
|
8533
|
-
|
8534
|
-
|
8535
|
-
|
8536
|
-
|
8537
|
-
|
8794
|
+
483,
|
8795
|
+
484,
|
8796
|
+
485,
|
8797
|
+
486,
|
8798
|
+
487,
|
8799
|
+
488
|
8538
8800
|
]
|
8539
8801
|
}
|
8540
8802
|
],
|
@@ -8547,7 +8809,7 @@
|
|
8547
8809
|
]
|
8548
8810
|
},
|
8549
8811
|
{
|
8550
|
-
"id":
|
8812
|
+
"id": 671,
|
8551
8813
|
"name": "SkyViewkeeperOptions",
|
8552
8814
|
"kind": 256,
|
8553
8815
|
"kindString": "Interface",
|
@@ -8557,7 +8819,7 @@
|
|
8557
8819
|
},
|
8558
8820
|
"children": [
|
8559
8821
|
{
|
8560
|
-
"id":
|
8822
|
+
"id": 672,
|
8561
8823
|
"name": "boundaryEl",
|
8562
8824
|
"kind": 1024,
|
8563
8825
|
"kindString": "Property",
|
@@ -8582,7 +8844,7 @@
|
|
8582
8844
|
}
|
8583
8845
|
},
|
8584
8846
|
{
|
8585
|
-
"id":
|
8847
|
+
"id": 673,
|
8586
8848
|
"name": "el",
|
8587
8849
|
"kind": 1024,
|
8588
8850
|
"kindString": "Property",
|
@@ -8607,7 +8869,7 @@
|
|
8607
8869
|
}
|
8608
8870
|
},
|
8609
8871
|
{
|
8610
|
-
"id":
|
8872
|
+
"id": 674,
|
8611
8873
|
"name": "scrollableHost",
|
8612
8874
|
"kind": 1024,
|
8613
8875
|
"kindString": "Property",
|
@@ -8632,7 +8894,7 @@
|
|
8632
8894
|
}
|
8633
8895
|
},
|
8634
8896
|
{
|
8635
|
-
"id":
|
8897
|
+
"id": 675,
|
8636
8898
|
"name": "setWidth",
|
8637
8899
|
"kind": 1024,
|
8638
8900
|
"kindString": "Property",
|
@@ -8655,7 +8917,7 @@
|
|
8655
8917
|
}
|
8656
8918
|
},
|
8657
8919
|
{
|
8658
|
-
"id":
|
8920
|
+
"id": 676,
|
8659
8921
|
"name": "verticalOffset",
|
8660
8922
|
"kind": 1024,
|
8661
8923
|
"kindString": "Property",
|
@@ -8678,7 +8940,7 @@
|
|
8678
8940
|
}
|
8679
8941
|
},
|
8680
8942
|
{
|
8681
|
-
"id":
|
8943
|
+
"id": 677,
|
8682
8944
|
"name": "verticalOffsetEl",
|
8683
8945
|
"kind": 1024,
|
8684
8946
|
"kindString": "Property",
|
@@ -8703,7 +8965,7 @@
|
|
8703
8965
|
}
|
8704
8966
|
},
|
8705
8967
|
{
|
8706
|
-
"id":
|
8968
|
+
"id": 678,
|
8707
8969
|
"name": "viewportMarginTop",
|
8708
8970
|
"kind": 1024,
|
8709
8971
|
"kindString": "Property",
|
@@ -8731,13 +8993,13 @@
|
|
8731
8993
|
"title": "Properties",
|
8732
8994
|
"kind": 1024,
|
8733
8995
|
"children": [
|
8734
|
-
|
8735
|
-
|
8736
|
-
|
8737
|
-
|
8738
|
-
|
8739
|
-
|
8740
|
-
|
8996
|
+
672,
|
8997
|
+
673,
|
8998
|
+
674,
|
8999
|
+
675,
|
9000
|
+
676,
|
9001
|
+
677,
|
9002
|
+
678
|
8741
9003
|
]
|
8742
9004
|
}
|
8743
9005
|
],
|
@@ -8751,7 +9013,7 @@
|
|
8751
9013
|
"implementedBy": [
|
8752
9014
|
{
|
8753
9015
|
"type": "reference",
|
8754
|
-
"id":
|
9016
|
+
"id": 661,
|
8755
9017
|
"name": "SkyViewkeeperHostOptions"
|
8756
9018
|
}
|
8757
9019
|
]
|
@@ -8940,13 +9202,13 @@
|
|
8940
9202
|
"kind": 128,
|
8941
9203
|
"children": [
|
8942
9204
|
401,
|
8943
|
-
|
9205
|
+
422,
|
8944
9206
|
137,
|
8945
9207
|
140,
|
8946
9208
|
148,
|
8947
9209
|
303,
|
8948
|
-
|
8949
|
-
|
9210
|
+
643,
|
9211
|
+
694,
|
8950
9212
|
63,
|
8951
9213
|
66,
|
8952
9214
|
221,
|
@@ -8959,20 +9221,20 @@
|
|
8959
9221
|
362,
|
8960
9222
|
365,
|
8961
9223
|
410,
|
8962
|
-
|
8963
|
-
|
8964
|
-
|
8965
|
-
|
8966
|
-
|
8967
|
-
|
8968
|
-
|
8969
|
-
|
8970
|
-
|
8971
|
-
|
8972
|
-
|
8973
|
-
|
8974
|
-
|
8975
|
-
|
9224
|
+
433,
|
9225
|
+
449,
|
9226
|
+
489,
|
9227
|
+
512,
|
9228
|
+
515,
|
9229
|
+
543,
|
9230
|
+
540,
|
9231
|
+
580,
|
9232
|
+
563,
|
9233
|
+
617,
|
9234
|
+
650,
|
9235
|
+
661,
|
9236
|
+
679,
|
9237
|
+
682,
|
8976
9238
|
1,
|
8977
9239
|
26,
|
8978
9240
|
34
|
@@ -8985,14 +9247,15 @@
|
|
8985
9247
|
117,
|
8986
9248
|
131,
|
8987
9249
|
134,
|
8988
|
-
|
9250
|
+
641,
|
8989
9251
|
218,
|
8990
9252
|
235,
|
8991
9253
|
241,
|
8992
9254
|
275,
|
8993
9255
|
111,
|
8994
|
-
|
8995
|
-
|
9256
|
+
413,
|
9257
|
+
482,
|
9258
|
+
671
|
8996
9259
|
]
|
8997
9260
|
},
|
8998
9261
|
{
|
@@ -9048,17 +9311,17 @@
|
|
9048
9311
|
{
|
9049
9312
|
"fileName": "numeric-demo.component.html",
|
9050
9313
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.html",
|
9051
|
-
"rawContents": "<sky-
|
9314
|
+
"rawContents": "<sky-description-list mode=\"vertical\">\n <sky-description-list-content>\n <sky-description-list-term> Default setup </sky-description-list-term>\n <sky-description-list-description>\n {{ 100000 | skyNumeric }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> With options </sky-description-list-term>\n <sky-description-list-description>\n {{ 1234567 | skyNumeric: numericOptions }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
|
9052
9315
|
},
|
9053
9316
|
{
|
9054
9317
|
"fileName": "numeric-demo.component.ts",
|
9055
9318
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.ts",
|
9056
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-numeric-demo',\n templateUrl: './numeric-demo.component.html',\n})\nexport class NumericDemoComponent {}\n"
|
9319
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyNumericOptions } from '@skyux/core';\n\n@Component({\n selector: 'app-numeric-demo',\n templateUrl: './numeric-demo.component.html',\n})\nexport class NumericDemoComponent {\n public numericOptions: SkyNumericOptions = {\n digits: 3,\n format: 'currency',\n iso: 'JPY',\n };\n}\n"
|
9057
9320
|
},
|
9058
9321
|
{
|
9059
9322
|
"fileName": "numeric-demo.module.ts",
|
9060
9323
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.module.ts",
|
9061
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyNumericModule } from '@skyux/core';\nimport {
|
9324
|
+
"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"
|
9062
9325
|
},
|
9063
9326
|
{
|
9064
9327
|
"fileName": "resize-observer-basic.component.html",
|