@genesislcap/grid-tabulator 14.214.3 → 14.214.4

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.
@@ -1044,6 +1044,12 @@
1044
1044
  "declarations": [],
1045
1045
  "exports": []
1046
1046
  },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/column/index.ts",
1050
+ "declarations": [],
1051
+ "exports": []
1052
+ },
1047
1053
  {
1048
1054
  "kind": "javascript-module",
1049
1055
  "path": "src/cell-renderers/action.renderer.ts",
@@ -1281,12 +1287,6 @@
1281
1287
  }
1282
1288
  ]
1283
1289
  },
1284
- {
1285
- "kind": "javascript-module",
1286
- "path": "src/column/index.ts",
1287
- "declarations": [],
1288
- "exports": []
1289
- },
1290
1290
  {
1291
1291
  "kind": "javascript-module",
1292
1292
  "path": "src/datasource/client-side.datasource.ts",
@@ -361,7 +361,7 @@ export declare class GridTabulator extends GridTabulator_base {
361
361
  * ...
362
362
  * ```
363
363
  * @remarks
364
- * See https://tabulator.info/docs/6.2/options for more details.
364
+ * See https://tabulator.info/docs/6.3/options for more details.
365
365
  */
366
366
  get gridOptions(): Options;
367
367
  set gridOptions(options: Options);
@@ -71,7 +71,7 @@ export class GridTabulator extends LifecycleMixin(FoundationElement) {
71
71
  * ...
72
72
  * ```
73
73
  * @remarks
74
- * See https://tabulator.info/docs/6.2/options for more details.
74
+ * See https://tabulator.info/docs/6.3/options for more details.
75
75
  */
76
76
  get gridOptions() {
77
77
  return this.grid.options;
@@ -242,7 +242,7 @@ export declare class GridTabulator extends GridTabulator_base {
242
242
  * ...
243
243
  * ```
244
244
  * @remarks
245
- * See https://tabulator.info/docs/6.2/options for more details.
245
+ * See https://tabulator.info/docs/6.3/options for more details.
246
246
  */
247
247
  get gridOptions(): Options;
248
248
  set gridOptions(options: Options);
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.214.3",
4
+ "version": "14.214.4",
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.214.3",
43
- "@genesislcap/genx": "14.214.3",
44
- "@genesislcap/rollup-builder": "14.214.3",
45
- "@genesislcap/ts-builder": "14.214.3",
46
- "@genesislcap/uvu-playwright-builder": "14.214.3",
47
- "@genesislcap/vite-builder": "14.214.3",
48
- "@genesislcap/webpack-builder": "14.214.3",
49
- "@types/tabulator-tables": "^6.2.0",
42
+ "@genesislcap/foundation-testing": "14.214.4",
43
+ "@genesislcap/genx": "14.214.4",
44
+ "@genesislcap/rollup-builder": "14.214.4",
45
+ "@genesislcap/ts-builder": "14.214.4",
46
+ "@genesislcap/uvu-playwright-builder": "14.214.4",
47
+ "@genesislcap/vite-builder": "14.214.4",
48
+ "@genesislcap/webpack-builder": "14.214.4",
49
+ "@types/tabulator-tables": "6.2.3",
50
50
  "rimraf": "^5.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.214.3",
54
- "@genesislcap/foundation-logger": "14.214.3",
55
- "@genesislcap/foundation-ui": "14.214.3",
56
- "@genesislcap/foundation-utils": "14.214.3",
53
+ "@genesislcap/foundation-comms": "14.214.4",
54
+ "@genesislcap/foundation-logger": "14.214.4",
55
+ "@genesislcap/foundation-ui": "14.214.4",
56
+ "@genesislcap/foundation-utils": "14.214.4",
57
57
  "@microsoft/fast-colors": "^5.3.1",
58
58
  "@microsoft/fast-components": "^2.30.6",
59
59
  "@microsoft/fast-element": "^1.12.0",
@@ -63,7 +63,7 @@
63
63
  "tslib": "^2.3.1"
64
64
  },
65
65
  "peerDependencies": {
66
- "tabulator-tables": "6.2.1"
66
+ "tabulator-tables": "6.3.0"
67
67
  },
68
68
  "repository": {
69
69
  "type": "git",
@@ -74,5 +74,5 @@
74
74
  "access": "public"
75
75
  },
76
76
  "customElements": "dist/custom-elements.json",
77
- "gitHead": "0fa68769a2f17b633fa1a558cdfbd0fe10ecaf64"
77
+ "gitHead": "bf09c1923937329fe6e048704860737f1b92e088"
78
78
  }