x-block-lib 0.7.11 → 0.7.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.
- package/dist/components/blockly/lock/index.vue.d.ts +1 -1
- package/dist/components/blockly/navigator/blockList/item.vue.d.ts +1 -1
- package/dist/components/sourceDlg/content/index.vue.d.ts +1 -1
- package/dist/components/sourceDlg/index.vue.d.ts +1 -1
- package/dist/core/locale/msg/en.d.ts +23 -0
- package/dist/core/locale/msg/zhHans.d.ts +23 -0
- package/dist/index.js +500 -500
- package/dist/{msg-en.cb0pu5v6.js → msg-en.k914lhgs.js} +24 -0
- package/dist/{msg-zhHans.ca0i4cm9.js → msg-zhHans.ib2kecyn.js} +24 -0
- package/dist/{vendor.k6kjk1km.js → vendor.gwcdj52j.js} +5636 -5541
- package/package.json +18 -17
- package/dist/core/plugins/crossTabCopyPaste/index.d.ts +0 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -24,28 +24,29 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@blockly/field-colour": "^6.0.4",
|
|
26
26
|
"@blockly/plugin-cross-tab-copy-paste": "^8.0.1",
|
|
27
|
+
"@blockly/shadow-block-converter": "^7.0.3",
|
|
27
28
|
"@highlightjs/vue-plugin": "^2.1.0",
|
|
28
|
-
"axios": "^1.
|
|
29
|
+
"axios": "^1.11.0",
|
|
29
30
|
"blockly": "^12.2.0",
|
|
30
31
|
"highlight.js": "^11.11.1",
|
|
31
32
|
"lodash-es": "^4.17.21",
|
|
32
|
-
"vue": "^3.5.
|
|
33
|
+
"vue": "^3.5.18",
|
|
33
34
|
"vue-draggable-plus": "^0.6.0",
|
|
34
|
-
"vue-i18n": "^11.1.
|
|
35
|
+
"vue-i18n": "^11.1.11",
|
|
35
36
|
"vue-router": "^4.5.1",
|
|
36
|
-
"vuetify": "^3.9.
|
|
37
|
-
"x-essential-lib": "^0.8.
|
|
38
|
-
"x-runtime-lib": "^0.7.
|
|
37
|
+
"vuetify": "^3.9.3",
|
|
38
|
+
"x-essential-lib": "^0.8.26",
|
|
39
|
+
"x-runtime-lib": "^0.7.17",
|
|
39
40
|
"x-state-lib": "^0.3.2"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@eslint/js": "^9.
|
|
43
|
+
"@eslint/js": "^9.32.0",
|
|
43
44
|
"@types/lodash-es": "^4.17.12",
|
|
44
|
-
"@types/node": "^24.0
|
|
45
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
46
|
-
"eslint": "^9.
|
|
47
|
-
"eslint-config-prettier": "^10.1.
|
|
48
|
-
"eslint-plugin-prettier": "^5.5.
|
|
45
|
+
"@types/node": "^24.1.0",
|
|
46
|
+
"@vitejs/plugin-vue": "^6.0.1",
|
|
47
|
+
"eslint": "^9.32.0",
|
|
48
|
+
"eslint-config-prettier": "^10.1.8",
|
|
49
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
49
50
|
"eslint-plugin-vue": "^10.3.0",
|
|
50
51
|
"globals": "^16.3.0",
|
|
51
52
|
"husky": "^9.1.7",
|
|
@@ -53,11 +54,11 @@
|
|
|
53
54
|
"prettier": "3.6.2",
|
|
54
55
|
"sass": "^1.89.2",
|
|
55
56
|
"typescript": "^5.8.3",
|
|
56
|
-
"typescript-eslint": "^8.
|
|
57
|
-
"vite": "^7.0.
|
|
57
|
+
"typescript-eslint": "^8.38.0",
|
|
58
|
+
"vite": "^7.0.6",
|
|
58
59
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
59
|
-
"vite-plugin-vuetify": "^2.1.
|
|
60
|
+
"vite-plugin-vuetify": "^2.1.2",
|
|
60
61
|
"vue-eslint-parser": "^10.2.0",
|
|
61
|
-
"vue-tsc": "^3.0.
|
|
62
|
+
"vue-tsc": "^3.0.4"
|
|
62
63
|
}
|
|
63
64
|
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class CrossTabCopyPaste {
|
|
2
|
-
init({ contextMenu, shortcut }?: {
|
|
3
|
-
contextMenu?: true;
|
|
4
|
-
shortcut?: true;
|
|
5
|
-
}): void;
|
|
6
|
-
blockCopyToStorageContextMenu(): void;
|
|
7
|
-
blockPasteFromStorageContextMenu(): void;
|
|
8
|
-
blockCopyToStorageShortcut(): void;
|
|
9
|
-
blockCutToStorageShortcut(): void;
|
|
10
|
-
blockPasteFromStorageShortcut(): void;
|
|
11
|
-
}
|