@genesislcap/grid-tabulator 14.235.0 → 14.236.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.
@@ -1038,6 +1038,12 @@
1038
1038
  "declarations": [],
1039
1039
  "exports": []
1040
1040
  },
1041
+ {
1042
+ "kind": "javascript-module",
1043
+ "path": "src/column/index.ts",
1044
+ "declarations": [],
1045
+ "exports": []
1046
+ },
1041
1047
  {
1042
1048
  "kind": "javascript-module",
1043
1049
  "path": "src/cell-renderers/action.renderer.ts",
@@ -1275,12 +1281,6 @@
1275
1281
  }
1276
1282
  ]
1277
1283
  },
1278
- {
1279
- "kind": "javascript-module",
1280
- "path": "src/column/index.ts",
1281
- "declarations": [],
1282
- "exports": []
1283
- },
1284
1284
  {
1285
1285
  "kind": "javascript-module",
1286
1286
  "path": "src/datasource/client-side.datasource.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.235.0",
4
+ "version": "14.236.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -17,7 +17,7 @@
17
17
  "build:rollup": "genx build -b rollup",
18
18
  "build:webpack": "genx build -b webpack",
19
19
  "circular": "npx -y madge --extensions ts --circular ./src",
20
- "clean": "rimraf dist tsconfig.tsbuildinfo",
20
+ "clean": "rimraf dist temp tsconfig.tsbuildinfo",
21
21
  "dev": "npm run dev:tsc",
22
22
  "dev:rollup": "genx dev -b rollup",
23
23
  "dev:tsc": "genx dev -b ts",
@@ -39,21 +39,21 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.235.0",
43
- "@genesislcap/genx": "14.235.0",
44
- "@genesislcap/rollup-builder": "14.235.0",
45
- "@genesislcap/ts-builder": "14.235.0",
46
- "@genesislcap/uvu-playwright-builder": "14.235.0",
47
- "@genesislcap/vite-builder": "14.235.0",
48
- "@genesislcap/webpack-builder": "14.235.0",
42
+ "@genesislcap/foundation-testing": "14.236.0",
43
+ "@genesislcap/genx": "14.236.0",
44
+ "@genesislcap/rollup-builder": "14.236.0",
45
+ "@genesislcap/ts-builder": "14.236.0",
46
+ "@genesislcap/uvu-playwright-builder": "14.236.0",
47
+ "@genesislcap/vite-builder": "14.236.0",
48
+ "@genesislcap/webpack-builder": "14.236.0",
49
49
  "@types/tabulator-tables": "6.2.3",
50
50
  "rimraf": "^5.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.235.0",
54
- "@genesislcap/foundation-logger": "14.235.0",
55
- "@genesislcap/foundation-ui": "14.235.0",
56
- "@genesislcap/foundation-utils": "14.235.0",
53
+ "@genesislcap/foundation-comms": "14.236.0",
54
+ "@genesislcap/foundation-logger": "14.236.0",
55
+ "@genesislcap/foundation-ui": "14.236.0",
56
+ "@genesislcap/foundation-utils": "14.236.0",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -74,5 +74,5 @@
74
74
  "access": "public"
75
75
  },
76
76
  "customElements": "dist/custom-elements.json",
77
- "gitHead": "184d6dd5c5732cf9d206e25b1d94017438e16c40"
77
+ "gitHead": "5ae20a202835fc0b53c9f34ba17cd692ba27880a"
78
78
  }