@gravitee/ui-particles-angular 17.7.0 → 17.7.1-fix-apim-12804-endpoint-group-headers-sync-2a1b3cd

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
@@ -943,6 +943,8 @@ declare class GioFormJsonSchemaComponent implements ControlValueAccessor, OnChan
943
943
  private touched;
944
944
  private isValid$;
945
945
  private stateChanges$;
946
+ private isWritingValue;
947
+ private isStable;
946
948
  constructor(gioFormlyJsonSchema: GioFormlyJsonSchemaService, elRef: ElementRef, fm: FocusMonitor, changeDetectorRef: ChangeDetectorRef, ngControl?: NgControl | undefined);
947
949
  ngOnChanges(changes: SimpleChanges): void;
948
950
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "17.7.0",
3
+ "version": "17.7.1-fix-apim-12804-endpoint-group-headers-sync-2a1b3cd",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,14 +55,14 @@
55
55
  "types": "./index.d.ts",
56
56
  "default": "./fesm2022/gravitee-ui-particles-angular.mjs"
57
57
  },
58
- "./gio-asciidoctor": {
59
- "types": "./gio-asciidoctor/index.d.ts",
60
- "default": "./fesm2022/gravitee-ui-particles-angular-gio-asciidoctor.mjs"
61
- },
62
58
  "./gio-el": {
63
59
  "types": "./gio-el/index.d.ts",
64
60
  "default": "./fesm2022/gravitee-ui-particles-angular-gio-el.mjs"
65
61
  },
62
+ "./gio-asciidoctor": {
63
+ "types": "./gio-asciidoctor/index.d.ts",
64
+ "default": "./fesm2022/gravitee-ui-particles-angular-gio-asciidoctor.mjs"
65
+ },
66
66
  "./testing": {
67
67
  "types": "./testing/index.d.ts",
68
68
  "default": "./fesm2022/gravitee-ui-particles-angular-testing.mjs"