zhihao-ui 1.3.13 → 1.3.15
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/{Map-BJQ9eIcs.js → Map-DbqPHi5v.js} +4 -4
- package/dist/es/index.js +1 -1
- package/dist/index.css +1 -1
- package/dist/types/components/Map/Map.vue.d.ts +1 -0
- package/dist/types/components/Map/index.d.ts +3 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -1782,7 +1782,7 @@ const getShipDirectPath = (e) => {
|
|
|
1782
1782
|
},
|
|
1783
1783
|
getInstall: () => {
|
|
1784
1784
|
var t;
|
|
1785
|
-
return (t = o.value) == null ? void 0 : t.methods.
|
|
1785
|
+
return (t = o.value) == null ? void 0 : t.methods.getInstall();
|
|
1786
1786
|
},
|
|
1787
1787
|
getView: () => {
|
|
1788
1788
|
var t;
|
|
@@ -1796,9 +1796,9 @@ const getShipDirectPath = (e) => {
|
|
|
1796
1796
|
var t;
|
|
1797
1797
|
return (t = o.value) == null ? void 0 : t.methods.getSize();
|
|
1798
1798
|
},
|
|
1799
|
-
|
|
1799
|
+
getCenter: (t, r) => {
|
|
1800
1800
|
var f;
|
|
1801
|
-
return (f = o.value) == null ? void 0 : f.methods.
|
|
1801
|
+
return (f = o.value) == null ? void 0 : f.methods.getCenter();
|
|
1802
1802
|
},
|
|
1803
1803
|
layer: {
|
|
1804
1804
|
setGreenTileVisible: (t) => {
|
|
@@ -1992,7 +1992,7 @@ const getShipDirectPath = (e) => {
|
|
|
1992
1992
|
}, null, 8, ["map-instance"])
|
|
1993
1993
|
]));
|
|
1994
1994
|
}
|
|
1995
|
-
}), Map$1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1995
|
+
}), Map$1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9b3c0151"]]), ZhMap = withInstall(Map$1);
|
|
1996
1996
|
export {
|
|
1997
1997
|
ZhMap as Z
|
|
1998
1998
|
};
|
package/dist/es/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import { Z as B } from "./BaseInfo-BhnEjLKF.js";
|
|
|
17
17
|
import { Z as g } from "./DetailHeader-DaabNj_4.js";
|
|
18
18
|
import { Z as x } from "./DiyDataTable-D-UZVciZ.js";
|
|
19
19
|
import { D as V } from "./DiyDataTable-D-UZVciZ.js";
|
|
20
|
-
import { Z as G } from "./Map-
|
|
20
|
+
import { Z as G } from "./Map-DbqPHi5v.js";
|
|
21
21
|
import { Z as M } from "./Table-B_3YA1mb.js";
|
|
22
22
|
import { Z as $ } from "./BaseItem-C4NJy1i4.js";
|
|
23
23
|
const A = [
|