@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.
Files changed (3) hide show
  1. package/lib/index.js +1 -1
  2. package/lib/pc.js +150 -164
  3. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -72,7 +72,7 @@ var Guide = defineComponent({
72
72
  });
73
73
  }
74
74
  });
75
- var version = "3.undefined";
75
+ var version = "3.23.0";
76
76
  Guide.model = {
77
77
  prop: "modelValue",
78
78
  event: "update:modelValue"
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/facebook/regenerator/blob/main/LICENSE */
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 e;
43
+ return r;
44
44
  };
45
- var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function(t2, e2, r2) {
46
- t2[e2] = r2.value;
47
- }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag";
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
- define({}, "");
50
+ c({}, "");
53
51
  } catch (t2) {
54
- define = function define2(t3, e2, r2) {
55
- return t3[e2] = r2;
52
+ c = function c2(t3, r2, e2) {
53
+ return t3[r2] = e2;
56
54
  };
57
55
  }
58
- function wrap(t2, e2, r2, n2) {
59
- var i2 = e2 && e2.prototype instanceof Generator ? e2 : Generator, a2 = Object.create(i2.prototype), c2 = new Context(n2 || []);
60
- return o(a2, "_invoke", { value: makeInvokeMethod(t2, r2, c2) }), a2;
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 tryCatch(t2, e2, r2) {
91
+ function s(t2, r2, e2) {
63
92
  try {
64
- return { type: "normal", arg: t2.call(e2, r2) };
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
- e.wrap = wrap;
70
- var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {};
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 p = {};
78
- define(p, a, function() {
106
+ var l = {};
107
+ c(l, i, function() {
79
108
  return this;
80
109
  });
81
- var d = Object.getPrototypeOf, v = d && d(d(values([])));
82
- v && v !== r && n.call(v, a) && (p = v);
83
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
84
- function defineIteratorMethods(t2) {
85
- ["next", "throw", "return"].forEach(function(e2) {
86
- define(t2, e2, function(t3) {
87
- return this._invoke(e2, t3);
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, e2) {
92
- function invoke(r3, o2, i2, a2) {
93
- var c2 = tryCatch(t2[r3], t2, o2);
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 u2 = c2.arg, h2 = u2.value;
96
- return h2 && "object" == typeof h2 && n.call(h2, "__await") ? e2.resolve(h2.__await).then(function(t3) {
97
- invoke("next", t3, i2, a2);
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
- invoke("throw", t3, i2, a2);
100
- }) : e2.resolve(h2).then(function(t3) {
101
- u2.value = t3, i2(u2);
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 invoke("throw", t3, i2, a2);
132
+ return e2("throw", t3, a2, u2);
104
133
  });
105
134
  }
106
- a2(c2.arg);
135
+ u2(c2.arg);
107
136
  }
108
- var r2;
109
- o(this, "_invoke", { value: function value(t3, n2) {
110
- function callInvokeWithMethodAndArg() {
111
- return new e2(function(e3, r3) {
112
- invoke(t3, n2, e3, r3);
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 r2 = r2 ? r2.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
116
- } });
144
+ return o2 = o2 ? o2.then(i2, i2) : i2();
145
+ }, true);
117
146
  }
118
- function makeInvokeMethod(e2, r2, n2) {
119
- var o2 = h;
120
- return function(i2, a2) {
121
- if (o2 === f) throw Error("Generator is already running");
122
- if (o2 === s) {
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[e2.resultName] = a2.value, r2.next = e2.nextLoc, "return" !== r2.method && (r2.method = "next", r2.arg = t), r2.delegate = null, y) : a2 : (r2.method = "throw", r2.arg = new TypeError("iterator result is not an object"), r2.delegate = null, y);
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 pushTryEntry(t2) {
159
- var e2 = { tryLoc: t2[0] };
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 resetTryEntry(t2) {
163
- var e2 = t2.completion || {};
164
- e2.type = "normal", delete e2.arg, t2.completion = e2;
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 = [{ tryLoc: "root" }], t2.forEach(pushTryEntry, this), this.reset(true);
163
+ this.tryEntries = [[-1]], t2.forEach(w, this), this.reset(true);
168
164
  }
169
- function values(e2) {
170
- if (e2 || "" === e2) {
171
- var r2 = e2[a];
172
- if (r2) return r2.call(e2);
173
- if ("function" == typeof e2.next) return e2;
174
- if (!isNaN(e2.length)) {
175
- var o2 = -1, i2 = function next() {
176
- for (; ++o2 < e2.length; ) if (n.call(e2, o2)) return next.value = e2[o2], next.done = false, next;
177
- return next.value = t, next.done = true, next;
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 i2.next = i2;
175
+ return a2.next = a2;
180
176
  }
181
177
  }
182
- throw new TypeError(typeof e2 + " is not iterable");
178
+ throw new TypeError(typeof r2 + " is not iterable");
183
179
  }
184
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: true }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: true }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function(t2) {
185
- var e2 = "function" == typeof t2 && t2.constructor;
186
- return !!e2 && (e2 === GeneratorFunction || "GeneratorFunction" === (e2.displayName || e2.name));
187
- }, e.mark = function(t2) {
188
- return Object.setPrototypeOf ? Object.setPrototypeOf(t2, GeneratorFunctionPrototype) : (t2.__proto__ = GeneratorFunctionPrototype, define(t2, u, "GeneratorFunction")), t2.prototype = Object.create(g), t2;
189
- }, e.awrap = function(t2) {
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
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function() {
187
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function() {
192
188
  return this;
193
- }), e.AsyncIterator = AsyncIterator, e.async = function(t2, r2, n2, o2, i2) {
189
+ }), r.AsyncIterator = AsyncIterator, r.async = function(t2, e2, n2, o2, i2) {
194
190
  void 0 === i2 && (i2 = Promise);
195
- var a2 = new AsyncIterator(wrap(t2, r2, n2, o2), i2);
196
- return e.isGeneratorFunction(r2) ? a2 : a2.next().then(function(t3) {
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
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function() {
195
+ }, g(v), c(v, u, "Generator"), c(v, i, function() {
200
196
  return this;
201
- }), define(g, "toString", function() {
197
+ }), c(v, "toString", function() {
202
198
  return "[object Generator]";
203
- }), e.keys = function(t2) {
204
- var e2 = Object(t2), r2 = [];
205
- for (var n2 in e2) r2.push(n2);
206
- return r2.reverse(), function next() {
207
- for (; r2.length; ) {
208
- var t3 = r2.pop();
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
- }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e2) {
214
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = false, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e2) for (var r2 in this) "t" === r2.charAt(0) && n.call(this, r2) && !isNaN(+r2.slice(1)) && (this[r2] = t);
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].completion;
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(e2) {
221
- if (this.done) throw e2;
222
- var r2 = this;
223
- function handle(n2, o3) {
224
- return a2.type = "throw", a2.arg = e2, r2.next = n2, o3 && (r2.method = "next", r2.arg = t), !!o3;
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 = this.tryEntries.length - 1; o2 >= 0; --o2) {
227
- var i2 = this.tryEntries[o2], a2 = i2.completion;
228
- if ("root" === i2.tryLoc) return handle("end");
229
- if (i2.tryLoc <= this.prev) {
230
- var c2 = n.call(i2, "catchLoc"), u2 = n.call(i2, "finallyLoc");
231
- if (c2 && u2) {
232
- if (this.prev < i2.catchLoc) return handle(i2.catchLoc, true);
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, e2) {
243
- for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
244
- var o2 = this.tryEntries[r2];
245
- if (o2.tryLoc <= this.prev && n.call(o2, "finallyLoc") && this.prev < o2.finallyLoc) {
246
- var i2 = o2;
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
- i2 && ("break" === t2 || "continue" === t2) && i2.tryLoc <= e2 && e2 <= i2.finallyLoc && (i2 = null);
251
- var a2 = i2 ? i2.completion : {};
252
- return a2.type = t2, a2.arg = e2, i2 ? (this.method = "next", this.next = i2.finallyLoc, y) : this.complete(a2);
253
- }, complete: function complete(t2, e2) {
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 && e2 && (this.next = e2), y;
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 e2 = this.tryEntries.length - 1; e2 >= 0; --e2) {
258
- var r2 = this.tryEntries[e2];
259
- if (r2.finallyLoc === t2) return this.complete(r2.completion, r2.afterLoc), resetTryEntry(r2), y;
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 e2 = this.tryEntries.length - 1; e2 >= 0; --e2) {
263
- var r2 = this.tryEntries[e2];
264
- if (r2.tryLoc === t2) {
265
- var n2 = r2.completion;
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
- resetTryEntry(r2);
254
+ m(e2);
269
255
  }
270
256
  return o2;
271
257
  }
272
258
  }
273
259
  throw Error("illegal catch attempt");
274
- }, delegateYield: function delegateYield(e2, r2, n2) {
275
- return this.delegate = { iterator: values(e2), resultName: r2, nextLoc: n2 }, "next" === this.method && (this.arg = t), y;
276
- } }, e;
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.22.1",
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.22.0",
13
- "@opentinyvue/vue-common": "~3.22.0",
14
- "@opentinyvue/vue-renderless": "~3.22.0",
15
- "@opentinyvue/vue-theme": "~3.22.0",
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"