imm-element-ui 0.3.3 → 0.3.5

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.
@@ -14,3 +14,9 @@ export declare const isJSONParsable: (str: any) => boolean;
14
14
  * @returns {Object} 过滤后的新对象
15
15
  */
16
16
  export declare const filterObjectByKeys: (obj: any, keys: string[]) => any;
17
+ /**
18
+ * 自定义函数去除空字符串
19
+ * @param act
20
+ * @returns
21
+ */
22
+ export declare const convertAct: (act: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"