@gravitee/ui-particles-angular 17.7.2 → 17.7.3-renovate-all-devdependencies-minor-patch-28ed155

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,12 +943,16 @@ declare class GioFormJsonSchemaComponent implements ControlValueAccessor, OnChan
943
943
  private touched;
944
944
  private isValid$;
945
945
  private stateChanges$;
946
+ private isWritingValue;
947
+ private isStable;
948
+ private isUpdatingParent;
946
949
  constructor(gioFormlyJsonSchema: GioFormlyJsonSchemaService, elRef: ElementRef, fm: FocusMonitor, changeDetectorRef: ChangeDetectorRef, ngControl?: NgControl | undefined);
947
950
  ngOnChanges(changes: SimpleChanges): void;
948
951
  ngOnInit(): void;
949
952
  ngAfterViewInit(): void;
950
953
  ngOnDestroy(): void;
951
954
  writeValue(value: unknown): void;
955
+ private syncValueToParent;
952
956
  registerOnChange(fn: (value: unknown | null) => void): void;
953
957
  registerOnTouched(fn: () => void): void;
954
958
  setDisabledState?(isDisabled: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "17.7.2",
3
+ "version": "17.7.3-renovate-all-devdependencies-minor-patch-28ed155",
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-el": {
59
- "types": "./gio-el/index.d.ts",
60
- "default": "./fesm2022/gravitee-ui-particles-angular-gio-el.mjs"
61
- },
62
58
  "./gio-asciidoctor": {
63
59
  "types": "./gio-asciidoctor/index.d.ts",
64
60
  "default": "./fesm2022/gravitee-ui-particles-angular-gio-asciidoctor.mjs"
65
61
  },
62
+ "./gio-el": {
63
+ "types": "./gio-el/index.d.ts",
64
+ "default": "./fesm2022/gravitee-ui-particles-angular-gio-el.mjs"
65
+ },
66
66
  "./testing": {
67
67
  "types": "./testing/index.d.ts",
68
68
  "default": "./fesm2022/gravitee-ui-particles-angular-testing.mjs"