erp-plus 1.0.71 → 1.0.72

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.
@@ -93,7 +93,7 @@ interface TableProps {
93
93
  treeProps?: object;
94
94
  tableLayout?: tableLayout;
95
95
  scrollbarAlwaysOn?: boolean;
96
- showOverflowTooltip?: boolean | object;
96
+ showOverflowTooltip?: boolean;
97
97
  flexible?: boolean;
98
98
  scrollbarTabindex?: string | number;
99
99
  allowDragLastColumn?: boolean;
@@ -1643,7 +1643,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
1643
1643
  emptyState: boolean;
1644
1644
  teleported: boolean;
1645
1645
  isSelection: boolean;
1646
- showOverflowTooltip: boolean | object;
1646
+ showOverflowTooltip: boolean;
1647
1647
  columns: TableColumn[];
1648
1648
  stripe: boolean;
1649
1649
  border: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-plus",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "author": "zhangxl",
5
5
  "main": "dist/erp-plus.umd.js",
6
6
  "module": "dist/erp-plus.es.js",