@vgip/meta-ui 1.2.2 → 1.2.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.
package/lib/field.d.ts CHANGED
@@ -226,6 +226,7 @@ export declare class MetaResource implements OnInit, OnChanges {
226
226
  getFieldsMap(): void;
227
227
  openResourceMenu(): void;
228
228
  close(result?: any): void;
229
+ showParsedError(resourceForm: any, parsedError: any): void;
229
230
  submit(resourceForm: any): void;
230
231
  clearFormErrors(): void;
231
232
  get niceFields(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgip/meta-ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.5",
4
4
  "description": "VGIP Meta UI",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.0.0",