@gonsin/gview 2.0.63 → 2.0.64
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.
- package/dist/index.mjs +2865 -2895
- package/dist/types/utils/form.d.ts +1 -1
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ interface OptionNode {
|
|
|
33
33
|
* @param {*} options
|
|
34
34
|
* @param {*} values
|
|
35
35
|
*/
|
|
36
|
-
export declare function filterTreeValues(options: OptionNode[], values: string[]):
|
|
36
|
+
export declare function filterTreeValues(options: OptionNode[], values: string[]): string[];
|
|
37
37
|
/**
|
|
38
38
|
* @description: 检查输入框placeholder是否省略显示 如果省略显示则hover显示完整内容
|
|
39
39
|
* @param {any} formItemRef
|