@roadtrip/components 3.12.1 → 3.13.0
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/cjs/index-fb57f684.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-badge_14.cjs.entry.js +2 -1
- package/dist/cjs/road-badge_14.cjs.entry.js.map +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js.map +1 -1
- package/dist/cjs/road-card.cjs.entry.js +6 -4
- package/dist/cjs/road-card.cjs.entry.js.map +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js +4 -3
- package/dist/cjs/road-navbar-item.cjs.entry.js.map +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/components/button-floating/button-floating.css +14 -0
- package/dist/collection/components/card/card.css +23 -0
- package/dist/collection/components/card/card.js +24 -4
- package/dist/collection/components/card/card.js.map +1 -1
- package/dist/collection/components/card/card.stories.js +31 -12
- package/dist/collection/components/counter/counter.js +20 -1
- package/dist/collection/components/counter/counter.js.map +1 -1
- package/dist/collection/components/counter/counter.stories.js +5 -0
- package/dist/collection/components/icon/svg/air-conditioning-color.svg +1 -0
- package/dist/collection/components/icon/svg/air-conditioning-outline.svg +1 -0
- package/dist/collection/components/icon/svg/alert-notification-off-color.svg +1 -0
- package/dist/collection/components/icon/svg/alert-notification-off-outline.svg +1 -0
- package/dist/collection/components/icon/svg/alert-notification-off-solid.svg +1 -0
- package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-front-color.svg +1 -0
- package/dist/collection/components/icon/svg/tire-front-outline.svg +1 -0
- package/dist/collection/components/icon/svg/tire-front-solid.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-clean-color.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-clean-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-clean-solid.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-damage-color.svg +8 -0
- package/dist/collection/components/icon/svg/vehicle-damage-outline.svg +8 -0
- package/dist/collection/components/icon/svg/vehicle-damage-solid.svg +5 -0
- package/dist/collection/components/icon/svg/windscreen-frost-winter-color.svg +1 -0
- package/dist/collection/components/icon/svg/windscreen-frost-winter-outline.svg +1 -0
- package/dist/collection/components/navbar-item/navbar-item.css +28 -1
- package/dist/collection/components/navbar-item/navbar-item.js +3 -2
- package/dist/collection/components/navbar-item/navbar-item.js.map +1 -1
- package/dist/esm/index-891decf5.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-badge_14.entry.js +2 -1
- package/dist/esm/road-badge_14.entry.js.map +1 -1
- package/dist/esm/road-button-floating.entry.js +1 -1
- package/dist/esm/road-button-floating.entry.js.map +1 -1
- package/dist/esm/road-card.entry.js +7 -5
- package/dist/esm/road-card.entry.js.map +1 -1
- package/dist/esm/road-navbar-item.entry.js +4 -3
- package/dist/esm/road-navbar-item.entry.js.map +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/html.html-data.json +19 -0
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.d.ts +13 -1
- package/dist/icons/index.js +14 -2
- package/dist/roadtrip/p-336aa5f6.entry.js +2 -0
- package/dist/roadtrip/p-336aa5f6.entry.js.map +1 -0
- package/dist/roadtrip/p-336f7def.entry.js +2 -0
- package/dist/roadtrip/p-336f7def.entry.js.map +1 -0
- package/dist/roadtrip/p-4ec82d24.entry.js +2 -0
- package/dist/roadtrip/p-4ec82d24.entry.js.map +1 -0
- package/dist/roadtrip/p-73fe2357.js.map +1 -1
- package/dist/roadtrip/p-91098d39.entry.js +2 -0
- package/dist/roadtrip/p-91098d39.entry.js.map +1 -0
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.esm.js.map +1 -1
- package/dist/roadtrip/svg/air-conditioning-color.svg +1 -0
- package/dist/roadtrip/svg/air-conditioning-outline.svg +1 -0
- package/dist/roadtrip/svg/alert-notification-off-color.svg +1 -0
- package/dist/roadtrip/svg/alert-notification-off-outline.svg +1 -0
- package/dist/roadtrip/svg/alert-notification-off-solid.svg +1 -0
- package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
- package/dist/roadtrip/svg/tire-front-color.svg +1 -0
- package/dist/roadtrip/svg/tire-front-outline.svg +1 -0
- package/dist/roadtrip/svg/tire-front-solid.svg +1 -0
- package/dist/roadtrip/svg/vehicle-clean-color.svg +1 -0
- package/dist/roadtrip/svg/vehicle-clean-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-clean-solid.svg +1 -0
- package/dist/roadtrip/svg/vehicle-damage-color.svg +8 -0
- package/dist/roadtrip/svg/vehicle-damage-outline.svg +8 -0
- package/dist/roadtrip/svg/vehicle-damage-solid.svg +5 -0
- package/dist/roadtrip/svg/windscreen-frost-winter-color.svg +1 -0
- package/dist/roadtrip/svg/windscreen-frost-winter-outline.svg +1 -0
- package/dist/types/components/card/card.d.ts +4 -0
- package/dist/types/components/counter/counter.d.ts +4 -0
- package/dist/types/components.d.ts +16 -0
- package/hydrate/index.d.ts +6 -6
- package/hydrate/index.js +270 -204
- package/icons/icons.svg +1 -1
- package/icons/index.d.ts +13 -1
- package/icons/index.js +14 -2
- package/package.json +1 -1
- package/dist/roadtrip/p-744198aa.entry.js +0 -2
- package/dist/roadtrip/p-744198aa.entry.js.map +0 -1
- package/dist/roadtrip/p-90b35d7e.entry.js +0 -2
- package/dist/roadtrip/p-90b35d7e.entry.js.map +0 -1
- package/dist/roadtrip/p-90fac6e5.entry.js +0 -2
- package/dist/roadtrip/p-90fac6e5.entry.js.map +0 -1
- package/dist/roadtrip/p-c5ca63ec.entry.js +0 -2
- package/dist/roadtrip/p-c5ca63ec.entry.js.map +0 -1
package/hydrate/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
/*!
|
|
6
|
-
Stencil Mock Doc
|
|
6
|
+
Stencil Mock Doc v4.7.2 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
const CONTENT_REF_ID = 'r';
|
|
9
9
|
const ORG_LOCATION_ID = 'o';
|
|
@@ -1623,6 +1623,14 @@ class MockNodeList {
|
|
|
1623
1623
|
}
|
|
1624
1624
|
}
|
|
1625
1625
|
class MockElement extends MockNode {
|
|
1626
|
+
attachInternals() {
|
|
1627
|
+
return new Proxy({}, {
|
|
1628
|
+
get: function (_target, prop, _receiver) {
|
|
1629
|
+
console.error(`NOTE: Property ${String(prop)} was accessed on ElementInternals, but this property is not implemented.
|
|
1630
|
+
Testing components with ElementInternals is fully supported in e2e tests.`);
|
|
1631
|
+
},
|
|
1632
|
+
});
|
|
1633
|
+
}
|
|
1626
1634
|
constructor(ownerDocument, nodeName) {
|
|
1627
1635
|
super(ownerDocument, 1 /* NODE_TYPES.ELEMENT_NODE */, typeof nodeName === 'string' ? nodeName : null, null);
|
|
1628
1636
|
this.namespaceURI = null;
|
|
@@ -4002,9 +4010,11 @@ class MockWindow {
|
|
|
4002
4010
|
return {
|
|
4003
4011
|
media,
|
|
4004
4012
|
matches: false,
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4013
|
+
addListener: (_handler) => { },
|
|
4014
|
+
removeListener: (_handler) => { },
|
|
4015
|
+
addEventListener: (_type, _handler) => { },
|
|
4016
|
+
removeEventListener: (_type, _handler) => { },
|
|
4017
|
+
dispatchEvent: (_ev) => { },
|
|
4008
4018
|
onchange: null,
|
|
4009
4019
|
};
|
|
4010
4020
|
}
|
|
@@ -4948,7 +4958,7 @@ function hydrateFactory($stencilWindow, $stencilHydrateOpts, $stencilHydrateResu
|
|
|
4948
4958
|
|
|
4949
4959
|
|
|
4950
4960
|
const NAMESPACE = 'roadtrip';
|
|
4951
|
-
const BUILD = /* roadtrip */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: false, cssAnnotations: true,
|
|
4961
|
+
const BUILD = /* roadtrip */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: false, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: false, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: true, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: true, hydratedAttribute: false, hydratedClass: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, shadowDomShim: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
|
|
4952
4962
|
|
|
4953
4963
|
function queryNonceMetaTagContent(e) {
|
|
4954
4964
|
var t, o, n;
|
|
@@ -4963,8 +4973,8 @@ function forceUpdate() {}
|
|
|
4963
4973
|
|
|
4964
4974
|
function hydrateApp(e, t, o, n, s) {
|
|
4965
4975
|
function l() {
|
|
4966
|
-
if (global.clearTimeout(p), i.clear(), r.clear(), !
|
|
4967
|
-
|
|
4976
|
+
if (global.clearTimeout(p), i.clear(), r.clear(), !h) {
|
|
4977
|
+
h = !0;
|
|
4968
4978
|
try {
|
|
4969
4979
|
t.clientHydrateAnnotations && insertVdomAnnotations(e.document, t.staticComponents),
|
|
4970
4980
|
e.dispatchEvent(new e.Event("DOMContentLoaded")), e.document.createElement = c,
|
|
@@ -4979,10 +4989,10 @@ function hydrateApp(e, t, o, n, s) {
|
|
|
4979
4989
|
renderCatchError(t, o, e), l();
|
|
4980
4990
|
}
|
|
4981
4991
|
const r = new Set, i = new Set, d = new Set, c = e.document.createElement, $ = e.document.createElementNS, m = Promise.resolve();
|
|
4982
|
-
let p,
|
|
4992
|
+
let p, h = !1;
|
|
4983
4993
|
try {
|
|
4984
|
-
function
|
|
4985
|
-
return
|
|
4994
|
+
function u() {
|
|
4995
|
+
return L(this);
|
|
4986
4996
|
}
|
|
4987
4997
|
function f(e) {
|
|
4988
4998
|
if (isValidComponent(e, t) && !getHostRef(e)) {
|
|
@@ -4990,7 +5000,7 @@ function hydrateApp(e, t, o, n, s) {
|
|
|
4990
5000
|
$tagName$: e.nodeName.toLowerCase(),
|
|
4991
5001
|
$flags$: null
|
|
4992
5002
|
});
|
|
4993
|
-
null != t && null != t.cmpMeta && (i.add(e), e.connectedCallback =
|
|
5003
|
+
null != t && null != t.cmpMeta && (i.add(e), e.connectedCallback = u, registerHost(e, t.cmpMeta),
|
|
4994
5004
|
function o(e, t) {
|
|
4995
5005
|
if ("function" != typeof e.componentOnReady && (e.componentOnReady = componentOnReady),
|
|
4996
5006
|
"function" != typeof e.forceUpdate && (e.forceUpdate = forceUpdate), 1 & t.$flags$ && (e.shadowRoot = e),
|
|
@@ -5026,7 +5036,14 @@ function hydrateApp(e, t, o, n, s) {
|
|
|
5026
5036
|
}(e, t.cmpMeta));
|
|
5027
5037
|
}
|
|
5028
5038
|
}
|
|
5029
|
-
function g(
|
|
5039
|
+
function g(e) {
|
|
5040
|
+
if (null != e && 1 === e.nodeType) {
|
|
5041
|
+
f(e);
|
|
5042
|
+
const t = e.children;
|
|
5043
|
+
for (let e = 0, o = t.length; e < o; e++) g(t[e]);
|
|
5044
|
+
}
|
|
5045
|
+
}
|
|
5046
|
+
function L(n) {
|
|
5030
5047
|
return i.delete(n), isValidComponent(n, t) && o.hydratedCount < t.maxHydrateCount && !r.has(n) && shouldHydrate(n) ? (r.add(n),
|
|
5031
5048
|
async function s(e, t, o, n, l) {
|
|
5032
5049
|
o = o.toLowerCase();
|
|
@@ -5052,29 +5069,24 @@ function hydrateApp(e, t, o, n, s) {
|
|
|
5052
5069
|
}
|
|
5053
5070
|
}(e, o, n.nodeName, n, d)) : m;
|
|
5054
5071
|
}
|
|
5072
|
+
function y() {
|
|
5073
|
+
const e = Array.from(i).filter((e => e.parentElement));
|
|
5074
|
+
return e.length > 0 ? Promise.all(e.map(L)).then(y) : m;
|
|
5075
|
+
}
|
|
5055
5076
|
e.document.createElement = function t(o) {
|
|
5056
5077
|
const n = c.call(e.document, o);
|
|
5057
5078
|
return f(n), n;
|
|
5058
5079
|
}, e.document.createElementNS = function t(o, n) {
|
|
5059
5080
|
const s = $.call(e.document, o, n);
|
|
5060
5081
|
return f(s), s;
|
|
5061
|
-
}, p = global.setTimeout((function
|
|
5082
|
+
}, p = global.setTimeout((function I() {
|
|
5062
5083
|
a(`Hydrate exceeded timeout${function e(t) {
|
|
5063
5084
|
return Array.from(t).map(waitingOnElementMsg);
|
|
5064
5085
|
}(d)}`);
|
|
5065
5086
|
}), t.timeout), plt.$resourcesUrl$ = new URL(t.resourcesUrl || "./", doc.baseURI).href,
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
const o = t.children;
|
|
5070
|
-
for (let t = 0, n = o.length; t < n; t++) e(o[t]);
|
|
5071
|
-
}
|
|
5072
|
-
}(e.document.body), function e() {
|
|
5073
|
-
const t = Array.from(i).filter((e => e.parentElement));
|
|
5074
|
-
return t.length > 0 ? Promise.all(t.map(g)).then(e) : m;
|
|
5075
|
-
}().then(l).catch(a);
|
|
5076
|
-
} catch (y) {
|
|
5077
|
-
a(y);
|
|
5087
|
+
g(e.document.body), y().then(l).catch(a);
|
|
5088
|
+
} catch (D) {
|
|
5089
|
+
a(D);
|
|
5078
5090
|
}
|
|
5079
5091
|
}
|
|
5080
5092
|
|
|
@@ -5100,8 +5112,8 @@ function renderCatchError(e, t, o) {
|
|
|
5100
5112
|
type: "build",
|
|
5101
5113
|
header: "Hydrate Error",
|
|
5102
5114
|
messageText: "",
|
|
5103
|
-
relFilePath:
|
|
5104
|
-
absFilePath:
|
|
5115
|
+
relFilePath: void 0,
|
|
5116
|
+
absFilePath: void 0,
|
|
5105
5117
|
lines: []
|
|
5106
5118
|
};
|
|
5107
5119
|
if (e.url) try {
|
|
@@ -5137,7 +5149,7 @@ function waitingOnElementMsg(e) {
|
|
|
5137
5149
|
|
|
5138
5150
|
const createTime = (e, t = "") => {
|
|
5139
5151
|
return () => {};
|
|
5140
|
-
}, XLINK_NS = "http://www.w3.org/1999/xlink", EMPTY_OBJ = {}, isComplexType = e => "object" == (e = typeof e) || "function" === e, isPromise = e => !!e && ("object" == typeof e || "function" == typeof e) && "function" == typeof e.then, h = (e, t, ...o) => {
|
|
5152
|
+
}, SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}", XLINK_NS = "http://www.w3.org/1999/xlink", EMPTY_OBJ = {}, isComplexType = e => "object" == (e = typeof e) || "function" === e, isPromise = e => !!e && ("object" == typeof e || "function" == typeof e) && "function" == typeof e.then, h = (e, t, ...o) => {
|
|
5141
5153
|
let n = null, s = null, l = null, a = !1, r = !1;
|
|
5142
5154
|
const i = [], d = t => {
|
|
5143
5155
|
for (let o = 0; o < t.length; o++) n = t[o], Array.isArray(n) ? d(n) : null != n && "boolean" != typeof n && ((a = "function" != typeof e && !isComplexType(n)) ? n = String(n) : BUILD.isDev ,
|
|
@@ -5251,24 +5263,23 @@ const createTime = (e, t = "") => {
|
|
|
5251
5263
|
}, rootAppliedStyles = new WeakMap, registerStyle = (e, t, o) => {
|
|
5252
5264
|
let n = styles$1.get(e);
|
|
5253
5265
|
n = t, styles$1.set(e, n);
|
|
5254
|
-
}, addStyle = (e, t, o
|
|
5255
|
-
var
|
|
5256
|
-
|
|
5257
|
-
|
|
5258
|
-
if (e = 11 === e.nodeType ? e : doc, a) if ("string" == typeof a) {
|
|
5266
|
+
}, addStyle = (e, t, o) => {
|
|
5267
|
+
var n;
|
|
5268
|
+
const s = getScopeId(t), l = styles$1.get(s);
|
|
5269
|
+
if (e = 11 === e.nodeType ? e : doc, l) if ("string" == typeof l) {
|
|
5259
5270
|
e = e.head || e;
|
|
5260
|
-
let o,
|
|
5261
|
-
if (
|
|
5262
|
-
if (e.host && (o = e.querySelector(`[sty-id="${
|
|
5263
|
-
o = doc.createElement("style"), o.innerHTML =
|
|
5264
|
-
const
|
|
5265
|
-
null !=
|
|
5271
|
+
let o, a = rootAppliedStyles.get(e);
|
|
5272
|
+
if (a || rootAppliedStyles.set(e, a = new Set), !a.has(s)) {
|
|
5273
|
+
if (e.host && (o = e.querySelector(`[sty-id="${s}"]`))) o.innerHTML = l; else {
|
|
5274
|
+
o = doc.createElement("style"), o.innerHTML = l;
|
|
5275
|
+
const t = null !== (n = plt.$nonce$) && void 0 !== n ? n : queryNonceMetaTagContent(doc);
|
|
5276
|
+
null != t && o.setAttribute("nonce", t), o.setAttribute("sty-id", s),
|
|
5266
5277
|
e.insertBefore(o, e.querySelector("link"));
|
|
5267
5278
|
}
|
|
5268
|
-
|
|
5279
|
+
4 & t.$flags$ && (o.innerHTML += SLOT_FB_CSS), a && a.add(s);
|
|
5269
5280
|
}
|
|
5270
5281
|
}
|
|
5271
|
-
return
|
|
5282
|
+
return s;
|
|
5272
5283
|
}, attachStyles = e => {
|
|
5273
5284
|
const t = e.$cmpMeta$, o = e.$hostElement$, n = t.$flags$, s = createTime("attachStyles", t.$tagName$), l = addStyle(o.getRootNode(), t);
|
|
5274
5285
|
10 & n && (o["s-sc"] = l,
|
|
@@ -5296,10 +5307,13 @@ const createTime = (e, t = "") => {
|
|
|
5296
5307
|
r !== (r = r.replace(/^xlink\:?/, "")) && (t = r, d = !0), null == n || !1 === n ? !1 === n && "" !== e.getAttribute(t) || (d ? e.removeAttributeNS(XLINK_NS, t) : e.removeAttribute(t)) : (!a || 4 & l || s) && !i && (n = !0 === n ? "" : n,
|
|
5297
5308
|
d ? e.setAttributeNS(XLINK_NS, t, n) : e.setAttribute(t, n));
|
|
5298
5309
|
}
|
|
5299
|
-
} else t = "-" === t[2] ? t.slice(3) : isMemberInElement(win, r) ? r.slice(2) : r[2] + t.slice(3),
|
|
5300
|
-
o
|
|
5310
|
+
} else if (t = "-" === t[2] ? t.slice(3) : isMemberInElement(win, r) ? r.slice(2) : r[2] + t.slice(3),
|
|
5311
|
+
o || n) {
|
|
5312
|
+
const s = t.endsWith(CAPTURE_EVENT_SUFFIX);
|
|
5313
|
+
t = t.replace(CAPTURE_EVENT_REGEX, ""), o && plt.rel(e, t, o, s), n && plt.ael(e, t, n, s);
|
|
5314
|
+
}
|
|
5301
5315
|
}
|
|
5302
|
-
}, parseClassListRegex = /\s/, parseClassList = e => e ? e.split(parseClassListRegex) : [], updateElement = (e, t, o, n) => {
|
|
5316
|
+
}, parseClassListRegex = /\s/, parseClassList = e => e ? e.split(parseClassListRegex) : [], CAPTURE_EVENT_SUFFIX = "Capture", CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$"), updateElement = (e, t, o, n) => {
|
|
5303
5317
|
const s = 11 === t.$elm$.nodeType && t.$elm$.host ? t.$elm$.host : t.$elm$, l = e && e.$attrs$ || EMPTY_OBJ, a = t.$attrs$ || EMPTY_OBJ;
|
|
5304
5318
|
for (n in l) n in a || setAccessor(s, n, l[n], void 0, o, t.$flags$);
|
|
5305
5319
|
for (n in a) setAccessor(s, n, l[n], a[n], o, t.$flags$);
|
|
@@ -5308,28 +5322,31 @@ const createTime = (e, t = "") => {
|
|
|
5308
5322
|
let scopeId, contentRef, hostTagName, useNativeShadowDom = !1, checkSlotFallbackVisibility = !1, checkSlotRelocate = !1, isSvgMode = !1;
|
|
5309
5323
|
|
|
5310
5324
|
const createElm = (e, t, o, n) => {
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5316
|
-
isSvgMode && "
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
|
|
5325
|
+
var s;
|
|
5326
|
+
const l = t.$children$[o];
|
|
5327
|
+
let a, r, i, d = 0;
|
|
5328
|
+
if (!useNativeShadowDom && (checkSlotRelocate = !0, "slot" === l.$tag$ && (scopeId && n.classList.add(scopeId + "-s"),
|
|
5329
|
+
l.$flags$ |= l.$children$ ? 2 : 1)), null !== l.$text$) a = l.$elm$ = doc.createTextNode(l.$text$); else if (1 & l.$flags$) a = l.$elm$ = slotReferenceDebugNode(l) ; else {
|
|
5330
|
+
if (!isSvgMode && (isSvgMode = "svg" === l.$tag$), a = l.$elm$ = doc.createElementNS(isSvgMode ? "http://www.w3.org/2000/svg" : "http://www.w3.org/1999/xhtml", 2 & l.$flags$ ? "slot-fb" : l.$tag$) ,
|
|
5331
|
+
isSvgMode && "foreignObject" === l.$tag$ && (isSvgMode = !1), updateElement(null, l, isSvgMode),
|
|
5332
|
+
null != scopeId && a["s-si"] !== scopeId && a.classList.add(a["s-si"] = scopeId),
|
|
5333
|
+
l.$children$) for (d = 0; d < l.$children$.length; ++d) r = createElm(e, l, d, a),
|
|
5334
|
+
r && a.appendChild(r);
|
|
5335
|
+
("svg" === l.$tag$ ? isSvgMode = !1 : "foreignObject" === a.tagName && (isSvgMode = !0));
|
|
5321
5336
|
}
|
|
5322
|
-
return (
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5337
|
+
return (a["s-hn"] = hostTagName, 3 & l.$flags$ && (a["s-sr"] = !0,
|
|
5338
|
+
a["s-fs"] = null === (s = l.$attrs$) || void 0 === s ? void 0 : s.slot, a["s-cr"] = contentRef,
|
|
5339
|
+
a["s-sn"] = l.$name$ || "", i = e && e.$children$ && e.$children$[o], i && i.$tag$ === l.$tag$ && e.$elm$ && putBackInOriginalLocation(e.$elm$, !1))),
|
|
5340
|
+
a;
|
|
5326
5341
|
}, putBackInOriginalLocation = (e, t) => {
|
|
5342
|
+
var o;
|
|
5327
5343
|
plt.$flags$ |= 1;
|
|
5328
|
-
const
|
|
5329
|
-
for (let e =
|
|
5330
|
-
const
|
|
5331
|
-
|
|
5332
|
-
|
|
5344
|
+
const n = e.childNodes;
|
|
5345
|
+
for (let e = n.length - 1; e >= 0; e--) {
|
|
5346
|
+
const s = n[e];
|
|
5347
|
+
s["s-hn"] !== hostTagName && s["s-ol"] && (parentReferenceNode(s).insertBefore(s, referenceNode(s)),
|
|
5348
|
+
s["s-ol"].remove(), s["s-ol"] = void 0, s["s-sh"] = void 0, 1 === s.nodeType && s.setAttribute("slot", null !== (o = s["s-sn"]) && void 0 !== o ? o : ""),
|
|
5349
|
+
checkSlotRelocate = !0), t && putBackInOriginalLocation(s, t);
|
|
5333
5350
|
}
|
|
5334
5351
|
plt.$flags$ &= -2;
|
|
5335
5352
|
}, addVnodes = (e, t, o, n, s, l) => {
|
|
@@ -5351,17 +5368,17 @@ const createElm = (e, t, o, n) => {
|
|
|
5351
5368
|
null !== a ? (r = o["s-cr"]) ? r.parentNode.textContent = a : e.$text$ !== a && (o.data = a) : ((isSvgMode = "svg" === l || "foreignObject" !== l && isSvgMode),
|
|
5352
5369
|
("slot" === l || updateElement(e, t, isSvgMode)),
|
|
5353
5370
|
null !== n && null !== s ? ((e, t, o, n) => {
|
|
5354
|
-
let s, l, a = 0, r = 0, i = 0, d = 0, c = t.length - 1, $ = t[0], m = t[c], p = n.length - 1,
|
|
5355
|
-
for (;a <= c && r <= p; ) if (null == $) $ = t[++a]; else if (null == m) m = t[--c]; else if (null ==
|
|
5356
|
-
$ = t[++a],
|
|
5357
|
-
patch($,
|
|
5358
|
-
patch(m,
|
|
5359
|
-
if (i = -1, BUILD.vdomKey) for (d = a; d <= c; ++d) if (t[d] && null !== t[d].$key$ && t[d].$key$ ===
|
|
5371
|
+
let s, l, a = 0, r = 0, i = 0, d = 0, c = t.length - 1, $ = t[0], m = t[c], p = n.length - 1, h = n[0], u = n[p];
|
|
5372
|
+
for (;a <= c && r <= p; ) if (null == $) $ = t[++a]; else if (null == m) m = t[--c]; else if (null == h) h = n[++r]; else if (null == u) u = n[--p]; else if (isSameVnode($, h)) patch($, h),
|
|
5373
|
+
$ = t[++a], h = n[++r]; else if (isSameVnode(m, u)) patch(m, u), m = t[--c], u = n[--p]; else if (isSameVnode($, u)) "slot" !== $.$tag$ && "slot" !== u.$tag$ || putBackInOriginalLocation($.$elm$.parentNode, !1),
|
|
5374
|
+
patch($, u), e.insertBefore($.$elm$, m.$elm$.nextSibling), $ = t[++a], u = n[--p]; else if (isSameVnode(m, h)) "slot" !== $.$tag$ && "slot" !== u.$tag$ || putBackInOriginalLocation(m.$elm$.parentNode, !1),
|
|
5375
|
+
patch(m, h), e.insertBefore(m.$elm$, $.$elm$), m = t[--c], h = n[++r]; else {
|
|
5376
|
+
if (i = -1, BUILD.vdomKey) for (d = a; d <= c; ++d) if (t[d] && null !== t[d].$key$ && t[d].$key$ === h.$key$) {
|
|
5360
5377
|
i = d;
|
|
5361
5378
|
break;
|
|
5362
5379
|
}
|
|
5363
|
-
i >= 0 ? (l = t[i], l.$tag$ !==
|
|
5364
|
-
t[i] = void 0, s = l.$elm$),
|
|
5380
|
+
i >= 0 ? (l = t[i], l.$tag$ !== h.$tag$ ? s = createElm(t && t[r], o, i, e) : (patch(l, h),
|
|
5381
|
+
t[i] = void 0, s = l.$elm$), h = n[++r]) : (s = createElm(t && t[r], o, r, e), h = n[++r]),
|
|
5365
5382
|
s && (parentReferenceNode($.$elm$).insertBefore(s, referenceNode($.$elm$)) );
|
|
5366
5383
|
}
|
|
5367
5384
|
a > c ? addVnodes(e, null == n[p + 1] ? null : n[p + 1].$elm$, o, n, r, p) : r > p && removeVnodes(t, a, c);
|
|
@@ -5370,66 +5387,87 @@ const createElm = (e, t, o, n) => {
|
|
|
5370
5387
|
isSvgMode && "svg" === l && (isSvgMode = !1));
|
|
5371
5388
|
}, updateFallbackSlotVisibility = e => {
|
|
5372
5389
|
const t = e.childNodes;
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
if (
|
|
5378
|
-
o.
|
|
5390
|
+
for (const e of t) if (1 === e.nodeType) {
|
|
5391
|
+
if (e["s-sr"]) {
|
|
5392
|
+
const o = e["s-sn"];
|
|
5393
|
+
e.hidden = !1;
|
|
5394
|
+
for (const n of t) if (n !== e) if (n["s-hn"] !== e["s-hn"] || "" !== o) {
|
|
5395
|
+
if (1 === n.nodeType && (o === n.getAttribute("slot") || o === n["s-sn"])) {
|
|
5396
|
+
e.hidden = !0;
|
|
5397
|
+
break;
|
|
5398
|
+
}
|
|
5399
|
+
} else if (1 === n.nodeType || 3 === n.nodeType && "" !== n.textContent.trim()) {
|
|
5400
|
+
e.hidden = !0;
|
|
5379
5401
|
break;
|
|
5380
5402
|
}
|
|
5381
|
-
} else if (1 === r || 3 === r && "" !== t[l].textContent.trim()) {
|
|
5382
|
-
o.hidden = !0;
|
|
5383
|
-
break;
|
|
5384
5403
|
}
|
|
5385
|
-
updateFallbackSlotVisibility(
|
|
5404
|
+
updateFallbackSlotVisibility(e);
|
|
5386
5405
|
}
|
|
5387
|
-
}, relocateNodes = [],
|
|
5388
|
-
let t, o, n
|
|
5389
|
-
const
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5406
|
+
}, relocateNodes = [], markSlotContentForRelocation = e => {
|
|
5407
|
+
let t, o, n;
|
|
5408
|
+
for (const s of e.childNodes) {
|
|
5409
|
+
if (s["s-sr"] && (t = s["s-cr"]) && t.parentNode) {
|
|
5410
|
+
o = t.parentNode.childNodes;
|
|
5411
|
+
const e = s["s-sn"];
|
|
5412
|
+
for (n = o.length - 1; n >= 0; n--) if (t = o[n], !(t["s-cn"] || t["s-nr"] || t["s-hn"] === s["s-hn"] || BUILD.experimentalSlotFixes )) if (isNodeLocatedInSlot(t, e)) {
|
|
5413
|
+
let o = relocateNodes.find((e => e.$nodeToRelocate$ === t));
|
|
5414
|
+
checkSlotFallbackVisibility = !0, t["s-sn"] = t["s-sn"] || e, o ? (o.$nodeToRelocate$["s-sh"] = s["s-hn"],
|
|
5415
|
+
o.$slotRefNode$ = s) : (t["s-sh"] = s["s-hn"], relocateNodes.push({
|
|
5416
|
+
$slotRefNode$: s,
|
|
5417
|
+
$nodeToRelocate$: t
|
|
5418
|
+
})), t["s-sr"] && relocateNodes.map((e => {
|
|
5419
|
+
isNodeLocatedInSlot(e.$nodeToRelocate$, t["s-sn"]) && (o = relocateNodes.find((e => e.$nodeToRelocate$ === t)),
|
|
5420
|
+
o && !e.$slotRefNode$ && (e.$slotRefNode$ = o.$slotRefNode$));
|
|
5421
|
+
}));
|
|
5422
|
+
} else relocateNodes.some((e => e.$nodeToRelocate$ === t)) || relocateNodes.push({
|
|
5423
|
+
$nodeToRelocate$: t
|
|
5424
|
+
});
|
|
5425
|
+
}
|
|
5426
|
+
1 === s.nodeType && markSlotContentForRelocation(s);
|
|
5403
5427
|
}
|
|
5404
5428
|
}, isNodeLocatedInSlot = (e, t) => 1 === e.nodeType ? null === e.getAttribute("slot") && "" === t || e.getAttribute("slot") === t : e["s-sn"] === t || "" === t, nullifyVNodeRefs = e => {
|
|
5405
5429
|
(e.$attrs$ && e.$attrs$.ref && e.$attrs$.ref(null), e.$children$ && e.$children$.map(nullifyVNodeRefs));
|
|
5406
|
-
}, renderVdom = (e, t) => {
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
if (
|
|
5410
|
-
|
|
5411
|
-
(
|
|
5412
|
-
|
|
5430
|
+
}, renderVdom = (e, t, o = !1) => {
|
|
5431
|
+
var n, s;
|
|
5432
|
+
const l = e.$hostElement$, a = e.$cmpMeta$, r = e.$vnode$ || newVNode(null, null), i = isHost(t) ? t : h(null, null, t);
|
|
5433
|
+
if (hostTagName = l.tagName, BUILD.isDev ) ;
|
|
5434
|
+
if (a.$attrsToReflect$ && (i.$attrs$ = i.$attrs$ || {}, a.$attrsToReflect$.map((([e, t]) => i.$attrs$[t] = l[e]))),
|
|
5435
|
+
o && i.$attrs$) for (const e of Object.keys(i.$attrs$)) l.hasAttribute(e) && ![ "key", "ref", "style", "class" ].includes(e) && (i.$attrs$[e] = l[e]);
|
|
5436
|
+
if (i.$tag$ = null, i.$flags$ |= 4, e.$vnode$ = i, i.$elm$ = r.$elm$ = l.shadowRoot || l,
|
|
5437
|
+
(scopeId = l["s-sc"]), (contentRef = l["s-cr"],
|
|
5438
|
+
useNativeShadowDom = supportsShadow, checkSlotFallbackVisibility = !1), patch(r, i),
|
|
5413
5439
|
BUILD.slotRelocation) {
|
|
5414
5440
|
if (plt.$flags$ |= 1, checkSlotRelocate) {
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
for (r = 0; r < relocateNodes.length; r++) if (e = relocateNodes[r], t = e.$nodeToRelocate$,
|
|
5422
|
-
e.$slotRefNode$) {
|
|
5423
|
-
for (n = e.$slotRefNode$.parentNode, s = e.$slotRefNode$.nextSibling, o = t["s-ol"]; o = o.previousSibling; ) if (a = o["s-nr"],
|
|
5424
|
-
a && a["s-sn"] === t["s-sn"] && n === a.parentNode && (a = a.nextSibling, !a || !a["s-nr"])) {
|
|
5425
|
-
s = a;
|
|
5426
|
-
break;
|
|
5441
|
+
markSlotContentForRelocation(i.$elm$);
|
|
5442
|
+
for (const e of relocateNodes) {
|
|
5443
|
+
const t = e.$nodeToRelocate$;
|
|
5444
|
+
if (!t["s-ol"]) {
|
|
5445
|
+
const e = originalLocationDebugNode(t) ;
|
|
5446
|
+
e["s-nr"] = t, t.parentNode.insertBefore(t["s-ol"] = e, t);
|
|
5427
5447
|
}
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5448
|
+
}
|
|
5449
|
+
for (const e of relocateNodes) {
|
|
5450
|
+
const t = e.$nodeToRelocate$, o = e.$slotRefNode$;
|
|
5451
|
+
if (o) {
|
|
5452
|
+
const e = o.parentNode;
|
|
5453
|
+
let l = o.nextSibling;
|
|
5454
|
+
{
|
|
5455
|
+
let o = null === (n = t["s-ol"]) || void 0 === n ? void 0 : n.previousSibling;
|
|
5456
|
+
for (;o; ) {
|
|
5457
|
+
let n = null !== (s = o["s-nr"]) && void 0 !== s ? s : null;
|
|
5458
|
+
if (n && n["s-sn"] === t["s-sn"] && e === n.parentNode && (n = n.nextSibling, !n || !n["s-nr"])) {
|
|
5459
|
+
l = n;
|
|
5460
|
+
break;
|
|
5461
|
+
}
|
|
5462
|
+
o = o.previousSibling;
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
(!l && e !== t.parentNode || t.nextSibling !== l) && t !== l && (!t["s-hn"] && t["s-ol"] && (t["s-hn"] = t["s-ol"].parentNode.nodeName),
|
|
5466
|
+
e.insertBefore(t, l));
|
|
5467
|
+
} else 1 === t.nodeType && (t.hidden = !0);
|
|
5468
|
+
}
|
|
5431
5469
|
}
|
|
5432
|
-
checkSlotFallbackVisibility && updateFallbackSlotVisibility(
|
|
5470
|
+
checkSlotFallbackVisibility && updateFallbackSlotVisibility(i.$elm$), plt.$flags$ &= -2,
|
|
5433
5471
|
relocateNodes.length = 0;
|
|
5434
5472
|
}
|
|
5435
5473
|
}, slotReferenceDebugNode = e => doc.createComment(`<slot${e.$name$ ? ' name="' + e.$name$ + '"' : ""}> (host=${hostTagName.toLowerCase()})`), originalLocationDebugNode = e => doc.createComment("org-location for " + (e.localName ? `<${e.localName}> (host=${e["s-hn"]})` : `[${e.textContent}]`)), attachToAncestor = (e, t) => {
|
|
@@ -5450,7 +5488,7 @@ const createElm = (e, t, o, n) => {
|
|
|
5450
5488
|
const s = e.$hostElement$, l = createTime("update", e.$cmpMeta$.$tagName$), a = s["s-rc"];
|
|
5451
5489
|
o && attachStyles(e);
|
|
5452
5490
|
const r = createTime("render", e.$cmpMeta$.$tagName$);
|
|
5453
|
-
if (await callRender(e, t) ,
|
|
5491
|
+
if (await callRender(e, t, s, o) ,
|
|
5454
5492
|
BUILD.hydrateServerSide) try {
|
|
5455
5493
|
serverSideConnected(s), o && (1 & e.$cmpMeta$.$flags$ ? s["s-en"] = "" : 2 & e.$cmpMeta$.$flags$ && (s["s-en"] = "c"));
|
|
5456
5494
|
} catch (e) {
|
|
@@ -5463,11 +5501,11 @@ const createElm = (e, t, o, n) => {
|
|
|
5463
5501
|
}
|
|
5464
5502
|
};
|
|
5465
5503
|
|
|
5466
|
-
const callRender = (e, t, o) => {
|
|
5504
|
+
const callRender = (e, t, o, n) => {
|
|
5467
5505
|
try {
|
|
5468
5506
|
if (t = t.render(), (e.$flags$ &= -17),
|
|
5469
5507
|
(e.$flags$ |= 2), BUILD.hasRenderFn ) {
|
|
5470
|
-
return Promise.resolve(t).then((t => renderVdom(e, t)));
|
|
5508
|
+
return Promise.resolve(t).then((t => renderVdom(e, t, n)));
|
|
5471
5509
|
}
|
|
5472
5510
|
} catch (t) {
|
|
5473
5511
|
consoleError(t, e.$hostElement$);
|
|
@@ -5477,9 +5515,9 @@ const callRender = (e, t, o) => {
|
|
|
5477
5515
|
const t = e.$cmpMeta$.$tagName$, o = e.$hostElement$, n = createTime("postUpdate", t), s = e.$lazyInstance$ , l = e.$ancestorComponent$;
|
|
5478
5516
|
64 & e.$flags$ ? (n()) : (e.$flags$ |= 64, addHydratedFlag(o),
|
|
5479
5517
|
(safeCall(s, "componentDidLoad"),
|
|
5480
|
-
BUILD.isDev ), n(), (e.$onReadyResolve$(o), l || appDidLoad())), e.$onInstanceResolve$(o),
|
|
5481
|
-
e.$onRenderResolve$
|
|
5482
|
-
e.$flags$ &= -517);
|
|
5518
|
+
BUILD.isDev ), n(), (e.$onReadyResolve$(o), l || appDidLoad())), e.$onInstanceResolve$(o),
|
|
5519
|
+
(e.$onRenderResolve$ && (e.$onRenderResolve$(), e.$onRenderResolve$ = void 0),
|
|
5520
|
+
512 & e.$flags$ && nextTick$1((() => scheduleUpdate(e, !1))), e.$flags$ &= -517);
|
|
5483
5521
|
}, appDidLoad = e => {
|
|
5484
5522
|
addHydratedFlag(doc.documentElement), nextTick$1((() => emitEvent(win, "appload", {
|
|
5485
5523
|
detail: {
|
|
@@ -5519,11 +5557,12 @@ const callRender = (e, t, o) => {
|
|
|
5519
5557
|
}
|
|
5520
5558
|
}
|
|
5521
5559
|
}, proxyComponent = (e, t, o) => {
|
|
5560
|
+
var n;
|
|
5522
5561
|
if (t.$members$) {
|
|
5523
5562
|
e.watchers && (t.$watchers$ = e.watchers);
|
|
5524
|
-
const
|
|
5525
|
-
if (
|
|
5526
|
-
(31 & n || (2 & o) && 32 & n) ? Object.defineProperty(
|
|
5563
|
+
const s = Object.entries(t.$members$), l = e.prototype;
|
|
5564
|
+
if (s.map((([e, [n]]) => {
|
|
5565
|
+
(31 & n || (2 & o) && 32 & n) ? Object.defineProperty(l, e, {
|
|
5527
5566
|
get() {
|
|
5528
5567
|
return getValue(this, e);
|
|
5529
5568
|
},
|
|
@@ -5532,7 +5571,7 @@ const callRender = (e, t, o) => {
|
|
|
5532
5571
|
},
|
|
5533
5572
|
configurable: !0,
|
|
5534
5573
|
enumerable: !0
|
|
5535
|
-
}) : 1 & o && 64 & n && Object.defineProperty(
|
|
5574
|
+
}) : 1 & o && 64 & n && Object.defineProperty(l, e, {
|
|
5536
5575
|
value(...t) {
|
|
5537
5576
|
const o = getHostRef(this);
|
|
5538
5577
|
return o.$onInstancePromise$.then((() => o.$lazyInstance$[e](...t)));
|
|
@@ -5540,24 +5579,37 @@ const callRender = (e, t, o) => {
|
|
|
5540
5579
|
});
|
|
5541
5580
|
})), (1 & o)) {
|
|
5542
5581
|
const o = new Map;
|
|
5543
|
-
|
|
5582
|
+
l.attributeChangedCallback = function(e, n, s) {
|
|
5544
5583
|
plt.jmp((() => {
|
|
5545
|
-
const
|
|
5546
|
-
if (this.hasOwnProperty(
|
|
5547
|
-
|
|
5584
|
+
const a = o.get(e);
|
|
5585
|
+
if (this.hasOwnProperty(a)) s = this[a], delete this[a]; else {
|
|
5586
|
+
if (l.hasOwnProperty(a) && "number" == typeof this[a] && this[a] == s) return;
|
|
5587
|
+
if (null == a) {
|
|
5588
|
+
const o = getHostRef(this), l = null == o ? void 0 : o.$flags$;
|
|
5589
|
+
if (!(8 & l) && 128 & l && s !== n) {
|
|
5590
|
+
const a = o.$lazyInstance$ , r = t.$watchers$[e];
|
|
5591
|
+
null == r || r.forEach((t => {
|
|
5592
|
+
null != a[t] && a[t].call(a, s, n, e);
|
|
5593
|
+
}));
|
|
5594
|
+
}
|
|
5595
|
+
return;
|
|
5596
|
+
}
|
|
5597
|
+
}
|
|
5598
|
+
this[a] = (null !== s || "boolean" != typeof this[a]) && s;
|
|
5548
5599
|
}));
|
|
5549
|
-
}, e.observedAttributes = n.filter((([e, t]) => 15 & t[0])).map((([e, n]) => {
|
|
5600
|
+
}, e.observedAttributes = Array.from(new Set([ ...Object.keys(null !== (n = t.$watchers$) && void 0 !== n ? n : {}), ...s.filter((([e, t]) => 15 & t[0])).map((([e, n]) => {
|
|
5550
5601
|
const s = n[1] || e;
|
|
5551
5602
|
return o.set(s, e), 512 & n[0] && t.$attrsToReflect$.push([ e, s ]),
|
|
5552
5603
|
s;
|
|
5553
|
-
}));
|
|
5604
|
+
})) ]));
|
|
5554
5605
|
}
|
|
5555
5606
|
}
|
|
5556
5607
|
return e;
|
|
5557
|
-
}, initializeComponent = async (e, t, o, n
|
|
5608
|
+
}, initializeComponent = async (e, t, o, n) => {
|
|
5609
|
+
let s;
|
|
5558
5610
|
if (0 == (32 & t.$flags$)) {
|
|
5559
5611
|
if (t.$flags$ |= 32, BUILD.lazyLoad ) {
|
|
5560
|
-
if (
|
|
5612
|
+
if (s = loadModule(o), s.then) {
|
|
5561
5613
|
const e = (() => {});
|
|
5562
5614
|
s = await s, e();
|
|
5563
5615
|
}
|
|
@@ -5589,7 +5641,7 @@ const callRender = (e, t, o) => {
|
|
|
5589
5641
|
}, connectedCallback = e => {
|
|
5590
5642
|
if (0 == (1 & plt.$flags$)) {
|
|
5591
5643
|
const t = getHostRef(e), o = t.$cmpMeta$, n = createTime("connectedCallback", o.$tagName$);
|
|
5592
|
-
if (1 & t.$flags$) addHostEventListeners(e, t, o.$listeners$), fireConnectedCallback(t.$lazyInstance$); else {
|
|
5644
|
+
if (1 & t.$flags$) addHostEventListeners(e, t, o.$listeners$), (null == t ? void 0 : t.$lazyInstance$) ? fireConnectedCallback(t.$lazyInstance$) : (null == t ? void 0 : t.$onReadyPromise$) && t.$onReadyPromise$.then((() => fireConnectedCallback(t.$lazyInstance$))); else {
|
|
5593
5645
|
let n;
|
|
5594
5646
|
if (t.$flags$ |= 1, (n = e.getAttribute("s-id"), n)) {
|
|
5595
5647
|
((e, t, o, n) => {
|
|
@@ -6121,7 +6173,7 @@ class Button$1 {
|
|
|
6121
6173
|
}; }
|
|
6122
6174
|
}
|
|
6123
6175
|
|
|
6124
|
-
const buttonFloatingCss = "/*!@:host*/.sc-road-button-floating-h{position:fixed;right:1rem;bottom:1rem;z-index:2;box-sizing:border-box;display:block;align-items:center;max-width:3.5rem;height:3.5rem;padding:0.6rem 0.75rem 0.75rem;overflow:hidden;font-family:var(--road-font, sans-serif);font-size:var(--road-button-medium);font-weight:700;line-height:1.375;color:var(--road-on-button-secondary);text-decoration:none;white-space:nowrap;background:var(--road-button-secondary);border:1px solid transparent;border-radius:2rem;box-shadow:var(--road-elevation-average);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}/*!@:host(.position-left)*/.position-left.sc-road-button-floating-h{right:auto;left:1rem}/*!@:host(.position-center)*/.position-center.sc-road-button-floating-h{right:0;left:0;margin:0 auto}/*!@:host(.scroll-up)*/.scroll-up.sc-road-button-floating-h{display:block;max-width:3.5rem}/*!@:host(.scroll-down) .button-native*/.scroll-down.sc-road-button-floating-h .button-native.sc-road-button-floating{display:flex}/*!@:host(.scroll-down)*/.scroll-down.sc-road-button-floating-h{display:flex;max-width:max-content}/*!@:host ::slotted(road-icon)*/.sc-road-button-floating-h .sc-road-button-floating-s>road-icon{margin-right:0.5rem}/*!@:host(:hover)*/.sc-road-button-floating-h:hover{background-color:var(--road-button-secondary-variant)}/*!@:host(.focus-visible)*/.focus-visible.sc-road-button-floating-h{outline:0}/*!@.button-native*/.button-native.sc-road-button-floating{position:relative;z-index:1;align-items:center;justify-content:center;width:100%;height:100%;padding:0;margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border:none;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@:host([aria-disabled])*/[aria-disabled].sc-road-button-floating-h{pointer-events:none;opacity:0.16}/*!@.button-native:disabled*/.button-native.sc-road-button-floating:disabled{cursor:not-allowed}";
|
|
6176
|
+
const buttonFloatingCss = "/*!@:host*/.sc-road-button-floating-h{position:fixed;right:1rem;bottom:1rem;z-index:2;box-sizing:border-box;display:block;align-items:center;max-width:3.5rem;height:3.5rem;padding:0.6rem 0.75rem 0.75rem;overflow:hidden;font-family:var(--road-font, sans-serif);font-size:var(--road-button-medium);font-weight:700;line-height:1.375;color:var(--road-on-button-secondary);text-decoration:none;white-space:nowrap;background:var(--road-button-secondary);border:1px solid transparent;border-radius:2rem;box-shadow:var(--road-elevation-average);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}/*!@:host(.position-left)*/.position-left.sc-road-button-floating-h{right:auto;left:1rem}/*!@:host(.position-center)*/.position-center.sc-road-button-floating-h{right:0;left:0;margin:0 auto}/*!@:host(.scroll-up)*/.scroll-up.sc-road-button-floating-h{display:block;max-width:3.5rem}/*!@:host(.position-center.scroll-up)*/.position-center.scroll-up.sc-road-button-floating-h{display:flex;max-width:max-content}/*!@:host(.scroll-down) .button-native*/.scroll-down.sc-road-button-floating-h .button-native.sc-road-button-floating{display:flex}/*!@:host(.position-center.scroll-down) .button-native*/.position-center.scroll-down.sc-road-button-floating-h .button-native.sc-road-button-floating{display:flex}/*!@:host(.position-center) .button-native*/.position-center.sc-road-button-floating-h .button-native.sc-road-button-floating{display:flex}/*!@:host(.scroll-down)*/.scroll-down.sc-road-button-floating-h{display:flex;max-width:max-content}/*!@:host ::slotted(road-icon)*/.sc-road-button-floating-h .sc-road-button-floating-s>road-icon{margin-right:0.5rem}/*!@:host(:hover)*/.sc-road-button-floating-h:hover{background-color:var(--road-button-secondary-variant)}/*!@:host(.focus-visible)*/.focus-visible.sc-road-button-floating-h{outline:0}/*!@.button-native*/.button-native.sc-road-button-floating{position:relative;z-index:1;align-items:center;justify-content:center;width:100%;height:100%;padding:0;margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border:none;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@:host([aria-disabled])*/[aria-disabled].sc-road-button-floating-h{pointer-events:none;opacity:0.16}/*!@.button-native:disabled*/.button-native.sc-road-button-floating:disabled{cursor:not-allowed}";
|
|
6125
6177
|
|
|
6126
6178
|
/**
|
|
6127
6179
|
* @slot - Content of the button.
|
|
@@ -6243,7 +6295,7 @@ class ButtonBar {
|
|
|
6243
6295
|
}; }
|
|
6244
6296
|
}
|
|
6245
6297
|
|
|
6246
|
-
const cardCss = "/*!@:host*/.sc-road-card-h{position:relative;box-sizing:border-box;display:block;margin-bottom:var(--margin-bottom, 1rem)}/*!@.card-native*/.card-native.sc-road-card{box-sizing:border-box;display:block;width:100%;height:100%;padding:1.5rem;margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:center;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;background:var(--road-surface);border:0;border-radius:0.25rem;outline:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@a,\nbutton*/a.sc-road-card,button.sc-road-card{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}/*!@::slotted(road-icon)*/.sc-road-card-s>road-icon{text-align:center}";
|
|
6298
|
+
const cardCss = "/*!@:host*/.sc-road-card-h{position:relative;box-sizing:border-box;display:block;padding:var(--road-spacing-05);margin-bottom:var(--margin-bottom, 1rem);background:var(--road-surface);border:1px solid var(--road-outline-weak);border-radius:var(--road-spacing-02)}/*!@:host(.card-elevation-none)*/.card-elevation-none.sc-road-card-h{box-shadow:none}/*!@:host(.card-elevation-lowest)*/.card-elevation-lowest.sc-road-card-h{box-shadow:var(--road-elevation-lowest)}/*!@:host(.card-elevation-average)*/.card-elevation-average.sc-road-card-h{box-shadow:var(--road-elevation-average)}@media (min-width: 768px){/*!@:host*/.sc-road-card-h{padding:var(--road-spacing-06)}}/*!@.card-native*/.card-native.sc-road-card{box-sizing:border-box;display:block;width:100%;height:100%;padding:1.5rem;margin:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:center;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;background:var(--road-surface);border:0;border-radius:0.25rem;outline:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@a,\nbutton*/a.sc-road-card,button.sc-road-card{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}/*!@::slotted(road-icon)*/.sc-road-card-s>road-icon{text-align:center}";
|
|
6247
6299
|
|
|
6248
6300
|
/**
|
|
6249
6301
|
* @slot - Content of the card.
|
|
@@ -6268,6 +6320,7 @@ class Card {
|
|
|
6268
6320
|
});
|
|
6269
6321
|
}
|
|
6270
6322
|
};
|
|
6323
|
+
this.elevation = 'none';
|
|
6271
6324
|
this.button = false;
|
|
6272
6325
|
this.value = undefined;
|
|
6273
6326
|
this.type = 'button';
|
|
@@ -6281,12 +6334,13 @@ class Card {
|
|
|
6281
6334
|
}
|
|
6282
6335
|
renderCard() {
|
|
6283
6336
|
const clickable = this.isClickable();
|
|
6337
|
+
const { elevation, href } = this;
|
|
6338
|
+
const elevationClass = this.elevation ? `card-elevation-${elevation}` : ``;
|
|
6284
6339
|
if (!clickable) {
|
|
6285
6340
|
return [
|
|
6286
|
-
hAsync("slot", null)
|
|
6341
|
+
hAsync(Host, { class: `${elevationClass}` }, hAsync("slot", null))
|
|
6287
6342
|
];
|
|
6288
6343
|
}
|
|
6289
|
-
const { href } = this;
|
|
6290
6344
|
const TagType = clickable ? (href === undefined ? 'button' : 'a') : 'div';
|
|
6291
6345
|
const attrs = (TagType === 'button')
|
|
6292
6346
|
? { type: this.type }
|
|
@@ -6296,7 +6350,7 @@ class Card {
|
|
|
6296
6350
|
rel: this.rel,
|
|
6297
6351
|
target: this.target,
|
|
6298
6352
|
};
|
|
6299
|
-
return (hAsync(TagType, Object.assign({}, attrs, { class: "card-native", part: "native", onClick: this.onClick }), hAsync("slot", null)));
|
|
6353
|
+
return (hAsync(Host, { class: `${elevationClass}` }, hAsync(TagType, Object.assign({}, attrs, { class: "card-native", part: "native", onClick: this.onClick }), hAsync("slot", null))));
|
|
6300
6354
|
}
|
|
6301
6355
|
render() {
|
|
6302
6356
|
return (this.renderCard());
|
|
@@ -6307,6 +6361,7 @@ class Card {
|
|
|
6307
6361
|
"$flags$": 9,
|
|
6308
6362
|
"$tagName$": "road-card",
|
|
6309
6363
|
"$members$": {
|
|
6364
|
+
"elevation": [1],
|
|
6310
6365
|
"button": [4],
|
|
6311
6366
|
"value": [1],
|
|
6312
6367
|
"type": [1],
|
|
@@ -12752,7 +12807,7 @@ function Autoplay({
|
|
|
12752
12807
|
});
|
|
12753
12808
|
}
|
|
12754
12809
|
|
|
12755
|
-
const carouselCss = "@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}/*!@:root*/.sc-road-carousel:root{--swiper-theme-color:#007aff}/*!@.swiper*/.swiper.sc-road-carousel{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}/*!@.swiper-vertical>.swiper-wrapper*/.swiper-vertical.sc-road-carousel>.swiper-wrapper.sc-road-carousel{flex-direction:column}/*!@.swiper-wrapper*/.swiper-wrapper.sc-road-carousel{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}/*!@.swiper-android .swiper-slide,.swiper-wrapper*/.swiper-android.sc-road-carousel .swiper-slide.sc-road-carousel,.swiper-wrapper.sc-road-carousel{transform:translate3d(0px,0,0)}/*!@.swiper-pointer-events*/.swiper-pointer-events.sc-road-carousel{touch-action:pan-y}/*!@.swiper-pointer-events.swiper-vertical*/.swiper-pointer-events.swiper-vertical.sc-road-carousel{touch-action:pan-x}/*!@.swiper-slide*/.swiper-slide.sc-road-carousel{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}/*!@.swiper-slide-invisible-blank*/.swiper-slide-invisible-blank.sc-road-carousel{visibility:hidden}/*!@.swiper-autoheight,.swiper-autoheight .swiper-slide*/.swiper-autoheight.sc-road-carousel,.swiper-autoheight.sc-road-carousel .swiper-slide.sc-road-carousel{height:auto}/*!@.swiper-autoheight .swiper-wrapper*/.swiper-autoheight.sc-road-carousel .swiper-wrapper.sc-road-carousel{align-items:flex-start;transition-property:transform,height}/*!@.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper*/.swiper-3d.sc-road-carousel,.swiper-3d.swiper-css-mode.sc-road-carousel .swiper-wrapper.sc-road-carousel{perspective:1200px}/*!@.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper*/.swiper-3d.sc-road-carousel .swiper-cube-shadow.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-wrapper.sc-road-carousel{transform-style:preserve-3d}/*!@.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top*/.swiper-3d.sc-road-carousel .swiper-slide-shadow.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}/*!@.swiper-3d .swiper-slide-shadow*/.swiper-3d.sc-road-carousel .swiper-slide-shadow.sc-road-carousel{background:rgba(0,0,0,.15)}/*!@.swiper-3d .swiper-slide-shadow-left*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-3d .swiper-slide-shadow-right*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-3d .swiper-slide-shadow-top*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-3d .swiper-slide-shadow-bottom*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-css-mode>.swiper-wrapper*/.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}/*!@.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar*/.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel::-webkit-scrollbar{display:none}/*!@.swiper-css-mode>.swiper-wrapper>.swiper-slide*/.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel{scroll-snap-align:start start}/*!@.swiper-horizontal.swiper-css-mode>.swiper-wrapper*/.swiper-horizontal.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{scroll-snap-type:x mandatory}/*!@.swiper-vertical.swiper-css-mode>.swiper-wrapper*/.swiper-vertical.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{scroll-snap-type:y mandatory}/*!@.swiper-centered>.swiper-wrapper::before*/.swiper-centered.sc-road-carousel>.swiper-wrapper.sc-road-carousel::before{content:'';flex-shrink:0;order:9999}/*!@.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child*/.swiper-centered.swiper-horizontal.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel:first-child{margin-inline-start:var(--swiper-centered-offset-before)}/*!@.swiper-centered.swiper-horizontal>.swiper-wrapper::before*/.swiper-centered.swiper-horizontal.sc-road-carousel>.swiper-wrapper.sc-road-carousel::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}/*!@.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child*/.swiper-centered.swiper-vertical.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel:first-child{margin-block-start:var(--swiper-centered-offset-before)}/*!@.swiper-centered.swiper-vertical>.swiper-wrapper::before*/.swiper-centered.swiper-vertical.sc-road-carousel>.swiper-wrapper.sc-road-carousel::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}/*!@.swiper-centered>.swiper-wrapper>.swiper-slide*/.swiper-centered.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel{scroll-snap-align:center center}/*!@.swiper-virtual.swiper-css-mode .swiper-wrapper::after*/.swiper-virtual.swiper-css-mode.sc-road-carousel .swiper-wrapper.sc-road-carousel::after{content:'';position:absolute;left:0;top:0;pointer-events:none}/*!@.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after*/.swiper-virtual.swiper-css-mode.swiper-horizontal.sc-road-carousel .swiper-wrapper.sc-road-carousel::after{height:1px;width:var(--swiper-virtual-size)}/*!@.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after*/.swiper-virtual.swiper-css-mode.swiper-vertical.sc-road-carousel .swiper-wrapper.sc-road-carousel::after{width:1px;height:var(--swiper-virtual-size)}/*!@:root*/.sc-road-carousel:root{--swiper-navigation-size:44px}/*!@.swiper-button-next,.swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-button-prev.sc-road-carousel{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}/*!@.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled*/.swiper-button-next.swiper-button-disabled.sc-road-carousel,.swiper-button-prev.swiper-button-disabled.sc-road-carousel{opacity:.35;cursor:auto;pointer-events:none}/*!@.swiper-button-next:after,.swiper-button-prev:after*/.swiper-button-next.sc-road-carousel:after,.swiper-button-prev.sc-road-carousel:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}/*!@.swiper-button-prev,.swiper-rtl .swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel{left:10px;right:auto}/*!@.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after*/.swiper-button-prev.sc-road-carousel:after,.swiper-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel:after{content:'prev'}/*!@.swiper-button-next,.swiper-rtl .swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel{right:10px;left:auto}/*!@.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after*/.swiper-button-next.sc-road-carousel:after,.swiper-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel:after{content:'next'}/*!@.swiper-button-lock*/.swiper-button-lock.sc-road-carousel{display:none}/*!@.swiper-pagination*/.swiper-pagination.sc-road-carousel{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}/*!@.swiper-pagination.swiper-pagination-hidden*/.swiper-pagination.swiper-pagination-hidden.sc-road-carousel{opacity:0}/*!@.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel,.swiper-pagination-bullets.swiper-pagination-horizontal.sc-road-carousel,.swiper-pagination-custom.sc-road-carousel,.swiper-pagination-fraction.sc-road-carousel{bottom:10px;left:0;width:100%}/*!@.swiper-pagination-bullets-dynamic*/.swiper-pagination-bullets-dynamic.sc-road-carousel{overflow:hidden;font-size:0}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{transform:scale(.33);position:relative}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active.sc-road-carousel{transform:scale(1)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-main.sc-road-carousel{transform:scale(1)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-prev.sc-road-carousel{transform:scale(.66)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-prev-prev.sc-road-carousel{transform:scale(.33)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-next.sc-road-carousel{transform:scale(.66)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-next-next.sc-road-carousel{transform:scale(.33)}/*!@.swiper-pagination-bullet*/.swiper-pagination-bullet.sc-road-carousel{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}/*!@button.swiper-pagination-bullet*/button.swiper-pagination-bullet.sc-road-carousel{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}/*!@.swiper-pagination-clickable .swiper-pagination-bullet*/.swiper-pagination-clickable.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{cursor:pointer}/*!@.swiper-pagination-bullet:only-child*/.swiper-pagination-bullet.sc-road-carousel:only-child{display:none!important}/*!@.swiper-pagination-bullet-active*/.swiper-pagination-bullet-active.sc-road-carousel{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}/*!@.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets*/.swiper-pagination-vertical.swiper-pagination-bullets.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel{right:10px;top:50%;transform:translate3d(0px,-50%,0)}/*!@.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet*/.swiper-pagination-vertical.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}/*!@.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic*/.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel{top:50%;transform:translateY(-50%);width:8px}/*!@.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{display:inline-block;transition:.2s transform,.2s top}/*!@.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}/*!@.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel{left:50%;transform:translateX(-50%);white-space:nowrap}/*!@.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{transition:.2s transform,.2s left}/*!@.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-horizontal.swiper-rtl.sc-road-carousel>.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{transition:.2s transform,.2s right}/*!@.swiper-pagination-progressbar*/.swiper-pagination-progressbar.sc-road-carousel{background:rgba(0,0,0,.25);position:absolute}/*!@.swiper-pagination-progressbar .swiper-pagination-progressbar-fill*/.swiper-pagination-progressbar.sc-road-carousel .swiper-pagination-progressbar-fill.sc-road-carousel{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}/*!@.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill*/.swiper-rtl.sc-road-carousel .swiper-pagination-progressbar.sc-road-carousel .swiper-pagination-progressbar-fill.sc-road-carousel{transform-origin:right top}/*!@.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-progressbar.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-horizontal.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite.sc-road-carousel{width:100%;height:4px;left:0;top:0}/*!@.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-vertical.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-progressbar.sc-road-carousel{width:4px;height:100%;left:0;top:0}/*!@.swiper-pagination-lock*/.swiper-pagination-lock.sc-road-carousel{display:none}/*!@.swiper-scrollbar*/.swiper-scrollbar.sc-road-carousel{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}/*!@.swiper-horizontal>.swiper-scrollbar*/.swiper-horizontal.sc-road-carousel>.swiper-scrollbar.sc-road-carousel{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}/*!@.swiper-vertical>.swiper-scrollbar*/.swiper-vertical.sc-road-carousel>.swiper-scrollbar.sc-road-carousel{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}/*!@.swiper-scrollbar-drag*/.swiper-scrollbar-drag.sc-road-carousel{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}/*!@.swiper-scrollbar-cursor-drag*/.swiper-scrollbar-cursor-drag.sc-road-carousel{cursor:move}/*!@.swiper-scrollbar-lock*/.swiper-scrollbar-lock.sc-road-carousel{display:none}/*!@.swiper-zoom-container*/.swiper-zoom-container.sc-road-carousel{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}/*!@.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg*/.swiper-zoom-container.sc-road-carousel>canvas.sc-road-carousel,.swiper-zoom-container.sc-road-carousel>img.sc-road-carousel,.swiper-zoom-container.sc-road-carousel>svg.sc-road-carousel{max-width:100%;max-height:100%;object-fit:contain}/*!@.swiper-slide-zoomed*/.swiper-slide-zoomed.sc-road-carousel{cursor:move}/*!@.swiper-lazy-preloader*/.swiper-lazy-preloader.sc-road-carousel{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}/*!@.swiper-lazy-preloader-white*/.swiper-lazy-preloader-white.sc-road-carousel{--swiper-preloader-color:#fff}/*!@.swiper-lazy-preloader-black*/.swiper-lazy-preloader-black.sc-road-carousel{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/*!@.swiper .swiper-notification*/.swiper.sc-road-carousel .swiper-notification.sc-road-carousel{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}/*!@.swiper-free-mode>.swiper-wrapper*/.swiper-free-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{transition-timing-function:ease-out;margin:0 auto}/*!@.swiper-grid>.swiper-wrapper*/.swiper-grid.sc-road-carousel>.swiper-wrapper.sc-road-carousel{flex-wrap:wrap}/*!@.swiper-grid-column>.swiper-wrapper*/.swiper-grid-column.sc-road-carousel>.swiper-wrapper.sc-road-carousel{flex-wrap:wrap;flex-direction:column}/*!@.swiper-fade.swiper-free-mode .swiper-slide*/.swiper-fade.swiper-free-mode.sc-road-carousel .swiper-slide.sc-road-carousel{transition-timing-function:ease-out}/*!@.swiper-fade .swiper-slide*/.swiper-fade.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none;transition-property:opacity}/*!@.swiper-fade .swiper-slide .swiper-slide*/.swiper-fade.sc-road-carousel .swiper-slide.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none}/*!@.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active*/.swiper-fade.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-fade.sc-road-carousel .swiper-slide-active.sc-road-carousel .swiper-slide-active.sc-road-carousel{pointer-events:auto}/*!@.swiper-cube*/.swiper-cube.sc-road-carousel{overflow:visible}/*!@.swiper-cube .swiper-slide*/.swiper-cube.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}/*!@.swiper-cube .swiper-slide .swiper-slide*/.swiper-cube.sc-road-carousel .swiper-slide.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none}/*!@.swiper-cube.swiper-rtl .swiper-slide*/.swiper-cube.swiper-rtl.sc-road-carousel .swiper-slide.sc-road-carousel{transform-origin:100% 0}/*!@.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active*/.swiper-cube.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-active.sc-road-carousel .swiper-slide-active.sc-road-carousel{pointer-events:auto}/*!@.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev*/.swiper-cube.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-next.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-next.sc-road-carousel+.swiper-slide.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-prev.sc-road-carousel{pointer-events:auto;visibility:visible}/*!@.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top*/.swiper-cube.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}/*!@.swiper-cube .swiper-cube-shadow*/.swiper-cube.sc-road-carousel .swiper-cube-shadow.sc-road-carousel{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}/*!@.swiper-cube .swiper-cube-shadow:before*/.swiper-cube.sc-road-carousel .swiper-cube-shadow.sc-road-carousel:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}/*!@.swiper-flip*/.swiper-flip.sc-road-carousel{overflow:visible}/*!@.swiper-flip .swiper-slide*/.swiper-flip.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}/*!@.swiper-flip .swiper-slide .swiper-slide*/.swiper-flip.sc-road-carousel .swiper-slide.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none}/*!@.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active*/.swiper-flip.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-active.sc-road-carousel .swiper-slide-active.sc-road-carousel{pointer-events:auto}/*!@.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top*/.swiper-flip.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}/*!@.swiper-creative .swiper-slide*/.swiper-creative.sc-road-carousel .swiper-slide.sc-road-carousel{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}/*!@.swiper-cards*/.swiper-cards.sc-road-carousel{overflow:visible}/*!@.swiper-cards .swiper-slide*/.swiper-cards.sc-road-carousel .swiper-slide.sc-road-carousel{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/*!@:host(.swiper-container)*/.swiper-container.sc-road-carousel-h{display:block;-webkit-user-select:none;user-select:none;position:relative;z-index:1;padding:0;margin-right:auto;margin-left:auto;overflow:hidden;list-style:none}/*!@:host(.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet),\n:host(.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet)*/.swiper-horizontal.sc-road-carousel-h>.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.sc-road-carousel-h .swiper-pagination-bullet.sc-road-carousel{margin:0 0.125rem}/*!@:host(.swiper-container-horizontal > .swiper-pagination-bullets)*/.swiper-container-horizontal.sc-road-carousel-h>.swiper-pagination-bullets.sc-road-carousel{bottom:0.5rem}/*!@.swiper-pagination-bullets*/.swiper-pagination-bullets.sc-road-carousel{right:0;display:inline-table;width:auto!important;padding:0 0.75rem;margin:0 auto;vertical-align:middle;background-color:var(--road-overlay-inverse);border-radius:40px}/*!@.swiper-pagination-bullet*/.swiper-pagination-bullet.sc-road-carousel{width:1.5rem;height:0.25rem;vertical-align:middle;background:var(--road-overlay);border-radius:0}/*!@.swiper-pagination-bullet-active*/.swiper-pagination-bullet-active.sc-road-carousel{background:var(--road-on-surface)}/*!@:host(.swiper-pagination-progressbar)*/.swiper-pagination-progressbar.sc-road-carousel-h{background:var(--road-grey-70)}/*!@:host(.swiper-pagination-progressbar) .swiper-pagination-progressbar-fill*/.swiper-pagination-progressbar.sc-road-carousel-h .swiper-pagination-progressbar-fill.sc-road-carousel{background:var(--road-grey-10)}/*!@:host(.swiper-scrollbar)*/.swiper-scrollbar.sc-road-carousel-h{background:var(--road-grey-70)}/*!@:host(.swiper-scrollbar-drag)*/.swiper-scrollbar-drag.sc-road-carousel-h{background:var(--road-grey-10)}/*!@.swiper-button-prev,\n.swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-button-next.sc-road-carousel{display:none}@media (min-width: 768px){/*!@.swiper-button-prev,\n.swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-button-next.sc-road-carousel{display:flex;width:3rem;height:3rem;background:var(--road-overlay);border:1px solid var(--road-overlay-inverse);border-radius:3rem}/*!@.swiper-button-prev road-icon,\n.swiper-button-next road-icon*/.swiper-button-prev.sc-road-carousel road-icon.sc-road-carousel,.swiper-button-next.sc-road-carousel road-icon.sc-road-carousel{color:var(--road-on-overlay)}}/*!@.swiper-button-prev::after,\n.swiper-button-next::after*/.swiper-button-prev.sc-road-carousel::after,.swiper-button-next.sc-road-carousel::after{display:none}@media (hover: hover){/*!@.swiper-button-prev:hover,\n.swiper-button-next:hover*/.swiper-button-prev.sc-road-carousel:hover,.swiper-button-next.sc-road-carousel:hover{background:var(--road-surface)}/*!@.swiper-button-prev:hover road-icon,\n.swiper-button-next:hover road-icon*/.swiper-button-prev.sc-road-carousel:hover road-icon.sc-road-carousel,.swiper-button-next.sc-road-carousel:hover road-icon.sc-road-carousel{color:var(--road-on-surface)}}/*!@.swiper-button-prev,\n.swiper-container-rtl .swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel{left:1rem}/*!@.swiper-button-next,\n.swiper-container-rtl .swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel{right:1rem}@media (min-width: 768px){/*!@.swiper-button-prev,\n .swiper-container-rtl .swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel{left:1.5rem}/*!@.swiper-button-next,\n .swiper-container-rtl .swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel{right:1.5rem}}";
|
|
12810
|
+
const carouselCss = "@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}/*!@:root*/.sc-road-carousel:root{--swiper-theme-color:#007aff}/*!@.swiper*/.swiper.sc-road-carousel{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}/*!@.swiper-vertical>.swiper-wrapper*/.swiper-vertical.sc-road-carousel>.swiper-wrapper.sc-road-carousel{flex-direction:column}/*!@.swiper-wrapper*/.swiper-wrapper.sc-road-carousel{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}/*!@.swiper-android .swiper-slide,.swiper-wrapper*/.swiper-android.sc-road-carousel .swiper-slide.sc-road-carousel,.swiper-wrapper.sc-road-carousel{transform:translate3d(0px,0,0)}/*!@.swiper-pointer-events*/.swiper-pointer-events.sc-road-carousel{touch-action:pan-y}/*!@.swiper-pointer-events.swiper-vertical*/.swiper-pointer-events.swiper-vertical.sc-road-carousel{touch-action:pan-x}/*!@.swiper-slide*/.swiper-slide.sc-road-carousel{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}/*!@.swiper-slide-invisible-blank*/.swiper-slide-invisible-blank.sc-road-carousel{visibility:hidden}/*!@.swiper-autoheight,.swiper-autoheight .swiper-slide*/.swiper-autoheight.sc-road-carousel,.swiper-autoheight.sc-road-carousel .swiper-slide.sc-road-carousel{height:auto}/*!@.swiper-autoheight .swiper-wrapper*/.swiper-autoheight.sc-road-carousel .swiper-wrapper.sc-road-carousel{align-items:flex-start;transition-property:transform,height}/*!@.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper*/.swiper-3d.sc-road-carousel,.swiper-3d.swiper-css-mode.sc-road-carousel .swiper-wrapper.sc-road-carousel{perspective:1200px}/*!@.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper*/.swiper-3d.sc-road-carousel .swiper-cube-shadow.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-wrapper.sc-road-carousel{transform-style:preserve-3d}/*!@.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top*/.swiper-3d.sc-road-carousel .swiper-slide-shadow.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-3d.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}/*!@.swiper-3d .swiper-slide-shadow*/.swiper-3d.sc-road-carousel .swiper-slide-shadow.sc-road-carousel{background:rgba(0,0,0,.15)}/*!@.swiper-3d .swiper-slide-shadow-left*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-3d .swiper-slide-shadow-right*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-3d .swiper-slide-shadow-top*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-3d .swiper-slide-shadow-bottom*/.swiper-3d.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}/*!@.swiper-css-mode>.swiper-wrapper*/.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}/*!@.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar*/.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel::-webkit-scrollbar{display:none}/*!@.swiper-css-mode>.swiper-wrapper>.swiper-slide*/.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel{scroll-snap-align:start start}/*!@.swiper-horizontal.swiper-css-mode>.swiper-wrapper*/.swiper-horizontal.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{scroll-snap-type:x mandatory}/*!@.swiper-vertical.swiper-css-mode>.swiper-wrapper*/.swiper-vertical.swiper-css-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{scroll-snap-type:y mandatory}/*!@.swiper-centered>.swiper-wrapper::before*/.swiper-centered.sc-road-carousel>.swiper-wrapper.sc-road-carousel::before{content:'';flex-shrink:0;order:9999}/*!@.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child*/.swiper-centered.swiper-horizontal.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel:first-child{margin-inline-start:var(--swiper-centered-offset-before)}/*!@.swiper-centered.swiper-horizontal>.swiper-wrapper::before*/.swiper-centered.swiper-horizontal.sc-road-carousel>.swiper-wrapper.sc-road-carousel::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}/*!@.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child*/.swiper-centered.swiper-vertical.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel:first-child{margin-block-start:var(--swiper-centered-offset-before)}/*!@.swiper-centered.swiper-vertical>.swiper-wrapper::before*/.swiper-centered.swiper-vertical.sc-road-carousel>.swiper-wrapper.sc-road-carousel::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}/*!@.swiper-centered>.swiper-wrapper>.swiper-slide*/.swiper-centered.sc-road-carousel>.swiper-wrapper.sc-road-carousel>.swiper-slide.sc-road-carousel{scroll-snap-align:center center}/*!@.swiper-virtual.swiper-css-mode .swiper-wrapper::after*/.swiper-virtual.swiper-css-mode.sc-road-carousel .swiper-wrapper.sc-road-carousel::after{content:'';position:absolute;left:0;top:0;pointer-events:none}/*!@.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after*/.swiper-virtual.swiper-css-mode.swiper-horizontal.sc-road-carousel .swiper-wrapper.sc-road-carousel::after{height:1px;width:var(--swiper-virtual-size)}/*!@.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after*/.swiper-virtual.swiper-css-mode.swiper-vertical.sc-road-carousel .swiper-wrapper.sc-road-carousel::after{width:1px;height:var(--swiper-virtual-size)}/*!@:root*/.sc-road-carousel:root{--swiper-navigation-size:44px}/*!@.swiper-button-next,.swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-button-prev.sc-road-carousel{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}/*!@.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled*/.swiper-button-next.swiper-button-disabled.sc-road-carousel,.swiper-button-prev.swiper-button-disabled.sc-road-carousel{opacity:.35;cursor:auto;pointer-events:none}/*!@.swiper-button-next:after,.swiper-button-prev:after*/.swiper-button-next.sc-road-carousel:after,.swiper-button-prev.sc-road-carousel:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}/*!@.swiper-button-prev,.swiper-rtl .swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel{left:10px;right:auto}/*!@.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after*/.swiper-button-prev.sc-road-carousel:after,.swiper-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel:after{content:'prev'}/*!@.swiper-button-next,.swiper-rtl .swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel{right:10px;left:auto}/*!@.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after*/.swiper-button-next.sc-road-carousel:after,.swiper-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel:after{content:'next'}/*!@.swiper-button-lock*/.swiper-button-lock.sc-road-carousel{display:none}/*!@.swiper-pagination*/.swiper-pagination.sc-road-carousel{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}/*!@.swiper-pagination.swiper-pagination-hidden*/.swiper-pagination.swiper-pagination-hidden.sc-road-carousel{opacity:0}/*!@.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel,.swiper-pagination-bullets.swiper-pagination-horizontal.sc-road-carousel,.swiper-pagination-custom.sc-road-carousel,.swiper-pagination-fraction.sc-road-carousel{bottom:10px;left:0;width:100%}/*!@.swiper-pagination-bullets-dynamic*/.swiper-pagination-bullets-dynamic.sc-road-carousel{overflow:hidden;font-size:0}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{transform:scale(.33);position:relative}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active.sc-road-carousel{transform:scale(1)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-main.sc-road-carousel{transform:scale(1)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-prev.sc-road-carousel{transform:scale(.66)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-prev-prev.sc-road-carousel{transform:scale(.33)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-next.sc-road-carousel{transform:scale(.66)}/*!@.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next*/.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet-active-next-next.sc-road-carousel{transform:scale(.33)}/*!@.swiper-pagination-bullet*/.swiper-pagination-bullet.sc-road-carousel{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}/*!@button.swiper-pagination-bullet*/button.swiper-pagination-bullet.sc-road-carousel{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}/*!@.swiper-pagination-clickable .swiper-pagination-bullet*/.swiper-pagination-clickable.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{cursor:pointer}/*!@.swiper-pagination-bullet:only-child*/.swiper-pagination-bullet.sc-road-carousel:only-child{display:none!important}/*!@.swiper-pagination-bullet-active*/.swiper-pagination-bullet-active.sc-road-carousel{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}/*!@.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets*/.swiper-pagination-vertical.swiper-pagination-bullets.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel{right:10px;top:50%;transform:translate3d(0px,-50%,0)}/*!@.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet*/.swiper-pagination-vertical.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}/*!@.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic*/.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel{top:50%;transform:translateY(-50%);width:8px}/*!@.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{display:inline-block;transition:.2s transform,.2s top}/*!@.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}/*!@.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel{left:50%;transform:translateX(-50%);white-space:nowrap}/*!@.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{transition:.2s transform,.2s left}/*!@.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet*/.swiper-horizontal.swiper-rtl.sc-road-carousel>.swiper-pagination-bullets-dynamic.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel{transition:.2s transform,.2s right}/*!@.swiper-pagination-progressbar*/.swiper-pagination-progressbar.sc-road-carousel{background:rgba(0,0,0,.25);position:absolute}/*!@.swiper-pagination-progressbar .swiper-pagination-progressbar-fill*/.swiper-pagination-progressbar.sc-road-carousel .swiper-pagination-progressbar-fill.sc-road-carousel{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}/*!@.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill*/.swiper-rtl.sc-road-carousel .swiper-pagination-progressbar.sc-road-carousel .swiper-pagination-progressbar-fill.sc-road-carousel{transform-origin:right top}/*!@.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-progressbar.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-horizontal.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite.sc-road-carousel{width:100%;height:4px;left:0;top:0}/*!@.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar*/.swiper-horizontal.sc-road-carousel>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite.sc-road-carousel,.swiper-pagination-progressbar.swiper-pagination-vertical.sc-road-carousel,.swiper-vertical.sc-road-carousel>.swiper-pagination-progressbar.sc-road-carousel{width:4px;height:100%;left:0;top:0}/*!@.swiper-pagination-lock*/.swiper-pagination-lock.sc-road-carousel{display:none}/*!@.swiper-scrollbar*/.swiper-scrollbar.sc-road-carousel{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}/*!@.swiper-horizontal>.swiper-scrollbar*/.swiper-horizontal.sc-road-carousel>.swiper-scrollbar.sc-road-carousel{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}/*!@.swiper-vertical>.swiper-scrollbar*/.swiper-vertical.sc-road-carousel>.swiper-scrollbar.sc-road-carousel{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}/*!@.swiper-scrollbar-drag*/.swiper-scrollbar-drag.sc-road-carousel{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}/*!@.swiper-scrollbar-cursor-drag*/.swiper-scrollbar-cursor-drag.sc-road-carousel{cursor:move}/*!@.swiper-scrollbar-lock*/.swiper-scrollbar-lock.sc-road-carousel{display:none}/*!@.swiper-zoom-container*/.swiper-zoom-container.sc-road-carousel{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}/*!@.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg*/.swiper-zoom-container.sc-road-carousel>canvas.sc-road-carousel,.swiper-zoom-container.sc-road-carousel>img.sc-road-carousel,.swiper-zoom-container.sc-road-carousel>svg.sc-road-carousel{max-width:100%;max-height:100%;object-fit:contain}/*!@.swiper-slide-zoomed*/.swiper-slide-zoomed.sc-road-carousel{cursor:move}/*!@.swiper-lazy-preloader*/.swiper-lazy-preloader.sc-road-carousel{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}/*!@.swiper-lazy-preloader-white*/.swiper-lazy-preloader-white.sc-road-carousel{--swiper-preloader-color:#fff}/*!@.swiper-lazy-preloader-black*/.swiper-lazy-preloader-black.sc-road-carousel{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/*!@.swiper .swiper-notification*/.swiper.sc-road-carousel .swiper-notification.sc-road-carousel{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}/*!@.swiper-free-mode>.swiper-wrapper*/.swiper-free-mode.sc-road-carousel>.swiper-wrapper.sc-road-carousel{transition-timing-function:ease-out;margin:0 auto}/*!@.swiper-grid>.swiper-wrapper*/.swiper-grid.sc-road-carousel>.swiper-wrapper.sc-road-carousel{flex-wrap:wrap}/*!@.swiper-grid-column>.swiper-wrapper*/.swiper-grid-column.sc-road-carousel>.swiper-wrapper.sc-road-carousel{flex-wrap:wrap;flex-direction:column}/*!@.swiper-fade.swiper-free-mode .swiper-slide*/.swiper-fade.swiper-free-mode.sc-road-carousel .swiper-slide.sc-road-carousel{transition-timing-function:ease-out}/*!@.swiper-fade .swiper-slide*/.swiper-fade.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none;transition-property:opacity}/*!@.swiper-fade .swiper-slide .swiper-slide*/.swiper-fade.sc-road-carousel .swiper-slide.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none}/*!@.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active*/.swiper-fade.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-fade.sc-road-carousel .swiper-slide-active.sc-road-carousel .swiper-slide-active.sc-road-carousel{pointer-events:auto}/*!@.swiper-cube*/.swiper-cube.sc-road-carousel{overflow:visible}/*!@.swiper-cube .swiper-slide*/.swiper-cube.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}/*!@.swiper-cube .swiper-slide .swiper-slide*/.swiper-cube.sc-road-carousel .swiper-slide.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none}/*!@.swiper-cube.swiper-rtl .swiper-slide*/.swiper-cube.swiper-rtl.sc-road-carousel .swiper-slide.sc-road-carousel{transform-origin:100% 0}/*!@.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active*/.swiper-cube.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-active.sc-road-carousel .swiper-slide-active.sc-road-carousel{pointer-events:auto}/*!@.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev*/.swiper-cube.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-next.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-next.sc-road-carousel+.swiper-slide.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-prev.sc-road-carousel{pointer-events:auto;visibility:visible}/*!@.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top*/.swiper-cube.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-cube.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{z-index:0;backface-visibility:hidden}/*!@.swiper-cube .swiper-cube-shadow*/.swiper-cube.sc-road-carousel .swiper-cube-shadow.sc-road-carousel{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}/*!@.swiper-cube .swiper-cube-shadow:before*/.swiper-cube.sc-road-carousel .swiper-cube-shadow.sc-road-carousel:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}/*!@.swiper-flip*/.swiper-flip.sc-road-carousel{overflow:visible}/*!@.swiper-flip .swiper-slide*/.swiper-flip.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none;backface-visibility:hidden;z-index:1}/*!@.swiper-flip .swiper-slide .swiper-slide*/.swiper-flip.sc-road-carousel .swiper-slide.sc-road-carousel .swiper-slide.sc-road-carousel{pointer-events:none}/*!@.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active*/.swiper-flip.sc-road-carousel .swiper-slide-active.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-active.sc-road-carousel .swiper-slide-active.sc-road-carousel{pointer-events:auto}/*!@.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top*/.swiper-flip.sc-road-carousel .swiper-slide-shadow-bottom.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-shadow-left.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-shadow-right.sc-road-carousel,.swiper-flip.sc-road-carousel .swiper-slide-shadow-top.sc-road-carousel{z-index:0;backface-visibility:hidden}/*!@.swiper-creative .swiper-slide*/.swiper-creative.sc-road-carousel .swiper-slide.sc-road-carousel{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}/*!@.swiper-cards*/.swiper-cards.sc-road-carousel{overflow:visible}/*!@.swiper-cards .swiper-slide*/.swiper-cards.sc-road-carousel .swiper-slide.sc-road-carousel{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}/*!@:host(.swiper-container)*/.swiper-container.sc-road-carousel-h{display:block;-webkit-user-select:none;user-select:none;position:relative;z-index:1;padding:0;margin-right:auto;margin-left:auto;overflow:hidden;list-style:none}/*!@:host(.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet),\n:host(.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet)*/.swiper-horizontal.sc-road-carousel-h>.swiper-pagination-bullets.sc-road-carousel .swiper-pagination-bullet.sc-road-carousel,.swiper-pagination-horizontal.swiper-pagination-bullets.sc-road-carousel-h .swiper-pagination-bullet.sc-road-carousel{margin:0 0.125rem}/*!@:host(.swiper-container-horizontal > .swiper-pagination-bullets)*/.swiper-container-horizontal.sc-road-carousel-h>.swiper-pagination-bullets.sc-road-carousel{bottom:0.5rem}/*!@.swiper-pagination-bullets*/.swiper-pagination-bullets.sc-road-carousel{right:0;display:inline-table;width:auto!important;padding:0 0.75rem;margin:0 auto;vertical-align:middle;background-color:var(--road-overlay-inverse);border-radius:40px}/*!@.swiper-pagination-bullet*/.swiper-pagination-bullet.sc-road-carousel{width:1.5rem;height:0.25rem;vertical-align:middle;background:var(--road-overlay);border-radius:0}/*!@.swiper-pagination-bullet-active*/.swiper-pagination-bullet-active.sc-road-carousel{background:var(--road-on-surface)}/*!@:host(.swiper-pagination-progressbar)*/.swiper-pagination-progressbar.sc-road-carousel-h{background:var(--road-grey-70)}/*!@:host(.swiper-pagination-progressbar) .swiper-pagination-progressbar-fill*/.swiper-pagination-progressbar.sc-road-carousel-h .swiper-pagination-progressbar-fill.sc-road-carousel{background:var(--road-grey-10)}/*!@:host(.swiper-scrollbar)*/.swiper-scrollbar.sc-road-carousel-h{background:var(--road-grey-70)}/*!@:host(.swiper-scrollbar-drag)*/.swiper-scrollbar-drag.sc-road-carousel-h{background:var(--road-grey-10)}/*!@.swiper-button-prev,\n.swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-button-next.sc-road-carousel{display:none}@media (min-width: 768px){/*!@.swiper-button-prev,\n.swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-button-next.sc-road-carousel{display:flex;width:3rem;height:3rem;background:var(--road-overlay);border:1px solid var(--road-overlay-inverse);border-radius:3rem}/*!@.swiper-button-prev road-icon,\n.swiper-button-next road-icon*/.swiper-button-prev.sc-road-carousel road-icon.sc-road-carousel,.swiper-button-next.sc-road-carousel road-icon.sc-road-carousel{color:var(--road-on-overlay)}}/*!@.swiper-button-prev::after,\n.swiper-button-next::after*/.swiper-button-prev.sc-road-carousel::after,.swiper-button-next.sc-road-carousel::after{display:none}@media (hover: hover){/*!@.swiper-button-prev:hover,\n.swiper-button-next:hover*/.swiper-button-prev.sc-road-carousel:hover,.swiper-button-next.sc-road-carousel:hover{background:var(--road-surface)}/*!@.swiper-button-prev:hover road-icon,\n.swiper-button-next:hover road-icon*/.swiper-button-prev.sc-road-carousel:hover road-icon.sc-road-carousel,.swiper-button-next.sc-road-carousel:hover road-icon.sc-road-carousel{color:var(--road-on-surface)}}/*!@.swiper-button-prev,\n.swiper-container-rtl .swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel{left:1rem}/*!@.swiper-button-next,\n.swiper-container-rtl .swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel{right:1rem}@media (min-width: 768px){/*!@.swiper-button-prev,\n .swiper-container-rtl .swiper-button-next*/.swiper-button-prev.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-next.sc-road-carousel{left:1.5rem}/*!@.swiper-button-next,\n .swiper-container-rtl .swiper-button-prev*/.swiper-button-next.sc-road-carousel,.swiper-container-rtl.sc-road-carousel .swiper-button-prev.sc-road-carousel{right:1.5rem}}";
|
|
12756
12811
|
|
|
12757
12812
|
Swiper.use([Pagination, Scrollbar, Autoplay, Keyboard, Zoom]);
|
|
12758
12813
|
/**
|
|
@@ -13460,6 +13515,7 @@ class Counter {
|
|
|
13460
13515
|
this.value = 1;
|
|
13461
13516
|
this.size = "lg";
|
|
13462
13517
|
this.dustbin = false;
|
|
13518
|
+
this.readonly = false;
|
|
13463
13519
|
}
|
|
13464
13520
|
onValueChange(valueInput) {
|
|
13465
13521
|
this.setIsDustbinVisible(valueInput);
|
|
@@ -13475,7 +13531,7 @@ class Counter {
|
|
|
13475
13531
|
}
|
|
13476
13532
|
render() {
|
|
13477
13533
|
const dataCi = this.isDustbinVisible ? "road-dustbin" : "";
|
|
13478
|
-
return (hAsync("road-input-group", { class: this.size && `counter-${this.size}` }, hAsync("road-button", { slot: "prepend", size: this.size, onClick: this.decrease, class: this.leftIconClasses, "data-cy": "road-decrease" }, hAsync("road-icon", { name: this.isDustbinVisible ? "delete-forever" : "navigation-add-less", ref: (el) => this.iconCounterLess = el, size: this.size, "data-cy": dataCi })), hAsync("road-input", { ref: (el) => this.inputElement = el, type: "number", min: this.min.toString(), max: (this.max && this.max.toString()), step: this.step, value: this.value, onRoadChange: this.onRoadChange, onKeyUp: this.checkValue, "data-cy": "road-input-counter" }), hAsync("road-button", { slot: "append", size: this.size, onClick: this.increase, class: this.rightIconClasses, "data-cy": "road-increase" }, hAsync("road-icon", { name: "navigation-add-more", size: this.size }))));
|
|
13534
|
+
return (hAsync("road-input-group", { class: this.size && `counter-${this.size}` }, hAsync("road-button", { slot: "prepend", size: this.size, onClick: this.decrease, class: this.leftIconClasses, "data-cy": "road-decrease" }, hAsync("road-icon", { name: this.isDustbinVisible ? "delete-forever" : "navigation-add-less", ref: (el) => this.iconCounterLess = el, size: this.size, "data-cy": dataCi })), hAsync("road-input", { ref: (el) => this.inputElement = el, type: "number", min: this.min.toString(), max: (this.max && this.max.toString()), step: this.step, value: this.value, onRoadChange: this.onRoadChange, onKeyUp: this.checkValue, "data-cy": "road-input-counter", readonly: this.readonly }), hAsync("road-button", { slot: "append", size: this.size, onClick: this.increase, class: this.rightIconClasses, "data-cy": "road-increase" }, hAsync("road-icon", { name: "navigation-add-more", size: this.size }))));
|
|
13479
13535
|
}
|
|
13480
13536
|
get el() { return getElement(this); }
|
|
13481
13537
|
static get watchers() { return {
|
|
@@ -13493,6 +13549,7 @@ class Counter {
|
|
|
13493
13549
|
"value": [2],
|
|
13494
13550
|
"size": [1],
|
|
13495
13551
|
"dustbin": [4],
|
|
13552
|
+
"readonly": [4],
|
|
13496
13553
|
"leftIconClasses": [32],
|
|
13497
13554
|
"rightIconClasses": [32],
|
|
13498
13555
|
"isDustbinVisible": [32]
|
|
@@ -13504,7 +13561,7 @@ class Counter {
|
|
|
13504
13561
|
}
|
|
13505
13562
|
let counterIds = 0;
|
|
13506
13563
|
|
|
13507
|
-
const dialogCss = "/*!@:host*/.sc-road-dialog-h{--z-index:3;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--road-on-surface);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}/*!@.dialog-overlay*/.dialog-overlay.sc-road-dialog{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;background:var(--road-overlay)}/*!@:host(.dialog-has-close) .dialog-overlay*/.dialog-has-close.sc-road-dialog-h .dialog-overlay.sc-road-dialog{cursor:pointer}/*!@.dialog-modal*/.dialog-modal.sc-road-dialog{position:relative;width:auto;margin:1rem;pointer-events:none;transition:transform 0.3s ease-out;transform:translateY(50px)}/*!@:host(.dialog-open)*/.dialog-open.sc-road-dialog-h{visibility:visible !important;opacity:1}/*!@:host(.dialog-open) .dialog-modal*/.dialog-open.sc-road-dialog-h .dialog-modal.sc-road-dialog{transform:none}/*!@.dialog-content*/.dialog-content.sc-road-dialog{position:relative;display:flex;flex-direction:column;width:100%;padding:0 0 1.5rem;pointer-events:auto;background:var(--road-surface);background-clip:padding-box;border-radius:0.25rem;outline:0;box-shadow:var(--road-elevation-highest)}@media (min-width: 576px){/*!@.dialog-content*/.dialog-content.sc-road-dialog{max-width:454px}}/*!@.dialog-header*/.dialog-header.sc-road-dialog{display:flex;align-items:center;justify-content:flex-end;height:100%;max-height:2.75rem;margin-bottom:2rem}/*!@.dialog-close*/.dialog-close.sc-road-dialog{display:flex;align-items:center;align-self:flex-start;justify-content:center;width:3.5rem;height:3.5rem;padding:0;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none
|
|
13564
|
+
const dialogCss = "/*!@:host*/.sc-road-dialog-h{--z-index:3;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--road-on-surface);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}/*!@.dialog-overlay*/.dialog-overlay.sc-road-dialog{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;background:var(--road-overlay)}/*!@:host(.dialog-has-close) .dialog-overlay*/.dialog-has-close.sc-road-dialog-h .dialog-overlay.sc-road-dialog{cursor:pointer}/*!@.dialog-modal*/.dialog-modal.sc-road-dialog{position:relative;width:auto;margin:1rem;pointer-events:none;transition:transform 0.3s ease-out;transform:translateY(50px)}/*!@:host(.dialog-open)*/.dialog-open.sc-road-dialog-h{visibility:visible !important;opacity:1}/*!@:host(.dialog-open) .dialog-modal*/.dialog-open.sc-road-dialog-h .dialog-modal.sc-road-dialog{transform:none}/*!@.dialog-content*/.dialog-content.sc-road-dialog{position:relative;display:flex;flex-direction:column;width:100%;padding:0 0 1.5rem;pointer-events:auto;background:var(--road-surface);background-clip:padding-box;border-radius:0.25rem;outline:0;box-shadow:var(--road-elevation-highest)}@media (min-width: 576px){/*!@.dialog-content*/.dialog-content.sc-road-dialog{max-width:454px}}/*!@.dialog-header*/.dialog-header.sc-road-dialog{display:flex;align-items:center;justify-content:flex-end;height:100%;max-height:2.75rem;margin-bottom:2rem}/*!@.dialog-close*/.dialog-close.sc-road-dialog{display:flex;align-items:center;align-self:flex-start;justify-content:center;width:3.5rem;height:3.5rem;padding:0;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@.dialog-icon*/.dialog-icon.sc-road-dialog{display:inline-block;width:3rem;height:3rem;font-size:var(--road-font-size-48)}/*!@.dialog-body*/.dialog-body.sc-road-dialog{padding:0 1.5rem;text-align:center}@media (min-width: 768px){/*!@.dialog-body*/.dialog-body.sc-road-dialog{padding:0 3rem}}/*!@.dialog-title*/.dialog-title.sc-road-dialog{padding:0;margin:0 0 1rem;font-size:var(--road-body-medium);font-weight:700;line-height:1.2}/*!@.dialog-description*/.dialog-description.sc-road-dialog{margin:0 0 0.5rem;overflow:auto;font-size:var(--road-body-medium)}/*!@.dialog-footer*/.dialog-footer.sc-road-dialog{display:flex;justify-content:center;padding:0 1.5rem}/*!@.dialog-footer ::slotted(road-button)*/.dialog-footer .sc-road-dialog-s>road-button{margin-top:1rem}/*!@.dialog-footer .btn*/.dialog-footer.sc-road-dialog .btn.sc-road-dialog{min-width:130px;max-width:calc(50% - 0.5rem)}";
|
|
13508
13565
|
|
|
13509
13566
|
/**
|
|
13510
13567
|
* @slot - Content of the footer dialog if it's an action dialog add action buttons here.
|
|
@@ -13614,7 +13671,7 @@ class Dialog {
|
|
|
13614
13671
|
}; }
|
|
13615
13672
|
}
|
|
13616
13673
|
|
|
13617
|
-
const drawerCss = "/*!@:host*/.sc-road-drawer-h{--background:var(--road-surface);--color:var(--road-on-surface);--header-icon:var(--road-on-surface);--header-color:var(--road-on-surface);--header-background:var(--road-surface);--header-delimiter:0;--back-chevron-color:var(--road-icon);--max-height:auto;--z-index:10;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;justify-content:flex-start;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--color);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}/*!@.drawer-overlay*/.drawer-overlay.sc-road-drawer{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}/*!@.drawer-dialog*/.drawer-dialog.sc-road-drawer{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}/*!@:host(.drawer-right)*/.drawer-right.sc-road-drawer-h{justify-content:flex-end}/*!@:host(.drawer-right) .drawer-dialog*/.drawer-right.sc-road-drawer-h .drawer-dialog.sc-road-drawer{transform:translateX(100%)}/*!@:host(.drawer-bottom)*/.drawer-bottom.sc-road-drawer-h{align-items:flex-end}/*!@:host(.drawer-bottom) .drawer-dialog*/.drawer-bottom.sc-road-drawer-h .drawer-dialog.sc-road-drawer{width:100%;max-height:var(--max-height);transform:translateY(100%)}/*!@:host(.drawer-bottom) .drawer-content*/.drawer-bottom.sc-road-drawer-h .drawer-content.sc-road-drawer{height:auto}/*!@.drawer-content*/.drawer-content.sc-road-drawer{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:var(--road-elevation-hight)}/*!@.drawer-header*/.drawer-header.sc-road-drawer{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;height:3.5rem;color:var(--header-color);background:var(--header-background);border-color:var(--road-grey-300);border-style:solid;border-width:var(--header-delimiter)}/*!@.drawer-header road-icon*/.drawer-header.sc-road-drawer road-icon.sc-road-drawer{flex-shrink:0;color:var(--header-icon)}/*!@.drawer-header-inverse*/.drawer-header-inverse.sc-road-drawer{--header-icon:var(--road-on-primary);--header-color:var(--road-on-primary);--header-background:var(--road-primary-variant);margin-bottom:2.5rem}/*!@.drawer-action,\n.drawer-close*/.drawer-action.sc-road-drawer,.drawer-close.sc-road-drawer{display:flex;align-items:center;justify-content:center;height:3.5rem;padding:0.5rem;font-family:inherit;font-size:0.875rem;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none
|
|
13674
|
+
const drawerCss = "/*!@:host*/.sc-road-drawer-h{--background:var(--road-surface);--color:var(--road-on-surface);--header-icon:var(--road-on-surface);--header-color:var(--road-on-surface);--header-background:var(--road-surface);--header-delimiter:0;--back-chevron-color:var(--road-icon);--max-height:auto;--z-index:10;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;justify-content:flex-start;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--color);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}/*!@.drawer-overlay*/.drawer-overlay.sc-road-drawer{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}/*!@.drawer-dialog*/.drawer-dialog.sc-road-drawer{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}/*!@:host(.drawer-right)*/.drawer-right.sc-road-drawer-h{justify-content:flex-end}/*!@:host(.drawer-right) .drawer-dialog*/.drawer-right.sc-road-drawer-h .drawer-dialog.sc-road-drawer{transform:translateX(100%)}/*!@:host(.drawer-bottom)*/.drawer-bottom.sc-road-drawer-h{align-items:flex-end}/*!@:host(.drawer-bottom) .drawer-dialog*/.drawer-bottom.sc-road-drawer-h .drawer-dialog.sc-road-drawer{width:100%;max-height:var(--max-height);transform:translateY(100%)}/*!@:host(.drawer-bottom) .drawer-content*/.drawer-bottom.sc-road-drawer-h .drawer-content.sc-road-drawer{height:auto}/*!@.drawer-content*/.drawer-content.sc-road-drawer{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:var(--road-elevation-hight)}/*!@.drawer-header*/.drawer-header.sc-road-drawer{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;height:3.5rem;color:var(--header-color);background:var(--header-background);border-color:var(--road-grey-300);border-style:solid;border-width:var(--header-delimiter)}/*!@.drawer-header road-icon*/.drawer-header.sc-road-drawer road-icon.sc-road-drawer{flex-shrink:0;color:var(--header-icon)}/*!@.drawer-header-inverse*/.drawer-header-inverse.sc-road-drawer{--header-icon:var(--road-on-primary);--header-color:var(--road-on-primary);--header-background:var(--road-primary-variant);margin-bottom:2.5rem}/*!@.drawer-action,\n.drawer-close*/.drawer-action.sc-road-drawer,.drawer-close.sc-road-drawer{display:flex;align-items:center;justify-content:center;height:3.5rem;padding:0.5rem;font-family:inherit;font-size:0.875rem;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@.drawer-header:not(.drawer-header-inverse) .drawer-action road-icon*/.drawer-header.sc-road-drawer:not(.drawer-header-inverse) .drawer-action.sc-road-drawer road-icon.sc-road-drawer{color:var(--back-chevron-color)}/*!@.drawer-action ~ .drawer-title,\n.drawer-close ~ .drawer-title*/.drawer-action.sc-road-drawer~.drawer-title.sc-road-drawer,.drawer-close.sc-road-drawer~.drawer-title.sc-road-drawer{padding-left:0}/*!@.drawer-action-left,\n.drawer-close-left*/.drawer-action-left.sc-road-drawer,.drawer-close-left.sc-road-drawer{margin-right:auto}/*!@.drawer-title*/.drawer-title.sc-road-drawer{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:var(--road-body-medium)}/*!@.drawer-body*/.drawer-body.sc-road-drawer{overflow-y:auto}/*!@:host(.drawer-right) .drawer-body,\n:host(.drawer-left) .drawer-body*/.drawer-right.sc-road-drawer-h .drawer-body.sc-road-drawer,.drawer-left.sc-road-drawer-h .drawer-body.sc-road-drawer{height:calc(100vh - 3.5rem)}/*!@.drawer-inner*/.drawer-inner.sc-road-drawer{padding:0 1rem 2.5rem}@media (min-width: 768px){/*!@.drawer-inner*/.drawer-inner.sc-road-drawer{padding:0 2rem 2.5rem}}/*!@:host(.drawer-open)*/.drawer-open.sc-road-drawer-h{visibility:visible !important;opacity:1}/*!@:host(.drawer-open) .drawer-dialog*/.drawer-open.sc-road-drawer-h .drawer-dialog.sc-road-drawer{transform:none}";
|
|
13618
13675
|
|
|
13619
13676
|
/**
|
|
13620
13677
|
* @slot - Content of the drawer.
|
|
@@ -14298,7 +14355,7 @@ class Img {
|
|
|
14298
14355
|
}; }
|
|
14299
14356
|
}
|
|
14300
14357
|
|
|
14301
|
-
const inputCss = ".sc-road-input-h{--height:3rem;--border-radius:0.25rem;--input-text-align:left;--margin-bottom:1rem;position:relative;display:block;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);color:var(--road-grey-10)}.form-control.sc-road-input{box-sizing:border-box;display:block;width:100%;height:var(--height);padding:0.75rem 1rem 0;margin:0;font-size:var(--road-body-medium);color:var(--road-on-surface);text-align:var(--input-text-align);background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:var(--border-radius);box-shadow:none;-webkit-appearance:none
|
|
14358
|
+
const inputCss = ".sc-road-input-h{--height:3rem;--border-radius:0.25rem;--input-text-align:left;--margin-bottom:1rem;position:relative;display:block;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);color:var(--road-grey-10)}.form-control.sc-road-input{box-sizing:border-box;display:block;width:100%;height:var(--height);padding:0.75rem 1rem 0;margin:0;font-size:var(--road-body-medium);color:var(--road-on-surface);text-align:var(--input-text-align);background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:var(--border-radius);box-shadow:none;-webkit-appearance:none;appearance:none}.form-control[type=\"number\"].sc-road-input{-webkit-appearance:textfield;appearance:textfield}.form-control.sc-road-input::-webkit-calendar-picker-indicator{margin-top:-0.75rem}.form-control.sc-road-input::-webkit-date-and-time-value{padding-top:0.625rem}.form-control.sc-road-input::placeholder{color:var(--road-on-surface-extra-weak);opacity:1}@media (hover: hover){.form-control.sc-road-input:not(:disabled):hover{border-color:var(--road-input-outline-variant)}}.form-control.sc-road-input:focus~.form-label.sc-road-input,.form-control[required].sc-road-input:valid~.form-label.sc-road-input,.form-control.has-value.sc-road-input~.form-label.sc-road-input,.form-control[type=\"date\"].sc-road-input~.form-label.sc-road-input,.form-control[type=\"time\"].sc-road-input~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-input:placeholder-shown~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-input:-ms-input-placeholder~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-input:not(:disabled):focus,.form-control[autofocus].sc-road-input{border-color:var(--road-input-outline-variant);outline:0}.form-control.sc-road-input:disabled,.form-control[readonly].sc-road-input{cursor:not-allowed;background:var(--road-surface-disabled);opacity:1}.form-label.sc-road-input{position:absolute;top:0.75rem;left:1rem;display:block;font-size:var(--road-body-medium);line-height:1.5;color:var(--road-on-surface-extra-weak);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.form-control.sc-road-input:required~.form-label.sc-road-input::after{color:var(--road-danger-default);content:\" *\"}.less-label.sc-road-input{padding-top:0}.input-xl.sc-road-input-h{--height:3.5rem}.input-xl.sc-road-input-h .form-control.sc-road-input{padding:1rem 1rem 0}.phone-number.sc-road-input-h .form-control.sc-road-input{padding-left:2rem}.phone-number.sc-road-input-h .form-label.sc-road-input{left:2rem}.input-xl.sc-road-input-h .form-label.sc-road-input{top:1rem}.input-xl.sc-road-input-h .form-control.sc-road-input:focus~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control[autofocus].sc-road-input~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control[required].sc-road-input:valid~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control.has-value.sc-road-input~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control[type=\"date\"].sc-road-input~.form-label.sc-road-input,.input-xl.sc-road-input-h .form-control[type=\"time\"].sc-road-input~.form-label.sc-road-input{transform:scale(0.75) translateY(-0.625rem)}.input-xl.sc-road-input-h .form-control.sc-road-input:placeholder-shown~.form-label.sc-road-input{transform:scale(0.625) translateY(-0.625rem)}.invalid-feedback.sc-road-input{display:none;width:100%;margin-top:0.5rem;font-size:var(--road-helper-medium);color:var(--road-on-danger-surface)}.form-control.is-invalid.sc-road-input,.was-validated.sc-road-input .form-control.sc-road-input:invalid{border-color:var(--road-danger-outline)}.form-control.is-invalid.sc-road-input~.invalid-feedback.sc-road-input,.was-validated.sc-road-input .form-control.sc-road-input:invalid~.invalid-feedback.sc-road-input{display:block}.helper.sc-road-input{margin-top:0.5rem;font-size:var(--road-body-small);color:var(--road-on-surface-weak)}.form-control[type=\"password\"].sc-road-input~.checklist-password.sc-road-input .invalid.sc-road-input{color:var(--road-on-surface-weak)}";
|
|
14302
14359
|
|
|
14303
14360
|
const debounceEvent = (event, wait) => {
|
|
14304
14361
|
const original = event._original || event;
|
|
@@ -14451,7 +14508,7 @@ class Input {
|
|
|
14451
14508
|
}
|
|
14452
14509
|
let inputIds = 0;
|
|
14453
14510
|
|
|
14454
|
-
const inputGroupCss = "/*!@:host*/.sc-road-input-group-h{display:block}/*!@.input-group*/.input-group.sc-road-input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;font-family:var(--road-font, sans-serif)}/*!@::slotted(road-input),\n::slotted(input),\n::slotted(textarea),\n::slotted(road-select)*/.sc-road-input-group-s>road-input,.sc-road-input-group-s>input,.sc-road-input-group-s>textarea,.sc-road-input-group-s>road-select{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}/*!@::slotted([slot=\"prepend\"])*/.sc-road-input-group-s>[slot=\"prepend\"]{margin-right:-3px;border-color:var(--road-input-outline);border-right-color:transparent;border-top-right-radius:0;border-bottom-right-radius:0}/*!@::slotted([slot=\"append\"])*/.sc-road-input-group-s>[slot=\"append\"]{margin-left:-0.25rem;border-color:var(--road-input-outline);border-left-width:0}@media (hover: hover){/*!@.input-group:not(.is-disabled):hover ::slotted([slot=\"prepend\"])*/.input-group:not(.is-disabled):hover .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant);border-right-color:transparent}/*!@.input-group:not(.is-disabled):hover ::slotted([slot=\"append\"])*/.input-group:not(.is-disabled):hover .sc-road-input-group-s>[slot=\"append\"]{border-color:var(--road-input-outline-variant);border-left-color:transparent}/*!@:host(.phone-number-group) .input-group:not(.is-disabled):hover ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group:not(.is-disabled):hover .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant)}}/*!@.input-group:focus-within ::slotted([slot=\"prepend\"])*/.input-group:focus-within .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant);border-right-color:transparent}/*!@:host(.phone-number-group) .input-group:focus-within ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group:focus-within .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant);border-right-color:transparent}/*!@.input-group:focus-within ::slotted([slot=\"append\"])*/.input-group:focus-within .sc-road-input-group-s>[slot=\"append\"]{border-color:var(--road-input-outline-variant);border-left-color:transparent}/*!@.input-group-prepend,\n.input-group-append*/.input-group-prepend.sc-road-input-group,.input-group-append.sc-road-input-group{display:flex;height:3rem}/*!@::slotted(road-button)*/.sc-road-input-group-s>road-button{--padding-start:0.5rem;--padding-end:0.5rem;position:relative;z-index:2;min-width:3rem;margin:0;font-size:var(--road-font-size-14)}/*!@.input-group-prepend*/.input-group-prepend.sc-road-input-group{z-index:1;order:-1}/*!@.input-group-prepend ~ .form-label*/.input-group-prepend.sc-road-input-group~.form-label.sc-road-input-group{left:calc(3rem + 1px)}/*!@.input-group-append*/.input-group-append.sc-road-input-group{position:relative;z-index:1;border-radius:0 0.25rem 0.25rem 0}/*!@::slotted(label)*/.sc-road-input-group-s>label{display:flex;align-items:center;padding:0 0.5rem;margin-bottom:0;color:var(--road-on-surface);text-align:center;white-space:nowrap;cursor:text;background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@::slotted(road-input:not(:first-child)),\n::slotted(road-select:not(:first-child))*/.sc-road-input-group-s>road-input:not(:first-child),.sc-road-input-group-s>road-select:not(:first-child){border-radius:0}/*!@.input-group-append ::slotted([slot=\"append\"])*/.input-group-append .sc-road-input-group-s>[slot=\"append\"]{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}/*!@.input-group-prepend ::slotted([slot=\"prepend\"])*/.input-group-prepend .sc-road-input-group-s>[slot=\"prepend\"]{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}/*!@:host(.phone-number-group) .input-group-prepend ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group-prepend .sc-road-input-group-s>[slot=\"prepend\"]{border-right:1px solid var(--road-input-outline);border-top-right-radius:0;border-bottom-right-radius:0}/*!@.input-group-prepend ::slotted(label)*/.input-group-prepend .sc-road-input-group-s>label{margin-right:calc(-1rem + 1px)}/*!@.input-group-append ::slotted(road-button)*/.input-group-append .sc-road-input-group-s>road-button{background-color:var(--road-surface)}/*!@.size-xl .input-group-prepend,\n.size-xl .input-group-append*/.size-xl.sc-road-input-group .input-group-prepend.sc-road-input-group,.size-xl.sc-road-input-group .input-group-append.sc-road-input-group{height:3.5rem}/*!@.size-xl ::slotted(road-button)*/.size-xl .sc-road-input-group-s>road-button{height:3.5rem}/*!@.input-group.is-invalid ::slotted([slot=\"append\"]),\n.input-group.is-invalid ::slotted([slot=\"prepend\"])*/.input-group.is-invalid .sc-road-input-group-s>[slot=\"append\"],.input-group.is-invalid .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-danger-outline)}/*!@:host(.phone-number-group) .input-group.is-invalid ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group.is-invalid .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-danger-outline)}/*!@.input-group.is-disabled ::slotted([slot=\"append\"]),\n.input-group.is-disabled ::slotted([slot=\"prepend\"])*/.input-group.is-disabled .sc-road-input-group-s>[slot=\"append\"],.input-group.is-disabled .sc-road-input-group-s>[slot=\"prepend\"]{cursor:not-allowed;background:#e4e5e9}/*!@.is-disabled ::slotted(road-button)*/.is-disabled .sc-road-input-group-s>road-button{opacity:1}";
|
|
14511
|
+
const inputGroupCss = "/*!@:host*/.sc-road-input-group-h{display:block}/*!@.input-group*/.input-group.sc-road-input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;font-family:var(--road-font, sans-serif)}/*!@::slotted(road-input),\n::slotted(input),\n::slotted(textarea),\n::slotted(road-select)*/.sc-road-input-group-s>road-input,.sc-road-input-group-s>input,.sc-road-input-group-s>textarea,.sc-road-input-group-s>road-select{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}/*!@::slotted([slot=\"prepend\"])*/.sc-road-input-group-s>[slot=\"prepend\"]{margin-right:-3px;border-color:var(--road-input-outline);border-right-color:transparent;border-top-right-radius:0;border-bottom-right-radius:0}/*!@::slotted([slot=\"append\"])*/.sc-road-input-group-s>[slot=\"append\"]{margin-left:-0.25rem;border-color:var(--road-input-outline);border-left-width:0}@media (hover: hover){/*!@.input-group:not(.is-disabled):hover ::slotted([slot=\"prepend\"])*/.input-group:not(.is-disabled):hover .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant);border-right-color:transparent}/*!@.input-group:not(.is-disabled):hover ::slotted([slot=\"append\"])*/.input-group:not(.is-disabled):hover .sc-road-input-group-s>[slot=\"append\"]{border-color:var(--road-input-outline-variant);border-left-color:transparent}/*!@:host(.phone-number-group) .input-group:not(.is-disabled):hover ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group:not(.is-disabled):hover .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant)}}/*!@.input-group:focus-within ::slotted([slot=\"prepend\"])*/.input-group:focus-within .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant);border-right-color:transparent}/*!@:host(.phone-number-group) .input-group:focus-within ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group:focus-within .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-input-outline-variant);border-right-color:transparent}/*!@.input-group:focus-within ::slotted([slot=\"append\"])*/.input-group:focus-within .sc-road-input-group-s>[slot=\"append\"]{border-color:var(--road-input-outline-variant);border-left-color:transparent}/*!@.input-group-prepend,\n.input-group-append*/.input-group-prepend.sc-road-input-group,.input-group-append.sc-road-input-group{display:flex;height:3rem}/*!@::slotted(road-button)*/.sc-road-input-group-s>road-button{--padding-start:0.5rem;--padding-end:0.5rem;position:relative;z-index:2;min-width:3rem;margin:0;font-size:var(--road-font-size-14)}/*!@.input-group-prepend*/.input-group-prepend.sc-road-input-group{z-index:1;order:-1}/*!@.input-group-prepend ~ .form-label*/.input-group-prepend.sc-road-input-group~.form-label.sc-road-input-group{left:calc(3rem + 1px)}/*!@.input-group-append*/.input-group-append.sc-road-input-group{position:relative;z-index:1;border-radius:0 0.25rem 0.25rem 0}/*!@::slotted(label)*/.sc-road-input-group-s>label{display:flex;align-items:center;padding:0 0.5rem;margin-bottom:0;color:var(--road-on-surface);text-align:center;white-space:nowrap;cursor:text;background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@::slotted(road-input:not(:first-child)),\n::slotted(road-select:not(:first-child))*/.sc-road-input-group-s>road-input:not(:first-child),.sc-road-input-group-s>road-select:not(:first-child){border-radius:0}/*!@.input-group-append ::slotted([slot=\"append\"])*/.input-group-append .sc-road-input-group-s>[slot=\"append\"]{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}/*!@.input-group-prepend ::slotted([slot=\"prepend\"])*/.input-group-prepend .sc-road-input-group-s>[slot=\"prepend\"]{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}/*!@:host(.phone-number-group) .input-group-prepend ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group-prepend .sc-road-input-group-s>[slot=\"prepend\"]{border-right:1px solid var(--road-input-outline);border-top-right-radius:0;border-bottom-right-radius:0}/*!@.input-group-prepend ::slotted(label)*/.input-group-prepend .sc-road-input-group-s>label{margin-right:calc(-1rem + 1px)}/*!@.input-group-append ::slotted(road-button)*/.input-group-append .sc-road-input-group-s>road-button{background-color:var(--road-surface)}/*!@.size-xl .input-group-prepend,\n.size-xl .input-group-append*/.size-xl.sc-road-input-group .input-group-prepend.sc-road-input-group,.size-xl.sc-road-input-group .input-group-append.sc-road-input-group{height:3.5rem}/*!@.size-xl ::slotted(road-button)*/.size-xl .sc-road-input-group-s>road-button{height:3.5rem}/*!@.input-group.is-invalid ::slotted([slot=\"append\"]),\n.input-group.is-invalid ::slotted([slot=\"prepend\"])*/.input-group.is-invalid .sc-road-input-group-s>[slot=\"append\"],.input-group.is-invalid.sc-road-input-group-s>[slot=\"prepend\"],.input-group.is-invalid .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-danger-outline)}/*!@:host(.phone-number-group) .input-group.is-invalid ::slotted([slot=\"prepend\"])*/.sc-road-input-group-h.phone-number-group .input-group.is-invalid.sc-road-input-group-s>[slot=\"prepend\"],.input-group.is-invalid .sc-road-input-group-s>[slot=\"prepend\"]{border-color:var(--road-danger-outline)}/*!@.input-group.is-disabled ::slotted([slot=\"append\"]),\n.input-group.is-disabled ::slotted([slot=\"prepend\"])*/.input-group.is-disabled .sc-road-input-group-s>[slot=\"append\"],.input-group.is-disabled.sc-road-input-group-s>[slot=\"prepend\"],.input-group.is-disabled .sc-road-input-group-s>[slot=\"prepend\"]{cursor:not-allowed;background:#e4e5e9}/*!@.is-disabled ::slotted(road-button)*/.is-disabled .sc-road-input-group-s>road-button{opacity:1}";
|
|
14455
14512
|
|
|
14456
14513
|
/**
|
|
14457
14514
|
* @slot prepend - Add icon or button before the field.
|
|
@@ -14584,7 +14641,7 @@ class Label {
|
|
|
14584
14641
|
}; }
|
|
14585
14642
|
}
|
|
14586
14643
|
|
|
14587
|
-
const listCss = "/*!@:host*/.sc-road-list-h{display:block;contain:content;list-style-type:none}/*!@:host(.list-lines-none) ::slotted(road-item)*/.sc-road-list-h.list-lines-none .sc-road-list-s>road-item{--border-width:0;--inner-border-width:0}/*!@:host(.list-lines-full)*/.list-lines-full.sc-road-list-h{border:1px solid var(--road-outline);border-bottom:0}/*!@:host(.list-lines-full),\n:host(.list-lines-full) ::slotted(road-item)*/.list-lines-full.sc-road-list-h,.sc-road-list-h.list-lines-full .sc-road-list-s>road-item{--border-width:0 0 1px 0;--inner-border-width:0}/*!@:host(.item-lines-inset),\n:host(.list-lines-inset) ::slotted(road-item)*/.item-lines-inset.sc-road-list-h,.sc-road-list-h.list-lines-inset .sc-road-list-s>road-item{--inner-border-width:0 0 1px 0}";
|
|
14644
|
+
const listCss = "/*!@:host*/.sc-road-list-h{display:block;contain:content;list-style-type:none}/*!@:host(.list-lines-none) ::slotted(road-item)*/.sc-road-list-h.list-lines-none .sc-road-list-s>road-item{--border-width:0;--inner-border-width:0}/*!@:host(.list-lines-full)*/.list-lines-full.sc-road-list-h{border:1px solid var(--road-outline);border-bottom:0}/*!@:host(.list-lines-full),\n:host(.list-lines-full) ::slotted(road-item)*/.list-lines-full.sc-road-list-h,.sc-road-list-h.list-lines-full.sc-road-list-s>road-item,.sc-road-list-h.list-lines-full .sc-road-list-s>road-item{--border-width:0 0 1px 0;--inner-border-width:0}/*!@:host(.item-lines-inset),\n:host(.list-lines-inset) ::slotted(road-item)*/.item-lines-inset.sc-road-list-h,.sc-road-list-h.list-lines-inset.sc-road-list-s>road-item,.sc-road-list-h.list-lines-inset .sc-road-list-s>road-item{--inner-border-width:0 0 1px 0}";
|
|
14588
14645
|
|
|
14589
14646
|
/**
|
|
14590
14647
|
* @slot - Content of the list, it should be road-item elements.
|
|
@@ -14613,7 +14670,7 @@ class List {
|
|
|
14613
14670
|
}; }
|
|
14614
14671
|
}
|
|
14615
14672
|
|
|
14616
|
-
const modalCss = "/*!@:host*/.sc-road-modal-h{--z-index:3;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--road-grey-900);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}/*!@.modal-overlay*/.modal-overlay.sc-road-modal{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}/*!@.modal-dialog*/.modal-dialog.sc-road-modal{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateY(50px)}/*!@:host(.modal-open)*/.modal-open.sc-road-modal-h{visibility:visible !important;opacity:1}/*!@:host(.modal-open) .modal-dialog*/.modal-open.sc-road-modal-h .modal-dialog.sc-road-modal{transform:none}/*!@.modal-content*/.modal-content.sc-road-modal{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background:var(--road-surface);background-clip:padding-box;box-shadow:var(--road-elevation-hight)}@media (min-width: 768px){/*!@.modal-content*/.modal-content.sc-road-modal{height:auto;border-radius:0.25rem}}/*!@.modal-header*/.modal-header.sc-road-modal{display:flex;align-items:center;justify-content:flex-end;color:var(--road-on-header-surface);background:var(--road-header-surface)}/*!@.modal-header road-icon*/.modal-header.sc-road-modal road-icon.sc-road-modal{color:var(--road-header-icon)}@media (min-width: 768px){/*!@.modal-header*/.modal-header.sc-road-modal{border-radius:0.25rem 0.25rem 0 0}}/*!@.modal-header-inverse*/.modal-header-inverse.sc-road-modal{color:var(--road-on-surface);background:none}/*!@.modal-header-inverse road-icon*/.modal-header-inverse.sc-road-modal road-icon.sc-road-modal{color:var(--road-icon)}/*!@.modal-action,\n.modal-close*/.modal-action.sc-road-modal,.modal-close.sc-road-modal{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;font-weight:700;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none
|
|
14673
|
+
const modalCss = "/*!@:host*/.sc-road-modal-h{--z-index:3;position:fixed;top:0;left:0;z-index:var(--z-index);display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;font-family:var(--road-font, sans-serif);line-height:1.5;color:var(--road-grey-900);visibility:hidden !important;opacity:0;transition:opacity 0.15s linear, visibility 0.15s}/*!@.modal-overlay*/.modal-overlay.sc-road-modal{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}/*!@.modal-dialog*/.modal-dialog.sc-road-modal{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateY(50px)}/*!@:host(.modal-open)*/.modal-open.sc-road-modal-h{visibility:visible !important;opacity:1}/*!@:host(.modal-open) .modal-dialog*/.modal-open.sc-road-modal-h .modal-dialog.sc-road-modal{transform:none}/*!@.modal-content*/.modal-content.sc-road-modal{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background:var(--road-surface);background-clip:padding-box;box-shadow:var(--road-elevation-hight)}@media (min-width: 768px){/*!@.modal-content*/.modal-content.sc-road-modal{height:auto;border-radius:0.25rem}}/*!@.modal-header*/.modal-header.sc-road-modal{display:flex;align-items:center;justify-content:flex-end;color:var(--road-on-header-surface);background:var(--road-header-surface)}/*!@.modal-header road-icon*/.modal-header.sc-road-modal road-icon.sc-road-modal{color:var(--road-header-icon)}@media (min-width: 768px){/*!@.modal-header*/.modal-header.sc-road-modal{border-radius:0.25rem 0.25rem 0 0}}/*!@.modal-header-inverse*/.modal-header-inverse.sc-road-modal{color:var(--road-on-surface);background:none}/*!@.modal-header-inverse road-icon*/.modal-header-inverse.sc-road-modal road-icon.sc-road-modal{color:var(--road-icon)}/*!@.modal-action,\n.modal-close*/.modal-action.sc-road-modal,.modal-close.sc-road-modal{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;font-weight:700;color:inherit;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@.modal-action ~ .modal-title,\n.modal-close ~ .modal-title*/.modal-action.sc-road-modal~.modal-title.sc-road-modal,.modal-close.sc-road-modal~.modal-title.sc-road-modal{padding-left:0}/*!@.modal-action-left,\n.modal-close-left*/.modal-action-left.sc-road-modal,.modal-close-left.sc-road-modal{margin-right:auto}/*!@.modal-title*/.modal-title.sc-road-modal{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:var(--road-body-medium);font-weight:400}/*!@.modal-body*/.modal-body.sc-road-modal{padding:2.5rem 0.5rem;overflow-y:auto}/*!@.modal-header-inverse + .modal-body*/.modal-header-inverse.sc-road-modal+.modal-body.sc-road-modal{padding-top:0}@media (min-width: 768px){/*!@.modal-body*/.modal-body.sc-road-modal{max-height:86vh;padding-right:5rem;padding-left:5rem}}";
|
|
14617
14674
|
|
|
14618
14675
|
/**
|
|
14619
14676
|
* @slot - Content of the modal.
|
|
@@ -14740,7 +14797,7 @@ class Navbar {
|
|
|
14740
14797
|
}; }
|
|
14741
14798
|
}
|
|
14742
14799
|
|
|
14743
|
-
const navbarItemCss = "/*!@:host*/.sc-road-navbar-item-h{position:relative;box-sizing:border-box;display:flex;flex:1;flex-basis:0;flex-direction:column;flex-grow:1;align-items:center;justify-content:center;text-align:center;white-space:nowrap}@media (min-width: 1200px){/*!@:host*/.sc-road-navbar-item-h{flex-grow:inherit;width:100%;padding:0.5rem}}/*!@:host(.tab-selected),\n:host(.tab-selected) road-tooltip road-icon*/.tab-selected.sc-road-navbar-item-h,.tab-selected.sc-road-navbar-item-h road-tooltip.sc-road-navbar-item road-icon.sc-road-navbar-item{color:var(--road-on-button-tertiary);fill:var(--road-on-button-tertiary)}/*!@:host(.tab-selected)::after*/.tab-selected.sc-road-navbar-item-h::after{position:absolute;bottom:-12px;left:0;display:block;width:100%;height:4px;color:var(--road-on-button-tertiary);content:\"\";background-color:var(--road-on-button-tertiary)}@media (min-width: 1200px){/*!@:host(.tab-selected)::after*/.tab-selected.sc-road-navbar-item-h::after{bottom:auto;left:0;width:4px;height:100%}}/*!@:host(.focus-visible) ::slotted(road-icon),\n:host(.focus-visible) ::slotted(road-icon)::after,\n:host(.focus-visible) ::slotted(road-label),\n:host(.focus-visible) ::slotted(road-label)::after,\n:host(:hover) ::slotted(road-icon),\n:host(:hover) ::slotted(road-icon)::after,\n:host(:hover) ::slotted(road-label),\n:host(:hover) ::slotted(road-label)::after*/.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-icon::after,.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-label::after,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-icon::after,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-label::after{color:var(--road-on-button-tertiary)}/*!@.button-native*/.button-native.sc-road-navbar-item{position:relative;box-sizing:border-box;display:flex;flex-direction:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;margin:0;overflow:visible;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border-color:initial;border-style:initial;border-width:0;border-radius:inherit;border-image:initial;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@.button-inner*/.button-inner.sc-road-navbar-item{position:relative;z-index:1;display:flex;flex-flow:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%}/*!@::slotted(road-icon)*/.sc-road-navbar-item-s>road-icon{display:block;width:2rem;height:2rem;margin-right:auto;margin-bottom:0.25rem;margin-left:auto;fill:currentColor}@media (min-width: 1200px){/*!@:host ::slotted(road-tooltip)*/.sc-road-navbar-item-h .sc-road-navbar-item-s>road-tooltip{width:100%}}/*!@::slotted(road-label)*/.sc-road-navbar-item-s>road-label{position:relative;box-sizing:border-box;display:flex;flex:1;flex-direction:column;font-size:var(--road-label-small);font-weight:700;text-align:center;white-space:nowrap}@media (min-width: 1200px){/*!@::slotted(road-label)*/.sc-road-navbar-item-s>road-label{display:block}}/*!@::slotted(road-badge)*/.sc-road-navbar-item-s>road-badge{position:absolute;top:4px;left:calc(50% + 0.375rem);z-index:1;box-sizing:border-box;height:auto;font-size:var(--road-font-size-10);font-weight:400}";
|
|
14800
|
+
const navbarItemCss = "/*!@:host*/.sc-road-navbar-item-h{position:relative;box-sizing:border-box;display:flex;flex:1;flex-basis:0;flex-direction:column;flex-grow:1;align-items:center;justify-content:center;text-align:center;white-space:nowrap}@media (min-width: 1200px){/*!@:host*/.sc-road-navbar-item-h{flex-grow:inherit;width:100%;padding:0.5rem}}/*!@:host(.tab-disabled),\n:host(.tab-disabled) road-tooltip,\n:host(.tab-disabled) road-tooltip road-icon,\n:host(.tab-disabled) ::slotted(road-icon)*/.tab-disabled.sc-road-navbar-item-h,.tab-disabled.sc-road-navbar-item-h road-tooltip.sc-road-navbar-item,.tab-disabled.sc-road-navbar-item-h road-tooltip.sc-road-navbar-item road-icon.sc-road-navbar-item,.sc-road-navbar-item-h.tab-disabled.sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h.tab-disabled .sc-road-navbar-item-s>road-icon{color:var(--road-on-surface-disabled);cursor:not-allowed;fill:var(--road-on-surface-disabled)}/*!@:host(.tab-selected),\n:host(.tab-selected) road-tooltip road-icon,\n:host(.tab-selected) ::slotted(road-icon)*/.tab-selected.sc-road-navbar-item-h,.tab-selected.sc-road-navbar-item-h road-tooltip.sc-road-navbar-item road-icon.sc-road-navbar-item,.sc-road-navbar-item-h.tab-selected.sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h.tab-selected .sc-road-navbar-item-s>road-icon{color:var(--road-on-button-tertiary);fill:var(--road-on-button-tertiary)}/*!@:host(.tab-selected)::after*/.tab-selected.sc-road-navbar-item-h::after{position:absolute;bottom:-12px;left:0;display:block;width:100%;height:4px;color:var(--road-on-button-tertiary);content:\"\";background-color:var(--road-on-button-tertiary)}@media (min-width: 1200px){/*!@:host(.tab-selected)::after*/.tab-selected.sc-road-navbar-item-h::after{bottom:auto;left:0;width:4px;height:100%}}/*!@:host(.focus-visible) ::slotted(road-icon),\n:host(.focus-visible) ::slotted(road-icon)::after,\n:host(.focus-visible) ::slotted(road-label),\n:host(.focus-visible) ::slotted(road-label)::after,\n:host(:hover) ::slotted(road-icon),\n:host(:hover) ::slotted(road-icon)::after,\n:host(:hover) ::slotted(road-label),\n:host(:hover) ::slotted(road-label)::after*/.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h.focus-visible.sc-road-navbar-item-s>road-icon::after,.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-icon::after,.sc-road-navbar-item-h.focus-visible.sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h.focus-visible.sc-road-navbar-item-s>road-label::after,.sc-road-navbar-item-h.focus-visible .sc-road-navbar-item-s>road-label::after,.sc-road-navbar-item-h:hover.sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h:hover.sc-road-navbar-item-s>road-icon::after,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-icon::after,.sc-road-navbar-item-h:hover.sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h:hover.sc-road-navbar-item-s>road-label::after,.sc-road-navbar-item-h:hover .sc-road-navbar-item-s>road-label::after{color:var(--road-on-button-tertiary)}/*!@:host(.tab-disabled.focus-visible) ::slotted(road-icon),\n:host(.tab-disabled.focus-visible) ::slotted(road-label),\n:host(.tab-disabled:hover) ::slotted(road-icon),\n:host(.tab-disabled:hover) ::slotted(road-label)*/.sc-road-navbar-item-h.tab-disabled.focus-visible .sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h.tab-disabled.focus-visible.sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h.tab-disabled.focus-visible .sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h.tab-disabled:hover.sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h.tab-disabled:hover .sc-road-navbar-item-s>road-icon,.sc-road-navbar-item-h.tab-disabled:hover.sc-road-navbar-item-s>road-label,.sc-road-navbar-item-h.tab-disabled:hover .sc-road-navbar-item-s>road-label{color:var(--road-on-surface-disabled);cursor:not-allowed;fill:var(--road-on-surface-disabled)}/*!@.button-native*/.button-native.sc-road-navbar-item{position:relative;box-sizing:border-box;display:flex;flex-direction:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;margin:0;overflow:visible;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-align:inherit;text-decoration:none;text-indent:inherit;text-overflow:inherit;text-transform:inherit;letter-spacing:inherit;white-space:inherit;cursor:pointer;background:transparent;border-color:initial;border-style:initial;border-width:0;border-radius:inherit;border-image:initial;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}/*!@:host(.tab-disabled) .button-native*/.tab-disabled.sc-road-navbar-item-h .button-native.sc-road-navbar-item{cursor:not-allowed}/*!@.button-inner*/.button-inner.sc-road-navbar-item{position:relative;z-index:1;display:flex;flex-flow:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%}/*!@::slotted(road-icon)*/.sc-road-navbar-item-s>road-icon{display:block;width:2rem;height:2rem;margin-right:auto;margin-bottom:0.25rem;margin-left:auto;fill:currentColor}@media (min-width: 1200px){/*!@:host ::slotted(road-tooltip)*/.sc-road-navbar-item-h .sc-road-navbar-item-s>road-tooltip{width:100%}}/*!@::slotted(road-label)*/.sc-road-navbar-item-s>road-label{position:relative;box-sizing:border-box;display:flex;flex:1;flex-direction:column;font-size:var(--road-label-small);font-weight:700;text-align:center;white-space:nowrap}@media (min-width: 1200px){/*!@::slotted(road-label)*/.sc-road-navbar-item-s>road-label{display:block}}/*!@::slotted(road-badge)*/.sc-road-navbar-item-s>road-badge{position:absolute;top:4px;left:calc(50% + 0.375rem);z-index:1;box-sizing:border-box;height:auto;font-size:var(--road-font-size-10);font-weight:400}";
|
|
14744
14801
|
|
|
14745
14802
|
/**
|
|
14746
14803
|
* @slot - Content of the item, it should be road-icon and road-label elements.
|
|
@@ -14791,16 +14848,17 @@ class NavbarItem {
|
|
|
14791
14848
|
}
|
|
14792
14849
|
}
|
|
14793
14850
|
render() {
|
|
14794
|
-
const { href, rel, target, selected, tab } = this;
|
|
14851
|
+
const { href, rel, target, selected, tab, disabled } = this;
|
|
14795
14852
|
const attrs = {
|
|
14796
14853
|
download: this.download,
|
|
14797
14854
|
href,
|
|
14798
14855
|
rel,
|
|
14799
14856
|
target,
|
|
14800
14857
|
};
|
|
14801
|
-
return (hAsync(Host, { onClick: this.onClick, onKeyup: this.onKeyUp, role: "tab", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, class: {
|
|
14858
|
+
return (hAsync(Host, { onClick: this.onClick, onKeyup: this.onKeyUp, role: "tab", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, disabled: disabled, class: {
|
|
14802
14859
|
'navbar-item': true,
|
|
14803
14860
|
'tab-selected': selected,
|
|
14861
|
+
'tab-disabled': disabled,
|
|
14804
14862
|
} }, hAsync("a", Object.assign({}, attrs, { tabIndex: -1, class: "button-native", part: "native" }), hAsync("span", { class: "button-inner" }, hAsync("slot", null)))));
|
|
14805
14863
|
}
|
|
14806
14864
|
get el() { return getElement(this); }
|
|
@@ -14823,7 +14881,7 @@ class NavbarItem {
|
|
|
14823
14881
|
}; }
|
|
14824
14882
|
}
|
|
14825
14883
|
|
|
14826
|
-
const plateNumberCss = ".sc-road-plate-number-h{display:block}.plate-number.sc-road-plate-number{--margin-bottom:0}.plate-number-start.sc-road-plate-number,.plate-number-end.sc-road-plate-number{width:1.75rem;height:calc(3rem - 0.25rem);background:var(--road-info-50)}.input-group-prepend.sc-road-plate-number{margin-right:-1px}.input-group-prepend.sc-road-plate-number,.input-group-append.sc-road-plate-number{padding:0}.plate-number-start.sc-road-plate-number{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;margin-right:0;margin-left:1px;color:var(--road-icon-inverse);border-radius:0.125rem 0 0 0.125rem}.plate-number-icon.sc-road-plate-number{width:1.25rem;height:1.25rem;color:#f3db53}.plate-number-location.sc-road-plate-number{font-size:var(--road-button-medium);font-weight:700}.plate-number-end.sc-road-plate-number{margin-right:1px;border-radius:0 0.125rem 0.125rem 0}.plate-number-be.sc-road-plate-number .plate-number-input.sc-road-plate-number{color:var(--road-on-danger-surface)}.plate-number-be.sc-road-plate-number .plate-number-input.sc-road-plate-number,.plate-number-be.sc-road-plate-number .input-group-append.sc-road-plate-number,.plate-number-be.sc-road-plate-number .input-group-prepend.sc-road-plate-number{border-color:var(--road-danger-outline)}.plate-number-input.sc-road-plate-number{position:relative;display:block;height:3rem;margin:0;font-family:var(--road-font, sans-serif);font-size:var(--road-heading-04);font-weight:700;color:var(--road-on-surface);text-align:center;background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0;outline:0;box-shadow:none;-webkit-appearance:none
|
|
14884
|
+
const plateNumberCss = ".sc-road-plate-number-h{display:block}.plate-number.sc-road-plate-number{--margin-bottom:0}.plate-number-start.sc-road-plate-number,.plate-number-end.sc-road-plate-number{width:1.75rem;height:calc(3rem - 0.25rem);background:var(--road-info-50)}.input-group-prepend.sc-road-plate-number{margin-right:-1px}.input-group-prepend.sc-road-plate-number,.input-group-append.sc-road-plate-number{padding:0}.plate-number-start.sc-road-plate-number{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;margin-right:0;margin-left:1px;color:var(--road-icon-inverse);border-radius:0.125rem 0 0 0.125rem}.plate-number-icon.sc-road-plate-number{width:1.25rem;height:1.25rem;color:#f3db53}.plate-number-location.sc-road-plate-number{font-size:var(--road-button-medium);font-weight:700}.plate-number-end.sc-road-plate-number{margin-right:1px;border-radius:0 0.125rem 0.125rem 0}.plate-number-be.sc-road-plate-number .plate-number-input.sc-road-plate-number{color:var(--road-on-danger-surface)}.plate-number-be.sc-road-plate-number .plate-number-input.sc-road-plate-number,.plate-number-be.sc-road-plate-number .input-group-append.sc-road-plate-number,.plate-number-be.sc-road-plate-number .input-group-prepend.sc-road-plate-number{border-color:var(--road-danger-outline)}.plate-number-input.sc-road-plate-number{position:relative;display:block;height:3rem;margin:0;font-family:var(--road-font, sans-serif);font-size:var(--road-heading-04);font-weight:700;color:var(--road-on-surface);text-align:center;background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0;outline:0;box-shadow:none;-webkit-appearance:none;appearance:none}.plate-number-input.sc-road-plate-number::placeholder{color:var(--road-on-surface-extra-weak);opacity:1}.plate-number-input.sc-road-plate-number:disabled{color:var(--road-on-surface-disabled);cursor:not-allowed;background:var(--road-surface-disabled);opacity:1}.plate-number-input.sc-road-plate-number:disabled~.input-group-prepend.sc-road-plate-number,.plate-number-input.sc-road-plate-number:disabled~.input-group-append.sc-road-plate-number{cursor:not-allowed;background:var(--road-surface-disabled)}@media (hover: hover){.plate-number-input.sc-road-plate-number:not(:disabled):not([readonly]):hover{border-color:var(--road-input-outline-variant)}}.plate-number-input.sc-road-plate-number:not([readonly]):focus{border-color:var(--road-input-outline-variant);outline:0}.motorbike-plate.sc-road-plate-number .plate-number-input.sc-road-plate-number{height:6rem;padding:0.75rem 1rem 0;resize:none;border-left:0}.motorbike-plate.sc-road-plate-number .input-group-prepend.sc-road-plate-number,.motorbike-plate.sc-road-plate-number .input-group-append.sc-road-plate-number{align-items:flex-start;height:6rem;padding:0}.motorbike-plate.sc-road-plate-number .plate-number-start.sc-road-plate-number{margin-top:1px;border-radius:0.125rem 0 0}.motorbike-plate.sc-road-plate-number .plate-number-end.sc-road-plate-number{margin-top:1px;border-radius:0 0.125rem 0 0}";
|
|
14827
14885
|
|
|
14828
14886
|
class PlateNumber {
|
|
14829
14887
|
constructor(hostRef) {
|
|
@@ -15264,7 +15322,7 @@ class RadioGroup {
|
|
|
15264
15322
|
}
|
|
15265
15323
|
let radioGroupIds = 0;
|
|
15266
15324
|
|
|
15267
|
-
const rangeCss = ".sc-road-range-h{display:block}.form-group.sc-road-range{width:100%}.form-range.sc-road-range{position:relative;display:flex;flex-direction:column;width:100%;margin-bottom:6px}.form-range-input.sc-road-range{position:relative;z-index:1;width:100%;background:transparent;outline:0;-webkit-appearance:none
|
|
15325
|
+
const rangeCss = ".sc-road-range-h{display:block}.form-group.sc-road-range{width:100%}.form-range.sc-road-range{position:relative;display:flex;flex-direction:column;width:100%;margin-bottom:6px}.form-range-input.sc-road-range{position:relative;z-index:1;width:100%;background:transparent;outline:0;-webkit-appearance:none;appearance:none}.form-range.sc-road-range>output.sc-road-range::after{display:block;font-size:var(--road-label-medium);text-align:right;content:counter(variable);counter-reset:variable var(--value)}.form-range-progress.sc-road-range{position:relative;z-index:0;display:block;width:100%;margin-top:-1rem}.form-range-input.sc-road-range::-webkit-slider-runnable-track{border:0;-webkit-appearance:none;appearance:none}.form-range-input.sc-road-range::-moz-range-track{height:0.5rem;border:0;appearance:none}.form-range-progress.sc-road-range::before{display:block;height:0.5rem;content:\"\";background-color:var(--road-on-surface-disabled);border:0;border-radius:1.125rem}.form-range-progress.sc-road-range::after{position:absolute;top:0;right:0;left:0;display:block;width:calc((var(--value) * 100%) / var(--max));height:0.5rem;content:\"\";background:var(--road-primary);border-radius:1.125rem}.form-range-input.sc-road-range::-webkit-slider-thumb{position:relative;z-index:1;width:1.625rem;height:1.625rem;cursor:grab;background:var(--road-surface);border:none;border-radius:1.625rem;box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.24);-webkit-appearance:none;appearance:none}.form-range-input.sc-road-range::-moz-range-thumb{position:relative;z-index:1;box-sizing:border-box;width:1.625rem;height:1.625rem;margin-top:-0.625rem;cursor:grab;background:var(--road-surface);border:none;border-radius:1.625rem;box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.24);appearance:none}.focus-visible.sc-road-range-h .form-range-input.sc-road-range::-webkit-slider-thumb,.sc-road-range-h:active .form-range-input.sc-road-range::-webkit-slider-thumb{background:var(--road-input-surface-variant);border:0.5rem solid var(--road-grey-100-new)}.focus-visible.sc-road-range-h .form-range-input.sc-road-range::-moz-range-thumb,.sc-road-range-h:active .form-range-input.sc-road-range::-moz-range-thumb{background:var(--road-input-surface-variant);border:0.5rem solid var(--road-grey-100-new)}.sc-road-range-s>datalist{display:flex;justify-content:space-between}.sc-road-range-s>datalist option{width:32px;margin:0;font-size:var(--road-label-medium);text-align:center}";
|
|
15268
15326
|
|
|
15269
15327
|
/**
|
|
15270
15328
|
* @slot datalist - list of labels. also put show-labels="true" and max="10" for this exemple
|
|
@@ -15387,7 +15445,7 @@ class Rating {
|
|
|
15387
15445
|
}; }
|
|
15388
15446
|
}
|
|
15389
15447
|
|
|
15390
|
-
const areaCodeCss = ".sc-road-area-code-h{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface);background-color:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:none;-webkit-appearance:none
|
|
15448
|
+
const areaCodeCss = ".sc-road-area-code-h{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface);background-color:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:none;-webkit-appearance:none;appearance:none;width:5rem;height:3.5rem}.form-select-area.sc-road-area-code{box-sizing:border-box;display:block;width:100%;height:3rem;padding:0.75rem 3rem 0 1rem;margin:0;font-size:var(--road-body-medium);line-height:1.5;color:var(--road-on-surface);background:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0icmdiYSgyMywgMzAsIDUyLCAwLjcyKSI+PHBhdGggZD0iTTIzIDI2bDkgMTIgOS0xMnoiLz48L3N2Zz4=\") no-repeat right 1rem center/1.5rem 2rem;position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.form-select-area.sc-road-area-code:-moz-focusring{color:transparent;text-shadow:0 0 0 #000000}.form-select-area.sc-road-area-code::-ms-expand{display:none}.form-select-area.sc-road-area-code::placeholder{color:var(--road-on-surface-extra-weak)}@media (hover: hover){.form-select-area.sc-road-area-code:not(:disabled):hover{border-color:var(--road-input-outline-variant)}}.form-select-area.sc-road-area-code:focus~.form-select-area-label.sc-road-area-code,.form-select-area[required].sc-road-area-code:valid~.form-select-area-label.sc-road-area-code,.form-select-area.has-value.sc-road-area-code~.form-select-area-label.sc-road-area-code{transform:scale(0.625) translateY(-0.625rem)}.form-select-area.sc-road-area-code:not(:disabled):focus{border-color:var(--road-input-outline-variant);outline:0}.form-select-area.sc-road-area-code:disabled,.form-select-area[readonly].sc-road-area-code{color:var(--road-on-surface-disabled);cursor:not-allowed;background-color:var(--road-surface-disabled);opacity:1}.form-select-area-label.sc-road-area-code{position:absolute;top:0.75rem;left:1rem;display:block;font-size:var(--road-label-medium);line-height:1.5;color:var(--road-on-surface-extra-weak);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.form-select-area.sc-road-area-code:required~.form-select-area-label.sc-road-area-code::after{color:var(--road-on-danger-surface);content:\" *\"}.form-select-area-value.sc-road-area-code{position:absolute;top:1.4rem;left:1rem;display:block;font-size:var(--road-label-medium);line-height:1.5;color:var(--road-on-surface);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.select-xl.sc-road-area-code-h .form-select-area.sc-road-area-code{height:3.5rem;padding:0.75rem 0 0 1rem}.select-xl.sc-road-area-code-h .form-select-area-label.sc-road-area-code{top:1rem}.select-xl.sc-road-area-code-h .form-select-area.sc-road-area-code:focus~.form-select-area-label.sc-road-area-code,.select-xl.sc-road-area-code-h .form-select-area[required].sc-road-area-code:valid~.form-select-area-label.sc-road-area-code,.select-xl.sc-road-area-code-h .form-select-area.has-value.sc-road-area-code~.form-select-area-label.sc-road-area-code,.select-xl.sc-road-area-code-h .form-select-area[type=\"date\"].sc-road-area-code~.form-select-area-label.sc-road-area-code,.select-xl.sc-road-area-code-h .form-select-area[type=\"time\"].sc-road-area-code~.form-select-area-label.sc-road-area-code{transform:scale(0.75) translateY(-0.625rem)}.select-xl.sc-road-area-code-h .form-select-area.sc-road-area-code:placeholder-shown~.form-select-area-label.sc-road-area-code{transform:scale(0.75) translateY(-0.625rem)}.invalid-feedback.sc-road-area-code{display:none;width:100%;margin-top:0.5rem;font-size:var(--road-body-small);color:var(--road-on-danger-surface)}.form-select-area.is-invalid.sc-road-area-code,.was-validated.sc-road-area-code .form-select-area.sc-road-area-code:invalid{border-color:var(--road-on-danger-surface)}.form-select-area.is-invalid.sc-road-area-code~.invalid-feedback.sc-road-area-code,.was-validated.sc-road-area-code .form-select-area.sc-road-area-code:invalid~.invalid-feedback.sc-road-area-code{display:block}.form-select-area.sc-road-area-code option.sc-road-area-code:checked::after{position:absolute;top:0;left:0;content:attr(data-content)}.form-select-area.sc-road-area-code::after{position:absolute;top:0;left:0;content:var(--selected-content, '')}";
|
|
15391
15449
|
|
|
15392
15450
|
class RoadAreaCode {
|
|
15393
15451
|
constructor(hostRef) {
|
|
@@ -16691,7 +16749,7 @@ i18n.phonenumbers.AsYouTypeFormatter.prototype.inputDigitHelper_=function(a){var
|
|
|
16691
16749
|
});
|
|
16692
16750
|
});
|
|
16693
16751
|
|
|
16694
|
-
const phoneNumberInputCss = ".sc-road-phone-number-input-h #phone-number.sc-road-phone-number-input .invalid-feedback.sc-road-input.sc-road-phone-number-input{margin-left:-4.5rem}.is-invalid.sc-road-phone-number-input .form-control.sc-road-input.sc-road-phone-number-input{border-color:var(--road-danger-outline)}.road-phone-input-select.sc-road-phone-number-input{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface);background-color:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:none;-webkit-appearance:none
|
|
16752
|
+
const phoneNumberInputCss = ".sc-road-phone-number-input-h #phone-number.sc-road-phone-number-input .invalid-feedback.sc-road-input.sc-road-phone-number-input{margin-left:-4.5rem}.is-invalid.sc-road-phone-number-input .form-control.sc-road-input.sc-road-phone-number-input{border-color:var(--road-danger-outline)}.road-phone-input-select.sc-road-phone-number-input{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface);background-color:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:none;-webkit-appearance:none;appearance:none;width:5rem;height:3.5rem}.sc-road-phone-number-input-h .is-error.sc-road-phone-number-input{border-color:var(--road-danger-outline)}.form-select-area.sc-road-phone-number-input{box-sizing:border-box;display:block;width:100%;height:3rem;padding:0.75rem 3rem 0 1rem;margin:0;font-size:var(--road-body-medium);line-height:1.5;color:var(--road-on-surface);background:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0icmdiYSgyMywgMzAsIDUyLCAwLjcyKSI+PHBhdGggZD0iTTIzIDI2bDkgMTIgOS0xMnoiLz48L3N2Zz4=\") no-repeat right 1rem center/1.5rem 2rem;position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.form-select-area.sc-road-phone-number-input:-moz-focusring{color:transparent;text-shadow:0 0 0 #000000}.form-select-area.sc-road-phone-number-input::-ms-expand{display:none}.form-select-area.sc-road-phone-number-input::placeholder{color:var(--road-on-surface-extra-weak)}@media (hover: hover){.form-select-area.sc-road-phone-number-input:not(:disabled):hover{border-color:var(--road-input-outline-variant)}}.form-select-area.sc-road-phone-number-input:focus~.form-select-area-label.sc-road-phone-number-input,.form-select-area[required].sc-road-phone-number-input:valid~.form-select-area-label.sc-road-phone-number-input,.form-select-area.has-value.sc-road-phone-number-input~.form-select-area-label.sc-road-phone-number-input{transform:scale(0.625) translateY(-0.625rem)}.form-select-area.sc-road-phone-number-input:not(:disabled):focus{border-color:var(--road-input-outline-variant);outline:0}.form-select-area.sc-road-phone-number-input:disabled,.form-select-area[readonly].sc-road-phone-number-input{color:var(--road-on-surface-disabled);cursor:not-allowed;background-color:var(--road-surface-disabled);opacity:1}.form-select-area-label.sc-road-phone-number-input{position:absolute;top:0.9rem;left:1rem;display:block;font-size:var(--road-font-size-18);line-height:1.5;color:var(--road-on-surface-extra-weak);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.form-select-area.sc-road-phone-number-input:required~.form-select-area-label.sc-road-phone-number-input::after{color:var(--road-on-danger-surface);content:\" *\"}.form-select-area-value.sc-road-phone-number-input{position:absolute;top:1.4rem;left:1rem;display:block;font-size:var(--road-label-medium);line-height:1.5;color:var(--road-on-surface);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.select-xl.sc-road-phone-number-input-h .form-select-area.sc-road-phone-number-input{height:3.5rem;padding:0.75rem 0 0 1rem}.select-xl.sc-road-phone-number-input-h .form-select-area-label.sc-road-phone-number-input{top:1rem}.select-xl.sc-road-phone-number-input-h .form-select-area.sc-road-phone-number-input:focus~.form-select-area-label.sc-road-phone-number-input,.select-xl.sc-road-phone-number-input-h .form-select-area[required].sc-road-phone-number-input:valid~.form-select-area-label.sc-road-phone-number-input,.select-xl.sc-road-phone-number-input-h .form-select-area.has-value.sc-road-phone-number-input~.form-select-area-label.sc-road-phone-number-input,.select-xl.sc-road-phone-number-input-h .form-select-area[type=\"date\"].sc-road-phone-number-input~.form-select-area-label.sc-road-phone-number-input,.select-xl.sc-road-phone-number-input-h .form-select-area[type=\"time\"].sc-road-phone-number-input~.form-select-area-label.sc-road-phone-number-input{transform:scale(0.75) translateY(-0.625rem)}.select-xl.sc-road-phone-number-input-h .form-select-area.sc-road-phone-number-input:placeholder-shown~.form-select-area-label.sc-road-phone-number-input{transform:scale(0.75) translateY(-0.625rem)}.invalid-feedback.sc-road-phone-number-input{display:none;width:100%;margin-top:0.5rem;font-size:var(--road-body-small);color:var(--road-on-danger-surface)}.form-select-area.is-invalid.sc-road-phone-number-input,.was-validated.sc-road-phone-number-input .form-select-area.sc-road-phone-number-input:invalid{border-color:var(--road-on-danger-surface)}.form-select-area.is-invalid.sc-road-phone-number-input~.invalid-feedback.sc-road-phone-number-input,.was-validated.sc-road-phone-number-input .form-select-area.sc-road-phone-number-input:invalid~.invalid-feedback.sc-road-phone-number-input{display:block}.form-select-area.sc-road-phone-number-input option.sc-road-phone-number-input:checked::after{position:absolute;top:0;left:0;content:attr(data-content)}.form-select-area.sc-road-phone-number-input::after{position:absolute;top:0;left:0;content:var(--selected-content, '')}";
|
|
16695
16753
|
|
|
16696
16754
|
let selectIds$1 = 0;
|
|
16697
16755
|
class RoadPhoneNumberInput {
|
|
@@ -16988,7 +17046,7 @@ class SegmentedButton {
|
|
|
16988
17046
|
}; }
|
|
16989
17047
|
}
|
|
16990
17048
|
|
|
16991
|
-
const selectCss = ".sc-road-select-h{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface)}.form-select.sc-road-select{box-sizing:border-box;display:block;width:100%;height:auto;padding:0.75rem 3rem 0 1rem;margin:0;font-size:var(--road-body-medium);line-height:1.5;color:var(--road-on-surface);background:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0icmdiYSgyMywgMzAsIDUyLCAwLjcyKSI+PHBhdGggZD0iTTIzIDI2bDkgMTIgOS0xMnoiLz48L3N2Zz4=\") no-repeat right 1rem center/1.5rem 2rem;background-color:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;box-shadow:none;-webkit-appearance:none
|
|
17049
|
+
const selectCss = ".sc-road-select-h{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface)}.form-select.sc-road-select{box-sizing:border-box;display:block;width:100%;height:auto;padding:0.75rem 3rem 0 1rem;margin:0;font-size:var(--road-body-medium);line-height:1.5;color:var(--road-on-surface);background:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0icmdiYSgyMywgMzAsIDUyLCAwLjcyKSI+PHBhdGggZD0iTTIzIDI2bDkgMTIgOS0xMnoiLz48L3N2Zz4=\") no-repeat right 1rem center/1.5rem 2rem;background-color:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;box-shadow:none;-webkit-appearance:none;appearance:none}.form-select.sc-road-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000000}.form-select.sc-road-select::-ms-expand{display:none}.form-select.sc-road-select::placeholder{color:var(--road-on-surface-extra-weak)}@media (hover: hover){.form-select.sc-road-select:not(:disabled):hover{border-color:var(--road-input-outline-variant)}}.form-select.sc-road-select:focus~.form-select-label.sc-road-select,.form-select[required].sc-road-select:valid~.form-select-label.sc-road-select,.form-select.has-value.sc-road-select~.form-select-label.sc-road-select{transform:scale(0.625) translateY(-0.625rem)}.form-select.sc-road-select:not(:disabled):focus{border-color:var(--road-input-outline-variant);outline:0}.form-select.sc-road-select:disabled,.form-select[readonly].sc-road-select{color:var(--road-on-surface-disabled);cursor:not-allowed;background-color:var(--road-surface-disabled);opacity:1}.form-select-label.sc-road-select{position:absolute;top:0.75rem;left:1rem;display:block;font-size:var(--road-label-medium);line-height:1.5;color:var(--road-on-surface-extra-weak);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.form-select.sc-road-select:required~.form-select-label.sc-road-select::after{color:var(--road-on-danger-surface);content:\" *\"}.select-xl.sc-road-select-h .form-select.sc-road-select{min-height:3.5rem;padding:1rem 1rem 0}.select-xl.sc-road-select-h .form-select-label.sc-road-select{top:1rem}.select-xl.sc-road-select-h .form-select.sc-road-select:focus~.form-select-label.sc-road-select,.select-xl.sc-road-select-h .form-select[required].sc-road-select:valid~.form-select-label.sc-road-select,.select-xl.sc-road-select-h .form-select.has-value.sc-road-select~.form-select-label.sc-road-select,.select-xl.sc-road-select-h .form-select[type=\"date\"].sc-road-select~.form-select-label.sc-road-select,.select-xl.sc-road-select-h .form-select[type=\"time\"].sc-road-select~.form-select-label.sc-road-select{transform:scale(0.75) translateY(-0.625rem)}.select-xl.sc-road-select-h .form-select.sc-road-select:placeholder-shown~.form-select-label.sc-road-select{transform:scale(0.75) translateY(-0.625rem)}.select-lg.sc-road-select-h .form-select.sc-road-select{min-height:3rem}.select-md.sc-road-select-h .form-select.sc-road-select{min-height:2.5rem;padding:1rem 1rem 0;font-size:var(--road-body-small)}.select-md.sc-road-select-h .form-select-label.sc-road-select{top:0.5rem}.select-md.sc-road-select-h .form-select.sc-road-select:focus~.form-select-label.sc-road-select,.select-md.sc-road-select-h .form-select[required].sc-road-select:valid~.form-select-label.sc-road-select,.select-md.sc-road-select-h .form-select.has-value.sc-road-select~.form-select-label.sc-road-select,.select-md.sc-road-select-h .form-select[type=\"date\"].sc-road-select~.form-select-label.sc-road-select,.select-md.sc-road-select-h .form-select[type=\"time\"].sc-road-select~.form-select-label.sc-road-select{transform:scale(0.75) translateY(-0.625rem)}.select-md.sc-road-select-h .form-select.sc-road-select:placeholder-shown~.form-select-label.sc-road-select{transform:scale(0.75) translateY(-0.625rem)}.invalid-feedback.sc-road-select{display:none;width:100%;margin-top:0.5rem;font-size:var(--road-body-small);color:var(--road-on-danger-surface)}.form-select.is-invalid.sc-road-select,.was-validated.sc-road-select .form-select.sc-road-select:invalid{border-color:var(--road-on-danger-surface)}.form-select.is-invalid.sc-road-select~.invalid-feedback.sc-road-select,.was-validated.sc-road-select .form-select.sc-road-select:invalid~.invalid-feedback.sc-road-select{display:block}";
|
|
16992
17050
|
|
|
16993
17051
|
class Select {
|
|
16994
17052
|
constructor(hostRef) {
|
|
@@ -19648,7 +19706,7 @@ class Text {
|
|
|
19648
19706
|
}; }
|
|
19649
19707
|
}
|
|
19650
19708
|
|
|
19651
|
-
const textareaCss = ".sc-road-textarea-h{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface)}.form-control.sc-road-textarea{box-sizing:border-box;display:block;width:100%;height:3rem;padding:0.75rem 1rem 0;margin:0;font-size:var(--road-body-medium);color:var(--road-on-surface);background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;box-shadow:none;-webkit-appearance:none
|
|
19709
|
+
const textareaCss = ".sc-road-textarea-h{position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);color:var(--road-on-surface)}.form-control.sc-road-textarea{box-sizing:border-box;display:block;width:100%;height:3rem;padding:0.75rem 1rem 0;margin:0;font-size:var(--road-body-medium);color:var(--road-on-surface);background:var(--road-surface);border:1px solid var(--road-input-outline);border-radius:0.25rem;box-shadow:none;-webkit-appearance:none;appearance:none}.form-control.sc-road-textarea::placeholder{color:var(--road-on-surface-extra-weak);opacity:1}@media (hover: hover){.form-control.sc-road-textarea:not(:disabled):hover{border-color:var(--road-input-outline-variant)}}.form-control.sc-road-textarea:focus~.form-label.sc-road-textarea,.form-control[required].sc-road-textarea:valid~.form-label.sc-road-textarea,.form-control.has-value.sc-road-textarea~.form-label.sc-road-textarea{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-textarea:placeholder-shown~.form-label.sc-road-textarea{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-textarea:-ms-input-placeholder~.form-label.sc-road-textarea{transform:scale(0.625) translateY(-0.625rem)}.form-control.sc-road-textarea:not(:disabled):focus{border-color:var(--road-input-outline-variant);outline:0}.form-control.sc-road-textarea:disabled,.form-control[readonly].sc-road-textarea{color:var(--road-on-surface-weak);cursor:not-allowed;background:var(--road-surface-disabled);opacity:1}.textarea-control.sc-road-textarea{height:auto;padding-top:1rem;padding-bottom:0.5rem;line-height:1.5}.textarea-control.no-resize.sc-road-textarea{resize:none}.form-label.sc-road-textarea{position:absolute;top:0.75rem;left:1rem;display:block;font-size:var(--road-body-medium);line-height:1.5;color:var(--road-on-surface-extra-weak);pointer-events:none;transition:transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;transform-origin:0 0}.input-xl.sc-road-textarea-h{--height:3.5rem}.input-xl.sc-road-textarea-h .form-control.sc-road-textarea{padding:1.5rem 1rem 0.5rem}.input-xl.sc-road-textarea-h .form-label.sc-road-textarea{top:1rem}.input-xl.sc-road-textarea-h .form-control.sc-road-textarea:focus~.form-label.sc-road-textarea,.input-xl.sc-road-textarea-h .form-control[required].sc-road-textarea:valid~.form-label.sc-road-textarea,.input-xl.sc-road-textarea-h .form-control.has-value.sc-road-textarea~.form-label.sc-road-textarea,.input-xl.sc-road-textarea-h .form-control[type=\"date\"].sc-road-textarea~.form-label.sc-road-textarea,.input-xl.sc-road-textarea-h .form-control[type=\"time\"].sc-road-textarea~.form-label.sc-road-textarea{transform:scale(0.75) translateY(-0.625rem)}.input-xl.sc-road-textarea-h .form-control.sc-road-textarea:placeholder-shown~.form-label.sc-road-textarea{transform:scale(0.75) translateY(-0.625rem)}.invalid-feedback.sc-road-textarea{display:none;width:100%;margin-top:0.5rem;font-size:var(--road-helper-medium);color:var(--road-on-danger-surface)}.form-control.is-invalid.sc-road-textarea,.was-validated.sc-road-textarea .form-control.sc-road-textarea:invalid{border-color:var(--road-danger-outline)}.form-control.is-invalid.sc-road-textarea~.invalid-feedback.sc-road-textarea,.was-validated.sc-road-textarea .form-control.sc-road-textarea:invalid~.invalid-feedback.sc-road-textarea{display:block}.helper.sc-road-textarea{margin-top:0.5rem;font-size:var(--road-helper-medium);color:var(--road-grey-500)}";
|
|
19652
19710
|
|
|
19653
19711
|
class Textarea {
|
|
19654
19712
|
constructor(hostRef) {
|
|
@@ -20639,8 +20697,8 @@ function renderBuildDiagnostic(e, t, r, s) {
|
|
|
20639
20697
|
type: "build",
|
|
20640
20698
|
header: r,
|
|
20641
20699
|
messageText: s,
|
|
20642
|
-
relFilePath:
|
|
20643
|
-
absFilePath:
|
|
20700
|
+
relFilePath: void 0,
|
|
20701
|
+
absFilePath: void 0,
|
|
20644
20702
|
lines: []
|
|
20645
20703
|
};
|
|
20646
20704
|
return e.pathname ? "/" !== e.pathname && (n.header += ": " + e.pathname) : e.url && (n.header += ": " + e.url),
|
|
@@ -20858,7 +20916,7 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
20858
20916
|
line: r,
|
|
20859
20917
|
column: s
|
|
20860
20918
|
};
|
|
20861
|
-
return t => (t.position = new
|
|
20919
|
+
return t => (t.position = new A(e), m(), t);
|
|
20862
20920
|
}, a = o => {
|
|
20863
20921
|
const i = e.split("\n"), a = {
|
|
20864
20922
|
level: "error",
|
|
@@ -20903,7 +20961,7 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
20903
20961
|
}, d = () => {
|
|
20904
20962
|
let t;
|
|
20905
20963
|
const r = [];
|
|
20906
|
-
for (m(), h(r); e.length && "}" !== e.charAt(0) && (t =
|
|
20964
|
+
for (m(), h(r); e.length && "}" !== e.charAt(0) && (t = T() || w()); ) r.push(t),
|
|
20907
20965
|
h(r);
|
|
20908
20966
|
return r;
|
|
20909
20967
|
}, m = () => u(/^\s*/), h = e => {
|
|
@@ -20964,7 +21022,7 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
20964
21022
|
};
|
|
20965
21023
|
return o[e] = n[1].trim(), s(o);
|
|
20966
21024
|
};
|
|
20967
|
-
}, E = S("import", 7), b = S("charset", 0),
|
|
21025
|
+
}, E = S("import", 7), b = S("charset", 0), v = S("namespace", 11), T = () => "@" !== e[0] ? null : (() => {
|
|
20968
21026
|
const e = i();
|
|
20969
21027
|
let t = u(/^@([-\w]+)?keyframes\s*/);
|
|
20970
21028
|
if (!t) return null;
|
|
@@ -21009,7 +21067,7 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
21009
21067
|
supports: r,
|
|
21010
21068
|
rules: s
|
|
21011
21069
|
}) : a("@supports missing '}'");
|
|
21012
|
-
})() || E() || b() ||
|
|
21070
|
+
})() || E() || b() || v() || (() => {
|
|
21013
21071
|
const e = i(), t = u(/^@([-\w]+)?document *([^{]+)/);
|
|
21014
21072
|
if (!t) return null;
|
|
21015
21073
|
const r = trim(t[1]), s = trim(t[2]);
|
|
@@ -21052,7 +21110,7 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
21052
21110
|
type: 5,
|
|
21053
21111
|
declarations: r
|
|
21054
21112
|
}) : a("@font-face missing '}'");
|
|
21055
|
-
})(),
|
|
21113
|
+
})(), w = () => {
|
|
21056
21114
|
const e = i(), t = f();
|
|
21057
21115
|
return t ? (h(), e({
|
|
21058
21116
|
type: 13,
|
|
@@ -21060,7 +21118,7 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
21060
21118
|
declarations: y()
|
|
21061
21119
|
})) : a("selector missing");
|
|
21062
21120
|
};
|
|
21063
|
-
class
|
|
21121
|
+
class A {
|
|
21064
21122
|
constructor(e) {
|
|
21065
21123
|
this.start = e, this.end = {
|
|
21066
21124
|
line: r,
|
|
@@ -21068,7 +21126,7 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
21068
21126
|
}, this.source = t;
|
|
21069
21127
|
}
|
|
21070
21128
|
}
|
|
21071
|
-
return
|
|
21129
|
+
return A.prototype.content = e, {
|
|
21072
21130
|
diagnostics: n,
|
|
21073
21131
|
...addParent((() => {
|
|
21074
21132
|
const e = d();
|
|
@@ -21109,54 +21167,62 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
21109
21167
|
ids: [],
|
|
21110
21168
|
attrs: []
|
|
21111
21169
|
}, serializeCssVisitNode = (e, t, r, s) => {
|
|
21112
|
-
|
|
21113
|
-
|
|
21170
|
+
var n;
|
|
21171
|
+
const o = t.type;
|
|
21172
|
+
return 4 === o ? serializeCssDeclaration(t, r, s) : 13 === o ? serializeCssRule(e, t) : 1 === o ? "!" === (null === (n = t.comment) || void 0 === n ? void 0 : n[0]) ? `/*${t.comment}*/` : "" : 10 === o ? serializeCssMedia(e, t) : 8 === o ? serializeCssKeyframes(e, t) : 9 === o ? serializeCssKeyframe(e, t) : 5 === o ? serializeCssFontFace(e, t) : 15 === o ? serializeCssSupports(e, t) : 7 === o ? "@import " + t.import + ";" : 0 === o ? "@charset " + t.charset + ";" : 12 === o ? serializeCssPage(e, t) : 6 === o ? "@host{" + serializeCssMapVisit(e, t.rules) + "}" : 2 === o ? "@custom-media " + t.name + " " + t.media + ";" : 3 === o ? serializeCssDocument(e, t) : 11 === o ? "@namespace " + t.namespace + ";" : "";
|
|
21114
21173
|
}, serializeCssRule = (e, t) => {
|
|
21115
|
-
|
|
21116
|
-
|
|
21117
|
-
if (
|
|
21118
|
-
|
|
21119
|
-
|
|
21120
|
-
|
|
21121
|
-
|
|
21122
|
-
|
|
21123
|
-
|
|
21124
|
-
|
|
21174
|
+
var r, s;
|
|
21175
|
+
const n = t.declarations, o = e.usedSelectors, i = null !== (s = null === (r = t.selectors) || void 0 === r ? void 0 : r.slice()) && void 0 !== s ? s : [];
|
|
21176
|
+
if (null == n || 0 === n.length) return "";
|
|
21177
|
+
if (o) {
|
|
21178
|
+
let t, r, s = !0;
|
|
21179
|
+
for (t = i.length - 1; t >= 0; t--) {
|
|
21180
|
+
const n = getCssSelectors(i[t]);
|
|
21181
|
+
s = !0;
|
|
21182
|
+
let a = n.classNames.length;
|
|
21183
|
+
if (a > 0 && e.hasUsedClassNames) for (r = 0; r < a; r++) if (!o.classNames.has(n.classNames[r])) {
|
|
21184
|
+
s = !1;
|
|
21125
21185
|
break;
|
|
21126
21186
|
}
|
|
21127
|
-
if (
|
|
21128
|
-
|
|
21187
|
+
if (s && e.hasUsedTags && (a = n.tags.length, a > 0)) for (r = 0; r < a; r++) if (!o.tags.has(n.tags[r])) {
|
|
21188
|
+
s = !1;
|
|
21129
21189
|
break;
|
|
21130
21190
|
}
|
|
21131
|
-
if (
|
|
21132
|
-
|
|
21191
|
+
if (s && e.hasUsedAttrs && (a = n.attrs.length, a > 0)) for (r = 0; r < a; r++) if (!o.attrs.has(n.attrs[r])) {
|
|
21192
|
+
s = !1;
|
|
21133
21193
|
break;
|
|
21134
21194
|
}
|
|
21135
|
-
if (
|
|
21136
|
-
|
|
21195
|
+
if (s && e.hasUsedIds && (a = n.ids.length, a > 0)) for (r = 0; r < a; r++) if (!o.ids.has(n.ids[r])) {
|
|
21196
|
+
s = !1;
|
|
21137
21197
|
break;
|
|
21138
21198
|
}
|
|
21139
|
-
|
|
21199
|
+
s || i.splice(t, 1);
|
|
21140
21200
|
}
|
|
21141
21201
|
}
|
|
21142
|
-
if (0 ===
|
|
21143
|
-
const
|
|
21144
|
-
let
|
|
21145
|
-
for (const e of t.selectors)
|
|
21146
|
-
return `${
|
|
21202
|
+
if (0 === i.length) return "";
|
|
21203
|
+
const a = [];
|
|
21204
|
+
let l = "";
|
|
21205
|
+
if (t.selectors) for (const e of t.selectors) l = removeSelectorWhitespace(e), a.includes(l) || a.push(l);
|
|
21206
|
+
return `${a}{${serializeCssMapVisit(e, n)}}`;
|
|
21147
21207
|
}, serializeCssDeclaration = (e, t, r) => "" === e.value ? "" : r - 1 === t ? e.property + ":" + e.value : e.property + ":" + e.value + ";", serializeCssMedia = (e, t) => {
|
|
21148
21208
|
const r = serializeCssMapVisit(e, t.rules);
|
|
21149
21209
|
return "" === r ? "" : "@media " + removeMediaWhitespace(t.media) + "{" + r + "}";
|
|
21150
21210
|
}, serializeCssKeyframes = (e, t) => {
|
|
21151
21211
|
const r = serializeCssMapVisit(e, t.keyframes);
|
|
21152
21212
|
return "" === r ? "" : "@" + (t.vendor || "") + "keyframes " + t.name + "{" + r + "}";
|
|
21153
|
-
}, serializeCssKeyframe = (e, t) =>
|
|
21213
|
+
}, serializeCssKeyframe = (e, t) => {
|
|
21214
|
+
var r, s;
|
|
21215
|
+
return (null !== (s = null === (r = t.values) || void 0 === r ? void 0 : r.join(",")) && void 0 !== s ? s : "") + "{" + serializeCssMapVisit(e, t.declarations) + "}";
|
|
21216
|
+
}, serializeCssFontFace = (e, t) => {
|
|
21154
21217
|
const r = serializeCssMapVisit(e, t.declarations);
|
|
21155
21218
|
return "" === r ? "" : "@font-face{" + r + "}";
|
|
21156
21219
|
}, serializeCssSupports = (e, t) => {
|
|
21157
21220
|
const r = serializeCssMapVisit(e, t.rules);
|
|
21158
21221
|
return "" === r ? "" : "@supports " + t.supports + "{" + r + "}";
|
|
21159
|
-
}, serializeCssPage = (e, t) =>
|
|
21222
|
+
}, serializeCssPage = (e, t) => {
|
|
21223
|
+
var r, s;
|
|
21224
|
+
return "@page " + (null !== (s = null === (r = t.selectors) || void 0 === r ? void 0 : r.join(", ")) && void 0 !== s ? s : "") + "{" + serializeCssMapVisit(e, t.declarations) + "}";
|
|
21225
|
+
}, serializeCssDocument = (e, t) => {
|
|
21160
21226
|
const r = serializeCssMapVisit(e, t.rules), s = "@" + (t.vendor || "") + "document " + t.document;
|
|
21161
21227
|
return "" === r ? "" : s + "{" + r + "}";
|
|
21162
21228
|
}, serializeCssMapVisit = (e, t) => {
|
|
@@ -21173,12 +21239,14 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
21173
21239
|
} else t += r;
|
|
21174
21240
|
return t;
|
|
21175
21241
|
}, removeMediaWhitespace = e => {
|
|
21176
|
-
|
|
21177
|
-
|
|
21178
|
-
|
|
21179
|
-
|
|
21180
|
-
|
|
21181
|
-
|
|
21242
|
+
var t;
|
|
21243
|
+
let r = "", s = "";
|
|
21244
|
+
for (let n = 0, o = (e = null !== (t = null == e ? void 0 : e.trim()) && void 0 !== t ? t : "").length; n < o; n++) if (s = e[n],
|
|
21245
|
+
CSS_WS_REG.test(s)) {
|
|
21246
|
+
if (CSS_WS_REG.test(r[r.length - 1])) continue;
|
|
21247
|
+
r += " ";
|
|
21248
|
+
} else r += s;
|
|
21249
|
+
return r;
|
|
21182
21250
|
}, CSS_WS_REG = /\s/, CSS_NEXT_CHAR_REG = /[>\(\)\~\,\+\s]/, CSS_PREV_CHAR_REG = /[>\(\~\,\+]/, collectUsedSelectors = (e, t) => {
|
|
21183
21251
|
if (null != t && 1 === t.nodeType) {
|
|
21184
21252
|
const r = t.children, s = t.nodeName.toLowerCase();
|
|
@@ -21215,8 +21283,6 @@ const templateWindows = new Map, isPromise = e => !!e && ("object" == typeof e |
|
|
|
21215
21283
|
type: "build",
|
|
21216
21284
|
header: "Build Error",
|
|
21217
21285
|
messageText: "build error",
|
|
21218
|
-
relFilePath: null,
|
|
21219
|
-
absFilePath: null,
|
|
21220
21286
|
lines: []
|
|
21221
21287
|
};
|
|
21222
21288
|
null != t && (null != t.stack ? s.messageText = t.stack.toString() : null != t.message ? s.messageText = t.message.length ? t.message : "UNKNOWN ERROR" : s.messageText = t.toString()),
|