@genesislcap/foundation-zero-grid-tabulator 14.425.0 → 14.426.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 +51 -51
- package/dist/dts/react.d.ts +1 -0
- package/package.json +13 -13
|
@@ -1652,6 +1652,57 @@
|
|
|
1652
1652
|
}
|
|
1653
1653
|
]
|
|
1654
1654
|
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "javascript-module",
|
|
1657
|
+
"path": "src/utils/index.ts",
|
|
1658
|
+
"declarations": [],
|
|
1659
|
+
"exports": [
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "js",
|
|
1662
|
+
"name": "*",
|
|
1663
|
+
"declaration": {
|
|
1664
|
+
"name": "*",
|
|
1665
|
+
"package": "./init-grid"
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "javascript-module",
|
|
1672
|
+
"path": "src/utils/init-grid.ts",
|
|
1673
|
+
"declarations": [
|
|
1674
|
+
{
|
|
1675
|
+
"kind": "function",
|
|
1676
|
+
"name": "initZeroGridTabulator",
|
|
1677
|
+
"return": {
|
|
1678
|
+
"type": {
|
|
1679
|
+
"text": ""
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"parameters": [
|
|
1683
|
+
{
|
|
1684
|
+
"name": "options",
|
|
1685
|
+
"default": "{}",
|
|
1686
|
+
"type": {
|
|
1687
|
+
"text": "Options"
|
|
1688
|
+
},
|
|
1689
|
+
"description": "The tabulator options"
|
|
1690
|
+
}
|
|
1691
|
+
],
|
|
1692
|
+
"description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
|
|
1693
|
+
}
|
|
1694
|
+
],
|
|
1695
|
+
"exports": [
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "js",
|
|
1698
|
+
"name": "initZeroGridTabulator",
|
|
1699
|
+
"declaration": {
|
|
1700
|
+
"name": "initZeroGridTabulator",
|
|
1701
|
+
"module": "src/utils/init-grid.ts"
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
]
|
|
1705
|
+
},
|
|
1655
1706
|
{
|
|
1656
1707
|
"kind": "javascript-module",
|
|
1657
1708
|
"path": "src/themes/index.ts",
|
|
@@ -1769,57 +1820,6 @@
|
|
|
1769
1820
|
}
|
|
1770
1821
|
}
|
|
1771
1822
|
]
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/utils/index.ts",
|
|
1776
|
-
"declarations": [],
|
|
1777
|
-
"exports": [
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "js",
|
|
1780
|
-
"name": "*",
|
|
1781
|
-
"declaration": {
|
|
1782
|
-
"name": "*",
|
|
1783
|
-
"package": "./init-grid"
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
]
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"kind": "javascript-module",
|
|
1790
|
-
"path": "src/utils/init-grid.ts",
|
|
1791
|
-
"declarations": [
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "function",
|
|
1794
|
-
"name": "initZeroGridTabulator",
|
|
1795
|
-
"return": {
|
|
1796
|
-
"type": {
|
|
1797
|
-
"text": ""
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
"parameters": [
|
|
1801
|
-
{
|
|
1802
|
-
"name": "options",
|
|
1803
|
-
"default": "{}",
|
|
1804
|
-
"type": {
|
|
1805
|
-
"text": "Options"
|
|
1806
|
-
},
|
|
1807
|
-
"description": "The tabulator options"
|
|
1808
|
-
}
|
|
1809
|
-
],
|
|
1810
|
-
"description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
|
|
1811
|
-
}
|
|
1812
|
-
],
|
|
1813
|
-
"exports": [
|
|
1814
|
-
{
|
|
1815
|
-
"kind": "js",
|
|
1816
|
-
"name": "initZeroGridTabulator",
|
|
1817
|
-
"declaration": {
|
|
1818
|
-
"name": "initZeroGridTabulator",
|
|
1819
|
-
"module": "src/utils/init-grid.ts"
|
|
1820
|
-
}
|
|
1821
|
-
}
|
|
1822
|
-
]
|
|
1823
1823
|
}
|
|
1824
1824
|
]
|
|
1825
1825
|
}
|
package/dist/dts/react.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Tabulator",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.426.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"license": "SEE LICENSE IN license.txt",
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@genesislcap/genx": "14.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.426.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.426.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.426.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.426.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.426.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.426.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-comms": "14.
|
|
47
|
-
"@genesislcap/foundation-ui": "14.
|
|
48
|
-
"@genesislcap/foundation-utils": "14.
|
|
49
|
-
"@genesislcap/foundation-zero": "14.
|
|
50
|
-
"@genesislcap/grid-tabulator": "14.
|
|
46
|
+
"@genesislcap/foundation-comms": "14.426.0",
|
|
47
|
+
"@genesislcap/foundation-ui": "14.426.0",
|
|
48
|
+
"@genesislcap/foundation-utils": "14.426.0",
|
|
49
|
+
"@genesislcap/foundation-zero": "14.426.0",
|
|
50
|
+
"@genesislcap/grid-tabulator": "14.426.0",
|
|
51
51
|
"@microsoft/fast-colors": "5.3.1",
|
|
52
52
|
"@microsoft/fast-components": "2.30.6",
|
|
53
53
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
68
|
"customElements": "dist/custom-elements.json",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "fdf222ae3a2e4b9ea03dea45e0f7207cc096ef40"
|
|
70
70
|
}
|