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.
@@ -138,31 +138,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADy
138
138
 
139
139
  /***/ }),
140
140
 
141
- /***/ 361:
142
- /***/ (function(module, exports, __webpack_require__) {
143
-
144
- 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); }
145
- !function (e, t) {
146
- "object" == ( false ? 0 : _typeof(exports)) && "undefined" != "object" ? module.exports = t() : true ? !(__WEBPACK_AMD_DEFINE_FACTORY__ = (t),
147
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
148
- (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
149
- __WEBPACK_AMD_DEFINE_FACTORY__),
150
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : 0;
151
- }(this, function () {
152
- "use strict";
153
-
154
- return function (e, t) {
155
- t.prototype.weekday = function (e) {
156
- var t = this.$locale().weekStart || 0,
157
- i = this.$W,
158
- n = (i < t ? i + 7 : i) - t;
159
- return this.$utils().u(e) ? n : this.subtract(n, "day").add(e, "day");
160
- };
161
- };
162
- });
163
-
164
- /***/ }),
165
-
166
141
  /***/ 417:
167
142
  /***/ (function(module) {
168
143
 
@@ -462,455 +437,6 @@ function applyToTag (styleElement, obj) {
462
437
  }
463
438
 
464
439
 
465
- /***/ }),
466
-
467
- /***/ 514:
468
- /***/ (function(module, exports, __webpack_require__) {
469
-
470
- 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); }
471
- !function (e, _) {
472
- "object" == ( false ? 0 : _typeof(exports)) && "undefined" != "object" ? module.exports = _(__webpack_require__(576)) : true ? !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(576)], __WEBPACK_AMD_DEFINE_FACTORY__ = (_),
473
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
474
- (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
475
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : 0;
476
- }(this, function (e) {
477
- "use strict";
478
-
479
- function _(e) {
480
- return e && "object" == _typeof(e) && "default" in e ? e : {
481
- default: e
482
- };
483
- }
484
- var t = _(e),
485
- d = {
486
- name: "zh-cn",
487
- weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
488
- weekdaysShort: "周日_周一_周二_周三_周四_周五_周六".split("_"),
489
- weekdaysMin: "日_一_二_三_四_五_六".split("_"),
490
- months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
491
- monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
492
- ordinal: function ordinal(e, _) {
493
- return "W" === _ ? e + "周" : e + "日";
494
- },
495
- weekStart: 1,
496
- yearStart: 4,
497
- formats: {
498
- LT: "HH:mm",
499
- LTS: "HH:mm:ss",
500
- L: "YYYY/MM/DD",
501
- LL: "YYYY年M月D日",
502
- LLL: "YYYY年M月D日Ah点mm分",
503
- LLLL: "YYYY年M月D日ddddAh点mm分",
504
- l: "YYYY/M/D",
505
- ll: "YYYY年M月D日",
506
- lll: "YYYY年M月D日 HH:mm",
507
- llll: "YYYY年M月D日dddd HH:mm"
508
- },
509
- relativeTime: {
510
- future: "%s内",
511
- past: "%s前",
512
- s: "几秒",
513
- m: "1 分钟",
514
- mm: "%d 分钟",
515
- h: "1 小时",
516
- hh: "%d 小时",
517
- d: "1 天",
518
- dd: "%d 天",
519
- M: "1 个月",
520
- MM: "%d 个月",
521
- y: "1 年",
522
- yy: "%d 年"
523
- },
524
- meridiem: function meridiem(e, _) {
525
- var t = 100 * e + _;
526
- return t < 600 ? "凌晨" : t < 900 ? "早上" : t < 1100 ? "上午" : t < 1300 ? "中午" : t < 1800 ? "下午" : "晚上";
527
- }
528
- };
529
- return t.default.locale(d, null, !0), d;
530
- });
531
-
532
- /***/ }),
533
-
534
- /***/ 576:
535
- /***/ (function(module, exports, __webpack_require__) {
536
-
537
- 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); }
538
- !function (t, e) {
539
- "object" == ( false ? 0 : _typeof(exports)) && "undefined" != "object" ? module.exports = e() : true ? !(__WEBPACK_AMD_DEFINE_FACTORY__ = (e),
540
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
541
- (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
542
- __WEBPACK_AMD_DEFINE_FACTORY__),
543
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : 0;
544
- }(this, function () {
545
- "use strict";
546
-
547
- var t = 1e3,
548
- e = 6e4,
549
- n = 36e5,
550
- r = "millisecond",
551
- i = "second",
552
- s = "minute",
553
- u = "hour",
554
- a = "day",
555
- o = "week",
556
- c = "month",
557
- f = "quarter",
558
- h = "year",
559
- d = "date",
560
- l = "Invalid Date",
561
- $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,
562
- 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,
563
- M = {
564
- name: "en",
565
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
566
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
567
- ordinal: function ordinal(t) {
568
- var e = ["th", "st", "nd", "rd"],
569
- n = t % 100;
570
- return "[" + t + (e[(n - 20) % 10] || e[n] || e[0]) + "]";
571
- }
572
- },
573
- m = function m(t, e, n) {
574
- var r = String(t);
575
- return !r || r.length >= e ? t : "" + Array(e + 1 - r.length).join(n) + t;
576
- },
577
- v = {
578
- s: m,
579
- z: function z(t) {
580
- var e = -t.utcOffset(),
581
- n = Math.abs(e),
582
- r = Math.floor(n / 60),
583
- i = n % 60;
584
- return (e <= 0 ? "+" : "-") + m(r, 2, "0") + ":" + m(i, 2, "0");
585
- },
586
- m: function t(e, n) {
587
- if (e.date() < n.date()) return -t(n, e);
588
- var r = 12 * (n.year() - e.year()) + (n.month() - e.month()),
589
- i = e.clone().add(r, c),
590
- s = n - i < 0,
591
- u = e.clone().add(r + (s ? -1 : 1), c);
592
- return +(-(r + (n - i) / (s ? i - u : u - i)) || 0);
593
- },
594
- a: function a(t) {
595
- return t < 0 ? Math.ceil(t) || 0 : Math.floor(t);
596
- },
597
- p: function p(t) {
598
- return {
599
- M: c,
600
- y: h,
601
- w: o,
602
- d: a,
603
- D: d,
604
- h: u,
605
- m: s,
606
- s: i,
607
- ms: r,
608
- Q: f
609
- }[t] || String(t || "").toLowerCase().replace(/s$/, "");
610
- },
611
- u: function u(t) {
612
- return void 0 === t;
613
- }
614
- },
615
- g = "en",
616
- D = {};
617
- D[g] = M;
618
- var p = "$isDayjsObject",
619
- S = function S(t) {
620
- return t instanceof _ || !(!t || !t[p]);
621
- },
622
- w = function t(e, n, r) {
623
- var i;
624
- if (!e) return g;
625
- if ("string" == typeof e) {
626
- var s = e.toLowerCase();
627
- D[s] && (i = s), n && (D[s] = n, i = s);
628
- var u = e.split("-");
629
- if (!i && u.length > 1) return t(u[0]);
630
- } else {
631
- var a = e.name;
632
- D[a] = e, i = a;
633
- }
634
- return !r && i && (g = i), i || !r && g;
635
- },
636
- O = function O(t, e) {
637
- if (S(t)) return t.clone();
638
- var n = "object" == _typeof(e) ? e : {};
639
- return n.date = t, n.args = arguments, new _(n);
640
- },
641
- b = v;
642
- b.l = w, b.i = S, b.w = function (t, e) {
643
- return O(t, {
644
- locale: e.$L,
645
- utc: e.$u,
646
- x: e.$x,
647
- $offset: e.$offset
648
- });
649
- };
650
- var _ = function () {
651
- function M(t) {
652
- this.$L = w(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[p] = !0;
653
- }
654
- var m = M.prototype;
655
- return m.parse = function (t) {
656
- this.$d = function (t) {
657
- var e = t.date,
658
- n = t.utc;
659
- if (null === e) return new Date(NaN);
660
- if (b.u(e)) return new Date();
661
- if (e instanceof Date) return new Date(e);
662
- if ("string" == typeof e && !/Z$/i.test(e)) {
663
- var r = e.match($);
664
- if (r) {
665
- var i = r[2] - 1 || 0,
666
- s = (r[7] || "0").substring(0, 3);
667
- 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);
668
- }
669
- }
670
- return new Date(e);
671
- }(t), this.init();
672
- }, m.init = function () {
673
- var t = this.$d;
674
- 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();
675
- }, m.$utils = function () {
676
- return b;
677
- }, m.isValid = function () {
678
- return !(this.$d.toString() === l);
679
- }, m.isSame = function (t, e) {
680
- var n = O(t);
681
- return this.startOf(e) <= n && n <= this.endOf(e);
682
- }, m.isAfter = function (t, e) {
683
- return O(t) < this.startOf(e);
684
- }, m.isBefore = function (t, e) {
685
- return this.endOf(e) < O(t);
686
- }, m.$g = function (t, e, n) {
687
- return b.u(t) ? this[e] : this.set(n, t);
688
- }, m.unix = function () {
689
- return Math.floor(this.valueOf() / 1e3);
690
- }, m.valueOf = function () {
691
- return this.$d.getTime();
692
- }, m.startOf = function (t, e) {
693
- var n = this,
694
- r = !!b.u(e) || e,
695
- f = b.p(t),
696
- l = function l(t, e) {
697
- var i = b.w(n.$u ? Date.UTC(n.$y, e, t) : new Date(n.$y, e, t), n);
698
- return r ? i : i.endOf(a);
699
- },
700
- $ = function $(t, e) {
701
- return b.w(n.toDate()[t].apply(n.toDate("s"), (r ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e)), n);
702
- },
703
- y = this.$W,
704
- M = this.$M,
705
- m = this.$D,
706
- v = "set" + (this.$u ? "UTC" : "");
707
- switch (f) {
708
- case h:
709
- return r ? l(1, 0) : l(31, 11);
710
- case c:
711
- return r ? l(1, M) : l(0, M + 1);
712
- case o:
713
- var g = this.$locale().weekStart || 0,
714
- D = (y < g ? y + 7 : y) - g;
715
- return l(r ? m - D : m + (6 - D), M);
716
- case a:
717
- case d:
718
- return $(v + "Hours", 0);
719
- case u:
720
- return $(v + "Minutes", 1);
721
- case s:
722
- return $(v + "Seconds", 2);
723
- case i:
724
- return $(v + "Milliseconds", 3);
725
- default:
726
- return this.clone();
727
- }
728
- }, m.endOf = function (t) {
729
- return this.startOf(t, !1);
730
- }, m.$set = function (t, e) {
731
- var n,
732
- o = b.p(t),
733
- f = "set" + (this.$u ? "UTC" : ""),
734
- 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],
735
- $ = o === a ? this.$D + (e - this.$W) : e;
736
- if (o === c || o === h) {
737
- var y = this.clone().set(d, 1);
738
- y.$d[l]($), y.init(), this.$d = y.set(d, Math.min(this.$D, y.daysInMonth())).$d;
739
- } else l && this.$d[l]($);
740
- return this.init(), this;
741
- }, m.set = function (t, e) {
742
- return this.clone().$set(t, e);
743
- }, m.get = function (t) {
744
- return this[b.p(t)]();
745
- }, m.add = function (r, f) {
746
- var d,
747
- l = this;
748
- r = Number(r);
749
- var $ = b.p(f),
750
- y = function y(t) {
751
- var e = O(l);
752
- return b.w(e.date(e.date() + Math.round(t * r)), l);
753
- };
754
- if ($ === c) return this.set(c, this.$M + r);
755
- if ($ === h) return this.set(h, this.$y + r);
756
- if ($ === a) return y(1);
757
- if ($ === o) return y(7);
758
- var M = (d = {}, d[s] = e, d[u] = n, d[i] = t, d)[$] || 1,
759
- m = this.$d.getTime() + r * M;
760
- return b.w(m, this);
761
- }, m.subtract = function (t, e) {
762
- return this.add(-1 * t, e);
763
- }, m.format = function (t) {
764
- var e = this,
765
- n = this.$locale();
766
- if (!this.isValid()) return n.invalidDate || l;
767
- var r = t || "YYYY-MM-DDTHH:mm:ssZ",
768
- i = b.z(this),
769
- s = this.$H,
770
- u = this.$m,
771
- a = this.$M,
772
- o = n.weekdays,
773
- c = n.months,
774
- f = n.meridiem,
775
- h = function h(t, n, i, s) {
776
- return t && (t[n] || t(e, r)) || i[n].slice(0, s);
777
- },
778
- d = function d(t) {
779
- return b.s(s % 12 || 12, t, "0");
780
- },
781
- $ = f || function (t, e, n) {
782
- var r = t < 12 ? "AM" : "PM";
783
- return n ? r.toLowerCase() : r;
784
- };
785
- return r.replace(y, function (t, r) {
786
- return r || function (t) {
787
- switch (t) {
788
- case "YY":
789
- return String(e.$y).slice(-2);
790
- case "YYYY":
791
- return b.s(e.$y, 4, "0");
792
- case "M":
793
- return a + 1;
794
- case "MM":
795
- return b.s(a + 1, 2, "0");
796
- case "MMM":
797
- return h(n.monthsShort, a, c, 3);
798
- case "MMMM":
799
- return h(c, a);
800
- case "D":
801
- return e.$D;
802
- case "DD":
803
- return b.s(e.$D, 2, "0");
804
- case "d":
805
- return String(e.$W);
806
- case "dd":
807
- return h(n.weekdaysMin, e.$W, o, 2);
808
- case "ddd":
809
- return h(n.weekdaysShort, e.$W, o, 3);
810
- case "dddd":
811
- return o[e.$W];
812
- case "H":
813
- return String(s);
814
- case "HH":
815
- return b.s(s, 2, "0");
816
- case "h":
817
- return d(1);
818
- case "hh":
819
- return d(2);
820
- case "a":
821
- return $(s, u, !0);
822
- case "A":
823
- return $(s, u, !1);
824
- case "m":
825
- return String(u);
826
- case "mm":
827
- return b.s(u, 2, "0");
828
- case "s":
829
- return String(e.$s);
830
- case "ss":
831
- return b.s(e.$s, 2, "0");
832
- case "SSS":
833
- return b.s(e.$ms, 3, "0");
834
- case "Z":
835
- return i;
836
- }
837
- return null;
838
- }(t) || i.replace(":", "");
839
- });
840
- }, m.utcOffset = function () {
841
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
842
- }, m.diff = function (r, d, l) {
843
- var $,
844
- y = this,
845
- M = b.p(d),
846
- m = O(r),
847
- v = (m.utcOffset() - this.utcOffset()) * e,
848
- g = this - m,
849
- D = function D() {
850
- return b.m(y, m);
851
- };
852
- switch (M) {
853
- case h:
854
- $ = D() / 12;
855
- break;
856
- case c:
857
- $ = D();
858
- break;
859
- case f:
860
- $ = D() / 3;
861
- break;
862
- case o:
863
- $ = (g - v) / 6048e5;
864
- break;
865
- case a:
866
- $ = (g - v) / 864e5;
867
- break;
868
- case u:
869
- $ = g / n;
870
- break;
871
- case s:
872
- $ = g / e;
873
- break;
874
- case i:
875
- $ = g / t;
876
- break;
877
- default:
878
- $ = g;
879
- }
880
- return l ? $ : b.a($);
881
- }, m.daysInMonth = function () {
882
- return this.endOf(c).$D;
883
- }, m.$locale = function () {
884
- return D[this.$L];
885
- }, m.locale = function (t, e) {
886
- if (!t) return this.$L;
887
- var n = this.clone(),
888
- r = w(t, e, !0);
889
- return r && (n.$L = r), n;
890
- }, m.clone = function () {
891
- return b.w(this.$d, this);
892
- }, m.toDate = function () {
893
- return new Date(this.valueOf());
894
- }, m.toJSON = function () {
895
- return this.isValid() ? this.toISOString() : null;
896
- }, m.toISOString = function () {
897
- return this.$d.toISOString();
898
- }, m.toString = function () {
899
- return this.$d.toUTCString();
900
- }, M;
901
- }(),
902
- k = _.prototype;
903
- return O.prototype = k, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", c], ["$y", h], ["$D", d]].forEach(function (t) {
904
- k[t[1]] = function (e) {
905
- return this.$g(e, t[0], t[1]);
906
- };
907
- }), O.extend = function (t, e) {
908
- return t.$i || (t(e, _, O), t.$i = !0), O;
909
- }, O.locale = w, O.isDayjs = S, O.unix = function (t) {
910
- return O(1e3 * t);
911
- }, O.en = D[g], O.Ls = D, O.p = {}, O;
912
- });
913
-
914
440
  /***/ }),
915
441
 
916
442
  /***/ 584:
@@ -941,6 +467,284 @@ module.exports = function (i) {
941
467
 
942
468
  /***/ }),
943
469
 
470
+ /***/ 633:
471
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
472
+
473
+ var _typeof = (__webpack_require__(738)["default"]);
474
+ function _regeneratorRuntime() {
475
+ "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
476
+ module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
477
+ return r;
478
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports;
479
+ var t,
480
+ r = {},
481
+ e = Object.prototype,
482
+ n = e.hasOwnProperty,
483
+ o = "function" == typeof Symbol ? Symbol : {},
484
+ i = o.iterator || "@@iterator",
485
+ a = o.asyncIterator || "@@asyncIterator",
486
+ u = o.toStringTag || "@@toStringTag";
487
+ function c(t, r, e, n) {
488
+ Object.defineProperty(t, r, {
489
+ value: e,
490
+ enumerable: !n,
491
+ configurable: !n,
492
+ writable: !n
493
+ });
494
+ }
495
+ try {
496
+ c({}, "");
497
+ } catch (t) {
498
+ c = function c(t, r, e) {
499
+ return t[r] = e;
500
+ };
501
+ }
502
+ function h(r, e, n, o) {
503
+ var i = e && e.prototype instanceof Generator ? e : Generator,
504
+ a = Object.create(i.prototype);
505
+ return c(a, "_invoke", function (r, e, n) {
506
+ var o = 1;
507
+ return function (i, a) {
508
+ if (3 === o) throw Error("Generator is already running");
509
+ if (4 === o) {
510
+ if ("throw" === i) throw a;
511
+ return {
512
+ value: t,
513
+ done: !0
514
+ };
515
+ }
516
+ for (n.method = i, n.arg = a;;) {
517
+ var u = n.delegate;
518
+ if (u) {
519
+ var c = d(u, n);
520
+ if (c) {
521
+ if (c === f) continue;
522
+ return c;
523
+ }
524
+ }
525
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
526
+ if (1 === o) throw o = 4, n.arg;
527
+ n.dispatchException(n.arg);
528
+ } else "return" === n.method && n.abrupt("return", n.arg);
529
+ o = 3;
530
+ var h = s(r, e, n);
531
+ if ("normal" === h.type) {
532
+ if (o = n.done ? 4 : 2, h.arg === f) continue;
533
+ return {
534
+ value: h.arg,
535
+ done: n.done
536
+ };
537
+ }
538
+ "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
539
+ }
540
+ };
541
+ }(r, n, new Context(o || [])), !0), a;
542
+ }
543
+ function s(t, r, e) {
544
+ try {
545
+ return {
546
+ type: "normal",
547
+ arg: t.call(r, e)
548
+ };
549
+ } catch (t) {
550
+ return {
551
+ type: "throw",
552
+ arg: t
553
+ };
554
+ }
555
+ }
556
+ r.wrap = h;
557
+ var f = {};
558
+ function Generator() {}
559
+ function GeneratorFunction() {}
560
+ function GeneratorFunctionPrototype() {}
561
+ var l = {};
562
+ c(l, i, function () {
563
+ return this;
564
+ });
565
+ var p = Object.getPrototypeOf,
566
+ y = p && p(p(x([])));
567
+ y && y !== e && n.call(y, i) && (l = y);
568
+ var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
569
+ function g(t) {
570
+ ["next", "throw", "return"].forEach(function (r) {
571
+ c(t, r, function (t) {
572
+ return this._invoke(r, t);
573
+ });
574
+ });
575
+ }
576
+ function AsyncIterator(t, r) {
577
+ function e(o, i, a, u) {
578
+ var c = s(t[o], t, i);
579
+ if ("throw" !== c.type) {
580
+ var h = c.arg,
581
+ f = h.value;
582
+ return f && "object" == _typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
583
+ e("next", t, a, u);
584
+ }, function (t) {
585
+ e("throw", t, a, u);
586
+ }) : r.resolve(f).then(function (t) {
587
+ h.value = t, a(h);
588
+ }, function (t) {
589
+ return e("throw", t, a, u);
590
+ });
591
+ }
592
+ u(c.arg);
593
+ }
594
+ var o;
595
+ c(this, "_invoke", function (t, n) {
596
+ function i() {
597
+ return new r(function (r, o) {
598
+ e(t, n, r, o);
599
+ });
600
+ }
601
+ return o = o ? o.then(i, i) : i();
602
+ }, !0);
603
+ }
604
+ function d(r, e) {
605
+ var n = e.method,
606
+ o = r.i[n];
607
+ 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;
608
+ var i = s(o, r.i, e.arg);
609
+ if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
610
+ var a = i.arg;
611
+ 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);
612
+ }
613
+ function w(t) {
614
+ this.tryEntries.push(t);
615
+ }
616
+ function m(r) {
617
+ var e = r[4] || {};
618
+ e.type = "normal", e.arg = t, r[4] = e;
619
+ }
620
+ function Context(t) {
621
+ this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
622
+ }
623
+ function x(r) {
624
+ if (null != r) {
625
+ var e = r[i];
626
+ if (e) return e.call(r);
627
+ if ("function" == typeof r.next) return r;
628
+ if (!isNaN(r.length)) {
629
+ var o = -1,
630
+ a = function e() {
631
+ for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
632
+ return e.value = t, e.done = !0, e;
633
+ };
634
+ return a.next = a;
635
+ }
636
+ }
637
+ throw new TypeError(_typeof(r) + " is not iterable");
638
+ }
639
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
640
+ var r = "function" == typeof t && t.constructor;
641
+ return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
642
+ }, r.mark = function (t) {
643
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
644
+ }, r.awrap = function (t) {
645
+ return {
646
+ __await: t
647
+ };
648
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
649
+ return this;
650
+ }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
651
+ void 0 === i && (i = Promise);
652
+ var a = new AsyncIterator(h(t, e, n, o), i);
653
+ return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
654
+ return t.done ? t.value : a.next();
655
+ });
656
+ }, g(v), c(v, u, "Generator"), c(v, i, function () {
657
+ return this;
658
+ }), c(v, "toString", function () {
659
+ return "[object Generator]";
660
+ }), r.keys = function (t) {
661
+ var r = Object(t),
662
+ e = [];
663
+ for (var n in r) e.unshift(n);
664
+ return function t() {
665
+ for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
666
+ return t.done = !0, t;
667
+ };
668
+ }, r.values = x, Context.prototype = {
669
+ constructor: Context,
670
+ reset: function reset(r) {
671
+ 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);
672
+ },
673
+ stop: function stop() {
674
+ this.done = !0;
675
+ var t = this.tryEntries[0][4];
676
+ if ("throw" === t.type) throw t.arg;
677
+ return this.rval;
678
+ },
679
+ dispatchException: function dispatchException(r) {
680
+ if (this.done) throw r;
681
+ var e = this;
682
+ function n(t) {
683
+ a.type = "throw", a.arg = r, e.next = t;
684
+ }
685
+ for (var o = e.tryEntries.length - 1; o >= 0; --o) {
686
+ var i = this.tryEntries[o],
687
+ a = i[4],
688
+ u = this.prev,
689
+ c = i[1],
690
+ h = i[2];
691
+ if (-1 === i[0]) return n("end"), !1;
692
+ if (!c && !h) throw Error("try statement without catch or finally");
693
+ if (null != i[0] && i[0] <= u) {
694
+ if (u < c) return this.method = "next", this.arg = t, n(c), !0;
695
+ if (u < h) return n(h), !1;
696
+ }
697
+ }
698
+ },
699
+ abrupt: function abrupt(t, r) {
700
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
701
+ var n = this.tryEntries[e];
702
+ if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
703
+ var o = n;
704
+ break;
705
+ }
706
+ }
707
+ o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
708
+ var i = o ? o[4] : {};
709
+ return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
710
+ },
711
+ complete: function complete(t, r) {
712
+ if ("throw" === t.type) throw t.arg;
713
+ 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;
714
+ },
715
+ finish: function finish(t) {
716
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
717
+ var e = this.tryEntries[r];
718
+ if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
719
+ }
720
+ },
721
+ "catch": function _catch(t) {
722
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
723
+ var e = this.tryEntries[r];
724
+ if (e[0] === t) {
725
+ var n = e[4];
726
+ if ("throw" === n.type) {
727
+ var o = n.arg;
728
+ m(e);
729
+ }
730
+ return o;
731
+ }
732
+ }
733
+ throw Error("illegal catch attempt");
734
+ },
735
+ delegateYield: function delegateYield(r, e, n) {
736
+ return this.delegate = {
737
+ i: x(r),
738
+ r: e,
739
+ n: n
740
+ }, "next" === this.method && (this.arg = t), f;
741
+ }
742
+ }, r;
743
+ }
744
+ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
745
+
746
+ /***/ }),
747
+
944
748
  /***/ 671:
945
749
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
946
750
 
@@ -1232,6 +1036,44 @@ window && (window.CryptoJSTest = CryptoJS);
1232
1036
  "use strict";
1233
1037
  module.exports = "data:image/png;base64,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";
1234
1038
 
1039
+ /***/ }),
1040
+
1041
+ /***/ 738:
1042
+ /***/ (function(module) {
1043
+
1044
+ function _typeof(o) {
1045
+ "@babel/helpers - typeof";
1046
+
1047
+ return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1048
+ return typeof o;
1049
+ } : function (o) {
1050
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1051
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
1052
+ }
1053
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
1054
+
1055
+ /***/ }),
1056
+
1057
+ /***/ 756:
1058
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1059
+
1060
+ // TODO(Babel 8): Remove this file.
1061
+
1062
+ var runtime = __webpack_require__(633)();
1063
+ module.exports = runtime;
1064
+
1065
+ // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
1066
+ try {
1067
+ regeneratorRuntime = runtime;
1068
+ } catch (accidentalStrictMode) {
1069
+ if (typeof globalThis === "object") {
1070
+ globalThis.regeneratorRuntime = runtime;
1071
+ } else {
1072
+ Function("r", "regeneratorRuntime = r")(runtime);
1073
+ }
1074
+ }
1075
+
1076
+
1235
1077
  /***/ }),
1236
1078
 
1237
1079
  /***/ 780:
@@ -1296,7 +1138,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".yx-speech-recognition .icon[data-v-0c
1296
1138
  /******/ };
1297
1139
  /******/
1298
1140
  /******/ // Execute the module function
1299
- /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
1141
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
1300
1142
  /******/
1301
1143
  /******/ // Return the exports of the module
1302
1144
  /******/ return module.exports;
@@ -1492,6 +1334,79 @@ var staticRenderFns = [function () {
1492
1334
 
1493
1335
  ;// ./package/SpeechRecognition/index.vue?vue&type=template&id=0c23a6db&scoped=true
1494
1336
 
1337
+ ;// ./node_modules/@babel/runtime/helpers/esm/typeof.js
1338
+ function typeof_typeof(o) {
1339
+ "@babel/helpers - typeof";
1340
+
1341
+ return typeof_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1342
+ return typeof o;
1343
+ } : function (o) {
1344
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1345
+ }, typeof_typeof(o);
1346
+ }
1347
+
1348
+ ;// ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1349
+
1350
+ function toPrimitive(t, r) {
1351
+ if ("object" != typeof_typeof(t) || !t) return t;
1352
+ var e = t[Symbol.toPrimitive];
1353
+ if (void 0 !== e) {
1354
+ var i = e.call(t, r || "default");
1355
+ if ("object" != typeof_typeof(i)) return i;
1356
+ throw new TypeError("@@toPrimitive must return a primitive value.");
1357
+ }
1358
+ return ("string" === r ? String : Number)(t);
1359
+ }
1360
+
1361
+ ;// ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1362
+
1363
+
1364
+ function toPropertyKey(t) {
1365
+ var i = toPrimitive(t, "string");
1366
+ return "symbol" == typeof_typeof(i) ? i : i + "";
1367
+ }
1368
+
1369
+ ;// ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
1370
+
1371
+ function _defineProperty(e, r, t) {
1372
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
1373
+ value: t,
1374
+ enumerable: !0,
1375
+ configurable: !0,
1376
+ writable: !0
1377
+ }) : e[r] = t, e;
1378
+ }
1379
+
1380
+ ;// ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
1381
+ function asyncGeneratorStep(n, t, e, r, o, a, c) {
1382
+ try {
1383
+ var i = n[a](c),
1384
+ u = i.value;
1385
+ } catch (n) {
1386
+ return void e(n);
1387
+ }
1388
+ i.done ? t(u) : Promise.resolve(u).then(r, o);
1389
+ }
1390
+ function _asyncToGenerator(n) {
1391
+ return function () {
1392
+ var t = this,
1393
+ e = arguments;
1394
+ return new Promise(function (r, o) {
1395
+ var a = n.apply(t, e);
1396
+ function _next(n) {
1397
+ asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
1398
+ }
1399
+ function _throw(n) {
1400
+ asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
1401
+ }
1402
+ _next(void 0);
1403
+ });
1404
+ };
1405
+ }
1406
+
1407
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
1408
+ var regenerator = __webpack_require__(756);
1409
+ var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
1495
1410
  // EXTERNAL MODULE: ./package/SpeechRecognition/utils/speech/cryptojs.js
1496
1411
  var cryptojs = __webpack_require__(672);
1497
1412
  ;// ./package/SpeechRecognition/utils/speech/getSignature.js
@@ -1528,19 +1443,71 @@ function signCallback(signStr) {
1528
1443
  /* harmony default export */ var getSignature = (signCallback);
1529
1444
 
1530
1445
  /** 获取签名 end */
1446
+ ;// ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
1447
+ function _classCallCheck(a, n) {
1448
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
1449
+ }
1450
+
1451
+ ;// ./node_modules/@babel/runtime/helpers/esm/createClass.js
1452
+
1453
+ function _defineProperties(e, r) {
1454
+ for (var t = 0; t < r.length; t++) {
1455
+ var o = r[t];
1456
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
1457
+ }
1458
+ }
1459
+ function _createClass(e, r, t) {
1460
+ return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
1461
+ writable: !1
1462
+ }), e;
1463
+ }
1464
+
1465
+ ;// ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1466
+ function _arrayLikeToArray(r, a) {
1467
+ (null == a || a > r.length) && (a = r.length);
1468
+ for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
1469
+ return n;
1470
+ }
1471
+
1472
+ ;// ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1473
+
1474
+ function _arrayWithoutHoles(r) {
1475
+ if (Array.isArray(r)) return _arrayLikeToArray(r);
1476
+ }
1477
+
1478
+ ;// ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1479
+ function _iterableToArray(r) {
1480
+ if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
1481
+ }
1482
+
1483
+ ;// ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1484
+
1485
+ function _unsupportedIterableToArray(r, a) {
1486
+ if (r) {
1487
+ if ("string" == typeof r) return _arrayLikeToArray(r, a);
1488
+ var t = {}.toString.call(r).slice(8, -1);
1489
+ 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;
1490
+ }
1491
+ }
1492
+
1493
+ ;// ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1494
+ function _nonIterableSpread() {
1495
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1496
+ }
1497
+
1498
+ ;// ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1499
+
1500
+
1501
+
1502
+
1503
+ function toConsumableArray_toConsumableArray(r) {
1504
+ return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
1505
+ }
1506
+
1531
1507
  ;// ./package/SpeechRecognition/utils/speech/webrecorder.js
1532
- 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); }
1533
- function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
1534
- 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."); }
1535
- 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; } }
1536
- function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
1537
- function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
1538
- 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; }
1539
- function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1540
- 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); } }
1541
- function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
1542
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
1543
- 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); }
1508
+
1509
+
1510
+
1544
1511
  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");
1545
1512
  var audioWorkletBlobURL = window.URL.createObjectURL(new Blob([audioWorkletCode], {
1546
1513
  type: 'text/javascript'
@@ -1669,7 +1636,7 @@ var WebRecorder = /*#__PURE__*/function () {
1669
1636
  var inputData = e.inputBuffer.getChannelData(0);
1670
1637
  var output = to16kHz(inputData, _this.audioContext.sampleRate);
1671
1638
  var audioData = to16BitPCM(output);
1672
- (_this$audioData = _this.audioData).push.apply(_this$audioData, _toConsumableArray(new Int8Array(audioData.buffer)));
1639
+ (_this$audioData = _this.audioData).push.apply(_this$audioData, toConsumableArray_toConsumableArray(new Int8Array(audioData.buffer)));
1673
1640
  if (_this.audioData.length > 6400) {
1674
1641
  var audioDataArray = new Int8Array(_this.audioData);
1675
1642
  _this.OnReceivedData(audioDataArray);
@@ -1718,29 +1685,67 @@ var WebRecorder = /*#__PURE__*/function () {
1718
1685
  }();
1719
1686
 
1720
1687
  window && (window.WebRecorder = WebRecorder);
1688
+ ;// ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
1689
+ function _arrayWithHoles(r) {
1690
+ if (Array.isArray(r)) return r;
1691
+ }
1692
+
1693
+ ;// ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
1694
+ function _iterableToArrayLimit(r, l) {
1695
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1696
+ if (null != t) {
1697
+ var e,
1698
+ n,
1699
+ i,
1700
+ u,
1701
+ a = [],
1702
+ f = !0,
1703
+ o = !1;
1704
+ try {
1705
+ if (i = (t = t.call(r)).next, 0 === l) {
1706
+ if (Object(t) !== t) return;
1707
+ f = !1;
1708
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
1709
+ } catch (r) {
1710
+ o = !0, n = r;
1711
+ } finally {
1712
+ try {
1713
+ if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
1714
+ } finally {
1715
+ if (o) throw n;
1716
+ }
1717
+ }
1718
+ return a;
1719
+ }
1720
+ }
1721
+
1722
+ ;// ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
1723
+ function _nonIterableRest() {
1724
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1725
+ }
1726
+
1727
+ ;// ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
1728
+
1729
+
1730
+
1731
+
1732
+ function _slicedToArray(r, e) {
1733
+ return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
1734
+ }
1735
+
1721
1736
  ;// ./package/SpeechRecognition/utils/speech/speechrecognizer.js
1722
- 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); }
1723
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || speechrecognizer_unsupportedIterableToArray(r, e) || _nonIterableRest(); }
1724
- 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."); }
1725
- 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; } }
1726
- 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; }
1727
- 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; } }
1728
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
1737
+
1738
+
1739
+
1740
+
1741
+
1729
1742
  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; }
1730
1743
  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; }
1731
- 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; }
1732
- 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; }
1733
- 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); }
1734
- 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); }); }; }
1735
- function speechrecognizer_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1736
- 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); } }
1737
- 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; }
1738
- function speechrecognizer_toPropertyKey(t) { var i = speechrecognizer_toPrimitive(t, "string"); return "symbol" == speechrecognizer_typeof(i) ? i : i + ""; }
1739
- 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); }
1744
+
1740
1745
 
1741
1746
  var NewCredential = /*#__PURE__*/function () {
1742
1747
  function NewCredential(query) {
1743
- speechrecognizer_classCallCheck(this, NewCredential);
1748
+ _classCallCheck(this, NewCredential);
1744
1749
  this.config = {
1745
1750
  appid: query.appid,
1746
1751
  secretid: query.secretid,
@@ -1748,7 +1753,7 @@ var NewCredential = /*#__PURE__*/function () {
1748
1753
  };
1749
1754
  this.query = query || null;
1750
1755
  }
1751
- return speechrecognizer_createClass(NewCredential, [{
1756
+ return _createClass(NewCredential, [{
1752
1757
  key: "formatSignString",
1753
1758
  value: function formatSignString(params) {
1754
1759
  var strParam = '';
@@ -1768,14 +1773,14 @@ var NewCredential = /*#__PURE__*/function () {
1768
1773
  }, {
1769
1774
  key: "createQuery",
1770
1775
  value: function () {
1771
- var _createQuery = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
1776
+ var _createQuery = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee2() {
1772
1777
  var params, time, guid, getServerTime, _getServerTime, serverTime;
1773
- return _regeneratorRuntime().wrap(function _callee2$(_context2) {
1778
+ return regenerator_default().wrap(function _callee2$(_context2) {
1774
1779
  while (1) switch (_context2.prev = _context2.next) {
1775
1780
  case 0:
1776
1781
  _getServerTime = function _getServerTime3() {
1777
- _getServerTime = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
1778
- return _regeneratorRuntime().wrap(function _callee$(_context) {
1782
+ _getServerTime = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee() {
1783
+ return regenerator_default().wrap(function _callee$(_context) {
1779
1784
  while (1) switch (_context.prev = _context.next) {
1780
1785
  case 0:
1781
1786
  return _context.abrupt("return", new Promise(function (resolve, reject) {
@@ -1850,9 +1855,9 @@ var NewCredential = /*#__PURE__*/function () {
1850
1855
  }, {
1851
1856
  key: "getSignStr",
1852
1857
  value: function () {
1853
- var _getSignStr = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
1858
+ var _getSignStr = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee3() {
1854
1859
  var queryStr;
1855
- return _regeneratorRuntime().wrap(function _callee3$(_context3) {
1860
+ return regenerator_default().wrap(function _callee3$(_context3) {
1856
1861
  while (1) switch (_context3.prev = _context3.next) {
1857
1862
  case 0:
1858
1863
  _context3.next = 2;
@@ -1875,7 +1880,7 @@ var NewCredential = /*#__PURE__*/function () {
1875
1880
  }();
1876
1881
  var SpeechRecognizer = /*#__PURE__*/function () {
1877
1882
  function SpeechRecognizer(params) {
1878
- speechrecognizer_classCallCheck(this, SpeechRecognizer);
1883
+ _classCallCheck(this, SpeechRecognizer);
1879
1884
  this.appid = params.appid || '';
1880
1885
  this.secretid = params.secretid || '';
1881
1886
  this.socket = null;
@@ -1887,7 +1892,7 @@ var SpeechRecognizer = /*#__PURE__*/function () {
1887
1892
  this.isRecognizeComplete = false; // 当前是否识别结束
1888
1893
  }
1889
1894
  // 暂停识别,关闭连接
1890
- return speechrecognizer_createClass(SpeechRecognizer, [{
1895
+ return _createClass(SpeechRecognizer, [{
1891
1896
  key: "stop",
1892
1897
  value: function stop() {
1893
1898
  if (this.socket && this.socket.readyState === 1) {
@@ -1905,9 +1910,9 @@ var SpeechRecognizer = /*#__PURE__*/function () {
1905
1910
  }, {
1906
1911
  key: "getUrl",
1907
1912
  value: function () {
1908
- var _getUrl = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4() {
1913
+ var _getUrl = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee4() {
1909
1914
  var asr, signStr;
1910
- return _regeneratorRuntime().wrap(function _callee4$(_context4) {
1915
+ return regenerator_default().wrap(function _callee4$(_context4) {
1911
1916
  while (1) switch (_context4.prev = _context4.next) {
1912
1917
  case 0:
1913
1918
  // if (!this.appid || !this.secretid) {
@@ -1934,10 +1939,10 @@ var SpeechRecognizer = /*#__PURE__*/function () {
1934
1939
  }, {
1935
1940
  key: "start",
1936
1941
  value: function () {
1937
- var _start = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee5() {
1942
+ var _start = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee5() {
1938
1943
  var _this = this;
1939
1944
  var url, self, TIConfig, servicepath, headers, urlParams;
1940
- return _regeneratorRuntime().wrap(function _callee5$(_context5) {
1945
+ return regenerator_default().wrap(function _callee5$(_context5) {
1941
1946
  while (1) switch (_context5.prev = _context5.next) {
1942
1947
  case 0:
1943
1948
  _context5.next = 2;
@@ -2108,17 +2113,13 @@ var SpeechRecognizer = /*#__PURE__*/function () {
2108
2113
 
2109
2114
  window && (window.SpeechRecognizer = SpeechRecognizer);
2110
2115
  ;// ./package/SpeechRecognition/utils/speech/webaudiospeechrecognizer.js
2111
- 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); }
2112
- function webaudiospeechrecognizer_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2113
- 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); } }
2114
- 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; }
2115
- function webaudiospeechrecognizer_toPropertyKey(t) { var i = webaudiospeechrecognizer_toPrimitive(t, "string"); return "symbol" == webaudiospeechrecognizer_typeof(i) ? i : i + ""; }
2116
- 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); }
2116
+
2117
+
2117
2118
 
2118
2119
 
2119
2120
  var WebAudioSpeechRecognizer = /*#__PURE__*/function () {
2120
2121
  function WebAudioSpeechRecognizer(params) {
2121
- webaudiospeechrecognizer_classCallCheck(this, WebAudioSpeechRecognizer);
2122
+ _classCallCheck(this, WebAudioSpeechRecognizer);
2122
2123
  this.params = params;
2123
2124
  this.recorder = null;
2124
2125
  this.speechRecognizer = null;
@@ -2126,7 +2127,7 @@ var WebAudioSpeechRecognizer = /*#__PURE__*/function () {
2126
2127
  this.audioData = [];
2127
2128
  this.timer = null;
2128
2129
  }
2129
- return webaudiospeechrecognizer_createClass(WebAudioSpeechRecognizer, [{
2130
+ return _createClass(WebAudioSpeechRecognizer, [{
2130
2131
  key: "start",
2131
2132
  value: function start() {
2132
2133
  var _this = this;
@@ -2464,13 +2465,8 @@ function bind(fn, thisArg) {
2464
2465
  ;// ./node_modules/axios/lib/utils.js
2465
2466
 
2466
2467
 
2467
- function utils_slicedToArray(r, e) { return utils_arrayWithHoles(r) || utils_iterableToArrayLimit(r, e) || utils_unsupportedIterableToArray(r, e) || utils_nonIterableRest(); }
2468
- 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."); }
2469
- 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; } }
2470
- 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; }
2471
- 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; } }
2472
- function utils_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
2473
- 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); }
2468
+
2469
+
2474
2470
 
2475
2471
 
2476
2472
  // utils is a library of generic helper functions non-specific to axios
@@ -2493,7 +2489,7 @@ var kindOfTest = function kindOfTest(type) {
2493
2489
  };
2494
2490
  var typeOfTest = function typeOfTest(type) {
2495
2491
  return function (thing) {
2496
- return utils_typeof(thing) === type;
2492
+ return typeof_typeof(thing) === type;
2497
2493
  };
2498
2494
  };
2499
2495
 
@@ -2586,7 +2582,7 @@ var isNumber = typeOfTest('number');
2586
2582
  * @returns {boolean} True if value is an Object, otherwise false
2587
2583
  */
2588
2584
  var isObject = function isObject(thing) {
2589
- return thing !== null && utils_typeof(thing) === 'object';
2585
+ return thing !== null && typeof_typeof(thing) === 'object';
2590
2586
  };
2591
2587
 
2592
2588
  /**
@@ -2684,7 +2680,7 @@ var isFormData = function isFormData(thing) {
2684
2680
  */
2685
2681
  var isURLSearchParams = kindOfTest('URLSearchParams');
2686
2682
  var _map = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest),
2687
- _map2 = utils_slicedToArray(_map, 4),
2683
+ _map2 = _slicedToArray(_map, 4),
2688
2684
  isReadableStream = _map2[0],
2689
2685
  isRequest = _map2[1],
2690
2686
  isResponse = _map2[2],
@@ -2728,7 +2724,7 @@ function forEach(obj, fn) {
2728
2724
  var l;
2729
2725
 
2730
2726
  // Force an array if not already something iterable
2731
- if (utils_typeof(obj) !== 'object') {
2727
+ if (typeof_typeof(obj) !== 'object') {
2732
2728
  /*eslint no-param-reassign:0*/
2733
2729
  obj = [obj];
2734
2730
  }
@@ -3280,7 +3276,7 @@ AxiosError.from = function (error, code, config, request, response, customProps)
3280
3276
  ;// ./node_modules/axios/lib/helpers/toFormData.js
3281
3277
 
3282
3278
 
3283
- 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); }
3279
+
3284
3280
 
3285
3281
 
3286
3282
  // temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored
@@ -3416,7 +3412,7 @@ function toFormData(obj, formData, options) {
3416
3412
  */
3417
3413
  function defaultVisitor(value, key, path) {
3418
3414
  var arr = value;
3419
- if (value && !path && toFormData_typeof(value) === 'object') {
3415
+ if (value && !path && typeof_typeof(value) === 'object') {
3420
3416
  if (utils.endsWith(key, '{}')) {
3421
3417
  // eslint-disable-next-line no-param-reassign
3422
3418
  key = metaTokens ? key : key.slice(0, -2);
@@ -3576,16 +3572,12 @@ function buildURL(url, params, options) {
3576
3572
  ;// ./node_modules/axios/lib/core/InterceptorManager.js
3577
3573
 
3578
3574
 
3579
- 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); }
3580
- function InterceptorManager_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
3581
- 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); } }
3582
- 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; }
3583
- function InterceptorManager_toPropertyKey(t) { var i = InterceptorManager_toPrimitive(t, "string"); return "symbol" == InterceptorManager_typeof(i) ? i : i + ""; }
3584
- 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); }
3575
+
3576
+
3585
3577
 
3586
3578
  var InterceptorManager = /*#__PURE__*/function () {
3587
3579
  function InterceptorManager() {
3588
- InterceptorManager_classCallCheck(this, InterceptorManager);
3580
+ _classCallCheck(this, InterceptorManager);
3589
3581
  this.handlers = [];
3590
3582
  }
3591
3583
 
@@ -3597,7 +3589,7 @@ var InterceptorManager = /*#__PURE__*/function () {
3597
3589
  *
3598
3590
  * @return {Number} An ID used to remove interceptor later
3599
3591
  */
3600
- return InterceptorManager_createClass(InterceptorManager, [{
3592
+ return _createClass(InterceptorManager, [{
3601
3593
  key: "use",
3602
3594
  value: function use(fulfilled, rejected, options) {
3603
3595
  this.handlers.push({
@@ -3694,9 +3686,9 @@ var InterceptorManager = /*#__PURE__*/function () {
3694
3686
  protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
3695
3687
  });
3696
3688
  ;// ./node_modules/axios/lib/platform/common/utils.js
3697
- 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); }
3689
+
3698
3690
  var hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
3699
- var _navigator = (typeof navigator === "undefined" ? "undefined" : common_utils_typeof(navigator)) === 'object' && navigator || undefined;
3691
+ var _navigator = (typeof navigator === "undefined" ? "undefined" : typeof_typeof(navigator)) === 'object' && navigator || undefined;
3700
3692
 
3701
3693
  /**
3702
3694
  * Determine if we're running in a standard browser environment
@@ -3734,12 +3726,9 @@ var hasStandardBrowserWebWorkerEnv = function () {
3734
3726
  var origin = hasBrowserEnv && window.location.href || 'http://localhost';
3735
3727
 
3736
3728
  ;// ./node_modules/axios/lib/platform/index.js
3737
- 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); }
3729
+
3738
3730
  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; }
3739
- 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; }
3740
- 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; }
3741
- function platform_toPropertyKey(t) { var i = platform_toPrimitive(t, "string"); return "symbol" == platform_typeof(i) ? i : i + ""; }
3742
- 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); }
3731
+ 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; }
3743
3732
 
3744
3733
 
3745
3734
  /* harmony default export */ var platform = (platform_objectSpread(platform_objectSpread({}, common_utils_namespaceObject), browser));
@@ -4019,23 +4008,13 @@ var ignoreDuplicateOf = utils.toObjectSet(['age', 'authorization', 'content-leng
4019
4008
  ;// ./node_modules/axios/lib/core/AxiosHeaders.js
4020
4009
 
4021
4010
 
4022
- 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); }
4023
- function AxiosHeaders_slicedToArray(r, e) { return AxiosHeaders_arrayWithHoles(r) || AxiosHeaders_iterableToArrayLimit(r, e) || AxiosHeaders_unsupportedIterableToArray(r, e) || AxiosHeaders_nonIterableRest(); }
4024
- 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."); }
4025
- 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; } }
4026
- function AxiosHeaders_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4027
- function AxiosHeaders_toConsumableArray(r) { return AxiosHeaders_arrayWithoutHoles(r) || AxiosHeaders_iterableToArray(r) || AxiosHeaders_unsupportedIterableToArray(r) || AxiosHeaders_nonIterableSpread(); }
4028
- 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."); }
4029
- function AxiosHeaders_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
4030
- function AxiosHeaders_arrayWithoutHoles(r) { if (Array.isArray(r)) return AxiosHeaders_arrayLikeToArray(r); }
4011
+
4012
+
4013
+
4014
+
4031
4015
  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; } } }; }
4032
4016
  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; } }
4033
4017
  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; }
4034
- function AxiosHeaders_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
4035
- 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); } }
4036
- 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; }
4037
- function AxiosHeaders_toPropertyKey(t) { var i = AxiosHeaders_toPrimitive(t, "string"); return "symbol" == AxiosHeaders_typeof(i) ? i : i + ""; }
4038
- 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); }
4039
4018
 
4040
4019
 
4041
4020
  var $internals = Symbol('internals');
@@ -4093,10 +4072,10 @@ function buildAccessors(obj, header) {
4093
4072
  }
4094
4073
  var AxiosHeaders = /*#__PURE__*/function () {
4095
4074
  function AxiosHeaders(headers) {
4096
- AxiosHeaders_classCallCheck(this, AxiosHeaders);
4075
+ _classCallCheck(this, AxiosHeaders);
4097
4076
  headers && this.set(headers);
4098
4077
  }
4099
- return AxiosHeaders_createClass(AxiosHeaders, [{
4078
+ return _createClass(AxiosHeaders, [{
4100
4079
  key: "set",
4101
4080
  value: function set(header, valueOrRewrite, rewrite) {
4102
4081
  var self = this;
@@ -4131,7 +4110,7 @@ var AxiosHeaders = /*#__PURE__*/function () {
4131
4110
  if (!utils.isArray(entry)) {
4132
4111
  throw TypeError('Object iterator must return a key-value pair');
4133
4112
  }
4134
- obj[key = entry[0]] = (dest = obj[key]) ? utils.isArray(dest) ? [].concat(AxiosHeaders_toConsumableArray(dest), [entry[1]]) : [dest, entry[1]] : entry[1];
4113
+ obj[key = entry[0]] = (dest = obj[key]) ? utils.isArray(dest) ? [].concat(toConsumableArray_toConsumableArray(dest), [entry[1]]) : [dest, entry[1]] : entry[1];
4135
4114
  }
4136
4115
  } catch (err) {
4137
4116
  _iterator.e(err);
@@ -4263,7 +4242,7 @@ var AxiosHeaders = /*#__PURE__*/function () {
4263
4242
  key: "toString",
4264
4243
  value: function toString() {
4265
4244
  return Object.entries(this.toJSON()).map(function (_ref) {
4266
- var _ref2 = AxiosHeaders_slicedToArray(_ref, 2),
4245
+ var _ref2 = _slicedToArray(_ref, 2),
4267
4246
  header = _ref2[0],
4268
4247
  value = _ref2[1];
4269
4248
  return header + ': ' + value;
@@ -4508,10 +4487,7 @@ function throttle(fn, freq) {
4508
4487
  }
4509
4488
  /* harmony default export */ var helpers_throttle = (throttle);
4510
4489
  ;// ./node_modules/axios/lib/helpers/progressEventReducer.js
4511
- 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); }
4512
- 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; }
4513
- function progressEventReducer_toPropertyKey(t) { var i = progressEventReducer_toPrimitive(t, "string"); return "symbol" == progressEventReducer_typeof(i) ? i : i + ""; }
4514
- 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); }
4490
+
4515
4491
 
4516
4492
 
4517
4493
 
@@ -4526,7 +4502,7 @@ var progressEventReducer = function progressEventReducer(listener, isDownloadStr
4526
4502
  var rate = _speedometer(progressBytes);
4527
4503
  var inRange = loaded <= total;
4528
4504
  bytesNotified = loaded;
4529
- var data = progressEventReducer_defineProperty({
4505
+ var data = _defineProperty({
4530
4506
  loaded: loaded,
4531
4507
  total: total,
4532
4508
  progress: total ? loaded / total : undefined,
@@ -4559,6 +4535,15 @@ var asyncDecorator = function asyncDecorator(fn) {
4559
4535
  });
4560
4536
  };
4561
4537
  };
4538
+ ;// ./node_modules/@babel/runtime/helpers/esm/toArray.js
4539
+
4540
+
4541
+
4542
+
4543
+ function _toArray(r) {
4544
+ return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
4545
+ }
4546
+
4562
4547
  ;// ./node_modules/axios/lib/helpers/isURLSameOrigin.js
4563
4548
 
4564
4549
  /* harmony default export */ var isURLSameOrigin = (platform.hasStandardBrowserEnv ? function (origin, isMSIE) {
@@ -4655,12 +4640,9 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
4655
4640
  ;// ./node_modules/axios/lib/core/mergeConfig.js
4656
4641
 
4657
4642
 
4658
- 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); }
4643
+
4659
4644
  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; }
4660
- 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; }
4661
- 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; }
4662
- function mergeConfig_toPropertyKey(t) { var i = mergeConfig_toPrimitive(t, "string"); return "symbol" == mergeConfig_typeof(i) ? i : i + ""; }
4663
- 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); }
4645
+ 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; }
4664
4646
 
4665
4647
 
4666
4648
  var headersToObject = function headersToObject(thing) {
@@ -4767,15 +4749,8 @@ function mergeConfig(config1, config2) {
4767
4749
  return config;
4768
4750
  }
4769
4751
  ;// ./node_modules/axios/lib/helpers/resolveConfig.js
4770
- function resolveConfig_toConsumableArray(r) { return resolveConfig_arrayWithoutHoles(r) || resolveConfig_iterableToArray(r) || resolveConfig_unsupportedIterableToArray(r) || resolveConfig_nonIterableSpread(); }
4771
- 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."); }
4772
- function resolveConfig_arrayWithoutHoles(r) { if (Array.isArray(r)) return resolveConfig_arrayLikeToArray(r); }
4773
- function _toArray(r) { return resolveConfig_arrayWithHoles(r) || resolveConfig_iterableToArray(r) || resolveConfig_unsupportedIterableToArray(r) || resolveConfig_nonIterableRest(); }
4774
- 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."); }
4775
- 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; } }
4776
- 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; }
4777
- function resolveConfig_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
4778
- function resolveConfig_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4752
+
4753
+
4779
4754
 
4780
4755
 
4781
4756
 
@@ -4811,7 +4786,7 @@ function resolveConfig_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4811
4786
  _ref2 = _toArray(_ref),
4812
4787
  type = _ref2[0],
4813
4788
  tokens = _ref2.slice(1);
4814
- headers.setContentType([type || 'multipart/form-data'].concat(resolveConfig_toConsumableArray(tokens)).join('; '));
4789
+ headers.setContentType([type || 'multipart/form-data'].concat(toConsumableArray_toConsumableArray(tokens)).join('; '));
4815
4790
  }
4816
4791
  }
4817
4792
 
@@ -4832,12 +4807,7 @@ function resolveConfig_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4832
4807
  return newConfig;
4833
4808
  });
4834
4809
  ;// ./node_modules/axios/lib/adapters/xhr.js
4835
- function xhr_slicedToArray(r, e) { return xhr_arrayWithHoles(r) || xhr_iterableToArrayLimit(r, e) || xhr_unsupportedIterableToArray(r, e) || xhr_nonIterableRest(); }
4836
- 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."); }
4837
- 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; } }
4838
- 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; }
4839
- 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; } }
4840
- function xhr_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
4810
+
4841
4811
 
4842
4812
 
4843
4813
 
@@ -4978,7 +4948,7 @@ var isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
4978
4948
  // Handle progress if needed
4979
4949
  if (onDownloadProgress) {
4980
4950
  var _progressEventReducer = progressEventReducer(onDownloadProgress, true);
4981
- var _progressEventReducer2 = xhr_slicedToArray(_progressEventReducer, 2);
4951
+ var _progressEventReducer2 = _slicedToArray(_progressEventReducer, 2);
4982
4952
  downloadThrottled = _progressEventReducer2[0];
4983
4953
  flushDownload = _progressEventReducer2[1];
4984
4954
  request.addEventListener('progress', downloadThrottled);
@@ -4987,7 +4957,7 @@ var isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
4987
4957
  // Not all browsers support upload events
4988
4958
  if (onUploadProgress && request.upload) {
4989
4959
  var _progressEventReducer3 = progressEventReducer(onUploadProgress);
4990
- var _progressEventReducer4 = xhr_slicedToArray(_progressEventReducer3, 2);
4960
+ var _progressEventReducer4 = _slicedToArray(_progressEventReducer3, 2);
4991
4961
  uploadThrottled = _progressEventReducer4[0];
4992
4962
  flushUpload = _progressEventReducer4[1];
4993
4963
  request.upload.addEventListener('progress', uploadThrottled);
@@ -5062,22 +5032,123 @@ var composeSignals = function composeSignals(signals, timeout) {
5062
5032
  }
5063
5033
  };
5064
5034
  /* harmony default export */ var helpers_composeSignals = (composeSignals);
5035
+ ;// ./node_modules/@babel/runtime/helpers/esm/OverloadYield.js
5036
+ function _OverloadYield(e, d) {
5037
+ this.v = e, this.k = d;
5038
+ }
5039
+
5040
+ ;// ./node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js
5041
+
5042
+ function _wrapAsyncGenerator(e) {
5043
+ return function () {
5044
+ return new AsyncGenerator(e.apply(this, arguments));
5045
+ };
5046
+ }
5047
+ function AsyncGenerator(e) {
5048
+ var r, t;
5049
+ function resume(r, t) {
5050
+ try {
5051
+ var n = e[r](t),
5052
+ o = n.value,
5053
+ u = o instanceof _OverloadYield;
5054
+ Promise.resolve(u ? o.v : o).then(function (t) {
5055
+ if (u) {
5056
+ var i = "return" === r ? "return" : "next";
5057
+ if (!o.k || t.done) return resume(i, t);
5058
+ t = e[i](t).value;
5059
+ }
5060
+ settle(n.done ? "return" : "normal", t);
5061
+ }, function (e) {
5062
+ resume("throw", e);
5063
+ });
5064
+ } catch (e) {
5065
+ settle("throw", e);
5066
+ }
5067
+ }
5068
+ function settle(e, n) {
5069
+ switch (e) {
5070
+ case "return":
5071
+ r.resolve({
5072
+ value: n,
5073
+ done: !0
5074
+ });
5075
+ break;
5076
+ case "throw":
5077
+ r.reject(n);
5078
+ break;
5079
+ default:
5080
+ r.resolve({
5081
+ value: n,
5082
+ done: !1
5083
+ });
5084
+ }
5085
+ (r = r.next) ? resume(r.key, r.arg) : t = null;
5086
+ }
5087
+ this._invoke = function (e, n) {
5088
+ return new Promise(function (o, u) {
5089
+ var i = {
5090
+ key: e,
5091
+ arg: n,
5092
+ resolve: o,
5093
+ reject: u,
5094
+ next: null
5095
+ };
5096
+ t ? t = t.next = i : (r = t = i, resume(e, n));
5097
+ });
5098
+ }, "function" != typeof e["return"] && (this["return"] = void 0);
5099
+ }
5100
+ AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () {
5101
+ return this;
5102
+ }, AsyncGenerator.prototype.next = function (e) {
5103
+ return this._invoke("next", e);
5104
+ }, AsyncGenerator.prototype["throw"] = function (e) {
5105
+ return this._invoke("throw", e);
5106
+ }, AsyncGenerator.prototype["return"] = function (e) {
5107
+ return this._invoke("return", e);
5108
+ };
5109
+
5110
+ ;// ./node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
5111
+
5112
+ function _awaitAsyncGenerator(e) {
5113
+ return new _OverloadYield(e, 0);
5114
+ }
5115
+
5116
+ ;// ./node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js
5117
+
5118
+ function _asyncGeneratorDelegate(t) {
5119
+ var e = {},
5120
+ n = !1;
5121
+ function pump(e, r) {
5122
+ return n = !0, r = new Promise(function (n) {
5123
+ n(t[e](r));
5124
+ }), {
5125
+ done: !1,
5126
+ value: new _OverloadYield(r, 1)
5127
+ };
5128
+ }
5129
+ return e["undefined" != typeof Symbol && Symbol.iterator || "@@iterator"] = function () {
5130
+ return this;
5131
+ }, e.next = function (t) {
5132
+ return n ? (n = !1, t) : pump("next", t);
5133
+ }, "function" == typeof t["throw"] && (e["throw"] = function (t) {
5134
+ if (n) throw n = !1, t;
5135
+ return pump("throw", t);
5136
+ }), "function" == typeof t["return"] && (e["return"] = function (t) {
5137
+ return n ? (n = !1, t) : pump("return", t);
5138
+ }), e;
5139
+ }
5140
+
5065
5141
  ;// ./node_modules/axios/lib/helpers/trackStream.js
5066
- 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); }
5067
- 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); }
5068
- 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); }); }; }
5069
- 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; }
5070
- function _wrapAsyncGenerator(e) { return function () { return new AsyncGenerator(e.apply(this, arguments)); }; }
5071
- 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); }
5072
- 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); };
5073
- function _awaitAsyncGenerator(e) { return new _OverloadYield(e, 0); }
5074
- 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; }
5075
- function _OverloadYield(e, d) { this.v = e, this.k = d; }
5142
+
5143
+
5144
+
5145
+
5146
+
5076
5147
  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"); }
5077
5148
  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); }
5078
- var streamChunk = /*#__PURE__*/trackStream_regeneratorRuntime().mark(function streamChunk(chunk, chunkSize) {
5149
+ var streamChunk = /*#__PURE__*/regenerator.mark(function streamChunk(chunk, chunkSize) {
5079
5150
  var len, pos, end;
5080
- return trackStream_regeneratorRuntime().wrap(function streamChunk$(_context) {
5151
+ return regenerator.wrap(function streamChunk$(_context) {
5081
5152
  while (1) switch (_context.prev = _context.next) {
5082
5153
  case 0:
5083
5154
  len = chunk.byteLength;
@@ -5110,9 +5181,9 @@ var streamChunk = /*#__PURE__*/trackStream_regeneratorRuntime().mark(function st
5110
5181
  }, streamChunk);
5111
5182
  });
5112
5183
  var readBytes = /*#__PURE__*/function () {
5113
- var _ref = _wrapAsyncGenerator(/*#__PURE__*/trackStream_regeneratorRuntime().mark(function _callee(iterable, chunkSize) {
5184
+ var _ref = _wrapAsyncGenerator(/*#__PURE__*/regenerator.mark(function _callee(iterable, chunkSize) {
5114
5185
  var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, chunk;
5115
- return trackStream_regeneratorRuntime().wrap(function _callee$(_context2) {
5186
+ return regenerator.wrap(function _callee$(_context2) {
5116
5187
  while (1) switch (_context2.prev = _context2.next) {
5117
5188
  case 0:
5118
5189
  _iteratorAbruptCompletion = false;
@@ -5172,9 +5243,9 @@ var readBytes = /*#__PURE__*/function () {
5172
5243
  };
5173
5244
  }();
5174
5245
  var readStream = /*#__PURE__*/function () {
5175
- var _ref2 = _wrapAsyncGenerator(/*#__PURE__*/trackStream_regeneratorRuntime().mark(function _callee2(stream) {
5246
+ var _ref2 = _wrapAsyncGenerator(/*#__PURE__*/regenerator.mark(function _callee2(stream) {
5176
5247
  var reader, _yield$_awaitAsyncGen, done, value;
5177
- return trackStream_regeneratorRuntime().wrap(function _callee2$(_context3) {
5248
+ return regenerator.wrap(function _callee2$(_context3) {
5178
5249
  while (1) switch (_context3.prev = _context3.next) {
5179
5250
  case 0:
5180
5251
  if (!stream[Symbol.asyncIterator]) {
@@ -5233,9 +5304,9 @@ var trackStream = function trackStream(stream, chunkSize, onProgress, onFinish)
5233
5304
  };
5234
5305
  return new ReadableStream({
5235
5306
  pull: function pull(controller) {
5236
- return trackStream_asyncToGenerator(/*#__PURE__*/trackStream_regeneratorRuntime().mark(function _callee3() {
5307
+ return _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee3() {
5237
5308
  var _yield$iterator$next, _done, value, len, loadedBytes;
5238
- return trackStream_regeneratorRuntime().wrap(function _callee3$(_context4) {
5309
+ return regenerator.wrap(function _callee3$(_context4) {
5239
5310
  while (1) switch (_context4.prev = _context4.next) {
5240
5311
  case 0:
5241
5312
  _context4.prev = 0;
@@ -5282,21 +5353,12 @@ var trackStream = function trackStream(stream, chunkSize, onProgress, onFinish)
5282
5353
  });
5283
5354
  };
5284
5355
  ;// ./node_modules/axios/lib/adapters/fetch.js
5285
- 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); }
5356
+
5357
+
5358
+
5286
5359
  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; }
5287
- 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; }
5288
- 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; }
5289
- function fetch_toPropertyKey(t) { var i = fetch_toPrimitive(t, "string"); return "symbol" == fetch_typeof(i) ? i : i + ""; }
5290
- 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); }
5291
- function fetch_slicedToArray(r, e) { return fetch_arrayWithHoles(r) || fetch_iterableToArrayLimit(r, e) || fetch_unsupportedIterableToArray(r, e) || fetch_nonIterableRest(); }
5292
- 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."); }
5293
- 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; } }
5294
- 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; }
5295
- 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; } }
5296
- function fetch_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
5297
- 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; }
5298
- 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); }
5299
- 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); }); }; }
5360
+ 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; }
5361
+
5300
5362
 
5301
5363
 
5302
5364
 
@@ -5315,8 +5377,8 @@ var encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? functi
5315
5377
  return encoder.encode(str);
5316
5378
  };
5317
5379
  }(new TextEncoder()) : (/*#__PURE__*/function () {
5318
- var _ref = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee(str) {
5319
- return fetch_regeneratorRuntime().wrap(function _callee$(_context) {
5380
+ var _ref = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee(str) {
5381
+ return regenerator.wrap(function _callee$(_context) {
5320
5382
  while (1) switch (_context.prev = _context.next) {
5321
5383
  case 0:
5322
5384
  _context.t0 = Uint8Array;
@@ -5376,9 +5438,9 @@ isFetchSupported && function (res) {
5376
5438
  });
5377
5439
  }(new Response());
5378
5440
  var getBodyLength = /*#__PURE__*/function () {
5379
- var _ref2 = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee2(body) {
5441
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee2(body) {
5380
5442
  var _request;
5381
- return fetch_regeneratorRuntime().wrap(function _callee2$(_context2) {
5443
+ return regenerator.wrap(function _callee2$(_context2) {
5382
5444
  while (1) switch (_context2.prev = _context2.next) {
5383
5445
  case 0:
5384
5446
  if (!(body == null)) {
@@ -5434,9 +5496,9 @@ var getBodyLength = /*#__PURE__*/function () {
5434
5496
  };
5435
5497
  }();
5436
5498
  var resolveBodyLength = /*#__PURE__*/function () {
5437
- var _ref3 = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee3(headers, body) {
5499
+ var _ref3 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee3(headers, body) {
5438
5500
  var length;
5439
- return fetch_regeneratorRuntime().wrap(function _callee3$(_context3) {
5501
+ return regenerator.wrap(function _callee3$(_context3) {
5440
5502
  while (1) switch (_context3.prev = _context3.next) {
5441
5503
  case 0:
5442
5504
  length = utils.toFiniteNumber(headers.getContentLength());
@@ -5452,9 +5514,9 @@ var resolveBodyLength = /*#__PURE__*/function () {
5452
5514
  };
5453
5515
  }();
5454
5516
  /* harmony default export */ var adapters_fetch = (isFetchSupported && (/*#__PURE__*/function () {
5455
- var _ref4 = fetch_asyncToGenerator(/*#__PURE__*/fetch_regeneratorRuntime().mark(function _callee4(config) {
5517
+ var _ref4 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee4(config) {
5456
5518
  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;
5457
- return fetch_regeneratorRuntime().wrap(function _callee4$(_context4) {
5519
+ return regenerator.wrap(function _callee4$(_context4) {
5458
5520
  while (1) switch (_context4.prev = _context4.next) {
5459
5521
  case 0:
5460
5522
  _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;
@@ -5488,7 +5550,7 @@ var resolveBodyLength = /*#__PURE__*/function () {
5488
5550
  headers.setContentType(contentTypeHeader);
5489
5551
  }
5490
5552
  if (_request.body) {
5491
- _progressEventDecorat = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress))), _progressEventDecorat2 = fetch_slicedToArray(_progressEventDecorat, 2), onProgress = _progressEventDecorat2[0], flush = _progressEventDecorat2[1];
5553
+ _progressEventDecorat = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress))), _progressEventDecorat2 = _slicedToArray(_progressEventDecorat, 2), onProgress = _progressEventDecorat2[0], flush = _progressEventDecorat2[1];
5492
5554
  data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
5493
5555
  }
5494
5556
  case 15:
@@ -5518,7 +5580,7 @@ var resolveBodyLength = /*#__PURE__*/function () {
5518
5580
  options[prop] = response[prop];
5519
5581
  });
5520
5582
  responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));
5521
- _ref5 = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [], _ref6 = fetch_slicedToArray(_ref5, 2), _onProgress = _ref6[0], _flush = _ref6[1];
5583
+ _ref5 = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [], _ref6 = _slicedToArray(_ref5, 2), _onProgress = _ref6[0], _flush = _ref6[1];
5522
5584
  response = new Response(trackStream(response.body, DEFAULT_CHUNK_SIZE, _onProgress, function () {
5523
5585
  _flush && _flush();
5524
5586
  unsubscribe && unsubscribe();
@@ -5567,12 +5629,7 @@ var resolveBodyLength = /*#__PURE__*/function () {
5567
5629
  };
5568
5630
  }()));
5569
5631
  ;// ./node_modules/axios/lib/adapters/adapters.js
5570
- function adapters_slicedToArray(r, e) { return adapters_arrayWithHoles(r) || adapters_iterableToArrayLimit(r, e) || adapters_unsupportedIterableToArray(r, e) || adapters_nonIterableRest(); }
5571
- 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."); }
5572
- 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; } }
5573
- 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; }
5574
- 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; } }
5575
- function adapters_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
5632
+
5576
5633
 
5577
5634
 
5578
5635
 
@@ -5628,7 +5685,7 @@ var isResolvedHandle = function isResolvedHandle(adapter) {
5628
5685
  }
5629
5686
  if (!adapter) {
5630
5687
  var reasons = Object.entries(rejectedReasons).map(function (_ref) {
5631
- var _ref2 = adapters_slicedToArray(_ref, 2),
5688
+ var _ref2 = _slicedToArray(_ref, 2),
5632
5689
  id = _ref2[0],
5633
5690
  state = _ref2[1];
5634
5691
  return "adapter ".concat(id, " ") + (state === false ? 'is not supported by the environment' : 'is not available in the build');
@@ -5708,7 +5765,7 @@ var VERSION = "1.9.0";
5708
5765
  ;// ./node_modules/axios/lib/helpers/validator.js
5709
5766
 
5710
5767
 
5711
- 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); }
5768
+
5712
5769
 
5713
5770
 
5714
5771
  var validators = {};
@@ -5716,7 +5773,7 @@ var validators = {};
5716
5773
  // eslint-disable-next-line func-names
5717
5774
  ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach(function (type, i) {
5718
5775
  validators[type] = function validator(thing) {
5719
- return validator_typeof(thing) === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
5776
+ return typeof_typeof(thing) === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
5720
5777
  };
5721
5778
  });
5722
5779
  var deprecatedWarnings = {};
@@ -5767,7 +5824,7 @@ validators.spelling = function spelling(correctSpelling) {
5767
5824
  */
5768
5825
 
5769
5826
  function assertOptions(options, schema, allowUnknown) {
5770
- if (validator_typeof(options) !== 'object') {
5827
+ if (typeof_typeof(options) !== 'object') {
5771
5828
  throw new core_AxiosError('options must be an object', core_AxiosError.ERR_BAD_OPTION_VALUE);
5772
5829
  }
5773
5830
  var keys = Object.keys(options);
@@ -5795,15 +5852,10 @@ function assertOptions(options, schema, allowUnknown) {
5795
5852
  ;// ./node_modules/axios/lib/core/Axios.js
5796
5853
 
5797
5854
 
5798
- 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); }
5799
- 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; }
5800
- 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); }
5801
- 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); }); }; }
5802
- function Axios_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
5803
- 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); } }
5804
- 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; }
5805
- function Axios_toPropertyKey(t) { var i = Axios_toPrimitive(t, "string"); return "symbol" == Axios_typeof(i) ? i : i + ""; }
5806
- 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); }
5855
+
5856
+
5857
+
5858
+
5807
5859
 
5808
5860
 
5809
5861
 
@@ -5823,7 +5875,7 @@ var Axios_validators = validator.validators;
5823
5875
  */
5824
5876
  var Axios = /*#__PURE__*/function () {
5825
5877
  function Axios(instanceConfig) {
5826
- Axios_classCallCheck(this, Axios);
5878
+ _classCallCheck(this, Axios);
5827
5879
  this.defaults = instanceConfig || {};
5828
5880
  this.interceptors = {
5829
5881
  request: new core_InterceptorManager(),
@@ -5839,12 +5891,12 @@ var Axios = /*#__PURE__*/function () {
5839
5891
  *
5840
5892
  * @returns {Promise} The Promise to be fulfilled
5841
5893
  */
5842
- return Axios_createClass(Axios, [{
5894
+ return _createClass(Axios, [{
5843
5895
  key: "request",
5844
5896
  value: (function () {
5845
- var _request2 = Axios_asyncToGenerator(/*#__PURE__*/Axios_regeneratorRuntime().mark(function _callee(configOrUrl, config) {
5897
+ var _request2 = _asyncToGenerator(/*#__PURE__*/regenerator.mark(function _callee(configOrUrl, config) {
5846
5898
  var dummy, stack;
5847
- return Axios_regeneratorRuntime().wrap(function _callee$(_context) {
5899
+ return regenerator.wrap(function _callee$(_context) {
5848
5900
  while (1) switch (_context.prev = _context.next) {
5849
5901
  case 0:
5850
5902
  _context.prev = 0;
@@ -6037,12 +6089,8 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
6037
6089
  ;// ./node_modules/axios/lib/cancel/CancelToken.js
6038
6090
 
6039
6091
 
6040
- 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); }
6041
- function CancelToken_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
6042
- 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); } }
6043
- 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; }
6044
- function CancelToken_toPropertyKey(t) { var i = CancelToken_toPrimitive(t, "string"); return "symbol" == CancelToken_typeof(i) ? i : i + ""; }
6045
- 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); }
6092
+
6093
+
6046
6094
 
6047
6095
 
6048
6096
  /**
@@ -6054,7 +6102,7 @@ function CancelToken_toPrimitive(t, r) { if ("object" != CancelToken_typeof(t) |
6054
6102
  */
6055
6103
  var CancelToken = /*#__PURE__*/function () {
6056
6104
  function CancelToken(executor) {
6057
- CancelToken_classCallCheck(this, CancelToken);
6105
+ _classCallCheck(this, CancelToken);
6058
6106
  if (typeof executor !== 'function') {
6059
6107
  throw new TypeError('executor must be a function.');
6060
6108
  }
@@ -6100,7 +6148,7 @@ var CancelToken = /*#__PURE__*/function () {
6100
6148
  /**
6101
6149
  * Throws a `CanceledError` if cancellation has been requested.
6102
6150
  */
6103
- return CancelToken_createClass(CancelToken, [{
6151
+ return _createClass(CancelToken, [{
6104
6152
  key: "throwIfRequested",
6105
6153
  value: function throwIfRequested() {
6106
6154
  if (this.reason) {
@@ -6218,12 +6266,7 @@ function isAxiosError(payload) {
6218
6266
  return utils.isObject(payload) && payload.isAxiosError === true;
6219
6267
  }
6220
6268
  ;// ./node_modules/axios/lib/helpers/HttpStatusCode.js
6221
- function HttpStatusCode_slicedToArray(r, e) { return HttpStatusCode_arrayWithHoles(r) || HttpStatusCode_iterableToArrayLimit(r, e) || HttpStatusCode_unsupportedIterableToArray(r, e) || HttpStatusCode_nonIterableRest(); }
6222
- 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."); }
6223
- 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; } }
6224
- 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; }
6225
- 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; } }
6226
- function HttpStatusCode_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
6269
+
6227
6270
  var HttpStatusCode = {
6228
6271
  Continue: 100,
6229
6272
  SwitchingProtocols: 101,
@@ -6290,7 +6333,7 @@ var HttpStatusCode = {
6290
6333
  NetworkAuthenticationRequired: 511
6291
6334
  };
6292
6335
  Object.entries(HttpStatusCode).forEach(function (_ref) {
6293
- var _ref2 = HttpStatusCode_slicedToArray(_ref, 2),
6336
+ var _ref2 = _slicedToArray(_ref, 2),
6294
6337
  key = _ref2[0],
6295
6338
  value = _ref2[1];
6296
6339
  HttpStatusCode[value] = key;
@@ -6417,18 +6460,14 @@ request.interceptors.response.use(function (resp) {
6417
6460
  });
6418
6461
  /* harmony default export */ var gridRequest = (request);
6419
6462
  ;// ./package/SpeechRecognition/api/Tx.js
6420
- 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); }
6421
- function Tx_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
6422
- 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); } }
6423
- 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; }
6424
- function Tx_toPropertyKey(t) { var i = Tx_toPrimitive(t, "string"); return "symbol" == Tx_typeof(i) ? i : i + ""; }
6425
- 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); }
6463
+
6464
+
6426
6465
 
6427
6466
  var Tx = /*#__PURE__*/function () {
6428
6467
  function Tx() {
6429
- Tx_classCallCheck(this, Tx);
6468
+ _classCallCheck(this, Tx);
6430
6469
  }
6431
- return Tx_createClass(Tx, null, [{
6470
+ return _createClass(Tx, null, [{
6432
6471
  key: "TextToVoice",
6433
6472
  value: function TextToVoice(text) {
6434
6473
  return gridRequest.post("/dxwh/gateway/TextToVoice", {
@@ -6464,23 +6503,10 @@ var Tx = /*#__PURE__*/function () {
6464
6503
  }]);
6465
6504
  }();
6466
6505
 
6467
- // EXTERNAL MODULE: ./node_modules/dayjs/dayjs.min.js
6468
- var dayjs_min = __webpack_require__(576);
6469
- var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
6470
- // EXTERNAL MODULE: ./node_modules/dayjs/locale/zh-cn.js
6471
- var zh_cn = __webpack_require__(514);
6472
- // EXTERNAL MODULE: ./node_modules/dayjs/plugin/weekday.js
6473
- var weekday = __webpack_require__(361);
6474
- var weekday_default = /*#__PURE__*/__webpack_require__.n(weekday);
6475
6506
  ;// ./package/SpeechRecognition/utils/DateUtil.js
6476
-
6477
-
6478
-
6479
- dayjs_min_default().extend((weekday_default()));
6480
- dayjs_min_default().locale('zh-cn');
6481
6507
  var getTimeSlot = function getTimeSlot() {
6482
- var now = dayjs_min_default()();
6483
- var hour = now.hour();
6508
+ var date = new Date();
6509
+ var hour = date.getHours();
6484
6510
  var timeSlot = '';
6485
6511
  switch (true) {
6486
6512
  case hour < 6:
@@ -6517,19 +6543,13 @@ var base64ToArrayBuffer = function base64ToArrayBuffer(base64) {
6517
6543
  return bytes.buffer;
6518
6544
  };
6519
6545
  ;// ./node_modules/pinyin-pro/dist/index.mjs
6520
- function dist_toConsumableArray(r) { return dist_arrayWithoutHoles(r) || dist_iterableToArray(r) || dist_unsupportedIterableToArray(r) || dist_nonIterableSpread(); }
6521
- 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."); }
6522
- function dist_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
6523
- function dist_arrayWithoutHoles(r) { if (Array.isArray(r)) return dist_arrayLikeToArray(r); }
6546
+
6547
+
6548
+
6549
+
6524
6550
  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; } } }; }
6525
6551
  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; } }
6526
6552
  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; }
6527
- 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); }
6528
- function dist_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
6529
- 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); } }
6530
- 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; }
6531
- function dist_toPropertyKey(t) { var i = dist_toPrimitive(t, "string"); return "symbol" == dist_typeof(i) ? i : i + ""; }
6532
- 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); }
6533
6553
  var DoubleUnicodePrefixReg = /^[\uD800-\uDBFF]$/;
6534
6554
  var DoubleUnicodeSuffixReg = /^[\uDC00-\uDFFF]$/;
6535
6555
  var DoubleUnicodeReg = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g;
@@ -6568,11 +6588,11 @@ function splitString(text) {
6568
6588
  }
6569
6589
  var FastDictFactory = /*#__PURE__*/function () {
6570
6590
  function FastDictFactory() {
6571
- dist_classCallCheck(this, FastDictFactory);
6591
+ _classCallCheck(this, FastDictFactory);
6572
6592
  this.NumberDICT = [];
6573
6593
  this.StringDICT = new Map();
6574
6594
  }
6575
- return dist_createClass(FastDictFactory, [{
6595
+ return _createClass(FastDictFactory, [{
6576
6596
  key: "get",
6577
6597
  value: function get(word) {
6578
6598
  if (word.length > 1) {
@@ -15486,10 +15506,10 @@ var TokenizationAlgorithm;
15486
15506
  TokenizationAlgorithm[TokenizationAlgorithm["MaxProbability"] = 2] = "MaxProbability";
15487
15507
  TokenizationAlgorithm[TokenizationAlgorithm["MinTokenization"] = 3] = "MinTokenization";
15488
15508
  })(TokenizationAlgorithm || (TokenizationAlgorithm = {}));
15489
- var TrieNode = /*#__PURE__*/dist_createClass(function TrieNode(parent) {
15509
+ var TrieNode = /*#__PURE__*/_createClass(function TrieNode(parent) {
15490
15510
  var prefix = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "";
15491
15511
  var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "";
15492
- dist_classCallCheck(this, TrieNode);
15512
+ _classCallCheck(this, TrieNode);
15493
15513
  this.children = new Map();
15494
15514
  this.fail = null;
15495
15515
  this.patterns = [];
@@ -15499,12 +15519,12 @@ var TrieNode = /*#__PURE__*/dist_createClass(function TrieNode(parent) {
15499
15519
  });
15500
15520
  var AC = /*#__PURE__*/function () {
15501
15521
  function AC() {
15502
- dist_classCallCheck(this, AC);
15522
+ _classCallCheck(this, AC);
15503
15523
  this.dictMap = new Map();
15504
15524
  this.queues = [];
15505
15525
  this.root = new TrieNode(null);
15506
15526
  }
15507
- return dist_createClass(AC, [{
15527
+ return _createClass(AC, [{
15508
15528
  key: "build",
15509
15529
  value: function build(patternList) {
15510
15530
  this.buildTrie(patternList);
@@ -15681,7 +15701,7 @@ var AC = /*#__PURE__*/function () {
15681
15701
  }
15682
15702
  }]);
15683
15703
  }(); // 常规匹配
15684
- var PatternsNormal = [].concat(dist_toConsumableArray(Pattern5), dist_toConsumableArray(Pattern4), dist_toConsumableArray(Pattern3), dist_toConsumableArray(Pattern2), dist_toConsumableArray(PatternNumberDict), dist_toConsumableArray(PatternSurname));
15704
+ var PatternsNormal = [].concat(toConsumableArray_toConsumableArray(Pattern5), toConsumableArray_toConsumableArray(Pattern4), toConsumableArray_toConsumableArray(Pattern3), toConsumableArray_toConsumableArray(Pattern2), toConsumableArray_toConsumableArray(PatternNumberDict), toConsumableArray_toConsumableArray(PatternSurname));
15685
15705
  var acTree = new AC();
15686
15706
  acTree.build(PatternsNormal);
15687
15707
  var customDict = {};
@@ -16217,7 +16237,7 @@ var originDictMap = new Map();
16217
16237
  function addDict(dict, options) {
16218
16238
  var patterns = [];
16219
16239
  // string 类型时:options 为 name()
16220
- var name = dist_typeof(options) === "object" ? options.name : options;
16240
+ var name = _typeof(options) === "object" ? options.name : options;
16221
16241
  var dictName = name || DefaultName;
16222
16242
  var dict1Handle = (options === null || options === void 0 ? void 0 : options.dict1) || "add";
16223
16243
  for (var word in dict) {
@@ -16429,7 +16449,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16429
16449
  });
16430
16450
  // 非中文匹配
16431
16451
  if (words[_i3 - 1] === pinyin$1[_j - 1]) {
16432
- var matches = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16452
+ var matches = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16433
16453
  // 记录最长的可匹配下标数组
16434
16454
  if (!dp[_i3][_j] || matches.length > dp[_i3][_j].length) {
16435
16455
  dp[_i3][_j] = matches;
@@ -16464,7 +16484,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16464
16484
  if (last) {
16465
16485
  return {
16466
16486
  v: {
16467
- v: [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1])
16487
+ v: [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1])
16468
16488
  }
16469
16489
  };
16470
16490
  }
@@ -16474,7 +16494,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16474
16494
  if (precision === "start") {
16475
16495
  muls.forEach(function (py) {
16476
16496
  var end = _j;
16477
- var matches = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16497
+ var matches = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16478
16498
  while (end <= pinyin$1.length && py.startsWith(pinyin$1.slice(_j - 1, end))) {
16479
16499
  if (!dp[_i3][end] || matches.length > dp[_i3][end].length) {
16480
16500
  dp[_i3][end] = matches;
@@ -16488,7 +16508,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16488
16508
  if (muls.some(function (py) {
16489
16509
  return py[0] === pinyin$1[_j - 1];
16490
16510
  })) {
16491
- var _matches = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16511
+ var _matches = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16492
16512
  // 记录最长的可匹配下标数组
16493
16513
  if (!dp[_i3][_j] || _matches.length > dp[_i3][_j].length) {
16494
16514
  dp[_i3][_j] = _matches;
@@ -16500,7 +16520,7 @@ var matchAboveStart = function matchAboveStart(text, pinyin$1, options) {
16500
16520
  return py === pinyin$1.slice(_j - 1, _j - 1 + py.length);
16501
16521
  });
16502
16522
  if (completeMatch) {
16503
- var _matches2 = [].concat(dist_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16523
+ var _matches2 = [].concat(_toConsumableArray(dp[_i3 - 1][_j - 1]), [_i3 - 1]);
16504
16524
  var endIndex = _j - 1 + completeMatch.length;
16505
16525
  // 记录最长的可匹配下标数组
16506
16526
  if (!dp[_i3][endIndex] || _matches2.length > dp[_i3][endIndex].length) {
@@ -16739,7 +16759,7 @@ var toneMap = {
16739
16759
  */
16740
16760
  function convert(pinyin, options) {
16741
16761
  options = Object.assign(Object.assign({}, DefaultConvertOptions), options || {});
16742
- var originType = dist_typeof(pinyin);
16762
+ var originType = _typeof(pinyin);
16743
16763
  if (typeof pinyin === 'string') {
16744
16764
  pinyin = pinyin.split(options.separator);
16745
16765
  }
@@ -17047,15 +17067,11 @@ var wakeUpState = function wakeUpState() {
17047
17067
  };
17048
17068
 
17049
17069
  ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/SpeechRecognition/index.vue?vue&type=script&lang=js
17050
- 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); }
17051
- 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; }
17070
+
17071
+
17072
+
17052
17073
  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; }
17053
- 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; }
17054
- 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; }
17055
- 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 + ""; }
17056
- 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); }
17057
- 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); }
17058
- 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); }); }; }
17074
+ 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; }
17059
17075
 
17060
17076
 
17061
17077
 
@@ -17193,9 +17209,9 @@ var __default__ = {
17193
17209
  },
17194
17210
  updateSession: function updateSession(opt) {
17195
17211
  var _this2 = this;
17196
- return SpeechRecognitionvue_type_script_lang_js_asyncToGenerator(/*#__PURE__*/SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().mark(function _callee() {
17212
+ return _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee() {
17197
17213
  var messages, res, type, content, _messages, voice_id, session_id, formData, _res, code, msg, obj, _content, standard_back, command_type;
17198
- return SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().wrap(function _callee$(_context) {
17214
+ return regenerator_default().wrap(function _callee$(_context) {
17199
17215
  while (1) switch (_context.prev = _context.next) {
17200
17216
  case 0:
17201
17217
  messages = opt.messages, res = opt.res;
@@ -17318,9 +17334,9 @@ var __default__ = {
17318
17334
  },
17319
17335
  // 语音播放
17320
17336
  handlePlayTTS: function handlePlayTTS(opt) {
17321
- return SpeechRecognitionvue_type_script_lang_js_asyncToGenerator(/*#__PURE__*/SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().mark(function _callee2() {
17337
+ return _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee2() {
17322
17338
  var content, onEnded, res, arrayBuffer, blob, url, audio;
17323
- return SpeechRecognitionvue_type_script_lang_js_regeneratorRuntime().wrap(function _callee2$(_context2) {
17339
+ return regenerator_default().wrap(function _callee2$(_context2) {
17324
17340
  while (1) switch (_context2.prev = _context2.next) {
17325
17341
  case 0:
17326
17342
  _context2.prev = 0;