gzhr-ui 1.0.1 → 1.0.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/index.mjs +1 -1
- package/dist/es/{table-CCZNlgwQ.mjs → table-oVikm2XG.mjs} +185 -189
- package/dist/index.css +1 -1
- package/dist/types/components/table/index.d.ts +5 -0
- package/dist/types/components/table/src/index.vue.d.ts +2 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +8 -8
- package/package.json +37 -37
|
@@ -20,6 +20,7 @@ export declare const HrTable: {
|
|
|
20
20
|
onActionRenderBefore?: ((...args: any[]) => any) | undefined;
|
|
21
21
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
23
24
|
}>, {
|
|
24
25
|
gridRef: import('vue').Ref<import('vxe-pc-ui').VxeGridInstance<any> | undefined, import('vxe-pc-ui').VxeGridInstance<any> | undefined>;
|
|
25
26
|
gridOptions: {
|
|
@@ -2772,6 +2773,7 @@ export declare const HrTable: {
|
|
|
2772
2773
|
ActionRenderBefore: (...args: any[]) => void;
|
|
2773
2774
|
PickPeople: (...args: any[]) => void;
|
|
2774
2775
|
FileClick: (...args: any[]) => void;
|
|
2776
|
+
RemoteMethod: (...args: any[]) => void;
|
|
2775
2777
|
}, import('vue').PublicProps, {
|
|
2776
2778
|
data: unknown[];
|
|
2777
2779
|
config: Record<string, any>;
|
|
@@ -2803,6 +2805,7 @@ export declare const HrTable: {
|
|
|
2803
2805
|
onActionRenderBefore?: ((...args: any[]) => any) | undefined;
|
|
2804
2806
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
2805
2807
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
2808
|
+
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
2806
2809
|
}>, {
|
|
2807
2810
|
gridRef: import('vue').Ref<import('vxe-pc-ui').VxeGridInstance<any> | undefined, import('vxe-pc-ui').VxeGridInstance<any> | undefined>;
|
|
2808
2811
|
gridOptions: {
|
|
@@ -5574,6 +5577,7 @@ export declare const HrTable: {
|
|
|
5574
5577
|
onActionRenderBefore?: ((...args: any[]) => any) | undefined;
|
|
5575
5578
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
5576
5579
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
5580
|
+
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
5577
5581
|
}>, {
|
|
5578
5582
|
gridRef: import('vue').Ref<import('vxe-pc-ui').VxeGridInstance<any> | undefined, import('vxe-pc-ui').VxeGridInstance<any> | undefined>;
|
|
5579
5583
|
gridOptions: {
|
|
@@ -8326,6 +8330,7 @@ export declare const HrTable: {
|
|
|
8326
8330
|
ActionRenderBefore: (...args: any[]) => void;
|
|
8327
8331
|
PickPeople: (...args: any[]) => void;
|
|
8328
8332
|
FileClick: (...args: any[]) => void;
|
|
8333
|
+
RemoteMethod: (...args: any[]) => void;
|
|
8329
8334
|
}, string, {
|
|
8330
8335
|
data: unknown[];
|
|
8331
8336
|
config: Record<string, any>;
|
|
@@ -2763,6 +2763,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2763
2763
|
ActionRenderBefore: (...args: any[]) => void;
|
|
2764
2764
|
PickPeople: (...args: any[]) => void;
|
|
2765
2765
|
FileClick: (...args: any[]) => void;
|
|
2766
|
+
RemoteMethod: (...args: any[]) => void;
|
|
2766
2767
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2767
2768
|
config: {
|
|
2768
2769
|
type: ObjectConstructor;
|
|
@@ -2784,6 +2785,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2784
2785
|
onActionRenderBefore?: ((...args: any[]) => any) | undefined;
|
|
2785
2786
|
onPickPeople?: ((...args: any[]) => any) | undefined;
|
|
2786
2787
|
onFileClick?: ((...args: any[]) => any) | undefined;
|
|
2788
|
+
onRemoteMethod?: ((...args: any[]) => any) | undefined;
|
|
2787
2789
|
}>, {
|
|
2788
2790
|
data: unknown[];
|
|
2789
2791
|
config: Record<string, any>;
|