@mirweb/mir-web-components 1.10.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/blocks/card-display/card-display.vue.d.ts +1 -1
- package/dist/components/organisms/filter/filter.vue.d.ts +1 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +305 -296
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1243,10 +1243,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1243
1243
|
])
|
|
1244
1244
|
]));
|
|
1245
1245
|
}
|
|
1246
|
-
}), to = /* @__PURE__ */ v(eo, [["__scopeId", "data-v-0e6f6da8"]]), ao = {
|
|
1246
|
+
}), to = /* @__PURE__ */ v(eo, [["__scopeId", "data-v-0e6f6da8"]]), ao = {
|
|
1247
1247
|
key: 0,
|
|
1248
1248
|
class: "card__content"
|
|
1249
|
-
},
|
|
1249
|
+
}, oo = { key: 0 }, lo = { key: 1 }, so = { class: "card__cards" }, io = /* @__PURE__ */ g({
|
|
1250
1250
|
__name: "card-display",
|
|
1251
1251
|
props: {
|
|
1252
1252
|
headline: {
|
|
@@ -1260,6 +1260,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1260
1260
|
bgColor: {
|
|
1261
1261
|
type: String,
|
|
1262
1262
|
default: "white"
|
|
1263
|
+
},
|
|
1264
|
+
isBlock: {
|
|
1265
|
+
type: Boolean,
|
|
1266
|
+
default: !0
|
|
1263
1267
|
}
|
|
1264
1268
|
},
|
|
1265
1269
|
setup(e) {
|
|
@@ -1269,24 +1273,29 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1269
1273
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1270
1274
|
])
|
|
1271
1275
|
}, [
|
|
1272
|
-
t("div",
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
e.
|
|
1276
|
+
t("div", {
|
|
1277
|
+
class: h([
|
|
1278
|
+
"card-display__wrapper",
|
|
1279
|
+
e.isBlock ? "card-display__wrapper--block" : "card-display__wrapper--inline"
|
|
1280
|
+
])
|
|
1281
|
+
}, [
|
|
1282
|
+
e.headline || e.paragraph ? (s(), i("div", ao, [
|
|
1283
|
+
e.headline ? (s(), i("h2", oo, c(e.headline), 1)) : _("", !0),
|
|
1284
|
+
e.paragraph ? (s(), i("p", lo, c(e.paragraph), 1)) : _("", !0)
|
|
1276
1285
|
])) : _("", !0),
|
|
1277
|
-
t("div",
|
|
1286
|
+
t("div", so, [
|
|
1278
1287
|
d(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1279
1288
|
])
|
|
1280
|
-
])
|
|
1289
|
+
], 2)
|
|
1281
1290
|
], 2));
|
|
1282
1291
|
}
|
|
1283
|
-
}),
|
|
1292
|
+
}), ro = /* @__PURE__ */ v(io, [["__scopeId", "data-v-659726bd"]]), no = { class: "column-grid__top-section" }, co = {
|
|
1284
1293
|
key: 0,
|
|
1285
1294
|
class: "column-grid__headline"
|
|
1286
|
-
},
|
|
1295
|
+
}, uo = {
|
|
1287
1296
|
key: 1,
|
|
1288
1297
|
class: "column-grid__bodytext"
|
|
1289
|
-
},
|
|
1298
|
+
}, _o = { class: "column-grid__teaser-list" }, ho = /* @__PURE__ */ g({
|
|
1290
1299
|
__name: "column-grid",
|
|
1291
1300
|
props: {
|
|
1292
1301
|
headline: { default: "" },
|
|
@@ -1303,9 +1312,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1303
1312
|
a.bgColor === "dark" ? "column-grid--dark" : a.bgColor === "light" ? "column-grid--light" : "column-grid--white"
|
|
1304
1313
|
])
|
|
1305
1314
|
}, [
|
|
1306
|
-
t("div",
|
|
1307
|
-
a.headline ? (s(), i("h2",
|
|
1308
|
-
a.bodytext ? (s(), i("div",
|
|
1315
|
+
t("div", no, [
|
|
1316
|
+
a.headline ? (s(), i("h2", co, c(a.headline), 1)) : _("", !0),
|
|
1317
|
+
a.bodytext ? (s(), i("div", uo, [
|
|
1309
1318
|
d(a.$slots, "column-grid-body", {}, void 0, !0),
|
|
1310
1319
|
a.linkType === "link" ? (s(), T(L, {
|
|
1311
1320
|
key: 0,
|
|
@@ -1319,7 +1328,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1319
1328
|
}, 8, ["link-type"])) : _("", !0)
|
|
1320
1329
|
])) : _("", !0)
|
|
1321
1330
|
]),
|
|
1322
|
-
t("div",
|
|
1331
|
+
t("div", _o, [
|
|
1323
1332
|
(s(!0), i(V, null, P(a.columns, (l) => (s(), T(ge, {
|
|
1324
1333
|
key: l._uid,
|
|
1325
1334
|
headline: l.headline,
|
|
@@ -1353,10 +1362,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1353
1362
|
])
|
|
1354
1363
|
], 2));
|
|
1355
1364
|
}
|
|
1356
|
-
}),
|
|
1365
|
+
}), po = /* @__PURE__ */ v(ho, [["__scopeId", "data-v-1a54852d"]]), mo = { class: "facts__wrapper" }, fo = { class: "facts__content" }, vo = { class: "facts__headline" }, go = { class: "facts" }, bo = { class: "fact__value" }, yo = { class: "fact__metric" }, ko = {
|
|
1357
1366
|
key: 0,
|
|
1358
1367
|
class: "facts__link"
|
|
1359
|
-
},
|
|
1368
|
+
}, $o = /* @__PURE__ */ g({
|
|
1360
1369
|
__name: "facts",
|
|
1361
1370
|
props: {
|
|
1362
1371
|
headline: { default: "" },
|
|
@@ -1380,23 +1389,23 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1380
1389
|
}) }
|
|
1381
1390
|
},
|
|
1382
1391
|
setup(e) {
|
|
1383
|
-
return (a, r) => (s(), i("div",
|
|
1384
|
-
t("div",
|
|
1385
|
-
t("h2",
|
|
1386
|
-
t("div",
|
|
1392
|
+
return (a, r) => (s(), i("div", mo, [
|
|
1393
|
+
t("div", fo, [
|
|
1394
|
+
t("h2", vo, c(a.headline), 1),
|
|
1395
|
+
t("div", go, [
|
|
1387
1396
|
(s(!0), i(V, null, P(a.facts, (l) => (s(), i("div", {
|
|
1388
1397
|
key: l.value + l.metric,
|
|
1389
1398
|
class: "fact"
|
|
1390
1399
|
}, [
|
|
1391
|
-
t("div",
|
|
1400
|
+
t("div", bo, [
|
|
1392
1401
|
t("span", null, c(l.value), 1)
|
|
1393
1402
|
]),
|
|
1394
|
-
t("div",
|
|
1403
|
+
t("div", yo, [
|
|
1395
1404
|
t("span", null, c(l.metric), 1)
|
|
1396
1405
|
])
|
|
1397
1406
|
]))), 128))
|
|
1398
1407
|
]),
|
|
1399
|
-
a.link ? (s(), i("div",
|
|
1408
|
+
a.link ? (s(), i("div", ko, [
|
|
1400
1409
|
S(L, {
|
|
1401
1410
|
"link-type": "regular_light",
|
|
1402
1411
|
arrow: ""
|
|
@@ -1410,13 +1419,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1410
1419
|
])
|
|
1411
1420
|
]));
|
|
1412
1421
|
}
|
|
1413
|
-
}),
|
|
1422
|
+
}), wo = /* @__PURE__ */ v($o, [["__scopeId", "data-v-d2b231d4"]]), Bo = { class: "features__wrapper" }, So = { class: "features__content" }, Io = {
|
|
1414
1423
|
key: 0,
|
|
1415
1424
|
class: "features__headline"
|
|
1416
|
-
},
|
|
1425
|
+
}, Co = {
|
|
1417
1426
|
key: 1,
|
|
1418
1427
|
class: "features__body"
|
|
1419
|
-
},
|
|
1428
|
+
}, To = { class: "element__headline" }, qo = { class: "element__body" }, Ao = /* @__PURE__ */ g({
|
|
1420
1429
|
__name: "features",
|
|
1421
1430
|
props: {
|
|
1422
1431
|
headline: { default: "" },
|
|
@@ -1424,12 +1433,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1424
1433
|
elements: { default: () => [] }
|
|
1425
1434
|
},
|
|
1426
1435
|
setup(e) {
|
|
1427
|
-
return (a, r) => (s(), i("div",
|
|
1428
|
-
t("div",
|
|
1429
|
-
a.headline ? (s(), i("div",
|
|
1436
|
+
return (a, r) => (s(), i("div", Bo, [
|
|
1437
|
+
t("div", So, [
|
|
1438
|
+
a.headline ? (s(), i("div", Io, [
|
|
1430
1439
|
t("h2", null, c(a.headline), 1)
|
|
1431
1440
|
])) : _("", !0),
|
|
1432
|
-
a.body ? (s(), i("div",
|
|
1441
|
+
a.body ? (s(), i("div", Co, [
|
|
1433
1442
|
d(a.$slots, "features-body", {}, void 0, !0)
|
|
1434
1443
|
])) : _("", !0),
|
|
1435
1444
|
t("div", {
|
|
@@ -1450,20 +1459,20 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1450
1459
|
]),
|
|
1451
1460
|
_: 2
|
|
1452
1461
|
}, 1024),
|
|
1453
|
-
t("p",
|
|
1454
|
-
t("p",
|
|
1462
|
+
t("p", To, c(l.headline), 1),
|
|
1463
|
+
t("p", qo, c(l.body), 1)
|
|
1455
1464
|
]))), 128))
|
|
1456
1465
|
], 2)
|
|
1457
1466
|
])
|
|
1458
1467
|
]));
|
|
1459
1468
|
}
|
|
1460
|
-
}),
|
|
1469
|
+
}), Lo = /* @__PURE__ */ v(Ao, [["__scopeId", "data-v-57a22df7"]]), Do = { class: "flashcard-wrapper" }, Vo = {
|
|
1461
1470
|
key: 0,
|
|
1462
1471
|
class: "flashcard-wrapper__headline"
|
|
1463
|
-
},
|
|
1472
|
+
}, Po = {
|
|
1464
1473
|
key: 1,
|
|
1465
1474
|
class: "flashcard-wrapper__bodytext"
|
|
1466
|
-
},
|
|
1475
|
+
}, Fo = /* @__PURE__ */ g({
|
|
1467
1476
|
__name: "flashcards",
|
|
1468
1477
|
props: {
|
|
1469
1478
|
headline: {},
|
|
@@ -1480,15 +1489,15 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1480
1489
|
return (o, u) => (s(), i("div", {
|
|
1481
1490
|
class: h(["flashcards", o.bgColor === "light" ? "flashcards--light" : "flashcards--white"])
|
|
1482
1491
|
}, [
|
|
1483
|
-
t("div",
|
|
1492
|
+
t("div", Do, [
|
|
1484
1493
|
t("div", {
|
|
1485
1494
|
class: h([
|
|
1486
1495
|
{ "no-bodytext": !r.value },
|
|
1487
1496
|
"flashcard-wrapper__top-section"
|
|
1488
1497
|
])
|
|
1489
1498
|
}, [
|
|
1490
|
-
o.headline ? (s(), i("h2",
|
|
1491
|
-
o.body ? (s(), i("div",
|
|
1499
|
+
o.headline ? (s(), i("h2", Vo, c(o.headline), 1)) : _("", !0),
|
|
1500
|
+
o.body ? (s(), i("div", Po, [
|
|
1492
1501
|
d(o.$slots, "flashcard-wrapper-body", {}, void 0, !0)
|
|
1493
1502
|
])) : _("", !0)
|
|
1494
1503
|
], 2),
|
|
@@ -1529,7 +1538,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1529
1538
|
])
|
|
1530
1539
|
], 2));
|
|
1531
1540
|
}
|
|
1532
|
-
}),
|
|
1541
|
+
}), Mo = /* @__PURE__ */ v(Fo, [["__scopeId", "data-v-de3c8751"]]), Oo = { class: "form__content" }, zo = { class: "form__information" }, Ho = { class: "form__headline" }, Ro = { class: "form__body" }, No = { class: "form__script" }, Eo = /* @__PURE__ */ g({
|
|
1533
1542
|
__name: "form-script",
|
|
1534
1543
|
props: {
|
|
1535
1544
|
headline: { default: "" },
|
|
@@ -1546,10 +1555,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1546
1555
|
return (o, u) => (s(), i("div", {
|
|
1547
1556
|
class: h(["form__wrapper", l.value])
|
|
1548
1557
|
}, [
|
|
1549
|
-
t("div",
|
|
1550
|
-
t("div",
|
|
1551
|
-
t("h2",
|
|
1552
|
-
t("div",
|
|
1558
|
+
t("div", Oo, [
|
|
1559
|
+
t("div", zo, [
|
|
1560
|
+
t("h2", Ho, c(o.headline), 1),
|
|
1561
|
+
t("div", Ro, [
|
|
1553
1562
|
d(o.$slots, "form-body", {}, void 0, !0)
|
|
1554
1563
|
]),
|
|
1555
1564
|
o.linkType === "link" ? (s(), T(L, {
|
|
@@ -1563,13 +1572,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1563
1572
|
_: 3
|
|
1564
1573
|
}, 8, ["link-type"])) : _("", !0)
|
|
1565
1574
|
]),
|
|
1566
|
-
t("div",
|
|
1575
|
+
t("div", No, [
|
|
1567
1576
|
d(o.$slots, "form-script", {}, void 0, !0)
|
|
1568
1577
|
])
|
|
1569
1578
|
])
|
|
1570
1579
|
], 2));
|
|
1571
1580
|
}
|
|
1572
|
-
}),
|
|
1581
|
+
}), jo = /* @__PURE__ */ v(Eo, [["__scopeId", "data-v-b8b02bae"]]), Go = { class: "headline__wrapper" }, Ko = { class: "headline__h1" }, Uo = /* @__PURE__ */ g({
|
|
1573
1582
|
__name: "headline",
|
|
1574
1583
|
props: {
|
|
1575
1584
|
headline: {
|
|
@@ -1586,7 +1595,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1586
1595
|
}
|
|
1587
1596
|
},
|
|
1588
1597
|
setup(e) {
|
|
1589
|
-
return (a, r) => (s(), i("div",
|
|
1598
|
+
return (a, r) => (s(), i("div", Go, [
|
|
1590
1599
|
t("div", {
|
|
1591
1600
|
class: h({
|
|
1592
1601
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
@@ -1595,11 +1604,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1595
1604
|
"headline__content--default": !e.article && !e.subMenu
|
|
1596
1605
|
})
|
|
1597
1606
|
}, [
|
|
1598
|
-
t("h1",
|
|
1607
|
+
t("h1", Ko, c(e.headline), 1)
|
|
1599
1608
|
], 2)
|
|
1600
1609
|
]));
|
|
1601
1610
|
}
|
|
1602
|
-
}),
|
|
1611
|
+
}), Jo = /* @__PURE__ */ v(Uo, [["__scopeId", "data-v-3ef1567e"]]), Wo = (e) => (H("data-v-22f9be13"), e = e(), R(), e), Yo = { class: "hero__wrapper" }, Qo = { class: "hero__content" }, Zo = { class: "hero__top" }, Xo = { class: "hero__elements" }, xo = { class: "hero__headline" }, el = { class: "hero__link" }, tl = { class: "hero__video" }, al = /* @__PURE__ */ Wo(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), ol = { class: "hero__video__video" }, ll = { class: "hero__image" }, sl = /* @__PURE__ */ g({
|
|
1603
1612
|
__name: "hero",
|
|
1604
1613
|
props: {
|
|
1605
1614
|
headline: {
|
|
@@ -1608,14 +1617,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1608
1617
|
}
|
|
1609
1618
|
},
|
|
1610
1619
|
setup(e) {
|
|
1611
|
-
return (a, r) => (s(), i("div",
|
|
1612
|
-
t("div",
|
|
1613
|
-
t("div",
|
|
1614
|
-
t("div",
|
|
1615
|
-
t("div",
|
|
1620
|
+
return (a, r) => (s(), i("div", Yo, [
|
|
1621
|
+
t("div", Qo, [
|
|
1622
|
+
t("div", Zo, [
|
|
1623
|
+
t("div", Xo, [
|
|
1624
|
+
t("div", xo, [
|
|
1616
1625
|
t("h1", null, c(e.headline), 1)
|
|
1617
1626
|
]),
|
|
1618
|
-
t("div",
|
|
1627
|
+
t("div", el, [
|
|
1619
1628
|
S(L, {
|
|
1620
1629
|
"link-type": "regular_light",
|
|
1621
1630
|
arrow: ""
|
|
@@ -1628,19 +1637,19 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1628
1637
|
])
|
|
1629
1638
|
])
|
|
1630
1639
|
]),
|
|
1631
|
-
t("div",
|
|
1632
|
-
|
|
1633
|
-
t("div",
|
|
1640
|
+
t("div", tl, [
|
|
1641
|
+
al,
|
|
1642
|
+
t("div", ol, [
|
|
1634
1643
|
d(a.$slots, "hero-video", {}, void 0, !0)
|
|
1635
1644
|
]),
|
|
1636
|
-
t("div",
|
|
1645
|
+
t("div", ll, [
|
|
1637
1646
|
d(a.$slots, "hero-image", {}, void 0, !0)
|
|
1638
1647
|
])
|
|
1639
1648
|
])
|
|
1640
1649
|
])
|
|
1641
1650
|
]));
|
|
1642
1651
|
}
|
|
1643
|
-
}),
|
|
1652
|
+
}), il = /* @__PURE__ */ v(sl, [["__scopeId", "data-v-22f9be13"]]), rl = { class: "image__wrapper" }, nl = { class: "image__content" }, dl = { class: "image__image" }, cl = { class: "image__caption" }, ul = /* @__PURE__ */ g({
|
|
1644
1653
|
inheritAttrs: !1,
|
|
1645
1654
|
__name: "image",
|
|
1646
1655
|
props: {
|
|
@@ -1664,9 +1673,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1664
1673
|
}
|
|
1665
1674
|
},
|
|
1666
1675
|
setup(e) {
|
|
1667
|
-
return (a, r) => (s(), i("div",
|
|
1668
|
-
t("div",
|
|
1669
|
-
t("div",
|
|
1676
|
+
return (a, r) => (s(), i("div", rl, [
|
|
1677
|
+
t("div", nl, [
|
|
1678
|
+
t("div", dl, [
|
|
1670
1679
|
S(M, null, {
|
|
1671
1680
|
default: y(() => [
|
|
1672
1681
|
d(a.$slots, "image", O(z({
|
|
@@ -1680,17 +1689,17 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1680
1689
|
_: 3
|
|
1681
1690
|
})
|
|
1682
1691
|
]),
|
|
1683
|
-
t("p",
|
|
1692
|
+
t("p", cl, c(e.caption), 1)
|
|
1684
1693
|
])
|
|
1685
1694
|
]));
|
|
1686
1695
|
}
|
|
1687
|
-
}),
|
|
1696
|
+
}), _l = /* @__PURE__ */ v(ul, [["__scopeId", "data-v-c583d657"]]), hl = { class: "gallery__large" }, pl = {
|
|
1688
1697
|
key: 0,
|
|
1689
1698
|
class: "image image--large"
|
|
1690
|
-
},
|
|
1699
|
+
}, ml = {
|
|
1691
1700
|
key: 1,
|
|
1692
1701
|
class: "video"
|
|
1693
|
-
},
|
|
1702
|
+
}, fl = /* @__PURE__ */ g({
|
|
1694
1703
|
__name: "image-gallery",
|
|
1695
1704
|
props: {
|
|
1696
1705
|
mediaLarge: {},
|
|
@@ -1718,8 +1727,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1718
1727
|
o.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1719
1728
|
])
|
|
1720
1729
|
}, [
|
|
1721
|
-
t("div",
|
|
1722
|
-
o.mediaLarge && o.mediaType === "image" ? (s(), i("div",
|
|
1730
|
+
t("div", hl, [
|
|
1731
|
+
o.mediaLarge && o.mediaType === "image" ? (s(), i("div", pl, [
|
|
1723
1732
|
S(M, null, {
|
|
1724
1733
|
default: y(() => [
|
|
1725
1734
|
d(o.$slots, "image-large", O(z({
|
|
@@ -1732,7 +1741,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1732
1741
|
_: 3
|
|
1733
1742
|
})
|
|
1734
1743
|
])) : _("", !0),
|
|
1735
|
-
o.mediaLarge && o.mediaType === "video" ? (s(), i("div",
|
|
1744
|
+
o.mediaLarge && o.mediaType === "video" ? (s(), i("div", ml, [
|
|
1736
1745
|
S(te, {
|
|
1737
1746
|
src: o.mediaLarge.src,
|
|
1738
1747
|
"local-video": "",
|
|
@@ -1790,10 +1799,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1790
1799
|
], 2)
|
|
1791
1800
|
], 2));
|
|
1792
1801
|
}
|
|
1793
|
-
}),
|
|
1802
|
+
}), vl = /* @__PURE__ */ v(fl, [["__scopeId", "data-v-ae1f41d4"]]), gl = { class: "logo-wall__wrapper" }, bl = { class: "logo-wall__content" }, yl = {
|
|
1794
1803
|
key: 0,
|
|
1795
1804
|
class: "logo-wall__text"
|
|
1796
|
-
},
|
|
1805
|
+
}, kl = { key: 0 }, $l = { key: 1 }, wl = { class: "logo-wall__logos" }, Bl = { class: "logo-wall__link" }, Sl = /* @__PURE__ */ g({
|
|
1797
1806
|
__name: "logo-wall",
|
|
1798
1807
|
props: {
|
|
1799
1808
|
headline: {
|
|
@@ -1811,13 +1820,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1811
1820
|
}
|
|
1812
1821
|
},
|
|
1813
1822
|
setup(e) {
|
|
1814
|
-
return (a, r) => (s(), i("div",
|
|
1815
|
-
t("div",
|
|
1816
|
-
e.headline || e.body ? (s(), i("div",
|
|
1817
|
-
e.headline ? (s(), i("h2",
|
|
1818
|
-
e.body ? (s(), i("p",
|
|
1823
|
+
return (a, r) => (s(), i("div", gl, [
|
|
1824
|
+
t("div", bl, [
|
|
1825
|
+
e.headline || e.body ? (s(), i("div", yl, [
|
|
1826
|
+
e.headline ? (s(), i("h2", kl, c(e.headline), 1)) : _("", !0),
|
|
1827
|
+
e.body ? (s(), i("p", $l, c(e.body), 1)) : _("", !0)
|
|
1819
1828
|
])) : _("", !0),
|
|
1820
|
-
t("div",
|
|
1829
|
+
t("div", wl, [
|
|
1821
1830
|
(s(!0), i(V, null, P(e.logos, (l) => (s(), i("div", {
|
|
1822
1831
|
key: l.src + l.alt,
|
|
1823
1832
|
class: "logo-wall__logo"
|
|
@@ -1835,7 +1844,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1835
1844
|
}, 1024)
|
|
1836
1845
|
]))), 128))
|
|
1837
1846
|
]),
|
|
1838
|
-
t("div",
|
|
1847
|
+
t("div", Bl, [
|
|
1839
1848
|
S(L, {
|
|
1840
1849
|
"link-type": "regular_light",
|
|
1841
1850
|
arrow: !0
|
|
@@ -1849,13 +1858,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1849
1858
|
])
|
|
1850
1859
|
]));
|
|
1851
1860
|
}
|
|
1852
|
-
}),
|
|
1861
|
+
}), Il = /* @__PURE__ */ v(Sl, [["__scopeId", "data-v-fd489289"]]), Cl = { class: "micro-stories__top" }, Tl = {
|
|
1853
1862
|
key: 0,
|
|
1854
1863
|
class: "micro-stories__headline"
|
|
1855
|
-
},
|
|
1864
|
+
}, ql = {
|
|
1856
1865
|
key: 1,
|
|
1857
1866
|
class: "micro-stories__body"
|
|
1858
|
-
},
|
|
1867
|
+
}, Al = { class: "micro-stories__splide" }, Ll = /* @__PURE__ */ g({
|
|
1859
1868
|
__name: "micro-stories",
|
|
1860
1869
|
props: {
|
|
1861
1870
|
bgColor: { default: "blue" },
|
|
@@ -1871,35 +1880,35 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1871
1880
|
return (o, u) => (s(), i("div", {
|
|
1872
1881
|
class: h(["micro-stories__wrapper", r.value])
|
|
1873
1882
|
}, [
|
|
1874
|
-
t("div",
|
|
1875
|
-
o.headline ? (s(), i("div",
|
|
1883
|
+
t("div", Cl, [
|
|
1884
|
+
o.headline ? (s(), i("div", Tl, [
|
|
1876
1885
|
t("h2", null, c(o.headline), 1)
|
|
1877
1886
|
])) : _("", !0),
|
|
1878
|
-
o.body ? (s(), i("div",
|
|
1887
|
+
o.body ? (s(), i("div", ql, [
|
|
1879
1888
|
d(o.$slots, "micro-stories-body")
|
|
1880
1889
|
])) : _("", !0)
|
|
1881
1890
|
]),
|
|
1882
|
-
t("div",
|
|
1891
|
+
t("div", Al, [
|
|
1883
1892
|
d(o.$slots, "micro-stories-slides")
|
|
1884
1893
|
]),
|
|
1885
1894
|
d(o.$slots, "micro-stories-controls")
|
|
1886
1895
|
], 2));
|
|
1887
1896
|
}
|
|
1888
|
-
}),
|
|
1889
|
-
function
|
|
1890
|
-
return s(), i("div",
|
|
1891
|
-
t("div",
|
|
1897
|
+
}), Dl = {}, Vl = { class: "policy__wrapper" }, Pl = { class: "policy__content" };
|
|
1898
|
+
function Fl(e, a) {
|
|
1899
|
+
return s(), i("div", Vl, [
|
|
1900
|
+
t("div", Pl, [
|
|
1892
1901
|
d(e.$slots, "default", {}, void 0, !0)
|
|
1893
1902
|
])
|
|
1894
1903
|
]);
|
|
1895
1904
|
}
|
|
1896
|
-
const
|
|
1905
|
+
const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a"]]), Ol = { class: "product-hero__wrapper" }, zl = { class: "product-hero__content" }, Hl = { class: "product-hero__headline" }, Rl = { class: "product-hero__video" }, Nl = { class: "product-hero__insignia" }, El = {
|
|
1897
1906
|
key: 0,
|
|
1898
1907
|
class: "product-hero__logo"
|
|
1899
|
-
},
|
|
1908
|
+
}, jl = {
|
|
1900
1909
|
key: 1,
|
|
1901
1910
|
class: "product-hero__certification"
|
|
1902
|
-
},
|
|
1911
|
+
}, Gl = /* @__PURE__ */ g({
|
|
1903
1912
|
__name: "product-hero",
|
|
1904
1913
|
props: {
|
|
1905
1914
|
headline: {
|
|
@@ -1934,10 +1943,10 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
1934
1943
|
}
|
|
1935
1944
|
},
|
|
1936
1945
|
setup(e) {
|
|
1937
|
-
return (a, r) => (s(), i("div",
|
|
1938
|
-
t("div",
|
|
1939
|
-
t("div",
|
|
1940
|
-
t("div",
|
|
1946
|
+
return (a, r) => (s(), i("div", Ol, [
|
|
1947
|
+
t("div", zl, [
|
|
1948
|
+
t("div", Hl, c(e.headline), 1),
|
|
1949
|
+
t("div", Rl, [
|
|
1941
1950
|
e.videoSrc !== "" ? (s(), T(te, {
|
|
1942
1951
|
key: 0,
|
|
1943
1952
|
play: "",
|
|
@@ -1955,8 +1964,8 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
1955
1964
|
]),
|
|
1956
1965
|
_: 3
|
|
1957
1966
|
})),
|
|
1958
|
-
t("div",
|
|
1959
|
-
e.logoSrc ? (s(), i("div",
|
|
1967
|
+
t("div", Nl, [
|
|
1968
|
+
e.logoSrc ? (s(), i("div", El, [
|
|
1960
1969
|
S(I(M), null, {
|
|
1961
1970
|
default: y(() => [
|
|
1962
1971
|
d(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
@@ -1964,7 +1973,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
1964
1973
|
_: 3
|
|
1965
1974
|
})
|
|
1966
1975
|
])) : _("", !0),
|
|
1967
|
-
e.isCertified ? (s(), i("div",
|
|
1976
|
+
e.isCertified ? (s(), i("div", jl, [
|
|
1968
1977
|
S(I(M), null, {
|
|
1969
1978
|
default: y(() => [
|
|
1970
1979
|
d(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
@@ -1977,7 +1986,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
1977
1986
|
])
|
|
1978
1987
|
]));
|
|
1979
1988
|
}
|
|
1980
|
-
}),
|
|
1989
|
+
}), Kl = /* @__PURE__ */ v(Gl, [["__scopeId", "data-v-deab9c3a"]]), Ul = { class: "promo__content" }, Jl = /* @__PURE__ */ g({
|
|
1981
1990
|
__name: "promo",
|
|
1982
1991
|
props: {
|
|
1983
1992
|
label: { default: "" },
|
|
@@ -2006,7 +2015,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
2006
2015
|
o.multiply ? "promo__wrapper--multiply" : ""
|
|
2007
2016
|
])
|
|
2008
2017
|
}, [
|
|
2009
|
-
t("div",
|
|
2018
|
+
t("div", Ul, [
|
|
2010
2019
|
o.mediaType === "image" ? (s(), i("div", {
|
|
2011
2020
|
key: 0,
|
|
2012
2021
|
class: h([
|
|
@@ -2082,10 +2091,10 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
2082
2091
|
])
|
|
2083
2092
|
], 2));
|
|
2084
2093
|
}
|
|
2085
|
-
}),
|
|
2094
|
+
}), Wl = /* @__PURE__ */ v(Jl, [["__scopeId", "data-v-df54d965"]]), Yl = (e) => (H("data-v-e3cc8e27"), e = e(), R(), e), Ql = { class: "quote__wrapper" }, Zl = { class: "quote__content" }, Xl = /* @__PURE__ */ Yl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), xl = { class: "quote__quote" }, es = { class: "quote__quote-text" }, ts = { class: "quote__author" }, as = {
|
|
2086
2095
|
key: 0,
|
|
2087
2096
|
class: "quote__image"
|
|
2088
|
-
},
|
|
2097
|
+
}, os = { class: "quote__text" }, ls = { class: "quote__author-name" }, ss = { class: "quote__author-title" }, is = /* @__PURE__ */ g({
|
|
2089
2098
|
__name: "quote",
|
|
2090
2099
|
props: {
|
|
2091
2100
|
quote: {
|
|
@@ -2107,13 +2116,13 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
2107
2116
|
}
|
|
2108
2117
|
},
|
|
2109
2118
|
setup(e) {
|
|
2110
|
-
return (a, r) => (s(), i("div",
|
|
2111
|
-
t("div",
|
|
2112
|
-
|
|
2113
|
-
t("div",
|
|
2114
|
-
t("p",
|
|
2115
|
-
t("div",
|
|
2116
|
-
e.authorImage ? (s(), i("div",
|
|
2119
|
+
return (a, r) => (s(), i("div", Ql, [
|
|
2120
|
+
t("div", Zl, [
|
|
2121
|
+
Xl,
|
|
2122
|
+
t("div", xl, [
|
|
2123
|
+
t("p", es, c(e.quote), 1),
|
|
2124
|
+
t("div", ts, [
|
|
2125
|
+
e.authorImage ? (s(), i("div", as, [
|
|
2117
2126
|
S(M, null, {
|
|
2118
2127
|
default: y(() => [
|
|
2119
2128
|
d(a.$slots, "author-image", O(z({
|
|
@@ -2125,22 +2134,22 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
2125
2134
|
_: 3
|
|
2126
2135
|
})
|
|
2127
2136
|
])) : _("", !0),
|
|
2128
|
-
t("div",
|
|
2129
|
-
t("p",
|
|
2130
|
-
t("p",
|
|
2137
|
+
t("div", os, [
|
|
2138
|
+
t("p", ls, c(e.author), 1),
|
|
2139
|
+
t("p", ss, c(e.authorTitle), 1)
|
|
2131
2140
|
])
|
|
2132
2141
|
])
|
|
2133
2142
|
])
|
|
2134
2143
|
])
|
|
2135
2144
|
]));
|
|
2136
2145
|
}
|
|
2137
|
-
}),
|
|
2146
|
+
}), rs = /* @__PURE__ */ v(is, [["__scopeId", "data-v-e3cc8e27"]]), ns = { class: "rich-text__wrapper" }, ds = {
|
|
2138
2147
|
key: 0,
|
|
2139
2148
|
class: "rich-text__links"
|
|
2140
|
-
},
|
|
2149
|
+
}, cs = {
|
|
2141
2150
|
key: 0,
|
|
2142
2151
|
class: "rich-text__bullet-list"
|
|
2143
|
-
},
|
|
2152
|
+
}, us = /* @__PURE__ */ g({
|
|
2144
2153
|
__name: "rich-text",
|
|
2145
2154
|
props: {
|
|
2146
2155
|
headline: { default: "" },
|
|
@@ -2159,7 +2168,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
2159
2168
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
2160
2169
|
])
|
|
2161
2170
|
}, [
|
|
2162
|
-
t("div",
|
|
2171
|
+
t("div", ns, [
|
|
2163
2172
|
a.label ? (s(), T(X, {
|
|
2164
2173
|
key: 0,
|
|
2165
2174
|
text: a.label,
|
|
@@ -2185,11 +2194,11 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
2185
2194
|
])
|
|
2186
2195
|
}, [
|
|
2187
2196
|
d(a.$slots, "rich-text-content"),
|
|
2188
|
-
a.links ? (s(), i("div",
|
|
2197
|
+
a.links ? (s(), i("div", ds, [
|
|
2189
2198
|
d(a.$slots, "rich-text-links")
|
|
2190
2199
|
])) : _("", !0)
|
|
2191
2200
|
], 2),
|
|
2192
|
-
a.bulletList ? (s(), i("div",
|
|
2201
|
+
a.bulletList ? (s(), i("div", cs, [
|
|
2193
2202
|
d(a.$slots, "rich-text-bullet-list")
|
|
2194
2203
|
])) : _("", !0),
|
|
2195
2204
|
a.image ? (s(), i("div", {
|
|
@@ -2210,12 +2219,12 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
|
|
|
2210
2219
|
])
|
|
2211
2220
|
], 2));
|
|
2212
2221
|
}
|
|
2213
|
-
}),
|
|
2214
|
-
function
|
|
2215
|
-
return s(), i("div",
|
|
2216
|
-
t("div",
|
|
2217
|
-
t("div",
|
|
2218
|
-
t("div",
|
|
2222
|
+
}), _s = /* @__PURE__ */ v(us, [["__scopeId", "data-v-5441d67a"]]), hs = {}, ps = { class: "rich-text" }, ms = { class: "rich-text__wrapper" }, fs = { class: "rich-text__content rich-text__content--left-aligned" }, vs = { class: "rich-text__body" };
|
|
2223
|
+
function gs(e, a) {
|
|
2224
|
+
return s(), i("div", ps, [
|
|
2225
|
+
t("div", ms, [
|
|
2226
|
+
t("div", fs, [
|
|
2227
|
+
t("div", vs, [
|
|
2219
2228
|
t("div", null, [
|
|
2220
2229
|
d(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
2221
2230
|
]),
|
|
@@ -2227,10 +2236,10 @@ function bs(e, a) {
|
|
|
2227
2236
|
])
|
|
2228
2237
|
]);
|
|
2229
2238
|
}
|
|
2230
|
-
const
|
|
2239
|
+
const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2"]]), ys = (e) => (H("data-v-798e7a06"), e = e(), R(), e), ks = { class: "timeline__wrapper" }, $s = { class: "timeline__content" }, ws = { class: "timeline__items" }, Bs = { class: "item__left" }, Ss = /* @__PURE__ */ ys(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2231
2240
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2232
2241
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2233
|
-
], -1)),
|
|
2242
|
+
], -1)), Is = { class: "item__right" }, Cs = ["innerHTML"], Ts = /* @__PURE__ */ g({
|
|
2234
2243
|
__name: "timeline",
|
|
2235
2244
|
props: {
|
|
2236
2245
|
timelineItems: {
|
|
@@ -2253,16 +2262,16 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2253
2262
|
a.forEach((l) => {
|
|
2254
2263
|
r.observe(l);
|
|
2255
2264
|
});
|
|
2256
|
-
}), (a, r) => (s(), i("div",
|
|
2257
|
-
t("div",
|
|
2258
|
-
t("div",
|
|
2265
|
+
}), (a, r) => (s(), i("div", ks, [
|
|
2266
|
+
t("div", $s, [
|
|
2267
|
+
t("div", ws, [
|
|
2259
2268
|
(s(!0), i(V, null, P(e.timelineItems, (l) => (s(), i("div", {
|
|
2260
2269
|
key: l.year,
|
|
2261
2270
|
class: "timeline__item faded"
|
|
2262
2271
|
}, [
|
|
2263
|
-
t("div",
|
|
2264
|
-
|
|
2265
|
-
t("div",
|
|
2272
|
+
t("div", Bs, c(l.year), 1),
|
|
2273
|
+
Ss,
|
|
2274
|
+
t("div", Is, [
|
|
2266
2275
|
S(M, null, {
|
|
2267
2276
|
default: y(() => [
|
|
2268
2277
|
l.media.src ? d(a.$slots, "timeline-image", F({
|
|
@@ -2276,20 +2285,20 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2276
2285
|
style: ee([l.media.src ? "" : "margin-top: 0px"]),
|
|
2277
2286
|
class: "rich-text",
|
|
2278
2287
|
innerHTML: l.text
|
|
2279
|
-
}, null, 12,
|
|
2288
|
+
}, null, 12, Cs)
|
|
2280
2289
|
])
|
|
2281
2290
|
]))), 128))
|
|
2282
2291
|
])
|
|
2283
2292
|
])
|
|
2284
2293
|
]));
|
|
2285
2294
|
}
|
|
2286
|
-
}),
|
|
2295
|
+
}), qs = /* @__PURE__ */ v(Ts, [["__scopeId", "data-v-798e7a06"]]), As = { class: "vimeo" }, Ls = { class: "vimeo__wrapper" }, Ds = {
|
|
2287
2296
|
key: 0,
|
|
2288
2297
|
class: "vimeo__headline"
|
|
2289
|
-
},
|
|
2298
|
+
}, Vs = {
|
|
2290
2299
|
key: 1,
|
|
2291
2300
|
class: "vimeo__description"
|
|
2292
|
-
},
|
|
2301
|
+
}, Ps = /* @__PURE__ */ g({
|
|
2293
2302
|
__name: "vimeo",
|
|
2294
2303
|
props: {
|
|
2295
2304
|
headline: {
|
|
@@ -2302,18 +2311,18 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2302
2311
|
}
|
|
2303
2312
|
},
|
|
2304
2313
|
setup(e) {
|
|
2305
|
-
return (a, r) => (s(), i("div",
|
|
2306
|
-
t("div",
|
|
2307
|
-
e.headline ? (s(), i("h2",
|
|
2314
|
+
return (a, r) => (s(), i("div", As, [
|
|
2315
|
+
t("div", Ls, [
|
|
2316
|
+
e.headline ? (s(), i("h2", Ds, c(e.headline), 1)) : _("", !0),
|
|
2308
2317
|
d(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
2309
|
-
e.description ? (s(), i("p",
|
|
2318
|
+
e.description ? (s(), i("p", Vs, c(e.description), 1)) : _("", !0)
|
|
2310
2319
|
])
|
|
2311
2320
|
]));
|
|
2312
2321
|
}
|
|
2313
|
-
}),
|
|
2322
|
+
}), Fs = /* @__PURE__ */ v(Ps, [["__scopeId", "data-v-90a2b109"]]), Ms = { class: "academy-overview" }, Os = { class: "academy-overview__content-wrapper" }, zs = { class: "academy-overview__content" }, Hs = { class: "academy-overview__title" }, Rs = { class: "academy-overview__description" }, Ns = { class: "academy-overview__button-wrapper" }, Es = {
|
|
2314
2323
|
key: 0,
|
|
2315
2324
|
class: "academy-overview__stats"
|
|
2316
|
-
},
|
|
2325
|
+
}, js = { class: "academy-overview__stats-row" }, Gs = { class: "academy-overview__stat" }, Ks = { class: "academy-overview__value" }, Us = { class: "academy-overview__label" }, Js = { class: "academy-overview__stat" }, Ws = { class: "academy-overview__value" }, Ys = { class: "academy-overview__label" }, Qs = /* @__PURE__ */ g({
|
|
2317
2326
|
__name: "frontpage-hero",
|
|
2318
2327
|
props: {
|
|
2319
2328
|
hero: { default: () => ({
|
|
@@ -2327,25 +2336,25 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2327
2336
|
}) }
|
|
2328
2337
|
},
|
|
2329
2338
|
setup(e) {
|
|
2330
|
-
return (a, r) => (s(), i("div",
|
|
2331
|
-
t("div",
|
|
2332
|
-
t("div",
|
|
2339
|
+
return (a, r) => (s(), i("div", Ms, [
|
|
2340
|
+
t("div", Os, [
|
|
2341
|
+
t("div", zs, [
|
|
2333
2342
|
t("div", null, [
|
|
2334
|
-
t("h1",
|
|
2335
|
-
t("p",
|
|
2336
|
-
t("div",
|
|
2343
|
+
t("h1", Hs, c(a.hero.headline), 1),
|
|
2344
|
+
t("p", Rs, c(a.hero.description), 1),
|
|
2345
|
+
t("div", Ns, [
|
|
2337
2346
|
d(a.$slots, "button", {}, void 0, !0)
|
|
2338
2347
|
])
|
|
2339
2348
|
]),
|
|
2340
|
-
a.hero.showStats ? (s(), i("div",
|
|
2341
|
-
t("div",
|
|
2342
|
-
t("div",
|
|
2343
|
-
t("div",
|
|
2344
|
-
t("div",
|
|
2349
|
+
a.hero.showStats ? (s(), i("div", Es, [
|
|
2350
|
+
t("div", js, [
|
|
2351
|
+
t("div", Gs, [
|
|
2352
|
+
t("div", Ks, c(a.hero.lessonValue), 1),
|
|
2353
|
+
t("div", Us, c(a.hero.lessonLabel), 1)
|
|
2345
2354
|
]),
|
|
2346
|
-
t("div",
|
|
2347
|
-
t("div",
|
|
2348
|
-
t("div",
|
|
2355
|
+
t("div", Js, [
|
|
2356
|
+
t("div", Ws, c(a.hero.pointsValue), 1),
|
|
2357
|
+
t("div", Ys, c(a.hero.pointsLabel), 1)
|
|
2349
2358
|
])
|
|
2350
2359
|
])
|
|
2351
2360
|
])) : _("", !0)
|
|
@@ -2353,7 +2362,7 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2353
2362
|
])
|
|
2354
2363
|
]));
|
|
2355
2364
|
}
|
|
2356
|
-
}),
|
|
2365
|
+
}), Zs = /* @__PURE__ */ v(Qs, [["__scopeId", "data-v-1594f3e8"]]), Xs = { class: "not-found__wrapper" }, xs = { class: "not-found__content" }, ei = { class: "not-found__headline" }, ti = { class: "not-found__body" }, ai = /* @__PURE__ */ g({
|
|
2357
2366
|
__name: "404",
|
|
2358
2367
|
props: {
|
|
2359
2368
|
headline: {
|
|
@@ -2362,16 +2371,16 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2362
2371
|
}
|
|
2363
2372
|
},
|
|
2364
2373
|
setup(e) {
|
|
2365
|
-
return (a, r) => (s(), i("div",
|
|
2366
|
-
t("div",
|
|
2367
|
-
t("h1",
|
|
2368
|
-
t("div",
|
|
2374
|
+
return (a, r) => (s(), i("div", Xs, [
|
|
2375
|
+
t("div", xs, [
|
|
2376
|
+
t("h1", ei, c(e.headline), 1),
|
|
2377
|
+
t("div", ti, [
|
|
2369
2378
|
d(a.$slots, "not-found-body", {}, void 0, !0)
|
|
2370
2379
|
])
|
|
2371
2380
|
])
|
|
2372
2381
|
]));
|
|
2373
2382
|
}
|
|
2374
|
-
}),
|
|
2383
|
+
}), oi = /* @__PURE__ */ v(ai, [["__scopeId", "data-v-b829ca6c"]]), li = { class: "filter__wrapper" }, si = { class: "filter__content" }, ii = { class: "filter__dropdowns" }, ri = { class: "filter__chips" }, ni = /* @__PURE__ */ g({
|
|
2375
2384
|
__name: "filter",
|
|
2376
2385
|
props: {
|
|
2377
2386
|
hasChips: {
|
|
@@ -2385,12 +2394,12 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2385
2394
|
},
|
|
2386
2395
|
emits: ["clearFilters"],
|
|
2387
2396
|
setup(e) {
|
|
2388
|
-
return (a, r) => (s(), i("div",
|
|
2389
|
-
t("div",
|
|
2390
|
-
t("div",
|
|
2397
|
+
return (a, r) => (s(), i("div", li, [
|
|
2398
|
+
t("div", si, [
|
|
2399
|
+
t("div", ii, [
|
|
2391
2400
|
d(a.$slots, "filter-dropdowns")
|
|
2392
2401
|
]),
|
|
2393
|
-
t("div",
|
|
2402
|
+
t("div", ri, [
|
|
2394
2403
|
d(a.$slots, "filter-chips"),
|
|
2395
2404
|
e.hasChips ? (s(), i("button", {
|
|
2396
2405
|
key: 0,
|
|
@@ -2401,37 +2410,37 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2401
2410
|
])
|
|
2402
2411
|
]));
|
|
2403
2412
|
}
|
|
2404
|
-
}),
|
|
2413
|
+
}), di = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-03a6a216"]]), ye = (e) => (H("data-v-a0ab0743"), e = e(), R(), e), ci = { class: "footer__wrapper" }, ui = { class: "footer__content" }, _i = {
|
|
2405
2414
|
key: 0,
|
|
2406
2415
|
src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
|
|
2407
2416
|
style: { margin: "0 auto" },
|
|
2408
2417
|
width: "101",
|
|
2409
2418
|
height: "45"
|
|
2410
|
-
},
|
|
2419
|
+
}, hi = { class: "footer__sections" }, pi = { class: "section__title" }, mi = { class: "section__list" }, fi = { class: "section" }, vi = {
|
|
2411
2420
|
key: 0,
|
|
2412
2421
|
class: "section__title"
|
|
2413
|
-
},
|
|
2422
|
+
}, gi = {
|
|
2414
2423
|
key: 1,
|
|
2415
2424
|
class: "section__title"
|
|
2416
|
-
},
|
|
2425
|
+
}, bi = { key: 0 }, yi = { key: 1 }, ki = { key: 2 }, $i = { key: 3 }, wi = { key: 4 }, Bi = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("br", null, null, -1)), Si = {
|
|
2417
2426
|
key: 0,
|
|
2418
2427
|
href: "mailto:china@mir-robots.com"
|
|
2419
|
-
},
|
|
2428
|
+
}, Ii = {
|
|
2420
2429
|
key: 1,
|
|
2421
2430
|
href: "mailto:mail@mir-robots.com"
|
|
2422
|
-
},
|
|
2431
|
+
}, Ci = {
|
|
2423
2432
|
key: 0,
|
|
2424
2433
|
href: "tel:+8613661856951"
|
|
2425
|
-
},
|
|
2434
|
+
}, Ti = {
|
|
2426
2435
|
key: 1,
|
|
2427
2436
|
href: "tel:+4520377577"
|
|
2428
|
-
},
|
|
2437
|
+
}, qi = { class: "footer__bottom" }, Ai = { class: "copyright" }, Li = { class: "footer__policy" }, Di = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Vi = {
|
|
2429
2438
|
key: 0,
|
|
2430
2439
|
class: "footer__social"
|
|
2431
|
-
},
|
|
2440
|
+
}, Pi = ["href", "aria-label"], Fi = {
|
|
2432
2441
|
key: 1,
|
|
2433
2442
|
class: "footer__social"
|
|
2434
|
-
},
|
|
2443
|
+
}, Mi = ["href", "aria-label"], Oi = /* @__PURE__ */ g({
|
|
2435
2444
|
__name: "footer",
|
|
2436
2445
|
props: {
|
|
2437
2446
|
language: { default: "" },
|
|
@@ -2444,37 +2453,37 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2444
2453
|
},
|
|
2445
2454
|
emits: ["changeRegionClicked"],
|
|
2446
2455
|
setup(e) {
|
|
2447
|
-
return (a, r) => (s(), i("div",
|
|
2448
|
-
t("footer",
|
|
2449
|
-
a.language === "zh" ? (s(), i("img",
|
|
2450
|
-
t("div",
|
|
2456
|
+
return (a, r) => (s(), i("div", ci, [
|
|
2457
|
+
t("footer", ui, [
|
|
2458
|
+
a.language === "zh" ? (s(), i("img", _i)) : _("", !0),
|
|
2459
|
+
t("div", hi, [
|
|
2451
2460
|
(s(!0), i(V, null, P(a.footerSections, (l) => (s(), i("div", {
|
|
2452
2461
|
key: l.title,
|
|
2453
2462
|
class: "section"
|
|
2454
2463
|
}, [
|
|
2455
|
-
t("span",
|
|
2464
|
+
t("span", pi, c(l.title), 1),
|
|
2456
2465
|
t("nav", null, [
|
|
2457
|
-
t("ul",
|
|
2466
|
+
t("ul", mi, [
|
|
2458
2467
|
d(a.$slots, "section-links", {
|
|
2459
2468
|
links: l.links
|
|
2460
2469
|
})
|
|
2461
2470
|
])
|
|
2462
2471
|
])
|
|
2463
2472
|
]))), 128)),
|
|
2464
|
-
t("div",
|
|
2465
|
-
a.language === "zh" ? (s(), i("span",
|
|
2473
|
+
t("div", fi, [
|
|
2474
|
+
a.language === "zh" ? (s(), i("span", vi, "名傲移动机器人(上海)有限公司")) : (s(), i("span", gi, "Mobile Industrial Robots A/S")),
|
|
2466
2475
|
t("address", null, [
|
|
2467
|
-
a.language === "zh" ? (s(), i("span",
|
|
2468
|
-
a.language === "zh" ? (s(), i("span",
|
|
2469
|
-
a.language !== "zh" ? (s(), i("span",
|
|
2470
|
-
|
|
2476
|
+
a.language === "zh" ? (s(), i("span", bi, "上海浦东新区金桥出口加工区")) : (s(), i("span", yi, "Energivej 51")),
|
|
2477
|
+
a.language === "zh" ? (s(), i("span", ki, "桂桥路1201号10栋2楼")) : (s(), i("span", $i, "5260 Odense S")),
|
|
2478
|
+
a.language !== "zh" ? (s(), i("span", wi, "CVR: 35251235")) : _("", !0),
|
|
2479
|
+
Bi,
|
|
2471
2480
|
S(L, {
|
|
2472
2481
|
class: "footer__contact",
|
|
2473
2482
|
"link-type": "regular_light",
|
|
2474
2483
|
underline: "false"
|
|
2475
2484
|
}, {
|
|
2476
2485
|
default: y(() => [
|
|
2477
|
-
a.language === "zh" ? (s(), i("a",
|
|
2486
|
+
a.language === "zh" ? (s(), i("a", Si, "china@mir-robots.com")) : (s(), i("a", Ii, "mail@mir-robots.com"))
|
|
2478
2487
|
]),
|
|
2479
2488
|
_: 1
|
|
2480
2489
|
}),
|
|
@@ -2484,29 +2493,29 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2484
2493
|
underline: "false"
|
|
2485
2494
|
}, {
|
|
2486
2495
|
default: y(() => [
|
|
2487
|
-
a.language === "zh" ? (s(), i("a",
|
|
2496
|
+
a.language === "zh" ? (s(), i("a", Ci, "+86 13661856951(微信同号)")) : (s(), i("a", Ti, "+45 20 377 577"))
|
|
2488
2497
|
]),
|
|
2489
2498
|
_: 1
|
|
2490
2499
|
})
|
|
2491
2500
|
])
|
|
2492
2501
|
])
|
|
2493
2502
|
]),
|
|
2494
|
-
t("div",
|
|
2495
|
-
t("p",
|
|
2496
|
-
t("div",
|
|
2503
|
+
t("div", qi, [
|
|
2504
|
+
t("p", Ai, " © Mobile Industrial Robots " + c((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2505
|
+
t("div", Li, [
|
|
2497
2506
|
t("button", {
|
|
2498
2507
|
class: "footer__language-switcher",
|
|
2499
2508
|
onClick: r[0] || (r[0] = (l) => a.$emit("changeRegionClicked"))
|
|
2500
2509
|
}, [
|
|
2501
2510
|
t("span", null, [
|
|
2502
|
-
|
|
2511
|
+
Di,
|
|
2503
2512
|
J(c(a.changeRegion), 1)
|
|
2504
2513
|
])
|
|
2505
2514
|
]),
|
|
2506
2515
|
d(a.$slots, "footer-privacy-link"),
|
|
2507
2516
|
d(a.$slots, "footer-cookie-link")
|
|
2508
2517
|
]),
|
|
2509
|
-
a.language !== "zh" ? (s(), i("div",
|
|
2518
|
+
a.language !== "zh" ? (s(), i("div", Vi, [
|
|
2510
2519
|
(s(!0), i(V, null, P(a.socialMedia, (l) => (s(), T(L, {
|
|
2511
2520
|
key: l.title,
|
|
2512
2521
|
underline: "false",
|
|
@@ -2523,11 +2532,11 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2523
2532
|
height: "14",
|
|
2524
2533
|
class: h(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
|
|
2525
2534
|
}, null, 2)
|
|
2526
|
-
], 8,
|
|
2535
|
+
], 8, Pi)
|
|
2527
2536
|
]),
|
|
2528
2537
|
_: 2
|
|
2529
2538
|
}, 1024))), 128))
|
|
2530
|
-
])) : (s(), i("div",
|
|
2539
|
+
])) : (s(), i("div", Fi, [
|
|
2531
2540
|
(s(!0), i(V, null, P(a.socialMediaChina, (l) => (s(), T(L, {
|
|
2532
2541
|
key: l.title,
|
|
2533
2542
|
underline: "false",
|
|
@@ -2544,7 +2553,7 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2544
2553
|
height: "14",
|
|
2545
2554
|
class: h(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
|
|
2546
2555
|
}, null, 2)
|
|
2547
|
-
], 8,
|
|
2556
|
+
], 8, Mi)
|
|
2548
2557
|
]),
|
|
2549
2558
|
_: 2
|
|
2550
2559
|
}, 1024))), 128))
|
|
@@ -2553,51 +2562,51 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2553
2562
|
])
|
|
2554
2563
|
]));
|
|
2555
2564
|
}
|
|
2556
|
-
}),
|
|
2565
|
+
}), zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-a0ab0743"]]), ke = (e) => (H("data-v-0b00b9f2"), e = e(), R(), e), Hi = { class: "header__wrapper" }, Ri = { class: "nav-wrapper" }, Ni = { class: "mir-link-logo" }, Ei = { class: "main-nav-items" }, ji = {
|
|
2557
2566
|
key: 0,
|
|
2558
2567
|
id: "menu-dropdown",
|
|
2559
2568
|
ref: "dropdownDiv"
|
|
2560
|
-
},
|
|
2569
|
+
}, Gi = {
|
|
2561
2570
|
key: 0,
|
|
2562
2571
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2563
2572
|
alt: "dropdown arrow"
|
|
2564
|
-
},
|
|
2573
|
+
}, Ki = {
|
|
2565
2574
|
key: 1,
|
|
2566
2575
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2567
2576
|
alt: "dropdown arrow",
|
|
2568
2577
|
style: { transform: "rotate(180deg)" }
|
|
2569
|
-
},
|
|
2578
|
+
}, Ui = { class: "dropdown-content" }, Ji = {
|
|
2570
2579
|
key: 1,
|
|
2571
2580
|
class: "nav-search-wrapper"
|
|
2572
|
-
},
|
|
2581
|
+
}, Wi = ["src"], Yi = {
|
|
2573
2582
|
key: 2,
|
|
2574
2583
|
id: "menu-portal-switcher",
|
|
2575
2584
|
class: "portal-switcher-wrapper"
|
|
2576
|
-
},
|
|
2585
|
+
}, Qi = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("img", {
|
|
2577
2586
|
src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
|
|
2578
2587
|
alt: "portal switcher icon",
|
|
2579
2588
|
width: "20",
|
|
2580
2589
|
height: "20"
|
|
2581
|
-
}, null, -1)),
|
|
2582
|
-
|
|
2583
|
-
],
|
|
2590
|
+
}, null, -1)), Zi = [
|
|
2591
|
+
Qi
|
|
2592
|
+
], Xi = { class: "portal-switcher-content" }, xi = { class: "portal-switcher-links" }, er = ["href"], tr = ["src"], ar = {
|
|
2584
2593
|
key: 3,
|
|
2585
2594
|
id: "menu-profile-dropdown",
|
|
2586
2595
|
class: "profile-dropdown-wrapper"
|
|
2587
|
-
},
|
|
2596
|
+
}, or = {
|
|
2588
2597
|
key: 0,
|
|
2589
2598
|
class: "profile-dropdown-sign-in"
|
|
2590
|
-
},
|
|
2599
|
+
}, lr = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("img", {
|
|
2591
2600
|
src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
|
|
2592
2601
|
alt: "profile dropdown icon",
|
|
2593
2602
|
width: "20",
|
|
2594
2603
|
height: "20"
|
|
2595
|
-
}, null, -1)),
|
|
2596
|
-
|
|
2597
|
-
],
|
|
2604
|
+
}, null, -1)), sr = [
|
|
2605
|
+
lr
|
|
2606
|
+
], ir = { class: "profile-dropdown-content" }, rr = { class: "mobile-logo-search-burger-wrapper" }, nr = { class: "mobile-mir-link-logo" }, dr = {
|
|
2598
2607
|
key: 0,
|
|
2599
2608
|
class: "mobile-search-wrapper"
|
|
2600
|
-
},
|
|
2609
|
+
}, cr = ["src"], ur = ["src"], _r = { class: "mobile-menu-content-wrapper" }, hr = { class: "mobile-dropdown-content" }, pr = /* @__PURE__ */ g({
|
|
2601
2610
|
__name: "header",
|
|
2602
2611
|
props: {
|
|
2603
2612
|
burgerState: {
|
|
@@ -2696,31 +2705,31 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2696
2705
|
}
|
|
2697
2706
|
return a({
|
|
2698
2707
|
defocusSearchButton: ce
|
|
2699
|
-
}), ($, j) => (s(), i("div",
|
|
2708
|
+
}), ($, j) => (s(), i("div", Hi, [
|
|
2700
2709
|
t("nav", null, [
|
|
2701
|
-
t("div",
|
|
2702
|
-
t("div",
|
|
2710
|
+
t("div", Ri, [
|
|
2711
|
+
t("div", Ni, [
|
|
2703
2712
|
d($.$slots, "link-logo", {}, void 0, !0)
|
|
2704
2713
|
]),
|
|
2705
|
-
t("ul",
|
|
2714
|
+
t("ul", Ei, [
|
|
2706
2715
|
d($.$slots, "main-nav-items", {}, void 0, !0)
|
|
2707
2716
|
]),
|
|
2708
|
-
e.useDropdown ? (s(), i("div",
|
|
2717
|
+
e.useDropdown ? (s(), i("div", ji, [
|
|
2709
2718
|
t("button", {
|
|
2710
2719
|
class: "nav-dropdown-btn",
|
|
2711
2720
|
"aria-label": "Toggle Dropdown",
|
|
2712
2721
|
onClick: ae
|
|
2713
2722
|
}, [
|
|
2714
2723
|
d($.$slots, "dropdown-title", {}, void 0, !0),
|
|
2715
|
-
I(n) === !1 ? (s(), i("img",
|
|
2724
|
+
I(n) === !1 ? (s(), i("img", Gi)) : (s(), i("img", Ki))
|
|
2716
2725
|
]),
|
|
2717
|
-
K(t("div",
|
|
2726
|
+
K(t("div", Ui, [
|
|
2718
2727
|
d($.$slots, "dropdown-links", {}, void 0, !0)
|
|
2719
2728
|
], 512), [
|
|
2720
2729
|
[Z, I(n)]
|
|
2721
2730
|
])
|
|
2722
2731
|
], 512)) : _("", !0),
|
|
2723
|
-
I(p) ? (s(), i("div",
|
|
2732
|
+
I(p) ? (s(), i("div", Ji, [
|
|
2724
2733
|
t("button", {
|
|
2725
2734
|
ref_key: "navSearchButton",
|
|
2726
2735
|
ref: U,
|
|
@@ -2736,17 +2745,17 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2736
2745
|
alt: "search icon",
|
|
2737
2746
|
width: "20",
|
|
2738
2747
|
height: "20"
|
|
2739
|
-
}, null, 8,
|
|
2748
|
+
}, null, 8, Wi)
|
|
2740
2749
|
], 512)
|
|
2741
2750
|
])) : _("", !0),
|
|
2742
|
-
e.usePortalSwitcher ? (s(), i("div",
|
|
2751
|
+
e.usePortalSwitcher ? (s(), i("div", Yi, [
|
|
2743
2752
|
t("button", {
|
|
2744
2753
|
class: "nav-portal-switcher-btn",
|
|
2745
2754
|
"aria-label": "Toggle Portal",
|
|
2746
2755
|
onClick: re
|
|
2747
|
-
},
|
|
2748
|
-
K(t("div",
|
|
2749
|
-
t("ul",
|
|
2756
|
+
}, Zi),
|
|
2757
|
+
K(t("div", Xi, [
|
|
2758
|
+
t("ul", xi, [
|
|
2750
2759
|
(s(!0), i(V, null, P(e.portals, (G, E) => (s(), i("li", {
|
|
2751
2760
|
key: E,
|
|
2752
2761
|
class: "portal-switcher-link"
|
|
@@ -2759,9 +2768,9 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2759
2768
|
}, [
|
|
2760
2769
|
t("img", {
|
|
2761
2770
|
src: G.icon
|
|
2762
|
-
}, null, 8,
|
|
2771
|
+
}, null, 8, tr),
|
|
2763
2772
|
t("div", null, c(G.name), 1)
|
|
2764
|
-
], 8,
|
|
2773
|
+
], 8, er)
|
|
2765
2774
|
]),
|
|
2766
2775
|
_: 2
|
|
2767
2776
|
}, 1024)
|
|
@@ -2771,8 +2780,8 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2771
2780
|
[Z, I(b)]
|
|
2772
2781
|
])
|
|
2773
2782
|
])) : _("", !0),
|
|
2774
|
-
e.useProfileDropdown ? (s(), i("div",
|
|
2775
|
-
I(k) ? _("", !0) : (s(), i("div",
|
|
2783
|
+
e.useProfileDropdown ? (s(), i("div", ar, [
|
|
2784
|
+
I(k) ? _("", !0) : (s(), i("div", or, [
|
|
2776
2785
|
d($.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2777
2786
|
])),
|
|
2778
2787
|
I(k) ? (s(), i("button", {
|
|
@@ -2780,8 +2789,8 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2780
2789
|
"aria-label": "Toggle Profile",
|
|
2781
2790
|
class: "nav-profile-dropdown-btn",
|
|
2782
2791
|
onClick: ne
|
|
2783
|
-
},
|
|
2784
|
-
K(t("div",
|
|
2792
|
+
}, sr)) : _("", !0),
|
|
2793
|
+
K(t("div", ir, [
|
|
2785
2794
|
d($.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2786
2795
|
], 512), [
|
|
2787
2796
|
[Z, I(f)]
|
|
@@ -2791,11 +2800,11 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2791
2800
|
t("div", {
|
|
2792
2801
|
class: h(["mobile-nav-wrapper", I(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2793
2802
|
}, [
|
|
2794
|
-
t("div",
|
|
2795
|
-
t("div",
|
|
2803
|
+
t("div", rr, [
|
|
2804
|
+
t("div", nr, [
|
|
2796
2805
|
d($.$slots, "link-logo", {}, void 0, !0)
|
|
2797
2806
|
]),
|
|
2798
|
-
I(p) ? (s(), i("div",
|
|
2807
|
+
I(p) ? (s(), i("div", dr, [
|
|
2799
2808
|
t("button", {
|
|
2800
2809
|
ref_key: "mobileSearchButton",
|
|
2801
2810
|
ref: oe,
|
|
@@ -2811,7 +2820,7 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2811
2820
|
alt: "search icon",
|
|
2812
2821
|
width: "20",
|
|
2813
2822
|
height: "20"
|
|
2814
|
-
}, null, 8,
|
|
2823
|
+
}, null, 8, cr)
|
|
2815
2824
|
], 512)
|
|
2816
2825
|
])) : _("", !0),
|
|
2817
2826
|
t("button", {
|
|
@@ -2824,14 +2833,14 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2824
2833
|
height: "20",
|
|
2825
2834
|
src: I(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg",
|
|
2826
2835
|
alt: "burger menu icon"
|
|
2827
|
-
}, null, 8,
|
|
2836
|
+
}, null, 8, ur)
|
|
2828
2837
|
])
|
|
2829
2838
|
]),
|
|
2830
|
-
K(t("div",
|
|
2839
|
+
K(t("div", _r, [
|
|
2831
2840
|
t("ul", null, [
|
|
2832
2841
|
d($.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2833
2842
|
]),
|
|
2834
|
-
t("ul",
|
|
2843
|
+
t("ul", hr, [
|
|
2835
2844
|
d($.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2836
2845
|
d($.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2837
2846
|
])
|
|
@@ -2842,7 +2851,7 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2842
2851
|
])
|
|
2843
2852
|
]));
|
|
2844
2853
|
}
|
|
2845
|
-
}),
|
|
2854
|
+
}), mr = /* @__PURE__ */ v(pr, [["__scopeId", "data-v-0b00b9f2"]]), fr = { class: "language__wrapper" }, vr = { class: "language__content" }, gr = { class: "language__headline" }, br = { class: "language__paragraph" }, yr = { class: "language__links" }, kr = /* @__PURE__ */ g({
|
|
2846
2855
|
__name: "language-switcher",
|
|
2847
2856
|
props: {
|
|
2848
2857
|
headline: {
|
|
@@ -2855,17 +2864,17 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2855
2864
|
}
|
|
2856
2865
|
},
|
|
2857
2866
|
setup(e) {
|
|
2858
|
-
return (a, r) => (s(), i("div",
|
|
2859
|
-
t("div",
|
|
2860
|
-
t("h2",
|
|
2861
|
-
t("p",
|
|
2862
|
-
t("div",
|
|
2867
|
+
return (a, r) => (s(), i("div", fr, [
|
|
2868
|
+
t("div", vr, [
|
|
2869
|
+
t("h2", gr, c(e.headline), 1),
|
|
2870
|
+
t("p", br, c(e.paragraph), 1),
|
|
2871
|
+
t("div", yr, [
|
|
2863
2872
|
d(a.$slots, "language-links", {}, void 0, !0)
|
|
2864
2873
|
])
|
|
2865
2874
|
])
|
|
2866
2875
|
]));
|
|
2867
2876
|
}
|
|
2868
|
-
}),
|
|
2877
|
+
}), $r = /* @__PURE__ */ v(kr, [["__scopeId", "data-v-dc8cc97e"]]), wr = { class: "pagination__wrapper" }, Br = { class: "pagination__content" }, Sr = /* @__PURE__ */ g({
|
|
2869
2878
|
__name: "pagination",
|
|
2870
2879
|
props: {
|
|
2871
2880
|
isPreviousDisabled: {
|
|
@@ -2879,8 +2888,8 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2879
2888
|
},
|
|
2880
2889
|
emits: ["previous", "next"],
|
|
2881
2890
|
setup(e) {
|
|
2882
|
-
return (a, r) => (s(), i("div",
|
|
2883
|
-
t("div",
|
|
2891
|
+
return (a, r) => (s(), i("div", wr, [
|
|
2892
|
+
t("div", Br, [
|
|
2884
2893
|
S(se, {
|
|
2885
2894
|
disabled: e.isPreviousDisabled,
|
|
2886
2895
|
variant: "previous",
|
|
@@ -2897,13 +2906,13 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
|
|
|
2897
2906
|
])
|
|
2898
2907
|
]));
|
|
2899
2908
|
}
|
|
2900
|
-
}),
|
|
2901
|
-
function
|
|
2902
|
-
return s(), i("div",
|
|
2909
|
+
}), Ir = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-da6d07c9"]]), Cr = {}, Tr = { class: "search__wrapper" };
|
|
2910
|
+
function qr(e, a) {
|
|
2911
|
+
return s(), i("div", Tr, [
|
|
2903
2912
|
d(e.$slots, "default", { class: "search__content" })
|
|
2904
2913
|
]);
|
|
2905
2914
|
}
|
|
2906
|
-
const
|
|
2915
|
+
const Ar = /* @__PURE__ */ v(Cr, [["render", qr], ["__scopeId", "data-v-c07a6cf3"]]), Lr = { class: "dropdown" }, Dr = ["aria-expanded"], Vr = /* @__PURE__ */ g({
|
|
2907
2916
|
__name: "select-multiple",
|
|
2908
2917
|
props: {
|
|
2909
2918
|
label: { default: "" },
|
|
@@ -2922,7 +2931,7 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
|
|
|
2922
2931
|
const n = q(() => l.options.length > 8);
|
|
2923
2932
|
return (b, f) => {
|
|
2924
2933
|
const k = _e("click-outside");
|
|
2925
|
-
return K((s(), i("div",
|
|
2934
|
+
return K((s(), i("div", Lr, [
|
|
2926
2935
|
t("button", {
|
|
2927
2936
|
class: h(["dropdown-button", { clicked: r.value }]),
|
|
2928
2937
|
style: ee({ "z-index": r.value ? 2 : 0 }),
|
|
@@ -2932,7 +2941,7 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
|
|
|
2932
2941
|
d(b.$slots, "button", {}, () => [
|
|
2933
2942
|
J(c(b.label), 1)
|
|
2934
2943
|
], !0)
|
|
2935
|
-
], 14,
|
|
2944
|
+
], 14, Dr),
|
|
2936
2945
|
t("div", {
|
|
2937
2946
|
class: h([{ hidden: !r.value, "adjust-height": n.value }, "dropdown-content"])
|
|
2938
2947
|
}, [
|
|
@@ -2957,7 +2966,7 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
|
|
|
2957
2966
|
]);
|
|
2958
2967
|
};
|
|
2959
2968
|
}
|
|
2960
|
-
}),
|
|
2969
|
+
}), Pr = /* @__PURE__ */ v(Vr, [["__scopeId", "data-v-678cc92e"]]), Fr = { class: "promo__content" }, Mr = { class: "pallet-jack__media-wrap" }, Or = { class: "pallet-jack-link" }, zr = { class: "pallet-jack__media-wrap__inner-wrap" }, Hr = { class: "pallet-jack__media-wrap__content-wrap" }, Rr = { class: "regular-blue" }, Nr = /* @__PURE__ */ g({
|
|
2961
2970
|
__name: "pallet-jack",
|
|
2962
2971
|
props: {
|
|
2963
2972
|
label: { default: "" },
|
|
@@ -2983,22 +2992,22 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
|
|
|
2983
2992
|
o.teaser ? "promo__wrapper--teaser" : ""
|
|
2984
2993
|
])
|
|
2985
2994
|
}, [
|
|
2986
|
-
t("div",
|
|
2995
|
+
t("div", Fr, [
|
|
2987
2996
|
t("div", {
|
|
2988
2997
|
class: h([
|
|
2989
2998
|
"promo__video",
|
|
2990
2999
|
o.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2991
3000
|
])
|
|
2992
3001
|
}, [
|
|
2993
|
-
t("div",
|
|
2994
|
-
t("div",
|
|
3002
|
+
t("div", Mr, [
|
|
3003
|
+
t("div", Or, [
|
|
2995
3004
|
d(o.$slots, "pallet-jack-link")
|
|
2996
3005
|
]),
|
|
2997
|
-
t("div",
|
|
3006
|
+
t("div", zr, [
|
|
2998
3007
|
d(o.$slots, "pallet-jack-video")
|
|
2999
3008
|
]),
|
|
3000
|
-
t("div",
|
|
3001
|
-
t("h3",
|
|
3009
|
+
t("div", Hr, [
|
|
3010
|
+
t("h3", Rr, c(o.headline), 1),
|
|
3002
3011
|
t("p", null, c(o.shortDescription), 1)
|
|
3003
3012
|
])
|
|
3004
3013
|
])
|
|
@@ -3045,9 +3054,9 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
|
|
|
3045
3054
|
])
|
|
3046
3055
|
], 2));
|
|
3047
3056
|
}
|
|
3048
|
-
}),
|
|
3057
|
+
}), Er = /* @__PURE__ */ v(Nr, [["__scopeId", "data-v-00c0bad3"]]), Gr = {
|
|
3049
3058
|
install: (e) => {
|
|
3050
|
-
e.component("AtomButton", se), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", M), e.component("AtomLabel", X), e.component("AtomLink", L), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple",
|
|
3059
|
+
e.component("AtomButton", se), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", M), e.component("AtomLabel", X), e.component("AtomLink", L), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Pr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Et), e.component("AtomVideo", te), e.component("MoleculeAddress", la), e.component("MoleculeBulletList", da), e.component("MoleculeCard", pa), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", Ca), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ga), e.component("BlockAccordion", to), e.component("BlockFacts", wo), e.component("BlockFeatures", Lo), e.component("BlockFlashcards", Mo), e.component("BlockFormScript", jo), e.component("BlockHeadline", Jo), e.component("BlockHero", il), e.component("BlockImage", _l), e.component("BlockImageGallery", vl), e.component("BlockLogoWall", Il), e.component("BlockMicroStories", Ll), e.component("BlockPolicy", Ml), e.component("BlockProductHero", Kl), e.component("BlockPromo", Wl), e.component("BlockQuote", rs), e.component("BlockRichText", _s), e.component("BlockRichTextColumns", bs), e.component("BlockTimeline", qs), e.component("BlockCardDisplay", ro), e.component("BlockColumnGrid", po), e.component("BlockVimeo", Fs), e.component("BlockPalletJack", Er), e.component("BlockFrontPageHero", Zs), e.component("Organism404", oi), e.component("OrganismFilter", di), e.component("OrganismFooter", zi), e.component("OrganismHeader", mr), e.component("OrganismLanguageSwitcher", $r), e.component("OrganismPagination", Ir), e.component("OrganismSearch", Ar);
|
|
3051
3060
|
}
|
|
3052
3061
|
};
|
|
3053
3062
|
export {
|
|
@@ -3060,34 +3069,34 @@ export {
|
|
|
3060
3069
|
L as AtomLink,
|
|
3061
3070
|
rt as AtomRadioButton,
|
|
3062
3071
|
ht as AtomSelect,
|
|
3063
|
-
|
|
3072
|
+
Pr as AtomSelectMultiple,
|
|
3064
3073
|
Bt as AtomSlider,
|
|
3065
3074
|
Et as AtomTextField,
|
|
3066
3075
|
Lt as AtomTextarea,
|
|
3067
3076
|
te as AtomVideo,
|
|
3068
3077
|
to as BlockAccordion,
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3078
|
+
ro as BlockCardDisplay,
|
|
3079
|
+
po as BlockColumnGrid,
|
|
3080
|
+
wo as BlockFacts,
|
|
3081
|
+
Lo as BlockFeatures,
|
|
3082
|
+
Mo as BlockFlashcards,
|
|
3083
|
+
jo as BlockFormScript,
|
|
3084
|
+
Zs as BlockFrontPageHero,
|
|
3085
|
+
Jo as BlockHeadline,
|
|
3086
|
+
il as BlockHero,
|
|
3087
|
+
_l as BlockImage,
|
|
3088
|
+
vl as BlockImageGallery,
|
|
3089
|
+
Il as BlockLogoWall,
|
|
3090
|
+
Ll as BlockMicroStories,
|
|
3091
|
+
Er as BlockPalletJack,
|
|
3092
|
+
Ml as BlockPolicy,
|
|
3093
|
+
Kl as BlockProductHero,
|
|
3094
|
+
Wl as BlockPromo,
|
|
3095
|
+
rs as BlockQuote,
|
|
3096
|
+
_s as BlockRichText,
|
|
3097
|
+
bs as BlockRichTextColumns,
|
|
3098
|
+
qs as BlockTimeline,
|
|
3099
|
+
Fs as BlockVimeo,
|
|
3091
3100
|
la as MoleculeAddress,
|
|
3092
3101
|
da as MoleculeBulletList,
|
|
3093
3102
|
pa as MoleculeCard,
|
|
@@ -3096,12 +3105,12 @@ export {
|
|
|
3096
3105
|
be as MoleculeFlashcard,
|
|
3097
3106
|
ve as MoleculeModal,
|
|
3098
3107
|
Ga as MoleculeTextCard,
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3108
|
+
oi as Organism404,
|
|
3109
|
+
di as OrganismFilter,
|
|
3110
|
+
zi as OrganismFooter,
|
|
3111
|
+
mr as OrganismHeader,
|
|
3112
|
+
$r as OrganismLanguageSwitcher,
|
|
3113
|
+
Ir as OrganismPagination,
|
|
3114
|
+
Ar as OrganismSearch,
|
|
3115
|
+
Gr as default
|
|
3107
3116
|
};
|