next-element-vue 0.4.3 → 0.4.7
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 +78 -27
- package/dist/index.min.js +3 -3
- package/dist/index.umd.js +86 -34
- package/dist/index.umd.min.js +3 -3
- package/dist/packages/components/crud-table/index.d.ts +1 -1
- package/dist/packages/components/crud-table/src/config.d.ts +3 -3
- package/dist/packages/components/crud-table/src/index.d.ts +1 -1
- package/dist/packages/components/crud-table-select/index.d.ts +1 -1
- package/dist/packages/components/crud-table-select/src/index.d.ts +1 -1
- package/dist/packages/components/crud-table-virtualized/index.d.ts +1 -1
- package/dist/packages/components/crud-table-virtualized/src/index.d.ts +1 -1
- package/dist/packages/components/dialog/index.d.ts +9 -0
- package/dist/packages/components/dialog/src/index.d.ts +9 -0
- package/dist/packages/components/drag-resize/index.d.ts +1 -1
- package/dist/packages/components/drag-resize/src/index.d.ts +1 -1
- package/dist/packages/components/form/index.d.ts +60 -0
- package/dist/packages/components/form/src/config.d.ts +1 -1
- package/dist/packages/components/form/src/widgets/input-table-select.d.ts +9 -0
- package/dist/packages/components/labelimg/index.d.ts +1 -1
- package/dist/packages/components/labelimg/src/index.d.ts +1 -1
- package/dist/packages/components/labelme/index.d.ts +1 -1
- package/dist/packages/components/labelme/src/index.d.ts +1 -1
- package/dist/packages/components/layout/src/classic/index.d.ts +2 -2
- package/dist/packages/components/layout/src/columns/index.d.ts +1 -1
- package/dist/packages/components/layout/src/composite/index.d.ts +2 -2
- package/dist/packages/components/layout/src/defaults/index.d.ts +1 -1
- package/dist/packages/components/layout/src/transverse/index.d.ts +1 -1
- package/dist/packages/components/upload/index.d.ts +3 -1
- package/dist/packages/components/upload/src/index.d.ts +3 -1
- package/dist/packages/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -150,11 +150,11 @@ export declare const NextCrudTable: import("../../utils/install").SFCWithInstall
|
|
|
150
150
|
"onDelete-row"?: (...args: any[]) => any;
|
|
151
151
|
"onSubmit-form"?: (...args: any[]) => any;
|
|
152
152
|
}, {
|
|
153
|
+
data: unknown[];
|
|
153
154
|
className: string;
|
|
154
155
|
style: import("vue").CSSProperties;
|
|
155
156
|
options: Record<string, any>;
|
|
156
157
|
loading: boolean;
|
|
157
|
-
data: unknown[];
|
|
158
158
|
page: Record<string, any>;
|
|
159
159
|
rowStyle: Function;
|
|
160
160
|
rowClassName: Function;
|
|
@@ -136,7 +136,7 @@ declare const _default: {
|
|
|
136
136
|
headerAlign: string;
|
|
137
137
|
cellAlign: string;
|
|
138
138
|
columnMinWidth: string;
|
|
139
|
-
columns: unknown;
|
|
139
|
+
columns: TableColumnProps | unknown;
|
|
140
140
|
showSearchForm: boolean;
|
|
141
141
|
showHeaderMenu: boolean;
|
|
142
142
|
showSearchLabel: boolean;
|
|
@@ -144,7 +144,7 @@ declare const _default: {
|
|
|
144
144
|
searchGutter: number;
|
|
145
145
|
searchLabelWidth: string;
|
|
146
146
|
searchColumnMinWidth: number;
|
|
147
|
-
searchColumns: unknown;
|
|
147
|
+
searchColumns: SearchColumnProps | unknown;
|
|
148
148
|
addBtn: boolean;
|
|
149
149
|
viewBtn: boolean;
|
|
150
150
|
delBtn: boolean;
|
|
@@ -165,7 +165,7 @@ declare const _default: {
|
|
|
165
165
|
dialogWidth: string;
|
|
166
166
|
dialogFullscreen: boolean;
|
|
167
167
|
closeOnClickModal: boolean;
|
|
168
|
-
formColumns: unknown;
|
|
168
|
+
formColumns: FormColunmProps | unknown;
|
|
169
169
|
formLabelWidth: string;
|
|
170
170
|
formSpan: number;
|
|
171
171
|
formColumnMinWidth: number;
|
|
@@ -149,11 +149,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
149
|
"onDelete-row"?: (...args: any[]) => any;
|
|
150
150
|
"onSubmit-form"?: (...args: any[]) => any;
|
|
151
151
|
}, {
|
|
152
|
+
data: unknown[];
|
|
152
153
|
className: string;
|
|
153
154
|
style: import("vue").CSSProperties;
|
|
154
155
|
options: Record<string, any>;
|
|
155
156
|
loading: boolean;
|
|
156
|
-
data: unknown[];
|
|
157
157
|
page: Record<string, any>;
|
|
158
158
|
rowStyle: Function;
|
|
159
159
|
rowClassName: Function;
|
|
@@ -4,6 +4,6 @@ export declare const NextCrudTableSelect: import("../../utils/install").SFCWithI
|
|
|
4
4
|
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
5
5
|
[x: string]: unknown;
|
|
6
6
|
}>>>>, {
|
|
7
|
-
[x: number]: string;
|
|
7
|
+
readonly [x: number]: string;
|
|
8
8
|
} | {}, {}>> & Record<string, any>;
|
|
9
9
|
export default NextCrudTableSelect;
|
|
@@ -3,6 +3,6 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
3
3
|
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
4
4
|
[x: string]: unknown;
|
|
5
5
|
}>>>>, {
|
|
6
|
-
[x: number]: string;
|
|
6
|
+
readonly [x: number]: string;
|
|
7
7
|
} | {}, {}>;
|
|
8
8
|
export default _default;
|
|
@@ -58,11 +58,11 @@ export declare const NextCrudTableVirtualized: import("../../utils/install").SFC
|
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
}>>, {
|
|
61
|
+
data: unknown[];
|
|
61
62
|
className: string;
|
|
62
63
|
style: import("vue").CSSProperties;
|
|
63
64
|
options: Record<string, any>;
|
|
64
65
|
loading: boolean;
|
|
65
|
-
data: unknown[];
|
|
66
66
|
page: Record<string, any>;
|
|
67
67
|
}, {}>> & Record<string, any>;
|
|
68
68
|
export default NextCrudTableVirtualized;
|
|
@@ -57,11 +57,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
59
|
}>>, {
|
|
60
|
+
data: unknown[];
|
|
60
61
|
className: string;
|
|
61
62
|
style: import("vue").CSSProperties;
|
|
62
63
|
options: Record<string, any>;
|
|
63
64
|
loading: boolean;
|
|
64
|
-
data: unknown[];
|
|
65
65
|
page: Record<string, any>;
|
|
66
66
|
}, {}>;
|
|
67
67
|
export default _default;
|
|
@@ -60,6 +60,10 @@ export declare const NextDialog: import("../../utils/install").SFCWithInstall<im
|
|
|
60
60
|
type: StringConstructor;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
|
+
nofill: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
63
67
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
68
|
className: {
|
|
65
69
|
type: StringConstructor;
|
|
@@ -121,6 +125,10 @@ export declare const NextDialog: import("../../utils/install").SFCWithInstall<im
|
|
|
121
125
|
type: StringConstructor;
|
|
122
126
|
default: string;
|
|
123
127
|
};
|
|
128
|
+
nofill: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
124
132
|
}>> & {
|
|
125
133
|
onClose?: (...args: any[]) => any;
|
|
126
134
|
}, {
|
|
@@ -139,5 +147,6 @@ export declare const NextDialog: import("../../utils/install").SFCWithInstall<im
|
|
|
139
147
|
destroyOnClose: boolean;
|
|
140
148
|
modal: boolean;
|
|
141
149
|
top: string;
|
|
150
|
+
nofill: boolean;
|
|
142
151
|
}, {}>> & Record<string, any>;
|
|
143
152
|
export default NextDialog;
|
|
@@ -60,6 +60,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
type: StringConstructor;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
|
+
nofill: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
63
67
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
68
|
className: {
|
|
65
69
|
type: StringConstructor;
|
|
@@ -121,6 +125,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
125
|
type: StringConstructor;
|
|
122
126
|
default: string;
|
|
123
127
|
};
|
|
128
|
+
nofill: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
124
132
|
}>> & {
|
|
125
133
|
onClose?: (...args: any[]) => any;
|
|
126
134
|
}, {
|
|
@@ -139,5 +147,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
139
147
|
destroyOnClose: boolean;
|
|
140
148
|
modal: boolean;
|
|
141
149
|
top: string;
|
|
150
|
+
nofill: boolean;
|
|
142
151
|
}, {}>;
|
|
143
152
|
export default _default;
|
|
@@ -4,6 +4,6 @@ export declare const NextDragResize: import("../../utils/install").SFCWithInstal
|
|
|
4
4
|
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
5
5
|
[x: string]: unknown;
|
|
6
6
|
}>>>>, {
|
|
7
|
-
[x: number]: string;
|
|
7
|
+
readonly [x: number]: string;
|
|
8
8
|
} | {}, {}>> & Record<string, any>;
|
|
9
9
|
export default NextDragResize;
|
|
@@ -3,6 +3,6 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
3
3
|
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
4
4
|
[x: string]: unknown;
|
|
5
5
|
}>>>>, {
|
|
6
|
-
[x: number]: string;
|
|
6
|
+
readonly [x: number]: string;
|
|
7
7
|
} | {}, {}>;
|
|
8
8
|
export default _default;
|
|
@@ -96,6 +96,66 @@ export declare const NextTreeCascader: import("../../utils/install").SFCWithInst
|
|
|
96
96
|
disabled: boolean;
|
|
97
97
|
formParams: Record<string, any>;
|
|
98
98
|
}, {}>> & Record<string, any>;
|
|
99
|
+
export declare const NextInputTableSelect: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
|
|
100
|
+
modelValue: {
|
|
101
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
102
|
+
default: () => any[];
|
|
103
|
+
};
|
|
104
|
+
column: {
|
|
105
|
+
type: ObjectConstructor;
|
|
106
|
+
default: () => {};
|
|
107
|
+
};
|
|
108
|
+
disabled: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
closable: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
formParams: {
|
|
117
|
+
type: ObjectConstructor;
|
|
118
|
+
default: () => {};
|
|
119
|
+
};
|
|
120
|
+
placeholder: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
125
|
+
modelValue: {
|
|
126
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
127
|
+
default: () => any[];
|
|
128
|
+
};
|
|
129
|
+
column: {
|
|
130
|
+
type: ObjectConstructor;
|
|
131
|
+
default: () => {};
|
|
132
|
+
};
|
|
133
|
+
disabled: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
closable: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
formParams: {
|
|
142
|
+
type: ObjectConstructor;
|
|
143
|
+
default: () => {};
|
|
144
|
+
};
|
|
145
|
+
placeholder: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
}>> & {
|
|
150
|
+
onSelect?: (...args: any[]) => any;
|
|
151
|
+
}, {
|
|
152
|
+
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
153
|
+
column: Record<string, any>;
|
|
154
|
+
disabled: boolean;
|
|
155
|
+
formParams: Record<string, any>;
|
|
156
|
+
closable: boolean;
|
|
157
|
+
placeholder: string;
|
|
158
|
+
}, {}>> & Record<string, any>;
|
|
99
159
|
export declare const NextForm: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
|
|
100
160
|
options: {
|
|
101
161
|
type: ObjectConstructor;
|
|
@@ -11,6 +11,10 @@ declare const InputTableSelect: import("vue").DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
+
closable: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
14
18
|
formParams: {
|
|
15
19
|
type: ObjectConstructor;
|
|
16
20
|
default: () => {};
|
|
@@ -32,6 +36,10 @@ declare const InputTableSelect: import("vue").DefineComponent<{
|
|
|
32
36
|
type: BooleanConstructor;
|
|
33
37
|
default: boolean;
|
|
34
38
|
};
|
|
39
|
+
closable: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
35
43
|
formParams: {
|
|
36
44
|
type: ObjectConstructor;
|
|
37
45
|
default: () => {};
|
|
@@ -46,6 +54,7 @@ declare const InputTableSelect: import("vue").DefineComponent<{
|
|
|
46
54
|
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
47
55
|
column: Record<string, any>;
|
|
48
56
|
disabled: boolean;
|
|
57
|
+
closable: boolean;
|
|
49
58
|
formParams: Record<string, any>;
|
|
50
59
|
placeholder: string;
|
|
51
60
|
}, {}>;
|
|
@@ -47,11 +47,11 @@ export declare const NextLabelimg: import("../../utils/install").SFCWithInstall<
|
|
|
47
47
|
"onPrev-click"?: (...args: any[]) => any;
|
|
48
48
|
"onNext-click"?: (...args: any[]) => any;
|
|
49
49
|
}, {
|
|
50
|
+
data: any[];
|
|
50
51
|
className: string;
|
|
51
52
|
style: import("vue").CSSProperties;
|
|
52
53
|
options: Record<string, any>;
|
|
53
54
|
classes: unknown[];
|
|
54
|
-
data: any[];
|
|
55
55
|
}, {}>> & Record<string, any>;
|
|
56
56
|
export declare const NextLabelimgPreview: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
|
|
57
57
|
className: {
|
|
@@ -47,10 +47,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
"onPrev-click"?: (...args: any[]) => any;
|
|
48
48
|
"onNext-click"?: (...args: any[]) => any;
|
|
49
49
|
}, {
|
|
50
|
+
data: any[];
|
|
50
51
|
className: string;
|
|
51
52
|
style: CSSProperties;
|
|
52
53
|
options: Record<string, any>;
|
|
53
54
|
classes: unknown[];
|
|
54
|
-
data: any[];
|
|
55
55
|
}, {}>;
|
|
56
56
|
export default _default;
|
|
@@ -49,10 +49,10 @@ export declare const NextLabelme: import("../../utils/install").SFCWithInstall<i
|
|
|
49
49
|
"onPrev-click"?: (...args: any[]) => any;
|
|
50
50
|
"onNext-click"?: (...args: any[]) => any;
|
|
51
51
|
}, {
|
|
52
|
+
data: any[];
|
|
52
53
|
className: string;
|
|
53
54
|
style: import("vue").CSSProperties;
|
|
54
55
|
options: Record<string, any>;
|
|
55
56
|
classes: unknown[];
|
|
56
|
-
data: any[];
|
|
57
57
|
}, {}>> & Record<string, any>;
|
|
58
58
|
export default NextLabelme;
|
|
@@ -49,10 +49,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
"onPrev-click"?: (...args: any[]) => any;
|
|
50
50
|
"onNext-click"?: (...args: any[]) => any;
|
|
51
51
|
}, {
|
|
52
|
+
data: any[];
|
|
52
53
|
className: string;
|
|
53
54
|
style: CSSProperties;
|
|
54
55
|
options: Record<string, any>;
|
|
55
56
|
classes: unknown[];
|
|
56
|
-
data: any[];
|
|
57
57
|
}, {}>;
|
|
58
58
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
12
12
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
13
13
|
bf: (...arg: any[]) => string;
|
|
14
14
|
is: {
|
|
15
|
-
(name: string, state: boolean): string;
|
|
15
|
+
(name: string, state: boolean | undefined): string;
|
|
16
16
|
(name: string): string;
|
|
17
17
|
};
|
|
18
18
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
@@ -23,6 +23,6 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
23
23
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
24
24
|
[x: string]: unknown;
|
|
25
25
|
}>>>>, {
|
|
26
|
-
[x: number]: string;
|
|
26
|
+
readonly [x: number]: string;
|
|
27
27
|
} | {}, {}>;
|
|
28
28
|
export default _default;
|
|
@@ -3,6 +3,6 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
3
3
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
4
4
|
[x: string]: unknown;
|
|
5
5
|
}>>>>, {
|
|
6
|
-
[x: number]: string;
|
|
6
|
+
readonly [x: number]: string;
|
|
7
7
|
} | {}, {}>;
|
|
8
8
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
12
12
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
13
13
|
bf: (...arg: any[]) => string;
|
|
14
14
|
is: {
|
|
15
|
-
(name: string, state: boolean): string;
|
|
15
|
+
(name: string, state: boolean | undefined): string;
|
|
16
16
|
(name: string): string;
|
|
17
17
|
};
|
|
18
18
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
@@ -24,6 +24,6 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
25
25
|
[x: string]: unknown;
|
|
26
26
|
}>>>>, {
|
|
27
|
-
[x: number]: string;
|
|
27
|
+
readonly [x: number]: string;
|
|
28
28
|
} | {}, {}>;
|
|
29
29
|
export default _default;
|
|
@@ -3,6 +3,6 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
3
3
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
4
4
|
[x: string]: unknown;
|
|
5
5
|
}>>>>, {
|
|
6
|
-
[x: number]: string;
|
|
6
|
+
readonly [x: number]: string;
|
|
7
7
|
} | {}, {}>;
|
|
8
8
|
export default _default;
|
|
@@ -3,6 +3,6 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
3
3
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
4
4
|
[x: string]: unknown;
|
|
5
5
|
}>>>>, {
|
|
6
|
-
[x: number]: string;
|
|
6
|
+
readonly [x: number]: string;
|
|
7
7
|
} | {}, {}>;
|
|
8
8
|
export default _default;
|
|
@@ -20,7 +20,7 @@ export declare const NextUpload: import("../../utils/install").SFCWithInstall<im
|
|
|
20
20
|
}, {
|
|
21
21
|
t: import("../..").Translator;
|
|
22
22
|
appContext: any;
|
|
23
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "remove" | "preview")[], "change" | "remove" | "preview", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
className: {
|
|
25
25
|
type: StringConstructor;
|
|
26
26
|
default: string;
|
|
@@ -40,6 +40,8 @@ export declare const NextUpload: import("../../utils/install").SFCWithInstall<im
|
|
|
40
40
|
};
|
|
41
41
|
}>> & {
|
|
42
42
|
onChange?: (...args: any[]) => any;
|
|
43
|
+
onRemove?: (...args: any[]) => any;
|
|
44
|
+
onPreview?: (...args: any[]) => any;
|
|
43
45
|
}, {
|
|
44
46
|
className: string;
|
|
45
47
|
style: import("vue").CSSProperties;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
}, {
|
|
21
21
|
t: import("packages/hooks").Translator;
|
|
22
22
|
appContext: any;
|
|
23
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "remove" | "preview")[], "change" | "remove" | "preview", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
className: {
|
|
25
25
|
type: StringConstructor;
|
|
26
26
|
default: string;
|
|
@@ -40,6 +40,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
};
|
|
41
41
|
}>> & {
|
|
42
42
|
onChange?: (...args: any[]) => any;
|
|
43
|
+
onRemove?: (...args: any[]) => any;
|
|
44
|
+
onPreview?: (...args: any[]) => any;
|
|
43
45
|
}, {
|
|
44
46
|
className: string;
|
|
45
47
|
style: CSSProperties;
|
package/dist/packages/index.d.ts
CHANGED