x-runtime-lib 0.9.53 → 0.9.54
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.
|
@@ -132,6 +132,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
132
132
|
density: "Density",
|
|
133
133
|
depth: "Depth",
|
|
134
134
|
depthSegments: "Depth Segments",
|
|
135
|
+
desc: "Description",
|
|
135
136
|
detail: "Detail",
|
|
136
137
|
dialog: "Dialog",
|
|
137
138
|
dialogBottom: "Dialog (Bottom)",
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -465,7 +465,9 @@ function en(e, t, n) {
|
|
|
465
465
|
if (!i) throw Error(`properties not found key=${n}`);
|
|
466
466
|
let a = { basic: {
|
|
467
467
|
id: "",
|
|
468
|
-
key: ""
|
|
468
|
+
key: "",
|
|
469
|
+
desc: "",
|
|
470
|
+
alias: ""
|
|
469
471
|
} };
|
|
470
472
|
return Gt(a, i), a.basic.id = bt(16), a.basic.key = r.key, a;
|
|
471
473
|
}
|
|
@@ -1458,6 +1460,12 @@ var G = {
|
|
|
1458
1460
|
static: !0,
|
|
1459
1461
|
default: ""
|
|
1460
1462
|
},
|
|
1463
|
+
{
|
|
1464
|
+
key: "desc",
|
|
1465
|
+
name: "x-runtime-lib.desc",
|
|
1466
|
+
ui: "text",
|
|
1467
|
+
default: ""
|
|
1468
|
+
},
|
|
1461
1469
|
{
|
|
1462
1470
|
key: "alias",
|
|
1463
1471
|
name: "x-runtime-lib.alias",
|
|
@@ -21691,8 +21699,8 @@ var Cu = (e, t, n) => {
|
|
|
21691
21699
|
//#region src/i18n/index.ts
|
|
21692
21700
|
async function wu(e) {
|
|
21693
21701
|
return (await Cu(/* @__PURE__ */ Object.assign({
|
|
21694
|
-
"./locales/en/index.ts": () => import("./i18n-en.
|
|
21695
|
-
"./locales/zhHans/index.ts": () => import("./i18n-zhHans.
|
|
21702
|
+
"./locales/en/index.ts": () => import("./i18n-en.o3ksxu9f.js").then((e) => e.t),
|
|
21703
|
+
"./locales/zhHans/index.ts": () => import("./i18n-zhHans.micb9uug.js").then((e) => e.t)
|
|
21696
21704
|
}), `./locales/${e}/index.ts`, 4)).default;
|
|
21697
21705
|
}
|
|
21698
21706
|
//#endregion
|