@lowcodeunit/applications-flow-common 1.33.264-lets-get-social-ish → 1.33.265-krakyn-app

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/lcu.api.d.ts CHANGED
@@ -77,3 +77,4 @@ export * from './lib/dialogs/source-control-dialog/source-control-dialog.compone
77
77
  export * from './lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component';
78
78
  export * from './lib/controls/edit-application-form/edit-application-form.component';
79
79
  export * from './lib/elements/breadcrumb/breadcrumb.component';
80
+ export * from './lib/elements/flow-tool/flow-tool.component';
@@ -1,11 +1,9 @@
1
1
  import { Injector, OnInit } from '@angular/core';
2
2
  import { ApplicationsFlowState } from '../../state/applications-flow.state';
3
- import { ApplicationsFlowService } from '../../services/applications-flow.service';
4
3
  import { ProjectService } from '../../services/project.service';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class FlowToolComponent implements OnInit {
7
6
  protected injector: Injector;
8
- protected appsFlowSvc: ApplicationsFlowService;
9
7
  protected projectService: ProjectService;
10
8
  State: ApplicationsFlowState;
11
9
  KrakynData: any;
@@ -16,7 +14,7 @@ export declare class FlowToolComponent implements OnInit {
16
14
  Target: string;
17
15
  Class?: string;
18
16
  }>;
19
- constructor(injector: Injector, appsFlowSvc: ApplicationsFlowService, projectService: ProjectService);
17
+ constructor(injector: Injector, projectService: ProjectService);
20
18
  ngOnInit(): void;
21
19
  /**
22
20
  * Import tool data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.33.264-lets-get-social-ish",
3
+ "version": "1.33.265-krakyn-app",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },