zhihao-ui 1.2.3 → 1.2.4
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-DqxHM6sE.js → BaseInfo-DSoB7lXu.js} +1 -1
- package/dist/es/Button-CSkwolvy.js +32 -0
- package/dist/es/{DatePicker-CSviipkU.js → DatePicker-BuM1QvvJ.js} +14 -14
- package/dist/es/{DetailHeader-KRh1lffS.js → DetailHeader-DLWS2a6d.js} +3 -3
- package/dist/es/{DetailSubTitle-DCS8YLpA.js → DetailSubTitle-Bohm33lU.js} +2 -2
- package/dist/es/{Dialog-DrsOxk4u.js → Dialog-dbO52Pj0.js} +3 -3
- package/dist/es/{EditInfoPair-UqygyG7w.js → EditInfoPair-sJNaUadM.js} +3 -3
- package/dist/es/{FileWrapper-C8FmshRX.js → FileWrapper-BQgaAu1K.js} +4 -4
- package/dist/es/{Grid-Ds-Jy0Mn.js → Grid-P-t8UiMv.js} +1 -1
- package/dist/es/{InfoPair-BXow_dHM.js → InfoPair-BNypeCJn.js} +3 -3
- package/dist/es/{Input-C1s8JqmI.js → Input-DpsLV8LI.js} +3 -3
- package/dist/es/{Loading-DELLXz7f.js → Loading-DXdxoKLU.js} +2 -2
- package/dist/es/Map-BchE1ZDm.js +1183 -0
- package/dist/es/{MessageBox-B5ibisN4.js → MessageBox-DRwBLDiG.js} +6 -6
- package/dist/es/{MoneyInput-Chv0AAVp.js → MoneyInput-E6oSL6tO.js} +8 -8
- package/dist/es/{PageHeadPanel-CdohXWA9.js → PageHeadPanel-fhMuGUkI.js} +2 -2
- package/dist/es/{ToolTips-CxyQMewg.js → ToolTips-lv_GNnZo.js} +5 -5
- package/dist/es/index.js +24 -21
- package/dist/es/{utils-DBdiSe6_.js → utils-BMWHW3o7.js} +1 -1
- package/dist/es/vendor-BXx3MaXc.js +42114 -0
- package/dist/index.css +1 -1
- package/dist/types/components/Button/Button.vue.d.ts +8 -13
- package/dist/types/components/Button/index.d.ts +15 -24
- package/dist/types/components/Map/Map.vue.d.ts +36 -0
- package/dist/types/components/Map/components/copyright.vue.d.ts +2 -0
- package/dist/types/components/Map/components/fullscreen.vue.d.ts +14 -0
- package/dist/types/components/Map/components/measure.vue.d.ts +15 -0
- package/dist/types/components/Map/components/scaleLine.vue.d.ts +4 -0
- package/dist/types/components/Map/components/toolPanel.vue.d.ts +21 -0
- package/dist/types/components/Map/components/zoomControl.vue.d.ts +10 -0
- package/dist/types/components/Map/config.d.ts +26 -0
- package/dist/types/components/Map/enum/car.d.ts +5 -0
- package/dist/types/components/Map/enum/device.d.ts +8 -0
- package/dist/types/components/Map/enum/index.d.ts +4 -0
- package/dist/types/components/Map/enum/openLayers.d.ts +10 -0
- package/dist/types/components/Map/index.d.ts +91 -0
- package/dist/types/components/Map/interface/common/BaseEntity.d.ts +29 -0
- package/dist/types/components/Map/interface/common/page.d.ts +34 -0
- package/dist/types/components/Map/interface/entity/dashboard.d.ts +16 -0
- package/dist/types/components/Map/interface/entity/map.d.ts +36 -0
- package/dist/types/components/Map/interface/entity/queryLicenseResponse.d.ts +197 -0
- package/dist/types/components/Map/interface/entity/ship.d.ts +361 -0
- package/dist/types/components/Map/interface/entity/shipInfoVo.d.ts +186 -0
- package/dist/types/components/Map/interface/entity/shipMapData.d.ts +22 -0
- package/dist/types/components/Map/interface/entity/shipMarker.d.ts +8 -0
- package/dist/types/components/Map/interface/entity/shipTrack.d.ts +60 -0
- package/dist/types/components/Map/interface/entity/vehicle.d.ts +174 -0
- package/dist/types/components/Map/interface/index.d.ts +11 -0
- package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +6 -0
- package/dist/types/components/Map/render/canvasRender/geometry.d.ts +19 -0
- package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +3 -0
- package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +5 -0
- package/dist/types/components/Map/render/canvasRender/renderTruckStyle.d.ts +3 -0
- package/dist/types/components/Map/render/renderDashboard.d.ts +10 -0
- package/dist/types/components/Map/render/renderShip.d.ts +10 -0
- package/dist/types/components/Map/render/renderTrack.d.ts +13 -0
- package/dist/types/components/Map/render/renderTruck.d.ts +4 -0
- package/dist/types/components/Map/types.d.ts +9 -0
- package/dist/types/components/Map/utils/common.d.ts +24 -0
- package/dist/types/components/Map/utils/format.d.ts +16 -0
- package/dist/types/components/Map/utils/store.d.ts +18 -0
- package/dist/types/components/Map/utils/transform.d.ts +33 -0
- package/dist/types/components/MessageBox/MessageBox.vue.d.ts +6 -6
- package/dist/types/components/MessageBox/index.d.ts +9 -9
- package/dist/types/components/index.d.ts +1 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +625 -22
- package/package.json +1 -1
- package/dist/es/Button-Q7GkKwFF.js +0 -22
- package/dist/es/vendor-mKFy0Hb6.js +0 -12409
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as k, useModel as P, ref as m, openBlock as n, createBlock as p, mergeProps as r, withCtx as u, createElementBlock as w, toDisplayString as V, createCommentVNode as v, resolveDynamicComponent as M, normalizeProps as C, unref as d, createVNode as h, mergeModels as g } from "vue";
|
|
2
|
-
import {
|
|
3
|
-
import { z as E } from "./Dialog-
|
|
4
|
-
import { _ } from "./Button-
|
|
5
|
-
import { w as A } from "./utils-
|
|
2
|
+
import { p as F, q as I, d as z } from "./vendor-BXx3MaXc.js";
|
|
3
|
+
import { z as E } from "./Dialog-dbO52Pj0.js";
|
|
4
|
+
import { _ } from "./Button-CSkwolvy.js";
|
|
5
|
+
import { w as A } from "./utils-BMWHW3o7.js";
|
|
6
6
|
const D = {
|
|
7
7
|
key: 0,
|
|
8
8
|
class: "tips"
|
|
@@ -94,7 +94,7 @@ const D = {
|
|
|
94
94
|
_: 1
|
|
95
95
|
}, 16, ["modelValue"]));
|
|
96
96
|
}
|
|
97
|
-
}), N = /* @__PURE__ */ _(T, [["__scopeId", "data-v-1903b5ef"]]),
|
|
97
|
+
}), N = /* @__PURE__ */ _(T, [["__scopeId", "data-v-1903b5ef"]]), j = A(N);
|
|
98
98
|
export {
|
|
99
|
-
|
|
99
|
+
j as Z
|
|
100
100
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as d, useModel as i, computed as f, ref as v, openBlock as c, createBlock as y, unref as V, withCtx as n, createVNode as b, mergeProps as I, createSlots as M, renderList as
|
|
2
|
-
import { v as k, d as P } from "./DatePicker-
|
|
3
|
-
import {
|
|
4
|
-
import { I as _ } from "./Input-
|
|
5
|
-
import { _ as $ } from "./Button-
|
|
6
|
-
import { w as z } from "./utils-
|
|
1
|
+
import { defineComponent as d, useModel as i, computed as f, ref as v, openBlock as c, createBlock as y, unref as V, withCtx as n, createVNode as b, mergeProps as I, createSlots as M, renderList as w, renderSlot as B, normalizeProps as N, guardReactiveProps as g, mergeModels as m } from "vue";
|
|
2
|
+
import { v as k, d as P } from "./DatePicker-BuM1QvvJ.js";
|
|
3
|
+
import { r as T } from "./vendor-BXx3MaXc.js";
|
|
4
|
+
import { I as _ } from "./Input-DpsLV8LI.js";
|
|
5
|
+
import { _ as $ } from "./Button-CSkwolvy.js";
|
|
6
|
+
import { w as z } from "./utils-BMWHW3o7.js";
|
|
7
7
|
const C = /* @__PURE__ */ d({
|
|
8
8
|
name: "zh-money-input",
|
|
9
9
|
__name: "MoneyInput",
|
|
@@ -36,10 +36,10 @@ const C = /* @__PURE__ */ d({
|
|
|
36
36
|
onFocus: o[1] || (o[1] = () => r.value = !0),
|
|
37
37
|
onBlur: o[2] || (o[2] = () => r.value = !1)
|
|
38
38
|
}), M({ _: 2 }, [
|
|
39
|
-
|
|
39
|
+
w(Object.keys(t.$slots), (l) => ({
|
|
40
40
|
name: l,
|
|
41
41
|
fn: n((p) => [
|
|
42
|
-
|
|
42
|
+
B(t.$slots, l, N(g(p)), void 0, !0)
|
|
43
43
|
])
|
|
44
44
|
}))
|
|
45
45
|
]), 1040, ["modelValue", "style", "class"])
|
|
@@ -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-CSkwolvy.js";
|
|
3
|
+
import { w as v } from "./utils-BMWHW3o7.js";
|
|
4
4
|
const P = { class: "page-head" }, x = { class: "left-wrap" }, b = { class: "page-name" }, S = { 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,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as p, openBlock as r, createBlock as l, unref as s, withCtx as a, renderSlot as c, createElementVNode as i } from "vue";
|
|
2
|
-
import {
|
|
3
|
-
import { _ as f } from "./Button-
|
|
4
|
-
import { w as d } from "./utils-
|
|
2
|
+
import { r as m } from "./vendor-BXx3MaXc.js";
|
|
3
|
+
import { _ as f } from "./Button-CSkwolvy.js";
|
|
4
|
+
import { w as d } from "./utils-BMWHW3o7.js";
|
|
5
5
|
const u = /* @__PURE__ */ p({
|
|
6
6
|
name: "zh-tool-tips",
|
|
7
7
|
__name: "ToolTips",
|
|
@@ -31,7 +31,7 @@ const u = /* @__PURE__ */ p({
|
|
|
31
31
|
_: 3
|
|
32
32
|
}, 8, ["content", "placement"]));
|
|
33
33
|
}
|
|
34
|
-
}), _ = /* @__PURE__ */ f(u, [["__scopeId", "data-v-93c79d22"]]),
|
|
34
|
+
}), _ = /* @__PURE__ */ f(u, [["__scopeId", "data-v-93c79d22"]]), w = d(_);
|
|
35
35
|
export {
|
|
36
|
-
|
|
36
|
+
w as Z
|
|
37
37
|
};
|
package/dist/es/index.js
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { m as o } from "./utils-
|
|
2
|
-
import { Z as r } from "./Button-
|
|
3
|
-
import { Z as a } from "./DatePicker-
|
|
4
|
-
import { Z as m } from "./DetailSubTitle-
|
|
5
|
-
import { Z as t } from "./Dialog-
|
|
6
|
-
import { Z } from "./EditInfoPair-
|
|
7
|
-
import { Z as i } from "./FileWrapper-
|
|
8
|
-
import { Z as s } from "./Grid-
|
|
9
|
-
import { Z as p } from "./InfoPair-
|
|
10
|
-
import { Z as e, a as f } from "./Input-
|
|
11
|
-
import { Z as h } from "./Loading-
|
|
12
|
-
import { Z as n } from "./MessageBox-
|
|
13
|
-
import { Z as l } from "./MoneyInput-
|
|
14
|
-
import { Z as u } from "./PageHeadPanel-
|
|
15
|
-
import { Z as I } from "./ToolTips-
|
|
16
|
-
import { Z as d } from "./BaseInfo-
|
|
17
|
-
import { Z as P } from "./DetailHeader-
|
|
18
|
-
|
|
1
|
+
import { m as o } from "./utils-BMWHW3o7.js";
|
|
2
|
+
import { Z as r } from "./Button-CSkwolvy.js";
|
|
3
|
+
import { Z as a } from "./DatePicker-BuM1QvvJ.js";
|
|
4
|
+
import { Z as m } from "./DetailSubTitle-Bohm33lU.js";
|
|
5
|
+
import { Z as t } from "./Dialog-dbO52Pj0.js";
|
|
6
|
+
import { Z } from "./EditInfoPair-sJNaUadM.js";
|
|
7
|
+
import { Z as i } from "./FileWrapper-BQgaAu1K.js";
|
|
8
|
+
import { Z as s } from "./Grid-P-t8UiMv.js";
|
|
9
|
+
import { Z as p } from "./InfoPair-BNypeCJn.js";
|
|
10
|
+
import { Z as e, a as f } from "./Input-DpsLV8LI.js";
|
|
11
|
+
import { Z as h } from "./Loading-DXdxoKLU.js";
|
|
12
|
+
import { Z as n } from "./MessageBox-DRwBLDiG.js";
|
|
13
|
+
import { Z as l } from "./MoneyInput-E6oSL6tO.js";
|
|
14
|
+
import { Z as u } from "./PageHeadPanel-fhMuGUkI.js";
|
|
15
|
+
import { Z as I } from "./ToolTips-lv_GNnZo.js";
|
|
16
|
+
import { Z as d } from "./BaseInfo-DSoB7lXu.js";
|
|
17
|
+
import { Z as P } from "./DetailHeader-DLWS2a6d.js";
|
|
18
|
+
import { Z as c } from "./Map-BchE1ZDm.js";
|
|
19
|
+
const g = [
|
|
19
20
|
d,
|
|
20
21
|
r,
|
|
21
22
|
a,
|
|
@@ -32,8 +33,9 @@ const c = [
|
|
|
32
33
|
n,
|
|
33
34
|
l,
|
|
34
35
|
u,
|
|
35
|
-
I
|
|
36
|
-
|
|
36
|
+
I,
|
|
37
|
+
c
|
|
38
|
+
], v = o(g);
|
|
37
39
|
export {
|
|
38
40
|
d as ZhBaseInfo,
|
|
39
41
|
r as ZhButton,
|
|
@@ -48,9 +50,10 @@ export {
|
|
|
48
50
|
e as ZhInput,
|
|
49
51
|
f as ZhInputNumber,
|
|
50
52
|
h as ZhLoading,
|
|
53
|
+
c as ZhMap,
|
|
51
54
|
n as ZhMessageBox,
|
|
52
55
|
l as ZhMoneyInput,
|
|
53
56
|
u as ZhPageHeadPanel,
|
|
54
57
|
I as ZhToolTips,
|
|
55
|
-
|
|
58
|
+
v as default
|
|
56
59
|
};
|