@revolist/vue-datagrid 4.14.4 → 4.14.6

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { AdditionalData } from '@revolist/revogrid';
1
2
  import { AutoSizeColumnConfig } from '@revolist/revogrid';
2
3
  import { BasePlugin } from '@revolist/revogrid';
3
4
  import { ColumnDataSchemaModel } from '@revolist/revogrid';
@@ -104,7 +105,7 @@ trimmedRows: Record<number, boolean>;
104
105
  exporting: boolean;
105
106
  grouping: GroupingOptions;
106
107
  stretch: string | boolean;
107
- additionalData: any;
108
+ additionalData: AdditionalData;
108
109
  disableVirtualX: boolean;
109
110
  disableVirtualY: boolean;
110
111
  hideAttribution: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/vue-datagrid",
3
- "version": "4.14.4",
3
+ "version": "4.14.6",
4
4
  "description": "Vue 2 DataGrid Spreadsheet component with native Vue 2 render support",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -61,7 +61,7 @@
61
61
  "homepage": "https://github.com/revolist/revogrid#readme",
62
62
  "license": "MIT",
63
63
  "dependencies": {
64
- "@revolist/revogrid": "4.14.4"
64
+ "@revolist/revogrid": "4.14.6"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@stencil/core": "^4.24.0",