@gravitee/ui-particles-angular 7.60.0-fix-save-bar-auto-lock-42967e6 → 7.60.1

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.
@@ -1,7 +1,7 @@
1
- import { EventEmitter, OnDestroy } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
- export declare class GioSaveBarComponent implements OnDestroy {
4
+ export declare class GioSaveBarComponent {
5
5
  isSubmitted: boolean;
6
6
  get isSticky(): boolean;
7
7
  opened: boolean;
@@ -13,7 +13,6 @@ export declare class GioSaveBarComponent implements OnDestroy {
13
13
  creationMode: boolean;
14
14
  form?: FormGroup;
15
15
  private hasSubmitLock;
16
- private submitLockSubscription?;
17
16
  formInitialValues?: unknown;
18
17
  hideSubmitButton: boolean;
19
18
  hideDiscardButton: boolean;
@@ -21,7 +20,6 @@ export declare class GioSaveBarComponent implements OnDestroy {
21
20
  submitted: EventEmitter<void>;
22
21
  submittedInvalidState: EventEmitter<any>;
23
22
  get isOpen(): boolean;
24
- ngOnDestroy(): void;
25
23
  onResetClicked(): void;
26
24
  onDisableSubmitLock(): void;
27
25
  onSubmitClicked(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.60.0-fix-save-bar-auto-lock-42967e6",
3
+ "version": "7.60.1",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",