imm-element-ui 1.9.1 → 1.9.3

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,3 +33,4 @@ export declare const convertGrid: (thisArg: any, gridList: any, fiterPreloads: a
33
33
  export declare const convertForm: (thisArg: any, groupArr: any, sourceData: any) => void;
34
34
  export declare const clearLocal: () => void;
35
35
  export declare const pageListGridOptions: (gridOptions: any, thisArg: any) => any;
36
+ export declare const deepClone: (source: any, that: any, cache?: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"