gzhr-ui 1.1.1 → 1.2.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/dist/es/{button-AUbGcyD2.mjs → button-gTulgQZJ.mjs} +1 -1
- package/dist/es/{icon-CEVo1fgl.mjs → icon-iNG7ZwAk.mjs} +2 -2
- package/dist/es/index.css +1 -0
- package/dist/es/index.mjs +5 -5
- package/dist/es/{table-Bar49oDO.mjs → table-DitA6so2.mjs} +557 -532
- package/dist/es/utils-D3bEDOQn.mjs +83 -0
- package/dist/es/{vendor-PkgYxc4K.mjs → vendor-Oml3ZDAp.mjs} +18962 -18980
- package/dist/index.css +1 -1
- package/dist/types/components/button/index.d.ts +1 -1
- package/dist/types/components/table/index.d.ts +21 -6
- package/dist/types/components/table/src/index.vue.d.ts +11 -0
- package/dist/types/core/index.d.ts +1 -1
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +17 -15
- package/package.json +15 -13
- package/dist/es/utils-DZxjjV-b.mjs +0 -108
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const HrButton: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
3
3
|
P: {};
|
|
4
4
|
B: {};
|
|
5
5
|
D: {};
|
|
@@ -12,6 +12,10 @@ export declare const HrTable: {
|
|
|
12
12
|
pagination: {
|
|
13
13
|
type: ObjectConstructor;
|
|
14
14
|
};
|
|
15
|
+
gridRef: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: () => {};
|
|
18
|
+
};
|
|
15
19
|
}>> & Readonly<{
|
|
16
20
|
onFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
17
21
|
onSortChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -22,6 +26,7 @@ export declare const HrTable: {
|
|
|
22
26
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
23
27
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
24
28
|
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onChooseBefor?: ((...args: any[]) => any) | undefined;
|
|
25
30
|
}>, {
|
|
26
31
|
gridRef: import('vue').Ref<VxeUI.VxeGridInstance<any> | undefined, VxeUI.VxeGridInstance<any> | undefined>;
|
|
27
32
|
gridOptions: import('vue').ComputedRef<VxeUI.VxeGridProps<any>>;
|
|
@@ -35,15 +40,12 @@ export declare const HrTable: {
|
|
|
35
40
|
PickPeople: (...args: any[]) => void;
|
|
36
41
|
FileClick: (...args: any[]) => void;
|
|
37
42
|
RemoteMethod: (...args: any[]) => void;
|
|
43
|
+
ChooseBefor: (...args: any[]) => void;
|
|
38
44
|
}, import('vue').PublicProps, {
|
|
39
45
|
data: unknown[];
|
|
46
|
+
gridRef: Record<string, any>;
|
|
40
47
|
config: Record<string, any>;
|
|
41
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
42
|
-
gridRef: {
|
|
43
|
-
$props: VxeUI.VxeGridProps<any> & VxeUI.VxeGridEventProps<any>;
|
|
44
|
-
$slots: VxeUI.VxeGridSlots<any>;
|
|
45
|
-
} | null;
|
|
46
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
48
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
47
49
|
P: {};
|
|
48
50
|
B: {};
|
|
49
51
|
D: {};
|
|
@@ -62,6 +64,10 @@ export declare const HrTable: {
|
|
|
62
64
|
pagination: {
|
|
63
65
|
type: ObjectConstructor;
|
|
64
66
|
};
|
|
67
|
+
gridRef: {
|
|
68
|
+
type: ObjectConstructor;
|
|
69
|
+
default: () => {};
|
|
70
|
+
};
|
|
65
71
|
}>> & Readonly<{
|
|
66
72
|
onFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
67
73
|
onSortChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -72,11 +78,13 @@ export declare const HrTable: {
|
|
|
72
78
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
73
79
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
74
80
|
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
onChooseBefor?: ((...args: any[]) => any) | undefined;
|
|
75
82
|
}>, {
|
|
76
83
|
gridRef: import('vue').Ref<VxeUI.VxeGridInstance<any> | undefined, VxeUI.VxeGridInstance<any> | undefined>;
|
|
77
84
|
gridOptions: import('vue').ComputedRef<VxeUI.VxeGridProps<any>>;
|
|
78
85
|
}, {}, {}, {}, {
|
|
79
86
|
data: unknown[];
|
|
87
|
+
gridRef: Record<string, any>;
|
|
80
88
|
config: Record<string, any>;
|
|
81
89
|
}>;
|
|
82
90
|
__isFragment?: never;
|
|
@@ -94,6 +102,10 @@ export declare const HrTable: {
|
|
|
94
102
|
pagination: {
|
|
95
103
|
type: ObjectConstructor;
|
|
96
104
|
};
|
|
105
|
+
gridRef: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
default: () => {};
|
|
108
|
+
};
|
|
97
109
|
}>> & Readonly<{
|
|
98
110
|
onFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
99
111
|
onSortChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -104,6 +116,7 @@ export declare const HrTable: {
|
|
|
104
116
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
105
117
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
106
118
|
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
119
|
+
onChooseBefor?: ((...args: any[]) => any) | undefined;
|
|
107
120
|
}>, {
|
|
108
121
|
gridRef: import('vue').Ref<VxeUI.VxeGridInstance<any> | undefined, VxeUI.VxeGridInstance<any> | undefined>;
|
|
109
122
|
gridOptions: import('vue').ComputedRef<VxeUI.VxeGridProps<any>>;
|
|
@@ -117,8 +130,10 @@ export declare const HrTable: {
|
|
|
117
130
|
PickPeople: (...args: any[]) => void;
|
|
118
131
|
FileClick: (...args: any[]) => void;
|
|
119
132
|
RemoteMethod: (...args: any[]) => void;
|
|
133
|
+
ChooseBefor: (...args: any[]) => void;
|
|
120
134
|
}, string, {
|
|
121
135
|
data: unknown[];
|
|
136
|
+
gridRef: Record<string, any>;
|
|
122
137
|
config: Record<string, any>;
|
|
123
138
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
124
139
|
export { VxeUI };
|
|
@@ -11,6 +11,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
pagination: {
|
|
12
12
|
type: ObjectConstructor;
|
|
13
13
|
};
|
|
14
|
+
gridRef: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
14
18
|
}>, {
|
|
15
19
|
gridRef: import('vue').Ref<VxeGridInstance<any> | undefined, VxeGridInstance<any> | undefined>;
|
|
16
20
|
gridOptions: import('vue').ComputedRef<VxeGridProps<any>>;
|
|
@@ -24,6 +28,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
28
|
PickPeople: (...args: any[]) => void;
|
|
25
29
|
FileClick: (...args: any[]) => void;
|
|
26
30
|
RemoteMethod: (...args: any[]) => void;
|
|
31
|
+
ChooseBefor: (...args: any[]) => void;
|
|
27
32
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
33
|
config: {
|
|
29
34
|
type: ObjectConstructor;
|
|
@@ -36,6 +41,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
36
41
|
pagination: {
|
|
37
42
|
type: ObjectConstructor;
|
|
38
43
|
};
|
|
44
|
+
gridRef: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
default: () => {};
|
|
47
|
+
};
|
|
39
48
|
}>> & Readonly<{
|
|
40
49
|
onFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
41
50
|
onSortChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -46,8 +55,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
55
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
47
56
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
48
57
|
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
onChooseBefor?: ((...args: any[]) => any) | undefined;
|
|
49
59
|
}>, {
|
|
50
60
|
data: unknown[];
|
|
61
|
+
gridRef: Record<string, any>;
|
|
51
62
|
config: Record<string, any>;
|
|
52
63
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
64
|
export default _default;
|