comand-component-library 3.3.53 → 3.3.55
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.
|
@@ -1398,15 +1398,15 @@ const Cs = {
|
|
|
1398
1398
|
}
|
|
1399
1399
|
},
|
|
1400
1400
|
computed: {
|
|
1401
|
-
locateAddress() {
|
|
1402
|
-
return "https://www.google.com/maps/place/" + this.addressData.address.streetNo + ", " + this.addressData.address.zip + " " + this.addressData.address.city;
|
|
1403
|
-
},
|
|
1404
1401
|
websiteUrlText() {
|
|
1405
1402
|
var e;
|
|
1406
1403
|
return (e = this.addressData.website) == null ? void 0 : e.text.replace("https://", "");
|
|
1407
1404
|
}
|
|
1408
1405
|
},
|
|
1409
1406
|
methods: {
|
|
1407
|
+
locateAddress(e) {
|
|
1408
|
+
return "https://www.google.com/maps/place/" + e.streetNo + ", " + e.zip + " " + e.city;
|
|
1409
|
+
},
|
|
1410
1410
|
vCardClass(e) {
|
|
1411
1411
|
if (e.name === "company")
|
|
1412
1412
|
return "org";
|
|
@@ -1426,26 +1426,26 @@ const Cs = {
|
|
|
1426
1426
|
return e.name === "telephone" || e.name === "mobilephone" ? "tel:" + e.href : e.name === "email" ? "mailto:" + e.href : e.name === "website" ? e.href : null;
|
|
1427
1427
|
}
|
|
1428
1428
|
}
|
|
1429
|
-
}, bs = { class: "cmd-address-data vcard" }, ks = { class: "adr" }, vs = { key: 0 }, ws = { key: 1 }, Is = ["href", "target", "title"], xs = { key: 1 },
|
|
1429
|
+
}, bs = { class: "cmd-address-data vcard" }, ks = { class: "adr" }, vs = { key: 0 }, ws = { key: 1 }, Is = ["href", "target", "title"], xs = ["innerHTML"], Ts = { key: 1 }, Ss = ["href", "title"], Ms = { class: "street-address" }, Os = /* @__PURE__ */ h("br", null, null, -1), Ls = {
|
|
1430
1430
|
key: 1,
|
|
1431
1431
|
class: "postal-code"
|
|
1432
|
-
},
|
|
1432
|
+
}, Ds = { class: "locality" }, Ns = /* @__PURE__ */ h("br", null, null, -1), js = /* @__PURE__ */ h("br", null, null, -1), Bs = {
|
|
1433
1433
|
key: 4,
|
|
1434
1434
|
class: "country-name"
|
|
1435
|
-
},
|
|
1435
|
+
}, Ps = { class: "street-address" }, As = /* @__PURE__ */ h("br", null, null, -1), Fs = {
|
|
1436
1436
|
key: 1,
|
|
1437
1437
|
class: "postal-code"
|
|
1438
|
-
},
|
|
1438
|
+
}, zs = { class: "locality" }, Hs = /* @__PURE__ */ h("br", null, null, -1), qs = /* @__PURE__ */ h("br", null, null, -1), Rs = {
|
|
1439
1439
|
key: 4,
|
|
1440
1440
|
class: "country-name"
|
|
1441
|
-
},
|
|
1441
|
+
}, Vs = ["href", "target", "title"], Es = ["innerHTML"], Us = ["href", "title"], Gs = { class: "street-address" }, Qs = /* @__PURE__ */ h("br", null, null, -1), Zs = { class: "postal-code" }, Ws = { class: "locality" }, Js = /* @__PURE__ */ h("br", null, null, -1), Ys = /* @__PURE__ */ h("br", null, null, -1), Ks = {
|
|
1442
1442
|
key: 3,
|
|
1443
1443
|
class: "country-name"
|
|
1444
|
-
},
|
|
1444
|
+
}, Xs = { class: "street-address" }, $s = /* @__PURE__ */ h("br", null, null, -1), el = { class: "postal-code" }, tl = { class: "locality" }, il = /* @__PURE__ */ h("br", null, null, -1), nl = /* @__PURE__ */ h("br", null, null, -1), sl = {
|
|
1445
1445
|
key: 3,
|
|
1446
1446
|
class: "country-name"
|
|
1447
1447
|
};
|
|
1448
|
-
function
|
|
1448
|
+
function ll(e, i, t, a, n, s) {
|
|
1449
1449
|
const u = W, d = E, r = cn("telephone");
|
|
1450
1450
|
return l(), o("div", bs, [
|
|
1451
1451
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
@@ -1476,45 +1476,46 @@ function sl(e, i, t, a, n, s) {
|
|
|
1476
1476
|
z(g(c.href), 1)
|
|
1477
1477
|
], 8, Is)), [
|
|
1478
1478
|
[r, c.href]
|
|
1479
|
-
]) : (l(), o(
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1479
|
+
]) : (l(), o("span", {
|
|
1480
|
+
key: 1,
|
|
1481
|
+
innerHTML: c.data
|
|
1482
|
+
}, null, 8, xs))
|
|
1483
|
+
], 2)) : (l(), o("dd", Ts, [
|
|
1483
1484
|
t.linkGoogleMaps ? (l(), o("a", {
|
|
1484
1485
|
key: 0,
|
|
1485
|
-
href: s.locateAddress,
|
|
1486
|
+
href: s.locateAddress(c),
|
|
1486
1487
|
target: "google-maps",
|
|
1487
1488
|
title: e.getMessage("cmdaddressdata.title.open_address_on_google_maps")
|
|
1488
1489
|
}, [
|
|
1489
1490
|
c.streetNo ? (l(), o(k, { key: 0 }, [
|
|
1490
|
-
h("span",
|
|
1491
|
-
|
|
1491
|
+
h("span", Ms, g(c.streetNo), 1),
|
|
1492
|
+
Os
|
|
1492
1493
|
], 64)) : m("", !0),
|
|
1493
|
-
c.zip ? (l(), o("span",
|
|
1494
|
+
c.zip ? (l(), o("span", Ls, g(c.zip), 1)) : m("", !0),
|
|
1494
1495
|
c.city ? (l(), o(k, { key: 2 }, [
|
|
1495
|
-
h("span",
|
|
1496
|
-
|
|
1496
|
+
h("span", Ds, g(c.city), 1),
|
|
1497
|
+
Ns
|
|
1497
1498
|
], 64)) : m("", !0),
|
|
1498
1499
|
c.miscInfo ? (l(), o(k, { key: 3 }, [
|
|
1499
1500
|
h("span", null, g(c.miscInfo), 1),
|
|
1500
|
-
|
|
1501
|
+
js
|
|
1501
1502
|
], 64)) : m("", !0),
|
|
1502
|
-
c.country ? (l(), o("span",
|
|
1503
|
-
], 8,
|
|
1503
|
+
c.country ? (l(), o("span", Bs, g(c.country), 1)) : m("", !0)
|
|
1504
|
+
], 8, Ss)) : (l(), o(k, { key: 1 }, [
|
|
1504
1505
|
c.streetNo ? (l(), o(k, { key: 0 }, [
|
|
1505
|
-
h("span",
|
|
1506
|
-
|
|
1506
|
+
h("span", Ps, g(c.streetNo), 1),
|
|
1507
|
+
As
|
|
1507
1508
|
], 64)) : m("", !0),
|
|
1508
|
-
c.zip ? (l(), o("span",
|
|
1509
|
+
c.zip ? (l(), o("span", Fs, g(c.zip) + "\xA0", 1)) : m("", !0),
|
|
1509
1510
|
c.city ? (l(), o(k, { key: 2 }, [
|
|
1510
|
-
h("span",
|
|
1511
|
-
|
|
1511
|
+
h("span", zs, g(c.city), 1),
|
|
1512
|
+
Hs
|
|
1512
1513
|
], 64)) : m("", !0),
|
|
1513
1514
|
c.miscInfo ? (l(), o(k, { key: 3 }, [
|
|
1514
1515
|
h("span", null, g(c.miscInfo), 1),
|
|
1515
|
-
|
|
1516
|
+
qs
|
|
1516
1517
|
], 64)) : m("", !0),
|
|
1517
|
-
c.country ? (l(), o("span",
|
|
1518
|
+
c.country ? (l(), o("span", Rs, g(c.country), 1)) : m("", !0)
|
|
1518
1519
|
], 64))
|
|
1519
1520
|
]))
|
|
1520
1521
|
], 64))), 128))
|
|
@@ -1523,15 +1524,34 @@ function sl(e, i, t, a, n, s) {
|
|
|
1523
1524
|
class: _(["flex-container", { vertical: !t.showIconsOnly }])
|
|
1524
1525
|
}, [
|
|
1525
1526
|
(l(!0), o(k, null, F(t.addressData, (c, f) => (l(), o(k, { key: f }, [
|
|
1526
|
-
c.name
|
|
1527
|
-
|
|
1527
|
+
c.href || c.name === "address" || !t.showIconsOnly ? (l(), o("li", {
|
|
1528
|
+
key: 0,
|
|
1529
|
+
class: _({ "no-flex": t.showIconsOnly })
|
|
1530
|
+
}, [
|
|
1531
|
+
c.href ? (l(), o("a", {
|
|
1528
1532
|
key: 0,
|
|
1529
|
-
|
|
1533
|
+
href: s.getHref(c),
|
|
1534
|
+
target: { _blank: c.name === "website" },
|
|
1535
|
+
title: c.tooltip
|
|
1530
1536
|
}, [
|
|
1531
|
-
|
|
1537
|
+
t.showIconsOnly ? (l(), o(k, { key: 0 }, [
|
|
1538
|
+
c.iconClass ? (l(), C(d, {
|
|
1539
|
+
key: 0,
|
|
1540
|
+
iconClass: c.iconClass,
|
|
1541
|
+
type: c.iconType
|
|
1542
|
+
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
1543
|
+
], 64)) : (l(), o(k, { key: 1 }, [
|
|
1544
|
+
z(g(c.href), 1)
|
|
1545
|
+
], 64))
|
|
1546
|
+
], 8, Vs)) : t.showIconsOnly ? m("", !0) : (l(), o("span", {
|
|
1547
|
+
key: 1,
|
|
1548
|
+
innerHTML: c.data
|
|
1549
|
+
}, null, 8, Es)),
|
|
1550
|
+
c.name === "address" ? (l(), o(k, { key: 2 }, [
|
|
1551
|
+
t.linkGoogleMaps ? (l(), o("a", {
|
|
1532
1552
|
key: 0,
|
|
1533
|
-
href: s.
|
|
1534
|
-
target:
|
|
1553
|
+
href: s.locateAddress(c),
|
|
1554
|
+
target: "google-maps",
|
|
1535
1555
|
title: c.tooltip
|
|
1536
1556
|
}, [
|
|
1537
1557
|
t.showIconsOnly ? (l(), o(k, { key: 0 }, [
|
|
@@ -1541,57 +1561,47 @@ function sl(e, i, t, a, n, s) {
|
|
|
1541
1561
|
type: c.iconType
|
|
1542
1562
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
1543
1563
|
], 64)) : (l(), o(k, { key: 1 }, [
|
|
1544
|
-
|
|
1564
|
+
c.streetNo ? (l(), o(k, { key: 0 }, [
|
|
1565
|
+
h("span", Gs, g(c.streetNo), 1),
|
|
1566
|
+
Qs
|
|
1567
|
+
], 64)) : m("", !0),
|
|
1568
|
+
c.zip || c.city ? (l(), o(k, { key: 1 }, [
|
|
1569
|
+
h("span", Zs, g(c.zip) + "\xA0", 1),
|
|
1570
|
+
h("span", Ws, g(c.city), 1),
|
|
1571
|
+
Js
|
|
1572
|
+
], 64)) : m("", !0),
|
|
1573
|
+
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
|
1574
|
+
h("span", null, g(c.miscInfo), 1),
|
|
1575
|
+
Ys
|
|
1576
|
+
], 64)) : m("", !0),
|
|
1577
|
+
c.country ? (l(), o("span", Ks, g(c.country), 1)) : m("", !0)
|
|
1545
1578
|
], 64))
|
|
1546
|
-
], 8,
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
], 64)) : m("", !0),
|
|
1566
|
-
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
|
1567
|
-
h("span", null, g(c.miscInfo), 1),
|
|
1568
|
-
Js
|
|
1569
|
-
], 64)) : m("", !0),
|
|
1570
|
-
c.country ? (l(), o("span", Ys, g(c.country), 1)) : m("", !0)
|
|
1571
|
-
], 8, Es)) : (l(), o(k, { key: 1 }, [
|
|
1572
|
-
c.streetNo ? (l(), o(k, { key: 0 }, [
|
|
1573
|
-
h("span", Ks, g(c.streetNo), 1),
|
|
1574
|
-
Xs
|
|
1575
|
-
], 64)) : m("", !0),
|
|
1576
|
-
c.zip || c.city ? (l(), o(k, { key: 1 }, [
|
|
1577
|
-
h("span", $s, g(c.zip) + "\xA0", 1),
|
|
1578
|
-
h("span", el, g(c.city), 1),
|
|
1579
|
-
tl
|
|
1580
|
-
], 64)) : m("", !0),
|
|
1581
|
-
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
|
1582
|
-
h("span", null, g(c.miscInfo), 1),
|
|
1583
|
-
il
|
|
1584
|
-
], 64)) : m("", !0),
|
|
1585
|
-
c.country ? (l(), o("span", nl, g(c.country), 1)) : m("", !0)
|
|
1586
|
-
], 64))
|
|
1587
|
-
])) : m("", !0)
|
|
1579
|
+
], 8, Us)) : m("", !0),
|
|
1580
|
+
!t.linkGoogleMaps && !t.showIconsOnly ? (l(), o(k, { key: 1 }, [
|
|
1581
|
+
c.streetNo ? (l(), o(k, { key: 0 }, [
|
|
1582
|
+
h("span", Xs, g(c.streetNo), 1),
|
|
1583
|
+
$s
|
|
1584
|
+
], 64)) : m("", !0),
|
|
1585
|
+
c.zip || c.city ? (l(), o(k, { key: 1 }, [
|
|
1586
|
+
h("span", el, g(c.zip) + "\xA0", 1),
|
|
1587
|
+
h("span", tl, g(c.city), 1),
|
|
1588
|
+
il
|
|
1589
|
+
], 64)) : m("", !0),
|
|
1590
|
+
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
|
1591
|
+
h("span", null, g(c.miscInfo), 1),
|
|
1592
|
+
nl
|
|
1593
|
+
], 64)) : m("", !0),
|
|
1594
|
+
c.country ? (l(), o("span", sl, g(c.country), 1)) : m("", !0)
|
|
1595
|
+
], 64)) : m("", !0)
|
|
1596
|
+
], 64)) : m("", !0)
|
|
1597
|
+
], 2)) : m("", !0)
|
|
1588
1598
|
], 64))), 128))
|
|
1589
1599
|
], 2))
|
|
1590
1600
|
])
|
|
1591
1601
|
]);
|
|
1592
1602
|
}
|
|
1593
|
-
const
|
|
1594
|
-
const
|
|
1603
|
+
const jh = /* @__PURE__ */ N(Cs, [["render", ll]]);
|
|
1604
|
+
const ol = {
|
|
1595
1605
|
name: "CmdBackToTopButton",
|
|
1596
1606
|
data() {
|
|
1597
1607
|
return {
|
|
@@ -1631,8 +1641,8 @@ const ll = {
|
|
|
1631
1641
|
window.scrollTo({ top: 0, left: 0, behavior: "smooth" });
|
|
1632
1642
|
}
|
|
1633
1643
|
}
|
|
1634
|
-
},
|
|
1635
|
-
function
|
|
1644
|
+
}, al = ["title"];
|
|
1645
|
+
function rl(e, i, t, a, n, s) {
|
|
1636
1646
|
const u = E;
|
|
1637
1647
|
return l(), C(ue, { name: "fade" }, {
|
|
1638
1648
|
default: A(() => [
|
|
@@ -1647,13 +1657,13 @@ function al(e, i, t, a, n, s) {
|
|
|
1647
1657
|
iconClass: t.iconBackToTop.iconClass,
|
|
1648
1658
|
type: t.iconBackToTop.iconType
|
|
1649
1659
|
}, null, 8, ["iconClass", "type"])
|
|
1650
|
-
], 8,
|
|
1660
|
+
], 8, al)) : m("", !0)
|
|
1651
1661
|
]),
|
|
1652
1662
|
_: 1
|
|
1653
1663
|
});
|
|
1654
1664
|
}
|
|
1655
|
-
const
|
|
1656
|
-
const
|
|
1665
|
+
const Bh = /* @__PURE__ */ N(ol, [["render", rl]]);
|
|
1666
|
+
const cl = {
|
|
1657
1667
|
name: "CmdBankAccountData",
|
|
1658
1668
|
props: {
|
|
1659
1669
|
accountData: {
|
|
@@ -1689,15 +1699,15 @@ const rl = {
|
|
|
1689
1699
|
navigator.clipboard.writeText(i), alert(i + " was copied to clipboard");
|
|
1690
1700
|
}
|
|
1691
1701
|
}
|
|
1692
|
-
},
|
|
1693
|
-
function
|
|
1702
|
+
}, ul = { class: "cmd-bank-account-data" }, dl = { key: 0 }, ml = ["onClick", "title"], hl = { key: 1 };
|
|
1703
|
+
function fl(e, i, t, a, n, s) {
|
|
1694
1704
|
const u = W, d = E;
|
|
1695
|
-
return l(), o("div",
|
|
1705
|
+
return l(), o("div", ul, [
|
|
1696
1706
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
1697
1707
|
h("dl", null, [
|
|
1698
1708
|
(l(!0), o(k, null, F(t.accountData, (r, c) => (l(), o(k, { key: c }, [
|
|
1699
1709
|
h("dt", null, g(r.text), 1),
|
|
1700
|
-
t.allowCopyByClick && r.allowCopy ? (l(), o("dd",
|
|
1710
|
+
t.allowCopyByClick && r.allowCopy ? (l(), o("dd", dl, [
|
|
1701
1711
|
h("span", null, g(r.value), 1),
|
|
1702
1712
|
h("a", {
|
|
1703
1713
|
href: "#",
|
|
@@ -1708,18 +1718,18 @@ function hl(e, i, t, a, n, s) {
|
|
|
1708
1718
|
iconClass: t.iconCopy.iconClass,
|
|
1709
1719
|
type: t.iconCopy.iconType
|
|
1710
1720
|
}, null, 8, ["iconClass", "type"])
|
|
1711
|
-
], 8,
|
|
1721
|
+
], 8, ml)
|
|
1712
1722
|
])) : (l(), o("dd", { key: c }, g(r.value), 1))
|
|
1713
1723
|
], 64))), 128))
|
|
1714
1724
|
]),
|
|
1715
|
-
t.additionalInformation ? (l(), o("p",
|
|
1725
|
+
t.additionalInformation ? (l(), o("p", hl, g(t.additionalInformation), 1)) : m("", !0)
|
|
1716
1726
|
]);
|
|
1717
1727
|
}
|
|
1718
|
-
const
|
|
1728
|
+
const Ph = /* @__PURE__ */ N(cl, [["render", fl]]);
|
|
1719
1729
|
function me(e) {
|
|
1720
1730
|
return e.path ? e.path : ((e.route == null || typeof e.route != "object" || !e.route.path && !e.route.name) && console.error("Error in router configuration. Expected object with 'path' or 'name', got", e.route), e.route);
|
|
1721
1731
|
}
|
|
1722
|
-
const
|
|
1732
|
+
const gl = {
|
|
1723
1733
|
data() {
|
|
1724
1734
|
return {
|
|
1725
1735
|
mediumMaxWidth: 1023,
|
|
@@ -1764,23 +1774,23 @@ const fl = {
|
|
|
1764
1774
|
this.currentWindowWidth = window.innerWidth;
|
|
1765
1775
|
}
|
|
1766
1776
|
}
|
|
1767
|
-
},
|
|
1768
|
-
function
|
|
1777
|
+
}, pl = { key: 0 }, yl = ["src", "alt", "title"], _l = { key: 1 };
|
|
1778
|
+
function Cl(e, i, t, a, n, s) {
|
|
1769
1779
|
var u, d, r, c, f, p;
|
|
1770
1780
|
return l(), o("figure", {
|
|
1771
1781
|
class: _(["cmd-image", s.getTextAlign])
|
|
1772
1782
|
}, [
|
|
1773
|
-
((u = t.figcaption) == null ? void 0 : u.show) && ((d = t.figcaption) == null ? void 0 : d.position) === "top" ? (l(), o("figcaption",
|
|
1783
|
+
((u = t.figcaption) == null ? void 0 : u.show) && ((d = t.figcaption) == null ? void 0 : d.position) === "top" ? (l(), o("figcaption", pl, g((r = t.figcaption) == null ? void 0 : r.text), 1)) : m("", !0),
|
|
1774
1784
|
h("img", {
|
|
1775
1785
|
src: s.imageSource,
|
|
1776
1786
|
alt: t.image.alt,
|
|
1777
1787
|
title: t.image.tooltip
|
|
1778
|
-
}, null, 8,
|
|
1779
|
-
((c = t.figcaption) == null ? void 0 : c.show) && ((f = t.figcaption) == null ? void 0 : f.position) !== "top" ? (l(), o("figcaption",
|
|
1788
|
+
}, null, 8, yl),
|
|
1789
|
+
((c = t.figcaption) == null ? void 0 : c.show) && ((f = t.figcaption) == null ? void 0 : f.position) !== "top" ? (l(), o("figcaption", _l, g((p = t.figcaption) == null ? void 0 : p.text), 1)) : m("", !0)
|
|
1780
1790
|
], 2);
|
|
1781
1791
|
}
|
|
1782
|
-
const Ie = /* @__PURE__ */ N(
|
|
1783
|
-
const
|
|
1792
|
+
const Ie = /* @__PURE__ */ N(gl, [["render", Cl]]);
|
|
1793
|
+
const bl = {
|
|
1784
1794
|
name: "CmdSlideButton",
|
|
1785
1795
|
props: {
|
|
1786
1796
|
slideButtonType: {
|
|
@@ -1816,8 +1826,8 @@ const Cl = {
|
|
|
1816
1826
|
return this.slideButtons[this.slideButtonType] ? this.slideButtons[this.slideButtonType] : (console.warn("Property 'slideButtonType' does not match slideButtons-key"), {});
|
|
1817
1827
|
}
|
|
1818
1828
|
}
|
|
1819
|
-
},
|
|
1820
|
-
function
|
|
1829
|
+
}, kl = ["title"];
|
|
1830
|
+
function vl(e, i, t, a, n, s) {
|
|
1821
1831
|
const u = E;
|
|
1822
1832
|
return l(), o("a", {
|
|
1823
1833
|
href: "#",
|
|
@@ -1829,9 +1839,9 @@ function kl(e, i, t, a, n, s) {
|
|
|
1829
1839
|
x(u, {
|
|
1830
1840
|
iconClass: s.getDirection.iconClass || "next"
|
|
1831
1841
|
}, null, 8, ["iconClass"])
|
|
1832
|
-
], 10,
|
|
1842
|
+
], 10, kl);
|
|
1833
1843
|
}
|
|
1834
|
-
const St = /* @__PURE__ */ N(
|
|
1844
|
+
const St = /* @__PURE__ */ N(bl, [["render", vl]]), wl = {
|
|
1835
1845
|
data() {
|
|
1836
1846
|
return {
|
|
1837
1847
|
defaultMessageProperties: {
|
|
@@ -1842,12 +1852,12 @@ const St = /* @__PURE__ */ N(Cl, [["render", kl]]), vl = {
|
|
|
1842
1852
|
};
|
|
1843
1853
|
}
|
|
1844
1854
|
};
|
|
1845
|
-
const
|
|
1855
|
+
const Il = {
|
|
1846
1856
|
name: "CmdThumbnailScroller",
|
|
1847
1857
|
emits: ["click"],
|
|
1848
1858
|
mixins: [
|
|
1849
1859
|
ie,
|
|
1850
|
-
|
|
1860
|
+
wl
|
|
1851
1861
|
],
|
|
1852
1862
|
data() {
|
|
1853
1863
|
return {
|
|
@@ -1949,8 +1959,8 @@ const wl = {
|
|
|
1949
1959
|
immediate: !0
|
|
1950
1960
|
}
|
|
1951
1961
|
}
|
|
1952
|
-
},
|
|
1953
|
-
function
|
|
1962
|
+
}, xl = ["href", "onClick", "title", "target"];
|
|
1963
|
+
function Tl(e, i, t, a, n, s) {
|
|
1954
1964
|
const u = St, d = Ie, r = E;
|
|
1955
1965
|
return l(), o("div", {
|
|
1956
1966
|
class: _(["cmd-thumbnail-scroller", { "gallery-scroller": !t.allowOpenFancyBox, "full-width": t.fullWidth, "large-icons": t.largeIcons }])
|
|
@@ -1988,7 +1998,7 @@ function xl(e, i, t, a, n, s) {
|
|
|
1988
1998
|
z(g(c.text), 1)
|
|
1989
1999
|
], 64)) : m("", !0)
|
|
1990
2000
|
], 64))
|
|
1991
|
-
], 8,
|
|
2001
|
+
], 8, xl)
|
|
1992
2002
|
], 2))), 128))
|
|
1993
2003
|
]),
|
|
1994
2004
|
_: 1
|
|
@@ -1999,16 +2009,16 @@ function xl(e, i, t, a, n, s) {
|
|
|
1999
2009
|
}, null, 8, ["onClick", "slideButtons"])
|
|
2000
2010
|
], 2);
|
|
2001
2011
|
}
|
|
2002
|
-
const
|
|
2003
|
-
function
|
|
2012
|
+
const Sl = /* @__PURE__ */ N(Il, [["render", Tl]]);
|
|
2013
|
+
function Ml() {
|
|
2004
2014
|
let e = new Date().getTime();
|
|
2005
2015
|
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(i) {
|
|
2006
2016
|
const t = (e + Math.random() * 16) % 16 | 0;
|
|
2007
2017
|
return e = Math.floor(e / 16), (i === "x" ? t : t & 3 | 8).toString(16);
|
|
2008
2018
|
});
|
|
2009
2019
|
}
|
|
2010
|
-
function
|
|
2011
|
-
return "cmd-" +
|
|
2020
|
+
function Ol() {
|
|
2021
|
+
return "cmd-" + Ml();
|
|
2012
2022
|
}
|
|
2013
2023
|
const xe = {
|
|
2014
2024
|
props: {
|
|
@@ -2019,7 +2029,7 @@ const xe = {
|
|
|
2019
2029
|
},
|
|
2020
2030
|
computed: {
|
|
2021
2031
|
htmlId() {
|
|
2022
|
-
return this.id ||
|
|
2032
|
+
return this.id || Ol();
|
|
2023
2033
|
}
|
|
2024
2034
|
},
|
|
2025
2035
|
methods: {
|
|
@@ -2183,7 +2193,7 @@ const Mt = (e) => {
|
|
|
2183
2193
|
}));
|
|
2184
2194
|
},
|
|
2185
2195
|
async loadContent(e) {
|
|
2186
|
-
(await
|
|
2196
|
+
(await Ll(e)).startsWith("image/") ? this.fancyBoxImageUrl = e : fetch(e).then((t) => t.text()).then((t) => this.fancyBoxContent = t).catch((t) => console.error(`Error loading ${this.url}: ${t}`));
|
|
2187
2197
|
},
|
|
2188
2198
|
showPrevItem() {
|
|
2189
2199
|
this.index > 0 ? this.index-- : this.index = this.fancyBoxGallery.length - 1;
|
|
@@ -2219,46 +2229,46 @@ const Mt = (e) => {
|
|
|
2219
2229
|
}
|
|
2220
2230
|
}
|
|
2221
2231
|
});
|
|
2222
|
-
async function
|
|
2232
|
+
async function Ll(e) {
|
|
2223
2233
|
const i = await fetch(e, { method: "HEAD" });
|
|
2224
2234
|
return i.ok ? (i.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
|
2225
2235
|
}
|
|
2226
|
-
const
|
|
2236
|
+
const Dl = Wi, Nl = ["aria-label"], jl = { class: "flex-container" }, Bl = {
|
|
2227
2237
|
key: 1,
|
|
2228
2238
|
class: "button-wrapper no-flex"
|
|
2229
|
-
},
|
|
2239
|
+
}, Pl = ["title"], Al = ["title"], Fl = ["title"], zl = {
|
|
2230
2240
|
key: 0,
|
|
2231
2241
|
class: "content"
|
|
2232
|
-
},
|
|
2242
|
+
}, Hl = ["innerHTML"], ql = {
|
|
2233
2243
|
key: 2,
|
|
2234
2244
|
class: "content"
|
|
2235
|
-
},
|
|
2245
|
+
}, Rl = {
|
|
2236
2246
|
key: 3,
|
|
2237
2247
|
class: "content"
|
|
2238
|
-
},
|
|
2248
|
+
}, Vl = {
|
|
2239
2249
|
key: 4,
|
|
2240
2250
|
class: "content"
|
|
2241
|
-
},
|
|
2251
|
+
}, El = {
|
|
2242
2252
|
key: 0,
|
|
2243
2253
|
class: "flex-container no-flex"
|
|
2244
|
-
},
|
|
2245
|
-
function
|
|
2254
|
+
}, Ul = ["title"], Gl = { key: 1 }, Ql = ["title"], Zl = { key: 1 };
|
|
2255
|
+
function Wl(e, i, t, a, n, s) {
|
|
2246
2256
|
var p, b, y, I, v, T, M, j, Q, w, H, D, P, G, Z, R, J, Y, ae, te, se, L, X, fe, Ce, S, B, U, re;
|
|
2247
|
-
const u = W, d = E, r = Ie, c = St, f =
|
|
2257
|
+
const u = W, d = E, r = Ie, c = St, f = Sl;
|
|
2248
2258
|
return l(), C(dn, { to: "body" }, [
|
|
2249
2259
|
h("dialog", {
|
|
2250
2260
|
ref: "dialog",
|
|
2251
2261
|
class: _(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
|
2252
2262
|
"aria-label": e.ariaLabelText
|
|
2253
2263
|
}, [
|
|
2254
|
-
h("header",
|
|
2264
|
+
h("header", jl, [
|
|
2255
2265
|
(p = e.cmdHeadline) != null && p.show ? (l(), C(u, {
|
|
2256
2266
|
key: 0,
|
|
2257
2267
|
headlineText: (b = e.cmdHeadline) == null ? void 0 : b.headlineText,
|
|
2258
2268
|
headlineLevel: (y = e.cmdHeadline) == null ? void 0 : y.headlineLevel,
|
|
2259
2269
|
id: e.htmlId
|
|
2260
2270
|
}, null, 8, ["headlineText", "headlineLevel", "id"])) : m("", !0),
|
|
2261
|
-
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div",
|
|
2271
|
+
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div", Bl, [
|
|
2262
2272
|
e.showPrintButtons && ((T = e.fancyboxOptions.printButtons) == null ? void 0 : T.color) ? (l(), o("a", {
|
|
2263
2273
|
key: 0,
|
|
2264
2274
|
href: "#",
|
|
@@ -2270,7 +2280,7 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2270
2280
|
iconClass: (j = e.fancyboxOptions.printButtons.color) == null ? void 0 : j.iconClass,
|
|
2271
2281
|
type: (Q = e.fancyboxOptions.printButtons.color) == null ? void 0 : Q.iconType
|
|
2272
2282
|
}, null, 8, ["iconClass", "type"])
|
|
2273
|
-
], 8,
|
|
2283
|
+
], 8, Pl)) : m("", !0),
|
|
2274
2284
|
e.showPrintButtons && ((w = e.fancyboxOptions.printButtons) == null ? void 0 : w.grayscale) ? (l(), o("a", {
|
|
2275
2285
|
key: 1,
|
|
2276
2286
|
href: "#",
|
|
@@ -2282,7 +2292,7 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2282
2292
|
iconClass: (D = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : D.iconClass,
|
|
2283
2293
|
type: (P = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : P.iconType
|
|
2284
2294
|
}, null, 8, ["iconClass", "type"])
|
|
2285
|
-
], 8,
|
|
2295
|
+
], 8, Al)) : m("", !0),
|
|
2286
2296
|
e.fancyboxOptions.closeIcon ? (l(), o("a", {
|
|
2287
2297
|
key: 2,
|
|
2288
2298
|
href: "#",
|
|
@@ -2296,13 +2306,13 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2296
2306
|
iconClass: e.fancyboxOptions.closeIcon.iconClass,
|
|
2297
2307
|
type: e.fancyboxOptions.closeIcon.iconType
|
|
2298
2308
|
}, null, 8, ["iconClass", "type"])
|
|
2299
|
-
], 8,
|
|
2309
|
+
], 8, Fl)) : m("", !0)
|
|
2300
2310
|
])) : m("", !0)
|
|
2301
2311
|
]),
|
|
2302
2312
|
h("div", {
|
|
2303
2313
|
class: _(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
|
2304
2314
|
}, [
|
|
2305
|
-
e.fancyBoxImageUrl || ((G = e.cmdImage) == null ? void 0 : G.image) ? (l(), o("div",
|
|
2315
|
+
e.fancyBoxImageUrl || ((G = e.cmdImage) == null ? void 0 : G.image) ? (l(), o("div", zl, [
|
|
2306
2316
|
x(r, {
|
|
2307
2317
|
image: e.largeSingleImage,
|
|
2308
2318
|
figcaption: (Z = e.cmdImage) == null ? void 0 : Z.figcaption
|
|
@@ -2311,7 +2321,7 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2311
2321
|
key: 1,
|
|
2312
2322
|
class: "content",
|
|
2313
2323
|
innerHTML: e.fancyBoxContent
|
|
2314
|
-
}, null, 8,
|
|
2324
|
+
}, null, 8, Hl)) : e.fancyBoxElements ? (l(), o("div", ql)) : e.fancyBoxGallery ? (l(), o("div", Rl, [
|
|
2315
2325
|
x(c, {
|
|
2316
2326
|
onClick: O(e.showPrevItem, ["prevent"]),
|
|
2317
2327
|
slideButtonType: "prev"
|
|
@@ -2323,11 +2333,11 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2323
2333
|
x(c, {
|
|
2324
2334
|
onClick: O(e.showNextItem, ["prevent"])
|
|
2325
2335
|
}, null, 8, ["onClick"])
|
|
2326
|
-
])) : (l(), o("div",
|
|
2336
|
+
])) : (l(), o("div", Vl, [
|
|
2327
2337
|
V(e.$slots, "default")
|
|
2328
2338
|
]))
|
|
2329
2339
|
], 2),
|
|
2330
|
-
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer",
|
|
2340
|
+
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer", El, [
|
|
2331
2341
|
(R = e.fancyboxOptions.submitButtons) != null && R.cancel ? (l(), o("button", {
|
|
2332
2342
|
key: 0,
|
|
2333
2343
|
onClick: i[3] || (i[3] = (...ce) => e.cancel && e.cancel(...ce)),
|
|
@@ -2338,8 +2348,8 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2338
2348
|
iconClass: (ae = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ae.iconClass,
|
|
2339
2349
|
type: (te = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : te.iconType
|
|
2340
2350
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
2341
|
-
(se = e.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (l(), o("span",
|
|
2342
|
-
], 8,
|
|
2351
|
+
(se = e.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (l(), o("span", Gl, g((L = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : L.buttonText), 1)) : m("", !0)
|
|
2352
|
+
], 8, Ul)) : m("", !0),
|
|
2343
2353
|
(X = e.fancyboxOptions.submitButtons) != null && X.confirm ? (l(), o("button", {
|
|
2344
2354
|
key: 1,
|
|
2345
2355
|
onClick: i[4] || (i[4] = (...ce) => e.confirm && e.confirm(...ce)),
|
|
@@ -2350,8 +2360,8 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2350
2360
|
iconClass: (S = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : S.iconClass,
|
|
2351
2361
|
type: (B = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : B.iconType
|
|
2352
2362
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
2353
|
-
(U = e.fancyboxOptions.submitButtons.confirm) != null && U.buttonText ? (l(), o("span",
|
|
2354
|
-
], 8,
|
|
2363
|
+
(U = e.fancyboxOptions.submitButtons.confirm) != null && U.buttonText ? (l(), o("span", Zl, g((re = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : re.buttonText), 1)) : m("", !0)
|
|
2364
|
+
], 8, Ql)) : m("", !0)
|
|
2355
2365
|
])) : m("", !0),
|
|
2356
2366
|
e.fancyBoxGallery ? (l(), C(f, {
|
|
2357
2367
|
key: 1,
|
|
@@ -2360,12 +2370,13 @@ function Zl(e, i, t, a, n, s) {
|
|
|
2360
2370
|
onClick: e.showItem,
|
|
2361
2371
|
imgIndex: e.index
|
|
2362
2372
|
}, null, 8, ["thumbnailScrollerItems", "onClick", "imgIndex"])) : m("", !0)
|
|
2363
|
-
], 10,
|
|
2373
|
+
], 10, Nl)
|
|
2364
2374
|
]);
|
|
2365
2375
|
}
|
|
2366
|
-
const
|
|
2367
|
-
const
|
|
2376
|
+
const Ah = /* @__PURE__ */ N(Dl, [["render", Wl]]);
|
|
2377
|
+
const Jl = {
|
|
2368
2378
|
name: "CmdListOfLinks",
|
|
2379
|
+
emits: ["click"],
|
|
2369
2380
|
props: {
|
|
2370
2381
|
sectionAnchors: {
|
|
2371
2382
|
type: Boolean,
|
|
@@ -2404,23 +2415,32 @@ const Wl = {
|
|
|
2404
2415
|
default: !1
|
|
2405
2416
|
}
|
|
2406
2417
|
},
|
|
2418
|
+
computed: {
|
|
2419
|
+
setStretchClass() {
|
|
2420
|
+
return this.largeIcons && this.orientation === "horizontal" ? "stretch" : null;
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2407
2423
|
methods: {
|
|
2408
2424
|
getRoute(e) {
|
|
2409
2425
|
return me(e);
|
|
2410
2426
|
},
|
|
2411
2427
|
executeLink(e, i) {
|
|
2412
|
-
e.fancybox
|
|
2428
|
+
if (e.fancybox) {
|
|
2429
|
+
i.preventDefault(), Mt({ url: e.path, showSubmitButtons: e.showSubmitButtons });
|
|
2430
|
+
return;
|
|
2431
|
+
}
|
|
2432
|
+
this.$emit("click", { link: e, originalEvent: i });
|
|
2413
2433
|
}
|
|
2414
2434
|
}
|
|
2415
|
-
},
|
|
2416
|
-
function
|
|
2435
|
+
}, Yl = ["href", "target", "onClick", "title"], Kl = { key: 1 }, Xl = { key: 1 };
|
|
2436
|
+
function $l(e, i, t, a, n, s) {
|
|
2417
2437
|
const u = W, d = E, r = le("router-link");
|
|
2418
2438
|
return l(), o("div", {
|
|
2419
2439
|
class: _(["cmd-list-of-links", { box: t.styleAsBox, horizontal: t.orientation === "horizontal", "section-anchors": t.sectionAnchors, "large-icons": t.largeIcons }])
|
|
2420
2440
|
}, [
|
|
2421
2441
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
2422
2442
|
h("ul", {
|
|
2423
|
-
class: _(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align])
|
|
2443
|
+
class: _(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, s.setStretchClass])
|
|
2424
2444
|
}, [
|
|
2425
2445
|
(l(!0), o(k, null, F(t.links, (c, f) => (l(), o("li", {
|
|
2426
2446
|
key: f,
|
|
@@ -2438,8 +2458,8 @@ function Xl(e, i, t, a, n, s) {
|
|
|
2438
2458
|
iconClass: c.iconClass,
|
|
2439
2459
|
type: c.iconType
|
|
2440
2460
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
2441
|
-
c.text ? (l(), o("span",
|
|
2442
|
-
], 8,
|
|
2461
|
+
c.text ? (l(), o("span", Kl, g(c.text), 1)) : m("", !0)
|
|
2462
|
+
], 8, Yl)) : c.type === "router" ? (l(), C(r, {
|
|
2443
2463
|
key: 1,
|
|
2444
2464
|
to: s.getRoute(c),
|
|
2445
2465
|
title: c.tooltip
|
|
@@ -2450,7 +2470,7 @@ function Xl(e, i, t, a, n, s) {
|
|
|
2450
2470
|
iconClass: c.iconClass,
|
|
2451
2471
|
type: c.iconType
|
|
2452
2472
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
2453
|
-
c.text ? (l(), o("span",
|
|
2473
|
+
c.text ? (l(), o("span", Xl, g(c.text), 1)) : m("", !0)
|
|
2454
2474
|
]),
|
|
2455
2475
|
_: 2
|
|
2456
2476
|
}, 1032, ["to", "title"])) : m("", !0)
|
|
@@ -2458,7 +2478,7 @@ function Xl(e, i, t, a, n, s) {
|
|
|
2458
2478
|
], 2)
|
|
2459
2479
|
], 2);
|
|
2460
2480
|
}
|
|
2461
|
-
const
|
|
2481
|
+
const eo = /* @__PURE__ */ N(Jl, [["render", $l]]), to = {
|
|
2462
2482
|
data() {
|
|
2463
2483
|
return {
|
|
2464
2484
|
defaultMessageProperties: {
|
|
@@ -2469,7 +2489,7 @@ const $l = /* @__PURE__ */ N(Wl, [["render", Xl]]), eo = {
|
|
|
2469
2489
|
}
|
|
2470
2490
|
};
|
|
2471
2491
|
}
|
|
2472
|
-
},
|
|
2492
|
+
}, io = {
|
|
2473
2493
|
props: {
|
|
2474
2494
|
globalCurrency: {
|
|
2475
2495
|
type: Object,
|
|
@@ -2486,8 +2506,8 @@ const Ot = {
|
|
|
2486
2506
|
name: "CmdBox",
|
|
2487
2507
|
mixins: [
|
|
2488
2508
|
ie,
|
|
2489
|
-
|
|
2490
|
-
|
|
2509
|
+
to,
|
|
2510
|
+
io
|
|
2491
2511
|
],
|
|
2492
2512
|
emits: ["click", "toggle-collapse"],
|
|
2493
2513
|
data() {
|
|
@@ -2622,31 +2642,31 @@ const Ot = {
|
|
|
2622
2642
|
}));
|
|
2623
2643
|
}, ii = Ot.setup;
|
|
2624
2644
|
Ot.setup = ii ? (e, i) => (ti(), ii(e, i)) : ti;
|
|
2625
|
-
const
|
|
2645
|
+
const no = Ot, so = ["title"], lo = {
|
|
2626
2646
|
key: 0,
|
|
2627
2647
|
class: "box-header"
|
|
2628
|
-
},
|
|
2648
|
+
}, oo = ["src", "alt"], ao = { class: "text-wrapper" }, ro = { key: 1 }, co = {
|
|
2629
2649
|
key: 3,
|
|
2630
2650
|
class: "box-footer"
|
|
2631
|
-
},
|
|
2651
|
+
}, uo = { class: "box-header flex-container vertical" }, mo = { key: 0 }, ho = ["src", "alt"], fo = { key: 1 }, go = {
|
|
2632
2652
|
key: 2,
|
|
2633
2653
|
class: "ribbon-new"
|
|
2634
|
-
},
|
|
2654
|
+
}, po = {
|
|
2635
2655
|
key: 3,
|
|
2636
2656
|
class: "ribbon-discount"
|
|
2637
|
-
},
|
|
2657
|
+
}, yo = { class: "box-body" }, _o = { key: 0 }, Co = {
|
|
2638
2658
|
key: 1,
|
|
2639
2659
|
class: "price"
|
|
2640
|
-
},
|
|
2660
|
+
}, bo = ["title"], ko = { key: 2 }, vo = { class: "box-header flex-container vertical" }, wo = { key: 0 }, Io = ["src", "alt"], xo = { key: 0 }, To = { key: 1 }, So = ["title"], Mo = { key: 0 }, Oo = { class: "box-body" }, Lo = { key: 0 }, Do = { key: 1 }, No = { key: 2 }, jo = {
|
|
2641
2661
|
key: 3,
|
|
2642
2662
|
class: "description"
|
|
2643
|
-
},
|
|
2663
|
+
}, Bo = { class: "tags" }, Po = {
|
|
2644
2664
|
key: 0,
|
|
2645
2665
|
class: "box-footer"
|
|
2646
2666
|
};
|
|
2647
|
-
function
|
|
2667
|
+
function Ao(e, i, t, a, n, s) {
|
|
2648
2668
|
var c, f, p, b, y, I, v, T, M;
|
|
2649
|
-
const u = W, d = E, r =
|
|
2669
|
+
const u = W, d = E, r = eo;
|
|
2650
2670
|
return t.boxType === "content" ? (l(), o("div", {
|
|
2651
2671
|
key: 0,
|
|
2652
2672
|
class: _([
|
|
@@ -2672,8 +2692,8 @@ function Po(e, i, t, a, n, s) {
|
|
|
2672
2692
|
iconClass: n.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
|
2673
2693
|
type: n.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
|
2674
2694
|
}, null, 8, ["iconClass", "type"])
|
|
2675
|
-
], 8,
|
|
2676
|
-
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((b = t.cmdHeadline) == null ? void 0 : b.headlineText) ? (l(), o("div",
|
|
2695
|
+
], 8, so)) : (l(), o(k, { key: 1 }, [
|
|
2696
|
+
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((b = t.cmdHeadline) == null ? void 0 : b.headlineText) ? (l(), o("div", lo, [
|
|
2677
2697
|
(y = t.useSlots) != null && y.includes("header") ? V(e.$slots, "header", { key: 0 }) : m("", !0),
|
|
2678
2698
|
(I = t.cmdHeadline) != null && I.headlineText ? (l(), C(u, K(q({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
|
|
2679
2699
|
])) : m("", !0)
|
|
@@ -2707,14 +2727,14 @@ function Po(e, i, t, a, n, s) {
|
|
|
2707
2727
|
key: 0,
|
|
2708
2728
|
src: t.image.src,
|
|
2709
2729
|
alt: t.image.altText
|
|
2710
|
-
}, null, 8,
|
|
2711
|
-
h("div",
|
|
2730
|
+
}, null, 8, oo)) : m("", !0),
|
|
2731
|
+
h("div", ao, [
|
|
2712
2732
|
((T = t.cmdHeadline) == null ? void 0 : T.headlineText) && t.repeatHeadlineInBoxBody ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
2713
|
-
t.textBody ? (l(), o("p",
|
|
2733
|
+
t.textBody ? (l(), o("p", ro, g(t.textBody), 1)) : m("", !0)
|
|
2714
2734
|
])
|
|
2715
2735
|
], 64))
|
|
2716
2736
|
], 2)) : m("", !0),
|
|
2717
|
-
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div",
|
|
2737
|
+
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div", co, [
|
|
2718
2738
|
V(e.$slots, "footer")
|
|
2719
2739
|
])) : m("", !0)
|
|
2720
2740
|
], 2)) : t.boxType === "product" && t.product ? (l(), o("a", {
|
|
@@ -2723,30 +2743,30 @@ function Po(e, i, t, a, n, s) {
|
|
|
2723
2743
|
href: "#",
|
|
2724
2744
|
onClick: i[2] || (i[2] = O((j) => s.clickOnProduct(t.product), ["prevent"]))
|
|
2725
2745
|
}, [
|
|
2726
|
-
h("div",
|
|
2727
|
-
t.product.image !== void 0 ? (l(), o("figure",
|
|
2746
|
+
h("div", uo, [
|
|
2747
|
+
t.product.image !== void 0 ? (l(), o("figure", mo, [
|
|
2728
2748
|
h("img", {
|
|
2729
2749
|
src: t.product.image.src,
|
|
2730
2750
|
alt: t.product.image.alt
|
|
2731
|
-
}, null, 8,
|
|
2751
|
+
}, null, 8, ho),
|
|
2732
2752
|
h("figcaption", null, g(t.product.name), 1)
|
|
2733
|
-
])) : (l(), o("p",
|
|
2734
|
-
t.product.new ? (l(), o("div",
|
|
2753
|
+
])) : (l(), o("p", fo, g(t.product.name), 1)),
|
|
2754
|
+
t.product.new ? (l(), o("div", go, [
|
|
2735
2755
|
h("span", null, g(e.getMessage("cmdbox.productbox.new")), 1)
|
|
2736
2756
|
])) : m("", !0),
|
|
2737
|
-
t.product.discount ? (l(), o("div",
|
|
2757
|
+
t.product.discount ? (l(), o("div", po, [
|
|
2738
2758
|
h("span", null, g(t.product.discount), 1)
|
|
2739
2759
|
])) : m("", !0)
|
|
2740
2760
|
]),
|
|
2741
|
-
h("div",
|
|
2742
|
-
t.product.articleNumber ? (l(), o("p",
|
|
2743
|
-
t.product.price ? (l(), o("p",
|
|
2761
|
+
h("div", yo, [
|
|
2762
|
+
t.product.articleNumber ? (l(), o("p", _o, g(e.getMessage("cmdbox.productbox.article_no")) + " " + g(t.product.articleNumber), 1)) : m("", !0),
|
|
2763
|
+
t.product.price ? (l(), o("p", Co, [
|
|
2744
2764
|
h("span", null, g(t.product.price), 1),
|
|
2745
2765
|
h("span", {
|
|
2746
2766
|
title: e.globalCurrency.name
|
|
2747
|
-
}, g(e.globalCurrency.symbol), 9,
|
|
2767
|
+
}, g(e.globalCurrency.symbol), 9, bo)
|
|
2748
2768
|
])) : m("", !0),
|
|
2749
|
-
t.product.description ? (l(), o("p",
|
|
2769
|
+
t.product.description ? (l(), o("p", ko, g(t.product.description), 1)) : m("", !0)
|
|
2750
2770
|
])
|
|
2751
2771
|
], 2)) : t.boxType === "user" && t.user ? (l(), o("div", {
|
|
2752
2772
|
key: 2,
|
|
@@ -2760,34 +2780,34 @@ function Po(e, i, t, a, n, s) {
|
|
|
2760
2780
|
}
|
|
2761
2781
|
])
|
|
2762
2782
|
}, [
|
|
2763
|
-
h("div",
|
|
2764
|
-
t.user.image ? (l(), o("figure",
|
|
2783
|
+
h("div", vo, [
|
|
2784
|
+
t.user.image ? (l(), o("figure", wo, [
|
|
2765
2785
|
h("img", {
|
|
2766
2786
|
src: t.user.image.src,
|
|
2767
2787
|
alt: t.user.image.alt
|
|
2768
|
-
}, null, 8,
|
|
2788
|
+
}, null, 8, Io),
|
|
2769
2789
|
h("figcaption", null, [
|
|
2770
2790
|
z(g(t.user.name) + " ", 1),
|
|
2771
|
-
t.user.age ? (l(), o("span",
|
|
2791
|
+
t.user.age ? (l(), o("span", xo, ", " + g(t.user.age), 1)) : m("", !0)
|
|
2772
2792
|
])
|
|
2773
|
-
])) : (l(), o("div",
|
|
2793
|
+
])) : (l(), o("div", To, [
|
|
2774
2794
|
h("span", {
|
|
2775
2795
|
class: _(t.defaultProfileIconClass),
|
|
2776
2796
|
title: t.user.name
|
|
2777
|
-
}, null, 10,
|
|
2778
|
-
t.rowView ? m("", !0) : (l(), o("p",
|
|
2797
|
+
}, null, 10, So),
|
|
2798
|
+
t.rowView ? m("", !0) : (l(), o("p", Mo, g(t.user.name), 1))
|
|
2779
2799
|
]))
|
|
2780
2800
|
]),
|
|
2781
|
-
h("div",
|
|
2782
|
-
t.rowView ? (l(), o("p",
|
|
2783
|
-
t.user.profession ? (l(), o("p",
|
|
2784
|
-
t.user.position ? (l(), o("p",
|
|
2785
|
-
t.user.description ? (l(), o("p",
|
|
2801
|
+
h("div", Oo, [
|
|
2802
|
+
t.rowView ? (l(), o("p", Lo, g(t.user.name), 1)) : m("", !0),
|
|
2803
|
+
t.user.profession ? (l(), o("p", Do, g(t.user.profession), 1)) : m("", !0),
|
|
2804
|
+
t.user.position ? (l(), o("p", No, g(t.user.position), 1)) : m("", !0),
|
|
2805
|
+
t.user.description ? (l(), o("p", jo, g(t.user.description), 1)) : m("", !0)
|
|
2786
2806
|
]),
|
|
2787
|
-
h("ul",
|
|
2807
|
+
h("ul", Bo, [
|
|
2788
2808
|
(l(!0), o(k, null, F(t.user.tags, (j, Q) => (l(), o("li", { key: Q }, g(j), 1))), 128))
|
|
2789
2809
|
]),
|
|
2790
|
-
t.user.links ? (l(), o("div",
|
|
2810
|
+
t.user.links ? (l(), o("div", Po, [
|
|
2791
2811
|
x(r, {
|
|
2792
2812
|
links: t.user.links,
|
|
2793
2813
|
orientation: "horizontal",
|
|
@@ -2796,7 +2816,7 @@ function Po(e, i, t, a, n, s) {
|
|
|
2796
2816
|
])) : m("", !0)
|
|
2797
2817
|
], 2)) : m("", !0);
|
|
2798
2818
|
}
|
|
2799
|
-
const
|
|
2819
|
+
const Fo = /* @__PURE__ */ N(no, [["render", Ao]]);
|
|
2800
2820
|
const Lt = {
|
|
2801
2821
|
name: "CmdBoxWrapper",
|
|
2802
2822
|
data() {
|
|
@@ -2915,16 +2935,16 @@ const Lt = {
|
|
|
2915
2935
|
}));
|
|
2916
2936
|
}, si = Lt.setup;
|
|
2917
2937
|
Lt.setup = si ? (e, i) => (ni(), si(e, i)) : ni;
|
|
2918
|
-
const
|
|
2938
|
+
const zo = Lt, Ho = { class: "cmd-box-wrapper" }, qo = { class: "flex-container headline-wrapper" }, Ro = {
|
|
2919
2939
|
key: 1,
|
|
2920
2940
|
class: "options-wrapper"
|
|
2921
|
-
},
|
|
2922
|
-
function
|
|
2941
|
+
}, Vo = ["title"], Eo = ["title"];
|
|
2942
|
+
function Uo(e, i, t, a, n, s) {
|
|
2923
2943
|
const u = W, d = E;
|
|
2924
|
-
return l(), o("div",
|
|
2925
|
-
h("div",
|
|
2944
|
+
return l(), o("div", Ho, [
|
|
2945
|
+
h("div", qo, [
|
|
2926
2946
|
t.cmdHeadline.headlineText ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
2927
|
-
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div",
|
|
2947
|
+
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div", Ro, [
|
|
2928
2948
|
t.allowTogglingCollapsingBoxes ? (l(), o("a", {
|
|
2929
2949
|
key: 0,
|
|
2930
2950
|
href: "#",
|
|
@@ -2935,7 +2955,7 @@ function Eo(e, i, t, a, n, s) {
|
|
|
2935
2955
|
iconClass: n.collapsingBoxesOpen ? t.expandBoxesIcon.iconClass : t.collapseBoxesIcon.iconClass,
|
|
2936
2956
|
type: n.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
|
2937
2957
|
}, null, 8, ["iconClass", "type"])
|
|
2938
|
-
], 8,
|
|
2958
|
+
], 8, Vo)) : m("", !0),
|
|
2939
2959
|
t.allowUserToToggleOrientation ? (l(), o("a", {
|
|
2940
2960
|
key: 1,
|
|
2941
2961
|
href: "#",
|
|
@@ -2946,7 +2966,7 @@ function Eo(e, i, t, a, n, s) {
|
|
|
2946
2966
|
iconClass: n.rowView ? t.iconGridView.iconClass : t.iconRowView.iconClass,
|
|
2947
2967
|
type: n.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
|
2948
2968
|
}, null, 8, ["iconClass", "type"])
|
|
2949
|
-
], 8,
|
|
2969
|
+
], 8, Eo)) : m("", !0)
|
|
2950
2970
|
])) : m("", !0)
|
|
2951
2971
|
]),
|
|
2952
2972
|
h("div", {
|
|
@@ -2961,8 +2981,8 @@ function Eo(e, i, t, a, n, s) {
|
|
|
2961
2981
|
], 2)
|
|
2962
2982
|
]);
|
|
2963
2983
|
}
|
|
2964
|
-
const
|
|
2965
|
-
const
|
|
2984
|
+
const Fh = /* @__PURE__ */ N(zo, [["render", Uo]]);
|
|
2985
|
+
const Go = {
|
|
2966
2986
|
name: "CmdBreadcrumbs",
|
|
2967
2987
|
props: {
|
|
2968
2988
|
breadcrumbLabel: {
|
|
@@ -2983,11 +3003,11 @@ const Uo = {
|
|
|
2983
3003
|
return me(e);
|
|
2984
3004
|
}
|
|
2985
3005
|
}
|
|
2986
|
-
},
|
|
2987
|
-
function
|
|
3006
|
+
}, Qo = { class: "cmd-breadcrumbs" }, Zo = { key: 0 }, Wo = ["href"], Jo = { key: 1 }, Yo = { key: 1 }, Ko = { key: 2 }, Xo = { key: 1 }, $o = { key: 3 };
|
|
3007
|
+
function ea(e, i, t, a, n, s) {
|
|
2988
3008
|
const u = E, d = le("router-link");
|
|
2989
|
-
return l(), o("ul",
|
|
2990
|
-
t.breadcrumbLabel ? (l(), o("li",
|
|
3009
|
+
return l(), o("ul", Qo, [
|
|
3010
|
+
t.breadcrumbLabel ? (l(), o("li", Zo, g(t.breadcrumbLabel), 1)) : m("", !0),
|
|
2991
3011
|
(l(!0), o(k, null, F(t.breadcrumbLinks || [], (r, c) => (l(), o("li", { key: c }, [
|
|
2992
3012
|
r.type === "href" ? (l(), o("a", {
|
|
2993
3013
|
key: 0,
|
|
@@ -2998,8 +3018,8 @@ function $o(e, i, t, a, n, s) {
|
|
|
2998
3018
|
iconClass: r.iconClass,
|
|
2999
3019
|
type: r.iconType
|
|
3000
3020
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3001
|
-
r.text ? (l(), o("span",
|
|
3002
|
-
], 8,
|
|
3021
|
+
r.text ? (l(), o("span", Jo, g(r.text), 1)) : m("", !0)
|
|
3022
|
+
], 8, Wo)) : r.type === "router" ? (l(), C(d, {
|
|
3003
3023
|
key: 1,
|
|
3004
3024
|
to: s.getRoute(r)
|
|
3005
3025
|
}, {
|
|
@@ -3009,23 +3029,23 @@ function $o(e, i, t, a, n, s) {
|
|
|
3009
3029
|
iconClass: r.iconClass,
|
|
3010
3030
|
type: r.iconType
|
|
3011
3031
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3012
|
-
r.text ? (l(), o("span",
|
|
3032
|
+
r.text ? (l(), o("span", Yo, g(r.text), 1)) : m("", !0)
|
|
3013
3033
|
]),
|
|
3014
3034
|
_: 2
|
|
3015
|
-
}, 1032, ["to"])) : (l(), o("span",
|
|
3035
|
+
}, 1032, ["to"])) : (l(), o("span", Ko, [
|
|
3016
3036
|
r.iconClass ? (l(), C(u, {
|
|
3017
3037
|
key: 0,
|
|
3018
3038
|
iconClass: r.iconClass,
|
|
3019
3039
|
type: r.iconType
|
|
3020
3040
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3021
|
-
r.text ? (l(), o("span",
|
|
3041
|
+
r.text ? (l(), o("span", Xo, g(r.text), 1)) : m("", !0)
|
|
3022
3042
|
])),
|
|
3023
|
-
c < t.breadcrumbLinks.length - 1 ? (l(), o("span",
|
|
3043
|
+
c < t.breadcrumbLinks.length - 1 ? (l(), o("span", $o, g(t.breadcrumbSeparator), 1)) : m("", !0)
|
|
3024
3044
|
]))), 128))
|
|
3025
3045
|
]);
|
|
3026
3046
|
}
|
|
3027
|
-
const
|
|
3028
|
-
const
|
|
3047
|
+
const zh = /* @__PURE__ */ N(Go, [["render", ea]]);
|
|
3048
|
+
const ta = {
|
|
3029
3049
|
name: "CmdCompanyLogo",
|
|
3030
3050
|
data() {
|
|
3031
3051
|
return {
|
|
@@ -3087,11 +3107,11 @@ const ea = {
|
|
|
3087
3107
|
document.querySelector("html").classList.contains("light-mode") ? this.prefersColorScheme = "light" : document.querySelector("html").classList.contains("dark-mode") ? this.prefersColorScheme = "dark" : matchMedia("(prefers-color-scheme: light)").matches ? this.prefersColorScheme = "light" : this.prefersColorScheme = "dark";
|
|
3088
3108
|
}
|
|
3089
3109
|
}
|
|
3090
|
-
},
|
|
3091
|
-
function
|
|
3110
|
+
}, ia = { class: "cmd-company-logo" }, na = ["href", "title"];
|
|
3111
|
+
function sa(e, i, t, a, n, s) {
|
|
3092
3112
|
var r, c, f, p, b, y;
|
|
3093
3113
|
const u = Ie, d = le("router-link");
|
|
3094
|
-
return l(), o("div",
|
|
3114
|
+
return l(), o("div", ia, [
|
|
3095
3115
|
((r = t.link) == null ? void 0 : r.type) === "router" ? (l(), C(d, {
|
|
3096
3116
|
key: 0,
|
|
3097
3117
|
to: (c = t.link) == null ? void 0 : c.path,
|
|
@@ -3107,14 +3127,14 @@ function na(e, i, t, a, n, s) {
|
|
|
3107
3127
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
|
3108
3128
|
}, [
|
|
3109
3129
|
x(u, { image: s.image }, null, 8, ["image"])
|
|
3110
|
-
], 8,
|
|
3130
|
+
], 8, na)) : (l(), C(u, {
|
|
3111
3131
|
key: 2,
|
|
3112
3132
|
image: s.image
|
|
3113
3133
|
}, null, 8, ["image"]))
|
|
3114
3134
|
]);
|
|
3115
3135
|
}
|
|
3116
|
-
const
|
|
3117
|
-
const
|
|
3136
|
+
const la = /* @__PURE__ */ N(ta, [["render", sa]]);
|
|
3137
|
+
const oa = {
|
|
3118
3138
|
name: "CmdTooltip",
|
|
3119
3139
|
data() {
|
|
3120
3140
|
return {
|
|
@@ -3192,18 +3212,18 @@ const la = {
|
|
|
3192
3212
|
});
|
|
3193
3213
|
}
|
|
3194
3214
|
}
|
|
3195
|
-
},
|
|
3215
|
+
}, aa = {
|
|
3196
3216
|
key: 0,
|
|
3197
3217
|
class: "headline-wrapper"
|
|
3198
|
-
},
|
|
3199
|
-
function
|
|
3218
|
+
}, ra = ["title"];
|
|
3219
|
+
function ca(e, i, t, a, n, s) {
|
|
3200
3220
|
const u = W, d = E;
|
|
3201
3221
|
return n.tooltipVisibility ? (l(), o("div", {
|
|
3202
3222
|
key: 0,
|
|
3203
3223
|
class: _(["cmd-tooltip", t.status]),
|
|
3204
3224
|
ref: "tooltip"
|
|
3205
3225
|
}, [
|
|
3206
|
-
t.cmdHeadline || t.iconClose.show ? (l(), o("div",
|
|
3226
|
+
t.cmdHeadline || t.iconClose.show ? (l(), o("div", aa, [
|
|
3207
3227
|
t.cmdHeadline ? (l(), C(u, {
|
|
3208
3228
|
key: 0,
|
|
3209
3229
|
iconClass: t.cmdHeadline.iconClass,
|
|
@@ -3221,14 +3241,14 @@ function ra(e, i, t, a, n, s) {
|
|
|
3221
3241
|
iconClass: t.iconClose.iconClass,
|
|
3222
3242
|
type: t.iconClose.iconType
|
|
3223
3243
|
}, null, 8, ["iconClass", "type"])
|
|
3224
|
-
], 8,
|
|
3244
|
+
], 8, ra)) : m("", !0)
|
|
3225
3245
|
])) : m("", !0),
|
|
3226
3246
|
V(e.$slots, "default", {}, () => [
|
|
3227
3247
|
z(g(t.tooltipText), 1)
|
|
3228
3248
|
])
|
|
3229
3249
|
], 2)) : m("", !0);
|
|
3230
3250
|
}
|
|
3231
|
-
const
|
|
3251
|
+
const ua = /* @__PURE__ */ N(oa, [["render", ca]]), da = {
|
|
3232
3252
|
data() {
|
|
3233
3253
|
return {
|
|
3234
3254
|
defaultMessageProperties: {
|
|
@@ -3238,11 +3258,11 @@ const ca = /* @__PURE__ */ N(la, [["render", ra]]), ua = {
|
|
|
3238
3258
|
};
|
|
3239
3259
|
}
|
|
3240
3260
|
};
|
|
3241
|
-
const
|
|
3261
|
+
const ma = {
|
|
3242
3262
|
name: "CmdListOfRequirements",
|
|
3243
3263
|
mixins: [
|
|
3244
3264
|
ie,
|
|
3245
|
-
|
|
3265
|
+
da
|
|
3246
3266
|
],
|
|
3247
3267
|
props: {
|
|
3248
3268
|
inputModelValue: {
|
|
@@ -3301,11 +3321,11 @@ const da = {
|
|
|
3301
3321
|
return this.inputRequirements.length > 1 ? this.getMessage("cmdlistofrequirements.headline.requirements_for_input") : this.getMessage("cmdlistofrequirements.headline.requirement_for_input");
|
|
3302
3322
|
}
|
|
3303
3323
|
}
|
|
3304
|
-
},
|
|
3305
|
-
function
|
|
3324
|
+
}, ha = { class: "cmd-list-of-requirements" }, fa = /* @__PURE__ */ h("br", null, null, -1), ga = /* @__PURE__ */ h("hr", null, null, -1), pa = ["href", "target"], ya = { key: 1 };
|
|
3325
|
+
function _a(e, i, t, a, n, s) {
|
|
3306
3326
|
var r, c, f;
|
|
3307
3327
|
const u = W, d = E;
|
|
3308
|
-
return l(), o("div",
|
|
3328
|
+
return l(), o("div", ha, [
|
|
3309
3329
|
t.showHeadline ? (l(), C(u, {
|
|
3310
3330
|
key: 0,
|
|
3311
3331
|
"headline-level": t.cmdHeadline.headlineLevel
|
|
@@ -3313,7 +3333,7 @@ function ya(e, i, t, a, n, s) {
|
|
|
3313
3333
|
default: A(() => [
|
|
3314
3334
|
z(g(s.headlineRequirements), 1),
|
|
3315
3335
|
t.labelText ? (l(), o(k, { key: 0 }, [
|
|
3316
|
-
|
|
3336
|
+
fa,
|
|
3317
3337
|
h("em", null, g(t.labelText), 1)
|
|
3318
3338
|
], 64)) : m("", !0)
|
|
3319
3339
|
]),
|
|
@@ -3338,7 +3358,7 @@ function ya(e, i, t, a, n, s) {
|
|
|
3338
3358
|
], 64))), 128))
|
|
3339
3359
|
]),
|
|
3340
3360
|
t.helplink && t.helplink.show ? (l(), o(k, { key: 1 }, [
|
|
3341
|
-
|
|
3361
|
+
ga,
|
|
3342
3362
|
t.helplink.url ? (l(), o("a", {
|
|
3343
3363
|
key: 0,
|
|
3344
3364
|
href: t.helplink.url,
|
|
@@ -3351,12 +3371,12 @@ function ya(e, i, t, a, n, s) {
|
|
|
3351
3371
|
class: _((c = t.helplink.icon) == null ? void 0 : c.iconClass),
|
|
3352
3372
|
title: (f = t.helplink.icon) == null ? void 0 : f.tooltip
|
|
3353
3373
|
}, null, 8, ["class", "title"])) : m("", !0),
|
|
3354
|
-
t.helplink.text ? (l(), o("span",
|
|
3355
|
-
], 8,
|
|
3374
|
+
t.helplink.text ? (l(), o("span", ya, g(t.helplink.text), 1)) : m("", !0)
|
|
3375
|
+
], 8, pa)) : m("", !0)
|
|
3356
3376
|
], 64)) : m("", !0)
|
|
3357
3377
|
]);
|
|
3358
3378
|
}
|
|
3359
|
-
const
|
|
3379
|
+
const Ca = /* @__PURE__ */ N(ma, [["render", _a]]), ba = {
|
|
3360
3380
|
name: "CmdTooltipForInputElements",
|
|
3361
3381
|
props: {
|
|
3362
3382
|
relatedId: {
|
|
@@ -3389,8 +3409,8 @@ const _a = /* @__PURE__ */ N(da, [["render", ya]]), Ca = {
|
|
|
3389
3409
|
}
|
|
3390
3410
|
}
|
|
3391
3411
|
};
|
|
3392
|
-
function
|
|
3393
|
-
const u =
|
|
3412
|
+
function ka(e, i, t, a, n, s) {
|
|
3413
|
+
const u = Ca, d = ua;
|
|
3394
3414
|
return l(), C(d, {
|
|
3395
3415
|
ref: "tooltip",
|
|
3396
3416
|
class: _(["box", t.validationStatus]),
|
|
@@ -3412,7 +3432,7 @@ function ba(e, i, t, a, n, s) {
|
|
|
3412
3432
|
_: 1
|
|
3413
3433
|
}, 8, ["class", "relatedId"]);
|
|
3414
3434
|
}
|
|
3415
|
-
const Dt = /* @__PURE__ */ N(
|
|
3435
|
+
const Dt = /* @__PURE__ */ N(ba, [["render", ka]]), va = {
|
|
3416
3436
|
data() {
|
|
3417
3437
|
return {
|
|
3418
3438
|
defaultMessageProperties: {
|
|
@@ -3425,7 +3445,7 @@ const Dt = /* @__PURE__ */ N(Ca, [["render", ba]]), ka = {
|
|
|
3425
3445
|
}
|
|
3426
3446
|
};
|
|
3427
3447
|
}
|
|
3428
|
-
},
|
|
3448
|
+
}, wa = {
|
|
3429
3449
|
data() {
|
|
3430
3450
|
return {
|
|
3431
3451
|
fieldValidationDefaultMessageProperties: {
|
|
@@ -3448,7 +3468,7 @@ const Dt = /* @__PURE__ */ N(Ca, [["render", ba]]), ka = {
|
|
|
3448
3468
|
},
|
|
3449
3469
|
mixins: [
|
|
3450
3470
|
ie,
|
|
3451
|
-
|
|
3471
|
+
wa
|
|
3452
3472
|
],
|
|
3453
3473
|
props: {
|
|
3454
3474
|
validationMessage: {
|
|
@@ -3624,7 +3644,7 @@ const Dt = /* @__PURE__ */ N(Ca, [["render", ba]]), ka = {
|
|
|
3624
3644
|
}
|
|
3625
3645
|
}
|
|
3626
3646
|
}, Qe = {};
|
|
3627
|
-
function
|
|
3647
|
+
function Ia(e = "defaultSequence") {
|
|
3628
3648
|
const i = Qe[e] || 0;
|
|
3629
3649
|
return Qe[e] = i + 1, Qe[e];
|
|
3630
3650
|
}
|
|
@@ -3632,7 +3652,7 @@ const jt = {
|
|
|
3632
3652
|
data() {
|
|
3633
3653
|
return {
|
|
3634
3654
|
tooltip: !1,
|
|
3635
|
-
tooltipId: "tooltip-" +
|
|
3655
|
+
tooltipId: "tooltip-" + Ia()
|
|
3636
3656
|
};
|
|
3637
3657
|
},
|
|
3638
3658
|
props: {
|
|
@@ -3646,12 +3666,12 @@ const jt = {
|
|
|
3646
3666
|
}
|
|
3647
3667
|
}
|
|
3648
3668
|
};
|
|
3649
|
-
const
|
|
3669
|
+
const xa = ["color", "date", "datetime-local", "file", "number", "range"], Ta = {
|
|
3650
3670
|
inheritAttrs: !1,
|
|
3651
3671
|
name: "CmdFormElement",
|
|
3652
3672
|
mixins: [
|
|
3653
3673
|
ie,
|
|
3654
|
-
|
|
3674
|
+
va,
|
|
3655
3675
|
Nt,
|
|
3656
3676
|
xe,
|
|
3657
3677
|
jt
|
|
@@ -3899,7 +3919,7 @@ const Ia = ["color", "date", "datetime-local", "file", "number", "range"], xa =
|
|
|
3899
3919
|
return this.$refs.label;
|
|
3900
3920
|
},
|
|
3901
3921
|
getMaxLength() {
|
|
3902
|
-
return this.$attrs.element === "textarea" ? this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 5e3 :
|
|
3922
|
+
return this.$attrs.element === "textarea" ? this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 5e3 : xa.includes(this.$attrs.type) ? null : this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 255;
|
|
3903
3923
|
},
|
|
3904
3924
|
validateInput(e) {
|
|
3905
3925
|
var t;
|
|
@@ -3946,20 +3966,20 @@ const Ia = ["color", "date", "datetime-local", "file", "number", "range"], xa =
|
|
|
3946
3966
|
immediate: !0
|
|
3947
3967
|
}
|
|
3948
3968
|
}
|
|
3949
|
-
},
|
|
3969
|
+
}, Sa = ["for", "title"], Ma = {
|
|
3950
3970
|
key: 0,
|
|
3951
3971
|
class: "label-text"
|
|
3952
|
-
},
|
|
3972
|
+
}, Oa = { key: 2 }, La = ["title", "aria-errormessage", "id"], Da = {
|
|
3953
3973
|
key: 1,
|
|
3954
3974
|
class: "flex-container"
|
|
3955
|
-
},
|
|
3975
|
+
}, Na = ["id", "autocomplete", "list", "value", "maxlength"], ja = ["title"], Ba = ["id"], Pa = ["value"], Aa = ["checked", "value", "id", "disabled", "aria-invalid"], Fa = { key: 2 }, za = { class: "switch-label-wrapper" }, Ha = ["checked", "value", "id", "disabled", "aria-invalid"], qa = { class: "label-text" }, Ra = { class: "label-text" }, Va = {
|
|
3956
3976
|
key: 0,
|
|
3957
3977
|
class: "label-text"
|
|
3958
|
-
},
|
|
3978
|
+
}, Ea = { key: 0 }, Ua = ["id"], Ga = ["value", "selected"], Qa = ["id", "value", "maxlength"], Za = { key: 6 }, Wa = {
|
|
3959
3979
|
key: 7,
|
|
3960
3980
|
class: "search-field-wrapper flex-container no-gap"
|
|
3961
|
-
},
|
|
3962
|
-
function
|
|
3981
|
+
}, Ja = ["id", "maxlength", "value"], Ya = ["title"], Ka = ["title"], Xa = { key: 1 };
|
|
3982
|
+
function $a(e, i, t, a, n, s) {
|
|
3963
3983
|
var r, c, f, p, b, y, I, v, T, M, j, Q, w, H, D, P, G, Z, R, J, Y, ae, te, se;
|
|
3964
3984
|
const u = Dt, d = E;
|
|
3965
3985
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), o("label", {
|
|
@@ -3983,12 +4003,12 @@ function Xa(e, i, t, a, n, s) {
|
|
|
3983
4003
|
title: e.$attrs.title,
|
|
3984
4004
|
ref: "label"
|
|
3985
4005
|
}, [
|
|
3986
|
-
(t.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? ne((l(), o("span",
|
|
4006
|
+
(t.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? ne((l(), o("span", Ma, [
|
|
3987
4007
|
h("span", null, [
|
|
3988
4008
|
t.labelText ? (l(), o(k, { key: 0 }, [
|
|
3989
4009
|
z(g(t.labelText), 1)
|
|
3990
4010
|
], 64)) : V(e.$slots, "labeltext", { key: 1 }),
|
|
3991
|
-
e.$attrs.required ? (l(), o("sup",
|
|
4011
|
+
e.$attrs.required ? (l(), o("sup", Oa, "*")) : m("", !0)
|
|
3992
4012
|
]),
|
|
3993
4013
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(u, {
|
|
3994
4014
|
key: 0,
|
|
@@ -4010,11 +4030,11 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4010
4030
|
id: e.tooltipId
|
|
4011
4031
|
}, [
|
|
4012
4032
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
|
4013
|
-
], 8,
|
|
4033
|
+
], 8, La)) : m("", !0)
|
|
4014
4034
|
], 512)), [
|
|
4015
4035
|
[ye, t.showLabel]
|
|
4016
4036
|
]) : m("", !0),
|
|
4017
|
-
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (l(), o("span",
|
|
4037
|
+
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (l(), o("span", Da, [
|
|
4018
4038
|
t.fieldIconClass ? (l(), C(d, {
|
|
4019
4039
|
key: 0,
|
|
4020
4040
|
class: "place-inside",
|
|
@@ -4034,7 +4054,7 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4034
4054
|
value: t.modelValue,
|
|
4035
4055
|
maxlength: s.getMaxLength(),
|
|
4036
4056
|
ref: "input"
|
|
4037
|
-
}), null, 16,
|
|
4057
|
+
}), null, 16, Na)) : m("", !0),
|
|
4038
4058
|
e.$attrs.type === "password" ? (l(), o("a", {
|
|
4039
4059
|
key: 2,
|
|
4040
4060
|
href: "#",
|
|
@@ -4049,7 +4069,7 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4049
4069
|
x(d, {
|
|
4050
4070
|
iconClass: t.iconPasswordVisible.iconClass
|
|
4051
4071
|
}, null, 8, ["iconClass"])
|
|
4052
|
-
], 40,
|
|
4072
|
+
], 40, ja)) : m("", !0)
|
|
4053
4073
|
])) : m("", !0),
|
|
4054
4074
|
t.datalist && t.datalist.options.length ? (l(), o("datalist", {
|
|
4055
4075
|
key: 2,
|
|
@@ -4058,10 +4078,10 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4058
4078
|
(l(!0), o(k, null, F(t.datalist.options, (L, X) => (l(), o("option", {
|
|
4059
4079
|
key: X,
|
|
4060
4080
|
value: L
|
|
4061
|
-
}, null, 8,
|
|
4062
|
-
], 8,
|
|
4081
|
+
}, null, 8, Pa))), 128))
|
|
4082
|
+
], 8, Ba)) : t.element === "input" && (e.$attrs.type === "checkbox" || e.$attrs.type === "radio") ? (l(), o(k, { key: 3 }, [
|
|
4063
4083
|
t.onLabel && t.offLabel ? t.onLabel && t.offLabel ? (l(), o(k, { key: 1 }, [
|
|
4064
|
-
h("span",
|
|
4084
|
+
h("span", za, [
|
|
4065
4085
|
h("input", q(s.elementAttributes, {
|
|
4066
4086
|
onChange: i[13] || (i[13] = (...L) => s.onChange && s.onChange(...L)),
|
|
4067
4087
|
onBlur: i[14] || (i[14] = (...L) => s.onBlur && s.onBlur(...L)),
|
|
@@ -4071,14 +4091,14 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4071
4091
|
id: e.htmlId,
|
|
4072
4092
|
disabled: e.$attrs.disabled,
|
|
4073
4093
|
"aria-invalid": e.validationStatus === "error"
|
|
4074
|
-
}), null, 16,
|
|
4075
|
-
h("span",
|
|
4076
|
-
h("span",
|
|
4094
|
+
}), null, 16, Ha),
|
|
4095
|
+
h("span", qa, g(t.onLabel), 1),
|
|
4096
|
+
h("span", Ra, g(t.offLabel), 1)
|
|
4077
4097
|
]),
|
|
4078
|
-
t.labelText ? (l(), o("span",
|
|
4098
|
+
t.labelText ? (l(), o("span", Va, [
|
|
4079
4099
|
h("span", null, [
|
|
4080
4100
|
z(g(t.labelText), 1),
|
|
4081
|
-
e.$attrs.required ? (l(), o("sup",
|
|
4101
|
+
e.$attrs.required ? (l(), o("sup", Ea, "*")) : m("", !0)
|
|
4082
4102
|
])
|
|
4083
4103
|
])) : m("", !0)
|
|
4084
4104
|
], 64)) : V(e.$slots, "default", { key: 2 }) : (l(), o(k, { key: 0 }, [
|
|
@@ -4091,7 +4111,7 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4091
4111
|
id: e.htmlId,
|
|
4092
4112
|
disabled: e.$attrs.disabled,
|
|
4093
4113
|
"aria-invalid": e.validationStatus === "error"
|
|
4094
|
-
}), null, 16,
|
|
4114
|
+
}), null, 16, Aa),
|
|
4095
4115
|
t.labelText || e.$slots.labeltext ? (l(), o("span", {
|
|
4096
4116
|
key: 0,
|
|
4097
4117
|
class: _(["label-text", { hidden: !t.showLabel }])
|
|
@@ -4100,7 +4120,7 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4100
4120
|
t.labelText ? (l(), o(k, { key: 0 }, [
|
|
4101
4121
|
z(g(t.labelText), 1)
|
|
4102
4122
|
], 64)) : V(e.$slots, "labeltext", { key: 1 }),
|
|
4103
|
-
e.$attrs.required ? (l(), o("sup",
|
|
4123
|
+
e.$attrs.required ? (l(), o("sup", Fa, "*")) : m("", !0)
|
|
4104
4124
|
])
|
|
4105
4125
|
], 2)) : m("", !0)
|
|
4106
4126
|
], 64))
|
|
@@ -4114,8 +4134,8 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4114
4134
|
key: X,
|
|
4115
4135
|
value: L.value,
|
|
4116
4136
|
selected: L.value === t.modelValue
|
|
4117
|
-
}, g(L.text), 9,
|
|
4118
|
-
], 16,
|
|
4137
|
+
}, g(L.text), 9, Ga))), 128))
|
|
4138
|
+
], 16, Ua)) : m("", !0),
|
|
4119
4139
|
t.element === "textarea" ? (l(), o("textarea", q({ key: 5 }, s.elementAttributes, {
|
|
4120
4140
|
id: e.htmlId,
|
|
4121
4141
|
value: t.modelValue,
|
|
@@ -4124,14 +4144,14 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4124
4144
|
onFocus: i[18] || (i[18] = (L) => e.tooltip = !0),
|
|
4125
4145
|
onBlur: i[19] || (i[19] = (...L) => s.onBlur && s.onBlur(...L))
|
|
4126
4146
|
}), `\r
|
|
4127
|
-
`, 16,
|
|
4128
|
-
t.element === "textarea" && t.showCharactersTextarea ? (l(), o("span",
|
|
4147
|
+
`, 16, Qa)) : m("", !0),
|
|
4148
|
+
t.element === "textarea" && t.showCharactersTextarea ? (l(), o("span", Za, g(s.charactersTextarea), 1)) : t.element === "input" && e.$attrs.type === "search" ? (l(), o("span", Wa, [
|
|
4129
4149
|
h("input", q(s.elementAttributes, {
|
|
4130
4150
|
id: e.htmlId,
|
|
4131
4151
|
onInput: i[20] || (i[20] = (...L) => s.onInput && s.onInput(...L)),
|
|
4132
4152
|
maxlength: s.getMaxLength(),
|
|
4133
4153
|
value: t.modelValue
|
|
4134
|
-
}), null, 16,
|
|
4154
|
+
}), null, 16, Ja),
|
|
4135
4155
|
t.showSearchButton ? (l(), o("a", {
|
|
4136
4156
|
key: 0,
|
|
4137
4157
|
href: "#",
|
|
@@ -4142,7 +4162,7 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4142
4162
|
x(d, {
|
|
4143
4163
|
iconClass: t.iconSearch.iconClass
|
|
4144
4164
|
}, null, 8, ["iconClass"])
|
|
4145
|
-
], 10,
|
|
4165
|
+
], 10, Ya)) : m("", !0),
|
|
4146
4166
|
(r = t.iconDelete) != null && r.show ? (l(), o("a", {
|
|
4147
4167
|
key: 1,
|
|
4148
4168
|
href: "#",
|
|
@@ -4153,9 +4173,9 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4153
4173
|
iconClass: (f = t.iconDelete) == null ? void 0 : f.iconClass,
|
|
4154
4174
|
type: (p = t.iconDelete) == null ? void 0 : p.iconType
|
|
4155
4175
|
}, null, 8, ["iconClass", "type"])
|
|
4156
|
-
], 8,
|
|
4176
|
+
], 8, Ka)) : m("", !0)
|
|
4157
4177
|
])) : m("", !0)
|
|
4158
|
-
], 10,
|
|
4178
|
+
], 10, Sa)) : (l(), o("button", q({
|
|
4159
4179
|
key: 1,
|
|
4160
4180
|
class: "button"
|
|
4161
4181
|
}, s.buttonAttrs), [
|
|
@@ -4164,7 +4184,7 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4164
4184
|
iconClass: (Q = (j = t.nativeButton) == null ? void 0 : j.icon) == null ? void 0 : Q.iconClass,
|
|
4165
4185
|
type: (H = (w = t.nativeButton) == null ? void 0 : w.icon) == null ? void 0 : H.iconType
|
|
4166
4186
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
4167
|
-
((D = t.nativeButton) == null ? void 0 : D.icon) && ((P = t.nativeButton) == null ? void 0 : P.text) ? (l(), o("span",
|
|
4187
|
+
((D = t.nativeButton) == null ? void 0 : D.icon) && ((P = t.nativeButton) == null ? void 0 : P.text) ? (l(), o("span", Xa, g(t.nativeButton.text), 1)) : (l(), o(k, { key: 2 }, [
|
|
4168
4188
|
z(g(t.nativeButton.text), 1)
|
|
4169
4189
|
], 64)),
|
|
4170
4190
|
((Z = (G = t.nativeButton) == null ? void 0 : G.icon) == null ? void 0 : Z.show) && ((J = (R = t.nativeButton) == null ? void 0 : R.icon) == null ? void 0 : J.position) === "after" ? (l(), C(d, {
|
|
@@ -4174,7 +4194,7 @@ function Xa(e, i, t, a, n, s) {
|
|
|
4174
4194
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
4175
4195
|
], 16));
|
|
4176
4196
|
}
|
|
4177
|
-
const _e = /* @__PURE__ */ N(
|
|
4197
|
+
const _e = /* @__PURE__ */ N(Ta, [["render", $a]]), er = {
|
|
4178
4198
|
data() {
|
|
4179
4199
|
return {
|
|
4180
4200
|
defaultMessageProperties: {
|
|
@@ -4184,9 +4204,9 @@ const _e = /* @__PURE__ */ N(xa, [["render", Xa]]), $a = {
|
|
|
4184
4204
|
};
|
|
4185
4205
|
}
|
|
4186
4206
|
};
|
|
4187
|
-
const
|
|
4207
|
+
const tr = {
|
|
4188
4208
|
name: "CmdCookieDisclaimer",
|
|
4189
|
-
mixins: [ie,
|
|
4209
|
+
mixins: [ie, er],
|
|
4190
4210
|
data() {
|
|
4191
4211
|
return {
|
|
4192
4212
|
showCookieDisclaimer: !0,
|
|
@@ -4281,20 +4301,20 @@ const er = {
|
|
|
4281
4301
|
}));
|
|
4282
4302
|
}
|
|
4283
4303
|
}
|
|
4284
|
-
},
|
|
4304
|
+
}, ir = { class: "cmd-cookie-disclaimer flex-container vertical" }, nr = {
|
|
4285
4305
|
key: 0,
|
|
4286
4306
|
class: "flex-container vertical"
|
|
4287
|
-
},
|
|
4307
|
+
}, sr = { key: 0 }, lr = { key: 1 }, or = ["href", "target"], ar = ["innerHTML"], rr = /* @__PURE__ */ h("hr", null, null, -1), cr = {
|
|
4288
4308
|
key: 1,
|
|
4289
4309
|
class: "flex-container vertical"
|
|
4290
|
-
},
|
|
4291
|
-
function
|
|
4292
|
-
const u = W, d = _e, r =
|
|
4310
|
+
}, ur = { key: 0 }, dr = { key: 1 }, mr = ["href", "target"], hr = ["innerHTML"], fr = { class: "button-wrapper align-center" };
|
|
4311
|
+
function gr(e, i, t, a, n, s) {
|
|
4312
|
+
const u = W, d = _e, r = Fo;
|
|
4293
4313
|
return l(), C(ue, { name: "fade" }, {
|
|
4294
4314
|
default: A(() => {
|
|
4295
4315
|
var c, f, p;
|
|
4296
4316
|
return [
|
|
4297
|
-
h("div",
|
|
4317
|
+
h("div", ir, [
|
|
4298
4318
|
((c = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : c.show) && ((f = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : f.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : p.headlineLevel) ? (l(), C(u, {
|
|
4299
4319
|
key: 0,
|
|
4300
4320
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
|
@@ -4303,7 +4323,7 @@ function fr(e, i, t, a, n, s) {
|
|
|
4303
4323
|
V(e.$slots, "cookie-options", {}, () => {
|
|
4304
4324
|
var b, y, I, v, T, M, j, Q;
|
|
4305
4325
|
return [
|
|
4306
|
-
(b = t.cookieOptions) != null && b.required ? (l(), o("div",
|
|
4326
|
+
(b = t.cookieOptions) != null && b.required ? (l(), o("div", nr, [
|
|
4307
4327
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), C(u, {
|
|
4308
4328
|
key: 0,
|
|
4309
4329
|
"headline-text": (I = t.cmdBoxRequiredCookies) == null ? void 0 : I.headlineText,
|
|
@@ -4331,26 +4351,26 @@ function fr(e, i, t, a, n, s) {
|
|
|
4331
4351
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
|
4332
4352
|
]),
|
|
4333
4353
|
body: A(() => [
|
|
4334
|
-
w.description ? (l(), o("p",
|
|
4335
|
-
w.linkDataPrivacy ? (l(), o("p",
|
|
4354
|
+
w.description ? (l(), o("p", sr, g(w.description), 1)) : m("", !0),
|
|
4355
|
+
w.linkDataPrivacy ? (l(), o("p", lr, [
|
|
4336
4356
|
z(g(w.linkDataPrivacy.label) + " ", 1),
|
|
4337
4357
|
h("a", {
|
|
4338
4358
|
onClick: i[1] || (i[1] = (...P) => s.openDataPrivacy && s.openDataPrivacy(...P)),
|
|
4339
4359
|
href: w.linkDataPrivacy.link,
|
|
4340
4360
|
target: w.linkDataPrivacy.target
|
|
4341
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
|
4361
|
+
}, g(w.linkDataPrivacy.linkText), 9, or)
|
|
4342
4362
|
])) : m("", !0),
|
|
4343
4363
|
n.dataPrivacyContent ? (l(), o("div", {
|
|
4344
4364
|
key: 2,
|
|
4345
4365
|
innerHTML: n.dataPrivacyContent
|
|
4346
|
-
}, null, 8,
|
|
4366
|
+
}, null, 8, ar)) : m("", !0)
|
|
4347
4367
|
]),
|
|
4348
4368
|
_: 2
|
|
4349
4369
|
}, 1032, ["collapsible"]);
|
|
4350
4370
|
}), 128))
|
|
4351
4371
|
])) : m("", !0),
|
|
4352
|
-
|
|
4353
|
-
(T = t.cookieOptions) != null && T.optional ? (l(), o("div",
|
|
4372
|
+
rr,
|
|
4373
|
+
(T = t.cookieOptions) != null && T.optional ? (l(), o("div", cr, [
|
|
4354
4374
|
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (l(), C(u, {
|
|
4355
4375
|
key: 0,
|
|
4356
4376
|
"headline-text": (j = t.cmdBoxOptionalCookies) == null ? void 0 : j.headlineText,
|
|
@@ -4378,19 +4398,19 @@ function fr(e, i, t, a, n, s) {
|
|
|
4378
4398
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
|
4379
4399
|
]),
|
|
4380
4400
|
body: A(() => [
|
|
4381
|
-
w.description ? (l(), o("p",
|
|
4382
|
-
w.linkDataPrivacy ? (l(), o("p",
|
|
4401
|
+
w.description ? (l(), o("p", ur, g(w.description), 1)) : m("", !0),
|
|
4402
|
+
w.linkDataPrivacy ? (l(), o("p", dr, [
|
|
4383
4403
|
z(g(w.linkDataPrivacy.label) + " ", 1),
|
|
4384
4404
|
h("a", {
|
|
4385
4405
|
onClick: i[3] || (i[3] = (...P) => s.openDataPrivacy && s.openDataPrivacy(...P)),
|
|
4386
4406
|
href: w.linkDataPrivacy.link,
|
|
4387
4407
|
target: w.linkDataPrivacy.target
|
|
4388
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
|
4408
|
+
}, g(w.linkDataPrivacy.linkText), 9, mr)
|
|
4389
4409
|
])) : m("", !0),
|
|
4390
4410
|
n.dataPrivacyContent ? (l(), o("div", {
|
|
4391
4411
|
key: 2,
|
|
4392
4412
|
innerHTML: n.dataPrivacyContent
|
|
4393
|
-
}, null, 8,
|
|
4413
|
+
}, null, 8, hr)) : m("", !0)
|
|
4394
4414
|
]),
|
|
4395
4415
|
_: 2
|
|
4396
4416
|
}, 1032, ["collapsible"]);
|
|
@@ -4399,7 +4419,7 @@ function fr(e, i, t, a, n, s) {
|
|
|
4399
4419
|
];
|
|
4400
4420
|
}),
|
|
4401
4421
|
V(e.$slots, "privacy-text"),
|
|
4402
|
-
h("div",
|
|
4422
|
+
h("div", fr, [
|
|
4403
4423
|
t.buttonLabelAcceptCurrentSettings ? (l(), o("button", {
|
|
4404
4424
|
key: 0,
|
|
4405
4425
|
type: "button",
|
|
@@ -4422,24 +4442,24 @@ function fr(e, i, t, a, n, s) {
|
|
|
4422
4442
|
_: 3
|
|
4423
4443
|
});
|
|
4424
4444
|
}
|
|
4425
|
-
const
|
|
4426
|
-
const
|
|
4445
|
+
const Hh = /* @__PURE__ */ N(tr, [["render", gr]]);
|
|
4446
|
+
const pr = {
|
|
4427
4447
|
name: "CmdCopyrightWrapper"
|
|
4428
|
-
},
|
|
4448
|
+
}, yr = {
|
|
4429
4449
|
class: "cmd-copyright-information",
|
|
4430
4450
|
role: "contentinfo"
|
|
4431
|
-
},
|
|
4451
|
+
}, _r = /* @__PURE__ */ h("a", {
|
|
4432
4452
|
href: "http://www.comand-cms.com",
|
|
4433
4453
|
target: "_blank",
|
|
4434
4454
|
lang: "en",
|
|
4435
4455
|
title: "CoManD-Website"
|
|
4436
|
-
}, "\xA9 CoManD", -1),
|
|
4437
|
-
|
|
4456
|
+
}, "\xA9 CoManD", -1), Cr = [
|
|
4457
|
+
_r
|
|
4438
4458
|
];
|
|
4439
|
-
function
|
|
4440
|
-
return l(), o("div",
|
|
4459
|
+
function br(e, i, t, a, n, s) {
|
|
4460
|
+
return l(), o("div", yr, Cr);
|
|
4441
4461
|
}
|
|
4442
|
-
const
|
|
4462
|
+
const qh = /* @__PURE__ */ N(pr, [["render", br]]), kr = {
|
|
4443
4463
|
data() {
|
|
4444
4464
|
return {
|
|
4445
4465
|
defaultMessageProperties: {
|
|
@@ -4452,12 +4472,12 @@ const Hh = /* @__PURE__ */ N(gr, [["render", Cr]]), br = {
|
|
|
4452
4472
|
};
|
|
4453
4473
|
}
|
|
4454
4474
|
};
|
|
4455
|
-
const
|
|
4475
|
+
const vr = {
|
|
4456
4476
|
name: "CmdFakeSelect",
|
|
4457
4477
|
inheritAttrs: !1,
|
|
4458
4478
|
mixins: [
|
|
4459
4479
|
ie,
|
|
4460
|
-
|
|
4480
|
+
kr,
|
|
4461
4481
|
Nt,
|
|
4462
4482
|
xe,
|
|
4463
4483
|
jt
|
|
@@ -4646,17 +4666,17 @@ const kr = {
|
|
|
4646
4666
|
deep: !0
|
|
4647
4667
|
}
|
|
4648
4668
|
}
|
|
4649
|
-
},
|
|
4669
|
+
}, wr = ["title", "aria-labelledby", "aria-required"], Ir = {
|
|
4650
4670
|
key: 0,
|
|
4651
4671
|
class: "label-text"
|
|
4652
|
-
},
|
|
4672
|
+
}, xr = ["id"], Tr = { key: 0 }, Sr = ["title", "aria-errormessage", "id"], Mr = ["aria-expanded"], Or = ["title"], Lr = ["src", "alt"], Dr = {
|
|
4653
4673
|
key: 0,
|
|
4654
4674
|
role: "listbox"
|
|
4655
|
-
},
|
|
4675
|
+
}, Nr = ["aria-selected"], jr = ["onClick", "title"], Br = { key: 1 }, Pr = ["aria-expanded"], Ar = ["for"], Fr = ["value", "checked", "id"], zr = ["onClick"], Hr = ["src", "alt"], qr = ["onClick"], Rr = {
|
|
4656
4676
|
key: 0,
|
|
4657
4677
|
class: "select-all-options"
|
|
4658
4678
|
};
|
|
4659
|
-
function
|
|
4679
|
+
function Vr(e, i, t, a, n, s) {
|
|
4660
4680
|
var c, f, p, b;
|
|
4661
4681
|
const u = Dt, d = E, r = le("router-link");
|
|
4662
4682
|
return l(), o("div", {
|
|
@@ -4675,11 +4695,11 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4675
4695
|
"aria-required": e.$attrs.required !== void 0,
|
|
4676
4696
|
ref: "fakeselect"
|
|
4677
4697
|
}, [
|
|
4678
|
-
t.showLabel ? (l(), o("span",
|
|
4698
|
+
t.showLabel ? (l(), o("span", Ir, [
|
|
4679
4699
|
h("span", { id: e.htmlId }, [
|
|
4680
4700
|
z(g(t.labelText), 1),
|
|
4681
|
-
e.$attrs.required !== void 0 ? (l(), o("sup",
|
|
4682
|
-
], 8,
|
|
4701
|
+
e.$attrs.required !== void 0 ? (l(), o("sup", Tr, "*")) : m("", !0)
|
|
4702
|
+
], 8, xr),
|
|
4683
4703
|
e.useCustomTooltip && (n.validationStatus === "" || n.validationStatus === "error") ? (l(), C(u, {
|
|
4684
4704
|
key: 0,
|
|
4685
4705
|
ref: "tooltip",
|
|
@@ -4700,7 +4720,7 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4700
4720
|
id: e.tooltipId
|
|
4701
4721
|
}, [
|
|
4702
4722
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
|
4703
|
-
], 8,
|
|
4723
|
+
], 8, Sr)) : m("", !0)
|
|
4704
4724
|
])) : m("", !0),
|
|
4705
4725
|
h("ul", {
|
|
4706
4726
|
class: _({ open: n.showOptions }),
|
|
@@ -4719,7 +4739,7 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4719
4739
|
src: s.pathFlag(s.optionCountry),
|
|
4720
4740
|
alt: s.optionCountry,
|
|
4721
4741
|
class: _(["flag", s.optionCountry])
|
|
4722
|
-
}, null, 10,
|
|
4742
|
+
}, null, 10, Lr)) : t.type === "color" ? (l(), o("span", {
|
|
4723
4743
|
key: 1,
|
|
4724
4744
|
style: Oe("background: " + s.optionColor)
|
|
4725
4745
|
}, null, 4)) : m("", !0),
|
|
@@ -4739,8 +4759,8 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4739
4759
|
type: t.iconDropdown.iconType,
|
|
4740
4760
|
title: t.iconDropdown.tooltip
|
|
4741
4761
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0)
|
|
4742
|
-
], 40,
|
|
4743
|
-
t.type === "default" && n.showOptions ? (l(), o("ul",
|
|
4762
|
+
], 40, Or),
|
|
4763
|
+
t.type === "default" && n.showOptions ? (l(), o("ul", Dr, [
|
|
4744
4764
|
(l(!0), o(k, null, F(t.selectData, (y, I) => (l(), o("li", {
|
|
4745
4765
|
key: I,
|
|
4746
4766
|
role: "option",
|
|
@@ -4758,8 +4778,8 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4758
4778
|
iconClass: y.iconClass,
|
|
4759
4779
|
type: y.iconType
|
|
4760
4780
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
4761
|
-
y.text ? (l(), o("span",
|
|
4762
|
-
], 10,
|
|
4781
|
+
y.text ? (l(), o("span", Br, g(y.text), 1)) : m("", !0)
|
|
4782
|
+
], 10, jr)) : m("", !0),
|
|
4763
4783
|
t.optionLinkType === "router" ? (l(), C(r, {
|
|
4764
4784
|
key: 1,
|
|
4765
4785
|
to: "#",
|
|
@@ -4776,7 +4796,7 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4776
4796
|
]),
|
|
4777
4797
|
_: 2
|
|
4778
4798
|
}, 1032, ["onClick", "class"])) : m("", !0)
|
|
4779
|
-
], 8,
|
|
4799
|
+
], 8, Nr))), 128))
|
|
4780
4800
|
])) : t.type !== "default" && t.type !== "content" && n.showOptions ? (l(), o("ul", {
|
|
4781
4801
|
key: 1,
|
|
4782
4802
|
class: _({ "checkbox-options": t.type === "checkboxOptions" }),
|
|
@@ -4794,9 +4814,9 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4794
4814
|
onChange: i[3] || (i[3] = (...v) => s.optionSelect && s.optionSelect(...v)),
|
|
4795
4815
|
checked: s.compareValues(y.value),
|
|
4796
4816
|
id: "option-" + (I + 1)
|
|
4797
|
-
}, null, 40,
|
|
4817
|
+
}, null, 40, Fr),
|
|
4798
4818
|
h("span", null, g(y.text), 1)
|
|
4799
|
-
], 10,
|
|
4819
|
+
], 10, Ar)) : t.type === "country" ? (l(), o("a", {
|
|
4800
4820
|
key: 1,
|
|
4801
4821
|
href: "#",
|
|
4802
4822
|
onClick: O((v) => s.selectOption(y.value), ["prevent"]),
|
|
@@ -4806,9 +4826,9 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4806
4826
|
class: "flag",
|
|
4807
4827
|
src: s.pathFlag(y.value),
|
|
4808
4828
|
alt: y.text
|
|
4809
|
-
}, null, 8,
|
|
4829
|
+
}, null, 8, Hr),
|
|
4810
4830
|
h("span", null, g(y.text), 1)
|
|
4811
|
-
], 10,
|
|
4831
|
+
], 10, zr)) : t.type === "color" ? (l(), o("a", {
|
|
4812
4832
|
key: 2,
|
|
4813
4833
|
href: "#",
|
|
4814
4834
|
onClick: O((v) => s.selectOption(y.value), ["prevent"]),
|
|
@@ -4819,9 +4839,9 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4819
4839
|
style: Oe("background: " + y.value)
|
|
4820
4840
|
}, null, 4),
|
|
4821
4841
|
h("span", null, g(y.text), 1)
|
|
4822
|
-
], 10,
|
|
4842
|
+
], 10, qr)) : m("", !0)
|
|
4823
4843
|
]))), 128)),
|
|
4824
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li",
|
|
4844
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li", Rr, [
|
|
4825
4845
|
h("a", {
|
|
4826
4846
|
href: "#",
|
|
4827
4847
|
onClick: i[4] || (i[4] = O((...y) => s.toggleAllOptions && s.toggleAllOptions(...y), ["prevent"]))
|
|
@@ -4838,13 +4858,13 @@ function Rr(e, i, t, a, n, s) {
|
|
|
4838
4858
|
h("span", null, g(s.selectAllOptionsText), 1)
|
|
4839
4859
|
])
|
|
4840
4860
|
])) : m("", !0)
|
|
4841
|
-
], 10,
|
|
4861
|
+
], 10, Pr)) : t.type === "content" && n.showOptions ? V(e.$slots, "default", { key: 2 }) : m("", !0)
|
|
4842
4862
|
])
|
|
4843
|
-
], 42,
|
|
4844
|
-
], 10,
|
|
4863
|
+
], 42, Mr)
|
|
4864
|
+
], 10, wr);
|
|
4845
4865
|
}
|
|
4846
|
-
const
|
|
4847
|
-
const
|
|
4866
|
+
const Er = /* @__PURE__ */ N(vr, [["render", Vr]]);
|
|
4867
|
+
const Ur = {
|
|
4848
4868
|
name: "CmdForm",
|
|
4849
4869
|
emits: ["submit"],
|
|
4850
4870
|
data() {
|
|
@@ -4879,8 +4899,8 @@ const Er = {
|
|
|
4879
4899
|
this.useValidation && (e.preventDefault(), e.target.checkValidity() ? (this.errorOccurred = !1, this.$emit("submit", e)) : this.errorOccurred = !0);
|
|
4880
4900
|
}
|
|
4881
4901
|
}
|
|
4882
|
-
},
|
|
4883
|
-
function
|
|
4902
|
+
}, Gr = ["data-use-validation", "novalidate"], Qr = { class: "flex-container" };
|
|
4903
|
+
function Zr(e, i, t, a, n, s) {
|
|
4884
4904
|
return l(), o("form", {
|
|
4885
4905
|
class: _(["cmd-form", { error: n.errorOccurred }]),
|
|
4886
4906
|
"data-use-validation": t.useValidation,
|
|
@@ -4888,7 +4908,7 @@ function Qr(e, i, t, a, n, s) {
|
|
|
4888
4908
|
novalidate: t.novalidate
|
|
4889
4909
|
}, [
|
|
4890
4910
|
t.useFieldset ? (l(), o(k, { key: 0 }, [
|
|
4891
|
-
h("fieldset",
|
|
4911
|
+
h("fieldset", Qr, [
|
|
4892
4912
|
h("legend", {
|
|
4893
4913
|
class: _({ hidden: !t.showLegend })
|
|
4894
4914
|
}, g(t.textLegend), 3),
|
|
@@ -4896,10 +4916,10 @@ function Qr(e, i, t, a, n, s) {
|
|
|
4896
4916
|
]),
|
|
4897
4917
|
V(e.$slots, "button-row")
|
|
4898
4918
|
], 64)) : V(e.$slots, "default", { key: 1 })
|
|
4899
|
-
], 42,
|
|
4919
|
+
], 42, Gr);
|
|
4900
4920
|
}
|
|
4901
|
-
const
|
|
4902
|
-
const
|
|
4921
|
+
const Rh = /* @__PURE__ */ N(Ur, [["render", Zr]]);
|
|
4922
|
+
const Wr = {
|
|
4903
4923
|
name: "CmdFormFilters",
|
|
4904
4924
|
data() {
|
|
4905
4925
|
return {
|
|
@@ -4959,14 +4979,14 @@ const Zr = {
|
|
|
4959
4979
|
deep: !0
|
|
4960
4980
|
}
|
|
4961
4981
|
}
|
|
4962
|
-
},
|
|
4982
|
+
}, Jr = {
|
|
4963
4983
|
key: 0,
|
|
4964
4984
|
class: "cmd-form-filters"
|
|
4965
|
-
},
|
|
4966
|
-
function
|
|
4985
|
+
}, Yr = { key: 0 }, Kr = { key: 1 }, Xr = ["onClick", "title"];
|
|
4986
|
+
function $r(e, i, t, a, n, s) {
|
|
4967
4987
|
const u = E;
|
|
4968
|
-
return n.options.length ? (l(), o("ul",
|
|
4969
|
-
n.options.length > 1 ? (l(), o("li",
|
|
4988
|
+
return n.options.length ? (l(), o("ul", Jr, [
|
|
4989
|
+
n.options.length > 1 ? (l(), o("li", Yr, [
|
|
4970
4990
|
h("a", {
|
|
4971
4991
|
href: "#",
|
|
4972
4992
|
onClick: i[0] || (i[0] = O((...d) => s.deleteAllFilters && s.deleteAllFilters(...d), ["prevent"]))
|
|
@@ -4976,7 +4996,7 @@ function Xr(e, i, t, a, n, s) {
|
|
|
4976
4996
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
|
4977
4997
|
title: t.linkDeleteAllFilters.icon.tooltip
|
|
4978
4998
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
|
4979
|
-
t.linkDeleteAllFilters.text ? (l(), o("span",
|
|
4999
|
+
t.linkDeleteAllFilters.text ? (l(), o("span", Kr, g(t.linkDeleteAllFilters.text), 1)) : m("", !0)
|
|
4980
5000
|
])
|
|
4981
5001
|
])) : m("", !0),
|
|
4982
5002
|
(l(!0), o(k, null, F(n.options, (d, r) => (l(), o("li", { key: r }, [
|
|
@@ -4990,12 +5010,12 @@ function Xr(e, i, t, a, n, s) {
|
|
|
4990
5010
|
iconClass: t.deleteFilterIcon.iconClass,
|
|
4991
5011
|
type: t.deleteFilterIcon.iconType
|
|
4992
5012
|
}, null, 8, ["iconClass", "type"])
|
|
4993
|
-
], 8,
|
|
5013
|
+
], 8, Xr)
|
|
4994
5014
|
]))), 128))
|
|
4995
5015
|
])) : m("", !0);
|
|
4996
5016
|
}
|
|
4997
|
-
const
|
|
4998
|
-
const
|
|
5017
|
+
const ec = /* @__PURE__ */ N(Wr, [["render", $r]]);
|
|
5018
|
+
const tc = {
|
|
4999
5019
|
name: "CmdGoogleMaps",
|
|
5000
5020
|
props: {
|
|
5001
5021
|
address: {
|
|
@@ -5012,13 +5032,13 @@ const ec = {
|
|
|
5012
5032
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
|
5013
5033
|
}
|
|
5014
5034
|
}
|
|
5015
|
-
},
|
|
5016
|
-
function
|
|
5017
|
-
return l(), o("div",
|
|
5018
|
-
h("iframe", { src: s.locateAddress }, null, 8,
|
|
5035
|
+
}, ic = { class: "cmd-google-maps responsive-wrapper" }, nc = ["src"];
|
|
5036
|
+
function sc(e, i, t, a, n, s) {
|
|
5037
|
+
return l(), o("div", ic, [
|
|
5038
|
+
h("iframe", { src: s.locateAddress }, null, 8, nc)
|
|
5019
5039
|
]);
|
|
5020
5040
|
}
|
|
5021
|
-
const
|
|
5041
|
+
const Vh = /* @__PURE__ */ N(tc, [["render", sc]]), lc = {
|
|
5022
5042
|
data() {
|
|
5023
5043
|
return {
|
|
5024
5044
|
defaultMessageProperties: {
|
|
@@ -5027,9 +5047,9 @@ const Rh = /* @__PURE__ */ N(ec, [["render", nc]]), sc = {
|
|
|
5027
5047
|
};
|
|
5028
5048
|
}
|
|
5029
5049
|
};
|
|
5030
|
-
const
|
|
5050
|
+
const oc = {
|
|
5031
5051
|
name: "CmdImageGallery",
|
|
5032
|
-
mixins: [ie,
|
|
5052
|
+
mixins: [ie, lc],
|
|
5033
5053
|
props: {
|
|
5034
5054
|
images: {
|
|
5035
5055
|
type: Array,
|
|
@@ -5045,10 +5065,10 @@ const lc = {
|
|
|
5045
5065
|
Mt({ fancyBoxGallery: this.images, defaultGalleryIndex: e });
|
|
5046
5066
|
}
|
|
5047
5067
|
}
|
|
5048
|
-
},
|
|
5049
|
-
function
|
|
5068
|
+
}, ac = { class: "grid-container-create-columns cmd-image-gallery" }, rc = ["onClick", "title"];
|
|
5069
|
+
function cc(e, i, t, a, n, s) {
|
|
5050
5070
|
const u = Ie;
|
|
5051
|
-
return l(), o("div",
|
|
5071
|
+
return l(), o("div", ac, [
|
|
5052
5072
|
(l(!0), o(k, null, F(t.images, (d, r) => (l(), o("a", {
|
|
5053
5073
|
key: r,
|
|
5054
5074
|
onClick: O((c) => s.showFancyBox(r), ["prevent"]),
|
|
@@ -5059,11 +5079,11 @@ function rc(e, i, t, a, n, s) {
|
|
|
5059
5079
|
image: d.image,
|
|
5060
5080
|
figcaption: d.figcaption
|
|
5061
5081
|
}, null, 8, ["image", "figcaption"])
|
|
5062
|
-
], 8,
|
|
5082
|
+
], 8, rc))), 128))
|
|
5063
5083
|
]);
|
|
5064
5084
|
}
|
|
5065
|
-
const
|
|
5066
|
-
const
|
|
5085
|
+
const Eh = /* @__PURE__ */ N(oc, [["render", cc]]);
|
|
5086
|
+
const uc = {
|
|
5067
5087
|
name: "CmdImageZoom",
|
|
5068
5088
|
props: {
|
|
5069
5089
|
imageSmall: {
|
|
@@ -5102,15 +5122,15 @@ function li(e, i) {
|
|
|
5102
5122
|
function oi(e, i, t) {
|
|
5103
5123
|
return e < i ? i : e > t ? t : e;
|
|
5104
5124
|
}
|
|
5105
|
-
const
|
|
5125
|
+
const dc = { class: "cmd-imagezoom flex-container" }, mc = ["title"], hc = ["src", "alt"], fc = {
|
|
5106
5126
|
key: 0,
|
|
5107
5127
|
class: "zoom-container"
|
|
5108
|
-
},
|
|
5128
|
+
}, gc = ["src", "alt"], pc = {
|
|
5109
5129
|
key: 1,
|
|
5110
5130
|
class: "zoom-overlay"
|
|
5111
5131
|
};
|
|
5112
|
-
function
|
|
5113
|
-
return l(), o("div",
|
|
5132
|
+
function yc(e, i, t, a, n, s) {
|
|
5133
|
+
return l(), o("div", dc, [
|
|
5114
5134
|
h("a", {
|
|
5115
5135
|
href: "#",
|
|
5116
5136
|
class: "no-flex thumbnails-imagezoom",
|
|
@@ -5122,19 +5142,19 @@ function pc(e, i, t, a, n, s) {
|
|
|
5122
5142
|
onMouseover: i[0] || (i[0] = (...u) => s.onMouseOver && s.onMouseOver(...u)),
|
|
5123
5143
|
onMousemove: i[1] || (i[1] = (...u) => s.onMouseMove && s.onMouseMove(...u)),
|
|
5124
5144
|
onMouseout: i[2] || (i[2] = (...u) => s.onMouseOut && s.onMouseOut(...u))
|
|
5125
|
-
}, null, 40,
|
|
5126
|
-
], 8,
|
|
5127
|
-
n.showLargeImage ? (l(), o("div",
|
|
5145
|
+
}, null, 40, hc)
|
|
5146
|
+
], 8, mc),
|
|
5147
|
+
n.showLargeImage ? (l(), o("div", fc, [
|
|
5128
5148
|
h("img", {
|
|
5129
5149
|
src: t.imageLarge.src,
|
|
5130
5150
|
alt: t.imageLarge.alt
|
|
5131
|
-
}, null, 8,
|
|
5151
|
+
}, null, 8, gc)
|
|
5132
5152
|
])) : m("", !0),
|
|
5133
|
-
n.showLargeImage ? (l(), o("div",
|
|
5153
|
+
n.showLargeImage ? (l(), o("div", pc)) : m("", !0)
|
|
5134
5154
|
]);
|
|
5135
5155
|
}
|
|
5136
|
-
const
|
|
5137
|
-
const
|
|
5156
|
+
const Uh = /* @__PURE__ */ N(uc, [["render", yc]]);
|
|
5157
|
+
const _c = {
|
|
5138
5158
|
mixins: [
|
|
5139
5159
|
Nt,
|
|
5140
5160
|
xe,
|
|
@@ -5244,11 +5264,11 @@ const yc = {
|
|
|
5244
5264
|
immediate: !0
|
|
5245
5265
|
}
|
|
5246
5266
|
}
|
|
5247
|
-
},
|
|
5267
|
+
}, Cc = ["aria-labelledby"], bc = { class: "label-text" }, kc = ["id"], vc = { key: 0 }, wc = ["title", "aria-errormessage", "id"], Ic = ["for"], xc = ["type", "id", "name", "value", "disabled"], Tc = { key: 1 }, Sc = {
|
|
5248
5268
|
key: 1,
|
|
5249
5269
|
class: "flex-container no-flex"
|
|
5250
5270
|
};
|
|
5251
|
-
function
|
|
5271
|
+
function Mc(e, i, t, a, n, s) {
|
|
5252
5272
|
const u = Dt, d = E;
|
|
5253
5273
|
return l(), o("div", {
|
|
5254
5274
|
class: _([
|
|
@@ -5264,11 +5284,11 @@ function Sc(e, i, t, a, n, s) {
|
|
|
5264
5284
|
]),
|
|
5265
5285
|
"aria-labelledby": e.htmlId
|
|
5266
5286
|
}, [
|
|
5267
|
-
ne(h("span",
|
|
5287
|
+
ne(h("span", bc, [
|
|
5268
5288
|
h("span", { id: e.htmlId }, [
|
|
5269
5289
|
z(g(t.labelText), 1),
|
|
5270
|
-
t.required ? (l(), o("sup",
|
|
5271
|
-
], 8,
|
|
5290
|
+
t.required ? (l(), o("sup", vc, "*")) : m("", !0)
|
|
5291
|
+
], 8, kc),
|
|
5272
5292
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(u, {
|
|
5273
5293
|
key: 0,
|
|
5274
5294
|
ref: "tooltip",
|
|
@@ -5293,11 +5313,11 @@ function Sc(e, i, t, a, n, s) {
|
|
|
5293
5313
|
id: e.tooltipId
|
|
5294
5314
|
}, [
|
|
5295
5315
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
|
5296
|
-
], 8,
|
|
5316
|
+
], 8, wc)) : m("", !0)
|
|
5297
5317
|
], 512), [
|
|
5298
5318
|
[ye, t.showLabel]
|
|
5299
5319
|
]),
|
|
5300
|
-
t.useSlot ? (l(), o("div",
|
|
5320
|
+
t.useSlot ? (l(), o("div", Sc, [
|
|
5301
5321
|
V(e.$slots, "default")
|
|
5302
5322
|
])) : (l(), o("span", {
|
|
5303
5323
|
key: 0,
|
|
@@ -5315,7 +5335,7 @@ function Sc(e, i, t, a, n, s) {
|
|
|
5315
5335
|
"onUpdate:modelValue": i[1] || (i[1] = (f) => s.inputValue = f),
|
|
5316
5336
|
disabled: t.disabled,
|
|
5317
5337
|
class: _({ "replace-input-type": t.replaceInputType, "toggle-switch": t.toggleSwitch })
|
|
5318
|
-
}, null, 10,
|
|
5338
|
+
}, null, 10, xc), [
|
|
5319
5339
|
[mn, s.inputValue]
|
|
5320
5340
|
]),
|
|
5321
5341
|
t.multipleSwitch && r.iconClass ? (l(), C(d, {
|
|
@@ -5323,13 +5343,13 @@ function Sc(e, i, t, a, n, s) {
|
|
|
5323
5343
|
iconClass: r.iconClass,
|
|
5324
5344
|
type: r.iconType
|
|
5325
5345
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5326
|
-
r.labelText ? (l(), o("span",
|
|
5327
|
-
], 8,
|
|
5346
|
+
r.labelText ? (l(), o("span", Tc, g(r.labelText), 1)) : m("", !0)
|
|
5347
|
+
], 8, Ic))), 128))
|
|
5328
5348
|
], 2))
|
|
5329
|
-
], 10,
|
|
5349
|
+
], 10, Cc);
|
|
5330
5350
|
}
|
|
5331
|
-
const
|
|
5332
|
-
const
|
|
5351
|
+
const Gh = /* @__PURE__ */ N(_c, [["render", Mc]]);
|
|
5352
|
+
const Oc = {
|
|
5333
5353
|
name: "CmdLoginForm",
|
|
5334
5354
|
data() {
|
|
5335
5355
|
return {
|
|
@@ -5520,17 +5540,17 @@ const Mc = {
|
|
|
5520
5540
|
this.modelChange();
|
|
5521
5541
|
}
|
|
5522
5542
|
}
|
|
5523
|
-
},
|
|
5524
|
-
function
|
|
5543
|
+
}, Lc = { class: "cmd-login-form flex-container" }, Dc = { class: "flex-container" }, Nc = { class: "option-wrapper flex-container" }, jc = { key: 1 }, Bc = ["href"], Pc = { key: 1 }, Ac = /* @__PURE__ */ z(" /> "), Fc = { key: 1 }, zc = ["type", "disabled"], Hc = { key: 1 }, qc = { class: "cmd-login-form flex-container" }, Rc = { class: "option-wrapper flex-container" }, Vc = { key: 1 }, Ec = ["type", "disabled"], Uc = { key: 1 };
|
|
5544
|
+
function Gc(e, i, t, a, n, s) {
|
|
5525
5545
|
var f, p, b, y, I, v, T;
|
|
5526
5546
|
const u = W, d = _e, r = E, c = le("router-link");
|
|
5527
5547
|
return l(), o(k, null, [
|
|
5528
|
-
ne(h("fieldset",
|
|
5548
|
+
ne(h("fieldset", Lc, [
|
|
5529
5549
|
h("legend", {
|
|
5530
5550
|
class: _({ hidden: !t.showLegend })
|
|
5531
5551
|
}, g(t.textLegendLoginForm), 3),
|
|
5532
5552
|
t.cmdHeadlineLoginForm ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
|
5533
|
-
h("div",
|
|
5553
|
+
h("div", Dc, [
|
|
5534
5554
|
x(d, {
|
|
5535
5555
|
element: "input",
|
|
5536
5556
|
type: "text",
|
|
@@ -5558,7 +5578,7 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5558
5578
|
onValidationStatusChange: i[3] || (i[3] = (M) => s.checkValidationStatus(M, "password"))
|
|
5559
5579
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
|
5560
5580
|
]),
|
|
5561
|
-
h("div",
|
|
5581
|
+
h("div", Nc, [
|
|
5562
5582
|
t.options.forgotPassword || t.options.createAccount ? (l(), o(k, { key: 0 }, [
|
|
5563
5583
|
t.options.forgotPassword ? (l(), o("a", {
|
|
5564
5584
|
key: 0,
|
|
@@ -5571,7 +5591,7 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5571
5591
|
type: t.options.forgotPassword.icon.iconType,
|
|
5572
5592
|
title: t.options.forgotPassword.icon.tooltip
|
|
5573
5593
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
5574
|
-
t.options.forgotPassword.text ? (l(), o("span",
|
|
5594
|
+
t.options.forgotPassword.text ? (l(), o("span", jc, g(t.options.forgotPassword.text), 1)) : m("", !0)
|
|
5575
5595
|
])) : m("", !0),
|
|
5576
5596
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (l(), o("a", {
|
|
5577
5597
|
key: 1,
|
|
@@ -5583,8 +5603,8 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5583
5603
|
type: t.options.createAccount.icon.iconType,
|
|
5584
5604
|
title: t.options.createAccount.icon.tooltip
|
|
5585
5605
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
5586
|
-
t.options.createAccount.text ? (l(), o("span",
|
|
5587
|
-
], 8,
|
|
5606
|
+
t.options.createAccount.text ? (l(), o("span", Pc, g(t.options.createAccount.text), 1)) : m("", !0)
|
|
5607
|
+
], 8, Bc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), C(c, {
|
|
5588
5608
|
key: 2,
|
|
5589
5609
|
to: t.options.createAccount.path
|
|
5590
5610
|
}, {
|
|
@@ -5595,8 +5615,8 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5595
5615
|
type: t.options.createAccount.icon.iconType,
|
|
5596
5616
|
title: t.options.createAccount.icon.tooltip
|
|
5597
5617
|
}, null, 8, ["class", "type", "title"])) : m("", !0),
|
|
5598
|
-
|
|
5599
|
-
t.options.createAccount.text ? (l(), o("span",
|
|
5618
|
+
Ac,
|
|
5619
|
+
t.options.createAccount.text ? (l(), o("span", Fc, g(t.options.createAccount.text), 1)) : m("", !0)
|
|
5600
5620
|
]),
|
|
5601
5621
|
_: 1
|
|
5602
5622
|
}, 8, ["to"])) : m("", !0)
|
|
@@ -5614,13 +5634,13 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5614
5634
|
type: t.buttons.login.icon.iconType,
|
|
5615
5635
|
title: t.buttons.login.icon.tooltip
|
|
5616
5636
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
5617
|
-
t.buttons.login.text ? (l(), o("span",
|
|
5618
|
-
], 10,
|
|
5637
|
+
t.buttons.login.text ? (l(), o("span", Hc, g(t.buttons.login.text), 1)) : m("", !0)
|
|
5638
|
+
], 10, zc)) : m("", !0)
|
|
5619
5639
|
])
|
|
5620
5640
|
], 512), [
|
|
5621
5641
|
[ye, !n.sendLogin]
|
|
5622
5642
|
]),
|
|
5623
|
-
ne(h("fieldset",
|
|
5643
|
+
ne(h("fieldset", qc, [
|
|
5624
5644
|
h("legend", {
|
|
5625
5645
|
class: _({ hidden: !t.showLegend })
|
|
5626
5646
|
}, g(t.textLegendForgotLoginForm), 3),
|
|
@@ -5638,7 +5658,7 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5638
5658
|
modelValue: n.sendLoginMail,
|
|
5639
5659
|
"onUpdate:modelValue": i[7] || (i[7] = (M) => n.sendLoginMail = M)
|
|
5640
5660
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
|
5641
|
-
h("div",
|
|
5661
|
+
h("div", Rc, [
|
|
5642
5662
|
h("a", {
|
|
5643
5663
|
href: "#",
|
|
5644
5664
|
onClick: i[8] || (i[8] = O((M) => n.sendLogin = !1, ["prevent"]))
|
|
@@ -5649,7 +5669,7 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5649
5669
|
type: t.options.backToLoginForm.icon.iconType,
|
|
5650
5670
|
title: t.options.backToLoginForm.icon.tooltip
|
|
5651
5671
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
5652
|
-
t.options.backToLoginForm.text ? (l(), o("span",
|
|
5672
|
+
t.options.backToLoginForm.text ? (l(), o("span", Vc, g(t.options.backToLoginForm.text), 1)) : m("", !0)
|
|
5653
5673
|
]),
|
|
5654
5674
|
t.buttons.sendLogin.linkType === "button" ? (l(), o("button", {
|
|
5655
5675
|
key: 0,
|
|
@@ -5662,16 +5682,16 @@ function Uc(e, i, t, a, n, s) {
|
|
|
5662
5682
|
iconClass: (v = t.buttons.sendLogin.icon) == null ? void 0 : v.iconClass,
|
|
5663
5683
|
title: (T = t.buttons.sendLogin.icon) == null ? void 0 : T.tooltip
|
|
5664
5684
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
|
5665
|
-
t.buttons.sendLogin.text ? (l(), o("span",
|
|
5666
|
-
], 10,
|
|
5685
|
+
t.buttons.sendLogin.text ? (l(), o("span", Uc, g(t.buttons.sendLogin.text), 1)) : m("", !0)
|
|
5686
|
+
], 10, Ec)) : m("", !0)
|
|
5667
5687
|
])
|
|
5668
5688
|
], 512), [
|
|
5669
5689
|
[ye, n.sendLogin]
|
|
5670
5690
|
])
|
|
5671
5691
|
], 64);
|
|
5672
5692
|
}
|
|
5673
|
-
const
|
|
5674
|
-
const
|
|
5693
|
+
const Qh = /* @__PURE__ */ N(Oc, [["render", Gc]]);
|
|
5694
|
+
const Qc = {
|
|
5675
5695
|
name: "CmdMainNavigation",
|
|
5676
5696
|
data() {
|
|
5677
5697
|
return {
|
|
@@ -5761,11 +5781,11 @@ const Gc = {
|
|
|
5761
5781
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
|
5762
5782
|
}
|
|
5763
5783
|
}
|
|
5764
|
-
},
|
|
5784
|
+
}, Zc = {
|
|
5765
5785
|
key: 0,
|
|
5766
5786
|
class: "close-nav"
|
|
5767
|
-
},
|
|
5768
|
-
function
|
|
5787
|
+
}, Wc = ["href", "title", "target", "onClick"], Jc = { key: 1 }, Yc = { key: 1 }, Kc = ["aria-expanded"], Xc = ["href", "title", "target", "onClick"], $c = { key: 1 }, eu = { key: 1 }, tu = ["aria-expanded"], iu = ["href", "title", "target", "onClick"], nu = { key: 1 }, su = { key: 1 };
|
|
5788
|
+
function lu(e, i, t, a, n, s) {
|
|
5769
5789
|
const u = E, d = le("router-link");
|
|
5770
5790
|
return l(), o("div", {
|
|
5771
5791
|
class: _([
|
|
@@ -5784,7 +5804,7 @@ function su(e, i, t, a, n, s) {
|
|
|
5784
5804
|
h("ul", {
|
|
5785
5805
|
class: _({ "stretch-items": t.stretchMainItems })
|
|
5786
5806
|
}, [
|
|
5787
|
-
n.showOffcanvas ? (l(), o("li",
|
|
5807
|
+
n.showOffcanvas ? (l(), o("li", Zc, [
|
|
5788
5808
|
h("a", {
|
|
5789
5809
|
href: "#",
|
|
5790
5810
|
id: "close-offcanvas",
|
|
@@ -5821,12 +5841,12 @@ function su(e, i, t, a, n, s) {
|
|
|
5821
5841
|
iconClass: r.iconClass,
|
|
5822
5842
|
type: r.iconType
|
|
5823
5843
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5824
|
-
r.text ? (l(), o("span",
|
|
5844
|
+
r.text ? (l(), o("span", Jc, g(r.text), 1)) : m("", !0),
|
|
5825
5845
|
(p = r == null ? void 0 : r.subentries) != null && p.length ? (l(), o("span", {
|
|
5826
5846
|
key: 2,
|
|
5827
5847
|
class: _(["subentry-icon", t.subentriesIconClass])
|
|
5828
5848
|
}, null, 2)) : m("", !0)
|
|
5829
|
-
], 40,
|
|
5849
|
+
], 40, Wc)) : m("", !0),
|
|
5830
5850
|
r.type === "router" ? (l(), C(d, {
|
|
5831
5851
|
key: 1,
|
|
5832
5852
|
to: s.getRoute(r),
|
|
@@ -5838,7 +5858,7 @@ function su(e, i, t, a, n, s) {
|
|
|
5838
5858
|
iconClass: r.iconClass,
|
|
5839
5859
|
type: r.iconType
|
|
5840
5860
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5841
|
-
r.text ? (l(), o("span",
|
|
5861
|
+
r.text ? (l(), o("span", Yc, g(r.text), 1)) : m("", !0),
|
|
5842
5862
|
r.subentries && r.subentries.length > 0 ? (l(), o("span", {
|
|
5843
5863
|
key: 2,
|
|
5844
5864
|
class: _(["subentry-icon", t.subentriesIconClass])
|
|
@@ -5868,12 +5888,12 @@ function su(e, i, t, a, n, s) {
|
|
|
5868
5888
|
iconClass: y.iconClass,
|
|
5869
5889
|
type: y.iconType
|
|
5870
5890
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5871
|
-
y.text ? (l(), o("span",
|
|
5891
|
+
y.text ? (l(), o("span", $c, g(y.text), 1)) : m("", !0),
|
|
5872
5892
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
|
5873
5893
|
key: 2,
|
|
5874
5894
|
class: _(["subentry-icon", t.subentriesIconClass])
|
|
5875
5895
|
}, null, 2)) : m("", !0)
|
|
5876
|
-
], 40,
|
|
5896
|
+
], 40, Xc)) : m("", !0),
|
|
5877
5897
|
y.type === "router" ? (l(), C(d, {
|
|
5878
5898
|
key: 1,
|
|
5879
5899
|
to: s.getRoute(y),
|
|
@@ -5885,7 +5905,7 @@ function su(e, i, t, a, n, s) {
|
|
|
5885
5905
|
iconClass: y.iconClass,
|
|
5886
5906
|
type: y.iconType
|
|
5887
5907
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5888
|
-
y.text ? (l(), o("span",
|
|
5908
|
+
y.text ? (l(), o("span", eu, g(y.text), 1)) : m("", !0),
|
|
5889
5909
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
|
5890
5910
|
key: 2,
|
|
5891
5911
|
class: _(["subentry-icon", t.subentriesIconClass])
|
|
@@ -5910,12 +5930,12 @@ function su(e, i, t, a, n, s) {
|
|
|
5910
5930
|
iconClass: v.iconClass,
|
|
5911
5931
|
type: v.iconType
|
|
5912
5932
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5913
|
-
v.text ? (l(), o("span",
|
|
5933
|
+
v.text ? (l(), o("span", nu, g(v.text), 1)) : m("", !0),
|
|
5914
5934
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
|
5915
5935
|
key: 2,
|
|
5916
5936
|
class: _(["subentry-icon", t.subentriesIconClass])
|
|
5917
5937
|
}, null, 2)) : m("", !0)
|
|
5918
|
-
], 8,
|
|
5938
|
+
], 8, iu)) : m("", !0),
|
|
5919
5939
|
r.type === "router" ? (l(), C(d, {
|
|
5920
5940
|
key: 1,
|
|
5921
5941
|
to: s.getRoute(v),
|
|
@@ -5927,7 +5947,7 @@ function su(e, i, t, a, n, s) {
|
|
|
5927
5947
|
iconClass: v.iconClass,
|
|
5928
5948
|
type: v.iconType
|
|
5929
5949
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5930
|
-
v.text ? (l(), o("span",
|
|
5950
|
+
v.text ? (l(), o("span", su, g(v.text), 1)) : m("", !0),
|
|
5931
5951
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
|
5932
5952
|
key: 2,
|
|
5933
5953
|
class: _(["subentry-icon", t.subentriesIconClass])
|
|
@@ -5936,9 +5956,9 @@ function su(e, i, t, a, n, s) {
|
|
|
5936
5956
|
_: 2
|
|
5937
5957
|
}, 1032, ["to", "target"])) : m("", !0)
|
|
5938
5958
|
]))), 128))
|
|
5939
|
-
], 8,
|
|
5959
|
+
], 8, tu)) : m("", !0)
|
|
5940
5960
|
], 2))), 128))
|
|
5941
|
-
], 8,
|
|
5961
|
+
], 8, Kc)) : m("", !0)
|
|
5942
5962
|
], 2);
|
|
5943
5963
|
}), 128))
|
|
5944
5964
|
], 2)
|
|
@@ -5960,8 +5980,8 @@ function su(e, i, t, a, n, s) {
|
|
|
5960
5980
|
])) : m("", !0)
|
|
5961
5981
|
], 2);
|
|
5962
5982
|
}
|
|
5963
|
-
const
|
|
5964
|
-
const
|
|
5983
|
+
const ou = /* @__PURE__ */ N(Qc, [["render", lu]]);
|
|
5984
|
+
const au = {
|
|
5965
5985
|
name: "CmdMultistepFormProgressBar",
|
|
5966
5986
|
data() {
|
|
5967
5987
|
return {
|
|
@@ -5992,19 +6012,19 @@ const ou = {
|
|
|
5992
6012
|
return me(e);
|
|
5993
6013
|
}
|
|
5994
6014
|
}
|
|
5995
|
-
},
|
|
6015
|
+
}, ru = { class: "cmd-multistep-form-progress-bar" }, cu = ["href", "onClick", "title"], uu = {
|
|
5996
6016
|
key: 0,
|
|
5997
6017
|
class: "number"
|
|
5998
|
-
},
|
|
6018
|
+
}, du = { key: 2 }, mu = {
|
|
5999
6019
|
key: 0,
|
|
6000
6020
|
class: "number"
|
|
6001
|
-
},
|
|
6021
|
+
}, hu = { key: 2 }, fu = ["type", "name", "title", "formaction", "onClick"], gu = {
|
|
6002
6022
|
key: 0,
|
|
6003
6023
|
class: "number"
|
|
6004
|
-
},
|
|
6005
|
-
function
|
|
6024
|
+
}, pu = { key: 2 };
|
|
6025
|
+
function yu(e, i, t, a, n, s) {
|
|
6006
6026
|
const u = E, d = le("router-link");
|
|
6007
|
-
return l(), o("ol",
|
|
6027
|
+
return l(), o("ol", ru, [
|
|
6008
6028
|
(l(!0), o(k, null, F(t.multisteps, (r, c) => (l(), o("li", {
|
|
6009
6029
|
key: c,
|
|
6010
6030
|
class: _({ active: n.activeLink === c })
|
|
@@ -6015,30 +6035,30 @@ function pu(e, i, t, a, n, s) {
|
|
|
6015
6035
|
onClick: O((f) => s.clickedStep(f, c), ["stop", "prevent"]),
|
|
6016
6036
|
title: r.tooltip
|
|
6017
6037
|
}, [
|
|
6018
|
-
t.showStepNumber ? (l(), o("span",
|
|
6038
|
+
t.showStepNumber ? (l(), o("span", uu, g(c + 1), 1)) : m("", !0),
|
|
6019
6039
|
r.iconClass ? (l(), C(u, {
|
|
6020
6040
|
key: 1,
|
|
6021
6041
|
iconClass: r.iconClass,
|
|
6022
6042
|
type: r.iconType
|
|
6023
6043
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6024
|
-
r.text ? (l(), o("span",
|
|
6044
|
+
r.text ? (l(), o("span", du, g(r.text), 1)) : m("", !0),
|
|
6025
6045
|
h("span", {
|
|
6026
6046
|
class: _(t.separatorIconClass)
|
|
6027
6047
|
}, null, 2)
|
|
6028
|
-
], 8,
|
|
6048
|
+
], 8, cu)) : m("", !0),
|
|
6029
6049
|
r.type === "router" ? (l(), C(d, {
|
|
6030
6050
|
key: 1,
|
|
6031
6051
|
to: s.getRoute(r),
|
|
6032
6052
|
title: r.tooltip
|
|
6033
6053
|
}, {
|
|
6034
6054
|
default: A(() => [
|
|
6035
|
-
t.showStepNumber ? (l(), o("span",
|
|
6055
|
+
t.showStepNumber ? (l(), o("span", mu, g(c + 1), 1)) : m("", !0),
|
|
6036
6056
|
r.iconClass ? (l(), C(u, {
|
|
6037
6057
|
key: 1,
|
|
6038
6058
|
iconClass: r.iconClass,
|
|
6039
6059
|
type: r.iconType
|
|
6040
6060
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6041
|
-
r.text ? (l(), o("span",
|
|
6061
|
+
r.text ? (l(), o("span", hu, g(r.text), 1)) : m("", !0),
|
|
6042
6062
|
h("span", {
|
|
6043
6063
|
class: _(t.separatorIconClass)
|
|
6044
6064
|
}, null, 2)
|
|
@@ -6054,22 +6074,22 @@ function pu(e, i, t, a, n, s) {
|
|
|
6054
6074
|
formaction: r.formaction,
|
|
6055
6075
|
onClick: O((f) => s.clickedStep(f, c), ["stop", "prevent"])
|
|
6056
6076
|
}, [
|
|
6057
|
-
t.showStepNumber ? (l(), o("span",
|
|
6077
|
+
t.showStepNumber ? (l(), o("span", gu, g(c + 1), 1)) : m("", !0),
|
|
6058
6078
|
r.iconClass ? (l(), C(u, {
|
|
6059
6079
|
key: 1,
|
|
6060
6080
|
iconClass: r.iconClass,
|
|
6061
6081
|
type: r.iconType
|
|
6062
6082
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6063
|
-
r.text ? (l(), o("span",
|
|
6083
|
+
r.text ? (l(), o("span", pu, g(r.text), 1)) : m("", !0),
|
|
6064
6084
|
h("span", {
|
|
6065
6085
|
class: _(t.separatorIconClass)
|
|
6066
6086
|
}, null, 2)
|
|
6067
|
-
], 8,
|
|
6087
|
+
], 8, fu)) : m("", !0)
|
|
6068
6088
|
], 2))), 128))
|
|
6069
6089
|
]);
|
|
6070
6090
|
}
|
|
6071
|
-
const
|
|
6072
|
-
function
|
|
6091
|
+
const Zh = /* @__PURE__ */ N(au, [["render", yu]]);
|
|
6092
|
+
function _u(e, i, t, a = !0) {
|
|
6073
6093
|
function n(s, u) {
|
|
6074
6094
|
return u && s < 10 ? "0" + s : s;
|
|
6075
6095
|
}
|
|
@@ -6081,7 +6101,7 @@ function yu(e, i, t, a = !0) {
|
|
|
6081
6101
|
return n(s, a) + e + n(u, !0) + i;
|
|
6082
6102
|
};
|
|
6083
6103
|
}
|
|
6084
|
-
const
|
|
6104
|
+
const Cu = {
|
|
6085
6105
|
name: "CmdOpeningHours",
|
|
6086
6106
|
props: {
|
|
6087
6107
|
link: {
|
|
@@ -6175,24 +6195,24 @@ const _u = {
|
|
|
6175
6195
|
},
|
|
6176
6196
|
methods: {
|
|
6177
6197
|
getTime(e) {
|
|
6178
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
|
6198
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : _u(":", " hrs", "", !1)(e.hours, e.mins);
|
|
6179
6199
|
}
|
|
6180
6200
|
},
|
|
6181
6201
|
beforeUnmount() {
|
|
6182
6202
|
this.$_CmdOpeningHours_intervalId && (clearInterval(this.$_CmdOpeningHours_intervalId), this.$_CmdOpeningHours_intervalId = null);
|
|
6183
6203
|
}
|
|
6184
|
-
},
|
|
6185
|
-
function
|
|
6204
|
+
}, bu = { class: "cmd-opening-hours" }, ku = ["href"], vu = { key: 3 }, wu = { key: 0 }, Iu = { key: 1 };
|
|
6205
|
+
function xu(e, i, t, a, n, s) {
|
|
6186
6206
|
var r, c;
|
|
6187
6207
|
const u = W, d = le("router-link");
|
|
6188
|
-
return l(), o("div",
|
|
6208
|
+
return l(), o("div", bu, [
|
|
6189
6209
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
6190
6210
|
t.link && ((r = t.link) == null ? void 0 : r.path) && ((c = t.link) == null ? void 0 : c.show) ? (l(), o(k, { key: 1 }, [
|
|
6191
6211
|
t.link.type === "href" ? (l(), o("a", {
|
|
6192
6212
|
key: 0,
|
|
6193
6213
|
href: t.link.path,
|
|
6194
6214
|
class: _({ closed: s.isClosed })
|
|
6195
|
-
}, g(s.textOpenClosed), 11,
|
|
6215
|
+
}, g(s.textOpenClosed), 11, ku)) : m("", !0),
|
|
6196
6216
|
t.link.type === "router" ? (l(), C(d, {
|
|
6197
6217
|
key: 1,
|
|
6198
6218
|
to: t.link.path,
|
|
@@ -6219,15 +6239,15 @@ function Iu(e, i, t, a, n, s) {
|
|
|
6219
6239
|
h("dd", null, g(s.getTime(f.fromTime)) + "\u2013" + g(s.getTime(f.tillTime)), 1)
|
|
6220
6240
|
], 64))), 128))
|
|
6221
6241
|
]),
|
|
6222
|
-
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div",
|
|
6223
|
-
t.textHolidaysClosed ? (l(), o("p",
|
|
6242
|
+
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div", vu, [
|
|
6243
|
+
t.textHolidaysClosed ? (l(), o("p", wu, [
|
|
6224
6244
|
h("strong", null, g(t.textHolidaysClosed), 1)
|
|
6225
6245
|
])) : m("", !0),
|
|
6226
|
-
t.textMiscInfo ? (l(), o("p",
|
|
6246
|
+
t.textMiscInfo ? (l(), o("p", Iu, g(t.textMiscInfo), 1)) : m("", !0)
|
|
6227
6247
|
])) : m("", !0)
|
|
6228
6248
|
]);
|
|
6229
6249
|
}
|
|
6230
|
-
const
|
|
6250
|
+
const Wh = /* @__PURE__ */ N(Cu, [["render", xu]]), Tu = {
|
|
6231
6251
|
data() {
|
|
6232
6252
|
return {
|
|
6233
6253
|
defaultMessageProperties: {
|
|
@@ -6237,11 +6257,11 @@ const Zh = /* @__PURE__ */ N(_u, [["render", Iu]]), xu = {
|
|
|
6237
6257
|
};
|
|
6238
6258
|
}
|
|
6239
6259
|
};
|
|
6240
|
-
const
|
|
6260
|
+
const Su = {
|
|
6241
6261
|
name: "CmdPager",
|
|
6242
6262
|
mixins: [
|
|
6243
6263
|
ie,
|
|
6244
|
-
|
|
6264
|
+
Tu
|
|
6245
6265
|
],
|
|
6246
6266
|
emits: ["click"],
|
|
6247
6267
|
data() {
|
|
@@ -6308,10 +6328,10 @@ const Tu = {
|
|
|
6308
6328
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
|
6309
6329
|
}
|
|
6310
6330
|
}
|
|
6311
|
-
},
|
|
6312
|
-
function
|
|
6331
|
+
}, Mu = { class: "cmd-pager" }, Ou = ["href", "title"], Lu = { key: 0 }, Du = { class: "page-index" }, Nu = { class: "flex-container" }, ju = ["href", "title", "onClick"], Bu = ["href", "title"], Pu = { key: 0 };
|
|
6332
|
+
function Au(e, i, t, a, n, s) {
|
|
6313
6333
|
const u = E;
|
|
6314
|
-
return l(), o("div",
|
|
6334
|
+
return l(), o("div", Mu, [
|
|
6315
6335
|
h("a", {
|
|
6316
6336
|
href: s.getPreviousHref,
|
|
6317
6337
|
class: _(["page-change", { disabled: n.currentPage === 1, button: t.linkType === "button" }]),
|
|
@@ -6322,10 +6342,10 @@ function Pu(e, i, t, a, n, s) {
|
|
|
6322
6342
|
iconClass: t.prevLink.iconClass,
|
|
6323
6343
|
type: t.prevLink.iconType
|
|
6324
6344
|
}, null, 8, ["iconClass", "type"]),
|
|
6325
|
-
t.prevLink.showText ? (l(), o("span",
|
|
6326
|
-
], 10,
|
|
6327
|
-
h("div",
|
|
6328
|
-
h("div",
|
|
6345
|
+
t.prevLink.showText ? (l(), o("span", Lu, g(t.prevLink.text), 1)) : m("", !0)
|
|
6346
|
+
], 10, Ou),
|
|
6347
|
+
h("div", Du, [
|
|
6348
|
+
h("div", Nu, [
|
|
6329
6349
|
(l(!0), o(k, null, F(t.pages, (d, r) => (l(), o("a", {
|
|
6330
6350
|
href: s.getHref(d),
|
|
6331
6351
|
class: _({ disabled: n.currentPage === r + 1, button: t.linkType === "button" }),
|
|
@@ -6335,7 +6355,7 @@ function Pu(e, i, t, a, n, s) {
|
|
|
6335
6355
|
"aria-live": "polite"
|
|
6336
6356
|
}, [
|
|
6337
6357
|
h("span", null, g(r + 1), 1)
|
|
6338
|
-
], 10,
|
|
6358
|
+
], 10, ju))), 128))
|
|
6339
6359
|
])
|
|
6340
6360
|
]),
|
|
6341
6361
|
h("a", {
|
|
@@ -6344,16 +6364,16 @@ function Pu(e, i, t, a, n, s) {
|
|
|
6344
6364
|
onClick: i[1] || (i[1] = O((...d) => s.nextPage && s.nextPage(...d), ["prevent"])),
|
|
6345
6365
|
title: t.nextLink.showText ? null : t.nextLink.text
|
|
6346
6366
|
}, [
|
|
6347
|
-
t.nextLink.showText ? (l(), o("span",
|
|
6367
|
+
t.nextLink.showText ? (l(), o("span", Pu, g(t.nextLink.text), 1)) : m("", !0),
|
|
6348
6368
|
x(u, {
|
|
6349
6369
|
iconClass: t.nextLink.iconClass,
|
|
6350
6370
|
type: t.nextLink.iconType
|
|
6351
6371
|
}, null, 8, ["iconClass", "type"])
|
|
6352
|
-
], 10,
|
|
6372
|
+
], 10, Bu)
|
|
6353
6373
|
]);
|
|
6354
6374
|
}
|
|
6355
|
-
const
|
|
6356
|
-
const
|
|
6375
|
+
const Jh = /* @__PURE__ */ N(Su, [["render", Au]]);
|
|
6376
|
+
const Fu = {
|
|
6357
6377
|
name: "CmdProgressBar",
|
|
6358
6378
|
inheritAttrs: !1,
|
|
6359
6379
|
data() {
|
|
@@ -6379,8 +6399,8 @@ const Au = {
|
|
|
6379
6399
|
required: !0
|
|
6380
6400
|
}
|
|
6381
6401
|
}
|
|
6382
|
-
},
|
|
6383
|
-
function
|
|
6402
|
+
}, zu = ["for"], Hu = { class: "progressbar" }, qu = { key: 0 }, Ru = ["id", "value"];
|
|
6403
|
+
function Vu(e, i, t, a, n, s) {
|
|
6384
6404
|
return l(), o("label", {
|
|
6385
6405
|
class: "cmd-progressbar",
|
|
6386
6406
|
for: t.id
|
|
@@ -6388,17 +6408,17 @@ function Ru(e, i, t, a, n, s) {
|
|
|
6388
6408
|
h("span", {
|
|
6389
6409
|
class: _(["label-text", { hidden: !t.showLabel }])
|
|
6390
6410
|
}, g(t.labelText), 3),
|
|
6391
|
-
h("span",
|
|
6392
|
-
t.showLoadingStatus ? (l(), o("span",
|
|
6411
|
+
h("span", Hu, [
|
|
6412
|
+
t.showLoadingStatus ? (l(), o("span", qu, g(n.loadingStatus) + " %", 1)) : m("", !0),
|
|
6393
6413
|
h("progress", q(e.$attrs, {
|
|
6394
6414
|
id: t.id,
|
|
6395
6415
|
value: n.loadingStatus
|
|
6396
|
-
}), null, 16,
|
|
6416
|
+
}), null, 16, Ru)
|
|
6397
6417
|
])
|
|
6398
|
-
], 8,
|
|
6418
|
+
], 8, zu);
|
|
6399
6419
|
}
|
|
6400
|
-
const
|
|
6401
|
-
const
|
|
6420
|
+
const Yh = /* @__PURE__ */ N(Fu, [["render", Vu]]);
|
|
6421
|
+
const Eu = {
|
|
6402
6422
|
name: "CmdSocialNetworks",
|
|
6403
6423
|
data() {
|
|
6404
6424
|
return {
|
|
@@ -6478,8 +6498,8 @@ const Vu = {
|
|
|
6478
6498
|
return this.userMustAcceptDataPrivacy ? this.dataPrivacyAccepted ? e : this.tooltipAcceptDataPrivacy : e;
|
|
6479
6499
|
}
|
|
6480
6500
|
}
|
|
6481
|
-
},
|
|
6482
|
-
function
|
|
6501
|
+
}, Uu = ["id", "href", "title"], Gu = { key: 1 };
|
|
6502
|
+
function Qu(e, i, t, a, n, s) {
|
|
6483
6503
|
const u = W, d = _e, r = E;
|
|
6484
6504
|
return l(), o("div", {
|
|
6485
6505
|
class: _(["cmd-social-networks", { stretch: t.stretchButtons, "align-right": t.align === "right" }])
|
|
@@ -6513,14 +6533,14 @@ function Gu(e, i, t, a, n, s) {
|
|
|
6513
6533
|
iconClass: c.iconClass,
|
|
6514
6534
|
type: c.iconType
|
|
6515
6535
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6516
|
-
c.linkText ? (l(), o("span",
|
|
6517
|
-
], 10,
|
|
6536
|
+
c.linkText ? (l(), o("span", Gu, g(c.linkText), 1)) : m("", !0)
|
|
6537
|
+
], 10, Uu))
|
|
6518
6538
|
]))), 256))
|
|
6519
6539
|
], 2)
|
|
6520
6540
|
], 2);
|
|
6521
6541
|
}
|
|
6522
|
-
const
|
|
6523
|
-
const
|
|
6542
|
+
const Kh = /* @__PURE__ */ N(Eu, [["render", Qu]]);
|
|
6543
|
+
const Zu = {
|
|
6524
6544
|
name: "CmdSiteFooter",
|
|
6525
6545
|
props: {
|
|
6526
6546
|
orientation: {
|
|
@@ -6528,9 +6548,9 @@ const Qu = {
|
|
|
6528
6548
|
default: "horizontal"
|
|
6529
6549
|
}
|
|
6530
6550
|
}
|
|
6531
|
-
},
|
|
6532
|
-
function
|
|
6533
|
-
return l(), o("div",
|
|
6551
|
+
}, Wu = { class: "cmd-site-footer" };
|
|
6552
|
+
function Ju(e, i, t, a, n, s) {
|
|
6553
|
+
return l(), o("div", Wu, [
|
|
6534
6554
|
h("footer", {
|
|
6535
6555
|
class: _(["flex-container", { vertical: t.orientation === "vertical" }])
|
|
6536
6556
|
}, [
|
|
@@ -6538,8 +6558,8 @@ function Wu(e, i, t, a, n, s) {
|
|
|
6538
6558
|
], 2)
|
|
6539
6559
|
]);
|
|
6540
6560
|
}
|
|
6541
|
-
const
|
|
6542
|
-
const
|
|
6561
|
+
const Xh = /* @__PURE__ */ N(Zu, [["render", Ju]]);
|
|
6562
|
+
const Yu = {
|
|
6543
6563
|
name: "CmdSiteHeader",
|
|
6544
6564
|
emits: ["offcanvas"],
|
|
6545
6565
|
props: {
|
|
@@ -6573,18 +6593,18 @@ const Ju = {
|
|
|
6573
6593
|
this.$emit("offcanvas", e);
|
|
6574
6594
|
}
|
|
6575
6595
|
}
|
|
6576
|
-
},
|
|
6596
|
+
}, Ku = {
|
|
6577
6597
|
key: 0,
|
|
6578
6598
|
class: "top-header"
|
|
6579
6599
|
};
|
|
6580
|
-
function
|
|
6600
|
+
function Xu(e, i, t, a, n, s) {
|
|
6581
6601
|
var r, c, f, p, b, y, I, v, T;
|
|
6582
|
-
const u =
|
|
6602
|
+
const u = la, d = ou;
|
|
6583
6603
|
return l(), o("div", {
|
|
6584
6604
|
class: _(["cmd-site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline, "off-canvas-right": ((r = t.cmdMainNavigation) == null ? void 0 : r.offcanvasPosition) === "right" }]),
|
|
6585
6605
|
role: "banner"
|
|
6586
6606
|
}, [
|
|
6587
|
-
e.$slots.topheader ? (l(), o("div",
|
|
6607
|
+
e.$slots.topheader ? (l(), o("div", Ku, [
|
|
6588
6608
|
V(e.$slots, "topheader")
|
|
6589
6609
|
])) : m("", !0),
|
|
6590
6610
|
h("header", {
|
|
@@ -6618,7 +6638,7 @@ function Ku(e, i, t, a, n, s) {
|
|
|
6618
6638
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
|
6619
6639
|
], 2);
|
|
6620
6640
|
}
|
|
6621
|
-
const
|
|
6641
|
+
const $h = /* @__PURE__ */ N(Yu, [["render", Xu]]), $u = {
|
|
6622
6642
|
data() {
|
|
6623
6643
|
return {
|
|
6624
6644
|
defaultMessageProperties: {
|
|
@@ -6632,7 +6652,7 @@ const Xh = /* @__PURE__ */ N(Ju, [["render", Ku]]), Xu = {
|
|
|
6632
6652
|
};
|
|
6633
6653
|
}
|
|
6634
6654
|
};
|
|
6635
|
-
const
|
|
6655
|
+
const ed = {
|
|
6636
6656
|
emits: [
|
|
6637
6657
|
"search",
|
|
6638
6658
|
"update:modelValueInput1",
|
|
@@ -6641,7 +6661,7 @@ const $u = {
|
|
|
6641
6661
|
"update:modelValueSearchFilters"
|
|
6642
6662
|
],
|
|
6643
6663
|
name: "CmdBoxSiteSearch",
|
|
6644
|
-
mixins: [ie,
|
|
6664
|
+
mixins: [ie, $u],
|
|
6645
6665
|
data() {
|
|
6646
6666
|
return {
|
|
6647
6667
|
showFilters: !1
|
|
@@ -6844,22 +6864,22 @@ const $u = {
|
|
|
6844
6864
|
deep: !0
|
|
6845
6865
|
}
|
|
6846
6866
|
}
|
|
6847
|
-
},
|
|
6867
|
+
}, td = { class: "cmd-box-site-search flex-container" }, id = { class: "flex-container align-bottom" }, nd = { class: "input-wrapper align-bottom" }, sd = { key: 0 }, ld = { key: 1 }, od = {
|
|
6848
6868
|
key: 0,
|
|
6849
6869
|
class: "flex-container no-flex",
|
|
6850
6870
|
role: "listbox",
|
|
6851
6871
|
"aria-expanded": "true"
|
|
6852
6872
|
};
|
|
6853
|
-
function
|
|
6873
|
+
function ad(e, i, t, a, n, s) {
|
|
6854
6874
|
var p, b, y, I, v, T, M, j, Q, w;
|
|
6855
|
-
const u = W, d = _e, r = E, c =
|
|
6875
|
+
const u = W, d = _e, r = E, c = Er, f = ec;
|
|
6856
6876
|
return l(), o(k, null, [
|
|
6857
|
-
h("fieldset",
|
|
6877
|
+
h("fieldset", td, [
|
|
6858
6878
|
h("legend", {
|
|
6859
6879
|
class: _({ hidden: !t.showLegend })
|
|
6860
6880
|
}, g(t.textLegend), 3),
|
|
6861
6881
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
6862
|
-
h("div",
|
|
6882
|
+
h("div", id, [
|
|
6863
6883
|
x(d, {
|
|
6864
6884
|
element: "input",
|
|
6865
6885
|
type: t.cmdFormElementInput1.type,
|
|
@@ -6871,7 +6891,7 @@ function od(e, i, t, a, n, s) {
|
|
|
6871
6891
|
modelValue: s.searchValue1,
|
|
6872
6892
|
"onUpdate:modelValue": i[0] || (i[0] = (H) => s.searchValue1 = H)
|
|
6873
6893
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
|
6874
|
-
h("div",
|
|
6894
|
+
h("div", nd, [
|
|
6875
6895
|
t.cmdFormElementInput2.show ? (l(), C(d, {
|
|
6876
6896
|
key: 0,
|
|
6877
6897
|
element: "input",
|
|
@@ -6913,13 +6933,13 @@ function od(e, i, t, a, n, s) {
|
|
|
6913
6933
|
iconClass: n.showFilters ? (y = (b = t.cmdIcon) == null ? void 0 : b.showFilters) == null ? void 0 : y.iconClass : (v = (I = t.cmdIcon) == null ? void 0 : I.hideFilters) == null ? void 0 : v.iconClass,
|
|
6914
6934
|
type: n.showFilters ? (M = (T = t.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : M.iconType : (Q = (j = t.cmdIcon) == null ? void 0 : j.hideFilters) == null ? void 0 : Q.iconType
|
|
6915
6935
|
}, null, 8, ["iconClass", "type"]),
|
|
6916
|
-
n.showFilters ? (l(), o("span",
|
|
6936
|
+
n.showFilters ? (l(), o("span", sd, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), o("span", ld, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
|
6917
6937
|
]),
|
|
6918
6938
|
x(ue, { name: "fade" }, {
|
|
6919
6939
|
default: A(() => {
|
|
6920
6940
|
var H, D, P, G, Z;
|
|
6921
6941
|
return [
|
|
6922
|
-
n.showFilters && ((H = t.cmdFakeSelect) == null ? void 0 : H.selectData.length) ? (l(), o("div",
|
|
6942
|
+
n.showFilters && ((H = t.cmdFakeSelect) == null ? void 0 : H.selectData.length) ? (l(), o("div", od, [
|
|
6923
6943
|
x(c, {
|
|
6924
6944
|
role: "option",
|
|
6925
6945
|
selectData: (D = t.cmdFakeSelect) == null ? void 0 : D.selectData,
|
|
@@ -6944,8 +6964,8 @@ function od(e, i, t, a, n, s) {
|
|
|
6944
6964
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
|
6945
6965
|
], 64);
|
|
6946
6966
|
}
|
|
6947
|
-
const
|
|
6948
|
-
const
|
|
6967
|
+
const ef = /* @__PURE__ */ N(ed, [["render", ad]]);
|
|
6968
|
+
const rd = {
|
|
6949
6969
|
name: "CmdSlideshow",
|
|
6950
6970
|
data() {
|
|
6951
6971
|
return {
|
|
@@ -7032,8 +7052,8 @@ const ad = {
|
|
|
7032
7052
|
immediate: !0
|
|
7033
7053
|
}
|
|
7034
7054
|
}
|
|
7035
|
-
},
|
|
7036
|
-
function
|
|
7055
|
+
}, cd = ["href", "title"], ud = { key: 0 }, dd = ["onClick", "aria-label"], md = { key: 1 };
|
|
7056
|
+
function hd(e, i, t, a, n, s) {
|
|
7037
7057
|
const u = St, d = Ie;
|
|
7038
7058
|
return l(), o("div", {
|
|
7039
7059
|
class: _(["cmd-slideshow", { "full-width": n.fullWidth }])
|
|
@@ -7068,7 +7088,7 @@ function md(e, i, t, a, n, s) {
|
|
|
7068
7088
|
image: (I = s.currentItem) == null ? void 0 : I.image,
|
|
7069
7089
|
figcaption: (v = s.currentItem) == null ? void 0 : v.figcaption
|
|
7070
7090
|
}, null, 8, ["image", "figcaption"])
|
|
7071
|
-
], 8,
|
|
7091
|
+
], 8, cd)) : (l(), C(d, {
|
|
7072
7092
|
image: (T = s.currentItem) == null ? void 0 : T.image,
|
|
7073
7093
|
figcaption: (M = s.currentItem) == null ? void 0 : M.figcaption,
|
|
7074
7094
|
key: n.index
|
|
@@ -7082,7 +7102,7 @@ function md(e, i, t, a, n, s) {
|
|
|
7082
7102
|
x(u, {
|
|
7083
7103
|
onClick: O(s.showNextItem, ["prevent"])
|
|
7084
7104
|
}, null, 8, ["onClick"]),
|
|
7085
|
-
t.showQuickLinkIcons ? (l(), o("ol",
|
|
7105
|
+
t.showQuickLinkIcons ? (l(), o("ol", ud, [
|
|
7086
7106
|
(l(!0), o(k, null, F(t.slideshowItems, (r, c) => (l(), o("li", {
|
|
7087
7107
|
key: c,
|
|
7088
7108
|
class: _({ active: c === n.index })
|
|
@@ -7091,25 +7111,25 @@ function md(e, i, t, a, n, s) {
|
|
|
7091
7111
|
href: "#",
|
|
7092
7112
|
onClick: O((f) => n.index = c, ["prevent"]),
|
|
7093
7113
|
"aria-label": n.index
|
|
7094
|
-
}, null, 8,
|
|
7114
|
+
}, null, 8, dd)
|
|
7095
7115
|
], 2))), 128))
|
|
7096
7116
|
])) : m("", !0),
|
|
7097
|
-
t.showCounter ? (l(), o("span",
|
|
7117
|
+
t.showCounter ? (l(), o("span", md, g(n.index + 1) + "/" + g(t.slideshowItems.length), 1)) : m("", !0)
|
|
7098
7118
|
], 32)
|
|
7099
7119
|
], 2);
|
|
7100
7120
|
}
|
|
7101
|
-
const
|
|
7121
|
+
const tf = /* @__PURE__ */ N(rd, [["render", hd]]), fd = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjQ0YxMzI3IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iNTY2LjMyOCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjMUQyQzRFIiB3aWR0aD0iMjgzLjE2NCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InJ1IiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIyODMuNDY1Ii8+DQoJCTxyZWN0IHk9IjI4My40NjUiIGZpbGw9IiNENTJEMUUiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjQiLz4NCgkJPHJlY3QgeT0iMTg4Ljk3NyIgZmlsbD0iIzFFNDI5NSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMTg4Ljk3NyIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJjbiIgZGlzcGxheT0ibm9uZSI+DQoJPGcgZGlzcGxheT0iaW5saW5lIj4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCB5PSIwLjAwMiIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9Ijg1MC4xNiIgaGVpZ2h0PSI1NjYuODY1Ii8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iMzgyLjU2OSwwIDM4Mi41NjksMjI2LjYyNSAwLDIyNi42MjUgMCwzMzkuOTQ4IDM4Mi41NjksMzM5Ljk0OCAzODIuNTY5LDU2Ni44NjMgNDY3LjU5Miw1NjYuODYzIA0KCQkJNDY3LjU5MiwzMzkuOTQ4IDg1MC4xNiwzMzkuOTQ4IDg1MC4xNiwyMjYuNjI1IDQ2Ny41OTIsMjI2LjYyNSA0NjcuNTkyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDAgNDk1Ljk0NiwxODMuNDk3IDc3MS4yMDIsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjQ5NS45NDYsNTY2Ljg2MyA3NzEuMjAyLDU2Ni44NjMgNDk1Ljk0NiwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsNTY2Ljg2MyAzNTQuMjE0LDU2Ni44NjMgMzU0LjIxNCwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsMCAzNTQuMjE0LDE4My40OTcgMzU0LjIxNCwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iMC4wMDMsMTg4Ljk1IDIwNC4zOTIsMTg4Ljk1IDAuMDAzLDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMTg4Ljk1IDg1MC4xNiwxODguOTUgODUwLjE2LDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMzc3LjkxMyA4NTAuMTYsNTE0LjE3MSA4NTAuMTYsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAsMzc3LjkxMyAwLDUxNC4xNzEgMjA0LjM5MiwzNzcuOTEzIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iODAyLjkzOCwwIDUyMC4wMDQsMTg4Ljk1IDU2Ny4yMjMsMTg4Ljk1IDg1MC42MDUsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjMzMC4xNTYsMzc3LjkwOSAyODIuOTM3LDM3Ny45MDkgMCw1NjYuODUyIDQ3LjIxOSw1NjYuODUyIDMzMC42MDIsMzc3LjkwOSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjAsMCAwLDMxLjY5MiAyMzYuMDkxLDE4OS4wOTggMjgzLjMxMSwxODkuMDk4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iNTY2LjY5NiwzNzcuODMyIDg1MC4wMDgsNTY2LjkyOSA4NTAuMDEsNTM1LjIzOSA2MTMuOTIsMzc3LjgzMiAJCSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K", gd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7102
7122
|
__proto__: null,
|
|
7103
|
-
default:
|
|
7104
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7123
|
+
default: fd
|
|
7124
|
+
}, Symbol.toStringTag, { value: "Module" })), pd = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiPg0KCTxnPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0NGMTMyNyIgd2lkdGg9Ijg0OS40OTIiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjU2Ni4zMjgiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iIzFEMkM0RSIgd2lkdGg9IjI4My4xNjQiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJydSI+DQoJPGc+DQoJCTxyZWN0IGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjUiLz4NCgkJPHJlY3QgeT0iMjgzLjQ2NSIgZmlsbD0iI0Q1MkQxRSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMjgzLjQ2NCIvPg0KCQk8cmVjdCB5PSIxODguOTc3IiBmaWxsPSIjMUU0Mjk1IiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIxODguOTc3Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9ImNuIj4NCgk8Zz4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIj4NCgk8Zz4NCgkJPHJlY3QgeT0iMC4wMDIiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMTYiIGhlaWdodD0iNTY2Ljg2NSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjM4Mi41NjksMCAzODIuNTY5LDIyNi42MjUgMCwyMjYuNjI1IDAsMzM5Ljk0OCAzODIuNTY5LDMzOS45NDggMzgyLjU2OSw1NjYuODYzIDQ2Ny41OTIsNTY2Ljg2MyANCgkJCTQ2Ny41OTIsMzM5Ljk0OCA4NTAuMTYsMzM5Ljk0OCA4NTAuMTYsMjI2LjYyNSA0NjcuNTkyLDIyNi42MjUgNDY3LjU5MiwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNDk1Ljk0NiwwIDQ5NS45NDYsMTgzLjQ5NyA3NzEuMjAyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDU2Ni44NjMgNzcxLjIwMiw1NjYuODYzIDQ5NS45NDYsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDU2Ni44NjMgMzU0LjIxNCw1NjYuODYzIDM1NC4yMTQsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDAgMzU0LjIxNCwxODMuNDk3IDM1NC4yMTQsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAuMDAzLDE4OC45NSAyMDQuMzkyLDE4OC45NSAwLjAwMyw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDE4OC45NSA4NTAuMTYsMTg4Ljk1IDg1MC4xNiw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDM3Ny45MTMgODUwLjE2LDUxNC4xNzEgODUwLjE2LDM3Ny45MTMgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSIwLDM3Ny45MTMgMCw1MTQuMTcxIDIwNC4zOTIsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjgwMi45MzgsMCA1MjAuMDA0LDE4OC45NSA1NjcuMjIzLDE4OC45NSA4NTAuNjA1LDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIzMzAuMTU2LDM3Ny45MDkgMjgyLjkzNywzNzcuOTA5IDAsNTY2Ljg1MiA0Ny4yMTksNTY2Ljg1MiAzMzAuNjAyLDM3Ny45MDkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIwLDAgMCwzMS42OTIgMjM2LjA5MSwxODkuMDk4IDI4My4zMTEsMTg5LjA5OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjU2Ni42OTYsMzc3LjgzMiA4NTAuMDA4LDU2Ni45MjkgODUwLjAxLDUzNS4yMzkgNjEzLjkyLDM3Ny44MzIgCQkiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==", yd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7105
7125
|
__proto__: null,
|
|
7106
|
-
default:
|
|
7107
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7126
|
+
default: pd
|
|
7127
|
+
}, Symbol.toStringTag, { value: "Module" })), _d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7108
7128
|
__proto__: null,
|
|
7109
|
-
de:
|
|
7110
|
-
en:
|
|
7129
|
+
de: gd,
|
|
7130
|
+
en: yd
|
|
7111
7131
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
7112
|
-
const
|
|
7132
|
+
const Cd = {
|
|
7113
7133
|
name: "CmdSwitchLanguage",
|
|
7114
7134
|
emits: ["click"],
|
|
7115
7135
|
data() {
|
|
@@ -7137,7 +7157,7 @@ const _d = {
|
|
|
7137
7157
|
this.imageSources = [], this.languages.forEach(
|
|
7138
7158
|
async (e) => {
|
|
7139
7159
|
const i = e.iso2;
|
|
7140
|
-
this.imageSources.push(
|
|
7160
|
+
this.imageSources.push(_d[i].default);
|
|
7141
7161
|
}
|
|
7142
7162
|
);
|
|
7143
7163
|
},
|
|
@@ -7145,10 +7165,10 @@ const _d = {
|
|
|
7145
7165
|
deep: !0
|
|
7146
7166
|
}
|
|
7147
7167
|
}
|
|
7148
|
-
},
|
|
7149
|
-
function
|
|
7168
|
+
}, bd = { class: "cmd-switch-language" }, kd = ["href", "title", "onClick"], vd = ["src", "alt"], wd = ["src", "alt"];
|
|
7169
|
+
function Id(e, i, t, a, n, s) {
|
|
7150
7170
|
const u = le("router-link");
|
|
7151
|
-
return l(), o("div",
|
|
7171
|
+
return l(), o("div", bd, [
|
|
7152
7172
|
h("ul", null, [
|
|
7153
7173
|
(l(!0), o(k, null, F(t.languages, (d, r) => (l(), o("li", { key: r }, [
|
|
7154
7174
|
d.link.type === "href" ? (l(), o("a", {
|
|
@@ -7161,8 +7181,8 @@ function wd(e, i, t, a, n, s) {
|
|
|
7161
7181
|
h("img", {
|
|
7162
7182
|
src: n.imageSources[r],
|
|
7163
7183
|
alt: d.name
|
|
7164
|
-
}, null, 8,
|
|
7165
|
-
], 10,
|
|
7184
|
+
}, null, 8, vd)
|
|
7185
|
+
], 10, kd)) : (l(), C(u, {
|
|
7166
7186
|
key: 1,
|
|
7167
7187
|
class: _(["flag", d.iso2]),
|
|
7168
7188
|
to: s.getRoute(d),
|
|
@@ -7173,7 +7193,7 @@ function wd(e, i, t, a, n, s) {
|
|
|
7173
7193
|
h("img", {
|
|
7174
7194
|
src: n.imageSources[r],
|
|
7175
7195
|
alt: d.name
|
|
7176
|
-
}, null, 8,
|
|
7196
|
+
}, null, 8, wd)
|
|
7177
7197
|
]),
|
|
7178
7198
|
_: 2
|
|
7179
7199
|
}, 1032, ["class", "to", "title", "onClick"]))
|
|
@@ -7181,8 +7201,8 @@ function wd(e, i, t, a, n, s) {
|
|
|
7181
7201
|
])
|
|
7182
7202
|
]);
|
|
7183
7203
|
}
|
|
7184
|
-
const
|
|
7185
|
-
const
|
|
7204
|
+
const nf = /* @__PURE__ */ N(Cd, [["render", Id]]);
|
|
7205
|
+
const xd = {
|
|
7186
7206
|
name: "CmdSystemMessage",
|
|
7187
7207
|
mixins: [xe],
|
|
7188
7208
|
data() {
|
|
@@ -7243,8 +7263,8 @@ const Id = {
|
|
|
7243
7263
|
this.showSystemMessage = !0;
|
|
7244
7264
|
}
|
|
7245
7265
|
}
|
|
7246
|
-
},
|
|
7247
|
-
function
|
|
7266
|
+
}, Td = ["role", "aria-labelledby"], Sd = ["title"];
|
|
7267
|
+
function Md(e, i, t, a, n, s) {
|
|
7248
7268
|
const u = E, d = W;
|
|
7249
7269
|
return l(), C(ue, { name: "fade" }, {
|
|
7250
7270
|
default: A(() => [
|
|
@@ -7264,7 +7284,7 @@ function Sd(e, i, t, a, n, s) {
|
|
|
7264
7284
|
iconClass: t.iconClose.iconClass,
|
|
7265
7285
|
type: t.iconClose.iconType
|
|
7266
7286
|
}, null, 8, ["iconClass", "type"])
|
|
7267
|
-
], 8,
|
|
7287
|
+
], 8, Sd)) : m("", !0),
|
|
7268
7288
|
x(d, {
|
|
7269
7289
|
class: "message-headline",
|
|
7270
7290
|
headlineIcon: s.headlineIcon,
|
|
@@ -7273,13 +7293,13 @@ function Sd(e, i, t, a, n, s) {
|
|
|
7273
7293
|
id: e.htmlId
|
|
7274
7294
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
|
7275
7295
|
V(e.$slots, "default")
|
|
7276
|
-
], 10,
|
|
7296
|
+
], 10, Td)) : m("", !0)
|
|
7277
7297
|
]),
|
|
7278
7298
|
_: 3
|
|
7279
7299
|
});
|
|
7280
7300
|
}
|
|
7281
|
-
const
|
|
7282
|
-
const
|
|
7301
|
+
const Od = /* @__PURE__ */ N(xd, [["render", Md]]);
|
|
7302
|
+
const Ld = {
|
|
7283
7303
|
name: "CmdTable",
|
|
7284
7304
|
data() {
|
|
7285
7305
|
return {
|
|
@@ -7355,20 +7375,20 @@ const Od = {
|
|
|
7355
7375
|
return ((e = this.caption) == null ? void 0 : e.show) === !1 || ((i = this.caption) == null ? void 0 : i.show) !== !0 && !((t = this.tableData.caption) != null && t.show);
|
|
7356
7376
|
}
|
|
7357
7377
|
}
|
|
7358
|
-
},
|
|
7378
|
+
}, Dd = {
|
|
7359
7379
|
key: 0,
|
|
7360
7380
|
class: "button-wrapper"
|
|
7361
|
-
},
|
|
7381
|
+
}, Nd = ["title"], jd = ["title"], Bd = { class: "inner-wrapper" }, Pd = { "aria-expanded": "true" }, Ad = {
|
|
7362
7382
|
key: 0,
|
|
7363
7383
|
"aria-expanded": "true"
|
|
7364
7384
|
};
|
|
7365
|
-
function
|
|
7385
|
+
function Fd(e, i, t, a, n, s) {
|
|
7366
7386
|
var d, r, c, f;
|
|
7367
7387
|
const u = E;
|
|
7368
7388
|
return l(), o("div", {
|
|
7369
7389
|
class: _(["cmd-table-wrapper", { collapsed: !n.showTableData, "full-width": n.fullWidth, "has-caption": s.hasCaption }])
|
|
7370
7390
|
}, [
|
|
7371
|
-
t.collapsible || t.userCanToggleWidth ? (l(), o("div",
|
|
7391
|
+
t.collapsible || t.userCanToggleWidth ? (l(), o("div", Dd, [
|
|
7372
7392
|
t.userCanToggleWidth ? (l(), o("a", {
|
|
7373
7393
|
key: 0,
|
|
7374
7394
|
class: "button",
|
|
@@ -7380,7 +7400,7 @@ function Ad(e, i, t, a, n, s) {
|
|
|
7380
7400
|
iconClass: t.iconToggleWidth.iconClass,
|
|
7381
7401
|
type: t.iconToggleWidth.iconType
|
|
7382
7402
|
}, null, 8, ["iconClass", "type"])
|
|
7383
|
-
], 8,
|
|
7403
|
+
], 8, Nd)) : m("", !0),
|
|
7384
7404
|
t.collapsible ? (l(), o("a", {
|
|
7385
7405
|
key: 1,
|
|
7386
7406
|
class: "button",
|
|
@@ -7392,9 +7412,9 @@ function Ad(e, i, t, a, n, s) {
|
|
|
7392
7412
|
iconClass: n.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
|
7393
7413
|
type: n.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
|
7394
7414
|
}, null, 8, ["iconClass", "type"])
|
|
7395
|
-
], 8,
|
|
7415
|
+
], 8, jd)) : m("", !0)
|
|
7396
7416
|
])) : m("", !0),
|
|
7397
|
-
h("div",
|
|
7417
|
+
h("div", Bd, [
|
|
7398
7418
|
h("table", {
|
|
7399
7419
|
class: _({ "full-width": n.fullWidth })
|
|
7400
7420
|
}, [
|
|
@@ -7409,7 +7429,7 @@ function Ad(e, i, t, a, n, s) {
|
|
|
7409
7429
|
]),
|
|
7410
7430
|
x(ue, { name: "fade" }, {
|
|
7411
7431
|
default: A(() => [
|
|
7412
|
-
ne(h("tbody",
|
|
7432
|
+
ne(h("tbody", Pd, [
|
|
7413
7433
|
(l(!0), o(k, null, F(t.tableData.tbody, (p, b) => (l(), o("tr", {
|
|
7414
7434
|
class: _({ highlighted: t.tableData.rowIndexHighlighted === b }),
|
|
7415
7435
|
key: b
|
|
@@ -7427,7 +7447,7 @@ function Ad(e, i, t, a, n, s) {
|
|
|
7427
7447
|
}),
|
|
7428
7448
|
x(ue, { name: "fade" }, {
|
|
7429
7449
|
default: A(() => [
|
|
7430
|
-
t.tableData.tfoot && t.tableData.tfoot.length && n.showTableData ? (l(), o("tfoot",
|
|
7450
|
+
t.tableData.tfoot && t.tableData.tfoot.length && n.showTableData ? (l(), o("tfoot", Ad, [
|
|
7431
7451
|
h("tr", null, [
|
|
7432
7452
|
(l(!0), o(k, null, F(t.tableData.tfoot, (p, b) => (l(), o("td", {
|
|
7433
7453
|
class: _({ highlighted: t.tableData.columnIndexHighlighted === b }),
|
|
@@ -7442,7 +7462,7 @@ function Ad(e, i, t, a, n, s) {
|
|
|
7442
7462
|
])
|
|
7443
7463
|
], 2);
|
|
7444
7464
|
}
|
|
7445
|
-
const
|
|
7465
|
+
const sf = /* @__PURE__ */ N(Ld, [["render", Fd]]), zd = "cmd", Hd = {
|
|
7446
7466
|
"3d-cursor": {
|
|
7447
7467
|
body: '<path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/>',
|
|
7448
7468
|
hidden: !0
|
|
@@ -7456,14 +7476,14 @@ const nf = /* @__PURE__ */ N(Od, [["render", Ad]]), Fd = "cmd", zd = {
|
|
|
7456
7476
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
|
7457
7477
|
<path fill="currentColor" d="M8,7c0,1.657-1.343,3-3,3S2,8.657,2,7s1.343-3,3-3S8,5.343,8,7z"/>`
|
|
7458
7478
|
}
|
|
7459
|
-
},
|
|
7460
|
-
prefix:
|
|
7461
|
-
icons:
|
|
7462
|
-
width:
|
|
7463
|
-
height:
|
|
7479
|
+
}, qd = 32, Rd = 32, Vd = {
|
|
7480
|
+
prefix: zd,
|
|
7481
|
+
icons: Hd,
|
|
7482
|
+
width: qd,
|
|
7483
|
+
height: Rd
|
|
7464
7484
|
};
|
|
7465
|
-
Ai(
|
|
7466
|
-
const
|
|
7485
|
+
Ai(Vd);
|
|
7486
|
+
const Ed = {
|
|
7467
7487
|
name: "CmdTabs",
|
|
7468
7488
|
data() {
|
|
7469
7489
|
return {
|
|
@@ -7503,13 +7523,13 @@ const Vd = {
|
|
|
7503
7523
|
this.showTab = this.activeTab;
|
|
7504
7524
|
}
|
|
7505
7525
|
}
|
|
7506
|
-
},
|
|
7526
|
+
}, Ud = { class: "cmd-tabs" }, Gd = ["onClick", "title"], Qd = { key: 1 }, Zd = {
|
|
7507
7527
|
key: 1,
|
|
7508
7528
|
"aria-live": "assertive"
|
|
7509
|
-
},
|
|
7510
|
-
function
|
|
7529
|
+
}, Wd = ["innerHTML"];
|
|
7530
|
+
function Jd(e, i, t, a, n, s) {
|
|
7511
7531
|
const u = E, d = W;
|
|
7512
|
-
return l(), o("div",
|
|
7532
|
+
return l(), o("div", Ud, [
|
|
7513
7533
|
h("ul", {
|
|
7514
7534
|
class: _({ "stretch-tabs": t.stretchTabs }),
|
|
7515
7535
|
role: "tablist"
|
|
@@ -7529,8 +7549,8 @@ function Wd(e, i, t, a, n, s) {
|
|
|
7529
7549
|
iconClass: r.iconClass,
|
|
7530
7550
|
type: r.iconType
|
|
7531
7551
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
7532
|
-
r.name ? (l(), o("span",
|
|
7533
|
-
], 10,
|
|
7552
|
+
r.name ? (l(), o("span", Qd, g(r.name), 1)) : m("", !0)
|
|
7553
|
+
], 10, Gd)
|
|
7534
7554
|
]))), 128))
|
|
7535
7555
|
], 2),
|
|
7536
7556
|
t.useSlot ? (l(!0), o(k, { key: 0 }, F(t.tabs.length, (r) => ne((l(), o("div", {
|
|
@@ -7540,18 +7560,18 @@ function Wd(e, i, t, a, n, s) {
|
|
|
7540
7560
|
V(e.$slots, "tab-content-" + (r - 1))
|
|
7541
7561
|
])), [
|
|
7542
7562
|
[ye, n.showTab === r - 1]
|
|
7543
|
-
])), 128)) : (l(), o("div",
|
|
7563
|
+
])), 128)) : (l(), o("div", Zd, [
|
|
7544
7564
|
t.cmdHeadline ? (l(), C(d, q({ key: 0 }, t.cmdHeadline, {
|
|
7545
7565
|
headlineText: t.tabs[n.showTab].headlineText,
|
|
7546
7566
|
headlineLevel: t.tabs[n.showTab].headlineLevel
|
|
7547
7567
|
}), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
|
|
7548
7568
|
h("div", {
|
|
7549
7569
|
innerHTML: t.tabs[n.showTab].htmlContent
|
|
7550
|
-
}, null, 8,
|
|
7570
|
+
}, null, 8, Wd)
|
|
7551
7571
|
]))
|
|
7552
7572
|
]);
|
|
7553
7573
|
}
|
|
7554
|
-
const
|
|
7574
|
+
const lf = /* @__PURE__ */ N(Ed, [["render", Jd]]), Yd = {
|
|
7555
7575
|
name: "CmdTextBlock",
|
|
7556
7576
|
data() {
|
|
7557
7577
|
return {
|
|
@@ -7578,10 +7598,10 @@ const sf = /* @__PURE__ */ N(Vd, [["render", Wd]]), Jd = {
|
|
|
7578
7598
|
required: !0
|
|
7579
7599
|
}
|
|
7580
7600
|
}
|
|
7581
|
-
},
|
|
7582
|
-
function
|
|
7601
|
+
}, Kd = { class: "cmd-text-block flex-container vertical" }, Xd = { key: 3 }, $d = ["innerHTML"];
|
|
7602
|
+
function em(e, i, t, a, n, s) {
|
|
7583
7603
|
const u = W;
|
|
7584
|
-
return l(), o("div",
|
|
7604
|
+
return l(), o("div", Kd, [
|
|
7585
7605
|
t.editContent ? ne((l(), o("input", {
|
|
7586
7606
|
key: 0,
|
|
7587
7607
|
class: "edit-mode headline",
|
|
@@ -7602,7 +7622,7 @@ function $d(e, i, t, a, n, s) {
|
|
|
7602
7622
|
}, null, 512)), [
|
|
7603
7623
|
[Ee, n.editableText]
|
|
7604
7624
|
]) : m("", !0),
|
|
7605
|
-
t.textContent ? (l(), o("p",
|
|
7625
|
+
t.textContent ? (l(), o("p", Xd, g(t.textContent), 1)) : m("", !0),
|
|
7606
7626
|
t.editContent ? ne((l(), o("textarea", {
|
|
7607
7627
|
key: 4,
|
|
7608
7628
|
class: "edit-mode",
|
|
@@ -7612,11 +7632,11 @@ function $d(e, i, t, a, n, s) {
|
|
|
7612
7632
|
]) : t.htmlContent ? (l(), o("div", {
|
|
7613
7633
|
key: 5,
|
|
7614
7634
|
innerHTML: t.htmlContent
|
|
7615
|
-
}, null, 8,
|
|
7635
|
+
}, null, 8, $d)) : m("", !0)
|
|
7616
7636
|
]);
|
|
7617
7637
|
}
|
|
7618
|
-
const
|
|
7619
|
-
const
|
|
7638
|
+
const of = /* @__PURE__ */ N(Yd, [["render", em]]);
|
|
7639
|
+
const tm = {
|
|
7620
7640
|
name: "ToggleDarkMode",
|
|
7621
7641
|
data() {
|
|
7622
7642
|
return {
|
|
@@ -7704,8 +7724,8 @@ const em = {
|
|
|
7704
7724
|
immediate: !0
|
|
7705
7725
|
}
|
|
7706
7726
|
}
|
|
7707
|
-
},
|
|
7708
|
-
function
|
|
7727
|
+
}, im = { key: 0 };
|
|
7728
|
+
function nm(e, i, t, a, n, s) {
|
|
7709
7729
|
const u = E, d = _e;
|
|
7710
7730
|
return l(), o("div", {
|
|
7711
7731
|
class: _(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": n.darkMode }])
|
|
@@ -7716,7 +7736,7 @@ function im(e, i, t, a, n, s) {
|
|
|
7716
7736
|
class: _(["button", { "dark-mode": n.darkMode }]),
|
|
7717
7737
|
onClick: i[0] || (i[0] = O((...r) => s.toggleColorScheme && s.toggleColorScheme(...r), ["prevent"]))
|
|
7718
7738
|
}, [
|
|
7719
|
-
t.showLabel ? (l(), o("span",
|
|
7739
|
+
t.showLabel ? (l(), o("span", im, g(s.labelText), 1)) : m("", !0),
|
|
7720
7740
|
x(u, {
|
|
7721
7741
|
iconClass: s.iconClass,
|
|
7722
7742
|
type: s.iconType,
|
|
@@ -7738,7 +7758,7 @@ function im(e, i, t, a, n, s) {
|
|
|
7738
7758
|
}, null, 8, ["labelText", "showLabel", "modelValue", "title", "onUpdate:modelValue"]))
|
|
7739
7759
|
], 2);
|
|
7740
7760
|
}
|
|
7741
|
-
const
|
|
7761
|
+
const af = /* @__PURE__ */ N(tm, [["render", nm]]), sm = {
|
|
7742
7762
|
data() {
|
|
7743
7763
|
return {
|
|
7744
7764
|
defaultMessageProperties: {
|
|
@@ -7799,7 +7819,7 @@ function Me(e) {
|
|
|
7799
7819
|
}
|
|
7800
7820
|
return "";
|
|
7801
7821
|
}
|
|
7802
|
-
function
|
|
7822
|
+
function lm(e) {
|
|
7803
7823
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
7804
7824
|
}
|
|
7805
7825
|
var Ji = { exports: {} }, Bt = { exports: {} }, Yi = function(i, t) {
|
|
@@ -7808,30 +7828,30 @@ var Ji = { exports: {} }, Bt = { exports: {} }, Yi = function(i, t) {
|
|
|
7808
7828
|
n[s] = arguments[s];
|
|
7809
7829
|
return i.apply(t, n);
|
|
7810
7830
|
};
|
|
7811
|
-
},
|
|
7831
|
+
}, om = Yi, he = Object.prototype.toString;
|
|
7812
7832
|
function Pt(e) {
|
|
7813
7833
|
return he.call(e) === "[object Array]";
|
|
7814
7834
|
}
|
|
7815
7835
|
function _t(e) {
|
|
7816
7836
|
return typeof e > "u";
|
|
7817
7837
|
}
|
|
7818
|
-
function
|
|
7838
|
+
function am(e) {
|
|
7819
7839
|
return e !== null && !_t(e) && e.constructor !== null && !_t(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
|
7820
7840
|
}
|
|
7821
|
-
function
|
|
7841
|
+
function rm(e) {
|
|
7822
7842
|
return he.call(e) === "[object ArrayBuffer]";
|
|
7823
7843
|
}
|
|
7824
|
-
function
|
|
7844
|
+
function cm(e) {
|
|
7825
7845
|
return typeof FormData < "u" && e instanceof FormData;
|
|
7826
7846
|
}
|
|
7827
|
-
function
|
|
7847
|
+
function um(e) {
|
|
7828
7848
|
var i;
|
|
7829
7849
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? i = ArrayBuffer.isView(e) : i = e && e.buffer && e.buffer instanceof ArrayBuffer, i;
|
|
7830
7850
|
}
|
|
7831
|
-
function
|
|
7851
|
+
function dm(e) {
|
|
7832
7852
|
return typeof e == "string";
|
|
7833
7853
|
}
|
|
7834
|
-
function
|
|
7854
|
+
function mm(e) {
|
|
7835
7855
|
return typeof e == "number";
|
|
7836
7856
|
}
|
|
7837
7857
|
function Ki(e) {
|
|
@@ -7843,28 +7863,28 @@ function je(e) {
|
|
|
7843
7863
|
var i = Object.getPrototypeOf(e);
|
|
7844
7864
|
return i === null || i === Object.prototype;
|
|
7845
7865
|
}
|
|
7846
|
-
function
|
|
7866
|
+
function hm(e) {
|
|
7847
7867
|
return he.call(e) === "[object Date]";
|
|
7848
7868
|
}
|
|
7849
|
-
function
|
|
7869
|
+
function fm(e) {
|
|
7850
7870
|
return he.call(e) === "[object File]";
|
|
7851
7871
|
}
|
|
7852
|
-
function
|
|
7872
|
+
function gm(e) {
|
|
7853
7873
|
return he.call(e) === "[object Blob]";
|
|
7854
7874
|
}
|
|
7855
7875
|
function Xi(e) {
|
|
7856
7876
|
return he.call(e) === "[object Function]";
|
|
7857
7877
|
}
|
|
7858
|
-
function
|
|
7878
|
+
function pm(e) {
|
|
7859
7879
|
return Ki(e) && Xi(e.pipe);
|
|
7860
7880
|
}
|
|
7861
|
-
function
|
|
7881
|
+
function ym(e) {
|
|
7862
7882
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
|
7863
7883
|
}
|
|
7864
|
-
function
|
|
7884
|
+
function _m(e) {
|
|
7865
7885
|
return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
|
|
7866
7886
|
}
|
|
7867
|
-
function
|
|
7887
|
+
function Cm() {
|
|
7868
7888
|
return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
|
7869
7889
|
}
|
|
7870
7890
|
function At(e, i) {
|
|
@@ -7885,37 +7905,37 @@ function Ct() {
|
|
|
7885
7905
|
At(arguments[t], i);
|
|
7886
7906
|
return e;
|
|
7887
7907
|
}
|
|
7888
|
-
function
|
|
7908
|
+
function bm(e, i, t) {
|
|
7889
7909
|
return At(i, function(n, s) {
|
|
7890
|
-
t && typeof n == "function" ? e[s] =
|
|
7910
|
+
t && typeof n == "function" ? e[s] = om(n, t) : e[s] = n;
|
|
7891
7911
|
}), e;
|
|
7892
7912
|
}
|
|
7893
|
-
function
|
|
7913
|
+
function km(e) {
|
|
7894
7914
|
return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
|
|
7895
7915
|
}
|
|
7896
7916
|
var ee = {
|
|
7897
7917
|
isArray: Pt,
|
|
7898
|
-
isArrayBuffer:
|
|
7899
|
-
isBuffer:
|
|
7900
|
-
isFormData:
|
|
7901
|
-
isArrayBufferView:
|
|
7902
|
-
isString:
|
|
7903
|
-
isNumber:
|
|
7918
|
+
isArrayBuffer: rm,
|
|
7919
|
+
isBuffer: am,
|
|
7920
|
+
isFormData: cm,
|
|
7921
|
+
isArrayBufferView: um,
|
|
7922
|
+
isString: dm,
|
|
7923
|
+
isNumber: mm,
|
|
7904
7924
|
isObject: Ki,
|
|
7905
7925
|
isPlainObject: je,
|
|
7906
7926
|
isUndefined: _t,
|
|
7907
|
-
isDate:
|
|
7908
|
-
isFile:
|
|
7909
|
-
isBlob:
|
|
7927
|
+
isDate: hm,
|
|
7928
|
+
isFile: fm,
|
|
7929
|
+
isBlob: gm,
|
|
7910
7930
|
isFunction: Xi,
|
|
7911
|
-
isStream:
|
|
7912
|
-
isURLSearchParams:
|
|
7913
|
-
isStandardBrowserEnv:
|
|
7931
|
+
isStream: pm,
|
|
7932
|
+
isURLSearchParams: ym,
|
|
7933
|
+
isStandardBrowserEnv: Cm,
|
|
7914
7934
|
forEach: At,
|
|
7915
7935
|
merge: Ct,
|
|
7916
|
-
extend:
|
|
7917
|
-
trim:
|
|
7918
|
-
stripBOM:
|
|
7936
|
+
extend: bm,
|
|
7937
|
+
trim: _m,
|
|
7938
|
+
stripBOM: km
|
|
7919
7939
|
}, ge = ee;
|
|
7920
7940
|
function ai(e) {
|
|
7921
7941
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
@@ -7941,7 +7961,7 @@ var $i = function(i, t, a) {
|
|
|
7941
7961
|
u !== -1 && (i = i.slice(0, u)), i += (i.indexOf("?") === -1 ? "?" : "&") + n;
|
|
7942
7962
|
}
|
|
7943
7963
|
return i;
|
|
7944
|
-
},
|
|
7964
|
+
}, vm = ee;
|
|
7945
7965
|
function He() {
|
|
7946
7966
|
this.handlers = [];
|
|
7947
7967
|
}
|
|
@@ -7957,12 +7977,12 @@ He.prototype.eject = function(i) {
|
|
|
7957
7977
|
this.handlers[i] && (this.handlers[i] = null);
|
|
7958
7978
|
};
|
|
7959
7979
|
He.prototype.forEach = function(i) {
|
|
7960
|
-
|
|
7980
|
+
vm.forEach(this.handlers, function(a) {
|
|
7961
7981
|
a !== null && i(a);
|
|
7962
7982
|
});
|
|
7963
7983
|
};
|
|
7964
|
-
var
|
|
7965
|
-
|
|
7984
|
+
var wm = He, Im = ee, xm = function(i, t) {
|
|
7985
|
+
Im.forEach(i, function(n, s) {
|
|
7966
7986
|
s !== t && s.toUpperCase() === t.toUpperCase() && (i[t] = n, delete i[s]);
|
|
7967
7987
|
});
|
|
7968
7988
|
}, en = function(i, t, a, n, s) {
|
|
@@ -7993,7 +8013,7 @@ function tn() {
|
|
|
7993
8013
|
}, Ze;
|
|
7994
8014
|
}
|
|
7995
8015
|
var We, ci;
|
|
7996
|
-
function
|
|
8016
|
+
function Tm() {
|
|
7997
8017
|
if (ci)
|
|
7998
8018
|
return We;
|
|
7999
8019
|
ci = 1;
|
|
@@ -8010,7 +8030,7 @@ function xm() {
|
|
|
8010
8030
|
}, We;
|
|
8011
8031
|
}
|
|
8012
8032
|
var Je, ui;
|
|
8013
|
-
function
|
|
8033
|
+
function Sm() {
|
|
8014
8034
|
if (ui)
|
|
8015
8035
|
return Je;
|
|
8016
8036
|
ui = 1;
|
|
@@ -8042,29 +8062,29 @@ function Tm() {
|
|
|
8042
8062
|
}(), Je;
|
|
8043
8063
|
}
|
|
8044
8064
|
var Ye, di;
|
|
8045
|
-
function
|
|
8065
|
+
function Mm() {
|
|
8046
8066
|
return di || (di = 1, Ye = function(i) {
|
|
8047
8067
|
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(i);
|
|
8048
8068
|
}), Ye;
|
|
8049
8069
|
}
|
|
8050
8070
|
var Ke, mi;
|
|
8051
|
-
function
|
|
8071
|
+
function Om() {
|
|
8052
8072
|
return mi || (mi = 1, Ke = function(i, t) {
|
|
8053
8073
|
return t ? i.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : i;
|
|
8054
8074
|
}), Ke;
|
|
8055
8075
|
}
|
|
8056
8076
|
var Xe, hi;
|
|
8057
|
-
function
|
|
8077
|
+
function Lm() {
|
|
8058
8078
|
if (hi)
|
|
8059
8079
|
return Xe;
|
|
8060
8080
|
hi = 1;
|
|
8061
|
-
var e =
|
|
8081
|
+
var e = Mm(), i = Om();
|
|
8062
8082
|
return Xe = function(a, n) {
|
|
8063
8083
|
return a && !e(n) ? i(a, n) : n;
|
|
8064
8084
|
}, Xe;
|
|
8065
8085
|
}
|
|
8066
8086
|
var $e, fi;
|
|
8067
|
-
function
|
|
8087
|
+
function Dm() {
|
|
8068
8088
|
if (fi)
|
|
8069
8089
|
return $e;
|
|
8070
8090
|
fi = 1;
|
|
@@ -8100,7 +8120,7 @@ function Lm() {
|
|
|
8100
8120
|
}, $e;
|
|
8101
8121
|
}
|
|
8102
8122
|
var et, gi;
|
|
8103
|
-
function
|
|
8123
|
+
function Nm() {
|
|
8104
8124
|
if (gi)
|
|
8105
8125
|
return et;
|
|
8106
8126
|
gi = 1;
|
|
@@ -8147,7 +8167,7 @@ function _i() {
|
|
|
8147
8167
|
if (yi)
|
|
8148
8168
|
return it;
|
|
8149
8169
|
yi = 1;
|
|
8150
|
-
var e = ee, i =
|
|
8170
|
+
var e = ee, i = Tm(), t = Sm(), a = $i, n = Lm(), s = Dm(), u = Nm(), d = tn(), r = Re(), c = qe();
|
|
8151
8171
|
return it = function(p) {
|
|
8152
8172
|
return new Promise(function(y, I) {
|
|
8153
8173
|
var v = p.data, T = p.headers, M = p.responseType, j;
|
|
@@ -8210,7 +8230,7 @@ function Re() {
|
|
|
8210
8230
|
if (Ci)
|
|
8211
8231
|
return nt;
|
|
8212
8232
|
Ci = 1;
|
|
8213
|
-
var e = ee, i =
|
|
8233
|
+
var e = ee, i = xm, t = en, a = {
|
|
8214
8234
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
8215
8235
|
};
|
|
8216
8236
|
function n(r, c) {
|
|
@@ -8271,9 +8291,9 @@ function Re() {
|
|
|
8271
8291
|
d.headers[c] = e.merge(a);
|
|
8272
8292
|
}), nt = d, nt;
|
|
8273
8293
|
}
|
|
8274
|
-
var
|
|
8275
|
-
var n = this ||
|
|
8276
|
-
return
|
|
8294
|
+
var jm = ee, Bm = Re(), Pm = function(i, t, a) {
|
|
8295
|
+
var n = this || Bm;
|
|
8296
|
+
return jm.forEach(a, function(u) {
|
|
8277
8297
|
i = u.call(n, i, t);
|
|
8278
8298
|
}), i;
|
|
8279
8299
|
}, st, bi;
|
|
@@ -8282,12 +8302,12 @@ function nn() {
|
|
|
8282
8302
|
return !!(i && i.__CANCEL__);
|
|
8283
8303
|
}), st;
|
|
8284
8304
|
}
|
|
8285
|
-
var ki = ee, lt =
|
|
8305
|
+
var ki = ee, lt = Pm, Am = nn(), Fm = Re(), zm = qe();
|
|
8286
8306
|
function ot(e) {
|
|
8287
8307
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
8288
|
-
throw new
|
|
8308
|
+
throw new zm("canceled");
|
|
8289
8309
|
}
|
|
8290
|
-
var
|
|
8310
|
+
var Hm = function(i) {
|
|
8291
8311
|
ot(i), i.headers = i.headers || {}, i.data = lt.call(
|
|
8292
8312
|
i,
|
|
8293
8313
|
i.data,
|
|
@@ -8303,7 +8323,7 @@ var zm = function(i) {
|
|
|
8303
8323
|
delete i.headers[n];
|
|
8304
8324
|
}
|
|
8305
8325
|
);
|
|
8306
|
-
var t = i.adapter ||
|
|
8326
|
+
var t = i.adapter || Fm.adapter;
|
|
8307
8327
|
return t(i).then(function(n) {
|
|
8308
8328
|
return ot(i), n.data = lt.call(
|
|
8309
8329
|
i,
|
|
@@ -8312,7 +8332,7 @@ var zm = function(i) {
|
|
|
8312
8332
|
i.transformResponse
|
|
8313
8333
|
), n;
|
|
8314
8334
|
}, function(n) {
|
|
8315
|
-
return
|
|
8335
|
+
return Am(n) || (ot(i), n && n.response && (n.response.data = lt.call(
|
|
8316
8336
|
i,
|
|
8317
8337
|
n.response.data,
|
|
8318
8338
|
n.response.headers,
|
|
@@ -8387,7 +8407,7 @@ function ln() {
|
|
|
8387
8407
|
version: "0.24.0"
|
|
8388
8408
|
}), at;
|
|
8389
8409
|
}
|
|
8390
|
-
var
|
|
8410
|
+
var qm = ln().version, Ft = {};
|
|
8391
8411
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, i) {
|
|
8392
8412
|
Ft[e] = function(a) {
|
|
8393
8413
|
return typeof a === e || "a" + (i < 1 ? "n " : " ") + e;
|
|
@@ -8396,7 +8416,7 @@ var Hm = ln().version, Ft = {};
|
|
|
8396
8416
|
var wi = {};
|
|
8397
8417
|
Ft.transitional = function(i, t, a) {
|
|
8398
8418
|
function n(s, u) {
|
|
8399
|
-
return "[Axios v" +
|
|
8419
|
+
return "[Axios v" + qm + "] Transitional option '" + s + "'" + u + (a ? ". " + a : "");
|
|
8400
8420
|
}
|
|
8401
8421
|
return function(s, u, d) {
|
|
8402
8422
|
if (i === !1)
|
|
@@ -8409,7 +8429,7 @@ Ft.transitional = function(i, t, a) {
|
|
|
8409
8429
|
)), i ? i(s, u, d) : !0;
|
|
8410
8430
|
};
|
|
8411
8431
|
};
|
|
8412
|
-
function
|
|
8432
|
+
function Rm(e, i, t) {
|
|
8413
8433
|
if (typeof e != "object")
|
|
8414
8434
|
throw new TypeError("options must be an object");
|
|
8415
8435
|
for (var a = Object.keys(e), n = a.length; n-- > 0; ) {
|
|
@@ -8424,10 +8444,10 @@ function qm(e, i, t) {
|
|
|
8424
8444
|
throw Error("Unknown option " + s);
|
|
8425
8445
|
}
|
|
8426
8446
|
}
|
|
8427
|
-
var
|
|
8428
|
-
assertOptions:
|
|
8447
|
+
var Vm = {
|
|
8448
|
+
assertOptions: Rm,
|
|
8429
8449
|
validators: Ft
|
|
8430
|
-
}, on = ee,
|
|
8450
|
+
}, on = ee, Em = $i, Ii = wm, xi = Hm, Ve = sn, an = Vm, pe = an.validators;
|
|
8431
8451
|
function Te(e) {
|
|
8432
8452
|
this.defaults = e, this.interceptors = {
|
|
8433
8453
|
request: new Ii(),
|
|
@@ -8476,7 +8496,7 @@ Te.prototype.request = function(i) {
|
|
|
8476
8496
|
return u;
|
|
8477
8497
|
};
|
|
8478
8498
|
Te.prototype.getUri = function(i) {
|
|
8479
|
-
return i = Ve(this.defaults, i),
|
|
8499
|
+
return i = Ve(this.defaults, i), Em(i.url, i.params, i.paramsSerializer).replace(/^\?/, "");
|
|
8480
8500
|
};
|
|
8481
8501
|
on.forEach(["delete", "get", "head", "options"], function(i) {
|
|
8482
8502
|
Te.prototype[i] = function(t, a) {
|
|
@@ -8496,8 +8516,8 @@ on.forEach(["post", "put", "patch"], function(i) {
|
|
|
8496
8516
|
}));
|
|
8497
8517
|
};
|
|
8498
8518
|
});
|
|
8499
|
-
var
|
|
8500
|
-
function
|
|
8519
|
+
var Um = Te, rt, Ti;
|
|
8520
|
+
function Gm() {
|
|
8501
8521
|
if (Ti)
|
|
8502
8522
|
return rt;
|
|
8503
8523
|
Ti = 1;
|
|
@@ -8553,7 +8573,7 @@ function Um() {
|
|
|
8553
8573
|
}, rt = i, rt;
|
|
8554
8574
|
}
|
|
8555
8575
|
var ct, Si;
|
|
8556
|
-
function
|
|
8576
|
+
function Qm() {
|
|
8557
8577
|
return Si || (Si = 1, ct = function(i) {
|
|
8558
8578
|
return function(a) {
|
|
8559
8579
|
return i.apply(null, a);
|
|
@@ -8561,39 +8581,39 @@ function Gm() {
|
|
|
8561
8581
|
}), ct;
|
|
8562
8582
|
}
|
|
8563
8583
|
var ut, Mi;
|
|
8564
|
-
function
|
|
8584
|
+
function Zm() {
|
|
8565
8585
|
return Mi || (Mi = 1, ut = function(i) {
|
|
8566
8586
|
return typeof i == "object" && i.isAxiosError === !0;
|
|
8567
8587
|
}), ut;
|
|
8568
8588
|
}
|
|
8569
|
-
var Oi = ee,
|
|
8589
|
+
var Oi = ee, Wm = Yi, Be = Um, Jm = sn, Ym = Re();
|
|
8570
8590
|
function rn(e) {
|
|
8571
|
-
var i = new Be(e), t =
|
|
8591
|
+
var i = new Be(e), t = Wm(Be.prototype.request, i);
|
|
8572
8592
|
return Oi.extend(t, Be.prototype, i), Oi.extend(t, i), t.create = function(n) {
|
|
8573
|
-
return rn(
|
|
8593
|
+
return rn(Jm(e, n));
|
|
8574
8594
|
}, t;
|
|
8575
8595
|
}
|
|
8576
|
-
var oe = rn(
|
|
8596
|
+
var oe = rn(Ym);
|
|
8577
8597
|
oe.Axios = Be;
|
|
8578
8598
|
oe.Cancel = qe();
|
|
8579
|
-
oe.CancelToken =
|
|
8599
|
+
oe.CancelToken = Gm();
|
|
8580
8600
|
oe.isCancel = nn();
|
|
8581
8601
|
oe.VERSION = ln().version;
|
|
8582
8602
|
oe.all = function(i) {
|
|
8583
8603
|
return Promise.all(i);
|
|
8584
8604
|
};
|
|
8585
|
-
oe.spread =
|
|
8586
|
-
oe.isAxiosError =
|
|
8605
|
+
oe.spread = Qm();
|
|
8606
|
+
oe.isAxiosError = Zm();
|
|
8587
8607
|
Bt.exports = oe;
|
|
8588
8608
|
Bt.exports.default = oe;
|
|
8589
8609
|
(function(e) {
|
|
8590
8610
|
e.exports = Bt.exports;
|
|
8591
8611
|
})(Ji);
|
|
8592
|
-
const
|
|
8593
|
-
const
|
|
8612
|
+
const Km = /* @__PURE__ */ lm(Ji.exports);
|
|
8613
|
+
const Xm = {
|
|
8594
8614
|
name: "CmdUploadForm",
|
|
8595
8615
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
|
8596
|
-
mixins: [ie,
|
|
8616
|
+
mixins: [ie, sm],
|
|
8597
8617
|
data() {
|
|
8598
8618
|
return {
|
|
8599
8619
|
comment: "",
|
|
@@ -8980,7 +9000,7 @@ const Km = {
|
|
|
8980
9000
|
return i.abortController = new AbortController(), t.set(
|
|
8981
9001
|
this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
|
|
8982
9002
|
i.file
|
|
8983
|
-
),
|
|
9003
|
+
), Km.post(e, t, {
|
|
8984
9004
|
signal: i.abortController.signal,
|
|
8985
9005
|
onUploadProgress: (a) => this.onUploadProgress(a, i)
|
|
8986
9006
|
}).then((a) => (this.$emit("upload-file-success", i), a)).then((a) => {
|
|
@@ -9001,30 +9021,30 @@ const Km = {
|
|
|
9001
9021
|
}
|
|
9002
9022
|
}
|
|
9003
9023
|
}
|
|
9004
|
-
},
|
|
9024
|
+
}, $m = { key: 0 }, eh = {
|
|
9005
9025
|
key: 1,
|
|
9006
9026
|
class: "flex-container vertical"
|
|
9007
|
-
},
|
|
9027
|
+
}, th = {
|
|
9008
9028
|
key: 0,
|
|
9009
9029
|
class: "flex-container vertical list-files-wrapper"
|
|
9010
|
-
},
|
|
9030
|
+
}, ih = {
|
|
9011
9031
|
key: 0,
|
|
9012
9032
|
class: "list-of-files total-files"
|
|
9013
|
-
},
|
|
9033
|
+
}, nh = { class: "flex-container no-flex" }, sh = ["title"], lh = {
|
|
9014
9034
|
key: 0,
|
|
9015
9035
|
class: "progressbar"
|
|
9016
|
-
},
|
|
9036
|
+
}, oh = ["value", "title"], ah = /* @__PURE__ */ h("hr", null, null, -1), rh = { class: "flex-container vertical list-files-wrapper" }, ch = { class: "list-of-files" }, uh = ["title", "onClick"], dh = {
|
|
9017
9037
|
key: 0,
|
|
9018
9038
|
class: "progressbar"
|
|
9019
|
-
},
|
|
9039
|
+
}, mh = ["value", "title"], hh = ["title"], fh = /* @__PURE__ */ h("hr", null, null, -1), gh = { class: "small" }, ph = ["title"], yh = {
|
|
9020
9040
|
key: 0,
|
|
9021
9041
|
class: "list-of-file-extensions"
|
|
9022
|
-
},
|
|
9042
|
+
}, _h = ["disabled"], Ch = { key: 0 }, bh = { key: 1 }, kh = { class: "button-wrapper no-flex" }, vh = ["disabled"], wh = { key: 0 }, Ih = { key: 1 }, xh = {
|
|
9023
9043
|
key: 0,
|
|
9024
9044
|
class: "progressbar"
|
|
9025
|
-
},
|
|
9026
|
-
function
|
|
9027
|
-
const u = W, d =
|
|
9045
|
+
}, Th = ["value", "title"];
|
|
9046
|
+
function Sh(e, i, t, a, n, s) {
|
|
9047
|
+
const u = W, d = Od, r = E, c = _e;
|
|
9028
9048
|
return l(), o(k, null, [
|
|
9029
9049
|
t.advancedMode ? (l(), o("fieldset", {
|
|
9030
9050
|
key: 0,
|
|
@@ -9041,7 +9061,7 @@ function Th(e, i, t, a, n, s) {
|
|
|
9041
9061
|
systemMessage: s.allSystemMessages.length === 1 ? s.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
|
9042
9062
|
}, {
|
|
9043
9063
|
default: A(() => [
|
|
9044
|
-
s.allSystemMessages.length > 1 ? (l(), o("ul",
|
|
9064
|
+
s.allSystemMessages.length > 1 ? (l(), o("ul", $m, [
|
|
9045
9065
|
(l(!0), o(k, null, F(s.allSystemMessages, (f, p) => (l(), o("li", { key: p }, g(f), 1))), 128))
|
|
9046
9066
|
])) : m("", !0)
|
|
9047
9067
|
]),
|
|
@@ -9050,16 +9070,16 @@ function Th(e, i, t, a, n, s) {
|
|
|
9050
9070
|
h("div", q({
|
|
9051
9071
|
class: ["box drop-area flex-container vertical", { "allow-drop": n.allowDrop }]
|
|
9052
9072
|
}, qt(s.dragAndDropHandler)), [
|
|
9053
|
-
n.listOfFiles.length ? (l(), o("div",
|
|
9054
|
-
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("div",
|
|
9073
|
+
n.listOfFiles.length ? (l(), o("div", eh, [
|
|
9074
|
+
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("div", th, [
|
|
9055
9075
|
x(u, q(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
9056
9076
|
default: A(() => [
|
|
9057
9077
|
z(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
|
9058
9078
|
]),
|
|
9059
9079
|
_: 1
|
|
9060
9080
|
}, 16),
|
|
9061
|
-
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("ul",
|
|
9062
|
-
h("li",
|
|
9081
|
+
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("ul", ih, [
|
|
9082
|
+
h("li", nh, [
|
|
9063
9083
|
h("a", {
|
|
9064
9084
|
href: "#",
|
|
9065
9085
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
|
@@ -9069,7 +9089,7 @@ function Th(e, i, t, a, n, s) {
|
|
|
9069
9089
|
iconClass: t.deleteIcon.iconClass,
|
|
9070
9090
|
type: t.deleteIcon.iconClass
|
|
9071
9091
|
}, null, 8, ["iconClass", "type"])
|
|
9072
|
-
], 8,
|
|
9092
|
+
], 8, sh),
|
|
9073
9093
|
h("span", null, [
|
|
9074
9094
|
z(g(n.listOfFiles.length) + " ", 1),
|
|
9075
9095
|
t.allowMultipleFileUploads ? (l(), o(k, { key: 1 }, [
|
|
@@ -9084,26 +9104,26 @@ function Th(e, i, t, a, n, s) {
|
|
|
9084
9104
|
{ error: t.maxTotalUploadSize > 0 && s.totalSize > t.maxTotalUploadSize }
|
|
9085
9105
|
])
|
|
9086
9106
|
}, " (" + g(s.formatSize(s.totalSize)) + ") ", 3),
|
|
9087
|
-
n.uploadInitiated ? (l(), o("span",
|
|
9107
|
+
n.uploadInitiated ? (l(), o("span", lh, [
|
|
9088
9108
|
h("span", null, g(s.getPercentage(s.totalUploadProgress)), 1),
|
|
9089
9109
|
h("progress", {
|
|
9090
9110
|
max: "100",
|
|
9091
9111
|
value: s.totalUploadProgress,
|
|
9092
9112
|
title: s.totalBytesUploaded
|
|
9093
|
-
}, null, 8,
|
|
9113
|
+
}, null, 8, oh)
|
|
9094
9114
|
])) : m("", !0)
|
|
9095
9115
|
])
|
|
9096
9116
|
])) : m("", !0),
|
|
9097
|
-
|
|
9117
|
+
ah
|
|
9098
9118
|
])) : m("", !0),
|
|
9099
|
-
h("div",
|
|
9119
|
+
h("div", rh, [
|
|
9100
9120
|
x(u, q(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
|
9101
9121
|
default: A(() => [
|
|
9102
9122
|
z(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
|
9103
9123
|
]),
|
|
9104
9124
|
_: 1
|
|
9105
9125
|
}, 16),
|
|
9106
|
-
h("ul",
|
|
9126
|
+
h("ul", ch, [
|
|
9107
9127
|
(l(!0), o(k, null, F(n.listOfFiles, (f, p) => (l(), o("li", {
|
|
9108
9128
|
key: p,
|
|
9109
9129
|
class: "flex-container no-flex"
|
|
@@ -9117,7 +9137,7 @@ function Th(e, i, t, a, n, s) {
|
|
|
9117
9137
|
iconClass: e.iconDelete.iconClass,
|
|
9118
9138
|
type: e.iconDelete.iconType
|
|
9119
9139
|
}, null, 8, ["iconClass", "type"])
|
|
9120
|
-
], 8,
|
|
9140
|
+
], 8, uh),
|
|
9121
9141
|
h("span", {
|
|
9122
9142
|
class: _([
|
|
9123
9143
|
"text-align-right",
|
|
@@ -9128,13 +9148,13 @@ function Th(e, i, t, a, n, s) {
|
|
|
9128
9148
|
z(g(f.file.name) + " ", 1),
|
|
9129
9149
|
h("small", null, "(" + g(s.formatSize(f.file.size)) + ")", 1)
|
|
9130
9150
|
], 2),
|
|
9131
|
-
n.uploadInitiated && !f.error ? (l(), o("span",
|
|
9151
|
+
n.uploadInitiated && !f.error ? (l(), o("span", dh, [
|
|
9132
9152
|
h("span", null, g(s.getPercentage(f.progress)), 1),
|
|
9133
9153
|
h("progress", {
|
|
9134
9154
|
max: "100",
|
|
9135
9155
|
value: f.progress,
|
|
9136
9156
|
title: s.formatSize(f.uploadedBytes) + "/" + s.formatSize(f.file.size)
|
|
9137
|
-
}, null, 8,
|
|
9157
|
+
}, null, 8, mh)
|
|
9138
9158
|
])) : m("", !0)
|
|
9139
9159
|
]))), 128))
|
|
9140
9160
|
]),
|
|
@@ -9143,8 +9163,8 @@ function Th(e, i, t, a, n, s) {
|
|
|
9143
9163
|
href: "#",
|
|
9144
9164
|
onClick: i[1] || (i[1] = O((...f) => s.cancel && s.cancel(...f), ["prevent"])),
|
|
9145
9165
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
|
9146
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
|
9147
|
-
|
|
9166
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, hh)) : m("", !0),
|
|
9167
|
+
fh
|
|
9148
9168
|
])
|
|
9149
9169
|
])) : (l(), o(k, { key: 0 }, [
|
|
9150
9170
|
t.allowMultipleFileUploads ? (l(), C(u, q({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
|
@@ -9171,7 +9191,7 @@ function Th(e, i, t, a, n, s) {
|
|
|
9171
9191
|
]),
|
|
9172
9192
|
_: 1
|
|
9173
9193
|
}, 16)) : m("", !0),
|
|
9174
|
-
h("dl",
|
|
9194
|
+
h("dl", gh, [
|
|
9175
9195
|
t.maxTotalUploadSize > 0 ? (l(), o(k, { key: 0 }, [
|
|
9176
9196
|
h("dt", {
|
|
9177
9197
|
class: _({ error: s.totalSize > t.maxTotalUploadSize })
|
|
@@ -9199,10 +9219,10 @@ function Th(e, i, t, a, n, s) {
|
|
|
9199
9219
|
iconClass: n.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
|
9200
9220
|
type: n.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
|
9201
9221
|
}, null, 8, ["iconClass", "type"])
|
|
9202
|
-
], 8,
|
|
9222
|
+
], 8, ph),
|
|
9203
9223
|
x(ue, { name: "fade" }, {
|
|
9204
9224
|
default: A(() => [
|
|
9205
|
-
n.showListOfFileExtensions ? (l(), o("ul",
|
|
9225
|
+
n.showListOfFileExtensions ? (l(), o("ul", yh, [
|
|
9206
9226
|
(l(!0), o(k, null, F(t.allowedFileExtensions, (f, p) => (l(), o("li", {
|
|
9207
9227
|
key: p,
|
|
9208
9228
|
class: _({ error: n.errors.fileType })
|
|
@@ -9224,8 +9244,8 @@ function Th(e, i, t, a, n, s) {
|
|
|
9224
9244
|
iconClass: t.iconFileUpload.iconClass,
|
|
9225
9245
|
type: t.iconFileUpload.iconType
|
|
9226
9246
|
}, null, 8, ["iconClass", "type"]),
|
|
9227
|
-
t.allowMultipleFileUploads ? (l(), o("span",
|
|
9228
|
-
], 10,
|
|
9247
|
+
t.allowMultipleFileUploads ? (l(), o("span", Ch, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), o("span", bh, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
|
9248
|
+
], 10, _h),
|
|
9229
9249
|
t.enableDragAndDrop ? (l(), o("p", {
|
|
9230
9250
|
key: 0,
|
|
9231
9251
|
class: _(["text-drag-and-drop", { disabled: n.uploadInitiated }])
|
|
@@ -9255,7 +9275,7 @@ function Th(e, i, t, a, n, s) {
|
|
|
9255
9275
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
|
9256
9276
|
status: t.commentStatusMessage ? "error" : ""
|
|
9257
9277
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
|
9258
|
-
h("div",
|
|
9278
|
+
h("div", kh, [
|
|
9259
9279
|
h("button", {
|
|
9260
9280
|
class: _([
|
|
9261
9281
|
"button primary",
|
|
@@ -9270,8 +9290,8 @@ function Th(e, i, t, a, n, s) {
|
|
|
9270
9290
|
iconClass: t.iconUpload.iconClass,
|
|
9271
9291
|
type: t.iconUpload.iconType
|
|
9272
9292
|
}, null, 8, ["iconClass", "type"]),
|
|
9273
|
-
n.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span",
|
|
9274
|
-
], 10,
|
|
9293
|
+
n.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span", wh, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), o("span", Ih, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
|
9294
|
+
], 10, vh),
|
|
9275
9295
|
h("button", {
|
|
9276
9296
|
class: _(["button", { disabled: n.listOfFiles.length === 0 }]),
|
|
9277
9297
|
onClick: i[6] || (i[6] = (...f) => s.cancel && s.cancel(...f))
|
|
@@ -9289,13 +9309,13 @@ function Th(e, i, t, a, n, s) {
|
|
|
9289
9309
|
onClick: i[7] || (i[7] = O((...f) => s.selectFiles && s.selectFiles(...f), ["prevent"])),
|
|
9290
9310
|
class: ["cmd-upload-form drop-area", { "allow-drop": n.allowDrop }]
|
|
9291
9311
|
}, qt(s.dragAndDropHandler)), [
|
|
9292
|
-
n.uploadInitiated ? (l(), o("span",
|
|
9312
|
+
n.uploadInitiated ? (l(), o("span", xh, [
|
|
9293
9313
|
h("span", null, g(s.getPercentage(s.totalUploadProgress)), 1),
|
|
9294
9314
|
h("progress", {
|
|
9295
9315
|
max: "100",
|
|
9296
9316
|
value: s.totalUploadProgress,
|
|
9297
9317
|
title: s.totalBytesUploaded
|
|
9298
|
-
}, null, 8,
|
|
9318
|
+
}, null, 8, Th)
|
|
9299
9319
|
])) : m("", !0),
|
|
9300
9320
|
V(e.$slots, "default", {}, () => [
|
|
9301
9321
|
t.enableDragAndDrop ? (l(), o(k, { key: 0 }, [
|
|
@@ -9334,8 +9354,8 @@ function Th(e, i, t, a, n, s) {
|
|
|
9334
9354
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
|
9335
9355
|
], 64);
|
|
9336
9356
|
}
|
|
9337
|
-
const
|
|
9338
|
-
const
|
|
9357
|
+
const rf = /* @__PURE__ */ N(Xm, [["render", Sh]]);
|
|
9358
|
+
const Mh = {
|
|
9339
9359
|
name: "CmdWidthLimitationWrapper",
|
|
9340
9360
|
props: {
|
|
9341
9361
|
innerComponent: {
|
|
@@ -9374,8 +9394,8 @@ const Sh = {
|
|
|
9374
9394
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
|
9375
9395
|
}
|
|
9376
9396
|
}
|
|
9377
|
-
},
|
|
9378
|
-
function
|
|
9397
|
+
}, Oh = ["id"], Lh = ["id"];
|
|
9398
|
+
function Dh(e, i, t, a, n, s) {
|
|
9379
9399
|
const u = W;
|
|
9380
9400
|
return l(), o("div", {
|
|
9381
9401
|
class: _(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
|
@@ -9387,7 +9407,7 @@ function Lh(e, i, t, a, n, s) {
|
|
|
9387
9407
|
t.anchorId ? (l(), o("a", {
|
|
9388
9408
|
key: 0,
|
|
9389
9409
|
id: t.anchorId
|
|
9390
|
-
}, null, 8,
|
|
9410
|
+
}, null, 8, Oh)) : m("", !0),
|
|
9391
9411
|
t.cmdHeadline ? (l(), C(u, {
|
|
9392
9412
|
key: 1,
|
|
9393
9413
|
"pre-headline-text": t.cmdHeadline.preHeadlineText,
|
|
@@ -9399,12 +9419,12 @@ function Lh(e, i, t, a, n, s) {
|
|
|
9399
9419
|
t.anchorId ? (l(), o("a", {
|
|
9400
9420
|
key: 0,
|
|
9401
9421
|
id: t.anchorId
|
|
9402
|
-
}, null, 8,
|
|
9422
|
+
}, null, 8, Lh)) : m("", !0),
|
|
9403
9423
|
V(e.$slots, "default")
|
|
9404
9424
|
], 64))
|
|
9405
9425
|
], 2);
|
|
9406
9426
|
}
|
|
9407
|
-
const
|
|
9427
|
+
const cf = /* @__PURE__ */ N(Mh, [["render", Dh]]), uf = {
|
|
9408
9428
|
mounted(e) {
|
|
9409
9429
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
|
9410
9430
|
e.focus();
|
|
@@ -9413,7 +9433,7 @@ const rf = /* @__PURE__ */ N(Sh, [["render", Lh]]), cf = {
|
|
|
9413
9433
|
i ? i.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
|
9414
9434
|
}
|
|
9415
9435
|
}
|
|
9416
|
-
},
|
|
9436
|
+
}, df = {
|
|
9417
9437
|
mounted(e, i) {
|
|
9418
9438
|
if (i.value && typeof i.value == "string") {
|
|
9419
9439
|
let t = /[^\d]/g, a = i.value.replace(/^\s*\+/, "00");
|
|
@@ -9421,7 +9441,7 @@ const rf = /* @__PURE__ */ N(Sh, [["render", Lh]]), cf = {
|
|
|
9421
9441
|
}
|
|
9422
9442
|
}
|
|
9423
9443
|
};
|
|
9424
|
-
function
|
|
9444
|
+
function mf() {
|
|
9425
9445
|
const e = {};
|
|
9426
9446
|
hn(a);
|
|
9427
9447
|
function i(n = "defaultSequence") {
|
|
@@ -9437,55 +9457,55 @@ function df() {
|
|
|
9437
9457
|
return { nextSequenceValue: i, currentSequenceValue: t, resetSequence: a };
|
|
9438
9458
|
}
|
|
9439
9459
|
export {
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
|
-
|
|
9446
|
-
|
|
9447
|
-
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
9460
|
+
jh as CmdAddressData,
|
|
9461
|
+
Bh as CmdBackToTopButton,
|
|
9462
|
+
Ph as CmdBankAccountData,
|
|
9463
|
+
Fo as CmdBox,
|
|
9464
|
+
Fh as CmdBoxWrapper,
|
|
9465
|
+
zh as CmdBreadcrumbs,
|
|
9466
|
+
la as CmdCompanyLogo,
|
|
9467
|
+
Hh as CmdCookieDisclaimer,
|
|
9468
|
+
qh as CmdCopyrightInformation,
|
|
9469
|
+
Er as CmdFakeSelect,
|
|
9470
|
+
Ah as CmdFancyBox,
|
|
9471
|
+
Rh as CmdForm,
|
|
9452
9472
|
_e as CmdFormElement,
|
|
9453
|
-
|
|
9454
|
-
|
|
9473
|
+
ec as CmdFormFilters,
|
|
9474
|
+
Vh as CmdGoogleMaps,
|
|
9455
9475
|
W as CmdHeadline,
|
|
9456
9476
|
E as CmdIcon,
|
|
9457
9477
|
Ie as CmdImage,
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
|
|
9470
|
-
|
|
9478
|
+
Eh as CmdImageGallery,
|
|
9479
|
+
Uh as CmdImageZoom,
|
|
9480
|
+
Gh as CmdInputGroup,
|
|
9481
|
+
eo as CmdListOfLinks,
|
|
9482
|
+
Qh as CmdLoginForm,
|
|
9483
|
+
ou as CmdMainNavigation,
|
|
9484
|
+
Zh as CmdMultistepFormProgressBar,
|
|
9485
|
+
Wh as CmdOpeningHours,
|
|
9486
|
+
Jh as CmdPager,
|
|
9487
|
+
Yh as CmdProgressBar,
|
|
9488
|
+
Xh as CmdSiteFooter,
|
|
9489
|
+
$h as CmdSiteHeader,
|
|
9490
|
+
ef as CmdSiteSearch,
|
|
9471
9491
|
St as CmdSlideButton,
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9486
|
-
|
|
9487
|
-
|
|
9492
|
+
tf as CmdSlideshow,
|
|
9493
|
+
Kh as CmdSocialNetworks,
|
|
9494
|
+
nf as CmdSwitchLanguage,
|
|
9495
|
+
Od as CmdSystemMessage,
|
|
9496
|
+
sf as CmdTable,
|
|
9497
|
+
lf as CmdTabs,
|
|
9498
|
+
of as CmdTextBlock,
|
|
9499
|
+
Sl as CmdThumbnailScroller,
|
|
9500
|
+
af as CmdToggleDarkMode,
|
|
9501
|
+
ua as CmdTooltip,
|
|
9502
|
+
rf as CmdUploadForm,
|
|
9503
|
+
cf as CmdWidthLimitationWrapper,
|
|
9504
|
+
uf as DirFocus,
|
|
9505
|
+
df as DirTelephone,
|
|
9506
|
+
Ol as createHtmlId,
|
|
9507
|
+
Ml as createUuid,
|
|
9488
9508
|
Me as getFileExtension,
|
|
9489
9509
|
Mt as openFancyBox,
|
|
9490
|
-
|
|
9510
|
+
mf as useSequence
|
|
9491
9511
|
};
|