@genesislcap/rapid-design-system 14.480.0 → 14.481.1-alpha-69af5f8.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 +1073 -1073
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +11 -11
|
@@ -1008,6 +1008,154 @@
|
|
|
1008
1008
|
}
|
|
1009
1009
|
]
|
|
1010
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"kind": "javascript-module",
|
|
1013
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1014
|
+
"declarations": [
|
|
1015
|
+
{
|
|
1016
|
+
"kind": "function",
|
|
1017
|
+
"name": "rapidAccordionItemStyles",
|
|
1018
|
+
"return": {
|
|
1019
|
+
"type": {
|
|
1020
|
+
"text": "ElementStyles"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"parameters": [
|
|
1024
|
+
{
|
|
1025
|
+
"name": "context",
|
|
1026
|
+
"type": {
|
|
1027
|
+
"text": "ElementDefinitionContext"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "definition",
|
|
1032
|
+
"type": {
|
|
1033
|
+
"text": "FoundationElementDefinition"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
]
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"exports": [
|
|
1040
|
+
{
|
|
1041
|
+
"kind": "js",
|
|
1042
|
+
"name": "rapidAccordionItemStyles",
|
|
1043
|
+
"declaration": {
|
|
1044
|
+
"name": "rapidAccordionItemStyles",
|
|
1045
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "javascript-module",
|
|
1052
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1053
|
+
"declarations": [
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "function",
|
|
1056
|
+
"name": "rapidAccordionItemTemplate",
|
|
1057
|
+
"return": {
|
|
1058
|
+
"type": {
|
|
1059
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"parameters": [
|
|
1063
|
+
{
|
|
1064
|
+
"name": "context",
|
|
1065
|
+
"type": {
|
|
1066
|
+
"text": "ElementDefinitionContext"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "definition",
|
|
1071
|
+
"type": {
|
|
1072
|
+
"text": "FoundationElementDefinition"
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
}
|
|
1077
|
+
],
|
|
1078
|
+
"exports": [
|
|
1079
|
+
{
|
|
1080
|
+
"kind": "js",
|
|
1081
|
+
"name": "rapidAccordionItemTemplate",
|
|
1082
|
+
"declaration": {
|
|
1083
|
+
"name": "rapidAccordionItemTemplate",
|
|
1084
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
]
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "javascript-module",
|
|
1091
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1092
|
+
"declarations": [
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "class",
|
|
1095
|
+
"description": "",
|
|
1096
|
+
"name": "AccordionItem",
|
|
1097
|
+
"superclass": {
|
|
1098
|
+
"name": "foundationAccordionItem",
|
|
1099
|
+
"package": "@genesislcap/foundation-ui"
|
|
1100
|
+
},
|
|
1101
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1102
|
+
"customElement": true
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"kind": "variable",
|
|
1106
|
+
"name": "rapidAccordionItem"
|
|
1107
|
+
}
|
|
1108
|
+
],
|
|
1109
|
+
"exports": [
|
|
1110
|
+
{
|
|
1111
|
+
"kind": "js",
|
|
1112
|
+
"name": "AccordionItem",
|
|
1113
|
+
"declaration": {
|
|
1114
|
+
"name": "AccordionItem",
|
|
1115
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "js",
|
|
1120
|
+
"name": "rapidAccordionItem",
|
|
1121
|
+
"declaration": {
|
|
1122
|
+
"name": "rapidAccordionItem",
|
|
1123
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
]
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"kind": "javascript-module",
|
|
1130
|
+
"path": "src/accordion-item/index.ts",
|
|
1131
|
+
"declarations": [],
|
|
1132
|
+
"exports": [
|
|
1133
|
+
{
|
|
1134
|
+
"kind": "js",
|
|
1135
|
+
"name": "*",
|
|
1136
|
+
"declaration": {
|
|
1137
|
+
"name": "*",
|
|
1138
|
+
"package": "./accordion-item"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"kind": "js",
|
|
1143
|
+
"name": "*",
|
|
1144
|
+
"declaration": {
|
|
1145
|
+
"name": "*",
|
|
1146
|
+
"package": "./accordion-item.styles"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"kind": "js",
|
|
1151
|
+
"name": "*",
|
|
1152
|
+
"declaration": {
|
|
1153
|
+
"name": "*",
|
|
1154
|
+
"package": "./accordion-item.template"
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
]
|
|
1158
|
+
},
|
|
1011
1159
|
{
|
|
1012
1160
|
"kind": "javascript-module",
|
|
1013
1161
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -1582,64 +1730,46 @@
|
|
|
1582
1730
|
},
|
|
1583
1731
|
{
|
|
1584
1732
|
"kind": "javascript-module",
|
|
1585
|
-
"path": "src/
|
|
1733
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1586
1734
|
"declarations": [
|
|
1587
1735
|
{
|
|
1588
|
-
"kind": "
|
|
1589
|
-
"name": "
|
|
1590
|
-
"
|
|
1591
|
-
"type": {
|
|
1592
|
-
"text": "ElementStyles"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
"parameters": [
|
|
1596
|
-
{
|
|
1597
|
-
"name": "context",
|
|
1598
|
-
"type": {
|
|
1599
|
-
"text": "ElementDefinitionContext"
|
|
1600
|
-
}
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"name": "definition",
|
|
1604
|
-
"type": {
|
|
1605
|
-
"text": "FoundationElementDefinition"
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
]
|
|
1736
|
+
"kind": "variable",
|
|
1737
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1738
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1609
1739
|
}
|
|
1610
1740
|
],
|
|
1611
1741
|
"exports": [
|
|
1612
1742
|
{
|
|
1613
1743
|
"kind": "js",
|
|
1614
|
-
"name": "
|
|
1744
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1615
1745
|
"declaration": {
|
|
1616
|
-
"name": "
|
|
1617
|
-
"module": "src/
|
|
1746
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1747
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1618
1748
|
}
|
|
1619
1749
|
}
|
|
1620
1750
|
]
|
|
1621
1751
|
},
|
|
1622
1752
|
{
|
|
1623
1753
|
"kind": "javascript-module",
|
|
1624
|
-
"path": "src/
|
|
1754
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1625
1755
|
"declarations": [
|
|
1626
1756
|
{
|
|
1627
1757
|
"kind": "function",
|
|
1628
|
-
"name": "
|
|
1758
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1629
1759
|
"return": {
|
|
1630
1760
|
"type": {
|
|
1631
|
-
"text": "ViewTemplate<
|
|
1761
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1632
1762
|
}
|
|
1633
1763
|
},
|
|
1634
1764
|
"parameters": [
|
|
1635
1765
|
{
|
|
1636
|
-
"name": "
|
|
1766
|
+
"name": "_context",
|
|
1637
1767
|
"type": {
|
|
1638
1768
|
"text": "ElementDefinitionContext"
|
|
1639
1769
|
}
|
|
1640
1770
|
},
|
|
1641
1771
|
{
|
|
1642
|
-
"name": "
|
|
1772
|
+
"name": "_definition",
|
|
1643
1773
|
"type": {
|
|
1644
1774
|
"text": "FoundationElementDefinition"
|
|
1645
1775
|
}
|
|
@@ -1650,154 +1780,24 @@
|
|
|
1650
1780
|
"exports": [
|
|
1651
1781
|
{
|
|
1652
1782
|
"kind": "js",
|
|
1653
|
-
"name": "
|
|
1783
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1654
1784
|
"declaration": {
|
|
1655
|
-
"name": "
|
|
1656
|
-
"module": "src/
|
|
1785
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1786
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1657
1787
|
}
|
|
1658
1788
|
}
|
|
1659
1789
|
]
|
|
1660
1790
|
},
|
|
1661
1791
|
{
|
|
1662
1792
|
"kind": "javascript-module",
|
|
1663
|
-
"path": "src/
|
|
1793
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1664
1794
|
"declarations": [
|
|
1665
1795
|
{
|
|
1666
1796
|
"kind": "class",
|
|
1667
1797
|
"description": "",
|
|
1668
|
-
"name": "
|
|
1798
|
+
"name": "AiCriteriaSearch",
|
|
1669
1799
|
"superclass": {
|
|
1670
|
-
"name": "
|
|
1671
|
-
"package": "@genesislcap/foundation-ui"
|
|
1672
|
-
},
|
|
1673
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1674
|
-
"customElement": true
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "variable",
|
|
1678
|
-
"name": "rapidAccordionItem"
|
|
1679
|
-
}
|
|
1680
|
-
],
|
|
1681
|
-
"exports": [
|
|
1682
|
-
{
|
|
1683
|
-
"kind": "js",
|
|
1684
|
-
"name": "AccordionItem",
|
|
1685
|
-
"declaration": {
|
|
1686
|
-
"name": "AccordionItem",
|
|
1687
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"kind": "js",
|
|
1692
|
-
"name": "rapidAccordionItem",
|
|
1693
|
-
"declaration": {
|
|
1694
|
-
"name": "rapidAccordionItem",
|
|
1695
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
]
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"kind": "javascript-module",
|
|
1702
|
-
"path": "src/accordion-item/index.ts",
|
|
1703
|
-
"declarations": [],
|
|
1704
|
-
"exports": [
|
|
1705
|
-
{
|
|
1706
|
-
"kind": "js",
|
|
1707
|
-
"name": "*",
|
|
1708
|
-
"declaration": {
|
|
1709
|
-
"name": "*",
|
|
1710
|
-
"package": "./accordion-item"
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"kind": "js",
|
|
1715
|
-
"name": "*",
|
|
1716
|
-
"declaration": {
|
|
1717
|
-
"name": "*",
|
|
1718
|
-
"package": "./accordion-item.styles"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"kind": "js",
|
|
1723
|
-
"name": "*",
|
|
1724
|
-
"declaration": {
|
|
1725
|
-
"name": "*",
|
|
1726
|
-
"package": "./accordion-item.template"
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
1729
|
-
]
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"kind": "javascript-module",
|
|
1733
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1734
|
-
"declarations": [
|
|
1735
|
-
{
|
|
1736
|
-
"kind": "variable",
|
|
1737
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1738
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1739
|
-
}
|
|
1740
|
-
],
|
|
1741
|
-
"exports": [
|
|
1742
|
-
{
|
|
1743
|
-
"kind": "js",
|
|
1744
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1745
|
-
"declaration": {
|
|
1746
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1747
|
-
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
]
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"kind": "javascript-module",
|
|
1754
|
-
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1755
|
-
"declarations": [
|
|
1756
|
-
{
|
|
1757
|
-
"kind": "function",
|
|
1758
|
-
"name": "rapidAiCriteriaSearchTemplate",
|
|
1759
|
-
"return": {
|
|
1760
|
-
"type": {
|
|
1761
|
-
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1762
|
-
}
|
|
1763
|
-
},
|
|
1764
|
-
"parameters": [
|
|
1765
|
-
{
|
|
1766
|
-
"name": "_context",
|
|
1767
|
-
"type": {
|
|
1768
|
-
"text": "ElementDefinitionContext"
|
|
1769
|
-
}
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"name": "_definition",
|
|
1773
|
-
"type": {
|
|
1774
|
-
"text": "FoundationElementDefinition"
|
|
1775
|
-
}
|
|
1776
|
-
}
|
|
1777
|
-
]
|
|
1778
|
-
}
|
|
1779
|
-
],
|
|
1780
|
-
"exports": [
|
|
1781
|
-
{
|
|
1782
|
-
"kind": "js",
|
|
1783
|
-
"name": "rapidAiCriteriaSearchTemplate",
|
|
1784
|
-
"declaration": {
|
|
1785
|
-
"name": "rapidAiCriteriaSearchTemplate",
|
|
1786
|
-
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
]
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"kind": "javascript-module",
|
|
1793
|
-
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1794
|
-
"declarations": [
|
|
1795
|
-
{
|
|
1796
|
-
"kind": "class",
|
|
1797
|
-
"description": "",
|
|
1798
|
-
"name": "AiCriteriaSearch",
|
|
1799
|
-
"superclass": {
|
|
1800
|
-
"name": "FoundationAiCriteriaSearch",
|
|
1800
|
+
"name": "FoundationAiCriteriaSearch",
|
|
1801
1801
|
"package": "@genesislcap/foundation-ui"
|
|
1802
1802
|
},
|
|
1803
1803
|
"tagName": "%%prefix%%-ai-criteria-search",
|
|
@@ -2786,11 +2786,11 @@
|
|
|
2786
2786
|
},
|
|
2787
2787
|
{
|
|
2788
2788
|
"kind": "javascript-module",
|
|
2789
|
-
"path": "src/
|
|
2789
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2790
2790
|
"declarations": [
|
|
2791
2791
|
{
|
|
2792
2792
|
"kind": "function",
|
|
2793
|
-
"name": "
|
|
2793
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2794
2794
|
"return": {
|
|
2795
2795
|
"type": {
|
|
2796
2796
|
"text": "ElementStyles"
|
|
@@ -2815,24 +2815,24 @@
|
|
|
2815
2815
|
"exports": [
|
|
2816
2816
|
{
|
|
2817
2817
|
"kind": "js",
|
|
2818
|
-
"name": "
|
|
2818
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2819
2819
|
"declaration": {
|
|
2820
|
-
"name": "
|
|
2821
|
-
"module": "src/
|
|
2820
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2821
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2822
2822
|
}
|
|
2823
2823
|
}
|
|
2824
2824
|
]
|
|
2825
2825
|
},
|
|
2826
2826
|
{
|
|
2827
2827
|
"kind": "javascript-module",
|
|
2828
|
-
"path": "src/
|
|
2828
|
+
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2829
2829
|
"declarations": [
|
|
2830
2830
|
{
|
|
2831
2831
|
"kind": "function",
|
|
2832
|
-
"name": "
|
|
2832
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2833
2833
|
"return": {
|
|
2834
2834
|
"type": {
|
|
2835
|
-
"text": "ViewTemplate<
|
|
2835
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2836
2836
|
}
|
|
2837
2837
|
},
|
|
2838
2838
|
"parameters": [
|
|
@@ -2854,732 +2854,636 @@
|
|
|
2854
2854
|
"exports": [
|
|
2855
2855
|
{
|
|
2856
2856
|
"kind": "js",
|
|
2857
|
-
"name": "
|
|
2857
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2858
2858
|
"declaration": {
|
|
2859
|
-
"name": "
|
|
2860
|
-
"module": "src/
|
|
2859
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2860
|
+
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2861
2861
|
}
|
|
2862
2862
|
}
|
|
2863
2863
|
]
|
|
2864
2864
|
},
|
|
2865
2865
|
{
|
|
2866
2866
|
"kind": "javascript-module",
|
|
2867
|
-
"path": "src/
|
|
2867
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2868
2868
|
"declarations": [
|
|
2869
2869
|
{
|
|
2870
2870
|
"kind": "class",
|
|
2871
2871
|
"description": "",
|
|
2872
|
-
"name": "
|
|
2872
|
+
"name": "AnchoredRegion",
|
|
2873
2873
|
"superclass": {
|
|
2874
|
-
"name": "
|
|
2874
|
+
"name": "FoundationAnchoredRegion",
|
|
2875
2875
|
"package": "@genesislcap/foundation-ui"
|
|
2876
2876
|
},
|
|
2877
|
-
"tagName": "%%prefix%%-
|
|
2877
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2878
2878
|
"customElement": true,
|
|
2879
2879
|
"attributes": [
|
|
2880
2880
|
{
|
|
2881
|
-
"name": "
|
|
2881
|
+
"name": "anchor",
|
|
2882
2882
|
"type": {
|
|
2883
2883
|
"text": "string"
|
|
2884
2884
|
},
|
|
2885
|
-
"
|
|
2886
|
-
"
|
|
2885
|
+
"default": "\"\"",
|
|
2886
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2887
|
+
"fieldName": "anchor",
|
|
2887
2888
|
"inheritedFrom": {
|
|
2888
|
-
"name": "
|
|
2889
|
-
"module": "src/
|
|
2889
|
+
"name": "AnchoredRegion",
|
|
2890
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2890
2891
|
}
|
|
2891
2892
|
},
|
|
2892
2893
|
{
|
|
2893
|
-
"name": "
|
|
2894
|
+
"name": "viewport",
|
|
2894
2895
|
"type": {
|
|
2895
2896
|
"text": "string"
|
|
2896
2897
|
},
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
2898
|
+
"default": "\"\"",
|
|
2899
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2900
|
+
"fieldName": "viewport",
|
|
2899
2901
|
"inheritedFrom": {
|
|
2900
|
-
"name": "
|
|
2901
|
-
"module": "src/
|
|
2902
|
+
"name": "AnchoredRegion",
|
|
2903
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2902
2904
|
}
|
|
2903
2905
|
},
|
|
2904
2906
|
{
|
|
2905
|
-
"name": "
|
|
2907
|
+
"name": "horizontal-positioning-mode",
|
|
2906
2908
|
"type": {
|
|
2907
|
-
"text": "
|
|
2909
|
+
"text": "AxisPositioningMode"
|
|
2908
2910
|
},
|
|
2909
|
-
"
|
|
2910
|
-
"
|
|
2911
|
+
"default": "\"uncontrolled\"",
|
|
2912
|
+
"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",
|
|
2913
|
+
"fieldName": "horizontalPositioningMode",
|
|
2911
2914
|
"inheritedFrom": {
|
|
2912
|
-
"name": "
|
|
2913
|
-
"module": "src/
|
|
2915
|
+
"name": "AnchoredRegion",
|
|
2916
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2914
2917
|
}
|
|
2915
2918
|
},
|
|
2916
2919
|
{
|
|
2917
|
-
"name": "
|
|
2920
|
+
"name": "horizontal-default-position",
|
|
2918
2921
|
"type": {
|
|
2919
|
-
"text": "
|
|
2922
|
+
"text": "HorizontalPosition"
|
|
2920
2923
|
},
|
|
2921
|
-
"
|
|
2922
|
-
"
|
|
2924
|
+
"default": "\"unset\"",
|
|
2925
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2926
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2923
2927
|
"inheritedFrom": {
|
|
2924
|
-
"name": "
|
|
2925
|
-
"module": "src/
|
|
2928
|
+
"name": "AnchoredRegion",
|
|
2929
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2926
2930
|
}
|
|
2927
2931
|
},
|
|
2928
2932
|
{
|
|
2929
|
-
"name": "
|
|
2933
|
+
"name": "horizontal-viewport-lock",
|
|
2930
2934
|
"type": {
|
|
2931
|
-
"text": "
|
|
2935
|
+
"text": "boolean"
|
|
2932
2936
|
},
|
|
2933
|
-
"
|
|
2934
|
-
"
|
|
2937
|
+
"default": "false",
|
|
2938
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2939
|
+
"fieldName": "horizontalViewportLock",
|
|
2935
2940
|
"inheritedFrom": {
|
|
2936
|
-
"name": "
|
|
2937
|
-
"module": "src/
|
|
2941
|
+
"name": "AnchoredRegion",
|
|
2942
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2938
2943
|
}
|
|
2939
2944
|
},
|
|
2940
2945
|
{
|
|
2941
|
-
"name": "
|
|
2946
|
+
"name": "horizontal-inset",
|
|
2942
2947
|
"type": {
|
|
2943
|
-
"text": "
|
|
2948
|
+
"text": "boolean"
|
|
2944
2949
|
},
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2950
|
+
"default": "false",
|
|
2951
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2952
|
+
"fieldName": "horizontalInset",
|
|
2947
2953
|
"inheritedFrom": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"module": "src/
|
|
2954
|
+
"name": "AnchoredRegion",
|
|
2955
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2950
2956
|
}
|
|
2951
2957
|
},
|
|
2952
2958
|
{
|
|
2953
|
-
"name": "
|
|
2959
|
+
"name": "horizontal-threshold",
|
|
2954
2960
|
"type": {
|
|
2955
|
-
"text": "
|
|
2961
|
+
"text": "number"
|
|
2956
2962
|
},
|
|
2957
|
-
"description": "
|
|
2958
|
-
"fieldName": "
|
|
2963
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2964
|
+
"fieldName": "horizontalThreshold",
|
|
2959
2965
|
"inheritedFrom": {
|
|
2960
|
-
"name": "
|
|
2961
|
-
"module": "src/
|
|
2966
|
+
"name": "AnchoredRegion",
|
|
2967
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2962
2968
|
}
|
|
2963
2969
|
},
|
|
2964
2970
|
{
|
|
2965
|
-
"name": "
|
|
2971
|
+
"name": "horizontal-scaling",
|
|
2966
2972
|
"type": {
|
|
2967
|
-
"text": "
|
|
2973
|
+
"text": "AxisScalingMode"
|
|
2968
2974
|
},
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2975
|
+
"default": "\"content\"",
|
|
2976
|
+
"description": "Defines how the width of the region is calculated",
|
|
2977
|
+
"fieldName": "horizontalScaling",
|
|
2971
2978
|
"inheritedFrom": {
|
|
2972
|
-
"name": "
|
|
2973
|
-
"module": "src/
|
|
2979
|
+
"name": "AnchoredRegion",
|
|
2980
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2974
2981
|
}
|
|
2975
|
-
}
|
|
2976
|
-
],
|
|
2977
|
-
"members": [
|
|
2982
|
+
},
|
|
2978
2983
|
{
|
|
2979
|
-
"
|
|
2980
|
-
"name": "download",
|
|
2984
|
+
"name": "vertical-positioning-mode",
|
|
2981
2985
|
"type": {
|
|
2982
|
-
"text": "
|
|
2986
|
+
"text": "AxisPositioningMode"
|
|
2983
2987
|
},
|
|
2984
|
-
"
|
|
2985
|
-
"description": "
|
|
2988
|
+
"default": "\"uncontrolled\"",
|
|
2989
|
+
"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",
|
|
2990
|
+
"fieldName": "verticalPositioningMode",
|
|
2986
2991
|
"inheritedFrom": {
|
|
2987
|
-
"name": "
|
|
2988
|
-
"module": "src/
|
|
2992
|
+
"name": "AnchoredRegion",
|
|
2993
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2989
2994
|
}
|
|
2990
2995
|
},
|
|
2991
2996
|
{
|
|
2992
|
-
"
|
|
2993
|
-
"name": "href",
|
|
2997
|
+
"name": "vertical-default-position",
|
|
2994
2998
|
"type": {
|
|
2995
|
-
"text": "
|
|
2999
|
+
"text": "VerticalPosition"
|
|
2996
3000
|
},
|
|
2997
|
-
"
|
|
2998
|
-
"description": "The
|
|
3001
|
+
"default": "\"unset\"",
|
|
3002
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3003
|
+
"fieldName": "verticalDefaultPosition",
|
|
2999
3004
|
"inheritedFrom": {
|
|
3000
|
-
"name": "
|
|
3001
|
-
"module": "src/
|
|
3005
|
+
"name": "AnchoredRegion",
|
|
3006
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3002
3007
|
}
|
|
3003
3008
|
},
|
|
3004
3009
|
{
|
|
3005
|
-
"
|
|
3006
|
-
"name": "hreflang",
|
|
3010
|
+
"name": "vertical-viewport-lock",
|
|
3007
3011
|
"type": {
|
|
3008
|
-
"text": "
|
|
3012
|
+
"text": "boolean"
|
|
3009
3013
|
},
|
|
3010
|
-
"
|
|
3011
|
-
"description": "
|
|
3014
|
+
"default": "false",
|
|
3015
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3016
|
+
"fieldName": "verticalViewportLock",
|
|
3012
3017
|
"inheritedFrom": {
|
|
3013
|
-
"name": "
|
|
3014
|
-
"module": "src/
|
|
3018
|
+
"name": "AnchoredRegion",
|
|
3019
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3015
3020
|
}
|
|
3016
3021
|
},
|
|
3017
3022
|
{
|
|
3018
|
-
"
|
|
3019
|
-
"name": "ping",
|
|
3023
|
+
"name": "vertical-inset",
|
|
3020
3024
|
"type": {
|
|
3021
|
-
"text": "
|
|
3025
|
+
"text": "boolean"
|
|
3022
3026
|
},
|
|
3023
|
-
"
|
|
3024
|
-
"description": "
|
|
3027
|
+
"default": "false",
|
|
3028
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3029
|
+
"fieldName": "verticalInset",
|
|
3025
3030
|
"inheritedFrom": {
|
|
3026
|
-
"name": "
|
|
3027
|
-
"module": "src/
|
|
3031
|
+
"name": "AnchoredRegion",
|
|
3032
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3028
3033
|
}
|
|
3029
3034
|
},
|
|
3030
3035
|
{
|
|
3031
|
-
"
|
|
3032
|
-
"name": "referrerpolicy",
|
|
3036
|
+
"name": "vertical-threshold",
|
|
3033
3037
|
"type": {
|
|
3034
|
-
"text": "
|
|
3038
|
+
"text": "number"
|
|
3035
3039
|
},
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3040
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3041
|
+
"fieldName": "verticalThreshold",
|
|
3038
3042
|
"inheritedFrom": {
|
|
3039
|
-
"name": "
|
|
3040
|
-
"module": "src/
|
|
3043
|
+
"name": "AnchoredRegion",
|
|
3044
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3041
3045
|
}
|
|
3042
3046
|
},
|
|
3043
3047
|
{
|
|
3044
|
-
"
|
|
3045
|
-
"name": "rel",
|
|
3048
|
+
"name": "vertical-scaling",
|
|
3046
3049
|
"type": {
|
|
3047
|
-
"text": "
|
|
3050
|
+
"text": "AxisScalingMode"
|
|
3048
3051
|
},
|
|
3049
|
-
"
|
|
3050
|
-
"description": "
|
|
3052
|
+
"default": "\"content\"",
|
|
3053
|
+
"description": "Defines how the height of the region is calculated",
|
|
3054
|
+
"fieldName": "verticalScaling",
|
|
3051
3055
|
"inheritedFrom": {
|
|
3052
|
-
"name": "
|
|
3053
|
-
"module": "src/
|
|
3056
|
+
"name": "AnchoredRegion",
|
|
3057
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3054
3058
|
}
|
|
3055
3059
|
},
|
|
3056
3060
|
{
|
|
3057
|
-
"
|
|
3058
|
-
"name": "target",
|
|
3061
|
+
"name": "fixed-placement",
|
|
3059
3062
|
"type": {
|
|
3060
|
-
"text": "
|
|
3063
|
+
"text": "boolean"
|
|
3061
3064
|
},
|
|
3062
|
-
"
|
|
3063
|
-
"description": "
|
|
3065
|
+
"default": "false",
|
|
3066
|
+
"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,",
|
|
3067
|
+
"fieldName": "fixedPlacement",
|
|
3064
3068
|
"inheritedFrom": {
|
|
3065
|
-
"name": "
|
|
3066
|
-
"module": "src/
|
|
3069
|
+
"name": "AnchoredRegion",
|
|
3070
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3067
3071
|
}
|
|
3068
3072
|
},
|
|
3073
|
+
{
|
|
3074
|
+
"name": "auto-update-mode",
|
|
3075
|
+
"type": {
|
|
3076
|
+
"text": "AutoUpdateMode"
|
|
3077
|
+
},
|
|
3078
|
+
"default": "\"anchor\"",
|
|
3079
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3080
|
+
"fieldName": "autoUpdateMode",
|
|
3081
|
+
"inheritedFrom": {
|
|
3082
|
+
"name": "AnchoredRegion",
|
|
3083
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
],
|
|
3087
|
+
"members": [
|
|
3069
3088
|
{
|
|
3070
3089
|
"kind": "field",
|
|
3071
|
-
"name": "
|
|
3090
|
+
"name": "anchor",
|
|
3072
3091
|
"type": {
|
|
3073
3092
|
"text": "string"
|
|
3074
3093
|
},
|
|
3075
3094
|
"privacy": "public",
|
|
3076
|
-
"
|
|
3095
|
+
"default": "\"\"",
|
|
3096
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3077
3097
|
"inheritedFrom": {
|
|
3078
|
-
"name": "
|
|
3079
|
-
"module": "src/
|
|
3098
|
+
"name": "AnchoredRegion",
|
|
3099
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"kind": "method",
|
|
3104
|
+
"name": "anchorChanged",
|
|
3105
|
+
"privacy": "private",
|
|
3106
|
+
"return": {
|
|
3107
|
+
"type": {
|
|
3108
|
+
"text": "void"
|
|
3109
|
+
}
|
|
3110
|
+
},
|
|
3111
|
+
"inheritedFrom": {
|
|
3112
|
+
"name": "AnchoredRegion",
|
|
3113
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3080
3114
|
}
|
|
3081
3115
|
},
|
|
3082
3116
|
{
|
|
3083
3117
|
"kind": "field",
|
|
3084
|
-
"name": "
|
|
3118
|
+
"name": "viewport",
|
|
3085
3119
|
"type": {
|
|
3086
|
-
"text": "
|
|
3120
|
+
"text": "string"
|
|
3087
3121
|
},
|
|
3088
3122
|
"privacy": "public",
|
|
3089
|
-
"
|
|
3123
|
+
"default": "\"\"",
|
|
3124
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3090
3125
|
"inheritedFrom": {
|
|
3091
|
-
"name": "
|
|
3092
|
-
"module": "src/
|
|
3126
|
+
"name": "AnchoredRegion",
|
|
3127
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3093
3128
|
}
|
|
3094
3129
|
},
|
|
3095
3130
|
{
|
|
3096
|
-
"kind": "
|
|
3097
|
-
"name": "
|
|
3131
|
+
"kind": "method",
|
|
3132
|
+
"name": "viewportChanged",
|
|
3098
3133
|
"privacy": "private",
|
|
3099
|
-
"
|
|
3134
|
+
"return": {
|
|
3135
|
+
"type": {
|
|
3136
|
+
"text": "void"
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3100
3139
|
"inheritedFrom": {
|
|
3101
|
-
"name": "
|
|
3102
|
-
"module": "src/
|
|
3140
|
+
"name": "AnchoredRegion",
|
|
3141
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3103
3142
|
}
|
|
3104
3143
|
},
|
|
3105
3144
|
{
|
|
3106
3145
|
"kind": "field",
|
|
3107
|
-
"name": "
|
|
3146
|
+
"name": "horizontalPositioningMode",
|
|
3108
3147
|
"type": {
|
|
3109
|
-
"text": "
|
|
3148
|
+
"text": "AxisPositioningMode"
|
|
3110
3149
|
},
|
|
3150
|
+
"privacy": "public",
|
|
3151
|
+
"default": "\"uncontrolled\"",
|
|
3152
|
+
"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",
|
|
3153
|
+
"inheritedFrom": {
|
|
3154
|
+
"name": "AnchoredRegion",
|
|
3155
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"kind": "method",
|
|
3160
|
+
"name": "horizontalPositioningModeChanged",
|
|
3111
3161
|
"privacy": "private",
|
|
3112
|
-
"
|
|
3162
|
+
"return": {
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "void"
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3113
3167
|
"inheritedFrom": {
|
|
3114
|
-
"name": "
|
|
3115
|
-
"module": "src/
|
|
3168
|
+
"name": "AnchoredRegion",
|
|
3169
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3116
3170
|
}
|
|
3117
3171
|
},
|
|
3118
3172
|
{
|
|
3119
3173
|
"kind": "field",
|
|
3120
|
-
"name": "
|
|
3174
|
+
"name": "horizontalDefaultPosition",
|
|
3121
3175
|
"type": {
|
|
3122
|
-
"text": "
|
|
3176
|
+
"text": "HorizontalPosition"
|
|
3123
3177
|
},
|
|
3124
3178
|
"privacy": "public",
|
|
3125
|
-
"
|
|
3179
|
+
"default": "\"unset\"",
|
|
3180
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3126
3181
|
"inheritedFrom": {
|
|
3127
|
-
"name": "
|
|
3128
|
-
"module": "src/
|
|
3182
|
+
"name": "AnchoredRegion",
|
|
3183
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "method",
|
|
3188
|
+
"name": "horizontalDefaultPositionChanged",
|
|
3189
|
+
"privacy": "private",
|
|
3190
|
+
"return": {
|
|
3191
|
+
"type": {
|
|
3192
|
+
"text": "void"
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
3195
|
+
"inheritedFrom": {
|
|
3196
|
+
"name": "AnchoredRegion",
|
|
3197
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3129
3198
|
}
|
|
3130
3199
|
},
|
|
3131
3200
|
{
|
|
3132
3201
|
"kind": "field",
|
|
3133
|
-
"name": "
|
|
3202
|
+
"name": "horizontalViewportLock",
|
|
3134
3203
|
"type": {
|
|
3135
|
-
"text": "
|
|
3204
|
+
"text": "boolean"
|
|
3136
3205
|
},
|
|
3137
3206
|
"privacy": "public",
|
|
3138
|
-
"
|
|
3207
|
+
"default": "false",
|
|
3208
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3139
3209
|
"inheritedFrom": {
|
|
3140
|
-
"name": "
|
|
3141
|
-
"module": "src/
|
|
3210
|
+
"name": "AnchoredRegion",
|
|
3211
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3142
3212
|
}
|
|
3143
3213
|
},
|
|
3144
3214
|
{
|
|
3145
3215
|
"kind": "method",
|
|
3146
|
-
"name": "
|
|
3147
|
-
"privacy": "
|
|
3216
|
+
"name": "horizontalViewportLockChanged",
|
|
3217
|
+
"privacy": "private",
|
|
3148
3218
|
"return": {
|
|
3149
3219
|
"type": {
|
|
3150
3220
|
"text": "void"
|
|
3151
3221
|
}
|
|
3152
3222
|
},
|
|
3153
3223
|
"inheritedFrom": {
|
|
3154
|
-
"name": "
|
|
3155
|
-
"module": "src/
|
|
3224
|
+
"name": "AnchoredRegion",
|
|
3225
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3156
3226
|
}
|
|
3157
3227
|
},
|
|
3158
3228
|
{
|
|
3159
3229
|
"kind": "field",
|
|
3160
|
-
"name": "
|
|
3230
|
+
"name": "horizontalInset",
|
|
3161
3231
|
"type": {
|
|
3162
|
-
"text": "
|
|
3232
|
+
"text": "boolean"
|
|
3163
3233
|
},
|
|
3164
3234
|
"privacy": "public",
|
|
3165
|
-
"
|
|
3235
|
+
"default": "false",
|
|
3236
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3166
3237
|
"inheritedFrom": {
|
|
3167
|
-
"name": "
|
|
3168
|
-
"module": "src/
|
|
3238
|
+
"name": "AnchoredRegion",
|
|
3239
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3169
3240
|
}
|
|
3170
3241
|
},
|
|
3171
3242
|
{
|
|
3172
3243
|
"kind": "method",
|
|
3173
|
-
"name": "
|
|
3174
|
-
"privacy": "
|
|
3244
|
+
"name": "horizontalInsetChanged",
|
|
3245
|
+
"privacy": "private",
|
|
3175
3246
|
"return": {
|
|
3176
3247
|
"type": {
|
|
3177
3248
|
"text": "void"
|
|
3178
3249
|
}
|
|
3179
3250
|
},
|
|
3180
3251
|
"inheritedFrom": {
|
|
3181
|
-
"name": "
|
|
3182
|
-
"module": "src/
|
|
3252
|
+
"name": "AnchoredRegion",
|
|
3253
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3183
3254
|
}
|
|
3184
3255
|
},
|
|
3185
3256
|
{
|
|
3186
|
-
"kind": "
|
|
3187
|
-
"name": "
|
|
3257
|
+
"kind": "field",
|
|
3258
|
+
"name": "horizontalThreshold",
|
|
3259
|
+
"type": {
|
|
3260
|
+
"text": "number"
|
|
3261
|
+
},
|
|
3188
3262
|
"privacy": "public",
|
|
3189
|
-
"
|
|
3263
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3264
|
+
"inheritedFrom": {
|
|
3265
|
+
"name": "AnchoredRegion",
|
|
3266
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"kind": "method",
|
|
3271
|
+
"name": "horizontalThresholdChanged",
|
|
3272
|
+
"privacy": "private",
|
|
3190
3273
|
"return": {
|
|
3191
3274
|
"type": {
|
|
3192
|
-
"text": "
|
|
3275
|
+
"text": "void"
|
|
3193
3276
|
}
|
|
3194
3277
|
},
|
|
3195
|
-
"parameters": [
|
|
3196
|
-
{
|
|
3197
|
-
"name": "this",
|
|
3198
|
-
"type": {
|
|
3199
|
-
"text": "K"
|
|
3200
|
-
}
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "elementDefinition",
|
|
3204
|
-
"type": {
|
|
3205
|
-
"text": "T"
|
|
3206
|
-
},
|
|
3207
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3208
|
-
}
|
|
3209
|
-
],
|
|
3210
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3211
3278
|
"inheritedFrom": {
|
|
3212
|
-
"name": "
|
|
3213
|
-
"module": "src/
|
|
3214
|
-
}
|
|
3215
|
-
}
|
|
3216
|
-
]
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"kind": "variable",
|
|
3220
|
-
"name": "rapidAnchor"
|
|
3221
|
-
}
|
|
3222
|
-
],
|
|
3223
|
-
"exports": [
|
|
3224
|
-
{
|
|
3225
|
-
"kind": "js",
|
|
3226
|
-
"name": "Anchor",
|
|
3227
|
-
"declaration": {
|
|
3228
|
-
"name": "Anchor",
|
|
3229
|
-
"module": "src/anchor/anchor.ts"
|
|
3230
|
-
}
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"kind": "js",
|
|
3234
|
-
"name": "rapidAnchor",
|
|
3235
|
-
"declaration": {
|
|
3236
|
-
"name": "rapidAnchor",
|
|
3237
|
-
"module": "src/anchor/anchor.ts"
|
|
3238
|
-
}
|
|
3239
|
-
}
|
|
3240
|
-
]
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"kind": "javascript-module",
|
|
3244
|
-
"path": "src/anchor/index.ts",
|
|
3245
|
-
"declarations": [],
|
|
3246
|
-
"exports": [
|
|
3247
|
-
{
|
|
3248
|
-
"kind": "js",
|
|
3249
|
-
"name": "*",
|
|
3250
|
-
"declaration": {
|
|
3251
|
-
"name": "*",
|
|
3252
|
-
"package": "./anchor"
|
|
3253
|
-
}
|
|
3254
|
-
},
|
|
3255
|
-
{
|
|
3256
|
-
"kind": "js",
|
|
3257
|
-
"name": "*",
|
|
3258
|
-
"declaration": {
|
|
3259
|
-
"name": "*",
|
|
3260
|
-
"package": "./anchor.styles"
|
|
3261
|
-
}
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"kind": "js",
|
|
3265
|
-
"name": "*",
|
|
3266
|
-
"declaration": {
|
|
3267
|
-
"name": "*",
|
|
3268
|
-
"package": "./anchor.template"
|
|
3269
|
-
}
|
|
3270
|
-
}
|
|
3271
|
-
]
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"kind": "javascript-module",
|
|
3275
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
3276
|
-
"declarations": [
|
|
3277
|
-
{
|
|
3278
|
-
"kind": "function",
|
|
3279
|
-
"name": "rapidAnchoredRegionStyles",
|
|
3280
|
-
"return": {
|
|
3281
|
-
"type": {
|
|
3282
|
-
"text": "ElementStyles"
|
|
3283
|
-
}
|
|
3284
|
-
},
|
|
3285
|
-
"parameters": [
|
|
3286
|
-
{
|
|
3287
|
-
"name": "context",
|
|
3288
|
-
"type": {
|
|
3289
|
-
"text": "ElementDefinitionContext"
|
|
3279
|
+
"name": "AnchoredRegion",
|
|
3280
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3290
3281
|
}
|
|
3291
3282
|
},
|
|
3292
3283
|
{
|
|
3293
|
-
"
|
|
3294
|
-
"
|
|
3295
|
-
"text": "FoundationElementDefinition"
|
|
3296
|
-
}
|
|
3297
|
-
}
|
|
3298
|
-
]
|
|
3299
|
-
}
|
|
3300
|
-
],
|
|
3301
|
-
"exports": [
|
|
3302
|
-
{
|
|
3303
|
-
"kind": "js",
|
|
3304
|
-
"name": "rapidAnchoredRegionStyles",
|
|
3305
|
-
"declaration": {
|
|
3306
|
-
"name": "rapidAnchoredRegionStyles",
|
|
3307
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
3308
|
-
}
|
|
3309
|
-
}
|
|
3310
|
-
]
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"kind": "javascript-module",
|
|
3314
|
-
"path": "src/anchored-region/anchored-region.template.ts",
|
|
3315
|
-
"declarations": [
|
|
3316
|
-
{
|
|
3317
|
-
"kind": "function",
|
|
3318
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
3319
|
-
"return": {
|
|
3320
|
-
"type": {
|
|
3321
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
3322
|
-
}
|
|
3323
|
-
},
|
|
3324
|
-
"parameters": [
|
|
3325
|
-
{
|
|
3326
|
-
"name": "context",
|
|
3284
|
+
"kind": "field",
|
|
3285
|
+
"name": "horizontalScaling",
|
|
3327
3286
|
"type": {
|
|
3328
|
-
"text": "
|
|
3287
|
+
"text": "AxisScalingMode"
|
|
3288
|
+
},
|
|
3289
|
+
"privacy": "public",
|
|
3290
|
+
"default": "\"content\"",
|
|
3291
|
+
"description": "Defines how the width of the region is calculated",
|
|
3292
|
+
"inheritedFrom": {
|
|
3293
|
+
"name": "AnchoredRegion",
|
|
3294
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3329
3295
|
}
|
|
3330
3296
|
},
|
|
3331
3297
|
{
|
|
3332
|
-
"
|
|
3333
|
-
"
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
],
|
|
3340
|
-
"exports": [
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "js",
|
|
3343
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
3344
|
-
"declaration": {
|
|
3345
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
3346
|
-
"module": "src/anchored-region/anchored-region.template.ts"
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
3354
|
-
"declarations": [
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "class",
|
|
3357
|
-
"description": "",
|
|
3358
|
-
"name": "AnchoredRegion",
|
|
3359
|
-
"superclass": {
|
|
3360
|
-
"name": "FoundationAnchoredRegion",
|
|
3361
|
-
"package": "@genesislcap/foundation-ui"
|
|
3362
|
-
},
|
|
3363
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
3364
|
-
"customElement": true,
|
|
3365
|
-
"attributes": [
|
|
3366
|
-
{
|
|
3367
|
-
"name": "anchor",
|
|
3368
|
-
"type": {
|
|
3369
|
-
"text": "string"
|
|
3298
|
+
"kind": "method",
|
|
3299
|
+
"name": "horizontalScalingChanged",
|
|
3300
|
+
"privacy": "private",
|
|
3301
|
+
"return": {
|
|
3302
|
+
"type": {
|
|
3303
|
+
"text": "void"
|
|
3304
|
+
}
|
|
3370
3305
|
},
|
|
3371
|
-
"default": "\"\"",
|
|
3372
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3373
|
-
"fieldName": "anchor",
|
|
3374
3306
|
"inheritedFrom": {
|
|
3375
3307
|
"name": "AnchoredRegion",
|
|
3376
3308
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3377
3309
|
}
|
|
3378
3310
|
},
|
|
3379
3311
|
{
|
|
3380
|
-
"
|
|
3312
|
+
"kind": "field",
|
|
3313
|
+
"name": "verticalPositioningMode",
|
|
3381
3314
|
"type": {
|
|
3382
|
-
"text": "
|
|
3315
|
+
"text": "AxisPositioningMode"
|
|
3383
3316
|
},
|
|
3384
|
-
"
|
|
3385
|
-
"
|
|
3386
|
-
"
|
|
3317
|
+
"privacy": "public",
|
|
3318
|
+
"default": "\"uncontrolled\"",
|
|
3319
|
+
"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",
|
|
3387
3320
|
"inheritedFrom": {
|
|
3388
3321
|
"name": "AnchoredRegion",
|
|
3389
3322
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3390
3323
|
}
|
|
3391
3324
|
},
|
|
3392
3325
|
{
|
|
3393
|
-
"
|
|
3394
|
-
"
|
|
3395
|
-
|
|
3326
|
+
"kind": "method",
|
|
3327
|
+
"name": "verticalPositioningModeChanged",
|
|
3328
|
+
"privacy": "private",
|
|
3329
|
+
"return": {
|
|
3330
|
+
"type": {
|
|
3331
|
+
"text": "void"
|
|
3332
|
+
}
|
|
3396
3333
|
},
|
|
3397
|
-
"default": "\"uncontrolled\"",
|
|
3398
|
-
"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",
|
|
3399
|
-
"fieldName": "horizontalPositioningMode",
|
|
3400
3334
|
"inheritedFrom": {
|
|
3401
3335
|
"name": "AnchoredRegion",
|
|
3402
3336
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3403
3337
|
}
|
|
3404
3338
|
},
|
|
3405
3339
|
{
|
|
3406
|
-
"
|
|
3340
|
+
"kind": "field",
|
|
3341
|
+
"name": "verticalDefaultPosition",
|
|
3407
3342
|
"type": {
|
|
3408
|
-
"text": "
|
|
3343
|
+
"text": "VerticalPosition"
|
|
3409
3344
|
},
|
|
3345
|
+
"privacy": "public",
|
|
3410
3346
|
"default": "\"unset\"",
|
|
3411
|
-
"description": "The default
|
|
3412
|
-
"fieldName": "horizontalDefaultPosition",
|
|
3347
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3413
3348
|
"inheritedFrom": {
|
|
3414
3349
|
"name": "AnchoredRegion",
|
|
3415
3350
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3416
3351
|
}
|
|
3417
3352
|
},
|
|
3418
3353
|
{
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3421
|
-
|
|
3354
|
+
"kind": "method",
|
|
3355
|
+
"name": "verticalDefaultPositionChanged",
|
|
3356
|
+
"privacy": "private",
|
|
3357
|
+
"return": {
|
|
3358
|
+
"type": {
|
|
3359
|
+
"text": "void"
|
|
3360
|
+
}
|
|
3422
3361
|
},
|
|
3423
|
-
"default": "false",
|
|
3424
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3425
|
-
"fieldName": "horizontalViewportLock",
|
|
3426
3362
|
"inheritedFrom": {
|
|
3427
3363
|
"name": "AnchoredRegion",
|
|
3428
3364
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3429
3365
|
}
|
|
3430
3366
|
},
|
|
3431
3367
|
{
|
|
3432
|
-
"
|
|
3368
|
+
"kind": "field",
|
|
3369
|
+
"name": "verticalViewportLock",
|
|
3433
3370
|
"type": {
|
|
3434
3371
|
"text": "boolean"
|
|
3435
3372
|
},
|
|
3373
|
+
"privacy": "public",
|
|
3436
3374
|
"default": "false",
|
|
3437
|
-
"description": "Whether the region
|
|
3438
|
-
"fieldName": "horizontalInset",
|
|
3375
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3439
3376
|
"inheritedFrom": {
|
|
3440
3377
|
"name": "AnchoredRegion",
|
|
3441
3378
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3442
3379
|
}
|
|
3443
3380
|
},
|
|
3444
3381
|
{
|
|
3445
|
-
"
|
|
3446
|
-
"
|
|
3447
|
-
|
|
3382
|
+
"kind": "method",
|
|
3383
|
+
"name": "verticalViewportLockChanged",
|
|
3384
|
+
"privacy": "private",
|
|
3385
|
+
"return": {
|
|
3386
|
+
"type": {
|
|
3387
|
+
"text": "void"
|
|
3388
|
+
}
|
|
3448
3389
|
},
|
|
3449
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3450
|
-
"fieldName": "horizontalThreshold",
|
|
3451
3390
|
"inheritedFrom": {
|
|
3452
3391
|
"name": "AnchoredRegion",
|
|
3453
3392
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3454
3393
|
}
|
|
3455
3394
|
},
|
|
3456
3395
|
{
|
|
3457
|
-
"
|
|
3396
|
+
"kind": "field",
|
|
3397
|
+
"name": "verticalInset",
|
|
3458
3398
|
"type": {
|
|
3459
|
-
"text": "
|
|
3399
|
+
"text": "boolean"
|
|
3460
3400
|
},
|
|
3461
|
-
"
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3401
|
+
"privacy": "public",
|
|
3402
|
+
"default": "false",
|
|
3403
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3464
3404
|
"inheritedFrom": {
|
|
3465
3405
|
"name": "AnchoredRegion",
|
|
3466
3406
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3467
3407
|
}
|
|
3468
3408
|
},
|
|
3469
3409
|
{
|
|
3470
|
-
"
|
|
3471
|
-
"
|
|
3472
|
-
|
|
3410
|
+
"kind": "method",
|
|
3411
|
+
"name": "verticalInsetChanged",
|
|
3412
|
+
"privacy": "private",
|
|
3413
|
+
"return": {
|
|
3414
|
+
"type": {
|
|
3415
|
+
"text": "void"
|
|
3416
|
+
}
|
|
3473
3417
|
},
|
|
3474
|
-
"default": "\"uncontrolled\"",
|
|
3475
|
-
"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",
|
|
3476
|
-
"fieldName": "verticalPositioningMode",
|
|
3477
3418
|
"inheritedFrom": {
|
|
3478
3419
|
"name": "AnchoredRegion",
|
|
3479
3420
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3480
3421
|
}
|
|
3481
3422
|
},
|
|
3482
3423
|
{
|
|
3483
|
-
"
|
|
3424
|
+
"kind": "field",
|
|
3425
|
+
"name": "verticalThreshold",
|
|
3484
3426
|
"type": {
|
|
3485
|
-
"text": "
|
|
3427
|
+
"text": "number"
|
|
3486
3428
|
},
|
|
3487
|
-
"
|
|
3488
|
-
"description": "
|
|
3489
|
-
"fieldName": "verticalDefaultPosition",
|
|
3429
|
+
"privacy": "public",
|
|
3430
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3490
3431
|
"inheritedFrom": {
|
|
3491
3432
|
"name": "AnchoredRegion",
|
|
3492
3433
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3493
3434
|
}
|
|
3494
3435
|
},
|
|
3495
3436
|
{
|
|
3496
|
-
"
|
|
3497
|
-
"
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
"inheritedFrom": {
|
|
3504
|
-
"name": "AnchoredRegion",
|
|
3505
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3506
|
-
}
|
|
3507
|
-
},
|
|
3508
|
-
{
|
|
3509
|
-
"name": "vertical-inset",
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "boolean"
|
|
3512
|
-
},
|
|
3513
|
-
"default": "false",
|
|
3514
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3515
|
-
"fieldName": "verticalInset",
|
|
3516
|
-
"inheritedFrom": {
|
|
3517
|
-
"name": "AnchoredRegion",
|
|
3518
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3519
|
-
}
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"name": "vertical-threshold",
|
|
3523
|
-
"type": {
|
|
3524
|
-
"text": "number"
|
|
3437
|
+
"kind": "method",
|
|
3438
|
+
"name": "verticalThresholdChanged",
|
|
3439
|
+
"privacy": "private",
|
|
3440
|
+
"return": {
|
|
3441
|
+
"type": {
|
|
3442
|
+
"text": "void"
|
|
3443
|
+
}
|
|
3525
3444
|
},
|
|
3526
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3527
|
-
"fieldName": "verticalThreshold",
|
|
3528
3445
|
"inheritedFrom": {
|
|
3529
3446
|
"name": "AnchoredRegion",
|
|
3530
3447
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3531
3448
|
}
|
|
3532
3449
|
},
|
|
3533
3450
|
{
|
|
3534
|
-
"
|
|
3451
|
+
"kind": "field",
|
|
3452
|
+
"name": "verticalScaling",
|
|
3535
3453
|
"type": {
|
|
3536
3454
|
"text": "AxisScalingMode"
|
|
3537
3455
|
},
|
|
3456
|
+
"privacy": "public",
|
|
3538
3457
|
"default": "\"content\"",
|
|
3539
3458
|
"description": "Defines how the height of the region is calculated",
|
|
3540
|
-
"fieldName": "verticalScaling",
|
|
3541
3459
|
"inheritedFrom": {
|
|
3542
3460
|
"name": "AnchoredRegion",
|
|
3543
3461
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3544
3462
|
}
|
|
3545
3463
|
},
|
|
3546
3464
|
{
|
|
3547
|
-
"
|
|
3548
|
-
"
|
|
3549
|
-
|
|
3465
|
+
"kind": "method",
|
|
3466
|
+
"name": "verticalScalingChanged",
|
|
3467
|
+
"privacy": "private",
|
|
3468
|
+
"return": {
|
|
3469
|
+
"type": {
|
|
3470
|
+
"text": "void"
|
|
3471
|
+
}
|
|
3550
3472
|
},
|
|
3551
|
-
"default": "false",
|
|
3552
|
-
"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,",
|
|
3553
|
-
"fieldName": "fixedPlacement",
|
|
3554
3473
|
"inheritedFrom": {
|
|
3555
3474
|
"name": "AnchoredRegion",
|
|
3556
3475
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3557
3476
|
}
|
|
3558
3477
|
},
|
|
3559
|
-
{
|
|
3560
|
-
"name": "auto-update-mode",
|
|
3561
|
-
"type": {
|
|
3562
|
-
"text": "AutoUpdateMode"
|
|
3563
|
-
},
|
|
3564
|
-
"default": "\"anchor\"",
|
|
3565
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3566
|
-
"fieldName": "autoUpdateMode",
|
|
3567
|
-
"inheritedFrom": {
|
|
3568
|
-
"name": "AnchoredRegion",
|
|
3569
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
|
-
}
|
|
3571
|
-
}
|
|
3572
|
-
],
|
|
3573
|
-
"members": [
|
|
3574
3478
|
{
|
|
3575
3479
|
"kind": "field",
|
|
3576
|
-
"name": "
|
|
3480
|
+
"name": "fixedPlacement",
|
|
3577
3481
|
"type": {
|
|
3578
|
-
"text": "
|
|
3482
|
+
"text": "boolean"
|
|
3579
3483
|
},
|
|
3580
3484
|
"privacy": "public",
|
|
3581
|
-
"default": "
|
|
3582
|
-
"description": "
|
|
3485
|
+
"default": "false",
|
|
3486
|
+
"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,",
|
|
3583
3487
|
"inheritedFrom": {
|
|
3584
3488
|
"name": "AnchoredRegion",
|
|
3585
3489
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3587,7 +3491,7 @@
|
|
|
3587
3491
|
},
|
|
3588
3492
|
{
|
|
3589
3493
|
"kind": "method",
|
|
3590
|
-
"name": "
|
|
3494
|
+
"name": "fixedPlacementChanged",
|
|
3591
3495
|
"privacy": "private",
|
|
3592
3496
|
"return": {
|
|
3593
3497
|
"type": {
|
|
@@ -3601,13 +3505,13 @@
|
|
|
3601
3505
|
},
|
|
3602
3506
|
{
|
|
3603
3507
|
"kind": "field",
|
|
3604
|
-
"name": "
|
|
3508
|
+
"name": "autoUpdateMode",
|
|
3605
3509
|
"type": {
|
|
3606
|
-
"text": "
|
|
3510
|
+
"text": "AutoUpdateMode"
|
|
3607
3511
|
},
|
|
3608
3512
|
"privacy": "public",
|
|
3609
|
-
"default": "\"\"",
|
|
3610
|
-
"description": "
|
|
3513
|
+
"default": "\"anchor\"",
|
|
3514
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3611
3515
|
"inheritedFrom": {
|
|
3612
3516
|
"name": "AnchoredRegion",
|
|
3613
3517
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3615,13 +3519,27 @@
|
|
|
3615
3519
|
},
|
|
3616
3520
|
{
|
|
3617
3521
|
"kind": "method",
|
|
3618
|
-
"name": "
|
|
3522
|
+
"name": "autoUpdateModeChanged",
|
|
3619
3523
|
"privacy": "private",
|
|
3620
3524
|
"return": {
|
|
3621
3525
|
"type": {
|
|
3622
3526
|
"text": "void"
|
|
3623
3527
|
}
|
|
3624
3528
|
},
|
|
3529
|
+
"parameters": [
|
|
3530
|
+
{
|
|
3531
|
+
"name": "prevMode",
|
|
3532
|
+
"type": {
|
|
3533
|
+
"text": "AutoUpdateMode"
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "newMode",
|
|
3538
|
+
"type": {
|
|
3539
|
+
"text": "AutoUpdateMode"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
],
|
|
3625
3543
|
"inheritedFrom": {
|
|
3626
3544
|
"name": "AnchoredRegion",
|
|
3627
3545
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3629,13 +3547,13 @@
|
|
|
3629
3547
|
},
|
|
3630
3548
|
{
|
|
3631
3549
|
"kind": "field",
|
|
3632
|
-
"name": "
|
|
3550
|
+
"name": "anchorElement",
|
|
3633
3551
|
"type": {
|
|
3634
|
-
"text": "
|
|
3552
|
+
"text": "HTMLElement | null"
|
|
3635
3553
|
},
|
|
3636
3554
|
"privacy": "public",
|
|
3637
|
-
"default": "
|
|
3638
|
-
"description": "
|
|
3555
|
+
"default": "null",
|
|
3556
|
+
"description": "The HTML element being used as the anchor",
|
|
3639
3557
|
"inheritedFrom": {
|
|
3640
3558
|
"name": "AnchoredRegion",
|
|
3641
3559
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3643,7 +3561,7 @@
|
|
|
3643
3561
|
},
|
|
3644
3562
|
{
|
|
3645
3563
|
"kind": "method",
|
|
3646
|
-
"name": "
|
|
3564
|
+
"name": "anchorElementChanged",
|
|
3647
3565
|
"privacy": "private",
|
|
3648
3566
|
"return": {
|
|
3649
3567
|
"type": {
|
|
@@ -3657,13 +3575,13 @@
|
|
|
3657
3575
|
},
|
|
3658
3576
|
{
|
|
3659
3577
|
"kind": "field",
|
|
3660
|
-
"name": "
|
|
3578
|
+
"name": "viewportElement",
|
|
3661
3579
|
"type": {
|
|
3662
|
-
"text": "
|
|
3580
|
+
"text": "HTMLElement | null"
|
|
3663
3581
|
},
|
|
3664
3582
|
"privacy": "public",
|
|
3665
|
-
"default": "
|
|
3666
|
-
"description": "The
|
|
3583
|
+
"default": "null",
|
|
3584
|
+
"description": "The HTML element being used as the viewport",
|
|
3667
3585
|
"inheritedFrom": {
|
|
3668
3586
|
"name": "AnchoredRegion",
|
|
3669
3587
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3671,7 +3589,7 @@
|
|
|
3671
3589
|
},
|
|
3672
3590
|
{
|
|
3673
3591
|
"kind": "method",
|
|
3674
|
-
"name": "
|
|
3592
|
+
"name": "viewportElementChanged",
|
|
3675
3593
|
"privacy": "private",
|
|
3676
3594
|
"return": {
|
|
3677
3595
|
"type": {
|
|
@@ -3685,27 +3603,25 @@
|
|
|
3685
3603
|
},
|
|
3686
3604
|
{
|
|
3687
3605
|
"kind": "field",
|
|
3688
|
-
"name": "
|
|
3606
|
+
"name": "verticalPosition",
|
|
3689
3607
|
"type": {
|
|
3690
|
-
"text": "
|
|
3608
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3691
3609
|
},
|
|
3692
3610
|
"privacy": "public",
|
|
3693
|
-
"
|
|
3694
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3611
|
+
"description": "indicates the current horizontal position of the region",
|
|
3695
3612
|
"inheritedFrom": {
|
|
3696
3613
|
"name": "AnchoredRegion",
|
|
3697
3614
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3698
3615
|
}
|
|
3699
3616
|
},
|
|
3700
3617
|
{
|
|
3701
|
-
"kind": "
|
|
3702
|
-
"name": "
|
|
3703
|
-
"
|
|
3704
|
-
|
|
3705
|
-
"type": {
|
|
3706
|
-
"text": "void"
|
|
3707
|
-
}
|
|
3618
|
+
"kind": "field",
|
|
3619
|
+
"name": "horizontalPosition",
|
|
3620
|
+
"type": {
|
|
3621
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3708
3622
|
},
|
|
3623
|
+
"privacy": "public",
|
|
3624
|
+
"description": "indicates the current vertical position of the region",
|
|
3709
3625
|
"inheritedFrom": {
|
|
3710
3626
|
"name": "AnchoredRegion",
|
|
3711
3627
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3713,27 +3629,24 @@
|
|
|
3713
3629
|
},
|
|
3714
3630
|
{
|
|
3715
3631
|
"kind": "field",
|
|
3716
|
-
"name": "
|
|
3632
|
+
"name": "translateX",
|
|
3717
3633
|
"type": {
|
|
3718
|
-
"text": "
|
|
3634
|
+
"text": "number"
|
|
3719
3635
|
},
|
|
3720
|
-
"privacy": "
|
|
3721
|
-
"
|
|
3722
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3636
|
+
"privacy": "private",
|
|
3637
|
+
"description": "values to be applied to the component's transform on render",
|
|
3723
3638
|
"inheritedFrom": {
|
|
3724
3639
|
"name": "AnchoredRegion",
|
|
3725
3640
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3726
3641
|
}
|
|
3727
3642
|
},
|
|
3728
3643
|
{
|
|
3729
|
-
"kind": "
|
|
3730
|
-
"name": "
|
|
3731
|
-
"
|
|
3732
|
-
|
|
3733
|
-
"type": {
|
|
3734
|
-
"text": "void"
|
|
3735
|
-
}
|
|
3644
|
+
"kind": "field",
|
|
3645
|
+
"name": "translateY",
|
|
3646
|
+
"type": {
|
|
3647
|
+
"text": "number"
|
|
3736
3648
|
},
|
|
3649
|
+
"privacy": "private",
|
|
3737
3650
|
"inheritedFrom": {
|
|
3738
3651
|
"name": "AnchoredRegion",
|
|
3739
3652
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3741,26 +3654,24 @@
|
|
|
3741
3654
|
},
|
|
3742
3655
|
{
|
|
3743
3656
|
"kind": "field",
|
|
3744
|
-
"name": "
|
|
3657
|
+
"name": "regionWidth",
|
|
3745
3658
|
"type": {
|
|
3746
|
-
"text": "
|
|
3659
|
+
"text": "string"
|
|
3747
3660
|
},
|
|
3748
|
-
"privacy": "
|
|
3749
|
-
"description": "
|
|
3661
|
+
"privacy": "private",
|
|
3662
|
+
"description": "the span to be applied to the region on each axis",
|
|
3750
3663
|
"inheritedFrom": {
|
|
3751
3664
|
"name": "AnchoredRegion",
|
|
3752
3665
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3753
3666
|
}
|
|
3754
3667
|
},
|
|
3755
3668
|
{
|
|
3756
|
-
"kind": "
|
|
3757
|
-
"name": "
|
|
3758
|
-
"
|
|
3759
|
-
|
|
3760
|
-
"type": {
|
|
3761
|
-
"text": "void"
|
|
3762
|
-
}
|
|
3669
|
+
"kind": "field",
|
|
3670
|
+
"name": "regionHeight",
|
|
3671
|
+
"type": {
|
|
3672
|
+
"text": "string"
|
|
3763
3673
|
},
|
|
3674
|
+
"privacy": "private",
|
|
3764
3675
|
"inheritedFrom": {
|
|
3765
3676
|
"name": "AnchoredRegion",
|
|
3766
3677
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3768,27 +3679,24 @@
|
|
|
3768
3679
|
},
|
|
3769
3680
|
{
|
|
3770
3681
|
"kind": "field",
|
|
3771
|
-
"name": "
|
|
3682
|
+
"name": "resizeDetector",
|
|
3772
3683
|
"type": {
|
|
3773
|
-
"text": "
|
|
3684
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3774
3685
|
},
|
|
3775
|
-
"privacy": "
|
|
3776
|
-
"default": "
|
|
3777
|
-
"description": "Defines how the width of the region is calculated",
|
|
3686
|
+
"privacy": "private",
|
|
3687
|
+
"default": "null",
|
|
3778
3688
|
"inheritedFrom": {
|
|
3779
3689
|
"name": "AnchoredRegion",
|
|
3780
3690
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3781
3691
|
}
|
|
3782
3692
|
},
|
|
3783
3693
|
{
|
|
3784
|
-
"kind": "
|
|
3785
|
-
"name": "
|
|
3786
|
-
"
|
|
3787
|
-
|
|
3788
|
-
"type": {
|
|
3789
|
-
"text": "void"
|
|
3790
|
-
}
|
|
3694
|
+
"kind": "field",
|
|
3695
|
+
"name": "viewportRect",
|
|
3696
|
+
"type": {
|
|
3697
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3791
3698
|
},
|
|
3699
|
+
"privacy": "private",
|
|
3792
3700
|
"inheritedFrom": {
|
|
3793
3701
|
"name": "AnchoredRegion",
|
|
3794
3702
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3796,27 +3704,23 @@
|
|
|
3796
3704
|
},
|
|
3797
3705
|
{
|
|
3798
3706
|
"kind": "field",
|
|
3799
|
-
"name": "
|
|
3707
|
+
"name": "anchorRect",
|
|
3800
3708
|
"type": {
|
|
3801
|
-
"text": "
|
|
3709
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3802
3710
|
},
|
|
3803
|
-
"privacy": "
|
|
3804
|
-
"default": "\"uncontrolled\"",
|
|
3805
|
-
"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",
|
|
3711
|
+
"privacy": "private",
|
|
3806
3712
|
"inheritedFrom": {
|
|
3807
3713
|
"name": "AnchoredRegion",
|
|
3808
3714
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3809
3715
|
}
|
|
3810
3716
|
},
|
|
3811
3717
|
{
|
|
3812
|
-
"kind": "
|
|
3813
|
-
"name": "
|
|
3814
|
-
"
|
|
3815
|
-
|
|
3816
|
-
"type": {
|
|
3817
|
-
"text": "void"
|
|
3818
|
-
}
|
|
3718
|
+
"kind": "field",
|
|
3719
|
+
"name": "regionRect",
|
|
3720
|
+
"type": {
|
|
3721
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3819
3722
|
},
|
|
3723
|
+
"privacy": "private",
|
|
3820
3724
|
"inheritedFrom": {
|
|
3821
3725
|
"name": "AnchoredRegion",
|
|
3822
3726
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3824,27 +3728,26 @@
|
|
|
3824
3728
|
},
|
|
3825
3729
|
{
|
|
3826
3730
|
"kind": "field",
|
|
3827
|
-
"name": "
|
|
3731
|
+
"name": "baseHorizontalOffset",
|
|
3828
3732
|
"type": {
|
|
3829
|
-
"text": "
|
|
3733
|
+
"text": "number"
|
|
3830
3734
|
},
|
|
3831
|
-
"privacy": "
|
|
3832
|
-
"default": "
|
|
3833
|
-
"description": "
|
|
3735
|
+
"privacy": "private",
|
|
3736
|
+
"default": "0",
|
|
3737
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3834
3738
|
"inheritedFrom": {
|
|
3835
3739
|
"name": "AnchoredRegion",
|
|
3836
3740
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3837
3741
|
}
|
|
3838
3742
|
},
|
|
3839
3743
|
{
|
|
3840
|
-
"kind": "
|
|
3841
|
-
"name": "
|
|
3842
|
-
"
|
|
3843
|
-
|
|
3844
|
-
"type": {
|
|
3845
|
-
"text": "void"
|
|
3846
|
-
}
|
|
3744
|
+
"kind": "field",
|
|
3745
|
+
"name": "baseVerticalOffset",
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "number"
|
|
3847
3748
|
},
|
|
3749
|
+
"privacy": "private",
|
|
3750
|
+
"default": "0",
|
|
3848
3751
|
"inheritedFrom": {
|
|
3849
3752
|
"name": "AnchoredRegion",
|
|
3850
3753
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3852,27 +3755,12 @@
|
|
|
3852
3755
|
},
|
|
3853
3756
|
{
|
|
3854
3757
|
"kind": "field",
|
|
3855
|
-
"name": "
|
|
3758
|
+
"name": "pendingPositioningUpdate",
|
|
3856
3759
|
"type": {
|
|
3857
3760
|
"text": "boolean"
|
|
3858
3761
|
},
|
|
3859
|
-
"privacy": "
|
|
3762
|
+
"privacy": "private",
|
|
3860
3763
|
"default": "false",
|
|
3861
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3862
|
-
"inheritedFrom": {
|
|
3863
|
-
"name": "AnchoredRegion",
|
|
3864
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3865
|
-
}
|
|
3866
|
-
},
|
|
3867
|
-
{
|
|
3868
|
-
"kind": "method",
|
|
3869
|
-
"name": "verticalViewportLockChanged",
|
|
3870
|
-
"privacy": "private",
|
|
3871
|
-
"return": {
|
|
3872
|
-
"type": {
|
|
3873
|
-
"text": "void"
|
|
3874
|
-
}
|
|
3875
|
-
},
|
|
3876
3764
|
"inheritedFrom": {
|
|
3877
3765
|
"name": "AnchoredRegion",
|
|
3878
3766
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3880,27 +3768,24 @@
|
|
|
3880
3768
|
},
|
|
3881
3769
|
{
|
|
3882
3770
|
"kind": "field",
|
|
3883
|
-
"name": "
|
|
3771
|
+
"name": "pendingReset",
|
|
3884
3772
|
"type": {
|
|
3885
3773
|
"text": "boolean"
|
|
3886
3774
|
},
|
|
3887
|
-
"privacy": "
|
|
3775
|
+
"privacy": "private",
|
|
3888
3776
|
"default": "false",
|
|
3889
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3890
3777
|
"inheritedFrom": {
|
|
3891
3778
|
"name": "AnchoredRegion",
|
|
3892
3779
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3893
3780
|
}
|
|
3894
3781
|
},
|
|
3895
3782
|
{
|
|
3896
|
-
"kind": "
|
|
3897
|
-
"name": "
|
|
3898
|
-
"
|
|
3899
|
-
|
|
3900
|
-
"type": {
|
|
3901
|
-
"text": "void"
|
|
3902
|
-
}
|
|
3783
|
+
"kind": "field",
|
|
3784
|
+
"name": "currentDirection",
|
|
3785
|
+
"type": {
|
|
3786
|
+
"text": "Direction"
|
|
3903
3787
|
},
|
|
3788
|
+
"privacy": "private",
|
|
3904
3789
|
"inheritedFrom": {
|
|
3905
3790
|
"name": "AnchoredRegion",
|
|
3906
3791
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3908,26 +3793,25 @@
|
|
|
3908
3793
|
},
|
|
3909
3794
|
{
|
|
3910
3795
|
"kind": "field",
|
|
3911
|
-
"name": "
|
|
3796
|
+
"name": "regionVisible",
|
|
3912
3797
|
"type": {
|
|
3913
|
-
"text": "
|
|
3798
|
+
"text": "boolean"
|
|
3914
3799
|
},
|
|
3915
|
-
"privacy": "
|
|
3916
|
-
"
|
|
3800
|
+
"privacy": "private",
|
|
3801
|
+
"default": "false",
|
|
3917
3802
|
"inheritedFrom": {
|
|
3918
3803
|
"name": "AnchoredRegion",
|
|
3919
3804
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3920
3805
|
}
|
|
3921
3806
|
},
|
|
3922
3807
|
{
|
|
3923
|
-
"kind": "
|
|
3924
|
-
"name": "
|
|
3925
|
-
"
|
|
3926
|
-
|
|
3927
|
-
"type": {
|
|
3928
|
-
"text": "void"
|
|
3929
|
-
}
|
|
3808
|
+
"kind": "field",
|
|
3809
|
+
"name": "forceUpdate",
|
|
3810
|
+
"type": {
|
|
3811
|
+
"text": "boolean"
|
|
3930
3812
|
},
|
|
3813
|
+
"privacy": "private",
|
|
3814
|
+
"default": "false",
|
|
3931
3815
|
"inheritedFrom": {
|
|
3932
3816
|
"name": "AnchoredRegion",
|
|
3933
3817
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3935,27 +3819,26 @@
|
|
|
3935
3819
|
},
|
|
3936
3820
|
{
|
|
3937
3821
|
"kind": "field",
|
|
3938
|
-
"name": "
|
|
3822
|
+
"name": "updateThreshold",
|
|
3939
3823
|
"type": {
|
|
3940
|
-
"text": "
|
|
3824
|
+
"text": "number"
|
|
3941
3825
|
},
|
|
3942
|
-
"privacy": "
|
|
3943
|
-
"default": "
|
|
3944
|
-
"description": "Defines how the height of the region is calculated",
|
|
3826
|
+
"privacy": "private",
|
|
3827
|
+
"default": "0.5",
|
|
3945
3828
|
"inheritedFrom": {
|
|
3946
3829
|
"name": "AnchoredRegion",
|
|
3947
3830
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3948
3831
|
}
|
|
3949
3832
|
},
|
|
3950
3833
|
{
|
|
3951
|
-
"kind": "
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3954
|
-
|
|
3955
|
-
"type": {
|
|
3956
|
-
"text": "void"
|
|
3957
|
-
}
|
|
3834
|
+
"kind": "field",
|
|
3835
|
+
"name": "intersectionService",
|
|
3836
|
+
"type": {
|
|
3837
|
+
"text": "IntersectionService"
|
|
3958
3838
|
},
|
|
3839
|
+
"privacy": "private",
|
|
3840
|
+
"static": true,
|
|
3841
|
+
"default": "new IntersectionService()",
|
|
3959
3842
|
"inheritedFrom": {
|
|
3960
3843
|
"name": "AnchoredRegion",
|
|
3961
3844
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3963,13 +3846,9 @@
|
|
|
3963
3846
|
},
|
|
3964
3847
|
{
|
|
3965
3848
|
"kind": "field",
|
|
3966
|
-
"name": "
|
|
3967
|
-
"type": {
|
|
3968
|
-
"text": "boolean"
|
|
3969
|
-
},
|
|
3849
|
+
"name": "update",
|
|
3970
3850
|
"privacy": "public",
|
|
3971
|
-
"
|
|
3972
|
-
"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,",
|
|
3851
|
+
"description": "update position",
|
|
3973
3852
|
"inheritedFrom": {
|
|
3974
3853
|
"name": "AnchoredRegion",
|
|
3975
3854
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3977,27 +3856,14 @@
|
|
|
3977
3856
|
},
|
|
3978
3857
|
{
|
|
3979
3858
|
"kind": "method",
|
|
3980
|
-
"name": "
|
|
3859
|
+
"name": "disconnectResizeDetector",
|
|
3981
3860
|
"privacy": "private",
|
|
3982
3861
|
"return": {
|
|
3983
3862
|
"type": {
|
|
3984
3863
|
"text": "void"
|
|
3985
3864
|
}
|
|
3986
3865
|
},
|
|
3987
|
-
"
|
|
3988
|
-
"name": "AnchoredRegion",
|
|
3989
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3990
|
-
}
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"kind": "field",
|
|
3994
|
-
"name": "autoUpdateMode",
|
|
3995
|
-
"type": {
|
|
3996
|
-
"text": "AutoUpdateMode"
|
|
3997
|
-
},
|
|
3998
|
-
"privacy": "public",
|
|
3999
|
-
"default": "\"anchor\"",
|
|
4000
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3866
|
+
"description": "destroys the instance's resize observer",
|
|
4001
3867
|
"inheritedFrom": {
|
|
4002
3868
|
"name": "AnchoredRegion",
|
|
4003
3869
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4005,41 +3871,29 @@
|
|
|
4005
3871
|
},
|
|
4006
3872
|
{
|
|
4007
3873
|
"kind": "method",
|
|
4008
|
-
"name": "
|
|
3874
|
+
"name": "initializeResizeDetector",
|
|
4009
3875
|
"privacy": "private",
|
|
4010
3876
|
"return": {
|
|
4011
3877
|
"type": {
|
|
4012
3878
|
"text": "void"
|
|
4013
3879
|
}
|
|
4014
3880
|
},
|
|
4015
|
-
"
|
|
4016
|
-
{
|
|
4017
|
-
"name": "prevMode",
|
|
4018
|
-
"type": {
|
|
4019
|
-
"text": "AutoUpdateMode"
|
|
4020
|
-
}
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
"name": "newMode",
|
|
4024
|
-
"type": {
|
|
4025
|
-
"text": "AutoUpdateMode"
|
|
4026
|
-
}
|
|
4027
|
-
}
|
|
4028
|
-
],
|
|
3881
|
+
"description": "initializes the instance's resize observer",
|
|
4029
3882
|
"inheritedFrom": {
|
|
4030
3883
|
"name": "AnchoredRegion",
|
|
4031
3884
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4032
3885
|
}
|
|
4033
3886
|
},
|
|
4034
3887
|
{
|
|
4035
|
-
"kind": "
|
|
4036
|
-
"name": "
|
|
4037
|
-
"
|
|
4038
|
-
|
|
3888
|
+
"kind": "method",
|
|
3889
|
+
"name": "updateForAttributeChange",
|
|
3890
|
+
"privacy": "private",
|
|
3891
|
+
"return": {
|
|
3892
|
+
"type": {
|
|
3893
|
+
"text": "void"
|
|
3894
|
+
}
|
|
4039
3895
|
},
|
|
4040
|
-
"
|
|
4041
|
-
"default": "null",
|
|
4042
|
-
"description": "The HTML element being used as the anchor",
|
|
3896
|
+
"description": "react to attribute changes that don't require a reset",
|
|
4043
3897
|
"inheritedFrom": {
|
|
4044
3898
|
"name": "AnchoredRegion",
|
|
4045
3899
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4047,27 +3901,29 @@
|
|
|
4047
3901
|
},
|
|
4048
3902
|
{
|
|
4049
3903
|
"kind": "method",
|
|
4050
|
-
"name": "
|
|
3904
|
+
"name": "initialize",
|
|
4051
3905
|
"privacy": "private",
|
|
4052
3906
|
"return": {
|
|
4053
3907
|
"type": {
|
|
4054
3908
|
"text": "void"
|
|
4055
3909
|
}
|
|
4056
3910
|
},
|
|
3911
|
+
"description": "fully initializes the component",
|
|
4057
3912
|
"inheritedFrom": {
|
|
4058
3913
|
"name": "AnchoredRegion",
|
|
4059
3914
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4060
3915
|
}
|
|
4061
3916
|
},
|
|
4062
3917
|
{
|
|
4063
|
-
"kind": "
|
|
4064
|
-
"name": "
|
|
4065
|
-
"
|
|
4066
|
-
|
|
3918
|
+
"kind": "method",
|
|
3919
|
+
"name": "requestReset",
|
|
3920
|
+
"privacy": "private",
|
|
3921
|
+
"return": {
|
|
3922
|
+
"type": {
|
|
3923
|
+
"text": "void"
|
|
3924
|
+
}
|
|
4067
3925
|
},
|
|
4068
|
-
"
|
|
4069
|
-
"default": "null",
|
|
4070
|
-
"description": "The HTML element being used as the viewport",
|
|
3926
|
+
"description": "Request a reset if there are currently no open requests",
|
|
4071
3927
|
"inheritedFrom": {
|
|
4072
3928
|
"name": "AnchoredRegion",
|
|
4073
3929
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4075,13 +3931,14 @@
|
|
|
4075
3931
|
},
|
|
4076
3932
|
{
|
|
4077
3933
|
"kind": "method",
|
|
4078
|
-
"name": "
|
|
3934
|
+
"name": "setInitialState",
|
|
4079
3935
|
"privacy": "private",
|
|
4080
3936
|
"return": {
|
|
4081
3937
|
"type": {
|
|
4082
3938
|
"text": "void"
|
|
4083
3939
|
}
|
|
4084
3940
|
},
|
|
3941
|
+
"description": "sets the starting configuration for component internal values",
|
|
4085
3942
|
"inheritedFrom": {
|
|
4086
3943
|
"name": "AnchoredRegion",
|
|
4087
3944
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4089,12 +3946,9 @@
|
|
|
4089
3946
|
},
|
|
4090
3947
|
{
|
|
4091
3948
|
"kind": "field",
|
|
4092
|
-
"name": "
|
|
4093
|
-
"
|
|
4094
|
-
|
|
4095
|
-
},
|
|
4096
|
-
"privacy": "public",
|
|
4097
|
-
"description": "indicates the current horizontal position of the region",
|
|
3949
|
+
"name": "startObservers",
|
|
3950
|
+
"privacy": "private",
|
|
3951
|
+
"description": "starts observers",
|
|
4098
3952
|
"inheritedFrom": {
|
|
4099
3953
|
"name": "AnchoredRegion",
|
|
4100
3954
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4102,12 +3956,9 @@
|
|
|
4102
3956
|
},
|
|
4103
3957
|
{
|
|
4104
3958
|
"kind": "field",
|
|
4105
|
-
"name": "
|
|
4106
|
-
"
|
|
4107
|
-
|
|
4108
|
-
},
|
|
4109
|
-
"privacy": "public",
|
|
4110
|
-
"description": "indicates the current vertical position of the region",
|
|
3959
|
+
"name": "requestPositionUpdates",
|
|
3960
|
+
"privacy": "private",
|
|
3961
|
+
"description": "get position updates",
|
|
4111
3962
|
"inheritedFrom": {
|
|
4112
3963
|
"name": "AnchoredRegion",
|
|
4113
3964
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4115,12 +3966,9 @@
|
|
|
4115
3966
|
},
|
|
4116
3967
|
{
|
|
4117
3968
|
"kind": "field",
|
|
4118
|
-
"name": "
|
|
4119
|
-
"type": {
|
|
4120
|
-
"text": "number"
|
|
4121
|
-
},
|
|
3969
|
+
"name": "stopObservers",
|
|
4122
3970
|
"privacy": "private",
|
|
4123
|
-
"description": "
|
|
3971
|
+
"description": "stops observers",
|
|
4124
3972
|
"inheritedFrom": {
|
|
4125
3973
|
"name": "AnchoredRegion",
|
|
4126
3974
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4128,11 +3976,9 @@
|
|
|
4128
3976
|
},
|
|
4129
3977
|
{
|
|
4130
3978
|
"kind": "field",
|
|
4131
|
-
"name": "
|
|
4132
|
-
"type": {
|
|
4133
|
-
"text": "number"
|
|
4134
|
-
},
|
|
3979
|
+
"name": "getViewport",
|
|
4135
3980
|
"privacy": "private",
|
|
3981
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
4136
3982
|
"inheritedFrom": {
|
|
4137
3983
|
"name": "AnchoredRegion",
|
|
4138
3984
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4140,12 +3986,9 @@
|
|
|
4140
3986
|
},
|
|
4141
3987
|
{
|
|
4142
3988
|
"kind": "field",
|
|
4143
|
-
"name": "
|
|
4144
|
-
"type": {
|
|
4145
|
-
"text": "string"
|
|
4146
|
-
},
|
|
3989
|
+
"name": "getAnchor",
|
|
4147
3990
|
"privacy": "private",
|
|
4148
|
-
"description": "
|
|
3991
|
+
"description": "Gets the anchor element by id",
|
|
4149
3992
|
"inheritedFrom": {
|
|
4150
3993
|
"name": "AnchoredRegion",
|
|
4151
3994
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4153,11 +3996,9 @@
|
|
|
4153
3996
|
},
|
|
4154
3997
|
{
|
|
4155
3998
|
"kind": "field",
|
|
4156
|
-
"name": "
|
|
4157
|
-
"type": {
|
|
4158
|
-
"text": "string"
|
|
4159
|
-
},
|
|
3999
|
+
"name": "handleIntersection",
|
|
4160
4000
|
"privacy": "private",
|
|
4001
|
+
"description": "Handle intersections",
|
|
4161
4002
|
"inheritedFrom": {
|
|
4162
4003
|
"name": "AnchoredRegion",
|
|
4163
4004
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4165,12 +4006,9 @@
|
|
|
4165
4006
|
},
|
|
4166
4007
|
{
|
|
4167
4008
|
"kind": "field",
|
|
4168
|
-
"name": "
|
|
4169
|
-
"type": {
|
|
4170
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
4171
|
-
},
|
|
4009
|
+
"name": "applyIntersectionEntries",
|
|
4172
4010
|
"privacy": "private",
|
|
4173
|
-
"
|
|
4011
|
+
"description": "iterate through intersection entries and apply data",
|
|
4174
4012
|
"inheritedFrom": {
|
|
4175
4013
|
"name": "AnchoredRegion",
|
|
4176
4014
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4178,11 +4016,9 @@
|
|
|
4178
4016
|
},
|
|
4179
4017
|
{
|
|
4180
4018
|
"kind": "field",
|
|
4181
|
-
"name": "
|
|
4182
|
-
"type": {
|
|
4183
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
4184
|
-
},
|
|
4019
|
+
"name": "updateRegionOffset",
|
|
4185
4020
|
"privacy": "private",
|
|
4021
|
+
"description": "Update the offset values",
|
|
4186
4022
|
"inheritedFrom": {
|
|
4187
4023
|
"name": "AnchoredRegion",
|
|
4188
4024
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4190,11 +4026,9 @@
|
|
|
4190
4026
|
},
|
|
4191
4027
|
{
|
|
4192
4028
|
"kind": "field",
|
|
4193
|
-
"name": "
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
4196
|
-
},
|
|
4029
|
+
"name": "isRectDifferent",
|
|
4197
4030
|
"privacy": "private",
|
|
4031
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
4198
4032
|
"inheritedFrom": {
|
|
4199
4033
|
"name": "AnchoredRegion",
|
|
4200
4034
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4202,11 +4036,9 @@
|
|
|
4202
4036
|
},
|
|
4203
4037
|
{
|
|
4204
4038
|
"kind": "field",
|
|
4205
|
-
"name": "
|
|
4206
|
-
"type": {
|
|
4207
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
4208
|
-
},
|
|
4039
|
+
"name": "handleResize",
|
|
4209
4040
|
"privacy": "private",
|
|
4041
|
+
"description": "Handle resize events",
|
|
4210
4042
|
"inheritedFrom": {
|
|
4211
4043
|
"name": "AnchoredRegion",
|
|
4212
4044
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4214,13 +4046,9 @@
|
|
|
4214
4046
|
},
|
|
4215
4047
|
{
|
|
4216
4048
|
"kind": "field",
|
|
4217
|
-
"name": "
|
|
4218
|
-
"type": {
|
|
4219
|
-
"text": "number"
|
|
4220
|
-
},
|
|
4049
|
+
"name": "reset",
|
|
4221
4050
|
"privacy": "private",
|
|
4222
|
-
"
|
|
4223
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
4051
|
+
"description": "resets the component",
|
|
4224
4052
|
"inheritedFrom": {
|
|
4225
4053
|
"name": "AnchoredRegion",
|
|
4226
4054
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4228,12 +4056,9 @@
|
|
|
4228
4056
|
},
|
|
4229
4057
|
{
|
|
4230
4058
|
"kind": "field",
|
|
4231
|
-
"name": "
|
|
4232
|
-
"type": {
|
|
4233
|
-
"text": "number"
|
|
4234
|
-
},
|
|
4059
|
+
"name": "updateLayout",
|
|
4235
4060
|
"privacy": "private",
|
|
4236
|
-
"
|
|
4061
|
+
"description": "Recalculate layout related state values",
|
|
4237
4062
|
"inheritedFrom": {
|
|
4238
4063
|
"name": "AnchoredRegion",
|
|
4239
4064
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4241,12 +4066,9 @@
|
|
|
4241
4066
|
},
|
|
4242
4067
|
{
|
|
4243
4068
|
"kind": "field",
|
|
4244
|
-
"name": "
|
|
4245
|
-
"type": {
|
|
4246
|
-
"text": "boolean"
|
|
4247
|
-
},
|
|
4069
|
+
"name": "updateRegionStyle",
|
|
4248
4070
|
"privacy": "private",
|
|
4249
|
-
"
|
|
4071
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4250
4072
|
"inheritedFrom": {
|
|
4251
4073
|
"name": "AnchoredRegion",
|
|
4252
4074
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4254,12 +4076,9 @@
|
|
|
4254
4076
|
},
|
|
4255
4077
|
{
|
|
4256
4078
|
"kind": "field",
|
|
4257
|
-
"name": "
|
|
4258
|
-
"type": {
|
|
4259
|
-
"text": "boolean"
|
|
4260
|
-
},
|
|
4079
|
+
"name": "updatePositionClasses",
|
|
4261
4080
|
"privacy": "private",
|
|
4262
|
-
"
|
|
4081
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4263
4082
|
"inheritedFrom": {
|
|
4264
4083
|
"name": "AnchoredRegion",
|
|
4265
4084
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4267,11 +4086,9 @@
|
|
|
4267
4086
|
},
|
|
4268
4087
|
{
|
|
4269
4088
|
"kind": "field",
|
|
4270
|
-
"name": "
|
|
4271
|
-
"type": {
|
|
4272
|
-
"text": "Direction"
|
|
4273
|
-
},
|
|
4089
|
+
"name": "setHorizontalPosition",
|
|
4274
4090
|
"privacy": "private",
|
|
4091
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4275
4092
|
"inheritedFrom": {
|
|
4276
4093
|
"name": "AnchoredRegion",
|
|
4277
4094
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4279,12 +4096,9 @@
|
|
|
4279
4096
|
},
|
|
4280
4097
|
{
|
|
4281
4098
|
"kind": "field",
|
|
4282
|
-
"name": "
|
|
4283
|
-
"type": {
|
|
4284
|
-
"text": "boolean"
|
|
4285
|
-
},
|
|
4099
|
+
"name": "setVerticalPosition",
|
|
4286
4100
|
"privacy": "private",
|
|
4287
|
-
"
|
|
4101
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4288
4102
|
"inheritedFrom": {
|
|
4289
4103
|
"name": "AnchoredRegion",
|
|
4290
4104
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4292,12 +4106,9 @@
|
|
|
4292
4106
|
},
|
|
4293
4107
|
{
|
|
4294
4108
|
"kind": "field",
|
|
4295
|
-
"name": "
|
|
4296
|
-
"type": {
|
|
4297
|
-
"text": "boolean"
|
|
4298
|
-
},
|
|
4109
|
+
"name": "getPositioningOptions",
|
|
4299
4110
|
"privacy": "private",
|
|
4300
|
-
"
|
|
4111
|
+
"description": "Get available positions based on positioning mode",
|
|
4301
4112
|
"inheritedFrom": {
|
|
4302
4113
|
"name": "AnchoredRegion",
|
|
4303
4114
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4305,12 +4116,9 @@
|
|
|
4305
4116
|
},
|
|
4306
4117
|
{
|
|
4307
4118
|
"kind": "field",
|
|
4308
|
-
"name": "
|
|
4309
|
-
"type": {
|
|
4310
|
-
"text": "number"
|
|
4311
|
-
},
|
|
4119
|
+
"name": "getAvailableSpace",
|
|
4312
4120
|
"privacy": "private",
|
|
4313
|
-
"
|
|
4121
|
+
"description": "Get the space available for a particular relative position",
|
|
4314
4122
|
"inheritedFrom": {
|
|
4315
4123
|
"name": "AnchoredRegion",
|
|
4316
4124
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4318,13 +4126,9 @@
|
|
|
4318
4126
|
},
|
|
4319
4127
|
{
|
|
4320
4128
|
"kind": "field",
|
|
4321
|
-
"name": "
|
|
4322
|
-
"type": {
|
|
4323
|
-
"text": "IntersectionService"
|
|
4324
|
-
},
|
|
4129
|
+
"name": "getNextRegionDimension",
|
|
4325
4130
|
"privacy": "private",
|
|
4326
|
-
"
|
|
4327
|
-
"default": "new IntersectionService()",
|
|
4131
|
+
"description": "Get region dimensions",
|
|
4328
4132
|
"inheritedFrom": {
|
|
4329
4133
|
"name": "AnchoredRegion",
|
|
4330
4134
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4332,54 +4136,58 @@
|
|
|
4332
4136
|
},
|
|
4333
4137
|
{
|
|
4334
4138
|
"kind": "field",
|
|
4335
|
-
"name": "
|
|
4336
|
-
"privacy": "
|
|
4337
|
-
"description": "
|
|
4139
|
+
"name": "startAutoUpdateEventListeners",
|
|
4140
|
+
"privacy": "private",
|
|
4141
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4338
4142
|
"inheritedFrom": {
|
|
4339
4143
|
"name": "AnchoredRegion",
|
|
4340
4144
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4341
4145
|
}
|
|
4342
4146
|
},
|
|
4343
4147
|
{
|
|
4344
|
-
"kind": "
|
|
4345
|
-
"name": "
|
|
4148
|
+
"kind": "field",
|
|
4149
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4346
4150
|
"privacy": "private",
|
|
4347
|
-
"
|
|
4348
|
-
"type": {
|
|
4349
|
-
"text": "void"
|
|
4350
|
-
}
|
|
4351
|
-
},
|
|
4352
|
-
"description": "destroys the instance's resize observer",
|
|
4151
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4353
4152
|
"inheritedFrom": {
|
|
4354
4153
|
"name": "AnchoredRegion",
|
|
4355
4154
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4356
4155
|
}
|
|
4357
4156
|
},
|
|
4358
4157
|
{
|
|
4359
|
-
"kind": "
|
|
4360
|
-
"name": "
|
|
4158
|
+
"kind": "field",
|
|
4159
|
+
"name": "_presentation",
|
|
4160
|
+
"type": {
|
|
4161
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4162
|
+
},
|
|
4361
4163
|
"privacy": "private",
|
|
4362
|
-
"
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4164
|
+
"default": "void 0",
|
|
4165
|
+
"inheritedFrom": {
|
|
4166
|
+
"name": "AnchoredRegion",
|
|
4167
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"kind": "field",
|
|
4172
|
+
"name": "$presentation",
|
|
4173
|
+
"type": {
|
|
4174
|
+
"text": "ComponentPresentation | null"
|
|
4366
4175
|
},
|
|
4367
|
-
"
|
|
4176
|
+
"privacy": "public",
|
|
4177
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4368
4178
|
"inheritedFrom": {
|
|
4369
4179
|
"name": "AnchoredRegion",
|
|
4370
4180
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4371
4181
|
}
|
|
4372
4182
|
},
|
|
4373
4183
|
{
|
|
4374
|
-
"kind": "
|
|
4375
|
-
"name": "
|
|
4376
|
-
"
|
|
4377
|
-
|
|
4378
|
-
"type": {
|
|
4379
|
-
"text": "void"
|
|
4380
|
-
}
|
|
4184
|
+
"kind": "field",
|
|
4185
|
+
"name": "template",
|
|
4186
|
+
"type": {
|
|
4187
|
+
"text": "ElementViewTemplate | void | null"
|
|
4381
4188
|
},
|
|
4382
|
-
"
|
|
4189
|
+
"privacy": "public",
|
|
4190
|
+
"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.",
|
|
4383
4191
|
"inheritedFrom": {
|
|
4384
4192
|
"name": "AnchoredRegion",
|
|
4385
4193
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4387,14 +4195,26 @@
|
|
|
4387
4195
|
},
|
|
4388
4196
|
{
|
|
4389
4197
|
"kind": "method",
|
|
4390
|
-
"name": "
|
|
4391
|
-
"privacy": "
|
|
4198
|
+
"name": "templateChanged",
|
|
4199
|
+
"privacy": "protected",
|
|
4392
4200
|
"return": {
|
|
4393
4201
|
"type": {
|
|
4394
4202
|
"text": "void"
|
|
4395
4203
|
}
|
|
4396
4204
|
},
|
|
4397
|
-
"
|
|
4205
|
+
"inheritedFrom": {
|
|
4206
|
+
"name": "AnchoredRegion",
|
|
4207
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4208
|
+
}
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"kind": "field",
|
|
4212
|
+
"name": "styles",
|
|
4213
|
+
"type": {
|
|
4214
|
+
"text": "ElementStyles | void | null"
|
|
4215
|
+
},
|
|
4216
|
+
"privacy": "public",
|
|
4217
|
+
"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.",
|
|
4398
4218
|
"inheritedFrom": {
|
|
4399
4219
|
"name": "AnchoredRegion",
|
|
4400
4220
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4402,14 +4222,13 @@
|
|
|
4402
4222
|
},
|
|
4403
4223
|
{
|
|
4404
4224
|
"kind": "method",
|
|
4405
|
-
"name": "
|
|
4406
|
-
"privacy": "
|
|
4225
|
+
"name": "stylesChanged",
|
|
4226
|
+
"privacy": "protected",
|
|
4407
4227
|
"return": {
|
|
4408
4228
|
"type": {
|
|
4409
4229
|
"text": "void"
|
|
4410
4230
|
}
|
|
4411
4231
|
},
|
|
4412
|
-
"description": "Request a reset if there are currently no open requests",
|
|
4413
4232
|
"inheritedFrom": {
|
|
4414
4233
|
"name": "AnchoredRegion",
|
|
4415
4234
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4417,227 +4236,426 @@
|
|
|
4417
4236
|
},
|
|
4418
4237
|
{
|
|
4419
4238
|
"kind": "method",
|
|
4420
|
-
"name": "
|
|
4421
|
-
"privacy": "
|
|
4239
|
+
"name": "compose",
|
|
4240
|
+
"privacy": "public",
|
|
4241
|
+
"static": true,
|
|
4422
4242
|
"return": {
|
|
4423
4243
|
"type": {
|
|
4424
|
-
"text": "
|
|
4244
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4425
4245
|
}
|
|
4426
4246
|
},
|
|
4427
|
-
"
|
|
4247
|
+
"parameters": [
|
|
4248
|
+
{
|
|
4249
|
+
"name": "this",
|
|
4250
|
+
"type": {
|
|
4251
|
+
"text": "K"
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
4254
|
+
{
|
|
4255
|
+
"name": "elementDefinition",
|
|
4256
|
+
"type": {
|
|
4257
|
+
"text": "T"
|
|
4258
|
+
},
|
|
4259
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4260
|
+
}
|
|
4261
|
+
],
|
|
4262
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4428
4263
|
"inheritedFrom": {
|
|
4429
4264
|
"name": "AnchoredRegion",
|
|
4430
4265
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4431
4266
|
}
|
|
4432
|
-
}
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"events": [
|
|
4433
4270
|
{
|
|
4434
|
-
"
|
|
4435
|
-
"name": "
|
|
4436
|
-
"privacy": "private",
|
|
4437
|
-
"description": "starts observers",
|
|
4271
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4272
|
+
"name": "loaded",
|
|
4438
4273
|
"inheritedFrom": {
|
|
4439
4274
|
"name": "AnchoredRegion",
|
|
4440
4275
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4441
4276
|
}
|
|
4442
4277
|
},
|
|
4443
4278
|
{
|
|
4444
|
-
"
|
|
4445
|
-
"name": "
|
|
4446
|
-
"privacy": "private",
|
|
4447
|
-
"description": "get position updates",
|
|
4279
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4280
|
+
"name": "positionchange",
|
|
4448
4281
|
"inheritedFrom": {
|
|
4449
4282
|
"name": "AnchoredRegion",
|
|
4450
4283
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4451
4284
|
}
|
|
4285
|
+
}
|
|
4286
|
+
]
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"kind": "variable",
|
|
4290
|
+
"name": "rapidAnchoredRegion"
|
|
4291
|
+
}
|
|
4292
|
+
],
|
|
4293
|
+
"exports": [
|
|
4294
|
+
{
|
|
4295
|
+
"kind": "js",
|
|
4296
|
+
"name": "AnchoredRegion",
|
|
4297
|
+
"declaration": {
|
|
4298
|
+
"name": "AnchoredRegion",
|
|
4299
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4300
|
+
}
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"kind": "js",
|
|
4304
|
+
"name": "rapidAnchoredRegion",
|
|
4305
|
+
"declaration": {
|
|
4306
|
+
"name": "rapidAnchoredRegion",
|
|
4307
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4308
|
+
}
|
|
4309
|
+
}
|
|
4310
|
+
]
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"kind": "javascript-module",
|
|
4314
|
+
"path": "src/anchored-region/index.ts",
|
|
4315
|
+
"declarations": [],
|
|
4316
|
+
"exports": [
|
|
4317
|
+
{
|
|
4318
|
+
"kind": "js",
|
|
4319
|
+
"name": "*",
|
|
4320
|
+
"declaration": {
|
|
4321
|
+
"name": "*",
|
|
4322
|
+
"package": "./anchored-region"
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"kind": "js",
|
|
4327
|
+
"name": "*",
|
|
4328
|
+
"declaration": {
|
|
4329
|
+
"name": "*",
|
|
4330
|
+
"package": "./anchored-region.template"
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
"kind": "js",
|
|
4335
|
+
"name": "*",
|
|
4336
|
+
"declaration": {
|
|
4337
|
+
"name": "*",
|
|
4338
|
+
"package": "./anchored-region.styles"
|
|
4339
|
+
}
|
|
4340
|
+
}
|
|
4341
|
+
]
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"kind": "javascript-module",
|
|
4345
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
4346
|
+
"declarations": [
|
|
4347
|
+
{
|
|
4348
|
+
"kind": "function",
|
|
4349
|
+
"name": "rapidAnchorStyles",
|
|
4350
|
+
"return": {
|
|
4351
|
+
"type": {
|
|
4352
|
+
"text": "ElementStyles"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
"parameters": [
|
|
4356
|
+
{
|
|
4357
|
+
"name": "context",
|
|
4358
|
+
"type": {
|
|
4359
|
+
"text": "ElementDefinitionContext"
|
|
4360
|
+
}
|
|
4452
4361
|
},
|
|
4453
4362
|
{
|
|
4454
|
-
"
|
|
4455
|
-
"
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4363
|
+
"name": "definition",
|
|
4364
|
+
"type": {
|
|
4365
|
+
"text": "FoundationElementDefinition"
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
]
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"exports": [
|
|
4372
|
+
{
|
|
4373
|
+
"kind": "js",
|
|
4374
|
+
"name": "rapidAnchorStyles",
|
|
4375
|
+
"declaration": {
|
|
4376
|
+
"name": "rapidAnchorStyles",
|
|
4377
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4380
|
+
]
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"kind": "javascript-module",
|
|
4384
|
+
"path": "src/anchor/anchor.template.ts",
|
|
4385
|
+
"declarations": [
|
|
4386
|
+
{
|
|
4387
|
+
"kind": "function",
|
|
4388
|
+
"name": "rapidAnchorTemplate",
|
|
4389
|
+
"return": {
|
|
4390
|
+
"type": {
|
|
4391
|
+
"text": "ViewTemplate<Anchor>"
|
|
4392
|
+
}
|
|
4393
|
+
},
|
|
4394
|
+
"parameters": [
|
|
4395
|
+
{
|
|
4396
|
+
"name": "context",
|
|
4397
|
+
"type": {
|
|
4398
|
+
"text": "ElementDefinitionContext"
|
|
4461
4399
|
}
|
|
4462
4400
|
},
|
|
4463
4401
|
{
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4466
|
-
|
|
4467
|
-
|
|
4402
|
+
"name": "definition",
|
|
4403
|
+
"type": {
|
|
4404
|
+
"text": "FoundationElementDefinition"
|
|
4405
|
+
}
|
|
4406
|
+
}
|
|
4407
|
+
]
|
|
4408
|
+
}
|
|
4409
|
+
],
|
|
4410
|
+
"exports": [
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "js",
|
|
4413
|
+
"name": "rapidAnchorTemplate",
|
|
4414
|
+
"declaration": {
|
|
4415
|
+
"name": "rapidAnchorTemplate",
|
|
4416
|
+
"module": "src/anchor/anchor.template.ts"
|
|
4417
|
+
}
|
|
4418
|
+
}
|
|
4419
|
+
]
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"kind": "javascript-module",
|
|
4423
|
+
"path": "src/anchor/anchor.ts",
|
|
4424
|
+
"declarations": [
|
|
4425
|
+
{
|
|
4426
|
+
"kind": "class",
|
|
4427
|
+
"description": "",
|
|
4428
|
+
"name": "Anchor",
|
|
4429
|
+
"superclass": {
|
|
4430
|
+
"name": "FoundationAnchor",
|
|
4431
|
+
"package": "@genesislcap/foundation-ui"
|
|
4432
|
+
},
|
|
4433
|
+
"tagName": "%%prefix%%-anchor",
|
|
4434
|
+
"customElement": true,
|
|
4435
|
+
"attributes": [
|
|
4436
|
+
{
|
|
4437
|
+
"name": "download",
|
|
4438
|
+
"type": {
|
|
4439
|
+
"text": "string"
|
|
4440
|
+
},
|
|
4441
|
+
"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.",
|
|
4442
|
+
"fieldName": "download",
|
|
4468
4443
|
"inheritedFrom": {
|
|
4469
|
-
"name": "
|
|
4470
|
-
"module": "src/
|
|
4444
|
+
"name": "Anchor",
|
|
4445
|
+
"module": "src/anchor/anchor.ts"
|
|
4471
4446
|
}
|
|
4472
4447
|
},
|
|
4473
4448
|
{
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4476
|
-
|
|
4477
|
-
|
|
4449
|
+
"name": "href",
|
|
4450
|
+
"type": {
|
|
4451
|
+
"text": "string"
|
|
4452
|
+
},
|
|
4453
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4454
|
+
"fieldName": "href",
|
|
4478
4455
|
"inheritedFrom": {
|
|
4479
|
-
"name": "
|
|
4480
|
-
"module": "src/
|
|
4456
|
+
"name": "Anchor",
|
|
4457
|
+
"module": "src/anchor/anchor.ts"
|
|
4481
4458
|
}
|
|
4482
4459
|
},
|
|
4483
4460
|
{
|
|
4484
|
-
"
|
|
4485
|
-
"
|
|
4486
|
-
|
|
4487
|
-
|
|
4461
|
+
"name": "hreflang",
|
|
4462
|
+
"type": {
|
|
4463
|
+
"text": "string"
|
|
4464
|
+
},
|
|
4465
|
+
"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.",
|
|
4466
|
+
"fieldName": "hreflang",
|
|
4488
4467
|
"inheritedFrom": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4468
|
+
"name": "Anchor",
|
|
4469
|
+
"module": "src/anchor/anchor.ts"
|
|
4491
4470
|
}
|
|
4492
4471
|
},
|
|
4493
4472
|
{
|
|
4494
|
-
"
|
|
4495
|
-
"
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
"
|
|
4499
|
-
|
|
4500
|
-
|
|
4473
|
+
"name": "ping",
|
|
4474
|
+
"type": {
|
|
4475
|
+
"text": "string"
|
|
4476
|
+
},
|
|
4477
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4478
|
+
"fieldName": "ping",
|
|
4479
|
+
"inheritedFrom": {
|
|
4480
|
+
"name": "Anchor",
|
|
4481
|
+
"module": "src/anchor/anchor.ts"
|
|
4501
4482
|
}
|
|
4502
4483
|
},
|
|
4503
4484
|
{
|
|
4504
|
-
"
|
|
4505
|
-
"
|
|
4506
|
-
|
|
4507
|
-
|
|
4485
|
+
"name": "referrerpolicy",
|
|
4486
|
+
"type": {
|
|
4487
|
+
"text": "string"
|
|
4488
|
+
},
|
|
4489
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4490
|
+
"fieldName": "referrerpolicy",
|
|
4508
4491
|
"inheritedFrom": {
|
|
4509
|
-
"name": "
|
|
4510
|
-
"module": "src/
|
|
4492
|
+
"name": "Anchor",
|
|
4493
|
+
"module": "src/anchor/anchor.ts"
|
|
4511
4494
|
}
|
|
4512
4495
|
},
|
|
4513
4496
|
{
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4516
|
-
|
|
4517
|
-
|
|
4497
|
+
"name": "rel",
|
|
4498
|
+
"type": {
|
|
4499
|
+
"text": "string"
|
|
4500
|
+
},
|
|
4501
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4502
|
+
"fieldName": "rel",
|
|
4518
4503
|
"inheritedFrom": {
|
|
4519
|
-
"name": "
|
|
4520
|
-
"module": "src/
|
|
4504
|
+
"name": "Anchor",
|
|
4505
|
+
"module": "src/anchor/anchor.ts"
|
|
4521
4506
|
}
|
|
4522
4507
|
},
|
|
4523
4508
|
{
|
|
4524
|
-
"
|
|
4525
|
-
"
|
|
4526
|
-
|
|
4527
|
-
|
|
4509
|
+
"name": "target",
|
|
4510
|
+
"type": {
|
|
4511
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
4512
|
+
},
|
|
4513
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4514
|
+
"fieldName": "target",
|
|
4528
4515
|
"inheritedFrom": {
|
|
4529
|
-
"name": "
|
|
4530
|
-
"module": "src/
|
|
4516
|
+
"name": "Anchor",
|
|
4517
|
+
"module": "src/anchor/anchor.ts"
|
|
4531
4518
|
}
|
|
4532
4519
|
},
|
|
4533
4520
|
{
|
|
4534
|
-
"
|
|
4535
|
-
"
|
|
4536
|
-
|
|
4537
|
-
|
|
4521
|
+
"name": "type",
|
|
4522
|
+
"type": {
|
|
4523
|
+
"text": "string"
|
|
4524
|
+
},
|
|
4525
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4526
|
+
"fieldName": "type",
|
|
4538
4527
|
"inheritedFrom": {
|
|
4539
|
-
"name": "
|
|
4540
|
-
"module": "src/
|
|
4528
|
+
"name": "Anchor",
|
|
4529
|
+
"module": "src/anchor/anchor.ts"
|
|
4541
4530
|
}
|
|
4542
|
-
}
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"members": [
|
|
4543
4534
|
{
|
|
4544
4535
|
"kind": "field",
|
|
4545
|
-
"name": "
|
|
4546
|
-
"
|
|
4547
|
-
|
|
4536
|
+
"name": "download",
|
|
4537
|
+
"type": {
|
|
4538
|
+
"text": "string"
|
|
4539
|
+
},
|
|
4540
|
+
"privacy": "public",
|
|
4541
|
+
"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.",
|
|
4548
4542
|
"inheritedFrom": {
|
|
4549
|
-
"name": "
|
|
4550
|
-
"module": "src/
|
|
4543
|
+
"name": "Anchor",
|
|
4544
|
+
"module": "src/anchor/anchor.ts"
|
|
4551
4545
|
}
|
|
4552
4546
|
},
|
|
4553
4547
|
{
|
|
4554
4548
|
"kind": "field",
|
|
4555
|
-
"name": "
|
|
4556
|
-
"
|
|
4557
|
-
|
|
4549
|
+
"name": "href",
|
|
4550
|
+
"type": {
|
|
4551
|
+
"text": "string"
|
|
4552
|
+
},
|
|
4553
|
+
"privacy": "public",
|
|
4554
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4558
4555
|
"inheritedFrom": {
|
|
4559
|
-
"name": "
|
|
4560
|
-
"module": "src/
|
|
4556
|
+
"name": "Anchor",
|
|
4557
|
+
"module": "src/anchor/anchor.ts"
|
|
4561
4558
|
}
|
|
4562
4559
|
},
|
|
4563
4560
|
{
|
|
4564
4561
|
"kind": "field",
|
|
4565
|
-
"name": "
|
|
4566
|
-
"
|
|
4567
|
-
|
|
4562
|
+
"name": "hreflang",
|
|
4563
|
+
"type": {
|
|
4564
|
+
"text": "string"
|
|
4565
|
+
},
|
|
4566
|
+
"privacy": "public",
|
|
4567
|
+
"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.",
|
|
4568
4568
|
"inheritedFrom": {
|
|
4569
|
-
"name": "
|
|
4570
|
-
"module": "src/
|
|
4569
|
+
"name": "Anchor",
|
|
4570
|
+
"module": "src/anchor/anchor.ts"
|
|
4571
4571
|
}
|
|
4572
4572
|
},
|
|
4573
4573
|
{
|
|
4574
4574
|
"kind": "field",
|
|
4575
|
-
"name": "
|
|
4576
|
-
"
|
|
4577
|
-
|
|
4575
|
+
"name": "ping",
|
|
4576
|
+
"type": {
|
|
4577
|
+
"text": "string"
|
|
4578
|
+
},
|
|
4579
|
+
"privacy": "public",
|
|
4580
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4578
4581
|
"inheritedFrom": {
|
|
4579
|
-
"name": "
|
|
4580
|
-
"module": "src/
|
|
4582
|
+
"name": "Anchor",
|
|
4583
|
+
"module": "src/anchor/anchor.ts"
|
|
4581
4584
|
}
|
|
4582
4585
|
},
|
|
4583
4586
|
{
|
|
4584
4587
|
"kind": "field",
|
|
4585
|
-
"name": "
|
|
4586
|
-
"
|
|
4587
|
-
|
|
4588
|
+
"name": "referrerpolicy",
|
|
4589
|
+
"type": {
|
|
4590
|
+
"text": "string"
|
|
4591
|
+
},
|
|
4592
|
+
"privacy": "public",
|
|
4593
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4588
4594
|
"inheritedFrom": {
|
|
4589
|
-
"name": "
|
|
4590
|
-
"module": "src/
|
|
4595
|
+
"name": "Anchor",
|
|
4596
|
+
"module": "src/anchor/anchor.ts"
|
|
4591
4597
|
}
|
|
4592
4598
|
},
|
|
4593
4599
|
{
|
|
4594
4600
|
"kind": "field",
|
|
4595
|
-
"name": "
|
|
4596
|
-
"
|
|
4597
|
-
|
|
4601
|
+
"name": "rel",
|
|
4602
|
+
"type": {
|
|
4603
|
+
"text": "string"
|
|
4604
|
+
},
|
|
4605
|
+
"privacy": "public",
|
|
4606
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4598
4607
|
"inheritedFrom": {
|
|
4599
|
-
"name": "
|
|
4600
|
-
"module": "src/
|
|
4608
|
+
"name": "Anchor",
|
|
4609
|
+
"module": "src/anchor/anchor.ts"
|
|
4601
4610
|
}
|
|
4602
4611
|
},
|
|
4603
4612
|
{
|
|
4604
4613
|
"kind": "field",
|
|
4605
|
-
"name": "
|
|
4606
|
-
"
|
|
4607
|
-
|
|
4614
|
+
"name": "target",
|
|
4615
|
+
"type": {
|
|
4616
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
4617
|
+
},
|
|
4618
|
+
"privacy": "public",
|
|
4619
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4608
4620
|
"inheritedFrom": {
|
|
4609
|
-
"name": "
|
|
4610
|
-
"module": "src/
|
|
4621
|
+
"name": "Anchor",
|
|
4622
|
+
"module": "src/anchor/anchor.ts"
|
|
4611
4623
|
}
|
|
4612
4624
|
},
|
|
4613
4625
|
{
|
|
4614
4626
|
"kind": "field",
|
|
4615
|
-
"name": "
|
|
4616
|
-
"
|
|
4617
|
-
|
|
4627
|
+
"name": "type",
|
|
4628
|
+
"type": {
|
|
4629
|
+
"text": "string"
|
|
4630
|
+
},
|
|
4631
|
+
"privacy": "public",
|
|
4632
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4618
4633
|
"inheritedFrom": {
|
|
4619
|
-
"name": "
|
|
4620
|
-
"module": "src/
|
|
4634
|
+
"name": "Anchor",
|
|
4635
|
+
"module": "src/anchor/anchor.ts"
|
|
4621
4636
|
}
|
|
4622
4637
|
},
|
|
4623
4638
|
{
|
|
4624
4639
|
"kind": "field",
|
|
4625
|
-
"name": "
|
|
4626
|
-
"
|
|
4627
|
-
|
|
4640
|
+
"name": "control",
|
|
4641
|
+
"type": {
|
|
4642
|
+
"text": "HTMLAnchorElement | undefined"
|
|
4643
|
+
},
|
|
4644
|
+
"privacy": "public",
|
|
4645
|
+
"description": "References the root element",
|
|
4628
4646
|
"inheritedFrom": {
|
|
4629
|
-
"name": "
|
|
4630
|
-
"module": "src/
|
|
4647
|
+
"name": "Anchor",
|
|
4648
|
+
"module": "src/anchor/anchor.ts"
|
|
4631
4649
|
}
|
|
4632
4650
|
},
|
|
4633
4651
|
{
|
|
4634
4652
|
"kind": "field",
|
|
4635
|
-
"name": "
|
|
4653
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
4636
4654
|
"privacy": "private",
|
|
4637
|
-
"description": "
|
|
4655
|
+
"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",
|
|
4638
4656
|
"inheritedFrom": {
|
|
4639
|
-
"name": "
|
|
4640
|
-
"module": "src/
|
|
4657
|
+
"name": "Anchor",
|
|
4658
|
+
"module": "src/anchor/anchor.ts"
|
|
4641
4659
|
}
|
|
4642
4660
|
},
|
|
4643
4661
|
{
|
|
@@ -4649,8 +4667,8 @@
|
|
|
4649
4667
|
"privacy": "private",
|
|
4650
4668
|
"default": "void 0",
|
|
4651
4669
|
"inheritedFrom": {
|
|
4652
|
-
"name": "
|
|
4653
|
-
"module": "src/
|
|
4670
|
+
"name": "Anchor",
|
|
4671
|
+
"module": "src/anchor/anchor.ts"
|
|
4654
4672
|
}
|
|
4655
4673
|
},
|
|
4656
4674
|
{
|
|
@@ -4662,8 +4680,8 @@
|
|
|
4662
4680
|
"privacy": "public",
|
|
4663
4681
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4664
4682
|
"inheritedFrom": {
|
|
4665
|
-
"name": "
|
|
4666
|
-
"module": "src/
|
|
4683
|
+
"name": "Anchor",
|
|
4684
|
+
"module": "src/anchor/anchor.ts"
|
|
4667
4685
|
}
|
|
4668
4686
|
},
|
|
4669
4687
|
{
|
|
@@ -4675,8 +4693,8 @@
|
|
|
4675
4693
|
"privacy": "public",
|
|
4676
4694
|
"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.",
|
|
4677
4695
|
"inheritedFrom": {
|
|
4678
|
-
"name": "
|
|
4679
|
-
"module": "src/
|
|
4696
|
+
"name": "Anchor",
|
|
4697
|
+
"module": "src/anchor/anchor.ts"
|
|
4680
4698
|
}
|
|
4681
4699
|
},
|
|
4682
4700
|
{
|
|
@@ -4689,8 +4707,8 @@
|
|
|
4689
4707
|
}
|
|
4690
4708
|
},
|
|
4691
4709
|
"inheritedFrom": {
|
|
4692
|
-
"name": "
|
|
4693
|
-
"module": "src/
|
|
4710
|
+
"name": "Anchor",
|
|
4711
|
+
"module": "src/anchor/anchor.ts"
|
|
4694
4712
|
}
|
|
4695
4713
|
},
|
|
4696
4714
|
{
|
|
@@ -4702,8 +4720,8 @@
|
|
|
4702
4720
|
"privacy": "public",
|
|
4703
4721
|
"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.",
|
|
4704
4722
|
"inheritedFrom": {
|
|
4705
|
-
"name": "
|
|
4706
|
-
"module": "src/
|
|
4723
|
+
"name": "Anchor",
|
|
4724
|
+
"module": "src/anchor/anchor.ts"
|
|
4707
4725
|
}
|
|
4708
4726
|
},
|
|
4709
4727
|
{
|
|
@@ -4716,8 +4734,8 @@
|
|
|
4716
4734
|
}
|
|
4717
4735
|
},
|
|
4718
4736
|
"inheritedFrom": {
|
|
4719
|
-
"name": "
|
|
4720
|
-
"module": "src/
|
|
4737
|
+
"name": "Anchor",
|
|
4738
|
+
"module": "src/anchor/anchor.ts"
|
|
4721
4739
|
}
|
|
4722
4740
|
},
|
|
4723
4741
|
{
|
|
@@ -4747,57 +4765,39 @@
|
|
|
4747
4765
|
],
|
|
4748
4766
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4749
4767
|
"inheritedFrom": {
|
|
4750
|
-
"name": "
|
|
4751
|
-
"module": "src/
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
],
|
|
4755
|
-
"events": [
|
|
4756
|
-
{
|
|
4757
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4758
|
-
"name": "loaded",
|
|
4759
|
-
"inheritedFrom": {
|
|
4760
|
-
"name": "AnchoredRegion",
|
|
4761
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4762
|
-
}
|
|
4763
|
-
},
|
|
4764
|
-
{
|
|
4765
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4766
|
-
"name": "positionchange",
|
|
4767
|
-
"inheritedFrom": {
|
|
4768
|
-
"name": "AnchoredRegion",
|
|
4769
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4768
|
+
"name": "Anchor",
|
|
4769
|
+
"module": "src/anchor/anchor.ts"
|
|
4770
4770
|
}
|
|
4771
4771
|
}
|
|
4772
4772
|
]
|
|
4773
4773
|
},
|
|
4774
4774
|
{
|
|
4775
4775
|
"kind": "variable",
|
|
4776
|
-
"name": "
|
|
4776
|
+
"name": "rapidAnchor"
|
|
4777
4777
|
}
|
|
4778
4778
|
],
|
|
4779
4779
|
"exports": [
|
|
4780
4780
|
{
|
|
4781
4781
|
"kind": "js",
|
|
4782
|
-
"name": "
|
|
4782
|
+
"name": "Anchor",
|
|
4783
4783
|
"declaration": {
|
|
4784
|
-
"name": "
|
|
4785
|
-
"module": "src/
|
|
4784
|
+
"name": "Anchor",
|
|
4785
|
+
"module": "src/anchor/anchor.ts"
|
|
4786
4786
|
}
|
|
4787
4787
|
},
|
|
4788
4788
|
{
|
|
4789
4789
|
"kind": "js",
|
|
4790
|
-
"name": "
|
|
4790
|
+
"name": "rapidAnchor",
|
|
4791
4791
|
"declaration": {
|
|
4792
|
-
"name": "
|
|
4793
|
-
"module": "src/
|
|
4792
|
+
"name": "rapidAnchor",
|
|
4793
|
+
"module": "src/anchor/anchor.ts"
|
|
4794
4794
|
}
|
|
4795
4795
|
}
|
|
4796
4796
|
]
|
|
4797
4797
|
},
|
|
4798
4798
|
{
|
|
4799
4799
|
"kind": "javascript-module",
|
|
4800
|
-
"path": "src/
|
|
4800
|
+
"path": "src/anchor/index.ts",
|
|
4801
4801
|
"declarations": [],
|
|
4802
4802
|
"exports": [
|
|
4803
4803
|
{
|
|
@@ -4805,7 +4805,7 @@
|
|
|
4805
4805
|
"name": "*",
|
|
4806
4806
|
"declaration": {
|
|
4807
4807
|
"name": "*",
|
|
4808
|
-
"package": "./
|
|
4808
|
+
"package": "./anchor"
|
|
4809
4809
|
}
|
|
4810
4810
|
},
|
|
4811
4811
|
{
|
|
@@ -4813,7 +4813,7 @@
|
|
|
4813
4813
|
"name": "*",
|
|
4814
4814
|
"declaration": {
|
|
4815
4815
|
"name": "*",
|
|
4816
|
-
"package": "./
|
|
4816
|
+
"package": "./anchor.styles"
|
|
4817
4817
|
}
|
|
4818
4818
|
},
|
|
4819
4819
|
{
|
|
@@ -4821,7 +4821,7 @@
|
|
|
4821
4821
|
"name": "*",
|
|
4822
4822
|
"declaration": {
|
|
4823
4823
|
"name": "*",
|
|
4824
|
-
"package": "./
|
|
4824
|
+
"package": "./anchor.template"
|
|
4825
4825
|
}
|
|
4826
4826
|
}
|
|
4827
4827
|
]
|