@bit-sun/business-component 4.0.12-alpha.26 → 4.0.12-alpha.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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="lodash" />
1
2
  export declare const columnsPerRow = 4;
2
3
  export declare const ColSpan = 6;
3
4
  export declare const handleSourceName: (sName: any) => any;
@@ -8,7 +9,12 @@ export declare const getFormRowInfo: (list: any) => {
8
9
  export declare const defaultVisibleFieldsCount = 7;
9
10
  export declare const getVisibleFieldsCount: (modalTableProps: any) => any;
10
11
  export declare const hasMoreQueryFields: (modalTableProps: any) => boolean;
11
- export declare const getRealStr: (oldSelect: any, newSelect: any, record: any) => any;
12
12
  export declare const getTableHeigth: (list: any) => number;
13
+ export declare const formatSelectedValue: (value: any) => any;
14
+ export declare const getRealStr: (oldSelect: any, newSelect: any, record: any) => any;
13
15
  export declare const getCurrentSRKs: (selectMode: any, labelInValue: boolean, value: any) => any;
14
16
  export declare const getRenderSource: (currentSRKs: any, items: any) => any;
17
+ export declare const convertOrderNo: (params: any) => any;
18
+ export declare const convertQueryParams: (params: any) => import("lodash").Omit<any, "UNIQUE_SPEC">;
19
+ export declare const convertUrlQueryParams: (params: any) => string;
20
+ export declare const convertBodyParams: (params: any) => any;