zhihao-ui 1.2.5 → 1.2.7
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/{DiyDataTable-DBonLs6p.js → DiyDataTable-CP7yYQaU.js} +1 -0
- package/dist/es/{Map-BLQnapy4.js → Map-IjNHD4K5.js} +446 -274
- package/dist/es/index.js +18 -16
- package/dist/index.css +1 -1
- package/dist/types/components/DiyDataTable/index.d.ts +1 -0
- package/dist/types/components/Map/Map.vue.d.ts +14 -2
- 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 +42 -6
- package/dist/types/components/Map/interface/entity/queryLicenseResponse.d.ts +0 -111
- 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 +4 -3
- package/dist/types/components/Map/interface/vo/vehicleVo.d.ts +20 -0
- package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +1 -0
- 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/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/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +17 -15
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -11,17 +11,18 @@ import { Z as e, a as f } from "./Input-DFnH7_jo.js";
|
|
|
11
11
|
import { Z as h } from "./Loading-BW6Doqh_.js";
|
|
12
12
|
import { Z as n } from "./MessageBox-CjuBt74R.js";
|
|
13
13
|
import { Z as l } from "./MoneyInput-BwkFhS2B.js";
|
|
14
|
-
import { Z as
|
|
14
|
+
import { Z as D } from "./PageHeadPanel-BhR3Bq1A.js";
|
|
15
15
|
import { Z as I } from "./ToolTips-BEYXkt4n.js";
|
|
16
|
-
import { Z as
|
|
17
|
-
import { Z as
|
|
18
|
-
import { Z as P } from "./DiyDataTable-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
import { Z as u } from "./BaseInfo-CboHDiqp.js";
|
|
17
|
+
import { Z as d } from "./DetailHeader-CoaVXtN3.js";
|
|
18
|
+
import { Z as P } from "./DiyDataTable-CP7yYQaU.js";
|
|
19
|
+
import { D as z } from "./DiyDataTable-CP7yYQaU.js";
|
|
20
|
+
import { Z as T } from "./Map-IjNHD4K5.js";
|
|
21
|
+
const c = [
|
|
22
|
+
u,
|
|
22
23
|
r,
|
|
23
24
|
a,
|
|
24
|
-
|
|
25
|
+
d,
|
|
25
26
|
m,
|
|
26
27
|
t,
|
|
27
28
|
P,
|
|
@@ -34,15 +35,16 @@ const g = [
|
|
|
34
35
|
h,
|
|
35
36
|
n,
|
|
36
37
|
l,
|
|
37
|
-
|
|
38
|
+
D,
|
|
38
39
|
I,
|
|
39
|
-
|
|
40
|
-
],
|
|
40
|
+
T
|
|
41
|
+
], q = o(c);
|
|
41
42
|
export {
|
|
42
|
-
|
|
43
|
+
z as DIY_DATA_TYPE,
|
|
44
|
+
u as ZhBaseInfo,
|
|
43
45
|
r as ZhButton,
|
|
44
46
|
a as ZhDatePicker,
|
|
45
|
-
|
|
47
|
+
d as ZhDetailHeader,
|
|
46
48
|
m as ZhDetailSubTitle,
|
|
47
49
|
t as ZhDialog,
|
|
48
50
|
P as ZhDiyDataTable,
|
|
@@ -53,10 +55,10 @@ export {
|
|
|
53
55
|
e as ZhInput,
|
|
54
56
|
f as ZhInputNumber,
|
|
55
57
|
h as ZhLoading,
|
|
56
|
-
|
|
58
|
+
T as ZhMap,
|
|
57
59
|
n as ZhMessageBox,
|
|
58
60
|
l as ZhMoneyInput,
|
|
59
|
-
|
|
61
|
+
D as ZhPageHeadPanel,
|
|
60
62
|
I as ZhToolTips,
|
|
61
|
-
|
|
63
|
+
q as default
|
|
62
64
|
};
|