@processmaker/modeler 1.18.4 → 1.18.5
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/modeler.common.js +112 -64
- package/dist/modeler.common.js.map +1 -1
- package/dist/modeler.umd.js +112 -64
- package/dist/modeler.umd.js.map +1 -1
- package/dist/modeler.umd.min.js +1 -1
- package/dist/modeler.umd.min.js.map +1 -1
- package/package.json +2 -2
- package/src/.DS_Store +0 -0
- package/src/components/modeler/XMLManager.js +35 -0
- package/src/components/nodes/subProcess/SubProcessFormSelect.vue +2 -1
- package/src/setup/mockProcesses.json +45 -5
- package/src/store.js +2 -2
- package/package-lock.json +0 -26377
package/dist/modeler.common.js
CHANGED
|
@@ -15087,7 +15087,13 @@ module.exports = function() {
|
|
|
15087
15087
|
function checkValidProcesses(processes, calledElement, startEvent) {
|
|
15088
15088
|
const [bpmnId, processId] = calledElement.split('-');
|
|
15089
15089
|
return processes.find(process => {
|
|
15090
|
-
if (process.id == processId) {
|
|
15090
|
+
if (process.id == processId || process.package_key == processId) {
|
|
15091
|
+
// System processes don't have a start event configured in the callActivity
|
|
15092
|
+
// so we won't verify it
|
|
15093
|
+
if(process.category && process.category.is_system) {
|
|
15094
|
+
return true;
|
|
15095
|
+
}
|
|
15096
|
+
|
|
15091
15097
|
return filterValidStartEvents(process.events).find(event => event.id == startEvent) != undefined;
|
|
15092
15098
|
}
|
|
15093
15099
|
return false;
|
|
@@ -20173,7 +20179,7 @@ if (typeof window !== 'undefined') {
|
|
|
20173
20179
|
// Indicate to webpack that this file can be concatenated
|
|
20174
20180
|
/* harmony default export */ var setPublicPath = (null);
|
|
20175
20181
|
|
|
20176
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
20182
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/association/association.vue?vue&type=template&id=4a60d402&
|
|
20177
20183
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
20178
20184
|
var staticRenderFns = []
|
|
20179
20185
|
|
|
@@ -21114,7 +21120,7 @@ var associationConfig_direction = {
|
|
|
21114
21120
|
one: 'One',
|
|
21115
21121
|
both: 'Both'
|
|
21116
21122
|
};
|
|
21117
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
21123
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownConfig/crownConfig.vue?vue&type=template&id=7cce75e8&
|
|
21118
21124
|
var crownConfigvue_type_template_id_7cce75e8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.showCrown)?_c('div',{staticClass:"crown-config",style:(_vm.style),attrs:{"role":"menu"}},[_vm._t("default"),_c('association-flow-button',_vm._g({attrs:{"node":_vm.node,"moddle":_vm.moddle,"shape":_vm.shape},on:{"toggle-crown-state":function($event){_vm.showCrown = $event}}},_vm.$listeners)),_c('generic-flow-button',_vm._g({attrs:{"node":_vm.node,"node-registry":_vm.nodeRegistry,"moddle":_vm.moddle},on:{"toggle-crown-state":function($event){_vm.showCrown = $event}}},_vm.$listeners)),_c('data-association-flow-button',_vm._g({attrs:{"node":_vm.node,"moddle":_vm.moddle,"shape":_vm.shape},on:{"toggle-crown-state":function($event){_vm.showCrown = $event}}},_vm.$listeners)),_c('default-flow',_vm._g({attrs:{"node":_vm.node}},_vm.$listeners)),_c('crown-dropdowns',_vm._g({attrs:{"dropdown-data":_vm.dropdownData,"boundary-event-dropdown-data":_vm.boundaryEventDropdownData,"node":_vm.node,"node-registry":_vm.nodeRegistry,"moddle":_vm.moddle,"shape":_vm.shape,"task-dropdown-initially-open":_vm.taskDropdownInitiallyOpen,"showCustomIconPicker":_vm.showCustomIconPicker,"iconName":_vm.iconName},on:{"replace-node-type":_vm.replaceNodeTypePrompt}},_vm.$listeners)),_c('copy-button',_vm._g({attrs:{"node":_vm.node}},_vm.$listeners)),_c('delete-button',_vm._g({attrs:{"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node}},_vm.$listeners)),_c('b-modal',{ref:"modal",attrs:{"no-fade":_vm.runningInCypressTest,"id":"modal-prevent-closing","title":_vm.$t('Change Type'),"ok-title":_vm.$t('Confirm'),"cancel-title":_vm.$t('Cancel')},on:{"hidden":function($event){_vm.showReplaceModal = false},"ok":_vm.confirmedReplaceNodeType},model:{value:(_vm.showReplaceModal),callback:function ($$v) {_vm.showReplaceModal=$$v},expression:"showReplaceModal"}},[_c('p',[_vm._v(_vm._s(_vm.$t('Changing this type will replace your current configuration')))])])],2):_vm._e()}
|
|
21119
21125
|
var crownConfigvue_type_template_id_7cce75e8_staticRenderFns = []
|
|
21120
21126
|
|
|
@@ -21130,7 +21136,7 @@ var es_object_keys = __webpack_require__("b64b");
|
|
|
21130
21136
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.includes.js
|
|
21131
21137
|
var es_string_includes = __webpack_require__("2532");
|
|
21132
21138
|
|
|
21133
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
21139
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/deleteButton.vue?vue&type=template&id=795d8259&
|
|
21134
21140
|
var deleteButtonvue_type_template_id_795d8259_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"title":_vm.$t('Delete'),"role":"menuitem","id":"delete-button","aria-label":"Delete this node"},on:{"click":function($event){_vm.isPoolLane ? _vm.removePoolLaneShape() : _vm.removeShape()}}},[_c('img',{staticClass:"fa-trash-alt trash-icon",attrs:{"src":_vm.trashIcon,"aria-hidden":"true","data-prefix":"fas","data-icon":"trash-alt","alt":""}})])}
|
|
21135
21141
|
var deleteButtonvue_type_template_id_795d8259_staticRenderFns = []
|
|
21136
21142
|
|
|
@@ -21141,7 +21147,7 @@ var deleteButtonvue_type_template_id_795d8259_staticRenderFns = []
|
|
|
21141
21147
|
var trash_alt_solid = __webpack_require__("806c");
|
|
21142
21148
|
var trash_alt_solid_default = /*#__PURE__*/__webpack_require__.n(trash_alt_solid);
|
|
21143
21149
|
|
|
21144
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
21150
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/crownButton.vue?vue&type=template&id=7403001b&scoped=true&
|
|
21145
21151
|
var crownButtonvue_type_template_id_7403001b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({staticClass:"btn",attrs:{"id":_vm.id,"aria-label":_vm.ariaLabel}},_vm.$listeners),[_vm._t("default",[_c('img',{attrs:{"src":_vm.src,"alt":"","width":"width","height":"height"}})])],2)}
|
|
21146
21152
|
var crownButtonvue_type_template_id_7403001b_scoped_true_staticRenderFns = []
|
|
21147
21153
|
|
|
@@ -21571,7 +21577,7 @@ var deleteButton_component = normalizeComponent(
|
|
|
21571
21577
|
)
|
|
21572
21578
|
|
|
21573
21579
|
/* harmony default export */ var deleteButton = (deleteButton_component.exports);
|
|
21574
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
21580
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/genericFlowButton.vue?vue&type=template&id=28850e5c&
|
|
21575
21581
|
var genericFlowButtonvue_type_template_id_28850e5c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.allowOutgoingSequenceFlow)?_c('crown-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"title":_vm.$t('Flow'),"id":"generic-flow-button","aria-label":"Create a flow","src":_vm.sequenceFlow,"role":"menuitem"},on:{"click":_vm.addSequence}}):_vm._e()}
|
|
21576
21582
|
var genericFlowButtonvue_type_template_id_28850e5c_staticRenderFns = []
|
|
21577
21583
|
|
|
@@ -22039,7 +22045,7 @@ var genericFlowButton_component = normalizeComponent(
|
|
|
22039
22045
|
)
|
|
22040
22046
|
|
|
22041
22047
|
/* harmony default export */ var genericFlowButton = (genericFlowButton_component.exports);
|
|
22042
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22048
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/associationFlowButton.vue?vue&type=template&id=2c7693fc&
|
|
22043
22049
|
var associationFlowButtonvue_type_template_id_2c7693fc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.node.isType('processmaker-modeler-text-annotation'))?_c('crown-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"title":_vm.$t('Association Flow'),"id":"association-flow-button","aria-label":"Add association flow","src":_vm.connectIcon,"role":"menuitem"},on:{"click":_vm.addAssociation}}):_vm._e()}
|
|
22044
22050
|
var associationFlowButtonvue_type_template_id_2c7693fc_staticRenderFns = []
|
|
22045
22051
|
|
|
@@ -22115,7 +22121,7 @@ var associationFlowButton_component = normalizeComponent(
|
|
|
22115
22121
|
)
|
|
22116
22122
|
|
|
22117
22123
|
/* harmony default export */ var associationFlowButton = (associationFlowButton_component.exports);
|
|
22118
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22124
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/dataAssociationFlowButton.vue?vue&type=template&id=4df84e4b&
|
|
22119
22125
|
var dataAssociationFlowButtonvue_type_template_id_4df84e4b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.allowOutgoingDataAssociationFlow)?_c('crown-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"title":_vm.$t('Data Association Flow'),"id":"association-flow-button","aria-label":"Add association flow","src":_vm.connectIcon,"role":"menuitem"},on:{"click":_vm.addDataAssociation}}):_vm._e()}
|
|
22120
22126
|
var dataAssociationFlowButtonvue_type_template_id_4df84e4b_staticRenderFns = []
|
|
22121
22127
|
|
|
@@ -22442,7 +22448,7 @@ var dataAssociationFlowButton_component = normalizeComponent(
|
|
|
22442
22448
|
)
|
|
22443
22449
|
|
|
22444
22450
|
/* harmony default export */ var dataAssociationFlowButton = (dataAssociationFlowButton_component.exports);
|
|
22445
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22451
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/copyButton.vue?vue&type=template&id=1f49fa47&
|
|
22446
22452
|
var copyButtonvue_type_template_id_1f49fa47_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.node.isBpmnType.apply(_vm.node, _vm.validCopyElements))?_c('crown-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"title":_vm.$t('Copy Element'),"aria-label":"Copy Element","data-test":"copy-button","role":"menuitem","src":_vm.copyIcon},on:{"click":_vm.copyElement}}):_vm._e()}
|
|
22447
22453
|
var copyButtonvue_type_template_id_1f49fa47_staticRenderFns = []
|
|
22448
22454
|
|
|
@@ -22513,14 +22519,14 @@ var copyButton_component = normalizeComponent(
|
|
|
22513
22519
|
)
|
|
22514
22520
|
|
|
22515
22521
|
/* harmony default export */ var copyButton = (copyButton_component.exports);
|
|
22516
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22522
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/crownDropdowns.vue?vue&type=template&id=0a847d3c&scoped=true&
|
|
22517
22523
|
var crownDropdownsvue_type_template_id_0a847d3c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"id":"dropdown"}},[_c('crown-task-dropdown',_vm._g({attrs:{"dropdown-data":_vm.dropdownData,"dropdown-open":_vm.taskDropdownOpen,"node":_vm.node},on:{"toggle-dropdown-state":_vm.taskDropdownToggle}},_vm.$listeners)),_c('crown-boundary-event-dropdown',_vm._g({attrs:{"dropdown-data":_vm.boundaryEventDropdownData,"dropdown-open":_vm.boundaryEventDropdownOpen,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"node":_vm.node,"shape":_vm.shape},on:{"toggle-dropdown-state":_vm.boundaryEventDropdownToggle}},_vm.$listeners)),_c('crown-color-dropdown',_vm._g({attrs:{"dropdown-open":_vm.colorDropdownOpen,"node":_vm.node,"showCustomIconPicker":_vm.showCustomIconPicker,"iconName":_vm.iconName},on:{"toggle-dropdown-state":_vm.colorDropdownToggle}},_vm.$listeners))],1)}
|
|
22518
22524
|
var crownDropdownsvue_type_template_id_0a847d3c_scoped_true_staticRenderFns = []
|
|
22519
22525
|
|
|
22520
22526
|
|
|
22521
22527
|
// CONCATENATED MODULE: ./src/components/crown/crownButtons/crownDropdowns.vue?vue&type=template&id=0a847d3c&scoped=true&
|
|
22522
22528
|
|
|
22523
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22529
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/crownTaskDropdown.vue?vue&type=template&id=134c4728&scoped=true&
|
|
22524
22530
|
var crownTaskDropdownvue_type_template_id_134c4728_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.dropdownData.length > 0)?_c('div',{staticClass:"cog-container",attrs:{"role":"menuitem"}},[_c('crown-button',_vm._g({attrs:{"data-test":"select-type-dropdown","id":"dropdown-button","aria-label":"Select a type"},on:{"click":function($event){return _vm.$emit('toggle-dropdown-state', !_vm.dropdownOpen)}}},_vm.$listeners),[_c('i',{staticClass:"fas fa-cog cog-container--button"})]),(_vm.dropdownOpen)?_c('ul',{staticClass:"element-list",attrs:{"role":"list"}},_vm._l((_vm.dropdownData),function(ref){
|
|
22525
22531
|
var label = ref.label;
|
|
22526
22532
|
var nodeType = ref.nodeType;
|
|
@@ -22624,7 +22630,7 @@ var crownTaskDropdown_component = normalizeComponent(
|
|
|
22624
22630
|
)
|
|
22625
22631
|
|
|
22626
22632
|
/* harmony default export */ var crownTaskDropdown = (crownTaskDropdown_component.exports);
|
|
22627
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
22633
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/crownBoundaryEventDropdown.vue?vue&type=template&id=59d91c2d&
|
|
22628
22634
|
var crownBoundaryEventDropdownvue_type_template_id_59d91c2d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.dropdownData.length > 0)?_c('div',{staticClass:"cog-container",attrs:{"role":"menuitem"}},[_c('crown-button',_vm._g({directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"id":"dropdown-button","aria-label":"Select a boundary event","src":_vm.boundaryEventIcon,"data-test":"boundary-event-dropdown","title":_vm.$t('Boundary Events')},on:{"click":function($event){return _vm.$emit('toggle-dropdown-state', !_vm.dropdownOpen)}}},_vm.$listeners)),(_vm.dropdownOpen)?_c('ul',{staticClass:"element-list",attrs:{"role":"list"}},_vm._l((_vm.dropdownData),function(ref){
|
|
22629
22635
|
var label = ref.label;
|
|
22630
22636
|
var nodeType = ref.nodeType;
|
|
@@ -22883,8 +22889,8 @@ function removeRef(state, ref, callBack) {
|
|
|
22883
22889
|
params: {
|
|
22884
22890
|
order_direction: 'asc',
|
|
22885
22891
|
per_page: 1000,
|
|
22886
|
-
status: '
|
|
22887
|
-
include: 'events'
|
|
22892
|
+
status: 'all',
|
|
22893
|
+
include: 'events,category'
|
|
22888
22894
|
}
|
|
22889
22895
|
});
|
|
22890
22896
|
|
|
@@ -23028,7 +23034,7 @@ var crownBoundaryEventDropdown_component = normalizeComponent(
|
|
|
23028
23034
|
)
|
|
23029
23035
|
|
|
23030
23036
|
/* harmony default export */ var crownBoundaryEventDropdown = (crownBoundaryEventDropdown_component.exports);
|
|
23031
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
23037
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/crownColorDropdown.vue?vue&type=template&id=5e9576a8&scoped=true&
|
|
23032
23038
|
var crownColorDropdownvue_type_template_id_5e9576a8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cog-container",attrs:{"role":"menuitem"}},[_c('crown-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"title":_vm.$t('Open Color Palette'),"aria-label":_vm.$t('Open Color Palette'),"role":"menuitem","data-test":"picker-dropdown-button"},on:{"click":function($event){return _vm.$emit('toggle-dropdown-state', !_vm.dropdownOpen)}}},[_c('i',{staticClass:"fas fa-palette cog-container--button"})]),(_vm.dropdownOpen)?_c('div',{staticClass:"element-list color-list"},[_vm._l((_vm.colors.slice(0,4)),function(color){return _c('button',{key:color,staticClass:"color-button",style:({ backgroundColor: color }),attrs:{"type":"button","data-test":color},on:{"click":function($event){_vm.selectedColor = color}}})}),(_vm.showCustomIconPicker)?_c('button',{staticClass:"color-button p-0 fa fa-drafting-compass",attrs:{"type":"button","data-test":"set-custom-icon"},on:{"click":_vm.openIconSelector}}):_c('div'),_vm._l((_vm.colors.slice(4,8)),function(color){return _c('button',{key:color,staticClass:"color-button",style:({ backgroundColor: color }),attrs:{"type":"button","data-test":color},on:{"click":function($event){_vm.selectedColor = color}}})}),_c('button',{staticClass:"color-button toggle-picker",attrs:{"type":"button"},on:{"click":function($event){_vm.colorPickerOpen = !_vm.colorPickerOpen}}}),_c('button',{staticClass:"color-button p-0 fa fa-undo-alt",attrs:{"type":"button","data-test":"clear-color"},on:{"click":_vm.resetNodeStyling}}),(_vm.colorPickerOpen)?_c('sketch-picker',{staticClass:"color-picker",attrs:{"value":_vm.selectedColor || '#fff',"presetColors":null},on:{"input":_vm.setColorFromPicker}}):_vm._e()],2):_vm._e(),_c('b-modal',{ref:"icon-selector-modal",attrs:{"title":"Select a custom icon","cancel-title":"Reset to Default"},on:{"cancel":_vm.resetCustomIcon}},[_c('div',[_c('icon-selector',{attrs:{"value":_vm.iconName,"allow-custom":false},on:{"input":_vm.setCustomIcon}})],1)])],1)}
|
|
23033
23039
|
var crownColorDropdownvue_type_template_id_5e9576a8_scoped_true_staticRenderFns = []
|
|
23034
23040
|
|
|
@@ -23038,7 +23044,7 @@ var crownColorDropdownvue_type_template_id_5e9576a8_scoped_true_staticRenderFns
|
|
|
23038
23044
|
// EXTERNAL MODULE: ./node_modules/vue-color/dist/vue-color.min.js
|
|
23039
23045
|
var vue_color_min = __webpack_require__("c345");
|
|
23040
23046
|
|
|
23041
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
23047
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/IconSelector.vue?vue&type=template&id=60affa73&
|
|
23042
23048
|
var IconSelectorvue_type_template_id_60affa73_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"multiselect-icons"},[_c('b-input-group',[_c('multiselect',{ref:"multiselect",attrs:{"track-by":"value","label":"label","show-labels":false,"placeholder":_vm.placeholder,"options":_vm.list,"multiple":false,"searchable":true,"internal-search":false,"allow-empty":false},on:{"search-change":_vm.onSearch,"open":_vm.onOpen,"close":_vm.onClose},scopedSlots:_vm._u([{key:"singleLabel",fn:function(props){return [(props.option)?_c('span',[_c('i',{staticClass:"fas fa-fw",class:'fa-'+props.option.value}),_vm._v(" "+_vm._s(props.option.label)+" ")]):_vm._e()]}},{key:"option",fn:function(props){return [_c('div',{staticClass:"icon-square",on:{"mouseover":function($event){return _vm.onHover(props.option)}}},[_c('i',{staticClass:"fas fa-fw",class:'fa-'+props.option.value})])]}}]),model:{value:(_vm.icon),callback:function ($$v) {_vm.icon=$$v},expression:"icon"}},[_c('template',{slot:"noResult"},[(_vm.allowCustom)?_c('div',{staticClass:"multiselect-no-result text-muted my-2 text-center w-100"},[_c('strong',[_vm._v(_vm._s(_vm.$t('No icons found.')))]),_c('br'),_vm._v(" "+_vm._s(_vm.$t('Try a different search or'))+" "),_c('br'),_c('a',{staticClass:"text-primary link-upload",on:{"click":_vm.triggerUpload}},[_vm._v(_vm._s(_vm.$t('upload a custom icon')))]),_vm._v(". ")]):_c('div',{staticClass:"multiselect-no-result text-muted my-2 text-center w-100"},[_c('strong',[_vm._v(_vm._s(_vm.$t('No icons found.')))]),_c('br'),_vm._v(" "+_vm._s(_vm.$t('Try a different search.'))+" ")])]),_c('template',{slot:"placeholder"},[(this.file)?_c('span',[_vm._v(" "+_vm._s(_vm.$t('Custom Icon File'))+" "),(this.fileName)?_c('span',{staticClass:"text-muted"},[_vm._v("("+_vm._s(this.fileName)+")")]):_vm._e()]):_vm._e()])],2),(_vm.allowCustom)?_c('b-input-group-append',{staticClass:"multiselect-icons-upload"},[_c('file-upload-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip",value:({title: _vm.$t('Upload Custom Icon')}),expression:"{title: $t('Upload Custom Icon')}"}],ref:"fileUploadButton",attrs:{"accept":"image/png, image/svg+xml, image/gif","variant":"secondary"},model:{value:(_vm.uploadedFile),callback:function ($$v) {_vm.uploadedFile=$$v},expression:"uploadedFile"}},[_c('i',{staticClass:"fas fa-fw fa-upload"})])],1):_vm._e()],1)],1)}
|
|
23043
23049
|
var IconSelectorvue_type_template_id_60affa73_staticRenderFns = []
|
|
23044
23050
|
|
|
@@ -23193,7 +23199,7 @@ String.prototype.titleCase = function () {
|
|
|
23193
23199
|
});
|
|
23194
23200
|
return words.join(' ');
|
|
23195
23201
|
};
|
|
23196
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
23202
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FileUploadButton.vue?vue&type=template&id=0146dc7d&
|
|
23197
23203
|
var FileUploadButtonvue_type_template_id_0146dc7d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-button',{staticClass:"file-upload-button",attrs:{"block":_vm.block,"disabled":_vm.disabled,"size":_vm.size,"variant":_vm.variant,"type":_vm.type,"tag":_vm.tag,"pill":_vm.pill,"squared":_vm.squared,"pressed":_vm.pressed},on:{"click":_vm.onClick}},[_c('b-form-file',_vm._b({ref:"fileUpload",staticClass:"file-upload-control",attrs:{"plain":"","accept":_vm.accept,"capture":_vm.capture,"multiple":_vm.multiple,"directory":_vm.directory,"no-traverse":_vm.noTraverse,"no-drop":_vm.noDrop,"file-name-formatter":_vm.fileNameFormatter},on:{"change":_vm.onChange,"input":_vm.onInput},model:{value:(_vm.file),callback:function ($$v) {_vm.file=$$v},expression:"file"}},'b-form-file',_vm.$attrs,false)),_vm._t("default")],2)}
|
|
23198
23204
|
var FileUploadButtonvue_type_template_id_0146dc7d_staticRenderFns = []
|
|
23199
23205
|
|
|
@@ -23945,7 +23951,7 @@ var crownDropdowns_component = normalizeComponent(
|
|
|
23945
23951
|
)
|
|
23946
23952
|
|
|
23947
23953
|
/* harmony default export */ var crownDropdowns = (crownDropdowns_component.exports);
|
|
23948
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
23954
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/defaultFlowButton.vue?vue&type=template&id=102c4cc4&
|
|
23949
23955
|
var defaultFlowButtonvue_type_template_id_102c4cc4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.node.canBeDefaultFlow())?_c('crown-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],attrs:{"title":_vm.$t('Set as Default Flow'),"aria-label":"Default Flow","data-test":"default-flow","role":"menuitem","src":_vm.icon},on:{"click":_vm.click}}):_vm._e()}
|
|
23950
23956
|
var defaultFlowButtonvue_type_template_id_102c4cc4_staticRenderFns = []
|
|
23951
23957
|
|
|
@@ -24667,7 +24673,7 @@ var association_id = 'processmaker-modeler-association';
|
|
|
24667
24673
|
}]
|
|
24668
24674
|
}]
|
|
24669
24675
|
});
|
|
24670
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
24676
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/endEvent/endEvent.vue?vue&type=template&id=5b9ad491&
|
|
24671
24677
|
var endEventvue_type_template_id_5b9ad491_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"dropdown-data":_vm.dropdownData}},_vm.$listeners))}
|
|
24672
24678
|
var endEventvue_type_template_id_5b9ad491_staticRenderFns = []
|
|
24673
24679
|
|
|
@@ -25200,7 +25206,7 @@ var nameConfigSettings = {
|
|
|
25200
25206
|
config: inspectors_idConfigSettings
|
|
25201
25207
|
}]
|
|
25202
25208
|
});
|
|
25203
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
25209
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/DocumentationFormTextArea.vue?vue&type=template&id=d69b739e&
|
|
25204
25210
|
var DocumentationFormTextAreavue_type_template_id_d69b739e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"d-flex justify-content-between align-items-end mb-2"},[_c('label',{staticClass:"m-0"},[_vm._v(_vm._s(_vm.$t(_vm.label)))]),_c('button',{directives:[{name:"b-modal",rawName:"v-b-modal.documentation-modal",modifiers:{"documentation-modal":true}}],staticClass:"btn-sm float-right",attrs:{"type":"button","aria-label":_vm.$t('Expand'),"data-test":"documentation-modal-button"}},[_c('i',{staticClass:"fas fa-expand"})])]),_c('form-text-area',{staticClass:"documentation-input d-flex",attrs:{"value":_vm.textValue,"richtext":true,"data-test":"documentation-text-area","id":"documentation-editor"},on:{"input":function($event){return _vm.$emit('input', $event)}}}),_c('b-modal',{attrs:{"id":"documentation-modal","size":"lg","centered":"","title":_vm.$t('Description'),"header-close-content":"×","ok-only":"","ok-variant":"secondary","ok-title":"Close","no-enforce-focus":""}},[_c('form-text-area',{staticClass:"documentation-input",attrs:{"rows":"5","value":_vm.textValue,"richtext":true,"data-test":"documentation-modal-text-area","id":"documentation-editor-modal"},on:{"input":function($event){return _vm.$emit('input', $event)}}})],1)],1)}
|
|
25205
25211
|
var DocumentationFormTextAreavue_type_template_id_d69b739e_staticRenderFns = []
|
|
25206
25212
|
|
|
@@ -25648,7 +25654,7 @@ var terminateEndEvent_id = 'processmaker-modeler-terminate-end-event';
|
|
|
25648
25654
|
});
|
|
25649
25655
|
}
|
|
25650
25656
|
}));
|
|
25651
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
25657
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/gateway/gateway.vue?vue&type=template&id=a60e4954&
|
|
25652
25658
|
var gatewayvue_type_template_id_a60e4954_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"dropdown-data":_vm.dropdownData}},_vm.$listeners))}
|
|
25653
25659
|
var gatewayvue_type_template_id_a60e4954_staticRenderFns = []
|
|
25654
25660
|
|
|
@@ -26243,7 +26249,7 @@ var eventBasedGateway_id = 'processmaker-modeler-event-based-gateway';
|
|
|
26243
26249
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
26244
26250
|
}]
|
|
26245
26251
|
});
|
|
26246
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
26252
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/sequenceFlow/sequenceFlow.vue?vue&type=template&id=ea004378&
|
|
26247
26253
|
var sequenceFlowvue_type_template_id_ea004378_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
26248
26254
|
var sequenceFlowvue_type_template_id_ea004378_staticRenderFns = []
|
|
26249
26255
|
|
|
@@ -26605,7 +26611,7 @@ var sequenceFlow_id = 'processmaker-modeler-sequence-flow';
|
|
|
26605
26611
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
26606
26612
|
}]
|
|
26607
26613
|
});
|
|
26608
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
26614
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/messageFlow/messageFlow.vue?vue&type=template&id=2025c58d&
|
|
26609
26615
|
var messageFlowvue_type_template_id_2025c58d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',{attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering},on:{"remove-node":function($event){return _vm.$emit('remove-node', $event)},"add-node":function($event){return _vm.$emit('add-node', $event)},"save-state":function($event){return _vm.$emit('save-state', $event)}}})}
|
|
26610
26616
|
var messageFlowvue_type_template_id_2025c58d_staticRenderFns = []
|
|
26611
26617
|
|
|
@@ -26889,7 +26895,7 @@ var messageEndEvent_component = normalizeComponent(
|
|
|
26889
26895
|
)
|
|
26890
26896
|
|
|
26891
26897
|
/* harmony default export */ var messageEndEvent = (messageEndEvent_component.exports);
|
|
26892
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
26898
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/MessageSelect.vue?vue&type=template&id=395d11da&scoped=true&
|
|
26893
26899
|
var MessageSelectvue_type_template_id_395d11da_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('label',{staticClass:"typo__label"},[_vm._v(_vm._s(_vm.label))]),_c('div',{staticClass:"d-flex",class:{invalid: _vm.invalid}},[_c('multiselect',{attrs:{"value":_vm.selectedOption,"placeholder":_vm.$t(_vm.placeholder),"options":_vm.options,"multiple":_vm.multiple,"track-by":_vm.trackBy,"show-labels":false,"searchable":true,"internal-search":false,"label":"name","data-test":(_vm.name + ":select")},on:{"input":_vm.change,"search-change":_vm.loadOptionsDebounced,"open":_vm.loadOptions}},[_c('template',{slot:"noResult"},[_vm._t("noResult",[_vm._v(_vm._s(_vm.$t('Not found')))])],2),_c('template',{slot:"noOptions"},[_vm._t("noOptions",[_vm._v(_vm._s(_vm.$t('No Data Available')))])],2)],2),_c('div',{staticClass:"btn-group ml-1",attrs:{"role":"group"}},[_c('button',{staticClass:"btn btn-secondary btn-sm",attrs:{"type":"button","data-cy":"events-list","title":_vm.$t('Configure')},on:{"click":_vm.toggleConfigMessage}},[_c('i',{staticClass:"fa fa-ellipsis-h"})])])],1),(_vm.invalid)?_c('div',{staticClass:"invalid-feedback d-block"},[_c('div',[_vm._v(" "+_vm._s(_vm.$t('Message reference is required'))+" ")])]):_vm._e(),(_vm.helper)?_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t(_vm.helper)))]):_vm._e(),(_vm.showNewMessage)?_c('div',{staticClass:"card"},[_c('div',{staticClass:"card-body p-2"},[_c('form-input',{attrs:{"label":_vm.$t('ID'),"error":_vm.getValidationErrorForNewId(_vm.messageId),"data-cy":"events-add-id"},model:{value:(_vm.messageId),callback:function ($$v) {_vm.messageId=$$v},expression:"messageId"}}),_c('form-input',{attrs:{"label":_vm.$t('Name'),"error":_vm.getValidationErrorForNewName(_vm.messageName),"data-cy":"events-add-name"},model:{value:(_vm.messageName),callback:function ($$v) {_vm.messageName=$$v},expression:"messageName"}})],1),_c('div',{staticClass:"card-footer text-right p-2"},[_c('button',{staticClass:"btn-special-assignment-action btn-special-assignment-close btn btn-outline-secondary btn-sm",attrs:{"type":"button","data-cy":"events-cancel"},on:{"click":_vm.cancelAddMessage}},[_vm._v(" "+_vm._s(_vm.$t('Cancel'))+" ")]),_c('button',{staticClass:"btn-special-assignment-action btn btn-secondary btn-sm",attrs:{"disabled":!_vm.validNew,"type":"button","data-cy":"events-save"},on:{"click":_vm.addMessage}},[_vm._v(" "+_vm._s(_vm.$t('Save'))+" ")])])]):_vm._e(),(_vm.showEditMessage)?_c('div',{staticClass:"card"},[_c('div',{staticClass:"card-body p-2"},[_c('form-input',{attrs:{"label":_vm.$t('Name'),"error":_vm.getValidationErrorForNameUpdate(_vm.messageName),"data-cy":"events-edit-name"},model:{value:(_vm.messageName),callback:function ($$v) {_vm.messageName=$$v},expression:"messageName"}})],1),_c('div',{staticClass:"card-footer text-right p-2"},[_c('button',{staticClass:"btn-special-assignment-action btn-special-assignment-close btn btn-outline-secondary btn-sm",attrs:{"type":"button","data-cy":"events-cancel"},on:{"click":_vm.cancelAddMessage}},[_vm._v(" "+_vm._s(_vm.$t('Cancel'))+" ")]),_c('button',{staticClass:"btn-special-assignment-action btn btn-secondary btn-sm",attrs:{"disabled":!_vm.validUpdate,"type":"button","data-cy":"events-save"},on:{"click":_vm.updateMessage}},[_vm._v(" "+_vm._s(_vm.$t('Save'))+" ")])])]):(_vm.showConfirmDelete)?_c('div',{staticClass:"card mb-3 bg-danger text-white"},[(_vm.deleteMessageUsage(_vm.deleteMessage.id))?_c('div',{staticClass:"card-body p-2"},[_vm._v(" "+_vm._s(_vm.deleteMessageUsage(_vm.deleteMessage.id))+" ")]):_c('div',{staticClass:"card-body p-2"},[_vm._v(" "+_vm._s(_vm.$t('Are you sure you want to delete this item?'))+" ("+_vm._s(_vm.deleteMessage.id)+") "+_vm._s(_vm.deleteMessage.name)+" ")]),_c('div',{staticClass:"card-footer text-right p-2"},[_c('button',{staticClass:"btn btn-sm btn-light mr-2 p-1 font-xs",attrs:{"type":"button","data-cy":"events-cancel"},on:{"click":function($event){_vm.showConfirmDelete=false}}},[_vm._v(" "+_vm._s(_vm.$t('Cancel'))+" ")]),(!_vm.deleteMessageUsage(_vm.deleteMessage.id))?_c('button',{staticClass:"btn btn-sm btn-danger p-1 font-xs",attrs:{"type":"button","data-cy":"events-delete"},on:{"click":_vm.confirmDeleteMessage}},[_vm._v(" "+_vm._s(_vm.$t('Delete'))+" ")]):_vm._e()])]):(_vm.showListMessages && !_vm.showNewMessage && !_vm.showEditMessage)?[_c('table',{staticClass:"table table-sm table-striped",attrs:{"width":"100%"}},[_c('thead',[_c('tr',[_c('td',{attrs:{"colspan":"2","align":"right"}},[_c('button',{staticClass:"btn btn-secondary btn-sm p-1 font-xs",attrs:{"type":"button","data-cy":"events-add"},on:{"click":_vm.showAddMessage}},[_c('i',{staticClass:"fa fa-plus"}),_vm._v(" "+_vm._s(_vm.$t('Message'))+" ")])])])]),_c('tbody',_vm._l((_vm.localMessages),function(message){return _c('tr',{key:("message-" + (message.id))},[_c('td',[_c('b-badge',{attrs:{"variant":"secondary"}},[_vm._v(_vm._s(message.id))]),_vm._v(" "+_vm._s(message.name)+" ")],1),_c('td',{attrs:{"align":"right"}},[_c('button',{staticClass:"btn-link ml-2",attrs:{"aria-label":_vm.$t('Edit')},on:{"click":function($event){return _vm.editMessage(message)}}},[_c('i',{staticClass:"fa fa-pen",attrs:{"data-cy":"events-edit"}})]),_c('button',{staticClass:"btn-link ml-2",attrs:{"aria-label":_vm.$t('Remove')},on:{"click":function($event){return _vm.removeMessage(message)}}},[_c('i',{staticClass:"fa fa-trash",attrs:{"data-cy":"events-remove"}})])])])}),0)])]:_vm._e()],2)}
|
|
26894
26900
|
var MessageSelectvue_type_template_id_395d11da_scoped_true_staticRenderFns = []
|
|
26895
26901
|
|
|
@@ -27447,7 +27453,7 @@ var signalEndEvent_component = normalizeComponent(
|
|
|
27447
27453
|
)
|
|
27448
27454
|
|
|
27449
27455
|
/* harmony default export */ var signalEndEvent = (signalEndEvent_component.exports);
|
|
27450
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
27456
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/SignalSelect.vue?vue&type=template&id=607e6d70&scoped=true&
|
|
27451
27457
|
var SignalSelectvue_type_template_id_607e6d70_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('label',{staticClass:"typo__label"},[_vm._v(_vm._s(_vm.label))]),_c('div',{staticClass:"d-flex",class:{invalid: _vm.invalid}},[_c('multiselect',{attrs:{"value":_vm.selectedOption,"placeholder":_vm.$t(_vm.placeholder),"options":_vm.options,"multiple":_vm.multiple,"track-by":_vm.trackBy,"show-labels":false,"searchable":true,"internal-search":false,"label":"name","data-test":(_vm.name + ":select"),"disabled":!_vm.can('view-signals')},on:{"input":_vm.change,"search-change":_vm.loadOptions,"open":function($event){return _vm.loadOptions()}}},[_c('template',{slot:"noResult"},[_vm._t("noResult",[_vm._v(_vm._s(_vm.$t('Not found')))])],2),_c('template',{slot:"noOptions"},[_vm._t("noOptions",[_vm._v(_vm._s(_vm.$t('No Data Available')))])],2)],2),(_vm.canEdit)?_c('div',{staticClass:"btn-group ml-1",attrs:{"role":"group"}},[_c('button',{staticClass:"btn btn-secondary btn-sm",attrs:{"type":"button","data-cy":"events-list","title":_vm.$t('Configure')},on:{"click":_vm.toggleConfigSignal}},[_c('i',{staticClass:"fa fa-ellipsis-h"})])]):_vm._e()],1),(!_vm.can('view-signals'))?_c('div',{staticClass:"invalid-feedback d-block"},[_c('div',[_vm._v(" "+_vm._s(_vm.$t('You do not have permission to view signals'))+" ")])]):_vm._e(),(_vm.invalid)?_c('div',{staticClass:"invalid-feedback d-block"},[_c('div',[_vm._v(" "+_vm._s(_vm.$t('Signal reference is required'))+" ")])]):_vm._e(),(_vm.helper)?_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t(_vm.helper)))]):_vm._e(),(_vm.showNewSignal)?_c('div',{staticClass:"card"},[_c('div',{staticClass:"card-body p-2"},[_c('form-input',{attrs:{"label":_vm.$t('ID'),"error":_vm.getValidationErrorForNewId(_vm.signalId),"data-cy":"events-add-id"},model:{value:(_vm.signalId),callback:function ($$v) {_vm.signalId=$$v},expression:"signalId"}}),_c('form-input',{attrs:{"label":_vm.$t('Name'),"error":_vm.getValidationErrorForNewName(_vm.signalName),"data-cy":"events-add-name"},model:{value:(_vm.signalName),callback:function ($$v) {_vm.signalName=$$v},expression:"signalName"}})],1),_c('div',{staticClass:"card-footer text-right p-2"},[_c('button',{staticClass:"btn-special-assignment-action btn-special-assignment-close btn btn-outline-secondary btn-sm",attrs:{"type":"button","data-cy":"events-cancel"},on:{"click":_vm.cancelAddSignal}},[_vm._v(" "+_vm._s(_vm.$t('Cancel'))+" ")]),_c('button',{staticClass:"btn-special-assignment-action btn btn-secondary btn-sm",attrs:{"disabled":!_vm.validNew,"type":"button","data-cy":"events-save"},on:{"click":_vm.addSignal}},[_vm._v(" "+_vm._s(_vm.$t('Save'))+" ")])])]):_vm._e(),(_vm.showEditSignal)?_c('div',{staticClass:"card"},[_c('div',{staticClass:"card-body p-2"},[_c('form-input',{attrs:{"label":_vm.$t('Name'),"error":_vm.getValidationErrorForNameUpdate(_vm.signalName),"data-cy":"events-edit-name"},model:{value:(_vm.signalName),callback:function ($$v) {_vm.signalName=$$v},expression:"signalName"}})],1),_c('div',{staticClass:"card-footer text-right p-2"},[_c('button',{staticClass:"btn-special-assignment-action btn-special-assignment-close btn btn-outline-secondary btn-sm",attrs:{"type":"button","data-cy":"events-cancel"},on:{"click":_vm.cancelAddSignal}},[_vm._v(" "+_vm._s(_vm.$t('Cancel'))+" ")]),_c('button',{staticClass:"btn-special-assignment-action btn btn-secondary btn-sm",attrs:{"disabled":!_vm.validUpdate,"type":"button","data-cy":"events-save"},on:{"click":_vm.updateSignal}},[_vm._v(" "+_vm._s(_vm.$t('Save'))+" ")])])]):(_vm.showConfirmDelete)?_c('div',{staticClass:"card mb-3 bg-danger text-white"},[(_vm.deleteSignalUsage(_vm.deleteSignal.id))?_c('div',{staticClass:"card-body p-2"},[_vm._v(" "+_vm._s(_vm.deleteSignalUsage(_vm.deleteSignal.id))+" ")]):_c('div',{staticClass:"card-body p-2"},[_vm._v(" "+_vm._s(_vm.$t('Are you sure you want to delete this item?'))+" ("+_vm._s(_vm.deleteSignal.id)+") "+_vm._s(_vm.deleteSignal.name)+" ")]),_c('div',{staticClass:"card-footer text-right p-2"},[_c('button',{staticClass:"btn btn-sm btn-light mr-2 p-1 font-xs",attrs:{"type":"button","data-cy":"events-cancel"},on:{"click":function($event){_vm.showConfirmDelete=false}}},[_vm._v(" "+_vm._s(_vm.$t('Cancel'))+" ")]),(!_vm.deleteSignalUsage(_vm.deleteSignal.id))?_c('button',{staticClass:"btn btn-sm btn-danger p-1 font-xs",attrs:{"type":"button","data-cy":"events-delete"},on:{"click":_vm.confirmDeleteSignal}},[_vm._v(" "+_vm._s(_vm.$t('Save'))+" ")]):_vm._e()])]):(_vm.showListSignals && !_vm.showNewSignal && !_vm.showEditSignal)?[_c('table',{staticClass:"table table-sm table-striped",attrs:{"width":"100%"}},[_c('thead',[_c('tr',[_c('td',{attrs:{"colspan":"2","align":"right"}},[_c('button',{staticClass:"btn btn-secondary btn-sm p-1 font-xs",attrs:{"type":"button","data-cy":"events-add"},on:{"click":_vm.showAddSignal}},[_c('i',{staticClass:"fa fa-plus"}),_vm._v(" "+_vm._s(_vm.$t('Signal'))+" ")])])])]),_c('tbody',_vm._l((_vm.localSignals),function(signal){return _c('tr',{key:("signal-" + (signal.id))},[_c('td',[_c('b-badge',{attrs:{"variant":"secondary"}},[_vm._v(_vm._s(signal.id))]),_vm._v(" "+_vm._s(signal.name)+" ")],1),_c('td',{attrs:{"align":"right"}},[(_vm.can('edit-signals'))?_c('button',{staticClass:"btn-link ml-2",attrs:{"aria-label":_vm.$t('Edit')},on:{"click":function($event){return _vm.editSignal(signal)}}},[_c('i',{staticClass:"fa fa-pen",attrs:{"data-cy":"events-edit"}})]):_vm._e(),(_vm.can('delete-signals'))?_c('button',{staticClass:"btn-link ml-2",attrs:{"aria-label":_vm.$t('Remove')},on:{"click":function($event){return _vm.removeSignal(signal)}}},[_c('i',{staticClass:"fa fa-trash",attrs:{"data-cy":"events-remove"}})]):_vm._e()])])}),0)])]:_vm._e()],2)}
|
|
27452
27458
|
var SignalSelectvue_type_template_id_607e6d70_scoped_true_staticRenderFns = []
|
|
27453
27459
|
|
|
@@ -27990,7 +27996,7 @@ var signalEndEvent_id = 'processmaker-modeler-signal-end-event';
|
|
|
27990
27996
|
}]
|
|
27991
27997
|
}]
|
|
27992
27998
|
})));
|
|
27993
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
27999
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/baseStartEvent/baseStartEvent.vue?vue&type=template&id=1aff2df2&
|
|
27994
28000
|
var baseStartEventvue_type_template_id_1aff2df2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"dropdown-data":_vm.dropdownData}},_vm.$listeners))}
|
|
27995
28001
|
var baseStartEventvue_type_template_id_1aff2df2_staticRenderFns = []
|
|
27996
28002
|
|
|
@@ -28416,7 +28422,7 @@ var startTimerEvent_component = normalizeComponent(
|
|
|
28416
28422
|
)
|
|
28417
28423
|
|
|
28418
28424
|
/* harmony default export */ var startTimerEvent = (startTimerEvent_component.exports);
|
|
28419
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
28425
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/TimerExpression.vue?vue&type=template&id=66e578ba&scoped=true&
|
|
28420
28426
|
var TimerExpressionvue_type_template_id_66e578ba_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"form-group"},[_c('form-date-picker',{staticClass:"p-0",attrs:{"emit-iso":true,"data-test":"start-date-picker","data-format":"datetime","label":_vm.$t('Start date'),"placeholder":_vm.$t('Start date'),"control-class":"form-control","value":_vm.startDate,"helper":_vm.$t(_vm.startDateHelper)},on:{"input":_vm.setStartDate}}),(_vm.hasRepeat)?[_c('label',{},[_vm._v(_vm._s(_vm.$t(_vm.repeatLabel)))]),_c('b-form-group',{staticClass:"m-0 mb-3 p-0"},[_c('b-form-input',{staticClass:"d-inline-block w-50",attrs:{"type":"number","min":"1","max":"99","data-test":"repeat-input"},model:{value:(_vm.repeat),callback:function ($$v) {_vm.repeat=$$v},expression:"repeat"}}),_c('b-form-select',{staticClass:"d-inline-block w-50 periodicity",attrs:{"data-test":"repeat-on-select"},model:{value:(_vm.periodicity),callback:function ($$v) {_vm.periodicity=$$v},expression:"periodicity"}},[_c('option',{attrs:{"value":"day"}},[_vm._v(_vm._s(_vm.$t('day')))]),_c('option',{attrs:{"value":"week"}},[_vm._v(_vm._s(_vm.$t('week')))]),_c('option',{attrs:{"value":"month"}},[_vm._v(_vm._s(_vm.$t('month')))]),_c('option',{attrs:{"value":"year"}},[_vm._v(_vm._s(_vm.$t('year')))])]),_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t(_vm.repeatHelper)))])],1)]:_vm._e(),(_vm.isWeeklyPeriodSelected)?_c('weekday-select',{attrs:{"selectWeekdays":_vm.selectedWeekdays,"periodicityValue":_vm.periodicityValue,"repeat":_vm.repeat,"start-date":_vm.startDate,"end-date":_vm.endDate,"ends":_vm.ends,"times":_vm.times},model:{value:(_vm.expression),callback:function ($$v) {_vm.expression=$$v},expression:"expression"}}):_vm._e(),(_vm.hasEnds)?[_c('label',{staticClass:"mt-1 "},[_vm._v(_vm._s(_vm.$t('Ends')))]),_c('div',[_c('b-form-group',{staticClass:"m-0 mb-2"},[_c('b-form-radio',{attrs:{"data-test":"ends-never","name":"optradio","value":"never"},model:{value:(_vm.ends),callback:function ($$v) {_vm.ends=$$v},expression:"ends"}},[_vm._v(_vm._s(_vm.$t('Never')))])],1),_c('b-form-group',{staticClass:"p-0 mb-1",attrs:{"description":((_vm.$t('Click On to select a date')) + ".")}},[_c('b-form-radio',{staticClass:"pl-3 ml-2 mb-1",attrs:{"name":"optradio","value":"ondate","data-test":"ends-on"},model:{value:(_vm.ends),callback:function ($$v) {_vm.ends=$$v},expression:"ends"}},[_vm._v(_vm._s(_vm.$t('On')))]),_c('form-date-picker',{staticClass:"form-date-picker p-0 m-0",class:{'date-disabled' : _vm.ends !== 'ondate'},attrs:{"emit-iso":true,"data-test":"end-date-picker","disabled":_vm.ends !== 'ondate',"placeholder":_vm.$t('End date'),"data-format":"datetime","control-class":"form-control","value":_vm.endDate,"name":"end date"},on:{"input":_vm.setEndDate}})],1),_c('b-form-group',{staticClass:"mt-0 p-0",attrs:{"description":((_vm.$t('Click After to enter how many occurrences to end the timer control')) + ".")}},[_c('b-form-radio',{staticClass:"pl-3 ml-2 mb-1",attrs:{"data-test":"ends-after","name":"optradio","value":"after"},model:{value:(_vm.ends),callback:function ($$v) {_vm.ends=$$v},expression:"ends"}},[_vm._v(_vm._s(_vm.$t('After')))]),_c('b-form-input',{staticClass:"w-25 pl-2 pr-1 d-inline-block",attrs:{"data-test":"ends-after-input","type":"number","min":"0","max":"99","disabled":_vm.ends !== 'after'},model:{value:(_vm.times),callback:function ($$v) {_vm.times=$$v},expression:"times"}}),_c('b-form-input',{staticClass:" w-75 d-inline-block occurrences-text",attrs:{"readonly":_vm.ends !== 'after',"value":_vm.$t('occurrences')}})],1)],1)]:_vm._e()],2)}
|
|
28421
28427
|
var TimerExpressionvue_type_template_id_66e578ba_scoped_true_staticRenderFns = []
|
|
28422
28428
|
|
|
@@ -28429,7 +28435,7 @@ var es_string_repeat = __webpack_require__("38cf");
|
|
|
28429
28435
|
// EXTERNAL MODULE: external "luxon"
|
|
28430
28436
|
var external_luxon_ = __webpack_require__("5b4c");
|
|
28431
28437
|
|
|
28432
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
28438
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/WeekdaySelect.vue?vue&type=template&id=5e7ed8dc&scoped=true&
|
|
28433
28439
|
var WeekdaySelectvue_type_template_id_5e7ed8dc_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.cycleManager.isWeeklyPeriodSelected())?_c('div',{staticClass:"mb-2"},[_c('label',{},[_vm._v(_vm._s(_vm.$t(_vm.weekLabel)))]),_c('div',_vm._l((_vm.weekdays),function(day){return _c('span',{key:day.day,staticClass:"badge badge-pill weekday mb-1",class:_vm.cycleManager.weekdayStyle(day),attrs:{"data-test":("day-" + (day.day))},on:{"click":function($event){return _vm.clickWeekDay(day)}}},[_vm._v(" "+_vm._s(_vm.$t(day.initial))+" ")])}),0),(_vm.repeatOnValidationError)?_c('small',{staticClass:"text-danger"},[_vm._v(_vm._s(_vm.repeatOnValidationError))]):_vm._e(),_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t(_vm.periodicityHelper)))])]):_vm._e()}
|
|
28434
28440
|
var WeekdaySelectvue_type_template_id_5e7ed8dc_scoped_true_staticRenderFns = []
|
|
28435
28441
|
|
|
@@ -29242,7 +29248,7 @@ var startTimerEvent_id = 'processmaker-modeler-start-timer-event';
|
|
|
29242
29248
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
29243
29249
|
}]
|
|
29244
29250
|
}));
|
|
29245
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29251
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/intermediateEvent/intermediateEvent.vue?vue&type=template&id=f999f2fc&
|
|
29246
29252
|
var intermediateEventvue_type_template_id_f999f2fc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"dropdownData":_vm.dropdownData}},_vm.$listeners))}
|
|
29247
29253
|
var intermediateEventvue_type_template_id_f999f2fc_staticRenderFns = []
|
|
29248
29254
|
|
|
@@ -29466,14 +29472,14 @@ var intermediateTimerEvent_component = normalizeComponent(
|
|
|
29466
29472
|
)
|
|
29467
29473
|
|
|
29468
29474
|
/* harmony default export */ var intermediateTimerEvent = (intermediateTimerEvent_component.exports);
|
|
29469
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29475
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/IntermediateTimer.vue?vue&type=template&id=1dece816&
|
|
29470
29476
|
var IntermediateTimervue_type_template_id_1dece816_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('label',[_vm._v(_vm._s(_vm.$t('Type')))]),_c('b-input-group',[_c('b-form-select',{attrs:{"value":_vm.timerPropertyName,"data-test":"intermediateTypeSelect"},on:{"change":_vm.changeType}},[_c('option',{attrs:{"value":"timeDuration"}},[_vm._v(_vm._s(_vm.$t('Duration')))]),_c('option',{attrs:{"value":"timeDate"}},[_vm._v(_vm._s(_vm.$t('Date/Time')))]),_c('option',{attrs:{"value":"timeCycle"}},[_vm._v(_vm._s(_vm.$t('Cycle')))])])],1),_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t(_vm.typeHelper)))]),_c(_vm.component,{tag:"component",attrs:{"has-ends":false,"repeat-label":"Wait for","week-label":"Every"},model:{value:(_vm.timerProperty),callback:function ($$v) {_vm.timerProperty=$$v},expression:"timerProperty"}})],1)}
|
|
29471
29477
|
var IntermediateTimervue_type_template_id_1dece816_staticRenderFns = []
|
|
29472
29478
|
|
|
29473
29479
|
|
|
29474
29480
|
// CONCATENATED MODULE: ./src/components/inspectors/IntermediateTimer.vue?vue&type=template&id=1dece816&
|
|
29475
29481
|
|
|
29476
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29482
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/DurationExpression.vue?vue&type=template&id=f35728f4&
|
|
29477
29483
|
var DurationExpressionvue_type_template_id_f35728f4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mt-3"},[_c('label',[_vm._v(_vm._s(_vm.$t('Duration')))]),_c('b-input-group',[_c('b-form-input',{staticClass:"form-control control repeat",attrs:{"type":"number","min":"1","data-test":_vm.repeatInput},model:{value:(_vm.repeat),callback:function ($$v) {_vm.repeat=$$v},expression:"repeat"}}),_c('b-input-group-append',[_c('b-form-select',{model:{value:(_vm.periodicity),callback:function ($$v) {_vm.periodicity=$$v},expression:"periodicity"}},_vm._l((_vm.periods),function(period){return _c('option',{key:period.name,domProps:{"value":period}},[_vm._v(_vm._s(_vm.$t(period.name)))])}),0)],1),_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t('Select the duration of the timer')))])],1)],1)}
|
|
29478
29484
|
var DurationExpressionvue_type_template_id_f35728f4_staticRenderFns = []
|
|
29479
29485
|
|
|
@@ -29621,7 +29627,7 @@ var DurationExpression_component = normalizeComponent(
|
|
|
29621
29627
|
)
|
|
29622
29628
|
|
|
29623
29629
|
/* harmony default export */ var DurationExpression = (DurationExpression_component.exports);
|
|
29624
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29630
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/DateTimeExpression.vue?vue&type=template&id=c5f30932&
|
|
29625
29631
|
var DateTimeExpressionvue_type_template_id_c5f30932_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mt-3"},[_c('form-date-picker',{staticClass:"p-0",attrs:{"emit-iso":true,"data-format":"datetime","label":_vm.$t('Wait until specific date/time'),"control-class":"form-control","value":_vm.convertFromUTC(_vm.value),"data-test":"date-picker","helper":"Select the date to trigger this element"},on:{"input":_vm.emitValue}})],1)}
|
|
29626
29632
|
var DateTimeExpressionvue_type_template_id_c5f30932_staticRenderFns = []
|
|
29627
29633
|
|
|
@@ -29696,7 +29702,7 @@ var DateTimeExpression_component = normalizeComponent(
|
|
|
29696
29702
|
)
|
|
29697
29703
|
|
|
29698
29704
|
/* harmony default export */ var DateTimeExpression = (DateTimeExpression_component.exports);
|
|
29699
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29705
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/CycleExpression.vue?vue&type=template&id=ca345eea&
|
|
29700
29706
|
var CycleExpressionvue_type_template_id_ca345eea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mt-3"},[_c('label',[_vm._v(_vm._s(_vm.$t('Recurring loop repeats at time interval set below')))]),_c('b-input-group',[_c('b-form-input',{staticClass:"form-control control repeat",attrs:{"type":"number","min":"1","data-test":_vm.repeatInput},model:{value:(_vm.repeat),callback:function ($$v) {_vm.repeat=$$v},expression:"repeat"}}),_c('b-input-group-append',[_c('b-form-select',{attrs:{"data-test":"periods"},model:{value:(_vm.periodicity),callback:function ($$v) {_vm.periodicity=$$v},expression:"periodicity"}},_vm._l((_vm.periods),function(period){return _c('option',{key:period.name,domProps:{"value":period}},[_vm._v(_vm._s(_vm.$t(period.name)))])}),0)],1)],1),(_vm.periodicity && _vm.periodicity.isWeek)?_c('weekday-select',{staticClass:"pt-3",attrs:{"selectWeekdays":_vm.selectedWeekdays,"periodicityValue":_vm.periodicity.value,"repeat":_vm.repeat},model:{value:(_vm.expression),callback:function ($$v) {_vm.expression=$$v},expression:"expression"}}):_vm._e()],1)}
|
|
29701
29707
|
var CycleExpressionvue_type_template_id_ca345eea_staticRenderFns = []
|
|
29702
29708
|
|
|
@@ -30681,7 +30687,7 @@ var intermediateConditionalCatchEvent_id = 'processmaker-modeler-intermediate-co
|
|
|
30681
30687
|
}]
|
|
30682
30688
|
}]
|
|
30683
30689
|
})));
|
|
30684
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
30690
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/task/task.vue?vue&type=template&id=6cf12260&
|
|
30685
30691
|
var taskvue_type_template_id_6cf12260_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"boundary-event-dropdown-data":_vm.boundaryEventDropdownData,"dropdown-data":_vm.dropdownData,"showCustomIconPicker":true,"iconName":this.iconName},on:{"set-custom-icon-name":_vm.setCustomIconName,"reset-custom-icon-name":_vm.resetCustomIconName}},_vm.$listeners))}
|
|
30686
30692
|
var taskvue_type_template_id_6cf12260_staticRenderFns = []
|
|
30687
30693
|
|
|
@@ -31071,7 +31077,7 @@ var userTask_component = normalizeComponent(
|
|
|
31071
31077
|
)
|
|
31072
31078
|
|
|
31073
31079
|
/* harmony default export */ var userTask = (userTask_component.exports);
|
|
31074
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
31080
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/MarkerFlags.vue?vue&type=template&id=66aabb37&scoped=true&
|
|
31075
31081
|
var MarkerFlagsvue_type_template_id_66aabb37_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('b-form-group',[_c('b-form-checkbox',{attrs:{"data-test":"for-compensation","name":"for-compensation"},model:{value:(_vm.isForCompensation),callback:function ($$v) {_vm.isForCompensation=$$v},expression:"isForCompensation"}},[_vm._v(_vm._s(_vm.$t('For Compensation')))])],1)],1)}
|
|
31076
31082
|
var MarkerFlagsvue_type_template_id_66aabb37_scoped_true_staticRenderFns = []
|
|
31077
31083
|
|
|
@@ -31159,7 +31165,7 @@ var MarkerFlags_component = normalizeComponent(
|
|
|
31159
31165
|
}
|
|
31160
31166
|
}]
|
|
31161
31167
|
});
|
|
31162
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
31168
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/LoopCharacteristics.vue?vue&type=template&id=8a810772&
|
|
31163
31169
|
var LoopCharacteristicsvue_type_template_id_8a810772_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('b-form-group',{attrs:{"label":_vm.$t('Loop Mode')}},[_c('b-form-select',{attrs:{"id":""},on:{"change":_vm.changeLoopType},model:{value:(_vm.loopType),callback:function ($$v) {_vm.loopType=$$v},expression:"loopType"}},_vm._l((_vm.loopOptions),function(option){return _c('option',{key:option.text,domProps:{"value":option.value}},[_vm._v(_vm._s(_vm.$t(option.text)))])}),0)],1),(_vm.loopType === 'loop')?[_c('b-form-group',{attrs:{"label":_vm.$t('Maximum Iterations')}},[_c('b-form-input',{attrs:{"type":"number","min":"0","step":"1","data-cy":"loopMaximum"},on:{"input":_vm.changeLoopMaximum},model:{value:(_vm.loopMaximum),callback:function ($$v) {_vm.loopMaximum=$$v},expression:"loopMaximum"}}),_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t("Leave empty to continue until exit condition is satisfied")))])],1),_c('b-form-group',{attrs:{"label":_vm.$t('Exit Condition')}},[_c('textarea',{directives:[{name:"model",rawName:"v-model",value:(_vm.loopCondition),expression:"loopCondition"}],ref:"specialAssignmentsInput",staticClass:"form-control special-assignment-input",attrs:{"aria-label":_vm.$t('FEEL Syntax'),"placeholder":"FEEL Syntax","data-cy":"loopCondition"},domProps:{"value":(_vm.loopCondition)},on:{"input":[function($event){if($event.target.composing){ return; }_vm.loopCondition=$event.target.value},_vm.changeLoopCondition]}}),_vm._v(" "),_c('small',{staticClass:"form-text text-muted"},[_vm._v(_vm._s(_vm.$t("When FEEL expression evaluates to true then exit loop")))])])]:_vm._e(),(
|
|
31164
31170
|
_vm.loopType === 'parallel_mi' ||
|
|
31165
31171
|
_vm.loopType === 'sequential_mi'
|
|
@@ -32115,7 +32121,7 @@ function handleMarkerFlagsValue(markerFlags, node, setNodeProp) {
|
|
|
32115
32121
|
/* harmony default export */ var nodes_userTask = (_objectSpread2(_objectSpread2({}, nodes_task), {}, {
|
|
32116
32122
|
component: userTask
|
|
32117
32123
|
}));
|
|
32118
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32124
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/subProcess/subProcess.vue?vue&type=template&id=0d80e6df&
|
|
32119
32125
|
var subProcessvue_type_template_id_0d80e6df_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"boundary-event-dropdown-data":_vm.boundaryEventDropdownData,"dropdown-data":_vm.dropdownData,"showCustomIconPicker":true,"iconName":this.iconName},on:{"set-custom-icon-name":_vm.setCustomIconName,"reset-custom-icon-name":_vm.resetCustomIconName}},_vm.$listeners)),_c('b-modal',{ref:"subprocess-modal",attrs:{"title":("Previewing '" + _vm.subprocessName + "'")},scopedSlots:_vm._u([{key:"modal-footer",fn:function(){return [_c('a',{attrs:{"href":_vm.subprocessLink,"target":"_blank","data-test":"modal-process-link"}},[_vm._v(" Open subprocess in new window "),_c('i',{staticClass:"ml-1 fas fa-external-link-alt"})])]},proxy:true}])},[(_vm.subProcessSvg)?_c('div',{staticClass:"text-center",domProps:{"innerHTML":_vm._s(_vm.subProcessSvg)}}):(_vm.failedToLoadPreview)?_c('div',[_vm._v("Could not load preview")]):_c('div',[_c('i',{staticClass:"fas fa-spinner fa-spin"}),_vm._v(" Loading process preview...")])]),_c('b-modal',{ref:"no-subprocess-modal",attrs:{"title":"No subprocess selected","hide-footer":true}},[_vm._v(" Please select a subprocess to view it. ")])],1)}
|
|
32120
32126
|
var subProcessvue_type_template_id_0d80e6df_staticRenderFns = []
|
|
32121
32127
|
|
|
@@ -32368,12 +32374,12 @@ var subProcess_component = normalizeComponent(
|
|
|
32368
32374
|
)
|
|
32369
32375
|
|
|
32370
32376
|
/* harmony default export */ var subProcess = (subProcess_component.exports);
|
|
32371
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32372
|
-
var
|
|
32373
|
-
var
|
|
32377
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/subProcess/SubProcessFormSelect.vue?vue&type=template&id=583322c5&
|
|
32378
|
+
var SubProcessFormSelectvue_type_template_id_583322c5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('form-multi-select',{staticClass:"p-0 mb-2",attrs:{"label":_vm.$t('Process'),"name":"Process","helper":_vm.$t('Select which Process this element calls'),"showLabels":false,"allow-empty":false,"disabled":_vm.processList.length === 0,"options":_vm.processList,"optionContent":"name","validation":"required"},on:{"open":_vm.loadProcesses},model:{value:(_vm.selectedProcess),callback:function ($$v) {_vm.selectedProcess=$$v},expression:"selectedProcess"}}),(_vm.selectedProcess)?_c('form-multi-select',{staticClass:"p-0 mb-2",attrs:{"label":_vm.$t('Start Event'),"name":"StartEvent","disabled":_vm.startEventList.length === 0,"allow-empty":false,"showLabels":false,"options":_vm.startEventList,"optionContent":"name","validation":"required"},model:{value:(_vm.selectedStartEvent),callback:function ($$v) {_vm.selectedStartEvent=$$v},expression:"selectedStartEvent"}}):_vm._e(),(_vm.selectedProcess)?_c('a',{attrs:{"href":("/modeler/" + (_vm.selectedProcess.id)),"target":"_blank"}},[_vm._v(" "+_vm._s(_vm.$t('Open Process'))+" "),_c('i',{staticClass:"ml-1 fas fa-external-link-alt"})]):_vm._e()],1)}
|
|
32379
|
+
var SubProcessFormSelectvue_type_template_id_583322c5_staticRenderFns = []
|
|
32374
32380
|
|
|
32375
32381
|
|
|
32376
|
-
// CONCATENATED MODULE: ./src/components/nodes/subProcess/SubProcessFormSelect.vue?vue&type=template&id=
|
|
32382
|
+
// CONCATENATED MODULE: ./src/components/nodes/subProcess/SubProcessFormSelect.vue?vue&type=template&id=583322c5&
|
|
32377
32383
|
|
|
32378
32384
|
// EXTERNAL MODULE: ./node_modules/lodash/uniqBy.js
|
|
32379
32385
|
var uniqBy = __webpack_require__("a8fc");
|
|
@@ -32486,7 +32492,7 @@ var uniqBy_default = /*#__PURE__*/__webpack_require__.n(uniqBy);
|
|
|
32486
32492
|
var _this = this;
|
|
32487
32493
|
|
|
32488
32494
|
return processes.filter(function (process) {
|
|
32489
|
-
return _this.filterValidStartEvents(process.events).length > 0;
|
|
32495
|
+
return process.category.is_system == false && _this.filterValidStartEvents(process.events).length > 0;
|
|
32490
32496
|
});
|
|
32491
32497
|
},
|
|
32492
32498
|
filterValidStartEvents: function filterValidStartEvents(events) {
|
|
@@ -32579,8 +32585,8 @@ var uniqBy_default = /*#__PURE__*/__webpack_require__.n(uniqBy);
|
|
|
32579
32585
|
|
|
32580
32586
|
var SubProcessFormSelect_component = normalizeComponent(
|
|
32581
32587
|
subProcess_SubProcessFormSelectvue_type_script_lang_js_,
|
|
32582
|
-
|
|
32583
|
-
|
|
32588
|
+
SubProcessFormSelectvue_type_template_id_583322c5_render,
|
|
32589
|
+
SubProcessFormSelectvue_type_template_id_583322c5_staticRenderFns,
|
|
32584
32590
|
false,
|
|
32585
32591
|
null,
|
|
32586
32592
|
null,
|
|
@@ -32784,7 +32790,7 @@ var scriptTask_id = 'processmaker-modeler-script-task';
|
|
|
32784
32790
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
32785
32791
|
}]
|
|
32786
32792
|
}));
|
|
32787
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
32793
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/textAnnotation/textAnnotation.vue?vue&type=template&id=2702f9d9&
|
|
32788
32794
|
var textAnnotationvue_type_template_id_2702f9d9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
32789
32795
|
var textAnnotationvue_type_template_id_2702f9d9_staticRenderFns = []
|
|
32790
32796
|
|
|
@@ -32993,7 +32999,7 @@ var textAnnotation_id = 'processmaker-modeler-text-annotation';
|
|
|
32993
32999
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
32994
33000
|
}]
|
|
32995
33001
|
});
|
|
32996
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
33002
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/pool/pool.vue?vue&type=template&id=6ad64eb6&
|
|
32997
33003
|
var poolvue_type_template_id_6ad64eb6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners),[_c('add-lane-above-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",modifiers:{"hover":true,"viewport":true,"d50":true}}],staticClass:"crown-config__icon",attrs:{"title":_vm.$t('Lane Above')},on:{"click":_vm.addLaneAbove}}),_c('add-lane-below-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",modifiers:{"hover":true,"viewport":true,"d50":true}}],staticClass:"crown-config__icon",attrs:{"title":_vm.$t('Lane Below')},on:{"click":_vm.addLaneBelow}})],1)}
|
|
32998
33004
|
var poolvue_type_template_id_6ad64eb6_staticRenderFns = []
|
|
32999
33005
|
|
|
@@ -33586,7 +33592,7 @@ var minLaneHeight = 100;
|
|
|
33586
33592
|
});
|
|
33587
33593
|
}
|
|
33588
33594
|
});
|
|
33589
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
33595
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/poolLane/poolLane.vue?vue&type=template&id=077a384c&
|
|
33590
33596
|
var poolLanevue_type_template_id_077a384c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
33591
33597
|
var poolLanevue_type_template_id_077a384c_staticRenderFns = []
|
|
33592
33598
|
|
|
@@ -33746,7 +33752,7 @@ var poolLane_component = normalizeComponent(
|
|
|
33746
33752
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
33747
33753
|
}]
|
|
33748
33754
|
});
|
|
33749
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
33755
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/addLaneAboveButton.vue?vue&type=template&id=324d03c6&
|
|
33750
33756
|
var addLaneAboveButtonvue_type_template_id_324d03c6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-button',_vm._g({attrs:{"id":"lane-above-button","aria-label":"Add lane above icon","src":_vm.laneAboveIcon,"width":25}},_vm.$listeners))}
|
|
33751
33757
|
var addLaneAboveButtonvue_type_template_id_324d03c6_staticRenderFns = []
|
|
33752
33758
|
|
|
@@ -33802,7 +33808,7 @@ var addLaneAboveButton_component = normalizeComponent(
|
|
|
33802
33808
|
)
|
|
33803
33809
|
|
|
33804
33810
|
/* harmony default export */ var addLaneAboveButton = (addLaneAboveButton_component.exports);
|
|
33805
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
33811
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/crown/crownButtons/addLaneBelowButton.vue?vue&type=template&id=5badb43e&
|
|
33806
33812
|
var addLaneBelowButtonvue_type_template_id_5badb43e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-button',_vm._g({attrs:{"id":"lane-below-button","aria-label":"Add lane below icon","src":_vm.laneBelowIcon,"width":25}},_vm.$listeners))}
|
|
33807
33813
|
var addLaneBelowButtonvue_type_template_id_5badb43e_staticRenderFns = []
|
|
33808
33814
|
|
|
@@ -33883,7 +33889,7 @@ var Pool = external_jointjs_["shapes"].standard.Rectangle.define('processmaker.m
|
|
|
33883
33889
|
}
|
|
33884
33890
|
});
|
|
33885
33891
|
/* harmony default export */ var pool_poolShape = (Pool);
|
|
33886
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
33892
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/dataObject/dataObject.vue?vue&type=template&id=87c6177c&
|
|
33887
33893
|
var dataObjectvue_type_template_id_87c6177c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"dropdown-data":_vm.dropdownData}},_vm.$listeners))}
|
|
33888
33894
|
var dataObjectvue_type_template_id_87c6177c_staticRenderFns = []
|
|
33889
33895
|
|
|
@@ -34023,7 +34029,7 @@ var dataObject_id = 'processmaker-modeler-data-object';
|
|
|
34023
34029
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
34024
34030
|
}]
|
|
34025
34031
|
});
|
|
34026
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
34032
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/dataStore/dataStore.vue?vue&type=template&id=a13445d0&
|
|
34027
34033
|
var dataStorevue_type_template_id_a13445d0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering,"dropdown-data":_vm.dropdownData}},_vm.$listeners))}
|
|
34028
34034
|
var dataStorevue_type_template_id_a13445d0_staticRenderFns = []
|
|
34029
34035
|
|
|
@@ -35112,7 +35118,7 @@ var pool_component = normalizeComponent(
|
|
|
35112
35118
|
}, documentationAccordionConfig, advancedAccordionConfig]
|
|
35113
35119
|
}]
|
|
35114
35120
|
});
|
|
35115
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
35121
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/validationStatus/ValidationStatus.vue?vue&type=template&id=1ad192c7&scoped=true&
|
|
35116
35122
|
var ValidationStatusvue_type_template_id_1ad192c7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-card-footer',{staticClass:"p-0 border-0 statusbar d-flex align-items-center justify-content-end pr-3 pl-3 border-top"},[_vm._t("default"),_c('b-btn',{staticClass:"mr-auto",attrs:{"disabled":!_vm.xmlManager,"variant":"secondary","size":"sm","data-test":"downloadXMLBtn"},on:{"click":function($event){_vm.xmlManager && _vm.xmlManager.download()}}},[_c('i',{staticClass:"fas fa-download mr-1"}),_vm._v(" "+_vm._s(_vm.$t('Download BPMN'))+" ")]),_c('div',{staticClass:"status-bar-container d-flex align-items-center justify-content-end"},[(_vm.autoValidate)?[(_vm.numberOfProblemsToDisplay === 0)?_c('button',{staticClass:"btn btn-light",attrs:{"type":"button","data-test":"validation-list-valid","disabled":true}},[_vm._v(" "+_vm._s(_vm.$t('BPMN Valid'))+" "),_c('span',{staticClass:"badge badge-success badge-pill"},[_c('font-awesome-icon',{attrs:{"icon":_vm.faCheck}})],1)]):_c('button',{staticClass:"btn btn-light",attrs:{"type":"button","data-test":"validation-list-toggle"},on:{"click":function($event){_vm.shouldDisplayProblemsPanel = !_vm.shouldDisplayProblemsPanel}}},[_vm._v(" "+_vm._s(_vm.$t('BPMN Issues'))+" "),_c('span',{staticClass:"badge badge-primary badge-pill"},[_vm._v(" "+_vm._s(_vm.numberOfProblemsToDisplay)+" ")]),_c('font-awesome-icon',{staticClass:"ml-3",attrs:{"icon":_vm.chevronIcon}})],1)]:_vm._e(),_c('span',{staticClass:"divider"}),_c('b-form-checkbox',{staticClass:"h-100 d-flex align-items-center",attrs:{"data-test":"validation-toggle","switch":""},model:{value:(_vm.autoValidate),callback:function ($$v) {_vm.autoValidate=$$v},expression:"autoValidate"}},[_vm._v(" "+_vm._s(_vm.$t('Auto validate'))+" ")]),_c('transition',{attrs:{"name":"slide"}},[(_vm.isProblemsPanelDisplayed)?_c('div',{staticClass:"validation-container position-absolute text-left"},[_c('dl',{staticClass:"validation-container__list align-items-baseline",attrs:{"data-test":"validation-list"}},[_vm._l((_vm.errorList),function(error,index){return [_c('dt',{key:((error.errorId) + "_" + index),staticClass:"text-capitalize"},[_c('font-awesome-icon',{staticClass:"status-bar-container__status-icon ml-1 mr-1 mt-1",style:({ color: _vm.isErrorCategory(error) ? _vm.errorColor : _vm.warningColor }),attrs:{"icon":_vm.isErrorCategory(error) ? _vm.faTimesCircle: _vm.faExclamationTriangle}}),_vm._v(" "+_vm._s(error.errorKey)+" ")],1),_c('dd',{key:((error.errorId) + "_" + index + "_dd")},[_c('p',{staticClass:"pl-4 mb-0 font-italic"},[_vm._v(_vm._s(error.message)+".")]),(error.id)?_c('p',{staticClass:"pl-4 mb-0"},[_c('span',{staticClass:"font-weight-bold"},[_vm._v(_vm._s(_vm.$t('Node ID'))+":")]),_vm._v(" "+_vm._s(error.id))]):_vm._e()])]}),_vm._l((_vm.warnings),function(warning,index){return [_c('dt',{key:warning.title + index,staticClass:"text-capitalize"},[_c('font-awesome-icon',{staticClass:"status-bar-container__status-icon ml-1 mr-1 mt-1",style:({ color: _vm.warningColor }),attrs:{"icon":_vm.faExclamationTriangle}}),_vm._v(" "+_vm._s(warning.title)+" ")],1),_c('dd',{key:warning.title + index + '__dd',staticClass:"font-italic pl-4"},[_vm._v(_vm._s(warning.text))])]})],2)]):_vm._e()])],2)],2)}
|
|
35117
35123
|
var ValidationStatusvue_type_template_id_1ad192c7_scoped_true_staticRenderFns = []
|
|
35118
35124
|
|
|
@@ -35308,14 +35314,14 @@ var ValidationStatus_component = normalizeComponent(
|
|
|
35308
35314
|
)
|
|
35309
35315
|
|
|
35310
35316
|
/* harmony default export */ var ValidationStatus = (ValidationStatus_component.exports);
|
|
35311
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
35317
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/modeler/Modeler.vue?vue&type=template&id=199adf01&
|
|
35312
35318
|
var Modelervue_type_template_id_199adf01_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{attrs:{"data-test":"body-container"}},[_c('tool-bar',{attrs:{"canvas-drag-position":_vm.canvasDragPosition,"cursor":_vm.cursor,"is-rendering":_vm.isRendering,"paper-manager":_vm.paperManager,"breadcrumb-data":_vm.breadcrumbData,"panelsCompressed":_vm.panelsCompressed},on:{"load-xml":_vm.loadXML,"toggle-panels-compressed":function($event){_vm.panelsCompressed = !_vm.panelsCompressed},"toggle-mini-map-open":function($event){_vm.miniMapOpen = $event},"saveBpmn":_vm.saveBpmn,"save-state":_vm.pushToUndoStack}}),_c('b-row',{staticClass:"modeler h-100"},[(_vm.tooltipTarget)?_c('b-tooltip',{key:_vm.tooltipTarget.id,attrs:{"target":_vm.getTooltipTarget,"title":_vm.tooltipTitle}}):_vm._e(),_c('controls',{staticClass:"controls h-100 rounded-0 border-top-0 border-bottom-0 border-left-0",attrs:{"nodeTypes":_vm.nodeTypes,"compressed":_vm.panelsCompressed,"parent-height":_vm.parentHeight,"allowDrop":_vm.allowDrop,"canvas-drag-position":_vm.canvasDragPosition},on:{"drag":_vm.validateDropTarget,"handleDrop":_vm.handleDrop}}),_c('b-col',{ref:"paper-container",staticClass:"paper-container h-100 pr-4",class:[_vm.cursor, { 'grabbing-cursor' : _vm.isGrabbing }],style:({ width: _vm.parentWidth, height: _vm.parentHeight })},[_c('div',{ref:"paper",staticClass:"main-paper",attrs:{"data-test":"paper"}})]),_c('mini-paper',{class:{ 'expanded' : _vm.panelsCompressed },attrs:{"isOpen":_vm.miniMapOpen,"paperManager":_vm.paperManager,"graph":_vm.graph}}),_c('InspectorPanel',{ref:"inspector-panel",staticClass:"inspector h-100",style:({ height: _vm.parentHeight }),attrs:{"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"definitions":_vm.definitions,"processNode":_vm.processNode,"parent-height":_vm.parentHeight,"canvas-drag-position":_vm.canvasDragPosition,"compressed":_vm.panelsCompressed && _vm.noElementsSelected},on:{"save-state":_vm.pushToUndoStack}}),_vm._l((_vm.nodes),function(node){return _c(node.type,{key:node._modelerId,tag:"component",attrs:{"graph":_vm.graph,"paper":_vm.paper,"node":node,"id":node.id,"highlighted":_vm.highlightedNodes.includes(node),"has-error":_vm.invalidNodes.includes(node),"border-outline":_vm.borderOutline(node.id),"collaboration":_vm.collaboration,"process-node":_vm.processNode,"processes":_vm.processes,"plane-elements":_vm.planeElements,"moddle":_vm.moddle,"nodeRegistry":_vm.nodeRegistry,"root-elements":_vm.definitions.get('rootElements'),"isRendering":_vm.isRendering,"paperManager":_vm.paperManager,"auto-validate":_vm.autoValidate,"is-active":node === _vm.activeNode,"node-id-generator":_vm.nodeIdGenerator},on:{"add-node":_vm.addNode,"remove-node":_vm.removeNode,"set-cursor":function($event){_vm.cursor = $event},"set-pool-target":function($event){_vm.poolTarget = $event},"click":function($event){return _vm.highlightNode(node, $event)},"unset-pools":_vm.unsetPools,"set-pools":_vm.setPools,"save-state":_vm.pushToUndoStack,"set-shape-stacking":_vm.setShapeStacking,"setTooltip":function($event){_vm.tooltipTarget = $event},"replace-node":_vm.replaceNode,"replace-generic-flow":_vm.replaceGenericFlow,"copy-element":_vm.copyElement,"default-flow":_vm.toggleDefaultFlow}})})],2)],1)}
|
|
35313
35319
|
var Modelervue_type_template_id_199adf01_staticRenderFns = []
|
|
35314
35320
|
|
|
35315
35321
|
|
|
35316
35322
|
// CONCATENATED MODULE: ./src/components/modeler/Modeler.vue?vue&type=template&id=199adf01&
|
|
35317
35323
|
|
|
35318
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
35324
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/boundaryEvent/boundaryEvent.vue?vue&type=template&id=1138f5a2&
|
|
35319
35325
|
var boundaryEventvue_type_template_id_1138f5a2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
35320
35326
|
var boundaryEventvue_type_template_id_1138f5a2_staticRenderFns = []
|
|
35321
35327
|
|
|
@@ -35700,7 +35706,7 @@ var boundaryEvent_component = normalizeComponent(
|
|
|
35700
35706
|
var external_bpmn_moddle_ = __webpack_require__("f2e1");
|
|
35701
35707
|
var external_bpmn_moddle_default = /*#__PURE__*/__webpack_require__.n(external_bpmn_moddle_);
|
|
35702
35708
|
|
|
35703
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
35709
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/controls/controls.vue?vue&type=template&id=6bd76071&scoped=true&
|
|
35704
35710
|
var controlsvue_type_template_id_6bd76071_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-col',{staticClass:"h-100 overflow-hidden controls-column",class:[{ 'ignore-pointer': _vm.canvasDragPosition, 'controls-column-compressed' : _vm.compressed }],attrs:{"data-test":"controls-column"}},[_c('b-card',{staticClass:"controls rounded-0 border-top-0 border-bottom-0 border-left-0",style:({ height: _vm.parentHeight }),attrs:{"no-body":""}},[_c('b-list-group',{staticClass:"overflow-auto w-auto",class:{ 'd-flex align-items-center': _vm.compressed },attrs:{"flush":""}},_vm._l((_vm.controls),function(control,index){return _c('b-list-group-item',{key:index,staticClass:"control-item border-right-0 flex-grow-1",class:_vm.compressed ? 'p-0 pt-2 pb-2 w-100 d-flex justify-content-center' : 'p-2',attrs:{"tabindex":"0","data-test":control.type},on:{"dragstart":function($event){return $event.preventDefault()},"mousedown":function($event){return _vm.startDrag($event, control)}}},[_c('div',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.viewport.d50",value:({ customClass: 'no-pointer-events' }),expression:"{ customClass: 'no-pointer-events' }",modifiers:{"hover":true,"viewport":true,"d50":true}}],staticClass:"tool",class:{ 'text-truncate ml-1': !_vm.compressed },attrs:{"title":_vm.$t(control.label)}},[_c('img',{staticClass:"tool-icon",attrs:{"src":control.icon,"alt":_vm.$t(control.label)}}),(!_vm.compressed)?_c('span',{staticClass:"ml-1"},[_vm._v(_vm._s(_vm.$t(control.label)))]):_vm._e()])])}),1)],1)],1)}
|
|
35705
35711
|
var controlsvue_type_template_id_6bd76071_scoped_true_staticRenderFns = []
|
|
35706
35712
|
|
|
@@ -35863,7 +35869,7 @@ var controls_component = normalizeComponent(
|
|
|
35863
35869
|
var lodash_remove = __webpack_require__("c04c");
|
|
35864
35870
|
var remove_default = /*#__PURE__*/__webpack_require__.n(lodash_remove);
|
|
35865
35871
|
|
|
35866
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
35872
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/inspectors/InspectorPanel.vue?vue&type=template&id=57ab962b&scoped=true&
|
|
35867
35873
|
var InspectorPanelvue_type_template_id_57ab962b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":"inspector"}},[_c('b-col',{directives:[{name:"show",rawName:"v-show",value:(!_vm.compressed),expression:"!compressed"}],staticClass:"pl-0 h-100 overflow-hidden inspector-column",class:[{ 'ignore-pointer': _vm.canvasDragPosition, 'inspector-column-compressed' : _vm.compressed }],attrs:{"data-test":"inspector-column"}},[_c('b-card',{staticClass:"inspector-container border-top-0 border-bottom-0 border-right-0 rounded-0",style:({ height: _vm.parentHeight }),attrs:{"no-body":"","data-test":"inspector-container"}},[(_vm.highlightedNode)?_c('vue-form-renderer',{key:_vm.highlightedNode._modelerId,ref:"formRenderer",staticClass:"overflow-auto h-100 inspector-font-size",attrs:{"data":_vm.data,"config":_vm.config},on:{"update":_vm.updateDefinition},nativeOn:{"focusout":function($event){return _vm.updateState($event)}}}):_vm._e()],1)],1)],1)}
|
|
35868
35874
|
var InspectorPanelvue_type_template_id_57ab962b_scoped_true_staticRenderFns = []
|
|
35869
35875
|
|
|
@@ -36552,7 +36558,7 @@ function getLocalMousePosition(clientX, clientY, paper) {
|
|
|
36552
36558
|
y: clientY
|
|
36553
36559
|
});
|
|
36554
36560
|
}
|
|
36555
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
36561
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/miniPaper/MiniPaper.vue?vue&type=template&id=3f2e95bf&scoped=true&
|
|
36556
36562
|
var MiniPapervue_type_template_id_3f2e95bf_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mini-paper-container position-absolute",class:_vm.isOpen ? 'opened' : 'closed',on:{"click":_vm.movePaper}},[_c('div',{ref:"miniPaper",staticClass:"mini-paper"})])}
|
|
36557
36563
|
var MiniPapervue_type_template_id_3f2e95bf_scoped_true_staticRenderFns = []
|
|
36558
36564
|
|
|
@@ -37062,14 +37068,14 @@ function getElementPool(shape) {
|
|
|
37062
37068
|
function isPool(shape) {
|
|
37063
37069
|
return shape.component.node.type === pool_config_id;
|
|
37064
37070
|
}
|
|
37065
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
37071
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/toolbar/ToolBar.vue?vue&type=template&id=0937884d&
|
|
37066
37072
|
var ToolBarvue_type_template_id_0937884d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-row',{staticClass:"w-100 m-0"},[_c('div',{staticClass:"toolbar d-flex justify-content-between align-items-center border-top border-bottom",class:{ 'ignore-pointer': _vm.canvasDragPosition },attrs:{"role":"toolbar","aria-label":"Toolbar"}},[_c('breadcrumb',{attrs:{"breadcrumb-data":_vm.breadcrumbData}}),_c('div',{staticClass:"mr-3"},[_c('align-buttons',{on:{"save-state":function($event){return _vm.$emit('save-state')}}}),_c('div',{staticClass:"btn-group btn-group-sm mr-2",attrs:{"role":"group","aria-label":"Undo/redo controls"}},[_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-undo",attrs:{"disabled":!_vm.canUndo,"data-test":"undo","title":_vm.$t('Undo')},on:{"click":_vm.undo}},[_c('font-awesome-icon',{attrs:{"icon":_vm.undoIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-redo",attrs:{"disabled":!_vm.canRedo,"data-test":"redo","title":_vm.$t('Redo')},on:{"click":_vm.redo}},[_c('font-awesome-icon',{attrs:{"icon":_vm.redoIcon}})],1)],1),_c('div',{staticClass:"btn-group btn-group-sm mr-2",attrs:{"role":"group","aria-label":"Zoom controls"}},[_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary",attrs:{"data-test":"zoom-in","title":_vm.$t('Zoom In')},on:{"click":function($event){_vm.scale += _vm.scaleStep}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.plusIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary",attrs:{"data-test":"zoom-out","title":_vm.$t('Zoom Out')},on:{"click":function($event){_vm.scale = Math.max(_vm.minimumScale, _vm.scale -= _vm.scaleStep)}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.minusIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary",attrs:{"disabled":_vm.scale === _vm.initialScale,"data-test":"zoom-reset","title":_vm.$t('Reset to initial scale')},on:{"click":function($event){_vm.scale = _vm.initialScale}}},[_vm._v(" "+_vm._s(_vm.$t('Reset'))+" ")]),_c('span',{staticClass:"btn btn-sm btn-secondary scale-value"},[_vm._v(_vm._s(Math.round(_vm.scale*100))+"%")])],1),_c('div',{staticClass:"btn-group btn-group-sm mr-2",attrs:{"role":"group","aria-label":"Additional controls"}},[_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary ml-auto",attrs:{"data-test":"panels-btn","title":_vm.panelsCompressed ? _vm.$t('Show Menus') : _vm.$t('Hide Menus')},on:{"click":function($event){return _vm.$emit('toggle-panels-compressed')}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.panelsCompressed ? _vm.expandIcon : _vm.compressIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary mini-map-btn ml-auto",attrs:{"data-test":"mini-map-btn","title":_vm.miniMapOpen ? _vm.$t('Hide Mini-Map') : _vm.$t('Show Mini-Map')},on:{"click":function($event){_vm.miniMapOpen = !_vm.miniMapOpen}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.miniMapOpen ? _vm.minusIcon : _vm.mapIcon}})],1)],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary mini-map-btn ml-auto",attrs:{"data-test":"mini-map-btn","title":_vm.$t('Save')},on:{"click":function($event){return _vm.$emit('saveBpmn')}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.saveIcon}})],1)],1)],1)])}
|
|
37067
37073
|
var ToolBarvue_type_template_id_0937884d_staticRenderFns = []
|
|
37068
37074
|
|
|
37069
37075
|
|
|
37070
37076
|
// CONCATENATED MODULE: ./src/components/toolbar/ToolBar.vue?vue&type=template&id=0937884d&
|
|
37071
37077
|
|
|
37072
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
37078
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/toolbar/breadcrumb/Breadcrumb.vue?vue&type=template&id=1d0a0bc2&
|
|
37073
37079
|
var Breadcrumbvue_type_template_id_1d0a0bc2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{attrs:{"id":"breadcrumbs"}},[(_vm.breadcrumbData.length > 0)?_c('ol',{staticClass:"breadcrumb"},[_vm._m(0),_vm._l((_vm.breadcrumbData[0]),function(breadcrumb,index){return _c('li',{key:index,staticClass:"breadcrumb-item"},[(breadcrumb.url)?_c('a',{attrs:{"href":breadcrumb.url}},[_vm._v(_vm._s(breadcrumb.text))]):_vm._e(),(!breadcrumb.url)?_c('span',[_vm._v(_vm._s(breadcrumb.text))]):_vm._e()])})],2):_vm._e()])}
|
|
37074
37080
|
var Breadcrumbvue_type_template_id_1d0a0bc2_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{staticClass:"breadcrumb-item"},[_c('a',{attrs:{"href":"/"}},[_c('i',{staticClass:"fas fa-home"})])])}]
|
|
37075
37081
|
|
|
@@ -37123,7 +37129,7 @@ var Breadcrumb_component = normalizeComponent(
|
|
|
37123
37129
|
)
|
|
37124
37130
|
|
|
37125
37131
|
/* harmony default export */ var Breadcrumb = (Breadcrumb_component.exports);
|
|
37126
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
37132
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/toolbar/alignButtons/AlignButtons.vue?vue&type=template&id=2ea4dea5&
|
|
37127
37133
|
var AlignButtonsvue_type_template_id_2ea4dea5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"btn-group btn-group-sm mr-2",attrs:{"role":"group"}},[_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-align-left",attrs:{"data-test":"align-left","disabled":!_vm.selectedShapes.can.align.left,"title":_vm.$t('Align Left')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.align.left)}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.alignLeftIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-align-center",attrs:{"data-test":"align-center","disabled":!_vm.selectedShapes.can.align.horizontalCenter,"title":_vm.$t('Center Horizontally')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.align.horizontalCenter)}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.alignCenterIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-align-right mr-1",attrs:{"data-test":"align-right","disabled":!_vm.selectedShapes.can.align.right,"title":_vm.$t('Align Right')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.align.right)}}},[_c('font-awesome-icon',{attrs:{"icon":_vm.alignRightIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-align-bottom",attrs:{"data-test":"align-bottom","disabled":!_vm.selectedShapes.can.align.bottom,"title":_vm.$t('Align Bottom')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.align.bottom)}}},[_c('font-awesome-icon',{staticClass:"rotate-90-degrees-right",attrs:{"icon":_vm.alignRightIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-align-vertical-center",attrs:{"data-test":"align-vertical-center","disabled":!_vm.selectedShapes.can.align.verticalCenter,"title":_vm.$t('Center Vertically')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.align.verticalCenter)}}},[_c('font-awesome-icon',{staticClass:"rotate-90-degrees-right",attrs:{"icon":_vm.alignCenterIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-align-top mr-1",attrs:{"data-test":"align-top","disabled":!_vm.selectedShapes.can.align.top,"title":_vm.$t('Align Top')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.align.top)}}},[_c('font-awesome-icon',{staticClass:"rotate-90-degrees-right",attrs:{"icon":_vm.alignLeftIcon}})],1),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-distribute-horizontal d-flex align-items-center",attrs:{"data-test":"distribute-horizontal","disabled":!_vm.selectedShapes.can.distribute.horizontally,"title":_vm.$t('Distribute Horizontally')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.distribute.horizontally)}}},[_c('img',{attrs:{"src":_vm.distHIcon,"alt":"","height":"16"}})]),_c('b-button',{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{"hover":true}}],staticClass:"btn btn-sm btn-secondary btn-distribute-vertical d-flex align-items-center",attrs:{"data-test":"distribute-vertical","disabled":!_vm.selectedShapes.can.distribute.vertically,"title":_vm.$t('Distribute Vertically')},on:{"click":function($event){return _vm.undoableAction(_vm.selectedShapes.distribute.vertically)}}},[_c('img',{attrs:{"src":_vm.distVIcon,"alt":"","height":"16"}})])],1)}
|
|
37128
37134
|
var AlignButtonsvue_type_template_id_2ea4dea5_staticRenderFns = []
|
|
37129
37135
|
|
|
@@ -38373,6 +38379,10 @@ var FileSaver_min_default = /*#__PURE__*/__webpack_require__.n(FileSaver_min);
|
|
|
38373
38379
|
|
|
38374
38380
|
|
|
38375
38381
|
|
|
38382
|
+
|
|
38383
|
+
|
|
38384
|
+
|
|
38385
|
+
|
|
38376
38386
|
var _moddle = new WeakMap();
|
|
38377
38387
|
|
|
38378
38388
|
var _definitions = new WeakMap();
|
|
@@ -38406,11 +38416,49 @@ var XMLManager_XMLManager = /*#__PURE__*/function () {
|
|
|
38406
38416
|
}
|
|
38407
38417
|
|
|
38408
38418
|
definitions.exporter = 'ProcessMaker Modeler';
|
|
38409
|
-
definitions.exporterVersion = '1.0';
|
|
38419
|
+
definitions.exporterVersion = '1.0'; // Clean broken references when loading definitions
|
|
38420
|
+
|
|
38421
|
+
_this.cleanBrokenReferences(definitions);
|
|
38422
|
+
|
|
38410
38423
|
resolve(definitions);
|
|
38411
38424
|
});
|
|
38412
38425
|
});
|
|
38413
38426
|
}
|
|
38427
|
+
}, {
|
|
38428
|
+
key: "cleanBrokenReferences",
|
|
38429
|
+
value: function cleanBrokenReferences(definitions) {
|
|
38430
|
+
var rootElements = definitions.rootElements,
|
|
38431
|
+
diagrams = definitions.diagrams;
|
|
38432
|
+
var removed = []; // Remove broken bpmn:SequenceFlow from bpmn:Process
|
|
38433
|
+
|
|
38434
|
+
rootElements.forEach(function (element) {
|
|
38435
|
+
if (element.$type === 'bpmn:Process' && element.flowElements) {
|
|
38436
|
+
element.flowElements = element.flowElements.filter(function (child) {
|
|
38437
|
+
if (child.$type === 'bpmn:SequenceFlow') {
|
|
38438
|
+
if (!(child.sourceRef && child.targetRef)) {
|
|
38439
|
+
removed.push(child);
|
|
38440
|
+
}
|
|
38441
|
+
|
|
38442
|
+
return child.sourceRef && child.targetRef;
|
|
38443
|
+
}
|
|
38444
|
+
|
|
38445
|
+
return true;
|
|
38446
|
+
});
|
|
38447
|
+
}
|
|
38448
|
+
}); // Remove BPMNEdge from bpmndi:BPMNDiagram
|
|
38449
|
+
|
|
38450
|
+
diagrams.forEach(function (element) {
|
|
38451
|
+
if (element.$type === 'bpmndi:BPMNDiagram' && element.plane && element.plane.planeElement) {
|
|
38452
|
+
element.plane.planeElement = element.plane.planeElement.filter(function (child) {
|
|
38453
|
+
if (child.$type === 'bpmndi:BPMNEdge') {
|
|
38454
|
+
return child.bpmnElement && !removed.includes(child.bpmnElement);
|
|
38455
|
+
}
|
|
38456
|
+
|
|
38457
|
+
return true;
|
|
38458
|
+
});
|
|
38459
|
+
}
|
|
38460
|
+
});
|
|
38461
|
+
}
|
|
38414
38462
|
}, {
|
|
38415
38463
|
key: "download",
|
|
38416
38464
|
value: function download() {
|
|
@@ -38649,7 +38697,7 @@ var validTasks = ['bpmn:ServiceTask', 'bpmn:ManualTask', 'bpmn:CallActivity', 'b
|
|
|
38649
38697
|
return inspectorData;
|
|
38650
38698
|
};
|
|
38651
38699
|
});
|
|
38652
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38700
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/genericFlow/genericFlow.vue?vue&type=template&id=b441470a&
|
|
38653
38701
|
var genericFlowvue_type_template_id_b441470a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
38654
38702
|
var genericFlowvue_type_template_id_b441470a_staticRenderFns = []
|
|
38655
38703
|
|
|
@@ -41056,7 +41104,7 @@ var conditionalStartEvent_id = 'processmaker-modeler-conditional-start-event';
|
|
|
41056
41104
|
}]
|
|
41057
41105
|
}]
|
|
41058
41106
|
})));
|
|
41059
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
41107
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/dataInputAssociation/dataInputAssociation.vue?vue&type=template&id=d42d73f0&
|
|
41060
41108
|
var dataInputAssociationvue_type_template_id_d42d73f0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
41061
41109
|
var dataInputAssociationvue_type_template_id_d42d73f0_staticRenderFns = []
|
|
41062
41110
|
|
|
@@ -41236,7 +41284,7 @@ var dataInputAssociation_component = normalizeComponent(
|
|
|
41236
41284
|
}]
|
|
41237
41285
|
}]
|
|
41238
41286
|
}));
|
|
41239
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
41287
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cf016fee-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/nodes/dataOutputAssociation/dataOutputAssociation.vue?vue&type=template&id=ec57134e&
|
|
41240
41288
|
var dataOutputAssociationvue_type_template_id_ec57134e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('crown-config',_vm._g({attrs:{"highlighted":_vm.highlighted,"paper":_vm.paper,"graph":_vm.graph,"shape":_vm.shape,"node":_vm.node,"nodeRegistry":_vm.nodeRegistry,"moddle":_vm.moddle,"collaboration":_vm.collaboration,"process-node":_vm.processNode,"plane-elements":_vm.planeElements,"is-rendering":_vm.isRendering}},_vm.$listeners))}
|
|
41241
41289
|
var dataOutputAssociationvue_type_template_id_ec57134e_staticRenderFns = []
|
|
41242
41290
|
|