@revolist/vue-datagrid 4.21.8 → 4.21.11

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 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -86,7 +86,7 @@ resize: boolean;
86
86
  noHorizontalScrollTransfer: boolean;
87
87
  canFocus: boolean;
88
88
  useClipboard: boolean;
89
- columns: (ColumnRegular<ColumnProp> | ColumnGrouping<any>)[];
89
+ columns: (ColumnRegular<ColumnProp, DataType<any, ColumnProp>> | ColumnGrouping<any>)[];
90
90
  source: DataType[];
91
91
  pinnedTopSource: DataType[];
92
92
  pinnedBottomSource: DataType[];
@@ -95,7 +95,7 @@ editors: Editors;
95
95
  applyOnClose: boolean;
96
96
  plugins: BasePlugin[];
97
97
  columnTypes: {
98
- [name: string]: ColumnType;
98
+ [name: string]: ColumnType<DataType<any, ColumnProp>>;
99
99
  };
100
100
  theme: string;
101
101
  rowClass: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/vue-datagrid",
3
- "version": "4.21.8",
3
+ "version": "4.21.11",
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.21.8"
64
+ "@revolist/revogrid": "4.21.11"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@stencil/core": "^4.43.2",