x-runtime-lib 0.8.222 → 0.8.223
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/{i18n-en.f4dp7neu.js → i18n-en.8y28jy4c.js} +6 -3
- package/dist/{i18n-zhHans.mldkk8kv.js → i18n-zhHans.kydqftp1.js} +6 -3
- package/dist/index.js +4199 -3909
- package/dist/rolldown-runtime.jd1hion4.js +23 -0
- package/dist/{vendor.jfz61lh9.js → vendor.hagxscrr.js} +21053 -20426
- package/package.json +4 -7
- package/dist/emscripten-module.browser.gerdi5zr.js +0 -2
- package/dist/en.cud1nmyi.js +0 -2
- package/dist/ffi.sqx4svri.js +0 -2
- package/dist/module-ES6BEMUI.dk14eokf.js +0 -2
- package/dist/rolldown-runtime.ofrncwta.js +0 -21
- package/dist/zhHans.cvquec3k.js +0 -2
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { n as e } from "./rolldown-runtime.jd1hion4.js";
|
|
2
|
+
//#region src/i18n/locales/en/index.ts
|
|
3
|
+
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
2
4
|
adaptSlot: "Adapt Slot",
|
|
3
5
|
adaptSlotPropertyChange: "Adapt Slot Property Change",
|
|
4
6
|
add: "Add",
|
|
@@ -193,7 +195,7 @@ var en_default = { "x-runtime-lib": {
|
|
|
193
195
|
lineThrough: "Line Through",
|
|
194
196
|
loading: "Loading",
|
|
195
197
|
log: "Log",
|
|
196
|
-
|
|
198
|
+
looks: "Looks",
|
|
197
199
|
mainAxisAlign: "Main Axis Align",
|
|
198
200
|
mainData: "Main Data",
|
|
199
201
|
mandatory: "Mandatory",
|
|
@@ -388,4 +390,5 @@ var en_default = { "x-runtime-lib": {
|
|
|
388
390
|
yes: "Yes",
|
|
389
391
|
z: "Z"
|
|
390
392
|
} };
|
|
391
|
-
|
|
393
|
+
//#endregion
|
|
394
|
+
export { t };
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { n as e } from "./rolldown-runtime.jd1hion4.js";
|
|
2
|
+
//#region src/i18n/locales/zhHans/index.ts
|
|
3
|
+
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
2
4
|
adaptSlot: "适配插槽",
|
|
3
5
|
adaptSlotPropertyChange: "适配插槽属性变化",
|
|
4
6
|
add: "添加",
|
|
@@ -193,7 +195,7 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
193
195
|
lineThrough: "中划线",
|
|
194
196
|
loading: "加载中",
|
|
195
197
|
log: "对数",
|
|
196
|
-
|
|
198
|
+
looks: "外观(s)",
|
|
197
199
|
mainAxisAlign: "主轴对齐",
|
|
198
200
|
mainData: "主数据",
|
|
199
201
|
mandatory: "强制",
|
|
@@ -388,4 +390,5 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
388
390
|
yes: "是",
|
|
389
391
|
z: "Z"
|
|
390
392
|
} };
|
|
391
|
-
|
|
393
|
+
//#endregion
|
|
394
|
+
export { t };
|