@digipair/skill-web-ocr 0.94.0-4 → 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.
- package/{dist/index.cjs.js → index.cjs.js} +316 -262
- package/index.d.ts +1 -0
- package/{dist/index.esm.js → index.esm.js} +314 -262
- package/{dist → libs/skill-web-ocr}/src/index.d.ts +0 -1
- package/{dist → libs/skill-web-ocr}/src/lib/input-ocr-image.element.d.ts +0 -1
- package/{dist → libs/skill-web-ocr}/src/lib/input-ocr.element.d.ts +0 -1
- package/{dist → libs/skill-web-ocr}/src/lib/skill-web-ocr.d.ts +0 -1
- package/package.json +6 -22
- package/README.md +0 -7
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/lib/input-ocr-image.element.d.ts.map +0 -1
- package/dist/src/lib/input-ocr.element.d.ts.map +0 -1
- package/dist/src/lib/skill-web-ocr.d.ts.map +0 -1
- package/dist/src/lib/skill-web-ocr.spec.d.ts +0 -2
- package/dist/src/lib/skill-web-ocr.spec.d.ts.map +0 -1
- /package/{dist/index.d.ts → index.cjs.d.ts} +0 -0
- /package/{dist/schema.fr.json → schema.fr.json} +0 -0
- /package/{dist/schema.json → schema.json} +0 -0
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
function __decorate(decorators, target, key, desc) {
|
|
4
6
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
5
7
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -9,7 +11,7 @@ function __decorate(decorators, target, key, desc) {
|
|
|
9
11
|
function __metadata(metadataKey, metadataValue) {
|
|
10
12
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
11
13
|
}
|
|
12
|
-
typeof SuppressedError === "function" ? SuppressedError : function(error, suppressed, message) {
|
|
14
|
+
typeof SuppressedError === "function" ? SuppressedError : function _SuppressedError(error, suppressed, message) {
|
|
13
15
|
var e = new Error(message);
|
|
14
16
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
15
17
|
};
|
|
@@ -34,6 +36,7 @@ function _defineProperties$3(target, props) {
|
|
|
34
36
|
}
|
|
35
37
|
function _create_class$3(Constructor, protoProps, staticProps) {
|
|
36
38
|
if (protoProps) _defineProperties$3(Constructor.prototype, protoProps);
|
|
39
|
+
if (staticProps) _defineProperties$3(Constructor, staticProps);
|
|
37
40
|
return Constructor;
|
|
38
41
|
}
|
|
39
42
|
function _instanceof$1(left, right) {
|
|
@@ -43,11 +46,11 @@ function _instanceof$1(left, right) {
|
|
|
43
46
|
return left instanceof right;
|
|
44
47
|
}
|
|
45
48
|
}
|
|
46
|
-
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$
|
|
49
|
+
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;
|
|
47
50
|
var n$3 = /*#__PURE__*/ function() {
|
|
48
51
|
function n(t, e, o) {
|
|
49
52
|
_class_call_check$3(this, n);
|
|
50
|
-
if (this._$cssResult$ =
|
|
53
|
+
if (this._$cssResult$ = !0, o !== s$1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
51
54
|
this.cssText = t, this.t = e;
|
|
52
55
|
}
|
|
53
56
|
_create_class$3(n, [
|
|
@@ -58,7 +61,7 @@ var n$3 = /*#__PURE__*/ function() {
|
|
|
58
61
|
var s = this.t;
|
|
59
62
|
if (e$2 && void 0 === t) {
|
|
60
63
|
var e1 = void 0 !== s && 1 === s.length;
|
|
61
|
-
e1 && (t = o$
|
|
64
|
+
e1 && (t = o$3.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet).replaceSync(this.cssText), e1 && o$3.set(s, t));
|
|
62
65
|
}
|
|
63
66
|
return t;
|
|
64
67
|
}
|
|
@@ -72,20 +75,20 @@ var n$3 = /*#__PURE__*/ function() {
|
|
|
72
75
|
]);
|
|
73
76
|
return n;
|
|
74
77
|
}();
|
|
75
|
-
var r$
|
|
76
|
-
return new n$3("string" == typeof t ? t : t + "", void 0, s$
|
|
78
|
+
var r$5 = function(t) {
|
|
79
|
+
return new n$3("string" == typeof t ? t : t + "", void 0, s$1);
|
|
77
80
|
}, i$3 = function(t) {
|
|
78
81
|
for(var _len = arguments.length, e = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
|
|
79
82
|
e[_key - 1] = arguments[_key];
|
|
80
83
|
}
|
|
81
84
|
var o = 1 === t.length ? t[0] : e.reduce(function(e, s, o) {
|
|
82
85
|
return e + function(t) {
|
|
83
|
-
if (
|
|
86
|
+
if (!0 === t._$cssResult$) return t.cssText;
|
|
84
87
|
if ("number" == typeof t) return t;
|
|
85
88
|
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.");
|
|
86
89
|
}(s) + t[o + 1];
|
|
87
90
|
}, t[0]);
|
|
88
|
-
return new n$3(o, t, s$
|
|
91
|
+
return new n$3(o, t, s$1);
|
|
89
92
|
}, S$1 = function(s, o) {
|
|
90
93
|
var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
|
91
94
|
if (e$2) s.adoptedStyleSheets = o.map(function(t) {
|
|
@@ -136,7 +139,7 @@ var r$4 = function(t) {
|
|
|
136
139
|
}
|
|
137
140
|
}
|
|
138
141
|
}
|
|
139
|
-
return r$
|
|
142
|
+
return r$5(e);
|
|
140
143
|
}(t) : t;
|
|
141
144
|
};
|
|
142
145
|
|
|
@@ -278,7 +281,7 @@ function _non_iterable_spread$1() {
|
|
|
278
281
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
279
282
|
}
|
|
280
283
|
function _possible_constructor_return$2(self, call) {
|
|
281
|
-
if (call && (_type_of$
|
|
284
|
+
if (call && (_type_of$3(call) === "object" || typeof call === "function")) {
|
|
282
285
|
return call;
|
|
283
286
|
}
|
|
284
287
|
return _assert_this_initialized$2(self);
|
|
@@ -296,7 +299,7 @@ function _sliced_to_array$1(arr, i) {
|
|
|
296
299
|
function _to_consumable_array$1(arr) {
|
|
297
300
|
return _array_without_holes$1(arr) || _iterable_to_array$1(arr) || _unsupported_iterable_to_array$1(arr) || _non_iterable_spread$1();
|
|
298
301
|
}
|
|
299
|
-
function _type_of$
|
|
302
|
+
function _type_of$3(obj) {
|
|
300
303
|
"@swc/helpers - typeof";
|
|
301
304
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
302
305
|
}
|
|
@@ -458,7 +461,7 @@ var _Symbol, _a, _a1;
|
|
|
458
461
|
* @license
|
|
459
462
|
* Copyright 2017 Google LLC
|
|
460
463
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
461
|
-
*/ var i$2 = Object.is, e$1 = Object.defineProperty,
|
|
464
|
+
*/ 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) {
|
|
462
465
|
return t;
|
|
463
466
|
}, u$1 = {
|
|
464
467
|
toAttribute: function toAttribute(t, s) {
|
|
@@ -493,26 +496,25 @@ var _Symbol, _a, _a1;
|
|
|
493
496
|
}
|
|
494
497
|
}, f$1 = function(t, s) {
|
|
495
498
|
return !i$2(t, s);
|
|
496
|
-
},
|
|
497
|
-
attribute:
|
|
499
|
+
}, y$1 = {
|
|
500
|
+
attribute: !0,
|
|
498
501
|
type: String,
|
|
499
502
|
converter: u$1,
|
|
500
|
-
reflect:
|
|
501
|
-
useDefault: false,
|
|
503
|
+
reflect: !1,
|
|
502
504
|
hasChanged: f$1
|
|
503
505
|
};
|
|
504
506
|
var _metadata, _litPropertyMetadata;
|
|
505
507
|
(_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;
|
|
506
|
-
var
|
|
507
|
-
_inherits$2(
|
|
508
|
-
var _super = _create_super$2(
|
|
509
|
-
function
|
|
510
|
-
_class_call_check$2(this,
|
|
508
|
+
var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
509
|
+
_inherits$2(b, HTMLElement1);
|
|
510
|
+
var _super = _create_super$2(b);
|
|
511
|
+
function b() {
|
|
512
|
+
_class_call_check$2(this, b);
|
|
511
513
|
var _this;
|
|
512
|
-
_this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending =
|
|
514
|
+
_this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending = !1, _this.hasUpdated = !1, _this._$Em = null, _this._$Ev();
|
|
513
515
|
return _possible_constructor_return$2(_this);
|
|
514
516
|
}
|
|
515
|
-
_create_class$2(
|
|
517
|
+
_create_class$2(b, [
|
|
516
518
|
{
|
|
517
519
|
key: "_$Ev",
|
|
518
520
|
value: function _$Ev() {
|
|
@@ -580,7 +582,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
580
582
|
value: function connectedCallback() {
|
|
581
583
|
var _this__$EO;
|
|
582
584
|
var _this_renderRoot;
|
|
583
|
-
(_this_renderRoot = this.renderRoot) !== null && _this_renderRoot !== void 0 ? _this_renderRoot : this.renderRoot = this.createRenderRoot(), this.enableUpdating(
|
|
585
|
+
(_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) {
|
|
584
586
|
var _t_hostConnected;
|
|
585
587
|
return (_t_hostConnected = t.hostConnected) === null || _t_hostConnected === void 0 ? void 0 : _t_hostConnected.call(t);
|
|
586
588
|
});
|
|
@@ -607,13 +609,13 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
607
609
|
}
|
|
608
610
|
},
|
|
609
611
|
{
|
|
610
|
-
key: "_$
|
|
611
|
-
value: function _$
|
|
612
|
+
key: "_$EC",
|
|
613
|
+
value: function _$EC(t, s) {
|
|
612
614
|
var i = this.constructor.elementProperties.get(t), e = this.constructor._$Eu(t, i);
|
|
613
|
-
if (void 0 !== e &&
|
|
615
|
+
if (void 0 !== e && !0 === i.reflect) {
|
|
614
616
|
var _i_converter;
|
|
615
|
-
var
|
|
616
|
-
this._$Em = t, null ==
|
|
617
|
+
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);
|
|
618
|
+
this._$Em = t, null == r ? this.removeAttribute(e) : this.setAttribute(e, r), this._$Em = null;
|
|
617
619
|
}
|
|
618
620
|
}
|
|
619
621
|
},
|
|
@@ -622,12 +624,11 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
622
624
|
value: function _$AK(t, s) {
|
|
623
625
|
var i = this.constructor, e = i._$Eh.get(t);
|
|
624
626
|
if (void 0 !== e && this._$Em !== e) {
|
|
625
|
-
var _t_converter
|
|
626
|
-
var _$t = i.getPropertyOptions(e),
|
|
627
|
+
var _t_converter;
|
|
628
|
+
var _$t = i.getPropertyOptions(e), r = "function" == typeof _$t.converter ? {
|
|
627
629
|
fromAttribute: _$t.converter
|
|
628
630
|
} : void 0 !== ((_t_converter = _$t.converter) === null || _t_converter === void 0 ? void 0 : _t_converter.fromAttribute) ? _$t.converter : u$1;
|
|
629
|
-
|
|
630
|
-
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;
|
|
631
|
+
this._$Em = e, this[e] = r.fromAttribute(s, _$t.type), this._$Em = null;
|
|
631
632
|
}
|
|
632
633
|
}
|
|
633
634
|
},
|
|
@@ -635,33 +636,30 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
635
636
|
key: "requestUpdate",
|
|
636
637
|
value: function requestUpdate(t, s, i) {
|
|
637
638
|
if (void 0 !== t) {
|
|
638
|
-
var _this__$Ej;
|
|
639
|
-
var e = this.constructor, h = this[t];
|
|
640
639
|
var _i_hasChanged;
|
|
641
|
-
if (i !== null && i !== void 0 ? i : i =
|
|
642
|
-
this.
|
|
640
|
+
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;
|
|
641
|
+
this.P(t, s, i);
|
|
643
642
|
}
|
|
644
|
-
|
|
643
|
+
!1 === this.isUpdatePending && (this._$ES = this._$ET());
|
|
645
644
|
}
|
|
646
645
|
},
|
|
647
646
|
{
|
|
648
|
-
key: "
|
|
649
|
-
value: function
|
|
650
|
-
var
|
|
651
|
-
|
|
652
|
-
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));
|
|
647
|
+
key: "P",
|
|
648
|
+
value: function P(t, s, i) {
|
|
649
|
+
var _this__$Ej;
|
|
650
|
+
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);
|
|
653
651
|
}
|
|
654
652
|
},
|
|
655
653
|
{
|
|
656
|
-
key: "_$
|
|
657
|
-
value: function _$
|
|
654
|
+
key: "_$ET",
|
|
655
|
+
value: function _$ET() {
|
|
658
656
|
var _this = this;
|
|
659
657
|
return _async_to_generator(function() {
|
|
660
658
|
var t, _$t, _tmp;
|
|
661
659
|
return _ts_generator(this, function(_state) {
|
|
662
660
|
switch(_state.label){
|
|
663
661
|
case 0:
|
|
664
|
-
_this.isUpdatePending =
|
|
662
|
+
_this.isUpdatePending = !0;
|
|
665
663
|
_state.label = 1;
|
|
666
664
|
case 1:
|
|
667
665
|
_state.trys.push([
|
|
@@ -751,8 +749,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
751
749
|
if (t1.size > 0) try {
|
|
752
750
|
for(var _iterator1 = t1[Symbol.iterator](), _step1; !(_iteratorNormalCompletion1 = (_step1 = _iterator1.next()).done); _iteratorNormalCompletion1 = true){
|
|
753
751
|
var _step_value1 = _sliced_to_array$1(_step1.value, 2), _$s1 = _step_value1[0], i = _step_value1[1];
|
|
754
|
-
|
|
755
|
-
!0 !== t2 || this._$AL.has(_$s1) || void 0 === e || this.C(_$s1, void 0, i, e);
|
|
752
|
+
!0 !== i.wrapped || this._$AL.has(_$s1) || void 0 === this[_$s1] || this.P(_$s1, this[_$s1], i);
|
|
756
753
|
}
|
|
757
754
|
} catch (err) {
|
|
758
755
|
_didIteratorError1 = true;
|
|
@@ -769,18 +766,18 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
769
766
|
}
|
|
770
767
|
}
|
|
771
768
|
}
|
|
772
|
-
var
|
|
769
|
+
var t2 = !1;
|
|
773
770
|
var _$s2 = this._$AL;
|
|
774
771
|
try {
|
|
775
772
|
var _this__$EO;
|
|
776
|
-
|
|
773
|
+
t2 = this.shouldUpdate(_$s2), t2 ? (this.willUpdate(_$s2), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
|
|
777
774
|
var _t_hostUpdate;
|
|
778
775
|
return (_t_hostUpdate = t.hostUpdate) === null || _t_hostUpdate === void 0 ? void 0 : _t_hostUpdate.call(t);
|
|
779
|
-
}), this.update(_$s2)) : this._$
|
|
776
|
+
}), this.update(_$s2)) : this._$EU();
|
|
780
777
|
} catch (s) {
|
|
781
|
-
throw
|
|
778
|
+
throw t2 = !1, this._$EU(), s;
|
|
782
779
|
}
|
|
783
|
-
|
|
780
|
+
t2 && this._$AE(_$s2);
|
|
784
781
|
}
|
|
785
782
|
},
|
|
786
783
|
{
|
|
@@ -794,13 +791,13 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
794
791
|
(_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
|
|
795
792
|
var _t_hostUpdated;
|
|
796
793
|
return (_t_hostUpdated = t.hostUpdated) === null || _t_hostUpdated === void 0 ? void 0 : _t_hostUpdated.call(t);
|
|
797
|
-
}), this.hasUpdated || (this.hasUpdated =
|
|
794
|
+
}), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
|
|
798
795
|
}
|
|
799
796
|
},
|
|
800
797
|
{
|
|
801
|
-
key: "_$
|
|
802
|
-
value: function _$
|
|
803
|
-
this._$AL = new Map, this.isUpdatePending =
|
|
798
|
+
key: "_$EU",
|
|
799
|
+
value: function _$EU() {
|
|
800
|
+
this._$AL = new Map, this.isUpdatePending = !1;
|
|
804
801
|
}
|
|
805
802
|
},
|
|
806
803
|
{
|
|
@@ -818,16 +815,16 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
818
815
|
{
|
|
819
816
|
key: "shouldUpdate",
|
|
820
817
|
value: function shouldUpdate(t) {
|
|
821
|
-
return
|
|
818
|
+
return !0;
|
|
822
819
|
}
|
|
823
820
|
},
|
|
824
821
|
{
|
|
825
822
|
key: "update",
|
|
826
823
|
value: function update(t) {
|
|
827
824
|
var _this = this;
|
|
828
|
-
this._$
|
|
829
|
-
return _this._$
|
|
830
|
-
})), this._$
|
|
825
|
+
this._$Ej && (this._$Ej = this._$Ej.forEach(function(t) {
|
|
826
|
+
return _this._$EC(t, _this[t]);
|
|
827
|
+
})), this._$EU();
|
|
831
828
|
}
|
|
832
829
|
},
|
|
833
830
|
{
|
|
@@ -855,33 +852,35 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
855
852
|
{
|
|
856
853
|
key: "createProperty",
|
|
857
854
|
value: function createProperty(t) {
|
|
858
|
-
var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
859
|
-
if (s.state && (s.attribute =
|
|
860
|
-
var i = Symbol(),
|
|
861
|
-
void 0 !==
|
|
855
|
+
var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : y$1;
|
|
856
|
+
if (s.state && (s.attribute = !1), this._$Ei(), this.elementProperties.set(t, s), !s.noAccessor) {
|
|
857
|
+
var i = Symbol(), r = this.getPropertyDescriptor(t, i, s);
|
|
858
|
+
void 0 !== r && e$1(this.prototype, t, r);
|
|
862
859
|
}
|
|
863
860
|
}
|
|
864
861
|
},
|
|
865
862
|
{
|
|
866
863
|
key: "getPropertyDescriptor",
|
|
867
864
|
value: function getPropertyDescriptor(t, s, i) {
|
|
868
|
-
var
|
|
869
|
-
var _ref = (
|
|
865
|
+
var _r;
|
|
866
|
+
var _ref = (_r = r$4(this.prototype, t)) !== null && _r !== void 0 ? _r : {
|
|
870
867
|
get: function get() {
|
|
871
868
|
return this[s];
|
|
872
869
|
},
|
|
873
870
|
set: function set(t) {
|
|
874
871
|
this[s] = t;
|
|
875
872
|
}
|
|
876
|
-
}, e = _ref.get,
|
|
873
|
+
}, e = _ref.get, h = _ref.set;
|
|
877
874
|
return {
|
|
878
|
-
get:
|
|
875
|
+
get: function get() {
|
|
876
|
+
return e === null || e === void 0 ? void 0 : e.call(this);
|
|
877
|
+
},
|
|
879
878
|
set: function set(s) {
|
|
880
|
-
var
|
|
881
|
-
|
|
879
|
+
var r = e === null || e === void 0 ? void 0 : e.call(this);
|
|
880
|
+
h.call(this, s), this.requestUpdate(t, r, i);
|
|
882
881
|
},
|
|
883
|
-
configurable:
|
|
884
|
-
enumerable:
|
|
882
|
+
configurable: !0,
|
|
883
|
+
enumerable: !0
|
|
885
884
|
};
|
|
886
885
|
}
|
|
887
886
|
},
|
|
@@ -889,7 +888,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
889
888
|
key: "getPropertyOptions",
|
|
890
889
|
value: function getPropertyOptions(t) {
|
|
891
890
|
var _this_elementProperties_get;
|
|
892
|
-
return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get :
|
|
891
|
+
return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get : y$1;
|
|
893
892
|
}
|
|
894
893
|
},
|
|
895
894
|
{
|
|
@@ -904,8 +903,8 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
904
903
|
key: "finalize",
|
|
905
904
|
value: function finalize() {
|
|
906
905
|
if (this.hasOwnProperty(d$1("finalized"))) return;
|
|
907
|
-
if (this.finalized =
|
|
908
|
-
var t = this.properties, s = _to_consumable_array$1(
|
|
906
|
+
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(d$1("properties"))) {
|
|
907
|
+
var t = this.properties, s = _to_consumable_array$1(h$1(t)).concat(_to_consumable_array$1(o$2(t)));
|
|
909
908
|
var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
|
910
909
|
try {
|
|
911
910
|
for(var _iterator = s[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
|
|
@@ -1010,18 +1009,18 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
|
|
1010
1009
|
key: "_$Eu",
|
|
1011
1010
|
value: function _$Eu(t, s) {
|
|
1012
1011
|
var i = s.attribute;
|
|
1013
|
-
return
|
|
1012
|
+
return !1 === i ? void 0 : "string" == typeof i ? i : "string" == typeof t ? t.toLowerCase() : void 0;
|
|
1014
1013
|
}
|
|
1015
1014
|
}
|
|
1016
1015
|
]);
|
|
1017
|
-
return
|
|
1016
|
+
return b;
|
|
1018
1017
|
}(_wrap_native_super(HTMLElement));
|
|
1019
1018
|
var _reactiveElementVersions;
|
|
1020
|
-
|
|
1019
|
+
b.elementStyles = [], b.shadowRootOptions = {
|
|
1021
1020
|
mode: "open"
|
|
1022
|
-
},
|
|
1023
|
-
ReactiveElement:
|
|
1024
|
-
}), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.
|
|
1021
|
+
}, b[d$1("elementProperties")] = new Map, b[d$1("finalized")] = new Map, p$1 === null || p$1 === void 0 ? void 0 : p$1({
|
|
1022
|
+
ReactiveElement: b
|
|
1023
|
+
}), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.0.4");
|
|
1025
1024
|
|
|
1026
1025
|
/**
|
|
1027
1026
|
* @license
|
|
@@ -1116,7 +1115,7 @@ function _non_iterable_spread() {
|
|
|
1116
1115
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1117
1116
|
}
|
|
1118
1117
|
function _possible_constructor_return$1(self, call) {
|
|
1119
|
-
if (call && (_type_of$
|
|
1118
|
+
if (call && (_type_of$2(call) === "object" || typeof call === "function")) {
|
|
1120
1119
|
return call;
|
|
1121
1120
|
}
|
|
1122
1121
|
return _assert_this_initialized$1(self);
|
|
@@ -1134,7 +1133,7 @@ function _sliced_to_array(arr, i) {
|
|
|
1134
1133
|
function _to_consumable_array(arr) {
|
|
1135
1134
|
return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
|
|
1136
1135
|
}
|
|
1137
|
-
function _type_of$
|
|
1136
|
+
function _type_of$2(obj) {
|
|
1138
1137
|
"@swc/helpers - typeof";
|
|
1139
1138
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
1140
1139
|
}
|
|
@@ -1171,17 +1170,17 @@ function _create_super$1(Derived) {
|
|
|
1171
1170
|
};
|
|
1172
1171
|
}
|
|
1173
1172
|
var _t;
|
|
1174
|
-
var t$1 = globalThis, i$1 = t$1.trustedTypes, s
|
|
1173
|
+
var t$1 = globalThis, i$1 = t$1.trustedTypes, s = i$1 ? i$1.createPolicy("lit-html", {
|
|
1175
1174
|
createHTML: function(t) {
|
|
1176
1175
|
return t;
|
|
1177
1176
|
}
|
|
1178
|
-
}) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$
|
|
1179
|
-
return r$
|
|
1177
|
+
}) : 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() {
|
|
1178
|
+
return r$3.createComment("");
|
|
1180
1179
|
}, c = function(t) {
|
|
1181
|
-
return null === t || "object" !=
|
|
1180
|
+
return null === t || "object" != typeof t && "function" != typeof t;
|
|
1182
1181
|
}, a = Array.isArray, u = function(t) {
|
|
1183
1182
|
return a(t) || "function" == typeof (t === null || t === void 0 ? void 0 : t[Symbol.iterator]);
|
|
1184
|
-
}, d = "[
|
|
1183
|
+
}, 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) {
|
|
1185
1184
|
return function(i) {
|
|
1186
1185
|
for(var _len = arguments.length, s = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
|
|
1187
1186
|
s[_key - 1] = arguments[_key];
|
|
@@ -1192,10 +1191,10 @@ var t$1 = globalThis, i$1 = t$1.trustedTypes, s$1 = i$1 ? i$1.createPolicy("lit-
|
|
|
1192
1191
|
values: s
|
|
1193
1192
|
};
|
|
1194
1193
|
};
|
|
1195
|
-
}, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$
|
|
1194
|
+
}, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$3.createTreeWalker(r$3, 129);
|
|
1196
1195
|
function P(t, i) {
|
|
1197
1196
|
if (!a(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
1198
|
-
return void 0 !== s
|
|
1197
|
+
return void 0 !== s ? s.createHTML(i) : i;
|
|
1199
1198
|
}
|
|
1200
1199
|
var V = function(t, i) {
|
|
1201
1200
|
var s = t.length - 1, o = [];
|
|
@@ -1270,7 +1269,7 @@ var N = /*#__PURE__*/ function() {
|
|
|
1270
1269
|
r.append(t3[s2], l());
|
|
1271
1270
|
}
|
|
1272
1271
|
}
|
|
1273
|
-
} else if (8 === r.nodeType) if (r.data === o$
|
|
1272
|
+
} else if (8 === r.nodeType) if (r.data === o$1) d.push({
|
|
1274
1273
|
type: 2,
|
|
1275
1274
|
index: c
|
|
1276
1275
|
});
|
|
@@ -1288,7 +1287,7 @@ var N = /*#__PURE__*/ function() {
|
|
|
1288
1287
|
{
|
|
1289
1288
|
key: "createElement",
|
|
1290
1289
|
value: function createElement(t, i) {
|
|
1291
|
-
var s = r$
|
|
1290
|
+
var s = r$3.createElement("template");
|
|
1292
1291
|
return s.innerHTML = t, s;
|
|
1293
1292
|
}
|
|
1294
1293
|
}
|
|
@@ -1303,7 +1302,7 @@ function S(t, i) {
|
|
|
1303
1302
|
var h = void 0 !== e ? (_s__$Co = s._$Co) === null || _s__$Co === void 0 ? void 0 : _s__$Co[e] : s._$Cl;
|
|
1304
1303
|
var o = c(i) ? void 0 : i._$litDirective$;
|
|
1305
1304
|
var __$Co;
|
|
1306
|
-
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,
|
|
1305
|
+
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;
|
|
1307
1306
|
}
|
|
1308
1307
|
var M = /*#__PURE__*/ function() {
|
|
1309
1308
|
function M(t, i) {
|
|
@@ -1327,7 +1326,7 @@ var M = /*#__PURE__*/ function() {
|
|
|
1327
1326
|
key: "u",
|
|
1328
1327
|
value: function u(t) {
|
|
1329
1328
|
var _t_creationScope;
|
|
1330
|
-
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$
|
|
1329
|
+
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);
|
|
1331
1330
|
C.currentNode = e;
|
|
1332
1331
|
var h = C.nextNode(), o = 0, n = 0, l = s[0];
|
|
1333
1332
|
for(; void 0 !== l;){
|
|
@@ -1337,7 +1336,7 @@ var M = /*#__PURE__*/ function() {
|
|
|
1337
1336
|
}
|
|
1338
1337
|
o !== (l === null || l === void 0 ? void 0 : l.index) && (h = C.nextNode(), o++);
|
|
1339
1338
|
}
|
|
1340
|
-
return C.currentNode = r$
|
|
1339
|
+
return C.currentNode = r$3, e;
|
|
1341
1340
|
}
|
|
1342
1341
|
},
|
|
1343
1342
|
{
|
|
@@ -1373,7 +1372,7 @@ var R = /*#__PURE__*/ function() {
|
|
|
1373
1372
|
function R(t, i, s, e) {
|
|
1374
1373
|
_class_call_check$1(this, R);
|
|
1375
1374
|
var _e_isConnected;
|
|
1376
|
-
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 :
|
|
1375
|
+
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;
|
|
1377
1376
|
}
|
|
1378
1377
|
_create_class$1(R, [
|
|
1379
1378
|
{
|
|
@@ -1426,7 +1425,7 @@ var R = /*#__PURE__*/ function() {
|
|
|
1426
1425
|
{
|
|
1427
1426
|
key: "_",
|
|
1428
1427
|
value: function _(t) {
|
|
1429
|
-
this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$
|
|
1428
|
+
this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$3.createTextNode(t)), this._$AH = t;
|
|
1430
1429
|
}
|
|
1431
1430
|
},
|
|
1432
1431
|
{
|
|
@@ -1482,7 +1481,7 @@ var R = /*#__PURE__*/ function() {
|
|
|
1482
1481
|
value: function _$AR() {
|
|
1483
1482
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this._$AA.nextSibling, i = arguments.length > 1 ? arguments[1] : void 0;
|
|
1484
1483
|
var _this__$AP, _this;
|
|
1485
|
-
for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this,
|
|
1484
|
+
for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this, !1, !0, i); t && t !== this._$AB;){
|
|
1486
1485
|
var i1 = t.nextSibling;
|
|
1487
1486
|
t.remove(), t = i1;
|
|
1488
1487
|
}
|
|
@@ -1521,7 +1520,7 @@ var k = /*#__PURE__*/ function() {
|
|
|
1521
1520
|
value: function _$AI(t) {
|
|
1522
1521
|
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;
|
|
1523
1522
|
var h = this.strings;
|
|
1524
|
-
var o =
|
|
1523
|
+
var o = !1;
|
|
1525
1524
|
if (void 0 === h) t = S(this, t, i, 0), o = !c(t) || t !== this._$AH && t !== T, o && (this._$AH = t);
|
|
1526
1525
|
else {
|
|
1527
1526
|
var e1 = t;
|
|
@@ -1636,7 +1635,7 @@ var z = /*#__PURE__*/ function() {
|
|
|
1636
1635
|
}();
|
|
1637
1636
|
var j = t$1.litHtmlPolyfillSupport;
|
|
1638
1637
|
var _litHtmlVersions;
|
|
1639
|
-
j === null || j === void 0 ? void 0 : j(N, R), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.
|
|
1638
|
+
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");
|
|
1640
1639
|
var B = function(t, i, s) {
|
|
1641
1640
|
var _s_renderBefore;
|
|
1642
1641
|
var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
|
|
@@ -1671,6 +1670,7 @@ function _defineProperties(target, props) {
|
|
|
1671
1670
|
}
|
|
1672
1671
|
function _create_class(Constructor, protoProps, staticProps) {
|
|
1673
1672
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
1673
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
1674
1674
|
return Constructor;
|
|
1675
1675
|
}
|
|
1676
1676
|
function _get(target, property, receiver) {
|
|
@@ -1709,7 +1709,7 @@ function _inherits(subClass, superClass) {
|
|
|
1709
1709
|
if (superClass) _set_prototype_of(subClass, superClass);
|
|
1710
1710
|
}
|
|
1711
1711
|
function _possible_constructor_return(self, call) {
|
|
1712
|
-
if (call && (_type_of$
|
|
1712
|
+
if (call && (_type_of$1(call) === "object" || typeof call === "function")) {
|
|
1713
1713
|
return call;
|
|
1714
1714
|
}
|
|
1715
1715
|
return _assert_this_initialized(self);
|
|
@@ -1728,7 +1728,7 @@ function _super_prop_base(object, property) {
|
|
|
1728
1728
|
}
|
|
1729
1729
|
return object;
|
|
1730
1730
|
}
|
|
1731
|
-
function _type_of$
|
|
1731
|
+
function _type_of$1(obj) {
|
|
1732
1732
|
"@swc/helpers - typeof";
|
|
1733
1733
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
1734
1734
|
}
|
|
@@ -1756,18 +1756,17 @@ function _create_super(Derived) {
|
|
|
1756
1756
|
return _possible_constructor_return(this, result);
|
|
1757
1757
|
};
|
|
1758
1758
|
}
|
|
1759
|
-
var
|
|
1760
|
-
var
|
|
1759
|
+
var _globalThis_litElementHydrateSupport, _globalThis;
|
|
1760
|
+
var _globalThis1;
|
|
1761
1761
|
/**
|
|
1762
1762
|
* @license
|
|
1763
1763
|
* Copyright 2017 Google LLC
|
|
1764
1764
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1765
|
-
*/ var
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
_class_call_check(this, i);
|
|
1765
|
+
*/ var r$2 = /*#__PURE__*/ function(t) {
|
|
1766
|
+
_inherits(r, t);
|
|
1767
|
+
var _super = _create_super(r);
|
|
1768
|
+
function r() {
|
|
1769
|
+
_class_call_check(this, r);
|
|
1771
1770
|
var _this;
|
|
1772
1771
|
_this = _super.call.apply(_super, [
|
|
1773
1772
|
this
|
|
@@ -1776,12 +1775,12 @@ var i = /*#__PURE__*/ function(t) {
|
|
|
1776
1775
|
}, _this._$Do = void 0;
|
|
1777
1776
|
return _possible_constructor_return(_this);
|
|
1778
1777
|
}
|
|
1779
|
-
_create_class(
|
|
1778
|
+
_create_class(r, [
|
|
1780
1779
|
{
|
|
1781
1780
|
key: "createRenderRoot",
|
|
1782
1781
|
value: function createRenderRoot() {
|
|
1783
1782
|
var _this_renderOptions;
|
|
1784
|
-
var _$t = _get(_get_prototype_of(
|
|
1783
|
+
var _$t = _get(_get_prototype_of(r.prototype), "createRenderRoot", this).call(this);
|
|
1785
1784
|
var _renderBefore;
|
|
1786
1785
|
return (_renderBefore = (_this_renderOptions = this.renderOptions).renderBefore) !== null && _renderBefore !== void 0 ? _renderBefore : _this_renderOptions.renderBefore = _$t.firstChild, _$t;
|
|
1787
1786
|
}
|
|
@@ -1789,22 +1788,22 @@ var i = /*#__PURE__*/ function(t) {
|
|
|
1789
1788
|
{
|
|
1790
1789
|
key: "update",
|
|
1791
1790
|
value: function update(t) {
|
|
1792
|
-
var
|
|
1793
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get(_get_prototype_of(
|
|
1791
|
+
var s = this.render();
|
|
1792
|
+
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);
|
|
1794
1793
|
}
|
|
1795
1794
|
},
|
|
1796
1795
|
{
|
|
1797
1796
|
key: "connectedCallback",
|
|
1798
1797
|
value: function connectedCallback() {
|
|
1799
1798
|
var _this__$Do;
|
|
1800
|
-
_get(_get_prototype_of(
|
|
1799
|
+
_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);
|
|
1801
1800
|
}
|
|
1802
1801
|
},
|
|
1803
1802
|
{
|
|
1804
1803
|
key: "disconnectedCallback",
|
|
1805
1804
|
value: function disconnectedCallback() {
|
|
1806
1805
|
var _this__$Do;
|
|
1807
|
-
_get(_get_prototype_of(
|
|
1806
|
+
_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);
|
|
1808
1807
|
}
|
|
1809
1808
|
},
|
|
1810
1809
|
{
|
|
@@ -1814,17 +1813,17 @@ var i = /*#__PURE__*/ function(t) {
|
|
|
1814
1813
|
}
|
|
1815
1814
|
}
|
|
1816
1815
|
]);
|
|
1817
|
-
return
|
|
1818
|
-
}(
|
|
1819
|
-
|
|
1820
|
-
LitElement:
|
|
1816
|
+
return r;
|
|
1817
|
+
}(b);
|
|
1818
|
+
r$2._$litElement$ = !0, r$2["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis, {
|
|
1819
|
+
LitElement: r$2
|
|
1821
1820
|
});
|
|
1822
|
-
var
|
|
1823
|
-
|
|
1824
|
-
LitElement:
|
|
1821
|
+
var i = globalThis.litElementPolyfillSupport;
|
|
1822
|
+
i === null || i === void 0 ? void 0 : i({
|
|
1823
|
+
LitElement: r$2
|
|
1825
1824
|
});
|
|
1826
1825
|
var _litElementVersions;
|
|
1827
|
-
((_litElementVersions = (
|
|
1826
|
+
((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.1.1");
|
|
1828
1827
|
|
|
1829
1828
|
/**
|
|
1830
1829
|
* @license
|
|
@@ -1838,25 +1837,73 @@ var _litElementVersions;
|
|
|
1838
1837
|
};
|
|
1839
1838
|
};
|
|
1840
1839
|
|
|
1841
|
-
function
|
|
1842
|
-
|
|
1843
|
-
|
|
1840
|
+
function _define_property$1(obj, key, value) {
|
|
1841
|
+
if (key in obj) {
|
|
1842
|
+
Object.defineProperty(obj, key, {
|
|
1843
|
+
value: value,
|
|
1844
|
+
enumerable: true,
|
|
1845
|
+
configurable: true,
|
|
1846
|
+
writable: true
|
|
1847
|
+
});
|
|
1848
|
+
} else {
|
|
1849
|
+
obj[key] = value;
|
|
1850
|
+
}
|
|
1851
|
+
return obj;
|
|
1852
|
+
}
|
|
1853
|
+
function _object_spread$1(target) {
|
|
1854
|
+
for(var i = 1; i < arguments.length; i++){
|
|
1855
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
1856
|
+
var ownKeys = Object.keys(source);
|
|
1857
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
1858
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
1859
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
1860
|
+
}));
|
|
1861
|
+
}
|
|
1862
|
+
ownKeys.forEach(function(key) {
|
|
1863
|
+
_define_property$1(target, key, source[key]);
|
|
1864
|
+
});
|
|
1865
|
+
}
|
|
1866
|
+
return target;
|
|
1867
|
+
}
|
|
1868
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
1869
|
+
var keys = Object.keys(object);
|
|
1870
|
+
if (Object.getOwnPropertySymbols) {
|
|
1871
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
1872
|
+
if (enumerableOnly) {
|
|
1873
|
+
symbols = symbols.filter(function(sym) {
|
|
1874
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
1875
|
+
});
|
|
1876
|
+
}
|
|
1877
|
+
keys.push.apply(keys, symbols);
|
|
1878
|
+
}
|
|
1879
|
+
return keys;
|
|
1880
|
+
}
|
|
1881
|
+
function _object_spread_props$1(target, source) {
|
|
1882
|
+
source = source != null ? source : {};
|
|
1883
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
1884
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
1885
|
+
} else {
|
|
1886
|
+
ownKeys$1(Object(source)).forEach(function(key) {
|
|
1887
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
1888
|
+
});
|
|
1889
|
+
}
|
|
1890
|
+
return target;
|
|
1844
1891
|
}
|
|
1845
1892
|
/**
|
|
1846
1893
|
* @license
|
|
1847
1894
|
* Copyright 2017 Google LLC
|
|
1848
1895
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1849
1896
|
*/ var o = {
|
|
1850
|
-
attribute:
|
|
1897
|
+
attribute: !0,
|
|
1851
1898
|
type: String,
|
|
1852
1899
|
converter: u$1,
|
|
1853
|
-
reflect:
|
|
1900
|
+
reflect: !1,
|
|
1854
1901
|
hasChanged: f$1
|
|
1855
1902
|
}, r$1 = function() {
|
|
1856
1903
|
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;
|
|
1857
1904
|
var n = r.kind, i = r.metadata;
|
|
1858
1905
|
var s = globalThis.litPropertyMetadata.get(i);
|
|
1859
|
-
if (void 0 === s && globalThis.litPropertyMetadata.set(i, s = new Map),
|
|
1906
|
+
if (void 0 === s && globalThis.litPropertyMetadata.set(i, s = new Map), s.set(r.name, _$t), "accessor" === n) {
|
|
1860
1907
|
var o1 = r.name;
|
|
1861
1908
|
return {
|
|
1862
1909
|
set: function set(r) {
|
|
@@ -1864,7 +1911,7 @@ function _type_of$1(obj) {
|
|
|
1864
1911
|
_$e.set.call(this, r), this.requestUpdate(o1, n, _$t);
|
|
1865
1912
|
},
|
|
1866
1913
|
init: function init(e) {
|
|
1867
|
-
return void 0 !== e && this.
|
|
1914
|
+
return void 0 !== e && this.P(o1, void 0, _$t), e;
|
|
1868
1915
|
}
|
|
1869
1916
|
};
|
|
1870
1917
|
}
|
|
@@ -1879,9 +1926,11 @@ function _type_of$1(obj) {
|
|
|
1879
1926
|
};
|
|
1880
1927
|
function n(t) {
|
|
1881
1928
|
return function(e, o) {
|
|
1882
|
-
return "object" ==
|
|
1929
|
+
return "object" == typeof o ? r$1(t, e, o) : function(t, e, o) {
|
|
1883
1930
|
var r = e.hasOwnProperty(o);
|
|
1884
|
-
return e.constructor.createProperty(o,
|
|
1931
|
+
return e.constructor.createProperty(o, r ? _object_spread_props$1(_object_spread$1({}, t), {
|
|
1932
|
+
wrapped: !0
|
|
1933
|
+
}) : t), r ? Object.getOwnPropertyDescriptor(e, o) : void 0;
|
|
1885
1934
|
}(t, e, o);
|
|
1886
1935
|
};
|
|
1887
1936
|
}
|
|
@@ -1918,6 +1967,11 @@ function ownKeys(object, enumerableOnly) {
|
|
|
1918
1967
|
var keys = Object.keys(object);
|
|
1919
1968
|
if (Object.getOwnPropertySymbols) {
|
|
1920
1969
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
1970
|
+
if (enumerableOnly) {
|
|
1971
|
+
symbols = symbols.filter(function(sym) {
|
|
1972
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
1973
|
+
});
|
|
1974
|
+
}
|
|
1921
1975
|
keys.push.apply(keys, symbols);
|
|
1922
1976
|
}
|
|
1923
1977
|
return keys;
|
|
@@ -1939,8 +1993,8 @@ function _object_spread_props(target, source) {
|
|
|
1939
1993
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1940
1994
|
*/ function r(r) {
|
|
1941
1995
|
return n(_object_spread_props(_object_spread({}, r), {
|
|
1942
|
-
state:
|
|
1943
|
-
attribute:
|
|
1996
|
+
state: !0,
|
|
1997
|
+
attribute: !1
|
|
1944
1998
|
}));
|
|
1945
1999
|
}
|
|
1946
2000
|
|
|
@@ -1956,7 +2010,7 @@ function _type_of(obj) {
|
|
|
1956
2010
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
1957
2011
|
}
|
|
1958
2012
|
function getDefaultExportFromCjs(x) {
|
|
1959
|
-
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x,
|
|
2013
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
1960
2014
|
}
|
|
1961
2015
|
var tesseract_min$1 = {
|
|
1962
2016
|
exports: {}
|
|
@@ -1994,9 +2048,9 @@ var tesseract_min$1 = {
|
|
|
1994
2048
|
function l(t, r, e) {
|
|
1995
2049
|
return Object.defineProperty(t, r, {
|
|
1996
2050
|
value: e,
|
|
1997
|
-
enumerable:
|
|
1998
|
-
configurable:
|
|
1999
|
-
writable:
|
|
2051
|
+
enumerable: !0,
|
|
2052
|
+
configurable: !0,
|
|
2053
|
+
writable: !0
|
|
2000
2054
|
}), t[r];
|
|
2001
2055
|
}
|
|
2002
2056
|
try {
|
|
@@ -2135,7 +2189,7 @@ var tesseract_min$1 = {
|
|
|
2135
2189
|
{
|
|
2136
2190
|
tryLoc: "root"
|
|
2137
2191
|
}
|
|
2138
|
-
], t.forEach(_, this), this.reset(
|
|
2192
|
+
], t.forEach(_, this), this.reset(!0);
|
|
2139
2193
|
}
|
|
2140
2194
|
function A(t) {
|
|
2141
2195
|
if (t) {
|
|
@@ -2144,8 +2198,8 @@ var tesseract_min$1 = {
|
|
|
2144
2198
|
if ("function" == typeof t.next) return t;
|
|
2145
2199
|
if (!isNaN(t.length)) {
|
|
2146
2200
|
var _$n = -1, i = function e() {
|
|
2147
|
-
for(; ++_$n < t.length;)if (o.call(t, _$n)) return e.value = t[_$n], e.done =
|
|
2148
|
-
return e.value = r, e.done =
|
|
2201
|
+
for(; ++_$n < t.length;)if (o.call(t, _$n)) return e.value = t[_$n], e.done = !1, e;
|
|
2202
|
+
return e.value = r, e.done = !0, e;
|
|
2149
2203
|
};
|
|
2150
2204
|
return i.next = i;
|
|
2151
2205
|
}
|
|
@@ -2157,15 +2211,15 @@ var tesseract_min$1 = {
|
|
|
2157
2211
|
function G() {
|
|
2158
2212
|
return {
|
|
2159
2213
|
value: r,
|
|
2160
|
-
done:
|
|
2214
|
+
done: !0
|
|
2161
2215
|
};
|
|
2162
2216
|
}
|
|
2163
2217
|
return b.prototype = w, i(E, "constructor", {
|
|
2164
2218
|
value: w,
|
|
2165
|
-
configurable:
|
|
2219
|
+
configurable: !0
|
|
2166
2220
|
}), i(w, "constructor", {
|
|
2167
2221
|
value: b,
|
|
2168
|
-
configurable:
|
|
2222
|
+
configurable: !0
|
|
2169
2223
|
}), b.displayName = l(w, f, "GeneratorFunction"), t.isGeneratorFunction = function(t) {
|
|
2170
2224
|
var r = "function" == typeof t && t.constructor;
|
|
2171
2225
|
return !!r && (r === b || "GeneratorFunction" === (r.displayName || r.name));
|
|
@@ -2193,17 +2247,17 @@ var tesseract_min$1 = {
|
|
|
2193
2247
|
return _$e.reverse(), function t() {
|
|
2194
2248
|
for(; _$e.length;){
|
|
2195
2249
|
var _$n = _$e.pop();
|
|
2196
|
-
if (_$n in r) return t.value = _$n, t.done =
|
|
2250
|
+
if (_$n in r) return t.value = _$n, t.done = !1, t;
|
|
2197
2251
|
}
|
|
2198
|
-
return t.done =
|
|
2252
|
+
return t.done = !0, t;
|
|
2199
2253
|
};
|
|
2200
2254
|
}, t.values = A, N.prototype = {
|
|
2201
2255
|
constructor: N,
|
|
2202
2256
|
reset: function reset(t) {
|
|
2203
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = r, this.done =
|
|
2257
|
+
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);
|
|
2204
2258
|
},
|
|
2205
2259
|
stop: function stop() {
|
|
2206
|
-
this.done =
|
|
2260
|
+
this.done = !0;
|
|
2207
2261
|
var _$t = this.tryEntries[0].completion;
|
|
2208
2262
|
if ("throw" === _$t.type) throw _$t.arg;
|
|
2209
2263
|
return this.rval;
|
|
@@ -2220,10 +2274,10 @@ var tesseract_min$1 = {
|
|
|
2220
2274
|
if (a.tryLoc <= this.prev) {
|
|
2221
2275
|
var u = o.call(a, "catchLoc"), f = o.call(a, "finallyLoc");
|
|
2222
2276
|
if (u && f) {
|
|
2223
|
-
if (this.prev < a.catchLoc) return n(a.catchLoc,
|
|
2277
|
+
if (this.prev < a.catchLoc) return n(a.catchLoc, !0);
|
|
2224
2278
|
if (this.prev < a.finallyLoc) return n(a.finallyLoc);
|
|
2225
2279
|
} else if (u) {
|
|
2226
|
-
if (this.prev < a.catchLoc) return n(a.catchLoc,
|
|
2280
|
+
if (this.prev < a.catchLoc) return n(a.catchLoc, !0);
|
|
2227
2281
|
} else {
|
|
2228
2282
|
if (!f) throw new Error("try statement without catch or finally");
|
|
2229
2283
|
if (this.prev < a.finallyLoc) return n(a.finallyLoc);
|
|
@@ -2323,9 +2377,9 @@ var tesseract_min$1 = {
|
|
|
2323
2377
|
function l(t, r, e) {
|
|
2324
2378
|
return Object.defineProperty(t, r, {
|
|
2325
2379
|
value: e,
|
|
2326
|
-
enumerable:
|
|
2327
|
-
configurable:
|
|
2328
|
-
writable:
|
|
2380
|
+
enumerable: !0,
|
|
2381
|
+
configurable: !0,
|
|
2382
|
+
writable: !0
|
|
2329
2383
|
}), t[r];
|
|
2330
2384
|
}
|
|
2331
2385
|
try {
|
|
@@ -2414,7 +2468,7 @@ var tesseract_min$1 = {
|
|
|
2414
2468
|
if ("throw" === o) throw i;
|
|
2415
2469
|
return {
|
|
2416
2470
|
value: void 0,
|
|
2417
|
-
done:
|
|
2471
|
+
done: !0
|
|
2418
2472
|
};
|
|
2419
2473
|
}
|
|
2420
2474
|
for(e.method = o, e.arg = i;;){
|
|
@@ -2467,7 +2521,7 @@ var tesseract_min$1 = {
|
|
|
2467
2521
|
{
|
|
2468
2522
|
tryLoc: "root"
|
|
2469
2523
|
}
|
|
2470
|
-
], t.forEach(S, this), this.reset(
|
|
2524
|
+
], t.forEach(S, this), this.reset(!0);
|
|
2471
2525
|
}
|
|
2472
2526
|
function k(t) {
|
|
2473
2527
|
if (t) {
|
|
@@ -2476,8 +2530,8 @@ var tesseract_min$1 = {
|
|
|
2476
2530
|
if ("function" == typeof t.next) return t;
|
|
2477
2531
|
if (!isNaN(t.length)) {
|
|
2478
2532
|
var n = -1, _$o = function r() {
|
|
2479
|
-
for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done =
|
|
2480
|
-
return r.value = void 0, r.done =
|
|
2533
|
+
for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = !1, r;
|
|
2534
|
+
return r.value = void 0, r.done = !0, r;
|
|
2481
2535
|
};
|
|
2482
2536
|
return _$o.next = _$o;
|
|
2483
2537
|
}
|
|
@@ -2489,15 +2543,15 @@ var tesseract_min$1 = {
|
|
|
2489
2543
|
function _() {
|
|
2490
2544
|
return {
|
|
2491
2545
|
value: void 0,
|
|
2492
|
-
done:
|
|
2546
|
+
done: !0
|
|
2493
2547
|
};
|
|
2494
2548
|
}
|
|
2495
2549
|
return v.prototype = d, i(w, "constructor", {
|
|
2496
2550
|
value: d,
|
|
2497
|
-
configurable:
|
|
2551
|
+
configurable: !0
|
|
2498
2552
|
}), i(d, "constructor", {
|
|
2499
2553
|
value: v,
|
|
2500
|
-
configurable:
|
|
2554
|
+
configurable: !0
|
|
2501
2555
|
}), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
|
|
2502
2556
|
var r = "function" == typeof t && t.constructor;
|
|
2503
2557
|
return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
|
|
@@ -2525,17 +2579,17 @@ var tesseract_min$1 = {
|
|
|
2525
2579
|
return _$e.reverse(), function t() {
|
|
2526
2580
|
for(; _$e.length;){
|
|
2527
2581
|
var n = _$e.pop();
|
|
2528
|
-
if (n in r) return t.value = n, t.done =
|
|
2582
|
+
if (n in r) return t.value = n, t.done = !1, t;
|
|
2529
2583
|
}
|
|
2530
|
-
return t.done =
|
|
2584
|
+
return t.done = !0, t;
|
|
2531
2585
|
};
|
|
2532
2586
|
}, _$t.values = k, P.prototype = {
|
|
2533
2587
|
constructor: P,
|
|
2534
2588
|
reset: function reset(t) {
|
|
2535
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done =
|
|
2589
|
+
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);
|
|
2536
2590
|
},
|
|
2537
2591
|
stop: function stop() {
|
|
2538
|
-
this.done =
|
|
2592
|
+
this.done = !0;
|
|
2539
2593
|
var _$t = this.tryEntries[0].completion;
|
|
2540
2594
|
if ("throw" === _$t.type) throw _$t.arg;
|
|
2541
2595
|
return this.rval;
|
|
@@ -2552,10 +2606,10 @@ var tesseract_min$1 = {
|
|
|
2552
2606
|
if (i.tryLoc <= this.prev) {
|
|
2553
2607
|
var c = _$e.call(i, "catchLoc"), u = _$e.call(i, "finallyLoc");
|
|
2554
2608
|
if (c && u) {
|
|
2555
|
-
if (this.prev < i.catchLoc) return n(i.catchLoc,
|
|
2609
|
+
if (this.prev < i.catchLoc) return n(i.catchLoc, !0);
|
|
2556
2610
|
if (this.prev < i.finallyLoc) return n(i.finallyLoc);
|
|
2557
2611
|
} else if (c) {
|
|
2558
|
-
if (this.prev < i.catchLoc) return n(i.catchLoc,
|
|
2612
|
+
if (this.prev < i.catchLoc) return n(i.catchLoc, !0);
|
|
2559
2613
|
} else {
|
|
2560
2614
|
if (!u) throw new Error("try statement without catch or finally");
|
|
2561
2615
|
if (this.prev < i.finallyLoc) return n(i.finallyLoc);
|
|
@@ -2698,7 +2752,7 @@ var tesseract_min$1 = {
|
|
|
2698
2752
|
},
|
|
2699
2753
|
341: function(t) {
|
|
2700
2754
|
t.exports = {
|
|
2701
|
-
workerBlobURL:
|
|
2755
|
+
workerBlobURL: !0,
|
|
2702
2756
|
logger: function logger() {}
|
|
2703
2757
|
};
|
|
2704
2758
|
},
|
|
@@ -2838,9 +2892,9 @@ var tesseract_min$1 = {
|
|
|
2838
2892
|
function l(t, r, e) {
|
|
2839
2893
|
return Object.defineProperty(t, r, {
|
|
2840
2894
|
value: e,
|
|
2841
|
-
enumerable:
|
|
2842
|
-
configurable:
|
|
2843
|
-
writable:
|
|
2895
|
+
enumerable: !0,
|
|
2896
|
+
configurable: !0,
|
|
2897
|
+
writable: !0
|
|
2844
2898
|
}), t[r];
|
|
2845
2899
|
}
|
|
2846
2900
|
try {
|
|
@@ -2929,7 +2983,7 @@ var tesseract_min$1 = {
|
|
|
2929
2983
|
if ("throw" === o) throw i;
|
|
2930
2984
|
return {
|
|
2931
2985
|
value: void 0,
|
|
2932
|
-
done:
|
|
2986
|
+
done: !0
|
|
2933
2987
|
};
|
|
2934
2988
|
}
|
|
2935
2989
|
for(e.method = o, e.arg = i;;){
|
|
@@ -2982,7 +3036,7 @@ var tesseract_min$1 = {
|
|
|
2982
3036
|
{
|
|
2983
3037
|
tryLoc: "root"
|
|
2984
3038
|
}
|
|
2985
|
-
], t.forEach(S, this), this.reset(
|
|
3039
|
+
], t.forEach(S, this), this.reset(!0);
|
|
2986
3040
|
}
|
|
2987
3041
|
function k(t) {
|
|
2988
3042
|
if (t) {
|
|
@@ -2991,8 +3045,8 @@ var tesseract_min$1 = {
|
|
|
2991
3045
|
if ("function" == typeof t.next) return t;
|
|
2992
3046
|
if (!isNaN(t.length)) {
|
|
2993
3047
|
var n = -1, o = function r() {
|
|
2994
|
-
for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done =
|
|
2995
|
-
return r.value = void 0, r.done =
|
|
3048
|
+
for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = !1, r;
|
|
3049
|
+
return r.value = void 0, r.done = !0, r;
|
|
2996
3050
|
};
|
|
2997
3051
|
return o.next = o;
|
|
2998
3052
|
}
|
|
@@ -3004,15 +3058,15 @@ var tesseract_min$1 = {
|
|
|
3004
3058
|
function _() {
|
|
3005
3059
|
return {
|
|
3006
3060
|
value: void 0,
|
|
3007
|
-
done:
|
|
3061
|
+
done: !0
|
|
3008
3062
|
};
|
|
3009
3063
|
}
|
|
3010
3064
|
return v.prototype = d, o(w, "constructor", {
|
|
3011
3065
|
value: d,
|
|
3012
|
-
configurable:
|
|
3066
|
+
configurable: !0
|
|
3013
3067
|
}), o(d, "constructor", {
|
|
3014
3068
|
value: v,
|
|
3015
|
-
configurable:
|
|
3069
|
+
configurable: !0
|
|
3016
3070
|
}), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
|
|
3017
3071
|
var r = "function" == typeof t && t.constructor;
|
|
3018
3072
|
return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
|
|
@@ -3040,17 +3094,17 @@ var tesseract_min$1 = {
|
|
|
3040
3094
|
return _$e.reverse(), function t() {
|
|
3041
3095
|
for(; _$e.length;){
|
|
3042
3096
|
var n = _$e.pop();
|
|
3043
|
-
if (n in r) return t.value = n, t.done =
|
|
3097
|
+
if (n in r) return t.value = n, t.done = !1, t;
|
|
3044
3098
|
}
|
|
3045
|
-
return t.done =
|
|
3099
|
+
return t.done = !0, t;
|
|
3046
3100
|
};
|
|
3047
3101
|
}, _$t.values = k, P.prototype = {
|
|
3048
3102
|
constructor: P,
|
|
3049
3103
|
reset: function reset(t) {
|
|
3050
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done =
|
|
3104
|
+
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);
|
|
3051
3105
|
},
|
|
3052
3106
|
stop: function stop() {
|
|
3053
|
-
this.done =
|
|
3107
|
+
this.done = !0;
|
|
3054
3108
|
var _$t = this.tryEntries[0].completion;
|
|
3055
3109
|
if ("throw" === _$t.type) throw _$t.arg;
|
|
3056
3110
|
return this.rval;
|
|
@@ -3067,10 +3121,10 @@ var tesseract_min$1 = {
|
|
|
3067
3121
|
if (_$i.tryLoc <= this.prev) {
|
|
3068
3122
|
var c = _$e.call(_$i, "catchLoc"), u = _$e.call(_$i, "finallyLoc");
|
|
3069
3123
|
if (c && u) {
|
|
3070
|
-
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc,
|
|
3124
|
+
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
|
|
3071
3125
|
if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
|
|
3072
3126
|
} else if (c) {
|
|
3073
|
-
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc,
|
|
3127
|
+
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
|
|
3074
3128
|
} else {
|
|
3075
3129
|
if (!u) throw new Error("try statement without catch or finally");
|
|
3076
3130
|
if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
|
|
@@ -3302,7 +3356,7 @@ var tesseract_min$1 = {
|
|
|
3302
3356
|
var u = function u(t) {
|
|
3303
3357
|
for(var r = 1; r < arguments.length; r++){
|
|
3304
3358
|
var _$e = null != arguments[r] ? arguments[r] : {};
|
|
3305
|
-
r % 2 ? c(Object(_$e),
|
|
3359
|
+
r % 2 ? c(Object(_$e), !0).forEach(function(r) {
|
|
3306
3360
|
f(t, r, _$e[r]);
|
|
3307
3361
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : c(Object(_$e)).forEach(function(r) {
|
|
3308
3362
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
|
|
@@ -3325,9 +3379,9 @@ var tesseract_min$1 = {
|
|
|
3325
3379
|
return "symbol" === n(_$r) ? _$r : String(_$r);
|
|
3326
3380
|
}(r)) in t ? Object.defineProperty(t, r, {
|
|
3327
3381
|
value: e,
|
|
3328
|
-
enumerable:
|
|
3329
|
-
configurable:
|
|
3330
|
-
writable:
|
|
3382
|
+
enumerable: !0,
|
|
3383
|
+
configurable: !0,
|
|
3384
|
+
writable: !0
|
|
3331
3385
|
}) : t[r] = e, t;
|
|
3332
3386
|
};
|
|
3333
3387
|
var l = function l(t, r) {
|
|
@@ -3388,9 +3442,9 @@ var tesseract_min$1 = {
|
|
|
3388
3442
|
function l(t, r, e) {
|
|
3389
3443
|
return Object.defineProperty(t, r, {
|
|
3390
3444
|
value: e,
|
|
3391
|
-
enumerable:
|
|
3392
|
-
configurable:
|
|
3393
|
-
writable:
|
|
3445
|
+
enumerable: !0,
|
|
3446
|
+
configurable: !0,
|
|
3447
|
+
writable: !0
|
|
3394
3448
|
}), t[r];
|
|
3395
3449
|
}
|
|
3396
3450
|
try {
|
|
@@ -3479,7 +3533,7 @@ var tesseract_min$1 = {
|
|
|
3479
3533
|
if ("throw" === o) throw i;
|
|
3480
3534
|
return {
|
|
3481
3535
|
value: void 0,
|
|
3482
|
-
done:
|
|
3536
|
+
done: !0
|
|
3483
3537
|
};
|
|
3484
3538
|
}
|
|
3485
3539
|
for(e.method = o, e.arg = i;;){
|
|
@@ -3532,7 +3586,7 @@ var tesseract_min$1 = {
|
|
|
3532
3586
|
{
|
|
3533
3587
|
tryLoc: "root"
|
|
3534
3588
|
}
|
|
3535
|
-
], t.forEach(S, this), this.reset(
|
|
3589
|
+
], t.forEach(S, this), this.reset(!0);
|
|
3536
3590
|
}
|
|
3537
3591
|
function k(t) {
|
|
3538
3592
|
if (t) {
|
|
@@ -3541,8 +3595,8 @@ var tesseract_min$1 = {
|
|
|
3541
3595
|
if ("function" == typeof t.next) return t;
|
|
3542
3596
|
if (!isNaN(t.length)) {
|
|
3543
3597
|
var n = -1, o = function r() {
|
|
3544
|
-
for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done =
|
|
3545
|
-
return r.value = void 0, r.done =
|
|
3598
|
+
for(; ++n < t.length;)if (_$e.call(t, n)) return r.value = t[n], r.done = !1, r;
|
|
3599
|
+
return r.value = void 0, r.done = !0, r;
|
|
3546
3600
|
};
|
|
3547
3601
|
return o.next = o;
|
|
3548
3602
|
}
|
|
@@ -3554,15 +3608,15 @@ var tesseract_min$1 = {
|
|
|
3554
3608
|
function _() {
|
|
3555
3609
|
return {
|
|
3556
3610
|
value: void 0,
|
|
3557
|
-
done:
|
|
3611
|
+
done: !0
|
|
3558
3612
|
};
|
|
3559
3613
|
}
|
|
3560
3614
|
return v.prototype = d, o(w, "constructor", {
|
|
3561
3615
|
value: d,
|
|
3562
|
-
configurable:
|
|
3616
|
+
configurable: !0
|
|
3563
3617
|
}), o(d, "constructor", {
|
|
3564
3618
|
value: v,
|
|
3565
|
-
configurable:
|
|
3619
|
+
configurable: !0
|
|
3566
3620
|
}), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
|
|
3567
3621
|
var r = "function" == typeof t && t.constructor;
|
|
3568
3622
|
return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
|
|
@@ -3590,17 +3644,17 @@ var tesseract_min$1 = {
|
|
|
3590
3644
|
return _$e.reverse(), function t() {
|
|
3591
3645
|
for(; _$e.length;){
|
|
3592
3646
|
var n = _$e.pop();
|
|
3593
|
-
if (n in r) return t.value = n, t.done =
|
|
3647
|
+
if (n in r) return t.value = n, t.done = !1, t;
|
|
3594
3648
|
}
|
|
3595
|
-
return t.done =
|
|
3649
|
+
return t.done = !0, t;
|
|
3596
3650
|
};
|
|
3597
3651
|
}, _$t.values = k, P.prototype = {
|
|
3598
3652
|
constructor: P,
|
|
3599
3653
|
reset: function reset(t) {
|
|
3600
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done =
|
|
3654
|
+
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);
|
|
3601
3655
|
},
|
|
3602
3656
|
stop: function stop() {
|
|
3603
|
-
this.done =
|
|
3657
|
+
this.done = !0;
|
|
3604
3658
|
var _$t = this.tryEntries[0].completion;
|
|
3605
3659
|
if ("throw" === _$t.type) throw _$t.arg;
|
|
3606
3660
|
return this.rval;
|
|
@@ -3617,10 +3671,10 @@ var tesseract_min$1 = {
|
|
|
3617
3671
|
if (_$i.tryLoc <= this.prev) {
|
|
3618
3672
|
var c = _$e.call(_$i, "catchLoc"), u = _$e.call(_$i, "finallyLoc");
|
|
3619
3673
|
if (c && u) {
|
|
3620
|
-
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc,
|
|
3674
|
+
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
|
|
3621
3675
|
if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
|
|
3622
3676
|
} else if (c) {
|
|
3623
|
-
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc,
|
|
3677
|
+
if (this.prev < _$i.catchLoc) return n(_$i.catchLoc, !0);
|
|
3624
3678
|
} else {
|
|
3625
3679
|
if (!u) throw new Error("try statement without catch or finally");
|
|
3626
3680
|
if (this.prev < _$i.finallyLoc) return n(_$i.finallyLoc);
|
|
@@ -3838,10 +3892,10 @@ var tesseract_min$1 = {
|
|
|
3838
3892
|
for(;;)switch(t.prev = t.next){
|
|
3839
3893
|
case 0:
|
|
3840
3894
|
return _$e = a.length > 1 && void 0 !== a[1] ? a[1] : {}, n = a.length > 2 && void 0 !== a[2] ? a[2] : {
|
|
3841
|
-
blocks:
|
|
3842
|
-
text:
|
|
3843
|
-
hocr:
|
|
3844
|
-
tsv:
|
|
3895
|
+
blocks: !0,
|
|
3896
|
+
text: !0,
|
|
3897
|
+
hocr: !0,
|
|
3898
|
+
tsv: !0
|
|
3845
3899
|
}, o = a.length > 3 ? a[3] : void 0, t.t0 = B, t.t1 = v, t.t2 = o, t.next = 8, E(r);
|
|
3846
3900
|
case 8:
|
|
3847
3901
|
return t.t3 = t.sent, t.t4 = _$e, t.t5 = n, t.t6 = {
|
|
@@ -3991,9 +4045,9 @@ var tesseract_min$1 = {
|
|
|
3991
4045
|
return "symbol" === n(_$r) ? _$r : String(_$r);
|
|
3992
4046
|
}(r)) in t ? Object.defineProperty(t, r, {
|
|
3993
4047
|
value: e,
|
|
3994
|
-
enumerable:
|
|
3995
|
-
configurable:
|
|
3996
|
-
writable:
|
|
4048
|
+
enumerable: !0,
|
|
4049
|
+
configurable: !0,
|
|
4050
|
+
writable: !0
|
|
3997
4051
|
}) : t[r] = e, t;
|
|
3998
4052
|
};
|
|
3999
4053
|
function n(t) {
|
|
@@ -4008,7 +4062,7 @@ var tesseract_min$1 = {
|
|
|
4008
4062
|
t.exports = function(t) {
|
|
4009
4063
|
for(var r = 1; r < arguments.length; r++){
|
|
4010
4064
|
var _$e = null != arguments[r] ? arguments[r] : {};
|
|
4011
|
-
r % 2 ? o(Object(_$e),
|
|
4065
|
+
r % 2 ? o(Object(_$e), !0).forEach(function(r) {
|
|
4012
4066
|
i(t, r, _$e[r]);
|
|
4013
4067
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : o(Object(_$e)).forEach(function(r) {
|
|
4014
4068
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
|
|
@@ -4038,7 +4092,7 @@ var tesseract_min$1 = {
|
|
|
4038
4092
|
var n = function n(t) {
|
|
4039
4093
|
for(var r = 1; r < arguments.length; r++){
|
|
4040
4094
|
var n = null != arguments[r] ? arguments[r] : {};
|
|
4041
|
-
r % 2 ? _$e(Object(n),
|
|
4095
|
+
r % 2 ? _$e(Object(n), !0).forEach(function(r) {
|
|
4042
4096
|
o(t, r, n[r]);
|
|
4043
4097
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : _$e(Object(n)).forEach(function(r) {
|
|
4044
4098
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
|
|
@@ -4061,9 +4115,9 @@ var tesseract_min$1 = {
|
|
|
4061
4115
|
return "symbol" === r(_$e) ? _$e : String(_$e);
|
|
4062
4116
|
}(e)) in t ? Object.defineProperty(t, e, {
|
|
4063
4117
|
value: n,
|
|
4064
|
-
enumerable:
|
|
4065
|
-
configurable:
|
|
4066
|
-
writable:
|
|
4118
|
+
enumerable: !0,
|
|
4119
|
+
configurable: !0,
|
|
4120
|
+
writable: !0
|
|
4067
4121
|
}) : t[e] = n, t;
|
|
4068
4122
|
};
|
|
4069
4123
|
function r(t) {
|
|
@@ -4134,7 +4188,7 @@ var tesseract_min$1 = {
|
|
|
4134
4188
|
};
|
|
4135
4189
|
},
|
|
4136
4190
|
185: function(t, r) {
|
|
4137
|
-
var _$e = this, n =
|
|
4191
|
+
var _$e = this, n = !1;
|
|
4138
4192
|
r.logging = n, r.setLogging = function(t) {
|
|
4139
4193
|
n = t;
|
|
4140
4194
|
}, r.log = function() {
|
|
@@ -4168,9 +4222,9 @@ var tesseract_min$1 = {
|
|
|
4168
4222
|
return "symbol" === n(_$r) ? _$r : String(_$r);
|
|
4169
4223
|
}(r)) in t ? Object.defineProperty(t, r, {
|
|
4170
4224
|
value: e,
|
|
4171
|
-
enumerable:
|
|
4172
|
-
configurable:
|
|
4173
|
-
writable:
|
|
4225
|
+
enumerable: !0,
|
|
4226
|
+
configurable: !0,
|
|
4227
|
+
writable: !0
|
|
4174
4228
|
}) : t[r] = e, t;
|
|
4175
4229
|
};
|
|
4176
4230
|
function n(t) {
|
|
@@ -4189,7 +4243,7 @@ var tesseract_min$1 = {
|
|
|
4189
4243
|
var r = function(t) {
|
|
4190
4244
|
for(var r = 1; r < arguments.length; r++){
|
|
4191
4245
|
var _$e = null != arguments[r] ? arguments[r] : {};
|
|
4192
|
-
r % 2 ? o(Object(_$e),
|
|
4246
|
+
r % 2 ? o(Object(_$e), !0).forEach(function(r) {
|
|
4193
4247
|
i(t, r, _$e[r]);
|
|
4194
4248
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : o(Object(_$e)).forEach(function(r) {
|
|
4195
4249
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
|
|
@@ -4220,7 +4274,7 @@ var tesseract_min$1 = {
|
|
|
4220
4274
|
var i = function i(t) {
|
|
4221
4275
|
for(var r = 1; r < arguments.length; r++){
|
|
4222
4276
|
var _$e = null != arguments[r] ? arguments[r] : {};
|
|
4223
|
-
r % 2 ? o(Object(_$e),
|
|
4277
|
+
r % 2 ? o(Object(_$e), !0).forEach(function(r) {
|
|
4224
4278
|
a(t, r, _$e[r]);
|
|
4225
4279
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(_$e)) : o(Object(_$e)).forEach(function(r) {
|
|
4226
4280
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(_$e, r));
|
|
@@ -4243,9 +4297,9 @@ var tesseract_min$1 = {
|
|
|
4243
4297
|
return "symbol" === n(_$r) ? _$r : String(_$r);
|
|
4244
4298
|
}(r)) in t ? Object.defineProperty(t, r, {
|
|
4245
4299
|
value: e,
|
|
4246
|
-
enumerable:
|
|
4247
|
-
configurable:
|
|
4248
|
-
writable:
|
|
4300
|
+
enumerable: !0,
|
|
4301
|
+
configurable: !0,
|
|
4302
|
+
writable: !0
|
|
4249
4303
|
}) : t[r] = e, t;
|
|
4250
4304
|
};
|
|
4251
4305
|
function n(t) {
|
|
@@ -4312,9 +4366,9 @@ var tesseract_min$1 = {
|
|
|
4312
4366
|
function l(t, r, e) {
|
|
4313
4367
|
return Object.defineProperty(t, r, {
|
|
4314
4368
|
value: e,
|
|
4315
|
-
enumerable:
|
|
4316
|
-
configurable:
|
|
4317
|
-
writable:
|
|
4369
|
+
enumerable: !0,
|
|
4370
|
+
configurable: !0,
|
|
4371
|
+
writable: !0
|
|
4318
4372
|
}), t[r];
|
|
4319
4373
|
}
|
|
4320
4374
|
try {
|
|
@@ -4403,7 +4457,7 @@ var tesseract_min$1 = {
|
|
|
4403
4457
|
if ("throw" === o) throw i;
|
|
4404
4458
|
return {
|
|
4405
4459
|
value: void 0,
|
|
4406
|
-
done:
|
|
4460
|
+
done: !0
|
|
4407
4461
|
};
|
|
4408
4462
|
}
|
|
4409
4463
|
for(e.method = o, e.arg = i;;){
|
|
@@ -4456,7 +4510,7 @@ var tesseract_min$1 = {
|
|
|
4456
4510
|
{
|
|
4457
4511
|
tryLoc: "root"
|
|
4458
4512
|
}
|
|
4459
|
-
], t.forEach(S, this), this.reset(
|
|
4513
|
+
], t.forEach(S, this), this.reset(!0);
|
|
4460
4514
|
}
|
|
4461
4515
|
function k(t) {
|
|
4462
4516
|
if (t) {
|
|
@@ -4465,8 +4519,8 @@ var tesseract_min$1 = {
|
|
|
4465
4519
|
if ("function" == typeof t.next) return t;
|
|
4466
4520
|
if (!isNaN(t.length)) {
|
|
4467
4521
|
var _$e = -1, n = function r() {
|
|
4468
|
-
for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done =
|
|
4469
|
-
return r.value = void 0, r.done =
|
|
4522
|
+
for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done = !1, r;
|
|
4523
|
+
return r.value = void 0, r.done = !0, r;
|
|
4470
4524
|
};
|
|
4471
4525
|
return n.next = n;
|
|
4472
4526
|
}
|
|
@@ -4478,15 +4532,15 @@ var tesseract_min$1 = {
|
|
|
4478
4532
|
function _() {
|
|
4479
4533
|
return {
|
|
4480
4534
|
value: void 0,
|
|
4481
|
-
done:
|
|
4535
|
+
done: !0
|
|
4482
4536
|
};
|
|
4483
4537
|
}
|
|
4484
4538
|
return v.prototype = d, i(w, "constructor", {
|
|
4485
4539
|
value: d,
|
|
4486
|
-
configurable:
|
|
4540
|
+
configurable: !0
|
|
4487
4541
|
}), i(d, "constructor", {
|
|
4488
4542
|
value: v,
|
|
4489
|
-
configurable:
|
|
4543
|
+
configurable: !0
|
|
4490
4544
|
}), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
|
|
4491
4545
|
var r = "function" == typeof t && t.constructor;
|
|
4492
4546
|
return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
|
|
@@ -4514,17 +4568,17 @@ var tesseract_min$1 = {
|
|
|
4514
4568
|
return _$e.reverse(), function t() {
|
|
4515
4569
|
for(; _$e.length;){
|
|
4516
4570
|
var n = _$e.pop();
|
|
4517
|
-
if (n in r) return t.value = n, t.done =
|
|
4571
|
+
if (n in r) return t.value = n, t.done = !1, t;
|
|
4518
4572
|
}
|
|
4519
|
-
return t.done =
|
|
4573
|
+
return t.done = !0, t;
|
|
4520
4574
|
};
|
|
4521
4575
|
}, _$t.values = k, P.prototype = {
|
|
4522
4576
|
constructor: P,
|
|
4523
4577
|
reset: function reset(t) {
|
|
4524
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done =
|
|
4578
|
+
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);
|
|
4525
4579
|
},
|
|
4526
4580
|
stop: function stop() {
|
|
4527
|
-
this.done =
|
|
4581
|
+
this.done = !0;
|
|
4528
4582
|
var _$t = this.tryEntries[0].completion;
|
|
4529
4583
|
if ("throw" === _$t.type) throw _$t.arg;
|
|
4530
4584
|
return this.rval;
|
|
@@ -4541,10 +4595,10 @@ var tesseract_min$1 = {
|
|
|
4541
4595
|
if (i.tryLoc <= this.prev) {
|
|
4542
4596
|
var c = o.call(i, "catchLoc"), u = o.call(i, "finallyLoc");
|
|
4543
4597
|
if (c && u) {
|
|
4544
|
-
if (this.prev < i.catchLoc) return e(i.catchLoc,
|
|
4598
|
+
if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
|
|
4545
4599
|
if (this.prev < i.finallyLoc) return e(i.finallyLoc);
|
|
4546
4600
|
} else if (c) {
|
|
4547
|
-
if (this.prev < i.catchLoc) return e(i.catchLoc,
|
|
4601
|
+
if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
|
|
4548
4602
|
} else {
|
|
4549
4603
|
if (!u) throw new Error("try statement without catch or finally");
|
|
4550
4604
|
if (this.prev < i.finallyLoc) return e(i.finallyLoc);
|
|
@@ -4755,9 +4809,9 @@ var tesseract_min$1 = {
|
|
|
4755
4809
|
function l(t, r, e) {
|
|
4756
4810
|
return Object.defineProperty(t, r, {
|
|
4757
4811
|
value: e,
|
|
4758
|
-
enumerable:
|
|
4759
|
-
configurable:
|
|
4760
|
-
writable:
|
|
4812
|
+
enumerable: !0,
|
|
4813
|
+
configurable: !0,
|
|
4814
|
+
writable: !0
|
|
4761
4815
|
}), t[r];
|
|
4762
4816
|
}
|
|
4763
4817
|
try {
|
|
@@ -4846,7 +4900,7 @@ var tesseract_min$1 = {
|
|
|
4846
4900
|
if ("throw" === o) throw i;
|
|
4847
4901
|
return {
|
|
4848
4902
|
value: void 0,
|
|
4849
|
-
done:
|
|
4903
|
+
done: !0
|
|
4850
4904
|
};
|
|
4851
4905
|
}
|
|
4852
4906
|
for(e.method = o, e.arg = i;;){
|
|
@@ -4899,7 +4953,7 @@ var tesseract_min$1 = {
|
|
|
4899
4953
|
{
|
|
4900
4954
|
tryLoc: "root"
|
|
4901
4955
|
}
|
|
4902
|
-
], t.forEach(S, this), this.reset(
|
|
4956
|
+
], t.forEach(S, this), this.reset(!0);
|
|
4903
4957
|
}
|
|
4904
4958
|
function k(t) {
|
|
4905
4959
|
if (t) {
|
|
@@ -4908,8 +4962,8 @@ var tesseract_min$1 = {
|
|
|
4908
4962
|
if ("function" == typeof t.next) return t;
|
|
4909
4963
|
if (!isNaN(t.length)) {
|
|
4910
4964
|
var _$e = -1, n = function r() {
|
|
4911
|
-
for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done =
|
|
4912
|
-
return r.value = void 0, r.done =
|
|
4965
|
+
for(; ++_$e < t.length;)if (o.call(t, _$e)) return r.value = t[_$e], r.done = !1, r;
|
|
4966
|
+
return r.value = void 0, r.done = !0, r;
|
|
4913
4967
|
};
|
|
4914
4968
|
return n.next = n;
|
|
4915
4969
|
}
|
|
@@ -4921,15 +4975,15 @@ var tesseract_min$1 = {
|
|
|
4921
4975
|
function _() {
|
|
4922
4976
|
return {
|
|
4923
4977
|
value: void 0,
|
|
4924
|
-
done:
|
|
4978
|
+
done: !0
|
|
4925
4979
|
};
|
|
4926
4980
|
}
|
|
4927
4981
|
return v.prototype = d, i(w, "constructor", {
|
|
4928
4982
|
value: d,
|
|
4929
|
-
configurable:
|
|
4983
|
+
configurable: !0
|
|
4930
4984
|
}), i(d, "constructor", {
|
|
4931
4985
|
value: v,
|
|
4932
|
-
configurable:
|
|
4986
|
+
configurable: !0
|
|
4933
4987
|
}), v.displayName = l(d, f, "GeneratorFunction"), _$t.isGeneratorFunction = function(t) {
|
|
4934
4988
|
var r = "function" == typeof t && t.constructor;
|
|
4935
4989
|
return !!r && (r === v || "GeneratorFunction" === (r.displayName || r.name));
|
|
@@ -4957,17 +5011,17 @@ var tesseract_min$1 = {
|
|
|
4957
5011
|
return _$e.reverse(), function t() {
|
|
4958
5012
|
for(; _$e.length;){
|
|
4959
5013
|
var n = _$e.pop();
|
|
4960
|
-
if (n in r) return t.value = n, t.done =
|
|
5014
|
+
if (n in r) return t.value = n, t.done = !1, t;
|
|
4961
5015
|
}
|
|
4962
|
-
return t.done =
|
|
5016
|
+
return t.done = !0, t;
|
|
4963
5017
|
};
|
|
4964
5018
|
}, _$t.values = k, P.prototype = {
|
|
4965
5019
|
constructor: P,
|
|
4966
5020
|
reset: function reset(t) {
|
|
4967
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done =
|
|
5021
|
+
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);
|
|
4968
5022
|
},
|
|
4969
5023
|
stop: function stop() {
|
|
4970
|
-
this.done =
|
|
5024
|
+
this.done = !0;
|
|
4971
5025
|
var _$t = this.tryEntries[0].completion;
|
|
4972
5026
|
if ("throw" === _$t.type) throw _$t.arg;
|
|
4973
5027
|
return this.rval;
|
|
@@ -4984,10 +5038,10 @@ var tesseract_min$1 = {
|
|
|
4984
5038
|
if (i.tryLoc <= this.prev) {
|
|
4985
5039
|
var c = o.call(i, "catchLoc"), u = o.call(i, "finallyLoc");
|
|
4986
5040
|
if (c && u) {
|
|
4987
|
-
if (this.prev < i.catchLoc) return e(i.catchLoc,
|
|
5041
|
+
if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
|
|
4988
5042
|
if (this.prev < i.finallyLoc) return e(i.finallyLoc);
|
|
4989
5043
|
} else if (c) {
|
|
4990
|
-
if (this.prev < i.catchLoc) return e(i.catchLoc,
|
|
5044
|
+
if (this.prev < i.catchLoc) return e(i.catchLoc, !0);
|
|
4991
5045
|
} else {
|
|
4992
5046
|
if (!u) throw new Error("try statement without catch or finally");
|
|
4993
5047
|
if (this.prev < i.finallyLoc) return e(i.finallyLoc);
|
|
@@ -5099,10 +5153,10 @@ var tesseract_min$1 = {
|
|
|
5099
5153
|
if (void 0 !== o) return o.exports;
|
|
5100
5154
|
var i = r[n] = {
|
|
5101
5155
|
id: n,
|
|
5102
|
-
loaded:
|
|
5156
|
+
loaded: !1,
|
|
5103
5157
|
exports: {}
|
|
5104
5158
|
};
|
|
5105
|
-
return t[n].call(i.exports, i, i.exports, e), i.loaded =
|
|
5159
|
+
return t[n].call(i.exports, i, i.exports, e), i.loaded = !0, i.exports;
|
|
5106
5160
|
}
|
|
5107
5161
|
return e.nmd = function(t) {
|
|
5108
5162
|
return t.paths = [], t.children || (t.children = []), t;
|
|
@@ -5113,7 +5167,7 @@ var tesseract_min$1 = {
|
|
|
5113
5167
|
var tesseract_minExports = tesseract_min$1.exports;
|
|
5114
5168
|
var tesseract_min = /*@__PURE__*/ getDefaultExportFromCjs(tesseract_minExports);
|
|
5115
5169
|
|
|
5116
|
-
class HiddenElement extends
|
|
5170
|
+
class HiddenElement extends r$2 {
|
|
5117
5171
|
get value() {
|
|
5118
5172
|
return this._value;
|
|
5119
5173
|
}
|
|
@@ -5162,7 +5216,7 @@ HiddenElement = __decorate([
|
|
|
5162
5216
|
t('digipair-input-ocr-selector')
|
|
5163
5217
|
], HiddenElement);
|
|
5164
5218
|
|
|
5165
|
-
class InputOcrElement extends
|
|
5219
|
+
class InputOcrElement extends r$2 {
|
|
5166
5220
|
get content() {
|
|
5167
5221
|
return this._content;
|
|
5168
5222
|
}
|