x-block-lib 0.10.10 → 0.10.12
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/navigator/blockList/item.vue.d.ts +0 -1
- package/dist/{i18n-en.l34o3c3n.js → i18n-en.nyqc9jvc.js} +5 -2
- package/dist/{i18n-zhHans.n1w1mdec.js → i18n-zhHans.hgqwzee0.js} +5 -2
- package/dist/index.js +4353 -4226
- package/dist/{msg-en.jzls4b09.js → msg-en.mdggqv1h.js} +5 -2
- package/dist/{msg-zhHans.lt6zi796.js → msg-zhHans.nnp59bv2.js} +5 -2
- package/dist/rolldown-runtime.gq4dspr5.js +20 -0
- package/dist/{vendor.evszf9wa.js → vendor.fv51g55i.js} +8736 -8539
- package/package.json +17 -20
- package/dist/en.eyoebbfg.js +0 -2
- package/dist/en.o41q9xtn.js +0 -2
- package/dist/rolldown-runtime.l8pnagpr.js +0 -11
- package/dist/zhHans.nmcbzet0.js +0 -2
- package/dist/zhHans.nugjwa5j.js +0 -2
|
@@ -3,7 +3,6 @@ type __VLS_Props = {
|
|
|
3
3
|
title: string;
|
|
4
4
|
desc: string;
|
|
5
5
|
select: boolean;
|
|
6
|
-
first: boolean;
|
|
7
6
|
};
|
|
8
7
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
8
|
"x-click": (...args: any[]) => void;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { n as e } from "./rolldown-runtime.gq4dspr5.js";
|
|
2
|
+
//#region src/i18n/locales/en/index.ts
|
|
3
|
+
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-block-lib": {
|
|
2
4
|
bind: "Bind",
|
|
3
5
|
dlg: { source: { title: "Source" } },
|
|
4
6
|
funcEntry: "Func Entry",
|
|
@@ -15,4 +17,5 @@ var en_default = { "x-block-lib": {
|
|
|
15
17
|
},
|
|
16
18
|
watchEffect: "Watch Effect"
|
|
17
19
|
} };
|
|
18
|
-
|
|
20
|
+
//#endregion
|
|
21
|
+
export { t };
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { n as e } from "./rolldown-runtime.gq4dspr5.js";
|
|
2
|
+
//#region src/i18n/locales/zhHans/index.ts
|
|
3
|
+
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-block-lib": {
|
|
2
4
|
bind: "绑定",
|
|
3
5
|
dlg: { source: { title: "源代码" } },
|
|
4
6
|
funcEntry: "函数入口",
|
|
@@ -15,4 +17,5 @@ var zhHans_default = { "x-block-lib": {
|
|
|
15
17
|
},
|
|
16
18
|
watchEffect: "观察效应"
|
|
17
19
|
} };
|
|
18
|
-
|
|
20
|
+
//#endregion
|
|
21
|
+
export { t };
|