@skyux/core 6.0.0-beta.10 → 6.0.0-beta.11
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 +655 -735
- package/esm2020/lib/modules/numeric/numeric.options.mjs +4 -35
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +3 -3
- package/fesm2015/skyux-core.mjs +5 -36
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +5 -36
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/numeric/numeric.options.d.ts +14 -13
- package/package.json +2 -2
package/documentation.json
CHANGED
@@ -24,7 +24,6 @@
|
|
24
24
|
"SkyMediaQueryModule": "class-skymediaquerymodule",
|
25
25
|
"SkyMediaQueryService": "class-skymediaqueryservice",
|
26
26
|
"SkyNumericModule": "class-skynumericmodule",
|
27
|
-
"SkyNumericOptions": "class-skynumericoptions",
|
28
27
|
"SkyNumericPipe": "class-skynumericpipe",
|
29
28
|
"SkyNumericService": "class-skynumericservice",
|
30
29
|
"SkyOverlayInstance": "class-skyoverlayinstance",
|
@@ -51,6 +50,7 @@
|
|
51
50
|
"SkyDockOptions": "interface-skydockoptions",
|
52
51
|
"SkyDynamicComponentOptions": "interface-skydynamiccomponentoptions",
|
53
52
|
"SkyFocusableChildrenOptions": "interface-skyfocusablechildrenoptions",
|
53
|
+
"SkyNumericOptions": "interface-skynumericoptions",
|
54
54
|
"SkyOverlayConfig": "interface-skyoverlayconfig",
|
55
55
|
"SkyViewkeeperOptions": "interface-skyviewkeeperoptions",
|
56
56
|
"SkyAffixHorizontalAlignment": "type-alias-skyaffixhorizontalalignment",
|
@@ -525,22 +525,23 @@
|
|
525
525
|
]
|
526
526
|
},
|
527
527
|
{
|
528
|
-
"id":
|
528
|
+
"id": 422,
|
529
529
|
"name": "NumericOptions",
|
530
530
|
"kind": 128,
|
531
531
|
"kindString": "Class",
|
532
532
|
"flags": {},
|
533
533
|
"comment": {
|
534
|
+
"shortText": "Provides arguments for the number to format.",
|
534
535
|
"tags": [
|
535
536
|
{
|
536
537
|
"tag": "deprecated",
|
537
|
-
"text": "Use `SkyNumericOptions` instead.\n"
|
538
|
+
"text": "Use the `SkyNumericOptions` interface instead.\n"
|
538
539
|
}
|
539
540
|
]
|
540
541
|
},
|
541
542
|
"children": [
|
542
543
|
{
|
543
|
-
"id":
|
544
|
+
"id": 427,
|
544
545
|
"name": "currencySign",
|
545
546
|
"kind": 1024,
|
546
547
|
"kindString": "Property",
|
@@ -549,18 +550,12 @@
|
|
549
550
|
"isOptional": true
|
550
551
|
},
|
551
552
|
"comment": {
|
552
|
-
"shortText": "Specifies the format of the currency."
|
553
|
-
"tags": [
|
554
|
-
{
|
555
|
-
"tag": "default",
|
556
|
-
"text": "\"standard\"\n"
|
557
|
-
}
|
558
|
-
]
|
553
|
+
"shortText": "Specifies the format of the currency."
|
559
554
|
},
|
560
555
|
"sources": [
|
561
556
|
{
|
562
557
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
563
|
-
"line":
|
558
|
+
"line": 58,
|
564
559
|
"character": 9
|
565
560
|
}
|
566
561
|
],
|
@@ -578,14 +573,14 @@
|
|
578
573
|
]
|
579
574
|
},
|
580
575
|
"defaultValue": "'standard'",
|
581
|
-
"
|
576
|
+
"implementationOf": {
|
582
577
|
"type": "reference",
|
583
|
-
"id":
|
578
|
+
"id": 416,
|
584
579
|
"name": "SkyNumericOptions.currencySign"
|
585
580
|
}
|
586
581
|
},
|
587
582
|
{
|
588
|
-
"id":
|
583
|
+
"id": 425,
|
589
584
|
"name": "digits",
|
590
585
|
"kind": 1024,
|
591
586
|
"kindString": "Property",
|
@@ -594,18 +589,12 @@
|
|
594
589
|
"isOptional": true
|
595
590
|
},
|
596
591
|
"comment": {
|
597
|
-
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
598
|
-
"tags": [
|
599
|
-
{
|
600
|
-
"tag": "default",
|
601
|
-
"text": "1\n"
|
602
|
-
}
|
603
|
-
]
|
592
|
+
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
604
593
|
},
|
605
594
|
"sources": [
|
606
595
|
{
|
607
596
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
608
|
-
"line":
|
597
|
+
"line": 54,
|
609
598
|
"character": 9
|
610
599
|
}
|
611
600
|
],
|
@@ -614,14 +603,14 @@
|
|
614
603
|
"name": "number"
|
615
604
|
},
|
616
605
|
"defaultValue": "1",
|
617
|
-
"
|
606
|
+
"implementationOf": {
|
618
607
|
"type": "reference",
|
619
|
-
"id":
|
608
|
+
"id": 414,
|
620
609
|
"name": "SkyNumericOptions.digits"
|
621
610
|
}
|
622
611
|
},
|
623
612
|
{
|
624
|
-
"id":
|
613
|
+
"id": 426,
|
625
614
|
"name": "format",
|
626
615
|
"kind": 1024,
|
627
616
|
"kindString": "Property",
|
@@ -630,18 +619,12 @@
|
|
630
619
|
"isOptional": true
|
631
620
|
},
|
632
621
|
"comment": {
|
633
|
-
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
634
|
-
"tags": [
|
635
|
-
{
|
636
|
-
"tag": "default",
|
637
|
-
"text": "\"number\"\n"
|
638
|
-
}
|
639
|
-
]
|
622
|
+
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
640
623
|
},
|
641
624
|
"sources": [
|
642
625
|
{
|
643
626
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
644
|
-
"line":
|
627
|
+
"line": 56,
|
645
628
|
"character": 9
|
646
629
|
}
|
647
630
|
],
|
@@ -650,14 +633,14 @@
|
|
650
633
|
"name": "string"
|
651
634
|
},
|
652
635
|
"defaultValue": "'number'",
|
653
|
-
"
|
636
|
+
"implementationOf": {
|
654
637
|
"type": "reference",
|
655
|
-
"id":
|
638
|
+
"id": 415,
|
656
639
|
"name": "SkyNumericOptions.format"
|
657
640
|
}
|
658
641
|
},
|
659
642
|
{
|
660
|
-
"id":
|
643
|
+
"id": 428,
|
661
644
|
"name": "iso",
|
662
645
|
"kind": 1024,
|
663
646
|
"kindString": "Property",
|
@@ -666,18 +649,12 @@
|
|
666
649
|
"isOptional": true
|
667
650
|
},
|
668
651
|
"comment": {
|
669
|
-
"shortText": "Specifies the ISO4217 currency code to use for currency formatting.
|
670
|
-
"tags": [
|
671
|
-
{
|
672
|
-
"tag": "default",
|
673
|
-
"text": "\"USD\"\n"
|
674
|
-
}
|
675
|
-
]
|
652
|
+
"shortText": "Specifies the ISO4217 currency code to use for currency formatting."
|
676
653
|
},
|
677
654
|
"sources": [
|
678
655
|
{
|
679
656
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
680
|
-
"line":
|
657
|
+
"line": 60,
|
681
658
|
"character": 9
|
682
659
|
}
|
683
660
|
],
|
@@ -686,14 +663,14 @@
|
|
686
663
|
"name": "string"
|
687
664
|
},
|
688
665
|
"defaultValue": "'USD'",
|
689
|
-
"
|
666
|
+
"implementationOf": {
|
690
667
|
"type": "reference",
|
691
|
-
"id":
|
668
|
+
"id": 417,
|
692
669
|
"name": "SkyNumericOptions.iso"
|
693
670
|
}
|
694
671
|
},
|
695
672
|
{
|
696
|
-
"id":
|
673
|
+
"id": 429,
|
697
674
|
"name": "locale",
|
698
675
|
"kind": 1024,
|
699
676
|
"kindString": "Property",
|
@@ -707,7 +684,7 @@
|
|
707
684
|
"sources": [
|
708
685
|
{
|
709
686
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
710
|
-
"line":
|
687
|
+
"line": 62,
|
711
688
|
"character": 9
|
712
689
|
}
|
713
690
|
],
|
@@ -715,14 +692,14 @@
|
|
715
692
|
"type": "intrinsic",
|
716
693
|
"name": "string"
|
717
694
|
},
|
718
|
-
"
|
695
|
+
"implementationOf": {
|
719
696
|
"type": "reference",
|
720
|
-
"id":
|
697
|
+
"id": 418,
|
721
698
|
"name": "SkyNumericOptions.locale"
|
722
699
|
}
|
723
700
|
},
|
724
701
|
{
|
725
|
-
"id":
|
702
|
+
"id": 430,
|
726
703
|
"name": "minDigits",
|
727
704
|
"kind": 1024,
|
728
705
|
"kindString": "Property",
|
@@ -736,7 +713,7 @@
|
|
736
713
|
"sources": [
|
737
714
|
{
|
738
715
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
739
|
-
"line":
|
716
|
+
"line": 64,
|
740
717
|
"character": 9
|
741
718
|
}
|
742
719
|
],
|
@@ -744,14 +721,14 @@
|
|
744
721
|
"type": "intrinsic",
|
745
722
|
"name": "number"
|
746
723
|
},
|
747
|
-
"
|
724
|
+
"implementationOf": {
|
748
725
|
"type": "reference",
|
749
|
-
"id":
|
726
|
+
"id": 419,
|
750
727
|
"name": "SkyNumericOptions.minDigits"
|
751
728
|
}
|
752
729
|
},
|
753
730
|
{
|
754
|
-
"id":
|
731
|
+
"id": 431,
|
755
732
|
"name": "truncate",
|
756
733
|
"kind": 1024,
|
757
734
|
"kindString": "Property",
|
@@ -765,7 +742,7 @@
|
|
765
742
|
"sources": [
|
766
743
|
{
|
767
744
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
768
|
-
"line":
|
745
|
+
"line": 66,
|
769
746
|
"character": 9
|
770
747
|
}
|
771
748
|
],
|
@@ -774,14 +751,14 @@
|
|
774
751
|
"name": "boolean"
|
775
752
|
},
|
776
753
|
"defaultValue": "true",
|
777
|
-
"
|
754
|
+
"implementationOf": {
|
778
755
|
"type": "reference",
|
779
|
-
"id":
|
756
|
+
"id": 420,
|
780
757
|
"name": "SkyNumericOptions.truncate"
|
781
758
|
}
|
782
759
|
},
|
783
760
|
{
|
784
|
-
"id":
|
761
|
+
"id": 432,
|
785
762
|
"name": "truncateAfter",
|
786
763
|
"kind": 1024,
|
787
764
|
"kindString": "Property",
|
@@ -790,18 +767,12 @@
|
|
790
767
|
"isOptional": true
|
791
768
|
},
|
792
769
|
"comment": {
|
793
|
-
"shortText": "Specifies the
|
794
|
-
"tags": [
|
795
|
-
{
|
796
|
-
"tag": "default",
|
797
|
-
"text": "0\n"
|
798
|
-
}
|
799
|
-
]
|
770
|
+
"shortText": "Specifies the minimum value at which numbers are shortened to rounded numbers and abbreviation characters. Values less than `1000` are not truncated."
|
800
771
|
},
|
801
772
|
"sources": [
|
802
773
|
{
|
803
774
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
804
|
-
"line":
|
775
|
+
"line": 68,
|
805
776
|
"character": 9
|
806
777
|
}
|
807
778
|
],
|
@@ -809,10 +780,10 @@
|
|
809
780
|
"type": "intrinsic",
|
810
781
|
"name": "number"
|
811
782
|
},
|
812
|
-
"defaultValue": "
|
813
|
-
"
|
783
|
+
"defaultValue": "1000",
|
784
|
+
"implementationOf": {
|
814
785
|
"type": "reference",
|
815
|
-
"id":
|
786
|
+
"id": 421,
|
816
787
|
"name": "SkyNumericOptions.truncateAfter"
|
817
788
|
}
|
818
789
|
}
|
@@ -822,32 +793,32 @@
|
|
822
793
|
"title": "Constructors",
|
823
794
|
"kind": 512,
|
824
795
|
"children": [
|
825
|
-
|
796
|
+
423
|
826
797
|
]
|
827
798
|
},
|
828
799
|
{
|
829
800
|
"title": "Properties",
|
830
801
|
"kind": 1024,
|
831
802
|
"children": [
|
832
|
-
429,
|
833
803
|
427,
|
804
|
+
425,
|
805
|
+
426,
|
834
806
|
428,
|
807
|
+
429,
|
835
808
|
430,
|
836
809
|
431,
|
837
|
-
432
|
838
|
-
433,
|
839
|
-
434
|
810
|
+
432
|
840
811
|
]
|
841
812
|
}
|
842
813
|
],
|
843
814
|
"sources": [
|
844
815
|
{
|
845
816
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
846
|
-
"line":
|
817
|
+
"line": 53,
|
847
818
|
"character": 13
|
848
819
|
}
|
849
820
|
],
|
850
|
-
"
|
821
|
+
"implementedTypes": [
|
851
822
|
{
|
852
823
|
"type": "reference",
|
853
824
|
"id": 413,
|
@@ -1496,7 +1467,7 @@
|
|
1496
1467
|
]
|
1497
1468
|
},
|
1498
1469
|
{
|
1499
|
-
"id":
|
1470
|
+
"id": 640,
|
1500
1471
|
"name": "SkyAppTitleService",
|
1501
1472
|
"kind": 128,
|
1502
1473
|
"kindString": "Class",
|
@@ -1520,7 +1491,7 @@
|
|
1520
1491
|
],
|
1521
1492
|
"children": [
|
1522
1493
|
{
|
1523
|
-
"id":
|
1494
|
+
"id": 641,
|
1524
1495
|
"name": "constructor",
|
1525
1496
|
"kind": 512,
|
1526
1497
|
"kindString": "Constructor",
|
@@ -1534,14 +1505,14 @@
|
|
1534
1505
|
],
|
1535
1506
|
"signatures": [
|
1536
1507
|
{
|
1537
|
-
"id":
|
1508
|
+
"id": 642,
|
1538
1509
|
"name": "new SkyAppTitleService",
|
1539
1510
|
"kind": 16384,
|
1540
1511
|
"kindString": "Constructor signature",
|
1541
1512
|
"flags": {},
|
1542
1513
|
"parameters": [
|
1543
1514
|
{
|
1544
|
-
"id":
|
1515
|
+
"id": 643,
|
1545
1516
|
"name": "title",
|
1546
1517
|
"kind": 32768,
|
1547
1518
|
"kindString": "Parameter",
|
@@ -1556,14 +1527,14 @@
|
|
1556
1527
|
],
|
1557
1528
|
"type": {
|
1558
1529
|
"type": "reference",
|
1559
|
-
"id":
|
1530
|
+
"id": 640,
|
1560
1531
|
"name": "SkyAppTitleService"
|
1561
1532
|
}
|
1562
1533
|
}
|
1563
1534
|
]
|
1564
1535
|
},
|
1565
1536
|
{
|
1566
|
-
"id":
|
1537
|
+
"id": 644,
|
1567
1538
|
"name": "setTitle",
|
1568
1539
|
"kind": 2048,
|
1569
1540
|
"kindString": "Method",
|
@@ -1579,7 +1550,7 @@
|
|
1579
1550
|
],
|
1580
1551
|
"signatures": [
|
1581
1552
|
{
|
1582
|
-
"id":
|
1553
|
+
"id": 645,
|
1583
1554
|
"name": "setTitle",
|
1584
1555
|
"kind": 4096,
|
1585
1556
|
"kindString": "Call signature",
|
@@ -1589,7 +1560,7 @@
|
|
1589
1560
|
},
|
1590
1561
|
"parameters": [
|
1591
1562
|
{
|
1592
|
-
"id":
|
1563
|
+
"id": 646,
|
1593
1564
|
"name": "args",
|
1594
1565
|
"kind": 32768,
|
1595
1566
|
"kindString": "Parameter",
|
@@ -1599,7 +1570,7 @@
|
|
1599
1570
|
},
|
1600
1571
|
"type": {
|
1601
1572
|
"type": "reference",
|
1602
|
-
"id":
|
1573
|
+
"id": 638,
|
1603
1574
|
"name": "SkyAppSetTitleArgs"
|
1604
1575
|
}
|
1605
1576
|
}
|
@@ -1617,14 +1588,14 @@
|
|
1617
1588
|
"title": "Constructors",
|
1618
1589
|
"kind": 512,
|
1619
1590
|
"children": [
|
1620
|
-
|
1591
|
+
641
|
1621
1592
|
]
|
1622
1593
|
},
|
1623
1594
|
{
|
1624
1595
|
"title": "Methods",
|
1625
1596
|
"kind": 2048,
|
1626
1597
|
"children": [
|
1627
|
-
|
1598
|
+
644
|
1628
1599
|
]
|
1629
1600
|
}
|
1630
1601
|
],
|
@@ -1637,7 +1608,7 @@
|
|
1637
1608
|
]
|
1638
1609
|
},
|
1639
1610
|
{
|
1640
|
-
"id":
|
1611
|
+
"id": 691,
|
1641
1612
|
"name": "SkyAppWindowRef",
|
1642
1613
|
"kind": 128,
|
1643
1614
|
"kindString": "Class",
|
@@ -1661,7 +1632,7 @@
|
|
1661
1632
|
],
|
1662
1633
|
"children": [
|
1663
1634
|
{
|
1664
|
-
"id":
|
1635
|
+
"id": 694,
|
1665
1636
|
"name": "nativeWindow",
|
1666
1637
|
"kind": 262144,
|
1667
1638
|
"kindString": "Accessor",
|
@@ -1677,7 +1648,7 @@
|
|
1677
1648
|
],
|
1678
1649
|
"getSignature": [
|
1679
1650
|
{
|
1680
|
-
"id":
|
1651
|
+
"id": 695,
|
1681
1652
|
"name": "nativeWindow",
|
1682
1653
|
"kind": 524288,
|
1683
1654
|
"kindString": "Get signature",
|
@@ -1698,14 +1669,14 @@
|
|
1698
1669
|
"title": "Constructors",
|
1699
1670
|
"kind": 512,
|
1700
1671
|
"children": [
|
1701
|
-
|
1672
|
+
692
|
1702
1673
|
]
|
1703
1674
|
},
|
1704
1675
|
{
|
1705
1676
|
"title": "Accessors",
|
1706
1677
|
"kind": 262144,
|
1707
1678
|
"children": [
|
1708
|
-
|
1679
|
+
694
|
1709
1680
|
]
|
1710
1681
|
}
|
1711
1682
|
],
|
@@ -3120,7 +3091,7 @@
|
|
3120
3091
|
"flags": {},
|
3121
3092
|
"type": {
|
3122
3093
|
"type": "reference",
|
3123
|
-
"id":
|
3094
|
+
"id": 691,
|
3124
3095
|
"name": "SkyAppWindowRef"
|
3125
3096
|
}
|
3126
3097
|
},
|
@@ -3856,425 +3827,139 @@
|
|
3856
3827
|
]
|
3857
3828
|
},
|
3858
3829
|
{
|
3859
|
-
"id":
|
3860
|
-
"name": "
|
3830
|
+
"id": 433,
|
3831
|
+
"name": "SkyNumericPipe",
|
3861
3832
|
"kind": 128,
|
3862
3833
|
"kindString": "Class",
|
3863
3834
|
"flags": {},
|
3864
3835
|
"comment": {
|
3865
|
-
"shortText": "
|
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.\nUsage:\n```\n{{ value | skyNumeric(config) }}\n```"
|
3866
3837
|
},
|
3867
|
-
"
|
3838
|
+
"decorators": [
|
3868
3839
|
{
|
3869
|
-
"
|
3870
|
-
"
|
3871
|
-
|
3872
|
-
|
3873
|
-
|
3874
|
-
"
|
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
|
-
]
|
3840
|
+
"name": "Pipe",
|
3841
|
+
"type": {
|
3842
|
+
"type": "reference",
|
3843
|
+
"qualifiedName": "PipeDecorator",
|
3844
|
+
"package": "@angular/core",
|
3845
|
+
"name": "Pipe"
|
3885
3846
|
},
|
3847
|
+
"arguments": {
|
3848
|
+
"obj": "{\n name: 'skyNumeric',\n pure: false,\n}"
|
3849
|
+
}
|
3850
|
+
}
|
3851
|
+
],
|
3852
|
+
"children": [
|
3853
|
+
{
|
3854
|
+
"id": 434,
|
3855
|
+
"name": "constructor",
|
3856
|
+
"kind": 512,
|
3857
|
+
"kindString": "Constructor",
|
3858
|
+
"flags": {},
|
3886
3859
|
"sources": [
|
3887
3860
|
{
|
3888
|
-
"fileName": "projects/core/src/modules/numeric/numeric.
|
3889
|
-
"line":
|
3890
|
-
"character":
|
3861
|
+
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3862
|
+
"line": 36,
|
3863
|
+
"character": 2
|
3891
3864
|
}
|
3892
3865
|
],
|
3893
|
-
"
|
3894
|
-
|
3895
|
-
|
3896
|
-
|
3897
|
-
|
3898
|
-
|
3899
|
-
},
|
3900
|
-
|
3901
|
-
|
3902
|
-
|
3866
|
+
"signatures": [
|
3867
|
+
{
|
3868
|
+
"id": 435,
|
3869
|
+
"name": "new SkyNumericPipe",
|
3870
|
+
"kind": 16384,
|
3871
|
+
"kindString": "Constructor signature",
|
3872
|
+
"flags": {},
|
3873
|
+
"parameters": [
|
3874
|
+
{
|
3875
|
+
"id": 436,
|
3876
|
+
"name": "localeProvider",
|
3877
|
+
"kind": 32768,
|
3878
|
+
"kindString": "Parameter",
|
3879
|
+
"flags": {},
|
3880
|
+
"type": {
|
3881
|
+
"type": "reference",
|
3882
|
+
"name": "SkyAppLocaleProvider"
|
3883
|
+
}
|
3884
|
+
},
|
3885
|
+
{
|
3886
|
+
"id": 437,
|
3887
|
+
"name": "numericService",
|
3888
|
+
"kind": 32768,
|
3889
|
+
"kindString": "Parameter",
|
3890
|
+
"flags": {},
|
3891
|
+
"type": {
|
3892
|
+
"type": "reference",
|
3893
|
+
"id": 449,
|
3894
|
+
"name": "SkyNumericService"
|
3895
|
+
}
|
3896
|
+
},
|
3897
|
+
{
|
3898
|
+
"id": 438,
|
3899
|
+
"name": "changeDetector",
|
3900
|
+
"kind": 32768,
|
3901
|
+
"kindString": "Parameter",
|
3902
|
+
"flags": {},
|
3903
|
+
"type": {
|
3904
|
+
"type": "reference",
|
3905
|
+
"qualifiedName": "ChangeDetectorRef",
|
3906
|
+
"package": "@angular/core",
|
3907
|
+
"name": "ChangeDetectorRef"
|
3908
|
+
}
|
3909
|
+
}
|
3910
|
+
],
|
3911
|
+
"type": {
|
3912
|
+
"type": "reference",
|
3913
|
+
"id": 433,
|
3914
|
+
"name": "SkyNumericPipe"
|
3903
3915
|
}
|
3904
|
-
|
3905
|
-
|
3906
|
-
"defaultValue": "'standard'"
|
3916
|
+
}
|
3917
|
+
]
|
3907
3918
|
},
|
3908
3919
|
{
|
3909
|
-
"id":
|
3910
|
-
"name": "
|
3911
|
-
"kind":
|
3912
|
-
"kindString": "
|
3920
|
+
"id": 443,
|
3921
|
+
"name": "ngOnDestroy",
|
3922
|
+
"kind": 2048,
|
3923
|
+
"kindString": "Method",
|
3913
3924
|
"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
|
+
"isPublic": true
|
3925
3926
|
},
|
3926
3927
|
"sources": [
|
3927
3928
|
{
|
3928
|
-
"fileName": "projects/core/src/modules/numeric/numeric.
|
3929
|
-
"line":
|
3929
|
+
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3930
|
+
"line": 51,
|
3930
3931
|
"character": 9
|
3931
3932
|
}
|
3932
3933
|
],
|
3933
|
-
"
|
3934
|
-
|
3935
|
-
|
3936
|
-
|
3937
|
-
|
3934
|
+
"signatures": [
|
3935
|
+
{
|
3936
|
+
"id": 444,
|
3937
|
+
"name": "ngOnDestroy",
|
3938
|
+
"kind": 4096,
|
3939
|
+
"kindString": "Call signature",
|
3940
|
+
"flags": {},
|
3941
|
+
"type": {
|
3942
|
+
"type": "intrinsic",
|
3943
|
+
"name": "void"
|
3944
|
+
},
|
3945
|
+
"implementationOf": {
|
3946
|
+
"type": "reference",
|
3947
|
+
"name": "OnDestroy.ngOnDestroy"
|
3948
|
+
}
|
3949
|
+
}
|
3950
|
+
],
|
3951
|
+
"implementationOf": {
|
3952
|
+
"type": "reference",
|
3953
|
+
"name": "OnDestroy.ngOnDestroy"
|
3954
|
+
}
|
3938
3955
|
},
|
3939
3956
|
{
|
3940
|
-
"id":
|
3941
|
-
"name": "
|
3942
|
-
"kind":
|
3943
|
-
"kindString": "
|
3957
|
+
"id": 445,
|
3958
|
+
"name": "transform",
|
3959
|
+
"kind": 2048,
|
3960
|
+
"kindString": "Method",
|
3944
3961
|
"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
|
3962
|
+
"isPublic": true
|
4278
3963
|
},
|
4279
3964
|
"sources": [
|
4280
3965
|
{
|
@@ -4285,14 +3970,14 @@
|
|
4285
3970
|
],
|
4286
3971
|
"signatures": [
|
4287
3972
|
{
|
4288
|
-
"id":
|
3973
|
+
"id": 446,
|
4289
3974
|
"name": "transform",
|
4290
3975
|
"kind": 4096,
|
4291
3976
|
"kindString": "Call signature",
|
4292
3977
|
"flags": {},
|
4293
3978
|
"parameters": [
|
4294
3979
|
{
|
4295
|
-
"id":
|
3980
|
+
"id": 447,
|
4296
3981
|
"name": "value",
|
4297
3982
|
"kind": 32768,
|
4298
3983
|
"kindString": "Parameter",
|
@@ -4303,7 +3988,7 @@
|
|
4303
3988
|
}
|
4304
3989
|
},
|
4305
3990
|
{
|
4306
|
-
"id":
|
3991
|
+
"id": 448,
|
4307
3992
|
"name": "config",
|
4308
3993
|
"kind": 32768,
|
4309
3994
|
"kindString": "Parameter",
|
@@ -4338,15 +4023,15 @@
|
|
4338
4023
|
"title": "Constructors",
|
4339
4024
|
"kind": 512,
|
4340
4025
|
"children": [
|
4341
|
-
|
4026
|
+
434
|
4342
4027
|
]
|
4343
4028
|
},
|
4344
4029
|
{
|
4345
4030
|
"title": "Methods",
|
4346
4031
|
"kind": 2048,
|
4347
4032
|
"children": [
|
4348
|
-
|
4349
|
-
|
4033
|
+
443,
|
4034
|
+
445
|
4350
4035
|
]
|
4351
4036
|
}
|
4352
4037
|
],
|
@@ -4373,7 +4058,7 @@
|
|
4373
4058
|
]
|
4374
4059
|
},
|
4375
4060
|
{
|
4376
|
-
"id":
|
4061
|
+
"id": 449,
|
4377
4062
|
"name": "SkyNumericService",
|
4378
4063
|
"kind": 128,
|
4379
4064
|
"kindString": "Class",
|
@@ -4394,7 +4079,7 @@
|
|
4394
4079
|
],
|
4395
4080
|
"children": [
|
4396
4081
|
{
|
4397
|
-
"id":
|
4082
|
+
"id": 450,
|
4398
4083
|
"name": "constructor",
|
4399
4084
|
"kind": 512,
|
4400
4085
|
"kindString": "Constructor",
|
@@ -4408,14 +4093,14 @@
|
|
4408
4093
|
],
|
4409
4094
|
"signatures": [
|
4410
4095
|
{
|
4411
|
-
"id":
|
4096
|
+
"id": 451,
|
4412
4097
|
"name": "new SkyNumericService",
|
4413
4098
|
"kind": 16384,
|
4414
4099
|
"kindString": "Constructor signature",
|
4415
4100
|
"flags": {},
|
4416
4101
|
"parameters": [
|
4417
4102
|
{
|
4418
|
-
"id":
|
4103
|
+
"id": 452,
|
4419
4104
|
"name": "resourcesService",
|
4420
4105
|
"kind": 32768,
|
4421
4106
|
"kindString": "Parameter",
|
@@ -4428,14 +4113,14 @@
|
|
4428
4113
|
],
|
4429
4114
|
"type": {
|
4430
4115
|
"type": "reference",
|
4431
|
-
"id":
|
4116
|
+
"id": 449,
|
4432
4117
|
"name": "SkyNumericService"
|
4433
4118
|
}
|
4434
4119
|
}
|
4435
4120
|
]
|
4436
4121
|
},
|
4437
4122
|
{
|
4438
|
-
"id":
|
4123
|
+
"id": 460,
|
4439
4124
|
"name": "formatNumber",
|
4440
4125
|
"kind": 2048,
|
4441
4126
|
"kindString": "Method",
|
@@ -4451,7 +4136,7 @@
|
|
4451
4136
|
],
|
4452
4137
|
"signatures": [
|
4453
4138
|
{
|
4454
|
-
"id":
|
4139
|
+
"id": 461,
|
4455
4140
|
"name": "formatNumber",
|
4456
4141
|
"kind": 4096,
|
4457
4142
|
"kindString": "Call signature",
|
@@ -4461,7 +4146,7 @@
|
|
4461
4146
|
},
|
4462
4147
|
"parameters": [
|
4463
4148
|
{
|
4464
|
-
"id":
|
4149
|
+
"id": 462,
|
4465
4150
|
"name": "value",
|
4466
4151
|
"kind": 32768,
|
4467
4152
|
"kindString": "Parameter",
|
@@ -4475,7 +4160,7 @@
|
|
4475
4160
|
}
|
4476
4161
|
},
|
4477
4162
|
{
|
4478
|
-
"id":
|
4163
|
+
"id": 463,
|
4479
4164
|
"name": "options",
|
4480
4165
|
"kind": 32768,
|
4481
4166
|
"kindString": "Parameter",
|
@@ -4503,14 +4188,14 @@
|
|
4503
4188
|
"title": "Constructors",
|
4504
4189
|
"kind": 512,
|
4505
4190
|
"children": [
|
4506
|
-
|
4191
|
+
450
|
4507
4192
|
]
|
4508
4193
|
},
|
4509
4194
|
{
|
4510
4195
|
"title": "Methods",
|
4511
4196
|
"kind": 2048,
|
4512
4197
|
"children": [
|
4513
|
-
|
4198
|
+
460
|
4514
4199
|
]
|
4515
4200
|
}
|
4516
4201
|
],
|
@@ -4523,7 +4208,7 @@
|
|
4523
4208
|
]
|
4524
4209
|
},
|
4525
4210
|
{
|
4526
|
-
"id":
|
4211
|
+
"id": 489,
|
4527
4212
|
"name": "SkyOverlayInstance",
|
4528
4213
|
"kind": 128,
|
4529
4214
|
"kindString": "Class",
|
@@ -4533,7 +4218,7 @@
|
|
4533
4218
|
},
|
4534
4219
|
"children": [
|
4535
4220
|
{
|
4536
|
-
"id":
|
4221
|
+
"id": 490,
|
4537
4222
|
"name": "constructor",
|
4538
4223
|
"kind": 512,
|
4539
4224
|
"kindString": "Constructor",
|
@@ -4547,26 +4232,26 @@
|
|
4547
4232
|
],
|
4548
4233
|
"signatures": [
|
4549
4234
|
{
|
4550
|
-
"id":
|
4235
|
+
"id": 491,
|
4551
4236
|
"name": "new SkyOverlayInstance",
|
4552
4237
|
"kind": 16384,
|
4553
4238
|
"kindString": "Constructor signature",
|
4554
4239
|
"flags": {},
|
4555
4240
|
"parameters": [
|
4556
4241
|
{
|
4557
|
-
"id":
|
4242
|
+
"id": 492,
|
4558
4243
|
"name": "config",
|
4559
4244
|
"kind": 32768,
|
4560
4245
|
"kindString": "Parameter",
|
4561
4246
|
"flags": {},
|
4562
4247
|
"type": {
|
4563
4248
|
"type": "reference",
|
4564
|
-
"id":
|
4249
|
+
"id": 482,
|
4565
4250
|
"name": "SkyOverlayConfig"
|
4566
4251
|
}
|
4567
4252
|
},
|
4568
4253
|
{
|
4569
|
-
"id":
|
4254
|
+
"id": 493,
|
4570
4255
|
"name": "componentRef",
|
4571
4256
|
"kind": 32768,
|
4572
4257
|
"kindString": "Parameter",
|
@@ -4587,14 +4272,14 @@
|
|
4587
4272
|
],
|
4588
4273
|
"type": {
|
4589
4274
|
"type": "reference",
|
4590
|
-
"id":
|
4275
|
+
"id": 489,
|
4591
4276
|
"name": "SkyOverlayInstance"
|
4592
4277
|
}
|
4593
4278
|
}
|
4594
4279
|
]
|
4595
4280
|
},
|
4596
4281
|
{
|
4597
|
-
"id":
|
4282
|
+
"id": 494,
|
4598
4283
|
"name": "backdropClick",
|
4599
4284
|
"kind": 262144,
|
4600
4285
|
"kindString": "Accessor",
|
@@ -4610,7 +4295,7 @@
|
|
4610
4295
|
],
|
4611
4296
|
"getSignature": [
|
4612
4297
|
{
|
4613
|
-
"id":
|
4298
|
+
"id": 495,
|
4614
4299
|
"name": "backdropClick",
|
4615
4300
|
"kind": 524288,
|
4616
4301
|
"kindString": "Get signature",
|
@@ -4634,7 +4319,7 @@
|
|
4634
4319
|
]
|
4635
4320
|
},
|
4636
4321
|
{
|
4637
|
-
"id":
|
4322
|
+
"id": 496,
|
4638
4323
|
"name": "closed",
|
4639
4324
|
"kind": 262144,
|
4640
4325
|
"kindString": "Accessor",
|
@@ -4650,7 +4335,7 @@
|
|
4650
4335
|
],
|
4651
4336
|
"getSignature": [
|
4652
4337
|
{
|
4653
|
-
"id":
|
4338
|
+
"id": 497,
|
4654
4339
|
"name": "closed",
|
4655
4340
|
"kind": 524288,
|
4656
4341
|
"kindString": "Get signature",
|
@@ -4674,7 +4359,7 @@
|
|
4674
4359
|
]
|
4675
4360
|
},
|
4676
4361
|
{
|
4677
|
-
"id":
|
4362
|
+
"id": 502,
|
4678
4363
|
"name": "attachComponent",
|
4679
4364
|
"kind": 2048,
|
4680
4365
|
"kindString": "Method",
|
@@ -4690,7 +4375,7 @@
|
|
4690
4375
|
],
|
4691
4376
|
"signatures": [
|
4692
4377
|
{
|
4693
|
-
"id":
|
4378
|
+
"id": 503,
|
4694
4379
|
"name": "attachComponent",
|
4695
4380
|
"kind": 4096,
|
4696
4381
|
"kindString": "Call signature",
|
@@ -4700,7 +4385,7 @@
|
|
4700
4385
|
},
|
4701
4386
|
"typeParameter": [
|
4702
4387
|
{
|
4703
|
-
"id":
|
4388
|
+
"id": 504,
|
4704
4389
|
"name": "C",
|
4705
4390
|
"kind": 131072,
|
4706
4391
|
"kindString": "Type parameter",
|
@@ -4709,7 +4394,7 @@
|
|
4709
4394
|
],
|
4710
4395
|
"parameters": [
|
4711
4396
|
{
|
4712
|
-
"id":
|
4397
|
+
"id": 505,
|
4713
4398
|
"name": "component",
|
4714
4399
|
"kind": 32768,
|
4715
4400
|
"kindString": "Parameter",
|
@@ -4722,7 +4407,7 @@
|
|
4722
4407
|
"typeArguments": [
|
4723
4408
|
{
|
4724
4409
|
"type": "reference",
|
4725
|
-
"id":
|
4410
|
+
"id": 504,
|
4726
4411
|
"name": "C"
|
4727
4412
|
}
|
4728
4413
|
],
|
@@ -4732,7 +4417,7 @@
|
|
4732
4417
|
}
|
4733
4418
|
},
|
4734
4419
|
{
|
4735
|
-
"id":
|
4420
|
+
"id": 506,
|
4736
4421
|
"name": "providers",
|
4737
4422
|
"kind": 32768,
|
4738
4423
|
"kindString": "Parameter",
|
@@ -4755,14 +4440,14 @@
|
|
4755
4440
|
],
|
4756
4441
|
"type": {
|
4757
4442
|
"type": "reference",
|
4758
|
-
"id":
|
4443
|
+
"id": 504,
|
4759
4444
|
"name": "C"
|
4760
4445
|
}
|
4761
4446
|
}
|
4762
4447
|
]
|
4763
4448
|
},
|
4764
4449
|
{
|
4765
|
-
"id":
|
4450
|
+
"id": 507,
|
4766
4451
|
"name": "attachTemplate",
|
4767
4452
|
"kind": 2048,
|
4768
4453
|
"kindString": "Method",
|
@@ -4778,7 +4463,7 @@
|
|
4778
4463
|
],
|
4779
4464
|
"signatures": [
|
4780
4465
|
{
|
4781
|
-
"id":
|
4466
|
+
"id": 508,
|
4782
4467
|
"name": "attachTemplate",
|
4783
4468
|
"kind": 4096,
|
4784
4469
|
"kindString": "Call signature",
|
@@ -4788,7 +4473,7 @@
|
|
4788
4473
|
},
|
4789
4474
|
"typeParameter": [
|
4790
4475
|
{
|
4791
|
-
"id":
|
4476
|
+
"id": 509,
|
4792
4477
|
"name": "T",
|
4793
4478
|
"kind": 131072,
|
4794
4479
|
"kindString": "Type parameter",
|
@@ -4797,7 +4482,7 @@
|
|
4797
4482
|
],
|
4798
4483
|
"parameters": [
|
4799
4484
|
{
|
4800
|
-
"id":
|
4485
|
+
"id": 510,
|
4801
4486
|
"name": "templateRef",
|
4802
4487
|
"kind": 32768,
|
4803
4488
|
"kindString": "Parameter",
|
@@ -4810,7 +4495,7 @@
|
|
4810
4495
|
"typeArguments": [
|
4811
4496
|
{
|
4812
4497
|
"type": "reference",
|
4813
|
-
"id":
|
4498
|
+
"id": 509,
|
4814
4499
|
"name": "T"
|
4815
4500
|
}
|
4816
4501
|
],
|
@@ -4820,7 +4505,7 @@
|
|
4820
4505
|
}
|
4821
4506
|
},
|
4822
4507
|
{
|
4823
|
-
"id":
|
4508
|
+
"id": 511,
|
4824
4509
|
"name": "context",
|
4825
4510
|
"kind": 32768,
|
4826
4511
|
"kindString": "Parameter",
|
@@ -4832,7 +4517,7 @@
|
|
4832
4517
|
},
|
4833
4518
|
"type": {
|
4834
4519
|
"type": "reference",
|
4835
|
-
"id":
|
4520
|
+
"id": 509,
|
4836
4521
|
"name": "T"
|
4837
4522
|
}
|
4838
4523
|
}
|
@@ -4850,31 +4535,31 @@
|
|
4850
4535
|
"title": "Constructors",
|
4851
4536
|
"kind": 512,
|
4852
4537
|
"children": [
|
4853
|
-
|
4538
|
+
490
|
4854
4539
|
]
|
4855
4540
|
},
|
4856
4541
|
{
|
4857
4542
|
"title": "Properties",
|
4858
4543
|
"kind": 1024,
|
4859
4544
|
"children": [
|
4860
|
-
|
4861
|
-
|
4545
|
+
501,
|
4546
|
+
500
|
4862
4547
|
]
|
4863
4548
|
},
|
4864
4549
|
{
|
4865
4550
|
"title": "Accessors",
|
4866
4551
|
"kind": 262144,
|
4867
4552
|
"children": [
|
4868
|
-
|
4869
|
-
|
4553
|
+
494,
|
4554
|
+
496
|
4870
4555
|
]
|
4871
4556
|
},
|
4872
4557
|
{
|
4873
4558
|
"title": "Methods",
|
4874
4559
|
"kind": 2048,
|
4875
4560
|
"children": [
|
4876
|
-
|
4877
|
-
|
4561
|
+
502,
|
4562
|
+
507
|
4878
4563
|
]
|
4879
4564
|
}
|
4880
4565
|
],
|
@@ -4887,7 +4572,7 @@
|
|
4887
4572
|
]
|
4888
4573
|
},
|
4889
4574
|
{
|
4890
|
-
"id":
|
4575
|
+
"id": 512,
|
4891
4576
|
"name": "SkyOverlayModule",
|
4892
4577
|
"kind": 128,
|
4893
4578
|
"kindString": "Class",
|
@@ -4912,7 +4597,7 @@
|
|
4912
4597
|
"title": "Constructors",
|
4913
4598
|
"kind": 512,
|
4914
4599
|
"children": [
|
4915
|
-
|
4600
|
+
513
|
4916
4601
|
]
|
4917
4602
|
}
|
4918
4603
|
],
|
@@ -4925,7 +4610,7 @@
|
|
4925
4610
|
]
|
4926
4611
|
},
|
4927
4612
|
{
|
4928
|
-
"id":
|
4613
|
+
"id": 515,
|
4929
4614
|
"name": "SkyOverlayService",
|
4930
4615
|
"kind": 128,
|
4931
4616
|
"kindString": "Class",
|
@@ -4955,7 +4640,7 @@
|
|
4955
4640
|
],
|
4956
4641
|
"children": [
|
4957
4642
|
{
|
4958
|
-
"id":
|
4643
|
+
"id": 517,
|
4959
4644
|
"name": "constructor",
|
4960
4645
|
"kind": 512,
|
4961
4646
|
"kindString": "Constructor",
|
@@ -4969,14 +4654,14 @@
|
|
4969
4654
|
],
|
4970
4655
|
"signatures": [
|
4971
4656
|
{
|
4972
|
-
"id":
|
4657
|
+
"id": 518,
|
4973
4658
|
"name": "new SkyOverlayService",
|
4974
4659
|
"kind": 16384,
|
4975
4660
|
"kindString": "Constructor signature",
|
4976
4661
|
"flags": {},
|
4977
4662
|
"parameters": [
|
4978
4663
|
{
|
4979
|
-
"id":
|
4664
|
+
"id": 519,
|
4980
4665
|
"name": "applicationRef",
|
4981
4666
|
"kind": 32768,
|
4982
4667
|
"kindString": "Parameter",
|
@@ -4989,7 +4674,7 @@
|
|
4989
4674
|
}
|
4990
4675
|
},
|
4991
4676
|
{
|
4992
|
-
"id":
|
4677
|
+
"id": 520,
|
4993
4678
|
"name": "componentFactoryResolver",
|
4994
4679
|
"kind": 32768,
|
4995
4680
|
"kindString": "Parameter",
|
@@ -5002,7 +4687,7 @@
|
|
5002
4687
|
}
|
5003
4688
|
},
|
5004
4689
|
{
|
5005
|
-
"id":
|
4690
|
+
"id": 521,
|
5006
4691
|
"name": "injector",
|
5007
4692
|
"kind": 32768,
|
5008
4693
|
"kindString": "Parameter",
|
@@ -5015,7 +4700,7 @@
|
|
5015
4700
|
}
|
5016
4701
|
},
|
5017
4702
|
{
|
5018
|
-
"id":
|
4703
|
+
"id": 522,
|
5019
4704
|
"name": "adapter",
|
5020
4705
|
"kind": 32768,
|
5021
4706
|
"kindString": "Parameter",
|
@@ -5028,14 +4713,14 @@
|
|
5028
4713
|
],
|
5029
4714
|
"type": {
|
5030
4715
|
"type": "reference",
|
5031
|
-
"id":
|
4716
|
+
"id": 515,
|
5032
4717
|
"name": "SkyOverlayService"
|
5033
4718
|
}
|
5034
4719
|
}
|
5035
4720
|
]
|
5036
4721
|
},
|
5037
4722
|
{
|
5038
|
-
"id":
|
4723
|
+
"id": 526,
|
5039
4724
|
"name": "close",
|
5040
4725
|
"kind": 2048,
|
5041
4726
|
"kindString": "Method",
|
@@ -5051,7 +4736,7 @@
|
|
5051
4736
|
],
|
5052
4737
|
"signatures": [
|
5053
4738
|
{
|
5054
|
-
"id":
|
4739
|
+
"id": 527,
|
5055
4740
|
"name": "close",
|
5056
4741
|
"kind": 4096,
|
5057
4742
|
"kindString": "Call signature",
|
@@ -5061,7 +4746,7 @@
|
|
5061
4746
|
},
|
5062
4747
|
"parameters": [
|
5063
4748
|
{
|
5064
|
-
"id":
|
4749
|
+
"id": 528,
|
5065
4750
|
"name": "instance",
|
5066
4751
|
"kind": 32768,
|
5067
4752
|
"kindString": "Parameter",
|
@@ -5071,7 +4756,7 @@
|
|
5071
4756
|
},
|
5072
4757
|
"type": {
|
5073
4758
|
"type": "reference",
|
5074
|
-
"id":
|
4759
|
+
"id": 489,
|
5075
4760
|
"name": "SkyOverlayInstance"
|
5076
4761
|
}
|
5077
4762
|
}
|
@@ -5084,7 +4769,7 @@
|
|
5084
4769
|
]
|
5085
4770
|
},
|
5086
4771
|
{
|
5087
|
-
"id":
|
4772
|
+
"id": 529,
|
5088
4773
|
"name": "closeAll",
|
5089
4774
|
"kind": 2048,
|
5090
4775
|
"kindString": "Method",
|
@@ -5100,7 +4785,7 @@
|
|
5100
4785
|
],
|
5101
4786
|
"signatures": [
|
5102
4787
|
{
|
5103
|
-
"id":
|
4788
|
+
"id": 530,
|
5104
4789
|
"name": "closeAll",
|
5105
4790
|
"kind": 4096,
|
5106
4791
|
"kindString": "Call signature",
|
@@ -5116,7 +4801,7 @@
|
|
5116
4801
|
]
|
5117
4802
|
},
|
5118
4803
|
{
|
5119
|
-
"id":
|
4804
|
+
"id": 523,
|
5120
4805
|
"name": "create",
|
5121
4806
|
"kind": 2048,
|
5122
4807
|
"kindString": "Method",
|
@@ -5132,7 +4817,7 @@
|
|
5132
4817
|
],
|
5133
4818
|
"signatures": [
|
5134
4819
|
{
|
5135
|
-
"id":
|
4820
|
+
"id": 524,
|
5136
4821
|
"name": "create",
|
5137
4822
|
"kind": 4096,
|
5138
4823
|
"kindString": "Call signature",
|
@@ -5142,7 +4827,7 @@
|
|
5142
4827
|
},
|
5143
4828
|
"parameters": [
|
5144
4829
|
{
|
5145
|
-
"id":
|
4830
|
+
"id": 525,
|
5146
4831
|
"name": "config",
|
5147
4832
|
"kind": 32768,
|
5148
4833
|
"kindString": "Parameter",
|
@@ -5154,14 +4839,14 @@
|
|
5154
4839
|
},
|
5155
4840
|
"type": {
|
5156
4841
|
"type": "reference",
|
5157
|
-
"id":
|
4842
|
+
"id": 482,
|
5158
4843
|
"name": "SkyOverlayConfig"
|
5159
4844
|
}
|
5160
4845
|
}
|
5161
4846
|
],
|
5162
4847
|
"type": {
|
5163
4848
|
"type": "reference",
|
5164
|
-
"id":
|
4849
|
+
"id": 489,
|
5165
4850
|
"name": "SkyOverlayInstance"
|
5166
4851
|
}
|
5167
4852
|
}
|
@@ -5173,16 +4858,16 @@
|
|
5173
4858
|
"title": "Constructors",
|
5174
4859
|
"kind": 512,
|
5175
4860
|
"children": [
|
5176
|
-
|
4861
|
+
517
|
5177
4862
|
]
|
5178
4863
|
},
|
5179
4864
|
{
|
5180
4865
|
"title": "Methods",
|
5181
4866
|
"kind": 2048,
|
5182
4867
|
"children": [
|
5183
|
-
|
5184
|
-
|
5185
|
-
|
4868
|
+
526,
|
4869
|
+
529,
|
4870
|
+
523
|
5186
4871
|
]
|
5187
4872
|
}
|
5188
4873
|
],
|
@@ -5195,7 +4880,7 @@
|
|
5195
4880
|
]
|
5196
4881
|
},
|
5197
4882
|
{
|
5198
|
-
"id":
|
4883
|
+
"id": 543,
|
5199
4884
|
"name": "SkyPercentPipe",
|
5200
4885
|
"kind": 128,
|
5201
4886
|
"kindString": "Class",
|
@@ -5216,7 +4901,7 @@
|
|
5216
4901
|
],
|
5217
4902
|
"children": [
|
5218
4903
|
{
|
5219
|
-
"id":
|
4904
|
+
"id": 544,
|
5220
4905
|
"name": "constructor",
|
5221
4906
|
"kind": 512,
|
5222
4907
|
"kindString": "Constructor",
|
@@ -5230,14 +4915,14 @@
|
|
5230
4915
|
],
|
5231
4916
|
"signatures": [
|
5232
4917
|
{
|
5233
|
-
"id":
|
4918
|
+
"id": 545,
|
5234
4919
|
"name": "new SkyPercentPipe",
|
5235
4920
|
"kind": 16384,
|
5236
4921
|
"kindString": "Constructor signature",
|
5237
4922
|
"flags": {},
|
5238
4923
|
"parameters": [
|
5239
4924
|
{
|
5240
|
-
"id":
|
4925
|
+
"id": 546,
|
5241
4926
|
"name": "localeProvider",
|
5242
4927
|
"kind": 32768,
|
5243
4928
|
"kindString": "Parameter",
|
@@ -5250,14 +4935,14 @@
|
|
5250
4935
|
],
|
5251
4936
|
"type": {
|
5252
4937
|
"type": "reference",
|
5253
|
-
"id":
|
4938
|
+
"id": 543,
|
5254
4939
|
"name": "SkyPercentPipe"
|
5255
4940
|
}
|
5256
4941
|
}
|
5257
4942
|
]
|
5258
4943
|
},
|
5259
4944
|
{
|
5260
|
-
"id":
|
4945
|
+
"id": 554,
|
5261
4946
|
"name": "ngOnDestroy",
|
5262
4947
|
"kind": 2048,
|
5263
4948
|
"kindString": "Method",
|
@@ -5273,7 +4958,7 @@
|
|
5273
4958
|
],
|
5274
4959
|
"signatures": [
|
5275
4960
|
{
|
5276
|
-
"id":
|
4961
|
+
"id": 555,
|
5277
4962
|
"name": "ngOnDestroy",
|
5278
4963
|
"kind": 4096,
|
5279
4964
|
"kindString": "Call signature",
|
@@ -5294,7 +4979,7 @@
|
|
5294
4979
|
}
|
5295
4980
|
},
|
5296
4981
|
{
|
5297
|
-
"id":
|
4982
|
+
"id": 556,
|
5298
4983
|
"name": "transform",
|
5299
4984
|
"kind": 2048,
|
5300
4985
|
"kindString": "Method",
|
@@ -5310,14 +4995,14 @@
|
|
5310
4995
|
],
|
5311
4996
|
"signatures": [
|
5312
4997
|
{
|
5313
|
-
"id":
|
4998
|
+
"id": 557,
|
5314
4999
|
"name": "transform",
|
5315
5000
|
"kind": 4096,
|
5316
5001
|
"kindString": "Call signature",
|
5317
5002
|
"flags": {},
|
5318
5003
|
"parameters": [
|
5319
5004
|
{
|
5320
|
-
"id":
|
5005
|
+
"id": 558,
|
5321
5006
|
"name": "value",
|
5322
5007
|
"kind": 32768,
|
5323
5008
|
"kindString": "Parameter",
|
@@ -5328,7 +5013,7 @@
|
|
5328
5013
|
}
|
5329
5014
|
},
|
5330
5015
|
{
|
5331
|
-
"id":
|
5016
|
+
"id": 559,
|
5332
5017
|
"name": "format",
|
5333
5018
|
"kind": 32768,
|
5334
5019
|
"kindString": "Parameter",
|
@@ -5341,7 +5026,7 @@
|
|
5341
5026
|
}
|
5342
5027
|
},
|
5343
5028
|
{
|
5344
|
-
"id":
|
5029
|
+
"id": 560,
|
5345
5030
|
"name": "locale",
|
5346
5031
|
"kind": 32768,
|
5347
5032
|
"kindString": "Parameter",
|
@@ -5375,15 +5060,15 @@
|
|
5375
5060
|
"title": "Constructors",
|
5376
5061
|
"kind": 512,
|
5377
5062
|
"children": [
|
5378
|
-
|
5063
|
+
544
|
5379
5064
|
]
|
5380
5065
|
},
|
5381
5066
|
{
|
5382
5067
|
"title": "Methods",
|
5383
5068
|
"kind": 2048,
|
5384
5069
|
"children": [
|
5385
|
-
|
5386
|
-
|
5070
|
+
554,
|
5071
|
+
556
|
5387
5072
|
]
|
5388
5073
|
}
|
5389
5074
|
],
|
@@ -5410,7 +5095,7 @@
|
|
5410
5095
|
]
|
5411
5096
|
},
|
5412
5097
|
{
|
5413
|
-
"id":
|
5098
|
+
"id": 540,
|
5414
5099
|
"name": "SkyPercentPipeModule",
|
5415
5100
|
"kind": 128,
|
5416
5101
|
"kindString": "Class",
|
@@ -5435,7 +5120,7 @@
|
|
5435
5120
|
"title": "Constructors",
|
5436
5121
|
"kind": 512,
|
5437
5122
|
"children": [
|
5438
|
-
|
5123
|
+
541
|
5439
5124
|
]
|
5440
5125
|
}
|
5441
5126
|
],
|
@@ -5448,7 +5133,7 @@
|
|
5448
5133
|
]
|
5449
5134
|
},
|
5450
5135
|
{
|
5451
|
-
"id":
|
5136
|
+
"id": 580,
|
5452
5137
|
"name": "SkyResizeObserverMediaQueryService",
|
5453
5138
|
"kind": 128,
|
5454
5139
|
"kindString": "Class",
|
@@ -5472,7 +5157,7 @@
|
|
5472
5157
|
],
|
5473
5158
|
"children": [
|
5474
5159
|
{
|
5475
|
-
"id":
|
5160
|
+
"id": 581,
|
5476
5161
|
"name": "constructor",
|
5477
5162
|
"kind": 512,
|
5478
5163
|
"kindString": "Constructor",
|
@@ -5486,35 +5171,35 @@
|
|
5486
5171
|
],
|
5487
5172
|
"signatures": [
|
5488
5173
|
{
|
5489
|
-
"id":
|
5174
|
+
"id": 582,
|
5490
5175
|
"name": "new SkyResizeObserverMediaQueryService",
|
5491
5176
|
"kind": 16384,
|
5492
5177
|
"kindString": "Constructor signature",
|
5493
5178
|
"flags": {},
|
5494
5179
|
"parameters": [
|
5495
5180
|
{
|
5496
|
-
"id":
|
5181
|
+
"id": 583,
|
5497
5182
|
"name": "resizeObserverService",
|
5498
5183
|
"kind": 32768,
|
5499
5184
|
"kindString": "Parameter",
|
5500
5185
|
"flags": {},
|
5501
5186
|
"type": {
|
5502
5187
|
"type": "reference",
|
5503
|
-
"id":
|
5188
|
+
"id": 563,
|
5504
5189
|
"name": "SkyResizeObserverService"
|
5505
5190
|
}
|
5506
5191
|
}
|
5507
5192
|
],
|
5508
5193
|
"type": {
|
5509
5194
|
"type": "reference",
|
5510
|
-
"id":
|
5195
|
+
"id": 580,
|
5511
5196
|
"name": "SkyResizeObserverMediaQueryService"
|
5512
5197
|
}
|
5513
5198
|
}
|
5514
5199
|
]
|
5515
5200
|
},
|
5516
5201
|
{
|
5517
|
-
"id":
|
5202
|
+
"id": 584,
|
5518
5203
|
"name": "current",
|
5519
5204
|
"kind": 262144,
|
5520
5205
|
"kindString": "Accessor",
|
@@ -5530,7 +5215,7 @@
|
|
5530
5215
|
],
|
5531
5216
|
"getSignature": [
|
5532
5217
|
{
|
5533
|
-
"id":
|
5218
|
+
"id": 585,
|
5534
5219
|
"name": "current",
|
5535
5220
|
"kind": 524288,
|
5536
5221
|
"kindString": "Get signature",
|
@@ -5547,7 +5232,7 @@
|
|
5547
5232
|
]
|
5548
5233
|
},
|
5549
5234
|
{
|
5550
|
-
"id":
|
5235
|
+
"id": 596,
|
5551
5236
|
"name": "ngOnDestroy",
|
5552
5237
|
"kind": 2048,
|
5553
5238
|
"kindString": "Method",
|
@@ -5563,7 +5248,7 @@
|
|
5563
5248
|
],
|
5564
5249
|
"signatures": [
|
5565
5250
|
{
|
5566
|
-
"id":
|
5251
|
+
"id": 597,
|
5567
5252
|
"name": "ngOnDestroy",
|
5568
5253
|
"kind": 4096,
|
5569
5254
|
"kindString": "Call signature",
|
@@ -5584,7 +5269,7 @@
|
|
5584
5269
|
}
|
5585
5270
|
},
|
5586
5271
|
{
|
5587
|
-
"id":
|
5272
|
+
"id": 600,
|
5588
5273
|
"name": "observe",
|
5589
5274
|
"kind": 2048,
|
5590
5275
|
"kindString": "Method",
|
@@ -5600,7 +5285,7 @@
|
|
5600
5285
|
],
|
5601
5286
|
"signatures": [
|
5602
5287
|
{
|
5603
|
-
"id":
|
5288
|
+
"id": 601,
|
5604
5289
|
"name": "observe",
|
5605
5290
|
"kind": 4096,
|
5606
5291
|
"kindString": "Call signature",
|
@@ -5610,7 +5295,7 @@
|
|
5610
5295
|
},
|
5611
5296
|
"parameters": [
|
5612
5297
|
{
|
5613
|
-
"id":
|
5298
|
+
"id": 602,
|
5614
5299
|
"name": "element",
|
5615
5300
|
"kind": 32768,
|
5616
5301
|
"kindString": "Parameter",
|
@@ -5631,14 +5316,14 @@
|
|
5631
5316
|
],
|
5632
5317
|
"type": {
|
5633
5318
|
"type": "reference",
|
5634
|
-
"id":
|
5319
|
+
"id": 580,
|
5635
5320
|
"name": "SkyResizeObserverMediaQueryService"
|
5636
5321
|
}
|
5637
5322
|
}
|
5638
5323
|
]
|
5639
5324
|
},
|
5640
5325
|
{
|
5641
|
-
"id":
|
5326
|
+
"id": 605,
|
5642
5327
|
"name": "subscribe",
|
5643
5328
|
"kind": 2048,
|
5644
5329
|
"kindString": "Method",
|
@@ -5654,7 +5339,7 @@
|
|
5654
5339
|
],
|
5655
5340
|
"signatures": [
|
5656
5341
|
{
|
5657
|
-
"id":
|
5342
|
+
"id": 606,
|
5658
5343
|
"name": "subscribe",
|
5659
5344
|
"kind": 4096,
|
5660
5345
|
"kindString": "Call signature",
|
@@ -5664,7 +5349,7 @@
|
|
5664
5349
|
},
|
5665
5350
|
"parameters": [
|
5666
5351
|
{
|
5667
|
-
"id":
|
5352
|
+
"id": 607,
|
5668
5353
|
"name": "listener",
|
5669
5354
|
"kind": 32768,
|
5670
5355
|
"kindString": "Parameter",
|
@@ -5686,7 +5371,7 @@
|
|
5686
5371
|
]
|
5687
5372
|
},
|
5688
5373
|
{
|
5689
|
-
"id":
|
5374
|
+
"id": 603,
|
5690
5375
|
"name": "unobserve",
|
5691
5376
|
"kind": 2048,
|
5692
5377
|
"kindString": "Method",
|
@@ -5702,7 +5387,7 @@
|
|
5702
5387
|
],
|
5703
5388
|
"signatures": [
|
5704
5389
|
{
|
5705
|
-
"id":
|
5390
|
+
"id": 604,
|
5706
5391
|
"name": "unobserve",
|
5707
5392
|
"kind": 4096,
|
5708
5393
|
"kindString": "Call signature",
|
@@ -5723,24 +5408,24 @@
|
|
5723
5408
|
"title": "Constructors",
|
5724
5409
|
"kind": 512,
|
5725
5410
|
"children": [
|
5726
|
-
|
5411
|
+
581
|
5727
5412
|
]
|
5728
5413
|
},
|
5729
5414
|
{
|
5730
5415
|
"title": "Accessors",
|
5731
5416
|
"kind": 262144,
|
5732
5417
|
"children": [
|
5733
|
-
|
5418
|
+
584
|
5734
5419
|
]
|
5735
5420
|
},
|
5736
5421
|
{
|
5737
5422
|
"title": "Methods",
|
5738
5423
|
"kind": 2048,
|
5739
5424
|
"children": [
|
5740
|
-
|
5741
|
-
|
5742
|
-
|
5743
|
-
|
5425
|
+
596,
|
5426
|
+
600,
|
5427
|
+
605,
|
5428
|
+
603
|
5744
5429
|
]
|
5745
5430
|
}
|
5746
5431
|
],
|
@@ -5761,7 +5446,7 @@
|
|
5761
5446
|
]
|
5762
5447
|
},
|
5763
5448
|
{
|
5764
|
-
"id":
|
5449
|
+
"id": 563,
|
5765
5450
|
"name": "SkyResizeObserverService",
|
5766
5451
|
"kind": 128,
|
5767
5452
|
"kindString": "Class",
|
@@ -5785,7 +5470,7 @@
|
|
5785
5470
|
],
|
5786
5471
|
"children": [
|
5787
5472
|
{
|
5788
|
-
"id":
|
5473
|
+
"id": 564,
|
5789
5474
|
"name": "constructor",
|
5790
5475
|
"kind": 512,
|
5791
5476
|
"kindString": "Constructor",
|
@@ -5799,14 +5484,14 @@
|
|
5799
5484
|
],
|
5800
5485
|
"signatures": [
|
5801
5486
|
{
|
5802
|
-
"id":
|
5487
|
+
"id": 565,
|
5803
5488
|
"name": "new SkyResizeObserverService",
|
5804
5489
|
"kind": 16384,
|
5805
5490
|
"kindString": "Constructor signature",
|
5806
5491
|
"flags": {},
|
5807
5492
|
"parameters": [
|
5808
5493
|
{
|
5809
|
-
"id":
|
5494
|
+
"id": 566,
|
5810
5495
|
"name": "zone",
|
5811
5496
|
"kind": 32768,
|
5812
5497
|
"kindString": "Parameter",
|
@@ -5821,14 +5506,14 @@
|
|
5821
5506
|
],
|
5822
5507
|
"type": {
|
5823
5508
|
"type": "reference",
|
5824
|
-
"id":
|
5509
|
+
"id": 563,
|
5825
5510
|
"name": "SkyResizeObserverService"
|
5826
5511
|
}
|
5827
5512
|
}
|
5828
5513
|
]
|
5829
5514
|
},
|
5830
5515
|
{
|
5831
|
-
"id":
|
5516
|
+
"id": 569,
|
5832
5517
|
"name": "ngOnDestroy",
|
5833
5518
|
"kind": 2048,
|
5834
5519
|
"kindString": "Method",
|
@@ -5844,7 +5529,7 @@
|
|
5844
5529
|
],
|
5845
5530
|
"signatures": [
|
5846
5531
|
{
|
5847
|
-
"id":
|
5532
|
+
"id": 570,
|
5848
5533
|
"name": "ngOnDestroy",
|
5849
5534
|
"kind": 4096,
|
5850
5535
|
"kindString": "Call signature",
|
@@ -5865,7 +5550,7 @@
|
|
5865
5550
|
}
|
5866
5551
|
},
|
5867
5552
|
{
|
5868
|
-
"id":
|
5553
|
+
"id": 571,
|
5869
5554
|
"name": "observe",
|
5870
5555
|
"kind": 2048,
|
5871
5556
|
"kindString": "Method",
|
@@ -5881,7 +5566,7 @@
|
|
5881
5566
|
],
|
5882
5567
|
"signatures": [
|
5883
5568
|
{
|
5884
|
-
"id":
|
5569
|
+
"id": 572,
|
5885
5570
|
"name": "observe",
|
5886
5571
|
"kind": 4096,
|
5887
5572
|
"kindString": "Call signature",
|
@@ -5891,7 +5576,7 @@
|
|
5891
5576
|
},
|
5892
5577
|
"parameters": [
|
5893
5578
|
{
|
5894
|
-
"id":
|
5579
|
+
"id": 573,
|
5895
5580
|
"name": "element",
|
5896
5581
|
"kind": 32768,
|
5897
5582
|
"kindString": "Parameter",
|
@@ -5933,15 +5618,15 @@
|
|
5933
5618
|
"title": "Constructors",
|
5934
5619
|
"kind": 512,
|
5935
5620
|
"children": [
|
5936
|
-
|
5621
|
+
564
|
5937
5622
|
]
|
5938
5623
|
},
|
5939
5624
|
{
|
5940
5625
|
"title": "Methods",
|
5941
5626
|
"kind": 2048,
|
5942
5627
|
"children": [
|
5943
|
-
|
5944
|
-
|
5628
|
+
569,
|
5629
|
+
571
|
5945
5630
|
]
|
5946
5631
|
}
|
5947
5632
|
],
|
@@ -5962,7 +5647,7 @@
|
|
5962
5647
|
]
|
5963
5648
|
},
|
5964
5649
|
{
|
5965
|
-
"id":
|
5650
|
+
"id": 614,
|
5966
5651
|
"name": "SkyScrollableHostService",
|
5967
5652
|
"kind": 128,
|
5968
5653
|
"kindString": "Class",
|
@@ -5983,7 +5668,7 @@
|
|
5983
5668
|
],
|
5984
5669
|
"children": [
|
5985
5670
|
{
|
5986
|
-
"id":
|
5671
|
+
"id": 615,
|
5987
5672
|
"name": "constructor",
|
5988
5673
|
"kind": 512,
|
5989
5674
|
"kindString": "Constructor",
|
@@ -5997,14 +5682,14 @@
|
|
5997
5682
|
],
|
5998
5683
|
"signatures": [
|
5999
5684
|
{
|
6000
|
-
"id":
|
5685
|
+
"id": 616,
|
6001
5686
|
"name": "new SkyScrollableHostService",
|
6002
5687
|
"kind": 16384,
|
6003
5688
|
"kindString": "Constructor signature",
|
6004
5689
|
"flags": {},
|
6005
5690
|
"parameters": [
|
6006
5691
|
{
|
6007
|
-
"id":
|
5692
|
+
"id": 617,
|
6008
5693
|
"name": "mutationObserverSvc",
|
6009
5694
|
"kind": 32768,
|
6010
5695
|
"kindString": "Parameter",
|
@@ -6016,28 +5701,28 @@
|
|
6016
5701
|
}
|
6017
5702
|
},
|
6018
5703
|
{
|
6019
|
-
"id":
|
5704
|
+
"id": 618,
|
6020
5705
|
"name": "windowRef",
|
6021
5706
|
"kind": 32768,
|
6022
5707
|
"kindString": "Parameter",
|
6023
5708
|
"flags": {},
|
6024
5709
|
"type": {
|
6025
5710
|
"type": "reference",
|
6026
|
-
"id":
|
5711
|
+
"id": 691,
|
6027
5712
|
"name": "SkyAppWindowRef"
|
6028
5713
|
}
|
6029
5714
|
}
|
6030
5715
|
],
|
6031
5716
|
"type": {
|
6032
5717
|
"type": "reference",
|
6033
|
-
"id":
|
5718
|
+
"id": 614,
|
6034
5719
|
"name": "SkyScrollableHostService"
|
6035
5720
|
}
|
6036
5721
|
}
|
6037
5722
|
]
|
6038
5723
|
},
|
6039
5724
|
{
|
6040
|
-
"id":
|
5725
|
+
"id": 619,
|
6041
5726
|
"name": "getScrollableHost",
|
6042
5727
|
"kind": 2048,
|
6043
5728
|
"kindString": "Method",
|
@@ -6053,7 +5738,7 @@
|
|
6053
5738
|
],
|
6054
5739
|
"signatures": [
|
6055
5740
|
{
|
6056
|
-
"id":
|
5741
|
+
"id": 620,
|
6057
5742
|
"name": "getScrollableHost",
|
6058
5743
|
"kind": 4096,
|
6059
5744
|
"kindString": "Call signature",
|
@@ -6064,7 +5749,7 @@
|
|
6064
5749
|
},
|
6065
5750
|
"parameters": [
|
6066
5751
|
{
|
6067
|
-
"id":
|
5752
|
+
"id": 621,
|
6068
5753
|
"name": "elementRef",
|
6069
5754
|
"kind": 32768,
|
6070
5755
|
"kindString": "Parameter",
|
@@ -6107,7 +5792,7 @@
|
|
6107
5792
|
]
|
6108
5793
|
},
|
6109
5794
|
{
|
6110
|
-
"id":
|
5795
|
+
"id": 625,
|
6111
5796
|
"name": "watchScrollableHostScrollEvents",
|
6112
5797
|
"kind": 2048,
|
6113
5798
|
"kindString": "Method",
|
@@ -6123,7 +5808,7 @@
|
|
6123
5808
|
],
|
6124
5809
|
"signatures": [
|
6125
5810
|
{
|
6126
|
-
"id":
|
5811
|
+
"id": 626,
|
6127
5812
|
"name": "watchScrollableHostScrollEvents",
|
6128
5813
|
"kind": 4096,
|
6129
5814
|
"kindString": "Call signature",
|
@@ -6134,7 +5819,7 @@
|
|
6134
5819
|
},
|
6135
5820
|
"parameters": [
|
6136
5821
|
{
|
6137
|
-
"id":
|
5822
|
+
"id": 627,
|
6138
5823
|
"name": "elementRef",
|
6139
5824
|
"kind": 32768,
|
6140
5825
|
"kindString": "Parameter",
|
@@ -6177,15 +5862,15 @@
|
|
6177
5862
|
"title": "Constructors",
|
6178
5863
|
"kind": 512,
|
6179
5864
|
"children": [
|
6180
|
-
|
5865
|
+
615
|
6181
5866
|
]
|
6182
5867
|
},
|
6183
5868
|
{
|
6184
5869
|
"title": "Methods",
|
6185
5870
|
"kind": 2048,
|
6186
5871
|
"children": [
|
6187
|
-
|
6188
|
-
|
5872
|
+
619,
|
5873
|
+
625
|
6189
5874
|
]
|
6190
5875
|
}
|
6191
5876
|
],
|
@@ -6198,7 +5883,7 @@
|
|
6198
5883
|
]
|
6199
5884
|
},
|
6200
5885
|
{
|
6201
|
-
"id":
|
5886
|
+
"id": 647,
|
6202
5887
|
"name": "SkyUIConfigService",
|
6203
5888
|
"kind": 128,
|
6204
5889
|
"kindString": "Class",
|
@@ -6219,7 +5904,7 @@
|
|
6219
5904
|
],
|
6220
5905
|
"children": [
|
6221
5906
|
{
|
6222
|
-
"id":
|
5907
|
+
"id": 650,
|
6223
5908
|
"name": "getConfig",
|
6224
5909
|
"kind": 2048,
|
6225
5910
|
"kindString": "Method",
|
@@ -6235,14 +5920,14 @@
|
|
6235
5920
|
],
|
6236
5921
|
"signatures": [
|
6237
5922
|
{
|
6238
|
-
"id":
|
5923
|
+
"id": 651,
|
6239
5924
|
"name": "getConfig",
|
6240
5925
|
"kind": 4096,
|
6241
5926
|
"kindString": "Call signature",
|
6242
5927
|
"flags": {},
|
6243
5928
|
"parameters": [
|
6244
5929
|
{
|
6245
|
-
"id":
|
5930
|
+
"id": 652,
|
6246
5931
|
"name": "key",
|
6247
5932
|
"kind": 32768,
|
6248
5933
|
"kindString": "Parameter",
|
@@ -6253,7 +5938,7 @@
|
|
6253
5938
|
}
|
6254
5939
|
},
|
6255
5940
|
{
|
6256
|
-
"id":
|
5941
|
+
"id": 653,
|
6257
5942
|
"name": "defaultConfig",
|
6258
5943
|
"kind": 32768,
|
6259
5944
|
"kindString": "Parameter",
|
@@ -6282,7 +5967,7 @@
|
|
6282
5967
|
]
|
6283
5968
|
},
|
6284
5969
|
{
|
6285
|
-
"id":
|
5970
|
+
"id": 654,
|
6286
5971
|
"name": "setConfig",
|
6287
5972
|
"kind": 2048,
|
6288
5973
|
"kindString": "Method",
|
@@ -6298,14 +5983,14 @@
|
|
6298
5983
|
],
|
6299
5984
|
"signatures": [
|
6300
5985
|
{
|
6301
|
-
"id":
|
5986
|
+
"id": 655,
|
6302
5987
|
"name": "setConfig",
|
6303
5988
|
"kind": 4096,
|
6304
5989
|
"kindString": "Call signature",
|
6305
5990
|
"flags": {},
|
6306
5991
|
"parameters": [
|
6307
5992
|
{
|
6308
|
-
"id":
|
5993
|
+
"id": 656,
|
6309
5994
|
"name": "key",
|
6310
5995
|
"kind": 32768,
|
6311
5996
|
"kindString": "Parameter",
|
@@ -6316,7 +6001,7 @@
|
|
6316
6001
|
}
|
6317
6002
|
},
|
6318
6003
|
{
|
6319
|
-
"id":
|
6004
|
+
"id": 657,
|
6320
6005
|
"name": "value",
|
6321
6006
|
"kind": 32768,
|
6322
6007
|
"kindString": "Parameter",
|
@@ -6348,15 +6033,15 @@
|
|
6348
6033
|
"title": "Constructors",
|
6349
6034
|
"kind": 512,
|
6350
6035
|
"children": [
|
6351
|
-
|
6036
|
+
648
|
6352
6037
|
]
|
6353
6038
|
},
|
6354
6039
|
{
|
6355
6040
|
"title": "Methods",
|
6356
6041
|
"kind": 2048,
|
6357
6042
|
"children": [
|
6358
|
-
|
6359
|
-
|
6043
|
+
650,
|
6044
|
+
654
|
6360
6045
|
]
|
6361
6046
|
}
|
6362
6047
|
],
|
@@ -6369,7 +6054,7 @@
|
|
6369
6054
|
]
|
6370
6055
|
},
|
6371
6056
|
{
|
6372
|
-
"id":
|
6057
|
+
"id": 658,
|
6373
6058
|
"name": "SkyViewkeeperHostOptions",
|
6374
6059
|
"kind": 128,
|
6375
6060
|
"kindString": "Class",
|
@@ -6388,7 +6073,7 @@
|
|
6388
6073
|
],
|
6389
6074
|
"children": [
|
6390
6075
|
{
|
6391
|
-
"id":
|
6076
|
+
"id": 661,
|
6392
6077
|
"name": "boundaryEl",
|
6393
6078
|
"kind": 1024,
|
6394
6079
|
"kindString": "Property",
|
@@ -6414,12 +6099,12 @@
|
|
6414
6099
|
},
|
6415
6100
|
"implementationOf": {
|
6416
6101
|
"type": "reference",
|
6417
|
-
"id":
|
6102
|
+
"id": 669,
|
6418
6103
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
6419
6104
|
}
|
6420
6105
|
},
|
6421
6106
|
{
|
6422
|
-
"id":
|
6107
|
+
"id": 662,
|
6423
6108
|
"name": "el",
|
6424
6109
|
"kind": 1024,
|
6425
6110
|
"kindString": "Property",
|
@@ -6445,12 +6130,12 @@
|
|
6445
6130
|
},
|
6446
6131
|
"implementationOf": {
|
6447
6132
|
"type": "reference",
|
6448
|
-
"id":
|
6133
|
+
"id": 670,
|
6449
6134
|
"name": "SkyViewkeeperOptions.el"
|
6450
6135
|
}
|
6451
6136
|
},
|
6452
6137
|
{
|
6453
|
-
"id":
|
6138
|
+
"id": 663,
|
6454
6139
|
"name": "scrollableHost",
|
6455
6140
|
"kind": 1024,
|
6456
6141
|
"kindString": "Property",
|
@@ -6476,12 +6161,12 @@
|
|
6476
6161
|
},
|
6477
6162
|
"implementationOf": {
|
6478
6163
|
"type": "reference",
|
6479
|
-
"id":
|
6164
|
+
"id": 671,
|
6480
6165
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
6481
6166
|
}
|
6482
6167
|
},
|
6483
6168
|
{
|
6484
|
-
"id":
|
6169
|
+
"id": 664,
|
6485
6170
|
"name": "setWidth",
|
6486
6171
|
"kind": 1024,
|
6487
6172
|
"kindString": "Property",
|
@@ -6505,12 +6190,12 @@
|
|
6505
6190
|
},
|
6506
6191
|
"implementationOf": {
|
6507
6192
|
"type": "reference",
|
6508
|
-
"id":
|
6193
|
+
"id": 672,
|
6509
6194
|
"name": "SkyViewkeeperOptions.setWidth"
|
6510
6195
|
}
|
6511
6196
|
},
|
6512
6197
|
{
|
6513
|
-
"id":
|
6198
|
+
"id": 665,
|
6514
6199
|
"name": "verticalOffset",
|
6515
6200
|
"kind": 1024,
|
6516
6201
|
"kindString": "Property",
|
@@ -6534,12 +6219,12 @@
|
|
6534
6219
|
},
|
6535
6220
|
"implementationOf": {
|
6536
6221
|
"type": "reference",
|
6537
|
-
"id":
|
6222
|
+
"id": 673,
|
6538
6223
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6539
6224
|
}
|
6540
6225
|
},
|
6541
6226
|
{
|
6542
|
-
"id":
|
6227
|
+
"id": 666,
|
6543
6228
|
"name": "verticalOffsetEl",
|
6544
6229
|
"kind": 1024,
|
6545
6230
|
"kindString": "Property",
|
@@ -6565,12 +6250,12 @@
|
|
6565
6250
|
},
|
6566
6251
|
"implementationOf": {
|
6567
6252
|
"type": "reference",
|
6568
|
-
"id":
|
6253
|
+
"id": 674,
|
6569
6254
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6570
6255
|
}
|
6571
6256
|
},
|
6572
6257
|
{
|
6573
|
-
"id":
|
6258
|
+
"id": 667,
|
6574
6259
|
"name": "viewportMarginTop",
|
6575
6260
|
"kind": 1024,
|
6576
6261
|
"kindString": "Property",
|
@@ -6594,7 +6279,7 @@
|
|
6594
6279
|
},
|
6595
6280
|
"implementationOf": {
|
6596
6281
|
"type": "reference",
|
6597
|
-
"id":
|
6282
|
+
"id": 675,
|
6598
6283
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6599
6284
|
}
|
6600
6285
|
}
|
@@ -6604,20 +6289,20 @@
|
|
6604
6289
|
"title": "Constructors",
|
6605
6290
|
"kind": 512,
|
6606
6291
|
"children": [
|
6607
|
-
|
6292
|
+
659
|
6608
6293
|
]
|
6609
6294
|
},
|
6610
6295
|
{
|
6611
6296
|
"title": "Properties",
|
6612
6297
|
"kind": 1024,
|
6613
6298
|
"children": [
|
6299
|
+
661,
|
6300
|
+
662,
|
6614
6301
|
663,
|
6615
6302
|
664,
|
6616
6303
|
665,
|
6617
6304
|
666,
|
6618
|
-
667
|
6619
|
-
668,
|
6620
|
-
669
|
6305
|
+
667
|
6621
6306
|
]
|
6622
6307
|
}
|
6623
6308
|
],
|
@@ -6631,13 +6316,13 @@
|
|
6631
6316
|
"implementedTypes": [
|
6632
6317
|
{
|
6633
6318
|
"type": "reference",
|
6634
|
-
"id":
|
6319
|
+
"id": 668,
|
6635
6320
|
"name": "SkyViewkeeperOptions"
|
6636
6321
|
}
|
6637
6322
|
]
|
6638
6323
|
},
|
6639
6324
|
{
|
6640
|
-
"id":
|
6325
|
+
"id": 676,
|
6641
6326
|
"name": "SkyViewkeeperModule",
|
6642
6327
|
"kind": 128,
|
6643
6328
|
"kindString": "Class",
|
@@ -6662,7 +6347,7 @@
|
|
6662
6347
|
"title": "Constructors",
|
6663
6348
|
"kind": 512,
|
6664
6349
|
"children": [
|
6665
|
-
|
6350
|
+
677
|
6666
6351
|
]
|
6667
6352
|
}
|
6668
6353
|
],
|
@@ -6675,7 +6360,7 @@
|
|
6675
6360
|
]
|
6676
6361
|
},
|
6677
6362
|
{
|
6678
|
-
"id":
|
6363
|
+
"id": 679,
|
6679
6364
|
"name": "SkyViewkeeperService",
|
6680
6365
|
"kind": 128,
|
6681
6366
|
"kindString": "Class",
|
@@ -6699,7 +6384,7 @@
|
|
6699
6384
|
],
|
6700
6385
|
"children": [
|
6701
6386
|
{
|
6702
|
-
"id":
|
6387
|
+
"id": 680,
|
6703
6388
|
"name": "constructor",
|
6704
6389
|
"kind": 512,
|
6705
6390
|
"kindString": "Constructor",
|
@@ -6713,14 +6398,14 @@
|
|
6713
6398
|
],
|
6714
6399
|
"signatures": [
|
6715
6400
|
{
|
6716
|
-
"id":
|
6401
|
+
"id": 681,
|
6717
6402
|
"name": "new SkyViewkeeperService",
|
6718
6403
|
"kind": 16384,
|
6719
6404
|
"kindString": "Constructor signature",
|
6720
6405
|
"flags": {},
|
6721
6406
|
"parameters": [
|
6722
6407
|
{
|
6723
|
-
"id":
|
6408
|
+
"id": 682,
|
6724
6409
|
"name": "hostOptions",
|
6725
6410
|
"kind": 32768,
|
6726
6411
|
"kindString": "Parameter",
|
@@ -6741,21 +6426,21 @@
|
|
6741
6426
|
],
|
6742
6427
|
"type": {
|
6743
6428
|
"type": "reference",
|
6744
|
-
"id":
|
6429
|
+
"id": 658,
|
6745
6430
|
"name": "SkyViewkeeperHostOptions"
|
6746
6431
|
}
|
6747
6432
|
}
|
6748
6433
|
],
|
6749
6434
|
"type": {
|
6750
6435
|
"type": "reference",
|
6751
|
-
"id":
|
6436
|
+
"id": 679,
|
6752
6437
|
"name": "SkyViewkeeperService"
|
6753
6438
|
}
|
6754
6439
|
}
|
6755
6440
|
]
|
6756
6441
|
},
|
6757
6442
|
{
|
6758
|
-
"id":
|
6443
|
+
"id": 683,
|
6759
6444
|
"name": "create",
|
6760
6445
|
"kind": 2048,
|
6761
6446
|
"kindString": "Method",
|
@@ -6771,7 +6456,7 @@
|
|
6771
6456
|
],
|
6772
6457
|
"signatures": [
|
6773
6458
|
{
|
6774
|
-
"id":
|
6459
|
+
"id": 684,
|
6775
6460
|
"name": "create",
|
6776
6461
|
"kind": 4096,
|
6777
6462
|
"kindString": "Call signature",
|
@@ -6779,7 +6464,7 @@
|
|
6779
6464
|
"comment": {},
|
6780
6465
|
"parameters": [
|
6781
6466
|
{
|
6782
|
-
"id":
|
6467
|
+
"id": 685,
|
6783
6468
|
"name": "options",
|
6784
6469
|
"kind": 32768,
|
6785
6470
|
"kindString": "Parameter",
|
@@ -6789,7 +6474,7 @@
|
|
6789
6474
|
},
|
6790
6475
|
"type": {
|
6791
6476
|
"type": "reference",
|
6792
|
-
"id":
|
6477
|
+
"id": 668,
|
6793
6478
|
"name": "SkyViewkeeperOptions"
|
6794
6479
|
}
|
6795
6480
|
}
|
@@ -6802,7 +6487,7 @@
|
|
6802
6487
|
]
|
6803
6488
|
},
|
6804
6489
|
{
|
6805
|
-
"id":
|
6490
|
+
"id": 686,
|
6806
6491
|
"name": "destroy",
|
6807
6492
|
"kind": 2048,
|
6808
6493
|
"kindString": "Method",
|
@@ -6818,7 +6503,7 @@
|
|
6818
6503
|
],
|
6819
6504
|
"signatures": [
|
6820
6505
|
{
|
6821
|
-
"id":
|
6506
|
+
"id": 687,
|
6822
6507
|
"name": "destroy",
|
6823
6508
|
"kind": 4096,
|
6824
6509
|
"kindString": "Call signature",
|
@@ -6828,7 +6513,7 @@
|
|
6828
6513
|
},
|
6829
6514
|
"parameters": [
|
6830
6515
|
{
|
6831
|
-
"id":
|
6516
|
+
"id": 688,
|
6832
6517
|
"name": "vk",
|
6833
6518
|
"kind": 32768,
|
6834
6519
|
"kindString": "Parameter",
|
@@ -6855,15 +6540,15 @@
|
|
6855
6540
|
"title": "Constructors",
|
6856
6541
|
"kind": 512,
|
6857
6542
|
"children": [
|
6858
|
-
|
6543
|
+
680
|
6859
6544
|
]
|
6860
6545
|
},
|
6861
6546
|
{
|
6862
6547
|
"title": "Methods",
|
6863
6548
|
"kind": 2048,
|
6864
6549
|
"children": [
|
6865
|
-
|
6866
|
-
|
6550
|
+
683,
|
6551
|
+
686
|
6867
6552
|
]
|
6868
6553
|
}
|
6869
6554
|
],
|
@@ -7747,7 +7432,7 @@
|
|
7747
7432
|
"flags": {},
|
7748
7433
|
"type": {
|
7749
7434
|
"type": "reference",
|
7750
|
-
"id":
|
7435
|
+
"id": 679,
|
7751
7436
|
"name": "SkyViewkeeperService"
|
7752
7437
|
}
|
7753
7438
|
},
|
@@ -7771,7 +7456,7 @@
|
|
7771
7456
|
],
|
7772
7457
|
"type": {
|
7773
7458
|
"type": "reference",
|
7774
|
-
"id":
|
7459
|
+
"id": 614,
|
7775
7460
|
"name": "SkyScrollableHostService"
|
7776
7461
|
}
|
7777
7462
|
}
|
@@ -8270,14 +7955,14 @@
|
|
8270
7955
|
]
|
8271
7956
|
},
|
8272
7957
|
{
|
8273
|
-
"id":
|
7958
|
+
"id": 638,
|
8274
7959
|
"name": "SkyAppSetTitleArgs",
|
8275
7960
|
"kind": 256,
|
8276
7961
|
"kindString": "Interface",
|
8277
7962
|
"flags": {},
|
8278
7963
|
"children": [
|
8279
7964
|
{
|
8280
|
-
"id":
|
7965
|
+
"id": 639,
|
8281
7966
|
"name": "titleParts",
|
8282
7967
|
"kind": 1024,
|
8283
7968
|
"kindString": "Property",
|
@@ -8303,7 +7988,7 @@
|
|
8303
7988
|
"title": "Properties",
|
8304
7989
|
"kind": 1024,
|
8305
7990
|
"children": [
|
8306
|
-
|
7991
|
+
639
|
8307
7992
|
]
|
8308
7993
|
}
|
8309
7994
|
],
|
@@ -8718,14 +8403,249 @@
|
|
8718
8403
|
]
|
8719
8404
|
},
|
8720
8405
|
{
|
8721
|
-
"id":
|
8406
|
+
"id": 413,
|
8407
|
+
"name": "SkyNumericOptions",
|
8408
|
+
"kind": 256,
|
8409
|
+
"kindString": "Interface",
|
8410
|
+
"flags": {},
|
8411
|
+
"comment": {
|
8412
|
+
"shortText": "Provides arguments for the number to format."
|
8413
|
+
},
|
8414
|
+
"children": [
|
8415
|
+
{
|
8416
|
+
"id": 416,
|
8417
|
+
"name": "currencySign",
|
8418
|
+
"kind": 1024,
|
8419
|
+
"kindString": "Property",
|
8420
|
+
"flags": {
|
8421
|
+
"isOptional": true
|
8422
|
+
},
|
8423
|
+
"comment": {
|
8424
|
+
"shortText": "Specifies the format of the currency."
|
8425
|
+
},
|
8426
|
+
"sources": [
|
8427
|
+
{
|
8428
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8429
|
+
"line": 18,
|
8430
|
+
"character": 2
|
8431
|
+
}
|
8432
|
+
],
|
8433
|
+
"type": {
|
8434
|
+
"type": "union",
|
8435
|
+
"types": [
|
8436
|
+
{
|
8437
|
+
"type": "literal",
|
8438
|
+
"value": "accounting"
|
8439
|
+
},
|
8440
|
+
{
|
8441
|
+
"type": "literal",
|
8442
|
+
"value": "standard"
|
8443
|
+
}
|
8444
|
+
]
|
8445
|
+
}
|
8446
|
+
},
|
8447
|
+
{
|
8448
|
+
"id": 414,
|
8449
|
+
"name": "digits",
|
8450
|
+
"kind": 1024,
|
8451
|
+
"kindString": "Property",
|
8452
|
+
"flags": {
|
8453
|
+
"isOptional": true
|
8454
|
+
},
|
8455
|
+
"comment": {
|
8456
|
+
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
8457
|
+
},
|
8458
|
+
"sources": [
|
8459
|
+
{
|
8460
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8461
|
+
"line": 8,
|
8462
|
+
"character": 2
|
8463
|
+
}
|
8464
|
+
],
|
8465
|
+
"type": {
|
8466
|
+
"type": "intrinsic",
|
8467
|
+
"name": "number"
|
8468
|
+
}
|
8469
|
+
},
|
8470
|
+
{
|
8471
|
+
"id": 415,
|
8472
|
+
"name": "format",
|
8473
|
+
"kind": 1024,
|
8474
|
+
"kindString": "Property",
|
8475
|
+
"flags": {
|
8476
|
+
"isOptional": true
|
8477
|
+
},
|
8478
|
+
"comment": {
|
8479
|
+
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
8480
|
+
},
|
8481
|
+
"sources": [
|
8482
|
+
{
|
8483
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8484
|
+
"line": 13,
|
8485
|
+
"character": 2
|
8486
|
+
}
|
8487
|
+
],
|
8488
|
+
"type": {
|
8489
|
+
"type": "intrinsic",
|
8490
|
+
"name": "string"
|
8491
|
+
}
|
8492
|
+
},
|
8493
|
+
{
|
8494
|
+
"id": 417,
|
8495
|
+
"name": "iso",
|
8496
|
+
"kind": 1024,
|
8497
|
+
"kindString": "Property",
|
8498
|
+
"flags": {
|
8499
|
+
"isOptional": true
|
8500
|
+
},
|
8501
|
+
"comment": {
|
8502
|
+
"shortText": "Specifies the ISO4217 currency code to use for currency formatting."
|
8503
|
+
},
|
8504
|
+
"sources": [
|
8505
|
+
{
|
8506
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8507
|
+
"line": 23,
|
8508
|
+
"character": 2
|
8509
|
+
}
|
8510
|
+
],
|
8511
|
+
"type": {
|
8512
|
+
"type": "intrinsic",
|
8513
|
+
"name": "string"
|
8514
|
+
}
|
8515
|
+
},
|
8516
|
+
{
|
8517
|
+
"id": 418,
|
8518
|
+
"name": "locale",
|
8519
|
+
"kind": 1024,
|
8520
|
+
"kindString": "Property",
|
8521
|
+
"flags": {
|
8522
|
+
"isOptional": true
|
8523
|
+
},
|
8524
|
+
"comment": {
|
8525
|
+
"shortText": "Specifies the locale code to use when formatting."
|
8526
|
+
},
|
8527
|
+
"sources": [
|
8528
|
+
{
|
8529
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8530
|
+
"line": 28,
|
8531
|
+
"character": 2
|
8532
|
+
}
|
8533
|
+
],
|
8534
|
+
"type": {
|
8535
|
+
"type": "intrinsic",
|
8536
|
+
"name": "string"
|
8537
|
+
}
|
8538
|
+
},
|
8539
|
+
{
|
8540
|
+
"id": 419,
|
8541
|
+
"name": "minDigits",
|
8542
|
+
"kind": 1024,
|
8543
|
+
"kindString": "Property",
|
8544
|
+
"flags": {
|
8545
|
+
"isOptional": true
|
8546
|
+
},
|
8547
|
+
"comment": {
|
8548
|
+
"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."
|
8549
|
+
},
|
8550
|
+
"sources": [
|
8551
|
+
{
|
8552
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8553
|
+
"line": 35,
|
8554
|
+
"character": 2
|
8555
|
+
}
|
8556
|
+
],
|
8557
|
+
"type": {
|
8558
|
+
"type": "intrinsic",
|
8559
|
+
"name": "number"
|
8560
|
+
}
|
8561
|
+
},
|
8562
|
+
{
|
8563
|
+
"id": 420,
|
8564
|
+
"name": "truncate",
|
8565
|
+
"kind": 1024,
|
8566
|
+
"kindString": "Property",
|
8567
|
+
"flags": {
|
8568
|
+
"isOptional": true
|
8569
|
+
},
|
8570
|
+
"comment": {
|
8571
|
+
"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."
|
8572
|
+
},
|
8573
|
+
"sources": [
|
8574
|
+
{
|
8575
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8576
|
+
"line": 41,
|
8577
|
+
"character": 2
|
8578
|
+
}
|
8579
|
+
],
|
8580
|
+
"type": {
|
8581
|
+
"type": "intrinsic",
|
8582
|
+
"name": "boolean"
|
8583
|
+
}
|
8584
|
+
},
|
8585
|
+
{
|
8586
|
+
"id": 421,
|
8587
|
+
"name": "truncateAfter",
|
8588
|
+
"kind": 1024,
|
8589
|
+
"kindString": "Property",
|
8590
|
+
"flags": {
|
8591
|
+
"isOptional": true
|
8592
|
+
},
|
8593
|
+
"comment": {
|
8594
|
+
"shortText": "Specifies the minimum value at which numbers are shortened to rounded numbers and abbreviation characters. Values less than `1000` are not truncated."
|
8595
|
+
},
|
8596
|
+
"sources": [
|
8597
|
+
{
|
8598
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8599
|
+
"line": 46,
|
8600
|
+
"character": 2
|
8601
|
+
}
|
8602
|
+
],
|
8603
|
+
"type": {
|
8604
|
+
"type": "intrinsic",
|
8605
|
+
"name": "number"
|
8606
|
+
}
|
8607
|
+
}
|
8608
|
+
],
|
8609
|
+
"groups": [
|
8610
|
+
{
|
8611
|
+
"title": "Properties",
|
8612
|
+
"kind": 1024,
|
8613
|
+
"children": [
|
8614
|
+
416,
|
8615
|
+
414,
|
8616
|
+
415,
|
8617
|
+
417,
|
8618
|
+
418,
|
8619
|
+
419,
|
8620
|
+
420,
|
8621
|
+
421
|
8622
|
+
]
|
8623
|
+
}
|
8624
|
+
],
|
8625
|
+
"sources": [
|
8626
|
+
{
|
8627
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8628
|
+
"line": 4,
|
8629
|
+
"character": 17
|
8630
|
+
}
|
8631
|
+
],
|
8632
|
+
"implementedBy": [
|
8633
|
+
{
|
8634
|
+
"type": "reference",
|
8635
|
+
"id": 422,
|
8636
|
+
"name": "NumericOptions"
|
8637
|
+
}
|
8638
|
+
]
|
8639
|
+
},
|
8640
|
+
{
|
8641
|
+
"id": 482,
|
8722
8642
|
"name": "SkyOverlayConfig",
|
8723
8643
|
"kind": 256,
|
8724
8644
|
"kindString": "Interface",
|
8725
8645
|
"flags": {},
|
8726
8646
|
"children": [
|
8727
8647
|
{
|
8728
|
-
"id":
|
8648
|
+
"id": 483,
|
8729
8649
|
"name": "closeOnNavigation",
|
8730
8650
|
"kind": 1024,
|
8731
8651
|
"kindString": "Property",
|
@@ -8748,7 +8668,7 @@
|
|
8748
8668
|
}
|
8749
8669
|
},
|
8750
8670
|
{
|
8751
|
-
"id":
|
8671
|
+
"id": 484,
|
8752
8672
|
"name": "enableClose",
|
8753
8673
|
"kind": 1024,
|
8754
8674
|
"kindString": "Property",
|
@@ -8771,7 +8691,7 @@
|
|
8771
8691
|
}
|
8772
8692
|
},
|
8773
8693
|
{
|
8774
|
-
"id":
|
8694
|
+
"id": 485,
|
8775
8695
|
"name": "enablePointerEvents",
|
8776
8696
|
"kind": 1024,
|
8777
8697
|
"kindString": "Property",
|
@@ -8794,7 +8714,7 @@
|
|
8794
8714
|
}
|
8795
8715
|
},
|
8796
8716
|
{
|
8797
|
-
"id":
|
8717
|
+
"id": 486,
|
8798
8718
|
"name": "enableScroll",
|
8799
8719
|
"kind": 1024,
|
8800
8720
|
"kindString": "Property",
|
@@ -8817,7 +8737,7 @@
|
|
8817
8737
|
}
|
8818
8738
|
},
|
8819
8739
|
{
|
8820
|
-
"id":
|
8740
|
+
"id": 487,
|
8821
8741
|
"name": "showBackdrop",
|
8822
8742
|
"kind": 1024,
|
8823
8743
|
"kindString": "Property",
|
@@ -8840,7 +8760,7 @@
|
|
8840
8760
|
}
|
8841
8761
|
},
|
8842
8762
|
{
|
8843
|
-
"id":
|
8763
|
+
"id": 488,
|
8844
8764
|
"name": "wrapperClass",
|
8845
8765
|
"kind": 1024,
|
8846
8766
|
"kindString": "Property",
|
@@ -8868,12 +8788,12 @@
|
|
8868
8788
|
"title": "Properties",
|
8869
8789
|
"kind": 1024,
|
8870
8790
|
"children": [
|
8791
|
+
483,
|
8792
|
+
484,
|
8871
8793
|
485,
|
8872
8794
|
486,
|
8873
8795
|
487,
|
8874
|
-
488
|
8875
|
-
489,
|
8876
|
-
490
|
8796
|
+
488
|
8877
8797
|
]
|
8878
8798
|
}
|
8879
8799
|
],
|
@@ -8886,7 +8806,7 @@
|
|
8886
8806
|
]
|
8887
8807
|
},
|
8888
8808
|
{
|
8889
|
-
"id":
|
8809
|
+
"id": 668,
|
8890
8810
|
"name": "SkyViewkeeperOptions",
|
8891
8811
|
"kind": 256,
|
8892
8812
|
"kindString": "Interface",
|
@@ -8896,7 +8816,7 @@
|
|
8896
8816
|
},
|
8897
8817
|
"children": [
|
8898
8818
|
{
|
8899
|
-
"id":
|
8819
|
+
"id": 669,
|
8900
8820
|
"name": "boundaryEl",
|
8901
8821
|
"kind": 1024,
|
8902
8822
|
"kindString": "Property",
|
@@ -8921,7 +8841,7 @@
|
|
8921
8841
|
}
|
8922
8842
|
},
|
8923
8843
|
{
|
8924
|
-
"id":
|
8844
|
+
"id": 670,
|
8925
8845
|
"name": "el",
|
8926
8846
|
"kind": 1024,
|
8927
8847
|
"kindString": "Property",
|
@@ -8946,7 +8866,7 @@
|
|
8946
8866
|
}
|
8947
8867
|
},
|
8948
8868
|
{
|
8949
|
-
"id":
|
8869
|
+
"id": 671,
|
8950
8870
|
"name": "scrollableHost",
|
8951
8871
|
"kind": 1024,
|
8952
8872
|
"kindString": "Property",
|
@@ -8971,7 +8891,7 @@
|
|
8971
8891
|
}
|
8972
8892
|
},
|
8973
8893
|
{
|
8974
|
-
"id":
|
8894
|
+
"id": 672,
|
8975
8895
|
"name": "setWidth",
|
8976
8896
|
"kind": 1024,
|
8977
8897
|
"kindString": "Property",
|
@@ -8994,7 +8914,7 @@
|
|
8994
8914
|
}
|
8995
8915
|
},
|
8996
8916
|
{
|
8997
|
-
"id":
|
8917
|
+
"id": 673,
|
8998
8918
|
"name": "verticalOffset",
|
8999
8919
|
"kind": 1024,
|
9000
8920
|
"kindString": "Property",
|
@@ -9017,7 +8937,7 @@
|
|
9017
8937
|
}
|
9018
8938
|
},
|
9019
8939
|
{
|
9020
|
-
"id":
|
8940
|
+
"id": 674,
|
9021
8941
|
"name": "verticalOffsetEl",
|
9022
8942
|
"kind": 1024,
|
9023
8943
|
"kindString": "Property",
|
@@ -9042,7 +8962,7 @@
|
|
9042
8962
|
}
|
9043
8963
|
},
|
9044
8964
|
{
|
9045
|
-
"id":
|
8965
|
+
"id": 675,
|
9046
8966
|
"name": "viewportMarginTop",
|
9047
8967
|
"kind": 1024,
|
9048
8968
|
"kindString": "Property",
|
@@ -9070,13 +8990,13 @@
|
|
9070
8990
|
"title": "Properties",
|
9071
8991
|
"kind": 1024,
|
9072
8992
|
"children": [
|
8993
|
+
669,
|
8994
|
+
670,
|
9073
8995
|
671,
|
9074
8996
|
672,
|
9075
8997
|
673,
|
9076
8998
|
674,
|
9077
|
-
675
|
9078
|
-
676,
|
9079
|
-
677
|
8999
|
+
675
|
9080
9000
|
]
|
9081
9001
|
}
|
9082
9002
|
],
|
@@ -9090,7 +9010,7 @@
|
|
9090
9010
|
"implementedBy": [
|
9091
9011
|
{
|
9092
9012
|
"type": "reference",
|
9093
|
-
"id":
|
9013
|
+
"id": 658,
|
9094
9014
|
"name": "SkyViewkeeperHostOptions"
|
9095
9015
|
}
|
9096
9016
|
]
|
@@ -9279,13 +9199,13 @@
|
|
9279
9199
|
"kind": 128,
|
9280
9200
|
"children": [
|
9281
9201
|
401,
|
9282
|
-
|
9202
|
+
422,
|
9283
9203
|
137,
|
9284
9204
|
140,
|
9285
9205
|
148,
|
9286
9206
|
303,
|
9287
|
-
|
9288
|
-
|
9207
|
+
640,
|
9208
|
+
691,
|
9289
9209
|
63,
|
9290
9210
|
66,
|
9291
9211
|
221,
|
@@ -9298,21 +9218,20 @@
|
|
9298
9218
|
362,
|
9299
9219
|
365,
|
9300
9220
|
410,
|
9301
|
-
|
9302
|
-
|
9303
|
-
|
9304
|
-
|
9305
|
-
|
9306
|
-
|
9307
|
-
|
9308
|
-
|
9309
|
-
|
9310
|
-
|
9311
|
-
|
9312
|
-
|
9313
|
-
|
9314
|
-
|
9315
|
-
681,
|
9221
|
+
433,
|
9222
|
+
449,
|
9223
|
+
489,
|
9224
|
+
512,
|
9225
|
+
515,
|
9226
|
+
543,
|
9227
|
+
540,
|
9228
|
+
580,
|
9229
|
+
563,
|
9230
|
+
614,
|
9231
|
+
647,
|
9232
|
+
658,
|
9233
|
+
676,
|
9234
|
+
679,
|
9316
9235
|
1,
|
9317
9236
|
26,
|
9318
9237
|
34
|
@@ -9325,14 +9244,15 @@
|
|
9325
9244
|
117,
|
9326
9245
|
131,
|
9327
9246
|
134,
|
9328
|
-
|
9247
|
+
638,
|
9329
9248
|
218,
|
9330
9249
|
235,
|
9331
9250
|
241,
|
9332
9251
|
275,
|
9333
9252
|
111,
|
9334
|
-
|
9335
|
-
|
9253
|
+
413,
|
9254
|
+
482,
|
9255
|
+
668
|
9336
9256
|
]
|
9337
9257
|
},
|
9338
9258
|
{
|
@@ -9388,12 +9308,12 @@
|
|
9388
9308
|
{
|
9389
9309
|
"fileName": "numeric-demo.component.html",
|
9390
9310
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.html",
|
9391
|
-
"rawContents": "<sky-description-list mode=\"vertical\">\n <sky-description-list-content>\n <sky-description-list-term>
|
9311
|
+
"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"
|
9392
9312
|
},
|
9393
9313
|
{
|
9394
9314
|
"fileName": "numeric-demo.component.ts",
|
9395
9315
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.ts",
|
9396
|
-
"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"
|
9316
|
+
"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"
|
9397
9317
|
},
|
9398
9318
|
{
|
9399
9319
|
"fileName": "numeric-demo.module.ts",
|