@mobilon-dev/chotto 0.0.136 → 0.0.137

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.
@@ -794,7 +794,7 @@ const R = (e, t) => {
794
794
  ], 8, bs)
795
795
  ])) : p("", !0);
796
796
  }
797
- }, Jg = /* @__PURE__ */ R(Ms, [["__scopeId", "data-v-ed98ddb0"]]), he = b([]), Ne = (e) => {
797
+ }, Kg = /* @__PURE__ */ R(Ms, [["__scopeId", "data-v-ed98ddb0"]]), he = b([]), Ne = (e) => {
798
798
  const t = b(0), n = he.value.find(({ id: m }) => m == e);
799
799
  n != null ? t.value = he.value.indexOf(n) : (he.value.push({
800
800
  id: e,
@@ -1055,7 +1055,7 @@ const Ds = { class: "chat-input__container" }, Ts = ["id"], Es = ["id"], js = {
1055
1055
  ])
1056
1056
  ]));
1057
1057
  }
1058
- }), Gg = /* @__PURE__ */ R(Os, [["__scopeId", "data-v-ff7736fa"]]), zs = { class: "chat-list" }, Ls = { class: "chat-list__title-container" }, Us = {
1058
+ }), Jg = /* @__PURE__ */ R(Os, [["__scopeId", "data-v-ff7736fa"]]), zs = { class: "chat-list" }, Ls = { class: "chat-list__title-container" }, Us = {
1059
1059
  key: 0,
1060
1060
  class: "chat-list__title"
1061
1061
  }, Bs = { class: "chat-list__fixed-items-top" }, Rs = { class: "chat-list__scrollable-items" }, Qs = { class: "chat-list__fixed-items-bottom" }, $s = {
@@ -1143,7 +1143,7 @@ const Ds = { class: "chat-input__container" }, Ts = ["id"], Es = ["id"], js = {
1143
1143
  ne(h.$slots, "actions", {}, void 0, !0)
1144
1144
  ]),
1145
1145
  ne(h.$slots, "sidebar", {}, void 0, !0),
1146
- e.filterEnabled ? (l(), L(k(ko), {
1146
+ e.filterEnabled ? (l(), L(k(wo), {
1147
1147
  key: 0,
1148
1148
  class: "chat-list__filter",
1149
1149
  onUpdate: N
@@ -1201,7 +1201,7 @@ const Ds = { class: "chat-input__container" }, Ts = ["id"], Es = ["id"], js = {
1201
1201
  })
1202
1202
  ]));
1203
1203
  }
1204
- }, Zg = /* @__PURE__ */ R($s, [["__scopeId", "data-v-1172583f"]]);
1204
+ }, Gg = /* @__PURE__ */ R($s, [["__scopeId", "data-v-1172583f"]]);
1205
1205
  function Ys(e, t) {
1206
1206
  let n = null;
1207
1207
  return function(...f) {
@@ -1210,15 +1210,17 @@ function Ys(e, t) {
1210
1210
  }, t));
1211
1211
  };
1212
1212
  }
1213
- const Fs = {
1214
- ref: "keyboard",
1215
- class: "keyboard__container"
1216
- }, Ps = ["onClick"], qs = /* @__PURE__ */ Y({
1213
+ const Fs = ["onClick"], Ps = /* @__PURE__ */ Y({
1217
1214
  __name: "MessageKeyboard",
1218
1215
  props: {
1219
1216
  keyboard: {
1220
1217
  type: Array,
1221
1218
  required: !0
1219
+ },
1220
+ align: {
1221
+ type: String,
1222
+ default: "right",
1223
+ validator: (e) => ["left", "center", "right"].includes(e)
1222
1224
  }
1223
1225
  },
1224
1226
  emits: ["action"],
@@ -1228,7 +1230,10 @@ const Fs = {
1228
1230
  };
1229
1231
  return t({
1230
1232
  refKeyboard: a
1231
- }), (c, d) => (l(), u("div", Fs, [
1233
+ }), (c, d) => (l(), u("div", {
1234
+ ref: "keyboard",
1235
+ class: x(["keyboard__container", [`keyboard__container--${e.align}`]])
1236
+ }, [
1232
1237
  (l(!0), u(F, null, ie(e.keyboard, (g) => (l(), u("div", {
1233
1238
  key: g.text,
1234
1239
  class: "keyboard__key",
@@ -1236,13 +1241,13 @@ const Fs = {
1236
1241
  onClick: (m) => A(g)
1237
1242
  }, [
1238
1243
  o("p", null, D(g.text), 1)
1239
- ], 12, Ps))), 128))
1240
- ], 512));
1244
+ ], 12, Fs))), 128))
1245
+ ], 2));
1241
1246
  }
1242
- }), Hs = /* @__PURE__ */ R(qs, [["__scopeId", "data-v-d54ac265"]]), Ws = ["id"], Ks = ["id", "onDblclick"], Js = {
1247
+ }), qs = /* @__PURE__ */ R(Ps, [["__scopeId", "data-v-730d1045"]]), Hs = ["id"], Ws = ["id", "onDblclick"], Ks = {
1243
1248
  key: 0,
1244
1249
  class: "message-feed__unread-amount"
1245
- }, Gs = { style: { margin: "auto" } }, Zs = /* @__PURE__ */ Y({
1250
+ }, Js = { style: { margin: "auto" } }, Gs = /* @__PURE__ */ Y({
1246
1251
  __name: "Feed",
1247
1252
  props: {
1248
1253
  objects: {
@@ -1273,6 +1278,11 @@ const Fs = {
1273
1278
  applyStyle: {
1274
1279
  type: Function,
1275
1280
  default: () => null
1281
+ },
1282
+ keyboardAlign: {
1283
+ type: String,
1284
+ default: "right",
1285
+ validator: (e) => ["left", "center", "right"].includes(e)
1276
1286
  }
1277
1287
  },
1278
1288
  emits: [
@@ -1307,14 +1317,14 @@ const Fs = {
1307
1317
  }, M = () => {
1308
1318
  d.value = !1;
1309
1319
  }, T = Ys(h, 250), S = (B) => ({
1310
- "message.text": Ed,
1311
- "message.image": bd,
1312
- "message.file": id,
1313
- "message.audio": Gd,
1314
- "message.video": m1,
1315
- "message.call": j1,
1316
- "message.system": C1,
1317
- "system.date": t1,
1320
+ "message.text": Td,
1321
+ "message.image": vd,
1322
+ "message.file": sd,
1323
+ "message.audio": Jd,
1324
+ "message.video": g1,
1325
+ "message.call": E1,
1326
+ "message.system": S1,
1327
+ "system.date": e1,
1318
1328
  "message.typing": Za
1319
1329
  })[B];
1320
1330
  function U() {
@@ -1413,7 +1423,7 @@ const Fs = {
1413
1423
  onAction: Q,
1414
1424
  onReply: G
1415
1425
  }, null, 40, ["message", "apply-style"]))
1416
- ], 40, Ks))), 128)),
1426
+ ], 40, Ws))), 128)),
1417
1427
  e.typing ? (l(), L(k(Za), {
1418
1428
  key: 0,
1419
1429
  message: {
@@ -1423,14 +1433,15 @@ const Fs = {
1423
1433
  }, null, 8, ["message"])) : p("", !0),
1424
1434
  H(se, null, {
1425
1435
  default: W(() => [
1426
- N.value ? (l(), L(Hs, {
1436
+ N.value ? (l(), L(qs, {
1427
1437
  key: 0,
1428
1438
  ref_key: "keyboardRef",
1429
1439
  ref: f,
1430
1440
  class: "message-feed__keyboard",
1431
1441
  keyboard: e.objects[e.objects.length - 1].keyboard,
1442
+ align: e.keyboardAlign,
1432
1443
  onAction: j
1433
- }, null, 8, ["keyboard"])) : p("", !0)
1444
+ }, null, 8, ["keyboard", "align"])) : p("", !0)
1434
1445
  ]),
1435
1446
  _: 1
1436
1447
  }),
@@ -1441,19 +1452,19 @@ const Fs = {
1441
1452
  class: "message-feed__button-down",
1442
1453
  onClick: V
1443
1454
  }, [
1444
- e.buttonParams ? (l(), u("div", Js, D(e.buttonParams.unreadAmount), 1)) : p("", !0),
1455
+ e.buttonParams ? (l(), u("div", Ks, D(e.buttonParams.unreadAmount), 1)) : p("", !0),
1445
1456
  K[1] || (K[1] = o("span", { class: "pi pi-angle-down message-feed__icon-down" }, null, -1))
1446
1457
  ])) : p("", !0)
1447
1458
  ]),
1448
1459
  _: 1
1449
1460
  })
1450
- ], 40, Ws)) : (l(), u("div", {
1461
+ ], 40, Hs)) : (l(), u("div", {
1451
1462
  key: 1,
1452
1463
  ref_key: "refFeed",
1453
1464
  ref: a,
1454
1465
  class: "message-feed"
1455
1466
  }, [
1456
- o("div", Gs, [
1467
+ o("div", Js, [
1457
1468
  ne(B.$slots, "empty-feed", {}, void 0, !0)
1458
1469
  ])
1459
1470
  ], 512)),
@@ -1469,13 +1480,13 @@ const Fs = {
1469
1480
  ], 8, ["to"])) : p("", !0)
1470
1481
  ], 64));
1471
1482
  }
1472
- }), Xg = /* @__PURE__ */ R(Zs, [["__scopeId", "data-v-b769fea5"]]), Xs = {
1483
+ }), Zg = /* @__PURE__ */ R(Gs, [["__scopeId", "data-v-62141b10"]]), Zs = {
1473
1484
  key: 0,
1474
1485
  class: "profile__container"
1475
- }, ei = {
1486
+ }, Xs = {
1476
1487
  key: 0,
1477
1488
  class: "profile__avatar-container"
1478
- }, ti = ["src"], ni = { class: "profile__name" }, ai = { class: "profile__email" }, fi = { class: "profile__phone" }, si = {
1489
+ }, ei = ["src"], ti = { class: "profile__name" }, ni = { class: "profile__email" }, ai = { class: "profile__phone" }, fi = {
1479
1490
  __name: "UserProfile",
1480
1491
  props: {
1481
1492
  user: {
@@ -1484,8 +1495,8 @@ const Fs = {
1484
1495
  }
1485
1496
  },
1486
1497
  setup(e) {
1487
- return (t, n) => e.user ? (l(), u("div", Xs, [
1488
- e.user.avatar ? (l(), u("div", ei, [
1498
+ return (t, n) => e.user ? (l(), u("div", Zs, [
1499
+ e.user.avatar ? (l(), u("div", Xs, [
1489
1500
  o("span", {
1490
1501
  class: "profile__status",
1491
1502
  style: ce({ backgroundColor: e.user.status })
@@ -1494,20 +1505,20 @@ const Fs = {
1494
1505
  src: e.user.avatar,
1495
1506
  height: "48",
1496
1507
  width: "48"
1497
- }, null, 8, ti)
1508
+ }, null, 8, ei)
1498
1509
  ])) : p("", !0),
1499
- o("h2", ni, D(e.user.name), 1),
1500
- o("p", ai, D(e.user.email), 1),
1501
- o("p", fi, D(e.user.phone), 1)
1510
+ o("h2", ti, D(e.user.name), 1),
1511
+ o("p", ni, D(e.user.email), 1),
1512
+ o("p", ai, D(e.user.phone), 1)
1502
1513
  ])) : p("", !0);
1503
1514
  }
1504
- }, e0 = /* @__PURE__ */ R(si, [["__scopeId", "data-v-e88f5abb"]]), dt = b([]), Ee = (e) => {
1515
+ }, Xg = /* @__PURE__ */ R(fi, [["__scopeId", "data-v-e88f5abb"]]), dt = b([]), Ee = (e) => {
1505
1516
  const t = b(0), n = dt.value.find(({ id: f }) => f == e);
1506
1517
  return n != null ? t.value = dt.value.indexOf(n) : (dt.value.push({
1507
1518
  id: e,
1508
1519
  theme: ""
1509
1520
  }), t.value = dt.value.length - 1), { getTheme: () => dt.value[t.value] };
1510
- }, ii = ["id"], Nn = /* @__PURE__ */ Y({
1521
+ }, si = ["id"], Nn = /* @__PURE__ */ Y({
1511
1522
  __name: "ButtonContextMenu",
1512
1523
  props: {
1513
1524
  actions: {
@@ -1597,9 +1608,9 @@ const Fs = {
1597
1608
  onClick: m
1598
1609
  }, null, 8, ["id", "actions", "data-theme"])
1599
1610
  ]))
1600
- ], 40, ii));
1611
+ ], 40, si));
1601
1612
  }
1602
- }), oi = ["data-theme"], li = { class: "modal__container" }, ri = {
1613
+ }), ii = ["data-theme"], oi = { class: "modal__container" }, li = {
1603
1614
  __name: "ModalFullscreen",
1604
1615
  props: {
1605
1616
  theme: {
@@ -1625,7 +1636,7 @@ const Fs = {
1625
1636
  onClick: a,
1626
1637
  onKeyup: i[1] || (i[1] = ea((r) => n("close"), ["esc"]))
1627
1638
  }, [
1628
- o("div", li, [
1639
+ o("div", oi, [
1629
1640
  o("button", {
1630
1641
  class: "modal__close-button",
1631
1642
  onClick: i[0] || (i[0] = (r) => n("close"))
@@ -1636,21 +1647,21 @@ const Fs = {
1636
1647
  ])),
1637
1648
  ne(s.$slots, "default", {}, void 0, !0)
1638
1649
  ])
1639
- ], 40, oi));
1650
+ ], 40, ii));
1640
1651
  }
1641
- }, xt = /* @__PURE__ */ R(ri, [["__scopeId", "data-v-4a4fdaa8"]]), ci = { class: "preview__container" }, Ai = { class: "preview__block" }, ui = ["src"], di = ["src"], gi = {
1652
+ }, xt = /* @__PURE__ */ R(li, [["__scopeId", "data-v-4a4fdaa8"]]), ri = { class: "preview__container" }, ci = { class: "preview__block" }, Ai = ["src"], ui = ["src"], di = {
1642
1653
  key: 2,
1643
1654
  style: { display: "flex", gap: "5px" }
1644
- }, mi = ["src"], pi = { class: "pi pi-play" }, hi = { class: "pi pi-pause" }, yi = { key: 3 }, vi = { class: "preview__control-block" }, bi = { class: "preview__information" }, Mi = { class: "preview__name" }, _i = {
1655
+ }, gi = ["src"], mi = { class: "pi pi-play" }, pi = { class: "pi pi-pause" }, hi = { key: 3 }, yi = { class: "preview__control-block" }, vi = { class: "preview__information" }, bi = { class: "preview__name" }, Mi = {
1645
1656
  key: 0,
1646
1657
  class: "preview__size"
1647
- }, Ii = {
1658
+ }, _i = {
1648
1659
  key: 1,
1649
1660
  class: "preview__audio-time"
1650
- }, wi = {
1661
+ }, Ii = {
1651
1662
  key: 2,
1652
1663
  class: "preview__audio-time"
1653
- }, ki = { class: "preview__reset" }, Ni = ["src"], Di = ["src"], Ti = /* @__PURE__ */ Y({
1664
+ }, wi = { class: "preview__reset" }, ki = ["src"], Ni = ["src"], Di = /* @__PURE__ */ Y({
1654
1665
  __name: "FilePreview",
1655
1666
  props: {
1656
1667
  fileInfo: {
@@ -1680,8 +1691,8 @@ const Fs = {
1680
1691
  i.value && (i.value.currentTime = 0, A.value = i.value.duration);
1681
1692
  }, { once: !0 })));
1682
1693
  });
1683
- }), (y, N) => (l(), u("div", ci, [
1684
- o("div", Ai, [
1694
+ }), (y, N) => (l(), u("div", ri, [
1695
+ o("div", ci, [
1685
1696
  e.fileInfo.isImage ? (l(), u("div", {
1686
1697
  key: 0,
1687
1698
  style: { position: "relative" },
@@ -1691,7 +1702,7 @@ const Fs = {
1691
1702
  src: e.fileInfo.previewUrl,
1692
1703
  alt: "Image Preview",
1693
1704
  class: "preview__image"
1694
- }, null, 8, ui),
1705
+ }, null, 8, Ai),
1695
1706
  N[3] || (N[3] = o("div", { class: "preview__shadow" }, [
1696
1707
  o("span", { class: "pi pi-plus-circle" })
1697
1708
  ], -1))
@@ -1705,11 +1716,11 @@ const Fs = {
1705
1716
  ref: i,
1706
1717
  src: e.fileInfo.previewUrl,
1707
1718
  class: "preview__video"
1708
- }, null, 8, di),
1719
+ }, null, 8, ui),
1709
1720
  N[4] || (N[4] = o("div", { class: "preview__shadow" }, [
1710
1721
  o("span", { class: "pi pi-play" })
1711
1722
  ], -1))
1712
- ])) : e.fileInfo.isAudio ? (l(), u("div", gi, [
1723
+ ])) : e.fileInfo.isAudio ? (l(), u("div", di, [
1713
1724
  N[5] || (N[5] = o("span", {
1714
1725
  class: "pi pi-headphones",
1715
1726
  style: { "font-size": "1rem", margin: "auto" }
@@ -1718,33 +1729,33 @@ const Fs = {
1718
1729
  ref_key: "audio",
1719
1730
  ref: s,
1720
1731
  src: e.fileInfo.previewUrl
1721
- }, null, 8, mi),
1732
+ }, null, 8, gi),
1722
1733
  o("button", {
1723
1734
  class: "preview__audio-control",
1724
1735
  onClick: m
1725
1736
  }, [
1726
- re(o("span", pi, null, 512), [
1737
+ re(o("span", mi, null, 512), [
1727
1738
  [De, !r.value]
1728
1739
  ]),
1729
- re(o("span", hi, null, 512), [
1740
+ re(o("span", pi, null, 512), [
1730
1741
  [De, r.value]
1731
1742
  ])
1732
1743
  ])
1733
- ])) : (l(), u("div", yi, N[6] || (N[6] = [
1744
+ ])) : (l(), u("div", hi, N[6] || (N[6] = [
1734
1745
  o("span", {
1735
1746
  class: "pi pi-file",
1736
1747
  style: { "font-size": "2.5rem" }
1737
1748
  }, null, -1)
1738
1749
  ])))
1739
1750
  ]),
1740
- o("div", vi, [
1741
- o("div", bi, [
1742
- o("span", Mi, D(e.fileInfo.fileName), 1),
1743
- !e.fileInfo.isAudio && !e.fileInfo.isVideo ? (l(), u("span", _i, D(e.fileInfo.fileSize), 1)) : p("", !0),
1744
- e.fileInfo.isAudio ? (l(), u("span", Ii, D(`${v.value} / ${I.value}`), 1)) : p("", !0),
1745
- e.fileInfo.isVideo ? (l(), u("span", wi, D(I.value), 1)) : p("", !0)
1751
+ o("div", yi, [
1752
+ o("div", vi, [
1753
+ o("span", bi, D(e.fileInfo.fileName), 1),
1754
+ !e.fileInfo.isAudio && !e.fileInfo.isVideo ? (l(), u("span", Mi, D(e.fileInfo.fileSize), 1)) : p("", !0),
1755
+ e.fileInfo.isAudio ? (l(), u("span", _i, D(`${v.value} / ${I.value}`), 1)) : p("", !0),
1756
+ e.fileInfo.isVideo ? (l(), u("span", Ii, D(I.value), 1)) : p("", !0)
1746
1757
  ]),
1747
- o("div", ki, [
1758
+ o("div", wi, [
1748
1759
  o("span", {
1749
1760
  class: "pi pi-times",
1750
1761
  onClick: N[2] || (N[2] = (j) => f("reset"))
@@ -1766,13 +1777,13 @@ const Fs = {
1766
1777
  src: e.fileInfo.previewUrl,
1767
1778
  controls: "",
1768
1779
  autoplay: ""
1769
- }, null, 8, Ni)) : p("", !0),
1780
+ }, null, 8, ki)) : p("", !0),
1770
1781
  e.fileInfo.isImage ? (l(), u("img", {
1771
1782
  key: 1,
1772
1783
  class: "preview__modal-image",
1773
1784
  src: e.fileInfo.previewUrl,
1774
1785
  alt: "Image Preview"
1775
- }, null, 8, Di)) : p("", !0)
1786
+ }, null, 8, Ni)) : p("", !0)
1776
1787
  ]),
1777
1788
  _: 1
1778
1789
  }, 8, ["theme"])) : p("", !0)
@@ -1782,10 +1793,10 @@ const Fs = {
1782
1793
  ]))
1783
1794
  ]));
1784
1795
  }
1785
- }), Dn = /* @__PURE__ */ R(Ti, [["__scopeId", "data-v-a3c677b5"]]), hf = (e) => {
1796
+ }), Dn = /* @__PURE__ */ R(Di, [["__scopeId", "data-v-a3c677b5"]]), hf = (e) => {
1786
1797
  let t = "file";
1787
1798
  return e.startsWith("image/") ? t = "image" : e.startsWith("video/") ? t = "video" : e.startsWith("audio/") && (t = "audio"), t;
1788
- }, Ei = (e) => {
1799
+ }, Ti = (e) => {
1789
1800
  const t = hf(e.type), n = b(!1), a = b(!1), f = b(!1), s = b("");
1790
1801
  t === "image" ? n.value = !0 : t === "video" ? a.value = !0 : t === "audio" && (f.value = !0), n.value || a.value || f.value ? s.value = URL.createObjectURL(e) : s.value = "";
1791
1802
  const i = ["б", "Кб", "Мб", "Гб"];
@@ -1816,12 +1827,12 @@ const Fs = {
1816
1827
  size: t.size,
1817
1828
  type: hf(t.type),
1818
1829
  status: "success",
1819
- preview: Ei(t)
1830
+ preview: Ti(t)
1820
1831
  };
1821
1832
  } catch (s) {
1822
1833
  return console.error("Ошибка при загрузке файла:", s), { status: "error" };
1823
1834
  }
1824
- }, ji = { key: 0 }, xi = { key: 1 }, Vi = /* @__PURE__ */ Y({
1835
+ }, Ei = { key: 0 }, ji = { key: 1 }, xi = /* @__PURE__ */ Y({
1825
1836
  __name: "FileUploader",
1826
1837
  props: {
1827
1838
  filebumpUrl: {
@@ -1902,9 +1913,9 @@ const Fs = {
1902
1913
  return ue(() => {
1903
1914
  window.addEventListener("paste", N);
1904
1915
  }), (h, w) => (l(), u(F, null, [
1905
- a.value === "uploading" ? (l(), u("div", ji, w[0] || (w[0] = [
1916
+ a.value === "uploading" ? (l(), u("div", Ei, w[0] || (w[0] = [
1906
1917
  o("p", null, "Загрузка файла...", -1)
1907
- ]))) : a.value === "error" ? (l(), u("div", xi, w[1] || (w[1] = [
1918
+ ]))) : a.value === "error" ? (l(), u("div", ji, w[1] || (w[1] = [
1908
1919
  o("p", null, "Ошибка при загрузке файла.", -1)
1909
1920
  ]))) : k(c)().isRecording ? p("", !0) : (l(), L(Nn, {
1910
1921
  key: 2,
@@ -1941,7 +1952,7 @@ const Fs = {
1941
1952
  ], 8, ["to"])) : p("", !0)
1942
1953
  ], 64));
1943
1954
  }
1944
- }), t0 = /* @__PURE__ */ R(Vi, [["__scopeId", "data-v-4dd4994f"]]), Si = { key: 0 }, Ci = ["value", "selected"], Oi = {
1955
+ }), e0 = /* @__PURE__ */ R(xi, [["__scopeId", "data-v-4dd4994f"]]), Vi = { key: 0 }, Si = ["value", "selected"], Ci = {
1945
1956
  __name: "ThemeMode",
1946
1957
  props: {
1947
1958
  themes: {
@@ -1964,7 +1975,7 @@ const Fs = {
1964
1975
  return ue(() => {
1965
1976
  const c = i();
1966
1977
  A(c);
1967
- }), (c, d) => e.show ? (l(), u("div", Si, [
1978
+ }), (c, d) => e.show ? (l(), u("div", Vi, [
1968
1979
  o("select", {
1969
1980
  onChange: d[0] || (d[0] = (g) => r(g))
1970
1981
  }, [
@@ -1972,11 +1983,11 @@ const Fs = {
1972
1983
  key: m,
1973
1984
  value: g.code,
1974
1985
  selected: g.default === !0
1975
- }, D(g.name), 9, Ci))), 128))
1986
+ }, D(g.name), 9, Si))), 128))
1976
1987
  ], 32)
1977
1988
  ])) : p("", !0);
1978
1989
  }
1979
- }, n0 = /* @__PURE__ */ R(Oi, [["__scopeId", "data-v-0bf269d7"]]), zi = ["onClick"], Li = ["src", "alt"], Ui = { key: 1 }, Bi = ["onClick"], Ri = ["src", "alt"], Qi = { key: 1 }, $i = {
1990
+ }, t0 = /* @__PURE__ */ R(Ci, [["__scopeId", "data-v-0bf269d7"]]), Oi = ["onClick"], zi = ["src", "alt"], Li = { key: 1 }, Ui = ["onClick"], Bi = ["src", "alt"], Ri = { key: 1 }, Qi = {
1980
1991
  __name: "SideBar",
1981
1992
  props: {
1982
1993
  sidebarItems: {
@@ -2017,13 +2028,13 @@ const Fs = {
2017
2028
  "sidebar__image--active": c.selected === !0,
2018
2029
  "sidebar-horizontal__image": e.horizontal
2019
2030
  }])
2020
- }, null, 10, Li),
2031
+ }, null, 10, zi),
2021
2032
  c.notificationCount ? (l(), u("span", {
2022
2033
  key: 0,
2023
2034
  style: ce({ backgroundColor: c.notificationColor ? c.notificationColor : "red" })
2024
2035
  }, D(c.notificationCount > 99 ? "99+" : c.notificationCount), 5)) : p("", !0),
2025
- c.name ? (l(), u("p", Ui, D(i(c.name)), 1)) : p("", !0)
2026
- ], 10, zi))), 128))
2036
+ c.name ? (l(), u("p", Li, D(i(c.name)), 1)) : p("", !0)
2037
+ ], 10, Oi))), 128))
2027
2038
  ], 2),
2028
2039
  o("ul", {
2029
2040
  class: x(["sidebar__list-fixed", { "sidebar-horizontal__list-fixed": e.horizontal }])
@@ -2040,23 +2051,23 @@ const Fs = {
2040
2051
  "sidebar__image--active": c.selected === !0,
2041
2052
  "sidebar-horizontal__image": e.horizontal
2042
2053
  }])
2043
- }, null, 10, Ri),
2054
+ }, null, 10, Bi),
2044
2055
  c.notificationCount ? (l(), u("span", {
2045
2056
  key: 0,
2046
2057
  style: ce({ backgroundColor: c.notificationColor ? c.notificationColor : null })
2047
2058
  }, D(c.notificationCount > 99 ? "99+" : c.notificationCount), 5)) : p("", !0),
2048
- c.name ? (l(), u("p", Qi, D(i(c.name)), 1)) : p("", !0)
2049
- ], 10, Bi))), 128))
2059
+ c.name ? (l(), u("p", Ri, D(i(c.name)), 1)) : p("", !0)
2060
+ ], 10, Ui))), 128))
2050
2061
  ], 2)
2051
2062
  ], 2));
2052
2063
  }
2053
- }, a0 = /* @__PURE__ */ R($i, [["__scopeId", "data-v-3db00871"]]), Yi = { class: "chat-panel" }, Fi = {
2064
+ }, n0 = /* @__PURE__ */ R(Qi, [["__scopeId", "data-v-3db00871"]]), $i = { class: "chat-panel" }, Yi = {
2054
2065
  key: 0,
2055
2066
  class: "chat-panel__title-container"
2056
- }, Pi = {
2067
+ }, Fi = {
2057
2068
  key: 0,
2058
2069
  class: "chat-panel__title"
2059
- }, qi = {
2070
+ }, Pi = {
2060
2071
  __name: "ChatPanel",
2061
2072
  props: {
2062
2073
  title: {
@@ -2070,9 +2081,9 @@ const Fs = {
2070
2081
  },
2071
2082
  emits: ["close-panel"],
2072
2083
  setup(e, { emit: t }) {
2073
- return (n, a) => (l(), u("div", Yi, [
2074
- e.titleEnabled ? (l(), u("div", Fi, [
2075
- e.title ? (l(), u("p", Pi, D(e.title), 1)) : p("", !0),
2084
+ return (n, a) => (l(), u("div", $i, [
2085
+ e.titleEnabled ? (l(), u("div", Yi, [
2086
+ e.title ? (l(), u("p", Fi, D(e.title), 1)) : p("", !0),
2076
2087
  o("button", {
2077
2088
  class: "chat-panel__button-close",
2078
2089
  onClick: a[0] || (a[0] = (f) => n.$emit("close-panel"))
@@ -2085,13 +2096,13 @@ const Fs = {
2085
2096
  ])
2086
2097
  ]));
2087
2098
  }
2088
- }, f0 = /* @__PURE__ */ R(qi, [["__scopeId", "data-v-2ca37c20"]]), Hi = {
2099
+ }, a0 = /* @__PURE__ */ R(Pi, [["__scopeId", "data-v-2ca37c20"]]), qi = {
2089
2100
  key: 0,
2090
2101
  class: "channels__selected"
2091
- }, Wi = ["src"], Ki = { class: "channels__title" }, Ji = {
2102
+ }, Hi = ["src"], Wi = { class: "channels__title" }, Ki = {
2092
2103
  key: 1,
2093
2104
  class: "channels__selected channels__title"
2094
- }, Gi = {
2105
+ }, Ji = {
2095
2106
  __name: "ChannelSelector",
2096
2107
  props: {
2097
2108
  channels: {
@@ -2118,14 +2129,14 @@ const Fs = {
2118
2129
  key: 0,
2119
2130
  class: x(["channels__container", { "channels__container-disabled": e.state == "disabled" }])
2120
2131
  }, [
2121
- r.value ? (l(), u("div", Hi, [
2132
+ r.value ? (l(), u("div", qi, [
2122
2133
  r.value.icon ? (l(), u("img", {
2123
2134
  key: 0,
2124
2135
  src: r.value.icon,
2125
2136
  class: "channels__icon"
2126
- }, null, 8, Wi)) : p("", !0),
2127
- o("span", Ki, D(r.value.title), 1)
2128
- ])) : (l(), u("span", Ji, D(k(_e)("component.ChannelSelector.Placeholder")), 1)),
2137
+ }, null, 8, Hi)) : p("", !0),
2138
+ o("span", Wi, D(r.value.title), 1)
2139
+ ])) : (l(), u("span", Ki, D(k(_e)("component.ChannelSelector.Placeholder")), 1)),
2129
2140
  H(Nn, {
2130
2141
  actions: e.channels,
2131
2142
  mode: e.mode,
@@ -2142,13 +2153,13 @@ const Fs = {
2142
2153
  }, 8, ["actions", "mode", "disabled"])
2143
2154
  ], 2));
2144
2155
  }
2145
- }, s0 = /* @__PURE__ */ R(Gi, [["__scopeId", "data-v-a949eb7f"]]);
2146
- function i0(e) {
2156
+ }, f0 = /* @__PURE__ */ R(Ji, [["__scopeId", "data-v-a949eb7f"]]);
2157
+ function s0(e) {
2147
2158
  if (!e || e === "") return;
2148
2159
  const t = +new Date(Number(e) * 1e3), n = +/* @__PURE__ */ new Date(), a = Math.floor((n - t) / 1e3), f = Math.floor(a / 60), s = Math.floor(f / 60), i = Math.floor(s / 24);
2149
2160
  return i > 30 ? new Date(t).toLocaleDateString("ru-RU") : i > 0 ? `${i} ${i === 1 ? "день" : "дня"} назад` : s > 0 ? `${s} ${s === 1 ? "час" : "часа"} назад` : f > 0 ? `${f} ${f === 1 ? "минута" : "минуты"} назад` : a > 0 ? `${a} ${a === 1 ? "секунда" : "секунды"} назад` : "Только что";
2150
2161
  }
2151
- const o0 = (e, t = null) => {
2162
+ const i0 = (e, t = null) => {
2152
2163
  const n = [];
2153
2164
  let a = new Date(t * 1e3).toLocaleDateString();
2154
2165
  for (let f = 0; f < e.length; f++) {
@@ -2162,7 +2173,7 @@ const o0 = (e, t = null) => {
2162
2173
  }), a = i), n.push(s);
2163
2174
  }
2164
2175
  return n;
2165
- }, l0 = async () => {
2176
+ }, o0 = async () => {
2166
2177
  try {
2167
2178
  if (await navigator.mediaDevices.getUserMedia({ audio: !0 })) {
2168
2179
  const t = new Audio();
@@ -2171,7 +2182,7 @@ const o0 = (e, t = null) => {
2171
2182
  } catch {
2172
2183
  console.log("no audio permissions");
2173
2184
  }
2174
- }, r0 = (e) => e.sort((t, n) => Number(t.timestamp) < Number(n.timestamp) ? -1 : Number(t.timestamp) > Number(n.timestamp) ? 1 : 0), lt = ["read", "received", "sent"], rt = (e) => {
2185
+ }, l0 = (e) => e.sort((t, n) => Number(t.timestamp) < Number(n.timestamp) ? -1 : Number(t.timestamp) > Number(n.timestamp) ? 1 : 0), lt = ["read", "received", "sent"], rt = (e) => {
2175
2186
  switch (e) {
2176
2187
  case "read":
2177
2188
  return "status--read";
@@ -2180,7 +2191,7 @@ const o0 = (e, t = null) => {
2180
2191
  default:
2181
2192
  return "";
2182
2193
  }
2183
- }, Zi = ["data-theme"], Xi = /* @__PURE__ */ Y({
2194
+ }, Gi = ["data-theme"], Zi = /* @__PURE__ */ Y({
2184
2195
  __name: "Tooltip",
2185
2196
  props: {
2186
2197
  text: {
@@ -2237,46 +2248,46 @@ const o0 = (e, t = null) => {
2237
2248
  ref: f,
2238
2249
  "data-theme": k(n)().theme ? k(n)().theme : "light",
2239
2250
  class: x(r.value)
2240
- }, D(e.text), 11, Zi)) : p("", !0)
2251
+ }, D(e.text), 11, Gi)) : p("", !0)
2241
2252
  ]),
2242
2253
  _: 1
2243
2254
  })
2244
2255
  ]))
2245
2256
  ], 64));
2246
2257
  }
2247
- }), Ua = /* @__PURE__ */ R(Xi, [["__scopeId", "data-v-26703f4a"]]), eo = { class: "chat-item__avatar-container" }, to = ["src"], no = {
2258
+ }), Ua = /* @__PURE__ */ R(Zi, [["__scopeId", "data-v-26703f4a"]]), Xi = { class: "chat-item__avatar-container" }, eo = ["src"], to = {
2248
2259
  key: 1,
2249
2260
  class: "pi pi-user"
2250
- }, ao = { class: "chat-item__info-container" }, fo = { class: "chat-item__name" }, so = {
2261
+ }, no = { class: "chat-item__info-container" }, ao = { class: "chat-item__name" }, fo = {
2251
2262
  key: 0,
2252
2263
  class: "chat-item__last-message"
2253
- }, io = { class: "chat-item__details-container" }, oo = {
2264
+ }, so = { class: "chat-item__details-container" }, io = {
2254
2265
  key: 0,
2255
2266
  class: "chat-item__time"
2256
- }, lo = {
2267
+ }, oo = {
2257
2268
  key: 3,
2258
2269
  class: "chat-item__status-chat-container"
2259
- }, ro = {
2270
+ }, lo = {
2260
2271
  key: 0,
2261
2272
  class: "pi pi-check"
2262
- }, co = {
2273
+ }, ro = {
2263
2274
  key: 1,
2264
2275
  class: "chat-item__fixed pi pi-thumbtack"
2265
- }, Ao = {
2276
+ }, co = {
2266
2277
  key: 0,
2267
2278
  id: "noSelectButton",
2268
2279
  class: "chat-item__menu-button"
2269
- }, uo = {
2280
+ }, Ao = {
2270
2281
  key: 1,
2271
2282
  id: "noSelectButton",
2272
2283
  class: "chat-item__menu-button"
2273
- }, go = {
2284
+ }, uo = {
2274
2285
  key: 0,
2275
2286
  class: "dialog__container"
2276
- }, mo = ["onClick"], po = ["src"], ho = {
2287
+ }, go = ["onClick"], mo = ["src"], po = {
2277
2288
  key: 1,
2278
2289
  class: "dialog__icon pi pi-user"
2279
- }, yo = { class: "dialog__text-container" }, vo = { class: "dialog__name" }, bo = { class: "dialog__time" }, Mo = /* @__PURE__ */ Y({
2290
+ }, ho = { class: "dialog__text-container" }, yo = { class: "dialog__name" }, vo = { class: "dialog__time" }, bo = /* @__PURE__ */ Y({
2280
2291
  __name: "ChatItem",
2281
2292
  props: {
2282
2293
  chat: {
@@ -2321,7 +2332,7 @@ const o0 = (e, t = null) => {
2321
2332
  onMouseleave: j,
2322
2333
  onClick: r
2323
2334
  }, [
2324
- o("div", eo, [
2335
+ o("div", Xi, [
2325
2336
  o("span", {
2326
2337
  class: "chat-item__status-user",
2327
2338
  style: ce({ backgroundColor: n.chat.status })
@@ -2331,15 +2342,15 @@ const o0 = (e, t = null) => {
2331
2342
  src: n.chat.avatar,
2332
2343
  height: "48",
2333
2344
  width: "48"
2334
- }, null, 8, to)) : (l(), u("span", no))
2345
+ }, null, 8, eo)) : (l(), u("span", to))
2335
2346
  ]),
2336
- o("div", ao, [
2347
+ o("div", no, [
2337
2348
  H(Ua, {
2338
2349
  text: e.chat.name,
2339
2350
  position: "bottom"
2340
2351
  }, {
2341
2352
  default: W(() => [
2342
- o("div", fo, D(e.chat.name), 1)
2353
+ o("div", ao, D(e.chat.name), 1)
2343
2354
  ]),
2344
2355
  _: 1
2345
2356
  }, 8, ["text"]),
@@ -2348,13 +2359,13 @@ const o0 = (e, t = null) => {
2348
2359
  position: "bottom"
2349
2360
  }, {
2350
2361
  default: W(() => [
2351
- e.chat.lastMessage || e.chat.typing ? (l(), u("div", so, D(N.value), 1)) : p("", !0)
2362
+ e.chat.lastMessage || e.chat.typing ? (l(), u("div", fo, D(N.value), 1)) : p("", !0)
2352
2363
  ]),
2353
2364
  _: 1
2354
2365
  }, 8, ["text"])
2355
2366
  ]),
2356
- o("div", io, [
2357
- e.chat["lastActivity.time"] && !f.value ? (l(), u("div", oo, D(e.chat["lastActivity.time"]), 1)) : p("", !0),
2367
+ o("div", so, [
2368
+ e.chat["lastActivity.time"] && !f.value ? (l(), u("div", io, D(e.chat["lastActivity.time"]), 1)) : p("", !0),
2358
2369
  e.chat.countUnread > 0 ? (l(), u("div", {
2359
2370
  key: 1,
2360
2371
  class: "chat-item__unread",
@@ -2375,15 +2386,15 @@ const o0 = (e, t = null) => {
2375
2386
  _: 1,
2376
2387
  __: [3]
2377
2388
  }, 8, ["actions"])) : p("", !0),
2378
- e.chat.countUnread < 1 ? (l(), u("div", lo, [
2389
+ e.chat.countUnread < 1 ? (l(), u("div", oo, [
2379
2390
  k(lt).includes(e.chat["lastMessage.status"]) ? (l(), u("div", {
2380
2391
  key: 0,
2381
2392
  class: x(["chat-item__status-message", _.value])
2382
2393
  }, [
2383
- e.chat["lastMessage.status"] !== "sent" ? (l(), u("span", ro)) : p("", !0),
2394
+ e.chat["lastMessage.status"] !== "sent" ? (l(), u("span", lo)) : p("", !0),
2384
2395
  w[4] || (w[4] = o("span", { class: "pi pi-check" }, null, -1))
2385
2396
  ], 2)) : p("", !0),
2386
- e.chat.isFixedTop || e.chat.isFixedBottom ? (l(), u("span", co)) : p("", !0)
2397
+ e.chat.isFixedTop || e.chat.isFixedBottom ? (l(), u("span", ro)) : p("", !0)
2387
2398
  ])) : p("", !0)
2388
2399
  ]),
2389
2400
  e.chat.dialogs ? (l(), u("div", {
@@ -2391,13 +2402,13 @@ const o0 = (e, t = null) => {
2391
2402
  class: "chat-item__dialog-buttons",
2392
2403
  onClick: w[1] || (w[1] = (M) => a("expand", n.chat))
2393
2404
  }, [
2394
- e.chat.dialogsExpanded ? p("", !0) : (l(), u("button", Ao, w[5] || (w[5] = [
2405
+ e.chat.dialogsExpanded ? p("", !0) : (l(), u("button", co, w[5] || (w[5] = [
2395
2406
  o("span", {
2396
2407
  id: "noSelectButton",
2397
2408
  class: "pi pi-angle-down"
2398
2409
  }, null, -1)
2399
2410
  ]))),
2400
- e.chat.dialogsExpanded ? (l(), u("button", uo, w[6] || (w[6] = [
2411
+ e.chat.dialogsExpanded ? (l(), u("button", Ao, w[6] || (w[6] = [
2401
2412
  o("span", {
2402
2413
  id: "noSelectButton",
2403
2414
  class: "pi pi-angle-up"
@@ -2405,7 +2416,7 @@ const o0 = (e, t = null) => {
2405
2416
  ]))) : p("", !0)
2406
2417
  ])) : p("", !0)
2407
2418
  ], 34),
2408
- e.chat.dialogsExpanded ? (l(), u("div", go, [
2419
+ e.chat.dialogsExpanded ? (l(), u("div", uo, [
2409
2420
  (l(!0), u(F, null, ie(m(), (M) => (l(), u("div", {
2410
2421
  key: M.dialogId,
2411
2422
  class: x(["dialog__item", d(M)]),
@@ -2417,21 +2428,21 @@ const o0 = (e, t = null) => {
2417
2428
  src: M.icon,
2418
2429
  height: "16",
2419
2430
  width: "16"
2420
- }, null, 8, po)) : (l(), u("span", ho)),
2421
- o("div", yo, [
2422
- o("div", vo, D(M.name), 1),
2423
- o("div", bo, D(M["lastActivity.time"]), 1)
2431
+ }, null, 8, mo)) : (l(), u("span", po)),
2432
+ o("div", ho, [
2433
+ o("div", yo, D(M.name), 1),
2434
+ o("div", vo, D(M["lastActivity.time"]), 1)
2424
2435
  ]),
2425
2436
  M.countUnread > 0 ? (l(), u("div", {
2426
2437
  key: 2,
2427
2438
  class: "chat-item__unread",
2428
2439
  style: ce({ backgroundColor: M.colorUnread ? M.colorUnread : null })
2429
2440
  }, D(M.countUnread > 99 ? "99+" : M.countUnread), 5)) : p("", !0)
2430
- ], 10, mo))), 128))
2441
+ ], 10, go))), 128))
2431
2442
  ])) : p("", !0)
2432
2443
  ]));
2433
2444
  }
2434
- }), Bn = /* @__PURE__ */ R(Mo, [["__scopeId", "data-v-ce022c87"]]), _o = { class: "chat-filter__container" }, Io = ["placeholder"], wo = {
2445
+ }), Bn = /* @__PURE__ */ R(bo, [["__scopeId", "data-v-ce022c87"]]), Mo = { class: "chat-filter__container" }, _o = ["placeholder"], Io = {
2435
2446
  __name: "ChatFilter",
2436
2447
  props: {
2437
2448
  placeholder: {
@@ -2446,7 +2457,7 @@ const o0 = (e, t = null) => {
2446
2457
  const s = k(n);
2447
2458
  a("update", s.value);
2448
2459
  };
2449
- return (s, i) => (l(), u("div", _o, [
2460
+ return (s, i) => (l(), u("div", Mo, [
2450
2461
  i[0] || (i[0] = o("span", { class: "pi pi-search chat-filter__icon" }, null, -1)),
2451
2462
  o("input", {
2452
2463
  ref_key: "refInput",
@@ -2455,28 +2466,28 @@ const o0 = (e, t = null) => {
2455
2466
  type: "text",
2456
2467
  placeholder: e.placeholder ? e.placeholder : k(_e)("component.ChatFilter.InputPlaceholder"),
2457
2468
  onInput: f
2458
- }, null, 40, Io)
2469
+ }, null, 40, _o)
2459
2470
  ]));
2460
2471
  }
2461
- }, ko = /* @__PURE__ */ R(wo, [["__scopeId", "data-v-51a41b5c"]]), No = { class: "template-selector" }, Do = ["id"], To = { style: { display: "flex" } }, Eo = { style: { display: "flex" } }, jo = {
2472
+ }, wo = /* @__PURE__ */ R(Io, [["__scopeId", "data-v-51a41b5c"]]), ko = { class: "template-selector" }, No = ["id"], Do = { style: { display: "flex" } }, To = { style: { display: "flex" } }, Eo = {
2462
2473
  key: 0,
2463
2474
  class: "template-selector__button-close"
2464
- }, xo = {
2475
+ }, jo = {
2465
2476
  key: 1,
2466
2477
  class: "template-selector__button-close"
2467
- }, Vo = { class: "template-selector__button-close" }, So = { class: "template-selector__layout" }, Co = ["id"], Oo = { class: "template-selector__list-groups" }, zo = { class: "template-selector__label-group" }, Lo = ["src", "alt"], Uo = ["id", "value"], Bo = ["id"], Ro = { class: "template-selector__searching-container" }, Qo = { class: "template-selector__templates" }, $o = {
2478
+ }, xo = { class: "template-selector__button-close" }, Vo = { class: "template-selector__layout" }, So = ["id"], Co = { class: "template-selector__list-groups" }, Oo = { class: "template-selector__label-group" }, zo = ["src", "alt"], Lo = ["id", "value"], Uo = ["id"], Bo = { class: "template-selector__searching-container" }, Ro = { class: "template-selector__templates" }, Qo = {
2468
2479
  key: 0,
2469
2480
  class: "template-selector__list-templates"
2470
- }, Yo = ["onClick"], Fo = { class: "template-selector__item-template-info" }, Po = { class: "template-selector__item-title" }, qo = { class: "template-selector__item-text" }, Ho = {
2481
+ }, $o = ["onClick"], Yo = { class: "template-selector__item-template-info" }, Fo = { class: "template-selector__item-title" }, Po = { class: "template-selector__item-text" }, qo = {
2471
2482
  key: 1,
2472
2483
  class: "template-selector__plug"
2473
- }, Wo = ["id"], Ko = { class: "template-selector__preview-container" }, Jo = {
2484
+ }, Ho = ["id"], Wo = { class: "template-selector__preview-container" }, Ko = {
2474
2485
  key: 0,
2475
2486
  class: "template-selector__preview"
2476
- }, Go = { class: "template-selector__preview-wrapper" }, Zo = { class: "template-selector__preview-text" }, Xo = {
2487
+ }, Jo = { class: "template-selector__preview-wrapper" }, Go = { class: "template-selector__preview-text" }, Zo = {
2477
2488
  key: 1,
2478
2489
  class: "template-selector__plug"
2479
- }, el = {
2490
+ }, Xo = {
2480
2491
  __name: "TemplateSelector",
2481
2492
  props: {
2482
2493
  templates: {
@@ -2528,7 +2539,7 @@ const o0 = (e, t = null) => {
2528
2539
  });
2529
2540
  return ue(() => {
2530
2541
  T(), k(d) && G.observe(k(d));
2531
- }), (O, z) => (l(), u("div", No, [
2542
+ }), (O, z) => (l(), u("div", ko, [
2532
2543
  o("div", {
2533
2544
  id: "template-selector-container-" + k(a),
2534
2545
  ref_key: "refContainer",
@@ -2538,65 +2549,65 @@ const o0 = (e, t = null) => {
2538
2549
  "template-selector__container-elevated": e.elevatedWindow
2539
2550
  })
2540
2551
  }, [
2541
- o("div", To, [
2542
- o("div", Eo, [
2543
- I.value ? (l(), u("button", jo, [
2552
+ o("div", Do, [
2553
+ o("div", To, [
2554
+ I.value ? (l(), u("button", Eo, [
2544
2555
  o("span", {
2545
2556
  class: "pi pi-arrow-left",
2546
2557
  onClick: N
2547
2558
  })
2548
2559
  ])) : p("", !0),
2549
- y.value ? (l(), u("button", xo, [
2560
+ y.value ? (l(), u("button", jo, [
2550
2561
  o("span", {
2551
2562
  class: "pi pi-arrow-right",
2552
2563
  onClick: j
2553
2564
  })
2554
2565
  ])) : p("", !0)
2555
2566
  ]),
2556
- o("button", Vo, [
2567
+ o("button", xo, [
2557
2568
  o("span", {
2558
2569
  class: "pi pi-times",
2559
2570
  onClick: z[0] || (z[0] = (X) => O.$emit("closeTemplateWindow"))
2560
2571
  })
2561
2572
  ])
2562
2573
  ]),
2563
- o("div", So, [
2574
+ o("div", Vo, [
2564
2575
  o("div", {
2565
2576
  id: "template-selector-first-col-" + k(a),
2566
2577
  class: "template-selector__first-col"
2567
2578
  }, [
2568
- o("ul", Oo, [
2579
+ o("ul", Co, [
2569
2580
  (l(!0), u(F, null, ie(e.groupTemplates, (X, ae) => (l(), u("li", {
2570
2581
  key: ae,
2571
2582
  class: x(["template-selector__item-group", { "template-selector__item-selected": r.value === X }]),
2572
2583
  onClick: U
2573
2584
  }, [
2574
- o("label", zo, [
2585
+ o("label", Oo, [
2575
2586
  X.iconUrl ? (l(), u("img", {
2576
2587
  key: 0,
2577
2588
  class: "template-selector__item-group-icon",
2578
2589
  src: X.iconUrl,
2579
2590
  alt: X.title
2580
- }, null, 8, Lo)) : p("", !0),
2591
+ }, null, 8, zo)) : p("", !0),
2581
2592
  re(o("input", {
2582
2593
  id: ae,
2583
2594
  "onUpdate:modelValue": z[1] || (z[1] = (te) => r.value = te),
2584
2595
  value: X,
2585
2596
  class: "template-selector__input-group",
2586
2597
  type: "radio"
2587
- }, null, 8, Uo), [
2598
+ }, null, 8, Lo), [
2588
2599
  [nf, r.value]
2589
2600
  ]),
2590
2601
  o("span", null, D(X.title), 1)
2591
2602
  ])
2592
2603
  ], 2))), 128))
2593
2604
  ])
2594
- ], 8, Co),
2605
+ ], 8, So),
2595
2606
  o("div", {
2596
2607
  id: "template-selector-second-col-" + k(a),
2597
2608
  class: "template-selector__second-col"
2598
2609
  }, [
2599
- o("div", Ro, [
2610
+ o("div", Bo, [
2600
2611
  re(o("input", {
2601
2612
  "onUpdate:modelValue": z[2] || (z[2] = (X) => c.value = X),
2602
2613
  class: "template-selector__searching-input",
@@ -2606,43 +2617,43 @@ const o0 = (e, t = null) => {
2606
2617
  [ot, c.value]
2607
2618
  ])
2608
2619
  ]),
2609
- o("div", Qo, [
2610
- Q.value.length !== 0 ? (l(), u("ul", $o, [
2620
+ o("div", Ro, [
2621
+ Q.value.length !== 0 ? (l(), u("ul", Qo, [
2611
2622
  (l(!0), u(F, null, ie(Q.value, (X, ae) => (l(), u("li", {
2612
2623
  key: ae,
2613
2624
  class: x(["template-selector__item-template", { "template-selector__item-selected": X.isSelected }]),
2614
2625
  onClick: (te) => S(X)
2615
2626
  }, [
2616
- o("div", Fo, [
2617
- o("p", Po, D(X.title), 1),
2618
- o("p", qo, D(X.template), 1)
2627
+ o("div", Yo, [
2628
+ o("p", Fo, D(X.title), 1),
2629
+ o("p", Po, D(X.template), 1)
2619
2630
  ])
2620
- ], 10, Yo))), 128))
2621
- ])) : (l(), u("p", Ho, " Шаблоны отсутствуют "))
2631
+ ], 10, $o))), 128))
2632
+ ])) : (l(), u("p", qo, " Шаблоны отсутствуют "))
2622
2633
  ])
2623
- ], 8, Bo),
2634
+ ], 8, Uo),
2624
2635
  o("div", {
2625
2636
  id: "template-selector-third-col-" + k(a),
2626
2637
  class: "template-selector__third-col"
2627
2638
  }, [
2628
- o("div", Ko, [
2629
- A.value ? (l(), u("div", Jo, [
2630
- o("div", Go, [
2631
- o("p", Zo, D(A.value.template), 1),
2639
+ o("div", Wo, [
2640
+ A.value ? (l(), u("div", Ko, [
2641
+ o("div", Jo, [
2642
+ o("p", Go, D(A.value.template), 1),
2632
2643
  z[3] || (z[3] = o("p", { class: "template-selector__preview-time" }, " 22:22 ", -1))
2633
2644
  ])
2634
- ])) : (l(), u("p", Xo, " Предпросмотр шаблона "))
2645
+ ])) : (l(), u("p", Zo, " Предпросмотр шаблона "))
2635
2646
  ]),
2636
2647
  o("button", {
2637
2648
  class: "template-selector__button-paste",
2638
2649
  onClick: s
2639
2650
  }, " Вставить ")
2640
- ], 8, Wo)
2651
+ ], 8, Ho)
2641
2652
  ])
2642
- ], 10, Do)
2653
+ ], 10, No)
2643
2654
  ]));
2644
2655
  }
2645
- }, tl = /* @__PURE__ */ R(el, [["__scopeId", "data-v-10a84eb8"]]), nl = {
2656
+ }, el = /* @__PURE__ */ R(Xo, [["__scopeId", "data-v-10a84eb8"]]), tl = {
2646
2657
  __name: "ButtonTemplateSelector",
2647
2658
  props: {
2648
2659
  templates: {
@@ -2701,7 +2712,7 @@ const o0 = (e, t = null) => {
2701
2712
  onMouseover: r,
2702
2713
  onMouseout: A
2703
2714
  }, [
2704
- H(tl, {
2715
+ H(el, {
2705
2716
  templates: e.templates,
2706
2717
  "group-templates": e.groupTemplates,
2707
2718
  "elevated-window": e.elevatedWindow,
@@ -2715,7 +2726,7 @@ const o0 = (e, t = null) => {
2715
2726
  })
2716
2727
  ], 64));
2717
2728
  }
2718
- }, c0 = /* @__PURE__ */ R(nl, [["__scopeId", "data-v-5d07280a"]]), al = ["id"], fl = {
2729
+ }, r0 = /* @__PURE__ */ R(tl, [["__scopeId", "data-v-5d07280a"]]), nl = ["id"], al = {
2719
2730
  __name: "PlaceholderComponent",
2720
2731
  props: {
2721
2732
  index: {
@@ -2772,12 +2783,12 @@ const o0 = (e, t = null) => {
2772
2783
  onKeydown: ea(c, ["enter"]),
2773
2784
  onFocus: r,
2774
2785
  onBlur: A
2775
- }, D(s.value), 43, al));
2786
+ }, D(s.value), 43, nl));
2776
2787
  }
2777
- }, sl = /* @__PURE__ */ R(fl, [["__scopeId", "data-v-1c7b8fd0"]]), il = ["accept"], ol = { class: "attachment-section__info" }, ll = {
2788
+ }, fl = /* @__PURE__ */ R(al, [["__scopeId", "data-v-1c7b8fd0"]]), sl = ["accept"], il = { class: "attachment-section__info" }, ol = {
2778
2789
  key: 2,
2779
2790
  class: "attachment-section__error-text"
2780
- }, rl = /* @__PURE__ */ Y({
2791
+ }, ll = /* @__PURE__ */ Y({
2781
2792
  __name: "WABAAttachmentSection",
2782
2793
  props: {
2783
2794
  type: {
@@ -2871,21 +2882,21 @@ const o0 = (e, t = null) => {
2871
2882
  style: { display: "none" },
2872
2883
  accept: g[e.type].accept,
2873
2884
  onChange: m
2874
- }, null, 40, il),
2885
+ }, null, 40, sl),
2875
2886
  I[1] || (I[1] = o("span", { class: "pi pi-paperclip attachment-section__icon" }, null, -1)),
2876
2887
  o("div", null, [
2877
2888
  I[0] || (I[0] = o("p", { class: "attachment-section__title" }, " Прикрепить файл ", -1)),
2878
- o("p", ol, D(g[e.type].text), 1)
2889
+ o("p", il, D(g[e.type].text), 1)
2879
2890
  ])
2880
2891
  ], 2)) : r.value === "success" && A.value ? (l(), L(Dn, {
2881
2892
  key: 1,
2882
2893
  "file-info": A.value,
2883
2894
  onReset: _
2884
2895
  }, null, 8, ["file-info"])) : p("", !0),
2885
- i.value ? (l(), u("div", ll, D(i.value), 1)) : p("", !0)
2896
+ i.value ? (l(), u("div", ol, D(i.value), 1)) : p("", !0)
2886
2897
  ], 64));
2887
2898
  }
2888
- }), cl = /* @__PURE__ */ R(rl, [["__scopeId", "data-v-f13db4f8"]]), Al = { class: "quick-reply-buttons" }, ul = ["onClick"], dl = { class: "quick-reply-buttons__line" }, gl = /* @__PURE__ */ Y({
2899
+ }), rl = /* @__PURE__ */ R(ll, [["__scopeId", "data-v-f13db4f8"]]), cl = { class: "quick-reply-buttons" }, Al = ["onClick"], ul = { class: "quick-reply-buttons__line" }, dl = /* @__PURE__ */ Y({
2889
2900
  __name: "WABAQuickReplyButtons",
2890
2901
  props: {
2891
2902
  buttons: {
@@ -2902,23 +2913,23 @@ const o0 = (e, t = null) => {
2902
2913
  }, s = (i) => {
2903
2914
  i == 2 && a.buttons.length > 3 && n("selectAllVariants");
2904
2915
  };
2905
- return (i, r) => (l(), u("div", Al, [
2916
+ return (i, r) => (l(), u("div", cl, [
2906
2917
  (l(!0), u(F, null, ie(e.buttons.slice(0, 3), (A, c) => (l(), u("div", {
2907
2918
  key: c,
2908
2919
  class: "quick-reply-buttons__preview-action",
2909
2920
  onClick: (d) => s(c)
2910
2921
  }, [
2911
2922
  r[0] || (r[0] = o("hr", { class: "quick-reply-buttons__separator" }, null, -1)),
2912
- o("div", dl, [
2923
+ o("div", ul, [
2913
2924
  o("span", {
2914
2925
  class: x(["quick-reply-buttons__icon pi pi-arrow-up-left", c == 2 && e.buttons.length > 3 ? "pi-list" : f[A.type]])
2915
2926
  }, null, 2),
2916
2927
  o("p", null, D(c == 2 && e.buttons.length > 3 ? "Смотреть все варианты" : A.text), 1)
2917
2928
  ])
2918
- ], 8, ul))), 128))
2929
+ ], 8, Al))), 128))
2919
2930
  ]));
2920
2931
  }
2921
- }), ml = /* @__PURE__ */ R(gl, [["__scopeId", "data-v-7faf1653"]]), pl = { class: "separated-quick-buttons" }, hl = { class: "separated-quick-buttons__title" }, yl = { class: "separated-quick-buttons__actions scrollbar" }, vl = /* @__PURE__ */ Y({
2932
+ }), gl = /* @__PURE__ */ R(dl, [["__scopeId", "data-v-7faf1653"]]), ml = { class: "separated-quick-buttons" }, pl = { class: "separated-quick-buttons__title" }, hl = { class: "separated-quick-buttons__actions scrollbar" }, yl = /* @__PURE__ */ Y({
2922
2933
  __name: "WABASeparatedQuickButtons",
2923
2934
  props: {
2924
2935
  buttons: {
@@ -2933,15 +2944,15 @@ const o0 = (e, t = null) => {
2933
2944
  PHONE_NUMBER: "bi-telephone",
2934
2945
  QUICK_REPLY: "bi-arrow-90deg-left"
2935
2946
  }, a = t;
2936
- return (f, s) => (l(), u("div", pl, [
2937
- o("div", hl, [
2947
+ return (f, s) => (l(), u("div", ml, [
2948
+ o("div", pl, [
2938
2949
  s[1] || (s[1] = o("p", null, "Все варианты", -1)),
2939
2950
  o("span", {
2940
2951
  class: "pi pi-times",
2941
2952
  onClick: s[0] || (s[0] = (i) => a("selectAllVariants"))
2942
2953
  })
2943
2954
  ]),
2944
- o("div", yl, [
2955
+ o("div", hl, [
2945
2956
  (l(!0), u(F, null, ie(e.buttons, (i, r) => (l(), u("div", {
2946
2957
  key: r,
2947
2958
  class: "separated-quick-buttons__action"
@@ -2954,28 +2965,28 @@ const o0 = (e, t = null) => {
2954
2965
  ])
2955
2966
  ]));
2956
2967
  }
2957
- }), bl = /* @__PURE__ */ R(vl, [["__scopeId", "data-v-fd2c164c"]]), Ml = { class: "template-selector" }, _l = ["id"], Il = { style: { display: "flex" } }, wl = { style: { display: "flex" } }, kl = {
2968
+ }), vl = /* @__PURE__ */ R(yl, [["__scopeId", "data-v-fd2c164c"]]), bl = { class: "template-selector" }, Ml = ["id"], _l = { style: { display: "flex" } }, Il = { style: { display: "flex" } }, wl = {
2958
2969
  key: 0,
2959
2970
  class: "template-selector__button-close"
2960
- }, Nl = {
2971
+ }, kl = {
2961
2972
  key: 1,
2962
2973
  class: "template-selector__button-close"
2963
- }, Dl = { class: "template-selector__layout" }, Tl = { class: "template-selector__first-col" }, El = { class: "template-selector__list-groups" }, jl = { class: "template-selector__label-group" }, xl = ["src", "alt"], Vl = ["id", "value"], Sl = { class: "template-selector__second-col" }, Cl = { class: "template-selector__searching-container" }, Ol = { class: "template-selector__templates" }, zl = {
2974
+ }, Nl = { class: "template-selector__layout" }, Dl = { class: "template-selector__first-col" }, Tl = { class: "template-selector__list-groups" }, El = { class: "template-selector__label-group" }, jl = ["src", "alt"], xl = ["id", "value"], Vl = { class: "template-selector__second-col" }, Sl = { class: "template-selector__searching-container" }, Cl = { class: "template-selector__templates" }, Ol = {
2964
2975
  key: 0,
2965
2976
  class: "template-selector__list-templates"
2966
- }, Ll = ["onClick"], Ul = { class: "template-selector__item-template-info" }, Bl = { class: "template-selector__item-title" }, Rl = { class: "template-selector__item-text" }, Ql = {
2977
+ }, zl = ["onClick"], Ll = { class: "template-selector__item-template-info" }, Ul = { class: "template-selector__item-title" }, Bl = { class: "template-selector__item-text" }, Rl = {
2967
2978
  key: 1,
2968
2979
  class: "template-selector__plug"
2969
- }, $l = { class: "template-selector__third-col" }, Yl = {
2980
+ }, Ql = { class: "template-selector__third-col" }, $l = {
2970
2981
  key: 0,
2971
2982
  class: "template-selector__preview"
2972
- }, Fl = { class: "template-selector__preview-wrapper" }, Pl = { class: "template-selector__preview-text-container" }, ql = { key: 0 }, Hl = {
2983
+ }, Yl = { class: "template-selector__preview-wrapper" }, Fl = { class: "template-selector__preview-text-container" }, Pl = { key: 0 }, ql = {
2973
2984
  key: 1,
2974
2985
  class: "template-selector__plug"
2975
- }, Wl = {
2986
+ }, Hl = {
2976
2987
  key: 2,
2977
2988
  class: "template-selector__reply-buttons"
2978
- }, Kl = ["disabled"], Jl = {
2989
+ }, Wl = ["disabled"], Kl = {
2979
2990
  __name: "WABATemplateSelector",
2980
2991
  props: {
2981
2992
  wabaTemplates: {
@@ -3076,7 +3087,7 @@ const o0 = (e, t = null) => {
3076
3087
  });
3077
3088
  return ue(() => {
3078
3089
  B(), k(M) && $e.observe(k(M));
3079
- }), (C, J) => (l(), u("div", Ml, [
3090
+ }), (C, J) => (l(), u("div", bl, [
3080
3091
  o("div", {
3081
3092
  id: "waba-template-selector-container-" + k(a),
3082
3093
  ref_key: "refContainer",
@@ -3086,15 +3097,15 @@ const o0 = (e, t = null) => {
3086
3097
  "template-selector__container-elevated": e.elevatedWindow
3087
3098
  })
3088
3099
  }, [
3089
- o("div", Il, [
3090
- o("div", wl, [
3091
- Q.value ? (l(), u("button", kl, [
3100
+ o("div", _l, [
3101
+ o("div", Il, [
3102
+ Q.value ? (l(), u("button", wl, [
3092
3103
  o("span", {
3093
3104
  class: "pi pi-arrow-left",
3094
3105
  onClick: O
3095
3106
  })
3096
3107
  ])) : p("", !0),
3097
- G.value ? (l(), u("button", Nl, [
3108
+ G.value ? (l(), u("button", kl, [
3098
3109
  o("span", {
3099
3110
  class: "pi pi-arrow-right",
3100
3111
  onClick: z
@@ -3108,28 +3119,28 @@ const o0 = (e, t = null) => {
3108
3119
  })
3109
3120
  ])
3110
3121
  ]),
3111
- o("div", Dl, [
3112
- o("div", Tl, [
3113
- o("ul", El, [
3122
+ o("div", Nl, [
3123
+ o("div", Dl, [
3124
+ o("ul", Tl, [
3114
3125
  (l(!0), u(F, null, ie(e.groupTemplates, (P, le) => (l(), u("li", {
3115
3126
  key: le,
3116
3127
  class: x(["template-selector__item-group", { "template-selector__item-selected": c.value === P }]),
3117
3128
  onClick: y
3118
3129
  }, [
3119
- o("label", jl, [
3130
+ o("label", El, [
3120
3131
  P.iconUrl ? (l(), u("img", {
3121
3132
  key: 0,
3122
3133
  class: "template-selector__item-group-icon",
3123
3134
  src: P.iconUrl,
3124
3135
  alt: P.title
3125
- }, null, 8, xl)) : p("", !0),
3136
+ }, null, 8, jl)) : p("", !0),
3126
3137
  re(o("input", {
3127
3138
  id: le,
3128
3139
  "onUpdate:modelValue": J[0] || (J[0] = (xe) => c.value = xe),
3129
3140
  value: P,
3130
3141
  class: "template-selector__input-group",
3131
3142
  type: "radio"
3132
- }, null, 8, Vl), [
3143
+ }, null, 8, xl), [
3133
3144
  [nf, c.value]
3134
3145
  ]),
3135
3146
  o("span", null, D(P.title), 1)
@@ -3137,8 +3148,8 @@ const o0 = (e, t = null) => {
3137
3148
  ], 2))), 128))
3138
3149
  ])
3139
3150
  ]),
3140
- o("div", Sl, [
3141
- o("div", Cl, [
3151
+ o("div", Vl, [
3152
+ o("div", Sl, [
3142
3153
  re(o("input", {
3143
3154
  "onUpdate:modelValue": J[1] || (J[1] = (P) => m.value = P),
3144
3155
  class: "template-selector__searching-input",
@@ -3148,38 +3159,38 @@ const o0 = (e, t = null) => {
3148
3159
  [ot, m.value]
3149
3160
  ])
3150
3161
  ]),
3151
- o("div", Ol, [
3152
- j.value.length !== 0 ? (l(), u("ul", zl, [
3162
+ o("div", Cl, [
3163
+ j.value.length !== 0 ? (l(), u("ul", Ol, [
3153
3164
  (l(!0), u(F, null, ie(j.value, (P, le) => (l(), u("li", {
3154
3165
  key: le,
3155
3166
  class: x(["template-selector__item-template", { "template-selector__item-selected": P.isSelected }]),
3156
3167
  onClick: (xe) => I(P)
3157
3168
  }, [
3158
- o("div", Ul, [
3159
- o("p", Bl, D(P.title), 1),
3160
- o("p", Rl, D(P.template), 1)
3169
+ o("div", Ll, [
3170
+ o("p", Ul, D(P.title), 1),
3171
+ o("p", Bl, D(P.template), 1)
3161
3172
  ])
3162
- ], 10, Ll))), 128))
3163
- ])) : (l(), u("p", Ql, " Шаблоны отсутствуют "))
3173
+ ], 10, zl))), 128))
3174
+ ])) : (l(), u("p", Rl, " Шаблоны отсутствуют "))
3164
3175
  ])
3165
3176
  ]),
3166
- o("div", $l, [
3177
+ o("div", Ql, [
3167
3178
  o("div", {
3168
3179
  ref_key: "previewContainer",
3169
3180
  ref: A,
3170
3181
  class: "template-selector__preview-container"
3171
3182
  }, [
3172
- fe.value.length > 0 ? (l(), u("div", Yl, [
3173
- o("div", Fl, [
3174
- d.value.type != "TEXT" ? (l(), L(cl, {
3183
+ fe.value.length > 0 ? (l(), u("div", $l, [
3184
+ o("div", Yl, [
3185
+ d.value.type != "TEXT" ? (l(), L(rl, {
3175
3186
  key: 0,
3176
3187
  type: d.value.type,
3177
3188
  "template-id": d.value.templateId,
3178
3189
  onFileSelected: r
3179
3190
  }, null, 8, ["type", "template-id"])) : p("", !0),
3180
- o("div", Pl, [
3191
+ o("div", Fl, [
3181
3192
  (l(!0), u(F, null, ie(fe.value, (P, le) => (l(), u(F, { key: le }, [
3182
- typeof P == "string" ? (l(), u("span", ql, D(P), 1)) : typeof P == "object" ? (l(), L(sl, {
3193
+ typeof P == "string" ? (l(), u("span", Pl, D(P), 1)) : typeof P == "object" ? (l(), L(fl, {
3183
3194
  key: 1,
3184
3195
  index: P.index,
3185
3196
  value: h[P.index] || "Заполнить",
@@ -3190,19 +3201,19 @@ const o0 = (e, t = null) => {
3190
3201
  ], 64))), 128))
3191
3202
  ]),
3192
3203
  J[2] || (J[2] = o("p", { class: "template-selector__preview-time" }, " 22:22 ", -1)),
3193
- d.value.buttons ? (l(), L(ml, {
3204
+ d.value.buttons ? (l(), L(gl, {
3194
3205
  key: 1,
3195
3206
  buttons: d.value.buttons,
3196
3207
  onSelectAllVariants: v
3197
3208
  }, null, 8, ["buttons"])) : p("", !0)
3198
3209
  ])
3199
- ])) : (l(), u("p", Hl, " Предпросмотр шаблона ")),
3200
- _.value ? (l(), u("div", Wl, [
3210
+ ])) : (l(), u("p", ql, " Предпросмотр шаблона ")),
3211
+ _.value ? (l(), u("div", Hl, [
3201
3212
  o("div", {
3202
3213
  class: "template-selector__semitransparent-overlay",
3203
3214
  onClick: v
3204
3215
  }),
3205
- H(bl, {
3216
+ H(vl, {
3206
3217
  buttons: d.value.buttons,
3207
3218
  onSelectAllVariants: v
3208
3219
  }, null, 8, ["buttons"])
@@ -3212,13 +3223,13 @@ const o0 = (e, t = null) => {
3212
3223
  class: "template-selector__button-paste",
3213
3224
  disabled: de.value,
3214
3225
  onClick: i
3215
- }, " Отправить ", 8, Kl)
3226
+ }, " Отправить ", 8, Wl)
3216
3227
  ])
3217
3228
  ])
3218
- ], 10, _l)
3229
+ ], 10, Ml)
3219
3230
  ]));
3220
3231
  }
3221
- }, Gl = /* @__PURE__ */ R(Jl, [["__scopeId", "data-v-0b067dc0"]]), Zl = {
3232
+ }, Jl = /* @__PURE__ */ R(Kl, [["__scopeId", "data-v-0b067dc0"]]), Gl = {
3222
3233
  __name: "ButtonWabaTemplateSelector",
3223
3234
  props: {
3224
3235
  wabaTemplates: {
@@ -3286,7 +3297,7 @@ const o0 = (e, t = null) => {
3286
3297
  onMouseover: c,
3287
3298
  onMouseout: d
3288
3299
  }, [
3289
- H(Gl, {
3300
+ H(Jl, {
3290
3301
  "waba-templates": e.wabaTemplates,
3291
3302
  "group-templates": e.groupTemplates,
3292
3303
  "elevated-window": e.elevatedWindow,
@@ -3296,7 +3307,7 @@ const o0 = (e, t = null) => {
3296
3307
  ], 544)
3297
3308
  ], 64));
3298
3309
  }
3299
- }, A0 = /* @__PURE__ */ R(Zl, [["__scopeId", "data-v-a6de90d6"]]), yf = "https://cdn.jsdelivr.net/npm/emoji-datasource-apple@6.0.1/img/apple/64", vf = {
3310
+ }, c0 = /* @__PURE__ */ R(Gl, [["__scopeId", "data-v-a6de90d6"]]), yf = "https://cdn.jsdelivr.net/npm/emoji-datasource-apple@6.0.1/img/apple/64", vf = {
3300
3311
  recent: "Recently used",
3301
3312
  smileys_people: "Smiles & People",
3302
3313
  animals_nature: "Animals & Nature",
@@ -3306,21 +3317,21 @@ const o0 = (e, t = null) => {
3306
3317
  objects: "Objects",
3307
3318
  symbols: "Symbols",
3308
3319
  flags: "Flags"
3309
- }, bf = "u", En = "n", $t = "v", Tt = "r", Xl = {
3320
+ }, bf = "u", En = "n", $t = "v", Tt = "r", Zl = {
3310
3321
  [En]: ["grinning face", "grinning"],
3311
3322
  [bf]: "1f600",
3312
3323
  [Tt]: "1f600"
3313
- }, _n = "neutral", er = "1f3fb", tr = "1f3fc", nr = "1f3fd", ar = "1f3fe", fr = "1f3ff", sr = [
3324
+ }, _n = "neutral", Xl = "1f3fb", er = "1f3fc", tr = "1f3fd", nr = "1f3fe", ar = "1f3ff", fr = [
3314
3325
  _n,
3326
+ Xl,
3315
3327
  er,
3316
3328
  tr,
3317
3329
  nr,
3318
- ar,
3319
- fr
3320
- ], ir = {
3330
+ ar
3331
+ ], sr = {
3321
3332
  placeholder: "Search emoji",
3322
3333
  skinTone: "Skin tone"
3323
- }, or = ["light", "dark", "auto"], lr = [
3334
+ }, ir = ["light", "dark", "auto"], or = [
3324
3335
  {
3325
3336
  n: [
3326
3337
  "grinning face",
@@ -7728,7 +7739,7 @@ const o0 = (e, t = null) => {
7728
7739
  ],
7729
7740
  u: "1f48e"
7730
7741
  }
7731
- ], rr = [
7742
+ ], lr = [
7732
7743
  {
7733
7744
  n: [
7734
7745
  "monkey face",
@@ -8462,7 +8473,7 @@ const o0 = (e, t = null) => {
8462
8473
  ],
8463
8474
  u: "1f343"
8464
8475
  }
8465
- ], cr = [
8476
+ ], rr = [
8466
8477
  {
8467
8478
  n: [
8468
8479
  "grapes"
@@ -9128,7 +9139,7 @@ const o0 = (e, t = null) => {
9128
9139
  ],
9129
9140
  u: "1f3fa"
9130
9141
  }
9131
- ], Ar = [
9142
+ ], cr = [
9132
9143
  {
9133
9144
  n: [
9134
9145
  "jack-o-lantern",
@@ -9534,7 +9545,7 @@ const o0 = (e, t = null) => {
9534
9545
  ],
9535
9546
  u: "1f3b4"
9536
9547
  }
9537
- ], ur = [
9548
+ ], Ar = [
9538
9549
  {
9539
9550
  n: [
9540
9551
  "earth globe europe-africa",
@@ -10901,7 +10912,7 @@ const o0 = (e, t = null) => {
10901
10912
  ],
10902
10913
  u: "1f30a"
10903
10914
  }
10904
- ], dr = [
10915
+ ], ur = [
10905
10916
  {
10906
10917
  n: [
10907
10918
  "speaker with cancellation stroke",
@@ -11965,7 +11976,7 @@ const o0 = (e, t = null) => {
11965
11976
  ],
11966
11977
  u: "1f6d2"
11967
11978
  }
11968
- ], gr = [
11979
+ ], dr = [
11969
11980
  {
11970
11981
  n: [
11971
11982
  "automated teller machine",
@@ -13363,7 +13374,7 @@ const o0 = (e, t = null) => {
13363
13374
  ],
13364
13375
  u: "1f535"
13365
13376
  }
13366
- ], mr = [
13377
+ ], gr = [
13367
13378
  {
13368
13379
  n: [
13369
13380
  "chequered flag",
@@ -15243,15 +15254,15 @@ const o0 = (e, t = null) => {
15243
15254
  u: "1f3f4-e0067-e0062-e0077-e006c-e0073-e007f"
15244
15255
  }
15245
15256
  ];
15246
- var pr = {
15247
- smileys_people: lr,
15248
- animals_nature: rr,
15249
- food_drink: cr,
15250
- activities: Ar,
15251
- travel_places: ur,
15252
- objects: dr,
15253
- symbols: gr,
15254
- flags: mr
15257
+ var mr = {
15258
+ smileys_people: or,
15259
+ animals_nature: lr,
15260
+ food_drink: rr,
15261
+ activities: cr,
15262
+ travel_places: Ar,
15263
+ objects: ur,
15264
+ symbols: dr,
15265
+ flags: gr
15255
15266
  }, Ba = [
15256
15267
  {
15257
15268
  key: "recent",
@@ -15299,9 +15310,9 @@ var pr = {
15299
15310
  u: "1f3f3-fe0f"
15300
15311
  }
15301
15312
  ];
15302
- const hr = (e, t) => t.some((n) => e instanceof n);
15313
+ const pr = (e, t) => t.some((n) => e instanceof n);
15303
15314
  let Ra, Qa;
15304
- function yr() {
15315
+ function hr() {
15305
15316
  return Ra || (Ra = [
15306
15317
  IDBDatabase,
15307
15318
  IDBObjectStore,
@@ -15310,7 +15321,7 @@ function yr() {
15310
15321
  IDBTransaction
15311
15322
  ]);
15312
15323
  }
15313
- function vr() {
15324
+ function yr() {
15314
15325
  return Qa || (Qa = [
15315
15326
  IDBCursor.prototype.advance,
15316
15327
  IDBCursor.prototype.continue,
@@ -15318,7 +15329,7 @@ function vr() {
15318
15329
  ]);
15319
15330
  }
15320
15331
  const Mf = /* @__PURE__ */ new WeakMap(), Gn = /* @__PURE__ */ new WeakMap(), _f = /* @__PURE__ */ new WeakMap(), Rn = /* @__PURE__ */ new WeakMap(), ra = /* @__PURE__ */ new WeakMap();
15321
- function br(e) {
15332
+ function vr(e) {
15322
15333
  const t = new Promise((n, a) => {
15323
15334
  const f = () => {
15324
15335
  e.removeEventListener("success", s), e.removeEventListener("error", i);
@@ -15334,7 +15345,7 @@ function br(e) {
15334
15345
  }).catch(() => {
15335
15346
  }), ra.set(t, e), t;
15336
15347
  }
15337
- function Mr(e) {
15348
+ function br(e) {
15338
15349
  if (Gn.has(e))
15339
15350
  return;
15340
15351
  const t = new Promise((n, a) => {
@@ -15368,28 +15379,28 @@ let Zn = {
15368
15379
  return e instanceof IDBTransaction && (t === "done" || t === "store") ? !0 : t in e;
15369
15380
  }
15370
15381
  };
15371
- function _r(e) {
15382
+ function Mr(e) {
15372
15383
  Zn = e(Zn);
15373
15384
  }
15374
- function Ir(e) {
15385
+ function _r(e) {
15375
15386
  return e === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(t, ...n) {
15376
15387
  const a = e.call(Qn(this), t, ...n);
15377
15388
  return _f.set(a, t.sort ? t.sort() : [t]), qe(a);
15378
- } : vr().includes(e) ? function(...t) {
15389
+ } : yr().includes(e) ? function(...t) {
15379
15390
  return e.apply(Qn(this), t), qe(Mf.get(this));
15380
15391
  } : function(...t) {
15381
15392
  return qe(e.apply(Qn(this), t));
15382
15393
  };
15383
15394
  }
15384
- function wr(e) {
15385
- return typeof e == "function" ? Ir(e) : (e instanceof IDBTransaction && Mr(e), hr(e, yr()) ? new Proxy(e, Zn) : e);
15395
+ function Ir(e) {
15396
+ return typeof e == "function" ? _r(e) : (e instanceof IDBTransaction && br(e), pr(e, hr()) ? new Proxy(e, Zn) : e);
15386
15397
  }
15387
15398
  function qe(e) {
15388
15399
  if (e instanceof IDBRequest)
15389
- return br(e);
15400
+ return vr(e);
15390
15401
  if (Rn.has(e))
15391
15402
  return Rn.get(e);
15392
- const t = wr(e);
15403
+ const t = Ir(e);
15393
15404
  return t !== e && (Rn.set(e, t), ra.set(t, e)), t;
15394
15405
  }
15395
15406
  const Qn = (e) => ra.get(e);
@@ -15406,14 +15417,14 @@ function ca(e, t, { blocked: n, upgrade: a, blocking: f, terminated: s } = {}) {
15406
15417
  }).catch(() => {
15407
15418
  }), r;
15408
15419
  }
15409
- const kr = ["get", "getKey", "getAll", "getAllKeys", "count"], Nr = ["put", "add", "delete", "clear"], $n = /* @__PURE__ */ new Map();
15420
+ const wr = ["get", "getKey", "getAll", "getAllKeys", "count"], kr = ["put", "add", "delete", "clear"], $n = /* @__PURE__ */ new Map();
15410
15421
  function $a(e, t) {
15411
15422
  if (!(e instanceof IDBDatabase && !(t in e) && typeof t == "string"))
15412
15423
  return;
15413
15424
  if ($n.get(t))
15414
15425
  return $n.get(t);
15415
- const n = t.replace(/FromIndex$/, ""), a = t !== n, f = Nr.includes(n);
15416
- if (!(n in (a ? IDBIndex : IDBObjectStore).prototype) || !(f || kr.includes(n)))
15426
+ const n = t.replace(/FromIndex$/, ""), a = t !== n, f = kr.includes(n);
15427
+ if (!(n in (a ? IDBIndex : IDBObjectStore).prototype) || !(f || wr.includes(n)))
15417
15428
  return;
15418
15429
  const s = async function(i, ...r) {
15419
15430
  const A = this.transaction(i, f ? "readwrite" : "readonly");
@@ -15425,13 +15436,13 @@ function $a(e, t) {
15425
15436
  };
15426
15437
  return $n.set(t, s), s;
15427
15438
  }
15428
- _r((e) => ({
15439
+ Mr((e) => ({
15429
15440
  ...e,
15430
15441
  get: (t, n, a) => $a(t, n) || e.get(t, n, a),
15431
15442
  has: (t, n) => !!$a(t, n) || e.has(t, n)
15432
15443
  }));
15433
15444
  const Aa = "EMJ", tt = "emojis", ua = 3;
15434
- async function Dr() {
15445
+ async function Nr() {
15435
15446
  (await ca(Aa, ua, {
15436
15447
  upgrade(t, n) {
15437
15448
  t.objectStoreNames.contains(tt) || t.createObjectStore(tt, {
@@ -15443,8 +15454,8 @@ async function Dr() {
15443
15454
  }
15444
15455
  })).close();
15445
15456
  }
15446
- Dr();
15447
- const Tr = {
15457
+ Nr();
15458
+ const Dr = {
15448
15459
  native: !1,
15449
15460
  hideSearch: !0,
15450
15461
  hideGroupIcons: !1,
@@ -15457,23 +15468,23 @@ const Tr = {
15457
15468
  groupOrder: [],
15458
15469
  groupIcons: {}
15459
15470
  };
15460
- async function Er() {
15471
+ async function Tr() {
15461
15472
  return await (await ca(Aa, ua)).transaction(tt, "readonly").objectStore(tt).getAll();
15462
15473
  }
15463
- function jr() {
15474
+ function Er() {
15464
15475
  const e = af({
15465
15476
  search: "",
15466
- emoji: Xl,
15477
+ emoji: Zl,
15467
15478
  activeGroup: "",
15468
15479
  skinTone: _n,
15469
- options: Tr,
15480
+ options: Dr,
15470
15481
  additionalGroups: {},
15471
15482
  recent: [],
15472
15483
  get emojis() {
15473
15484
  return {
15474
15485
  recent: this.recent,
15475
15486
  ...this.options.additionalGroups,
15476
- ...pr
15487
+ ...mr
15477
15488
  };
15478
15489
  },
15479
15490
  get disabled() {
@@ -15499,7 +15510,7 @@ function jr() {
15499
15510
  }
15500
15511
  async function n() {
15501
15512
  var g;
15502
- let m = await Er();
15513
+ let m = await Tr();
15503
15514
  return Array.isArray(m) && m.length ? m = JSON.parse(((g = m[0]) == null ? void 0 : g.value) || "") : m = [], m;
15504
15515
  }
15505
15516
  function a() {
@@ -15543,11 +15554,11 @@ function jr() {
15543
15554
  updateSelect: d
15544
15555
  };
15545
15556
  }
15546
- var ge = "top", we = "bottom", ke = "right", me = "left", da = "auto", Vt = [ge, we, ke, me], nt = "start", Et = "end", xr = "clippingParents", If = "viewport", gt = "popper", Vr = "reference", Ya = /* @__PURE__ */ Vt.reduce(function(e, t) {
15557
+ var ge = "top", we = "bottom", ke = "right", me = "left", da = "auto", Vt = [ge, we, ke, me], nt = "start", Et = "end", jr = "clippingParents", If = "viewport", gt = "popper", xr = "reference", Ya = /* @__PURE__ */ Vt.reduce(function(e, t) {
15547
15558
  return e.concat([t + "-" + nt, t + "-" + Et]);
15548
15559
  }, []), wf = /* @__PURE__ */ [].concat(Vt, [da]).reduce(function(e, t) {
15549
15560
  return e.concat([t, t + "-" + nt, t + "-" + Et]);
15550
- }, []), Sr = "beforeRead", Cr = "read", Or = "afterRead", zr = "beforeMain", Lr = "main", Ur = "afterMain", Br = "beforeWrite", Rr = "write", Qr = "afterWrite", $r = [Sr, Cr, Or, zr, Lr, Ur, Br, Rr, Qr];
15561
+ }, []), Vr = "beforeRead", Sr = "read", Cr = "afterRead", Or = "beforeMain", zr = "main", Lr = "afterMain", Ur = "beforeWrite", Br = "write", Rr = "afterWrite", Qr = [Vr, Sr, Cr, Or, zr, Lr, Ur, Br, Rr];
15551
15562
  function ze(e) {
15552
15563
  return e ? (e.nodeName || "").toLowerCase() : null;
15553
15564
  }
@@ -15574,7 +15585,7 @@ function kf(e) {
15574
15585
  var t = je(e).ShadowRoot;
15575
15586
  return e instanceof t || e instanceof ShadowRoot;
15576
15587
  }
15577
- function Yr(e) {
15588
+ function $r(e) {
15578
15589
  var t = e.state;
15579
15590
  Object.keys(t.elements).forEach(function(n) {
15580
15591
  var a = t.styles[n] || {}, f = t.attributes[n] || {}, s = t.elements[n];
@@ -15584,7 +15595,7 @@ function Yr(e) {
15584
15595
  }));
15585
15596
  });
15586
15597
  }
15587
- function Fr(e) {
15598
+ function Yr(e) {
15588
15599
  var t = e.state, n = {
15589
15600
  popper: {
15590
15601
  position: t.options.strategy,
@@ -15608,12 +15619,12 @@ function Fr(e) {
15608
15619
  });
15609
15620
  };
15610
15621
  }
15611
- var Pr = {
15622
+ var Fr = {
15612
15623
  name: "applyStyles",
15613
15624
  enabled: !0,
15614
15625
  phase: "write",
15615
- fn: Yr,
15616
- effect: Fr,
15626
+ fn: $r,
15627
+ effect: Yr,
15617
15628
  requires: ["computeStyles"]
15618
15629
  };
15619
15630
  function Ce(e) {
@@ -15664,7 +15675,7 @@ function Nf(e, t) {
15664
15675
  function Le(e) {
15665
15676
  return je(e).getComputedStyle(e);
15666
15677
  }
15667
- function qr(e) {
15678
+ function Pr(e) {
15668
15679
  return ["table", "td", "th"].indexOf(ze(e)) >= 0;
15669
15680
  }
15670
15681
  function He(e) {
@@ -15676,7 +15687,7 @@ function jn(e) {
15676
15687
  function Fa(e) {
15677
15688
  return !Ie(e) || Le(e).position === "fixed" ? null : e.offsetParent;
15678
15689
  }
15679
- function Hr(e) {
15690
+ function qr(e) {
15680
15691
  var t = navigator.userAgent.toLowerCase().indexOf("firefox") !== -1, n = navigator.userAgent.indexOf("Trident") !== -1;
15681
15692
  if (n && Ie(e)) {
15682
15693
  var a = Le(e);
@@ -15692,9 +15703,9 @@ function Hr(e) {
15692
15703
  return null;
15693
15704
  }
15694
15705
  function St(e) {
15695
- for (var t = je(e), n = Fa(e); n && qr(n) && Le(n).position === "static"; )
15706
+ for (var t = je(e), n = Fa(e); n && Pr(n) && Le(n).position === "static"; )
15696
15707
  n = Fa(n);
15697
- return n && (ze(n) === "html" || ze(n) === "body" && Le(n).position === "static") ? t : n || Hr(e) || t;
15708
+ return n && (ze(n) === "html" || ze(n) === "body" && Le(n).position === "static") ? t : n || qr(e) || t;
15698
15709
  }
15699
15710
  function ma(e) {
15700
15711
  return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
@@ -15702,7 +15713,7 @@ function ma(e) {
15702
15713
  function It(e, t, n) {
15703
15714
  return Ze(e, In(t, n));
15704
15715
  }
15705
- function Wr(e, t, n) {
15716
+ function Hr(e, t, n) {
15706
15717
  var a = It(e, t, n);
15707
15718
  return a > n ? n : a;
15708
15719
  }
@@ -15722,41 +15733,41 @@ function Ef(e, t) {
15722
15733
  return n[a] = e, n;
15723
15734
  }, {});
15724
15735
  }
15725
- var Kr = function(t, n) {
15736
+ var Wr = function(t, n) {
15726
15737
  return t = typeof t == "function" ? t(Object.assign({}, n.rects, {
15727
15738
  placement: n.placement
15728
15739
  })) : t, Tf(typeof t != "number" ? t : Ef(t, Vt));
15729
15740
  };
15730
- function Jr(e) {
15741
+ function Kr(e) {
15731
15742
  var t, n = e.state, a = e.name, f = e.options, s = n.elements.arrow, i = n.modifiersData.popperOffsets, r = Ce(n.placement), A = ma(r), c = [me, ke].indexOf(r) >= 0, d = c ? "height" : "width";
15732
15743
  if (!(!s || !i)) {
15733
- var g = Kr(f.padding, n), m = ga(s), _ = A === "y" ? ge : me, v = A === "y" ? we : ke, I = n.rects.reference[d] + n.rects.reference[A] - i[A] - n.rects.popper[d], y = i[A] - n.rects.reference[A], N = St(s), j = N ? A === "y" ? N.clientHeight || 0 : N.clientWidth || 0 : 0, h = I / 2 - y / 2, w = g[_], M = j - m[d] - g[v], T = j / 2 - m[d] / 2 + h, S = It(w, T, M), U = A;
15744
+ var g = Wr(f.padding, n), m = ga(s), _ = A === "y" ? ge : me, v = A === "y" ? we : ke, I = n.rects.reference[d] + n.rects.reference[A] - i[A] - n.rects.popper[d], y = i[A] - n.rects.reference[A], N = St(s), j = N ? A === "y" ? N.clientHeight || 0 : N.clientWidth || 0 : 0, h = I / 2 - y / 2, w = g[_], M = j - m[d] - g[v], T = j / 2 - m[d] / 2 + h, S = It(w, T, M), U = A;
15734
15745
  n.modifiersData[a] = (t = {}, t[U] = S, t.centerOffset = S - T, t);
15735
15746
  }
15736
15747
  }
15737
- function Gr(e) {
15748
+ function Jr(e) {
15738
15749
  var t = e.state, n = e.options, a = n.element, f = a === void 0 ? "[data-popper-arrow]" : a;
15739
15750
  f != null && (typeof f == "string" && (f = t.elements.popper.querySelector(f), !f) || Nf(t.elements.popper, f) && (t.elements.arrow = f));
15740
15751
  }
15741
- var Zr = {
15752
+ var Gr = {
15742
15753
  name: "arrow",
15743
15754
  enabled: !0,
15744
15755
  phase: "main",
15745
- fn: Jr,
15746
- effect: Gr,
15756
+ fn: Kr,
15757
+ effect: Jr,
15747
15758
  requires: ["popperOffsets"],
15748
15759
  requiresIfExists: ["preventOverflow"]
15749
15760
  };
15750
15761
  function it(e) {
15751
15762
  return e.split("-")[1];
15752
15763
  }
15753
- var Xr = {
15764
+ var Zr = {
15754
15765
  top: "auto",
15755
15766
  right: "auto",
15756
15767
  bottom: "auto",
15757
15768
  left: "auto"
15758
15769
  };
15759
- function ec(e) {
15770
+ function Xr(e) {
15760
15771
  var t = e.x, n = e.y, a = window, f = a.devicePixelRatio || 1;
15761
15772
  return {
15762
15773
  x: ft(t * f) / f || 0,
@@ -15764,7 +15775,7 @@ function ec(e) {
15764
15775
  };
15765
15776
  }
15766
15777
  function Pa(e) {
15767
- var t, n = e.popper, a = e.popperRect, f = e.placement, s = e.variation, i = e.offsets, r = e.position, A = e.gpuAcceleration, c = e.adaptive, d = e.roundOffsets, g = e.isFixed, m = d === !0 ? ec(i) : typeof d == "function" ? d(i) : i, _ = m.x, v = _ === void 0 ? 0 : _, I = m.y, y = I === void 0 ? 0 : I, N = i.hasOwnProperty("x"), j = i.hasOwnProperty("y"), h = me, w = ge, M = window;
15778
+ var t, n = e.popper, a = e.popperRect, f = e.placement, s = e.variation, i = e.offsets, r = e.position, A = e.gpuAcceleration, c = e.adaptive, d = e.roundOffsets, g = e.isFixed, m = d === !0 ? Xr(i) : typeof d == "function" ? d(i) : i, _ = m.x, v = _ === void 0 ? 0 : _, I = m.y, y = I === void 0 ? 0 : I, N = i.hasOwnProperty("x"), j = i.hasOwnProperty("y"), h = me, w = ge, M = window;
15768
15779
  if (c) {
15769
15780
  var T = St(n), S = "clientHeight", U = "clientWidth";
15770
15781
  if (T === je(n) && (T = He(n), Le(T).position !== "static" && r === "absolute" && (S = "scrollHeight", U = "scrollWidth")), T = T, f === ge || (f === me || f === ke) && s === Et) {
@@ -15780,14 +15791,14 @@ function Pa(e) {
15780
15791
  }
15781
15792
  var G = Object.assign({
15782
15793
  position: r
15783
- }, c && Xr);
15794
+ }, c && Zr);
15784
15795
  if (A) {
15785
15796
  var O;
15786
15797
  return Object.assign({}, G, (O = {}, O[w] = j ? "0" : "", O[h] = N ? "0" : "", O.transform = (M.devicePixelRatio || 1) <= 1 ? "translate(" + v + "px, " + y + "px)" : "translate3d(" + v + "px, " + y + "px, 0)", O));
15787
15798
  }
15788
15799
  return Object.assign({}, G, (t = {}, t[w] = j ? y + "px" : "", t[h] = N ? v + "px" : "", t.transform = "", t));
15789
15800
  }
15790
- function tc(e) {
15801
+ function ec(e) {
15791
15802
  var t = e.state, n = e.options, a = n.gpuAcceleration, f = a === void 0 ? !0 : a, s = n.adaptive, i = s === void 0 ? !0 : s, r = n.roundOffsets, A = r === void 0 ? !0 : r, c = {
15792
15803
  placement: Ce(t.placement),
15793
15804
  variation: it(t.placement),
@@ -15810,16 +15821,16 @@ function tc(e) {
15810
15821
  "data-popper-placement": t.placement
15811
15822
  });
15812
15823
  }
15813
- var nc = {
15824
+ var tc = {
15814
15825
  name: "computeStyles",
15815
15826
  enabled: !0,
15816
15827
  phase: "beforeWrite",
15817
- fn: tc,
15828
+ fn: ec,
15818
15829
  data: {}
15819
15830
  }, Yt = {
15820
15831
  passive: !0
15821
15832
  };
15822
- function ac(e) {
15833
+ function nc(e) {
15823
15834
  var t = e.state, n = e.instance, a = e.options, f = a.scroll, s = f === void 0 ? !0 : f, i = a.resize, r = i === void 0 ? !0 : i, A = je(t.elements.popper), c = [].concat(t.scrollParents.reference, t.scrollParents.popper);
15824
15835
  return s && c.forEach(function(d) {
15825
15836
  d.addEventListener("scroll", n.update, Yt);
@@ -15829,15 +15840,15 @@ function ac(e) {
15829
15840
  }), r && A.removeEventListener("resize", n.update, Yt);
15830
15841
  };
15831
15842
  }
15832
- var fc = {
15843
+ var ac = {
15833
15844
  name: "eventListeners",
15834
15845
  enabled: !0,
15835
15846
  phase: "write",
15836
15847
  fn: function() {
15837
15848
  },
15838
- effect: ac,
15849
+ effect: nc,
15839
15850
  data: {}
15840
- }, sc = {
15851
+ }, fc = {
15841
15852
  left: "right",
15842
15853
  right: "left",
15843
15854
  bottom: "top",
@@ -15845,16 +15856,16 @@ var fc = {
15845
15856
  };
15846
15857
  function qt(e) {
15847
15858
  return e.replace(/left|right|bottom|top/g, function(t) {
15848
- return sc[t];
15859
+ return fc[t];
15849
15860
  });
15850
15861
  }
15851
- var ic = {
15862
+ var sc = {
15852
15863
  start: "end",
15853
15864
  end: "start"
15854
15865
  };
15855
15866
  function qa(e) {
15856
15867
  return e.replace(/start|end/g, function(t) {
15857
- return ic[t];
15868
+ return sc[t];
15858
15869
  });
15859
15870
  }
15860
15871
  function pa(e) {
@@ -15867,7 +15878,7 @@ function pa(e) {
15867
15878
  function ha(e) {
15868
15879
  return st(He(e)).left + pa(e).scrollLeft;
15869
15880
  }
15870
- function oc(e) {
15881
+ function ic(e) {
15871
15882
  var t = je(e), n = He(e), a = t.visualViewport, f = n.clientWidth, s = n.clientHeight, i = 0, r = 0;
15872
15883
  return a && (f = a.width, s = a.height, /^((?!chrome|android).)*safari/i.test(navigator.userAgent) || (i = a.offsetLeft, r = a.offsetTop)), {
15873
15884
  width: f,
@@ -15876,7 +15887,7 @@ function oc(e) {
15876
15887
  y: r
15877
15888
  };
15878
15889
  }
15879
- function lc(e) {
15890
+ function oc(e) {
15880
15891
  var t, n = He(e), a = pa(e), f = (t = e.ownerDocument) == null ? void 0 : t.body, s = Ze(n.scrollWidth, n.clientWidth, f ? f.scrollWidth : 0, f ? f.clientWidth : 0), i = Ze(n.scrollHeight, n.clientHeight, f ? f.scrollHeight : 0, f ? f.clientHeight : 0), r = -a.scrollLeft + ha(e), A = -a.scrollTop;
15881
15892
  return Le(f || n).direction === "rtl" && (r += Ze(n.clientWidth, f ? f.clientWidth : 0) - s), {
15882
15893
  width: s,
@@ -15906,21 +15917,21 @@ function Xn(e) {
15906
15917
  bottom: e.y + e.height
15907
15918
  });
15908
15919
  }
15909
- function rc(e) {
15920
+ function lc(e) {
15910
15921
  var t = st(e);
15911
15922
  return t.top = t.top + e.clientTop, t.left = t.left + e.clientLeft, t.bottom = t.top + e.clientHeight, t.right = t.left + e.clientWidth, t.width = e.clientWidth, t.height = e.clientHeight, t.x = t.left, t.y = t.top, t;
15912
15923
  }
15913
15924
  function Ha(e, t) {
15914
- return t === If ? Xn(oc(e)) : at(t) ? rc(t) : Xn(lc(He(e)));
15925
+ return t === If ? Xn(ic(e)) : at(t) ? lc(t) : Xn(oc(He(e)));
15915
15926
  }
15916
- function cc(e) {
15927
+ function rc(e) {
15917
15928
  var t = wt(jn(e)), n = ["absolute", "fixed"].indexOf(Le(e).position) >= 0, a = n && Ie(e) ? St(e) : e;
15918
15929
  return at(a) ? t.filter(function(f) {
15919
15930
  return at(f) && Nf(f, a) && ze(f) !== "body" && (n ? Le(f).position !== "static" : !0);
15920
15931
  }) : [];
15921
15932
  }
15922
- function Ac(e, t, n) {
15923
- var a = t === "clippingParents" ? cc(e) : [].concat(t), f = [].concat(a, [n]), s = f[0], i = f.reduce(function(r, A) {
15933
+ function cc(e, t, n) {
15934
+ var a = t === "clippingParents" ? rc(e) : [].concat(t), f = [].concat(a, [n]), s = f[0], i = f.reduce(function(r, A) {
15924
15935
  var c = Ha(e, A);
15925
15936
  return r.top = Ze(c.top, r.top), r.right = In(c.right, r.right), r.bottom = In(c.bottom, r.bottom), r.left = Ze(c.left, r.left), r;
15926
15937
  }, Ha(e, s));
@@ -15975,7 +15986,7 @@ function xf(e) {
15975
15986
  }
15976
15987
  function jt(e, t) {
15977
15988
  t === void 0 && (t = {});
15978
- var n = t, a = n.placement, f = a === void 0 ? e.placement : a, s = n.boundary, i = s === void 0 ? xr : s, r = n.rootBoundary, A = r === void 0 ? If : r, c = n.elementContext, d = c === void 0 ? gt : c, g = n.altBoundary, m = g === void 0 ? !1 : g, _ = n.padding, v = _ === void 0 ? 0 : _, I = Tf(typeof v != "number" ? v : Ef(v, Vt)), y = d === gt ? Vr : gt, N = e.rects.popper, j = e.elements[m ? y : d], h = Ac(at(j) ? j : j.contextElement || He(e.elements.popper), i, A), w = st(e.elements.reference), M = xf({
15989
+ var n = t, a = n.placement, f = a === void 0 ? e.placement : a, s = n.boundary, i = s === void 0 ? jr : s, r = n.rootBoundary, A = r === void 0 ? If : r, c = n.elementContext, d = c === void 0 ? gt : c, g = n.altBoundary, m = g === void 0 ? !1 : g, _ = n.padding, v = _ === void 0 ? 0 : _, I = Tf(typeof v != "number" ? v : Ef(v, Vt)), y = d === gt ? xr : gt, N = e.rects.popper, j = e.elements[m ? y : d], h = cc(at(j) ? j : j.contextElement || He(e.elements.popper), i, A), w = st(e.elements.reference), M = xf({
15979
15990
  reference: w,
15980
15991
  element: N,
15981
15992
  placement: f
@@ -15994,7 +16005,7 @@ function jt(e, t) {
15994
16005
  }
15995
16006
  return U;
15996
16007
  }
15997
- function uc(e, t) {
16008
+ function Ac(e, t) {
15998
16009
  t === void 0 && (t = {});
15999
16010
  var n = t, a = n.placement, f = n.boundary, s = n.rootBoundary, i = n.padding, r = n.flipVariations, A = n.allowedAutoPlacements, c = A === void 0 ? wf : A, d = it(a), g = d ? r ? Ya : Ya.filter(function(v) {
16000
16011
  return it(v) === d;
@@ -16014,17 +16025,17 @@ function uc(e, t) {
16014
16025
  return _[v] - _[I];
16015
16026
  });
16016
16027
  }
16017
- function dc(e) {
16028
+ function uc(e) {
16018
16029
  if (Ce(e) === da)
16019
16030
  return [];
16020
16031
  var t = qt(e);
16021
16032
  return [qa(e), t, qa(t)];
16022
16033
  }
16023
- function gc(e) {
16034
+ function dc(e) {
16024
16035
  var t = e.state, n = e.options, a = e.name;
16025
16036
  if (!t.modifiersData[a]._skip) {
16026
- for (var f = n.mainAxis, s = f === void 0 ? !0 : f, i = n.altAxis, r = i === void 0 ? !0 : i, A = n.fallbackPlacements, c = n.padding, d = n.boundary, g = n.rootBoundary, m = n.altBoundary, _ = n.flipVariations, v = _ === void 0 ? !0 : _, I = n.allowedAutoPlacements, y = t.options.placement, N = Ce(y), j = N === y, h = A || (j || !v ? [qt(y)] : dc(y)), w = [y].concat(h).reduce(function($e, C) {
16027
- return $e.concat(Ce(C) === da ? uc(t, {
16037
+ for (var f = n.mainAxis, s = f === void 0 ? !0 : f, i = n.altAxis, r = i === void 0 ? !0 : i, A = n.fallbackPlacements, c = n.padding, d = n.boundary, g = n.rootBoundary, m = n.altBoundary, _ = n.flipVariations, v = _ === void 0 ? !0 : _, I = n.allowedAutoPlacements, y = t.options.placement, N = Ce(y), j = N === y, h = A || (j || !v ? [qt(y)] : uc(y)), w = [y].concat(h).reduce(function($e, C) {
16038
+ return $e.concat(Ce(C) === da ? Ac(t, {
16028
16039
  placement: C,
16029
16040
  boundary: d,
16030
16041
  rootBoundary: g,
@@ -16069,11 +16080,11 @@ function gc(e) {
16069
16080
  t.placement !== V && (t.modifiersData[a]._skip = !0, t.placement = V, t.reset = !0);
16070
16081
  }
16071
16082
  }
16072
- var mc = {
16083
+ var gc = {
16073
16084
  name: "flip",
16074
16085
  enabled: !0,
16075
16086
  phase: "main",
16076
- fn: gc,
16087
+ fn: dc,
16077
16088
  requiresIfExists: ["offset"],
16078
16089
  data: {
16079
16090
  _skip: !1
@@ -16095,7 +16106,7 @@ function Ka(e) {
16095
16106
  return e[t] >= 0;
16096
16107
  });
16097
16108
  }
16098
- function pc(e) {
16109
+ function mc(e) {
16099
16110
  var t = e.state, n = e.name, a = t.rects.reference, f = t.rects.popper, s = t.modifiersData.preventOverflow, i = jt(t, {
16100
16111
  elementContext: "reference"
16101
16112
  }), r = jt(t, {
@@ -16111,14 +16122,14 @@ function pc(e) {
16111
16122
  "data-popper-escaped": g
16112
16123
  });
16113
16124
  }
16114
- var hc = {
16125
+ var pc = {
16115
16126
  name: "hide",
16116
16127
  enabled: !0,
16117
16128
  phase: "main",
16118
16129
  requiresIfExists: ["preventOverflow"],
16119
- fn: pc
16130
+ fn: mc
16120
16131
  };
16121
- function yc(e, t, n) {
16132
+ function hc(e, t, n) {
16122
16133
  var a = Ce(e), f = [me, ge].indexOf(a) >= 0 ? -1 : 1, s = typeof n == "function" ? n(Object.assign({}, t, {
16123
16134
  placement: e
16124
16135
  })) : n, i = s[0], r = s[1];
@@ -16130,20 +16141,20 @@ function yc(e, t, n) {
16130
16141
  y: r
16131
16142
  };
16132
16143
  }
16133
- function vc(e) {
16144
+ function yc(e) {
16134
16145
  var t = e.state, n = e.options, a = e.name, f = n.offset, s = f === void 0 ? [0, 0] : f, i = wf.reduce(function(d, g) {
16135
- return d[g] = yc(g, t.rects, s), d;
16146
+ return d[g] = hc(g, t.rects, s), d;
16136
16147
  }, {}), r = i[t.placement], A = r.x, c = r.y;
16137
16148
  t.modifiersData.popperOffsets != null && (t.modifiersData.popperOffsets.x += A, t.modifiersData.popperOffsets.y += c), t.modifiersData[a] = i;
16138
16149
  }
16139
- var bc = {
16150
+ var vc = {
16140
16151
  name: "offset",
16141
16152
  enabled: !0,
16142
16153
  phase: "main",
16143
16154
  requires: ["popperOffsets"],
16144
- fn: vc
16155
+ fn: yc
16145
16156
  };
16146
- function Mc(e) {
16157
+ function bc(e) {
16147
16158
  var t = e.state, n = e.name;
16148
16159
  t.modifiersData[n] = xf({
16149
16160
  reference: t.rects.reference,
@@ -16151,23 +16162,23 @@ function Mc(e) {
16151
16162
  placement: t.placement
16152
16163
  });
16153
16164
  }
16154
- var _c = {
16165
+ var Mc = {
16155
16166
  name: "popperOffsets",
16156
16167
  enabled: !0,
16157
16168
  phase: "read",
16158
- fn: Mc,
16169
+ fn: bc,
16159
16170
  data: {}
16160
16171
  };
16161
- function Ic(e) {
16172
+ function _c(e) {
16162
16173
  return e === "x" ? "y" : "x";
16163
16174
  }
16164
- function wc(e) {
16175
+ function Ic(e) {
16165
16176
  var t = e.state, n = e.options, a = e.name, f = n.mainAxis, s = f === void 0 ? !0 : f, i = n.altAxis, r = i === void 0 ? !1 : i, A = n.boundary, c = n.rootBoundary, d = n.altBoundary, g = n.padding, m = n.tether, _ = m === void 0 ? !0 : m, v = n.tetherOffset, I = v === void 0 ? 0 : v, y = jt(t, {
16166
16177
  boundary: A,
16167
16178
  rootBoundary: c,
16168
16179
  padding: g,
16169
16180
  altBoundary: d
16170
- }), N = Ce(t.placement), j = it(t.placement), h = !j, w = ma(N), M = Ic(w), T = t.modifiersData.popperOffsets, S = t.rects.reference, U = t.rects.popper, V = typeof I == "function" ? I(Object.assign({}, t.rects, {
16181
+ }), N = Ce(t.placement), j = it(t.placement), h = !j, w = ma(N), M = _c(w), T = t.modifiersData.popperOffsets, S = t.rects.reference, U = t.rects.popper, V = typeof I == "function" ? I(Object.assign({}, t.rects, {
16171
16182
  placement: t.placement
16172
16183
  })) : I, Q = typeof V == "number" ? {
16173
16184
  mainAxis: V,
@@ -16188,49 +16199,49 @@ function wc(e) {
16188
16199
  T[w] = Ma, O[w] = Ma - B;
16189
16200
  }
16190
16201
  if (r) {
16191
- var _a, Bf = w === "x" ? ge : me, Rf = w === "x" ? we : ke, Je = T[M], Ut = M === "y" ? "height" : "width", Ia = Je + y[Bf], wa = Je - y[Rf], Vn = [ge, me].indexOf(N) !== -1, ka = (_a = G == null ? void 0 : G[M]) != null ? _a : 0, Na = Vn ? Ia : Je - S[Ut] - U[Ut] - ka + Q.altAxis, Da = Vn ? Je + S[Ut] + U[Ut] - ka - Q.altAxis : wa, Ta = _ && Vn ? Wr(Na, Je, Da) : It(_ ? Na : Ia, Je, _ ? Da : wa);
16202
+ var _a, Bf = w === "x" ? ge : me, Rf = w === "x" ? we : ke, Je = T[M], Ut = M === "y" ? "height" : "width", Ia = Je + y[Bf], wa = Je - y[Rf], Vn = [ge, me].indexOf(N) !== -1, ka = (_a = G == null ? void 0 : G[M]) != null ? _a : 0, Na = Vn ? Ia : Je - S[Ut] - U[Ut] - ka + Q.altAxis, Da = Vn ? Je + S[Ut] + U[Ut] - ka - Q.altAxis : wa, Ta = _ && Vn ? Hr(Na, Je, Da) : It(_ ? Na : Ia, Je, _ ? Da : wa);
16192
16203
  T[M] = Ta, O[M] = Ta - Je;
16193
16204
  }
16194
16205
  t.modifiersData[a] = O;
16195
16206
  }
16196
16207
  }
16197
- var kc = {
16208
+ var wc = {
16198
16209
  name: "preventOverflow",
16199
16210
  enabled: !0,
16200
16211
  phase: "main",
16201
- fn: wc,
16212
+ fn: Ic,
16202
16213
  requiresIfExists: ["offset"]
16203
16214
  };
16204
- function Nc(e) {
16215
+ function kc(e) {
16205
16216
  return {
16206
16217
  scrollLeft: e.scrollLeft,
16207
16218
  scrollTop: e.scrollTop
16208
16219
  };
16209
16220
  }
16210
- function Dc(e) {
16211
- return e === je(e) || !Ie(e) ? pa(e) : Nc(e);
16221
+ function Nc(e) {
16222
+ return e === je(e) || !Ie(e) ? pa(e) : kc(e);
16212
16223
  }
16213
- function Tc(e) {
16224
+ function Dc(e) {
16214
16225
  var t = e.getBoundingClientRect(), n = ft(t.width) / e.offsetWidth || 1, a = ft(t.height) / e.offsetHeight || 1;
16215
16226
  return n !== 1 || a !== 1;
16216
16227
  }
16217
- function Ec(e, t, n) {
16228
+ function Tc(e, t, n) {
16218
16229
  n === void 0 && (n = !1);
16219
- var a = Ie(t), f = Ie(t) && Tc(t), s = He(t), i = st(e, f), r = {
16230
+ var a = Ie(t), f = Ie(t) && Dc(t), s = He(t), i = st(e, f), r = {
16220
16231
  scrollLeft: 0,
16221
16232
  scrollTop: 0
16222
16233
  }, A = {
16223
16234
  x: 0,
16224
16235
  y: 0
16225
16236
  };
16226
- return (a || !a && !n) && ((ze(t) !== "body" || ya(s)) && (r = Dc(t)), Ie(t) ? (A = st(t, !0), A.x += t.clientLeft, A.y += t.clientTop) : s && (A.x = ha(s))), {
16237
+ return (a || !a && !n) && ((ze(t) !== "body" || ya(s)) && (r = Nc(t)), Ie(t) ? (A = st(t, !0), A.x += t.clientLeft, A.y += t.clientTop) : s && (A.x = ha(s))), {
16227
16238
  x: i.left + r.scrollLeft - A.x,
16228
16239
  y: i.top + r.scrollTop - A.y,
16229
16240
  width: i.width,
16230
16241
  height: i.height
16231
16242
  };
16232
16243
  }
16233
- function jc(e) {
16244
+ function Ec(e) {
16234
16245
  var t = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Set(), a = [];
16235
16246
  e.forEach(function(s) {
16236
16247
  t.set(s.name, s);
@@ -16249,15 +16260,15 @@ function jc(e) {
16249
16260
  n.has(s.name) || f(s);
16250
16261
  }), a;
16251
16262
  }
16252
- function xc(e) {
16253
- var t = jc(e);
16254
- return $r.reduce(function(n, a) {
16263
+ function jc(e) {
16264
+ var t = Ec(e);
16265
+ return Qr.reduce(function(n, a) {
16255
16266
  return n.concat(t.filter(function(f) {
16256
16267
  return f.phase === a;
16257
16268
  }));
16258
16269
  }, []);
16259
16270
  }
16260
- function Vc(e) {
16271
+ function xc(e) {
16261
16272
  var t;
16262
16273
  return function() {
16263
16274
  return t || (t = new Promise(function(n) {
@@ -16267,7 +16278,7 @@ function Vc(e) {
16267
16278
  })), t;
16268
16279
  };
16269
16280
  }
16270
- function Sc(e) {
16281
+ function Vc(e) {
16271
16282
  var t = e.reduce(function(n, a) {
16272
16283
  var f = n[a.name];
16273
16284
  return n[a.name] = f ? Object.assign({}, f, a, {
@@ -16291,7 +16302,7 @@ function Ga() {
16291
16302
  return !(a && typeof a.getBoundingClientRect == "function");
16292
16303
  });
16293
16304
  }
16294
- function Cc(e) {
16305
+ function Sc(e) {
16295
16306
  e === void 0 && (e = {});
16296
16307
  var t = e, n = t.defaultModifiers, a = n === void 0 ? [] : n, f = t.defaultOptions, s = f === void 0 ? Ja : f;
16297
16308
  return function(r, A, c) {
@@ -16315,7 +16326,7 @@ function Cc(e) {
16315
16326
  reference: at(r) ? wt(r) : r.contextElement ? wt(r.contextElement) : [],
16316
16327
  popper: wt(A)
16317
16328
  };
16318
- var h = xc(Sc([].concat(a, d.options.modifiers)));
16329
+ var h = jc(Vc([].concat(a, d.options.modifiers)));
16319
16330
  return d.orderedModifiers = h.filter(function(w) {
16320
16331
  return w.enabled;
16321
16332
  }), v(), _.update();
@@ -16325,7 +16336,7 @@ function Cc(e) {
16325
16336
  var N = d.elements, j = N.reference, h = N.popper;
16326
16337
  if (Ga(j, h)) {
16327
16338
  d.rects = {
16328
- reference: Ec(j, St(h), d.options.strategy === "fixed"),
16339
+ reference: Tc(j, St(h), d.options.strategy === "fixed"),
16329
16340
  popper: ga(h)
16330
16341
  }, d.reset = !1, d.placement = d.options.placement, d.orderedModifiers.forEach(function(Q) {
16331
16342
  return d.modifiersData[Q.name] = Object.assign({}, Q.data);
@@ -16346,7 +16357,7 @@ function Cc(e) {
16346
16357
  }
16347
16358
  }
16348
16359
  },
16349
- update: Vc(function() {
16360
+ update: xc(function() {
16350
16361
  return new Promise(function(y) {
16351
16362
  _.forceUpdate(), y(d);
16352
16363
  });
@@ -16383,13 +16394,13 @@ function Cc(e) {
16383
16394
  return _;
16384
16395
  };
16385
16396
  }
16386
- var Oc = [fc, _c, nc, Pr, bc, mc, kc, Zr, hc], zc = /* @__PURE__ */ Cc({
16387
- defaultModifiers: Oc
16397
+ var Cc = [ac, Mc, tc, Fr, vc, gc, wc, Gr, pc], Oc = /* @__PURE__ */ Sc({
16398
+ defaultModifiers: Cc
16388
16399
  }), Vf = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgOS4zODI4MTMgNCA0IDkuMzgyODEzIDQgMTYgQyA0IDIyLjYxNzE4OCA5LjM4MjgxMyAyOCAxNiAyOCBDIDIyLjYxNzE4OCAyOCAyOCAyMi42MTcxODggMjggMTYgQyAyOCA5LjM4MjgxMyAyMi42MTcxODggNCAxNiA0IFogTSAxNiA2IEMgMjEuNTM1MTU2IDYgMjYgMTAuNDY0ODQ0IDI2IDE2IEMgMjYgMjEuNTM1MTU2IDIxLjUzNTE1NiAyNiAxNiAyNiBDIDEwLjQ2NDg0NCAyNiA2IDIxLjUzNTE1NiA2IDE2IEMgNiAxMC40NjQ4NDQgMTAuNDY0ODQ0IDYgMTYgNiBaIE0gMTEuNSAxMiBDIDEwLjY3MTg3NSAxMiAxMCAxMi42NzE4NzUgMTAgMTMuNSBDIDEwIDE0LjMyODEyNSAxMC42NzE4NzUgMTUgMTEuNSAxNSBDIDEyLjMyODEyNSAxNSAxMyAxNC4zMjgxMjUgMTMgMTMuNSBDIDEzIDEyLjY3MTg3NSAxMi4zMjgxMjUgMTIgMTEuNSAxMiBaIE0gMjAuNSAxMiBDIDE5LjY3MTg3NSAxMiAxOSAxMi42NzE4NzUgMTkgMTMuNSBDIDE5IDE0LjMyODEyNSAxOS42NzE4NzUgMTUgMjAuNSAxNSBDIDIxLjMyODEyNSAxNSAyMiAxNC4zMjgxMjUgMjIgMTMuNSBDIDIyIDEyLjY3MTg3NSAyMS4zMjgxMjUgMTIgMjAuNSAxMiBaIE0gMTAuODEyNSAxOSBMIDkuMDkzNzUgMjAgQyAxMC40NzY1NjMgMjIuMzg2NzE5IDEzLjA0Njg3NSAyNCAxNiAyNCBDIDE4Ljk1MzEyNSAyNCAyMS41MjM0MzggMjIuMzg2NzE5IDIyLjkwNjI1IDIwIEwgMjEuMTg3NSAxOSBDIDIwLjE0ODQzOCAyMC43OTI5NjkgMTguMjI2NTYzIDIyIDE2IDIyIEMgMTMuNzczNDM4IDIyIDExLjg1MTU2MyAyMC43OTI5NjkgMTAuODEyNSAxOSBaIi8+PC9zdmc+";
16389
16400
  function Ht(e) {
16390
16401
  return e.split("-").map((t) => parseInt(t, 16)).map((t) => String.fromCodePoint(t)).join("");
16391
16402
  }
16392
- function Lc(e, t, n, a = []) {
16403
+ function zc(e, t, n, a = []) {
16393
16404
  const f = {};
16394
16405
  return Object.keys(e).forEach((s) => {
16395
16406
  if (a.includes(s))
@@ -16429,13 +16440,13 @@ var Ct = (e, t) => {
16429
16440
  n[a] = f;
16430
16441
  return n;
16431
16442
  };
16432
- const Uc = Y({
16443
+ const Lc = Y({
16433
16444
  name: "Body",
16434
16445
  emits: {
16435
16446
  select: (e) => !0
16436
16447
  },
16437
16448
  setup() {
16438
- const { state: e, updateEmoji: t, updateSelect: n } = Z("store"), a = b(null), f = $(() => Lc(
16449
+ const { state: e, updateEmoji: t, updateSelect: n } = Z("store"), a = b(null), f = $(() => zc(
16439
16450
  e.emojis,
16440
16451
  e.search,
16441
16452
  e.skinTone,
@@ -16486,12 +16497,12 @@ const Uc = Y({
16486
16497
  orderedKeys: c
16487
16498
  };
16488
16499
  }
16489
- }), Bc = { class: "v3-body" }, Rc = ["id"], Qc = { class: "v3-emojis" }, $c = ["onMouseenter", "onClick"], Yc = { key: 0 }, Fc = ["src", "alt", "onError"], Pc = {
16500
+ }), Uc = { class: "v3-body" }, Bc = ["id"], Rc = { class: "v3-emojis" }, Qc = ["onMouseenter", "onClick"], $c = { key: 0 }, Yc = ["src", "alt", "onError"], Fc = {
16490
16501
  key: 1,
16491
16502
  class: "v3-no-result"
16492
16503
  };
16493
- function qc(e, t, n, a, f, s) {
16494
- return l(), u("div", Bc, [
16504
+ function Pc(e, t, n, a, f, s) {
16505
+ return l(), u("div", Uc, [
16495
16506
  o("div", {
16496
16507
  ref: "bodyInner",
16497
16508
  class: x([e.platform, "v3-body-inner"])
@@ -16507,29 +16518,29 @@ function qc(e, t, n, a, f, s) {
16507
16518
  }, D(e.groupNames[i]), 3)), [
16508
16519
  [De, e.emojis[i]]
16509
16520
  ]) : p("", !0),
16510
- re(o("div", Qc, [
16521
+ re(o("div", Rc, [
16511
16522
  (l(!0), u(F, null, ie(e.emojis[i], (r) => (l(), u("button", {
16512
16523
  key: r.r,
16513
16524
  type: "button",
16514
16525
  onMouseenter: (A) => e.handleMouseEnter(r),
16515
16526
  onClick: (A) => e.handleClick(r)
16516
16527
  }, [
16517
- e.native ? (l(), u("span", Yc, D(e.unicodeToEmoji(r.r)), 1)) : (l(), u("img", {
16528
+ e.native ? (l(), u("span", $c, D(e.unicodeToEmoji(r.r)), 1)) : (l(), u("img", {
16518
16529
  key: 1,
16519
16530
  src: e.EMOJI_REMOTE_SRC + `/${r.r}.png`,
16520
16531
  alt: r.n[0],
16521
16532
  onError: (A) => e.handleError(A, r.r)
16522
- }, null, 40, Fc))
16523
- ], 40, $c))), 128))
16533
+ }, null, 40, Yc))
16534
+ ], 40, Qc))), 128))
16524
16535
  ], 512), [
16525
16536
  [De, e.emojis[i]]
16526
16537
  ])
16527
- ], 8, Rc))), 128)) : (l(), u("span", Pc, " No emoji has been found! "))
16538
+ ], 8, Bc))), 128)) : (l(), u("span", Fc, " No emoji has been found! "))
16528
16539
  ], 2)
16529
16540
  ]);
16530
16541
  }
16531
- var Hc = /* @__PURE__ */ Ct(Uc, [["render", qc]]), Wc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMi41IDUgQyAxMS40Mjk2ODggNSAxMC41IDUuNjA5Mzc1IDkuOTA2MjUgNi40Mzc1IEMgOS4zMTI1IDcuMjY1NjI1IDkgOC4zMzk4NDQgOSA5LjUgQyA5IDEwLjY2MDE1NiA5LjMxMjUgMTEuNzM0Mzc1IDkuOTA2MjUgMTIuNTYyNSBDIDEwLjUgMTMuMzkwNjI1IDExLjQyOTY4OCAxNCAxMi41IDE0IEMgMTMuNTcwMzEzIDE0IDE0LjUgMTMuMzkwNjI1IDE1LjA5Mzc1IDEyLjU2MjUgQyAxNS42ODc1IDExLjczNDM3NSAxNiAxMC42NjAxNTYgMTYgOS41IEMgMTYgOC4zMzk4NDQgMTUuNjg3NSA3LjI2NTYyNSAxNS4wOTM3NSA2LjQzNzUgQyAxNC41IDUuNjA5Mzc1IDEzLjU3MDMxMyA1IDEyLjUgNSBaIE0gMTYgOS41IEMgMTYgMTAuNjYwMTU2IDE2LjMxMjUgMTEuNzM0Mzc1IDE2LjkwNjI1IDEyLjU2MjUgQyAxNy41IDEzLjM5MDYyNSAxOC40Mjk2ODggMTQgMTkuNSAxNCBDIDIwLjU3MDMxMyAxNCAyMS41IDEzLjM5MDYyNSAyMi4wOTM3NSAxMi41NjI1IEMgMjIuNjg3NSAxMS43MzQzNzUgMjMgMTAuNjYwMTU2IDIzIDkuNSBDIDIzIDguMzM5ODQ0IDIyLjY4NzUgNy4yNjU2MjUgMjIuMDkzNzUgNi40Mzc1IEMgMjEuNSA1LjYwOTM3NSAyMC41NzAzMTMgNSAxOS41IDUgQyAxOC40Mjk2ODggNSAxNy41IDUuNjA5Mzc1IDE2LjkwNjI1IDYuNDM3NSBDIDE2LjMxMjUgNy4yNjU2MjUgMTYgOC4zMzk4NDQgMTYgOS41IFogTSAxMi41IDcgQyAxMi44MTI1IDcgMTMuMTU2MjUgNy4xNTYyNSAxMy40Njg3NSA3LjU5Mzc1IEMgMTMuNzgxMjUgOC4wMzEyNSAxNCA4LjcyNjU2MyAxNCA5LjUgQyAxNCAxMC4yNzM0MzggMTMuNzgxMjUgMTAuOTY4NzUgMTMuNDY4NzUgMTEuNDA2MjUgQyAxMy4xNTYyNSAxMS44NDM3NSAxMi44MTI1IDEyIDEyLjUgMTIgQyAxMi4xODc1IDEyIDExLjg0Mzc1IDExLjg0Mzc1IDExLjUzMTI1IDExLjQwNjI1IEMgMTEuMjE4NzUgMTAuOTY4NzUgMTEgMTAuMjczNDM4IDExIDkuNSBDIDExIDguNzI2NTYzIDExLjIxODc1IDguMDMxMjUgMTEuNTMxMjUgNy41OTM3NSBDIDExLjg0Mzc1IDcuMTU2MjUgMTIuMTg3NSA3IDEyLjUgNyBaIE0gMTkuNSA3IEMgMTkuODEyNSA3IDIwLjE1NjI1IDcuMTU2MjUgMjAuNDY4NzUgNy41OTM3NSBDIDIwLjc4MTI1IDguMDMxMjUgMjEgOC43MjY1NjMgMjEgOS41IEMgMjEgMTAuMjczNDM4IDIwLjc4MTI1IDEwLjk2ODc1IDIwLjQ2ODc1IDExLjQwNjI1IEMgMjAuMTU2MjUgMTEuODQzNzUgMTkuODEyNSAxMiAxOS41IDEyIEMgMTkuMTg3NSAxMiAxOC44NDM3NSAxMS44NDM3NSAxOC41MzEyNSAxMS40MDYyNSBDIDE4LjIxODc1IDEwLjk2ODc1IDE4IDEwLjI3MzQzOCAxOCA5LjUgQyAxOCA4LjcyNjU2MyAxOC4yMTg3NSA4LjAzMTI1IDE4LjUzMTI1IDcuNTkzNzUgQyAxOC44NDM3NSA3LjE1NjI1IDE5LjE4NzUgNyAxOS41IDcgWiBNIDcuNSAxMiBDIDYuNDI5Njg4IDEyIDUuNSAxMi42MDkzNzUgNC45MDYyNSAxMy40Mzc1IEMgNC4zMTI1IDE0LjI2NTYyNSA0IDE1LjMzOTg0NCA0IDE2LjUgQyA0IDE3LjY2MDE1NiA0LjMxMjUgMTguNzM0Mzc1IDQuOTA2MjUgMTkuNTYyNSBDIDUuNSAyMC4zOTA2MjUgNi40Mjk2ODggMjEgNy41IDIxIEMgOC41NzAzMTMgMjEgOS41IDIwLjM5MDYyNSAxMC4wOTM3NSAxOS41NjI1IEMgMTAuNjg3NSAxOC43MzQzNzUgMTEgMTcuNjYwMTU2IDExIDE2LjUgQyAxMSAxNS4zMzk4NDQgMTAuNjg3NSAxNC4yNjU2MjUgMTAuMDkzNzUgMTMuNDM3NSBDIDkuNSAxMi42MDkzNzUgOC41NzAzMTMgMTIgNy41IDEyIFogTSAyNC41IDEyIEMgMjMuNDI5Njg4IDEyIDIyLjUgMTIuNjA5Mzc1IDIxLjkwNjI1IDEzLjQzNzUgQyAyMS4zMTI1IDE0LjI2NTYyNSAyMSAxNS4zMzk4NDQgMjEgMTYuNSBDIDIxIDE3LjY2MDE1NiAyMS4zMTI1IDE4LjczNDM3NSAyMS45MDYyNSAxOS41NjI1IEMgMjIuNSAyMC4zOTA2MjUgMjMuNDI5Njg4IDIxIDI0LjUgMjEgQyAyNS41NzAzMTMgMjEgMjYuNSAyMC4zOTA2MjUgMjcuMDkzNzUgMTkuNTYyNSBDIDI3LjY4NzUgMTguNzM0Mzc1IDI4IDE3LjY2MDE1NiAyOCAxNi41IEMgMjggMTUuMzM5ODQ0IDI3LjY4NzUgMTQuMjY1NjI1IDI3LjA5Mzc1IDEzLjQzNzUgQyAyNi41IDEyLjYwOTM3NSAyNS41NzAzMTMgMTIgMjQuNSAxMiBaIE0gNy41IDE0IEMgNy44MTI1IDE0IDguMTU2MjUgMTQuMTU2MjUgOC40Njg3NSAxNC41OTM3NSBDIDguNzgxMjUgMTUuMDMxMjUgOSAxNS43MjY1NjMgOSAxNi41IEMgOSAxNy4yNzM0MzggOC43ODEyNSAxNy45Njg3NSA4LjQ2ODc1IDE4LjQwNjI1IEMgOC4xNTYyNSAxOC44NDM3NSA3LjgxMjUgMTkgNy41IDE5IEMgNy4xODc1IDE5IDYuODQzNzUgMTguODQzNzUgNi41MzEyNSAxOC40MDYyNSBDIDYuMjE4NzUgMTcuOTY4NzUgNiAxNy4yNzM0MzggNiAxNi41IEMgNiAxNS43MjY1NjMgNi4yMTg3NSAxNS4wMzEyNSA2LjUzMTI1IDE0LjU5Mzc1IEMgNi44NDM3NSAxNC4xNTYyNSA3LjE4NzUgMTQgNy41IDE0IFogTSAyNC41IDE0IEMgMjQuODEyNSAxNCAyNS4xNTYyNSAxNC4xNTYyNSAyNS40Njg3NSAxNC41OTM3NSBDIDI1Ljc4MTI1IDE1LjAzMTI1IDI2IDE1LjcyNjU2MyAyNiAxNi41IEMgMjYgMTcuMjczNDM4IDI1Ljc4MTI1IDE3Ljk2ODc1IDI1LjQ2ODc1IDE4LjQwNjI1IEMgMjUuMTU2MjUgMTguODQzNzUgMjQuODEyNSAxOSAyNC41IDE5IEMgMjQuMTg3NSAxOSAyMy44NDM3NSAxOC44NDM3NSAyMy41MzEyNSAxOC40MDYyNSBDIDIzLjIxODc1IDE3Ljk2ODc1IDIzIDE3LjI3MzQzOCAyMyAxNi41IEMgMjMgMTUuNzI2NTYzIDIzLjIxODc1IDE1LjAzMTI1IDIzLjUzMTI1IDE0LjU5Mzc1IEMgMjMuODQzNzUgMTQuMTU2MjUgMjQuMTg3NSAxNCAyNC41IDE0IFogTSAxNiAxNiBDIDE0LjY2Nzk2OSAxNiAxMy43MzgyODEgMTYuODY3MTg4IDEzLjI4MTI1IDE3LjYyNSBDIDEyLjgyNDIxOSAxOC4zODI4MTMgMTIuNTQ2ODc1IDE5LjAxNTYyNSAxMi4yODEyNSAxOS4yODEyNSBDIDEyLjEyNSAxOS40Mzc1IDExLjE2MDE1NiAxOS44MDA3ODEgMTAuMTU2MjUgMjAuMzEyNSBDIDkuNjUyMzQ0IDIwLjU3MDMxMyA5LjE0NDUzMSAyMC45MTQwNjMgOC43MTg3NSAyMS40Mzc1IEMgOC4yOTI5NjkgMjEuOTYwOTM4IDggMjIuNjg3NSA4IDIzLjUgQyA4IDI1LjQyMTg3NSA5LjU3ODEyNSAyNyAxMS41IDI3IEMgMTIuMzY3MTg4IDI3IDEzLjI2OTUzMSAyNi43MjI2NTYgMTQuMTU2MjUgMjYuNDY4NzUgQyAxNS4wNDI5NjkgMjYuMjE0ODQ0IDE2IDI2IDE2IDI2IEMgMTYgMjYgMTYuOTU3MDMxIDI2LjIxNDg0NCAxNy44NDM3NSAyNi40Njg3NSBDIDE4LjczMDQ2OSAyNi43MjI2NTYgMTkuNjMyODEzIDI3IDIwLjUgMjcgQyAyMi40MjE4NzUgMjcgMjQgMjUuNDIxODc1IDI0IDIzLjUgQyAyNCAyMi43MDcwMzEgMjMuNzA3MDMxIDIxLjk4MDQ2OSAyMy4yODEyNSAyMS40Njg3NSBDIDIyLjg1NTQ2OSAyMC45NTcwMzEgMjIuMzQzNzUgMjAuNjQwNjI1IDIxLjg0Mzc1IDIwLjM3NSBDIDIwLjg0Mzc1IDE5Ljg0Mzc1IDE5Ljg1OTM3NSAxOS40MjE4NzUgMTkuNzE4NzUgMTkuMjgxMjUgQyAxOS40ODA0NjkgMTkuMDQyOTY5IDE5LjIxMDkzOCAxOC4zOTA2MjUgMTguNzUgMTcuNjI1IEMgMTguMjg5MDYzIDE2Ljg1OTM3NSAxNy4zMzk4NDQgMTYgMTYgMTYgWiBNIDE2IDE4IEMgMTYuNjYwMTU2IDE4IDE2LjczNDM3NSAxOC4xNjAxNTYgMTcuMDMxMjUgMTguNjU2MjUgQyAxNy4zMjgxMjUgMTkuMTUyMzQ0IDE3LjU1NDY4OCAxOS45OTIxODggMTguMjgxMjUgMjAuNzE4NzUgQyAxOS4xMDU0NjkgMjEuNTQyOTY5IDIwLjE0ODQzOCAyMS43MjI2NTYgMjAuOTA2MjUgMjIuMTI1IEMgMjEuMjg1MTU2IDIyLjMyODEyNSAyMS41NzgxMjUgMjIuNTQyOTY5IDIxLjc1IDIyLjc1IEMgMjEuOTIxODc1IDIyLjk1NzAzMSAyMiAyMy4xNDg0MzggMjIgMjMuNSBDIDIyIDI0LjMzOTg0NCAyMS4zMzk4NDQgMjUgMjAuNSAyNSBDIDIwLjIxMDkzOCAyNSAxOS4yNzczNDQgMjQuNzc3MzQ0IDE4LjQwNjI1IDI0LjUzMTI1IEMgMTcuNTM1MTU2IDI0LjI4NTE1NiAxNi44MTY0MDYgMjQgMTYgMjQgQyAxNS4xODM1OTQgMjQgMTQuNDY0ODQ0IDI0LjI4NTE1NiAxMy41OTM3NSAyNC41MzEyNSBDIDEyLjcyMjY1NiAyNC43NzczNDQgMTEuNzg5MDYzIDI1IDExLjUgMjUgQyAxMC42NjAxNTYgMjUgMTAgMjQuMzM5ODQ0IDEwIDIzLjUgQyAxMCAyMy4wOTc2NTYgMTAuMDgyMDMxIDIyLjg5MDYyNSAxMC4yNSAyMi42ODc1IEMgMTAuNDE3OTY5IDIyLjQ4NDM3NSAxMC43MjI2NTYgMjIuMjg1MTU2IDExLjA5Mzc1IDIyLjA5Mzc1IEMgMTEuODM5ODQ0IDIxLjcxNDg0NCAxMi44NzUgMjEuNTYyNSAxMy43MTg3NSAyMC43MTg3NSBDIDE0LjQ1MzEyNSAxOS45ODQzNzUgMTQuNjc1NzgxIDE5LjExNzE4OCAxNC45Njg3NSAxOC42MjUgQyAxNS4yNjE3MTkgMTguMTMyODEzIDE1LjMzMjAzMSAxOCAxNiAxOCBaIi8+PC9zdmc+", Kc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSAzIEwgMTEgNyBMIDEzIDcgTCAxMyAzIFogTSAxNSA0IEwgMTUgNyBMIDE3IDcgTCAxNyA0IFogTSA0Ljg3NSA4IEwgNSA5LjA5Mzc1IEwgNi44MTI1IDI2LjMxMjUgQyA2Ljk3MjY1NiAyNy44MzIwMzEgOC4yODUxNTYgMjkgOS44MTI1IDI5IEwgMTkuMTg3NSAyOSBDIDIwLjcxNDg0NCAyOSAyMi4wMjczNDQgMjcuODMyMDMxIDIyLjE4NzUgMjYuMzEyNSBMIDIyLjY1NjI1IDIyIEwgMjUgMjIgQyAyNi42NDQ1MzEgMjIgMjggMjAuNjQ0NTMxIDI4IDE5IEwgMjggMTYgQyAyOCAxNC4zNTU0NjkgMjYuNjQ0NTMxIDEzIDI1IDEzIEwgMjMuNTkzNzUgMTMgTCAyNCA5LjA5Mzc1IEwgMjQuMTI1IDggWiBNIDcuMTI1IDEwIEwgMjEuODc1IDEwIEwgMjAuMTg3NSAyNi4wOTM3NSBDIDIwLjEzMjgxMyAyNi42MTMyODEgMTkuNzA3MDMxIDI3IDE5LjE4NzUgMjcgTCA5LjgxMjUgMjcgQyA5LjI5Mjk2OSAyNyA4Ljg2NzE4OCAyNi42MTMyODEgOC44MTI1IDI2LjA5Mzc1IFogTSAyMy4zNzUgMTUgTCAyNSAxNSBDIDI1LjU2NjQwNiAxNSAyNiAxNS40MzM1OTQgMjYgMTYgTCAyNiAxOSBDIDI2IDE5LjU2NjQwNiAyNS41NjY0MDYgMjAgMjUgMjAgTCAyMi44NDM3NSAyMCBaIi8+PC9zdmc+", Jc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiAzIEMgOC44MzIwMzEgMyAzIDguODMyMDMxIDMgMTYgQyAzIDIzLjE2Nzk2OSA4LjgzMjAzMSAyOSAxNiAyOSBDIDIzLjE2Nzk2OSAyOSAyOSAyMy4xNjc5NjkgMjkgMTYgQyAyOSA4LjgzMjAzMSAyMy4xNjc5NjkgMyAxNiAzIFogTSAxNiA1IEMgMTYuNjAxNTYzIDUgMTcuMTc1NzgxIDUuMDYyNSAxNy43NSA1LjE1NjI1IEwgMTYgNi40MDYyNSBMIDE0LjI1IDUuMTU2MjUgQyAxNC44MjAzMTMgNS4wNjY0MDYgMTUuNDAyMzQ0IDUgMTYgNSBaIE0gMTEuODEyNSA1Ljg0Mzc1IEwgMTUuNDA2MjUgOC40Njg3NSBMIDE2IDguOTA2MjUgTCAxNi41OTM3NSA4LjQ2ODc1IEwgMjAuMTg3NSA1Ljg0Mzc1IEMgMjEuNzg1MTU2IDYuNTA3ODEzIDIzLjE5NTMxMyA3LjUyMzQzOCAyNC4zMTI1IDguODEyNSBMIDIyLjkzNzUgMTMuMDkzNzUgTCAyMi43MTg3NSAxMy43ODEyNSBMIDIzLjMxMjUgMTQuMTg3NSBMIDI2LjkzNzUgMTYuODQzNzUgQyAyNi44MDQ2ODggMTguNjA1NDY5IDI2LjI2NTYyNSAyMC4yNTc4MTMgMjUuNDA2MjUgMjEuNjg3NSBMIDIwLjEyNSAyMS42ODc1IEwgMTkuOTA2MjUgMjIuMzc1IEwgMTguNSAyNi43MTg3NSBDIDE3LjY5OTIxOSAyNi45MDYyNSAxNi44NTkzNzUgMjcgMTYgMjcgQyAxNS4xMDU0NjkgMjcgMTQuMjM4MjgxIDI2Ljg4NjcxOSAxMy40MDYyNSAyNi42ODc1IEwgMTIuMDMxMjUgMjIuNDA2MjUgTCAxMS44MTI1IDIxLjcxODc1IEwgNi41OTM3NSAyMS43MTg3NSBDIDUuNzE4NzUgMjAuMjgxMjUgNS4xOTkyMTkgMTguNjIxMDk0IDUuMDYyNSAxNi44NDM3NSBMIDguNjU2MjUgMTQuMjE4NzUgTCA5LjI1IDEzLjgxMjUgTCA5LjAzMTI1IDEzLjEyNSBMIDcuNjI1IDguODc1IEMgOC43NSA3LjU1NDY4OCAxMC4xODM1OTQgNi41MTU2MjUgMTEuODEyNSA1Ljg0Mzc1IFogTSAxNiAxMC4wOTM3NSBMIDE1LjQwNjI1IDEwLjUzMTI1IEwgMTAuODQzNzUgMTMuODQzNzUgTCAxMC4yODEyNSAxNC4yODEyNSBMIDEwLjUgMTQuOTY4NzUgTCAxMi4yNSAyMC4zMTI1IEwgMTIuNDY4NzUgMjEgTCAxOS41MzEyNSAyMSBMIDE5Ljc1IDIwLjMxMjUgTCAyMS41IDE0Ljk2ODc1IEwgMjEuNzE4NzUgMTQuMjgxMjUgTCAyMS4xNTYyNSAxMy44NDM3NSBMIDE2LjU5Mzc1IDEwLjUzMTI1IFogTSAyNS43NSAxMC45MDYyNSBDIDI2LjI5Njg3NSAxMS45NTMxMjUgMjYuNjU2MjUgMTMuMTAxNTYzIDI2Ljg0Mzc1IDE0LjMxMjUgTCAyNS4wNjI1IDEzLjAzMTI1IFogTSA2LjIxODc1IDEwLjk2ODc1IEwgNi45MDYyNSAxMy4wMzEyNSBMIDUuMTU2MjUgMTQuMzEyNSBDIDUuMzM5ODQ0IDEzLjEyNSA1LjY4NzUgMTIgNi4yMTg3NSAxMC45Njg3NSBaIE0gMTYgMTIuNTkzNzUgTCAxOS4zNzUgMTUuMDMxMjUgTCAxOC4wOTM3NSAxOSBMIDEzLjkwNjI1IDE5IEwgMTIuNjI1IDE1LjAzMTI1IFogTSAyMS41OTM3NSAyMy42ODc1IEwgMjMuODQzNzUgMjMuNjg3NSBDIDIyLjk5MjE4OCAyNC41NjY0MDYgMjIuMDExNzE5IDI1LjI5Mjk2OSAyMC45MDYyNSAyNS44NDM3NSBaIE0gOC4xNTYyNSAyMy43MTg3NSBMIDEwLjM0Mzc1IDIzLjcxODc1IEwgMTEuMDMxMjUgMjUuODEyNSBDIDkuOTYwOTM4IDI1LjI2OTUzMSA4Ljk4ODI4MSAyNC41NjI1IDguMTU2MjUgMjMuNzE4NzUgWiIvPjwvc3ZnPg==", Gc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5LjUgNiBDIDguMTc5Njg4IDYgNy4wMDM5MDYgNi44NTkzNzUgNi42MjUgOC4xMjUgTCA1LjI1IDEyLjcxODc1IEwgMy4zMTI1IDEyLjA2MjUgTCAyLjY4NzUgMTMuOTM3NSBMIDQuNjU2MjUgMTQuNTkzNzUgTCA0LjAzMTI1IDE2LjcxODc1IEMgNC4wMDc4MTMgMTYuODA4NTk0IDMuOTk2MDk0IDE2LjkwNjI1IDQgMTcgTCA0IDI0IEMgNCAyNC4wMzEyNSA0IDI0LjA2MjUgNCAyNC4wOTM3NSBMIDQgMjUgQyA0IDI1LjU1MDc4MSA0LjQ0OTIxOSAyNiA1IDI2IEwgOCAyNiBMIDguMzQzNzUgMjUgTCAyMy42NTYyNSAyNSBMIDI0IDI2IEwgMjcgMjYgQyAyNy41NTA3ODEgMjYgMjggMjUuNTUwNzgxIDI4IDI1IEwgMjggMjQuMTU2MjUgQyAyOC4wMDM5MDYgMjQuMTA1NDY5IDI4LjAwMzkwNiAyNC4wNTA3ODEgMjggMjQgTCAyOCAxNyBDIDI4LjAwMzkwNiAxNi45MDYyNSAyNy45OTIxODggMTYuODA4NTk0IDI3Ljk2ODc1IDE2LjcxODc1IEwgMjcuMzQzNzUgMTQuNTkzNzUgTCAyOS4zMTI1IDEzLjkzNzUgTCAyOC42ODc1IDEyLjA2MjUgTCAyNi43NSAxMi43MTg3NSBMIDI1LjM3NSA4LjEyNSBDIDI0Ljk5NjA5NCA2Ljg1OTM3NSAyMy44MjAzMTMgNiAyMi41IDYgWiBNIDkuNSA4IEwgMjIuNSA4IEMgMjIuOTQ1MzEzIDggMjMuMzM5ODQ0IDguMjkyOTY5IDIzLjQ2ODc1IDguNzE4NzUgTCAyNC43NSAxMyBMIDcuMjUgMTMgTCA4LjUzMTI1IDguNzE4NzUgQyA4LjY2MDE1NiA4LjI4OTA2MyA5LjA1NDY4OCA4IDkuNSA4IFogTSA2LjY1NjI1IDE1IEwgMjUuMzQzNzUgMTUgTCAyNiAxNy4xODc1IEwgMjYgMjMgTCA2IDIzIEwgNiAxNy4xODc1IFogTSA4LjUgMTYgQyA3LjY3MTg3NSAxNiA3IDE2LjY3MTg3NSA3IDE3LjUgQyA3IDE4LjMyODEyNSA3LjY3MTg3NSAxOSA4LjUgMTkgQyA5LjMyODEyNSAxOSAxMCAxOC4zMjgxMjUgMTAgMTcuNSBDIDEwIDE2LjY3MTg3NSA5LjMyODEyNSAxNiA4LjUgMTYgWiBNIDIzLjUgMTYgQyAyMi42NzE4NzUgMTYgMjIgMTYuNjcxODc1IDIyIDE3LjUgQyAyMiAxOC4zMjgxMjUgMjIuNjcxODc1IDE5IDIzLjUgMTkgQyAyNC4zMjgxMjUgMTkgMjUgMTguMzI4MTI1IDI1IDE3LjUgQyAyNSAxNi42NzE4NzUgMjQuMzI4MTI1IDE2IDIzLjUgMTYgWiBNIDEyIDE5IEwgMTAuNzUgMjIgTCAxMi45MDYyNSAyMiBMIDEzLjM0Mzc1IDIxIEwgMTguNjU2MjUgMjEgTCAxOS4wOTM3NSAyMiBMIDIxLjI1IDIyIEwgMjAgMTkgWiIvPjwvc3ZnPg==", Zc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuMDQyOTY5IDQgNyA4LjA0Mjk2OSA3IDEzIEMgNyAxNC45MTc5NjkgNy44NDM3NSAxNi45MDYyNSA5IDE4LjY4NzUgQyA5Ljg1OTM3NSAyMC4wMTE3MTkgMTAuODg2NzE5IDIxLjIzMDQ2OSAxMiAyMi4xNTYyNSBMIDEyIDI1IEMgMTIgMjYuMDkzNzUgMTIuOTA2MjUgMjcgMTQgMjcgTCAxNSAyOCBMIDE3IDI4IEwgMTggMjcgQyAxOS4wOTM3NSAyNyAyMCAyNi4wOTM3NSAyMCAyNSBMIDIwIDIyLjE1NjI1IEMgMjEuMTEzMjgxIDIxLjIzMDQ2OSAyMi4xNDA2MjUgMjAuMDExNzE5IDIzIDE4LjY4NzUgQyAyNC4xNTYyNSAxNi45MDYyNSAyNSAxNC45MTc5NjkgMjUgMTMgQyAyNSA4LjA0Mjk2OSAyMC45NTcwMzEgNCAxNiA0IFogTSAxNiA2IEMgMTkuODc4OTA2IDYgMjMgOS4xMjEwOTQgMjMgMTMgQyAyMyAxNC4zMDg1OTQgMjIuMzU1NDY5IDE2LjAzNTE1NiAyMS4zNDM3NSAxNy41OTM3NSBDIDIwLjQ0MTQwNiAxOC45ODQzNzUgMTkuMjUzOTA2IDIwLjIyMjY1NiAxOC4xNTYyNSAyMSBMIDEzLjg0Mzc1IDIxIEMgMTIuNzQ2MDk0IDIwLjIyMjY1NiAxMS41NTg1OTQgMTguOTg0Mzc1IDEwLjY1NjI1IDE3LjU5Mzc1IEMgOS42NDQ1MzEgMTYuMDM1MTU2IDkgMTQuMzA4NTk0IDkgMTMgQyA5IDkuMTIxMDk0IDEyLjEyMTA5NCA2IDE2IDYgWiBNIDE0LjI1IDIzIEwgMTcuNzUgMjMgQyAxNy44MjgxMjUgMjMuMDU0Njg4IDE3LjkxMDE1NiAyMy4wOTM3NSAxOCAyMy4xMjUgTCAxOCAyNSBMIDE0IDI1IEwgMTQgMjMuMTI1IEMgMTQuMDg5ODQ0IDIzLjA5Mzc1IDE0LjE3MTg3NSAyMy4wNTQ2ODggMTQuMjUgMjMgWiIvPjwvc3ZnPg==", Xc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSA1IEwgMTEgMTEgTCA1IDExIEwgNSAxMyBMIDExIDEzIEwgMTEgMTkgTCA1IDE5IEwgNSAyMSBMIDExIDIxIEwgMTEgMjcgTCAxMyAyNyBMIDEzIDIxIEwgMTkgMjEgTCAxOSAyNyBMIDIxIDI3IEwgMjEgMjEgTCAyNyAyMSBMIDI3IDE5IEwgMjEgMTkgTCAyMSAxMyBMIDI3IDEzIEwgMjcgMTEgTCAyMSAxMSBMIDIxIDUgTCAxOSA1IEwgMTkgMTEgTCAxMyAxMSBMIDEzIDUgWiBNIDEzIDEzIEwgMTkgMTMgTCAxOSAxOSBMIDEzIDE5IFoiLz48L3N2Zz4=", eA = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5IDQgQyA3LjM0NiA0IDYgNS4zNDYgNiA3IEMgNiA4LjMwMTYwOTQgNi44Mzg3NDg2IDkuNDAyMTM5MSA4IDkuODE2NDA2MiBMIDggMTEuMzA0Njg4IEwgOCAyMy4yMDcwMzEgTCA4IDI3LjAyMzQzOCBDIDggMjcuNTYzNDM4IDguNDM2NTYyNSAyOCA4Ljk3NjU2MjUgMjggTCA5LjAyMzQzNzUgMjggQyA5LjU2MzQzNzUgMjggMTAgMjcuNTYzNDM3IDEwIDI3LjAyMzQzOCBMIDEwIDIyLjIyODUxNiBDIDEwLjMzNDcwNyAyMS44Mzk3NTYgMTEuMTM4NDIzIDIxLjA0Njg3NSAxMy40NDUzMTIgMjEuMDQ2ODc1IEMgMTQuNjY5MzEzIDIxLjA0Njg3NSAxNS42NzA0MjIgMjEuNDczNzgxIDE2LjczMjQyMiAyMS45MjU3ODEgQyAxNy43Njk0MjIgMjIuMzY3NzgxIDE4Ljg0MTg5MSAyMi44MjQyMTkgMjAuMDg3ODkxIDIyLjgyNDIxOSBDIDIyLjQ0Njg5MSAyMi44MjQyMTkgMjQuMDQ5Mzc1IDIxLjU4NDY4OCAyNC43MzQzNzUgMjEuMDU0Njg4IEwgMjQuODg2NzE5IDIwLjkzOTQ1MyBDIDI1LjQzNzcxOSAyMC41NDA0NTMgMjYgMTkuOTk2IDI2IDE5IEwgMjYgMTAuNjc1NzgxIEMgMjYgOS43Njc3ODEyIDI1LjIyMTgyOCA5IDI0LjI5ODgyOCA5IEMgMjMuODAzODI4IDkgMjMuNDQwNDA2IDkuMjg2NTkzNyAyMi45NDE0MDYgOS42ODM1OTM4IEMgMjIuMjc5NDA2IDEwLjIwNzU5NCAyMS4yODA4OTEgMTEgMjAuMDg3ODkxIDExIEMgMTkuMjcyODkxIDExIDE4LjQ3NzY4OCAxMC42MTk3MzQgMTcuNTU0Njg4IDEwLjE3NzczNCBDIDE2LjQwMzY4NyA5LjYyNTczNDQgMTUuMDk4MzU5IDkgMTMuNDQzMzU5IDkgQyAxMi4zMDgyNTcgOSAxMS40MjE2ODcgOS4xODgzMzkzIDEwLjcxMjg5MSA5LjQ1NzAzMTIgQyAxMS40ODkwNzEgOC45MTQxODI0IDEyIDguMDE2NzgwMiAxMiA3IEMgMTIgNS4zNDYgMTAuNjU0IDQgOSA0IHogTSA5IDYgQyA5LjU1MiA2IDEwIDYuNDQ5IDEwIDcgQyAxMCA3LjU1MSA5LjU1MiA4IDkgOCBDIDguNDQ4IDggOCA3LjU1MSA4IDcgQyA4IDYuNDQ5IDguNDQ4IDYgOSA2IHogTSAxMy40NDMzNTkgMTEgQyAxNC42NDUzNTkgMTEgMTUuNjM4NDA2IDExLjQ3NjQ2OSAxNi42OTE0MDYgMTEuOTgwNDY5IEMgMTcuNzM2NDA2IDEyLjQ4MjQ2OSAxOC44MTc4OTEgMTMgMjAuMDg3ODkxIDEzIEMgMjEuODQyODkxIDEzIDIzLjE1ODA0NyAxMi4wNTQ0ODQgMjMuOTk4MDQ3IDExLjM5NjQ4NCBMIDIzLjk5ODA0NyAxOS4wNjY0MDYgQyAyMy45OTcwNDcgMTkuMDcwNDA2IDIzLjk1Mjk4NCAxOS4xNDUyNjYgMjMuNzA4OTg0IDE5LjMyMjI2NiBMIDIzLjUwOTc2NiAxOS40NzQ2MDkgQyAyMi45NDI3NjYgMTkuOTEyNjA5IDIxLjc2Mjg5MSAyMC44MjQyMTkgMjAuMDg3ODkxIDIwLjgyNDIxOSBDIDE5LjI0OTg5MSAyMC44MjQyMTkgMTguNDQ2NjI1IDIwLjQ4MjkzNyAxNy41MTU2MjUgMjAuMDg1OTM4IEMgMTYuMzcyNjI1IDE5LjU5NzkzOCAxNS4wNzYzNTkgMTkuMDQ0OTIyIDEzLjQ0MzM1OSAxOS4wNDQ5MjIgQyAxMS44OTEzNTkgMTkuMDQ0OTIyIDEwLjc4NiAxOS4zNTggMTAgMTkuNzUgTCAxMCAxMi4zNjEzMjggQyAxMC4zNDUgMTEuOTA1MzI4IDExLjEzMjM1OSAxMSAxMy40NDMzNTkgMTEgeiIvPjwvc3ZnPg==", tA = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuODMyMDMxIDQgOC4xNTIzNDQgNi4xMTMyODEgNiA5LjM0Mzc1IEwgNiA2IEwgNCA2IEwgNCAxMyBMIDExIDEzIEwgMTEgMTEgTCA3LjM3NSAxMSBDIDkuMTAxNTYzIDguMDE5NTMxIDEyLjI5Njg3NSA2IDE2IDYgQyAyMS41MzUxNTYgNiAyNiAxMC40NjQ4NDQgMjYgMTYgQyAyNiAyMS41MzUxNTYgMjEuNTM1MTU2IDI2IDE2IDI2IEMgMTAuNDY0ODQ0IDI2IDYgMjEuNTM1MTU2IDYgMTYgTCA0IDE2IEMgNCAyMi42MTcxODggOS4zODI4MTMgMjggMTYgMjggQyAyMi42MTcxODggMjggMjggMjIuNjE3MTg4IDI4IDE2IEMgMjggOS4zODI4MTMgMjIuNjE3MTg4IDQgMTYgNCBaIE0gMTUgOCBMIDE1IDE3IEwgMjIgMTcgTCAyMiAxNSBMIDE3IDE1IEwgMTcgOCBaIi8+PC9zdmc+Cg==";
16532
- const nA = Y({
16542
+ var qc = /* @__PURE__ */ Ct(Lc, [["render", Pc]]), Hc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMi41IDUgQyAxMS40Mjk2ODggNSAxMC41IDUuNjA5Mzc1IDkuOTA2MjUgNi40Mzc1IEMgOS4zMTI1IDcuMjY1NjI1IDkgOC4zMzk4NDQgOSA5LjUgQyA5IDEwLjY2MDE1NiA5LjMxMjUgMTEuNzM0Mzc1IDkuOTA2MjUgMTIuNTYyNSBDIDEwLjUgMTMuMzkwNjI1IDExLjQyOTY4OCAxNCAxMi41IDE0IEMgMTMuNTcwMzEzIDE0IDE0LjUgMTMuMzkwNjI1IDE1LjA5Mzc1IDEyLjU2MjUgQyAxNS42ODc1IDExLjczNDM3NSAxNiAxMC42NjAxNTYgMTYgOS41IEMgMTYgOC4zMzk4NDQgMTUuNjg3NSA3LjI2NTYyNSAxNS4wOTM3NSA2LjQzNzUgQyAxNC41IDUuNjA5Mzc1IDEzLjU3MDMxMyA1IDEyLjUgNSBaIE0gMTYgOS41IEMgMTYgMTAuNjYwMTU2IDE2LjMxMjUgMTEuNzM0Mzc1IDE2LjkwNjI1IDEyLjU2MjUgQyAxNy41IDEzLjM5MDYyNSAxOC40Mjk2ODggMTQgMTkuNSAxNCBDIDIwLjU3MDMxMyAxNCAyMS41IDEzLjM5MDYyNSAyMi4wOTM3NSAxMi41NjI1IEMgMjIuNjg3NSAxMS43MzQzNzUgMjMgMTAuNjYwMTU2IDIzIDkuNSBDIDIzIDguMzM5ODQ0IDIyLjY4NzUgNy4yNjU2MjUgMjIuMDkzNzUgNi40Mzc1IEMgMjEuNSA1LjYwOTM3NSAyMC41NzAzMTMgNSAxOS41IDUgQyAxOC40Mjk2ODggNSAxNy41IDUuNjA5Mzc1IDE2LjkwNjI1IDYuNDM3NSBDIDE2LjMxMjUgNy4yNjU2MjUgMTYgOC4zMzk4NDQgMTYgOS41IFogTSAxMi41IDcgQyAxMi44MTI1IDcgMTMuMTU2MjUgNy4xNTYyNSAxMy40Njg3NSA3LjU5Mzc1IEMgMTMuNzgxMjUgOC4wMzEyNSAxNCA4LjcyNjU2MyAxNCA5LjUgQyAxNCAxMC4yNzM0MzggMTMuNzgxMjUgMTAuOTY4NzUgMTMuNDY4NzUgMTEuNDA2MjUgQyAxMy4xNTYyNSAxMS44NDM3NSAxMi44MTI1IDEyIDEyLjUgMTIgQyAxMi4xODc1IDEyIDExLjg0Mzc1IDExLjg0Mzc1IDExLjUzMTI1IDExLjQwNjI1IEMgMTEuMjE4NzUgMTAuOTY4NzUgMTEgMTAuMjczNDM4IDExIDkuNSBDIDExIDguNzI2NTYzIDExLjIxODc1IDguMDMxMjUgMTEuNTMxMjUgNy41OTM3NSBDIDExLjg0Mzc1IDcuMTU2MjUgMTIuMTg3NSA3IDEyLjUgNyBaIE0gMTkuNSA3IEMgMTkuODEyNSA3IDIwLjE1NjI1IDcuMTU2MjUgMjAuNDY4NzUgNy41OTM3NSBDIDIwLjc4MTI1IDguMDMxMjUgMjEgOC43MjY1NjMgMjEgOS41IEMgMjEgMTAuMjczNDM4IDIwLjc4MTI1IDEwLjk2ODc1IDIwLjQ2ODc1IDExLjQwNjI1IEMgMjAuMTU2MjUgMTEuODQzNzUgMTkuODEyNSAxMiAxOS41IDEyIEMgMTkuMTg3NSAxMiAxOC44NDM3NSAxMS44NDM3NSAxOC41MzEyNSAxMS40MDYyNSBDIDE4LjIxODc1IDEwLjk2ODc1IDE4IDEwLjI3MzQzOCAxOCA5LjUgQyAxOCA4LjcyNjU2MyAxOC4yMTg3NSA4LjAzMTI1IDE4LjUzMTI1IDcuNTkzNzUgQyAxOC44NDM3NSA3LjE1NjI1IDE5LjE4NzUgNyAxOS41IDcgWiBNIDcuNSAxMiBDIDYuNDI5Njg4IDEyIDUuNSAxMi42MDkzNzUgNC45MDYyNSAxMy40Mzc1IEMgNC4zMTI1IDE0LjI2NTYyNSA0IDE1LjMzOTg0NCA0IDE2LjUgQyA0IDE3LjY2MDE1NiA0LjMxMjUgMTguNzM0Mzc1IDQuOTA2MjUgMTkuNTYyNSBDIDUuNSAyMC4zOTA2MjUgNi40Mjk2ODggMjEgNy41IDIxIEMgOC41NzAzMTMgMjEgOS41IDIwLjM5MDYyNSAxMC4wOTM3NSAxOS41NjI1IEMgMTAuNjg3NSAxOC43MzQzNzUgMTEgMTcuNjYwMTU2IDExIDE2LjUgQyAxMSAxNS4zMzk4NDQgMTAuNjg3NSAxNC4yNjU2MjUgMTAuMDkzNzUgMTMuNDM3NSBDIDkuNSAxMi42MDkzNzUgOC41NzAzMTMgMTIgNy41IDEyIFogTSAyNC41IDEyIEMgMjMuNDI5Njg4IDEyIDIyLjUgMTIuNjA5Mzc1IDIxLjkwNjI1IDEzLjQzNzUgQyAyMS4zMTI1IDE0LjI2NTYyNSAyMSAxNS4zMzk4NDQgMjEgMTYuNSBDIDIxIDE3LjY2MDE1NiAyMS4zMTI1IDE4LjczNDM3NSAyMS45MDYyNSAxOS41NjI1IEMgMjIuNSAyMC4zOTA2MjUgMjMuNDI5Njg4IDIxIDI0LjUgMjEgQyAyNS41NzAzMTMgMjEgMjYuNSAyMC4zOTA2MjUgMjcuMDkzNzUgMTkuNTYyNSBDIDI3LjY4NzUgMTguNzM0Mzc1IDI4IDE3LjY2MDE1NiAyOCAxNi41IEMgMjggMTUuMzM5ODQ0IDI3LjY4NzUgMTQuMjY1NjI1IDI3LjA5Mzc1IDEzLjQzNzUgQyAyNi41IDEyLjYwOTM3NSAyNS41NzAzMTMgMTIgMjQuNSAxMiBaIE0gNy41IDE0IEMgNy44MTI1IDE0IDguMTU2MjUgMTQuMTU2MjUgOC40Njg3NSAxNC41OTM3NSBDIDguNzgxMjUgMTUuMDMxMjUgOSAxNS43MjY1NjMgOSAxNi41IEMgOSAxNy4yNzM0MzggOC43ODEyNSAxNy45Njg3NSA4LjQ2ODc1IDE4LjQwNjI1IEMgOC4xNTYyNSAxOC44NDM3NSA3LjgxMjUgMTkgNy41IDE5IEMgNy4xODc1IDE5IDYuODQzNzUgMTguODQzNzUgNi41MzEyNSAxOC40MDYyNSBDIDYuMjE4NzUgMTcuOTY4NzUgNiAxNy4yNzM0MzggNiAxNi41IEMgNiAxNS43MjY1NjMgNi4yMTg3NSAxNS4wMzEyNSA2LjUzMTI1IDE0LjU5Mzc1IEMgNi44NDM3NSAxNC4xNTYyNSA3LjE4NzUgMTQgNy41IDE0IFogTSAyNC41IDE0IEMgMjQuODEyNSAxNCAyNS4xNTYyNSAxNC4xNTYyNSAyNS40Njg3NSAxNC41OTM3NSBDIDI1Ljc4MTI1IDE1LjAzMTI1IDI2IDE1LjcyNjU2MyAyNiAxNi41IEMgMjYgMTcuMjczNDM4IDI1Ljc4MTI1IDE3Ljk2ODc1IDI1LjQ2ODc1IDE4LjQwNjI1IEMgMjUuMTU2MjUgMTguODQzNzUgMjQuODEyNSAxOSAyNC41IDE5IEMgMjQuMTg3NSAxOSAyMy44NDM3NSAxOC44NDM3NSAyMy41MzEyNSAxOC40MDYyNSBDIDIzLjIxODc1IDE3Ljk2ODc1IDIzIDE3LjI3MzQzOCAyMyAxNi41IEMgMjMgMTUuNzI2NTYzIDIzLjIxODc1IDE1LjAzMTI1IDIzLjUzMTI1IDE0LjU5Mzc1IEMgMjMuODQzNzUgMTQuMTU2MjUgMjQuMTg3NSAxNCAyNC41IDE0IFogTSAxNiAxNiBDIDE0LjY2Nzk2OSAxNiAxMy43MzgyODEgMTYuODY3MTg4IDEzLjI4MTI1IDE3LjYyNSBDIDEyLjgyNDIxOSAxOC4zODI4MTMgMTIuNTQ2ODc1IDE5LjAxNTYyNSAxMi4yODEyNSAxOS4yODEyNSBDIDEyLjEyNSAxOS40Mzc1IDExLjE2MDE1NiAxOS44MDA3ODEgMTAuMTU2MjUgMjAuMzEyNSBDIDkuNjUyMzQ0IDIwLjU3MDMxMyA5LjE0NDUzMSAyMC45MTQwNjMgOC43MTg3NSAyMS40Mzc1IEMgOC4yOTI5NjkgMjEuOTYwOTM4IDggMjIuNjg3NSA4IDIzLjUgQyA4IDI1LjQyMTg3NSA5LjU3ODEyNSAyNyAxMS41IDI3IEMgMTIuMzY3MTg4IDI3IDEzLjI2OTUzMSAyNi43MjI2NTYgMTQuMTU2MjUgMjYuNDY4NzUgQyAxNS4wNDI5NjkgMjYuMjE0ODQ0IDE2IDI2IDE2IDI2IEMgMTYgMjYgMTYuOTU3MDMxIDI2LjIxNDg0NCAxNy44NDM3NSAyNi40Njg3NSBDIDE4LjczMDQ2OSAyNi43MjI2NTYgMTkuNjMyODEzIDI3IDIwLjUgMjcgQyAyMi40MjE4NzUgMjcgMjQgMjUuNDIxODc1IDI0IDIzLjUgQyAyNCAyMi43MDcwMzEgMjMuNzA3MDMxIDIxLjk4MDQ2OSAyMy4yODEyNSAyMS40Njg3NSBDIDIyLjg1NTQ2OSAyMC45NTcwMzEgMjIuMzQzNzUgMjAuNjQwNjI1IDIxLjg0Mzc1IDIwLjM3NSBDIDIwLjg0Mzc1IDE5Ljg0Mzc1IDE5Ljg1OTM3NSAxOS40MjE4NzUgMTkuNzE4NzUgMTkuMjgxMjUgQyAxOS40ODA0NjkgMTkuMDQyOTY5IDE5LjIxMDkzOCAxOC4zOTA2MjUgMTguNzUgMTcuNjI1IEMgMTguMjg5MDYzIDE2Ljg1OTM3NSAxNy4zMzk4NDQgMTYgMTYgMTYgWiBNIDE2IDE4IEMgMTYuNjYwMTU2IDE4IDE2LjczNDM3NSAxOC4xNjAxNTYgMTcuMDMxMjUgMTguNjU2MjUgQyAxNy4zMjgxMjUgMTkuMTUyMzQ0IDE3LjU1NDY4OCAxOS45OTIxODggMTguMjgxMjUgMjAuNzE4NzUgQyAxOS4xMDU0NjkgMjEuNTQyOTY5IDIwLjE0ODQzOCAyMS43MjI2NTYgMjAuOTA2MjUgMjIuMTI1IEMgMjEuMjg1MTU2IDIyLjMyODEyNSAyMS41NzgxMjUgMjIuNTQyOTY5IDIxLjc1IDIyLjc1IEMgMjEuOTIxODc1IDIyLjk1NzAzMSAyMiAyMy4xNDg0MzggMjIgMjMuNSBDIDIyIDI0LjMzOTg0NCAyMS4zMzk4NDQgMjUgMjAuNSAyNSBDIDIwLjIxMDkzOCAyNSAxOS4yNzczNDQgMjQuNzc3MzQ0IDE4LjQwNjI1IDI0LjUzMTI1IEMgMTcuNTM1MTU2IDI0LjI4NTE1NiAxNi44MTY0MDYgMjQgMTYgMjQgQyAxNS4xODM1OTQgMjQgMTQuNDY0ODQ0IDI0LjI4NTE1NiAxMy41OTM3NSAyNC41MzEyNSBDIDEyLjcyMjY1NiAyNC43NzczNDQgMTEuNzg5MDYzIDI1IDExLjUgMjUgQyAxMC42NjAxNTYgMjUgMTAgMjQuMzM5ODQ0IDEwIDIzLjUgQyAxMCAyMy4wOTc2NTYgMTAuMDgyMDMxIDIyLjg5MDYyNSAxMC4yNSAyMi42ODc1IEMgMTAuNDE3OTY5IDIyLjQ4NDM3NSAxMC43MjI2NTYgMjIuMjg1MTU2IDExLjA5Mzc1IDIyLjA5Mzc1IEMgMTEuODM5ODQ0IDIxLjcxNDg0NCAxMi44NzUgMjEuNTYyNSAxMy43MTg3NSAyMC43MTg3NSBDIDE0LjQ1MzEyNSAxOS45ODQzNzUgMTQuNjc1NzgxIDE5LjExNzE4OCAxNC45Njg3NSAxOC42MjUgQyAxNS4yNjE3MTkgMTguMTMyODEzIDE1LjMzMjAzMSAxOCAxNiAxOCBaIi8+PC9zdmc+", Wc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSAzIEwgMTEgNyBMIDEzIDcgTCAxMyAzIFogTSAxNSA0IEwgMTUgNyBMIDE3IDcgTCAxNyA0IFogTSA0Ljg3NSA4IEwgNSA5LjA5Mzc1IEwgNi44MTI1IDI2LjMxMjUgQyA2Ljk3MjY1NiAyNy44MzIwMzEgOC4yODUxNTYgMjkgOS44MTI1IDI5IEwgMTkuMTg3NSAyOSBDIDIwLjcxNDg0NCAyOSAyMi4wMjczNDQgMjcuODMyMDMxIDIyLjE4NzUgMjYuMzEyNSBMIDIyLjY1NjI1IDIyIEwgMjUgMjIgQyAyNi42NDQ1MzEgMjIgMjggMjAuNjQ0NTMxIDI4IDE5IEwgMjggMTYgQyAyOCAxNC4zNTU0NjkgMjYuNjQ0NTMxIDEzIDI1IDEzIEwgMjMuNTkzNzUgMTMgTCAyNCA5LjA5Mzc1IEwgMjQuMTI1IDggWiBNIDcuMTI1IDEwIEwgMjEuODc1IDEwIEwgMjAuMTg3NSAyNi4wOTM3NSBDIDIwLjEzMjgxMyAyNi42MTMyODEgMTkuNzA3MDMxIDI3IDE5LjE4NzUgMjcgTCA5LjgxMjUgMjcgQyA5LjI5Mjk2OSAyNyA4Ljg2NzE4OCAyNi42MTMyODEgOC44MTI1IDI2LjA5Mzc1IFogTSAyMy4zNzUgMTUgTCAyNSAxNSBDIDI1LjU2NjQwNiAxNSAyNiAxNS40MzM1OTQgMjYgMTYgTCAyNiAxOSBDIDI2IDE5LjU2NjQwNiAyNS41NjY0MDYgMjAgMjUgMjAgTCAyMi44NDM3NSAyMCBaIi8+PC9zdmc+", Kc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiAzIEMgOC44MzIwMzEgMyAzIDguODMyMDMxIDMgMTYgQyAzIDIzLjE2Nzk2OSA4LjgzMjAzMSAyOSAxNiAyOSBDIDIzLjE2Nzk2OSAyOSAyOSAyMy4xNjc5NjkgMjkgMTYgQyAyOSA4LjgzMjAzMSAyMy4xNjc5NjkgMyAxNiAzIFogTSAxNiA1IEMgMTYuNjAxNTYzIDUgMTcuMTc1NzgxIDUuMDYyNSAxNy43NSA1LjE1NjI1IEwgMTYgNi40MDYyNSBMIDE0LjI1IDUuMTU2MjUgQyAxNC44MjAzMTMgNS4wNjY0MDYgMTUuNDAyMzQ0IDUgMTYgNSBaIE0gMTEuODEyNSA1Ljg0Mzc1IEwgMTUuNDA2MjUgOC40Njg3NSBMIDE2IDguOTA2MjUgTCAxNi41OTM3NSA4LjQ2ODc1IEwgMjAuMTg3NSA1Ljg0Mzc1IEMgMjEuNzg1MTU2IDYuNTA3ODEzIDIzLjE5NTMxMyA3LjUyMzQzOCAyNC4zMTI1IDguODEyNSBMIDIyLjkzNzUgMTMuMDkzNzUgTCAyMi43MTg3NSAxMy43ODEyNSBMIDIzLjMxMjUgMTQuMTg3NSBMIDI2LjkzNzUgMTYuODQzNzUgQyAyNi44MDQ2ODggMTguNjA1NDY5IDI2LjI2NTYyNSAyMC4yNTc4MTMgMjUuNDA2MjUgMjEuNjg3NSBMIDIwLjEyNSAyMS42ODc1IEwgMTkuOTA2MjUgMjIuMzc1IEwgMTguNSAyNi43MTg3NSBDIDE3LjY5OTIxOSAyNi45MDYyNSAxNi44NTkzNzUgMjcgMTYgMjcgQyAxNS4xMDU0NjkgMjcgMTQuMjM4MjgxIDI2Ljg4NjcxOSAxMy40MDYyNSAyNi42ODc1IEwgMTIuMDMxMjUgMjIuNDA2MjUgTCAxMS44MTI1IDIxLjcxODc1IEwgNi41OTM3NSAyMS43MTg3NSBDIDUuNzE4NzUgMjAuMjgxMjUgNS4xOTkyMTkgMTguNjIxMDk0IDUuMDYyNSAxNi44NDM3NSBMIDguNjU2MjUgMTQuMjE4NzUgTCA5LjI1IDEzLjgxMjUgTCA5LjAzMTI1IDEzLjEyNSBMIDcuNjI1IDguODc1IEMgOC43NSA3LjU1NDY4OCAxMC4xODM1OTQgNi41MTU2MjUgMTEuODEyNSA1Ljg0Mzc1IFogTSAxNiAxMC4wOTM3NSBMIDE1LjQwNjI1IDEwLjUzMTI1IEwgMTAuODQzNzUgMTMuODQzNzUgTCAxMC4yODEyNSAxNC4yODEyNSBMIDEwLjUgMTQuOTY4NzUgTCAxMi4yNSAyMC4zMTI1IEwgMTIuNDY4NzUgMjEgTCAxOS41MzEyNSAyMSBMIDE5Ljc1IDIwLjMxMjUgTCAyMS41IDE0Ljk2ODc1IEwgMjEuNzE4NzUgMTQuMjgxMjUgTCAyMS4xNTYyNSAxMy44NDM3NSBMIDE2LjU5Mzc1IDEwLjUzMTI1IFogTSAyNS43NSAxMC45MDYyNSBDIDI2LjI5Njg3NSAxMS45NTMxMjUgMjYuNjU2MjUgMTMuMTAxNTYzIDI2Ljg0Mzc1IDE0LjMxMjUgTCAyNS4wNjI1IDEzLjAzMTI1IFogTSA2LjIxODc1IDEwLjk2ODc1IEwgNi45MDYyNSAxMy4wMzEyNSBMIDUuMTU2MjUgMTQuMzEyNSBDIDUuMzM5ODQ0IDEzLjEyNSA1LjY4NzUgMTIgNi4yMTg3NSAxMC45Njg3NSBaIE0gMTYgMTIuNTkzNzUgTCAxOS4zNzUgMTUuMDMxMjUgTCAxOC4wOTM3NSAxOSBMIDEzLjkwNjI1IDE5IEwgMTIuNjI1IDE1LjAzMTI1IFogTSAyMS41OTM3NSAyMy42ODc1IEwgMjMuODQzNzUgMjMuNjg3NSBDIDIyLjk5MjE4OCAyNC41NjY0MDYgMjIuMDExNzE5IDI1LjI5Mjk2OSAyMC45MDYyNSAyNS44NDM3NSBaIE0gOC4xNTYyNSAyMy43MTg3NSBMIDEwLjM0Mzc1IDIzLjcxODc1IEwgMTEuMDMxMjUgMjUuODEyNSBDIDkuOTYwOTM4IDI1LjI2OTUzMSA4Ljk4ODI4MSAyNC41NjI1IDguMTU2MjUgMjMuNzE4NzUgWiIvPjwvc3ZnPg==", Jc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5LjUgNiBDIDguMTc5Njg4IDYgNy4wMDM5MDYgNi44NTkzNzUgNi42MjUgOC4xMjUgTCA1LjI1IDEyLjcxODc1IEwgMy4zMTI1IDEyLjA2MjUgTCAyLjY4NzUgMTMuOTM3NSBMIDQuNjU2MjUgMTQuNTkzNzUgTCA0LjAzMTI1IDE2LjcxODc1IEMgNC4wMDc4MTMgMTYuODA4NTk0IDMuOTk2MDk0IDE2LjkwNjI1IDQgMTcgTCA0IDI0IEMgNCAyNC4wMzEyNSA0IDI0LjA2MjUgNCAyNC4wOTM3NSBMIDQgMjUgQyA0IDI1LjU1MDc4MSA0LjQ0OTIxOSAyNiA1IDI2IEwgOCAyNiBMIDguMzQzNzUgMjUgTCAyMy42NTYyNSAyNSBMIDI0IDI2IEwgMjcgMjYgQyAyNy41NTA3ODEgMjYgMjggMjUuNTUwNzgxIDI4IDI1IEwgMjggMjQuMTU2MjUgQyAyOC4wMDM5MDYgMjQuMTA1NDY5IDI4LjAwMzkwNiAyNC4wNTA3ODEgMjggMjQgTCAyOCAxNyBDIDI4LjAwMzkwNiAxNi45MDYyNSAyNy45OTIxODggMTYuODA4NTk0IDI3Ljk2ODc1IDE2LjcxODc1IEwgMjcuMzQzNzUgMTQuNTkzNzUgTCAyOS4zMTI1IDEzLjkzNzUgTCAyOC42ODc1IDEyLjA2MjUgTCAyNi43NSAxMi43MTg3NSBMIDI1LjM3NSA4LjEyNSBDIDI0Ljk5NjA5NCA2Ljg1OTM3NSAyMy44MjAzMTMgNiAyMi41IDYgWiBNIDkuNSA4IEwgMjIuNSA4IEMgMjIuOTQ1MzEzIDggMjMuMzM5ODQ0IDguMjkyOTY5IDIzLjQ2ODc1IDguNzE4NzUgTCAyNC43NSAxMyBMIDcuMjUgMTMgTCA4LjUzMTI1IDguNzE4NzUgQyA4LjY2MDE1NiA4LjI4OTA2MyA5LjA1NDY4OCA4IDkuNSA4IFogTSA2LjY1NjI1IDE1IEwgMjUuMzQzNzUgMTUgTCAyNiAxNy4xODc1IEwgMjYgMjMgTCA2IDIzIEwgNiAxNy4xODc1IFogTSA4LjUgMTYgQyA3LjY3MTg3NSAxNiA3IDE2LjY3MTg3NSA3IDE3LjUgQyA3IDE4LjMyODEyNSA3LjY3MTg3NSAxOSA4LjUgMTkgQyA5LjMyODEyNSAxOSAxMCAxOC4zMjgxMjUgMTAgMTcuNSBDIDEwIDE2LjY3MTg3NSA5LjMyODEyNSAxNiA4LjUgMTYgWiBNIDIzLjUgMTYgQyAyMi42NzE4NzUgMTYgMjIgMTYuNjcxODc1IDIyIDE3LjUgQyAyMiAxOC4zMjgxMjUgMjIuNjcxODc1IDE5IDIzLjUgMTkgQyAyNC4zMjgxMjUgMTkgMjUgMTguMzI4MTI1IDI1IDE3LjUgQyAyNSAxNi42NzE4NzUgMjQuMzI4MTI1IDE2IDIzLjUgMTYgWiBNIDEyIDE5IEwgMTAuNzUgMjIgTCAxMi45MDYyNSAyMiBMIDEzLjM0Mzc1IDIxIEwgMTguNjU2MjUgMjEgTCAxOS4wOTM3NSAyMiBMIDIxLjI1IDIyIEwgMjAgMTkgWiIvPjwvc3ZnPg==", Gc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuMDQyOTY5IDQgNyA4LjA0Mjk2OSA3IDEzIEMgNyAxNC45MTc5NjkgNy44NDM3NSAxNi45MDYyNSA5IDE4LjY4NzUgQyA5Ljg1OTM3NSAyMC4wMTE3MTkgMTAuODg2NzE5IDIxLjIzMDQ2OSAxMiAyMi4xNTYyNSBMIDEyIDI1IEMgMTIgMjYuMDkzNzUgMTIuOTA2MjUgMjcgMTQgMjcgTCAxNSAyOCBMIDE3IDI4IEwgMTggMjcgQyAxOS4wOTM3NSAyNyAyMCAyNi4wOTM3NSAyMCAyNSBMIDIwIDIyLjE1NjI1IEMgMjEuMTEzMjgxIDIxLjIzMDQ2OSAyMi4xNDA2MjUgMjAuMDExNzE5IDIzIDE4LjY4NzUgQyAyNC4xNTYyNSAxNi45MDYyNSAyNSAxNC45MTc5NjkgMjUgMTMgQyAyNSA4LjA0Mjk2OSAyMC45NTcwMzEgNCAxNiA0IFogTSAxNiA2IEMgMTkuODc4OTA2IDYgMjMgOS4xMjEwOTQgMjMgMTMgQyAyMyAxNC4zMDg1OTQgMjIuMzU1NDY5IDE2LjAzNTE1NiAyMS4zNDM3NSAxNy41OTM3NSBDIDIwLjQ0MTQwNiAxOC45ODQzNzUgMTkuMjUzOTA2IDIwLjIyMjY1NiAxOC4xNTYyNSAyMSBMIDEzLjg0Mzc1IDIxIEMgMTIuNzQ2MDk0IDIwLjIyMjY1NiAxMS41NTg1OTQgMTguOTg0Mzc1IDEwLjY1NjI1IDE3LjU5Mzc1IEMgOS42NDQ1MzEgMTYuMDM1MTU2IDkgMTQuMzA4NTk0IDkgMTMgQyA5IDkuMTIxMDk0IDEyLjEyMTA5NCA2IDE2IDYgWiBNIDE0LjI1IDIzIEwgMTcuNzUgMjMgQyAxNy44MjgxMjUgMjMuMDU0Njg4IDE3LjkxMDE1NiAyMy4wOTM3NSAxOCAyMy4xMjUgTCAxOCAyNSBMIDE0IDI1IEwgMTQgMjMuMTI1IEMgMTQuMDg5ODQ0IDIzLjA5Mzc1IDE0LjE3MTg3NSAyMy4wNTQ2ODggMTQuMjUgMjMgWiIvPjwvc3ZnPg==", Zc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSA1IEwgMTEgMTEgTCA1IDExIEwgNSAxMyBMIDExIDEzIEwgMTEgMTkgTCA1IDE5IEwgNSAyMSBMIDExIDIxIEwgMTEgMjcgTCAxMyAyNyBMIDEzIDIxIEwgMTkgMjEgTCAxOSAyNyBMIDIxIDI3IEwgMjEgMjEgTCAyNyAyMSBMIDI3IDE5IEwgMjEgMTkgTCAyMSAxMyBMIDI3IDEzIEwgMjcgMTEgTCAyMSAxMSBMIDIxIDUgTCAxOSA1IEwgMTkgMTEgTCAxMyAxMSBMIDEzIDUgWiBNIDEzIDEzIEwgMTkgMTMgTCAxOSAxOSBMIDEzIDE5IFoiLz48L3N2Zz4=", Xc = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5IDQgQyA3LjM0NiA0IDYgNS4zNDYgNiA3IEMgNiA4LjMwMTYwOTQgNi44Mzg3NDg2IDkuNDAyMTM5MSA4IDkuODE2NDA2MiBMIDggMTEuMzA0Njg4IEwgOCAyMy4yMDcwMzEgTCA4IDI3LjAyMzQzOCBDIDggMjcuNTYzNDM4IDguNDM2NTYyNSAyOCA4Ljk3NjU2MjUgMjggTCA5LjAyMzQzNzUgMjggQyA5LjU2MzQzNzUgMjggMTAgMjcuNTYzNDM3IDEwIDI3LjAyMzQzOCBMIDEwIDIyLjIyODUxNiBDIDEwLjMzNDcwNyAyMS44Mzk3NTYgMTEuMTM4NDIzIDIxLjA0Njg3NSAxMy40NDUzMTIgMjEuMDQ2ODc1IEMgMTQuNjY5MzEzIDIxLjA0Njg3NSAxNS42NzA0MjIgMjEuNDczNzgxIDE2LjczMjQyMiAyMS45MjU3ODEgQyAxNy43Njk0MjIgMjIuMzY3NzgxIDE4Ljg0MTg5MSAyMi44MjQyMTkgMjAuMDg3ODkxIDIyLjgyNDIxOSBDIDIyLjQ0Njg5MSAyMi44MjQyMTkgMjQuMDQ5Mzc1IDIxLjU4NDY4OCAyNC43MzQzNzUgMjEuMDU0Njg4IEwgMjQuODg2NzE5IDIwLjkzOTQ1MyBDIDI1LjQzNzcxOSAyMC41NDA0NTMgMjYgMTkuOTk2IDI2IDE5IEwgMjYgMTAuNjc1NzgxIEMgMjYgOS43Njc3ODEyIDI1LjIyMTgyOCA5IDI0LjI5ODgyOCA5IEMgMjMuODAzODI4IDkgMjMuNDQwNDA2IDkuMjg2NTkzNyAyMi45NDE0MDYgOS42ODM1OTM4IEMgMjIuMjc5NDA2IDEwLjIwNzU5NCAyMS4yODA4OTEgMTEgMjAuMDg3ODkxIDExIEMgMTkuMjcyODkxIDExIDE4LjQ3NzY4OCAxMC42MTk3MzQgMTcuNTU0Njg4IDEwLjE3NzczNCBDIDE2LjQwMzY4NyA5LjYyNTczNDQgMTUuMDk4MzU5IDkgMTMuNDQzMzU5IDkgQyAxMi4zMDgyNTcgOSAxMS40MjE2ODcgOS4xODgzMzkzIDEwLjcxMjg5MSA5LjQ1NzAzMTIgQyAxMS40ODkwNzEgOC45MTQxODI0IDEyIDguMDE2NzgwMiAxMiA3IEMgMTIgNS4zNDYgMTAuNjU0IDQgOSA0IHogTSA5IDYgQyA5LjU1MiA2IDEwIDYuNDQ5IDEwIDcgQyAxMCA3LjU1MSA5LjU1MiA4IDkgOCBDIDguNDQ4IDggOCA3LjU1MSA4IDcgQyA4IDYuNDQ5IDguNDQ4IDYgOSA2IHogTSAxMy40NDMzNTkgMTEgQyAxNC42NDUzNTkgMTEgMTUuNjM4NDA2IDExLjQ3NjQ2OSAxNi42OTE0MDYgMTEuOTgwNDY5IEMgMTcuNzM2NDA2IDEyLjQ4MjQ2OSAxOC44MTc4OTEgMTMgMjAuMDg3ODkxIDEzIEMgMjEuODQyODkxIDEzIDIzLjE1ODA0NyAxMi4wNTQ0ODQgMjMuOTk4MDQ3IDExLjM5NjQ4NCBMIDIzLjk5ODA0NyAxOS4wNjY0MDYgQyAyMy45OTcwNDcgMTkuMDcwNDA2IDIzLjk1Mjk4NCAxOS4xNDUyNjYgMjMuNzA4OTg0IDE5LjMyMjI2NiBMIDIzLjUwOTc2NiAxOS40NzQ2MDkgQyAyMi45NDI3NjYgMTkuOTEyNjA5IDIxLjc2Mjg5MSAyMC44MjQyMTkgMjAuMDg3ODkxIDIwLjgyNDIxOSBDIDE5LjI0OTg5MSAyMC44MjQyMTkgMTguNDQ2NjI1IDIwLjQ4MjkzNyAxNy41MTU2MjUgMjAuMDg1OTM4IEMgMTYuMzcyNjI1IDE5LjU5NzkzOCAxNS4wNzYzNTkgMTkuMDQ0OTIyIDEzLjQ0MzM1OSAxOS4wNDQ5MjIgQyAxMS44OTEzNTkgMTkuMDQ0OTIyIDEwLjc4NiAxOS4zNTggMTAgMTkuNzUgTCAxMCAxMi4zNjEzMjggQyAxMC4zNDUgMTEuOTA1MzI4IDExLjEzMjM1OSAxMSAxMy40NDMzNTkgMTEgeiIvPjwvc3ZnPg==", eA = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuODMyMDMxIDQgOC4xNTIzNDQgNi4xMTMyODEgNiA5LjM0Mzc1IEwgNiA2IEwgNCA2IEwgNCAxMyBMIDExIDEzIEwgMTEgMTEgTCA3LjM3NSAxMSBDIDkuMTAxNTYzIDguMDE5NTMxIDEyLjI5Njg3NSA2IDE2IDYgQyAyMS41MzUxNTYgNiAyNiAxMC40NjQ4NDQgMjYgMTYgQyAyNiAyMS41MzUxNTYgMjEuNTM1MTU2IDI2IDE2IDI2IEMgMTAuNDY0ODQ0IDI2IDYgMjEuNTM1MTU2IDYgMTYgTCA0IDE2IEMgNCAyMi42MTcxODggOS4zODI4MTMgMjggMTYgMjggQyAyMi42MTcxODggMjggMjggMjIuNjE3MTg4IDI4IDE2IEMgMjggOS4zODI4MTMgMjIuNjE3MTg4IDQgMTYgNCBaIE0gMTUgOCBMIDE1IDE3IEwgMjIgMTcgTCAyMiAxNSBMIDE3IDE1IEwgMTcgOCBaIi8+PC9zdmc+Cg==";
16543
+ const tA = Y({
16533
16544
  name: "Header",
16534
16545
  setup(e) {
16535
16546
  const { state: t, updateSearch: n, updateActiveGroup: a } = Z("store"), f = $(() => !t.options.hideSearch), s = $(() => !t.options.hideGroupIcons), i = JSON.parse(JSON.stringify(t.orderedGroupKeys)), r = $(
@@ -16557,34 +16568,34 @@ const nA = Y({
16557
16568
  placeholder: r,
16558
16569
  icons: {
16559
16570
  smileys_people: Vf,
16560
- animals_nature: Wc,
16561
- food_drink: Kc,
16562
- activities: Jc,
16563
- travel_places: Gc,
16564
- objects: Zc,
16565
- symbols: Xc,
16566
- flags: eA,
16571
+ animals_nature: Hc,
16572
+ food_drink: Wc,
16573
+ activities: Kc,
16574
+ travel_places: Jc,
16575
+ objects: Gc,
16576
+ symbols: Zc,
16577
+ flags: Xc,
16567
16578
  ...t.options.groupIcons,
16568
- recent: tA
16579
+ recent: eA
16569
16580
  }
16570
16581
  };
16571
16582
  }
16572
- }), aA = {
16583
+ }), nA = {
16573
16584
  key: 0,
16574
16585
  class: "v3-header"
16575
- }, fA = {
16586
+ }, aA = {
16576
16587
  key: 0,
16577
16588
  class: "v3-groups"
16578
- }, sA = ["onClick"], iA = ["title"], oA = ["src"], lA = {
16589
+ }, fA = ["onClick"], sA = ["title"], iA = ["src"], oA = {
16579
16590
  key: 1,
16580
16591
  class: "v3-spacing"
16581
- }, rA = {
16592
+ }, lA = {
16582
16593
  key: 2,
16583
16594
  class: "v3-search"
16584
- }, cA = ["placeholder"];
16585
- function AA(e, t, n, a, f, s) {
16586
- return e.hasGroupIcons || e.hasSearch ? (l(), u("div", aA, [
16587
- e.hasGroupIcons ? (l(), u("div", fA, [
16595
+ }, rA = ["placeholder"];
16596
+ function cA(e, t, n, a, f, s) {
16597
+ return e.hasGroupIcons || e.hasSearch ? (l(), u("div", nA, [
16598
+ e.hasGroupIcons ? (l(), u("div", aA, [
16588
16599
  (l(!0), u(F, null, ie(e.orderedGroups, (i) => (l(), u("button", {
16589
16600
  key: i.key,
16590
16601
  type: "button",
@@ -16600,24 +16611,24 @@ function AA(e, t, n, a, f, s) {
16600
16611
  o("img", {
16601
16612
  src: e.icons[i.key],
16602
16613
  alt: ""
16603
- }, null, 8, oA)
16604
- ], 8, iA)
16605
- ], 10, sA))), 128))
16614
+ }, null, 8, iA)
16615
+ ], 8, sA)
16616
+ ], 10, fA))), 128))
16606
16617
  ])) : p("", !0),
16607
- e.hasGroupIcons && e.hasSearch ? (l(), u("div", lA)) : p("", !0),
16608
- e.hasSearch ? (l(), u("div", rA, [
16618
+ e.hasGroupIcons && e.hasSearch ? (l(), u("div", oA)) : p("", !0),
16619
+ e.hasSearch ? (l(), u("div", lA, [
16609
16620
  re(o("input", {
16610
16621
  "onUpdate:modelValue": t[0] || (t[0] = (i) => e.searchValue = i),
16611
16622
  type: "text",
16612
16623
  placeholder: e.placeholder
16613
- }, null, 8, cA), [
16624
+ }, null, 8, rA), [
16614
16625
  [ot, e.searchValue]
16615
16626
  ])
16616
16627
  ])) : p("", !0)
16617
16628
  ])) : p("", !0);
16618
16629
  }
16619
- var uA = /* @__PURE__ */ Ct(nA, [["render", AA]]);
16620
- const dA = Y({
16630
+ var AA = /* @__PURE__ */ Ct(tA, [["render", cA]]);
16631
+ const uA = Y({
16621
16632
  name: "Header",
16622
16633
  setup() {
16623
16634
  const { state: e, updateSkinTone: t } = Z("store"), n = b(!1), a = b(!1), f = $(() => e.skinTone), s = $(
@@ -16642,7 +16653,7 @@ const dA = Y({
16642
16653
  }
16643
16654
  ), {
16644
16655
  emoji: A,
16645
- SKIN_TONES: sr,
16656
+ SKIN_TONES: fr,
16646
16657
  updateSkinToneState: c,
16647
16658
  skinTone: n,
16648
16659
  stateSkinTone: f,
@@ -16658,24 +16669,24 @@ const dA = Y({
16658
16669
  hasError: a
16659
16670
  };
16660
16671
  }
16661
- }), gA = { class: "v3-foot-left" }, mA = { key: 0 }, pA = ["alt", "src"], hA = { class: "v3-text" }, yA = { class: "v3-text" }, vA = ["onClick"];
16662
- function bA(e, t, n, a, f, s) {
16672
+ }), dA = { class: "v3-foot-left" }, gA = { key: 0 }, mA = ["alt", "src"], pA = { class: "v3-text" }, hA = { class: "v3-text" }, yA = ["onClick"];
16673
+ function vA(e, t, n, a, f, s) {
16663
16674
  return l(), u("div", {
16664
16675
  class: "v3-footer",
16665
16676
  onMouseleave: t[2] || (t[2] = (i) => e.updateSkinToneState(!1))
16666
16677
  }, [
16667
- o("div", gA, [
16678
+ o("div", dA, [
16668
16679
  o("span", {
16669
16680
  class: x([e.platform, "v3-icon"])
16670
16681
  }, [
16671
- e.native || e.hasError ? (l(), u("span", mA, D(e.unicodeToEmoji(e.emoji.r)), 1)) : (l(), u("img", {
16682
+ e.native || e.hasError ? (l(), u("span", gA, D(e.unicodeToEmoji(e.emoji.r)), 1)) : (l(), u("img", {
16672
16683
  key: 1,
16673
16684
  alt: e.unicodeToEmoji(e.emoji.r),
16674
16685
  src: e.emoji.src,
16675
16686
  onError: t[0] || (t[0] = (i) => e.hasError = !0)
16676
- }, null, 40, pA))
16687
+ }, null, 40, mA))
16677
16688
  ], 2),
16678
- o("span", hA, " :" + D(e.emoji[e.EMOJI_NAME_KEY][1] || e.emoji[e.EMOJI_NAME_KEY][0]) + ": ", 1)
16689
+ o("span", pA, " :" + D(e.emoji[e.EMOJI_NAME_KEY][1] || e.emoji[e.EMOJI_NAME_KEY][0]) + ": ", 1)
16679
16690
  ]),
16680
16691
  e.hasSkinTones ? (l(), u(F, { key: 0 }, [
16681
16692
  o("button", {
@@ -16683,7 +16694,7 @@ function bA(e, t, n, a, f, s) {
16683
16694
  class: "v3-tone",
16684
16695
  onClick: t[1] || (t[1] = (...i) => e.toggleSkinToneState && e.toggleSkinToneState(...i))
16685
16696
  }, [
16686
- o("span", yA, D(e.skinToneText), 1),
16697
+ o("span", hA, D(e.skinToneText), 1),
16687
16698
  o("span", {
16688
16699
  class: x(`v3-icon v3-tone-${e.stateSkinTone}`)
16689
16700
  }, null, 2)
@@ -16696,18 +16707,18 @@ function bA(e, t, n, a, f, s) {
16696
16707
  type: "button",
16697
16708
  class: x(["v3-skin-tone-" + i, "v3-skin-tone"]),
16698
16709
  onClick: (r) => e.selectSkinTone(i)
16699
- }, null, 10, vA))), 128))
16710
+ }, null, 10, yA))), 128))
16700
16711
  ], 2)
16701
16712
  ], 64)) : p("", !0)
16702
16713
  ], 32);
16703
16714
  }
16704
- var MA = /* @__PURE__ */ Ct(dA, [["render", bA]]);
16705
- const _A = Y({
16715
+ var bA = /* @__PURE__ */ Ct(uA, [["render", vA]]);
16716
+ const MA = Y({
16706
16717
  name: "PickerRoot",
16707
16718
  components: {
16708
- Header: uA,
16709
- Body: Hc,
16710
- Footer: MA
16719
+ Header: AA,
16720
+ Body: qc,
16721
+ Footer: bA
16711
16722
  },
16712
16723
  props: {
16713
16724
  type: {
@@ -16763,7 +16774,7 @@ const _A = Y({
16763
16774
  function v() {
16764
16775
  if (a.value && f.value && r) {
16765
16776
  let y = c.options.offset;
16766
- typeof y != "number" && (y = 6), zc(a.value, f.value, {
16777
+ typeof y != "number" && (y = 6), Oc(a.value, f.value, {
16767
16778
  placement: "bottom-end",
16768
16779
  modifiers: [
16769
16780
  {
@@ -16797,14 +16808,14 @@ const _A = Y({
16797
16808
  colorTheme: d
16798
16809
  };
16799
16810
  }
16800
- }), IA = {
16811
+ }), _A = {
16801
16812
  key: 0,
16802
16813
  class: "v3-input-emoji-picker"
16803
- }, wA = { class: "v3-input-picker-root" }, kA = ["value"], NA = ["value"], DA = ["src"];
16804
- function TA(e, t, n, a, f, s) {
16814
+ }, IA = { class: "v3-input-picker-root" }, wA = ["value"], kA = ["value"], NA = ["src"];
16815
+ function DA(e, t, n, a, f, s) {
16805
16816
  const i = Ft("Header"), r = Ft("Body"), A = Ft("Footer");
16806
- return e.isInputType ? (l(), u("div", IA, [
16807
- o("div", wA, [
16817
+ return e.isInputType ? (l(), u("div", _A, [
16818
+ o("div", IA, [
16808
16819
  e.type === "input" ? (l(), u("input", {
16809
16820
  key: 0,
16810
16821
  ref: "elem",
@@ -16813,14 +16824,14 @@ function TA(e, t, n, a, f, s) {
16813
16824
  class: "v3-emoji-picker-input",
16814
16825
  onInput: t[0] || (t[0] = (...c) => e.onChangeText && e.onChangeText(...c)),
16815
16826
  onBlur: t[1] || (t[1] = (...c) => e.updateCursor && e.updateCursor(...c))
16816
- }, null, 40, kA)) : (l(), u("textarea", {
16827
+ }, null, 40, wA)) : (l(), u("textarea", {
16817
16828
  key: 1,
16818
16829
  ref: "elem",
16819
16830
  value: e.input,
16820
16831
  class: "v3-emoji-picker-textarea",
16821
16832
  onInput: t[2] || (t[2] = (...c) => e.onChangeText && e.onChangeText(...c)),
16822
16833
  onBlur: t[3] || (t[3] = (...c) => e.updateCursor && e.updateCursor(...c))
16823
- }, null, 40, NA)),
16834
+ }, null, 40, kA)),
16824
16835
  o("div", {
16825
16836
  class: x(["v3-input-picker-wrap", e.open ? "v3-picker-is-open" : ""])
16826
16837
  }, [
@@ -16833,7 +16844,7 @@ function TA(e, t, n, a, f, s) {
16833
16844
  o("img", {
16834
16845
  src: e.face,
16835
16846
  alt: ""
16836
- }, null, 8, DA)
16847
+ }, null, 8, NA)
16837
16848
  ], 512),
16838
16849
  o("div", {
16839
16850
  ref: "picker",
@@ -16854,11 +16865,11 @@ function TA(e, t, n, a, f, s) {
16854
16865
  H(A)
16855
16866
  ], 2));
16856
16867
  }
16857
- var EA = /* @__PURE__ */ Ct(_A, [["render", TA]]);
16858
- const jA = Y({
16868
+ var TA = /* @__PURE__ */ Ct(MA, [["render", DA]]);
16869
+ const EA = Y({
16859
16870
  name: "Picker",
16860
16871
  components: {
16861
- PickerRoot: EA
16872
+ PickerRoot: TA
16862
16873
  },
16863
16874
  props: {
16864
16875
  native: {
@@ -16943,13 +16954,13 @@ const jA = Y({
16943
16954
  function a(s) {
16944
16955
  n.value = s || "", t("update:text", n.value);
16945
16956
  }
16946
- const f = jr();
16957
+ const f = Er();
16947
16958
  return f.updateOptions({
16948
16959
  native: e.native,
16949
16960
  hideSearch: e.hideSearch,
16950
16961
  hideGroupIcons: e.hideGroupIcons,
16951
16962
  hideGroupNames: e.hideGroupNames,
16952
- staticTexts: { ...ir, ...e.staticTexts },
16963
+ staticTexts: { ...sr, ...e.staticTexts },
16953
16964
  disableStickyGroupNames: e.disableStickyGroupNames,
16954
16965
  disabledGroups: e.disabledGroups,
16955
16966
  groupNames: { ...vf, ...e.groupNames },
@@ -16960,7 +16971,7 @@ const jA = Y({
16960
16971
  offset: e.offset,
16961
16972
  groupOrder: e.groupOrder,
16962
16973
  groupIcons: e.groupIcons,
16963
- colorTheme: or.includes(e.theme) ? e.theme : "light"
16974
+ colorTheme: ir.includes(e.theme) ? e.theme : "light"
16964
16975
  }), et("store", f), {
16965
16976
  type: e.pickerType,
16966
16977
  input: n,
@@ -16968,7 +16979,7 @@ const jA = Y({
16968
16979
  };
16969
16980
  }
16970
16981
  });
16971
- function xA(e, t, n, a, f, s) {
16982
+ function jA(e, t, n, a, f, s) {
16972
16983
  const i = Ft("picker-root");
16973
16984
  return l(), L(i, {
16974
16985
  type: e.type,
@@ -16977,8 +16988,8 @@ function xA(e, t, n, a, f, s) {
16977
16988
  "onUpdate:text": e.onChangeText
16978
16989
  }, null, 8, ["type", "text", "onUpdate:text"]);
16979
16990
  }
16980
- var VA = /* @__PURE__ */ Ct(jA, [["render", xA]]);
16981
- const SA = {
16991
+ var xA = /* @__PURE__ */ Ct(EA, [["render", jA]]);
16992
+ const VA = {
16982
16993
  __name: "ButtonEmojiPicker",
16983
16994
  props: {
16984
16995
  mode: {
@@ -17028,7 +17039,7 @@ const SA = {
17028
17039
  onMouseenter: g,
17029
17040
  onMouseleave: m
17030
17041
  }, [
17031
- H(k(VA), {
17042
+ H(k(xA), {
17032
17043
  native: !0,
17033
17044
  theme: a.value,
17034
17045
  "picker-type": "",
@@ -17042,10 +17053,10 @@ const SA = {
17042
17053
  })
17043
17054
  ], 64));
17044
17055
  }
17045
- }, u0 = /* @__PURE__ */ R(SA, [["__scopeId", "data-v-5fc30a01"]]), CA = { class: "context-menu__container" }, OA = { class: "context-menu__list" }, zA = ["onClick"], LA = ["src"], UA = {
17056
+ }, A0 = /* @__PURE__ */ R(VA, [["__scopeId", "data-v-5fc30a01"]]), SA = { class: "context-menu__container" }, CA = { class: "context-menu__list" }, OA = ["onClick"], zA = ["src"], LA = {
17046
17057
  key: 2,
17047
17058
  style: { "white-space": "nowrap" }
17048
- }, BA = { key: 3 }, RA = {
17059
+ }, UA = { key: 3 }, BA = {
17049
17060
  __name: "ContextMenu",
17050
17061
  props: {
17051
17062
  actions: {
@@ -17059,8 +17070,8 @@ const SA = {
17059
17070
  const i = n.actions[s];
17060
17071
  a("click", i);
17061
17072
  };
17062
- return (s, i) => (l(), u("div", CA, [
17063
- o("ul", OA, [
17073
+ return (s, i) => (l(), u("div", SA, [
17074
+ o("ul", CA, [
17064
17075
  (l(!0), u(F, null, ie(n.actions, (r, A) => (l(), u("li", {
17065
17076
  key: A,
17066
17077
  class: "context-menu__item",
@@ -17071,24 +17082,24 @@ const SA = {
17071
17082
  src: r.icon,
17072
17083
  width: "18",
17073
17084
  height: "18"
17074
- }, null, 8, LA)) : r.prime ? (l(), u("i", {
17085
+ }, null, 8, zA)) : r.prime ? (l(), u("i", {
17075
17086
  key: 1,
17076
17087
  class: x("pi pi-" + r.prime)
17077
17088
  }, null, 2)) : p("", !0),
17078
- r.title ? (l(), u("span", UA, D(r.title), 1)) : p("", !0),
17079
- r.description ? (l(), u("span", BA, D(r.description), 1)) : p("", !0)
17080
- ], 8, zA))), 128))
17089
+ r.title ? (l(), u("span", LA, D(r.title), 1)) : p("", !0),
17090
+ r.description ? (l(), u("span", UA, D(r.description), 1)) : p("", !0)
17091
+ ], 8, OA))), 128))
17081
17092
  ])
17082
17093
  ]));
17083
17094
  }
17084
- }, ct = /* @__PURE__ */ R(RA, [["__scopeId", "data-v-b45ccd2c"]]), mt = b([]), QA = (e) => {
17095
+ }, ct = /* @__PURE__ */ R(BA, [["__scopeId", "data-v-b45ccd2c"]]), mt = b([]), RA = (e) => {
17085
17096
  const t = b(0), n = mt.value.find(({ id: f }) => f == e);
17086
17097
  return n != null ? t.value = mt.value.indexOf(n) : (mt.value.push({
17087
17098
  id: e,
17088
17099
  text: ""
17089
17100
  }), t.value = mt.value.length - 1), { getModel: () => mt.value[t.value] };
17090
17101
  };
17091
- function $A(e, t = 500) {
17102
+ function QA(e, t = 500) {
17092
17103
  let n;
17093
17104
  return Xa((a, f) => ({
17094
17105
  get() {
@@ -17101,7 +17112,7 @@ function $A(e, t = 500) {
17101
17112
  }
17102
17113
  }));
17103
17114
  }
17104
- const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "40px" } }, PA = ["placeholder"], qA = /* @__PURE__ */ Y({
17115
+ const $A = { class: "feed-search__container" }, YA = { style: { "line-height": "40px" } }, FA = ["placeholder"], PA = /* @__PURE__ */ Y({
17105
17116
  __name: "FeedSearch",
17106
17117
  props: {
17107
17118
  isFeedLocation: {
@@ -17111,7 +17122,7 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17111
17122
  },
17112
17123
  emits: ["search", "cancel", "switch"],
17113
17124
  setup(e, { emit: t }) {
17114
- const n = Z("chatAppId"), { getModel: a } = QA(n), f = t, s = e, i = b(), r = $A("", 500), A = $(() => s.isFeedLocation ? "40px" : (s.isFeedLocation, "20px"));
17125
+ const n = Z("chatAppId"), { getModel: a } = RA(n), f = t, s = e, i = b(), r = QA("", 500), A = $(() => s.isFeedLocation ? "40px" : (s.isFeedLocation, "20px"));
17115
17126
  ee(
17116
17127
  () => [a().text, r.value],
17117
17128
  () => {
@@ -17127,8 +17138,8 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17127
17138
  d == null || d.focus();
17128
17139
  }), (d, g) => (l(), L(se, null, {
17129
17140
  default: W(() => [
17130
- o("div", YA, [
17131
- o("span", FA, D(k(_e)("component.FeedSearch.SearchLabel")), 1),
17141
+ o("div", $A, [
17142
+ o("span", YA, D(k(_e)("component.FeedSearch.SearchLabel")), 1),
17132
17143
  re(o("input", {
17133
17144
  ref_key: "refInput",
17134
17145
  ref: i,
@@ -17136,7 +17147,7 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17136
17147
  class: "feed-search__input",
17137
17148
  type: "text",
17138
17149
  placeholder: k(_e)("component.FeedSearch.SearchPlaceholder")
17139
- }, null, 8, PA), [
17150
+ }, null, 8, FA), [
17140
17151
  [ot, k(a)().text]
17141
17152
  ]),
17142
17153
  o("i", {
@@ -17155,10 +17166,10 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17155
17166
  _: 1
17156
17167
  }));
17157
17168
  }
17158
- }), d0 = /* @__PURE__ */ R(qA, [["__scopeId", "data-v-3829c95c"]]), HA = { class: "feed-found-item__avatar-container" }, WA = ["src"], KA = {
17169
+ }), u0 = /* @__PURE__ */ R(PA, [["__scopeId", "data-v-3829c95c"]]), qA = { class: "feed-found-item__avatar-container" }, HA = ["src"], WA = {
17159
17170
  key: 1,
17160
17171
  class: "pi pi-user"
17161
- }, JA = { class: "feed-found-item__info" }, GA = { class: "feed-found-item__first-line" }, ZA = { class: "feed-found-item__name" }, XA = { class: "feed-found-item__time" }, eu = { class: "feed-found-item__second-line" }, tu = ["src"], nu = /* @__PURE__ */ Y({
17172
+ }, KA = { class: "feed-found-item__info" }, JA = { class: "feed-found-item__first-line" }, GA = { class: "feed-found-item__name" }, ZA = { class: "feed-found-item__time" }, XA = { class: "feed-found-item__second-line" }, eu = ["src"], tu = /* @__PURE__ */ Y({
17162
17173
  __name: "FeedFoundItem",
17163
17174
  props: {
17164
17175
  object: {
@@ -17183,27 +17194,27 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17183
17194
  return (a, f) => (l(), u("div", {
17184
17195
  class: x(["feed-found-item__container", { "feed-found-item__selected-container": e.selected }])
17185
17196
  }, [
17186
- o("div", HA, [
17197
+ o("div", qA, [
17187
17198
  e.object.avatar ? (l(), u("img", {
17188
17199
  key: 0,
17189
17200
  src: e.object.avatar,
17190
17201
  width: "48",
17191
17202
  height: "48"
17192
- }, null, 8, WA)) : (l(), u("span", KA))
17203
+ }, null, 8, HA)) : (l(), u("span", WA))
17193
17204
  ]),
17194
- o("div", JA, [
17195
- o("div", GA, [
17196
- o("p", ZA, D(e.object.subtext), 1),
17197
- o("p", XA, D(e.object.time), 1)
17205
+ o("div", KA, [
17206
+ o("div", JA, [
17207
+ o("p", GA, D(e.object.subtext), 1),
17208
+ o("p", ZA, D(e.object.time), 1)
17198
17209
  ]),
17199
- o("div", eu, [
17210
+ o("div", XA, [
17200
17211
  e.object.type == "message.image" ? (l(), u("img", {
17201
17212
  key: 0,
17202
17213
  src: e.object.url,
17203
17214
  style: { "margin-right": "3px" },
17204
17215
  width: "24",
17205
17216
  height: "24"
17206
- }, null, 8, tu)) : p("", !0),
17217
+ }, null, 8, eu)) : p("", !0),
17207
17218
  n.value ? (l(), u("span", {
17208
17219
  key: 1,
17209
17220
  class: x(n.value),
@@ -17214,10 +17225,10 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17214
17225
  ])
17215
17226
  ], 2));
17216
17227
  }
17217
- }), au = /* @__PURE__ */ R(nu, [["__scopeId", "data-v-3b5c941e"]]), fu = { style: { "padding-left": "12px" } }, su = ["onClick"], iu = {
17228
+ }), nu = /* @__PURE__ */ R(tu, [["__scopeId", "data-v-3b5c941e"]]), au = { style: { "padding-left": "12px" } }, fu = ["onClick"], su = {
17218
17229
  key: 1,
17219
17230
  class: "feed-found-objects__placeholder"
17220
- }, ou = /* @__PURE__ */ Y({
17231
+ }, iu = /* @__PURE__ */ Y({
17221
17232
  __name: "FeedFoundObjects",
17222
17233
  props: {
17223
17234
  objects: {
@@ -17243,7 +17254,7 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17243
17254
  c.scrollHeight - c.scrollTop - c.clientHeight <= 0 && n("loadMore");
17244
17255
  };
17245
17256
  return (c, d) => (l(), u(F, null, [
17246
- o("h3", fu, D(k(_e)("component.FeedFoundObjects.results")) + ": " + D(e.foundAmount), 1),
17257
+ o("h3", au, D(k(_e)("component.FeedFoundObjects.results")) + ": " + D(e.foundAmount), 1),
17247
17258
  e.foundAmount > 0 ? (l(), u("div", {
17248
17259
  key: 0,
17249
17260
  ref_key: "refItems",
@@ -17255,20 +17266,20 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17255
17266
  key: g.messageId,
17256
17267
  onClick: (m) => r(g)
17257
17268
  }, [
17258
- H(au, {
17269
+ H(nu, {
17259
17270
  object: g,
17260
17271
  selected: g == s.value
17261
17272
  }, null, 8, ["object", "selected"])
17262
- ], 8, su))), 128))
17263
- ], 544)) : e.foundAmount == 0 ? (l(), u("div", iu, [
17273
+ ], 8, fu))), 128))
17274
+ ], 544)) : e.foundAmount == 0 ? (l(), u("div", su, [
17264
17275
  o("p", null, D(i.value), 1)
17265
17276
  ])) : p("", !0)
17266
17277
  ], 64));
17267
17278
  }
17268
- }), g0 = /* @__PURE__ */ R(ou, [["__scopeId", "data-v-85e37019"]]), lu = { class: "audio-recorder__container" }, ru = { key: 0 }, cu = {
17279
+ }), d0 = /* @__PURE__ */ R(iu, [["__scopeId", "data-v-85e37019"]]), ou = { class: "audio-recorder__container" }, lu = { key: 0 }, ru = {
17269
17280
  key: 1,
17270
17281
  class: "audio-recorder__recording-container"
17271
- }, Au = { class: "audio-recorder__recording-time" }, uu = /* @__PURE__ */ Y({
17282
+ }, cu = { class: "audio-recorder__recording-time" }, Au = /* @__PURE__ */ Y({
17272
17283
  __name: "AudioRecorder",
17273
17284
  props: {
17274
17285
  state: {
@@ -17328,11 +17339,11 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17328
17339
  () => {
17329
17340
  n().file || (N.value = void 0);
17330
17341
  }
17331
- ), (U, V) => (l(), u("div", lu, [
17332
- m.value === "uploading" ? (l(), u("div", ru, V[0] || (V[0] = [
17342
+ ), (U, V) => (l(), u("div", ou, [
17343
+ m.value === "uploading" ? (l(), u("div", lu, V[0] || (V[0] = [
17333
17344
  o("p", null, "Загрузка файла...", -1)
17334
17345
  ]))) : p("", !0),
17335
- _.value && m.value != "uploading" ? (l(), u("div", cu, [
17346
+ _.value && m.value != "uploading" ? (l(), u("div", ru, [
17336
17347
  V[3] || (V[3] = o("span", { class: "audio-recorder__recording-icon pi pi-circle-fill" }, null, -1)),
17337
17348
  o("button", {
17338
17349
  class: "audio-recorder__button audio-recorder__button-record",
@@ -17346,7 +17357,7 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17346
17357
  }, V[2] || (V[2] = [
17347
17358
  o("div", { class: "audio-recorder__stop" }, null, -1)
17348
17359
  ])),
17349
- o("span", Au, D(g.value), 1)
17360
+ o("span", cu, D(g.value), 1)
17350
17361
  ])) : p("", !0),
17351
17362
  !_.value && m.value != "uploading" && !k(n)().isRecording ? (l(), u("button", {
17352
17363
  key: 2,
@@ -17367,7 +17378,7 @@ const YA = { class: "feed-search__container" }, FA = { style: { "line-height": "
17367
17378
  ], 8, ["to"])) : p("", !0)
17368
17379
  ]));
17369
17380
  }
17370
- }), m0 = /* @__PURE__ */ R(uu, [["__scopeId", "data-v-44cda57d"]]);
17381
+ }), g0 = /* @__PURE__ */ R(Au, [["__scopeId", "data-v-44cda57d"]]);
17371
17382
  function Ot({ component: e, attrs: t, Modal: n, modalAttrs: a }) {
17372
17383
  return new Promise((f) => {
17373
17384
  const s = document.createElement("div");
@@ -17406,15 +17417,15 @@ function Ot({ component: e, attrs: t, Modal: n, modalAttrs: a }) {
17406
17417
  g.mount(s);
17407
17418
  });
17408
17419
  }
17409
- const du = ["data-theme"], gu = {
17420
+ const uu = ["data-theme"], du = {
17410
17421
  class: "modal",
17411
17422
  role: "dialog",
17412
17423
  "aria-labelledby": "modalTitle",
17413
17424
  "aria-describedby": "modalDescription"
17414
- }, mu = {
17425
+ }, gu = {
17415
17426
  id: "modalDescription",
17416
17427
  class: "modal-body"
17417
- }, pu = { class: "buttons" }, hu = {
17428
+ }, mu = { class: "buttons" }, pu = {
17418
17429
  __name: "Modal",
17419
17430
  props: {
17420
17431
  theme: {
@@ -17435,11 +17446,11 @@ const du = ["data-theme"], gu = {
17435
17446
  "data-theme": e.theme,
17436
17447
  onClick: a
17437
17448
  }, [
17438
- o("div", gu, [
17439
- o("div", mu, [
17449
+ o("div", du, [
17450
+ o("div", gu, [
17440
17451
  ne(f.$slots, "default", {}, void 0, !0)
17441
17452
  ]),
17442
- o("div", pu, [
17453
+ o("div", mu, [
17443
17454
  o("button", {
17444
17455
  type: "button",
17445
17456
  class: "btn-green",
@@ -17454,17 +17465,17 @@ const du = ["data-theme"], gu = {
17454
17465
  }, " Cancel ")
17455
17466
  ])
17456
17467
  ])
17457
- ], 8, du), [
17468
+ ], 8, uu), [
17458
17469
  [De, !0]
17459
17470
  ])
17460
17471
  ]),
17461
17472
  _: 3
17462
17473
  }));
17463
17474
  }
17464
- }, va = /* @__PURE__ */ R(hu, [["__scopeId", "data-v-bfa49925"]]), p0 = async (e, t, n) => {
17475
+ }, va = /* @__PURE__ */ R(pu, [["__scopeId", "data-v-bfa49925"]]), m0 = async (e, t, n) => {
17465
17476
  const a = await Ot({
17466
17477
  //в component должен быть встроен emit change(key: value)
17467
- component: import("./SelectUser2-DYJ0yEGm.js"),
17478
+ component: import("./SelectUser2-DW5_y59E.js"),
17468
17479
  attrs: {
17469
17480
  title: e,
17470
17481
  users: t
@@ -17475,7 +17486,7 @@ const du = ["data-theme"], gu = {
17475
17486
  }
17476
17487
  });
17477
17488
  return console.log("data", a), a;
17478
- }, h0 = async (e, t) => {
17489
+ }, p0 = async (e, t) => {
17479
17490
  const n = await Ot({
17480
17491
  //в component должен быть встроен emit change(key: value)
17481
17492
  component: import("./CreateChat-B7Kq9eRQ.js"),
@@ -17488,7 +17499,7 @@ const du = ["data-theme"], gu = {
17488
17499
  }
17489
17500
  });
17490
17501
  return console.log("data", n), n;
17491
- }, y0 = async (e, t) => await Ot({
17502
+ }, h0 = async (e, t) => await Ot({
17492
17503
  //в component должен быть встроен emit change(key: value)
17493
17504
  component: import("./CreateChat2-A8L9xv_j.js"),
17494
17505
  attrs: {
@@ -17498,12 +17509,12 @@ const du = ["data-theme"], gu = {
17498
17509
  modalAttrs: {
17499
17510
  theme: t
17500
17511
  }
17501
- }), yu = ["data-theme"], vu = {
17512
+ }), hu = ["data-theme"], yu = {
17502
17513
  class: "modal",
17503
17514
  role: "dialog",
17504
17515
  "aria-labelledby": "modalTitle",
17505
17516
  "aria-describedby": "modalDescription"
17506
- }, bu = {
17517
+ }, vu = {
17507
17518
  __name: "ModalNoFooter",
17508
17519
  props: {
17509
17520
  theme: {
@@ -17524,19 +17535,19 @@ const du = ["data-theme"], gu = {
17524
17535
  class: "modal-backdrop",
17525
17536
  onClick: a
17526
17537
  }, [
17527
- o("div", vu, [
17538
+ o("div", yu, [
17528
17539
  ne(f.$slots, "default", {}, void 0, !0)
17529
17540
  ])
17530
- ], 8, yu), [
17541
+ ], 8, hu), [
17531
17542
  [De, !0]
17532
17543
  ])
17533
17544
  ]),
17534
17545
  _: 3
17535
17546
  }));
17536
17547
  }
17537
- }, Of = /* @__PURE__ */ R(bu, [["__scopeId", "data-v-2d8b60f8"]]), v0 = async (e, t, n, a, f, s) => await Ot({
17548
+ }, Of = /* @__PURE__ */ R(vu, [["__scopeId", "data-v-2d8b60f8"]]), y0 = async (e, t, n, a, f, s) => await Ot({
17538
17549
  //в component должен быть встроен emit change(key: value)
17539
- component: import("./CreateDialog-DsVGYOi0.js"),
17550
+ component: import("./CreateDialog-DXvbyfrk.js"),
17540
17551
  attrs: {
17541
17552
  title: e,
17542
17553
  name: t,
@@ -17548,21 +17559,21 @@ const du = ["data-theme"], gu = {
17548
17559
  modalAttrs: {
17549
17560
  theme: s
17550
17561
  }
17551
- }), Mu = async (e) => await Ot({
17562
+ }), bu = async (e) => await Ot({
17552
17563
  //в component должен быть встроен emit change(key: value)
17553
- component: import("./ModalVideoRecorder-acwLeo-_.js"),
17564
+ component: import("./ModalVideoRecorder-YSEpkpIg.js"),
17554
17565
  attrs: {},
17555
17566
  Modal: Of,
17556
17567
  modalAttrs: {
17557
17568
  theme: e
17558
17569
  }
17559
- }), _u = {
17570
+ }), Mu = {
17560
17571
  key: 0,
17561
17572
  class: "video-recorder__container"
17562
- }, Iu = {
17573
+ }, _u = {
17563
17574
  key: 1,
17564
17575
  class: "video-recorder__container"
17565
- }, wu = /* @__PURE__ */ Y({
17576
+ }, Iu = /* @__PURE__ */ Y({
17566
17577
  __name: "VideoRecorder",
17567
17578
  props: {
17568
17579
  state: {
@@ -17578,7 +17589,7 @@ const du = ["data-theme"], gu = {
17578
17589
  const t = Z("chatAppId"), { getMessage: n, setMessageFile: a, setRecordingMessage: f, resetMessageFile: s } = Ne(t), { getTheme: i } = Ee(t), r = b(""), A = b(), c = e, d = async () => {
17579
17590
  if (!n().file && c.state == "active") {
17580
17591
  const m = i().theme ? i().theme : "";
17581
- await Mu(m).then(async (_) => {
17592
+ await bu(m).then(async (_) => {
17582
17593
  _.videoFile && (r.value = "uploading", f(!0), await Tn(c.filebumpUrl, _.videoFile).then((v) => {
17583
17594
  if (f(!1), r.value = v.status, v.status == "success") {
17584
17595
  a({
@@ -17611,7 +17622,7 @@ const du = ["data-theme"], gu = {
17611
17622
  n().file || (A.value = void 0);
17612
17623
  }
17613
17624
  ), (m, _) => (l(), u(F, null, [
17614
- k(n)().isRecording ? p("", !0) : (l(), u("div", _u, [
17625
+ k(n)().isRecording ? p("", !0) : (l(), u("div", Mu, [
17615
17626
  r.value != "uploading" ? (l(), u("button", {
17616
17627
  key: 0,
17617
17628
  class: x(["video-recorder__button", { "video-recorder__button-disabled": e.state == "disabled" || k(n)().file }]),
@@ -17620,7 +17631,7 @@ const du = ["data-theme"], gu = {
17620
17631
  o("span", { class: "pi pi-video" }, null, -1)
17621
17632
  ]), 2)) : p("", !0)
17622
17633
  ])),
17623
- r.value === "uploading" ? (l(), u("div", Iu, _[1] || (_[1] = [
17634
+ r.value === "uploading" ? (l(), u("div", _u, _[1] || (_[1] = [
17624
17635
  o("p", null, "Загрузка файла...", -1)
17625
17636
  ]))) : p("", !0),
17626
17637
  k(n)().file ? (l(), L(ve, {
@@ -17635,7 +17646,7 @@ const du = ["data-theme"], gu = {
17635
17646
  ], 8, ["to"])) : p("", !0)
17636
17647
  ], 64));
17637
17648
  }
17638
- }), b0 = /* @__PURE__ */ R(wu, [["__scopeId", "data-v-f84e976e"]]), ku = /* @__PURE__ */ Y({
17649
+ }), v0 = /* @__PURE__ */ R(Iu, [["__scopeId", "data-v-f84e976e"]]), wu = /* @__PURE__ */ Y({
17639
17650
  __name: "ButtonCommandsSelector",
17640
17651
  props: {
17641
17652
  commands: {
@@ -17692,14 +17703,14 @@ const du = ["data-theme"], gu = {
17692
17703
  _: 1
17693
17704
  }));
17694
17705
  }
17695
- }), M0 = /* @__PURE__ */ R(ku, [["__scopeId", "data-v-88b344d4"]]), Nu = { class: "splash__container" }, Du = /* @__PURE__ */ Y({
17706
+ }), b0 = /* @__PURE__ */ R(wu, [["__scopeId", "data-v-88b344d4"]]), ku = { class: "splash__container" }, Nu = /* @__PURE__ */ Y({
17696
17707
  __name: "SplashScreen",
17697
17708
  emits: ["action"],
17698
17709
  setup(e, { emit: t }) {
17699
17710
  const n = t, a = () => {
17700
17711
  n("action");
17701
17712
  };
17702
- return (f, s) => (l(), u("div", Nu, [
17713
+ return (f, s) => (l(), u("div", ku, [
17703
17714
  ne(f.$slots, "title", {}, void 0, !0),
17704
17715
  ne(f.$slots, "text", {}, void 0, !0),
17705
17716
  o("div", {
@@ -17710,13 +17721,13 @@ const du = ["data-theme"], gu = {
17710
17721
  ])
17711
17722
  ]));
17712
17723
  }
17713
- }), _0 = /* @__PURE__ */ R(Du, [["__scopeId", "data-v-6dca1cbc"]]), Tu = { class: "call-message__text-container" }, Eu = { key: 0 }, ju = { class: "call-message__reply-description" }, xu = {
17724
+ }), M0 = /* @__PURE__ */ R(Nu, [["__scopeId", "data-v-6dca1cbc"]]), Du = { class: "call-message__text-container" }, Tu = { key: 0 }, Eu = { class: "call-message__reply-description" }, ju = {
17714
17725
  key: 0,
17715
17726
  class: "call-message__title"
17716
- }, Vu = {
17727
+ }, xu = {
17717
17728
  key: 1,
17718
17729
  class: "call-message__title"
17719
- }, Su = { key: 1 }, Cu = /* @__PURE__ */ Y({
17730
+ }, Vu = { key: 1 }, Su = /* @__PURE__ */ Y({
17720
17731
  __name: "ReplyCallMessage",
17721
17732
  props: {
17722
17733
  message: {
@@ -17731,16 +17742,16 @@ const du = ["data-theme"], gu = {
17731
17742
  class: x(["call-message__icon pi pi-phone", { "call-message__icon-missed": e.message.isMissedCall }])
17732
17743
  }, null, 2)
17733
17744
  ]),
17734
- o("div", Tu, [
17735
- e.message.header ? (l(), u("p", Eu, D(e.message.header), 1)) : p("", !0),
17736
- o("div", ju, [
17737
- e.message.isMissedCall ? (l(), u("span", Vu, " Пропущенный аудиозвонок ")) : (l(), u("span", xu, " Аудиозвонок "))
17745
+ o("div", Du, [
17746
+ e.message.header ? (l(), u("p", Tu, D(e.message.header), 1)) : p("", !0),
17747
+ o("div", Eu, [
17748
+ e.message.isMissedCall ? (l(), u("span", xu, " Пропущенный аудиозвонок ")) : (l(), u("span", ju, " Аудиозвонок "))
17738
17749
  ]),
17739
- e.message.callDuration ? (l(), u("p", Su, D(e.message.callDuration), 1)) : p("", !0)
17750
+ e.message.callDuration ? (l(), u("p", Vu, D(e.message.callDuration), 1)) : p("", !0)
17740
17751
  ])
17741
17752
  ], 64));
17742
17753
  }
17743
- }), Ou = /* @__PURE__ */ R(Cu, [["__scopeId", "data-v-72ef3094"]]), zu = { class: "reply__reset" }, At = /* @__PURE__ */ Y({
17754
+ }), Cu = /* @__PURE__ */ R(Su, [["__scopeId", "data-v-72ef3094"]]), Ou = { class: "reply__reset" }, At = /* @__PURE__ */ Y({
17744
17755
  __name: "BaseReplyMessage",
17745
17756
  props: {
17746
17757
  message: {
@@ -17752,12 +17763,12 @@ const du = ["data-theme"], gu = {
17752
17763
  const n = t, a = e, f = () => {
17753
17764
  a.message && n("reply", a.message.messageId);
17754
17765
  }, s = (r) => ({
17755
- "message.text": Y1,
17756
- "message.image": J1,
17757
- "message.file": pg,
17758
- "message.audio": ng,
17759
- "message.video": rg,
17760
- "message.call": Ou
17766
+ "message.text": $1,
17767
+ "message.image": K1,
17768
+ "message.file": mg,
17769
+ "message.audio": tg,
17770
+ "message.video": lg,
17771
+ "message.call": Cu
17761
17772
  })[r], i = (r) => ({
17762
17773
  "message.text": "",
17763
17774
  "message.image": "grid",
@@ -17773,7 +17784,7 @@ const du = ["data-theme"], gu = {
17773
17784
  onClick: f
17774
17785
  }, [
17775
17786
  (l(), L(tf(s((d = e.message) == null ? void 0 : d.type)), { message: e.message }, null, 8, ["message"])),
17776
- o("div", zu, [
17787
+ o("div", Ou, [
17777
17788
  o("span", {
17778
17789
  class: "pi pi-times",
17779
17790
  onClick: A[0] || (A[0] = (g) => n("reset"))
@@ -17782,7 +17793,7 @@ const du = ["data-theme"], gu = {
17782
17793
  ], 2);
17783
17794
  };
17784
17795
  }
17785
- }), Lu = { class: "link-preview" }, Uu = { class: "link-preview__container" }, Bu = ["href"], Ru = { class: "link-preview__title" }, Qu = { class: "link-preview__description" }, $u = ["src", "alt"], Yu = /* @__PURE__ */ Y({
17796
+ }), zu = { class: "link-preview" }, Lu = { class: "link-preview__container" }, Uu = ["href"], Bu = { class: "link-preview__title" }, Ru = { class: "link-preview__description" }, Qu = ["src", "alt"], $u = /* @__PURE__ */ Y({
17786
17797
  __name: "LinkPreview",
17787
17798
  props: {
17788
17799
  linkPreview: {
@@ -17791,25 +17802,25 @@ const du = ["data-theme"], gu = {
17791
17802
  }
17792
17803
  },
17793
17804
  setup(e) {
17794
- return (t, n) => (l(), u("div", Lu, [
17795
- o("div", Uu, [
17805
+ return (t, n) => (l(), u("div", zu, [
17806
+ o("div", Lu, [
17796
17807
  o("a", {
17797
17808
  class: "link-preview__link-container",
17798
17809
  href: e.linkPreview.url,
17799
17810
  target: "_blank"
17800
17811
  }, [
17801
- o("p", Ru, D(e.linkPreview.title), 1),
17802
- o("p", Qu, D(e.linkPreview.description), 1),
17812
+ o("p", Bu, D(e.linkPreview.title), 1),
17813
+ o("p", Ru, D(e.linkPreview.description), 1),
17803
17814
  o("img", {
17804
17815
  class: "link-preview__image",
17805
17816
  src: e.linkPreview.imageUrl,
17806
17817
  alt: e.linkPreview.title
17807
- }, null, 8, $u)
17808
- ], 8, Bu)
17818
+ }, null, 8, Qu)
17819
+ ], 8, Uu)
17809
17820
  ])
17810
17821
  ]));
17811
17822
  }
17812
- }), zt = /* @__PURE__ */ R(Yu, [["__scopeId", "data-v-29ecc769"]]), Fu = { class: "embed-preview" }, Pu = ["src"], qu = ["src"], Hu = ["src"], Wu = /* @__PURE__ */ Y({
17823
+ }), zt = /* @__PURE__ */ R($u, [["__scopeId", "data-v-29ecc769"]]), Yu = { class: "embed-preview" }, Fu = ["src"], Pu = ["src"], qu = ["src"], Hu = /* @__PURE__ */ Y({
17813
17824
  __name: "EmbedPreview",
17814
17825
  props: {
17815
17826
  embed: {
@@ -17818,7 +17829,7 @@ const du = ["data-theme"], gu = {
17818
17829
  }
17819
17830
  },
17820
17831
  setup(e) {
17821
- return (t, n) => (l(), u("div", Fu, [
17832
+ return (t, n) => (l(), u("div", Yu, [
17822
17833
  e.embed.type == "youtube" ? (l(), u("iframe", {
17823
17834
  key: 0,
17824
17835
  class: "embed-preview__player",
@@ -17826,7 +17837,7 @@ const du = ["data-theme"], gu = {
17826
17837
  title: "YouTube video player",
17827
17838
  frameborder: "0",
17828
17839
  allowfullscreen: ""
17829
- }, null, 8, Pu)) : e.embed.type == "rutube" ? (l(), u("iframe", {
17840
+ }, null, 8, Fu)) : e.embed.type == "rutube" ? (l(), u("iframe", {
17830
17841
  key: 1,
17831
17842
  class: "embed-preview__player",
17832
17843
  src: e.embed.url,
@@ -17836,23 +17847,23 @@ const du = ["data-theme"], gu = {
17836
17847
  webkitAllowFullScreen: "",
17837
17848
  mozallowfullscreen: "",
17838
17849
  allowFullScreen: ""
17839
- }, null, 8, qu)) : (l(), u("iframe", {
17850
+ }, null, 8, Pu)) : (l(), u("iframe", {
17840
17851
  key: 2,
17841
17852
  class: "embed-preview__player",
17842
17853
  src: e.embed.url
17843
- }, null, 8, Hu))
17854
+ }, null, 8, qu))
17844
17855
  ]));
17845
17856
  }
17846
- }), Lt = /* @__PURE__ */ R(Wu, [["__scopeId", "data-v-5afd1397"]]), Ku = ["messageId"], Ju = ["src"], Gu = {
17857
+ }), Lt = /* @__PURE__ */ R(Hu, [["__scopeId", "data-v-5afd1397"]]), Wu = ["messageId"], Ku = ["src"], Ju = {
17847
17858
  key: 1,
17848
17859
  class: "file-message__subtext"
17849
- }, Zu = ["href"], Xu = { class: "file-message__filename-text" }, ed = {
17860
+ }, Gu = ["href"], Zu = { class: "file-message__filename-text" }, Xu = {
17850
17861
  key: 1,
17851
17862
  class: "file-message__text-container"
17852
- }, td = ["innerHTML"], nd = { class: "file-message__info-container" }, ad = { class: "file-message__time" }, fd = {
17863
+ }, ed = ["innerHTML"], td = { class: "file-message__info-container" }, nd = { class: "file-message__time" }, ad = {
17853
17864
  key: 0,
17854
17865
  class: "pi pi-check"
17855
- }, sd = /* @__PURE__ */ Y({
17866
+ }, fd = /* @__PURE__ */ Y({
17856
17867
  __name: "FileMessage",
17857
17868
  props: {
17858
17869
  message: {
@@ -17906,8 +17917,8 @@ const du = ["data-theme"], gu = {
17906
17917
  height: "32",
17907
17918
  width: "32",
17908
17919
  style: ce({ gridRow: e.message.subText ? "2" : "1" })
17909
- }, null, 12, Ju)) : p("", !0),
17910
- e.message.subText ? (l(), u("p", Gu, D(e.message.subText), 1)) : p("", !0),
17920
+ }, null, 12, Ku)) : p("", !0),
17921
+ e.message.subText ? (l(), u("p", Ju, D(e.message.subText), 1)) : p("", !0),
17911
17922
  o("div", {
17912
17923
  class: "file-message__content",
17913
17924
  style: ce({ gridRow: e.message.subText ? "2" : "1" }),
@@ -17926,16 +17937,16 @@ const du = ["data-theme"], gu = {
17926
17937
  target: "_blank"
17927
17938
  }, [
17928
17939
  y[1] || (y[1] = o("span", { class: "pi pi-file" }, null, -1)),
17929
- o("p", Xu, D(e.message.filename), 1),
17940
+ o("p", Zu, D(e.message.filename), 1),
17930
17941
  y[2] || (y[2] = o("div", { class: "file-message__download-button" }, [
17931
17942
  o("span", { class: "pi pi-download" })
17932
17943
  ], -1))
17933
- ], 8, Zu),
17934
- e.message.text ? (l(), u("div", ed, [
17944
+ ], 8, Gu),
17945
+ e.message.text ? (l(), u("div", Xu, [
17935
17946
  o("p", {
17936
17947
  onClick: A,
17937
17948
  innerHTML: i.value
17938
- }, null, 8, td)
17949
+ }, null, 8, ed)
17939
17950
  ])) : p("", !0),
17940
17951
  e.message.linkPreview ? (l(), L(zt, {
17941
17952
  key: 2,
@@ -17947,7 +17958,7 @@ const du = ["data-theme"], gu = {
17947
17958
  class: x(e.message.position),
17948
17959
  embed: e.message.embed
17949
17960
  }, null, 8, ["class", "embed"])) : p("", !0),
17950
- o("div", nd, [
17961
+ o("div", td, [
17951
17962
  e.message.views ? (l(), u("div", {
17952
17963
  key: 0,
17953
17964
  class: "file-message__views",
@@ -17956,12 +17967,12 @@ const du = ["data-theme"], gu = {
17956
17967
  y[3] || (y[3] = o("span", { class: "pi pi-eye" }, null, -1)),
17957
17968
  o("p", null, D(e.message.views), 1)
17958
17969
  ])) : p("", !0),
17959
- o("span", ad, D(e.message.time), 1),
17970
+ o("span", nd, D(e.message.time), 1),
17960
17971
  v(e.message) === "file-message__right" && k(lt).includes(e.message.status) ? (l(), u("div", {
17961
17972
  key: 1,
17962
17973
  class: x(["file-message__status", _.value])
17963
17974
  }, [
17964
- e.message.status !== "sent" ? (l(), u("span", fd)) : p("", !0),
17975
+ e.message.status !== "sent" ? (l(), u("span", ad)) : p("", !0),
17965
17976
  y[4] || (y[4] = o("span", { class: "pi pi-check" }, null, -1))
17966
17977
  ], 2)) : p("", !0)
17967
17978
  ]),
@@ -17984,21 +17995,21 @@ const du = ["data-theme"], gu = {
17984
17995
  _: 1
17985
17996
  })
17986
17997
  ], 36)
17987
- ], 42, Ku));
17998
+ ], 42, Wu));
17988
17999
  }
17989
- }), id = /* @__PURE__ */ R(sd, [["__scopeId", "data-v-dbe01086"]]), od = ["messageId"], ld = ["src"], rd = {
18000
+ }), sd = /* @__PURE__ */ R(fd, [["__scopeId", "data-v-dbe01086"]]), id = ["messageId"], od = ["src"], ld = {
17990
18001
  key: 1,
17991
18002
  class: "image-message__subtext"
17992
- }, cd = { class: "image-message__content" }, Ad = ["src", "alt"], ud = {
18003
+ }, rd = { class: "image-message__content" }, cd = ["src", "alt"], Ad = {
17993
18004
  key: 0,
17994
18005
  class: "image-message__info-container"
17995
- }, dd = { class: "image-message__time" }, gd = {
18006
+ }, ud = { class: "image-message__time" }, dd = {
17996
18007
  key: 0,
17997
18008
  class: "pi pi-check"
17998
- }, md = ["href"], pd = {
18009
+ }, gd = ["href"], md = {
17999
18010
  key: 1,
18000
18011
  class: "image-message__text-container"
18001
- }, hd = ["innerHTML"], yd = ["src", "alt"], vd = /* @__PURE__ */ Y({
18012
+ }, pd = ["innerHTML"], hd = ["src", "alt"], yd = /* @__PURE__ */ Y({
18002
18013
  __name: "ImageMessage",
18003
18014
  props: {
18004
18015
  message: {
@@ -18052,9 +18063,9 @@ const du = ["data-theme"], gu = {
18052
18063
  src: e.message.avatar,
18053
18064
  height: "32",
18054
18065
  width: "32"
18055
- }, null, 8, ld)) : p("", !0),
18056
- e.message.subText ? (l(), u("p", rd, D(e.message.subText), 1)) : p("", !0),
18057
- o("div", cd, [
18066
+ }, null, 8, od)) : p("", !0),
18067
+ e.message.subText ? (l(), u("p", ld, D(e.message.subText), 1)) : p("", !0),
18068
+ o("div", rd, [
18058
18069
  e.message.reply ? (l(), L(At, {
18059
18070
  key: 0,
18060
18071
  style: { margin: "10px 10px 4px 16px" },
@@ -18073,10 +18084,10 @@ const du = ["data-theme"], gu = {
18073
18084
  style: ce({ borderRadius: N.value }),
18074
18085
  src: e.message.url,
18075
18086
  alt: e.message.alt
18076
- }, null, 12, Ad),
18087
+ }, null, 12, cd),
18077
18088
  H(se, { name: "modal-fade" }, {
18078
18089
  default: W(() => [
18079
- c.value ? (l(), u("div", ud, [
18090
+ c.value ? (l(), u("div", Ad, [
18080
18091
  e.message.views ? (l(), u("div", {
18081
18092
  key: 0,
18082
18093
  class: "image-message__views",
@@ -18085,12 +18096,12 @@ const du = ["data-theme"], gu = {
18085
18096
  T[3] || (T[3] = o("span", { class: "pi pi-eye" }, null, -1)),
18086
18097
  o("p", null, D(e.message.views), 1)
18087
18098
  ])) : p("", !0),
18088
- o("span", dd, D(e.message.time), 1),
18099
+ o("span", ud, D(e.message.time), 1),
18089
18100
  h(e.message) === "image-message__right" && k(lt).includes(e.message.status) ? (l(), u("div", {
18090
18101
  key: 1,
18091
18102
  class: x(["image-message__status", j.value])
18092
18103
  }, [
18093
- e.message.status !== "sent" ? (l(), u("span", gd)) : p("", !0),
18104
+ e.message.status !== "sent" ? (l(), u("span", dd)) : p("", !0),
18094
18105
  T[4] || (T[4] = o("span", { class: "pi pi-check" }, null, -1))
18095
18106
  ], 2)) : p("", !0)
18096
18107
  ])) : p("", !0)
@@ -18108,7 +18119,7 @@ const du = ["data-theme"], gu = {
18108
18119
  onClick: kt(() => "//Предотвращаем всплытие события клика", ["stop"])
18109
18120
  }, T[5] || (T[5] = [
18110
18121
  o("span", { class: "pi pi-download" }, null, -1)
18111
- ]), 8, md)) : p("", !0)
18122
+ ]), 8, gd)) : p("", !0)
18112
18123
  ]),
18113
18124
  _: 1
18114
18125
  })
@@ -18136,11 +18147,11 @@ const du = ["data-theme"], gu = {
18136
18147
  ]),
18137
18148
  _: 1
18138
18149
  }),
18139
- e.message.text ? (l(), u("div", pd, [
18150
+ e.message.text ? (l(), u("div", md, [
18140
18151
  o("p", {
18141
18152
  onClick: m,
18142
18153
  innerHTML: d.value
18143
- }, null, 8, hd)
18154
+ }, null, 8, pd)
18144
18155
  ])) : p("", !0),
18145
18156
  e.message.linkPreview ? (l(), L(zt, {
18146
18157
  key: 2,
@@ -18166,7 +18177,7 @@ const du = ["data-theme"], gu = {
18166
18177
  class: "image-message__modal-image",
18167
18178
  src: e.message.url,
18168
18179
  alt: e.message.alt
18169
- }, null, 8, yd)
18180
+ }, null, 8, hd)
18170
18181
  ]),
18171
18182
  _: 1
18172
18183
  }, 8, ["data-theme"])) : p("", !0)
@@ -18174,18 +18185,18 @@ const du = ["data-theme"], gu = {
18174
18185
  _: 1
18175
18186
  })
18176
18187
  ]))
18177
- ], 42, od));
18188
+ ], 42, id));
18178
18189
  }
18179
- }), bd = /* @__PURE__ */ R(vd, [["__scopeId", "data-v-53e58381"]]), Md = ["messageId"], _d = ["src"], Id = {
18190
+ }), vd = /* @__PURE__ */ R(yd, [["__scopeId", "data-v-53e58381"]]), bd = ["messageId"], Md = ["src"], _d = {
18180
18191
  key: 1,
18181
18192
  class: "text-message__subtext"
18182
- }, wd = ["innerHTML"], kd = { class: "text-message__info-container" }, Nd = {
18193
+ }, Id = ["innerHTML"], wd = { class: "text-message__info-container" }, kd = {
18183
18194
  key: 1,
18184
18195
  class: "text-message__time"
18185
- }, Dd = {
18196
+ }, Nd = {
18186
18197
  key: 0,
18187
18198
  class: "pi pi-check"
18188
- }, Td = /* @__PURE__ */ Y({
18199
+ }, Dd = /* @__PURE__ */ Y({
18189
18200
  __name: "TextMessage",
18190
18201
  props: {
18191
18202
  message: {
@@ -18240,8 +18251,8 @@ const du = ["data-theme"], gu = {
18240
18251
  height: "32",
18241
18252
  width: "32",
18242
18253
  style: ce({ gridRow: e.message.subText ? "2" : "1" })
18243
- }, null, 12, _d)) : p("", !0),
18244
- e.message.subText ? (l(), u("p", Id, D(e.message.subText), 1)) : p("", !0),
18254
+ }, null, 12, Md)) : p("", !0),
18255
+ e.message.subText ? (l(), u("p", _d, D(e.message.subText), 1)) : p("", !0),
18245
18256
  o("div", {
18246
18257
  class: "text-message__content",
18247
18258
  onMouseenter: c
@@ -18256,7 +18267,7 @@ const du = ["data-theme"], gu = {
18256
18267
  class: "text-message__text",
18257
18268
  onClick: A,
18258
18269
  innerHTML: i.value
18259
- }, null, 8, wd),
18270
+ }, null, 8, Id),
18260
18271
  e.message.linkPreview ? (l(), L(zt, {
18261
18272
  key: 1,
18262
18273
  class: x(e.message.position),
@@ -18267,7 +18278,7 @@ const du = ["data-theme"], gu = {
18267
18278
  class: x(e.message.position),
18268
18279
  embed: e.message.embed
18269
18280
  }, null, 8, ["class", "embed"])) : p("", !0),
18270
- o("div", kd, [
18281
+ o("div", wd, [
18271
18282
  e.message.views ? (l(), u("div", {
18272
18283
  key: 0,
18273
18284
  class: "text-message__views",
@@ -18276,12 +18287,12 @@ const du = ["data-theme"], gu = {
18276
18287
  y[1] || (y[1] = o("span", { class: "pi pi-eye" }, null, -1)),
18277
18288
  o("p", null, D(e.message.views), 1)
18278
18289
  ])) : p("", !0),
18279
- e.message.time ? (l(), u("span", Nd, D(e.message.time), 1)) : p("", !0),
18290
+ e.message.time ? (l(), u("span", kd, D(e.message.time), 1)) : p("", !0),
18280
18291
  v(e.message) === "text-message__right" && k(lt).includes(e.message.status) ? (l(), u("div", {
18281
18292
  key: 2,
18282
18293
  class: x(["text-message__status", g.value])
18283
18294
  }, [
18284
- e.message.status !== "sent" ? (l(), u("span", Dd)) : p("", !0),
18295
+ e.message.status !== "sent" ? (l(), u("span", Nd)) : p("", !0),
18285
18296
  y[2] || (y[2] = o("span", { class: "pi pi-check" }, null, -1))
18286
18297
  ], 2)) : p("", !0)
18287
18298
  ]),
@@ -18304,21 +18315,21 @@ const du = ["data-theme"], gu = {
18304
18315
  _: 1
18305
18316
  })
18306
18317
  ], 32)
18307
- ], 42, Md));
18318
+ ], 42, bd));
18308
18319
  }
18309
- }), Ed = /* @__PURE__ */ R(Td, [["__scopeId", "data-v-b2124f5b"]]), jd = ["messageId"], xd = ["src"], Vd = {
18320
+ }), Td = /* @__PURE__ */ R(Dd, [["__scopeId", "data-v-b2124f5b"]]), Ed = ["messageId"], jd = ["src"], xd = {
18310
18321
  key: 1,
18311
18322
  class: "audio-message__subtext"
18312
- }, Sd = { class: "audio-message__audio-container" }, Cd = ["src"], Od = ["max"], zd = { class: "audio-message__player-controls" }, Ld = { class: "audio-message__remaining-time" }, Ud = { class: "audio-message__speed-btn-container" }, Bd = ["onClick"], Rd = ["href"], Qd = {
18323
+ }, Vd = { class: "audio-message__audio-container" }, Sd = ["src"], Cd = ["max"], Od = { class: "audio-message__player-controls" }, zd = { class: "audio-message__remaining-time" }, Ld = { class: "audio-message__speed-btn-container" }, Ud = ["onClick"], Bd = ["href"], Rd = {
18313
18324
  key: 1,
18314
18325
  class: "audio-message__transcript-container"
18315
- }, $d = {
18326
+ }, Qd = {
18316
18327
  key: 2,
18317
18328
  class: "audio-message__text-container"
18318
- }, Yd = ["innerHTML"], Fd = { class: "audio-message__info-container" }, Pd = { class: "audio-message__time" }, qd = {
18329
+ }, $d = ["innerHTML"], Yd = { class: "audio-message__info-container" }, Fd = { class: "audio-message__time" }, Pd = {
18319
18330
  key: 0,
18320
18331
  class: "pi pi-check"
18321
- }, Hd = ["data-theme"], Wd = { class: "audio-message__modal" }, Kd = { style: { "word-wrap": "break-word", "max-width": "25rem" } }, Jd = /* @__PURE__ */ Y({
18332
+ }, qd = ["data-theme"], Hd = { class: "audio-message__modal" }, Wd = { style: { "word-wrap": "break-word", "max-width": "25rem" } }, Kd = /* @__PURE__ */ Y({
18322
18333
  __name: "AudioMessage",
18323
18334
  props: {
18324
18335
  message: {
@@ -18413,8 +18424,8 @@ const du = ["data-theme"], gu = {
18413
18424
  height: "32",
18414
18425
  width: "32",
18415
18426
  style: ce({ gridRow: e.message.subText ? "2" : "1" })
18416
- }, null, 12, xd)) : p("", !0),
18417
- e.message.subText ? (l(), u("p", Vd, D(e.message.subText), 1)) : p("", !0),
18427
+ }, null, 12, jd)) : p("", !0),
18428
+ e.message.subText ? (l(), u("p", xd, D(e.message.subText), 1)) : p("", !0),
18418
18429
  o("div", {
18419
18430
  class: "audio-message__content",
18420
18431
  onMouseenter: j
@@ -18426,13 +18437,13 @@ const du = ["data-theme"], gu = {
18426
18437
  class: x(e.message.position),
18427
18438
  onReply: y
18428
18439
  }, null, 8, ["message", "class"])) : p("", !0),
18429
- o("div", Sd, [
18440
+ o("div", Vd, [
18430
18441
  o("audio", {
18431
18442
  ref_key: "player",
18432
18443
  ref: A,
18433
18444
  src: e.message.url,
18434
18445
  type: "audio/webm"
18435
- }, null, 8, Cd),
18446
+ }, null, 8, Sd),
18436
18447
  re(o("button", {
18437
18448
  class: "audio-message__play",
18438
18449
  onClick: S
@@ -18456,17 +18467,17 @@ const du = ["data-theme"], gu = {
18456
18467
  min: 0,
18457
18468
  max: d.value,
18458
18469
  step: "0.1"
18459
- }, null, 8, Od), [
18470
+ }, null, 8, Cd), [
18460
18471
  [ot, g.value]
18461
18472
  ]),
18462
- o("div", zd, [
18463
- o("p", Ld, D(`${V.value} / ${Q.value}`), 1),
18464
- o("div", Ud, [
18473
+ o("div", Od, [
18474
+ o("p", zd, D(`${V.value} / ${Q.value}`), 1),
18475
+ o("div", Ld, [
18465
18476
  (l(!0), u(F, null, ie(s.value, (ae, te) => (l(), u("p", {
18466
18477
  key: ae.text,
18467
18478
  class: x(["audio-message__speed-btn", { "audio-message__speed-btn-selected": ae.selected }]),
18468
18479
  onClick: (B) => i(te)
18469
- }, D(ae.text), 11, Bd))), 128))
18480
+ }, D(ae.text), 11, Ud))), 128))
18470
18481
  ])
18471
18482
  ]),
18472
18483
  o("a", {
@@ -18477,18 +18488,18 @@ const du = ["data-theme"], gu = {
18477
18488
  onClick: kt(() => "//Предотвращаем всплытие события клика", ["stop"])
18478
18489
  }, z[6] || (z[6] = [
18479
18490
  o("span", { class: "pi pi-download" }, null, -1)
18480
- ]), 8, Rd)
18491
+ ]), 8, Bd)
18481
18492
  ]),
18482
- (X = e.message.transcript) != null && X.text ? (l(), u("div", Qd, [
18493
+ (X = e.message.transcript) != null && X.text ? (l(), u("div", Rd, [
18483
18494
  o("p", {
18484
18495
  onClick: z[1] || (z[1] = (ae) => v.value = !v.value)
18485
18496
  }, D(e.message.transcript.text), 1)
18486
18497
  ])) : p("", !0),
18487
- e.message.text ? (l(), u("div", $d, [
18498
+ e.message.text ? (l(), u("div", Qd, [
18488
18499
  o("p", {
18489
18500
  onClick: N,
18490
18501
  innerHTML: I.value
18491
- }, null, 8, Yd)
18502
+ }, null, 8, $d)
18492
18503
  ])) : p("", !0),
18493
18504
  e.message.linkPreview ? (l(), L(zt, {
18494
18505
  key: 3,
@@ -18500,7 +18511,7 @@ const du = ["data-theme"], gu = {
18500
18511
  class: x(e.message.position),
18501
18512
  embed: e.message.embed
18502
18513
  }, null, 8, ["class", "embed"])) : p("", !0),
18503
- o("div", Fd, [
18514
+ o("div", Yd, [
18504
18515
  e.message.views ? (l(), u("div", {
18505
18516
  key: 0,
18506
18517
  class: "audio-message__views",
@@ -18509,12 +18520,12 @@ const du = ["data-theme"], gu = {
18509
18520
  z[7] || (z[7] = o("span", { class: "pi pi-eye" }, null, -1)),
18510
18521
  o("p", null, D(e.message.views), 1)
18511
18522
  ])) : p("", !0),
18512
- o("span", Pd, D(e.message.time), 1),
18523
+ o("span", Fd, D(e.message.time), 1),
18513
18524
  G(e.message) === "audio-message__right" && k(lt).includes(e.message.status) ? (l(), u("div", {
18514
18525
  key: 1,
18515
18526
  class: x(["audio-message__status", T.value])
18516
18527
  }, [
18517
- e.message.status !== "sent" ? (l(), u("span", qd)) : p("", !0),
18528
+ e.message.status !== "sent" ? (l(), u("span", Pd)) : p("", !0),
18518
18529
  z[8] || (z[8] = o("span", { class: "pi pi-check" }, null, -1))
18519
18530
  ], 2)) : p("", !0)
18520
18531
  ]),
@@ -18546,7 +18557,7 @@ const du = ["data-theme"], gu = {
18546
18557
  class: "audio-message__modal-overlay",
18547
18558
  "data-theme": k(a)().theme ? k(a)().theme : null
18548
18559
  }, [
18549
- o("div", Wd, [
18560
+ o("div", Hd, [
18550
18561
  o("button", {
18551
18562
  class: "audio-message__modal-close-button",
18552
18563
  onClick: z[3] || (z[3] = (te) => v.value = !1)
@@ -18555,19 +18566,19 @@ const du = ["data-theme"], gu = {
18555
18566
  o("i", { class: "pi pi-times" })
18556
18567
  ], -1)
18557
18568
  ])),
18558
- o("p", Kd, D((ae = e.message.transcript) == null ? void 0 : ae.text), 1)
18569
+ o("p", Wd, D((ae = e.message.transcript) == null ? void 0 : ae.text), 1)
18559
18570
  ])
18560
- ], 8, Hd)) : p("", !0)
18571
+ ], 8, qd)) : p("", !0)
18561
18572
  ];
18562
18573
  }),
18563
18574
  _: 1
18564
18575
  })
18565
18576
  ]))
18566
18577
  ], 32)
18567
- ], 42, jd);
18578
+ ], 42, Ed);
18568
18579
  };
18569
18580
  }
18570
- }), Gd = /* @__PURE__ */ R(Jd, [["__scopeId", "data-v-9edbf4fa"]]), Zd = { class: "date-message__container" }, Xd = { class: "date-message__text" }, e1 = /* @__PURE__ */ Y({
18581
+ }), Jd = /* @__PURE__ */ R(Kd, [["__scopeId", "data-v-9edbf4fa"]]), Gd = { class: "date-message__container" }, Zd = { class: "date-message__text" }, Xd = /* @__PURE__ */ Y({
18571
18582
  __name: "DateMessage",
18572
18583
  props: {
18573
18584
  message: {
@@ -18578,23 +18589,23 @@ const du = ["data-theme"], gu = {
18578
18589
  }
18579
18590
  },
18580
18591
  setup(e) {
18581
- return (t, n) => (l(), u("div", Zd, [
18582
- o("p", Xd, D(e.message.text), 1)
18592
+ return (t, n) => (l(), u("div", Gd, [
18593
+ o("p", Zd, D(e.message.text), 1)
18583
18594
  ]));
18584
18595
  }
18585
- }), t1 = /* @__PURE__ */ R(e1, [["__scopeId", "data-v-dd2395ca"]]), n1 = ["messageId"], a1 = ["src"], f1 = {
18596
+ }), e1 = /* @__PURE__ */ R(Xd, [["__scopeId", "data-v-dd2395ca"]]), t1 = ["messageId"], n1 = ["src"], a1 = {
18586
18597
  key: 1,
18587
18598
  class: "video-message__subtext"
18588
- }, s1 = { class: "video-message__content" }, i1 = ["src"], o1 = {
18599
+ }, f1 = { class: "video-message__content" }, s1 = ["src"], i1 = {
18589
18600
  key: 0,
18590
18601
  class: "video-message__info-container"
18591
- }, l1 = { class: "video-message__time" }, r1 = {
18602
+ }, o1 = { class: "video-message__time" }, l1 = {
18592
18603
  key: 0,
18593
18604
  class: "pi pi-check"
18594
- }, c1 = ["href"], A1 = {
18605
+ }, r1 = ["href"], c1 = {
18595
18606
  key: 1,
18596
18607
  class: "video-message__text-container"
18597
- }, u1 = ["innerHTML"], d1 = ["src", "alt"], g1 = /* @__PURE__ */ Y({
18608
+ }, A1 = ["innerHTML"], u1 = ["src", "alt"], d1 = /* @__PURE__ */ Y({
18598
18609
  inheritAttrs: !1,
18599
18610
  __name: "VideoMessage",
18600
18611
  props: {
@@ -18655,9 +18666,9 @@ const du = ["data-theme"], gu = {
18655
18666
  src: e.message.avatar,
18656
18667
  height: "32",
18657
18668
  width: "32"
18658
- }, null, 8, a1)) : p("", !0),
18659
- e.message.subText ? (l(), u("p", f1, D(e.message.subText), 1)) : p("", !0),
18660
- o("div", s1, [
18669
+ }, null, 8, n1)) : p("", !0),
18670
+ e.message.subText ? (l(), u("p", a1, D(e.message.subText), 1)) : p("", !0),
18671
+ o("div", f1, [
18661
18672
  e.message.reply ? (l(), L(At, {
18662
18673
  key: 0,
18663
18674
  style: { margin: "10px 10px 4px 16px" },
@@ -18680,10 +18691,10 @@ const du = ["data-theme"], gu = {
18680
18691
  muted: !0,
18681
18692
  autoplay: "",
18682
18693
  onEnded: M
18683
- }, null, 44, i1),
18694
+ }, null, 44, s1),
18684
18695
  H(se, { name: "modal-fade" }, {
18685
18696
  default: W(() => [
18686
- _.value ? (l(), u("div", o1, [
18697
+ _.value ? (l(), u("div", i1, [
18687
18698
  e.message.views ? (l(), u("div", {
18688
18699
  key: 0,
18689
18700
  class: "video-message__views",
@@ -18692,12 +18703,12 @@ const du = ["data-theme"], gu = {
18692
18703
  V[3] || (V[3] = o("span", { class: "pi pi-eye" }, null, -1)),
18693
18704
  o("p", null, D(e.message.views), 1)
18694
18705
  ])) : p("", !0),
18695
- o("span", l1, D(e.message.time), 1),
18706
+ o("span", o1, D(e.message.time), 1),
18696
18707
  r(e.message) === "video-message__right" && k(lt).includes(e.message.status) ? (l(), u("div", {
18697
18708
  key: 1,
18698
18709
  class: x(["video-message__status", w.value])
18699
18710
  }, [
18700
- e.message.status !== "sent" ? (l(), u("span", r1)) : p("", !0),
18711
+ e.message.status !== "sent" ? (l(), u("span", l1)) : p("", !0),
18701
18712
  V[4] || (V[4] = o("span", { class: "pi pi-check" }, null, -1))
18702
18713
  ], 2)) : p("", !0)
18703
18714
  ])) : p("", !0)
@@ -18715,7 +18726,7 @@ const du = ["data-theme"], gu = {
18715
18726
  onClick: kt(() => "//Предотвращаем всплытие события клика", ["stop"])
18716
18727
  }, V[5] || (V[5] = [
18717
18728
  o("span", { class: "pi pi-download" }, null, -1)
18718
- ]), 8, c1)) : p("", !0)
18729
+ ]), 8, r1)) : p("", !0)
18719
18730
  ]),
18720
18731
  _: 1
18721
18732
  })
@@ -18743,11 +18754,11 @@ const du = ["data-theme"], gu = {
18743
18754
  ]),
18744
18755
  _: 1
18745
18756
  }),
18746
- e.message.text ? (l(), u("div", A1, [
18757
+ e.message.text ? (l(), u("div", c1, [
18747
18758
  o("p", {
18748
18759
  onClick: I,
18749
18760
  innerHTML: v.value
18750
- }, null, 8, u1)
18761
+ }, null, 8, A1)
18751
18762
  ])) : p("", !0),
18752
18763
  e.message.linkPreview ? (l(), L(zt, {
18753
18764
  key: 2,
@@ -18760,7 +18771,7 @@ const du = ["data-theme"], gu = {
18760
18771
  embed: e.message.embed
18761
18772
  }, null, 8, ["class", "embed"])) : p("", !0)
18762
18773
  ])
18763
- ], 42, n1),
18774
+ ], 42, t1),
18764
18775
  (l(), L(ve, { to: "body" }, [
18765
18776
  H(se, { name: "modal-fade" }, {
18766
18777
  default: W(() => [
@@ -18778,7 +18789,7 @@ const du = ["data-theme"], gu = {
18778
18789
  alt: e.message.alt,
18779
18790
  controls: "",
18780
18791
  autoplay: ""
18781
- }, null, 8, d1)
18792
+ }, null, 8, u1)
18782
18793
  ]),
18783
18794
  _: 1
18784
18795
  }, 8, ["data-theme"])) : p("", !0)
@@ -18788,25 +18799,25 @@ const du = ["data-theme"], gu = {
18788
18799
  ]))
18789
18800
  ], 64));
18790
18801
  }
18791
- }), m1 = /* @__PURE__ */ R(g1, [["__scopeId", "data-v-35575d8c"]]), p1 = ["messageId"], h1 = ["src"], y1 = {
18802
+ }), g1 = /* @__PURE__ */ R(d1, [["__scopeId", "data-v-35575d8c"]]), m1 = ["messageId"], p1 = ["src"], h1 = {
18792
18803
  key: 1,
18793
18804
  class: "call-message__subtext"
18794
- }, v1 = { class: "call-message__content" }, b1 = {
18805
+ }, y1 = { class: "call-message__content" }, v1 = {
18795
18806
  key: 0,
18796
18807
  class: "call-message__title"
18797
- }, M1 = {
18808
+ }, b1 = {
18798
18809
  key: 1,
18799
18810
  class: "call-message__title"
18800
- }, _1 = {
18811
+ }, M1 = {
18801
18812
  key: 2,
18802
18813
  class: "call-message__duration"
18803
- }, I1 = {
18814
+ }, _1 = {
18804
18815
  key: 3,
18805
18816
  class: "call-message__duration"
18806
- }, w1 = {
18817
+ }, I1 = {
18807
18818
  key: 4,
18808
18819
  class: "call-message__duration"
18809
- }, k1 = { class: "call-message__info-container" }, N1 = { class: "call-message__time" }, D1 = ["data-theme"], T1 = { class: "call-message__modal" }, E1 = /* @__PURE__ */ Y({
18820
+ }, w1 = { class: "call-message__info-container" }, k1 = { class: "call-message__time" }, N1 = ["data-theme"], D1 = { class: "call-message__modal" }, T1 = /* @__PURE__ */ Y({
18810
18821
  __name: "CallMessage",
18811
18822
  props: {
18812
18823
  message: {
@@ -18850,16 +18861,16 @@ const du = ["data-theme"], gu = {
18850
18861
  height: "32",
18851
18862
  width: "32",
18852
18863
  style: ce({ gridRow: e.message.subText ? "2" : "1" })
18853
- }, null, 12, h1)) : p("", !0),
18854
- e.message.subText ? (l(), u("p", y1, D(e.message.subText), 1)) : p("", !0),
18855
- o("div", v1, [
18864
+ }, null, 12, p1)) : p("", !0),
18865
+ e.message.subText ? (l(), u("p", h1, D(e.message.subText), 1)) : p("", !0),
18866
+ o("div", y1, [
18856
18867
  o("span", {
18857
18868
  class: x(["call-message__icon pi pi-phone", { "call-message__icon-missed": e.message.isMissedCall }])
18858
18869
  }, null, 2),
18859
- e.message.isMissedCall ? (l(), u("span", M1, " Пропущенный аудиозвонок ")) : (l(), u("span", b1, " Аудиозвонок ")),
18860
- e.message.callDuration ? (l(), u("span", _1, D(e.message.callDuration), 1)) : !e.message.callDuration && e.message.isMissedCall ? (l(), u("span", I1, "Нажмите, чтобы перезвонить")) : (l(), u("span", w1, "Нет ответа")),
18861
- o("div", k1, [
18862
- o("span", N1, D(e.message.time), 1)
18870
+ e.message.isMissedCall ? (l(), u("span", b1, " Пропущенный аудиозвонок ")) : (l(), u("span", v1, " Аудиозвонок ")),
18871
+ e.message.callDuration ? (l(), u("span", M1, D(e.message.callDuration), 1)) : !e.message.callDuration && e.message.isMissedCall ? (l(), u("span", _1, "Нажмите, чтобы перезвонить")) : (l(), u("span", I1, "Нет ответа")),
18872
+ o("div", w1, [
18873
+ o("span", k1, D(e.message.time), 1)
18863
18874
  ]),
18864
18875
  (A = e.message.transcript) != null && A.dialog ? (l(), u("button", {
18865
18876
  key: 5,
@@ -18878,7 +18889,7 @@ const du = ["data-theme"], gu = {
18878
18889
  class: "call-message__modal-overlay",
18879
18890
  "data-theme": k(n)().theme ? k(n)().theme : "light"
18880
18891
  }, [
18881
- o("div", T1, [
18892
+ o("div", D1, [
18882
18893
  o("button", {
18883
18894
  class: "call-message__modal-close-button",
18884
18895
  onClick: r[1] || (r[1] = (d) => a.value = !1)
@@ -18895,17 +18906,17 @@ const du = ["data-theme"], gu = {
18895
18906
  o("span", null, D(d.time), 1)
18896
18907
  ], 2))), 128))
18897
18908
  ])
18898
- ], 8, D1)) : p("", !0)
18909
+ ], 8, N1)) : p("", !0)
18899
18910
  ];
18900
18911
  }),
18901
18912
  _: 1
18902
18913
  })
18903
18914
  ]))
18904
18915
  ])
18905
- ], 10, p1);
18916
+ ], 10, m1);
18906
18917
  };
18907
18918
  }
18908
- }), j1 = /* @__PURE__ */ R(E1, [["__scopeId", "data-v-1a1a1a5c"]]), x1 = { class: "system-message__container" }, V1 = { class: "system-message__text" }, S1 = /* @__PURE__ */ Y({
18919
+ }), E1 = /* @__PURE__ */ R(T1, [["__scopeId", "data-v-1a1a1a5c"]]), j1 = { class: "system-message__container" }, x1 = { class: "system-message__text" }, V1 = /* @__PURE__ */ Y({
18909
18920
  __name: "SystemMessage",
18910
18921
  props: {
18911
18922
  message: {
@@ -18914,14 +18925,14 @@ const du = ["data-theme"], gu = {
18914
18925
  }
18915
18926
  },
18916
18927
  setup(e) {
18917
- return (t, n) => (l(), u("div", x1, [
18918
- o("p", V1, D(e.message.text), 1)
18928
+ return (t, n) => (l(), u("div", j1, [
18929
+ o("p", x1, D(e.message.text), 1)
18919
18930
  ]));
18920
18931
  }
18921
- }), C1 = /* @__PURE__ */ R(S1, [["__scopeId", "data-v-0592fb68"]]), O1 = { class: "typing-message__container" }, z1 = ["src"], L1 = {
18932
+ }), S1 = /* @__PURE__ */ R(V1, [["__scopeId", "data-v-0592fb68"]]), C1 = { class: "typing-message__container" }, O1 = ["src"], z1 = {
18922
18933
  key: 1,
18923
18934
  class: "typing-message__subtext"
18924
- }, U1 = /* @__PURE__ */ Y({
18935
+ }, L1 = /* @__PURE__ */ Y({
18925
18936
  __name: "TypingMessage",
18926
18937
  props: {
18927
18938
  message: {
@@ -18930,7 +18941,7 @@ const du = ["data-theme"], gu = {
18930
18941
  }
18931
18942
  },
18932
18943
  setup(e) {
18933
- return (t, n) => (l(), u("div", O1, [
18944
+ return (t, n) => (l(), u("div", C1, [
18934
18945
  e.message.avatar ? (l(), u("img", {
18935
18946
  key: 0,
18936
18947
  class: "typing-message__avatar",
@@ -18938,14 +18949,14 @@ const du = ["data-theme"], gu = {
18938
18949
  height: "32",
18939
18950
  width: "32",
18940
18951
  style: ce({ gridRow: e.message.subText ? "2" : "1" })
18941
- }, null, 12, z1)) : p("", !0),
18942
- e.message.subText ? (l(), u("p", L1, D(e.message.subText), 1)) : p("", !0),
18952
+ }, null, 12, O1)) : p("", !0),
18953
+ e.message.subText ? (l(), u("p", z1, D(e.message.subText), 1)) : p("", !0),
18943
18954
  n[0] || (n[0] = o("div", { class: "typing-message__loader-container" }, [
18944
18955
  o("div", { class: "typing-message__loader" })
18945
18956
  ], -1))
18946
18957
  ]));
18947
18958
  }
18948
- }), Za = /* @__PURE__ */ R(U1, [["__scopeId", "data-v-3494299c"]]), B1 = { class: "container" }, R1 = { key: 0 }, Q1 = ["innerHTML"], $1 = /* @__PURE__ */ Y({
18959
+ }), Za = /* @__PURE__ */ R(L1, [["__scopeId", "data-v-3494299c"]]), U1 = { class: "container" }, B1 = { key: 0 }, R1 = ["innerHTML"], Q1 = /* @__PURE__ */ Y({
18949
18960
  __name: "ReplyTextMessage",
18950
18961
  props: {
18951
18962
  message: {
@@ -18965,16 +18976,16 @@ const du = ["data-theme"], gu = {
18965
18976
  function a(f) {
18966
18977
  f.preventDefault(), f.target.href && window.open(f.target.href, "_blank");
18967
18978
  }
18968
- return (f, s) => (l(), u("div", B1, [
18969
- e.message.header ? (l(), u("p", R1, D(e.message.header), 1)) : p("", !0),
18979
+ return (f, s) => (l(), u("div", U1, [
18980
+ e.message.header ? (l(), u("p", B1, D(e.message.header), 1)) : p("", !0),
18970
18981
  o("p", {
18971
18982
  class: "text",
18972
18983
  onClick: a,
18973
18984
  innerHTML: n.value
18974
- }, null, 8, Q1)
18985
+ }, null, 8, R1)
18975
18986
  ]));
18976
18987
  }
18977
- }), Y1 = /* @__PURE__ */ R($1, [["__scopeId", "data-v-1437d867"]]), F1 = ["src", "alt"], P1 = { class: "image-message__text-container" }, q1 = { key: 0 }, H1 = ["innerHTML"], W1 = ["src", "alt"], K1 = /* @__PURE__ */ Y({
18988
+ }), $1 = /* @__PURE__ */ R(Q1, [["__scopeId", "data-v-1437d867"]]), Y1 = ["src", "alt"], F1 = { class: "image-message__text-container" }, P1 = { key: 0 }, q1 = ["innerHTML"], H1 = ["src", "alt"], W1 = /* @__PURE__ */ Y({
18978
18989
  __name: "ReplyImageMessage",
18979
18990
  props: {
18980
18991
  message: {
@@ -19004,10 +19015,10 @@ const du = ["data-theme"], gu = {
19004
19015
  class: "image-message__preview-image",
19005
19016
  src: e.message.url,
19006
19017
  alt: e.message.alt
19007
- }, null, 8, F1)
19018
+ }, null, 8, Y1)
19008
19019
  ]),
19009
- o("div", P1, [
19010
- e.message.header ? (l(), u("p", q1, D(e.message.header), 1)) : p("", !0),
19020
+ o("div", F1, [
19021
+ e.message.header ? (l(), u("p", P1, D(e.message.header), 1)) : p("", !0),
19011
19022
  c[1] || (c[1] = o("div", { class: "image-message__reply-description" }, [
19012
19023
  o("span", { class: "pi pi-camera" }),
19013
19024
  o("p", null, "Фотография")
@@ -19017,7 +19028,7 @@ const du = ["data-theme"], gu = {
19017
19028
  class: "image-message__text",
19018
19029
  onClick: i,
19019
19030
  innerHTML: s.value
19020
- }, null, 8, H1)) : p("", !0)
19031
+ }, null, 8, q1)) : p("", !0)
19021
19032
  ]),
19022
19033
  (l(), L(ve, { to: "body" }, [
19023
19034
  H(se, { name: "modal-fade" }, {
@@ -19032,7 +19043,7 @@ const du = ["data-theme"], gu = {
19032
19043
  class: "image-message__modal-image",
19033
19044
  src: e.message.url,
19034
19045
  alt: e.message.alt
19035
- }, null, 8, W1)
19046
+ }, null, 8, H1)
19036
19047
  ]),
19037
19048
  _: 1
19038
19049
  }, 8, ["data-theme"])) : p("", !0)
@@ -19042,7 +19053,7 @@ const du = ["data-theme"], gu = {
19042
19053
  ]))
19043
19054
  ], 64));
19044
19055
  }
19045
- }), J1 = /* @__PURE__ */ R(K1, [["__scopeId", "data-v-265d1238"]]), G1 = { class: "audio-message__play" }, Z1 = { class: "audio-message__text-container" }, X1 = { key: 0 }, eg = ["innerHTML"], tg = /* @__PURE__ */ Y({
19056
+ }), K1 = /* @__PURE__ */ R(W1, [["__scopeId", "data-v-265d1238"]]), J1 = { class: "audio-message__play" }, G1 = { class: "audio-message__text-container" }, Z1 = { key: 0 }, X1 = ["innerHTML"], eg = /* @__PURE__ */ Y({
19046
19057
  __name: "ReplyAudioMessage",
19047
19058
  props: {
19048
19059
  message: {
@@ -19063,13 +19074,13 @@ const du = ["data-theme"], gu = {
19063
19074
  s.preventDefault(), s.target.href && window.open(s.target.href, "_blank");
19064
19075
  }
19065
19076
  return (s, i) => (l(), u(F, null, [
19066
- re(o("div", G1, i[0] || (i[0] = [
19077
+ re(o("div", J1, i[0] || (i[0] = [
19067
19078
  o("span", { class: "pi pi-play" }, null, -1)
19068
19079
  ]), 512), [
19069
19080
  [De, !n.value]
19070
19081
  ]),
19071
- o("div", Z1, [
19072
- e.message.header ? (l(), u("p", X1, D(e.message.header), 1)) : p("", !0),
19082
+ o("div", G1, [
19083
+ e.message.header ? (l(), u("p", Z1, D(e.message.header), 1)) : p("", !0),
19073
19084
  i[1] || (i[1] = o("div", { class: "audio-message__reply-description" }, [
19074
19085
  o("span", { class: "pi pi-microphone" }),
19075
19086
  o("p", null, "Аудиосообщение")
@@ -19079,11 +19090,11 @@ const du = ["data-theme"], gu = {
19079
19090
  class: "audio-message__text",
19080
19091
  onClick: f,
19081
19092
  innerHTML: a.value
19082
- }, null, 8, eg)) : p("", !0)
19093
+ }, null, 8, X1)) : p("", !0)
19083
19094
  ])
19084
19095
  ], 64));
19085
19096
  }
19086
- }), ng = /* @__PURE__ */ R(tg, [["__scopeId", "data-v-9da15f27"]]), ag = ["src"], fg = { class: "video-message__text-container" }, sg = { key: 0 }, ig = ["innerHTML"], og = ["src", "alt"], lg = /* @__PURE__ */ Y({
19097
+ }), tg = /* @__PURE__ */ R(eg, [["__scopeId", "data-v-9da15f27"]]), ng = ["src"], ag = { class: "video-message__text-container" }, fg = { key: 0 }, sg = ["innerHTML"], ig = ["src", "alt"], og = /* @__PURE__ */ Y({
19087
19098
  __name: "ReplyVideoMessage",
19088
19099
  props: {
19089
19100
  message: {
@@ -19113,10 +19124,10 @@ const du = ["data-theme"], gu = {
19113
19124
  class: "video-message__video",
19114
19125
  src: e.message.url,
19115
19126
  muted: !0
19116
- }, null, 8, ag)
19127
+ }, null, 8, ng)
19117
19128
  ]),
19118
- o("div", fg, [
19119
- e.message.header ? (l(), u("p", sg, D(e.message.header), 1)) : p("", !0),
19129
+ o("div", ag, [
19130
+ e.message.header ? (l(), u("p", fg, D(e.message.header), 1)) : p("", !0),
19120
19131
  d[1] || (d[1] = o("div", { class: "video-message__reply-description" }, [
19121
19132
  o("span", { class: "pi pi-video" }),
19122
19133
  o("p", null, "Видео")
@@ -19126,7 +19137,7 @@ const du = ["data-theme"], gu = {
19126
19137
  class: "video-message__text",
19127
19138
  onClick: r,
19128
19139
  innerHTML: i.value
19129
- }, null, 8, ig)) : p("", !0)
19140
+ }, null, 8, sg)) : p("", !0)
19130
19141
  ]),
19131
19142
  (l(), L(ve, { to: "body" }, [
19132
19143
  H(se, { name: "modal-fade" }, {
@@ -19145,7 +19156,7 @@ const du = ["data-theme"], gu = {
19145
19156
  alt: e.message.alt,
19146
19157
  controls: "",
19147
19158
  autoplay: ""
19148
- }, null, 8, og)
19159
+ }, null, 8, ig)
19149
19160
  ]),
19150
19161
  _: 1
19151
19162
  }, 8, ["data-theme"])) : p("", !0)
@@ -19155,7 +19166,7 @@ const du = ["data-theme"], gu = {
19155
19166
  ]))
19156
19167
  ], 64));
19157
19168
  }
19158
- }), rg = /* @__PURE__ */ R(lg, [["__scopeId", "data-v-45343a0b"]]), cg = ["href"], Ag = { key: 0 }, ug = ["href"], dg = { class: "file-message__filename-text" }, gg = ["innerHTML"], mg = /* @__PURE__ */ Y({
19169
+ }), lg = /* @__PURE__ */ R(og, [["__scopeId", "data-v-45343a0b"]]), rg = ["href"], cg = { key: 0 }, Ag = ["href"], ug = { class: "file-message__filename-text" }, dg = ["innerHTML"], gg = /* @__PURE__ */ Y({
19159
19170
  __name: "ReplyFileMessage",
19160
19171
  props: {
19161
19172
  message: {
@@ -19183,27 +19194,27 @@ const du = ["data-theme"], gu = {
19183
19194
  target: "_blank"
19184
19195
  }, s[0] || (s[0] = [
19185
19196
  o("span", { class: "pi pi-file" }, null, -1)
19186
- ]), 8, cg),
19197
+ ]), 8, rg),
19187
19198
  o("div", null, [
19188
- e.message.header ? (l(), u("p", Ag, D(e.message.header), 1)) : p("", !0),
19199
+ e.message.header ? (l(), u("p", cg, D(e.message.header), 1)) : p("", !0),
19189
19200
  o("a", {
19190
19201
  class: "file-message__link",
19191
19202
  href: e.message.url,
19192
19203
  download: "",
19193
19204
  target: "_blank"
19194
19205
  }, [
19195
- o("p", dg, D(e.message.filename), 1)
19196
- ], 8, ug),
19206
+ o("p", ug, D(e.message.filename), 1)
19207
+ ], 8, Ag),
19197
19208
  e.message.text ? (l(), u("p", {
19198
19209
  key: 1,
19199
19210
  class: "file-message__text",
19200
19211
  onClick: a,
19201
19212
  innerHTML: n.value
19202
- }, null, 8, gg)) : p("", !0)
19213
+ }, null, 8, dg)) : p("", !0)
19203
19214
  ])
19204
19215
  ], 64));
19205
19216
  }
19206
- }), pg = /* @__PURE__ */ R(mg, [["__scopeId", "data-v-ec9234eb"]]), hg = ["id"], I0 = {
19217
+ }), mg = /* @__PURE__ */ R(gg, [["__scopeId", "data-v-ec9234eb"]]), pg = ["id"], _0 = {
19207
19218
  __name: "BaseContainer",
19208
19219
  props: {
19209
19220
  height: {
@@ -19231,9 +19242,9 @@ const du = ["data-theme"], gu = {
19231
19242
  }, [
19232
19243
  ne(a.$slots, "default")
19233
19244
  ], 4)
19234
- ], 8, hg));
19245
+ ], 8, pg));
19235
19246
  }
19236
- }, yg = ["id"], vg = { class: "float-window__container" }, bg = ["src", "alt"], Mg = { class: "float-window__title" }, _g = { style: { "margin-left": "auto", display: "flex" } }, w0 = {
19247
+ }, hg = ["id"], yg = { class: "float-window__container" }, vg = ["src", "alt"], bg = { class: "float-window__title" }, Mg = { style: { "margin-left": "auto", display: "flex" } }, I0 = {
19237
19248
  __name: "FloatContainer",
19238
19249
  props: {
19239
19250
  title: {
@@ -19299,7 +19310,7 @@ const du = ["data-theme"], gu = {
19299
19310
  display: "flex"
19300
19311
  })
19301
19312
  }, [
19302
- o("div", vg, [
19313
+ o("div", yg, [
19303
19314
  o("div", {
19304
19315
  ref_key: "container",
19305
19316
  ref: s,
@@ -19313,9 +19324,9 @@ const du = ["data-theme"], gu = {
19313
19324
  class: "float-window__avatar",
19314
19325
  src: n.avatar,
19315
19326
  alt: n.title
19316
- }, null, 8, bg)) : p("", !0),
19317
- o("p", Mg, D(n.title), 1),
19318
- o("div", _g, [
19327
+ }, null, 8, vg)) : p("", !0),
19328
+ o("p", bg, D(n.title), 1),
19329
+ o("div", Mg, [
19319
19330
  ne(v.$slots, "controls"),
19320
19331
  o("button", {
19321
19332
  class: "float-window__close-button",
@@ -19332,51 +19343,51 @@ const du = ["data-theme"], gu = {
19332
19343
  ne(v.$slots, "default")
19333
19344
  ], 4)
19334
19345
  ])
19335
- ], 12, yg));
19346
+ ], 12, hg));
19336
19347
  }
19337
- }, Ig = {}, wg = { class: "base-layout__container" }, kg = { class: "base-layout__first-col" }, Ng = { class: "base-layout__second-col" };
19338
- function Dg(e, t) {
19339
- return l(), u("div", wg, [
19340
- o("div", kg, [
19348
+ }, _g = {}, Ig = { class: "base-layout__container" }, wg = { class: "base-layout__first-col" }, kg = { class: "base-layout__second-col" };
19349
+ function Ng(e, t) {
19350
+ return l(), u("div", Ig, [
19351
+ o("div", wg, [
19341
19352
  ne(e.$slots, "first-col", {}, void 0, !0)
19342
19353
  ]),
19343
- o("div", Ng, [
19354
+ o("div", kg, [
19344
19355
  ne(e.$slots, "second-col", {}, void 0, !0)
19345
19356
  ])
19346
19357
  ]);
19347
19358
  }
19348
- const k0 = /* @__PURE__ */ R(Ig, [["render", Dg], ["__scopeId", "data-v-a907ea90"]]), Tg = {}, Eg = { class: "extend-layout__container" }, jg = { class: "extend-layout__first-col" }, xg = { class: "extend-layout__second-col" }, Vg = { class: "extend-layout__third-col" };
19349
- function Sg(e, t) {
19350
- return l(), u("div", Eg, [
19351
- o("div", jg, [
19359
+ const w0 = /* @__PURE__ */ R(_g, [["render", Ng], ["__scopeId", "data-v-a907ea90"]]), Dg = {}, Tg = { class: "extend-layout__container" }, Eg = { class: "extend-layout__first-col" }, jg = { class: "extend-layout__second-col" }, xg = { class: "extend-layout__third-col" };
19360
+ function Vg(e, t) {
19361
+ return l(), u("div", Tg, [
19362
+ o("div", Eg, [
19352
19363
  ne(e.$slots, "first-col", {}, void 0, !0)
19353
19364
  ]),
19354
- o("div", xg, [
19365
+ o("div", jg, [
19355
19366
  ne(e.$slots, "second-col", {}, void 0, !0)
19356
19367
  ]),
19357
- o("div", Vg, [
19368
+ o("div", xg, [
19358
19369
  ne(e.$slots, "third-col", {}, void 0, !0)
19359
19370
  ])
19360
19371
  ]);
19361
19372
  }
19362
- const N0 = /* @__PURE__ */ R(Tg, [["render", Sg], ["__scopeId", "data-v-155760f9"]]), Cg = {}, Og = { class: "base-layout__container" }, zg = { class: "base-layout__first-col" };
19363
- function Lg(e, t) {
19364
- return l(), u("div", Og, [
19365
- o("div", zg, [
19373
+ const k0 = /* @__PURE__ */ R(Dg, [["render", Vg], ["__scopeId", "data-v-155760f9"]]), Sg = {}, Cg = { class: "base-layout__container" }, Og = { class: "base-layout__first-col" };
19374
+ function zg(e, t) {
19375
+ return l(), u("div", Cg, [
19376
+ o("div", Og, [
19366
19377
  ne(e.$slots, "default", {}, void 0, !0)
19367
19378
  ])
19368
19379
  ]);
19369
19380
  }
19370
- const D0 = /* @__PURE__ */ R(Cg, [["render", Lg], ["__scopeId", "data-v-08603b18"]]), Ug = ["id"], Bg = {
19381
+ const N0 = /* @__PURE__ */ R(Sg, [["render", zg], ["__scopeId", "data-v-08603b18"]]), Lg = ["id"], Ug = {
19371
19382
  key: 0,
19372
19383
  class: "chat-wrapper__selected-chat"
19373
- }, Rg = {
19384
+ }, Bg = {
19374
19385
  key: 1,
19375
19386
  style: { display: "flex", width: "100%" }
19376
- }, Qg = { style: { margin: "auto" } }, $g = {
19387
+ }, Rg = { style: { margin: "auto" } }, Qg = {
19377
19388
  key: 2,
19378
19389
  class: "chat-wrapper__chat-panel"
19379
- }, Yg = /* @__PURE__ */ Y({
19390
+ }, $g = /* @__PURE__ */ Y({
19380
19391
  __name: "ChatWrapper",
19381
19392
  props: {
19382
19393
  isOpenChatPanel: {
@@ -19410,19 +19421,19 @@ const D0 = /* @__PURE__ */ R(Cg, [["render", Lg], ["__scopeId", "data-v-08603b18
19410
19421
  id: "chat-wrapper-" + k(n),
19411
19422
  class: x(["chat-wrapper", e.applyStyle()])
19412
19423
  }, [
19413
- e.isSelectedChat ? (l(), u("div", Bg, [
19424
+ e.isSelectedChat ? (l(), u("div", Ug, [
19414
19425
  ne(a.$slots, "default", {}, void 0, !0)
19415
- ])) : (l(), u("div", Rg, [
19416
- o("div", Qg, [
19426
+ ])) : (l(), u("div", Bg, [
19427
+ o("div", Rg, [
19417
19428
  ne(a.$slots, "placeholder", {}, void 0, !0)
19418
19429
  ])
19419
19430
  ])),
19420
- e.isOpenChatPanel ? (l(), u("div", $g, [
19431
+ e.isOpenChatPanel ? (l(), u("div", Qg, [
19421
19432
  ne(a.$slots, "chatpanel", {}, void 0, !0)
19422
19433
  ])) : p("", !0)
19423
- ], 10, Ug));
19434
+ ], 10, Lg));
19424
19435
  }
19425
- }), T0 = /* @__PURE__ */ R(Yg, [["__scopeId", "data-v-05fae5df"]]), Fg = ["id"], Pg = ["id"], qg = ["id"], Hg = ["id"], Wg = {
19436
+ }), D0 = /* @__PURE__ */ R($g, [["__scopeId", "data-v-05fae5df"]]), Yg = ["id"], Fg = ["id"], Pg = ["id"], qg = ["id"], Hg = {
19426
19437
  __name: "AdaptiveExtendedLayout",
19427
19438
  props: {
19428
19439
  isSecondColVisible: {
@@ -19463,82 +19474,82 @@ const D0 = /* @__PURE__ */ R(Cg, [["render", Lg], ["__scopeId", "data-v-08603b18
19463
19474
  class: "extend-layout__first-col"
19464
19475
  }, [
19465
19476
  ne(s.$slots, "first-col", {}, void 0, !0)
19466
- ], 8, Pg),
19477
+ ], 8, Fg),
19467
19478
  o("div", {
19468
19479
  id: "extend-layout-second-col-" + k(n),
19469
19480
  class: "extend-layout__second-col"
19470
19481
  }, [
19471
19482
  ne(s.$slots, "second-col", {}, void 0, !0)
19472
- ], 8, qg),
19483
+ ], 8, Pg),
19473
19484
  o("div", {
19474
19485
  id: "extend-layout-third-col-" + k(n),
19475
19486
  class: "extend-layout__third-col"
19476
19487
  }, [
19477
19488
  ne(s.$slots, "third-col", {}, void 0, !0)
19478
- ], 8, Hg)
19479
- ], 8, Fg));
19489
+ ], 8, qg)
19490
+ ], 8, Yg));
19480
19491
  }
19481
- }, E0 = /* @__PURE__ */ R(Wg, [["__scopeId", "data-v-98032f1b"]]);
19492
+ }, T0 = /* @__PURE__ */ R(Hg, [["__scopeId", "data-v-98032f1b"]]);
19482
19493
  export {
19483
- T0 as $,
19484
- Gd as A,
19485
- c0 as B,
19486
- j1 as C,
19487
- t1 as D,
19488
- b0 as E,
19489
- id as F,
19490
- M0 as G,
19491
- _0 as H,
19492
- bd as I,
19493
- p0 as J,
19494
- h0 as K,
19494
+ D0 as $,
19495
+ Jd as A,
19496
+ r0 as B,
19497
+ E1 as C,
19498
+ e1 as D,
19499
+ v0 as E,
19500
+ sd as F,
19501
+ b0 as G,
19502
+ M0 as H,
19503
+ vd as I,
19504
+ m0 as J,
19505
+ p0 as K,
19495
19506
  zt as L,
19496
- y0 as M,
19497
- v0 as N,
19498
- Mu as O,
19499
- I0 as P,
19500
- w0 as Q,
19501
- Y1 as R,
19502
- C1 as S,
19503
- Ed as T,
19504
- e0 as U,
19505
- m1 as V,
19506
- k0 as W,
19507
- N0 as X,
19508
- E0 as Y,
19509
- D0 as Z,
19507
+ h0 as M,
19508
+ y0 as N,
19509
+ bu as O,
19510
+ _0 as P,
19511
+ I0 as Q,
19512
+ $1 as R,
19513
+ S1 as S,
19514
+ Td as T,
19515
+ Xg as U,
19516
+ g1 as V,
19517
+ w0 as W,
19518
+ k0 as X,
19519
+ T0 as Y,
19520
+ N0 as Z,
19510
19521
  R as _,
19511
19522
  Za as a,
19512
- i0 as a0,
19513
- o0 as a1,
19514
- l0 as a2,
19515
- r0 as a3,
19523
+ s0 as a0,
19524
+ i0 as a1,
19525
+ o0 as a2,
19526
+ l0 as a3,
19516
19527
  hf as a4,
19517
19528
  lt as a5,
19518
19529
  rt as a6,
19519
- J1 as b,
19520
- ng as c,
19521
- rg as d,
19522
- pg as e,
19530
+ K1 as b,
19531
+ tg as c,
19532
+ lg as d,
19533
+ mg as e,
19523
19534
  At as f,
19524
- Jg as g,
19525
- Gg as h,
19526
- Zg as i,
19527
- Xg as j,
19528
- t0 as k,
19529
- n0 as l,
19530
- a0 as m,
19531
- f0 as n,
19532
- s0 as o,
19535
+ Kg as g,
19536
+ Jg as h,
19537
+ Gg as i,
19538
+ Zg as j,
19539
+ e0 as k,
19540
+ t0 as l,
19541
+ n0 as m,
19542
+ a0 as n,
19543
+ f0 as o,
19533
19544
  Bn as p,
19534
- ko as q,
19545
+ wo as q,
19535
19546
  Nn as r,
19536
- tl as s,
19537
- A0 as t,
19538
- u0 as u,
19547
+ el as s,
19548
+ c0 as t,
19549
+ A0 as u,
19539
19550
  ct as v,
19540
- d0 as w,
19541
- g0 as x,
19551
+ u0 as w,
19552
+ d0 as x,
19542
19553
  Ua as y,
19543
- m0 as z
19554
+ g0 as z
19544
19555
  };