ry-vue-mapv3 0.0.5 → 0.0.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.js CHANGED
@@ -20612,11 +20612,11 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
20612
20612
  polygonMap.value.set(val.id, polygon);
20613
20613
  const text = val.text;
20614
20614
  if (!props.isCheckPointHideAll) {
20615
- initPolygonText(polygon, { text, center, isShow: false });
20615
+ initPolygonText(polygon, { text, center, isShow: true });
20616
20616
  } else if (!props.isCheckPointHideAll && val.isShowText !== void 0 && val.isShowText !== null) {
20617
20617
  initPolygonText(polygon, { text, center, isShow: val.isShowText });
20618
20618
  } else {
20619
- initPolygonText(polygon, { text, center, isShow: true });
20619
+ initPolygonText(polygon, { text, center, isShow: false });
20620
20620
  }
20621
20621
  }
20622
20622
  }
package/dist/index.mjs CHANGED
@@ -20611,11 +20611,11 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
20611
20611
  polygonMap.value.set(val.id, polygon);
20612
20612
  const text = val.text;
20613
20613
  if (!props.isCheckPointHideAll) {
20614
- initPolygonText(polygon, { text, center, isShow: false });
20614
+ initPolygonText(polygon, { text, center, isShow: true });
20615
20615
  } else if (!props.isCheckPointHideAll && val.isShowText !== void 0 && val.isShowText !== null) {
20616
20616
  initPolygonText(polygon, { text, center, isShow: val.isShowText });
20617
20617
  } else {
20618
- initPolygonText(polygon, { text, center, isShow: true });
20618
+ initPolygonText(polygon, { text, center, isShow: false });
20619
20619
  }
20620
20620
  }
20621
20621
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ry-vue-mapv3",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -27,7 +27,6 @@
27
27
  "@turf/line-intersect": "^6.5.0",
28
28
  "element-plus": ">=2.0.0",
29
29
  "ol": ">=10.0.0",
30
- "ry-mapts": ">=0.0.5",
31
30
  "vue": "^3.0.0"
32
31
  },
33
32
  "devDependencies": {
@@ -37,7 +36,7 @@
37
36
  "@vue/tsconfig": "^0.9.1",
38
37
  "element-plus": "^2.9.1",
39
38
  "ol": "^10.0.0",
40
- "ry-mapts": "^0.0.5",
39
+ "ry-mapts": "^0.0.7",
41
40
  "sass-embedded": "^1.83.0",
42
41
  "terser": "5.31.6",
43
42
  "typescript": "^5.7.2",