@genesislcap/foundation-zero-grid-tabulator 14.383.2 → 14.384.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/package.json +13 -13
|
@@ -1657,6 +1657,57 @@
|
|
|
1657
1657
|
}
|
|
1658
1658
|
]
|
|
1659
1659
|
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "javascript-module",
|
|
1662
|
+
"path": "src/utils/index.ts",
|
|
1663
|
+
"declarations": [],
|
|
1664
|
+
"exports": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "*",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "*",
|
|
1670
|
+
"package": "./init-grid"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "javascript-module",
|
|
1677
|
+
"path": "src/utils/init-grid.ts",
|
|
1678
|
+
"declarations": [
|
|
1679
|
+
{
|
|
1680
|
+
"kind": "function",
|
|
1681
|
+
"name": "initZeroGridTabulator",
|
|
1682
|
+
"return": {
|
|
1683
|
+
"type": {
|
|
1684
|
+
"text": ""
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"parameters": [
|
|
1688
|
+
{
|
|
1689
|
+
"name": "options",
|
|
1690
|
+
"default": "{}",
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "Options"
|
|
1693
|
+
},
|
|
1694
|
+
"description": "The tabulator options"
|
|
1695
|
+
}
|
|
1696
|
+
],
|
|
1697
|
+
"description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
|
|
1698
|
+
}
|
|
1699
|
+
],
|
|
1700
|
+
"exports": [
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "js",
|
|
1703
|
+
"name": "initZeroGridTabulator",
|
|
1704
|
+
"declaration": {
|
|
1705
|
+
"name": "initZeroGridTabulator",
|
|
1706
|
+
"module": "src/utils/init-grid.ts"
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
]
|
|
1710
|
+
},
|
|
1660
1711
|
{
|
|
1661
1712
|
"kind": "javascript-module",
|
|
1662
1713
|
"path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
|
|
@@ -1759,57 +1810,6 @@
|
|
|
1759
1810
|
}
|
|
1760
1811
|
}
|
|
1761
1812
|
]
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"kind": "javascript-module",
|
|
1765
|
-
"path": "src/utils/index.ts",
|
|
1766
|
-
"declarations": [],
|
|
1767
|
-
"exports": [
|
|
1768
|
-
{
|
|
1769
|
-
"kind": "js",
|
|
1770
|
-
"name": "*",
|
|
1771
|
-
"declaration": {
|
|
1772
|
-
"name": "*",
|
|
1773
|
-
"package": "./init-grid"
|
|
1774
|
-
}
|
|
1775
|
-
}
|
|
1776
|
-
]
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "javascript-module",
|
|
1780
|
-
"path": "src/utils/init-grid.ts",
|
|
1781
|
-
"declarations": [
|
|
1782
|
-
{
|
|
1783
|
-
"kind": "function",
|
|
1784
|
-
"name": "initZeroGridTabulator",
|
|
1785
|
-
"return": {
|
|
1786
|
-
"type": {
|
|
1787
|
-
"text": ""
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
"parameters": [
|
|
1791
|
-
{
|
|
1792
|
-
"name": "options",
|
|
1793
|
-
"default": "{}",
|
|
1794
|
-
"type": {
|
|
1795
|
-
"text": "Options"
|
|
1796
|
-
},
|
|
1797
|
-
"description": "The tabulator options"
|
|
1798
|
-
}
|
|
1799
|
-
],
|
|
1800
|
-
"description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
|
|
1801
|
-
}
|
|
1802
|
-
],
|
|
1803
|
-
"exports": [
|
|
1804
|
-
{
|
|
1805
|
-
"kind": "js",
|
|
1806
|
-
"name": "initZeroGridTabulator",
|
|
1807
|
-
"declaration": {
|
|
1808
|
-
"name": "initZeroGridTabulator",
|
|
1809
|
-
"module": "src/utils/init-grid.ts"
|
|
1810
|
-
}
|
|
1811
|
-
}
|
|
1812
|
-
]
|
|
1813
1813
|
}
|
|
1814
1814
|
]
|
|
1815
1815
|
}
|
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.384.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"license": "SEE LICENSE IN license.txt",
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@genesislcap/genx": "14.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.
|
|
38
|
-
"@genesislcap/ts-builder": "14.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
40
|
-
"@genesislcap/vite-builder": "14.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.
|
|
36
|
+
"@genesislcap/genx": "14.384.0",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.384.0",
|
|
38
|
+
"@genesislcap/ts-builder": "14.384.0",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.384.0",
|
|
40
|
+
"@genesislcap/vite-builder": "14.384.0",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.384.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@genesislcap/foundation-comms": "14.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.
|
|
47
|
-
"@genesislcap/foundation-zero": "14.
|
|
48
|
-
"@genesislcap/grid-tabulator": "14.
|
|
44
|
+
"@genesislcap/foundation-comms": "14.384.0",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.384.0",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.384.0",
|
|
47
|
+
"@genesislcap/foundation-zero": "14.384.0",
|
|
48
|
+
"@genesislcap/grid-tabulator": "14.384.0",
|
|
49
49
|
"@microsoft/fast-colors": "5.3.1",
|
|
50
50
|
"@microsoft/fast-components": "2.30.6",
|
|
51
51
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
66
|
"customElements": "dist/custom-elements.json",
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "694c91c06a80aecb828db5fa2627379c5b29a033"
|
|
68
68
|
}
|