@szjy/workflow 0.1.0 → 0.1.3
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 +127748 -0
- package/dist/index.umd.js +4129 -95
- package/dist/packages/components/Hello/component.d.ts +2 -0
- 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/component.d.ts +2 -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/exposeApi.d.ts +14 -0
- package/dist/packages/components/Workflow/index.vue.d.ts +13 -0
- package/dist/packages/components/Workflow/main.vue.d.ts +25 -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/components.d.ts +2 -0
- package/dist/packages/components/contants.d.ts +2 -0
- package/dist/packages/components/create.d.ts +13 -0
- package/dist/packages/components/installer.d.ts +2 -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
- package/dist/packages/components/index.d.ts +0 -3
@@ -0,0 +1,394 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
elements: {
|
3
|
+
Task: string;
|
4
|
+
'Send Task': string;
|
5
|
+
'Receive Task': string;
|
6
|
+
'User Task': string;
|
7
|
+
'Manual Task': string;
|
8
|
+
'Business Rule Task': string;
|
9
|
+
'Service Task': string;
|
10
|
+
'Script Task': string;
|
11
|
+
'Call Activity': string;
|
12
|
+
'Sub Process (collapsed)': string;
|
13
|
+
'Sub Process (expanded)': string;
|
14
|
+
'Start Event': string;
|
15
|
+
'Intermediate Throw Event': string;
|
16
|
+
'End Event': string;
|
17
|
+
StartEvent: string;
|
18
|
+
EndEvent: string;
|
19
|
+
SendTask: string;
|
20
|
+
ReceiveTask: string;
|
21
|
+
UserTask: string;
|
22
|
+
ManualTask: string;
|
23
|
+
BusinessRuleTask: string;
|
24
|
+
ServiceTask: string;
|
25
|
+
ScriptTask: string;
|
26
|
+
CallActivity: string;
|
27
|
+
SubProcess: string;
|
28
|
+
Gateway: string;
|
29
|
+
'Exclusive Gateway': string;
|
30
|
+
'Parallel Gateway': string;
|
31
|
+
'Inclusive Gateway': string;
|
32
|
+
'Complex Gateway': string;
|
33
|
+
'Event based Gateway': string;
|
34
|
+
ExclusiveGateway: string;
|
35
|
+
ParallelGateway: string;
|
36
|
+
InclusiveGateway: string;
|
37
|
+
ComplexGateway: string;
|
38
|
+
EventBasedGateway: string;
|
39
|
+
IntermediateThrowEvent: string;
|
40
|
+
IntermediateCatchEvent: 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
|
+
'Message End Event': string;
|
64
|
+
'Escalation End Event': string;
|
65
|
+
'Error End Event': string;
|
66
|
+
'Cancel End Event': string;
|
67
|
+
'Compensation End Event': string;
|
68
|
+
'Signal End Event': string;
|
69
|
+
'Terminate End Event': string;
|
70
|
+
'Message Boundary Event': string;
|
71
|
+
'Message Boundary Event (non-interrupting)': string;
|
72
|
+
'Timer Boundary Event': string;
|
73
|
+
'Timer Boundary Event (non-interrupting)': string;
|
74
|
+
'Escalation Boundary Event': string;
|
75
|
+
'Escalation Boundary Event (non-interrupting)': string;
|
76
|
+
'Conditional Boundary Event': string;
|
77
|
+
'Conditional Boundary Event (non-interrupting)': string;
|
78
|
+
'Error Boundary Event': string;
|
79
|
+
'Cancel Boundary Event': string;
|
80
|
+
'Signal Boundary Event': string;
|
81
|
+
'Signal Boundary Event (non-interrupting)': string;
|
82
|
+
'Compensation Boundary Event': string;
|
83
|
+
Process: string;
|
84
|
+
'Append EndEvent': string;
|
85
|
+
'Append Gateway': string;
|
86
|
+
'Append Task': string;
|
87
|
+
'Append Intermediate/Boundary Event': string;
|
88
|
+
'Activate the global connect tool': string;
|
89
|
+
'Append {type}': string;
|
90
|
+
'Add Lane above': string;
|
91
|
+
'Divide into two Lanes': string;
|
92
|
+
'Divide into three Lanes': string;
|
93
|
+
'Add Lane below': string;
|
94
|
+
'Append compensation activity': string;
|
95
|
+
'Change type': string;
|
96
|
+
'Connect using Association': string;
|
97
|
+
'Connect using Sequence/MessageFlow or Association': string;
|
98
|
+
'Connect using DataInputAssociation': string;
|
99
|
+
Remove: string;
|
100
|
+
'Activate the hand tool': string;
|
101
|
+
'Activate the lasso tool': string;
|
102
|
+
'Activate the create/remove space tool': string;
|
103
|
+
'Create expanded SubProcess': string;
|
104
|
+
'Create IntermediateThrowEvent/BoundaryEvent': string;
|
105
|
+
'Create Pool/Participant': string;
|
106
|
+
'Parallel Multi Instance': string;
|
107
|
+
'Sequential Multi Instance': string;
|
108
|
+
DataObjectReference: string;
|
109
|
+
DataStoreReference: string;
|
110
|
+
Loop: string;
|
111
|
+
'Ad-hoc': string;
|
112
|
+
'Create {type}': string;
|
113
|
+
'Create StartEvent': string;
|
114
|
+
'Create EndEvent': string;
|
115
|
+
'Create Task': string;
|
116
|
+
'Create User Task': string;
|
117
|
+
'Create Gateway': string;
|
118
|
+
'Create DataObjectReference': string;
|
119
|
+
'Create DataStoreReference': string;
|
120
|
+
'Create Group': string;
|
121
|
+
'Create Intermediate/Boundary Event': string;
|
122
|
+
'Collapsed Pool': string;
|
123
|
+
'Expanded Pool': string;
|
124
|
+
'no parent for {element} in {parent}': string;
|
125
|
+
'no shape type specified': string;
|
126
|
+
'flow elements must be children of pools/participants': string;
|
127
|
+
'out of bounds release': string;
|
128
|
+
'more than {count} child lanes': string;
|
129
|
+
'element required': string;
|
130
|
+
'diagram not part of bpmn:Definitions': string;
|
131
|
+
'no diagram to display': string;
|
132
|
+
'no process or collaboration to display': string;
|
133
|
+
'element {element} referenced by {referenced}#{property} not yet drawn': string;
|
134
|
+
'already rendered {element}': string;
|
135
|
+
'failed to import {element}': string;
|
136
|
+
Id: string;
|
137
|
+
Name: string;
|
138
|
+
General: string;
|
139
|
+
Details: string;
|
140
|
+
'Message Name': string;
|
141
|
+
Message: string;
|
142
|
+
Initiator: string;
|
143
|
+
'Asynchronous Continuations': string;
|
144
|
+
'Asynchronous Before': string;
|
145
|
+
'Asynchronous After': string;
|
146
|
+
'Job Configuration': string;
|
147
|
+
Exclusive: string;
|
148
|
+
'Job Priority': string;
|
149
|
+
'Retry Time Cycle': string;
|
150
|
+
Documentation: string;
|
151
|
+
'Element Documentation': string;
|
152
|
+
'History Configuration': string;
|
153
|
+
'History Time To Live': string;
|
154
|
+
Forms: string;
|
155
|
+
'Form Key': string;
|
156
|
+
'Form Fields': string;
|
157
|
+
'Business Key': string;
|
158
|
+
'Form Field': string;
|
159
|
+
ID: string;
|
160
|
+
Type: string;
|
161
|
+
Label: string;
|
162
|
+
'Default Value': string;
|
163
|
+
'Default Flow': string;
|
164
|
+
'Conditional Flow': string;
|
165
|
+
'Sequence Flow': string;
|
166
|
+
Validation: string;
|
167
|
+
'Add Constraint': string;
|
168
|
+
Config: string;
|
169
|
+
Properties: string;
|
170
|
+
'Add Property': string;
|
171
|
+
Value: string;
|
172
|
+
Listeners: string;
|
173
|
+
'Execution Listener': string;
|
174
|
+
'Event Type': string;
|
175
|
+
'Listener Type': string;
|
176
|
+
'Java Class': string;
|
177
|
+
Expression: string;
|
178
|
+
'Must provide a value': string;
|
179
|
+
'Delegate Expression': string;
|
180
|
+
Script: string;
|
181
|
+
'Script Format': string;
|
182
|
+
'Script Type': string;
|
183
|
+
'Inline Script': string;
|
184
|
+
'External Script': string;
|
185
|
+
Resource: string;
|
186
|
+
'Field Injection': string;
|
187
|
+
Extensions: string;
|
188
|
+
'Input/Output': string;
|
189
|
+
'Input Parameters': string;
|
190
|
+
'Output Parameters': string;
|
191
|
+
Parameters: string;
|
192
|
+
'Output Parameter': string;
|
193
|
+
'Timer Definition Type': string;
|
194
|
+
'Timer Definition': string;
|
195
|
+
Date: string;
|
196
|
+
Duration: string;
|
197
|
+
Cycle: string;
|
198
|
+
Signal: string;
|
199
|
+
'Signal Name': string;
|
200
|
+
Escalation: string;
|
201
|
+
Error: string;
|
202
|
+
'Link Name': string;
|
203
|
+
Condition: string;
|
204
|
+
'Variable Name': string;
|
205
|
+
'Variable Event': string;
|
206
|
+
'Specify more than one variable change event as a comma separated list.': string;
|
207
|
+
'Wait for Completion': string;
|
208
|
+
'Activity Ref': string;
|
209
|
+
'Version Tag': string;
|
210
|
+
Executable: string;
|
211
|
+
'External Task Configuration': string;
|
212
|
+
'Task Priority': string;
|
213
|
+
External: string;
|
214
|
+
Connector: string;
|
215
|
+
'Must configure Connector': string;
|
216
|
+
'Connector Id': string;
|
217
|
+
Implementation: string;
|
218
|
+
'Field Injections': string;
|
219
|
+
Fields: string;
|
220
|
+
'Result Variable': string;
|
221
|
+
Topic: string;
|
222
|
+
'Configure Connector': string;
|
223
|
+
'Input Parameter': string;
|
224
|
+
Assignee: string;
|
225
|
+
'Candidate Users': string;
|
226
|
+
'Candidate Groups': string;
|
227
|
+
'Due Date': string;
|
228
|
+
'Follow Up Date': string;
|
229
|
+
Priority: string;
|
230
|
+
'The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
|
231
|
+
'The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
|
232
|
+
Variables: string;
|
233
|
+
'Candidate Starter Configuration': string;
|
234
|
+
'Candidate Starter Groups': string;
|
235
|
+
'This maps to the process definition key.': string;
|
236
|
+
'Candidate Starter Users': string;
|
237
|
+
'Specify more than one user as a comma separated list.': string;
|
238
|
+
'Tasklist Configuration': string;
|
239
|
+
Startable: string;
|
240
|
+
'Specify more than one group as a comma separated list.': string;
|
241
|
+
'Execution listeners': string;
|
242
|
+
};
|
243
|
+
lint: {
|
244
|
+
Errors: string;
|
245
|
+
Warnings: string;
|
246
|
+
};
|
247
|
+
configForm: {
|
248
|
+
preferences: string;
|
249
|
+
language: string;
|
250
|
+
processName: string;
|
251
|
+
processId: string;
|
252
|
+
toolbar: string;
|
253
|
+
miniMap: string;
|
254
|
+
useLint: string;
|
255
|
+
templateChooser: string;
|
256
|
+
contextmenu: string;
|
257
|
+
customContextmenu: string;
|
258
|
+
processEngine: string;
|
259
|
+
background: string;
|
260
|
+
penalMode: string;
|
261
|
+
paletteMode: string;
|
262
|
+
contextPadMode: string;
|
263
|
+
rendererMode: string;
|
264
|
+
otherModule: string;
|
265
|
+
customTheme: string;
|
266
|
+
default: string;
|
267
|
+
rewrite: string;
|
268
|
+
enhancement: string;
|
269
|
+
custom: string;
|
270
|
+
gridImage: string;
|
271
|
+
grid: string;
|
272
|
+
image: string;
|
273
|
+
none: string;
|
274
|
+
camunda: string;
|
275
|
+
activiti: string;
|
276
|
+
flowable: string;
|
277
|
+
'There are different states under TemplateChooser': string;
|
278
|
+
};
|
279
|
+
panel: {
|
280
|
+
general: string;
|
281
|
+
id: string;
|
282
|
+
name: string;
|
283
|
+
version: string;
|
284
|
+
executable: string;
|
285
|
+
documentationSettings: string;
|
286
|
+
documentationBody: string;
|
287
|
+
startInitiator: string;
|
288
|
+
initiator: string;
|
289
|
+
candidateStarter: string;
|
290
|
+
candidateStarterGroups: string;
|
291
|
+
candidateStarterGroupsPlaceholder: string;
|
292
|
+
candidateStarterUsers: string;
|
293
|
+
candidateStarterUsersPlaceholder: string;
|
294
|
+
userAssignment: string;
|
295
|
+
userAssign_assignee: string;
|
296
|
+
userAssign_candidateUsers: string;
|
297
|
+
userAssign_candidateGroups: string;
|
298
|
+
userAssign_dueDate: string;
|
299
|
+
userAssign_followUpDate: string;
|
300
|
+
userAssign_priority: string;
|
301
|
+
dueDate_description: string;
|
302
|
+
formConfig: string;
|
303
|
+
formKey: string;
|
304
|
+
jobExecution: string;
|
305
|
+
taskPriority: string;
|
306
|
+
retryTimeCycle: string;
|
307
|
+
asyncContinuations: string;
|
308
|
+
asyncBefore: string;
|
309
|
+
asyncAfter: string;
|
310
|
+
asyncExclusive: string;
|
311
|
+
conditionalSettings: string;
|
312
|
+
variableName: string;
|
313
|
+
variableEvents: string;
|
314
|
+
conditionType: string;
|
315
|
+
conditionExpression: string;
|
316
|
+
scriptType: string;
|
317
|
+
scriptLanguage: string;
|
318
|
+
scriptBody: string;
|
319
|
+
scriptResource: string;
|
320
|
+
scriptFormat: string;
|
321
|
+
ExternalResource: string;
|
322
|
+
InlineScript: string;
|
323
|
+
None: string;
|
324
|
+
executionListeners: string;
|
325
|
+
addExecutionListener: string;
|
326
|
+
TaskListeners: string;
|
327
|
+
addTaskListener: string;
|
328
|
+
MultiInstanceConfig: string;
|
329
|
+
multiInstance_loopCardinality: string;
|
330
|
+
multiInstance_completionCondition: string;
|
331
|
+
multiInstance_collection: string;
|
332
|
+
multiInstance_elementVariable: string;
|
333
|
+
eventType: string;
|
334
|
+
listenerId: string;
|
335
|
+
listenerType: string;
|
336
|
+
listenerFieldList: string;
|
337
|
+
fieldCount: string;
|
338
|
+
extensionProperties: string;
|
339
|
+
addExtensionProperties: string;
|
340
|
+
propertyName: string;
|
341
|
+
propertyValue: string;
|
342
|
+
FieldInjectionProperties: string;
|
343
|
+
addFieldInjectionProperties: string;
|
344
|
+
fieldName: string;
|
345
|
+
fieldType: string;
|
346
|
+
fieldValue: string;
|
347
|
+
javaClass: string;
|
348
|
+
expression: string;
|
349
|
+
delegateExpression: string;
|
350
|
+
ImplementationConfig: string;
|
351
|
+
implementationType: string;
|
352
|
+
implementation_: string;
|
353
|
+
implementation_expression: string;
|
354
|
+
implementation_delegateExpression: string;
|
355
|
+
implementation_class: string;
|
356
|
+
implementation_external: string;
|
357
|
+
implementation_connector: string;
|
358
|
+
implementation_dmn: string;
|
359
|
+
implementation_resultVariable: string;
|
360
|
+
index: string;
|
361
|
+
operations: string;
|
362
|
+
edit: string;
|
363
|
+
remove: string;
|
364
|
+
confirm: string;
|
365
|
+
};
|
366
|
+
toolbar: {
|
367
|
+
openFile: string;
|
368
|
+
exportAs: string;
|
369
|
+
exportAsXML: string;
|
370
|
+
exportAsBPMN: string;
|
371
|
+
exportAsSVG: string;
|
372
|
+
previewAs: string;
|
373
|
+
previewAsXML: string;
|
374
|
+
previewAsJSON: string;
|
375
|
+
alignLeft: string;
|
376
|
+
alignCenter: string;
|
377
|
+
alignRight: string;
|
378
|
+
alignTop: string;
|
379
|
+
alignMiddle: string;
|
380
|
+
alignBottom: string;
|
381
|
+
zoomOut: string;
|
382
|
+
zoomReset: string;
|
383
|
+
zoomIn: string;
|
384
|
+
undo: string;
|
385
|
+
redo: string;
|
386
|
+
restart: string;
|
387
|
+
toggleProcessMock: string;
|
388
|
+
toggleProcessLint: string;
|
389
|
+
toggleMinimap: string;
|
390
|
+
bpmnEvents: string;
|
391
|
+
bpmnShortcutKeys: string;
|
392
|
+
};
|
393
|
+
};
|
394
|
+
export default _default;
|
@@ -0,0 +1,88 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
general: string;
|
3
|
+
id: string;
|
4
|
+
name: string;
|
5
|
+
version: string;
|
6
|
+
executable: string;
|
7
|
+
documentationSettings: string;
|
8
|
+
documentationBody: string;
|
9
|
+
startInitiator: string;
|
10
|
+
initiator: string;
|
11
|
+
candidateStarter: string;
|
12
|
+
candidateStarterGroups: string;
|
13
|
+
candidateStarterGroupsPlaceholder: string;
|
14
|
+
candidateStarterUsers: string;
|
15
|
+
candidateStarterUsersPlaceholder: string;
|
16
|
+
userAssignment: string;
|
17
|
+
userAssign_assignee: string;
|
18
|
+
userAssign_candidateUsers: string;
|
19
|
+
userAssign_candidateGroups: string;
|
20
|
+
userAssign_dueDate: string;
|
21
|
+
userAssign_followUpDate: string;
|
22
|
+
userAssign_priority: string;
|
23
|
+
dueDate_description: string;
|
24
|
+
formConfig: string;
|
25
|
+
formKey: string;
|
26
|
+
jobExecution: string;
|
27
|
+
taskPriority: string;
|
28
|
+
retryTimeCycle: string;
|
29
|
+
asyncContinuations: string;
|
30
|
+
asyncBefore: string;
|
31
|
+
asyncAfter: string;
|
32
|
+
asyncExclusive: string;
|
33
|
+
conditionalSettings: string;
|
34
|
+
variableName: string;
|
35
|
+
variableEvents: string;
|
36
|
+
conditionType: string;
|
37
|
+
conditionExpression: string;
|
38
|
+
scriptType: string;
|
39
|
+
scriptLanguage: string;
|
40
|
+
scriptBody: string;
|
41
|
+
scriptResource: string;
|
42
|
+
scriptFormat: string;
|
43
|
+
ExternalResource: string;
|
44
|
+
InlineScript: string;
|
45
|
+
None: string;
|
46
|
+
executionListeners: string;
|
47
|
+
addExecutionListener: string;
|
48
|
+
TaskListeners: string;
|
49
|
+
addTaskListener: string;
|
50
|
+
MultiInstanceConfig: string;
|
51
|
+
multiInstance_loopCardinality: string;
|
52
|
+
multiInstance_completionCondition: string;
|
53
|
+
multiInstance_collection: string;
|
54
|
+
multiInstance_elementVariable: string;
|
55
|
+
eventType: string;
|
56
|
+
listenerId: string;
|
57
|
+
listenerType: string;
|
58
|
+
listenerFieldList: string;
|
59
|
+
fieldCount: string;
|
60
|
+
extensionProperties: string;
|
61
|
+
addExtensionProperties: string;
|
62
|
+
propertyName: string;
|
63
|
+
propertyValue: string;
|
64
|
+
FieldInjectionProperties: string;
|
65
|
+
addFieldInjectionProperties: string;
|
66
|
+
fieldName: string;
|
67
|
+
fieldType: string;
|
68
|
+
fieldValue: string;
|
69
|
+
javaClass: string;
|
70
|
+
expression: string;
|
71
|
+
delegateExpression: string;
|
72
|
+
ImplementationConfig: string;
|
73
|
+
implementationType: string;
|
74
|
+
implementation_: string;
|
75
|
+
implementation_expression: string;
|
76
|
+
implementation_delegateExpression: string;
|
77
|
+
implementation_class: string;
|
78
|
+
implementation_external: string;
|
79
|
+
implementation_connector: string;
|
80
|
+
implementation_dmn: string;
|
81
|
+
implementation_resultVariable: string;
|
82
|
+
index: string;
|
83
|
+
operations: string;
|
84
|
+
edit: string;
|
85
|
+
remove: string;
|
86
|
+
confirm: string;
|
87
|
+
};
|
88
|
+
export default _default;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
openFile: string;
|
3
|
+
exportAs: string;
|
4
|
+
exportAsXML: string;
|
5
|
+
exportAsBPMN: string;
|
6
|
+
exportAsSVG: string;
|
7
|
+
previewAs: string;
|
8
|
+
previewAsXML: string;
|
9
|
+
previewAsJSON: string;
|
10
|
+
alignLeft: string;
|
11
|
+
alignCenter: string;
|
12
|
+
alignRight: string;
|
13
|
+
alignTop: string;
|
14
|
+
alignMiddle: string;
|
15
|
+
alignBottom: string;
|
16
|
+
zoomOut: string;
|
17
|
+
zoomReset: string;
|
18
|
+
zoomIn: string;
|
19
|
+
undo: string;
|
20
|
+
redo: string;
|
21
|
+
restart: string;
|
22
|
+
toggleProcessMock: string;
|
23
|
+
toggleProcessLint: string;
|
24
|
+
toggleMinimap: string;
|
25
|
+
bpmnEvents: string;
|
26
|
+
bpmnShortcutKeys: string;
|
27
|
+
};
|
28
|
+
export default _default;
|