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