erp-plus 1.0.23 → 1.0.24

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-plus",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "author": "zhangxl",
5
5
  "main": "dist/erp-plus.umd.js",
6
6
  "module": "dist/erp-plus.es.js",