@opentinyvue/vue-guide 2.22.1 → 2.23.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 +1 -1
- package/lib/pc.js +150 -164
- package/package.json +5 -5
package/lib/index.js
CHANGED
package/lib/pc.js
CHANGED
|
@@ -34,242 +34,228 @@ function normalizeComponent(scriptExports, render, staticRenderFns, functionalTe
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
function _regeneratorRuntime() {
|
|
37
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/
|
|
37
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
38
38
|
_regeneratorRuntime = function _regeneratorRuntime2() {
|
|
39
|
-
return
|
|
39
|
+
return r;
|
|
40
40
|
};
|
|
41
|
-
var t,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
function define(t2, e2, r2) {
|
|
45
|
-
return Object.defineProperty(t2, e2, { value: r2, enumerable: true, configurable: true, writable: true }), t2[e2];
|
|
41
|
+
var t, r = {}, e = Object.prototype, n = e.hasOwnProperty, o = "function" == typeof Symbol ? Symbol : {}, i = o.iterator || "@@iterator", a = o.asyncIterator || "@@asyncIterator", u = o.toStringTag || "@@toStringTag";
|
|
42
|
+
function c(t2, r2, e2, n2) {
|
|
43
|
+
return Object.defineProperty(t2, r2, { value: e2, enumerable: !n2, configurable: !n2, writable: !n2 });
|
|
46
44
|
}
|
|
47
45
|
try {
|
|
48
|
-
|
|
46
|
+
c({}, "");
|
|
49
47
|
} catch (t2) {
|
|
50
|
-
|
|
51
|
-
return t3[
|
|
48
|
+
c = function c2(t3, r2, e2) {
|
|
49
|
+
return t3[r2] = e2;
|
|
52
50
|
};
|
|
53
51
|
}
|
|
54
|
-
function
|
|
55
|
-
var i2 = e2 && e2.prototype instanceof Generator ? e2 : Generator, a2 = Object.create(i2.prototype)
|
|
56
|
-
return
|
|
52
|
+
function h(r2, e2, n2, o2) {
|
|
53
|
+
var i2 = e2 && e2.prototype instanceof Generator ? e2 : Generator, a2 = Object.create(i2.prototype);
|
|
54
|
+
return c(a2, "_invoke", /* @__PURE__ */ function(r3, e3, n3) {
|
|
55
|
+
var o3 = 1;
|
|
56
|
+
return function(i3, a3) {
|
|
57
|
+
if (3 === o3) throw Error("Generator is already running");
|
|
58
|
+
if (4 === o3) {
|
|
59
|
+
if ("throw" === i3) throw a3;
|
|
60
|
+
return { value: t, done: true };
|
|
61
|
+
}
|
|
62
|
+
for (n3.method = i3, n3.arg = a3; ; ) {
|
|
63
|
+
var u2 = n3.delegate;
|
|
64
|
+
if (u2) {
|
|
65
|
+
var c2 = d(u2, n3);
|
|
66
|
+
if (c2) {
|
|
67
|
+
if (c2 === f) continue;
|
|
68
|
+
return c2;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
if ("next" === n3.method) n3.sent = n3._sent = n3.arg;
|
|
72
|
+
else if ("throw" === n3.method) {
|
|
73
|
+
if (1 === o3) throw o3 = 4, n3.arg;
|
|
74
|
+
n3.dispatchException(n3.arg);
|
|
75
|
+
} else "return" === n3.method && n3.abrupt("return", n3.arg);
|
|
76
|
+
o3 = 3;
|
|
77
|
+
var h2 = s(r3, e3, n3);
|
|
78
|
+
if ("normal" === h2.type) {
|
|
79
|
+
if (o3 = n3.done ? 4 : 2, h2.arg === f) continue;
|
|
80
|
+
return { value: h2.arg, done: n3.done };
|
|
81
|
+
}
|
|
82
|
+
"throw" === h2.type && (o3 = 4, n3.method = "throw", n3.arg = h2.arg);
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
}(r2, n2, new Context(o2 || [])), true), a2;
|
|
57
86
|
}
|
|
58
|
-
function
|
|
87
|
+
function s(t2, r2, e2) {
|
|
59
88
|
try {
|
|
60
|
-
return { type: "normal", arg: t2.call(
|
|
89
|
+
return { type: "normal", arg: t2.call(r2, e2) };
|
|
61
90
|
} catch (t3) {
|
|
62
91
|
return { type: "throw", arg: t3 };
|
|
63
92
|
}
|
|
64
93
|
}
|
|
65
|
-
|
|
66
|
-
var
|
|
94
|
+
r.wrap = h;
|
|
95
|
+
var f = {};
|
|
67
96
|
function Generator() {
|
|
68
97
|
}
|
|
69
98
|
function GeneratorFunction() {
|
|
70
99
|
}
|
|
71
100
|
function GeneratorFunctionPrototype() {
|
|
72
101
|
}
|
|
73
|
-
var
|
|
74
|
-
|
|
102
|
+
var l = {};
|
|
103
|
+
c(l, i, function() {
|
|
75
104
|
return this;
|
|
76
105
|
});
|
|
77
|
-
var
|
|
78
|
-
|
|
79
|
-
var
|
|
80
|
-
function
|
|
81
|
-
["next", "throw", "return"].forEach(function(
|
|
82
|
-
|
|
83
|
-
return this._invoke(
|
|
106
|
+
var p = Object.getPrototypeOf, y = p && p(p(x([])));
|
|
107
|
+
y && y !== e && n.call(y, i) && (l = y);
|
|
108
|
+
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
|
|
109
|
+
function g(t2) {
|
|
110
|
+
["next", "throw", "return"].forEach(function(r2) {
|
|
111
|
+
c(t2, r2, function(t3) {
|
|
112
|
+
return this._invoke(r2, t3);
|
|
84
113
|
});
|
|
85
114
|
});
|
|
86
115
|
}
|
|
87
|
-
function AsyncIterator(t2,
|
|
88
|
-
function
|
|
89
|
-
var c2 =
|
|
116
|
+
function AsyncIterator(t2, r2) {
|
|
117
|
+
function e2(o3, i2, a2, u2) {
|
|
118
|
+
var c2 = s(t2[o3], t2, i2);
|
|
90
119
|
if ("throw" !== c2.type) {
|
|
91
|
-
var
|
|
92
|
-
return
|
|
93
|
-
|
|
120
|
+
var h2 = c2.arg, f2 = h2.value;
|
|
121
|
+
return f2 && "object" == typeof f2 && n.call(f2, "__await") ? r2.resolve(f2.__await).then(function(t3) {
|
|
122
|
+
e2("next", t3, a2, u2);
|
|
94
123
|
}, function(t3) {
|
|
95
|
-
|
|
96
|
-
}) :
|
|
97
|
-
|
|
124
|
+
e2("throw", t3, a2, u2);
|
|
125
|
+
}) : r2.resolve(f2).then(function(t3) {
|
|
126
|
+
h2.value = t3, a2(h2);
|
|
98
127
|
}, function(t3) {
|
|
99
|
-
return
|
|
128
|
+
return e2("throw", t3, a2, u2);
|
|
100
129
|
});
|
|
101
130
|
}
|
|
102
|
-
|
|
131
|
+
u2(c2.arg);
|
|
103
132
|
}
|
|
104
|
-
var
|
|
105
|
-
|
|
106
|
-
function
|
|
107
|
-
return new
|
|
108
|
-
|
|
133
|
+
var o2;
|
|
134
|
+
c(this, "_invoke", function(t3, n2) {
|
|
135
|
+
function i2() {
|
|
136
|
+
return new r2(function(r3, o3) {
|
|
137
|
+
e2(t3, n2, r3, o3);
|
|
109
138
|
});
|
|
110
139
|
}
|
|
111
|
-
return
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
function makeInvokeMethod(e2, r2, n2) {
|
|
115
|
-
var o2 = h;
|
|
116
|
-
return function(i2, a2) {
|
|
117
|
-
if (o2 === f) throw Error("Generator is already running");
|
|
118
|
-
if (o2 === s) {
|
|
119
|
-
if ("throw" === i2) throw a2;
|
|
120
|
-
return { value: t, done: true };
|
|
121
|
-
}
|
|
122
|
-
for (n2.method = i2, n2.arg = a2; ; ) {
|
|
123
|
-
var c2 = n2.delegate;
|
|
124
|
-
if (c2) {
|
|
125
|
-
var u2 = maybeInvokeDelegate(c2, n2);
|
|
126
|
-
if (u2) {
|
|
127
|
-
if (u2 === y) continue;
|
|
128
|
-
return u2;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
if ("next" === n2.method) n2.sent = n2._sent = n2.arg;
|
|
132
|
-
else if ("throw" === n2.method) {
|
|
133
|
-
if (o2 === h) throw o2 = s, n2.arg;
|
|
134
|
-
n2.dispatchException(n2.arg);
|
|
135
|
-
} else "return" === n2.method && n2.abrupt("return", n2.arg);
|
|
136
|
-
o2 = f;
|
|
137
|
-
var p2 = tryCatch(e2, r2, n2);
|
|
138
|
-
if ("normal" === p2.type) {
|
|
139
|
-
if (o2 = n2.done ? s : l, p2.arg === y) continue;
|
|
140
|
-
return { value: p2.arg, done: n2.done };
|
|
141
|
-
}
|
|
142
|
-
"throw" === p2.type && (o2 = s, n2.method = "throw", n2.arg = p2.arg);
|
|
143
|
-
}
|
|
144
|
-
};
|
|
140
|
+
return o2 = o2 ? o2.then(i2, i2) : i2();
|
|
141
|
+
}, true);
|
|
145
142
|
}
|
|
146
|
-
function
|
|
147
|
-
var n2 =
|
|
148
|
-
if (o2 === t) return
|
|
149
|
-
var i2 =
|
|
150
|
-
if ("throw" === i2.type) return
|
|
143
|
+
function d(r2, e2) {
|
|
144
|
+
var n2 = e2.method, o2 = r2.i[n2];
|
|
145
|
+
if (o2 === t) return e2.delegate = null, "throw" === n2 && r2.i.return && (e2.method = "return", e2.arg = t, d(r2, e2), "throw" === e2.method) || "return" !== n2 && (e2.method = "throw", e2.arg = new TypeError("The iterator does not provide a '" + n2 + "' method")), f;
|
|
146
|
+
var i2 = s(o2, r2.i, e2.arg);
|
|
147
|
+
if ("throw" === i2.type) return e2.method = "throw", e2.arg = i2.arg, e2.delegate = null, f;
|
|
151
148
|
var a2 = i2.arg;
|
|
152
|
-
return a2 ? a2.done ? (r2
|
|
149
|
+
return a2 ? a2.done ? (e2[r2.r] = a2.value, e2.next = r2.n, "return" !== e2.method && (e2.method = "next", e2.arg = t), e2.delegate = null, f) : a2 : (e2.method = "throw", e2.arg = new TypeError("iterator result is not an object"), e2.delegate = null, f);
|
|
153
150
|
}
|
|
154
|
-
function
|
|
155
|
-
|
|
156
|
-
1 in t2 && (e2.catchLoc = t2[1]), 2 in t2 && (e2.finallyLoc = t2[2], e2.afterLoc = t2[3]), this.tryEntries.push(e2);
|
|
151
|
+
function w(t2) {
|
|
152
|
+
this.tryEntries.push(t2);
|
|
157
153
|
}
|
|
158
|
-
function
|
|
159
|
-
var e2 =
|
|
160
|
-
e2.type = "normal",
|
|
154
|
+
function m(r2) {
|
|
155
|
+
var e2 = r2[4] || {};
|
|
156
|
+
e2.type = "normal", e2.arg = t, r2[4] = e2;
|
|
161
157
|
}
|
|
162
158
|
function Context(t2) {
|
|
163
|
-
this.tryEntries = [
|
|
159
|
+
this.tryEntries = [[-1]], t2.forEach(w, this), this.reset(true);
|
|
164
160
|
}
|
|
165
|
-
function
|
|
166
|
-
if (
|
|
167
|
-
var
|
|
168
|
-
if (
|
|
169
|
-
if ("function" == typeof
|
|
170
|
-
if (!isNaN(
|
|
171
|
-
var o2 = -1,
|
|
172
|
-
for (; ++o2 <
|
|
173
|
-
return
|
|
161
|
+
function x(r2) {
|
|
162
|
+
if (null != r2) {
|
|
163
|
+
var e2 = r2[i];
|
|
164
|
+
if (e2) return e2.call(r2);
|
|
165
|
+
if ("function" == typeof r2.next) return r2;
|
|
166
|
+
if (!isNaN(r2.length)) {
|
|
167
|
+
var o2 = -1, a2 = function e3() {
|
|
168
|
+
for (; ++o2 < r2.length; ) if (n.call(r2, o2)) return e3.value = r2[o2], e3.done = false, e3;
|
|
169
|
+
return e3.value = t, e3.done = true, e3;
|
|
174
170
|
};
|
|
175
|
-
return
|
|
171
|
+
return a2.next = a2;
|
|
176
172
|
}
|
|
177
173
|
}
|
|
178
|
-
throw new TypeError(typeof
|
|
174
|
+
throw new TypeError(typeof r2 + " is not iterable");
|
|
179
175
|
}
|
|
180
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
181
|
-
var
|
|
182
|
-
return !!
|
|
183
|
-
},
|
|
184
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t2, GeneratorFunctionPrototype) : (t2.__proto__ = GeneratorFunctionPrototype,
|
|
185
|
-
},
|
|
176
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = c(GeneratorFunctionPrototype, u, "GeneratorFunction"), r.isGeneratorFunction = function(t2) {
|
|
177
|
+
var r2 = "function" == typeof t2 && t2.constructor;
|
|
178
|
+
return !!r2 && (r2 === GeneratorFunction || "GeneratorFunction" === (r2.displayName || r2.name));
|
|
179
|
+
}, r.mark = function(t2) {
|
|
180
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t2, GeneratorFunctionPrototype) : (t2.__proto__ = GeneratorFunctionPrototype, c(t2, u, "GeneratorFunction")), t2.prototype = Object.create(v), t2;
|
|
181
|
+
}, r.awrap = function(t2) {
|
|
186
182
|
return { __await: t2 };
|
|
187
|
-
},
|
|
183
|
+
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function() {
|
|
188
184
|
return this;
|
|
189
|
-
}),
|
|
185
|
+
}), r.AsyncIterator = AsyncIterator, r.async = function(t2, e2, n2, o2, i2) {
|
|
190
186
|
void 0 === i2 && (i2 = Promise);
|
|
191
|
-
var a2 = new AsyncIterator(
|
|
192
|
-
return
|
|
187
|
+
var a2 = new AsyncIterator(h(t2, e2, n2, o2), i2);
|
|
188
|
+
return r.isGeneratorFunction(e2) ? a2 : a2.next().then(function(t3) {
|
|
193
189
|
return t3.done ? t3.value : a2.next();
|
|
194
190
|
});
|
|
195
|
-
},
|
|
191
|
+
}, g(v), c(v, u, "Generator"), c(v, i, function() {
|
|
196
192
|
return this;
|
|
197
|
-
}),
|
|
193
|
+
}), c(v, "toString", function() {
|
|
198
194
|
return "[object Generator]";
|
|
199
|
-
}),
|
|
200
|
-
var
|
|
201
|
-
for (var n2 in
|
|
202
|
-
return
|
|
203
|
-
for (;
|
|
204
|
-
|
|
205
|
-
if (t3 in e2) return next.value = t3, next.done = false, next;
|
|
206
|
-
}
|
|
207
|
-
return next.done = true, next;
|
|
195
|
+
}), r.keys = function(t2) {
|
|
196
|
+
var r2 = Object(t2), e2 = [];
|
|
197
|
+
for (var n2 in r2) e2.unshift(n2);
|
|
198
|
+
return function t3() {
|
|
199
|
+
for (; e2.length; ) if ((n2 = e2.pop()) in r2) return t3.value = n2, t3.done = false, t3;
|
|
200
|
+
return t3.done = true, t3;
|
|
208
201
|
};
|
|
209
|
-
},
|
|
210
|
-
if (this.prev =
|
|
202
|
+
}, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r2) {
|
|
203
|
+
if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = false, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r2) for (var e2 in this) "t" === e2.charAt(0) && n.call(this, e2) && !isNaN(+e2.slice(1)) && (this[e2] = t);
|
|
211
204
|
}, stop: function stop() {
|
|
212
205
|
this.done = true;
|
|
213
|
-
var t2 = this.tryEntries[0]
|
|
206
|
+
var t2 = this.tryEntries[0][4];
|
|
214
207
|
if ("throw" === t2.type) throw t2.arg;
|
|
215
208
|
return this.rval;
|
|
216
|
-
}, dispatchException: function dispatchException(
|
|
217
|
-
if (this.done) throw
|
|
218
|
-
var
|
|
219
|
-
function
|
|
220
|
-
|
|
209
|
+
}, dispatchException: function dispatchException(r2) {
|
|
210
|
+
if (this.done) throw r2;
|
|
211
|
+
var e2 = this;
|
|
212
|
+
function n2(t2) {
|
|
213
|
+
a2.type = "throw", a2.arg = r2, e2.next = t2;
|
|
221
214
|
}
|
|
222
|
-
for (var o2 =
|
|
223
|
-
var i2 = this.tryEntries[o2], a2 = i2.
|
|
224
|
-
if (
|
|
225
|
-
if (
|
|
226
|
-
|
|
227
|
-
if (c2
|
|
228
|
-
|
|
229
|
-
if (this.prev < i2.finallyLoc) return handle(i2.finallyLoc);
|
|
230
|
-
} else if (c2) {
|
|
231
|
-
if (this.prev < i2.catchLoc) return handle(i2.catchLoc, true);
|
|
232
|
-
} else {
|
|
233
|
-
if (!u2) throw Error("try statement without catch or finally");
|
|
234
|
-
if (this.prev < i2.finallyLoc) return handle(i2.finallyLoc);
|
|
235
|
-
}
|
|
215
|
+
for (var o2 = e2.tryEntries.length - 1; o2 >= 0; --o2) {
|
|
216
|
+
var i2 = this.tryEntries[o2], a2 = i2[4], u2 = this.prev, c2 = i2[1], h2 = i2[2];
|
|
217
|
+
if (-1 === i2[0]) return n2("end"), false;
|
|
218
|
+
if (!c2 && !h2) throw Error("try statement without catch or finally");
|
|
219
|
+
if (null != i2[0] && i2[0] <= u2) {
|
|
220
|
+
if (u2 < c2) return this.method = "next", this.arg = t, n2(c2), true;
|
|
221
|
+
if (u2 < h2) return n2(h2), false;
|
|
236
222
|
}
|
|
237
223
|
}
|
|
238
|
-
}, abrupt: function abrupt(t2,
|
|
239
|
-
for (var
|
|
240
|
-
var
|
|
241
|
-
if (
|
|
242
|
-
var
|
|
224
|
+
}, abrupt: function abrupt(t2, r2) {
|
|
225
|
+
for (var e2 = this.tryEntries.length - 1; e2 >= 0; --e2) {
|
|
226
|
+
var n2 = this.tryEntries[e2];
|
|
227
|
+
if (n2[0] > -1 && n2[0] <= this.prev && this.prev < n2[2]) {
|
|
228
|
+
var o2 = n2;
|
|
243
229
|
break;
|
|
244
230
|
}
|
|
245
231
|
}
|
|
246
|
-
|
|
247
|
-
var
|
|
248
|
-
return
|
|
249
|
-
}, complete: function complete(t2,
|
|
232
|
+
o2 && ("break" === t2 || "continue" === t2) && o2[0] <= r2 && r2 <= o2[2] && (o2 = null);
|
|
233
|
+
var i2 = o2 ? o2[4] : {};
|
|
234
|
+
return i2.type = t2, i2.arg = r2, o2 ? (this.method = "next", this.next = o2[2], f) : this.complete(i2);
|
|
235
|
+
}, complete: function complete(t2, r2) {
|
|
250
236
|
if ("throw" === t2.type) throw t2.arg;
|
|
251
|
-
return "break" === t2.type || "continue" === t2.type ? this.next = t2.arg : "return" === t2.type ? (this.rval = this.arg = t2.arg, this.method = "return", this.next = "end") : "normal" === t2.type &&
|
|
237
|
+
return "break" === t2.type || "continue" === t2.type ? this.next = t2.arg : "return" === t2.type ? (this.rval = this.arg = t2.arg, this.method = "return", this.next = "end") : "normal" === t2.type && r2 && (this.next = r2), f;
|
|
252
238
|
}, finish: function finish(t2) {
|
|
253
|
-
for (var
|
|
254
|
-
var
|
|
255
|
-
if (
|
|
239
|
+
for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
|
|
240
|
+
var e2 = this.tryEntries[r2];
|
|
241
|
+
if (e2[2] === t2) return this.complete(e2[4], e2[3]), m(e2), f;
|
|
256
242
|
}
|
|
257
243
|
}, catch: function _catch(t2) {
|
|
258
|
-
for (var
|
|
259
|
-
var
|
|
260
|
-
if (
|
|
261
|
-
var n2 =
|
|
244
|
+
for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
|
|
245
|
+
var e2 = this.tryEntries[r2];
|
|
246
|
+
if (e2[0] === t2) {
|
|
247
|
+
var n2 = e2[4];
|
|
262
248
|
if ("throw" === n2.type) {
|
|
263
249
|
var o2 = n2.arg;
|
|
264
|
-
|
|
250
|
+
m(e2);
|
|
265
251
|
}
|
|
266
252
|
return o2;
|
|
267
253
|
}
|
|
268
254
|
}
|
|
269
255
|
throw Error("illegal catch attempt");
|
|
270
|
-
}, delegateYield: function delegateYield(
|
|
271
|
-
return this.delegate = {
|
|
272
|
-
} },
|
|
256
|
+
}, delegateYield: function delegateYield(r2, e2, n2) {
|
|
257
|
+
return this.delegate = { i: x(r2), r: e2, n: n2 }, "next" === this.method && (this.arg = t), f;
|
|
258
|
+
} }, r;
|
|
273
259
|
}
|
|
274
260
|
function _extends() {
|
|
275
261
|
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
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.23.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.23.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~2.23.0",
|
|
14
|
+
"@opentinyvue/vue-renderless": "~3.23.0",
|
|
15
|
+
"@opentinyvue/vue-theme": "~3.23.0",
|
|
16
16
|
"shepherd.js": "11.1.1"
|
|
17
17
|
},
|
|
18
18
|
"types": "index.d.ts"
|