@mirweb/mir-web-components 0.12.4 → 0.12.5
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.
|
@@ -1630,8 +1630,7 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-3ad48049"]]), Ya = { cla
|
|
|
1630
1630
|
},
|
|
1631
1631
|
variant: {
|
|
1632
1632
|
type: String,
|
|
1633
|
-
default: "
|
|
1634
|
-
validator: (e) => ["default", "light", "dark"].includes(e)
|
|
1633
|
+
default: ""
|
|
1635
1634
|
},
|
|
1636
1635
|
linkType: {
|
|
1637
1636
|
type: String,
|
|
@@ -1725,7 +1724,7 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-3ad48049"]]), Ya = { cla
|
|
|
1725
1724
|
], 2));
|
|
1726
1725
|
}
|
|
1727
1726
|
});
|
|
1728
|
-
const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-
|
|
1727
|
+
const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-24c28200"]]), Xa = (e) => (P("data-v-3cc55dbf"), e = e(), H(), e), el = { class: "quote__wrapper" }, tl = { class: "quote__content" }, al = /* @__PURE__ */ Xa(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ll = { class: "quote__quote" }, il = { class: "quote__quote-text" }, rl = { class: "quote__author" }, nl = {
|
|
1729
1728
|
key: 0,
|
|
1730
1729
|
class: "quote__image"
|
|
1731
1730
|
}, ol = { class: "quote__text" }, sl = { class: "quote__author-name" }, dl = { class: "quote__author-title" }, cl = /* @__PURE__ */ m({
|
|
@@ -1914,13 +1913,13 @@ const gl = /* @__PURE__ */ h(vl, [["__scopeId", "data-v-a94d5dd4"]]), fl = { cla
|
|
|
1914
1913
|
], 2));
|
|
1915
1914
|
}
|
|
1916
1915
|
});
|
|
1917
|
-
const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-f0ce4135"]]), Sl = { class: "vimeo" }, xl = {
|
|
1916
|
+
const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-f0ce4135"]]), Sl = { class: "vimeo" }, xl = {
|
|
1918
1917
|
key: 0,
|
|
1919
1918
|
class: "vimeo__headline"
|
|
1920
|
-
},
|
|
1919
|
+
}, Il = {
|
|
1921
1920
|
key: 1,
|
|
1922
1921
|
class: "vimeo__description"
|
|
1923
|
-
},
|
|
1922
|
+
}, ql = /* @__PURE__ */ m({
|
|
1924
1923
|
__name: "vimeo",
|
|
1925
1924
|
props: {
|
|
1926
1925
|
headline: {
|
|
@@ -1932,15 +1931,17 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-f0ce4135"]]), Sl = { cla
|
|
|
1932
1931
|
},
|
|
1933
1932
|
setup(e) {
|
|
1934
1933
|
return (l, a) => (i(), r("div", Sl, [
|
|
1935
|
-
t("div",
|
|
1936
|
-
|
|
1934
|
+
t("div", {
|
|
1935
|
+
class: c(["vimeo__wrapper", e.headline ? "vimeo__wrapper--headline" : ""])
|
|
1936
|
+
}, [
|
|
1937
|
+
e.headline ? (i(), r("h2", xl, s(e.headline), 1)) : v("", !0),
|
|
1937
1938
|
u(l.$slots, "vimeo-content", {}, void 0, !0),
|
|
1938
|
-
e.description ? (i(), r("p",
|
|
1939
|
-
])
|
|
1939
|
+
e.description ? (i(), r("p", Il, s(e.description), 1)) : v("", !0)
|
|
1940
|
+
], 2)
|
|
1940
1941
|
]));
|
|
1941
1942
|
}
|
|
1942
1943
|
});
|
|
1943
|
-
const
|
|
1944
|
+
const Ml = /* @__PURE__ */ h(ql, [["__scopeId", "data-v-a6c209f4"]]), Dl = { class: "not-found__wrapper" }, Bl = { class: "not-found__content" }, Ll = { class: "not-found__headline" }, Al = { class: "not-found__body" }, Cl = /* @__PURE__ */ m({
|
|
1944
1945
|
__name: "404",
|
|
1945
1946
|
props: {
|
|
1946
1947
|
headline: {
|
|
@@ -1949,17 +1950,17 @@ const Dl = /* @__PURE__ */ h(Ml, [["__scopeId", "data-v-2fc0faf9"]]), Bl = { cla
|
|
|
1949
1950
|
}
|
|
1950
1951
|
},
|
|
1951
1952
|
setup(e) {
|
|
1952
|
-
return (l, a) => (i(), r("div",
|
|
1953
|
-
t("div",
|
|
1954
|
-
t("h1",
|
|
1955
|
-
t("div",
|
|
1953
|
+
return (l, a) => (i(), r("div", Dl, [
|
|
1954
|
+
t("div", Bl, [
|
|
1955
|
+
t("h1", Ll, s(e.headline), 1),
|
|
1956
|
+
t("div", Al, [
|
|
1956
1957
|
u(l.$slots, "not-found-body", {}, void 0, !0)
|
|
1957
1958
|
])
|
|
1958
1959
|
])
|
|
1959
1960
|
]));
|
|
1960
1961
|
}
|
|
1961
1962
|
});
|
|
1962
|
-
const
|
|
1963
|
+
const Tl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-c2038fe4"]]), jl = { class: "filter__wrapper" }, Nl = { class: "filter__content" }, zl = { class: "filter__dropdowns" }, Vl = { class: "filter__chips" }, Ol = /* @__PURE__ */ m({
|
|
1963
1964
|
__name: "filter",
|
|
1964
1965
|
props: {
|
|
1965
1966
|
hasChips: {
|
|
@@ -1969,12 +1970,12 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-c2038fe4"]]), Nl = { cla
|
|
|
1969
1970
|
},
|
|
1970
1971
|
emits: ["clearFilters"],
|
|
1971
1972
|
setup(e) {
|
|
1972
|
-
return (l, a) => (i(), r("div",
|
|
1973
|
-
t("div",
|
|
1974
|
-
t("div",
|
|
1973
|
+
return (l, a) => (i(), r("div", jl, [
|
|
1974
|
+
t("div", Nl, [
|
|
1975
|
+
t("div", zl, [
|
|
1975
1976
|
u(l.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
1976
1977
|
]),
|
|
1977
|
-
t("div",
|
|
1978
|
+
t("div", Vl, [
|
|
1978
1979
|
u(l.$slots, "filter-chips", {}, void 0, !0),
|
|
1979
1980
|
e.hasChips ? (i(), r("button", {
|
|
1980
1981
|
key: 0,
|
|
@@ -1986,12 +1987,12 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-c2038fe4"]]), Nl = { cla
|
|
|
1986
1987
|
]));
|
|
1987
1988
|
}
|
|
1988
1989
|
});
|
|
1989
|
-
const
|
|
1990
|
+
const Pl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-cf46dae2"]]), z = (e) => (P("data-v-6d9c55d4"), e = e(), H(), e), Hl = { class: "footer__wrapper" }, Zl = { class: "footer__content" }, Rl = { class: "footer__sections" }, El = { class: "section" }, Ul = { class: "section__title" }, Wl = { class: "section__list" }, Fl = { class: "section" }, Gl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Jl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Yl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Kl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), Ql = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Xl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), ei = { class: "footer__bottom" }, ti = { class: "footer__copyright-policy" }, ai = { class: "copyright" }, li = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, [
|
|
1990
1991
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
1991
1992
|
/* @__PURE__ */ O("Change region")
|
|
1992
|
-
], -1)),
|
|
1993
|
-
|
|
1994
|
-
],
|
|
1993
|
+
], -1)), ii = [
|
|
1994
|
+
li
|
|
1995
|
+
], ri = { class: "footer__social" }, ni = ["href", "aria-label"], oi = /* @__PURE__ */ m({
|
|
1995
1996
|
__name: "footer",
|
|
1996
1997
|
props: {
|
|
1997
1998
|
footerSections: {
|
|
@@ -2021,32 +2022,32 @@ const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2021
2022
|
},
|
|
2022
2023
|
emits: ["changeRegionClicked"],
|
|
2023
2024
|
setup(e) {
|
|
2024
|
-
return (l, a) => (i(), r("div",
|
|
2025
|
-
t("footer",
|
|
2026
|
-
t("div",
|
|
2027
|
-
(i(!0), r(M, null, L(e.footerSections, (n) => (i(), r("div",
|
|
2028
|
-
t("span",
|
|
2025
|
+
return (l, a) => (i(), r("div", Hl, [
|
|
2026
|
+
t("footer", Zl, [
|
|
2027
|
+
t("div", Rl, [
|
|
2028
|
+
(i(!0), r(M, null, L(e.footerSections, (n) => (i(), r("div", El, [
|
|
2029
|
+
t("span", Ul, s(n.title), 1),
|
|
2029
2030
|
t("nav", null, [
|
|
2030
|
-
t("ul",
|
|
2031
|
+
t("ul", Wl, [
|
|
2031
2032
|
u(l.$slots, "section-links", {
|
|
2032
2033
|
links: n.links
|
|
2033
2034
|
})
|
|
2034
2035
|
])
|
|
2035
2036
|
])
|
|
2036
2037
|
]))), 256)),
|
|
2037
|
-
t("div",
|
|
2038
|
-
|
|
2038
|
+
t("div", Fl, [
|
|
2039
|
+
Gl,
|
|
2039
2040
|
t("address", null, [
|
|
2041
|
+
Jl,
|
|
2040
2042
|
Yl,
|
|
2041
2043
|
Kl,
|
|
2042
|
-
Ql,
|
|
2043
2044
|
k(j, {
|
|
2044
2045
|
class: "footer__contact",
|
|
2045
2046
|
linkType: "regular-light",
|
|
2046
2047
|
underline: "false"
|
|
2047
2048
|
}, {
|
|
2048
2049
|
default: S(() => [
|
|
2049
|
-
|
|
2050
|
+
Ql
|
|
2050
2051
|
]),
|
|
2051
2052
|
_: 1
|
|
2052
2053
|
}),
|
|
@@ -2056,24 +2057,24 @@ const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2056
2057
|
underline: "false"
|
|
2057
2058
|
}, {
|
|
2058
2059
|
default: S(() => [
|
|
2059
|
-
|
|
2060
|
+
Xl
|
|
2060
2061
|
]),
|
|
2061
2062
|
_: 1
|
|
2062
2063
|
})
|
|
2063
2064
|
])
|
|
2064
2065
|
])
|
|
2065
2066
|
]),
|
|
2066
|
-
t("div",
|
|
2067
|
-
t("div",
|
|
2068
|
-
t("p",
|
|
2067
|
+
t("div", ei, [
|
|
2068
|
+
t("div", ti, [
|
|
2069
|
+
t("p", ai, "© MiR " + s((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2069
2070
|
t("button", {
|
|
2070
2071
|
class: "footer__language-switcher",
|
|
2071
2072
|
onClick: a[0] || (a[0] = (n) => l.$emit("changeRegionClicked"))
|
|
2072
|
-
},
|
|
2073
|
+
}, ii),
|
|
2073
2074
|
u(l.$slots, "footer-privacy-link"),
|
|
2074
2075
|
u(l.$slots, "footer-cookie-link")
|
|
2075
2076
|
]),
|
|
2076
|
-
t("div",
|
|
2077
|
+
t("div", ri, [
|
|
2077
2078
|
(i(!0), r(M, null, L(e.socialMedia, (n) => (i(), T(j, {
|
|
2078
2079
|
underline: "false",
|
|
2079
2080
|
linkType: "regular"
|
|
@@ -2090,7 +2091,7 @@ const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2090
2091
|
n.title === "linkedin" ? "bg-linkedin" : n.title === "facebook" ? "bg-facebook" : n.title === "instagram" ? "bg-instagram" : n.title === "twitter" ? "bg-twitter" : n.title === "youtube" ? "bg-youtube" : ""
|
|
2091
2092
|
]])
|
|
2092
2093
|
}, null, 2)
|
|
2093
|
-
], 8,
|
|
2094
|
+
], 8, ni)
|
|
2094
2095
|
]),
|
|
2095
2096
|
_: 2
|
|
2096
2097
|
}, 1024))), 256))
|
|
@@ -2100,19 +2101,19 @@ const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2100
2101
|
]));
|
|
2101
2102
|
}
|
|
2102
2103
|
});
|
|
2103
|
-
const
|
|
2104
|
+
const si = /* @__PURE__ */ h(oi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", di = { class: "header__wrapper" }, ci = { class: "nav-wrapper" }, ui = { class: "mir-link-logo" }, _i = { class: "main-nav-items" }, mi = {
|
|
2104
2105
|
id: "menu-dropdown",
|
|
2105
2106
|
ref: "dropdownDiv"
|
|
2106
|
-
},
|
|
2107
|
+
}, hi = {
|
|
2107
2108
|
key: 0,
|
|
2108
2109
|
src: de,
|
|
2109
2110
|
alt: "dropdownarrow"
|
|
2110
|
-
},
|
|
2111
|
+
}, vi = {
|
|
2111
2112
|
key: 1,
|
|
2112
2113
|
src: de,
|
|
2113
2114
|
alt: "dropdownarrow",
|
|
2114
2115
|
style: { transform: "rotate(180deg)" }
|
|
2115
|
-
},
|
|
2116
|
+
}, gi = { class: "dropdown-content" }, fi = { class: "nav-search-wrapper" }, yi = ["src"], bi = { class: "mobile-logo-search-burger-wrapper" }, pi = { class: "mobile-mir-link-logo" }, ki = { class: "mobile-search-wrapper" }, $i = ["src"], wi = ["onClick"], Si = ["src"], xi = ["src"], Ii = { class: "mobile-menu-content-wrapper" }, qi = { class: "mobile-dropdown-content" }, Mi = /* @__PURE__ */ m({
|
|
2116
2117
|
__name: "header",
|
|
2117
2118
|
props: {
|
|
2118
2119
|
burgerState: {
|
|
@@ -2148,51 +2149,51 @@ const di = /* @__PURE__ */ h(si, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2148
2149
|
function I() {
|
|
2149
2150
|
o.value = !o.value, l("update:burgerState", o.value);
|
|
2150
2151
|
}
|
|
2151
|
-
return (f, b) => (i(), r("div",
|
|
2152
|
+
return (f, b) => (i(), r("div", di, [
|
|
2152
2153
|
t("nav", null, [
|
|
2153
|
-
t("div",
|
|
2154
|
-
t("div",
|
|
2154
|
+
t("div", ci, [
|
|
2155
|
+
t("div", ui, [
|
|
2155
2156
|
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2156
2157
|
]),
|
|
2157
|
-
t("ul",
|
|
2158
|
+
t("ul", _i, [
|
|
2158
2159
|
u(f.$slots, "main-nav-items", {}, void 0, !0)
|
|
2159
2160
|
]),
|
|
2160
|
-
t("div",
|
|
2161
|
+
t("div", mi, [
|
|
2161
2162
|
t("button", {
|
|
2162
2163
|
onClick: x,
|
|
2163
2164
|
class: "nav-dropdown-btn"
|
|
2164
2165
|
}, [
|
|
2165
2166
|
u(f.$slots, "dropdown-title", {}, void 0, !0),
|
|
2166
|
-
p(_) == !1 ? (i(), r("img",
|
|
2167
|
+
p(_) == !1 ? (i(), r("img", hi)) : (i(), r("img", vi))
|
|
2167
2168
|
]),
|
|
2168
|
-
U(t("div",
|
|
2169
|
+
U(t("div", gi, [
|
|
2169
2170
|
u(f.$slots, "dropdown-links", {}, void 0, !0)
|
|
2170
2171
|
], 512), [
|
|
2171
2172
|
[G, p(_)]
|
|
2172
2173
|
])
|
|
2173
2174
|
], 512),
|
|
2174
|
-
t("div",
|
|
2175
|
+
t("div", fi, [
|
|
2175
2176
|
t("button", null, [
|
|
2176
2177
|
t("img", {
|
|
2177
2178
|
src: p(o) == !0 ? p(le) : p(ae),
|
|
2178
2179
|
alt: "search icon"
|
|
2179
|
-
}, null, 8,
|
|
2180
|
+
}, null, 8, yi)
|
|
2180
2181
|
])
|
|
2181
2182
|
])
|
|
2182
2183
|
]),
|
|
2183
2184
|
t("div", {
|
|
2184
2185
|
class: c(["mobile-nav-wrapper", p(o) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2185
2186
|
}, [
|
|
2186
|
-
t("div",
|
|
2187
|
-
t("div",
|
|
2187
|
+
t("div", bi, [
|
|
2188
|
+
t("div", pi, [
|
|
2188
2189
|
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2189
2190
|
]),
|
|
2190
|
-
t("div",
|
|
2191
|
+
t("div", ki, [
|
|
2191
2192
|
t("button", null, [
|
|
2192
2193
|
t("img", {
|
|
2193
2194
|
src: p(o) == !0 ? p(le) : p(ae),
|
|
2194
2195
|
alt: "search icon"
|
|
2195
|
-
}, null, 8,
|
|
2196
|
+
}, null, 8, $i)
|
|
2196
2197
|
])
|
|
2197
2198
|
]),
|
|
2198
2199
|
t("button", {
|
|
@@ -2202,18 +2203,18 @@ const di = /* @__PURE__ */ h(si, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2202
2203
|
t("img", {
|
|
2203
2204
|
class: c(["burger-line", p(o) == !0 ? "burger-top-line-open" : ""]),
|
|
2204
2205
|
src: p(o) == !0 ? p(te) : p(ee)
|
|
2205
|
-
}, null, 10,
|
|
2206
|
+
}, null, 10, Si),
|
|
2206
2207
|
t("img", {
|
|
2207
2208
|
class: c(["burger-line", p(o) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2208
2209
|
src: p(o) == !0 ? p(te) : p(ee)
|
|
2209
|
-
}, null, 10,
|
|
2210
|
-
], 8,
|
|
2210
|
+
}, null, 10, xi)
|
|
2211
|
+
], 8, wi)
|
|
2211
2212
|
]),
|
|
2212
|
-
U(t("div",
|
|
2213
|
+
U(t("div", Ii, [
|
|
2213
2214
|
t("ul", null, [
|
|
2214
2215
|
u(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2215
2216
|
]),
|
|
2216
|
-
t("ul",
|
|
2217
|
+
t("ul", qi, [
|
|
2217
2218
|
u(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2218
2219
|
u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2219
2220
|
])
|
|
@@ -2225,7 +2226,7 @@ const di = /* @__PURE__ */ h(si, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2225
2226
|
]));
|
|
2226
2227
|
}
|
|
2227
2228
|
});
|
|
2228
|
-
const
|
|
2229
|
+
const Di = /* @__PURE__ */ h(Mi, [["__scopeId", "data-v-8ff68823"]]), Bi = { class: "language__wrapper" }, Li = { class: "language__content" }, Ai = { class: "language__headline" }, Ci = { class: "language__paragraph" }, Ti = /* @__PURE__ */ m({
|
|
2229
2230
|
__name: "language-switcher",
|
|
2230
2231
|
props: {
|
|
2231
2232
|
headline: {
|
|
@@ -2236,16 +2237,16 @@ const Bi = /* @__PURE__ */ h(Di, [["__scopeId", "data-v-8ff68823"]]), Li = { cla
|
|
|
2236
2237
|
}
|
|
2237
2238
|
},
|
|
2238
2239
|
setup(e) {
|
|
2239
|
-
return (l, a) => (i(), r("div",
|
|
2240
|
-
t("div",
|
|
2241
|
-
t("h2",
|
|
2242
|
-
t("p",
|
|
2240
|
+
return (l, a) => (i(), r("div", Bi, [
|
|
2241
|
+
t("div", Li, [
|
|
2242
|
+
t("h2", Ai, s(e.headline), 1),
|
|
2243
|
+
t("p", Ci, s(e.paragraph), 1),
|
|
2243
2244
|
u(l.$slots, "language-links", {}, void 0, !0)
|
|
2244
2245
|
])
|
|
2245
2246
|
]));
|
|
2246
2247
|
}
|
|
2247
2248
|
});
|
|
2248
|
-
const
|
|
2249
|
+
const ji = /* @__PURE__ */ h(Ti, [["__scopeId", "data-v-9d085a10"]]), Ni = { class: "pagination__wrapper" }, zi = { class: "pagination__content" }, Vi = /* @__PURE__ */ m({
|
|
2249
2250
|
__name: "pagination",
|
|
2250
2251
|
props: {
|
|
2251
2252
|
isPreviousDisabled: {
|
|
@@ -2259,8 +2260,8 @@ const Ni = /* @__PURE__ */ h(ji, [["__scopeId", "data-v-9d085a10"]]), zi = { cla
|
|
|
2259
2260
|
},
|
|
2260
2261
|
emits: ["previous", "next"],
|
|
2261
2262
|
setup(e) {
|
|
2262
|
-
return (l, a) => (i(), r("div",
|
|
2263
|
-
t("div",
|
|
2263
|
+
return (l, a) => (i(), r("div", Ni, [
|
|
2264
|
+
t("div", zi, [
|
|
2264
2265
|
k(W, {
|
|
2265
2266
|
onClick: a[0] || (a[0] = (n) => l.$emit("previous")),
|
|
2266
2267
|
disabled: e.isPreviousDisabled,
|
|
@@ -2278,9 +2279,9 @@ const Ni = /* @__PURE__ */ h(ji, [["__scopeId", "data-v-9d085a10"]]), zi = { cla
|
|
|
2278
2279
|
]));
|
|
2279
2280
|
}
|
|
2280
2281
|
});
|
|
2281
|
-
const
|
|
2282
|
+
const Oi = /* @__PURE__ */ h(Vi, [["__scopeId", "data-v-161faef3"]]), Hi = {
|
|
2282
2283
|
install: (e) => {
|
|
2283
|
-
e.component("AtomButton", W), e.component("AtomCheckbox", Ae), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel", F), e.component("AtomLink", j), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", R), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", va), e.component("BlockFeatures", Sa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ra), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", gl), e.component("BlockTripleCardDisplay", wl), e.component("BlockVimeo",
|
|
2284
|
+
e.component("AtomButton", W), e.component("AtomCheckbox", Ae), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel", F), e.component("AtomLink", j), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", R), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", va), e.component("BlockFeatures", Sa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ra), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", gl), e.component("BlockTripleCardDisplay", wl), e.component("BlockVimeo", Ml), e.component("Organism404", Tl), e.component("OrganismFilter", Pl), e.component("OrganismFooter", si), e.component("OrganismHeader", Di), e.component("OrganismLanguageSwitcher", ji), e.component("OrganismPagination", Oi);
|
|
2284
2285
|
}
|
|
2285
2286
|
};
|
|
2286
2287
|
export {
|
|
@@ -2308,16 +2309,16 @@ export {
|
|
|
2308
2309
|
ul as BlockQuote,
|
|
2309
2310
|
gl as BlockRichText,
|
|
2310
2311
|
wl as BlockTripleCardDisplay,
|
|
2311
|
-
|
|
2312
|
+
Ml as BlockVimeo,
|
|
2312
2313
|
Ft as MoleculeBulletList,
|
|
2313
2314
|
Kt as MoleculeCard,
|
|
2314
2315
|
ra as MoleculeEventCard,
|
|
2315
2316
|
se as MoleculeModal,
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2317
|
+
Tl as Organism404,
|
|
2318
|
+
Pl as OrganismFilter,
|
|
2319
|
+
si as OrganismFooter,
|
|
2320
|
+
Di as OrganismHeader,
|
|
2321
|
+
ji as OrganismLanguageSwitcher,
|
|
2322
|
+
Oi as OrganismPagination,
|
|
2323
|
+
Hi as default
|
|
2323
2324
|
};
|