@webex/widgets 1.27.8 → 1.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/webexWidgets.esm.js +462 -393
- package/dist/webexWidgets.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/webexWidgets.esm.js
CHANGED
@@ -4854,7 +4854,7 @@ var z = cjs.exports;
|
|
4854
4854
|
|
4855
4855
|
/**
|
4856
4856
|
* Webex Component System.
|
4857
|
-
* Copyright (c)
|
4857
|
+
* Copyright (c) 2025 Cisco Systems, Inc and its affiliates.
|
4858
4858
|
*
|
4859
4859
|
* This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
|
4860
4860
|
*/
|
@@ -5303,17 +5303,17 @@ var _e = function (r) {
|
|
5303
5303
|
var o;
|
5304
5304
|
}();
|
5305
5305
|
function Se(e, t, i) {
|
5306
|
-
return t = _getPrototypeOf(t), _possibleConstructorReturn(e,
|
5306
|
+
return t = _getPrototypeOf(t), _possibleConstructorReturn(e, Ne() ? Reflect.construct(t, i || [], _getPrototypeOf(e).constructor) : t.apply(e, i));
|
5307
5307
|
}
|
5308
|
-
function
|
5308
|
+
function Ne() {
|
5309
5309
|
try {
|
5310
5310
|
var e = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
|
5311
5311
|
} catch (e) {}
|
5312
|
-
return (
|
5312
|
+
return (Ne = function () {
|
5313
5313
|
return !!e;
|
5314
5314
|
})();
|
5315
5315
|
}
|
5316
|
-
var
|
5316
|
+
var Ae = function (r) {
|
5317
5317
|
function n() {
|
5318
5318
|
return _classCallCheck(this, n), Se(this, n, arguments);
|
5319
5319
|
}
|
@@ -5717,8 +5717,7 @@ var We = function (r) {
|
|
5717
5717
|
tooltip: "Microphone Devices",
|
5718
5718
|
noOptionsMessage: "No available microphones",
|
5719
5719
|
options: null,
|
5720
|
-
selected: null
|
5721
|
-
hint: 'Use arrow keys to navigate between microphone options and hit "Enter" to select.'
|
5720
|
+
selected: null
|
5722
5721
|
}), r.complete()) : r.error(new Error('Could not find meeting with ID "'.concat(e, '" to add switch microphone control')));
|
5723
5722
|
}),
|
5724
5723
|
i = n.pipe(concatMap(function (e) {
|
@@ -5922,8 +5921,7 @@ var ut = function (r) {
|
|
5922
5921
|
tooltip: it ? "Speaker Devices" : "The current browser does not support changing speakers",
|
5923
5922
|
noOptionsMessage: "No available speakers",
|
5924
5923
|
options: null,
|
5925
|
-
selected: null
|
5926
|
-
hint: 'Use arrow keys to navigate between speaker options and hit "Enter" to select.'
|
5924
|
+
selected: null
|
5927
5925
|
}), r.complete()) : r.error(new Error('Could not find meeting with ID "'.concat(e, '" to add switch speaker control')));
|
5928
5926
|
}),
|
5929
5927
|
i = n.pipe(concatMap(function (e) {
|
@@ -6022,12 +6020,12 @@ var ft = "disabled-mute-audio",
|
|
6022
6020
|
microphoneID: null,
|
6023
6021
|
speakerID: null
|
6024
6022
|
},
|
6025
|
-
|
6026
|
-
|
6023
|
+
Nt = "undefined" != typeof navigator && navigator.userAgent.includes("iPhone OS 15_1"),
|
6024
|
+
At = "meeting:update",
|
6027
6025
|
wt = function (r) {
|
6028
6026
|
function n(t) {
|
6029
6027
|
var r, i;
|
6030
|
-
return _classCallCheck(this, n), (i = ht(this, n, [t])).meetingControls = (_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(r = {}, gt, new _e(i, gt)), vt, new
|
6028
|
+
return _classCallCheck(this, n), (i = ht(this, n, [t])).meetingControls = (_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(r = {}, gt, new _e(i, gt)), vt, new Ae(i, vt)), Tt, new Me(i, Tt)), mt, new ve(i, mt)), yt, new Te(i, yt)), ft, new me(i, ft)), bt, new Re(i, bt)), Ct, new ke(i, Ct)), Et, new ze(i, Et)), xt, new We(i, xt)), _defineProperty$1(r, _t, new ut(i, _t))), i.displayStreamPromise = null, i;
|
6031
6029
|
}
|
6032
6030
|
return _inherits(n, W), _createClass(n, [{
|
6033
6031
|
key: "createMeeting",
|
@@ -6141,7 +6139,7 @@ var ft = "disabled-mute-audio",
|
|
6141
6139
|
return r.apply(this, arguments);
|
6142
6140
|
};
|
6143
6141
|
}()),
|
6144
|
-
n = fromEvent(document,
|
6142
|
+
n = fromEvent(document, At).pipe(filter(function (t) {
|
6145
6143
|
return t.detail.ID === e;
|
6146
6144
|
}), map(function (e) {
|
6147
6145
|
return pt({}, e.detail);
|
@@ -6327,7 +6325,7 @@ var ft = "disabled-mute-audio",
|
|
6327
6325
|
return regenerator.wrap(function (e) {
|
6328
6326
|
for (;;) switch (e.prev = e.next) {
|
6329
6327
|
case 0:
|
6330
|
-
if (!t.video || !
|
6328
|
+
if (!t.video || !Nt) {
|
6331
6329
|
e.next = 2;
|
6332
6330
|
break;
|
6333
6331
|
}
|
@@ -6362,7 +6360,7 @@ var ft = "disabled-mute-audio",
|
|
6362
6360
|
})
|
6363
6361
|
}, {
|
6364
6362
|
key: "getDisplayStream",
|
6365
|
-
value: (
|
6363
|
+
value: (A = _asyncToGenerator(regenerator.mark(function e() {
|
6366
6364
|
var t;
|
6367
6365
|
return regenerator.wrap(function (e) {
|
6368
6366
|
for (;;) switch (e.prev = e.next) {
|
@@ -6381,11 +6379,11 @@ var ft = "disabled-mute-audio",
|
|
6381
6379
|
}
|
6382
6380
|
}, e, null, [[1, 7]]);
|
6383
6381
|
})), function () {
|
6384
|
-
return
|
6382
|
+
return A.apply(this, arguments);
|
6385
6383
|
})
|
6386
6384
|
}, {
|
6387
6385
|
key: "getAvailableDevices",
|
6388
|
-
value: (
|
6386
|
+
value: (N = _asyncToGenerator(regenerator.mark(function e(t, r) {
|
6389
6387
|
var n, i;
|
6390
6388
|
return regenerator.wrap(function (e) {
|
6391
6389
|
for (;;) switch (e.prev = e.next) {
|
@@ -6410,7 +6408,7 @@ var ft = "disabled-mute-audio",
|
|
6410
6408
|
}
|
6411
6409
|
}, e, this, [[3, 10]]);
|
6412
6410
|
})), function (e, t) {
|
6413
|
-
return
|
6411
|
+
return N.apply(this, arguments);
|
6414
6412
|
})
|
6415
6413
|
}, {
|
6416
6414
|
key: "getStreamFromElement",
|
@@ -6930,7 +6928,7 @@ var ft = "disabled-mute-audio",
|
|
6930
6928
|
case 0:
|
6931
6929
|
return n = this.fetchMeeting(t), e.next = 3, r(n);
|
6932
6930
|
case 3:
|
6933
|
-
i = e.sent, ae(n, i), document.dispatchEvent(new CustomEvent(
|
6931
|
+
i = e.sent, ae(n, i), document.dispatchEvent(new CustomEvent(At, {
|
6934
6932
|
detail: n
|
6935
6933
|
}));
|
6936
6934
|
case 6:
|
@@ -6952,7 +6950,7 @@ var ft = "disabled-mute-audio",
|
|
6952
6950
|
console.log("Changing layout to", t);
|
6953
6951
|
}
|
6954
6952
|
}]);
|
6955
|
-
var o, s, l, p, h, g, v, b, E, x, _, S,
|
6953
|
+
var o, s, l, p, h, g, v, b, E, x, _, S, N, A, w, O, R, P, L;
|
6956
6954
|
}();
|
6957
6955
|
function Ot(e, t) {
|
6958
6956
|
var r = Object.keys(e);
|
@@ -7847,7 +7845,7 @@ function Sr(e) {
|
|
7847
7845
|
fillOpacity: "0.95"
|
7848
7846
|
}));
|
7849
7847
|
}
|
7850
|
-
function
|
7848
|
+
function Nr(e) {
|
7851
7849
|
var t = e.size,
|
7852
7850
|
r = e.className,
|
7853
7851
|
n = e.style;
|
@@ -7864,7 +7862,7 @@ function Ar(e) {
|
|
7864
7862
|
d: "M6.99988 1.99976C6.60432 1.99976 6.21764 2.11705 5.88874 2.33682C5.55984 2.55658 5.3035 2.86894 5.15212 3.23439C5.00075 3.59984 4.96114 4.00197 5.03831 4.38994C5.11548 4.7779 5.30596 5.13426 5.58567 5.41397C5.86537 5.69367 6.22174 5.88416 6.6097 5.96133C6.99766 6.0385 7.39979 5.99889 7.76525 5.84752C8.1307 5.69614 8.44306 5.43979 8.66282 5.1109C8.88258 4.782 8.99988 4.39532 8.99988 3.99976C8.99935 3.46949 8.78847 2.96109 8.41351 2.58613C8.03855 2.21117 7.53015 2.00029 6.99988 1.99976ZM6.99988 4.99976C6.8021 4.99976 6.60876 4.94111 6.44431 4.83123C6.27986 4.72134 6.15169 4.56517 6.076 4.38244C6.00031 4.19971 5.98051 3.99865 6.01909 3.80467C6.05768 3.61068 6.15292 3.4325 6.29277 3.29265C6.43262 3.1528 6.61081 3.05756 6.80479 3.01897C6.99877 2.98039 7.19984 3.00019 7.38256 3.07588C7.56529 3.15156 7.72147 3.27974 7.83135 3.44419C7.94123 3.60863 7.99988 3.80197 7.99988 3.99976C7.99954 4.26487 7.89407 4.51902 7.70661 4.70648C7.51914 4.89394 7.26499 4.99941 6.99988 4.99976Z"
|
7865
7863
|
}));
|
7866
7864
|
}
|
7867
|
-
function
|
7865
|
+
function Ar(e) {
|
7868
7866
|
var t = e.size,
|
7869
7867
|
r = e.className,
|
7870
7868
|
n = e.style;
|
@@ -8209,19 +8207,19 @@ Wt.propTypes = {
|
|
8209
8207
|
size: 24,
|
8210
8208
|
className: "",
|
8211
8209
|
style: {}
|
8212
|
-
},
|
8210
|
+
}, Nr.propTypes = {
|
8213
8211
|
size: D.number,
|
8214
8212
|
className: D.string,
|
8215
8213
|
style: D.shape()
|
8216
|
-
},
|
8214
|
+
}, Nr.defaultProps = {
|
8217
8215
|
size: 16,
|
8218
8216
|
className: "",
|
8219
8217
|
style: {}
|
8220
|
-
},
|
8218
|
+
}, Ar.propTypes = {
|
8221
8219
|
size: D.number,
|
8222
8220
|
className: D.string,
|
8223
8221
|
style: D.shape()
|
8224
|
-
},
|
8222
|
+
}, Ar.defaultProps = {
|
8225
8223
|
size: 24,
|
8226
8224
|
className: "",
|
8227
8225
|
style: {}
|
@@ -8280,8 +8278,8 @@ var Rr = {
|
|
8280
8278
|
settings: xr,
|
8281
8279
|
"share-screen-presence-stroke": Sr,
|
8282
8280
|
"share-screen-filled": _r,
|
8283
|
-
"show-password":
|
8284
|
-
unread:
|
8281
|
+
"show-password": Nr,
|
8282
|
+
unread: Ar,
|
8285
8283
|
warning: Or,
|
8286
8284
|
"waiting-for-host": wr
|
8287
8285
|
};
|
@@ -8335,8 +8333,8 @@ Pr.propTypes = {
|
|
8335
8333
|
className: void 0,
|
8336
8334
|
style: void 0
|
8337
8335
|
};
|
8338
|
-
var kr = S.createContext()
|
8339
|
-
S.createContext();
|
8336
|
+
var kr = S.createContext(),
|
8337
|
+
Ir = S.createContext();
|
8340
8338
|
function jr(e, t) {
|
8341
8339
|
var r = e.current;
|
8342
8340
|
useEffect(function () {
|
@@ -8441,14 +8439,14 @@ var qr,
|
|
8441
8439
|
x = n ? n.width : tn(r.width) - T - C,
|
8442
8440
|
_ = n ? n.height : tn(r.height) - E - b,
|
8443
8441
|
S = x + m + C + g,
|
8444
|
-
|
8445
|
-
|
8442
|
+
N = _ + y + b + v,
|
8443
|
+
A = Vr({
|
8446
8444
|
devicePixelContentBoxSize: rn(Math.round(x * devicePixelRatio), Math.round(_ * devicePixelRatio), o),
|
8447
|
-
borderBoxSize: rn(S,
|
8445
|
+
borderBoxSize: rn(S, N, o),
|
8448
8446
|
contentBoxSize: rn(x, _, o),
|
8449
8447
|
contentRect: new Wr(p, l, x, _)
|
8450
8448
|
});
|
8451
|
-
return Xr.set(e,
|
8449
|
+
return Xr.set(e, A), A;
|
8452
8450
|
},
|
8453
8451
|
an = function (e, t, r) {
|
8454
8452
|
var n = on(e, r),
|
@@ -8625,7 +8623,7 @@ var qr,
|
|
8625
8623
|
for (var r = 0; r < e.length; r += 1) if (e[r].target === t) return r;
|
8626
8624
|
return -1;
|
8627
8625
|
},
|
8628
|
-
|
8626
|
+
Nn = function () {
|
8629
8627
|
function e() {}
|
8630
8628
|
return e.connect = function (e, t) {
|
8631
8629
|
var r = new xn(e, t);
|
@@ -8647,22 +8645,22 @@ var qr,
|
|
8647
8645
|
}), r.activeTargets.splice(0, r.activeTargets.length);
|
8648
8646
|
}, e;
|
8649
8647
|
}(),
|
8650
|
-
|
8648
|
+
An = function () {
|
8651
8649
|
function e(e) {
|
8652
8650
|
if (0 === arguments.length) throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");
|
8653
8651
|
if ("function" != typeof e) throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");
|
8654
|
-
|
8652
|
+
Nn.connect(this, e);
|
8655
8653
|
}
|
8656
8654
|
return e.prototype.observe = function (e, t) {
|
8657
8655
|
if (0 === arguments.length) throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");
|
8658
8656
|
if (!Kr(e)) throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");
|
8659
|
-
|
8657
|
+
Nn.observe(this, e, t);
|
8660
8658
|
}, e.prototype.unobserve = function (e) {
|
8661
8659
|
if (0 === arguments.length) throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");
|
8662
8660
|
if (!Kr(e)) throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");
|
8663
|
-
|
8661
|
+
Nn.unobserve(this, e);
|
8664
8662
|
}, e.prototype.disconnect = function () {
|
8665
|
-
|
8663
|
+
Nn.disconnect(this);
|
8666
8664
|
}, e.toString = function () {
|
8667
8665
|
return "function ResizeObserver () { [polyfill code] }";
|
8668
8666
|
}, e;
|
@@ -8679,7 +8677,7 @@ function wn(e) {
|
|
8679
8677
|
return useEffect(function () {
|
8680
8678
|
var t;
|
8681
8679
|
if (e.current) {
|
8682
|
-
var r = new (window.ResizeObserver ||
|
8680
|
+
var r = new (window.ResizeObserver || An)(function (e) {
|
8683
8681
|
var t = _slicedToArray(e, 1)[0].contentRect;
|
8684
8682
|
n !== t.height && i(t.height), s !== t.width && l(t.width);
|
8685
8683
|
});
|
@@ -9075,9 +9073,9 @@ function Kn(e) {
|
|
9075
9073
|
x = nt("avatar", t, {
|
9076
9074
|
"avatar-self": g
|
9077
9075
|
}),
|
9078
|
-
|
9079
|
-
w =
|
9080
|
-
O =
|
9076
|
+
A = _slicedToArray(x, 2),
|
9077
|
+
w = A[0],
|
9078
|
+
O = A[1],
|
9081
9079
|
R = "".concat(O("placeholder"), " ").concat(O("placeholder"), "-").concat(c),
|
9082
9080
|
P = O("status-".concat(l));
|
9083
9081
|
return S.createElement("div", {
|
@@ -9785,7 +9783,7 @@ function _i(e, t) {
|
|
9785
9783
|
return n + hi(Math.floor(i / 60), 2) + r + hi(i % 60, 2);
|
9786
9784
|
}
|
9787
9785
|
var Si = Ti,
|
9788
|
-
|
9786
|
+
Ni = function (e, t) {
|
9789
9787
|
switch (e) {
|
9790
9788
|
case "P":
|
9791
9789
|
return t.date({
|
@@ -9805,7 +9803,7 @@ var Si = Ti,
|
|
9805
9803
|
});
|
9806
9804
|
}
|
9807
9805
|
},
|
9808
|
-
|
9806
|
+
Ai = function (e, t) {
|
9809
9807
|
switch (e) {
|
9810
9808
|
case "p":
|
9811
9809
|
return t.time({
|
@@ -9826,13 +9824,13 @@ var Si = Ti,
|
|
9826
9824
|
}
|
9827
9825
|
},
|
9828
9826
|
wi = {
|
9829
|
-
p:
|
9827
|
+
p: Ai,
|
9830
9828
|
P: function (e, t) {
|
9831
9829
|
var r,
|
9832
9830
|
n = e.match(/(P+)(p+)?/) || [],
|
9833
9831
|
i = n[1],
|
9834
9832
|
o = n[2];
|
9835
|
-
if (!o) return
|
9833
|
+
if (!o) return Ni(e, t);
|
9836
9834
|
switch (i) {
|
9837
9835
|
case "P":
|
9838
9836
|
r = t.dateTime({
|
@@ -9854,7 +9852,7 @@ var Si = Ti,
|
|
9854
9852
|
width: "full"
|
9855
9853
|
});
|
9856
9854
|
}
|
9857
|
-
return r.replace("{{date}}",
|
9855
|
+
return r.replace("{{date}}", Ni(i, t)).replace("{{time}}", Ai(o, t));
|
9858
9856
|
}
|
9859
9857
|
},
|
9860
9858
|
Oi = wi,
|
@@ -10265,18 +10263,18 @@ function Yi(e, t, r) {
|
|
10265
10263
|
if (!(S >= 0 && S <= 6)) throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
10266
10264
|
if (!x.localize) throw new RangeError("locale must contain localize property");
|
10267
10265
|
if (!x.formatLong) throw new RangeError("locale must contain formatLong property");
|
10268
|
-
var
|
10269
|
-
if (!ii(
|
10270
|
-
var
|
10266
|
+
var N = Qn(e);
|
10267
|
+
if (!ii(N)) throw new RangeError("Invalid time value");
|
10268
|
+
var A = function (e) {
|
10271
10269
|
var t = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
|
10272
10270
|
return t.setUTCFullYear(e.getFullYear()), e.getTime() - t.getTime();
|
10273
|
-
}(
|
10274
|
-
w = oi(
|
10271
|
+
}(N),
|
10272
|
+
w = oi(N, A),
|
10275
10273
|
O = {
|
10276
10274
|
firstWeekContainsDate: _,
|
10277
10275
|
weekStartsOn: S,
|
10278
10276
|
locale: x,
|
10279
|
-
_originalDate:
|
10277
|
+
_originalDate: N
|
10280
10278
|
},
|
10281
10279
|
R = T.match(Vi).map(function (e) {
|
10282
10280
|
var t = e[0];
|
@@ -14449,7 +14447,7 @@ var eo = Ye(function (e, t) {
|
|
14449
14447
|
const t = Object.assign({}, e);
|
14450
14448
|
return delete t.year, delete t.month, delete t.dayOfMonth, delete t.dayOfWeek, delete t.weekOfYear, delete t.weekOfMonth, delete t.season, delete t.hour, delete t.minute, delete t.second, delete t.weekend, delete t.partOfDay, t;
|
14451
14449
|
},
|
14452
|
-
|
14450
|
+
N = function (e, t) {
|
14453
14451
|
if ("hours" in t) {
|
14454
14452
|
const r = Object.assign({}, e);
|
14455
14453
|
if (r.hour += t.hours, r.hour > 23) {
|
@@ -14470,8 +14468,8 @@ var eo = Ye(function (e, t) {
|
|
14470
14468
|
}
|
14471
14469
|
return e;
|
14472
14470
|
},
|
14473
|
-
|
14474
|
-
return
|
14471
|
+
A = function (e, t) {
|
14472
|
+
return N(function (e, t) {
|
14475
14473
|
if ("dayOfWeek" in e) {
|
14476
14474
|
const r = Object.assign({}, e);
|
14477
14475
|
return "days" in t && (r.dayOfWeek += t.days), r;
|
@@ -14520,7 +14518,7 @@ var eo = Ye(function (e, t) {
|
|
14520
14518
|
r = S(e);
|
14521
14519
|
return {
|
14522
14520
|
start: t,
|
14523
|
-
end:
|
14521
|
+
end: A(t, r),
|
14524
14522
|
duration: r
|
14525
14523
|
};
|
14526
14524
|
}
|
@@ -14642,8 +14640,8 @@ var eo = Ye(function (e, t) {
|
|
14642
14640
|
end: L(t.end)
|
14643
14641
|
};
|
14644
14642
|
},
|
14645
|
-
F =
|
14646
|
-
j =
|
14643
|
+
F = N,
|
14644
|
+
j = A;
|
14647
14645
|
const B = T,
|
14648
14646
|
z = function (e) {
|
14649
14647
|
return 0 === e.minute && 0 === e.second ? "T" + B(e.hour, 2) : 0 === e.second ? `T${B(e.hour, 2)}:${B(e.minute, 2)}` : `T${B(e.hour, 2)}:${B(e.minute, 2)}:${B(e.second, 2)}`;
|
@@ -15040,10 +15038,10 @@ var eo = Ye(function (e, t) {
|
|
15040
15038
|
var Se = function (e) {
|
15041
15039
|
return void 0 !== e.year && void 0 !== e.month && void 0 !== e.dayOfMonth ? `${_e(e.year, 4)}-${_e(e.month, 2)}-${_e(e.dayOfMonth, 2)}` : "";
|
15042
15040
|
},
|
15043
|
-
|
15041
|
+
Ne = function (e) {
|
15044
15042
|
return void 0 !== e.hour && void 0 !== e.minute && void 0 !== e.second ? `${_e(e.hour, 2)}:${_e(e.minute, 2)}:${_e(e.second, 2)}` : "";
|
15045
15043
|
};
|
15046
|
-
const
|
15044
|
+
const Ae = oe.TimexProperty,
|
15047
15045
|
we = E,
|
15048
15046
|
Oe = x,
|
15049
15047
|
Re = function (e, t) {
|
@@ -15149,15 +15147,15 @@ var eo = Ye(function (e, t) {
|
|
15149
15147
|
return [{
|
15150
15148
|
timex: e.timex,
|
15151
15149
|
type: "datetimerange",
|
15152
|
-
start: `${Se(t.start)} ${
|
15153
|
-
end: `${Se(t.end)} ${
|
15150
|
+
start: `${Se(t.start)} ${Ne(t.start)}`,
|
15151
|
+
end: `${Se(t.end)} ${Ne(t.end)}`
|
15154
15152
|
}];
|
15155
15153
|
}
|
15156
15154
|
}(e) : r.has("definite") && r.has("time") ? function (e, t) {
|
15157
15155
|
return [{
|
15158
15156
|
timex: e.timex,
|
15159
15157
|
type: "datetime",
|
15160
|
-
value: `${Se(e)} ${
|
15158
|
+
value: `${Se(e)} ${Ne(e)}`
|
15161
15159
|
}];
|
15162
15160
|
}(e) : r.has("definite") && r.has("daterange") ? function (e) {
|
15163
15161
|
var t = k(e);
|
@@ -15268,13 +15266,13 @@ var eo = Ye(function (e, t) {
|
|
15268
15266
|
return [{
|
15269
15267
|
timex: e.timex,
|
15270
15268
|
type: "timerange",
|
15271
|
-
start:
|
15272
|
-
end:
|
15269
|
+
start: Ne(t.start),
|
15270
|
+
end: Ne(t.end)
|
15273
15271
|
}];
|
15274
15272
|
}
|
15275
15273
|
}(e) : r.has("datetime") ? function (e, t) {
|
15276
15274
|
const r = Le(e, t);
|
15277
|
-
for (const t of r) t.type = "datetime", t.value = `${t.value} ${
|
15275
|
+
for (const t of r) t.type = "datetime", t.value = `${t.value} ${Ne(e)}`;
|
15278
15276
|
return r;
|
15279
15277
|
}(e, t) : r.has("duration") ? function (e) {
|
15280
15278
|
return [{
|
@@ -15287,7 +15285,7 @@ var eo = Ye(function (e, t) {
|
|
15287
15285
|
return [{
|
15288
15286
|
timex: e.timex,
|
15289
15287
|
type: "time",
|
15290
|
-
value:
|
15288
|
+
value: Ne(e)
|
15291
15289
|
}];
|
15292
15290
|
}(e) : [];
|
15293
15291
|
};
|
@@ -15360,7 +15358,7 @@ var eo = Ye(function (e, t) {
|
|
15360
15358
|
values: []
|
15361
15359
|
};
|
15362
15360
|
for (const n of e) {
|
15363
|
-
const e = new
|
15361
|
+
const e = new Ae(n),
|
15364
15362
|
i = De(e, t);
|
15365
15363
|
Array.prototype.push.apply(r.values, i);
|
15366
15364
|
}
|
@@ -16017,7 +16015,7 @@ var eo = Ye(function (e, t) {
|
|
16017
16015
|
}
|
16018
16016
|
return d(a), a;
|
16019
16017
|
}
|
16020
|
-
function
|
16018
|
+
function N(e, t) {
|
16021
16019
|
var r,
|
16022
16020
|
n,
|
16023
16021
|
i,
|
@@ -16027,7 +16025,7 @@ var eo = Ye(function (e, t) {
|
|
16027
16025
|
for (i = 0, r = a - 1; r >= 0; --r) i = (o = 1e7 * i + e[r]) - (n = m(o / t)) * t, s[r] = 0 | n;
|
16028
16026
|
return [s, 0 | i];
|
16029
16027
|
}
|
16030
|
-
function
|
16028
|
+
function A(e, r) {
|
16031
16029
|
var n,
|
16032
16030
|
i = G(r);
|
16033
16031
|
if (o) return [new u(e.value / i.value), new u(e.value % i.value)];
|
@@ -16041,7 +16039,7 @@ var eo = Ye(function (e, t) {
|
|
16041
16039
|
if (-1 == g) return [e.negate(), a[0]];
|
16042
16040
|
var v = Math.abs(g);
|
16043
16041
|
if (v < t) {
|
16044
|
-
c = h((n =
|
16042
|
+
c = h((n = N(y, v))[0]);
|
16045
16043
|
var C = n[1];
|
16046
16044
|
return e.sign && (C = -C), "number" == typeof c ? (e.sign !== i.sign && (c = -c), [new l(c), new l(C)]) : [new s(c, e.sign !== i.sign), new l(C)];
|
16047
16045
|
}
|
@@ -16074,7 +16072,7 @@ var eo = Ye(function (e, t) {
|
|
16074
16072
|
}
|
16075
16073
|
m[i] = n;
|
16076
16074
|
}
|
16077
|
-
return v =
|
16075
|
+
return v = N(v, g)[0], [h(m), h(v)];
|
16078
16076
|
}(y, g) : function (e, t) {
|
16079
16077
|
for (var r, n, i, o, a, s = e.length, l = t.length, u = [], c = []; s;) if (c.unshift(e[--s]), d(c), w(c, t) < 0) u.push(0);else {
|
16080
16078
|
i = 1e7 * c[(n = c.length) - 1] + c[n - 2], o = 1e7 * t[l - 1] + t[l - 2], n > l && (i = 1e7 * (i + 1)), r = Math.ceil(i / o);
|
@@ -16205,17 +16203,17 @@ var eo = Ye(function (e, t) {
|
|
16205
16203
|
}, u.prototype.square = function (e) {
|
16206
16204
|
return new u(this.value * this.value);
|
16207
16205
|
}, s.prototype.divmod = function (e) {
|
16208
|
-
var t =
|
16206
|
+
var t = A(this, e);
|
16209
16207
|
return {
|
16210
16208
|
quotient: t[0],
|
16211
16209
|
remainder: t[1]
|
16212
16210
|
};
|
16213
16211
|
}, u.prototype.divmod = l.prototype.divmod = s.prototype.divmod, s.prototype.divide = function (e) {
|
16214
|
-
return
|
16212
|
+
return A(this, e)[0];
|
16215
16213
|
}, u.prototype.over = u.prototype.divide = function (e) {
|
16216
16214
|
return new u(this.value / G(e).value);
|
16217
16215
|
}, l.prototype.over = l.prototype.divide = s.prototype.over = s.prototype.divide, s.prototype.mod = function (e) {
|
16218
|
-
return
|
16216
|
+
return A(this, e)[1];
|
16219
16217
|
}, u.prototype.mod = u.prototype.remainder = function (e) {
|
16220
16218
|
return new u(this.value % G(e).value);
|
16221
16219
|
}, l.prototype.remainder = l.prototype.mod = s.prototype.remainder = s.prototype.mod, s.prototype.pow = function (e) {
|
@@ -16380,7 +16378,7 @@ var eo = Ye(function (e, t) {
|
|
16380
16378
|
}
|
16381
16379
|
function D(e, t, r) {
|
16382
16380
|
t = G(t);
|
16383
|
-
for (var i = e.isNegative(), o = t.isNegative(), a = i ? e.not() : e, s = o ? t.not() : t, l = 0, u = 0, c = null, p = null, h = []; !a.isZero() || !s.isZero();) l = (c =
|
16381
|
+
for (var i = e.isNegative(), o = t.isNegative(), a = i ? e.not() : e, s = o ? t.not() : t, l = 0, u = 0, c = null, p = null, h = []; !a.isZero() || !s.isZero();) l = (c = A(a, k))[1].toJSNumber(), i && (l = k - 1 - l), u = (p = A(s, k))[1].toJSNumber(), o && (u = k - 1 - u), a = c[0], s = p[0], h.push(r(l, u));
|
16384
16382
|
for (var d = 0 !== r(i ? 1 : 0, o ? 1 : 0) ? n(-1) : n(0), f = h.length - 1; f >= 0; f -= 1) d = d.multiply(k).add(n(h[f]));
|
16385
16383
|
return d;
|
16386
16384
|
}
|
@@ -16422,9 +16420,9 @@ var eo = Ye(function (e, t) {
|
|
16422
16420
|
if (r < 0) return this.shiftLeft(-r);
|
16423
16421
|
for (var n = this; r >= L;) {
|
16424
16422
|
if (n.isZero() || n.isNegative() && n.isUnit()) return n;
|
16425
|
-
n = (t =
|
16423
|
+
n = (t = A(n, k))[1].isNegative() ? t[0].prev() : t[0], r -= L - 1;
|
16426
16424
|
}
|
16427
|
-
return (t =
|
16425
|
+
return (t = A(n, P[r]))[1].isNegative() ? t[0].prev() : t[0];
|
16428
16426
|
}, u.prototype.shiftRight = l.prototype.shiftRight = s.prototype.shiftRight, s.prototype.not = function () {
|
16429
16427
|
return this.negate().prev();
|
16430
16428
|
}, u.prototype.not = l.prototype.not = s.prototype.not, s.prototype.and = function (e) {
|
@@ -16949,8 +16947,8 @@ var eo = Ye(function (e, t) {
|
|
16949
16947
|
var x = "$" === u ? s : "#" === u && /[boxX]/.test(E) ? "0" + E.toLowerCase() : "",
|
16950
16948
|
_ = "$" === u ? c : /[%p]/.test(E) ? m : "",
|
16951
16949
|
S = l[E],
|
16952
|
-
|
16953
|
-
function
|
16950
|
+
N = /[defgprs%]/.test(E);
|
16951
|
+
function A(e) {
|
16954
16952
|
var o,
|
16955
16953
|
s,
|
16956
16954
|
l,
|
@@ -16971,14 +16969,14 @@ var eo = Ye(function (e, t) {
|
|
16971
16969
|
i > 0 && (i = 0);
|
16972
16970
|
}
|
16973
16971
|
return i > 0 ? e.slice(0, i) + e.slice(t + 1) : e;
|
16974
|
-
}(e)), m && 0 == +e && "+" !== i && (m = !1), u = (m ? "(" === i ? i : y : "-" === i || "(" === i ? "" : i) + u, c = ("s" === E ? h[8 + n / 3] : "") + c + (m && "(" === i ? ")" : ""),
|
16972
|
+
}(e)), m && 0 == +e && "+" !== i && (m = !1), u = (m ? "(" === i ? i : y : "-" === i || "(" === i ? "" : i) + u, c = ("s" === E ? h[8 + n / 3] : "") + c + (m && "(" === i ? ")" : ""), N) for (o = -1, s = e.length; ++o < s;) if (48 > (l = e.charCodeAt(o)) || l > 57) {
|
16975
16973
|
c = (46 === l ? d + e.slice(o + 1) : e.slice(o)) + c, e = e.slice(0, o);
|
16976
16974
|
break;
|
16977
16975
|
}
|
16978
16976
|
}
|
16979
16977
|
b && !p && (e = a(e, 1 / 0));
|
16980
|
-
var
|
16981
|
-
w =
|
16978
|
+
var A = u.length + e.length + c.length,
|
16979
|
+
w = A < v ? new Array(v - A + 1).join(t) : "";
|
16982
16980
|
switch (b && p && (e = a(w + e, w.length ? v - c.length : 1 / 0), w = ""), r) {
|
16983
16981
|
case "<":
|
16984
16982
|
e = u + e + c + w;
|
@@ -16987,16 +16985,16 @@ var eo = Ye(function (e, t) {
|
|
16987
16985
|
e = u + w + e + c;
|
16988
16986
|
break;
|
16989
16987
|
case "^":
|
16990
|
-
e = w.slice(0,
|
16988
|
+
e = w.slice(0, A = w.length >> 1) + u + e + c + w.slice(A);
|
16991
16989
|
break;
|
16992
16990
|
default:
|
16993
16991
|
e = w + u + e + c;
|
16994
16992
|
}
|
16995
16993
|
return f(e);
|
16996
16994
|
}
|
16997
|
-
return C = void 0 === C ? 6 : /[gprs]/.test(E) ? Math.max(1, Math.min(21, C)) : Math.max(0, Math.min(20, C)),
|
16995
|
+
return C = void 0 === C ? 6 : /[gprs]/.test(E) ? Math.max(1, Math.min(21, C)) : Math.max(0, Math.min(20, C)), A.toString = function () {
|
16998
16996
|
return e + "";
|
16999
|
-
},
|
16997
|
+
}, A;
|
17000
16998
|
}
|
17001
16999
|
return {
|
17002
17000
|
format: v,
|
@@ -21195,10 +21193,10 @@ var eo = Ye(function (e, t) {
|
|
21195
21193
|
function S(e, t) {
|
21196
21194
|
arguments.length > 0 && this.init(e, t);
|
21197
21195
|
}
|
21198
|
-
function
|
21196
|
+
function N(e, t) {
|
21199
21197
|
arguments.length > 0 && this.init(e, t);
|
21200
21198
|
}
|
21201
|
-
function
|
21199
|
+
function A(e, t) {
|
21202
21200
|
arguments.length > 0 && this.init(e, t);
|
21203
21201
|
}
|
21204
21202
|
function w(e, t) {
|
@@ -21262,9 +21260,9 @@ var eo = Ye(function (e, t) {
|
|
21262
21260
|
}, this.reduceActions[16] = function (e) {
|
21263
21261
|
return new S(e[0], e[2]);
|
21264
21262
|
}, this.reduceActions[18] = function (e) {
|
21265
|
-
return new A(e[0], e[2]);
|
21266
|
-
}, this.reduceActions[19] = function (e) {
|
21267
21263
|
return new N(e[0], e[2]);
|
21264
|
+
}, this.reduceActions[19] = function (e) {
|
21265
|
+
return new A(e[0], e[2]);
|
21268
21266
|
}, this.reduceActions[20] = function (e) {
|
21269
21267
|
return new w(e[0], e[2]);
|
21270
21268
|
}, this.reduceActions[22] = function (e) {
|
@@ -21591,17 +21589,17 @@ var eo = Ye(function (e, t) {
|
|
21591
21589
|
return this.lhs.evaluate(e).number().minus(this.rhs.evaluate(e).number());
|
21592
21590
|
}, S.prototype.toString = function () {
|
21593
21591
|
return "(" + this.lhs.toString() + " - " + this.rhs.toString() + ")";
|
21594
|
-
}, A.prototype = new m(), A.prototype.constructor = A, A.superclass = m.prototype, A.prototype.init = function (e, t) {
|
21595
|
-
A.superclass.init.call(this, e, t);
|
21596
|
-
}, A.prototype.evaluate = function (e) {
|
21597
|
-
return this.lhs.evaluate(e).number().multiply(this.rhs.evaluate(e).number());
|
21598
|
-
}, A.prototype.toString = function () {
|
21599
|
-
return "(" + this.lhs.toString() + " * " + this.rhs.toString() + ")";
|
21600
21592
|
}, N.prototype = new m(), N.prototype.constructor = N, N.superclass = m.prototype, N.prototype.init = function (e, t) {
|
21601
21593
|
N.superclass.init.call(this, e, t);
|
21602
21594
|
}, N.prototype.evaluate = function (e) {
|
21603
|
-
return this.lhs.evaluate(e).number().
|
21595
|
+
return this.lhs.evaluate(e).number().multiply(this.rhs.evaluate(e).number());
|
21604
21596
|
}, N.prototype.toString = function () {
|
21597
|
+
return "(" + this.lhs.toString() + " * " + this.rhs.toString() + ")";
|
21598
|
+
}, A.prototype = new m(), A.prototype.constructor = A, A.superclass = m.prototype, A.prototype.init = function (e, t) {
|
21599
|
+
A.superclass.init.call(this, e, t);
|
21600
|
+
}, A.prototype.evaluate = function (e) {
|
21601
|
+
return this.lhs.evaluate(e).number().div(this.rhs.evaluate(e).number());
|
21602
|
+
}, A.prototype.toString = function () {
|
21605
21603
|
return "(" + this.lhs.toString() + " div " + this.rhs.toString() + ")";
|
21606
21604
|
}, w.prototype = new m(), w.prototype.constructor = w, w.superclass = m.prototype, w.prototype.init = function (e, t) {
|
21607
21605
|
w.superclass.init.call(this, e, t);
|
@@ -22513,8 +22511,8 @@ var eo = Ye(function (e, t) {
|
|
22513
22511
|
GreaterThanOrEqualOperation: x,
|
22514
22512
|
PlusOperation: _,
|
22515
22513
|
MinusOperation: S,
|
22516
|
-
MultiplyOperation:
|
22517
|
-
DivOperation:
|
22514
|
+
MultiplyOperation: N,
|
22515
|
+
DivOperation: A,
|
22518
22516
|
ModOperation: w,
|
22519
22517
|
UnaryMinusOperation: f,
|
22520
22518
|
FunctionCall: U,
|
@@ -23150,8 +23148,8 @@ var eo = Ye(function (e, t) {
|
|
23150
23148
|
var E,
|
23151
23149
|
_ = "",
|
23152
23150
|
S = !1,
|
23153
|
-
|
23154
|
-
return p(t) && (S = !0,
|
23151
|
+
N = ["{", "}"];
|
23152
|
+
return p(t) && (S = !0, N = ["[", "]"]), T(t) && (_ = " [Function" + (t.name ? ": " + t.name : "") + "]"), g(t) && (_ = " " + RegExp.prototype.toString.call(t)), b(t) && (_ = " " + Date.prototype.toUTCString.call(t)), C(t) && (_ = " " + u(t)), 0 !== a.length || S && 0 != t.length ? n < 0 ? g(t) ? e.stylize(RegExp.prototype.toString.call(t), "regexp") : e.stylize("[Object]", "special") : (e.seen.push(t), E = S ? function (e, t, r, n, i) {
|
23155
23153
|
for (var o = [], a = 0, s = t.length; a < s; ++a) x(t, String(a)) ? o.push(c(e, t, r, n, String(a), !0)) : o.push("");
|
23156
23154
|
return i.forEach(function (i) {
|
23157
23155
|
i.match(/^\d+$/) || o.push(c(e, t, r, n, i, !0));
|
@@ -23162,7 +23160,7 @@ var eo = Ye(function (e, t) {
|
|
23162
23160
|
return e.reduce(function (e, t) {
|
23163
23161
|
return t.indexOf("\n"), e + t.replace(/\u001b\[\d\d?m/g, "").length + 1;
|
23164
23162
|
}, 0) > 60 ? r[0] + ("" === t ? "" : t + "\n ") + " " + e.join(",\n ") + " " + r[1] : r[0] + t + " " + e.join(", ") + " " + r[1];
|
23165
|
-
}(E, _,
|
23163
|
+
}(E, _, N)) : N[0] + _ + N[1];
|
23166
23164
|
}
|
23167
23165
|
function u(e) {
|
23168
23166
|
return "[" + Error.prototype.toString.call(e) + "]";
|
@@ -23336,18 +23334,18 @@ var eo = Ye(function (e, t) {
|
|
23336
23334
|
x,
|
23337
23335
|
_,
|
23338
23336
|
S = Array.prototype,
|
23339
|
-
|
23340
|
-
|
23337
|
+
N = Function.prototype,
|
23338
|
+
A = Object.prototype,
|
23341
23339
|
w = h["__core-js_shared__"],
|
23342
|
-
O =
|
23343
|
-
R =
|
23340
|
+
O = N.toString,
|
23341
|
+
R = A.hasOwnProperty,
|
23344
23342
|
P = (E = /[^.]+$/.exec(w && w.keys && w.keys.IE_PROTO || "")) ? "Symbol(src)_1." + E : "",
|
23345
|
-
L =
|
23343
|
+
L = A.toString,
|
23346
23344
|
k = RegExp("^" + O.call(R).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"),
|
23347
23345
|
I = m ? h.Buffer : void 0,
|
23348
23346
|
D = h.Symbol,
|
23349
23347
|
M = h.Uint8Array,
|
23350
|
-
U =
|
23348
|
+
U = A.propertyIsEnumerable,
|
23351
23349
|
F = S.splice,
|
23352
23350
|
j = D ? D.toStringTag : void 0,
|
23353
23351
|
B = Object.getOwnPropertySymbols,
|
@@ -23420,10 +23418,10 @@ var eo = Ye(function (e, t) {
|
|
23420
23418
|
}(e);
|
23421
23419
|
}
|
23422
23420
|
function ue(e) {
|
23423
|
-
return
|
23421
|
+
return Ne(e) && le(e) == n;
|
23424
23422
|
}
|
23425
23423
|
function ce(e, t, r, s, l) {
|
23426
|
-
return e === t || (null == e || null == t || !
|
23424
|
+
return e === t || (null == e || null == t || !Ne(e) && !Ne(t) ? e != e && t != t : function (e, t, r, s, l, u) {
|
23427
23425
|
var c = Te(e),
|
23428
23426
|
p = Te(t),
|
23429
23427
|
h = c ? "[object Array]" : ye(e),
|
@@ -23435,7 +23433,7 @@ var eo = Ye(function (e, t) {
|
|
23435
23433
|
if (!Ee(t)) return !1;
|
23436
23434
|
c = !0, f = !1;
|
23437
23435
|
}
|
23438
|
-
if (y && !f) return u || (u = new ae()), c ||
|
23436
|
+
if (y && !f) return u || (u = new ae()), c || Ae(e) ? pe(e, t, r, s, l, u) : function (e, t, r, n, o, s, l) {
|
23439
23437
|
switch (r) {
|
23440
23438
|
case "[object DataView]":
|
23441
23439
|
if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset) return !1;
|
@@ -23690,7 +23688,7 @@ var eo = Ye(function (e, t) {
|
|
23690
23688
|
var Ce = ue(function () {
|
23691
23689
|
return arguments;
|
23692
23690
|
}()) ? ue : function (e) {
|
23693
|
-
return
|
23691
|
+
return Ne(e) && R.call(e, "callee") && !U.call(e, "callee");
|
23694
23692
|
},
|
23695
23693
|
Te = Array.isArray,
|
23696
23694
|
Ee = z || function () {
|
@@ -23708,22 +23706,22 @@ var eo = Ye(function (e, t) {
|
|
23708
23706
|
var t = typeof e;
|
23709
23707
|
return null != e && ("object" == t || "function" == t);
|
23710
23708
|
}
|
23711
|
-
function
|
23709
|
+
function Ne(e) {
|
23712
23710
|
return null != e && "object" == typeof e;
|
23713
23711
|
}
|
23714
|
-
var
|
23712
|
+
var Ae = v ? function (e) {
|
23715
23713
|
return function (t) {
|
23716
23714
|
return e(t);
|
23717
23715
|
};
|
23718
23716
|
}(v) : function (e) {
|
23719
|
-
return
|
23717
|
+
return Ne(e) && _e(e.length) && !!u[le(e)];
|
23720
23718
|
};
|
23721
23719
|
function we(e) {
|
23722
23720
|
return null != (t = e) && _e(t.length) && !xe(t) ? function (e, t) {
|
23723
23721
|
var r = Te(e),
|
23724
23722
|
n = !r && Ce(e),
|
23725
23723
|
i = !r && !n && Ee(e),
|
23726
|
-
o = !r && !n && !i &&
|
23724
|
+
o = !r && !n && !i && Ae(e),
|
23727
23725
|
a = r || n || i || o,
|
23728
23726
|
s = a ? function (e, t) {
|
23729
23727
|
for (var r = -1, n = Array(e); ++r < e;) n[r] = t(r);
|
@@ -23733,7 +23731,7 @@ var eo = Ye(function (e, t) {
|
|
23733
23731
|
for (var u in e) !t && !R.call(e, u) || a && ("length" == u || i && ("offset" == u || "parent" == u) || o && ("buffer" == u || "byteLength" == u || "byteOffset" == u) || ge(u, l)) || s.push(u);
|
23734
23732
|
return s;
|
23735
23733
|
}(e) : function (e) {
|
23736
|
-
if (r = (t = e) && t.constructor, t !== ("function" == typeof r && r.prototype ||
|
23734
|
+
if (r = (t = e) && t.constructor, t !== ("function" == typeof r && r.prototype || A)) return H(e);
|
23737
23735
|
var t,
|
23738
23736
|
r,
|
23739
23737
|
n = [];
|
@@ -24087,8 +24085,8 @@ var eo = Ye(function (e, t) {
|
|
24087
24085
|
x = e(299),
|
24088
24086
|
_ = e(300),
|
24089
24087
|
S = e(301),
|
24090
|
-
|
24091
|
-
|
24088
|
+
N = e(302),
|
24089
|
+
A = e(303),
|
24092
24090
|
w = e(304),
|
24093
24091
|
O = e(306),
|
24094
24092
|
R = e(242),
|
@@ -24185,14 +24183,14 @@ var eo = Ye(function (e, t) {
|
|
24185
24183
|
let r = Z.toInt(e[t++]);
|
24186
24184
|
y.states[r].sll = !0;
|
24187
24185
|
}
|
24188
|
-
let
|
24189
|
-
for (let r = 0; r <
|
24186
|
+
let N = Z.toInt(e[t++]);
|
24187
|
+
for (let r = 0; r < N; r++) {
|
24190
24188
|
let r = Z.toInt(e[t++]);
|
24191
24189
|
y.states[r].isPrecedenceRule = !0;
|
24192
24190
|
}
|
24193
|
-
let
|
24194
|
-
0 === y.grammarType && (y.ruleToTokenType = new Int32Array(
|
24195
|
-
for (let r = 0; r <
|
24191
|
+
let A = Z.toInt(e[t++]);
|
24192
|
+
0 === y.grammarType && (y.ruleToTokenType = new Int32Array(A)), y.ruleToStartState = new Array(A);
|
24193
|
+
for (let r = 0; r < A; r++) {
|
24196
24194
|
let i = Z.toInt(e[t++]),
|
24197
24195
|
o = y.states[i];
|
24198
24196
|
if (o.leftFactored = 0 !== Z.toInt(e[t++]), y.ruleToStartState[r] = o, 0 === y.grammarType) {
|
@@ -24200,7 +24198,7 @@ var eo = Ye(function (e, t) {
|
|
24200
24198
|
65535 === i && (i = G.Token.EOF), y.ruleToTokenType[r] = i, Z.isFeatureSupported(Z.ADDED_LEXER_ACTIONS, n) || Z.toInt(e[t++]);
|
24201
24199
|
}
|
24202
24200
|
}
|
24203
|
-
y.ruleToStopState = new Array(
|
24201
|
+
y.ruleToStopState = new Array(A);
|
24204
24202
|
for (let e of y.states) e instanceof j.RuleStopState && (y.ruleToStopState[e.ruleIndex] = e, y.ruleToStartState[e.ruleIndex].stopState = e);
|
24205
24203
|
let w = Z.toInt(e[t++]);
|
24206
24204
|
for (let r = 0; r < w; r++) {
|
@@ -24647,9 +24645,9 @@ var eo = Ye(function (e, t) {
|
|
24647
24645
|
case 4:
|
24648
24646
|
return S.LexerPopModeAction.INSTANCE;
|
24649
24647
|
case 5:
|
24650
|
-
return new
|
24648
|
+
return new N.LexerPushModeAction(t);
|
24651
24649
|
case 6:
|
24652
|
-
return
|
24650
|
+
return A.LexerSkipAction.INSTANCE;
|
24653
24651
|
case 7:
|
24654
24652
|
return new w.LexerTypeAction(t);
|
24655
24653
|
default:
|
@@ -25383,7 +25381,7 @@ var eo = Ye(function (e, t) {
|
|
25383
25381
|
return e;
|
25384
25382
|
}
|
25385
25383
|
cc_atom() {
|
25386
|
-
let e = new
|
25384
|
+
let e = new N(this._ctx, this.state);
|
25387
25385
|
this.enterRule(e, 24, d.RULE_cc_atom);
|
25388
25386
|
try {
|
25389
25387
|
switch (this.state = 173, this._errHandler.sync(this), this.interpreter.adaptivePredict(this._input, 11, this._ctx)) {
|
@@ -25406,7 +25404,7 @@ var eo = Ye(function (e, t) {
|
|
25406
25404
|
}
|
25407
25405
|
shared_atom() {
|
25408
25406
|
let e,
|
25409
|
-
t = new
|
25407
|
+
t = new A(this._ctx, this.state);
|
25410
25408
|
this.enterRule(t, 26, d.RULE_shared_atom);
|
25411
25409
|
try {
|
25412
25410
|
this.enterOuterAlt(t, 1), this.state = 175, -32 & (e = this._input.LA(1)) || !(1 << e & (1 << d.ControlChar | 1 << d.DecimalDigit | 1 << d.NotDecimalDigit | 1 << d.CharWithProperty | 1 << d.CharWithoutProperty | 1 << d.WhiteSpace | 1 << d.NotWhiteSpace | 1 << d.WordChar | 1 << d.NotWordChar)) ? this._errHandler.recoverInline(this) : (this._input.LA(1) === c.Token.EOF && (this.matchedEOF = !0), this._errHandler.reportMatch(this), this.consume());
|
@@ -26274,7 +26272,7 @@ var eo = Ye(function (e, t) {
|
|
26274
26272
|
return this.getToken(d.CharacterClassEnd, 0);
|
26275
26273
|
}
|
26276
26274
|
cc_atom(e) {
|
26277
|
-
return void 0 === e ? this.getRuleContexts(
|
26275
|
+
return void 0 === e ? this.getRuleContexts(N) : this.getRuleContext(e, N);
|
26278
26276
|
}
|
26279
26277
|
constructor(e, t) {
|
26280
26278
|
super(e, t);
|
@@ -26424,7 +26422,7 @@ var eo = Ye(function (e, t) {
|
|
26424
26422
|
r.Option_flagContext = _;
|
26425
26423
|
class S extends s.ParserRuleContext {
|
26426
26424
|
shared_atom() {
|
26427
|
-
return this.tryGetRuleContext(0,
|
26425
|
+
return this.tryGetRuleContext(0, A);
|
26428
26426
|
}
|
26429
26427
|
literal() {
|
26430
26428
|
return this.tryGetRuleContext(0, w);
|
@@ -26467,7 +26465,7 @@ var eo = Ye(function (e, t) {
|
|
26467
26465
|
}
|
26468
26466
|
}
|
26469
26467
|
r.AtomContext = S;
|
26470
|
-
class
|
26468
|
+
class N extends s.ParserRuleContext {
|
26471
26469
|
cc_literal(e) {
|
26472
26470
|
return void 0 === e ? this.getRuleContexts(O) : this.getRuleContext(e, O);
|
26473
26471
|
}
|
@@ -26475,7 +26473,7 @@ var eo = Ye(function (e, t) {
|
|
26475
26473
|
return this.tryGetToken(d.Hyphen, 0);
|
26476
26474
|
}
|
26477
26475
|
shared_atom() {
|
26478
|
-
return this.tryGetRuleContext(0,
|
26476
|
+
return this.tryGetRuleContext(0, A);
|
26479
26477
|
}
|
26480
26478
|
constructor(e, t) {
|
26481
26479
|
super(e, t);
|
@@ -26493,8 +26491,8 @@ var eo = Ye(function (e, t) {
|
|
26493
26491
|
return e.visitCc_atom ? e.visitCc_atom(this) : e.visitChildren(this);
|
26494
26492
|
}
|
26495
26493
|
}
|
26496
|
-
r.Cc_atomContext =
|
26497
|
-
class
|
26494
|
+
r.Cc_atomContext = N;
|
26495
|
+
class A extends s.ParserRuleContext {
|
26498
26496
|
ControlChar() {
|
26499
26497
|
return this.tryGetToken(d.ControlChar, 0);
|
26500
26498
|
}
|
@@ -26538,7 +26536,7 @@ var eo = Ye(function (e, t) {
|
|
26538
26536
|
return e.visitShared_atom ? e.visitShared_atom(this) : e.visitChildren(this);
|
26539
26537
|
}
|
26540
26538
|
}
|
26541
|
-
r.Shared_atomContext =
|
26539
|
+
r.Shared_atomContext = A;
|
26542
26540
|
class w extends s.ParserRuleContext {
|
26543
26541
|
shared_literal() {
|
26544
26542
|
return this.tryGetRuleContext(0, R);
|
@@ -27733,8 +27731,8 @@ var eo = Ye(function (e, t) {
|
|
27733
27731
|
x = e(307),
|
27734
27732
|
_ = e(254),
|
27735
27733
|
S = e(352),
|
27736
|
-
|
27737
|
-
|
27734
|
+
N = e(257),
|
27735
|
+
A = e(316),
|
27738
27736
|
w = e(317),
|
27739
27737
|
O = e(318),
|
27740
27738
|
R = e(322),
|
@@ -27767,7 +27765,7 @@ var eo = Ye(function (e, t) {
|
|
27767
27765
|
if (null != n) return n;
|
27768
27766
|
}
|
27769
27767
|
}
|
27770
|
-
this.dfa = a, this.force_global_context ? i = !0 : this.always_try_local_context || (i = i || a.isContextSensitive), this.userWantsCtxSensitive = i || this.predictionMode !== O.PredictionMode.SLL && null != n && !this.atn.decisionToState[r].sll, null == n && (n =
|
27768
|
+
this.dfa = a, this.force_global_context ? i = !0 : this.always_try_local_context || (i = i || a.isContextSensitive), this.userWantsCtxSensitive = i || this.predictionMode !== O.PredictionMode.SLL && null != n && !this.atn.decisionToState[r].sll, null == n && (n = N.ParserRuleContext.emptyContext()), a.isEmpty || (o = this.getStartState(a, t, n, i)), null == o && (null == n && (n = N.ParserRuleContext.emptyContext()), e.debug && console.log("ATN decision " + a.decision + " exec LA(1)==" + this.getLookaheadName(t) + ", outerContext=" + n.toString(this._parser)), o = this.computeStartState(a, n, i));
|
27771
27769
|
let s = t.mark(),
|
27772
27770
|
l = t.index;
|
27773
27771
|
try {
|
@@ -27993,7 +27991,7 @@ var eo = Ye(function (e, t) {
|
|
27993
27991
|
if (o && l) {
|
27994
27992
|
d.clear(), n = this.skipTailCalls(n);
|
27995
27993
|
let e = this.getReturnState(n);
|
27996
|
-
if (null == s && (s = new b.IntegerList()), n = n.isEmpty ? void 0 : n.parent, s.add(e), e !==
|
27994
|
+
if (null == s && (s = new b.IntegerList()), n = n.isEmpty ? void 0 : n.parent, s.add(e), e !== A.PredictionContext.EMPTY_FULL_STATE_KEY) for (let t = 0; t < c.length; t++) c[t] = c[t].appendContext(e, a);
|
27997
27995
|
}
|
27998
27996
|
} while (o && l);
|
27999
27997
|
return d.isEmpty ? (this.setDFAEdge(r, i, h.ATNSimulator.ERROR), [h.ATNSimulator.ERROR, n]) : [this.addDFAEdge(t, r, i, s, d, a), n];
|
@@ -28014,13 +28012,13 @@ var eo = Ye(function (e, t) {
|
|
28014
28012
|
let i = e.atnStartState,
|
28015
28013
|
o = 0,
|
28016
28014
|
a = t,
|
28017
|
-
s = r ?
|
28015
|
+
s = r ? A.PredictionContext.EMPTY_FULL : A.PredictionContext.EMPTY_LOCAL,
|
28018
28016
|
l = new w.PredictionContextCache();
|
28019
28017
|
if (r) {
|
28020
|
-
if (!this.enable_global_context_dfa) for (; null != a;) a.isEmpty ? (o =
|
28018
|
+
if (!this.enable_global_context_dfa) for (; null != a;) a.isEmpty ? (o = A.PredictionContext.EMPTY_FULL_STATE_KEY, a = void 0) : (o = this.getReturnState(a), s = s.appendSingleContext(o, l), a = a.parent);
|
28021
28019
|
for (; null != n && n.isContextSensitive && null != a;) {
|
28022
28020
|
let e;
|
28023
|
-
if ((a = this.skipTailCalls(a)).isEmpty ? (e = n.getContextTarget(
|
28021
|
+
if ((a = this.skipTailCalls(a)).isEmpty ? (e = n.getContextTarget(A.PredictionContext.EMPTY_FULL_STATE_KEY), o = A.PredictionContext.EMPTY_FULL_STATE_KEY, a = void 0) : (o = this.getReturnState(a), e = n.getContextTarget(o), s = s.appendSingleContext(o, l), a = a.parent), null == e) break;
|
28024
28022
|
n = e;
|
28025
28023
|
}
|
28026
28024
|
}
|
@@ -28046,7 +28044,7 @@ var eo = Ye(function (e, t) {
|
|
28046
28044
|
if (null == n ? e.isPrecedenceDfa ? (u = this.applyPrecedenceFilter(u, t, l), y = this.addDFAState(e, u, l), e.setPrecedenceStartState(this._parser.precedence, r, y)) : (y = this.addDFAState(e, u, l), r ? e.s0full ? y = e.s0full : e.s0full = y : e.s0 ? y = e.s0 : e.s0 = y) : (e.isPrecedenceDfa && (u = this.applyPrecedenceFilter(u, t, l)), y = this.addDFAState(e, u, l), n.setContextTarget(o, y)), n = y, !r || !g) break;
|
28047
28045
|
y.setContextSensitive(this.atn), u.clear(), a = this.skipTailCalls(a);
|
28048
28046
|
let v = this.getReturnState(a);
|
28049
|
-
a = a.isEmpty ? void 0 : a.parent, v !==
|
28047
|
+
a = a.isEmpty ? void 0 : a.parent, v !== A.PredictionContext.EMPTY_FULL_STATE_KEY && (s = s.appendSingleContext(v, l)), o = v;
|
28050
28048
|
}
|
28051
28049
|
return new I.SimulatorState(t, n, r, a);
|
28052
28050
|
}
|
@@ -28124,7 +28122,7 @@ var eo = Ye(function (e, t) {
|
|
28124
28122
|
closureImpl(t, r, n, i, o, s, l, u, p) {
|
28125
28123
|
if (e.debug && console.log("closure(" + t.toString(this._parser, !0) + ")"), t.state instanceof R.RuleStopState) if (t.context.isEmpty) {
|
28126
28124
|
if (!s) return void r.add(t, l);
|
28127
|
-
e.debug && console.log("FALLING off rule " + this.getRuleName(t.state.ruleIndex)), t.context ===
|
28125
|
+
e.debug && console.log("FALLING off rule " + this.getRuleName(t.state.ruleIndex)), t.context === A.PredictionContext.EMPTY_FULL ? t = t.transform(t.state, !1, A.PredictionContext.EMPTY_LOCAL) : !t.reachesIntoOuterContext && A.PredictionContext.isEmptyLocal(t.context) && r.add(t, l);
|
28128
28126
|
} else {
|
28129
28127
|
let e = t.context.hasEmpty,
|
28130
28128
|
a = t.context.size - (e ? 1 : 0);
|
@@ -28135,7 +28133,7 @@ var eo = Ye(function (e, t) {
|
|
28135
28133
|
d.outerContextDepth = t.outerContextDepth, d.isPrecedenceFilterSuppressed = t.isPrecedenceFilterSuppressed, this.closureImpl(d, r, n, i, o, s, l, u - 1, p);
|
28136
28134
|
}
|
28137
28135
|
if (!e || !s) return;
|
28138
|
-
t = t.transform(t.state, !1,
|
28136
|
+
t = t.transform(t.state, !1, A.PredictionContext.EMPTY_LOCAL);
|
28139
28137
|
}
|
28140
28138
|
let h = t.state;
|
28141
28139
|
h.onlyHasEpsilonTransitions || (r.add(t, l), e.debug && console.log("added config " + r));
|
@@ -28161,7 +28159,7 @@ var eo = Ye(function (e, t) {
|
|
28161
28159
|
if (t.state instanceof R.RuleStopState) {
|
28162
28160
|
if (null != this.dfa && this.dfa.isPrecedenceDfa && f.outermostPrecedenceReturn === this.dfa.atnStartState.ruleIndex && (y.isPrecedenceFilterSuppressed = !0), y.outerContextDepth = y.outerContextDepth + 1, !i.add(y)) continue;
|
28163
28161
|
a--, e.debug && console.log("dips into outer ctx: " + y);
|
28164
|
-
} else if (f instanceof P.RuleTransition) !this.optimize_tail_calls || !f.optimizedTailCall || this.tail_call_preserves_sll &&
|
28162
|
+
} else if (f instanceof P.RuleTransition) !this.optimize_tail_calls || !f.optimizedTailCall || this.tail_call_preserves_sll && A.PredictionContext.isEmptyLocal(t.context) ? a >= 0 && a++ : 0 === a && (a--, !this.tail_call_preserves_sll && A.PredictionContext.isEmptyLocal(t.context) && (y.outerContextDepth = y.outerContextDepth + 1));else if (!f.isEpsilon && !i.add(y)) continue;
|
28165
28163
|
this.closureImpl(y, r, n, i, m, s, l, a, p);
|
28166
28164
|
}
|
28167
28165
|
}
|
@@ -28212,7 +28210,7 @@ var eo = Ye(function (e, t) {
|
|
28212
28210
|
e.debug && console.log("CALL rule " + this.getRuleName(r.target.ruleIndex) + ", ctx=" + t.context);
|
28213
28211
|
let i,
|
28214
28212
|
o = r.followState;
|
28215
|
-
return i = !this.optimize_tail_calls || !r.optimizedTailCall || this.tail_call_preserves_sll &&
|
28213
|
+
return i = !this.optimize_tail_calls || !r.optimizedTailCall || this.tail_call_preserves_sll && A.PredictionContext.isEmptyLocal(t.context) ? null != n ? n.getChild(t.context, o.stateNumber) : t.context.getChild(o.stateNumber) : t.context, t.transform(r.target, !1, i);
|
28216
28214
|
}
|
28217
28215
|
isConflicted(t, r) {
|
28218
28216
|
if (t.uniqueAlt !== u.ATN.INVALID_ALT_NUMBER || t.size <= 1) return;
|
@@ -28339,7 +28337,7 @@ var eo = Ye(function (e, t) {
|
|
28339
28337
|
let s = r,
|
28340
28338
|
l = this.addDFAState(t, o, a);
|
28341
28339
|
if (null != i) for (let e of i.toArray()) {
|
28342
|
-
if (e ===
|
28340
|
+
if (e === A.PredictionContext.EMPTY_FULL_STATE_KEY && s.configs.isOutermostConfigSet) continue;
|
28343
28341
|
s.setContextSensitive(this.atn), s.setContextSymbol(n);
|
28344
28342
|
let r = s.getContextTarget(e);
|
28345
28343
|
null == r ? (r = this.addDFAContextState(t, s.configs, e, a), s.setContextTarget(e, r), s = r) : s = r;
|
@@ -28350,7 +28348,7 @@ var eo = Ye(function (e, t) {
|
|
28350
28348
|
null != e && e.setTarget(t, r);
|
28351
28349
|
}
|
28352
28350
|
addDFAContextState(e, t, r, n) {
|
28353
|
-
if (r !==
|
28351
|
+
if (r !== A.PredictionContext.EMPTY_FULL_STATE_KEY) {
|
28354
28352
|
let i = new p.ATNConfigSet();
|
28355
28353
|
for (let e of t) i.add(e.appendContext(r, n));
|
28356
28354
|
return this.addDFAState(e, i, n);
|
@@ -28411,7 +28409,7 @@ var eo = Ye(function (e, t) {
|
|
28411
28409
|
}
|
28412
28410
|
}
|
28413
28411
|
getReturnState(e) {
|
28414
|
-
return e.isEmpty ?
|
28412
|
+
return e.isEmpty ? A.PredictionContext.EMPTY_FULL_STATE_KEY : this.atn.states[e.invokingState].transition(0).followState.stateNumber;
|
28415
28413
|
}
|
28416
28414
|
skipTailCalls(e) {
|
28417
28415
|
if (!this.optimize_tail_calls) return e;
|
@@ -28820,10 +28818,10 @@ var eo = Ye(function (e, t) {
|
|
28820
28818
|
o = new S(o), this._ctx = o, l = o, this.state = 77, this.match(m.OPEN_CURLY_BRACKET), this.state = 79, this._errHandler.sync(this), (t = this._input.LA(1)) !== m.IDENTIFIER && t !== m.STRING || (this.state = 78, this.keyValuePairList()), this.state = 81, this.match(m.CLOSE_CURLY_BRACKET);
|
28821
28819
|
break;
|
28822
28820
|
case m.NUMBER:
|
28823
|
-
o = new
|
28821
|
+
o = new N(o), this._ctx = o, l = o, this.state = 82, this.match(m.NUMBER);
|
28824
28822
|
break;
|
28825
28823
|
case m.STRING:
|
28826
|
-
o = new
|
28824
|
+
o = new A(o), this._ctx = o, l = o, this.state = 83, this.match(m.STRING);
|
28827
28825
|
break;
|
28828
28826
|
case m.IDENTIFIER:
|
28829
28827
|
o = new w(o), this._ctx = o, l = o, this.state = 84, this.match(m.IDENTIFIER);
|
@@ -29295,7 +29293,7 @@ var eo = Ye(function (e, t) {
|
|
29295
29293
|
}
|
29296
29294
|
}
|
29297
29295
|
r.JsonCreationExpContext = S;
|
29298
|
-
class
|
29296
|
+
class N extends E {
|
29299
29297
|
NUMBER() {
|
29300
29298
|
return this.getToken(m.NUMBER, 0);
|
29301
29299
|
}
|
@@ -29312,8 +29310,8 @@ var eo = Ye(function (e, t) {
|
|
29312
29310
|
return e.visitNumericAtom ? e.visitNumericAtom(this) : e.visitChildren(this);
|
29313
29311
|
}
|
29314
29312
|
}
|
29315
|
-
r.NumericAtomContext =
|
29316
|
-
class
|
29313
|
+
r.NumericAtomContext = N;
|
29314
|
+
class A extends E {
|
29317
29315
|
STRING() {
|
29318
29316
|
return this.getToken(m.STRING, 0);
|
29319
29317
|
}
|
@@ -29330,7 +29328,7 @@ var eo = Ye(function (e, t) {
|
|
29330
29328
|
return e.visitStringAtom ? e.visitStringAtom(this) : e.visitChildren(this);
|
29331
29329
|
}
|
29332
29330
|
}
|
29333
|
-
r.StringAtomContext =
|
29331
|
+
r.StringAtomContext = A;
|
29334
29332
|
class w extends E {
|
29335
29333
|
IDENTIFIER() {
|
29336
29334
|
return this.getToken(m.IDENTIFIER, 0);
|
@@ -30890,8 +30888,8 @@ var eo = Ye(function (e, t) {
|
|
30890
30888
|
x = p.NOTATION_NODE = 12,
|
30891
30889
|
_ = {},
|
30892
30890
|
S = {},
|
30893
|
-
|
30894
|
-
|
30891
|
+
N = (_.INDEX_SIZE_ERR = (S[1] = "Index size error", 1), _.DOMSTRING_SIZE_ERR = (S[2] = "DOMString size error", 2), _.HIERARCHY_REQUEST_ERR = (S[3] = "Hierarchy request error", 3)),
|
30892
|
+
A = (_.WRONG_DOCUMENT_ERR = (S[4] = "Wrong document", 4), _.INVALID_CHARACTER_ERR = (S[5] = "Invalid character", 5), _.NO_DATA_ALLOWED_ERR = (S[6] = "No data allowed", 6), _.NO_MODIFICATION_ALLOWED_ERR = (S[7] = "No modification allowed", 7), _.NOT_FOUND_ERR = (S[8] = "Not found", 8)),
|
30895
30893
|
w = (_.NOT_SUPPORTED_ERR = (S[9] = "Not supported", 9), _.INUSE_ATTRIBUTE_ERR = (S[10] = "Attribute in use", 10));
|
30896
30894
|
function O(e, t) {
|
30897
30895
|
if (t instanceof Error) var r = t;else r = this, Error.call(this, S[e]), this.message = S[e], Error.captureStackTrace && Error.captureStackTrace(this, O);
|
@@ -30923,7 +30921,7 @@ var eo = Ye(function (e, t) {
|
|
30923
30921
|
}
|
30924
30922
|
function M(e, t, r) {
|
30925
30923
|
var n = I(t, r);
|
30926
|
-
if (!(n >= 0)) throw new O(
|
30924
|
+
if (!(n >= 0)) throw new O(A, new Error(e.tagName + "@" + r));
|
30927
30925
|
for (var i = t.length - 1; n < i;) t[n] = t[++n];
|
30928
30926
|
if (t.length = i, e) {
|
30929
30927
|
var o = e.ownerDocument;
|
@@ -30990,41 +30988,41 @@ var eo = Ye(function (e, t) {
|
|
30990
30988
|
o = t.childNodes || [];
|
30991
30989
|
if (t.nodeType === F.DOCUMENT_FRAGMENT_NODE) {
|
30992
30990
|
var a = o.filter(W);
|
30993
|
-
if (a.length > 1 || i(o, $)) throw new O(
|
30994
|
-
if (1 === a.length && !K(e, r)) throw new O(
|
30991
|
+
if (a.length > 1 || i(o, $)) throw new O(N, "More than one element or text in fragment");
|
30992
|
+
if (1 === a.length && !K(e, r)) throw new O(N, "Element in fragment can not be inserted before doctype");
|
30995
30993
|
}
|
30996
|
-
if (W(t) && !K(e, r)) throw new O(
|
30994
|
+
if (W(t) && !K(e, r)) throw new O(N, "Only one element can be added and only after doctype");
|
30997
30995
|
if (G(t)) {
|
30998
30996
|
if (i(n, function (e) {
|
30999
30997
|
return G(e) && e !== r;
|
31000
|
-
})) throw new O(
|
30998
|
+
})) throw new O(N, "Only one doctype is allowed");
|
31001
30999
|
var s = i(n, W);
|
31002
|
-
if (r && n.indexOf(s) < n.indexOf(r)) throw new O(
|
31000
|
+
if (r && n.indexOf(s) < n.indexOf(r)) throw new O(N, "Doctype can only be inserted before an element");
|
31003
31001
|
}
|
31004
31002
|
}
|
31005
31003
|
function X(e, t, r, n) {
|
31006
31004
|
((function (e, t, r) {
|
31007
31005
|
if (!function (e) {
|
31008
31006
|
return e && (e.nodeType === F.DOCUMENT_NODE || e.nodeType === F.DOCUMENT_FRAGMENT_NODE || e.nodeType === F.ELEMENT_NODE);
|
31009
|
-
}(e)) throw new O(
|
31010
|
-
if (r && r.parentNode !== e) throw new O(
|
31007
|
+
}(e)) throw new O(N, "Unexpected parent node type " + e.nodeType);
|
31008
|
+
if (r && r.parentNode !== e) throw new O(A, "child not in parent");
|
31011
31009
|
if (!function (e) {
|
31012
31010
|
return e && (W(e) || $(e) || G(e) || e.nodeType === F.DOCUMENT_FRAGMENT_NODE || e.nodeType === F.COMMENT_NODE || e.nodeType === F.PROCESSING_INSTRUCTION_NODE);
|
31013
|
-
}(t) || G(t) && e.nodeType !== F.DOCUMENT_NODE) throw new O(
|
31011
|
+
}(t) || G(t) && e.nodeType !== F.DOCUMENT_NODE) throw new O(N, "Unexpected node type " + t.nodeType + " for parent node type " + e.nodeType);
|
31014
31012
|
}))(e, t, r), e.nodeType === F.DOCUMENT_NODE && (n || function (e, t, r) {
|
31015
31013
|
var n = e.childNodes || [],
|
31016
31014
|
o = t.childNodes || [];
|
31017
31015
|
if (t.nodeType === F.DOCUMENT_FRAGMENT_NODE) {
|
31018
31016
|
var a = o.filter(W);
|
31019
|
-
if (a.length > 1 || i(o, $)) throw new O(
|
31020
|
-
if (1 === a.length && !Y(e, r)) throw new O(
|
31017
|
+
if (a.length > 1 || i(o, $)) throw new O(N, "More than one element or text in fragment");
|
31018
|
+
if (1 === a.length && !Y(e, r)) throw new O(N, "Element in fragment can not be inserted before doctype");
|
31021
31019
|
}
|
31022
|
-
if (W(t) && !Y(e, r)) throw new O(
|
31020
|
+
if (W(t) && !Y(e, r)) throw new O(N, "Only one element can be added and only after doctype");
|
31023
31021
|
if (G(t)) {
|
31024
|
-
if (i(n, G)) throw new O(
|
31022
|
+
if (i(n, G)) throw new O(N, "Only one doctype is allowed");
|
31025
31023
|
var s = i(n, W);
|
31026
|
-
if (r && n.indexOf(s) < n.indexOf(r)) throw new O(
|
31027
|
-
if (!r && s) throw new O(
|
31024
|
+
if (r && n.indexOf(s) < n.indexOf(r)) throw new O(N, "Doctype can only be inserted before an element");
|
31025
|
+
if (!r && s) throw new O(N, "Doctype can not be appended since element is present");
|
31028
31026
|
}
|
31029
31027
|
})(e, t, r);
|
31030
31028
|
var o = t.parentNode;
|
@@ -31109,22 +31107,22 @@ var eo = Ye(function (e, t) {
|
|
31109
31107
|
}
|
31110
31108
|
}
|
31111
31109
|
t.push("<", c);
|
31112
|
-
for (var S = 0; S < s; S++) "xmlns" == (
|
31113
|
-
prefix:
|
31114
|
-
namespace:
|
31115
|
-
}) : "xmlns" ==
|
31110
|
+
for (var S = 0; S < s; S++) "xmlns" == (N = a.item(S)).prefix ? i.push({
|
31111
|
+
prefix: N.localName,
|
31112
|
+
namespace: N.value
|
31113
|
+
}) : "xmlns" == N.nodeName && i.push({
|
31116
31114
|
prefix: "",
|
31117
|
-
namespace:
|
31115
|
+
namespace: N.value
|
31118
31116
|
});
|
31119
31117
|
for (S = 0; S < s; S++) {
|
31120
|
-
var
|
31121
|
-
pe(
|
31122
|
-
prefix:
|
31118
|
+
var N, A, w;
|
31119
|
+
pe(N = a.item(S), 0, i) && (he(t, (A = N.prefix || "") ? "xmlns:" + A : "xmlns", w = N.namespaceURI), i.push({
|
31120
|
+
prefix: A,
|
31123
31121
|
namespace: w
|
31124
|
-
})), de(
|
31122
|
+
})), de(N, t, r, n, i);
|
31125
31123
|
}
|
31126
|
-
if (u === c && pe(e, 0, i) && (he(t, (
|
31127
|
-
prefix:
|
31124
|
+
if (u === c && pe(e, 0, i) && (he(t, (A = e.prefix || "") ? "xmlns:" + A : "xmlns", w = e.namespaceURI), i.push({
|
31125
|
+
prefix: A,
|
31128
31126
|
namespace: w
|
31129
31127
|
})), l || r && !/^(?:meta|link|img|br|hr|input)$/i.test(u)) {
|
31130
31128
|
if (t.push(">"), r && /^script$/i.test(u)) for (; l;) l.data ? t.push(l.data) : de(l, t, r, n, i.slice()), l = l.nextSibling;else for (; l;) de(l, t, r, n, i.slice()), l = l.nextSibling;
|
@@ -31500,7 +31498,7 @@ var eo = Ye(function (e, t) {
|
|
31500
31498
|
this.replaceData(e, 0, t);
|
31501
31499
|
},
|
31502
31500
|
appendChild: function (e) {
|
31503
|
-
throw new Error(S[
|
31501
|
+
throw new Error(S[N]);
|
31504
31502
|
},
|
31505
31503
|
deleteData: function (e, t) {
|
31506
31504
|
this.replaceData(e, t, "");
|
@@ -32020,9 +32018,9 @@ var eo = Ye(function (e, t) {
|
|
32020
32018
|
var S = e.indexOf("<", _);
|
32021
32019
|
if (S < 0) {
|
32022
32020
|
if (!e.substr(_).match(/^\s*$/)) {
|
32023
|
-
var
|
32024
|
-
|
32025
|
-
|
32021
|
+
var N = i.doc,
|
32022
|
+
A = N.createTextNode(e.substr(_));
|
32023
|
+
N.appendChild(A), i.currentElement = A;
|
32026
32024
|
}
|
32027
32025
|
return;
|
32028
32026
|
}
|
@@ -41496,19 +41494,19 @@ var eo = Ye(function (e, t) {
|
|
41496
41494
|
} : t;
|
41497
41495
|
}
|
41498
41496
|
function S() {
|
41499
|
-
return I("(") ?
|
41497
|
+
return I("(") ? N() : w();
|
41500
41498
|
}
|
41501
|
-
function
|
41499
|
+
function N() {
|
41502
41500
|
F("(");
|
41503
41501
|
var t = _();
|
41504
41502
|
F(")");
|
41505
|
-
for (var r, n = []; r =
|
41503
|
+
for (var r, n = []; r = A();) n.push(r);
|
41506
41504
|
return n.length ? t.type === e ? (t.parts = t.parts.concat(n), t) : (n.unshift(t), {
|
41507
41505
|
type: e,
|
41508
41506
|
parts: n
|
41509
41507
|
}) : t;
|
41510
41508
|
}
|
41511
|
-
function
|
41509
|
+
function A() {
|
41512
41510
|
return I("[") ? function () {
|
41513
41511
|
F("[");
|
41514
41512
|
var e = function () {
|
@@ -41540,7 +41538,7 @@ var eo = Ye(function (e, t) {
|
|
41540
41538
|
type: n,
|
41541
41539
|
arg: e
|
41542
41540
|
};
|
41543
|
-
}() : I("(") ?
|
41541
|
+
}() : I("(") ? N() : void 0;
|
41544
41542
|
}
|
41545
41543
|
function w() {
|
41546
41544
|
D() || G(z());
|
@@ -41554,7 +41552,7 @@ var eo = Ye(function (e, t) {
|
|
41554
41552
|
type: r,
|
41555
41553
|
selector: i,
|
41556
41554
|
prop: n
|
41557
|
-
}) :
|
41555
|
+
}) : A();) l.push(s);
|
41558
41556
|
return {
|
41559
41557
|
type: e,
|
41560
41558
|
fromRoot: a,
|
@@ -41844,7 +41842,7 @@ var eo = Ye(function (e, t) {
|
|
41844
41842
|
a = f(),
|
41845
41843
|
s = f(),
|
41846
41844
|
l = f();
|
41847
|
-
t.push(i, "= [];", o, "= 0;", a, "=", n, ".length;", "while(", o, "<", a, ") {", l, "=", n, "[", o, "++];"), C(e.arg, s, l), t.push(
|
41845
|
+
t.push(i, "= [];", o, "= 0;", a, "=", n, ".length;", "while(", o, "<", a, ") {", l, "=", n, "[", o, "++];"), C(e.arg, s, l), t.push(N(e.arg, s), "&&", i, ".push(", l, ");", "}", r, "=", i, ";"), m(i, o, a, l, s);
|
41848
41846
|
}
|
41849
41847
|
function b(e, r, n) {
|
41850
41848
|
var i,
|
@@ -41907,7 +41905,7 @@ var eo = Ye(function (e, t) {
|
|
41907
41905
|
var i = f(),
|
41908
41906
|
o = f(),
|
41909
41907
|
a = e.args;
|
41910
|
-
C(a[0], i, n), C(a[1], o, n), t.push(r, "=", I[e.op](
|
41908
|
+
C(a[0], i, n), C(a[1], o, n), t.push(r, "=", I[e.op](A(a[0], i), A(a[1], o)), ";"), m(i, o);
|
41911
41909
|
}(c, h, d);
|
41912
41910
|
break;
|
41913
41911
|
case o:
|
@@ -41919,11 +41917,11 @@ var eo = Ye(function (e, t) {
|
|
41919
41917
|
l = 0;
|
41920
41918
|
switch (t.push(r, "= false;"), e.op) {
|
41921
41919
|
case "&&":
|
41922
|
-
for (; l < s;) o.push(i = f()), C(a[l], i, n), t.push("if(",
|
41920
|
+
for (; l < s;) o.push(i = f()), C(a[l], i, n), t.push("if(", N(a[l++], i), ") {");
|
41923
41921
|
t.push(r, "= true;");
|
41924
41922
|
break;
|
41925
41923
|
case "||":
|
41926
|
-
for (; l < s;) o.push(i = f()), C(a[l], i, n), t.push("if(",
|
41924
|
+
for (; l < s;) o.push(i = f()), C(a[l], i, n), t.push("if(", N(a[l], i), ") {", r, "= true;", "}"), 1 + l++ < s && t.push("else {");
|
41927
41925
|
--s;
|
41928
41926
|
}
|
41929
41927
|
for (; s--;) t.push("}");
|
@@ -41936,10 +41934,10 @@ var eo = Ye(function (e, t) {
|
|
41936
41934
|
o = e.arg;
|
41937
41935
|
switch (C(o, i, n), e.op) {
|
41938
41936
|
case "!":
|
41939
|
-
t.push(r, "= !",
|
41937
|
+
t.push(r, "= !", N(o, i) + ";");
|
41940
41938
|
break;
|
41941
41939
|
case "-":
|
41942
|
-
t.push(r, "= -",
|
41940
|
+
t.push(r, "= -", A(o, i) + ";");
|
41943
41941
|
}
|
41944
41942
|
m(i);
|
41945
41943
|
}(c, h, d);
|
@@ -41965,7 +41963,7 @@ var eo = Ye(function (e, t) {
|
|
41965
41963
|
function S(e, r) {
|
41966
41964
|
t.push(e, ".length?", e, ".push(", r, ") :", e, "[0] =", r);
|
41967
41965
|
}
|
41968
|
-
function
|
41966
|
+
function N(t, r) {
|
41969
41967
|
switch (t.type) {
|
41970
41968
|
case o:
|
41971
41969
|
return r;
|
@@ -41977,7 +41975,7 @@ var eo = Ye(function (e, t) {
|
|
41977
41975
|
return ["(typeof ", r, '=== "boolean"?', r, ":", "isArr(", r, ")?", r, ".length > 0 : !!", r, ")"].join("");
|
41978
41976
|
}
|
41979
41977
|
}
|
41980
|
-
function
|
41978
|
+
function A(t, r) {
|
41981
41979
|
switch (t.type) {
|
41982
41980
|
case p:
|
41983
41981
|
return r;
|
@@ -42191,11 +42189,11 @@ var eo = Ye(function (e, t) {
|
|
42191
42189
|
return C(e);
|
42192
42190
|
}, T.working = "undefined" != typeof ArrayBuffer && T(new ArrayBuffer()), r.isArrayBuffer = E, x.working = "undefined" != typeof ArrayBuffer && "undefined" != typeof DataView && x(new DataView(new ArrayBuffer(1), 0, 1)), r.isDataView = _;
|
42193
42191
|
var S = "undefined" != typeof SharedArrayBuffer ? SharedArrayBuffer : void 0;
|
42194
|
-
function
|
42192
|
+
function N(e) {
|
42195
42193
|
return "[object SharedArrayBuffer]" === c(e);
|
42196
42194
|
}
|
42197
|
-
function
|
42198
|
-
return void 0 !== S && (void 0 ===
|
42195
|
+
function A(e) {
|
42196
|
+
return void 0 !== S && (void 0 === N.working && (N.working = N(new S())), N.working ? N(e) : e instanceof S);
|
42199
42197
|
}
|
42200
42198
|
function w(e) {
|
42201
42199
|
return y(e, p);
|
@@ -42212,7 +42210,7 @@ var eo = Ye(function (e, t) {
|
|
42212
42210
|
function L(e) {
|
42213
42211
|
return u && y(e, m);
|
42214
42212
|
}
|
42215
|
-
r.isSharedArrayBuffer =
|
42213
|
+
r.isSharedArrayBuffer = A, r.isAsyncFunction = function (e) {
|
42216
42214
|
return "[object AsyncFunction]" === c(e);
|
42217
42215
|
}, r.isMapIterator = function (e) {
|
42218
42216
|
return "[object Map Iterator]" === c(e);
|
@@ -42225,7 +42223,7 @@ var eo = Ye(function (e, t) {
|
|
42225
42223
|
}, r.isNumberObject = w, r.isStringObject = O, r.isBooleanObject = R, r.isBigIntObject = P, r.isSymbolObject = L, r.isBoxedPrimitive = function (e) {
|
42226
42224
|
return w(e) || O(e) || R(e) || P(e) || L(e);
|
42227
42225
|
}, r.isAnyArrayBuffer = function (e) {
|
42228
|
-
return "undefined" != typeof Uint8Array && (E(e) ||
|
42226
|
+
return "undefined" != typeof Uint8Array && (E(e) || A(e));
|
42229
42227
|
}, ["isProxy", "isExternal", "isModuleNamespaceObject"].forEach(function (e) {
|
42230
42228
|
Object.defineProperty(r, e, {
|
42231
42229
|
enumerable: !1,
|
@@ -45392,11 +45390,11 @@ var go = /^([a-z0-9.+-]+:)/i,
|
|
45392
45390
|
xo = ["/", "?", "#"],
|
45393
45391
|
_o = /^[+a-z0-9A-Z_-]{0,63}$/,
|
45394
45392
|
So = /^([+a-z0-9A-Z_-]{0,63})(.*)$/,
|
45395
|
-
|
45393
|
+
No = {
|
45396
45394
|
javascript: !0,
|
45397
45395
|
"javascript:": !0
|
45398
45396
|
},
|
45399
|
-
|
45397
|
+
Ao = {
|
45400
45398
|
http: !0,
|
45401
45399
|
https: !0,
|
45402
45400
|
ftp: !0,
|
@@ -45420,7 +45418,7 @@ yo.prototype.parse = function (e, t) {
|
|
45420
45418
|
if (l) return this.pathname = l[1], l[2] && (this.search = l[2]), this;
|
45421
45419
|
}
|
45422
45420
|
var u = go.exec(s);
|
45423
|
-
if (u && (i = (u = u[0]).toLowerCase(), this.protocol = u, s = s.substr(u.length)), (t || u || s.match(/^\/\/[^@\/]+@[^@\/]+/)) && (!(a = "//" === s.substr(0, 2)) || u &&
|
45421
|
+
if (u && (i = (u = u[0]).toLowerCase(), this.protocol = u, s = s.substr(u.length)), (t || u || s.match(/^\/\/[^@\/]+@[^@\/]+/)) && (!(a = "//" === s.substr(0, 2)) || u && No[u] || (s = s.substr(2), this.slashes = !0)), !No[u] && (a || u && !Ao[u])) {
|
45424
45422
|
var c,
|
45425
45423
|
p,
|
45426
45424
|
h = -1;
|
@@ -45451,7 +45449,7 @@ yo.prototype.parse = function (e, t) {
|
|
45451
45449
|
var x = s.indexOf("#");
|
45452
45450
|
-1 !== x && (this.hash = s.substr(x), s = s.slice(0, x));
|
45453
45451
|
var _ = s.indexOf("?");
|
45454
|
-
return -1 !== _ && (this.search = s.substr(_), s = s.slice(0, _)), s && (this.pathname = s),
|
45452
|
+
return -1 !== _ && (this.search = s.substr(_), s = s.slice(0, _)), s && (this.pathname = s), Ao[i] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
45455
45453
|
}, yo.prototype.parseHost = function (e) {
|
45456
45454
|
var t = vo.exec(e);
|
45457
45455
|
t && (":" !== (t = t[0]) && (this.port = t.substr(1)), e = e.substr(0, e.length - t.length)), e && (this.hostname = e);
|
@@ -46004,7 +46002,7 @@ function Sa(e, t) {
|
|
46004
46002
|
var r, n, i, o;
|
46005
46003
|
return n = e.bMarks[t] + e.tShift[t], i = e.eMarks[t], 42 !== (r = e.src.charCodeAt(n++)) && 45 !== r && 43 !== r || n < i && (o = e.src.charCodeAt(n), !_a(o)) ? -1 : n;
|
46006
46004
|
}
|
46007
|
-
function
|
46005
|
+
function Na(e, t) {
|
46008
46006
|
var r,
|
46009
46007
|
n = e.bMarks[t] + e.tShift[t],
|
46010
46008
|
i = n,
|
@@ -46021,7 +46019,7 @@ function Aa(e, t) {
|
|
46021
46019
|
}
|
46022
46020
|
return i < o && (r = e.src.charCodeAt(i), !_a(r)) ? -1 : i;
|
46023
46021
|
}
|
46024
|
-
var
|
46022
|
+
var Aa = ko.normalizeReference,
|
46025
46023
|
wa = ko.isSpace,
|
46026
46024
|
Oa = "<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",
|
46027
46025
|
Ra = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",
|
@@ -46184,12 +46182,12 @@ var Ua = Ma,
|
|
46184
46182
|
x,
|
46185
46183
|
_ = e.lineMax,
|
46186
46184
|
S = e.bMarks[t] + e.tShift[t],
|
46187
|
-
|
46185
|
+
N = e.eMarks[t];
|
46188
46186
|
if (e.sCount[t] - e.blkIndent >= 4) return !1;
|
46189
46187
|
if (62 !== e.src.charCodeAt(S++)) return !1;
|
46190
46188
|
if (n) return !0;
|
46191
|
-
for (s = h = e.sCount[t] + 1, 32 === e.src.charCodeAt(S) ? (S++, s++, h++, i = !1, b = !0) : 9 === e.src.charCodeAt(S) ? (b = !0, (e.bsCount[t] + h) % 4 == 3 ? (S++, s++, h++, i = !1) : i = !0) : b = !1, d = [e.bMarks[t]], e.bMarks[t] = S; S <
|
46192
|
-
for (f = [e.bsCount[t]], e.bsCount[t] = e.sCount[t] + 1 + (b ? 1 : 0), u = S >=
|
46189
|
+
for (s = h = e.sCount[t] + 1, 32 === e.src.charCodeAt(S) ? (S++, s++, h++, i = !1, b = !0) : 9 === e.src.charCodeAt(S) ? (b = !0, (e.bsCount[t] + h) % 4 == 3 ? (S++, s++, h++, i = !1) : i = !0) : b = !1, d = [e.bMarks[t]], e.bMarks[t] = S; S < N && (o = e.src.charCodeAt(S), Ea(o));) 9 === o ? h += 4 - (h + e.bsCount[t] + (i ? 1 : 0)) % 4 : h++, S++;
|
46190
|
+
for (f = [e.bsCount[t]], e.bsCount[t] = e.sCount[t] + 1 + (b ? 1 : 0), u = S >= N, g = [e.sCount[t]], e.sCount[t] = h - s, v = [e.tShift[t]], e.tShift[t] = S - e.bMarks[t], T = e.md.block.ruler.getRules("blockquote"), y = e.parentType, e.parentType = "blockquote", p = t + 1; p < r && (x = e.sCount[p] < e.blkIndent, !((S = e.bMarks[p] + e.tShift[p]) >= (N = e.eMarks[p]))); p++) if (62 !== e.src.charCodeAt(S++) || x) {
|
46193
46191
|
if (u) break;
|
46194
46192
|
for (C = !1, a = 0, l = T.length; a < l; a++) if (T[a](e, p, r, !0)) {
|
46195
46193
|
C = !0;
|
@@ -46201,8 +46199,8 @@ var Ua = Ma,
|
|
46201
46199
|
}
|
46202
46200
|
d.push(e.bMarks[p]), f.push(e.bsCount[p]), v.push(e.tShift[p]), g.push(e.sCount[p]), e.sCount[p] = -1;
|
46203
46201
|
} else {
|
46204
|
-
for (s = h = e.sCount[p] + 1, 32 === e.src.charCodeAt(S) ? (S++, s++, h++, i = !1, b = !0) : 9 === e.src.charCodeAt(S) ? (b = !0, (e.bsCount[p] + h) % 4 == 3 ? (S++, s++, h++, i = !1) : i = !0) : b = !1, d.push(e.bMarks[p]), e.bMarks[p] = S; S <
|
46205
|
-
u = S >=
|
46202
|
+
for (s = h = e.sCount[p] + 1, 32 === e.src.charCodeAt(S) ? (S++, s++, h++, i = !1, b = !0) : 9 === e.src.charCodeAt(S) ? (b = !0, (e.bsCount[p] + h) % 4 == 3 ? (S++, s++, h++, i = !1) : i = !0) : b = !1, d.push(e.bMarks[p]), e.bMarks[p] = S; S < N && (o = e.src.charCodeAt(S), Ea(o));) 9 === o ? h += 4 - (h + e.bsCount[p] + (i ? 1 : 0)) % 4 : h++, S++;
|
46203
|
+
u = S >= N, f.push(e.bsCount[p]), e.bsCount[p] = e.sCount[p] + 1 + (b ? 1 : 0), g.push(e.sCount[p]), e.sCount[p] = h - s, v.push(e.tShift[p]), e.tShift[p] = S - e.bMarks[p];
|
46206
46204
|
}
|
46207
46205
|
for (m = e.blkIndent, e.blkIndent = 0, (E = e.push("blockquote_open", "blockquote", 1)).markup = ">", E.map = c = [t, 0], e.md.block.tokenize(e, t, p), (E = e.push("blockquote_close", "blockquote", -1)).markup = ">", e.lineMax = _, e.parentType = y, c[1] = e.line, a = 0; a < v.length; a++) e.bMarks[a + t] = d[a], e.tShift[a + t] = v[a], e.sCount[a + t] = g[a], e.bsCount[a + t] = f[a];
|
46208
46206
|
return e.blkIndent = m, !0;
|
@@ -46243,8 +46241,8 @@ var Ua = Ma,
|
|
46243
46241
|
x,
|
46244
46242
|
_,
|
46245
46243
|
S,
|
46246
|
-
A,
|
46247
46244
|
N,
|
46245
|
+
A,
|
46248
46246
|
w,
|
46249
46247
|
O,
|
46250
46248
|
R,
|
@@ -46253,23 +46251,23 @@ var Ua = Ma,
|
|
46253
46251
|
k = !0;
|
46254
46252
|
if (e.sCount[t] - e.blkIndent >= 4) return !1;
|
46255
46253
|
if (e.listIndent >= 0 && e.sCount[t] - e.listIndent >= 4 && e.sCount[t] < e.blkIndent) return !1;
|
46256
|
-
if (n && "paragraph" === e.parentType && e.sCount[t] >= e.blkIndent && (L = !0), (
|
46257
|
-
if (c = !0, w = e.bMarks[t] + e.tShift[t], y = Number(e.src.slice(w,
|
46254
|
+
if (n && "paragraph" === e.parentType && e.sCount[t] >= e.blkIndent && (L = !0), (N = Na(e, t)) >= 0) {
|
46255
|
+
if (c = !0, w = e.bMarks[t] + e.tShift[t], y = Number(e.src.slice(w, N - 1)), L && 1 !== y) return !1;
|
46258
46256
|
} else {
|
46259
|
-
if (!((
|
46257
|
+
if (!((N = Sa(e, t)) >= 0)) return !1;
|
46260
46258
|
c = !1;
|
46261
46259
|
}
|
46262
|
-
if (L && e.skipSpaces(
|
46263
|
-
if (m = e.src.charCodeAt(
|
46264
|
-
for (f = e.tokens.length, c ? (P = e.push("ordered_list_open", "ol", 1), 1 !== y && (P.attrs = [["start", y]])) : P = e.push("bullet_list_open", "ul", 1), P.map = d = [t, 0], P.markup = String.fromCharCode(m), v = t,
|
46265
|
-
for (S =
|
46260
|
+
if (L && e.skipSpaces(N) >= e.eMarks[t]) return !1;
|
46261
|
+
if (m = e.src.charCodeAt(N - 1), n) return !0;
|
46262
|
+
for (f = e.tokens.length, c ? (P = e.push("ordered_list_open", "ol", 1), 1 !== y && (P.attrs = [["start", y]])) : P = e.push("bullet_list_open", "ul", 1), P.map = d = [t, 0], P.markup = String.fromCharCode(m), v = t, A = !1, R = e.md.block.ruler.getRules("list"), T = e.parentType, e.parentType = "list"; v < r;) {
|
46263
|
+
for (S = N, g = e.eMarks[v], u = b = e.sCount[v] + N - (e.bMarks[t] + e.tShift[t]); S < g;) {
|
46266
46264
|
if (9 === (i = e.src.charCodeAt(S))) b += 4 - (b + e.bsCount[v]) % 4;else {
|
46267
46265
|
if (32 !== i) break;
|
46268
46266
|
b++;
|
46269
46267
|
}
|
46270
46268
|
S++;
|
46271
46269
|
}
|
46272
|
-
if ((l = (o = S) >= g ? 1 : b - u) > 4 && (l = 1), s = u + l, (P = e.push("list_item_open", "li", 1)).markup = String.fromCharCode(m), P.map = p = [t, 0], c && (P.info = e.src.slice(w,
|
46270
|
+
if ((l = (o = S) >= g ? 1 : b - u) > 4 && (l = 1), s = u + l, (P = e.push("list_item_open", "li", 1)).markup = String.fromCharCode(m), P.map = p = [t, 0], c && (P.info = e.src.slice(w, N - 1)), _ = e.tight, x = e.tShift[t], E = e.sCount[t], C = e.listIndent, e.listIndent = e.blkIndent, e.blkIndent = s, e.tight = !0, e.tShift[t] = o - e.bMarks[t], e.sCount[t] = b, o >= g && e.isEmpty(t + 1) ? e.line = Math.min(e.line + 2, r) : e.md.block.tokenize(e, t, r, !0), e.tight && !A || (k = !1), A = e.line - t > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent = C, e.tShift[t] = x, e.sCount[t] = E, e.tight = _, (P = e.push("list_item_close", "li", -1)).markup = String.fromCharCode(m), v = t = e.line, p[1] = v, o = e.bMarks[t], v >= r) break;
|
46273
46271
|
if (e.sCount[v] < e.blkIndent) break;
|
46274
46272
|
if (e.sCount[t] - e.blkIndent >= 4) break;
|
46275
46273
|
for (O = !1, a = 0, h = R.length; a < h; a++) if (R[a](e, v, r, !0)) {
|
@@ -46278,10 +46276,10 @@ var Ua = Ma,
|
|
46278
46276
|
}
|
46279
46277
|
if (O) break;
|
46280
46278
|
if (c) {
|
46281
|
-
if ((
|
46279
|
+
if ((N = Na(e, v)) < 0) break;
|
46282
46280
|
w = e.bMarks[v] + e.tShift[v];
|
46283
|
-
} else if ((
|
46284
|
-
if (m !== e.src.charCodeAt(
|
46281
|
+
} else if ((N = Sa(e, v)) < 0) break;
|
46282
|
+
if (m !== e.src.charCodeAt(N - 1)) break;
|
46285
46283
|
}
|
46286
46284
|
return (P = c ? e.push("ordered_list_close", "ol", -1) : e.push("bullet_list_close", "ul", -1)).markup = String.fromCharCode(m), d[1] = v, e.line = v, e.parentType = T, k && function (e, t) {
|
46287
46285
|
var r,
|
@@ -46339,7 +46337,7 @@ var Ua = Ma,
|
|
46339
46337
|
for (o = T = f.pos, a = C += f.lines, m = T; T < E; T++) if (10 === (i = y.charCodeAt(T))) C++;else if (!wa(i)) break;
|
46340
46338
|
for (f = e.md.helpers.parseLinkTitle(y, T, E), T < E && m !== T && f.ok ? (b = f.str, T = f.pos, C += f.lines) : (b = "", T = o, C = a); T < E && (i = y.charCodeAt(T), wa(i));) T++;
|
46341
46339
|
if (T < E && 10 !== y.charCodeAt(T) && b) for (b = "", T = o, C = a; T < E && (i = y.charCodeAt(T), wa(i));) T++;
|
46342
|
-
return !(T < E && 10 !== y.charCodeAt(T)) && !!(p =
|
46340
|
+
return !(T < E && 10 !== y.charCodeAt(T)) && !!(p = Aa(y.slice(1, h))) && (n || (void 0 === e.env.references && (e.env.references = {}), void 0 === e.env.references[p] && (e.env.references[p] = {
|
46343
46341
|
title: b,
|
46344
46342
|
href: l
|
46345
46343
|
}), e.parentType = d, e.line = t + C + 1), !0);
|
@@ -46865,8 +46863,8 @@ var _s = {
|
|
46865
46863
|
}
|
46866
46864
|
},
|
46867
46865
|
Ss = "a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",
|
46868
|
-
|
46869
|
-
function
|
46866
|
+
Ns = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
46867
|
+
function As(e) {
|
46870
46868
|
var t = e.re = vs(e.__opts__),
|
46871
46869
|
r = e.__tlds__.slice();
|
46872
46870
|
function n(e) {
|
@@ -46928,10 +46926,10 @@ function Rs(e, t) {
|
|
46928
46926
|
var r;
|
46929
46927
|
t || (r = e, Object.keys(r || {}).reduce(function (e, t) {
|
46930
46928
|
return e || xs.hasOwnProperty(t);
|
46931
|
-
}, !1) && (t = e, e = {})), this.__opts__ = bs({}, xs, t), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = bs({}, _s, e), this.__compiled__ = {}, this.__tlds__ =
|
46929
|
+
}, !1) && (t = e, e = {})), this.__opts__ = bs({}, xs, t), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = bs({}, _s, e), this.__compiled__ = {}, this.__tlds__ = Ns, this.__tlds_replaced__ = !1, this.re = {}, As(this);
|
46932
46930
|
}
|
46933
46931
|
Rs.prototype.add = function (e, t) {
|
46934
|
-
return this.__schemas__[e] = t,
|
46932
|
+
return this.__schemas__[e] = t, As(this), this;
|
46935
46933
|
}, Rs.prototype.set = function (e) {
|
46936
46934
|
return this.__opts__ = bs(this.__opts__, e), this;
|
46937
46935
|
}, Rs.prototype.test = function (e) {
|
@@ -46955,7 +46953,7 @@ Rs.prototype.add = function (e, t) {
|
|
46955
46953
|
}, Rs.prototype.tlds = function (e, t) {
|
46956
46954
|
return e = Array.isArray(e) ? e : [e], t ? (this.__tlds__ = this.__tlds__.concat(e).sort().filter(function (e, t, r) {
|
46957
46955
|
return e !== r[t - 1];
|
46958
|
-
}).reverse(),
|
46956
|
+
}).reverse(), As(this), this) : (this.__tlds__ = e.slice(), this.__tlds_replaced__ = !0, As(this), this);
|
46959
46957
|
}, Rs.prototype.normalize = function (e) {
|
46960
46958
|
e.schema || (e.url = "http://" + e.url), "mailto:" !== e.schema || /^mailto:/i.test(e.url) || (e.url = "mailto:" + e.url);
|
46961
46959
|
}, Rs.prototype.onCompile = function () {};
|
@@ -47488,7 +47486,7 @@ function xl(e) {
|
|
47488
47486
|
var x = E[T];
|
47489
47487
|
(f.acPropTypes && f.acPropTypes[x] || void 0) && (void 0 !== r[x] ? C = gl(gl({}, C), {}, _defineProperty$1({}, x, r[x])) : void 0 !== o[x] && (b = gl(gl({}, b), {}, _defineProperty$1({}, x, o[x]))));
|
47490
47488
|
}
|
47491
|
-
for (var
|
47489
|
+
for (var N = gl(gl(gl({}, f.acDefaultProps), b), r), O = 0, R = Object.entries(N); O < R.length; O++) {
|
47492
47490
|
var P = _slicedToArray(R[O], 2),
|
47493
47491
|
L = P[0],
|
47494
47492
|
k = P[1],
|
@@ -47567,7 +47565,7 @@ function xl(e) {
|
|
47567
47565
|
tabIndex: 0
|
47568
47566
|
}),
|
47569
47567
|
className: "".concat(p, " ").concat(m.join(" ")),
|
47570
|
-
data: gl({},
|
47568
|
+
data: gl({}, N),
|
47571
47569
|
inherited: C,
|
47572
47570
|
style: gl(gl({}, g), i)
|
47573
47571
|
}, a),
|
@@ -47633,12 +47631,12 @@ El.propTypes = {
|
|
47633
47631
|
style: void 0,
|
47634
47632
|
type: "top"
|
47635
47633
|
};
|
47636
|
-
var
|
47634
|
+
var Nl = function (e) {
|
47637
47635
|
var t = e.children,
|
47638
47636
|
r = document.querySelector("body");
|
47639
47637
|
return createPortal(t, r);
|
47640
47638
|
};
|
47641
|
-
function
|
47639
|
+
function Al(e, t) {
|
47642
47640
|
var r = Object.keys(e);
|
47643
47641
|
if (Object.getOwnPropertySymbols) {
|
47644
47642
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -47651,15 +47649,15 @@ function Nl(e, t) {
|
|
47651
47649
|
function wl(e) {
|
47652
47650
|
for (var t = 1; t < arguments.length; t++) {
|
47653
47651
|
var r = null != arguments[t] ? arguments[t] : {};
|
47654
|
-
t % 2 ?
|
47652
|
+
t % 2 ? Al(Object(r), !0).forEach(function (t) {
|
47655
47653
|
_defineProperty$1(e, t, r[t]);
|
47656
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
47654
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : Al(Object(r)).forEach(function (t) {
|
47657
47655
|
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));
|
47658
47656
|
});
|
47659
47657
|
}
|
47660
47658
|
return e;
|
47661
47659
|
}
|
47662
|
-
|
47660
|
+
Nl.propTypes = {
|
47663
47661
|
children: D.node.isRequired
|
47664
47662
|
};
|
47665
47663
|
var Ol = function (e) {
|
@@ -47698,7 +47696,7 @@ var Ol = function (e) {
|
|
47698
47696
|
};
|
47699
47697
|
}
|
47700
47698
|
return e;
|
47701
|
-
}, [o]), h && S.createElement(
|
47699
|
+
}, [o]), h && S.createElement(Nl, null, S.createElement("div", {
|
47702
47700
|
className: l,
|
47703
47701
|
style: wl(wl({}, i), t)
|
47704
47702
|
}, S.createElement("div", {
|
@@ -47825,13 +47823,13 @@ function Il(e) {
|
|
47825
47823
|
"has-right-icon": void 0 !== v,
|
47826
47824
|
"has-right-controls": g
|
47827
47825
|
}),
|
47828
|
-
|
47829
|
-
|
47830
|
-
w =
|
47826
|
+
N = _slicedToArray(x, 2),
|
47827
|
+
A = N[0],
|
47828
|
+
w = N[1],
|
47831
47829
|
O = Hn(),
|
47832
47830
|
R = a || pe();
|
47833
47831
|
return jr(O, r), S.createElement(kl, {
|
47834
|
-
className:
|
47832
|
+
className: A,
|
47835
47833
|
error: o,
|
47836
47834
|
id: R,
|
47837
47835
|
label: s,
|
@@ -48659,7 +48657,7 @@ function mu(e) {
|
|
48659
48657
|
T = _slicedToArray(C, 2),
|
48660
48658
|
E = T[0],
|
48661
48659
|
x = T[1],
|
48662
|
-
|
48660
|
+
A = null == u || null === (t = u.find(function (e) {
|
48663
48661
|
return e.value === m;
|
48664
48662
|
})) || void 0 === t ? void 0 : t.label,
|
48665
48663
|
O = Hn(),
|
@@ -48716,9 +48714,7 @@ function mu(e) {
|
|
48716
48714
|
className: "".concat(x("selected-option"), " ").concat(v ? x("expanded") : ""),
|
48717
48715
|
id: "".concat(P, "-control"),
|
48718
48716
|
onClick: function () {
|
48719
|
-
return e = !1, void (i ||
|
48720
|
-
withKey: e
|
48721
|
-
}));
|
48717
|
+
return e = !1, void (i || (v ? L() : k(e)));
|
48722
48718
|
var e;
|
48723
48719
|
},
|
48724
48720
|
onKeyDown: function (e) {
|
@@ -48730,7 +48726,7 @@ function mu(e) {
|
|
48730
48726
|
ref: R
|
48731
48727
|
}, S.createElement("span", {
|
48732
48728
|
className: x("label")
|
48733
|
-
}, null === u ? "Loading..." :
|
48729
|
+
}, null === u ? "Loading..." : A || m || c), S.createElement(Pr, {
|
48734
48730
|
name: v ? "arrow-up" : "arrow-down",
|
48735
48731
|
size: 13
|
48736
48732
|
})), v && S.createElement(fu, null, S.createElement(zl, {
|
@@ -49708,7 +49704,7 @@ var Su = {
|
|
49708
49704
|
increaseButton: "Increase value",
|
49709
49705
|
decreaseButton: "Decrease value"
|
49710
49706
|
};
|
49711
|
-
function
|
49707
|
+
function Nu(e) {
|
49712
49708
|
var t = e.ariaLabel,
|
49713
49709
|
r = e.autoFocus,
|
49714
49710
|
n = e.className,
|
@@ -49788,7 +49784,7 @@ function Au(e) {
|
|
49788
49784
|
value: f
|
49789
49785
|
});
|
49790
49786
|
}
|
49791
|
-
function
|
49787
|
+
function Au(e) {
|
49792
49788
|
var t = e.data,
|
49793
49789
|
r = e.className,
|
49794
49790
|
n = e.style,
|
@@ -49808,7 +49804,7 @@ function Nu(e) {
|
|
49808
49804
|
min: t.min,
|
49809
49805
|
errorMessage: t.errorMessage
|
49810
49806
|
});
|
49811
|
-
}, [t.id, t.value, t.isRequired, t.errorMessage, t.max, t.min, u]), S.createElement(
|
49807
|
+
}, [t.id, t.value, t.isRequired, t.errorMessage, t.max, t.min, u]), S.createElement(Nu, {
|
49812
49808
|
className: o,
|
49813
49809
|
error: c(t.id),
|
49814
49810
|
label: ao(t.label),
|
@@ -50230,24 +50226,24 @@ function Xu(e) {
|
|
50230
50226
|
}),
|
50231
50227
|
E = _slicedToArray(T, 2),
|
50232
50228
|
x = E[0],
|
50233
|
-
|
50229
|
+
N = E[1];
|
50234
50230
|
return useEffect(function () {
|
50235
50231
|
s && y.meetingsAdapter.changeLayout(n, r);
|
50236
50232
|
}, [y.meetingsAdapter, r, n, s]), g = u ? S.createElement("div", {
|
50237
|
-
className:
|
50233
|
+
className: N("media-error")
|
50238
50234
|
}, S.createElement(Pr, {
|
50239
50235
|
name: "error",
|
50240
|
-
className:
|
50236
|
+
className: N("error-icon")
|
50241
50237
|
}), S.createElement("div", null, "Having trouble joining the meeting?"), S.createElement("div", null, "Please check your connection.")) : C && b ? S.createElement(S.Fragment, null, s && S.createElement(z, {
|
50242
50238
|
bounds: "parent"
|
50243
50239
|
}, S.createElement("video", {
|
50244
|
-
className: "".concat(
|
50240
|
+
className: "".concat(N("video"), " ").concat(N("remote-video")),
|
50245
50241
|
ref: d,
|
50246
50242
|
muted: !0,
|
50247
50243
|
playsInline: !0,
|
50248
50244
|
autoPlay: !0
|
50249
50245
|
})), l && S.createElement("video", {
|
50250
|
-
className: "".concat(
|
50246
|
+
className: "".concat(N("video"), " ").concat(N("remote-share")),
|
50251
50247
|
ref: f,
|
50252
50248
|
muted: !0,
|
50253
50249
|
playsInline: !0,
|
@@ -50258,10 +50254,10 @@ function Xu(e) {
|
|
50258
50254
|
})) : C && !b ? S.createElement(Vl, {
|
50259
50255
|
type: "subsection"
|
50260
50256
|
}, "Waiting for others to join...") : S.createElement(_l, {
|
50261
|
-
className:
|
50257
|
+
className: N("connecting-badge")
|
50262
50258
|
}, S.createElement(ql, {
|
50263
50259
|
size: 16,
|
50264
|
-
className:
|
50260
|
+
className: N("connecting-spinner")
|
50265
50261
|
}), S.createElement("span", null, "Connecting")), S.createElement("div", {
|
50266
50262
|
ref: m,
|
50267
50263
|
className: x,
|
@@ -50302,7 +50298,7 @@ function Qu(e) {
|
|
50302
50298
|
value: f
|
50303
50299
|
});
|
50304
50300
|
}
|
50305
|
-
|
50301
|
+
Nu.propTypes = {
|
50306
50302
|
ariaLabel: D.string,
|
50307
50303
|
autoFocus: D.bool,
|
50308
50304
|
className: D.string,
|
@@ -50317,7 +50313,7 @@ Au.propTypes = {
|
|
50317
50313
|
style: D.shape(),
|
50318
50314
|
tabIndex: D.number,
|
50319
50315
|
value: D.oneOfType([D.number, D.string])
|
50320
|
-
},
|
50316
|
+
}, Nu.defaultProps = {
|
50321
50317
|
ariaLabel: void 0,
|
50322
50318
|
autoFocus: !1,
|
50323
50319
|
className: void 0,
|
@@ -50331,14 +50327,14 @@ Au.propTypes = {
|
|
50331
50327
|
style: void 0,
|
50332
50328
|
tabIndex: 0,
|
50333
50329
|
value: void 0
|
50334
|
-
},
|
50330
|
+
}, Au.propTypes = {
|
50335
50331
|
data: D.shape().isRequired,
|
50336
50332
|
className: D.string,
|
50337
50333
|
style: D.shape()
|
50338
|
-
},
|
50334
|
+
}, Au.defaultProps = {
|
50339
50335
|
className: "",
|
50340
50336
|
style: void 0
|
50341
|
-
},
|
50337
|
+
}, Au.acPropTypes = {
|
50342
50338
|
errorMessage: Cl.errorMessage,
|
50343
50339
|
fallback: Cl.fallback,
|
50344
50340
|
height: Cl.height,
|
@@ -50353,9 +50349,9 @@ Au.propTypes = {
|
|
50353
50349
|
spacing: Cl.spacing,
|
50354
50350
|
type: Cl.type,
|
50355
50351
|
value: Cl.value
|
50356
|
-
},
|
50352
|
+
}, Au.acDefaultProps = {
|
50357
50353
|
isVisible: !0
|
50358
|
-
}, Tl("Input.Number",
|
50354
|
+
}, Tl("Input.Number", Au), wu.propTypes = {
|
50359
50355
|
ariaLabel: D.string,
|
50360
50356
|
className: D.string,
|
50361
50357
|
disabled: D.bool,
|
@@ -51222,21 +51218,28 @@ function uc(e) {
|
|
51222
51218
|
n = _slicedToArray(r, 2),
|
51223
51219
|
i = n[0],
|
51224
51220
|
o = n[1],
|
51225
|
-
a = useContext(
|
51226
|
-
s = a
|
51221
|
+
a = useContext(Ir),
|
51222
|
+
s = a.meetingPinPasswd,
|
51223
|
+
l = a.participantName,
|
51224
|
+
u = useContext(kr).meetingsAdapter.meetingControls,
|
51225
|
+
c = u[e];
|
51227
51226
|
return useEffect(function () {
|
51228
|
-
|
51229
|
-
}, [e,
|
51227
|
+
c || console.error("".concat(e, ' control is not defined. Available controls are "').concat(Object.keys(u).join(", "), '".'));
|
51228
|
+
}, [e, u, c]), useEffect(function () {
|
51230
51229
|
var e;
|
51231
|
-
if (
|
51232
|
-
var r =
|
51230
|
+
if (c) {
|
51231
|
+
var r = c.display(t).subscribe(o);
|
51233
51232
|
e = function () {
|
51234
51233
|
r.unsubscribe();
|
51235
51234
|
};
|
51236
51235
|
}
|
51237
51236
|
return e;
|
51238
|
-
}, [t,
|
51239
|
-
return
|
51237
|
+
}, [t, c]), c ? [function (e) {
|
51238
|
+
return c.action({
|
51239
|
+
meetingID: t,
|
51240
|
+
meetingPasswordOrPin: s,
|
51241
|
+
participantName: l
|
51242
|
+
}, e);
|
51240
51243
|
}, i] : [function () {}, {}];
|
51241
51244
|
}(e.type, o),
|
51242
51245
|
c = _slicedToArray(u, 2),
|
@@ -51494,10 +51497,10 @@ function fc(e) {
|
|
51494
51497
|
T = h.ID === a && i === $.MEETING,
|
51495
51498
|
E = null == d ? void 0 : d.host,
|
51496
51499
|
x = null == d ? void 0 : d.guest,
|
51497
|
-
|
51500
|
+
N = [T && "You", E && "Host", b && "Presenter"].filter(function (e) {
|
51498
51501
|
return e;
|
51499
51502
|
}),
|
51500
|
-
|
51503
|
+
A = (null == p || null === (t = p[0]) || void 0 === t ? void 0 : t.split("@")[1]) || S.createElement("i", null, "Unknown organization"),
|
51501
51504
|
w = nt("member", r),
|
51502
51505
|
O = _slicedToArray(w, 2),
|
51503
51506
|
R = O[0],
|
@@ -51517,11 +51520,11 @@ function fc(e) {
|
|
51517
51520
|
size: 18
|
51518
51521
|
})) || S.createElement("i", null, "Name not available"), x && S.createElement("span", {
|
51519
51522
|
className: P("guest")
|
51520
|
-
}, " (Guest)")),
|
51523
|
+
}, " (Guest)")), N.length > 0 && S.createElement("div", {
|
51521
51524
|
className: P("roles")
|
51522
|
-
},
|
51525
|
+
}, N.join(", ")), v && S.createElement("div", {
|
51523
51526
|
className: P("organization")
|
51524
|
-
}, m.name ||
|
51527
|
+
}, m.name || A)), C && b && S.createElement(Pr, {
|
51525
51528
|
name: "content-share",
|
51526
51529
|
size: 16,
|
51527
51530
|
className: P("sharing")
|
@@ -51921,113 +51924,118 @@ function Sc(e) {
|
|
51921
51924
|
a = e.layout,
|
51922
51925
|
s = e.logo,
|
51923
51926
|
l = e.meetingID,
|
51924
|
-
u = e.
|
51925
|
-
c =
|
51926
|
-
p =
|
51927
|
-
h =
|
51928
|
-
d =
|
51929
|
-
f =
|
51930
|
-
m =
|
51931
|
-
y =
|
51932
|
-
g =
|
51933
|
-
v =
|
51934
|
-
b =
|
51935
|
-
C = G.
|
51936
|
-
T =
|
51937
|
-
E =
|
51938
|
-
x =
|
51939
|
-
O =
|
51940
|
-
|
51927
|
+
u = e.meetingPasswordOrPin,
|
51928
|
+
c = e.participantName,
|
51929
|
+
p = e.style,
|
51930
|
+
h = In(l),
|
51931
|
+
d = h.ID,
|
51932
|
+
f = h.localAudio,
|
51933
|
+
m = h.localVideo,
|
51934
|
+
y = h.state,
|
51935
|
+
g = h.showRoster,
|
51936
|
+
v = h.settings,
|
51937
|
+
b = h.passwordRequired,
|
51938
|
+
C = G.JOINED,
|
51939
|
+
T = G.NOT_JOINED,
|
51940
|
+
E = G.LEFT,
|
51941
|
+
x = useContext(kr),
|
51942
|
+
O = Hn(),
|
51943
|
+
R = wn(O).width,
|
51944
|
+
P = nt("meeting", t, {
|
51945
|
+
"roster-only": g && R <= Dl
|
51941
51946
|
}),
|
51942
|
-
|
51943
|
-
|
51944
|
-
|
51945
|
-
|
51946
|
-
|
51947
|
-
|
51948
|
-
|
51949
|
-
|
51950
|
-
|
51951
|
-
|
51952
|
-
|
51953
|
-
|
51954
|
-
|
51955
|
-
|
51956
|
-
|
51947
|
+
L = _slicedToArray(P, 2),
|
51948
|
+
k = L[0],
|
51949
|
+
I = L[1],
|
51950
|
+
D = useState(!1),
|
51951
|
+
M = _slicedToArray(D, 2),
|
51952
|
+
U = M[0],
|
51953
|
+
F = M[1],
|
51954
|
+
j = Hn(),
|
51955
|
+
B = useState("guest"),
|
51956
|
+
z = _slicedToArray(B, 2),
|
51957
|
+
H = z[0],
|
51958
|
+
q = z[1],
|
51959
|
+
V = useContext(Ir),
|
51960
|
+
W = V.setParticipantName,
|
51961
|
+
Y = V.setMeetingPinPasswd;
|
51962
|
+
u && Y(u), c && W(c), useEffect(function () {
|
51963
|
+
return y && y !== E && (F(!0), j.current = setTimeout(function () {
|
51964
|
+
F(!1);
|
51957
51965
|
}, 3e3)), function () {
|
51958
|
-
return clearTimeout(
|
51966
|
+
return clearTimeout(j.current);
|
51959
51967
|
};
|
51960
|
-
}, [
|
51961
|
-
var
|
51962
|
-
|
51963
|
-
if (
|
51964
|
-
if (
|
51968
|
+
}, [f.stream, m.stream, y, E]);
|
51969
|
+
var K,
|
51970
|
+
Z = "".concat(f.stream ? "Unmuted" : "Muted", ", ").concat(m.stream ? "Camera on" : "Camera off");
|
51971
|
+
if (y) {
|
51972
|
+
if (y === E) K = S.createElement(Vl, {
|
51965
51973
|
type: "subsection",
|
51966
|
-
className:
|
51974
|
+
className: I("centered")
|
51967
51975
|
}, "You've successfully left the meeting");else {
|
51968
|
-
var
|
51969
|
-
|
51970
|
-
className:
|
51971
|
-
}, S.createElement(
|
51972
|
-
meetingID:
|
51973
|
-
className:
|
51976
|
+
var X;
|
51977
|
+
X = y === C ? ic : y === T ? oc : _c, K = S.createElement(S.Fragment, null, S.createElement("div", {
|
51978
|
+
className: I("body")
|
51979
|
+
}, S.createElement(X, {
|
51980
|
+
meetingID: d,
|
51981
|
+
className: I("inner-meeting"),
|
51974
51982
|
layout: a
|
51975
|
-
}),
|
51976
|
-
destinationID:
|
51983
|
+
}), g && S.createElement(mc, {
|
51984
|
+
destinationID: d,
|
51977
51985
|
destinationType: $.MEETING,
|
51978
|
-
className:
|
51986
|
+
className: I("member-roster"),
|
51979
51987
|
onClose: function () {
|
51980
|
-
return
|
51988
|
+
return x.meetingsAdapter.toggleRoster(d);
|
51981
51989
|
}
|
51982
|
-
}),
|
51983
|
-
className:
|
51984
|
-
},
|
51985
|
-
meetingID:
|
51986
|
-
className:
|
51990
|
+
}), U && S.createElement(_l, {
|
51991
|
+
className: I("media-state-toast")
|
51992
|
+
}, Z)), S.createElement(dc, {
|
51993
|
+
meetingID: d,
|
51994
|
+
className: I("control-bar"),
|
51987
51995
|
controls: r,
|
51988
51996
|
collapseRangeStart: n,
|
51989
51997
|
collapseRangeEnd: i,
|
51990
51998
|
tabIndexes: o
|
51991
|
-
}),
|
51999
|
+
}), v.visible && S.createElement(jl, {
|
51992
52000
|
onClose: function () {
|
51993
|
-
return
|
52001
|
+
return x.meetingsAdapter.toggleSettings(d);
|
51994
52002
|
},
|
51995
|
-
otherClassName:
|
52003
|
+
otherClassName: I("settings"),
|
51996
52004
|
title: "Settings",
|
51997
52005
|
ariaLabel: "Meeting settings window"
|
51998
52006
|
}, S.createElement(xc, {
|
51999
|
-
meetingID:
|
52000
|
-
})),
|
52007
|
+
meetingID: d
|
52008
|
+
})), b && !u && y === T && S.createElement(jl, {
|
52001
52009
|
onClose: function () {
|
52002
|
-
return
|
52010
|
+
return x.meetingsAdapter.clearPasswordRequiredFlag(d);
|
52003
52011
|
},
|
52004
|
-
otherClassName: [
|
52005
|
-
onBack: "host" ===
|
52006
|
-
return
|
52012
|
+
otherClassName: [I("authentication")],
|
52013
|
+
onBack: "host" === H && function () {
|
52014
|
+
return q("guest");
|
52007
52015
|
},
|
52008
|
-
ariaLabel: "guest" ===
|
52009
|
-
}, "guest" ===
|
52010
|
-
meetingID:
|
52011
|
-
className:
|
52016
|
+
ariaLabel: "guest" === H ? "Meeting guest authentication" : "Meeting host authentication"
|
52017
|
+
}, "guest" === H ? S.createElement(ec, {
|
52018
|
+
meetingID: d,
|
52019
|
+
className: I("authentication-guest"),
|
52012
52020
|
switchToHostModal: function () {
|
52013
|
-
return
|
52021
|
+
return q("host");
|
52014
52022
|
},
|
52015
|
-
style:
|
52023
|
+
style: p
|
52016
52024
|
}) : S.createElement(rc, {
|
52017
|
-
meetingID:
|
52018
|
-
className:
|
52025
|
+
meetingID: d,
|
52026
|
+
className: I("authentication-host")
|
52019
52027
|
})));
|
52020
52028
|
}
|
52021
|
-
} else
|
52022
|
-
className:
|
52029
|
+
} else K = S.createElement("div", {
|
52030
|
+
className: I("loading-logo")
|
52023
52031
|
});
|
52024
52032
|
return S.createElement("div", {
|
52025
|
-
className:
|
52026
|
-
style:
|
52027
|
-
ref:
|
52033
|
+
className: k,
|
52034
|
+
style: p,
|
52035
|
+
ref: O
|
52028
52036
|
}, s && S.createElement("div", {
|
52029
|
-
className:
|
52030
|
-
}, s),
|
52037
|
+
className: I("logo")
|
52038
|
+
}, s), K);
|
52031
52039
|
}
|
52032
52040
|
Cc.propTypes = {
|
52033
52041
|
className: D.string,
|
@@ -52073,6 +52081,8 @@ Cc.propTypes = {
|
|
52073
52081
|
layout: D.string,
|
52074
52082
|
logo: D.node,
|
52075
52083
|
meetingID: D.string,
|
52084
|
+
meetingPasswordOrPin: D.string,
|
52085
|
+
participantName: D.string,
|
52076
52086
|
style: D.shape()
|
52077
52087
|
}, Sc.defaultProps = {
|
52078
52088
|
className: "",
|
@@ -52087,6 +52097,8 @@ Cc.propTypes = {
|
|
52087
52097
|
layout: void 0,
|
52088
52098
|
logo: void 0,
|
52089
52099
|
meetingID: void 0,
|
52100
|
+
meetingPasswordOrPin: "",
|
52101
|
+
participantName: "",
|
52090
52102
|
style: void 0
|
52091
52103
|
}, {
|
52092
52104
|
className: D.string,
|
@@ -52288,17 +52300,36 @@ var wc = forwardRef(function (e, t) {
|
|
52288
52300
|
}, H && re(F, "Collaborators"), w && re(k, "Contacts")));
|
52289
52301
|
});
|
52290
52302
|
function Rc(e) {
|
52303
|
+
var t = e.children,
|
52304
|
+
r = useState(""),
|
52305
|
+
n = _slicedToArray(r, 2),
|
52306
|
+
i = n[0],
|
52307
|
+
o = n[1],
|
52308
|
+
a = useState(""),
|
52309
|
+
s = _slicedToArray(a, 2),
|
52310
|
+
l = s[0],
|
52311
|
+
u = s[1];
|
52312
|
+
return S.createElement(Ir.Provider, {
|
52313
|
+
value: {
|
52314
|
+
meetingPinPasswd: i,
|
52315
|
+
setMeetingPinPasswd: o,
|
52316
|
+
participantName: l,
|
52317
|
+
setParticipantName: u
|
52318
|
+
}
|
52319
|
+
}, t);
|
52320
|
+
}
|
52321
|
+
function Pc(e) {
|
52291
52322
|
function t(t) {
|
52292
52323
|
var r = Fn(t.meetingDestination);
|
52293
|
-
return S.createElement(e, _extends({
|
52324
|
+
return S.createElement(Rc, null, S.createElement(e, _extends({
|
52294
52325
|
meeting: r
|
52295
|
-
}, t));
|
52326
|
+
}, t)));
|
52296
52327
|
}
|
52297
52328
|
return t.propTypes = {
|
52298
52329
|
meetingDestination: D.string.isRequired
|
52299
52330
|
}, t;
|
52300
52331
|
}
|
52301
|
-
function
|
52332
|
+
function Lc(e, t) {
|
52302
52333
|
var r = Object.keys(e);
|
52303
52334
|
if (Object.getOwnPropertySymbols) {
|
52304
52335
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -52308,18 +52339,18 @@ function Pc(e, t) {
|
|
52308
52339
|
}
|
52309
52340
|
return r;
|
52310
52341
|
}
|
52311
|
-
function
|
52342
|
+
function kc(e) {
|
52312
52343
|
for (var t = 1; t < arguments.length; t++) {
|
52313
52344
|
var r = null != arguments[t] ? arguments[t] : {};
|
52314
|
-
t % 2 ?
|
52345
|
+
t % 2 ? Lc(Object(r), !0).forEach(function (t) {
|
52315
52346
|
_defineProperty$1(e, t, r[t]);
|
52316
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
52347
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : Lc(Object(r)).forEach(function (t) {
|
52317
52348
|
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));
|
52318
52349
|
});
|
52319
52350
|
}
|
52320
52351
|
return e;
|
52321
52352
|
}
|
52322
|
-
function
|
52353
|
+
function Ic(e, t) {
|
52323
52354
|
function r(r) {
|
52324
52355
|
var n = useState(!1),
|
52325
52356
|
i = _slicedToArray(n, 2),
|
@@ -52371,7 +52402,7 @@ function kc(e, t) {
|
|
52371
52402
|
}();
|
52372
52403
|
}), e;
|
52373
52404
|
}, [u]);
|
52374
|
-
var p =
|
52405
|
+
var p = kc(kc({}, r), {}, {
|
52375
52406
|
adapterConnected: o
|
52376
52407
|
}),
|
52377
52408
|
h = S.createElement(e, p);
|
@@ -52403,6 +52434,8 @@ wc.propTypes = {
|
|
52403
52434
|
memberLookAhead: D.func,
|
52404
52435
|
style: D.shape(),
|
52405
52436
|
className: D.string
|
52437
|
+
}, Rc.propTypes = {
|
52438
|
+
children: D.node.isRequired
|
52406
52439
|
}, global.testRendererAct = function (e) {
|
52407
52440
|
return e();
|
52408
52441
|
};
|
@@ -53561,9 +53594,11 @@ class AudioControl extends MeetingControl {
|
|
53561
53594
|
* Calls the adapter handleLocalAudio() method
|
53562
53595
|
*
|
53563
53596
|
* @private
|
53564
|
-
* @param {
|
53597
|
+
* @param {meetingID} ID of the meeting to mute audio
|
53565
53598
|
*/
|
53566
|
-
action(
|
53599
|
+
action({
|
53600
|
+
meetingID
|
53601
|
+
}) {
|
53567
53602
|
logger.debug('MEETING', meetingID, 'AudioControl::action()', ['called with', {
|
53568
53603
|
meetingID
|
53569
53604
|
}]);
|
@@ -53643,7 +53678,9 @@ class ExitControl extends MeetingControl {
|
|
53643
53678
|
*
|
53644
53679
|
* @param {string} meetingID Id of the meeting to leave from
|
53645
53680
|
*/
|
53646
|
-
async action(
|
53681
|
+
async action({
|
53682
|
+
meetingID
|
53683
|
+
}) {
|
53647
53684
|
logger.debug('MEETING', meetingID, 'ExitControl::action()', ['called with', {
|
53648
53685
|
meetingID
|
53649
53686
|
}]);
|
@@ -53679,13 +53716,20 @@ class JoinControl extends MeetingControl {
|
|
53679
53716
|
/**
|
53680
53717
|
* Calls the adapter joinMeeting method.
|
53681
53718
|
*
|
53682
|
-
* @param {
|
53719
|
+
* @param {meetingID, meetingPasswordOrPin}
|
53683
53720
|
*/
|
53684
|
-
async action(
|
53721
|
+
async action({
|
53722
|
+
meetingID,
|
53723
|
+
meetingPasswordOrPin,
|
53724
|
+
participantName
|
53725
|
+
}) {
|
53685
53726
|
logger.debug('MEETING', meetingID, 'JoinControl::action()', ['called with', {
|
53686
53727
|
meetingID
|
53687
53728
|
}]);
|
53688
|
-
await this.adapter.joinMeeting(meetingID
|
53729
|
+
await this.adapter.joinMeeting(meetingID, {
|
53730
|
+
password: meetingPasswordOrPin,
|
53731
|
+
name: participantName
|
53732
|
+
});
|
53689
53733
|
}
|
53690
53734
|
|
53691
53735
|
/**
|
@@ -53734,7 +53778,9 @@ class RosterControl extends MeetingControl {
|
|
53734
53778
|
*
|
53735
53779
|
* @param {string} meetingID Id of the meeting to toggle roster
|
53736
53780
|
*/
|
53737
|
-
async action(
|
53781
|
+
async action({
|
53782
|
+
meetingID
|
53783
|
+
}) {
|
53738
53784
|
logger.debug('MEETING', meetingID, 'RosterControl::action()', ['called with', {
|
53739
53785
|
meetingID
|
53740
53786
|
}]);
|
@@ -53787,7 +53833,9 @@ class SettingsControl extends MeetingControl {
|
|
53787
53833
|
*
|
53788
53834
|
* @param {string} meetingID Meeting ID
|
53789
53835
|
*/
|
53790
|
-
action(
|
53836
|
+
action({
|
53837
|
+
meetingID
|
53838
|
+
}) {
|
53791
53839
|
logger.debug('Meeting', meetingID, 'SettingsControl::action()', ['called with', {
|
53792
53840
|
meetingID
|
53793
53841
|
}]);
|
@@ -53839,7 +53887,9 @@ class ShareControl extends MeetingControl {
|
|
53839
53887
|
*
|
53840
53888
|
* @param {string} meetingID ID of the meeting to share screen
|
53841
53889
|
*/
|
53842
|
-
async action(
|
53890
|
+
async action({
|
53891
|
+
meetingID
|
53892
|
+
}) {
|
53843
53893
|
logger.debug('MEETING', meetingID, 'ShareControl::action()', ['called with', {
|
53844
53894
|
meetingID
|
53845
53895
|
}]);
|
@@ -53903,11 +53953,14 @@ class SwitchCameraControl extends MeetingControl {
|
|
53903
53953
|
* @param {string} meetingID Meeting ID
|
53904
53954
|
* @param {string} cameraID Id of the camera to switch to
|
53905
53955
|
*/
|
53906
|
-
async action(
|
53956
|
+
async action({
|
53957
|
+
meetingID,
|
53958
|
+
cameraId
|
53959
|
+
}) {
|
53907
53960
|
logger.debug('MEETING', meetingID, 'SwitchCameraControl::action()', ['called with', {
|
53908
53961
|
meetingID
|
53909
53962
|
}]);
|
53910
|
-
await this.adapter.switchCamera(meetingID,
|
53963
|
+
await this.adapter.switchCamera(meetingID, cameraId);
|
53911
53964
|
}
|
53912
53965
|
|
53913
53966
|
/**
|
@@ -53951,11 +54004,14 @@ class SwitchMicrophoneControl extends MeetingControl {
|
|
53951
54004
|
* @param {string} meetingID Meeting ID
|
53952
54005
|
* @param {string} microphoneID Id of the microphone to switch to
|
53953
54006
|
*/
|
53954
|
-
async action(
|
54007
|
+
async action({
|
54008
|
+
meetingID,
|
54009
|
+
microphoneId
|
54010
|
+
}) {
|
53955
54011
|
logger.debug('MEETING', meetingID, 'SwitchMicrophoneControl::action()', ['called with', {
|
53956
54012
|
meetingID
|
53957
54013
|
}]);
|
53958
|
-
await this.adapter.switchMicrophone(meetingID,
|
54014
|
+
await this.adapter.switchMicrophone(meetingID, microphoneId);
|
53959
54015
|
}
|
53960
54016
|
|
53961
54017
|
/**
|
@@ -53999,11 +54055,14 @@ class SwitchSpeakerControl extends MeetingControl {
|
|
53999
54055
|
* @param {string} meetingID Meeting ID
|
54000
54056
|
* @param {string} speakerID ID of the speaker device to switch to
|
54001
54057
|
*/
|
54002
|
-
async action(
|
54058
|
+
async action({
|
54059
|
+
meetingID,
|
54060
|
+
speakerId
|
54061
|
+
}) {
|
54003
54062
|
logger.debug('MEETING', meetingID, 'SwitchSpeakerControl::action()', ['called with', {
|
54004
54063
|
meetingID
|
54005
54064
|
}]);
|
54006
|
-
await this.adapter.switchSpeaker(meetingID,
|
54065
|
+
await this.adapter.switchSpeaker(meetingID, speakerId);
|
54007
54066
|
}
|
54008
54067
|
|
54009
54068
|
/**
|
@@ -54049,9 +54108,11 @@ class VideoControl extends MeetingControl {
|
|
54049
54108
|
/**
|
54050
54109
|
* Calls the adapter handleLocalVideo() method
|
54051
54110
|
*
|
54052
|
-
* @param {
|
54111
|
+
* @param {meetingID} Meeting ID to mute video
|
54053
54112
|
*/
|
54054
|
-
action(
|
54113
|
+
action({
|
54114
|
+
meetingID
|
54115
|
+
}) {
|
54055
54116
|
logger.debug('MEETING', meetingID, 'VideoControl::action()', ['called with', {
|
54056
54117
|
meetingID
|
54057
54118
|
}]);
|
@@ -55870,7 +55931,7 @@ var defineProperty = defineProperty$1;
|
|
55870
55931
|
exports.INTERNAL_US_INTEGRATION_CLUSTER_NAME = INTERNAL_US_INTEGRATION_CLUSTER_NAME;
|
55871
55932
|
})(constants);
|
55872
55933
|
var name$1 = "@webex/sdk-component-adapter";
|
55873
|
-
var version = "1.112.
|
55934
|
+
var version = "1.112.13";
|
55874
55935
|
const LOG_ARGS$1 = ['SDK-MEMBERSHIPS', `${name$1}-${version}`];
|
55875
55936
|
|
55876
55937
|
// max parameter value must be greater than 0 and less than or equal to 1000
|
@@ -56877,6 +56938,8 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
56877
56938
|
* Webex meeting widget presents a Webex meeting experience.
|
56878
56939
|
*
|
56879
56940
|
* @param {string} props.meetingDestination ID of the virtual meeting location
|
56941
|
+
* @param {string} props.meetingPasswordOrPin Password or pin of the virtual meeting location
|
56942
|
+
* @param {string} props.participantName Name of the participant joining the meeting from the widget
|
56880
56943
|
* @param {string} props.accessToken Access token of the joining user
|
56881
56944
|
* @param {string} [props.layout] Layout for remote video (e.g. grid, focus, stack, etc)
|
56882
56945
|
* @param {Function} [props.controls] Meeting controls to display
|
@@ -56919,6 +56982,8 @@ var WebexMeetingsWidget = /*#__PURE__*/function (_Component) {
|
|
56919
56982
|
} else {
|
56920
56983
|
content = /*#__PURE__*/S.createElement(Sc, {
|
56921
56984
|
meetingID: meeting.ID,
|
56985
|
+
meetingPasswordOrPin: this.props.meetingPasswordOrPin,
|
56986
|
+
participantName: this.props.participantName,
|
56922
56987
|
logo: logo,
|
56923
56988
|
layout: this.props.layout,
|
56924
56989
|
controls: this.props.controls,
|
@@ -56942,6 +57007,8 @@ WebexMeetingsWidget.propTypes = {
|
|
56942
57007
|
controlsCollapseRangeEnd: D.number,
|
56943
57008
|
fedramp: D.bool,
|
56944
57009
|
meetingDestination: D.string.isRequired,
|
57010
|
+
meetingPasswordOrPin: D.string,
|
57011
|
+
participantName: D.string,
|
56945
57012
|
style: D.shape(),
|
56946
57013
|
layout: D.string
|
56947
57014
|
};
|
@@ -56952,17 +57019,19 @@ WebexMeetingsWidget.defaultProps = {
|
|
56952
57019
|
controlsCollapseRangeEnd: undefined,
|
56953
57020
|
fedramp: false,
|
56954
57021
|
layout: 'Grid',
|
57022
|
+
meetingPasswordOrPin: '',
|
57023
|
+
participantName: '',
|
56955
57024
|
style: {}
|
56956
57025
|
};
|
56957
57026
|
var appName = process.env.NODE_ENV === 'production' ? 'webex-widgets-meetings' : 'webex-widgets-meetings-dev';
|
56958
|
-
var WebexMeetings =
|
57027
|
+
var WebexMeetings = Ic(Pc(WebexMeetingsWidget), function (props) {
|
56959
57028
|
var webex = new Webex({
|
56960
57029
|
credentials: {
|
56961
57030
|
access_token: props.accessToken
|
56962
57031
|
},
|
56963
57032
|
config: {
|
56964
57033
|
appName: appName,
|
56965
|
-
appVersion: "1.
|
57034
|
+
appVersion: "1.28.0",
|
56966
57035
|
fedramp: props.fedramp,
|
56967
57036
|
meetings: {
|
56968
57037
|
experimental: {
|