e-virt-table 1.2.32 → 1.2.33

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.
@@ -139,6 +139,7 @@ export interface Column {
139
139
  options?: any;
140
140
  selectorCellValueType?: SelectorCellValueType;
141
141
  maxLineClamp?: LineClampType;
142
+ maxLineClampHeader?: LineClampType;
142
143
  }
143
144
  export type LineClampType = number | 'auto';
144
145
  export type HistoryAction = 'back' | 'forward' | 'none';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "e-virt-table",
3
3
  "private": false,
4
- "version": "1.2.32",
4
+ "version": "1.2.33",
5
5
  "description": "A powerful data table based on canvas. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",