@genesislcap/rapid-design-system 14.366.2-alpha-11da8b5.0 → 14.367.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +982 -982
- package/package.json +11 -11
|
@@ -766,11 +766,42 @@
|
|
|
766
766
|
},
|
|
767
767
|
{
|
|
768
768
|
"kind": "javascript-module",
|
|
769
|
-
"path": "src/
|
|
769
|
+
"path": "src/_config/index.ts",
|
|
770
|
+
"declarations": [],
|
|
771
|
+
"exports": [
|
|
772
|
+
{
|
|
773
|
+
"kind": "js",
|
|
774
|
+
"name": "*",
|
|
775
|
+
"declaration": {
|
|
776
|
+
"name": "*",
|
|
777
|
+
"package": "./styles"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "js",
|
|
782
|
+
"name": "*",
|
|
783
|
+
"declaration": {
|
|
784
|
+
"name": "*",
|
|
785
|
+
"package": "./tokens"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"kind": "js",
|
|
790
|
+
"name": "*",
|
|
791
|
+
"declaration": {
|
|
792
|
+
"name": "*",
|
|
793
|
+
"package": "./values"
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "javascript-module",
|
|
800
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
770
801
|
"declarations": [
|
|
771
802
|
{
|
|
772
803
|
"kind": "function",
|
|
773
|
-
"name": "
|
|
804
|
+
"name": "rapidAccordionItemStyles",
|
|
774
805
|
"return": {
|
|
775
806
|
"type": {
|
|
776
807
|
"text": "ElementStyles"
|
|
@@ -795,24 +826,24 @@
|
|
|
795
826
|
"exports": [
|
|
796
827
|
{
|
|
797
828
|
"kind": "js",
|
|
798
|
-
"name": "
|
|
829
|
+
"name": "rapidAccordionItemStyles",
|
|
799
830
|
"declaration": {
|
|
800
|
-
"name": "
|
|
801
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
831
|
+
"name": "rapidAccordionItemStyles",
|
|
832
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
802
833
|
}
|
|
803
834
|
}
|
|
804
835
|
]
|
|
805
836
|
},
|
|
806
837
|
{
|
|
807
838
|
"kind": "javascript-module",
|
|
808
|
-
"path": "src/accordion/accordion.template.ts",
|
|
839
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
809
840
|
"declarations": [
|
|
810
841
|
{
|
|
811
842
|
"kind": "function",
|
|
812
|
-
"name": "
|
|
843
|
+
"name": "rapidAccordionItemTemplate",
|
|
813
844
|
"return": {
|
|
814
845
|
"type": {
|
|
815
|
-
"text": "ViewTemplate<
|
|
846
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
816
847
|
}
|
|
817
848
|
},
|
|
818
849
|
"parameters": [
|
|
@@ -834,87 +865,56 @@
|
|
|
834
865
|
"exports": [
|
|
835
866
|
{
|
|
836
867
|
"kind": "js",
|
|
837
|
-
"name": "
|
|
868
|
+
"name": "rapidAccordionItemTemplate",
|
|
838
869
|
"declaration": {
|
|
839
|
-
"name": "
|
|
840
|
-
"module": "src/accordion/accordion.template.ts"
|
|
870
|
+
"name": "rapidAccordionItemTemplate",
|
|
871
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
841
872
|
}
|
|
842
873
|
}
|
|
843
874
|
]
|
|
844
875
|
},
|
|
845
876
|
{
|
|
846
877
|
"kind": "javascript-module",
|
|
847
|
-
"path": "src/accordion/accordion.ts",
|
|
878
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
848
879
|
"declarations": [
|
|
849
880
|
{
|
|
850
881
|
"kind": "class",
|
|
851
882
|
"description": "",
|
|
852
|
-
"name": "
|
|
883
|
+
"name": "AccordionItem",
|
|
853
884
|
"superclass": {
|
|
854
|
-
"name": "
|
|
885
|
+
"name": "foundationAccordionItem",
|
|
855
886
|
"package": "@genesislcap/foundation-ui"
|
|
856
887
|
},
|
|
857
|
-
"tagName": "%%prefix%%-accordion",
|
|
888
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
858
889
|
"customElement": true
|
|
859
890
|
},
|
|
860
891
|
{
|
|
861
892
|
"kind": "variable",
|
|
862
|
-
"name": "
|
|
893
|
+
"name": "rapidAccordionItem"
|
|
863
894
|
}
|
|
864
895
|
],
|
|
865
896
|
"exports": [
|
|
866
897
|
{
|
|
867
898
|
"kind": "js",
|
|
868
|
-
"name": "
|
|
869
|
-
"declaration": {
|
|
870
|
-
"name": "Accordion",
|
|
871
|
-
"module": "src/accordion/accordion.ts"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"kind": "js",
|
|
876
|
-
"name": "rapidAccordion",
|
|
877
|
-
"declaration": {
|
|
878
|
-
"name": "rapidAccordion",
|
|
879
|
-
"module": "src/accordion/accordion.ts"
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
]
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"kind": "javascript-module",
|
|
886
|
-
"path": "src/accordion/index.ts",
|
|
887
|
-
"declarations": [],
|
|
888
|
-
"exports": [
|
|
889
|
-
{
|
|
890
|
-
"kind": "js",
|
|
891
|
-
"name": "*",
|
|
892
|
-
"declaration": {
|
|
893
|
-
"name": "*",
|
|
894
|
-
"package": "./accordion"
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"kind": "js",
|
|
899
|
-
"name": "*",
|
|
899
|
+
"name": "AccordionItem",
|
|
900
900
|
"declaration": {
|
|
901
|
-
"name": "
|
|
902
|
-
"
|
|
901
|
+
"name": "AccordionItem",
|
|
902
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
903
903
|
}
|
|
904
904
|
},
|
|
905
905
|
{
|
|
906
906
|
"kind": "js",
|
|
907
|
-
"name": "
|
|
907
|
+
"name": "rapidAccordionItem",
|
|
908
908
|
"declaration": {
|
|
909
|
-
"name": "
|
|
910
|
-
"
|
|
909
|
+
"name": "rapidAccordionItem",
|
|
910
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
913
|
]
|
|
914
914
|
},
|
|
915
915
|
{
|
|
916
916
|
"kind": "javascript-module",
|
|
917
|
-
"path": "src/
|
|
917
|
+
"path": "src/accordion-item/index.ts",
|
|
918
918
|
"declarations": [],
|
|
919
919
|
"exports": [
|
|
920
920
|
{
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"name": "*",
|
|
923
923
|
"declaration": {
|
|
924
924
|
"name": "*",
|
|
925
|
-
"package": "./
|
|
925
|
+
"package": "./accordion-item"
|
|
926
926
|
}
|
|
927
927
|
},
|
|
928
928
|
{
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
"name": "*",
|
|
931
931
|
"declaration": {
|
|
932
932
|
"name": "*",
|
|
933
|
-
"package": "./
|
|
933
|
+
"package": "./accordion-item.styles"
|
|
934
934
|
}
|
|
935
935
|
},
|
|
936
936
|
{
|
|
@@ -938,18 +938,18 @@
|
|
|
938
938
|
"name": "*",
|
|
939
939
|
"declaration": {
|
|
940
940
|
"name": "*",
|
|
941
|
-
"package": "./
|
|
941
|
+
"package": "./accordion-item.template"
|
|
942
942
|
}
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
},
|
|
946
946
|
{
|
|
947
947
|
"kind": "javascript-module",
|
|
948
|
-
"path": "src/accordion
|
|
948
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
949
949
|
"declarations": [
|
|
950
950
|
{
|
|
951
951
|
"kind": "function",
|
|
952
|
-
"name": "
|
|
952
|
+
"name": "rapidAccordionStyles",
|
|
953
953
|
"return": {
|
|
954
954
|
"type": {
|
|
955
955
|
"text": "ElementStyles"
|
|
@@ -974,24 +974,24 @@
|
|
|
974
974
|
"exports": [
|
|
975
975
|
{
|
|
976
976
|
"kind": "js",
|
|
977
|
-
"name": "
|
|
977
|
+
"name": "rapidAccordionStyles",
|
|
978
978
|
"declaration": {
|
|
979
|
-
"name": "
|
|
980
|
-
"module": "src/accordion
|
|
979
|
+
"name": "rapidAccordionStyles",
|
|
980
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
]
|
|
984
984
|
},
|
|
985
985
|
{
|
|
986
986
|
"kind": "javascript-module",
|
|
987
|
-
"path": "src/accordion
|
|
987
|
+
"path": "src/accordion/accordion.template.ts",
|
|
988
988
|
"declarations": [
|
|
989
989
|
{
|
|
990
990
|
"kind": "function",
|
|
991
|
-
"name": "
|
|
991
|
+
"name": "rapidAccordionTemplate",
|
|
992
992
|
"return": {
|
|
993
993
|
"type": {
|
|
994
|
-
"text": "ViewTemplate<
|
|
994
|
+
"text": "ViewTemplate<Accordion>"
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
997
|
"parameters": [
|
|
@@ -1013,56 +1013,56 @@
|
|
|
1013
1013
|
"exports": [
|
|
1014
1014
|
{
|
|
1015
1015
|
"kind": "js",
|
|
1016
|
-
"name": "
|
|
1016
|
+
"name": "rapidAccordionTemplate",
|
|
1017
1017
|
"declaration": {
|
|
1018
|
-
"name": "
|
|
1019
|
-
"module": "src/accordion
|
|
1018
|
+
"name": "rapidAccordionTemplate",
|
|
1019
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
1022
|
]
|
|
1023
1023
|
},
|
|
1024
1024
|
{
|
|
1025
1025
|
"kind": "javascript-module",
|
|
1026
|
-
"path": "src/accordion
|
|
1026
|
+
"path": "src/accordion/accordion.ts",
|
|
1027
1027
|
"declarations": [
|
|
1028
1028
|
{
|
|
1029
1029
|
"kind": "class",
|
|
1030
1030
|
"description": "",
|
|
1031
|
-
"name": "
|
|
1031
|
+
"name": "Accordion",
|
|
1032
1032
|
"superclass": {
|
|
1033
|
-
"name": "
|
|
1033
|
+
"name": "foundationAccordion",
|
|
1034
1034
|
"package": "@genesislcap/foundation-ui"
|
|
1035
1035
|
},
|
|
1036
|
-
"tagName": "%%prefix%%-accordion
|
|
1036
|
+
"tagName": "%%prefix%%-accordion",
|
|
1037
1037
|
"customElement": true
|
|
1038
1038
|
},
|
|
1039
1039
|
{
|
|
1040
1040
|
"kind": "variable",
|
|
1041
|
-
"name": "
|
|
1041
|
+
"name": "rapidAccordion"
|
|
1042
1042
|
}
|
|
1043
1043
|
],
|
|
1044
1044
|
"exports": [
|
|
1045
1045
|
{
|
|
1046
1046
|
"kind": "js",
|
|
1047
|
-
"name": "
|
|
1047
|
+
"name": "Accordion",
|
|
1048
1048
|
"declaration": {
|
|
1049
|
-
"name": "
|
|
1050
|
-
"module": "src/accordion
|
|
1049
|
+
"name": "Accordion",
|
|
1050
|
+
"module": "src/accordion/accordion.ts"
|
|
1051
1051
|
}
|
|
1052
1052
|
},
|
|
1053
1053
|
{
|
|
1054
1054
|
"kind": "js",
|
|
1055
|
-
"name": "
|
|
1055
|
+
"name": "rapidAccordion",
|
|
1056
1056
|
"declaration": {
|
|
1057
|
-
"name": "
|
|
1058
|
-
"module": "src/accordion
|
|
1057
|
+
"name": "rapidAccordion",
|
|
1058
|
+
"module": "src/accordion/accordion.ts"
|
|
1059
1059
|
}
|
|
1060
1060
|
}
|
|
1061
1061
|
]
|
|
1062
1062
|
},
|
|
1063
1063
|
{
|
|
1064
1064
|
"kind": "javascript-module",
|
|
1065
|
-
"path": "src/accordion
|
|
1065
|
+
"path": "src/accordion/index.ts",
|
|
1066
1066
|
"declarations": [],
|
|
1067
1067
|
"exports": [
|
|
1068
1068
|
{
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
"name": "*",
|
|
1071
1071
|
"declaration": {
|
|
1072
1072
|
"name": "*",
|
|
1073
|
-
"package": "./accordion
|
|
1073
|
+
"package": "./accordion"
|
|
1074
1074
|
}
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"name": "*",
|
|
1079
1079
|
"declaration": {
|
|
1080
1080
|
"name": "*",
|
|
1081
|
-
"package": "./accordion
|
|
1081
|
+
"package": "./accordion.styles"
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"name": "*",
|
|
1087
1087
|
"declaration": {
|
|
1088
1088
|
"name": "*",
|
|
1089
|
-
"package": "./accordion
|
|
1089
|
+
"package": "./accordion.template"
|
|
1090
1090
|
}
|
|
1091
1091
|
}
|
|
1092
1092
|
]
|
|
@@ -1665,11 +1665,11 @@
|
|
|
1665
1665
|
},
|
|
1666
1666
|
{
|
|
1667
1667
|
"kind": "javascript-module",
|
|
1668
|
-
"path": "src/
|
|
1668
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1669
1669
|
"declarations": [
|
|
1670
1670
|
{
|
|
1671
1671
|
"kind": "function",
|
|
1672
|
-
"name": "
|
|
1672
|
+
"name": "rapidAnchorStyles",
|
|
1673
1673
|
"return": {
|
|
1674
1674
|
"type": {
|
|
1675
1675
|
"text": "ElementStyles"
|
|
@@ -1694,24 +1694,24 @@
|
|
|
1694
1694
|
"exports": [
|
|
1695
1695
|
{
|
|
1696
1696
|
"kind": "js",
|
|
1697
|
-
"name": "
|
|
1697
|
+
"name": "rapidAnchorStyles",
|
|
1698
1698
|
"declaration": {
|
|
1699
|
-
"name": "
|
|
1700
|
-
"module": "src/
|
|
1699
|
+
"name": "rapidAnchorStyles",
|
|
1700
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
1703
1703
|
]
|
|
1704
1704
|
},
|
|
1705
1705
|
{
|
|
1706
1706
|
"kind": "javascript-module",
|
|
1707
|
-
"path": "src/
|
|
1707
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1708
1708
|
"declarations": [
|
|
1709
1709
|
{
|
|
1710
1710
|
"kind": "function",
|
|
1711
|
-
"name": "
|
|
1711
|
+
"name": "rapidAnchorTemplate",
|
|
1712
1712
|
"return": {
|
|
1713
1713
|
"type": {
|
|
1714
|
-
"text": "ViewTemplate<
|
|
1714
|
+
"text": "ViewTemplate<Anchor>"
|
|
1715
1715
|
}
|
|
1716
1716
|
},
|
|
1717
1717
|
"parameters": [
|
|
@@ -1733,664 +1733,732 @@
|
|
|
1733
1733
|
"exports": [
|
|
1734
1734
|
{
|
|
1735
1735
|
"kind": "js",
|
|
1736
|
-
"name": "
|
|
1736
|
+
"name": "rapidAnchorTemplate",
|
|
1737
1737
|
"declaration": {
|
|
1738
|
-
"name": "
|
|
1739
|
-
"module": "src/
|
|
1738
|
+
"name": "rapidAnchorTemplate",
|
|
1739
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1740
1740
|
}
|
|
1741
1741
|
}
|
|
1742
1742
|
]
|
|
1743
1743
|
},
|
|
1744
1744
|
{
|
|
1745
1745
|
"kind": "javascript-module",
|
|
1746
|
-
"path": "src/
|
|
1746
|
+
"path": "src/anchor/anchor.ts",
|
|
1747
1747
|
"declarations": [
|
|
1748
1748
|
{
|
|
1749
1749
|
"kind": "class",
|
|
1750
1750
|
"description": "",
|
|
1751
|
-
"name": "
|
|
1751
|
+
"name": "Anchor",
|
|
1752
1752
|
"superclass": {
|
|
1753
|
-
"name": "
|
|
1753
|
+
"name": "FoundationAnchor",
|
|
1754
1754
|
"package": "@genesislcap/foundation-ui"
|
|
1755
1755
|
},
|
|
1756
|
-
"tagName": "%%prefix%%-
|
|
1756
|
+
"tagName": "%%prefix%%-anchor",
|
|
1757
1757
|
"customElement": true,
|
|
1758
1758
|
"attributes": [
|
|
1759
1759
|
{
|
|
1760
|
-
"name": "
|
|
1760
|
+
"name": "download",
|
|
1761
1761
|
"type": {
|
|
1762
1762
|
"text": "string"
|
|
1763
1763
|
},
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1766
|
-
"fieldName": "anchor",
|
|
1764
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1765
|
+
"fieldName": "download",
|
|
1767
1766
|
"inheritedFrom": {
|
|
1768
|
-
"name": "
|
|
1769
|
-
"module": "src/
|
|
1767
|
+
"name": "Anchor",
|
|
1768
|
+
"module": "src/anchor/anchor.ts"
|
|
1770
1769
|
}
|
|
1771
1770
|
},
|
|
1772
1771
|
{
|
|
1773
|
-
"name": "
|
|
1772
|
+
"name": "href",
|
|
1774
1773
|
"type": {
|
|
1775
1774
|
"text": "string"
|
|
1776
1775
|
},
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
1779
|
-
"fieldName": "viewport",
|
|
1776
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1777
|
+
"fieldName": "href",
|
|
1780
1778
|
"inheritedFrom": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"module": "src/
|
|
1779
|
+
"name": "Anchor",
|
|
1780
|
+
"module": "src/anchor/anchor.ts"
|
|
1783
1781
|
}
|
|
1784
1782
|
},
|
|
1785
1783
|
{
|
|
1786
|
-
"name": "
|
|
1784
|
+
"name": "hreflang",
|
|
1787
1785
|
"type": {
|
|
1788
|
-
"text": "
|
|
1786
|
+
"text": "string"
|
|
1789
1787
|
},
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1792
|
-
"fieldName": "horizontalPositioningMode",
|
|
1788
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1789
|
+
"fieldName": "hreflang",
|
|
1793
1790
|
"inheritedFrom": {
|
|
1794
|
-
"name": "
|
|
1795
|
-
"module": "src/
|
|
1791
|
+
"name": "Anchor",
|
|
1792
|
+
"module": "src/anchor/anchor.ts"
|
|
1796
1793
|
}
|
|
1797
1794
|
},
|
|
1798
1795
|
{
|
|
1799
|
-
"name": "
|
|
1796
|
+
"name": "ping",
|
|
1800
1797
|
"type": {
|
|
1801
|
-
"text": "
|
|
1798
|
+
"text": "string"
|
|
1802
1799
|
},
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1805
|
-
"fieldName": "horizontalDefaultPosition",
|
|
1800
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1801
|
+
"fieldName": "ping",
|
|
1806
1802
|
"inheritedFrom": {
|
|
1807
|
-
"name": "
|
|
1808
|
-
"module": "src/
|
|
1803
|
+
"name": "Anchor",
|
|
1804
|
+
"module": "src/anchor/anchor.ts"
|
|
1809
1805
|
}
|
|
1810
1806
|
},
|
|
1811
1807
|
{
|
|
1812
|
-
"name": "
|
|
1808
|
+
"name": "referrerpolicy",
|
|
1813
1809
|
"type": {
|
|
1814
|
-
"text": "
|
|
1810
|
+
"text": "string"
|
|
1815
1811
|
},
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"fieldName": "horizontalViewportLock",
|
|
1812
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1813
|
+
"fieldName": "referrerpolicy",
|
|
1819
1814
|
"inheritedFrom": {
|
|
1820
|
-
"name": "
|
|
1821
|
-
"module": "src/
|
|
1822
|
-
}
|
|
1815
|
+
"name": "Anchor",
|
|
1816
|
+
"module": "src/anchor/anchor.ts"
|
|
1817
|
+
}
|
|
1823
1818
|
},
|
|
1824
1819
|
{
|
|
1825
|
-
"name": "
|
|
1820
|
+
"name": "rel",
|
|
1826
1821
|
"type": {
|
|
1827
|
-
"text": "
|
|
1822
|
+
"text": "string"
|
|
1828
1823
|
},
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1831
|
-
"fieldName": "horizontalInset",
|
|
1824
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1825
|
+
"fieldName": "rel",
|
|
1832
1826
|
"inheritedFrom": {
|
|
1833
|
-
"name": "
|
|
1834
|
-
"module": "src/
|
|
1827
|
+
"name": "Anchor",
|
|
1828
|
+
"module": "src/anchor/anchor.ts"
|
|
1835
1829
|
}
|
|
1836
1830
|
},
|
|
1837
1831
|
{
|
|
1838
|
-
"name": "
|
|
1832
|
+
"name": "target",
|
|
1839
1833
|
"type": {
|
|
1840
|
-
"text": "
|
|
1834
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1841
1835
|
},
|
|
1842
|
-
"description": "
|
|
1843
|
-
"fieldName": "
|
|
1836
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1837
|
+
"fieldName": "target",
|
|
1844
1838
|
"inheritedFrom": {
|
|
1845
|
-
"name": "
|
|
1846
|
-
"module": "src/
|
|
1839
|
+
"name": "Anchor",
|
|
1840
|
+
"module": "src/anchor/anchor.ts"
|
|
1847
1841
|
}
|
|
1848
1842
|
},
|
|
1849
1843
|
{
|
|
1850
|
-
"name": "
|
|
1844
|
+
"name": "type",
|
|
1851
1845
|
"type": {
|
|
1852
|
-
"text": "
|
|
1846
|
+
"text": "string"
|
|
1853
1847
|
},
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1856
|
-
"fieldName": "horizontalScaling",
|
|
1848
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1849
|
+
"fieldName": "type",
|
|
1857
1850
|
"inheritedFrom": {
|
|
1858
|
-
"name": "
|
|
1859
|
-
"module": "src/
|
|
1851
|
+
"name": "Anchor",
|
|
1852
|
+
"module": "src/anchor/anchor.ts"
|
|
1860
1853
|
}
|
|
1861
|
-
}
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"members": [
|
|
1862
1857
|
{
|
|
1863
|
-
"
|
|
1858
|
+
"kind": "field",
|
|
1859
|
+
"name": "download",
|
|
1864
1860
|
"type": {
|
|
1865
|
-
"text": "
|
|
1861
|
+
"text": "string"
|
|
1866
1862
|
},
|
|
1867
|
-
"
|
|
1868
|
-
"description": "
|
|
1869
|
-
"fieldName": "verticalPositioningMode",
|
|
1863
|
+
"privacy": "public",
|
|
1864
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1870
1865
|
"inheritedFrom": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/
|
|
1866
|
+
"name": "Anchor",
|
|
1867
|
+
"module": "src/anchor/anchor.ts"
|
|
1873
1868
|
}
|
|
1874
1869
|
},
|
|
1875
1870
|
{
|
|
1876
|
-
"
|
|
1871
|
+
"kind": "field",
|
|
1872
|
+
"name": "href",
|
|
1877
1873
|
"type": {
|
|
1878
|
-
"text": "
|
|
1874
|
+
"text": "string"
|
|
1879
1875
|
},
|
|
1880
|
-
"
|
|
1881
|
-
"description": "The
|
|
1882
|
-
"fieldName": "verticalDefaultPosition",
|
|
1876
|
+
"privacy": "public",
|
|
1877
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1883
1878
|
"inheritedFrom": {
|
|
1884
|
-
"name": "
|
|
1885
|
-
"module": "src/
|
|
1879
|
+
"name": "Anchor",
|
|
1880
|
+
"module": "src/anchor/anchor.ts"
|
|
1886
1881
|
}
|
|
1887
1882
|
},
|
|
1888
1883
|
{
|
|
1889
|
-
"
|
|
1884
|
+
"kind": "field",
|
|
1885
|
+
"name": "hreflang",
|
|
1890
1886
|
"type": {
|
|
1891
|
-
"text": "
|
|
1887
|
+
"text": "string"
|
|
1892
1888
|
},
|
|
1893
|
-
"
|
|
1894
|
-
"description": "
|
|
1895
|
-
"fieldName": "verticalViewportLock",
|
|
1889
|
+
"privacy": "public",
|
|
1890
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1896
1891
|
"inheritedFrom": {
|
|
1897
|
-
"name": "
|
|
1898
|
-
"module": "src/
|
|
1892
|
+
"name": "Anchor",
|
|
1893
|
+
"module": "src/anchor/anchor.ts"
|
|
1899
1894
|
}
|
|
1900
1895
|
},
|
|
1901
1896
|
{
|
|
1902
|
-
"
|
|
1897
|
+
"kind": "field",
|
|
1898
|
+
"name": "ping",
|
|
1903
1899
|
"type": {
|
|
1904
|
-
"text": "
|
|
1900
|
+
"text": "string"
|
|
1905
1901
|
},
|
|
1906
|
-
"
|
|
1907
|
-
"description": "
|
|
1908
|
-
"fieldName": "verticalInset",
|
|
1902
|
+
"privacy": "public",
|
|
1903
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1909
1904
|
"inheritedFrom": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "src/
|
|
1905
|
+
"name": "Anchor",
|
|
1906
|
+
"module": "src/anchor/anchor.ts"
|
|
1912
1907
|
}
|
|
1913
1908
|
},
|
|
1914
1909
|
{
|
|
1915
|
-
"
|
|
1910
|
+
"kind": "field",
|
|
1911
|
+
"name": "referrerpolicy",
|
|
1916
1912
|
"type": {
|
|
1917
|
-
"text": "
|
|
1913
|
+
"text": "string"
|
|
1918
1914
|
},
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1915
|
+
"privacy": "public",
|
|
1916
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1921
1917
|
"inheritedFrom": {
|
|
1922
|
-
"name": "
|
|
1923
|
-
"module": "src/
|
|
1918
|
+
"name": "Anchor",
|
|
1919
|
+
"module": "src/anchor/anchor.ts"
|
|
1924
1920
|
}
|
|
1925
1921
|
},
|
|
1926
1922
|
{
|
|
1927
|
-
"
|
|
1923
|
+
"kind": "field",
|
|
1924
|
+
"name": "rel",
|
|
1928
1925
|
"type": {
|
|
1929
|
-
"text": "
|
|
1926
|
+
"text": "string"
|
|
1930
1927
|
},
|
|
1931
|
-
"
|
|
1932
|
-
"description": "
|
|
1933
|
-
"fieldName": "verticalScaling",
|
|
1928
|
+
"privacy": "public",
|
|
1929
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1934
1930
|
"inheritedFrom": {
|
|
1935
|
-
"name": "
|
|
1936
|
-
"module": "src/
|
|
1931
|
+
"name": "Anchor",
|
|
1932
|
+
"module": "src/anchor/anchor.ts"
|
|
1937
1933
|
}
|
|
1938
1934
|
},
|
|
1939
1935
|
{
|
|
1940
|
-
"
|
|
1936
|
+
"kind": "field",
|
|
1937
|
+
"name": "target",
|
|
1941
1938
|
"type": {
|
|
1942
|
-
"text": "
|
|
1939
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1943
1940
|
},
|
|
1944
|
-
"
|
|
1945
|
-
"description": "
|
|
1946
|
-
"fieldName": "fixedPlacement",
|
|
1941
|
+
"privacy": "public",
|
|
1942
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1947
1943
|
"inheritedFrom": {
|
|
1948
|
-
"name": "
|
|
1949
|
-
"module": "src/
|
|
1944
|
+
"name": "Anchor",
|
|
1945
|
+
"module": "src/anchor/anchor.ts"
|
|
1950
1946
|
}
|
|
1951
1947
|
},
|
|
1952
1948
|
{
|
|
1953
|
-
"
|
|
1949
|
+
"kind": "field",
|
|
1950
|
+
"name": "type",
|
|
1954
1951
|
"type": {
|
|
1955
|
-
"text": "
|
|
1952
|
+
"text": "string"
|
|
1956
1953
|
},
|
|
1957
|
-
"
|
|
1958
|
-
"description": "
|
|
1959
|
-
"fieldName": "autoUpdateMode",
|
|
1954
|
+
"privacy": "public",
|
|
1955
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1960
1956
|
"inheritedFrom": {
|
|
1961
|
-
"name": "
|
|
1962
|
-
"module": "src/
|
|
1957
|
+
"name": "Anchor",
|
|
1958
|
+
"module": "src/anchor/anchor.ts"
|
|
1963
1959
|
}
|
|
1964
|
-
}
|
|
1965
|
-
],
|
|
1966
|
-
"members": [
|
|
1960
|
+
},
|
|
1967
1961
|
{
|
|
1968
1962
|
"kind": "field",
|
|
1969
|
-
"name": "
|
|
1963
|
+
"name": "control",
|
|
1970
1964
|
"type": {
|
|
1971
|
-
"text": "
|
|
1965
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1972
1966
|
},
|
|
1973
1967
|
"privacy": "public",
|
|
1974
|
-
"
|
|
1975
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
1968
|
+
"description": "References the root element",
|
|
1976
1969
|
"inheritedFrom": {
|
|
1977
|
-
"name": "
|
|
1978
|
-
"module": "src/
|
|
1970
|
+
"name": "Anchor",
|
|
1971
|
+
"module": "src/anchor/anchor.ts"
|
|
1979
1972
|
}
|
|
1980
1973
|
},
|
|
1981
1974
|
{
|
|
1982
|
-
"kind": "
|
|
1983
|
-
"name": "
|
|
1975
|
+
"kind": "field",
|
|
1976
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1984
1977
|
"privacy": "private",
|
|
1985
|
-
"
|
|
1986
|
-
"type": {
|
|
1987
|
-
"text": "void"
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1978
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1990
1979
|
"inheritedFrom": {
|
|
1991
|
-
"name": "
|
|
1992
|
-
"module": "src/
|
|
1980
|
+
"name": "Anchor",
|
|
1981
|
+
"module": "src/anchor/anchor.ts"
|
|
1993
1982
|
}
|
|
1994
1983
|
},
|
|
1995
1984
|
{
|
|
1996
1985
|
"kind": "field",
|
|
1997
|
-
"name": "
|
|
1986
|
+
"name": "_presentation",
|
|
1998
1987
|
"type": {
|
|
1999
|
-
"text": "
|
|
1988
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2000
1989
|
},
|
|
2001
|
-
"privacy": "
|
|
2002
|
-
"default": "
|
|
2003
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
1990
|
+
"privacy": "private",
|
|
1991
|
+
"default": "void 0",
|
|
2004
1992
|
"inheritedFrom": {
|
|
2005
|
-
"name": "
|
|
2006
|
-
"module": "src/
|
|
1993
|
+
"name": "Anchor",
|
|
1994
|
+
"module": "src/anchor/anchor.ts"
|
|
2007
1995
|
}
|
|
2008
1996
|
},
|
|
2009
1997
|
{
|
|
2010
|
-
"kind": "
|
|
2011
|
-
"name": "
|
|
2012
|
-
"
|
|
2013
|
-
|
|
2014
|
-
"type": {
|
|
2015
|
-
"text": "void"
|
|
2016
|
-
}
|
|
1998
|
+
"kind": "field",
|
|
1999
|
+
"name": "$presentation",
|
|
2000
|
+
"type": {
|
|
2001
|
+
"text": "ComponentPresentation | null"
|
|
2017
2002
|
},
|
|
2003
|
+
"privacy": "public",
|
|
2004
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2018
2005
|
"inheritedFrom": {
|
|
2019
|
-
"name": "
|
|
2020
|
-
"module": "src/
|
|
2006
|
+
"name": "Anchor",
|
|
2007
|
+
"module": "src/anchor/anchor.ts"
|
|
2021
2008
|
}
|
|
2022
2009
|
},
|
|
2023
2010
|
{
|
|
2024
2011
|
"kind": "field",
|
|
2025
|
-
"name": "
|
|
2012
|
+
"name": "template",
|
|
2026
2013
|
"type": {
|
|
2027
|
-
"text": "
|
|
2014
|
+
"text": "ElementViewTemplate | void | null"
|
|
2028
2015
|
},
|
|
2029
2016
|
"privacy": "public",
|
|
2030
|
-
"
|
|
2031
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2017
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2032
2018
|
"inheritedFrom": {
|
|
2033
|
-
"name": "
|
|
2034
|
-
"module": "src/
|
|
2019
|
+
"name": "Anchor",
|
|
2020
|
+
"module": "src/anchor/anchor.ts"
|
|
2035
2021
|
}
|
|
2036
2022
|
},
|
|
2037
2023
|
{
|
|
2038
2024
|
"kind": "method",
|
|
2039
|
-
"name": "
|
|
2040
|
-
"privacy": "
|
|
2025
|
+
"name": "templateChanged",
|
|
2026
|
+
"privacy": "protected",
|
|
2041
2027
|
"return": {
|
|
2042
2028
|
"type": {
|
|
2043
2029
|
"text": "void"
|
|
2044
2030
|
}
|
|
2045
2031
|
},
|
|
2046
2032
|
"inheritedFrom": {
|
|
2047
|
-
"name": "
|
|
2048
|
-
"module": "src/
|
|
2033
|
+
"name": "Anchor",
|
|
2034
|
+
"module": "src/anchor/anchor.ts"
|
|
2049
2035
|
}
|
|
2050
2036
|
},
|
|
2051
2037
|
{
|
|
2052
2038
|
"kind": "field",
|
|
2053
|
-
"name": "
|
|
2039
|
+
"name": "styles",
|
|
2054
2040
|
"type": {
|
|
2055
|
-
"text": "
|
|
2041
|
+
"text": "ElementStyles | void | null"
|
|
2056
2042
|
},
|
|
2057
2043
|
"privacy": "public",
|
|
2058
|
-
"
|
|
2059
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2044
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2060
2045
|
"inheritedFrom": {
|
|
2061
|
-
"name": "
|
|
2062
|
-
"module": "src/
|
|
2046
|
+
"name": "Anchor",
|
|
2047
|
+
"module": "src/anchor/anchor.ts"
|
|
2063
2048
|
}
|
|
2064
2049
|
},
|
|
2065
2050
|
{
|
|
2066
2051
|
"kind": "method",
|
|
2067
|
-
"name": "
|
|
2068
|
-
"privacy": "
|
|
2052
|
+
"name": "stylesChanged",
|
|
2053
|
+
"privacy": "protected",
|
|
2069
2054
|
"return": {
|
|
2070
2055
|
"type": {
|
|
2071
2056
|
"text": "void"
|
|
2072
2057
|
}
|
|
2073
2058
|
},
|
|
2074
2059
|
"inheritedFrom": {
|
|
2075
|
-
"name": "
|
|
2076
|
-
"module": "src/
|
|
2077
|
-
}
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"kind": "field",
|
|
2081
|
-
"name": "horizontalViewportLock",
|
|
2082
|
-
"type": {
|
|
2083
|
-
"text": "boolean"
|
|
2084
|
-
},
|
|
2085
|
-
"privacy": "public",
|
|
2086
|
-
"default": "false",
|
|
2087
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2088
|
-
"inheritedFrom": {
|
|
2089
|
-
"name": "AnchoredRegion",
|
|
2090
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2060
|
+
"name": "Anchor",
|
|
2061
|
+
"module": "src/anchor/anchor.ts"
|
|
2091
2062
|
}
|
|
2092
2063
|
},
|
|
2093
2064
|
{
|
|
2094
2065
|
"kind": "method",
|
|
2095
|
-
"name": "
|
|
2096
|
-
"privacy": "
|
|
2066
|
+
"name": "compose",
|
|
2067
|
+
"privacy": "public",
|
|
2068
|
+
"static": true,
|
|
2097
2069
|
"return": {
|
|
2098
2070
|
"type": {
|
|
2099
|
-
"text": "
|
|
2071
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2100
2072
|
}
|
|
2101
2073
|
},
|
|
2074
|
+
"parameters": [
|
|
2075
|
+
{
|
|
2076
|
+
"name": "this",
|
|
2077
|
+
"type": {
|
|
2078
|
+
"text": "K"
|
|
2079
|
+
}
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"name": "elementDefinition",
|
|
2083
|
+
"type": {
|
|
2084
|
+
"text": "T"
|
|
2085
|
+
},
|
|
2086
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2087
|
+
}
|
|
2088
|
+
],
|
|
2089
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2102
2090
|
"inheritedFrom": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"module": "src/
|
|
2091
|
+
"name": "Anchor",
|
|
2092
|
+
"module": "src/anchor/anchor.ts"
|
|
2105
2093
|
}
|
|
2106
|
-
}
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "variable",
|
|
2099
|
+
"name": "rapidAnchor"
|
|
2100
|
+
}
|
|
2101
|
+
],
|
|
2102
|
+
"exports": [
|
|
2103
|
+
{
|
|
2104
|
+
"kind": "js",
|
|
2105
|
+
"name": "Anchor",
|
|
2106
|
+
"declaration": {
|
|
2107
|
+
"name": "Anchor",
|
|
2108
|
+
"module": "src/anchor/anchor.ts"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"kind": "js",
|
|
2113
|
+
"name": "rapidAnchor",
|
|
2114
|
+
"declaration": {
|
|
2115
|
+
"name": "rapidAnchor",
|
|
2116
|
+
"module": "src/anchor/anchor.ts"
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
]
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"kind": "javascript-module",
|
|
2123
|
+
"path": "src/anchor/index.ts",
|
|
2124
|
+
"declarations": [],
|
|
2125
|
+
"exports": [
|
|
2126
|
+
{
|
|
2127
|
+
"kind": "js",
|
|
2128
|
+
"name": "*",
|
|
2129
|
+
"declaration": {
|
|
2130
|
+
"name": "*",
|
|
2131
|
+
"package": "./anchor"
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"kind": "js",
|
|
2136
|
+
"name": "*",
|
|
2137
|
+
"declaration": {
|
|
2138
|
+
"name": "*",
|
|
2139
|
+
"package": "./anchor.styles"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "js",
|
|
2144
|
+
"name": "*",
|
|
2145
|
+
"declaration": {
|
|
2146
|
+
"name": "*",
|
|
2147
|
+
"package": "./anchor.template"
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
]
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"kind": "javascript-module",
|
|
2154
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2155
|
+
"declarations": [
|
|
2156
|
+
{
|
|
2157
|
+
"kind": "function",
|
|
2158
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2159
|
+
"return": {
|
|
2160
|
+
"type": {
|
|
2161
|
+
"text": "ElementStyles"
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
2164
|
+
"parameters": [
|
|
2107
2165
|
{
|
|
2108
|
-
"
|
|
2109
|
-
"name": "horizontalInset",
|
|
2166
|
+
"name": "context",
|
|
2110
2167
|
"type": {
|
|
2111
|
-
"text": "
|
|
2112
|
-
},
|
|
2113
|
-
"privacy": "public",
|
|
2114
|
-
"default": "false",
|
|
2115
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2116
|
-
"inheritedFrom": {
|
|
2117
|
-
"name": "AnchoredRegion",
|
|
2118
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2168
|
+
"text": "ElementDefinitionContext"
|
|
2119
2169
|
}
|
|
2120
2170
|
},
|
|
2121
2171
|
{
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2172
|
+
"name": "definition",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "FoundationElementDefinition"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
]
|
|
2178
|
+
}
|
|
2179
|
+
],
|
|
2180
|
+
"exports": [
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "js",
|
|
2183
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2184
|
+
"declaration": {
|
|
2185
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2186
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
]
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "javascript-module",
|
|
2193
|
+
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2194
|
+
"declarations": [
|
|
2195
|
+
{
|
|
2196
|
+
"kind": "function",
|
|
2197
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2198
|
+
"return": {
|
|
2199
|
+
"type": {
|
|
2200
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
"parameters": [
|
|
2204
|
+
{
|
|
2205
|
+
"name": "context",
|
|
2206
|
+
"type": {
|
|
2207
|
+
"text": "ElementDefinitionContext"
|
|
2133
2208
|
}
|
|
2134
2209
|
},
|
|
2135
2210
|
{
|
|
2136
|
-
"
|
|
2137
|
-
"name": "horizontalThreshold",
|
|
2211
|
+
"name": "definition",
|
|
2138
2212
|
"type": {
|
|
2139
|
-
"text": "
|
|
2213
|
+
"text": "FoundationElementDefinition"
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"exports": [
|
|
2220
|
+
{
|
|
2221
|
+
"kind": "js",
|
|
2222
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2223
|
+
"declaration": {
|
|
2224
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2225
|
+
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2226
|
+
}
|
|
2227
|
+
}
|
|
2228
|
+
]
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"kind": "javascript-module",
|
|
2232
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2233
|
+
"declarations": [
|
|
2234
|
+
{
|
|
2235
|
+
"kind": "class",
|
|
2236
|
+
"description": "",
|
|
2237
|
+
"name": "AnchoredRegion",
|
|
2238
|
+
"superclass": {
|
|
2239
|
+
"name": "FoundationAnchoredRegion",
|
|
2240
|
+
"package": "@genesislcap/foundation-ui"
|
|
2241
|
+
},
|
|
2242
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2243
|
+
"customElement": true,
|
|
2244
|
+
"attributes": [
|
|
2245
|
+
{
|
|
2246
|
+
"name": "anchor",
|
|
2247
|
+
"type": {
|
|
2248
|
+
"text": "string"
|
|
2140
2249
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"description": "
|
|
2250
|
+
"default": "\"\"",
|
|
2251
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2252
|
+
"fieldName": "anchor",
|
|
2143
2253
|
"inheritedFrom": {
|
|
2144
2254
|
"name": "AnchoredRegion",
|
|
2145
2255
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2146
2256
|
}
|
|
2147
2257
|
},
|
|
2148
2258
|
{
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2151
|
-
|
|
2152
|
-
"return": {
|
|
2153
|
-
"type": {
|
|
2154
|
-
"text": "void"
|
|
2155
|
-
}
|
|
2259
|
+
"name": "viewport",
|
|
2260
|
+
"type": {
|
|
2261
|
+
"text": "string"
|
|
2156
2262
|
},
|
|
2263
|
+
"default": "\"\"",
|
|
2264
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2265
|
+
"fieldName": "viewport",
|
|
2157
2266
|
"inheritedFrom": {
|
|
2158
2267
|
"name": "AnchoredRegion",
|
|
2159
2268
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2160
2269
|
}
|
|
2161
2270
|
},
|
|
2162
2271
|
{
|
|
2163
|
-
"
|
|
2164
|
-
"name": "horizontalScaling",
|
|
2272
|
+
"name": "horizontal-positioning-mode",
|
|
2165
2273
|
"type": {
|
|
2166
|
-
"text": "
|
|
2274
|
+
"text": "AxisPositioningMode"
|
|
2167
2275
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2170
|
-
"
|
|
2276
|
+
"default": "\"uncontrolled\"",
|
|
2277
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2278
|
+
"fieldName": "horizontalPositioningMode",
|
|
2171
2279
|
"inheritedFrom": {
|
|
2172
2280
|
"name": "AnchoredRegion",
|
|
2173
2281
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2174
2282
|
}
|
|
2175
2283
|
},
|
|
2176
2284
|
{
|
|
2177
|
-
"
|
|
2178
|
-
"
|
|
2179
|
-
|
|
2180
|
-
"return": {
|
|
2181
|
-
"type": {
|
|
2182
|
-
"text": "void"
|
|
2183
|
-
}
|
|
2285
|
+
"name": "horizontal-default-position",
|
|
2286
|
+
"type": {
|
|
2287
|
+
"text": "HorizontalPosition"
|
|
2184
2288
|
},
|
|
2289
|
+
"default": "\"unset\"",
|
|
2290
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2291
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2185
2292
|
"inheritedFrom": {
|
|
2186
2293
|
"name": "AnchoredRegion",
|
|
2187
2294
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2188
2295
|
}
|
|
2189
2296
|
},
|
|
2190
2297
|
{
|
|
2191
|
-
"
|
|
2192
|
-
"name": "verticalPositioningMode",
|
|
2298
|
+
"name": "horizontal-viewport-lock",
|
|
2193
2299
|
"type": {
|
|
2194
|
-
"text": "
|
|
2300
|
+
"text": "boolean"
|
|
2195
2301
|
},
|
|
2196
|
-
"
|
|
2197
|
-
"
|
|
2198
|
-
"
|
|
2302
|
+
"default": "false",
|
|
2303
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2304
|
+
"fieldName": "horizontalViewportLock",
|
|
2199
2305
|
"inheritedFrom": {
|
|
2200
2306
|
"name": "AnchoredRegion",
|
|
2201
2307
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2202
2308
|
}
|
|
2203
2309
|
},
|
|
2204
2310
|
{
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2207
|
-
|
|
2208
|
-
"return": {
|
|
2209
|
-
"type": {
|
|
2210
|
-
"text": "void"
|
|
2211
|
-
}
|
|
2311
|
+
"name": "horizontal-inset",
|
|
2312
|
+
"type": {
|
|
2313
|
+
"text": "boolean"
|
|
2212
2314
|
},
|
|
2315
|
+
"default": "false",
|
|
2316
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2317
|
+
"fieldName": "horizontalInset",
|
|
2213
2318
|
"inheritedFrom": {
|
|
2214
2319
|
"name": "AnchoredRegion",
|
|
2215
2320
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2216
2321
|
}
|
|
2217
2322
|
},
|
|
2218
2323
|
{
|
|
2219
|
-
"
|
|
2220
|
-
"name": "verticalDefaultPosition",
|
|
2324
|
+
"name": "horizontal-threshold",
|
|
2221
2325
|
"type": {
|
|
2222
|
-
"text": "
|
|
2326
|
+
"text": "number"
|
|
2223
2327
|
},
|
|
2224
|
-
"
|
|
2225
|
-
"
|
|
2226
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2328
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2329
|
+
"fieldName": "horizontalThreshold",
|
|
2227
2330
|
"inheritedFrom": {
|
|
2228
2331
|
"name": "AnchoredRegion",
|
|
2229
2332
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2230
2333
|
}
|
|
2231
2334
|
},
|
|
2232
2335
|
{
|
|
2233
|
-
"
|
|
2234
|
-
"
|
|
2235
|
-
|
|
2236
|
-
"return": {
|
|
2237
|
-
"type": {
|
|
2238
|
-
"text": "void"
|
|
2239
|
-
}
|
|
2336
|
+
"name": "horizontal-scaling",
|
|
2337
|
+
"type": {
|
|
2338
|
+
"text": "AxisScalingMode"
|
|
2240
2339
|
},
|
|
2340
|
+
"default": "\"content\"",
|
|
2341
|
+
"description": "Defines how the width of the region is calculated",
|
|
2342
|
+
"fieldName": "horizontalScaling",
|
|
2241
2343
|
"inheritedFrom": {
|
|
2242
2344
|
"name": "AnchoredRegion",
|
|
2243
2345
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2244
2346
|
}
|
|
2245
2347
|
},
|
|
2246
2348
|
{
|
|
2247
|
-
"
|
|
2248
|
-
"name": "verticalViewportLock",
|
|
2349
|
+
"name": "vertical-positioning-mode",
|
|
2249
2350
|
"type": {
|
|
2250
|
-
"text": "
|
|
2351
|
+
"text": "AxisPositioningMode"
|
|
2251
2352
|
},
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2353
|
+
"default": "\"uncontrolled\"",
|
|
2354
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2355
|
+
"fieldName": "verticalPositioningMode",
|
|
2255
2356
|
"inheritedFrom": {
|
|
2256
2357
|
"name": "AnchoredRegion",
|
|
2257
2358
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2258
2359
|
}
|
|
2259
2360
|
},
|
|
2260
2361
|
{
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
|
|
2264
|
-
"return": {
|
|
2265
|
-
"type": {
|
|
2266
|
-
"text": "void"
|
|
2267
|
-
}
|
|
2362
|
+
"name": "vertical-default-position",
|
|
2363
|
+
"type": {
|
|
2364
|
+
"text": "VerticalPosition"
|
|
2268
2365
|
},
|
|
2366
|
+
"default": "\"unset\"",
|
|
2367
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2368
|
+
"fieldName": "verticalDefaultPosition",
|
|
2269
2369
|
"inheritedFrom": {
|
|
2270
2370
|
"name": "AnchoredRegion",
|
|
2271
2371
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2272
2372
|
}
|
|
2273
2373
|
},
|
|
2274
2374
|
{
|
|
2275
|
-
"
|
|
2276
|
-
"name": "verticalInset",
|
|
2375
|
+
"name": "vertical-viewport-lock",
|
|
2277
2376
|
"type": {
|
|
2278
2377
|
"text": "boolean"
|
|
2279
2378
|
},
|
|
2280
|
-
"privacy": "public",
|
|
2281
2379
|
"default": "false",
|
|
2282
|
-
"description": "Whether the region
|
|
2380
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2381
|
+
"fieldName": "verticalViewportLock",
|
|
2283
2382
|
"inheritedFrom": {
|
|
2284
2383
|
"name": "AnchoredRegion",
|
|
2285
2384
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2286
2385
|
}
|
|
2287
2386
|
},
|
|
2288
2387
|
{
|
|
2289
|
-
"
|
|
2290
|
-
"
|
|
2291
|
-
|
|
2292
|
-
"return": {
|
|
2293
|
-
"type": {
|
|
2294
|
-
"text": "void"
|
|
2295
|
-
}
|
|
2388
|
+
"name": "vertical-inset",
|
|
2389
|
+
"type": {
|
|
2390
|
+
"text": "boolean"
|
|
2296
2391
|
},
|
|
2392
|
+
"default": "false",
|
|
2393
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2394
|
+
"fieldName": "verticalInset",
|
|
2297
2395
|
"inheritedFrom": {
|
|
2298
2396
|
"name": "AnchoredRegion",
|
|
2299
2397
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2300
2398
|
}
|
|
2301
2399
|
},
|
|
2302
2400
|
{
|
|
2303
|
-
"
|
|
2304
|
-
"name": "verticalThreshold",
|
|
2401
|
+
"name": "vertical-threshold",
|
|
2305
2402
|
"type": {
|
|
2306
2403
|
"text": "number"
|
|
2307
2404
|
},
|
|
2308
|
-
"privacy": "public",
|
|
2309
2405
|
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2406
|
+
"fieldName": "verticalThreshold",
|
|
2310
2407
|
"inheritedFrom": {
|
|
2311
2408
|
"name": "AnchoredRegion",
|
|
2312
2409
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2313
2410
|
}
|
|
2314
2411
|
},
|
|
2315
2412
|
{
|
|
2316
|
-
"
|
|
2317
|
-
"name": "verticalThresholdChanged",
|
|
2318
|
-
"privacy": "private",
|
|
2319
|
-
"return": {
|
|
2320
|
-
"type": {
|
|
2321
|
-
"text": "void"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
"inheritedFrom": {
|
|
2325
|
-
"name": "AnchoredRegion",
|
|
2326
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"kind": "field",
|
|
2331
|
-
"name": "verticalScaling",
|
|
2413
|
+
"name": "vertical-scaling",
|
|
2332
2414
|
"type": {
|
|
2333
2415
|
"text": "AxisScalingMode"
|
|
2334
2416
|
},
|
|
2335
|
-
"privacy": "public",
|
|
2336
2417
|
"default": "\"content\"",
|
|
2337
2418
|
"description": "Defines how the height of the region is calculated",
|
|
2419
|
+
"fieldName": "verticalScaling",
|
|
2338
2420
|
"inheritedFrom": {
|
|
2339
2421
|
"name": "AnchoredRegion",
|
|
2340
2422
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2341
2423
|
}
|
|
2342
2424
|
},
|
|
2343
2425
|
{
|
|
2344
|
-
"
|
|
2345
|
-
"name": "verticalScalingChanged",
|
|
2346
|
-
"privacy": "private",
|
|
2347
|
-
"return": {
|
|
2348
|
-
"type": {
|
|
2349
|
-
"text": "void"
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
"inheritedFrom": {
|
|
2353
|
-
"name": "AnchoredRegion",
|
|
2354
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2355
|
-
}
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"kind": "field",
|
|
2359
|
-
"name": "fixedPlacement",
|
|
2426
|
+
"name": "fixed-placement",
|
|
2360
2427
|
"type": {
|
|
2361
2428
|
"text": "boolean"
|
|
2362
2429
|
},
|
|
2363
|
-
"privacy": "public",
|
|
2364
2430
|
"default": "false",
|
|
2365
2431
|
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2432
|
+
"fieldName": "fixedPlacement",
|
|
2366
2433
|
"inheritedFrom": {
|
|
2367
2434
|
"name": "AnchoredRegion",
|
|
2368
2435
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2369
2436
|
}
|
|
2370
2437
|
},
|
|
2371
2438
|
{
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2374
|
-
|
|
2375
|
-
"return": {
|
|
2376
|
-
"type": {
|
|
2377
|
-
"text": "void"
|
|
2378
|
-
}
|
|
2439
|
+
"name": "auto-update-mode",
|
|
2440
|
+
"type": {
|
|
2441
|
+
"text": "AutoUpdateMode"
|
|
2379
2442
|
},
|
|
2443
|
+
"default": "\"anchor\"",
|
|
2444
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2445
|
+
"fieldName": "autoUpdateMode",
|
|
2380
2446
|
"inheritedFrom": {
|
|
2381
2447
|
"name": "AnchoredRegion",
|
|
2382
2448
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2383
2449
|
}
|
|
2384
|
-
}
|
|
2450
|
+
}
|
|
2451
|
+
],
|
|
2452
|
+
"members": [
|
|
2385
2453
|
{
|
|
2386
2454
|
"kind": "field",
|
|
2387
|
-
"name": "
|
|
2455
|
+
"name": "anchor",
|
|
2388
2456
|
"type": {
|
|
2389
|
-
"text": "
|
|
2457
|
+
"text": "string"
|
|
2390
2458
|
},
|
|
2391
2459
|
"privacy": "public",
|
|
2392
|
-
"default": "\"
|
|
2393
|
-
"description": "
|
|
2460
|
+
"default": "\"\"",
|
|
2461
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2394
2462
|
"inheritedFrom": {
|
|
2395
2463
|
"name": "AnchoredRegion",
|
|
2396
2464
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2398,27 +2466,13 @@
|
|
|
2398
2466
|
},
|
|
2399
2467
|
{
|
|
2400
2468
|
"kind": "method",
|
|
2401
|
-
"name": "
|
|
2469
|
+
"name": "anchorChanged",
|
|
2402
2470
|
"privacy": "private",
|
|
2403
2471
|
"return": {
|
|
2404
|
-
"type": {
|
|
2405
|
-
"text": "void"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
"parameters": [
|
|
2409
|
-
{
|
|
2410
|
-
"name": "prevMode",
|
|
2411
|
-
"type": {
|
|
2412
|
-
"text": "AutoUpdateMode"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"name": "newMode",
|
|
2417
|
-
"type": {
|
|
2418
|
-
"text": "AutoUpdateMode"
|
|
2419
|
-
}
|
|
2472
|
+
"type": {
|
|
2473
|
+
"text": "void"
|
|
2420
2474
|
}
|
|
2421
|
-
|
|
2475
|
+
},
|
|
2422
2476
|
"inheritedFrom": {
|
|
2423
2477
|
"name": "AnchoredRegion",
|
|
2424
2478
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2426,13 +2480,13 @@
|
|
|
2426
2480
|
},
|
|
2427
2481
|
{
|
|
2428
2482
|
"kind": "field",
|
|
2429
|
-
"name": "
|
|
2483
|
+
"name": "viewport",
|
|
2430
2484
|
"type": {
|
|
2431
|
-
"text": "
|
|
2485
|
+
"text": "string"
|
|
2432
2486
|
},
|
|
2433
2487
|
"privacy": "public",
|
|
2434
|
-
"default": "
|
|
2435
|
-
"description": "The HTML element
|
|
2488
|
+
"default": "\"\"",
|
|
2489
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2436
2490
|
"inheritedFrom": {
|
|
2437
2491
|
"name": "AnchoredRegion",
|
|
2438
2492
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2440,7 +2494,7 @@
|
|
|
2440
2494
|
},
|
|
2441
2495
|
{
|
|
2442
2496
|
"kind": "method",
|
|
2443
|
-
"name": "
|
|
2497
|
+
"name": "viewportChanged",
|
|
2444
2498
|
"privacy": "private",
|
|
2445
2499
|
"return": {
|
|
2446
2500
|
"type": {
|
|
@@ -2454,13 +2508,13 @@
|
|
|
2454
2508
|
},
|
|
2455
2509
|
{
|
|
2456
2510
|
"kind": "field",
|
|
2457
|
-
"name": "
|
|
2511
|
+
"name": "horizontalPositioningMode",
|
|
2458
2512
|
"type": {
|
|
2459
|
-
"text": "
|
|
2513
|
+
"text": "AxisPositioningMode"
|
|
2460
2514
|
},
|
|
2461
2515
|
"privacy": "public",
|
|
2462
|
-
"default": "
|
|
2463
|
-
"description": "
|
|
2516
|
+
"default": "\"uncontrolled\"",
|
|
2517
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2464
2518
|
"inheritedFrom": {
|
|
2465
2519
|
"name": "AnchoredRegion",
|
|
2466
2520
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2468,7 +2522,7 @@
|
|
|
2468
2522
|
},
|
|
2469
2523
|
{
|
|
2470
2524
|
"kind": "method",
|
|
2471
|
-
"name": "
|
|
2525
|
+
"name": "horizontalPositioningModeChanged",
|
|
2472
2526
|
"privacy": "private",
|
|
2473
2527
|
"return": {
|
|
2474
2528
|
"type": {
|
|
@@ -2482,25 +2536,27 @@
|
|
|
2482
2536
|
},
|
|
2483
2537
|
{
|
|
2484
2538
|
"kind": "field",
|
|
2485
|
-
"name": "
|
|
2539
|
+
"name": "horizontalDefaultPosition",
|
|
2486
2540
|
"type": {
|
|
2487
|
-
"text": "
|
|
2541
|
+
"text": "HorizontalPosition"
|
|
2488
2542
|
},
|
|
2489
2543
|
"privacy": "public",
|
|
2490
|
-
"
|
|
2544
|
+
"default": "\"unset\"",
|
|
2545
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2491
2546
|
"inheritedFrom": {
|
|
2492
2547
|
"name": "AnchoredRegion",
|
|
2493
2548
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2494
2549
|
}
|
|
2495
2550
|
},
|
|
2496
2551
|
{
|
|
2497
|
-
"kind": "
|
|
2498
|
-
"name": "
|
|
2499
|
-
"
|
|
2500
|
-
|
|
2552
|
+
"kind": "method",
|
|
2553
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2554
|
+
"privacy": "private",
|
|
2555
|
+
"return": {
|
|
2556
|
+
"type": {
|
|
2557
|
+
"text": "void"
|
|
2558
|
+
}
|
|
2501
2559
|
},
|
|
2502
|
-
"privacy": "public",
|
|
2503
|
-
"description": "indicates the current vertical position of the region",
|
|
2504
2560
|
"inheritedFrom": {
|
|
2505
2561
|
"name": "AnchoredRegion",
|
|
2506
2562
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2508,24 +2564,27 @@
|
|
|
2508
2564
|
},
|
|
2509
2565
|
{
|
|
2510
2566
|
"kind": "field",
|
|
2511
|
-
"name": "
|
|
2567
|
+
"name": "horizontalViewportLock",
|
|
2512
2568
|
"type": {
|
|
2513
|
-
"text": "
|
|
2569
|
+
"text": "boolean"
|
|
2514
2570
|
},
|
|
2515
|
-
"privacy": "
|
|
2516
|
-
"
|
|
2571
|
+
"privacy": "public",
|
|
2572
|
+
"default": "false",
|
|
2573
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2517
2574
|
"inheritedFrom": {
|
|
2518
2575
|
"name": "AnchoredRegion",
|
|
2519
2576
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2520
2577
|
}
|
|
2521
2578
|
},
|
|
2522
2579
|
{
|
|
2523
|
-
"kind": "
|
|
2524
|
-
"name": "
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "number"
|
|
2527
|
-
},
|
|
2580
|
+
"kind": "method",
|
|
2581
|
+
"name": "horizontalViewportLockChanged",
|
|
2528
2582
|
"privacy": "private",
|
|
2583
|
+
"return": {
|
|
2584
|
+
"type": {
|
|
2585
|
+
"text": "void"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2529
2588
|
"inheritedFrom": {
|
|
2530
2589
|
"name": "AnchoredRegion",
|
|
2531
2590
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2533,24 +2592,27 @@
|
|
|
2533
2592
|
},
|
|
2534
2593
|
{
|
|
2535
2594
|
"kind": "field",
|
|
2536
|
-
"name": "
|
|
2595
|
+
"name": "horizontalInset",
|
|
2537
2596
|
"type": {
|
|
2538
|
-
"text": "
|
|
2597
|
+
"text": "boolean"
|
|
2539
2598
|
},
|
|
2540
|
-
"privacy": "
|
|
2541
|
-
"
|
|
2599
|
+
"privacy": "public",
|
|
2600
|
+
"default": "false",
|
|
2601
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2542
2602
|
"inheritedFrom": {
|
|
2543
2603
|
"name": "AnchoredRegion",
|
|
2544
2604
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2545
2605
|
}
|
|
2546
2606
|
},
|
|
2547
2607
|
{
|
|
2548
|
-
"kind": "
|
|
2549
|
-
"name": "
|
|
2550
|
-
"type": {
|
|
2551
|
-
"text": "string"
|
|
2552
|
-
},
|
|
2608
|
+
"kind": "method",
|
|
2609
|
+
"name": "horizontalInsetChanged",
|
|
2553
2610
|
"privacy": "private",
|
|
2611
|
+
"return": {
|
|
2612
|
+
"type": {
|
|
2613
|
+
"text": "void"
|
|
2614
|
+
}
|
|
2615
|
+
},
|
|
2554
2616
|
"inheritedFrom": {
|
|
2555
2617
|
"name": "AnchoredRegion",
|
|
2556
2618
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2558,24 +2620,26 @@
|
|
|
2558
2620
|
},
|
|
2559
2621
|
{
|
|
2560
2622
|
"kind": "field",
|
|
2561
|
-
"name": "
|
|
2623
|
+
"name": "horizontalThreshold",
|
|
2562
2624
|
"type": {
|
|
2563
|
-
"text": "
|
|
2625
|
+
"text": "number"
|
|
2564
2626
|
},
|
|
2565
|
-
"privacy": "
|
|
2566
|
-
"
|
|
2627
|
+
"privacy": "public",
|
|
2628
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2567
2629
|
"inheritedFrom": {
|
|
2568
2630
|
"name": "AnchoredRegion",
|
|
2569
2631
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2570
2632
|
}
|
|
2571
2633
|
},
|
|
2572
2634
|
{
|
|
2573
|
-
"kind": "
|
|
2574
|
-
"name": "
|
|
2575
|
-
"type": {
|
|
2576
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2577
|
-
},
|
|
2635
|
+
"kind": "method",
|
|
2636
|
+
"name": "horizontalThresholdChanged",
|
|
2578
2637
|
"privacy": "private",
|
|
2638
|
+
"return": {
|
|
2639
|
+
"type": {
|
|
2640
|
+
"text": "void"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2579
2643
|
"inheritedFrom": {
|
|
2580
2644
|
"name": "AnchoredRegion",
|
|
2581
2645
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2583,23 +2647,27 @@
|
|
|
2583
2647
|
},
|
|
2584
2648
|
{
|
|
2585
2649
|
"kind": "field",
|
|
2586
|
-
"name": "
|
|
2650
|
+
"name": "horizontalScaling",
|
|
2587
2651
|
"type": {
|
|
2588
|
-
"text": "
|
|
2652
|
+
"text": "AxisScalingMode"
|
|
2589
2653
|
},
|
|
2590
|
-
"privacy": "
|
|
2654
|
+
"privacy": "public",
|
|
2655
|
+
"default": "\"content\"",
|
|
2656
|
+
"description": "Defines how the width of the region is calculated",
|
|
2591
2657
|
"inheritedFrom": {
|
|
2592
2658
|
"name": "AnchoredRegion",
|
|
2593
2659
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2594
2660
|
}
|
|
2595
2661
|
},
|
|
2596
2662
|
{
|
|
2597
|
-
"kind": "
|
|
2598
|
-
"name": "
|
|
2599
|
-
"type": {
|
|
2600
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2601
|
-
},
|
|
2663
|
+
"kind": "method",
|
|
2664
|
+
"name": "horizontalScalingChanged",
|
|
2602
2665
|
"privacy": "private",
|
|
2666
|
+
"return": {
|
|
2667
|
+
"type": {
|
|
2668
|
+
"text": "void"
|
|
2669
|
+
}
|
|
2670
|
+
},
|
|
2603
2671
|
"inheritedFrom": {
|
|
2604
2672
|
"name": "AnchoredRegion",
|
|
2605
2673
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2607,26 +2675,27 @@
|
|
|
2607
2675
|
},
|
|
2608
2676
|
{
|
|
2609
2677
|
"kind": "field",
|
|
2610
|
-
"name": "
|
|
2678
|
+
"name": "verticalPositioningMode",
|
|
2611
2679
|
"type": {
|
|
2612
|
-
"text": "
|
|
2680
|
+
"text": "AxisPositioningMode"
|
|
2613
2681
|
},
|
|
2614
|
-
"privacy": "
|
|
2615
|
-
"default": "
|
|
2616
|
-
"description": "
|
|
2682
|
+
"privacy": "public",
|
|
2683
|
+
"default": "\"uncontrolled\"",
|
|
2684
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2617
2685
|
"inheritedFrom": {
|
|
2618
2686
|
"name": "AnchoredRegion",
|
|
2619
2687
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2620
2688
|
}
|
|
2621
2689
|
},
|
|
2622
2690
|
{
|
|
2623
|
-
"kind": "
|
|
2624
|
-
"name": "
|
|
2625
|
-
"type": {
|
|
2626
|
-
"text": "number"
|
|
2627
|
-
},
|
|
2691
|
+
"kind": "method",
|
|
2692
|
+
"name": "verticalPositioningModeChanged",
|
|
2628
2693
|
"privacy": "private",
|
|
2629
|
-
"
|
|
2694
|
+
"return": {
|
|
2695
|
+
"type": {
|
|
2696
|
+
"text": "void"
|
|
2697
|
+
}
|
|
2698
|
+
},
|
|
2630
2699
|
"inheritedFrom": {
|
|
2631
2700
|
"name": "AnchoredRegion",
|
|
2632
2701
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2634,12 +2703,27 @@
|
|
|
2634
2703
|
},
|
|
2635
2704
|
{
|
|
2636
2705
|
"kind": "field",
|
|
2637
|
-
"name": "
|
|
2706
|
+
"name": "verticalDefaultPosition",
|
|
2638
2707
|
"type": {
|
|
2639
|
-
"text": "
|
|
2708
|
+
"text": "VerticalPosition"
|
|
2640
2709
|
},
|
|
2710
|
+
"privacy": "public",
|
|
2711
|
+
"default": "\"unset\"",
|
|
2712
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2713
|
+
"inheritedFrom": {
|
|
2714
|
+
"name": "AnchoredRegion",
|
|
2715
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"kind": "method",
|
|
2720
|
+
"name": "verticalDefaultPositionChanged",
|
|
2641
2721
|
"privacy": "private",
|
|
2642
|
-
"
|
|
2722
|
+
"return": {
|
|
2723
|
+
"type": {
|
|
2724
|
+
"text": "void"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2643
2727
|
"inheritedFrom": {
|
|
2644
2728
|
"name": "AnchoredRegion",
|
|
2645
2729
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2647,24 +2731,27 @@
|
|
|
2647
2731
|
},
|
|
2648
2732
|
{
|
|
2649
2733
|
"kind": "field",
|
|
2650
|
-
"name": "
|
|
2734
|
+
"name": "verticalViewportLock",
|
|
2651
2735
|
"type": {
|
|
2652
2736
|
"text": "boolean"
|
|
2653
2737
|
},
|
|
2654
|
-
"privacy": "
|
|
2738
|
+
"privacy": "public",
|
|
2655
2739
|
"default": "false",
|
|
2740
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2656
2741
|
"inheritedFrom": {
|
|
2657
2742
|
"name": "AnchoredRegion",
|
|
2658
2743
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2659
2744
|
}
|
|
2660
2745
|
},
|
|
2661
2746
|
{
|
|
2662
|
-
"kind": "
|
|
2663
|
-
"name": "
|
|
2664
|
-
"type": {
|
|
2665
|
-
"text": "Direction"
|
|
2666
|
-
},
|
|
2747
|
+
"kind": "method",
|
|
2748
|
+
"name": "verticalViewportLockChanged",
|
|
2667
2749
|
"privacy": "private",
|
|
2750
|
+
"return": {
|
|
2751
|
+
"type": {
|
|
2752
|
+
"text": "void"
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2668
2755
|
"inheritedFrom": {
|
|
2669
2756
|
"name": "AnchoredRegion",
|
|
2670
2757
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2672,25 +2759,27 @@
|
|
|
2672
2759
|
},
|
|
2673
2760
|
{
|
|
2674
2761
|
"kind": "field",
|
|
2675
|
-
"name": "
|
|
2762
|
+
"name": "verticalInset",
|
|
2676
2763
|
"type": {
|
|
2677
2764
|
"text": "boolean"
|
|
2678
2765
|
},
|
|
2679
|
-
"privacy": "
|
|
2766
|
+
"privacy": "public",
|
|
2680
2767
|
"default": "false",
|
|
2768
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2681
2769
|
"inheritedFrom": {
|
|
2682
2770
|
"name": "AnchoredRegion",
|
|
2683
2771
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2684
2772
|
}
|
|
2685
2773
|
},
|
|
2686
2774
|
{
|
|
2687
|
-
"kind": "
|
|
2688
|
-
"name": "
|
|
2689
|
-
"type": {
|
|
2690
|
-
"text": "boolean"
|
|
2691
|
-
},
|
|
2775
|
+
"kind": "method",
|
|
2776
|
+
"name": "verticalInsetChanged",
|
|
2692
2777
|
"privacy": "private",
|
|
2693
|
-
"
|
|
2778
|
+
"return": {
|
|
2779
|
+
"type": {
|
|
2780
|
+
"text": "void"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2694
2783
|
"inheritedFrom": {
|
|
2695
2784
|
"name": "AnchoredRegion",
|
|
2696
2785
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2698,26 +2787,26 @@
|
|
|
2698
2787
|
},
|
|
2699
2788
|
{
|
|
2700
2789
|
"kind": "field",
|
|
2701
|
-
"name": "
|
|
2790
|
+
"name": "verticalThreshold",
|
|
2702
2791
|
"type": {
|
|
2703
2792
|
"text": "number"
|
|
2704
2793
|
},
|
|
2705
|
-
"privacy": "
|
|
2706
|
-
"
|
|
2794
|
+
"privacy": "public",
|
|
2795
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2707
2796
|
"inheritedFrom": {
|
|
2708
2797
|
"name": "AnchoredRegion",
|
|
2709
2798
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2710
2799
|
}
|
|
2711
2800
|
},
|
|
2712
2801
|
{
|
|
2713
|
-
"kind": "
|
|
2714
|
-
"name": "
|
|
2715
|
-
"type": {
|
|
2716
|
-
"text": "IntersectionService"
|
|
2717
|
-
},
|
|
2802
|
+
"kind": "method",
|
|
2803
|
+
"name": "verticalThresholdChanged",
|
|
2718
2804
|
"privacy": "private",
|
|
2719
|
-
"
|
|
2720
|
-
|
|
2805
|
+
"return": {
|
|
2806
|
+
"type": {
|
|
2807
|
+
"text": "void"
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2721
2810
|
"inheritedFrom": {
|
|
2722
2811
|
"name": "AnchoredRegion",
|
|
2723
2812
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2725,9 +2814,13 @@
|
|
|
2725
2814
|
},
|
|
2726
2815
|
{
|
|
2727
2816
|
"kind": "field",
|
|
2728
|
-
"name": "
|
|
2817
|
+
"name": "verticalScaling",
|
|
2818
|
+
"type": {
|
|
2819
|
+
"text": "AxisScalingMode"
|
|
2820
|
+
},
|
|
2729
2821
|
"privacy": "public",
|
|
2730
|
-
"
|
|
2822
|
+
"default": "\"content\"",
|
|
2823
|
+
"description": "Defines how the height of the region is calculated",
|
|
2731
2824
|
"inheritedFrom": {
|
|
2732
2825
|
"name": "AnchoredRegion",
|
|
2733
2826
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2735,29 +2828,27 @@
|
|
|
2735
2828
|
},
|
|
2736
2829
|
{
|
|
2737
2830
|
"kind": "method",
|
|
2738
|
-
"name": "
|
|
2831
|
+
"name": "verticalScalingChanged",
|
|
2739
2832
|
"privacy": "private",
|
|
2740
2833
|
"return": {
|
|
2741
2834
|
"type": {
|
|
2742
2835
|
"text": "void"
|
|
2743
2836
|
}
|
|
2744
2837
|
},
|
|
2745
|
-
"description": "destroys the instance's resize observer",
|
|
2746
2838
|
"inheritedFrom": {
|
|
2747
2839
|
"name": "AnchoredRegion",
|
|
2748
2840
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2749
2841
|
}
|
|
2750
2842
|
},
|
|
2751
2843
|
{
|
|
2752
|
-
"kind": "
|
|
2753
|
-
"name": "
|
|
2754
|
-
"
|
|
2755
|
-
|
|
2756
|
-
"type": {
|
|
2757
|
-
"text": "void"
|
|
2758
|
-
}
|
|
2844
|
+
"kind": "field",
|
|
2845
|
+
"name": "fixedPlacement",
|
|
2846
|
+
"type": {
|
|
2847
|
+
"text": "boolean"
|
|
2759
2848
|
},
|
|
2760
|
-
"
|
|
2849
|
+
"privacy": "public",
|
|
2850
|
+
"default": "false",
|
|
2851
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2761
2852
|
"inheritedFrom": {
|
|
2762
2853
|
"name": "AnchoredRegion",
|
|
2763
2854
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2765,14 +2856,27 @@
|
|
|
2765
2856
|
},
|
|
2766
2857
|
{
|
|
2767
2858
|
"kind": "method",
|
|
2768
|
-
"name": "
|
|
2859
|
+
"name": "fixedPlacementChanged",
|
|
2769
2860
|
"privacy": "private",
|
|
2770
2861
|
"return": {
|
|
2771
2862
|
"type": {
|
|
2772
2863
|
"text": "void"
|
|
2773
2864
|
}
|
|
2774
2865
|
},
|
|
2775
|
-
"
|
|
2866
|
+
"inheritedFrom": {
|
|
2867
|
+
"name": "AnchoredRegion",
|
|
2868
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"kind": "field",
|
|
2873
|
+
"name": "autoUpdateMode",
|
|
2874
|
+
"type": {
|
|
2875
|
+
"text": "AutoUpdateMode"
|
|
2876
|
+
},
|
|
2877
|
+
"privacy": "public",
|
|
2878
|
+
"default": "\"anchor\"",
|
|
2879
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2776
2880
|
"inheritedFrom": {
|
|
2777
2881
|
"name": "AnchoredRegion",
|
|
2778
2882
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2780,29 +2884,41 @@
|
|
|
2780
2884
|
},
|
|
2781
2885
|
{
|
|
2782
2886
|
"kind": "method",
|
|
2783
|
-
"name": "
|
|
2887
|
+
"name": "autoUpdateModeChanged",
|
|
2784
2888
|
"privacy": "private",
|
|
2785
2889
|
"return": {
|
|
2786
2890
|
"type": {
|
|
2787
2891
|
"text": "void"
|
|
2788
2892
|
}
|
|
2789
2893
|
},
|
|
2790
|
-
"
|
|
2894
|
+
"parameters": [
|
|
2895
|
+
{
|
|
2896
|
+
"name": "prevMode",
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "AutoUpdateMode"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "newMode",
|
|
2903
|
+
"type": {
|
|
2904
|
+
"text": "AutoUpdateMode"
|
|
2905
|
+
}
|
|
2906
|
+
}
|
|
2907
|
+
],
|
|
2791
2908
|
"inheritedFrom": {
|
|
2792
2909
|
"name": "AnchoredRegion",
|
|
2793
2910
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2794
2911
|
}
|
|
2795
2912
|
},
|
|
2796
2913
|
{
|
|
2797
|
-
"kind": "
|
|
2798
|
-
"name": "
|
|
2799
|
-
"
|
|
2800
|
-
|
|
2801
|
-
"type": {
|
|
2802
|
-
"text": "void"
|
|
2803
|
-
}
|
|
2914
|
+
"kind": "field",
|
|
2915
|
+
"name": "anchorElement",
|
|
2916
|
+
"type": {
|
|
2917
|
+
"text": "HTMLElement | null"
|
|
2804
2918
|
},
|
|
2805
|
-
"
|
|
2919
|
+
"privacy": "public",
|
|
2920
|
+
"default": "null",
|
|
2921
|
+
"description": "The HTML element being used as the anchor",
|
|
2806
2922
|
"inheritedFrom": {
|
|
2807
2923
|
"name": "AnchoredRegion",
|
|
2808
2924
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2810,14 +2926,13 @@
|
|
|
2810
2926
|
},
|
|
2811
2927
|
{
|
|
2812
2928
|
"kind": "method",
|
|
2813
|
-
"name": "
|
|
2929
|
+
"name": "anchorElementChanged",
|
|
2814
2930
|
"privacy": "private",
|
|
2815
2931
|
"return": {
|
|
2816
2932
|
"type": {
|
|
2817
2933
|
"text": "void"
|
|
2818
2934
|
}
|
|
2819
2935
|
},
|
|
2820
|
-
"description": "sets the starting configuration for component internal values",
|
|
2821
2936
|
"inheritedFrom": {
|
|
2822
2937
|
"name": "AnchoredRegion",
|
|
2823
2938
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2825,19 +2940,27 @@
|
|
|
2825
2940
|
},
|
|
2826
2941
|
{
|
|
2827
2942
|
"kind": "field",
|
|
2828
|
-
"name": "
|
|
2829
|
-
"
|
|
2830
|
-
|
|
2943
|
+
"name": "viewportElement",
|
|
2944
|
+
"type": {
|
|
2945
|
+
"text": "HTMLElement | null"
|
|
2946
|
+
},
|
|
2947
|
+
"privacy": "public",
|
|
2948
|
+
"default": "null",
|
|
2949
|
+
"description": "The HTML element being used as the viewport",
|
|
2831
2950
|
"inheritedFrom": {
|
|
2832
2951
|
"name": "AnchoredRegion",
|
|
2833
2952
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2834
2953
|
}
|
|
2835
2954
|
},
|
|
2836
2955
|
{
|
|
2837
|
-
"kind": "
|
|
2838
|
-
"name": "
|
|
2956
|
+
"kind": "method",
|
|
2957
|
+
"name": "viewportElementChanged",
|
|
2839
2958
|
"privacy": "private",
|
|
2840
|
-
"
|
|
2959
|
+
"return": {
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "void"
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2841
2964
|
"inheritedFrom": {
|
|
2842
2965
|
"name": "AnchoredRegion",
|
|
2843
2966
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2845,9 +2968,12 @@
|
|
|
2845
2968
|
},
|
|
2846
2969
|
{
|
|
2847
2970
|
"kind": "field",
|
|
2848
|
-
"name": "
|
|
2849
|
-
"
|
|
2850
|
-
|
|
2971
|
+
"name": "verticalPosition",
|
|
2972
|
+
"type": {
|
|
2973
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2974
|
+
},
|
|
2975
|
+
"privacy": "public",
|
|
2976
|
+
"description": "indicates the current horizontal position of the region",
|
|
2851
2977
|
"inheritedFrom": {
|
|
2852
2978
|
"name": "AnchoredRegion",
|
|
2853
2979
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2855,9 +2981,12 @@
|
|
|
2855
2981
|
},
|
|
2856
2982
|
{
|
|
2857
2983
|
"kind": "field",
|
|
2858
|
-
"name": "
|
|
2859
|
-
"
|
|
2860
|
-
|
|
2984
|
+
"name": "horizontalPosition",
|
|
2985
|
+
"type": {
|
|
2986
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2987
|
+
},
|
|
2988
|
+
"privacy": "public",
|
|
2989
|
+
"description": "indicates the current vertical position of the region",
|
|
2861
2990
|
"inheritedFrom": {
|
|
2862
2991
|
"name": "AnchoredRegion",
|
|
2863
2992
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2865,9 +2994,12 @@
|
|
|
2865
2994
|
},
|
|
2866
2995
|
{
|
|
2867
2996
|
"kind": "field",
|
|
2868
|
-
"name": "
|
|
2997
|
+
"name": "translateX",
|
|
2998
|
+
"type": {
|
|
2999
|
+
"text": "number"
|
|
3000
|
+
},
|
|
2869
3001
|
"privacy": "private",
|
|
2870
|
-
"description": "
|
|
3002
|
+
"description": "values to be applied to the component's transform on render",
|
|
2871
3003
|
"inheritedFrom": {
|
|
2872
3004
|
"name": "AnchoredRegion",
|
|
2873
3005
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2875,9 +3007,11 @@
|
|
|
2875
3007
|
},
|
|
2876
3008
|
{
|
|
2877
3009
|
"kind": "field",
|
|
2878
|
-
"name": "
|
|
3010
|
+
"name": "translateY",
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "number"
|
|
3013
|
+
},
|
|
2879
3014
|
"privacy": "private",
|
|
2880
|
-
"description": "Handle intersections",
|
|
2881
3015
|
"inheritedFrom": {
|
|
2882
3016
|
"name": "AnchoredRegion",
|
|
2883
3017
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2885,9 +3019,12 @@
|
|
|
2885
3019
|
},
|
|
2886
3020
|
{
|
|
2887
3021
|
"kind": "field",
|
|
2888
|
-
"name": "
|
|
3022
|
+
"name": "regionWidth",
|
|
3023
|
+
"type": {
|
|
3024
|
+
"text": "string"
|
|
3025
|
+
},
|
|
2889
3026
|
"privacy": "private",
|
|
2890
|
-
"description": "
|
|
3027
|
+
"description": "the span to be applied to the region on each axis",
|
|
2891
3028
|
"inheritedFrom": {
|
|
2892
3029
|
"name": "AnchoredRegion",
|
|
2893
3030
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2895,9 +3032,11 @@
|
|
|
2895
3032
|
},
|
|
2896
3033
|
{
|
|
2897
3034
|
"kind": "field",
|
|
2898
|
-
"name": "
|
|
3035
|
+
"name": "regionHeight",
|
|
3036
|
+
"type": {
|
|
3037
|
+
"text": "string"
|
|
3038
|
+
},
|
|
2899
3039
|
"privacy": "private",
|
|
2900
|
-
"description": "Update the offset values",
|
|
2901
3040
|
"inheritedFrom": {
|
|
2902
3041
|
"name": "AnchoredRegion",
|
|
2903
3042
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2905,9 +3044,12 @@
|
|
|
2905
3044
|
},
|
|
2906
3045
|
{
|
|
2907
3046
|
"kind": "field",
|
|
2908
|
-
"name": "
|
|
3047
|
+
"name": "resizeDetector",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3050
|
+
},
|
|
2909
3051
|
"privacy": "private",
|
|
2910
|
-
"
|
|
3052
|
+
"default": "null",
|
|
2911
3053
|
"inheritedFrom": {
|
|
2912
3054
|
"name": "AnchoredRegion",
|
|
2913
3055
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2915,9 +3057,11 @@
|
|
|
2915
3057
|
},
|
|
2916
3058
|
{
|
|
2917
3059
|
"kind": "field",
|
|
2918
|
-
"name": "
|
|
3060
|
+
"name": "viewportRect",
|
|
3061
|
+
"type": {
|
|
3062
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3063
|
+
},
|
|
2919
3064
|
"privacy": "private",
|
|
2920
|
-
"description": "Handle resize events",
|
|
2921
3065
|
"inheritedFrom": {
|
|
2922
3066
|
"name": "AnchoredRegion",
|
|
2923
3067
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2925,9 +3069,11 @@
|
|
|
2925
3069
|
},
|
|
2926
3070
|
{
|
|
2927
3071
|
"kind": "field",
|
|
2928
|
-
"name": "
|
|
3072
|
+
"name": "anchorRect",
|
|
3073
|
+
"type": {
|
|
3074
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3075
|
+
},
|
|
2929
3076
|
"privacy": "private",
|
|
2930
|
-
"description": "resets the component",
|
|
2931
3077
|
"inheritedFrom": {
|
|
2932
3078
|
"name": "AnchoredRegion",
|
|
2933
3079
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2935,9 +3081,11 @@
|
|
|
2935
3081
|
},
|
|
2936
3082
|
{
|
|
2937
3083
|
"kind": "field",
|
|
2938
|
-
"name": "
|
|
3084
|
+
"name": "regionRect",
|
|
3085
|
+
"type": {
|
|
3086
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3087
|
+
},
|
|
2939
3088
|
"privacy": "private",
|
|
2940
|
-
"description": "Recalculate layout related state values",
|
|
2941
3089
|
"inheritedFrom": {
|
|
2942
3090
|
"name": "AnchoredRegion",
|
|
2943
3091
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2945,9 +3093,13 @@
|
|
|
2945
3093
|
},
|
|
2946
3094
|
{
|
|
2947
3095
|
"kind": "field",
|
|
2948
|
-
"name": "
|
|
3096
|
+
"name": "baseHorizontalOffset",
|
|
3097
|
+
"type": {
|
|
3098
|
+
"text": "number"
|
|
3099
|
+
},
|
|
2949
3100
|
"privacy": "private",
|
|
2950
|
-
"
|
|
3101
|
+
"default": "0",
|
|
3102
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
2951
3103
|
"inheritedFrom": {
|
|
2952
3104
|
"name": "AnchoredRegion",
|
|
2953
3105
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2955,9 +3107,12 @@
|
|
|
2955
3107
|
},
|
|
2956
3108
|
{
|
|
2957
3109
|
"kind": "field",
|
|
2958
|
-
"name": "
|
|
3110
|
+
"name": "baseVerticalOffset",
|
|
3111
|
+
"type": {
|
|
3112
|
+
"text": "number"
|
|
3113
|
+
},
|
|
2959
3114
|
"privacy": "private",
|
|
2960
|
-
"
|
|
3115
|
+
"default": "0",
|
|
2961
3116
|
"inheritedFrom": {
|
|
2962
3117
|
"name": "AnchoredRegion",
|
|
2963
3118
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2965,9 +3120,12 @@
|
|
|
2965
3120
|
},
|
|
2966
3121
|
{
|
|
2967
3122
|
"kind": "field",
|
|
2968
|
-
"name": "
|
|
3123
|
+
"name": "pendingPositioningUpdate",
|
|
3124
|
+
"type": {
|
|
3125
|
+
"text": "boolean"
|
|
3126
|
+
},
|
|
2969
3127
|
"privacy": "private",
|
|
2970
|
-
"
|
|
3128
|
+
"default": "false",
|
|
2971
3129
|
"inheritedFrom": {
|
|
2972
3130
|
"name": "AnchoredRegion",
|
|
2973
3131
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2975,9 +3133,12 @@
|
|
|
2975
3133
|
},
|
|
2976
3134
|
{
|
|
2977
3135
|
"kind": "field",
|
|
2978
|
-
"name": "
|
|
3136
|
+
"name": "pendingReset",
|
|
3137
|
+
"type": {
|
|
3138
|
+
"text": "boolean"
|
|
3139
|
+
},
|
|
2979
3140
|
"privacy": "private",
|
|
2980
|
-
"
|
|
3141
|
+
"default": "false",
|
|
2981
3142
|
"inheritedFrom": {
|
|
2982
3143
|
"name": "AnchoredRegion",
|
|
2983
3144
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2985,9 +3146,11 @@
|
|
|
2985
3146
|
},
|
|
2986
3147
|
{
|
|
2987
3148
|
"kind": "field",
|
|
2988
|
-
"name": "
|
|
3149
|
+
"name": "currentDirection",
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "Direction"
|
|
3152
|
+
},
|
|
2989
3153
|
"privacy": "private",
|
|
2990
|
-
"description": "Get available positions based on positioning mode",
|
|
2991
3154
|
"inheritedFrom": {
|
|
2992
3155
|
"name": "AnchoredRegion",
|
|
2993
3156
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2995,9 +3158,12 @@
|
|
|
2995
3158
|
},
|
|
2996
3159
|
{
|
|
2997
3160
|
"kind": "field",
|
|
2998
|
-
"name": "
|
|
3161
|
+
"name": "regionVisible",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "boolean"
|
|
3164
|
+
},
|
|
2999
3165
|
"privacy": "private",
|
|
3000
|
-
"
|
|
3166
|
+
"default": "false",
|
|
3001
3167
|
"inheritedFrom": {
|
|
3002
3168
|
"name": "AnchoredRegion",
|
|
3003
3169
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3005,9 +3171,12 @@
|
|
|
3005
3171
|
},
|
|
3006
3172
|
{
|
|
3007
3173
|
"kind": "field",
|
|
3008
|
-
"name": "
|
|
3174
|
+
"name": "forceUpdate",
|
|
3175
|
+
"type": {
|
|
3176
|
+
"text": "boolean"
|
|
3177
|
+
},
|
|
3009
3178
|
"privacy": "private",
|
|
3010
|
-
"
|
|
3179
|
+
"default": "false",
|
|
3011
3180
|
"inheritedFrom": {
|
|
3012
3181
|
"name": "AnchoredRegion",
|
|
3013
3182
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3015,9 +3184,12 @@
|
|
|
3015
3184
|
},
|
|
3016
3185
|
{
|
|
3017
3186
|
"kind": "field",
|
|
3018
|
-
"name": "
|
|
3187
|
+
"name": "updateThreshold",
|
|
3188
|
+
"type": {
|
|
3189
|
+
"text": "number"
|
|
3190
|
+
},
|
|
3019
3191
|
"privacy": "private",
|
|
3020
|
-
"
|
|
3192
|
+
"default": "0.5",
|
|
3021
3193
|
"inheritedFrom": {
|
|
3022
3194
|
"name": "AnchoredRegion",
|
|
3023
3195
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3025,9 +3197,13 @@
|
|
|
3025
3197
|
},
|
|
3026
3198
|
{
|
|
3027
3199
|
"kind": "field",
|
|
3028
|
-
"name": "
|
|
3200
|
+
"name": "intersectionService",
|
|
3201
|
+
"type": {
|
|
3202
|
+
"text": "IntersectionService"
|
|
3203
|
+
},
|
|
3029
3204
|
"privacy": "private",
|
|
3030
|
-
"
|
|
3205
|
+
"static": true,
|
|
3206
|
+
"default": "new IntersectionService()",
|
|
3031
3207
|
"inheritedFrom": {
|
|
3032
3208
|
"name": "AnchoredRegion",
|
|
3033
3209
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3035,38 +3211,39 @@
|
|
|
3035
3211
|
},
|
|
3036
3212
|
{
|
|
3037
3213
|
"kind": "field",
|
|
3038
|
-
"name": "
|
|
3039
|
-
"
|
|
3040
|
-
|
|
3041
|
-
},
|
|
3042
|
-
"privacy": "private",
|
|
3043
|
-
"default": "void 0",
|
|
3214
|
+
"name": "update",
|
|
3215
|
+
"privacy": "public",
|
|
3216
|
+
"description": "update position",
|
|
3044
3217
|
"inheritedFrom": {
|
|
3045
3218
|
"name": "AnchoredRegion",
|
|
3046
3219
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3047
3220
|
}
|
|
3048
3221
|
},
|
|
3049
3222
|
{
|
|
3050
|
-
"kind": "
|
|
3051
|
-
"name": "
|
|
3052
|
-
"
|
|
3053
|
-
|
|
3223
|
+
"kind": "method",
|
|
3224
|
+
"name": "disconnectResizeDetector",
|
|
3225
|
+
"privacy": "private",
|
|
3226
|
+
"return": {
|
|
3227
|
+
"type": {
|
|
3228
|
+
"text": "void"
|
|
3229
|
+
}
|
|
3054
3230
|
},
|
|
3055
|
-
"
|
|
3056
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3231
|
+
"description": "destroys the instance's resize observer",
|
|
3057
3232
|
"inheritedFrom": {
|
|
3058
3233
|
"name": "AnchoredRegion",
|
|
3059
3234
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3060
3235
|
}
|
|
3061
3236
|
},
|
|
3062
3237
|
{
|
|
3063
|
-
"kind": "
|
|
3064
|
-
"name": "
|
|
3065
|
-
"
|
|
3066
|
-
|
|
3238
|
+
"kind": "method",
|
|
3239
|
+
"name": "initializeResizeDetector",
|
|
3240
|
+
"privacy": "private",
|
|
3241
|
+
"return": {
|
|
3242
|
+
"type": {
|
|
3243
|
+
"text": "void"
|
|
3244
|
+
}
|
|
3067
3245
|
},
|
|
3068
|
-
"
|
|
3069
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3246
|
+
"description": "initializes the instance's resize observer",
|
|
3070
3247
|
"inheritedFrom": {
|
|
3071
3248
|
"name": "AnchoredRegion",
|
|
3072
3249
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3074,26 +3251,29 @@
|
|
|
3074
3251
|
},
|
|
3075
3252
|
{
|
|
3076
3253
|
"kind": "method",
|
|
3077
|
-
"name": "
|
|
3078
|
-
"privacy": "
|
|
3254
|
+
"name": "updateForAttributeChange",
|
|
3255
|
+
"privacy": "private",
|
|
3079
3256
|
"return": {
|
|
3080
3257
|
"type": {
|
|
3081
3258
|
"text": "void"
|
|
3082
3259
|
}
|
|
3083
3260
|
},
|
|
3261
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3084
3262
|
"inheritedFrom": {
|
|
3085
3263
|
"name": "AnchoredRegion",
|
|
3086
3264
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3087
3265
|
}
|
|
3088
3266
|
},
|
|
3089
3267
|
{
|
|
3090
|
-
"kind": "
|
|
3091
|
-
"name": "
|
|
3092
|
-
"
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3268
|
+
"kind": "method",
|
|
3269
|
+
"name": "initialize",
|
|
3270
|
+
"privacy": "private",
|
|
3271
|
+
"return": {
|
|
3272
|
+
"type": {
|
|
3273
|
+
"text": "void"
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
"description": "fully initializes the component",
|
|
3097
3277
|
"inheritedFrom": {
|
|
3098
3278
|
"name": "AnchoredRegion",
|
|
3099
3279
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3101,13 +3281,14 @@
|
|
|
3101
3281
|
},
|
|
3102
3282
|
{
|
|
3103
3283
|
"kind": "method",
|
|
3104
|
-
"name": "
|
|
3105
|
-
"privacy": "
|
|
3284
|
+
"name": "requestReset",
|
|
3285
|
+
"privacy": "private",
|
|
3106
3286
|
"return": {
|
|
3107
3287
|
"type": {
|
|
3108
3288
|
"text": "void"
|
|
3109
3289
|
}
|
|
3110
3290
|
},
|
|
3291
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3111
3292
|
"inheritedFrom": {
|
|
3112
3293
|
"name": "AnchoredRegion",
|
|
3113
3294
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3115,426 +3296,227 @@
|
|
|
3115
3296
|
},
|
|
3116
3297
|
{
|
|
3117
3298
|
"kind": "method",
|
|
3118
|
-
"name": "
|
|
3119
|
-
"privacy": "
|
|
3120
|
-
"static": true,
|
|
3299
|
+
"name": "setInitialState",
|
|
3300
|
+
"privacy": "private",
|
|
3121
3301
|
"return": {
|
|
3122
3302
|
"type": {
|
|
3123
|
-
"text": "
|
|
3303
|
+
"text": "void"
|
|
3124
3304
|
}
|
|
3125
3305
|
},
|
|
3126
|
-
"
|
|
3127
|
-
{
|
|
3128
|
-
"name": "this",
|
|
3129
|
-
"type": {
|
|
3130
|
-
"text": "K"
|
|
3131
|
-
}
|
|
3132
|
-
},
|
|
3133
|
-
{
|
|
3134
|
-
"name": "elementDefinition",
|
|
3135
|
-
"type": {
|
|
3136
|
-
"text": "T"
|
|
3137
|
-
},
|
|
3138
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3139
|
-
}
|
|
3140
|
-
],
|
|
3141
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3306
|
+
"description": "sets the starting configuration for component internal values",
|
|
3142
3307
|
"inheritedFrom": {
|
|
3143
3308
|
"name": "AnchoredRegion",
|
|
3144
3309
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3145
3310
|
}
|
|
3146
|
-
}
|
|
3147
|
-
],
|
|
3148
|
-
"events": [
|
|
3311
|
+
},
|
|
3149
3312
|
{
|
|
3150
|
-
"
|
|
3151
|
-
"name": "
|
|
3313
|
+
"kind": "field",
|
|
3314
|
+
"name": "startObservers",
|
|
3315
|
+
"privacy": "private",
|
|
3316
|
+
"description": "starts observers",
|
|
3152
3317
|
"inheritedFrom": {
|
|
3153
3318
|
"name": "AnchoredRegion",
|
|
3154
3319
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3155
3320
|
}
|
|
3156
3321
|
},
|
|
3157
3322
|
{
|
|
3158
|
-
"
|
|
3159
|
-
"name": "
|
|
3323
|
+
"kind": "field",
|
|
3324
|
+
"name": "requestPositionUpdates",
|
|
3325
|
+
"privacy": "private",
|
|
3326
|
+
"description": "get position updates",
|
|
3160
3327
|
"inheritedFrom": {
|
|
3161
3328
|
"name": "AnchoredRegion",
|
|
3162
3329
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3163
3330
|
}
|
|
3164
|
-
}
|
|
3165
|
-
]
|
|
3166
|
-
},
|
|
3167
|
-
{
|
|
3168
|
-
"kind": "variable",
|
|
3169
|
-
"name": "rapidAnchoredRegion"
|
|
3170
|
-
}
|
|
3171
|
-
],
|
|
3172
|
-
"exports": [
|
|
3173
|
-
{
|
|
3174
|
-
"kind": "js",
|
|
3175
|
-
"name": "AnchoredRegion",
|
|
3176
|
-
"declaration": {
|
|
3177
|
-
"name": "AnchoredRegion",
|
|
3178
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3179
|
-
}
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
"kind": "js",
|
|
3183
|
-
"name": "rapidAnchoredRegion",
|
|
3184
|
-
"declaration": {
|
|
3185
|
-
"name": "rapidAnchoredRegion",
|
|
3186
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3187
|
-
}
|
|
3188
|
-
}
|
|
3189
|
-
]
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"kind": "javascript-module",
|
|
3193
|
-
"path": "src/anchored-region/index.ts",
|
|
3194
|
-
"declarations": [],
|
|
3195
|
-
"exports": [
|
|
3196
|
-
{
|
|
3197
|
-
"kind": "js",
|
|
3198
|
-
"name": "*",
|
|
3199
|
-
"declaration": {
|
|
3200
|
-
"name": "*",
|
|
3201
|
-
"package": "./anchored-region"
|
|
3202
|
-
}
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"kind": "js",
|
|
3206
|
-
"name": "*",
|
|
3207
|
-
"declaration": {
|
|
3208
|
-
"name": "*",
|
|
3209
|
-
"package": "./anchored-region.template"
|
|
3210
|
-
}
|
|
3211
|
-
},
|
|
3212
|
-
{
|
|
3213
|
-
"kind": "js",
|
|
3214
|
-
"name": "*",
|
|
3215
|
-
"declaration": {
|
|
3216
|
-
"name": "*",
|
|
3217
|
-
"package": "./anchored-region.styles"
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
]
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"kind": "javascript-module",
|
|
3224
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
3225
|
-
"declarations": [
|
|
3226
|
-
{
|
|
3227
|
-
"kind": "function",
|
|
3228
|
-
"name": "rapidAnchorStyles",
|
|
3229
|
-
"return": {
|
|
3230
|
-
"type": {
|
|
3231
|
-
"text": "ElementStyles"
|
|
3232
|
-
}
|
|
3233
|
-
},
|
|
3234
|
-
"parameters": [
|
|
3235
|
-
{
|
|
3236
|
-
"name": "context",
|
|
3237
|
-
"type": {
|
|
3238
|
-
"text": "ElementDefinitionContext"
|
|
3239
|
-
}
|
|
3240
3331
|
},
|
|
3241
3332
|
{
|
|
3242
|
-
"
|
|
3243
|
-
"
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
],
|
|
3250
|
-
"exports": [
|
|
3251
|
-
{
|
|
3252
|
-
"kind": "js",
|
|
3253
|
-
"name": "rapidAnchorStyles",
|
|
3254
|
-
"declaration": {
|
|
3255
|
-
"name": "rapidAnchorStyles",
|
|
3256
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
3257
|
-
}
|
|
3258
|
-
}
|
|
3259
|
-
]
|
|
3260
|
-
},
|
|
3261
|
-
{
|
|
3262
|
-
"kind": "javascript-module",
|
|
3263
|
-
"path": "src/anchor/anchor.template.ts",
|
|
3264
|
-
"declarations": [
|
|
3265
|
-
{
|
|
3266
|
-
"kind": "function",
|
|
3267
|
-
"name": "rapidAnchorTemplate",
|
|
3268
|
-
"return": {
|
|
3269
|
-
"type": {
|
|
3270
|
-
"text": "ViewTemplate<Anchor>"
|
|
3271
|
-
}
|
|
3272
|
-
},
|
|
3273
|
-
"parameters": [
|
|
3274
|
-
{
|
|
3275
|
-
"name": "context",
|
|
3276
|
-
"type": {
|
|
3277
|
-
"text": "ElementDefinitionContext"
|
|
3333
|
+
"kind": "field",
|
|
3334
|
+
"name": "stopObservers",
|
|
3335
|
+
"privacy": "private",
|
|
3336
|
+
"description": "stops observers",
|
|
3337
|
+
"inheritedFrom": {
|
|
3338
|
+
"name": "AnchoredRegion",
|
|
3339
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3278
3340
|
}
|
|
3279
3341
|
},
|
|
3280
3342
|
{
|
|
3281
|
-
"
|
|
3282
|
-
"
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
}
|
|
3286
|
-
]
|
|
3287
|
-
}
|
|
3288
|
-
],
|
|
3289
|
-
"exports": [
|
|
3290
|
-
{
|
|
3291
|
-
"kind": "js",
|
|
3292
|
-
"name": "rapidAnchorTemplate",
|
|
3293
|
-
"declaration": {
|
|
3294
|
-
"name": "rapidAnchorTemplate",
|
|
3295
|
-
"module": "src/anchor/anchor.template.ts"
|
|
3296
|
-
}
|
|
3297
|
-
}
|
|
3298
|
-
]
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"kind": "javascript-module",
|
|
3302
|
-
"path": "src/anchor/anchor.ts",
|
|
3303
|
-
"declarations": [
|
|
3304
|
-
{
|
|
3305
|
-
"kind": "class",
|
|
3306
|
-
"description": "",
|
|
3307
|
-
"name": "Anchor",
|
|
3308
|
-
"superclass": {
|
|
3309
|
-
"name": "FoundationAnchor",
|
|
3310
|
-
"package": "@genesislcap/foundation-ui"
|
|
3311
|
-
},
|
|
3312
|
-
"tagName": "%%prefix%%-anchor",
|
|
3313
|
-
"customElement": true,
|
|
3314
|
-
"attributes": [
|
|
3315
|
-
{
|
|
3316
|
-
"name": "download",
|
|
3317
|
-
"type": {
|
|
3318
|
-
"text": "string"
|
|
3319
|
-
},
|
|
3320
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3321
|
-
"fieldName": "download",
|
|
3343
|
+
"kind": "field",
|
|
3344
|
+
"name": "getViewport",
|
|
3345
|
+
"privacy": "private",
|
|
3346
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3322
3347
|
"inheritedFrom": {
|
|
3323
|
-
"name": "
|
|
3324
|
-
"module": "src/
|
|
3348
|
+
"name": "AnchoredRegion",
|
|
3349
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3325
3350
|
}
|
|
3326
3351
|
},
|
|
3327
3352
|
{
|
|
3328
|
-
"
|
|
3329
|
-
"
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3333
|
-
"fieldName": "href",
|
|
3353
|
+
"kind": "field",
|
|
3354
|
+
"name": "getAnchor",
|
|
3355
|
+
"privacy": "private",
|
|
3356
|
+
"description": "Gets the anchor element by id",
|
|
3334
3357
|
"inheritedFrom": {
|
|
3335
|
-
"name": "
|
|
3336
|
-
"module": "src/
|
|
3358
|
+
"name": "AnchoredRegion",
|
|
3359
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3337
3360
|
}
|
|
3338
3361
|
},
|
|
3339
3362
|
{
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3345
|
-
"fieldName": "hreflang",
|
|
3363
|
+
"kind": "field",
|
|
3364
|
+
"name": "handleIntersection",
|
|
3365
|
+
"privacy": "private",
|
|
3366
|
+
"description": "Handle intersections",
|
|
3346
3367
|
"inheritedFrom": {
|
|
3347
|
-
"name": "
|
|
3348
|
-
"module": "src/
|
|
3368
|
+
"name": "AnchoredRegion",
|
|
3369
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3349
3370
|
}
|
|
3350
3371
|
},
|
|
3351
3372
|
{
|
|
3352
|
-
"
|
|
3353
|
-
"
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
"
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
"name": "Anchor",
|
|
3360
|
-
"module": "src/anchor/anchor.ts"
|
|
3373
|
+
"kind": "field",
|
|
3374
|
+
"name": "applyIntersectionEntries",
|
|
3375
|
+
"privacy": "private",
|
|
3376
|
+
"description": "iterate through intersection entries and apply data",
|
|
3377
|
+
"inheritedFrom": {
|
|
3378
|
+
"name": "AnchoredRegion",
|
|
3379
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3361
3380
|
}
|
|
3362
3381
|
},
|
|
3363
3382
|
{
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3369
|
-
"fieldName": "referrerpolicy",
|
|
3383
|
+
"kind": "field",
|
|
3384
|
+
"name": "updateRegionOffset",
|
|
3385
|
+
"privacy": "private",
|
|
3386
|
+
"description": "Update the offset values",
|
|
3370
3387
|
"inheritedFrom": {
|
|
3371
|
-
"name": "
|
|
3372
|
-
"module": "src/
|
|
3388
|
+
"name": "AnchoredRegion",
|
|
3389
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3373
3390
|
}
|
|
3374
3391
|
},
|
|
3375
3392
|
{
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3381
|
-
"fieldName": "rel",
|
|
3393
|
+
"kind": "field",
|
|
3394
|
+
"name": "isRectDifferent",
|
|
3395
|
+
"privacy": "private",
|
|
3396
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3382
3397
|
"inheritedFrom": {
|
|
3383
|
-
"name": "
|
|
3384
|
-
"module": "src/
|
|
3398
|
+
"name": "AnchoredRegion",
|
|
3399
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3385
3400
|
}
|
|
3386
3401
|
},
|
|
3387
3402
|
{
|
|
3388
|
-
"
|
|
3389
|
-
"
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3393
|
-
"fieldName": "target",
|
|
3403
|
+
"kind": "field",
|
|
3404
|
+
"name": "handleResize",
|
|
3405
|
+
"privacy": "private",
|
|
3406
|
+
"description": "Handle resize events",
|
|
3394
3407
|
"inheritedFrom": {
|
|
3395
|
-
"name": "
|
|
3396
|
-
"module": "src/
|
|
3408
|
+
"name": "AnchoredRegion",
|
|
3409
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3397
3410
|
}
|
|
3398
3411
|
},
|
|
3399
3412
|
{
|
|
3400
|
-
"
|
|
3401
|
-
"
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3405
|
-
"fieldName": "type",
|
|
3413
|
+
"kind": "field",
|
|
3414
|
+
"name": "reset",
|
|
3415
|
+
"privacy": "private",
|
|
3416
|
+
"description": "resets the component",
|
|
3406
3417
|
"inheritedFrom": {
|
|
3407
|
-
"name": "
|
|
3408
|
-
"module": "src/
|
|
3418
|
+
"name": "AnchoredRegion",
|
|
3419
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3409
3420
|
}
|
|
3410
|
-
}
|
|
3411
|
-
],
|
|
3412
|
-
"members": [
|
|
3421
|
+
},
|
|
3413
3422
|
{
|
|
3414
3423
|
"kind": "field",
|
|
3415
|
-
"name": "
|
|
3416
|
-
"
|
|
3417
|
-
|
|
3418
|
-
},
|
|
3419
|
-
"privacy": "public",
|
|
3420
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3424
|
+
"name": "updateLayout",
|
|
3425
|
+
"privacy": "private",
|
|
3426
|
+
"description": "Recalculate layout related state values",
|
|
3421
3427
|
"inheritedFrom": {
|
|
3422
|
-
"name": "
|
|
3423
|
-
"module": "src/
|
|
3428
|
+
"name": "AnchoredRegion",
|
|
3429
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3424
3430
|
}
|
|
3425
3431
|
},
|
|
3426
3432
|
{
|
|
3427
3433
|
"kind": "field",
|
|
3428
|
-
"name": "
|
|
3429
|
-
"
|
|
3430
|
-
|
|
3431
|
-
},
|
|
3432
|
-
"privacy": "public",
|
|
3433
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3434
|
+
"name": "updateRegionStyle",
|
|
3435
|
+
"privacy": "private",
|
|
3436
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3434
3437
|
"inheritedFrom": {
|
|
3435
|
-
"name": "
|
|
3436
|
-
"module": "src/
|
|
3438
|
+
"name": "AnchoredRegion",
|
|
3439
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3437
3440
|
}
|
|
3438
3441
|
},
|
|
3439
3442
|
{
|
|
3440
3443
|
"kind": "field",
|
|
3441
|
-
"name": "
|
|
3442
|
-
"
|
|
3443
|
-
|
|
3444
|
-
},
|
|
3445
|
-
"privacy": "public",
|
|
3446
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3444
|
+
"name": "updatePositionClasses",
|
|
3445
|
+
"privacy": "private",
|
|
3446
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3447
3447
|
"inheritedFrom": {
|
|
3448
|
-
"name": "
|
|
3449
|
-
"module": "src/
|
|
3448
|
+
"name": "AnchoredRegion",
|
|
3449
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3450
3450
|
}
|
|
3451
3451
|
},
|
|
3452
3452
|
{
|
|
3453
3453
|
"kind": "field",
|
|
3454
|
-
"name": "
|
|
3455
|
-
"
|
|
3456
|
-
|
|
3457
|
-
},
|
|
3458
|
-
"privacy": "public",
|
|
3459
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3454
|
+
"name": "setHorizontalPosition",
|
|
3455
|
+
"privacy": "private",
|
|
3456
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3460
3457
|
"inheritedFrom": {
|
|
3461
|
-
"name": "
|
|
3462
|
-
"module": "src/
|
|
3458
|
+
"name": "AnchoredRegion",
|
|
3459
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3463
3460
|
}
|
|
3464
3461
|
},
|
|
3465
3462
|
{
|
|
3466
3463
|
"kind": "field",
|
|
3467
|
-
"name": "
|
|
3468
|
-
"
|
|
3469
|
-
|
|
3470
|
-
},
|
|
3471
|
-
"privacy": "public",
|
|
3472
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3464
|
+
"name": "setVerticalPosition",
|
|
3465
|
+
"privacy": "private",
|
|
3466
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3473
3467
|
"inheritedFrom": {
|
|
3474
|
-
"name": "
|
|
3475
|
-
"module": "src/
|
|
3468
|
+
"name": "AnchoredRegion",
|
|
3469
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3476
3470
|
}
|
|
3477
3471
|
},
|
|
3478
3472
|
{
|
|
3479
3473
|
"kind": "field",
|
|
3480
|
-
"name": "
|
|
3481
|
-
"
|
|
3482
|
-
|
|
3483
|
-
},
|
|
3484
|
-
"privacy": "public",
|
|
3485
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3474
|
+
"name": "getPositioningOptions",
|
|
3475
|
+
"privacy": "private",
|
|
3476
|
+
"description": "Get available positions based on positioning mode",
|
|
3486
3477
|
"inheritedFrom": {
|
|
3487
|
-
"name": "
|
|
3488
|
-
"module": "src/
|
|
3478
|
+
"name": "AnchoredRegion",
|
|
3479
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3489
3480
|
}
|
|
3490
3481
|
},
|
|
3491
3482
|
{
|
|
3492
3483
|
"kind": "field",
|
|
3493
|
-
"name": "
|
|
3494
|
-
"
|
|
3495
|
-
|
|
3496
|
-
},
|
|
3497
|
-
"privacy": "public",
|
|
3498
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3484
|
+
"name": "getAvailableSpace",
|
|
3485
|
+
"privacy": "private",
|
|
3486
|
+
"description": "Get the space available for a particular relative position",
|
|
3499
3487
|
"inheritedFrom": {
|
|
3500
|
-
"name": "
|
|
3501
|
-
"module": "src/
|
|
3488
|
+
"name": "AnchoredRegion",
|
|
3489
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3502
3490
|
}
|
|
3503
3491
|
},
|
|
3504
3492
|
{
|
|
3505
3493
|
"kind": "field",
|
|
3506
|
-
"name": "
|
|
3507
|
-
"
|
|
3508
|
-
|
|
3509
|
-
},
|
|
3510
|
-
"privacy": "public",
|
|
3511
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3494
|
+
"name": "getNextRegionDimension",
|
|
3495
|
+
"privacy": "private",
|
|
3496
|
+
"description": "Get region dimensions",
|
|
3512
3497
|
"inheritedFrom": {
|
|
3513
|
-
"name": "
|
|
3514
|
-
"module": "src/
|
|
3498
|
+
"name": "AnchoredRegion",
|
|
3499
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3515
3500
|
}
|
|
3516
3501
|
},
|
|
3517
3502
|
{
|
|
3518
3503
|
"kind": "field",
|
|
3519
|
-
"name": "
|
|
3520
|
-
"
|
|
3521
|
-
|
|
3522
|
-
},
|
|
3523
|
-
"privacy": "public",
|
|
3524
|
-
"description": "References the root element",
|
|
3504
|
+
"name": "startAutoUpdateEventListeners",
|
|
3505
|
+
"privacy": "private",
|
|
3506
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3525
3507
|
"inheritedFrom": {
|
|
3526
|
-
"name": "
|
|
3527
|
-
"module": "src/
|
|
3508
|
+
"name": "AnchoredRegion",
|
|
3509
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3528
3510
|
}
|
|
3529
3511
|
},
|
|
3530
3512
|
{
|
|
3531
3513
|
"kind": "field",
|
|
3532
|
-
"name": "
|
|
3514
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3533
3515
|
"privacy": "private",
|
|
3534
|
-
"description": "
|
|
3516
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3535
3517
|
"inheritedFrom": {
|
|
3536
|
-
"name": "
|
|
3537
|
-
"module": "src/
|
|
3518
|
+
"name": "AnchoredRegion",
|
|
3519
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3538
3520
|
}
|
|
3539
3521
|
},
|
|
3540
3522
|
{
|
|
@@ -3546,8 +3528,8 @@
|
|
|
3546
3528
|
"privacy": "private",
|
|
3547
3529
|
"default": "void 0",
|
|
3548
3530
|
"inheritedFrom": {
|
|
3549
|
-
"name": "
|
|
3550
|
-
"module": "src/
|
|
3531
|
+
"name": "AnchoredRegion",
|
|
3532
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3551
3533
|
}
|
|
3552
3534
|
},
|
|
3553
3535
|
{
|
|
@@ -3559,8 +3541,8 @@
|
|
|
3559
3541
|
"privacy": "public",
|
|
3560
3542
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3561
3543
|
"inheritedFrom": {
|
|
3562
|
-
"name": "
|
|
3563
|
-
"module": "src/
|
|
3544
|
+
"name": "AnchoredRegion",
|
|
3545
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3564
3546
|
}
|
|
3565
3547
|
},
|
|
3566
3548
|
{
|
|
@@ -3572,8 +3554,8 @@
|
|
|
3572
3554
|
"privacy": "public",
|
|
3573
3555
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3574
3556
|
"inheritedFrom": {
|
|
3575
|
-
"name": "
|
|
3576
|
-
"module": "src/
|
|
3557
|
+
"name": "AnchoredRegion",
|
|
3558
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3577
3559
|
}
|
|
3578
3560
|
},
|
|
3579
3561
|
{
|
|
@@ -3586,8 +3568,8 @@
|
|
|
3586
3568
|
}
|
|
3587
3569
|
},
|
|
3588
3570
|
"inheritedFrom": {
|
|
3589
|
-
"name": "
|
|
3590
|
-
"module": "src/
|
|
3571
|
+
"name": "AnchoredRegion",
|
|
3572
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3591
3573
|
}
|
|
3592
3574
|
},
|
|
3593
3575
|
{
|
|
@@ -3599,8 +3581,8 @@
|
|
|
3599
3581
|
"privacy": "public",
|
|
3600
3582
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3601
3583
|
"inheritedFrom": {
|
|
3602
|
-
"name": "
|
|
3603
|
-
"module": "src/
|
|
3584
|
+
"name": "AnchoredRegion",
|
|
3585
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3604
3586
|
}
|
|
3605
3587
|
},
|
|
3606
3588
|
{
|
|
@@ -3613,8 +3595,8 @@
|
|
|
3613
3595
|
}
|
|
3614
3596
|
},
|
|
3615
3597
|
"inheritedFrom": {
|
|
3616
|
-
"name": "
|
|
3617
|
-
"module": "src/
|
|
3598
|
+
"name": "AnchoredRegion",
|
|
3599
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3618
3600
|
}
|
|
3619
3601
|
},
|
|
3620
3602
|
{
|
|
@@ -3644,39 +3626,57 @@
|
|
|
3644
3626
|
],
|
|
3645
3627
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3646
3628
|
"inheritedFrom": {
|
|
3647
|
-
"name": "
|
|
3648
|
-
"module": "src/
|
|
3629
|
+
"name": "AnchoredRegion",
|
|
3630
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3631
|
+
}
|
|
3632
|
+
}
|
|
3633
|
+
],
|
|
3634
|
+
"events": [
|
|
3635
|
+
{
|
|
3636
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3637
|
+
"name": "loaded",
|
|
3638
|
+
"inheritedFrom": {
|
|
3639
|
+
"name": "AnchoredRegion",
|
|
3640
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3645
|
+
"name": "positionchange",
|
|
3646
|
+
"inheritedFrom": {
|
|
3647
|
+
"name": "AnchoredRegion",
|
|
3648
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3649
3649
|
}
|
|
3650
3650
|
}
|
|
3651
3651
|
]
|
|
3652
3652
|
},
|
|
3653
3653
|
{
|
|
3654
3654
|
"kind": "variable",
|
|
3655
|
-
"name": "
|
|
3655
|
+
"name": "rapidAnchoredRegion"
|
|
3656
3656
|
}
|
|
3657
3657
|
],
|
|
3658
3658
|
"exports": [
|
|
3659
3659
|
{
|
|
3660
3660
|
"kind": "js",
|
|
3661
|
-
"name": "
|
|
3661
|
+
"name": "AnchoredRegion",
|
|
3662
3662
|
"declaration": {
|
|
3663
|
-
"name": "
|
|
3664
|
-
"module": "src/
|
|
3663
|
+
"name": "AnchoredRegion",
|
|
3664
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3665
3665
|
}
|
|
3666
3666
|
},
|
|
3667
3667
|
{
|
|
3668
3668
|
"kind": "js",
|
|
3669
|
-
"name": "
|
|
3669
|
+
"name": "rapidAnchoredRegion",
|
|
3670
3670
|
"declaration": {
|
|
3671
|
-
"name": "
|
|
3672
|
-
"module": "src/
|
|
3671
|
+
"name": "rapidAnchoredRegion",
|
|
3672
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3673
3673
|
}
|
|
3674
3674
|
}
|
|
3675
3675
|
]
|
|
3676
3676
|
},
|
|
3677
3677
|
{
|
|
3678
3678
|
"kind": "javascript-module",
|
|
3679
|
-
"path": "src/
|
|
3679
|
+
"path": "src/anchored-region/index.ts",
|
|
3680
3680
|
"declarations": [],
|
|
3681
3681
|
"exports": [
|
|
3682
3682
|
{
|
|
@@ -3684,7 +3684,7 @@
|
|
|
3684
3684
|
"name": "*",
|
|
3685
3685
|
"declaration": {
|
|
3686
3686
|
"name": "*",
|
|
3687
|
-
"package": "./
|
|
3687
|
+
"package": "./anchored-region"
|
|
3688
3688
|
}
|
|
3689
3689
|
},
|
|
3690
3690
|
{
|
|
@@ -3692,7 +3692,7 @@
|
|
|
3692
3692
|
"name": "*",
|
|
3693
3693
|
"declaration": {
|
|
3694
3694
|
"name": "*",
|
|
3695
|
-
"package": "./
|
|
3695
|
+
"package": "./anchored-region.template"
|
|
3696
3696
|
}
|
|
3697
3697
|
},
|
|
3698
3698
|
{
|
|
@@ -3700,7 +3700,7 @@
|
|
|
3700
3700
|
"name": "*",
|
|
3701
3701
|
"declaration": {
|
|
3702
3702
|
"name": "*",
|
|
3703
|
-
"package": "./
|
|
3703
|
+
"package": "./anchored-region.styles"
|
|
3704
3704
|
}
|
|
3705
3705
|
}
|
|
3706
3706
|
]
|