@heycar/heycars-map 0.9.24-alpha3 → 0.9.24-alpha4
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/index.cjs +1 -3
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -19,7 +19,7 @@ if (typeof GeolocationPositionError === "undefined") {
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
const name = "@heycar/heycars-map";
|
|
22
|
-
const version = "0.9.24-
|
|
22
|
+
const version = "0.9.24-alpha4";
|
|
23
23
|
const type = "module";
|
|
24
24
|
const bin = {
|
|
25
25
|
checkVersion: "./bin/checkVersion.js"
|
|
@@ -3431,7 +3431,6 @@ const HeycarMap = defineLagecySetup(function HeycarMap2(props, {
|
|
|
3431
3431
|
emit("dragEnd", [lng, lat]);
|
|
3432
3432
|
};
|
|
3433
3433
|
const handleResize = () => emit("resize");
|
|
3434
|
-
debugger;
|
|
3435
3434
|
loadTraditionalChineseConvertOnce(payload.language === "zh-TW");
|
|
3436
3435
|
return () => {
|
|
3437
3436
|
var _a, _b, _c, _d, _e, _f;
|
|
@@ -7193,7 +7192,6 @@ const useAmapPlace = (props) => {
|
|
|
7193
7192
|
const defaultPoint = [...props.pointRef.value];
|
|
7194
7193
|
const pointRef = Vue.ref(defaultPoint);
|
|
7195
7194
|
const { readyPromise, language } = useMapSupplier();
|
|
7196
|
-
debugger;
|
|
7197
7195
|
const { inChina } = useAmapInChina();
|
|
7198
7196
|
const place = Vue.reactive({
|
|
7199
7197
|
lng: pointRef.value[0],
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ if (typeof GeolocationPositionError === "undefined") {
|
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
19
|
const name = "@heycar/heycars-map";
|
|
20
|
-
const version = "0.9.24-
|
|
20
|
+
const version = "0.9.24-alpha4";
|
|
21
21
|
const type = "module";
|
|
22
22
|
const bin = {
|
|
23
23
|
checkVersion: "./bin/checkVersion.js"
|
|
@@ -3429,7 +3429,6 @@ const HeycarMap = defineLagecySetup(function HeycarMap2(props, {
|
|
|
3429
3429
|
emit("dragEnd", [lng, lat]);
|
|
3430
3430
|
};
|
|
3431
3431
|
const handleResize = () => emit("resize");
|
|
3432
|
-
debugger;
|
|
3433
3432
|
loadTraditionalChineseConvertOnce(payload.language === "zh-TW");
|
|
3434
3433
|
return () => {
|
|
3435
3434
|
var _a, _b, _c, _d, _e, _f;
|
|
@@ -7191,7 +7190,6 @@ const useAmapPlace = (props) => {
|
|
|
7191
7190
|
const defaultPoint = [...props.pointRef.value];
|
|
7192
7191
|
const pointRef = ref(defaultPoint);
|
|
7193
7192
|
const { readyPromise, language } = useMapSupplier();
|
|
7194
|
-
debugger;
|
|
7195
7193
|
const { inChina } = useAmapInChina();
|
|
7196
7194
|
const place = reactive({
|
|
7197
7195
|
lng: pointRef.value[0],
|