@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.
@@ -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[]): any[];
36
+ export declare function filterTreeValues(options: OptionNode[], values: string[]): string[];
37
37
  /**
38
38
  * @description: 检查输入框placeholder是否省略显示 如果省略显示则hover显示完整内容
39
39
  * @param {any} formItemRef
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.0.63",
3
+ "version": "2.0.64",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [