@opentinyvue/vue-guide 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/index.js +4 -0
- package/lib/pc.js +10 -13
- package/package.json +5 -5
package/lib/index.js
CHANGED
package/lib/pc.js
CHANGED
|
@@ -38,7 +38,7 @@ function _regenerator() {
|
|
|
38
38
|
var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag";
|
|
39
39
|
function i(r2, n2, o2, i2) {
|
|
40
40
|
var c2 = n2 && n2.prototype instanceof Generator ? n2 : Generator, u2 = Object.create(c2.prototype);
|
|
41
|
-
return _regeneratorDefine2(u2, "_invoke", function(r3, n3, o3) {
|
|
41
|
+
return _regeneratorDefine2(u2, "_invoke", (function(r3, n3, o3) {
|
|
42
42
|
var i3, c3, u3, f2 = 0, p = o3 || [], y = false, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d2(t2, r4) {
|
|
43
43
|
return i3 = t2, c3 = 0, u3 = e, G.n = r4, a;
|
|
44
44
|
} };
|
|
@@ -71,7 +71,7 @@ function _regenerator() {
|
|
|
71
71
|
}
|
|
72
72
|
return { value: t, done: y };
|
|
73
73
|
};
|
|
74
|
-
}(r2, o2, i2), true), u2;
|
|
74
|
+
})(r2, o2, i2), true), u2;
|
|
75
75
|
}
|
|
76
76
|
var a = {};
|
|
77
77
|
function Generator() {
|
|
@@ -103,15 +103,12 @@ function _regeneratorDefine2(e, r, n, t) {
|
|
|
103
103
|
i = 0;
|
|
104
104
|
}
|
|
105
105
|
_regeneratorDefine2 = function _regeneratorDefine(e2, r2, n2, t2) {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
return this._invoke(r3, n3, e3);
|
|
111
|
-
});
|
|
112
|
-
};
|
|
113
|
-
o("next", 0), o("throw", 1), o("return", 2);
|
|
106
|
+
function o(r3, n3) {
|
|
107
|
+
_regeneratorDefine2(e2, r3, function(e3) {
|
|
108
|
+
return this._invoke(r3, n3, e3);
|
|
109
|
+
});
|
|
114
110
|
}
|
|
111
|
+
r2 ? i ? i(e2, r2, { value: n2, enumerable: !t2, configurable: !t2, writable: !t2 }) : e2[r2] = n2 : (o("next", 0), o("throw", 1), o("return", 2));
|
|
115
112
|
}, _regeneratorDefine2(e, r, n, t);
|
|
116
113
|
}
|
|
117
114
|
function _extends() {
|
|
@@ -243,7 +240,7 @@ var offset$1 = function offset$12(options) {
|
|
|
243
240
|
};
|
|
244
241
|
var offset = offset$1;
|
|
245
242
|
var __vue2_script = defineComponent({
|
|
246
|
-
props: [].concat(props, ["showStep", "domData", "mainAxis", "crossAxis", "alignmentAxis", "popPosition", "modalOverlayOpeningPadding", "modalOverlayOpeningRadius", "arrow", "lightClass", "width", "height"]),
|
|
243
|
+
props: [].concat(props, ["showStep", "domData", "mainAxis", "crossAxis", "alignmentAxis", "popPosition", "modalOverlayOpeningPadding", "modalOverlayOpeningRadius", "arrow", "lightClass", "width", "mask", "height"]),
|
|
247
244
|
setup: function setup$1(props2, context) {
|
|
248
245
|
return setup({
|
|
249
246
|
props: props2,
|
|
@@ -273,8 +270,8 @@ function __vue2_injectStyles(context) {
|
|
|
273
270
|
this[o] = __cssModules[o];
|
|
274
271
|
}
|
|
275
272
|
}
|
|
276
|
-
var pc = /* @__PURE__ */ function() {
|
|
273
|
+
var pc = /* @__PURE__ */ (function() {
|
|
277
274
|
return __component__.exports;
|
|
278
|
-
}();
|
|
275
|
+
})();
|
|
279
276
|
|
|
280
277
|
export { pc as default };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-guide",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.27.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@floating-ui/dom": "^1.0.10",
|
|
12
|
-
"@opentinyvue/utils": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~2.
|
|
14
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
15
|
-
"@opentinyvue/vue-theme": "~3.
|
|
12
|
+
"@opentinyvue/utils": "~3.27.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~2.27.0",
|
|
14
|
+
"@opentinyvue/vue-renderless": "~3.27.0",
|
|
15
|
+
"@opentinyvue/vue-theme": "~3.27.0",
|
|
16
16
|
"shepherd.js": "11.1.1"
|
|
17
17
|
},
|
|
18
18
|
"types": "index.d.ts"
|