@processmaker/modeler 1.36.7 → 1.36.8

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.
@@ -45222,6 +45222,15 @@ var timer_event_icon_default = /*#__PURE__*/__webpack_require__.n(timer_event_ic
45222
45222
  return {
45223
45223
  nodeIcon: (timer_event_icon_default())
45224
45224
  };
45225
+ },
45226
+ methods: {
45227
+ addTimerEventDefinitionId: function addTimerEventDefinitionId() {
45228
+ var id = "".concat(this.id, "_timer_event_definition");
45229
+ this.node.definition.get('eventDefinitions')[0].id = id;
45230
+ }
45231
+ },
45232
+ mounted: function mounted() {
45233
+ this.addTimerEventDefinitionId();
45225
45234
  }
45226
45235
  });
45227
45236
  ;// CONCATENATED MODULE: ./src/components/nodes/boundaryTimerEvent/boundaryTimerEvent.vue?vue&type=script&lang=js&