@heycar/heycars-map 0.8.6 → 0.8.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/index.cjs
CHANGED
|
@@ -9,7 +9,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
9
9
|
const Vue = require("vue");
|
|
10
10
|
const style = "";
|
|
11
11
|
const name = "@heycar/heycars-map";
|
|
12
|
-
const version = "0.8.
|
|
12
|
+
const version = "0.8.7";
|
|
13
13
|
const type = "module";
|
|
14
14
|
const scripts = {
|
|
15
15
|
dev: "vite -c vite.config.dev.ts",
|
|
@@ -6432,8 +6432,8 @@ const PickupPoints = defineSetup(function PickupPoints2(props, {
|
|
|
6432
6432
|
});
|
|
6433
6433
|
const RECOMMEND_PLACE_DRAG_LIMIT = 10;
|
|
6434
6434
|
const RECOMMEND_PLACE_LARGE_LIMIT = 100;
|
|
6435
|
-
const RECOMMEND_PLACE_ICON_ZOOM_MIN =
|
|
6436
|
-
const RECOMMEND_PLACE_TEXT_ZOOM_MIN = 16.
|
|
6435
|
+
const RECOMMEND_PLACE_ICON_ZOOM_MIN = 16.25;
|
|
6436
|
+
const RECOMMEND_PLACE_TEXT_ZOOM_MIN = 16.25;
|
|
6437
6437
|
const DEFAULT_PLACE_NAME = "当前位置";
|
|
6438
6438
|
const DEFAULT_ZOOM = 17;
|
|
6439
6439
|
const BusinessRecomendPlaceMap = defineLagecySetup(function BusinessRecomendPlaceMap2(props, {
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7
7
|
import Vue, { defineComponent, h, computed, inject, provide, watch, onMounted, onUnmounted, watchPostEffect, shallowRef, ref, watchEffect, reactive, toRefs, toRef } from "vue";
|
|
8
8
|
const style = "";
|
|
9
9
|
const name = "@heycar/heycars-map";
|
|
10
|
-
const version = "0.8.
|
|
10
|
+
const version = "0.8.7";
|
|
11
11
|
const type = "module";
|
|
12
12
|
const scripts = {
|
|
13
13
|
dev: "vite -c vite.config.dev.ts",
|
|
@@ -6430,8 +6430,8 @@ const PickupPoints = defineSetup(function PickupPoints2(props, {
|
|
|
6430
6430
|
});
|
|
6431
6431
|
const RECOMMEND_PLACE_DRAG_LIMIT = 10;
|
|
6432
6432
|
const RECOMMEND_PLACE_LARGE_LIMIT = 100;
|
|
6433
|
-
const RECOMMEND_PLACE_ICON_ZOOM_MIN =
|
|
6434
|
-
const RECOMMEND_PLACE_TEXT_ZOOM_MIN = 16.
|
|
6433
|
+
const RECOMMEND_PLACE_ICON_ZOOM_MIN = 16.25;
|
|
6434
|
+
const RECOMMEND_PLACE_TEXT_ZOOM_MIN = 16.25;
|
|
6435
6435
|
const DEFAULT_PLACE_NAME = "当前位置";
|
|
6436
6436
|
const DEFAULT_ZOOM = 17;
|
|
6437
6437
|
const BusinessRecomendPlaceMap = defineLagecySetup(function BusinessRecomendPlaceMap2(props, {
|
|
@@ -8,8 +8,8 @@ import type { Place, Point } from "../../types/interface";
|
|
|
8
8
|
import { AbsoluteAddressBoxProps } from "../AbsoluteAddressBox";
|
|
9
9
|
export declare const RECOMMEND_PLACE_DRAG_LIMIT = 10;
|
|
10
10
|
export declare const RECOMMEND_PLACE_LARGE_LIMIT = 100;
|
|
11
|
-
export declare const RECOMMEND_PLACE_ICON_ZOOM_MIN =
|
|
12
|
-
export declare const RECOMMEND_PLACE_TEXT_ZOOM_MIN = 16.
|
|
11
|
+
export declare const RECOMMEND_PLACE_ICON_ZOOM_MIN = 16.25;
|
|
12
|
+
export declare const RECOMMEND_PLACE_TEXT_ZOOM_MIN = 16.25;
|
|
13
13
|
export declare const DEFAULT_PLACE_NAME = "\u5F53\u524D\u4F4D\u7F6E";
|
|
14
14
|
export declare const DEFAULT_ZOOM = 17;
|
|
15
15
|
export interface CenterPlaceSource {
|