@bscomp/ep-ui 0.6.0 → 0.6.2
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/lib/column-set/index.d.ts +76 -0
- package/lib/column-set/src/index.vue.d.ts +40 -0
- package/lib/config-provider/index.d.ts +18 -3
- package/lib/config-provider/src/config-provider.d.ts +10 -1
- package/lib/ep-ui.js +3833 -3690
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +10 -10
- package/lib/form/index.d.ts +2 -0
- package/lib/form/src/index.vue.d.ts +2 -0
- package/lib/form-dialog/index.d.ts +9 -9
- package/lib/form-dialog/src/index.vue.d.ts +6 -6
- package/lib/index.d.ts +2 -1
- package/lib/select/index.d.ts +0 -15
- package/lib/select/src/index.vue.d.ts +0 -9
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/lib/components.d.ts +0 -25
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
declare const EPColumnSet: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
columns: {
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
default: () => never[];
|
|
6
|
+
};
|
|
7
|
+
title: StringConstructor;
|
|
8
|
+
name: StringConstructor;
|
|
9
|
+
menuConfig: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{
|
|
14
|
+
onColumnSetting?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
reSetColumnSet: () => void;
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
columnSetting: (...args: any[]) => void;
|
|
19
|
+
}, import('vue').PublicProps, {
|
|
20
|
+
columns: unknown[];
|
|
21
|
+
menuConfig: Record<string, any>;
|
|
22
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23
|
+
P: {};
|
|
24
|
+
B: {};
|
|
25
|
+
D: {};
|
|
26
|
+
C: {};
|
|
27
|
+
M: {};
|
|
28
|
+
Defaults: {};
|
|
29
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
columns: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
default: () => never[];
|
|
33
|
+
};
|
|
34
|
+
title: StringConstructor;
|
|
35
|
+
name: StringConstructor;
|
|
36
|
+
menuConfig: {
|
|
37
|
+
type: ObjectConstructor;
|
|
38
|
+
default: () => {};
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{
|
|
41
|
+
onColumnSetting?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
}>, {
|
|
43
|
+
reSetColumnSet: () => void;
|
|
44
|
+
}, {}, {}, {}, {
|
|
45
|
+
columns: unknown[];
|
|
46
|
+
menuConfig: Record<string, any>;
|
|
47
|
+
}>;
|
|
48
|
+
__isFragment?: undefined;
|
|
49
|
+
__isTeleport?: undefined;
|
|
50
|
+
__isSuspense?: undefined;
|
|
51
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
+
columns: {
|
|
53
|
+
type: ArrayConstructor;
|
|
54
|
+
default: () => never[];
|
|
55
|
+
};
|
|
56
|
+
title: StringConstructor;
|
|
57
|
+
name: StringConstructor;
|
|
58
|
+
menuConfig: {
|
|
59
|
+
type: ObjectConstructor;
|
|
60
|
+
default: () => {};
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{
|
|
63
|
+
onColumnSetting?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
}>, {
|
|
65
|
+
reSetColumnSet: () => void;
|
|
66
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
|
+
columnSetting: (...args: any[]) => void;
|
|
68
|
+
}, string, {
|
|
69
|
+
columns: unknown[];
|
|
70
|
+
menuConfig: Record<string, any>;
|
|
71
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
72
|
+
$slots: {
|
|
73
|
+
footer?(_: {}): any;
|
|
74
|
+
};
|
|
75
|
+
}) & import('vue').Plugin<any[]>) & Record<string, any>;
|
|
76
|
+
export default EPColumnSet;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
columns: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => never[];
|
|
5
|
+
};
|
|
6
|
+
title: StringConstructor;
|
|
7
|
+
name: StringConstructor;
|
|
8
|
+
menuConfig: {
|
|
9
|
+
type: ObjectConstructor;
|
|
10
|
+
default: () => {};
|
|
11
|
+
};
|
|
12
|
+
}>, {
|
|
13
|
+
reSetColumnSet: () => void;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
columnSetting: (...args: any[]) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
columns: {
|
|
18
|
+
type: ArrayConstructor;
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
title: StringConstructor;
|
|
22
|
+
name: StringConstructor;
|
|
23
|
+
menuConfig: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
default: () => {};
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{
|
|
28
|
+
onColumnSetting?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
}>, {
|
|
30
|
+
columns: unknown[];
|
|
31
|
+
menuConfig: Record<string, any>;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
33
|
+
footer?(_: {}): any;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -12,12 +12,17 @@ export declare const EPConfigProvider: ({
|
|
|
12
12
|
type: ObjectConstructor;
|
|
13
13
|
default: () => {};
|
|
14
14
|
};
|
|
15
|
+
input: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: () => {};
|
|
18
|
+
};
|
|
15
19
|
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
16
20
|
[key: string]: any;
|
|
17
21
|
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
22
|
+
input: Record<string, any>;
|
|
18
23
|
dialog: Record<string, any>;
|
|
19
|
-
datePicker: Record<string, any>;
|
|
20
24
|
table: Record<string, any>;
|
|
25
|
+
datePicker: Record<string, any>;
|
|
21
26
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
22
27
|
P: {};
|
|
23
28
|
B: {};
|
|
@@ -38,12 +43,17 @@ export declare const EPConfigProvider: ({
|
|
|
38
43
|
type: ObjectConstructor;
|
|
39
44
|
default: () => {};
|
|
40
45
|
};
|
|
46
|
+
input: {
|
|
47
|
+
type: ObjectConstructor;
|
|
48
|
+
default: () => {};
|
|
49
|
+
};
|
|
41
50
|
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
42
51
|
[key: string]: any;
|
|
43
52
|
}>, {}, {}, {}, {
|
|
53
|
+
input: Record<string, any>;
|
|
44
54
|
dialog: Record<string, any>;
|
|
45
|
-
datePicker: Record<string, any>;
|
|
46
55
|
table: Record<string, any>;
|
|
56
|
+
datePicker: Record<string, any>;
|
|
47
57
|
}>;
|
|
48
58
|
__isFragment?: undefined;
|
|
49
59
|
__isTeleport?: undefined;
|
|
@@ -61,11 +71,16 @@ export declare const EPConfigProvider: ({
|
|
|
61
71
|
type: ObjectConstructor;
|
|
62
72
|
default: () => {};
|
|
63
73
|
};
|
|
74
|
+
input: {
|
|
75
|
+
type: ObjectConstructor;
|
|
76
|
+
default: () => {};
|
|
77
|
+
};
|
|
64
78
|
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
65
79
|
[key: string]: any;
|
|
66
80
|
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
81
|
+
input: Record<string, any>;
|
|
67
82
|
dialog: Record<string, any>;
|
|
68
|
-
datePicker: Record<string, any>;
|
|
69
83
|
table: Record<string, any>;
|
|
84
|
+
datePicker: Record<string, any>;
|
|
70
85
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]>) & Record<string, any>;
|
|
71
86
|
export default EPConfigProvider;
|
|
@@ -11,6 +11,10 @@ declare const ConfigProvider: import('vue').DefineComponent<import('vue').Extrac
|
|
|
11
11
|
type: ObjectConstructor;
|
|
12
12
|
default: () => {};
|
|
13
13
|
};
|
|
14
|
+
input: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
14
18
|
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
15
19
|
[key: string]: any;
|
|
16
20
|
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -26,9 +30,14 @@ declare const ConfigProvider: import('vue').DefineComponent<import('vue').Extrac
|
|
|
26
30
|
type: ObjectConstructor;
|
|
27
31
|
default: () => {};
|
|
28
32
|
};
|
|
33
|
+
input: {
|
|
34
|
+
type: ObjectConstructor;
|
|
35
|
+
default: () => {};
|
|
36
|
+
};
|
|
29
37
|
}>> & Readonly<{}>, {
|
|
38
|
+
input: Record<string, any>;
|
|
30
39
|
dialog: Record<string, any>;
|
|
31
|
-
datePicker: Record<string, any>;
|
|
32
40
|
table: Record<string, any>;
|
|
41
|
+
datePicker: Record<string, any>;
|
|
33
42
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
43
|
export default ConfigProvider;
|