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