xrk-components 2.0.0-beta.21 → 2.0.0-beta.22
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/index.esm.js +1 -1
- package/lib/index.umd.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -71301,7 +71301,7 @@ var script$A = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$y
|
|
|
71301
71301
|
var expose = _a.expose, emits = _a.emit;
|
|
71302
71302
|
var _props = __props;
|
|
71303
71303
|
var slots = (_b = getCurrentInstance()) === null || _b === void 0 ? void 0 : _b.slots;
|
|
71304
|
-
var showImageViewer = ref(
|
|
71304
|
+
var showImageViewer = ref(true);
|
|
71305
71305
|
var stopWheelListener = null;
|
|
71306
71306
|
var prevOverflow = false;
|
|
71307
71307
|
var props = _props;
|
package/lib/index.umd.js
CHANGED
|
@@ -71304,7 +71304,7 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
71304
71304
|
var expose = _a.expose, emits = _a.emit;
|
|
71305
71305
|
var _props = __props;
|
|
71306
71306
|
var slots = (_b = vue.getCurrentInstance()) === null || _b === void 0 ? void 0 : _b.slots;
|
|
71307
|
-
var showImageViewer = vue.ref(
|
|
71307
|
+
var showImageViewer = vue.ref(true);
|
|
71308
71308
|
var stopWheelListener = null;
|
|
71309
71309
|
var prevOverflow = false;
|
|
71310
71310
|
var props = _props;
|