@gravitee/ui-particles-angular 17.4.0 → 17.5.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.
package/index.d.ts CHANGED
@@ -907,6 +907,14 @@ declare class GioFormlyJsonSchemaService {
907
907
  */
908
908
  private sanitizeOneOf;
909
909
  private deprecatedMap;
910
+ /**
911
+ * Formly's $ref resolution only preserves title, description, default and widget from sibling properties.
912
+ * This method walks the schema and inlines $ref definitions when gioConfig is present alongside a $ref,
913
+ * so that gioConfig is not lost during resolution.
914
+ */
915
+ private preserveGioConfigOnRefs;
916
+ private walkSchema;
917
+ private resolveRef;
910
918
  private uniqueValueMap;
911
919
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormlyJsonSchemaService, never>;
912
920
  static ɵprov: i0.ɵɵInjectableDeclaration<GioFormlyJsonSchemaService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "17.4.0",
3
+ "version": "17.5.0",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",