@genesislcap/grid-tabulator 14.121.0 → 14.121.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.
@@ -955,12 +955,6 @@
955
955
  }
956
956
  ]
957
957
  },
958
- {
959
- "kind": "javascript-module",
960
- "path": "src/cell/index.ts",
961
- "declarations": [],
962
- "exports": []
963
- },
964
958
  {
965
959
  "kind": "javascript-module",
966
960
  "path": "src/datasource/client-side.datasource.ts",
@@ -1757,6 +1751,18 @@
1757
1751
  }
1758
1752
  ]
1759
1753
  },
1754
+ {
1755
+ "kind": "javascript-module",
1756
+ "path": "src/cell-renderers/index.ts",
1757
+ "declarations": [],
1758
+ "exports": []
1759
+ },
1760
+ {
1761
+ "kind": "javascript-module",
1762
+ "path": "src/column/index.ts",
1763
+ "declarations": [],
1764
+ "exports": []
1765
+ },
1760
1766
  {
1761
1767
  "kind": "javascript-module",
1762
1768
  "path": "src/external/fonts.ts",
@@ -1872,13 +1878,7 @@
1872
1878
  },
1873
1879
  {
1874
1880
  "kind": "javascript-module",
1875
- "path": "src/cell-renderers/index.ts",
1876
- "declarations": [],
1877
- "exports": []
1878
- },
1879
- {
1880
- "kind": "javascript-module",
1881
- "path": "src/column/index.ts",
1881
+ "path": "src/cell/index.ts",
1882
1882
  "declarations": [],
1883
1883
  "exports": []
1884
1884
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.121.0",
4
+ "version": "14.121.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -31,16 +31,16 @@
31
31
  "test:debug": "genx test --debug"
32
32
  },
33
33
  "devDependencies": {
34
- "@genesislcap/foundation-testing": "14.121.0",
35
- "@genesislcap/genx": "14.121.0",
34
+ "@genesislcap/foundation-testing": "14.121.1",
35
+ "@genesislcap/genx": "14.121.1",
36
36
  "@types/tabulator-tables": "^5.5.2",
37
37
  "rimraf": "^3.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-comms": "14.121.0",
41
- "@genesislcap/foundation-logger": "14.121.0",
42
- "@genesislcap/foundation-ui": "14.121.0",
43
- "@genesislcap/foundation-utils": "14.121.0",
40
+ "@genesislcap/foundation-comms": "14.121.1",
41
+ "@genesislcap/foundation-logger": "14.121.1",
42
+ "@genesislcap/foundation-ui": "14.121.1",
43
+ "@genesislcap/foundation-utils": "14.121.1",
44
44
  "@microsoft/fast-colors": "^5.1.4",
45
45
  "@microsoft/fast-components": "^2.21.3",
46
46
  "@microsoft/fast-element": "^1.7.0",
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "customElements": "dist/custom-elements.json",
62
- "gitHead": "a5a9cb1994ea71cb390b2eea7ece0fab419bb71e"
62
+ "gitHead": "8e78bf8e11be74bf258060aedab854dea1c7e11b"
63
63
  }