gzhr-ui 1.1.1 → 1.1.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.
@@ -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, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
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: {};
@@ -1,3 +1,195 @@
1
1
  export * from './button';
2
2
  export * from './table';
3
3
  export * from './icon';
4
+ declare const HrUI: {
5
+ install(app: any): void;
6
+ HrButton: {
7
+ 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, {
8
+ P: {};
9
+ B: {};
10
+ D: {};
11
+ C: {};
12
+ M: {};
13
+ Defaults: {};
14
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
15
+ __isFragment?: never;
16
+ __isTeleport?: never;
17
+ __isSuspense?: never;
18
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
19
+ HrTable: {
20
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
21
+ config: {
22
+ type: ObjectConstructor;
23
+ default: () => {};
24
+ };
25
+ data: {
26
+ type: ArrayConstructor;
27
+ default: () => never[];
28
+ };
29
+ pagination: {
30
+ type: ObjectConstructor;
31
+ };
32
+ gridRef: {
33
+ type: ObjectConstructor;
34
+ default: () => {};
35
+ };
36
+ }>> & Readonly<{
37
+ onFilterSearch?: ((...args: any[]) => any) | undefined;
38
+ onSortChange?: ((...args: any[]) => any) | undefined;
39
+ onPageChange?: ((...args: any[]) => any) | undefined;
40
+ onRefresh?: ((...args: any[]) => any) | undefined;
41
+ onActionClick?: ((...args: any[]) => any) | undefined;
42
+ onActionRenderBefore?: ((...args: any[]) => any) | undefined;
43
+ onPickPeople?: ((...args: any[]) => any) | undefined;
44
+ onFileClick?: ((...args: any[]) => any) | undefined;
45
+ onRemoteMethod?: ((...args: any[]) => any) | undefined;
46
+ onChooseBefor?: ((...args: any[]) => any) | undefined;
47
+ onExportAllMethod?: ((...args: any[]) => any) | undefined;
48
+ onCheckboxChange?: ((...args: any[]) => any) | undefined;
49
+ }>, {
50
+ gridRef: import('vue').Ref<import('vxe-pc-ui').VxeGridInstance<any> | undefined, import('vxe-pc-ui').VxeGridInstance<any> | undefined>;
51
+ gridOptions: import('vue').ComputedRef<import('vxe-pc-ui').VxeGridProps<any>>;
52
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
+ FilterSearch: (...args: any[]) => void;
54
+ SortChange: (...args: any[]) => void;
55
+ PageChange: (...args: any[]) => void;
56
+ Refresh: (...args: any[]) => void;
57
+ ActionClick: (...args: any[]) => void;
58
+ ActionRenderBefore: (...args: any[]) => void;
59
+ PickPeople: (...args: any[]) => void;
60
+ FileClick: (...args: any[]) => void;
61
+ RemoteMethod: (...args: any[]) => void;
62
+ ChooseBefor: (...args: any[]) => void;
63
+ ExportAllMethod: (...args: any[]) => void;
64
+ CheckboxChange: (...args: any[]) => void;
65
+ }, import('vue').PublicProps, {
66
+ data: unknown[];
67
+ gridRef: Record<string, any>;
68
+ config: Record<string, any>;
69
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
70
+ P: {};
71
+ B: {};
72
+ D: {};
73
+ C: {};
74
+ M: {};
75
+ Defaults: {};
76
+ }, Readonly<import('vue').ExtractPropTypes<{
77
+ config: {
78
+ type: ObjectConstructor;
79
+ default: () => {};
80
+ };
81
+ data: {
82
+ type: ArrayConstructor;
83
+ default: () => never[];
84
+ };
85
+ pagination: {
86
+ type: ObjectConstructor;
87
+ };
88
+ gridRef: {
89
+ type: ObjectConstructor;
90
+ default: () => {};
91
+ };
92
+ }>> & Readonly<{
93
+ onFilterSearch?: ((...args: any[]) => any) | undefined;
94
+ onSortChange?: ((...args: any[]) => any) | undefined;
95
+ onPageChange?: ((...args: any[]) => any) | undefined;
96
+ onRefresh?: ((...args: any[]) => any) | undefined;
97
+ onActionClick?: ((...args: any[]) => any) | undefined;
98
+ onActionRenderBefore?: ((...args: any[]) => any) | undefined;
99
+ onPickPeople?: ((...args: any[]) => any) | undefined;
100
+ onFileClick?: ((...args: any[]) => any) | undefined;
101
+ onRemoteMethod?: ((...args: any[]) => any) | undefined;
102
+ onChooseBefor?: ((...args: any[]) => any) | undefined;
103
+ onExportAllMethod?: ((...args: any[]) => any) | undefined;
104
+ onCheckboxChange?: ((...args: any[]) => any) | undefined;
105
+ }>, {
106
+ gridRef: import('vue').Ref<import('vxe-pc-ui').VxeGridInstance<any> | undefined, import('vxe-pc-ui').VxeGridInstance<any> | undefined>;
107
+ gridOptions: import('vue').ComputedRef<import('vxe-pc-ui').VxeGridProps<any>>;
108
+ }, {}, {}, {}, {
109
+ data: unknown[];
110
+ gridRef: Record<string, any>;
111
+ config: Record<string, any>;
112
+ }>;
113
+ __isFragment?: never;
114
+ __isTeleport?: never;
115
+ __isSuspense?: never;
116
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
117
+ config: {
118
+ type: ObjectConstructor;
119
+ default: () => {};
120
+ };
121
+ data: {
122
+ type: ArrayConstructor;
123
+ default: () => never[];
124
+ };
125
+ pagination: {
126
+ type: ObjectConstructor;
127
+ };
128
+ gridRef: {
129
+ type: ObjectConstructor;
130
+ default: () => {};
131
+ };
132
+ }>> & Readonly<{
133
+ onFilterSearch?: ((...args: any[]) => any) | undefined;
134
+ onSortChange?: ((...args: any[]) => any) | undefined;
135
+ onPageChange?: ((...args: any[]) => any) | undefined;
136
+ onRefresh?: ((...args: any[]) => any) | undefined;
137
+ onActionClick?: ((...args: any[]) => any) | undefined;
138
+ onActionRenderBefore?: ((...args: any[]) => any) | undefined;
139
+ onPickPeople?: ((...args: any[]) => any) | undefined;
140
+ onFileClick?: ((...args: any[]) => any) | undefined;
141
+ onRemoteMethod?: ((...args: any[]) => any) | undefined;
142
+ onChooseBefor?: ((...args: any[]) => any) | undefined;
143
+ onExportAllMethod?: ((...args: any[]) => any) | undefined;
144
+ onCheckboxChange?: ((...args: any[]) => any) | undefined;
145
+ }>, {
146
+ gridRef: import('vue').Ref<import('vxe-pc-ui').VxeGridInstance<any> | undefined, import('vxe-pc-ui').VxeGridInstance<any> | undefined>;
147
+ gridOptions: import('vue').ComputedRef<import('vxe-pc-ui').VxeGridProps<any>>;
148
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
149
+ FilterSearch: (...args: any[]) => void;
150
+ SortChange: (...args: any[]) => void;
151
+ PageChange: (...args: any[]) => void;
152
+ Refresh: (...args: any[]) => void;
153
+ ActionClick: (...args: any[]) => void;
154
+ ActionRenderBefore: (...args: any[]) => void;
155
+ PickPeople: (...args: any[]) => void;
156
+ FileClick: (...args: any[]) => void;
157
+ RemoteMethod: (...args: any[]) => void;
158
+ ChooseBefor: (...args: any[]) => void;
159
+ ExportAllMethod: (...args: any[]) => void;
160
+ CheckboxChange: (...args: any[]) => void;
161
+ }, string, {
162
+ data: unknown[];
163
+ gridRef: Record<string, any>;
164
+ config: Record<string, any>;
165
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
166
+ HrIcon: {
167
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
168
+ icon: string | import('@iconify/vue/dist/iconify.js').IconifyIcon;
169
+ color?: string;
170
+ size?: string | number;
171
+ svgClass?: string;
172
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
173
+ P: {};
174
+ B: {};
175
+ D: {};
176
+ C: {};
177
+ M: {};
178
+ Defaults: {};
179
+ }, Readonly<{
180
+ icon: string | import('@iconify/vue/dist/iconify.js').IconifyIcon;
181
+ color?: string;
182
+ size?: string | number;
183
+ svgClass?: string;
184
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
185
+ __isFragment?: never;
186
+ __isTeleport?: never;
187
+ __isSuspense?: never;
188
+ } & import('vue').ComponentOptionsBase<Readonly<{
189
+ icon: string | import('@iconify/vue/dist/iconify.js').IconifyIcon;
190
+ color?: string;
191
+ size?: string | number;
192
+ svgClass?: string;
193
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
194
+ };
195
+ export default HrUI;
@@ -3,7 +3,7 @@ export declare const HrTable: {
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
4
4
  config: {
5
5
  type: ObjectConstructor;
6
- default: () => void;
6
+ default: () => {};
7
7
  };
8
8
  data: {
9
9
  type: ArrayConstructor;
@@ -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,9 @@ 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;
30
+ onExportAllMethod?: ((...args: any[]) => any) | undefined;
31
+ onCheckboxChange?: ((...args: any[]) => any) | undefined;
25
32
  }>, {
26
33
  gridRef: import('vue').Ref<VxeUI.VxeGridInstance<any> | undefined, VxeUI.VxeGridInstance<any> | undefined>;
27
34
  gridOptions: import('vue').ComputedRef<VxeUI.VxeGridProps<any>>;
@@ -35,15 +42,14 @@ export declare const HrTable: {
35
42
  PickPeople: (...args: any[]) => void;
36
43
  FileClick: (...args: any[]) => void;
37
44
  RemoteMethod: (...args: any[]) => void;
45
+ ChooseBefor: (...args: any[]) => void;
46
+ ExportAllMethod: (...args: any[]) => void;
47
+ CheckboxChange: (...args: any[]) => void;
38
48
  }, import('vue').PublicProps, {
39
49
  data: unknown[];
50
+ gridRef: Record<string, any>;
40
51
  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, {
52
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
47
53
  P: {};
48
54
  B: {};
49
55
  D: {};
@@ -53,7 +59,7 @@ export declare const HrTable: {
53
59
  }, Readonly<import('vue').ExtractPropTypes<{
54
60
  config: {
55
61
  type: ObjectConstructor;
56
- default: () => void;
62
+ default: () => {};
57
63
  };
58
64
  data: {
59
65
  type: ArrayConstructor;
@@ -62,6 +68,10 @@ export declare const HrTable: {
62
68
  pagination: {
63
69
  type: ObjectConstructor;
64
70
  };
71
+ gridRef: {
72
+ type: ObjectConstructor;
73
+ default: () => {};
74
+ };
65
75
  }>> & Readonly<{
66
76
  onFilterSearch?: ((...args: any[]) => any) | undefined;
67
77
  onSortChange?: ((...args: any[]) => any) | undefined;
@@ -72,11 +82,15 @@ export declare const HrTable: {
72
82
  onPickPeople?: ((...args: any[]) => any) | undefined;
73
83
  onFileClick?: ((...args: any[]) => any) | undefined;
74
84
  onRemoteMethod?: ((...args: any[]) => any) | undefined;
85
+ onChooseBefor?: ((...args: any[]) => any) | undefined;
86
+ onExportAllMethod?: ((...args: any[]) => any) | undefined;
87
+ onCheckboxChange?: ((...args: any[]) => any) | undefined;
75
88
  }>, {
76
89
  gridRef: import('vue').Ref<VxeUI.VxeGridInstance<any> | undefined, VxeUI.VxeGridInstance<any> | undefined>;
77
90
  gridOptions: import('vue').ComputedRef<VxeUI.VxeGridProps<any>>;
78
91
  }, {}, {}, {}, {
79
92
  data: unknown[];
93
+ gridRef: Record<string, any>;
80
94
  config: Record<string, any>;
81
95
  }>;
82
96
  __isFragment?: never;
@@ -85,7 +99,7 @@ export declare const HrTable: {
85
99
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
86
100
  config: {
87
101
  type: ObjectConstructor;
88
- default: () => void;
102
+ default: () => {};
89
103
  };
90
104
  data: {
91
105
  type: ArrayConstructor;
@@ -94,6 +108,10 @@ export declare const HrTable: {
94
108
  pagination: {
95
109
  type: ObjectConstructor;
96
110
  };
111
+ gridRef: {
112
+ type: ObjectConstructor;
113
+ default: () => {};
114
+ };
97
115
  }>> & Readonly<{
98
116
  onFilterSearch?: ((...args: any[]) => any) | undefined;
99
117
  onSortChange?: ((...args: any[]) => any) | undefined;
@@ -104,6 +122,9 @@ export declare const HrTable: {
104
122
  onPickPeople?: ((...args: any[]) => any) | undefined;
105
123
  onFileClick?: ((...args: any[]) => any) | undefined;
106
124
  onRemoteMethod?: ((...args: any[]) => any) | undefined;
125
+ onChooseBefor?: ((...args: any[]) => any) | undefined;
126
+ onExportAllMethod?: ((...args: any[]) => any) | undefined;
127
+ onCheckboxChange?: ((...args: any[]) => any) | undefined;
107
128
  }>, {
108
129
  gridRef: import('vue').Ref<VxeUI.VxeGridInstance<any> | undefined, VxeUI.VxeGridInstance<any> | undefined>;
109
130
  gridOptions: import('vue').ComputedRef<VxeUI.VxeGridProps<any>>;
@@ -117,8 +138,12 @@ export declare const HrTable: {
117
138
  PickPeople: (...args: any[]) => void;
118
139
  FileClick: (...args: any[]) => void;
119
140
  RemoteMethod: (...args: any[]) => void;
141
+ ChooseBefor: (...args: any[]) => void;
142
+ ExportAllMethod: (...args: any[]) => void;
143
+ CheckboxChange: (...args: any[]) => void;
120
144
  }, string, {
121
145
  data: unknown[];
146
+ gridRef: Record<string, any>;
122
147
  config: Record<string, any>;
123
148
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
124
149
  export { VxeUI };
@@ -2,7 +2,7 @@ import { VxeGridInstance, VxeGridProps } from 'vxe-table';
2
2
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
3
  config: {
4
4
  type: ObjectConstructor;
5
- default: () => void;
5
+ default: () => {};
6
6
  };
7
7
  data: {
8
8
  type: ArrayConstructor;
@@ -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,10 +28,13 @@ 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;
32
+ ExportAllMethod: (...args: any[]) => void;
33
+ CheckboxChange: (...args: any[]) => void;
27
34
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
35
  config: {
29
36
  type: ObjectConstructor;
30
- default: () => void;
37
+ default: () => {};
31
38
  };
32
39
  data: {
33
40
  type: ArrayConstructor;
@@ -36,6 +43,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
36
43
  pagination: {
37
44
  type: ObjectConstructor;
38
45
  };
46
+ gridRef: {
47
+ type: ObjectConstructor;
48
+ default: () => {};
49
+ };
39
50
  }>> & Readonly<{
40
51
  onFilterSearch?: ((...args: any[]) => any) | undefined;
41
52
  onSortChange?: ((...args: any[]) => any) | undefined;
@@ -46,8 +57,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
46
57
  onPickPeople?: ((...args: any[]) => any) | undefined;
47
58
  onFileClick?: ((...args: any[]) => any) | undefined;
48
59
  onRemoteMethod?: ((...args: any[]) => any) | undefined;
60
+ onChooseBefor?: ((...args: any[]) => any) | undefined;
61
+ onExportAllMethod?: ((...args: any[]) => any) | undefined;
62
+ onCheckboxChange?: ((...args: any[]) => any) | undefined;
49
63
  }>, {
50
64
  data: unknown[];
65
+ gridRef: Record<string, any>;
51
66
  config: Record<string, any>;
52
67
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
53
68
  export default _default;
@@ -1,3 +1,3 @@
1
1
  declare const installer: (app: import('vue').App) => void;
2
- export * from '@gzhr-ui/components';
2
+ export * from '../components';
3
3
  export default installer;