x-runtime-lib 0.5.16 → 0.5.17
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/dialog/v1/index.vue.d.ts +0 -1
- package/dist/components/element/textField/v1/index.vue.d.ts +22 -1
- package/dist/composables/element/common/method.d.ts +2 -0
- package/dist/{i18n-en-b8zhxb60.js → i18n-en-chxvg9av.js} +0 -2
- package/dist/{i18n-zhHans-mqoymcvp.js → i18n-zhHans-irh3vhql.js} +0 -2
- package/dist/index.js +1139 -1096
- package/dist/types/element.d.ts +0 -5
- package/package.json +1 -1
- package/dist/element/basic/package/v1/index.d.ts +0 -3
package/dist/types/element.d.ts
CHANGED
|
@@ -21,10 +21,6 @@ export type ZType = ZTypeWord | ZTypeInput;
|
|
|
21
21
|
export type ZSlot = {
|
|
22
22
|
key: string;
|
|
23
23
|
name: string;
|
|
24
|
-
params: {
|
|
25
|
-
key: string;
|
|
26
|
-
name: string;
|
|
27
|
-
}[];
|
|
28
24
|
};
|
|
29
25
|
export type ZEvent = {
|
|
30
26
|
key: string;
|
|
@@ -185,7 +181,6 @@ export type ZPkg = {
|
|
|
185
181
|
elements: Set<string>;
|
|
186
182
|
globalityKey: string;
|
|
187
183
|
refKey: string;
|
|
188
|
-
packageKey: string;
|
|
189
184
|
groups: ZGroup[];
|
|
190
185
|
};
|
|
191
186
|
export type ZPkgs = {
|
package/package.json
CHANGED