@genesislcap/foundation-zero-grid-tabulator 14.428.1-alpha-035cbdd.0 → 14.428.1

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.
@@ -1652,57 +1652,6 @@
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
- },
1706
1655
  {
1707
1656
  "kind": "javascript-module",
1708
1657
  "path": "src/themes/index.ts",
@@ -1820,6 +1769,57 @@
1820
1769
  }
1821
1770
  }
1822
1771
  ]
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/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.428.1-alpha-035cbdd.0",
4
+ "version": "14.428.1",
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.428.1-alpha-035cbdd.0",
39
- "@genesislcap/rollup-builder": "14.428.1-alpha-035cbdd.0",
40
- "@genesislcap/ts-builder": "14.428.1-alpha-035cbdd.0",
41
- "@genesislcap/uvu-playwright-builder": "14.428.1-alpha-035cbdd.0",
42
- "@genesislcap/vite-builder": "14.428.1-alpha-035cbdd.0",
43
- "@genesislcap/webpack-builder": "14.428.1-alpha-035cbdd.0"
38
+ "@genesislcap/genx": "14.428.1",
39
+ "@genesislcap/rollup-builder": "14.428.1",
40
+ "@genesislcap/ts-builder": "14.428.1",
41
+ "@genesislcap/uvu-playwright-builder": "14.428.1",
42
+ "@genesislcap/vite-builder": "14.428.1",
43
+ "@genesislcap/webpack-builder": "14.428.1"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-comms": "14.428.1-alpha-035cbdd.0",
47
- "@genesislcap/foundation-ui": "14.428.1-alpha-035cbdd.0",
48
- "@genesislcap/foundation-utils": "14.428.1-alpha-035cbdd.0",
49
- "@genesislcap/foundation-zero": "14.428.1-alpha-035cbdd.0",
50
- "@genesislcap/grid-tabulator": "14.428.1-alpha-035cbdd.0",
46
+ "@genesislcap/foundation-comms": "14.428.1",
47
+ "@genesislcap/foundation-ui": "14.428.1",
48
+ "@genesislcap/foundation-utils": "14.428.1",
49
+ "@genesislcap/foundation-zero": "14.428.1",
50
+ "@genesislcap/grid-tabulator": "14.428.1",
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": "9769544233b28bf7fe0fd4441287c94f6b347d98"
69
+ "gitHead": "d0e41cc5c5065743cafe34d97ccf4a83480436f1"
70
70
  }