next-element-vue 0.6.15 → 0.6.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/index.css +3 -3
- package/dist/index.js +3 -3
- package/dist/packages/components/crud-table/src/config.d.ts +2 -0
- package/dist/packages/components/crud-table-virtualized/src/index-demo.d.ts +1 -1
- package/dist/packages/components/form/index.d.ts +2 -1
- package/dist/packages/components/form/src/config.d.ts +1 -0
- package/dist/packages/components/form/src/widgets/tree-select.d.ts +2 -1
- package/dist/packages/hooks/use-locale/index.d.ts +12 -0
- package/dist/packages/locale/lang/en.d.ts +4 -0
- package/dist/packages/locale/lang/zh-cn.d.ts +4 -0
- package/dist/packages/locale/lang/zh-tw.d.ts +4 -0
- package/package.json +2 -2
|
@@ -101,6 +101,8 @@ export interface FormColunmProps extends Column {
|
|
|
101
101
|
formLoadDicData?: Function;
|
|
102
102
|
formAccordion?: boolean;
|
|
103
103
|
onChangeForm?: Function;
|
|
104
|
+
onClearForm?: Function;
|
|
105
|
+
onExceedForm?: Function;
|
|
104
106
|
formFilterable?: boolean;
|
|
105
107
|
formAllowCreate?: boolean;
|
|
106
108
|
formNodeKey?: string;
|
|
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
60
60
|
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
|
61
61
|
}>, {
|
|
62
62
|
data: unknown[];
|
|
63
|
-
style: import("vue").CSSProperties;
|
|
64
63
|
className: string;
|
|
64
|
+
style: import("vue").CSSProperties;
|
|
65
65
|
options: Record<string, any>;
|
|
66
66
|
loading: boolean;
|
|
67
67
|
page: Record<string, any>;
|
|
@@ -16,7 +16,7 @@ export declare const NextTreeSelect: import("../../utils/install").SFCWithInstal
|
|
|
16
16
|
type: ObjectConstructor;
|
|
17
17
|
default: () => {};
|
|
18
18
|
};
|
|
19
|
-
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change")[], "change" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "clear" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change")[], "change" | "clear" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
modelValue: {
|
|
21
21
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
22
22
|
default: string;
|
|
@@ -35,6 +35,7 @@ export declare const NextTreeSelect: import("../../utils/install").SFCWithInstal
|
|
|
35
35
|
};
|
|
36
36
|
}>> & Readonly<{
|
|
37
37
|
onChange?: (...args: any[]) => any;
|
|
38
|
+
onClear?: (...args: any[]) => any;
|
|
38
39
|
"onNode-click"?: (...args: any[]) => any;
|
|
39
40
|
"onNode-contextmenu"?: (...args: any[]) => any;
|
|
40
41
|
onCheck?: (...args: any[]) => any;
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15
15
|
type: ObjectConstructor;
|
|
16
16
|
default: () => {};
|
|
17
17
|
};
|
|
18
|
-
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change")[], "change" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "clear" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change")[], "change" | "clear" | "node-click" | "node-contextmenu" | "check" | "check-change" | "node-expand" | "node-collapse" | "current-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
modelValue: {
|
|
20
20
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
21
21
|
default: string;
|
|
@@ -34,6 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{
|
|
36
36
|
onChange?: (...args: any[]) => any;
|
|
37
|
+
onClear?: (...args: any[]) => any;
|
|
37
38
|
"onNode-click"?: (...args: any[]) => any;
|
|
38
39
|
"onNode-contextmenu"?: (...args: any[]) => any;
|
|
39
40
|
onCheck?: (...args: any[]) => any;
|
|
@@ -76,13 +76,17 @@ export declare const localeLang: {
|
|
|
76
76
|
systemSetting: string;
|
|
77
77
|
globalTheme: string;
|
|
78
78
|
themeColor: string;
|
|
79
|
+
textPrimary: string;
|
|
79
80
|
darkMode: string;
|
|
81
|
+
themeGlass: string;
|
|
80
82
|
headerBackground: string;
|
|
81
83
|
headerTextColor: string;
|
|
82
84
|
headerActiveTextColor: string;
|
|
83
85
|
headerGradient: string;
|
|
84
86
|
layoutMode: string;
|
|
85
87
|
isShowTab: string;
|
|
88
|
+
themeBackground: string;
|
|
89
|
+
backgroundSetting: string;
|
|
86
90
|
saveSetting: string;
|
|
87
91
|
resetSetting: string;
|
|
88
92
|
};
|
|
@@ -185,13 +189,17 @@ export declare const localeLang: {
|
|
|
185
189
|
systemSetting: string;
|
|
186
190
|
globalTheme: string;
|
|
187
191
|
themeColor: string;
|
|
192
|
+
textPrimary: string;
|
|
188
193
|
darkMode: string;
|
|
194
|
+
themeGlass: string;
|
|
189
195
|
headerBackground: string;
|
|
190
196
|
headerTextColor: string;
|
|
191
197
|
headerActiveTextColor: string;
|
|
192
198
|
headerGradient: string;
|
|
193
199
|
layoutMode: string;
|
|
194
200
|
isShowTab: string;
|
|
201
|
+
themeBackground: string;
|
|
202
|
+
backgroundSetting: string;
|
|
195
203
|
saveSetting: string;
|
|
196
204
|
resetSetting: string;
|
|
197
205
|
};
|
|
@@ -294,13 +302,17 @@ export declare const localeLang: {
|
|
|
294
302
|
systemSetting: string;
|
|
295
303
|
globalTheme: string;
|
|
296
304
|
themeColor: string;
|
|
305
|
+
textPrimary: string;
|
|
297
306
|
darkMode: string;
|
|
307
|
+
themeGlass: string;
|
|
298
308
|
headerBackground: string;
|
|
299
309
|
headerTextColor: string;
|
|
300
310
|
headerActiveTextColor: string;
|
|
301
311
|
headerGradient: string;
|
|
302
312
|
layoutMode: string;
|
|
303
313
|
isShowTab: string;
|
|
314
|
+
themeBackground: string;
|
|
315
|
+
backgroundSetting: string;
|
|
304
316
|
saveSetting: string;
|
|
305
317
|
resetSetting: string;
|
|
306
318
|
};
|
|
@@ -69,13 +69,17 @@ declare const _default: {
|
|
|
69
69
|
systemSetting: string;
|
|
70
70
|
globalTheme: string;
|
|
71
71
|
themeColor: string;
|
|
72
|
+
textPrimary: string;
|
|
72
73
|
darkMode: string;
|
|
74
|
+
themeGlass: string;
|
|
73
75
|
headerBackground: string;
|
|
74
76
|
headerTextColor: string;
|
|
75
77
|
headerActiveTextColor: string;
|
|
76
78
|
headerGradient: string;
|
|
77
79
|
layoutMode: string;
|
|
78
80
|
isShowTab: string;
|
|
81
|
+
themeBackground: string;
|
|
82
|
+
backgroundSetting: string;
|
|
79
83
|
saveSetting: string;
|
|
80
84
|
resetSetting: string;
|
|
81
85
|
};
|
|
@@ -69,13 +69,17 @@ declare const _default: {
|
|
|
69
69
|
systemSetting: string;
|
|
70
70
|
globalTheme: string;
|
|
71
71
|
themeColor: string;
|
|
72
|
+
textPrimary: string;
|
|
72
73
|
darkMode: string;
|
|
74
|
+
themeGlass: string;
|
|
73
75
|
headerBackground: string;
|
|
74
76
|
headerTextColor: string;
|
|
75
77
|
headerActiveTextColor: string;
|
|
76
78
|
headerGradient: string;
|
|
77
79
|
layoutMode: string;
|
|
78
80
|
isShowTab: string;
|
|
81
|
+
themeBackground: string;
|
|
82
|
+
backgroundSetting: string;
|
|
79
83
|
saveSetting: string;
|
|
80
84
|
resetSetting: string;
|
|
81
85
|
};
|
|
@@ -69,13 +69,17 @@ declare const _default: {
|
|
|
69
69
|
systemSetting: string;
|
|
70
70
|
globalTheme: string;
|
|
71
71
|
themeColor: string;
|
|
72
|
+
textPrimary: string;
|
|
72
73
|
darkMode: string;
|
|
74
|
+
themeGlass: string;
|
|
73
75
|
headerBackground: string;
|
|
74
76
|
headerTextColor: string;
|
|
75
77
|
headerActiveTextColor: string;
|
|
76
78
|
headerGradient: string;
|
|
77
79
|
layoutMode: string;
|
|
78
80
|
isShowTab: string;
|
|
81
|
+
themeBackground: string;
|
|
82
|
+
backgroundSetting: string;
|
|
79
83
|
saveSetting: string;
|
|
80
84
|
resetSetting: string;
|
|
81
85
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-element-vue",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.16",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "huangteng",
|
|
6
6
|
"email": "junehunter@163.com"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@types/lodash-es": "^4.17.12",
|
|
41
41
|
"@vueuse/core": "^12.8.2",
|
|
42
|
-
"element-plus": "^2.
|
|
42
|
+
"element-plus": "^2.13.0",
|
|
43
43
|
"flv.js": "^1.6.2",
|
|
44
44
|
"lodash-es": "^4.17.21",
|
|
45
45
|
"mpegts.js": "~1.7.3",
|