@szjy/workflow 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +25 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +127680 -0
- package/dist/index.umd.js +4129 -95
- package/dist/packages/components/Workflow/PropertyPanel/index.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementAsyncContinuations.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementCandidateStarter.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementConditional.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementDocumentations.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementExtensionProperties.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementFieldInjection.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementFormType.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementGenerations.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementHOC.d.ts +12 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementImplementation.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementJobExecution.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementListeners.vue.d.ts +14 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementMultiInstance.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementStartInitiator.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementUserAssignment.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/ui/FieldList.vue.d.ts +36 -0
- package/dist/packages/components/Workflow/PropertyPanel/ui/HasEdit.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/PropertyPanel/ui/JsonEditor.vue.d.ts +14 -0
- package/dist/packages/components/Workflow/Toolbar.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/form-permissions/FormPermissionProperty.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/form-permissions/util.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/approval/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/approval/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/approval/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/approval/util.d.ts +10 -0
- package/dist/packages/components/Workflow/biz-logic/leave/common/CounterSignProperty.vue.d.ts +15 -0
- package/dist/packages/components/Workflow/biz-logic/leave/common/GatewayLineProperty.vue.d.ts +35 -0
- package/dist/packages/components/Workflow/biz-logic/leave/common/OrgTitleConfigProperty.vue.d.ts +24 -0
- package/dist/packages/components/Workflow/biz-logic/leave/common/UserConfigProperty.vue.d.ts +35 -0
- package/dist/packages/components/Workflow/biz-logic/leave/common/WorkflowStatusProperty.vue.d.ts +15 -0
- package/dist/packages/components/Workflow/biz-logic/leave/constant.d.ts +110 -0
- package/dist/packages/components/Workflow/biz-logic/leave/counter-sign/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/counter-sign/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/counter-sign/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-company/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-company/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-company/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-multi-user/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-multi-user/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-multi-user/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-single-user/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-single-user/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-single-user/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-supervisory-org/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-supervisory-org/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-supervisory-org/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-user-info/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-user-info/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/get-user-info/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/index.d.ts +93 -0
- package/dist/packages/components/Workflow/biz-logic/leave/leave-gateway/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/leave-gateway/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/leave-gateway/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/set-work-status/index.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/set-work-status/palette.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/set-work-status/property.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/types.d.ts +42 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/approvalUtil.d.ts +6 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/counterSignUtil.d.ts +13 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/findElementUtil.d.ts +2 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/gatewayUtil.d.ts +6 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/orgUtil.d.ts +5 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/titleUtil.d.ts +5 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/userUtil.d.ts +15 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/workStatusUtil.d.ts +5 -0
- package/dist/packages/components/Workflow/bpmn-icons/getIconType.d.ts +2 -0
- package/dist/packages/components/Workflow/bpmn-icons/index.d.ts +113 -0
- package/dist/packages/components/Workflow/components/biz/ConditionValueCreator.vue.d.ts +28 -0
- package/dist/packages/components/Workflow/components/biz/CounterSignSelector.vue.d.ts +49 -0
- package/dist/packages/components/Workflow/components/biz/GatewayConditionSelector.vue.d.ts +39 -0
- package/dist/packages/components/Workflow/components/biz/OrgTitleSelector.vue.d.ts +67 -0
- package/dist/packages/components/Workflow/components/biz/UserSelector.vue.d.ts +39 -0
- package/dist/packages/components/Workflow/components/common/BpmnIcon.vue.d.ts +23 -0
- package/dist/packages/components/Workflow/components/common/CollapseTitle.vue.d.ts +14 -0
- package/dist/packages/components/Workflow/components/common/EditItem.vue.d.ts +39 -0
- package/dist/packages/components/Workflow/contants.d.ts +31 -0
- package/dist/packages/components/Workflow/customTranslate/index.d.ts +1 -0
- package/dist/packages/components/Workflow/index.vue.d.ts +2 -0
- package/dist/packages/components/Workflow/main.vue.d.ts +6 -0
- package/dist/packages/components/Workflow/palette/CustomPalette.d.ts +13 -0
- package/dist/packages/components/Workflow/palette/CustomPaletteProvider.d.ts +103 -0
- package/dist/packages/components/Workflow/palette/index.d.ts +11 -0
- package/dist/packages/components/Workflow/palette/replaceDefault.d.ts +1 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/FieldInjectionPropertiesUtil.d.ts +10 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/asynchronousContinuationsUtil.d.ts +8 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/candidateStarter.d.ts +6 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/conditionUtil.d.ts +27 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/documentationUtil.d.ts +3 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/executionListenersUtil.d.ts +14 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/extensionPropertiesUtil.d.ts +4 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/formTypeUtil.d.ts +4 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/idUtil.d.ts +3 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/implementationUtil.d.ts +12 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/initiatorUtil.d.ts +5 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/jobExecutionUtil.d.ts +8 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/listenersUtil.d.ts +16 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/multiInstanceUtil.d.ts +8 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/nameUtil.d.ts +3 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/processUtil.d.ts +5 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/scriptUtil.d.ts +3 -0
- package/dist/packages/components/Workflow/store/bpmn-utils/userAssignmentUtil.d.ts +8 -0
- package/dist/packages/components/Workflow/store/instance.d.ts +1 -0
- package/dist/packages/components/Workflow/store/modeler.d.ts +69 -0
- package/dist/packages/components/Workflow/store/permission/constants.d.ts +41 -0
- package/dist/packages/components/Workflow/store/permission/index.d.ts +27 -0
- package/dist/packages/components/Workflow/store/useElementUpdateListener.d.ts +1 -0
- package/dist/packages/components/Workflow/types/utils.d.ts +5 -0
- package/dist/packages/components/Workflow/utils/BpmnAsyncElement.d.ts +4 -0
- package/dist/packages/components/Workflow/utils/BpmnEventDefinitionUtil.d.ts +29 -0
- package/dist/packages/components/Workflow/utils/BpmnExtensionElementsUtil.d.ts +14 -0
- package/dist/packages/components/Workflow/utils/BpmnImplementationType.d.ts +27 -0
- package/dist/packages/components/Workflow/utils/BpmnValidator.d.ts +13 -0
- package/dist/packages/components/Workflow/utils/ElementUtil.d.ts +23 -0
- package/dist/packages/components/Workflow/utils/Logger.d.ts +13 -0
- package/dist/packages/components/Workflow/utils/common.d.ts +3 -0
- package/dist/packages/components/Workflow/utils/emitter.d.ts +8 -0
- package/dist/packages/components/Workflow/utils/parseBizString.d.ts +23 -0
- package/dist/packages/components/Workflow/xml.d.ts +1 -0
- package/dist/packages/components/index.d.ts +2 -1
- package/dist/packages/components/installer.d.ts +1 -0
- package/dist/packages/i18n/en_US/configForm.d.ts +33 -0
- package/dist/packages/i18n/en_US/elements/events.d.ts +49 -0
- package/dist/packages/i18n/en_US/elements/gateway.d.ts +14 -0
- package/dist/packages/i18n/en_US/elements/other.d.ts +184 -0
- package/dist/packages/i18n/en_US/elements/tasks.d.ts +28 -0
- package/dist/packages/i18n/en_US/index.d.ts +394 -0
- package/dist/packages/i18n/en_US/lint.d.ts +5 -0
- package/dist/packages/i18n/en_US/panel.d.ts +88 -0
- package/dist/packages/i18n/en_US/toolbar.d.ts +28 -0
- package/dist/packages/i18n/index.d.ts +790 -0
- package/dist/packages/i18n/zh_CN/configForm.d.ts +33 -0
- package/dist/packages/i18n/zh_CN/elements/events.d.ts +49 -0
- package/dist/packages/i18n/zh_CN/elements/gateway.d.ts +14 -0
- package/dist/packages/i18n/zh_CN/elements/other.d.ts +184 -0
- package/dist/packages/i18n/zh_CN/elements/tasks.d.ts +28 -0
- package/dist/packages/i18n/zh_CN/index.d.ts +394 -0
- package/dist/packages/i18n/zh_CN/lint.d.ts +5 -0
- package/dist/packages/i18n/zh_CN/panel.d.ts +88 -0
- package/dist/packages/i18n/zh_CN/toolbar.d.ts +28 -0
- package/dist/style.css +1 -0
- package/dist/vanilla-picker-CWMPCyEj.mjs +539 -0
- package/package.json +24 -5
@@ -0,0 +1,27 @@
|
|
1
|
+
import type { Element, ModdleElement } from 'bpmn-js/lib/model/Types';
|
2
|
+
type ImplementationType = 'dmn' | 'connector' | 'external' | 'class' | 'expression' | 'delegateExpression' | 'script' | undefined;
|
3
|
+
export declare function getEventDefinition(element: Element | ModdleElement, eventType: string): ModdleElement | undefined;
|
4
|
+
export declare function getMessageEventDefinition(element: Element): ModdleElement | undefined;
|
5
|
+
export declare function isServiceTaskLike(element: Element | ModdleElement): boolean;
|
6
|
+
export declare function isDmnCapable(element: Element | ModdleElement): boolean;
|
7
|
+
export declare function isExternalCapable(element: Element | ModdleElement): boolean;
|
8
|
+
/**
|
9
|
+
* getServiceTaskLikeBusinessObject
|
10
|
+
* 获取一个 'ServiceTaskLike' 业务对象。
|
11
|
+
* 如果给定的元素不是 'servicetasklike ',则返回 'false'
|
12
|
+
*/
|
13
|
+
export declare function getServiceTaskLikeBusinessObject(element: Element): ModdleElement | false;
|
14
|
+
/**
|
15
|
+
* 返回给定元素的实现类型。
|
16
|
+
* 可能的实现类型有:
|
17
|
+
* - dmn
|
18
|
+
* - connector
|
19
|
+
* - external
|
20
|
+
* - class
|
21
|
+
* - expression
|
22
|
+
* - delegateExpression
|
23
|
+
* - script
|
24
|
+
* - or undefined, when no matching implementation type is found
|
25
|
+
*/
|
26
|
+
export declare function getImplementationType(element: Element): ImplementationType;
|
27
|
+
export {};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import type { Element } from 'bpmn-js/lib/model/Types';
|
2
|
+
export declare function containsSpace(value: string): boolean;
|
3
|
+
/**
|
4
|
+
* checks whether the id value is valid
|
5
|
+
*
|
6
|
+
* @param {ModdleElement} element
|
7
|
+
* @param {String} idValue
|
8
|
+
* @param {Function} translate
|
9
|
+
*
|
10
|
+
* @return {String} error message
|
11
|
+
*/
|
12
|
+
export declare function isIdValid(element: Element, idValue: string): "ID 不能为空." | "ID 必须是唯一的" | "ID 不能包含空格" | "ID 不能包含前缀" | "ID 必须符合 BPMN 规范" | undefined;
|
13
|
+
export declare function validateId(idValue: string): "ID 不能包含空格" | "ID 不能包含前缀" | "ID 必须符合 BPMN 规范" | undefined;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import type { Element, ModdleElement } from 'bpmn-js/lib/model/Types';
|
2
|
+
export declare const updateElementProperty: (element: Element, moddleElement: ModdleElement, key: string, value: string, withPrefix?: boolean) => void;
|
3
|
+
/**
|
4
|
+
* Create a new element and (optionally) set its parent.
|
5
|
+
*
|
6
|
+
* @param {string} type
|
7
|
+
* @param {Object} properties
|
8
|
+
* @param {import('bpmn-js/lib/model/Types').ModdleElement} parent
|
9
|
+
* @param {import('bpmn-js/lib/features/modeling/BpmnFactory').default} bpmnFactory
|
10
|
+
*
|
11
|
+
* @returns {import('bpmn-js/lib/model/Types').ModdleElement}
|
12
|
+
*/
|
13
|
+
export declare function createElement(type: string, properties: Record<string, any>, parent: ModdleElement): any;
|
14
|
+
/**
|
15
|
+
* createFormalExpression - creates a 'bpmn:FormalExpression' element.
|
16
|
+
*
|
17
|
+
* @param {ModdleElement} parent
|
18
|
+
* @param {string} body
|
19
|
+
* @param {BpmnFactory} bpmnFactory
|
20
|
+
*
|
21
|
+
* @result {ModdleElement<bpmn:FormalExpression>} a formal expression
|
22
|
+
*/
|
23
|
+
export declare function createFormalExpression(parent: ModdleElement, body: string): any;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
declare function Logger(): void;
|
2
|
+
declare namespace Logger {
|
3
|
+
var typeColor: (type: string) => string;
|
4
|
+
var print: (type: string | undefined, text: any, back?: boolean) => void;
|
5
|
+
var printBack: (type: string | undefined, text: any) => void;
|
6
|
+
var pretty: (type: string | undefined, title: any, text: any) => void;
|
7
|
+
var prettyPrimary: (title: any, ...text: any[]) => void;
|
8
|
+
var prettySuccess: (title: any, ...text: any[]) => void;
|
9
|
+
var prettyWarn: (title: any, ...text: any[]) => void;
|
10
|
+
var prettyError: (title: any, ...text: any[]) => void;
|
11
|
+
var prettyInfo: (title: any, ...text: any[]) => void;
|
12
|
+
}
|
13
|
+
export default Logger;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import BpmnModeler from 'bpmn-js/lib/Modeler.js';
|
2
|
+
import type { Element } from 'bpmn-js/lib/model/Types';
|
3
|
+
type Events = {
|
4
|
+
'modeler-init': BpmnModeler;
|
5
|
+
'element-update': Element;
|
6
|
+
};
|
7
|
+
declare const emitter: import("mitt").Emitter<Events>;
|
8
|
+
export default emitter;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
export declare const JSON_STRING_TYPE = "jsonstring";
|
2
|
+
export declare function parseBizString(input?: string): {
|
3
|
+
isVar: boolean;
|
4
|
+
isFunction: boolean;
|
5
|
+
varName: string;
|
6
|
+
args: {
|
7
|
+
'content': string;
|
8
|
+
type: string;
|
9
|
+
}[];
|
10
|
+
};
|
11
|
+
export declare const STR_TYPE_OPTIONS: ({
|
12
|
+
label: string;
|
13
|
+
value: string;
|
14
|
+
} | {
|
15
|
+
label: string;
|
16
|
+
value?: undefined;
|
17
|
+
})[];
|
18
|
+
export declare function trimSingleChar(str: string, char: string): string;
|
19
|
+
export declare function replaceEscapedQuotes(str: string): string;
|
20
|
+
export declare const fixJsonLikeArg: (arg: {
|
21
|
+
'content': string;
|
22
|
+
type: string;
|
23
|
+
}) => any;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const xmlStr = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <definitions xmlns=\"http://www.omg.org/spec/BPMN/20100524/MODEL\" \n xmlns:bpmndi=\"http://www.omg.org/spec/BPMN/20100524/DI\" \n xmlns:omgdc=\"http://www.omg.org/spec/DD/20100524/DC\" \n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \n id=\"sid-38422fae-e03e-43a3-bef4-bd33b32041b2\" \n targetNamespace=\"http://bpmn.io/bpmn\" \n exporter=\"bpmn-js (https://demo.bpmn.io)\" \n exporterVersion=\"5.1.2\">\n <process id=\"Process_1\" name=\"\" isExecutable=\"false\">\n <startEvent id=\"StartEvent_1y45yut\" name=\"\u5F00\u59CB\" />\n </process>\n <bpmndi:BPMNDiagram id=\"BpmnDiagram_1\">\n <bpmndi:BPMNPlane id=\"BpmnPlane_1\" bpmnElement=\"Process_1\">\n <bpmndi:BPMNShape id=\"StartEvent_1y45yut_di\" bpmnElement=\"StartEvent_1y45yut\">\n <omgdc:Bounds x=\"152\" y=\"102\" width=\"36\" height=\"36\" />\n <bpmndi:BPMNLabel>\n <omgdc:Bounds x=\"160\" y=\"145\" width=\"22\" height=\"14\" />\n </bpmndi:BPMNLabel>\n </bpmndi:BPMNShape>\n </bpmndi:BPMNPlane>\n </bpmndi:BPMNDiagram>\n </definitions>";
|
@@ -1,3 +1,4 @@
|
|
1
1
|
export declare const components: {
|
2
|
-
|
2
|
+
SZHello: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
3
|
+
SZWorkflow: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
3
4
|
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
preferences: string;
|
3
|
+
language: string;
|
4
|
+
processName: string;
|
5
|
+
processId: string;
|
6
|
+
toolbar: string;
|
7
|
+
miniMap: string;
|
8
|
+
useLint: string;
|
9
|
+
templateChooser: string;
|
10
|
+
contextmenu: string;
|
11
|
+
customContextmenu: string;
|
12
|
+
processEngine: string;
|
13
|
+
background: string;
|
14
|
+
penalMode: string;
|
15
|
+
paletteMode: string;
|
16
|
+
contextPadMode: string;
|
17
|
+
rendererMode: string;
|
18
|
+
otherModule: string;
|
19
|
+
customTheme: string;
|
20
|
+
default: string;
|
21
|
+
rewrite: string;
|
22
|
+
enhancement: string;
|
23
|
+
custom: string;
|
24
|
+
gridImage: string;
|
25
|
+
grid: string;
|
26
|
+
image: string;
|
27
|
+
none: string;
|
28
|
+
camunda: string;
|
29
|
+
activiti: string;
|
30
|
+
flowable: string;
|
31
|
+
there_are_different_states_under_TemplateChooser: string;
|
32
|
+
};
|
33
|
+
export default _default;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
StartEvent: string;
|
3
|
+
EndEvent: string;
|
4
|
+
IntermediateThrowEvent: string;
|
5
|
+
IntermediateCatchEvent: string;
|
6
|
+
'Message Start Event': string;
|
7
|
+
'Timer Start Event': string;
|
8
|
+
'Conditional Start Event': string;
|
9
|
+
'Signal Start Event': string;
|
10
|
+
'Error Start Event': string;
|
11
|
+
'Escalation Start Event': string;
|
12
|
+
'Compensation Start Event': string;
|
13
|
+
'Message Start Event (non-interrupting)': string;
|
14
|
+
'Timer Start Event (non-interrupting)': string;
|
15
|
+
'Conditional Start Event (non-interrupting)': string;
|
16
|
+
'Signal Start Event (non-interrupting)': string;
|
17
|
+
'Escalation Start Event (non-interrupting)': string;
|
18
|
+
'Message Intermediate Catch Event': string;
|
19
|
+
'Message Intermediate Throw Event': string;
|
20
|
+
'Timer Intermediate Catch Event': string;
|
21
|
+
'Escalation Intermediate Throw Event': string;
|
22
|
+
'Conditional Intermediate Catch Event': string;
|
23
|
+
'Link Intermediate Catch Event': string;
|
24
|
+
'Link Intermediate Throw Event': string;
|
25
|
+
'Compensation Intermediate Throw Event': string;
|
26
|
+
'Signal Intermediate Catch Event': string;
|
27
|
+
'Signal Intermediate Throw Event': string;
|
28
|
+
'Message End Event': string;
|
29
|
+
'Escalation End Event': string;
|
30
|
+
'Error End Event': string;
|
31
|
+
'Cancel End Event': string;
|
32
|
+
'Compensation End Event': string;
|
33
|
+
'Signal End Event': string;
|
34
|
+
'Terminate End Event': string;
|
35
|
+
'Message Boundary Event': string;
|
36
|
+
'Message Boundary Event (non-interrupting)': string;
|
37
|
+
'Timer Boundary Event': string;
|
38
|
+
'Timer Boundary Event (non-interrupting)': string;
|
39
|
+
'Escalation Boundary Event': string;
|
40
|
+
'Escalation Boundary Event (non-interrupting)': string;
|
41
|
+
'Conditional Boundary Event': string;
|
42
|
+
'Conditional Boundary Event (non-interrupting)': string;
|
43
|
+
'Error Boundary Event': string;
|
44
|
+
'Cancel Boundary Event': string;
|
45
|
+
'Signal Boundary Event': string;
|
46
|
+
'Signal Boundary Event (non-interrupting)': string;
|
47
|
+
'Compensation Boundary Event': string;
|
48
|
+
};
|
49
|
+
export default _default;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
Gateway: string;
|
3
|
+
'Exclusive Gateway': string;
|
4
|
+
'Parallel Gateway': string;
|
5
|
+
'Inclusive Gateway': string;
|
6
|
+
'Complex Gateway': string;
|
7
|
+
'Event based Gateway': string;
|
8
|
+
ExclusiveGateway: string;
|
9
|
+
ParallelGateway: string;
|
10
|
+
InclusiveGateway: string;
|
11
|
+
ComplexGateway: string;
|
12
|
+
EventBasedGateway: string;
|
13
|
+
};
|
14
|
+
export default _default;
|
@@ -0,0 +1,184 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
Process: string;
|
3
|
+
'Append EndEvent': string;
|
4
|
+
'Append Gateway': string;
|
5
|
+
'Append Task': string;
|
6
|
+
'Append Intermediate/Boundary Event': string;
|
7
|
+
'Activate the global connect tool': string;
|
8
|
+
'Append {type}': string;
|
9
|
+
'Add Lane above': string;
|
10
|
+
'Divide into two Lanes': string;
|
11
|
+
'Divide into three Lanes': string;
|
12
|
+
'Add Lane below': string;
|
13
|
+
'Append compensation activity': string;
|
14
|
+
'Change type': string;
|
15
|
+
'Connect using Association': string;
|
16
|
+
'Connect using Sequence/MessageFlow or Association': string;
|
17
|
+
'Connect using DataInputAssociation': string;
|
18
|
+
Remove: string;
|
19
|
+
'Activate the hand tool': string;
|
20
|
+
'Activate the lasso tool': string;
|
21
|
+
'Activate the create/remove space tool': string;
|
22
|
+
'Create expanded SubProcess': string;
|
23
|
+
'Create IntermediateThrowEvent/BoundaryEvent': string;
|
24
|
+
'Create Pool/Participant': string;
|
25
|
+
'Parallel Multi Instance': string;
|
26
|
+
'Sequential Multi Instance': string;
|
27
|
+
DataObjectReference: string;
|
28
|
+
DataStoreReference: string;
|
29
|
+
Loop: string;
|
30
|
+
'Ad-hoc': string;
|
31
|
+
'Create {type}': string;
|
32
|
+
'Create StartEvent': string;
|
33
|
+
'Create EndEvent': string;
|
34
|
+
'Create Task': string;
|
35
|
+
'Create User Task': string;
|
36
|
+
'Create Gateway': string;
|
37
|
+
'Create DataObjectReference': string;
|
38
|
+
'Create DataStoreReference': string;
|
39
|
+
'Create Group': string;
|
40
|
+
'Create Intermediate/Boundary Event': string;
|
41
|
+
'Message Start Event': string;
|
42
|
+
'Timer Start Event': string;
|
43
|
+
'Conditional Start Event': string;
|
44
|
+
'Signal Start Event': string;
|
45
|
+
'Error Start Event': string;
|
46
|
+
'Escalation Start Event': string;
|
47
|
+
'Compensation Start Event': string;
|
48
|
+
'Message Start Event (non-interrupting)': string;
|
49
|
+
'Timer Start Event (non-interrupting)': string;
|
50
|
+
'Conditional Start Event (non-interrupting)': string;
|
51
|
+
'Signal Start Event (non-interrupting)': string;
|
52
|
+
'Escalation Start Event (non-interrupting)': string;
|
53
|
+
'Message Intermediate Catch Event': string;
|
54
|
+
'Message Intermediate Throw Event': string;
|
55
|
+
'Timer Intermediate Catch Event': string;
|
56
|
+
'Escalation Intermediate Throw Event': string;
|
57
|
+
'Conditional Intermediate Catch Event': string;
|
58
|
+
'Link Intermediate Catch Event': string;
|
59
|
+
'Link Intermediate Throw Event': string;
|
60
|
+
'Compensation Intermediate Throw Event': string;
|
61
|
+
'Signal Intermediate Catch Event': string;
|
62
|
+
'Signal Intermediate Throw Event': string;
|
63
|
+
'Collapsed Pool': string;
|
64
|
+
'Expanded Pool': string;
|
65
|
+
'no parent for {element} in {parent}': string;
|
66
|
+
'no shape type specified': string;
|
67
|
+
'flow elements must be children of pools/participants': string;
|
68
|
+
'out of bounds release': string;
|
69
|
+
'more than {count} child lanes': string;
|
70
|
+
'element required': string;
|
71
|
+
'diagram not part of bpmn:Definitions': string;
|
72
|
+
'no diagram to display': string;
|
73
|
+
'no process or collaboration to display': string;
|
74
|
+
'element {element} referenced by {referenced}#{property} not yet drawn': string;
|
75
|
+
'already rendered {element}': string;
|
76
|
+
'failed to import {element}': string;
|
77
|
+
Id: string;
|
78
|
+
Name: string;
|
79
|
+
General: string;
|
80
|
+
Details: string;
|
81
|
+
'Message Name': string;
|
82
|
+
Message: string;
|
83
|
+
Initiator: string;
|
84
|
+
'Asynchronous Continuations': string;
|
85
|
+
'Asynchronous Before': string;
|
86
|
+
'Asynchronous After': string;
|
87
|
+
'Job Configuration': string;
|
88
|
+
Exclusive: string;
|
89
|
+
'Job Priority': string;
|
90
|
+
'Retry Time Cycle': string;
|
91
|
+
Documentation: string;
|
92
|
+
'Element Documentation': string;
|
93
|
+
'History Configuration': string;
|
94
|
+
'History Time To Live': string;
|
95
|
+
Forms: string;
|
96
|
+
'Form Key': string;
|
97
|
+
'Form Fields': string;
|
98
|
+
'Business Key': string;
|
99
|
+
'Form Field': string;
|
100
|
+
ID: string;
|
101
|
+
Type: string;
|
102
|
+
Label: string;
|
103
|
+
'Default Value': string;
|
104
|
+
'Default Flow': string;
|
105
|
+
'Conditional Flow': string;
|
106
|
+
'Sequence Flow': string;
|
107
|
+
Validation: string;
|
108
|
+
'Add Constraint': string;
|
109
|
+
Config: string;
|
110
|
+
Properties: string;
|
111
|
+
'Add Property': string;
|
112
|
+
Value: string;
|
113
|
+
Listeners: string;
|
114
|
+
'Execution Listener': string;
|
115
|
+
'Event Type': string;
|
116
|
+
'Listener Type': string;
|
117
|
+
'Java Class': string;
|
118
|
+
Expression: string;
|
119
|
+
'Must provide a value': string;
|
120
|
+
'Delegate Expression': string;
|
121
|
+
Script: string;
|
122
|
+
'Script Format': string;
|
123
|
+
'Script Type': string;
|
124
|
+
'Inline Script': string;
|
125
|
+
'External Script': string;
|
126
|
+
Resource: string;
|
127
|
+
'Field Injection': string;
|
128
|
+
Extensions: string;
|
129
|
+
'Input/Output': string;
|
130
|
+
'Input Parameters': string;
|
131
|
+
'Output Parameters': string;
|
132
|
+
Parameters: string;
|
133
|
+
'Output Parameter': string;
|
134
|
+
'Timer Definition Type': string;
|
135
|
+
'Timer Definition': string;
|
136
|
+
Date: string;
|
137
|
+
Duration: string;
|
138
|
+
Cycle: string;
|
139
|
+
Signal: string;
|
140
|
+
'Signal Name': string;
|
141
|
+
Escalation: string;
|
142
|
+
Error: string;
|
143
|
+
'Link Name': string;
|
144
|
+
Condition: string;
|
145
|
+
'Variable Name': string;
|
146
|
+
'Variable Event': string;
|
147
|
+
'Specify more than one variable change event as a comma separated list.': string;
|
148
|
+
'Wait for Completion': string;
|
149
|
+
'Activity Ref': string;
|
150
|
+
'Version Tag': string;
|
151
|
+
Executable: string;
|
152
|
+
'External Task Configuration': string;
|
153
|
+
'Task Priority': string;
|
154
|
+
External: string;
|
155
|
+
Connector: string;
|
156
|
+
'Must configure Connector': string;
|
157
|
+
'Connector Id': string;
|
158
|
+
Implementation: string;
|
159
|
+
'Field Injections': string;
|
160
|
+
Fields: string;
|
161
|
+
'Result Variable': string;
|
162
|
+
Topic: string;
|
163
|
+
'Configure Connector': string;
|
164
|
+
'Input Parameter': string;
|
165
|
+
Assignee: string;
|
166
|
+
'Candidate Users': string;
|
167
|
+
'Candidate Groups': string;
|
168
|
+
'Due Date': string;
|
169
|
+
'Follow Up Date': string;
|
170
|
+
Priority: string;
|
171
|
+
'The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
|
172
|
+
'The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
|
173
|
+
Variables: string;
|
174
|
+
'Candidate Starter Configuration': string;
|
175
|
+
'Candidate Starter Groups': string;
|
176
|
+
'This maps to the process definition key.': string;
|
177
|
+
'Candidate Starter Users': string;
|
178
|
+
'Specify more than one user as a comma separated list.': string;
|
179
|
+
'Tasklist Configuration': string;
|
180
|
+
Startable: string;
|
181
|
+
'Specify more than one group as a comma separated list.': string;
|
182
|
+
'Execution listeners': string;
|
183
|
+
};
|
184
|
+
export default _default;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
Task: string;
|
3
|
+
'Send Task': string;
|
4
|
+
'Receive Task': string;
|
5
|
+
'User Task': string;
|
6
|
+
'Manual Task': string;
|
7
|
+
'Business Rule Task': string;
|
8
|
+
'Service Task': string;
|
9
|
+
'Script Task': string;
|
10
|
+
'Call Activity': string;
|
11
|
+
'Sub Process (collapsed)': string;
|
12
|
+
'Sub Process (expanded)': string;
|
13
|
+
'Start Event': string;
|
14
|
+
'Intermediate Throw Event': string;
|
15
|
+
'End Event': string;
|
16
|
+
StartEvent: string;
|
17
|
+
EndEvent: string;
|
18
|
+
SendTask: string;
|
19
|
+
ReceiveTask: string;
|
20
|
+
UserTask: string;
|
21
|
+
ManualTask: string;
|
22
|
+
BusinessRuleTask: string;
|
23
|
+
ServiceTask: string;
|
24
|
+
ScriptTask: string;
|
25
|
+
CallActivity: string;
|
26
|
+
SubProcess: string;
|
27
|
+
};
|
28
|
+
export default _default;
|