@zoompinch/vue 0.0.36 → 0.0.37
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/zoompinch-vue.es.js +2 -2
- package/package.json +2 -2
package/dist/zoompinch-vue.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as x, ref as r, onMounted as C, watch as n, onUnmounted as M, useSlots as W,
|
|
1
|
+
import { defineComponent as x, ref as r, onMounted as C, watch as n, onUnmounted as M, useSlots as W, openBlock as Z, createElementBlock as b, createElementVNode as A, renderSlot as L, createCommentVNode as N } from "vue";
|
|
2
2
|
import { Zoompinch as P } from "@zoompinch/core";
|
|
3
3
|
const $ = { class: "canvas" }, H = { class: "matrix" }, R = /* @__PURE__ */ x({
|
|
4
4
|
__name: "Zoompinch",
|
|
@@ -116,7 +116,7 @@ const $ = { class: "canvas" }, H = { class: "matrix" }, R = /* @__PURE__ */ x({
|
|
|
116
116
|
canvasWidth: c,
|
|
117
117
|
canvasHeight: m,
|
|
118
118
|
rotateCanvas: G
|
|
119
|
-
}), (t, o) => (
|
|
119
|
+
}), (t, o) => (Z(), b("div", {
|
|
120
120
|
ref_key: "zoompinchRef",
|
|
121
121
|
ref: p,
|
|
122
122
|
class: "zoompinch",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoompinch/vue",
|
|
3
3
|
"description": "Vue wrapper for ZoomPinch - reactive pinch & zoom component",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.37",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/zoompinch-vue.umd.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"vue-tsc": "^3.2.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@zoompinch/core": "^0.0.
|
|
47
|
+
"@zoompinch/core": "^0.0.38"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"vue": "^3.5.26"
|