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)",
@@ -132,6 +132,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
132
132
  density: "密度",
133
133
  depth: "深度",
134
134
  depthSegments: "深度分段(s)",
135
+ desc: "描述",
135
136
  detail: "细节",
136
137
  dialog: "对话框",
137
138
  dialogBottom: "对话框(底部)",
package/dist/index.d.ts CHANGED
@@ -361,7 +361,8 @@ declare type Node_2 = {
361
361
  basic: {
362
362
  id: string;
363
363
  key: string;
364
- alias?: string;
364
+ desc: string;
365
+ alias: string;
365
366
  };
366
367
  [key: string]: any;
367
368
  };
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.n2njk5co.js").then((e) => e.t),
21695
- "./locales/zhHans/index.ts": () => import("./i18n-zhHans.cd4r40v6.js").then((e) => e.t)
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.9.53",
4
+ "version": "0.9.54",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",