@vgip/meta-ui 2.1.8 → 2.1.9
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/fesm2022/vgip-meta-ui.mjs +34 -5
- package/fesm2022/vgip-meta-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -237,6 +237,7 @@ declare class MetaResource implements OnInit, OnChanges {
|
|
|
237
237
|
private buildContactsSuggestions;
|
|
238
238
|
private applyTheme;
|
|
239
239
|
private forceUiUpdate;
|
|
240
|
+
private extractFieldsToPreserve;
|
|
240
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetaResource, never>;
|
|
241
242
|
static ɵcmp: i0.ɵɵComponentDeclaration<MetaResource, "vgip-meta-resource", never, { "resource": { "alias": "resource"; "required": false; }; "model": { "alias": "model"; "required": false; }; "metaResourceServiceDelegated": { "alias": "metaResourceServiceDelegated"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; }, { "done": "done"; "resourceChange": "resourceChange"; }, never, never, false, never>;
|
|
242
243
|
}
|