@gravitee/ui-policy-studio-angular 7.18.0 → 7.19.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.
@@ -5,6 +5,7 @@ import { ApiType, ConnectorInfo, Policy, Step } from '../../models';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class GioPolicyStudioDetailsComponent {
7
7
  private readonly matDialog;
8
+ loading: boolean;
8
9
  apiType: ApiType;
9
10
  flow?: FlowVM;
10
11
  entrypointsInfo: ConnectorInfo[];
@@ -17,5 +18,5 @@ export declare class GioPolicyStudioDetailsComponent {
17
18
  onDeleteFlow(): void;
18
19
  onStepsChange(flowPhase: 'request' | 'response' | 'publish' | 'subscribe', steps: Step[]): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioDetailsComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsComponent, "gio-ps-flow-details", never, { "apiType": "apiType"; "flow": "flow"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "policies": "policies"; }, { "flowChange": "flowChange"; "deleteFlow": "deleteFlow"; }, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsComponent, "gio-ps-flow-details", never, { "loading": "loading"; "apiType": "apiType"; "flow": "flow"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "policies": "policies"; }, { "flowChange": "flowChange"; "deleteFlow": "deleteFlow"; }, never, never>;
21
22
  }
@@ -3,7 +3,7 @@ import { ConnectorInfo } from '../../models';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GioPolicyStudioDetailsInfoBarComponent {
5
5
  flow?: FlowVM;
6
- entrypointsInfo: ConnectorInfo[];
6
+ entrypointsInfo?: ConnectorInfo[];
7
7
  get condition(): string | undefined;
8
8
  get operations(): string[] | undefined;
9
9
  get channel(): string | undefined;
@@ -17,6 +17,7 @@ interface FlowMenuVM extends FlowVM {
17
17
  }
18
18
  export declare class GioPolicyStudioFlowsMenuComponent implements OnChanges {
19
19
  private readonly matDialog;
20
+ loading: boolean;
20
21
  apiType: ApiType;
21
22
  flowExecution: FlowExecution;
22
23
  flowsGroups: FlowGroupVM[];
@@ -32,6 +33,6 @@ export declare class GioPolicyStudioFlowsMenuComponent implements OnChanges {
32
33
  onAddFlow(flowGroup: FlowGroupVM): void;
33
34
  onConfigureExecution(flowExecution: FlowExecution): void;
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioFlowsMenuComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowsMenuComponent, "gio-ps-flows-menu", never, { "apiType": "apiType"; "flowExecution": "flowExecution"; "flowsGroups": "flowsGroups"; "selectedFlow": "selectedFlow"; "entrypoints": "entrypoints"; }, { "selectedFlowChange": "selectedFlowChange"; "flowsGroupsChange": "flowsGroupsChange"; "flowExecutionChange": "flowExecutionChange"; }, never, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowsMenuComponent, "gio-ps-flows-menu", never, { "loading": "loading"; "apiType": "apiType"; "flowExecution": "flowExecution"; "flowsGroups": "flowsGroups"; "selectedFlow": "selectedFlow"; "entrypoints": "entrypoints"; }, { "selectedFlowChange": "selectedFlowChange"; "flowsGroupsChange": "flowsGroupsChange"; "flowExecutionChange": "flowExecutionChange"; }, never, never>;
36
37
  }
37
38
  export {};
@@ -33,6 +33,10 @@ export declare class GioPolicyStudioComponent implements OnChanges {
33
33
  * List of policies usable in the policy studio
34
34
  */
35
35
  policies: Policy[];
36
+ /**
37
+ * Loading state
38
+ */
39
+ loading: boolean;
36
40
  /**
37
41
  * Called when Policy Studio needs to fetch the policy schema
38
42
  * @returns Observable of the policy schema
@@ -61,5 +65,5 @@ export declare class GioPolicyStudioComponent implements OnChanges {
61
65
  onDeleteSelectedFlow(flow: FlowVM): void;
62
66
  onSave(): void;
63
67
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioComponent, "gio-policy-studio", never, { "apiType": "apiType"; "flowExecution": "flowExecution"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "commonFlows": "commonFlows"; "plans": "plans"; "policies": "policies"; "policySchemaFetcher": "policySchemaFetcher"; "policyDocumentationFetcher": "policyDocumentationFetcher"; }, { "save": "save"; }, never, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioComponent, "gio-policy-studio", never, { "apiType": "apiType"; "flowExecution": "flowExecution"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "commonFlows": "commonFlows"; "plans": "plans"; "policies": "policies"; "loading": "loading"; "policySchemaFetcher": "policySchemaFetcher"; "policyDocumentationFetcher": "policyDocumentationFetcher"; }, { "save": "save"; }, never, never>;
65
69
  }
@@ -26,6 +26,6 @@ import * as i24 from "@angular/material/menu";
26
26
  import * as i25 from "@gravitee/ui-particles-angular";
27
27
  export declare class GioPolicyStudioModule {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioModule, never>;
29
- static ɵmod: i0.ɵɵNgModuleDeclaration<GioPolicyStudioModule, [typeof i1.GioPolicyStudioComponent, typeof i2.GioPolicyStudioFlowsMenuComponent, typeof i3.GioPolicyStudioDetailsComponent, typeof i4.GioPolicyStudioFlowExecutionFormDialogComponent, typeof i5.GioPolicyStudioFlowMessageFormDialogComponent, typeof i6.GioPolicyStudioFlowProxyFormDialogComponent, typeof i7.GioPolicyStudioDetailsInfoBarComponent, typeof i8.GioPolicyStudioDetailsPhaseComponent, typeof i9.GioPolicyStudioDetailsPhaseStepComponent, typeof i10.GioFilterConnectorsByModePipe, typeof i11.GioPolicyStudioPoliciesCatalogDialogComponent, typeof i12.GioPolicyStudioStepEditDialogComponent, typeof i13.GioPolicyStudioStepFormComponent], [typeof i14.CommonModule, typeof i15.ReactiveFormsModule, typeof i16.MatButtonModule, typeof i17.MatTooltipModule, typeof i18.MatFormFieldModule, typeof i19.MatInputModule, typeof i20.MatSelectModule, typeof i21.MatSlideToggleModule, typeof i22.MatDialogModule, typeof i23.MatTabsModule, typeof i24.MatMenuModule, typeof i25.GioIconsModule, typeof i25.GioFormSlideToggleModule, typeof i25.GioFormTagsInputModule, typeof i25.GioBannerModule, typeof i25.GioFormJsonSchemaModule, typeof i25.GioAsciidoctorModule], [typeof i1.GioPolicyStudioComponent]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GioPolicyStudioModule, [typeof i1.GioPolicyStudioComponent, typeof i2.GioPolicyStudioFlowsMenuComponent, typeof i3.GioPolicyStudioDetailsComponent, typeof i4.GioPolicyStudioFlowExecutionFormDialogComponent, typeof i5.GioPolicyStudioFlowMessageFormDialogComponent, typeof i6.GioPolicyStudioFlowProxyFormDialogComponent, typeof i7.GioPolicyStudioDetailsInfoBarComponent, typeof i8.GioPolicyStudioDetailsPhaseComponent, typeof i9.GioPolicyStudioDetailsPhaseStepComponent, typeof i10.GioFilterConnectorsByModePipe, typeof i11.GioPolicyStudioPoliciesCatalogDialogComponent, typeof i12.GioPolicyStudioStepEditDialogComponent, typeof i13.GioPolicyStudioStepFormComponent], [typeof i14.CommonModule, typeof i15.ReactiveFormsModule, typeof i16.MatButtonModule, typeof i17.MatTooltipModule, typeof i18.MatFormFieldModule, typeof i19.MatInputModule, typeof i20.MatSelectModule, typeof i21.MatSlideToggleModule, typeof i22.MatDialogModule, typeof i23.MatTabsModule, typeof i24.MatMenuModule, typeof i25.GioIconsModule, typeof i25.GioFormSlideToggleModule, typeof i25.GioFormTagsInputModule, typeof i25.GioBannerModule, typeof i25.GioFormJsonSchemaModule, typeof i25.GioAsciidoctorModule, typeof i25.GioLoaderModule], [typeof i1.GioPolicyStudioComponent]>;
30
30
  static ɵinj: i0.ɵɵInjectorDeclaration<GioPolicyStudioModule>;
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-policy-studio-angular",
3
- "version": "7.18.0",
3
+ "version": "7.19.0",
4
4
  "description": "Gravitee.io - UI Policy Studio Angular",
5
5
  "repository": {
6
6
  "type": "git",