@digipair/skill-web-ocr 0.94.0-8 → 0.95.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ function __decorate(decorators, target, key, desc) {
7
7
  function __metadata(metadataKey, metadataValue) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
9
9
  }
10
- typeof SuppressedError === "function" ? SuppressedError : function(error, suppressed, message) {
10
+ typeof SuppressedError === "function" ? SuppressedError : function _SuppressedError(error, suppressed, message) {
11
11
  var e = new Error(message);
12
12
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
13
13
  };
@@ -32,6 +32,7 @@ function _defineProperties$3(target, props) {
32
32
  }
33
33
  function _create_class$3(Constructor, protoProps, staticProps) {
34
34
  if (protoProps) _defineProperties$3(Constructor.prototype, protoProps);
35
+ if (staticProps) _defineProperties$3(Constructor, staticProps);
35
36
  return Constructor;
36
37
  }
37
38
  function _instanceof$1(left, right) {
@@ -41,11 +42,11 @@ function _instanceof$1(left, right) {
41
42
  return left instanceof right;
42
43
  }
43
44
  }
44
- var t$2 = globalThis, e$2 = t$2.ShadowRoot && (void 0 === t$2.ShadyCSS || t$2.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$2 = Symbol(), o$4 = new WeakMap;
45
+ var t$2 = globalThis, e$2 = t$2.ShadowRoot && (void 0 === t$2.ShadyCSS || t$2.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$1 = Symbol(), o$3 = new WeakMap;
45
46
  var n$3 = /*#__PURE__*/ function() {
46
47
  function n(t, e, o) {
47
48
  _class_call_check$3(this, n);
48
- if (this._$cssResult$ = true, o !== s$2) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
49
+ if (this._$cssResult$ = !0, o !== s$1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
49
50
  this.cssText = t, this.t = e;
50
51
  }
51
52
  _create_class$3(n, [
@@ -56,7 +57,7 @@ var n$3 = /*#__PURE__*/ function() {
56
57
  var s = this.t;
57
58
  if (e$2 && void 0 === t) {
58
59
  var e1 = void 0 !== s && 1 === s.length;
59
- e1 && (t = o$4.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet).replaceSync(this.cssText), e1 && o$4.set(s, t));
60
+ e1 && (t = o$3.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet).replaceSync(this.cssText), e1 && o$3.set(s, t));
60
61
  }
61
62
  return t;
62
63
  }
@@ -70,20 +71,20 @@ var n$3 = /*#__PURE__*/ function() {
70
71
  ]);
71
72
  return n;
72
73
  }();
73
- var r$4 = function(t) {
74
- return new n$3("string" == typeof t ? t : t + "", void 0, s$2);
74
+ var r$5 = function(t) {
75
+ return new n$3("string" == typeof t ? t : t + "", void 0, s$1);
75
76
  }, i$3 = function(t) {
76
77
  for(var _len = arguments.length, e = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
77
78
  e[_key - 1] = arguments[_key];
78
79
  }
79
80
  var o = 1 === t.length ? t[0] : e.reduce(function(e, s, o) {
80
81
  return e + function(t) {
81
- if (true === t._$cssResult$) return t.cssText;
82
+ if (!0 === t._$cssResult$) return t.cssText;
82
83
  if ("number" == typeof t) return t;
83
84
  throw Error("Value passed to 'css' function must be a 'css' function result: " + t + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
84
85
  }(s) + t[o + 1];
85
86
  }, t[0]);
86
- return new n$3(o, t, s$2);
87
+ return new n$3(o, t, s$1);
87
88
  }, S$1 = function(s, o) {
88
89
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
89
90
  if (e$2) s.adoptedStyleSheets = o.map(function(t) {
@@ -134,7 +135,7 @@ var r$4 = function(t) {
134
135
  }
135
136
  }
136
137
  }
137
- return r$4(e);
138
+ return r$5(e);
138
139
  }(t) : t;
139
140
  };
140
141
 
@@ -276,7 +277,7 @@ function _non_iterable_spread$1() {
276
277
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
277
278
  }
278
279
  function _possible_constructor_return$2(self, call) {
279
- if (call && (_type_of$4(call) === "object" || typeof call === "function")) {
280
+ if (call && (_type_of$3(call) === "object" || typeof call === "function")) {
280
281
  return call;
281
282
  }
282
283
  return _assert_this_initialized$2(self);
@@ -294,7 +295,7 @@ function _sliced_to_array$1(arr, i) {
294
295
  function _to_consumable_array$1(arr) {
295
296
  return _array_without_holes$1(arr) || _iterable_to_array$1(arr) || _unsupported_iterable_to_array$1(arr) || _non_iterable_spread$1();
296
297
  }
297
- function _type_of$4(obj) {
298
+ function _type_of$3(obj) {
298
299
  "@swc/helpers - typeof";
299
300
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
300
301
  }
@@ -456,7 +457,7 @@ var _Symbol, _a, _a1;
456
457
  * @license
457
458
  * Copyright 2017 Google LLC
458
459
  * SPDX-License-Identifier: BSD-3-Clause
459
- */ var i$2 = Object.is, e$1 = Object.defineProperty, h$1 = Object.getOwnPropertyDescriptor, r$3 = Object.getOwnPropertyNames, o$3 = Object.getOwnPropertySymbols, n$2 = Object.getPrototypeOf, a$1 = globalThis, c$1 = a$1.trustedTypes, l$1 = c$1 ? c$1.emptyScript : "", p$1 = a$1.reactiveElementPolyfillSupport, d$1 = function(t, s) {
460
+ */ var i$2 = Object.is, e$1 = Object.defineProperty, r$4 = Object.getOwnPropertyDescriptor, h$1 = Object.getOwnPropertyNames, o$2 = Object.getOwnPropertySymbols, n$2 = Object.getPrototypeOf, a$1 = globalThis, c$1 = a$1.trustedTypes, l$1 = c$1 ? c$1.emptyScript : "", p$1 = a$1.reactiveElementPolyfillSupport, d$1 = function(t, s) {
460
461
  return t;
461
462
  }, u$1 = {
462
463
  toAttribute: function toAttribute(t, s) {
@@ -491,26 +492,25 @@ var _Symbol, _a, _a1;
491
492
  }
492
493
  }, f$1 = function(t, s) {
493
494
  return !i$2(t, s);
494
- }, b = {
495
- attribute: true,
495
+ }, y$1 = {
496
+ attribute: !0,
496
497
  type: String,
497
498
  converter: u$1,
498
- reflect: false,
499
- useDefault: false,
499
+ reflect: !1,
500
500
  hasChanged: f$1
501
501
  };
502
502
  var _metadata, _litPropertyMetadata;
503
503
  (_metadata = (_Symbol = Symbol).metadata) !== null && _metadata !== void 0 ? _metadata : _Symbol.metadata = Symbol("metadata"), (_litPropertyMetadata = (_a = a$1).litPropertyMetadata) !== null && _litPropertyMetadata !== void 0 ? _litPropertyMetadata : _a.litPropertyMetadata = new WeakMap;
504
- var y$1 = /*#__PURE__*/ function(HTMLElement1) {
505
- _inherits$2(y, HTMLElement1);
506
- var _super = _create_super$2(y);
507
- function y() {
508
- _class_call_check$2(this, y);
504
+ var b = /*#__PURE__*/ function(HTMLElement1) {
505
+ _inherits$2(b, HTMLElement1);
506
+ var _super = _create_super$2(b);
507
+ function b() {
508
+ _class_call_check$2(this, b);
509
509
  var _this;
510
- _this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending = false, _this.hasUpdated = false, _this._$Em = null, _this._$Ev();
510
+ _this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending = !1, _this.hasUpdated = !1, _this._$Em = null, _this._$Ev();
511
511
  return _possible_constructor_return$2(_this);
512
512
  }
513
- _create_class$2(y, [
513
+ _create_class$2(b, [
514
514
  {
515
515
  key: "_$Ev",
516
516
  value: function _$Ev() {
@@ -578,7 +578,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
578
578
  value: function connectedCallback() {
579
579
  var _this__$EO;
580
580
  var _this_renderRoot;
581
- (_this_renderRoot = this.renderRoot) !== null && _this_renderRoot !== void 0 ? _this_renderRoot : this.renderRoot = this.createRenderRoot(), this.enableUpdating(true), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
581
+ (_this_renderRoot = this.renderRoot) !== null && _this_renderRoot !== void 0 ? _this_renderRoot : this.renderRoot = this.createRenderRoot(), this.enableUpdating(!0), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
582
582
  var _t_hostConnected;
583
583
  return (_t_hostConnected = t.hostConnected) === null || _t_hostConnected === void 0 ? void 0 : _t_hostConnected.call(t);
584
584
  });
@@ -605,13 +605,13 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
605
605
  }
606
606
  },
607
607
  {
608
- key: "_$ET",
609
- value: function _$ET(t, s) {
608
+ key: "_$EC",
609
+ value: function _$EC(t, s) {
610
610
  var i = this.constructor.elementProperties.get(t), e = this.constructor._$Eu(t, i);
611
- if (void 0 !== e && true === i.reflect) {
611
+ if (void 0 !== e && !0 === i.reflect) {
612
612
  var _i_converter;
613
- var h = (void 0 !== ((_i_converter = i.converter) === null || _i_converter === void 0 ? void 0 : _i_converter.toAttribute) ? i.converter : u$1).toAttribute(s, i.type);
614
- this._$Em = t, null == h ? this.removeAttribute(e) : this.setAttribute(e, h), this._$Em = null;
613
+ var r = (void 0 !== ((_i_converter = i.converter) === null || _i_converter === void 0 ? void 0 : _i_converter.toAttribute) ? i.converter : u$1).toAttribute(s, i.type);
614
+ this._$Em = t, null == r ? this.removeAttribute(e) : this.setAttribute(e, r), this._$Em = null;
615
615
  }
616
616
  }
617
617
  },
@@ -620,12 +620,11 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
620
620
  value: function _$AK(t, s) {
621
621
  var i = this.constructor, e = i._$Eh.get(t);
622
622
  if (void 0 !== e && this._$Em !== e) {
623
- var _t_converter, _this__$Ej;
624
- var _$t = i.getPropertyOptions(e), h = "function" == typeof _$t.converter ? {
623
+ var _t_converter;
624
+ var _$t = i.getPropertyOptions(e), r = "function" == typeof _$t.converter ? {
625
625
  fromAttribute: _$t.converter
626
626
  } : void 0 !== ((_t_converter = _$t.converter) === null || _t_converter === void 0 ? void 0 : _t_converter.fromAttribute) ? _$t.converter : u$1;
627
- var _h_fromAttribute, _ref;
628
- this._$Em = e, this[e] = (_ref = (_h_fromAttribute = h.fromAttribute(s, _$t.type)) !== null && _h_fromAttribute !== void 0 ? _h_fromAttribute : (_this__$Ej = this._$Ej) === null || _this__$Ej === void 0 ? void 0 : _this__$Ej.get(e)) !== null && _ref !== void 0 ? _ref : null, this._$Em = null;
627
+ this._$Em = e, this[e] = r.fromAttribute(s, _$t.type), this._$Em = null;
629
628
  }
630
629
  }
631
630
  },
@@ -633,33 +632,30 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
633
632
  key: "requestUpdate",
634
633
  value: function requestUpdate(t, s, i) {
635
634
  if (void 0 !== t) {
636
- var _this__$Ej;
637
- var e = this.constructor, h = this[t];
638
635
  var _i_hasChanged;
639
- if (i !== null && i !== void 0 ? i : i = e.getPropertyOptions(t), !(((_i_hasChanged = i.hasChanged) !== null && _i_hasChanged !== void 0 ? _i_hasChanged : f$1)(h, s) || i.useDefault && i.reflect && h === ((_this__$Ej = this._$Ej) === null || _this__$Ej === void 0 ? void 0 : _this__$Ej.get(t)) && !this.hasAttribute(e._$Eu(t, i)))) return;
640
- this.C(t, s, i);
636
+ if (i !== null && i !== void 0 ? i : i = this.constructor.getPropertyOptions(t), !((_i_hasChanged = i.hasChanged) !== null && _i_hasChanged !== void 0 ? _i_hasChanged : f$1)(this[t], s)) return;
637
+ this.P(t, s, i);
641
638
  }
642
- false === this.isUpdatePending && (this._$ES = this._$EP());
639
+ !1 === this.isUpdatePending && (this._$ES = this._$ET());
643
640
  }
644
641
  },
645
642
  {
646
- key: "C",
647
- value: function C(t, s, param, r) {
648
- var i = param.useDefault, e = param.reflect, h = param.wrapped;
649
- var _this__$Ej, _ref, _this__$Eq;
650
- i && !((_this__$Ej = this._$Ej) !== null && _this__$Ej !== void 0 ? _this__$Ej : this._$Ej = new Map).has(t) && (this._$Ej.set(t, (_ref = r !== null && r !== void 0 ? r : s) !== null && _ref !== void 0 ? _ref : this[t]), true !== h || void 0 !== r) || (this._$AL.has(t) || (this.hasUpdated || i || (s = void 0), this._$AL.set(t, s)), true === e && this._$Em !== t && ((_this__$Eq = this._$Eq) !== null && _this__$Eq !== void 0 ? _this__$Eq : this._$Eq = new Set).add(t));
643
+ key: "P",
644
+ value: function P(t, s, i) {
645
+ var _this__$Ej;
646
+ this._$AL.has(t) || this._$AL.set(t, s), !0 === i.reflect && this._$Em !== t && ((_this__$Ej = this._$Ej) !== null && _this__$Ej !== void 0 ? _this__$Ej : this._$Ej = new Set).add(t);
651
647
  }
652
648
  },
653
649
  {
654
- key: "_$EP",
655
- value: function _$EP() {
650
+ key: "_$ET",
651
+ value: function _$ET() {
656
652
  var _this = this;
657
653
  return _async_to_generator(function() {
658
654
  var t, _$t, _tmp;
659
655
  return _ts_generator(this, function(_state) {
660
656
  switch(_state.label){
661
657
  case 0:
662
- _this.isUpdatePending = true;
658
+ _this.isUpdatePending = !0;
663
659
  _state.label = 1;
664
660
  case 1:
665
661
  _state.trys.push([
@@ -749,8 +745,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
749
745
  if (t1.size > 0) try {
750
746
  for(var _iterator1 = t1[Symbol.iterator](), _step1; !(_iteratorNormalCompletion1 = (_step1 = _iterator1.next()).done); _iteratorNormalCompletion1 = true){
751
747
  var _step_value1 = _sliced_to_array$1(_step1.value, 2), _$s1 = _step_value1[0], i = _step_value1[1];
752
- var t2 = i.wrapped, e = this[_$s1];
753
- !0 !== t2 || this._$AL.has(_$s1) || void 0 === e || this.C(_$s1, void 0, i, e);
748
+ !0 !== i.wrapped || this._$AL.has(_$s1) || void 0 === this[_$s1] || this.P(_$s1, this[_$s1], i);
754
749
  }
755
750
  } catch (err) {
756
751
  _didIteratorError1 = true;
@@ -767,18 +762,18 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
767
762
  }
768
763
  }
769
764
  }
770
- var t3 = false;
765
+ var t2 = !1;
771
766
  var _$s2 = this._$AL;
772
767
  try {
773
768
  var _this__$EO;
774
- t3 = this.shouldUpdate(_$s2), t3 ? (this.willUpdate(_$s2), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
769
+ t2 = this.shouldUpdate(_$s2), t2 ? (this.willUpdate(_$s2), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
775
770
  var _t_hostUpdate;
776
771
  return (_t_hostUpdate = t.hostUpdate) === null || _t_hostUpdate === void 0 ? void 0 : _t_hostUpdate.call(t);
777
- }), this.update(_$s2)) : this._$EM();
772
+ }), this.update(_$s2)) : this._$EU();
778
773
  } catch (s) {
779
- throw t3 = false, this._$EM(), s;
774
+ throw t2 = !1, this._$EU(), s;
780
775
  }
781
- t3 && this._$AE(_$s2);
776
+ t2 && this._$AE(_$s2);
782
777
  }
783
778
  },
784
779
  {
@@ -792,13 +787,13 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
792
787
  (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
793
788
  var _t_hostUpdated;
794
789
  return (_t_hostUpdated = t.hostUpdated) === null || _t_hostUpdated === void 0 ? void 0 : _t_hostUpdated.call(t);
795
- }), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t)), this.updated(t);
790
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
796
791
  }
797
792
  },
798
793
  {
799
- key: "_$EM",
800
- value: function _$EM() {
801
- this._$AL = new Map, this.isUpdatePending = false;
794
+ key: "_$EU",
795
+ value: function _$EU() {
796
+ this._$AL = new Map, this.isUpdatePending = !1;
802
797
  }
803
798
  },
804
799
  {
@@ -816,16 +811,16 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
816
811
  {
817
812
  key: "shouldUpdate",
818
813
  value: function shouldUpdate(t) {
819
- return true;
814
+ return !0;
820
815
  }
821
816
  },
822
817
  {
823
818
  key: "update",
824
819
  value: function update(t) {
825
820
  var _this = this;
826
- this._$Eq && (this._$Eq = this._$Eq.forEach(function(t) {
827
- return _this._$ET(t, _this[t]);
828
- })), this._$EM();
821
+ this._$Ej && (this._$Ej = this._$Ej.forEach(function(t) {
822
+ return _this._$EC(t, _this[t]);
823
+ })), this._$EU();
829
824
  }
830
825
  },
831
826
  {
@@ -853,33 +848,35 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
853
848
  {
854
849
  key: "createProperty",
855
850
  value: function createProperty(t) {
856
- var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : b;
857
- if (s.state && (s.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t) && ((s = Object.create(s)).wrapped = true), this.elementProperties.set(t, s), !s.noAccessor) {
858
- var i = Symbol(), h = this.getPropertyDescriptor(t, i, s);
859
- void 0 !== h && e$1(this.prototype, t, h);
851
+ var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : y$1;
852
+ if (s.state && (s.attribute = !1), this._$Ei(), this.elementProperties.set(t, s), !s.noAccessor) {
853
+ var i = Symbol(), r = this.getPropertyDescriptor(t, i, s);
854
+ void 0 !== r && e$1(this.prototype, t, r);
860
855
  }
861
856
  }
862
857
  },
863
858
  {
864
859
  key: "getPropertyDescriptor",
865
860
  value: function getPropertyDescriptor(t, s, i) {
866
- var _h;
867
- var _ref = (_h = h$1(this.prototype, t)) !== null && _h !== void 0 ? _h : {
861
+ var _r;
862
+ var _ref = (_r = r$4(this.prototype, t)) !== null && _r !== void 0 ? _r : {
868
863
  get: function get() {
869
864
  return this[s];
870
865
  },
871
866
  set: function set(t) {
872
867
  this[s] = t;
873
868
  }
874
- }, e = _ref.get, r = _ref.set;
869
+ }, e = _ref.get, h = _ref.set;
875
870
  return {
876
- get: e,
871
+ get: function get() {
872
+ return e === null || e === void 0 ? void 0 : e.call(this);
873
+ },
877
874
  set: function set(s) {
878
- var h = e === null || e === void 0 ? void 0 : e.call(this);
879
- r === null || r === void 0 ? void 0 : r.call(this, s), this.requestUpdate(t, h, i);
875
+ var r = e === null || e === void 0 ? void 0 : e.call(this);
876
+ h.call(this, s), this.requestUpdate(t, r, i);
880
877
  },
881
- configurable: true,
882
- enumerable: true
878
+ configurable: !0,
879
+ enumerable: !0
883
880
  };
884
881
  }
885
882
  },
@@ -887,7 +884,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
887
884
  key: "getPropertyOptions",
888
885
  value: function getPropertyOptions(t) {
889
886
  var _this_elementProperties_get;
890
- return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get : b;
887
+ return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get : y$1;
891
888
  }
892
889
  },
893
890
  {
@@ -902,8 +899,8 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
902
899
  key: "finalize",
903
900
  value: function finalize() {
904
901
  if (this.hasOwnProperty(d$1("finalized"))) return;
905
- if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d$1("properties"))) {
906
- var t = this.properties, s = _to_consumable_array$1(r$3(t)).concat(_to_consumable_array$1(o$3(t)));
902
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(d$1("properties"))) {
903
+ var t = this.properties, s = _to_consumable_array$1(h$1(t)).concat(_to_consumable_array$1(o$2(t)));
907
904
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
908
905
  try {
909
906
  for(var _iterator = s[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
@@ -1008,18 +1005,18 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
1008
1005
  key: "_$Eu",
1009
1006
  value: function _$Eu(t, s) {
1010
1007
  var i = s.attribute;
1011
- return false === i ? void 0 : "string" == typeof i ? i : "string" == typeof t ? t.toLowerCase() : void 0;
1008
+ return !1 === i ? void 0 : "string" == typeof i ? i : "string" == typeof t ? t.toLowerCase() : void 0;
1012
1009
  }
1013
1010
  }
1014
1011
  ]);
1015
- return y;
1012
+ return b;
1016
1013
  }(_wrap_native_super(HTMLElement));
1017
1014
  var _reactiveElementVersions;
1018
- y$1.elementStyles = [], y$1.shadowRootOptions = {
1015
+ b.elementStyles = [], b.shadowRootOptions = {
1019
1016
  mode: "open"
1020
- }, y$1[d$1("elementProperties")] = new Map, y$1[d$1("finalized")] = new Map, p$1 === null || p$1 === void 0 ? void 0 : p$1({
1021
- ReactiveElement: y$1
1022
- }), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.1.0");
1017
+ }, b[d$1("elementProperties")] = new Map, b[d$1("finalized")] = new Map, p$1 === null || p$1 === void 0 ? void 0 : p$1({
1018
+ ReactiveElement: b
1019
+ }), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.0.4");
1023
1020
 
1024
1021
  /**
1025
1022
  * @license
@@ -1114,7 +1111,7 @@ function _non_iterable_spread() {
1114
1111
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1115
1112
  }
1116
1113
  function _possible_constructor_return$1(self, call) {
1117
- if (call && (_type_of$3(call) === "object" || typeof call === "function")) {
1114
+ if (call && (_type_of$2(call) === "object" || typeof call === "function")) {
1118
1115
  return call;
1119
1116
  }
1120
1117
  return _assert_this_initialized$1(self);
@@ -1132,7 +1129,7 @@ function _sliced_to_array(arr, i) {
1132
1129
  function _to_consumable_array(arr) {
1133
1130
  return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
1134
1131
  }
1135
- function _type_of$3(obj) {
1132
+ function _type_of$2(obj) {
1136
1133
  "@swc/helpers - typeof";
1137
1134
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1138
1135
  }
@@ -1169,17 +1166,17 @@ function _create_super$1(Derived) {
1169
1166
  };
1170
1167
  }
1171
1168
  var _t;
1172
- var t$1 = globalThis, i$1 = t$1.trustedTypes, s$1 = i$1 ? i$1.createPolicy("lit-html", {
1169
+ var t$1 = globalThis, i$1 = t$1.trustedTypes, s = i$1 ? i$1.createPolicy("lit-html", {
1173
1170
  createHTML: function(t) {
1174
1171
  return t;
1175
1172
  }
1176
- }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$2 = "?" + h, n$1 = "<".concat(o$2, ">"), r$2 = document, l = function() {
1177
- return r$2.createComment("");
1173
+ }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1174
+ return r$3.createComment("");
1178
1175
  }, c = function(t) {
1179
- return null === t || "object" != (typeof t === "undefined" ? "undefined" : _type_of$3(t)) && "function" != typeof t;
1176
+ return null === t || "object" != typeof t && "function" != typeof t;
1180
1177
  }, a = Array.isArray, u = function(t) {
1181
1178
  return a(t) || "function" == typeof (t === null || t === void 0 ? void 0 : t[Symbol.iterator]);
1182
- }, d = "[ \t\n\f\r]", f = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, v = /-->/g, _ = />/g, m = RegExp(">|".concat(d, "(?:([^\\s\"'>=/]+)(").concat(d, "*=").concat(d, "*(?:[^ \n\f\r\"'`<>=]|(\"|')|))|$)"), "g"), p = /'/g, g = /"/g, $ = /^(?:script|style|textarea|title)$/i, y = function(t) {
1179
+ }, d = "[ \n\f\r]", f = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, v = /-->/g, _ = />/g, m = RegExp(">|".concat(d, "(?:([^\\s\"'>=/]+)(").concat(d, "*=").concat(d, "*(?:[^ \n\f\r\"'`<>=]|(\"|')|))|$)"), "g"), p = /'/g, g = /"/g, $ = /^(?:script|style|textarea|title)$/i, y = function(t) {
1183
1180
  return function(i) {
1184
1181
  for(var _len = arguments.length, s = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
1185
1182
  s[_key - 1] = arguments[_key];
@@ -1190,10 +1187,10 @@ var t$1 = globalThis, i$1 = t$1.trustedTypes, s$1 = i$1 ? i$1.createPolicy("lit-
1190
1187
  values: s
1191
1188
  };
1192
1189
  };
1193
- }, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$2.createTreeWalker(r$2, 129);
1190
+ }, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$3.createTreeWalker(r$3, 129);
1194
1191
  function P(t, i) {
1195
1192
  if (!a(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
1196
- return void 0 !== s$1 ? s$1.createHTML(i) : i;
1193
+ return void 0 !== s ? s.createHTML(i) : i;
1197
1194
  }
1198
1195
  var V = function(t, i) {
1199
1196
  var s = t.length - 1, o = [];
@@ -1268,7 +1265,7 @@ var N = /*#__PURE__*/ function() {
1268
1265
  r.append(t3[s2], l());
1269
1266
  }
1270
1267
  }
1271
- } else if (8 === r.nodeType) if (r.data === o$2) d.push({
1268
+ } else if (8 === r.nodeType) if (r.data === o$1) d.push({
1272
1269
  type: 2,
1273
1270
  index: c
1274
1271
  });
@@ -1286,7 +1283,7 @@ var N = /*#__PURE__*/ function() {
1286
1283
  {
1287
1284
  key: "createElement",
1288
1285
  value: function createElement(t, i) {
1289
- var s = r$2.createElement("template");
1286
+ var s = r$3.createElement("template");
1290
1287
  return s.innerHTML = t, s;
1291
1288
  }
1292
1289
  }
@@ -1301,7 +1298,7 @@ function S(t, i) {
1301
1298
  var h = void 0 !== e ? (_s__$Co = s._$Co) === null || _s__$Co === void 0 ? void 0 : _s__$Co[e] : s._$Cl;
1302
1299
  var o = c(i) ? void 0 : i._$litDirective$;
1303
1300
  var __$Co;
1304
- return (h === null || h === void 0 ? void 0 : h.constructor) !== o && (h === null || h === void 0 ? void 0 : (_h__$AO = h._$AO) === null || _h__$AO === void 0 ? void 0 : _h__$AO.call(h, false), void 0 === o ? h = void 0 : (h = new o(t), h._$AT(t, s, e)), void 0 !== e ? ((__$Co = (_s = s)._$Co) !== null && __$Co !== void 0 ? __$Co : _s._$Co = [])[e] = h : s._$Cl = h), void 0 !== h && (i = S(t, h._$AS(t, i.values), h, e)), i;
1301
+ return (h === null || h === void 0 ? void 0 : h.constructor) !== o && (h === null || h === void 0 ? void 0 : (_h__$AO = h._$AO) === null || _h__$AO === void 0 ? void 0 : _h__$AO.call(h, !1), void 0 === o ? h = void 0 : (h = new o(t), h._$AT(t, s, e)), void 0 !== e ? ((__$Co = (_s = s)._$Co) !== null && __$Co !== void 0 ? __$Co : _s._$Co = [])[e] = h : s._$Cl = h), void 0 !== h && (i = S(t, h._$AS(t, i.values), h, e)), i;
1305
1302
  }
1306
1303
  var M = /*#__PURE__*/ function() {
1307
1304
  function M(t, i) {
@@ -1325,7 +1322,7 @@ var M = /*#__PURE__*/ function() {
1325
1322
  key: "u",
1326
1323
  value: function u(t) {
1327
1324
  var _t_creationScope;
1328
- var _this__$AD = this._$AD, _this__$AD_el = _this__$AD.el, i = _this__$AD_el.content, s = _this__$AD.parts, e = ((_t_creationScope = t === null || t === void 0 ? void 0 : t.creationScope) !== null && _t_creationScope !== void 0 ? _t_creationScope : r$2).importNode(i, true);
1325
+ var _this__$AD = this._$AD, _this__$AD_el = _this__$AD.el, i = _this__$AD_el.content, s = _this__$AD.parts, e = ((_t_creationScope = t === null || t === void 0 ? void 0 : t.creationScope) !== null && _t_creationScope !== void 0 ? _t_creationScope : r$3).importNode(i, !0);
1329
1326
  C.currentNode = e;
1330
1327
  var h = C.nextNode(), o = 0, n = 0, l = s[0];
1331
1328
  for(; void 0 !== l;){
@@ -1335,7 +1332,7 @@ var M = /*#__PURE__*/ function() {
1335
1332
  }
1336
1333
  o !== (l === null || l === void 0 ? void 0 : l.index) && (h = C.nextNode(), o++);
1337
1334
  }
1338
- return C.currentNode = r$2, e;
1335
+ return C.currentNode = r$3, e;
1339
1336
  }
1340
1337
  },
1341
1338
  {
@@ -1371,7 +1368,7 @@ var R = /*#__PURE__*/ function() {
1371
1368
  function R(t, i, s, e) {
1372
1369
  _class_call_check$1(this, R);
1373
1370
  var _e_isConnected;
1374
- this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t, this._$AB = i, this._$AM = s, this.options = e, this._$Cv = (_e_isConnected = e === null || e === void 0 ? void 0 : e.isConnected) !== null && _e_isConnected !== void 0 ? _e_isConnected : true;
1371
+ this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t, this._$AB = i, this._$AM = s, this.options = e, this._$Cv = (_e_isConnected = e === null || e === void 0 ? void 0 : e.isConnected) !== null && _e_isConnected !== void 0 ? _e_isConnected : !0;
1375
1372
  }
1376
1373
  _create_class$1(R, [
1377
1374
  {
@@ -1424,7 +1421,7 @@ var R = /*#__PURE__*/ function() {
1424
1421
  {
1425
1422
  key: "_",
1426
1423
  value: function _(t) {
1427
- this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$2.createTextNode(t)), this._$AH = t;
1424
+ this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$3.createTextNode(t)), this._$AH = t;
1428
1425
  }
1429
1426
  },
1430
1427
  {
@@ -1480,7 +1477,7 @@ var R = /*#__PURE__*/ function() {
1480
1477
  value: function _$AR() {
1481
1478
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this._$AA.nextSibling, i = arguments.length > 1 ? arguments[1] : void 0;
1482
1479
  var _this__$AP, _this;
1483
- for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this, false, true, i); t && t !== this._$AB;){
1480
+ for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this, !1, !0, i); t && t !== this._$AB;){
1484
1481
  var i1 = t.nextSibling;
1485
1482
  t.remove(), t = i1;
1486
1483
  }
@@ -1519,7 +1516,7 @@ var k = /*#__PURE__*/ function() {
1519
1516
  value: function _$AI(t) {
1520
1517
  var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this, s = arguments.length > 2 ? arguments[2] : void 0, e = arguments.length > 3 ? arguments[3] : void 0;
1521
1518
  var h = this.strings;
1522
- var o = false;
1519
+ var o = !1;
1523
1520
  if (void 0 === h) t = S(this, t, i, 0), o = !c(t) || t !== this._$AH && t !== T, o && (this._$AH = t);
1524
1521
  else {
1525
1522
  var e1 = t;
@@ -1634,7 +1631,7 @@ var z = /*#__PURE__*/ function() {
1634
1631
  }();
1635
1632
  var j = t$1.litHtmlPolyfillSupport;
1636
1633
  var _litHtmlVersions;
1637
- j === null || j === void 0 ? void 0 : j(N, R), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.3.0");
1634
+ j === null || j === void 0 ? void 0 : j(N, R), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.2.1");
1638
1635
  var B = function(t, i, s) {
1639
1636
  var _s_renderBefore;
1640
1637
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1669,6 +1666,7 @@ function _defineProperties(target, props) {
1669
1666
  }
1670
1667
  function _create_class(Constructor, protoProps, staticProps) {
1671
1668
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
1669
+ if (staticProps) _defineProperties(Constructor, staticProps);
1672
1670
  return Constructor;
1673
1671
  }
1674
1672
  function _get(target, property, receiver) {
@@ -1707,7 +1705,7 @@ function _inherits(subClass, superClass) {
1707
1705
  if (superClass) _set_prototype_of(subClass, superClass);
1708
1706
  }
1709
1707
  function _possible_constructor_return(self, call) {
1710
- if (call && (_type_of$2(call) === "object" || typeof call === "function")) {
1708
+ if (call && (_type_of$1(call) === "object" || typeof call === "function")) {
1711
1709
  return call;
1712
1710
  }
1713
1711
  return _assert_this_initialized(self);
@@ -1726,7 +1724,7 @@ function _super_prop_base(object, property) {
1726
1724
  }
1727
1725
  return object;
1728
1726
  }
1729
- function _type_of$2(obj) {
1727
+ function _type_of$1(obj) {
1730
1728
  "@swc/helpers - typeof";
1731
1729
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1732
1730
  }
@@ -1754,18 +1752,17 @@ function _create_super(Derived) {
1754
1752
  return _possible_constructor_return(this, result);
1755
1753
  };
1756
1754
  }
1757
- var _s_litElementHydrateSupport;
1758
- var _s;
1755
+ var _globalThis_litElementHydrateSupport, _globalThis;
1756
+ var _globalThis1;
1759
1757
  /**
1760
1758
  * @license
1761
1759
  * Copyright 2017 Google LLC
1762
1760
  * SPDX-License-Identifier: BSD-3-Clause
1763
- */ var s = globalThis;
1764
- var i = /*#__PURE__*/ function(t) {
1765
- _inherits(i, t);
1766
- var _super = _create_super(i);
1767
- function i() {
1768
- _class_call_check(this, i);
1761
+ */ var r$2 = /*#__PURE__*/ function(t) {
1762
+ _inherits(r, t);
1763
+ var _super = _create_super(r);
1764
+ function r() {
1765
+ _class_call_check(this, r);
1769
1766
  var _this;
1770
1767
  _this = _super.call.apply(_super, [
1771
1768
  this
@@ -1774,12 +1771,12 @@ var i = /*#__PURE__*/ function(t) {
1774
1771
  }, _this._$Do = void 0;
1775
1772
  return _possible_constructor_return(_this);
1776
1773
  }
1777
- _create_class(i, [
1774
+ _create_class(r, [
1778
1775
  {
1779
1776
  key: "createRenderRoot",
1780
1777
  value: function createRenderRoot() {
1781
1778
  var _this_renderOptions;
1782
- var _$t = _get(_get_prototype_of(i.prototype), "createRenderRoot", this).call(this);
1779
+ var _$t = _get(_get_prototype_of(r.prototype), "createRenderRoot", this).call(this);
1783
1780
  var _renderBefore;
1784
1781
  return (_renderBefore = (_this_renderOptions = this.renderOptions).renderBefore) !== null && _renderBefore !== void 0 ? _renderBefore : _this_renderOptions.renderBefore = _$t.firstChild, _$t;
1785
1782
  }
@@ -1787,22 +1784,22 @@ var i = /*#__PURE__*/ function(t) {
1787
1784
  {
1788
1785
  key: "update",
1789
1786
  value: function update(t) {
1790
- var r = this.render();
1791
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get(_get_prototype_of(i.prototype), "update", this).call(this, t), this._$Do = B(r, this.renderRoot, this.renderOptions);
1787
+ var s = this.render();
1788
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get(_get_prototype_of(r.prototype), "update", this).call(this, t), this._$Do = B(s, this.renderRoot, this.renderOptions);
1792
1789
  }
1793
1790
  },
1794
1791
  {
1795
1792
  key: "connectedCallback",
1796
1793
  value: function connectedCallback() {
1797
1794
  var _this__$Do;
1798
- _get(_get_prototype_of(i.prototype), "connectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(true);
1795
+ _get(_get_prototype_of(r.prototype), "connectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!0);
1799
1796
  }
1800
1797
  },
1801
1798
  {
1802
1799
  key: "disconnectedCallback",
1803
1800
  value: function disconnectedCallback() {
1804
1801
  var _this__$Do;
1805
- _get(_get_prototype_of(i.prototype), "disconnectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(false);
1802
+ _get(_get_prototype_of(r.prototype), "disconnectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!1);
1806
1803
  }
1807
1804
  },
1808
1805
  {
@@ -1812,17 +1809,17 @@ var i = /*#__PURE__*/ function(t) {
1812
1809
  }
1813
1810
  }
1814
1811
  ]);
1815
- return i;
1816
- }(y$1);
1817
- i._$litElement$ = true, i["finalized"] = true, (_s_litElementHydrateSupport = s.litElementHydrateSupport) === null || _s_litElementHydrateSupport === void 0 ? void 0 : _s_litElementHydrateSupport.call(s, {
1818
- LitElement: i
1812
+ return r;
1813
+ }(b);
1814
+ r$2._$litElement$ = !0, r$2["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis, {
1815
+ LitElement: r$2
1819
1816
  });
1820
- var o$1 = s.litElementPolyfillSupport;
1821
- o$1 === null || o$1 === void 0 ? void 0 : o$1({
1822
- LitElement: i
1817
+ var i = globalThis.litElementPolyfillSupport;
1818
+ i === null || i === void 0 ? void 0 : i({
1819
+ LitElement: r$2
1823
1820
  });
1824
1821
  var _litElementVersions;
1825
- ((_litElementVersions = (_s = s).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _s.litElementVersions = []).push("4.2.0");
1822
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.1.1");
1826
1823
 
1827
1824
  /**
1828
1825
  * @license
@@ -1836,25 +1833,73 @@ var _litElementVersions;
1836
1833
  };
1837
1834
  };
1838
1835
 
1839
- function _type_of$1(obj) {
1840
- "@swc/helpers - typeof";
1841
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1836
+ function _define_property$1(obj, key, value) {
1837
+ if (key in obj) {
1838
+ Object.defineProperty(obj, key, {
1839
+ value: value,
1840
+ enumerable: true,
1841
+ configurable: true,
1842
+ writable: true
1843
+ });
1844
+ } else {
1845
+ obj[key] = value;
1846
+ }
1847
+ return obj;
1848
+ }
1849
+ function _object_spread$1(target) {
1850
+ for(var i = 1; i < arguments.length; i++){
1851
+ var source = arguments[i] != null ? arguments[i] : {};
1852
+ var ownKeys = Object.keys(source);
1853
+ if (typeof Object.getOwnPropertySymbols === "function") {
1854
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
1855
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
1856
+ }));
1857
+ }
1858
+ ownKeys.forEach(function(key) {
1859
+ _define_property$1(target, key, source[key]);
1860
+ });
1861
+ }
1862
+ return target;
1863
+ }
1864
+ function ownKeys$1(object, enumerableOnly) {
1865
+ var keys = Object.keys(object);
1866
+ if (Object.getOwnPropertySymbols) {
1867
+ var symbols = Object.getOwnPropertySymbols(object);
1868
+ if (enumerableOnly) {
1869
+ symbols = symbols.filter(function(sym) {
1870
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
1871
+ });
1872
+ }
1873
+ keys.push.apply(keys, symbols);
1874
+ }
1875
+ return keys;
1876
+ }
1877
+ function _object_spread_props$1(target, source) {
1878
+ source = source != null ? source : {};
1879
+ if (Object.getOwnPropertyDescriptors) {
1880
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
1881
+ } else {
1882
+ ownKeys$1(Object(source)).forEach(function(key) {
1883
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
1884
+ });
1885
+ }
1886
+ return target;
1842
1887
  }
1843
1888
  /**
1844
1889
  * @license
1845
1890
  * Copyright 2017 Google LLC
1846
1891
  * SPDX-License-Identifier: BSD-3-Clause
1847
1892
  */ var o = {
1848
- attribute: true,
1893
+ attribute: !0,
1849
1894
  type: String,
1850
1895
  converter: u$1,
1851
- reflect: false,
1896
+ reflect: !1,
1852
1897
  hasChanged: f$1
1853
1898
  }, r$1 = function() {
1854
1899
  var _$t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : o, _$e = arguments.length > 1 ? arguments[1] : void 0, r = arguments.length > 2 ? arguments[2] : void 0;
1855
1900
  var n = r.kind, i = r.metadata;
1856
1901
  var s = globalThis.litPropertyMetadata.get(i);
1857
- if (void 0 === s && globalThis.litPropertyMetadata.set(i, s = new Map), "setter" === n && ((_$t = Object.create(_$t)).wrapped = true), s.set(r.name, _$t), "accessor" === n) {
1902
+ if (void 0 === s && globalThis.litPropertyMetadata.set(i, s = new Map), s.set(r.name, _$t), "accessor" === n) {
1858
1903
  var o1 = r.name;
1859
1904
  return {
1860
1905
  set: function set(r) {
@@ -1862,7 +1907,7 @@ function _type_of$1(obj) {
1862
1907
  _$e.set.call(this, r), this.requestUpdate(o1, n, _$t);
1863
1908
  },
1864
1909
  init: function init(e) {
1865
- return void 0 !== e && this.C(o1, void 0, _$t, e), e;
1910
+ return void 0 !== e && this.P(o1, void 0, _$t), e;
1866
1911
  }
1867
1912
  };
1868
1913
  }
@@ -1877,9 +1922,11 @@ function _type_of$1(obj) {
1877
1922
  };
1878
1923
  function n(t) {
1879
1924
  return function(e, o) {
1880
- return "object" == (typeof o === "undefined" ? "undefined" : _type_of$1(o)) ? r$1(t, e, o) : function(t, e, o) {
1925
+ return "object" == typeof o ? r$1(t, e, o) : function(t, e, o) {
1881
1926
  var r = e.hasOwnProperty(o);
1882
- return e.constructor.createProperty(o, t), r ? Object.getOwnPropertyDescriptor(e, o) : void 0;
1927
+ return e.constructor.createProperty(o, r ? _object_spread_props$1(_object_spread$1({}, t), {
1928
+ wrapped: !0
1929
+ }) : t), r ? Object.getOwnPropertyDescriptor(e, o) : void 0;
1883
1930
  }(t, e, o);
1884
1931
  };
1885
1932
  }
@@ -1916,6 +1963,11 @@ function ownKeys(object, enumerableOnly) {
1916
1963
  var keys = Object.keys(object);
1917
1964
  if (Object.getOwnPropertySymbols) {
1918
1965
  var symbols = Object.getOwnPropertySymbols(object);
1966
+ if (enumerableOnly) {
1967
+ symbols = symbols.filter(function(sym) {
1968
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
1969
+ });
1970
+ }
1919
1971
  keys.push.apply(keys, symbols);
1920
1972
  }
1921
1973
  return keys;
@@ -1937,8 +1989,8 @@ function _object_spread_props(target, source) {
1937
1989
  * SPDX-License-Identifier: BSD-3-Clause
1938
1990
  */ function r(r) {
1939
1991
  return n(_object_spread_props(_object_spread({}, r), {
1940
- state: true,
1941
- attribute: false
1992
+ state: !0,
1993
+ attribute: !1
1942
1994
  }));
1943
1995
  }
1944
1996
 
@@ -1954,7 +2006,7 @@ function _type_of(obj) {
1954
2006
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1955
2007
  }
1956
2008
  function getDefaultExportFromCjs(x) {
1957
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
2009
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
1958
2010
  }
1959
2011
  var tesseract_min$1 = {
1960
2012
  exports: {}
@@ -1992,9 +2044,9 @@ var tesseract_min$1 = {
1992
2044
  function l(t, r, e) {
1993
2045
  return Object.defineProperty(t, r, {
1994
2046
  value: e,
1995
- enumerable: true,
1996
- configurable: true,
1997
- writable: true
2047
+ enumerable: !0,
2048
+ configurable: !0,
2049
+ writable: !0
1998
2050
  }), t[r];
1999
2051
  }
2000
2052
  try {
@@ -2133,7 +2185,7 @@ var tesseract_min$1 = {
2133
2185
  {
2134
2186
  tryLoc: "root"
2135
2187
  }
2136
- ], t.forEach(_, this), this.reset(true);
2188
+ ], t.forEach(_, this), this.reset(!0);
2137
2189
  }
2138
2190
  function A(t) {
2139
2191
  if (t) {
@@ -2142,8 +2194,8 @@ var tesseract_min$1 = {
2142
2194
  if ("function" == typeof t.next) return t;
2143
2195
  if (!isNaN(t.length)) {
2144
2196
  var _$n = -1, i = function e() {
2145
- for(; ++_$n < t.length;)if (o.call(t, _$n)) return e.value = t[_$n], e.done = false, e;
2146
- return e.value = r, e.done = true, e;
2197
+ for(; ++_$n < t.length;)if (o.call(t, _$n)) return e.value = t[_$n], e.done = !1, e;
2198
+ return e.value = r, e.done = !0, e;
2147
2199
  };
2148
2200
  return i.next = i;
2149
2201
  }
@@ -2155,15 +2207,15 @@ var tesseract_min$1 = {
2155
2207
  function G() {
2156
2208
  return {
2157
2209
  value: r,
2158
- done: true
2210
+ done: !0
2159
2211
  };
2160
2212
  }
2161
2213
  return b.prototype = w, i(E, "constructor", {
2162
2214
  value: w,
2163
- configurable: true
2215
+ configurable: !0
2164
2216
  }), i(w, "constructor", {
2165
2217
  value: b,
2166
- configurable: true
2218
+ configurable: !0
2167
2219
  }), b.displayName = l(w, f, "GeneratorFunction"), t.isGeneratorFunction = function(t) {
2168
2220
  var r = "function" == typeof t && t.constructor;
2169
2221
  return !!r && (r === b || "GeneratorFunction" === (r.displayName || r.name));
@@ -2191,17 +2243,17 @@ var tesseract_min$1 = {
2191
2243
  return _$e.reverse(), function t() {
2192
2244
  for(; _$e.length;){
2193
2245
  var _$n = _$e.pop();
2194
- if (_$n in r) return t.value = _$n, t.done = false, t;
2246
+ if (_$n in r) return t.value = _$n, t.done = !1, t;
2195
2247
  }
2196
- return t.done = true, t;
2248
+ return t.done = !0, t;
2197
2249
  };
2198
2250
  }, t.values = A, N.prototype = {
2199
2251
  constructor: N,
2200
2252
  reset: function reset(t) {
2201
- if (this.prev = 0, this.next = 0, this.sent = this._sent = r, this.done = false, this.delegate = null, this.method = "next", this.arg = r, this.tryEntries.forEach(T), !t) for(var _$e in this)"t" === _$e.charAt(0) && o.call(this, _$e) && !isNaN(+_$e.slice(1)) && (this[_$e] = r);
2253
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = r, this.done = !1, this.delegate = null, this.method = "next", this.arg = r, this.tryEntries.forEach(T), !t) for(var _$e in this)"t" === _$e.charAt(0) && o.call(this, _$e) && !isNaN(+_$e.slice(1)) && (this[_$e] = r);
2202
2254
  },
2203
2255
  stop: function stop() {
2204
- this.done = true;
2256
+ this.done = !0;
2205
2257
  var _$t = this.tryEntries[0].completion;
2206
2258
  if ("throw" === _$t.type) throw _$t.arg;
2207
2259
  return this.rval;
@@ -2218,10 +2270,10 @@ var tesseract_min$1 = {
2218
2270
  if (a.tryLoc <= this.prev) {
2219
2271
  var u = o.call(a, "catchLoc"), f = o.call(a, "finallyLoc");
2220
2272
  if (u && f) {
2221
- if (this.prev < a.catchLoc) return n(a.catchLoc, true);
2273
+ if (this.prev < a.catchLoc) return n(a.catchLoc, !0);
2222
2274
  if (this.prev < a.finallyLoc) return n(a.finallyLoc);
2223
2275
  } else if (u) {
2224
- if (this.prev < a.catchLoc) return n(a.catchLoc, true);
2276
+ if (this.prev < a.catchLoc) return n(a.catchLoc, !0);
2225
2277
  } else {
2226
2278
  if (!f) throw new Error("try statement without catch or finally");
2227
2279
  if (this.prev < a.finallyLoc) return n(a.finallyLoc);
@@ -2321,9 +2373,9 @@ var tesseract_min$1 = {
2321
2373
  function l(t, r, e) {
2322
2374
  return Object.defineProperty(t, r, {
2323
2375
  value: e,
2324
- enumerable: true,
2325
- configurable: true,
2326
- writable: true
2376
+ enumerable: !0,
2377
+ configurable: !0,
2378
+ writable: !0
2327
2379
  }), t[r];
2328
2380
  }
2329
2381
  try {
@@ -2412,7 +2464,7 @@ var tesseract_min$1 = {
2412
2464
  if ("throw" === o) throw i;
2413
2465
  return {
2414
2466
  value: void 0,
2415
- done: true
2467
+ done: !0
2416
2468
  };
2417
2469
  }
2418
2470
  for(e.method = o, e.arg = i;;){
@@ -2465,7 +2517,7 @@ var tesseract_min$1 = {
2465
2517
  {
2466
2518
  tryLoc: "root"
2467
2519
  }
2468
- ], t.forEach(S, this), this.reset(true);
2520
+ ], t.forEach(S, this), this.reset(!0);
2469
2521
  }
2470
2522
  function k(t) {
2471
2523
  if (t) {
@@ -2474,8 +2526,8 @@ var tesseract_min$1 = {
2474
2526
  if ("function" == typeof t.next) return t;
2475
2527
  if (!isNaN(t.length)) {
2476
2528
  var n = -1, _$o = function r() {
2477
- for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = false, r;
2478
- return r.value = void 0, r.done = true, r;
2529
+ for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = !1, r;
2530
+ return r.value = void 0, r.done = !0, r;
2479
2531
  };
2480
2532
  return _$o.next = _$o;
2481
2533
  }
@@ -2487,15 +2539,15 @@ var tesseract_min$1 = {
2487
2539
  function _() {
2488
2540
  return {
2489
2541
  value: void 0,
2490
- done: true
2542
+ done: !0
2491
2543
  };
2492
2544
  }
2493
2545
  return v.prototype = d, i(w, "constructor", {
2494
2546
  value: d,
2495
- configurable: true
2547
+ configurable: !0
2496
2548
  }), i(d, "constructor", {
2497
2549
  value: v,
2498
- configurable: true
2550
+ configurable: !0
2499
2551
  }), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
2500
2552
  var r = "function" == typeof t && t.constructor;
2501
2553
  return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
@@ -2523,17 +2575,17 @@ var tesseract_min$1 = {
2523
2575
  return _$e.reverse(), function t() {
2524
2576
  for(; _$e.length;){
2525
2577
  var n = _$e.pop();
2526
- if (n in r) return t.value = n, t.done = false, t;
2578
+ if (n in r) return t.value = n, t.done = !1, t;
2527
2579
  }
2528
- return t.done = true, t;
2580
+ return t.done = !0, t;
2529
2581
  };
2530
2582
  }, _$t.values = k, P.prototype = {
2531
2583
  constructor: P,
2532
2584
  reset: function reset(t) {
2533
- if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = false, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && _$e.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
2585
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = !1, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && _$e.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
2534
2586
  },
2535
2587
  stop: function stop() {
2536
- this.done = true;
2588
+ this.done = !0;
2537
2589
  var _$t = this.tryEntries[0].completion;
2538
2590
  if ("throw" === _$t.type) throw _$t.arg;
2539
2591
  return this.rval;
@@ -2550,10 +2602,10 @@ var tesseract_min$1 = {
2550
2602
  if (i.tryLoc <= this.prev) {
2551
2603
  var c = _$e.call(i, "catchLoc"), u = _$e.call(i, "finallyLoc");
2552
2604
  if (c && u) {
2553
- if (this.prev < i.catchLoc) return n(i.catchLoc, true);
2605
+ if (this.prev < i.catchLoc) return n(i.catchLoc, !0);
2554
2606
  if (this.prev < i.finallyLoc) return n(i.finallyLoc);
2555
2607
  } else if (c) {
2556
- if (this.prev < i.catchLoc) return n(i.catchLoc, true);
2608
+ if (this.prev < i.catchLoc) return n(i.catchLoc, !0);
2557
2609
  } else {
2558
2610
  if (!u) throw new Error("try statement without catch or finally");
2559
2611
  if (this.prev < i.finallyLoc) return n(i.finallyLoc);
@@ -2696,7 +2748,7 @@ var tesseract_min$1 = {
2696
2748
  },
2697
2749
  341: function(t) {
2698
2750
  t.exports = {
2699
- workerBlobURL: true,
2751
+ workerBlobURL: !0,
2700
2752
  logger: function logger() {}
2701
2753
  };
2702
2754
  },
@@ -2836,9 +2888,9 @@ var tesseract_min$1 = {
2836
2888
  function l(t, r, e) {
2837
2889
  return Object.defineProperty(t, r, {
2838
2890
  value: e,
2839
- enumerable: true,
2840
- configurable: true,
2841
- writable: true
2891
+ enumerable: !0,
2892
+ configurable: !0,
2893
+ writable: !0
2842
2894
  }), t[r];
2843
2895
  }
2844
2896
  try {
@@ -2927,7 +2979,7 @@ var tesseract_min$1 = {
2927
2979
  if ("throw" === o) throw i;
2928
2980
  return {
2929
2981
  value: void 0,
2930
- done: true
2982
+ done: !0
2931
2983
  };
2932
2984
  }
2933
2985
  for(e.method = o, e.arg = i;;){
@@ -2980,7 +3032,7 @@ var tesseract_min$1 = {
2980
3032
  {
2981
3033
  tryLoc: "root"
2982
3034
  }
2983
- ], t.forEach(S, this), this.reset(true);
3035
+ ], t.forEach(S, this), this.reset(!0);
2984
3036
  }
2985
3037
  function k(t) {
2986
3038
  if (t) {
@@ -2989,8 +3041,8 @@ var tesseract_min$1 = {
2989
3041
  if ("function" == typeof t.next) return t;
2990
3042
  if (!isNaN(t.length)) {
2991
3043
  var n = -1, o = function r() {
2992
- for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = false, r;
2993
- return r.value = void 0, r.done = true, r;
3044
+ for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = !1, r;
3045
+ return r.value = void 0, r.done = !0, r;
2994
3046
  };
2995
3047
  return o.next = o;
2996
3048
  }
@@ -3002,15 +3054,15 @@ var tesseract_min$1 = {
3002
3054
  function _() {
3003
3055
  return {
3004
3056
  value: void 0,
3005
- done: true
3057
+ done: !0
3006
3058
  };
3007
3059
  }
3008
3060
  return v.prototype = d, o(w, "constructor", {
3009
3061
  value: d,
3010
- configurable: true
3062
+ configurable: !0
3011
3063
  }), o(d, "constructor", {
3012
3064
  value: v,
3013
- configurable: true
3065
+ configurable: !0
3014
3066
  }), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
3015
3067
  var r = "function" == typeof t && t.constructor;
3016
3068
  return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
@@ -3038,17 +3090,17 @@ var tesseract_min$1 = {
3038
3090
  return _$e.reverse(), function t() {
3039
3091
  for(; _$e.length;){
3040
3092
  var n = _$e.pop();
3041
- if (n in r) return t.value = n, t.done = false, t;
3093
+ if (n in r) return t.value = n, t.done = !1, t;
3042
3094
  }
3043
- return t.done = true, t;
3095
+ return t.done = !0, t;
3044
3096
  };
3045
3097
  }, _$t.values = k, P.prototype = {
3046
3098
  constructor: P,
3047
3099
  reset: function reset(t) {
3048
- if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = false, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && _$e.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
3100
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = !1, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && _$e.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
3049
3101
  },
3050
3102
  stop: function stop() {
3051
- this.done = true;
3103
+ this.done = !0;
3052
3104
  var _$t = this.tryEntries[0].completion;
3053
3105
  if ("throw" === _$t.type) throw _$t.arg;
3054
3106
  return this.rval;
@@ -3065,10 +3117,10 @@ var tesseract_min$1 = {
3065
3117
  if (_$i.tryLoc <= this.prev) {
3066
3118
  var c = _$e.call(_$i, "catchLoc"), u = _$e.call(_$i, "finallyLoc");
3067
3119
  if (c && u) {
3068
- if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, true);
3120
+ if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
3069
3121
  if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
3070
3122
  } else if (c) {
3071
- if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, true);
3123
+ if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
3072
3124
  } else {
3073
3125
  if (!u) throw new Error("try statement without catch or finally");
3074
3126
  if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
@@ -3300,7 +3352,7 @@ var tesseract_min$1 = {
3300
3352
  var u = function u(t) {
3301
3353
  for(var r = 1; r < arguments.length; r++){
3302
3354
  var _$e = null != arguments[r] ? arguments[r] : {};
3303
- r % 2 ? c(Object(_$e), true).forEach(function(r) {
3355
+ r % 2 ? c(Object(_$e), !0).forEach(function(r) {
3304
3356
  f(t, r, _$e[r]);
3305
3357
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : c(Object(_$e)).forEach(function(r) {
3306
3358
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
@@ -3323,9 +3375,9 @@ var tesseract_min$1 = {
3323
3375
  return "symbol" === n(_$r) ? _$r : String(_$r);
3324
3376
  }(r)) in t ? Object.defineProperty(t, r, {
3325
3377
  value: e,
3326
- enumerable: true,
3327
- configurable: true,
3328
- writable: true
3378
+ enumerable: !0,
3379
+ configurable: !0,
3380
+ writable: !0
3329
3381
  }) : t[r] = e, t;
3330
3382
  };
3331
3383
  var l = function l(t, r) {
@@ -3386,9 +3438,9 @@ var tesseract_min$1 = {
3386
3438
  function l(t, r, e) {
3387
3439
  return Object.defineProperty(t, r, {
3388
3440
  value: e,
3389
- enumerable: true,
3390
- configurable: true,
3391
- writable: true
3441
+ enumerable: !0,
3442
+ configurable: !0,
3443
+ writable: !0
3392
3444
  }), t[r];
3393
3445
  }
3394
3446
  try {
@@ -3477,7 +3529,7 @@ var tesseract_min$1 = {
3477
3529
  if ("throw" === o) throw i;
3478
3530
  return {
3479
3531
  value: void 0,
3480
- done: true
3532
+ done: !0
3481
3533
  };
3482
3534
  }
3483
3535
  for(e.method = o, e.arg = i;;){
@@ -3530,7 +3582,7 @@ var tesseract_min$1 = {
3530
3582
  {
3531
3583
  tryLoc: "root"
3532
3584
  }
3533
- ], t.forEach(S, this), this.reset(true);
3585
+ ], t.forEach(S, this), this.reset(!0);
3534
3586
  }
3535
3587
  function k(t) {
3536
3588
  if (t) {
@@ -3539,8 +3591,8 @@ var tesseract_min$1 = {
3539
3591
  if ("function" == typeof t.next) return t;
3540
3592
  if (!isNaN(t.length)) {
3541
3593
  var n = -1, o = function r() {
3542
- for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = false, r;
3543
- return r.value = void 0, r.done = true, r;
3594
+ for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = !1, r;
3595
+ return r.value = void 0, r.done = !0, r;
3544
3596
  };
3545
3597
  return o.next = o;
3546
3598
  }
@@ -3552,15 +3604,15 @@ var tesseract_min$1 = {
3552
3604
  function _() {
3553
3605
  return {
3554
3606
  value: void 0,
3555
- done: true
3607
+ done: !0
3556
3608
  };
3557
3609
  }
3558
3610
  return v.prototype = d, o(w, "constructor", {
3559
3611
  value: d,
3560
- configurable: true
3612
+ configurable: !0
3561
3613
  }), o(d, "constructor", {
3562
3614
  value: v,
3563
- configurable: true
3615
+ configurable: !0
3564
3616
  }), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
3565
3617
  var r = "function" == typeof t && t.constructor;
3566
3618
  return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
@@ -3588,17 +3640,17 @@ var tesseract_min$1 = {
3588
3640
  return _$e.reverse(), function t() {
3589
3641
  for(; _$e.length;){
3590
3642
  var n = _$e.pop();
3591
- if (n in r) return t.value = n, t.done = false, t;
3643
+ if (n in r) return t.value = n, t.done = !1, t;
3592
3644
  }
3593
- return t.done = true, t;
3645
+ return t.done = !0, t;
3594
3646
  };
3595
3647
  }, _$t.values = k, P.prototype = {
3596
3648
  constructor: P,
3597
3649
  reset: function reset(t) {
3598
- if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = false, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && _$e.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
3650
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = !1, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && _$e.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
3599
3651
  },
3600
3652
  stop: function stop() {
3601
- this.done = true;
3653
+ this.done = !0;
3602
3654
  var _$t = this.tryEntries[0].completion;
3603
3655
  if ("throw" === _$t.type) throw _$t.arg;
3604
3656
  return this.rval;
@@ -3615,10 +3667,10 @@ var tesseract_min$1 = {
3615
3667
  if (_$i.tryLoc <= this.prev) {
3616
3668
  var c = _$e.call(_$i, "catchLoc"), u = _$e.call(_$i, "finallyLoc");
3617
3669
  if (c && u) {
3618
- if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, true);
3670
+ if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
3619
3671
  if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
3620
3672
  } else if (c) {
3621
- if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, true);
3673
+ if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
3622
3674
  } else {
3623
3675
  if (!u) throw new Error("try statement without catch or finally");
3624
3676
  if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
@@ -3836,10 +3888,10 @@ var tesseract_min$1 = {
3836
3888
  for(;;)switch(t.prev = t.next){
3837
3889
  case 0:
3838
3890
  return _$e = a.length > 1 && void 0 !== a[1] ? a[1] : {}, n = a.length > 2 && void 0 !== a[2] ? a[2] : {
3839
- blocks: true,
3840
- text: true,
3841
- hocr: true,
3842
- tsv: true
3891
+ blocks: !0,
3892
+ text: !0,
3893
+ hocr: !0,
3894
+ tsv: !0
3843
3895
  }, o = a.length > 3 ? a[3] : void 0, t.t0 = B, t.t1 = v, t.t2 = o, t.next = 8, E(r);
3844
3896
  case 8:
3845
3897
  return t.t3 = t.sent, t.t4 = _$e, t.t5 = n, t.t6 = {
@@ -3989,9 +4041,9 @@ var tesseract_min$1 = {
3989
4041
  return "symbol" === n(_$r) ? _$r : String(_$r);
3990
4042
  }(r)) in t ? Object.defineProperty(t, r, {
3991
4043
  value: e,
3992
- enumerable: true,
3993
- configurable: true,
3994
- writable: true
4044
+ enumerable: !0,
4045
+ configurable: !0,
4046
+ writable: !0
3995
4047
  }) : t[r] = e, t;
3996
4048
  };
3997
4049
  function n(t) {
@@ -4006,7 +4058,7 @@ var tesseract_min$1 = {
4006
4058
  t.exports = function(t) {
4007
4059
  for(var r = 1; r < arguments.length; r++){
4008
4060
  var _$e = null != arguments[r] ? arguments[r] : {};
4009
- r % 2 ? o(Object(_$e), true).forEach(function(r) {
4061
+ r % 2 ? o(Object(_$e), !0).forEach(function(r) {
4010
4062
  i(t, r, _$e[r]);
4011
4063
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : o(Object(_$e)).forEach(function(r) {
4012
4064
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
@@ -4036,7 +4088,7 @@ var tesseract_min$1 = {
4036
4088
  var n = function n(t) {
4037
4089
  for(var r = 1; r < arguments.length; r++){
4038
4090
  var n = null != arguments[r] ? arguments[r] : {};
4039
- r % 2 ? _$e(Object(n), true).forEach(function(r) {
4091
+ r % 2 ? _$e(Object(n), !0).forEach(function(r) {
4040
4092
  o(t, r, n[r]);
4041
4093
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : _$e(Object(n)).forEach(function(r) {
4042
4094
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
@@ -4059,9 +4111,9 @@ var tesseract_min$1 = {
4059
4111
  return "symbol" === r(_$e) ? _$e : String(_$e);
4060
4112
  }(e)) in t ? Object.defineProperty(t, e, {
4061
4113
  value: n,
4062
- enumerable: true,
4063
- configurable: true,
4064
- writable: true
4114
+ enumerable: !0,
4115
+ configurable: !0,
4116
+ writable: !0
4065
4117
  }) : t[e] = n, t;
4066
4118
  };
4067
4119
  function r(t) {
@@ -4132,7 +4184,7 @@ var tesseract_min$1 = {
4132
4184
  };
4133
4185
  },
4134
4186
  185: function(t, r) {
4135
- var _$e = this, n = false;
4187
+ var _$e = this, n = !1;
4136
4188
  r.logging = n, r.setLogging = function(t) {
4137
4189
  n = t;
4138
4190
  }, r.log = function() {
@@ -4166,9 +4218,9 @@ var tesseract_min$1 = {
4166
4218
  return "symbol" === n(_$r) ? _$r : String(_$r);
4167
4219
  }(r)) in t ? Object.defineProperty(t, r, {
4168
4220
  value: e,
4169
- enumerable: true,
4170
- configurable: true,
4171
- writable: true
4221
+ enumerable: !0,
4222
+ configurable: !0,
4223
+ writable: !0
4172
4224
  }) : t[r] = e, t;
4173
4225
  };
4174
4226
  function n(t) {
@@ -4187,7 +4239,7 @@ var tesseract_min$1 = {
4187
4239
  var r = function(t) {
4188
4240
  for(var r = 1; r < arguments.length; r++){
4189
4241
  var _$e = null != arguments[r] ? arguments[r] : {};
4190
- r % 2 ? o(Object(_$e), true).forEach(function(r) {
4242
+ r % 2 ? o(Object(_$e), !0).forEach(function(r) {
4191
4243
  i(t, r, _$e[r]);
4192
4244
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : o(Object(_$e)).forEach(function(r) {
4193
4245
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
@@ -4218,7 +4270,7 @@ var tesseract_min$1 = {
4218
4270
  var i = function i(t) {
4219
4271
  for(var r = 1; r < arguments.length; r++){
4220
4272
  var _$e = null != arguments[r] ? arguments[r] : {};
4221
- r % 2 ? o(Object(_$e), true).forEach(function(r) {
4273
+ r % 2 ? o(Object(_$e), !0).forEach(function(r) {
4222
4274
  a(t, r, _$e[r]);
4223
4275
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : o(Object(_$e)).forEach(function(r) {
4224
4276
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
@@ -4241,9 +4293,9 @@ var tesseract_min$1 = {
4241
4293
  return "symbol" === n(_$r) ? _$r : String(_$r);
4242
4294
  }(r)) in t ? Object.defineProperty(t, r, {
4243
4295
  value: e,
4244
- enumerable: true,
4245
- configurable: true,
4246
- writable: true
4296
+ enumerable: !0,
4297
+ configurable: !0,
4298
+ writable: !0
4247
4299
  }) : t[r] = e, t;
4248
4300
  };
4249
4301
  function n(t) {
@@ -4310,9 +4362,9 @@ var tesseract_min$1 = {
4310
4362
  function l(t, r, e) {
4311
4363
  return Object.defineProperty(t, r, {
4312
4364
  value: e,
4313
- enumerable: true,
4314
- configurable: true,
4315
- writable: true
4365
+ enumerable: !0,
4366
+ configurable: !0,
4367
+ writable: !0
4316
4368
  }), t[r];
4317
4369
  }
4318
4370
  try {
@@ -4401,7 +4453,7 @@ var tesseract_min$1 = {
4401
4453
  if ("throw" === o) throw i;
4402
4454
  return {
4403
4455
  value: void 0,
4404
- done: true
4456
+ done: !0
4405
4457
  };
4406
4458
  }
4407
4459
  for(e.method = o, e.arg = i;;){
@@ -4454,7 +4506,7 @@ var tesseract_min$1 = {
4454
4506
  {
4455
4507
  tryLoc: "root"
4456
4508
  }
4457
- ], t.forEach(S, this), this.reset(true);
4509
+ ], t.forEach(S, this), this.reset(!0);
4458
4510
  }
4459
4511
  function k(t) {
4460
4512
  if (t) {
@@ -4463,8 +4515,8 @@ var tesseract_min$1 = {
4463
4515
  if ("function" == typeof t.next) return t;
4464
4516
  if (!isNaN(t.length)) {
4465
4517
  var _$e = -1, n = function r() {
4466
- for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done = false, r;
4467
- return r.value = void 0, r.done = true, r;
4518
+ for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done = !1, r;
4519
+ return r.value = void 0, r.done = !0, r;
4468
4520
  };
4469
4521
  return n.next = n;
4470
4522
  }
@@ -4476,15 +4528,15 @@ var tesseract_min$1 = {
4476
4528
  function _() {
4477
4529
  return {
4478
4530
  value: void 0,
4479
- done: true
4531
+ done: !0
4480
4532
  };
4481
4533
  }
4482
4534
  return v.prototype = d, i(w, "constructor", {
4483
4535
  value: d,
4484
- configurable: true
4536
+ configurable: !0
4485
4537
  }), i(d, "constructor", {
4486
4538
  value: v,
4487
- configurable: true
4539
+ configurable: !0
4488
4540
  }), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
4489
4541
  var r = "function" == typeof t && t.constructor;
4490
4542
  return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
@@ -4512,17 +4564,17 @@ var tesseract_min$1 = {
4512
4564
  return _$e.reverse(), function t() {
4513
4565
  for(; _$e.length;){
4514
4566
  var n = _$e.pop();
4515
- if (n in r) return t.value = n, t.done = false, t;
4567
+ if (n in r) return t.value = n, t.done = !1, t;
4516
4568
  }
4517
- return t.done = true, t;
4569
+ return t.done = !0, t;
4518
4570
  };
4519
4571
  }, _$t.values = k, P.prototype = {
4520
4572
  constructor: P,
4521
4573
  reset: function reset(t) {
4522
- if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = false, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && o.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
4574
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = !1, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && o.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
4523
4575
  },
4524
4576
  stop: function stop() {
4525
- this.done = true;
4577
+ this.done = !0;
4526
4578
  var _$t = this.tryEntries[0].completion;
4527
4579
  if ("throw" === _$t.type) throw _$t.arg;
4528
4580
  return this.rval;
@@ -4539,10 +4591,10 @@ var tesseract_min$1 = {
4539
4591
  if (i.tryLoc <= this.prev) {
4540
4592
  var c = o.call(i, "catchLoc"), u = o.call(i, "finallyLoc");
4541
4593
  if (c && u) {
4542
- if (this.prev < i.catchLoc) return e(i.catchLoc, true);
4594
+ if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
4543
4595
  if (this.prev < i.finallyLoc) return e(i.finallyLoc);
4544
4596
  } else if (c) {
4545
- if (this.prev < i.catchLoc) return e(i.catchLoc, true);
4597
+ if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
4546
4598
  } else {
4547
4599
  if (!u) throw new Error("try statement without catch or finally");
4548
4600
  if (this.prev < i.finallyLoc) return e(i.finallyLoc);
@@ -4753,9 +4805,9 @@ var tesseract_min$1 = {
4753
4805
  function l(t, r, e) {
4754
4806
  return Object.defineProperty(t, r, {
4755
4807
  value: e,
4756
- enumerable: true,
4757
- configurable: true,
4758
- writable: true
4808
+ enumerable: !0,
4809
+ configurable: !0,
4810
+ writable: !0
4759
4811
  }), t[r];
4760
4812
  }
4761
4813
  try {
@@ -4844,7 +4896,7 @@ var tesseract_min$1 = {
4844
4896
  if ("throw" === o) throw i;
4845
4897
  return {
4846
4898
  value: void 0,
4847
- done: true
4899
+ done: !0
4848
4900
  };
4849
4901
  }
4850
4902
  for(e.method = o, e.arg = i;;){
@@ -4897,7 +4949,7 @@ var tesseract_min$1 = {
4897
4949
  {
4898
4950
  tryLoc: "root"
4899
4951
  }
4900
- ], t.forEach(S, this), this.reset(true);
4952
+ ], t.forEach(S, this), this.reset(!0);
4901
4953
  }
4902
4954
  function k(t) {
4903
4955
  if (t) {
@@ -4906,8 +4958,8 @@ var tesseract_min$1 = {
4906
4958
  if ("function" == typeof t.next) return t;
4907
4959
  if (!isNaN(t.length)) {
4908
4960
  var _$e = -1, n = function r() {
4909
- for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done = false, r;
4910
- return r.value = void 0, r.done = true, r;
4961
+ for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done = !1, r;
4962
+ return r.value = void 0, r.done = !0, r;
4911
4963
  };
4912
4964
  return n.next = n;
4913
4965
  }
@@ -4919,15 +4971,15 @@ var tesseract_min$1 = {
4919
4971
  function _() {
4920
4972
  return {
4921
4973
  value: void 0,
4922
- done: true
4974
+ done: !0
4923
4975
  };
4924
4976
  }
4925
4977
  return v.prototype = d, i(w, "constructor", {
4926
4978
  value: d,
4927
- configurable: true
4979
+ configurable: !0
4928
4980
  }), i(d, "constructor", {
4929
4981
  value: v,
4930
- configurable: true
4982
+ configurable: !0
4931
4983
  }), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
4932
4984
  var r = "function" == typeof t && t.constructor;
4933
4985
  return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
@@ -4955,17 +5007,17 @@ var tesseract_min$1 = {
4955
5007
  return _$e.reverse(), function t() {
4956
5008
  for(; _$e.length;){
4957
5009
  var n = _$e.pop();
4958
- if (n in r) return t.value = n, t.done = false, t;
5010
+ if (n in r) return t.value = n, t.done = !1, t;
4959
5011
  }
4960
- return t.done = true, t;
5012
+ return t.done = !0, t;
4961
5013
  };
4962
5014
  }, _$t.values = k, P.prototype = {
4963
5015
  constructor: P,
4964
5016
  reset: function reset(t) {
4965
- if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = false, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && o.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
5017
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = !1, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(j), !t) for(var r in this)"t" === r.charAt(0) && o.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = void 0);
4966
5018
  },
4967
5019
  stop: function stop() {
4968
- this.done = true;
5020
+ this.done = !0;
4969
5021
  var _$t = this.tryEntries[0].completion;
4970
5022
  if ("throw" === _$t.type) throw _$t.arg;
4971
5023
  return this.rval;
@@ -4982,10 +5034,10 @@ var tesseract_min$1 = {
4982
5034
  if (i.tryLoc <= this.prev) {
4983
5035
  var c = o.call(i, "catchLoc"), u = o.call(i, "finallyLoc");
4984
5036
  if (c && u) {
4985
- if (this.prev < i.catchLoc) return e(i.catchLoc, true);
5037
+ if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
4986
5038
  if (this.prev < i.finallyLoc) return e(i.finallyLoc);
4987
5039
  } else if (c) {
4988
- if (this.prev < i.catchLoc) return e(i.catchLoc, true);
5040
+ if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
4989
5041
  } else {
4990
5042
  if (!u) throw new Error("try statement without catch or finally");
4991
5043
  if (this.prev < i.finallyLoc) return e(i.finallyLoc);
@@ -5097,10 +5149,10 @@ var tesseract_min$1 = {
5097
5149
  if (void 0 !== o) return o.exports;
5098
5150
  var i = r[n] = {
5099
5151
  id: n,
5100
- loaded: false,
5152
+ loaded: !1,
5101
5153
  exports: {}
5102
5154
  };
5103
- return t[n].call(i.exports, i, i.exports, e), i.loaded = true, i.exports;
5155
+ return t[n].call(i.exports, i, i.exports, e), i.loaded = !0, i.exports;
5104
5156
  }
5105
5157
  return e.nmd = function(t) {
5106
5158
  return t.paths = [], t.children || (t.children = []), t;
@@ -5111,7 +5163,7 @@ var tesseract_min$1 = {
5111
5163
  var tesseract_minExports = tesseract_min$1.exports;
5112
5164
  var tesseract_min = /*@__PURE__*/ getDefaultExportFromCjs(tesseract_minExports);
5113
5165
 
5114
- class HiddenElement extends i {
5166
+ class HiddenElement extends r$2 {
5115
5167
  get value() {
5116
5168
  return this._value;
5117
5169
  }
@@ -5160,7 +5212,7 @@ HiddenElement = __decorate([
5160
5212
  t('digipair-input-ocr-selector')
5161
5213
  ], HiddenElement);
5162
5214
 
5163
- class InputOcrElement extends i {
5215
+ class InputOcrElement extends r$2 {
5164
5216
  get content() {
5165
5217
  return this._content;
5166
5218
  }