@vgip/meta-ui 1.2.9 → 1.3.0
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.
|
@@ -654,6 +654,9 @@ const metaNormalizer = (meta, integration, resourceType) => {
|
|
|
654
654
|
for (const ff of f.fields) {
|
|
655
655
|
fieldFixesByIntegration(ff);
|
|
656
656
|
}
|
|
657
|
+
if (f.name && /^composite_(.*)/.test(f.name)) {
|
|
658
|
+
delete f.name;
|
|
659
|
+
}
|
|
657
660
|
}
|
|
658
661
|
};
|
|
659
662
|
// common fixes for all integrations
|
|
@@ -5358,4 +5361,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5358
5361
|
*/
|
|
5359
5362
|
|
|
5360
5363
|
export { FieldBoolean, FieldComposite, FieldDatetime, FieldInput, FieldList, FieldRadio, FieldReference, FieldRichtext, FieldSelect, FieldText, FieldUnknown, MetaAutofocusDirective, MetaContextService, MetaField, MetaFieldContentDirective, MetaHttpClient, MetaIconsPipe, MetaLayout, MetaModelPipe, MetaModule, MetaMsgService, MetaRefDialog, MetaReferenceService, MetaResource, MetaResourceCard, MetaResourceService, MetaStripHtmlPipe, MetaTrackerService, ResourceDraftsService, metaDark, metaLight, metaNormalizer, relativeTimeBuilder };
|
|
5361
|
-
//# sourceMappingURL=vgip-meta-ui.mjs.map
|