@web-utils/component 3.7.2 → 3.8.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
3
  "description": "Web Components",
4
- "version": "3.7.2",
4
+ "version": "3.8.1",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -27,13 +27,13 @@
27
27
  "cronosjs": "^1.7.1",
28
28
  "dayjs": "^1.11.13",
29
29
  "diagram-js": "15.3.0",
30
- "echarts": "^5.6.0",
30
+ "echarts": "^6.0.0",
31
31
  "highlight.js": "^11.11.1",
32
32
  "lodash-es": "^4.17.21",
33
33
  "min-dash": "^4.2.3",
34
34
  "min-dom": "^5.1.1",
35
35
  "monaco-editor": "^0.52.2",
36
- "overlayscrollbars": "^2.11.2",
36
+ "overlayscrollbars": "^2.11.5",
37
37
  "photoswipe": "^5.4.4",
38
38
  "qrcode": "^1.5.4",
39
39
  "quill": "^1.3.7",
@@ -41,7 +41,7 @@
41
41
  "simple-uploader.js": "^0.6.0",
42
42
  "tiny-svg": "^4.1.3",
43
43
  "tinymce": "4.9.11",
44
- "video.js": "^8.22.0",
44
+ "video.js": "^8.23.4",
45
45
  "viewerjs": "^1.11.7",
46
46
  "vue-cropper": "^0.6.5",
47
47
  "vuedraggable": "^2.24.3",
@@ -830,15 +830,16 @@ const J = {
830
830
  try {
831
831
  this.runsParser ? this.runs = yield this.runsParser(n) : this.runs = $.parse(n).nextNDates(/* @__PURE__ */ new Date(), 5).map((e) => H(e));
832
832
  } catch (e) {
833
- console.log(e), this.runs = [e.message];
833
+ console.error(e), this.runs = [e.message];
834
834
  }
835
835
  });
836
836
  }
837
+ },
838
+ expression: {
839
+ immediate: !0,
840
+ handler: "resolveExpression"
837
841
  }
838
842
  },
839
- mounted() {
840
- this.resolveExpression();
841
- },
842
843
  methods: {
843
844
  copyCron() {
844
845
  L(
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.7.2",
5
+ "version": "3.8.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",