g-ui-web 1.3.28 → 1.3.30

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.
@@ -72,6 +72,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
72
72
  closeInfoWindow: () => void;
73
73
  getInfoWindow: () => any;
74
74
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
75
+ onLoad: (map: any, AMap: any) => any;
75
76
  "click-marker": (item: any) => any;
76
77
  "hover-marker": (item: any) => any;
77
78
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -113,6 +114,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
113
114
  require: boolean;
114
115
  };
115
116
  }>> & Readonly<{
117
+ onOnLoad?: ((map: any, AMap: any) => any) | undefined;
116
118
  "onClick-marker"?: ((item: any) => any) | undefined;
117
119
  "onHover-marker"?: ((item: any) => any) | undefined;
118
120
  }>, {