quail-ui 0.2.47 → 0.2.48
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 +480 -434
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { openBlock as n, createElementBlock as s, createElementVNode as o, createStaticVNode as A, defineComponent as
|
|
1
|
+
import { openBlock as n, createElementBlock as s, createElementVNode as o, createStaticVNode as A, defineComponent as j, ref as I, watch as J, onMounted as h1, withDirectives as a1, vModelText as w1, computed as H, nextTick as S1, Fragment as u1, renderSlot as s1, createBlock as O, Transition as g1, withCtx as v1, normalizeClass as Z, normalizeStyle as d1, withModifiers as $1, createCommentVNode as P, toDisplayString as T, getCurrentInstance as z1, unref as l1, resolveDynamicComponent as _1, renderList as y1, resolveComponent as F, vModelCheckbox as I1, useSlots as B1, createVNode as E, pushScopeId as q1, popScopeId as Z1 } from "vue";
|
|
2
2
|
const r = (t, e) => {
|
|
3
3
|
const i = t.__vccOpts || t;
|
|
4
|
-
for (const [_,
|
|
5
|
-
i[_] =
|
|
4
|
+
for (const [_, h] of e)
|
|
5
|
+
i[_] = h;
|
|
6
6
|
return i;
|
|
7
7
|
}, j1 = {}, D1 = {
|
|
8
8
|
width: "24",
|
|
@@ -1368,196 +1368,196 @@ var H1 = { exports: {} };
|
|
|
1368
1368
|
(function(i, _) {
|
|
1369
1369
|
t.exports = _();
|
|
1370
1370
|
})(W5, function() {
|
|
1371
|
-
var i = 1e3, _ = 6e4,
|
|
1372
|
-
var d = ["th", "st", "nd", "rd"],
|
|
1373
|
-
return "[" +
|
|
1374
|
-
} }, t1 = function(
|
|
1375
|
-
var
|
|
1376
|
-
return !
|
|
1377
|
-
},
|
|
1378
|
-
var d = -
|
|
1379
|
-
return (d <= 0 ? "+" : "-") + t1(
|
|
1380
|
-
}, m: function
|
|
1381
|
-
if (d.date() <
|
|
1382
|
-
return -
|
|
1383
|
-
var
|
|
1384
|
-
return +(-(
|
|
1385
|
-
}, a: function(
|
|
1386
|
-
return
|
|
1387
|
-
}, p: function(
|
|
1388
|
-
return { M:
|
|
1389
|
-
}, u: function(
|
|
1390
|
-
return
|
|
1371
|
+
var i = 1e3, _ = 6e4, h = 36e5, p = "millisecond", c = "second", w = "minute", f = "hour", k = "day", m = "week", u = "month", x = "quarter", S = "year", q = "date", Y = "Invalid Date", L = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, W = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, X = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(g) {
|
|
1372
|
+
var d = ["th", "st", "nd", "rd"], l = g % 100;
|
|
1373
|
+
return "[" + g + (d[(l - 20) % 10] || d[l] || d[0]) + "]";
|
|
1374
|
+
} }, t1 = function(g, d, l) {
|
|
1375
|
+
var C = String(g);
|
|
1376
|
+
return !C || C.length >= d ? g : "" + Array(d + 1 - C.length).join(l) + g;
|
|
1377
|
+
}, C1 = { s: t1, z: function(g) {
|
|
1378
|
+
var d = -g.utcOffset(), l = Math.abs(d), C = Math.floor(l / 60), a = l % 60;
|
|
1379
|
+
return (d <= 0 ? "+" : "-") + t1(C, 2, "0") + ":" + t1(a, 2, "0");
|
|
1380
|
+
}, m: function g(d, l) {
|
|
1381
|
+
if (d.date() < l.date())
|
|
1382
|
+
return -g(l, d);
|
|
1383
|
+
var C = 12 * (l.year() - d.year()) + (l.month() - d.month()), a = d.clone().add(C, u), v = l - a < 0, $ = d.clone().add(C + (v ? -1 : 1), u);
|
|
1384
|
+
return +(-(C + (l - a) / (v ? a - $ : $ - a)) || 0);
|
|
1385
|
+
}, a: function(g) {
|
|
1386
|
+
return g < 0 ? Math.ceil(g) || 0 : Math.floor(g);
|
|
1387
|
+
}, p: function(g) {
|
|
1388
|
+
return { M: u, y: S, w: m, d: k, D: q, h: f, m: w, s: c, ms: p, Q: x }[g] || String(g || "").toLowerCase().replace(/s$/, "");
|
|
1389
|
+
}, u: function(g) {
|
|
1390
|
+
return g === void 0;
|
|
1391
1391
|
} }, e1 = "en", N = {};
|
|
1392
1392
|
N[e1] = X;
|
|
1393
|
-
var
|
|
1394
|
-
return
|
|
1395
|
-
}, i1 = function
|
|
1396
|
-
var
|
|
1393
|
+
var f1 = function(g) {
|
|
1394
|
+
return g instanceof r1;
|
|
1395
|
+
}, i1 = function g(d, l, C) {
|
|
1396
|
+
var a;
|
|
1397
1397
|
if (!d)
|
|
1398
1398
|
return e1;
|
|
1399
1399
|
if (typeof d == "string") {
|
|
1400
|
-
var
|
|
1401
|
-
N[
|
|
1402
|
-
var
|
|
1403
|
-
if (!
|
|
1404
|
-
return
|
|
1400
|
+
var v = d.toLowerCase();
|
|
1401
|
+
N[v] && (a = v), l && (N[v] = l, a = v);
|
|
1402
|
+
var $ = d.split("-");
|
|
1403
|
+
if (!a && $.length > 1)
|
|
1404
|
+
return g($[0]);
|
|
1405
1405
|
} else {
|
|
1406
1406
|
var y = d.name;
|
|
1407
|
-
N[y] = d,
|
|
1407
|
+
N[y] = d, a = y;
|
|
1408
1408
|
}
|
|
1409
|
-
return !
|
|
1410
|
-
},
|
|
1411
|
-
if (
|
|
1412
|
-
return
|
|
1413
|
-
var
|
|
1414
|
-
return
|
|
1415
|
-
}, M =
|
|
1416
|
-
M.l = i1, M.i =
|
|
1417
|
-
return
|
|
1409
|
+
return !C && a && (e1 = a), a || !C && e1;
|
|
1410
|
+
}, b = function(g, d) {
|
|
1411
|
+
if (f1(g))
|
|
1412
|
+
return g.clone();
|
|
1413
|
+
var l = typeof d == "object" ? d : {};
|
|
1414
|
+
return l.date = g, l.args = arguments, new r1(l);
|
|
1415
|
+
}, M = C1;
|
|
1416
|
+
M.l = i1, M.i = f1, M.w = function(g, d) {
|
|
1417
|
+
return b(g, { locale: d.$L, utc: d.$u, x: d.$x, $offset: d.$offset });
|
|
1418
1418
|
};
|
|
1419
1419
|
var r1 = function() {
|
|
1420
|
-
function
|
|
1421
|
-
this.$L = i1(
|
|
1420
|
+
function g(l) {
|
|
1421
|
+
this.$L = i1(l.locale, null, !0), this.parse(l);
|
|
1422
1422
|
}
|
|
1423
|
-
var d =
|
|
1424
|
-
return d.parse = function(
|
|
1425
|
-
this.$d = function(
|
|
1426
|
-
var
|
|
1427
|
-
if (
|
|
1423
|
+
var d = g.prototype;
|
|
1424
|
+
return d.parse = function(l) {
|
|
1425
|
+
this.$d = function(C) {
|
|
1426
|
+
var a = C.date, v = C.utc;
|
|
1427
|
+
if (a === null)
|
|
1428
1428
|
return /* @__PURE__ */ new Date(NaN);
|
|
1429
|
-
if (M.u(
|
|
1429
|
+
if (M.u(a))
|
|
1430
1430
|
return /* @__PURE__ */ new Date();
|
|
1431
|
-
if (
|
|
1432
|
-
return new Date(
|
|
1433
|
-
if (typeof
|
|
1434
|
-
var
|
|
1435
|
-
if (
|
|
1436
|
-
var y =
|
|
1437
|
-
return
|
|
1431
|
+
if (a instanceof Date)
|
|
1432
|
+
return new Date(a);
|
|
1433
|
+
if (typeof a == "string" && !/Z$/i.test(a)) {
|
|
1434
|
+
var $ = a.match(L);
|
|
1435
|
+
if ($) {
|
|
1436
|
+
var y = $[2] - 1 || 0, V = ($[7] || "0").substring(0, 3);
|
|
1437
|
+
return v ? new Date(Date.UTC($[1], y, $[3] || 1, $[4] || 0, $[5] || 0, $[6] || 0, V)) : new Date($[1], y, $[3] || 1, $[4] || 0, $[5] || 0, $[6] || 0, V);
|
|
1438
1438
|
}
|
|
1439
1439
|
}
|
|
1440
|
-
return new Date(
|
|
1441
|
-
}(
|
|
1440
|
+
return new Date(a);
|
|
1441
|
+
}(l), this.$x = l.x || {}, this.init();
|
|
1442
1442
|
}, d.init = function() {
|
|
1443
|
-
var
|
|
1444
|
-
this.$y =
|
|
1443
|
+
var l = this.$d;
|
|
1444
|
+
this.$y = l.getFullYear(), this.$M = l.getMonth(), this.$D = l.getDate(), this.$W = l.getDay(), this.$H = l.getHours(), this.$m = l.getMinutes(), this.$s = l.getSeconds(), this.$ms = l.getMilliseconds();
|
|
1445
1445
|
}, d.$utils = function() {
|
|
1446
1446
|
return M;
|
|
1447
1447
|
}, d.isValid = function() {
|
|
1448
1448
|
return this.$d.toString() !== Y;
|
|
1449
|
-
}, d.isSame = function(
|
|
1450
|
-
var
|
|
1451
|
-
return this.startOf(
|
|
1452
|
-
}, d.isAfter = function(
|
|
1453
|
-
return
|
|
1454
|
-
}, d.isBefore = function(
|
|
1455
|
-
return this.endOf(
|
|
1456
|
-
}, d.$g = function(
|
|
1457
|
-
return M.u(
|
|
1449
|
+
}, d.isSame = function(l, C) {
|
|
1450
|
+
var a = b(l);
|
|
1451
|
+
return this.startOf(C) <= a && a <= this.endOf(C);
|
|
1452
|
+
}, d.isAfter = function(l, C) {
|
|
1453
|
+
return b(l) < this.startOf(C);
|
|
1454
|
+
}, d.isBefore = function(l, C) {
|
|
1455
|
+
return this.endOf(C) < b(l);
|
|
1456
|
+
}, d.$g = function(l, C, a) {
|
|
1457
|
+
return M.u(l) ? this[C] : this.set(a, l);
|
|
1458
1458
|
}, d.unix = function() {
|
|
1459
1459
|
return Math.floor(this.valueOf() / 1e3);
|
|
1460
1460
|
}, d.valueOf = function() {
|
|
1461
1461
|
return this.$d.getTime();
|
|
1462
|
-
}, d.startOf = function(
|
|
1463
|
-
var
|
|
1464
|
-
var U = M.w(
|
|
1465
|
-
return
|
|
1466
|
-
}, V = function(R,
|
|
1467
|
-
return M.w(
|
|
1468
|
-
},
|
|
1469
|
-
switch (
|
|
1462
|
+
}, d.startOf = function(l, C) {
|
|
1463
|
+
var a = this, v = !!M.u(C) || C, $ = M.p(l), y = function(R, B) {
|
|
1464
|
+
var U = M.w(a.$u ? Date.UTC(a.$y, B, R) : new Date(a.$y, B, R), a);
|
|
1465
|
+
return v ? U : U.endOf(k);
|
|
1466
|
+
}, V = function(R, B) {
|
|
1467
|
+
return M.w(a.toDate()[R].apply(a.toDate("s"), (v ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(B)), a);
|
|
1468
|
+
}, Q = this.$W, z = this.$M, D = this.$D, K = "set" + (this.$u ? "UTC" : "");
|
|
1469
|
+
switch ($) {
|
|
1470
1470
|
case S:
|
|
1471
|
-
return
|
|
1472
|
-
case
|
|
1473
|
-
return
|
|
1471
|
+
return v ? y(1, 0) : y(31, 11);
|
|
1472
|
+
case u:
|
|
1473
|
+
return v ? y(1, z) : y(0, z + 1);
|
|
1474
1474
|
case m:
|
|
1475
|
-
var G = this.$locale().weekStart || 0, n1 = (
|
|
1476
|
-
return y(
|
|
1475
|
+
var G = this.$locale().weekStart || 0, n1 = (Q < G ? Q + 7 : Q) - G;
|
|
1476
|
+
return y(v ? D - n1 : D + (6 - n1), z);
|
|
1477
1477
|
case k:
|
|
1478
1478
|
case q:
|
|
1479
1479
|
return V(K + "Hours", 0);
|
|
1480
|
-
case
|
|
1480
|
+
case f:
|
|
1481
1481
|
return V(K + "Minutes", 1);
|
|
1482
|
-
case
|
|
1482
|
+
case w:
|
|
1483
1483
|
return V(K + "Seconds", 2);
|
|
1484
|
-
case
|
|
1484
|
+
case c:
|
|
1485
1485
|
return V(K + "Milliseconds", 3);
|
|
1486
1486
|
default:
|
|
1487
1487
|
return this.clone();
|
|
1488
1488
|
}
|
|
1489
|
-
}, d.endOf = function(
|
|
1490
|
-
return this.startOf(
|
|
1491
|
-
}, d.$set = function(
|
|
1492
|
-
var
|
|
1493
|
-
if (
|
|
1494
|
-
var
|
|
1495
|
-
|
|
1489
|
+
}, d.endOf = function(l) {
|
|
1490
|
+
return this.startOf(l, !1);
|
|
1491
|
+
}, d.$set = function(l, C) {
|
|
1492
|
+
var a, v = M.p(l), $ = "set" + (this.$u ? "UTC" : ""), y = (a = {}, a[k] = $ + "Date", a[q] = $ + "Date", a[u] = $ + "Month", a[S] = $ + "FullYear", a[f] = $ + "Hours", a[w] = $ + "Minutes", a[c] = $ + "Seconds", a[p] = $ + "Milliseconds", a)[v], V = v === k ? this.$D + (C - this.$W) : C;
|
|
1493
|
+
if (v === u || v === S) {
|
|
1494
|
+
var Q = this.clone().set(q, 1);
|
|
1495
|
+
Q.$d[y](V), Q.init(), this.$d = Q.set(q, Math.min(this.$D, Q.daysInMonth())).$d;
|
|
1496
1496
|
} else
|
|
1497
1497
|
y && this.$d[y](V);
|
|
1498
1498
|
return this.init(), this;
|
|
1499
|
-
}, d.set = function(
|
|
1500
|
-
return this.clone().$set(
|
|
1501
|
-
}, d.get = function(
|
|
1502
|
-
return this[M.p(
|
|
1503
|
-
}, d.add = function(
|
|
1504
|
-
var
|
|
1505
|
-
|
|
1506
|
-
var
|
|
1507
|
-
var
|
|
1508
|
-
return M.w(
|
|
1499
|
+
}, d.set = function(l, C) {
|
|
1500
|
+
return this.clone().$set(l, C);
|
|
1501
|
+
}, d.get = function(l) {
|
|
1502
|
+
return this[M.p(l)]();
|
|
1503
|
+
}, d.add = function(l, C) {
|
|
1504
|
+
var a, v = this;
|
|
1505
|
+
l = Number(l);
|
|
1506
|
+
var $ = M.p(C), y = function(z) {
|
|
1507
|
+
var D = b(v);
|
|
1508
|
+
return M.w(D.date(D.date() + Math.round(z * l)), v);
|
|
1509
1509
|
};
|
|
1510
|
-
if (
|
|
1511
|
-
return this.set(
|
|
1512
|
-
if (
|
|
1513
|
-
return this.set(S, this.$y +
|
|
1514
|
-
if (
|
|
1510
|
+
if ($ === u)
|
|
1511
|
+
return this.set(u, this.$M + l);
|
|
1512
|
+
if ($ === S)
|
|
1513
|
+
return this.set(S, this.$y + l);
|
|
1514
|
+
if ($ === k)
|
|
1515
1515
|
return y(1);
|
|
1516
|
-
if (
|
|
1516
|
+
if ($ === m)
|
|
1517
1517
|
return y(7);
|
|
1518
|
-
var V = (
|
|
1519
|
-
return M.w(
|
|
1520
|
-
}, d.subtract = function(
|
|
1521
|
-
return this.add(-1 *
|
|
1522
|
-
}, d.format = function(
|
|
1523
|
-
var
|
|
1518
|
+
var V = (a = {}, a[w] = _, a[f] = h, a[c] = i, a)[$] || 1, Q = this.$d.getTime() + l * V;
|
|
1519
|
+
return M.w(Q, this);
|
|
1520
|
+
}, d.subtract = function(l, C) {
|
|
1521
|
+
return this.add(-1 * l, C);
|
|
1522
|
+
}, d.format = function(l) {
|
|
1523
|
+
var C = this, a = this.$locale();
|
|
1524
1524
|
if (!this.isValid())
|
|
1525
|
-
return
|
|
1526
|
-
var
|
|
1527
|
-
return
|
|
1528
|
-
}, n1 = function(
|
|
1529
|
-
return M.s(y % 12 || 12,
|
|
1530
|
-
}, R = K || function(
|
|
1531
|
-
var c1 =
|
|
1525
|
+
return a.invalidDate || Y;
|
|
1526
|
+
var v = l || "YYYY-MM-DDTHH:mm:ssZ", $ = M.z(this), y = this.$H, V = this.$m, Q = this.$M, z = a.weekdays, D = a.months, K = a.meridiem, G = function(B, U, o1, c1) {
|
|
1527
|
+
return B && (B[U] || B(C, v)) || o1[U].slice(0, c1);
|
|
1528
|
+
}, n1 = function(B) {
|
|
1529
|
+
return M.s(y % 12 || 12, B, "0");
|
|
1530
|
+
}, R = K || function(B, U, o1) {
|
|
1531
|
+
var c1 = B < 12 ? "AM" : "PM";
|
|
1532
1532
|
return o1 ? c1.toLowerCase() : c1;
|
|
1533
1533
|
};
|
|
1534
|
-
return
|
|
1534
|
+
return v.replace(W, function(B, U) {
|
|
1535
1535
|
return U || function(o1) {
|
|
1536
1536
|
switch (o1) {
|
|
1537
1537
|
case "YY":
|
|
1538
|
-
return String(
|
|
1538
|
+
return String(C.$y).slice(-2);
|
|
1539
1539
|
case "YYYY":
|
|
1540
|
-
return M.s(
|
|
1540
|
+
return M.s(C.$y, 4, "0");
|
|
1541
1541
|
case "M":
|
|
1542
|
-
return
|
|
1542
|
+
return Q + 1;
|
|
1543
1543
|
case "MM":
|
|
1544
|
-
return M.s(
|
|
1544
|
+
return M.s(Q + 1, 2, "0");
|
|
1545
1545
|
case "MMM":
|
|
1546
|
-
return G(
|
|
1546
|
+
return G(a.monthsShort, Q, D, 3);
|
|
1547
1547
|
case "MMMM":
|
|
1548
|
-
return G(
|
|
1548
|
+
return G(D, Q);
|
|
1549
1549
|
case "D":
|
|
1550
|
-
return
|
|
1550
|
+
return C.$D;
|
|
1551
1551
|
case "DD":
|
|
1552
|
-
return M.s(
|
|
1552
|
+
return M.s(C.$D, 2, "0");
|
|
1553
1553
|
case "d":
|
|
1554
|
-
return String(
|
|
1554
|
+
return String(C.$W);
|
|
1555
1555
|
case "dd":
|
|
1556
|
-
return G(
|
|
1556
|
+
return G(a.weekdaysMin, C.$W, z, 2);
|
|
1557
1557
|
case "ddd":
|
|
1558
|
-
return G(
|
|
1558
|
+
return G(a.weekdaysShort, C.$W, z, 3);
|
|
1559
1559
|
case "dddd":
|
|
1560
|
-
return z[
|
|
1560
|
+
return z[C.$W];
|
|
1561
1561
|
case "H":
|
|
1562
1562
|
return String(y);
|
|
1563
1563
|
case "HH":
|
|
@@ -1575,61 +1575,61 @@ var H1 = { exports: {} };
|
|
|
1575
1575
|
case "mm":
|
|
1576
1576
|
return M.s(V, 2, "0");
|
|
1577
1577
|
case "s":
|
|
1578
|
-
return String(
|
|
1578
|
+
return String(C.$s);
|
|
1579
1579
|
case "ss":
|
|
1580
|
-
return M.s(
|
|
1580
|
+
return M.s(C.$s, 2, "0");
|
|
1581
1581
|
case "SSS":
|
|
1582
|
-
return M.s(
|
|
1582
|
+
return M.s(C.$ms, 3, "0");
|
|
1583
1583
|
case "Z":
|
|
1584
|
-
return
|
|
1584
|
+
return $;
|
|
1585
1585
|
}
|
|
1586
1586
|
return null;
|
|
1587
|
-
}(
|
|
1587
|
+
}(B) || $.replace(":", "");
|
|
1588
1588
|
});
|
|
1589
1589
|
}, d.utcOffset = function() {
|
|
1590
1590
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1591
|
-
}, d.diff = function(
|
|
1592
|
-
var
|
|
1593
|
-
return M.m(
|
|
1591
|
+
}, d.diff = function(l, C, a) {
|
|
1592
|
+
var v, $ = this, y = M.p(C), V = b(l), Q = (V.utcOffset() - this.utcOffset()) * _, z = this - V, D = function() {
|
|
1593
|
+
return M.m($, V);
|
|
1594
1594
|
};
|
|
1595
1595
|
switch (y) {
|
|
1596
1596
|
case S:
|
|
1597
|
-
|
|
1597
|
+
v = D() / 12;
|
|
1598
1598
|
break;
|
|
1599
|
-
case
|
|
1600
|
-
|
|
1599
|
+
case u:
|
|
1600
|
+
v = D();
|
|
1601
1601
|
break;
|
|
1602
1602
|
case x:
|
|
1603
|
-
|
|
1603
|
+
v = D() / 3;
|
|
1604
1604
|
break;
|
|
1605
1605
|
case m:
|
|
1606
|
-
|
|
1606
|
+
v = (z - Q) / 6048e5;
|
|
1607
1607
|
break;
|
|
1608
1608
|
case k:
|
|
1609
|
-
|
|
1609
|
+
v = (z - Q) / 864e5;
|
|
1610
1610
|
break;
|
|
1611
|
-
case
|
|
1612
|
-
|
|
1611
|
+
case f:
|
|
1612
|
+
v = z / h;
|
|
1613
1613
|
break;
|
|
1614
|
-
case
|
|
1615
|
-
|
|
1614
|
+
case w:
|
|
1615
|
+
v = z / _;
|
|
1616
1616
|
break;
|
|
1617
|
-
case
|
|
1618
|
-
|
|
1617
|
+
case c:
|
|
1618
|
+
v = z / i;
|
|
1619
1619
|
break;
|
|
1620
1620
|
default:
|
|
1621
|
-
|
|
1621
|
+
v = z;
|
|
1622
1622
|
}
|
|
1623
|
-
return
|
|
1623
|
+
return a ? v : M.a(v);
|
|
1624
1624
|
}, d.daysInMonth = function() {
|
|
1625
|
-
return this.endOf(
|
|
1625
|
+
return this.endOf(u).$D;
|
|
1626
1626
|
}, d.$locale = function() {
|
|
1627
1627
|
return N[this.$L];
|
|
1628
|
-
}, d.locale = function(
|
|
1629
|
-
if (!
|
|
1628
|
+
}, d.locale = function(l, C) {
|
|
1629
|
+
if (!l)
|
|
1630
1630
|
return this.$L;
|
|
1631
|
-
var
|
|
1632
|
-
return
|
|
1631
|
+
var a = this.clone(), v = i1(l, C, !0);
|
|
1632
|
+
return v && (a.$L = v), a;
|
|
1633
1633
|
}, d.clone = function() {
|
|
1634
1634
|
return M.w(this.$d, this);
|
|
1635
1635
|
}, d.toDate = function() {
|
|
@@ -1640,21 +1640,21 @@ var H1 = { exports: {} };
|
|
|
1640
1640
|
return this.$d.toISOString();
|
|
1641
1641
|
}, d.toString = function() {
|
|
1642
1642
|
return this.$d.toUTCString();
|
|
1643
|
-
},
|
|
1643
|
+
}, g;
|
|
1644
1644
|
}(), k1 = r1.prototype;
|
|
1645
|
-
return
|
|
1646
|
-
k1[
|
|
1647
|
-
return this.$g(d,
|
|
1645
|
+
return b.prototype = k1, [["$ms", p], ["$s", c], ["$m", w], ["$H", f], ["$W", k], ["$M", u], ["$y", S], ["$D", q]].forEach(function(g) {
|
|
1646
|
+
k1[g[1]] = function(d) {
|
|
1647
|
+
return this.$g(d, g[0], g[1]);
|
|
1648
1648
|
};
|
|
1649
|
-
}),
|
|
1650
|
-
return
|
|
1651
|
-
},
|
|
1652
|
-
return
|
|
1653
|
-
},
|
|
1649
|
+
}), b.extend = function(g, d) {
|
|
1650
|
+
return g.$i || (g(d, r1, b), g.$i = !0), b;
|
|
1651
|
+
}, b.locale = i1, b.isDayjs = f1, b.unix = function(g) {
|
|
1652
|
+
return b(1e3 * g);
|
|
1653
|
+
}, b.en = N[e1], b.Ls = N, b.p = {}, b;
|
|
1654
1654
|
});
|
|
1655
1655
|
})(H1);
|
|
1656
1656
|
var G5 = H1.exports;
|
|
1657
|
-
const
|
|
1657
|
+
const p1 = /* @__PURE__ */ N5(G5), R5 = { class: "q-datetime-picker" }, J5 = ["disabled"], X5 = ["disabled"], K5 = /* @__PURE__ */ j({
|
|
1658
1658
|
__name: "QDatetimePicker",
|
|
1659
1659
|
props: {
|
|
1660
1660
|
modelValue: {
|
|
@@ -1668,55 +1668,55 @@ const f1 = /* @__PURE__ */ N5(G5), R5 = { class: "q-datetime-picker" }, J5 = ["d
|
|
|
1668
1668
|
},
|
|
1669
1669
|
emits: ["update:modelValue", "change"],
|
|
1670
1670
|
setup(t, { emit: e }) {
|
|
1671
|
-
const i = t, _ =
|
|
1671
|
+
const i = t, _ = I(""), h = I("");
|
|
1672
1672
|
J(
|
|
1673
1673
|
() => i.modelValue,
|
|
1674
|
-
(
|
|
1675
|
-
const
|
|
1676
|
-
_.value =
|
|
1674
|
+
(c) => {
|
|
1675
|
+
const w = p1(c);
|
|
1676
|
+
_.value = w.format("YYYY-MM-DD"), h.value = w.format("HH:mm");
|
|
1677
1677
|
}
|
|
1678
1678
|
);
|
|
1679
|
-
function
|
|
1680
|
-
const
|
|
1681
|
-
e("change",
|
|
1679
|
+
function p() {
|
|
1680
|
+
const c = p1(`${_.value} ${h.value}`).format("YYYY-MM-DDTHH:mm:ssZ");
|
|
1681
|
+
e("change", c), e("update:modelValue", c);
|
|
1682
1682
|
}
|
|
1683
|
-
return
|
|
1684
|
-
const
|
|
1685
|
-
_.value =
|
|
1686
|
-
}), (
|
|
1683
|
+
return h1(() => {
|
|
1684
|
+
const c = p1();
|
|
1685
|
+
_.value = c.format("YYYY-MM-DD"), h.value = c.format("HH:mm");
|
|
1686
|
+
}), (c, w) => (n(), s("div", R5, [
|
|
1687
1687
|
a1(o("input", {
|
|
1688
|
-
"onUpdate:modelValue":
|
|
1688
|
+
"onUpdate:modelValue": w[0] || (w[0] = (f) => _.value = f),
|
|
1689
1689
|
type: "date",
|
|
1690
1690
|
disabled: t.disabled,
|
|
1691
|
-
onChange:
|
|
1691
|
+
onChange: p
|
|
1692
1692
|
}, null, 40, J5), [
|
|
1693
|
-
[
|
|
1693
|
+
[w1, _.value]
|
|
1694
1694
|
]),
|
|
1695
1695
|
a1(o("input", {
|
|
1696
|
-
"onUpdate:modelValue":
|
|
1696
|
+
"onUpdate:modelValue": w[1] || (w[1] = (f) => h.value = f),
|
|
1697
1697
|
type: "time",
|
|
1698
1698
|
disabled: t.disabled,
|
|
1699
|
-
onChange:
|
|
1699
|
+
onChange: p
|
|
1700
1700
|
}, null, 40, X5), [
|
|
1701
|
-
[
|
|
1701
|
+
[w1, h.value]
|
|
1702
1702
|
])
|
|
1703
1703
|
]));
|
|
1704
1704
|
}
|
|
1705
1705
|
});
|
|
1706
1706
|
function t9() {
|
|
1707
1707
|
function t() {
|
|
1708
|
-
const i = !!window.ActiveXObject || "ActiveXObject" in window, _ = navigator.userAgent.indexOf("Edge") > -1,
|
|
1708
|
+
const i = !!window.ActiveXObject || "ActiveXObject" in window, _ = navigator.userAgent.indexOf("Edge") > -1, h = navigator.userAgent.indexOf("Chrome") > -1, p = navigator.userAgent.indexOf("Firefox") > -1, c = navigator.userAgent.indexOf("Safari") > -1, w = navigator.userAgent.indexOf("Opera") > -1, f = navigator.userAgent.indexOf("MicroMessenger") > -1, k = !!navigator.userAgent.match(/AppleWebKit.*Mobile.*/), m = navigator.userAgent.indexOf("Android") > -1 || navigator.userAgent.indexOf("Adr") > -1, u = !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), x = navigator.userAgent.indexOf("iPad") > -1, S = navigator.userAgent.indexOf("iPhone") > -1, q = navigator.userAgent.indexOf("Macintosh") > -1, Y = navigator.userAgent.indexOf("Windows") > -1, L = navigator.userAgent.indexOf("Linux") > -1;
|
|
1709
1709
|
return {
|
|
1710
1710
|
isIE: i,
|
|
1711
1711
|
isEdge: _,
|
|
1712
|
-
isChrome:
|
|
1713
|
-
isFirefox:
|
|
1714
|
-
isSafari:
|
|
1715
|
-
isOpera:
|
|
1716
|
-
isWeixin:
|
|
1712
|
+
isChrome: h,
|
|
1713
|
+
isFirefox: p,
|
|
1714
|
+
isSafari: c,
|
|
1715
|
+
isOpera: w,
|
|
1716
|
+
isWeixin: f,
|
|
1717
1717
|
isMobile: k,
|
|
1718
1718
|
isAndroid: m,
|
|
1719
|
-
isIOS:
|
|
1719
|
+
isIOS: u,
|
|
1720
1720
|
isIpad: x,
|
|
1721
1721
|
isIphone: S,
|
|
1722
1722
|
isMac: q,
|
|
@@ -1725,11 +1725,11 @@ function t9() {
|
|
|
1725
1725
|
};
|
|
1726
1726
|
}
|
|
1727
1727
|
function e(i, _) {
|
|
1728
|
-
let
|
|
1729
|
-
return function(...
|
|
1730
|
-
const
|
|
1731
|
-
clearTimeout(
|
|
1732
|
-
i.apply(
|
|
1728
|
+
let h;
|
|
1729
|
+
return function(...p) {
|
|
1730
|
+
const c = this;
|
|
1731
|
+
clearTimeout(h), h = setTimeout(() => {
|
|
1732
|
+
i.apply(c, p);
|
|
1733
1733
|
}, _);
|
|
1734
1734
|
};
|
|
1735
1735
|
}
|
|
@@ -1741,7 +1741,7 @@ function t9() {
|
|
|
1741
1741
|
const e9 = ["onClick"], n9 = { class: "q-dialog-body" }, o9 = ["onClick"], s9 = { class: "q-dialog-header" }, i9 = {
|
|
1742
1742
|
key: 0,
|
|
1743
1743
|
class: "q-dialog-title"
|
|
1744
|
-
}, r9 = { class: "q-dialog-body" }, c9 = /* @__PURE__ */
|
|
1744
|
+
}, r9 = { class: "q-dialog-body" }, c9 = /* @__PURE__ */ j({
|
|
1745
1745
|
__name: "QDialog",
|
|
1746
1746
|
props: {
|
|
1747
1747
|
modelValue: Boolean,
|
|
@@ -1777,28 +1777,28 @@ const e9 = ["onClick"], n9 = { class: "q-dialog-body" }, o9 = ["onClick"], s9 =
|
|
|
1777
1777
|
},
|
|
1778
1778
|
emits: ["update:modelValue", "close"],
|
|
1779
1779
|
setup(t, { emit: e }) {
|
|
1780
|
-
const i = t, { browserDetect: _ } = t9(), { isMobile:
|
|
1780
|
+
const i = t, { browserDetect: _ } = t9(), { isMobile: h } = _(), p = I(!1), c = I(i.modelValue), w = I({ top: "0", left: "0" }), f = I(null), k = I(null), m = H(() => !h && i.desktopMode === "popup"), u = H(() => {
|
|
1781
1781
|
const L = document.body.clientWidth < 720 ? "100%" : i.width, W = i.height, X = {
|
|
1782
1782
|
width: L,
|
|
1783
1783
|
height: W
|
|
1784
1784
|
};
|
|
1785
|
-
return m.value && (X.top =
|
|
1786
|
-
}), x =
|
|
1785
|
+
return m.value && (X.top = w.value.top, X.left = w.value.left), X;
|
|
1786
|
+
}), x = H(() => {
|
|
1787
1787
|
let L = [];
|
|
1788
|
-
return
|
|
1789
|
-
}), S =
|
|
1788
|
+
return p.value && L.push("shaking"), h || L.push(`desktop-mode-${i.desktopMode}`), i.noFrame && L.push("no-frame"), L.join(" ");
|
|
1789
|
+
}), S = H(() => {
|
|
1790
1790
|
let L = [];
|
|
1791
1791
|
return m.value && L.push("desktop-mode-popup"), L.join(" ");
|
|
1792
1792
|
});
|
|
1793
1793
|
J(
|
|
1794
1794
|
() => i.modelValue,
|
|
1795
1795
|
(L) => {
|
|
1796
|
-
|
|
1797
|
-
if (!
|
|
1798
|
-
const W =
|
|
1796
|
+
c.value = L, S1(() => {
|
|
1797
|
+
if (!h && i.desktopMode === "popup" && f.value.children) {
|
|
1798
|
+
const W = f.value.children[0];
|
|
1799
1799
|
if (W) {
|
|
1800
|
-
const t1 = W.getBoundingClientRect().height + 8,
|
|
1801
|
-
|
|
1800
|
+
const t1 = W.getBoundingClientRect().height + 8, C1 = 0;
|
|
1801
|
+
w.value = { top: `${t1}px`, left: `${C1}px` };
|
|
1802
1802
|
}
|
|
1803
1803
|
}
|
|
1804
1804
|
});
|
|
@@ -1806,32 +1806,32 @@ const e9 = ["onClick"], n9 = { class: "q-dialog-body" }, o9 = ["onClick"], s9 =
|
|
|
1806
1806
|
);
|
|
1807
1807
|
function q() {
|
|
1808
1808
|
if (i.persistent) {
|
|
1809
|
-
|
|
1810
|
-
|
|
1809
|
+
p.value = !0, setTimeout(() => {
|
|
1810
|
+
p.value = !1;
|
|
1811
1811
|
}, 300);
|
|
1812
1812
|
return;
|
|
1813
1813
|
}
|
|
1814
|
-
|
|
1814
|
+
c.value = !1, e("update:modelValue", !1), e("close");
|
|
1815
1815
|
}
|
|
1816
1816
|
function Y() {
|
|
1817
1817
|
}
|
|
1818
|
-
return
|
|
1818
|
+
return h1(() => {
|
|
1819
1819
|
i.desktopMode === "popup" && window.addEventListener("storage", (L) => {
|
|
1820
1820
|
L.key === "quailui_global_popup_trigger" && L.newValue && q();
|
|
1821
1821
|
});
|
|
1822
|
-
}), (L, W) => (n(), s(
|
|
1822
|
+
}), (L, W) => (n(), s(u1, null, [
|
|
1823
1823
|
o("div", {
|
|
1824
1824
|
class: "q-dialog-trigger-wrapper",
|
|
1825
1825
|
ref_key: "triggerWrapper",
|
|
1826
|
-
ref:
|
|
1826
|
+
ref: f
|
|
1827
1827
|
}, [
|
|
1828
1828
|
s1(L.$slots, "trigger"),
|
|
1829
|
-
m.value ? (n(),
|
|
1830
|
-
default:
|
|
1831
|
-
|
|
1829
|
+
m.value ? (n(), O(g1, { key: 0 }, {
|
|
1830
|
+
default: v1(() => [
|
|
1831
|
+
c.value ? (n(), s("div", {
|
|
1832
1832
|
key: 0,
|
|
1833
|
-
class:
|
|
1834
|
-
style:
|
|
1833
|
+
class: Z(["q-dialog", x.value]),
|
|
1834
|
+
style: d1(u.value),
|
|
1835
1835
|
onClick: $1(Y, ["stop"])
|
|
1836
1836
|
}, [
|
|
1837
1837
|
o("div", n9, [
|
|
@@ -1842,18 +1842,18 @@ const e9 = ["onClick"], n9 = { class: "q-dialog-body" }, o9 = ["onClick"], s9 =
|
|
|
1842
1842
|
_: 3
|
|
1843
1843
|
})) : P("", !0)
|
|
1844
1844
|
], 512),
|
|
1845
|
-
m.value ? P("", !0) : (n(),
|
|
1846
|
-
default:
|
|
1847
|
-
|
|
1845
|
+
m.value ? P("", !0) : (n(), O(g1, { key: 0 }, {
|
|
1846
|
+
default: v1(() => [
|
|
1847
|
+
c.value ? (n(), s("div", {
|
|
1848
1848
|
key: 0,
|
|
1849
|
-
class:
|
|
1849
|
+
class: Z(["q-dialog-mask", S.value]),
|
|
1850
1850
|
onClick: q,
|
|
1851
1851
|
ref_key: "dialogMask",
|
|
1852
1852
|
ref: k
|
|
1853
1853
|
}, [
|
|
1854
1854
|
o("div", {
|
|
1855
|
-
class:
|
|
1856
|
-
style:
|
|
1855
|
+
class: Z(["q-dialog", x.value]),
|
|
1856
|
+
style: d1(u.value),
|
|
1857
1857
|
onClick: $1(Y, ["stop"])
|
|
1858
1858
|
}, [
|
|
1859
1859
|
o("div", s9, [
|
|
@@ -1873,7 +1873,7 @@ const e9 = ["onClick"], n9 = { class: "q-dialog-body" }, o9 = ["onClick"], s9 =
|
|
|
1873
1873
|
const l9 = ["href"], a9 = { class: "q-fence-text" }, d9 = {
|
|
1874
1874
|
key: 1,
|
|
1875
1875
|
class: "q-fence-inner"
|
|
1876
|
-
}, _9 = { class: "q-fence-text" }, h9 = /* @__PURE__ */
|
|
1876
|
+
}, _9 = { class: "q-fence-text" }, h9 = /* @__PURE__ */ j({
|
|
1877
1877
|
__name: "QFence",
|
|
1878
1878
|
props: {
|
|
1879
1879
|
link: {
|
|
@@ -1895,8 +1895,8 @@ const l9 = ["href"], a9 = { class: "q-fence-text" }, d9 = {
|
|
|
1895
1895
|
setup(t) {
|
|
1896
1896
|
var i;
|
|
1897
1897
|
const e = (i = z1()) == null ? void 0 : i.appContext.components;
|
|
1898
|
-
return (_,
|
|
1899
|
-
class:
|
|
1898
|
+
return (_, h) => (n(), s("div", {
|
|
1899
|
+
class: Z(["q-fence", t.type])
|
|
1900
1900
|
}, [
|
|
1901
1901
|
t.link ? (n(), s("a", {
|
|
1902
1902
|
key: 0,
|
|
@@ -1904,19 +1904,19 @@ const l9 = ["href"], a9 = { class: "q-fence-text" }, d9 = {
|
|
|
1904
1904
|
href: t.link,
|
|
1905
1905
|
target: "_blank"
|
|
1906
1906
|
}, [
|
|
1907
|
-
t.icon && l1(e) ? (n(),
|
|
1907
|
+
t.icon && l1(e) ? (n(), O(_1(l1(e)[t.icon]), {
|
|
1908
1908
|
key: 0,
|
|
1909
1909
|
class: "icon"
|
|
1910
|
-
})) : (n(),
|
|
1910
|
+
})) : (n(), O(m1, {
|
|
1911
1911
|
key: 1,
|
|
1912
1912
|
class: "icon"
|
|
1913
1913
|
})),
|
|
1914
1914
|
o("div", a9, T(t.text), 1)
|
|
1915
1915
|
], 8, l9)) : (n(), s("div", d9, [
|
|
1916
|
-
t.icon && l1(e) ? (n(),
|
|
1916
|
+
t.icon && l1(e) ? (n(), O(_1(l1(e)[t.icon]), {
|
|
1917
1917
|
key: 0,
|
|
1918
1918
|
class: "icon"
|
|
1919
|
-
})) : (n(),
|
|
1919
|
+
})) : (n(), O(m1, {
|
|
1920
1920
|
key: 1,
|
|
1921
1921
|
class: "icon"
|
|
1922
1922
|
})),
|
|
@@ -1934,59 +1934,72 @@ const u9 = {}, C9 = {
|
|
|
1934
1934
|
function w9(t, e) {
|
|
1935
1935
|
return n(), s("div", C9, p9);
|
|
1936
1936
|
}
|
|
1937
|
-
const g9 = /* @__PURE__ */ r(u9, [["render", w9]]), v9 =
|
|
1937
|
+
const g9 = /* @__PURE__ */ r(u9, [["render", w9]]), v9 = ["onClick"], $9 = {
|
|
1938
1938
|
key: 0,
|
|
1939
1939
|
class: "q-menu-item-divider"
|
|
1940
|
-
},
|
|
1940
|
+
}, m9 = {
|
|
1941
1941
|
key: 1,
|
|
1942
1942
|
class: "q-menu-item-inner"
|
|
1943
|
-
},
|
|
1943
|
+
}, k9 = ["src", "alt"], M9 = { class: "q-menu-item-content" }, x9 = { class: "q-menu-title" }, y9 = {
|
|
1944
1944
|
key: 0,
|
|
1945
1945
|
class: "q-menu-subtitle"
|
|
1946
|
-
},
|
|
1946
|
+
}, L9 = /* @__PURE__ */ j({
|
|
1947
1947
|
__name: "QMenu",
|
|
1948
1948
|
props: {
|
|
1949
1949
|
items: {
|
|
1950
1950
|
type: Array,
|
|
1951
1951
|
required: !0
|
|
1952
|
+
},
|
|
1953
|
+
persistent: {
|
|
1954
|
+
type: Boolean,
|
|
1955
|
+
default: !1
|
|
1956
|
+
},
|
|
1957
|
+
noFrame: {
|
|
1958
|
+
type: Boolean,
|
|
1959
|
+
default: !1
|
|
1952
1960
|
}
|
|
1953
1961
|
},
|
|
1954
1962
|
emits: ["action"],
|
|
1955
1963
|
setup(t, { emit: e }) {
|
|
1956
|
-
const i = t
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1964
|
+
const i = t, _ = H(() => {
|
|
1965
|
+
let c = [];
|
|
1966
|
+
return i.persistent && c.push("persistent"), i.noFrame && c.push("no-frame"), c.join(" ");
|
|
1967
|
+
});
|
|
1968
|
+
function h(c) {
|
|
1969
|
+
let w = "";
|
|
1970
|
+
return c.disabled && (w += " disabled"), c.danger && (w += " danger"), c.icon && (w += " with-icon"), c.image && (w += " with-image"), c.divider && (w += " with-divider"), w;
|
|
1960
1971
|
}
|
|
1961
|
-
function
|
|
1962
|
-
|
|
1972
|
+
function p(c) {
|
|
1973
|
+
c.action && c.action(c), c.disabled !== !0 && e("action", c);
|
|
1963
1974
|
}
|
|
1964
|
-
return (
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1975
|
+
return (c, w) => (n(), s("div", {
|
|
1976
|
+
class: Z(["q-menu", _.value])
|
|
1977
|
+
}, [
|
|
1978
|
+
(n(!0), s(u1, null, y1(i.items, (f) => (n(), s("div", {
|
|
1979
|
+
class: Z(["q-menu-item", h(f)]),
|
|
1980
|
+
key: `q-menu-item-${f.id}`,
|
|
1981
|
+
onClick: (k) => p(f)
|
|
1969
1982
|
}, [
|
|
1970
|
-
|
|
1971
|
-
|
|
1983
|
+
f.divider ? (n(), s("div", $9)) : (n(), s("div", m9, [
|
|
1984
|
+
f.image ? (n(), s("img", {
|
|
1972
1985
|
key: 0,
|
|
1973
1986
|
class: "q-menu-image",
|
|
1974
|
-
src:
|
|
1975
|
-
alt:
|
|
1976
|
-
}, null, 8,
|
|
1987
|
+
src: f.image,
|
|
1988
|
+
alt: f.title
|
|
1989
|
+
}, null, 8, k9)) : f.icon ? (n(), O(_1(f.icon), {
|
|
1977
1990
|
key: 1,
|
|
1978
1991
|
class: "q-menu-icon"
|
|
1979
1992
|
})) : P("", !0),
|
|
1980
|
-
o("div",
|
|
1981
|
-
o("div",
|
|
1982
|
-
|
|
1993
|
+
o("div", M9, [
|
|
1994
|
+
o("div", x9, T(f.title), 1),
|
|
1995
|
+
f.subtitle ? (n(), s("div", y9, T(f.subtitle), 1)) : P("", !0)
|
|
1983
1996
|
])
|
|
1984
1997
|
]))
|
|
1985
|
-
], 10,
|
|
1986
|
-
]));
|
|
1998
|
+
], 10, v9))), 128))
|
|
1999
|
+
], 2));
|
|
1987
2000
|
}
|
|
1988
2001
|
});
|
|
1989
|
-
const
|
|
2002
|
+
const V9 = ["disabled"], H9 = { class: "q-switch-inner" }, b9 = { class: "q-switch-handle" }, Q9 = /* @__PURE__ */ j({
|
|
1990
2003
|
__name: "QSwitch",
|
|
1991
2004
|
props: {
|
|
1992
2005
|
modelValue: {
|
|
@@ -2005,38 +2018,38 @@ const H9 = ["disabled"], b9 = { class: "q-switch-inner" }, Q9 = { class: "q-swit
|
|
|
2005
2018
|
},
|
|
2006
2019
|
emits: ["update:modelValue", "change"],
|
|
2007
2020
|
setup(t, { emit: e }) {
|
|
2008
|
-
const i = t, _ =
|
|
2009
|
-
J(() => i.modelValue, (
|
|
2010
|
-
_.value =
|
|
2021
|
+
const i = t, _ = I(i.modelValue);
|
|
2022
|
+
J(() => i.modelValue, (c) => {
|
|
2023
|
+
_.value = c;
|
|
2011
2024
|
});
|
|
2012
|
-
const
|
|
2013
|
-
const
|
|
2014
|
-
return i.theme &&
|
|
2025
|
+
const h = H(() => {
|
|
2026
|
+
const c = [];
|
|
2027
|
+
return i.theme && c.push(`theme-${i.theme}`), i.disabled && c.push("disabled"), c.join(" ");
|
|
2015
2028
|
});
|
|
2016
|
-
function
|
|
2029
|
+
function p(c) {
|
|
2017
2030
|
e("update:modelValue", _.value), e("change", _.value);
|
|
2018
2031
|
}
|
|
2019
|
-
return (
|
|
2020
|
-
const
|
|
2032
|
+
return (c, w) => {
|
|
2033
|
+
const f = F("q-icon-sun"), k = F("q-icon-moon-star");
|
|
2021
2034
|
return n(), s("label", {
|
|
2022
|
-
class:
|
|
2035
|
+
class: Z(["q-switch", h.value])
|
|
2023
2036
|
}, [
|
|
2024
2037
|
a1(o("input", {
|
|
2025
2038
|
class: "q-switch-checkbox",
|
|
2026
2039
|
type: "checkbox",
|
|
2027
|
-
"onUpdate:modelValue":
|
|
2028
|
-
onChange:
|
|
2040
|
+
"onUpdate:modelValue": w[0] || (w[0] = (m) => _.value = m),
|
|
2041
|
+
onChange: p,
|
|
2029
2042
|
disabled: i.disabled
|
|
2030
|
-
}, null, 40,
|
|
2043
|
+
}, null, 40, V9), [
|
|
2031
2044
|
[I1, _.value]
|
|
2032
2045
|
]),
|
|
2033
|
-
o("div",
|
|
2034
|
-
o("div",
|
|
2035
|
-
i.theme === "plastic" ? (n(), s(
|
|
2036
|
-
_.value ? (n(),
|
|
2046
|
+
o("div", H9, [
|
|
2047
|
+
o("div", b9, [
|
|
2048
|
+
i.theme === "plastic" ? (n(), s(u1, { key: 0 }, [
|
|
2049
|
+
_.value ? (n(), O(f, {
|
|
2037
2050
|
key: 0,
|
|
2038
2051
|
class: "q-switch-icon"
|
|
2039
|
-
})) : (n(),
|
|
2052
|
+
})) : (n(), O(k, {
|
|
2040
2053
|
key: 1,
|
|
2041
2054
|
class: "q-switch-icon"
|
|
2042
2055
|
}))
|
|
@@ -2047,10 +2060,10 @@ const H9 = ["disabled"], b9 = { class: "q-switch-inner" }, Q9 = { class: "q-swit
|
|
|
2047
2060
|
};
|
|
2048
2061
|
}
|
|
2049
2062
|
});
|
|
2050
|
-
const
|
|
2063
|
+
const S9 = { class: "q-text-field-wrapper" }, z9 = ["placeholder"], I9 = { class: "q-text-button-wrapper" }, B9 = ["disabled"], q9 = {
|
|
2051
2064
|
key: 0,
|
|
2052
2065
|
class: "q-button-glow"
|
|
2053
|
-
},
|
|
2066
|
+
}, Z9 = /* @__PURE__ */ j({
|
|
2054
2067
|
__name: "QTextFieldWithButton",
|
|
2055
2068
|
props: {
|
|
2056
2069
|
modelValue: {
|
|
@@ -2084,51 +2097,51 @@ const z9 = { class: "q-text-field-wrapper" }, I9 = ["placeholder"], B9 = { class
|
|
|
2084
2097
|
},
|
|
2085
2098
|
emits: ["submit", "update:modelValue"],
|
|
2086
2099
|
setup(t, { emit: e }) {
|
|
2087
|
-
const i = t, _ =
|
|
2088
|
-
const
|
|
2089
|
-
return i.layout === "vertical" ?
|
|
2090
|
-
}),
|
|
2100
|
+
const i = t, _ = I(i.defaultText), h = H(() => {
|
|
2101
|
+
const u = [];
|
|
2102
|
+
return i.layout === "vertical" ? u.push("vertical") : u.push("horizontal"), i.type === "code" && u.push("code"), i.glow && u.push(`glow-${i.glow}`), u.join(" ");
|
|
2103
|
+
}), p = H(() => {
|
|
2091
2104
|
var x;
|
|
2092
|
-
return i.loading || ((x = _.value) == null ? void 0 : x.trim()).length === 0 ? !1 : i.type === "email" ?
|
|
2093
|
-
}),
|
|
2105
|
+
return i.loading || ((x = _.value) == null ? void 0 : x.trim()).length === 0 ? !1 : i.type === "email" ? c.value : i.type === "code" ? w.value : !0;
|
|
2106
|
+
}), c = H(() => {
|
|
2094
2107
|
var x;
|
|
2095
|
-
const
|
|
2096
|
-
return !i.disabled && /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(
|
|
2097
|
-
}),
|
|
2108
|
+
const u = (x = _.value) == null ? void 0 : x.trim();
|
|
2109
|
+
return !i.disabled && /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(u);
|
|
2110
|
+
}), w = H(() => {
|
|
2098
2111
|
var x;
|
|
2099
|
-
const
|
|
2100
|
-
return /^\d{6}$/.test(
|
|
2101
|
-
}),
|
|
2102
|
-
J(() => i.modelValue, (
|
|
2103
|
-
_.value =
|
|
2112
|
+
const u = (x = _.value) == null ? void 0 : x.trim();
|
|
2113
|
+
return /^\d{6}$/.test(u);
|
|
2114
|
+
}), f = H(() => i.loading ? "Loading..." : i.actionLabel);
|
|
2115
|
+
J(() => i.modelValue, (u) => {
|
|
2116
|
+
_.value = u;
|
|
2104
2117
|
});
|
|
2105
2118
|
function k() {
|
|
2106
|
-
|
|
2119
|
+
p.value && e("submit", { text: _.value });
|
|
2107
2120
|
}
|
|
2108
2121
|
function m() {
|
|
2109
2122
|
e("update:modelValue", _.value);
|
|
2110
2123
|
}
|
|
2111
|
-
return (
|
|
2112
|
-
class:
|
|
2124
|
+
return (u, x) => (n(), s("div", {
|
|
2125
|
+
class: Z(["q-text-field-with-button", h.value])
|
|
2113
2126
|
}, [
|
|
2114
|
-
o("div",
|
|
2127
|
+
o("div", S9, [
|
|
2115
2128
|
a1(o("input", {
|
|
2116
2129
|
class: "q-text-field text-field",
|
|
2117
2130
|
placeholder: i.placeholder,
|
|
2118
2131
|
"onUpdate:modelValue": x[0] || (x[0] = (S) => _.value = S),
|
|
2119
2132
|
onChange: m
|
|
2120
|
-
}, null, 40,
|
|
2121
|
-
[
|
|
2133
|
+
}, null, 40, z9), [
|
|
2134
|
+
[w1, _.value]
|
|
2122
2135
|
])
|
|
2123
2136
|
]),
|
|
2124
|
-
o("div",
|
|
2137
|
+
o("div", I9, [
|
|
2125
2138
|
o("button", {
|
|
2126
2139
|
class: "q-button button primary",
|
|
2127
|
-
disabled: !
|
|
2140
|
+
disabled: !p.value,
|
|
2128
2141
|
onClick: k
|
|
2129
|
-
}, T(
|
|
2142
|
+
}, T(f.value), 9, B9)
|
|
2130
2143
|
]),
|
|
2131
|
-
t.glow !== "" ? (n(), s("div",
|
|
2144
|
+
t.glow !== "" ? (n(), s("div", q9)) : P("", !0)
|
|
2132
2145
|
], 2));
|
|
2133
2146
|
}
|
|
2134
2147
|
});
|
|
@@ -2140,10 +2153,10 @@ function b1() {
|
|
|
2140
2153
|
oldValue: t + ""
|
|
2141
2154
|
}));
|
|
2142
2155
|
}
|
|
2143
|
-
const
|
|
2156
|
+
const j9 = { class: "q-dropdown-menu" }, D9 = { class: "q-dropdown-menu-inner narrow-view" }, O9 = ["onClick"], P9 = {
|
|
2144
2157
|
key: 0,
|
|
2145
2158
|
class: "q-dropdown-selected"
|
|
2146
|
-
},
|
|
2159
|
+
}, A9 = ["src", "alt"], F9 = { class: "menu-title" }, T9 = /* @__PURE__ */ j({
|
|
2147
2160
|
__name: "QDropdownMenu",
|
|
2148
2161
|
props: {
|
|
2149
2162
|
items: {
|
|
@@ -2169,58 +2182,58 @@ const D9 = { class: "q-dropdown-menu" }, O9 = { class: "q-dropdown-menu-inner na
|
|
|
2169
2182
|
},
|
|
2170
2183
|
emits: ["change"],
|
|
2171
2184
|
setup(t, { emit: e }) {
|
|
2172
|
-
const i = t, _ = B1(),
|
|
2173
|
-
const
|
|
2174
|
-
return
|
|
2175
|
-
}),
|
|
2185
|
+
const i = t, _ = B1(), h = I(!1), p = I(null), c = I(null), w = H(() => {
|
|
2186
|
+
const u = [];
|
|
2187
|
+
return h.value && u.push("expanded"), i.variant === "outlined" && u.push("frame"), i.hideSelected && u.push("hide-selected"), p.value && (p.value.icon || p.value.image) ? u.push("prepend") : u.push("no-prepend"), u.join(" ");
|
|
2188
|
+
}), f = H(() => _.default !== void 0);
|
|
2176
2189
|
function k() {
|
|
2177
|
-
|
|
2178
|
-
const x =
|
|
2190
|
+
h.value || b1(), h.value = !h.value, h.value && setTimeout(() => {
|
|
2191
|
+
const x = c.value.querySelector(".q-menu");
|
|
2179
2192
|
x.getBoundingClientRect().left < 0 && (x.style.left = "0");
|
|
2180
2193
|
}, 10);
|
|
2181
2194
|
}
|
|
2182
|
-
function m(
|
|
2183
|
-
|
|
2195
|
+
function m(u) {
|
|
2196
|
+
h.value = !1, p.value = u, e("change", u);
|
|
2184
2197
|
}
|
|
2185
2198
|
return J(
|
|
2186
2199
|
() => i.initialItem,
|
|
2187
2200
|
() => {
|
|
2188
|
-
i.initialItem && (
|
|
2201
|
+
i.initialItem && (p.value = i.initialItem);
|
|
2189
2202
|
}
|
|
2190
|
-
),
|
|
2191
|
-
i.initialItem && (
|
|
2192
|
-
|
|
2203
|
+
), h1(() => {
|
|
2204
|
+
i.initialItem && (p.value = i.initialItem), window.addEventListener("storage", (u) => {
|
|
2205
|
+
u.key === "quailui_global_popup_trigger" && u.newValue && (h.value = !1);
|
|
2193
2206
|
});
|
|
2194
|
-
}), (
|
|
2207
|
+
}), (u, x) => {
|
|
2195
2208
|
const S = F("q-icon-chevron-down"), q = F("q-menu");
|
|
2196
|
-
return n(), s("div",
|
|
2197
|
-
o("div",
|
|
2209
|
+
return n(), s("div", j9, [
|
|
2210
|
+
o("div", D9, [
|
|
2198
2211
|
o("div", {
|
|
2199
|
-
class:
|
|
2212
|
+
class: Z(["q-dropdown-menu-action", w.value]),
|
|
2200
2213
|
onClick: $1(k, ["stop"])
|
|
2201
2214
|
}, [
|
|
2202
|
-
!t.hideSelected &&
|
|
2203
|
-
|
|
2215
|
+
!t.hideSelected && p.value && !f.value ? (n(), s("div", P9, [
|
|
2216
|
+
p.value.image ? (n(), s("img", {
|
|
2204
2217
|
key: 0,
|
|
2205
2218
|
class: "menu-image",
|
|
2206
|
-
src:
|
|
2207
|
-
alt:
|
|
2208
|
-
}, null, 8,
|
|
2219
|
+
src: p.value.image,
|
|
2220
|
+
alt: p.value.title
|
|
2221
|
+
}, null, 8, A9)) : p.value.icon ? (n(), O(_1(p.value.icon), {
|
|
2209
2222
|
key: 1,
|
|
2210
2223
|
class: "icon menu-icon"
|
|
2211
2224
|
})) : P("", !0),
|
|
2212
|
-
o("div",
|
|
2225
|
+
o("div", F9, T(p.value ? p.value.title : i.placeholder || "Select ..."), 1)
|
|
2213
2226
|
])) : P("", !0),
|
|
2214
|
-
s1(
|
|
2227
|
+
s1(u.$slots, "default"),
|
|
2215
2228
|
E(S, { class: "icon chevron-icon" })
|
|
2216
|
-
], 10,
|
|
2229
|
+
], 10, O9),
|
|
2217
2230
|
o("div", {
|
|
2218
2231
|
ref_key: "menuWrapper",
|
|
2219
|
-
ref:
|
|
2232
|
+
ref: c
|
|
2220
2233
|
}, [
|
|
2221
|
-
E(
|
|
2222
|
-
default:
|
|
2223
|
-
|
|
2234
|
+
E(g1, null, {
|
|
2235
|
+
default: v1(() => [
|
|
2236
|
+
h.value ? (n(), O(q, {
|
|
2224
2237
|
key: 0,
|
|
2225
2238
|
items: t.items,
|
|
2226
2239
|
onAction: m
|
|
@@ -2234,13 +2247,13 @@ const D9 = { class: "q-dropdown-menu" }, O9 = { class: "q-dropdown-menu-inner na
|
|
|
2234
2247
|
};
|
|
2235
2248
|
}
|
|
2236
2249
|
});
|
|
2237
|
-
const
|
|
2250
|
+
const U9 = { class: "q-pagination" }, E9 = ["disabled"], Y9 = {
|
|
2238
2251
|
key: 0,
|
|
2239
2252
|
class: "q-page-indicators"
|
|
2240
|
-
},
|
|
2253
|
+
}, W9 = { class: "q-page-indicator" }, N9 = ["disabled", "onClick"], G9 = {
|
|
2241
2254
|
key: 1,
|
|
2242
2255
|
class: "q-page-indicator-simple"
|
|
2243
|
-
},
|
|
2256
|
+
}, R9 = { class: "" }, J9 = ["disabled"], X9 = /* @__PURE__ */ j({
|
|
2244
2257
|
__name: "QPagination",
|
|
2245
2258
|
props: {
|
|
2246
2259
|
modelValue: {
|
|
@@ -2262,67 +2275,67 @@ const E9 = { class: "q-pagination" }, Y9 = ["disabled"], W9 = {
|
|
|
2262
2275
|
},
|
|
2263
2276
|
emits: ["change:next", "change:prev", "change:goto", "update:modelValue"],
|
|
2264
2277
|
setup(t, { emit: e }) {
|
|
2265
|
-
const i = t, _ =
|
|
2266
|
-
let
|
|
2278
|
+
const i = t, _ = H(() => {
|
|
2279
|
+
let f = 6;
|
|
2267
2280
|
const k = [];
|
|
2268
2281
|
if (i.totalPage !== 0)
|
|
2269
|
-
if (i.totalPage <=
|
|
2282
|
+
if (i.totalPage <= f)
|
|
2270
2283
|
for (let m = 1; m <= i.totalPage; m++)
|
|
2271
2284
|
k.push({ label: m });
|
|
2272
2285
|
else {
|
|
2273
2286
|
k.push({ label: 1 });
|
|
2274
|
-
let m =
|
|
2275
|
-
m < 2 && (m = 2,
|
|
2276
|
-
for (let x = m; x <=
|
|
2287
|
+
let m = h.value - 2, u = h.value + 2;
|
|
2288
|
+
m < 2 && (m = 2, u = m + f - 2), u > i.totalPage - 1 && (u = i.totalPage - 1, m = u - f + 2), m > 2 && k.push({ label: "…", disabled: !0 });
|
|
2289
|
+
for (let x = m; x <= u; x++)
|
|
2277
2290
|
k.push({ label: x });
|
|
2278
|
-
|
|
2291
|
+
u < i.totalPage - 1 && k.push({ label: "…", disabled: !0 }), k.push({ label: i.totalPage });
|
|
2279
2292
|
}
|
|
2280
2293
|
return k;
|
|
2281
|
-
}),
|
|
2282
|
-
J(() => i.modelValue, (
|
|
2283
|
-
|
|
2294
|
+
}), h = I(i.modelValue);
|
|
2295
|
+
J(() => i.modelValue, (f) => {
|
|
2296
|
+
h.value = f;
|
|
2284
2297
|
});
|
|
2285
|
-
function
|
|
2286
|
-
|
|
2298
|
+
function p() {
|
|
2299
|
+
h.value--, e("change:prev", h.value), e("update:modelValue", h.value);
|
|
2287
2300
|
}
|
|
2288
|
-
function
|
|
2289
|
-
|
|
2301
|
+
function c() {
|
|
2302
|
+
h.value++, e("change:next", h.value), e("update:modelValue", h.value);
|
|
2290
2303
|
}
|
|
2291
|
-
function
|
|
2292
|
-
k.disabled || (
|
|
2304
|
+
function w(f, k) {
|
|
2305
|
+
k.disabled || (h.value = f, e("change:goto", h.value), e("update:modelValue", h.value));
|
|
2293
2306
|
}
|
|
2294
|
-
return (
|
|
2307
|
+
return (f, k) => (n(), s("div", U9, [
|
|
2295
2308
|
o("button", {
|
|
2296
2309
|
class: "prev q-button button sm outlined icon",
|
|
2297
|
-
onClick:
|
|
2310
|
+
onClick: p,
|
|
2298
2311
|
disabled: !i.hasPrev
|
|
2299
2312
|
}, [
|
|
2300
2313
|
E(L1, { class: "icon" })
|
|
2301
|
-
], 8,
|
|
2302
|
-
t.totalPage !== 0 ? (n(), s("div",
|
|
2303
|
-
(n(!0), s(
|
|
2314
|
+
], 8, E9),
|
|
2315
|
+
t.totalPage !== 0 ? (n(), s("div", Y9, [
|
|
2316
|
+
(n(!0), s(u1, null, y1(_.value, (m) => (n(), s("div", W9, [
|
|
2304
2317
|
o("button", {
|
|
2305
|
-
class:
|
|
2318
|
+
class: Z(["q-page-indicator q-button button sm plain", m.label === h.value ? "active" : ""]),
|
|
2306
2319
|
disabled: m.disabled,
|
|
2307
|
-
onClick: (
|
|
2308
|
-
}, T(m.label), 11,
|
|
2320
|
+
onClick: (u) => w(m.label, m)
|
|
2321
|
+
}, T(m.label), 11, N9)
|
|
2309
2322
|
]))), 256))
|
|
2310
|
-
])) : (n(), s("div",
|
|
2311
|
-
o("div",
|
|
2323
|
+
])) : (n(), s("div", G9, [
|
|
2324
|
+
o("div", R9, T(t.modelValue), 1)
|
|
2312
2325
|
])),
|
|
2313
2326
|
o("button", {
|
|
2314
2327
|
class: "next q-button button sm outlined icon",
|
|
2315
|
-
onClick:
|
|
2328
|
+
onClick: c,
|
|
2316
2329
|
disabled: !i.hasNext
|
|
2317
2330
|
}, [
|
|
2318
2331
|
E(V1, { class: "icon" })
|
|
2319
|
-
], 8,
|
|
2332
|
+
], 8, J9)
|
|
2320
2333
|
]));
|
|
2321
2334
|
}
|
|
2322
2335
|
});
|
|
2323
|
-
const
|
|
2324
|
-
|
|
2325
|
-
],
|
|
2336
|
+
const K9 = { class: "q-progress-slot" }, t3 = /* @__PURE__ */ o("div", { class: "q-progress-bar-inner" }, null, -1), e3 = [
|
|
2337
|
+
t3
|
|
2338
|
+
], n3 = /* @__PURE__ */ j({
|
|
2326
2339
|
__name: "QProgress",
|
|
2327
2340
|
props: {
|
|
2328
2341
|
infinite: {
|
|
@@ -2343,20 +2356,20 @@ const t3 = { class: "q-progress-slot" }, e3 = /* @__PURE__ */ o("div", { class:
|
|
|
2343
2356
|
}
|
|
2344
2357
|
},
|
|
2345
2358
|
setup(t) {
|
|
2346
|
-
const e = t, i =
|
|
2347
|
-
return (
|
|
2348
|
-
class:
|
|
2359
|
+
const e = t, i = H(() => e.infinite ? "100%" : `${e.value / e.max * 100}%`), _ = H(() => e.value >= e.max);
|
|
2360
|
+
return (h, p) => (n(), s("div", {
|
|
2361
|
+
class: Z(["q-progress", t.color])
|
|
2349
2362
|
}, [
|
|
2350
|
-
o("div",
|
|
2363
|
+
o("div", K9, [
|
|
2351
2364
|
o("div", {
|
|
2352
|
-
class:
|
|
2353
|
-
style:
|
|
2354
|
-
},
|
|
2365
|
+
class: Z(["q-progress-bar", _.value ? "" : "animated"]),
|
|
2366
|
+
style: d1({ width: i.value })
|
|
2367
|
+
}, e3, 6)
|
|
2355
2368
|
])
|
|
2356
2369
|
], 2));
|
|
2357
2370
|
}
|
|
2358
2371
|
});
|
|
2359
|
-
const
|
|
2372
|
+
const o3 = /* @__PURE__ */ j({
|
|
2360
2373
|
__name: "QLanguageSelector",
|
|
2361
2374
|
props: {
|
|
2362
2375
|
lang: {
|
|
@@ -2378,62 +2391,62 @@ const s3 = /* @__PURE__ */ O({
|
|
|
2378
2391
|
},
|
|
2379
2392
|
emits: ["change"],
|
|
2380
2393
|
setup(t, { emit: e }) {
|
|
2381
|
-
const i = t, _ =
|
|
2382
|
-
let
|
|
2394
|
+
const i = t, _ = I(null), h = H(() => {
|
|
2395
|
+
let c = [
|
|
2383
2396
|
{
|
|
2384
2397
|
title_flag: "🇺🇸 English",
|
|
2385
2398
|
title_no_flag: "English",
|
|
2386
2399
|
value: "en",
|
|
2387
|
-
action:
|
|
2400
|
+
action: p
|
|
2388
2401
|
},
|
|
2389
2402
|
{
|
|
2390
2403
|
title_flag: "🇨🇳 简体中文",
|
|
2391
2404
|
title_no_flag: "简体中文",
|
|
2392
2405
|
value: "zh",
|
|
2393
|
-
action:
|
|
2406
|
+
action: p
|
|
2394
2407
|
},
|
|
2395
2408
|
{
|
|
2396
2409
|
title_flag: "🇹🇼 正體中文",
|
|
2397
2410
|
title_no_flag: "正體中文",
|
|
2398
2411
|
value: "zh-tw",
|
|
2399
|
-
action:
|
|
2412
|
+
action: p
|
|
2400
2413
|
},
|
|
2401
2414
|
{
|
|
2402
2415
|
title_flag: "🇯🇵 日本語",
|
|
2403
2416
|
title_no_flag: "日本語",
|
|
2404
2417
|
value: "ja",
|
|
2405
|
-
action:
|
|
2418
|
+
action: p
|
|
2406
2419
|
}
|
|
2407
2420
|
];
|
|
2408
|
-
return i.auto &&
|
|
2421
|
+
return i.auto && c.unshift({
|
|
2409
2422
|
title_flag: "🌐 Auto",
|
|
2410
2423
|
title_no_flag: "Auto",
|
|
2411
2424
|
value: "",
|
|
2412
|
-
action:
|
|
2413
|
-
}),
|
|
2414
|
-
...
|
|
2415
|
-
title: i.noFlag ?
|
|
2416
|
-
})),
|
|
2425
|
+
action: p
|
|
2426
|
+
}), c = c.map((w) => ({
|
|
2427
|
+
...w,
|
|
2428
|
+
title: i.noFlag ? w.title_no_flag : w.title_flag
|
|
2429
|
+
})), c;
|
|
2417
2430
|
});
|
|
2418
|
-
function
|
|
2419
|
-
i.presist && localStorage.setItem("quail-language",
|
|
2420
|
-
title: i.noFlag ?
|
|
2421
|
-
value:
|
|
2431
|
+
function p(c) {
|
|
2432
|
+
i.presist && localStorage.setItem("quail-language", c.value), e("change", {
|
|
2433
|
+
title: i.noFlag ? c.title_no_flag : c.title,
|
|
2434
|
+
value: c.value
|
|
2422
2435
|
});
|
|
2423
2436
|
}
|
|
2424
|
-
return J(() => i.lang, (
|
|
2425
|
-
_.value =
|
|
2426
|
-
}),
|
|
2427
|
-
_.value =
|
|
2428
|
-
}), (
|
|
2429
|
-
const
|
|
2430
|
-
return n(),
|
|
2431
|
-
items:
|
|
2437
|
+
return J(() => i.lang, (c) => {
|
|
2438
|
+
_.value = h.value.find((w) => c === w.value);
|
|
2439
|
+
}), h1(() => {
|
|
2440
|
+
_.value = h.value.find((c) => i.lang === c.value || localStorage.getItem("quail-language") === c.value) || h.value[0];
|
|
2441
|
+
}), (c, w) => {
|
|
2442
|
+
const f = F("QDropdownMenu");
|
|
2443
|
+
return n(), O(f, {
|
|
2444
|
+
items: h.value,
|
|
2432
2445
|
"initial-item": _.value
|
|
2433
2446
|
}, null, 8, ["items", "initial-item"]);
|
|
2434
2447
|
};
|
|
2435
2448
|
}
|
|
2436
|
-
}), Q1 = (t) => (q1("data-v-c163c615"), t = t(), Z1(), t),
|
|
2449
|
+
}), Q1 = (t) => (q1("data-v-c163c615"), t = t(), Z1(), t), s3 = { class: "q-pack-cover block-drop-shadow" }, i3 = /* @__PURE__ */ Q1(() => /* @__PURE__ */ o("div", { class: "q-pack-cover-layer one" }, null, -1)), r3 = /* @__PURE__ */ Q1(() => /* @__PURE__ */ o("div", { class: "q-pack-cover-layer two" }, null, -1)), c3 = { class: "q-pack-cover-inner" }, l3 = ["src", "alt"], a3 = /* @__PURE__ */ j({
|
|
2437
2450
|
__name: "QPackCover",
|
|
2438
2451
|
props: {
|
|
2439
2452
|
src: {
|
|
@@ -2446,19 +2459,19 @@ const s3 = /* @__PURE__ */ O({
|
|
|
2446
2459
|
},
|
|
2447
2460
|
setup(t) {
|
|
2448
2461
|
const e = t;
|
|
2449
|
-
return (i, _) => (n(), s("div",
|
|
2462
|
+
return (i, _) => (n(), s("div", s3, [
|
|
2463
|
+
i3,
|
|
2450
2464
|
r3,
|
|
2451
|
-
c3,
|
|
2452
|
-
o("div", l3, [
|
|
2465
|
+
o("div", c3, [
|
|
2453
2466
|
o("img", {
|
|
2454
2467
|
src: e.src,
|
|
2455
2468
|
alt: t.alt
|
|
2456
|
-
}, null, 8,
|
|
2469
|
+
}, null, 8, l3)
|
|
2457
2470
|
])
|
|
2458
2471
|
]));
|
|
2459
2472
|
}
|
|
2460
2473
|
});
|
|
2461
|
-
const
|
|
2474
|
+
const d3 = /* @__PURE__ */ r(a3, [["__scopeId", "data-v-c163c615"]]), _3 = ["href"], h3 = ["href"], u3 = ["href"], C3 = ["href"], f3 = /* @__PURE__ */ j({
|
|
2462
2475
|
__name: "QShare",
|
|
2463
2476
|
props: {
|
|
2464
2477
|
url: {
|
|
@@ -2475,11 +2488,11 @@ const _3 = /* @__PURE__ */ r(d3, [["__scopeId", "data-v-c163c615"]]), h3 = ["hre
|
|
|
2475
2488
|
}
|
|
2476
2489
|
},
|
|
2477
2490
|
setup(t) {
|
|
2478
|
-
const e = t, i =
|
|
2479
|
-
return (
|
|
2480
|
-
const
|
|
2491
|
+
const e = t, i = H(() => e.layout === "row" ? "q-share-layout-row" : e.layout === "column" ? "q-share-layout-column" : "q-share-layout-row"), _ = H(() => e.url ? encodeURIComponent(e.url) : encodeURIComponent(window.location.href));
|
|
2492
|
+
return (h, p) => {
|
|
2493
|
+
const c = F("q-icon-color-twitter"), w = F("q-icon-color-facebook"), f = F("q-icon-color-hackernews"), k = F("q-icon-color-linkedin");
|
|
2481
2494
|
return n(), s("div", {
|
|
2482
|
-
class:
|
|
2495
|
+
class: Z(["q-share", i.value])
|
|
2483
2496
|
}, [
|
|
2484
2497
|
o("a", {
|
|
2485
2498
|
href: `https://twitter.com/intent/tweet?url=${_.value}&text=${e.text}`,
|
|
@@ -2487,24 +2500,24 @@ const _3 = /* @__PURE__ */ r(d3, [["__scopeId", "data-v-c163c615"]]), h3 = ["hre
|
|
|
2487
2500
|
title: "Share on Twitter",
|
|
2488
2501
|
class: "q-share-link twitter"
|
|
2489
2502
|
}, [
|
|
2490
|
-
E(
|
|
2491
|
-
], 8,
|
|
2503
|
+
E(c, { class: "icon share-icon" })
|
|
2504
|
+
], 8, _3),
|
|
2492
2505
|
o("a", {
|
|
2493
2506
|
href: `https://www.facebook.com/sharer.php?u=${_.value}`,
|
|
2494
2507
|
target: "_blank",
|
|
2495
2508
|
title: "Share on facebook",
|
|
2496
2509
|
class: "q-share-link facebook"
|
|
2497
2510
|
}, [
|
|
2498
|
-
E(
|
|
2499
|
-
], 8,
|
|
2511
|
+
E(w, { class: "icon share-icon" })
|
|
2512
|
+
], 8, h3),
|
|
2500
2513
|
o("a", {
|
|
2501
2514
|
href: `https://news.ycombinator.com/submitlink?u=${_.value}&t=${e.text}`,
|
|
2502
2515
|
target: "_blank",
|
|
2503
2516
|
title: "Share on hackernews",
|
|
2504
2517
|
class: "q-share-link hackernews"
|
|
2505
2518
|
}, [
|
|
2506
|
-
E(
|
|
2507
|
-
], 8,
|
|
2519
|
+
E(f, { class: "icon share-icon" })
|
|
2520
|
+
], 8, u3),
|
|
2508
2521
|
o("a", {
|
|
2509
2522
|
href: `https://www.linkedin.com/shareArticle?mini=true&url=${_.value}`,
|
|
2510
2523
|
target: "_blank",
|
|
@@ -2512,33 +2525,66 @@ const _3 = /* @__PURE__ */ r(d3, [["__scopeId", "data-v-c163c615"]]), h3 = ["hre
|
|
|
2512
2525
|
class: "q-share-link linkedin"
|
|
2513
2526
|
}, [
|
|
2514
2527
|
E(k, { class: "icon share-icon" })
|
|
2515
|
-
], 8,
|
|
2528
|
+
], 8, C3)
|
|
2516
2529
|
], 2);
|
|
2517
2530
|
};
|
|
2518
2531
|
}
|
|
2519
2532
|
});
|
|
2520
|
-
const
|
|
2533
|
+
const p3 = ["src", "alt"], w3 = /* @__PURE__ */ j({
|
|
2534
|
+
__name: "QAvatar",
|
|
2535
|
+
props: {
|
|
2536
|
+
src: {
|
|
2537
|
+
type: String,
|
|
2538
|
+
default: ""
|
|
2539
|
+
},
|
|
2540
|
+
alt: {
|
|
2541
|
+
type: String,
|
|
2542
|
+
default: "An Avatar"
|
|
2543
|
+
},
|
|
2544
|
+
size: {
|
|
2545
|
+
type: String,
|
|
2546
|
+
default: "32px"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
setup(t) {
|
|
2550
|
+
const e = t, i = I({
|
|
2551
|
+
width: `${e.size}px`,
|
|
2552
|
+
height: `${e.size}px`
|
|
2553
|
+
});
|
|
2554
|
+
return (_, h) => (n(), s("div", {
|
|
2555
|
+
class: "q-avatar",
|
|
2556
|
+
style: d1(i.value)
|
|
2557
|
+
}, [
|
|
2558
|
+
o("img", {
|
|
2559
|
+
src: e.src,
|
|
2560
|
+
alt: t.alt
|
|
2561
|
+
}, null, 8, p3)
|
|
2562
|
+
], 4));
|
|
2563
|
+
}
|
|
2564
|
+
});
|
|
2565
|
+
const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2521
2566
|
__proto__: null,
|
|
2567
|
+
QAvatar: w3,
|
|
2522
2568
|
QDatetimePicker: K5,
|
|
2523
2569
|
QDialog: c9,
|
|
2524
|
-
QDropdownMenu:
|
|
2570
|
+
QDropdownMenu: T9,
|
|
2525
2571
|
QFence: h9,
|
|
2526
|
-
QLanguageSelector:
|
|
2572
|
+
QLanguageSelector: o3,
|
|
2527
2573
|
QLoading: g9,
|
|
2528
|
-
QMenu:
|
|
2529
|
-
QPackCover:
|
|
2530
|
-
QPagination:
|
|
2531
|
-
QProgress:
|
|
2532
|
-
QShare:
|
|
2533
|
-
QSwitch:
|
|
2534
|
-
QTextFieldWithButton:
|
|
2574
|
+
QMenu: L9,
|
|
2575
|
+
QPackCover: d3,
|
|
2576
|
+
QPagination: X9,
|
|
2577
|
+
QProgress: n3,
|
|
2578
|
+
QShare: f3,
|
|
2579
|
+
QSwitch: Q9,
|
|
2580
|
+
QTextFieldWithButton: Z9
|
|
2535
2581
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2536
|
-
const
|
|
2582
|
+
const $3 = {
|
|
2537
2583
|
install(t, e) {
|
|
2538
2584
|
e != null && e.debug && console.log("options", e);
|
|
2539
2585
|
for (const [i, _] of Object.entries(Y5))
|
|
2540
2586
|
e != null && e.debug && console.log("[quail-ui] register icon component", i, _), t.component(i, _);
|
|
2541
|
-
for (const [i, _] of Object.entries(
|
|
2587
|
+
for (const [i, _] of Object.entries(g3))
|
|
2542
2588
|
e != null && e.debug && console.log("[quail-ui] register common component", i, _), t.component(i, _);
|
|
2543
2589
|
document.body.addEventListener("click", (i) => {
|
|
2544
2590
|
b1();
|
|
@@ -2546,9 +2592,9 @@ const v3 = {
|
|
|
2546
2592
|
}
|
|
2547
2593
|
};
|
|
2548
2594
|
export {
|
|
2549
|
-
|
|
2595
|
+
g3 as Common,
|
|
2550
2596
|
Y5 as Icons,
|
|
2551
|
-
|
|
2552
|
-
|
|
2597
|
+
$3 as QuailUI,
|
|
2598
|
+
$3 as default
|
|
2553
2599
|
};
|
|
2554
2600
|
//# sourceMappingURL=index.js.map
|