x-block-lib 0.8.52 → 0.8.53
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
CHANGED
|
@@ -22,7 +22,7 @@ const no = (t, e, n) => {
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
async function Bn(t) {
|
|
25
|
-
const e = await no(/* @__PURE__ */ Object.assign({ "./msg/en.ts": () => import("./msg-en.jch03670.js"), "./msg/zhHans.ts": () => import("./msg-zhHans.
|
|
25
|
+
const e = await no(/* @__PURE__ */ Object.assign({ "./msg/en.ts": () => import("./msg-en.jch03670.js"), "./msg/zhHans.ts": () => import("./msg-zhHans.dkvb4o7c.js") }), `./msg/${t}.ts`, 3);
|
|
26
26
|
Do(e.default);
|
|
27
27
|
}
|
|
28
28
|
function T(t) {
|
|
@@ -12047,7 +12047,7 @@ const Yc = { class: "position-relative w-100 h-100" }, Fc = /* @__PURE__ */ pt({
|
|
|
12047
12047
|
t.component("XBlockly", Fc), t.component("XSourceDlg", Hc);
|
|
12048
12048
|
};
|
|
12049
12049
|
async function Zc(t) {
|
|
12050
|
-
return (await no(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.gy41k67q.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.
|
|
12050
|
+
return (await no(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.gy41k67q.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.b828ufea.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
12051
12051
|
}
|
|
12052
12052
|
const tr = { install: Gc };
|
|
12053
12053
|
export {
|
|
@@ -52,7 +52,7 @@ const _ = {
|
|
|
52
52
|
CATEGORY_MISC: "杂项",
|
|
53
53
|
CATEGORY_OBJECT: "对象",
|
|
54
54
|
CATEGORY_PAGE: "页面",
|
|
55
|
-
CATEGORY_PROCEDURE: "
|
|
55
|
+
CATEGORY_PROCEDURE: "子程序",
|
|
56
56
|
CATEGORY_RESOURCE: "资源",
|
|
57
57
|
CATEGORY_TEXT: "文本",
|
|
58
58
|
CATEGORY_TIME: "时间",
|
|
@@ -74,7 +74,7 @@ const _ = {
|
|
|
74
74
|
LABEL_METHOD: "方法",
|
|
75
75
|
LABEL_OBJECT: "对象",
|
|
76
76
|
LABEL_OPERATION: "操作",
|
|
77
|
-
LABEL_PROCEDURE: "
|
|
77
|
+
LABEL_PROCEDURE: "子程序",
|
|
78
78
|
LABEL_PROPERTY: "属性",
|
|
79
79
|
LABEL_QUERY_EXTRA: "查询附加",
|
|
80
80
|
LABEL_SET: "设置",
|
|
@@ -452,7 +452,7 @@ const _ = {
|
|
|
452
452
|
OBJECT_V1_TO_JSON_TOOLTIP: "OBJECT_V1_TO_JSON_TOOLTIP",
|
|
453
453
|
OBJECT_V1_TO_JSON_HELPURL: "OBJECT_V1_TO_JSON_HELPURL",
|
|
454
454
|
// procedure
|
|
455
|
-
PROCEDURE_DEFAULT_NAME: "
|
|
455
|
+
PROCEDURE_DEFAULT_NAME: "子程序",
|
|
456
456
|
PROCEDURE_RETURN: "返回",
|
|
457
457
|
PROCEDURE_WITH_RETURN: "带返回值",
|
|
458
458
|
PROCEDURE_V1_DEF_CONTAINER_TITLE: "带返回值",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.53",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vue-i18n": "^11.1.12",
|
|
38
38
|
"vue-router": "^4.6.3",
|
|
39
39
|
"vuetify": "^3.10.9",
|
|
40
|
-
"x-essential-lib": "^0.9.
|
|
40
|
+
"x-essential-lib": "^0.9.16",
|
|
41
41
|
"x-runtime-lib": "^0.8.97",
|
|
42
42
|
"x-state-lib": "^0.3.28"
|
|
43
43
|
},
|