@processmaker/modeler 1.36.7 → 1.36.9

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.
@@ -32712,7 +32712,7 @@ var inclusiveGateway_id = 'processmaker-modeler-inclusive-gateway';
32712
32712
  component: 'FormInput',
32713
32713
  config: inspectors_nameConfigSettings
32714
32714
  }]
32715
- }, {
32715
+ }, documentationAccordionConfig, {
32716
32716
  component: 'FormAccordion',
32717
32717
  container: true,
32718
32718
  config: {
@@ -32738,12 +32738,6 @@ var inclusiveGateway_id = 'processmaker-modeler-inclusive-gateway';
32738
32738
  content: 'Converging'
32739
32739
  }]
32740
32740
  }
32741
- }, {
32742
- component: DocumentationFormTextArea,
32743
- config: {
32744
- label: 'Description',
32745
- name: 'documentation'
32746
- }
32747
32741
  }]
32748
32742
  }]
32749
32743
  }]
@@ -32838,7 +32832,7 @@ var parallelGateway_component = normalizeComponent(
32838
32832
  component: 'FormInput',
32839
32833
  config: inspectors_nameConfigSettings
32840
32834
  }]
32841
- }, {
32835
+ }, documentationAccordionConfig, {
32842
32836
  component: 'FormAccordion',
32843
32837
  container: true,
32844
32838
  config: {
@@ -32864,12 +32858,6 @@ var parallelGateway_component = normalizeComponent(
32864
32858
  content: 'Converging'
32865
32859
  }]
32866
32860
  }
32867
- }, {
32868
- component: DocumentationFormTextArea,
32869
- config: {
32870
- label: 'Description',
32871
- name: 'documentation'
32872
- }
32873
32861
  }]
32874
32862
  }]
32875
32863
  }]
@@ -45222,6 +45210,15 @@ var timer_event_icon_default = /*#__PURE__*/__webpack_require__.n(timer_event_ic
45222
45210
  return {
45223
45211
  nodeIcon: (timer_event_icon_default())
45224
45212
  };
45213
+ },
45214
+ methods: {
45215
+ addTimerEventDefinitionId: function addTimerEventDefinitionId() {
45216
+ var id = "".concat(this.id, "_timer_event_definition");
45217
+ this.node.definition.get('eventDefinitions')[0].id = id;
45218
+ }
45219
+ },
45220
+ mounted: function mounted() {
45221
+ this.addTimerEventDefinitionId();
45225
45222
  }
45226
45223
  });
45227
45224
  ;// CONCATENATED MODULE: ./src/components/nodes/boundaryTimerEvent/boundaryTimerEvent.vue?vue&type=script&lang=js&