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.
@@ -340,6 +340,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
340
340
  rowKey: "Row Key",
341
341
  rowReverse: "Row Reverse",
342
342
  rows: "Rows",
343
+ rules: "Rules",
343
344
  runtime: "Runtime",
344
345
  scale: "Scale",
345
346
  secondary: "Secondary",
@@ -340,6 +340,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
340
340
  rowKey: "行键",
341
341
  rowReverse: "行反向",
342
342
  rows: "行数",
343
+ rules: "规则(s)",
343
344
  runtime: "运行时",
344
345
  scale: "缩放",
345
346
  secondary: "次要",
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<ZPropertyMultiTypes> | WithArray<ZPropertyComp> | WithArray<ZPropertySlot> | WithArray<ZPropertyAdaptSlot> | WithArray<ZPropertyInlineSlot> | WithArray<ZPropertyTransient<Type>>;
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.ji44s5ag.js").then((e) => e.t),
19837
- "./locales/zhHans/index.ts": () => import("./i18n-zhHans.oz7lhaay.js").then((e) => e.t)
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.9.38",
4
+ "version": "0.9.39",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",