@web-utils/component 2.7.36 → 2.7.37
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/dist/chunks/{config.75161c38.js → config.46422d7f.mjs} +31 -31
- package/dist/chunks/confirmable-mixin.2bfe1ab9.mjs +105 -0
- package/dist/chunks/dataformat.5f95e59e.mjs +158 -0
- package/dist/chunks/detail.81ecaefa.mjs +29 -0
- package/dist/chunks/dic.5c08c9fb.mjs +135 -0
- package/dist/chunks/{event.812c361c.js → event.e4e57889.mjs} +47 -78
- package/dist/chunks/form-input-mixin.e3b4c68c.mjs +24 -0
- package/dist/chunks/form-item-mixin.149d5844.mjs +140 -0
- package/dist/chunks/{form-pick-mixin.822300f3.js → form-pick-mixin.61ad06b2.mjs} +3 -3
- package/dist/chunks/index.9b7a65d1.mjs +185 -0
- package/dist/chunks/init.07b0cebe.mjs +122 -0
- package/dist/chunks/{input-number-mixin.44b78389.js → input-number-mixin.41a066be.mjs} +8 -8
- package/dist/chunks/{mixins.e1939731.js → mixins.5a78e0db.mjs} +5 -6
- package/dist/chunks/{packages.c4ea639d.js → packages.1fc9ccba.mjs} +9 -15
- package/dist/chunks/permission.ce5d2121.mjs +16 -0
- package/dist/chunks/slot.4b391395.mjs +27 -0
- package/dist/chunks/tab-mixin.e2b9c6a4.mjs +81 -0
- package/dist/chunks/util.eca708b6.mjs +261 -0
- package/dist/chunks/utils.97652d86.mjs +26 -0
- package/dist/chunks/vueComponentNormalizer.446f5dc4.mjs +32 -0
- package/dist/components/address-input/index.mjs +113 -0
- package/dist/components/address-input/style.css +1 -15
- package/dist/components/affix/index.mjs +102 -0
- package/dist/components/affix/style.css +1 -5
- package/dist/components/aside-menu/index.mjs +58 -0
- package/dist/components/aside-menu/style.css +1 -9
- package/dist/components/avatar/index.mjs +106 -0
- package/dist/components/avatar/style.css +1 -57
- package/dist/components/awesome-button/index.mjs +112 -0
- package/dist/components/base.css +1 -410
- package/dist/components/capsule-tab/index.mjs +52 -0
- package/dist/components/capsule-tab/style.css +1 -32
- package/dist/components/card/index.mjs +130 -0
- package/dist/components/card/style.css +1 -90
- package/dist/components/carousel/index.mjs +70 -0
- package/dist/components/carousel/style.css +1 -41
- package/dist/components/chat/index.mjs +567 -0
- package/dist/components/chat/style.css +1 -279
- package/dist/components/chunk-file-uploader/index.mjs +119 -0
- package/dist/components/chunk-file-uploader/style.css +1 -4
- package/dist/components/chunk-file-uploader-button/index.mjs +60 -0
- package/dist/components/chunk-file-uploader-button/style.css +1 -17
- package/dist/components/chunk-file-uploader-drop/index.mjs +83 -0
- package/dist/components/chunk-file-uploader-drop/style.css +1 -12
- package/dist/components/chunk-file-uploader-file/index.mjs +311 -0
- package/dist/components/chunk-file-uploader-file/style.css +1 -125
- package/dist/components/chunk-file-uploader-files/index.mjs +49 -0
- package/dist/components/chunk-file-uploader-files/style.css +1 -9
- package/dist/components/chunk-file-uploader-list/index.mjs +50 -0
- package/dist/components/chunk-file-uploader-list/style.css +1 -9
- package/dist/components/chunk-file-uploader-un-support/index.mjs +51 -0
- package/dist/components/chunk-file-uploader-un-support/style.css +1 -6
- package/dist/components/code-mirror-editor/index.mjs +313 -0
- package/dist/components/code-mirror-editor/style.css +1 -17
- package/dist/components/color-picker/index.mjs +128 -0
- package/dist/components/column/index.mjs +115 -0
- package/dist/components/column-default/index.mjs +106 -0
- package/dist/components/column-dynamic/index.mjs +93 -0
- package/dist/components/column-menu/index.mjs +286 -0
- package/dist/components/column-slot/index.mjs +266 -0
- package/dist/components/comment/index.mjs +94 -0
- package/dist/components/comment/style.css +1 -92
- package/dist/components/confirm-button/index.mjs +57 -0
- package/dist/components/confirmable/index.mjs +28 -0
- package/dist/components/context-menu/index.mjs +253 -0
- package/dist/components/context-menu/style.css +1 -88
- package/dist/components/count-up/index.mjs +131 -0
- package/dist/components/custom-scrollbar/index.mjs +167 -0
- package/dist/components/data-box/index.mjs +97 -0
- package/dist/components/data-box/style.css +1 -58
- package/dist/components/data-card/index.mjs +98 -0
- package/dist/components/data-card/style.css +1 -46
- package/dist/components/data-cardtext/index.mjs +82 -0
- package/dist/components/data-cardtext/style.css +1 -36
- package/dist/components/data-display/index.mjs +93 -0
- package/dist/components/data-display/style.css +1 -37
- package/dist/components/data-icons/index.mjs +104 -0
- package/dist/components/data-icons/style.css +1 -53
- package/dist/components/data-imgtext/index.mjs +106 -0
- package/dist/components/data-imgtext/style.css +1 -70
- package/dist/components/data-operatext/index.mjs +99 -0
- package/dist/components/data-operatext/style.css +1 -81
- package/dist/components/data-panel/index.mjs +93 -0
- package/dist/components/data-panel/style.css +1 -37
- package/dist/components/data-pay/index.mjs +149 -0
- package/dist/components/data-pay/style.css +1 -102
- package/dist/components/data-price/index.mjs +84 -0
- package/dist/components/data-price/style.css +1 -81
- package/dist/components/data-progress/index.mjs +97 -0
- package/dist/components/data-progress/style.css +1 -30
- package/dist/components/data-rotate/index.mjs +96 -0
- package/dist/components/data-rotate/style.css +1 -50
- package/dist/components/data-table-picker/index.mjs +137 -0
- package/dist/components/data-tabs/index.mjs +94 -0
- package/dist/components/data-tabs/style.css +1 -70
- package/dist/components/dialog-column/index.mjs +139 -0
- package/dist/components/dialog-excel/index.mjs +211 -0
- package/dist/components/dialog-filter/index.mjs +246 -0
- package/dist/components/dialog-form/index.mjs +143 -0
- package/dist/components/dialog-form/style.css +1 -10
- package/dist/components/dynamic-table/index.mjs +195 -0
- package/dist/components/dynamic-table/style.css +1 -30
- package/dist/components/e-charts/index.mjs +216 -0
- package/dist/components/e-charts/style.css +1 -10
- package/dist/components/easy-popup/index.mjs +87 -0
- package/dist/components/easy-popup/style.css +1 -18
- package/dist/components/editable-progress/index.mjs +141 -0
- package/dist/components/editable-progress/style.css +1 -37
- package/dist/components/editable-tree/index.mjs +844 -0
- package/dist/components/editable-tree/style.css +1 -82
- package/dist/components/egd-collapse/index.mjs +79 -0
- package/dist/components/egd-collapse-item/index.mjs +132 -0
- package/dist/components/element-dialog/index.mjs +249 -0
- package/dist/components/element-dialog/style.css +1 -88
- package/dist/components/empty-view/index.mjs +69 -0
- package/dist/components/empty-view/style.css +1 -17
- package/dist/components/error-view/index.mjs +61 -0
- package/dist/components/error-view/style.css +1 -17
- package/dist/components/flex-column/index.mjs +62 -0
- package/dist/components/flex-item/index.mjs +81 -0
- package/dist/components/flex-row/index.mjs +62 -0
- package/dist/components/flex-scroller/index.mjs +47 -0
- package/dist/components/flex-scroller/style.css +1 -20
- package/dist/components/flow/index.mjs +277 -0
- package/dist/components/flow/style.css +1 -44
- package/dist/components/flow-node/index.mjs +102 -0
- package/dist/components/flow-viewer/index.mjs +162 -0
- package/dist/components/flow-viewer/style.css +1 -19
- package/dist/components/form-button/index.mjs +80 -0
- package/dist/components/form-cascader/index.mjs +163 -0
- package/dist/components/form-checkbox-group/index.mjs +203 -0
- package/dist/components/form-checkbox-group/style.css +1 -51
- package/dist/components/form-date-picker/index.mjs +191 -0
- package/dist/components/form-group/index.mjs +122 -0
- package/dist/components/form-group/style.css +1 -76
- package/dist/components/form-holder/index.mjs +129 -0
- package/dist/components/form-input/index.mjs +117 -0
- package/dist/components/form-input-email/index.mjs +108 -0
- package/dist/components/form-input-id-card/index.mjs +115 -0
- package/dist/components/form-input-number/index.mjs +134 -0
- package/dist/components/form-input-number/style.css +1 -12
- package/dist/components/form-input-phone-number/index.mjs +109 -0
- package/dist/components/form-input-time/index.mjs +135 -0
- package/dist/components/form-item/index.mjs +147 -0
- package/dist/components/form-item/style.css +1 -11
- package/dist/components/form-item-config-provider/index.mjs +63 -0
- package/dist/components/form-item-group/index.mjs +169 -0
- package/dist/components/form-item-group/style.css +1 -30
- package/dist/components/form-radio-group/index.mjs +181 -0
- package/dist/components/form-radio-group/style.css +1 -53
- package/dist/components/form-select/index.mjs +165 -0
- package/dist/components/form-switch/index.mjs +108 -0
- package/dist/components/form-temp/index.mjs +149 -0
- package/dist/components/form-textarea/index.mjs +113 -0
- package/dist/components/form-view/index.mjs +366 -0
- package/dist/components/form-view/style.css +1 -158
- package/dist/components/fy-array/index.mjs +156 -0
- package/dist/components/fy-array/style.css +1 -18
- package/dist/components/fy-article/index.mjs +93 -0
- package/dist/components/fy-article/style.css +1 -40
- package/dist/components/fy-cascader/index.mjs +132 -0
- package/dist/components/fy-checkbox/index.mjs +116 -0
- package/dist/components/fy-checkbox/style.css +1 -15
- package/dist/components/fy-code/index.mjs +66 -0
- package/dist/components/fy-curd/index.mjs +751 -0
- package/dist/components/fy-curd/style.css +1 -239
- package/dist/components/fy-date/index.mjs +84 -0
- package/dist/components/fy-date/style.css +1 -21
- package/dist/components/fy-dialog-form/index.mjs +278 -0
- package/dist/components/fy-draggable/index.mjs +382 -0
- package/dist/components/fy-draggable/style.css +1 -136
- package/dist/components/fy-dynamic/index.mjs +337 -0
- package/dist/components/fy-dynamic/style.css +1 -35
- package/dist/components/fy-empty/{index.js → index.mjs} +28 -34
- package/dist/components/fy-empty/style.css +1 -24
- package/dist/components/fy-form/index.mjs +786 -0
- package/dist/components/fy-form/style.css +1 -79
- package/dist/components/fy-form-design/index.mjs +7775 -0
- package/dist/components/fy-form-design/style.css +1 -578
- package/dist/components/fy-form-menu/index.mjs +95 -0
- package/dist/components/fy-input/index.mjs +176 -0
- package/dist/components/fy-input-color/index.mjs +101 -0
- package/dist/components/fy-input-icon/index.mjs +161 -0
- package/dist/components/fy-input-icon/style.css +1 -39
- package/dist/components/fy-input-map/index.mjs +275 -0
- package/dist/components/fy-input-map/style.css +1 -50
- package/dist/components/fy-input-number/index.mjs +87 -0
- package/dist/components/fy-input-table/index.mjs +172 -0
- package/dist/components/fy-input-table/style.css +1 -10
- package/dist/components/fy-input-tree/index.mjs +265 -0
- package/dist/components/fy-input-tree/style.css +1 -25
- package/dist/components/fy-progress/index.mjs +60 -0
- package/dist/components/fy-radio/index.mjs +68 -0
- package/dist/components/fy-radio/style.css +1 -12
- package/dist/components/fy-rate/index.mjs +105 -0
- package/dist/components/fy-rate/style.css +1 -9
- package/dist/components/fy-select/index.mjs +224 -0
- package/dist/components/fy-select/style.css +1 -25
- package/dist/components/fy-slider/index.mjs +79 -0
- package/dist/components/fy-switch/index.mjs +73 -0
- package/dist/components/fy-tabs/index.mjs +90 -0
- package/dist/components/fy-tabs/style.css +0 -6
- package/dist/components/fy-time/index.mjs +95 -0
- package/dist/components/fy-title/index.mjs +40 -0
- package/dist/components/fy-title/style.css +1 -11
- package/dist/components/fy-tree/index.mjs +428 -0
- package/dist/components/fy-tree/style.css +1 -46
- package/dist/components/fy-u-editor/index.mjs +409 -0
- package/dist/components/fy-u-editor/style.css +1 -15
- package/dist/components/fy-upload/index.mjs +591 -0
- package/dist/components/fy-upload/style.css +1 -60
- package/dist/components/guide-steps/index.mjs +94 -0
- package/dist/components/guide-steps/style.css +1 -34
- package/dist/components/header-menu/index.mjs +238 -0
- package/dist/components/header-search/index.mjs +253 -0
- package/dist/components/highlight-j-s/index.mjs +76 -0
- package/dist/components/highlight-j-s/style.css +1 -21
- package/dist/components/icon-card/index.mjs +62 -0
- package/dist/components/icon-card/style.css +1 -56
- package/dist/components/icon-temp/index.mjs +50 -0
- package/dist/components/icon-temp/style.css +1 -21
- package/dist/components/iframe-window/index.mjs +61 -0
- package/dist/components/iframe-window/style.css +1 -20
- package/dist/components/image-cropper/index.mjs +199 -0
- package/dist/components/image-cropper/style.css +1 -34
- package/dist/components/image-preview/index.mjs +233 -0
- package/dist/components/image-preview/style.css +1 -72
- package/dist/components/image-viewer/index.mjs +95 -0
- package/dist/components/image-viewer/style.css +1 -21
- package/dist/components/input-number/index.mjs +274 -0
- package/dist/components/input-number/style.css +1 -15
- package/dist/components/input-number-range/index.mjs +110 -0
- package/dist/components/input-number-range/style.css +1 -12
- package/dist/components/j-s-x-component/{index.js → index.mjs} +4 -4
- package/dist/components/keep-view-alive/index.mjs +123 -0
- package/dist/components/keyboard/index.mjs +384 -0
- package/dist/components/keyboard/style.css +1 -547
- package/dist/components/license/index.mjs +134 -0
- package/dist/components/loading-view/index.mjs +61 -0
- package/dist/components/loading-view/style.css +1 -17
- package/dist/components/login/index.mjs +250 -0
- package/dist/components/login/style.css +1 -25
- package/dist/components/name-avatar/index.mjs +66 -0
- package/dist/components/name-avatar/style.css +1 -35
- package/dist/components/nav-bar/index.mjs +52 -0
- package/dist/components/nav-bar/style.css +1 -17
- package/dist/components/not-implement/index.mjs +35 -0
- package/dist/components/not-implement/style.css +1 -15
- package/dist/components/notice/index.mjs +143 -0
- package/dist/components/notice/style.css +1 -54
- package/dist/components/page/index.mjs +40 -0
- package/dist/components/page/style.css +1 -12
- package/dist/components/page-header/index.mjs +56 -0
- package/dist/components/page-header/style.css +1 -14
- package/dist/components/page-index/index.mjs +175 -0
- package/dist/components/page-index/style.css +1 -23
- package/dist/components/page-index-top/index.mjs +141 -0
- package/dist/components/page-skeleton/index.mjs +56 -0
- package/dist/components/page-skeleton/style.css +1 -23
- package/dist/components/page-skeleton-new/index.mjs +98 -0
- package/dist/components/page-skeleton-new/style.css +1 -42
- package/dist/components/pageable-table/index.mjs +478 -0
- package/dist/components/pageable-table/style.css +1 -72
- package/dist/components/pageable-view/index.mjs +378 -0
- package/dist/components/pageable-view/style.css +1 -69
- package/dist/components/photo-swipe/index.mjs +129 -0
- package/dist/components/process-designer/{index.js → index.mjs} +1022 -1211
- package/dist/components/process-designer/style.css +1 -1186
- package/dist/components/properties-panel/index.mjs +4791 -0
- package/dist/components/properties-panel/style.css +1 -122
- package/dist/components/queue/index.mjs +76 -0
- package/dist/components/record-video/index.mjs +173 -0
- package/dist/components/record-video/style.css +1 -53
- package/dist/components/resize-observer/index.mjs +62 -0
- package/dist/components/resize-observer/style.css +1 -31
- package/dist/components/search/index.mjs +143 -0
- package/dist/components/search/style.css +1 -57
- package/dist/components/search-popover/index.mjs +411 -0
- package/dist/components/search-popover/style.css +1 -93
- package/dist/components/sign/index.mjs +133 -0
- package/dist/components/sign/style.css +1 -12
- package/dist/components/sign-panel/index.mjs +255 -0
- package/dist/components/sign-panel/style.css +1 -97
- package/dist/components/skeleton/index.mjs +82 -0
- package/dist/components/skeleton/style.css +1 -61
- package/dist/components/split-pane/index.mjs +233 -0
- package/dist/components/split-pane/style.css +1 -100
- package/dist/components/stateful/index.mjs +84 -0
- package/dist/components/stateful/style.css +1 -33
- package/dist/components/static-pageable-table/index.mjs +92 -0
- package/dist/components/static-pageable-table/style.css +1 -9
- package/dist/components/swiper/index.mjs +178 -0
- package/dist/components/swiper/style.css +1 -43
- package/dist/components/tab/index.mjs +147 -0
- package/dist/components/tab/style.css +1 -122
- package/dist/components/tab-item/index.mjs +73 -0
- package/dist/components/table-column/index.mjs +102 -0
- package/dist/components/table-page/index.mjs +132 -0
- package/dist/components/table-view/index.mjs +390 -0
- package/dist/components/table-view/style.css +1 -95
- package/dist/components/tag-render/index.mjs +108 -0
- package/dist/components/tag-render/style.css +1 -33
- package/dist/components/text-ellipsis/index.mjs +108 -0
- package/dist/components/text-ellipsis/style.css +1 -9
- package/dist/components/tinymce-editor/index.mjs +191 -0
- package/dist/components/tinymce-editor/style.css +1 -43
- package/dist/components/tinymce-wrapper/{index.js → index.mjs} +102 -138
- package/dist/components/tinymce-wrapper/style.css +1 -36
- package/dist/components/toolbar/index.mjs +217 -0
- package/dist/components/toolbar/style.css +1 -39
- package/dist/components/toolbar-button/index.mjs +108 -0
- package/dist/components/toolbar-button/style.css +1 -21
- package/dist/components/trigger/index.mjs +71 -0
- package/dist/components/verify/index.mjs +80 -0
- package/dist/components/verify/style.css +1 -15
- package/dist/components/vue-tags-input/index.mjs +553 -0
- package/dist/components/vue-tags-input/style.css +1 -688
- package/dist/components/watermark/index.mjs +95 -0
- package/dist/components/watermark/style.css +1 -11
- package/dist/index.cjs +85 -0
- package/dist/index.css +1 -8521
- package/dist/index.mjs +45819 -0
- package/package.json +6 -6
- package/web-types.json +1 -1
- package/dist/chunks/confirmable-mixin.851d6299.js +0 -137
- package/dist/chunks/dataformat.b8c8c01a.js +0 -237
- package/dist/chunks/detail.6135ade5.js +0 -55
- package/dist/chunks/dic.e57b75f2.js +0 -215
- package/dist/chunks/form-input-mixin.3e63b57f.js +0 -24
- package/dist/chunks/form-item-mixin.a56c101a.js +0 -166
- package/dist/chunks/init.38cbb3a2.js +0 -142
- package/dist/chunks/permission.9c766972.js +0 -21
- package/dist/chunks/slot.55598d0f.js +0 -35
- package/dist/chunks/tab-mixin.9d848bf6.js +0 -99
- package/dist/chunks/util.b0d0b0ad.js +0 -478
- package/dist/chunks/utils.2a3ffac9.js +0 -250
- package/dist/chunks/utils.a8891d2c.js +0 -30
- package/dist/chunks/vueComponentNormalizer.9c6b8b3d.js +0 -59
- package/dist/components/address-input/index.js +0 -126
- package/dist/components/affix/index.js +0 -152
- package/dist/components/aside-menu/index.js +0 -64
- package/dist/components/avatar/index.js +0 -124
- package/dist/components/awesome-button/index.js +0 -126
- package/dist/components/capsule-tab/index.js +0 -58
- package/dist/components/card/index.js +0 -143
- package/dist/components/carousel/index.js +0 -76
- package/dist/components/chat/index.js +0 -673
- package/dist/components/chunk-file-uploader/index.js +0 -153
- package/dist/components/chunk-file-uploader-button/index.js +0 -66
- package/dist/components/chunk-file-uploader-drop/index.js +0 -101
- package/dist/components/chunk-file-uploader-file/index.js +0 -388
- package/dist/components/chunk-file-uploader-files/index.js +0 -55
- package/dist/components/chunk-file-uploader-list/index.js +0 -56
- package/dist/components/chunk-file-uploader-un-support/index.js +0 -59
- package/dist/components/code-mirror-editor/index.js +0 -341
- package/dist/components/color-picker/index.js +0 -151
- package/dist/components/column/index.js +0 -140
- package/dist/components/column-default/index.js +0 -120
- package/dist/components/column-dynamic/index.js +0 -100
- package/dist/components/column-menu/index.js +0 -298
- package/dist/components/column-slot/index.js +0 -326
- package/dist/components/comment/index.js +0 -107
- package/dist/components/confirm-button/index.js +0 -59
- package/dist/components/confirmable/index.js +0 -29
- package/dist/components/context-menu/index.js +0 -275
- package/dist/components/count-up/index.js +0 -148
- package/dist/components/custom-scrollbar/index.js +0 -191
- package/dist/components/data-box/index.js +0 -103
- package/dist/components/data-card/index.js +0 -104
- package/dist/components/data-cardtext/index.js +0 -88
- package/dist/components/data-display/index.js +0 -99
- package/dist/components/data-icons/index.js +0 -110
- package/dist/components/data-imgtext/index.js +0 -112
- package/dist/components/data-operatext/index.js +0 -105
- package/dist/components/data-panel/index.js +0 -99
- package/dist/components/data-pay/index.js +0 -155
- package/dist/components/data-price/index.js +0 -90
- package/dist/components/data-progress/index.js +0 -103
- package/dist/components/data-rotate/index.js +0 -102
- package/dist/components/data-table-picker/index.js +0 -156
- package/dist/components/data-tabs/index.js +0 -100
- package/dist/components/dialog-column/index.js +0 -152
- package/dist/components/dialog-excel/index.js +0 -260
- package/dist/components/dialog-filter/index.js +0 -259
- package/dist/components/dialog-form/index.js +0 -163
- package/dist/components/dynamic-table/index.js +0 -219
- package/dist/components/e-charts/index.js +0 -297
- package/dist/components/easy-popup/index.js +0 -105
- package/dist/components/editable-progress/index.js +0 -174
- package/dist/components/editable-tree/index.js +0 -1070
- package/dist/components/egd-collapse/index.js +0 -92
- package/dist/components/egd-collapse-item/index.js +0 -148
- package/dist/components/element-dialog/index.js +0 -302
- package/dist/components/empty-view/index.js +0 -75
- package/dist/components/error-view/index.js +0 -67
- package/dist/components/flex-column/index.js +0 -84
- package/dist/components/flex-item/index.js +0 -116
- package/dist/components/flex-row/index.js +0 -84
- package/dist/components/flex-scroller/index.js +0 -53
- package/dist/components/flow/index.js +0 -329
- package/dist/components/flow-node/index.js +0 -110
- package/dist/components/flow-viewer/index.js +0 -207
- package/dist/components/form-button/index.js +0 -84
- package/dist/components/form-cascader/index.js +0 -178
- package/dist/components/form-checkbox-group/index.js +0 -233
- package/dist/components/form-date-picker/index.js +0 -260
- package/dist/components/form-group/index.js +0 -128
- package/dist/components/form-holder/index.js +0 -140
- package/dist/components/form-input/index.js +0 -128
- package/dist/components/form-input-email/index.js +0 -125
- package/dist/components/form-input-id-card/index.js +0 -126
- package/dist/components/form-input-number/index.js +0 -146
- package/dist/components/form-input-phone-number/index.js +0 -120
- package/dist/components/form-input-time/index.js +0 -146
- package/dist/components/form-item/index.js +0 -199
- package/dist/components/form-item-config-provider/index.js +0 -64
- package/dist/components/form-item-group/index.js +0 -195
- package/dist/components/form-radio-group/index.js +0 -205
- package/dist/components/form-select/index.js +0 -185
- package/dist/components/form-switch/index.js +0 -119
- package/dist/components/form-temp/index.js +0 -169
- package/dist/components/form-textarea/index.js +0 -124
- package/dist/components/form-view/index.js +0 -437
- package/dist/components/fy-array/index.js +0 -164
- package/dist/components/fy-article/index.js +0 -104
- package/dist/components/fy-cascader/index.js +0 -142
- package/dist/components/fy-checkbox/index.js +0 -127
- package/dist/components/fy-code/index.js +0 -73
- package/dist/components/fy-curd/index.js +0 -889
- package/dist/components/fy-date/index.js +0 -90
- package/dist/components/fy-dialog-form/index.js +0 -351
- package/dist/components/fy-draggable/index.js +0 -505
- package/dist/components/fy-dynamic/index.js +0 -380
- package/dist/components/fy-form/index.js +0 -964
- package/dist/components/fy-form-design/index.js +0 -8412
- package/dist/components/fy-form-menu/index.js +0 -103
- package/dist/components/fy-input/index.js +0 -187
- package/dist/components/fy-input-color/index.js +0 -108
- package/dist/components/fy-input-icon/index.js +0 -182
- package/dist/components/fy-input-map/index.js +0 -320
- package/dist/components/fy-input-number/index.js +0 -92
- package/dist/components/fy-input-table/index.js +0 -206
- package/dist/components/fy-input-tree/index.js +0 -309
- package/dist/components/fy-progress/index.js +0 -65
- package/dist/components/fy-radio/index.js +0 -74
- package/dist/components/fy-rate/index.js +0 -111
- package/dist/components/fy-select/index.js +0 -242
- package/dist/components/fy-slider/index.js +0 -84
- package/dist/components/fy-switch/index.js +0 -78
- package/dist/components/fy-tabs/index.js +0 -98
- package/dist/components/fy-time/index.js +0 -106
- package/dist/components/fy-title/index.js +0 -48
- package/dist/components/fy-tree/index.js +0 -491
- package/dist/components/fy-u-editor/index.js +0 -514
- package/dist/components/fy-upload/index.js +0 -760
- package/dist/components/guide-steps/index.js +0 -108
- package/dist/components/header-menu/index.js +0 -258
- package/dist/components/header-search/index.js +0 -285
- package/dist/components/highlight-j-s/index.js +0 -89
- package/dist/components/icon-card/index.js +0 -68
- package/dist/components/icon-temp/index.js +0 -56
- package/dist/components/iframe-window/index.js +0 -67
- package/dist/components/image-cropper/index.js +0 -217
- package/dist/components/image-preview/index.js +0 -264
- package/dist/components/image-viewer/index.js +0 -113
- package/dist/components/input-number/index.js +0 -340
- package/dist/components/input-number-range/index.js +0 -122
- package/dist/components/keep-view-alive/index.js +0 -170
- package/dist/components/keyboard/index.js +0 -469
- package/dist/components/license/index.js +0 -180
- package/dist/components/loading-view/index.js +0 -67
- package/dist/components/login/index.js +0 -279
- package/dist/components/name-avatar/index.js +0 -88
- package/dist/components/nav-bar/index.js +0 -62
- package/dist/components/not-implement/index.js +0 -43
- package/dist/components/notice/index.js +0 -156
- package/dist/components/page/index.js +0 -46
- package/dist/components/page-header/index.js +0 -62
- package/dist/components/page-index/index.js +0 -200
- package/dist/components/page-index-top/index.js +0 -160
- package/dist/components/page-skeleton/index.js +0 -62
- package/dist/components/page-skeleton-new/index.js +0 -104
- package/dist/components/pageable-table/index.js +0 -559
- package/dist/components/pageable-view/index.js +0 -462
- package/dist/components/photo-swipe/index.js +0 -175
- package/dist/components/properties-panel/index.js +0 -5235
- package/dist/components/queue/index.js +0 -88
- package/dist/components/record-video/index.js +0 -199
- package/dist/components/resize-observer/index.js +0 -96
- package/dist/components/search/index.js +0 -162
- package/dist/components/search-popover/index.js +0 -473
- package/dist/components/sign/index.js +0 -236
- package/dist/components/sign-panel/index.js +0 -305
- package/dist/components/skeleton/index.js +0 -92
- package/dist/components/split-pane/index.js +0 -298
- package/dist/components/stateful/index.js +0 -87
- package/dist/components/static-pageable-table/index.js +0 -99
- package/dist/components/swiper/index.js +0 -247
- package/dist/components/tab/index.js +0 -165
- package/dist/components/tab-item/index.js +0 -78
- package/dist/components/table-column/index.js +0 -111
- package/dist/components/table-page/index.js +0 -151
- package/dist/components/table-view/index.js +0 -465
- package/dist/components/tag-render/index.js +0 -127
- package/dist/components/text-ellipsis/index.js +0 -130
- package/dist/components/tinymce-editor/index.js +0 -211
- package/dist/components/toolbar/index.js +0 -238
- package/dist/components/toolbar-button/index.js +0 -119
- package/dist/components/trigger/index.js +0 -78
- package/dist/components/verify/index.js +0 -87
- package/dist/components/vue-tags-input/index.js +0 -673
- package/dist/components/watermark/index.js +0 -114
- package/dist/index.es.js +0 -52436
|
@@ -1,86 +1,67 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
-
if (__propIsEnum.call(b, prop))
|
|
13
|
-
__defNormalProp(a, prop, b[prop]);
|
|
14
|
-
}
|
|
15
|
-
return a;
|
|
1
|
+
var M = Object.defineProperty;
|
|
2
|
+
var C = Object.getOwnPropertySymbols;
|
|
3
|
+
var B = Object.prototype.hasOwnProperty, D = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var T = (e, n, t) => n in e ? M(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t, x = (e, n) => {
|
|
5
|
+
for (var t in n || (n = {}))
|
|
6
|
+
B.call(n, t) && T(e, t, n[t]);
|
|
7
|
+
if (C)
|
|
8
|
+
for (var t of C(n))
|
|
9
|
+
D.call(n, t) && T(e, t, n[t]);
|
|
10
|
+
return e;
|
|
16
11
|
};
|
|
17
|
-
var
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
|
|
42
|
-
import xml$3 from "highlight.js/lib/languages/xml";
|
|
43
|
-
import json from "highlight.js/lib/languages/json";
|
|
44
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
45
|
-
const processDesigner = "";
|
|
46
|
-
const DefaultEmptyXML = (key, name2, type) => {
|
|
47
|
-
type = type || "camunda";
|
|
48
|
-
const TYPE_TARGET = {
|
|
49
|
-
activiti: "http://activiti.org/bpmn",
|
|
50
|
-
camunda: "http://bpmn.io/schema/bpmn",
|
|
51
|
-
flowable: "http://flowable.org/bpmn"
|
|
52
|
-
};
|
|
53
|
-
return `<?xml version="1.0" encoding="UTF-8"?>
|
|
12
|
+
var d = (e, n, t) => new Promise((r, i) => {
|
|
13
|
+
var a = (p) => {
|
|
14
|
+
try {
|
|
15
|
+
o(t.next(p));
|
|
16
|
+
} catch (S) {
|
|
17
|
+
i(S);
|
|
18
|
+
}
|
|
19
|
+
}, c = (p) => {
|
|
20
|
+
try {
|
|
21
|
+
o(t.throw(p));
|
|
22
|
+
} catch (S) {
|
|
23
|
+
i(S);
|
|
24
|
+
}
|
|
25
|
+
}, o = (p) => p.done ? r(p.value) : Promise.resolve(p.value).then(a, c);
|
|
26
|
+
o((t = t.apply(e, n)).next());
|
|
27
|
+
});
|
|
28
|
+
import k from "bpmn-js/lib/Modeler";
|
|
29
|
+
import O from "bpmn-js-token-simulation";
|
|
30
|
+
import { isObject as F, isFunction as $, some as l } from "min-dash";
|
|
31
|
+
import L from "x2js";
|
|
32
|
+
import I from "highlight.js/lib/core";
|
|
33
|
+
import R from "highlight.js/lib/languages/xml";
|
|
34
|
+
import V from "highlight.js/lib/languages/json";
|
|
35
|
+
import { n as z } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
36
|
+
const _ = (e, n, t) => (t = t || "camunda", `<?xml version="1.0" encoding="UTF-8"?>
|
|
54
37
|
<bpmn2:definitions
|
|
55
38
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
56
39
|
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"
|
|
57
40
|
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
|
|
58
41
|
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
|
|
59
42
|
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
|
|
60
|
-
id="diagram_${
|
|
61
|
-
targetNamespace="${
|
|
62
|
-
|
|
43
|
+
id="diagram_${e}"
|
|
44
|
+
targetNamespace="${{
|
|
45
|
+
activiti: "http://activiti.org/bpmn",
|
|
46
|
+
camunda: "http://bpmn.io/schema/bpmn",
|
|
47
|
+
flowable: "http://flowable.org/bpmn"
|
|
48
|
+
}[t]}">
|
|
49
|
+
<bpmn2:process id="${e}" name="${n}" isExecutable="true">
|
|
63
50
|
</bpmn2:process>
|
|
64
51
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
65
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="${
|
|
52
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="${e}">
|
|
66
53
|
</bpmndi:BPMNPlane>
|
|
67
54
|
</bpmndi:BPMNDiagram>
|
|
68
|
-
</bpmn2:definitions
|
|
69
|
-
|
|
70
|
-
function
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
return template.replace(/{([^}]+)}/g, function(_, key) {
|
|
75
|
-
let str = replacements[key];
|
|
76
|
-
if (translations[replacements[key]] !== null && translations[replacements[key]] !== void 0) {
|
|
77
|
-
str = translations[replacements[key]];
|
|
78
|
-
}
|
|
79
|
-
return str || `{${key}}`;
|
|
55
|
+
</bpmn2:definitions>`);
|
|
56
|
+
function G(e) {
|
|
57
|
+
return function(n, t) {
|
|
58
|
+
return t = t || {}, n = e[n] || n, n.replace(/{([^}]+)}/g, function(r, i) {
|
|
59
|
+
let a = t[i];
|
|
60
|
+
return e[t[i]] !== null && e[t[i]] !== void 0 && (a = e[t[i]]), a || `{${i}}`;
|
|
80
61
|
});
|
|
81
62
|
};
|
|
82
63
|
}
|
|
83
|
-
const
|
|
64
|
+
const U = {
|
|
84
65
|
// 添加部分
|
|
85
66
|
"Append EndEvent": "追加结束事件",
|
|
86
67
|
"Append Gateway": "追加网关",
|
|
@@ -307,25 +288,19 @@ const translationsCN = {
|
|
|
307
288
|
"Tasklist Configuration": "Tasklist配置",
|
|
308
289
|
Startable: "启动",
|
|
309
290
|
"Specify more than one group as a comma separated list.": "指定多个组作为逗号分隔的列表。"
|
|
310
|
-
}
|
|
311
|
-
const name$2 = "Camunda";
|
|
312
|
-
const uri$2 = "http://camunda.org/schema/1.0/bpmn";
|
|
313
|
-
const prefix$2 = "camunda";
|
|
314
|
-
const xml$2 = {
|
|
291
|
+
}, N = "Camunda", j = "http://camunda.org/schema/1.0/bpmn", J = "camunda", Z = {
|
|
315
292
|
tagAlias: "lowerCase"
|
|
316
|
-
}
|
|
317
|
-
const associations$2 = [];
|
|
318
|
-
const types$2 = [
|
|
293
|
+
}, X = [], H = [
|
|
319
294
|
{
|
|
320
295
|
name: "Definitions",
|
|
321
|
-
isAbstract:
|
|
322
|
-
|
|
296
|
+
isAbstract: !0,
|
|
297
|
+
extends: [
|
|
323
298
|
"bpmn:Definitions"
|
|
324
299
|
],
|
|
325
300
|
properties: [
|
|
326
301
|
{
|
|
327
302
|
name: "diagramRelationId",
|
|
328
|
-
isAttr:
|
|
303
|
+
isAttr: !0,
|
|
329
304
|
type: "String"
|
|
330
305
|
}
|
|
331
306
|
]
|
|
@@ -335,37 +310,37 @@ const types$2 = [
|
|
|
335
310
|
superClass: [
|
|
336
311
|
"Element"
|
|
337
312
|
],
|
|
338
|
-
isAbstract:
|
|
313
|
+
isAbstract: !0,
|
|
339
314
|
properties: [
|
|
340
315
|
{
|
|
341
316
|
name: "source",
|
|
342
|
-
isAttr:
|
|
317
|
+
isAttr: !0,
|
|
343
318
|
type: "String"
|
|
344
319
|
},
|
|
345
320
|
{
|
|
346
321
|
name: "sourceExpression",
|
|
347
|
-
isAttr:
|
|
322
|
+
isAttr: !0,
|
|
348
323
|
type: "String"
|
|
349
324
|
},
|
|
350
325
|
{
|
|
351
326
|
name: "target",
|
|
352
|
-
isAttr:
|
|
327
|
+
isAttr: !0,
|
|
353
328
|
type: "String"
|
|
354
329
|
},
|
|
355
330
|
{
|
|
356
331
|
name: "businessKey",
|
|
357
|
-
isAttr:
|
|
332
|
+
isAttr: !0,
|
|
358
333
|
type: "String"
|
|
359
334
|
},
|
|
360
335
|
{
|
|
361
336
|
name: "local",
|
|
362
|
-
isAttr:
|
|
337
|
+
isAttr: !0,
|
|
363
338
|
type: "Boolean",
|
|
364
|
-
|
|
339
|
+
default: !1
|
|
365
340
|
},
|
|
366
341
|
{
|
|
367
342
|
name: "variables",
|
|
368
|
-
isAttr:
|
|
343
|
+
isAttr: !0,
|
|
369
344
|
type: "String"
|
|
370
345
|
}
|
|
371
346
|
]
|
|
@@ -395,8 +370,8 @@ const types$2 = [
|
|
|
395
370
|
},
|
|
396
371
|
{
|
|
397
372
|
name: "AsyncCapable",
|
|
398
|
-
isAbstract:
|
|
399
|
-
|
|
373
|
+
isAbstract: !0,
|
|
374
|
+
extends: [
|
|
400
375
|
"bpmn:Activity",
|
|
401
376
|
"bpmn:Gateway",
|
|
402
377
|
"bpmn:Event"
|
|
@@ -404,89 +379,89 @@ const types$2 = [
|
|
|
404
379
|
properties: [
|
|
405
380
|
{
|
|
406
381
|
name: "async",
|
|
407
|
-
isAttr:
|
|
382
|
+
isAttr: !0,
|
|
408
383
|
type: "Boolean",
|
|
409
|
-
|
|
384
|
+
default: !1
|
|
410
385
|
},
|
|
411
386
|
{
|
|
412
387
|
name: "asyncBefore",
|
|
413
|
-
isAttr:
|
|
388
|
+
isAttr: !0,
|
|
414
389
|
type: "Boolean",
|
|
415
|
-
|
|
390
|
+
default: !1
|
|
416
391
|
},
|
|
417
392
|
{
|
|
418
393
|
name: "asyncAfter",
|
|
419
|
-
isAttr:
|
|
394
|
+
isAttr: !0,
|
|
420
395
|
type: "Boolean",
|
|
421
|
-
|
|
396
|
+
default: !1
|
|
422
397
|
},
|
|
423
398
|
{
|
|
424
399
|
name: "exclusive",
|
|
425
|
-
isAttr:
|
|
400
|
+
isAttr: !0,
|
|
426
401
|
type: "Boolean",
|
|
427
|
-
|
|
402
|
+
default: !0
|
|
428
403
|
}
|
|
429
404
|
]
|
|
430
405
|
},
|
|
431
406
|
{
|
|
432
407
|
name: "JobPriorized",
|
|
433
|
-
isAbstract:
|
|
434
|
-
|
|
408
|
+
isAbstract: !0,
|
|
409
|
+
extends: [
|
|
435
410
|
"bpmn:Process",
|
|
436
411
|
"camunda:AsyncCapable"
|
|
437
412
|
],
|
|
438
413
|
properties: [
|
|
439
414
|
{
|
|
440
415
|
name: "jobPriority",
|
|
441
|
-
isAttr:
|
|
416
|
+
isAttr: !0,
|
|
442
417
|
type: "String"
|
|
443
418
|
}
|
|
444
419
|
]
|
|
445
420
|
},
|
|
446
421
|
{
|
|
447
422
|
name: "SignalEventDefinition",
|
|
448
|
-
isAbstract:
|
|
449
|
-
|
|
423
|
+
isAbstract: !0,
|
|
424
|
+
extends: [
|
|
450
425
|
"bpmn:SignalEventDefinition"
|
|
451
426
|
],
|
|
452
427
|
properties: [
|
|
453
428
|
{
|
|
454
429
|
name: "async",
|
|
455
|
-
isAttr:
|
|
430
|
+
isAttr: !0,
|
|
456
431
|
type: "Boolean",
|
|
457
|
-
|
|
432
|
+
default: !1
|
|
458
433
|
}
|
|
459
434
|
]
|
|
460
435
|
},
|
|
461
436
|
{
|
|
462
437
|
name: "ErrorEventDefinition",
|
|
463
|
-
isAbstract:
|
|
464
|
-
|
|
438
|
+
isAbstract: !0,
|
|
439
|
+
extends: [
|
|
465
440
|
"bpmn:ErrorEventDefinition"
|
|
466
441
|
],
|
|
467
442
|
properties: [
|
|
468
443
|
{
|
|
469
444
|
name: "errorCodeVariable",
|
|
470
|
-
isAttr:
|
|
445
|
+
isAttr: !0,
|
|
471
446
|
type: "String"
|
|
472
447
|
},
|
|
473
448
|
{
|
|
474
449
|
name: "errorMessageVariable",
|
|
475
|
-
isAttr:
|
|
450
|
+
isAttr: !0,
|
|
476
451
|
type: "String"
|
|
477
452
|
}
|
|
478
453
|
]
|
|
479
454
|
},
|
|
480
455
|
{
|
|
481
456
|
name: "Error",
|
|
482
|
-
isAbstract:
|
|
483
|
-
|
|
457
|
+
isAbstract: !0,
|
|
458
|
+
extends: [
|
|
484
459
|
"bpmn:Error"
|
|
485
460
|
],
|
|
486
461
|
properties: [
|
|
487
462
|
{
|
|
488
463
|
name: "camunda:errorMessage",
|
|
489
|
-
isAttr:
|
|
464
|
+
isAttr: !0,
|
|
490
465
|
type: "String"
|
|
491
466
|
}
|
|
492
467
|
]
|
|
@@ -505,241 +480,241 @@ const types$2 = [
|
|
|
505
480
|
},
|
|
506
481
|
{
|
|
507
482
|
name: "FormSupported",
|
|
508
|
-
isAbstract:
|
|
509
|
-
|
|
483
|
+
isAbstract: !0,
|
|
484
|
+
extends: [
|
|
510
485
|
"bpmn:StartEvent",
|
|
511
486
|
"bpmn:UserTask"
|
|
512
487
|
],
|
|
513
488
|
properties: [
|
|
514
489
|
{
|
|
515
490
|
name: "formHandlerClass",
|
|
516
|
-
isAttr:
|
|
491
|
+
isAttr: !0,
|
|
517
492
|
type: "String"
|
|
518
493
|
},
|
|
519
494
|
{
|
|
520
495
|
name: "formKey",
|
|
521
|
-
isAttr:
|
|
496
|
+
isAttr: !0,
|
|
522
497
|
type: "String"
|
|
523
498
|
}
|
|
524
499
|
]
|
|
525
500
|
},
|
|
526
501
|
{
|
|
527
502
|
name: "TemplateSupported",
|
|
528
|
-
isAbstract:
|
|
529
|
-
|
|
503
|
+
isAbstract: !0,
|
|
504
|
+
extends: [
|
|
530
505
|
"bpmn:Process",
|
|
531
506
|
"bpmn:FlowElement"
|
|
532
507
|
],
|
|
533
508
|
properties: [
|
|
534
509
|
{
|
|
535
510
|
name: "modelerTemplate",
|
|
536
|
-
isAttr:
|
|
511
|
+
isAttr: !0,
|
|
537
512
|
type: "String"
|
|
538
513
|
},
|
|
539
514
|
{
|
|
540
515
|
name: "modelerTemplateVersion",
|
|
541
|
-
isAttr:
|
|
516
|
+
isAttr: !0,
|
|
542
517
|
type: "Integer"
|
|
543
518
|
}
|
|
544
519
|
]
|
|
545
520
|
},
|
|
546
521
|
{
|
|
547
522
|
name: "Initiator",
|
|
548
|
-
isAbstract:
|
|
549
|
-
|
|
523
|
+
isAbstract: !0,
|
|
524
|
+
extends: [
|
|
550
525
|
"bpmn:StartEvent"
|
|
551
526
|
],
|
|
552
527
|
properties: [
|
|
553
528
|
{
|
|
554
529
|
name: "initiator",
|
|
555
|
-
isAttr:
|
|
530
|
+
isAttr: !0,
|
|
556
531
|
type: "String"
|
|
557
532
|
}
|
|
558
533
|
]
|
|
559
534
|
},
|
|
560
535
|
{
|
|
561
536
|
name: "ScriptTask",
|
|
562
|
-
isAbstract:
|
|
563
|
-
|
|
537
|
+
isAbstract: !0,
|
|
538
|
+
extends: [
|
|
564
539
|
"bpmn:ScriptTask"
|
|
565
540
|
],
|
|
566
541
|
properties: [
|
|
567
542
|
{
|
|
568
543
|
name: "resultVariable",
|
|
569
|
-
isAttr:
|
|
544
|
+
isAttr: !0,
|
|
570
545
|
type: "String"
|
|
571
546
|
},
|
|
572
547
|
{
|
|
573
548
|
name: "resource",
|
|
574
|
-
isAttr:
|
|
549
|
+
isAttr: !0,
|
|
575
550
|
type: "String"
|
|
576
551
|
}
|
|
577
552
|
]
|
|
578
553
|
},
|
|
579
554
|
{
|
|
580
555
|
name: "Process",
|
|
581
|
-
isAbstract:
|
|
582
|
-
|
|
556
|
+
isAbstract: !0,
|
|
557
|
+
extends: [
|
|
583
558
|
"bpmn:Process"
|
|
584
559
|
],
|
|
585
560
|
properties: [
|
|
586
561
|
{
|
|
587
562
|
name: "candidateStarterGroups",
|
|
588
|
-
isAttr:
|
|
563
|
+
isAttr: !0,
|
|
589
564
|
type: "String"
|
|
590
565
|
},
|
|
591
566
|
{
|
|
592
567
|
name: "candidateStarterUsers",
|
|
593
|
-
isAttr:
|
|
568
|
+
isAttr: !0,
|
|
594
569
|
type: "String"
|
|
595
570
|
},
|
|
596
571
|
{
|
|
597
572
|
name: "versionTag",
|
|
598
|
-
isAttr:
|
|
573
|
+
isAttr: !0,
|
|
599
574
|
type: "String"
|
|
600
575
|
},
|
|
601
576
|
{
|
|
602
577
|
name: "historyTimeToLive",
|
|
603
|
-
isAttr:
|
|
578
|
+
isAttr: !0,
|
|
604
579
|
type: "String"
|
|
605
580
|
},
|
|
606
581
|
{
|
|
607
582
|
name: "isStartableInTasklist",
|
|
608
|
-
isAttr:
|
|
583
|
+
isAttr: !0,
|
|
609
584
|
type: "Boolean",
|
|
610
|
-
|
|
585
|
+
default: !0
|
|
611
586
|
}
|
|
612
587
|
]
|
|
613
588
|
},
|
|
614
589
|
{
|
|
615
590
|
name: "EscalationEventDefinition",
|
|
616
|
-
isAbstract:
|
|
617
|
-
|
|
591
|
+
isAbstract: !0,
|
|
592
|
+
extends: [
|
|
618
593
|
"bpmn:EscalationEventDefinition"
|
|
619
594
|
],
|
|
620
595
|
properties: [
|
|
621
596
|
{
|
|
622
597
|
name: "escalationCodeVariable",
|
|
623
|
-
isAttr:
|
|
598
|
+
isAttr: !0,
|
|
624
599
|
type: "String"
|
|
625
600
|
}
|
|
626
601
|
]
|
|
627
602
|
},
|
|
628
603
|
{
|
|
629
604
|
name: "FormalExpression",
|
|
630
|
-
isAbstract:
|
|
631
|
-
|
|
605
|
+
isAbstract: !0,
|
|
606
|
+
extends: [
|
|
632
607
|
"bpmn:FormalExpression"
|
|
633
608
|
],
|
|
634
609
|
properties: [
|
|
635
610
|
{
|
|
636
611
|
name: "resource",
|
|
637
|
-
isAttr:
|
|
612
|
+
isAttr: !0,
|
|
638
613
|
type: "String"
|
|
639
614
|
}
|
|
640
615
|
]
|
|
641
616
|
},
|
|
642
617
|
{
|
|
643
618
|
name: "Assignable",
|
|
644
|
-
|
|
619
|
+
extends: [
|
|
645
620
|
"bpmn:UserTask"
|
|
646
621
|
],
|
|
647
622
|
properties: [
|
|
648
623
|
{
|
|
649
624
|
name: "assignee",
|
|
650
|
-
isAttr:
|
|
625
|
+
isAttr: !0,
|
|
651
626
|
type: "String"
|
|
652
627
|
},
|
|
653
628
|
{
|
|
654
629
|
name: "candidateUsers",
|
|
655
|
-
isAttr:
|
|
630
|
+
isAttr: !0,
|
|
656
631
|
type: "String"
|
|
657
632
|
},
|
|
658
633
|
{
|
|
659
634
|
name: "candidateGroups",
|
|
660
|
-
isAttr:
|
|
635
|
+
isAttr: !0,
|
|
661
636
|
type: "String"
|
|
662
637
|
},
|
|
663
638
|
{
|
|
664
639
|
name: "dueDate",
|
|
665
|
-
isAttr:
|
|
640
|
+
isAttr: !0,
|
|
666
641
|
type: "String"
|
|
667
642
|
},
|
|
668
643
|
{
|
|
669
644
|
name: "followUpDate",
|
|
670
|
-
isAttr:
|
|
645
|
+
isAttr: !0,
|
|
671
646
|
type: "String"
|
|
672
647
|
},
|
|
673
648
|
{
|
|
674
649
|
name: "priority",
|
|
675
|
-
isAttr:
|
|
650
|
+
isAttr: !0,
|
|
676
651
|
type: "String"
|
|
677
652
|
}
|
|
678
653
|
]
|
|
679
654
|
},
|
|
680
655
|
{
|
|
681
656
|
name: "CallActivity",
|
|
682
|
-
|
|
657
|
+
extends: [
|
|
683
658
|
"bpmn:CallActivity"
|
|
684
659
|
],
|
|
685
660
|
properties: [
|
|
686
661
|
{
|
|
687
662
|
name: "calledElementBinding",
|
|
688
|
-
isAttr:
|
|
663
|
+
isAttr: !0,
|
|
689
664
|
type: "String",
|
|
690
|
-
|
|
665
|
+
default: "latest"
|
|
691
666
|
},
|
|
692
667
|
{
|
|
693
668
|
name: "calledElementVersion",
|
|
694
|
-
isAttr:
|
|
669
|
+
isAttr: !0,
|
|
695
670
|
type: "String"
|
|
696
671
|
},
|
|
697
672
|
{
|
|
698
673
|
name: "calledElementVersionTag",
|
|
699
|
-
isAttr:
|
|
674
|
+
isAttr: !0,
|
|
700
675
|
type: "String"
|
|
701
676
|
},
|
|
702
677
|
{
|
|
703
678
|
name: "calledElementTenantId",
|
|
704
|
-
isAttr:
|
|
679
|
+
isAttr: !0,
|
|
705
680
|
type: "String"
|
|
706
681
|
},
|
|
707
682
|
{
|
|
708
683
|
name: "caseRef",
|
|
709
|
-
isAttr:
|
|
684
|
+
isAttr: !0,
|
|
710
685
|
type: "String"
|
|
711
686
|
},
|
|
712
687
|
{
|
|
713
688
|
name: "caseBinding",
|
|
714
|
-
isAttr:
|
|
689
|
+
isAttr: !0,
|
|
715
690
|
type: "String",
|
|
716
|
-
|
|
691
|
+
default: "latest"
|
|
717
692
|
},
|
|
718
693
|
{
|
|
719
694
|
name: "caseVersion",
|
|
720
|
-
isAttr:
|
|
695
|
+
isAttr: !0,
|
|
721
696
|
type: "String"
|
|
722
697
|
},
|
|
723
698
|
{
|
|
724
699
|
name: "caseTenantId",
|
|
725
|
-
isAttr:
|
|
700
|
+
isAttr: !0,
|
|
726
701
|
type: "String"
|
|
727
702
|
},
|
|
728
703
|
{
|
|
729
704
|
name: "variableMappingClass",
|
|
730
|
-
isAttr:
|
|
705
|
+
isAttr: !0,
|
|
731
706
|
type: "String"
|
|
732
707
|
},
|
|
733
708
|
{
|
|
734
709
|
name: "variableMappingDelegateExpression",
|
|
735
|
-
isAttr:
|
|
710
|
+
isAttr: !0,
|
|
736
711
|
type: "String"
|
|
737
712
|
}
|
|
738
713
|
]
|
|
739
714
|
},
|
|
740
715
|
{
|
|
741
716
|
name: "ServiceTaskLike",
|
|
742
|
-
|
|
717
|
+
extends: [
|
|
743
718
|
"bpmn:ServiceTask",
|
|
744
719
|
"bpmn:BusinessRuleTask",
|
|
745
720
|
"bpmn:SendTask",
|
|
@@ -748,89 +723,89 @@ const types$2 = [
|
|
|
748
723
|
properties: [
|
|
749
724
|
{
|
|
750
725
|
name: "expression",
|
|
751
|
-
isAttr:
|
|
726
|
+
isAttr: !0,
|
|
752
727
|
type: "String"
|
|
753
728
|
},
|
|
754
729
|
{
|
|
755
730
|
name: "class",
|
|
756
|
-
isAttr:
|
|
731
|
+
isAttr: !0,
|
|
757
732
|
type: "String"
|
|
758
733
|
},
|
|
759
734
|
{
|
|
760
735
|
name: "delegateExpression",
|
|
761
|
-
isAttr:
|
|
736
|
+
isAttr: !0,
|
|
762
737
|
type: "String"
|
|
763
738
|
},
|
|
764
739
|
{
|
|
765
740
|
name: "resultVariable",
|
|
766
|
-
isAttr:
|
|
741
|
+
isAttr: !0,
|
|
767
742
|
type: "String"
|
|
768
743
|
}
|
|
769
744
|
]
|
|
770
745
|
},
|
|
771
746
|
{
|
|
772
747
|
name: "DmnCapable",
|
|
773
|
-
|
|
748
|
+
extends: [
|
|
774
749
|
"bpmn:BusinessRuleTask"
|
|
775
750
|
],
|
|
776
751
|
properties: [
|
|
777
752
|
{
|
|
778
753
|
name: "decisionRef",
|
|
779
|
-
isAttr:
|
|
754
|
+
isAttr: !0,
|
|
780
755
|
type: "String"
|
|
781
756
|
},
|
|
782
757
|
{
|
|
783
758
|
name: "decisionRefBinding",
|
|
784
|
-
isAttr:
|
|
759
|
+
isAttr: !0,
|
|
785
760
|
type: "String",
|
|
786
|
-
|
|
761
|
+
default: "latest"
|
|
787
762
|
},
|
|
788
763
|
{
|
|
789
764
|
name: "decisionRefVersion",
|
|
790
|
-
isAttr:
|
|
765
|
+
isAttr: !0,
|
|
791
766
|
type: "String"
|
|
792
767
|
},
|
|
793
768
|
{
|
|
794
769
|
name: "mapDecisionResult",
|
|
795
|
-
isAttr:
|
|
770
|
+
isAttr: !0,
|
|
796
771
|
type: "String",
|
|
797
|
-
|
|
772
|
+
default: "resultList"
|
|
798
773
|
},
|
|
799
774
|
{
|
|
800
775
|
name: "decisionRefTenantId",
|
|
801
|
-
isAttr:
|
|
776
|
+
isAttr: !0,
|
|
802
777
|
type: "String"
|
|
803
778
|
}
|
|
804
779
|
]
|
|
805
780
|
},
|
|
806
781
|
{
|
|
807
782
|
name: "ExternalCapable",
|
|
808
|
-
|
|
783
|
+
extends: [
|
|
809
784
|
"camunda:ServiceTaskLike"
|
|
810
785
|
],
|
|
811
786
|
properties: [
|
|
812
787
|
{
|
|
813
788
|
name: "type",
|
|
814
|
-
isAttr:
|
|
789
|
+
isAttr: !0,
|
|
815
790
|
type: "String"
|
|
816
791
|
},
|
|
817
792
|
{
|
|
818
793
|
name: "topic",
|
|
819
|
-
isAttr:
|
|
794
|
+
isAttr: !0,
|
|
820
795
|
type: "String"
|
|
821
796
|
}
|
|
822
797
|
]
|
|
823
798
|
},
|
|
824
799
|
{
|
|
825
800
|
name: "TaskPriorized",
|
|
826
|
-
|
|
801
|
+
extends: [
|
|
827
802
|
"bpmn:Process",
|
|
828
803
|
"camunda:ExternalCapable"
|
|
829
804
|
],
|
|
830
805
|
properties: [
|
|
831
806
|
{
|
|
832
807
|
name: "taskPriority",
|
|
833
|
-
isAttr:
|
|
808
|
+
isAttr: !0,
|
|
834
809
|
type: "String"
|
|
835
810
|
}
|
|
836
811
|
]
|
|
@@ -849,7 +824,7 @@ const types$2 = [
|
|
|
849
824
|
{
|
|
850
825
|
name: "values",
|
|
851
826
|
type: "Property",
|
|
852
|
-
isMany:
|
|
827
|
+
isMany: !0
|
|
853
828
|
}
|
|
854
829
|
]
|
|
855
830
|
},
|
|
@@ -862,17 +837,17 @@ const types$2 = [
|
|
|
862
837
|
{
|
|
863
838
|
name: "id",
|
|
864
839
|
type: "String",
|
|
865
|
-
isAttr:
|
|
840
|
+
isAttr: !0
|
|
866
841
|
},
|
|
867
842
|
{
|
|
868
843
|
name: "name",
|
|
869
844
|
type: "String",
|
|
870
|
-
isAttr:
|
|
845
|
+
isAttr: !0
|
|
871
846
|
},
|
|
872
847
|
{
|
|
873
848
|
name: "value",
|
|
874
849
|
type: "String",
|
|
875
|
-
isAttr:
|
|
850
|
+
isAttr: !0
|
|
876
851
|
}
|
|
877
852
|
]
|
|
878
853
|
},
|
|
@@ -919,12 +894,12 @@ const types$2 = [
|
|
|
919
894
|
},
|
|
920
895
|
{
|
|
921
896
|
name: "inputParameters",
|
|
922
|
-
isMany:
|
|
897
|
+
isMany: !0,
|
|
923
898
|
type: "InputParameter"
|
|
924
899
|
},
|
|
925
900
|
{
|
|
926
901
|
name: "outputParameters",
|
|
927
|
-
isMany:
|
|
902
|
+
isMany: !0,
|
|
928
903
|
type: "OutputParameter"
|
|
929
904
|
}
|
|
930
905
|
]
|
|
@@ -934,12 +909,12 @@ const types$2 = [
|
|
|
934
909
|
properties: [
|
|
935
910
|
{
|
|
936
911
|
name: "name",
|
|
937
|
-
isAttr:
|
|
912
|
+
isAttr: !0,
|
|
938
913
|
type: "String"
|
|
939
914
|
},
|
|
940
915
|
{
|
|
941
916
|
name: "value",
|
|
942
|
-
isBody:
|
|
917
|
+
isBody: !0,
|
|
943
918
|
type: "String"
|
|
944
919
|
},
|
|
945
920
|
{
|
|
@@ -950,7 +925,7 @@ const types$2 = [
|
|
|
950
925
|
},
|
|
951
926
|
{
|
|
952
927
|
name: "InputOutputParameterDefinition",
|
|
953
|
-
isAbstract:
|
|
928
|
+
isAbstract: !0
|
|
954
929
|
},
|
|
955
930
|
{
|
|
956
931
|
name: "List",
|
|
@@ -960,7 +935,7 @@ const types$2 = [
|
|
|
960
935
|
properties: [
|
|
961
936
|
{
|
|
962
937
|
name: "items",
|
|
963
|
-
isMany:
|
|
938
|
+
isMany: !0,
|
|
964
939
|
type: "InputOutputParameterDefinition"
|
|
965
940
|
}
|
|
966
941
|
]
|
|
@@ -973,7 +948,7 @@ const types$2 = [
|
|
|
973
948
|
properties: [
|
|
974
949
|
{
|
|
975
950
|
name: "entries",
|
|
976
|
-
isMany:
|
|
951
|
+
isMany: !0,
|
|
977
952
|
type: "Entry"
|
|
978
953
|
}
|
|
979
954
|
]
|
|
@@ -983,12 +958,12 @@ const types$2 = [
|
|
|
983
958
|
properties: [
|
|
984
959
|
{
|
|
985
960
|
name: "key",
|
|
986
|
-
isAttr:
|
|
961
|
+
isAttr: !0,
|
|
987
962
|
type: "String"
|
|
988
963
|
},
|
|
989
964
|
{
|
|
990
965
|
name: "value",
|
|
991
|
-
isBody:
|
|
966
|
+
isBody: !0,
|
|
992
967
|
type: "String"
|
|
993
968
|
},
|
|
994
969
|
{
|
|
@@ -1005,17 +980,17 @@ const types$2 = [
|
|
|
1005
980
|
properties: [
|
|
1006
981
|
{
|
|
1007
982
|
name: "id",
|
|
1008
|
-
isAttr:
|
|
983
|
+
isAttr: !0,
|
|
1009
984
|
type: "String"
|
|
1010
985
|
},
|
|
1011
986
|
{
|
|
1012
987
|
name: "name",
|
|
1013
|
-
isAttr:
|
|
988
|
+
isAttr: !0,
|
|
1014
989
|
type: "String"
|
|
1015
990
|
},
|
|
1016
991
|
{
|
|
1017
992
|
name: "value",
|
|
1018
|
-
isBody:
|
|
993
|
+
isBody: !0,
|
|
1019
994
|
type: "String"
|
|
1020
995
|
}
|
|
1021
996
|
]
|
|
@@ -1028,17 +1003,17 @@ const types$2 = [
|
|
|
1028
1003
|
properties: [
|
|
1029
1004
|
{
|
|
1030
1005
|
name: "scriptFormat",
|
|
1031
|
-
isAttr:
|
|
1006
|
+
isAttr: !0,
|
|
1032
1007
|
type: "String"
|
|
1033
1008
|
},
|
|
1034
1009
|
{
|
|
1035
1010
|
name: "resource",
|
|
1036
|
-
isAttr:
|
|
1011
|
+
isAttr: !0,
|
|
1037
1012
|
type: "String"
|
|
1038
1013
|
},
|
|
1039
1014
|
{
|
|
1040
1015
|
name: "value",
|
|
1041
|
-
isBody:
|
|
1016
|
+
isBody: !0,
|
|
1042
1017
|
type: "String"
|
|
1043
1018
|
}
|
|
1044
1019
|
]
|
|
@@ -1058,7 +1033,7 @@ const types$2 = [
|
|
|
1058
1033
|
properties: [
|
|
1059
1034
|
{
|
|
1060
1035
|
name: "name",
|
|
1061
|
-
isAttr:
|
|
1036
|
+
isAttr: !0,
|
|
1062
1037
|
type: "String"
|
|
1063
1038
|
},
|
|
1064
1039
|
{
|
|
@@ -1067,7 +1042,7 @@ const types$2 = [
|
|
|
1067
1042
|
},
|
|
1068
1043
|
{
|
|
1069
1044
|
name: "stringValue",
|
|
1070
|
-
isAttr:
|
|
1045
|
+
isAttr: !0,
|
|
1071
1046
|
type: "String"
|
|
1072
1047
|
},
|
|
1073
1048
|
{
|
|
@@ -1090,8 +1065,8 @@ const types$2 = [
|
|
|
1090
1065
|
},
|
|
1091
1066
|
{
|
|
1092
1067
|
name: "Collectable",
|
|
1093
|
-
isAbstract:
|
|
1094
|
-
|
|
1068
|
+
isAbstract: !0,
|
|
1069
|
+
extends: [
|
|
1095
1070
|
"bpmn:MultiInstanceLoopCharacteristics"
|
|
1096
1071
|
],
|
|
1097
1072
|
superClass: [
|
|
@@ -1100,12 +1075,12 @@ const types$2 = [
|
|
|
1100
1075
|
properties: [
|
|
1101
1076
|
{
|
|
1102
1077
|
name: "collection",
|
|
1103
|
-
isAttr:
|
|
1078
|
+
isAttr: !0,
|
|
1104
1079
|
type: "String"
|
|
1105
1080
|
},
|
|
1106
1081
|
{
|
|
1107
1082
|
name: "elementVariable",
|
|
1108
|
-
isAttr:
|
|
1083
|
+
isAttr: !0,
|
|
1109
1084
|
type: "String"
|
|
1110
1085
|
}
|
|
1111
1086
|
]
|
|
@@ -1124,7 +1099,7 @@ const types$2 = [
|
|
|
1124
1099
|
properties: [
|
|
1125
1100
|
{
|
|
1126
1101
|
name: "body",
|
|
1127
|
-
isBody:
|
|
1102
|
+
isBody: !0,
|
|
1128
1103
|
type: "String"
|
|
1129
1104
|
}
|
|
1130
1105
|
]
|
|
@@ -1161,22 +1136,22 @@ const types$2 = [
|
|
|
1161
1136
|
properties: [
|
|
1162
1137
|
{
|
|
1163
1138
|
name: "expression",
|
|
1164
|
-
isAttr:
|
|
1139
|
+
isAttr: !0,
|
|
1165
1140
|
type: "String"
|
|
1166
1141
|
},
|
|
1167
1142
|
{
|
|
1168
1143
|
name: "class",
|
|
1169
|
-
isAttr:
|
|
1144
|
+
isAttr: !0,
|
|
1170
1145
|
type: "String"
|
|
1171
1146
|
},
|
|
1172
1147
|
{
|
|
1173
1148
|
name: "delegateExpression",
|
|
1174
|
-
isAttr:
|
|
1149
|
+
isAttr: !0,
|
|
1175
1150
|
type: "String"
|
|
1176
1151
|
},
|
|
1177
1152
|
{
|
|
1178
1153
|
name: "event",
|
|
1179
|
-
isAttr:
|
|
1154
|
+
isAttr: !0,
|
|
1180
1155
|
type: "String"
|
|
1181
1156
|
},
|
|
1182
1157
|
{
|
|
@@ -1186,7 +1161,7 @@ const types$2 = [
|
|
|
1186
1161
|
{
|
|
1187
1162
|
name: "fields",
|
|
1188
1163
|
type: "Field",
|
|
1189
|
-
isMany:
|
|
1164
|
+
isMany: !0
|
|
1190
1165
|
}
|
|
1191
1166
|
]
|
|
1192
1167
|
},
|
|
@@ -1203,22 +1178,22 @@ const types$2 = [
|
|
|
1203
1178
|
properties: [
|
|
1204
1179
|
{
|
|
1205
1180
|
name: "expression",
|
|
1206
|
-
isAttr:
|
|
1181
|
+
isAttr: !0,
|
|
1207
1182
|
type: "String"
|
|
1208
1183
|
},
|
|
1209
1184
|
{
|
|
1210
1185
|
name: "class",
|
|
1211
|
-
isAttr:
|
|
1186
|
+
isAttr: !0,
|
|
1212
1187
|
type: "String"
|
|
1213
1188
|
},
|
|
1214
1189
|
{
|
|
1215
1190
|
name: "delegateExpression",
|
|
1216
|
-
isAttr:
|
|
1191
|
+
isAttr: !0,
|
|
1217
1192
|
type: "String"
|
|
1218
1193
|
},
|
|
1219
1194
|
{
|
|
1220
1195
|
name: "event",
|
|
1221
|
-
isAttr:
|
|
1196
|
+
isAttr: !0,
|
|
1222
1197
|
type: "String"
|
|
1223
1198
|
},
|
|
1224
1199
|
{
|
|
@@ -1228,17 +1203,17 @@ const types$2 = [
|
|
|
1228
1203
|
{
|
|
1229
1204
|
name: "fields",
|
|
1230
1205
|
type: "Field",
|
|
1231
|
-
isMany:
|
|
1206
|
+
isMany: !0
|
|
1232
1207
|
},
|
|
1233
1208
|
{
|
|
1234
1209
|
name: "id",
|
|
1235
1210
|
type: "String",
|
|
1236
|
-
isAttr:
|
|
1211
|
+
isAttr: !0
|
|
1237
1212
|
},
|
|
1238
1213
|
{
|
|
1239
1214
|
name: "eventDefinitions",
|
|
1240
1215
|
type: "bpmn:TimerEventDefinition",
|
|
1241
|
-
isMany:
|
|
1216
|
+
isMany: !0
|
|
1242
1217
|
}
|
|
1243
1218
|
]
|
|
1244
1219
|
},
|
|
@@ -1257,57 +1232,57 @@ const types$2 = [
|
|
|
1257
1232
|
{
|
|
1258
1233
|
name: "id",
|
|
1259
1234
|
type: "String",
|
|
1260
|
-
isAttr:
|
|
1235
|
+
isAttr: !0
|
|
1261
1236
|
},
|
|
1262
1237
|
{
|
|
1263
1238
|
name: "name",
|
|
1264
1239
|
type: "String",
|
|
1265
|
-
isAttr:
|
|
1240
|
+
isAttr: !0
|
|
1266
1241
|
},
|
|
1267
1242
|
{
|
|
1268
1243
|
name: "type",
|
|
1269
1244
|
type: "String",
|
|
1270
|
-
isAttr:
|
|
1245
|
+
isAttr: !0
|
|
1271
1246
|
},
|
|
1272
1247
|
{
|
|
1273
1248
|
name: "required",
|
|
1274
1249
|
type: "String",
|
|
1275
|
-
isAttr:
|
|
1250
|
+
isAttr: !0
|
|
1276
1251
|
},
|
|
1277
1252
|
{
|
|
1278
1253
|
name: "readable",
|
|
1279
1254
|
type: "String",
|
|
1280
|
-
isAttr:
|
|
1255
|
+
isAttr: !0
|
|
1281
1256
|
},
|
|
1282
1257
|
{
|
|
1283
1258
|
name: "writable",
|
|
1284
1259
|
type: "String",
|
|
1285
|
-
isAttr:
|
|
1260
|
+
isAttr: !0
|
|
1286
1261
|
},
|
|
1287
1262
|
{
|
|
1288
1263
|
name: "variable",
|
|
1289
1264
|
type: "String",
|
|
1290
|
-
isAttr:
|
|
1265
|
+
isAttr: !0
|
|
1291
1266
|
},
|
|
1292
1267
|
{
|
|
1293
1268
|
name: "expression",
|
|
1294
1269
|
type: "String",
|
|
1295
|
-
isAttr:
|
|
1270
|
+
isAttr: !0
|
|
1296
1271
|
},
|
|
1297
1272
|
{
|
|
1298
1273
|
name: "datePattern",
|
|
1299
1274
|
type: "String",
|
|
1300
|
-
isAttr:
|
|
1275
|
+
isAttr: !0
|
|
1301
1276
|
},
|
|
1302
1277
|
{
|
|
1303
1278
|
name: "default",
|
|
1304
1279
|
type: "String",
|
|
1305
|
-
isAttr:
|
|
1280
|
+
isAttr: !0
|
|
1306
1281
|
},
|
|
1307
1282
|
{
|
|
1308
1283
|
name: "values",
|
|
1309
1284
|
type: "Value",
|
|
1310
|
-
isMany:
|
|
1285
|
+
isMany: !0
|
|
1311
1286
|
}
|
|
1312
1287
|
]
|
|
1313
1288
|
},
|
|
@@ -1326,12 +1301,12 @@ const types$2 = [
|
|
|
1326
1301
|
{
|
|
1327
1302
|
name: "fields",
|
|
1328
1303
|
type: "FormField",
|
|
1329
|
-
isMany:
|
|
1304
|
+
isMany: !0
|
|
1330
1305
|
},
|
|
1331
1306
|
{
|
|
1332
1307
|
name: "businessKey",
|
|
1333
1308
|
type: "String",
|
|
1334
|
-
isAttr:
|
|
1309
|
+
isAttr: !0
|
|
1335
1310
|
}
|
|
1336
1311
|
]
|
|
1337
1312
|
},
|
|
@@ -1344,27 +1319,27 @@ const types$2 = [
|
|
|
1344
1319
|
{
|
|
1345
1320
|
name: "id",
|
|
1346
1321
|
type: "String",
|
|
1347
|
-
isAttr:
|
|
1322
|
+
isAttr: !0
|
|
1348
1323
|
},
|
|
1349
1324
|
{
|
|
1350
1325
|
name: "label",
|
|
1351
1326
|
type: "String",
|
|
1352
|
-
isAttr:
|
|
1327
|
+
isAttr: !0
|
|
1353
1328
|
},
|
|
1354
1329
|
{
|
|
1355
1330
|
name: "type",
|
|
1356
1331
|
type: "String",
|
|
1357
|
-
isAttr:
|
|
1332
|
+
isAttr: !0
|
|
1358
1333
|
},
|
|
1359
1334
|
{
|
|
1360
1335
|
name: "datePattern",
|
|
1361
1336
|
type: "String",
|
|
1362
|
-
isAttr:
|
|
1337
|
+
isAttr: !0
|
|
1363
1338
|
},
|
|
1364
1339
|
{
|
|
1365
1340
|
name: "defaultValue",
|
|
1366
1341
|
type: "String",
|
|
1367
|
-
isAttr:
|
|
1342
|
+
isAttr: !0
|
|
1368
1343
|
},
|
|
1369
1344
|
{
|
|
1370
1345
|
name: "properties",
|
|
@@ -1377,7 +1352,7 @@ const types$2 = [
|
|
|
1377
1352
|
{
|
|
1378
1353
|
name: "values",
|
|
1379
1354
|
type: "Value",
|
|
1380
|
-
isMany:
|
|
1355
|
+
isMany: !0
|
|
1381
1356
|
}
|
|
1382
1357
|
]
|
|
1383
1358
|
},
|
|
@@ -1390,7 +1365,7 @@ const types$2 = [
|
|
|
1390
1365
|
{
|
|
1391
1366
|
name: "constraints",
|
|
1392
1367
|
type: "Constraint",
|
|
1393
|
-
isMany:
|
|
1368
|
+
isMany: !0
|
|
1394
1369
|
}
|
|
1395
1370
|
]
|
|
1396
1371
|
},
|
|
@@ -1403,63 +1378,55 @@ const types$2 = [
|
|
|
1403
1378
|
{
|
|
1404
1379
|
name: "name",
|
|
1405
1380
|
type: "String",
|
|
1406
|
-
isAttr:
|
|
1381
|
+
isAttr: !0
|
|
1407
1382
|
},
|
|
1408
1383
|
{
|
|
1409
1384
|
name: "config",
|
|
1410
1385
|
type: "String",
|
|
1411
|
-
isAttr:
|
|
1386
|
+
isAttr: !0
|
|
1412
1387
|
}
|
|
1413
1388
|
]
|
|
1414
1389
|
},
|
|
1415
1390
|
{
|
|
1416
1391
|
name: "ConditionalEventDefinition",
|
|
1417
|
-
isAbstract:
|
|
1418
|
-
|
|
1392
|
+
isAbstract: !0,
|
|
1393
|
+
extends: [
|
|
1419
1394
|
"bpmn:ConditionalEventDefinition"
|
|
1420
1395
|
],
|
|
1421
1396
|
properties: [
|
|
1422
1397
|
{
|
|
1423
1398
|
name: "variableName",
|
|
1424
|
-
isAttr:
|
|
1399
|
+
isAttr: !0,
|
|
1425
1400
|
type: "String"
|
|
1426
1401
|
},
|
|
1427
1402
|
{
|
|
1428
1403
|
name: "variableEvents",
|
|
1429
|
-
isAttr:
|
|
1404
|
+
isAttr: !0,
|
|
1430
1405
|
type: "String"
|
|
1431
1406
|
}
|
|
1432
1407
|
]
|
|
1433
1408
|
}
|
|
1434
|
-
]
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
emumerations: emumerations$2
|
|
1444
|
-
};
|
|
1445
|
-
const name$1 = "Activiti";
|
|
1446
|
-
const uri$1 = "http://activiti.org/bpmn";
|
|
1447
|
-
const prefix$1 = "activiti";
|
|
1448
|
-
const xml$1 = {
|
|
1409
|
+
], W = [], q = {
|
|
1410
|
+
name: N,
|
|
1411
|
+
uri: j,
|
|
1412
|
+
prefix: J,
|
|
1413
|
+
xml: Z,
|
|
1414
|
+
associations: X,
|
|
1415
|
+
types: H,
|
|
1416
|
+
emumerations: W
|
|
1417
|
+
}, K = "Activiti", Y = "http://activiti.org/bpmn", Q = "activiti", ee = {
|
|
1449
1418
|
tagAlias: "lowerCase"
|
|
1450
|
-
}
|
|
1451
|
-
const associations$1 = [];
|
|
1452
|
-
const types$1 = [
|
|
1419
|
+
}, te = [], ne = [
|
|
1453
1420
|
{
|
|
1454
1421
|
name: "Definitions",
|
|
1455
|
-
isAbstract:
|
|
1456
|
-
|
|
1422
|
+
isAbstract: !0,
|
|
1423
|
+
extends: [
|
|
1457
1424
|
"bpmn:Definitions"
|
|
1458
1425
|
],
|
|
1459
1426
|
properties: [
|
|
1460
1427
|
{
|
|
1461
1428
|
name: "diagramRelationId",
|
|
1462
|
-
isAttr:
|
|
1429
|
+
isAttr: !0,
|
|
1463
1430
|
type: "String"
|
|
1464
1431
|
}
|
|
1465
1432
|
]
|
|
@@ -1469,37 +1436,37 @@ const types$1 = [
|
|
|
1469
1436
|
superClass: [
|
|
1470
1437
|
"Element"
|
|
1471
1438
|
],
|
|
1472
|
-
isAbstract:
|
|
1439
|
+
isAbstract: !0,
|
|
1473
1440
|
properties: [
|
|
1474
1441
|
{
|
|
1475
1442
|
name: "source",
|
|
1476
|
-
isAttr:
|
|
1443
|
+
isAttr: !0,
|
|
1477
1444
|
type: "String"
|
|
1478
1445
|
},
|
|
1479
1446
|
{
|
|
1480
1447
|
name: "sourceExpression",
|
|
1481
|
-
isAttr:
|
|
1448
|
+
isAttr: !0,
|
|
1482
1449
|
type: "String"
|
|
1483
1450
|
},
|
|
1484
1451
|
{
|
|
1485
1452
|
name: "target",
|
|
1486
|
-
isAttr:
|
|
1453
|
+
isAttr: !0,
|
|
1487
1454
|
type: "String"
|
|
1488
1455
|
},
|
|
1489
1456
|
{
|
|
1490
1457
|
name: "businessKey",
|
|
1491
|
-
isAttr:
|
|
1458
|
+
isAttr: !0,
|
|
1492
1459
|
type: "String"
|
|
1493
1460
|
},
|
|
1494
1461
|
{
|
|
1495
1462
|
name: "local",
|
|
1496
|
-
isAttr:
|
|
1463
|
+
isAttr: !0,
|
|
1497
1464
|
type: "Boolean",
|
|
1498
|
-
|
|
1465
|
+
default: !1
|
|
1499
1466
|
},
|
|
1500
1467
|
{
|
|
1501
1468
|
name: "variables",
|
|
1502
|
-
isAttr:
|
|
1469
|
+
isAttr: !0,
|
|
1503
1470
|
type: "String"
|
|
1504
1471
|
}
|
|
1505
1472
|
]
|
|
@@ -1528,8 +1495,8 @@ const types$1 = [
|
|
|
1528
1495
|
},
|
|
1529
1496
|
{
|
|
1530
1497
|
name: "AsyncCapable",
|
|
1531
|
-
isAbstract:
|
|
1532
|
-
|
|
1498
|
+
isAbstract: !0,
|
|
1499
|
+
extends: [
|
|
1533
1500
|
"bpmn:Activity",
|
|
1534
1501
|
"bpmn:Gateway",
|
|
1535
1502
|
"bpmn:Event"
|
|
@@ -1537,89 +1504,89 @@ const types$1 = [
|
|
|
1537
1504
|
properties: [
|
|
1538
1505
|
{
|
|
1539
1506
|
name: "async",
|
|
1540
|
-
isAttr:
|
|
1507
|
+
isAttr: !0,
|
|
1541
1508
|
type: "Boolean",
|
|
1542
|
-
|
|
1509
|
+
default: !1
|
|
1543
1510
|
},
|
|
1544
1511
|
{
|
|
1545
1512
|
name: "asyncBefore",
|
|
1546
|
-
isAttr:
|
|
1513
|
+
isAttr: !0,
|
|
1547
1514
|
type: "Boolean",
|
|
1548
|
-
|
|
1515
|
+
default: !1
|
|
1549
1516
|
},
|
|
1550
1517
|
{
|
|
1551
1518
|
name: "asyncAfter",
|
|
1552
|
-
isAttr:
|
|
1519
|
+
isAttr: !0,
|
|
1553
1520
|
type: "Boolean",
|
|
1554
|
-
|
|
1521
|
+
default: !1
|
|
1555
1522
|
},
|
|
1556
1523
|
{
|
|
1557
1524
|
name: "exclusive",
|
|
1558
|
-
isAttr:
|
|
1525
|
+
isAttr: !0,
|
|
1559
1526
|
type: "Boolean",
|
|
1560
|
-
|
|
1527
|
+
default: !0
|
|
1561
1528
|
}
|
|
1562
1529
|
]
|
|
1563
1530
|
},
|
|
1564
1531
|
{
|
|
1565
1532
|
name: "JobPriorized",
|
|
1566
|
-
isAbstract:
|
|
1567
|
-
|
|
1533
|
+
isAbstract: !0,
|
|
1534
|
+
extends: [
|
|
1568
1535
|
"bpmn:Process",
|
|
1569
1536
|
"activiti:AsyncCapable"
|
|
1570
1537
|
],
|
|
1571
1538
|
properties: [
|
|
1572
1539
|
{
|
|
1573
1540
|
name: "jobPriority",
|
|
1574
|
-
isAttr:
|
|
1541
|
+
isAttr: !0,
|
|
1575
1542
|
type: "String"
|
|
1576
1543
|
}
|
|
1577
1544
|
]
|
|
1578
1545
|
},
|
|
1579
1546
|
{
|
|
1580
1547
|
name: "SignalEventDefinition",
|
|
1581
|
-
isAbstract:
|
|
1582
|
-
|
|
1548
|
+
isAbstract: !0,
|
|
1549
|
+
extends: [
|
|
1583
1550
|
"bpmn:SignalEventDefinition"
|
|
1584
1551
|
],
|
|
1585
1552
|
properties: [
|
|
1586
1553
|
{
|
|
1587
1554
|
name: "async",
|
|
1588
|
-
isAttr:
|
|
1555
|
+
isAttr: !0,
|
|
1589
1556
|
type: "Boolean",
|
|
1590
|
-
|
|
1557
|
+
default: !1
|
|
1591
1558
|
}
|
|
1592
1559
|
]
|
|
1593
1560
|
},
|
|
1594
1561
|
{
|
|
1595
1562
|
name: "ErrorEventDefinition",
|
|
1596
|
-
isAbstract:
|
|
1597
|
-
|
|
1563
|
+
isAbstract: !0,
|
|
1564
|
+
extends: [
|
|
1598
1565
|
"bpmn:ErrorEventDefinition"
|
|
1599
1566
|
],
|
|
1600
1567
|
properties: [
|
|
1601
1568
|
{
|
|
1602
1569
|
name: "errorCodeVariable",
|
|
1603
|
-
isAttr:
|
|
1570
|
+
isAttr: !0,
|
|
1604
1571
|
type: "String"
|
|
1605
1572
|
},
|
|
1606
1573
|
{
|
|
1607
1574
|
name: "errorMessageVariable",
|
|
1608
|
-
isAttr:
|
|
1575
|
+
isAttr: !0,
|
|
1609
1576
|
type: "String"
|
|
1610
1577
|
}
|
|
1611
1578
|
]
|
|
1612
1579
|
},
|
|
1613
1580
|
{
|
|
1614
1581
|
name: "Error",
|
|
1615
|
-
isAbstract:
|
|
1616
|
-
|
|
1582
|
+
isAbstract: !0,
|
|
1583
|
+
extends: [
|
|
1617
1584
|
"bpmn:Error"
|
|
1618
1585
|
],
|
|
1619
1586
|
properties: [
|
|
1620
1587
|
{
|
|
1621
1588
|
name: "activiti:errorMessage",
|
|
1622
|
-
isAttr:
|
|
1589
|
+
isAttr: !0,
|
|
1623
1590
|
type: "String"
|
|
1624
1591
|
}
|
|
1625
1592
|
]
|
|
@@ -1638,136 +1605,136 @@ const types$1 = [
|
|
|
1638
1605
|
},
|
|
1639
1606
|
{
|
|
1640
1607
|
name: "FormSupported",
|
|
1641
|
-
isAbstract:
|
|
1642
|
-
|
|
1608
|
+
isAbstract: !0,
|
|
1609
|
+
extends: [
|
|
1643
1610
|
"bpmn:StartEvent",
|
|
1644
1611
|
"bpmn:UserTask"
|
|
1645
1612
|
],
|
|
1646
1613
|
properties: [
|
|
1647
1614
|
{
|
|
1648
1615
|
name: "formHandlerClass",
|
|
1649
|
-
isAttr:
|
|
1616
|
+
isAttr: !0,
|
|
1650
1617
|
type: "String"
|
|
1651
1618
|
},
|
|
1652
1619
|
{
|
|
1653
1620
|
name: "formKey",
|
|
1654
|
-
isAttr:
|
|
1621
|
+
isAttr: !0,
|
|
1655
1622
|
type: "String"
|
|
1656
1623
|
}
|
|
1657
1624
|
]
|
|
1658
1625
|
},
|
|
1659
1626
|
{
|
|
1660
1627
|
name: "TemplateSupported",
|
|
1661
|
-
isAbstract:
|
|
1662
|
-
|
|
1628
|
+
isAbstract: !0,
|
|
1629
|
+
extends: [
|
|
1663
1630
|
"bpmn:Process",
|
|
1664
1631
|
"bpmn:FlowElement"
|
|
1665
1632
|
],
|
|
1666
1633
|
properties: [
|
|
1667
1634
|
{
|
|
1668
1635
|
name: "modelerTemplate",
|
|
1669
|
-
isAttr:
|
|
1636
|
+
isAttr: !0,
|
|
1670
1637
|
type: "String"
|
|
1671
1638
|
}
|
|
1672
1639
|
]
|
|
1673
1640
|
},
|
|
1674
1641
|
{
|
|
1675
1642
|
name: "Initiator",
|
|
1676
|
-
isAbstract:
|
|
1677
|
-
|
|
1643
|
+
isAbstract: !0,
|
|
1644
|
+
extends: [
|
|
1678
1645
|
"bpmn:StartEvent"
|
|
1679
1646
|
],
|
|
1680
1647
|
properties: [
|
|
1681
1648
|
{
|
|
1682
1649
|
name: "initiator",
|
|
1683
|
-
isAttr:
|
|
1650
|
+
isAttr: !0,
|
|
1684
1651
|
type: "String"
|
|
1685
1652
|
}
|
|
1686
1653
|
]
|
|
1687
1654
|
},
|
|
1688
1655
|
{
|
|
1689
1656
|
name: "ScriptTask",
|
|
1690
|
-
isAbstract:
|
|
1691
|
-
|
|
1657
|
+
isAbstract: !0,
|
|
1658
|
+
extends: [
|
|
1692
1659
|
"bpmn:ScriptTask"
|
|
1693
1660
|
],
|
|
1694
1661
|
properties: [
|
|
1695
1662
|
{
|
|
1696
1663
|
name: "resultVariable",
|
|
1697
|
-
isAttr:
|
|
1664
|
+
isAttr: !0,
|
|
1698
1665
|
type: "String"
|
|
1699
1666
|
},
|
|
1700
1667
|
{
|
|
1701
1668
|
name: "resource",
|
|
1702
|
-
isAttr:
|
|
1669
|
+
isAttr: !0,
|
|
1703
1670
|
type: "String"
|
|
1704
1671
|
}
|
|
1705
1672
|
]
|
|
1706
1673
|
},
|
|
1707
1674
|
{
|
|
1708
1675
|
name: "Process",
|
|
1709
|
-
isAbstract:
|
|
1710
|
-
|
|
1676
|
+
isAbstract: !0,
|
|
1677
|
+
extends: [
|
|
1711
1678
|
"bpmn:Process"
|
|
1712
1679
|
],
|
|
1713
1680
|
properties: [
|
|
1714
1681
|
{
|
|
1715
1682
|
name: "candidateStarterGroups",
|
|
1716
|
-
isAttr:
|
|
1683
|
+
isAttr: !0,
|
|
1717
1684
|
type: "String"
|
|
1718
1685
|
},
|
|
1719
1686
|
{
|
|
1720
1687
|
name: "candidateStarterUsers",
|
|
1721
|
-
isAttr:
|
|
1688
|
+
isAttr: !0,
|
|
1722
1689
|
type: "String"
|
|
1723
1690
|
},
|
|
1724
1691
|
{
|
|
1725
1692
|
name: "versionTag",
|
|
1726
|
-
isAttr:
|
|
1693
|
+
isAttr: !0,
|
|
1727
1694
|
type: "String"
|
|
1728
1695
|
},
|
|
1729
1696
|
{
|
|
1730
1697
|
name: "historyTimeToLive",
|
|
1731
|
-
isAttr:
|
|
1698
|
+
isAttr: !0,
|
|
1732
1699
|
type: "String"
|
|
1733
1700
|
},
|
|
1734
1701
|
{
|
|
1735
1702
|
name: "isStartableInTasklist",
|
|
1736
|
-
isAttr:
|
|
1703
|
+
isAttr: !0,
|
|
1737
1704
|
type: "Boolean",
|
|
1738
|
-
|
|
1705
|
+
default: !0
|
|
1739
1706
|
},
|
|
1740
1707
|
{
|
|
1741
1708
|
name: "executionListener",
|
|
1742
|
-
isAbstract:
|
|
1709
|
+
isAbstract: !0,
|
|
1743
1710
|
type: "Expression"
|
|
1744
1711
|
}
|
|
1745
1712
|
]
|
|
1746
1713
|
},
|
|
1747
1714
|
{
|
|
1748
1715
|
name: "EscalationEventDefinition",
|
|
1749
|
-
isAbstract:
|
|
1750
|
-
|
|
1716
|
+
isAbstract: !0,
|
|
1717
|
+
extends: [
|
|
1751
1718
|
"bpmn:EscalationEventDefinition"
|
|
1752
1719
|
],
|
|
1753
1720
|
properties: [
|
|
1754
1721
|
{
|
|
1755
1722
|
name: "escalationCodeVariable",
|
|
1756
|
-
isAttr:
|
|
1723
|
+
isAttr: !0,
|
|
1757
1724
|
type: "String"
|
|
1758
1725
|
}
|
|
1759
1726
|
]
|
|
1760
1727
|
},
|
|
1761
1728
|
{
|
|
1762
1729
|
name: "FormalExpression",
|
|
1763
|
-
isAbstract:
|
|
1764
|
-
|
|
1730
|
+
isAbstract: !0,
|
|
1731
|
+
extends: [
|
|
1765
1732
|
"bpmn:FormalExpression"
|
|
1766
1733
|
],
|
|
1767
1734
|
properties: [
|
|
1768
1735
|
{
|
|
1769
1736
|
name: "resource",
|
|
1770
|
-
isAttr:
|
|
1737
|
+
isAttr: !0,
|
|
1771
1738
|
type: "String"
|
|
1772
1739
|
}
|
|
1773
1740
|
]
|
|
@@ -1786,110 +1753,110 @@ const types$1 = [
|
|
|
1786
1753
|
},
|
|
1787
1754
|
{
|
|
1788
1755
|
name: "Assignable",
|
|
1789
|
-
|
|
1756
|
+
extends: [
|
|
1790
1757
|
"bpmn:UserTask"
|
|
1791
1758
|
],
|
|
1792
1759
|
properties: [
|
|
1793
1760
|
{
|
|
1794
1761
|
name: "assignee",
|
|
1795
|
-
isAttr:
|
|
1762
|
+
isAttr: !0,
|
|
1796
1763
|
type: "String"
|
|
1797
1764
|
},
|
|
1798
1765
|
{
|
|
1799
1766
|
name: "candidateUsers",
|
|
1800
|
-
isAttr:
|
|
1767
|
+
isAttr: !0,
|
|
1801
1768
|
type: "String"
|
|
1802
1769
|
},
|
|
1803
1770
|
{
|
|
1804
1771
|
name: "candidateGroups",
|
|
1805
|
-
isAttr:
|
|
1772
|
+
isAttr: !0,
|
|
1806
1773
|
type: "String"
|
|
1807
1774
|
},
|
|
1808
1775
|
{
|
|
1809
1776
|
name: "dueDate",
|
|
1810
|
-
isAttr:
|
|
1777
|
+
isAttr: !0,
|
|
1811
1778
|
type: "String"
|
|
1812
1779
|
},
|
|
1813
1780
|
{
|
|
1814
1781
|
name: "followUpDate",
|
|
1815
|
-
isAttr:
|
|
1782
|
+
isAttr: !0,
|
|
1816
1783
|
type: "String"
|
|
1817
1784
|
},
|
|
1818
1785
|
{
|
|
1819
1786
|
name: "priority",
|
|
1820
|
-
isAttr:
|
|
1787
|
+
isAttr: !0,
|
|
1821
1788
|
type: "String"
|
|
1822
1789
|
},
|
|
1823
1790
|
{
|
|
1824
1791
|
name: "multiinstance_condition",
|
|
1825
|
-
isAttr:
|
|
1792
|
+
isAttr: !0,
|
|
1826
1793
|
type: "String"
|
|
1827
1794
|
}
|
|
1828
1795
|
]
|
|
1829
1796
|
},
|
|
1830
1797
|
{
|
|
1831
1798
|
name: "CallActivity",
|
|
1832
|
-
|
|
1799
|
+
extends: [
|
|
1833
1800
|
"bpmn:CallActivity"
|
|
1834
1801
|
],
|
|
1835
1802
|
properties: [
|
|
1836
1803
|
{
|
|
1837
1804
|
name: "calledElementBinding",
|
|
1838
|
-
isAttr:
|
|
1805
|
+
isAttr: !0,
|
|
1839
1806
|
type: "String",
|
|
1840
|
-
|
|
1807
|
+
default: "latest"
|
|
1841
1808
|
},
|
|
1842
1809
|
{
|
|
1843
1810
|
name: "calledElementVersion",
|
|
1844
|
-
isAttr:
|
|
1811
|
+
isAttr: !0,
|
|
1845
1812
|
type: "String"
|
|
1846
1813
|
},
|
|
1847
1814
|
{
|
|
1848
1815
|
name: "calledElementVersionTag",
|
|
1849
|
-
isAttr:
|
|
1816
|
+
isAttr: !0,
|
|
1850
1817
|
type: "String"
|
|
1851
1818
|
},
|
|
1852
1819
|
{
|
|
1853
1820
|
name: "calledElementTenantId",
|
|
1854
|
-
isAttr:
|
|
1821
|
+
isAttr: !0,
|
|
1855
1822
|
type: "String"
|
|
1856
1823
|
},
|
|
1857
1824
|
{
|
|
1858
1825
|
name: "caseRef",
|
|
1859
|
-
isAttr:
|
|
1826
|
+
isAttr: !0,
|
|
1860
1827
|
type: "String"
|
|
1861
1828
|
},
|
|
1862
1829
|
{
|
|
1863
1830
|
name: "caseBinding",
|
|
1864
|
-
isAttr:
|
|
1831
|
+
isAttr: !0,
|
|
1865
1832
|
type: "String",
|
|
1866
|
-
|
|
1833
|
+
default: "latest"
|
|
1867
1834
|
},
|
|
1868
1835
|
{
|
|
1869
1836
|
name: "caseVersion",
|
|
1870
|
-
isAttr:
|
|
1837
|
+
isAttr: !0,
|
|
1871
1838
|
type: "String"
|
|
1872
1839
|
},
|
|
1873
1840
|
{
|
|
1874
1841
|
name: "caseTenantId",
|
|
1875
|
-
isAttr:
|
|
1842
|
+
isAttr: !0,
|
|
1876
1843
|
type: "String"
|
|
1877
1844
|
},
|
|
1878
1845
|
{
|
|
1879
1846
|
name: "variableMappingClass",
|
|
1880
|
-
isAttr:
|
|
1847
|
+
isAttr: !0,
|
|
1881
1848
|
type: "String"
|
|
1882
1849
|
},
|
|
1883
1850
|
{
|
|
1884
1851
|
name: "variableMappingDelegateExpression",
|
|
1885
|
-
isAttr:
|
|
1852
|
+
isAttr: !0,
|
|
1886
1853
|
type: "String"
|
|
1887
1854
|
}
|
|
1888
1855
|
]
|
|
1889
1856
|
},
|
|
1890
1857
|
{
|
|
1891
1858
|
name: "ServiceTaskLike",
|
|
1892
|
-
|
|
1859
|
+
extends: [
|
|
1893
1860
|
"bpmn:ServiceTask",
|
|
1894
1861
|
"bpmn:BusinessRuleTask",
|
|
1895
1862
|
"bpmn:SendTask",
|
|
@@ -1898,89 +1865,89 @@ const types$1 = [
|
|
|
1898
1865
|
properties: [
|
|
1899
1866
|
{
|
|
1900
1867
|
name: "expression",
|
|
1901
|
-
isAttr:
|
|
1868
|
+
isAttr: !0,
|
|
1902
1869
|
type: "String"
|
|
1903
1870
|
},
|
|
1904
1871
|
{
|
|
1905
1872
|
name: "class",
|
|
1906
|
-
isAttr:
|
|
1873
|
+
isAttr: !0,
|
|
1907
1874
|
type: "String"
|
|
1908
1875
|
},
|
|
1909
1876
|
{
|
|
1910
1877
|
name: "delegateExpression",
|
|
1911
|
-
isAttr:
|
|
1878
|
+
isAttr: !0,
|
|
1912
1879
|
type: "String"
|
|
1913
1880
|
},
|
|
1914
1881
|
{
|
|
1915
1882
|
name: "resultVariable",
|
|
1916
|
-
isAttr:
|
|
1883
|
+
isAttr: !0,
|
|
1917
1884
|
type: "String"
|
|
1918
1885
|
}
|
|
1919
1886
|
]
|
|
1920
1887
|
},
|
|
1921
1888
|
{
|
|
1922
1889
|
name: "DmnCapable",
|
|
1923
|
-
|
|
1890
|
+
extends: [
|
|
1924
1891
|
"bpmn:BusinessRuleTask"
|
|
1925
1892
|
],
|
|
1926
1893
|
properties: [
|
|
1927
1894
|
{
|
|
1928
1895
|
name: "decisionRef",
|
|
1929
|
-
isAttr:
|
|
1896
|
+
isAttr: !0,
|
|
1930
1897
|
type: "String"
|
|
1931
1898
|
},
|
|
1932
1899
|
{
|
|
1933
1900
|
name: "decisionRefBinding",
|
|
1934
|
-
isAttr:
|
|
1901
|
+
isAttr: !0,
|
|
1935
1902
|
type: "String",
|
|
1936
|
-
|
|
1903
|
+
default: "latest"
|
|
1937
1904
|
},
|
|
1938
1905
|
{
|
|
1939
1906
|
name: "decisionRefVersion",
|
|
1940
|
-
isAttr:
|
|
1907
|
+
isAttr: !0,
|
|
1941
1908
|
type: "String"
|
|
1942
1909
|
},
|
|
1943
1910
|
{
|
|
1944
1911
|
name: "mapDecisionResult",
|
|
1945
|
-
isAttr:
|
|
1912
|
+
isAttr: !0,
|
|
1946
1913
|
type: "String",
|
|
1947
|
-
|
|
1914
|
+
default: "resultList"
|
|
1948
1915
|
},
|
|
1949
1916
|
{
|
|
1950
1917
|
name: "decisionRefTenantId",
|
|
1951
|
-
isAttr:
|
|
1918
|
+
isAttr: !0,
|
|
1952
1919
|
type: "String"
|
|
1953
1920
|
}
|
|
1954
1921
|
]
|
|
1955
1922
|
},
|
|
1956
1923
|
{
|
|
1957
1924
|
name: "ExternalCapable",
|
|
1958
|
-
|
|
1925
|
+
extends: [
|
|
1959
1926
|
"activiti:ServiceTaskLike"
|
|
1960
1927
|
],
|
|
1961
1928
|
properties: [
|
|
1962
1929
|
{
|
|
1963
1930
|
name: "type",
|
|
1964
|
-
isAttr:
|
|
1931
|
+
isAttr: !0,
|
|
1965
1932
|
type: "String"
|
|
1966
1933
|
},
|
|
1967
1934
|
{
|
|
1968
1935
|
name: "topic",
|
|
1969
|
-
isAttr:
|
|
1936
|
+
isAttr: !0,
|
|
1970
1937
|
type: "String"
|
|
1971
1938
|
}
|
|
1972
1939
|
]
|
|
1973
1940
|
},
|
|
1974
1941
|
{
|
|
1975
1942
|
name: "TaskPriorized",
|
|
1976
|
-
|
|
1943
|
+
extends: [
|
|
1977
1944
|
"bpmn:Process",
|
|
1978
1945
|
"activiti:ExternalCapable"
|
|
1979
1946
|
],
|
|
1980
1947
|
properties: [
|
|
1981
1948
|
{
|
|
1982
1949
|
name: "taskPriority",
|
|
1983
|
-
isAttr:
|
|
1950
|
+
isAttr: !0,
|
|
1984
1951
|
type: "String"
|
|
1985
1952
|
}
|
|
1986
1953
|
]
|
|
@@ -1999,7 +1966,7 @@ const types$1 = [
|
|
|
1999
1966
|
{
|
|
2000
1967
|
name: "values",
|
|
2001
1968
|
type: "Property",
|
|
2002
|
-
isMany:
|
|
1969
|
+
isMany: !0
|
|
2003
1970
|
}
|
|
2004
1971
|
]
|
|
2005
1972
|
},
|
|
@@ -2012,17 +1979,17 @@ const types$1 = [
|
|
|
2012
1979
|
{
|
|
2013
1980
|
name: "id",
|
|
2014
1981
|
type: "String",
|
|
2015
|
-
isAttr:
|
|
1982
|
+
isAttr: !0
|
|
2016
1983
|
},
|
|
2017
1984
|
{
|
|
2018
1985
|
name: "name",
|
|
2019
1986
|
type: "String",
|
|
2020
|
-
isAttr:
|
|
1987
|
+
isAttr: !0
|
|
2021
1988
|
},
|
|
2022
1989
|
{
|
|
2023
1990
|
name: "value",
|
|
2024
1991
|
type: "String",
|
|
2025
|
-
isAttr:
|
|
1992
|
+
isAttr: !0
|
|
2026
1993
|
}
|
|
2027
1994
|
]
|
|
2028
1995
|
},
|
|
@@ -2069,12 +2036,12 @@ const types$1 = [
|
|
|
2069
2036
|
},
|
|
2070
2037
|
{
|
|
2071
2038
|
name: "inputParameters",
|
|
2072
|
-
isMany:
|
|
2039
|
+
isMany: !0,
|
|
2073
2040
|
type: "InputParameter"
|
|
2074
2041
|
},
|
|
2075
2042
|
{
|
|
2076
2043
|
name: "outputParameters",
|
|
2077
|
-
isMany:
|
|
2044
|
+
isMany: !0,
|
|
2078
2045
|
type: "OutputParameter"
|
|
2079
2046
|
}
|
|
2080
2047
|
]
|
|
@@ -2084,12 +2051,12 @@ const types$1 = [
|
|
|
2084
2051
|
properties: [
|
|
2085
2052
|
{
|
|
2086
2053
|
name: "name",
|
|
2087
|
-
isAttr:
|
|
2054
|
+
isAttr: !0,
|
|
2088
2055
|
type: "String"
|
|
2089
2056
|
},
|
|
2090
2057
|
{
|
|
2091
2058
|
name: "value",
|
|
2092
|
-
isBody:
|
|
2059
|
+
isBody: !0,
|
|
2093
2060
|
type: "String"
|
|
2094
2061
|
},
|
|
2095
2062
|
{
|
|
@@ -2100,7 +2067,7 @@ const types$1 = [
|
|
|
2100
2067
|
},
|
|
2101
2068
|
{
|
|
2102
2069
|
name: "InputOutputParameterDefinition",
|
|
2103
|
-
isAbstract:
|
|
2070
|
+
isAbstract: !0
|
|
2104
2071
|
},
|
|
2105
2072
|
{
|
|
2106
2073
|
name: "List",
|
|
@@ -2110,7 +2077,7 @@ const types$1 = [
|
|
|
2110
2077
|
properties: [
|
|
2111
2078
|
{
|
|
2112
2079
|
name: "items",
|
|
2113
|
-
isMany:
|
|
2080
|
+
isMany: !0,
|
|
2114
2081
|
type: "InputOutputParameterDefinition"
|
|
2115
2082
|
}
|
|
2116
2083
|
]
|
|
@@ -2123,7 +2090,7 @@ const types$1 = [
|
|
|
2123
2090
|
properties: [
|
|
2124
2091
|
{
|
|
2125
2092
|
name: "entries",
|
|
2126
|
-
isMany:
|
|
2093
|
+
isMany: !0,
|
|
2127
2094
|
type: "Entry"
|
|
2128
2095
|
}
|
|
2129
2096
|
]
|
|
@@ -2133,12 +2100,12 @@ const types$1 = [
|
|
|
2133
2100
|
properties: [
|
|
2134
2101
|
{
|
|
2135
2102
|
name: "key",
|
|
2136
|
-
isAttr:
|
|
2103
|
+
isAttr: !0,
|
|
2137
2104
|
type: "String"
|
|
2138
2105
|
},
|
|
2139
2106
|
{
|
|
2140
2107
|
name: "value",
|
|
2141
|
-
isBody:
|
|
2108
|
+
isBody: !0,
|
|
2142
2109
|
type: "String"
|
|
2143
2110
|
},
|
|
2144
2111
|
{
|
|
@@ -2155,17 +2122,17 @@ const types$1 = [
|
|
|
2155
2122
|
properties: [
|
|
2156
2123
|
{
|
|
2157
2124
|
name: "id",
|
|
2158
|
-
isAttr:
|
|
2125
|
+
isAttr: !0,
|
|
2159
2126
|
type: "String"
|
|
2160
2127
|
},
|
|
2161
2128
|
{
|
|
2162
2129
|
name: "name",
|
|
2163
|
-
isAttr:
|
|
2130
|
+
isAttr: !0,
|
|
2164
2131
|
type: "String"
|
|
2165
2132
|
},
|
|
2166
2133
|
{
|
|
2167
2134
|
name: "value",
|
|
2168
|
-
isBody:
|
|
2135
|
+
isBody: !0,
|
|
2169
2136
|
type: "String"
|
|
2170
2137
|
}
|
|
2171
2138
|
]
|
|
@@ -2178,17 +2145,17 @@ const types$1 = [
|
|
|
2178
2145
|
properties: [
|
|
2179
2146
|
{
|
|
2180
2147
|
name: "scriptFormat",
|
|
2181
|
-
isAttr:
|
|
2148
|
+
isAttr: !0,
|
|
2182
2149
|
type: "String"
|
|
2183
2150
|
},
|
|
2184
2151
|
{
|
|
2185
2152
|
name: "resource",
|
|
2186
|
-
isAttr:
|
|
2153
|
+
isAttr: !0,
|
|
2187
2154
|
type: "String"
|
|
2188
2155
|
},
|
|
2189
2156
|
{
|
|
2190
2157
|
name: "value",
|
|
2191
|
-
isBody:
|
|
2158
|
+
isBody: !0,
|
|
2192
2159
|
type: "String"
|
|
2193
2160
|
}
|
|
2194
2161
|
]
|
|
@@ -2208,7 +2175,7 @@ const types$1 = [
|
|
|
2208
2175
|
properties: [
|
|
2209
2176
|
{
|
|
2210
2177
|
name: "name",
|
|
2211
|
-
isAttr:
|
|
2178
|
+
isAttr: !0,
|
|
2212
2179
|
type: "String"
|
|
2213
2180
|
},
|
|
2214
2181
|
{
|
|
@@ -2217,7 +2184,7 @@ const types$1 = [
|
|
|
2217
2184
|
},
|
|
2218
2185
|
{
|
|
2219
2186
|
name: "stringValue",
|
|
2220
|
-
isAttr:
|
|
2187
|
+
isAttr: !0,
|
|
2221
2188
|
type: "String"
|
|
2222
2189
|
},
|
|
2223
2190
|
{
|
|
@@ -2240,8 +2207,8 @@ const types$1 = [
|
|
|
2240
2207
|
},
|
|
2241
2208
|
{
|
|
2242
2209
|
name: "Collectable",
|
|
2243
|
-
isAbstract:
|
|
2244
|
-
|
|
2210
|
+
isAbstract: !0,
|
|
2211
|
+
extends: [
|
|
2245
2212
|
"bpmn:MultiInstanceLoopCharacteristics"
|
|
2246
2213
|
],
|
|
2247
2214
|
superClass: [
|
|
@@ -2250,12 +2217,12 @@ const types$1 = [
|
|
|
2250
2217
|
properties: [
|
|
2251
2218
|
{
|
|
2252
2219
|
name: "collection",
|
|
2253
|
-
isAttr:
|
|
2220
|
+
isAttr: !0,
|
|
2254
2221
|
type: "String"
|
|
2255
2222
|
},
|
|
2256
2223
|
{
|
|
2257
2224
|
name: "elementVariable",
|
|
2258
|
-
isAttr:
|
|
2225
|
+
isAttr: !0,
|
|
2259
2226
|
type: "String"
|
|
2260
2227
|
}
|
|
2261
2228
|
]
|
|
@@ -2274,7 +2241,7 @@ const types$1 = [
|
|
|
2274
2241
|
properties: [
|
|
2275
2242
|
{
|
|
2276
2243
|
name: "body",
|
|
2277
|
-
isBody:
|
|
2244
|
+
isBody: !0,
|
|
2278
2245
|
type: "String"
|
|
2279
2246
|
}
|
|
2280
2247
|
]
|
|
@@ -2311,22 +2278,22 @@ const types$1 = [
|
|
|
2311
2278
|
properties: [
|
|
2312
2279
|
{
|
|
2313
2280
|
name: "expression",
|
|
2314
|
-
isAttr:
|
|
2281
|
+
isAttr: !0,
|
|
2315
2282
|
type: "String"
|
|
2316
2283
|
},
|
|
2317
2284
|
{
|
|
2318
2285
|
name: "class",
|
|
2319
|
-
isAttr:
|
|
2286
|
+
isAttr: !0,
|
|
2320
2287
|
type: "String"
|
|
2321
2288
|
},
|
|
2322
2289
|
{
|
|
2323
2290
|
name: "delegateExpression",
|
|
2324
|
-
isAttr:
|
|
2291
|
+
isAttr: !0,
|
|
2325
2292
|
type: "String"
|
|
2326
2293
|
},
|
|
2327
2294
|
{
|
|
2328
2295
|
name: "event",
|
|
2329
|
-
isAttr:
|
|
2296
|
+
isAttr: !0,
|
|
2330
2297
|
type: "String"
|
|
2331
2298
|
},
|
|
2332
2299
|
{
|
|
@@ -2336,7 +2303,7 @@ const types$1 = [
|
|
|
2336
2303
|
{
|
|
2337
2304
|
name: "fields",
|
|
2338
2305
|
type: "Field",
|
|
2339
|
-
isMany:
|
|
2306
|
+
isMany: !0
|
|
2340
2307
|
}
|
|
2341
2308
|
]
|
|
2342
2309
|
},
|
|
@@ -2353,22 +2320,22 @@ const types$1 = [
|
|
|
2353
2320
|
properties: [
|
|
2354
2321
|
{
|
|
2355
2322
|
name: "expression",
|
|
2356
|
-
isAttr:
|
|
2323
|
+
isAttr: !0,
|
|
2357
2324
|
type: "String"
|
|
2358
2325
|
},
|
|
2359
2326
|
{
|
|
2360
2327
|
name: "class",
|
|
2361
|
-
isAttr:
|
|
2328
|
+
isAttr: !0,
|
|
2362
2329
|
type: "String"
|
|
2363
2330
|
},
|
|
2364
2331
|
{
|
|
2365
2332
|
name: "delegateExpression",
|
|
2366
|
-
isAttr:
|
|
2333
|
+
isAttr: !0,
|
|
2367
2334
|
type: "String"
|
|
2368
2335
|
},
|
|
2369
2336
|
{
|
|
2370
2337
|
name: "event",
|
|
2371
|
-
isAttr:
|
|
2338
|
+
isAttr: !0,
|
|
2372
2339
|
type: "String"
|
|
2373
2340
|
},
|
|
2374
2341
|
{
|
|
@@ -2378,7 +2345,7 @@ const types$1 = [
|
|
|
2378
2345
|
{
|
|
2379
2346
|
name: "fields",
|
|
2380
2347
|
type: "Field",
|
|
2381
|
-
isMany:
|
|
2348
|
+
isMany: !0
|
|
2382
2349
|
}
|
|
2383
2350
|
]
|
|
2384
2351
|
},
|
|
@@ -2397,57 +2364,57 @@ const types$1 = [
|
|
|
2397
2364
|
{
|
|
2398
2365
|
name: "id",
|
|
2399
2366
|
type: "String",
|
|
2400
|
-
isAttr:
|
|
2367
|
+
isAttr: !0
|
|
2401
2368
|
},
|
|
2402
2369
|
{
|
|
2403
2370
|
name: "name",
|
|
2404
2371
|
type: "String",
|
|
2405
|
-
isAttr:
|
|
2372
|
+
isAttr: !0
|
|
2406
2373
|
},
|
|
2407
2374
|
{
|
|
2408
2375
|
name: "type",
|
|
2409
2376
|
type: "String",
|
|
2410
|
-
isAttr:
|
|
2377
|
+
isAttr: !0
|
|
2411
2378
|
},
|
|
2412
2379
|
{
|
|
2413
2380
|
name: "required",
|
|
2414
2381
|
type: "String",
|
|
2415
|
-
isAttr:
|
|
2382
|
+
isAttr: !0
|
|
2416
2383
|
},
|
|
2417
2384
|
{
|
|
2418
2385
|
name: "readable",
|
|
2419
2386
|
type: "String",
|
|
2420
|
-
isAttr:
|
|
2387
|
+
isAttr: !0
|
|
2421
2388
|
},
|
|
2422
2389
|
{
|
|
2423
2390
|
name: "writable",
|
|
2424
2391
|
type: "String",
|
|
2425
|
-
isAttr:
|
|
2392
|
+
isAttr: !0
|
|
2426
2393
|
},
|
|
2427
2394
|
{
|
|
2428
2395
|
name: "variable",
|
|
2429
2396
|
type: "String",
|
|
2430
|
-
isAttr:
|
|
2397
|
+
isAttr: !0
|
|
2431
2398
|
},
|
|
2432
2399
|
{
|
|
2433
2400
|
name: "expression",
|
|
2434
2401
|
type: "String",
|
|
2435
|
-
isAttr:
|
|
2402
|
+
isAttr: !0
|
|
2436
2403
|
},
|
|
2437
2404
|
{
|
|
2438
2405
|
name: "datePattern",
|
|
2439
2406
|
type: "String",
|
|
2440
|
-
isAttr:
|
|
2407
|
+
isAttr: !0
|
|
2441
2408
|
},
|
|
2442
2409
|
{
|
|
2443
2410
|
name: "default",
|
|
2444
2411
|
type: "String",
|
|
2445
|
-
isAttr:
|
|
2412
|
+
isAttr: !0
|
|
2446
2413
|
},
|
|
2447
2414
|
{
|
|
2448
2415
|
name: "values",
|
|
2449
2416
|
type: "Value",
|
|
2450
|
-
isMany:
|
|
2417
|
+
isMany: !0
|
|
2451
2418
|
}
|
|
2452
2419
|
]
|
|
2453
2420
|
},
|
|
@@ -2460,27 +2427,27 @@ const types$1 = [
|
|
|
2460
2427
|
{
|
|
2461
2428
|
name: "id",
|
|
2462
2429
|
type: "String",
|
|
2463
|
-
isAttr:
|
|
2430
|
+
isAttr: !0
|
|
2464
2431
|
},
|
|
2465
2432
|
{
|
|
2466
2433
|
name: "label",
|
|
2467
2434
|
type: "String",
|
|
2468
|
-
isAttr:
|
|
2435
|
+
isAttr: !0
|
|
2469
2436
|
},
|
|
2470
2437
|
{
|
|
2471
2438
|
name: "type",
|
|
2472
2439
|
type: "String",
|
|
2473
|
-
isAttr:
|
|
2440
|
+
isAttr: !0
|
|
2474
2441
|
},
|
|
2475
2442
|
{
|
|
2476
2443
|
name: "datePattern",
|
|
2477
2444
|
type: "String",
|
|
2478
|
-
isAttr:
|
|
2445
|
+
isAttr: !0
|
|
2479
2446
|
},
|
|
2480
2447
|
{
|
|
2481
2448
|
name: "defaultValue",
|
|
2482
2449
|
type: "String",
|
|
2483
|
-
isAttr:
|
|
2450
|
+
isAttr: !0
|
|
2484
2451
|
},
|
|
2485
2452
|
{
|
|
2486
2453
|
name: "properties",
|
|
@@ -2493,7 +2460,7 @@ const types$1 = [
|
|
|
2493
2460
|
{
|
|
2494
2461
|
name: "values",
|
|
2495
2462
|
type: "Value",
|
|
2496
|
-
isMany:
|
|
2463
|
+
isMany: !0
|
|
2497
2464
|
}
|
|
2498
2465
|
]
|
|
2499
2466
|
},
|
|
@@ -2506,7 +2473,7 @@ const types$1 = [
|
|
|
2506
2473
|
{
|
|
2507
2474
|
name: "constraints",
|
|
2508
2475
|
type: "Constraint",
|
|
2509
|
-
isMany:
|
|
2476
|
+
isMany: !0
|
|
2510
2477
|
}
|
|
2511
2478
|
]
|
|
2512
2479
|
},
|
|
@@ -2519,89 +2486,81 @@ const types$1 = [
|
|
|
2519
2486
|
{
|
|
2520
2487
|
name: "name",
|
|
2521
2488
|
type: "String",
|
|
2522
|
-
isAttr:
|
|
2489
|
+
isAttr: !0
|
|
2523
2490
|
},
|
|
2524
2491
|
{
|
|
2525
2492
|
name: "config",
|
|
2526
2493
|
type: "String",
|
|
2527
|
-
isAttr:
|
|
2494
|
+
isAttr: !0
|
|
2528
2495
|
}
|
|
2529
2496
|
]
|
|
2530
2497
|
},
|
|
2531
2498
|
{
|
|
2532
2499
|
name: "ConditionalEventDefinition",
|
|
2533
|
-
isAbstract:
|
|
2534
|
-
|
|
2500
|
+
isAbstract: !0,
|
|
2501
|
+
extends: [
|
|
2535
2502
|
"bpmn:ConditionalEventDefinition"
|
|
2536
2503
|
],
|
|
2537
2504
|
properties: [
|
|
2538
2505
|
{
|
|
2539
2506
|
name: "variableName",
|
|
2540
|
-
isAttr:
|
|
2507
|
+
isAttr: !0,
|
|
2541
2508
|
type: "String"
|
|
2542
2509
|
},
|
|
2543
2510
|
{
|
|
2544
2511
|
name: "variableEvent",
|
|
2545
|
-
isAttr:
|
|
2512
|
+
isAttr: !0,
|
|
2546
2513
|
type: "String"
|
|
2547
2514
|
}
|
|
2548
2515
|
]
|
|
2549
2516
|
}
|
|
2550
|
-
]
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
emumerations: emumerations$1
|
|
2560
|
-
};
|
|
2561
|
-
const name = "Flowable";
|
|
2562
|
-
const uri = "http://flowable.org/bpmn";
|
|
2563
|
-
const prefix = "flowable";
|
|
2564
|
-
const xml = {
|
|
2517
|
+
], re = [], ie = {
|
|
2518
|
+
name: K,
|
|
2519
|
+
uri: Y,
|
|
2520
|
+
prefix: Q,
|
|
2521
|
+
xml: ee,
|
|
2522
|
+
associations: te,
|
|
2523
|
+
types: ne,
|
|
2524
|
+
emumerations: re
|
|
2525
|
+
}, ae = "Flowable", se = "http://flowable.org/bpmn", oe = "flowable", pe = {
|
|
2565
2526
|
tagAlias: "lowerCase"
|
|
2566
|
-
}
|
|
2567
|
-
const associations = [];
|
|
2568
|
-
const types = [
|
|
2527
|
+
}, me = [], le = [
|
|
2569
2528
|
{
|
|
2570
2529
|
name: "InOutBinding",
|
|
2571
2530
|
superClass: [
|
|
2572
2531
|
"Element"
|
|
2573
2532
|
],
|
|
2574
|
-
isAbstract:
|
|
2533
|
+
isAbstract: !0,
|
|
2575
2534
|
properties: [
|
|
2576
2535
|
{
|
|
2577
2536
|
name: "source",
|
|
2578
|
-
isAttr:
|
|
2537
|
+
isAttr: !0,
|
|
2579
2538
|
type: "String"
|
|
2580
2539
|
},
|
|
2581
2540
|
{
|
|
2582
2541
|
name: "sourceExpression",
|
|
2583
|
-
isAttr:
|
|
2542
|
+
isAttr: !0,
|
|
2584
2543
|
type: "String"
|
|
2585
2544
|
},
|
|
2586
2545
|
{
|
|
2587
2546
|
name: "target",
|
|
2588
|
-
isAttr:
|
|
2547
|
+
isAttr: !0,
|
|
2589
2548
|
type: "String"
|
|
2590
2549
|
},
|
|
2591
2550
|
{
|
|
2592
2551
|
name: "businessKey",
|
|
2593
|
-
isAttr:
|
|
2552
|
+
isAttr: !0,
|
|
2594
2553
|
type: "String"
|
|
2595
2554
|
},
|
|
2596
2555
|
{
|
|
2597
2556
|
name: "local",
|
|
2598
|
-
isAttr:
|
|
2557
|
+
isAttr: !0,
|
|
2599
2558
|
type: "Boolean",
|
|
2600
|
-
|
|
2559
|
+
default: !1
|
|
2601
2560
|
},
|
|
2602
2561
|
{
|
|
2603
2562
|
name: "variables",
|
|
2604
|
-
isAttr:
|
|
2563
|
+
isAttr: !0,
|
|
2605
2564
|
type: "String"
|
|
2606
2565
|
}
|
|
2607
2566
|
]
|
|
@@ -2630,8 +2589,8 @@ const types = [
|
|
|
2630
2589
|
},
|
|
2631
2590
|
{
|
|
2632
2591
|
name: "AsyncCapable",
|
|
2633
|
-
isAbstract:
|
|
2634
|
-
|
|
2592
|
+
isAbstract: !0,
|
|
2593
|
+
extends: [
|
|
2635
2594
|
"bpmn:Activity",
|
|
2636
2595
|
"bpmn:Gateway",
|
|
2637
2596
|
"bpmn:Event"
|
|
@@ -2639,89 +2598,89 @@ const types = [
|
|
|
2639
2598
|
properties: [
|
|
2640
2599
|
{
|
|
2641
2600
|
name: "async",
|
|
2642
|
-
isAttr:
|
|
2601
|
+
isAttr: !0,
|
|
2643
2602
|
type: "Boolean",
|
|
2644
|
-
|
|
2603
|
+
default: !1
|
|
2645
2604
|
},
|
|
2646
2605
|
{
|
|
2647
2606
|
name: "asyncBefore",
|
|
2648
|
-
isAttr:
|
|
2607
|
+
isAttr: !0,
|
|
2649
2608
|
type: "Boolean",
|
|
2650
|
-
|
|
2609
|
+
default: !1
|
|
2651
2610
|
},
|
|
2652
2611
|
{
|
|
2653
2612
|
name: "asyncAfter",
|
|
2654
|
-
isAttr:
|
|
2613
|
+
isAttr: !0,
|
|
2655
2614
|
type: "Boolean",
|
|
2656
|
-
|
|
2615
|
+
default: !1
|
|
2657
2616
|
},
|
|
2658
2617
|
{
|
|
2659
2618
|
name: "exclusive",
|
|
2660
|
-
isAttr:
|
|
2619
|
+
isAttr: !0,
|
|
2661
2620
|
type: "Boolean",
|
|
2662
|
-
|
|
2621
|
+
default: !0
|
|
2663
2622
|
}
|
|
2664
2623
|
]
|
|
2665
2624
|
},
|
|
2666
2625
|
{
|
|
2667
2626
|
name: "JobPriorized",
|
|
2668
|
-
isAbstract:
|
|
2669
|
-
|
|
2627
|
+
isAbstract: !0,
|
|
2628
|
+
extends: [
|
|
2670
2629
|
"bpmn:Process",
|
|
2671
2630
|
"flowable:AsyncCapable"
|
|
2672
2631
|
],
|
|
2673
2632
|
properties: [
|
|
2674
2633
|
{
|
|
2675
2634
|
name: "jobPriority",
|
|
2676
|
-
isAttr:
|
|
2635
|
+
isAttr: !0,
|
|
2677
2636
|
type: "String"
|
|
2678
2637
|
}
|
|
2679
2638
|
]
|
|
2680
2639
|
},
|
|
2681
2640
|
{
|
|
2682
2641
|
name: "SignalEventDefinition",
|
|
2683
|
-
isAbstract:
|
|
2684
|
-
|
|
2642
|
+
isAbstract: !0,
|
|
2643
|
+
extends: [
|
|
2685
2644
|
"bpmn:SignalEventDefinition"
|
|
2686
2645
|
],
|
|
2687
2646
|
properties: [
|
|
2688
2647
|
{
|
|
2689
2648
|
name: "async",
|
|
2690
|
-
isAttr:
|
|
2649
|
+
isAttr: !0,
|
|
2691
2650
|
type: "Boolean",
|
|
2692
|
-
|
|
2651
|
+
default: !1
|
|
2693
2652
|
}
|
|
2694
2653
|
]
|
|
2695
2654
|
},
|
|
2696
2655
|
{
|
|
2697
2656
|
name: "ErrorEventDefinition",
|
|
2698
|
-
isAbstract:
|
|
2699
|
-
|
|
2657
|
+
isAbstract: !0,
|
|
2658
|
+
extends: [
|
|
2700
2659
|
"bpmn:ErrorEventDefinition"
|
|
2701
2660
|
],
|
|
2702
2661
|
properties: [
|
|
2703
2662
|
{
|
|
2704
2663
|
name: "errorCodeVariable",
|
|
2705
|
-
isAttr:
|
|
2664
|
+
isAttr: !0,
|
|
2706
2665
|
type: "String"
|
|
2707
2666
|
},
|
|
2708
2667
|
{
|
|
2709
2668
|
name: "errorMessageVariable",
|
|
2710
|
-
isAttr:
|
|
2669
|
+
isAttr: !0,
|
|
2711
2670
|
type: "String"
|
|
2712
2671
|
}
|
|
2713
2672
|
]
|
|
2714
2673
|
},
|
|
2715
2674
|
{
|
|
2716
2675
|
name: "Error",
|
|
2717
|
-
isAbstract:
|
|
2718
|
-
|
|
2676
|
+
isAbstract: !0,
|
|
2677
|
+
extends: [
|
|
2719
2678
|
"bpmn:Error"
|
|
2720
2679
|
],
|
|
2721
2680
|
properties: [
|
|
2722
2681
|
{
|
|
2723
2682
|
name: "flowable:errorMessage",
|
|
2724
|
-
isAttr:
|
|
2683
|
+
isAttr: !0,
|
|
2725
2684
|
type: "String"
|
|
2726
2685
|
}
|
|
2727
2686
|
]
|
|
@@ -2740,186 +2699,186 @@ const types = [
|
|
|
2740
2699
|
},
|
|
2741
2700
|
{
|
|
2742
2701
|
name: "FormSupported",
|
|
2743
|
-
isAbstract:
|
|
2744
|
-
|
|
2702
|
+
isAbstract: !0,
|
|
2703
|
+
extends: [
|
|
2745
2704
|
"bpmn:StartEvent",
|
|
2746
2705
|
"bpmn:UserTask"
|
|
2747
2706
|
],
|
|
2748
2707
|
properties: [
|
|
2749
2708
|
{
|
|
2750
2709
|
name: "formHandlerClass",
|
|
2751
|
-
isAttr:
|
|
2710
|
+
isAttr: !0,
|
|
2752
2711
|
type: "String"
|
|
2753
2712
|
},
|
|
2754
2713
|
{
|
|
2755
2714
|
name: "formKey",
|
|
2756
|
-
isAttr:
|
|
2715
|
+
isAttr: !0,
|
|
2757
2716
|
type: "String"
|
|
2758
2717
|
},
|
|
2759
2718
|
{
|
|
2760
2719
|
name: "formType",
|
|
2761
|
-
isAttr:
|
|
2720
|
+
isAttr: !0,
|
|
2762
2721
|
type: "String"
|
|
2763
2722
|
},
|
|
2764
2723
|
{
|
|
2765
2724
|
name: "formReadOnly",
|
|
2766
|
-
isAttr:
|
|
2725
|
+
isAttr: !0,
|
|
2767
2726
|
type: "Boolean",
|
|
2768
|
-
|
|
2727
|
+
default: !1
|
|
2769
2728
|
},
|
|
2770
2729
|
{
|
|
2771
2730
|
name: "formInit",
|
|
2772
|
-
isAttr:
|
|
2731
|
+
isAttr: !0,
|
|
2773
2732
|
type: "Boolean",
|
|
2774
|
-
|
|
2733
|
+
default: !0
|
|
2775
2734
|
}
|
|
2776
2735
|
]
|
|
2777
2736
|
},
|
|
2778
2737
|
{
|
|
2779
2738
|
name: "TemplateSupported",
|
|
2780
|
-
isAbstract:
|
|
2781
|
-
|
|
2739
|
+
isAbstract: !0,
|
|
2740
|
+
extends: [
|
|
2782
2741
|
"bpmn:Process",
|
|
2783
2742
|
"bpmn:FlowElement"
|
|
2784
2743
|
],
|
|
2785
2744
|
properties: [
|
|
2786
2745
|
{
|
|
2787
2746
|
name: "modelerTemplate",
|
|
2788
|
-
isAttr:
|
|
2747
|
+
isAttr: !0,
|
|
2789
2748
|
type: "String"
|
|
2790
2749
|
}
|
|
2791
2750
|
]
|
|
2792
2751
|
},
|
|
2793
2752
|
{
|
|
2794
2753
|
name: "Initiator",
|
|
2795
|
-
isAbstract:
|
|
2796
|
-
|
|
2754
|
+
isAbstract: !0,
|
|
2755
|
+
extends: [
|
|
2797
2756
|
"bpmn:StartEvent"
|
|
2798
2757
|
],
|
|
2799
2758
|
properties: [
|
|
2800
2759
|
{
|
|
2801
2760
|
name: "initiator",
|
|
2802
|
-
isAttr:
|
|
2761
|
+
isAttr: !0,
|
|
2803
2762
|
type: "String"
|
|
2804
2763
|
}
|
|
2805
2764
|
]
|
|
2806
2765
|
},
|
|
2807
2766
|
{
|
|
2808
2767
|
name: "ScriptTask",
|
|
2809
|
-
isAbstract:
|
|
2810
|
-
|
|
2768
|
+
isAbstract: !0,
|
|
2769
|
+
extends: [
|
|
2811
2770
|
"bpmn:ScriptTask"
|
|
2812
2771
|
],
|
|
2813
2772
|
properties: [
|
|
2814
2773
|
{
|
|
2815
2774
|
name: "resultVariable",
|
|
2816
|
-
isAttr:
|
|
2775
|
+
isAttr: !0,
|
|
2817
2776
|
type: "String"
|
|
2818
2777
|
},
|
|
2819
2778
|
{
|
|
2820
2779
|
name: "resource",
|
|
2821
|
-
isAttr:
|
|
2780
|
+
isAttr: !0,
|
|
2822
2781
|
type: "String"
|
|
2823
2782
|
}
|
|
2824
2783
|
]
|
|
2825
2784
|
},
|
|
2826
2785
|
{
|
|
2827
2786
|
name: "Process",
|
|
2828
|
-
isAbstract:
|
|
2829
|
-
|
|
2787
|
+
isAbstract: !0,
|
|
2788
|
+
extends: [
|
|
2830
2789
|
"bpmn:Process"
|
|
2831
2790
|
],
|
|
2832
2791
|
properties: [
|
|
2833
2792
|
{
|
|
2834
2793
|
name: "candidateStarterGroups",
|
|
2835
|
-
isAttr:
|
|
2794
|
+
isAttr: !0,
|
|
2836
2795
|
type: "String"
|
|
2837
2796
|
},
|
|
2838
2797
|
{
|
|
2839
2798
|
name: "candidateStarterUsers",
|
|
2840
|
-
isAttr:
|
|
2799
|
+
isAttr: !0,
|
|
2841
2800
|
type: "String"
|
|
2842
2801
|
},
|
|
2843
2802
|
{
|
|
2844
2803
|
name: "versionTag",
|
|
2845
|
-
isAttr:
|
|
2804
|
+
isAttr: !0,
|
|
2846
2805
|
type: "String"
|
|
2847
2806
|
},
|
|
2848
2807
|
{
|
|
2849
2808
|
name: "historyTimeToLive",
|
|
2850
|
-
isAttr:
|
|
2809
|
+
isAttr: !0,
|
|
2851
2810
|
type: "String"
|
|
2852
2811
|
},
|
|
2853
2812
|
{
|
|
2854
2813
|
name: "isStartableInTasklist",
|
|
2855
|
-
isAttr:
|
|
2814
|
+
isAttr: !0,
|
|
2856
2815
|
type: "Boolean",
|
|
2857
|
-
|
|
2816
|
+
default: !0
|
|
2858
2817
|
}
|
|
2859
2818
|
]
|
|
2860
2819
|
},
|
|
2861
2820
|
{
|
|
2862
2821
|
name: "EscalationEventDefinition",
|
|
2863
|
-
isAbstract:
|
|
2864
|
-
|
|
2822
|
+
isAbstract: !0,
|
|
2823
|
+
extends: [
|
|
2865
2824
|
"bpmn:EscalationEventDefinition"
|
|
2866
2825
|
],
|
|
2867
2826
|
properties: [
|
|
2868
2827
|
{
|
|
2869
2828
|
name: "escalationCodeVariable",
|
|
2870
|
-
isAttr:
|
|
2829
|
+
isAttr: !0,
|
|
2871
2830
|
type: "String"
|
|
2872
2831
|
}
|
|
2873
2832
|
]
|
|
2874
2833
|
},
|
|
2875
2834
|
{
|
|
2876
2835
|
name: "FormalExpression",
|
|
2877
|
-
isAbstract:
|
|
2878
|
-
|
|
2836
|
+
isAbstract: !0,
|
|
2837
|
+
extends: [
|
|
2879
2838
|
"bpmn:FormalExpression"
|
|
2880
2839
|
],
|
|
2881
2840
|
properties: [
|
|
2882
2841
|
{
|
|
2883
2842
|
name: "resource",
|
|
2884
|
-
isAttr:
|
|
2843
|
+
isAttr: !0,
|
|
2885
2844
|
type: "String"
|
|
2886
2845
|
}
|
|
2887
2846
|
]
|
|
2888
2847
|
},
|
|
2889
2848
|
{
|
|
2890
2849
|
name: "Assignable",
|
|
2891
|
-
|
|
2850
|
+
extends: [
|
|
2892
2851
|
"bpmn:UserTask"
|
|
2893
2852
|
],
|
|
2894
2853
|
properties: [
|
|
2895
2854
|
{
|
|
2896
2855
|
name: "assignee",
|
|
2897
|
-
isAttr:
|
|
2856
|
+
isAttr: !0,
|
|
2898
2857
|
type: "String"
|
|
2899
2858
|
},
|
|
2900
2859
|
{
|
|
2901
2860
|
name: "candidateUsers",
|
|
2902
|
-
isAttr:
|
|
2861
|
+
isAttr: !0,
|
|
2903
2862
|
type: "String"
|
|
2904
2863
|
},
|
|
2905
2864
|
{
|
|
2906
2865
|
name: "candidateGroups",
|
|
2907
|
-
isAttr:
|
|
2866
|
+
isAttr: !0,
|
|
2908
2867
|
type: "String"
|
|
2909
2868
|
},
|
|
2910
2869
|
{
|
|
2911
2870
|
name: "dueDate",
|
|
2912
|
-
isAttr:
|
|
2871
|
+
isAttr: !0,
|
|
2913
2872
|
type: "String"
|
|
2914
2873
|
},
|
|
2915
2874
|
{
|
|
2916
2875
|
name: "followUpDate",
|
|
2917
|
-
isAttr:
|
|
2876
|
+
isAttr: !0,
|
|
2918
2877
|
type: "String"
|
|
2919
2878
|
},
|
|
2920
2879
|
{
|
|
2921
2880
|
name: "priority",
|
|
2922
|
-
isAttr:
|
|
2881
|
+
isAttr: !0,
|
|
2923
2882
|
type: "String"
|
|
2924
2883
|
}
|
|
2925
2884
|
]
|
|
@@ -2936,78 +2895,78 @@ const types = [
|
|
|
2936
2895
|
{
|
|
2937
2896
|
name: "label",
|
|
2938
2897
|
type: "String",
|
|
2939
|
-
isAttr:
|
|
2898
|
+
isAttr: !0
|
|
2940
2899
|
},
|
|
2941
2900
|
{
|
|
2942
2901
|
name: "viewId",
|
|
2943
2902
|
type: "Number",
|
|
2944
|
-
isAttr:
|
|
2903
|
+
isAttr: !0
|
|
2945
2904
|
}
|
|
2946
2905
|
]
|
|
2947
2906
|
},
|
|
2948
2907
|
{
|
|
2949
2908
|
name: "CallActivity",
|
|
2950
|
-
|
|
2909
|
+
extends: [
|
|
2951
2910
|
"bpmn:CallActivity"
|
|
2952
2911
|
],
|
|
2953
2912
|
properties: [
|
|
2954
2913
|
{
|
|
2955
2914
|
name: "calledElementBinding",
|
|
2956
|
-
isAttr:
|
|
2915
|
+
isAttr: !0,
|
|
2957
2916
|
type: "String",
|
|
2958
|
-
|
|
2917
|
+
default: "latest"
|
|
2959
2918
|
},
|
|
2960
2919
|
{
|
|
2961
2920
|
name: "calledElementVersion",
|
|
2962
|
-
isAttr:
|
|
2921
|
+
isAttr: !0,
|
|
2963
2922
|
type: "String"
|
|
2964
2923
|
},
|
|
2965
2924
|
{
|
|
2966
2925
|
name: "calledElementVersionTag",
|
|
2967
|
-
isAttr:
|
|
2926
|
+
isAttr: !0,
|
|
2968
2927
|
type: "String"
|
|
2969
2928
|
},
|
|
2970
2929
|
{
|
|
2971
2930
|
name: "calledElementTenantId",
|
|
2972
|
-
isAttr:
|
|
2931
|
+
isAttr: !0,
|
|
2973
2932
|
type: "String"
|
|
2974
2933
|
},
|
|
2975
2934
|
{
|
|
2976
2935
|
name: "caseRef",
|
|
2977
|
-
isAttr:
|
|
2936
|
+
isAttr: !0,
|
|
2978
2937
|
type: "String"
|
|
2979
2938
|
},
|
|
2980
2939
|
{
|
|
2981
2940
|
name: "caseBinding",
|
|
2982
|
-
isAttr:
|
|
2941
|
+
isAttr: !0,
|
|
2983
2942
|
type: "String",
|
|
2984
|
-
|
|
2943
|
+
default: "latest"
|
|
2985
2944
|
},
|
|
2986
2945
|
{
|
|
2987
2946
|
name: "caseVersion",
|
|
2988
|
-
isAttr:
|
|
2947
|
+
isAttr: !0,
|
|
2989
2948
|
type: "String"
|
|
2990
2949
|
},
|
|
2991
2950
|
{
|
|
2992
2951
|
name: "caseTenantId",
|
|
2993
|
-
isAttr:
|
|
2952
|
+
isAttr: !0,
|
|
2994
2953
|
type: "String"
|
|
2995
2954
|
},
|
|
2996
2955
|
{
|
|
2997
2956
|
name: "variableMappingClass",
|
|
2998
|
-
isAttr:
|
|
2957
|
+
isAttr: !0,
|
|
2999
2958
|
type: "String"
|
|
3000
2959
|
},
|
|
3001
2960
|
{
|
|
3002
2961
|
name: "variableMappingDelegateExpression",
|
|
3003
|
-
isAttr:
|
|
2962
|
+
isAttr: !0,
|
|
3004
2963
|
type: "String"
|
|
3005
2964
|
}
|
|
3006
2965
|
]
|
|
3007
2966
|
},
|
|
3008
2967
|
{
|
|
3009
2968
|
name: "ServiceTaskLike",
|
|
3010
|
-
|
|
2969
|
+
extends: [
|
|
3011
2970
|
"bpmn:ServiceTask",
|
|
3012
2971
|
"bpmn:BusinessRuleTask",
|
|
3013
2972
|
"bpmn:SendTask",
|
|
@@ -3016,89 +2975,89 @@ const types = [
|
|
|
3016
2975
|
properties: [
|
|
3017
2976
|
{
|
|
3018
2977
|
name: "expression",
|
|
3019
|
-
isAttr:
|
|
2978
|
+
isAttr: !0,
|
|
3020
2979
|
type: "String"
|
|
3021
2980
|
},
|
|
3022
2981
|
{
|
|
3023
2982
|
name: "class",
|
|
3024
|
-
isAttr:
|
|
2983
|
+
isAttr: !0,
|
|
3025
2984
|
type: "String"
|
|
3026
2985
|
},
|
|
3027
2986
|
{
|
|
3028
2987
|
name: "delegateExpression",
|
|
3029
|
-
isAttr:
|
|
2988
|
+
isAttr: !0,
|
|
3030
2989
|
type: "String"
|
|
3031
2990
|
},
|
|
3032
2991
|
{
|
|
3033
2992
|
name: "resultVariable",
|
|
3034
|
-
isAttr:
|
|
2993
|
+
isAttr: !0,
|
|
3035
2994
|
type: "String"
|
|
3036
2995
|
}
|
|
3037
2996
|
]
|
|
3038
2997
|
},
|
|
3039
2998
|
{
|
|
3040
2999
|
name: "DmnCapable",
|
|
3041
|
-
|
|
3000
|
+
extends: [
|
|
3042
3001
|
"bpmn:BusinessRuleTask"
|
|
3043
3002
|
],
|
|
3044
3003
|
properties: [
|
|
3045
3004
|
{
|
|
3046
3005
|
name: "decisionRef",
|
|
3047
|
-
isAttr:
|
|
3006
|
+
isAttr: !0,
|
|
3048
3007
|
type: "String"
|
|
3049
3008
|
},
|
|
3050
3009
|
{
|
|
3051
3010
|
name: "decisionRefBinding",
|
|
3052
|
-
isAttr:
|
|
3011
|
+
isAttr: !0,
|
|
3053
3012
|
type: "String",
|
|
3054
|
-
|
|
3013
|
+
default: "latest"
|
|
3055
3014
|
},
|
|
3056
3015
|
{
|
|
3057
3016
|
name: "decisionRefVersion",
|
|
3058
|
-
isAttr:
|
|
3017
|
+
isAttr: !0,
|
|
3059
3018
|
type: "String"
|
|
3060
3019
|
},
|
|
3061
3020
|
{
|
|
3062
3021
|
name: "mapDecisionResult",
|
|
3063
|
-
isAttr:
|
|
3022
|
+
isAttr: !0,
|
|
3064
3023
|
type: "String",
|
|
3065
|
-
|
|
3024
|
+
default: "resultList"
|
|
3066
3025
|
},
|
|
3067
3026
|
{
|
|
3068
3027
|
name: "decisionRefTenantId",
|
|
3069
|
-
isAttr:
|
|
3028
|
+
isAttr: !0,
|
|
3070
3029
|
type: "String"
|
|
3071
3030
|
}
|
|
3072
3031
|
]
|
|
3073
3032
|
},
|
|
3074
3033
|
{
|
|
3075
3034
|
name: "ExternalCapable",
|
|
3076
|
-
|
|
3035
|
+
extends: [
|
|
3077
3036
|
"flowable:ServiceTaskLike"
|
|
3078
3037
|
],
|
|
3079
3038
|
properties: [
|
|
3080
3039
|
{
|
|
3081
3040
|
name: "type",
|
|
3082
|
-
isAttr:
|
|
3041
|
+
isAttr: !0,
|
|
3083
3042
|
type: "String"
|
|
3084
3043
|
},
|
|
3085
3044
|
{
|
|
3086
3045
|
name: "topic",
|
|
3087
|
-
isAttr:
|
|
3046
|
+
isAttr: !0,
|
|
3088
3047
|
type: "String"
|
|
3089
3048
|
}
|
|
3090
3049
|
]
|
|
3091
3050
|
},
|
|
3092
3051
|
{
|
|
3093
3052
|
name: "TaskPriorized",
|
|
3094
|
-
|
|
3053
|
+
extends: [
|
|
3095
3054
|
"bpmn:Process",
|
|
3096
3055
|
"flowable:ExternalCapable"
|
|
3097
3056
|
],
|
|
3098
3057
|
properties: [
|
|
3099
3058
|
{
|
|
3100
3059
|
name: "taskPriority",
|
|
3101
|
-
isAttr:
|
|
3060
|
+
isAttr: !0,
|
|
3102
3061
|
type: "String"
|
|
3103
3062
|
}
|
|
3104
3063
|
]
|
|
@@ -3117,7 +3076,7 @@ const types = [
|
|
|
3117
3076
|
{
|
|
3118
3077
|
name: "values",
|
|
3119
3078
|
type: "Property",
|
|
3120
|
-
isMany:
|
|
3079
|
+
isMany: !0
|
|
3121
3080
|
}
|
|
3122
3081
|
]
|
|
3123
3082
|
},
|
|
@@ -3130,17 +3089,17 @@ const types = [
|
|
|
3130
3089
|
{
|
|
3131
3090
|
name: "id",
|
|
3132
3091
|
type: "String",
|
|
3133
|
-
isAttr:
|
|
3092
|
+
isAttr: !0
|
|
3134
3093
|
},
|
|
3135
3094
|
{
|
|
3136
3095
|
name: "name",
|
|
3137
3096
|
type: "String",
|
|
3138
|
-
isAttr:
|
|
3097
|
+
isAttr: !0
|
|
3139
3098
|
},
|
|
3140
3099
|
{
|
|
3141
3100
|
name: "value",
|
|
3142
3101
|
type: "String",
|
|
3143
|
-
isAttr:
|
|
3102
|
+
isAttr: !0
|
|
3144
3103
|
}
|
|
3145
3104
|
]
|
|
3146
3105
|
},
|
|
@@ -3158,32 +3117,32 @@ const types = [
|
|
|
3158
3117
|
{
|
|
3159
3118
|
name: "id",
|
|
3160
3119
|
type: "String",
|
|
3161
|
-
isAttr:
|
|
3120
|
+
isAttr: !0
|
|
3162
3121
|
},
|
|
3163
3122
|
{
|
|
3164
3123
|
name: "name",
|
|
3165
3124
|
type: "String",
|
|
3166
|
-
isAttr:
|
|
3125
|
+
isAttr: !0
|
|
3167
3126
|
},
|
|
3168
3127
|
{
|
|
3169
3128
|
name: "code",
|
|
3170
3129
|
type: "String",
|
|
3171
|
-
isAttr:
|
|
3130
|
+
isAttr: !0
|
|
3172
3131
|
},
|
|
3173
3132
|
{
|
|
3174
3133
|
name: "isHide",
|
|
3175
3134
|
type: "String",
|
|
3176
|
-
isAttr:
|
|
3135
|
+
isAttr: !0
|
|
3177
3136
|
},
|
|
3178
3137
|
{
|
|
3179
3138
|
name: "next",
|
|
3180
3139
|
type: "String",
|
|
3181
|
-
isAttr:
|
|
3140
|
+
isAttr: !0
|
|
3182
3141
|
},
|
|
3183
3142
|
{
|
|
3184
3143
|
name: "sort",
|
|
3185
3144
|
type: "Integer",
|
|
3186
|
-
isAttr:
|
|
3145
|
+
isAttr: !0
|
|
3187
3146
|
}
|
|
3188
3147
|
]
|
|
3189
3148
|
},
|
|
@@ -3201,32 +3160,32 @@ const types = [
|
|
|
3201
3160
|
{
|
|
3202
3161
|
name: "id",
|
|
3203
3162
|
type: "String",
|
|
3204
|
-
isAttr:
|
|
3163
|
+
isAttr: !0
|
|
3205
3164
|
},
|
|
3206
3165
|
{
|
|
3207
3166
|
name: "type",
|
|
3208
3167
|
type: "String",
|
|
3209
|
-
isAttr:
|
|
3168
|
+
isAttr: !0
|
|
3210
3169
|
},
|
|
3211
3170
|
{
|
|
3212
3171
|
name: "value",
|
|
3213
3172
|
type: "String",
|
|
3214
|
-
isAttr:
|
|
3173
|
+
isAttr: !0
|
|
3215
3174
|
},
|
|
3216
3175
|
{
|
|
3217
3176
|
name: "condition",
|
|
3218
3177
|
type: "String",
|
|
3219
|
-
isAttr:
|
|
3178
|
+
isAttr: !0
|
|
3220
3179
|
},
|
|
3221
3180
|
{
|
|
3222
3181
|
name: "operationType",
|
|
3223
3182
|
type: "String",
|
|
3224
|
-
isAttr:
|
|
3183
|
+
isAttr: !0
|
|
3225
3184
|
},
|
|
3226
3185
|
{
|
|
3227
3186
|
name: "sort",
|
|
3228
3187
|
type: "Integer",
|
|
3229
|
-
isAttr:
|
|
3188
|
+
isAttr: !0
|
|
3230
3189
|
}
|
|
3231
3190
|
]
|
|
3232
3191
|
},
|
|
@@ -3273,12 +3232,12 @@ const types = [
|
|
|
3273
3232
|
},
|
|
3274
3233
|
{
|
|
3275
3234
|
name: "inputParameters",
|
|
3276
|
-
isMany:
|
|
3235
|
+
isMany: !0,
|
|
3277
3236
|
type: "InputParameter"
|
|
3278
3237
|
},
|
|
3279
3238
|
{
|
|
3280
3239
|
name: "outputParameters",
|
|
3281
|
-
isMany:
|
|
3240
|
+
isMany: !0,
|
|
3282
3241
|
type: "OutputParameter"
|
|
3283
3242
|
}
|
|
3284
3243
|
]
|
|
@@ -3288,12 +3247,12 @@ const types = [
|
|
|
3288
3247
|
properties: [
|
|
3289
3248
|
{
|
|
3290
3249
|
name: "name",
|
|
3291
|
-
isAttr:
|
|
3250
|
+
isAttr: !0,
|
|
3292
3251
|
type: "String"
|
|
3293
3252
|
},
|
|
3294
3253
|
{
|
|
3295
3254
|
name: "value",
|
|
3296
|
-
isBody:
|
|
3255
|
+
isBody: !0,
|
|
3297
3256
|
type: "String"
|
|
3298
3257
|
},
|
|
3299
3258
|
{
|
|
@@ -3304,7 +3263,7 @@ const types = [
|
|
|
3304
3263
|
},
|
|
3305
3264
|
{
|
|
3306
3265
|
name: "InputOutputParameterDefinition",
|
|
3307
|
-
isAbstract:
|
|
3266
|
+
isAbstract: !0
|
|
3308
3267
|
},
|
|
3309
3268
|
{
|
|
3310
3269
|
name: "List",
|
|
@@ -3314,7 +3273,7 @@ const types = [
|
|
|
3314
3273
|
properties: [
|
|
3315
3274
|
{
|
|
3316
3275
|
name: "items",
|
|
3317
|
-
isMany:
|
|
3276
|
+
isMany: !0,
|
|
3318
3277
|
type: "InputOutputParameterDefinition"
|
|
3319
3278
|
}
|
|
3320
3279
|
]
|
|
@@ -3327,7 +3286,7 @@ const types = [
|
|
|
3327
3286
|
properties: [
|
|
3328
3287
|
{
|
|
3329
3288
|
name: "entries",
|
|
3330
|
-
isMany:
|
|
3289
|
+
isMany: !0,
|
|
3331
3290
|
type: "Entry"
|
|
3332
3291
|
}
|
|
3333
3292
|
]
|
|
@@ -3337,12 +3296,12 @@ const types = [
|
|
|
3337
3296
|
properties: [
|
|
3338
3297
|
{
|
|
3339
3298
|
name: "key",
|
|
3340
|
-
isAttr:
|
|
3299
|
+
isAttr: !0,
|
|
3341
3300
|
type: "String"
|
|
3342
3301
|
},
|
|
3343
3302
|
{
|
|
3344
3303
|
name: "value",
|
|
3345
|
-
isBody:
|
|
3304
|
+
isBody: !0,
|
|
3346
3305
|
type: "String"
|
|
3347
3306
|
},
|
|
3348
3307
|
{
|
|
@@ -3359,17 +3318,17 @@ const types = [
|
|
|
3359
3318
|
properties: [
|
|
3360
3319
|
{
|
|
3361
3320
|
name: "id",
|
|
3362
|
-
isAttr:
|
|
3321
|
+
isAttr: !0,
|
|
3363
3322
|
type: "String"
|
|
3364
3323
|
},
|
|
3365
3324
|
{
|
|
3366
3325
|
name: "name",
|
|
3367
|
-
isAttr:
|
|
3326
|
+
isAttr: !0,
|
|
3368
3327
|
type: "String"
|
|
3369
3328
|
},
|
|
3370
3329
|
{
|
|
3371
3330
|
name: "value",
|
|
3372
|
-
isBody:
|
|
3331
|
+
isBody: !0,
|
|
3373
3332
|
type: "String"
|
|
3374
3333
|
}
|
|
3375
3334
|
]
|
|
@@ -3382,17 +3341,17 @@ const types = [
|
|
|
3382
3341
|
properties: [
|
|
3383
3342
|
{
|
|
3384
3343
|
name: "scriptFormat",
|
|
3385
|
-
isAttr:
|
|
3344
|
+
isAttr: !0,
|
|
3386
3345
|
type: "String"
|
|
3387
3346
|
},
|
|
3388
3347
|
{
|
|
3389
3348
|
name: "resource",
|
|
3390
|
-
isAttr:
|
|
3349
|
+
isAttr: !0,
|
|
3391
3350
|
type: "String"
|
|
3392
3351
|
},
|
|
3393
3352
|
{
|
|
3394
3353
|
name: "value",
|
|
3395
|
-
isBody:
|
|
3354
|
+
isBody: !0,
|
|
3396
3355
|
type: "String"
|
|
3397
3356
|
}
|
|
3398
3357
|
]
|
|
@@ -3413,7 +3372,7 @@ const types = [
|
|
|
3413
3372
|
properties: [
|
|
3414
3373
|
{
|
|
3415
3374
|
name: "name",
|
|
3416
|
-
isAttr:
|
|
3375
|
+
isAttr: !0,
|
|
3417
3376
|
type: "String"
|
|
3418
3377
|
},
|
|
3419
3378
|
{
|
|
@@ -3422,7 +3381,7 @@ const types = [
|
|
|
3422
3381
|
},
|
|
3423
3382
|
{
|
|
3424
3383
|
name: "stringValue",
|
|
3425
|
-
isAttr:
|
|
3384
|
+
isAttr: !0,
|
|
3426
3385
|
type: "String"
|
|
3427
3386
|
},
|
|
3428
3387
|
{
|
|
@@ -3444,57 +3403,57 @@ const types = [
|
|
|
3444
3403
|
{
|
|
3445
3404
|
name: "id",
|
|
3446
3405
|
type: "String",
|
|
3447
|
-
isAttr:
|
|
3406
|
+
isAttr: !0
|
|
3448
3407
|
},
|
|
3449
3408
|
{
|
|
3450
3409
|
name: "name",
|
|
3451
3410
|
type: "String",
|
|
3452
|
-
isAttr:
|
|
3411
|
+
isAttr: !0
|
|
3453
3412
|
},
|
|
3454
3413
|
{
|
|
3455
3414
|
name: "type",
|
|
3456
3415
|
type: "String",
|
|
3457
|
-
isAttr:
|
|
3416
|
+
isAttr: !0
|
|
3458
3417
|
},
|
|
3459
3418
|
{
|
|
3460
3419
|
name: "required",
|
|
3461
3420
|
type: "String",
|
|
3462
|
-
isAttr:
|
|
3421
|
+
isAttr: !0
|
|
3463
3422
|
},
|
|
3464
3423
|
{
|
|
3465
3424
|
name: "readable",
|
|
3466
3425
|
type: "String",
|
|
3467
|
-
isAttr:
|
|
3426
|
+
isAttr: !0
|
|
3468
3427
|
},
|
|
3469
3428
|
{
|
|
3470
3429
|
name: "writable",
|
|
3471
3430
|
type: "String",
|
|
3472
|
-
isAttr:
|
|
3431
|
+
isAttr: !0
|
|
3473
3432
|
},
|
|
3474
3433
|
{
|
|
3475
3434
|
name: "variable",
|
|
3476
3435
|
type: "String",
|
|
3477
|
-
isAttr:
|
|
3436
|
+
isAttr: !0
|
|
3478
3437
|
},
|
|
3479
3438
|
{
|
|
3480
3439
|
name: "expression",
|
|
3481
3440
|
type: "String",
|
|
3482
|
-
isAttr:
|
|
3441
|
+
isAttr: !0
|
|
3483
3442
|
},
|
|
3484
3443
|
{
|
|
3485
3444
|
name: "datePattern",
|
|
3486
3445
|
type: "String",
|
|
3487
|
-
isAttr:
|
|
3446
|
+
isAttr: !0
|
|
3488
3447
|
},
|
|
3489
3448
|
{
|
|
3490
3449
|
name: "default",
|
|
3491
3450
|
type: "String",
|
|
3492
|
-
isAttr:
|
|
3451
|
+
isAttr: !0
|
|
3493
3452
|
},
|
|
3494
3453
|
{
|
|
3495
3454
|
name: "values",
|
|
3496
3455
|
type: "Value",
|
|
3497
|
-
isMany:
|
|
3456
|
+
isMany: !0
|
|
3498
3457
|
}
|
|
3499
3458
|
]
|
|
3500
3459
|
},
|
|
@@ -3512,8 +3471,8 @@ const types = [
|
|
|
3512
3471
|
},
|
|
3513
3472
|
{
|
|
3514
3473
|
name: "Collectable",
|
|
3515
|
-
isAbstract:
|
|
3516
|
-
|
|
3474
|
+
isAbstract: !0,
|
|
3475
|
+
extends: [
|
|
3517
3476
|
"bpmn:MultiInstanceLoopCharacteristics"
|
|
3518
3477
|
],
|
|
3519
3478
|
superClass: [
|
|
@@ -3522,12 +3481,12 @@ const types = [
|
|
|
3522
3481
|
properties: [
|
|
3523
3482
|
{
|
|
3524
3483
|
name: "collection",
|
|
3525
|
-
isAttr:
|
|
3484
|
+
isAttr: !0,
|
|
3526
3485
|
type: "String"
|
|
3527
3486
|
},
|
|
3528
3487
|
{
|
|
3529
3488
|
name: "elementVariable",
|
|
3530
|
-
isAttr:
|
|
3489
|
+
isAttr: !0,
|
|
3531
3490
|
type: "String"
|
|
3532
3491
|
}
|
|
3533
3492
|
]
|
|
@@ -3546,7 +3505,7 @@ const types = [
|
|
|
3546
3505
|
properties: [
|
|
3547
3506
|
{
|
|
3548
3507
|
name: "body",
|
|
3549
|
-
isBody:
|
|
3508
|
+
isBody: !0,
|
|
3550
3509
|
type: "String"
|
|
3551
3510
|
}
|
|
3552
3511
|
]
|
|
@@ -3583,22 +3542,22 @@ const types = [
|
|
|
3583
3542
|
properties: [
|
|
3584
3543
|
{
|
|
3585
3544
|
name: "expression",
|
|
3586
|
-
isAttr:
|
|
3545
|
+
isAttr: !0,
|
|
3587
3546
|
type: "String"
|
|
3588
3547
|
},
|
|
3589
3548
|
{
|
|
3590
3549
|
name: "class",
|
|
3591
|
-
isAttr:
|
|
3550
|
+
isAttr: !0,
|
|
3592
3551
|
type: "String"
|
|
3593
3552
|
},
|
|
3594
3553
|
{
|
|
3595
3554
|
name: "delegateExpression",
|
|
3596
|
-
isAttr:
|
|
3555
|
+
isAttr: !0,
|
|
3597
3556
|
type: "String"
|
|
3598
3557
|
},
|
|
3599
3558
|
{
|
|
3600
3559
|
name: "event",
|
|
3601
|
-
isAttr:
|
|
3560
|
+
isAttr: !0,
|
|
3602
3561
|
type: "String"
|
|
3603
3562
|
},
|
|
3604
3563
|
{
|
|
@@ -3608,7 +3567,7 @@ const types = [
|
|
|
3608
3567
|
{
|
|
3609
3568
|
name: "fields",
|
|
3610
3569
|
type: "Field",
|
|
3611
|
-
isMany:
|
|
3570
|
+
isMany: !0
|
|
3612
3571
|
}
|
|
3613
3572
|
]
|
|
3614
3573
|
},
|
|
@@ -3625,22 +3584,22 @@ const types = [
|
|
|
3625
3584
|
properties: [
|
|
3626
3585
|
{
|
|
3627
3586
|
name: "expression",
|
|
3628
|
-
isAttr:
|
|
3587
|
+
isAttr: !0,
|
|
3629
3588
|
type: "String"
|
|
3630
3589
|
},
|
|
3631
3590
|
{
|
|
3632
3591
|
name: "class",
|
|
3633
|
-
isAttr:
|
|
3592
|
+
isAttr: !0,
|
|
3634
3593
|
type: "String"
|
|
3635
3594
|
},
|
|
3636
3595
|
{
|
|
3637
3596
|
name: "delegateExpression",
|
|
3638
|
-
isAttr:
|
|
3597
|
+
isAttr: !0,
|
|
3639
3598
|
type: "String"
|
|
3640
3599
|
},
|
|
3641
3600
|
{
|
|
3642
3601
|
name: "event",
|
|
3643
|
-
isAttr:
|
|
3602
|
+
isAttr: !0,
|
|
3644
3603
|
type: "String"
|
|
3645
3604
|
},
|
|
3646
3605
|
{
|
|
@@ -3650,7 +3609,7 @@ const types = [
|
|
|
3650
3609
|
{
|
|
3651
3610
|
name: "fields",
|
|
3652
3611
|
type: "Field",
|
|
3653
|
-
isMany:
|
|
3612
|
+
isMany: !0
|
|
3654
3613
|
}
|
|
3655
3614
|
]
|
|
3656
3615
|
},
|
|
@@ -3669,67 +3628,67 @@ const types = [
|
|
|
3669
3628
|
{
|
|
3670
3629
|
name: "id",
|
|
3671
3630
|
type: "String",
|
|
3672
|
-
isAttr:
|
|
3631
|
+
isAttr: !0
|
|
3673
3632
|
},
|
|
3674
3633
|
{
|
|
3675
3634
|
name: "name",
|
|
3676
3635
|
type: "String",
|
|
3677
|
-
isAttr:
|
|
3636
|
+
isAttr: !0
|
|
3678
3637
|
},
|
|
3679
3638
|
{
|
|
3680
3639
|
name: "type",
|
|
3681
3640
|
type: "String",
|
|
3682
|
-
isAttr:
|
|
3641
|
+
isAttr: !0
|
|
3683
3642
|
},
|
|
3684
3643
|
{
|
|
3685
3644
|
name: "required",
|
|
3686
3645
|
type: "String",
|
|
3687
|
-
isAttr:
|
|
3646
|
+
isAttr: !0
|
|
3688
3647
|
},
|
|
3689
3648
|
{
|
|
3690
3649
|
name: "readable",
|
|
3691
3650
|
type: "String",
|
|
3692
|
-
isAttr:
|
|
3651
|
+
isAttr: !0
|
|
3693
3652
|
},
|
|
3694
3653
|
{
|
|
3695
3654
|
name: "writable",
|
|
3696
3655
|
type: "String",
|
|
3697
|
-
isAttr:
|
|
3656
|
+
isAttr: !0
|
|
3698
3657
|
},
|
|
3699
3658
|
{
|
|
3700
3659
|
name: "variable",
|
|
3701
3660
|
type: "String",
|
|
3702
|
-
isAttr:
|
|
3661
|
+
isAttr: !0
|
|
3703
3662
|
},
|
|
3704
3663
|
{
|
|
3705
3664
|
name: "expression",
|
|
3706
3665
|
type: "String",
|
|
3707
|
-
isAttr:
|
|
3666
|
+
isAttr: !0
|
|
3708
3667
|
},
|
|
3709
3668
|
{
|
|
3710
3669
|
name: "datePattern",
|
|
3711
3670
|
type: "String",
|
|
3712
|
-
isAttr:
|
|
3671
|
+
isAttr: !0
|
|
3713
3672
|
},
|
|
3714
3673
|
{
|
|
3715
3674
|
name: "default",
|
|
3716
3675
|
type: "String",
|
|
3717
|
-
isAttr:
|
|
3676
|
+
isAttr: !0
|
|
3718
3677
|
},
|
|
3719
3678
|
{
|
|
3720
3679
|
name: "values",
|
|
3721
3680
|
type: "Value",
|
|
3722
|
-
isMany:
|
|
3681
|
+
isMany: !0
|
|
3723
3682
|
},
|
|
3724
3683
|
{
|
|
3725
3684
|
name: "children",
|
|
3726
3685
|
type: "ChildField",
|
|
3727
|
-
isMany:
|
|
3686
|
+
isMany: !0
|
|
3728
3687
|
},
|
|
3729
3688
|
{
|
|
3730
3689
|
name: "extensionElements",
|
|
3731
3690
|
type: "bpmn:ExtensionElements",
|
|
3732
|
-
isMany:
|
|
3691
|
+
isMany: !0
|
|
3733
3692
|
}
|
|
3734
3693
|
]
|
|
3735
3694
|
},
|
|
@@ -3748,12 +3707,12 @@ const types = [
|
|
|
3748
3707
|
{
|
|
3749
3708
|
name: "fields",
|
|
3750
3709
|
type: "FormField",
|
|
3751
|
-
isMany:
|
|
3710
|
+
isMany: !0
|
|
3752
3711
|
},
|
|
3753
3712
|
{
|
|
3754
3713
|
name: "businessKey",
|
|
3755
3714
|
type: "String",
|
|
3756
|
-
isAttr:
|
|
3715
|
+
isAttr: !0
|
|
3757
3716
|
}
|
|
3758
3717
|
]
|
|
3759
3718
|
},
|
|
@@ -3766,27 +3725,27 @@ const types = [
|
|
|
3766
3725
|
{
|
|
3767
3726
|
name: "id",
|
|
3768
3727
|
type: "String",
|
|
3769
|
-
isAttr:
|
|
3728
|
+
isAttr: !0
|
|
3770
3729
|
},
|
|
3771
3730
|
{
|
|
3772
3731
|
name: "label",
|
|
3773
3732
|
type: "String",
|
|
3774
|
-
isAttr:
|
|
3733
|
+
isAttr: !0
|
|
3775
3734
|
},
|
|
3776
3735
|
{
|
|
3777
3736
|
name: "type",
|
|
3778
3737
|
type: "String",
|
|
3779
|
-
isAttr:
|
|
3738
|
+
isAttr: !0
|
|
3780
3739
|
},
|
|
3781
3740
|
{
|
|
3782
3741
|
name: "datePattern",
|
|
3783
3742
|
type: "String",
|
|
3784
|
-
isAttr:
|
|
3743
|
+
isAttr: !0
|
|
3785
3744
|
},
|
|
3786
3745
|
{
|
|
3787
3746
|
name: "defaultValue",
|
|
3788
3747
|
type: "String",
|
|
3789
|
-
isAttr:
|
|
3748
|
+
isAttr: !0
|
|
3790
3749
|
},
|
|
3791
3750
|
{
|
|
3792
3751
|
name: "properties",
|
|
@@ -3799,7 +3758,7 @@ const types = [
|
|
|
3799
3758
|
{
|
|
3800
3759
|
name: "values",
|
|
3801
3760
|
type: "Value",
|
|
3802
|
-
isMany:
|
|
3761
|
+
isMany: !0
|
|
3803
3762
|
}
|
|
3804
3763
|
]
|
|
3805
3764
|
},
|
|
@@ -3812,7 +3771,7 @@ const types = [
|
|
|
3812
3771
|
{
|
|
3813
3772
|
name: "constraints",
|
|
3814
3773
|
type: "Constraint",
|
|
3815
|
-
isMany:
|
|
3774
|
+
isMany: !0
|
|
3816
3775
|
}
|
|
3817
3776
|
]
|
|
3818
3777
|
},
|
|
@@ -3825,30 +3784,30 @@ const types = [
|
|
|
3825
3784
|
{
|
|
3826
3785
|
name: "name",
|
|
3827
3786
|
type: "String",
|
|
3828
|
-
isAttr:
|
|
3787
|
+
isAttr: !0
|
|
3829
3788
|
},
|
|
3830
3789
|
{
|
|
3831
3790
|
name: "config",
|
|
3832
3791
|
type: "String",
|
|
3833
|
-
isAttr:
|
|
3792
|
+
isAttr: !0
|
|
3834
3793
|
}
|
|
3835
3794
|
]
|
|
3836
3795
|
},
|
|
3837
3796
|
{
|
|
3838
3797
|
name: "ConditionalEventDefinition",
|
|
3839
|
-
isAbstract:
|
|
3840
|
-
|
|
3798
|
+
isAbstract: !0,
|
|
3799
|
+
extends: [
|
|
3841
3800
|
"bpmn:ConditionalEventDefinition"
|
|
3842
3801
|
],
|
|
3843
3802
|
properties: [
|
|
3844
3803
|
{
|
|
3845
3804
|
name: "variableName",
|
|
3846
|
-
isAttr:
|
|
3805
|
+
isAttr: !0,
|
|
3847
3806
|
type: "String"
|
|
3848
3807
|
},
|
|
3849
3808
|
{
|
|
3850
3809
|
name: "variableEvent",
|
|
3851
|
-
isAttr:
|
|
3810
|
+
isAttr: !0,
|
|
3852
3811
|
type: "String"
|
|
3853
3812
|
}
|
|
3854
3813
|
]
|
|
@@ -3867,625 +3826,562 @@ const types = [
|
|
|
3867
3826
|
{
|
|
3868
3827
|
name: "id",
|
|
3869
3828
|
type: "String",
|
|
3870
|
-
isAttr:
|
|
3829
|
+
isAttr: !0
|
|
3871
3830
|
},
|
|
3872
3831
|
{
|
|
3873
3832
|
name: "field",
|
|
3874
3833
|
type: "String",
|
|
3875
|
-
isAttr:
|
|
3834
|
+
isAttr: !0
|
|
3876
3835
|
},
|
|
3877
3836
|
{
|
|
3878
3837
|
name: "compare",
|
|
3879
3838
|
type: "String",
|
|
3880
|
-
isAttr:
|
|
3839
|
+
isAttr: !0
|
|
3881
3840
|
},
|
|
3882
3841
|
{
|
|
3883
3842
|
name: "value",
|
|
3884
3843
|
type: "String",
|
|
3885
|
-
isAttr:
|
|
3844
|
+
isAttr: !0
|
|
3886
3845
|
},
|
|
3887
3846
|
{
|
|
3888
3847
|
name: "logic",
|
|
3889
3848
|
type: "String",
|
|
3890
|
-
isAttr:
|
|
3849
|
+
isAttr: !0
|
|
3891
3850
|
},
|
|
3892
3851
|
{
|
|
3893
3852
|
name: "sort",
|
|
3894
3853
|
type: "Integer",
|
|
3895
|
-
isAttr:
|
|
3854
|
+
isAttr: !0
|
|
3896
3855
|
}
|
|
3897
3856
|
]
|
|
3898
3857
|
}
|
|
3899
|
-
]
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
eventBus.on("moddleCopy.canCopyProperty", function(context) {
|
|
3914
|
-
const property = context.property;
|
|
3915
|
-
const parent = context.parent;
|
|
3916
|
-
return self.canCopyProperty(property, parent);
|
|
3858
|
+
], ue = [], ce = {
|
|
3859
|
+
name: ae,
|
|
3860
|
+
uri: se,
|
|
3861
|
+
prefix: oe,
|
|
3862
|
+
xml: pe,
|
|
3863
|
+
associations: me,
|
|
3864
|
+
types: le,
|
|
3865
|
+
emumerations: ue
|
|
3866
|
+
}, de = "*";
|
|
3867
|
+
function u(e) {
|
|
3868
|
+
const n = this;
|
|
3869
|
+
e.on("moddleCopy.canCopyProperty", function(t) {
|
|
3870
|
+
const r = t.property, i = t.parent;
|
|
3871
|
+
return n.canCopyProperty(r, i);
|
|
3917
3872
|
});
|
|
3918
3873
|
}
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
if (
|
|
3922
|
-
return
|
|
3923
|
-
}
|
|
3924
|
-
if (is$2(property, "camunda:InputOutput") && !this.canHostInputOutput(parent)) {
|
|
3925
|
-
return false;
|
|
3926
|
-
}
|
|
3927
|
-
if (isAny(property, ["camunda:Connector", "camunda:Field"]) && !this.canHostConnector(parent)) {
|
|
3928
|
-
return false;
|
|
3929
|
-
}
|
|
3930
|
-
if (is$2(property, "camunda:In") && !this.canHostIn(parent)) {
|
|
3931
|
-
return false;
|
|
3932
|
-
}
|
|
3874
|
+
u.$inject = ["eventBus"];
|
|
3875
|
+
u.prototype.canCopyProperty = function(e, n) {
|
|
3876
|
+
if (F(e) && !ye(e, n) || m(e, "camunda:InputOutput") && !this.canHostInputOutput(n) || P(e, ["camunda:Connector", "camunda:Field"]) && !this.canHostConnector(n) || m(e, "camunda:In") && !this.canHostIn(n))
|
|
3877
|
+
return !1;
|
|
3933
3878
|
};
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
const flowNode = getParent(parent, "bpmn:FlowNode");
|
|
3940
|
-
if (!flowNode) {
|
|
3941
|
-
return false;
|
|
3942
|
-
}
|
|
3943
|
-
if (isAny(flowNode, ["bpmn:StartEvent", "bpmn:Gateway", "bpmn:BoundaryEvent"])) {
|
|
3944
|
-
return false;
|
|
3945
|
-
}
|
|
3946
|
-
if (is$2(flowNode, "bpmn:SubProcess") && flowNode.get("triggeredByEvent")) {
|
|
3947
|
-
return false;
|
|
3948
|
-
}
|
|
3949
|
-
return true;
|
|
3879
|
+
u.prototype.canHostInputOutput = function(e) {
|
|
3880
|
+
if (s(e, "camunda:Connector"))
|
|
3881
|
+
return !0;
|
|
3882
|
+
const t = s(e, "bpmn:FlowNode");
|
|
3883
|
+
return !(!t || P(t, ["bpmn:StartEvent", "bpmn:Gateway", "bpmn:BoundaryEvent"]) || m(t, "bpmn:SubProcess") && t.get("triggeredByEvent"));
|
|
3950
3884
|
};
|
|
3951
|
-
|
|
3952
|
-
const
|
|
3953
|
-
|
|
3954
|
-
return getParent(parent, "bpmn:IntermediateThrowEvent") || getParent(parent, "bpmn:EndEvent");
|
|
3955
|
-
}
|
|
3956
|
-
return true;
|
|
3885
|
+
u.prototype.canHostConnector = function(e) {
|
|
3886
|
+
const n = s(e, "camunda:ServiceTaskLike");
|
|
3887
|
+
return m(n, "bpmn:MessageEventDefinition") ? s(e, "bpmn:IntermediateThrowEvent") || s(e, "bpmn:EndEvent") : !0;
|
|
3957
3888
|
};
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
if (callActivity) {
|
|
3961
|
-
return true;
|
|
3962
|
-
}
|
|
3963
|
-
const signalEventDefinition = getParent(parent, "bpmn:SignalEventDefinition");
|
|
3964
|
-
if (signalEventDefinition) {
|
|
3965
|
-
return getParent(parent, "bpmn:IntermediateThrowEvent") || getParent(parent, "bpmn:EndEvent");
|
|
3966
|
-
}
|
|
3967
|
-
return true;
|
|
3889
|
+
u.prototype.canHostIn = function(e) {
|
|
3890
|
+
return s(e, "bpmn:CallActivity") ? !0 : s(e, "bpmn:SignalEventDefinition") ? s(e, "bpmn:IntermediateThrowEvent") || s(e, "bpmn:EndEvent") : !0;
|
|
3968
3891
|
};
|
|
3969
|
-
function
|
|
3970
|
-
return
|
|
3892
|
+
function m(e, n) {
|
|
3893
|
+
return e && $(e.$instanceOf) && e.$instanceOf(n);
|
|
3971
3894
|
}
|
|
3972
|
-
function
|
|
3973
|
-
return
|
|
3974
|
-
return
|
|
3895
|
+
function P(e, n) {
|
|
3896
|
+
return l(n, function(t) {
|
|
3897
|
+
return m(e, t);
|
|
3975
3898
|
});
|
|
3976
3899
|
}
|
|
3977
|
-
function
|
|
3978
|
-
if (!
|
|
3979
|
-
return
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
if (!element.$parent) {
|
|
3985
|
-
return;
|
|
3986
|
-
}
|
|
3987
|
-
return getParent(element.$parent, type);
|
|
3900
|
+
function s(e, n) {
|
|
3901
|
+
if (!n)
|
|
3902
|
+
return e.$parent;
|
|
3903
|
+
if (m(e, n))
|
|
3904
|
+
return e;
|
|
3905
|
+
if (e.$parent)
|
|
3906
|
+
return s(e.$parent, n);
|
|
3988
3907
|
}
|
|
3989
|
-
function
|
|
3990
|
-
const
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
return true;
|
|
3994
|
-
}
|
|
3995
|
-
return some(allowedIn, function(type) {
|
|
3996
|
-
return getParent(parent, type);
|
|
3908
|
+
function ye(e, n) {
|
|
3909
|
+
const t = e.$type && e.$model.getTypeDescriptor(e.$type), r = t && t.meta && t.meta.allowedIn;
|
|
3910
|
+
return !r || ge(r) ? !0 : l(r, function(i) {
|
|
3911
|
+
return s(n, i);
|
|
3997
3912
|
});
|
|
3998
3913
|
}
|
|
3999
|
-
function
|
|
4000
|
-
return
|
|
3914
|
+
function ge(e) {
|
|
3915
|
+
return e.indexOf(de) !== -1;
|
|
4001
3916
|
}
|
|
4002
|
-
const
|
|
3917
|
+
const Se = {
|
|
4003
3918
|
__init__: ["camundaModdleExtension"],
|
|
4004
|
-
camundaModdleExtension: ["type",
|
|
4005
|
-
}
|
|
4006
|
-
const ALLOWED_TYPES$1 = {
|
|
3919
|
+
camundaModdleExtension: ["type", u]
|
|
3920
|
+
}, fe = {
|
|
4007
3921
|
FailedJobRetryTimeCycle: ["bpmn:StartEvent", "bpmn:BoundaryEvent", "bpmn:IntermediateCatchEvent", "bpmn:Activity"],
|
|
4008
3922
|
Connector: ["bpmn:EndEvent", "bpmn:IntermediateThrowEvent"],
|
|
4009
3923
|
Field: ["bpmn:EndEvent", "bpmn:IntermediateThrowEvent"]
|
|
4010
3924
|
};
|
|
4011
|
-
function
|
|
4012
|
-
return
|
|
3925
|
+
function A(e, n) {
|
|
3926
|
+
return e && typeof e.$instanceOf == "function" && e.$instanceOf(n);
|
|
4013
3927
|
}
|
|
4014
|
-
function
|
|
4015
|
-
return
|
|
3928
|
+
function be(e) {
|
|
3929
|
+
return e && e.length;
|
|
4016
3930
|
}
|
|
4017
|
-
function
|
|
4018
|
-
return
|
|
4019
|
-
return
|
|
3931
|
+
function y(e, n) {
|
|
3932
|
+
return be(e) && l(e, function(t) {
|
|
3933
|
+
return A(t, n);
|
|
4020
3934
|
});
|
|
4021
3935
|
}
|
|
4022
|
-
function
|
|
4023
|
-
return
|
|
4024
|
-
return
|
|
3936
|
+
function Ae(e, n) {
|
|
3937
|
+
return l(n, function(t) {
|
|
3938
|
+
return A(e, t);
|
|
4025
3939
|
});
|
|
4026
3940
|
}
|
|
4027
|
-
function
|
|
4028
|
-
const
|
|
4029
|
-
|
|
4030
|
-
return name2 === propName && anyType$1(newElement, types2);
|
|
3941
|
+
function f(e, n, t) {
|
|
3942
|
+
const r = n.name, i = fe[r.replace(/activiti:/, "")];
|
|
3943
|
+
return r === e && Ae(t, i);
|
|
4031
3944
|
}
|
|
4032
|
-
function
|
|
4033
|
-
|
|
3945
|
+
function v(e) {
|
|
3946
|
+
e.on(
|
|
4034
3947
|
"property.clone",
|
|
4035
|
-
function(
|
|
4036
|
-
const newElement =
|
|
4037
|
-
|
|
4038
|
-
this.canCloneProperty(newElement, propDescriptor);
|
|
3948
|
+
function(n) {
|
|
3949
|
+
const t = n.newElement, r = n.propertyDescriptor;
|
|
3950
|
+
this.canCloneProperty(t, r);
|
|
4039
3951
|
},
|
|
4040
3952
|
this
|
|
4041
3953
|
);
|
|
4042
3954
|
}
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
if (
|
|
4046
|
-
return
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
return includesType$1(newElement.eventDefinitions, "bpmn:MessageEventDefinition");
|
|
4050
|
-
}
|
|
4051
|
-
if (isAllowed$1("activiti:Field", propDescriptor, newElement)) {
|
|
4052
|
-
return includesType$1(newElement.eventDefinitions, "bpmn:MessageEventDefinition");
|
|
4053
|
-
}
|
|
3955
|
+
v.$inject = ["eventBus"];
|
|
3956
|
+
v.prototype.canCloneProperty = function(e, n) {
|
|
3957
|
+
if (f("activiti:FailedJobRetryTimeCycle", n, e))
|
|
3958
|
+
return y(e.eventDefinitions, "bpmn:TimerEventDefinition") || y(e.eventDefinitions, "bpmn:SignalEventDefinition") || A(e.loopCharacteristics, "bpmn:MultiInstanceLoopCharacteristics");
|
|
3959
|
+
if (f("activiti:Connector", n, e) || f("activiti:Field", n, e))
|
|
3960
|
+
return y(e.eventDefinitions, "bpmn:MessageEventDefinition");
|
|
4054
3961
|
};
|
|
4055
|
-
const
|
|
3962
|
+
const ve = {
|
|
4056
3963
|
__init__: ["ActivitiModdleExtension"],
|
|
4057
|
-
ActivitiModdleExtension: ["type",
|
|
4058
|
-
}
|
|
4059
|
-
const ALLOWED_TYPES = {
|
|
3964
|
+
ActivitiModdleExtension: ["type", v]
|
|
3965
|
+
}, Ee = {
|
|
4060
3966
|
FailedJobRetryTimeCycle: ["bpmn:StartEvent", "bpmn:BoundaryEvent", "bpmn:IntermediateCatchEvent", "bpmn:Activity"],
|
|
4061
3967
|
Connector: ["bpmn:EndEvent", "bpmn:IntermediateThrowEvent"],
|
|
4062
3968
|
Field: ["bpmn:EndEvent", "bpmn:IntermediateThrowEvent"]
|
|
4063
3969
|
};
|
|
4064
|
-
function
|
|
4065
|
-
return
|
|
3970
|
+
function E(e, n) {
|
|
3971
|
+
return e && typeof e.$instanceOf == "function" && e.$instanceOf(n);
|
|
4066
3972
|
}
|
|
4067
|
-
function
|
|
4068
|
-
return
|
|
3973
|
+
function he(e) {
|
|
3974
|
+
return e && e.length;
|
|
4069
3975
|
}
|
|
4070
|
-
function
|
|
4071
|
-
return
|
|
4072
|
-
return
|
|
3976
|
+
function g(e, n) {
|
|
3977
|
+
return he(e) && l(e, function(t) {
|
|
3978
|
+
return E(t, n);
|
|
4073
3979
|
});
|
|
4074
3980
|
}
|
|
4075
|
-
function
|
|
4076
|
-
return
|
|
4077
|
-
return
|
|
3981
|
+
function Ce(e, n) {
|
|
3982
|
+
return l(n, function(t) {
|
|
3983
|
+
return E(e, t);
|
|
4078
3984
|
});
|
|
4079
3985
|
}
|
|
4080
|
-
function
|
|
4081
|
-
const
|
|
4082
|
-
|
|
4083
|
-
return name2 === propName && anyType(newElement, types2);
|
|
3986
|
+
function b(e, n, t) {
|
|
3987
|
+
const r = n.name, i = Ee[r.replace(/flowable:/, "")];
|
|
3988
|
+
return r === e && Ce(t, i);
|
|
4084
3989
|
}
|
|
4085
|
-
function
|
|
4086
|
-
|
|
3990
|
+
function h(e) {
|
|
3991
|
+
e.on(
|
|
4087
3992
|
"property.clone",
|
|
4088
|
-
function(
|
|
4089
|
-
const newElement =
|
|
4090
|
-
|
|
4091
|
-
this.canCloneProperty(newElement, propDescriptor);
|
|
3993
|
+
function(n) {
|
|
3994
|
+
const t = n.newElement, r = n.propertyDescriptor;
|
|
3995
|
+
this.canCloneProperty(t, r);
|
|
4092
3996
|
},
|
|
4093
3997
|
this
|
|
4094
3998
|
);
|
|
4095
3999
|
}
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
if (
|
|
4099
|
-
return
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
return includesType(newElement.eventDefinitions, "bpmn:MessageEventDefinition");
|
|
4103
|
-
}
|
|
4104
|
-
if (isAllowed("flowable:Field", propDescriptor, newElement)) {
|
|
4105
|
-
return includesType(newElement.eventDefinitions, "bpmn:MessageEventDefinition");
|
|
4106
|
-
}
|
|
4000
|
+
h.$inject = ["eventBus"];
|
|
4001
|
+
h.prototype.canCloneProperty = function(e, n) {
|
|
4002
|
+
if (b("flowable:FailedJobRetryTimeCycle", n, e))
|
|
4003
|
+
return g(e.eventDefinitions, "bpmn:TimerEventDefinition") || g(e.eventDefinitions, "bpmn:SignalEventDefinition") || E(e.loopCharacteristics, "bpmn:MultiInstanceLoopCharacteristics");
|
|
4004
|
+
if (b("flowable:Connector", n, e) || b("flowable:Field", n, e))
|
|
4005
|
+
return g(e.eventDefinitions, "bpmn:MessageEventDefinition");
|
|
4107
4006
|
};
|
|
4108
|
-
const
|
|
4007
|
+
const Te = {
|
|
4109
4008
|
__init__: ["FlowableModdleExtension"],
|
|
4110
|
-
FlowableModdleExtension: ["type",
|
|
4009
|
+
FlowableModdleExtension: ["type", h]
|
|
4111
4010
|
};
|
|
4112
|
-
var
|
|
4113
|
-
var
|
|
4114
|
-
|
|
4115
|
-
var _c = _vm._self._c || _h;
|
|
4116
|
-
return _c("div", {
|
|
4011
|
+
var xe = function() {
|
|
4012
|
+
var e = this, n = e.$createElement, t = e._self._c || n;
|
|
4013
|
+
return t("div", {
|
|
4117
4014
|
staticClass: "my-process-designer"
|
|
4118
|
-
}, [
|
|
4015
|
+
}, [t("div", {
|
|
4119
4016
|
staticClass: "my-process-designer__header"
|
|
4120
|
-
}, [
|
|
4017
|
+
}, [e._t("control-header"), e.$slots["control-header"] ? e._e() : [t("ElButtonGroup", {
|
|
4121
4018
|
key: "file-control"
|
|
4122
|
-
}, [
|
|
4019
|
+
}, [e.simulation ? t("ElTooltip", {
|
|
4123
4020
|
attrs: {
|
|
4124
|
-
|
|
4125
|
-
|
|
4021
|
+
effect: "light",
|
|
4022
|
+
content: "保存流程"
|
|
4126
4023
|
}
|
|
4127
|
-
}, [
|
|
4024
|
+
}, [t("ElButton", {
|
|
4128
4025
|
attrs: {
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4026
|
+
size: e.headerButtonSize,
|
|
4027
|
+
type: e.headerButtonType,
|
|
4028
|
+
icon: "el-icon-save"
|
|
4132
4029
|
},
|
|
4133
4030
|
on: {
|
|
4134
|
-
|
|
4135
|
-
return
|
|
4031
|
+
click: function(r) {
|
|
4032
|
+
return e.$refs.refFile.click();
|
|
4136
4033
|
}
|
|
4137
4034
|
}
|
|
4138
|
-
}, [
|
|
4035
|
+
}, [e._v(" 保存 ")])], 1) : e._e(), e.simulation ? t("ElTooltip", {
|
|
4139
4036
|
attrs: {
|
|
4140
|
-
|
|
4141
|
-
|
|
4037
|
+
effect: "light",
|
|
4038
|
+
content: "导入流程"
|
|
4142
4039
|
}
|
|
4143
|
-
}, [
|
|
4040
|
+
}, [t("ElButton", {
|
|
4144
4041
|
attrs: {
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4042
|
+
size: e.headerButtonSize,
|
|
4043
|
+
type: e.headerButtonType,
|
|
4044
|
+
icon: "el-icon-folder-opened"
|
|
4148
4045
|
},
|
|
4149
4046
|
on: {
|
|
4150
|
-
|
|
4151
|
-
return
|
|
4047
|
+
click: function(r) {
|
|
4048
|
+
return e.$refs.refFile.click();
|
|
4152
4049
|
}
|
|
4153
4050
|
}
|
|
4154
|
-
}, [
|
|
4051
|
+
}, [e._v(" 导入 ")])], 1) : e._e(), t("ElTooltip", {
|
|
4155
4052
|
attrs: {
|
|
4156
|
-
|
|
4053
|
+
effect: "light"
|
|
4157
4054
|
},
|
|
4158
|
-
scopedSlots:
|
|
4055
|
+
scopedSlots: e._u([{
|
|
4159
4056
|
key: "content",
|
|
4160
4057
|
fn: function() {
|
|
4161
|
-
return [
|
|
4058
|
+
return [t("ElButton", {
|
|
4162
4059
|
attrs: {
|
|
4163
|
-
|
|
4164
|
-
|
|
4060
|
+
size: e.headerButtonSize,
|
|
4061
|
+
type: "text"
|
|
4165
4062
|
},
|
|
4166
4063
|
on: {
|
|
4167
|
-
|
|
4168
|
-
return
|
|
4064
|
+
click: function(r) {
|
|
4065
|
+
return e.downloadProcessAsXml();
|
|
4169
4066
|
}
|
|
4170
4067
|
}
|
|
4171
|
-
}, [
|
|
4068
|
+
}, [e._v("下载为XML文件")]), t("br"), t("ElButton", {
|
|
4172
4069
|
attrs: {
|
|
4173
|
-
|
|
4174
|
-
|
|
4070
|
+
size: e.headerButtonSize,
|
|
4071
|
+
type: "text"
|
|
4175
4072
|
},
|
|
4176
4073
|
on: {
|
|
4177
|
-
|
|
4178
|
-
return
|
|
4074
|
+
click: function(r) {
|
|
4075
|
+
return e.downloadProcessAsSvg();
|
|
4179
4076
|
}
|
|
4180
4077
|
}
|
|
4181
|
-
}, [
|
|
4078
|
+
}, [e._v("下载为SVG文件")]), t("br"), t("ElButton", {
|
|
4182
4079
|
attrs: {
|
|
4183
|
-
|
|
4184
|
-
|
|
4080
|
+
size: e.headerButtonSize,
|
|
4081
|
+
type: "text"
|
|
4185
4082
|
},
|
|
4186
4083
|
on: {
|
|
4187
|
-
|
|
4188
|
-
return
|
|
4084
|
+
click: function(r) {
|
|
4085
|
+
return e.downloadProcessAsBpmn();
|
|
4189
4086
|
}
|
|
4190
4087
|
}
|
|
4191
|
-
}, [
|
|
4088
|
+
}, [e._v("下载为BPMN文件")])];
|
|
4192
4089
|
},
|
|
4193
|
-
proxy:
|
|
4194
|
-
}], null,
|
|
4195
|
-
}, [
|
|
4090
|
+
proxy: !0
|
|
4091
|
+
}], null, !1, 1539507321)
|
|
4092
|
+
}, [t("ElButton", {
|
|
4196
4093
|
attrs: {
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4094
|
+
size: e.headerButtonSize,
|
|
4095
|
+
type: e.headerButtonType,
|
|
4096
|
+
icon: "el-icon-download"
|
|
4200
4097
|
}
|
|
4201
|
-
}, [
|
|
4098
|
+
}, [e._v("下载")])], 1), t("ElTooltip", {
|
|
4202
4099
|
attrs: {
|
|
4203
|
-
|
|
4100
|
+
effect: "light"
|
|
4204
4101
|
},
|
|
4205
|
-
scopedSlots:
|
|
4102
|
+
scopedSlots: e._u([{
|
|
4206
4103
|
key: "content",
|
|
4207
4104
|
fn: function() {
|
|
4208
|
-
return [
|
|
4105
|
+
return [t("ElButton", {
|
|
4209
4106
|
attrs: {
|
|
4210
|
-
|
|
4211
|
-
|
|
4107
|
+
size: e.headerButtonSize,
|
|
4108
|
+
type: "text"
|
|
4212
4109
|
},
|
|
4213
4110
|
on: {
|
|
4214
|
-
|
|
4111
|
+
click: e.previewProcessXML
|
|
4215
4112
|
}
|
|
4216
|
-
}, [
|
|
4113
|
+
}, [e._v("预览XML")]), t("br"), t("ElButton", {
|
|
4217
4114
|
attrs: {
|
|
4218
|
-
|
|
4219
|
-
|
|
4115
|
+
size: e.headerButtonSize,
|
|
4116
|
+
type: "text"
|
|
4220
4117
|
},
|
|
4221
4118
|
on: {
|
|
4222
|
-
|
|
4119
|
+
click: e.previewProcessJson
|
|
4223
4120
|
}
|
|
4224
|
-
}, [
|
|
4121
|
+
}, [e._v("预览JSON")])];
|
|
4225
4122
|
},
|
|
4226
|
-
proxy:
|
|
4227
|
-
}], null,
|
|
4228
|
-
}, [
|
|
4123
|
+
proxy: !0
|
|
4124
|
+
}], null, !1, 3067180497)
|
|
4125
|
+
}, [t("ElButton", {
|
|
4229
4126
|
attrs: {
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4127
|
+
size: e.headerButtonSize,
|
|
4128
|
+
type: e.headerButtonType,
|
|
4129
|
+
icon: "el-icon-view"
|
|
4233
4130
|
}
|
|
4234
|
-
}, [
|
|
4131
|
+
}, [e._v("预览")])], 1), e.simulation ? t("ElTooltip", {
|
|
4235
4132
|
attrs: {
|
|
4236
|
-
|
|
4237
|
-
|
|
4133
|
+
effect: "light",
|
|
4134
|
+
content: e.simulationStatus ? "退出模拟" : "开启模拟"
|
|
4238
4135
|
}
|
|
4239
|
-
}, [
|
|
4136
|
+
}, [t("ElButton", {
|
|
4240
4137
|
attrs: {
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4138
|
+
size: e.headerButtonSize,
|
|
4139
|
+
type: e.headerButtonType,
|
|
4140
|
+
icon: "el-icon-cpu"
|
|
4244
4141
|
},
|
|
4245
4142
|
on: {
|
|
4246
|
-
|
|
4143
|
+
click: e.processSimulation
|
|
4247
4144
|
}
|
|
4248
|
-
}, [
|
|
4145
|
+
}, [e._v(" 模拟 ")])], 1) : e._e()], 1), t("ElButtonGroup", {
|
|
4249
4146
|
key: "align-control"
|
|
4250
|
-
}, [
|
|
4147
|
+
}, [t("ElTooltip", {
|
|
4251
4148
|
attrs: {
|
|
4252
|
-
|
|
4253
|
-
|
|
4149
|
+
effect: "light",
|
|
4150
|
+
content: "向左对齐"
|
|
4254
4151
|
}
|
|
4255
|
-
}, [
|
|
4152
|
+
}, [t("ElButton", {
|
|
4256
4153
|
staticClass: "align align-left",
|
|
4257
4154
|
attrs: {
|
|
4258
|
-
|
|
4259
|
-
|
|
4155
|
+
size: e.headerButtonSize,
|
|
4156
|
+
icon: "el-icon-s-data"
|
|
4260
4157
|
},
|
|
4261
4158
|
on: {
|
|
4262
|
-
|
|
4263
|
-
return
|
|
4159
|
+
click: function(r) {
|
|
4160
|
+
return e.elementsAlign("left");
|
|
4264
4161
|
}
|
|
4265
4162
|
}
|
|
4266
|
-
})], 1),
|
|
4163
|
+
})], 1), t("ElTooltip", {
|
|
4267
4164
|
attrs: {
|
|
4268
|
-
|
|
4269
|
-
|
|
4165
|
+
effect: "light",
|
|
4166
|
+
content: "向右对齐"
|
|
4270
4167
|
}
|
|
4271
|
-
}, [
|
|
4168
|
+
}, [t("ElButton", {
|
|
4272
4169
|
staticClass: "align align-right",
|
|
4273
4170
|
attrs: {
|
|
4274
|
-
|
|
4275
|
-
|
|
4171
|
+
size: e.headerButtonSize,
|
|
4172
|
+
icon: "el-icon-s-data"
|
|
4276
4173
|
},
|
|
4277
4174
|
on: {
|
|
4278
|
-
|
|
4279
|
-
return
|
|
4175
|
+
click: function(r) {
|
|
4176
|
+
return e.elementsAlign("right");
|
|
4280
4177
|
}
|
|
4281
4178
|
}
|
|
4282
|
-
})], 1),
|
|
4179
|
+
})], 1), t("ElTooltip", {
|
|
4283
4180
|
attrs: {
|
|
4284
|
-
|
|
4285
|
-
|
|
4181
|
+
effect: "light",
|
|
4182
|
+
content: "向上对齐"
|
|
4286
4183
|
}
|
|
4287
|
-
}, [
|
|
4184
|
+
}, [t("ElButton", {
|
|
4288
4185
|
staticClass: "align align-top",
|
|
4289
4186
|
attrs: {
|
|
4290
|
-
|
|
4291
|
-
|
|
4187
|
+
size: e.headerButtonSize,
|
|
4188
|
+
icon: "el-icon-s-data"
|
|
4292
4189
|
},
|
|
4293
4190
|
on: {
|
|
4294
|
-
|
|
4295
|
-
return
|
|
4191
|
+
click: function(r) {
|
|
4192
|
+
return e.elementsAlign("top");
|
|
4296
4193
|
}
|
|
4297
4194
|
}
|
|
4298
|
-
})], 1),
|
|
4195
|
+
})], 1), t("ElTooltip", {
|
|
4299
4196
|
attrs: {
|
|
4300
|
-
|
|
4301
|
-
|
|
4197
|
+
effect: "light",
|
|
4198
|
+
content: "向下对齐"
|
|
4302
4199
|
}
|
|
4303
|
-
}, [
|
|
4200
|
+
}, [t("ElButton", {
|
|
4304
4201
|
staticClass: "align align-bottom",
|
|
4305
4202
|
attrs: {
|
|
4306
|
-
|
|
4307
|
-
|
|
4203
|
+
size: e.headerButtonSize,
|
|
4204
|
+
icon: "el-icon-s-data"
|
|
4308
4205
|
},
|
|
4309
4206
|
on: {
|
|
4310
|
-
|
|
4311
|
-
return
|
|
4207
|
+
click: function(r) {
|
|
4208
|
+
return e.elementsAlign("bottom");
|
|
4312
4209
|
}
|
|
4313
4210
|
}
|
|
4314
|
-
})], 1),
|
|
4211
|
+
})], 1), t("ElTooltip", {
|
|
4315
4212
|
attrs: {
|
|
4316
|
-
|
|
4317
|
-
|
|
4213
|
+
effect: "light",
|
|
4214
|
+
content: "水平居中"
|
|
4318
4215
|
}
|
|
4319
|
-
}, [
|
|
4216
|
+
}, [t("ElButton", {
|
|
4320
4217
|
staticClass: "align align-center",
|
|
4321
4218
|
attrs: {
|
|
4322
|
-
|
|
4323
|
-
|
|
4219
|
+
size: e.headerButtonSize,
|
|
4220
|
+
icon: "el-icon-s-data"
|
|
4324
4221
|
},
|
|
4325
4222
|
on: {
|
|
4326
|
-
|
|
4327
|
-
return
|
|
4223
|
+
click: function(r) {
|
|
4224
|
+
return e.elementsAlign("center");
|
|
4328
4225
|
}
|
|
4329
4226
|
}
|
|
4330
|
-
})], 1),
|
|
4227
|
+
})], 1), t("ElTooltip", {
|
|
4331
4228
|
attrs: {
|
|
4332
|
-
|
|
4333
|
-
|
|
4229
|
+
effect: "light",
|
|
4230
|
+
content: "垂直居中"
|
|
4334
4231
|
}
|
|
4335
|
-
}, [
|
|
4232
|
+
}, [t("ElButton", {
|
|
4336
4233
|
staticClass: "align align-middle",
|
|
4337
4234
|
attrs: {
|
|
4338
|
-
|
|
4339
|
-
|
|
4235
|
+
size: e.headerButtonSize,
|
|
4236
|
+
icon: "el-icon-s-data"
|
|
4340
4237
|
},
|
|
4341
4238
|
on: {
|
|
4342
|
-
|
|
4343
|
-
return
|
|
4239
|
+
click: function(r) {
|
|
4240
|
+
return e.elementsAlign("middle");
|
|
4344
4241
|
}
|
|
4345
4242
|
}
|
|
4346
|
-
})], 1)], 1),
|
|
4243
|
+
})], 1)], 1), t("ElButtonGroup", {
|
|
4347
4244
|
key: "scale-control"
|
|
4348
|
-
}, [
|
|
4245
|
+
}, [t("ElTooltip", {
|
|
4349
4246
|
attrs: {
|
|
4350
|
-
|
|
4351
|
-
|
|
4247
|
+
effect: "light",
|
|
4248
|
+
content: "缩小视图"
|
|
4352
4249
|
}
|
|
4353
|
-
}, [
|
|
4250
|
+
}, [t("ElButton", {
|
|
4354
4251
|
attrs: {
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4252
|
+
size: e.headerButtonSize,
|
|
4253
|
+
disabled: e.defaultZoom < 0.2,
|
|
4254
|
+
icon: "el-icon-zoom-out"
|
|
4358
4255
|
},
|
|
4359
4256
|
on: {
|
|
4360
|
-
|
|
4361
|
-
return
|
|
4257
|
+
click: function(r) {
|
|
4258
|
+
return e.processZoomOut();
|
|
4362
4259
|
}
|
|
4363
4260
|
}
|
|
4364
|
-
})], 1),
|
|
4261
|
+
})], 1), t("ElButton", {
|
|
4365
4262
|
attrs: {
|
|
4366
|
-
|
|
4263
|
+
size: e.headerButtonSize
|
|
4367
4264
|
}
|
|
4368
|
-
}, [
|
|
4265
|
+
}, [e._v(e._s(`${Math.floor(e.defaultZoom * 10 * 10)}%`))]), t("ElTooltip", {
|
|
4369
4266
|
attrs: {
|
|
4370
|
-
|
|
4371
|
-
|
|
4267
|
+
effect: "light",
|
|
4268
|
+
content: "放大视图"
|
|
4372
4269
|
}
|
|
4373
|
-
}, [
|
|
4270
|
+
}, [t("ElButton", {
|
|
4374
4271
|
attrs: {
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4272
|
+
size: e.headerButtonSize,
|
|
4273
|
+
disabled: e.defaultZoom > 4,
|
|
4274
|
+
icon: "el-icon-zoom-in"
|
|
4378
4275
|
},
|
|
4379
4276
|
on: {
|
|
4380
|
-
|
|
4381
|
-
return
|
|
4277
|
+
click: function(r) {
|
|
4278
|
+
return e.processZoomIn();
|
|
4382
4279
|
}
|
|
4383
4280
|
}
|
|
4384
|
-
})], 1),
|
|
4281
|
+
})], 1), t("ElTooltip", {
|
|
4385
4282
|
attrs: {
|
|
4386
|
-
|
|
4387
|
-
|
|
4283
|
+
effect: "light",
|
|
4284
|
+
content: "重置视图并居中"
|
|
4388
4285
|
}
|
|
4389
|
-
}, [
|
|
4286
|
+
}, [t("ElButton", {
|
|
4390
4287
|
attrs: {
|
|
4391
|
-
|
|
4392
|
-
|
|
4288
|
+
size: e.headerButtonSize,
|
|
4289
|
+
icon: "el-icon-c-scale-to-original"
|
|
4393
4290
|
},
|
|
4394
4291
|
on: {
|
|
4395
|
-
|
|
4396
|
-
return
|
|
4292
|
+
click: function(r) {
|
|
4293
|
+
return e.processReZoom();
|
|
4397
4294
|
}
|
|
4398
4295
|
}
|
|
4399
|
-
})], 1)], 1),
|
|
4296
|
+
})], 1)], 1), t("ElButtonGroup", {
|
|
4400
4297
|
key: "stack-control"
|
|
4401
|
-
}, [
|
|
4298
|
+
}, [t("ElTooltip", {
|
|
4402
4299
|
attrs: {
|
|
4403
|
-
|
|
4404
|
-
|
|
4300
|
+
effect: "light",
|
|
4301
|
+
content: "撤销"
|
|
4405
4302
|
}
|
|
4406
|
-
}, [
|
|
4303
|
+
}, [t("ElButton", {
|
|
4407
4304
|
attrs: {
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4305
|
+
size: e.headerButtonSize,
|
|
4306
|
+
disabled: !e.revocable,
|
|
4307
|
+
icon: "el-icon-refresh-left"
|
|
4411
4308
|
},
|
|
4412
4309
|
on: {
|
|
4413
|
-
|
|
4414
|
-
return
|
|
4310
|
+
click: function(r) {
|
|
4311
|
+
return e.processUndo();
|
|
4415
4312
|
}
|
|
4416
4313
|
}
|
|
4417
|
-
})], 1),
|
|
4314
|
+
})], 1), t("ElTooltip", {
|
|
4418
4315
|
attrs: {
|
|
4419
|
-
|
|
4420
|
-
|
|
4316
|
+
effect: "light",
|
|
4317
|
+
content: "恢复"
|
|
4421
4318
|
}
|
|
4422
|
-
}, [
|
|
4319
|
+
}, [t("ElButton", {
|
|
4423
4320
|
attrs: {
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4321
|
+
size: e.headerButtonSize,
|
|
4322
|
+
disabled: !e.recoverable,
|
|
4323
|
+
icon: "el-icon-refresh-right"
|
|
4427
4324
|
},
|
|
4428
4325
|
on: {
|
|
4429
|
-
|
|
4430
|
-
return
|
|
4326
|
+
click: function(r) {
|
|
4327
|
+
return e.processRedo();
|
|
4431
4328
|
}
|
|
4432
4329
|
}
|
|
4433
|
-
})], 1),
|
|
4330
|
+
})], 1), t("ElTooltip", {
|
|
4434
4331
|
attrs: {
|
|
4435
|
-
|
|
4436
|
-
|
|
4332
|
+
effect: "light",
|
|
4333
|
+
content: "重新绘制"
|
|
4437
4334
|
}
|
|
4438
|
-
}, [
|
|
4335
|
+
}, [t("ElButton", {
|
|
4439
4336
|
attrs: {
|
|
4440
|
-
|
|
4441
|
-
|
|
4337
|
+
size: e.headerButtonSize,
|
|
4338
|
+
icon: "el-icon-refresh"
|
|
4442
4339
|
},
|
|
4443
4340
|
on: {
|
|
4444
|
-
|
|
4341
|
+
click: e.processRestart
|
|
4445
4342
|
}
|
|
4446
|
-
})], 1)], 1)]
|
|
4343
|
+
})], 1)], 1)], t("input", {
|
|
4447
4344
|
ref: "refFile",
|
|
4448
4345
|
staticStyle: {
|
|
4449
|
-
|
|
4346
|
+
display: "none"
|
|
4450
4347
|
},
|
|
4451
4348
|
attrs: {
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4349
|
+
id: "files",
|
|
4350
|
+
type: "file",
|
|
4351
|
+
accept: ".xml, .bpmn"
|
|
4455
4352
|
},
|
|
4456
4353
|
on: {
|
|
4457
|
-
|
|
4354
|
+
change: e.importLocalFile
|
|
4458
4355
|
}
|
|
4459
|
-
})], 2),
|
|
4356
|
+
})], 2), t("div", {
|
|
4460
4357
|
staticClass: "my-process-designer__container"
|
|
4461
|
-
}, [
|
|
4358
|
+
}, [t("div", {
|
|
4462
4359
|
ref: "bpmn-canvas",
|
|
4463
4360
|
staticClass: "my-process-designer__canvas"
|
|
4464
|
-
})]),
|
|
4361
|
+
})]), t("ElementDialog", {
|
|
4465
4362
|
attrs: {
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
"body-padding":
|
|
4363
|
+
title: "预览",
|
|
4364
|
+
width: "60vw",
|
|
4365
|
+
height: "60vh",
|
|
4366
|
+
visible: e.previewModelVisible,
|
|
4367
|
+
"body-padding": !1,
|
|
4471
4368
|
"destroy-on-close": ""
|
|
4472
4369
|
},
|
|
4473
4370
|
on: {
|
|
4474
|
-
"update:visible": function(
|
|
4475
|
-
|
|
4371
|
+
"update:visible": function(r) {
|
|
4372
|
+
e.previewModelVisible = r;
|
|
4476
4373
|
}
|
|
4477
4374
|
}
|
|
4478
|
-
}, [
|
|
4375
|
+
}, [t("HighlightJS", {
|
|
4479
4376
|
attrs: {
|
|
4480
|
-
|
|
4481
|
-
|
|
4377
|
+
language: e.previewType,
|
|
4378
|
+
code: e.previewResult
|
|
4482
4379
|
}
|
|
4483
4380
|
})], 1)], 1);
|
|
4484
|
-
};
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
const __vue2_script = {
|
|
4381
|
+
}, we = [];
|
|
4382
|
+
I.registerLanguage("xml", R);
|
|
4383
|
+
I.registerLanguage("json", V);
|
|
4384
|
+
const Ie = {
|
|
4489
4385
|
name: "ProcessDesigner",
|
|
4490
4386
|
componentName: "MyProcessDesigner",
|
|
4491
4387
|
props: {
|
|
@@ -4506,19 +4402,19 @@ const __vue2_script = {
|
|
|
4506
4402
|
// 自定义moddle
|
|
4507
4403
|
onlyCustomizeAddi: {
|
|
4508
4404
|
type: Boolean,
|
|
4509
|
-
default:
|
|
4405
|
+
default: !1
|
|
4510
4406
|
},
|
|
4511
4407
|
onlyCustomizeModdle: {
|
|
4512
4408
|
type: Boolean,
|
|
4513
|
-
default:
|
|
4409
|
+
default: !1
|
|
4514
4410
|
},
|
|
4515
4411
|
simulation: {
|
|
4516
4412
|
type: Boolean,
|
|
4517
|
-
default:
|
|
4413
|
+
default: !0
|
|
4518
4414
|
},
|
|
4519
4415
|
keyboard: {
|
|
4520
4416
|
type: Boolean,
|
|
4521
|
-
default:
|
|
4417
|
+
default: !0
|
|
4522
4418
|
},
|
|
4523
4419
|
prefix: {
|
|
4524
4420
|
type: String,
|
|
@@ -4531,143 +4427,90 @@ const __vue2_script = {
|
|
|
4531
4427
|
headerButtonSize: {
|
|
4532
4428
|
type: String,
|
|
4533
4429
|
default: "small",
|
|
4534
|
-
validator: (
|
|
4430
|
+
validator: (e) => ["default", "medium", "small", "mini"].indexOf(e) !== -1
|
|
4535
4431
|
},
|
|
4536
4432
|
headerButtonType: {
|
|
4537
4433
|
type: String,
|
|
4538
4434
|
default: "primary",
|
|
4539
|
-
validator: (
|
|
4435
|
+
validator: (e) => ["default", "primary", "success", "warning", "danger", "info"].indexOf(e) !== -1
|
|
4540
4436
|
}
|
|
4541
4437
|
},
|
|
4542
4438
|
data() {
|
|
4543
4439
|
return {
|
|
4544
4440
|
defaultZoom: 1,
|
|
4545
|
-
previewModelVisible:
|
|
4546
|
-
simulationStatus:
|
|
4441
|
+
previewModelVisible: !1,
|
|
4442
|
+
simulationStatus: !1,
|
|
4547
4443
|
previewResult: "",
|
|
4548
4444
|
previewType: "xml",
|
|
4549
|
-
recoverable:
|
|
4550
|
-
revocable:
|
|
4445
|
+
recoverable: !1,
|
|
4446
|
+
revocable: !1
|
|
4551
4447
|
};
|
|
4552
4448
|
},
|
|
4553
4449
|
computed: {
|
|
4554
4450
|
additionalModules() {
|
|
4555
|
-
const
|
|
4556
|
-
if (this.onlyCustomizeAddi)
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
}
|
|
4562
|
-
if (Object.prototype.toString.call(this.additionalModel) === "[object Array]") {
|
|
4563
|
-
Modules.push(...this.additionalModel);
|
|
4564
|
-
} else {
|
|
4565
|
-
this.additionalModel && Modules.push(this.additionalModel);
|
|
4566
|
-
}
|
|
4567
|
-
const TranslateModule = {
|
|
4568
|
-
translate: ["value", customTranslate(this.translations || translationsCN)]
|
|
4451
|
+
const e = [];
|
|
4452
|
+
if (this.onlyCustomizeAddi)
|
|
4453
|
+
return Object.prototype.toString.call(this.additionalModel) === "[object Array]" ? this.additionalModel || [] : [this.additionalModel];
|
|
4454
|
+
Object.prototype.toString.call(this.additionalModel) === "[object Array]" ? e.push(...this.additionalModel) : this.additionalModel && e.push(this.additionalModel);
|
|
4455
|
+
const n = {
|
|
4456
|
+
translate: ["value", G(this.translations || U)]
|
|
4569
4457
|
};
|
|
4570
|
-
|
|
4571
|
-
if (this.simulation) {
|
|
4572
|
-
Modules.push(TokenSimulationModule);
|
|
4573
|
-
}
|
|
4574
|
-
if (this.prefix === "camunda") {
|
|
4575
|
-
Modules.push(CamundaModdleExtension);
|
|
4576
|
-
}
|
|
4577
|
-
if (this.prefix === "flowable") {
|
|
4578
|
-
Modules.push(FlowableModdleExtension);
|
|
4579
|
-
}
|
|
4580
|
-
if (this.prefix === "activiti") {
|
|
4581
|
-
Modules.push(ActivitiModdleExtension);
|
|
4582
|
-
}
|
|
4583
|
-
return Modules;
|
|
4458
|
+
return e.push(n), this.simulation && e.push(O), this.prefix === "camunda" && e.push(Se), this.prefix === "flowable" && e.push(Te), this.prefix === "activiti" && e.push(ve), e;
|
|
4584
4459
|
},
|
|
4585
4460
|
moddleExtensions() {
|
|
4586
|
-
const
|
|
4587
|
-
if (this.onlyCustomizeModdle)
|
|
4461
|
+
const e = {};
|
|
4462
|
+
if (this.onlyCustomizeModdle)
|
|
4588
4463
|
return this.moddleExtension || null;
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
}
|
|
4594
|
-
}
|
|
4595
|
-
if (this.prefix === "activiti") {
|
|
4596
|
-
Extensions.activiti = ActivitiModdleDescriptor;
|
|
4597
|
-
}
|
|
4598
|
-
if (this.prefix === "flowable") {
|
|
4599
|
-
Extensions.flowable = FlowableModdleDescriptor;
|
|
4600
|
-
}
|
|
4601
|
-
if (this.prefix === "camunda") {
|
|
4602
|
-
Extensions.camunda = CamundaModdleDescriptor;
|
|
4603
|
-
}
|
|
4604
|
-
return Extensions;
|
|
4464
|
+
if (this.moddleExtension)
|
|
4465
|
+
for (const n in this.moddleExtension)
|
|
4466
|
+
e[n] = this.moddleExtension[n];
|
|
4467
|
+
return this.prefix === "activiti" && (e.activiti = ie), this.prefix === "flowable" && (e.flowable = ce), this.prefix === "camunda" && (e.camunda = q), e;
|
|
4605
4468
|
}
|
|
4606
4469
|
},
|
|
4607
4470
|
mounted() {
|
|
4608
|
-
this.initBpmnModeler()
|
|
4609
|
-
|
|
4610
|
-
this.$once("hook:beforeDestroy", () => {
|
|
4611
|
-
if (this.bpmnModeler)
|
|
4612
|
-
this.bpmnModeler.destroy();
|
|
4613
|
-
this.$emit("destroy", this.bpmnModeler);
|
|
4614
|
-
this.bpmnModeler = null;
|
|
4471
|
+
this.initBpmnModeler(), this.createNewDiagram(this.value), this.$once("hook:beforeDestroy", () => {
|
|
4472
|
+
this.bpmnModeler && this.bpmnModeler.destroy(), this.$emit("destroy", this.bpmnModeler), this.bpmnModeler = null;
|
|
4615
4473
|
});
|
|
4616
4474
|
},
|
|
4617
4475
|
methods: {
|
|
4618
4476
|
initBpmnModeler() {
|
|
4619
|
-
|
|
4620
|
-
return;
|
|
4621
|
-
this.bpmnModeler = new BpmnModeler(__spreadValues({
|
|
4477
|
+
this.bpmnModeler || (this.bpmnModeler = new k(x({
|
|
4622
4478
|
container: this.$refs["bpmn-canvas"],
|
|
4623
4479
|
keyboard: this.keyboard ? { bindTo: document } : null,
|
|
4624
4480
|
additionalModules: this.additionalModules,
|
|
4625
4481
|
moddleExtensions: this.moddleExtensions
|
|
4626
|
-
}, this.options));
|
|
4627
|
-
this.$emit("init-finished", this.bpmnModeler);
|
|
4628
|
-
this.initModelListeners();
|
|
4482
|
+
}, this.options)), this.$emit("init-finished", this.bpmnModeler), this.initModelListeners());
|
|
4629
4483
|
},
|
|
4630
4484
|
initModelListeners() {
|
|
4631
|
-
const
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
const element = eventObj ? eventObj.element : null;
|
|
4637
|
-
that.$emit(eventName, element, eventObj);
|
|
4485
|
+
const e = this.bpmnModeler.get("eventBus"), n = this;
|
|
4486
|
+
this.events.forEach((t) => {
|
|
4487
|
+
e.on(t, function(r) {
|
|
4488
|
+
const i = t.replace(/\./g, "-"), a = r ? r.element : null;
|
|
4489
|
+
n.$emit(i, a, r);
|
|
4638
4490
|
});
|
|
4639
|
-
})
|
|
4640
|
-
EventBus.on("commandStack.changed", (event) => __async(this, null, function* () {
|
|
4491
|
+
}), e.on("commandStack.changed", (t) => d(this, null, function* () {
|
|
4641
4492
|
try {
|
|
4642
|
-
this.recoverable = this.bpmnModeler.get("commandStack").canRedo();
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
this.$emit("change", xml2);
|
|
4648
|
-
} catch (e) {
|
|
4649
|
-
console.error(`[Process Designer Warn]: ${e.message || e}`);
|
|
4493
|
+
this.recoverable = this.bpmnModeler.get("commandStack").canRedo(), this.revocable = this.bpmnModeler.get("commandStack").canUndo();
|
|
4494
|
+
const { xml: r } = yield this.bpmnModeler.saveXML({ format: !0 });
|
|
4495
|
+
this.$emit("commandStack-changed", t), this.$emit("input", r), this.$emit("change", r);
|
|
4496
|
+
} catch (r) {
|
|
4497
|
+
console.error(`[Process Designer Warn]: ${r.message || r}`);
|
|
4650
4498
|
}
|
|
4651
|
-
}))
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
this.defaultZoom = Math.floor(scale * 100) / 100;
|
|
4499
|
+
})), this.bpmnModeler.on("canvas.viewbox.changed", ({ viewbox: t }) => {
|
|
4500
|
+
this.$emit("canvas-viewbox-changed", { viewbox: t });
|
|
4501
|
+
const { scale: r } = t;
|
|
4502
|
+
this.defaultZoom = Math.floor(r * 100) / 100;
|
|
4656
4503
|
});
|
|
4657
4504
|
},
|
|
4658
4505
|
/* 创建新的流程图 */
|
|
4659
|
-
createNewDiagram(
|
|
4660
|
-
return
|
|
4661
|
-
const
|
|
4662
|
-
const newName = this.processName || `业务流程_${new Date().getTime()}`;
|
|
4663
|
-
const xmlString = xml2 || DefaultEmptyXML(newId, newName, this.prefix);
|
|
4506
|
+
createNewDiagram(e) {
|
|
4507
|
+
return d(this, null, function* () {
|
|
4508
|
+
const n = this.processId || `Process_${new Date().getTime()}`, t = this.processName || `业务流程_${new Date().getTime()}`, r = e || _(n, t, this.prefix);
|
|
4664
4509
|
try {
|
|
4665
|
-
const { warnings } = yield this.bpmnModeler.importXML(
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
}
|
|
4669
|
-
} catch (e) {
|
|
4670
|
-
console.error(`[Process Designer Warn]: ${(e == null ? void 0 : e.message) || e}`);
|
|
4510
|
+
const { warnings: i } = yield this.bpmnModeler.importXML(r);
|
|
4511
|
+
i && i.length && i.forEach((a) => console.warn(a));
|
|
4512
|
+
} catch (i) {
|
|
4513
|
+
console.error(`[Process Designer Warn]: ${(i == null ? void 0 : i.message) || i}`);
|
|
4671
4514
|
}
|
|
4672
4515
|
});
|
|
4673
4516
|
},
|
|
@@ -4676,69 +4519,60 @@ const __vue2_script = {
|
|
|
4676
4519
|
* @param {string} type
|
|
4677
4520
|
* @param {*} name
|
|
4678
4521
|
*/
|
|
4679
|
-
downloadProcess(
|
|
4680
|
-
return
|
|
4522
|
+
downloadProcess(e, n) {
|
|
4523
|
+
return d(this, null, function* () {
|
|
4681
4524
|
try {
|
|
4682
|
-
const
|
|
4683
|
-
if (
|
|
4525
|
+
const r = this;
|
|
4526
|
+
if (e === "xml" || e === "bpmn") {
|
|
4684
4527
|
const {
|
|
4685
|
-
err,
|
|
4686
|
-
xml:
|
|
4528
|
+
err: i,
|
|
4529
|
+
xml: a
|
|
4687
4530
|
} = yield this.bpmnModeler.saveXML();
|
|
4688
|
-
|
|
4689
|
-
console.error(`[Process Designer Warn ]: ${err.message || err}`);
|
|
4690
|
-
}
|
|
4531
|
+
i && console.error(`[Process Designer Warn ]: ${i.message || i}`);
|
|
4691
4532
|
const {
|
|
4692
|
-
href,
|
|
4693
|
-
filename
|
|
4694
|
-
} =
|
|
4695
|
-
|
|
4533
|
+
href: c,
|
|
4534
|
+
filename: o
|
|
4535
|
+
} = r.setEncoded(e.toUpperCase(), n, a);
|
|
4536
|
+
t(c, o);
|
|
4696
4537
|
} else {
|
|
4697
4538
|
const {
|
|
4698
|
-
err,
|
|
4699
|
-
svg
|
|
4539
|
+
err: i,
|
|
4540
|
+
svg: a
|
|
4700
4541
|
} = yield this.bpmnModeler.saveSVG();
|
|
4701
|
-
if (
|
|
4702
|
-
return console.error(
|
|
4703
|
-
}
|
|
4542
|
+
if (i)
|
|
4543
|
+
return console.error(i);
|
|
4704
4544
|
const {
|
|
4705
|
-
href,
|
|
4706
|
-
filename
|
|
4707
|
-
} =
|
|
4708
|
-
|
|
4545
|
+
href: c,
|
|
4546
|
+
filename: o
|
|
4547
|
+
} = r.setEncoded("SVG", n, a);
|
|
4548
|
+
t(c, o);
|
|
4709
4549
|
}
|
|
4710
|
-
} catch (
|
|
4711
|
-
console.error(`[Process Designer Warn ]: ${
|
|
4550
|
+
} catch (r) {
|
|
4551
|
+
console.error(`[Process Designer Warn ]: ${r.message || r}`);
|
|
4712
4552
|
}
|
|
4713
|
-
function
|
|
4714
|
-
if (
|
|
4553
|
+
function t(r, i) {
|
|
4554
|
+
if (r && i) {
|
|
4715
4555
|
const a = document.createElement("a");
|
|
4716
|
-
a.download =
|
|
4717
|
-
a.href = href;
|
|
4718
|
-
a.click();
|
|
4719
|
-
URL.revokeObjectURL(a.href);
|
|
4556
|
+
a.download = i, a.href = r, a.click(), URL.revokeObjectURL(a.href);
|
|
4720
4557
|
}
|
|
4721
4558
|
}
|
|
4722
4559
|
});
|
|
4723
4560
|
},
|
|
4724
4561
|
// 根据所需类型进行转码并返回下载地址
|
|
4725
|
-
setEncoded(
|
|
4726
|
-
const
|
|
4562
|
+
setEncoded(e, n = "diagram", t) {
|
|
4563
|
+
const r = encodeURIComponent(t);
|
|
4727
4564
|
return {
|
|
4728
|
-
filename: `${
|
|
4729
|
-
href: `data:application/${
|
|
4730
|
-
data
|
|
4565
|
+
filename: `${n}.${e}`,
|
|
4566
|
+
href: `data:application/${e === "svg" ? "text/xml" : "bpmn20-xml"};charset=UTF-8,${r}`,
|
|
4567
|
+
data: t
|
|
4731
4568
|
};
|
|
4732
4569
|
},
|
|
4733
4570
|
// 加载本地文件
|
|
4734
4571
|
importLocalFile() {
|
|
4735
|
-
const
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
reader.onload = function() {
|
|
4740
|
-
const xmlStr = this.result;
|
|
4741
|
-
that.createNewDiagram(xmlStr);
|
|
4572
|
+
const e = this, n = this.$refs.refFile.files[0], t = new FileReader();
|
|
4573
|
+
t.readAsText(n), t.onload = function() {
|
|
4574
|
+
const r = this.result;
|
|
4575
|
+
e.createNewDiagram(r);
|
|
4742
4576
|
};
|
|
4743
4577
|
},
|
|
4744
4578
|
/* ------------------------------------------------ refs methods ------------------------------------------------------ */
|
|
@@ -4752,8 +4586,7 @@ const __vue2_script = {
|
|
|
4752
4586
|
this.downloadProcess("svg");
|
|
4753
4587
|
},
|
|
4754
4588
|
processSimulation() {
|
|
4755
|
-
this.simulationStatus = !this.simulationStatus;
|
|
4756
|
-
this.simulation && this.bpmnModeler.get("toggleMode").toggleMode();
|
|
4589
|
+
this.simulationStatus = !this.simulationStatus, this.simulation && this.bpmnModeler.get("toggleMode").toggleMode();
|
|
4757
4590
|
},
|
|
4758
4591
|
processRedo() {
|
|
4759
4592
|
this.bpmnModeler.get("commandStack").redo();
|
|
@@ -4761,46 +4594,34 @@ const __vue2_script = {
|
|
|
4761
4594
|
processUndo() {
|
|
4762
4595
|
this.bpmnModeler.get("commandStack").undo();
|
|
4763
4596
|
},
|
|
4764
|
-
processZoomIn(
|
|
4765
|
-
const
|
|
4766
|
-
if (
|
|
4597
|
+
processZoomIn(e = 0.1) {
|
|
4598
|
+
const n = Math.floor(this.defaultZoom * 100 + e * 100) / 100;
|
|
4599
|
+
if (n > 4)
|
|
4767
4600
|
throw new Error("[Process Designer Warn ]: The zoom ratio cannot be greater than 4");
|
|
4768
|
-
|
|
4769
|
-
this.defaultZoom = newZoom;
|
|
4770
|
-
this.bpmnModeler.get("canvas").zoom(this.defaultZoom);
|
|
4601
|
+
this.defaultZoom = n, this.bpmnModeler.get("canvas").zoom(this.defaultZoom);
|
|
4771
4602
|
},
|
|
4772
|
-
processZoomOut(
|
|
4773
|
-
const
|
|
4774
|
-
if (
|
|
4603
|
+
processZoomOut(e = 0.1) {
|
|
4604
|
+
const n = Math.floor(this.defaultZoom * 100 - e * 100) / 100;
|
|
4605
|
+
if (n < 0.2)
|
|
4775
4606
|
throw new Error("[Process Designer Warn ]: The zoom ratio cannot be less than 0.2");
|
|
4776
|
-
|
|
4777
|
-
this.defaultZoom = newZoom;
|
|
4778
|
-
this.bpmnModeler.get("canvas").zoom(this.defaultZoom);
|
|
4607
|
+
this.defaultZoom = n, this.bpmnModeler.get("canvas").zoom(this.defaultZoom);
|
|
4779
4608
|
},
|
|
4780
|
-
processZoomTo(
|
|
4781
|
-
if (
|
|
4609
|
+
processZoomTo(e = 1) {
|
|
4610
|
+
if (e < 0.2)
|
|
4782
4611
|
throw new Error("[Process Designer Warn ]: The zoom ratio cannot be less than 0.2");
|
|
4783
|
-
|
|
4784
|
-
if (newZoom > 4) {
|
|
4612
|
+
if (e > 4)
|
|
4785
4613
|
throw new Error("[Process Designer Warn ]: The zoom ratio cannot be greater than 4");
|
|
4786
|
-
|
|
4787
|
-
this.defaultZoom = newZoom;
|
|
4788
|
-
this.bpmnModeler.get("canvas").zoom(newZoom);
|
|
4614
|
+
this.defaultZoom = e, this.bpmnModeler.get("canvas").zoom(e);
|
|
4789
4615
|
},
|
|
4790
4616
|
processReZoom() {
|
|
4791
|
-
this.defaultZoom = 1;
|
|
4792
|
-
this.bpmnModeler.get("canvas").zoom("fit-viewport", "auto");
|
|
4617
|
+
this.defaultZoom = 1, this.bpmnModeler.get("canvas").zoom("fit-viewport", "auto");
|
|
4793
4618
|
},
|
|
4794
4619
|
processRestart() {
|
|
4795
|
-
this.recoverable =
|
|
4796
|
-
this.revocable = false;
|
|
4797
|
-
this.createNewDiagram(null);
|
|
4620
|
+
this.recoverable = !1, this.revocable = !1, this.createNewDiagram(null);
|
|
4798
4621
|
},
|
|
4799
|
-
elementsAlign(
|
|
4800
|
-
const
|
|
4801
|
-
|
|
4802
|
-
const SelectedElements = Selection.get();
|
|
4803
|
-
if (!SelectedElements || SelectedElements.length <= 1) {
|
|
4622
|
+
elementsAlign(e) {
|
|
4623
|
+
const n = this.bpmnModeler.get("alignElements"), r = this.bpmnModeler.get("selection").get();
|
|
4624
|
+
if (!r || r.length <= 1) {
|
|
4804
4625
|
this.$message.warning("请按住 Shift 键选择多个元素对齐");
|
|
4805
4626
|
return;
|
|
4806
4627
|
}
|
|
@@ -4808,50 +4629,40 @@ const __vue2_script = {
|
|
|
4808
4629
|
confirmButtonText: "确定",
|
|
4809
4630
|
cancelButtonText: "取消",
|
|
4810
4631
|
type: "warning"
|
|
4811
|
-
}).then(() =>
|
|
4632
|
+
}).then(() => n.trigger(r, e));
|
|
4812
4633
|
},
|
|
4813
4634
|
/* ----------------------------- 方法结束 --------------------------------- */
|
|
4814
4635
|
previewProcessXML() {
|
|
4815
|
-
this.bpmnModeler.saveXML({ format:
|
|
4816
|
-
this.previewResult =
|
|
4817
|
-
this.previewType = "xml";
|
|
4818
|
-
this.previewModelVisible = true;
|
|
4636
|
+
this.bpmnModeler.saveXML({ format: !0 }).then(({ xml: e }) => {
|
|
4637
|
+
this.previewResult = e, this.previewType = "xml", this.previewModelVisible = !0;
|
|
4819
4638
|
});
|
|
4820
4639
|
},
|
|
4821
4640
|
previewProcessJson() {
|
|
4822
|
-
const
|
|
4823
|
-
this.bpmnModeler.saveXML({ format:
|
|
4824
|
-
const { definitions } =
|
|
4825
|
-
|
|
4826
|
-
this.previewResult = JSON.stringify(definitions, null, 4);
|
|
4827
|
-
} else {
|
|
4828
|
-
this.previewResult = "";
|
|
4829
|
-
}
|
|
4830
|
-
this.previewType = "json";
|
|
4831
|
-
this.previewModelVisible = true;
|
|
4641
|
+
const e = new L();
|
|
4642
|
+
this.bpmnModeler.saveXML({ format: !0 }).then(({ xml: n }) => {
|
|
4643
|
+
const { definitions: t } = e.xml2js(n);
|
|
4644
|
+
t ? this.previewResult = JSON.stringify(t, null, 4) : this.previewResult = "", this.previewType = "json", this.previewModelVisible = !0;
|
|
4832
4645
|
});
|
|
4833
4646
|
}
|
|
4834
4647
|
}
|
|
4835
|
-
};
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
__vue2_injectStyles,
|
|
4648
|
+
}, w = {};
|
|
4649
|
+
var Pe = /* @__PURE__ */ z(
|
|
4650
|
+
Ie,
|
|
4651
|
+
xe,
|
|
4652
|
+
we,
|
|
4653
|
+
!1,
|
|
4654
|
+
Me,
|
|
4843
4655
|
null,
|
|
4844
4656
|
null,
|
|
4845
4657
|
null
|
|
4846
4658
|
);
|
|
4847
|
-
function
|
|
4848
|
-
for (let
|
|
4849
|
-
this[
|
|
4850
|
-
}
|
|
4659
|
+
function Me(e) {
|
|
4660
|
+
for (let n in w)
|
|
4661
|
+
this[n] = w[n];
|
|
4851
4662
|
}
|
|
4852
|
-
const
|
|
4853
|
-
return
|
|
4663
|
+
const ze = /* @__PURE__ */ function() {
|
|
4664
|
+
return Pe.exports;
|
|
4854
4665
|
}();
|
|
4855
4666
|
export {
|
|
4856
|
-
|
|
4667
|
+
ze as default
|
|
4857
4668
|
};
|