x-runtime-lib 0.9.52 → 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.
- package/dist/{i18n-en.ot9smdcm.js → i18n-en.o3ksxu9f.js} +2 -1
- package/dist/{i18n-zhHans.jgc17e4x.js → i18n-zhHans.micb9uug.js} +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +408 -400
- package/dist/{rolldown-runtime.jd1hion4.js → rolldown-runtime.i63kqlhj.js} +1 -1
- package/dist/{vendor.gtr2b2v9.js → vendor.g3f2gmug.js} +13914 -13128
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e } from "./rolldown-runtime.
|
|
1
|
+
import { n as e } from "./rolldown-runtime.i63kqlhj.js";
|
|
2
2
|
//#region src/i18n/locales/en/index.ts
|
|
3
3
|
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
4
4
|
absolute: "Absolute",
|
|
@@ -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)",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e } from "./rolldown-runtime.
|
|
1
|
+
import { n as e } from "./rolldown-runtime.i63kqlhj.js";
|
|
2
2
|
//#region src/i18n/locales/zhHans/index.ts
|
|
3
3
|
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
4
4
|
absolute: "绝对",
|
|
@@ -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: "对话框(底部)",
|