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.
@@ -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>;
@@ -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;