next-element-vue 0.4.7 → 0.4.9

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.
@@ -84,6 +84,7 @@ export interface FormColunmProps extends Column {
84
84
  formTip?: string;
85
85
  formLabel?: string;
86
86
  formMutiple?: boolean;
87
+ formDisabledDate?: Function;
87
88
  formDivider?: any;
88
89
  formRemark?: string;
89
90
  formRules?: any[];
@@ -119,6 +120,7 @@ export interface TableColumnProps extends SearchColumnProps, FormColunmProps {
119
120
  sortable?: boolean;
120
121
  cellUnit?: string;
121
122
  children?: TableColumnProps[];
123
+ renderColumnCell?: Function;
122
124
  }
123
125
  export declare const header_menu_slots_key: string[];
124
126
  export declare const operation_column_slots_key: string[];
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<{
60
60
  [x: `on${Capitalize<any>}`]: (...args: any[]) => any;
61
61
  }, {
62
62
  data: unknown[];
63
- style: import("vue").CSSProperties;
64
63
  className: string;
64
+ style: import("vue").CSSProperties;
65
65
  options: Record<string, any>;
66
66
  loading: boolean;
67
67
  page: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-element-vue",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "author": {
5
5
  "name": "huangteng",
6
6
  "email": "htengweb@163.com"