erp-plus 1.0.24 → 1.0.25

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.
@@ -1641,6 +1641,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
1641
1641
  columnIndex: number;
1642
1642
  }) => string) | string;
1643
1643
  tooltipEffect: tooltipEffect;
1644
+ showOverflowTooltip: boolean | object;
1644
1645
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1645
1646
  tableRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1646
1647
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-plus",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "author": "zhangxl",
5
5
  "main": "dist/erp-plus.umd.js",
6
6
  "module": "dist/erp-plus.es.js",