@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.
Files changed (153) hide show
  1. package/README.md +25 -0
  2. package/dist/index.d.ts +2 -1
  3. package/dist/index.mjs +127748 -0
  4. package/dist/index.umd.js +4129 -95
  5. package/dist/packages/components/Hello/component.d.ts +2 -0
  6. package/dist/packages/components/Workflow/PropertyPanel/index.vue.d.ts +2 -0
  7. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementAsyncContinuations.vue.d.ts +2 -0
  8. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementCandidateStarter.vue.d.ts +2 -0
  9. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementConditional.vue.d.ts +2 -0
  10. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementDocumentations.vue.d.ts +2 -0
  11. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementExtensionProperties.vue.d.ts +2 -0
  12. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementFieldInjection.vue.d.ts +2 -0
  13. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementFormType.vue.d.ts +2 -0
  14. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementGenerations.vue.d.ts +2 -0
  15. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementHOC.d.ts +12 -0
  16. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementImplementation.vue.d.ts +2 -0
  17. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementJobExecution.vue.d.ts +2 -0
  18. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementListeners.vue.d.ts +14 -0
  19. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementMultiInstance.vue.d.ts +2 -0
  20. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementStartInitiator.vue.d.ts +2 -0
  21. package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementUserAssignment.vue.d.ts +2 -0
  22. package/dist/packages/components/Workflow/PropertyPanel/ui/FieldList.vue.d.ts +36 -0
  23. package/dist/packages/components/Workflow/PropertyPanel/ui/HasEdit.vue.d.ts +2 -0
  24. package/dist/packages/components/Workflow/PropertyPanel/ui/JsonEditor.vue.d.ts +14 -0
  25. package/dist/packages/components/Workflow/Toolbar.vue.d.ts +2 -0
  26. package/dist/packages/components/Workflow/biz-logic/form-permissions/FormPermissionProperty.vue.d.ts +2 -0
  27. package/dist/packages/components/Workflow/biz-logic/form-permissions/util.d.ts +2 -0
  28. package/dist/packages/components/Workflow/biz-logic/leave/approval/index.d.ts +3 -0
  29. package/dist/packages/components/Workflow/biz-logic/leave/approval/palette.d.ts +13 -0
  30. package/dist/packages/components/Workflow/biz-logic/leave/approval/property.vue.d.ts +2 -0
  31. package/dist/packages/components/Workflow/biz-logic/leave/approval/util.d.ts +10 -0
  32. package/dist/packages/components/Workflow/biz-logic/leave/common/CounterSignProperty.vue.d.ts +15 -0
  33. package/dist/packages/components/Workflow/biz-logic/leave/common/GatewayLineProperty.vue.d.ts +35 -0
  34. package/dist/packages/components/Workflow/biz-logic/leave/common/OrgTitleConfigProperty.vue.d.ts +24 -0
  35. package/dist/packages/components/Workflow/biz-logic/leave/common/UserConfigProperty.vue.d.ts +35 -0
  36. package/dist/packages/components/Workflow/biz-logic/leave/common/WorkflowStatusProperty.vue.d.ts +15 -0
  37. package/dist/packages/components/Workflow/biz-logic/leave/constant.d.ts +110 -0
  38. package/dist/packages/components/Workflow/biz-logic/leave/counter-sign/index.d.ts +3 -0
  39. package/dist/packages/components/Workflow/biz-logic/leave/counter-sign/palette.d.ts +13 -0
  40. package/dist/packages/components/Workflow/biz-logic/leave/counter-sign/property.vue.d.ts +2 -0
  41. package/dist/packages/components/Workflow/biz-logic/leave/get-company/index.d.ts +3 -0
  42. package/dist/packages/components/Workflow/biz-logic/leave/get-company/palette.d.ts +13 -0
  43. package/dist/packages/components/Workflow/biz-logic/leave/get-company/property.vue.d.ts +2 -0
  44. package/dist/packages/components/Workflow/biz-logic/leave/get-multi-user/index.d.ts +3 -0
  45. package/dist/packages/components/Workflow/biz-logic/leave/get-multi-user/palette.d.ts +13 -0
  46. package/dist/packages/components/Workflow/biz-logic/leave/get-multi-user/property.vue.d.ts +2 -0
  47. package/dist/packages/components/Workflow/biz-logic/leave/get-single-user/index.d.ts +3 -0
  48. package/dist/packages/components/Workflow/biz-logic/leave/get-single-user/palette.d.ts +13 -0
  49. package/dist/packages/components/Workflow/biz-logic/leave/get-single-user/property.vue.d.ts +2 -0
  50. package/dist/packages/components/Workflow/biz-logic/leave/get-supervisory-org/index.d.ts +3 -0
  51. package/dist/packages/components/Workflow/biz-logic/leave/get-supervisory-org/palette.d.ts +13 -0
  52. package/dist/packages/components/Workflow/biz-logic/leave/get-supervisory-org/property.vue.d.ts +2 -0
  53. package/dist/packages/components/Workflow/biz-logic/leave/get-user-info/index.d.ts +3 -0
  54. package/dist/packages/components/Workflow/biz-logic/leave/get-user-info/palette.d.ts +13 -0
  55. package/dist/packages/components/Workflow/biz-logic/leave/get-user-info/property.vue.d.ts +2 -0
  56. package/dist/packages/components/Workflow/biz-logic/leave/index.d.ts +93 -0
  57. package/dist/packages/components/Workflow/biz-logic/leave/leave-gateway/index.d.ts +3 -0
  58. package/dist/packages/components/Workflow/biz-logic/leave/leave-gateway/palette.d.ts +13 -0
  59. package/dist/packages/components/Workflow/biz-logic/leave/leave-gateway/property.vue.d.ts +2 -0
  60. package/dist/packages/components/Workflow/biz-logic/leave/set-work-status/index.d.ts +3 -0
  61. package/dist/packages/components/Workflow/biz-logic/leave/set-work-status/palette.d.ts +13 -0
  62. package/dist/packages/components/Workflow/biz-logic/leave/set-work-status/property.vue.d.ts +2 -0
  63. package/dist/packages/components/Workflow/biz-logic/leave/types.d.ts +42 -0
  64. package/dist/packages/components/Workflow/biz-logic/leave/utils/approvalUtil.d.ts +6 -0
  65. package/dist/packages/components/Workflow/biz-logic/leave/utils/counterSignUtil.d.ts +13 -0
  66. package/dist/packages/components/Workflow/biz-logic/leave/utils/findElementUtil.d.ts +2 -0
  67. package/dist/packages/components/Workflow/biz-logic/leave/utils/gatewayUtil.d.ts +6 -0
  68. package/dist/packages/components/Workflow/biz-logic/leave/utils/orgUtil.d.ts +5 -0
  69. package/dist/packages/components/Workflow/biz-logic/leave/utils/titleUtil.d.ts +5 -0
  70. package/dist/packages/components/Workflow/biz-logic/leave/utils/userUtil.d.ts +15 -0
  71. package/dist/packages/components/Workflow/biz-logic/leave/utils/workStatusUtil.d.ts +5 -0
  72. package/dist/packages/components/Workflow/bpmn-icons/getIconType.d.ts +2 -0
  73. package/dist/packages/components/Workflow/bpmn-icons/index.d.ts +113 -0
  74. package/dist/packages/components/Workflow/component.d.ts +2 -0
  75. package/dist/packages/components/Workflow/components/biz/ConditionValueCreator.vue.d.ts +28 -0
  76. package/dist/packages/components/Workflow/components/biz/CounterSignSelector.vue.d.ts +49 -0
  77. package/dist/packages/components/Workflow/components/biz/GatewayConditionSelector.vue.d.ts +39 -0
  78. package/dist/packages/components/Workflow/components/biz/OrgTitleSelector.vue.d.ts +67 -0
  79. package/dist/packages/components/Workflow/components/biz/UserSelector.vue.d.ts +39 -0
  80. package/dist/packages/components/Workflow/components/common/BpmnIcon.vue.d.ts +23 -0
  81. package/dist/packages/components/Workflow/components/common/CollapseTitle.vue.d.ts +14 -0
  82. package/dist/packages/components/Workflow/components/common/EditItem.vue.d.ts +39 -0
  83. package/dist/packages/components/Workflow/contants.d.ts +31 -0
  84. package/dist/packages/components/Workflow/customTranslate/index.d.ts +1 -0
  85. package/dist/packages/components/Workflow/exposeApi.d.ts +14 -0
  86. package/dist/packages/components/Workflow/index.vue.d.ts +13 -0
  87. package/dist/packages/components/Workflow/main.vue.d.ts +25 -0
  88. package/dist/packages/components/Workflow/palette/CustomPalette.d.ts +13 -0
  89. package/dist/packages/components/Workflow/palette/CustomPaletteProvider.d.ts +103 -0
  90. package/dist/packages/components/Workflow/palette/index.d.ts +11 -0
  91. package/dist/packages/components/Workflow/palette/replaceDefault.d.ts +1 -0
  92. package/dist/packages/components/Workflow/store/bpmn-utils/FieldInjectionPropertiesUtil.d.ts +10 -0
  93. package/dist/packages/components/Workflow/store/bpmn-utils/asynchronousContinuationsUtil.d.ts +8 -0
  94. package/dist/packages/components/Workflow/store/bpmn-utils/candidateStarter.d.ts +6 -0
  95. package/dist/packages/components/Workflow/store/bpmn-utils/conditionUtil.d.ts +27 -0
  96. package/dist/packages/components/Workflow/store/bpmn-utils/documentationUtil.d.ts +3 -0
  97. package/dist/packages/components/Workflow/store/bpmn-utils/executionListenersUtil.d.ts +14 -0
  98. package/dist/packages/components/Workflow/store/bpmn-utils/extensionPropertiesUtil.d.ts +4 -0
  99. package/dist/packages/components/Workflow/store/bpmn-utils/formTypeUtil.d.ts +4 -0
  100. package/dist/packages/components/Workflow/store/bpmn-utils/idUtil.d.ts +3 -0
  101. package/dist/packages/components/Workflow/store/bpmn-utils/implementationUtil.d.ts +12 -0
  102. package/dist/packages/components/Workflow/store/bpmn-utils/initiatorUtil.d.ts +5 -0
  103. package/dist/packages/components/Workflow/store/bpmn-utils/jobExecutionUtil.d.ts +8 -0
  104. package/dist/packages/components/Workflow/store/bpmn-utils/listenersUtil.d.ts +16 -0
  105. package/dist/packages/components/Workflow/store/bpmn-utils/multiInstanceUtil.d.ts +8 -0
  106. package/dist/packages/components/Workflow/store/bpmn-utils/nameUtil.d.ts +3 -0
  107. package/dist/packages/components/Workflow/store/bpmn-utils/processUtil.d.ts +5 -0
  108. package/dist/packages/components/Workflow/store/bpmn-utils/scriptUtil.d.ts +3 -0
  109. package/dist/packages/components/Workflow/store/bpmn-utils/userAssignmentUtil.d.ts +8 -0
  110. package/dist/packages/components/Workflow/store/instance.d.ts +1 -0
  111. package/dist/packages/components/Workflow/store/modeler.d.ts +69 -0
  112. package/dist/packages/components/Workflow/store/permission/constants.d.ts +41 -0
  113. package/dist/packages/components/Workflow/store/permission/index.d.ts +27 -0
  114. package/dist/packages/components/Workflow/store/useElementUpdateListener.d.ts +1 -0
  115. package/dist/packages/components/Workflow/types/utils.d.ts +5 -0
  116. package/dist/packages/components/Workflow/utils/BpmnAsyncElement.d.ts +4 -0
  117. package/dist/packages/components/Workflow/utils/BpmnEventDefinitionUtil.d.ts +29 -0
  118. package/dist/packages/components/Workflow/utils/BpmnExtensionElementsUtil.d.ts +14 -0
  119. package/dist/packages/components/Workflow/utils/BpmnImplementationType.d.ts +27 -0
  120. package/dist/packages/components/Workflow/utils/BpmnValidator.d.ts +13 -0
  121. package/dist/packages/components/Workflow/utils/ElementUtil.d.ts +23 -0
  122. package/dist/packages/components/Workflow/utils/Logger.d.ts +13 -0
  123. package/dist/packages/components/Workflow/utils/common.d.ts +3 -0
  124. package/dist/packages/components/Workflow/utils/emitter.d.ts +8 -0
  125. package/dist/packages/components/Workflow/utils/parseBizString.d.ts +23 -0
  126. package/dist/packages/components/Workflow/xml.d.ts +1 -0
  127. package/dist/packages/components/components.d.ts +2 -0
  128. package/dist/packages/components/contants.d.ts +2 -0
  129. package/dist/packages/components/create.d.ts +13 -0
  130. package/dist/packages/components/installer.d.ts +2 -0
  131. package/dist/packages/i18n/en_US/configForm.d.ts +33 -0
  132. package/dist/packages/i18n/en_US/elements/events.d.ts +49 -0
  133. package/dist/packages/i18n/en_US/elements/gateway.d.ts +14 -0
  134. package/dist/packages/i18n/en_US/elements/other.d.ts +184 -0
  135. package/dist/packages/i18n/en_US/elements/tasks.d.ts +28 -0
  136. package/dist/packages/i18n/en_US/index.d.ts +394 -0
  137. package/dist/packages/i18n/en_US/lint.d.ts +5 -0
  138. package/dist/packages/i18n/en_US/panel.d.ts +88 -0
  139. package/dist/packages/i18n/en_US/toolbar.d.ts +28 -0
  140. package/dist/packages/i18n/index.d.ts +790 -0
  141. package/dist/packages/i18n/zh_CN/configForm.d.ts +33 -0
  142. package/dist/packages/i18n/zh_CN/elements/events.d.ts +49 -0
  143. package/dist/packages/i18n/zh_CN/elements/gateway.d.ts +14 -0
  144. package/dist/packages/i18n/zh_CN/elements/other.d.ts +184 -0
  145. package/dist/packages/i18n/zh_CN/elements/tasks.d.ts +28 -0
  146. package/dist/packages/i18n/zh_CN/index.d.ts +394 -0
  147. package/dist/packages/i18n/zh_CN/lint.d.ts +5 -0
  148. package/dist/packages/i18n/zh_CN/panel.d.ts +88 -0
  149. package/dist/packages/i18n/zh_CN/toolbar.d.ts +28 -0
  150. package/dist/style.css +1 -0
  151. package/dist/vanilla-picker-CWMPCyEj.mjs +539 -0
  152. package/package.json +24 -5
  153. package/dist/packages/components/index.d.ts +0 -3
@@ -0,0 +1,790 @@
1
+ export declare const defaultLang = "zh_CN";
2
+ declare const i18n: import("vue-i18n").I18n<{
3
+ zh_CN: {
4
+ elements: {
5
+ Task: string;
6
+ 'Send Task': string;
7
+ 'Receive Task': string;
8
+ 'User Task': string;
9
+ 'Manual Task': string;
10
+ 'Business Rule Task': string;
11
+ 'Service Task': string;
12
+ 'Script Task': string;
13
+ 'Call Activity': string;
14
+ 'Sub Process (collapsed)': string;
15
+ 'Sub Process (expanded)': string;
16
+ 'Start Event': string;
17
+ 'Intermediate Throw Event': string;
18
+ 'End Event': string;
19
+ StartEvent: string;
20
+ EndEvent: string;
21
+ SendTask: string;
22
+ ReceiveTask: string;
23
+ UserTask: string;
24
+ ManualTask: string;
25
+ BusinessRuleTask: string;
26
+ ServiceTask: string;
27
+ ScriptTask: string;
28
+ CallActivity: string;
29
+ SubProcess: string;
30
+ Gateway: string;
31
+ 'Exclusive Gateway': string;
32
+ 'Parallel Gateway': string;
33
+ 'Inclusive Gateway': string;
34
+ 'Complex Gateway': string;
35
+ 'Event based Gateway': string;
36
+ ExclusiveGateway: string;
37
+ ParallelGateway: string;
38
+ InclusiveGateway: string;
39
+ ComplexGateway: string;
40
+ EventBasedGateway: string;
41
+ IntermediateThrowEvent: string;
42
+ IntermediateCatchEvent: string;
43
+ 'Message Start Event': string;
44
+ 'Timer Start Event': string;
45
+ 'Conditional Start Event': string;
46
+ 'Signal Start Event': string;
47
+ 'Error Start Event': string;
48
+ 'Escalation Start Event': string;
49
+ 'Compensation Start Event': string;
50
+ 'Message Start Event (non-interrupting)': string;
51
+ 'Timer Start Event (non-interrupting)': string;
52
+ 'Conditional Start Event (non-interrupting)': string;
53
+ 'Signal Start Event (non-interrupting)': string;
54
+ 'Escalation Start Event (non-interrupting)': string;
55
+ 'Message Intermediate Catch Event': string;
56
+ 'Message Intermediate Throw Event': string;
57
+ 'Timer Intermediate Catch Event': string;
58
+ 'Escalation Intermediate Throw Event': string;
59
+ 'Conditional Intermediate Catch Event': string;
60
+ 'Link Intermediate Catch Event': string;
61
+ 'Link Intermediate Throw Event': string;
62
+ 'Compensation Intermediate Throw Event': string;
63
+ 'Signal Intermediate Catch Event': string;
64
+ 'Signal Intermediate Throw Event': string;
65
+ 'Message End Event': string;
66
+ 'Escalation End Event': string;
67
+ 'Error End Event': string;
68
+ 'Cancel End Event': string;
69
+ 'Compensation End Event': string;
70
+ 'Signal End Event': string;
71
+ 'Terminate End Event': string;
72
+ 'Message Boundary Event': string;
73
+ 'Message Boundary Event (non-interrupting)': string;
74
+ 'Timer Boundary Event': string;
75
+ 'Timer Boundary Event (non-interrupting)': string;
76
+ 'Escalation Boundary Event': string;
77
+ 'Escalation Boundary Event (non-interrupting)': string;
78
+ 'Conditional Boundary Event': string;
79
+ 'Conditional Boundary Event (non-interrupting)': string;
80
+ 'Error Boundary Event': string;
81
+ 'Cancel Boundary Event': string;
82
+ 'Signal Boundary Event': string;
83
+ 'Signal Boundary Event (non-interrupting)': string;
84
+ 'Compensation Boundary Event': string;
85
+ Process: string;
86
+ 'Append EndEvent': string;
87
+ 'Append Gateway': string;
88
+ 'Append Task': string;
89
+ 'Append Intermediate/Boundary Event': string;
90
+ 'Activate the global connect tool': string;
91
+ 'Append {type}': string;
92
+ 'Add Lane above': string;
93
+ 'Divide into two Lanes': string;
94
+ 'Divide into three Lanes': string;
95
+ 'Add Lane below': string;
96
+ 'Append compensation activity': string;
97
+ 'Change type': string;
98
+ 'Connect using Association': string;
99
+ 'Connect using Sequence/MessageFlow or Association': string;
100
+ 'Connect using DataInputAssociation': string;
101
+ Remove: string;
102
+ 'Activate the hand tool': string;
103
+ 'Activate the lasso tool': string;
104
+ 'Activate the create/remove space tool': string;
105
+ 'Create expanded SubProcess': string;
106
+ 'Create IntermediateThrowEvent/BoundaryEvent': string;
107
+ 'Create Pool/Participant': string;
108
+ 'Parallel Multi Instance': string;
109
+ 'Sequential Multi Instance': string;
110
+ DataObjectReference: string;
111
+ DataStoreReference: string;
112
+ Loop: string;
113
+ 'Ad-hoc': string;
114
+ 'Create {type}': string;
115
+ 'Create StartEvent': string;
116
+ 'Create EndEvent': string;
117
+ 'Create Task': string;
118
+ 'Create User Task': string;
119
+ 'Create Gateway': string;
120
+ 'Create DataObjectReference': string;
121
+ 'Create DataStoreReference': string;
122
+ 'Create Group': string;
123
+ 'Create Intermediate/Boundary Event': string;
124
+ 'Collapsed Pool': string;
125
+ 'Expanded Pool': string;
126
+ 'no parent for {element} in {parent}': string;
127
+ 'no shape type specified': string;
128
+ 'flow elements must be children of pools/participants': string;
129
+ 'out of bounds release': string;
130
+ 'more than {count} child lanes': string;
131
+ 'element required': string;
132
+ 'diagram not part of bpmn:Definitions': string;
133
+ 'no diagram to display': string;
134
+ 'no process or collaboration to display': string;
135
+ 'element {element} referenced by {referenced}#{property} not yet drawn': string;
136
+ 'already rendered {element}': string;
137
+ 'failed to import {element}': string;
138
+ Id: string;
139
+ Name: string;
140
+ General: string;
141
+ Details: string;
142
+ 'Message Name': string;
143
+ Message: string;
144
+ Initiator: string;
145
+ 'Asynchronous Continuations': string;
146
+ 'Asynchronous Before': string;
147
+ 'Asynchronous After': string;
148
+ 'Job Configuration': string;
149
+ Exclusive: string;
150
+ 'Job Priority': string;
151
+ 'Retry Time Cycle': string;
152
+ Documentation: string;
153
+ 'Element Documentation': string;
154
+ 'History Configuration': string;
155
+ 'History Time To Live': string;
156
+ Forms: string;
157
+ 'Form Key': string;
158
+ 'Form Fields': string;
159
+ 'Business Key': string;
160
+ 'Form Field': string;
161
+ ID: string;
162
+ Type: string;
163
+ Label: string;
164
+ 'Default Value': string;
165
+ 'Default Flow': string;
166
+ 'Conditional Flow': string;
167
+ 'Sequence Flow': string;
168
+ Validation: string;
169
+ 'Add Constraint': string;
170
+ Config: string;
171
+ Properties: string;
172
+ 'Add Property': string;
173
+ Value: string;
174
+ Listeners: string;
175
+ 'Execution Listener': string;
176
+ 'Event Type': string;
177
+ 'Listener Type': string;
178
+ 'Java Class': string;
179
+ Expression: string;
180
+ 'Must provide a value': string;
181
+ 'Delegate Expression': string;
182
+ Script: string;
183
+ 'Script Format': string;
184
+ 'Script Type': string;
185
+ 'Inline Script': string;
186
+ 'External Script': string;
187
+ Resource: string;
188
+ 'Field Injection': string;
189
+ Extensions: string;
190
+ 'Input/Output': string;
191
+ 'Input Parameters': string;
192
+ 'Output Parameters': string;
193
+ Parameters: string;
194
+ 'Output Parameter': string;
195
+ 'Timer Definition Type': string;
196
+ 'Timer Definition': string;
197
+ Date: string;
198
+ Duration: string;
199
+ Cycle: string;
200
+ Signal: string;
201
+ 'Signal Name': string;
202
+ Escalation: string;
203
+ Error: string;
204
+ 'Link Name': string;
205
+ Condition: string;
206
+ 'Variable Name': string;
207
+ 'Variable Event': string;
208
+ 'Specify more than one variable change event as a comma separated list.': string;
209
+ 'Wait for Completion': string;
210
+ 'Activity Ref': string;
211
+ 'Version Tag': string;
212
+ Executable: string;
213
+ 'External Task Configuration': string;
214
+ 'Task Priority': string;
215
+ External: string;
216
+ Connector: string;
217
+ 'Must configure Connector': string;
218
+ 'Connector Id': string;
219
+ Implementation: string;
220
+ 'Field Injections': string;
221
+ Fields: string;
222
+ 'Result Variable': string;
223
+ Topic: string;
224
+ 'Configure Connector': string;
225
+ 'Input Parameter': string;
226
+ Assignee: string;
227
+ 'Candidate Users': string;
228
+ 'Candidate Groups': string;
229
+ 'Due Date': string;
230
+ 'Follow Up Date': string;
231
+ Priority: string;
232
+ 'The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
233
+ 'The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
234
+ Variables: string;
235
+ 'Candidate Starter Configuration': string;
236
+ 'Candidate Starter Groups': string;
237
+ 'This maps to the process definition key.': string;
238
+ 'Candidate Starter Users': string;
239
+ 'Specify more than one user as a comma separated list.': string;
240
+ 'Tasklist Configuration': string;
241
+ Startable: string;
242
+ 'Specify more than one group as a comma separated list.': string;
243
+ 'Execution listeners': string;
244
+ };
245
+ lint: {
246
+ Errors: string;
247
+ Warnings: string;
248
+ };
249
+ configForm: {
250
+ preferences: string;
251
+ language: string;
252
+ processName: string;
253
+ processId: string;
254
+ toolbar: string;
255
+ miniMap: string;
256
+ useLint: string;
257
+ templateChooser: string;
258
+ contextmenu: string;
259
+ customContextmenu: string;
260
+ processEngine: string;
261
+ background: string;
262
+ penalMode: string;
263
+ paletteMode: string;
264
+ contextPadMode: string;
265
+ rendererMode: string;
266
+ otherModule: string;
267
+ customTheme: string;
268
+ default: string;
269
+ rewrite: string;
270
+ enhancement: string;
271
+ custom: string;
272
+ gridImage: string;
273
+ grid: string;
274
+ image: string;
275
+ none: string;
276
+ camunda: string;
277
+ activiti: string;
278
+ flowable: string;
279
+ 'There are different states under TemplateChooser': string;
280
+ };
281
+ panel: {
282
+ general: string;
283
+ id: string;
284
+ name: string;
285
+ version: string;
286
+ executable: string;
287
+ documentationSettings: string;
288
+ documentationBody: string;
289
+ startInitiator: string;
290
+ initiator: string;
291
+ candidateStarter: string;
292
+ candidateStarterGroups: string;
293
+ candidateStarterGroupsPlaceholder: string;
294
+ candidateStarterUsers: string;
295
+ candidateStarterUsersPlaceholder: string;
296
+ userAssignment: string;
297
+ userAssign_assignee: string;
298
+ userAssign_candidateUsers: string;
299
+ userAssign_candidateGroups: string;
300
+ userAssign_dueDate: string;
301
+ userAssign_followUpDate: string;
302
+ userAssign_priority: string;
303
+ dueDate_description: string;
304
+ formConfig: string;
305
+ formKey: string;
306
+ jobExecution: string;
307
+ taskPriority: string;
308
+ retryTimeCycle: string;
309
+ asyncContinuations: string;
310
+ asyncBefore: string;
311
+ asyncAfter: string;
312
+ asyncExclusive: string;
313
+ conditionalSettings: string;
314
+ variableName: string;
315
+ variableEvents: string;
316
+ conditionType: string;
317
+ conditionExpression: string;
318
+ scriptType: string;
319
+ scriptLanguage: string;
320
+ scriptBody: string;
321
+ scriptResource: string;
322
+ scriptFormat: string;
323
+ ExternalResource: string;
324
+ InlineScript: string;
325
+ None: string;
326
+ executionListeners: string;
327
+ addExecutionListener: string;
328
+ TaskListeners: string;
329
+ addTaskListener: string;
330
+ MultiInstanceConfig: string;
331
+ multiInstance_loopCardinality: string;
332
+ multiInstance_completionCondition: string;
333
+ multiInstance_collection: string;
334
+ multiInstance_elementVariable: string;
335
+ eventType: string;
336
+ listenerId: string;
337
+ listenerType: string;
338
+ listenerFieldList: string;
339
+ fieldCount: string;
340
+ extensionProperties: string;
341
+ addExtensionProperties: string;
342
+ propertyName: string;
343
+ propertyValue: string;
344
+ FieldInjectionProperties: string;
345
+ addFieldInjectionProperties: string;
346
+ fieldName: string;
347
+ fieldType: string;
348
+ fieldValue: string;
349
+ javaClass: string;
350
+ expression: string;
351
+ delegateExpression: string;
352
+ ImplementationConfig: string;
353
+ implementationType: string;
354
+ implementation_: string;
355
+ implementation_expression: string;
356
+ implementation_delegateExpression: string;
357
+ implementation_class: string;
358
+ implementation_external: string;
359
+ implementation_connector: string;
360
+ implementation_dmn: string;
361
+ implementation_resultVariable: string;
362
+ index: string;
363
+ operations: string;
364
+ edit: string;
365
+ remove: string;
366
+ confirm: string;
367
+ };
368
+ toolbar: {
369
+ openFile: string;
370
+ exportAs: string;
371
+ exportAsXML: string;
372
+ exportAsBPMN: string;
373
+ exportAsSVG: string;
374
+ previewAs: string;
375
+ previewAsXML: string;
376
+ previewAsJSON: string;
377
+ alignLeft: string;
378
+ alignCenter: string;
379
+ alignRight: string;
380
+ alignTop: string;
381
+ alignMiddle: string;
382
+ alignBottom: string;
383
+ zoomOut: string;
384
+ zoomReset: string;
385
+ zoomIn: string;
386
+ undo: string;
387
+ redo: string;
388
+ restart: string;
389
+ toggleProcessMock: string;
390
+ toggleProcessLint: string;
391
+ toggleMinimap: string;
392
+ bpmnEvents: string;
393
+ bpmnShortcutKeys: string;
394
+ };
395
+ };
396
+ en_US: {
397
+ elements: {
398
+ Task: string;
399
+ 'Send Task': string;
400
+ 'Receive Task': string;
401
+ 'User Task': string;
402
+ 'Manual Task': string;
403
+ 'Business Rule Task': string;
404
+ 'Service Task': string;
405
+ 'Script Task': string;
406
+ 'Call Activity': string;
407
+ 'Sub Process (collapsed)': string;
408
+ 'Sub Process (expanded)': string;
409
+ 'Start Event': string;
410
+ 'Intermediate Throw Event': string;
411
+ 'End Event': string;
412
+ StartEvent: string;
413
+ EndEvent: string;
414
+ SendTask: string;
415
+ ReceiveTask: string;
416
+ UserTask: string;
417
+ ManualTask: string;
418
+ BusinessRuleTask: string;
419
+ ServiceTask: string;
420
+ ScriptTask: string;
421
+ CallActivity: string;
422
+ SubProcess: string;
423
+ Gateway: string;
424
+ 'Exclusive Gateway': string;
425
+ 'Parallel Gateway': string;
426
+ 'Inclusive Gateway': string;
427
+ 'Complex Gateway': string;
428
+ 'Event based Gateway': string;
429
+ ExclusiveGateway: string;
430
+ ParallelGateway: string;
431
+ InclusiveGateway: string;
432
+ ComplexGateway: string;
433
+ EventBasedGateway: string;
434
+ IntermediateThrowEvent: string;
435
+ IntermediateCatchEvent: string;
436
+ 'Message Start Event': string;
437
+ 'Timer Start Event': string;
438
+ 'Conditional Start Event': string;
439
+ 'Signal Start Event': string;
440
+ 'Error Start Event': string;
441
+ 'Escalation Start Event': string;
442
+ 'Compensation Start Event': string;
443
+ 'Message Start Event (non-interrupting)': string;
444
+ 'Timer Start Event (non-interrupting)': string;
445
+ 'Conditional Start Event (non-interrupting)': string;
446
+ 'Signal Start Event (non-interrupting)': string;
447
+ 'Escalation Start Event (non-interrupting)': string;
448
+ 'Message Intermediate Catch Event': string;
449
+ 'Message Intermediate Throw Event': string;
450
+ 'Timer Intermediate Catch Event': string;
451
+ 'Escalation Intermediate Throw Event': string;
452
+ 'Conditional Intermediate Catch Event': string;
453
+ 'Link Intermediate Catch Event': string;
454
+ 'Link Intermediate Throw Event': string;
455
+ 'Compensation Intermediate Throw Event': string;
456
+ 'Signal Intermediate Catch Event': string;
457
+ 'Signal Intermediate Throw Event': string;
458
+ 'Message End Event': string;
459
+ 'Escalation End Event': string;
460
+ 'Error End Event': string;
461
+ 'Cancel End Event': string;
462
+ 'Compensation End Event': string;
463
+ 'Signal End Event': string;
464
+ 'Terminate End Event': string;
465
+ 'Message Boundary Event': string;
466
+ 'Message Boundary Event (non-interrupting)': string;
467
+ 'Timer Boundary Event': string;
468
+ 'Timer Boundary Event (non-interrupting)': string;
469
+ 'Escalation Boundary Event': string;
470
+ 'Escalation Boundary Event (non-interrupting)': string;
471
+ 'Conditional Boundary Event': string;
472
+ 'Conditional Boundary Event (non-interrupting)': string;
473
+ 'Error Boundary Event': string;
474
+ 'Cancel Boundary Event': string;
475
+ 'Signal Boundary Event': string;
476
+ 'Signal Boundary Event (non-interrupting)': string;
477
+ 'Compensation Boundary Event': string;
478
+ Process: string;
479
+ 'Append EndEvent': string;
480
+ 'Append Gateway': string;
481
+ 'Append Task': string;
482
+ 'Append Intermediate/Boundary Event': string;
483
+ 'Activate the global connect tool': string;
484
+ 'Append {type}': string;
485
+ 'Add Lane above': string;
486
+ 'Divide into two Lanes': string;
487
+ 'Divide into three Lanes': string;
488
+ 'Add Lane below': string;
489
+ 'Append compensation activity': string;
490
+ 'Change type': string;
491
+ 'Connect using Association': string;
492
+ 'Connect using Sequence/MessageFlow or Association': string;
493
+ 'Connect using DataInputAssociation': string;
494
+ Remove: string;
495
+ 'Activate the hand tool': string;
496
+ 'Activate the lasso tool': string;
497
+ 'Activate the create/remove space tool': string;
498
+ 'Create expanded SubProcess': string;
499
+ 'Create IntermediateThrowEvent/BoundaryEvent': string;
500
+ 'Create Pool/Participant': string;
501
+ 'Parallel Multi Instance': string;
502
+ 'Sequential Multi Instance': string;
503
+ DataObjectReference: string;
504
+ DataStoreReference: string;
505
+ Loop: string;
506
+ 'Ad-hoc': string;
507
+ 'Create {type}': string;
508
+ 'Create StartEvent': string;
509
+ 'Create EndEvent': string;
510
+ 'Create Task': string;
511
+ 'Create User Task': string;
512
+ 'Create Gateway': string;
513
+ 'Create DataObjectReference': string;
514
+ 'Create DataStoreReference': string;
515
+ 'Create Group': string;
516
+ 'Create Intermediate/Boundary Event': string;
517
+ 'Collapsed Pool': string;
518
+ 'Expanded Pool': string;
519
+ 'no parent for {element} in {parent}': string;
520
+ 'no shape type specified': string;
521
+ 'flow elements must be children of pools/participants': string;
522
+ 'out of bounds release': string;
523
+ 'more than {count} child lanes': string;
524
+ 'element required': string;
525
+ 'diagram not part of bpmn:Definitions': string;
526
+ 'no diagram to display': string;
527
+ 'no process or collaboration to display': string;
528
+ 'element {element} referenced by {referenced}#{property} not yet drawn': string;
529
+ 'already rendered {element}': string;
530
+ 'failed to import {element}': string;
531
+ Id: string;
532
+ Name: string;
533
+ General: string;
534
+ Details: string;
535
+ 'Message Name': string;
536
+ Message: string;
537
+ Initiator: string;
538
+ 'Asynchronous Continuations': string;
539
+ 'Asynchronous Before': string;
540
+ 'Asynchronous After': string;
541
+ 'Job Configuration': string;
542
+ Exclusive: string;
543
+ 'Job Priority': string;
544
+ 'Retry Time Cycle': string;
545
+ Documentation: string;
546
+ 'Element Documentation': string;
547
+ 'History Configuration': string;
548
+ 'History Time To Live': string;
549
+ Forms: string;
550
+ 'Form Key': string;
551
+ 'Form Fields': string;
552
+ 'Business Key': string;
553
+ 'Form Field': string;
554
+ ID: string;
555
+ Type: string;
556
+ Label: string;
557
+ 'Default Value': string;
558
+ 'Default Flow': string;
559
+ 'Conditional Flow': string;
560
+ 'Sequence Flow': string;
561
+ Validation: string;
562
+ 'Add Constraint': string;
563
+ Config: string;
564
+ Properties: string;
565
+ 'Add Property': string;
566
+ Value: string;
567
+ Listeners: string;
568
+ 'Execution Listener': string;
569
+ 'Event Type': string;
570
+ 'Listener Type': string;
571
+ 'Java Class': string;
572
+ Expression: string;
573
+ 'Must provide a value': string;
574
+ 'Delegate Expression': string;
575
+ Script: string;
576
+ 'Script Format': string;
577
+ 'Script Type': string;
578
+ 'Inline Script': string;
579
+ 'External Script': string;
580
+ Resource: string;
581
+ 'Field Injection': string;
582
+ Extensions: string;
583
+ 'Input/Output': string;
584
+ 'Input Parameters': string;
585
+ 'Output Parameters': string;
586
+ Parameters: string;
587
+ 'Output Parameter': string;
588
+ 'Timer Definition Type': string;
589
+ 'Timer Definition': string;
590
+ Date: string;
591
+ Duration: string;
592
+ Cycle: string;
593
+ Signal: string;
594
+ 'Signal Name': string;
595
+ Escalation: string;
596
+ Error: string;
597
+ 'Link Name': string;
598
+ Condition: string;
599
+ 'Variable Name': string;
600
+ 'Variable Event': string;
601
+ 'Specify more than one variable change event as a comma separated list.': string;
602
+ 'Wait for Completion': string;
603
+ 'Activity Ref': string;
604
+ 'Version Tag': string;
605
+ Executable: string;
606
+ 'External Task Configuration': string;
607
+ 'Task Priority': string;
608
+ External: string;
609
+ Connector: string;
610
+ 'Must configure Connector': string;
611
+ 'Connector Id': string;
612
+ Implementation: string;
613
+ 'Field Injections': string;
614
+ Fields: string;
615
+ 'Result Variable': string;
616
+ Topic: string;
617
+ 'Configure Connector': string;
618
+ 'Input Parameter': string;
619
+ Assignee: string;
620
+ 'Candidate Users': string;
621
+ 'Candidate Groups': string;
622
+ 'Due Date': string;
623
+ 'Follow Up Date': string;
624
+ Priority: string;
625
+ 'The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
626
+ 'The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)': string;
627
+ Variables: string;
628
+ 'Candidate Starter Configuration': string;
629
+ 'Candidate Starter Groups': string;
630
+ 'This maps to the process definition key.': string;
631
+ 'Candidate Starter Users': string;
632
+ 'Specify more than one user as a comma separated list.': string;
633
+ 'Tasklist Configuration': string;
634
+ Startable: string;
635
+ 'Specify more than one group as a comma separated list.': string;
636
+ 'Execution listeners': string;
637
+ };
638
+ lint: {
639
+ Errors: string;
640
+ Warnings: string;
641
+ };
642
+ configForm: {
643
+ preferences: string;
644
+ language: string;
645
+ processName: string;
646
+ processId: string;
647
+ toolbar: string;
648
+ miniMap: string;
649
+ useLint: string;
650
+ templateChooser: string;
651
+ contextmenu: string;
652
+ customContextmenu: string;
653
+ processEngine: string;
654
+ background: string;
655
+ penalMode: string;
656
+ paletteMode: string;
657
+ contextPadMode: string;
658
+ rendererMode: string;
659
+ otherModule: string;
660
+ customTheme: string;
661
+ default: string;
662
+ rewrite: string;
663
+ enhancement: string;
664
+ custom: string;
665
+ gridImage: string;
666
+ grid: string;
667
+ image: string;
668
+ none: string;
669
+ camunda: string;
670
+ activiti: string;
671
+ flowable: string;
672
+ there_are_different_states_under_TemplateChooser: string;
673
+ };
674
+ panel: {
675
+ general: string;
676
+ id: string;
677
+ name: string;
678
+ version: string;
679
+ executable: string;
680
+ documentationSettings: string;
681
+ documentationBody: string;
682
+ startInitiator: string;
683
+ initiator: string;
684
+ candidateStarter: string;
685
+ candidateStarterGroups: string;
686
+ candidateStarterGroupsPlaceholder: string;
687
+ candidateStarterUsers: string;
688
+ candidateStarterUsersPlaceholder: string;
689
+ formConfig: string;
690
+ formKey: string;
691
+ userAssignment: string;
692
+ userAssign_assignee: string;
693
+ userAssign_candidateUsers: string;
694
+ userAssign_candidateGroups: string;
695
+ userAssign_dueDate: string;
696
+ userAssign_followUpDate: string;
697
+ userAssign_priority: string;
698
+ dueDate_description: string;
699
+ jobExecution: string;
700
+ taskPriority: string;
701
+ retryTimeCycle: string;
702
+ asyncContinuations: string;
703
+ asyncBefore: string;
704
+ asyncAfter: string;
705
+ asyncExclusive: string;
706
+ conditionalSettings: string;
707
+ variableName: string;
708
+ variableEvents: string;
709
+ conditionType: string;
710
+ conditionExpression: string;
711
+ scriptType: string;
712
+ scriptLanguage: string;
713
+ scriptBody: string;
714
+ scriptResource: string;
715
+ scriptFormat: string;
716
+ ExternalResource: string;
717
+ InlineScript: string;
718
+ None: string;
719
+ executionListeners: string;
720
+ addExecutionListener: string;
721
+ TaskListeners: string;
722
+ addTaskListener: string;
723
+ MultiInstanceConfig: string;
724
+ multiInstance_loopCardinality: string;
725
+ multiInstance_completionCondition: string;
726
+ multiInstance_collection: string;
727
+ multiInstance_elementVariable: string;
728
+ eventType: string;
729
+ listenerId: string;
730
+ listenerType: string;
731
+ listenerFieldList: string;
732
+ fieldCount: string;
733
+ extensionProperties: string;
734
+ addExtensionProperties: string;
735
+ propertyName: string;
736
+ propertyValue: string;
737
+ FieldInjectionProperties: string;
738
+ addFieldInjectionProperties: string;
739
+ fieldName: string;
740
+ fieldType: string;
741
+ fieldValue: string;
742
+ javaClass: string;
743
+ expression: string;
744
+ delegateExpression: string;
745
+ ImplementationConfig: string;
746
+ implementationType: string;
747
+ implementation_: string;
748
+ implementation_expression: string;
749
+ implementation_delegateExpression: string;
750
+ implementation_class: string;
751
+ implementation_external: string;
752
+ implementation_connector: string;
753
+ implementation_dmn: string;
754
+ implementation_resultVariable: string;
755
+ index: string;
756
+ operations: string;
757
+ edit: string;
758
+ remove: string;
759
+ confirm: string;
760
+ };
761
+ toolbar: {
762
+ openFile: string;
763
+ exportAs: string;
764
+ exportAsXML: string;
765
+ exportAsBPMN: string;
766
+ exportAsSVG: string;
767
+ previewAs: string;
768
+ previewAsXML: string;
769
+ previewAsJSON: string;
770
+ alignLeft: string;
771
+ alignCenter: string;
772
+ alignRight: string;
773
+ alignTop: string;
774
+ alignMiddle: string;
775
+ alignBottom: string;
776
+ zoomOut: string;
777
+ zoomReset: string;
778
+ zoomIn: string;
779
+ undo: string;
780
+ redo: string;
781
+ restart: string;
782
+ toggleProcessMock: string;
783
+ toggleProcessLint: string;
784
+ toggleMinimap: string;
785
+ bpmnEvents: string;
786
+ bpmnShortcutKeys: string;
787
+ };
788
+ };
789
+ }, {}, {}, string, false>;
790
+ export default i18n;