@digipair/skill-web-heygen 0.93.0 → 0.94.0-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/README.md +7 -0
- package/{index.cjs.js → dist/index.cjs.js} +139 -203
- package/{index.esm.js → dist/index.esm.js} +139 -201
- package/{libs/skill-web-heygen → dist}/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -0
- package/{libs/skill-web-heygen → dist}/src/lib/skill-web-heygen.d.ts +2 -1
- package/dist/src/lib/skill-web-heygen.d.ts.map +1 -0
- package/dist/src/lib/skill-web-heygen.spec.d.ts +2 -0
- package/dist/src/lib/skill-web-heygen.spec.d.ts.map +1 -0
- package/package.json +22 -6
- package/index.d.ts +0 -1
- /package/{index.cjs.d.ts → dist/index.d.ts} +0 -0
- /package/{schema.fr.json → dist/schema.fr.json} +0 -0
- /package/{schema.json → dist/schema.json} +0 -0
@@ -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
|
10
|
+
typeof SuppressedError === "function" ? SuppressedError : function(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,7 +32,6 @@ 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);
|
36
35
|
return Constructor;
|
37
36
|
}
|
38
37
|
function _instanceof(left, right) {
|
@@ -42,11 +41,11 @@ function _instanceof(left, right) {
|
|
42
41
|
return left instanceof right;
|
43
42
|
}
|
44
43
|
}
|
45
|
-
var t$2 = globalThis, e$4 = t$2.ShadowRoot && (void 0 === t$2.ShadyCSS || t$2.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$
|
44
|
+
var t$2 = globalThis, e$4 = 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;
|
46
45
|
var n$3 = /*#__PURE__*/ function() {
|
47
46
|
function n(t, e, o) {
|
48
47
|
_class_call_check$3(this, n);
|
49
|
-
if (this._$cssResult$ =
|
48
|
+
if (this._$cssResult$ = true, o !== s$2) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
50
49
|
this.cssText = t, this.t = e;
|
51
50
|
}
|
52
51
|
_create_class$3(n, [
|
@@ -57,7 +56,7 @@ var n$3 = /*#__PURE__*/ function() {
|
|
57
56
|
var s = this.t;
|
58
57
|
if (e$4 && void 0 === t) {
|
59
58
|
var e1 = void 0 !== s && 1 === s.length;
|
60
|
-
e1 && (t = o$
|
59
|
+
e1 && (t = o$4.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet).replaceSync(this.cssText), e1 && o$4.set(s, t));
|
61
60
|
}
|
62
61
|
return t;
|
63
62
|
}
|
@@ -71,8 +70,8 @@ var n$3 = /*#__PURE__*/ function() {
|
|
71
70
|
]);
|
72
71
|
return n;
|
73
72
|
}();
|
74
|
-
var r$
|
75
|
-
return new n$3("string" == typeof t ? t : t + "", void 0, s$
|
73
|
+
var r$3 = function(t) {
|
74
|
+
return new n$3("string" == typeof t ? t : t + "", void 0, s$2);
|
76
75
|
}, S$1 = function(s, o) {
|
77
76
|
var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
78
77
|
if (e$4) s.adoptedStyleSheets = o.map(function(t) {
|
@@ -123,7 +122,7 @@ var r$4 = function(t) {
|
|
123
122
|
}
|
124
123
|
}
|
125
124
|
}
|
126
|
-
return r$
|
125
|
+
return r$3(e);
|
127
126
|
}(t) : t;
|
128
127
|
};
|
129
128
|
|
@@ -265,7 +264,7 @@ function _non_iterable_spread$1() {
|
|
265
264
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
266
265
|
}
|
267
266
|
function _possible_constructor_return$2(self, call) {
|
268
|
-
if (call && (_type_of$
|
267
|
+
if (call && (_type_of$4(call) === "object" || typeof call === "function")) {
|
269
268
|
return call;
|
270
269
|
}
|
271
270
|
return _assert_this_initialized$2(self);
|
@@ -283,7 +282,7 @@ function _sliced_to_array$1(arr, i) {
|
|
283
282
|
function _to_consumable_array$1(arr) {
|
284
283
|
return _array_without_holes$1(arr) || _iterable_to_array$1(arr) || _unsupported_iterable_to_array$1(arr) || _non_iterable_spread$1();
|
285
284
|
}
|
286
|
-
function _type_of$
|
285
|
+
function _type_of$4(obj) {
|
287
286
|
"@swc/helpers - typeof";
|
288
287
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
289
288
|
}
|
@@ -445,7 +444,7 @@ var _Symbol, _a, _a1;
|
|
445
444
|
* @license
|
446
445
|
* Copyright 2017 Google LLC
|
447
446
|
* SPDX-License-Identifier: BSD-3-Clause
|
448
|
-
*/ var i$2 = Object.is, e$3 = Object.defineProperty,
|
447
|
+
*/ var i$2 = Object.is, e$3 = Object.defineProperty, h$1 = Object.getOwnPropertyDescriptor, r$2 = 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) {
|
449
448
|
return t;
|
450
449
|
}, u$1 = {
|
451
450
|
toAttribute: function toAttribute(t, s) {
|
@@ -480,25 +479,26 @@ var _Symbol, _a, _a1;
|
|
480
479
|
}
|
481
480
|
}, f$1 = function(t, s) {
|
482
481
|
return !i$2(t, s);
|
483
|
-
},
|
484
|
-
attribute:
|
482
|
+
}, b = {
|
483
|
+
attribute: true,
|
485
484
|
type: String,
|
486
485
|
converter: u$1,
|
487
|
-
reflect:
|
486
|
+
reflect: false,
|
487
|
+
useDefault: false,
|
488
488
|
hasChanged: f$1
|
489
489
|
};
|
490
490
|
var _metadata, _litPropertyMetadata;
|
491
491
|
(_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;
|
492
|
-
var
|
493
|
-
_inherits$2(
|
494
|
-
var _super = _create_super$2(
|
495
|
-
function
|
496
|
-
_class_call_check$2(this,
|
492
|
+
var y$1 = /*#__PURE__*/ function(HTMLElement1) {
|
493
|
+
_inherits$2(y, HTMLElement1);
|
494
|
+
var _super = _create_super$2(y);
|
495
|
+
function y() {
|
496
|
+
_class_call_check$2(this, y);
|
497
497
|
var _this;
|
498
|
-
_this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending =
|
498
|
+
_this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending = false, _this.hasUpdated = false, _this._$Em = null, _this._$Ev();
|
499
499
|
return _possible_constructor_return$2(_this);
|
500
500
|
}
|
501
|
-
_create_class$2(
|
501
|
+
_create_class$2(y, [
|
502
502
|
{
|
503
503
|
key: "_$Ev",
|
504
504
|
value: function _$Ev() {
|
@@ -566,7 +566,7 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
566
566
|
value: function connectedCallback() {
|
567
567
|
var _this__$EO;
|
568
568
|
var _this_renderRoot;
|
569
|
-
(_this_renderRoot = this.renderRoot) !== null && _this_renderRoot !== void 0 ? _this_renderRoot : this.renderRoot = this.createRenderRoot(), this.enableUpdating(
|
569
|
+
(_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) {
|
570
570
|
var _t_hostConnected;
|
571
571
|
return (_t_hostConnected = t.hostConnected) === null || _t_hostConnected === void 0 ? void 0 : _t_hostConnected.call(t);
|
572
572
|
});
|
@@ -593,13 +593,13 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
593
593
|
}
|
594
594
|
},
|
595
595
|
{
|
596
|
-
key: "_$
|
597
|
-
value: function _$
|
596
|
+
key: "_$ET",
|
597
|
+
value: function _$ET(t, s) {
|
598
598
|
var i = this.constructor.elementProperties.get(t), e = this.constructor._$Eu(t, i);
|
599
|
-
if (void 0 !== e &&
|
599
|
+
if (void 0 !== e && true === i.reflect) {
|
600
600
|
var _i_converter;
|
601
|
-
var
|
602
|
-
this._$Em = t, null ==
|
601
|
+
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);
|
602
|
+
this._$Em = t, null == h ? this.removeAttribute(e) : this.setAttribute(e, h), this._$Em = null;
|
603
603
|
}
|
604
604
|
}
|
605
605
|
},
|
@@ -608,11 +608,12 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
608
608
|
value: function _$AK(t, s) {
|
609
609
|
var i = this.constructor, e = i._$Eh.get(t);
|
610
610
|
if (void 0 !== e && this._$Em !== e) {
|
611
|
-
var _t_converter;
|
612
|
-
var _$t = i.getPropertyOptions(e),
|
611
|
+
var _t_converter, _this__$Ej;
|
612
|
+
var _$t = i.getPropertyOptions(e), h = "function" == typeof _$t.converter ? {
|
613
613
|
fromAttribute: _$t.converter
|
614
614
|
} : void 0 !== ((_t_converter = _$t.converter) === null || _t_converter === void 0 ? void 0 : _t_converter.fromAttribute) ? _$t.converter : u$1;
|
615
|
-
|
615
|
+
var _h_fromAttribute, _ref;
|
616
|
+
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;
|
616
617
|
}
|
617
618
|
}
|
618
619
|
},
|
@@ -620,30 +621,33 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
620
621
|
key: "requestUpdate",
|
621
622
|
value: function requestUpdate(t, s, i) {
|
622
623
|
if (void 0 !== t) {
|
624
|
+
var _this__$Ej;
|
625
|
+
var e = this.constructor, h = this[t];
|
623
626
|
var _i_hasChanged;
|
624
|
-
if (i !== null && i !== void 0 ? i : i =
|
625
|
-
this.
|
627
|
+
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;
|
628
|
+
this.C(t, s, i);
|
626
629
|
}
|
627
|
-
|
630
|
+
false === this.isUpdatePending && (this._$ES = this._$EP());
|
628
631
|
}
|
629
632
|
},
|
630
633
|
{
|
631
|
-
key: "
|
632
|
-
value: function
|
633
|
-
var
|
634
|
-
|
634
|
+
key: "C",
|
635
|
+
value: function C(t, s, param, r) {
|
636
|
+
var i = param.useDefault, e = param.reflect, h = param.wrapped;
|
637
|
+
var _this__$Ej, _ref, _this__$Eq;
|
638
|
+
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));
|
635
639
|
}
|
636
640
|
},
|
637
641
|
{
|
638
|
-
key: "_$
|
639
|
-
value: function _$
|
642
|
+
key: "_$EP",
|
643
|
+
value: function _$EP() {
|
640
644
|
var _this = this;
|
641
645
|
return _async_to_generator(function() {
|
642
646
|
var t, _$t, _tmp;
|
643
647
|
return _ts_generator(this, function(_state) {
|
644
648
|
switch(_state.label){
|
645
649
|
case 0:
|
646
|
-
_this.isUpdatePending =
|
650
|
+
_this.isUpdatePending = true;
|
647
651
|
_state.label = 1;
|
648
652
|
case 1:
|
649
653
|
_state.trys.push([
|
@@ -733,7 +737,8 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
733
737
|
if (t1.size > 0) try {
|
734
738
|
for(var _iterator1 = t1[Symbol.iterator](), _step1; !(_iteratorNormalCompletion1 = (_step1 = _iterator1.next()).done); _iteratorNormalCompletion1 = true){
|
735
739
|
var _step_value1 = _sliced_to_array$1(_step1.value, 2), _$s1 = _step_value1[0], i = _step_value1[1];
|
736
|
-
|
740
|
+
var t2 = i.wrapped, e = this[_$s1];
|
741
|
+
!0 !== t2 || this._$AL.has(_$s1) || void 0 === e || this.C(_$s1, void 0, i, e);
|
737
742
|
}
|
738
743
|
} catch (err) {
|
739
744
|
_didIteratorError1 = true;
|
@@ -750,18 +755,18 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
750
755
|
}
|
751
756
|
}
|
752
757
|
}
|
753
|
-
var
|
758
|
+
var t3 = false;
|
754
759
|
var _$s2 = this._$AL;
|
755
760
|
try {
|
756
761
|
var _this__$EO;
|
757
|
-
|
762
|
+
t3 = this.shouldUpdate(_$s2), t3 ? (this.willUpdate(_$s2), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
|
758
763
|
var _t_hostUpdate;
|
759
764
|
return (_t_hostUpdate = t.hostUpdate) === null || _t_hostUpdate === void 0 ? void 0 : _t_hostUpdate.call(t);
|
760
|
-
}), this.update(_$s2)) : this._$
|
765
|
+
}), this.update(_$s2)) : this._$EM();
|
761
766
|
} catch (s) {
|
762
|
-
throw
|
767
|
+
throw t3 = false, this._$EM(), s;
|
763
768
|
}
|
764
|
-
|
769
|
+
t3 && this._$AE(_$s2);
|
765
770
|
}
|
766
771
|
},
|
767
772
|
{
|
@@ -775,13 +780,13 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
775
780
|
(_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
|
776
781
|
var _t_hostUpdated;
|
777
782
|
return (_t_hostUpdated = t.hostUpdated) === null || _t_hostUpdated === void 0 ? void 0 : _t_hostUpdated.call(t);
|
778
|
-
}), this.hasUpdated || (this.hasUpdated =
|
783
|
+
}), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t)), this.updated(t);
|
779
784
|
}
|
780
785
|
},
|
781
786
|
{
|
782
|
-
key: "_$
|
783
|
-
value: function _$
|
784
|
-
this._$AL = new Map, this.isUpdatePending =
|
787
|
+
key: "_$EM",
|
788
|
+
value: function _$EM() {
|
789
|
+
this._$AL = new Map, this.isUpdatePending = false;
|
785
790
|
}
|
786
791
|
},
|
787
792
|
{
|
@@ -799,16 +804,16 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
799
804
|
{
|
800
805
|
key: "shouldUpdate",
|
801
806
|
value: function shouldUpdate(t) {
|
802
|
-
return
|
807
|
+
return true;
|
803
808
|
}
|
804
809
|
},
|
805
810
|
{
|
806
811
|
key: "update",
|
807
812
|
value: function update(t) {
|
808
813
|
var _this = this;
|
809
|
-
this._$
|
810
|
-
return _this._$
|
811
|
-
})), this._$
|
814
|
+
this._$Eq && (this._$Eq = this._$Eq.forEach(function(t) {
|
815
|
+
return _this._$ET(t, _this[t]);
|
816
|
+
})), this._$EM();
|
812
817
|
}
|
813
818
|
},
|
814
819
|
{
|
@@ -836,35 +841,33 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
836
841
|
{
|
837
842
|
key: "createProperty",
|
838
843
|
value: function createProperty(t) {
|
839
|
-
var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
840
|
-
if (s.state && (s.attribute =
|
841
|
-
var i = Symbol(),
|
842
|
-
void 0 !==
|
844
|
+
var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : b;
|
845
|
+
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) {
|
846
|
+
var i = Symbol(), h = this.getPropertyDescriptor(t, i, s);
|
847
|
+
void 0 !== h && e$3(this.prototype, t, h);
|
843
848
|
}
|
844
849
|
}
|
845
850
|
},
|
846
851
|
{
|
847
852
|
key: "getPropertyDescriptor",
|
848
853
|
value: function getPropertyDescriptor(t, s, i) {
|
849
|
-
var
|
850
|
-
var _ref = (
|
854
|
+
var _h;
|
855
|
+
var _ref = (_h = h$1(this.prototype, t)) !== null && _h !== void 0 ? _h : {
|
851
856
|
get: function get() {
|
852
857
|
return this[s];
|
853
858
|
},
|
854
859
|
set: function set(t) {
|
855
860
|
this[s] = t;
|
856
861
|
}
|
857
|
-
}, e = _ref.get,
|
862
|
+
}, e = _ref.get, r = _ref.set;
|
858
863
|
return {
|
859
|
-
get:
|
860
|
-
return e === null || e === void 0 ? void 0 : e.call(this);
|
861
|
-
},
|
864
|
+
get: e,
|
862
865
|
set: function set(s) {
|
863
|
-
var
|
864
|
-
|
866
|
+
var h = e === null || e === void 0 ? void 0 : e.call(this);
|
867
|
+
r === null || r === void 0 ? void 0 : r.call(this, s), this.requestUpdate(t, h, i);
|
865
868
|
},
|
866
|
-
configurable:
|
867
|
-
enumerable:
|
869
|
+
configurable: true,
|
870
|
+
enumerable: true
|
868
871
|
};
|
869
872
|
}
|
870
873
|
},
|
@@ -872,7 +875,7 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
872
875
|
key: "getPropertyOptions",
|
873
876
|
value: function getPropertyOptions(t) {
|
874
877
|
var _this_elementProperties_get;
|
875
|
-
return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get :
|
878
|
+
return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get : b;
|
876
879
|
}
|
877
880
|
},
|
878
881
|
{
|
@@ -887,8 +890,8 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
887
890
|
key: "finalize",
|
888
891
|
value: function finalize() {
|
889
892
|
if (this.hasOwnProperty(d$1("finalized"))) return;
|
890
|
-
if (this.finalized =
|
891
|
-
var t = this.properties, s = _to_consumable_array$1(
|
893
|
+
if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d$1("properties"))) {
|
894
|
+
var t = this.properties, s = _to_consumable_array$1(r$2(t)).concat(_to_consumable_array$1(o$3(t)));
|
892
895
|
var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
893
896
|
try {
|
894
897
|
for(var _iterator = s[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
|
@@ -993,18 +996,18 @@ var b = /*#__PURE__*/ function(HTMLElement1) {
|
|
993
996
|
key: "_$Eu",
|
994
997
|
value: function _$Eu(t, s) {
|
995
998
|
var i = s.attribute;
|
996
|
-
return
|
999
|
+
return false === i ? void 0 : "string" == typeof i ? i : "string" == typeof t ? t.toLowerCase() : void 0;
|
997
1000
|
}
|
998
1001
|
}
|
999
1002
|
]);
|
1000
|
-
return
|
1003
|
+
return y;
|
1001
1004
|
}(_wrap_native_super(HTMLElement));
|
1002
1005
|
var _reactiveElementVersions;
|
1003
|
-
|
1006
|
+
y$1.elementStyles = [], y$1.shadowRootOptions = {
|
1004
1007
|
mode: "open"
|
1005
|
-
},
|
1006
|
-
ReactiveElement:
|
1007
|
-
}), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.0
|
1008
|
+
}, 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({
|
1009
|
+
ReactiveElement: y$1
|
1010
|
+
}), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.1.0");
|
1008
1011
|
|
1009
1012
|
/**
|
1010
1013
|
* @license
|
@@ -1099,7 +1102,7 @@ function _non_iterable_spread() {
|
|
1099
1102
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
1100
1103
|
}
|
1101
1104
|
function _possible_constructor_return$1(self, call) {
|
1102
|
-
if (call && (_type_of$
|
1105
|
+
if (call && (_type_of$3(call) === "object" || typeof call === "function")) {
|
1103
1106
|
return call;
|
1104
1107
|
}
|
1105
1108
|
return _assert_this_initialized$1(self);
|
@@ -1117,7 +1120,7 @@ function _sliced_to_array(arr, i) {
|
|
1117
1120
|
function _to_consumable_array(arr) {
|
1118
1121
|
return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
|
1119
1122
|
}
|
1120
|
-
function _type_of$
|
1123
|
+
function _type_of$3(obj) {
|
1121
1124
|
"@swc/helpers - typeof";
|
1122
1125
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
1123
1126
|
}
|
@@ -1154,17 +1157,17 @@ function _create_super$1(Derived) {
|
|
1154
1157
|
};
|
1155
1158
|
}
|
1156
1159
|
var _t;
|
1157
|
-
var t$1 = globalThis, i$1 = t$1.trustedTypes, s = i$1 ? i$1.createPolicy("lit-html", {
|
1160
|
+
var t$1 = globalThis, i$1 = t$1.trustedTypes, s$1 = i$1 ? i$1.createPolicy("lit-html", {
|
1158
1161
|
createHTML: function(t) {
|
1159
1162
|
return t;
|
1160
1163
|
}
|
1161
|
-
}) : void 0, e$2 = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$
|
1162
|
-
return r$
|
1164
|
+
}) : void 0, e$2 = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$2 = "?" + h, n$1 = "<".concat(o$2, ">"), r$1 = document, l = function() {
|
1165
|
+
return r$1.createComment("");
|
1163
1166
|
}, c = function(t) {
|
1164
|
-
return null === t || "object" != typeof t && "function" != typeof t;
|
1167
|
+
return null === t || "object" != (typeof t === "undefined" ? "undefined" : _type_of$3(t)) && "function" != typeof t;
|
1165
1168
|
}, a = Array.isArray, u = function(t) {
|
1166
1169
|
return a(t) || "function" == typeof (t === null || t === void 0 ? void 0 : t[Symbol.iterator]);
|
1167
|
-
}, d = "[
|
1170
|
+
}, 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) {
|
1168
1171
|
return function(i) {
|
1169
1172
|
for(var _len = arguments.length, s = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
|
1170
1173
|
s[_key - 1] = arguments[_key];
|
@@ -1175,10 +1178,10 @@ var t$1 = globalThis, i$1 = t$1.trustedTypes, s = i$1 ? i$1.createPolicy("lit-ht
|
|
1175
1178
|
values: s
|
1176
1179
|
};
|
1177
1180
|
};
|
1178
|
-
}, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$
|
1181
|
+
}, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$1.createTreeWalker(r$1, 129);
|
1179
1182
|
function P(t, i) {
|
1180
1183
|
if (!a(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
1181
|
-
return void 0 !== s ? s.createHTML(i) : i;
|
1184
|
+
return void 0 !== s$1 ? s$1.createHTML(i) : i;
|
1182
1185
|
}
|
1183
1186
|
var V = function(t, i) {
|
1184
1187
|
var s = t.length - 1, o = [];
|
@@ -1253,7 +1256,7 @@ var N = /*#__PURE__*/ function() {
|
|
1253
1256
|
r.append(t3[s2], l());
|
1254
1257
|
}
|
1255
1258
|
}
|
1256
|
-
} else if (8 === r.nodeType) if (r.data === o$
|
1259
|
+
} else if (8 === r.nodeType) if (r.data === o$2) d.push({
|
1257
1260
|
type: 2,
|
1258
1261
|
index: c
|
1259
1262
|
});
|
@@ -1271,7 +1274,7 @@ var N = /*#__PURE__*/ function() {
|
|
1271
1274
|
{
|
1272
1275
|
key: "createElement",
|
1273
1276
|
value: function createElement(t, i) {
|
1274
|
-
var s = r$
|
1277
|
+
var s = r$1.createElement("template");
|
1275
1278
|
return s.innerHTML = t, s;
|
1276
1279
|
}
|
1277
1280
|
}
|
@@ -1286,7 +1289,7 @@ function S(t, i) {
|
|
1286
1289
|
var h = void 0 !== e ? (_s__$Co = s._$Co) === null || _s__$Co === void 0 ? void 0 : _s__$Co[e] : s._$Cl;
|
1287
1290
|
var o = c(i) ? void 0 : i._$litDirective$;
|
1288
1291
|
var __$Co;
|
1289
|
-
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,
|
1292
|
+
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;
|
1290
1293
|
}
|
1291
1294
|
var M = /*#__PURE__*/ function() {
|
1292
1295
|
function M(t, i) {
|
@@ -1310,7 +1313,7 @@ var M = /*#__PURE__*/ function() {
|
|
1310
1313
|
key: "u",
|
1311
1314
|
value: function u(t) {
|
1312
1315
|
var _t_creationScope;
|
1313
|
-
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$
|
1316
|
+
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$1).importNode(i, true);
|
1314
1317
|
C.currentNode = e;
|
1315
1318
|
var h = C.nextNode(), o = 0, n = 0, l = s[0];
|
1316
1319
|
for(; void 0 !== l;){
|
@@ -1320,7 +1323,7 @@ var M = /*#__PURE__*/ function() {
|
|
1320
1323
|
}
|
1321
1324
|
o !== (l === null || l === void 0 ? void 0 : l.index) && (h = C.nextNode(), o++);
|
1322
1325
|
}
|
1323
|
-
return C.currentNode = r$
|
1326
|
+
return C.currentNode = r$1, e;
|
1324
1327
|
}
|
1325
1328
|
},
|
1326
1329
|
{
|
@@ -1356,7 +1359,7 @@ var R = /*#__PURE__*/ function() {
|
|
1356
1359
|
function R(t, i, s, e) {
|
1357
1360
|
_class_call_check$1(this, R);
|
1358
1361
|
var _e_isConnected;
|
1359
|
-
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 :
|
1362
|
+
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;
|
1360
1363
|
}
|
1361
1364
|
_create_class$1(R, [
|
1362
1365
|
{
|
@@ -1409,7 +1412,7 @@ var R = /*#__PURE__*/ function() {
|
|
1409
1412
|
{
|
1410
1413
|
key: "_",
|
1411
1414
|
value: function _(t) {
|
1412
|
-
this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$
|
1415
|
+
this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$1.createTextNode(t)), this._$AH = t;
|
1413
1416
|
}
|
1414
1417
|
},
|
1415
1418
|
{
|
@@ -1465,7 +1468,7 @@ var R = /*#__PURE__*/ function() {
|
|
1465
1468
|
value: function _$AR() {
|
1466
1469
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this._$AA.nextSibling, i = arguments.length > 1 ? arguments[1] : void 0;
|
1467
1470
|
var _this__$AP, _this;
|
1468
|
-
for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this,
|
1471
|
+
for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this, false, true, i); t && t !== this._$AB;){
|
1469
1472
|
var i1 = t.nextSibling;
|
1470
1473
|
t.remove(), t = i1;
|
1471
1474
|
}
|
@@ -1504,7 +1507,7 @@ var k = /*#__PURE__*/ function() {
|
|
1504
1507
|
value: function _$AI(t) {
|
1505
1508
|
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;
|
1506
1509
|
var h = this.strings;
|
1507
|
-
var o =
|
1510
|
+
var o = false;
|
1508
1511
|
if (void 0 === h) t = S(this, t, i, 0), o = !c(t) || t !== this._$AH && t !== T, o && (this._$AH = t);
|
1509
1512
|
else {
|
1510
1513
|
var e1 = t;
|
@@ -1619,7 +1622,7 @@ var z = /*#__PURE__*/ function() {
|
|
1619
1622
|
}();
|
1620
1623
|
var j = t$1.litHtmlPolyfillSupport;
|
1621
1624
|
var _litHtmlVersions;
|
1622
|
-
j === null || j === void 0 ? void 0 : j(N, R), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.
|
1625
|
+
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");
|
1623
1626
|
var B = function(t, i, s) {
|
1624
1627
|
var _s_renderBefore;
|
1625
1628
|
var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
|
@@ -1654,7 +1657,6 @@ function _defineProperties(target, props) {
|
|
1654
1657
|
}
|
1655
1658
|
function _create_class(Constructor, protoProps, staticProps) {
|
1656
1659
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
1657
|
-
if (staticProps) _defineProperties(Constructor, staticProps);
|
1658
1660
|
return Constructor;
|
1659
1661
|
}
|
1660
1662
|
function _get(target, property, receiver) {
|
@@ -1693,7 +1695,7 @@ function _inherits(subClass, superClass) {
|
|
1693
1695
|
if (superClass) _set_prototype_of(subClass, superClass);
|
1694
1696
|
}
|
1695
1697
|
function _possible_constructor_return(self, call) {
|
1696
|
-
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
1698
|
+
if (call && (_type_of$2(call) === "object" || typeof call === "function")) {
|
1697
1699
|
return call;
|
1698
1700
|
}
|
1699
1701
|
return _assert_this_initialized(self);
|
@@ -1712,7 +1714,7 @@ function _super_prop_base(object, property) {
|
|
1712
1714
|
}
|
1713
1715
|
return object;
|
1714
1716
|
}
|
1715
|
-
function _type_of(obj) {
|
1717
|
+
function _type_of$2(obj) {
|
1716
1718
|
"@swc/helpers - typeof";
|
1717
1719
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
1718
1720
|
}
|
@@ -1740,17 +1742,18 @@ function _create_super(Derived) {
|
|
1740
1742
|
return _possible_constructor_return(this, result);
|
1741
1743
|
};
|
1742
1744
|
}
|
1743
|
-
var
|
1744
|
-
var
|
1745
|
+
var _s_litElementHydrateSupport;
|
1746
|
+
var _s;
|
1745
1747
|
/**
|
1746
1748
|
* @license
|
1747
1749
|
* Copyright 2017 Google LLC
|
1748
1750
|
* SPDX-License-Identifier: BSD-3-Clause
|
1749
|
-
*/ var
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1751
|
+
*/ var s = globalThis;
|
1752
|
+
var i = /*#__PURE__*/ function(t) {
|
1753
|
+
_inherits(i, t);
|
1754
|
+
var _super = _create_super(i);
|
1755
|
+
function i() {
|
1756
|
+
_class_call_check(this, i);
|
1754
1757
|
var _this;
|
1755
1758
|
_this = _super.call.apply(_super, [
|
1756
1759
|
this
|
@@ -1759,12 +1762,12 @@ var _globalThis1;
|
|
1759
1762
|
}, _this._$Do = void 0;
|
1760
1763
|
return _possible_constructor_return(_this);
|
1761
1764
|
}
|
1762
|
-
_create_class(
|
1765
|
+
_create_class(i, [
|
1763
1766
|
{
|
1764
1767
|
key: "createRenderRoot",
|
1765
1768
|
value: function createRenderRoot() {
|
1766
1769
|
var _this_renderOptions;
|
1767
|
-
var _$t = _get(_get_prototype_of(
|
1770
|
+
var _$t = _get(_get_prototype_of(i.prototype), "createRenderRoot", this).call(this);
|
1768
1771
|
var _renderBefore;
|
1769
1772
|
return (_renderBefore = (_this_renderOptions = this.renderOptions).renderBefore) !== null && _renderBefore !== void 0 ? _renderBefore : _this_renderOptions.renderBefore = _$t.firstChild, _$t;
|
1770
1773
|
}
|
@@ -1772,22 +1775,22 @@ var _globalThis1;
|
|
1772
1775
|
{
|
1773
1776
|
key: "update",
|
1774
1777
|
value: function update(t) {
|
1775
|
-
var
|
1776
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get(_get_prototype_of(
|
1778
|
+
var r = this.render();
|
1779
|
+
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);
|
1777
1780
|
}
|
1778
1781
|
},
|
1779
1782
|
{
|
1780
1783
|
key: "connectedCallback",
|
1781
1784
|
value: function connectedCallback() {
|
1782
1785
|
var _this__$Do;
|
1783
|
-
_get(_get_prototype_of(
|
1786
|
+
_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);
|
1784
1787
|
}
|
1785
1788
|
},
|
1786
1789
|
{
|
1787
1790
|
key: "disconnectedCallback",
|
1788
1791
|
value: function disconnectedCallback() {
|
1789
1792
|
var _this__$Do;
|
1790
|
-
_get(_get_prototype_of(
|
1793
|
+
_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);
|
1791
1794
|
}
|
1792
1795
|
},
|
1793
1796
|
{
|
@@ -1797,17 +1800,17 @@ var _globalThis1;
|
|
1797
1800
|
}
|
1798
1801
|
}
|
1799
1802
|
]);
|
1800
|
-
return
|
1801
|
-
}(
|
1802
|
-
|
1803
|
-
LitElement:
|
1803
|
+
return i;
|
1804
|
+
}(y$1);
|
1805
|
+
i._$litElement$ = true, i["finalized"] = true, (_s_litElementHydrateSupport = s.litElementHydrateSupport) === null || _s_litElementHydrateSupport === void 0 ? void 0 : _s_litElementHydrateSupport.call(s, {
|
1806
|
+
LitElement: i
|
1804
1807
|
});
|
1805
|
-
var
|
1806
|
-
|
1807
|
-
LitElement:
|
1808
|
+
var o$1 = s.litElementPolyfillSupport;
|
1809
|
+
o$1 === null || o$1 === void 0 ? void 0 : o$1({
|
1810
|
+
LitElement: i
|
1808
1811
|
});
|
1809
1812
|
var _litElementVersions;
|
1810
|
-
((_litElementVersions = (
|
1813
|
+
((_litElementVersions = (_s = s).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _s.litElementVersions = []).push("4.2.0");
|
1811
1814
|
|
1812
1815
|
/**
|
1813
1816
|
* @license
|
@@ -1821,73 +1824,25 @@ var _litElementVersions;
|
|
1821
1824
|
};
|
1822
1825
|
};
|
1823
1826
|
|
1824
|
-
function
|
1825
|
-
|
1826
|
-
|
1827
|
-
value: value,
|
1828
|
-
enumerable: true,
|
1829
|
-
configurable: true,
|
1830
|
-
writable: true
|
1831
|
-
});
|
1832
|
-
} else {
|
1833
|
-
obj[key] = value;
|
1834
|
-
}
|
1835
|
-
return obj;
|
1836
|
-
}
|
1837
|
-
function _object_spread(target) {
|
1838
|
-
for(var i = 1; i < arguments.length; i++){
|
1839
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
1840
|
-
var ownKeys = Object.keys(source);
|
1841
|
-
if (typeof Object.getOwnPropertySymbols === "function") {
|
1842
|
-
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
1843
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
1844
|
-
}));
|
1845
|
-
}
|
1846
|
-
ownKeys.forEach(function(key) {
|
1847
|
-
_define_property(target, key, source[key]);
|
1848
|
-
});
|
1849
|
-
}
|
1850
|
-
return target;
|
1851
|
-
}
|
1852
|
-
function ownKeys(object, enumerableOnly) {
|
1853
|
-
var keys = Object.keys(object);
|
1854
|
-
if (Object.getOwnPropertySymbols) {
|
1855
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
1856
|
-
if (enumerableOnly) {
|
1857
|
-
symbols = symbols.filter(function(sym) {
|
1858
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
1859
|
-
});
|
1860
|
-
}
|
1861
|
-
keys.push.apply(keys, symbols);
|
1862
|
-
}
|
1863
|
-
return keys;
|
1864
|
-
}
|
1865
|
-
function _object_spread_props(target, source) {
|
1866
|
-
source = source != null ? source : {};
|
1867
|
-
if (Object.getOwnPropertyDescriptors) {
|
1868
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
1869
|
-
} else {
|
1870
|
-
ownKeys(Object(source)).forEach(function(key) {
|
1871
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
1872
|
-
});
|
1873
|
-
}
|
1874
|
-
return target;
|
1827
|
+
function _type_of$1(obj) {
|
1828
|
+
"@swc/helpers - typeof";
|
1829
|
+
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
1875
1830
|
}
|
1876
1831
|
/**
|
1877
1832
|
* @license
|
1878
1833
|
* Copyright 2017 Google LLC
|
1879
1834
|
* SPDX-License-Identifier: BSD-3-Clause
|
1880
1835
|
*/ var o = {
|
1881
|
-
attribute:
|
1836
|
+
attribute: true,
|
1882
1837
|
type: String,
|
1883
1838
|
converter: u$1,
|
1884
|
-
reflect:
|
1839
|
+
reflect: false,
|
1885
1840
|
hasChanged: f$1
|
1886
1841
|
}, r = function() {
|
1887
1842
|
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;
|
1888
1843
|
var n = r.kind, i = r.metadata;
|
1889
1844
|
var s = globalThis.litPropertyMetadata.get(i);
|
1890
|
-
if (void 0 === s && globalThis.litPropertyMetadata.set(i, s = new Map), s.set(r.name, _$t), "accessor" === n) {
|
1845
|
+
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) {
|
1891
1846
|
var o1 = r.name;
|
1892
1847
|
return {
|
1893
1848
|
set: function set(r) {
|
@@ -1895,7 +1850,7 @@ function _object_spread_props(target, source) {
|
|
1895
1850
|
_$e.set.call(this, r), this.requestUpdate(o1, n, _$t);
|
1896
1851
|
},
|
1897
1852
|
init: function init(e) {
|
1898
|
-
return void 0 !== e && this.
|
1853
|
+
return void 0 !== e && this.C(o1, void 0, _$t, e), e;
|
1899
1854
|
}
|
1900
1855
|
};
|
1901
1856
|
}
|
@@ -1910,11 +1865,9 @@ function _object_spread_props(target, source) {
|
|
1910
1865
|
};
|
1911
1866
|
function n(t) {
|
1912
1867
|
return function(e, o) {
|
1913
|
-
return "object" == typeof o ? r(t, e, o) : function(t, e, o) {
|
1868
|
+
return "object" == (typeof o === "undefined" ? "undefined" : _type_of$1(o)) ? r(t, e, o) : function(t, e, o) {
|
1914
1869
|
var r = e.hasOwnProperty(o);
|
1915
|
-
return e.constructor.createProperty(o, r ?
|
1916
|
-
wrapped: !0
|
1917
|
-
}) : t), r ? Object.getOwnPropertyDescriptor(e, o) : void 0;
|
1870
|
+
return e.constructor.createProperty(o, t), r ? Object.getOwnPropertyDescriptor(e, o) : void 0;
|
1918
1871
|
}(t, e, o);
|
1919
1872
|
};
|
1920
1873
|
}
|
@@ -1923,8 +1876,12 @@ function n(t) {
|
|
1923
1876
|
* @license
|
1924
1877
|
* Copyright 2017 Google LLC
|
1925
1878
|
* SPDX-License-Identifier: BSD-3-Clause
|
1926
|
-
*/
|
1927
|
-
|
1879
|
+
*/ function _type_of(obj) {
|
1880
|
+
"@swc/helpers - typeof";
|
1881
|
+
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
1882
|
+
}
|
1883
|
+
var e$1 = function(e, t, c) {
|
1884
|
+
return c.configurable = true, c.enumerable = true, Reflect.decorate && "object" != (typeof t === "undefined" ? "undefined" : _type_of(t)) && Object.defineProperty(e, t, c), c;
|
1928
1885
|
};
|
1929
1886
|
|
1930
1887
|
/**
|
@@ -1938,25 +1895,6 @@ function n(t) {
|
|
1938
1895
|
var _t_renderRoot_querySelector;
|
1939
1896
|
return (_t_renderRoot_querySelector = (_t_renderRoot = t.renderRoot) === null || _t_renderRoot === void 0 ? void 0 : _t_renderRoot.querySelector(e)) !== null && _t_renderRoot_querySelector !== void 0 ? _t_renderRoot_querySelector : null;
|
1940
1897
|
};
|
1941
|
-
if (r) {
|
1942
|
-
var _ref = "object" == typeof s ? n : i !== null && i !== void 0 ? i : function() {
|
1943
|
-
var _$t = Symbol();
|
1944
|
-
return {
|
1945
|
-
get: function get() {
|
1946
|
-
return this[_$t];
|
1947
|
-
},
|
1948
|
-
set: function set(e) {
|
1949
|
-
this[_$t] = e;
|
1950
|
-
}
|
1951
|
-
};
|
1952
|
-
}(), e1 = _ref.get, _$r = _ref.set;
|
1953
|
-
return e$1(n, s, {
|
1954
|
-
get: function get() {
|
1955
|
-
var _$t = e1.call(this);
|
1956
|
-
return void 0 === _$t && (_$t = o(this), (null !== _$t || this.hasUpdated) && _$r.call(this, _$t)), _$t;
|
1957
|
-
}
|
1958
|
-
});
|
1959
|
-
}
|
1960
1898
|
return e$1(n, s, {
|
1961
1899
|
get: function get() {
|
1962
1900
|
return o(this);
|
@@ -1965,7 +1903,7 @@ function n(t) {
|
|
1965
1903
|
};
|
1966
1904
|
}
|
1967
1905
|
|
1968
|
-
class HeygenElement extends
|
1906
|
+
class HeygenElement extends i {
|
1969
1907
|
updateStatus(status, data) {
|
1970
1908
|
this.dispatchEvent(new CustomEvent('status', {
|
1971
1909
|
detail: {
|