@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,92 @@
|
|
|
1
|
+
import { Step } from 'carbon-components-angular';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ProcessLinkConfigurationStep, ProcessLinkType } from '../models';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { ProcessLinkButtonService } from './process-link-button.service';
|
|
6
|
+
import { PluginStateService } from './plugin-state.service';
|
|
7
|
+
import { PluginTranslationService } from '@valtimo/plugin';
|
|
8
|
+
import { ManagementContext } from '@valtimo/shared';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class ProcessLinkStepService {
|
|
11
|
+
private readonly translateService;
|
|
12
|
+
private readonly buttonService;
|
|
13
|
+
private readonly pluginStateService;
|
|
14
|
+
private readonly pluginTranslateService;
|
|
15
|
+
private readonly _steps$;
|
|
16
|
+
private readonly _currentStepIndex$;
|
|
17
|
+
private readonly _disableSteps$;
|
|
18
|
+
private readonly _hasOneProcessLinkType$;
|
|
19
|
+
private readonly _skipBuildingBlockSelectionStep$;
|
|
20
|
+
private _context;
|
|
21
|
+
get steps$(): Observable<Array<Step>>;
|
|
22
|
+
get currentStepIndex$(): Observable<number>;
|
|
23
|
+
get currentStepId$(): Observable<ProcessLinkConfigurationStep | ''>;
|
|
24
|
+
get hasOneProcessLinkType$(): Observable<boolean>;
|
|
25
|
+
get skipBuildingBlockSelectionStep$(): Observable<boolean>;
|
|
26
|
+
constructor(translateService: TranslateService, buttonService: ProcessLinkButtonService, pluginStateService: PluginStateService, pluginTranslateService: PluginTranslationService);
|
|
27
|
+
reset(): void;
|
|
28
|
+
setInitialSteps(availableProcessLinkTypes: Array<ProcessLinkType>): void;
|
|
29
|
+
setFormSteps(): void;
|
|
30
|
+
setSingleFormStep(): void;
|
|
31
|
+
setUIComponentStep(): void;
|
|
32
|
+
setFormFlowSteps(): void;
|
|
33
|
+
setSingleFormFlowStep(): void;
|
|
34
|
+
setChoosePluginConfigurationSteps(): void;
|
|
35
|
+
setSingleChoosePluginConfigurationSteps(): void;
|
|
36
|
+
setChoosePluginActionSteps(): void;
|
|
37
|
+
setConfigurePluginActionSteps(): void;
|
|
38
|
+
setBuildingBlockSteps(): void;
|
|
39
|
+
setConfigureBuildingBlockPluginsStep(selectionLabel?: string): void;
|
|
40
|
+
setConfigureBuildingBlockMappingsStep(selectionLabel?: string): void;
|
|
41
|
+
updateBuildingBlockSelectionStepLabel(label: string): void;
|
|
42
|
+
setURLSteps(): void;
|
|
43
|
+
setSingleURLStep(): void;
|
|
44
|
+
disableSteps(): void;
|
|
45
|
+
enableSteps(): void;
|
|
46
|
+
setHasOneProcessLinkType(hasOne: boolean): void;
|
|
47
|
+
setProcessLinkTypeSteps(processLinkTypeId: string, hasOneOption?: boolean): void;
|
|
48
|
+
private buildBuildingBlockSteps;
|
|
49
|
+
private setChoiceSteps;
|
|
50
|
+
private getSelectedPluginLabel;
|
|
51
|
+
setContext(context: ManagementContext): void;
|
|
52
|
+
setSkipBuildingBlockSelectionStep(skip: boolean): void;
|
|
53
|
+
/**
|
|
54
|
+
* Initialize steps for editing an existing process link.
|
|
55
|
+
* Sets up configuration steps only (skipping type selection since type can't be changed).
|
|
56
|
+
* Navigates to the final step.
|
|
57
|
+
*/
|
|
58
|
+
initializeEditModeSteps(processLinkType: string): void;
|
|
59
|
+
/**
|
|
60
|
+
* Navigate to a specific step by index (for edit mode navigation)
|
|
61
|
+
*/
|
|
62
|
+
goToStep(stepIndex: number): void;
|
|
63
|
+
/**
|
|
64
|
+
* Navigate to the previous step (for edit mode navigation)
|
|
65
|
+
* Returns true if navigation was successful, false if already at first step
|
|
66
|
+
*/
|
|
67
|
+
goToPreviousStep(): boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Navigate to the next step (for edit mode navigation)
|
|
70
|
+
* Returns true if navigation was successful, false if already at last step
|
|
71
|
+
*/
|
|
72
|
+
goToNextStep(): boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Check if currently at the first step
|
|
75
|
+
*/
|
|
76
|
+
isFirstStep(): boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Check if currently at the last step
|
|
79
|
+
*/
|
|
80
|
+
isLastStep(): boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Get the total number of steps
|
|
83
|
+
*/
|
|
84
|
+
getStepCount(): number;
|
|
85
|
+
/**
|
|
86
|
+
* Get the current step index
|
|
87
|
+
*/
|
|
88
|
+
getCurrentStepIndex(): number;
|
|
89
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessLinkStepService, never>;
|
|
90
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProcessLinkStepService>;
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=process-link-step.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-link-step.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/services/process-link-step.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { ConfigService } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { CompatiblePluginProcessLinks, FormSubmissionResult, GetProcessLinkRequest, GetProcessLinkResponse, ProcessLinkCreateEvent, ProcessLinkType, TaskWithProcessLink } from '../models';
|
|
5
|
+
import { URLVariables } from '../models/process-link-url.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ProcessLinkService {
|
|
8
|
+
private readonly configService;
|
|
9
|
+
private readonly http;
|
|
10
|
+
private readonly VALTIMO_ENDPOINT_URI;
|
|
11
|
+
constructor(configService: ConfigService, http: HttpClient);
|
|
12
|
+
getTasksWithProcessLinks(processInstanceId: string): Observable<TaskWithProcessLink[]>;
|
|
13
|
+
getProcessLink(getProcessLinkRequest: GetProcessLinkRequest): Observable<GetProcessLinkResponse>;
|
|
14
|
+
getProcessLinkCandidates(activityType: string): Observable<Array<ProcessLinkType>>;
|
|
15
|
+
deployProcessWithProcessLinks(processLinks: ProcessLinkCreateEvent[], processDefinitionId: string | null, processXml: string | null): Observable<Object>;
|
|
16
|
+
deployProcessWithProcessLinksForCase(processLinks: ProcessLinkCreateEvent[], processDefinitionId: string | null, processXml: string | null, caseDefinitionKey: string, caseDefinitionVersionTag: string, canInitializeDocument?: boolean, startableByUser?: boolean): Observable<Object>;
|
|
17
|
+
deployProcessWithProcessLinksForBuildingBlock(processLinks: ProcessLinkCreateEvent[], processDefinitionId: string | null, processXml: string | null, buildingBlockKey: string, buildingBlockVersionTag: string, replace?: boolean): Observable<Object>;
|
|
18
|
+
submitForm(processLinkId: string, formData: object, documentId?: string, taskInstanceId?: string, documentDefinitionName?: string): Observable<FormSubmissionResult>;
|
|
19
|
+
submitURLProcessLink(processLinkId: string, documentId?: string, taskInstanceId?: string, documentDefinitionName?: string): Observable<FormSubmissionResult>;
|
|
20
|
+
getVariables(): Observable<URLVariables>;
|
|
21
|
+
getCompatiblePluginProcessLinks(pluginActionDefinitionKey: string): Observable<CompatiblePluginProcessLinks[]>;
|
|
22
|
+
private emptyStringToNull;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessLinkService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProcessLinkService>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=process-link.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-link.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/services/process-link.service.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,UAAU,EAA0B,MAAM,sBAAsB,CAAC;AAEzE,OAAO,EAAC,aAAa,EAAkB,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAM,UAAU,EAAC,MAAM,MAAM,CAAC;AAErC,OAAO,EACL,4BAA4B,EAC5B,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,sBAAsB,EACtB,eAAe,EACf,mBAAmB,EACpB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;;AAE9D,qBAGa,kBAAkB;IAI3B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,IAAI;IAJvB,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAU;gBAG5B,aAAa,EAAE,aAAa,EAC5B,IAAI,EAAE,UAAU;IAK5B,wBAAwB,CAAC,iBAAiB,EAAE,MAAM,GAAG,UAAU,CAAC,mBAAmB,EAAE,CAAC;IAQtF,cAAc,CACnB,qBAAqB,EAAE,qBAAqB,GAC3C,UAAU,CAAC,sBAAsB,CAAC;IAa9B,wBAAwB,CAAC,YAAY,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;IAMlF,6BAA6B,CAClC,YAAY,EAAE,sBAAsB,EAAO,EAC3C,mBAAmB,EAAE,MAAM,GAAG,IAAI,EAClC,UAAU,EAAE,MAAM,GAAG,IAAI;IAepB,oCAAoC,CACzC,YAAY,EAAE,sBAAsB,EAAO,EAC3C,mBAAmB,EAAE,MAAM,GAAG,IAAI,EAClC,UAAU,EAAE,MAAM,GAAG,IAAI,EACzB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,qBAAqB,GAAE,OAAe,EACtC,eAAe,GAAE,OAAe;IAsB3B,6CAA6C,CAClD,YAAY,EAAE,sBAAsB,EAAO,EAC3C,mBAAmB,EAAE,MAAM,GAAG,IAAI,EAClC,UAAU,EAAE,MAAM,GAAG,IAAI,EACzB,gBAAgB,EAAE,MAAM,EACxB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,GAAE,OAAe;IA+BnB,UAAU,CACf,aAAa,EAAE,MAAM,EACrB,QAAQ,EAAE,MAAM,EAChB,UAAU,CAAC,EAAE,MAAM,EACnB,cAAc,CAAC,EAAE,MAAM,EACvB,sBAAsB,CAAC,EAAE,MAAM,GAC9B,UAAU,CAAC,oBAAoB,CAAC;IAwB5B,oBAAoB,CACzB,aAAa,EAAE,MAAM,EACrB,UAAU,CAAC,EAAE,MAAM,EACnB,cAAc,CAAC,EAAE,MAAM,EACvB,sBAAsB,CAAC,EAAE,MAAM,GAC9B,UAAU,CAAC,oBAAoB,CAAC;IAwB5B,YAAY,IAAI,UAAU,CAAC,YAAY,CAAC;IAIxC,+BAA+B,CACpC,yBAAyB,EAAE,MAAM,GAChC,UAAU,CAAC,4BAA4B,EAAE,CAAC;IAM7C,OAAO,CAAC,iBAAiB;yCAlMd,kBAAkB;6CAAlB,kBAAkB;CAgN9B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class UrlResolverService {
|
|
3
|
+
resolveUrlVariables(url: string, variables: Map<string, string>): string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UrlResolverService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UrlResolverService>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=url-resolver.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url-resolver.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/services/url-resolver.service.ts"],"names":[],"mappings":";AAkBA,qBACa,kBAAkB;IACtB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM;yCADpE,kBAAkB;6CAAlB,kBAAkB;CAS9B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { UrlResolverService } from './url-resolver.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UrlValidatorService {
|
|
5
|
+
private readonly urlResolverService;
|
|
6
|
+
constructor(urlResolverService: UrlResolverService);
|
|
7
|
+
urlValidator(variables: Map<string, string>): ValidatorFn;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UrlValidatorService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UrlValidatorService>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=url-validator.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url-validator.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/services/url-validator.service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAoC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAE9E,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;;AAE1D,qBACa,mBAAmB;IAClB,OAAO,CAAC,QAAQ,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,kBAAkB;IAE5D,YAAY,CAAC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,WAAW;yCAHrD,mBAAmB;6CAAnB,mBAAmB;CAc/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doc-prefix.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/utils/doc-prefix.utils.ts"],"names":[],"mappings":"AAkBA,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAGpD;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAIrD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/process-link/src/lib/utils/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@valtimo/process-link",
|
|
3
|
+
"license": "EUPL-1.2",
|
|
4
|
+
"version": "0.0.0-test",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"@angular/common": "19.2.20",
|
|
7
|
+
"@angular/core": "19.2.20"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"tslib": "2.8.1"
|
|
11
|
+
},
|
|
12
|
+
"module": "fesm2022/valtimo-process-link.mjs",
|
|
13
|
+
"typings": "index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
"./package.json": {
|
|
16
|
+
"default": "./package.json"
|
|
17
|
+
},
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
|
+
"default": "./fesm2022/valtimo-process-link.mjs"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"sideEffects": false
|
|
24
|
+
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './lib/services';
|
|
2
|
+
export * from './lib/components/select-plugin-configuration/select-plugin-configuration.component';
|
|
3
|
+
export * from './lib/components/select-plugin-action/select-plugin-action.component';
|
|
4
|
+
export * from './lib/components/plugin-action-configuration/plugin-action-configuration.component';
|
|
5
|
+
export * from './lib/process-link.module';
|
|
6
|
+
export * from './lib/models';
|
|
7
|
+
export * from './lib/components/process-link/process-link.component';
|
|
8
|
+
export * from './lib/components/process-link-modal/process-link-modal.component';
|
|
9
|
+
export * from './lib/components/choose-process-link-type/choose-process-link-type.component';
|
|
10
|
+
export * from './lib/components/form-flow/form-flow.component';
|
|
11
|
+
export * from './lib/constants';
|
|
12
|
+
export * from './lib/utils';
|
|
13
|
+
//# sourceMappingURL=public-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/process-link/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oFAAoF,CAAC;AACnG,cAAc,sEAAsE,CAAC;AACrF,cAAc,oFAAoF,CAAC;AACnG,cAAc,2BAA2B,CAAC;AAC1C,cAAc,cAAc,CAAC;AAC7B,cAAc,sDAAsD,CAAC;AACrE,cAAc,kEAAkE,CAAC;AACjF,cAAc,8EAA8E,CAAC;AAC7F,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valtimo-process-link.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/process-link/src/valtimo-process-link.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|