@genesislcap/foundation-zero-grid-tabulator 14.428.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.
@@ -1667,57 +1667,6 @@
1667
1667
  }
1668
1668
  ]
1669
1669
  },
1670
- {
1671
- "kind": "javascript-module",
1672
- "path": "src/utils/index.ts",
1673
- "declarations": [],
1674
- "exports": [
1675
- {
1676
- "kind": "js",
1677
- "name": "*",
1678
- "declaration": {
1679
- "name": "*",
1680
- "package": "./init-grid"
1681
- }
1682
- }
1683
- ]
1684
- },
1685
- {
1686
- "kind": "javascript-module",
1687
- "path": "src/utils/init-grid.ts",
1688
- "declarations": [
1689
- {
1690
- "kind": "function",
1691
- "name": "initZeroGridTabulator",
1692
- "return": {
1693
- "type": {
1694
- "text": ""
1695
- }
1696
- },
1697
- "parameters": [
1698
- {
1699
- "name": "options",
1700
- "default": "{}",
1701
- "type": {
1702
- "text": "Options"
1703
- },
1704
- "description": "The tabulator options"
1705
- }
1706
- ],
1707
- "description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
1708
- }
1709
- ],
1710
- "exports": [
1711
- {
1712
- "kind": "js",
1713
- "name": "initZeroGridTabulator",
1714
- "declaration": {
1715
- "name": "initZeroGridTabulator",
1716
- "module": "src/utils/init-grid.ts"
1717
- }
1718
- }
1719
- ]
1720
- },
1721
1670
  {
1722
1671
  "kind": "javascript-module",
1723
1672
  "path": "src/themes/genesis-rapid/theme-genesis-rapid-css.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.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.0",
39
- "@genesislcap/rollup-builder": "14.428.0",
40
- "@genesislcap/ts-builder": "14.428.0",
41
- "@genesislcap/uvu-playwright-builder": "14.428.0",
42
- "@genesislcap/vite-builder": "14.428.0",
43
- "@genesislcap/webpack-builder": "14.428.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.0",
47
- "@genesislcap/foundation-ui": "14.428.0",
48
- "@genesislcap/foundation-utils": "14.428.0",
49
- "@genesislcap/foundation-zero": "14.428.0",
50
- "@genesislcap/grid-tabulator": "14.428.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": "e43acca8a6393d0f3d243d4fd3625457c9b6a8e7"
69
+ "gitHead": "d0e41cc5c5065743cafe34d97ccf4a83480436f1"
70
70
  }