@gravitee/ui-particles-angular 7.28.2 → 7.28.3-apim-2135-policy-scope-4ecea75

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.
@@ -3190,6 +3190,9 @@ class GioFormlyJsonSchemaService {
3190
3190
  toFormlyFieldConfig(jsonSchema) {
3191
3191
  return this.formlyJsonschema.toFieldConfig(jsonSchema, {
3192
3192
  map: (mappedField, mapSource) => {
3193
+ if (mapSource.deprecated) {
3194
+ return {};
3195
+ }
3193
3196
  mappedField = this.uiTypeMap(mappedField, mapSource);
3194
3197
  mappedField = this.formatMap(mappedField, mapSource);
3195
3198
  mappedField = this.bannerMap(mappedField, mapSource);