@me-framework/me-ui-antdv-next 0.0.24 → 0.0.28
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/README.md +41 -0
- package/dist/base/index.css +1 -0
- package/dist/base/index.js +0 -0
- package/dist/base.d.ts +1 -0
- package/dist/body/index.css +1 -0
- package/dist/body/index.js +153 -0
- package/dist/{components/body → body}/index.vue.d.ts +3 -3
- package/dist/box/index.css +1 -0
- package/dist/box/index.js +170 -0
- package/dist/breadcrumb/index.css +1 -0
- package/dist/breadcrumb/index.js +99 -0
- package/dist/card/index.css +1 -0
- package/dist/card/index.js +154 -0
- package/dist/chunks/icon-CXjgApCy.js +156 -0
- package/dist/chunks/input-icon-selector-BrrR4KK6.js +228 -0
- package/dist/chunks/message-D2zYiiQe.js +290 -0
- package/dist/chunks/modal-KBZYtIHD.js +178 -0
- package/dist/icon/index.css +1 -0
- package/dist/icon/index.js +27 -0
- package/dist/index.d.ts +34 -34
- package/dist/input-gps/index.css +1 -0
- package/dist/input-gps/index.js +303 -0
- package/dist/{components/input-gps → input-gps}/index.vue.d.ts +3 -1
- package/dist/{components/input-gps → input-gps}/map.vue.d.ts +1 -1
- package/dist/{components/input-gps → input-gps}/types.d.ts +9 -5
- package/dist/input-icon-selector/index.css +1 -0
- package/dist/input-icon-selector/index.js +2 -0
- package/dist/input-radio/index.css +1 -0
- package/dist/input-radio/index.js +96 -0
- package/dist/{components/input-radio → input-radio}/index.vue.d.ts +3 -3
- package/dist/load-json/index.css +1 -0
- package/dist/load-json/index.js +211 -0
- package/dist/login-page/index.css +1 -0
- package/dist/login-page/index.js +272 -0
- package/dist/me-ui-antdv-next.js +62 -48
- package/dist/me-ui-antdv-next.umd.cjs +2 -2
- package/dist/menu/index.css +1 -0
- package/dist/menu/index.js +465 -0
- package/dist/message/index.css +1 -0
- package/dist/message/index.js +2 -0
- package/dist/modal/index.css +1 -0
- package/dist/modal/index.js +2 -0
- package/dist/nav/index.css +1 -0
- package/dist/nav/index.js +560 -0
- package/dist/resolver/index.d.ts +7 -0
- package/dist/resolver/index.js +39 -0
- package/dist/resolver/resolver-map.d.ts +6 -0
- package/dist/resolver/resolver-type.d.ts +19 -0
- package/dist/resolver.d.ts +2 -0
- package/dist/shims-vue.d.ts +3 -0
- package/dist/skeleton/index.css +1 -0
- package/dist/skeleton/index.js +141 -0
- package/dist/{me-ui-antdv-next.css → style.css} +1 -1
- package/dist/styles/base.d.ts +0 -0
- package/dist/tree-menu/index.css +1 -0
- package/dist/tree-menu/index.js +890 -0
- package/package.json +18 -9
- package/dist/{components/body → body}/index.d.ts +0 -0
- package/dist/{components/body → body}/types.d.ts +0 -0
- package/dist/{components/box → box}/index.d.ts +0 -0
- package/dist/{components/box → box}/index.vue.d.ts +2 -2
- package/dist/{components/box → box}/types.d.ts +0 -0
- package/dist/{components/breadcrumb → breadcrumb}/index.d.ts +0 -0
- package/dist/{components/breadcrumb → breadcrumb}/index.vue.d.ts +0 -0
- package/dist/{components/breadcrumb → breadcrumb}/types.d.ts +0 -0
- package/dist/{components/card → card}/index.d.ts +0 -0
- package/dist/{components/card → card}/index.vue.d.ts +4 -4
- package/dist/{components/card → card}/types.d.ts +0 -0
- package/dist/{components/icon → icon}/index.d.ts +0 -0
- package/dist/{components/icon → icon}/index.vue.d.ts +2 -2
- package/dist/{components/icon → icon}/types.d.ts +0 -0
- package/dist/{components/input-gps → input-gps}/index.d.ts +0 -0
- package/dist/{components/input-icon-selector → input-icon-selector}/index.d.ts +0 -0
- package/dist/{components/input-icon-selector → input-icon-selector}/index.vue.d.ts +5 -5
- package/dist/{components/input-icon-selector → input-icon-selector}/types.d.ts +0 -0
- package/dist/{components/input-radio → input-radio}/index.d.ts +0 -0
- package/dist/{components/input-radio → input-radio}/types.d.ts +0 -0
- package/dist/{components/load-json → load-json}/index.d.ts +0 -0
- package/dist/{components/load-json → load-json}/index.vue.d.ts +1 -1
- package/dist/{components/load-json → load-json}/types.d.ts +0 -0
- package/dist/{components/login-page → login-page}/index.d.ts +0 -0
- package/dist/{components/login-page → login-page}/index.vue.d.ts +0 -0
- package/dist/{components/login-page → login-page}/types.d.ts +0 -0
- package/dist/{components/menu → menu}/MenuTreeItem.vue.d.ts +0 -0
- package/dist/{components/menu → menu}/index.d.ts +0 -0
- package/dist/{components/menu → menu}/index.vue.d.ts +2 -2
- package/dist/{components/menu → menu}/types.d.ts +0 -0
- package/dist/{components/message → message}/index.d.ts +0 -0
- package/dist/{components/message → message}/index.vue.d.ts +4 -4
- package/dist/{components/message → message}/types.d.ts +0 -0
- package/dist/{components/modal → modal}/index.d.ts +0 -0
- package/dist/{components/modal → modal}/index.vue.d.ts +5 -5
- package/dist/{components/modal → modal}/types.d.ts +0 -0
- package/dist/{components/nav → nav}/composables/useNavDrag.d.ts +0 -0
- package/dist/{components/nav → nav}/composables/useNavScroll.d.ts +0 -0
- package/dist/{components/nav → nav}/index.d.ts +0 -0
- package/dist/{components/nav → nav}/index.vue.d.ts +5 -5
- package/dist/{components/nav → nav}/types.d.ts +0 -0
- package/dist/{components/skeleton → skeleton}/index.d.ts +0 -0
- package/dist/{components/skeleton → skeleton}/index.vue.d.ts +0 -0
- package/dist/{components/skeleton → skeleton}/types.d.ts +0 -0
- package/dist/{components/tree-menu → tree-menu}/TreeMenuActions.vue.d.ts +0 -0
- package/dist/{components/tree-menu → tree-menu}/TreeMenuCard.vue.d.ts +1 -1
- package/dist/{components/tree-menu → tree-menu}/TreeMenuEdit.vue.d.ts +2 -2
- package/dist/{components/tree-menu → tree-menu}/TreeMenuNode.vue.d.ts +0 -0
- package/dist/{components/tree-menu → tree-menu}/index.d.ts +0 -0
- package/dist/{components/tree-menu → tree-menu}/index.vue.d.ts +3 -3
- /package/dist/{components/tree-menu → tree-menu}/types.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@me-framework/me-ui-antdv-next",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"description": "A Vue 3 + TypeScript UI component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/me-ui-antdv-next.umd.cjs",
|
|
@@ -15,7 +15,18 @@
|
|
|
15
15
|
"require": "./dist/me-ui-antdv-next.umd.cjs",
|
|
16
16
|
"types": "./dist/index.d.ts"
|
|
17
17
|
},
|
|
18
|
-
"./
|
|
18
|
+
"./style.css": "./dist/style.css",
|
|
19
|
+
"./dist/style.css": "./dist/style.css",
|
|
20
|
+
"./base.css": "./dist/base/index.css",
|
|
21
|
+
"./resolver": {
|
|
22
|
+
"import": "./dist/resolver/index.js",
|
|
23
|
+
"types": "./dist/resolver/index.d.ts"
|
|
24
|
+
},
|
|
25
|
+
"./*/style.css": "./dist/*/index.css",
|
|
26
|
+
"./*": {
|
|
27
|
+
"import": "./dist/*/index.js",
|
|
28
|
+
"types": "./dist/*/index.d.ts"
|
|
29
|
+
}
|
|
19
30
|
},
|
|
20
31
|
"sideEffects": [
|
|
21
32
|
"**/*.css",
|
|
@@ -23,8 +34,8 @@
|
|
|
23
34
|
],
|
|
24
35
|
"scripts": {
|
|
25
36
|
"dev": "vite --host",
|
|
26
|
-
"build": "vue-tsc --noEmit && vite build",
|
|
27
|
-
"build:lib": "vue-tsc --noEmit && vite build",
|
|
37
|
+
"build": "vue-tsc --noEmit && vite build && vite build --config vite.ondemand.config.ts && node scripts/postbuild-dts.js",
|
|
38
|
+
"build:lib": "vue-tsc --noEmit && vite build && vite build --config vite.ondemand.config.ts && node scripts/postbuild-dts.js",
|
|
28
39
|
"build:demo": "vite build --mode demo",
|
|
29
40
|
"preview:demo": "vite preview --mode demo --outDir dist-demo",
|
|
30
41
|
"preview": "vite preview",
|
|
@@ -57,8 +68,6 @@
|
|
|
57
68
|
"@types/node": "^26.2.0",
|
|
58
69
|
"@typescript/typescript6": "^6.0.2",
|
|
59
70
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
60
|
-
"@vue/repl": "^4.7.2",
|
|
61
|
-
"element-plus": "^2.14.5",
|
|
62
71
|
"highlight.js": "^11.12.0",
|
|
63
72
|
"highlightjs-line-numbers.js": "^2.9.1",
|
|
64
73
|
"marked": "^18.0.10",
|
|
@@ -75,16 +84,16 @@
|
|
|
75
84
|
},
|
|
76
85
|
"dependencies": {
|
|
77
86
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
78
|
-
"@lucide/vue": "^1.
|
|
87
|
+
"@lucide/vue": "^1.41.0",
|
|
88
|
+
"remixicon": "^4.9.1",
|
|
79
89
|
"antdv-next": "^1.5.2",
|
|
80
90
|
"dayjs": "^1.11.23",
|
|
81
91
|
"jsoneditor": "^10.4.3",
|
|
82
92
|
"morphicons": "^1.7.0",
|
|
83
93
|
"motion-v": "^2.4.0",
|
|
94
|
+
"vue-devtools": "^5.1.4",
|
|
84
95
|
"pinia": "^4.0.3",
|
|
85
96
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
86
|
-
"remixicon": "^4.9.1",
|
|
87
|
-
"vue-devtools": "^5.1.4",
|
|
88
97
|
"vue-draggable-plus": "^0.6.1",
|
|
89
98
|
"vue-fullscreen": "^2.6.1"
|
|
90
99
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -201,13 +201,13 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
201
201
|
onMinimize?: ((...args: any[]) => any) | undefined;
|
|
202
202
|
onMaximize?: ((...args: any[]) => any) | undefined;
|
|
203
203
|
}>, {
|
|
204
|
-
width: string;
|
|
205
204
|
type: MeBoxType;
|
|
206
205
|
title: string;
|
|
206
|
+
bodyStyle: Record<string, any>;
|
|
207
207
|
height: string;
|
|
208
|
+
width: string;
|
|
208
209
|
showTrafficLights: boolean;
|
|
209
210
|
trafficLightPosition: MeBoxTrafficLightPosition;
|
|
210
|
-
bodyStyle: Record<string, any>;
|
|
211
211
|
customStyle: Record<string, any>;
|
|
212
212
|
stripeAnimated: boolean;
|
|
213
213
|
stripeDirection: MeBoxStripeDirection;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -65,10 +65,10 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
67
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
68
|
-
"fullscreen-change": (fullscreen: boolean) => any;
|
|
69
68
|
"update:collapsed": (collapsed: boolean) => any;
|
|
70
69
|
"collapse-change": (collapsed: boolean) => any;
|
|
71
70
|
"update:fullscreen": (fullscreen: boolean) => any;
|
|
71
|
+
"fullscreen-change": (fullscreen: boolean) => any;
|
|
72
72
|
"update:loading": (loading: boolean) => any;
|
|
73
73
|
"loading-change": (loading: boolean) => any;
|
|
74
74
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -123,22 +123,22 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
}>> & Readonly<{
|
|
126
|
-
"onFullscreen-change"?: ((fullscreen: boolean) => any) | undefined;
|
|
127
126
|
"onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
|
|
128
127
|
"onCollapse-change"?: ((collapsed: boolean) => any) | undefined;
|
|
129
128
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
129
|
+
"onFullscreen-change"?: ((fullscreen: boolean) => any) | undefined;
|
|
130
130
|
"onUpdate:loading"?: ((loading: boolean) => any) | undefined;
|
|
131
131
|
"onLoading-change"?: ((loading: boolean) => any) | undefined;
|
|
132
132
|
}>, {
|
|
133
133
|
loading: boolean | undefined;
|
|
134
134
|
title: string;
|
|
135
135
|
height: string | number;
|
|
136
|
-
fullscreen: boolean | undefined;
|
|
137
|
-
defaultFullscreen: boolean;
|
|
138
136
|
collapsible: boolean;
|
|
139
137
|
defaultCollapsed: boolean;
|
|
140
138
|
collapsed: boolean | undefined;
|
|
141
139
|
fullscreenable: boolean;
|
|
140
|
+
fullscreen: boolean | undefined;
|
|
141
|
+
defaultFullscreen: boolean;
|
|
142
142
|
defaultLoading: boolean;
|
|
143
143
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
144
144
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
File without changes
|
|
File without changes
|
|
@@ -109,12 +109,12 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
109
109
|
default: "class" | "symbol";
|
|
110
110
|
};
|
|
111
111
|
}>> & Readonly<{}>, {
|
|
112
|
+
size: string | number;
|
|
112
113
|
type: MeIconType;
|
|
113
114
|
name: string | Component;
|
|
114
|
-
size: string | number;
|
|
115
115
|
color: string;
|
|
116
|
-
bgColor: string;
|
|
117
116
|
radius: string | number;
|
|
117
|
+
bgColor: string;
|
|
118
118
|
strokeWidth: number;
|
|
119
119
|
iconfontPrefix: string;
|
|
120
120
|
iconfontMode: "symbol" | "class";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,23 +4,23 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_61) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import('vue').DefineComponent<MeInputIconSelectorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (value: string) => any;
|
|
8
7
|
change: (value: string) => any;
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<MeInputIconSelectorProps> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
10
|
onChange?: ((value: string) => any) | undefined;
|
|
11
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
modelValue: string;
|
|
14
13
|
size: "large" | "middle" | "small";
|
|
15
14
|
iconfontPrefix: string;
|
|
16
15
|
iconfontMode: "class" | "symbol";
|
|
16
|
+
modelValue: string;
|
|
17
|
+
placeholder: string;
|
|
18
|
+
disabled: boolean;
|
|
17
19
|
sources: MeInputIconSelectorSource[];
|
|
18
20
|
iconfontData: string[];
|
|
19
|
-
placeholder: string;
|
|
20
21
|
searchPlaceholder: string;
|
|
21
22
|
pageSize: number;
|
|
22
23
|
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>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -17,9 +17,9 @@ declare const __VLS_base: import('vue').DefineComponent<MeLoadJsonProps, {
|
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<MeLoadJsonProps> & Readonly<{
|
|
18
18
|
onChange?: ((data: object | any[]) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
+
title: string;
|
|
20
21
|
data: object | any[] | null;
|
|
21
22
|
width: string | number;
|
|
22
|
-
title: string;
|
|
23
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
25
|
declare const _default: typeof __VLS_export;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -28,14 +28,14 @@ declare const __VLS_base: import('vue').DefineComponent<MeMenuProps, {
|
|
|
28
28
|
"onUpdate:selectedId"?: ((value: string) => any) | undefined;
|
|
29
29
|
"onUpdate:rightCollapsed"?: ((value: boolean) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
|
+
background: string;
|
|
31
32
|
data: MeMenuItem[];
|
|
32
|
-
router: boolean;
|
|
33
33
|
height: string | number;
|
|
34
|
-
background: string;
|
|
35
34
|
activeId: string;
|
|
36
35
|
defaultActiveId: string;
|
|
37
36
|
selectedId: string;
|
|
38
37
|
defaultSelectedId: string;
|
|
38
|
+
router: boolean;
|
|
39
39
|
leftWidth: string | number;
|
|
40
40
|
rightWidth: string | number;
|
|
41
41
|
hideDisabled: boolean;
|
|
File without changes
|
|
File without changes
|
|
@@ -19,14 +19,14 @@ declare const __VLS_base: import('vue').DefineComponent<MeMessageProps, {
|
|
|
19
19
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20
20
|
onClosed?: (() => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
+
data: MeMessageData;
|
|
23
|
+
top: string | number;
|
|
24
|
+
width: string | number;
|
|
25
|
+
centered: boolean;
|
|
22
26
|
modelValue: boolean;
|
|
23
27
|
request: (data: any) => Promise<any>;
|
|
24
|
-
data: MeMessageData;
|
|
25
28
|
handler: MeMessageHandler;
|
|
26
29
|
closeOnRouteChange: boolean;
|
|
27
|
-
centered: boolean;
|
|
28
|
-
top: string | number;
|
|
29
|
-
width: string | number;
|
|
30
30
|
onDestroy: () => void;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
32
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
File without changes
|
|
File without changes
|
|
@@ -11,20 +11,20 @@ declare const __VLS_base: import('vue').DefineComponent<MeModalProps, {
|
|
|
11
11
|
/** 是否全屏 */
|
|
12
12
|
isFullscreen: import('vue').Ref<boolean, boolean>;
|
|
13
13
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
|
-
cancel: (event: MouseEvent) => any;
|
|
15
|
-
"update:open": (value: boolean) => any;
|
|
16
14
|
"fullscreen-change": (value: boolean) => any;
|
|
15
|
+
"update:open": (value: boolean) => any;
|
|
17
16
|
ok: (event: MouseEvent) => any;
|
|
17
|
+
cancel: (event: MouseEvent) => any;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<MeModalProps> & Readonly<{
|
|
19
|
-
onCancel?: ((event: MouseEvent) => any) | undefined;
|
|
20
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
21
19
|
"onFullscreen-change"?: ((value: boolean) => any) | undefined;
|
|
20
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
22
21
|
onOk?: ((event: MouseEvent) => any) | undefined;
|
|
22
|
+
onCancel?: ((event: MouseEvent) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
width: string | number;
|
|
25
|
-
open: boolean;
|
|
26
25
|
fullscreen: boolean;
|
|
27
26
|
defaultFullscreen: boolean;
|
|
27
|
+
open: boolean;
|
|
28
28
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
29
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
30
|
declare const _default: typeof __VLS_export;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -28,8 +28,8 @@ declare const __VLS_base: import('vue').DefineComponent<MeNavProps, {
|
|
|
28
28
|
scrollToEnd: () => void;
|
|
29
29
|
activeItem: import('vue').ComputedRef<MeNavTabItemData | undefined>;
|
|
30
30
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
31
|
-
"update:modelValue": (value: string) => any;
|
|
32
31
|
scroll: (translateX: number) => any;
|
|
32
|
+
"update:modelValue": (value: string) => any;
|
|
33
33
|
contextmenu: (payload: import('./types').MeNavContextMenuPayload) => any;
|
|
34
34
|
"toggle-lock": (payload: import('./types').MeNavToggleLockPayload) => any;
|
|
35
35
|
refresh: (payload: import('./types').MeNavBuiltinMenuPayload) => any;
|
|
@@ -41,8 +41,8 @@ declare const __VLS_base: import('vue').DefineComponent<MeNavProps, {
|
|
|
41
41
|
"tab-change": (payload: import('./types').MeNavTabChangePayload) => any;
|
|
42
42
|
"tab-remove": (payload: import('./types').MeNavTabRemovePayload) => any;
|
|
43
43
|
}, string, import('vue').PublicProps, Readonly<MeNavProps> & Readonly<{
|
|
44
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
45
44
|
onScroll?: ((translateX: number) => any) | undefined;
|
|
45
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
46
46
|
onContextmenu?: ((payload: import('./types').MeNavContextMenuPayload) => any) | undefined;
|
|
47
47
|
"onToggle-lock"?: ((payload: import('./types').MeNavToggleLockPayload) => any) | undefined;
|
|
48
48
|
onRefresh?: ((payload: import('./types').MeNavBuiltinMenuPayload) => any) | undefined;
|
|
@@ -54,16 +54,16 @@ declare const __VLS_base: import('vue').DefineComponent<MeNavProps, {
|
|
|
54
54
|
"onTab-change"?: ((payload: import('./types').MeNavTabChangePayload) => any) | undefined;
|
|
55
55
|
"onTab-remove"?: ((payload: import('./types').MeNavTabRemovePayload) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
-
modelValue: string;
|
|
58
57
|
width: number | string;
|
|
58
|
+
keyboard: boolean;
|
|
59
|
+
closable: boolean;
|
|
60
|
+
modelValue: string;
|
|
59
61
|
tabList: MeNavTabItemData[];
|
|
60
62
|
contextMenu: MeNavMenuItem[] | ((item: MeNavTabItemData, index: number) => MeNavMenuItem[]);
|
|
61
63
|
tabProps: import('./types').MeNavTabProps;
|
|
62
64
|
scrollTargetOffset: number;
|
|
63
65
|
showLockMenu: boolean;
|
|
64
66
|
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>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -27,8 +27,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {
|
|
30
|
-
title: string;
|
|
31
30
|
icon: string;
|
|
31
|
+
title: string;
|
|
32
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
34
34
|
declare const _default: typeof __VLS_export;
|
|
@@ -107,14 +107,14 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
107
107
|
default: () => string[];
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{}>, {
|
|
110
|
+
size: "small" | "large" | "middle";
|
|
110
111
|
form: MeTreeMenuData;
|
|
111
112
|
label: string;
|
|
112
|
-
size: "small" | "large" | "middle";
|
|
113
113
|
iconfontData: string[];
|
|
114
|
+
rules: Record<string, any[]>;
|
|
114
115
|
list: MeTreeMenuData[];
|
|
115
116
|
titleType: MeTreeMenuTitleType;
|
|
116
117
|
editTitle: string;
|
|
117
|
-
rules: Record<string, any[]>;
|
|
118
118
|
iconSources: MeInputIconSelectorSource[];
|
|
119
119
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
120
120
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
File without changes
|
|
File without changes
|
|
@@ -307,12 +307,12 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
307
307
|
}>, {
|
|
308
308
|
form: MeTreeMenuData;
|
|
309
309
|
label: string;
|
|
310
|
-
leftWidth: string | number;
|
|
311
310
|
iconfontData: string[];
|
|
312
|
-
showLine: boolean;
|
|
313
311
|
draggable: boolean;
|
|
314
|
-
|
|
312
|
+
leftWidth: string | number;
|
|
315
313
|
list: MeTreeMenuData[];
|
|
314
|
+
showLine: boolean;
|
|
315
|
+
actions: MeTreeMenuAction[];
|
|
316
316
|
editTitle: string;
|
|
317
317
|
iconSources: MeInputIconSelectorSource[];
|
|
318
318
|
showCheckbox: boolean;
|
|
File without changes
|