@vgip/meta-ui 1.5.5 → 1.5.6

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/lib/field.d.ts CHANGED
@@ -157,6 +157,7 @@ export declare class FieldList extends FieldAbstract implements OnInit {
157
157
  items: Array<any>;
158
158
  value: any;
159
159
  get list(): any;
160
+ get cloneList(): any;
160
161
  ngOnInit(): void;
161
162
  add(): void;
162
163
  remove(itemIndex: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgip/meta-ui",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "VGIP Meta UI",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^15.1.0",