@mirweb/mir-web-components 1.4.16 → 1.4.17
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.
|
@@ -1914,10 +1914,10 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1914
1914
|
}), Zl = /* @__PURE__ */ f(Ql, [["__scopeId", "data-v-90a2b109"]]), Xl = { class: "academy-overview" }, xl = { class: "academy-overview__content-wrapper" }, es = { class: "academy-overview__content" }, ts = { class: "academy-overview__title" }, as = { class: "academy-overview__description" }, os = {
|
|
1915
1915
|
key: 0,
|
|
1916
1916
|
class: "academy-overview__stats"
|
|
1917
|
-
}, ls = { class: "academy-overview__stats-row" }, ss = { class: "academy-overview__stat" }, is = { class: "academy-overview__value" }, rs = { class: "academy-overview__label" }, ns = { class: "academy-overview__stat" }, ds = { class: "academy-overview__value" }, cs = { class: "academy-overview__label" }, us = {
|
|
1917
|
+
}, ls = { class: "academy-overview__stats-row" }, ss = { class: "academy-overview__stat" }, is = { class: "academy-overview__value" }, rs = { class: "academy-overview__label" }, ns = { class: "academy-overview__stat" }, ds = { class: "academy-overview__value" }, cs = { class: "academy-overview__label" }, us = {
|
|
1918
1918
|
key: 1,
|
|
1919
1919
|
class: "academy-overview__button-wrapper"
|
|
1920
|
-
},
|
|
1920
|
+
}, _s = /* @__PURE__ */ g({
|
|
1921
1921
|
__name: "frontpage-hero",
|
|
1922
1922
|
props: {
|
|
1923
1923
|
hero: { default: () => ({
|
|
@@ -1925,8 +1925,6 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1925
1925
|
description: "Explore our Academy - an education hub packed with x hours of free live and on-demand content.",
|
|
1926
1926
|
lessonValue: 0,
|
|
1927
1927
|
lessonLabel: "Lessons Completed",
|
|
1928
|
-
minutesValue: 0,
|
|
1929
|
-
minutesLabel: "Minutes spent",
|
|
1930
1928
|
pointsValue: 0,
|
|
1931
1929
|
pointsLabel: "Points",
|
|
1932
1930
|
showStats: !1
|
|
@@ -1936,8 +1934,10 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1936
1934
|
return (a, r) => (o(), s("div", Xl, [
|
|
1937
1935
|
t("div", xl, [
|
|
1938
1936
|
t("div", es, [
|
|
1939
|
-
t("
|
|
1940
|
-
|
|
1937
|
+
t("div", null, [
|
|
1938
|
+
t("h1", ts, n(a.hero.headline), 1),
|
|
1939
|
+
t("p", as, n(a.hero.description), 1)
|
|
1940
|
+
]),
|
|
1941
1941
|
a.hero.showStats ? (o(), s("div", os, [
|
|
1942
1942
|
t("div", ls, [
|
|
1943
1943
|
t("div", ss, [
|
|
@@ -1945,23 +1945,19 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1945
1945
|
t("div", rs, n(a.hero.lessonLabel), 1)
|
|
1946
1946
|
]),
|
|
1947
1947
|
t("div", ns, [
|
|
1948
|
-
t("div", ds, n(a.hero.
|
|
1949
|
-
t("div", cs, n(a.hero.
|
|
1950
|
-
]),
|
|
1951
|
-
t("div", us, [
|
|
1952
|
-
t("div", _s, n(a.hero.pointsValue), 1),
|
|
1953
|
-
t("div", ps, n(a.hero.pointsLabel), 1)
|
|
1948
|
+
t("div", ds, n(a.hero.pointsValue), 1),
|
|
1949
|
+
t("div", cs, n(a.hero.pointsLabel), 1)
|
|
1954
1950
|
])
|
|
1955
1951
|
])
|
|
1956
1952
|
])) : h("", !0),
|
|
1957
|
-
a.hero.showStats ? h("", !0) : (o(), s("div",
|
|
1953
|
+
a.hero.showStats ? h("", !0) : (o(), s("div", us, [
|
|
1958
1954
|
c(a.$slots, "button", {}, void 0, !0)
|
|
1959
1955
|
]))
|
|
1960
1956
|
])
|
|
1961
1957
|
])
|
|
1962
1958
|
]));
|
|
1963
1959
|
}
|
|
1964
|
-
}),
|
|
1960
|
+
}), ps = /* @__PURE__ */ f(_s, [["__scopeId", "data-v-293eedbf"]]), hs = { class: "not-found__wrapper" }, ms = { class: "not-found__content" }, vs = { class: "not-found__headline" }, fs = { class: "not-found__body" }, gs = /* @__PURE__ */ g({
|
|
1965
1961
|
__name: "404",
|
|
1966
1962
|
props: {
|
|
1967
1963
|
headline: {
|
|
@@ -1970,16 +1966,16 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1970
1966
|
}
|
|
1971
1967
|
},
|
|
1972
1968
|
setup(e) {
|
|
1973
|
-
return (a, r) => (o(), s("div",
|
|
1974
|
-
t("div",
|
|
1975
|
-
t("h1",
|
|
1976
|
-
t("div",
|
|
1969
|
+
return (a, r) => (o(), s("div", hs, [
|
|
1970
|
+
t("div", ms, [
|
|
1971
|
+
t("h1", vs, n(e.headline), 1),
|
|
1972
|
+
t("div", fs, [
|
|
1977
1973
|
c(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1978
1974
|
])
|
|
1979
1975
|
])
|
|
1980
1976
|
]));
|
|
1981
1977
|
}
|
|
1982
|
-
}),
|
|
1978
|
+
}), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-b829ca6c"]]), ys = { class: "filter__wrapper" }, $s = { class: "filter__content" }, ks = { class: "filter__dropdowns" }, ws = { class: "filter__chips" }, Ss = /* @__PURE__ */ g({
|
|
1983
1979
|
__name: "filter",
|
|
1984
1980
|
props: {
|
|
1985
1981
|
hasChips: {
|
|
@@ -1993,12 +1989,12 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1993
1989
|
},
|
|
1994
1990
|
emits: ["clearFilters"],
|
|
1995
1991
|
setup(e) {
|
|
1996
|
-
return (a, r) => (o(), s("div",
|
|
1997
|
-
t("div",
|
|
1998
|
-
t("div",
|
|
1992
|
+
return (a, r) => (o(), s("div", ys, [
|
|
1993
|
+
t("div", $s, [
|
|
1994
|
+
t("div", ks, [
|
|
1999
1995
|
c(a.$slots, "filter-dropdowns")
|
|
2000
1996
|
]),
|
|
2001
|
-
t("div",
|
|
1997
|
+
t("div", ws, [
|
|
2002
1998
|
c(a.$slots, "filter-chips"),
|
|
2003
1999
|
e.hasChips ? (o(), s("button", {
|
|
2004
2000
|
key: 0,
|
|
@@ -2009,35 +2005,35 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2009
2005
|
])
|
|
2010
2006
|
]));
|
|
2011
2007
|
}
|
|
2012
|
-
}),
|
|
2008
|
+
}), Bs = /* @__PURE__ */ f(Ss, [["__scopeId", "data-v-31c1ba00"]]), fe = (e) => (F("data-v-3d0cbbd5"), e = e(), H(), e), Is = { class: "footer__wrapper" }, qs = { class: "footer__content" }, Ls = {
|
|
2013
2009
|
key: 0,
|
|
2014
2010
|
src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
|
|
2015
2011
|
style: { margin: "0 auto" }
|
|
2016
|
-
},
|
|
2012
|
+
}, Ds = { class: "footer__sections" }, Cs = { class: "section__title" }, Ts = { class: "section__list" }, Vs = { class: "section" }, As = {
|
|
2017
2013
|
key: 0,
|
|
2018
2014
|
class: "section__title"
|
|
2019
|
-
},
|
|
2015
|
+
}, Ps = {
|
|
2020
2016
|
key: 1,
|
|
2021
2017
|
class: "section__title"
|
|
2022
|
-
},
|
|
2018
|
+
}, Ms = { key: 0 }, Os = { key: 1 }, zs = { key: 2 }, Fs = { key: 3 }, Hs = { key: 4 }, Rs = /* @__PURE__ */ fe(() => /* @__PURE__ */ t("br", null, null, -1)), Es = {
|
|
2023
2019
|
key: 0,
|
|
2024
2020
|
href: "mailto:china@mir-robots.com"
|
|
2025
|
-
},
|
|
2021
|
+
}, Ns = {
|
|
2026
2022
|
key: 1,
|
|
2027
2023
|
href: "mailto:mail@mir-robots.com"
|
|
2028
|
-
},
|
|
2024
|
+
}, js = {
|
|
2029
2025
|
key: 0,
|
|
2030
2026
|
href: "tel:+8613661856951"
|
|
2031
|
-
},
|
|
2027
|
+
}, Ks = {
|
|
2032
2028
|
key: 1,
|
|
2033
2029
|
href: "tel:+4520377577"
|
|
2034
|
-
},
|
|
2030
|
+
}, Us = { class: "footer__bottom" }, Gs = { class: "copyright" }, Js = { class: "footer__policy" }, Ws = /* @__PURE__ */ fe(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Ys = {
|
|
2035
2031
|
key: 0,
|
|
2036
2032
|
class: "footer__social"
|
|
2037
|
-
},
|
|
2033
|
+
}, Qs = ["href", "aria-label"], Zs = {
|
|
2038
2034
|
key: 1,
|
|
2039
2035
|
class: "footer__social"
|
|
2040
|
-
},
|
|
2036
|
+
}, Xs = ["href", "aria-label"], xs = /* @__PURE__ */ g({
|
|
2041
2037
|
__name: "footer",
|
|
2042
2038
|
props: {
|
|
2043
2039
|
language: { default: "" },
|
|
@@ -2050,37 +2046,37 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2050
2046
|
},
|
|
2051
2047
|
emits: ["changeRegionClicked"],
|
|
2052
2048
|
setup(e) {
|
|
2053
|
-
return (a, r) => (o(), s("div",
|
|
2054
|
-
t("footer",
|
|
2055
|
-
a.language === "zh" ? (o(), s("img",
|
|
2056
|
-
t("div",
|
|
2049
|
+
return (a, r) => (o(), s("div", Is, [
|
|
2050
|
+
t("footer", qs, [
|
|
2051
|
+
a.language === "zh" ? (o(), s("img", Ls)) : h("", !0),
|
|
2052
|
+
t("div", Ds, [
|
|
2057
2053
|
(o(!0), s(A, null, P(a.footerSections, (i) => (o(), s("div", {
|
|
2058
2054
|
key: i.title,
|
|
2059
2055
|
class: "section"
|
|
2060
2056
|
}, [
|
|
2061
|
-
t("span",
|
|
2057
|
+
t("span", Cs, n(i.title), 1),
|
|
2062
2058
|
t("nav", null, [
|
|
2063
|
-
t("ul",
|
|
2059
|
+
t("ul", Ts, [
|
|
2064
2060
|
c(a.$slots, "section-links", {
|
|
2065
2061
|
links: i.links
|
|
2066
2062
|
})
|
|
2067
2063
|
])
|
|
2068
2064
|
])
|
|
2069
2065
|
]))), 128)),
|
|
2070
|
-
t("div",
|
|
2071
|
-
a.language === "zh" ? (o(), s("span",
|
|
2066
|
+
t("div", Vs, [
|
|
2067
|
+
a.language === "zh" ? (o(), s("span", As, "名傲移动机器人(上海)有限公司")) : (o(), s("span", Ps, "Mobile Industrial Robots A/S")),
|
|
2072
2068
|
t("address", null, [
|
|
2073
|
-
a.language === "zh" ? (o(), s("span",
|
|
2074
|
-
a.language === "zh" ? (o(), s("span",
|
|
2075
|
-
a.language !== "zh" ? (o(), s("span",
|
|
2076
|
-
|
|
2069
|
+
a.language === "zh" ? (o(), s("span", Ms, "上海浦东新区金桥出口加工区")) : (o(), s("span", Os, "Energivej 51")),
|
|
2070
|
+
a.language === "zh" ? (o(), s("span", zs, "桂桥路1201号10栋2楼")) : (o(), s("span", Fs, "5260 Odense S")),
|
|
2071
|
+
a.language !== "zh" ? (o(), s("span", Hs, "CVR: 35251235")) : h("", !0),
|
|
2072
|
+
Rs,
|
|
2077
2073
|
B(V, {
|
|
2078
2074
|
class: "footer__contact",
|
|
2079
2075
|
"link-type": "regular_light",
|
|
2080
2076
|
underline: "false"
|
|
2081
2077
|
}, {
|
|
2082
2078
|
default: $(() => [
|
|
2083
|
-
a.language === "zh" ? (o(), s("a",
|
|
2079
|
+
a.language === "zh" ? (o(), s("a", Es, "china@mir-robots.com")) : (o(), s("a", Ns, "mail@mir-robots.com"))
|
|
2084
2080
|
]),
|
|
2085
2081
|
_: 1
|
|
2086
2082
|
}),
|
|
@@ -2090,29 +2086,29 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2090
2086
|
underline: "false"
|
|
2091
2087
|
}, {
|
|
2092
2088
|
default: $(() => [
|
|
2093
|
-
a.language === "zh" ? (o(), s("a",
|
|
2089
|
+
a.language === "zh" ? (o(), s("a", js, "+86 13661856951(微信同号)")) : (o(), s("a", Ks, "+45 20 377 577"))
|
|
2094
2090
|
]),
|
|
2095
2091
|
_: 1
|
|
2096
2092
|
})
|
|
2097
2093
|
])
|
|
2098
2094
|
])
|
|
2099
2095
|
]),
|
|
2100
|
-
t("div",
|
|
2101
|
-
t("p",
|
|
2102
|
-
t("div",
|
|
2096
|
+
t("div", Us, [
|
|
2097
|
+
t("p", Gs, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2098
|
+
t("div", Js, [
|
|
2103
2099
|
t("button", {
|
|
2104
2100
|
class: "footer__language-switcher",
|
|
2105
2101
|
onClick: r[0] || (r[0] = (i) => a.$emit("changeRegionClicked"))
|
|
2106
2102
|
}, [
|
|
2107
2103
|
t("span", null, [
|
|
2108
|
-
|
|
2104
|
+
Ws,
|
|
2109
2105
|
G(n(a.changeRegion), 1)
|
|
2110
2106
|
])
|
|
2111
2107
|
]),
|
|
2112
2108
|
c(a.$slots, "footer-privacy-link"),
|
|
2113
2109
|
c(a.$slots, "footer-cookie-link")
|
|
2114
2110
|
]),
|
|
2115
|
-
a.language !== "zh" ? (o(), s("div",
|
|
2111
|
+
a.language !== "zh" ? (o(), s("div", Ys, [
|
|
2116
2112
|
(o(!0), s(A, null, P(a.socialMedia, (i) => (o(), T(V, {
|
|
2117
2113
|
key: i.title,
|
|
2118
2114
|
underline: "false",
|
|
@@ -2129,11 +2125,11 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2129
2125
|
height: "14",
|
|
2130
2126
|
class: m(["footer__social--icon", [i.title ? "bg-" + i.title : ""]])
|
|
2131
2127
|
}, null, 2)
|
|
2132
|
-
], 8,
|
|
2128
|
+
], 8, Qs)
|
|
2133
2129
|
]),
|
|
2134
2130
|
_: 2
|
|
2135
2131
|
}, 1024))), 128))
|
|
2136
|
-
])) : (o(), s("div",
|
|
2132
|
+
])) : (o(), s("div", Zs, [
|
|
2137
2133
|
(o(!0), s(A, null, P(a.socialMediaChina, (i) => (o(), T(V, {
|
|
2138
2134
|
key: i.title,
|
|
2139
2135
|
underline: "false",
|
|
@@ -2150,7 +2146,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2150
2146
|
height: "14",
|
|
2151
2147
|
class: m(["footer__social--icon", [i.title ? "bg-" + i.title : ""]])
|
|
2152
2148
|
}, null, 2)
|
|
2153
|
-
], 8,
|
|
2149
|
+
], 8, Xs)
|
|
2154
2150
|
]),
|
|
2155
2151
|
_: 2
|
|
2156
2152
|
}, 1024))), 128))
|
|
@@ -2159,51 +2155,51 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2159
2155
|
])
|
|
2160
2156
|
]));
|
|
2161
2157
|
}
|
|
2162
|
-
}),
|
|
2158
|
+
}), ei = /* @__PURE__ */ f(xs, [["__scopeId", "data-v-3d0cbbd5"]]), ge = (e) => (F("data-v-766d3c80"), e = e(), H(), e), ti = { class: "header__wrapper" }, ai = { class: "nav-wrapper" }, oi = { class: "mir-link-logo" }, li = { class: "main-nav-items" }, si = {
|
|
2163
2159
|
key: 0,
|
|
2164
2160
|
id: "menu-dropdown",
|
|
2165
2161
|
ref: "dropdownDiv"
|
|
2166
|
-
},
|
|
2162
|
+
}, ii = {
|
|
2167
2163
|
key: 0,
|
|
2168
2164
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2169
2165
|
alt: "dropdownarrow"
|
|
2170
|
-
},
|
|
2166
|
+
}, ri = {
|
|
2171
2167
|
key: 1,
|
|
2172
2168
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2173
2169
|
alt: "dropdownarrow",
|
|
2174
2170
|
style: { transform: "rotate(180deg)" }
|
|
2175
|
-
},
|
|
2171
|
+
}, ni = { class: "dropdown-content" }, di = {
|
|
2176
2172
|
key: 1,
|
|
2177
2173
|
class: "nav-search-wrapper"
|
|
2178
|
-
},
|
|
2174
|
+
}, ci = ["src"], ui = {
|
|
2179
2175
|
key: 2,
|
|
2180
2176
|
id: "menu-portal-switcher",
|
|
2181
2177
|
class: "portal-switcher-wrapper"
|
|
2182
|
-
},
|
|
2178
|
+
}, _i = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
|
|
2183
2179
|
src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
|
|
2184
2180
|
alt: "portalswitchericon",
|
|
2185
2181
|
width: "15",
|
|
2186
2182
|
height: "15"
|
|
2187
|
-
}, null, -1)),
|
|
2188
|
-
|
|
2189
|
-
],
|
|
2183
|
+
}, null, -1)), pi = [
|
|
2184
|
+
_i
|
|
2185
|
+
], hi = { class: "portal-switcher-content" }, mi = { class: "portal-switcher-links" }, vi = ["href"], fi = ["src"], gi = {
|
|
2190
2186
|
key: 3,
|
|
2191
2187
|
id: "menu-profile-dropdown",
|
|
2192
2188
|
class: "profile-dropdown-wrapper"
|
|
2193
|
-
},
|
|
2189
|
+
}, bi = {
|
|
2194
2190
|
key: 0,
|
|
2195
2191
|
class: "profile-dropdown-sign-in"
|
|
2196
|
-
},
|
|
2192
|
+
}, yi = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
|
|
2197
2193
|
src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
|
|
2198
2194
|
alt: "profiledropdownicon",
|
|
2199
2195
|
width: "15",
|
|
2200
2196
|
height: "15"
|
|
2201
|
-
}, null, -1)),
|
|
2202
|
-
|
|
2203
|
-
],
|
|
2197
|
+
}, null, -1)), $i = [
|
|
2198
|
+
yi
|
|
2199
|
+
], ki = { class: "profile-dropdown-content" }, wi = { class: "mobile-logo-search-burger-wrapper" }, Si = { class: "mobile-mir-link-logo" }, Bi = {
|
|
2204
2200
|
key: 0,
|
|
2205
2201
|
class: "mobile-search-wrapper"
|
|
2206
|
-
},
|
|
2202
|
+
}, Ii = ["src"], qi = ["src"], Li = { class: "mobile-menu-content-wrapper" }, Di = { class: "mobile-dropdown-content" }, Ci = /* @__PURE__ */ g({
|
|
2207
2203
|
__name: "header",
|
|
2208
2204
|
props: {
|
|
2209
2205
|
burgerState: {
|
|
@@ -2302,30 +2298,30 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2302
2298
|
}
|
|
2303
2299
|
return a({
|
|
2304
2300
|
defocusSearchButton: re
|
|
2305
|
-
}), (y, N) => (o(), s("div",
|
|
2301
|
+
}), (y, N) => (o(), s("div", ti, [
|
|
2306
2302
|
t("nav", null, [
|
|
2307
|
-
t("div",
|
|
2308
|
-
t("div",
|
|
2303
|
+
t("div", ai, [
|
|
2304
|
+
t("div", oi, [
|
|
2309
2305
|
c(y.$slots, "link-logo", {}, void 0, !0)
|
|
2310
2306
|
]),
|
|
2311
|
-
t("ul",
|
|
2307
|
+
t("ul", li, [
|
|
2312
2308
|
c(y.$slots, "main-nav-items", {}, void 0, !0)
|
|
2313
2309
|
]),
|
|
2314
|
-
e.useDropdown ? (o(), s("div",
|
|
2310
|
+
e.useDropdown ? (o(), s("div", si, [
|
|
2315
2311
|
t("button", {
|
|
2316
2312
|
class: "nav-dropdown-btn",
|
|
2317
2313
|
onClick: x
|
|
2318
2314
|
}, [
|
|
2319
2315
|
c(y.$slots, "dropdown-title", {}, void 0, !0),
|
|
2320
|
-
I(_) === !1 ? (o(), s("img",
|
|
2316
|
+
I(_) === !1 ? (o(), s("img", ii)) : (o(), s("img", ri))
|
|
2321
2317
|
]),
|
|
2322
|
-
K(t("div",
|
|
2318
|
+
K(t("div", ni, [
|
|
2323
2319
|
c(y.$slots, "dropdown-links", {}, void 0, !0)
|
|
2324
2320
|
], 512), [
|
|
2325
2321
|
[Q, I(_)]
|
|
2326
2322
|
])
|
|
2327
2323
|
], 512)) : h("", !0),
|
|
2328
|
-
I(d) ? (o(), s("div",
|
|
2324
|
+
I(d) ? (o(), s("div", di, [
|
|
2329
2325
|
t("button", {
|
|
2330
2326
|
ref_key: "navSearchButton",
|
|
2331
2327
|
ref: U,
|
|
@@ -2340,16 +2336,16 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2340
2336
|
alt: "search icon",
|
|
2341
2337
|
width: "20",
|
|
2342
2338
|
height: "20"
|
|
2343
|
-
}, null, 8,
|
|
2339
|
+
}, null, 8, ci)
|
|
2344
2340
|
], 512)
|
|
2345
2341
|
])) : h("", !0),
|
|
2346
|
-
e.usePortalSwitcher ? (o(), s("div",
|
|
2342
|
+
e.usePortalSwitcher ? (o(), s("div", ui, [
|
|
2347
2343
|
t("button", {
|
|
2348
2344
|
class: "nav-portal-switcher-btn",
|
|
2349
2345
|
onClick: le
|
|
2350
|
-
},
|
|
2351
|
-
K(t("div",
|
|
2352
|
-
t("ul",
|
|
2346
|
+
}, pi),
|
|
2347
|
+
K(t("div", hi, [
|
|
2348
|
+
t("ul", mi, [
|
|
2353
2349
|
(o(!0), s(A, null, P(e.portals, (j, R) => (o(), s("li", {
|
|
2354
2350
|
key: R,
|
|
2355
2351
|
class: "portal-switcher-link"
|
|
@@ -2362,9 +2358,9 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2362
2358
|
}, [
|
|
2363
2359
|
t("img", {
|
|
2364
2360
|
src: j.icon
|
|
2365
|
-
}, null, 8,
|
|
2361
|
+
}, null, 8, fi),
|
|
2366
2362
|
t("div", null, n(j.name), 1)
|
|
2367
|
-
], 8,
|
|
2363
|
+
], 8, vi)
|
|
2368
2364
|
]),
|
|
2369
2365
|
_: 2
|
|
2370
2366
|
}, 1024)
|
|
@@ -2374,16 +2370,16 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2374
2370
|
[Q, I(b)]
|
|
2375
2371
|
])
|
|
2376
2372
|
])) : h("", !0),
|
|
2377
|
-
e.useProfileDropdown ? (o(), s("div",
|
|
2378
|
-
I(k) ? h("", !0) : (o(), s("div",
|
|
2373
|
+
e.useProfileDropdown ? (o(), s("div", gi, [
|
|
2374
|
+
I(k) ? h("", !0) : (o(), s("div", bi, [
|
|
2379
2375
|
c(y.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2380
2376
|
])),
|
|
2381
2377
|
I(k) ? (o(), s("button", {
|
|
2382
2378
|
key: 1,
|
|
2383
2379
|
class: "nav-profile-dropdown-btn",
|
|
2384
2380
|
onClick: se
|
|
2385
|
-
},
|
|
2386
|
-
K(t("div",
|
|
2381
|
+
}, $i)) : h("", !0),
|
|
2382
|
+
K(t("div", ki, [
|
|
2387
2383
|
c(y.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2388
2384
|
], 512), [
|
|
2389
2385
|
[Q, I(v)]
|
|
@@ -2393,11 +2389,11 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2393
2389
|
t("div", {
|
|
2394
2390
|
class: m(["mobile-nav-wrapper", I(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2395
2391
|
}, [
|
|
2396
|
-
t("div",
|
|
2397
|
-
t("div",
|
|
2392
|
+
t("div", wi, [
|
|
2393
|
+
t("div", Si, [
|
|
2398
2394
|
c(y.$slots, "link-logo", {}, void 0, !0)
|
|
2399
2395
|
]),
|
|
2400
|
-
I(d) ? (o(), s("div",
|
|
2396
|
+
I(d) ? (o(), s("div", Bi, [
|
|
2401
2397
|
t("button", {
|
|
2402
2398
|
ref_key: "mobileSearchButton",
|
|
2403
2399
|
ref: ee,
|
|
@@ -2413,7 +2409,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2413
2409
|
alt: "search icon",
|
|
2414
2410
|
width: "20",
|
|
2415
2411
|
height: "20"
|
|
2416
|
-
}, null, 8,
|
|
2412
|
+
}, null, 8, Ii)
|
|
2417
2413
|
], 512)
|
|
2418
2414
|
])) : h("", !0),
|
|
2419
2415
|
t("button", {
|
|
@@ -2426,14 +2422,14 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2426
2422
|
height: "20",
|
|
2427
2423
|
alt: "burger menu line icon",
|
|
2428
2424
|
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"
|
|
2429
|
-
}, null, 8,
|
|
2425
|
+
}, null, 8, qi)
|
|
2430
2426
|
])
|
|
2431
2427
|
]),
|
|
2432
|
-
K(t("div",
|
|
2428
|
+
K(t("div", Li, [
|
|
2433
2429
|
t("ul", null, [
|
|
2434
2430
|
c(y.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2435
2431
|
]),
|
|
2436
|
-
t("ul",
|
|
2432
|
+
t("ul", Di, [
|
|
2437
2433
|
c(y.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2438
2434
|
c(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2439
2435
|
])
|
|
@@ -2444,7 +2440,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2444
2440
|
])
|
|
2445
2441
|
]));
|
|
2446
2442
|
}
|
|
2447
|
-
}),
|
|
2443
|
+
}), Ti = /* @__PURE__ */ f(Ci, [["__scopeId", "data-v-766d3c80"]]), Vi = { class: "language__wrapper" }, Ai = { class: "language__content" }, Pi = { class: "language__headline" }, Mi = { class: "language__paragraph" }, Oi = { class: "language__links" }, zi = /* @__PURE__ */ g({
|
|
2448
2444
|
__name: "language-switcher",
|
|
2449
2445
|
props: {
|
|
2450
2446
|
headline: {
|
|
@@ -2457,17 +2453,17 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2457
2453
|
}
|
|
2458
2454
|
},
|
|
2459
2455
|
setup(e) {
|
|
2460
|
-
return (a, r) => (o(), s("div",
|
|
2461
|
-
t("div",
|
|
2462
|
-
t("h2",
|
|
2463
|
-
t("p",
|
|
2464
|
-
t("div",
|
|
2456
|
+
return (a, r) => (o(), s("div", Vi, [
|
|
2457
|
+
t("div", Ai, [
|
|
2458
|
+
t("h2", Pi, n(e.headline), 1),
|
|
2459
|
+
t("p", Mi, n(e.paragraph), 1),
|
|
2460
|
+
t("div", Oi, [
|
|
2465
2461
|
c(a.$slots, "language-links", {}, void 0, !0)
|
|
2466
2462
|
])
|
|
2467
2463
|
])
|
|
2468
2464
|
]));
|
|
2469
2465
|
}
|
|
2470
|
-
}),
|
|
2466
|
+
}), Fi = /* @__PURE__ */ f(zi, [["__scopeId", "data-v-dc8cc97e"]]), Hi = { class: "pagination__wrapper" }, Ri = { class: "pagination__content" }, Ei = /* @__PURE__ */ g({
|
|
2471
2467
|
__name: "pagination",
|
|
2472
2468
|
props: {
|
|
2473
2469
|
isPreviousDisabled: {
|
|
@@ -2481,8 +2477,8 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2481
2477
|
},
|
|
2482
2478
|
emits: ["previous", "next"],
|
|
2483
2479
|
setup(e) {
|
|
2484
|
-
return (a, r) => (o(), s("div",
|
|
2485
|
-
t("div",
|
|
2480
|
+
return (a, r) => (o(), s("div", Hi, [
|
|
2481
|
+
t("div", Ri, [
|
|
2486
2482
|
B(ae, {
|
|
2487
2483
|
disabled: e.isPreviousDisabled,
|
|
2488
2484
|
variant: "previous",
|
|
@@ -2499,13 +2495,13 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2499
2495
|
])
|
|
2500
2496
|
]));
|
|
2501
2497
|
}
|
|
2502
|
-
}),
|
|
2503
|
-
function
|
|
2504
|
-
return o(), s("div",
|
|
2498
|
+
}), Ni = /* @__PURE__ */ f(Ei, [["__scopeId", "data-v-da6d07c9"]]), ji = {}, Ki = { class: "search__wrapper" };
|
|
2499
|
+
function Ui(e, a) {
|
|
2500
|
+
return o(), s("div", Ki, [
|
|
2505
2501
|
c(e.$slots, "default", { class: "search__content" })
|
|
2506
2502
|
]);
|
|
2507
2503
|
}
|
|
2508
|
-
const
|
|
2504
|
+
const Gi = /* @__PURE__ */ f(ji, [["render", Ui], ["__scopeId", "data-v-c07a6cf3"]]), Ji = { class: "dropdown" }, Wi = ["aria-expanded"], Yi = /* @__PURE__ */ g({
|
|
2509
2505
|
__name: "select-multiple",
|
|
2510
2506
|
props: {
|
|
2511
2507
|
label: { default: "" },
|
|
@@ -2524,7 +2520,7 @@ const Yi = /* @__PURE__ */ f(Gi, [["render", Wi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2524
2520
|
const _ = C(() => i.options.length > 8);
|
|
2525
2521
|
return (b, v) => {
|
|
2526
2522
|
const k = ue("click-outside");
|
|
2527
|
-
return K((o(), s("div",
|
|
2523
|
+
return K((o(), s("div", Ji, [
|
|
2528
2524
|
t("button", {
|
|
2529
2525
|
class: "dropdown-button",
|
|
2530
2526
|
style: oe({ "z-index": r.value ? 2 : 0 }),
|
|
@@ -2534,7 +2530,7 @@ const Yi = /* @__PURE__ */ f(Gi, [["render", Wi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2534
2530
|
c(b.$slots, "button", {}, () => [
|
|
2535
2531
|
G(n(b.label), 1)
|
|
2536
2532
|
], !0)
|
|
2537
|
-
], 12,
|
|
2533
|
+
], 12, Wi),
|
|
2538
2534
|
t("div", {
|
|
2539
2535
|
class: m([{ hidden: !r.value, "adjust-height": _.value }, "dropdown-content"])
|
|
2540
2536
|
}, [
|
|
@@ -2559,7 +2555,7 @@ const Yi = /* @__PURE__ */ f(Gi, [["render", Wi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2559
2555
|
]);
|
|
2560
2556
|
};
|
|
2561
2557
|
}
|
|
2562
|
-
}),
|
|
2558
|
+
}), Qi = /* @__PURE__ */ f(Yi, [["__scopeId", "data-v-164647da"]]), Zi = { class: "promo__content" }, Xi = { class: "pallet-jack__media-wrap" }, xi = { class: "pallet-jack-link" }, er = { class: "pallet-jack__media-wrap__inner-wrap" }, tr = { class: "pallet-jack__media-wrap__content-wrap" }, ar = { class: "regular-blue" }, or = /* @__PURE__ */ g({
|
|
2563
2559
|
__name: "pallet-jack",
|
|
2564
2560
|
props: {
|
|
2565
2561
|
label: { default: "" },
|
|
@@ -2585,22 +2581,22 @@ const Yi = /* @__PURE__ */ f(Gi, [["render", Wi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2585
2581
|
l.teaser ? "promo__wrapper--teaser" : ""
|
|
2586
2582
|
])
|
|
2587
2583
|
}, [
|
|
2588
|
-
t("div",
|
|
2584
|
+
t("div", Zi, [
|
|
2589
2585
|
t("div", {
|
|
2590
2586
|
class: m([
|
|
2591
2587
|
"promo__video",
|
|
2592
2588
|
l.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2593
2589
|
])
|
|
2594
2590
|
}, [
|
|
2595
|
-
t("div",
|
|
2596
|
-
t("div",
|
|
2591
|
+
t("div", Xi, [
|
|
2592
|
+
t("div", xi, [
|
|
2597
2593
|
c(l.$slots, "pallet-jack-link")
|
|
2598
2594
|
]),
|
|
2599
|
-
t("div",
|
|
2595
|
+
t("div", er, [
|
|
2600
2596
|
c(l.$slots, "pallet-jack-video")
|
|
2601
2597
|
]),
|
|
2602
|
-
t("div",
|
|
2603
|
-
t("h3",
|
|
2598
|
+
t("div", tr, [
|
|
2599
|
+
t("h3", ar, n(l.headline), 1),
|
|
2604
2600
|
t("p", null, n(l.shortDescription), 1)
|
|
2605
2601
|
])
|
|
2606
2602
|
])
|
|
@@ -2647,9 +2643,9 @@ const Yi = /* @__PURE__ */ f(Gi, [["render", Wi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2647
2643
|
])
|
|
2648
2644
|
], 2));
|
|
2649
2645
|
}
|
|
2650
|
-
}),
|
|
2646
|
+
}), lr = /* @__PURE__ */ f(or, [["__scopeId", "data-v-00c0bad3"]]), ir = {
|
|
2651
2647
|
install: (e) => {
|
|
2652
|
-
e.component("AtomButton", ae), e.component("AtomCheckbox", me), e.component("AtomChip", Fe), e.component("AtomDropdown", Ge), e.component("AtomImage", M), e.component("AtomLabel", Z), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSelectMultiple",
|
|
2648
|
+
e.component("AtomButton", ae), e.component("AtomCheckbox", me), e.component("AtomChip", Fe), e.component("AtomDropdown", Ge), e.component("AtomImage", M), e.component("AtomLabel", Z), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSelectMultiple", Qi), e.component("AtomSlider", $t), e.component("AtomTextarea", Dt), e.component("AtomTextField", Rt), e.component("AtomVideo", X), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Ea), e.component("BlockFeatures", Ya), e.component("BlockFormScript", oo), e.component("BlockHeadline", ro), e.component("BlockHero", $o), e.component("BlockImage", qo), e.component("BlockImageGallery", Ao), e.component("BlockLogoWall", No), e.component("BlockMicroStories", Jo), e.component("BlockPolicy", Xo), e.component("BlockProductHero", rl), e.component("BlockPromo", cl), e.component("BlockQuote", wl), e.component("BlockRichText", Ll), e.component("BlockRichTextColumns", Ml), e.component("BlockTimeline", Ul), e.component("BlockCardDisplay", Va), e.component("BlockVimeo", Zl), e.component("BlockPalletJack", lr), e.component("BlockFrontPageHero", ps), e.component("Organism404", bs), e.component("OrganismFilter", Bs), e.component("OrganismFooter", ei), e.component("OrganismHeader", Ti), e.component("OrganismLanguageSwitcher", Fi), e.component("OrganismPagination", Ni), e.component("OrganismSearch", Gi);
|
|
2653
2649
|
}
|
|
2654
2650
|
};
|
|
2655
2651
|
export {
|
|
@@ -2662,7 +2658,7 @@ export {
|
|
|
2662
2658
|
V as AtomLink,
|
|
2663
2659
|
lt as AtomRadioButton,
|
|
2664
2660
|
ct as AtomSelect,
|
|
2665
|
-
|
|
2661
|
+
Qi as AtomSelectMultiple,
|
|
2666
2662
|
$t as AtomSlider,
|
|
2667
2663
|
Rt as AtomTextField,
|
|
2668
2664
|
Dt as AtomTextarea,
|
|
@@ -2671,14 +2667,14 @@ export {
|
|
|
2671
2667
|
Ea as BlockFacts,
|
|
2672
2668
|
Ya as BlockFeatures,
|
|
2673
2669
|
oo as BlockFormScript,
|
|
2674
|
-
|
|
2670
|
+
ps as BlockFrontPageHero,
|
|
2675
2671
|
ro as BlockHeadline,
|
|
2676
2672
|
$o as BlockHero,
|
|
2677
2673
|
qo as BlockImage,
|
|
2678
2674
|
Ao as BlockImageGallery,
|
|
2679
2675
|
No as BlockLogoWall,
|
|
2680
2676
|
Jo as BlockMicroStories,
|
|
2681
|
-
|
|
2677
|
+
lr as BlockPalletJack,
|
|
2682
2678
|
Xo as BlockPolicy,
|
|
2683
2679
|
rl as BlockProductHero,
|
|
2684
2680
|
cl as BlockPromo,
|
|
@@ -2693,12 +2689,12 @@ export {
|
|
|
2693
2689
|
ya as MoleculeEventCard,
|
|
2694
2690
|
ve as MoleculeModal,
|
|
2695
2691
|
Ba as MoleculeTextCard,
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2692
|
+
bs as Organism404,
|
|
2693
|
+
Bs as OrganismFilter,
|
|
2694
|
+
ei as OrganismFooter,
|
|
2695
|
+
Ti as OrganismHeader,
|
|
2696
|
+
Fi as OrganismLanguageSwitcher,
|
|
2697
|
+
Ni as OrganismPagination,
|
|
2698
|
+
Gi as OrganismSearch,
|
|
2699
|
+
ir as default
|
|
2704
2700
|
};
|