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.
- package/dist/components/element/ui/dialog/v1/content.vue.d.ts +15 -0
- package/dist/components/element/ui/dialog/v1/index.vue.d.ts +1 -11
- package/dist/components/element/ui/menu/v1/content.vue.d.ts +15 -0
- package/dist/components/element/ui/menu/v1/index.vue.d.ts +1 -11
- package/dist/en.cud1nmyi.js +2 -0
- package/dist/{i18n-en.jkuvala9.js → i18n-en.f4dp7neu.js} +2 -1
- package/dist/{i18n-zhHans.cd57r6e5.js → i18n-zhHans.mldkk8kv.js} +2 -1
- package/dist/index.js +348 -234
- package/dist/types/protocol.d.ts +4 -4
- package/dist/zhHans.cvquec3k.js +2 -0
- package/package.json +1 -1
- package/dist/en.otnq7oq6.js +0 -2
- package/dist/zhHans.b7y34n3l.js +0 -2
package/dist/types/protocol.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ type ZPropertySelect = {
|
|
|
69
69
|
} & ZPropertyBase;
|
|
70
70
|
type ZPropertyColorPicker = {
|
|
71
71
|
ui: 'colorPicker';
|
|
72
|
-
default: string
|
|
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
|
|
85
|
+
default: string;
|
|
86
86
|
} & ZPropertyBase;
|
|
87
87
|
type ZPropertySelectSlot = {
|
|
88
88
|
ui: 'selectSlot';
|
|
89
|
-
default: string
|
|
89
|
+
default: string;
|
|
90
90
|
} & ZPropertyBase;
|
|
91
91
|
type ZPropertySelectAdaptSlot = {
|
|
92
92
|
ui: 'selectAdaptSlot';
|
|
93
|
-
default: string
|
|
93
|
+
default: string;
|
|
94
94
|
} & ZPropertyBase;
|
|
95
95
|
export type ZProperty = ({
|
|
96
96
|
array?: false;
|
package/package.json
CHANGED
package/dist/en.otnq7oq6.js
DELETED
package/dist/zhHans.b7y34n3l.js
DELETED