@genesislcap/foundation-zero 14.127.4 → 14.127.6
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 +910 -910
- package/package.json +19 -17
|
@@ -808,6 +808,225 @@
|
|
|
808
808
|
}
|
|
809
809
|
]
|
|
810
810
|
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "javascript-module",
|
|
813
|
+
"path": "src/_config/index.ts",
|
|
814
|
+
"declarations": [],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "*",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "*",
|
|
821
|
+
"package": "./styles"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "*",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "*",
|
|
829
|
+
"package": "./tokens"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "*",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "*",
|
|
837
|
+
"package": "./values"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
845
|
+
"declarations": [
|
|
846
|
+
{
|
|
847
|
+
"kind": "variable",
|
|
848
|
+
"name": "meta",
|
|
849
|
+
"type": {
|
|
850
|
+
"text": "Meta"
|
|
851
|
+
},
|
|
852
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"kind": "variable",
|
|
856
|
+
"name": "Primary",
|
|
857
|
+
"type": {
|
|
858
|
+
"text": "StoryObj"
|
|
859
|
+
},
|
|
860
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"exports": [
|
|
864
|
+
{
|
|
865
|
+
"kind": "js",
|
|
866
|
+
"name": "default",
|
|
867
|
+
"declaration": {
|
|
868
|
+
"name": "meta",
|
|
869
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "js",
|
|
874
|
+
"name": "Primary",
|
|
875
|
+
"declaration": {
|
|
876
|
+
"name": "Primary",
|
|
877
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"kind": "javascript-module",
|
|
884
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
885
|
+
"declarations": [
|
|
886
|
+
{
|
|
887
|
+
"kind": "function",
|
|
888
|
+
"name": "zeroAccordionStyles",
|
|
889
|
+
"return": {
|
|
890
|
+
"type": {
|
|
891
|
+
"text": "ElementStyles"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"parameters": [
|
|
895
|
+
{
|
|
896
|
+
"name": "context",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "ElementDefinitionContext"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "definition",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "FoundationElementDefinition"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"exports": [
|
|
911
|
+
{
|
|
912
|
+
"kind": "js",
|
|
913
|
+
"name": "zeroAccordionStyles",
|
|
914
|
+
"declaration": {
|
|
915
|
+
"name": "zeroAccordionStyles",
|
|
916
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"kind": "javascript-module",
|
|
923
|
+
"path": "src/accordion/accordion.template.ts",
|
|
924
|
+
"declarations": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "function",
|
|
927
|
+
"name": "zeroAccordionTemplate",
|
|
928
|
+
"return": {
|
|
929
|
+
"type": {
|
|
930
|
+
"text": "ViewTemplate<Accordion>"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"parameters": [
|
|
934
|
+
{
|
|
935
|
+
"name": "context",
|
|
936
|
+
"type": {
|
|
937
|
+
"text": "ElementDefinitionContext"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "definition",
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "FoundationElementDefinition"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
]
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"exports": [
|
|
950
|
+
{
|
|
951
|
+
"kind": "js",
|
|
952
|
+
"name": "zeroAccordionTemplate",
|
|
953
|
+
"declaration": {
|
|
954
|
+
"name": "zeroAccordionTemplate",
|
|
955
|
+
"module": "src/accordion/accordion.template.ts"
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
]
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "javascript-module",
|
|
962
|
+
"path": "src/accordion/accordion.ts",
|
|
963
|
+
"declarations": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "class",
|
|
966
|
+
"description": "",
|
|
967
|
+
"name": "Accordion",
|
|
968
|
+
"superclass": {
|
|
969
|
+
"name": "FoundationAccordion",
|
|
970
|
+
"package": "@genesislcap/foundation-ui"
|
|
971
|
+
},
|
|
972
|
+
"tagName": "%%prefix%%-card",
|
|
973
|
+
"customElement": true
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"kind": "variable",
|
|
977
|
+
"name": "zeroAccordion"
|
|
978
|
+
}
|
|
979
|
+
],
|
|
980
|
+
"exports": [
|
|
981
|
+
{
|
|
982
|
+
"kind": "js",
|
|
983
|
+
"name": "Accordion",
|
|
984
|
+
"declaration": {
|
|
985
|
+
"name": "Accordion",
|
|
986
|
+
"module": "src/accordion/accordion.ts"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "js",
|
|
991
|
+
"name": "zeroAccordion",
|
|
992
|
+
"declaration": {
|
|
993
|
+
"name": "zeroAccordion",
|
|
994
|
+
"module": "src/accordion/accordion.ts"
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "javascript-module",
|
|
1001
|
+
"path": "src/accordion/index.ts",
|
|
1002
|
+
"declarations": [],
|
|
1003
|
+
"exports": [
|
|
1004
|
+
{
|
|
1005
|
+
"kind": "js",
|
|
1006
|
+
"name": "*",
|
|
1007
|
+
"declaration": {
|
|
1008
|
+
"name": "*",
|
|
1009
|
+
"package": "./accordion"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "js",
|
|
1014
|
+
"name": "*",
|
|
1015
|
+
"declaration": {
|
|
1016
|
+
"name": "*",
|
|
1017
|
+
"package": "./accordion.styles"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "js",
|
|
1022
|
+
"name": "*",
|
|
1023
|
+
"declaration": {
|
|
1024
|
+
"name": "*",
|
|
1025
|
+
"package": "./accordion.template"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
]
|
|
1029
|
+
},
|
|
811
1030
|
{
|
|
812
1031
|
"kind": "javascript-module",
|
|
813
1032
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1168,37 +1387,6 @@
|
|
|
1168
1387
|
}
|
|
1169
1388
|
]
|
|
1170
1389
|
},
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "javascript-module",
|
|
1173
|
-
"path": "src/_config/index.ts",
|
|
1174
|
-
"declarations": [],
|
|
1175
|
-
"exports": [
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "js",
|
|
1178
|
-
"name": "*",
|
|
1179
|
-
"declaration": {
|
|
1180
|
-
"name": "*",
|
|
1181
|
-
"package": "./styles"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "js",
|
|
1186
|
-
"name": "*",
|
|
1187
|
-
"declaration": {
|
|
1188
|
-
"name": "*",
|
|
1189
|
-
"package": "./tokens"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"kind": "js",
|
|
1194
|
-
"name": "*",
|
|
1195
|
-
"declaration": {
|
|
1196
|
-
"name": "*",
|
|
1197
|
-
"package": "./values"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
]
|
|
1201
|
-
},
|
|
1202
1390
|
{
|
|
1203
1391
|
"kind": "javascript-module",
|
|
1204
1392
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -1829,7 +2017,7 @@
|
|
|
1829
2017
|
},
|
|
1830
2018
|
{
|
|
1831
2019
|
"kind": "javascript-module",
|
|
1832
|
-
"path": "src/
|
|
2020
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1833
2021
|
"declarations": [
|
|
1834
2022
|
{
|
|
1835
2023
|
"kind": "variable",
|
|
@@ -1837,199 +2025,11 @@
|
|
|
1837
2025
|
"type": {
|
|
1838
2026
|
"text": "Meta"
|
|
1839
2027
|
},
|
|
1840
|
-
"default": "{\n title: '
|
|
2028
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1841
2029
|
},
|
|
1842
2030
|
{
|
|
1843
2031
|
"kind": "variable",
|
|
1844
|
-
"name": "
|
|
1845
|
-
"type": {
|
|
1846
|
-
"text": "StoryObj"
|
|
1847
|
-
},
|
|
1848
|
-
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
1849
|
-
}
|
|
1850
|
-
],
|
|
1851
|
-
"exports": [
|
|
1852
|
-
{
|
|
1853
|
-
"kind": "js",
|
|
1854
|
-
"name": "default",
|
|
1855
|
-
"declaration": {
|
|
1856
|
-
"name": "meta",
|
|
1857
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1858
|
-
}
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"kind": "js",
|
|
1862
|
-
"name": "Primary",
|
|
1863
|
-
"declaration": {
|
|
1864
|
-
"name": "Primary",
|
|
1865
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1866
|
-
}
|
|
1867
|
-
}
|
|
1868
|
-
]
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"kind": "javascript-module",
|
|
1872
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1873
|
-
"declarations": [
|
|
1874
|
-
{
|
|
1875
|
-
"kind": "function",
|
|
1876
|
-
"name": "zeroAccordionStyles",
|
|
1877
|
-
"return": {
|
|
1878
|
-
"type": {
|
|
1879
|
-
"text": "ElementStyles"
|
|
1880
|
-
}
|
|
1881
|
-
},
|
|
1882
|
-
"parameters": [
|
|
1883
|
-
{
|
|
1884
|
-
"name": "context",
|
|
1885
|
-
"type": {
|
|
1886
|
-
"text": "ElementDefinitionContext"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"name": "definition",
|
|
1891
|
-
"type": {
|
|
1892
|
-
"text": "FoundationElementDefinition"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
}
|
|
1897
|
-
],
|
|
1898
|
-
"exports": [
|
|
1899
|
-
{
|
|
1900
|
-
"kind": "js",
|
|
1901
|
-
"name": "zeroAccordionStyles",
|
|
1902
|
-
"declaration": {
|
|
1903
|
-
"name": "zeroAccordionStyles",
|
|
1904
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1905
|
-
}
|
|
1906
|
-
}
|
|
1907
|
-
]
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"kind": "javascript-module",
|
|
1911
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1912
|
-
"declarations": [
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "function",
|
|
1915
|
-
"name": "zeroAccordionTemplate",
|
|
1916
|
-
"return": {
|
|
1917
|
-
"type": {
|
|
1918
|
-
"text": "ViewTemplate<Accordion>"
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
"parameters": [
|
|
1922
|
-
{
|
|
1923
|
-
"name": "context",
|
|
1924
|
-
"type": {
|
|
1925
|
-
"text": "ElementDefinitionContext"
|
|
1926
|
-
}
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"name": "definition",
|
|
1930
|
-
"type": {
|
|
1931
|
-
"text": "FoundationElementDefinition"
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
}
|
|
1936
|
-
],
|
|
1937
|
-
"exports": [
|
|
1938
|
-
{
|
|
1939
|
-
"kind": "js",
|
|
1940
|
-
"name": "zeroAccordionTemplate",
|
|
1941
|
-
"declaration": {
|
|
1942
|
-
"name": "zeroAccordionTemplate",
|
|
1943
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
]
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "javascript-module",
|
|
1950
|
-
"path": "src/accordion/accordion.ts",
|
|
1951
|
-
"declarations": [
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "class",
|
|
1954
|
-
"description": "",
|
|
1955
|
-
"name": "Accordion",
|
|
1956
|
-
"superclass": {
|
|
1957
|
-
"name": "FoundationAccordion",
|
|
1958
|
-
"package": "@genesislcap/foundation-ui"
|
|
1959
|
-
},
|
|
1960
|
-
"tagName": "%%prefix%%-card",
|
|
1961
|
-
"customElement": true
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "variable",
|
|
1965
|
-
"name": "zeroAccordion"
|
|
1966
|
-
}
|
|
1967
|
-
],
|
|
1968
|
-
"exports": [
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "js",
|
|
1971
|
-
"name": "Accordion",
|
|
1972
|
-
"declaration": {
|
|
1973
|
-
"name": "Accordion",
|
|
1974
|
-
"module": "src/accordion/accordion.ts"
|
|
1975
|
-
}
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"kind": "js",
|
|
1979
|
-
"name": "zeroAccordion",
|
|
1980
|
-
"declaration": {
|
|
1981
|
-
"name": "zeroAccordion",
|
|
1982
|
-
"module": "src/accordion/accordion.ts"
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
|
-
]
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "javascript-module",
|
|
1989
|
-
"path": "src/accordion/index.ts",
|
|
1990
|
-
"declarations": [],
|
|
1991
|
-
"exports": [
|
|
1992
|
-
{
|
|
1993
|
-
"kind": "js",
|
|
1994
|
-
"name": "*",
|
|
1995
|
-
"declaration": {
|
|
1996
|
-
"name": "*",
|
|
1997
|
-
"package": "./accordion"
|
|
1998
|
-
}
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "js",
|
|
2002
|
-
"name": "*",
|
|
2003
|
-
"declaration": {
|
|
2004
|
-
"name": "*",
|
|
2005
|
-
"package": "./accordion.styles"
|
|
2006
|
-
}
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "js",
|
|
2010
|
-
"name": "*",
|
|
2011
|
-
"declaration": {
|
|
2012
|
-
"name": "*",
|
|
2013
|
-
"package": "./accordion.template"
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"kind": "javascript-module",
|
|
2020
|
-
"path": "src/anchor/anchor.stories.ts",
|
|
2021
|
-
"declarations": [
|
|
2022
|
-
{
|
|
2023
|
-
"kind": "variable",
|
|
2024
|
-
"name": "meta",
|
|
2025
|
-
"type": {
|
|
2026
|
-
"text": "Meta"
|
|
2027
|
-
},
|
|
2028
|
-
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"kind": "variable",
|
|
2032
|
-
"name": "All",
|
|
2032
|
+
"name": "All",
|
|
2033
2033
|
"type": {
|
|
2034
2034
|
"text": "StoryObj"
|
|
2035
2035
|
},
|
|
@@ -16932,526 +16932,393 @@
|
|
|
16932
16932
|
},
|
|
16933
16933
|
{
|
|
16934
16934
|
"kind": "javascript-module",
|
|
16935
|
-
"path": "src/
|
|
16936
|
-
"declarations": [
|
|
16937
|
-
{
|
|
16938
|
-
"kind": "variable",
|
|
16939
|
-
"name": "meta",
|
|
16940
|
-
"type": {
|
|
16941
|
-
"text": "Meta"
|
|
16942
|
-
},
|
|
16943
|
-
"default": "{\n title: 'Horizontal Scroll',\n component: 'zero-horizontal-scroll',\n}"
|
|
16944
|
-
},
|
|
16945
|
-
{
|
|
16946
|
-
"kind": "variable",
|
|
16947
|
-
"name": "Primary",
|
|
16948
|
-
"type": {
|
|
16949
|
-
"text": "StoryObj"
|
|
16950
|
-
},
|
|
16951
|
-
"default": "{\n render: () => html`\n <zero-horizontal-scroll style=${horizontalScrollStyle}>\n ${repeat(\n cards,\n (item) => item,\n (item) => html`\n <zero-card style=${cardStyle}>\n Card number ${item}\n <zero-button>A button</zero-button>\n </zero-card>\n `,\n )}\n </zero-horizontal-scroll>\n `,\n}"
|
|
16952
|
-
}
|
|
16953
|
-
],
|
|
16954
|
-
"exports": [
|
|
16955
|
-
{
|
|
16956
|
-
"kind": "js",
|
|
16957
|
-
"name": "default",
|
|
16958
|
-
"declaration": {
|
|
16959
|
-
"name": "meta",
|
|
16960
|
-
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
16961
|
-
}
|
|
16962
|
-
},
|
|
16963
|
-
{
|
|
16964
|
-
"kind": "js",
|
|
16965
|
-
"name": "Primary",
|
|
16966
|
-
"declaration": {
|
|
16967
|
-
"name": "Primary",
|
|
16968
|
-
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
16969
|
-
}
|
|
16970
|
-
}
|
|
16971
|
-
]
|
|
16972
|
-
},
|
|
16973
|
-
{
|
|
16974
|
-
"kind": "javascript-module",
|
|
16975
|
-
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
16935
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
16976
16936
|
"declarations": [
|
|
16977
16937
|
{
|
|
16978
|
-
"kind": "
|
|
16979
|
-
"
|
|
16980
|
-
"
|
|
16981
|
-
|
|
16982
|
-
|
|
16983
|
-
|
|
16938
|
+
"kind": "class",
|
|
16939
|
+
"description": "",
|
|
16940
|
+
"name": "GridLayoutItem",
|
|
16941
|
+
"superclass": {
|
|
16942
|
+
"name": "FoundationGridLayoutItem",
|
|
16943
|
+
"package": "@genesislcap/foundation-ui"
|
|
16984
16944
|
},
|
|
16985
|
-
"
|
|
16945
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
16946
|
+
"customElement": true,
|
|
16947
|
+
"attributes": [
|
|
16986
16948
|
{
|
|
16987
|
-
"name": "
|
|
16949
|
+
"name": "col-number",
|
|
16988
16950
|
"type": {
|
|
16989
|
-
"text": "
|
|
16951
|
+
"text": "number"
|
|
16952
|
+
},
|
|
16953
|
+
"fieldName": "colNumber",
|
|
16954
|
+
"inheritedFrom": {
|
|
16955
|
+
"name": "GridLayoutItem",
|
|
16956
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
16990
16957
|
}
|
|
16991
16958
|
},
|
|
16992
16959
|
{
|
|
16993
|
-
"name": "
|
|
16960
|
+
"name": "col-sm-number",
|
|
16994
16961
|
"type": {
|
|
16995
|
-
"text": "
|
|
16962
|
+
"text": "number"
|
|
16963
|
+
},
|
|
16964
|
+
"fieldName": "colSmNumber",
|
|
16965
|
+
"inheritedFrom": {
|
|
16966
|
+
"name": "GridLayoutItem",
|
|
16967
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
16996
16968
|
}
|
|
16997
|
-
}
|
|
16998
|
-
]
|
|
16999
|
-
}
|
|
17000
|
-
],
|
|
17001
|
-
"exports": [
|
|
17002
|
-
{
|
|
17003
|
-
"kind": "js",
|
|
17004
|
-
"name": "zeroHorizontalScrollStyles",
|
|
17005
|
-
"declaration": {
|
|
17006
|
-
"name": "zeroHorizontalScrollStyles",
|
|
17007
|
-
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
17008
|
-
}
|
|
17009
|
-
}
|
|
17010
|
-
]
|
|
17011
|
-
},
|
|
17012
|
-
{
|
|
17013
|
-
"kind": "javascript-module",
|
|
17014
|
-
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
17015
|
-
"declarations": [
|
|
17016
|
-
{
|
|
17017
|
-
"kind": "function",
|
|
17018
|
-
"name": "zeroHorizontalScrollTemplate",
|
|
17019
|
-
"return": {
|
|
17020
|
-
"type": {
|
|
17021
|
-
"text": "ViewTemplate<HorizontalScroll>"
|
|
17022
|
-
}
|
|
17023
|
-
},
|
|
17024
|
-
"parameters": [
|
|
16969
|
+
},
|
|
17025
16970
|
{
|
|
17026
|
-
"name": "
|
|
16971
|
+
"name": "col-md-number",
|
|
17027
16972
|
"type": {
|
|
17028
|
-
"text": "
|
|
16973
|
+
"text": "number"
|
|
16974
|
+
},
|
|
16975
|
+
"fieldName": "colMdNumber",
|
|
16976
|
+
"inheritedFrom": {
|
|
16977
|
+
"name": "GridLayoutItem",
|
|
16978
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17029
16979
|
}
|
|
17030
16980
|
},
|
|
17031
16981
|
{
|
|
17032
|
-
"name": "
|
|
16982
|
+
"name": "col-lg-number",
|
|
17033
16983
|
"type": {
|
|
17034
|
-
"text": "
|
|
16984
|
+
"text": "number"
|
|
16985
|
+
},
|
|
16986
|
+
"fieldName": "colLgNumber",
|
|
16987
|
+
"inheritedFrom": {
|
|
16988
|
+
"name": "GridLayoutItem",
|
|
16989
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17035
16990
|
}
|
|
17036
|
-
}
|
|
17037
|
-
]
|
|
17038
|
-
}
|
|
17039
|
-
],
|
|
17040
|
-
"exports": [
|
|
17041
|
-
{
|
|
17042
|
-
"kind": "js",
|
|
17043
|
-
"name": "zeroHorizontalScrollTemplate",
|
|
17044
|
-
"declaration": {
|
|
17045
|
-
"name": "zeroHorizontalScrollTemplate",
|
|
17046
|
-
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
17047
|
-
}
|
|
17048
|
-
}
|
|
17049
|
-
]
|
|
17050
|
-
},
|
|
17051
|
-
{
|
|
17052
|
-
"kind": "javascript-module",
|
|
17053
|
-
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
17054
|
-
"declarations": [
|
|
17055
|
-
{
|
|
17056
|
-
"kind": "class",
|
|
17057
|
-
"description": "",
|
|
17058
|
-
"name": "HorizontalScroll",
|
|
17059
|
-
"superclass": {
|
|
17060
|
-
"name": "FoundationHorizontalScroll",
|
|
17061
|
-
"package": "@genesislcap/foundation-ui"
|
|
17062
|
-
},
|
|
17063
|
-
"tagName": "%%prefix%%-horizontal-scroll",
|
|
17064
|
-
"customElement": true,
|
|
17065
|
-
"attributes": [
|
|
16991
|
+
},
|
|
17066
16992
|
{
|
|
16993
|
+
"name": "row-number",
|
|
17067
16994
|
"type": {
|
|
17068
16995
|
"text": "number"
|
|
17069
16996
|
},
|
|
17070
|
-
"
|
|
17071
|
-
"description": "Speed of scroll in pixels per second",
|
|
17072
|
-
"fieldName": "speed",
|
|
16997
|
+
"fieldName": "rowNumber",
|
|
17073
16998
|
"inheritedFrom": {
|
|
17074
|
-
"name": "
|
|
17075
|
-
"module": "src/
|
|
16999
|
+
"name": "GridLayoutItem",
|
|
17000
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17076
17001
|
}
|
|
17077
17002
|
},
|
|
17078
17003
|
{
|
|
17079
|
-
"name": "
|
|
17004
|
+
"name": "row-sm-number",
|
|
17080
17005
|
"type": {
|
|
17081
|
-
"text": "
|
|
17006
|
+
"text": "number"
|
|
17082
17007
|
},
|
|
17083
|
-
"
|
|
17084
|
-
"fieldName": "duration",
|
|
17008
|
+
"fieldName": "rowSmNumber",
|
|
17085
17009
|
"inheritedFrom": {
|
|
17086
|
-
"name": "
|
|
17087
|
-
"module": "src/
|
|
17010
|
+
"name": "GridLayoutItem",
|
|
17011
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17088
17012
|
}
|
|
17089
17013
|
},
|
|
17090
17014
|
{
|
|
17091
|
-
"name": "
|
|
17015
|
+
"name": "row-md-number",
|
|
17092
17016
|
"type": {
|
|
17093
|
-
"text": "
|
|
17017
|
+
"text": "number"
|
|
17094
17018
|
},
|
|
17095
|
-
"
|
|
17096
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
17097
|
-
"fieldName": "easing",
|
|
17019
|
+
"fieldName": "rowMdNumber",
|
|
17098
17020
|
"inheritedFrom": {
|
|
17099
|
-
"name": "
|
|
17100
|
-
"module": "src/
|
|
17021
|
+
"name": "GridLayoutItem",
|
|
17022
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17101
17023
|
}
|
|
17102
17024
|
},
|
|
17103
17025
|
{
|
|
17104
|
-
"name": "
|
|
17026
|
+
"name": "row-lg-number",
|
|
17105
17027
|
"type": {
|
|
17106
|
-
"text": "
|
|
17028
|
+
"text": "number"
|
|
17107
17029
|
},
|
|
17108
|
-
"
|
|
17109
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
17110
|
-
"fieldName": "flippersHiddenFromAT",
|
|
17030
|
+
"fieldName": "rowLgNumber",
|
|
17111
17031
|
"inheritedFrom": {
|
|
17112
|
-
"name": "
|
|
17113
|
-
"module": "src/
|
|
17032
|
+
"name": "GridLayoutItem",
|
|
17033
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17114
17034
|
}
|
|
17115
17035
|
},
|
|
17116
17036
|
{
|
|
17117
|
-
"name": "
|
|
17037
|
+
"name": "width",
|
|
17118
17038
|
"type": {
|
|
17119
|
-
"text": "
|
|
17039
|
+
"text": "number"
|
|
17120
17040
|
},
|
|
17121
|
-
"
|
|
17122
|
-
"fieldName": "view",
|
|
17041
|
+
"fieldName": "width",
|
|
17123
17042
|
"inheritedFrom": {
|
|
17124
|
-
"name": "
|
|
17125
|
-
"module": "src/
|
|
17043
|
+
"name": "GridLayoutItem",
|
|
17044
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17045
|
+
}
|
|
17046
|
+
},
|
|
17047
|
+
{
|
|
17048
|
+
"name": "width-sm",
|
|
17049
|
+
"type": {
|
|
17050
|
+
"text": "number"
|
|
17051
|
+
},
|
|
17052
|
+
"fieldName": "widthSm",
|
|
17053
|
+
"inheritedFrom": {
|
|
17054
|
+
"name": "GridLayoutItem",
|
|
17055
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17056
|
+
}
|
|
17057
|
+
},
|
|
17058
|
+
{
|
|
17059
|
+
"name": "width-md",
|
|
17060
|
+
"type": {
|
|
17061
|
+
"text": "number"
|
|
17062
|
+
},
|
|
17063
|
+
"fieldName": "widthMd",
|
|
17064
|
+
"inheritedFrom": {
|
|
17065
|
+
"name": "GridLayoutItem",
|
|
17066
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17067
|
+
}
|
|
17068
|
+
},
|
|
17069
|
+
{
|
|
17070
|
+
"name": "width-lg",
|
|
17071
|
+
"type": {
|
|
17072
|
+
"text": "number"
|
|
17073
|
+
},
|
|
17074
|
+
"fieldName": "widthLg",
|
|
17075
|
+
"inheritedFrom": {
|
|
17076
|
+
"name": "GridLayoutItem",
|
|
17077
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17078
|
+
}
|
|
17079
|
+
},
|
|
17080
|
+
{
|
|
17081
|
+
"name": "height",
|
|
17082
|
+
"type": {
|
|
17083
|
+
"text": "number"
|
|
17084
|
+
},
|
|
17085
|
+
"fieldName": "height",
|
|
17086
|
+
"inheritedFrom": {
|
|
17087
|
+
"name": "GridLayoutItem",
|
|
17088
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17089
|
+
}
|
|
17090
|
+
},
|
|
17091
|
+
{
|
|
17092
|
+
"name": "height-sm",
|
|
17093
|
+
"type": {
|
|
17094
|
+
"text": "number"
|
|
17095
|
+
},
|
|
17096
|
+
"fieldName": "heightSm",
|
|
17097
|
+
"inheritedFrom": {
|
|
17098
|
+
"name": "GridLayoutItem",
|
|
17099
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17100
|
+
}
|
|
17101
|
+
},
|
|
17102
|
+
{
|
|
17103
|
+
"name": "height-md",
|
|
17104
|
+
"type": {
|
|
17105
|
+
"text": "number"
|
|
17106
|
+
},
|
|
17107
|
+
"fieldName": "heightMd",
|
|
17108
|
+
"inheritedFrom": {
|
|
17109
|
+
"name": "GridLayoutItem",
|
|
17110
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17111
|
+
}
|
|
17112
|
+
},
|
|
17113
|
+
{
|
|
17114
|
+
"name": "height-lg",
|
|
17115
|
+
"type": {
|
|
17116
|
+
"text": "number"
|
|
17117
|
+
},
|
|
17118
|
+
"fieldName": "heightLg",
|
|
17119
|
+
"inheritedFrom": {
|
|
17120
|
+
"name": "GridLayoutItem",
|
|
17121
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17126
17122
|
}
|
|
17127
17123
|
}
|
|
17128
17124
|
],
|
|
17129
17125
|
"members": [
|
|
17130
17126
|
{
|
|
17131
17127
|
"kind": "field",
|
|
17132
|
-
"name": "
|
|
17128
|
+
"name": "colNumber",
|
|
17133
17129
|
"type": {
|
|
17134
|
-
"text": "
|
|
17130
|
+
"text": "number"
|
|
17135
17131
|
},
|
|
17136
|
-
"privacy": "public",
|
|
17137
|
-
"description": "Reference to DOM element that scrolls the content",
|
|
17138
17132
|
"inheritedFrom": {
|
|
17139
|
-
"name": "
|
|
17140
|
-
"module": "src/
|
|
17133
|
+
"name": "GridLayoutItem",
|
|
17134
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17141
17135
|
}
|
|
17142
17136
|
},
|
|
17143
17137
|
{
|
|
17144
17138
|
"kind": "field",
|
|
17145
|
-
"name": "
|
|
17139
|
+
"name": "colSmNumber",
|
|
17146
17140
|
"type": {
|
|
17147
|
-
"text": "
|
|
17141
|
+
"text": "number"
|
|
17148
17142
|
},
|
|
17149
|
-
"privacy": "public",
|
|
17150
|
-
"description": "Reference to DOM element that holds the slotted content",
|
|
17151
17143
|
"inheritedFrom": {
|
|
17152
|
-
"name": "
|
|
17153
|
-
"module": "src/
|
|
17144
|
+
"name": "GridLayoutItem",
|
|
17145
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17154
17146
|
}
|
|
17155
17147
|
},
|
|
17156
17148
|
{
|
|
17157
17149
|
"kind": "field",
|
|
17158
|
-
"name": "
|
|
17150
|
+
"name": "colMdNumber",
|
|
17159
17151
|
"type": {
|
|
17160
|
-
"text": "
|
|
17152
|
+
"text": "number"
|
|
17161
17153
|
},
|
|
17162
|
-
"privacy": "public",
|
|
17163
|
-
"description": "Reference to flipper to scroll to previous content",
|
|
17164
17154
|
"inheritedFrom": {
|
|
17165
|
-
"name": "
|
|
17166
|
-
"module": "src/
|
|
17155
|
+
"name": "GridLayoutItem",
|
|
17156
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17167
17157
|
}
|
|
17168
17158
|
},
|
|
17169
17159
|
{
|
|
17170
17160
|
"kind": "field",
|
|
17171
|
-
"name": "
|
|
17161
|
+
"name": "colLgNumber",
|
|
17172
17162
|
"type": {
|
|
17173
|
-
"text": "
|
|
17163
|
+
"text": "number"
|
|
17174
17164
|
},
|
|
17175
|
-
"privacy": "public",
|
|
17176
|
-
"description": "Reference to flipper to scroll to the next content",
|
|
17177
17165
|
"inheritedFrom": {
|
|
17178
|
-
"name": "
|
|
17179
|
-
"module": "src/
|
|
17166
|
+
"name": "GridLayoutItem",
|
|
17167
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17180
17168
|
}
|
|
17181
17169
|
},
|
|
17182
17170
|
{
|
|
17183
17171
|
"kind": "field",
|
|
17184
|
-
"name": "
|
|
17172
|
+
"name": "rowNumber",
|
|
17185
17173
|
"type": {
|
|
17186
17174
|
"text": "number"
|
|
17187
17175
|
},
|
|
17188
|
-
"privacy": "public",
|
|
17189
|
-
"default": "600",
|
|
17190
|
-
"description": "Speed of scroll in pixels per second",
|
|
17191
17176
|
"inheritedFrom": {
|
|
17192
|
-
"name": "
|
|
17193
|
-
"module": "src/
|
|
17177
|
+
"name": "GridLayoutItem",
|
|
17178
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17194
17179
|
}
|
|
17195
17180
|
},
|
|
17196
17181
|
{
|
|
17197
17182
|
"kind": "field",
|
|
17198
|
-
"name": "
|
|
17183
|
+
"name": "rowSmNumber",
|
|
17199
17184
|
"type": {
|
|
17200
|
-
"text": "
|
|
17185
|
+
"text": "number"
|
|
17201
17186
|
},
|
|
17202
|
-
"privacy": "public",
|
|
17203
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
17204
17187
|
"inheritedFrom": {
|
|
17205
|
-
"name": "
|
|
17206
|
-
"module": "src/
|
|
17188
|
+
"name": "GridLayoutItem",
|
|
17189
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17207
17190
|
}
|
|
17208
17191
|
},
|
|
17209
17192
|
{
|
|
17210
17193
|
"kind": "field",
|
|
17211
|
-
"name": "
|
|
17194
|
+
"name": "rowMdNumber",
|
|
17212
17195
|
"type": {
|
|
17213
|
-
"text": "
|
|
17196
|
+
"text": "number"
|
|
17214
17197
|
},
|
|
17215
|
-
"privacy": "public",
|
|
17216
|
-
"default": "\"ease-in-out\"",
|
|
17217
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
17218
17198
|
"inheritedFrom": {
|
|
17219
|
-
"name": "
|
|
17220
|
-
"module": "src/
|
|
17199
|
+
"name": "GridLayoutItem",
|
|
17200
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17221
17201
|
}
|
|
17222
17202
|
},
|
|
17223
17203
|
{
|
|
17224
17204
|
"kind": "field",
|
|
17225
|
-
"name": "
|
|
17205
|
+
"name": "rowLgNumber",
|
|
17226
17206
|
"type": {
|
|
17227
|
-
"text": "
|
|
17207
|
+
"text": "number"
|
|
17228
17208
|
},
|
|
17229
|
-
"privacy": "public",
|
|
17230
|
-
"default": "false",
|
|
17231
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
17232
17209
|
"inheritedFrom": {
|
|
17233
|
-
"name": "
|
|
17234
|
-
"module": "src/
|
|
17210
|
+
"name": "GridLayoutItem",
|
|
17211
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17235
17212
|
}
|
|
17236
17213
|
},
|
|
17237
17214
|
{
|
|
17238
17215
|
"kind": "field",
|
|
17239
|
-
"name": "
|
|
17216
|
+
"name": "width",
|
|
17240
17217
|
"type": {
|
|
17241
|
-
"text": "
|
|
17218
|
+
"text": "number"
|
|
17242
17219
|
},
|
|
17243
|
-
"privacy": "public",
|
|
17244
|
-
"description": "The default slotted items placed in the scrolling container.",
|
|
17245
17220
|
"inheritedFrom": {
|
|
17246
|
-
"name": "
|
|
17247
|
-
"module": "src/
|
|
17221
|
+
"name": "GridLayoutItem",
|
|
17222
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17248
17223
|
}
|
|
17249
17224
|
},
|
|
17250
17225
|
{
|
|
17251
17226
|
"kind": "field",
|
|
17252
|
-
"name": "
|
|
17227
|
+
"name": "widthSm",
|
|
17253
17228
|
"type": {
|
|
17254
|
-
"text": "
|
|
17229
|
+
"text": "number"
|
|
17255
17230
|
},
|
|
17256
|
-
"privacy": "public",
|
|
17257
|
-
"description": "View: default | mobile",
|
|
17258
17231
|
"inheritedFrom": {
|
|
17259
|
-
"name": "
|
|
17260
|
-
"module": "src/
|
|
17232
|
+
"name": "GridLayoutItem",
|
|
17233
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17261
17234
|
}
|
|
17262
17235
|
},
|
|
17263
17236
|
{
|
|
17264
|
-
"kind": "
|
|
17265
|
-
"name": "
|
|
17266
|
-
"
|
|
17267
|
-
|
|
17268
|
-
|
|
17269
|
-
"name": "previous",
|
|
17270
|
-
"type": {
|
|
17271
|
-
"text": "HTMLElement[]"
|
|
17272
|
-
},
|
|
17273
|
-
"description": "current scroll items"
|
|
17274
|
-
},
|
|
17275
|
-
{
|
|
17276
|
-
"name": "next",
|
|
17277
|
-
"type": {
|
|
17278
|
-
"text": "HTMLElement[]"
|
|
17279
|
-
},
|
|
17280
|
-
"description": "new updated scroll items"
|
|
17281
|
-
}
|
|
17282
|
-
],
|
|
17283
|
-
"description": "Updates scroll stops and flippers when scroll items change",
|
|
17237
|
+
"kind": "field",
|
|
17238
|
+
"name": "widthMd",
|
|
17239
|
+
"type": {
|
|
17240
|
+
"text": "number"
|
|
17241
|
+
},
|
|
17284
17242
|
"inheritedFrom": {
|
|
17285
|
-
"name": "
|
|
17286
|
-
"module": "src/
|
|
17243
|
+
"name": "GridLayoutItem",
|
|
17244
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17287
17245
|
}
|
|
17288
17246
|
},
|
|
17289
17247
|
{
|
|
17290
|
-
"kind": "
|
|
17291
|
-
"name": "
|
|
17292
|
-
"
|
|
17293
|
-
|
|
17294
|
-
|
|
17295
|
-
"name": "stops",
|
|
17296
|
-
"type": {
|
|
17297
|
-
"text": "number[]"
|
|
17298
|
-
}
|
|
17299
|
-
}
|
|
17300
|
-
],
|
|
17248
|
+
"kind": "field",
|
|
17249
|
+
"name": "widthLg",
|
|
17250
|
+
"type": {
|
|
17251
|
+
"text": "number"
|
|
17252
|
+
},
|
|
17301
17253
|
"inheritedFrom": {
|
|
17302
|
-
"name": "
|
|
17303
|
-
"module": "src/
|
|
17254
|
+
"name": "GridLayoutItem",
|
|
17255
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17304
17256
|
}
|
|
17305
17257
|
},
|
|
17306
17258
|
{
|
|
17307
|
-
"kind": "
|
|
17308
|
-
"name": "
|
|
17309
|
-
"
|
|
17310
|
-
|
|
17311
|
-
"type": {
|
|
17312
|
-
"text": "void"
|
|
17313
|
-
}
|
|
17259
|
+
"kind": "field",
|
|
17260
|
+
"name": "height",
|
|
17261
|
+
"type": {
|
|
17262
|
+
"text": "number"
|
|
17314
17263
|
},
|
|
17315
|
-
"parameters": [
|
|
17316
|
-
{
|
|
17317
|
-
"name": "item",
|
|
17318
|
-
"type": {
|
|
17319
|
-
"text": "HTMLElement | number"
|
|
17320
|
-
},
|
|
17321
|
-
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
17322
|
-
},
|
|
17323
|
-
{
|
|
17324
|
-
"name": "padding",
|
|
17325
|
-
"default": "0",
|
|
17326
|
-
"type": {
|
|
17327
|
-
"text": "number"
|
|
17328
|
-
},
|
|
17329
|
-
"description": "Padding of the viewport where the active item shouldn't be"
|
|
17330
|
-
},
|
|
17331
|
-
{
|
|
17332
|
-
"name": "rightPadding",
|
|
17333
|
-
"optional": true,
|
|
17334
|
-
"type": {
|
|
17335
|
-
"text": "number"
|
|
17336
|
-
},
|
|
17337
|
-
"description": "Optional right padding. Uses the padding if not defined"
|
|
17338
|
-
}
|
|
17339
|
-
],
|
|
17340
|
-
"description": "Function that can scroll an item into view.",
|
|
17341
17264
|
"inheritedFrom": {
|
|
17342
|
-
"name": "
|
|
17343
|
-
"module": "src/
|
|
17265
|
+
"name": "GridLayoutItem",
|
|
17266
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17344
17267
|
}
|
|
17345
17268
|
},
|
|
17346
17269
|
{
|
|
17347
|
-
"kind": "
|
|
17348
|
-
"name": "
|
|
17349
|
-
"
|
|
17350
|
-
|
|
17351
|
-
|
|
17352
|
-
"name": "e",
|
|
17353
|
-
"type": {
|
|
17354
|
-
"text": "Event & KeyboardEvent"
|
|
17355
|
-
},
|
|
17356
|
-
"description": "Keyboard event"
|
|
17357
|
-
}
|
|
17358
|
-
],
|
|
17359
|
-
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
17270
|
+
"kind": "field",
|
|
17271
|
+
"name": "heightSm",
|
|
17272
|
+
"type": {
|
|
17273
|
+
"text": "number"
|
|
17274
|
+
},
|
|
17360
17275
|
"inheritedFrom": {
|
|
17361
|
-
"name": "
|
|
17362
|
-
"module": "src/
|
|
17276
|
+
"name": "GridLayoutItem",
|
|
17277
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17363
17278
|
}
|
|
17364
17279
|
},
|
|
17365
17280
|
{
|
|
17366
|
-
"kind": "
|
|
17367
|
-
"name": "
|
|
17368
|
-
"
|
|
17369
|
-
|
|
17370
|
-
"type": {
|
|
17371
|
-
"text": "void"
|
|
17372
|
-
}
|
|
17281
|
+
"kind": "field",
|
|
17282
|
+
"name": "heightMd",
|
|
17283
|
+
"type": {
|
|
17284
|
+
"text": "number"
|
|
17373
17285
|
},
|
|
17374
|
-
"description": "Scrolls items to the left",
|
|
17375
17286
|
"inheritedFrom": {
|
|
17376
|
-
"name": "
|
|
17377
|
-
"module": "src/
|
|
17287
|
+
"name": "GridLayoutItem",
|
|
17288
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17378
17289
|
}
|
|
17379
17290
|
},
|
|
17380
17291
|
{
|
|
17381
|
-
"kind": "
|
|
17382
|
-
"name": "
|
|
17383
|
-
"
|
|
17384
|
-
|
|
17385
|
-
"type": {
|
|
17386
|
-
"text": "void"
|
|
17387
|
-
}
|
|
17292
|
+
"kind": "field",
|
|
17293
|
+
"name": "heightLg",
|
|
17294
|
+
"type": {
|
|
17295
|
+
"text": "number"
|
|
17388
17296
|
},
|
|
17389
|
-
"description": "Scrolls items to the right",
|
|
17390
17297
|
"inheritedFrom": {
|
|
17391
|
-
"name": "
|
|
17392
|
-
"module": "src/
|
|
17298
|
+
"name": "GridLayoutItem",
|
|
17299
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17393
17300
|
}
|
|
17394
17301
|
},
|
|
17395
17302
|
{
|
|
17396
17303
|
"kind": "method",
|
|
17397
|
-
"name": "
|
|
17398
|
-
"privacy": "public",
|
|
17399
|
-
"return": {
|
|
17400
|
-
"type": {
|
|
17401
|
-
"text": "void"
|
|
17402
|
-
}
|
|
17403
|
-
},
|
|
17304
|
+
"name": "setGridItemProperties",
|
|
17404
17305
|
"parameters": [
|
|
17405
17306
|
{
|
|
17406
|
-
"name": "
|
|
17407
|
-
"type": {
|
|
17408
|
-
"text": "number"
|
|
17409
|
-
},
|
|
17410
|
-
"description": "position to scroll to"
|
|
17307
|
+
"name": "column"
|
|
17411
17308
|
},
|
|
17412
17309
|
{
|
|
17413
|
-
"name": "
|
|
17414
|
-
|
|
17415
|
-
|
|
17416
|
-
|
|
17417
|
-
|
|
17418
|
-
|
|
17310
|
+
"name": "row"
|
|
17311
|
+
},
|
|
17312
|
+
{
|
|
17313
|
+
"name": "width"
|
|
17314
|
+
},
|
|
17315
|
+
{
|
|
17316
|
+
"name": "height"
|
|
17419
17317
|
}
|
|
17420
17318
|
],
|
|
17421
|
-
"description": "Handles scrolling with easing",
|
|
17422
|
-
"inheritedFrom": {
|
|
17423
|
-
"name": "HorizontalScroll",
|
|
17424
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17425
|
-
}
|
|
17426
|
-
},
|
|
17427
|
-
{
|
|
17428
|
-
"kind": "method",
|
|
17429
|
-
"name": "resized",
|
|
17430
|
-
"privacy": "public",
|
|
17431
|
-
"return": {
|
|
17432
|
-
"type": {
|
|
17433
|
-
"text": "void"
|
|
17434
|
-
}
|
|
17435
|
-
},
|
|
17436
|
-
"description": "Monitors resize event on the horizontal-scroll element",
|
|
17437
|
-
"inheritedFrom": {
|
|
17438
|
-
"name": "HorizontalScroll",
|
|
17439
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17440
|
-
}
|
|
17441
|
-
},
|
|
17442
|
-
{
|
|
17443
|
-
"kind": "method",
|
|
17444
|
-
"name": "scrolled",
|
|
17445
|
-
"privacy": "public",
|
|
17446
|
-
"return": {
|
|
17447
|
-
"type": {
|
|
17448
|
-
"text": "void"
|
|
17449
|
-
}
|
|
17450
|
-
},
|
|
17451
|
-
"description": "Monitors scrolled event on the content container",
|
|
17452
17319
|
"inheritedFrom": {
|
|
17453
|
-
"name": "
|
|
17454
|
-
"module": "src/
|
|
17320
|
+
"name": "GridLayoutItem",
|
|
17321
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17455
17322
|
}
|
|
17456
17323
|
},
|
|
17457
17324
|
{
|
|
@@ -17463,8 +17330,8 @@
|
|
|
17463
17330
|
"privacy": "private",
|
|
17464
17331
|
"default": "void 0",
|
|
17465
17332
|
"inheritedFrom": {
|
|
17466
|
-
"name": "
|
|
17467
|
-
"module": "src/
|
|
17333
|
+
"name": "FoundationElement",
|
|
17334
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17468
17335
|
}
|
|
17469
17336
|
},
|
|
17470
17337
|
{
|
|
@@ -17476,8 +17343,8 @@
|
|
|
17476
17343
|
"privacy": "public",
|
|
17477
17344
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
17478
17345
|
"inheritedFrom": {
|
|
17479
|
-
"name": "
|
|
17480
|
-
"module": "src/
|
|
17346
|
+
"name": "FoundationElement",
|
|
17347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17481
17348
|
}
|
|
17482
17349
|
},
|
|
17483
17350
|
{
|
|
@@ -17489,8 +17356,8 @@
|
|
|
17489
17356
|
"privacy": "public",
|
|
17490
17357
|
"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.",
|
|
17491
17358
|
"inheritedFrom": {
|
|
17492
|
-
"name": "
|
|
17493
|
-
"module": "src/
|
|
17359
|
+
"name": "FoundationElement",
|
|
17360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17494
17361
|
}
|
|
17495
17362
|
},
|
|
17496
17363
|
{
|
|
@@ -17502,9 +17369,9 @@
|
|
|
17502
17369
|
"text": "void"
|
|
17503
17370
|
}
|
|
17504
17371
|
},
|
|
17505
|
-
"inheritedFrom": {
|
|
17506
|
-
"name": "
|
|
17507
|
-
"module": "src/
|
|
17372
|
+
"inheritedFrom": {
|
|
17373
|
+
"name": "FoundationElement",
|
|
17374
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17508
17375
|
}
|
|
17509
17376
|
},
|
|
17510
17377
|
{
|
|
@@ -17516,8 +17383,8 @@
|
|
|
17516
17383
|
"privacy": "public",
|
|
17517
17384
|
"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.",
|
|
17518
17385
|
"inheritedFrom": {
|
|
17519
|
-
"name": "
|
|
17520
|
-
"module": "src/
|
|
17386
|
+
"name": "FoundationElement",
|
|
17387
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17521
17388
|
}
|
|
17522
17389
|
},
|
|
17523
17390
|
{
|
|
@@ -17530,8 +17397,8 @@
|
|
|
17530
17397
|
}
|
|
17531
17398
|
},
|
|
17532
17399
|
"inheritedFrom": {
|
|
17533
|
-
"name": "
|
|
17534
|
-
"module": "src/
|
|
17400
|
+
"name": "FoundationElement",
|
|
17401
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17535
17402
|
}
|
|
17536
17403
|
},
|
|
17537
17404
|
{
|
|
@@ -17561,73 +17428,41 @@
|
|
|
17561
17428
|
],
|
|
17562
17429
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
17563
17430
|
"inheritedFrom": {
|
|
17564
|
-
"name": "
|
|
17565
|
-
"module": "src/
|
|
17566
|
-
}
|
|
17567
|
-
}
|
|
17568
|
-
],
|
|
17569
|
-
"events": [
|
|
17570
|
-
{
|
|
17571
|
-
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
17572
|
-
"name": "scrollstart",
|
|
17573
|
-
"inheritedFrom": {
|
|
17574
|
-
"name": "HorizontalScroll",
|
|
17575
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17576
|
-
}
|
|
17577
|
-
},
|
|
17578
|
-
{
|
|
17579
|
-
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
17580
|
-
"name": "scrollend",
|
|
17581
|
-
"inheritedFrom": {
|
|
17582
|
-
"name": "HorizontalScroll",
|
|
17583
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17431
|
+
"name": "FoundationElement",
|
|
17432
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17584
17433
|
}
|
|
17585
17434
|
}
|
|
17586
17435
|
]
|
|
17587
17436
|
},
|
|
17588
17437
|
{
|
|
17589
17438
|
"kind": "variable",
|
|
17590
|
-
"name": "
|
|
17591
|
-
"
|
|
17592
|
-
|
|
17593
|
-
},
|
|
17594
|
-
"default": "{\n nextFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n previousFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n}"
|
|
17595
|
-
},
|
|
17596
|
-
{
|
|
17597
|
-
"kind": "variable",
|
|
17598
|
-
"name": "zeroHorizontalScroll"
|
|
17439
|
+
"name": "zeroGridLayoutItem",
|
|
17440
|
+
"description": "The Zero Grid Layout Item",
|
|
17441
|
+
"privacy": "public"
|
|
17599
17442
|
}
|
|
17600
17443
|
],
|
|
17601
17444
|
"exports": [
|
|
17602
17445
|
{
|
|
17603
17446
|
"kind": "js",
|
|
17604
|
-
"name": "
|
|
17605
|
-
"declaration": {
|
|
17606
|
-
"name": "HorizontalScroll",
|
|
17607
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17608
|
-
}
|
|
17609
|
-
},
|
|
17610
|
-
{
|
|
17611
|
-
"kind": "js",
|
|
17612
|
-
"name": "defaultHorizontalScrollZeroConfig",
|
|
17447
|
+
"name": "GridLayoutItem",
|
|
17613
17448
|
"declaration": {
|
|
17614
|
-
"name": "
|
|
17615
|
-
"module": "src/
|
|
17449
|
+
"name": "GridLayoutItem",
|
|
17450
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17616
17451
|
}
|
|
17617
17452
|
},
|
|
17618
17453
|
{
|
|
17619
17454
|
"kind": "js",
|
|
17620
|
-
"name": "
|
|
17455
|
+
"name": "zeroGridLayoutItem",
|
|
17621
17456
|
"declaration": {
|
|
17622
|
-
"name": "
|
|
17623
|
-
"module": "src/
|
|
17457
|
+
"name": "zeroGridLayoutItem",
|
|
17458
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17624
17459
|
}
|
|
17625
17460
|
}
|
|
17626
17461
|
]
|
|
17627
17462
|
},
|
|
17628
17463
|
{
|
|
17629
17464
|
"kind": "javascript-module",
|
|
17630
|
-
"path": "src/
|
|
17465
|
+
"path": "src/grid-layout-item/index.ts",
|
|
17631
17466
|
"declarations": [],
|
|
17632
17467
|
"exports": [
|
|
17633
17468
|
{
|
|
@@ -17635,416 +17470,541 @@
|
|
|
17635
17470
|
"name": "*",
|
|
17636
17471
|
"declaration": {
|
|
17637
17472
|
"name": "*",
|
|
17638
|
-
"package": "./
|
|
17473
|
+
"package": "./grid-layout-item"
|
|
17639
17474
|
}
|
|
17640
17475
|
},
|
|
17641
17476
|
{
|
|
17642
17477
|
"kind": "js",
|
|
17643
|
-
"name": "
|
|
17478
|
+
"name": "zeroGridLayoutItemTemplate",
|
|
17644
17479
|
"declaration": {
|
|
17645
|
-
"name": "
|
|
17646
|
-
"package": "
|
|
17480
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
17481
|
+
"package": "@genesislcap/foundation-ui"
|
|
17482
|
+
}
|
|
17483
|
+
}
|
|
17484
|
+
]
|
|
17485
|
+
},
|
|
17486
|
+
{
|
|
17487
|
+
"kind": "javascript-module",
|
|
17488
|
+
"path": "src/horizontal-scroll/horizontal-scroll.stories.ts",
|
|
17489
|
+
"declarations": [
|
|
17490
|
+
{
|
|
17491
|
+
"kind": "variable",
|
|
17492
|
+
"name": "meta",
|
|
17493
|
+
"type": {
|
|
17494
|
+
"text": "Meta"
|
|
17495
|
+
},
|
|
17496
|
+
"default": "{\n title: 'Horizontal Scroll',\n component: 'zero-horizontal-scroll',\n}"
|
|
17497
|
+
},
|
|
17498
|
+
{
|
|
17499
|
+
"kind": "variable",
|
|
17500
|
+
"name": "Primary",
|
|
17501
|
+
"type": {
|
|
17502
|
+
"text": "StoryObj"
|
|
17503
|
+
},
|
|
17504
|
+
"default": "{\n render: () => html`\n <zero-horizontal-scroll style=${horizontalScrollStyle}>\n ${repeat(\n cards,\n (item) => item,\n (item) => html`\n <zero-card style=${cardStyle}>\n Card number ${item}\n <zero-button>A button</zero-button>\n </zero-card>\n `,\n )}\n </zero-horizontal-scroll>\n `,\n}"
|
|
17505
|
+
}
|
|
17506
|
+
],
|
|
17507
|
+
"exports": [
|
|
17508
|
+
{
|
|
17509
|
+
"kind": "js",
|
|
17510
|
+
"name": "default",
|
|
17511
|
+
"declaration": {
|
|
17512
|
+
"name": "meta",
|
|
17513
|
+
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
17647
17514
|
}
|
|
17648
17515
|
},
|
|
17649
17516
|
{
|
|
17650
17517
|
"kind": "js",
|
|
17651
|
-
"name": "
|
|
17518
|
+
"name": "Primary",
|
|
17652
17519
|
"declaration": {
|
|
17653
|
-
"name": "
|
|
17654
|
-
"
|
|
17520
|
+
"name": "Primary",
|
|
17521
|
+
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
17655
17522
|
}
|
|
17656
17523
|
}
|
|
17657
17524
|
]
|
|
17658
17525
|
},
|
|
17659
17526
|
{
|
|
17660
17527
|
"kind": "javascript-module",
|
|
17661
|
-
"path": "src/
|
|
17528
|
+
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
17662
17529
|
"declarations": [
|
|
17663
17530
|
{
|
|
17664
|
-
"kind": "
|
|
17665
|
-
"
|
|
17666
|
-
"
|
|
17667
|
-
|
|
17668
|
-
|
|
17669
|
-
|
|
17531
|
+
"kind": "function",
|
|
17532
|
+
"name": "zeroHorizontalScrollStyles",
|
|
17533
|
+
"return": {
|
|
17534
|
+
"type": {
|
|
17535
|
+
"text": "ElementStyles"
|
|
17536
|
+
}
|
|
17670
17537
|
},
|
|
17671
|
-
"
|
|
17672
|
-
"customElement": true,
|
|
17673
|
-
"attributes": [
|
|
17674
|
-
{
|
|
17675
|
-
"name": "col-number",
|
|
17676
|
-
"type": {
|
|
17677
|
-
"text": "number"
|
|
17678
|
-
},
|
|
17679
|
-
"fieldName": "colNumber",
|
|
17680
|
-
"inheritedFrom": {
|
|
17681
|
-
"name": "GridLayoutItem",
|
|
17682
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17683
|
-
}
|
|
17684
|
-
},
|
|
17685
|
-
{
|
|
17686
|
-
"name": "col-sm-number",
|
|
17687
|
-
"type": {
|
|
17688
|
-
"text": "number"
|
|
17689
|
-
},
|
|
17690
|
-
"fieldName": "colSmNumber",
|
|
17691
|
-
"inheritedFrom": {
|
|
17692
|
-
"name": "GridLayoutItem",
|
|
17693
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17694
|
-
}
|
|
17695
|
-
},
|
|
17696
|
-
{
|
|
17697
|
-
"name": "col-md-number",
|
|
17698
|
-
"type": {
|
|
17699
|
-
"text": "number"
|
|
17700
|
-
},
|
|
17701
|
-
"fieldName": "colMdNumber",
|
|
17702
|
-
"inheritedFrom": {
|
|
17703
|
-
"name": "GridLayoutItem",
|
|
17704
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17705
|
-
}
|
|
17706
|
-
},
|
|
17707
|
-
{
|
|
17708
|
-
"name": "col-lg-number",
|
|
17709
|
-
"type": {
|
|
17710
|
-
"text": "number"
|
|
17711
|
-
},
|
|
17712
|
-
"fieldName": "colLgNumber",
|
|
17713
|
-
"inheritedFrom": {
|
|
17714
|
-
"name": "GridLayoutItem",
|
|
17715
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17716
|
-
}
|
|
17717
|
-
},
|
|
17718
|
-
{
|
|
17719
|
-
"name": "row-number",
|
|
17720
|
-
"type": {
|
|
17721
|
-
"text": "number"
|
|
17722
|
-
},
|
|
17723
|
-
"fieldName": "rowNumber",
|
|
17724
|
-
"inheritedFrom": {
|
|
17725
|
-
"name": "GridLayoutItem",
|
|
17726
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17727
|
-
}
|
|
17728
|
-
},
|
|
17729
|
-
{
|
|
17730
|
-
"name": "row-sm-number",
|
|
17731
|
-
"type": {
|
|
17732
|
-
"text": "number"
|
|
17733
|
-
},
|
|
17734
|
-
"fieldName": "rowSmNumber",
|
|
17735
|
-
"inheritedFrom": {
|
|
17736
|
-
"name": "GridLayoutItem",
|
|
17737
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17738
|
-
}
|
|
17739
|
-
},
|
|
17740
|
-
{
|
|
17741
|
-
"name": "row-md-number",
|
|
17742
|
-
"type": {
|
|
17743
|
-
"text": "number"
|
|
17744
|
-
},
|
|
17745
|
-
"fieldName": "rowMdNumber",
|
|
17746
|
-
"inheritedFrom": {
|
|
17747
|
-
"name": "GridLayoutItem",
|
|
17748
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17749
|
-
}
|
|
17750
|
-
},
|
|
17538
|
+
"parameters": [
|
|
17751
17539
|
{
|
|
17752
|
-
"name": "
|
|
17540
|
+
"name": "context",
|
|
17753
17541
|
"type": {
|
|
17754
|
-
"text": "
|
|
17755
|
-
},
|
|
17756
|
-
"fieldName": "rowLgNumber",
|
|
17757
|
-
"inheritedFrom": {
|
|
17758
|
-
"name": "GridLayoutItem",
|
|
17759
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17542
|
+
"text": "ElementDefinitionContext"
|
|
17760
17543
|
}
|
|
17761
17544
|
},
|
|
17762
17545
|
{
|
|
17763
|
-
"name": "
|
|
17546
|
+
"name": "definition",
|
|
17764
17547
|
"type": {
|
|
17765
|
-
"text": "
|
|
17766
|
-
},
|
|
17767
|
-
"fieldName": "width",
|
|
17768
|
-
"inheritedFrom": {
|
|
17769
|
-
"name": "GridLayoutItem",
|
|
17770
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17548
|
+
"text": "FoundationElementDefinition"
|
|
17771
17549
|
}
|
|
17772
|
-
}
|
|
17550
|
+
}
|
|
17551
|
+
]
|
|
17552
|
+
}
|
|
17553
|
+
],
|
|
17554
|
+
"exports": [
|
|
17555
|
+
{
|
|
17556
|
+
"kind": "js",
|
|
17557
|
+
"name": "zeroHorizontalScrollStyles",
|
|
17558
|
+
"declaration": {
|
|
17559
|
+
"name": "zeroHorizontalScrollStyles",
|
|
17560
|
+
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
17561
|
+
}
|
|
17562
|
+
}
|
|
17563
|
+
]
|
|
17564
|
+
},
|
|
17565
|
+
{
|
|
17566
|
+
"kind": "javascript-module",
|
|
17567
|
+
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
17568
|
+
"declarations": [
|
|
17569
|
+
{
|
|
17570
|
+
"kind": "function",
|
|
17571
|
+
"name": "zeroHorizontalScrollTemplate",
|
|
17572
|
+
"return": {
|
|
17573
|
+
"type": {
|
|
17574
|
+
"text": "ViewTemplate<HorizontalScroll>"
|
|
17575
|
+
}
|
|
17576
|
+
},
|
|
17577
|
+
"parameters": [
|
|
17773
17578
|
{
|
|
17774
|
-
"name": "
|
|
17579
|
+
"name": "context",
|
|
17775
17580
|
"type": {
|
|
17776
|
-
"text": "
|
|
17777
|
-
},
|
|
17778
|
-
"fieldName": "widthSm",
|
|
17779
|
-
"inheritedFrom": {
|
|
17780
|
-
"name": "GridLayoutItem",
|
|
17781
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17581
|
+
"text": "ElementDefinitionContext"
|
|
17782
17582
|
}
|
|
17783
17583
|
},
|
|
17784
17584
|
{
|
|
17785
|
-
"name": "
|
|
17585
|
+
"name": "definition",
|
|
17786
17586
|
"type": {
|
|
17787
|
-
"text": "
|
|
17788
|
-
},
|
|
17789
|
-
"fieldName": "widthMd",
|
|
17790
|
-
"inheritedFrom": {
|
|
17791
|
-
"name": "GridLayoutItem",
|
|
17792
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
17587
|
+
"text": "FoundationElementDefinition"
|
|
17793
17588
|
}
|
|
17794
|
-
}
|
|
17589
|
+
}
|
|
17590
|
+
]
|
|
17591
|
+
}
|
|
17592
|
+
],
|
|
17593
|
+
"exports": [
|
|
17594
|
+
{
|
|
17595
|
+
"kind": "js",
|
|
17596
|
+
"name": "zeroHorizontalScrollTemplate",
|
|
17597
|
+
"declaration": {
|
|
17598
|
+
"name": "zeroHorizontalScrollTemplate",
|
|
17599
|
+
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
17600
|
+
}
|
|
17601
|
+
}
|
|
17602
|
+
]
|
|
17603
|
+
},
|
|
17604
|
+
{
|
|
17605
|
+
"kind": "javascript-module",
|
|
17606
|
+
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
17607
|
+
"declarations": [
|
|
17608
|
+
{
|
|
17609
|
+
"kind": "class",
|
|
17610
|
+
"description": "",
|
|
17611
|
+
"name": "HorizontalScroll",
|
|
17612
|
+
"superclass": {
|
|
17613
|
+
"name": "FoundationHorizontalScroll",
|
|
17614
|
+
"package": "@genesislcap/foundation-ui"
|
|
17615
|
+
},
|
|
17616
|
+
"tagName": "%%prefix%%-horizontal-scroll",
|
|
17617
|
+
"customElement": true,
|
|
17618
|
+
"attributes": [
|
|
17795
17619
|
{
|
|
17796
|
-
"name": "width-lg",
|
|
17797
17620
|
"type": {
|
|
17798
17621
|
"text": "number"
|
|
17799
17622
|
},
|
|
17800
|
-
"
|
|
17623
|
+
"default": "600",
|
|
17624
|
+
"description": "Speed of scroll in pixels per second",
|
|
17625
|
+
"fieldName": "speed",
|
|
17801
17626
|
"inheritedFrom": {
|
|
17802
|
-
"name": "
|
|
17803
|
-
"module": "src/
|
|
17627
|
+
"name": "HorizontalScroll",
|
|
17628
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17804
17629
|
}
|
|
17805
17630
|
},
|
|
17806
17631
|
{
|
|
17807
|
-
"name": "
|
|
17632
|
+
"name": "duration",
|
|
17808
17633
|
"type": {
|
|
17809
|
-
"text": "
|
|
17634
|
+
"text": "string"
|
|
17810
17635
|
},
|
|
17811
|
-
"
|
|
17636
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
17637
|
+
"fieldName": "duration",
|
|
17812
17638
|
"inheritedFrom": {
|
|
17813
|
-
"name": "
|
|
17814
|
-
"module": "src/
|
|
17639
|
+
"name": "HorizontalScroll",
|
|
17640
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17815
17641
|
}
|
|
17816
17642
|
},
|
|
17817
17643
|
{
|
|
17818
|
-
"name": "
|
|
17644
|
+
"name": "easing",
|
|
17819
17645
|
"type": {
|
|
17820
|
-
"text": "
|
|
17646
|
+
"text": "ScrollEasing"
|
|
17821
17647
|
},
|
|
17822
|
-
"
|
|
17648
|
+
"default": "\"ease-in-out\"",
|
|
17649
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
17650
|
+
"fieldName": "easing",
|
|
17823
17651
|
"inheritedFrom": {
|
|
17824
|
-
"name": "
|
|
17825
|
-
"module": "src/
|
|
17652
|
+
"name": "HorizontalScroll",
|
|
17653
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17826
17654
|
}
|
|
17827
17655
|
},
|
|
17828
17656
|
{
|
|
17829
|
-
"name": "
|
|
17657
|
+
"name": "flippers-hidden-from-at",
|
|
17830
17658
|
"type": {
|
|
17831
|
-
"text": "
|
|
17659
|
+
"text": "boolean"
|
|
17832
17660
|
},
|
|
17833
|
-
"
|
|
17661
|
+
"default": "false",
|
|
17662
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
17663
|
+
"fieldName": "flippersHiddenFromAT",
|
|
17834
17664
|
"inheritedFrom": {
|
|
17835
|
-
"name": "
|
|
17836
|
-
"module": "src/
|
|
17665
|
+
"name": "HorizontalScroll",
|
|
17666
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17837
17667
|
}
|
|
17838
17668
|
},
|
|
17839
17669
|
{
|
|
17840
|
-
"name": "
|
|
17670
|
+
"name": "view",
|
|
17841
17671
|
"type": {
|
|
17842
|
-
"text": "
|
|
17672
|
+
"text": "HorizontalScrollView"
|
|
17843
17673
|
},
|
|
17844
|
-
"
|
|
17674
|
+
"description": "View: default | mobile",
|
|
17675
|
+
"fieldName": "view",
|
|
17845
17676
|
"inheritedFrom": {
|
|
17846
|
-
"name": "
|
|
17847
|
-
"module": "src/
|
|
17677
|
+
"name": "HorizontalScroll",
|
|
17678
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17848
17679
|
}
|
|
17849
17680
|
}
|
|
17850
17681
|
],
|
|
17851
17682
|
"members": [
|
|
17852
17683
|
{
|
|
17853
17684
|
"kind": "field",
|
|
17854
|
-
"name": "
|
|
17685
|
+
"name": "scrollContainer",
|
|
17855
17686
|
"type": {
|
|
17856
|
-
"text": "
|
|
17687
|
+
"text": "HTMLDivElement"
|
|
17857
17688
|
},
|
|
17689
|
+
"privacy": "public",
|
|
17690
|
+
"description": "Reference to DOM element that scrolls the content",
|
|
17858
17691
|
"inheritedFrom": {
|
|
17859
|
-
"name": "
|
|
17860
|
-
"module": "src/
|
|
17692
|
+
"name": "HorizontalScroll",
|
|
17693
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17861
17694
|
}
|
|
17862
17695
|
},
|
|
17863
17696
|
{
|
|
17864
17697
|
"kind": "field",
|
|
17865
|
-
"name": "
|
|
17698
|
+
"name": "content",
|
|
17866
17699
|
"type": {
|
|
17867
|
-
"text": "
|
|
17700
|
+
"text": "HTMLDivElement"
|
|
17868
17701
|
},
|
|
17702
|
+
"privacy": "public",
|
|
17703
|
+
"description": "Reference to DOM element that holds the slotted content",
|
|
17869
17704
|
"inheritedFrom": {
|
|
17870
|
-
"name": "
|
|
17871
|
-
"module": "src/
|
|
17705
|
+
"name": "HorizontalScroll",
|
|
17706
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17872
17707
|
}
|
|
17873
17708
|
},
|
|
17874
17709
|
{
|
|
17875
17710
|
"kind": "field",
|
|
17876
|
-
"name": "
|
|
17711
|
+
"name": "previousFlipperContainer",
|
|
17877
17712
|
"type": {
|
|
17878
|
-
"text": "
|
|
17713
|
+
"text": "HTMLDivElement"
|
|
17879
17714
|
},
|
|
17715
|
+
"privacy": "public",
|
|
17716
|
+
"description": "Reference to flipper to scroll to previous content",
|
|
17880
17717
|
"inheritedFrom": {
|
|
17881
|
-
"name": "
|
|
17882
|
-
"module": "src/
|
|
17718
|
+
"name": "HorizontalScroll",
|
|
17719
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17883
17720
|
}
|
|
17884
17721
|
},
|
|
17885
17722
|
{
|
|
17886
17723
|
"kind": "field",
|
|
17887
|
-
"name": "
|
|
17724
|
+
"name": "nextFlipperContainer",
|
|
17888
17725
|
"type": {
|
|
17889
|
-
"text": "
|
|
17726
|
+
"text": "HTMLDivElement"
|
|
17890
17727
|
},
|
|
17728
|
+
"privacy": "public",
|
|
17729
|
+
"description": "Reference to flipper to scroll to the next content",
|
|
17891
17730
|
"inheritedFrom": {
|
|
17892
|
-
"name": "
|
|
17893
|
-
"module": "src/
|
|
17731
|
+
"name": "HorizontalScroll",
|
|
17732
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17894
17733
|
}
|
|
17895
17734
|
},
|
|
17896
17735
|
{
|
|
17897
17736
|
"kind": "field",
|
|
17898
|
-
"name": "
|
|
17737
|
+
"name": "speed",
|
|
17899
17738
|
"type": {
|
|
17900
17739
|
"text": "number"
|
|
17901
17740
|
},
|
|
17741
|
+
"privacy": "public",
|
|
17742
|
+
"default": "600",
|
|
17743
|
+
"description": "Speed of scroll in pixels per second",
|
|
17902
17744
|
"inheritedFrom": {
|
|
17903
|
-
"name": "
|
|
17904
|
-
"module": "src/
|
|
17745
|
+
"name": "HorizontalScroll",
|
|
17746
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17905
17747
|
}
|
|
17906
17748
|
},
|
|
17907
17749
|
{
|
|
17908
17750
|
"kind": "field",
|
|
17909
|
-
"name": "
|
|
17751
|
+
"name": "duration",
|
|
17910
17752
|
"type": {
|
|
17911
|
-
"text": "
|
|
17753
|
+
"text": "string"
|
|
17912
17754
|
},
|
|
17755
|
+
"privacy": "public",
|
|
17756
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
17913
17757
|
"inheritedFrom": {
|
|
17914
|
-
"name": "
|
|
17915
|
-
"module": "src/
|
|
17758
|
+
"name": "HorizontalScroll",
|
|
17759
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17916
17760
|
}
|
|
17917
17761
|
},
|
|
17918
17762
|
{
|
|
17919
17763
|
"kind": "field",
|
|
17920
|
-
"name": "
|
|
17764
|
+
"name": "easing",
|
|
17921
17765
|
"type": {
|
|
17922
|
-
"text": "
|
|
17766
|
+
"text": "ScrollEasing"
|
|
17923
17767
|
},
|
|
17768
|
+
"privacy": "public",
|
|
17769
|
+
"default": "\"ease-in-out\"",
|
|
17770
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
17924
17771
|
"inheritedFrom": {
|
|
17925
|
-
"name": "
|
|
17926
|
-
"module": "src/
|
|
17772
|
+
"name": "HorizontalScroll",
|
|
17773
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17927
17774
|
}
|
|
17928
17775
|
},
|
|
17929
17776
|
{
|
|
17930
17777
|
"kind": "field",
|
|
17931
|
-
"name": "
|
|
17778
|
+
"name": "flippersHiddenFromAT",
|
|
17932
17779
|
"type": {
|
|
17933
|
-
"text": "
|
|
17780
|
+
"text": "boolean"
|
|
17934
17781
|
},
|
|
17782
|
+
"privacy": "public",
|
|
17783
|
+
"default": "false",
|
|
17784
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
17935
17785
|
"inheritedFrom": {
|
|
17936
|
-
"name": "
|
|
17937
|
-
"module": "src/
|
|
17786
|
+
"name": "HorizontalScroll",
|
|
17787
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17938
17788
|
}
|
|
17939
17789
|
},
|
|
17940
17790
|
{
|
|
17941
17791
|
"kind": "field",
|
|
17942
|
-
"name": "
|
|
17792
|
+
"name": "scrollItems",
|
|
17943
17793
|
"type": {
|
|
17944
|
-
"text": "
|
|
17794
|
+
"text": "HTMLElement[]"
|
|
17945
17795
|
},
|
|
17796
|
+
"privacy": "public",
|
|
17797
|
+
"description": "The default slotted items placed in the scrolling container.",
|
|
17946
17798
|
"inheritedFrom": {
|
|
17947
|
-
"name": "
|
|
17948
|
-
"module": "src/
|
|
17799
|
+
"name": "HorizontalScroll",
|
|
17800
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17949
17801
|
}
|
|
17950
17802
|
},
|
|
17951
17803
|
{
|
|
17952
17804
|
"kind": "field",
|
|
17953
|
-
"name": "
|
|
17805
|
+
"name": "view",
|
|
17954
17806
|
"type": {
|
|
17955
|
-
"text": "
|
|
17807
|
+
"text": "HorizontalScrollView"
|
|
17956
17808
|
},
|
|
17809
|
+
"privacy": "public",
|
|
17810
|
+
"description": "View: default | mobile",
|
|
17957
17811
|
"inheritedFrom": {
|
|
17958
|
-
"name": "
|
|
17959
|
-
"module": "src/
|
|
17812
|
+
"name": "HorizontalScroll",
|
|
17813
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17960
17814
|
}
|
|
17961
17815
|
},
|
|
17962
17816
|
{
|
|
17963
|
-
"kind": "
|
|
17964
|
-
"name": "
|
|
17965
|
-
"
|
|
17966
|
-
|
|
17817
|
+
"kind": "method",
|
|
17818
|
+
"name": "scrollItemsChanged",
|
|
17819
|
+
"privacy": "public",
|
|
17820
|
+
"parameters": [
|
|
17821
|
+
{
|
|
17822
|
+
"name": "previous",
|
|
17823
|
+
"type": {
|
|
17824
|
+
"text": "HTMLElement[]"
|
|
17825
|
+
},
|
|
17826
|
+
"description": "current scroll items"
|
|
17827
|
+
},
|
|
17828
|
+
{
|
|
17829
|
+
"name": "next",
|
|
17830
|
+
"type": {
|
|
17831
|
+
"text": "HTMLElement[]"
|
|
17832
|
+
},
|
|
17833
|
+
"description": "new updated scroll items"
|
|
17834
|
+
}
|
|
17835
|
+
],
|
|
17836
|
+
"description": "Updates scroll stops and flippers when scroll items change",
|
|
17837
|
+
"inheritedFrom": {
|
|
17838
|
+
"name": "HorizontalScroll",
|
|
17839
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17840
|
+
}
|
|
17841
|
+
},
|
|
17842
|
+
{
|
|
17843
|
+
"kind": "method",
|
|
17844
|
+
"name": "fixScrollMisalign",
|
|
17845
|
+
"privacy": "private",
|
|
17846
|
+
"parameters": [
|
|
17847
|
+
{
|
|
17848
|
+
"name": "stops",
|
|
17849
|
+
"type": {
|
|
17850
|
+
"text": "number[]"
|
|
17851
|
+
}
|
|
17852
|
+
}
|
|
17853
|
+
],
|
|
17854
|
+
"inheritedFrom": {
|
|
17855
|
+
"name": "HorizontalScroll",
|
|
17856
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17857
|
+
}
|
|
17858
|
+
},
|
|
17859
|
+
{
|
|
17860
|
+
"kind": "method",
|
|
17861
|
+
"name": "scrollInView",
|
|
17862
|
+
"privacy": "public",
|
|
17863
|
+
"return": {
|
|
17864
|
+
"type": {
|
|
17865
|
+
"text": "void"
|
|
17866
|
+
}
|
|
17967
17867
|
},
|
|
17868
|
+
"parameters": [
|
|
17869
|
+
{
|
|
17870
|
+
"name": "item",
|
|
17871
|
+
"type": {
|
|
17872
|
+
"text": "HTMLElement | number"
|
|
17873
|
+
},
|
|
17874
|
+
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
17875
|
+
},
|
|
17876
|
+
{
|
|
17877
|
+
"name": "padding",
|
|
17878
|
+
"default": "0",
|
|
17879
|
+
"type": {
|
|
17880
|
+
"text": "number"
|
|
17881
|
+
},
|
|
17882
|
+
"description": "Padding of the viewport where the active item shouldn't be"
|
|
17883
|
+
},
|
|
17884
|
+
{
|
|
17885
|
+
"name": "rightPadding",
|
|
17886
|
+
"optional": true,
|
|
17887
|
+
"type": {
|
|
17888
|
+
"text": "number"
|
|
17889
|
+
},
|
|
17890
|
+
"description": "Optional right padding. Uses the padding if not defined"
|
|
17891
|
+
}
|
|
17892
|
+
],
|
|
17893
|
+
"description": "Function that can scroll an item into view.",
|
|
17968
17894
|
"inheritedFrom": {
|
|
17969
|
-
"name": "
|
|
17970
|
-
"module": "src/
|
|
17895
|
+
"name": "HorizontalScroll",
|
|
17896
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17971
17897
|
}
|
|
17972
17898
|
},
|
|
17973
17899
|
{
|
|
17974
|
-
"kind": "
|
|
17975
|
-
"name": "
|
|
17976
|
-
"
|
|
17977
|
-
|
|
17978
|
-
|
|
17900
|
+
"kind": "method",
|
|
17901
|
+
"name": "keyupHandler",
|
|
17902
|
+
"privacy": "public",
|
|
17903
|
+
"parameters": [
|
|
17904
|
+
{
|
|
17905
|
+
"name": "e",
|
|
17906
|
+
"type": {
|
|
17907
|
+
"text": "Event & KeyboardEvent"
|
|
17908
|
+
},
|
|
17909
|
+
"description": "Keyboard event"
|
|
17910
|
+
}
|
|
17911
|
+
],
|
|
17912
|
+
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
17979
17913
|
"inheritedFrom": {
|
|
17980
|
-
"name": "
|
|
17981
|
-
"module": "src/
|
|
17914
|
+
"name": "HorizontalScroll",
|
|
17915
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17982
17916
|
}
|
|
17983
17917
|
},
|
|
17984
17918
|
{
|
|
17985
|
-
"kind": "
|
|
17986
|
-
"name": "
|
|
17987
|
-
"
|
|
17988
|
-
|
|
17919
|
+
"kind": "method",
|
|
17920
|
+
"name": "scrollToPrevious",
|
|
17921
|
+
"privacy": "public",
|
|
17922
|
+
"return": {
|
|
17923
|
+
"type": {
|
|
17924
|
+
"text": "void"
|
|
17925
|
+
}
|
|
17989
17926
|
},
|
|
17927
|
+
"description": "Scrolls items to the left",
|
|
17990
17928
|
"inheritedFrom": {
|
|
17991
|
-
"name": "
|
|
17992
|
-
"module": "src/
|
|
17929
|
+
"name": "HorizontalScroll",
|
|
17930
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
17993
17931
|
}
|
|
17994
17932
|
},
|
|
17995
17933
|
{
|
|
17996
|
-
"kind": "
|
|
17997
|
-
"name": "
|
|
17998
|
-
"
|
|
17999
|
-
|
|
17934
|
+
"kind": "method",
|
|
17935
|
+
"name": "scrollToNext",
|
|
17936
|
+
"privacy": "public",
|
|
17937
|
+
"return": {
|
|
17938
|
+
"type": {
|
|
17939
|
+
"text": "void"
|
|
17940
|
+
}
|
|
18000
17941
|
},
|
|
17942
|
+
"description": "Scrolls items to the right",
|
|
18001
17943
|
"inheritedFrom": {
|
|
18002
|
-
"name": "
|
|
18003
|
-
"module": "src/
|
|
17944
|
+
"name": "HorizontalScroll",
|
|
17945
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18004
17946
|
}
|
|
18005
17947
|
},
|
|
18006
17948
|
{
|
|
18007
|
-
"kind": "
|
|
18008
|
-
"name": "
|
|
18009
|
-
"
|
|
18010
|
-
|
|
17949
|
+
"kind": "method",
|
|
17950
|
+
"name": "scrollToPosition",
|
|
17951
|
+
"privacy": "public",
|
|
17952
|
+
"return": {
|
|
17953
|
+
"type": {
|
|
17954
|
+
"text": "void"
|
|
17955
|
+
}
|
|
18011
17956
|
},
|
|
17957
|
+
"parameters": [
|
|
17958
|
+
{
|
|
17959
|
+
"name": "newPosition",
|
|
17960
|
+
"type": {
|
|
17961
|
+
"text": "number"
|
|
17962
|
+
},
|
|
17963
|
+
"description": "position to scroll to"
|
|
17964
|
+
},
|
|
17965
|
+
{
|
|
17966
|
+
"name": "position",
|
|
17967
|
+
"default": "this.scrollContainer.scrollLeft",
|
|
17968
|
+
"type": {
|
|
17969
|
+
"text": "number"
|
|
17970
|
+
},
|
|
17971
|
+
"description": "starting position"
|
|
17972
|
+
}
|
|
17973
|
+
],
|
|
17974
|
+
"description": "Handles scrolling with easing",
|
|
18012
17975
|
"inheritedFrom": {
|
|
18013
|
-
"name": "
|
|
18014
|
-
"module": "src/
|
|
17976
|
+
"name": "HorizontalScroll",
|
|
17977
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18015
17978
|
}
|
|
18016
17979
|
},
|
|
18017
17980
|
{
|
|
18018
|
-
"kind": "
|
|
18019
|
-
"name": "
|
|
18020
|
-
"
|
|
18021
|
-
|
|
17981
|
+
"kind": "method",
|
|
17982
|
+
"name": "resized",
|
|
17983
|
+
"privacy": "public",
|
|
17984
|
+
"return": {
|
|
17985
|
+
"type": {
|
|
17986
|
+
"text": "void"
|
|
17987
|
+
}
|
|
18022
17988
|
},
|
|
17989
|
+
"description": "Monitors resize event on the horizontal-scroll element",
|
|
18023
17990
|
"inheritedFrom": {
|
|
18024
|
-
"name": "
|
|
18025
|
-
"module": "src/
|
|
17991
|
+
"name": "HorizontalScroll",
|
|
17992
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18026
17993
|
}
|
|
18027
17994
|
},
|
|
18028
17995
|
{
|
|
18029
17996
|
"kind": "method",
|
|
18030
|
-
"name": "
|
|
18031
|
-
"
|
|
18032
|
-
|
|
18033
|
-
|
|
18034
|
-
|
|
18035
|
-
{
|
|
18036
|
-
"name": "row"
|
|
18037
|
-
},
|
|
18038
|
-
{
|
|
18039
|
-
"name": "width"
|
|
18040
|
-
},
|
|
18041
|
-
{
|
|
18042
|
-
"name": "height"
|
|
17997
|
+
"name": "scrolled",
|
|
17998
|
+
"privacy": "public",
|
|
17999
|
+
"return": {
|
|
18000
|
+
"type": {
|
|
18001
|
+
"text": "void"
|
|
18043
18002
|
}
|
|
18044
|
-
|
|
18003
|
+
},
|
|
18004
|
+
"description": "Monitors scrolled event on the content container",
|
|
18045
18005
|
"inheritedFrom": {
|
|
18046
|
-
"name": "
|
|
18047
|
-
"module": "src/
|
|
18006
|
+
"name": "HorizontalScroll",
|
|
18007
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18048
18008
|
}
|
|
18049
18009
|
},
|
|
18050
18010
|
{
|
|
@@ -18056,8 +18016,8 @@
|
|
|
18056
18016
|
"privacy": "private",
|
|
18057
18017
|
"default": "void 0",
|
|
18058
18018
|
"inheritedFrom": {
|
|
18059
|
-
"name": "
|
|
18060
|
-
"module": "src/
|
|
18019
|
+
"name": "HorizontalScroll",
|
|
18020
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18061
18021
|
}
|
|
18062
18022
|
},
|
|
18063
18023
|
{
|
|
@@ -18069,8 +18029,8 @@
|
|
|
18069
18029
|
"privacy": "public",
|
|
18070
18030
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18071
18031
|
"inheritedFrom": {
|
|
18072
|
-
"name": "
|
|
18073
|
-
"module": "src/
|
|
18032
|
+
"name": "HorizontalScroll",
|
|
18033
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18074
18034
|
}
|
|
18075
18035
|
},
|
|
18076
18036
|
{
|
|
@@ -18082,8 +18042,8 @@
|
|
|
18082
18042
|
"privacy": "public",
|
|
18083
18043
|
"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.",
|
|
18084
18044
|
"inheritedFrom": {
|
|
18085
|
-
"name": "
|
|
18086
|
-
"module": "src/
|
|
18045
|
+
"name": "HorizontalScroll",
|
|
18046
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18087
18047
|
}
|
|
18088
18048
|
},
|
|
18089
18049
|
{
|
|
@@ -18096,8 +18056,8 @@
|
|
|
18096
18056
|
}
|
|
18097
18057
|
},
|
|
18098
18058
|
"inheritedFrom": {
|
|
18099
|
-
"name": "
|
|
18100
|
-
"module": "src/
|
|
18059
|
+
"name": "HorizontalScroll",
|
|
18060
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18101
18061
|
}
|
|
18102
18062
|
},
|
|
18103
18063
|
{
|
|
@@ -18109,8 +18069,8 @@
|
|
|
18109
18069
|
"privacy": "public",
|
|
18110
18070
|
"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.",
|
|
18111
18071
|
"inheritedFrom": {
|
|
18112
|
-
"name": "
|
|
18113
|
-
"module": "src/
|
|
18072
|
+
"name": "HorizontalScroll",
|
|
18073
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18114
18074
|
}
|
|
18115
18075
|
},
|
|
18116
18076
|
{
|
|
@@ -18123,8 +18083,8 @@
|
|
|
18123
18083
|
}
|
|
18124
18084
|
},
|
|
18125
18085
|
"inheritedFrom": {
|
|
18126
|
-
"name": "
|
|
18127
|
-
"module": "src/
|
|
18086
|
+
"name": "HorizontalScroll",
|
|
18087
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18128
18088
|
}
|
|
18129
18089
|
},
|
|
18130
18090
|
{
|
|
@@ -18154,41 +18114,73 @@
|
|
|
18154
18114
|
],
|
|
18155
18115
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18156
18116
|
"inheritedFrom": {
|
|
18157
|
-
"name": "
|
|
18158
|
-
"module": "src/
|
|
18117
|
+
"name": "HorizontalScroll",
|
|
18118
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18119
|
+
}
|
|
18120
|
+
}
|
|
18121
|
+
],
|
|
18122
|
+
"events": [
|
|
18123
|
+
{
|
|
18124
|
+
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
18125
|
+
"name": "scrollstart",
|
|
18126
|
+
"inheritedFrom": {
|
|
18127
|
+
"name": "HorizontalScroll",
|
|
18128
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18129
|
+
}
|
|
18130
|
+
},
|
|
18131
|
+
{
|
|
18132
|
+
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
18133
|
+
"name": "scrollend",
|
|
18134
|
+
"inheritedFrom": {
|
|
18135
|
+
"name": "HorizontalScroll",
|
|
18136
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18159
18137
|
}
|
|
18160
18138
|
}
|
|
18161
18139
|
]
|
|
18162
18140
|
},
|
|
18163
18141
|
{
|
|
18164
18142
|
"kind": "variable",
|
|
18165
|
-
"name": "
|
|
18166
|
-
"
|
|
18167
|
-
|
|
18143
|
+
"name": "defaultHorizontalScrollZeroConfig",
|
|
18144
|
+
"type": {
|
|
18145
|
+
"text": "object"
|
|
18146
|
+
},
|
|
18147
|
+
"default": "{\n nextFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n previousFlipper: html`\n <zero-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></zero-flipper>\n `,\n}"
|
|
18148
|
+
},
|
|
18149
|
+
{
|
|
18150
|
+
"kind": "variable",
|
|
18151
|
+
"name": "zeroHorizontalScroll"
|
|
18168
18152
|
}
|
|
18169
18153
|
],
|
|
18170
18154
|
"exports": [
|
|
18171
18155
|
{
|
|
18172
18156
|
"kind": "js",
|
|
18173
|
-
"name": "
|
|
18157
|
+
"name": "HorizontalScroll",
|
|
18174
18158
|
"declaration": {
|
|
18175
|
-
"name": "
|
|
18176
|
-
"module": "src/
|
|
18159
|
+
"name": "HorizontalScroll",
|
|
18160
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18177
18161
|
}
|
|
18178
18162
|
},
|
|
18179
18163
|
{
|
|
18180
18164
|
"kind": "js",
|
|
18181
|
-
"name": "
|
|
18165
|
+
"name": "defaultHorizontalScrollZeroConfig",
|
|
18182
18166
|
"declaration": {
|
|
18183
|
-
"name": "
|
|
18184
|
-
"module": "src/
|
|
18167
|
+
"name": "defaultHorizontalScrollZeroConfig",
|
|
18168
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18169
|
+
}
|
|
18170
|
+
},
|
|
18171
|
+
{
|
|
18172
|
+
"kind": "js",
|
|
18173
|
+
"name": "zeroHorizontalScroll",
|
|
18174
|
+
"declaration": {
|
|
18175
|
+
"name": "zeroHorizontalScroll",
|
|
18176
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
18185
18177
|
}
|
|
18186
18178
|
}
|
|
18187
18179
|
]
|
|
18188
18180
|
},
|
|
18189
18181
|
{
|
|
18190
18182
|
"kind": "javascript-module",
|
|
18191
|
-
"path": "src/
|
|
18183
|
+
"path": "src/horizontal-scroll/index.ts",
|
|
18192
18184
|
"declarations": [],
|
|
18193
18185
|
"exports": [
|
|
18194
18186
|
{
|
|
@@ -18196,15 +18188,23 @@
|
|
|
18196
18188
|
"name": "*",
|
|
18197
18189
|
"declaration": {
|
|
18198
18190
|
"name": "*",
|
|
18199
|
-
"package": "./
|
|
18191
|
+
"package": "./horizontal-scroll"
|
|
18200
18192
|
}
|
|
18201
18193
|
},
|
|
18202
18194
|
{
|
|
18203
18195
|
"kind": "js",
|
|
18204
|
-
"name": "
|
|
18196
|
+
"name": "*",
|
|
18205
18197
|
"declaration": {
|
|
18206
|
-
"name": "
|
|
18207
|
-
"package": "
|
|
18198
|
+
"name": "*",
|
|
18199
|
+
"package": "./horizontal-scroll.styles"
|
|
18200
|
+
}
|
|
18201
|
+
},
|
|
18202
|
+
{
|
|
18203
|
+
"kind": "js",
|
|
18204
|
+
"name": "*",
|
|
18205
|
+
"declaration": {
|
|
18206
|
+
"name": "*",
|
|
18207
|
+
"package": "./horizontal-scroll.template"
|
|
18208
18208
|
}
|
|
18209
18209
|
}
|
|
18210
18210
|
]
|