zhihao-ui 1.2.5 → 1.2.8
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-CboHDiqp.js → BaseInfo-Dv-eon6t.js} +1 -1
- package/dist/es/Button-DBbUF88w.js +51 -0
- package/dist/es/{DatePicker-AcRbvS-8.js → DatePicker-CWQoV03Q.js} +13 -13
- package/dist/es/{DetailHeader-CoaVXtN3.js → DetailHeader-C_mAB8-2.js} +3 -3
- package/dist/es/{DetailSubTitle-Csp4LjFx.js → DetailSubTitle-DD7Yllhf.js} +2 -2
- package/dist/es/Dialog-DyDSVm-6.js +109 -0
- package/dist/es/{DiyDataTable-DBonLs6p.js → DiyDataTable-cJVfvtax.js} +5 -4
- package/dist/es/{EditInfoPair-DBbRqppY.js → EditInfoPair-D0b5jY5Y.js} +3 -3
- package/dist/es/{FileWrapper-BwQhQopY.js → FileWrapper-CMSYWmEz.js} +4 -4
- package/dist/es/{Grid-B-FutGih.js → Grid-B5O9dZNI.js} +1 -1
- package/dist/es/{InfoPair-WmMCXoUh.js → InfoPair-Do3sSVw-.js} +3 -3
- package/dist/es/{Input-DFnH7_jo.js → Input-DVpd0Yte.js} +11 -11
- package/dist/es/{Loading-BW6Doqh_.js → Loading-DwtfOhMD.js} +2 -2
- package/dist/es/Map-CMiThYaG.js +1681 -0
- package/dist/es/MessageBox-BowhqMYW.js +48 -0
- package/dist/es/{MoneyInput-BwkFhS2B.js → MoneyInput-CaTrJLi1.js} +7 -7
- package/dist/es/{PageHeadPanel-BhR3Bq1A.js → PageHeadPanel-_mKu2rMQ.js} +2 -2
- package/dist/es/{ToolTips-BEYXkt4n.js → ToolTips-BTCP0N--.js} +3 -3
- package/dist/es/index.js +34 -30
- package/dist/es/{utils-B1dH8Kx6.js → utils-DZ8-2Fg2.js} +1 -1
- package/dist/es/{vendor-Cu-cEPs_.js → vendor-BY-fHNA3.js} +9646 -8896
- package/dist/index.css +1 -1
- package/dist/types/components/ButtonGroup/ButtonGroup.test.d.ts +1 -0
- package/dist/types/components/ButtonGroup/ButtonGroup.vue.d.ts +37 -0
- package/dist/types/components/ButtonGroup/index.d.ts +38 -0
- package/dist/types/components/Dialog/Dialog.test.d.ts +1 -0
- package/dist/types/components/Dialog/Dialog.vue.d.ts +187 -14
- package/dist/types/components/Dialog/index.d.ts +296 -25
- package/dist/types/components/Dialog/types.d.ts +15 -5
- package/dist/types/components/DiyDataTable/index.d.ts +1 -0
- package/dist/types/components/Map/Map.vue.d.ts +25 -3
- package/dist/types/components/Map/config.d.ts +2 -0
- package/dist/types/components/Map/enum/index.d.ts +1 -0
- package/dist/types/components/Map/enum/ship.d.ts +10 -0
- package/dist/types/components/Map/index.d.ts +69 -6
- package/dist/types/components/Map/interface/entity/queryLicenseResponse.d.ts +0 -111
- package/dist/types/components/Map/interface/entity/render.d.ts +32 -0
- package/dist/types/components/Map/interface/entity/shipInfoVo.d.ts +4 -0
- package/dist/types/components/Map/interface/entity/shipMapData.d.ts +5 -2
- package/dist/types/components/Map/interface/entity/shipMarker.d.ts +2 -2
- package/dist/types/components/Map/interface/entity/shipTrack.d.ts +0 -4
- package/dist/types/components/Map/interface/entity/vehicle.d.ts +171 -0
- package/dist/types/components/Map/interface/index.d.ts +5 -3
- package/dist/types/components/Map/interface/vo/vehicleVo.d.ts +20 -0
- package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +6 -3
- package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +3 -0
- package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +1 -1
- package/dist/types/components/Map/render/drawPolygon.d.ts +9 -0
- package/dist/types/components/Map/render/renderMarker.d.ts +6 -0
- package/dist/types/components/Map/render/renderShip.d.ts +6 -1
- package/dist/types/components/Map/render/renderTruck.d.ts +7 -2
- package/dist/types/components/Map/utils/format.d.ts +2 -0
- package/dist/types/components/Map/utils/store.d.ts +3 -0
- package/dist/types/components/MessageBox/MessageBox.test.d.ts +1 -0
- package/dist/types/components/MessageBox/MessageBox.vue.d.ts +11 -218
- package/dist/types/components/MessageBox/index.d.ts +4 -342
- package/dist/types/components/index.d.ts +1 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +26 -16
- package/package.json +1 -1
- package/dist/es/Button-C1Q6WvkI.js +0 -32
- package/dist/es/Dialog-CtU-qGdR.js +0 -74
- package/dist/es/Map-BLQnapy4.js +0 -1183
- package/dist/es/MessageBox-CjuBt74R.js +0 -100
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { J as a } from "./vendor-BY-fHNA3.js";
|
|
2
|
+
import { w as n } from "./utils-DZ8-2Fg2.js";
|
|
3
|
+
const r = {
|
|
4
|
+
type: "",
|
|
5
|
+
showCancelButton: !0,
|
|
6
|
+
showConfirmButton: !0,
|
|
7
|
+
cancelButtonText: "取消",
|
|
8
|
+
confirmButtonText: "确定",
|
|
9
|
+
closeOnClickModal: !1,
|
|
10
|
+
// 默认 点击遮罩层不会关闭弹框
|
|
11
|
+
closeOnPressEscape: !1,
|
|
12
|
+
// 默认 点击esc遮罩层不会关闭弹框
|
|
13
|
+
showClose: !0,
|
|
14
|
+
// 默认 显示关闭按钮
|
|
15
|
+
draggable: !1,
|
|
16
|
+
center: !1,
|
|
17
|
+
roundButton: !1
|
|
18
|
+
}, t = {
|
|
19
|
+
confirm(s, e, o = {}) {
|
|
20
|
+
return a.confirm(s, e, {
|
|
21
|
+
...r,
|
|
22
|
+
...o,
|
|
23
|
+
customClass: "zh-message-box zh-message-confirm"
|
|
24
|
+
});
|
|
25
|
+
},
|
|
26
|
+
alert(s, e, o = {}) {
|
|
27
|
+
return a.alert(s, e, {
|
|
28
|
+
...r,
|
|
29
|
+
...o,
|
|
30
|
+
showCancelButton: !1,
|
|
31
|
+
customClass: "zh-message-box zh-message-alert"
|
|
32
|
+
});
|
|
33
|
+
},
|
|
34
|
+
prompt(s, e, o = {}) {
|
|
35
|
+
return a.prompt(s, e, {
|
|
36
|
+
...r,
|
|
37
|
+
...o,
|
|
38
|
+
customClass: "zh-message-box zh-message-prompt"
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
t.confirm;
|
|
43
|
+
t.alert;
|
|
44
|
+
t.prompt;
|
|
45
|
+
const c = n(t);
|
|
46
|
+
export {
|
|
47
|
+
c as Z
|
|
48
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
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-
|
|
3
|
-
import {
|
|
4
|
-
import { I as _ } from "./Input-
|
|
5
|
-
import { _ as $ } from "./Button-
|
|
6
|
-
import { w as z } from "./utils-
|
|
2
|
+
import { v as k, d as P } from "./DatePicker-CWQoV03Q.js";
|
|
3
|
+
import { K as T } from "./vendor-BY-fHNA3.js";
|
|
4
|
+
import { I as _ } from "./Input-DVpd0Yte.js";
|
|
5
|
+
import { _ as $ } from "./Button-DBbUF88w.js";
|
|
6
|
+
import { w as z } from "./utils-DZ8-2Fg2.js";
|
|
7
7
|
const C = /* @__PURE__ */ d({
|
|
8
8
|
name: "zh-money-input",
|
|
9
9
|
__name: "MoneyInput",
|
|
@@ -47,7 +47,7 @@ const C = /* @__PURE__ */ d({
|
|
|
47
47
|
_: 3
|
|
48
48
|
}, 8, ["content", "visible"]));
|
|
49
49
|
}
|
|
50
|
-
}), S = /* @__PURE__ */ $(C, [["__scopeId", "data-v-d97e0edf"]]),
|
|
50
|
+
}), S = /* @__PURE__ */ $(C, [["__scopeId", "data-v-d97e0edf"]]), K = z(S);
|
|
51
51
|
export {
|
|
52
|
-
|
|
52
|
+
K 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-DBbUF88w.js";
|
|
3
|
+
import { w as v } from "./utils-DZ8-2Fg2.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 { K as m } from "./vendor-BY-fHNA3.js";
|
|
3
|
+
import { _ as f } from "./Button-DBbUF88w.js";
|
|
4
|
+
import { w as d } from "./utils-DZ8-2Fg2.js";
|
|
5
5
|
const u = /* @__PURE__ */ p({
|
|
6
6
|
name: "zh-tool-tips",
|
|
7
7
|
__name: "ToolTips",
|
package/dist/es/index.js
CHANGED
|
@@ -1,27 +1,29 @@
|
|
|
1
|
-
import { m as o } from "./utils-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Z as
|
|
5
|
-
import { Z as
|
|
6
|
-
import { Z } from "./
|
|
7
|
-
import { Z
|
|
8
|
-
import { Z as
|
|
9
|
-
import { Z as
|
|
10
|
-
import { Z as
|
|
11
|
-
import { Z as
|
|
12
|
-
import { Z as
|
|
13
|
-
import { Z as
|
|
14
|
-
import { Z as
|
|
15
|
-
import { Z as
|
|
16
|
-
import { Z as
|
|
17
|
-
import { Z as
|
|
18
|
-
import { Z as
|
|
19
|
-
import { Z as
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
import { m as o } from "./utils-DZ8-2Fg2.js";
|
|
2
|
+
import { a as r } from "./Button-DBbUF88w.js";
|
|
3
|
+
import { b as z } from "./Button-DBbUF88w.js";
|
|
4
|
+
import { Z as a } from "./DatePicker-CWQoV03Q.js";
|
|
5
|
+
import { Z as m } from "./DetailSubTitle-DD7Yllhf.js";
|
|
6
|
+
import { Z as t } from "./Dialog-DyDSVm-6.js";
|
|
7
|
+
import { Z } from "./EditInfoPair-D0b5jY5Y.js";
|
|
8
|
+
import { Z as i } from "./FileWrapper-CMSYWmEz.js";
|
|
9
|
+
import { Z as s } from "./Grid-B5O9dZNI.js";
|
|
10
|
+
import { Z as p } from "./InfoPair-Do3sSVw-.js";
|
|
11
|
+
import { Z as e, a as f } from "./Input-DVpd0Yte.js";
|
|
12
|
+
import { Z as h } from "./Loading-DwtfOhMD.js";
|
|
13
|
+
import { Z as n } from "./MessageBox-BowhqMYW.js";
|
|
14
|
+
import { Z as l } from "./MoneyInput-CaTrJLi1.js";
|
|
15
|
+
import { Z as u } from "./PageHeadPanel-_mKu2rMQ.js";
|
|
16
|
+
import { Z as D } from "./ToolTips-BTCP0N--.js";
|
|
17
|
+
import { Z as I } from "./BaseInfo-Dv-eon6t.js";
|
|
18
|
+
import { Z as d } from "./DetailHeader-C_mAB8-2.js";
|
|
19
|
+
import { Z as P } from "./DiyDataTable-cJVfvtax.js";
|
|
20
|
+
import { D as J } from "./DiyDataTable-cJVfvtax.js";
|
|
21
|
+
import { Z as T } from "./Map-CMiThYaG.js";
|
|
22
|
+
const b = [
|
|
23
|
+
I,
|
|
22
24
|
r,
|
|
23
25
|
a,
|
|
24
|
-
|
|
26
|
+
d,
|
|
25
27
|
m,
|
|
26
28
|
t,
|
|
27
29
|
P,
|
|
@@ -35,14 +37,16 @@ const g = [
|
|
|
35
37
|
n,
|
|
36
38
|
l,
|
|
37
39
|
u,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
],
|
|
40
|
+
D,
|
|
41
|
+
T
|
|
42
|
+
], q = o(b);
|
|
41
43
|
export {
|
|
42
|
-
|
|
44
|
+
J as DIY_DATA_TYPE,
|
|
45
|
+
I as ZhBaseInfo,
|
|
43
46
|
r as ZhButton,
|
|
47
|
+
z as ZhButtonGroup,
|
|
44
48
|
a as ZhDatePicker,
|
|
45
|
-
|
|
49
|
+
d as ZhDetailHeader,
|
|
46
50
|
m as ZhDetailSubTitle,
|
|
47
51
|
t as ZhDialog,
|
|
48
52
|
P as ZhDiyDataTable,
|
|
@@ -53,10 +57,10 @@ export {
|
|
|
53
57
|
e as ZhInput,
|
|
54
58
|
f as ZhInputNumber,
|
|
55
59
|
h as ZhLoading,
|
|
56
|
-
|
|
60
|
+
T as ZhMap,
|
|
57
61
|
n as ZhMessageBox,
|
|
58
62
|
l as ZhMoneyInput,
|
|
59
63
|
u as ZhPageHeadPanel,
|
|
60
|
-
|
|
61
|
-
|
|
64
|
+
D as ZhToolTips,
|
|
65
|
+
q as default
|
|
62
66
|
};
|