@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.
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 = "2.undefined";
75
+ var version = "2.23.0";
76
76
  Guide.model = {
77
77
  prop: "modelValue",
78
78
  event: "update:modelValue"
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/facebook/regenerator/blob/main/LICENSE */
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 e;
39
+ return r;
40
40
  };
41
- var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function(t2, e2, r2) {
42
- t2[e2] = r2.value;
43
- }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag";
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
- define({}, "");
46
+ c({}, "");
49
47
  } catch (t2) {
50
- define = function define2(t3, e2, r2) {
51
- return t3[e2] = r2;
48
+ c = function c2(t3, r2, e2) {
49
+ return t3[r2] = e2;
52
50
  };
53
51
  }
54
- function wrap(t2, e2, r2, n2) {
55
- var i2 = e2 && e2.prototype instanceof Generator ? e2 : Generator, a2 = Object.create(i2.prototype), c2 = new Context(n2 || []);
56
- return o(a2, "_invoke", { value: makeInvokeMethod(t2, r2, c2) }), a2;
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 tryCatch(t2, e2, r2) {
87
+ function s(t2, r2, e2) {
59
88
  try {
60
- return { type: "normal", arg: t2.call(e2, r2) };
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
- e.wrap = wrap;
66
- var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {};
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 p = {};
74
- define(p, a, function() {
102
+ var l = {};
103
+ c(l, i, function() {
75
104
  return this;
76
105
  });
77
- var d = Object.getPrototypeOf, v = d && d(d(values([])));
78
- v && v !== r && n.call(v, a) && (p = v);
79
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
80
- function defineIteratorMethods(t2) {
81
- ["next", "throw", "return"].forEach(function(e2) {
82
- define(t2, e2, function(t3) {
83
- return this._invoke(e2, t3);
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, e2) {
88
- function invoke(r3, o2, i2, a2) {
89
- var c2 = tryCatch(t2[r3], t2, o2);
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 u2 = c2.arg, h2 = u2.value;
92
- return h2 && "object" == typeof h2 && n.call(h2, "__await") ? e2.resolve(h2.__await).then(function(t3) {
93
- invoke("next", t3, i2, a2);
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
- invoke("throw", t3, i2, a2);
96
- }) : e2.resolve(h2).then(function(t3) {
97
- u2.value = t3, i2(u2);
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 invoke("throw", t3, i2, a2);
128
+ return e2("throw", t3, a2, u2);
100
129
  });
101
130
  }
102
- a2(c2.arg);
131
+ u2(c2.arg);
103
132
  }
104
- var r2;
105
- o(this, "_invoke", { value: function value(t3, n2) {
106
- function callInvokeWithMethodAndArg() {
107
- return new e2(function(e3, r3) {
108
- invoke(t3, n2, e3, r3);
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 r2 = r2 ? r2.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
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 maybeInvokeDelegate(e2, r2) {
147
- var n2 = r2.method, o2 = e2.iterator[n2];
148
- 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;
149
- var i2 = tryCatch(o2, e2.iterator, r2.arg);
150
- if ("throw" === i2.type) return r2.method = "throw", r2.arg = i2.arg, r2.delegate = null, y;
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[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);
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 pushTryEntry(t2) {
155
- var e2 = { tryLoc: t2[0] };
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 resetTryEntry(t2) {
159
- var e2 = t2.completion || {};
160
- e2.type = "normal", delete e2.arg, t2.completion = e2;
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 = [{ tryLoc: "root" }], t2.forEach(pushTryEntry, this), this.reset(true);
159
+ this.tryEntries = [[-1]], t2.forEach(w, this), this.reset(true);
164
160
  }
165
- function values(e2) {
166
- if (e2 || "" === e2) {
167
- var r2 = e2[a];
168
- if (r2) return r2.call(e2);
169
- if ("function" == typeof e2.next) return e2;
170
- if (!isNaN(e2.length)) {
171
- var o2 = -1, i2 = function next() {
172
- for (; ++o2 < e2.length; ) if (n.call(e2, o2)) return next.value = e2[o2], next.done = false, next;
173
- return next.value = t, next.done = true, next;
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 i2.next = i2;
171
+ return a2.next = a2;
176
172
  }
177
173
  }
178
- throw new TypeError(typeof e2 + " is not iterable");
174
+ throw new TypeError(typeof r2 + " is not iterable");
179
175
  }
180
- 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) {
181
- var e2 = "function" == typeof t2 && t2.constructor;
182
- return !!e2 && (e2 === GeneratorFunction || "GeneratorFunction" === (e2.displayName || e2.name));
183
- }, e.mark = function(t2) {
184
- return Object.setPrototypeOf ? Object.setPrototypeOf(t2, GeneratorFunctionPrototype) : (t2.__proto__ = GeneratorFunctionPrototype, define(t2, u, "GeneratorFunction")), t2.prototype = Object.create(g), t2;
185
- }, e.awrap = function(t2) {
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
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function() {
183
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function() {
188
184
  return this;
189
- }), e.AsyncIterator = AsyncIterator, e.async = function(t2, r2, n2, o2, i2) {
185
+ }), r.AsyncIterator = AsyncIterator, r.async = function(t2, e2, n2, o2, i2) {
190
186
  void 0 === i2 && (i2 = Promise);
191
- var a2 = new AsyncIterator(wrap(t2, r2, n2, o2), i2);
192
- return e.isGeneratorFunction(r2) ? a2 : a2.next().then(function(t3) {
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
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function() {
191
+ }, g(v), c(v, u, "Generator"), c(v, i, function() {
196
192
  return this;
197
- }), define(g, "toString", function() {
193
+ }), c(v, "toString", function() {
198
194
  return "[object Generator]";
199
- }), e.keys = function(t2) {
200
- var e2 = Object(t2), r2 = [];
201
- for (var n2 in e2) r2.push(n2);
202
- return r2.reverse(), function next() {
203
- for (; r2.length; ) {
204
- var t3 = r2.pop();
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
- }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e2) {
210
- 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);
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].completion;
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(e2) {
217
- if (this.done) throw e2;
218
- var r2 = this;
219
- function handle(n2, o3) {
220
- return a2.type = "throw", a2.arg = e2, r2.next = n2, o3 && (r2.method = "next", r2.arg = t), !!o3;
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 = this.tryEntries.length - 1; o2 >= 0; --o2) {
223
- var i2 = this.tryEntries[o2], a2 = i2.completion;
224
- if ("root" === i2.tryLoc) return handle("end");
225
- if (i2.tryLoc <= this.prev) {
226
- var c2 = n.call(i2, "catchLoc"), u2 = n.call(i2, "finallyLoc");
227
- if (c2 && u2) {
228
- if (this.prev < i2.catchLoc) return handle(i2.catchLoc, true);
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, e2) {
239
- for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
240
- var o2 = this.tryEntries[r2];
241
- if (o2.tryLoc <= this.prev && n.call(o2, "finallyLoc") && this.prev < o2.finallyLoc) {
242
- var i2 = o2;
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
- i2 && ("break" === t2 || "continue" === t2) && i2.tryLoc <= e2 && e2 <= i2.finallyLoc && (i2 = null);
247
- var a2 = i2 ? i2.completion : {};
248
- return a2.type = t2, a2.arg = e2, i2 ? (this.method = "next", this.next = i2.finallyLoc, y) : this.complete(a2);
249
- }, complete: function complete(t2, e2) {
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 && e2 && (this.next = e2), y;
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 e2 = this.tryEntries.length - 1; e2 >= 0; --e2) {
254
- var r2 = this.tryEntries[e2];
255
- if (r2.finallyLoc === t2) return this.complete(r2.completion, r2.afterLoc), resetTryEntry(r2), y;
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 e2 = this.tryEntries.length - 1; e2 >= 0; --e2) {
259
- var r2 = this.tryEntries[e2];
260
- if (r2.tryLoc === t2) {
261
- var n2 = r2.completion;
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
- resetTryEntry(r2);
250
+ m(e2);
265
251
  }
266
252
  return o2;
267
253
  }
268
254
  }
269
255
  throw Error("illegal catch attempt");
270
- }, delegateYield: function delegateYield(e2, r2, n2) {
271
- return this.delegate = { iterator: values(e2), resultName: r2, nextLoc: n2 }, "next" === this.method && (this.arg = t), y;
272
- } }, e;
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.22.1",
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.22.0",
13
- "@opentinyvue/vue-common": "~2.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": "~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"