@opentinyvue/vue-image-viewer 2.25.0 → 2.27.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 +4 -4
- package/lib/pc.js +2 -2
- package/package.json +10 -10
package/lib/mobile-first.js
CHANGED
|
@@ -46,7 +46,7 @@ function _extends() {
|
|
|
46
46
|
return n;
|
|
47
47
|
}, _extends.apply(null, arguments);
|
|
48
48
|
}
|
|
49
|
-
var TinyTouch = /* @__PURE__ */ function() {
|
|
49
|
+
var TinyTouch = /* @__PURE__ */ (function() {
|
|
50
50
|
function TinyTouch2(element, tinyBinding, type) {
|
|
51
51
|
var that = this;
|
|
52
52
|
that.element = element;
|
|
@@ -125,7 +125,7 @@ var TinyTouch = /* @__PURE__ */ function() {
|
|
|
125
125
|
this.tinyVueMoves = false;
|
|
126
126
|
};
|
|
127
127
|
return TinyTouch2;
|
|
128
|
-
}();
|
|
128
|
+
})();
|
|
129
129
|
var mapDirective = function mapDirective2() {
|
|
130
130
|
var deactives = {};
|
|
131
131
|
var names = ["tap", "swipe", "swipeleft", "swiperight", "swipedown", "swipeup", "longtap"];
|
|
@@ -663,8 +663,8 @@ function __vue2_injectStyles(context) {
|
|
|
663
663
|
this[o] = __cssModules[o];
|
|
664
664
|
}
|
|
665
665
|
}
|
|
666
|
-
var mobileFirst = /* @__PURE__ */ function() {
|
|
666
|
+
var mobileFirst = /* @__PURE__ */ (function() {
|
|
667
667
|
return __component__.exports;
|
|
668
|
-
}();
|
|
668
|
+
})();
|
|
669
669
|
|
|
670
670
|
export { mobileFirst as default };
|
package/lib/pc.js
CHANGED
|
@@ -179,8 +179,8 @@ function __vue2_injectStyles(context) {
|
|
|
179
179
|
this[o] = __cssModules[o];
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
var pc = /* @__PURE__ */ function() {
|
|
182
|
+
var pc = /* @__PURE__ */ (function() {
|
|
183
183
|
return __component__.exports;
|
|
184
|
-
}();
|
|
184
|
+
})();
|
|
185
185
|
|
|
186
186
|
export { pc as default };
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-image-viewer",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.27.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": "~2.
|
|
13
|
-
"@opentinyvue/vue-common": "~2.
|
|
14
|
-
"@opentinyvue/vue-dropdown": "~2.
|
|
15
|
-
"@opentinyvue/vue-dropdown-item": "~2.
|
|
16
|
-
"@opentinyvue/vue-dropdown-menu": "~2.
|
|
17
|
-
"@opentinyvue/vue-icon": "~2.
|
|
18
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
19
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
+
"@opentinyvue/utils": "~3.27.0",
|
|
12
|
+
"@opentinyvue/vue-action-sheet": "~2.27.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~2.27.0",
|
|
14
|
+
"@opentinyvue/vue-dropdown": "~2.27.0",
|
|
15
|
+
"@opentinyvue/vue-dropdown-item": "~2.27.0",
|
|
16
|
+
"@opentinyvue/vue-dropdown-menu": "~2.27.0",
|
|
17
|
+
"@opentinyvue/vue-icon": "~2.27.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.27.0",
|
|
19
|
+
"@opentinyvue/vue-theme": "~3.27.0"
|
|
20
20
|
},
|
|
21
21
|
"types": "index.d.ts",
|
|
22
22
|
"scripts": {
|