gzhr-ui 1.0.1 → 1.0.3
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-BSV1RhB8.mjs → button-CJ1kU7r2.mjs} +1 -1
- package/dist/es/{icon-PcypvbAz.mjs → icon-DOZyC-Pg.mjs} +2 -2
- package/dist/es/index.mjs +8 -6
- package/dist/es/{table-CCZNlgwQ.mjs → table-BSFBnDtq.mjs} +187 -191
- package/dist/es/{utils-CRsNpc-W.mjs → utils-T1zvC3Cf.mjs} +1 -1
- package/dist/es/{vendor-JYnb-2AB.mjs → vendor-WGaPw_tu.mjs} +36244 -35721
- package/dist/index.css +1 -1
- package/dist/types/components/table/index.d.ts +2552 -2545
- package/dist/types/components/table/src/index.vue.d.ts +2 -0
- package/dist/types/core/index.d.ts +1 -1
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +12 -12
- package/package.json +38 -37
|
@@ -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>;
|