@evercam/ui 0.0.55-beta.33 → 0.0.55-beta.34
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.mjs +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -21303,14 +21303,14 @@ var bh = function() {
|
|
|
21303
21303
|
return t("div", { ref: "container", staticClass: "e-zoomable e-w-full e-h-full" }, [t("div", { staticClass: "e-w-full e-h-full", class: {
|
|
21304
21304
|
"e-cursor-grab": e.isZoomed && !e.disabled,
|
|
21305
21305
|
"e-cursor-grabbing": e.isPanning && !e.disabled
|
|
21306
|
-
}, on: { mousewheel: e.handleZoom, mousedown: e.handleMouseDown, mouseup: e.handleMouseUp, mouseleave: e.handleMouseLeave, mousemove: e.handleMouseMove, pointerdown: e.handlePointerDown, pointermove: e.handlePointerMove, pointerup: e.handlePointerUp, pointercancel: e.handlePointerUp, pointerout: e.handlePointerUp, pointerleave: e.handlePointerUp } }, [t("div", { ref: "content", staticClass: "e-zoomable__content e-w-full e-h-full e-transform-0 e-touch-none e-relative", style: e.contentStyle }, [e._t("default")], 2), e.withOverlay ? t("div", { staticClass: "e-zoomable__overlay e-absolute e-w-full e-h-full e-bottom-0 e-left-0 e-overflow-hidden" }, [e._t("overlay")], 2) : e._e()])]);
|
|
21306
|
+
}, on: { mousewheel: e.handleZoom, mousedown: e.handleMouseDown, mouseup: e.handleMouseUp, mouseleave: e.handleMouseLeave, mousemove: e.handleMouseMove, pointerdown: e.handlePointerDown, pointermove: e.handlePointerMove, pointerup: e.handlePointerUp, pointercancel: e.handlePointerUp, pointerout: e.handlePointerUp, pointerleave: e.handlePointerUp } }, [t("div", { ref: "content", staticClass: "e-zoomable__content e-w-full e-h-full e-transform-0 e-touch-none e-relative", style: e.contentStyle }, [e._t("default")], 2), e.withOverlay && !e.disabled ? t("div", { staticClass: "e-zoomable__overlay e-absolute e-w-full e-h-full e-bottom-0 e-left-0 e-overflow-hidden" }, [e._t("overlay")], 2) : e._e()])]);
|
|
21307
21307
|
}, Ah = [], Lh = /* @__PURE__ */ ve(
|
|
21308
21308
|
Sh,
|
|
21309
21309
|
bh,
|
|
21310
21310
|
Ah,
|
|
21311
21311
|
!1,
|
|
21312
21312
|
null,
|
|
21313
|
-
"
|
|
21313
|
+
"8921bc32",
|
|
21314
21314
|
null,
|
|
21315
21315
|
null
|
|
21316
21316
|
);
|