x-runtime-lib 0.9.38 → 0.9.39
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/index.d.ts
CHANGED
|
@@ -836,7 +836,7 @@ export declare type ZProperty = ({
|
|
|
836
836
|
} & ZPropertyBranch) | ({
|
|
837
837
|
array: true;
|
|
838
838
|
defaultArray: any[];
|
|
839
|
-
} & ZPropertyBranch) | WithArray<ZPropertyDummy> | WithArray<ZPropertyText> | WithArray<ZPropertyNumber> | WithArray<ZPropertySwitch> | WithArray<ZPropertySelect> | WithArray<ZPropertyJson> | WithArray<ZPropertyIcon> | WithArray<
|
|
839
|
+
} & ZPropertyBranch) | WithArray<ZPropertyDummy> | WithArray<ZPropertyText> | WithArray<ZPropertyNumber> | WithArray<ZPropertySwitch> | WithArray<ZPropertySelect> | WithArray<ZPropertyJson> | WithArray<ZPropertyIcon> | WithArray<ZPropertyComp> | WithArray<ZPropertySlot> | WithArray<ZPropertyAdaptSlot> | WithArray<ZPropertyInlineSlot> | WithArray<ZPropertyRule> | WithArray<ZPropertyMultiTypes> | WithArray<ZPropertyTransient<Type>>;
|
|
840
840
|
|
|
841
841
|
declare type ZPropertyAdaptSlot = {
|
|
842
842
|
ui: 'adaptSlot';
|
|
@@ -898,6 +898,11 @@ declare type ZPropertyNumber = {
|
|
|
898
898
|
default: number;
|
|
899
899
|
} & ZPropertyBase;
|
|
900
900
|
|
|
901
|
+
declare type ZPropertyRule = {
|
|
902
|
+
ui: 'rule';
|
|
903
|
+
default: string;
|
|
904
|
+
} & ZPropertyBase;
|
|
905
|
+
|
|
901
906
|
declare type ZPropertySelect = {
|
|
902
907
|
ui: 'select';
|
|
903
908
|
items: ZItemsKey;
|
package/dist/index.js
CHANGED
|
@@ -18026,6 +18026,14 @@ var _c = {
|
|
|
18026
18026
|
default: ""
|
|
18027
18027
|
}
|
|
18028
18028
|
]
|
|
18029
|
+
},
|
|
18030
|
+
{
|
|
18031
|
+
key: "rules",
|
|
18032
|
+
name: "x-runtime-lib.rules",
|
|
18033
|
+
ui: "rule",
|
|
18034
|
+
default: "",
|
|
18035
|
+
array: !0,
|
|
18036
|
+
defaultArray: []
|
|
18029
18037
|
}
|
|
18030
18038
|
]
|
|
18031
18039
|
},
|
|
@@ -19833,8 +19841,8 @@ var fu = (e, t, n) => {
|
|
|
19833
19841
|
//#region src/i18n/index.ts
|
|
19834
19842
|
async function pu(e) {
|
|
19835
19843
|
return (await fu(/* @__PURE__ */ Object.assign({
|
|
19836
|
-
"./locales/en/index.ts": () => import("./i18n-en.
|
|
19837
|
-
"./locales/zhHans/index.ts": () => import("./i18n-zhHans.
|
|
19844
|
+
"./locales/en/index.ts": () => import("./i18n-en.fn7zc4mt.js").then((e) => e.t),
|
|
19845
|
+
"./locales/zhHans/index.ts": () => import("./i18n-zhHans.e8qzaki3.js").then((e) => e.t)
|
|
19838
19846
|
}), `./locales/${e}/index.ts`, 4)).default;
|
|
19839
19847
|
}
|
|
19840
19848
|
//#endregion
|