potato-map3d-ui2 0.0.26 → 0.0.28
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/map3d-ui2.es.js +8 -2
- package/dist/map3d-ui2.umd.js +8 -2
- package/package.json +2 -3
package/dist/map3d-ui2.es.js
CHANGED
@@ -381,13 +381,19 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
381
381
|
_hoisted_1$7
|
382
382
|
]),
|
383
383
|
createElementVNode("span", {
|
384
|
-
class: normalizeClass([
|
384
|
+
class: normalizeClass([
|
385
|
+
"m-control-text",
|
386
|
+
__props.placement === "left" ? "m-control-textLeft" : "m-control-textRight"
|
387
|
+
])
|
385
388
|
}, [
|
386
389
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
387
390
|
createTextVNode("放大")
|
388
391
|
]),
|
389
392
|
createElementVNode("div", {
|
390
|
-
class: normalizeClass([
|
393
|
+
class: normalizeClass([
|
394
|
+
"m-control-triangle",
|
395
|
+
__props.placement === "left" ? "m-control-triangleLeft" : "m-control-triangleRight"
|
396
|
+
])
|
391
397
|
}, null, 2)
|
392
398
|
], 2)
|
393
399
|
]);
|
package/dist/map3d-ui2.umd.js
CHANGED
@@ -384,13 +384,19 @@
|
|
384
384
|
_hoisted_1$7
|
385
385
|
]),
|
386
386
|
vue.createElementVNode("span", {
|
387
|
-
class: vue.normalizeClass([
|
387
|
+
class: vue.normalizeClass([
|
388
|
+
"m-control-text",
|
389
|
+
__props.placement === "left" ? "m-control-textLeft" : "m-control-textRight"
|
390
|
+
])
|
388
391
|
}, [
|
389
392
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
390
393
|
vue.createTextVNode("放大")
|
391
394
|
]),
|
392
395
|
vue.createElementVNode("div", {
|
393
|
-
class: vue.normalizeClass([
|
396
|
+
class: vue.normalizeClass([
|
397
|
+
"m-control-triangle",
|
398
|
+
__props.placement === "left" ? "m-control-triangleLeft" : "m-control-triangleRight"
|
399
|
+
])
|
394
400
|
}, null, 2)
|
395
401
|
], 2)
|
396
402
|
]);
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "potato-map3d-ui2",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.28",
|
5
5
|
"main": "./dist/map3d-ui2.umd.js",
|
6
6
|
"module": "./dist/map3d-ui2.es.js",
|
7
7
|
"type": "module",
|
@@ -41,7 +41,6 @@
|
|
41
41
|
"typescript": "^4.9.3",
|
42
42
|
"unocss": "^0.53.6",
|
43
43
|
"vite": "^4.3.2",
|
44
|
-
"vue-tsc": "^1.2.0"
|
45
|
-
"vue": "^3.0.0"
|
44
|
+
"vue-tsc": "^1.2.0"
|
46
45
|
}
|
47
46
|
}
|