x-block-lib 0.11.6 → 0.11.7
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/{en.farnksb7.js → en.ek9yugi6.js} +1 -1
- package/dist/{i18n-en.d45d4c13.js → i18n-en.c3uxu3r5.js} +1 -1
- package/dist/{i18n-zhHans.fjtgsqkm.js → i18n-zhHans.hyv14btt.js} +1 -1
- package/dist/index.d.ts +8 -9
- package/dist/index.js +74 -52
- package/dist/{rolldown-runtime.wcysgu6r.js → rolldown-runtime.d6iwd7kf.js} +1 -1
- package/dist/vendor.k3ftbehq.js +36962 -0
- package/dist/{zhHans.cyz6m68z.js → zhHans.e42r5aas.js} +1 -1
- package/package.json +24 -24
- package/dist/vendor.b0mctov2.js +0 -34461
|
@@ -170,7 +170,7 @@ var zhHans_default = {
|
|
|
170
170
|
APP_V1_SELECT_SLOT_TITLE: "选择插槽",
|
|
171
171
|
APP_V1_SELECT_SLOT_TOOLTIP: "APP_V1_SELECT_SLOT_TOOLTIP",
|
|
172
172
|
APP_V1_SELECT_SLOT_HELPURL: "APP_V1_SELECT_SLOT_HELPURL",
|
|
173
|
-
APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "
|
|
173
|
+
APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "设置输出",
|
|
174
174
|
APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP: "APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP",
|
|
175
175
|
APP_V1_SET_APP_METHOD_OUTPUT_HELPURL: "APP_V1_SET_APP_METHOD_OUTPUT_HELPURL",
|
|
176
176
|
APP_V1_SET_APP_STATE_TITLE: "设置状态",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.7",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"prepare": "husky"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@blockly/field-colour": "^
|
|
25
|
-
"@blockly/plugin-cross-tab-copy-paste": "^
|
|
26
|
-
"@blockly/shadow-block-converter": "^
|
|
24
|
+
"@blockly/field-colour": "^13.3.0",
|
|
25
|
+
"@blockly/plugin-cross-tab-copy-paste": "^13.3.0",
|
|
26
|
+
"@blockly/shadow-block-converter": "^13.3.0",
|
|
27
27
|
"@highlightjs/vue-plugin": "^2.1.0",
|
|
28
28
|
"@sindresorhus/base62": "^1.0.0",
|
|
29
29
|
"@types/lodash-es": "^4.17.12",
|
|
30
30
|
"@types/node": "^26.0.0",
|
|
31
|
-
"@vueuse/core": "^14.
|
|
32
|
-
"blockly": "^
|
|
33
|
-
"highlight.js": "^11.
|
|
31
|
+
"@vueuse/core": "^14.4.0",
|
|
32
|
+
"blockly": "^13.3.0",
|
|
33
|
+
"highlight.js": "^11.12.0",
|
|
34
34
|
"husky": "^9.1.7",
|
|
35
|
-
"lint-staged": "^17.
|
|
35
|
+
"lint-staged": "^17.5.1",
|
|
36
36
|
"lodash-es": "^4.18.1",
|
|
37
|
-
"oxfmt": "^0.
|
|
38
|
-
"oxlint": "^1.
|
|
39
|
-
"picomatch": "^4.0.
|
|
40
|
-
"sass": "^1.
|
|
41
|
-
"tsdown": "^0.
|
|
37
|
+
"oxfmt": "^0.67.0",
|
|
38
|
+
"oxlint": "^1.82.0",
|
|
39
|
+
"picomatch": "^4.0.7",
|
|
40
|
+
"sass": "^1.104.0",
|
|
41
|
+
"tsdown": "^0.23.0",
|
|
42
42
|
"typescript": "^6.0.3",
|
|
43
|
-
"vite": "^8.0
|
|
43
|
+
"vite": "^8.3.0",
|
|
44
44
|
"vue-draggable-plus": "^0.6.1",
|
|
45
|
-
"x-config-lib": "^0.1.
|
|
46
|
-
"x-config-oxfmt": "^0.1.
|
|
47
|
-
"x-config-oxlint": "^0.1.
|
|
45
|
+
"x-config-lib": "^0.1.6",
|
|
46
|
+
"x-config-oxfmt": "^0.1.6",
|
|
47
|
+
"x-config-oxlint": "^0.1.7"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"vue": "^3.5.
|
|
51
|
-
"vue-i18n": "^11.4.
|
|
52
|
-
"vuetify": "^4.1
|
|
53
|
-
"x-error-lib": "^0.6.
|
|
54
|
-
"x-essential-lib": "^0.10.
|
|
55
|
-
"x-runtime-lib": "^0.10.
|
|
56
|
-
"x-state-lib": "^0.4.
|
|
50
|
+
"vue": "^3.5.42",
|
|
51
|
+
"vue-i18n": "^11.4.10",
|
|
52
|
+
"vuetify": "^4.2.1",
|
|
53
|
+
"x-error-lib": "^0.6.5",
|
|
54
|
+
"x-essential-lib": "^0.10.40",
|
|
55
|
+
"x-runtime-lib": "^0.10.3",
|
|
56
|
+
"x-state-lib": "^0.4.5"
|
|
57
57
|
}
|
|
58
58
|
}
|