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.
- package/dist/es/{BaseInfo-VzgiaCKn.js → BaseInfo-DP7wB6Hy.js} +1 -1
- package/dist/es/{BaseItem-BtsARxvz.js → BaseItem-zKXAWw6X.js} +3 -3
- package/dist/es/{Button-Dw3i74l2.js → Button-D71UFKe2.js} +2 -2
- package/dist/es/DatePicker-ByaPDV8a.js +57 -0
- package/dist/es/{DetailHeader-C5LjDuTv.js → DetailHeader-BvwqbiHO.js} +3 -3
- package/dist/es/{DetailSubTitle-ak2l4HyV.js → DetailSubTitle-Brh4lgY7.js} +2 -2
- package/dist/es/{Dialog-Cw3E3ZU6.js → Dialog-Dfj9XSbZ.js} +3 -3
- package/dist/es/{DiyDataTable-Cgqys5z_.js → DiyDataTable-CyinC7X9.js} +4 -4
- package/dist/es/{EditInfoPair-8SWkyWJC.js → EditInfoPair-Bh8ExT4y.js} +3 -3
- package/dist/es/{FileWrapper-BKxBr28L.js → FileWrapper-Cr7F-CIS.js} +4 -4
- package/dist/es/{Grid-C8tYH4s7.js → Grid-CzmdTj41.js} +2 -2
- package/dist/es/{InfoPair-C3obQrjB.js → InfoPair-wZg9g-ul.js} +3 -3
- package/dist/es/{Input-C3HDYWCC.js → Input-DRtonb3d.js} +3 -3
- package/dist/es/{Loading-DfL7OJvd.js → Loading-CujO-NlL.js} +2 -2
- package/dist/es/Map-mRzxeRp6.js +1877 -0
- package/dist/es/{MessageBox-ByLWEDby.js → MessageBox-CRUoKQsc.js} +2 -2
- package/dist/es/{MoneyInput-CxngoHAe.js → MoneyInput-D1u6lU9a.js} +7 -7
- package/dist/es/{PageHeadPanel-d3ponlDx.js → PageHeadPanel-COhIV995.js} +2 -2
- package/dist/es/{Table-BufcZ4Wy.js → Table-BFbxIF3i.js} +5 -5
- package/dist/es/{ToolTips-D0FAOOvm.js → ToolTips-DNojIdT8.js} +7 -7
- package/dist/es/index.js +60 -74
- package/dist/es/{utils-BSQSj8Ii.js → utils-CVU4so-2.js} +1 -1
- package/dist/es/{vendor-DaYdW1_n.js → vendor-Cx2Ws2_l.js} +21548 -25505
- package/dist/index.css +1 -1
- package/dist/types/components/Map/components/zoomControl.vue.d.ts +1 -9
- package/dist/types/components/Map/config/index.d.ts +69 -0
- package/dist/types/components/Map/function/carTrack.d.ts +18 -0
- package/dist/types/components/Map/function/drawLine.d.ts +19 -0
- package/dist/types/components/Map/function/drawPolygon.d.ts +13 -0
- package/dist/types/components/Map/function/label.d.ts +9 -0
- package/dist/types/components/Map/function/layers.d.ts +7 -0
- package/dist/types/components/Map/function/map.d.ts +10 -0
- package/dist/types/components/Map/function/port.d.ts +10 -0
- package/dist/types/components/Map/function/ship/index.d.ts +9 -0
- package/dist/types/components/Map/function/ship/label.d.ts +5 -0
- package/dist/types/components/Map/function/ship/style.d.ts +7 -0
- package/dist/types/components/Map/function/ship.d.ts +34 -0
- package/dist/types/components/Map/function/shipLabel.d.ts +25 -0
- package/dist/types/components/Map/function/shipOverlay.d.ts +12 -0
- package/dist/types/components/Map/function/shipTrack.d.ts +15 -0
- package/dist/types/components/Map/interface/{entity/queryLicenseResponse.d.ts → carTrack.d.ts} +1 -17
- package/dist/types/components/Map/interface/index.d.ts +6 -13
- package/dist/types/components/Map/interface/label.d.ts +27 -0
- package/dist/types/components/Map/interface/mapProps.d.ts +14 -0
- package/dist/types/components/Map/interface/{entity/shipInfoVo.d.ts → shipInfoVo.d.ts} +17 -15
- package/dist/types/components/Map/interface/{entity/shipTrack.d.ts → shipTrack.d.ts} +2 -1
- package/dist/types/components/Map/interface/wharfEntity.d.ts +20 -0
- package/dist/types/components/Map/meta/index.d.ts +17 -0
- package/dist/types/components/Map/meta/ship.d.ts +26 -0
- package/dist/types/components/Map/types.d.ts +1 -13
- package/dist/types/components/Map/utils/cursor.d.ts +2 -0
- package/dist/types/components/Map/utils/events.d.ts +2 -0
- package/dist/types/components/Map/utils/rbush.d.ts +13 -0
- package/dist/types/components/Map/utils/track.d.ts +1 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +124 -588
- package/package.json +1 -1
- package/dist/es/DatePicker-BCvYHlC7.js +0 -73
- package/dist/es/Map-BpqtL7_q.js +0 -2528
- package/dist/types/components/Map/Map.vue.d.ts +0 -156
- package/dist/types/components/Map/components/copyright.vue.d.ts +0 -36
- package/dist/types/components/Map/components/measure.vue.d.ts +0 -23
- package/dist/types/components/Map/components/toolPanel.vue.d.ts +0 -40
- package/dist/types/components/Map/config.d.ts +0 -32
- package/dist/types/components/Map/enum/car.d.ts +0 -5
- package/dist/types/components/Map/enum/device.d.ts +0 -8
- package/dist/types/components/Map/enum/index.d.ts +0 -5
- package/dist/types/components/Map/enum/openLayers.d.ts +0 -10
- package/dist/types/components/Map/enum/ship.d.ts +0 -50
- package/dist/types/components/Map/index.d.ts +0 -439
- package/dist/types/components/Map/interface/common/BaseEntity.d.ts +0 -29
- package/dist/types/components/Map/interface/common/page.d.ts +0 -34
- package/dist/types/components/Map/interface/entity/dashboard.d.ts +0 -16
- package/dist/types/components/Map/interface/entity/map.d.ts +0 -36
- package/dist/types/components/Map/interface/entity/point.d.ts +0 -10
- package/dist/types/components/Map/interface/entity/render.d.ts +0 -57
- package/dist/types/components/Map/interface/entity/ship.d.ts +0 -361
- package/dist/types/components/Map/interface/entity/shipMapData.d.ts +0 -27
- package/dist/types/components/Map/interface/entity/shipMarker.d.ts +0 -8
- package/dist/types/components/Map/interface/entity/vehicle.d.ts +0 -345
- package/dist/types/components/Map/interface/vo/vehicleVo.d.ts +0 -20
- package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +0 -15
- package/dist/types/components/Map/render/canvasRender/geometry.d.ts +0 -22
- package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +0 -5
- package/dist/types/components/Map/render/canvasRender/renderPointStyle.d.ts +0 -10
- package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +0 -5
- package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +0 -12
- package/dist/types/components/Map/render/canvasRender/renderTruckStyle.d.ts +0 -3
- package/dist/types/components/Map/render/drawPolygon.d.ts +0 -10
- package/dist/types/components/Map/render/renderDashboard.d.ts +0 -12
- package/dist/types/components/Map/render/renderMarker.d.ts +0 -7
- package/dist/types/components/Map/render/renderPoint.d.ts +0 -80
- package/dist/types/components/Map/render/renderShip.d.ts +0 -20
- package/dist/types/components/Map/render/renderTrack.d.ts +0 -12
- package/dist/types/components/Map/render/renderTruck.d.ts +0 -10
- package/dist/types/components/Map/utils/common.d.ts +0 -27
- package/dist/types/components/Map/utils/format.d.ts +0 -10
- package/dist/types/components/Map/utils/store.d.ts +0 -32
- package/dist/types/components/Map/utils/transform.d.ts +0 -44
|
@@ -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-
|
|
3
|
-
import {
|
|
4
|
-
import { I as $ } from "./Input-
|
|
5
|
-
import { _ as z } from "./Button-
|
|
6
|
-
import { w as C } from "./utils-
|
|
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"]]),
|
|
50
|
+
}), U = /* @__PURE__ */ z(S, [["__scopeId", "data-v-cfd94d9e"]]), F = C(U);
|
|
51
51
|
export {
|
|
52
|
-
|
|
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-
|
|
3
|
-
import { w as v } from "./utils-
|
|
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 {
|
|
3
|
-
import { D as ee, C as Nt } from "./BaseItem-
|
|
4
|
-
import { _ as le, Z as we } from "./Button-
|
|
5
|
-
import { _ as Wt } from "./Dialog-
|
|
6
|
-
import { w as qt } from "./utils-
|
|
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
|
|
2
|
-
import {
|
|
3
|
-
import { _ as f } from "./Button-
|
|
4
|
-
import { w as
|
|
5
|
-
const
|
|
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) => (
|
|
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
|
-
}),
|
|
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
|
|
2
|
-
import { a as
|
|
3
|
-
import { Z as m } from "./DatePicker-
|
|
4
|
-
import { Z as
|
|
5
|
-
import { Z
|
|
6
|
-
import { Z } from "./EditInfoPair-
|
|
7
|
-
import { Z as
|
|
8
|
-
import { a as
|
|
9
|
-
import { Z as h } from "./InfoPair-
|
|
10
|
-
import { Z as n, a as l } from "./Input-
|
|
11
|
-
import { Z as
|
|
12
|
-
import { Z as
|
|
13
|
-
import { Z as P } from "./MoneyInput-
|
|
14
|
-
import { Z as
|
|
15
|
-
import { Z as
|
|
16
|
-
import { Z as
|
|
17
|
-
import { Z as
|
|
18
|
-
import { Z as
|
|
19
|
-
import { D as
|
|
20
|
-
import { Z as
|
|
21
|
-
import {
|
|
22
|
-
import { Z as
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
29
|
-
s,
|
|
27
|
+
g,
|
|
30
28
|
t,
|
|
31
|
-
c,
|
|
32
29
|
Z,
|
|
33
|
-
|
|
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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
44
|
+
P,
|
|
45
|
+
T,
|
|
46
|
+
c,
|
|
47
|
+
G,
|
|
48
|
+
a,
|
|
49
|
+
M
|
|
50
|
+
], Q = o(A);
|
|
52
51
|
export {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
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
|
-
|
|
79
|
-
|
|
80
|
-
|
|
71
|
+
u as ZhLoading,
|
|
72
|
+
G as ZhMap,
|
|
73
|
+
I as ZhMessageBox,
|
|
81
74
|
P as ZhMoneyInput,
|
|
82
75
|
f as ZhMultiGrid,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
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
|
};
|