@genesislcap/grid-tabulator 14.139.1 → 14.139.2

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,6 +955,12 @@
955
955
  }
956
956
  ]
957
957
  },
958
+ {
959
+ "kind": "javascript-module",
960
+ "path": "src/cell/index.ts",
961
+ "declarations": [],
962
+ "exports": []
963
+ },
958
964
  {
959
965
  "kind": "javascript-module",
960
966
  "path": "src/cell-renderers/action.renderer.ts",
@@ -1192,18 +1198,6 @@
1192
1198
  }
1193
1199
  ]
1194
1200
  },
1195
- {
1196
- "kind": "javascript-module",
1197
- "path": "src/cell/index.ts",
1198
- "declarations": [],
1199
- "exports": []
1200
- },
1201
- {
1202
- "kind": "javascript-module",
1203
- "path": "src/column/index.ts",
1204
- "declarations": [],
1205
- "exports": []
1206
- },
1207
1201
  {
1208
1202
  "kind": "javascript-module",
1209
1203
  "path": "src/datasource/client-side.datasource.ts",
@@ -2009,6 +2003,12 @@
2009
2003
  }
2010
2004
  ]
2011
2005
  },
2006
+ {
2007
+ "kind": "javascript-module",
2008
+ "path": "src/column/index.ts",
2009
+ "declarations": [],
2010
+ "exports": []
2011
+ },
2012
2012
  {
2013
2013
  "kind": "javascript-module",
2014
2014
  "path": "src/external/fonts.ts",
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.139.1",
4
+ "version": "14.139.2",
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.139.1",
35
- "@genesislcap/genx": "14.139.1",
34
+ "@genesislcap/foundation-testing": "14.139.2",
35
+ "@genesislcap/genx": "14.139.2",
36
36
  "@types/tabulator-tables": "^5.5.2",
37
37
  "rimraf": "^3.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-comms": "14.139.1",
41
- "@genesislcap/foundation-logger": "14.139.1",
42
- "@genesislcap/foundation-ui": "14.139.1",
43
- "@genesislcap/foundation-utils": "14.139.1",
40
+ "@genesislcap/foundation-comms": "14.139.2",
41
+ "@genesislcap/foundation-logger": "14.139.2",
42
+ "@genesislcap/foundation-ui": "14.139.2",
43
+ "@genesislcap/foundation-utils": "14.139.2",
44
44
  "@microsoft/fast-colors": "^5.3.1",
45
45
  "@microsoft/fast-components": "^2.30.6",
46
46
  "@microsoft/fast-element": "^1.12.0",
@@ -61,5 +61,5 @@
61
61
  "access": "public"
62
62
  },
63
63
  "customElements": "dist/custom-elements.json",
64
- "gitHead": "37c2db3914ae002405d21f0c8118727d92d0cc4b"
64
+ "gitHead": "945af0dd1cf6327fd8d38b7a336fa7a873da4211"
65
65
  }