yxspeechrecognition 1.0.9 → 1.1.1

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.
@@ -27,388 +27,6 @@ var update = add("45c40d67", content, true, {"sourceMap":false,"shadowMode":fals
27
27
 
28
28
  /***/ }),
29
29
 
30
- /***/ 110:
31
- /***/ (function(module, exports, __webpack_require__) {
32
-
33
- var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
34
- !function (t, e) {
35
- "object" == ( false ? 0 : _typeof(exports)) && "undefined" != "object" ? module.exports = e() : true ? !(__WEBPACK_AMD_DEFINE_FACTORY__ = (e),
36
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
37
- (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
38
- __WEBPACK_AMD_DEFINE_FACTORY__),
39
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : 0;
40
- }(this, function () {
41
- "use strict";
42
-
43
- var t = 1e3,
44
- e = 6e4,
45
- n = 36e5,
46
- r = "millisecond",
47
- i = "second",
48
- s = "minute",
49
- u = "hour",
50
- a = "day",
51
- o = "week",
52
- c = "month",
53
- f = "quarter",
54
- h = "year",
55
- d = "date",
56
- l = "Invalid Date",
57
- $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,
58
- y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,
59
- M = {
60
- name: "en",
61
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
62
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
63
- ordinal: function ordinal(t) {
64
- var e = ["th", "st", "nd", "rd"],
65
- n = t % 100;
66
- return "[" + t + (e[(n - 20) % 10] || e[n] || e[0]) + "]";
67
- }
68
- },
69
- m = function m(t, e, n) {
70
- var r = String(t);
71
- return !r || r.length >= e ? t : "" + Array(e + 1 - r.length).join(n) + t;
72
- },
73
- v = {
74
- s: m,
75
- z: function z(t) {
76
- var e = -t.utcOffset(),
77
- n = Math.abs(e),
78
- r = Math.floor(n / 60),
79
- i = n % 60;
80
- return (e <= 0 ? "+" : "-") + m(r, 2, "0") + ":" + m(i, 2, "0");
81
- },
82
- m: function t(e, n) {
83
- if (e.date() < n.date()) return -t(n, e);
84
- var r = 12 * (n.year() - e.year()) + (n.month() - e.month()),
85
- i = e.clone().add(r, c),
86
- s = n - i < 0,
87
- u = e.clone().add(r + (s ? -1 : 1), c);
88
- return +(-(r + (n - i) / (s ? i - u : u - i)) || 0);
89
- },
90
- a: function a(t) {
91
- return t < 0 ? Math.ceil(t) || 0 : Math.floor(t);
92
- },
93
- p: function p(t) {
94
- return {
95
- M: c,
96
- y: h,
97
- w: o,
98
- d: a,
99
- D: d,
100
- h: u,
101
- m: s,
102
- s: i,
103
- ms: r,
104
- Q: f
105
- }[t] || String(t || "").toLowerCase().replace(/s$/, "");
106
- },
107
- u: function u(t) {
108
- return void 0 === t;
109
- }
110
- },
111
- g = "en",
112
- D = {};
113
- D[g] = M;
114
- var p = "$isDayjsObject",
115
- S = function S(t) {
116
- return t instanceof _ || !(!t || !t[p]);
117
- },
118
- w = function t(e, n, r) {
119
- var i;
120
- if (!e) return g;
121
- if ("string" == typeof e) {
122
- var s = e.toLowerCase();
123
- D[s] && (i = s), n && (D[s] = n, i = s);
124
- var u = e.split("-");
125
- if (!i && u.length > 1) return t(u[0]);
126
- } else {
127
- var a = e.name;
128
- D[a] = e, i = a;
129
- }
130
- return !r && i && (g = i), i || !r && g;
131
- },
132
- O = function O(t, e) {
133
- if (S(t)) return t.clone();
134
- var n = "object" == _typeof(e) ? e : {};
135
- return n.date = t, n.args = arguments, new _(n);
136
- },
137
- b = v;
138
- b.l = w, b.i = S, b.w = function (t, e) {
139
- return O(t, {
140
- locale: e.$L,
141
- utc: e.$u,
142
- x: e.$x,
143
- $offset: e.$offset
144
- });
145
- };
146
- var _ = function () {
147
- function M(t) {
148
- this.$L = w(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[p] = !0;
149
- }
150
- var m = M.prototype;
151
- return m.parse = function (t) {
152
- this.$d = function (t) {
153
- var e = t.date,
154
- n = t.utc;
155
- if (null === e) return new Date(NaN);
156
- if (b.u(e)) return new Date();
157
- if (e instanceof Date) return new Date(e);
158
- if ("string" == typeof e && !/Z$/i.test(e)) {
159
- var r = e.match($);
160
- if (r) {
161
- var i = r[2] - 1 || 0,
162
- s = (r[7] || "0").substring(0, 3);
163
- return n ? new Date(Date.UTC(r[1], i, r[3] || 1, r[4] || 0, r[5] || 0, r[6] || 0, s)) : new Date(r[1], i, r[3] || 1, r[4] || 0, r[5] || 0, r[6] || 0, s);
164
- }
165
- }
166
- return new Date(e);
167
- }(t), this.init();
168
- }, m.init = function () {
169
- var t = this.$d;
170
- this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
171
- }, m.$utils = function () {
172
- return b;
173
- }, m.isValid = function () {
174
- return !(this.$d.toString() === l);
175
- }, m.isSame = function (t, e) {
176
- var n = O(t);
177
- return this.startOf(e) <= n && n <= this.endOf(e);
178
- }, m.isAfter = function (t, e) {
179
- return O(t) < this.startOf(e);
180
- }, m.isBefore = function (t, e) {
181
- return this.endOf(e) < O(t);
182
- }, m.$g = function (t, e, n) {
183
- return b.u(t) ? this[e] : this.set(n, t);
184
- }, m.unix = function () {
185
- return Math.floor(this.valueOf() / 1e3);
186
- }, m.valueOf = function () {
187
- return this.$d.getTime();
188
- }, m.startOf = function (t, e) {
189
- var n = this,
190
- r = !!b.u(e) || e,
191
- f = b.p(t),
192
- l = function l(t, e) {
193
- var i = b.w(n.$u ? Date.UTC(n.$y, e, t) : new Date(n.$y, e, t), n);
194
- return r ? i : i.endOf(a);
195
- },
196
- $ = function $(t, e) {
197
- return b.w(n.toDate()[t].apply(n.toDate("s"), (r ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e)), n);
198
- },
199
- y = this.$W,
200
- M = this.$M,
201
- m = this.$D,
202
- v = "set" + (this.$u ? "UTC" : "");
203
- switch (f) {
204
- case h:
205
- return r ? l(1, 0) : l(31, 11);
206
- case c:
207
- return r ? l(1, M) : l(0, M + 1);
208
- case o:
209
- var g = this.$locale().weekStart || 0,
210
- D = (y < g ? y + 7 : y) - g;
211
- return l(r ? m - D : m + (6 - D), M);
212
- case a:
213
- case d:
214
- return $(v + "Hours", 0);
215
- case u:
216
- return $(v + "Minutes", 1);
217
- case s:
218
- return $(v + "Seconds", 2);
219
- case i:
220
- return $(v + "Milliseconds", 3);
221
- default:
222
- return this.clone();
223
- }
224
- }, m.endOf = function (t) {
225
- return this.startOf(t, !1);
226
- }, m.$set = function (t, e) {
227
- var n,
228
- o = b.p(t),
229
- f = "set" + (this.$u ? "UTC" : ""),
230
- l = (n = {}, n[a] = f + "Date", n[d] = f + "Date", n[c] = f + "Month", n[h] = f + "FullYear", n[u] = f + "Hours", n[s] = f + "Minutes", n[i] = f + "Seconds", n[r] = f + "Milliseconds", n)[o],
231
- $ = o === a ? this.$D + (e - this.$W) : e;
232
- if (o === c || o === h) {
233
- var y = this.clone().set(d, 1);
234
- y.$d[l]($), y.init(), this.$d = y.set(d, Math.min(this.$D, y.daysInMonth())).$d;
235
- } else l && this.$d[l]($);
236
- return this.init(), this;
237
- }, m.set = function (t, e) {
238
- return this.clone().$set(t, e);
239
- }, m.get = function (t) {
240
- return this[b.p(t)]();
241
- }, m.add = function (r, f) {
242
- var d,
243
- l = this;
244
- r = Number(r);
245
- var $ = b.p(f),
246
- y = function y(t) {
247
- var e = O(l);
248
- return b.w(e.date(e.date() + Math.round(t * r)), l);
249
- };
250
- if ($ === c) return this.set(c, this.$M + r);
251
- if ($ === h) return this.set(h, this.$y + r);
252
- if ($ === a) return y(1);
253
- if ($ === o) return y(7);
254
- var M = (d = {}, d[s] = e, d[u] = n, d[i] = t, d)[$] || 1,
255
- m = this.$d.getTime() + r * M;
256
- return b.w(m, this);
257
- }, m.subtract = function (t, e) {
258
- return this.add(-1 * t, e);
259
- }, m.format = function (t) {
260
- var e = this,
261
- n = this.$locale();
262
- if (!this.isValid()) return n.invalidDate || l;
263
- var r = t || "YYYY-MM-DDTHH:mm:ssZ",
264
- i = b.z(this),
265
- s = this.$H,
266
- u = this.$m,
267
- a = this.$M,
268
- o = n.weekdays,
269
- c = n.months,
270
- f = n.meridiem,
271
- h = function h(t, n, i, s) {
272
- return t && (t[n] || t(e, r)) || i[n].slice(0, s);
273
- },
274
- d = function d(t) {
275
- return b.s(s % 12 || 12, t, "0");
276
- },
277
- $ = f || function (t, e, n) {
278
- var r = t < 12 ? "AM" : "PM";
279
- return n ? r.toLowerCase() : r;
280
- };
281
- return r.replace(y, function (t, r) {
282
- return r || function (t) {
283
- switch (t) {
284
- case "YY":
285
- return String(e.$y).slice(-2);
286
- case "YYYY":
287
- return b.s(e.$y, 4, "0");
288
- case "M":
289
- return a + 1;
290
- case "MM":
291
- return b.s(a + 1, 2, "0");
292
- case "MMM":
293
- return h(n.monthsShort, a, c, 3);
294
- case "MMMM":
295
- return h(c, a);
296
- case "D":
297
- return e.$D;
298
- case "DD":
299
- return b.s(e.$D, 2, "0");
300
- case "d":
301
- return String(e.$W);
302
- case "dd":
303
- return h(n.weekdaysMin, e.$W, o, 2);
304
- case "ddd":
305
- return h(n.weekdaysShort, e.$W, o, 3);
306
- case "dddd":
307
- return o[e.$W];
308
- case "H":
309
- return String(s);
310
- case "HH":
311
- return b.s(s, 2, "0");
312
- case "h":
313
- return d(1);
314
- case "hh":
315
- return d(2);
316
- case "a":
317
- return $(s, u, !0);
318
- case "A":
319
- return $(s, u, !1);
320
- case "m":
321
- return String(u);
322
- case "mm":
323
- return b.s(u, 2, "0");
324
- case "s":
325
- return String(e.$s);
326
- case "ss":
327
- return b.s(e.$s, 2, "0");
328
- case "SSS":
329
- return b.s(e.$ms, 3, "0");
330
- case "Z":
331
- return i;
332
- }
333
- return null;
334
- }(t) || i.replace(":", "");
335
- });
336
- }, m.utcOffset = function () {
337
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
338
- }, m.diff = function (r, d, l) {
339
- var $,
340
- y = this,
341
- M = b.p(d),
342
- m = O(r),
343
- v = (m.utcOffset() - this.utcOffset()) * e,
344
- g = this - m,
345
- D = function D() {
346
- return b.m(y, m);
347
- };
348
- switch (M) {
349
- case h:
350
- $ = D() / 12;
351
- break;
352
- case c:
353
- $ = D();
354
- break;
355
- case f:
356
- $ = D() / 3;
357
- break;
358
- case o:
359
- $ = (g - v) / 6048e5;
360
- break;
361
- case a:
362
- $ = (g - v) / 864e5;
363
- break;
364
- case u:
365
- $ = g / n;
366
- break;
367
- case s:
368
- $ = g / e;
369
- break;
370
- case i:
371
- $ = g / t;
372
- break;
373
- default:
374
- $ = g;
375
- }
376
- return l ? $ : b.a($);
377
- }, m.daysInMonth = function () {
378
- return this.endOf(c).$D;
379
- }, m.$locale = function () {
380
- return D[this.$L];
381
- }, m.locale = function (t, e) {
382
- if (!t) return this.$L;
383
- var n = this.clone(),
384
- r = w(t, e, !0);
385
- return r && (n.$L = r), n;
386
- }, m.clone = function () {
387
- return b.w(this.$d, this);
388
- }, m.toDate = function () {
389
- return new Date(this.valueOf());
390
- }, m.toJSON = function () {
391
- return this.isValid() ? this.toISOString() : null;
392
- }, m.toISOString = function () {
393
- return this.$d.toISOString();
394
- }, m.toString = function () {
395
- return this.$d.toUTCString();
396
- }, M;
397
- }(),
398
- k = _.prototype;
399
- return O.prototype = k, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", c], ["$y", h], ["$D", d]].forEach(function (t) {
400
- k[t[1]] = function (e) {
401
- return this.$g(e, t[0], t[1]);
402
- };
403
- }), O.extend = function (t, e) {
404
- return t.$i || (t(e, _, O), t.$i = !0), O;
405
- }, O.locale = w, O.isDayjs = S, O.unix = function (t) {
406
- return O(1e3 * t);
407
- }, O.en = D[g], O.Ls = D, O.p = {}, O;
408
- });
409
-
410
- /***/ }),
411
-
412
30
  /***/ 258:
413
31
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
414
32
 
@@ -818,73 +436,6 @@ module.exports = function (url, options) {
818
436
 
819
437
  /***/ }),
820
438
 
821
- /***/ 436:
822
- /***/ (function(module, exports, __webpack_require__) {
823
-
824
- var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
825
- !function (e, _) {
826
- "object" == ( false ? 0 : _typeof(exports)) && "undefined" != "object" ? module.exports = _(__webpack_require__(110)) : true ? !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(110)], __WEBPACK_AMD_DEFINE_FACTORY__ = (_),
827
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
828
- (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
829
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : 0;
830
- }(this, function (e) {
831
- "use strict";
832
-
833
- function _(e) {
834
- return e && "object" == _typeof(e) && "default" in e ? e : {
835
- default: e
836
- };
837
- }
838
- var t = _(e),
839
- d = {
840
- name: "zh-cn",
841
- weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
842
- weekdaysShort: "周日_周一_周二_周三_周四_周五_周六".split("_"),
843
- weekdaysMin: "日_一_二_三_四_五_六".split("_"),
844
- months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
845
- monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
846
- ordinal: function ordinal(e, _) {
847
- return "W" === _ ? e + "周" : e + "日";
848
- },
849
- weekStart: 1,
850
- yearStart: 4,
851
- formats: {
852
- LT: "HH:mm",
853
- LTS: "HH:mm:ss",
854
- L: "YYYY/MM/DD",
855
- LL: "YYYY年M月D日",
856
- LLL: "YYYY年M月D日Ah点mm分",
857
- LLLL: "YYYY年M月D日ddddAh点mm分",
858
- l: "YYYY/M/D",
859
- ll: "YYYY年M月D日",
860
- lll: "YYYY年M月D日 HH:mm",
861
- llll: "YYYY年M月D日dddd HH:mm"
862
- },
863
- relativeTime: {
864
- future: "%s内",
865
- past: "%s前",
866
- s: "几秒",
867
- m: "1 分钟",
868
- mm: "%d 分钟",
869
- h: "1 小时",
870
- hh: "%d 小时",
871
- d: "1 天",
872
- dd: "%d 天",
873
- M: "1 个月",
874
- MM: "%d 个月",
875
- y: "1 年",
876
- yy: "%d 年"
877
- },
878
- meridiem: function meridiem(e, _) {
879
- var t = 100 * e + _;
880
- return t < 600 ? "凌晨" : t < 900 ? "早上" : t < 1100 ? "上午" : t < 1300 ? "中午" : t < 1800 ? "下午" : "晚上";
881
- }
882
- };
883
- return t.default.locale(d, null, !0), d;
884
- });
885
-
886
- /***/ }),
887
-
888
439
  /***/ 515:
889
440
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
890
441
 
@@ -904,31 +455,6 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".message-wrapper[data-v-03109883]{disp
904
455
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
905
456
 
906
457
 
907
- /***/ }),
908
-
909
- /***/ 527:
910
- /***/ (function(module, exports, __webpack_require__) {
911
-
912
- var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
913
- !function (e, t) {
914
- "object" == ( false ? 0 : _typeof(exports)) && "undefined" != "object" ? module.exports = t() : true ? !(__WEBPACK_AMD_DEFINE_FACTORY__ = (t),
915
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
916
- (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
917
- __WEBPACK_AMD_DEFINE_FACTORY__),
918
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : 0;
919
- }(this, function () {
920
- "use strict";
921
-
922
- return function (e, t) {
923
- t.prototype.weekday = function (e) {
924
- var t = this.$locale().weekStart || 0,
925
- i = this.$W,
926
- n = (i < t ? i + 7 : i) - t;
927
- return this.$utils().u(e) ? n : this.subtract(n, "day").add(e, "day");
928
- };
929
- };
930
- });
931
-
932
458
  /***/ }),
933
459
 
934
460
  /***/ 601:
@@ -959,6 +485,284 @@ var update = add("506940f9", content, true, {"sourceMap":false,"shadowMode":fals
959
485
 
960
486
  /***/ }),
961
487
 
488
+ /***/ 633:
489
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
490
+
491
+ var _typeof = (__webpack_require__(738)["default"]);
492
+ function _regeneratorRuntime() {
493
+ "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
494
+ module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
495
+ return r;
496
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports;
497
+ var t,
498
+ r = {},
499
+ e = Object.prototype,
500
+ n = e.hasOwnProperty,
501
+ o = "function" == typeof Symbol ? Symbol : {},
502
+ i = o.iterator || "@@iterator",
503
+ a = o.asyncIterator || "@@asyncIterator",
504
+ u = o.toStringTag || "@@toStringTag";
505
+ function c(t, r, e, n) {
506
+ Object.defineProperty(t, r, {
507
+ value: e,
508
+ enumerable: !n,
509
+ configurable: !n,
510
+ writable: !n
511
+ });
512
+ }
513
+ try {
514
+ c({}, "");
515
+ } catch (t) {
516
+ c = function c(t, r, e) {
517
+ return t[r] = e;
518
+ };
519
+ }
520
+ function h(r, e, n, o) {
521
+ var i = e && e.prototype instanceof Generator ? e : Generator,
522
+ a = Object.create(i.prototype);
523
+ return c(a, "_invoke", function (r, e, n) {
524
+ var o = 1;
525
+ return function (i, a) {
526
+ if (3 === o) throw Error("Generator is already running");
527
+ if (4 === o) {
528
+ if ("throw" === i) throw a;
529
+ return {
530
+ value: t,
531
+ done: !0
532
+ };
533
+ }
534
+ for (n.method = i, n.arg = a;;) {
535
+ var u = n.delegate;
536
+ if (u) {
537
+ var c = d(u, n);
538
+ if (c) {
539
+ if (c === f) continue;
540
+ return c;
541
+ }
542
+ }
543
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
544
+ if (1 === o) throw o = 4, n.arg;
545
+ n.dispatchException(n.arg);
546
+ } else "return" === n.method && n.abrupt("return", n.arg);
547
+ o = 3;
548
+ var h = s(r, e, n);
549
+ if ("normal" === h.type) {
550
+ if (o = n.done ? 4 : 2, h.arg === f) continue;
551
+ return {
552
+ value: h.arg,
553
+ done: n.done
554
+ };
555
+ }
556
+ "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
557
+ }
558
+ };
559
+ }(r, n, new Context(o || [])), !0), a;
560
+ }
561
+ function s(t, r, e) {
562
+ try {
563
+ return {
564
+ type: "normal",
565
+ arg: t.call(r, e)
566
+ };
567
+ } catch (t) {
568
+ return {
569
+ type: "throw",
570
+ arg: t
571
+ };
572
+ }
573
+ }
574
+ r.wrap = h;
575
+ var f = {};
576
+ function Generator() {}
577
+ function GeneratorFunction() {}
578
+ function GeneratorFunctionPrototype() {}
579
+ var l = {};
580
+ c(l, i, function () {
581
+ return this;
582
+ });
583
+ var p = Object.getPrototypeOf,
584
+ y = p && p(p(x([])));
585
+ y && y !== e && n.call(y, i) && (l = y);
586
+ var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
587
+ function g(t) {
588
+ ["next", "throw", "return"].forEach(function (r) {
589
+ c(t, r, function (t) {
590
+ return this._invoke(r, t);
591
+ });
592
+ });
593
+ }
594
+ function AsyncIterator(t, r) {
595
+ function e(o, i, a, u) {
596
+ var c = s(t[o], t, i);
597
+ if ("throw" !== c.type) {
598
+ var h = c.arg,
599
+ f = h.value;
600
+ return f && "object" == _typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
601
+ e("next", t, a, u);
602
+ }, function (t) {
603
+ e("throw", t, a, u);
604
+ }) : r.resolve(f).then(function (t) {
605
+ h.value = t, a(h);
606
+ }, function (t) {
607
+ return e("throw", t, a, u);
608
+ });
609
+ }
610
+ u(c.arg);
611
+ }
612
+ var o;
613
+ c(this, "_invoke", function (t, n) {
614
+ function i() {
615
+ return new r(function (r, o) {
616
+ e(t, n, r, o);
617
+ });
618
+ }
619
+ return o = o ? o.then(i, i) : i();
620
+ }, !0);
621
+ }
622
+ function d(r, e) {
623
+ var n = e.method,
624
+ o = r.i[n];
625
+ if (o === t) return e.delegate = null, "throw" === n && r.i["return"] && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f;
626
+ var i = s(o, r.i, e.arg);
627
+ if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
628
+ var a = i.arg;
629
+ return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f);
630
+ }
631
+ function w(t) {
632
+ this.tryEntries.push(t);
633
+ }
634
+ function m(r) {
635
+ var e = r[4] || {};
636
+ e.type = "normal", e.arg = t, r[4] = e;
637
+ }
638
+ function Context(t) {
639
+ this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
640
+ }
641
+ function x(r) {
642
+ if (null != r) {
643
+ var e = r[i];
644
+ if (e) return e.call(r);
645
+ if ("function" == typeof r.next) return r;
646
+ if (!isNaN(r.length)) {
647
+ var o = -1,
648
+ a = function e() {
649
+ for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
650
+ return e.value = t, e.done = !0, e;
651
+ };
652
+ return a.next = a;
653
+ }
654
+ }
655
+ throw new TypeError(_typeof(r) + " is not iterable");
656
+ }
657
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
658
+ var r = "function" == typeof t && t.constructor;
659
+ return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
660
+ }, r.mark = function (t) {
661
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
662
+ }, r.awrap = function (t) {
663
+ return {
664
+ __await: t
665
+ };
666
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
667
+ return this;
668
+ }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
669
+ void 0 === i && (i = Promise);
670
+ var a = new AsyncIterator(h(t, e, n, o), i);
671
+ return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
672
+ return t.done ? t.value : a.next();
673
+ });
674
+ }, g(v), c(v, u, "Generator"), c(v, i, function () {
675
+ return this;
676
+ }), c(v, "toString", function () {
677
+ return "[object Generator]";
678
+ }), r.keys = function (t) {
679
+ var r = Object(t),
680
+ e = [];
681
+ for (var n in r) e.unshift(n);
682
+ return function t() {
683
+ for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
684
+ return t.done = !0, t;
685
+ };
686
+ }, r.values = x, Context.prototype = {
687
+ constructor: Context,
688
+ reset: function reset(r) {
689
+ if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t);
690
+ },
691
+ stop: function stop() {
692
+ this.done = !0;
693
+ var t = this.tryEntries[0][4];
694
+ if ("throw" === t.type) throw t.arg;
695
+ return this.rval;
696
+ },
697
+ dispatchException: function dispatchException(r) {
698
+ if (this.done) throw r;
699
+ var e = this;
700
+ function n(t) {
701
+ a.type = "throw", a.arg = r, e.next = t;
702
+ }
703
+ for (var o = e.tryEntries.length - 1; o >= 0; --o) {
704
+ var i = this.tryEntries[o],
705
+ a = i[4],
706
+ u = this.prev,
707
+ c = i[1],
708
+ h = i[2];
709
+ if (-1 === i[0]) return n("end"), !1;
710
+ if (!c && !h) throw Error("try statement without catch or finally");
711
+ if (null != i[0] && i[0] <= u) {
712
+ if (u < c) return this.method = "next", this.arg = t, n(c), !0;
713
+ if (u < h) return n(h), !1;
714
+ }
715
+ }
716
+ },
717
+ abrupt: function abrupt(t, r) {
718
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
719
+ var n = this.tryEntries[e];
720
+ if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
721
+ var o = n;
722
+ break;
723
+ }
724
+ }
725
+ o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
726
+ var i = o ? o[4] : {};
727
+ return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
728
+ },
729
+ complete: function complete(t, r) {
730
+ if ("throw" === t.type) throw t.arg;
731
+ return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f;
732
+ },
733
+ finish: function finish(t) {
734
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
735
+ var e = this.tryEntries[r];
736
+ if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
737
+ }
738
+ },
739
+ "catch": function _catch(t) {
740
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
741
+ var e = this.tryEntries[r];
742
+ if (e[0] === t) {
743
+ var n = e[4];
744
+ if ("throw" === n.type) {
745
+ var o = n.arg;
746
+ m(e);
747
+ }
748
+ return o;
749
+ }
750
+ }
751
+ throw Error("illegal catch attempt");
752
+ },
753
+ delegateYield: function delegateYield(r, e, n) {
754
+ return this.delegate = {
755
+ i: x(r),
756
+ r: e,
757
+ n: n
758
+ }, "next" === this.method && (this.arg = t), f;
759
+ }
760
+ }, r;
761
+ }
762
+ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
763
+
764
+ /***/ }),
765
+
962
766
  /***/ 671:
963
767
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
964
768
 
@@ -973,6 +777,44 @@ module.exports = __webpack_require__.p + "img/icon4.cae3c66c.png";
973
777
  "use strict";
974
778
  module.exports = "data:image/png;base64,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";
975
779
 
780
+ /***/ }),
781
+
782
+ /***/ 738:
783
+ /***/ (function(module) {
784
+
785
+ function _typeof(o) {
786
+ "@babel/helpers - typeof";
787
+
788
+ return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
789
+ return typeof o;
790
+ } : function (o) {
791
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
792
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
793
+ }
794
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
795
+
796
+ /***/ }),
797
+
798
+ /***/ 756:
799
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
800
+
801
+ // TODO(Babel 8): Remove this file.
802
+
803
+ var runtime = __webpack_require__(633)();
804
+ module.exports = runtime;
805
+
806
+ // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
807
+ try {
808
+ regeneratorRuntime = runtime;
809
+ } catch (accidentalStrictMode) {
810
+ if (typeof globalThis === "object") {
811
+ globalThis.regeneratorRuntime = runtime;
812
+ } else {
813
+ Function("r", "regeneratorRuntime = r")(runtime);
814
+ }
815
+ }
816
+
817
+
976
818
  /***/ }),
977
819
 
978
820
  /***/ 780:
@@ -1314,7 +1156,7 @@ window && (window.CryptoJSTest = CryptoJS);
1314
1156
  /******/ };
1315
1157
  /******/
1316
1158
  /******/ // Execute the module function
1317
- /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
1159
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
1318
1160
  /******/
1319
1161
  /******/ // Return the exports of the module
1320
1162
  /******/ return module.exports;
@@ -1510,6 +1352,79 @@ var staticRenderFns = [function () {
1510
1352
 
1511
1353
  ;// ./package/SpeechRecognition/index.vue?vue&type=template&id=0c23a6db&scoped=true
1512
1354
 
1355
+ ;// ./node_modules/@babel/runtime/helpers/esm/typeof.js
1356
+ function typeof_typeof(o) {
1357
+ "@babel/helpers - typeof";
1358
+
1359
+ return typeof_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1360
+ return typeof o;
1361
+ } : function (o) {
1362
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1363
+ }, typeof_typeof(o);
1364
+ }
1365
+
1366
+ ;// ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1367
+
1368
+ function toPrimitive(t, r) {
1369
+ if ("object" != typeof_typeof(t) || !t) return t;
1370
+ var e = t[Symbol.toPrimitive];
1371
+ if (void 0 !== e) {
1372
+ var i = e.call(t, r || "default");
1373
+ if ("object" != typeof_typeof(i)) return i;
1374
+ throw new TypeError("@@toPrimitive must return a primitive value.");
1375
+ }
1376
+ return ("string" === r ? String : Number)(t);
1377
+ }
1378
+
1379
+ ;// ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1380
+
1381
+
1382
+ function toPropertyKey(t) {
1383
+ var i = toPrimitive(t, "string");
1384
+ return "symbol" == typeof_typeof(i) ? i : i + "";
1385
+ }
1386
+
1387
+ ;// ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
1388
+
1389
+ function _defineProperty(e, r, t) {
1390
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
1391
+ value: t,
1392
+ enumerable: !0,
1393
+ configurable: !0,
1394
+ writable: !0
1395
+ }) : e[r] = t, e;
1396
+ }
1397
+
1398
+ ;// ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
1399
+ function asyncGeneratorStep(n, t, e, r, o, a, c) {
1400
+ try {
1401
+ var i = n[a](c),
1402
+ u = i.value;
1403
+ } catch (n) {
1404
+ return void e(n);
1405
+ }
1406
+ i.done ? t(u) : Promise.resolve(u).then(r, o);
1407
+ }
1408
+ function _asyncToGenerator(n) {
1409
+ return function () {
1410
+ var t = this,
1411
+ e = arguments;
1412
+ return new Promise(function (r, o) {
1413
+ var a = n.apply(t, e);
1414
+ function _next(n) {
1415
+ asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
1416
+ }
1417
+ function _throw(n) {
1418
+ asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
1419
+ }
1420
+ _next(void 0);
1421
+ });
1422
+ };
1423
+ }
1424
+
1425
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
1426
+ var regenerator = __webpack_require__(756);
1427
+ var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
1513
1428
  // EXTERNAL MODULE: ./package/SpeechRecognition/utils/speech/cryptojs.js
1514
1429
  var cryptojs = __webpack_require__(950);
1515
1430
  ;// ./package/SpeechRecognition/utils/speech/getSignature.js
@@ -1546,19 +1461,71 @@ function signCallback(signStr) {
1546
1461
  /* harmony default export */ var getSignature = (signCallback);
1547
1462
 
1548
1463
  /** 获取签名 end */
1464
+ ;// ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
1465
+ function _classCallCheck(a, n) {
1466
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
1467
+ }
1468
+
1469
+ ;// ./node_modules/@babel/runtime/helpers/esm/createClass.js
1470
+
1471
+ function _defineProperties(e, r) {
1472
+ for (var t = 0; t < r.length; t++) {
1473
+ var o = r[t];
1474
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
1475
+ }
1476
+ }
1477
+ function _createClass(e, r, t) {
1478
+ return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
1479
+ writable: !1
1480
+ }), e;
1481
+ }
1482
+
1483
+ ;// ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1484
+ function _arrayLikeToArray(r, a) {
1485
+ (null == a || a > r.length) && (a = r.length);
1486
+ for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
1487
+ return n;
1488
+ }
1489
+
1490
+ ;// ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1491
+
1492
+ function _arrayWithoutHoles(r) {
1493
+ if (Array.isArray(r)) return _arrayLikeToArray(r);
1494
+ }
1495
+
1496
+ ;// ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1497
+ function _iterableToArray(r) {
1498
+ if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
1499
+ }
1500
+
1501
+ ;// ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1502
+
1503
+ function _unsupportedIterableToArray(r, a) {
1504
+ if (r) {
1505
+ if ("string" == typeof r) return _arrayLikeToArray(r, a);
1506
+ var t = {}.toString.call(r).slice(8, -1);
1507
+ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
1508
+ }
1509
+ }
1510
+
1511
+ ;// ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1512
+ function _nonIterableSpread() {
1513
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1514
+ }
1515
+
1516
+ ;// ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1517
+
1518
+
1519
+
1520
+
1521
+ function toConsumableArray_toConsumableArray(r) {
1522
+ return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
1523
+ }
1524
+
1549
1525
  ;// ./package/SpeechRecognition/utils/speech/webrecorder.js
1550
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
1551
- function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
1552
- function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
1553
- function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
1554
- function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
1555
- function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
1556
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
1557
- function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1558
- function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
1559
- function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
1560
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
1561
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1526
+
1527
+
1528
+
1562
1529
  var audioWorkletCode = "\nclass MyProcessor extends AudioWorkletProcessor {\n constructor(options) {\n super(options);\n this.audioData = [];\n this.nextUpdateFrame = 40;\n }\n\n get intervalInFrames() {\n return 200 / 1000 * sampleRate;\n }\n\n process(inputs) {\n // \u53BB\u5904\u7406\u97F3\u9891\u6570\u636E\n // eslint-disable-next-line no-undef\n if (inputs[0][0]) {\n const output = ".concat(to16kHz, "(inputs[0][0], sampleRate);\n const audioData = ").concat(to16BitPCM, "(output);\n const data = [...new Int8Array(audioData.buffer)];\n this.audioData = this.audioData.concat(data);\n this.nextUpdateFrame -= inputs[0][0].length;\n if (this.nextUpdateFrame < 0) {\n this.nextUpdateFrame += this.intervalInFrames;\n this.port.postMessage({\n audioData: new Int8Array(this.audioData)\n });\n this.audioData = [];\n }\n return true;\n }\n }\n}\n\nregisterProcessor('my-processor', MyProcessor);\n");
1563
1530
  var audioWorkletBlobURL = window.URL.createObjectURL(new Blob([audioWorkletCode], {
1564
1531
  type: 'text/javascript'
@@ -1687,7 +1654,7 @@ var WebRecorder = /*#__PURE__*/function () {
1687
1654
  var inputData = e.inputBuffer.getChannelData(0);
1688
1655
  var output = to16kHz(inputData, _this.audioContext.sampleRate);
1689
1656
  var audioData = to16BitPCM(output);
1690
- (_this$audioData = _this.audioData).push.apply(_this$audioData, _toConsumableArray(new Int8Array(audioData.buffer)));
1657
+ (_this$audioData = _this.audioData).push.apply(_this$audioData, toConsumableArray_toConsumableArray(new Int8Array(audioData.buffer)));
1691
1658
  if (_this.audioData.length > 6400) {
1692
1659
  var audioDataArray = new Int8Array(_this.audioData);
1693
1660
  _this.OnReceivedData(audioDataArray);
@@ -1736,29 +1703,67 @@ var WebRecorder = /*#__PURE__*/function () {
1736
1703
  }();
1737
1704
 
1738
1705
  window && (window.WebRecorder = WebRecorder);
1706
+ ;// ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
1707
+ function _arrayWithHoles(r) {
1708
+ if (Array.isArray(r)) return r;
1709
+ }
1710
+
1711
+ ;// ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
1712
+ function _iterableToArrayLimit(r, l) {
1713
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1714
+ if (null != t) {
1715
+ var e,
1716
+ n,
1717
+ i,
1718
+ u,
1719
+ a = [],
1720
+ f = !0,
1721
+ o = !1;
1722
+ try {
1723
+ if (i = (t = t.call(r)).next, 0 === l) {
1724
+ if (Object(t) !== t) return;
1725
+ f = !1;
1726
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
1727
+ } catch (r) {
1728
+ o = !0, n = r;
1729
+ } finally {
1730
+ try {
1731
+ if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
1732
+ } finally {
1733
+ if (o) throw n;
1734
+ }
1735
+ }
1736
+ return a;
1737
+ }
1738
+ }
1739
+
1740
+ ;// ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
1741
+ function _nonIterableRest() {
1742
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1743
+ }
1744
+
1745
+ ;// ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
1746
+
1747
+
1748
+
1749
+
1750
+ function _slicedToArray(r, e) {
1751
+ return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
1752
+ }
1753
+
1739
1754
  ;// ./package/SpeechRecognition/utils/speech/speechrecognizer.js
1740
- function speechrecognizer_typeof(o) { "@babel/helpers - typeof"; return speechrecognizer_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, speechrecognizer_typeof(o); }
1741
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || speechrecognizer_unsupportedIterableToArray(r, e) || _nonIterableRest(); }
1742
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
1743
- function speechrecognizer_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return speechrecognizer_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? speechrecognizer_arrayLikeToArray(r, a) : void 0; } }
1744
- function speechrecognizer_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
1745
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
1746
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
1755
+
1756
+
1757
+
1758
+
1759
+
1747
1760
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1748
1761
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1749
- function _defineProperty(e, r, t) { return (r = speechrecognizer_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
1750
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return r; }; 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"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == speechrecognizer_typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(speechrecognizer_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, catch: function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
1751
- function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
1752
- function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
1753
- function speechrecognizer_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1754
- function speechrecognizer_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, speechrecognizer_toPropertyKey(o.key), o); } }
1755
- function speechrecognizer_createClass(e, r, t) { return r && speechrecognizer_defineProperties(e.prototype, r), t && speechrecognizer_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
1756
- function speechrecognizer_toPropertyKey(t) { var i = speechrecognizer_toPrimitive(t, "string"); return "symbol" == speechrecognizer_typeof(i) ? i : i + ""; }
1757
- function speechrecognizer_toPrimitive(t, r) { if ("object" != speechrecognizer_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != speechrecognizer_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1762
+
1758
1763
 
1759
1764
  var NewCredential = /*#__PURE__*/function () {
1760
1765
  function NewCredential(query) {
1761
- speechrecognizer_classCallCheck(this, NewCredential);
1766
+ _classCallCheck(this, NewCredential);
1762
1767
  this.config = {
1763
1768
  appid: query.appid,
1764
1769
  secretid: query.secretid,
@@ -1766,7 +1771,7 @@ var NewCredential = /*#__PURE__*/function () {
1766
1771
  };
1767
1772
  this.query = query || null;
1768
1773
  }
1769
- return speechrecognizer_createClass(NewCredential, [{
1774
+ return _createClass(NewCredential, [{
1770
1775
  key: "formatSignString",
1771
1776
  value: function formatSignString(params) {
1772
1777
  var strParam = '';
@@ -1786,14 +1791,14 @@ var NewCredential = /*#__PURE__*/function () {
1786
1791
  }, {
1787
1792
  key: "createQuery",
1788
1793
  value: function () {
1789
- var _createQuery = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
1794
+ var _createQuery = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee2() {
1790
1795
  var params, time, guid, getServerTime, _getServerTime, serverTime;
1791
- return _regeneratorRuntime().wrap(function _callee2$(_context2) {
1796
+ return regenerator_default().wrap(function _callee2$(_context2) {
1792
1797
  while (1) switch (_context2.prev = _context2.next) {
1793
1798
  case 0:
1794
1799
  _getServerTime = function _getServerTime3() {
1795
- _getServerTime = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
1796
- return _regeneratorRuntime().wrap(function _callee$(_context) {
1800
+ _getServerTime = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee() {
1801
+ return regenerator_default().wrap(function _callee$(_context) {
1797
1802
  while (1) switch (_context.prev = _context.next) {
1798
1803
  case 0:
1799
1804
  return _context.abrupt("return", new Promise(function (resolve, reject) {
@@ -1868,9 +1873,9 @@ var NewCredential = /*#__PURE__*/function () {
1868
1873
  }, {
1869
1874
  key: "getSignStr",
1870
1875
  value: function () {
1871
- var _getSignStr = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
1876
+ var _getSignStr = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee3() {
1872
1877
  var queryStr;
1873
- return _regeneratorRuntime().wrap(function _callee3$(_context3) {
1878
+ return regenerator_default().wrap(function _callee3$(_context3) {
1874
1879
  while (1) switch (_context3.prev = _context3.next) {
1875
1880
  case 0:
1876
1881
  _context3.next = 2;
@@ -1893,7 +1898,7 @@ var NewCredential = /*#__PURE__*/function () {
1893
1898
  }();
1894
1899
  var SpeechRecognizer = /*#__PURE__*/function () {
1895
1900
  function SpeechRecognizer(params) {
1896
- speechrecognizer_classCallCheck(this, SpeechRecognizer);
1901
+ _classCallCheck(this, SpeechRecognizer);
1897
1902
  this.appid = params.appid || '';
1898
1903
  this.secretid = params.secretid || '';
1899
1904
  this.socket = null;
@@ -1905,7 +1910,7 @@ var SpeechRecognizer = /*#__PURE__*/function () {
1905
1910
  this.isRecognizeComplete = false; // 当前是否识别结束
1906
1911
  }
1907
1912
  // 暂停识别,关闭连接
1908
- return speechrecognizer_createClass(SpeechRecognizer, [{
1913
+ return _createClass(SpeechRecognizer, [{
1909
1914
  key: "stop",
1910
1915
  value: function stop() {
1911
1916
  if (this.socket && this.socket.readyState === 1) {
@@ -1923,9 +1928,9 @@ var SpeechRecognizer = /*#__PURE__*/function () {
1923
1928
  }, {
1924
1929
  key: "getUrl",
1925
1930
  value: function () {
1926
- var _getUrl = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4() {
1931
+ var _getUrl = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee4() {
1927
1932
  var asr, signStr;
1928
- return _regeneratorRuntime().wrap(function _callee4$(_context4) {
1933
+ return regenerator_default().wrap(function _callee4$(_context4) {
1929
1934
  while (1) switch (_context4.prev = _context4.next) {
1930
1935
  case 0:
1931
1936
  // if (!this.appid || !this.secretid) {
@@ -1952,10 +1957,10 @@ var SpeechRecognizer = /*#__PURE__*/function () {
1952
1957
  }, {
1953
1958
  key: "start",
1954
1959
  value: function () {
1955
- var _start = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee5() {
1960
+ var _start = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee5() {
1956
1961
  var _this = this;
1957
1962
  var url, self, TIConfig, servicepath, headers, urlParams;
1958
- return _regeneratorRuntime().wrap(function _callee5$(_context5) {
1963
+ return regenerator_default().wrap(function _callee5$(_context5) {
1959
1964
  while (1) switch (_context5.prev = _context5.next) {
1960
1965
  case 0:
1961
1966
  _context5.next = 2;
@@ -2126,17 +2131,13 @@ var SpeechRecognizer = /*#__PURE__*/function () {
2126
2131
 
2127
2132
  window && (window.SpeechRecognizer = SpeechRecognizer);
2128
2133
  ;// ./package/SpeechRecognition/utils/speech/webaudiospeechrecognizer.js
2129
- function webaudiospeechrecognizer_typeof(o) { "@babel/helpers - typeof"; return webaudiospeechrecognizer_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, webaudiospeechrecognizer_typeof(o); }
2130
- function webaudiospeechrecognizer_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2131
- function webaudiospeechrecognizer_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, webaudiospeechrecognizer_toPropertyKey(o.key), o); } }
2132
- function webaudiospeechrecognizer_createClass(e, r, t) { return r && webaudiospeechrecognizer_defineProperties(e.prototype, r), t && webaudiospeechrecognizer_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2133
- function webaudiospeechrecognizer_toPropertyKey(t) { var i = webaudiospeechrecognizer_toPrimitive(t, "string"); return "symbol" == webaudiospeechrecognizer_typeof(i) ? i : i + ""; }
2134
- function webaudiospeechrecognizer_toPrimitive(t, r) { if ("object" != webaudiospeechrecognizer_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != webaudiospeechrecognizer_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2134
+
2135
+
2135
2136
 
2136
2137
 
2137
2138
  var WebAudioSpeechRecognizer = /*#__PURE__*/function () {
2138
2139
  function WebAudioSpeechRecognizer(params) {
2139
- webaudiospeechrecognizer_classCallCheck(this, WebAudioSpeechRecognizer);
2140
+ _classCallCheck(this, WebAudioSpeechRecognizer);
2140
2141
  this.params = params;
2141
2142
  this.recorder = null;
2142
2143
  this.speechRecognizer = null;
@@ -2144,7 +2145,7 @@ var WebAudioSpeechRecognizer = /*#__PURE__*/function () {
2144
2145
  this.audioData = [];
2145
2146
  this.timer = null;
2146
2147
  }
2147
- return webaudiospeechrecognizer_createClass(WebAudioSpeechRecognizer, [{
2148
+ return _createClass(WebAudioSpeechRecognizer, [{
2148
2149
  key: "start",
2149
2150
  value: function start() {
2150
2151
  var _this = this;
@@ -2482,13 +2483,8 @@ function bind(fn, thisArg) {
2482
2483
  ;// ./node_modules/axios/lib/utils.js
2483
2484
 
2484
2485
 
2485
- function utils_slicedToArray(r, e) { return utils_arrayWithHoles(r) || utils_iterableToArrayLimit(r, e) || utils_unsupportedIterableToArray(r, e) || utils_nonIterableRest(); }
2486
- function utils_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
2487
- function utils_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return utils_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? utils_arrayLikeToArray(r, a) : void 0; } }
2488
- function utils_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
2489
- function utils_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
2490
- function utils_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
2491
- function utils_typeof(o) { "@babel/helpers - typeof"; return utils_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, utils_typeof(o); }
2486
+
2487
+
2492
2488
 
2493
2489
 
2494
2490
  // utils is a library of generic helper functions non-specific to axios
@@ -2511,7 +2507,7 @@ var kindOfTest = function kindOfTest(type) {
2511
2507
  };
2512
2508
  var typeOfTest = function typeOfTest(type) {
2513
2509
  return function (thing) {
2514
- return utils_typeof(thing) === type;
2510
+ return typeof_typeof(thing) === type;
2515
2511
  };
2516
2512
  };
2517
2513
 
@@ -2604,7 +2600,7 @@ var isNumber = typeOfTest('number');
2604
2600
  * @returns {boolean} True if value is an Object, otherwise false
2605
2601
  */
2606
2602
  var isObject = function isObject(thing) {
2607
- return thing !== null && utils_typeof(thing) === 'object';
2603
+ return thing !== null && typeof_typeof(thing) === 'object';
2608
2604
  };
2609
2605
 
2610
2606
  /**
@@ -2702,7 +2698,7 @@ var isFormData = function isFormData(thing) {
2702
2698
  */
2703
2699
  var isURLSearchParams = kindOfTest('URLSearchParams');
2704
2700
  var _map = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest),
2705
- _map2 = utils_slicedToArray(_map, 4),
2701
+ _map2 = _slicedToArray(_map, 4),
2706
2702
  isReadableStream = _map2[0],
2707
2703
  isRequest = _map2[1],
2708
2704
  isResponse = _map2[2],
@@ -2746,7 +2742,7 @@ function forEach(obj, fn) {
2746
2742
  var l;
2747
2743
 
2748
2744
  // Force an array if not already something iterable
2749
- if (utils_typeof(obj) !== 'object') {
2745
+ if (typeof_typeof(obj) !== 'object') {
2750
2746
  /*eslint no-param-reassign:0*/
2751
2747
  obj = [obj];
2752
2748
  }
@@ -3298,7 +3294,7 @@ AxiosError.from = function (error, code, config, request, response, customProps)
3298
3294
  ;// ./node_modules/axios/lib/helpers/toFormData.js
3299
3295
 
3300
3296
 
3301
- function toFormData_typeof(o) { "@babel/helpers - typeof"; return toFormData_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, toFormData_typeof(o); }
3297
+
3302
3298
 
3303
3299
 
3304
3300
  // temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored
@@ -3434,7 +3430,7 @@ function toFormData(obj, formData, options) {
3434
3430
  */
3435
3431
  function defaultVisitor(value, key, path) {
3436
3432
  var arr = value;
3437
- if (value && !path && toFormData_typeof(value) === 'object') {
3433
+ if (value && !path && typeof_typeof(value) === 'object') {
3438
3434
  if (utils.endsWith(key, '{}')) {
3439
3435
  // eslint-disable-next-line no-param-reassign
3440
3436
  key = metaTokens ? key : key.slice(0, -2);
@@ -3594,16 +3590,12 @@ function buildURL(url, params, options) {
3594
3590
  ;// ./node_modules/axios/lib/core/InterceptorManager.js
3595
3591
 
3596
3592
 
3597
- function InterceptorManager_typeof(o) { "@babel/helpers - typeof"; return InterceptorManager_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, InterceptorManager_typeof(o); }
3598
- function InterceptorManager_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
3599
- function InterceptorManager_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, InterceptorManager_toPropertyKey(o.key), o); } }
3600
- function InterceptorManager_createClass(e, r, t) { return r && InterceptorManager_defineProperties(e.prototype, r), t && InterceptorManager_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
3601
- function InterceptorManager_toPropertyKey(t) { var i = InterceptorManager_toPrimitive(t, "string"); return "symbol" == InterceptorManager_typeof(i) ? i : i + ""; }
3602
- function InterceptorManager_toPrimitive(t, r) { if ("object" != InterceptorManager_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != InterceptorManager_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3593
+
3594
+
3603
3595
 
3604
3596
  var InterceptorManager = /*#__PURE__*/function () {
3605
3597
  function InterceptorManager() {
3606
- InterceptorManager_classCallCheck(this, InterceptorManager);
3598
+ _classCallCheck(this, InterceptorManager);
3607
3599
  this.handlers = [];
3608
3600
  }
3609
3601
 
@@ -3615,7 +3607,7 @@ var InterceptorManager = /*#__PURE__*/function () {
3615
3607
  *
3616
3608
  * @return {Number} An ID used to remove interceptor later
3617
3609
  */
3618
- return InterceptorManager_createClass(InterceptorManager, [{
3610
+ return _createClass(InterceptorManager, [{
3619
3611
  key: "use",
3620
3612
  value: function use(fulfilled, rejected, options) {
3621
3613
  this.handlers.push({
@@ -3712,9 +3704,9 @@ var InterceptorManager = /*#__PURE__*/function () {
3712
3704
  protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
3713
3705
  });
3714
3706
  ;// ./node_modules/axios/lib/platform/common/utils.js
3715
- function common_utils_typeof(o) { "@babel/helpers - typeof"; return common_utils_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, common_utils_typeof(o); }
3707
+
3716
3708
  var hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
3717
- var _navigator = (typeof navigator === "undefined" ? "undefined" : common_utils_typeof(navigator)) === 'object' && navigator || undefined;
3709
+ var _navigator = (typeof navigator === "undefined" ? "undefined" : typeof_typeof(navigator)) === 'object' && navigator || undefined;
3718
3710
 
3719
3711
  /**
3720
3712
  * Determine if we're running in a standard browser environment
@@ -3752,12 +3744,9 @@ var hasStandardBrowserWebWorkerEnv = function () {
3752
3744
  var origin = hasBrowserEnv && window.location.href || 'http://localhost';
3753
3745
 
3754
3746
  ;// ./node_modules/axios/lib/platform/index.js
3755
- function platform_typeof(o) { "@babel/helpers - typeof"; return platform_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, platform_typeof(o); }
3747
+
3756
3748
  function platform_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3757
- function platform_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? platform_ownKeys(Object(t), !0).forEach(function (r) { platform_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : platform_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3758
- function platform_defineProperty(e, r, t) { return (r = platform_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3759
- function platform_toPropertyKey(t) { var i = platform_toPrimitive(t, "string"); return "symbol" == platform_typeof(i) ? i : i + ""; }
3760
- function platform_toPrimitive(t, r) { if ("object" != platform_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != platform_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3749
+ function platform_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? platform_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : platform_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3761
3750
 
3762
3751
 
3763
3752
  /* harmony default export */ var platform = (platform_objectSpread(platform_objectSpread({}, common_utils_namespaceObject), browser));
@@ -4037,23 +4026,13 @@ var ignoreDuplicateOf = utils.toObjectSet(['age', 'authorization', 'content-leng
4037
4026
  ;// ./node_modules/axios/lib/core/AxiosHeaders.js
4038
4027
 
4039
4028
 
4040
- function AxiosHeaders_typeof(o) { "@babel/helpers - typeof"; return AxiosHeaders_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, AxiosHeaders_typeof(o); }
4041
- function AxiosHeaders_slicedToArray(r, e) { return AxiosHeaders_arrayWithHoles(r) || AxiosHeaders_iterableToArrayLimit(r, e) || AxiosHeaders_unsupportedIterableToArray(r, e) || AxiosHeaders_nonIterableRest(); }
4042
- function AxiosHeaders_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4043
- function AxiosHeaders_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
4044
- function AxiosHeaders_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4045
- function AxiosHeaders_toConsumableArray(r) { return AxiosHeaders_arrayWithoutHoles(r) || AxiosHeaders_iterableToArray(r) || AxiosHeaders_unsupportedIterableToArray(r) || AxiosHeaders_nonIterableSpread(); }
4046
- function AxiosHeaders_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4047
- function AxiosHeaders_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
4048
- function AxiosHeaders_arrayWithoutHoles(r) { if (Array.isArray(r)) return AxiosHeaders_arrayLikeToArray(r); }
4029
+
4030
+
4031
+
4032
+
4049
4033
  function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = AxiosHeaders_unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
4050
4034
  function AxiosHeaders_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return AxiosHeaders_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? AxiosHeaders_arrayLikeToArray(r, a) : void 0; } }
4051
4035
  function AxiosHeaders_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
4052
- function AxiosHeaders_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
4053
- function AxiosHeaders_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, AxiosHeaders_toPropertyKey(o.key), o); } }
4054
- function AxiosHeaders_createClass(e, r, t) { return r && AxiosHeaders_defineProperties(e.prototype, r), t && AxiosHeaders_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
4055
- function AxiosHeaders_toPropertyKey(t) { var i = AxiosHeaders_toPrimitive(t, "string"); return "symbol" == AxiosHeaders_typeof(i) ? i : i + ""; }
4056
- function AxiosHeaders_toPrimitive(t, r) { if ("object" != AxiosHeaders_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != AxiosHeaders_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4057
4036
 
4058
4037
 
4059
4038
  var $internals = Symbol('internals');
@@ -4111,10 +4090,10 @@ function buildAccessors(obj, header) {
4111
4090
  }
4112
4091
  var AxiosHeaders = /*#__PURE__*/function () {
4113
4092
  function AxiosHeaders(headers) {
4114
- AxiosHeaders_classCallCheck(this, AxiosHeaders);
4093
+ _classCallCheck(this, AxiosHeaders);
4115
4094
  headers && this.set(headers);
4116
4095
  }
4117
- return AxiosHeaders_createClass(AxiosHeaders, [{
4096
+ return _createClass(AxiosHeaders, [{
4118
4097
  key: "set",
4119
4098
  value: function set(header, valueOrRewrite, rewrite) {
4120
4099
  var self = this;
@@ -4149,7 +4128,7 @@ var AxiosHeaders = /*#__PURE__*/function () {
4149
4128
  if (!utils.isArray(entry)) {
4150
4129
  throw TypeError('Object iterator must return a key-value pair');
4151
4130
  }
4152
- obj[key = entry[0]] = (dest = obj[key]) ? utils.isArray(dest) ? [].concat(AxiosHeaders_toConsumableArray(dest), [entry[1]]) : [dest, entry[1]] : entry[1];
4131
+ obj[key = entry[0]] = (dest = obj[key]) ? utils.isArray(dest) ? [].concat(toConsumableArray_toConsumableArray(dest), [entry[1]]) : [dest, entry[1]] : entry[1];
4153
4132
  }
4154
4133
  } catch (err) {
4155
4134
  _iterator.e(err);
@@ -4281,7 +4260,7 @@ var AxiosHeaders = /*#__PURE__*/function () {
4281
4260
  key: "toString",
4282
4261
  value: function toString() {
4283
4262
  return Object.entries(this.toJSON()).map(function (_ref) {
4284
- var _ref2 = AxiosHeaders_slicedToArray(_ref, 2),
4263
+ var _ref2 = _slicedToArray(_ref, 2),
4285
4264
  header = _ref2[0],
4286
4265
  value = _ref2[1];
4287
4266
  return header + ': ' + value;
@@ -4526,10 +4505,7 @@ function throttle(fn, freq) {
4526
4505
  }
4527
4506
  /* harmony default export */ var helpers_throttle = (throttle);
4528
4507
  ;// ./node_modules/axios/lib/helpers/progressEventReducer.js
4529
- function progressEventReducer_typeof(o) { "@babel/helpers - typeof"; return progressEventReducer_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, progressEventReducer_typeof(o); }
4530
- function progressEventReducer_defineProperty(e, r, t) { return (r = progressEventReducer_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
4531
- function progressEventReducer_toPropertyKey(t) { var i = progressEventReducer_toPrimitive(t, "string"); return "symbol" == progressEventReducer_typeof(i) ? i : i + ""; }
4532
- function progressEventReducer_toPrimitive(t, r) { if ("object" != progressEventReducer_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != progressEventReducer_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4508
+
4533
4509
 
4534
4510
 
4535
4511
 
@@ -4544,7 +4520,7 @@ var progressEventReducer = function progressEventReducer(listener, isDownloadStr
4544
4520
  var rate = _speedometer(progressBytes);
4545
4521
  var inRange = loaded <= total;
4546
4522
  bytesNotified = loaded;
4547
- var data = progressEventReducer_defineProperty({
4523
+ var data = _defineProperty({
4548
4524
  loaded: loaded,
4549
4525
  total: total,
4550
4526
  progress: total ? loaded / total : undefined,
@@ -4577,6 +4553,15 @@ var asyncDecorator = function asyncDecorator(fn) {
4577
4553
  });
4578
4554
  };
4579
4555
  };
4556
+ ;// ./node_modules/@babel/runtime/helpers/esm/toArray.js
4557
+
4558
+
4559
+
4560
+
4561
+ function _toArray(r) {
4562
+ return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
4563
+ }
4564
+
4580
4565
  ;// ./node_modules/axios/lib/helpers/isURLSameOrigin.js
4581
4566
 
4582
4567
  /* harmony default export */ var isURLSameOrigin = (platform.hasStandardBrowserEnv ? function (origin, isMSIE) {
@@ -4673,12 +4658,9 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
4673
4658
  ;// ./node_modules/axios/lib/core/mergeConfig.js
4674
4659
 
4675
4660
 
4676
- function mergeConfig_typeof(o) { "@babel/helpers - typeof"; return mergeConfig_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, mergeConfig_typeof(o); }
4661
+
4677
4662
  function mergeConfig_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4678
- function mergeConfig_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? mergeConfig_ownKeys(Object(t), !0).forEach(function (r) { mergeConfig_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : mergeConfig_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4679
- function mergeConfig_defineProperty(e, r, t) { return (r = mergeConfig_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
4680
- function mergeConfig_toPropertyKey(t) { var i = mergeConfig_toPrimitive(t, "string"); return "symbol" == mergeConfig_typeof(i) ? i : i + ""; }
4681
- function mergeConfig_toPrimitive(t, r) { if ("object" != mergeConfig_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != mergeConfig_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4663
+ function mergeConfig_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? mergeConfig_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : mergeConfig_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4682
4664
 
4683
4665
 
4684
4666
  var headersToObject = function headersToObject(thing) {
@@ -4785,15 +4767,8 @@ function mergeConfig(config1, config2) {
4785
4767
  return config;
4786
4768
  }
4787
4769
  ;// ./node_modules/axios/lib/helpers/resolveConfig.js
4788
- function resolveConfig_toConsumableArray(r) { return resolveConfig_arrayWithoutHoles(r) || resolveConfig_iterableToArray(r) || resolveConfig_unsupportedIterableToArray(r) || resolveConfig_nonIterableSpread(); }
4789
- function resolveConfig_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4790
- function resolveConfig_arrayWithoutHoles(r) { if (Array.isArray(r)) return resolveConfig_arrayLikeToArray(r); }
4791
- function _toArray(r) { return resolveConfig_arrayWithHoles(r) || resolveConfig_iterableToArray(r) || resolveConfig_unsupportedIterableToArray(r) || resolveConfig_nonIterableRest(); }
4792
- function resolveConfig_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4793
- function resolveConfig_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return resolveConfig_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? resolveConfig_arrayLikeToArray(r, a) : void 0; } }
4794
- function resolveConfig_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
4795
- function resolveConfig_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
4796
- function resolveConfig_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4770
+
4771
+
4797
4772
 
4798
4773
 
4799
4774
 
@@ -4829,7 +4804,7 @@ function resolveConfig_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4829
4804
  _ref2 = _toArray(_ref),
4830
4805
  type = _ref2[0],
4831
4806
  tokens = _ref2.slice(1);
4832
- headers.setContentType([type || 'multipart/form-data'].concat(resolveConfig_toConsumableArray(tokens)).join('; '));
4807
+ headers.setContentType([type || 'multipart/form-data'].concat(toConsumableArray_toConsumableArray(tokens)).join('; '));
4833
4808
  }
4834
4809
  }
4835
4810
 
@@ -4850,12 +4825,7 @@ function resolveConfig_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4850
4825
  return newConfig;
4851
4826
  });
4852
4827
  ;// ./node_modules/axios/lib/adapters/xhr.js
4853
- function xhr_slicedToArray(r, e) { return xhr_arrayWithHoles(r) || xhr_iterableToArrayLimit(r, e) || xhr_unsupportedIterableToArray(r, e) || xhr_nonIterableRest(); }
4854
- function xhr_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4855
- function xhr_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return xhr_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? xhr_arrayLikeToArray(r, a) : void 0; } }
4856
- function xhr_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
4857
- function xhr_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
4858
- function xhr_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4828
+
4859
4829
 
4860
4830
 
4861
4831
 
@@ -4996,7 +4966,7 @@ var isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
4996
4966
  // Handle progress if needed
4997
4967
  if (onDownloadProgress) {
4998
4968
  var _progressEventReducer = progressEventReducer(onDownloadProgress, true);
4999
- var _progressEventReducer2 = xhr_slicedToArray(_progressEventReducer, 2);
4969
+ var _progressEventReducer2 = _slicedToArray(_progressEventReducer, 2);
5000
4970
  downloadThrottled = _progressEventReducer2[0];
5001
4971
  flushDownload = _progressEventReducer2[1];
5002
4972
  request.addEventListener('progress', downloadThrottled);
@@ -5005,7 +4975,7 @@ var isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
5005
4975
  // Not all browsers support upload events
5006
4976
  if (onUploadProgress && request.upload) {
5007
4977
  var _progressEventReducer3 = progressEventReducer(onUploadProgress);
5008
- var _progressEventReducer4 = xhr_slicedToArray(_progressEventReducer3, 2);
4978
+ var _progressEventReducer4 = _slicedToArray(_progressEventReducer3, 2);
5009
4979
  uploadThrottled = _progressEventReducer4[0];
5010
4980
  flushUpload = _progressEventReducer4[1];
5011
4981
  request.upload.addEventListener('progress', uploadThrottled);
@@ -5080,22 +5050,123 @@ var composeSignals = function composeSignals(signals, timeout) {
5080
5050
  }
5081
5051
  };
5082
5052
  /* harmony default export */ var helpers_composeSignals = (composeSignals);
5053
+ ;// ./node_modules/@babel/runtime/helpers/esm/OverloadYield.js
5054
+ function _OverloadYield(e, d) {
5055
+ this.v = e, this.k = d;
5056
+ }
5057
+
5058
+ ;// ./node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js
5059
+
5060
+ function _wrapAsyncGenerator(e) {
5061
+ return function () {
5062
+ return new AsyncGenerator(e.apply(this, arguments));
5063
+ };
5064
+ }
5065
+ function AsyncGenerator(e) {
5066
+ var r, t;
5067
+ function resume(r, t) {
5068
+ try {
5069
+ var n = e[r](t),
5070
+ o = n.value,
5071
+ u = o instanceof _OverloadYield;
5072
+ Promise.resolve(u ? o.v : o).then(function (t) {
5073
+ if (u) {
5074
+ var i = "return" === r ? "return" : "next";
5075
+ if (!o.k || t.done) return resume(i, t);
5076
+ t = e[i](t).value;
5077
+ }
5078
+ settle(n.done ? "return" : "normal", t);
5079
+ }, function (e) {
5080
+ resume("throw", e);
5081
+ });
5082
+ } catch (e) {
5083
+ settle("throw", e);
5084
+ }
5085
+ }
5086
+ function settle(e, n) {
5087
+ switch (e) {
5088
+ case "return":
5089
+ r.resolve({
5090
+ value: n,
5091
+ done: !0
5092
+ });
5093
+ break;
5094
+ case "throw":
5095
+ r.reject(n);
5096
+ break;
5097
+ default:
5098
+ r.resolve({
5099
+ value: n,
5100
+ done: !1
5101
+ });
5102
+ }
5103
+ (r = r.next) ? resume(r.key, r.arg) : t = null;
5104
+ }
5105
+ this._invoke = function (e, n) {
5106
+ return new Promise(function (o, u) {
5107
+ var i = {
5108
+ key: e,
5109
+ arg: n,
5110
+ resolve: o,
5111
+ reject: u,
5112
+ next: null
5113
+ };
5114
+ t ? t = t.next = i : (r = t = i, resume(e, n));
5115
+ });
5116
+ }, "function" != typeof e["return"] && (this["return"] = void 0);
5117
+ }
5118
+ AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () {
5119
+ return this;
5120
+ }, AsyncGenerator.prototype.next = function (e) {
5121
+ return this._invoke("next", e);
5122
+ }, AsyncGenerator.prototype["throw"] = function (e) {
5123
+ return this._invoke("throw", e);
5124
+ }, AsyncGenerator.prototype["return"] = function (e) {
5125
+ return this._invoke("return", e);
5126
+ };
5127
+
5128
+ ;// ./node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
5129
+
5130
+ function _awaitAsyncGenerator(e) {
5131
+ return new _OverloadYield(e, 0);
5132
+ }
5133
+
5134
+ ;// ./node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js
5135
+
5136
+ function _asyncGeneratorDelegate(t) {
5137
+ var e = {},
5138
+ n = !1;
5139
+ function pump(e, r) {
5140
+ return n = !0, r = new Promise(function (n) {
5141
+ n(t[e](r));
5142
+ }), {
5143
+ done: !1,
5144
+ value: new _OverloadYield(r, 1)
5145
+ };
5146
+ }
5147
+ return e["undefined" != typeof Symbol && Symbol.iterator || "@@iterator"] = function () {
5148
+ return this;
5149
+ }, e.next = function (t) {
5150
+ return n ? (n = !1, t) : pump("next", t);
5151
+ }, "function" == typeof t["throw"] && (e["throw"] = function (t) {
5152
+ if (n) throw n = !1, t;
5153
+ return pump("throw", t);
5154
+ }), "function" == typeof t["return"] && (e["return"] = function (t) {
5155
+ return n ? (n = !1, t) : pump("return", t);
5156
+ }), e;
5157
+ }
5158
+
5083
5159
  ;// ./node_modules/axios/lib/helpers/trackStream.js
5084
- function trackStream_typeof(o) { "@babel/helpers - typeof"; return trackStream_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, trackStream_typeof(o); }
5085
- function trackStream_asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
5086
- function trackStream_asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { trackStream_asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { trackStream_asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
5087
- function trackStream_regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ trackStream_regeneratorRuntime = function _regeneratorRuntime() { return r; }; 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"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == trackStream_typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(trackStream_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, catch: function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
5088
- function _wrapAsyncGenerator(e) { return function () { return new AsyncGenerator(e.apply(this, arguments)); }; }
5089
- function AsyncGenerator(e) { var r, t; function resume(r, t) { try { var n = e[r](t), o = n.value, u = o instanceof _OverloadYield; Promise.resolve(u ? o.v : o).then(function (t) { if (u) { var i = "return" === r ? "return" : "next"; if (!o.k || t.done) return resume(i, t); t = e[i](t).value; } settle(n.done ? "return" : "normal", t); }, function (e) { resume("throw", e); }); } catch (e) { settle("throw", e); } } function settle(e, n) { switch (e) { case "return": r.resolve({ value: n, done: !0 }); break; case "throw": r.reject(n); break; default: r.resolve({ value: n, done: !1 }); } (r = r.next) ? resume(r.key, r.arg) : t = null; } this._invoke = function (e, n) { return new Promise(function (o, u) { var i = { key: e, arg: n, resolve: o, reject: u, next: null }; t ? t = t.next = i : (r = t = i, resume(e, n)); }); }, "function" != typeof e.return && (this.return = void 0); }
5090
- AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () { return this; }, AsyncGenerator.prototype.next = function (e) { return this._invoke("next", e); }, AsyncGenerator.prototype.throw = function (e) { return this._invoke("throw", e); }, AsyncGenerator.prototype.return = function (e) { return this._invoke("return", e); };
5091
- function _awaitAsyncGenerator(e) { return new _OverloadYield(e, 0); }
5092
- function _asyncGeneratorDelegate(t) { var e = {}, n = !1; function pump(e, r) { return n = !0, r = new Promise(function (n) { n(t[e](r)); }), { done: !1, value: new _OverloadYield(r, 1) }; } return e["undefined" != typeof Symbol && Symbol.iterator || "@@iterator"] = function () { return this; }, e.next = function (t) { return n ? (n = !1, t) : pump("next", t); }, "function" == typeof t.throw && (e.throw = function (t) { if (n) throw n = !1, t; return pump("throw", t); }), "function" == typeof t.return && (e.return = function (t) { return n ? (n = !1, t) : pump("return", t); }), e; }
5093
- function _OverloadYield(e, d) { this.v = e, this.k = d; }
5160
+
5161
+
5162
+
5163
+
5164
+
5094
5165
  function _asyncIterator(r) { var n, t, o, e = 2; for ("undefined" != typeof Symbol && (t = Symbol.asyncIterator, o = Symbol.iterator); e--;) { if (t && null != (n = r[t])) return n.call(r); if (o && null != (n = r[o])) return new AsyncFromSyncIterator(n.call(r)); t = "@@asyncIterator", o = "@@iterator"; } throw new TypeError("Object is not async iterable"); }
5095
5166
  function AsyncFromSyncIterator(r) { function AsyncFromSyncIteratorContinuation(r) { if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); var n = r.done; return Promise.resolve(r.value).then(function (r) { return { value: r, done: n }; }); } return AsyncFromSyncIterator = function AsyncFromSyncIterator(r) { this.s = r, this.n = r.next; }, AsyncFromSyncIterator.prototype = { s: null, n: null, next: function next() { return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); }, return: function _return(r) { var n = this.s.return; return void 0 === n ? Promise.resolve({ value: r, done: !0 }) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); }, throw: function _throw(r) { var n = this.s.return; return void 0 === n ? Promise.reject(r) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); } }, new AsyncFromSyncIterator(r); }
5096
- var streamChunk = /*#__PURE__*/trackStream_regeneratorRuntime().mark(function streamChunk(chunk, chunkSize) {
5167
+ var streamChunk = /*#__PURE__*/regenerator.mark(function streamChunk(chunk, chunkSize) {
5097
5168
  var len, pos, end;
5098
- return trackStream_regeneratorRuntime().wrap(function streamChunk$(_context) {
5169
+ return regenerator.wrap(function streamChunk$(_context) {
5099
5170
  while (1) switch (_context.prev = _context.next) {
5100
5171
  case 0:
5101
5172
  len = chunk.byteLength;
@@ -5128,9 +5199,9 @@ var streamChunk = /*#__PURE__*/trackStream_regeneratorRuntime().mark(function st
5128
5199
  }, streamChunk);
5129
5200
  });
5130
5201
  var readBytes = /*#__PURE__*/function () {
5131
- var _ref = _wrapAsyncGenerator(/*#__PURE__*/trackStream_regeneratorRuntime().mark(function _callee(iterable, chunkSize) {
5202
+ var _ref = _wrapAsyncGenerator(/*#__PURE__*/regenerator.mark(function _callee(iterable, chunkSize) {
5132
5203
  var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, chunk;
5133
- return trackStream_regeneratorRuntime().wrap(function _callee$(_context2) {
5204
+ return regenerator.wrap(function _callee$(_context2) {
5134
5205
  while (1) switch (_context2.prev = _context2.next) {
5135
5206
  case 0:
5136
5207
  _iteratorAbruptCompletion = false;
@@ -5190,9 +5261,9 @@ var readBytes = /*#__PURE__*/function () {
5190
5261
  };
5191
5262
  }();
5192
5263
  var readStream = /*#__PURE__*/function () {
5193
- var _ref2 = _wrapAsyncGenerator(/*#__PURE__*/trackStream_regeneratorRuntime().mark(function _callee2(stream) {
5264
+ var _ref2 = _wrapAsyncGenerator(/*#__PURE__*/regenerator.mark(function _callee2(stream) {
5194
5265
  var reader, _yield$_awaitAsyncGen, done, value;
5195
- return trackStream_regeneratorRuntime().wrap(function _callee2$(_context3) {
5266
+ return regenerator.wrap(function _callee2$(_context3) {
5196
5267
  while (1) switch (_context3.prev = _context3.next) {
5197
5268
  case 0:
5198
5269
  if (!stream[Symbol.asyncIterator]) {
@@ -5251,9 +5322,9 @@ var trackStream = function trackStream(stream, chunkSize, onProgress, onFinish)
5251
5322
  };
5252
5323
  return new ReadableStream({
5253
5324
  pull: function pull(controller) {
5254
- return trackStream_asyncToGenerator(/*#__PURE__*/trackStream_regeneratorRuntime().mark(function _callee3() {
5325
+ return _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee3() {
5255
5326
  var _yield$iterator$next, _done, value, len, loadedBytes;
5256
- return trackStream_regeneratorRuntime().wrap(function _callee3$(_context4) {
5327
+ return regenerator.wrap(function _callee3$(_context4) {
5257
5328
  while (1) switch (_context4.prev = _context4.next) {
5258
5329
  case 0:
5259
5330
  _context4.prev = 0;
@@ -5300,21 +5371,12 @@ var trackStream = function trackStream(stream, chunkSize, onProgress, onFinish)
5300
5371
  });
5301
5372
  };
5302
5373
  ;// ./node_modules/axios/lib/adapters/fetch.js
5303
- function fetch_typeof(o) { "@babel/helpers - typeof"; return fetch_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, fetch_typeof(o); }
5374
+
5375
+
5376
+
5304
5377
  function fetch_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5305
- function fetch_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? fetch_ownKeys(Object(t), !0).forEach(function (r) { fetch_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : fetch_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5306
- function fetch_defineProperty(e, r, t) { return (r = fetch_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
5307
- function fetch_toPropertyKey(t) { var i = fetch_toPrimitive(t, "string"); return "symbol" == fetch_typeof(i) ? i : i + ""; }
5308
- function fetch_toPrimitive(t, r) { if ("object" != fetch_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != fetch_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5309
- function fetch_slicedToArray(r, e) { return fetch_arrayWithHoles(r) || fetch_iterableToArrayLimit(r, e) || fetch_unsupportedIterableToArray(r, e) || fetch_nonIterableRest(); }
5310
- function fetch_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5311
- function fetch_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return fetch_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? fetch_arrayLikeToArray(r, a) : void 0; } }
5312
- function fetch_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5313
- function fetch_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
5314
- function fetch_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
5315
- function fetch_regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ fetch_regeneratorRuntime = function _regeneratorRuntime() { return r; }; 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"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == fetch_typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(fetch_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, catch: function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
5316
- function fetch_asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
5317
- function fetch_asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { fetch_asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { fetch_asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
5378
+ function fetch_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? fetch_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : fetch_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5379
+
5318
5380
 
5319
5381
 
5320
5382
 
@@ -5333,8 +5395,8 @@ var encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? functi
5333
5395
  return encoder.encode(str);
5334
5396
  };
5335
5397
  }(new TextEncoder()) : (/*#__PURE__*/function () {
5336
- var _ref = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee(str) {
5337
- return fetch_regeneratorRuntime().wrap(function _callee$(_context) {
5398
+ var _ref = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee(str) {
5399
+ return regenerator.wrap(function _callee$(_context) {
5338
5400
  while (1) switch (_context.prev = _context.next) {
5339
5401
  case 0:
5340
5402
  _context.t0 = Uint8Array;
@@ -5394,9 +5456,9 @@ isFetchSupported && function (res) {
5394
5456
  });
5395
5457
  }(new Response());
5396
5458
  var getBodyLength = /*#__PURE__*/function () {
5397
- var _ref2 = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee2(body) {
5459
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee2(body) {
5398
5460
  var _request;
5399
- return fetch_regeneratorRuntime().wrap(function _callee2$(_context2) {
5461
+ return regenerator.wrap(function _callee2$(_context2) {
5400
5462
  while (1) switch (_context2.prev = _context2.next) {
5401
5463
  case 0:
5402
5464
  if (!(body == null)) {
@@ -5452,9 +5514,9 @@ var getBodyLength = /*#__PURE__*/function () {
5452
5514
  };
5453
5515
  }();
5454
5516
  var resolveBodyLength = /*#__PURE__*/function () {
5455
- var _ref3 = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee3(headers, body) {
5517
+ var _ref3 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee3(headers, body) {
5456
5518
  var length;
5457
- return fetch_regeneratorRuntime().wrap(function _callee3$(_context3) {
5519
+ return regenerator.wrap(function _callee3$(_context3) {
5458
5520
  while (1) switch (_context3.prev = _context3.next) {
5459
5521
  case 0:
5460
5522
  length = utils.toFiniteNumber(headers.getContentLength());
@@ -5470,9 +5532,9 @@ var resolveBodyLength = /*#__PURE__*/function () {
5470
5532
  };
5471
5533
  }();
5472
5534
  /* harmony default export */ var adapters_fetch = (isFetchSupported && (/*#__PURE__*/function () {
5473
- var _ref4 = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee4(config) {
5535
+ var _ref4 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee4(config) {
5474
5536
  var _resolveConfig, url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, _resolveConfig$withCr, withCredentials, fetchOptions, composedSignal, request, unsubscribe, requestContentLength, _request, contentTypeHeader, _progressEventDecorat, _progressEventDecorat2, onProgress, flush, isCredentialsSupported, response, isStreamResponse, options, responseContentLength, _ref5, _ref6, _onProgress, _flush, responseData;
5475
- return fetch_regeneratorRuntime().wrap(function _callee4$(_context4) {
5537
+ return regenerator.wrap(function _callee4$(_context4) {
5476
5538
  while (1) switch (_context4.prev = _context4.next) {
5477
5539
  case 0:
5478
5540
  _resolveConfig = resolveConfig(config), url = _resolveConfig.url, method = _resolveConfig.method, data = _resolveConfig.data, signal = _resolveConfig.signal, cancelToken = _resolveConfig.cancelToken, timeout = _resolveConfig.timeout, onDownloadProgress = _resolveConfig.onDownloadProgress, onUploadProgress = _resolveConfig.onUploadProgress, responseType = _resolveConfig.responseType, headers = _resolveConfig.headers, _resolveConfig$withCr = _resolveConfig.withCredentials, withCredentials = _resolveConfig$withCr === void 0 ? 'same-origin' : _resolveConfig$withCr, fetchOptions = _resolveConfig.fetchOptions;
@@ -5506,7 +5568,7 @@ var resolveBodyLength = /*#__PURE__*/function () {
5506
5568
  headers.setContentType(contentTypeHeader);
5507
5569
  }
5508
5570
  if (_request.body) {
5509
- _progressEventDecorat = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress))), _progressEventDecorat2 = fetch_slicedToArray(_progressEventDecorat, 2), onProgress = _progressEventDecorat2[0], flush = _progressEventDecorat2[1];
5571
+ _progressEventDecorat = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress))), _progressEventDecorat2 = _slicedToArray(_progressEventDecorat, 2), onProgress = _progressEventDecorat2[0], flush = _progressEventDecorat2[1];
5510
5572
  data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
5511
5573
  }
5512
5574
  case 15:
@@ -5536,7 +5598,7 @@ var resolveBodyLength = /*#__PURE__*/function () {
5536
5598
  options[prop] = response[prop];
5537
5599
  });
5538
5600
  responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));
5539
- _ref5 = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [], _ref6 = fetch_slicedToArray(_ref5, 2), _onProgress = _ref6[0], _flush = _ref6[1];
5601
+ _ref5 = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [], _ref6 = _slicedToArray(_ref5, 2), _onProgress = _ref6[0], _flush = _ref6[1];
5540
5602
  response = new Response(trackStream(response.body, DEFAULT_CHUNK_SIZE, _onProgress, function () {
5541
5603
  _flush && _flush();
5542
5604
  unsubscribe && unsubscribe();
@@ -5585,12 +5647,7 @@ var resolveBodyLength = /*#__PURE__*/function () {
5585
5647
  };
5586
5648
  }()));
5587
5649
  ;// ./node_modules/axios/lib/adapters/adapters.js
5588
- function adapters_slicedToArray(r, e) { return adapters_arrayWithHoles(r) || adapters_iterableToArrayLimit(r, e) || adapters_unsupportedIterableToArray(r, e) || adapters_nonIterableRest(); }
5589
- function adapters_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5590
- function adapters_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return adapters_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? adapters_arrayLikeToArray(r, a) : void 0; } }
5591
- function adapters_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5592
- function adapters_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
5593
- function adapters_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
5650
+
5594
5651
 
5595
5652
 
5596
5653
 
@@ -5646,7 +5703,7 @@ var isResolvedHandle = function isResolvedHandle(adapter) {
5646
5703
  }
5647
5704
  if (!adapter) {
5648
5705
  var reasons = Object.entries(rejectedReasons).map(function (_ref) {
5649
- var _ref2 = adapters_slicedToArray(_ref, 2),
5706
+ var _ref2 = _slicedToArray(_ref, 2),
5650
5707
  id = _ref2[0],
5651
5708
  state = _ref2[1];
5652
5709
  return "adapter ".concat(id, " ") + (state === false ? 'is not supported by the environment' : 'is not available in the build');
@@ -5726,7 +5783,7 @@ var VERSION = "1.9.0";
5726
5783
  ;// ./node_modules/axios/lib/helpers/validator.js
5727
5784
 
5728
5785
 
5729
- function validator_typeof(o) { "@babel/helpers - typeof"; return validator_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, validator_typeof(o); }
5786
+
5730
5787
 
5731
5788
 
5732
5789
  var validators = {};
@@ -5734,7 +5791,7 @@ var validators = {};
5734
5791
  // eslint-disable-next-line func-names
5735
5792
  ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach(function (type, i) {
5736
5793
  validators[type] = function validator(thing) {
5737
- return validator_typeof(thing) === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
5794
+ return typeof_typeof(thing) === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
5738
5795
  };
5739
5796
  });
5740
5797
  var deprecatedWarnings = {};
@@ -5785,7 +5842,7 @@ validators.spelling = function spelling(correctSpelling) {
5785
5842
  */
5786
5843
 
5787
5844
  function assertOptions(options, schema, allowUnknown) {
5788
- if (validator_typeof(options) !== 'object') {
5845
+ if (typeof_typeof(options) !== 'object') {
5789
5846
  throw new core_AxiosError('options must be an object', core_AxiosError.ERR_BAD_OPTION_VALUE);
5790
5847
  }
5791
5848
  var keys = Object.keys(options);
@@ -5813,15 +5870,10 @@ function assertOptions(options, schema, allowUnknown) {
5813
5870
  ;// ./node_modules/axios/lib/core/Axios.js
5814
5871
 
5815
5872
 
5816
- function Axios_typeof(o) { "@babel/helpers - typeof"; return Axios_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, Axios_typeof(o); }
5817
- function Axios_regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ Axios_regeneratorRuntime = function _regeneratorRuntime() { return r; }; 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"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == Axios_typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(Axios_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, catch: function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
5818
- function Axios_asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
5819
- function Axios_asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { Axios_asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { Axios_asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
5820
- function Axios_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
5821
- function Axios_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, Axios_toPropertyKey(o.key), o); } }
5822
- function Axios_createClass(e, r, t) { return r && Axios_defineProperties(e.prototype, r), t && Axios_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
5823
- function Axios_toPropertyKey(t) { var i = Axios_toPrimitive(t, "string"); return "symbol" == Axios_typeof(i) ? i : i + ""; }
5824
- function Axios_toPrimitive(t, r) { if ("object" != Axios_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != Axios_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5873
+
5874
+
5875
+
5876
+
5825
5877
 
5826
5878
 
5827
5879
 
@@ -5841,7 +5893,7 @@ var Axios_validators = validator.validators;
5841
5893
  */
5842
5894
  var Axios = /*#__PURE__*/function () {
5843
5895
  function Axios(instanceConfig) {
5844
- Axios_classCallCheck(this, Axios);
5896
+ _classCallCheck(this, Axios);
5845
5897
  this.defaults = instanceConfig || {};
5846
5898
  this.interceptors = {
5847
5899
  request: new core_InterceptorManager(),
@@ -5857,12 +5909,12 @@ var Axios = /*#__PURE__*/function () {
5857
5909
  *
5858
5910
  * @returns {Promise} The Promise to be fulfilled
5859
5911
  */
5860
- return Axios_createClass(Axios, [{
5912
+ return _createClass(Axios, [{
5861
5913
  key: "request",
5862
5914
  value: (function () {
5863
- var _request2 = Axios_asyncToGenerator(/*#__PURE__*/Axios_regeneratorRuntime().mark(function _callee(configOrUrl, config) {
5915
+ var _request2 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee(configOrUrl, config) {
5864
5916
  var dummy, stack;
5865
- return Axios_regeneratorRuntime().wrap(function _callee$(_context) {
5917
+ return regenerator.wrap(function _callee$(_context) {
5866
5918
  while (1) switch (_context.prev = _context.next) {
5867
5919
  case 0:
5868
5920
  _context.prev = 0;
@@ -6055,12 +6107,8 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
6055
6107
  ;// ./node_modules/axios/lib/cancel/CancelToken.js
6056
6108
 
6057
6109
 
6058
- function CancelToken_typeof(o) { "@babel/helpers - typeof"; return CancelToken_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, CancelToken_typeof(o); }
6059
- function CancelToken_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
6060
- function CancelToken_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, CancelToken_toPropertyKey(o.key), o); } }
6061
- function CancelToken_createClass(e, r, t) { return r && CancelToken_defineProperties(e.prototype, r), t && CancelToken_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
6062
- function CancelToken_toPropertyKey(t) { var i = CancelToken_toPrimitive(t, "string"); return "symbol" == CancelToken_typeof(i) ? i : i + ""; }
6063
- function CancelToken_toPrimitive(t, r) { if ("object" != CancelToken_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != CancelToken_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6110
+
6111
+
6064
6112
 
6065
6113
 
6066
6114
  /**
@@ -6072,7 +6120,7 @@ function CancelToken_toPrimitive(t, r) { if ("object" != CancelToken_typeof(t) |
6072
6120
  */
6073
6121
  var CancelToken = /*#__PURE__*/function () {
6074
6122
  function CancelToken(executor) {
6075
- CancelToken_classCallCheck(this, CancelToken);
6123
+ _classCallCheck(this, CancelToken);
6076
6124
  if (typeof executor !== 'function') {
6077
6125
  throw new TypeError('executor must be a function.');
6078
6126
  }
@@ -6118,7 +6166,7 @@ var CancelToken = /*#__PURE__*/function () {
6118
6166
  /**
6119
6167
  * Throws a `CanceledError` if cancellation has been requested.
6120
6168
  */
6121
- return CancelToken_createClass(CancelToken, [{
6169
+ return _createClass(CancelToken, [{
6122
6170
  key: "throwIfRequested",
6123
6171
  value: function throwIfRequested() {
6124
6172
  if (this.reason) {
@@ -6236,12 +6284,7 @@ function isAxiosError(payload) {
6236
6284
  return utils.isObject(payload) && payload.isAxiosError === true;
6237
6285
  }
6238
6286
  ;// ./node_modules/axios/lib/helpers/HttpStatusCode.js
6239
- function HttpStatusCode_slicedToArray(r, e) { return HttpStatusCode_arrayWithHoles(r) || HttpStatusCode_iterableToArrayLimit(r, e) || HttpStatusCode_unsupportedIterableToArray(r, e) || HttpStatusCode_nonIterableRest(); }
6240
- function HttpStatusCode_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6241
- function HttpStatusCode_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return HttpStatusCode_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? HttpStatusCode_arrayLikeToArray(r, a) : void 0; } }
6242
- function HttpStatusCode_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
6243
- function HttpStatusCode_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6244
- function HttpStatusCode_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
6287
+
6245
6288
  var HttpStatusCode = {
6246
6289
  Continue: 100,
6247
6290
  SwitchingProtocols: 101,
@@ -6308,7 +6351,7 @@ var HttpStatusCode = {
6308
6351
  NetworkAuthenticationRequired: 511
6309
6352
  };
6310
6353
  Object.entries(HttpStatusCode).forEach(function (_ref) {
6311
- var _ref2 = HttpStatusCode_slicedToArray(_ref, 2),
6354
+ var _ref2 = _slicedToArray(_ref, 2),
6312
6355
  key = _ref2[0],
6313
6356
  value = _ref2[1];
6314
6357
  HttpStatusCode[value] = key;
@@ -6435,18 +6478,14 @@ request.interceptors.response.use(function (resp) {
6435
6478
  });
6436
6479
  /* harmony default export */ var gridRequest = (request);
6437
6480
  ;// ./package/SpeechRecognition/api/Tx.js
6438
- function Tx_typeof(o) { "@babel/helpers - typeof"; return Tx_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, Tx_typeof(o); }
6439
- function Tx_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
6440
- function Tx_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, Tx_toPropertyKey(o.key), o); } }
6441
- function Tx_createClass(e, r, t) { return r && Tx_defineProperties(e.prototype, r), t && Tx_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
6442
- function Tx_toPropertyKey(t) { var i = Tx_toPrimitive(t, "string"); return "symbol" == Tx_typeof(i) ? i : i + ""; }
6443
- function Tx_toPrimitive(t, r) { if ("object" != Tx_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != Tx_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6481
+
6482
+
6444
6483
 
6445
6484
  var Tx = /*#__PURE__*/function () {
6446
6485
  function Tx() {
6447
- Tx_classCallCheck(this, Tx);
6486
+ _classCallCheck(this, Tx);
6448
6487
  }
6449
- return Tx_createClass(Tx, null, [{
6488
+ return _createClass(Tx, null, [{
6450
6489
  key: "TextToVoice",
6451
6490
  value: function TextToVoice(text) {
6452
6491
  return gridRequest.post("/dxwh/gateway/TextToVoice", {
@@ -6482,23 +6521,10 @@ var Tx = /*#__PURE__*/function () {
6482
6521
  }]);
6483
6522
  }();
6484
6523
 
6485
- // EXTERNAL MODULE: ./node_modules/dayjs/dayjs.min.js
6486
- var dayjs_min = __webpack_require__(110);
6487
- var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
6488
- // EXTERNAL MODULE: ./node_modules/dayjs/locale/zh-cn.js
6489
- var zh_cn = __webpack_require__(436);
6490
- // EXTERNAL MODULE: ./node_modules/dayjs/plugin/weekday.js
6491
- var weekday = __webpack_require__(527);
6492
- var weekday_default = /*#__PURE__*/__webpack_require__.n(weekday);
6493
6524
  ;// ./package/SpeechRecognition/utils/DateUtil.js
6494
-
6495
-
6496
-
6497
- dayjs_min_default().extend((weekday_default()));
6498
- dayjs_min_default().locale('zh-cn');
6499
6525
  var getTimeSlot = function getTimeSlot() {
6500
- var now = dayjs_min_default()();
6501
- var hour = now.hour();
6526
+ var date = new Date();
6527
+ var hour = date.getHours();
6502
6528
  var timeSlot = '';
6503
6529
  switch (true) {
6504
6530
  case hour < 6:
@@ -6535,19 +6561,13 @@ var base64ToArrayBuffer = function base64ToArrayBuffer(base64) {
6535
6561
  return bytes.buffer;
6536
6562
  };
6537
6563
  ;// ./node_modules/pinyin-pro/dist/index.mjs
6538
- function dist_toConsumableArray(r) { return dist_arrayWithoutHoles(r) || dist_iterableToArray(r) || dist_unsupportedIterableToArray(r) || dist_nonIterableSpread(); }
6539
- function dist_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6540
- function dist_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
6541
- function dist_arrayWithoutHoles(r) { if (Array.isArray(r)) return dist_arrayLikeToArray(r); }
6564
+
6565
+
6566
+
6567
+
6542
6568
  function dist_createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = dist_unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
6543
6569
  function dist_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return dist_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? dist_arrayLikeToArray(r, a) : void 0; } }
6544
6570
  function dist_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
6545
- function dist_typeof(o) { "@babel/helpers - typeof"; return dist_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, dist_typeof(o); }
6546
- function dist_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
6547
- function dist_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, dist_toPropertyKey(o.key), o); } }
6548
- function dist_createClass(e, r, t) { return r && dist_defineProperties(e.prototype, r), t && dist_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
6549
- function dist_toPropertyKey(t) { var i = dist_toPrimitive(t, "string"); return "symbol" == dist_typeof(i) ? i : i + ""; }
6550
- function dist_toPrimitive(t, r) { if ("object" != dist_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != dist_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6551
6571
  var DoubleUnicodePrefixReg = /^[\uD800-\uDBFF]$/;
6552
6572
  var DoubleUnicodeSuffixReg = /^[\uDC00-\uDFFF]$/;
6553
6573
  var DoubleUnicodeReg = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g;
@@ -6586,11 +6606,11 @@ function splitString(text) {
6586
6606
  }
6587
6607
  var FastDictFactory = /*#__PURE__*/function () {
6588
6608
  function FastDictFactory() {
6589
- dist_classCallCheck(this, FastDictFactory);
6609
+ _classCallCheck(this, FastDictFactory);
6590
6610
  this.NumberDICT = [];
6591
6611
  this.StringDICT = new Map();
6592
6612
  }
6593
- return dist_createClass(FastDictFactory, [{
6613
+ return _createClass(FastDictFactory, [{
6594
6614
  key: "get",
6595
6615
  value: function get(word) {
6596
6616
  if (word.length > 1) {
@@ -15504,10 +15524,10 @@ var TokenizationAlgorithm;
15504
15524
  TokenizationAlgorithm[TokenizationAlgorithm["MaxProbability"] = 2] = "MaxProbability";
15505
15525
  TokenizationAlgorithm[TokenizationAlgorithm["MinTokenization"] = 3] = "MinTokenization";
15506
15526
  })(TokenizationAlgorithm || (TokenizationAlgorithm = {}));
15507
- var TrieNode = /*#__PURE__*/dist_createClass(function TrieNode(parent) {
15527
+ var TrieNode = /*#__PURE__*/_createClass(function TrieNode(parent) {
15508
15528
  var prefix = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "";
15509
15529
  var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "";
15510
- dist_classCallCheck(this, TrieNode);
15530
+ _classCallCheck(this, TrieNode);
15511
15531
  this.children = new Map();
15512
15532
  this.fail = null;
15513
15533
  this.patterns = [];
@@ -15517,12 +15537,12 @@ var TrieNode = /*#__PURE__*/dist_createClass(function TrieNode(parent) {
15517
15537
  });
15518
15538
  var AC = /*#__PURE__*/function () {
15519
15539
  function AC() {
15520
- dist_classCallCheck(this, AC);
15540
+ _classCallCheck(this, AC);
15521
15541
  this.dictMap = new Map();
15522
15542
  this.queues = [];
15523
15543
  this.root = new TrieNode(null);
15524
15544
  }
15525
- return dist_createClass(AC, [{
15545
+ return _createClass(AC, [{
15526
15546
  key: "build",
15527
15547
  value: function build(patternList) {
15528
15548
  this.buildTrie(patternList);
@@ -15699,7 +15719,7 @@ var AC = /*#__PURE__*/function () {
15699
15719
  }
15700
15720
  }]);
15701
15721
  }(); // 常规匹配
15702
- var PatternsNormal = [].concat(dist_toConsumableArray(Pattern5), dist_toConsumableArray(Pattern4), dist_toConsumableArray(Pattern3), dist_toConsumableArray(Pattern2), dist_toConsumableArray(PatternNumberDict), dist_toConsumableArray(PatternSurname));
15722
+ var PatternsNormal = [].concat(toConsumableArray_toConsumableArray(Pattern5), toConsumableArray_toConsumableArray(Pattern4), toConsumableArray_toConsumableArray(Pattern3), toConsumableArray_toConsumableArray(Pattern2), toConsumableArray_toConsumableArray(PatternNumberDict), toConsumableArray_toConsumableArray(PatternSurname));
15703
15723
  var acTree = new AC();
15704
15724
  acTree.build(PatternsNormal);
15705
15725
  var customDict = {};
@@ -16235,7 +16255,7 @@ var originDictMap = new Map();
16235
16255
  function addDict(dict, options) {
16236
16256
  var patterns = [];
16237
16257
  // string 类型时:options 为 name()
16238
- var name = dist_typeof(options) === "object" ? options.name : options;
16258
+ var name = _typeof(options) === "object" ? options.name : options;
16239
16259
  var dictName = name || DefaultName;
16240
16260
  var dict1Handle = (options === null || options === void 0 ? void 0 : options.dict1) || "add";
16241
16261
  for (var word in dict) {
@@ -16447,7 +16467,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16447
16467
  });
16448
16468
  // 非中文匹配
16449
16469
  if (words[_i3 - 1] === pinyin$1[_j - 1]) {
16450
- var matches = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16470
+ var matches = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16451
16471
  // 记录最长的可匹配下标数组
16452
16472
  if (!dp[_i3][_j] || matches.length > dp[_i3][_j].length) {
16453
16473
  dp[_i3][_j] = matches;
@@ -16482,7 +16502,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16482
16502
  if (last) {
16483
16503
  return {
16484
16504
  v: {
16485
- v: [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1])
16505
+ v: [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1])
16486
16506
  }
16487
16507
  };
16488
16508
  }
@@ -16492,7 +16512,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16492
16512
  if (precision === "start") {
16493
16513
  muls.forEach(function (py) {
16494
16514
  var end = _j;
16495
- var matches = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16515
+ var matches = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16496
16516
  while (end <= pinyin$1.length && py.startsWith(pinyin$1.slice(_j - 1, end))) {
16497
16517
  if (!dp[_i3][end] || matches.length > dp[_i3][end].length) {
16498
16518
  dp[_i3][end] = matches;
@@ -16506,7 +16526,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16506
16526
  if (muls.some(function (py) {
16507
16527
  return py[0] === pinyin$1[_j - 1];
16508
16528
  })) {
16509
- var _matches = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16529
+ var _matches = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16510
16530
  // 记录最长的可匹配下标数组
16511
16531
  if (!dp[_i3][_j] || _matches.length > dp[_i3][_j].length) {
16512
16532
  dp[_i3][_j] = _matches;
@@ -16518,7 +16538,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16518
16538
  return py === pinyin$1.slice(_j - 1, _j - 1 + py.length);
16519
16539
  });
16520
16540
  if (completeMatch) {
16521
- var _matches2 = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16541
+ var _matches2 = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16522
16542
  var endIndex = _j - 1 + completeMatch.length;
16523
16543
  // 记录最长的可匹配下标数组
16524
16544
  if (!dp[_i3][endIndex] || _matches2.length > dp[_i3][endIndex].length) {
@@ -16757,7 +16777,7 @@ var toneMap = {
16757
16777
  */
16758
16778
  function convert(pinyin, options) {
16759
16779
  options = Object.assign(Object.assign({}, DefaultConvertOptions), options || {});
16760
- var originType = dist_typeof(pinyin);
16780
+ var originType = _typeof(pinyin);
16761
16781
  if (typeof pinyin === 'string') {
16762
16782
  pinyin = pinyin.split(options.separator);
16763
16783
  }
@@ -17065,15 +17085,11 @@ var wakeUpState = function wakeUpState() {
17065
17085
  };
17066
17086
 
17067
17087
  ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/SpeechRecognition/index.vue?vue&type=script&lang=js
17068
- function SpeechRecognitionvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return SpeechRecognitionvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, SpeechRecognitionvue_type_script_lang_js_typeof(o); }
17069
- function SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime = function _regeneratorRuntime() { return r; }; 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"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == SpeechRecognitionvue_type_script_lang_js_typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(SpeechRecognitionvue_type_script_lang_js_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, catch: function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
17088
+
17089
+
17090
+
17070
17091
  function SpeechRecognitionvue_type_script_lang_js_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
17071
- function SpeechRecognitionvue_type_script_lang_js_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? SpeechRecognitionvue_type_script_lang_js_ownKeys(Object(t), !0).forEach(function (r) { SpeechRecognitionvue_type_script_lang_js_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : SpeechRecognitionvue_type_script_lang_js_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
17072
- function SpeechRecognitionvue_type_script_lang_js_defineProperty(e, r, t) { return (r = SpeechRecognitionvue_type_script_lang_js_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
17073
- function SpeechRecognitionvue_type_script_lang_js_toPropertyKey(t) { var i = SpeechRecognitionvue_type_script_lang_js_toPrimitive(t, "string"); return "symbol" == SpeechRecognitionvue_type_script_lang_js_typeof(i) ? i : i + ""; }
17074
- function SpeechRecognitionvue_type_script_lang_js_toPrimitive(t, r) { if ("object" != SpeechRecognitionvue_type_script_lang_js_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != SpeechRecognitionvue_type_script_lang_js_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
17075
- function SpeechRecognitionvue_type_script_lang_js_asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
17076
- function SpeechRecognitionvue_type_script_lang_js_asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { SpeechRecognitionvue_type_script_lang_js_asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { SpeechRecognitionvue_type_script_lang_js_asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
17092
+ function SpeechRecognitionvue_type_script_lang_js_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? SpeechRecognitionvue_type_script_lang_js_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : SpeechRecognitionvue_type_script_lang_js_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
17077
17093
 
17078
17094
 
17079
17095
 
@@ -17211,9 +17227,9 @@ var __default__ = {
17211
17227
  },
17212
17228
  updateSession: function updateSession(opt) {
17213
17229
  var _this2 = this;
17214
- return SpeechRecognitionvue_type_script_lang_js_asyncToGenerator(/*#__PURE__*/SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().mark(function _callee() {
17230
+ return _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee() {
17215
17231
  var messages, res, type, content, _messages, voice_id, session_id, formData, _res, code, msg, obj, _content, standard_back, command_type;
17216
- return SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().wrap(function _callee$(_context) {
17232
+ return regenerator_default().wrap(function _callee$(_context) {
17217
17233
  while (1) switch (_context.prev = _context.next) {
17218
17234
  case 0:
17219
17235
  messages = opt.messages, res = opt.res;
@@ -17336,9 +17352,9 @@ var __default__ = {
17336
17352
  },
17337
17353
  // 语音播放
17338
17354
  handlePlayTTS: function handlePlayTTS(opt) {
17339
- return SpeechRecognitionvue_type_script_lang_js_asyncToGenerator(/*#__PURE__*/SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().mark(function _callee2() {
17355
+ return _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee2() {
17340
17356
  var content, onEnded, res, arrayBuffer, blob, url, audio;
17341
- return SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().wrap(function _callee2$(_context2) {
17357
+ return regenerator_default().wrap(function _callee2$(_context2) {
17342
17358
  while (1) switch (_context2.prev = _context2.next) {
17343
17359
  case 0:
17344
17360
  _context2.prev = 0;