@utogether/utils 3.0.0-beta.33 → 3.0.0-beta.35

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.
@@ -8,9 +8,10 @@ export declare const i18nColums: (columns: any, sortable?: boolean) => any;
8
8
  * @description: form item数据标准化
9
9
  * @param {*} items item
10
10
  * @param {*} status 状态
11
+ * @param {*} t 多语言转换函数
11
12
  * @return {*} form item数据标准化后的数据
12
13
  */
13
- export declare const formatItems: (items: any, status: any, span?: number) => any;
14
+ export declare const formatItems: (items: any, status: any, t: any, span?: number) => any;
14
15
  /** 表单form查询按钮组 */
15
16
  export declare const formSearchButtons: {
16
17
  span: number;
@@ -17,6 +17,7 @@ declare class SuHttp {
17
17
  private static retryOriginalRequest;
18
18
  private httpInterceptorsRequest;
19
19
  private setToken;
20
+ private routeToLogin;
20
21
  private httpInterceptorsResponse;
21
22
  private transformConfigByMethod;
22
23
  request<T>(method: RequestMethods, url: string, param?: AxiosRequestConfig, axiosConfig?: SuHttpRequestConfig): Promise<T>;
@@ -26,8 +26,9 @@ declare class localforageProxy implements ProxyStorage {
26
26
  removeItem(key: string): void;
27
27
  clear(): void;
28
28
  }
29
+ /** 文档开头 */
30
+ /** 文档结束 */
29
31
  export declare const storageSession: sessionStorageProxy;
30
32
  export declare const storageLocal: localStorageProxy;
31
- /** 文档结束 */
32
33
  export declare const dbstorage: localforageProxy;
33
34
  export {};
@@ -78,6 +78,7 @@ export declare const useRender: () => {
78
78
  props: {
79
79
  mapField: {};
80
80
  defaultParams: any;
81
+ disabled: any;
81
82
  url: string;
82
83
  fetchField: string;
83
84
  };
@@ -92,6 +93,7 @@ export declare const useRender: () => {
92
93
  name: string;
93
94
  props: {
94
95
  mapField: {};
96
+ disabled: any;
95
97
  defaultParams: any;
96
98
  url: string;
97
99
  fetchField: string;