@me-framework/me-ui-antdv-next 0.0.13 → 0.0.16
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/body/index.vue.d.ts +3 -3
- package/dist/components/box/index.vue.d.ts +1 -1
- package/dist/components/input-gps/index.vue.d.ts +1 -1
- package/dist/components/input-icon-selector/index.vue.d.ts +1 -1
- package/dist/components/input-radio/index.vue.d.ts +2 -2
- package/dist/components/modal/index.vue.d.ts +2 -2
- package/dist/components/nav/index.vue.d.ts +2 -2
- package/dist/components/skeleton/index.vue.d.ts +2 -2
- package/dist/components/tree-menu/TreeMenuEdit.vue.d.ts +1 -1
- package/dist/components/tree-menu/index.vue.d.ts +1 -1
- package/dist/me-ui-antdv-next.css +1 -1
- package/dist/me-ui-antdv-next.js +2088 -91491
- package/dist/me-ui-antdv-next.umd.cjs +11 -272
- package/package.json +1 -1
|
@@ -156,12 +156,12 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
156
156
|
}>, {
|
|
157
157
|
loading: boolean | Component;
|
|
158
158
|
title: string;
|
|
159
|
-
|
|
159
|
+
mode: "normal" | "full";
|
|
160
160
|
result: "success" | "warning" | "info" | "error";
|
|
161
|
-
empty: boolean | Component;
|
|
162
161
|
error: boolean | Component;
|
|
163
|
-
|
|
162
|
+
empty: boolean | Component;
|
|
164
163
|
background: string;
|
|
164
|
+
space: string | number;
|
|
165
165
|
fullScreen: boolean;
|
|
166
166
|
emptyDescription: string;
|
|
167
167
|
subTitle: string;
|
|
@@ -204,10 +204,10 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
204
204
|
width: string;
|
|
205
205
|
type: MeBoxType;
|
|
206
206
|
title: string;
|
|
207
|
-
bodyStyle: Record<string, any>;
|
|
208
207
|
height: string;
|
|
209
208
|
showTrafficLights: boolean;
|
|
210
209
|
trafficLightPosition: MeBoxTrafficLightPosition;
|
|
210
|
+
bodyStyle: Record<string, any>;
|
|
211
211
|
customStyle: Record<string, any>;
|
|
212
212
|
stripeAnimated: boolean;
|
|
213
213
|
stripeDirection: MeBoxStripeDirection;
|
|
@@ -12,8 +12,8 @@ declare const __VLS_export: import('vue').DefineComponent<MeInputGpsProps, {}, {
|
|
|
12
12
|
address: string;
|
|
13
13
|
}) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
-
disabled: boolean;
|
|
16
15
|
placeholder: string;
|
|
16
|
+
disabled: boolean;
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: typeof __VLS_export;
|
|
19
19
|
export default _default;
|
|
@@ -12,7 +12,6 @@ declare const __VLS_base: import('vue').DefineComponent<MeInputIconSelectorProps
|
|
|
12
12
|
}>, {
|
|
13
13
|
modelValue: string;
|
|
14
14
|
size: "large" | "middle" | "small";
|
|
15
|
-
disabled: boolean;
|
|
16
15
|
iconfontPrefix: string;
|
|
17
16
|
iconfontMode: "class" | "symbol";
|
|
18
17
|
sources: MeInputIconSelectorSource[];
|
|
@@ -21,6 +20,7 @@ declare const __VLS_base: import('vue').DefineComponent<MeInputIconSelectorProps
|
|
|
21
20
|
searchPlaceholder: string;
|
|
22
21
|
pageSize: number;
|
|
23
22
|
popoverWidth: number | string;
|
|
23
|
+
disabled: boolean;
|
|
24
24
|
clearable: boolean;
|
|
25
25
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -95,11 +95,11 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
95
95
|
top: boolean;
|
|
96
96
|
width: string;
|
|
97
97
|
title: string;
|
|
98
|
-
size: "small" | "normal";
|
|
99
|
-
radio: boolean;
|
|
100
98
|
label: string | number | boolean;
|
|
101
99
|
desc: string;
|
|
100
|
+
size: "small" | "normal";
|
|
102
101
|
disabled: boolean;
|
|
102
|
+
radio: boolean;
|
|
103
103
|
gap: string;
|
|
104
104
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
105
105
|
declare const _default: typeof __VLS_export;
|
|
@@ -12,14 +12,14 @@ declare const __VLS_base: import('vue').DefineComponent<MeModalProps, {
|
|
|
12
12
|
isFullscreen: import('vue').Ref<boolean, boolean>;
|
|
13
13
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
14
|
cancel: (event: MouseEvent) => any;
|
|
15
|
-
ok: (event: MouseEvent) => any;
|
|
16
15
|
"update:open": (value: boolean) => any;
|
|
17
16
|
"fullscreen-change": (value: boolean) => any;
|
|
17
|
+
ok: (event: MouseEvent) => any;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<MeModalProps> & Readonly<{
|
|
19
19
|
onCancel?: ((event: MouseEvent) => any) | undefined;
|
|
20
|
-
onOk?: ((event: MouseEvent) => any) | undefined;
|
|
21
20
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
22
21
|
"onFullscreen-change"?: ((value: boolean) => any) | undefined;
|
|
22
|
+
onOk?: ((event: MouseEvent) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
width: string | number;
|
|
25
25
|
open: boolean;
|
|
@@ -56,14 +56,14 @@ declare const __VLS_base: import('vue').DefineComponent<MeNavProps, {
|
|
|
56
56
|
}>, {
|
|
57
57
|
modelValue: string;
|
|
58
58
|
width: number | string;
|
|
59
|
-
keyboard: boolean;
|
|
60
|
-
closable: boolean;
|
|
61
59
|
tabList: MeNavTabItemData[];
|
|
62
60
|
contextMenu: MeNavMenuItem[] | ((item: MeNavTabItemData, index: number) => MeNavMenuItem[]);
|
|
63
61
|
tabProps: import('./types').MeNavTabProps;
|
|
64
62
|
scrollTargetOffset: number;
|
|
65
63
|
showLockMenu: boolean;
|
|
66
64
|
titleMaxWidth: number | string;
|
|
65
|
+
keyboard: boolean;
|
|
66
|
+
closable: boolean;
|
|
67
67
|
activeAfterRemove: import('./types').MeNavActiveAfterRemove;
|
|
68
68
|
builtinMenu: MeNavBuiltinMenuItem[];
|
|
69
69
|
beforeClose: (item: MeNavTabItemData, index: number) => boolean | Promise<boolean>;
|
|
@@ -5,11 +5,11 @@ type __VLS_Slots = {} & {
|
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import('vue').DefineComponent<MeSkeletonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MeSkeletonProps> & Readonly<{}>, {
|
|
7
7
|
loading: boolean;
|
|
8
|
-
avatar: boolean;
|
|
9
8
|
height: string | number;
|
|
10
|
-
|
|
9
|
+
avatar: boolean;
|
|
11
10
|
preset: MeSkeletonPreset;
|
|
12
11
|
animated: boolean;
|
|
12
|
+
rows: number;
|
|
13
13
|
rowHeight: number;
|
|
14
14
|
rowGap: number;
|
|
15
15
|
avatarSize: number;
|
|
@@ -107,9 +107,9 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
107
107
|
default: () => string[];
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{}>, {
|
|
110
|
-
size: "small" | "large" | "middle";
|
|
111
110
|
form: MeTreeMenuData;
|
|
112
111
|
label: string;
|
|
112
|
+
size: "small" | "large" | "middle";
|
|
113
113
|
iconfontData: string[];
|
|
114
114
|
list: MeTreeMenuData[];
|
|
115
115
|
titleType: MeTreeMenuTitleType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { MeTreeMenuData, MeTreeMenuAction, MeTreeMenuInstance, MeTreeMenuItem, MeTreeMenuMoveConfirm, MeInputIconSelectorSource } from './types';
|
|
3
3
|
declare var __VLS_13: {}, __VLS_33: {}, __VLS_61: {
|
|
4
|
-
data:
|
|
4
|
+
data: any;
|
|
5
5
|
}, __VLS_89: {}, __VLS_109: {}, __VLS_112: {}, __VLS_115: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
7
|
header?: (props: typeof __VLS_13) => any;
|