@gravitee/ui-policy-studio-angular 7.58.0 → 8.0.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.
- package/esm2020/lib/components/filter-pipe/gio-flter-connectors-by-mode.pipe.mjs +4 -4
- package/esm2020/lib/components/flow-details/gio-ps-flow-details.component.mjs +11 -11
- package/esm2020/lib/components/flow-details-info-bar/gio-ps-flow-details-info-bar.component.mjs +6 -6
- package/esm2020/lib/components/flow-details-phase/gio-ps-flow-details-phase.component.mjs +9 -9
- package/esm2020/lib/components/flow-details-phase-step/gio-ps-flow-details-phase-step.component.mjs +6 -6
- package/esm2020/lib/components/flow-execution-form-dialog/gio-ps-flow-execution-form-dialog.component.mjs +13 -13
- package/esm2020/lib/components/flow-form-dialog/flow-message-form-dialog/gio-ps-flow-message-form-dialog.component.mjs +20 -20
- package/esm2020/lib/components/flow-form-dialog/flow-proxy-form-dialog/gio-ps-flow-proxy-form-dialog.component.mjs +20 -20
- package/esm2020/lib/components/flows-menu/gio-ps-flows-menu.component.mjs +8 -8
- package/esm2020/lib/components/policies-catalog-dialog/gio-ps-policies-catalog-dialog.component.mjs +18 -18
- package/esm2020/lib/components/step-edit-dialog/gio-ps-step-edit-dialog.component.mjs +7 -7
- package/esm2020/lib/components/step-form/gio-ps-step-form.component.mjs +14 -14
- package/esm2020/lib/gio-policy-studio.component.mjs +9 -9
- package/esm2020/lib/gio-policy-studio.module.mjs +23 -25
- package/fesm2015/gravitee-ui-policy-studio-angular.mjs +99 -101
- package/fesm2015/gravitee-ui-policy-studio-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-policy-studio-angular.mjs +99 -101
- package/fesm2020/gravitee-ui-policy-studio-angular.mjs.map +1 -1
- package/lib/components/filter-pipe/gio-flter-connectors-by-mode.pipe.d.ts +1 -1
- package/lib/components/flow-details/gio-ps-flow-details.component.d.ts +1 -1
- package/lib/components/flow-details-info-bar/gio-ps-flow-details-info-bar.component.d.ts +1 -1
- package/lib/components/flow-details-phase/gio-ps-flow-details-phase.component.d.ts +1 -1
- package/lib/components/flow-details-phase-step/gio-ps-flow-details-phase-step.component.d.ts +1 -1
- package/lib/components/flow-execution-form-dialog/gio-ps-flow-execution-form-dialog.component.d.ts +3 -3
- package/lib/components/flow-form-dialog/flow-message-form-dialog/gio-ps-flow-message-form-dialog.component.d.ts +3 -3
- package/lib/components/flow-form-dialog/flow-proxy-form-dialog/gio-ps-flow-proxy-form-dialog.component.d.ts +3 -3
- package/lib/components/flows-menu/gio-ps-flows-menu.component.d.ts +1 -1
- package/lib/components/policies-catalog-dialog/gio-ps-policies-catalog-dialog.component.d.ts +4 -4
- package/lib/components/step-edit-dialog/gio-ps-step-edit-dialog.component.d.ts +1 -1
- package/lib/components/step-form/gio-ps-step-form.component.d.ts +3 -3
- package/lib/gio-policy-studio.component.d.ts +1 -1
- package/package.json +8 -8
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class GioFilterConnectorsByModePipe implements PipeTransform {
|
|
5
5
|
transform(items: ConnectorInfo[], mode: ConnectorMode, activeModes?: ConnectorMode[]): ConnectorInfo[];
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioFilterConnectorsByModePipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GioFilterConnectorsByModePipe, "gioFilterConnectorsByMode">;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GioFilterConnectorsByModePipe, "gioFilterConnectorsByMode", false>;
|
|
8
8
|
}
|
|
@@ -22,5 +22,5 @@ export declare class GioPolicyStudioDetailsComponent implements OnChanges {
|
|
|
22
22
|
onDeleteFlow(): void;
|
|
23
23
|
onStepsChange(flowPhase: 'request' | 'response' | 'publish' | 'subscribe', steps: Step[]): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioDetailsComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsComponent, "gio-ps-flow-details", never, { "loading": "loading"; "apiType": "apiType"; "flow": "flow"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "policies": "policies"; "trialUrl": "trialUrl"; }, { "flowChange": "flowChange"; "deleteFlow": "deleteFlow"; }, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsComponent, "gio-ps-flow-details", never, { "loading": "loading"; "apiType": "apiType"; "flow": "flow"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "policies": "policies"; "trialUrl": "trialUrl"; }, { "flowChange": "flowChange"; "deleteFlow": "deleteFlow"; }, never, never, false>;
|
|
26
26
|
}
|
|
@@ -16,5 +16,5 @@ export declare class GioPolicyStudioDetailsInfoBarComponent {
|
|
|
16
16
|
class: string;
|
|
17
17
|
}[] | undefined;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioDetailsInfoBarComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsInfoBarComponent, "gio-ps-flow-details-info-bar", never, { "flow": "flow"; "entrypointsInfo": "entrypointsInfo"; }, {}, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsInfoBarComponent, "gio-ps-flow-details-info-bar", never, { "flow": "flow"; "entrypointsInfo": "entrypointsInfo"; }, {}, never, never, false>;
|
|
20
20
|
}
|
|
@@ -34,6 +34,6 @@ export declare class GioPolicyStudioDetailsPhaseComponent implements OnChanges {
|
|
|
34
34
|
onStepDeleted(index: number): void;
|
|
35
35
|
onStepDisabled(index: number): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioDetailsPhaseComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsPhaseComponent, "gio-ps-flow-details-phase", never, { "steps": "steps"; "name": "name"; "description": "description"; "startConnector": "startConnector"; "endConnector": "endConnector"; "apiType": "apiType"; "policies": "policies"; "policyExecutionPhase": "policyExecutionPhase"; "trialUrl": "trialUrl"; }, { "stepsChange": "stepsChange"; }, never, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsPhaseComponent, "gio-ps-flow-details-phase", never, { "steps": "steps"; "name": "name"; "description": "description"; "startConnector": "startConnector"; "endConnector": "endConnector"; "apiType": "apiType"; "policies": "policies"; "policyExecutionPhase": "policyExecutionPhase"; "trialUrl": "trialUrl"; }, { "stepsChange": "stepsChange"; }, never, never, false>;
|
|
38
38
|
}
|
|
39
39
|
export {};
|
package/lib/components/flow-details-phase-step/gio-ps-flow-details-phase-step.component.d.ts
CHANGED
|
@@ -16,5 +16,5 @@ export declare class GioPolicyStudioDetailsPhaseStepComponent implements OnChang
|
|
|
16
16
|
onDisable(): void;
|
|
17
17
|
onDelete(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioDetailsPhaseStepComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsPhaseStepComponent, "gio-ps-flow-details-phase-step", never, { "step": "step"; "policies": "policies"; }, { "stepChange": "stepChange"; "deleted": "deleted"; "disabled": "disabled"; }, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioDetailsPhaseStepComponent, "gio-ps-flow-details-phase-step", never, { "step": "step"; "policies": "policies"; }, { "stepChange": "stepChange"; "deleted": "deleted"; "disabled": "disabled"; }, never, never, false>;
|
|
20
20
|
}
|
package/lib/components/flow-execution-form-dialog/gio-ps-flow-execution-form-dialog.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { FlowExecution } from '../../models';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare type GioPolicyStudioFlowExecutionFormDialogData = {
|
|
@@ -7,10 +7,10 @@ export declare type GioPolicyStudioFlowExecutionFormDialogData = {
|
|
|
7
7
|
};
|
|
8
8
|
export declare class GioPolicyStudioFlowExecutionFormDialogComponent {
|
|
9
9
|
dialogRef: MatDialogRef<GioPolicyStudioFlowExecutionFormDialogComponent, FlowExecution | undefined>;
|
|
10
|
-
flowExecutionFormGroup?:
|
|
10
|
+
flowExecutionFormGroup?: UntypedFormGroup;
|
|
11
11
|
existingFlowExecution?: FlowExecution;
|
|
12
12
|
constructor(dialogRef: MatDialogRef<GioPolicyStudioFlowExecutionFormDialogComponent, FlowExecution | undefined>, flowDialogData: GioPolicyStudioFlowExecutionFormDialogData);
|
|
13
13
|
onSubmit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioFlowExecutionFormDialogComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowExecutionFormDialogComponent, "gio-ps-flow-execution-form-dialog", never, {}, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowExecutionFormDialogComponent, "gio-ps-flow-execution-form-dialog", never, {}, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { FlowVM } from '../../../gio-policy-studio.model';
|
|
4
4
|
import { ConnectorInfo } from '../../../models';
|
|
5
5
|
import { GioPolicyStudioFlowFormDialogResult } from '../gio-ps-flow-form-dialog-result.model';
|
|
@@ -11,11 +11,11 @@ export declare type GioPolicyStudioFlowMessageFormDialogData = {
|
|
|
11
11
|
export declare class GioPolicyStudioFlowMessageFormDialogComponent {
|
|
12
12
|
dialogRef: MatDialogRef<GioPolicyStudioFlowMessageFormDialogComponent, GioPolicyStudioFlowFormDialogResult>;
|
|
13
13
|
entrypoints: ConnectorInfo[];
|
|
14
|
-
flowFormGroup?:
|
|
14
|
+
flowFormGroup?: UntypedFormGroup;
|
|
15
15
|
existingFlow?: FlowVM;
|
|
16
16
|
mode: 'create' | 'edit';
|
|
17
17
|
constructor(dialogRef: MatDialogRef<GioPolicyStudioFlowMessageFormDialogComponent, GioPolicyStudioFlowFormDialogResult>, flowDialogData: GioPolicyStudioFlowMessageFormDialogData);
|
|
18
18
|
onSubmit(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioFlowMessageFormDialogComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowMessageFormDialogComponent, "gio-ps-flow-message-form-dialog", never, {}, {}, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowMessageFormDialogComponent, "gio-ps-flow-message-form-dialog", never, {}, {}, never, never, false>;
|
|
21
21
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { FlowVM } from '../../../gio-policy-studio.model';
|
|
4
4
|
import { HttpMethod } from '../../../models';
|
|
5
5
|
import { GioPolicyStudioFlowFormDialogResult } from '../gio-ps-flow-form-dialog-result.model';
|
|
@@ -10,7 +10,7 @@ export declare type GioPolicyStudioFlowProxyFormDialogData = {
|
|
|
10
10
|
declare type HttpMethodVM = HttpMethod | 'ALL';
|
|
11
11
|
export declare class GioPolicyStudioFlowProxyFormDialogComponent {
|
|
12
12
|
dialogRef: MatDialogRef<GioPolicyStudioFlowProxyFormDialogComponent, GioPolicyStudioFlowFormDialogResult>;
|
|
13
|
-
flowFormGroup?:
|
|
13
|
+
flowFormGroup?: UntypedFormGroup;
|
|
14
14
|
existingFlow?: FlowVM;
|
|
15
15
|
mode: 'create' | 'edit';
|
|
16
16
|
methods: HttpMethodVM[];
|
|
@@ -18,7 +18,7 @@ export declare class GioPolicyStudioFlowProxyFormDialogComponent {
|
|
|
18
18
|
onSubmit(): void;
|
|
19
19
|
tagValidationHook(tag: string, validationCb: (shouldAddTag: boolean) => void): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioFlowProxyFormDialogComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowProxyFormDialogComponent, "gio-ps-flow-proxy-form-dialog", never, {}, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioFlowProxyFormDialogComponent, "gio-ps-flow-proxy-form-dialog", never, {}, {}, never, never, false>;
|
|
22
22
|
}
|
|
23
23
|
export declare const sanitizePath: (path: string) => string;
|
|
24
24
|
export {};
|
|
@@ -34,6 +34,6 @@ export declare class GioPolicyStudioFlowsMenuComponent implements OnChanges {
|
|
|
34
34
|
onAddFlow(flowGroup: FlowGroupVM): void;
|
|
35
35
|
onConfigureExecution(flowExecution: FlowExecution): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioFlowsMenuComponent, never>;
|
|
37
|
-
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>;
|
|
37
|
+
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, false>;
|
|
38
38
|
}
|
|
39
39
|
export {};
|
package/lib/components/policies-catalog-dialog/gio-ps-policies-catalog-dialog.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import {
|
|
3
|
+
import { UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
4
4
|
import { ApiType, ExecutionPhase, Policy, Step } from '../../models';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare type GioPolicyStudioPoliciesCatalogDialogData = {
|
|
@@ -21,8 +21,8 @@ export declare class GioPolicyStudioPoliciesCatalogDialogComponent implements On
|
|
|
21
21
|
stepToAdd?: Step;
|
|
22
22
|
categories: string[];
|
|
23
23
|
isValid: boolean;
|
|
24
|
-
selectedCategoriesControl?:
|
|
25
|
-
filtersForm:
|
|
24
|
+
selectedCategoriesControl?: UntypedFormControl;
|
|
25
|
+
filtersForm: UntypedFormGroup;
|
|
26
26
|
private allPolicies;
|
|
27
27
|
private unsubscribe$;
|
|
28
28
|
isUnlicensed: boolean;
|
|
@@ -35,6 +35,6 @@ export declare class GioPolicyStudioPoliciesCatalogDialogComponent implements On
|
|
|
35
35
|
onAddPolicy(): void;
|
|
36
36
|
onGoBack(): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioPoliciesCatalogDialogComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioPoliciesCatalogDialogComponent, "gio-ps-policies-catalog-dialog", never, {}, {}, never, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioPoliciesCatalogDialogComponent, "gio-ps-policies-catalog-dialog", never, {}, {}, never, never, false>;
|
|
39
39
|
}
|
|
40
40
|
export {};
|
|
@@ -14,5 +14,5 @@ export declare class GioPolicyStudioStepEditDialogComponent {
|
|
|
14
14
|
constructor(dialogRef: MatDialogRef<GioPolicyStudioStepEditDialogComponent, GioPolicyStudioStepEditDialogResult>, flowDialogData: GioPolicyStudioStepEditDialogData);
|
|
15
15
|
onSave(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioStepEditDialogComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioStepEditDialogComponent, "gio-ps-step-edit-dialog", never, {}, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioStepEditDialogComponent, "gio-ps-step-edit-dialog", never, {}, {}, never, never, false>;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { GioJsonSchema } from '@gravitee/ui-particles-angular';
|
|
5
5
|
import { GioPolicyStudioService } from '../../gio-policy-studio.service';
|
|
@@ -13,7 +13,7 @@ export declare class GioPolicyStudioStepFormComponent implements OnChanges, OnIn
|
|
|
13
13
|
isValid: EventEmitter<boolean>;
|
|
14
14
|
policySchema$?: Observable<GioJsonSchema | null | undefined>;
|
|
15
15
|
policyDocumentation$?: Observable<string>;
|
|
16
|
-
stepForm?:
|
|
16
|
+
stepForm?: UntypedFormGroup;
|
|
17
17
|
private unsubscribe$;
|
|
18
18
|
constructor(policyStudioService: GioPolicyStudioService);
|
|
19
19
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -22,5 +22,5 @@ export declare class GioPolicyStudioStepFormComponent implements OnChanges, OnIn
|
|
|
22
22
|
private initStepForm;
|
|
23
23
|
onJsonSchemaReady(isReady: boolean): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioStepFormComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioStepFormComponent, "gio-ps-step-form", never, { "step": "step"; "policy": "policy"; }, { "stepChange": "stepChange"; "isValid": "isValid"; }, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioStepFormComponent, "gio-ps-step-form", never, { "step": "step"; "policy": "policy"; }, { "stepChange": "stepChange"; "isValid": "isValid"; }, never, never, false>;
|
|
26
26
|
}
|
|
@@ -74,5 +74,5 @@ export declare class GioPolicyStudioComponent implements OnChanges, OnDestroy {
|
|
|
74
74
|
onDeleteSelectedFlow(flow: FlowVM): void;
|
|
75
75
|
onSave(): void;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioComponent, "gio-policy-studio", never, { "apiType": "apiType"; "flowExecution": "flowExecution"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "commonFlows": "commonFlows"; "plans": "plans"; "policies": "policies"; "trialUrl": "trialUrl"; "loading": "loading"; "policySchemaFetcher": "policySchemaFetcher"; "policyDocumentationFetcher": "policyDocumentationFetcher"; }, { "save": "save"; }, never, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioPolicyStudioComponent, "gio-policy-studio", never, { "apiType": "apiType"; "flowExecution": "flowExecution"; "entrypointsInfo": "entrypointsInfo"; "endpointsInfo": "endpointsInfo"; "commonFlows": "commonFlows"; "plans": "plans"; "policies": "policies"; "trialUrl": "trialUrl"; "loading": "loading"; "policySchemaFetcher": "policySchemaFetcher"; "policyDocumentationFetcher": "policyDocumentationFetcher"; }, { "save": "save"; }, never, never, false>;
|
|
78
78
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/ui-policy-studio-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Gravitee.io - UI Policy Studio Angular",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@angular/animations": "^
|
|
15
|
-
"@angular/cdk": "^
|
|
16
|
-
"@angular/common": "^
|
|
17
|
-
"@angular/core": "^
|
|
18
|
-
"@angular/forms": "^
|
|
19
|
-
"@angular/material": "^
|
|
14
|
+
"@angular/animations": "^14.0.0",
|
|
15
|
+
"@angular/cdk": "^14.0.0",
|
|
16
|
+
"@angular/common": "^14.0.0",
|
|
17
|
+
"@angular/core": "^14.0.0",
|
|
18
|
+
"@angular/forms": "^14.0.0",
|
|
19
|
+
"@angular/material": "^14.0.0",
|
|
20
20
|
"@gravitee/ui-particles-angular": "*",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
|
-
"rxjs": "^6.6.0"
|
|
22
|
+
"rxjs": "^6.6.0 || ~7.5.0"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|