x-block-lib 0.10.9 → 0.10.11

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.
@@ -1,4 +1,6 @@
1
- var en_default = { "x-block-lib": {
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
- export { en_default as t };
20
+ //#endregion
21
+ export { t };
@@ -1,4 +1,6 @@
1
- var zhHans_default = { "x-block-lib": {
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
- export { zhHans_default as t };
20
+ //#endregion
21
+ export { t };