@bit-sun/business-component 4.0.13-alpha.2 → 4.0.13-alpha.4

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.
File without changes
@@ -97,5 +97,5 @@ export declare function queryParams(params: any, flag?: any): any;
97
97
  * @returns boolean
98
98
  */
99
99
  export declare const authFn: (code?: any) => any;
100
- export declare const renderToString: (render: ReactElement<any, string | JSXElementConstructor<any>> | string) => string;
100
+ export declare const renderToString: (render: ReactElement<any, string | JSXElementConstructor<any>> | string) => any;
101
101
  export {};
@@ -25,3 +25,4 @@ export declare const convertResData: (requestConfig: any, res: any, selectProps:
25
25
  export declare const handleSelectOptionsShowValue: (specialBracket: boolean, noNeedSplit: boolean, item: any) => any;
26
26
  export declare const LightHeightOption: (props: any) => React.JSX.Element;
27
27
  export declare const maxTagPlaceholder: (selectedValues: any, { selectProps, onChange, value, setIsMaxTagsOpen }: any) => React.JSX.Element;
28
+ export declare const getShowStr: ({ viewShowValueStr, labelInValue, selectMode, value, items }: any) => any;