cnhis-design-vue 3.1.5-beta.5 → 3.1.5-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/env.d.ts +23 -11
- package/es/_virtual/_commonjsHelpers.mjs +1 -0
- package/es/_virtual/inherits.mjs +1 -0
- package/es/_virtual/inherits_browser.mjs +1 -0
- package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
- package/es/node_modules/ids/dist/index.esm.mjs +1 -0
- package/es/node_modules/inherits/inherits.mjs +1 -0
- package/es/node_modules/inherits/inherits_browser.mjs +1 -0
- package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
- package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
- package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
- package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
- package/es/packages/big-table/index.d.ts +2044 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/index.mjs +1 -0
- package/es/packages/bpmn-workflow/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.css +29 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -0
- package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
- package/es/packages/button-print/index.d.ts +7373 -0
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/chunk-upload/index.d.ts +1748 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +415 -289
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/editor/index.d.ts +30 -0
- package/es/packages/editor/index.mjs +1 -0
- package/es/packages/editor/index2.mjs +1 -0
- package/es/packages/editor/src/Editor.d.ts +30 -0
- package/es/packages/editor/src/Editor.mjs +1 -0
- package/es/packages/editor/src/Editor2.mjs +1 -0
- package/es/packages/editor/style/index.css +0 -0
- package/es/packages/editor/style/index.less +0 -0
- package/es/packages/field-set/index.d.ts +2647 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35912 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/index.css +61 -0
- package/es/packages/index.d.ts +4 -1
- package/es/packages/index.less +64 -0
- package/es/packages/index.mjs +1 -1
- package/es/packages/index2.mjs +1 -1
- package/es/packages/info-header/index.d.ts +1823 -0
- package/es/packages/info-header/src/hidden-content.mjs +1 -0
- package/es/packages/info-header/src/hidden-content.vue.d.ts +359 -0
- package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/hidden-content2.mjs +1 -0
- package/es/packages/info-header/src/info-header.vue.d.ts +1824 -0
- package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/info-header/style/index.css +1 -0
- package/es/packages/info-header/style/index.less +1 -0
- package/es/packages/map/index.d.ts +2313 -0
- package/es/packages/map/src/Map.vue.d.ts +2313 -0
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/index.d.ts +4297 -0
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
- package/es/packages/select-label/index.d.ts +12091 -0
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/index.d.ts +3500 -0
- package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/time-line/index.d.ts +1720 -0
- package/es/packages/time-line/index.mjs +1 -0
- package/es/packages/time-line/index2.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/src/TimeLine2.mjs +1 -0
- package/es/packages/time-line/style/index.css +32 -0
- package/es/packages/time-line/style/index.less +35 -0
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/package.json +15 -8
- package/yarn-error.log +122 -0
- package/CHANGELOG.md +0 -269
- package/es/packages/info-header/src/hiddenContent.mjs +0 -1
- package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare function ContextPadProvider(config: any, injector: any, eventBus: any, contextPad: any, modeling: any, elementFactory: any, connect: any, create: any, popupMenu: any, canvas: any, rules: any, translate: any, elementRegistry: any, bpmnFactory: any, copyPaste: any, clipboard: any, moddle: any): void;
|
|
2
|
+
declare class ContextPadProvider {
|
|
3
|
+
constructor(config: any, injector: any, eventBus: any, contextPad: any, modeling: any, elementFactory: any, connect: any, create: any, popupMenu: any, canvas: any, rules: any, translate: any, elementRegistry: any, bpmnFactory: any, copyPaste: any, clipboard: any, moddle: any);
|
|
4
|
+
_contextPad: any;
|
|
5
|
+
_modeling: any;
|
|
6
|
+
_elementFactory: any;
|
|
7
|
+
_connect: any;
|
|
8
|
+
_create: any;
|
|
9
|
+
_popupMenu: any;
|
|
10
|
+
_canvas: any;
|
|
11
|
+
_rules: any;
|
|
12
|
+
_translate: any;
|
|
13
|
+
_bpmnFactory: any;
|
|
14
|
+
_copyPaste: any;
|
|
15
|
+
_clipboard: any;
|
|
16
|
+
_elementRegistry: any;
|
|
17
|
+
_moddle: any;
|
|
18
|
+
_autoPlace: any;
|
|
19
|
+
getContextPadEntries(element: any): {};
|
|
20
|
+
}
|
|
21
|
+
declare namespace ContextPadProvider {
|
|
22
|
+
const $inject: string[];
|
|
23
|
+
}
|
|
24
|
+
export default ContextPadProvider;
|
package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./CustomContextPadProvider2.mjs";
|
package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{assign as e,isArray as n,forEach as t}from"../../../../../../node_modules/min-dash/dist/index.esm.mjs";import{is as i}from"bpmn-js/lib/util/ModelUtil";import{isExpanded as o,isEventSubProcess as a}from"bpmn-js/lib/util/DiUtil";import{isAny as c}from"bpmn-js/lib/features/modeling/util/ModelingUtil";import{getChildLanes as s}from"bpmn-js/lib/features/modeling/util/LaneUtil";import{hasPrimaryModifier as p}from"../../../../../../node_modules/diagram-js/lib/util/Mouse.mjs";function r(e,n,t,i,o,a,c,s,r,l,m,d,u,b,v,g,h){e=e||{},i.registerProvider(this),this._contextPad=i,this._modeling=o,this._elementFactory=a,this._connect=c,this._create=s,this._popupMenu=r,this._canvas=l,this._rules=m,this._translate=d,this._bpmnFactory=b,this._copyPaste=v,this._clipboard=g,this._elementRegistry=u,this._moddle=h,!1!==e.autoPlace&&(this._autoPlace=n.get("autoPlace",!1)),t.on("create.end",250,(function(e){var n=e.context.shape;if(p(e)&&i.isOpen(n)){var t=i.getEntries(n);t.replace&&t.replace.action.click(e,n)}}))}function l(e,n,i){var o=e.$instanceOf(n),a=!1,c=e.eventDefinitions||[];return t(c,(function(e){e.$type===i&&(a=!0)})),o&&a}r.$inject=["config.contextPad","injector","eventBus","contextPad","modeling","elementFactory","connect","create","popupMenu","canvas","rules","translate","elementRegistry","bpmnFactory","copyPaste","clipboard","moddle"],r.prototype.getContextPadEntries=function(t){var p=this._contextPad,r=this._modeling,m=this._elementFactory,d=this._connect,u=this._create,b=this._popupMenu,v=this._canvas,g=this._rules,h=this._autoPlace,f=this._translate,y=this._bpmnFactory,k=this._copyPaste,w=this._clipboard,E=this._elementRegistry,x=this._moddle,_={};if("label"===t.type)return _;var T=t.businessObject;function S(e,n){d.start(e,n)}function C(e,n,t,i){if("bpmn:ServiceTask"==e){const e={agency:1,notify:2,message:3,rule:4,monitor:5};let o=t.create("bpmn:ExtensionElements",{values:[]}),a=t.create("zeebe:TaskHeaders",{header:[]});const c=window.bpmnInstances.moddle.create("zeebe:Header",{key:"zbNodeType",value:e[i.nodeType]});a.header.push(c),o.values.push(a),n.businessObject.extensionElements=o}if(window.location.search.indexOf("approval=true")>-1&&"bpmn:EndEvent"==e){let e=t.create("bpmn:ExtensionElements",{values:[]}),i=t.create("camunda:ExecutionListener",{class:"com.cnhis.flow.oa.listener.EndEventListener",event:"end"});e.values.push(i),n.businessObject.extensionElements=e}return n}function P(n,t,i,o,a){function c(t,i){const c=y.create(n);(null==a?void 0:a.color)&&(c.color=a.color),(null==a?void 0:a.suitabilityScore)&&(c.suitable=a.suitabilityScore);var s=m.createShape(e({type:n,businessObject:c},o));s=C(n,s,x,o),u.start(t,s,{source:i})}return"string"!=typeof i&&(o=i,i=f("Append {type}",{type:n.replace(/^bpmn:/,"")})),{group:"model",className:t,title:i,action:{dragstart:c,click:h?function(t,i){const c=y.create(n);(null==a?void 0:a.color)&&(c.color=a.color),(null==a?void 0:a.suitabilityScore)&&(c.suitable=a.suitabilityScore);var s=m.createShape(e({type:n,businessObject:c},o));s=C(n,s,x,o),h.append(i,s)}:c}}}function j(e){return function(n,t){r.splitLane(t,e),p.open(t,!0)}}if(c(T,["bpmn:Lane","bpmn:Participant"])&&o(T)){var D=s(t);e(_,{"lane-insert-above":{group:"lane-insert-above",className:"bpmn-icon-lane-insert-above",title:f("Add Lane above"),action:{click:function(e,n){r.addLane(n,"top")}}}}),D.length<2&&(t.height>=120&&e(_,{"lane-divide-two":{group:"lane-divide",className:"bpmn-icon-lane-divide-two",title:f("Divide into two Lanes"),action:{click:j(2)}}}),t.height>=180&&e(_,{"lane-divide-three":{group:"lane-divide",className:"bpmn-icon-lane-divide-three",title:f("Divide into three Lanes"),action:{click:j(3)}}})),e(_,{"lane-insert-below":{group:"lane-insert-below",className:"bpmn-icon-lane-insert-below",title:f("Add Lane below"),action:{click:function(e,n){r.addLane(n,"bottom")}}}})}i(T,"bpmn:FlowNode")&&(i(T,"bpmn:EventBasedGateway")?e(_,{"append.receive-task":P("bpmn:ServiceTask","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaodaiban",f("创建待办节点"),{nodeType:"agency"}),"append.message-intermediate-event":P("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-message",f("Append MessageIntermediateCatchEvent"),{eventDefinitionType:"bpmn:MessageEventDefinition"}),"append.timer-intermediate-event":P("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-timer",f("Append TimerIntermediateCatchEvent"),{eventDefinitionType:"bpmn:TimerEventDefinition"}),"append.condition-intermediate-event":P("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-condition",f("Append ConditionIntermediateCatchEvent"),{eventDefinitionType:"bpmn:ConditionalEventDefinition"}),"append.signal-intermediate-event":P("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-signal",f("Append SignalIntermediateCatchEvent"),{eventDefinitionType:"bpmn:SignalEventDefinition"})}):l(T,"bpmn:BoundaryEvent","bpmn:CompensateEventDefinition")?e(_,{"append.compensation-activity":P("bpmn:Task","bpmn-icon-task",f("Append compensation activity"),{isForCompensation:!0})}):i(T,"bpmn:EndEvent")||T.isForCompensation||l(T,"bpmn:IntermediateThrowEvent","bpmn:LinkEventDefinition")||a(T)||(e(_,{"append.end-event":P("bpmn:EndEvent","bpmn-icon-end-event-none",f("创建结束节点")),"append.exclusive-gateway":P("bpmn:ExclusiveGateway","bpmn-icon-gateway-xor",f("创建分支节点"))}),window.location.search.indexOf("approval=true")>-1?e(_,{"append.user-task":P("bpmn:UserTask","icon-bpmn-custom-approval iconfont icon-a-liuchengyinqingxitongtubiaoyonghu",f("创建审核节点")),"append.script-task":P("bpmn:ScriptTask","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaomoban",f("创建模板引擎节点"))}):window.location.search.indexOf("closedLoop=true")>-1?e(_,{"append.monitor-service-task":P("bpmn:ServiceTask","icon-bpmn-custom-closedLoop bpmn-icon-task-none",f("创建监听业务节点"),{nodeType:"monitor"})}):e(_,{"append.user-task":P("bpmn:UserTask","icon-bpmn-custom-approval iconfont icon-a-liuchengyinqingxitongtubiaoyonghu",f("创建审核节点")),"append.service-task":P("bpmn:ServiceTask","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaoAPI",f("创建API节点"),{nodeType:"api"}),"append.script-task":P("bpmn:ScriptTask","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaomoban",f("创建模板引擎节点")),"append.send-task":P("bpmn:ServiceTask","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaotongzhi",f("创建通知节点"),{nodeType:"notify"}),"append.receive-task":P("bpmn:ServiceTask","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaodaiban",f("创建待办节点"),{nodeType:"agency"}),"append.rule-task":P("bpmn:ServiceTask","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaoguizejiedian",f("创建规则节点"),{nodeType:"rule"}),"append.sub-process-task":P("bpmn:SubProcess","icon-bpmn-custom-workflow bpmn-icon-call-activity",f("创建子流程节点"))}))),!b.isEmpty(t,"bpmn-replace")&&c(T,["bpmn:ExclusiveGateway","bpmn:ParallelGateway"])&&e(_,{replace:{group:"edit",className:"bpmn-icon-screw-wrench",title:f("Change type"),action:{click:function(n,t){var i=e(function(e){var n=v.getContainer(),t=p.getPad(e).html,i=n.getBoundingClientRect(),o=t.getBoundingClientRect(),a=o.top-i.top;return{x:o.left-i.left,y:a+o.height+5}}(t),{cursor:{x:n.x,y:n.y}});b.open(t,"bpmn-replace",i)}}}}),!i(T,"bpmn:EndEvent")&&c(T,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference"])&&e(_,{connect:{group:"edit",className:"bpmn-icon-connection-multi",title:f("Connect using "+(T.isForCompensation?"":"Sequence/MessageFlow or ")+"Association"),action:{click:S,dragstart:S}}}),c(T,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&e(_,{connect:{group:"edit",className:"bpmn-icon-connection-multi",title:f("Connect using DataInputAssociation"),action:{click:S,dragstart:S}}}),c(T,["bpmn:SequenceFlow","bpmn:EndEvent","bpmn:StartEvent"])||e(_,{copy:{group:"edit",className:"bpmn-icon-data-object",title:f("复制"),action:{click:function(){k.copy(t);var e=w.get();e[0].map((e=>{e.isPaste=!0}));var n,i,o=JSON.parse(JSON.stringify(e),(n=x,i={},function(e,t){if("object"==typeof t&&"string"==typeof(null==t?void 0:t.$type)){var o=t.id;if(o&&i[o])return i[o];var a=t.$type,c=Object.assign({},t);delete c.$type;var s=n.create(a,c);return o&&(i[o]=s),s}return t}));w.set(o);var a={element:E.get("Process_1"),point:{x:50,y:50}};k.paste(a)}}}});var N=g.allowed("elements.delete",{elements:[t]});return n(N)&&(N=N[0]===t),N&&!i(T,"bpmn:StartEvent")&&e(_,{delete:{group:"edit",className:"bpmn-icon-trash",title:f("删除"),action:{click:function(){r.removeElements([t])}}}}),_};export{r as default};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare function PaletteProvider(palette: any, create: any, elementFactory: any, globalConnect: any, bpmnFactory: any, spaceTool: any, lassoTool: any, handTool: any, translate: any, modeling: any, moddle: any): void;
|
|
2
|
+
declare class PaletteProvider {
|
|
3
|
+
constructor(palette: any, create: any, elementFactory: any, globalConnect: any, bpmnFactory: any, spaceTool: any, lassoTool: any, handTool: any, translate: any, modeling: any, moddle: any);
|
|
4
|
+
create: any;
|
|
5
|
+
elementFactory: any;
|
|
6
|
+
globalConnect: any;
|
|
7
|
+
bpmnFactory: any;
|
|
8
|
+
spaceTool: any;
|
|
9
|
+
lassoTool: any;
|
|
10
|
+
handTool: any;
|
|
11
|
+
translate: any;
|
|
12
|
+
modeling: any;
|
|
13
|
+
moddle: any;
|
|
14
|
+
getPaletteEntries(): {};
|
|
15
|
+
}
|
|
16
|
+
declare namespace PaletteProvider {
|
|
17
|
+
const $inject: string[];
|
|
18
|
+
}
|
|
19
|
+
export default PaletteProvider;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./CustomPalette2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{assign as e}from"../../../../../../node_modules/min-dash/dist/index.esm.mjs";function t(e,t,n,o,a,i,c,s,l,r,m){this.create=t,this.elementFactory=n,this.globalConnect=o,this.bpmnFactory=a,this.spaceTool=i,this.lassoTool=c,this.handTool=s,this.translate=l,this.modeling=r,this.moddle=m,e.registerProvider(this)}t.$inject=["palette","create","elementFactory","globalConnect","bpmnFactory","spaceTool","lassoTool","handTool","translate","modeling","moddle"],t.prototype.getPaletteEntries=function(){var t={};const{create:n,elementFactory:o,lassoTool:a,handTool:i,translate:c,globalConnect:s,bpmnFactory:l,modeling:r,moddle:m}=this;function p(t,a,i,s,l){function r(a){var i=o.createShape(e({type:t},l));l&&l.isExpanded&&(i.businessObject.di.isExpanded=l.isExpanded),i=function(e,t,n){if("bpmn:ServiceTask"==t){const t={agency:1,notify:2,message:3,rule:4,monitor:5};let o=m.create("bpmn:ExtensionElements",{values:[]}),a=m.create("zeebe:TaskHeaders",{header:[]});const i=window.bpmnInstances.moddle.create("zeebe:Header",{key:"zbNodeType",value:t[n.nodeType]});a.header.push(i),o.values.push(a),e.businessObject.extensionElements=o}if(window.location.search.indexOf("approval=true")>-1&&"bpmn:EndEvent"==t){let t=m.create("bpmn:ExtensionElements",{values:[]}),n=m.create("camunda:ExecutionListener",{class:"com.cnhis.flow.oa.listener.EndEventListener",event:"end"});t.values.push(n),e.businessObject.extensionElements=t}return e}(i,t,l),n.start(a,i)}var p=t.replace(/^bpmn:/,"");return{group:a,className:i,title:s||c("Create {type}",{type:p}),action:{dragstart:r,click:r}}}return e(t,{"hand-tool":{group:"tools",className:"bpmn-icon-hand-tool",title:c("Activate the hand tool"),action:{click:function(e){i.activateHand(e)}}},"lasso-tool":{group:"tools",className:"bpmn-icon-lasso-tool",title:c("Activate the lasso tool"),action:{click:function(e){a.activateSelection(e)}}},"global-connect-tool":{group:"tools",className:"bpmn-icon-connection-multi",title:c("Activate the global connect tool"),action:{click:function(e){s.toggle(e)}}},"tool-separator":{group:"tools",separator:!0},"create.start-event":p("bpmn:StartEvent","event","bpmn-icon-start-event-none",c("Create StartEvent")),"create.end-event":p("bpmn:EndEvent","event","bpmn-icon-end-event-none",c("Create EndEvent")),"create.exclusive-gateway":p("bpmn:ExclusiveGateway","gateway","bpmn-icon-gateway-xor",c("Create Gateway")),"create.user-task":p("bpmn:UserTask","activity","icon-bpmn-custom-approval iconfont icon-a-liuchengyinqingxitongtubiaoyonghu","创建审核节点"),"create.service-task":p("bpmn:ServiceTask","activity","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaoAPI","创建API节点",{nodeType:"api"}),"create.script-task":p("bpmn:ScriptTask","activity","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaomoban","创建模板引擎节点"),"create.send-task":p("bpmn:ServiceTask","activity","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaotongzhi","创建通知节点",{nodeType:"notify"}),"create.receive-task":p("bpmn:ServiceTask","activity","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaodaiban","创建待办节点",{nodeType:"agency"}),"create.rule-task":p("bpmn:ServiceTask","activity","icon-bpmn-custom-workflow iconfont icon-a-liuchengyinqingxitongtubiaoguizejiedian","创建规则节点",{nodeType:"rule"}),"create.call-activity-task":p("bpmn:CallActivity","activity","icon-bpmn-custom-workflow bpmn-icon-call-activity","创建子流程节点"),"create.monitor-service-task":p("bpmn:ServiceTask","activity","icon-bpmn-custom-closedLoop bpmn-icon-task-none","创建监听业务节点",{nodeType:"monitor"})}),t};export{t as default};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 包含BpmnRenderer所需的SVG路径的映射。
|
|
3
|
+
*/
|
|
4
|
+
export default function CustomPathMap(): void;
|
|
5
|
+
export default class CustomPathMap {
|
|
6
|
+
pathMap: {
|
|
7
|
+
USER_TASK: {
|
|
8
|
+
d: string;
|
|
9
|
+
height: number;
|
|
10
|
+
width: number;
|
|
11
|
+
heightElements: number[];
|
|
12
|
+
widthElements: number[];
|
|
13
|
+
};
|
|
14
|
+
API_TASK: {
|
|
15
|
+
d: string;
|
|
16
|
+
height: number;
|
|
17
|
+
width: number;
|
|
18
|
+
heightElements: number[];
|
|
19
|
+
widthElements: number[];
|
|
20
|
+
};
|
|
21
|
+
NOTIFY_TASK: {
|
|
22
|
+
d: string;
|
|
23
|
+
height: number;
|
|
24
|
+
width: number;
|
|
25
|
+
heightElements: number[];
|
|
26
|
+
widthElements: number[];
|
|
27
|
+
};
|
|
28
|
+
RULE_TASK: {
|
|
29
|
+
d: string;
|
|
30
|
+
height: number;
|
|
31
|
+
width: number;
|
|
32
|
+
heightElements: number[];
|
|
33
|
+
widthElements: number[];
|
|
34
|
+
};
|
|
35
|
+
AGENCY_TASK: {
|
|
36
|
+
d: string;
|
|
37
|
+
height: number;
|
|
38
|
+
width: number;
|
|
39
|
+
heightElements: number[];
|
|
40
|
+
widthElements: number[];
|
|
41
|
+
};
|
|
42
|
+
SCRIPT_TASK: {
|
|
43
|
+
d: string;
|
|
44
|
+
height: number;
|
|
45
|
+
width: number;
|
|
46
|
+
heightElements: number[];
|
|
47
|
+
widthElements: number[];
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
getRawPath: (pathId: any) => any;
|
|
51
|
+
/**
|
|
52
|
+
* Scales the path to the given height and width.
|
|
53
|
+
*
|
|
54
|
+
* @param {string} pathId The ID of the path.
|
|
55
|
+
* @param {Object} param <p>
|
|
56
|
+
* Example param object scales the path to 60% size of the container (data.width, data.height).
|
|
57
|
+
* {
|
|
58
|
+
* xScaleFactor: 0.6,
|
|
59
|
+
* yScaleFactor:0.6,
|
|
60
|
+
* containerWidth: data.width,
|
|
61
|
+
* containerHeight: data.height,
|
|
62
|
+
* position: {
|
|
63
|
+
* mx: 0.46,
|
|
64
|
+
* my: 0.2,
|
|
65
|
+
* }
|
|
66
|
+
* }
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
getScaledPath: (pathId: string, param: any) => string;
|
|
70
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./CustomPathMap2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function h(){this.pathMap={USER_TASK:{d:"M780.357 574.138c-41.036-41.036-89.712-71.588-142.787-90.229 57.347-40.26 95.020-106.929 95.020-182.271 0-122.722-99.809-222.661-222.661-222.661-122.722 0-222.661 99.809-222.661 222.661 0 75.343 37.541 142.011 95.020 182.271-53.076 18.771-101.75 49.322-142.787 90.229-72.236 72.236-111.978 168.29-111.978 270.429 0 23.69 0 41.943 0.13 61.749 0.13 17.088 13.981 30.94 31.069 30.94h0.13c17.218-0.13 30.94-14.111 30.94-31.199-0.13-19.677-0.13-37.801-0.13-61.361 0-176.575 143.694-320.398 320.398-320.398s320.398 143.694 320.398 320.398c0 23.559 0 41.684-0.13 61.361-0.13 17.218 13.723 31.199 30.94 31.199h0.13c17.088 0 30.94-13.852 31.069-30.94 0.13-19.807 0.13-38.060 0.13-61.749-0.258-102.14-40.001-198.194-112.236-270.429zM349.406 301.637c0-88.546 71.977-160.524 160.524-160.524s160.524 71.977 160.524 160.524-71.977 160.524-160.524 160.524-160.524-72.106-160.524-160.524z",height:10,width:10,heightElements:[6,14],widthElements:[10.5,21]},API_TASK:{d:"M512 170.666667H398.222222v682.666666h56.888889V512h56.888889c91.022222 0 170.666667-73.955556 170.666667-170.666667s-73.955556-170.666667-170.666667-170.666666z m113.777778 170.666666c0 62.577778-51.2 113.777778-113.777778 113.777778H455.111111V227.555556h56.888889c62.577778 0 113.777778 51.2 113.777778 113.777777zM910.222222 227.555556V170.666667h-170.666666v56.888889h56.888888v568.888888h-56.888888v56.888889h170.666666v-56.888889h-56.888889V227.555556zM199.111111 170.666667C119.466667 170.666667 56.888889 233.244444 56.888889 312.888889V853.333333h56.888889V512h170.666666v341.333333h56.888889V312.888889C341.333333 233.244444 278.755556 170.666667 199.111111 170.666667zM284.444444 455.111111H113.777778V312.888889C113.777778 267.377778 153.6 227.555556 199.111111 227.555556h5.688889C244.622222 227.555556 284.444444 267.377778 284.444444 312.888889V455.111111z",height:10,width:10,heightElements:[6,14],widthElements:[10.5,21]},NOTIFY_TASK:{d:"M646.4 202.666667c-25.6-19.2-55.466667-23.466667-85.333333-12.8l-251.733334 125.866666c-19.2 6.4-34.133333 19.2-44.8 34.133334-12.8-4.266667-27.733333-8.533333-49.066666-8.533334H187.733333c-49.066667 0-87.466667 40.533333-87.466666 91.733334v217.6c0 51.2 38.4 91.733333 87.466666 91.733333h27.733334c21.333333 0 36.266667-2.133333 49.066666-8.533333 10.666667 14.933333 25.6 25.6 42.666667 32L554.666667 881.066667h2.133333c10.666667 4.266667 23.466667 6.4 34.133333 6.4 19.2 0 38.4-6.4 53.333334-17.066667 29.866667-21.333333 46.933333-55.466667 46.933333-96V296.533333c2.133333-38.4-14.933333-74.666667-44.8-93.866666z m-405.333333 467.2v4.266666c-2.133333 0-8.533333 2.133333-23.466667 2.133334H187.733333c-12.8 0-23.466667-12.8-23.466666-27.733334V430.933333c0-14.933333 10.666667-27.733333 23.466666-27.733333h27.733334c17.066667 0 23.466667 2.133333 23.466666 2.133333V659.2c2.133333 4.266667 2.133333 6.4 2.133334 10.666667z m388.266666 106.666666c0 17.066667-8.533333 34.133333-19.2 42.666667-6.4 4.266667-14.933333 8.533333-27.733333 4.266667l-247.466667-117.333334h-2.133333c-17.066667-6.4-27.733333-25.6-27.733333-46.933333V420.266667c0-21.333333 12.8-40.533333 27.733333-46.933334l251.733333-125.866666c10.666667-2.133333 19.2 2.133333 25.6 4.266666 12.8 8.533333 19.2 23.466667 19.2 42.666667v482.133333zM776.533333 375.466667c6.4 4.266667 12.8 6.4 19.2 6.4 10.666667 0 19.2-4.266667 25.6-12.8l81.066667-110.933334c10.666667-14.933333 6.4-34.133333-6.4-44.8-14.933333-10.666667-34.133333-6.4-44.8 6.4L768 330.666667c-8.533333 14.933333-6.4 34.133333 8.533333 44.8zM821.333333 733.866667c-10.666667-14.933333-29.866667-17.066667-44.8-6.4-14.933333 10.666667-17.066667 29.866667-6.4 44.8l81.066667 110.933333c6.4 8.533333 14.933333 12.8 25.6 12.8 6.4 0 12.8-2.133333 19.2-6.4 14.933333-10.666667 17.066667-29.866667 6.4-44.8l-81.066667-110.933333zM891.733333 514.133333H789.333333c-17.066667 0-32 14.933333-32 32s14.933333 32 32 32h102.4c17.066667 0 32-14.933333 32-32s-12.8-32-32-32z",height:10,width:10,heightElements:[6,14],widthElements:[10.5,21]},RULE_TASK:{d:"M951.92803 646.841418h-92.302699v-84.174281c0-38.293879-31.068619-69.362498-69.362498-69.362498H544.96525v-134.209208h92.302698c34.500617 0 62.679132-28.178515 62.679133-62.679132V87.967543c0-34.500617-28.178515-62.679132-62.679133-62.679132H387.635209c-34.500617 0-62.679132 28.178515-62.679132 62.679132V296.235668c0 34.500617 28.178515 62.679132 62.679132 62.679132h92.302699V493.124008H234.820956c-38.293879 0-69.362498 31.068619-69.362498 69.362498v93.74775H72.975128c-34.500617 0-62.679132 28.178515-62.679132 62.679133v208.448756c0 34.500617 28.178515 62.679132 62.679132 62.679132h249.632739c34.500617 0 62.679132-28.178515 62.679132-62.679132V718.913389c0-34.500617-28.178515-62.679132-62.679132-62.679133h-92.302699v-93.74775c0-2.34821 1.986947-4.335156 4.335157-4.335157h555.441876c2.34821 0 4.335156 1.986947 4.335157 4.335157V646.660787h-92.302699c-34.500617 0-62.679132 28.178515-62.679132 62.679132v208.448756c0 34.500617 28.178515 62.679132 62.679132 62.679132H951.92803c34.500617 0 62.679132-28.178515 62.679132-62.679132V709.339919c0-34.500617-28.178515-62.498501-62.679132-62.498501zM390.16405 90.315752h244.755689v203.571706H390.16405V90.315752z m-69.904392 834.517552H75.503969V721.261598h244.755689V924.833304z m629.320162-9.57347H704.6435V711.86876h244.755689v203.391074z",height:10,width:10,heightElements:[6,14],widthElements:[10.5,21]},AGENCY_TASK:{d:"M512 695.466667l-128-123.733334 29.866667-29.866666 93.866666 93.866666 179.2-179.2 29.866667 29.866667-204.8 209.066667zM341.333333 298.666667h384V213.333333h42.666667v85.333334h128v554.666666H170.666667V298.666667h128V213.333333h42.666666v85.333334zM213.333333 341.333333v469.333334h640V341.333333H213.333333z",height:10,width:10,heightElements:[6,14],widthElements:[10.5,21]},SCRIPT_TASK:{d:"M853.333333 56.888889H203.150222A32.426667 32.426667 0 0 0 170.666667 89.372444V934.684444a32.426667 32.426667 0 0 0 32.483555 32.483556H853.333333a32.426667 32.426667 0 0 0 32.483556-32.483556V89.315556A32.426667 32.426667 0 0 0 853.333333 56.888889z m-40.618666 837.063111h-568.888889v-204.174222h99.441778a197.12 197.12 0 0 0 60.017777 86.016 196.209778 196.209778 0 0 0 309.930667-86.016h99.498667V625.777778h-150.755556l-5.290667 25.088a131.299556 131.299556 0 0 1-128.398222 104.96 131.470222 131.470222 0 0 1-128.568889-104.96L394.524444 625.777778H243.825778V130.048h568.888889v763.904zM333.198222 338.261333h390.087111a8.135111 8.135111 0 0 0 8.135111-8.078222v-48.810667a8.135111 8.135111 0 0 0-8.135111-8.078222H333.198222a8.135111 8.135111 0 0 0-8.135111 8.078222v48.810667c0 4.437333 3.697778 8.078222 8.135111 8.078222z m0 162.588445h390.087111a8.135111 8.135111 0 0 0 8.135111-8.135111v-48.753778a8.135111 8.135111 0 0 0-8.135111-8.135111H333.198222a8.135111 8.135111 0 0 0-8.135111 8.135111v48.753778c0 4.437333 3.697778 8.135111 8.135111 8.135111z",height:10,width:10,heightElements:[6,14],widthElements:[10.5,21]}},this.getRawPath=function(h){return this.pathMap[h].d},this.getScaledPath=function(h,c){var i,n,a=this.pathMap[h];c.abspos?(i=c.abspos.x,n=c.abspos.y):(i=c.containerWidth*c.position.mx,n=c.containerHeight*c.position.my);var s,l,v={};if(c.position){for(var V=c.containerHeight/a.height*c.yScaleFactor,d=c.containerWidth/a.width*c.xScaleFactor,m=0;m<a.heightElements.length;m++)v["y"+m]=a.heightElements[m]*V;for(var o=0;o<a.widthElements.length;o++)v["x"+o]=a.widthElements[o]*d}return s=a.d,l={mx:i,my:n,e:v},String(s).replace(t,(function(h,t){return function(h,t,c){var i=c;return t.replace(e,(function(h,t,e,c,n){t=t||c,i&&(t in i&&(i=i[t]),"function"==typeof i&&n&&(i=i()))})),i=(null==i||i==c?h:i)+""}(h,t,l)}))}}var t=/\{([^{}]+)\}/g,e=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g;export{h as default};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A renderer that knows how to render custom elements.
|
|
3
|
+
*/
|
|
4
|
+
declare function CustomRenderer(config: any, eventBus: any, styles: any, textRenderer: any, bpmnRenderer: any, modeling: any, customPathMap: any): void;
|
|
5
|
+
declare class CustomRenderer {
|
|
6
|
+
/**
|
|
7
|
+
* A renderer that knows how to render custom elements.
|
|
8
|
+
*/
|
|
9
|
+
constructor(config: any, eventBus: any, styles: any, textRenderer: any, bpmnRenderer: any, modeling: any, customPathMap: any);
|
|
10
|
+
defaultStrokeColor: string;
|
|
11
|
+
bpmnRenderer: any;
|
|
12
|
+
handleElementAttr: (element: any) => any;
|
|
13
|
+
drawNodeTaskPath: (p: any, element: any, type: any, color: any) => SVGPathElement;
|
|
14
|
+
canRender(element: any): boolean;
|
|
15
|
+
drawShape(p: any, element: any): any;
|
|
16
|
+
getShapePath(shape: any): void;
|
|
17
|
+
}
|
|
18
|
+
declare namespace CustomRenderer {
|
|
19
|
+
const $inject: string[];
|
|
20
|
+
}
|
|
21
|
+
export default CustomRenderer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./CustomRenderer2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"../../../../../../node_modules/inherits/inherits.mjs";import t from"../../../../../../node_modules/diagram-js/lib/draw/BaseRenderer.mjs";import{getFillColor as n,getStrokeColor as o}from"bpmn-js/lib/draw/BpmnRenderUtil";import{classes as r,create as a,attr as i,append as s}from"../../../../../../node_modules/tiny-svg/dist/index.esm.mjs";function l(e,r,l,d,p,h,m){t.call(this,r,2e3),this.defaultStrokeColor="#000000";var u=l.computeStyle;this.bpmnRenderer=p,this.handleElementAttr=function(e){var t,n,o,r;let a="api";if(null==e?void 0:e.nodeType)a=e.nodeType;else if(null==(n=null==(t=null==e?void 0:e.businessObject)?void 0:t.extensionElements)?void 0:n.values){e.nodeType="api";let t=e.businessObject.extensionElements.values.filter((e=>e.$type.toUpperCase()=="zeebe:TaskHeaders".toUpperCase()));if(t&&t.length>0){let n=[];(null==(o=t[0])?void 0:o.header)?n=t[0].header.filter((e=>"zbNodeType"==e.key)):(null==(r=t[0])?void 0:r.$children)&&(n=t[0].$children.filter((e=>"zbNodeType"==e.key))),n&&n.length>0&&("1"==n[0].value?a="agency":"2"==n[0].value?a="notify":"3"==n[0].value?a="message":"4"==n[0].value?a="rule":"5"==n[0].value&&(a="monitor"),e.nodeType=a)}}else e.nodeType="api";return e},this.drawNodeTaskPath=function(e,t,r,l){var d;return function(e,t,n){n=u(n,["no-fill"],{strokeWidth:2,stroke:"black"});var o=a("path");return i(o,{d:t}),i(o,n),s(e,o),o}(e,m.getScaledPath(r,{xScaleFactor:.9,yScaleFactor:.9,containerWidth:t.width,containerHeight:t.height,position:{mx:.235,my:.315},abspos:{x:15,y:12}}),d=u(d,{fill:n(t,l),stroke:o(t,l),strokeWidth:1,transform:"translate(3,3) scale(0.02, 0.02)"}))}}e(l,t),l.$inject=["config","eventBus","styles","textRenderer","bpmnRenderer","modeling","customPathMap"],l.prototype.canRender=function(e){return!0},l.prototype.drawShape=function(e,t){let n=(null==t?void 0:t.renderPathColor)||this.defaultStrokeColor,o=this.bpmnRenderer.drawShape(e,t);if(r(e.parentNode).add(`bpmn-${t.id}`),["label","bpmn:Process","bpmn:SequenceFlow"].includes(t.type)||r(e.parentNode).add("djs-bpmn-shape-node"),"bpmn:UserTask"===t.type)this.drawNodeTaskPath(e,t,"USER_TASK",n);else if("bpmn:ServiceTask"===t.type){if((t=this.handleElementAttr(t)).nodeType&&"monitor"!==t.nodeType){let o=`${t.nodeType.toUpperCase()}_TASK`;this.drawNodeTaskPath(e,t,o,n)}}else"bpmn:ScriptTask"===t.type&&this.drawNodeTaskPath(e,t,"SCRIPT_TASK",n);return o},l.prototype.getShapePath=function(e){};export{l as default};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare function CustomRules(eventBus: any, elementRegistry: any): void;
|
|
2
|
+
declare class CustomRules {
|
|
3
|
+
constructor(eventBus: any, elementRegistry: any);
|
|
4
|
+
elementRegistry: any;
|
|
5
|
+
init(): void;
|
|
6
|
+
canDrop(): boolean;
|
|
7
|
+
canMove(): boolean;
|
|
8
|
+
}
|
|
9
|
+
declare namespace CustomRules {
|
|
10
|
+
const $inject: string[];
|
|
11
|
+
}
|
|
12
|
+
export default CustomRules;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./CustomRules2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"../../../../../../node_modules/inherits/inherits.mjs";import t from"../../../../../../node_modules/diagram-js/lib/features/rules/RuleProvider.mjs";function n(e,n){this.elementRegistry=n,t.call(this,e)}e(n,t),n.$inject=["eventBus","elementRegistry"],n.prototype.init=function(){this.addRule("shape.create",1234,(function(e){let t=e.shape;if(e.target.children.findIndex((e=>"bpmn:StartEvent"==e.type))>-1&&"bpmn:StartEvent"==t.type)return!1})),this.addRule("shape.resize",(function(e){var t=e.shape;return e.newBounds?e.newBounds.width>10&&e.newBounds.height>10:!!t.resizable&&void 0}))},n.prototype.canDrop=function(){return!1},n.prototype.canMove=function(){return!1};export{n as default};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const __init__: string[];
|
|
3
|
+
const paletteProvider: (string | typeof CustomPalette)[];
|
|
4
|
+
const customPathMap: (string | typeof CustomPathMap)[];
|
|
5
|
+
const customRenderer: (string | typeof CustomRenderer)[];
|
|
6
|
+
const bpmnRenderer: (string | typeof BpmnRenderer)[];
|
|
7
|
+
const contextPadProvider: (string | typeof CustomContextPadProvider)[];
|
|
8
|
+
const customRules: (string | typeof CustomRules)[];
|
|
9
|
+
}
|
|
10
|
+
export default _default;
|
|
11
|
+
import CustomPalette from "./CustomPalette";
|
|
12
|
+
import CustomPathMap from "./CustomPathMap";
|
|
13
|
+
import CustomRenderer from "./CustomRenderer";
|
|
14
|
+
import BpmnRenderer from "./BpmnRenderer";
|
|
15
|
+
import CustomContextPadProvider from "./CustomContextPadProvider";
|
|
16
|
+
import CustomRules from "./CustomRules";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./index2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./CustomPalette2.mjs";import t from"./CustomPathMap2.mjs";import r from"./CustomRenderer2.mjs";import m from"./BpmnRenderer2.mjs";import o from"./CustomContextPadProvider2.mjs";import p from"./CustomRules2.mjs";var s={__init__:["paletteProvider","customPathMap","customRenderer","bpmnRenderer","contextPadProvider","customRules"],paletteProvider:["type",e],customPathMap:["type",t],customRenderer:["type",r],bpmnRenderer:["type",m],contextPadProvider:["type",o],customRules:["type",p]};export{s as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./index2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import o from"bpmn-js/lib/Modeler";import t from"../../../../../node_modules/inherits/inherits.mjs";import m from"./customBpmn/index2.mjs";function e(t){o.call(this,t),this._customElements=[]}t(e,o),e.prototype._modules=[].concat(e.prototype._modules,[m]);export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./CustomPopupMenu2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"../../../../../node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs";import{forEach as t,omit as i,isFunction as n}from"../../../../../node_modules/min-dash/dist/index.esm.mjs";var r={__init__:["popupMenu"],popupMenu:["type",e]};e.prototype._getEntries=function(e,r){var a={};return t(r,(function(r){if(r.getPopupMenuEntries){var p=r.getPopupMenuEntries(e);n(p)?a=p(a):t(p,(function(e,t){["replace-with-inclusive-gateway","replace-with-complex-gateway","replace-with-event-based-gateway"].includes(t)||(a[t]=e)}))}else t(r.getEntries(e),(function(e){var t=e.id;if(!t)throw new Error("every entry must have the id property set");["replace-with-inclusive-gateway","replace-with-complex-gateway","replace-with-event-based-gateway"].includes(t)||(a[t]=i(e,["id"]))}))})),a};export{r as default};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const __init__: string[];
|
|
3
|
+
const customPathMap: (string | typeof CustomPathMap)[];
|
|
4
|
+
const customRenderer: (string | typeof CustomRenderer)[];
|
|
5
|
+
const bpmnRenderer: (string | typeof BpmnRenderer)[];
|
|
6
|
+
const customRules: (string | typeof CustomRules)[];
|
|
7
|
+
}
|
|
8
|
+
export default _default;
|
|
9
|
+
import CustomPathMap from "../customModeler/customBpmn/CustomPathMap";
|
|
10
|
+
import CustomRenderer from "../customModeler/customBpmn/CustomRenderer";
|
|
11
|
+
import BpmnRenderer from "../customModeler/customBpmn/BpmnRenderer";
|
|
12
|
+
import CustomRules from "../customModeler/customBpmn/CustomRules";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./customViewerRenderer2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import m from"../customModeler/customBpmn/CustomRenderer2.mjs";import e from"../customModeler/customBpmn/CustomRules2.mjs";import t from"../customModeler/customBpmn/CustomPathMap2.mjs";import o from"../customModeler/customBpmn/BpmnRenderer2.mjs";var r={__init__:["customPathMap","customRenderer","bpmnRenderer","customRules"],customPathMap:["type",t],customRenderer:["type",m],bpmnRenderer:["type",o],customRules:["type",e]};export{r as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./zoomScroll2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import o from"../../../../../node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs";o.prototype.scroll=()=>{};var l={__init__:["zoomScroll"],zoomScroll:["type",o]};export{l as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./no-task2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import n from"bpmnlint-utils";const{isAny:t}=n;var e=function(){return{check:function(n,e){if(t(n,["bpmn:FlowNode","bpmn:SequenceFlow","bpmn:Participant","bpmn:Lane"])){const t=(n.name||"").trim();e.report(n.id,t+"Element must have an emoji")}}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function customTranslate(translations: any): (template: any, replacements: any) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./customTranslate2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function n(n){return function(t,e){return e=e||{},(t=n[t]||t).replace(/{([^}]+)}/g,(function(t,r){let u=e[r];return null!==n[e[r]]&&void 0!==n[e[r]]&&(u=n[e[r]]),u||"{"+r+"}"}))}}export{n as default};
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"Append EndEvent": string;
|
|
3
|
+
"Append Gateway": string;
|
|
4
|
+
"Append Task": string;
|
|
5
|
+
"Append Intermediate/Boundary Event": string;
|
|
6
|
+
"Activate the global connect tool": string;
|
|
7
|
+
"Append {type}": string;
|
|
8
|
+
"Add Lane above": string;
|
|
9
|
+
"Divide into two Lanes": string;
|
|
10
|
+
"Divide into three Lanes": string;
|
|
11
|
+
"Add Lane below": string;
|
|
12
|
+
"Append compensation activity": string;
|
|
13
|
+
"Change type": string;
|
|
14
|
+
"Connect using Association": string;
|
|
15
|
+
"Connect using Sequence/MessageFlow or Association": string;
|
|
16
|
+
"Connect using DataInputAssociation": string;
|
|
17
|
+
Remove: string;
|
|
18
|
+
"Activate the hand tool": string;
|
|
19
|
+
"Activate the lasso tool": string;
|
|
20
|
+
"Activate the create/remove space tool": string;
|
|
21
|
+
"Create expanded SubProcess": string;
|
|
22
|
+
"Create IntermediateThrowEvent/BoundaryEvent": string;
|
|
23
|
+
"Create Pool/Participant": string;
|
|
24
|
+
"Parallel Multi Instance": string;
|
|
25
|
+
"Sequential Multi Instance": string;
|
|
26
|
+
DataObjectReference: string;
|
|
27
|
+
DataStoreReference: string;
|
|
28
|
+
Loop: string;
|
|
29
|
+
"Ad-hoc": string;
|
|
30
|
+
"Create {type}": string;
|
|
31
|
+
Task: string;
|
|
32
|
+
"Send Task": string;
|
|
33
|
+
"Receive Task": string;
|
|
34
|
+
"User Task": string;
|
|
35
|
+
"Manual Task": string;
|
|
36
|
+
"Business Rule Task": string;
|
|
37
|
+
"Service Task": string;
|
|
38
|
+
"Script Task": string;
|
|
39
|
+
"Call Activity": string;
|
|
40
|
+
"Sub Process (collapsed)": string;
|
|
41
|
+
"Sub Process (expanded)": string;
|
|
42
|
+
"Start Event": string;
|
|
43
|
+
StartEvent: string;
|
|
44
|
+
"Intermediate Throw Event": string;
|
|
45
|
+
"End Event": string;
|
|
46
|
+
EndEvent: string;
|
|
47
|
+
"Create StartEvent": string;
|
|
48
|
+
"Create EndEvent": string;
|
|
49
|
+
"Create Task": string;
|
|
50
|
+
"Create User Task": string;
|
|
51
|
+
"Create Gateway": string;
|
|
52
|
+
"Create DataObjectReference": string;
|
|
53
|
+
"Create DataStoreReference": string;
|
|
54
|
+
"Create Group": string;
|
|
55
|
+
"Create Intermediate/Boundary Event": string;
|
|
56
|
+
"Message Start Event": string;
|
|
57
|
+
"Timer Start Event": string;
|
|
58
|
+
"Conditional Start Event": string;
|
|
59
|
+
"Signal Start Event": string;
|
|
60
|
+
"Error Start Event": string;
|
|
61
|
+
"Escalation Start Event": string;
|
|
62
|
+
"Compensation Start Event": string;
|
|
63
|
+
"Message Start Event (non-interrupting)": string;
|
|
64
|
+
"Timer Start Event (non-interrupting)": string;
|
|
65
|
+
"Conditional Start Event (non-interrupting)": string;
|
|
66
|
+
"Signal Start Event (non-interrupting)": string;
|
|
67
|
+
"Escalation Start Event (non-interrupting)": string;
|
|
68
|
+
"Message Intermediate Catch Event": string;
|
|
69
|
+
"Message Intermediate Throw Event": string;
|
|
70
|
+
"Timer Intermediate Catch Event": string;
|
|
71
|
+
"Escalation Intermediate Throw Event": string;
|
|
72
|
+
"Conditional Intermediate Catch Event": string;
|
|
73
|
+
"Link Intermediate Catch Event": string;
|
|
74
|
+
"Link Intermediate Throw Event": string;
|
|
75
|
+
"Compensation Intermediate Throw Event": string;
|
|
76
|
+
"Signal Intermediate Catch Event": string;
|
|
77
|
+
"Signal Intermediate Throw Event": string;
|
|
78
|
+
"Message End Event": string;
|
|
79
|
+
"Escalation End Event": string;
|
|
80
|
+
"Error End Event": string;
|
|
81
|
+
"Cancel End Event": string;
|
|
82
|
+
"Compensation End Event": string;
|
|
83
|
+
"Signal End Event": string;
|
|
84
|
+
"Terminate End Event": string;
|
|
85
|
+
"Message Boundary Event": string;
|
|
86
|
+
"Message Boundary Event (non-interrupting)": string;
|
|
87
|
+
"Timer Boundary Event": string;
|
|
88
|
+
"Timer Boundary Event (non-interrupting)": string;
|
|
89
|
+
"Escalation Boundary Event": string;
|
|
90
|
+
"Escalation Boundary Event (non-interrupting)": string;
|
|
91
|
+
"Conditional Boundary Event": string;
|
|
92
|
+
"Conditional Boundary Event (non-interrupting)": string;
|
|
93
|
+
"Error Boundary Event": string;
|
|
94
|
+
"Cancel Boundary Event": string;
|
|
95
|
+
"Signal Boundary Event": string;
|
|
96
|
+
"Signal Boundary Event (non-interrupting)": string;
|
|
97
|
+
"Compensation Boundary Event": string;
|
|
98
|
+
"Exclusive Gateway": string;
|
|
99
|
+
"Parallel Gateway": string;
|
|
100
|
+
"Inclusive Gateway": string;
|
|
101
|
+
"Complex Gateway": string;
|
|
102
|
+
"Event based Gateway": string;
|
|
103
|
+
Transaction: string;
|
|
104
|
+
"Sub Process": string;
|
|
105
|
+
"Event Sub Process": string;
|
|
106
|
+
"Collapsed Pool": string;
|
|
107
|
+
"Expanded Pool": string;
|
|
108
|
+
"no parent for {element} in {parent}": string;
|
|
109
|
+
"no shape type specified": string;
|
|
110
|
+
"flow elements must be children of pools/participants": string;
|
|
111
|
+
"out of bounds release": string;
|
|
112
|
+
"more than {count} child lanes": string;
|
|
113
|
+
"element required": string;
|
|
114
|
+
"diagram not part of bpmn:Definitions": string;
|
|
115
|
+
"no diagram to display": string;
|
|
116
|
+
"no process or collaboration to display": string;
|
|
117
|
+
"element {element} referenced by {referenced}#{property} not yet drawn": string;
|
|
118
|
+
"already rendered {element}": string;
|
|
119
|
+
"failed to import {element}": string;
|
|
120
|
+
Id: string;
|
|
121
|
+
Name: string;
|
|
122
|
+
General: string;
|
|
123
|
+
Details: string;
|
|
124
|
+
"Message Name": string;
|
|
125
|
+
Message: string;
|
|
126
|
+
Initiator: string;
|
|
127
|
+
"Asynchronous Continuations": string;
|
|
128
|
+
"Asynchronous Before": string;
|
|
129
|
+
"Asynchronous After": string;
|
|
130
|
+
"Job Configuration": string;
|
|
131
|
+
Exclusive: string;
|
|
132
|
+
"Job Priority": string;
|
|
133
|
+
"Retry Time Cycle": string;
|
|
134
|
+
Documentation: string;
|
|
135
|
+
"Element Documentation": string;
|
|
136
|
+
"History Configuration": string;
|
|
137
|
+
"History Time To Live": string;
|
|
138
|
+
Forms: string;
|
|
139
|
+
"Form Key": string;
|
|
140
|
+
"Form Fields": string;
|
|
141
|
+
"Business Key": string;
|
|
142
|
+
"Form Field": string;
|
|
143
|
+
ID: string;
|
|
144
|
+
Type: string;
|
|
145
|
+
Label: string;
|
|
146
|
+
"Default Value": string;
|
|
147
|
+
"Default Flow": string;
|
|
148
|
+
"Conditional Flow": string;
|
|
149
|
+
"Sequence Flow": string;
|
|
150
|
+
Validation: string;
|
|
151
|
+
"Add Constraint": string;
|
|
152
|
+
Config: string;
|
|
153
|
+
Properties: string;
|
|
154
|
+
"Add Property": string;
|
|
155
|
+
Value: string;
|
|
156
|
+
Listeners: string;
|
|
157
|
+
"Execution Listener": string;
|
|
158
|
+
"Event Type": string;
|
|
159
|
+
"Listener Type": string;
|
|
160
|
+
"Java Class": string;
|
|
161
|
+
Expression: string;
|
|
162
|
+
"Must provide a value": string;
|
|
163
|
+
"Delegate Expression": string;
|
|
164
|
+
Script: string;
|
|
165
|
+
"Script Format": string;
|
|
166
|
+
"Script Type": string;
|
|
167
|
+
"Inline Script": string;
|
|
168
|
+
"External Script": string;
|
|
169
|
+
Resource: string;
|
|
170
|
+
"Field Injection": string;
|
|
171
|
+
Extensions: string;
|
|
172
|
+
"Input/Output": string;
|
|
173
|
+
"Input Parameters": string;
|
|
174
|
+
"Output Parameters": string;
|
|
175
|
+
Parameters: string;
|
|
176
|
+
"Output Parameter": string;
|
|
177
|
+
"Timer Definition Type": string;
|
|
178
|
+
"Timer Definition": string;
|
|
179
|
+
Date: string;
|
|
180
|
+
Duration: string;
|
|
181
|
+
Cycle: string;
|
|
182
|
+
Signal: string;
|
|
183
|
+
"Signal Name": string;
|
|
184
|
+
Escalation: string;
|
|
185
|
+
Error: string;
|
|
186
|
+
"Link Name": string;
|
|
187
|
+
Condition: string;
|
|
188
|
+
"Variable Name": string;
|
|
189
|
+
"Variable Event": string;
|
|
190
|
+
"Specify more than one variable change event as a comma separated list.": string;
|
|
191
|
+
"Wait for Completion": string;
|
|
192
|
+
"Activity Ref": string;
|
|
193
|
+
"Version Tag": string;
|
|
194
|
+
Executable: string;
|
|
195
|
+
"External Task Configuration": string;
|
|
196
|
+
"Task Priority": string;
|
|
197
|
+
External: string;
|
|
198
|
+
Connector: string;
|
|
199
|
+
"Must configure Connector": string;
|
|
200
|
+
"Connector Id": string;
|
|
201
|
+
Implementation: string;
|
|
202
|
+
"Field Injections": string;
|
|
203
|
+
Fields: string;
|
|
204
|
+
"Result Variable": string;
|
|
205
|
+
Topic: string;
|
|
206
|
+
"Configure Connector": string;
|
|
207
|
+
"Input Parameter": string;
|
|
208
|
+
Assignee: string;
|
|
209
|
+
"Candidate Users": string;
|
|
210
|
+
"Candidate Groups": string;
|
|
211
|
+
"Due Date": string;
|
|
212
|
+
"Follow Up Date": string;
|
|
213
|
+
Priority: string;
|
|
214
|
+
"The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)": string;
|
|
215
|
+
"The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)": string;
|
|
216
|
+
Variables: string;
|
|
217
|
+
"Candidate Starter Configuration": string;
|
|
218
|
+
"Candidate Starter Groups": string;
|
|
219
|
+
"This maps to the process definition key.": string;
|
|
220
|
+
"Candidate Starter Users": string;
|
|
221
|
+
"Specify more than one user as a comma separated list.": string;
|
|
222
|
+
"Tasklist Configuration": string;
|
|
223
|
+
Startable: string;
|
|
224
|
+
"Specify more than one group as a comma separated list.": string;
|
|
225
|
+
};
|
|
226
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./zh2.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={"Append EndEvent":"追加结束节点","Append Gateway":"追加网关","Append Task":"追加任务","Append Intermediate/Boundary Event":"追加中间抛出事件/边界节点","Activate the global connect tool":"连线节点","Append {type}":"添加 {type}","Add Lane above":"在上面添加道","Divide into two Lanes":"分割成两个道","Divide into three Lanes":"分割成三个道","Add Lane below":"在下面添加道","Append compensation activity":"追加补偿活动","Change type":"修改类型","Connect using Association":"使用关联连接","Connect using Sequence/MessageFlow or Association":"使用顺序/消息流或者关联连接","Connect using DataInputAssociation":"使用数据输入关联连接",Remove:"移除","Activate the hand tool":"拖动流程","Activate the lasso tool":"框选节点","Activate the create/remove space tool":"激活创建/删除空间工具","Create expanded SubProcess":"创建子流程节点","Create IntermediateThrowEvent/BoundaryEvent":"创建中间抛出事件/边界节点","Create Pool/Participant":"创建池/参与者","Parallel Multi Instance":"并行多重事件","Sequential Multi Instance":"时序多重事件",DataObjectReference:"数据对象参考",DataStoreReference:"数据存储参考",Loop:"循环","Ad-hoc":"即席","Create {type}":"创建 {type}",Task:"任务","Send Task":"发送任务","Receive Task":"接收任务","User Task":"用户任务","Manual Task":"手工任务","Business Rule Task":"业务规则任务","Service Task":"服务任务","Script Task":"脚本任务","Call Activity":"调用活动","Sub Process (collapsed)":"子流程(折叠的)","Sub Process (expanded)":"子流程(展开的)","Start Event":"开始事件",StartEvent:"开始事件","Intermediate Throw Event":"中间事件","End Event":"结束事件",EndEvent:"结束事件","Create StartEvent":"创建开始节点","Create EndEvent":"创建结束节点","Create Task":"创建任务","Create User Task":"创建用户任务","Create Gateway":"创建分支节点","Create DataObjectReference":"创建脚本节点","Create DataStoreReference":"创建数据存储","Create Group":"创建分组","Create Intermediate/Boundary Event":"创建中间/边界事件","Message Start Event":"消息开始事件","Timer Start Event":"定时开始事件","Conditional Start Event":"条件开始事件","Signal Start Event":"信号开始事件","Error Start Event":"错误开始事件","Escalation Start Event":"升级开始事件","Compensation Start Event":"补偿开始事件","Message Start Event (non-interrupting)":"消息开始事件(非中断)","Timer Start Event (non-interrupting)":"定时开始事件(非中断)","Conditional Start Event (non-interrupting)":"条件开始事件(非中断)","Signal Start Event (non-interrupting)":"信号开始事件(非中断)","Escalation Start Event (non-interrupting)":"升级开始事件(非中断)","Message Intermediate Catch Event":"消息中间捕获事件","Message Intermediate Throw Event":"消息中间抛出事件","Timer Intermediate Catch Event":"定时中间捕获事件","Escalation Intermediate Throw Event":"升级中间抛出事件","Conditional Intermediate Catch Event":"条件中间捕获事件","Link Intermediate Catch Event":"链接中间捕获事件","Link Intermediate Throw Event":"链接中间抛出事件","Compensation Intermediate Throw Event":"补偿中间抛出事件","Signal Intermediate Catch Event":"信号中间捕获事件","Signal Intermediate Throw Event":"信号中间抛出事件","Message End Event":"消息结束事件","Escalation End Event":"定时结束事件","Error End Event":"错误结束事件","Cancel End Event":"取消结束事件","Compensation End Event":"补偿结束事件","Signal End Event":"信号结束事件","Terminate End Event":"终止结束事件","Message Boundary Event":"消息边界事件","Message Boundary Event (non-interrupting)":"消息边界事件(非中断)","Timer Boundary Event":"定时边界事件","Timer Boundary Event (non-interrupting)":"定时边界事件(非中断)","Escalation Boundary Event":"升级边界事件","Escalation Boundary Event (non-interrupting)":"升级边界事件(非中断)","Conditional Boundary Event":"条件边界事件","Conditional Boundary Event (non-interrupting)":"条件边界事件(非中断)","Error Boundary Event":"错误边界事件","Cancel Boundary Event":"取消边界事件","Signal Boundary Event":"信号边界事件","Signal Boundary Event (non-interrupting)":"信号边界事件(非中断)","Compensation Boundary Event":"补偿边界事件","Exclusive Gateway":"互斥网关","Parallel Gateway":"并行网关","Inclusive Gateway":"相容网关","Complex Gateway":"复杂网关","Event based Gateway":"事件网关",Transaction:"转运","Sub Process":"子流程","Event Sub Process":"事件子流程","Collapsed Pool":"折叠池","Expanded Pool":"展开池","no parent for {element} in {parent}":"在{parent}里,{element}没有父类","no shape type specified":"没有指定的形状类型","flow elements must be children of pools/participants":"流元素必须是池/参与者的子类","out of bounds release":"out of bounds release","more than {count} child lanes":"子道大于{count} ","element required":"元素不能为空","diagram not part of bpmn:Definitions":"流程图不符合bpmn规范","no diagram to display":"没有可展示的流程图","no process or collaboration to display":"没有可展示的流程/协作","element {element} referenced by {referenced}#{property} not yet drawn":"由{referenced}#{property}引用的{element}元素仍未绘制","already rendered {element}":"{element} 已被渲染","failed to import {element}":"导入{element}失败",Id:"编号",Name:"名称",General:"常规",Details:"详情","Message Name":"消息名称",Message:"消息",Initiator:"创建者","Asynchronous Continuations":"持续异步","Asynchronous Before":"异步前","Asynchronous After":"异步后","Job Configuration":"工作配置",Exclusive:"排除","Job Priority":"工作优先级","Retry Time Cycle":"重试时间周期",Documentation:"文档","Element Documentation":"元素文档","History Configuration":"历史配置","History Time To Live":"历史的生存时间",Forms:"表单","Form Key":"表单key","Form Fields":"表单字段","Business Key":"业务key","Form Field":"表单字段",ID:"编号",Type:"类型",Label:"名称","Default Value":"默认值","Default Flow":"默认流转路径","Conditional Flow":"条件流转路径","Sequence Flow":"普通流转路径",Validation:"校验","Add Constraint":"添加约束",Config:"配置",Properties:"属性","Add Property":"添加属性",Value:"值",Listeners:"监听器","Execution Listener":"执行监听","Event Type":"事件类型","Listener Type":"监听器类型","Java Class":"Java类",Expression:"表达式","Must provide a value":"必须提供一个值","Delegate Expression":"代理表达式",Script:"脚本","Script Format":"脚本格式","Script Type":"脚本类型","Inline Script":"内联脚本","External Script":"外部脚本",Resource:"资源","Field Injection":"字段注入",Extensions:"扩展","Input/Output":"输入/输出","Input Parameters":"输入参数","Output Parameters":"输出参数",Parameters:"参数","Output Parameter":"输出参数","Timer Definition Type":"定时器定义类型","Timer Definition":"定时器定义",Date:"日期",Duration:"持续",Cycle:"循环",Signal:"信号","Signal Name":"信号名称",Escalation:"升级",Error:"错误","Link Name":"链接名称",Condition:"条件名称","Variable Name":"变量名称","Variable Event":"变量事件","Specify more than one variable change event as a comma separated list.":"多个变量事件以逗号隔开","Wait for Completion":"等待完成","Activity Ref":"活动参考","Version Tag":"版本标签",Executable:"可执行文件","External Task Configuration":"扩展任务配置","Task Priority":"任务优先级",External:"外部",Connector:"连接器","Must configure Connector":"必须配置连接器","Connector Id":"连接器编号",Implementation:"实现方式","Field Injections":"字段注入",Fields:"字段","Result Variable":"结果变量",Topic:"主题","Configure Connector":"配置连接器","Input Parameter":"输入参数",Assignee:"代理人","Candidate Users":"候选用户","Candidate Groups":"候选组","Due Date":"到期时间","Follow Up Date":"跟踪日期",Priority:"优先级","The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)":"跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00","The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)":"跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00",Variables:"变量","Candidate Starter Configuration":"候选人起动器配置","Candidate Starter Groups":"候选人起动器组","This maps to the process definition key.":"这映射到流程定义键。","Candidate Starter Users":"候选人起动器的用户","Specify more than one user as a comma separated list.":"指定多个用户作为逗号分隔的列表。","Tasklist Configuration":"Tasklist配置",Startable:"启动","Specify more than one group as a comma separated list.":"指定多个组作为逗号分隔的列表。"};export{e as default};
|