zhihao-ui 1.2.66 → 1.3.0

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 (99) hide show
  1. package/dist/es/{BaseInfo-VzgiaCKn.js → BaseInfo-DP7wB6Hy.js} +1 -1
  2. package/dist/es/{BaseItem-BtsARxvz.js → BaseItem-zKXAWw6X.js} +3 -3
  3. package/dist/es/{Button-Dw3i74l2.js → Button-D71UFKe2.js} +2 -2
  4. package/dist/es/DatePicker-ByaPDV8a.js +57 -0
  5. package/dist/es/{DetailHeader-C5LjDuTv.js → DetailHeader-BvwqbiHO.js} +3 -3
  6. package/dist/es/{DetailSubTitle-ak2l4HyV.js → DetailSubTitle-Brh4lgY7.js} +2 -2
  7. package/dist/es/{Dialog-Cw3E3ZU6.js → Dialog-Dfj9XSbZ.js} +3 -3
  8. package/dist/es/{DiyDataTable-Cgqys5z_.js → DiyDataTable-CyinC7X9.js} +4 -4
  9. package/dist/es/{EditInfoPair-8SWkyWJC.js → EditInfoPair-Bh8ExT4y.js} +3 -3
  10. package/dist/es/{FileWrapper-BKxBr28L.js → FileWrapper-Cr7F-CIS.js} +4 -4
  11. package/dist/es/{Grid-C8tYH4s7.js → Grid-CzmdTj41.js} +2 -2
  12. package/dist/es/{InfoPair-C3obQrjB.js → InfoPair-wZg9g-ul.js} +3 -3
  13. package/dist/es/{Input-C3HDYWCC.js → Input-DRtonb3d.js} +3 -3
  14. package/dist/es/{Loading-DfL7OJvd.js → Loading-CujO-NlL.js} +2 -2
  15. package/dist/es/Map-mRzxeRp6.js +1877 -0
  16. package/dist/es/{MessageBox-ByLWEDby.js → MessageBox-CRUoKQsc.js} +2 -2
  17. package/dist/es/{MoneyInput-CxngoHAe.js → MoneyInput-D1u6lU9a.js} +7 -7
  18. package/dist/es/{PageHeadPanel-d3ponlDx.js → PageHeadPanel-COhIV995.js} +2 -2
  19. package/dist/es/{Table-BufcZ4Wy.js → Table-BFbxIF3i.js} +5 -5
  20. package/dist/es/{ToolTips-D0FAOOvm.js → ToolTips-DNojIdT8.js} +7 -7
  21. package/dist/es/index.js +60 -74
  22. package/dist/es/{utils-BSQSj8Ii.js → utils-CVU4so-2.js} +1 -1
  23. package/dist/es/{vendor-DaYdW1_n.js → vendor-Cx2Ws2_l.js} +21548 -25505
  24. package/dist/index.css +1 -1
  25. package/dist/types/components/Map/components/zoomControl.vue.d.ts +1 -9
  26. package/dist/types/components/Map/config/index.d.ts +69 -0
  27. package/dist/types/components/Map/function/carTrack.d.ts +18 -0
  28. package/dist/types/components/Map/function/drawLine.d.ts +19 -0
  29. package/dist/types/components/Map/function/drawPolygon.d.ts +13 -0
  30. package/dist/types/components/Map/function/label.d.ts +9 -0
  31. package/dist/types/components/Map/function/layers.d.ts +7 -0
  32. package/dist/types/components/Map/function/map.d.ts +10 -0
  33. package/dist/types/components/Map/function/port.d.ts +10 -0
  34. package/dist/types/components/Map/function/ship/index.d.ts +9 -0
  35. package/dist/types/components/Map/function/ship/label.d.ts +5 -0
  36. package/dist/types/components/Map/function/ship/style.d.ts +7 -0
  37. package/dist/types/components/Map/function/ship.d.ts +34 -0
  38. package/dist/types/components/Map/function/shipLabel.d.ts +25 -0
  39. package/dist/types/components/Map/function/shipOverlay.d.ts +12 -0
  40. package/dist/types/components/Map/function/shipTrack.d.ts +15 -0
  41. package/dist/types/components/Map/interface/{entity/queryLicenseResponse.d.ts → carTrack.d.ts} +1 -17
  42. package/dist/types/components/Map/interface/index.d.ts +6 -13
  43. package/dist/types/components/Map/interface/label.d.ts +27 -0
  44. package/dist/types/components/Map/interface/mapProps.d.ts +14 -0
  45. package/dist/types/components/Map/interface/{entity/shipInfoVo.d.ts → shipInfoVo.d.ts} +17 -15
  46. package/dist/types/components/Map/interface/{entity/shipTrack.d.ts → shipTrack.d.ts} +2 -1
  47. package/dist/types/components/Map/interface/wharfEntity.d.ts +20 -0
  48. package/dist/types/components/Map/meta/index.d.ts +17 -0
  49. package/dist/types/components/Map/meta/ship.d.ts +26 -0
  50. package/dist/types/components/Map/types.d.ts +1 -13
  51. package/dist/types/components/Map/utils/cursor.d.ts +2 -0
  52. package/dist/types/components/Map/utils/events.d.ts +2 -0
  53. package/dist/types/components/Map/utils/rbush.d.ts +13 -0
  54. package/dist/types/components/Map/utils/track.d.ts +1 -0
  55. package/dist/umd/index.css +1 -1
  56. package/dist/umd/index.umd.cjs +124 -588
  57. package/package.json +1 -1
  58. package/dist/es/DatePicker-BCvYHlC7.js +0 -73
  59. package/dist/es/Map-BpqtL7_q.js +0 -2528
  60. package/dist/types/components/Map/Map.vue.d.ts +0 -156
  61. package/dist/types/components/Map/components/copyright.vue.d.ts +0 -36
  62. package/dist/types/components/Map/components/measure.vue.d.ts +0 -23
  63. package/dist/types/components/Map/components/toolPanel.vue.d.ts +0 -40
  64. package/dist/types/components/Map/config.d.ts +0 -32
  65. package/dist/types/components/Map/enum/car.d.ts +0 -5
  66. package/dist/types/components/Map/enum/device.d.ts +0 -8
  67. package/dist/types/components/Map/enum/index.d.ts +0 -5
  68. package/dist/types/components/Map/enum/openLayers.d.ts +0 -10
  69. package/dist/types/components/Map/enum/ship.d.ts +0 -50
  70. package/dist/types/components/Map/index.d.ts +0 -439
  71. package/dist/types/components/Map/interface/common/BaseEntity.d.ts +0 -29
  72. package/dist/types/components/Map/interface/common/page.d.ts +0 -34
  73. package/dist/types/components/Map/interface/entity/dashboard.d.ts +0 -16
  74. package/dist/types/components/Map/interface/entity/map.d.ts +0 -36
  75. package/dist/types/components/Map/interface/entity/point.d.ts +0 -10
  76. package/dist/types/components/Map/interface/entity/render.d.ts +0 -57
  77. package/dist/types/components/Map/interface/entity/ship.d.ts +0 -361
  78. package/dist/types/components/Map/interface/entity/shipMapData.d.ts +0 -27
  79. package/dist/types/components/Map/interface/entity/shipMarker.d.ts +0 -8
  80. package/dist/types/components/Map/interface/entity/vehicle.d.ts +0 -345
  81. package/dist/types/components/Map/interface/vo/vehicleVo.d.ts +0 -20
  82. package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +0 -15
  83. package/dist/types/components/Map/render/canvasRender/geometry.d.ts +0 -22
  84. package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +0 -5
  85. package/dist/types/components/Map/render/canvasRender/renderPointStyle.d.ts +0 -10
  86. package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +0 -5
  87. package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +0 -12
  88. package/dist/types/components/Map/render/canvasRender/renderTruckStyle.d.ts +0 -3
  89. package/dist/types/components/Map/render/drawPolygon.d.ts +0 -10
  90. package/dist/types/components/Map/render/renderDashboard.d.ts +0 -12
  91. package/dist/types/components/Map/render/renderMarker.d.ts +0 -7
  92. package/dist/types/components/Map/render/renderPoint.d.ts +0 -80
  93. package/dist/types/components/Map/render/renderShip.d.ts +0 -20
  94. package/dist/types/components/Map/render/renderTrack.d.ts +0 -12
  95. package/dist/types/components/Map/render/renderTruck.d.ts +0 -10
  96. package/dist/types/components/Map/utils/common.d.ts +0 -27
  97. package/dist/types/components/Map/utils/format.d.ts +0 -10
  98. package/dist/types/components/Map/utils/store.d.ts +0 -32
  99. package/dist/types/components/Map/utils/transform.d.ts +0 -44
@@ -1,5 +1,5 @@
1
- import { $ as a } from "./vendor-DaYdW1_n.js";
2
- import { w as n } from "./utils-BSQSj8Ii.js";
1
+ import { Z as a } from "./vendor-Cx2Ws2_l.js";
2
+ import { w as n } from "./utils-CVU4so-2.js";
3
3
  const r = {
4
4
  type: "",
5
5
  showCancelButton: !0,
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as p, useModel as d, computed as i, ref as f, openBlock as v, createBlock as c, unref as y, withCtx as n, createVNode as V, mergeProps as b, createSlots as I, renderList as M, renderSlot as w, normalizeProps as B, guardReactiveProps as N, mergeModels as g } from "vue";
2
- import { v as k, d as P } from "./DatePicker-BCvYHlC7.js";
3
- import { a0 as T } from "./vendor-DaYdW1_n.js";
4
- import { I as $ } from "./Input-C3HDYWCC.js";
5
- import { _ as z } from "./Button-Dw3i74l2.js";
6
- import { w as C } from "./utils-BSQSj8Ii.js";
2
+ import { v as k, d as P } from "./DatePicker-ByaPDV8a.js";
3
+ import { _ as T } from "./vendor-Cx2Ws2_l.js";
4
+ import { I as $ } from "./Input-DRtonb3d.js";
5
+ import { _ as z } from "./Button-D71UFKe2.js";
6
+ import { w as C } from "./utils-CVU4so-2.js";
7
7
  const S = /* @__PURE__ */ p({
8
8
  name: "zh-money-input",
9
9
  __name: "MoneyInput",
@@ -47,7 +47,7 @@ const S = /* @__PURE__ */ p({
47
47
  _: 3
48
48
  }, 8, ["content", "visible"]));
49
49
  }
50
- }), U = /* @__PURE__ */ z(S, [["__scopeId", "data-v-cfd94d9e"]]), L = C(U);
50
+ }), U = /* @__PURE__ */ z(S, [["__scopeId", "data-v-cfd94d9e"]]), F = C(U);
51
51
  export {
52
- L as Z
52
+ F as Z
53
53
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as i, toRefs as m, openBlock as h, createElementBlock as u, createElementVNode as e, toDisplayString as s, unref as a, renderSlot as f } from "vue";
2
- import { _ as g } from "./Button-Dw3i74l2.js";
3
- import { w as v } from "./utils-BSQSj8Ii.js";
2
+ import { _ as g } from "./Button-D71UFKe2.js";
3
+ import { w as v } from "./utils-CVU4so-2.js";
4
4
  const P = { class: "page-head" }, x = { class: "left-wrap" }, S = { class: "page-name" }, b = { class: "value" }, w = { class: "other-inform" }, H = { class: "label" }, k = { class: "value mg-r-24" }, B = { class: "status" }, E = /* @__PURE__ */ i({
5
5
  name: "zh-page-head-panel",
6
6
  __name: "PageHeadPanel",
@@ -1,9 +1,9 @@
1
1
  import { reactive as X, computed as F, toRefs as Ae, ref as M, defineComponent as ne, useCssVars as dt, inject as Ke, openBlock as w, createElementBlock as L, createBlock as R, resolveDynamicComponent as de, mergeProps as J, withKeys as pt, unref as p, createSlots as pe, withCtx as C, Fragment as H, renderList as he, renderSlot as A, createElementVNode as B, toDisplayString as Q, createVNode as S, withModifiers as ht, normalizeClass as Ue, createCommentVNode as I, createTextVNode as Z, useSlots as xe, isVNode as ft, normalizeProps as je, guardReactiveProps as Ne, nextTick as fe, onMounted as mt, onActivated as gt, onDeactivated as vt, onUnmounted as bt, watch as yt, provide as Ct, resolveDirective as St, withDirectives as Ce, vShow as wt, toHandlers as _t } from "vue";
2
- import { a1 as We, a2 as kt, a3 as Pt, a4 as qe, a5 as Tt, j as $t, a6 as Et, m as Bt, a7 as zt, a0 as me, b as ke, a as ge, a8 as It, a9 as Mt, l as oe, aa as Lt, ab as Dt, ac as Rt, ad as He, ae as Ze, i as q, k as Ge, af as De, ag as Ft, ah as Je, ai as Ot, aj as Vt, ak as At, al as Kt, E as Se, am as Ut, g as xt, an as jt, ao as Re, ap as Fe } from "./vendor-DaYdW1_n.js";
3
- import { D as ee, C as Nt } from "./BaseItem-BtsARxvz.js";
4
- import { _ as le, Z as we } from "./Button-Dw3i74l2.js";
5
- import { _ as Wt } from "./Dialog-Cw3E3ZU6.js";
6
- import { w as qt } from "./utils-BSQSj8Ii.js";
2
+ import { $ as We, a0 as kt, a1 as Pt, a2 as qe, a3 as Tt, j as $t, a4 as Et, m as Bt, a5 as zt, _ as me, b as ke, a as ge, a6 as It, a7 as Mt, l as oe, a8 as Lt, a9 as Dt, aa as Rt, ab as He, ac as Ze, i as q, k as Ge, ad as De, ae as Ft, af as Je, ag as Ot, ah as Vt, ai as At, aj as Kt, E as Se, ak as Ut, g as xt, al as jt, am as Re, an as Fe } from "./vendor-Cx2Ws2_l.js";
3
+ import { D as ee, C as Nt } from "./BaseItem-zKXAWw6X.js";
4
+ import { _ as le, Z as we } from "./Button-D71UFKe2.js";
5
+ import { _ as Wt } from "./Dialog-Dfj9XSbZ.js";
6
+ import { w as qt } from "./utils-CVU4so-2.js";
7
7
  const Ht = 12;
8
8
  function Pe(m, c, a, f) {
9
9
  return m.reduce((g, y) => {
@@ -1,8 +1,8 @@
1
- import { defineComponent as a, openBlock as s, createBlock as l, unref as p, withCtx as r, renderSlot as c, createElementVNode as m } from "vue";
2
- import { a0 as i } from "./vendor-DaYdW1_n.js";
3
- import { _ as f } from "./Button-Dw3i74l2.js";
4
- import { w as d } from "./utils-BSQSj8Ii.js";
5
- const u = /* @__PURE__ */ a({
1
+ import { defineComponent as s, openBlock as a, createBlock as l, unref as p, withCtx as r, renderSlot as c, createElementVNode as m } from "vue";
2
+ import { _ as i } from "./vendor-Cx2Ws2_l.js";
3
+ import { _ as f } from "./Button-D71UFKe2.js";
4
+ import { w as _ } from "./utils-CVU4so-2.js";
5
+ const d = /* @__PURE__ */ s({
6
6
  name: "zh-tool-tips",
7
7
  __name: "ToolTips",
8
8
  props: {
@@ -11,7 +11,7 @@ const u = /* @__PURE__ */ a({
11
11
  },
12
12
  setup(e) {
13
13
  const t = e;
14
- return (n, o) => (s(), l(p(i), {
14
+ return (n, o) => (a(), l(p(i), {
15
15
  class: "box-item",
16
16
  effect: "dark",
17
17
  content: t.content,
@@ -25,7 +25,7 @@ const u = /* @__PURE__ */ a({
25
25
  _: 3
26
26
  }, 8, ["content", "placement"]));
27
27
  }
28
- }), _ = /* @__PURE__ */ f(u, [["__scopeId", "data-v-e5a0ae09"]]), w = d(_);
28
+ }), u = /* @__PURE__ */ f(d, [["__scopeId", "data-v-e5a0ae09"]]), w = _(u);
29
29
  export {
30
30
  w as Z
31
31
  };
package/dist/es/index.js CHANGED
@@ -1,95 +1,81 @@
1
- import { m as a } from "./utils-BSQSj8Ii.js";
2
- import { a as o, b as r } from "./Button-Dw3i74l2.js";
3
- import { Z as m } from "./DatePicker-BCvYHlC7.js";
4
- import { Z as s } from "./DetailSubTitle-ak2l4HyV.js";
5
- import { Z as t } from "./Dialog-Cw3E3ZU6.js";
6
- import { Z } from "./EditInfoPair-8SWkyWJC.js";
7
- import { Z as e } from "./FileWrapper-BKxBr28L.js";
8
- import { a as i, Z as p, b as f } from "./Grid-C8tYH4s7.js";
9
- import { Z as h } from "./InfoPair-C3obQrjB.js";
10
- import { Z as n, a as l } from "./Input-C3HDYWCC.js";
11
- import { Z as D } from "./Loading-DfL7OJvd.js";
12
- import { Z as T, a as u, b as I, c as d } from "./MessageBox-ByLWEDby.js";
13
- import { Z as P } from "./MoneyInput-CxngoHAe.js";
14
- import { Z as b } from "./PageHeadPanel-d3ponlDx.js";
15
- import { Z as _ } from "./ToolTips-D0FAOOvm.js";
16
- import { Z as A } from "./BaseInfo-VzgiaCKn.js";
17
- import { Z as E } from "./DetailHeader-C5LjDuTv.js";
18
- import { Z as c } from "./DiyDataTable-Cgqys5z_.js";
19
- import { D as Q } from "./DiyDataTable-Cgqys5z_.js";
20
- import { Z as B } from "./Map-BpqtL7_q.js";
21
- import { B as $, C as aa, c as oa, D as ra, L as ma, S as sa, b as ta, a as Za, m as ea, p as ia, r as pa, t as fa, z as ha } from "./Map-BpqtL7_q.js";
22
- import { Z as L } from "./Table-BufcZ4Wy.js";
23
- import { Z as la } from "./BaseItem-BtsARxvz.js";
24
- const M = [
25
- A,
26
- o,
1
+ import { m as o } from "./utils-CVU4so-2.js";
2
+ import { a as r, b as a } from "./Button-D71UFKe2.js";
3
+ import { Z as m } from "./DatePicker-ByaPDV8a.js";
4
+ import { Z as t } from "./DetailSubTitle-Brh4lgY7.js";
5
+ import { Z } from "./Dialog-Dfj9XSbZ.js";
6
+ import { Z as s } from "./EditInfoPair-Bh8ExT4y.js";
7
+ import { Z as i } from "./FileWrapper-Cr7F-CIS.js";
8
+ import { a as p, Z as e, b as f } from "./Grid-CzmdTj41.js";
9
+ import { Z as h } from "./InfoPair-wZg9g-ul.js";
10
+ import { Z as n, a as l } from "./Input-DRtonb3d.js";
11
+ import { Z as u } from "./Loading-CujO-NlL.js";
12
+ import { Z as I, a as D, b as d, c as b } from "./MessageBox-CRUoKQsc.js";
13
+ import { Z as P } from "./MoneyInput-D1u6lU9a.js";
14
+ import { Z as T } from "./PageHeadPanel-COhIV995.js";
15
+ import { Z as c } from "./ToolTips-DNojIdT8.js";
16
+ import { Z as B } from "./BaseInfo-DP7wB6Hy.js";
17
+ import { Z as g } from "./DetailHeader-BvwqbiHO.js";
18
+ import { Z as x } from "./DiyDataTable-CyinC7X9.js";
19
+ import { D as V } from "./DiyDataTable-CyinC7X9.js";
20
+ import { Z as G } from "./Map-mRzxeRp6.js";
21
+ import { Z as M } from "./Table-BFbxIF3i.js";
22
+ import { Z as $ } from "./BaseItem-zKXAWw6X.js";
23
+ const A = [
24
+ B,
25
+ r,
27
26
  m,
28
- E,
29
- s,
27
+ g,
30
28
  t,
31
- c,
32
29
  Z,
33
- e,
30
+ x,
31
+ s,
34
32
  i,
35
33
  p,
34
+ e,
36
35
  f,
37
36
  h,
38
37
  n,
39
38
  l,
40
- D,
41
- T,
42
39
  u,
43
40
  I,
41
+ D,
44
42
  d,
45
- P,
46
43
  b,
47
- _,
48
- B,
49
- r,
50
- L
51
- ], v = a(M);
44
+ P,
45
+ T,
46
+ c,
47
+ G,
48
+ a,
49
+ M
50
+ ], Q = o(A);
52
51
  export {
53
- $ as BaseMapType,
54
- aa as CDN_URL,
55
- oa as COPY_RIGHT_TYPE,
56
- ra as DEFAULT_VALUE,
57
- Q as DIY_DATA_TYPE,
58
- ma as LOG_DATE_FORMAT,
59
- sa as SEARCH_TYPE,
60
- I as ZhAlert,
61
- A as ZhBaseInfo,
62
- la as ZhBaseItem,
63
- o as ZhButton,
64
- r as ZhButtonGroup,
65
- u as ZhConfirm,
52
+ V as DIY_DATA_TYPE,
53
+ d as ZhAlert,
54
+ B as ZhBaseInfo,
55
+ $ as ZhBaseItem,
56
+ r as ZhButton,
57
+ a as ZhButtonGroup,
58
+ D as ZhConfirm,
66
59
  m as ZhDatePicker,
67
- E as ZhDetailHeader,
68
- s as ZhDetailSubTitle,
69
- t as ZhDialog,
70
- c as ZhDiyDataTable,
71
- Z as ZhEditInfoPair,
72
- e as ZhFileWrapper,
73
- i as ZhGrid,
74
- p as ZhGridItem,
60
+ g as ZhDetailHeader,
61
+ t as ZhDetailSubTitle,
62
+ Z as ZhDialog,
63
+ x as ZhDiyDataTable,
64
+ s as ZhEditInfoPair,
65
+ i as ZhFileWrapper,
66
+ p as ZhGrid,
67
+ e as ZhGridItem,
75
68
  h as ZhInfoPair,
76
69
  n as ZhInput,
77
70
  l as ZhInputNumber,
78
- D as ZhLoading,
79
- B as ZhMap,
80
- T as ZhMessageBox,
71
+ u as ZhLoading,
72
+ G as ZhMap,
73
+ I as ZhMessageBox,
81
74
  P as ZhMoneyInput,
82
75
  f as ZhMultiGrid,
83
- b as ZhPageHeadPanel,
84
- d as ZhPrompt,
85
- L as ZhTable,
86
- _ as ZhToolTips,
87
- ta as baseMap,
88
- v as default,
89
- Za as mapDefaultCenter,
90
- ea as mapZoom,
91
- ia as projection,
92
- pa as renderShipsLimit,
93
- fa as tiandituKey,
94
- ha as zhongkeKey
76
+ T as ZhPageHeadPanel,
77
+ b as ZhPrompt,
78
+ M as ZhTable,
79
+ c as ZhToolTips,
80
+ Q as default
95
81
  };
@@ -1,4 +1,4 @@
1
- import { aq as t } from "./vendor-DaYdW1_n.js";
1
+ import { ao as t } from "./vendor-Cx2Ws2_l.js";
2
2
  function n(a) {
3
3
  return (s) => t(a, (r) => {
4
4
  s.use(r);