@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 +4 -4
- package/vue-cron/index.mjs +5 -4
- package/web-types.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-utils/component",
|
|
3
3
|
"description": "Web Components",
|
|
4
|
-
"version": "3.
|
|
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": "^
|
|
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.
|
|
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.
|
|
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",
|
package/vue-cron/index.mjs
CHANGED
|
@@ -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.
|
|
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(
|