ry-vue-mapv3 0.0.4 → 0.0.5
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 +5 -2
- package/dist/index.mjs +5 -2
- package/dist/ry-vue-mapv3.css +8 -8
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -18508,7 +18508,10 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
18508
18508
|
}
|
|
18509
18509
|
}
|
|
18510
18510
|
const _hoisted_1$1 = { class: "map-box" };
|
|
18511
|
-
const _hoisted_2$1 = {
|
|
18511
|
+
const _hoisted_2$1 = {
|
|
18512
|
+
class: "map-style",
|
|
18513
|
+
style: { "height": "100%", "position": "relative", "width": "100%" }
|
|
18514
|
+
};
|
|
18512
18515
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
18513
18516
|
__name: "index",
|
|
18514
18517
|
props: {
|
|
@@ -18647,7 +18650,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
18647
18650
|
};
|
|
18648
18651
|
}
|
|
18649
18652
|
});
|
|
18650
|
-
const RyMap = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
18653
|
+
const RyMap = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-7436f878"]]);
|
|
18651
18654
|
RyMap.install = (app) => {
|
|
18652
18655
|
app.component("RyMap", RyMap);
|
|
18653
18656
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -18507,7 +18507,10 @@ class MapDto2 {
|
|
|
18507
18507
|
}
|
|
18508
18508
|
}
|
|
18509
18509
|
const _hoisted_1$1 = { class: "map-box" };
|
|
18510
|
-
const _hoisted_2$1 = {
|
|
18510
|
+
const _hoisted_2$1 = {
|
|
18511
|
+
class: "map-style",
|
|
18512
|
+
style: { "height": "100%", "position": "relative", "width": "100%" }
|
|
18513
|
+
};
|
|
18511
18514
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
18512
18515
|
__name: "index",
|
|
18513
18516
|
props: {
|
|
@@ -18646,7 +18649,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
18646
18649
|
};
|
|
18647
18650
|
}
|
|
18648
18651
|
});
|
|
18649
|
-
const RyMap = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
18652
|
+
const RyMap = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-7436f878"]]);
|
|
18650
18653
|
RyMap.install = (app) => {
|
|
18651
18654
|
app.component("RyMap", RyMap);
|
|
18652
18655
|
};
|
package/dist/ry-vue-mapv3.css
CHANGED
|
@@ -441,26 +441,26 @@
|
|
|
441
441
|
.ol-overviewmap .ol-viewport:hover {
|
|
442
442
|
cursor: pointer;
|
|
443
443
|
}
|
|
444
|
-
.map-box[data-v-
|
|
445
|
-
height:
|
|
444
|
+
.map-box[data-v-7436f878] {
|
|
445
|
+
height: 100%;
|
|
446
446
|
position: relative;
|
|
447
447
|
}
|
|
448
|
-
.map-box > .map-style[data-v-
|
|
449
|
-
height:
|
|
448
|
+
.map-box > .map-style[data-v-7436f878] {
|
|
449
|
+
height: 100%;
|
|
450
450
|
position: relative;
|
|
451
451
|
width: 100%;
|
|
452
452
|
}
|
|
453
|
-
.ry-map-tool[data-v-
|
|
453
|
+
.ry-map-tool[data-v-7436f878] {
|
|
454
454
|
position: absolute;
|
|
455
455
|
top: 20px;
|
|
456
456
|
}
|
|
457
|
-
.left[data-v-
|
|
457
|
+
.left[data-v-7436f878] {
|
|
458
458
|
left: 30px;
|
|
459
459
|
}
|
|
460
|
-
.right[data-v-
|
|
460
|
+
.right[data-v-7436f878] {
|
|
461
461
|
right: 30px;
|
|
462
462
|
}
|
|
463
|
-
.move-box[data-v-
|
|
463
|
+
.move-box[data-v-7436f878] {
|
|
464
464
|
position: absolute;
|
|
465
465
|
}[data-v-05741d46] {
|
|
466
466
|
box-sizing: border-box;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ry-vue-mapv3",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"import": "./dist/index.mjs",
|
|
15
15
|
"require": "./dist/index.js"
|
|
16
16
|
},
|
|
17
|
-
"./
|
|
17
|
+
"./style": "./dist/ry-vue-mapv3.css",
|
|
18
|
+
"./dist/ry-vue-mapv3.css": "./dist/ry-vue-mapv3.css"
|
|
18
19
|
},
|
|
19
20
|
"scripts": {
|
|
20
21
|
"dev": "vite",
|