zhihao-ui 1.2.38 → 1.2.39

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.
Files changed (31) hide show
  1. package/dist/es/{BaseInfo-BjqSNfhB.js → BaseInfo-VzgiaCKn.js} +1 -1
  2. package/dist/es/{BaseItem-Da1CQtVm.js → BaseItem-D1xoWSGo.js} +3 -3
  3. package/dist/es/{Button-CKHqdHWj.js → Button-CNEQmoqP.js} +2 -2
  4. package/dist/es/{DatePicker-BOkpRWph.js → DatePicker-Dh8sksac.js} +3 -3
  5. package/dist/es/{DetailHeader-CL5Fin_g.js → DetailHeader-CSC9DAQc.js} +3 -3
  6. package/dist/es/{DetailSubTitle-Derdb7AV.js → DetailSubTitle-1ZjJAmet.js} +2 -2
  7. package/dist/es/{Dialog-CGN6pFzA.js → Dialog-BuGbBs3k.js} +3 -3
  8. package/dist/es/{DiyDataTable-CUbUe8NL.js → DiyDataTable-B8z44XT3.js} +4 -4
  9. package/dist/es/{EditInfoPair-Dd_u_yvQ.js → EditInfoPair-Dx0KRj7O.js} +3 -3
  10. package/dist/es/{FileWrapper-CGoXaXk9.js → FileWrapper-CS2RTMEV.js} +4 -4
  11. package/dist/es/{Grid-Dr8kPvc8.js → Grid-BQYUct2W.js} +2 -2
  12. package/dist/es/{InfoPair-B2VzU1pL.js → InfoPair-C3sCcJVT.js} +3 -3
  13. package/dist/es/{Input-DbqCWZ3K.js → Input-CcYpobcm.js} +3 -3
  14. package/dist/es/{Loading-Dimy_7_w.js → Loading-DCEW1FE_.js} +2 -2
  15. package/dist/es/{Map-BM9UCaCC.js → Map-Bo9f4Uus.js} +485 -477
  16. package/dist/es/{MessageBox-B54tNjcZ.js → MessageBox-ByLWEDby.js} +2 -2
  17. package/dist/es/{MoneyInput-uw4tR9WE.js → MoneyInput-DevlnT8p.js} +5 -5
  18. package/dist/es/{PageHeadPanel-CgR9a7c6.js → PageHeadPanel-C5A4n2ie.js} +2 -2
  19. package/dist/es/{Table-BdySjJta.js → Table-BoMGydAp.js} +5 -5
  20. package/dist/es/{ToolTips-BHQkWmMR.js → ToolTips-6ETyGI4m.js} +3 -3
  21. package/dist/es/index.js +23 -23
  22. package/dist/es/{utils-DUHqvTHl.js → utils-BSQSj8Ii.js} +1 -1
  23. package/dist/es/{vendor-B7FHttiN.js → vendor-DaYdW1_n.js} +13 -13
  24. package/dist/index.css +1 -1
  25. package/dist/types/components/Map/Map.vue.d.ts +3 -0
  26. package/dist/types/components/Map/components/measure.vue.d.ts +2 -2
  27. package/dist/types/components/Map/index.d.ts +9 -0
  28. package/dist/types/components/Map/utils/store.d.ts +2 -0
  29. package/dist/umd/index.css +1 -1
  30. package/dist/umd/index.umd.cjs +3 -3
  31. package/package.json +1 -1
@@ -58,6 +58,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
58
58
  reset: () => void;
59
59
  };
60
60
  setMapInstance: () => void;
61
+ store: {
62
+ getShowMeasure: boolean;
63
+ };
61
64
  config: {
62
65
  mapZoom: {
63
66
  default: number;
@@ -3,7 +3,7 @@ declare function addInteraction(): void;
3
3
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  visible: import('vue').PropType<boolean>;
5
5
  viewMode: {
6
- type: import('vue').PropType<"PC" | "WxMiniprogram" | "APP">;
6
+ type: import('vue').PropType<"PC" | "WxMiniprogram" | "APP" | "findShip" | "markerPosition">;
7
7
  required: true;
8
8
  };
9
9
  }>, {
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14
14
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
15
  visible: import('vue').PropType<boolean>;
16
16
  viewMode: {
17
- type: import('vue').PropType<"PC" | "WxMiniprogram" | "APP">;
17
+ type: import('vue').PropType<"PC" | "WxMiniprogram" | "APP" | "findShip" | "markerPosition">;
18
18
  required: true;
19
19
  };
20
20
  }>> & Readonly<{
@@ -72,6 +72,9 @@ export declare const ZhMap: {
72
72
  reset: () => void;
73
73
  };
74
74
  setMapInstance: () => void;
75
+ store: {
76
+ getShowMeasure: boolean;
77
+ };
75
78
  config: {
76
79
  mapZoom: {
77
80
  default: number;
@@ -209,6 +212,9 @@ export declare const ZhMap: {
209
212
  reset: () => void;
210
213
  };
211
214
  setMapInstance: () => void;
215
+ store: {
216
+ getShowMeasure: boolean;
217
+ };
212
218
  config: {
213
219
  mapZoom: {
214
220
  default: number;
@@ -340,6 +346,9 @@ export declare const ZhMap: {
340
346
  reset: () => void;
341
347
  };
342
348
  setMapInstance: () => void;
349
+ store: {
350
+ getShowMeasure: boolean;
351
+ };
343
352
  config: {
344
353
  mapZoom: {
345
354
  default: number;
@@ -29,3 +29,5 @@ export declare const allTracks: Ref<{
29
29
  export declare const currentTrackId: Ref<string>;
30
30
  export declare const showTrackAnimatMarker: Ref<boolean>;
31
31
  export declare const hiddenOrther: Ref<boolean>;
32
+ export declare const showMeasure: Ref<boolean>;
33
+ export declare const getShowMeasure: () => boolean;