x-runtime-lib 0.7.42 → 0.7.43
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/index.d.ts +2 -1
- package/dist/components/element/misc/list/v1/index.vue.d.ts +2 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/misc/index.d.ts +1 -0
- package/dist/index.js +1081 -1024
- package/package.json +1 -1
- package/dist/components/element/control/conditional/v1/index.vue.d.ts +0 -12
- package/dist/components/element/control/list/v1/index.vue.d.ts +0 -3
- package/dist/components/element/control/list/v1/item.vue.d.ts +0 -16
- package/dist/element/control/conditional/v1/meta.d.ts +0 -2
- package/dist/element/control/list/v1/index.d.ts +0 -1
- package/dist/element/{control/conditional → misc/list}/v1/index.d.ts +0 -0
- package/dist/element/{control → misc}/list/v1/meta.d.ts +0 -0
- package/dist/{i18n-en.bxvae9bx.js → i18n-en.lr0fpebp.js} +1 -1
- package/dist/{i18n-zhHans.pum3a9fg.js → i18n-zhHans.l7xcda6n.js} +1 -1
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof __VLS_1) => any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
-
export default _default;
|
|
8
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
-
new (): {
|
|
10
|
-
$slots: S;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
item: any;
|
|
3
|
-
fields: string[];
|
|
4
|
-
}
|
|
5
|
-
declare var __VLS_1: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof __VLS_1) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
|
-
export default _default;
|
|
12
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
-
new (): {
|
|
14
|
-
$slots: S;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './meta';
|
|
File without changes
|
|
File without changes
|
|
@@ -65,8 +65,8 @@ const e = {
|
|
|
65
65
|
combobox: "Combobox",
|
|
66
66
|
comfortable: "Comfortable",
|
|
67
67
|
comp: "Comp",
|
|
68
|
-
compNotAvail: "Comp Not Available",
|
|
69
68
|
compact: "Compact",
|
|
69
|
+
compNotAvail: "Comp Not Available",
|
|
70
70
|
container: "Container",
|
|
71
71
|
containment: "Containment",
|
|
72
72
|
continuous: "Continuous",
|