x-block-lib 0.6.57 → 0.6.58
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/dist/index.js +3 -1
- package/package.json +17 -17
package/dist/index.js
CHANGED
|
@@ -912,7 +912,9 @@ const Jo = {
|
|
|
912
912
|
m.comp_method_impl_v1 = Jo;
|
|
913
913
|
a.forBlock.comp_method_impl_v1 = function(t) {
|
|
914
914
|
const e = t;
|
|
915
|
-
return `{
|
|
915
|
+
return `{
|
|
916
|
+
${a.statementToCode(e, "HANDLE")}}
|
|
917
|
+
`;
|
|
916
918
|
};
|
|
917
919
|
const qo = (t, e) => {
|
|
918
920
|
const n = dt(t), o = ye(t);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.58",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -28,35 +28,35 @@
|
|
|
28
28
|
"blockly": "^12.1.0",
|
|
29
29
|
"highlight.js": "^11.11.1",
|
|
30
30
|
"lodash-es": "^4.17.21",
|
|
31
|
-
"vue": "^3.5.
|
|
31
|
+
"vue": "^3.5.16",
|
|
32
32
|
"vue-draggable-plus": "^0.6.0",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"x-
|
|
33
|
+
"vue-i18n": "^11.1.5",
|
|
34
|
+
"vue-router": "^4.5.1",
|
|
35
|
+
"vuetify": "^3.8.9",
|
|
36
|
+
"x-essential-lib": "^0.8.13",
|
|
37
|
+
"x-runtime-lib": "^0.6.53",
|
|
38
|
+
"x-state-lib": "^0.2.3"
|
|
37
39
|
},
|
|
38
40
|
"devDependencies": {
|
|
39
|
-
"@eslint/js": "^9.
|
|
41
|
+
"@eslint/js": "^9.28.0",
|
|
40
42
|
"@types/lodash-es": "^4.17.12",
|
|
41
|
-
"@types/node": "^
|
|
43
|
+
"@types/node": "^24.0.1",
|
|
42
44
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
43
|
-
"eslint": "^9.
|
|
45
|
+
"eslint": "^9.28.0",
|
|
44
46
|
"eslint-config-prettier": "^10.1.5",
|
|
45
|
-
"eslint-plugin-prettier": "^5.4.
|
|
46
|
-
"eslint-plugin-vue": "^10.
|
|
47
|
-
"globals": "^16.
|
|
47
|
+
"eslint-plugin-prettier": "^5.4.1",
|
|
48
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
49
|
+
"globals": "^16.2.0",
|
|
48
50
|
"husky": "^9.1.7",
|
|
49
|
-
"lint-staged": "^
|
|
51
|
+
"lint-staged": "^16.1.0",
|
|
50
52
|
"prettier": "3.5.3",
|
|
51
|
-
"sass": "^1.
|
|
53
|
+
"sass": "^1.89.2",
|
|
52
54
|
"typescript": "^5.8.3",
|
|
53
|
-
"typescript-eslint": "^8.
|
|
55
|
+
"typescript-eslint": "^8.34.0",
|
|
54
56
|
"vite": "^6.3.5",
|
|
55
57
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
56
58
|
"vite-plugin-vuetify": "^2.1.1",
|
|
57
59
|
"vue-eslint-parser": "^10.1.3",
|
|
58
|
-
"vue-i18n": "^11.1.3",
|
|
59
|
-
"vue-router": "^4.5.1",
|
|
60
60
|
"vue-tsc": "^2.2.10"
|
|
61
61
|
}
|
|
62
62
|
}
|