quail-ui 0.5.9 → 0.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { openBlock as a, createElementBlock as u, createElementVNode as d, createStaticVNode as Z, defineComponent as S, ref as y, watch as j, computed as M, onMounted as R, withDirectives as G, vModelText as J, createCommentVNode as b, nextTick as C2, Fragment as Y, renderSlot as D, createBlock as Q, Transition as I1, withCtx as T, normalizeClass as B, normalizeStyle as e1, withModifiers as L1, toDisplayString as H, resolveComponent as E, resolveDynamicComponent as W, renderList as t1, createTextVNode as E1, getCurrentInstance as _2, unref as u1, vModelCheckbox as p2, createVNode as q, useSlots as f2, pushScopeId as q1, popScopeId as A1 } from "vue";
1
+ import { openBlock as a, createElementBlock as u, createElementVNode as d, createStaticVNode as Z, defineComponent as S, ref as y, watch as D, computed as M, onMounted as R, withDirectives as G, vModelText as J, createCommentVNode as b, nextTick as C2, Fragment as Y, renderSlot as T, createBlock as Q, Transition as I1, withCtx as j, normalizeClass as B, normalizeStyle as e1, withModifiers as L1, toDisplayString as H, resolveComponent as q, resolveDynamicComponent as W, renderList as t1, createTextVNode as q1, getCurrentInstance as _2, unref as u1, vModelCheckbox as p2, createVNode as E, useSlots as f2, pushScopeId as E1, popScopeId as A1 } from "vue";
2
2
  const g2 = {
3
3
  name: "QIconArrowUpRight"
4
4
  }, _ = (t, o) => {
@@ -72,17 +72,17 @@ const G1 = /* @__PURE__ */ _(L2, [["render", Q2]]), H2 = {
72
72
  viewBox: "0 0 24 24",
73
73
  fill: "none",
74
74
  xmlns: "http://www.w3.org/2000/svg"
75
- }, E2 = /* @__PURE__ */ d("path", {
75
+ }, q2 = /* @__PURE__ */ d("path", {
76
76
  d: "M6.5 10V14M10.5 10V14M22 13V11M6.8 18H14.2C15.8802 18 16.7202 18 17.362 17.673C17.9265 17.3854 18.3854 16.9265 18.673 16.362C19 15.7202 19 14.8802 19 13.2V10.8C19 9.11984 19 8.27976 18.673 7.63803C18.3854 7.07354 17.9265 6.6146 17.362 6.32698C16.7202 6 15.8802 6 14.2 6H6.8C5.11984 6 4.27976 6 3.63803 6.32698C3.07354 6.6146 2.6146 7.07354 2.32698 7.63803C2 8.27976 2 9.11984 2 10.8V13.2C2 14.8802 2 15.7202 2.32698 16.362C2.6146 16.9265 3.07354 17.3854 3.63803 17.673C4.27976 18 5.11984 18 6.8 18Z",
77
77
  stroke: "currentColor",
78
78
  "stroke-width": "2",
79
79
  "stroke-linecap": "round",
80
80
  "stroke-linejoin": "round"
81
- }, null, -1), q2 = [
82
- E2
81
+ }, null, -1), E2 = [
82
+ q2
83
83
  ];
84
84
  function A2(t, o, e, s, n, i) {
85
- return a(), u("svg", S2, q2);
85
+ return a(), u("svg", S2, E2);
86
86
  }
87
87
  const P2 = /* @__PURE__ */ _(H2, [["render", A2]]), T2 = {
88
88
  name: "QIconBatteryFull"
@@ -253,23 +253,23 @@ function Qt(t, o, e, s, n, i) {
253
253
  }
254
254
  const Ht = /* @__PURE__ */ _(Lt, [["render", Qt]]), St = {
255
255
  name: "QIconDesktop"
256
- }, Et = {
256
+ }, qt = {
257
257
  width: "24",
258
258
  height: "24",
259
259
  viewBox: "0 0 24 24",
260
260
  fill: "none",
261
261
  xmlns: "http://www.w3.org/2000/svg"
262
- }, qt = /* @__PURE__ */ d("path", {
262
+ }, Et = /* @__PURE__ */ d("path", {
263
263
  d: "M8 21H16M12 17V21M6.8 17H17.2C18.8802 17 19.7202 17 20.362 16.673C20.9265 16.3854 21.3854 15.9265 21.673 15.362C22 14.7202 22 13.8802 22 12.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V12.2C2 13.8802 2 14.7202 2.32698 15.362C2.6146 15.9265 3.07354 16.3854 3.63803 16.673C4.27976 17 5.11984 17 6.8 17Z",
264
264
  stroke: "currentColor",
265
265
  "stroke-width": "2",
266
266
  "stroke-linecap": "round",
267
267
  "stroke-linejoin": "round"
268
268
  }, null, -1), At = [
269
- qt
269
+ Et
270
270
  ];
271
271
  function Pt(t, o, e, s, n, i) {
272
- return a(), u("svg", Et, At);
272
+ return a(), u("svg", qt, At);
273
273
  }
274
274
  const Tt = /* @__PURE__ */ _(St, [["render", Pt]]), jt = {
275
275
  name: "QIconDocumentation"
@@ -432,17 +432,17 @@ const Qe = /* @__PURE__ */ _(Ie, [["render", Be]]), He = {
432
432
  viewBox: "0 0 24 24",
433
433
  fill: "none",
434
434
  xmlns: "http://www.w3.org/2000/svg"
435
- }, Ee = /* @__PURE__ */ d("path", {
435
+ }, qe = /* @__PURE__ */ d("path", {
436
436
  d: "M12 16V12M12 8H12.01M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z",
437
437
  stroke: "currentColor",
438
438
  "stroke-width": "2",
439
439
  "stroke-linecap": "round",
440
440
  "stroke-linejoin": "round"
441
- }, null, -1), qe = [
442
- Ee
441
+ }, null, -1), Ee = [
442
+ qe
443
443
  ];
444
444
  function Ae(t, o, e, s, n, i) {
445
- return a(), u("svg", Se, qe);
445
+ return a(), u("svg", Se, Ee);
446
446
  }
447
447
  const Pe = /* @__PURE__ */ _(He, [["render", Ae]]), Te = {
448
448
  name: "QIconLinkBroken"
@@ -611,9 +611,9 @@ const Ln = /* @__PURE__ */ _(vn, [["render", In]]), bn = {
611
611
  function Hn(t, o, e, s, n, i) {
612
612
  return a(), u("svg", Vn, Qn);
613
613
  }
614
- const Sn = /* @__PURE__ */ _(bn, [["render", Hn]]), En = {
614
+ const Sn = /* @__PURE__ */ _(bn, [["render", Hn]]), qn = {
615
615
  name: "QIconPlus"
616
- }, qn = {
616
+ }, En = {
617
617
  width: "24",
618
618
  height: "24",
619
619
  viewBox: "0 0 24 24",
@@ -629,9 +629,9 @@ const Sn = /* @__PURE__ */ _(bn, [["render", Hn]]), En = {
629
629
  An
630
630
  ];
631
631
  function Tn(t, o, e, s, n, i) {
632
- return a(), u("svg", qn, Pn);
632
+ return a(), u("svg", En, Pn);
633
633
  }
634
- const jn = /* @__PURE__ */ _(En, [["render", Tn]]), Dn = {
634
+ const jn = /* @__PURE__ */ _(qn, [["render", Tn]]), Dn = {
635
635
  name: "QIconQuail"
636
636
  }, Zn = {
637
637
  width: "24",
@@ -784,10 +784,10 @@ const Vo = /* @__PURE__ */ _(Mo, [["render", bo]]), Bo = {
784
784
  }, Ho = /* @__PURE__ */ Z('<path d="M3 7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8Z" stroke="url(#paint0_linear_24_7)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 6L7.4336 12.2269C7.13256 12.6374 6.98205 12.8427 6.9869 13.0142C6.99113 13.1634 7.06185 13.303 7.17972 13.3947C7.31514 13.5 7.56967 13.5 8.07872 13.5H12V18L16.5664 11.7731C16.8674 11.3626 17.018 11.1573 17.0131 10.9858C17.0089 10.8366 16.9381 10.697 16.8203 10.6053C16.6849 10.5 16.4303 10.5 15.9213 10.5H12V6Z" fill="url(#paint1_linear_24_7)"></path><defs><linearGradient id="paint0_linear_24_7" x1="12" y1="3" x2="12" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#D6AC5E"></stop><stop offset="1" stop-color="#9D5C2E"></stop></linearGradient><linearGradient id="paint1_linear_24_7" x1="12" y1="6" x2="12" y2="18" gradientUnits="userSpaceOnUse"><stop stop-color="#D7AD5E"></stop><stop offset="1" stop-color="#9C5B2D"></stop></linearGradient></defs>', 3), So = [
785
785
  Ho
786
786
  ];
787
- function Eo(t, o, e, s, n, i) {
787
+ function qo(t, o, e, s, n, i) {
788
788
  return a(), u("svg", Qo, So);
789
789
  }
790
- const qo = /* @__PURE__ */ _(Bo, [["render", Eo]]), Ao = {
790
+ const Eo = /* @__PURE__ */ _(Bo, [["render", qo]]), Ao = {
791
791
  name: "QIconBitcoinCircle"
792
792
  }, Po = {
793
793
  width: "24",
@@ -964,17 +964,17 @@ const V0 = /* @__PURE__ */ _(M0, [["render", b0]]), B0 = {
964
964
  }, null, -1), S0 = /* @__PURE__ */ d("path", {
965
965
  d: "M3.57548 7.00005V4.14405L2.80748 4.54005V3.52605L3.76148 2.99805H4.77548V7.00005H3.57548Z",
966
966
  fill: "currentColor"
967
- }, null, -1), E0 = /* @__PURE__ */ d("path", {
967
+ }, null, -1), q0 = /* @__PURE__ */ d("path", {
968
968
  d: "M2.54175 14V13.184C2.67775 13.112 2.82175 13.024 2.97375 12.92C3.12575 12.812 3.27175 12.694 3.41175 12.566C3.55575 12.434 3.68375 12.3 3.79575 12.164C3.91175 12.028 4.00375 11.892 4.07175 11.756C4.13975 11.62 4.17375 11.494 4.17375 11.378C4.17375 11.222 4.14175 11.102 4.07775 11.018C4.01375 10.934 3.93575 10.878 3.84375 10.85C3.75575 10.818 3.67175 10.802 3.59175 10.802C3.41975 10.802 3.25375 10.846 3.09375 10.934C2.93775 11.022 2.76375 11.142 2.57175 11.294V10.31C2.74375 10.206 2.94375 10.114 3.17175 10.034C3.39975 9.95005 3.67375 9.90805 3.99375 9.90805C4.27775 9.90805 4.52375 9.95405 4.73175 10.046C4.93975 10.138 5.09975 10.278 5.21175 10.466C5.32375 10.654 5.37975 10.894 5.37975 11.186C5.37975 11.378 5.34575 11.554 5.27775 11.714C5.20975 11.87 5.11775 12.014 5.00175 12.146C4.88575 12.274 4.75775 12.392 4.61775 12.5C4.47775 12.608 4.33575 12.708 4.19175 12.8C4.04775 12.892 3.91175 12.982 3.78375 13.07L3.56775 12.92H5.46375V14H2.54175Z",
969
969
  fill: "currentColor"
970
- }, null, -1), q0 = /* @__PURE__ */ d("path", {
970
+ }, null, -1), E0 = /* @__PURE__ */ d("path", {
971
971
  d: "M3.82727 21.048C3.61127 21.048 3.39927 21.016 3.19127 20.952C2.98727 20.884 2.79327 20.804 2.60927 20.712V19.722C2.80927 19.842 3.00327 19.95 3.19127 20.046C3.37927 20.138 3.57727 20.184 3.78527 20.184C3.96127 20.184 4.10327 20.154 4.21127 20.094C4.31927 20.03 4.37327 19.938 4.37327 19.818C4.37327 19.694 4.33327 19.592 4.25327 19.512C4.17727 19.428 4.01527 19.386 3.76727 19.386H3.11327V18.522H3.77927C3.93127 18.522 4.03927 18.488 4.10327 18.42C4.16727 18.348 4.19927 18.272 4.19927 18.192C4.19927 18.092 4.17127 18.018 4.11527 17.97C4.06327 17.918 3.99527 17.882 3.91127 17.862C3.83127 17.842 3.74927 17.832 3.66527 17.832C3.54527 17.832 3.41327 17.848 3.26927 17.88C3.12527 17.908 2.92927 17.98 2.68127 18.096V17.226C2.84127 17.142 3.01527 17.074 3.20327 17.022C3.39527 16.97 3.58727 16.944 3.77927 16.944C3.93527 16.944 4.09727 16.962 4.26527 16.998C4.43727 17.03 4.59527 17.088 4.73927 17.172C4.88727 17.252 5.00727 17.364 5.09927 17.508C5.19127 17.648 5.23727 17.826 5.23727 18.042C5.23727 18.138 5.21927 18.23 5.18327 18.318C5.14727 18.406 5.09927 18.486 5.03927 18.558C4.97927 18.63 4.91127 18.69 4.83527 18.738C4.76327 18.782 4.68927 18.812 4.61327 18.828C4.72927 18.86 4.83527 18.91 4.93127 18.978C5.02727 19.042 5.10927 19.12 5.17727 19.212C5.24927 19.3 5.30327 19.402 5.33927 19.518C5.37927 19.63 5.39927 19.75 5.39927 19.878C5.39927 20.118 5.34927 20.314 5.24927 20.466C5.15327 20.618 5.02527 20.736 4.86527 20.82C4.70927 20.904 4.53927 20.964 4.35527 21C4.17527 21.032 3.99927 21.048 3.82727 21.048Z",
972
972
  fill: "currentColor"
973
973
  }, null, -1), A0 = [
974
974
  H0,
975
975
  S0,
976
- E0,
977
- q0
976
+ q0,
977
+ E0
978
978
  ];
979
979
  function P0(t, o, e, s, n, i) {
980
980
  return a(), u("svg", Q0, A0);
@@ -1143,9 +1143,9 @@ const L4 = /* @__PURE__ */ _(k4, [["render", I4]]), b4 = {
1143
1143
  function H4(t, o, e, s, n, i) {
1144
1144
  return a(), u("svg", V4, Q4);
1145
1145
  }
1146
- const S4 = /* @__PURE__ */ _(b4, [["render", H4]]), E4 = {
1146
+ const S4 = /* @__PURE__ */ _(b4, [["render", H4]]), q4 = {
1147
1147
  name: "QIconPaperclip"
1148
- }, q4 = {
1148
+ }, E4 = {
1149
1149
  width: "24",
1150
1150
  height: "24",
1151
1151
  viewBox: "0 0 24 24",
@@ -1161,9 +1161,9 @@ const S4 = /* @__PURE__ */ _(b4, [["render", H4]]), E4 = {
1161
1161
  A4
1162
1162
  ];
1163
1163
  function T4(t, o, e, s, n, i) {
1164
- return a(), u("svg", q4, P4);
1164
+ return a(), u("svg", E4, P4);
1165
1165
  }
1166
- const j4 = /* @__PURE__ */ _(E4, [["render", T4]]), D4 = {
1166
+ const j4 = /* @__PURE__ */ _(q4, [["render", T4]]), D4 = {
1167
1167
  name: "QIconPin"
1168
1168
  }, Z4 = {
1169
1169
  width: "24",
@@ -1323,9 +1323,9 @@ const L9 = /* @__PURE__ */ _(k9, [["render", I9]]), b9 = {
1323
1323
  function H9(t, o, e, s, n, i) {
1324
1324
  return a(), u("svg", V9, Q9);
1325
1325
  }
1326
- const S9 = /* @__PURE__ */ _(b9, [["render", H9]]), E9 = {
1326
+ const S9 = /* @__PURE__ */ _(b9, [["render", H9]]), q9 = {
1327
1327
  name: "QIconArrowUp"
1328
- }, q9 = {
1328
+ }, E9 = {
1329
1329
  width: "24",
1330
1330
  height: "24",
1331
1331
  viewBox: "0 0 24 24",
@@ -1341,9 +1341,9 @@ const S9 = /* @__PURE__ */ _(b9, [["render", H9]]), E9 = {
1341
1341
  A9
1342
1342
  ];
1343
1343
  function T9(t, o, e, s, n, i) {
1344
- return a(), u("svg", q9, P9);
1344
+ return a(), u("svg", E9, P9);
1345
1345
  }
1346
- const j9 = /* @__PURE__ */ _(E9, [["render", T9]]), D9 = {
1346
+ const j9 = /* @__PURE__ */ _(q9, [["render", T9]]), D9 = {
1347
1347
  name: "QIconArrowDown"
1348
1348
  }, Z9 = {
1349
1349
  width: "24",
@@ -1503,9 +1503,9 @@ const L5 = /* @__PURE__ */ _(k5, [["render", I5]]), b5 = {
1503
1503
  function H5(t, o, e, s, n, i) {
1504
1504
  return a(), u("svg", V5, Q5);
1505
1505
  }
1506
- const S5 = /* @__PURE__ */ _(b5, [["render", H5]]), E5 = {
1506
+ const S5 = /* @__PURE__ */ _(b5, [["render", H5]]), q5 = {
1507
1507
  name: "QIconSpeedoMeter"
1508
- }, q5 = {
1508
+ }, E5 = {
1509
1509
  width: "24",
1510
1510
  height: "24",
1511
1511
  viewBox: "0 0 24 24",
@@ -1521,9 +1521,9 @@ const S5 = /* @__PURE__ */ _(b5, [["render", H5]]), E5 = {
1521
1521
  A5
1522
1522
  ];
1523
1523
  function T5(t, o, e, s, n, i) {
1524
- return a(), u("svg", q5, P5);
1524
+ return a(), u("svg", E5, P5);
1525
1525
  }
1526
- const j5 = /* @__PURE__ */ _(E5, [["render", T5]]), D5 = {
1526
+ const j5 = /* @__PURE__ */ _(q5, [["render", T5]]), D5 = {
1527
1527
  name: "QIconInfoCircle"
1528
1528
  }, Z5 = {
1529
1529
  width: "24",
@@ -1690,7 +1690,7 @@ const b3 = /* @__PURE__ */ _(k3, [["render", L3]]), V3 = {
1690
1690
  function S3(t, o, e, s, n, i) {
1691
1691
  return a(), u("svg", B3, H3);
1692
1692
  }
1693
- const E3 = /* @__PURE__ */ _(V3, [["render", S3]]), q3 = {
1693
+ const q3 = /* @__PURE__ */ _(V3, [["render", S3]]), E3 = {
1694
1694
  name: "QIconEditorDelete"
1695
1695
  }, A3 = {
1696
1696
  width: "24",
@@ -1710,7 +1710,7 @@ const E3 = /* @__PURE__ */ _(V3, [["render", S3]]), q3 = {
1710
1710
  function j3(t, o, e, s, n, i) {
1711
1711
  return a(), u("svg", A3, T3);
1712
1712
  }
1713
- const D3 = /* @__PURE__ */ _(q3, [["render", j3]]), Z3 = {
1713
+ const D3 = /* @__PURE__ */ _(E3, [["render", j3]]), Z3 = {
1714
1714
  name: "QIconLayoutRight"
1715
1715
  }, U3 = {
1716
1716
  width: "24",
@@ -1871,20 +1871,20 @@ const b7 = /* @__PURE__ */ _(x7, [["render", L7]]), V7 = {
1871
1871
  "stroke-width": "2",
1872
1872
  "stroke-linecap": "round",
1873
1873
  "stroke-linejoin": "round"
1874
- }, null, -1), E7 = /* @__PURE__ */ d("path", {
1874
+ }, null, -1), q7 = /* @__PURE__ */ d("path", {
1875
1875
  d: "M8.4 14H4.6C4.03995 14 3.75992 14 3.54601 14.109C3.35785 14.2049 3.20487 14.3578 3.10899 14.546C3 14.7599 3 15.0399 3 15.6V19.4C3 19.9601 3 20.2401 3.10899 20.454C3.20487 20.6422 3.35785 20.7951 3.54601 20.891C3.75992 21 4.03995 21 4.6 21H8.4C8.96005 21 9.24008 21 9.45399 20.891C9.64215 20.7951 9.79513 20.6422 9.89101 20.454C10 20.2401 10 19.9601 10 19.4V15.6C10 15.0399 10 14.7599 9.89101 14.546C9.79513 14.3578 9.64215 14.2049 9.45399 14.109C9.24008 14 8.96005 14 8.4 14Z",
1876
1876
  stroke: "currentColor",
1877
1877
  "stroke-width": "2",
1878
1878
  "stroke-linecap": "round",
1879
1879
  "stroke-linejoin": "round"
1880
- }, null, -1), q7 = [
1880
+ }, null, -1), E7 = [
1881
1881
  Q7,
1882
1882
  H7,
1883
1883
  S7,
1884
- E7
1884
+ q7
1885
1885
  ];
1886
1886
  function A7(t, o, e, s, n, i) {
1887
- return a(), u("svg", B7, q7);
1887
+ return a(), u("svg", B7, E7);
1888
1888
  }
1889
1889
  const P7 = /* @__PURE__ */ _(V7, [["render", A7]]), T7 = {
1890
1890
  name: "QIconPasscode"
@@ -2025,17 +2025,17 @@ function Q8(t, o, e, s, n, i) {
2025
2025
  }
2026
2026
  const H8 = /* @__PURE__ */ _(L8, [["render", Q8]]), S8 = {
2027
2027
  name: "QIconColorDiscord"
2028
- }, E8 = {
2028
+ }, q8 = {
2029
2029
  width: "24",
2030
2030
  height: "24",
2031
2031
  viewBox: "0 0 24 24",
2032
2032
  fill: "none",
2033
2033
  xmlns: "http://www.w3.org/2000/svg"
2034
- }, q8 = /* @__PURE__ */ Z('<g clip-path="url(#clip0_334_24)"><path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="url(#paint0_linear_334_24)"></path><path d="M17.3608 8.16664C15.609 6.85399 13.9306 6.89088 13.9306 6.89088L13.759 7.08713C15.8417 7.71276 16.8095 8.63277 16.8095 8.63277C13.8298 6.99008 10.0345 7.00186 6.93522 8.63277C6.93522 8.63277 7.93978 7.66362 10.145 7.03799L10.0226 6.89073C10.0226 6.89073 8.35637 6.85399 6.59232 8.16649C6.59232 8.16649 4.82812 11.3436 4.82812 15.257C4.82812 15.257 5.85729 17.0235 8.56474 17.1094C8.56474 17.1094 9.01802 16.5696 9.38553 16.1035C7.82971 15.6374 7.24159 14.6682 7.24159 14.6682C8.21908 15.2807 9.20743 15.664 10.4392 15.9072C12.4431 16.3203 14.9357 15.8956 16.7975 14.6682C16.7975 14.6682 16.1849 15.6619 14.58 16.1157C14.9475 16.5696 15.3885 17.0971 15.3885 17.0971C18.096 17.0113 19.125 15.2447 19.125 15.2571C19.1248 11.3438 17.3608 8.16664 17.3608 8.16664ZM9.69174 14.1162C9.00563 14.1162 8.44213 13.5151 8.44213 12.7668C8.49227 10.9747 10.9037 10.9802 10.9414 12.7668C10.9414 13.5151 10.3899 14.1162 9.69174 14.1162ZM14.1632 14.1162C13.4771 14.1162 12.9136 13.5151 12.9136 12.7668C12.9687 10.9782 15.35 10.9775 15.4128 12.7668C15.4128 13.5151 14.8616 14.1162 14.1632 14.1162Z" fill="white"></path></g><defs><linearGradient id="paint0_linear_334_24" x1="12" y1="0" x2="12" y2="23.9124" gradientUnits="userSpaceOnUse"><stop stop-color="#9E9DF1"></stop><stop offset="1" stop-color="#6665D2"></stop></linearGradient><clipPath id="clip0_334_24"><rect width="24" height="24" fill="white"></rect></clipPath></defs>', 2), A8 = [
2035
- q8
2034
+ }, E8 = /* @__PURE__ */ Z('<g clip-path="url(#clip0_334_24)"><path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="url(#paint0_linear_334_24)"></path><path d="M17.3608 8.16664C15.609 6.85399 13.9306 6.89088 13.9306 6.89088L13.759 7.08713C15.8417 7.71276 16.8095 8.63277 16.8095 8.63277C13.8298 6.99008 10.0345 7.00186 6.93522 8.63277C6.93522 8.63277 7.93978 7.66362 10.145 7.03799L10.0226 6.89073C10.0226 6.89073 8.35637 6.85399 6.59232 8.16649C6.59232 8.16649 4.82812 11.3436 4.82812 15.257C4.82812 15.257 5.85729 17.0235 8.56474 17.1094C8.56474 17.1094 9.01802 16.5696 9.38553 16.1035C7.82971 15.6374 7.24159 14.6682 7.24159 14.6682C8.21908 15.2807 9.20743 15.664 10.4392 15.9072C12.4431 16.3203 14.9357 15.8956 16.7975 14.6682C16.7975 14.6682 16.1849 15.6619 14.58 16.1157C14.9475 16.5696 15.3885 17.0971 15.3885 17.0971C18.096 17.0113 19.125 15.2447 19.125 15.2571C19.1248 11.3438 17.3608 8.16664 17.3608 8.16664ZM9.69174 14.1162C9.00563 14.1162 8.44213 13.5151 8.44213 12.7668C8.49227 10.9747 10.9037 10.9802 10.9414 12.7668C10.9414 13.5151 10.3899 14.1162 9.69174 14.1162ZM14.1632 14.1162C13.4771 14.1162 12.9136 13.5151 12.9136 12.7668C12.9687 10.9782 15.35 10.9775 15.4128 12.7668C15.4128 13.5151 14.8616 14.1162 14.1632 14.1162Z" fill="white"></path></g><defs><linearGradient id="paint0_linear_334_24" x1="12" y1="0" x2="12" y2="23.9124" gradientUnits="userSpaceOnUse"><stop stop-color="#9E9DF1"></stop><stop offset="1" stop-color="#6665D2"></stop></linearGradient><clipPath id="clip0_334_24"><rect width="24" height="24" fill="white"></rect></clipPath></defs>', 2), A8 = [
2035
+ E8
2036
2036
  ];
2037
2037
  function P8(t, o, e, s, n, i) {
2038
- return a(), u("svg", E8, A8);
2038
+ return a(), u("svg", q8, A8);
2039
2039
  }
2040
2040
  const T8 = /* @__PURE__ */ _(S8, [["render", P8]]), j8 = {
2041
2041
  name: "QIconColorLine"
@@ -2172,7 +2172,7 @@ const Ls = /* @__PURE__ */ _(ks, [["render", Is]]), bs = /* @__PURE__ */ Object.
2172
2172
  QIconChevronUp: _t,
2173
2173
  QIconChevronUpDouble: f7,
2174
2174
  QIconClockRewind: L4,
2175
- QIconCloseCircle: E3,
2175
+ QIconCloseCircle: q3,
2176
2176
  QIconCode: Ht,
2177
2177
  QIconColorBluesky: Y8,
2178
2178
  QIconColorDiscord: T8,
@@ -2260,7 +2260,7 @@ const Ls = /* @__PURE__ */ _(ks, [["render", Is]]), bs = /* @__PURE__ */ Object.
2260
2260
  QIconUsers: a9,
2261
2261
  QIconVideo: b3,
2262
2262
  QIconWallet: a5,
2263
- QIconZapSquare: qo
2263
+ QIconZapSquare: Eo
2264
2264
  }, Symbol.toStringTag, { value: "Module" })), Vs = { class: "q-datetime-picker touchable outlined" }, Bs = ["disabled"], Qs = ["disabled"], Hs = /* @__PURE__ */ S({
2265
2265
  __name: "QDatetimePicker",
2266
2266
  props: {
@@ -2281,7 +2281,7 @@ const Ls = /* @__PURE__ */ _(ks, [["render", Is]]), bs = /* @__PURE__ */ Object.
2281
2281
  emits: ["update:modelValue", "change"],
2282
2282
  setup(t, { emit: o }) {
2283
2283
  const e = t, s = o, n = y(""), i = y("");
2284
- j(
2284
+ D(
2285
2285
  () => e.modelValue,
2286
2286
  (h) => {
2287
2287
  const p = l(h);
@@ -2365,7 +2365,7 @@ function Ss() {
2365
2365
  debounce: o
2366
2366
  };
2367
2367
  }
2368
- const Es = { class: "q-dialog-body" }, qs = { class: "q-dialog-header" }, As = {
2368
+ const qs = { class: "q-dialog-body" }, Es = { class: "q-dialog-header" }, As = {
2369
2369
  key: 0,
2370
2370
  class: "q-dialog-title"
2371
2371
  }, Ps = { class: "q-dialog-body" }, Ts = /* @__PURE__ */ S({
@@ -2417,7 +2417,7 @@ const Es = { class: "q-dialog-body" }, qs = { class: "q-dialog-header" }, As = {
2417
2417
  let w = [];
2418
2418
  return p.value && w.push("desktop-mode-popup"), w.join(" ");
2419
2419
  });
2420
- j(
2420
+ D(
2421
2421
  () => n.modelValue,
2422
2422
  (w) => {
2423
2423
  r.value = w, C2(() => {
@@ -2453,17 +2453,17 @@ const Es = { class: "q-dialog-body" }, qs = { class: "q-dialog-header" }, As = {
2453
2453
  ref_key: "triggerWrapper",
2454
2454
  ref: C
2455
2455
  }, [
2456
- D(w.$slots, "trigger"),
2456
+ T(w.$slots, "trigger"),
2457
2457
  p.value ? (a(), Q(I1, { key: 0 }, {
2458
- default: T(() => [
2458
+ default: j(() => [
2459
2459
  r.value ? (a(), u("div", {
2460
2460
  key: 0,
2461
2461
  class: B(["q-dialog", g.value]),
2462
2462
  style: e1(f.value),
2463
2463
  onClick: L1(L, ["stop"])
2464
2464
  }, [
2465
- d("div", Es, [
2466
- D(w.$slots, "default")
2465
+ d("div", qs, [
2466
+ T(w.$slots, "default")
2467
2467
  ])
2468
2468
  ], 6)) : b("", !0)
2469
2469
  ]),
@@ -2471,7 +2471,7 @@ const Es = { class: "q-dialog-body" }, qs = { class: "q-dialog-header" }, As = {
2471
2471
  })) : b("", !0)
2472
2472
  ], 512),
2473
2473
  p.value ? b("", !0) : (a(), Q(I1, { key: 0 }, {
2474
- default: T(() => [
2474
+ default: j(() => [
2475
2475
  r.value ? (a(), u("div", {
2476
2476
  key: 0,
2477
2477
  class: B(["q-dialog-mask", k.value]),
@@ -2484,11 +2484,11 @@ const Es = { class: "q-dialog-body" }, qs = { class: "q-dialog-header" }, As = {
2484
2484
  style: e1(f.value),
2485
2485
  onClick: L1(L, ["stop"])
2486
2486
  }, [
2487
- d("div", qs, [
2488
- t.title ? (a(), u("div", As, H(t.title), 1)) : D(w.$slots, "header", { key: 1 })
2487
+ d("div", Es, [
2488
+ t.title ? (a(), u("div", As, H(t.title), 1)) : T(w.$slots, "header", { key: 1 })
2489
2489
  ]),
2490
2490
  d("div", Ps, [
2491
- D(w.$slots, "default")
2491
+ T(w.$slots, "default")
2492
2492
  ])
2493
2493
  ], 6)
2494
2494
  ], 2)) : b("", !0)
@@ -2533,14 +2533,14 @@ const js = { class: "message-dialog-content" }, Ds = { class: "mt-6 mb-4 text-ce
2533
2533
  emits: ["update:modelValue"],
2534
2534
  setup(t, { emit: o }) {
2535
2535
  const e = t, s = y(e.modelValue), n = o, i = M(() => e.actions.length > 2 ? e.actions.slice(0, 2) : e.actions);
2536
- j(() => e.modelValue, (r) => {
2536
+ D(() => e.modelValue, (r) => {
2537
2537
  s.value = r;
2538
2538
  });
2539
2539
  function c() {
2540
2540
  s.value = !1, n("update:modelValue", !1);
2541
2541
  }
2542
2542
  return (r, l) => {
2543
- const C = E("QButton"), h = E("QDialog");
2543
+ const C = q("QButton"), h = q("QDialog");
2544
2544
  return a(), Q(h, {
2545
2545
  modelValue: s.value,
2546
2546
  "onUpdate:modelValue": l[0] || (l[0] = (p) => s.value = p),
@@ -2548,7 +2548,7 @@ const js = { class: "message-dialog-content" }, Ds = { class: "mt-6 mb-4 text-ce
2548
2548
  width: "500px",
2549
2549
  onClose: c
2550
2550
  }, {
2551
- default: T(() => [
2551
+ default: j(() => [
2552
2552
  d("div", js, [
2553
2553
  d("div", Ds, [
2554
2554
  d("div", {
@@ -2570,8 +2570,8 @@ const js = { class: "message-dialog-content" }, Ds = { class: "mt-6 mb-4 text-ce
2570
2570
  onClick: p.action,
2571
2571
  key: p.name
2572
2572
  }, {
2573
- default: T(() => [
2574
- E1(H(p.label), 1)
2573
+ default: j(() => [
2574
+ q1(H(p.label), 1)
2575
2575
  ]),
2576
2576
  _: 2
2577
2577
  }, 1032, ["class", "onClick"]))), 128))
@@ -2727,7 +2727,7 @@ const i6 = ["disabled"], r6 = { class: "q-switch-inner" }, c6 = { class: "q-swit
2727
2727
  emits: ["update:modelValue", "change"],
2728
2728
  setup(t, { emit: o }) {
2729
2729
  const e = t, s = y(e.modelValue);
2730
- j(() => e.modelValue, (r) => {
2730
+ D(() => e.modelValue, (r) => {
2731
2731
  s.value = r;
2732
2732
  });
2733
2733
  const n = o, i = M(() => {
@@ -2738,7 +2738,7 @@ const i6 = ["disabled"], r6 = { class: "q-switch-inner" }, c6 = { class: "q-swit
2738
2738
  n("update:modelValue", s.value), n("change", s.value);
2739
2739
  }
2740
2740
  return (r, l) => {
2741
- const C = E("q-icon-sun"), h = E("q-icon-moon-star");
2741
+ const C = q("q-icon-sun"), h = q("q-icon-moon-star");
2742
2742
  return a(), u("label", {
2743
2743
  class: B(["q-switch", i.value])
2744
2744
  }, [
@@ -2817,7 +2817,7 @@ const a6 = { class: "q-text-field-wrapper" }, d6 = ["placeholder"], u6 = { class
2817
2817
  const f = (g = n.value) == null ? void 0 : g.trim();
2818
2818
  return /^\d{6}$/.test(f);
2819
2819
  }), C = M(() => e.loading ? "Loading..." : e.actionLabel);
2820
- j(() => e.modelValue, (f) => {
2820
+ D(() => e.modelValue, (f) => {
2821
2821
  n.value = f;
2822
2822
  });
2823
2823
  function h() {
@@ -2827,7 +2827,7 @@ const a6 = { class: "q-text-field-wrapper" }, d6 = ["placeholder"], u6 = { class
2827
2827
  s("update:modelValue", n.value);
2828
2828
  }
2829
2829
  return (f, g) => {
2830
- const k = E("q-button");
2830
+ const k = q("q-button");
2831
2831
  return a(), u("div", {
2832
2832
  class: B(["q-text-field-with-button", i.value])
2833
2833
  }, [
@@ -2842,13 +2842,13 @@ const a6 = { class: "q-text-field-wrapper" }, d6 = ["placeholder"], u6 = { class
2842
2842
  ])
2843
2843
  ]),
2844
2844
  d("div", u6, [
2845
- q(k, {
2845
+ E(k, {
2846
2846
  class: B(t.buttonCls),
2847
2847
  disabled: !c.value,
2848
2848
  onClick: h
2849
2849
  }, {
2850
- default: T(() => [
2851
- E1(H(C.value), 1)
2850
+ default: j(() => [
2851
+ q1(H(C.value), 1)
2852
2852
  ]),
2853
2853
  _: 1
2854
2854
  }, 8, ["class", "disabled"])
@@ -2976,7 +2976,7 @@ const C6 = { class: "q-dropdown-menu" }, _6 = { class: "q-dropdown-menu-inner na
2976
2976
  function L(w) {
2977
2977
  w.divider || (i.value = !1, c.value = w, n("change", w));
2978
2978
  }
2979
- return j(
2979
+ return D(
2980
2980
  () => s.initialItem,
2981
2981
  () => {
2982
2982
  s.initialItem && (c.value = s.initialItem);
@@ -2986,7 +2986,7 @@ const C6 = { class: "q-dropdown-menu" }, _6 = { class: "q-dropdown-menu-inner na
2986
2986
  w.key === "quailui_global_popup_trigger" && w.newValue && (i.value = !1);
2987
2987
  });
2988
2988
  }), (w, m) => {
2989
- const $ = E("q-icon-chevron-down"), v = E("q-menu"), I = E("q-dialog");
2989
+ const $ = q("q-icon-chevron-down"), v = q("q-menu"), I = q("q-dialog");
2990
2990
  return a(), u("div", C6, [
2991
2991
  d("div", _6, [
2992
2992
  d("div", {
@@ -3006,17 +3006,17 @@ const C6 = { class: "q-dropdown-menu" }, _6 = { class: "q-dropdown-menu-inner na
3006
3006
  })) : b("", !0),
3007
3007
  t.hideActionLabel ? b("", !0) : (a(), u("div", m6, H(c.value ? c.value.title : s.placeholder || "Select ..."), 1))
3008
3008
  ])) : b("", !0),
3009
- D(w.$slots, "default"),
3009
+ T(w.$slots, "default"),
3010
3010
  t.hideSelected || f.value ? (a(), u("div", v6)) : b("", !0),
3011
- q($, { class: "icon chevron-icon" })
3011
+ E($, { class: "icon chevron-icon" })
3012
3012
  ], 2),
3013
3013
  k.value ? b("", !0) : (a(), u("div", {
3014
3014
  key: 0,
3015
3015
  ref_key: "menuWrapper",
3016
3016
  ref: r
3017
3017
  }, [
3018
- q(I1, null, {
3019
- default: T(() => [
3018
+ E(I1, null, {
3019
+ default: j(() => [
3020
3020
  i.value ? (a(), Q(v, {
3021
3021
  key: 0,
3022
3022
  items: t.items,
@@ -3032,7 +3032,7 @@ const C6 = { class: "q-dropdown-menu" }, _6 = { class: "q-dropdown-menu-inner na
3032
3032
  "onUpdate:modelValue": m[1] || (m[1] = (V) => i.value = V),
3033
3033
  "no-frame": ""
3034
3034
  }, {
3035
- default: T(() => [
3035
+ default: j(() => [
3036
3036
  d("div", k6, [
3037
3037
  s.useFilter ? (a(), u("div", x6, [
3038
3038
  G(d("input", {
@@ -3114,7 +3114,7 @@ const I6 = { class: "q-pagination" }, L6 = {
3114
3114
  }
3115
3115
  return h;
3116
3116
  }), n = y(e.modelValue);
3117
- j(() => e.modelValue, (C) => {
3117
+ D(() => e.modelValue, (C) => {
3118
3118
  n.value = C;
3119
3119
  });
3120
3120
  const i = o;
@@ -3128,27 +3128,27 @@ const I6 = { class: "q-pagination" }, L6 = {
3128
3128
  h.disabled || (n.value = C, i("change:goto", n.value), i("update:modelValue", n.value));
3129
3129
  }
3130
3130
  return (C, h) => {
3131
- const p = E("q-button");
3131
+ const p = q("q-button");
3132
3132
  return a(), u("div", I6, [
3133
- q(p, {
3133
+ E(p, {
3134
3134
  class: "prev sm outlined icon",
3135
3135
  onClick: c,
3136
3136
  disabled: !e.hasPrev
3137
3137
  }, {
3138
- default: T(() => [
3139
- q(O1, { class: "icon" })
3138
+ default: j(() => [
3139
+ E(O1, { class: "icon" })
3140
3140
  ]),
3141
3141
  _: 1
3142
3142
  }, 8, ["disabled"]),
3143
3143
  t.totalPage !== 0 ? (a(), u("div", L6, [
3144
3144
  (a(!0), u(Y, null, t1(s.value, (f) => (a(), u("div", b6, [
3145
- q(p, {
3145
+ E(p, {
3146
3146
  class: B(["q-page-indicator sm outlined", f.label === n.value ? "active" : ""]),
3147
3147
  disabled: f.disabled,
3148
3148
  onClick: (g) => l(f.label, f)
3149
3149
  }, {
3150
- default: T(() => [
3151
- E1(H(f.label), 1)
3150
+ default: j(() => [
3151
+ q1(H(f.label), 1)
3152
3152
  ]),
3153
3153
  _: 2
3154
3154
  }, 1032, ["class", "disabled", "onClick"])
@@ -3157,18 +3157,18 @@ const I6 = { class: "q-pagination" }, L6 = {
3157
3157
  key: 1,
3158
3158
  class: "outlined sm q-page-indicator-simple q-page-indicator"
3159
3159
  }, {
3160
- default: T(() => [
3160
+ default: j(() => [
3161
3161
  d("div", V6, H(t.modelValue), 1)
3162
3162
  ]),
3163
3163
  _: 1
3164
3164
  })),
3165
- q(p, {
3165
+ E(p, {
3166
3166
  class: "next sm outlined icon",
3167
3167
  onClick: r,
3168
3168
  disabled: !e.hasNext
3169
3169
  }, {
3170
- default: T(() => [
3171
- q(G1, { class: "icon" })
3170
+ default: j(() => [
3171
+ E(G1, { class: "icon" })
3172
3172
  ]),
3173
3173
  _: 1
3174
3174
  }, 8, ["disabled"])
@@ -3178,7 +3178,7 @@ const I6 = { class: "q-pagination" }, L6 = {
3178
3178
  });
3179
3179
  const Q6 = { class: "q-progress-slot" }, H6 = /* @__PURE__ */ d("div", { class: "q-progress-bar-inner" }, null, -1), S6 = [
3180
3180
  H6
3181
- ], E6 = /* @__PURE__ */ S({
3181
+ ], q6 = /* @__PURE__ */ S({
3182
3182
  __name: "QProgress",
3183
3183
  props: {
3184
3184
  infinite: {
@@ -3212,7 +3212,7 @@ const Q6 = { class: "q-progress-slot" }, H6 = /* @__PURE__ */ d("div", { class:
3212
3212
  ], 2));
3213
3213
  }
3214
3214
  });
3215
- const q6 = /* @__PURE__ */ S({
3215
+ const E6 = /* @__PURE__ */ S({
3216
3216
  __name: "QLanguageSelector",
3217
3217
  props: {
3218
3218
  lang: {
@@ -3277,19 +3277,19 @@ const q6 = /* @__PURE__ */ S({
3277
3277
  value: r.value
3278
3278
  });
3279
3279
  }
3280
- return j(() => s.lang, (r) => {
3280
+ return D(() => s.lang, (r) => {
3281
3281
  n.value = i.value.find((l) => r === l.value);
3282
3282
  }), R(() => {
3283
3283
  n.value = i.value.find((r) => s.lang === r.value || localStorage.getItem("quail-language") === r.value) || i.value[0];
3284
3284
  }), (r, l) => {
3285
- const C = E("QDropdownMenu");
3285
+ const C = q("QDropdownMenu");
3286
3286
  return a(), Q(C, {
3287
3287
  items: i.value,
3288
3288
  "initial-item": n.value
3289
3289
  }, null, 8, ["items", "initial-item"]);
3290
3290
  };
3291
3291
  }
3292
- }), Y1 = (t) => (q1("data-v-909717ab"), t = t(), A1(), t), A6 = { class: "q-pack-cover" }, P6 = /* @__PURE__ */ Y1(() => /* @__PURE__ */ d("div", { class: "q-pack-cover-layer one" }, null, -1)), T6 = /* @__PURE__ */ Y1(() => /* @__PURE__ */ d("div", { class: "q-pack-cover-layer two" }, null, -1)), j6 = { class: "q-pack-cover-inner" }, D6 = ["src", "alt"], Z6 = /* @__PURE__ */ S({
3292
+ }), Y1 = (t) => (E1("data-v-35d23afd"), t = t(), A1(), t), A6 = { class: "q-pack-cover" }, P6 = /* @__PURE__ */ Y1(() => /* @__PURE__ */ d("div", { class: "q-pack-cover-layer one" }, null, -1)), T6 = /* @__PURE__ */ Y1(() => /* @__PURE__ */ d("div", { class: "q-pack-cover-layer two" }, null, -1)), j6 = { class: "q-pack-cover-inner" }, D6 = ["src", "alt"], Z6 = /* @__PURE__ */ S({
3293
3293
  __name: "QPackCover",
3294
3294
  props: {
3295
3295
  src: {
@@ -3314,7 +3314,7 @@ const q6 = /* @__PURE__ */ S({
3314
3314
  ]));
3315
3315
  }
3316
3316
  });
3317
- const U6 = /* @__PURE__ */ _(Z6, [["__scopeId", "data-v-909717ab"]]);
3317
+ const U6 = /* @__PURE__ */ _(Z6, [["__scopeId", "data-v-35d23afd"]]);
3318
3318
  function N6(t) {
3319
3319
  if (navigator.clipboard && window.isSecureContext)
3320
3320
  navigator.clipboard.writeText(t).then(function() {
@@ -4816,7 +4816,7 @@ a1.toDataURL = Z1.bind(null, h2.renderToDataURL);
4816
4816
  a1.toString = Z1.bind(null, function(t, o, e) {
4817
4817
  return Hi.render(t, e);
4818
4818
  });
4819
- const Si = { class: "q-dialog-content mastodon-dialog-content flex center" }, Ei = { class: "q-dialog-content general-dialog-content" }, qi = { class: "qrcode-wrapper" }, Ai = ["src"], Pi = { class: "operations form" }, Ti = { class: "copy-row form-row flex center" }, ji = /* @__PURE__ */ d("span", { class: "button-label" }, "Copy URL", -1), Di = ["title", "onClick"], Zi = /* @__PURE__ */ S({
4819
+ const Si = { class: "q-dialog-content mastodon-dialog-content flex center" }, qi = { class: "q-dialog-content general-dialog-content" }, Ei = { class: "qrcode-wrapper" }, Ai = ["src"], Pi = { class: "operations form" }, Ti = { class: "copy-row form-row flex center" }, ji = /* @__PURE__ */ d("span", { class: "button-label" }, "Copy URL", -1), Di = ["title", "onClick"], Zi = /* @__PURE__ */ S({
4820
4820
  __name: "QShare",
4821
4821
  props: {
4822
4822
  url: {
@@ -4933,18 +4933,18 @@ const Si = { class: "q-dialog-content mastodon-dialog-content flex center" }, Ei
4933
4933
  localStorage.setItem("quailui_global_mastodon_host", c.value), window.open(m, "_blank"), i.value = !1;
4934
4934
  }
4935
4935
  return (m, $) => {
4936
- const v = E("q-icon-color-mastodon"), I = E("q-icon-arrow-right"), V = E("q-button"), A = E("q-dialog"), U = E("q-icon-copy");
4936
+ const v = q("q-icon-color-mastodon"), I = q("q-icon-arrow-right"), V = q("q-button"), A = q("q-dialog"), U = q("q-icon-copy");
4937
4937
  return a(), u("div", {
4938
4938
  class: B(["q-share", C.value])
4939
4939
  }, [
4940
- q(A, {
4940
+ E(A, {
4941
4941
  modelValue: i.value,
4942
4942
  "onUpdate:modelValue": $[1] || ($[1] = (P) => i.value = P),
4943
4943
  title: "Share to Mastodon"
4944
4944
  }, {
4945
- default: T(() => [
4945
+ default: j(() => [
4946
4946
  d("div", Si, [
4947
- q(v, { class: "service-icon" }),
4947
+ E(v, { class: "service-icon" }),
4948
4948
  G(d("input", {
4949
4949
  class: "text-field",
4950
4950
  "onUpdate:modelValue": $[0] || ($[0] = (P) => c.value = P),
@@ -4954,12 +4954,12 @@ const Si = { class: "q-dialog-content mastodon-dialog-content flex center" }, Ei
4954
4954
  }, null, 512), [
4955
4955
  [J, c.value]
4956
4956
  ]),
4957
- q(V, {
4957
+ E(V, {
4958
4958
  class: "primary icon ml-2",
4959
4959
  onClick: w
4960
4960
  }, {
4961
- default: T(() => [
4962
- q(I)
4961
+ default: j(() => [
4962
+ E(I)
4963
4963
  ]),
4964
4964
  _: 1
4965
4965
  })
@@ -4967,14 +4967,14 @@ const Si = { class: "q-dialog-content mastodon-dialog-content flex center" }, Ei
4967
4967
  ]),
4968
4968
  _: 1
4969
4969
  }, 8, ["modelValue"]),
4970
- q(A, {
4970
+ E(A, {
4971
4971
  modelValue: e.value,
4972
4972
  "onUpdate:modelValue": $[2] || ($[2] = (P) => e.value = P),
4973
4973
  title: "Share to ..."
4974
4974
  }, {
4975
- default: T(() => [
4976
- d("div", Ei, [
4977
- d("div", qi, [
4975
+ default: j(() => [
4976
+ d("div", qi, [
4977
+ d("div", Ei, [
4978
4978
  d("img", {
4979
4979
  src: n.value,
4980
4980
  alt: "QR Code",
@@ -4983,12 +4983,12 @@ const Si = { class: "q-dialog-content mastodon-dialog-content flex center" }, Ei
4983
4983
  ]),
4984
4984
  d("div", Pi, [
4985
4985
  d("div", Ti, [
4986
- q(V, {
4986
+ E(V, {
4987
4987
  class: "highlight",
4988
4988
  onClick: x
4989
4989
  }, {
4990
- default: T(() => [
4991
- q(U, { class: "icon" }),
4990
+ default: j(() => [
4991
+ E(U, { class: "icon" }),
4992
4992
  ji
4993
4993
  ]),
4994
4994
  _: 1
@@ -5067,7 +5067,7 @@ const Ui = ["src", "alt"], R1 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2I
5067
5067
  class: B(["q-avatar", s.value]),
5068
5068
  style: e1(n.value)
5069
5069
  }, [
5070
- o.src === "" && c.$slots.default ? D(c.$slots, "default", { key: 0 }) : (a(), u("img", {
5070
+ o.src === "" && c.$slots.default ? T(c.$slots, "default", { key: 0 }) : (a(), u("img", {
5071
5071
  key: 1,
5072
5072
  src: e.value,
5073
5073
  alt: t.alt,
@@ -5137,11 +5137,11 @@ const Fi = { class: "q-dropdown-menu-with-text-field" }, Ri = { class: "q-dropdo
5137
5137
  });
5138
5138
  }, 300)();
5139
5139
  }), (f, g) => {
5140
- const k = E("q-dropdown-menu");
5140
+ const k = q("q-dropdown-menu");
5141
5141
  return a(), u("div", Fi, [
5142
5142
  d("div", Ri, [
5143
5143
  d("div", zi, [
5144
- q(k, {
5144
+ E(k, {
5145
5145
  items: t.items,
5146
5146
  "initial-item": i.value,
5147
5147
  "use-dialog": "always",
@@ -5172,7 +5172,7 @@ const Fi = { class: "q-dropdown-menu-with-text-field" }, Ri = { class: "q-dropdo
5172
5172
  d("span", {
5173
5173
  textContent: H(e.fillActionLabel)
5174
5174
  }, null, 8, Yi),
5175
- q(z1, { class: "icon" })
5175
+ E(z1, { class: "icon" })
5176
5176
  ]),
5177
5177
  d("div", Ki, [
5178
5178
  d("span", {
@@ -5184,7 +5184,7 @@ const Fi = { class: "q-dropdown-menu-with-text-field" }, Ri = { class: "q-dropdo
5184
5184
  };
5185
5185
  }
5186
5186
  });
5187
- const tr = /* @__PURE__ */ _(Xi, [["__scopeId", "data-v-cc38c31d"]]), er = (t) => (q1("data-v-239de42a"), t = t(), A1(), t), nr = ["disabled"], or = {
5187
+ const tr = /* @__PURE__ */ _(Xi, [["__scopeId", "data-v-cc38c31d"]]), er = (t) => (E1("data-v-239de42a"), t = t(), A1(), t), nr = ["disabled"], or = {
5188
5188
  key: 0,
5189
5189
  class: "ocean"
5190
5190
  }, sr = /* @__PURE__ */ er(() => /* @__PURE__ */ d("div", { class: "wave" }, null, -1)), ir = [
@@ -5215,11 +5215,11 @@ const tr = /* @__PURE__ */ _(Xi, [["__scopeId", "data-v-cc38c31d"]]), er = (t) =
5215
5215
  disabled: !s.value
5216
5216
  }, [
5217
5217
  o.loading ? (a(), u("div", or, ir)) : b("", !0),
5218
- D(n.$slots, "default", {}, void 0, !0)
5218
+ T(n.$slots, "default", {}, void 0, !0)
5219
5219
  ], 10, nr));
5220
5220
  }
5221
5221
  });
5222
- const cr = /* @__PURE__ */ _(rr, [["__scopeId", "data-v-239de42a"]]), lr = { class: "q-tabs" }, ar = { class: "q-tab-button-label" }, dr = /* @__PURE__ */ S({
5222
+ const cr = /* @__PURE__ */ _(rr, [["__scopeId", "data-v-239de42a"]]), lr = { class: "q-tab-button-label" }, ar = /* @__PURE__ */ S({
5223
5223
  __name: "QTabs",
5224
5224
  props: {
5225
5225
  modelValue: Object,
@@ -5230,12 +5230,17 @@ const cr = /* @__PURE__ */ _(rr, [["__scopeId", "data-v-239de42a"]]), lr = { cla
5230
5230
  initialIndex: {
5231
5231
  type: Number,
5232
5232
  default: 0
5233
+ },
5234
+ variant: {
5235
+ type: String,
5236
+ default: "normal"
5237
+ // normal, plain
5233
5238
  }
5234
5239
  },
5235
5240
  emits: ["change", "update:modelValue"],
5236
5241
  setup(t, { emit: o }) {
5237
5242
  const e = t, s = o, n = y(e.tabs[e.initialIndex]), i = y(e.initialIndex);
5238
- j(() => e.modelValue, (l) => {
5243
+ D(() => e.modelValue, (l) => {
5239
5244
  i.value = e.tabs.findIndex((C) => C.id === l.id), n.value = l || e.tabs[0];
5240
5245
  });
5241
5246
  function c(l, C) {
@@ -5243,39 +5248,41 @@ const cr = /* @__PURE__ */ _(rr, [["__scopeId", "data-v-239de42a"]]), lr = { cla
5243
5248
  }
5244
5249
  function r(l, C) {
5245
5250
  const h = [];
5246
- return i.value === C ? h.push("selected outlined") : h.push("plain"), l.icon && h.push("with-icon"), l.title && h.push("with-label"), h.join(" ");
5251
+ return e.variant === "normal" ? i.value === C ? h.push("selected outlined") : h.push("non-selected plain") : e.variant === "plain" && (i.value === C ? h.push("selected plain") : h.push("non-selected plain")), l.icon && h.push("with-icon"), l.title && h.push("with-label"), h.join(" ");
5247
5252
  }
5248
5253
  return (l, C) => {
5249
- const h = E("QButton");
5250
- return a(), u("div", lr, [
5254
+ const h = q("QButton");
5255
+ return a(), u("div", {
5256
+ class: B(["q-tabs", e.variant])
5257
+ }, [
5251
5258
  (a(!0), u(Y, null, t1(t.tabs, (p, f) => (a(), Q(h, {
5252
5259
  class: B(["q-tab-button sm", r(p, f)]),
5253
5260
  key: `tab-button-${f}`,
5254
5261
  onClick: (g) => c(f, p)
5255
5262
  }, {
5256
- default: T(() => [
5263
+ default: j(() => [
5257
5264
  p.icon ? (a(), Q(W(p.icon), {
5258
5265
  key: 0,
5259
5266
  class: "q-tab-button-icon"
5260
5267
  })) : b("", !0),
5261
- d("div", ar, H(p.title), 1)
5268
+ d("div", lr, H(p.title), 1)
5262
5269
  ]),
5263
5270
  _: 2
5264
5271
  }, 1032, ["class", "onClick"]))), 128))
5265
- ]);
5272
+ ], 2);
5266
5273
  };
5267
5274
  }
5268
5275
  });
5269
- const ur = /* @__PURE__ */ _(dr, [["__scopeId", "data-v-d2ef5460"]]), hr = { class: "q-input-prepend-out" }, Cr = { class: "q-text-field-wrapper" }, _r = { class: "q-text-field-inner" }, pr = { class: "q-input-prepend" }, fr = ["placeholder", "disabled"], gr = { class: "q-input-append" }, wr = {
5276
+ const dr = /* @__PURE__ */ _(ar, [["__scopeId", "data-v-5afbb532"]]), ur = { class: "q-input-prepend-out" }, hr = { class: "q-text-field-wrapper" }, Cr = { class: "q-text-field-inner" }, _r = { class: "q-input-prepend" }, pr = ["placeholder", "disabled"], fr = { class: "q-input-append" }, gr = {
5270
5277
  key: 0,
5271
5278
  class: "q-text-field-hint q-text-caption"
5272
- }, $r = { class: "q-text-field-hint-left" }, mr = {
5279
+ }, wr = { class: "q-text-field-hint-left" }, $r = {
5273
5280
  key: 1,
5274
5281
  class: "q-text-field-hint-text"
5275
- }, vr = {
5282
+ }, mr = {
5276
5283
  key: 0,
5277
5284
  class: "q-text-field-counter q-text-caption"
5278
- }, kr = { class: "q-input-append-out" }, xr = /* @__PURE__ */ S({
5285
+ }, vr = { class: "q-input-append-out" }, kr = /* @__PURE__ */ S({
5279
5286
  __name: "QInput",
5280
5287
  props: {
5281
5288
  modelValue: {
@@ -5309,7 +5316,7 @@ const ur = /* @__PURE__ */ _(dr, [["__scopeId", "data-v-d2ef5460"]]), hr = { cla
5309
5316
  emits: ["change", "blur", "focus", "keyup", "update:modelValue"],
5310
5317
  setup(t, { emit: o }) {
5311
5318
  const e = t, s = o, n = y(e.defaultText), i = y(null);
5312
- j(() => e.modelValue, (g) => {
5319
+ D(() => e.modelValue, (g) => {
5313
5320
  n.value = g;
5314
5321
  });
5315
5322
  const c = M(() => e.max === -1 ? !1 : n.value.length > e.max), r = M(() => e.hintIcon || e.hintText || e.max !== -1 || e.error), l = M(() => {
@@ -5330,17 +5337,17 @@ const ur = /* @__PURE__ */ _(dr, [["__scopeId", "data-v-d2ef5460"]]), hr = { cla
5330
5337
  }
5331
5338
  return R(() => {
5332
5339
  }), (g, k) => {
5333
- const x = E("QIconEditorDelete"), L = E("QButton");
5340
+ const x = q("QIconEditorDelete"), L = q("QButton");
5334
5341
  return a(), u("div", {
5335
5342
  class: B(["q-input", l.value])
5336
5343
  }, [
5337
- d("div", hr, [
5338
- D(g.$slots, "prepend-out", {}, void 0, !0)
5344
+ d("div", ur, [
5345
+ T(g.$slots, "prepend-out", {}, void 0, !0)
5339
5346
  ]),
5340
- d("div", Cr, [
5341
- d("div", _r, [
5342
- d("div", pr, [
5343
- D(g.$slots, "prepend", {}, void 0, !0)
5347
+ d("div", hr, [
5348
+ d("div", Cr, [
5349
+ d("div", _r, [
5350
+ T(g.$slots, "prepend", {}, void 0, !0)
5344
5351
  ]),
5345
5352
  G(d("input", {
5346
5353
  ref_key: "textField",
@@ -5353,44 +5360,44 @@ const ur = /* @__PURE__ */ _(dr, [["__scopeId", "data-v-d2ef5460"]]), hr = { cla
5353
5360
  onKeyup: C,
5354
5361
  onFocus: k[1] || (k[1] = () => s("focus")),
5355
5362
  onBlur: k[2] || (k[2] = () => s("blur"))
5356
- }, null, 40, fr), [
5363
+ }, null, 40, pr), [
5357
5364
  [J, n.value]
5358
5365
  ]),
5359
- q(L, {
5366
+ E(L, {
5360
5367
  class: "clear-btn plain sm icon",
5361
5368
  onClick: p
5362
5369
  }, {
5363
- default: T(() => [
5364
- q(x, { class: "icon" })
5370
+ default: j(() => [
5371
+ E(x, { class: "icon" })
5365
5372
  ]),
5366
5373
  _: 1
5367
5374
  }),
5368
- d("div", gr, [
5369
- D(g.$slots, "append", {}, void 0, !0)
5375
+ d("div", fr, [
5376
+ T(g.$slots, "append", {}, void 0, !0)
5370
5377
  ])
5371
5378
  ]),
5372
- r.value ? (a(), u("div", wr, [
5373
- d("div", $r, [
5379
+ r.value ? (a(), u("div", gr, [
5380
+ d("div", wr, [
5374
5381
  t.hintIcon ? (a(), Q(W(t.hintIcon), {
5375
5382
  key: 0,
5376
5383
  class: "q-text-field-hint-icon"
5377
5384
  })) : b("", !0),
5378
- t.hintText ? (a(), u("div", mr, H(t.hintText), 1)) : b("", !0)
5385
+ t.hintText ? (a(), u("div", $r, H(t.hintText), 1)) : b("", !0)
5379
5386
  ]),
5380
- t.max !== -1 ? (a(), u("div", vr, H(n.value.length) + " / " + H(t.max), 1)) : b("", !0)
5387
+ t.max !== -1 ? (a(), u("div", mr, H(n.value.length) + " / " + H(t.max), 1)) : b("", !0)
5381
5388
  ])) : b("", !0)
5382
5389
  ]),
5383
- d("div", kr, [
5384
- D(g.$slots, "append-out", {}, void 0, !0)
5390
+ d("div", vr, [
5391
+ T(g.$slots, "append-out", {}, void 0, !0)
5385
5392
  ])
5386
5393
  ], 2);
5387
5394
  };
5388
5395
  }
5389
5396
  });
5390
- const Mr = /* @__PURE__ */ _(xr, [["__scopeId", "data-v-bd9cfa59"]]), yr = { class: "q-search-input" }, Ir = {
5397
+ const xr = /* @__PURE__ */ _(kr, [["__scopeId", "data-v-99ca6095"]]), Mr = { class: "q-search-input" }, yr = {
5391
5398
  key: 0,
5392
5399
  class: "result"
5393
- }, Lr = /* @__PURE__ */ S({
5400
+ }, Ir = /* @__PURE__ */ S({
5394
5401
  __name: "QSearchInput",
5395
5402
  props: {
5396
5403
  modelValue: {
@@ -5414,11 +5421,11 @@ const Mr = /* @__PURE__ */ _(xr, [["__scopeId", "data-v-bd9cfa59"]]), yr = { cla
5414
5421
  emits: ["change", "blur", "focus", "keyup", "select", "update:modelValue"],
5415
5422
  setup(t, { emit: o }) {
5416
5423
  const e = t, s = o, n = y(e.defaultText), i = y(!1);
5417
- j(() => e.modelValue, (h) => {
5424
+ D(() => e.modelValue, (h) => {
5418
5425
  n.value = h;
5419
- }), j(() => n.value, (h) => {
5426
+ }), D(() => n.value, (h) => {
5420
5427
  n.value === "" && (i.value = !1);
5421
- }), j(() => e.items, (h) => {
5428
+ }), D(() => e.items, (h) => {
5422
5429
  i.value = h.length > 0 && n.value !== "";
5423
5430
  });
5424
5431
  const c = M(() => e.items.map((h) => ({
@@ -5439,9 +5446,9 @@ const Mr = /* @__PURE__ */ _(xr, [["__scopeId", "data-v-bd9cfa59"]]), yr = { cla
5439
5446
  }
5440
5447
  return R(() => {
5441
5448
  }), (h, p) => {
5442
- const f = E("QInput"), g = E("QMenu");
5443
- return a(), u("div", yr, [
5444
- q(f, {
5449
+ const f = q("QInput"), g = q("QMenu");
5450
+ return a(), u("div", Mr, [
5451
+ E(f, {
5445
5452
  modelValue: n.value,
5446
5453
  "onUpdate:modelValue": p[0] || (p[0] = (k) => n.value = k),
5447
5454
  type: "text",
@@ -5450,14 +5457,14 @@ const Mr = /* @__PURE__ */ _(xr, [["__scopeId", "data-v-bd9cfa59"]]), yr = { cla
5450
5457
  onKeyup: r,
5451
5458
  onChange: l
5452
5459
  }, null, 8, ["modelValue", "placeholder", "disabled"]),
5453
- t.items && i.value ? (a(), u("div", Ir, [
5454
- q(g, { items: c.value }, null, 8, ["items"])
5460
+ t.items && i.value ? (a(), u("div", yr, [
5461
+ E(g, { items: c.value }, null, 8, ["items"])
5455
5462
  ])) : b("", !0)
5456
5463
  ]);
5457
5464
  };
5458
5465
  }
5459
5466
  });
5460
- const br = /* @__PURE__ */ _(Lr, [["__scopeId", "data-v-2bc84f25"]]), Vr = /* @__PURE__ */ S({
5467
+ const Lr = /* @__PURE__ */ _(Ir, [["__scopeId", "data-v-2bc84f25"]]), br = /* @__PURE__ */ S({
5461
5468
  __name: "QToggleButton",
5462
5469
  props: {
5463
5470
  modelValue: {
@@ -5480,7 +5487,7 @@ const br = /* @__PURE__ */ _(Lr, [["__scopeId", "data-v-2bc84f25"]]), Vr = /* @_
5480
5487
  emits: ["update:modelValue"],
5481
5488
  setup(t, { emit: o }) {
5482
5489
  const e = t, s = o, n = y(e.modelValue);
5483
- j(() => e.modelValue, (r) => {
5490
+ D(() => e.modelValue, (r) => {
5484
5491
  n.value = r;
5485
5492
  });
5486
5493
  const i = M(() => {
@@ -5491,30 +5498,30 @@ const br = /* @__PURE__ */ _(Lr, [["__scopeId", "data-v-2bc84f25"]]), Vr = /* @_
5491
5498
  n.value = !n.value, s("update:modelValue", n.value);
5492
5499
  }
5493
5500
  return (r, l) => {
5494
- const C = E("QButton");
5501
+ const C = q("QButton");
5495
5502
  return a(), Q(C, {
5496
5503
  class: B(i.value),
5497
5504
  disabled: t.disabled,
5498
5505
  loading: t.loading,
5499
5506
  onClick: c
5500
5507
  }, {
5501
- default: T(() => [
5502
- D(r.$slots, "default")
5508
+ default: j(() => [
5509
+ T(r.$slots, "default")
5503
5510
  ]),
5504
5511
  _: 3
5505
5512
  }, 8, ["class", "disabled", "loading"]);
5506
5513
  };
5507
5514
  }
5508
- }), Br = ["rows", "placeholder", "disabled"], Qr = {
5515
+ }), Vr = { class: "q-textarea-prepend-out" }, Br = { class: "q-textarea-wrapper" }, Qr = { class: "q-textarea-inner" }, Hr = { class: "q-textarea-prepend" }, Sr = ["rows", "placeholder", "disabled"], qr = { class: "q-textarea-append" }, Er = {
5509
5516
  key: 0,
5510
5517
  class: "q-textarea-hint q-text-caption"
5511
- }, Hr = { class: "q-textarea-hint-left" }, Sr = {
5518
+ }, Ar = { class: "q-textarea-hint-left" }, Pr = {
5512
5519
  key: 1,
5513
5520
  class: "q-textarea-hint-text q-text-caption"
5514
- }, Er = {
5521
+ }, Tr = {
5515
5522
  key: 0,
5516
5523
  class: "q-textarea-counter"
5517
- }, qr = /* @__PURE__ */ S({
5524
+ }, jr = { class: "q-input-append-out" }, Dr = /* @__PURE__ */ S({
5518
5525
  __name: "QTextarea",
5519
5526
  props: {
5520
5527
  modelValue: {
@@ -5552,7 +5559,7 @@ const br = /* @__PURE__ */ _(Lr, [["__scopeId", "data-v-2bc84f25"]]), Vr = /* @_
5552
5559
  emits: ["change", "blur", "focus", "keyup", "update:modelValue"],
5553
5560
  setup(t, { emit: o }) {
5554
5561
  const e = t, s = o, n = y(e.defaultText);
5555
- j(() => e.modelValue, (p) => {
5562
+ D(() => e.modelValue, (p) => {
5556
5563
  n.value = p;
5557
5564
  });
5558
5565
  const i = M(() => e.max === -1 ? !1 : n.value.length > e.max), c = M(() => e.hintIcon || e.hintText || e.max !== -1), r = M(() => {
@@ -5572,31 +5579,47 @@ const br = /* @__PURE__ */ _(Lr, [["__scopeId", "data-v-2bc84f25"]]), Vr = /* @_
5572
5579
  }), (p, f) => (a(), u("div", {
5573
5580
  class: B(["q-textarea", r.value])
5574
5581
  }, [
5575
- G(d("textarea", {
5576
- class: "textarea",
5577
- "onUpdate:modelValue": f[0] || (f[0] = (g) => n.value = g),
5578
- onChange: C,
5579
- onKeyup: l,
5580
- rows: t.rows,
5581
- placeholder: e.placeholder,
5582
- disabled: t.disabled
5583
- }, null, 40, Br), [
5584
- [J, n.value]
5582
+ d("div", Vr, [
5583
+ T(p.$slots, "prepend-out", {}, void 0, !0)
5585
5584
  ]),
5586
- c.value ? (a(), u("div", Qr, [
5587
- d("div", Hr, [
5588
- t.hintIcon ? (a(), Q(W(t.hintIcon), {
5589
- key: 0,
5590
- class: "q-textarea-hint-icon"
5591
- })) : b("", !0),
5592
- t.hintText ? (a(), u("div", Sr, H(t.hintText), 1)) : b("", !0)
5585
+ d("div", Br, [
5586
+ d("div", Qr, [
5587
+ d("div", Hr, [
5588
+ T(p.$slots, "prepend", {}, void 0, !0)
5589
+ ]),
5590
+ G(d("textarea", {
5591
+ class: "textarea",
5592
+ "onUpdate:modelValue": f[0] || (f[0] = (g) => n.value = g),
5593
+ onChange: C,
5594
+ onKeyup: l,
5595
+ rows: t.rows,
5596
+ placeholder: e.placeholder,
5597
+ disabled: t.disabled
5598
+ }, null, 40, Sr), [
5599
+ [J, n.value]
5600
+ ]),
5601
+ d("div", qr, [
5602
+ T(p.$slots, "append", {}, void 0, !0)
5603
+ ])
5593
5604
  ]),
5594
- t.max !== -1 ? (a(), u("div", Er, H(n.value.length) + " / " + H(t.max), 1)) : b("", !0)
5595
- ])) : b("", !0)
5605
+ c.value ? (a(), u("div", Er, [
5606
+ d("div", Ar, [
5607
+ t.hintIcon ? (a(), Q(W(t.hintIcon), {
5608
+ key: 0,
5609
+ class: "q-textarea-hint-icon"
5610
+ })) : b("", !0),
5611
+ t.hintText ? (a(), u("div", Pr, H(t.hintText), 1)) : b("", !0)
5612
+ ]),
5613
+ t.max !== -1 ? (a(), u("div", Tr, H(n.value.length) + " / " + H(t.max), 1)) : b("", !0)
5614
+ ])) : b("", !0)
5615
+ ]),
5616
+ d("div", jr, [
5617
+ T(p.$slots, "append-out", {}, void 0, !0)
5618
+ ])
5596
5619
  ], 2));
5597
5620
  }
5598
5621
  });
5599
- const Ar = /* @__PURE__ */ _(qr, [["__scopeId", "data-v-e263b795"]]), Pr = /* @__PURE__ */ S({
5622
+ const Zr = /* @__PURE__ */ _(Dr, [["__scopeId", "data-v-f7368614"]]), Ur = /* @__PURE__ */ S({
5600
5623
  __name: "QCurrencySelector",
5601
5624
  props: {
5602
5625
  currency: {
@@ -5640,19 +5663,19 @@ const Ar = /* @__PURE__ */ _(qr, [["__scopeId", "data-v-e263b795"]]), Pr = /* @_
5640
5663
  value: r.value
5641
5664
  });
5642
5665
  }
5643
- return j(() => s.currency, (r) => {
5666
+ return D(() => s.currency, (r) => {
5644
5667
  n.value = i.value.find((l) => r === l.value);
5645
5668
  }), R(() => {
5646
5669
  n.value = i.value.find((r) => s.currency === r.value) || i.value[0];
5647
5670
  }), (r, l) => {
5648
- const C = E("QDropdownMenu");
5671
+ const C = q("QDropdownMenu");
5649
5672
  return a(), Q(C, {
5650
5673
  items: i.value,
5651
5674
  "initial-item": n.value
5652
5675
  }, null, 8, ["items", "initial-item"]);
5653
5676
  };
5654
5677
  }
5655
- }), Tr = (t) => (q1("data-v-d77b9da7"), t = t(), A1(), t), jr = { class: "q-payment-apparoch-item" }, Dr = { class: "approach-inner" }, Zr = { class: "approach-icons" }, Ur = ["textContent"], Nr = /* @__PURE__ */ Tr(() => /* @__PURE__ */ d("div", { class: "spacer" }, null, -1)), Fr = ["textContent"], Rr = /* @__PURE__ */ S({
5678
+ }), Nr = (t) => (E1("data-v-908991fb"), t = t(), A1(), t), Fr = { class: "q-payment-apparoch-item" }, Rr = { class: "approach-inner" }, zr = { class: "approach-icons" }, Or = ["textContent"], Gr = /* @__PURE__ */ Nr(() => /* @__PURE__ */ d("div", { class: "spacer" }, null, -1)), Wr = ["textContent"], Yr = /* @__PURE__ */ S({
5656
5679
  __name: "QPaymentApproachItem",
5657
5680
  props: {
5658
5681
  name: {
@@ -5678,9 +5701,9 @@ const Ar = /* @__PURE__ */ _(qr, [["__scopeId", "data-v-e263b795"]]), Pr = /* @_
5678
5701
  },
5679
5702
  setup(t) {
5680
5703
  const o = t;
5681
- return (e, s) => (a(), u("div", jr, [
5682
- d("div", Dr, [
5683
- d("div", Zr, [
5704
+ return (e, s) => (a(), u("div", Fr, [
5705
+ d("div", Rr, [
5706
+ d("div", zr, [
5684
5707
  (a(!0), u(Y, null, t1(t.icons, (n) => (a(), u("div", {
5685
5708
  key: `icon-${n}`,
5686
5709
  class: B(["icon", `icon-${n}`])
@@ -5689,18 +5712,18 @@ const Ar = /* @__PURE__ */ _(qr, [["__scopeId", "data-v-e263b795"]]), Pr = /* @_
5689
5712
  d("div", {
5690
5713
  class: "approach-desc q-text-caption q-c-dark-2",
5691
5714
  textContent: H(o.desc)
5692
- }, null, 8, Ur)
5715
+ }, null, 8, Or)
5693
5716
  ]),
5694
- Nr,
5695
- D(e.$slots, "default", {}, void 0, !0),
5717
+ Gr,
5718
+ T(e.$slots, "default", {}, void 0, !0),
5696
5719
  d("div", {
5697
5720
  class: "quote-currency q-text-caption font-bold q-c-dark-2",
5698
5721
  textContent: H(t.symbol)
5699
- }, null, 8, Fr)
5722
+ }, null, 8, Wr)
5700
5723
  ]));
5701
5724
  }
5702
5725
  });
5703
- const zr = /* @__PURE__ */ _(Rr, [["__scopeId", "data-v-d77b9da7"]]), Or = { class: "q-payment-approach-select grid gap-satoshi grid-cols-1" }, Gr = ["onClick"], Wr = /* @__PURE__ */ S({
5726
+ const Kr = /* @__PURE__ */ _(Yr, [["__scopeId", "data-v-908991fb"]]), Jr = { class: "q-payment-approach-select grid gap-satoshi grid-cols-1" }, Xr = ["onClick"], tc = /* @__PURE__ */ S({
5704
5727
  __name: "QPaymentApproachSelect",
5705
5728
  props: {
5706
5729
  channels: {
@@ -5725,26 +5748,26 @@ const zr = /* @__PURE__ */ _(Rr, [["__scopeId", "data-v-d77b9da7"]]), Or = { cla
5725
5748
  }), s.value[l].selected = !0, n("select", { name: r.name }));
5726
5749
  }
5727
5750
  return (r, l) => {
5728
- const C = E("QPaymentApproachItem");
5729
- return a(), u("div", Or, [
5751
+ const C = q("QPaymentApproachItem");
5752
+ return a(), u("div", Jr, [
5730
5753
  (a(!0), u(Y, null, t1(s.value, (h) => (a(), u("div", {
5731
5754
  key: `app-${h.name}`,
5732
5755
  class: B(["q-payment-approach-item-wrapper", i(h)]),
5733
5756
  onClick: (p) => c(h)
5734
5757
  }, [
5735
- q(C, {
5758
+ E(C, {
5736
5759
  name: h.name,
5737
5760
  icons: h.icons,
5738
5761
  symbol: h.symbol,
5739
5762
  desc: h.desc,
5740
5763
  disabled: h.disabled
5741
5764
  }, null, 8, ["name", "icons", "symbol", "desc", "disabled"])
5742
- ], 10, Gr))), 128))
5765
+ ], 10, Xr))), 128))
5743
5766
  ]);
5744
5767
  };
5745
5768
  }
5746
5769
  });
5747
- const Yr = /* @__PURE__ */ _(Wr, [["__scopeId", "data-v-afb82846"]]), Kr = { class: "q-premium-decoration" }, Jr = { class: "q-premium-decoration-inner" }, Xr = /* @__PURE__ */ S({
5770
+ const ec = /* @__PURE__ */ _(tc, [["__scopeId", "data-v-afb82846"]]), nc = { class: "q-premium-decoration" }, oc = { class: "q-premium-decoration-inner" }, sc = /* @__PURE__ */ S({
5748
5771
  __name: "QPremiumDecoration",
5749
5772
  props: {
5750
5773
  borderRadius: {
@@ -5758,9 +5781,9 @@ const Yr = /* @__PURE__ */ _(Wr, [["__scopeId", "data-v-afb82846"]]), Kr = { cla
5758
5781
  borderBottomLeftRadius: o.borderRadius
5759
5782
  }));
5760
5783
  return R(() => {
5761
- }), (s, n) => (a(), u("div", Kr, [
5762
- d("div", Jr, [
5763
- D(s.$slots, "default", {}, void 0, !0),
5784
+ }), (s, n) => (a(), u("div", nc, [
5785
+ d("div", oc, [
5786
+ T(s.$slots, "default", {}, void 0, !0),
5764
5787
  d("div", {
5765
5788
  class: "q-premium-decoration-image",
5766
5789
  style: e1(e.value)
@@ -5769,40 +5792,40 @@ const Yr = /* @__PURE__ */ _(Wr, [["__scopeId", "data-v-afb82846"]]), Kr = { cla
5769
5792
  ]));
5770
5793
  }
5771
5794
  });
5772
- const tc = /* @__PURE__ */ _(Xr, [["__scopeId", "data-v-35d3f7bb"]]), ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5795
+ const ic = /* @__PURE__ */ _(sc, [["__scopeId", "data-v-609bfe30"]]), rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5773
5796
  __proto__: null,
5774
5797
  QAvatar: Ni,
5775
5798
  QButton: cr,
5776
- QCurrencySelector: Pr,
5799
+ QCurrencySelector: Ur,
5777
5800
  QDatetimePicker: Hs,
5778
5801
  QDialog: Ts,
5779
5802
  QDropdownMenu: y6,
5780
5803
  QDropdownMenuWithTextField: tr,
5781
5804
  QFence: Ys,
5782
- QInput: Mr,
5783
- QLanguageSelector: q6,
5805
+ QInput: xr,
5806
+ QLanguageSelector: E6,
5784
5807
  QMenu: s6,
5785
5808
  QMessageDialog: Rs,
5786
5809
  QPackCover: U6,
5787
5810
  QPagination: B6,
5788
- QPaymentApproachItem: zr,
5789
- QPaymentApproachSelect: Yr,
5790
- QPremiumDecoration: tc,
5791
- QProgress: E6,
5792
- QSearchInput: br,
5811
+ QPaymentApproachItem: Kr,
5812
+ QPaymentApproachSelect: ec,
5813
+ QPremiumDecoration: ic,
5814
+ QProgress: q6,
5815
+ QSearchInput: Lr,
5793
5816
  QShare: Zi,
5794
5817
  QSwitch: l6,
5795
- QTabs: ur,
5818
+ QTabs: dr,
5796
5819
  QTextFieldWithButton: h6,
5797
- QTextarea: Ar,
5798
- QToggleButton: Vr
5820
+ QTextarea: Zr,
5821
+ QToggleButton: br
5799
5822
  }, Symbol.toStringTag, { value: "Module" }));
5800
- const oc = {
5823
+ const lc = {
5801
5824
  install(t, o) {
5802
5825
  o != null && o.debug && console.log("options", o);
5803
5826
  for (const [e, s] of Object.entries(bs))
5804
5827
  o != null && o.debug && console.log("[quail-ui] register icon component", e, s), t.component(e, s);
5805
- for (const [e, s] of Object.entries(ec))
5828
+ for (const [e, s] of Object.entries(rc))
5806
5829
  o != null && o.debug && console.log("[quail-ui] register common component", e, s), t.component(e, s);
5807
5830
  document.body.addEventListener("click", (e) => {
5808
5831
  W1();
@@ -5810,9 +5833,9 @@ const oc = {
5810
5833
  }
5811
5834
  };
5812
5835
  export {
5813
- ec as Common,
5836
+ rc as Common,
5814
5837
  bs as Icons,
5815
- oc as QuailUI,
5816
- oc as default
5838
+ lc as QuailUI,
5839
+ lc as default
5817
5840
  };
5818
5841
  //# sourceMappingURL=index.js.map