@valtimo/migration 4.15.3-next-main.14 → 4.15.3-next-main.15

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.
@@ -1,15 +1,15 @@
1
- import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { NGXLogger } from 'ngx-logger';
3
- export declare class MigrationProcessDiagramComponent implements OnInit, OnDestroy {
4
- private logger;
5
- private bpmnJS;
6
- flowNodeMap: any;
7
- el: ElementRef;
8
- name: string;
9
- loaded: EventEmitter<any>;
10
- constructor(logger: NGXLogger);
11
- ngOnInit(): void;
12
- ngOnDestroy(): void;
13
- clear(): void;
14
- loadXml(xml: string): void;
15
- }
1
+ import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { NGXLogger } from 'ngx-logger';
3
+ export declare class MigrationProcessDiagramComponent implements OnInit, OnDestroy {
4
+ private logger;
5
+ private bpmnJS;
6
+ flowNodeMap: any;
7
+ el: ElementRef;
8
+ name: string;
9
+ loaded: EventEmitter<any>;
10
+ constructor(logger: NGXLogger);
11
+ ngOnInit(): void;
12
+ ngOnDestroy(): void;
13
+ clear(): void;
14
+ loadXml(xml: string): void;
15
+ }
@@ -1,2 +1,2 @@
1
- export declare class MigrationRoutingModule {
2
- }
1
+ export declare class MigrationRoutingModule {
2
+ }
@@ -1,54 +1,54 @@
1
- import { AfterViewInit, OnInit } from '@angular/core';
2
- import { ProcessService } from '@valtimo/process';
3
- import { ProcessDefinition } from '@valtimo/contract';
4
- import { MigrationProcessDiagramComponent } from './migration-process-diagram/migration-process-diagram.component';
5
- import { NGXLogger } from 'ngx-logger';
6
- import { AlertService } from '@valtimo/components';
7
- export declare class MigrationComponent implements OnInit, AfterViewInit {
8
- private processService;
9
- private logger;
10
- private alertService;
11
- processDefinitions: ProcessDefinition[];
12
- selectedVersions: {
13
- source: any[];
14
- target: any[];
15
- };
16
- selectedId: {
17
- source: any;
18
- target: any;
19
- };
20
- loaded: {
21
- source: boolean;
22
- target: boolean;
23
- };
24
- fields: {
25
- source: {
26
- definition: any;
27
- version: any;
28
- };
29
- target: {
30
- definition: any;
31
- version: any;
32
- };
33
- };
34
- processCount: number | null;
35
- uniqueFlowNodeMap: any[];
36
- taskMapping: any;
37
- sourceDiagram: MigrationProcessDiagramComponent;
38
- targetDiagram: MigrationProcessDiagramComponent;
39
- diagram: any;
40
- constructor(processService: ProcessService, logger: NGXLogger, alertService: AlertService);
41
- ngOnInit(): void;
42
- ngAfterViewInit(): void;
43
- get taskMappingLength(): number;
44
- loadProcessDefinitions(): void;
45
- loadProcessDefinitionVersions(key: string | null, type: string): void;
46
- loadProcess(id: string | null, type: string): void;
47
- private clearProcess;
48
- loadProcessDefinitionXML(id: string, type: string): void;
49
- loadProcessCount(id: string): void;
50
- setUniqueFlowNodeMap(): void;
51
- getFilteredTargetFlowNodeMap(flowNodeType: any): any;
52
- diagramLoaded(diagramName: string): void;
53
- migrateProcess(): void;
54
- }
1
+ import { AfterViewInit, OnInit } from '@angular/core';
2
+ import { ProcessService } from '@valtimo/process';
3
+ import { ProcessDefinition } from '@valtimo/contract';
4
+ import { MigrationProcessDiagramComponent } from './migration-process-diagram/migration-process-diagram.component';
5
+ import { NGXLogger } from 'ngx-logger';
6
+ import { AlertService } from '@valtimo/components';
7
+ export declare class MigrationComponent implements OnInit, AfterViewInit {
8
+ private processService;
9
+ private logger;
10
+ private alertService;
11
+ processDefinitions: ProcessDefinition[];
12
+ selectedVersions: {
13
+ source: any[];
14
+ target: any[];
15
+ };
16
+ selectedId: {
17
+ source: any;
18
+ target: any;
19
+ };
20
+ loaded: {
21
+ source: boolean;
22
+ target: boolean;
23
+ };
24
+ fields: {
25
+ source: {
26
+ definition: any;
27
+ version: any;
28
+ };
29
+ target: {
30
+ definition: any;
31
+ version: any;
32
+ };
33
+ };
34
+ processCount: number | null;
35
+ uniqueFlowNodeMap: any[];
36
+ taskMapping: any;
37
+ sourceDiagram: MigrationProcessDiagramComponent;
38
+ targetDiagram: MigrationProcessDiagramComponent;
39
+ diagram: any;
40
+ constructor(processService: ProcessService, logger: NGXLogger, alertService: AlertService);
41
+ ngOnInit(): void;
42
+ ngAfterViewInit(): void;
43
+ get taskMappingLength(): number;
44
+ loadProcessDefinitions(): void;
45
+ loadProcessDefinitionVersions(key: string | null, type: string): void;
46
+ loadProcess(id: string | null, type: string): void;
47
+ private clearProcess;
48
+ loadProcessDefinitionXML(id: string, type: string): void;
49
+ loadProcessCount(id: string): void;
50
+ setUniqueFlowNodeMap(): void;
51
+ getFilteredTargetFlowNodeMap(flowNodeType: any): any;
52
+ diagramLoaded(diagramName: string): void;
53
+ migrateProcess(): void;
54
+ }
@@ -1,2 +1,2 @@
1
- export declare class MigrationModule {
2
- }
1
+ export declare class MigrationModule {
2
+ }
@@ -1,3 +1,3 @@
1
- export declare class MigrationService {
2
- constructor();
3
- }
1
+ export declare class MigrationService {
2
+ constructor();
3
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/migration",
3
3
  "license": "EUPL-1.2",
4
- "version": "4.15.3-next-main.14",
4
+ "version": "4.15.3-next-main.15",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^10.0.11",
7
7
  "@angular/core": "^10.0.11"
package/public-api.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './lib/migration.service';
2
- export * from './lib/migration.component';
3
- export * from './lib/migration.module';
1
+ export * from './lib/migration.service';
2
+ export * from './lib/migration.component';
3
+ export * from './lib/migration.module';
@@ -1,6 +1,6 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- export { MigrationProcessDiagramComponent as ɵa } from './lib/migration-process-diagram/migration-process-diagram.component';
6
- export { MigrationRoutingModule as ɵb } from './lib/migration-routing.module';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
+ export { MigrationProcessDiagramComponent as ɵa } from './lib/migration-process-diagram/migration-process-diagram.component';
6
+ export { MigrationRoutingModule as ɵb } from './lib/migration-routing.module';