x-runtime-lib 0.8.219 → 0.8.221

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.
@@ -69,7 +69,7 @@ type ZPropertySelect = {
69
69
  } & ZPropertyBase;
70
70
  type ZPropertyColorPicker = {
71
71
  ui: 'colorPicker';
72
- default: string | undefined;
72
+ default: string;
73
73
  } & ZPropertyBase;
74
74
  type ZPropertyJsonEditor = {
75
75
  ui: 'jsonEditor';
@@ -82,15 +82,15 @@ type ZPropertyMultiTypes = {
82
82
  } & ZPropertyBase;
83
83
  type ZPropertySelectComp = {
84
84
  ui: 'selectComp';
85
- default: string | undefined;
85
+ default: string;
86
86
  } & ZPropertyBase;
87
87
  type ZPropertySelectSlot = {
88
88
  ui: 'selectSlot';
89
- default: string | undefined;
89
+ default: string;
90
90
  } & ZPropertyBase;
91
91
  type ZPropertySelectAdaptSlot = {
92
92
  ui: 'selectAdaptSlot';
93
- default: string | undefined;
93
+ default: string;
94
94
  } & ZPropertyBase;
95
95
  export type ZProperty = ({
96
96
  array?: false;
@@ -0,0 +1,2 @@
1
+ import { t as zhHans_default } from "./i18n-zhHans.mldkk8kv.js";
2
+ export { zhHans_default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.219",
4
+ "version": "0.8.221",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -1,2 +0,0 @@
1
- import { t as en_default } from "./i18n-en.jkuvala9.js";
2
- export { en_default as default };
@@ -1,2 +0,0 @@
1
- import { t as zhHans_default } from "./i18n-zhHans.cd57r6e5.js";
2
- export { zhHans_default as default };