@genesislcap/foundation-workspace 14.468.0-chore-add-reset-event.1 → 14.468.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 +158 -158
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +16 -16
|
@@ -1668,28 +1668,13 @@
|
|
|
1668
1668
|
},
|
|
1669
1669
|
{
|
|
1670
1670
|
"kind": "javascript-module",
|
|
1671
|
-
"path": "src/workspace/
|
|
1672
|
-
"declarations": [],
|
|
1673
|
-
"exports": [
|
|
1674
|
-
{
|
|
1675
|
-
"kind": "js",
|
|
1676
|
-
"name": "*",
|
|
1677
|
-
"declaration": {
|
|
1678
|
-
"name": "*",
|
|
1679
|
-
"package": "./layout-wrapper"
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
1682
|
-
]
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
"kind": "javascript-module",
|
|
1686
|
-
"path": "src/workspace/layout-wrapper/layout-wrapper.template.ts",
|
|
1671
|
+
"path": "src/workspace/grid-register/grid-register.template.ts",
|
|
1687
1672
|
"declarations": [
|
|
1688
1673
|
{
|
|
1689
1674
|
"kind": "variable",
|
|
1690
|
-
"name": "
|
|
1675
|
+
"name": "GridRegisterTemplate",
|
|
1691
1676
|
"type": {
|
|
1692
|
-
"text": "ViewTemplate<
|
|
1677
|
+
"text": "ViewTemplate<GridRegister>"
|
|
1693
1678
|
},
|
|
1694
1679
|
"default": "html`\n <slot></slot>\n`"
|
|
1695
1680
|
}
|
|
@@ -1697,26 +1682,26 @@
|
|
|
1697
1682
|
"exports": [
|
|
1698
1683
|
{
|
|
1699
1684
|
"kind": "js",
|
|
1700
|
-
"name": "
|
|
1685
|
+
"name": "GridRegisterTemplate",
|
|
1701
1686
|
"declaration": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/workspace/
|
|
1687
|
+
"name": "GridRegisterTemplate",
|
|
1688
|
+
"module": "src/workspace/grid-register/grid-register.template.ts"
|
|
1704
1689
|
}
|
|
1705
1690
|
}
|
|
1706
1691
|
]
|
|
1707
1692
|
},
|
|
1708
1693
|
{
|
|
1709
1694
|
"kind": "javascript-module",
|
|
1710
|
-
"path": "src/workspace/
|
|
1695
|
+
"path": "src/workspace/grid-register/grid-register.ts",
|
|
1711
1696
|
"declarations": [
|
|
1712
1697
|
{
|
|
1713
1698
|
"kind": "class",
|
|
1714
|
-
"description": "Registers
|
|
1715
|
-
"name": "
|
|
1699
|
+
"description": "Registers an AG Grid instance so workspace state can apply/load it.",
|
|
1700
|
+
"name": "GridRegister",
|
|
1716
1701
|
"members": [
|
|
1717
1702
|
{
|
|
1718
1703
|
"kind": "field",
|
|
1719
|
-
"name": "
|
|
1704
|
+
"name": "gridKey",
|
|
1720
1705
|
"type": {
|
|
1721
1706
|
"text": "string"
|
|
1722
1707
|
}
|
|
@@ -1731,23 +1716,74 @@
|
|
|
1731
1716
|
},
|
|
1732
1717
|
{
|
|
1733
1718
|
"kind": "field",
|
|
1734
|
-
"name": "
|
|
1719
|
+
"name": "gridRegistry",
|
|
1735
1720
|
"type": {
|
|
1736
|
-
"text": "
|
|
1721
|
+
"text": "GridRegistry"
|
|
1737
1722
|
}
|
|
1738
1723
|
},
|
|
1739
1724
|
{
|
|
1740
1725
|
"kind": "field",
|
|
1741
|
-
"name": "
|
|
1726
|
+
"name": "workspaceState",
|
|
1742
1727
|
"type": {
|
|
1743
|
-
"text": "
|
|
1728
|
+
"text": "WorkspaceState"
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"kind": "field",
|
|
1733
|
+
"name": "gridElement",
|
|
1734
|
+
"type": {
|
|
1735
|
+
"text": "GridPro | null"
|
|
1736
|
+
},
|
|
1737
|
+
"privacy": "private",
|
|
1738
|
+
"default": "null"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "field",
|
|
1742
|
+
"name": "gridApi",
|
|
1743
|
+
"type": {
|
|
1744
|
+
"text": "GridApi | null"
|
|
1745
|
+
},
|
|
1746
|
+
"privacy": "private",
|
|
1747
|
+
"default": "null"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"kind": "field",
|
|
1751
|
+
"name": "columnApi",
|
|
1752
|
+
"type": {
|
|
1753
|
+
"text": "ColumnApi | null"
|
|
1744
1754
|
},
|
|
1745
1755
|
"privacy": "private",
|
|
1746
1756
|
"default": "null"
|
|
1747
1757
|
},
|
|
1748
1758
|
{
|
|
1749
1759
|
"kind": "method",
|
|
1750
|
-
"name": "
|
|
1760
|
+
"name": "findAndRegisterGrid",
|
|
1761
|
+
"privacy": "private",
|
|
1762
|
+
"return": {
|
|
1763
|
+
"type": {
|
|
1764
|
+
"text": "void"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "field",
|
|
1770
|
+
"name": "handleGridReady",
|
|
1771
|
+
"privacy": "private",
|
|
1772
|
+
"readonly": true
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "method",
|
|
1776
|
+
"name": "attachToGridApis",
|
|
1777
|
+
"privacy": "private",
|
|
1778
|
+
"return": {
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "void"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "method",
|
|
1786
|
+
"name": "detachFromGridApis",
|
|
1751
1787
|
"privacy": "private",
|
|
1752
1788
|
"return": {
|
|
1753
1789
|
"type": {
|
|
@@ -1755,6 +1791,35 @@
|
|
|
1755
1791
|
}
|
|
1756
1792
|
}
|
|
1757
1793
|
},
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "method",
|
|
1796
|
+
"name": "loadWorkspaceSettings",
|
|
1797
|
+
"privacy": "private",
|
|
1798
|
+
"return": {
|
|
1799
|
+
"type": {
|
|
1800
|
+
"text": "Promise<void>"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
"parameters": [
|
|
1804
|
+
{
|
|
1805
|
+
"name": "options",
|
|
1806
|
+
"optional": true,
|
|
1807
|
+
"type": {
|
|
1808
|
+
"text": "{ applyColumns?: boolean }"
|
|
1809
|
+
}
|
|
1810
|
+
}
|
|
1811
|
+
]
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"kind": "method",
|
|
1815
|
+
"name": "loadWorkspaceColumnState",
|
|
1816
|
+
"privacy": "private",
|
|
1817
|
+
"return": {
|
|
1818
|
+
"type": {
|
|
1819
|
+
"text": "Promise<void>"
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1758
1823
|
{
|
|
1759
1824
|
"kind": "field",
|
|
1760
1825
|
"name": "_presentation",
|
|
@@ -1869,11 +1934,11 @@
|
|
|
1869
1934
|
],
|
|
1870
1935
|
"attributes": [
|
|
1871
1936
|
{
|
|
1872
|
-
"name": "
|
|
1937
|
+
"name": "grid-key",
|
|
1873
1938
|
"type": {
|
|
1874
1939
|
"text": "string"
|
|
1875
1940
|
},
|
|
1876
|
-
"fieldName": "
|
|
1941
|
+
"fieldName": "gridKey"
|
|
1877
1942
|
},
|
|
1878
1943
|
{
|
|
1879
1944
|
"name": "design-system-prefix",
|
|
@@ -1888,38 +1953,68 @@
|
|
|
1888
1953
|
"name": "FoundationElement",
|
|
1889
1954
|
"package": "@genesislcap/web-core"
|
|
1890
1955
|
},
|
|
1891
|
-
"tagName": "
|
|
1956
|
+
"tagName": "grid-register",
|
|
1892
1957
|
"customElement": true
|
|
1893
1958
|
}
|
|
1894
1959
|
],
|
|
1895
1960
|
"exports": [
|
|
1896
1961
|
{
|
|
1897
1962
|
"kind": "js",
|
|
1898
|
-
"name": "
|
|
1963
|
+
"name": "GridRegister",
|
|
1899
1964
|
"declaration": {
|
|
1900
|
-
"name": "
|
|
1901
|
-
"module": "src/workspace/
|
|
1965
|
+
"name": "GridRegister",
|
|
1966
|
+
"module": "src/workspace/grid-register/grid-register.ts"
|
|
1902
1967
|
}
|
|
1903
1968
|
},
|
|
1904
1969
|
{
|
|
1905
1970
|
"kind": "custom-element-definition",
|
|
1906
|
-
"name": "
|
|
1971
|
+
"name": "grid-register",
|
|
1907
1972
|
"declaration": {
|
|
1908
|
-
"name": "
|
|
1909
|
-
"module": "src/workspace/
|
|
1973
|
+
"name": "GridRegister",
|
|
1974
|
+
"module": "src/workspace/grid-register/grid-register.ts"
|
|
1910
1975
|
}
|
|
1911
1976
|
}
|
|
1912
1977
|
]
|
|
1913
1978
|
},
|
|
1914
1979
|
{
|
|
1915
1980
|
"kind": "javascript-module",
|
|
1916
|
-
"path": "src/workspace/grid-register/
|
|
1981
|
+
"path": "src/workspace/grid-register/index.ts",
|
|
1982
|
+
"declarations": [],
|
|
1983
|
+
"exports": [
|
|
1984
|
+
{
|
|
1985
|
+
"kind": "js",
|
|
1986
|
+
"name": "*",
|
|
1987
|
+
"declaration": {
|
|
1988
|
+
"name": "*",
|
|
1989
|
+
"package": "./grid-register"
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"kind": "javascript-module",
|
|
1996
|
+
"path": "src/workspace/layout-wrapper/index.ts",
|
|
1997
|
+
"declarations": [],
|
|
1998
|
+
"exports": [
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "js",
|
|
2001
|
+
"name": "*",
|
|
2002
|
+
"declaration": {
|
|
2003
|
+
"name": "*",
|
|
2004
|
+
"package": "./layout-wrapper"
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
]
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"kind": "javascript-module",
|
|
2011
|
+
"path": "src/workspace/layout-wrapper/layout-wrapper.template.ts",
|
|
1917
2012
|
"declarations": [
|
|
1918
2013
|
{
|
|
1919
2014
|
"kind": "variable",
|
|
1920
|
-
"name": "
|
|
2015
|
+
"name": "LayoutWrapperTemplate",
|
|
1921
2016
|
"type": {
|
|
1922
|
-
"text": "ViewTemplate<
|
|
2017
|
+
"text": "ViewTemplate<LayoutWrapper>"
|
|
1923
2018
|
},
|
|
1924
2019
|
"default": "html`\n <slot></slot>\n`"
|
|
1925
2020
|
}
|
|
@@ -1927,26 +2022,26 @@
|
|
|
1927
2022
|
"exports": [
|
|
1928
2023
|
{
|
|
1929
2024
|
"kind": "js",
|
|
1930
|
-
"name": "
|
|
2025
|
+
"name": "LayoutWrapperTemplate",
|
|
1931
2026
|
"declaration": {
|
|
1932
|
-
"name": "
|
|
1933
|
-
"module": "src/workspace/
|
|
2027
|
+
"name": "LayoutWrapperTemplate",
|
|
2028
|
+
"module": "src/workspace/layout-wrapper/layout-wrapper.template.ts"
|
|
1934
2029
|
}
|
|
1935
2030
|
}
|
|
1936
2031
|
]
|
|
1937
2032
|
},
|
|
1938
2033
|
{
|
|
1939
2034
|
"kind": "javascript-module",
|
|
1940
|
-
"path": "src/workspace/
|
|
2035
|
+
"path": "src/workspace/layout-wrapper/layout-wrapper.ts",
|
|
1941
2036
|
"declarations": [
|
|
1942
2037
|
{
|
|
1943
2038
|
"kind": "class",
|
|
1944
|
-
"description": "Registers
|
|
1945
|
-
"name": "
|
|
2039
|
+
"description": "Registers a layout instance so workspace state can apply/load it.",
|
|
2040
|
+
"name": "LayoutWrapper",
|
|
1946
2041
|
"members": [
|
|
1947
2042
|
{
|
|
1948
2043
|
"kind": "field",
|
|
1949
|
-
"name": "
|
|
2044
|
+
"name": "layoutKey",
|
|
1950
2045
|
"type": {
|
|
1951
2046
|
"text": "string"
|
|
1952
2047
|
}
|
|
@@ -1961,74 +2056,23 @@
|
|
|
1961
2056
|
},
|
|
1962
2057
|
{
|
|
1963
2058
|
"kind": "field",
|
|
1964
|
-
"name": "
|
|
1965
|
-
"type": {
|
|
1966
|
-
"text": "GridRegistry"
|
|
1967
|
-
}
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "field",
|
|
1971
|
-
"name": "workspaceState",
|
|
2059
|
+
"name": "layoutRegistry",
|
|
1972
2060
|
"type": {
|
|
1973
|
-
"text": "
|
|
2061
|
+
"text": "LayoutRegistry"
|
|
1974
2062
|
}
|
|
1975
2063
|
},
|
|
1976
2064
|
{
|
|
1977
2065
|
"kind": "field",
|
|
1978
|
-
"name": "
|
|
1979
|
-
"type": {
|
|
1980
|
-
"text": "GridPro | null"
|
|
1981
|
-
},
|
|
1982
|
-
"privacy": "private",
|
|
1983
|
-
"default": "null"
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "field",
|
|
1987
|
-
"name": "gridApi",
|
|
1988
|
-
"type": {
|
|
1989
|
-
"text": "GridApi | null"
|
|
1990
|
-
},
|
|
1991
|
-
"privacy": "private",
|
|
1992
|
-
"default": "null"
|
|
1993
|
-
},
|
|
1994
|
-
{
|
|
1995
|
-
"kind": "field",
|
|
1996
|
-
"name": "columnApi",
|
|
2066
|
+
"name": "layoutElement",
|
|
1997
2067
|
"type": {
|
|
1998
|
-
"text": "
|
|
2068
|
+
"text": "FoundationLayout | null"
|
|
1999
2069
|
},
|
|
2000
2070
|
"privacy": "private",
|
|
2001
2071
|
"default": "null"
|
|
2002
2072
|
},
|
|
2003
2073
|
{
|
|
2004
2074
|
"kind": "method",
|
|
2005
|
-
"name": "
|
|
2006
|
-
"privacy": "private",
|
|
2007
|
-
"return": {
|
|
2008
|
-
"type": {
|
|
2009
|
-
"text": "void"
|
|
2010
|
-
}
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"kind": "field",
|
|
2015
|
-
"name": "handleGridReady",
|
|
2016
|
-
"privacy": "private",
|
|
2017
|
-
"readonly": true
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"kind": "method",
|
|
2021
|
-
"name": "attachToGridApis",
|
|
2022
|
-
"privacy": "private",
|
|
2023
|
-
"return": {
|
|
2024
|
-
"type": {
|
|
2025
|
-
"text": "void"
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"kind": "method",
|
|
2031
|
-
"name": "detachFromGridApis",
|
|
2075
|
+
"name": "findAndRegisterLayout",
|
|
2032
2076
|
"privacy": "private",
|
|
2033
2077
|
"return": {
|
|
2034
2078
|
"type": {
|
|
@@ -2036,35 +2080,6 @@
|
|
|
2036
2080
|
}
|
|
2037
2081
|
}
|
|
2038
2082
|
},
|
|
2039
|
-
{
|
|
2040
|
-
"kind": "method",
|
|
2041
|
-
"name": "loadWorkspaceSettings",
|
|
2042
|
-
"privacy": "private",
|
|
2043
|
-
"return": {
|
|
2044
|
-
"type": {
|
|
2045
|
-
"text": "Promise<void>"
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
"parameters": [
|
|
2049
|
-
{
|
|
2050
|
-
"name": "options",
|
|
2051
|
-
"optional": true,
|
|
2052
|
-
"type": {
|
|
2053
|
-
"text": "{ applyColumns?: boolean }"
|
|
2054
|
-
}
|
|
2055
|
-
}
|
|
2056
|
-
]
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"kind": "method",
|
|
2060
|
-
"name": "loadWorkspaceColumnState",
|
|
2061
|
-
"privacy": "private",
|
|
2062
|
-
"return": {
|
|
2063
|
-
"type": {
|
|
2064
|
-
"text": "Promise<void>"
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
2083
|
{
|
|
2069
2084
|
"kind": "field",
|
|
2070
2085
|
"name": "_presentation",
|
|
@@ -2179,11 +2194,11 @@
|
|
|
2179
2194
|
],
|
|
2180
2195
|
"attributes": [
|
|
2181
2196
|
{
|
|
2182
|
-
"name": "
|
|
2197
|
+
"name": "layout-key",
|
|
2183
2198
|
"type": {
|
|
2184
2199
|
"text": "string"
|
|
2185
2200
|
},
|
|
2186
|
-
"fieldName": "
|
|
2201
|
+
"fieldName": "layoutKey"
|
|
2187
2202
|
},
|
|
2188
2203
|
{
|
|
2189
2204
|
"name": "design-system-prefix",
|
|
@@ -2198,40 +2213,25 @@
|
|
|
2198
2213
|
"name": "FoundationElement",
|
|
2199
2214
|
"package": "@genesislcap/web-core"
|
|
2200
2215
|
},
|
|
2201
|
-
"tagName": "
|
|
2216
|
+
"tagName": "layout-register",
|
|
2202
2217
|
"customElement": true
|
|
2203
2218
|
}
|
|
2204
2219
|
],
|
|
2205
2220
|
"exports": [
|
|
2206
2221
|
{
|
|
2207
2222
|
"kind": "js",
|
|
2208
|
-
"name": "
|
|
2223
|
+
"name": "LayoutWrapper",
|
|
2209
2224
|
"declaration": {
|
|
2210
|
-
"name": "
|
|
2211
|
-
"module": "src/workspace/
|
|
2225
|
+
"name": "LayoutWrapper",
|
|
2226
|
+
"module": "src/workspace/layout-wrapper/layout-wrapper.ts"
|
|
2212
2227
|
}
|
|
2213
2228
|
},
|
|
2214
2229
|
{
|
|
2215
2230
|
"kind": "custom-element-definition",
|
|
2216
|
-
"name": "
|
|
2217
|
-
"declaration": {
|
|
2218
|
-
"name": "GridRegister",
|
|
2219
|
-
"module": "src/workspace/grid-register/grid-register.ts"
|
|
2220
|
-
}
|
|
2221
|
-
}
|
|
2222
|
-
]
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "javascript-module",
|
|
2226
|
-
"path": "src/workspace/grid-register/index.ts",
|
|
2227
|
-
"declarations": [],
|
|
2228
|
-
"exports": [
|
|
2229
|
-
{
|
|
2230
|
-
"kind": "js",
|
|
2231
|
-
"name": "*",
|
|
2231
|
+
"name": "layout-register",
|
|
2232
2232
|
"declaration": {
|
|
2233
|
-
"name": "
|
|
2234
|
-
"
|
|
2233
|
+
"name": "LayoutWrapper",
|
|
2234
|
+
"module": "src/workspace/layout-wrapper/layout-wrapper.ts"
|
|
2235
2235
|
}
|
|
2236
2236
|
}
|
|
2237
2237
|
]
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -46,22 +46,22 @@ export declare const WorkspaceManager: React.ForwardRefExoticComponent<
|
|
|
46
46
|
>;
|
|
47
47
|
export type WorkspaceManagerRef = WorkspaceManagerWC;
|
|
48
48
|
|
|
49
|
-
export declare const
|
|
49
|
+
export declare const GridRegister: React.ForwardRefExoticComponent<
|
|
50
50
|
React.PropsWithChildren<
|
|
51
|
-
Omit<PublicOf<
|
|
51
|
+
Omit<PublicOf<GridRegisterWC>, 'children' | 'style'> &
|
|
52
52
|
HTMLWCProps & {
|
|
53
53
|
}
|
|
54
|
-
> & React.RefAttributes<
|
|
54
|
+
> & React.RefAttributes<GridRegisterWC>
|
|
55
55
|
>;
|
|
56
|
-
export type
|
|
56
|
+
export type GridRegisterRef = GridRegisterWC;
|
|
57
57
|
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const LayoutWrapper: React.ForwardRefExoticComponent<
|
|
59
59
|
React.PropsWithChildren<
|
|
60
|
-
Omit<PublicOf<
|
|
60
|
+
Omit<PublicOf<LayoutWrapperWC>, 'children' | 'style'> &
|
|
61
61
|
HTMLWCProps & {
|
|
62
62
|
}
|
|
63
|
-
> & React.RefAttributes<
|
|
63
|
+
> & React.RefAttributes<LayoutWrapperWC>
|
|
64
64
|
>;
|
|
65
|
-
export type
|
|
65
|
+
export type LayoutWrapperRef = LayoutWrapperWC;
|
|
66
66
|
|
|
67
67
|
export {};
|
package/dist/react.cjs
CHANGED
|
@@ -15,18 +15,18 @@ const WorkspaceManager = React.forwardRef(function WorkspaceManager(props, ref)
|
|
|
15
15
|
return React.createElement(customElements.getName(WorkspaceManagerWC) ?? 'workspace-manager', { ...rest, ref }, children);
|
|
16
16
|
});
|
|
17
17
|
|
|
18
|
-
const
|
|
18
|
+
const GridRegister = React.forwardRef(function GridRegister(props, ref) {
|
|
19
19
|
const { children, ...rest } = props;
|
|
20
|
-
return React.createElement(customElements.getName(
|
|
20
|
+
return React.createElement(customElements.getName(GridRegisterWC) ?? 'grid-register', { ...rest, ref }, children);
|
|
21
21
|
});
|
|
22
22
|
|
|
23
|
-
const
|
|
23
|
+
const LayoutWrapper = React.forwardRef(function LayoutWrapper(props, ref) {
|
|
24
24
|
const { children, ...rest } = props;
|
|
25
|
-
return React.createElement(customElements.getName(
|
|
25
|
+
return React.createElement(customElements.getName(LayoutWrapperWC) ?? 'layout-register', { ...rest, ref }, children);
|
|
26
26
|
});
|
|
27
27
|
|
|
28
28
|
module.exports = {
|
|
29
29
|
WorkspaceManager,
|
|
30
|
-
LayoutWrapper,
|
|
31
30
|
GridRegister,
|
|
31
|
+
LayoutWrapper,
|
|
32
32
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -13,12 +13,12 @@ export const WorkspaceManager = React.forwardRef(function WorkspaceManager(props
|
|
|
13
13
|
return React.createElement(customElements.getName(WorkspaceManagerWC) ?? 'workspace-manager', { ...rest, ref }, children);
|
|
14
14
|
});
|
|
15
15
|
|
|
16
|
-
export const
|
|
16
|
+
export const GridRegister = React.forwardRef(function GridRegister(props, ref) {
|
|
17
17
|
const { children, ...rest } = props;
|
|
18
|
-
return React.createElement(customElements.getName(
|
|
18
|
+
return React.createElement(customElements.getName(GridRegisterWC) ?? 'grid-register', { ...rest, ref }, children);
|
|
19
19
|
});
|
|
20
20
|
|
|
21
|
-
export const
|
|
21
|
+
export const LayoutWrapper = React.forwardRef(function LayoutWrapper(props, ref) {
|
|
22
22
|
const { children, ...rest } = props;
|
|
23
|
-
return React.createElement(customElements.getName(
|
|
23
|
+
return React.createElement(customElements.getName(LayoutWrapperWC) ?? 'layout-register', { ...rest, ref }, children);
|
|
24
24
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-workspace",
|
|
3
3
|
"description": "Genesis Foundation Workspace Components and State",
|
|
4
|
-
"version": "14.468.0
|
|
4
|
+
"version": "14.468.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -48,23 +48,23 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@genesislcap/foundation-testing": "14.468.0
|
|
52
|
-
"@genesislcap/genx": "14.468.0
|
|
53
|
-
"@genesislcap/rollup-builder": "14.468.0
|
|
54
|
-
"@genesislcap/ts-builder": "14.468.0
|
|
55
|
-
"@genesislcap/uvu-playwright-builder": "14.468.0
|
|
56
|
-
"@genesislcap/vite-builder": "14.468.0
|
|
57
|
-
"@genesislcap/webpack-builder": "14.468.0
|
|
51
|
+
"@genesislcap/foundation-testing": "14.468.0",
|
|
52
|
+
"@genesislcap/genx": "14.468.0",
|
|
53
|
+
"@genesislcap/rollup-builder": "14.468.0",
|
|
54
|
+
"@genesislcap/ts-builder": "14.468.0",
|
|
55
|
+
"@genesislcap/uvu-playwright-builder": "14.468.0",
|
|
56
|
+
"@genesislcap/vite-builder": "14.468.0",
|
|
57
|
+
"@genesislcap/webpack-builder": "14.468.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@ag-grid-community/core": "29.2.0",
|
|
61
|
-
"@genesislcap/foundation-comms": "14.468.0
|
|
62
|
-
"@genesislcap/foundation-layout": "14.468.0
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.468.0
|
|
64
|
-
"@genesislcap/foundation-ui": "14.468.0
|
|
65
|
-
"@genesislcap/foundation-utils": "14.468.0
|
|
66
|
-
"@genesislcap/grid-pro": "14.468.0
|
|
67
|
-
"@genesislcap/web-core": "14.468.0
|
|
61
|
+
"@genesislcap/foundation-comms": "14.468.0",
|
|
62
|
+
"@genesislcap/foundation-layout": "14.468.0",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.468.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.468.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.468.0",
|
|
66
|
+
"@genesislcap/grid-pro": "14.468.0",
|
|
67
|
+
"@genesislcap/web-core": "14.468.0"
|
|
68
68
|
},
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "0dfb3e9bf917a6de7e74e52d86995cfcd85f3110"
|
|
79
79
|
}
|