erp-plus 1.0.23 → 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.
@@ -103,7 +103,7 @@ interface TableProps {
103
103
  }
104
104
  declare function __VLS_template(): {
105
105
  attrs: Partial<{}>;
106
- slots: Partial<Record<string, (_: any) => any>> & Partial<Record<any, (_: any) => any>>;
106
+ slots: Partial<Record<any, (_: any) => any>> & Partial<Record<string, (_: any) => any>>;
107
107
  refs: {
108
108
  tableRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
109
109
  data: {
@@ -1629,6 +1629,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
1629
1629
  height: string | number;
1630
1630
  fit: boolean;
1631
1631
  emptyText: string;
1632
+ columns: TableColumn[];
1632
1633
  maxHeight: string | number;
1633
1634
  stripe: boolean;
1634
1635
  border: boolean;
@@ -1640,6 +1641,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
1640
1641
  columnIndex: number;
1641
1642
  }) => string) | string;
1642
1643
  tooltipEffect: tooltipEffect;
1644
+ showOverflowTooltip: boolean | object;
1643
1645
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1644
1646
  tableRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1645
1647
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-plus",
3
- "version": "1.0.23",
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",