@valtimo/process-link 0.0.0-test
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/README.md +32 -0
- package/fesm2022/valtimo-process-link.mjs +4724 -0
- package/fesm2022/valtimo-process-link.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/components/choose-process-link-type/choose-process-link-type.component.d.ts +12 -0
- package/lib/components/choose-process-link-type/choose-process-link-type.component.d.ts.map +1 -0
- package/lib/components/choose-process-link-type/index.d.ts +2 -0
- package/lib/components/choose-process-link-type/index.d.ts.map +1 -0
- package/lib/components/configure-building-block-mappings/configure-building-block-mappings.component.d.ts +91 -0
- package/lib/components/configure-building-block-mappings/configure-building-block-mappings.component.d.ts.map +1 -0
- package/lib/components/configure-building-block-plugins/configure-building-block-plugins.component.d.ts +49 -0
- package/lib/components/configure-building-block-plugins/configure-building-block-plugins.component.d.ts.map +1 -0
- package/lib/components/configure-building-block-plugins/index.d.ts +2 -0
- package/lib/components/configure-building-block-plugins/index.d.ts.map +1 -0
- package/lib/components/form-display-configuration/form-display-configuration.component.d.ts +42 -0
- package/lib/components/form-display-configuration/form-display-configuration.component.d.ts.map +1 -0
- package/lib/components/form-flow/form-flow.component.d.ts +54 -0
- package/lib/components/form-flow/form-flow.component.d.ts.map +1 -0
- package/lib/components/form-flow-configuration-container/form-flow-configuration-container.component.d.ts +30 -0
- package/lib/components/form-flow-configuration-container/form-flow-configuration-container.component.d.ts.map +1 -0
- package/lib/components/form-flow-configuration-container/index.d.ts +2 -0
- package/lib/components/form-flow-configuration-container/index.d.ts.map +1 -0
- package/lib/components/form-link-process-diagram/form-link-process-diagram.component.d.ts +34 -0
- package/lib/components/form-link-process-diagram/form-link-process-diagram.component.d.ts.map +1 -0
- package/lib/components/import-plugin-configuration/import-plugin-configuration.component.d.ts +48 -0
- package/lib/components/import-plugin-configuration/import-plugin-configuration.component.d.ts.map +1 -0
- package/lib/components/plugin-action-configuration/plugin-action-configuration.component.d.ts +39 -0
- package/lib/components/plugin-action-configuration/plugin-action-configuration.component.d.ts.map +1 -0
- package/lib/components/process-link/process-link.component.d.ts +14 -0
- package/lib/components/process-link/process-link.component.d.ts.map +1 -0
- package/lib/components/process-link-modal/process-link-modal.component.d.ts +39 -0
- package/lib/components/process-link-modal/process-link-modal.component.d.ts.map +1 -0
- package/lib/components/select-building-block/index.d.ts +2 -0
- package/lib/components/select-building-block/index.d.ts.map +1 -0
- package/lib/components/select-building-block/select-building-block.component.d.ts +29 -0
- package/lib/components/select-building-block/select-building-block.component.d.ts.map +1 -0
- package/lib/components/select-form/index.d.ts +2 -0
- package/lib/components/select-form/index.d.ts.map +1 -0
- package/lib/components/select-form/select-form.component.d.ts +43 -0
- package/lib/components/select-form/select-form.component.d.ts.map +1 -0
- package/lib/components/select-form-flow/index.d.ts +2 -0
- package/lib/components/select-form-flow/index.d.ts.map +1 -0
- package/lib/components/select-form-flow/select-form-flow.component.d.ts +40 -0
- package/lib/components/select-form-flow/select-form-flow.component.d.ts.map +1 -0
- package/lib/components/select-plugin-action/select-plugin-action.component.d.ts +29 -0
- package/lib/components/select-plugin-action/select-plugin-action.component.d.ts.map +1 -0
- package/lib/components/select-plugin-configuration/select-plugin-configuration.component.d.ts +37 -0
- package/lib/components/select-plugin-configuration/select-plugin-configuration.component.d.ts.map +1 -0
- package/lib/components/select-ui-component/select-ui-component.component.d.ts +28 -0
- package/lib/components/select-ui-component/select-ui-component.component.d.ts.map +1 -0
- package/lib/constants/index.d.ts +3 -0
- package/lib/constants/index.d.ts.map +1 -0
- package/lib/constants/injection-tokens.d.ts +6 -0
- package/lib/constants/injection-tokens.d.ts.map +1 -0
- package/lib/constants/process.link.d.ts +6 -0
- package/lib/constants/process.link.d.ts.map +1 -0
- package/lib/models/building-block-field.model.d.ts +23 -0
- package/lib/models/building-block-field.model.d.ts.map +1 -0
- package/lib/models/form-custom-component.model.d.ts +16 -0
- package/lib/models/form-custom-component.model.d.ts.map +1 -0
- package/lib/models/form-flow.model.d.ts +18 -0
- package/lib/models/form-flow.model.d.ts.map +1 -0
- package/lib/models/form-link.model.d.ts +59 -0
- package/lib/models/form-link.model.d.ts.map +1 -0
- package/lib/models/index.d.ts +7 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/plugin.model.d.ts +10 -0
- package/lib/models/plugin.model.d.ts.map +1 -0
- package/lib/models/process-link-url.model.d.ts +5 -0
- package/lib/models/process-link-url.model.d.ts.map +1 -0
- package/lib/models/process-link.model.d.ts +235 -0
- package/lib/models/process-link.model.d.ts.map +1 -0
- package/lib/process-link-routing.module.d.ts +8 -0
- package/lib/process-link-routing.module.d.ts.map +1 -0
- package/lib/process-link.module.d.ts +31 -0
- package/lib/process-link.module.d.ts.map +1 -0
- package/lib/services/building-block-state.service.d.ts +64 -0
- package/lib/services/building-block-state.service.d.ts.map +1 -0
- package/lib/services/form-flow-component.service.d.ts +13 -0
- package/lib/services/form-flow-component.service.d.ts.map +1 -0
- package/lib/services/form-flow.service.d.ts +20 -0
- package/lib/services/form-flow.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +12 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/plugin-state.service.d.ts +31 -0
- package/lib/services/plugin-state.service.d.ts.map +1 -0
- package/lib/services/process-link-building-block-api.service.d.ts +25 -0
- package/lib/services/process-link-building-block-api.service.d.ts.map +1 -0
- package/lib/services/process-link-button.service.d.ts +37 -0
- package/lib/services/process-link-button.service.d.ts.map +1 -0
- package/lib/services/process-link-state.service.d.ts +79 -0
- package/lib/services/process-link-state.service.d.ts.map +1 -0
- package/lib/services/process-link-step.service.d.ts +92 -0
- package/lib/services/process-link-step.service.d.ts.map +1 -0
- package/lib/services/process-link.service.d.ts +26 -0
- package/lib/services/process-link.service.d.ts.map +1 -0
- package/lib/services/url-resolver.service.d.ts +7 -0
- package/lib/services/url-resolver.service.d.ts.map +1 -0
- package/lib/services/url-validator.service.d.ts +11 -0
- package/lib/services/url-validator.service.d.ts.map +1 -0
- package/lib/utils/doc-prefix.utils.d.ts +3 -0
- package/lib/utils/doc-prefix.utils.d.ts.map +1 -0
- package/lib/utils/index.d.ts +2 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/package.json +24 -0
- package/public-api.d.ts +13 -0
- package/public-api.d.ts.map +1 -0
- package/valtimo-process-link.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/process-link/src/lib/components/select-form/index.ts"],"names":[],"mappings":"AAgBA,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { BuildingBlockManagementParams, CaseManagementParams } from '@valtimo/shared';
|
|
4
|
+
import { FormService } from '@valtimo/form';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import { FormDefinitionListItem, FormDisplayType, FormSize } from '../../models';
|
|
7
|
+
import { ProcessLinkButtonService, ProcessLinkService, ProcessLinkStateService } from '../../services';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class SelectFormComponent implements OnInit, OnDestroy {
|
|
10
|
+
private readonly formService;
|
|
11
|
+
private readonly stateService;
|
|
12
|
+
private readonly processLinkService;
|
|
13
|
+
private readonly buttonService;
|
|
14
|
+
private readonly route;
|
|
15
|
+
formDisplayValue: FormDisplayType;
|
|
16
|
+
formSizeValue: FormSize;
|
|
17
|
+
subtitlesValue: string[];
|
|
18
|
+
selectedFormDefinition: FormDefinitionListItem;
|
|
19
|
+
readonly saving$: Observable<boolean>;
|
|
20
|
+
readonly caseDefinitionId$: Observable<CaseManagementParams | undefined>;
|
|
21
|
+
readonly buildingBlockDefinitionId$: Observable<BuildingBlockManagementParams | undefined>;
|
|
22
|
+
private readonly formDefinitions$;
|
|
23
|
+
readonly formDefinitionListItems$: Observable<Array<FormDefinitionListItem>>;
|
|
24
|
+
private _subscriptions;
|
|
25
|
+
private isUserTask$;
|
|
26
|
+
private readonly _DEFAULT_FORM_DISPLAY_TYPE;
|
|
27
|
+
private readonly _DEFAULT_FORM_DISPLAY_SIZE;
|
|
28
|
+
constructor(formService: FormService, stateService: ProcessLinkStateService, processLinkService: ProcessLinkService, buttonService: ProcessLinkButtonService, route: ActivatedRoute);
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
selectFormDefinition(formDefinition: FormDefinitionListItem): void;
|
|
32
|
+
selectedFormDisplayValue(formDisplay: FormDisplayType): void;
|
|
33
|
+
selectedFormSizeValue(formSize: FormSize): void;
|
|
34
|
+
selectedSubtitlesValue(subtitles: string[]): void;
|
|
35
|
+
private openBackButtonSubscription;
|
|
36
|
+
private openSaveButtonSubscription;
|
|
37
|
+
private saveProcessLink;
|
|
38
|
+
private updateProcessLink;
|
|
39
|
+
private saveNewProcessLink;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectFormComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectFormComponent, "valtimo-select-form", never, {}, {}, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=select-form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-form.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/process-link/src/lib/components/select-form/select-form.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EACL,6BAA6B,EAC7B,oBAAoB,EAGrB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAuB,WAAW,EAAC,MAAM,eAAe,CAAC;AAChE,OAAO,EAAgD,UAAU,EAAoB,MAAM,MAAM,CAAC;AAElG,OAAO,EACL,sBAAsB,EACtB,eAAe,EAEf,QAAQ,EACT,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,gBAAgB,CAAC;;AAExB,qBAMa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IA6DzD,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,KAAK;IAhEjB,gBAAgB,EAAG,eAAe,CAAC;IACnC,aAAa,EAAG,QAAQ,CAAC;IACzB,cAAc,EAAE,MAAM,EAAE,CAAM;IAC9B,sBAAsB,EAAG,sBAAsB,CAAC;IAEvD,SAAgB,OAAO,sBAA6B;IACpD,SAAgB,iBAAiB,EAAE,UAAU,CAAC,oBAAoB,GAAG,SAAS,CAAC,CACpC;IAC3C,SAAgB,0BAA0B,EAAE,UAAU,CACpD,6BAA6B,GAAG,SAAS,CAC1C,CAAqD;IAEtD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAmB/B;IAEF,SAAgB,wBAAwB,EAAE,UAAU,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAkB/E;IAEJ,OAAO,CAAC,cAAc,CAAsB;IAC5C,OAAO,CAAC,WAAW,CAAuC;IAE1D,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAA4B;IACvE,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAsB;gBAG9C,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,uBAAuB,EACrC,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,wBAAwB,EACvC,KAAK,EAAE,cAAc;IAGjC,QAAQ,IAAI,IAAI;IAkBhB,WAAW,IAAI,IAAI;IAInB,oBAAoB,CAAC,cAAc,EAAE,sBAAsB,GAAG,IAAI;IAOlE,wBAAwB,CAAC,WAAW,EAAE,eAAe,GAAG,IAAI;IAI5D,qBAAqB,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI;IAI/C,sBAAsB,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAIxD,OAAO,CAAC,0BAA0B;IAalC,OAAO,CAAC,0BAA0B;IASlC,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,iBAAiB;IAwBzB,OAAO,CAAC,kBAAkB;yCArKf,mBAAmB;2CAAnB,mBAAmB;CAmM/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/process-link/src/lib/components/select-form-flow/index.ts"],"names":[],"mappings":"AAgBA,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { FormFlowService } from '@valtimo/form-flow-management';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { FormDefinitionListItem, FormDisplayType, FormSize } from '../../models';
|
|
6
|
+
import { ProcessLinkButtonService, ProcessLinkService, ProcessLinkStateService } from '../../services';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class SelectFormFlowComponent implements OnInit, OnDestroy {
|
|
9
|
+
private readonly formFlowService;
|
|
10
|
+
private readonly stateService;
|
|
11
|
+
private readonly processLinkService;
|
|
12
|
+
private readonly buttonService;
|
|
13
|
+
private readonly route;
|
|
14
|
+
formDisplayValue: FormDisplayType;
|
|
15
|
+
formSizeValue: FormSize;
|
|
16
|
+
selectedFormFlowDefinitionId: string;
|
|
17
|
+
subtitlesValue: string[];
|
|
18
|
+
readonly saving$: Observable<boolean>;
|
|
19
|
+
private readonly formFlowDefinitions$;
|
|
20
|
+
readonly formFlowDefinitionListItems$: Observable<Array<FormDefinitionListItem>>;
|
|
21
|
+
private _subscriptions;
|
|
22
|
+
private isUserTask$;
|
|
23
|
+
private readonly _DEFAULT_FORM_DISPLAY_TYPE;
|
|
24
|
+
private readonly _DEFAULT_FORM_DISPLAY_SIZE;
|
|
25
|
+
constructor(formFlowService: FormFlowService, stateService: ProcessLinkStateService, processLinkService: ProcessLinkService, buttonService: ProcessLinkButtonService, route: ActivatedRoute);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
selectedFormDisplayValue(formDisplay: FormDisplayType): void;
|
|
29
|
+
selectedFormSizeValue(formSize: FormSize): void;
|
|
30
|
+
selectFormFlowDefinition(formFlowDefinition: any): void;
|
|
31
|
+
selectedSubtitlesValue(subtitles: string[]): void;
|
|
32
|
+
private openBackButtonSubscription;
|
|
33
|
+
private openSaveButtonSubscription;
|
|
34
|
+
private saveFormFlowLink;
|
|
35
|
+
private updateProcessLink;
|
|
36
|
+
private saveNewProcessLink;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectFormFlowComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectFormFlowComponent, "valtimo-select-form-flow", never, {}, {}, never, never, false, never>;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=select-form-flow.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-form-flow.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/process-link/src/lib/components/select-form-flow/select-form-flow.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAS/C,OAAO,EAAC,eAAe,EAAyB,MAAM,+BAA+B,CAAC;AACtF,OAAO,EAAsC,UAAU,EAAwB,MAAM,MAAM,CAAC;AAG5F,OAAO,EACL,sBAAsB,EACtB,eAAe,EAGf,QAAQ,EACT,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,gBAAgB,CAAC;;AAExB,qBAMa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IA2D7D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,KAAK;IA9DjB,gBAAgB,EAAG,eAAe,CAAC;IACnC,aAAa,EAAG,QAAQ,CAAC;IACzB,4BAA4B,EAAE,MAAM,CAAC;IACrC,cAAc,EAAE,MAAM,EAAE,CAAM;IACrC,SAAgB,OAAO,sBAA6B;IACpD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAwBjC;IAEJ,SAAgB,4BAA4B,EAAE,UAAU,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAkBnF;IAEJ,OAAO,CAAC,cAAc,CAAsB;IAC5C,OAAO,CAAC,WAAW,CAAuC;IAE1D,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAA4B;IACvE,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAsB;gBAG9C,eAAe,EAAE,eAAe,EAChC,YAAY,EAAE,uBAAuB,EACrC,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,wBAAwB,EACvC,KAAK,EAAE,cAAc;IAGxC,QAAQ,IAAI,IAAI;IAkBhB,WAAW,IAAI,IAAI;IAIZ,wBAAwB,CAAC,WAAW,EAAE,eAAe,GAAG,IAAI;IAI5D,qBAAqB,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI;IAI/C,wBAAwB,CAAC,kBAAkB,EAAE,GAAG,GAAG,IAAI;IAQvD,sBAAsB,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAIxD,OAAO,CAAC,0BAA0B;IAalC,OAAO,CAAC,0BAA0B;IASlC,OAAO,CAAC,gBAAgB;IAOxB,OAAO,CAAC,iBAAiB;IAmBzB,OAAO,CAAC,kBAAkB;yCA5Jf,uBAAuB;2CAAvB,uBAAuB;CAoLnC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginDefinition, PluginFunction, PluginManagementService } from '@valtimo/plugin';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PluginStateService, ProcessLinkButtonService, ProcessLinkStateService, ProcessLinkStepService } from '../../services';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SelectPluginActionComponent implements OnInit, OnDestroy {
|
|
7
|
+
private readonly buttonService;
|
|
8
|
+
private readonly pluginManagementService;
|
|
9
|
+
private readonly stateService;
|
|
10
|
+
private readonly stepService;
|
|
11
|
+
private readonly processLinkStateService;
|
|
12
|
+
readonly pluginFunctions$: Observable<Array<PluginFunction> | undefined>;
|
|
13
|
+
readonly selectedPluginDefinition$: Observable<PluginDefinition>;
|
|
14
|
+
readonly selectedPluginFunction$: Observable<PluginFunction>;
|
|
15
|
+
private _subscriptions;
|
|
16
|
+
constructor(buttonService: ProcessLinkButtonService, pluginManagementService: PluginManagementService, stateService: PluginStateService, stepService: ProcessLinkStepService, processLinkStateService: ProcessLinkStateService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
selectFunction(pluginFunction: PluginFunction): void;
|
|
20
|
+
selected(event: {
|
|
21
|
+
value: string;
|
|
22
|
+
}): void;
|
|
23
|
+
stringify(object: object): string;
|
|
24
|
+
private openBackButtonSubscription;
|
|
25
|
+
private openNextButtonSubscription;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectPluginActionComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectPluginActionComponent, "valtimo-select-plugin-action", never, {}, {}, never, never, false, never>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=select-plugin-action.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-plugin-action.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/process-link/src/lib/components/select-plugin-action/select-plugin-action.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,gBAAgB,EAAE,cAAc,EAAE,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAC1F,OAAO,EAAgB,UAAU,EAAmB,MAAM,MAAM,CAAC;AAGjE,OAAO,EACL,kBAAkB,EAClB,wBAAwB,EACxB,uBAAuB,EACvB,sBAAsB,EACvB,MAAM,gBAAgB,CAAC;;AAExB,qBAMa,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAsBjE,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IAzB1C,SAAgB,gBAAgB,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,CAY7E;IACF,SAAgB,yBAAyB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CACzB;IAC9C,SAAgB,uBAAuB,EAAE,UAAU,CAAC,cAAc,CAAC,CACvB;IAE5C,OAAO,CAAC,cAAc,CAAsB;gBAGzB,aAAa,EAAE,wBAAwB,EACvC,uBAAuB,EAAE,uBAAuB,EAChD,YAAY,EAAE,kBAAkB,EAChC,WAAW,EAAE,sBAAsB,EACnC,uBAAuB,EAAE,uBAAuB;IAG5D,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,cAAc,CAAC,cAAc,EAAE,cAAc,GAAG,IAAI;IAIpD,QAAQ,CAAC,KAAK,EAAE;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,GAAG,IAAI;IAKtC,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;IAIxC,OAAO,CAAC,0BAA0B;IAalC,OAAO,CAAC,0BAA0B;yCAhEvB,2BAA2B;2CAA3B,2BAA2B;CA4EvC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginStateService } from '../../services/plugin-state.service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PluginConfiguration, PluginDefinition, PluginManagementService, PluginService, PluginTranslationService } from '@valtimo/plugin';
|
|
5
|
+
import { ProcessLinkButtonService, ProcessLinkStateService, ProcessLinkStepService } from '../../services';
|
|
6
|
+
import { PluginListItem } from '../../models';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class SelectPluginConfigurationComponent implements OnInit, OnDestroy {
|
|
9
|
+
private readonly pluginManagementService;
|
|
10
|
+
private readonly pluginStateService;
|
|
11
|
+
private readonly pluginService;
|
|
12
|
+
private readonly stateService;
|
|
13
|
+
private readonly buttonService;
|
|
14
|
+
private readonly stepService;
|
|
15
|
+
private readonly pluginTranslationService;
|
|
16
|
+
readonly isBuildingBlockContext$: Observable<boolean>;
|
|
17
|
+
readonly listItems$: Observable<PluginListItem[] | undefined>;
|
|
18
|
+
readonly pageHeaderText$: Observable<"processLinkConfiguration.choosePluginDefinitionDescription" | "processLinkConfiguration.choosePluginConfigurationDescription">;
|
|
19
|
+
readonly columnHeaderText$: Observable<"pluginManagement.labels.pluginName" | "pluginManagement.labels.configurationName">;
|
|
20
|
+
readonly selectedPluginConfiguration$: Observable<PluginConfiguration>;
|
|
21
|
+
readonly selectedPluginDefinition$: Observable<PluginDefinition>;
|
|
22
|
+
private _subscriptions;
|
|
23
|
+
private pluginDefinitionsCache;
|
|
24
|
+
constructor(pluginManagementService: PluginManagementService, pluginStateService: PluginStateService, pluginService: PluginService, stateService: ProcessLinkStateService, buttonService: ProcessLinkButtonService, stepService: ProcessLinkStepService, pluginTranslationService: PluginTranslationService);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
|
+
selected(event: {
|
|
28
|
+
value: PluginConfiguration | string;
|
|
29
|
+
}): void;
|
|
30
|
+
private selectConfiguration;
|
|
31
|
+
private selectDefinition;
|
|
32
|
+
private openBackButtonSubscription;
|
|
33
|
+
private openNextButtonSubscription;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectPluginConfigurationComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectPluginConfigurationComponent, "valtimo-select-plugin-configuration", never, {}, {}, never, never, false, never>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=select-plugin-configuration.component.d.ts.map
|
package/lib/components/select-plugin-configuration/select-plugin-configuration.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-plugin-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/process-link/src/lib/components/select-plugin-configuration/select-plugin-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAE3D,OAAO,EAAC,kBAAkB,EAAC,MAAM,qCAAqC,CAAC;AACvE,OAAO,EAAgB,UAAU,EAAmB,MAAM,MAAM,CAAC;AACjE,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAChB,uBAAuB,EACvB,aAAa,EACb,wBAAwB,EACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,wBAAwB,EACxB,uBAAuB,EACvB,sBAAsB,EACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;;AAE5C,qBAMa,kCAAmC,YAAW,MAAM,EAAE,SAAS;IA6FxE,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IAlG3C,QAAQ,CAAC,uBAAuB,sBAE9B;IAEF,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC,cAAc,EAAE,GAAG,SAAS,CAAC,CA+D3D;IAEF,QAAQ,CAAC,eAAe,6IAMtB;IAEF,QAAQ,CAAC,iBAAiB,iGAMxB;IAEF,QAAQ,CAAC,4BAA4B,kCAAwD;IAC7F,QAAQ,CAAC,yBAAyB,+BAAqD;IAEvF,OAAO,CAAC,cAAc,CAAsB;IAC5C,OAAO,CAAC,sBAAsB,CAA0B;gBAGrC,uBAAuB,EAAE,uBAAuB,EAChD,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,uBAAuB,EACrC,aAAa,EAAE,wBAAwB,EACvC,WAAW,EAAE,sBAAsB,EACnC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,QAAQ,CAAC,KAAK,EAAE;QAAC,KAAK,EAAE,mBAAmB,GAAG,MAAM,CAAA;KAAC,GAAG,IAAI;IAa5D,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,0BAA0B;IAalC,OAAO,CAAC,0BAA0B;yCAvJvB,kCAAkC;2CAAlC,kCAAkC;CAmK9C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FormCustomComponentConfig } from '../../models';
|
|
4
|
+
import { ListItem } from 'carbon-components-angular';
|
|
5
|
+
import { ProcessLinkButtonService, ProcessLinkService, ProcessLinkStateService } from '../../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SelectUIComponentComponent implements OnInit, OnDestroy {
|
|
8
|
+
private readonly stateService;
|
|
9
|
+
private readonly buttonService;
|
|
10
|
+
private readonly processLinkService;
|
|
11
|
+
private readonly formCustomComponentConfig;
|
|
12
|
+
private readonly _formCustomComponentConfig$;
|
|
13
|
+
readonly formCustomComponentListItems$: Observable<Array<ListItem>>;
|
|
14
|
+
private readonly _subscriptions;
|
|
15
|
+
private _selectedCustomComponent;
|
|
16
|
+
constructor(stateService: ProcessLinkStateService, buttonService: ProcessLinkButtonService, processLinkService: ProcessLinkService, formCustomComponentConfig: FormCustomComponentConfig);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
selectCustomComponent(selectedCustomComponent: ListItem): void;
|
|
20
|
+
private openBackButtonSubscription;
|
|
21
|
+
private openSaveButtonSubscription;
|
|
22
|
+
private saveProcessLink;
|
|
23
|
+
private updateProcessLink;
|
|
24
|
+
private saveNewProcessLink;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectUIComponentComponent, [null, null, null, { optional: true; }]>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectUIComponentComponent, "valtimo-select-ui-component", never, {}, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=select-ui-component.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-ui-component.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/process-link/src/lib/components/select-ui-component/select-ui-component.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAIL,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAKL,UAAU,EAMX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,yBAAyB,EAAyC,MAAM,cAAc,CAAC;AAC/F,OAAO,EAAC,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AACnD,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,gBAAgB,CAAC;;AAGxB,qBAOa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IA4BhE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAGnC,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAhC5C,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAEtC;IAEN,SAAgB,6BAA6B,EAAE,UAAU,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAgBxE;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;IAErD,OAAO,CAAC,wBAAwB,CAAW;gBAGxB,YAAY,EAAE,uBAAuB,EACrC,aAAa,EAAE,wBAAwB,EACvC,kBAAkB,EAAE,kBAAkB,EAGtC,yBAAyB,EAAE,yBAAyB;IAKhE,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,qBAAqB,CAAC,uBAAuB,EAAE,QAAQ,GAAG,IAAI;IAOrE,OAAO,CAAC,0BAA0B;IAalC,OAAO,CAAC,0BAA0B;IASlC,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,iBAAiB;IAYzB,OAAO,CAAC,kBAAkB;yCA9Ff,0BAA0B;2CAA1B,0BAA0B;CAoHtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/constants/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { FormCustomComponentConfig, FormFlowCustomComponentDefinition } from '../models';
|
|
3
|
+
declare const FORM_FLOW_COMPONENT_TOKEN: InjectionToken<FormFlowCustomComponentDefinition[]>;
|
|
4
|
+
declare const FORM_CUSTOM_COMPONENT_TOKEN: InjectionToken<FormCustomComponentConfig>;
|
|
5
|
+
export { FORM_FLOW_COMPONENT_TOKEN, FORM_CUSTOM_COMPONENT_TOKEN };
|
|
6
|
+
//# sourceMappingURL=injection-tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"injection-tokens.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/constants/injection-tokens.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAC,yBAAyB,EAAE,iCAAiC,EAAC,MAAM,WAAW,CAAC;AAEvF,QAAA,MAAM,yBAAyB,qDAG9B,CAAC;AAEF,QAAA,MAAM,2BAA2B,2CAEhC,CAAC;AAEF,OAAO,EAAC,yBAAyB,EAAE,2BAA2B,EAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FormSize } from '../models';
|
|
2
|
+
import { CarbonModalSize } from '@valtimo/components';
|
|
3
|
+
declare const formSizeToCarbonModalSizeMap: Record<FormSize, CarbonModalSize>;
|
|
4
|
+
declare const UNSUPPORTED_PROCESS_LINK_TYPES_IN_BUILDING_BLOCK: string[];
|
|
5
|
+
export { formSizeToCarbonModalSizeMap, UNSUPPORTED_PROCESS_LINK_TYPES_IN_BUILDING_BLOCK };
|
|
6
|
+
//# sourceMappingURL=process.link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process.link.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/constants/process.link.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,QAAQ,EAAC,MAAM,WAAW,CAAC;AACnC,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AAEpD,QAAA,MAAM,4BAA4B,EAAE,MAAM,CAAC,QAAQ,EAAE,eAAe,CAKnE,CAAC;AAEF,QAAA,MAAM,gDAAgD,UAAmB,CAAC;AAE1E,OAAO,EAAC,4BAA4B,EAAE,gDAAgD,EAAC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FormArray, FormControl, FormGroup } from '@angular/forms';
|
|
2
|
+
import { BuildingBlockSyncTiming } from './process-link.model';
|
|
3
|
+
interface BuildingBlockField {
|
|
4
|
+
name: string;
|
|
5
|
+
required: boolean;
|
|
6
|
+
}
|
|
7
|
+
type InputRowFormGroup = FormGroup<{
|
|
8
|
+
source: FormControl<string>;
|
|
9
|
+
target: FormControl<string>;
|
|
10
|
+
}>;
|
|
11
|
+
type OutputRowFormGroup = FormGroup<{
|
|
12
|
+
source: FormControl<string>;
|
|
13
|
+
target: FormControl<string>;
|
|
14
|
+
syncTiming: FormControl<BuildingBlockSyncTiming>;
|
|
15
|
+
}>;
|
|
16
|
+
type InputsFormGroup = FormGroup<{
|
|
17
|
+
inputs: FormArray<InputRowFormGroup>;
|
|
18
|
+
}>;
|
|
19
|
+
type OutputsFormGroup = FormGroup<{
|
|
20
|
+
outputs: FormArray<OutputRowFormGroup>;
|
|
21
|
+
}>;
|
|
22
|
+
export { BuildingBlockField, InputsFormGroup, OutputsFormGroup, InputRowFormGroup, OutputRowFormGroup, };
|
|
23
|
+
//# sourceMappingURL=building-block-field.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"building-block-field.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/models/building-block-field.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,SAAS,EAAE,WAAW,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAC,uBAAuB,EAAC,MAAM,sBAAsB,CAAC;AAE7D,UAAU,kBAAkB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,KAAK,iBAAiB,GAAG,SAAS,CAAC;IACjC,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC5B,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC7B,CAAC,CAAC;AAEH,KAAK,kBAAkB,GAAG,SAAS,CAAC;IAClC,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC5B,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC5B,UAAU,EAAE,WAAW,CAAC,uBAAuB,CAAC,CAAC;CAClD,CAAC,CAAC;AAEH,KAAK,eAAe,GAAG,SAAS,CAAC;IAC/B,MAAM,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;CACtC,CAAC,CAAC;AAEH,KAAK,gBAAgB,GAAG,SAAS,CAAC;IAChC,OAAO,EAAE,SAAS,CAAC,kBAAkB,CAAC,CAAC;CACxC,CAAC,CAAC;AAEH,OAAO,EACL,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,GACnB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter, Type } from '@angular/core';
|
|
2
|
+
interface FormCustomComponent {
|
|
3
|
+
taskInstanceId: string | null;
|
|
4
|
+
processDefinitionKey: string | null;
|
|
5
|
+
documentDefinitionName: string | null;
|
|
6
|
+
submittedEvent: EventEmitter<any>;
|
|
7
|
+
}
|
|
8
|
+
interface FormCustomComponentDefinition {
|
|
9
|
+
id: string;
|
|
10
|
+
component: FormCustomComponent;
|
|
11
|
+
}
|
|
12
|
+
interface FormCustomComponentConfig {
|
|
13
|
+
[id: string]: Type<FormCustomComponentDefinition>;
|
|
14
|
+
}
|
|
15
|
+
export { FormCustomComponent, FormCustomComponentDefinition, FormCustomComponentConfig };
|
|
16
|
+
//# sourceMappingURL=form-custom-component.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-custom-component.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/models/form-custom-component.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,YAAY,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEjD,UAAU,mBAAmB;IAC3B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,cAAc,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;CACnC;AAED,UAAU,6BAA6B;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,mBAAmB,CAAC;CAChC;AAED,UAAU,yBAAyB;IACjC,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC,6BAA6B,CAAC,CAAC;CACnD;AAED,OAAO,EAAC,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter, Type } from '@angular/core';
|
|
2
|
+
import { FormioSubmission } from '@valtimo/components';
|
|
3
|
+
interface ChangeEvent {
|
|
4
|
+
data: object;
|
|
5
|
+
}
|
|
6
|
+
interface FormFlowCustomComponent {
|
|
7
|
+
formFlowInstanceId: string;
|
|
8
|
+
componentId?: string;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
changeEvent: EventEmitter<ChangeEvent>;
|
|
11
|
+
submitEvent: EventEmitter<FormioSubmission>;
|
|
12
|
+
}
|
|
13
|
+
interface FormFlowCustomComponentDefinition {
|
|
14
|
+
id: string;
|
|
15
|
+
component: Type<FormFlowCustomComponent>;
|
|
16
|
+
}
|
|
17
|
+
export { FormFlowCustomComponentDefinition, FormFlowCustomComponent, ChangeEvent };
|
|
18
|
+
//# sourceMappingURL=form-flow.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-flow.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/models/form-flow.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,YAAY,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AACjD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,uBAAuB;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;IACvC,WAAW,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAC;CAC7C;AAED,UAAU,iCAAiC;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,IAAI,CAAC,uBAAuB,CAAC,CAAC;CAC1C;AAED,OAAO,EAAC,iCAAiC,EAAE,uBAAuB,EAAE,WAAW,EAAC,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { ListItem } from 'carbon-components-angular';
|
|
2
|
+
interface FormSubmissionResult {
|
|
3
|
+
errors: string[];
|
|
4
|
+
documentId?: string;
|
|
5
|
+
}
|
|
6
|
+
interface BpmnElement {
|
|
7
|
+
id: string;
|
|
8
|
+
type: string;
|
|
9
|
+
activityListenerType?: string;
|
|
10
|
+
activityType?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
}
|
|
13
|
+
interface FormFlowDefinition {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
}
|
|
17
|
+
interface FormFlowInstance {
|
|
18
|
+
id: string;
|
|
19
|
+
step?: FormFlowStep;
|
|
20
|
+
onOpenResult?: any[];
|
|
21
|
+
onCompleteResult?: any[];
|
|
22
|
+
}
|
|
23
|
+
interface FormFlowCreateRequest {
|
|
24
|
+
documentId: string | null;
|
|
25
|
+
documentDefinitionName: string | null;
|
|
26
|
+
}
|
|
27
|
+
interface FormFlowCreateResult {
|
|
28
|
+
formFlowInstanceId: string;
|
|
29
|
+
}
|
|
30
|
+
type FormFlowStepType = 'form' | 'custom-component';
|
|
31
|
+
interface FormFlowStep {
|
|
32
|
+
id: string;
|
|
33
|
+
type: FormFlowStepType;
|
|
34
|
+
typeProperties: FormTypeProperties;
|
|
35
|
+
}
|
|
36
|
+
interface FormTypeProperties {
|
|
37
|
+
definition?: any;
|
|
38
|
+
id?: string;
|
|
39
|
+
}
|
|
40
|
+
interface ModalParams {
|
|
41
|
+
element: BpmnElement;
|
|
42
|
+
processDefinitionKey: string;
|
|
43
|
+
processDefinitionId: string;
|
|
44
|
+
}
|
|
45
|
+
interface FormDefinitionListItem extends ListItem {
|
|
46
|
+
id: string;
|
|
47
|
+
}
|
|
48
|
+
interface FormFlowBreadcrumbs extends ListItem {
|
|
49
|
+
currentStepIndex: number;
|
|
50
|
+
breadcrumbs: Array<FormFlowBreadcrumb>;
|
|
51
|
+
}
|
|
52
|
+
interface FormFlowBreadcrumb extends ListItem {
|
|
53
|
+
title: string;
|
|
54
|
+
key: string;
|
|
55
|
+
stepInstanceId: string;
|
|
56
|
+
completed: boolean;
|
|
57
|
+
}
|
|
58
|
+
export { FormSubmissionResult, BpmnElement, FormFlowDefinition, FormFlowInstance, FormFlowStepType, FormFlowStep, FormTypeProperties, FormFlowCreateResult, FormFlowCreateRequest, ModalParams, FormDefinitionListItem, FormFlowBreadcrumbs, FormFlowBreadcrumb, };
|
|
59
|
+
//# sourceMappingURL=form-link.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-link.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/models/form-link.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AAEnD,UAAU,oBAAoB;IAC5B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,WAAW;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,kBAAkB;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;IACrB,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC;CAC1B;AAED,UAAU,qBAAqB;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;CACvC;AAED,UAAU,oBAAoB;IAC5B,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,KAAK,gBAAgB,GAAG,MAAM,GAAG,kBAAkB,CAAC;AAEpD,UAAU,YAAY;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,gBAAgB,CAAC;IACvB,cAAc,EAAE,kBAAkB,CAAC;CACpC;AAED,UAAU,kBAAkB;IAC1B,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,UAAU,WAAW;IACnB,OAAO,EAAE,WAAW,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,UAAU,sBAAuB,SAAQ,QAAQ;IAC/C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,UAAU,mBAAoB,SAAQ,QAAQ;IAC5C,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;CACxC;AAED,UAAU,kBAAmB,SAAQ,QAAQ;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,OAAO,EACL,oBAAoB,EACpB,WAAW,EACX,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,WAAW,EACX,sBAAsB,EACtB,mBAAmB,EACnB,kBAAkB,GACnB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './form-link.model';
|
|
2
|
+
export * from './process-link.model';
|
|
3
|
+
export * from './form-flow.model';
|
|
4
|
+
export * from './form-custom-component.model';
|
|
5
|
+
export * from './building-block-field.model';
|
|
6
|
+
export * from './plugin.model';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/models/plugin.model.ts"],"names":[],"mappings":"AAgBA,UAAU,uBAAuB;IAC/B,OAAO,EAAE;QACP,mBAAmB,EAAE,MAAM,CAAC;QAC5B,YAAY,EAAE;YACZ,GAAG,EAAE,MAAM,CAAC;SACb,EAAE,CAAC;KACL,EAAE,CAAC;CACL;AAED,OAAO,EAAC,uBAAuB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-link-url.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/models/process-link-url.model.ts"],"names":[],"mappings":"AAgBA,UAAU,YAAY;IACpB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAChC;AAED,OAAO,EAAC,YAAY,EAAC,CAAC"}
|