@webex/widgets 1.27.8 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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, Ae() ? Reflect.construct(t, i || [], _getPrototypeOf(e).constructor) : t.apply(e, i));
5306
+ return t = _getPrototypeOf(t), _possibleConstructorReturn(e, Ne() ? Reflect.construct(t, i || [], _getPrototypeOf(e).constructor) : t.apply(e, i));
5307
5307
  }
5308
- function Ae() {
5308
+ function Ne() {
5309
5309
  try {
5310
5310
  var e = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
5311
5311
  } catch (e) {}
5312
- return (Ae = function () {
5312
+ return (Ne = function () {
5313
5313
  return !!e;
5314
5314
  })();
5315
5315
  }
5316
- var Ne = function (r) {
5316
+ var Ae = function (r) {
5317
5317
  function n() {
5318
5318
  return _classCallCheck(this, n), Se(this, n, arguments);
5319
5319
  }
@@ -6022,12 +6022,12 @@ var ft = "disabled-mute-audio",
6022
6022
  microphoneID: null,
6023
6023
  speakerID: null
6024
6024
  },
6025
- At = "undefined" != typeof navigator && navigator.userAgent.includes("iPhone OS 15_1"),
6026
- Nt = "meeting:update",
6025
+ Nt = "undefined" != typeof navigator && navigator.userAgent.includes("iPhone OS 15_1"),
6026
+ At = "meeting:update",
6027
6027
  wt = function (r) {
6028
6028
  function n(t) {
6029
6029
  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 Ne(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;
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 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
6031
  }
6032
6032
  return _inherits(n, W), _createClass(n, [{
6033
6033
  key: "createMeeting",
@@ -6141,7 +6141,7 @@ var ft = "disabled-mute-audio",
6141
6141
  return r.apply(this, arguments);
6142
6142
  };
6143
6143
  }()),
6144
- n = fromEvent(document, Nt).pipe(filter(function (t) {
6144
+ n = fromEvent(document, At).pipe(filter(function (t) {
6145
6145
  return t.detail.ID === e;
6146
6146
  }), map(function (e) {
6147
6147
  return pt({}, e.detail);
@@ -6327,7 +6327,7 @@ var ft = "disabled-mute-audio",
6327
6327
  return regenerator.wrap(function (e) {
6328
6328
  for (;;) switch (e.prev = e.next) {
6329
6329
  case 0:
6330
- if (!t.video || !At) {
6330
+ if (!t.video || !Nt) {
6331
6331
  e.next = 2;
6332
6332
  break;
6333
6333
  }
@@ -6362,7 +6362,7 @@ var ft = "disabled-mute-audio",
6362
6362
  })
6363
6363
  }, {
6364
6364
  key: "getDisplayStream",
6365
- value: (N = _asyncToGenerator(regenerator.mark(function e() {
6365
+ value: (A = _asyncToGenerator(regenerator.mark(function e() {
6366
6366
  var t;
6367
6367
  return regenerator.wrap(function (e) {
6368
6368
  for (;;) switch (e.prev = e.next) {
@@ -6381,11 +6381,11 @@ var ft = "disabled-mute-audio",
6381
6381
  }
6382
6382
  }, e, null, [[1, 7]]);
6383
6383
  })), function () {
6384
- return N.apply(this, arguments);
6384
+ return A.apply(this, arguments);
6385
6385
  })
6386
6386
  }, {
6387
6387
  key: "getAvailableDevices",
6388
- value: (A = _asyncToGenerator(regenerator.mark(function e(t, r) {
6388
+ value: (N = _asyncToGenerator(regenerator.mark(function e(t, r) {
6389
6389
  var n, i;
6390
6390
  return regenerator.wrap(function (e) {
6391
6391
  for (;;) switch (e.prev = e.next) {
@@ -6410,7 +6410,7 @@ var ft = "disabled-mute-audio",
6410
6410
  }
6411
6411
  }, e, this, [[3, 10]]);
6412
6412
  })), function (e, t) {
6413
- return A.apply(this, arguments);
6413
+ return N.apply(this, arguments);
6414
6414
  })
6415
6415
  }, {
6416
6416
  key: "getStreamFromElement",
@@ -6930,7 +6930,7 @@ var ft = "disabled-mute-audio",
6930
6930
  case 0:
6931
6931
  return n = this.fetchMeeting(t), e.next = 3, r(n);
6932
6932
  case 3:
6933
- i = e.sent, ae(n, i), document.dispatchEvent(new CustomEvent(Nt, {
6933
+ i = e.sent, ae(n, i), document.dispatchEvent(new CustomEvent(At, {
6934
6934
  detail: n
6935
6935
  }));
6936
6936
  case 6:
@@ -6952,7 +6952,7 @@ var ft = "disabled-mute-audio",
6952
6952
  console.log("Changing layout to", t);
6953
6953
  }
6954
6954
  }]);
6955
- var o, s, l, p, h, g, v, b, E, x, _, S, A, N, w, O, R, P, L;
6955
+ var o, s, l, p, h, g, v, b, E, x, _, S, N, A, w, O, R, P, L;
6956
6956
  }();
6957
6957
  function Ot(e, t) {
6958
6958
  var r = Object.keys(e);
@@ -7847,7 +7847,7 @@ function Sr(e) {
7847
7847
  fillOpacity: "0.95"
7848
7848
  }));
7849
7849
  }
7850
- function Ar(e) {
7850
+ function Nr(e) {
7851
7851
  var t = e.size,
7852
7852
  r = e.className,
7853
7853
  n = e.style;
@@ -7864,7 +7864,7 @@ function Ar(e) {
7864
7864
  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
7865
  }));
7866
7866
  }
7867
- function Nr(e) {
7867
+ function Ar(e) {
7868
7868
  var t = e.size,
7869
7869
  r = e.className,
7870
7870
  n = e.style;
@@ -8209,19 +8209,19 @@ Wt.propTypes = {
8209
8209
  size: 24,
8210
8210
  className: "",
8211
8211
  style: {}
8212
- }, Ar.propTypes = {
8212
+ }, Nr.propTypes = {
8213
8213
  size: D.number,
8214
8214
  className: D.string,
8215
8215
  style: D.shape()
8216
- }, Ar.defaultProps = {
8216
+ }, Nr.defaultProps = {
8217
8217
  size: 16,
8218
8218
  className: "",
8219
8219
  style: {}
8220
- }, Nr.propTypes = {
8220
+ }, Ar.propTypes = {
8221
8221
  size: D.number,
8222
8222
  className: D.string,
8223
8223
  style: D.shape()
8224
- }, Nr.defaultProps = {
8224
+ }, Ar.defaultProps = {
8225
8225
  size: 24,
8226
8226
  className: "",
8227
8227
  style: {}
@@ -8280,8 +8280,8 @@ var Rr = {
8280
8280
  settings: xr,
8281
8281
  "share-screen-presence-stroke": Sr,
8282
8282
  "share-screen-filled": _r,
8283
- "show-password": Ar,
8284
- unread: Nr,
8283
+ "show-password": Nr,
8284
+ unread: Ar,
8285
8285
  warning: Or,
8286
8286
  "waiting-for-host": wr
8287
8287
  };
@@ -8335,8 +8335,8 @@ Pr.propTypes = {
8335
8335
  className: void 0,
8336
8336
  style: void 0
8337
8337
  };
8338
- var kr = S.createContext();
8339
- S.createContext();
8338
+ var kr = S.createContext(),
8339
+ Ir = S.createContext();
8340
8340
  function jr(e, t) {
8341
8341
  var r = e.current;
8342
8342
  useEffect(function () {
@@ -8441,14 +8441,14 @@ var qr,
8441
8441
  x = n ? n.width : tn(r.width) - T - C,
8442
8442
  _ = n ? n.height : tn(r.height) - E - b,
8443
8443
  S = x + m + C + g,
8444
- A = _ + y + b + v,
8445
- N = Vr({
8444
+ N = _ + y + b + v,
8445
+ A = Vr({
8446
8446
  devicePixelContentBoxSize: rn(Math.round(x * devicePixelRatio), Math.round(_ * devicePixelRatio), o),
8447
- borderBoxSize: rn(S, A, o),
8447
+ borderBoxSize: rn(S, N, o),
8448
8448
  contentBoxSize: rn(x, _, o),
8449
8449
  contentRect: new Wr(p, l, x, _)
8450
8450
  });
8451
- return Xr.set(e, N), N;
8451
+ return Xr.set(e, A), A;
8452
8452
  },
8453
8453
  an = function (e, t, r) {
8454
8454
  var n = on(e, r),
@@ -8625,7 +8625,7 @@ var qr,
8625
8625
  for (var r = 0; r < e.length; r += 1) if (e[r].target === t) return r;
8626
8626
  return -1;
8627
8627
  },
8628
- An = function () {
8628
+ Nn = function () {
8629
8629
  function e() {}
8630
8630
  return e.connect = function (e, t) {
8631
8631
  var r = new xn(e, t);
@@ -8647,22 +8647,22 @@ var qr,
8647
8647
  }), r.activeTargets.splice(0, r.activeTargets.length);
8648
8648
  }, e;
8649
8649
  }(),
8650
- Nn = function () {
8650
+ An = function () {
8651
8651
  function e(e) {
8652
8652
  if (0 === arguments.length) throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");
8653
8653
  if ("function" != typeof e) throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");
8654
- An.connect(this, e);
8654
+ Nn.connect(this, e);
8655
8655
  }
8656
8656
  return e.prototype.observe = function (e, t) {
8657
8657
  if (0 === arguments.length) throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");
8658
8658
  if (!Kr(e)) throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");
8659
- An.observe(this, e, t);
8659
+ Nn.observe(this, e, t);
8660
8660
  }, e.prototype.unobserve = function (e) {
8661
8661
  if (0 === arguments.length) throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");
8662
8662
  if (!Kr(e)) throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");
8663
- An.unobserve(this, e);
8663
+ Nn.unobserve(this, e);
8664
8664
  }, e.prototype.disconnect = function () {
8665
- An.disconnect(this);
8665
+ Nn.disconnect(this);
8666
8666
  }, e.toString = function () {
8667
8667
  return "function ResizeObserver () { [polyfill code] }";
8668
8668
  }, e;
@@ -8679,7 +8679,7 @@ function wn(e) {
8679
8679
  return useEffect(function () {
8680
8680
  var t;
8681
8681
  if (e.current) {
8682
- var r = new (window.ResizeObserver || Nn)(function (e) {
8682
+ var r = new (window.ResizeObserver || An)(function (e) {
8683
8683
  var t = _slicedToArray(e, 1)[0].contentRect;
8684
8684
  n !== t.height && i(t.height), s !== t.width && l(t.width);
8685
8685
  });
@@ -9075,9 +9075,9 @@ function Kn(e) {
9075
9075
  x = nt("avatar", t, {
9076
9076
  "avatar-self": g
9077
9077
  }),
9078
- N = _slicedToArray(x, 2),
9079
- w = N[0],
9080
- O = N[1],
9078
+ A = _slicedToArray(x, 2),
9079
+ w = A[0],
9080
+ O = A[1],
9081
9081
  R = "".concat(O("placeholder"), " ").concat(O("placeholder"), "-").concat(c),
9082
9082
  P = O("status-".concat(l));
9083
9083
  return S.createElement("div", {
@@ -9785,7 +9785,7 @@ function _i(e, t) {
9785
9785
  return n + hi(Math.floor(i / 60), 2) + r + hi(i % 60, 2);
9786
9786
  }
9787
9787
  var Si = Ti,
9788
- Ai = function (e, t) {
9788
+ Ni = function (e, t) {
9789
9789
  switch (e) {
9790
9790
  case "P":
9791
9791
  return t.date({
@@ -9805,7 +9805,7 @@ var Si = Ti,
9805
9805
  });
9806
9806
  }
9807
9807
  },
9808
- Ni = function (e, t) {
9808
+ Ai = function (e, t) {
9809
9809
  switch (e) {
9810
9810
  case "p":
9811
9811
  return t.time({
@@ -9826,13 +9826,13 @@ var Si = Ti,
9826
9826
  }
9827
9827
  },
9828
9828
  wi = {
9829
- p: Ni,
9829
+ p: Ai,
9830
9830
  P: function (e, t) {
9831
9831
  var r,
9832
9832
  n = e.match(/(P+)(p+)?/) || [],
9833
9833
  i = n[1],
9834
9834
  o = n[2];
9835
- if (!o) return Ai(e, t);
9835
+ if (!o) return Ni(e, t);
9836
9836
  switch (i) {
9837
9837
  case "P":
9838
9838
  r = t.dateTime({
@@ -9854,7 +9854,7 @@ var Si = Ti,
9854
9854
  width: "full"
9855
9855
  });
9856
9856
  }
9857
- return r.replace("{{date}}", Ai(i, t)).replace("{{time}}", Ni(o, t));
9857
+ return r.replace("{{date}}", Ni(i, t)).replace("{{time}}", Ai(o, t));
9858
9858
  }
9859
9859
  },
9860
9860
  Oi = wi,
@@ -10265,18 +10265,18 @@ function Yi(e, t, r) {
10265
10265
  if (!(S >= 0 && S <= 6)) throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
10266
10266
  if (!x.localize) throw new RangeError("locale must contain localize property");
10267
10267
  if (!x.formatLong) throw new RangeError("locale must contain formatLong property");
10268
- var A = Qn(e);
10269
- if (!ii(A)) throw new RangeError("Invalid time value");
10270
- var N = function (e) {
10268
+ var N = Qn(e);
10269
+ if (!ii(N)) throw new RangeError("Invalid time value");
10270
+ var A = function (e) {
10271
10271
  var t = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
10272
10272
  return t.setUTCFullYear(e.getFullYear()), e.getTime() - t.getTime();
10273
- }(A),
10274
- w = oi(A, N),
10273
+ }(N),
10274
+ w = oi(N, A),
10275
10275
  O = {
10276
10276
  firstWeekContainsDate: _,
10277
10277
  weekStartsOn: S,
10278
10278
  locale: x,
10279
- _originalDate: A
10279
+ _originalDate: N
10280
10280
  },
10281
10281
  R = T.match(Vi).map(function (e) {
10282
10282
  var t = e[0];
@@ -14449,7 +14449,7 @@ var eo = Ye(function (e, t) {
14449
14449
  const t = Object.assign({}, e);
14450
14450
  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
14451
  },
14452
- A = function (e, t) {
14452
+ N = function (e, t) {
14453
14453
  if ("hours" in t) {
14454
14454
  const r = Object.assign({}, e);
14455
14455
  if (r.hour += t.hours, r.hour > 23) {
@@ -14470,8 +14470,8 @@ var eo = Ye(function (e, t) {
14470
14470
  }
14471
14471
  return e;
14472
14472
  },
14473
- N = function (e, t) {
14474
- return A(function (e, t) {
14473
+ A = function (e, t) {
14474
+ return N(function (e, t) {
14475
14475
  if ("dayOfWeek" in e) {
14476
14476
  const r = Object.assign({}, e);
14477
14477
  return "days" in t && (r.dayOfWeek += t.days), r;
@@ -14520,7 +14520,7 @@ var eo = Ye(function (e, t) {
14520
14520
  r = S(e);
14521
14521
  return {
14522
14522
  start: t,
14523
- end: N(t, r),
14523
+ end: A(t, r),
14524
14524
  duration: r
14525
14525
  };
14526
14526
  }
@@ -14642,8 +14642,8 @@ var eo = Ye(function (e, t) {
14642
14642
  end: L(t.end)
14643
14643
  };
14644
14644
  },
14645
- F = A,
14646
- j = N;
14645
+ F = N,
14646
+ j = A;
14647
14647
  const B = T,
14648
14648
  z = function (e) {
14649
14649
  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 +15040,10 @@ var eo = Ye(function (e, t) {
15040
15040
  var Se = function (e) {
15041
15041
  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
15042
  },
15043
- Ae = function (e) {
15043
+ Ne = function (e) {
15044
15044
  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
15045
  };
15046
- const Ne = oe.TimexProperty,
15046
+ const Ae = oe.TimexProperty,
15047
15047
  we = E,
15048
15048
  Oe = x,
15049
15049
  Re = function (e, t) {
@@ -15149,15 +15149,15 @@ var eo = Ye(function (e, t) {
15149
15149
  return [{
15150
15150
  timex: e.timex,
15151
15151
  type: "datetimerange",
15152
- start: `${Se(t.start)} ${Ae(t.start)}`,
15153
- end: `${Se(t.end)} ${Ae(t.end)}`
15152
+ start: `${Se(t.start)} ${Ne(t.start)}`,
15153
+ end: `${Se(t.end)} ${Ne(t.end)}`
15154
15154
  }];
15155
15155
  }
15156
15156
  }(e) : r.has("definite") && r.has("time") ? function (e, t) {
15157
15157
  return [{
15158
15158
  timex: e.timex,
15159
15159
  type: "datetime",
15160
- value: `${Se(e)} ${Ae(e)}`
15160
+ value: `${Se(e)} ${Ne(e)}`
15161
15161
  }];
15162
15162
  }(e) : r.has("definite") && r.has("daterange") ? function (e) {
15163
15163
  var t = k(e);
@@ -15268,13 +15268,13 @@ var eo = Ye(function (e, t) {
15268
15268
  return [{
15269
15269
  timex: e.timex,
15270
15270
  type: "timerange",
15271
- start: Ae(t.start),
15272
- end: Ae(t.end)
15271
+ start: Ne(t.start),
15272
+ end: Ne(t.end)
15273
15273
  }];
15274
15274
  }
15275
15275
  }(e) : r.has("datetime") ? function (e, t) {
15276
15276
  const r = Le(e, t);
15277
- for (const t of r) t.type = "datetime", t.value = `${t.value} ${Ae(e)}`;
15277
+ for (const t of r) t.type = "datetime", t.value = `${t.value} ${Ne(e)}`;
15278
15278
  return r;
15279
15279
  }(e, t) : r.has("duration") ? function (e) {
15280
15280
  return [{
@@ -15287,7 +15287,7 @@ var eo = Ye(function (e, t) {
15287
15287
  return [{
15288
15288
  timex: e.timex,
15289
15289
  type: "time",
15290
- value: Ae(e)
15290
+ value: Ne(e)
15291
15291
  }];
15292
15292
  }(e) : [];
15293
15293
  };
@@ -15360,7 +15360,7 @@ var eo = Ye(function (e, t) {
15360
15360
  values: []
15361
15361
  };
15362
15362
  for (const n of e) {
15363
- const e = new Ne(n),
15363
+ const e = new Ae(n),
15364
15364
  i = De(e, t);
15365
15365
  Array.prototype.push.apply(r.values, i);
15366
15366
  }
@@ -16017,7 +16017,7 @@ var eo = Ye(function (e, t) {
16017
16017
  }
16018
16018
  return d(a), a;
16019
16019
  }
16020
- function A(e, t) {
16020
+ function N(e, t) {
16021
16021
  var r,
16022
16022
  n,
16023
16023
  i,
@@ -16027,7 +16027,7 @@ var eo = Ye(function (e, t) {
16027
16027
  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
16028
  return [s, 0 | i];
16029
16029
  }
16030
- function N(e, r) {
16030
+ function A(e, r) {
16031
16031
  var n,
16032
16032
  i = G(r);
16033
16033
  if (o) return [new u(e.value / i.value), new u(e.value % i.value)];
@@ -16041,7 +16041,7 @@ var eo = Ye(function (e, t) {
16041
16041
  if (-1 == g) return [e.negate(), a[0]];
16042
16042
  var v = Math.abs(g);
16043
16043
  if (v < t) {
16044
- c = h((n = A(y, v))[0]);
16044
+ c = h((n = N(y, v))[0]);
16045
16045
  var C = n[1];
16046
16046
  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
16047
  }
@@ -16074,7 +16074,7 @@ var eo = Ye(function (e, t) {
16074
16074
  }
16075
16075
  m[i] = n;
16076
16076
  }
16077
- return v = A(v, g)[0], [h(m), h(v)];
16077
+ return v = N(v, g)[0], [h(m), h(v)];
16078
16078
  }(y, g) : function (e, t) {
16079
16079
  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
16080
  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 +16205,17 @@ var eo = Ye(function (e, t) {
16205
16205
  }, u.prototype.square = function (e) {
16206
16206
  return new u(this.value * this.value);
16207
16207
  }, s.prototype.divmod = function (e) {
16208
- var t = N(this, e);
16208
+ var t = A(this, e);
16209
16209
  return {
16210
16210
  quotient: t[0],
16211
16211
  remainder: t[1]
16212
16212
  };
16213
16213
  }, u.prototype.divmod = l.prototype.divmod = s.prototype.divmod, s.prototype.divide = function (e) {
16214
- return N(this, e)[0];
16214
+ return A(this, e)[0];
16215
16215
  }, u.prototype.over = u.prototype.divide = function (e) {
16216
16216
  return new u(this.value / G(e).value);
16217
16217
  }, l.prototype.over = l.prototype.divide = s.prototype.over = s.prototype.divide, s.prototype.mod = function (e) {
16218
- return N(this, e)[1];
16218
+ return A(this, e)[1];
16219
16219
  }, u.prototype.mod = u.prototype.remainder = function (e) {
16220
16220
  return new u(this.value % G(e).value);
16221
16221
  }, l.prototype.remainder = l.prototype.mod = s.prototype.remainder = s.prototype.mod, s.prototype.pow = function (e) {
@@ -16380,7 +16380,7 @@ var eo = Ye(function (e, t) {
16380
16380
  }
16381
16381
  function D(e, t, r) {
16382
16382
  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 = N(a, k))[1].toJSNumber(), i && (l = k - 1 - l), u = (p = N(s, k))[1].toJSNumber(), o && (u = k - 1 - u), a = c[0], s = p[0], h.push(r(l, u));
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 = 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
16384
  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
16385
  return d;
16386
16386
  }
@@ -16422,9 +16422,9 @@ var eo = Ye(function (e, t) {
16422
16422
  if (r < 0) return this.shiftLeft(-r);
16423
16423
  for (var n = this; r >= L;) {
16424
16424
  if (n.isZero() || n.isNegative() && n.isUnit()) return n;
16425
- n = (t = N(n, k))[1].isNegative() ? t[0].prev() : t[0], r -= L - 1;
16425
+ n = (t = A(n, k))[1].isNegative() ? t[0].prev() : t[0], r -= L - 1;
16426
16426
  }
16427
- return (t = N(n, P[r]))[1].isNegative() ? t[0].prev() : t[0];
16427
+ return (t = A(n, P[r]))[1].isNegative() ? t[0].prev() : t[0];
16428
16428
  }, u.prototype.shiftRight = l.prototype.shiftRight = s.prototype.shiftRight, s.prototype.not = function () {
16429
16429
  return this.negate().prev();
16430
16430
  }, u.prototype.not = l.prototype.not = s.prototype.not, s.prototype.and = function (e) {
@@ -16949,8 +16949,8 @@ var eo = Ye(function (e, t) {
16949
16949
  var x = "$" === u ? s : "#" === u && /[boxX]/.test(E) ? "0" + E.toLowerCase() : "",
16950
16950
  _ = "$" === u ? c : /[%p]/.test(E) ? m : "",
16951
16951
  S = l[E],
16952
- A = /[defgprs%]/.test(E);
16953
- function N(e) {
16952
+ N = /[defgprs%]/.test(E);
16953
+ function A(e) {
16954
16954
  var o,
16955
16955
  s,
16956
16956
  l,
@@ -16971,14 +16971,14 @@ var eo = Ye(function (e, t) {
16971
16971
  i > 0 && (i = 0);
16972
16972
  }
16973
16973
  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 ? ")" : ""), A) for (o = -1, s = e.length; ++o < s;) if (48 > (l = e.charCodeAt(o)) || l > 57) {
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 ? ")" : ""), N) for (o = -1, s = e.length; ++o < s;) if (48 > (l = e.charCodeAt(o)) || l > 57) {
16975
16975
  c = (46 === l ? d + e.slice(o + 1) : e.slice(o)) + c, e = e.slice(0, o);
16976
16976
  break;
16977
16977
  }
16978
16978
  }
16979
16979
  b && !p && (e = a(e, 1 / 0));
16980
- var N = u.length + e.length + c.length,
16981
- w = N < v ? new Array(v - N + 1).join(t) : "";
16980
+ var A = u.length + e.length + c.length,
16981
+ w = A < v ? new Array(v - A + 1).join(t) : "";
16982
16982
  switch (b && p && (e = a(w + e, w.length ? v - c.length : 1 / 0), w = ""), r) {
16983
16983
  case "<":
16984
16984
  e = u + e + c + w;
@@ -16987,16 +16987,16 @@ var eo = Ye(function (e, t) {
16987
16987
  e = u + w + e + c;
16988
16988
  break;
16989
16989
  case "^":
16990
- e = w.slice(0, N = w.length >> 1) + u + e + c + w.slice(N);
16990
+ e = w.slice(0, A = w.length >> 1) + u + e + c + w.slice(A);
16991
16991
  break;
16992
16992
  default:
16993
16993
  e = w + u + e + c;
16994
16994
  }
16995
16995
  return f(e);
16996
16996
  }
16997
- return C = void 0 === C ? 6 : /[gprs]/.test(E) ? Math.max(1, Math.min(21, C)) : Math.max(0, Math.min(20, C)), N.toString = function () {
16997
+ 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
16998
  return e + "";
16999
- }, N;
16999
+ }, A;
17000
17000
  }
17001
17001
  return {
17002
17002
  format: v,
@@ -21195,10 +21195,10 @@ var eo = Ye(function (e, t) {
21195
21195
  function S(e, t) {
21196
21196
  arguments.length > 0 && this.init(e, t);
21197
21197
  }
21198
- function A(e, t) {
21198
+ function N(e, t) {
21199
21199
  arguments.length > 0 && this.init(e, t);
21200
21200
  }
21201
- function N(e, t) {
21201
+ function A(e, t) {
21202
21202
  arguments.length > 0 && this.init(e, t);
21203
21203
  }
21204
21204
  function w(e, t) {
@@ -21262,9 +21262,9 @@ var eo = Ye(function (e, t) {
21262
21262
  }, this.reduceActions[16] = function (e) {
21263
21263
  return new S(e[0], e[2]);
21264
21264
  }, this.reduceActions[18] = function (e) {
21265
- return new A(e[0], e[2]);
21266
- }, this.reduceActions[19] = function (e) {
21267
21265
  return new N(e[0], e[2]);
21266
+ }, this.reduceActions[19] = function (e) {
21267
+ return new A(e[0], e[2]);
21268
21268
  }, this.reduceActions[20] = function (e) {
21269
21269
  return new w(e[0], e[2]);
21270
21270
  }, this.reduceActions[22] = function (e) {
@@ -21591,17 +21591,17 @@ var eo = Ye(function (e, t) {
21591
21591
  return this.lhs.evaluate(e).number().minus(this.rhs.evaluate(e).number());
21592
21592
  }, S.prototype.toString = function () {
21593
21593
  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
21594
  }, N.prototype = new m(), N.prototype.constructor = N, N.superclass = m.prototype, N.prototype.init = function (e, t) {
21601
21595
  N.superclass.init.call(this, e, t);
21602
21596
  }, N.prototype.evaluate = function (e) {
21603
- return this.lhs.evaluate(e).number().div(this.rhs.evaluate(e).number());
21597
+ return this.lhs.evaluate(e).number().multiply(this.rhs.evaluate(e).number());
21604
21598
  }, N.prototype.toString = function () {
21599
+ return "(" + this.lhs.toString() + " * " + this.rhs.toString() + ")";
21600
+ }, A.prototype = new m(), A.prototype.constructor = A, A.superclass = m.prototype, A.prototype.init = function (e, t) {
21601
+ A.superclass.init.call(this, e, t);
21602
+ }, A.prototype.evaluate = function (e) {
21603
+ return this.lhs.evaluate(e).number().div(this.rhs.evaluate(e).number());
21604
+ }, A.prototype.toString = function () {
21605
21605
  return "(" + this.lhs.toString() + " div " + this.rhs.toString() + ")";
21606
21606
  }, w.prototype = new m(), w.prototype.constructor = w, w.superclass = m.prototype, w.prototype.init = function (e, t) {
21607
21607
  w.superclass.init.call(this, e, t);
@@ -22513,8 +22513,8 @@ var eo = Ye(function (e, t) {
22513
22513
  GreaterThanOrEqualOperation: x,
22514
22514
  PlusOperation: _,
22515
22515
  MinusOperation: S,
22516
- MultiplyOperation: A,
22517
- DivOperation: N,
22516
+ MultiplyOperation: N,
22517
+ DivOperation: A,
22518
22518
  ModOperation: w,
22519
22519
  UnaryMinusOperation: f,
22520
22520
  FunctionCall: U,
@@ -23150,8 +23150,8 @@ var eo = Ye(function (e, t) {
23150
23150
  var E,
23151
23151
  _ = "",
23152
23152
  S = !1,
23153
- A = ["{", "}"];
23154
- return p(t) && (S = !0, A = ["[", "]"]), 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) {
23153
+ N = ["{", "}"];
23154
+ 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
23155
  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
23156
  return i.forEach(function (i) {
23157
23157
  i.match(/^\d+$/) || o.push(c(e, t, r, n, i, !0));
@@ -23162,7 +23162,7 @@ var eo = Ye(function (e, t) {
23162
23162
  return e.reduce(function (e, t) {
23163
23163
  return t.indexOf("\n"), e + t.replace(/\u001b\[\d\d?m/g, "").length + 1;
23164
23164
  }, 0) > 60 ? r[0] + ("" === t ? "" : t + "\n ") + " " + e.join(",\n ") + " " + r[1] : r[0] + t + " " + e.join(", ") + " " + r[1];
23165
- }(E, _, A)) : A[0] + _ + A[1];
23165
+ }(E, _, N)) : N[0] + _ + N[1];
23166
23166
  }
23167
23167
  function u(e) {
23168
23168
  return "[" + Error.prototype.toString.call(e) + "]";
@@ -23336,18 +23336,18 @@ var eo = Ye(function (e, t) {
23336
23336
  x,
23337
23337
  _,
23338
23338
  S = Array.prototype,
23339
- A = Function.prototype,
23340
- N = Object.prototype,
23339
+ N = Function.prototype,
23340
+ A = Object.prototype,
23341
23341
  w = h["__core-js_shared__"],
23342
- O = A.toString,
23343
- R = N.hasOwnProperty,
23342
+ O = N.toString,
23343
+ R = A.hasOwnProperty,
23344
23344
  P = (E = /[^.]+$/.exec(w && w.keys && w.keys.IE_PROTO || "")) ? "Symbol(src)_1." + E : "",
23345
- L = N.toString,
23345
+ L = A.toString,
23346
23346
  k = RegExp("^" + O.call(R).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"),
23347
23347
  I = m ? h.Buffer : void 0,
23348
23348
  D = h.Symbol,
23349
23349
  M = h.Uint8Array,
23350
- U = N.propertyIsEnumerable,
23350
+ U = A.propertyIsEnumerable,
23351
23351
  F = S.splice,
23352
23352
  j = D ? D.toStringTag : void 0,
23353
23353
  B = Object.getOwnPropertySymbols,
@@ -23420,10 +23420,10 @@ var eo = Ye(function (e, t) {
23420
23420
  }(e);
23421
23421
  }
23422
23422
  function ue(e) {
23423
- return Ae(e) && le(e) == n;
23423
+ return Ne(e) && le(e) == n;
23424
23424
  }
23425
23425
  function ce(e, t, r, s, l) {
23426
- return e === t || (null == e || null == t || !Ae(e) && !Ae(t) ? e != e && t != t : function (e, t, r, s, l, u) {
23426
+ return e === t || (null == e || null == t || !Ne(e) && !Ne(t) ? e != e && t != t : function (e, t, r, s, l, u) {
23427
23427
  var c = Te(e),
23428
23428
  p = Te(t),
23429
23429
  h = c ? "[object Array]" : ye(e),
@@ -23435,7 +23435,7 @@ var eo = Ye(function (e, t) {
23435
23435
  if (!Ee(t)) return !1;
23436
23436
  c = !0, f = !1;
23437
23437
  }
23438
- if (y && !f) return u || (u = new ae()), c || Ne(e) ? pe(e, t, r, s, l, u) : function (e, t, r, n, o, s, l) {
23438
+ 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
23439
  switch (r) {
23440
23440
  case "[object DataView]":
23441
23441
  if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset) return !1;
@@ -23690,7 +23690,7 @@ var eo = Ye(function (e, t) {
23690
23690
  var Ce = ue(function () {
23691
23691
  return arguments;
23692
23692
  }()) ? ue : function (e) {
23693
- return Ae(e) && R.call(e, "callee") && !U.call(e, "callee");
23693
+ return Ne(e) && R.call(e, "callee") && !U.call(e, "callee");
23694
23694
  },
23695
23695
  Te = Array.isArray,
23696
23696
  Ee = z || function () {
@@ -23708,22 +23708,22 @@ var eo = Ye(function (e, t) {
23708
23708
  var t = typeof e;
23709
23709
  return null != e && ("object" == t || "function" == t);
23710
23710
  }
23711
- function Ae(e) {
23711
+ function Ne(e) {
23712
23712
  return null != e && "object" == typeof e;
23713
23713
  }
23714
- var Ne = v ? function (e) {
23714
+ var Ae = v ? function (e) {
23715
23715
  return function (t) {
23716
23716
  return e(t);
23717
23717
  };
23718
23718
  }(v) : function (e) {
23719
- return Ae(e) && _e(e.length) && !!u[le(e)];
23719
+ return Ne(e) && _e(e.length) && !!u[le(e)];
23720
23720
  };
23721
23721
  function we(e) {
23722
23722
  return null != (t = e) && _e(t.length) && !xe(t) ? function (e, t) {
23723
23723
  var r = Te(e),
23724
23724
  n = !r && Ce(e),
23725
23725
  i = !r && !n && Ee(e),
23726
- o = !r && !n && !i && Ne(e),
23726
+ o = !r && !n && !i && Ae(e),
23727
23727
  a = r || n || i || o,
23728
23728
  s = a ? function (e, t) {
23729
23729
  for (var r = -1, n = Array(e); ++r < e;) n[r] = t(r);
@@ -23733,7 +23733,7 @@ var eo = Ye(function (e, t) {
23733
23733
  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
23734
  return s;
23735
23735
  }(e) : function (e) {
23736
- if (r = (t = e) && t.constructor, t !== ("function" == typeof r && r.prototype || N)) return H(e);
23736
+ if (r = (t = e) && t.constructor, t !== ("function" == typeof r && r.prototype || A)) return H(e);
23737
23737
  var t,
23738
23738
  r,
23739
23739
  n = [];
@@ -24087,8 +24087,8 @@ var eo = Ye(function (e, t) {
24087
24087
  x = e(299),
24088
24088
  _ = e(300),
24089
24089
  S = e(301),
24090
- A = e(302),
24091
- N = e(303),
24090
+ N = e(302),
24091
+ A = e(303),
24092
24092
  w = e(304),
24093
24093
  O = e(306),
24094
24094
  R = e(242),
@@ -24185,14 +24185,14 @@ var eo = Ye(function (e, t) {
24185
24185
  let r = Z.toInt(e[t++]);
24186
24186
  y.states[r].sll = !0;
24187
24187
  }
24188
- let A = Z.toInt(e[t++]);
24189
- for (let r = 0; r < A; r++) {
24188
+ let N = Z.toInt(e[t++]);
24189
+ for (let r = 0; r < N; r++) {
24190
24190
  let r = Z.toInt(e[t++]);
24191
24191
  y.states[r].isPrecedenceRule = !0;
24192
24192
  }
24193
- let N = Z.toInt(e[t++]);
24194
- 0 === y.grammarType && (y.ruleToTokenType = new Int32Array(N)), y.ruleToStartState = new Array(N);
24195
- for (let r = 0; r < N; r++) {
24193
+ let A = Z.toInt(e[t++]);
24194
+ 0 === y.grammarType && (y.ruleToTokenType = new Int32Array(A)), y.ruleToStartState = new Array(A);
24195
+ for (let r = 0; r < A; r++) {
24196
24196
  let i = Z.toInt(e[t++]),
24197
24197
  o = y.states[i];
24198
24198
  if (o.leftFactored = 0 !== Z.toInt(e[t++]), y.ruleToStartState[r] = o, 0 === y.grammarType) {
@@ -24200,7 +24200,7 @@ var eo = Ye(function (e, t) {
24200
24200
  65535 === i && (i = G.Token.EOF), y.ruleToTokenType[r] = i, Z.isFeatureSupported(Z.ADDED_LEXER_ACTIONS, n) || Z.toInt(e[t++]);
24201
24201
  }
24202
24202
  }
24203
- y.ruleToStopState = new Array(N);
24203
+ y.ruleToStopState = new Array(A);
24204
24204
  for (let e of y.states) e instanceof j.RuleStopState && (y.ruleToStopState[e.ruleIndex] = e, y.ruleToStartState[e.ruleIndex].stopState = e);
24205
24205
  let w = Z.toInt(e[t++]);
24206
24206
  for (let r = 0; r < w; r++) {
@@ -24647,9 +24647,9 @@ var eo = Ye(function (e, t) {
24647
24647
  case 4:
24648
24648
  return S.LexerPopModeAction.INSTANCE;
24649
24649
  case 5:
24650
- return new A.LexerPushModeAction(t);
24650
+ return new N.LexerPushModeAction(t);
24651
24651
  case 6:
24652
- return N.LexerSkipAction.INSTANCE;
24652
+ return A.LexerSkipAction.INSTANCE;
24653
24653
  case 7:
24654
24654
  return new w.LexerTypeAction(t);
24655
24655
  default:
@@ -25383,7 +25383,7 @@ var eo = Ye(function (e, t) {
25383
25383
  return e;
25384
25384
  }
25385
25385
  cc_atom() {
25386
- let e = new A(this._ctx, this.state);
25386
+ let e = new N(this._ctx, this.state);
25387
25387
  this.enterRule(e, 24, d.RULE_cc_atom);
25388
25388
  try {
25389
25389
  switch (this.state = 173, this._errHandler.sync(this), this.interpreter.adaptivePredict(this._input, 11, this._ctx)) {
@@ -25406,7 +25406,7 @@ var eo = Ye(function (e, t) {
25406
25406
  }
25407
25407
  shared_atom() {
25408
25408
  let e,
25409
- t = new N(this._ctx, this.state);
25409
+ t = new A(this._ctx, this.state);
25410
25410
  this.enterRule(t, 26, d.RULE_shared_atom);
25411
25411
  try {
25412
25412
  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 +26274,7 @@ var eo = Ye(function (e, t) {
26274
26274
  return this.getToken(d.CharacterClassEnd, 0);
26275
26275
  }
26276
26276
  cc_atom(e) {
26277
- return void 0 === e ? this.getRuleContexts(A) : this.getRuleContext(e, A);
26277
+ return void 0 === e ? this.getRuleContexts(N) : this.getRuleContext(e, N);
26278
26278
  }
26279
26279
  constructor(e, t) {
26280
26280
  super(e, t);
@@ -26424,7 +26424,7 @@ var eo = Ye(function (e, t) {
26424
26424
  r.Option_flagContext = _;
26425
26425
  class S extends s.ParserRuleContext {
26426
26426
  shared_atom() {
26427
- return this.tryGetRuleContext(0, N);
26427
+ return this.tryGetRuleContext(0, A);
26428
26428
  }
26429
26429
  literal() {
26430
26430
  return this.tryGetRuleContext(0, w);
@@ -26467,7 +26467,7 @@ var eo = Ye(function (e, t) {
26467
26467
  }
26468
26468
  }
26469
26469
  r.AtomContext = S;
26470
- class A extends s.ParserRuleContext {
26470
+ class N extends s.ParserRuleContext {
26471
26471
  cc_literal(e) {
26472
26472
  return void 0 === e ? this.getRuleContexts(O) : this.getRuleContext(e, O);
26473
26473
  }
@@ -26475,7 +26475,7 @@ var eo = Ye(function (e, t) {
26475
26475
  return this.tryGetToken(d.Hyphen, 0);
26476
26476
  }
26477
26477
  shared_atom() {
26478
- return this.tryGetRuleContext(0, N);
26478
+ return this.tryGetRuleContext(0, A);
26479
26479
  }
26480
26480
  constructor(e, t) {
26481
26481
  super(e, t);
@@ -26493,8 +26493,8 @@ var eo = Ye(function (e, t) {
26493
26493
  return e.visitCc_atom ? e.visitCc_atom(this) : e.visitChildren(this);
26494
26494
  }
26495
26495
  }
26496
- r.Cc_atomContext = A;
26497
- class N extends s.ParserRuleContext {
26496
+ r.Cc_atomContext = N;
26497
+ class A extends s.ParserRuleContext {
26498
26498
  ControlChar() {
26499
26499
  return this.tryGetToken(d.ControlChar, 0);
26500
26500
  }
@@ -26538,7 +26538,7 @@ var eo = Ye(function (e, t) {
26538
26538
  return e.visitShared_atom ? e.visitShared_atom(this) : e.visitChildren(this);
26539
26539
  }
26540
26540
  }
26541
- r.Shared_atomContext = N;
26541
+ r.Shared_atomContext = A;
26542
26542
  class w extends s.ParserRuleContext {
26543
26543
  shared_literal() {
26544
26544
  return this.tryGetRuleContext(0, R);
@@ -27733,8 +27733,8 @@ var eo = Ye(function (e, t) {
27733
27733
  x = e(307),
27734
27734
  _ = e(254),
27735
27735
  S = e(352),
27736
- A = e(257),
27737
- N = e(316),
27736
+ N = e(257),
27737
+ A = e(316),
27738
27738
  w = e(317),
27739
27739
  O = e(318),
27740
27740
  R = e(322),
@@ -27767,7 +27767,7 @@ var eo = Ye(function (e, t) {
27767
27767
  if (null != n) return n;
27768
27768
  }
27769
27769
  }
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 = A.ParserRuleContext.emptyContext()), a.isEmpty || (o = this.getStartState(a, t, n, i)), null == o && (null == n && (n = A.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));
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 = 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
27771
  let s = t.mark(),
27772
27772
  l = t.index;
27773
27773
  try {
@@ -27993,7 +27993,7 @@ var eo = Ye(function (e, t) {
27993
27993
  if (o && l) {
27994
27994
  d.clear(), n = this.skipTailCalls(n);
27995
27995
  let e = this.getReturnState(n);
27996
- if (null == s && (s = new b.IntegerList()), n = n.isEmpty ? void 0 : n.parent, s.add(e), e !== N.PredictionContext.EMPTY_FULL_STATE_KEY) for (let t = 0; t < c.length; t++) c[t] = c[t].appendContext(e, a);
27996
+ 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
27997
  }
27998
27998
  } while (o && l);
27999
27999
  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 +28014,13 @@ var eo = Ye(function (e, t) {
28014
28014
  let i = e.atnStartState,
28015
28015
  o = 0,
28016
28016
  a = t,
28017
- s = r ? N.PredictionContext.EMPTY_FULL : N.PredictionContext.EMPTY_LOCAL,
28017
+ s = r ? A.PredictionContext.EMPTY_FULL : A.PredictionContext.EMPTY_LOCAL,
28018
28018
  l = new w.PredictionContextCache();
28019
28019
  if (r) {
28020
- if (!this.enable_global_context_dfa) for (; null != a;) a.isEmpty ? (o = N.PredictionContext.EMPTY_FULL_STATE_KEY, a = void 0) : (o = this.getReturnState(a), s = s.appendSingleContext(o, l), a = a.parent);
28020
+ 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
28021
  for (; null != n && n.isContextSensitive && null != a;) {
28022
28022
  let e;
28023
- if ((a = this.skipTailCalls(a)).isEmpty ? (e = n.getContextTarget(N.PredictionContext.EMPTY_FULL_STATE_KEY), o = N.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;
28023
+ 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
28024
  n = e;
28025
28025
  }
28026
28026
  }
@@ -28046,7 +28046,7 @@ var eo = Ye(function (e, t) {
28046
28046
  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
28047
  y.setContextSensitive(this.atn), u.clear(), a = this.skipTailCalls(a);
28048
28048
  let v = this.getReturnState(a);
28049
- a = a.isEmpty ? void 0 : a.parent, v !== N.PredictionContext.EMPTY_FULL_STATE_KEY && (s = s.appendSingleContext(v, l)), o = v;
28049
+ a = a.isEmpty ? void 0 : a.parent, v !== A.PredictionContext.EMPTY_FULL_STATE_KEY && (s = s.appendSingleContext(v, l)), o = v;
28050
28050
  }
28051
28051
  return new I.SimulatorState(t, n, r, a);
28052
28052
  }
@@ -28124,7 +28124,7 @@ var eo = Ye(function (e, t) {
28124
28124
  closureImpl(t, r, n, i, o, s, l, u, p) {
28125
28125
  if (e.debug && console.log("closure(" + t.toString(this._parser, !0) + ")"), t.state instanceof R.RuleStopState) if (t.context.isEmpty) {
28126
28126
  if (!s) return void r.add(t, l);
28127
- e.debug && console.log("FALLING off rule " + this.getRuleName(t.state.ruleIndex)), t.context === N.PredictionContext.EMPTY_FULL ? t = t.transform(t.state, !1, N.PredictionContext.EMPTY_LOCAL) : !t.reachesIntoOuterContext && N.PredictionContext.isEmptyLocal(t.context) && r.add(t, l);
28127
+ 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
28128
  } else {
28129
28129
  let e = t.context.hasEmpty,
28130
28130
  a = t.context.size - (e ? 1 : 0);
@@ -28135,7 +28135,7 @@ var eo = Ye(function (e, t) {
28135
28135
  d.outerContextDepth = t.outerContextDepth, d.isPrecedenceFilterSuppressed = t.isPrecedenceFilterSuppressed, this.closureImpl(d, r, n, i, o, s, l, u - 1, p);
28136
28136
  }
28137
28137
  if (!e || !s) return;
28138
- t = t.transform(t.state, !1, N.PredictionContext.EMPTY_LOCAL);
28138
+ t = t.transform(t.state, !1, A.PredictionContext.EMPTY_LOCAL);
28139
28139
  }
28140
28140
  let h = t.state;
28141
28141
  h.onlyHasEpsilonTransitions || (r.add(t, l), e.debug && console.log("added config " + r));
@@ -28161,7 +28161,7 @@ var eo = Ye(function (e, t) {
28161
28161
  if (t.state instanceof R.RuleStopState) {
28162
28162
  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
28163
  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 && N.PredictionContext.isEmptyLocal(t.context) ? a >= 0 && a++ : 0 === a && (a--, !this.tail_call_preserves_sll && N.PredictionContext.isEmptyLocal(t.context) && (y.outerContextDepth = y.outerContextDepth + 1));else if (!f.isEpsilon && !i.add(y)) continue;
28164
+ } 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
28165
  this.closureImpl(y, r, n, i, m, s, l, a, p);
28166
28166
  }
28167
28167
  }
@@ -28212,7 +28212,7 @@ var eo = Ye(function (e, t) {
28212
28212
  e.debug && console.log("CALL rule " + this.getRuleName(r.target.ruleIndex) + ", ctx=" + t.context);
28213
28213
  let i,
28214
28214
  o = r.followState;
28215
- return i = !this.optimize_tail_calls || !r.optimizedTailCall || this.tail_call_preserves_sll && N.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);
28215
+ 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
28216
  }
28217
28217
  isConflicted(t, r) {
28218
28218
  if (t.uniqueAlt !== u.ATN.INVALID_ALT_NUMBER || t.size <= 1) return;
@@ -28339,7 +28339,7 @@ var eo = Ye(function (e, t) {
28339
28339
  let s = r,
28340
28340
  l = this.addDFAState(t, o, a);
28341
28341
  if (null != i) for (let e of i.toArray()) {
28342
- if (e === N.PredictionContext.EMPTY_FULL_STATE_KEY && s.configs.isOutermostConfigSet) continue;
28342
+ if (e === A.PredictionContext.EMPTY_FULL_STATE_KEY && s.configs.isOutermostConfigSet) continue;
28343
28343
  s.setContextSensitive(this.atn), s.setContextSymbol(n);
28344
28344
  let r = s.getContextTarget(e);
28345
28345
  null == r ? (r = this.addDFAContextState(t, s.configs, e, a), s.setContextTarget(e, r), s = r) : s = r;
@@ -28350,7 +28350,7 @@ var eo = Ye(function (e, t) {
28350
28350
  null != e && e.setTarget(t, r);
28351
28351
  }
28352
28352
  addDFAContextState(e, t, r, n) {
28353
- if (r !== N.PredictionContext.EMPTY_FULL_STATE_KEY) {
28353
+ if (r !== A.PredictionContext.EMPTY_FULL_STATE_KEY) {
28354
28354
  let i = new p.ATNConfigSet();
28355
28355
  for (let e of t) i.add(e.appendContext(r, n));
28356
28356
  return this.addDFAState(e, i, n);
@@ -28411,7 +28411,7 @@ var eo = Ye(function (e, t) {
28411
28411
  }
28412
28412
  }
28413
28413
  getReturnState(e) {
28414
- return e.isEmpty ? N.PredictionContext.EMPTY_FULL_STATE_KEY : this.atn.states[e.invokingState].transition(0).followState.stateNumber;
28414
+ return e.isEmpty ? A.PredictionContext.EMPTY_FULL_STATE_KEY : this.atn.states[e.invokingState].transition(0).followState.stateNumber;
28415
28415
  }
28416
28416
  skipTailCalls(e) {
28417
28417
  if (!this.optimize_tail_calls) return e;
@@ -28820,10 +28820,10 @@ var eo = Ye(function (e, t) {
28820
28820
  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
28821
  break;
28822
28822
  case m.NUMBER:
28823
- o = new A(o), this._ctx = o, l = o, this.state = 82, this.match(m.NUMBER);
28823
+ o = new N(o), this._ctx = o, l = o, this.state = 82, this.match(m.NUMBER);
28824
28824
  break;
28825
28825
  case m.STRING:
28826
- o = new N(o), this._ctx = o, l = o, this.state = 83, this.match(m.STRING);
28826
+ o = new A(o), this._ctx = o, l = o, this.state = 83, this.match(m.STRING);
28827
28827
  break;
28828
28828
  case m.IDENTIFIER:
28829
28829
  o = new w(o), this._ctx = o, l = o, this.state = 84, this.match(m.IDENTIFIER);
@@ -29295,7 +29295,7 @@ var eo = Ye(function (e, t) {
29295
29295
  }
29296
29296
  }
29297
29297
  r.JsonCreationExpContext = S;
29298
- class A extends E {
29298
+ class N extends E {
29299
29299
  NUMBER() {
29300
29300
  return this.getToken(m.NUMBER, 0);
29301
29301
  }
@@ -29312,8 +29312,8 @@ var eo = Ye(function (e, t) {
29312
29312
  return e.visitNumericAtom ? e.visitNumericAtom(this) : e.visitChildren(this);
29313
29313
  }
29314
29314
  }
29315
- r.NumericAtomContext = A;
29316
- class N extends E {
29315
+ r.NumericAtomContext = N;
29316
+ class A extends E {
29317
29317
  STRING() {
29318
29318
  return this.getToken(m.STRING, 0);
29319
29319
  }
@@ -29330,7 +29330,7 @@ var eo = Ye(function (e, t) {
29330
29330
  return e.visitStringAtom ? e.visitStringAtom(this) : e.visitChildren(this);
29331
29331
  }
29332
29332
  }
29333
- r.StringAtomContext = N;
29333
+ r.StringAtomContext = A;
29334
29334
  class w extends E {
29335
29335
  IDENTIFIER() {
29336
29336
  return this.getToken(m.IDENTIFIER, 0);
@@ -30890,8 +30890,8 @@ var eo = Ye(function (e, t) {
30890
30890
  x = p.NOTATION_NODE = 12,
30891
30891
  _ = {},
30892
30892
  S = {},
30893
- A = (_.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)),
30894
- N = (_.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)),
30893
+ 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)),
30894
+ 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
30895
  w = (_.NOT_SUPPORTED_ERR = (S[9] = "Not supported", 9), _.INUSE_ATTRIBUTE_ERR = (S[10] = "Attribute in use", 10));
30896
30896
  function O(e, t) {
30897
30897
  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 +30923,7 @@ var eo = Ye(function (e, t) {
30923
30923
  }
30924
30924
  function M(e, t, r) {
30925
30925
  var n = I(t, r);
30926
- if (!(n >= 0)) throw new O(N, new Error(e.tagName + "@" + r));
30926
+ if (!(n >= 0)) throw new O(A, new Error(e.tagName + "@" + r));
30927
30927
  for (var i = t.length - 1; n < i;) t[n] = t[++n];
30928
30928
  if (t.length = i, e) {
30929
30929
  var o = e.ownerDocument;
@@ -30990,41 +30990,41 @@ var eo = Ye(function (e, t) {
30990
30990
  o = t.childNodes || [];
30991
30991
  if (t.nodeType === F.DOCUMENT_FRAGMENT_NODE) {
30992
30992
  var a = o.filter(W);
30993
- if (a.length > 1 || i(o, $)) throw new O(A, "More than one element or text in fragment");
30994
- if (1 === a.length && !K(e, r)) throw new O(A, "Element in fragment can not be inserted before doctype");
30993
+ if (a.length > 1 || i(o, $)) throw new O(N, "More than one element or text in fragment");
30994
+ if (1 === a.length && !K(e, r)) throw new O(N, "Element in fragment can not be inserted before doctype");
30995
30995
  }
30996
- if (W(t) && !K(e, r)) throw new O(A, "Only one element can be added and only after doctype");
30996
+ if (W(t) && !K(e, r)) throw new O(N, "Only one element can be added and only after doctype");
30997
30997
  if (G(t)) {
30998
30998
  if (i(n, function (e) {
30999
30999
  return G(e) && e !== r;
31000
- })) throw new O(A, "Only one doctype is allowed");
31000
+ })) throw new O(N, "Only one doctype is allowed");
31001
31001
  var s = i(n, W);
31002
- if (r && n.indexOf(s) < n.indexOf(r)) throw new O(A, "Doctype can only be inserted before an element");
31002
+ if (r && n.indexOf(s) < n.indexOf(r)) throw new O(N, "Doctype can only be inserted before an element");
31003
31003
  }
31004
31004
  }
31005
31005
  function X(e, t, r, n) {
31006
31006
  ((function (e, t, r) {
31007
31007
  if (!function (e) {
31008
31008
  return e && (e.nodeType === F.DOCUMENT_NODE || e.nodeType === F.DOCUMENT_FRAGMENT_NODE || e.nodeType === F.ELEMENT_NODE);
31009
- }(e)) throw new O(A, "Unexpected parent node type " + e.nodeType);
31010
- if (r && r.parentNode !== e) throw new O(N, "child not in parent");
31009
+ }(e)) throw new O(N, "Unexpected parent node type " + e.nodeType);
31010
+ if (r && r.parentNode !== e) throw new O(A, "child not in parent");
31011
31011
  if (!function (e) {
31012
31012
  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(A, "Unexpected node type " + t.nodeType + " for parent node type " + e.nodeType);
31013
+ }(t) || G(t) && e.nodeType !== F.DOCUMENT_NODE) throw new O(N, "Unexpected node type " + t.nodeType + " for parent node type " + e.nodeType);
31014
31014
  }))(e, t, r), e.nodeType === F.DOCUMENT_NODE && (n || function (e, t, r) {
31015
31015
  var n = e.childNodes || [],
31016
31016
  o = t.childNodes || [];
31017
31017
  if (t.nodeType === F.DOCUMENT_FRAGMENT_NODE) {
31018
31018
  var a = o.filter(W);
31019
- if (a.length > 1 || i(o, $)) throw new O(A, "More than one element or text in fragment");
31020
- if (1 === a.length && !Y(e, r)) throw new O(A, "Element in fragment can not be inserted before doctype");
31019
+ if (a.length > 1 || i(o, $)) throw new O(N, "More than one element or text in fragment");
31020
+ if (1 === a.length && !Y(e, r)) throw new O(N, "Element in fragment can not be inserted before doctype");
31021
31021
  }
31022
- if (W(t) && !Y(e, r)) throw new O(A, "Only one element can be added and only after doctype");
31022
+ if (W(t) && !Y(e, r)) throw new O(N, "Only one element can be added and only after doctype");
31023
31023
  if (G(t)) {
31024
- if (i(n, G)) throw new O(A, "Only one doctype is allowed");
31024
+ if (i(n, G)) throw new O(N, "Only one doctype is allowed");
31025
31025
  var s = i(n, W);
31026
- if (r && n.indexOf(s) < n.indexOf(r)) throw new O(A, "Doctype can only be inserted before an element");
31027
- if (!r && s) throw new O(A, "Doctype can not be appended since element is present");
31026
+ if (r && n.indexOf(s) < n.indexOf(r)) throw new O(N, "Doctype can only be inserted before an element");
31027
+ if (!r && s) throw new O(N, "Doctype can not be appended since element is present");
31028
31028
  }
31029
31029
  })(e, t, r);
31030
31030
  var o = t.parentNode;
@@ -31109,22 +31109,22 @@ var eo = Ye(function (e, t) {
31109
31109
  }
31110
31110
  }
31111
31111
  t.push("<", c);
31112
- for (var S = 0; S < s; S++) "xmlns" == (A = a.item(S)).prefix ? i.push({
31113
- prefix: A.localName,
31114
- namespace: A.value
31115
- }) : "xmlns" == A.nodeName && i.push({
31112
+ for (var S = 0; S < s; S++) "xmlns" == (N = a.item(S)).prefix ? i.push({
31113
+ prefix: N.localName,
31114
+ namespace: N.value
31115
+ }) : "xmlns" == N.nodeName && i.push({
31116
31116
  prefix: "",
31117
- namespace: A.value
31117
+ namespace: N.value
31118
31118
  });
31119
31119
  for (S = 0; S < s; S++) {
31120
- var A, N, w;
31121
- pe(A = a.item(S), 0, i) && (he(t, (N = A.prefix || "") ? "xmlns:" + N : "xmlns", w = A.namespaceURI), i.push({
31122
- prefix: N,
31120
+ var N, A, w;
31121
+ pe(N = a.item(S), 0, i) && (he(t, (A = N.prefix || "") ? "xmlns:" + A : "xmlns", w = N.namespaceURI), i.push({
31122
+ prefix: A,
31123
31123
  namespace: w
31124
- })), de(A, t, r, n, i);
31124
+ })), de(N, t, r, n, i);
31125
31125
  }
31126
- if (u === c && pe(e, 0, i) && (he(t, (N = e.prefix || "") ? "xmlns:" + N : "xmlns", w = e.namespaceURI), i.push({
31127
- prefix: N,
31126
+ if (u === c && pe(e, 0, i) && (he(t, (A = e.prefix || "") ? "xmlns:" + A : "xmlns", w = e.namespaceURI), i.push({
31127
+ prefix: A,
31128
31128
  namespace: w
31129
31129
  })), l || r && !/^(?:meta|link|img|br|hr|input)$/i.test(u)) {
31130
31130
  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 +31500,7 @@ var eo = Ye(function (e, t) {
31500
31500
  this.replaceData(e, 0, t);
31501
31501
  },
31502
31502
  appendChild: function (e) {
31503
- throw new Error(S[A]);
31503
+ throw new Error(S[N]);
31504
31504
  },
31505
31505
  deleteData: function (e, t) {
31506
31506
  this.replaceData(e, t, "");
@@ -32020,9 +32020,9 @@ var eo = Ye(function (e, t) {
32020
32020
  var S = e.indexOf("<", _);
32021
32021
  if (S < 0) {
32022
32022
  if (!e.substr(_).match(/^\s*$/)) {
32023
- var A = i.doc,
32024
- N = A.createTextNode(e.substr(_));
32025
- A.appendChild(N), i.currentElement = N;
32023
+ var N = i.doc,
32024
+ A = N.createTextNode(e.substr(_));
32025
+ N.appendChild(A), i.currentElement = A;
32026
32026
  }
32027
32027
  return;
32028
32028
  }
@@ -41496,19 +41496,19 @@ var eo = Ye(function (e, t) {
41496
41496
  } : t;
41497
41497
  }
41498
41498
  function S() {
41499
- return I("(") ? A() : w();
41499
+ return I("(") ? N() : w();
41500
41500
  }
41501
- function A() {
41501
+ function N() {
41502
41502
  F("(");
41503
41503
  var t = _();
41504
41504
  F(")");
41505
- for (var r, n = []; r = N();) n.push(r);
41505
+ for (var r, n = []; r = A();) n.push(r);
41506
41506
  return n.length ? t.type === e ? (t.parts = t.parts.concat(n), t) : (n.unshift(t), {
41507
41507
  type: e,
41508
41508
  parts: n
41509
41509
  }) : t;
41510
41510
  }
41511
- function N() {
41511
+ function A() {
41512
41512
  return I("[") ? function () {
41513
41513
  F("[");
41514
41514
  var e = function () {
@@ -41540,7 +41540,7 @@ var eo = Ye(function (e, t) {
41540
41540
  type: n,
41541
41541
  arg: e
41542
41542
  };
41543
- }() : I("(") ? A() : void 0;
41543
+ }() : I("(") ? N() : void 0;
41544
41544
  }
41545
41545
  function w() {
41546
41546
  D() || G(z());
@@ -41554,7 +41554,7 @@ var eo = Ye(function (e, t) {
41554
41554
  type: r,
41555
41555
  selector: i,
41556
41556
  prop: n
41557
- }) : N();) l.push(s);
41557
+ }) : A();) l.push(s);
41558
41558
  return {
41559
41559
  type: e,
41560
41560
  fromRoot: a,
@@ -41844,7 +41844,7 @@ var eo = Ye(function (e, t) {
41844
41844
  a = f(),
41845
41845
  s = f(),
41846
41846
  l = f();
41847
- t.push(i, "= [];", o, "= 0;", a, "=", n, ".length;", "while(", o, "<", a, ") {", l, "=", n, "[", o, "++];"), C(e.arg, s, l), t.push(A(e.arg, s), "&&", i, ".push(", l, ");", "}", r, "=", i, ";"), m(i, o, a, l, s);
41847
+ 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
41848
  }
41849
41849
  function b(e, r, n) {
41850
41850
  var i,
@@ -41907,7 +41907,7 @@ var eo = Ye(function (e, t) {
41907
41907
  var i = f(),
41908
41908
  o = f(),
41909
41909
  a = e.args;
41910
- C(a[0], i, n), C(a[1], o, n), t.push(r, "=", I[e.op](N(a[0], i), N(a[1], o)), ";"), m(i, o);
41910
+ 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
41911
  }(c, h, d);
41912
41912
  break;
41913
41913
  case o:
@@ -41919,11 +41919,11 @@ var eo = Ye(function (e, t) {
41919
41919
  l = 0;
41920
41920
  switch (t.push(r, "= false;"), e.op) {
41921
41921
  case "&&":
41922
- for (; l < s;) o.push(i = f()), C(a[l], i, n), t.push("if(", A(a[l++], i), ") {");
41922
+ for (; l < s;) o.push(i = f()), C(a[l], i, n), t.push("if(", N(a[l++], i), ") {");
41923
41923
  t.push(r, "= true;");
41924
41924
  break;
41925
41925
  case "||":
41926
- for (; l < s;) o.push(i = f()), C(a[l], i, n), t.push("if(", A(a[l], i), ") {", r, "= true;", "}"), 1 + l++ < s && t.push("else {");
41926
+ 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
41927
  --s;
41928
41928
  }
41929
41929
  for (; s--;) t.push("}");
@@ -41936,10 +41936,10 @@ var eo = Ye(function (e, t) {
41936
41936
  o = e.arg;
41937
41937
  switch (C(o, i, n), e.op) {
41938
41938
  case "!":
41939
- t.push(r, "= !", A(o, i) + ";");
41939
+ t.push(r, "= !", N(o, i) + ";");
41940
41940
  break;
41941
41941
  case "-":
41942
- t.push(r, "= -", N(o, i) + ";");
41942
+ t.push(r, "= -", A(o, i) + ";");
41943
41943
  }
41944
41944
  m(i);
41945
41945
  }(c, h, d);
@@ -41965,7 +41965,7 @@ var eo = Ye(function (e, t) {
41965
41965
  function S(e, r) {
41966
41966
  t.push(e, ".length?", e, ".push(", r, ") :", e, "[0] =", r);
41967
41967
  }
41968
- function A(t, r) {
41968
+ function N(t, r) {
41969
41969
  switch (t.type) {
41970
41970
  case o:
41971
41971
  return r;
@@ -41977,7 +41977,7 @@ var eo = Ye(function (e, t) {
41977
41977
  return ["(typeof ", r, '=== "boolean"?', r, ":", "isArr(", r, ")?", r, ".length > 0 : !!", r, ")"].join("");
41978
41978
  }
41979
41979
  }
41980
- function N(t, r) {
41980
+ function A(t, r) {
41981
41981
  switch (t.type) {
41982
41982
  case p:
41983
41983
  return r;
@@ -42191,11 +42191,11 @@ var eo = Ye(function (e, t) {
42191
42191
  return C(e);
42192
42192
  }, 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
42193
  var S = "undefined" != typeof SharedArrayBuffer ? SharedArrayBuffer : void 0;
42194
- function A(e) {
42194
+ function N(e) {
42195
42195
  return "[object SharedArrayBuffer]" === c(e);
42196
42196
  }
42197
- function N(e) {
42198
- return void 0 !== S && (void 0 === A.working && (A.working = A(new S())), A.working ? A(e) : e instanceof S);
42197
+ function A(e) {
42198
+ return void 0 !== S && (void 0 === N.working && (N.working = N(new S())), N.working ? N(e) : e instanceof S);
42199
42199
  }
42200
42200
  function w(e) {
42201
42201
  return y(e, p);
@@ -42212,7 +42212,7 @@ var eo = Ye(function (e, t) {
42212
42212
  function L(e) {
42213
42213
  return u && y(e, m);
42214
42214
  }
42215
- r.isSharedArrayBuffer = N, r.isAsyncFunction = function (e) {
42215
+ r.isSharedArrayBuffer = A, r.isAsyncFunction = function (e) {
42216
42216
  return "[object AsyncFunction]" === c(e);
42217
42217
  }, r.isMapIterator = function (e) {
42218
42218
  return "[object Map Iterator]" === c(e);
@@ -42225,7 +42225,7 @@ var eo = Ye(function (e, t) {
42225
42225
  }, r.isNumberObject = w, r.isStringObject = O, r.isBooleanObject = R, r.isBigIntObject = P, r.isSymbolObject = L, r.isBoxedPrimitive = function (e) {
42226
42226
  return w(e) || O(e) || R(e) || P(e) || L(e);
42227
42227
  }, r.isAnyArrayBuffer = function (e) {
42228
- return "undefined" != typeof Uint8Array && (E(e) || N(e));
42228
+ return "undefined" != typeof Uint8Array && (E(e) || A(e));
42229
42229
  }, ["isProxy", "isExternal", "isModuleNamespaceObject"].forEach(function (e) {
42230
42230
  Object.defineProperty(r, e, {
42231
42231
  enumerable: !1,
@@ -45392,11 +45392,11 @@ var go = /^([a-z0-9.+-]+:)/i,
45392
45392
  xo = ["/", "?", "#"],
45393
45393
  _o = /^[+a-z0-9A-Z_-]{0,63}$/,
45394
45394
  So = /^([+a-z0-9A-Z_-]{0,63})(.*)$/,
45395
- Ao = {
45395
+ No = {
45396
45396
  javascript: !0,
45397
45397
  "javascript:": !0
45398
45398
  },
45399
- No = {
45399
+ Ao = {
45400
45400
  http: !0,
45401
45401
  https: !0,
45402
45402
  ftp: !0,
@@ -45420,7 +45420,7 @@ yo.prototype.parse = function (e, t) {
45420
45420
  if (l) return this.pathname = l[1], l[2] && (this.search = l[2]), this;
45421
45421
  }
45422
45422
  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 && Ao[u] || (s = s.substr(2), this.slashes = !0)), !Ao[u] && (a || u && !No[u])) {
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 && No[u] || (s = s.substr(2), this.slashes = !0)), !No[u] && (a || u && !Ao[u])) {
45424
45424
  var c,
45425
45425
  p,
45426
45426
  h = -1;
@@ -45451,7 +45451,7 @@ yo.prototype.parse = function (e, t) {
45451
45451
  var x = s.indexOf("#");
45452
45452
  -1 !== x && (this.hash = s.substr(x), s = s.slice(0, x));
45453
45453
  var _ = s.indexOf("?");
45454
- return -1 !== _ && (this.search = s.substr(_), s = s.slice(0, _)), s && (this.pathname = s), No[i] && this.hostname && !this.pathname && (this.pathname = ""), this;
45454
+ return -1 !== _ && (this.search = s.substr(_), s = s.slice(0, _)), s && (this.pathname = s), Ao[i] && this.hostname && !this.pathname && (this.pathname = ""), this;
45455
45455
  }, yo.prototype.parseHost = function (e) {
45456
45456
  var t = vo.exec(e);
45457
45457
  t && (":" !== (t = t[0]) && (this.port = t.substr(1)), e = e.substr(0, e.length - t.length)), e && (this.hostname = e);
@@ -46004,7 +46004,7 @@ function Sa(e, t) {
46004
46004
  var r, n, i, o;
46005
46005
  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
46006
  }
46007
- function Aa(e, t) {
46007
+ function Na(e, t) {
46008
46008
  var r,
46009
46009
  n = e.bMarks[t] + e.tShift[t],
46010
46010
  i = n,
@@ -46021,7 +46021,7 @@ function Aa(e, t) {
46021
46021
  }
46022
46022
  return i < o && (r = e.src.charCodeAt(i), !_a(r)) ? -1 : i;
46023
46023
  }
46024
- var Na = ko.normalizeReference,
46024
+ var Aa = ko.normalizeReference,
46025
46025
  wa = ko.isSpace,
46026
46026
  Oa = "<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",
46027
46027
  Ra = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",
@@ -46184,12 +46184,12 @@ var Ua = Ma,
46184
46184
  x,
46185
46185
  _ = e.lineMax,
46186
46186
  S = e.bMarks[t] + e.tShift[t],
46187
- A = e.eMarks[t];
46187
+ N = e.eMarks[t];
46188
46188
  if (e.sCount[t] - e.blkIndent >= 4) return !1;
46189
46189
  if (62 !== e.src.charCodeAt(S++)) return !1;
46190
46190
  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 < A && (o = e.src.charCodeAt(S), Ea(o));) 9 === o ? h += 4 - (h + e.bsCount[t] + (i ? 1 : 0)) % 4 : h++, S++;
46192
- for (f = [e.bsCount[t]], e.bsCount[t] = e.sCount[t] + 1 + (b ? 1 : 0), u = S >= A, 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]) >= (A = e.eMarks[p]))); p++) if (62 !== e.src.charCodeAt(S++) || x) {
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 < N && (o = e.src.charCodeAt(S), Ea(o));) 9 === o ? h += 4 - (h + e.bsCount[t] + (i ? 1 : 0)) % 4 : h++, S++;
46192
+ 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
46193
  if (u) break;
46194
46194
  for (C = !1, a = 0, l = T.length; a < l; a++) if (T[a](e, p, r, !0)) {
46195
46195
  C = !0;
@@ -46201,8 +46201,8 @@ var Ua = Ma,
46201
46201
  }
46202
46202
  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
46203
  } 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 < A && (o = e.src.charCodeAt(S), Ea(o));) 9 === o ? h += 4 - (h + e.bsCount[p] + (i ? 1 : 0)) % 4 : h++, S++;
46205
- u = S >= A, 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];
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 < N && (o = e.src.charCodeAt(S), Ea(o));) 9 === o ? h += 4 - (h + e.bsCount[p] + (i ? 1 : 0)) % 4 : h++, S++;
46205
+ 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
46206
  }
46207
46207
  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
46208
  return e.blkIndent = m, !0;
@@ -46243,8 +46243,8 @@ var Ua = Ma,
46243
46243
  x,
46244
46244
  _,
46245
46245
  S,
46246
- A,
46247
46246
  N,
46247
+ A,
46248
46248
  w,
46249
46249
  O,
46250
46250
  R,
@@ -46253,23 +46253,23 @@ var Ua = Ma,
46253
46253
  k = !0;
46254
46254
  if (e.sCount[t] - e.blkIndent >= 4) return !1;
46255
46255
  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), (A = Aa(e, t)) >= 0) {
46257
- if (c = !0, w = e.bMarks[t] + e.tShift[t], y = Number(e.src.slice(w, A - 1)), L && 1 !== y) return !1;
46256
+ if (n && "paragraph" === e.parentType && e.sCount[t] >= e.blkIndent && (L = !0), (N = Na(e, t)) >= 0) {
46257
+ if (c = !0, w = e.bMarks[t] + e.tShift[t], y = Number(e.src.slice(w, N - 1)), L && 1 !== y) return !1;
46258
46258
  } else {
46259
- if (!((A = Sa(e, t)) >= 0)) return !1;
46259
+ if (!((N = Sa(e, t)) >= 0)) return !1;
46260
46260
  c = !1;
46261
46261
  }
46262
- if (L && e.skipSpaces(A) >= e.eMarks[t]) return !1;
46263
- if (m = e.src.charCodeAt(A - 1), n) return !0;
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, N = !1, R = e.md.block.ruler.getRules("list"), T = e.parentType, e.parentType = "list"; v < r;) {
46265
- for (S = A, g = e.eMarks[v], u = b = e.sCount[v] + A - (e.bMarks[t] + e.tShift[t]); S < g;) {
46262
+ if (L && e.skipSpaces(N) >= e.eMarks[t]) return !1;
46263
+ if (m = e.src.charCodeAt(N - 1), n) return !0;
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, A = !1, R = e.md.block.ruler.getRules("list"), T = e.parentType, e.parentType = "list"; v < r;) {
46265
+ for (S = N, g = e.eMarks[v], u = b = e.sCount[v] + N - (e.bMarks[t] + e.tShift[t]); S < g;) {
46266
46266
  if (9 === (i = e.src.charCodeAt(S))) b += 4 - (b + e.bsCount[v]) % 4;else {
46267
46267
  if (32 !== i) break;
46268
46268
  b++;
46269
46269
  }
46270
46270
  S++;
46271
46271
  }
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, A - 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 && !N || (k = !1), N = 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;
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, 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
46273
  if (e.sCount[v] < e.blkIndent) break;
46274
46274
  if (e.sCount[t] - e.blkIndent >= 4) break;
46275
46275
  for (O = !1, a = 0, h = R.length; a < h; a++) if (R[a](e, v, r, !0)) {
@@ -46278,10 +46278,10 @@ var Ua = Ma,
46278
46278
  }
46279
46279
  if (O) break;
46280
46280
  if (c) {
46281
- if ((A = Aa(e, v)) < 0) break;
46281
+ if ((N = Na(e, v)) < 0) break;
46282
46282
  w = e.bMarks[v] + e.tShift[v];
46283
- } else if ((A = Sa(e, v)) < 0) break;
46284
- if (m !== e.src.charCodeAt(A - 1)) break;
46283
+ } else if ((N = Sa(e, v)) < 0) break;
46284
+ if (m !== e.src.charCodeAt(N - 1)) break;
46285
46285
  }
46286
46286
  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
46287
  var r,
@@ -46339,7 +46339,7 @@ var Ua = Ma,
46339
46339
  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
46340
  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
46341
  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 = Na(y.slice(1, h))) && (n || (void 0 === e.env.references && (e.env.references = {}), void 0 === e.env.references[p] && (e.env.references[p] = {
46342
+ 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
46343
  title: b,
46344
46344
  href: l
46345
46345
  }), e.parentType = d, e.line = t + C + 1), !0);
@@ -46865,8 +46865,8 @@ var _s = {
46865
46865
  }
46866
46866
  },
46867
46867
  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
- As = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
46869
- function Ns(e) {
46868
+ Ns = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
46869
+ function As(e) {
46870
46870
  var t = e.re = vs(e.__opts__),
46871
46871
  r = e.__tlds__.slice();
46872
46872
  function n(e) {
@@ -46928,10 +46928,10 @@ function Rs(e, t) {
46928
46928
  var r;
46929
46929
  t || (r = e, Object.keys(r || {}).reduce(function (e, t) {
46930
46930
  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__ = As, this.__tlds_replaced__ = !1, this.re = {}, Ns(this);
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__ = Ns, this.__tlds_replaced__ = !1, this.re = {}, As(this);
46932
46932
  }
46933
46933
  Rs.prototype.add = function (e, t) {
46934
- return this.__schemas__[e] = t, Ns(this), this;
46934
+ return this.__schemas__[e] = t, As(this), this;
46935
46935
  }, Rs.prototype.set = function (e) {
46936
46936
  return this.__opts__ = bs(this.__opts__, e), this;
46937
46937
  }, Rs.prototype.test = function (e) {
@@ -46955,7 +46955,7 @@ Rs.prototype.add = function (e, t) {
46955
46955
  }, Rs.prototype.tlds = function (e, t) {
46956
46956
  return e = Array.isArray(e) ? e : [e], t ? (this.__tlds__ = this.__tlds__.concat(e).sort().filter(function (e, t, r) {
46957
46957
  return e !== r[t - 1];
46958
- }).reverse(), Ns(this), this) : (this.__tlds__ = e.slice(), this.__tlds_replaced__ = !0, Ns(this), this);
46958
+ }).reverse(), As(this), this) : (this.__tlds__ = e.slice(), this.__tlds_replaced__ = !0, As(this), this);
46959
46959
  }, Rs.prototype.normalize = function (e) {
46960
46960
  e.schema || (e.url = "http://" + e.url), "mailto:" !== e.schema || /^mailto:/i.test(e.url) || (e.url = "mailto:" + e.url);
46961
46961
  }, Rs.prototype.onCompile = function () {};
@@ -47488,7 +47488,7 @@ function xl(e) {
47488
47488
  var x = E[T];
47489
47489
  (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
47490
  }
47491
- for (var A = gl(gl(gl({}, f.acDefaultProps), b), r), O = 0, R = Object.entries(A); O < R.length; O++) {
47491
+ for (var N = gl(gl(gl({}, f.acDefaultProps), b), r), O = 0, R = Object.entries(N); O < R.length; O++) {
47492
47492
  var P = _slicedToArray(R[O], 2),
47493
47493
  L = P[0],
47494
47494
  k = P[1],
@@ -47567,7 +47567,7 @@ function xl(e) {
47567
47567
  tabIndex: 0
47568
47568
  }),
47569
47569
  className: "".concat(p, " ").concat(m.join(" ")),
47570
- data: gl({}, A),
47570
+ data: gl({}, N),
47571
47571
  inherited: C,
47572
47572
  style: gl(gl({}, g), i)
47573
47573
  }, a),
@@ -47633,12 +47633,12 @@ El.propTypes = {
47633
47633
  style: void 0,
47634
47634
  type: "top"
47635
47635
  };
47636
- var Al = function (e) {
47636
+ var Nl = function (e) {
47637
47637
  var t = e.children,
47638
47638
  r = document.querySelector("body");
47639
47639
  return createPortal(t, r);
47640
47640
  };
47641
- function Nl(e, t) {
47641
+ function Al(e, t) {
47642
47642
  var r = Object.keys(e);
47643
47643
  if (Object.getOwnPropertySymbols) {
47644
47644
  var n = Object.getOwnPropertySymbols(e);
@@ -47651,15 +47651,15 @@ function Nl(e, t) {
47651
47651
  function wl(e) {
47652
47652
  for (var t = 1; t < arguments.length; t++) {
47653
47653
  var r = null != arguments[t] ? arguments[t] : {};
47654
- t % 2 ? Nl(Object(r), !0).forEach(function (t) {
47654
+ t % 2 ? Al(Object(r), !0).forEach(function (t) {
47655
47655
  _defineProperty$1(e, t, r[t]);
47656
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : Nl(Object(r)).forEach(function (t) {
47656
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : Al(Object(r)).forEach(function (t) {
47657
47657
  Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));
47658
47658
  });
47659
47659
  }
47660
47660
  return e;
47661
47661
  }
47662
- Al.propTypes = {
47662
+ Nl.propTypes = {
47663
47663
  children: D.node.isRequired
47664
47664
  };
47665
47665
  var Ol = function (e) {
@@ -47698,7 +47698,7 @@ var Ol = function (e) {
47698
47698
  };
47699
47699
  }
47700
47700
  return e;
47701
- }, [o]), h && S.createElement(Al, null, S.createElement("div", {
47701
+ }, [o]), h && S.createElement(Nl, null, S.createElement("div", {
47702
47702
  className: l,
47703
47703
  style: wl(wl({}, i), t)
47704
47704
  }, S.createElement("div", {
@@ -47825,13 +47825,13 @@ function Il(e) {
47825
47825
  "has-right-icon": void 0 !== v,
47826
47826
  "has-right-controls": g
47827
47827
  }),
47828
- A = _slicedToArray(x, 2),
47829
- N = A[0],
47830
- w = A[1],
47828
+ N = _slicedToArray(x, 2),
47829
+ A = N[0],
47830
+ w = N[1],
47831
47831
  O = Hn(),
47832
47832
  R = a || pe();
47833
47833
  return jr(O, r), S.createElement(kl, {
47834
- className: N,
47834
+ className: A,
47835
47835
  error: o,
47836
47836
  id: R,
47837
47837
  label: s,
@@ -48659,7 +48659,7 @@ function mu(e) {
48659
48659
  T = _slicedToArray(C, 2),
48660
48660
  E = T[0],
48661
48661
  x = T[1],
48662
- N = null == u || null === (t = u.find(function (e) {
48662
+ A = null == u || null === (t = u.find(function (e) {
48663
48663
  return e.value === m;
48664
48664
  })) || void 0 === t ? void 0 : t.label,
48665
48665
  O = Hn(),
@@ -48730,7 +48730,7 @@ function mu(e) {
48730
48730
  ref: R
48731
48731
  }, S.createElement("span", {
48732
48732
  className: x("label")
48733
- }, null === u ? "Loading..." : N || m || c), S.createElement(Pr, {
48733
+ }, null === u ? "Loading..." : A || m || c), S.createElement(Pr, {
48734
48734
  name: v ? "arrow-up" : "arrow-down",
48735
48735
  size: 13
48736
48736
  })), v && S.createElement(fu, null, S.createElement(zl, {
@@ -49708,7 +49708,7 @@ var Su = {
49708
49708
  increaseButton: "Increase value",
49709
49709
  decreaseButton: "Decrease value"
49710
49710
  };
49711
- function Au(e) {
49711
+ function Nu(e) {
49712
49712
  var t = e.ariaLabel,
49713
49713
  r = e.autoFocus,
49714
49714
  n = e.className,
@@ -49788,7 +49788,7 @@ function Au(e) {
49788
49788
  value: f
49789
49789
  });
49790
49790
  }
49791
- function Nu(e) {
49791
+ function Au(e) {
49792
49792
  var t = e.data,
49793
49793
  r = e.className,
49794
49794
  n = e.style,
@@ -49808,7 +49808,7 @@ function Nu(e) {
49808
49808
  min: t.min,
49809
49809
  errorMessage: t.errorMessage
49810
49810
  });
49811
- }, [t.id, t.value, t.isRequired, t.errorMessage, t.max, t.min, u]), S.createElement(Au, {
49811
+ }, [t.id, t.value, t.isRequired, t.errorMessage, t.max, t.min, u]), S.createElement(Nu, {
49812
49812
  className: o,
49813
49813
  error: c(t.id),
49814
49814
  label: ao(t.label),
@@ -50230,24 +50230,24 @@ function Xu(e) {
50230
50230
  }),
50231
50231
  E = _slicedToArray(T, 2),
50232
50232
  x = E[0],
50233
- A = E[1];
50233
+ N = E[1];
50234
50234
  return useEffect(function () {
50235
50235
  s && y.meetingsAdapter.changeLayout(n, r);
50236
50236
  }, [y.meetingsAdapter, r, n, s]), g = u ? S.createElement("div", {
50237
- className: A("media-error")
50237
+ className: N("media-error")
50238
50238
  }, S.createElement(Pr, {
50239
50239
  name: "error",
50240
- className: A("error-icon")
50240
+ className: N("error-icon")
50241
50241
  }), 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
50242
  bounds: "parent"
50243
50243
  }, S.createElement("video", {
50244
- className: "".concat(A("video"), " ").concat(A("remote-video")),
50244
+ className: "".concat(N("video"), " ").concat(N("remote-video")),
50245
50245
  ref: d,
50246
50246
  muted: !0,
50247
50247
  playsInline: !0,
50248
50248
  autoPlay: !0
50249
50249
  })), l && S.createElement("video", {
50250
- className: "".concat(A("video"), " ").concat(A("remote-share")),
50250
+ className: "".concat(N("video"), " ").concat(N("remote-share")),
50251
50251
  ref: f,
50252
50252
  muted: !0,
50253
50253
  playsInline: !0,
@@ -50258,10 +50258,10 @@ function Xu(e) {
50258
50258
  })) : C && !b ? S.createElement(Vl, {
50259
50259
  type: "subsection"
50260
50260
  }, "Waiting for others to join...") : S.createElement(_l, {
50261
- className: A("connecting-badge")
50261
+ className: N("connecting-badge")
50262
50262
  }, S.createElement(ql, {
50263
50263
  size: 16,
50264
- className: A("connecting-spinner")
50264
+ className: N("connecting-spinner")
50265
50265
  }), S.createElement("span", null, "Connecting")), S.createElement("div", {
50266
50266
  ref: m,
50267
50267
  className: x,
@@ -50302,7 +50302,7 @@ function Qu(e) {
50302
50302
  value: f
50303
50303
  });
50304
50304
  }
50305
- Au.propTypes = {
50305
+ Nu.propTypes = {
50306
50306
  ariaLabel: D.string,
50307
50307
  autoFocus: D.bool,
50308
50308
  className: D.string,
@@ -50317,7 +50317,7 @@ Au.propTypes = {
50317
50317
  style: D.shape(),
50318
50318
  tabIndex: D.number,
50319
50319
  value: D.oneOfType([D.number, D.string])
50320
- }, Au.defaultProps = {
50320
+ }, Nu.defaultProps = {
50321
50321
  ariaLabel: void 0,
50322
50322
  autoFocus: !1,
50323
50323
  className: void 0,
@@ -50331,14 +50331,14 @@ Au.propTypes = {
50331
50331
  style: void 0,
50332
50332
  tabIndex: 0,
50333
50333
  value: void 0
50334
- }, Nu.propTypes = {
50334
+ }, Au.propTypes = {
50335
50335
  data: D.shape().isRequired,
50336
50336
  className: D.string,
50337
50337
  style: D.shape()
50338
- }, Nu.defaultProps = {
50338
+ }, Au.defaultProps = {
50339
50339
  className: "",
50340
50340
  style: void 0
50341
- }, Nu.acPropTypes = {
50341
+ }, Au.acPropTypes = {
50342
50342
  errorMessage: Cl.errorMessage,
50343
50343
  fallback: Cl.fallback,
50344
50344
  height: Cl.height,
@@ -50353,9 +50353,9 @@ Au.propTypes = {
50353
50353
  spacing: Cl.spacing,
50354
50354
  type: Cl.type,
50355
50355
  value: Cl.value
50356
- }, Nu.acDefaultProps = {
50356
+ }, Au.acDefaultProps = {
50357
50357
  isVisible: !0
50358
- }, Tl("Input.Number", Nu), wu.propTypes = {
50358
+ }, Tl("Input.Number", Au), wu.propTypes = {
50359
50359
  ariaLabel: D.string,
50360
50360
  className: D.string,
50361
50361
  disabled: D.bool,
@@ -51222,21 +51222,28 @@ function uc(e) {
51222
51222
  n = _slicedToArray(r, 2),
51223
51223
  i = n[0],
51224
51224
  o = n[1],
51225
- a = useContext(kr).meetingsAdapter.meetingControls,
51226
- s = a[e];
51225
+ a = useContext(Ir),
51226
+ s = a.meetingPinPasswd,
51227
+ l = a.participantName,
51228
+ u = useContext(kr).meetingsAdapter.meetingControls,
51229
+ c = u[e];
51227
51230
  return useEffect(function () {
51228
- s || console.error("".concat(e, ' control is not defined. Available controls are "').concat(Object.keys(a).join(", "), '".'));
51229
- }, [e, a, s]), useEffect(function () {
51231
+ c || console.error("".concat(e, ' control is not defined. Available controls are "').concat(Object.keys(u).join(", "), '".'));
51232
+ }, [e, u, c]), useEffect(function () {
51230
51233
  var e;
51231
- if (s) {
51232
- var r = s.display(t).subscribe(o);
51234
+ if (c) {
51235
+ var r = c.display(t).subscribe(o);
51233
51236
  e = function () {
51234
51237
  r.unsubscribe();
51235
51238
  };
51236
51239
  }
51237
51240
  return e;
51238
- }, [t, s]), s ? [function (e) {
51239
- return s.action(t, e);
51241
+ }, [t, c]), c ? [function (e) {
51242
+ return c.action({
51243
+ meetingID: t,
51244
+ meetingPasswordOrPin: s,
51245
+ participantName: l
51246
+ }, e);
51240
51247
  }, i] : [function () {}, {}];
51241
51248
  }(e.type, o),
51242
51249
  c = _slicedToArray(u, 2),
@@ -51494,10 +51501,10 @@ function fc(e) {
51494
51501
  T = h.ID === a && i === $.MEETING,
51495
51502
  E = null == d ? void 0 : d.host,
51496
51503
  x = null == d ? void 0 : d.guest,
51497
- A = [T && "You", E && "Host", b && "Presenter"].filter(function (e) {
51504
+ N = [T && "You", E && "Host", b && "Presenter"].filter(function (e) {
51498
51505
  return e;
51499
51506
  }),
51500
- N = (null == p || null === (t = p[0]) || void 0 === t ? void 0 : t.split("@")[1]) || S.createElement("i", null, "Unknown organization"),
51507
+ A = (null == p || null === (t = p[0]) || void 0 === t ? void 0 : t.split("@")[1]) || S.createElement("i", null, "Unknown organization"),
51501
51508
  w = nt("member", r),
51502
51509
  O = _slicedToArray(w, 2),
51503
51510
  R = O[0],
@@ -51517,11 +51524,11 @@ function fc(e) {
51517
51524
  size: 18
51518
51525
  })) || S.createElement("i", null, "Name not available"), x && S.createElement("span", {
51519
51526
  className: P("guest")
51520
- }, " (Guest)")), A.length > 0 && S.createElement("div", {
51527
+ }, " (Guest)")), N.length > 0 && S.createElement("div", {
51521
51528
  className: P("roles")
51522
- }, A.join(", ")), v && S.createElement("div", {
51529
+ }, N.join(", ")), v && S.createElement("div", {
51523
51530
  className: P("organization")
51524
- }, m.name || N)), C && b && S.createElement(Pr, {
51531
+ }, m.name || A)), C && b && S.createElement(Pr, {
51525
51532
  name: "content-share",
51526
51533
  size: 16,
51527
51534
  className: P("sharing")
@@ -51921,113 +51928,118 @@ function Sc(e) {
51921
51928
  a = e.layout,
51922
51929
  s = e.logo,
51923
51930
  l = e.meetingID,
51924
- u = e.style,
51925
- c = In(l),
51926
- p = c.ID,
51927
- h = c.localAudio,
51928
- d = c.localVideo,
51929
- f = c.state,
51930
- m = c.showRoster,
51931
- y = c.settings,
51932
- g = c.passwordRequired,
51933
- v = G.JOINED,
51934
- b = G.NOT_JOINED,
51935
- C = G.LEFT,
51936
- T = useContext(kr),
51937
- E = Hn(),
51938
- x = wn(E).width,
51939
- O = nt("meeting", t, {
51940
- "roster-only": m && x <= Dl
51931
+ u = e.meetingPasswordOrPin,
51932
+ c = e.participantName,
51933
+ p = e.style,
51934
+ h = In(l),
51935
+ d = h.ID,
51936
+ f = h.localAudio,
51937
+ m = h.localVideo,
51938
+ y = h.state,
51939
+ g = h.showRoster,
51940
+ v = h.settings,
51941
+ b = h.passwordRequired,
51942
+ C = G.JOINED,
51943
+ T = G.NOT_JOINED,
51944
+ E = G.LEFT,
51945
+ x = useContext(kr),
51946
+ O = Hn(),
51947
+ R = wn(O).width,
51948
+ P = nt("meeting", t, {
51949
+ "roster-only": g && R <= Dl
51941
51950
  }),
51942
- R = _slicedToArray(O, 2),
51943
- P = R[0],
51944
- L = R[1],
51945
- k = useState(!1),
51946
- I = _slicedToArray(k, 2),
51947
- D = I[0],
51948
- M = I[1],
51949
- U = Hn(),
51950
- F = useState("guest"),
51951
- j = _slicedToArray(F, 2),
51952
- B = j[0],
51953
- z = j[1];
51954
- useEffect(function () {
51955
- return f && f !== C && (M(!0), U.current = setTimeout(function () {
51956
- M(!1);
51951
+ L = _slicedToArray(P, 2),
51952
+ k = L[0],
51953
+ I = L[1],
51954
+ D = useState(!1),
51955
+ M = _slicedToArray(D, 2),
51956
+ U = M[0],
51957
+ F = M[1],
51958
+ j = Hn(),
51959
+ B = useState("guest"),
51960
+ z = _slicedToArray(B, 2),
51961
+ H = z[0],
51962
+ q = z[1],
51963
+ V = useContext(Ir),
51964
+ W = V.setParticipantName,
51965
+ Y = V.setMeetingPinPasswd;
51966
+ u && Y(u), c && W(c), useEffect(function () {
51967
+ return y && y !== E && (F(!0), j.current = setTimeout(function () {
51968
+ F(!1);
51957
51969
  }, 3e3)), function () {
51958
- return clearTimeout(U.current);
51970
+ return clearTimeout(j.current);
51959
51971
  };
51960
- }, [h.stream, d.stream, f, C]);
51961
- var H,
51962
- q = "".concat(h.stream ? "Unmuted" : "Muted", ", ").concat(d.stream ? "Camera on" : "Camera off");
51963
- if (f) {
51964
- if (f === C) H = S.createElement(Vl, {
51972
+ }, [f.stream, m.stream, y, E]);
51973
+ var K,
51974
+ Z = "".concat(f.stream ? "Unmuted" : "Muted", ", ").concat(m.stream ? "Camera on" : "Camera off");
51975
+ if (y) {
51976
+ if (y === E) K = S.createElement(Vl, {
51965
51977
  type: "subsection",
51966
- className: L("centered")
51978
+ className: I("centered")
51967
51979
  }, "You've successfully left the meeting");else {
51968
- var V;
51969
- V = f === v ? ic : f === b ? oc : _c, H = S.createElement(S.Fragment, null, S.createElement("div", {
51970
- className: L("body")
51971
- }, S.createElement(V, {
51972
- meetingID: p,
51973
- className: L("inner-meeting"),
51980
+ var X;
51981
+ X = y === C ? ic : y === T ? oc : _c, K = S.createElement(S.Fragment, null, S.createElement("div", {
51982
+ className: I("body")
51983
+ }, S.createElement(X, {
51984
+ meetingID: d,
51985
+ className: I("inner-meeting"),
51974
51986
  layout: a
51975
- }), m && S.createElement(mc, {
51976
- destinationID: p,
51987
+ }), g && S.createElement(mc, {
51988
+ destinationID: d,
51977
51989
  destinationType: $.MEETING,
51978
- className: L("member-roster"),
51990
+ className: I("member-roster"),
51979
51991
  onClose: function () {
51980
- return T.meetingsAdapter.toggleRoster(p);
51992
+ return x.meetingsAdapter.toggleRoster(d);
51981
51993
  }
51982
- }), D && S.createElement(_l, {
51983
- className: L("media-state-toast")
51984
- }, q)), S.createElement(dc, {
51985
- meetingID: p,
51986
- className: L("control-bar"),
51994
+ }), U && S.createElement(_l, {
51995
+ className: I("media-state-toast")
51996
+ }, Z)), S.createElement(dc, {
51997
+ meetingID: d,
51998
+ className: I("control-bar"),
51987
51999
  controls: r,
51988
52000
  collapseRangeStart: n,
51989
52001
  collapseRangeEnd: i,
51990
52002
  tabIndexes: o
51991
- }), y.visible && S.createElement(jl, {
52003
+ }), v.visible && S.createElement(jl, {
51992
52004
  onClose: function () {
51993
- return T.meetingsAdapter.toggleSettings(p);
52005
+ return x.meetingsAdapter.toggleSettings(d);
51994
52006
  },
51995
- otherClassName: L("settings"),
52007
+ otherClassName: I("settings"),
51996
52008
  title: "Settings",
51997
52009
  ariaLabel: "Meeting settings window"
51998
52010
  }, S.createElement(xc, {
51999
- meetingID: p
52000
- })), g && f === b && S.createElement(jl, {
52011
+ meetingID: d
52012
+ })), b && !u && y === T && S.createElement(jl, {
52001
52013
  onClose: function () {
52002
- return T.meetingsAdapter.clearPasswordRequiredFlag(p);
52014
+ return x.meetingsAdapter.clearPasswordRequiredFlag(d);
52003
52015
  },
52004
- otherClassName: [L("authentication")],
52005
- onBack: "host" === B && function () {
52006
- return z("guest");
52016
+ otherClassName: [I("authentication")],
52017
+ onBack: "host" === H && function () {
52018
+ return q("guest");
52007
52019
  },
52008
- ariaLabel: "guest" === B ? "Meeting guest authentication" : "Meeting host authentication"
52009
- }, "guest" === B ? S.createElement(ec, {
52010
- meetingID: p,
52011
- className: L("authentication-guest"),
52020
+ ariaLabel: "guest" === H ? "Meeting guest authentication" : "Meeting host authentication"
52021
+ }, "guest" === H ? S.createElement(ec, {
52022
+ meetingID: d,
52023
+ className: I("authentication-guest"),
52012
52024
  switchToHostModal: function () {
52013
- return z("host");
52025
+ return q("host");
52014
52026
  },
52015
- style: u
52027
+ style: p
52016
52028
  }) : S.createElement(rc, {
52017
- meetingID: p,
52018
- className: L("authentication-host")
52029
+ meetingID: d,
52030
+ className: I("authentication-host")
52019
52031
  })));
52020
52032
  }
52021
- } else H = S.createElement("div", {
52022
- className: L("loading-logo")
52033
+ } else K = S.createElement("div", {
52034
+ className: I("loading-logo")
52023
52035
  });
52024
52036
  return S.createElement("div", {
52025
- className: P,
52026
- style: u,
52027
- ref: E
52037
+ className: k,
52038
+ style: p,
52039
+ ref: O
52028
52040
  }, s && S.createElement("div", {
52029
- className: L("logo")
52030
- }, s), H);
52041
+ className: I("logo")
52042
+ }, s), K);
52031
52043
  }
52032
52044
  Cc.propTypes = {
52033
52045
  className: D.string,
@@ -52073,6 +52085,8 @@ Cc.propTypes = {
52073
52085
  layout: D.string,
52074
52086
  logo: D.node,
52075
52087
  meetingID: D.string,
52088
+ meetingPasswordOrPin: D.string,
52089
+ participantName: D.string,
52076
52090
  style: D.shape()
52077
52091
  }, Sc.defaultProps = {
52078
52092
  className: "",
@@ -52087,6 +52101,8 @@ Cc.propTypes = {
52087
52101
  layout: void 0,
52088
52102
  logo: void 0,
52089
52103
  meetingID: void 0,
52104
+ meetingPasswordOrPin: "",
52105
+ participantName: "",
52090
52106
  style: void 0
52091
52107
  }, {
52092
52108
  className: D.string,
@@ -52288,17 +52304,36 @@ var wc = forwardRef(function (e, t) {
52288
52304
  }, H && re(F, "Collaborators"), w && re(k, "Contacts")));
52289
52305
  });
52290
52306
  function Rc(e) {
52307
+ var t = e.children,
52308
+ r = useState(""),
52309
+ n = _slicedToArray(r, 2),
52310
+ i = n[0],
52311
+ o = n[1],
52312
+ a = useState(""),
52313
+ s = _slicedToArray(a, 2),
52314
+ l = s[0],
52315
+ u = s[1];
52316
+ return S.createElement(Ir.Provider, {
52317
+ value: {
52318
+ meetingPinPasswd: i,
52319
+ setMeetingPinPasswd: o,
52320
+ participantName: l,
52321
+ setParticipantName: u
52322
+ }
52323
+ }, t);
52324
+ }
52325
+ function Pc(e) {
52291
52326
  function t(t) {
52292
52327
  var r = Fn(t.meetingDestination);
52293
- return S.createElement(e, _extends({
52328
+ return S.createElement(Rc, null, S.createElement(e, _extends({
52294
52329
  meeting: r
52295
- }, t));
52330
+ }, t)));
52296
52331
  }
52297
52332
  return t.propTypes = {
52298
52333
  meetingDestination: D.string.isRequired
52299
52334
  }, t;
52300
52335
  }
52301
- function Pc(e, t) {
52336
+ function Lc(e, t) {
52302
52337
  var r = Object.keys(e);
52303
52338
  if (Object.getOwnPropertySymbols) {
52304
52339
  var n = Object.getOwnPropertySymbols(e);
@@ -52308,18 +52343,18 @@ function Pc(e, t) {
52308
52343
  }
52309
52344
  return r;
52310
52345
  }
52311
- function Lc(e) {
52346
+ function kc(e) {
52312
52347
  for (var t = 1; t < arguments.length; t++) {
52313
52348
  var r = null != arguments[t] ? arguments[t] : {};
52314
- t % 2 ? Pc(Object(r), !0).forEach(function (t) {
52349
+ t % 2 ? Lc(Object(r), !0).forEach(function (t) {
52315
52350
  _defineProperty$1(e, t, r[t]);
52316
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : Pc(Object(r)).forEach(function (t) {
52351
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : Lc(Object(r)).forEach(function (t) {
52317
52352
  Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));
52318
52353
  });
52319
52354
  }
52320
52355
  return e;
52321
52356
  }
52322
- function kc(e, t) {
52357
+ function Ic(e, t) {
52323
52358
  function r(r) {
52324
52359
  var n = useState(!1),
52325
52360
  i = _slicedToArray(n, 2),
@@ -52371,7 +52406,7 @@ function kc(e, t) {
52371
52406
  }();
52372
52407
  }), e;
52373
52408
  }, [u]);
52374
- var p = Lc(Lc({}, r), {}, {
52409
+ var p = kc(kc({}, r), {}, {
52375
52410
  adapterConnected: o
52376
52411
  }),
52377
52412
  h = S.createElement(e, p);
@@ -52403,6 +52438,8 @@ wc.propTypes = {
52403
52438
  memberLookAhead: D.func,
52404
52439
  style: D.shape(),
52405
52440
  className: D.string
52441
+ }, Rc.propTypes = {
52442
+ children: D.node.isRequired
52406
52443
  }, global.testRendererAct = function (e) {
52407
52444
  return e();
52408
52445
  };
@@ -53561,9 +53598,11 @@ class AudioControl extends MeetingControl {
53561
53598
  * Calls the adapter handleLocalAudio() method
53562
53599
  *
53563
53600
  * @private
53564
- * @param {string} meetingID ID of the meeting to mute audio
53601
+ * @param {meetingID} ID of the meeting to mute audio
53565
53602
  */
53566
- action(meetingID) {
53603
+ action({
53604
+ meetingID
53605
+ }) {
53567
53606
  logger.debug('MEETING', meetingID, 'AudioControl::action()', ['called with', {
53568
53607
  meetingID
53569
53608
  }]);
@@ -53643,7 +53682,9 @@ class ExitControl extends MeetingControl {
53643
53682
  *
53644
53683
  * @param {string} meetingID Id of the meeting to leave from
53645
53684
  */
53646
- async action(meetingID) {
53685
+ async action({
53686
+ meetingID
53687
+ }) {
53647
53688
  logger.debug('MEETING', meetingID, 'ExitControl::action()', ['called with', {
53648
53689
  meetingID
53649
53690
  }]);
@@ -53679,13 +53720,20 @@ class JoinControl extends MeetingControl {
53679
53720
  /**
53680
53721
  * Calls the adapter joinMeeting method.
53681
53722
  *
53682
- * @param {string} meetingID Id of the meeting to join
53723
+ * @param {meetingID, meetingPasswordOrPin}
53683
53724
  */
53684
- async action(meetingID) {
53725
+ async action({
53726
+ meetingID,
53727
+ meetingPasswordOrPin,
53728
+ participantName
53729
+ }) {
53685
53730
  logger.debug('MEETING', meetingID, 'JoinControl::action()', ['called with', {
53686
53731
  meetingID
53687
53732
  }]);
53688
- await this.adapter.joinMeeting(meetingID);
53733
+ await this.adapter.joinMeeting(meetingID, {
53734
+ password: meetingPasswordOrPin,
53735
+ name: participantName
53736
+ });
53689
53737
  }
53690
53738
 
53691
53739
  /**
@@ -53734,7 +53782,9 @@ class RosterControl extends MeetingControl {
53734
53782
  *
53735
53783
  * @param {string} meetingID Id of the meeting to toggle roster
53736
53784
  */
53737
- async action(meetingID) {
53785
+ async action({
53786
+ meetingID
53787
+ }) {
53738
53788
  logger.debug('MEETING', meetingID, 'RosterControl::action()', ['called with', {
53739
53789
  meetingID
53740
53790
  }]);
@@ -53787,7 +53837,9 @@ class SettingsControl extends MeetingControl {
53787
53837
  *
53788
53838
  * @param {string} meetingID Meeting ID
53789
53839
  */
53790
- action(meetingID) {
53840
+ action({
53841
+ meetingID
53842
+ }) {
53791
53843
  logger.debug('Meeting', meetingID, 'SettingsControl::action()', ['called with', {
53792
53844
  meetingID
53793
53845
  }]);
@@ -53839,7 +53891,9 @@ class ShareControl extends MeetingControl {
53839
53891
  *
53840
53892
  * @param {string} meetingID ID of the meeting to share screen
53841
53893
  */
53842
- async action(meetingID) {
53894
+ async action({
53895
+ meetingID
53896
+ }) {
53843
53897
  logger.debug('MEETING', meetingID, 'ShareControl::action()', ['called with', {
53844
53898
  meetingID
53845
53899
  }]);
@@ -53903,11 +53957,14 @@ class SwitchCameraControl extends MeetingControl {
53903
53957
  * @param {string} meetingID Meeting ID
53904
53958
  * @param {string} cameraID Id of the camera to switch to
53905
53959
  */
53906
- async action(meetingID, cameraID) {
53960
+ async action({
53961
+ meetingID,
53962
+ cameraId
53963
+ }) {
53907
53964
  logger.debug('MEETING', meetingID, 'SwitchCameraControl::action()', ['called with', {
53908
53965
  meetingID
53909
53966
  }]);
53910
- await this.adapter.switchCamera(meetingID, cameraID);
53967
+ await this.adapter.switchCamera(meetingID, cameraId);
53911
53968
  }
53912
53969
 
53913
53970
  /**
@@ -53951,11 +54008,14 @@ class SwitchMicrophoneControl extends MeetingControl {
53951
54008
  * @param {string} meetingID Meeting ID
53952
54009
  * @param {string} microphoneID Id of the microphone to switch to
53953
54010
  */
53954
- async action(meetingID, microphoneID) {
54011
+ async action({
54012
+ meetingID,
54013
+ microphoneId
54014
+ }) {
53955
54015
  logger.debug('MEETING', meetingID, 'SwitchMicrophoneControl::action()', ['called with', {
53956
54016
  meetingID
53957
54017
  }]);
53958
- await this.adapter.switchMicrophone(meetingID, microphoneID);
54018
+ await this.adapter.switchMicrophone(meetingID, microphoneId);
53959
54019
  }
53960
54020
 
53961
54021
  /**
@@ -53999,11 +54059,14 @@ class SwitchSpeakerControl extends MeetingControl {
53999
54059
  * @param {string} meetingID Meeting ID
54000
54060
  * @param {string} speakerID ID of the speaker device to switch to
54001
54061
  */
54002
- async action(meetingID, speakerID) {
54062
+ async action({
54063
+ meetingID,
54064
+ speakerId
54065
+ }) {
54003
54066
  logger.debug('MEETING', meetingID, 'SwitchSpeakerControl::action()', ['called with', {
54004
54067
  meetingID
54005
54068
  }]);
54006
- await this.adapter.switchSpeaker(meetingID, speakerID);
54069
+ await this.adapter.switchSpeaker(meetingID, speakerId);
54007
54070
  }
54008
54071
 
54009
54072
  /**
@@ -54049,9 +54112,11 @@ class VideoControl extends MeetingControl {
54049
54112
  /**
54050
54113
  * Calls the adapter handleLocalVideo() method
54051
54114
  *
54052
- * @param {string} meetingID Meeting id
54115
+ * @param {meetingID} Meeting ID to mute video
54053
54116
  */
54054
- action(meetingID) {
54117
+ action({
54118
+ meetingID
54119
+ }) {
54055
54120
  logger.debug('MEETING', meetingID, 'VideoControl::action()', ['called with', {
54056
54121
  meetingID
54057
54122
  }]);
@@ -55870,7 +55935,7 @@ var defineProperty = defineProperty$1;
55870
55935
  exports.INTERNAL_US_INTEGRATION_CLUSTER_NAME = INTERNAL_US_INTEGRATION_CLUSTER_NAME;
55871
55936
  })(constants);
55872
55937
  var name$1 = "@webex/sdk-component-adapter";
55873
- var version = "1.112.12";
55938
+ var version = "1.112.13";
55874
55939
  const LOG_ARGS$1 = ['SDK-MEMBERSHIPS', `${name$1}-${version}`];
55875
55940
 
55876
55941
  // max parameter value must be greater than 0 and less than or equal to 1000
@@ -56877,6 +56942,8 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
56877
56942
  * Webex meeting widget presents a Webex meeting experience.
56878
56943
  *
56879
56944
  * @param {string} props.meetingDestination ID of the virtual meeting location
56945
+ * @param {string} props.meetingPasswordOrPin Password or pin of the virtual meeting location
56946
+ * @param {string} props.participantName Name of the participant joining the meeting from the widget
56880
56947
  * @param {string} props.accessToken Access token of the joining user
56881
56948
  * @param {string} [props.layout] Layout for remote video (e.g. grid, focus, stack, etc)
56882
56949
  * @param {Function} [props.controls] Meeting controls to display
@@ -56919,6 +56986,8 @@ var WebexMeetingsWidget = /*#__PURE__*/function (_Component) {
56919
56986
  } else {
56920
56987
  content = /*#__PURE__*/S.createElement(Sc, {
56921
56988
  meetingID: meeting.ID,
56989
+ meetingPasswordOrPin: this.props.meetingPasswordOrPin,
56990
+ participantName: this.props.participantName,
56922
56991
  logo: logo,
56923
56992
  layout: this.props.layout,
56924
56993
  controls: this.props.controls,
@@ -56942,6 +57011,8 @@ WebexMeetingsWidget.propTypes = {
56942
57011
  controlsCollapseRangeEnd: D.number,
56943
57012
  fedramp: D.bool,
56944
57013
  meetingDestination: D.string.isRequired,
57014
+ meetingPasswordOrPin: D.string,
57015
+ participantName: D.string,
56945
57016
  style: D.shape(),
56946
57017
  layout: D.string
56947
57018
  };
@@ -56952,17 +57023,19 @@ WebexMeetingsWidget.defaultProps = {
56952
57023
  controlsCollapseRangeEnd: undefined,
56953
57024
  fedramp: false,
56954
57025
  layout: 'Grid',
57026
+ meetingPasswordOrPin: '',
57027
+ participantName: '',
56955
57028
  style: {}
56956
57029
  };
56957
57030
  var appName = process.env.NODE_ENV === 'production' ? 'webex-widgets-meetings' : 'webex-widgets-meetings-dev';
56958
- var WebexMeetings = kc(Rc(WebexMeetingsWidget), function (props) {
57031
+ var WebexMeetings = Ic(Pc(WebexMeetingsWidget), function (props) {
56959
57032
  var webex = new Webex({
56960
57033
  credentials: {
56961
57034
  access_token: props.accessToken
56962
57035
  },
56963
57036
  config: {
56964
57037
  appName: appName,
56965
- appVersion: "1.27.7",
57038
+ appVersion: "1.27.8",
56966
57039
  fedramp: props.fedramp,
56967
57040
  meetings: {
56968
57041
  experimental: {