@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.
@@ -32810,7 +32810,7 @@ var inclusiveGateway_id = 'processmaker-modeler-inclusive-gateway';
32810
32810
  component: 'FormInput',
32811
32811
  config: inspectors_nameConfigSettings
32812
32812
  }]
32813
- }, {
32813
+ }, documentationAccordionConfig, {
32814
32814
  component: 'FormAccordion',
32815
32815
  container: true,
32816
32816
  config: {
@@ -32836,12 +32836,6 @@ var inclusiveGateway_id = 'processmaker-modeler-inclusive-gateway';
32836
32836
  content: 'Converging'
32837
32837
  }]
32838
32838
  }
32839
- }, {
32840
- component: DocumentationFormTextArea,
32841
- config: {
32842
- label: 'Description',
32843
- name: 'documentation'
32844
- }
32845
32839
  }]
32846
32840
  }]
32847
32841
  }]
@@ -32936,7 +32930,7 @@ var parallelGateway_component = normalizeComponent(
32936
32930
  component: 'FormInput',
32937
32931
  config: inspectors_nameConfigSettings
32938
32932
  }]
32939
- }, {
32933
+ }, documentationAccordionConfig, {
32940
32934
  component: 'FormAccordion',
32941
32935
  container: true,
32942
32936
  config: {
@@ -32962,12 +32956,6 @@ var parallelGateway_component = normalizeComponent(
32962
32956
  content: 'Converging'
32963
32957
  }]
32964
32958
  }
32965
- }, {
32966
- component: DocumentationFormTextArea,
32967
- config: {
32968
- label: 'Description',
32969
- name: 'documentation'
32970
- }
32971
32959
  }]
32972
32960
  }]
32973
32961
  }]
@@ -45320,6 +45308,15 @@ var timer_event_icon_default = /*#__PURE__*/__webpack_require__.n(timer_event_ic
45320
45308
  return {
45321
45309
  nodeIcon: (timer_event_icon_default())
45322
45310
  };
45311
+ },
45312
+ methods: {
45313
+ addTimerEventDefinitionId: function addTimerEventDefinitionId() {
45314
+ var id = "".concat(this.id, "_timer_event_definition");
45315
+ this.node.definition.get('eventDefinitions')[0].id = id;
45316
+ }
45317
+ },
45318
+ mounted: function mounted() {
45319
+ this.addTimerEventDefinitionId();
45323
45320
  }
45324
45321
  });
45325
45322
  ;// CONCATENATED MODULE: ./src/components/nodes/boundaryTimerEvent/boundaryTimerEvent.vue?vue&type=script&lang=js&