@utogether/utils 3.0.0-beta.26 → 3.0.0-beta.28

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.
@@ -3,7 +3,7 @@
3
3
  * @param {*} columns col
4
4
  * @return {*} 标准化后的col
5
5
  */
6
- export declare const i18nColums: (columns: any) => any;
6
+ export declare const i18nColums: (columns: any, sortable?: boolean) => any;
7
7
  /**
8
8
  * @description: form item数据标准化
9
9
  * @param {*} items item
@@ -165,5 +165,12 @@ export declare const useRender: () => {
165
165
  props: {};
166
166
  events: any;
167
167
  };
168
+ renderArea: (attrs?: any, methods?: any) => {
169
+ name: string;
170
+ props: {
171
+ mapField: any;
172
+ };
173
+ events: any;
174
+ };
168
175
  };
169
176
  export {};