@gravitee/ui-policy-studio-angular 15.9.0 → 15.10.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.
@@ -14,8 +14,10 @@ export declare class GioPolicyStudioFlowMessageFormDialogComponent {
14
14
  flowFormGroup?: UntypedFormGroup;
15
15
  existingFlow?: FlowVM;
16
16
  mode: 'create' | 'edit';
17
+ private readonly elService;
17
18
  constructor(dialogRef: MatDialogRef<GioPolicyStudioFlowMessageFormDialogComponent, GioPolicyStudioFlowFormDialogResult>, flowDialogData: GioPolicyStudioFlowMessageFormDialogData);
18
19
  onSubmit(): void;
20
+ isEnabled(): boolean;
19
21
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioFlowMessageFormDialogComponent, never>;
20
22
  static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowMessageFormDialogComponent, "gio-ps-flow-message-form-dialog", never, {}, {}, never, never, true, never>;
21
23
  }
@@ -14,9 +14,11 @@ export declare class GioPolicyStudioFlowProxyFormDialogComponent {
14
14
  existingFlow?: FlowVM;
15
15
  mode: 'create' | 'edit';
16
16
  methods: HttpMethodVM[];
17
+ private readonly elService;
17
18
  constructor(dialogRef: MatDialogRef<GioPolicyStudioFlowProxyFormDialogComponent, GioPolicyStudioFlowFormDialogResult>, flowDialogData: GioPolicyStudioFlowProxyFormDialogData);
18
19
  onSubmit(): void;
19
20
  tagValidationHook(tag: string, validationCb: (shouldAddTag: boolean) => void): void;
21
+ isEnabled(): boolean;
20
22
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioFlowProxyFormDialogComponent, never>;
21
23
  static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowProxyFormDialogComponent, "gio-ps-flow-proxy-form-dialog", never, {}, {}, never, never, true, never>;
22
24
  }
@@ -9,6 +9,7 @@ import * as i0 from "@angular/core";
9
9
  export declare class GioPolicyStudioStepFormComponent implements OnChanges, OnInit, OnDestroy {
10
10
  private readonly policyStudioService;
11
11
  private readonly noDocumentationAvailable;
12
+ private readonly elService;
12
13
  readOnly: boolean;
13
14
  step?: Step;
14
15
  flowPhase: FlowPhase;
@@ -30,6 +31,7 @@ export declare class GioPolicyStudioStepFormComponent implements OnChanges, OnIn
30
31
  private initStepForm;
31
32
  onJsonSchemaReady(isReady: boolean): void;
32
33
  emitStepChange(): void;
34
+ isEnabled(): boolean;
33
35
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioStepFormComponent, never>;
34
36
  static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioStepFormComponent, "gio-ps-step-form", never, { "readOnly": { "alias": "readOnly"; "required": false; }; "step": { "alias": "step"; "required": false; }; "flowPhase": { "alias": "flowPhase"; "required": true; }; "apiType": { "alias": "apiType"; "required": true; }; "genericPolicy": { "alias": "genericPolicy"; "required": false; }; }, { "stepChange": "stepChange"; "isValid": "isValid"; }, never, never, true, never>;
35
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-policy-studio-angular",
3
- "version": "15.9.0",
3
+ "version": "15.10.0",
4
4
  "description": "Gravitee.io - UI Policy Studio Angular",
5
5
  "repository": {
6
6
  "type": "git",