@opentinyvue/vue-image-viewer 3.24.0 → 3.26.0
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/lib/mobile-first.js +2 -2
- package/package.json +10 -10
package/lib/mobile-first.js
CHANGED
|
@@ -50,7 +50,7 @@ function _extends() {
|
|
|
50
50
|
return n;
|
|
51
51
|
}, _extends.apply(null, arguments);
|
|
52
52
|
}
|
|
53
|
-
var TinyTouch = /* @__PURE__ */ function() {
|
|
53
|
+
var TinyTouch = /* @__PURE__ */ (function() {
|
|
54
54
|
function TinyTouch2(element, tinyBinding, type) {
|
|
55
55
|
var that = this;
|
|
56
56
|
that.element = element;
|
|
@@ -129,7 +129,7 @@ var TinyTouch = /* @__PURE__ */ function() {
|
|
|
129
129
|
this.tinyVueMoves = false;
|
|
130
130
|
};
|
|
131
131
|
return TinyTouch2;
|
|
132
|
-
}();
|
|
132
|
+
})();
|
|
133
133
|
var mapDirective = function mapDirective2() {
|
|
134
134
|
var deactives = {};
|
|
135
135
|
var names = ["tap", "swipe", "swipeleft", "swiperight", "swipedown", "swipeup", "longtap"];
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-image-viewer",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.26.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/utils": "~3.
|
|
12
|
-
"@opentinyvue/vue-action-sheet": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-dropdown": "~3.
|
|
15
|
-
"@opentinyvue/vue-dropdown-item": "~3.
|
|
16
|
-
"@opentinyvue/vue-dropdown-menu": "~3.
|
|
17
|
-
"@opentinyvue/vue-icon": "~3.
|
|
18
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
19
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
+
"@opentinyvue/utils": "~3.26.0",
|
|
12
|
+
"@opentinyvue/vue-action-sheet": "~3.26.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.26.0",
|
|
14
|
+
"@opentinyvue/vue-dropdown": "~3.26.0",
|
|
15
|
+
"@opentinyvue/vue-dropdown-item": "~3.26.0",
|
|
16
|
+
"@opentinyvue/vue-dropdown-menu": "~3.26.0",
|
|
17
|
+
"@opentinyvue/vue-icon": "~3.26.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.26.0",
|
|
19
|
+
"@opentinyvue/vue-theme": "~3.26.0"
|
|
20
20
|
},
|
|
21
21
|
"types": "index.d.ts",
|
|
22
22
|
"scripts": {
|