@gravitee/ui-policy-studio-angular 17.7.4 → 17.7.5

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
@@ -316,6 +316,7 @@ declare class GioPolicyStudioComponent implements OnChanges, OnDestroy {
316
316
  save: EventEmitter<SaveOutput>;
317
317
  connectorsTooltip: string;
318
318
  selectedFlow?: FlowVM;
319
+ selectedFlowIsPlan: boolean;
319
320
  flowsGroups: FlowGroupVM[];
320
321
  disableSaveButton: boolean;
321
322
  saving: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-policy-studio-angular",
3
- "version": "17.7.4",
3
+ "version": "17.7.5",
4
4
  "description": "Gravitee.io - UI Policy Studio Angular",
5
5
  "repository": {
6
6
  "type": "git",