@web-utils/component 3.3.12 → 3.3.13

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.
@@ -6435,7 +6435,7 @@ const ai = {
6435
6435
  mounted() {
6436
6436
  this.initBpmnModeler(), this.createNewDiagram(this.value), this.$once("hook:beforeDestroy", () => {
6437
6437
  this.bpmnModeler && this.bpmnModeler.destroy(), this.$emit("destroy", this.bpmnModeler), this.bpmnModeler = null;
6438
- });
6438
+ }), this.$watch(this.value, this.createNewDiagram);
6439
6439
  },
6440
6440
  methods: {
6441
6441
  initBpmnModeler() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
3
  "description": "Web Components",
4
- "version": "3.3.12",
4
+ "version": "3.3.13",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "3.3.12",
5
+ "version": "3.3.13",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",