erp-plus 1.0.24 → 1.0.26
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.
- package/dist/erp-plus.css +1 -1
- package/dist/erp-plus.es.js +650 -627
- package/dist/erp-plus.umd.js +2 -2
- package/dist/packages/Table/Table.vue.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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: {
|