@genesislcap/grid-tabulator 14.250.0 → 14.251.0-RPT-81.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.
@@ -1299,12 +1299,6 @@
1299
1299
  }
1300
1300
  ]
1301
1301
  },
1302
- {
1303
- "kind": "javascript-module",
1304
- "path": "src/column/index.ts",
1305
- "declarations": [],
1306
- "exports": []
1307
- },
1308
1302
  {
1309
1303
  "kind": "javascript-module",
1310
1304
  "path": "src/datasource/client-side.datasource.ts",
@@ -2125,6 +2119,12 @@
2125
2119
  }
2126
2120
  ]
2127
2121
  },
2122
+ {
2123
+ "kind": "javascript-module",
2124
+ "path": "src/column/index.ts",
2125
+ "declarations": [],
2126
+ "exports": []
2127
+ },
2128
2128
  {
2129
2129
  "kind": "javascript-module",
2130
2130
  "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.250.0",
4
+ "version": "14.251.0-RPT-81.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,21 +39,21 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.250.0",
43
- "@genesislcap/genx": "14.250.0",
44
- "@genesislcap/rollup-builder": "14.250.0",
45
- "@genesislcap/ts-builder": "14.250.0",
46
- "@genesislcap/uvu-playwright-builder": "14.250.0",
47
- "@genesislcap/vite-builder": "14.250.0",
48
- "@genesislcap/webpack-builder": "14.250.0",
42
+ "@genesislcap/foundation-testing": "14.251.0-RPT-81.2",
43
+ "@genesislcap/genx": "14.251.0-RPT-81.2",
44
+ "@genesislcap/rollup-builder": "14.251.0-RPT-81.2",
45
+ "@genesislcap/ts-builder": "14.251.0-RPT-81.2",
46
+ "@genesislcap/uvu-playwright-builder": "14.251.0-RPT-81.2",
47
+ "@genesislcap/vite-builder": "14.251.0-RPT-81.2",
48
+ "@genesislcap/webpack-builder": "14.251.0-RPT-81.2",
49
49
  "@types/tabulator-tables": "6.2.3",
50
50
  "rimraf": "^5.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.250.0",
54
- "@genesislcap/foundation-logger": "14.250.0",
55
- "@genesislcap/foundation-ui": "14.250.0",
56
- "@genesislcap/foundation-utils": "14.250.0",
53
+ "@genesislcap/foundation-comms": "14.251.0-RPT-81.2",
54
+ "@genesislcap/foundation-logger": "14.251.0-RPT-81.2",
55
+ "@genesislcap/foundation-ui": "14.251.0-RPT-81.2",
56
+ "@genesislcap/foundation-utils": "14.251.0-RPT-81.2",
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": "cde412442823b891ab650ab4841d04b963fc9afe"
77
+ "gitHead": "24f9d00cb18956c29c152bf38fc1b911bfc58c3e"
78
78
  }